summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* eval.c backout.matz2001-10-091-28/+6
* * eval.c (rb_eval): NODE_MATCH3 was confusing left and right. sigh.matz2001-10-092-9/+35
* * process.c (Init_process): activate the case NT.eban2001-10-093-4/+7
* * eval.c (thread_status_name): separated fromnobu2001-10-092-17/+32
* * marshal.c (w_unique): should not dump anonymous class.matz2001-10-054-19/+23
* * eval.c (proc_s_new): revived.nobu2001-10-052-1/+21
* 2001-10-05eban2001-10-051-2/+2
* * re.c (rb_reg_s_alloc): avoid inifinte recursion.nobu2001-10-051-5/+6
* * re.c (rb_reg_s_alloc): avoid inifinte recursion.matz2001-10-041-0/+4
* * ext/socket/socket.c (ruby_connect): EALREADY is the equivalenteban2001-10-043-4/+9
* * ext/gdbm/gdbm.c (rb_gdbm_fetch): str is a VALUE now.nobu2001-10-032-1/+5
* * marshal.c (r_object): better allocation type check formatz2001-10-0325-338/+345
* * lib/ftools.rb (catname): allow trailing '/' for the destination.eban2001-10-022-6/+5
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-0217-150/+254
* * marshal.c (r_object): TYPE_UCLASS check should be inversed.nobu2001-10-012-1/+5
* Wed Sep 26 19:02:39 2001 Guy Decoux <ts@moulon.inra.fr>ts2001-09-262-1/+5
* * win32/win32.c (isInternalCmd): check return value of NtMakeCmdVector (Tiete...usa2001-09-252-12/+19
* 20010920nobu2001-09-201-2/+2
* forgotten MATCH_DATA...nobu2001-09-202-1/+5
* for special local variable.nobu2001-09-201-0/+35
* * eval.c, intern.h (rb_svar): return reference to special variablenobu2001-09-204-53/+101
* * string.c (rb_str_init): String.new() => ""matz2001-09-199-50/+94
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-0816-69/+143
* * lib/net/telnet.rb: waitfor(): improvement. thanks towakou2001-09-072-1/+6
* * lib/net/telnet.rb: waitfor(): bug fix.wakou2001-09-072-2/+7
* * lib/cgi.rb: CGI#doctype(): bug fix (html4Fr).wakou2001-09-063-77/+72
* * dir.c (dir_s_chdir): raise if environment variable HOME/LOGDIRnobu2001-09-062-11/+23
* * lib/jcode.rb: fixup quote handing.eban2001-09-061-8/+11
* * ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debugknu2001-09-062-1/+6
* * ext/readline/readline.c: restore terminal modeshugo2001-09-063-17/+104
* * ext/digest/digest.c (rb_digest_base_s_digest,knu2001-09-062-0/+17
* * lib/jcode.rb (_regexp_quote): fix quote handling, again.eban2001-09-062-12/+18
* * file.c (rb_find_file_ext): add const qualifiers to ext.nobu2001-09-053-2/+8
* * ext/socket/socket.c (Init_socket): remove duplicating constants.nobu2001-09-052-23/+4
* typo fixeban2001-09-051-1/+1
* * lib/jcode.rb (_regexp_quote): fix quote handling.eban2001-09-052-3/+5
* * re.c (Init_Regexp): to_s to be alias to inspect.matz2001-09-059-47/+232
* * intern.h (rb_find_file_ext): changed from rb_find_file_noext().nobu2001-09-032-1/+5
* * ruby.c (proc_option): fix shift ARGV issueeban2001-09-031-1/+3
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-0312-158/+134
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-1/+1
* * error.c: unbreak the build on *BSD with gcc 3.0.1 by removingknu2001-09-032-1/+6
* 2001-09-01nobu2001-09-011-2/+2
* commit miss.nobu2001-09-011-1/+1
* * ruby.c (set_arg0): prevent SEGV when val is longer than thenobu2001-09-012-16/+25
* * parse.y (yylex): ternary ? can be followed by newline.matz2001-08-2915-60/+100
* 2001-08-24eban2001-08-241-2/+2
* * dln.c (dln_strerror): fix a bug that sometimes made null message onusa2001-08-243-2/+10
* fix typo.nobu2001-08-232-1/+5
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-2315-42/+176