aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-29 10:59:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-29 10:59:39 +0000
commite981862fc974bf55d7f0c7ce871dbc179ad741de (patch)
tree354667ccb7db9e0e848c4008aa8dda783f5eda08 /ChangeLog
parentaf1b9db40b31f5ef186799345931e1de59843892 (diff)
downloadruby-e981862fc974bf55d7f0c7ce871dbc179ad741de.tar.gz
parse.y: !-operator warning
* parse.y (cond0): !-operator is a method call, no warning for literal in condition. [ruby-core:77801] [Bug #12881] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56522 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 4b5e01027d..8583278cbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Oct 29 19:59:37 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * parse.y (cond0): !-operator is a method call, no warning for
+ literal in condition. [ruby-core:77801] [Bug #12881]
+
Sat Oct 29 10:09:38 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* compile.c (iseq_compile_each): turn flip-flop in a not-operator