summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-06 14:28:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-06 14:28:48 +0000
commitd750b62d66d812c3c946ce74be60e5b2c890d474 (patch)
tree397bb815a9d27e7af21126cf74ffc7dc85848ef7 /ChangeLog
parent8a57bb7b4a42c7676a63efa17c86c2a9678f9ed2 (diff)
parse.y: remove duplicated names
* parse.y (local_tbl_gen): remove local variables duplicated with arguments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e43e1df72..f093b8412d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 6 23:28:47 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * parse.y (local_tbl_gen): remove local variables duplicated with
+ arguments.
+
Tue May 6 18:48:50 2014 Tanaka Akira <akr@fsij.org>
* lib/time.rb (Time.make_time): Adjust the time zone of "now".