From 95cbad84ec6608fd88d3b6128bb7e812f01af75c Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 30 Oct 2004 06:56:18 +0000 Subject: * eval.c (rb_eval): NODE_XSTR should pass copy of literal string. * array.c (rb_ary_update): a[n,m]=nil no longer works as element deletion. * enum.c (enum_sort_by): protect continuation jump in. [ruby-dev:24642] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a0389c239..167b363a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,18 @@ Sat Oct 30 15:24:41 2004 Masaki Suketa * ext/win32ole/tests/testOLETYPELIB.rb: add WIN32OLE_TYPELIB class. +Sat Oct 30 06:53:24 2004 Peter Vanbroekhoven + + * eval.c (rb_eval): NODE_XSTR should pass copy of literal string. + +Sat Oct 30 00:19:40 2004 Yukihiro Matsumoto + + * array.c (rb_ary_update): a[n,m]=nil no longer works as element + deletion. + + * enum.c (enum_sort_by): protect continuation jump in. + [ruby-dev:24642] + Fri Oct 29 21:27:51 2004 Nobuyoshi Nakada * io.c (rb_io_check_initialized): new function to check uninitialized -- cgit