aboutsummaryrefslogtreecommitdiffstats
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
commit81e5a7c6928a769451d9c21795734980e3fcdfec (patch)
tree77ef4811813863d23d6257cfbe13984b65765924
parent935712e8e46ebc307a3844e3e60e381712d246ee (diff)
downloadruby-81e5a7c6928a769451d9c21795734980e3fcdfec.tar.gz
* added an old entry.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 054526523a..3ad6d0c51e 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