ruby-changes:22725
From: drbrain <ko1@a...>
Date: Fri, 24 Feb 2012 08:16:29 +0900 (JST)
Subject: [ruby-changes:22725] drbrain:r34774 (trunk): Fix timestamps in ChangeLog
drbrain 2012-02-24 08:16:21 +0900 (Fri, 24 Feb 2012) New Revision: 34774 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=34774 Log: Fix timestamps in ChangeLog Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 34773) +++ ChangeLog (revision 34774) @@ -1,4 +1,4 @@ -Fri Feb 24 07:13:20 2012 Eric Hodel <drbrain@s...> +Fri Feb 24 08:13:20 2012 Eric Hodel <drbrain@s...> * lib/profiler.rb: Add Profiler documentation by Gonzalo Rodriguez. [Bug #5816] @@ -11,18 +11,18 @@ * test/psych/test_parser.rb: ditto * test/psych/test_tainted.rb: ditto -Fri Feb 24 07:02:52 2012 Eric Hodel <drbrain@s...> +Fri Feb 24 08:02:52 2012 Eric Hodel <drbrain@s...> * hash.c (Init_Hash): Add section on how objects are used as Hash keys and how to use custom classes as Hash keys. -Fri Feb 24 06:36:11 2012 Eric Hodel <drbrain@s...> +Fri Feb 24 07:36:11 2012 Eric Hodel <drbrain@s...> * object.c (rb_obj_eql): Improve equality documentation by adding an example of equal? vs == and recommending eql? be aliased to == when overridden. -Fri Feb 24 06:21:15 2012 Eric Hodel <drbrain@s...> +Fri Feb 24 07:21:15 2012 Eric Hodel <drbrain@s...> * object.c (rb_obj_hash): Added note that the hash value is not deterministic on Marc-Andre's suggestion. Expanded description of -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/