From 8630dcd2d2ca7a9201ec8317d00bd18a8db4facd Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 22 Jan 2004 08:31:33 +0000 Subject: * 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 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5d2f850cf..6d7a7a685 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,15 @@ Thu Jan 22 16:21:02 2004 Nobuyoshi Nakada * 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 + + * 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 * parse.y (newline_node): do not use NODE_NEWLINE node anymore, -- cgit