diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-26 13:33:14 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-26 13:33:14 +0000 |
| commit | 5e7a785b405eb533f1a52f1bbf057bbbe89fa6ee (patch) | |
| tree | e7a4ebf6d948a323be51af989ef19b3707dbc424 /ChangeLog | |
| parent | b72e4fe85236cf76a63f8664d32b87fe1a53b952 (diff) | |
| download | ruby-5e7a785b405eb533f1a52f1bbf057bbbe89fa6ee.tar.gz ruby-5e7a785b405eb533f1a52f1bbf057bbbe89fa6ee.tar.xz ruby-5e7a785b405eb533f1a52f1bbf057bbbe89fa6ee.zip | |
* 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.
backported from trunk. fixed: [ruby-dev:28105]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +Mon Dec 26 22:32:47 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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. + backported from trunk. fixed: [ruby-dev:28105] + Mon Dec 26 08:50:36 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (ev_const_get): fixed a bug in constant reference during @@ -25,7 +32,7 @@ Wed Dec 21 16:53:06 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> Wed Dec 21 14:53:26 2005 Tanaka Akira <akr@m17n.org> - * lib/pathname.rb (test_kernel_open): use File.identical?. + * lib/pathname.rb (test_kernel_open): use File.identical?. [ruby-talk:171804] Tue Dec 20 22:41:17 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> |
