aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-01 01:20:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-01 01:20:04 +0000
commitabe15dddf73386971d22c0652ee1a48443aebb57 (patch)
tree499f0b0da245cfa23adc2f577cb146a089092bb9
parent6a37b8cde38465a72991579e660d435faaa006ab (diff)
downloadruby-abe15dddf73386971d22c0652ee1a48443aebb57.tar.gz
vm_args.c: add ref r49088
* vm_args.c (keyword_hash_p): fix non-symbol keys hash. rb_extract_keywords() returns 0 not Qnil when no symbol keys is included. [ruby-core:67264] [Bug #10685] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f5d89d04aa..4e968e209f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ Thu Jan 1 09:14:21 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* vm_args.c (keyword_hash_p): fix non-symbol keys hash.
rb_extract_keywords() returns 0 not Qnil when no symbol keys is
- included.
+ included. [ruby-core:67264] [Bug #10685]
Wed Dec 31 17:48:43 2014 Tanaka Akira <akr@fsij.org>