aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-11 00:47:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-11 00:47:32 +0000
commit5a38751d0286d0a69ff301491207d7fd61b12bd2 (patch)
tree93acf712b8ec4df461aad871c504f9c9c0f387a2 /ChangeLog
parentb802f1bb02c5bad3e7721ae22981ed9074e1f2e6 (diff)
downloadruby-5a38751d0286d0a69ff301491207d7fd61b12bd2.tar.gz
* hash.c (rb_hash_s_create): set nil as the value if assoc length
is not enough. [ruby-core:21249] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21424 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 4ee7376f36..d56f296aa6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Jan 11 09:47:30 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * hash.c (rb_hash_s_create): set nil as the value if assoc length
+ is not enough. [ruby-core:21249]
+
Sat Jan 10 21:17:28 2009 Tanaka Akira <akr@fsij.org>
* ext/socket/mkconstants.rb: don't generate unintended newlines.