diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-04 07:48:52 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-04 07:48:52 +0000 |
commit | 2845b098a76f5d26aa658c1fd8c82badec8bcd08 (patch) | |
tree | c6b2e9eaba6a57c43eef35f56acb0706303c8c86 /ChangeLog | |
parent | 6500ad8132d8ce342a62cbed15ef0116254abd3d (diff) | |
download | ruby-2845b098a76f5d26aa658c1fd8c82badec8bcd08.tar.gz ruby-2845b098a76f5d26aa658c1fd8c82badec8bcd08.tar.xz ruby-2845b098a76f5d26aa658c1fd8c82badec8bcd08.zip |
* parse.y (deferred_nodes, compstmt, arg, fixup_nodes, range_op): fix
up fixnum range literal in conditional as automagical line number
comparison. [ruby-core:12124], [ruby-dev:35731]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Mon Aug 4 16:48:50 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * parse.y (deferred_nodes, compstmt, arg, fixup_nodes, range_op): fix + up fixnum range literal in conditional as automagical line number + comparison. [ruby-core:12124], [ruby-dev:35731] + Mon Aug 4 14:41:25 2008 URABE Shyouhei <shyouhei@ruby-lang.org> * lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch from |