aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-24 02:21:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-24 02:21:38 +0000
commit34c35bf1074f1a32803f380526fa511414ed3d25 (patch)
tree801f356c70badcada70f34f504f5d886cc89cc2e /ChangeLog
parent313e34b461365768fa5432ff8e2641664f40021b (diff)
downloadruby-34c35bf1074f1a32803f380526fa511414ed3d25.tar.gz
parse.y: check for symbol
* parse.y (rb_sym2id, rb_sym2id_without_pindown): return 0 for non-symbol values, for the time being. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45700 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 b1716cb6dd..6a7781449e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr 24 11:21:37 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * parse.y (rb_sym2id, rb_sym2id_without_pindown): return 0 for
+ non-symbol values, for the time being.
+
Thu Apr 24 05:50:13 2014 NARUSE, Yui <naruse@ruby-lang.org>
* parse.y (dsym_node_gen): like r45492, call rb_gc_resurrect().