From ca466d80a69f28a9d9ccb634a5021ca1cef117b6 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 19 Apr 2009 13:34:51 +0000 Subject: merges r23075 from trunk into ruby_1_9_1. -- * time.c (time_cmp): negate the result of reverse comparison. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1893a8190..9bf9a56b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Mar 27 01:33:37 2009 Tanaka Akira + + * time.c (time_cmp): negate the result of reverse comparison. + Fri Mar 27 01:19:50 2009 Tanaka Akira * bignum.c (rb_cmpint): FIX2INT may fail on LP64 platforms. -- cgit