diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-11 00:47:32 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-11 00:47:32 +0000 |
commit | 78480953e68de46b3f43a049bf95030d1a6239e5 (patch) | |
tree | 93acf712b8ec4df461aad871c504f9c9c0f387a2 /ChangeLog | |
parent | f755853230b65bd3b74d138ccfd255b710e5d57f (diff) | |
download | ruby-78480953e68de46b3f43a049bf95030d1a6239e5.tar.gz ruby-78480953e68de46b3f43a049bf95030d1a6239e5.tar.xz ruby-78480953e68de46b3f43a049bf95030d1a6239e5.zip |
* hash.c (rb_hash_s_create): set nil as the value if assoc length
is not enough. [ruby-core:21249]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |