From 3043170b14875ce53f3a951d665279b12c2c63a8 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 7 Jul 2000 03:20:53 +0000 Subject: matz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6c87b9e4ba..06d8047f6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,27 @@ +Fri Jul 7 03:30:00 2000 Yukihiro Matsumoto + + * parse.y (aref_args): should allow Hash[:a=>2] etc. + + * numeric.c (fix_aref): convert index by NUM2INT, not FIX2INT. + (ruby-bugs:#PR37) + + * time.c (time_localtime): should prohibit for frozen time. + + * time.c (time_gmtime): ditto. + +Thu Jul 6 19:12:12 2000 Yukihiro Matsumoto + + * io.c (rb_file_s_open): should not terminate fptr; just clear it. + + * ruby.c (proc_options): should not call require_libraries() + twice. + + * ruby.c (require_libraries): clear req_list_head.next after + execution. + Thu Jul 6 13:51:57 2000 Nobuyoshi Nakada - * object.c (rb_to_id): name may not be symbol or fixnum. + * object.c (rb_to_id): name may not be symbol nor fixnum. * struct.c (rb_struct_s_def): name may be nil. @@ -40,7 +61,7 @@ Wed Jul 5 09:47:14 2000 Yukihiro Matsumoto * io.c (rb_io_reopen): clear fptr->path after free() to prevent potential GC crash. - * io.c (rb_file_s_open): terminate fptr uless null. + * io.c (rb_file_s_open): terminate fptr unless null. * io.c (rb_file_initialize): ditto. -- cgit v1.2.3