diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-30 06:56:18 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-30 06:56:18 +0000 |
| commit | 95cbad84ec6608fd88d3b6128bb7e812f01af75c (patch) | |
| tree | 873570181bc80e61f01eca31effb94af645c188c /ChangeLog | |
| parent | 196d35944013d732d213658c17d41617aaa86aa4 (diff) | |
| download | ruby-95cbad84ec6608fd88d3b6128bb7e812f01af75c.tar.gz ruby-95cbad84ec6608fd88d3b6128bb7e812f01af75c.tar.xz ruby-95cbad84ec6608fd88d3b6128bb7e812f01af75c.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ Sat Oct 30 15:24:41 2004 Masaki Suketa <masaki.suketa@nifty.ne.jp> * ext/win32ole/tests/testOLETYPELIB.rb: add WIN32OLE_TYPELIB class. +Sat Oct 30 06:53:24 2004 Peter Vanbroekhoven <peter.vanbroekhoven@cs.kuleuven.ac.be> + + * eval.c (rb_eval): NODE_XSTR should pass copy of literal string. + +Sat Oct 30 00:19:40 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * io.c (rb_io_check_initialized): new function to check uninitialized |
