From 47b45f8bdb16156c41b126e9d757dbfff2de0be7 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 12 Dec 2000 07:42:35 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 01ae9453a..5f3cd1e7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +Tue Dec 12 15:45:42 2000 Yukihiro Matsumoto + + * parse.y (newline_node): cancel newline unification. + +Mon Dec 11 23:01:57 2000 Yukihiro Matsumoto + + * parse.y (yylex): supports cases `?' precedes EOF and newline. + +Mon Dec 11 12:11:25 2000 Yukihiro Matsumoto + + * eval.c (call_end_proc): some frame members were left + uninitialized. + +Mon Dec 11 01:14:58 2000 Yukihiro Matsumoto + + * io.c (rb_io_fptr_finalize): do not fclose stdin, stdout and + stderr at exit. + +Sat Dec 9 17:34:48 2000 Tachino Nobuhiro + + * time.c (time_cmp): should check with kind_of?, not instance_of? + + * time.c (time_eql): ditto. + + * time.c (time_minus): ditto. + +Fri Dec 8 17:23:25 2000 Tachino Nobuhiro + + * sprintf.c (rb_f_sprintf): proper string precision treat. + Fri Dec 8 10:44:05 2000 Yukihiro Matsumoto * variable.c (rb_mod_remove_cvar): Module#remove_class_variable -- cgit