aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-0/+47
* * eval.c (proc_invoke): fix self switching in Proc#callnobu2001-10-221-0/+14
* * variable.c (rb_global_entry): reconstruct global variablenobu2001-10-221-1/+31
* * class.c (rb_mod_clone): should not copy class name, since clonematz2001-10-221-1/+19
* * variable.c (remove_trace): should not access already freed area.nobu2001-10-211-0/+6
* * marshal.c (w_uclass): cloned class is not usernobu2001-10-191-0/+8
* * variable.c (alias_fixup): added. ad hoc support for ordinarynobu2001-10-171-0/+13
* * eval.c (rb_f_missing): check stack level with rb_stack_check().nobu2001-10-161-0/+8
* missing changelog.nobu2001-10-161-0/+5
* * string.c (rb_str_index): wrong increment for non alphanumericmatz2001-10-161-0/+5
* * parse.y (yylex): disallow alpha-numeric and mbchar fornobu2001-10-151-0/+5
* * file.c (rb_stat_clone): should copy internal data too.matz2001-10-101-0/+12
* * eval.c (rb_eval): NODE_MATCH3 was confusing left and right. sigh.matz2001-10-091-0/+4
* * process.c (Init_process): activate the case NT.eban2001-10-091-0/+4
* * eval.c (thread_status_name): separated fromnobu2001-10-091-0/+11
* * marshal.c (w_unique): should not dump anonymous class.matz2001-10-051-0/+4
* * eval.c (proc_s_new): revived.nobu2001-10-051-0/+7
* * re.c (rb_reg_s_alloc): avoid inifinte recursion.matz2001-10-041-0/+4
* * ext/socket/socket.c (ruby_connect): EALREADY is the equivalent eban2001-10-041-0/+5
* * ext/gdbm/gdbm.c (rb_gdbm_fetch): str is a VALUE now.nobu2001-10-031-0/+4
* * marshal.c (r_object): better allocation type check formatz2001-10-031-0/+27
* * lib/ftools.rb (catname): allow trailing '/' for the destination.eban2001-10-021-0/+4
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-021-1/+62
* * marshal.c (r_object): TYPE_UCLASS check should be inversed.nobu2001-10-011-0/+4
* Wed Sep 26 19:02:39 2001 Guy Decoux <ts@moulon.inra.fr>ts2001-09-261-0/+4
* * win32/win32.c (isInternalCmd): check return value of NtMakeCmdVector (Tiete...usa2001-09-251-0/+5
* forgotten MATCH_DATA...nobu2001-09-201-0/+4
* for special local variable.nobu2001-09-201-0/+35
* * string.c (rb_str_init): String.new() => ""matz2001-09-191-0/+11
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-081-22/+43
* * lib/net/telnet.rb: waitfor(): improvement. thanks towakou2001-09-071-0/+5
* * lib/net/telnet.rb: waitfor(): bug fix.wakou2001-09-071-0/+4
* * lib/cgi.rb: CGI#doctype(): bug fix (html4Fr).wakou2001-09-061-0/+11
* * dir.c (dir_s_chdir): raise if environment variable HOME/LOGDIRnobu2001-09-061-0/+8
* * ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debugknu2001-09-061-0/+5
* * ext/readline/readline.c: restore terminal modeshugo2001-09-061-0/+22
* * ext/digest/digest.c (rb_digest_base_s_digest,knu2001-09-061-0/+5
* * lib/jcode.rb (_regexp_quote): fix quote handling, again.eban2001-09-061-0/+4
* * file.c (rb_find_file_ext): add const qualifiers to ext.nobu2001-09-051-0/+6
* * ext/socket/socket.c (Init_socket): remove duplicating constants.nobu2001-09-051-0/+4
* * lib/jcode.rb (_regexp_quote): fix quote handling.eban2001-09-051-0/+4
* * re.c (Init_Regexp): to_s to be alias to inspect.matz2001-09-051-0/+19
* * intern.h (rb_find_file_ext): changed from rb_find_file_noext().nobu2001-09-031-0/+4
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-0/+31
* * error.c: unbreak the build on *BSD with gcc 3.0.1 by removingknu2001-09-031-0/+5
* * ruby.c (set_arg0): prevent SEGV when val is longer than thenobu2001-09-011-0/+8
* * parse.y (yylex): ternary ? can be followed by newline.matz2001-08-291-0/+29
* * dln.c (dln_strerror): fix a bug that sometimes made null message onusa2001-08-241-0/+7
* fix typo.nobu2001-08-231-0/+4
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-0/+44