Fix timestamps in ChangeLog

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2012-02-23 23:16:21 +00:00
parent 480ea9ffae
commit b52b1f6a7d

View File

@ -1,4 +1,4 @@
Fri Feb 24 07:13:20 2012 Eric Hodel <drbrain@segment7.net> Fri Feb 24 08:13:20 2012 Eric Hodel <drbrain@segment7.net>
* lib/profiler.rb: Add Profiler documentation by Gonzalo Rodriguez. * lib/profiler.rb: Add Profiler documentation by Gonzalo Rodriguez.
[Bug #5816] [Bug #5816]
@ -11,18 +11,18 @@ Fri Feb 24 08:08:38 2012 Aaron Patterson <aaron@tenderlovemaking.com>
* test/psych/test_parser.rb: ditto * test/psych/test_parser.rb: ditto
* test/psych/test_tainted.rb: ditto * test/psych/test_tainted.rb: ditto
Fri Feb 24 07:02:52 2012 Eric Hodel <drbrain@segment7.net> Fri Feb 24 08:02:52 2012 Eric Hodel <drbrain@segment7.net>
* hash.c (Init_Hash): Add section on how objects are used as Hash keys * hash.c (Init_Hash): Add section on how objects are used as Hash keys
and how to use custom classes as Hash keys. and how to use custom classes as Hash keys.
Fri Feb 24 06:36:11 2012 Eric Hodel <drbrain@segment7.net> Fri Feb 24 07:36:11 2012 Eric Hodel <drbrain@segment7.net>
* object.c (rb_obj_eql): Improve equality documentation by adding an * object.c (rb_obj_eql): Improve equality documentation by adding an
example of equal? vs == and recommending eql? be aliased to == when example of equal? vs == and recommending eql? be aliased to == when
overridden. overridden.
Fri Feb 24 06:21:15 2012 Eric Hodel <drbrain@segment7.net> Fri Feb 24 07:21:15 2012 Eric Hodel <drbrain@segment7.net>
* object.c (rb_obj_hash): Added note that the hash value is not * object.c (rb_obj_hash): Added note that the hash value is not
deterministic on Marc-Andre's suggestion. Expanded description of deterministic on Marc-Andre's suggestion. Expanded description of