aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 2002-07-05nobu2002-07-051-2/+2
* enum.c: Fix bug in enum_sort_by and some code indentsmichal2002-07-052-52/+60
* * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou2002-07-052-1/+10
* * parse.y: remove useless function str_extend_p().aamine2002-07-042-18/+4
* * lib/net/ftp.rb (get): new method.shugo2002-07-032-6/+35
* * lib/net/ftp.rb (getbinaryfile): the second argument (localfile)shugo2002-07-032-2/+9
* * lib/net/ftp.rb: use &block and yield for speed.shugo2002-07-032-49/+20
* expand TABs.akr2002-07-031-130/+130
* * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou2002-07-032-0/+5
* * lib/cgi.rb (CGI#header): accept any type as value.wakou2002-07-022-1/+5
* 2002-07-02nobu2002-07-021-2/+2
* object.c: rb_Integer reformat, nil#to_f added to rb_define_method.michal2002-07-023-20/+8
* * configure.in (seekdir, telldir): add ac_cv_func_telldir=yes,eban2002-06-303-2/+9
* made object address test to compare inspect's result.akr2002-06-301-2/+1
* fix object address test.akr2002-06-291-1/+1
* * io.c (pipe_finalize, pipe_popen): two-way pipe support for win32.usa2002-06-285-139/+214
* * pack.c (pack_unpack): change names of local variables because theirusa2002-06-283-18/+23
* * re.c (rb_reg_expr_str): need to process backslashes properly.matz2002-06-2814-63/+117
* lib/pp.rb: fix object address.akr2002-06-282-7/+15
* missing ;nobu2002-06-271-0/+1
* Add Importable::symbol.ttate2002-06-271-39/+55
* * win32/win32.c (rb_w32_stat): fix buffer overflow. (ruby-bugs:PR#329)usa2002-06-272-1/+5
* * lib/prettyprint.rb, lib/pp.rb: convenience methods added.akr2002-06-273-258/+297
* refine previous change.akr2002-06-271-10/+25
* * lib/prettyprint.rb: re-implemented for incremental output to handleakr2002-06-273-290/+294
* * parse.y (literal_concat_string): non-string last expression innobu2002-06-262-2/+8
* * parse.y (words, qwords): word list literal rules.nobu2002-06-264-125/+149
* 2002-06-25nobu2002-06-251-2/+2
* * parse.y (string1, xstring, regexp): moved lex_strnestnobu2002-06-252-10/+17
* * dln.c: remove definition rb_loaderror().H_Konishi2002-06-252-1/+4
* * dln.c: remark definition rb_loaderror().H_Konishi2002-06-242-1/+5
* * parse.y (string_dvar): allow back references in interpolation.nobu2002-06-242-6/+11
* * parse.y (yylex): __END__ should not be effective withinmatz2002-06-244-9/+23
* * lib/mkmf.rb (create_makefile): get rid of nested string.nobu2002-06-242-2/+6
* * eval.c (rb_eval): NODE_EVSTR is no longer used.nobu2002-06-248-613/+661
* updated to the new version (based on date2 3.3).tadf2002-06-226-135/+185
* * ext/readline/readline.c (readline_readline): get rid ofnobu2002-06-202-0/+8
* * configure.in (__NO_ISOCEXT): add for mingw-runtime 2.0-2.eban2002-06-203-3/+8
* * lib/ftools.rb (compare): don't return with a file openedeban2002-06-201-2/+2
* * lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192.eban2002-06-202-26/+15
* * ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban2002-06-194-6/+16
* * parse.y (yylex): ? followed by successive word charaters isnobu2002-06-182-1/+8
* * parse.y (yylex): commands after break/next/rescue can takenobu2002-06-182-0/+6
* * win32/mkexports.rb: remove unnecessary exports. (ruby-dev:17418)usa2002-06-182-1/+5
* unused variable.nobu2002-06-181-2/+0
* * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',matz2002-06-186-17/+77
* * parse.y (yylex): should pushback proper char after '<<'.nobu2002-06-183-38/+65
* * dln.c (dln_load): rb_notimplement takes no argument.eban2002-06-171-1/+1
* 2002-06-17nobu2002-06-171-2/+2
* * dln.c (dln_load): need to preserve dln_strerror() result,nobu2002-06-172-3/+18