1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update ChangeLog.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2013-07-29 12:20:17 +00:00
parent 075752a836
commit f2f18dab7c

View file

@ -1,4 +1,4 @@
Mon Jul 29 20:53:24 2013 Akinori MUSHA <knu@iDaemons.org>
Mon Jul 29 21:06:42 2013 Akinori MUSHA <knu@iDaemons.org>
* enumerator.c (enumerator_init): Add a frozenness check to
prevent a frozen Enumerator object from being reinitialized with
@ -6,6 +6,8 @@ Mon Jul 29 20:53:24 2013 Akinori MUSHA <knu@iDaemons.org>
and more fixes will follow. [Fixes GH-368] Patch by Kenichi
Kamiya.
* enumerator.c (generator_init): Ditto.
Mon Jul 29 20:14:24 2013 Masaki Matsushita <glass.saga@gmail.com>
* hash.c (rb_hash_assoc): revert r42224. table->type->compare is