diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-22 08:31:33 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-22 08:31:33 +0000 |
| commit | 8630dcd2d2ca7a9201ec8317d00bd18a8db4facd (patch) | |
| tree | 0cd5ee9fc5d3be4d8d9f1150c7333ada6bd8a2e1 /ChangeLog | |
| parent | fc08046ca01ba35170542cbf07681e37c328e7e7 (diff) | |
| download | ruby-8630dcd2d2ca7a9201ec8317d00bd18a8db4facd.tar.gz ruby-8630dcd2d2ca7a9201ec8317d00bd18a8db4facd.tar.xz ruby-8630dcd2d2ca7a9201ec8317d00bd18a8db4facd.zip | |
* parse.y (opt_rescue): use NODE_ERRINFO() instead of
NODE_GVAR("$!"), to avoid confusion from variable aliasing.
[ruby-talk:90074]
* version.c (Init_version): remove obsolete constants VERSION
etc. [ruby-dev:22643]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -3,6 +3,15 @@ Thu Jan 22 16:21:02 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * parse.y (string_content): reset lexical states at the beginning of string contents. [ruby-list:39061] +Thu Jan 22 08:08:50 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * parse.y (opt_rescue): use NODE_ERRINFO() instead of + NODE_GVAR("$!"), to avoid confusion from variable aliasing. + [ruby-talk:90074] + + * version.c (Init_version): remove obsolete constants VERSION + etc. [ruby-dev:22643] + Thu Jan 22 01:46:32 2004 Yukihiro Matsumoto <matz@ruby-lang.org> * parse.y (newline_node): do not use NODE_NEWLINE node anymore, |
