From e77ddaf0d1d421da2f655832a45f237558e23115 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 17 Sep 2004 09:24:13 +0000 Subject: * array.c (rb_ary_delete): element comparison might change array size. [ruby-dev:24273] * parse.y: make ruby parser reentrant. merge ripper parser to the real one. this change makes ruby require bison. * file.c (rb_file_truncate): clear stdio buffer before truncating the file. [ruby-dev:24191] * ext/digest/digest.c: use rb_obj_class() instead of CLASS_OF which might return singleton class. [ruby-dev:24202] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1336aa1de1..1e5bb481ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Fri Sep 17 17:11:08 2004 Yukihiro Matsumoto + + * array.c (rb_ary_delete): element comparison might change array + size. [ruby-dev:24273] + + * parse.y: make ruby parser reentrant. merge ripper parser to the + real one. this change makes ruby require bison. + + * file.c (rb_file_truncate): clear stdio buffer before truncating + the file. [ruby-dev:24191] + + * ext/digest/digest.c: use rb_obj_class() instead of CLASS_OF + which might return singleton class. [ruby-dev:24202] + Fri Sep 17 16:07:09 2004 Hidetoshi NAGAI * ext/tk/lib/multi-tk.rb: improve exit operation @@ -28,6 +42,11 @@ Thu Sep 16 18:12:13 2004 GOTOU Yuuzou (WEBrick::HTTPServlet::FileHandler#initialize): should expand the pathname of document root directory. +Thu Sep 16 15:49:28 2004 Yukihiro Matsumoto + + * string.c (rb_str_intern): protect string argument from GC. + [ruby-core:03411] + Wed Sep 15 20:22:23 2004 Hidetoshi NAGAI * ext/tk/sample/tkoptdb-safeTk.rb: fix a bug depend on the changes @@ -321,6 +340,12 @@ Tue Sep 7 12:48:22 2004 NAKAMURA Usaku * ext/socket/socket.c (wait_connectable, ruby_connect): support nonblocking connect on various platforms. +Mon Sep 6 11:00:47 2004 Yukihiro Matsumoto + + * dir.c (dir_s_chdir): the patch to shut up false warning when + exception occurred within a block. a patch was given from Johan + Holmberg . [ruby-core:03292] + Mon Sep 6 10:57:40 2004 Hirokazu Yamamoto * ext/tk/lib/tk/menu.rb(TkOptionMenubutton#insert): call correct method -- cgit v1.2.3