summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2001-10-22* eval.c (proc_invoke): fix self switching in Proc#callnobu
2001-10-22* variable.c (rb_global_entry): reconstruct global variablenobu
2001-10-22* class.c (rb_mod_clone): should not copy class name, since clonematz
2001-10-21* variable.c (remove_trace): should not access already freed area.nobu
2001-10-19* marshal.c (w_uclass): cloned class is not usernobu
2001-10-17* variable.c (alias_fixup): added. ad hoc support for ordinarynobu
2001-10-16* eval.c (rb_f_missing): check stack level with rb_stack_check().nobu
2001-10-16missing changelog.nobu
2001-10-16* string.c (rb_str_index): wrong increment for non alphanumericmatz
2001-10-15* parse.y (yylex): disallow alpha-numeric and mbchar fornobu
2001-10-10* file.c (rb_stat_clone): should copy internal data too.matz
2001-10-09* eval.c (rb_eval): NODE_MATCH3 was confusing left and right. sigh.matz
2001-10-09* process.c (Init_process): activate the case NT.eban
2001-10-09* eval.c (thread_status_name): separated fromnobu
2001-10-05* marshal.c (w_unique): should not dump anonymous class.matz
2001-10-05* eval.c (proc_s_new): revived.nobu
2001-10-04* re.c (rb_reg_s_alloc): avoid inifinte recursion.matz
2001-10-04* ext/socket/socket.c (ruby_connect): EALREADY is the equivalent eban
2001-10-03* ext/gdbm/gdbm.c (rb_gdbm_fetch): str is a VALUE now.nobu
2001-10-03* marshal.c (r_object): better allocation type check formatz
2001-10-02* lib/ftools.rb (catname): allow trailing '/' for the destination.eban
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-10-01* marshal.c (r_object): TYPE_UCLASS check should be inversed.nobu
2001-09-26Wed Sep 26 19:02:39 2001 Guy Decoux <ts@moulon.inra.fr>ts
2001-09-25* win32/win32.c (isInternalCmd): check return value of NtMakeCmdVector (Tiete...usa
2001-09-20forgotten MATCH_DATA...nobu
2001-09-20for special local variable.nobu
2001-09-19* string.c (rb_str_init): String.new() => ""matz
2001-09-08* eval.c (rb_thread_restore_context): save current value ofmatz
2001-09-07 * lib/net/telnet.rb: waitfor(): improvement. thanks towakou
2001-09-07 * lib/net/telnet.rb: waitfor(): bug fix.wakou
2001-09-06 * lib/cgi.rb: CGI#doctype(): bug fix (html4Fr).wakou
2001-09-06* dir.c (dir_s_chdir): raise if environment variable HOME/LOGDIRnobu
2001-09-06* ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debugknu
2001-09-06* ext/readline/readline.c: restore terminal modeshugo
2001-09-06* ext/digest/digest.c (rb_digest_base_s_digest,knu
2001-09-06* lib/jcode.rb (_regexp_quote): fix quote handling, again.eban
2001-09-05* file.c (rb_find_file_ext): add const qualifiers to ext.nobu
2001-09-05* ext/socket/socket.c (Init_socket): remove duplicating constants.nobu
2001-09-05* lib/jcode.rb (_regexp_quote): fix quote handling.eban
2001-09-05* re.c (Init_Regexp): to_s to be alias to inspect.matz
2001-09-03* intern.h (rb_find_file_ext): changed from rb_find_file_noext().nobu
2001-09-03* ruby.c (proc_options): should not alter origargv[].matz
2001-09-03* error.c: unbreak the build on *BSD with gcc 3.0.1 by removingknu
2001-09-01* ruby.c (set_arg0): prevent SEGV when val is longer than thenobu
2001-08-29* parse.y (yylex): ternary ? can be followed by newline.matz
2001-08-24* dln.c (dln_strerror): fix a bug that sometimes made null message onusa
2001-08-23fix typo.nobu
2001-08-23* eval.c (is_defined): should not dump core for "defined?(())".matz
2001-08-20* ext/digest/sha2/extconf.rb: fix support for cross-compiling.eban