From 58a1fa01277e292dfb72c56a0641b342046930a2 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 13 Aug 2008 07:13:27 +0000 Subject: * time.c (time_cmp): retry with right hand operand if its not a time object. [ruby-dev:35011] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7bc57d93f..3c56e98a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 13 16:05:50 2008 Yukihiro Matsumoto + + * time.c (time_cmp): retry with right hand operand if its not a + time object. [ruby-dev:35011] + Wed Aug 13 15:51:22 2008 Akinori MUSHA * string.c: Apply a temporary fix to fix build on OS X. A real -- cgit