diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-26 13:34:16 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-26 13:34:16 +0000 |
commit | cd0fa0e4ffa513b3feb807d50ea63071dbfb45de (patch) | |
tree | 77ef4811813863d23d6257cfbe13984b65765924 | |
parent | 0f33376dd63211d6f006dd78064bddc10c7febeb (diff) | |
download | ruby-cd0fa0e4ffa513b3feb807d50ea63071dbfb45de.tar.gz ruby-cd0fa0e4ffa513b3feb807d50ea63071dbfb45de.tar.xz ruby-cd0fa0e4ffa513b3feb807d50ea63071dbfb45de.zip |
* added an old entry.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9083,6 +9083,10 @@ Sat Oct 30 00:19:40 2004 Yukihiro Matsumoto <matz@ruby-lang.org> * enum.c (enum_sort_by): protect continuation jump in. [ruby-dev:24642] + * eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS, + NEW_VALIAS), parse.y (fitem): allow dynamic symbols to + NODE_UNDEF and NODE_ALIAS. + Fri Oct 29 21:27:51 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * io.c (rb_io_check_initialized): new function to check uninitialized |