summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-26 13:34:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-26 13:34:16 +0000
commitcd0fa0e4ffa513b3feb807d50ea63071dbfb45de (patch)
tree77ef4811813863d23d6257cfbe13984b65765924
parent0f33376dd63211d6f006dd78064bddc10c7febeb (diff)
downloadruby-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 054526523..3ad6d0c51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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