From f2cdaab8cf318acc4ff346307b67ac661f7fa23b Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 13 Dec 2001 08:19:09 +0000 Subject: * time.c (time_new_internal): avoid loop to calculate negative div, mod. * time.c (time_cmp): should handle Bignums. * array.c (rb_ary_pop): should ELTS_SHARED flag check before REALLOC. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d1fc61e1c..d83526be3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Thu Dec 13 09:52:59 2001 Yukihiro Matsumoto + + * time.c (time_new_internal): avoid loop to calculate negative + div, mod. + + * time.c (time_cmp): should handle Bignums. + +Tue Dec 11 17:39:16 2001 K.Kosako + + * array.c (rb_ary_pop): should ELTS_SHARED flag check before + REALLOC. + Tue Dec 11 12:45:28 2001 Yukihiro Matsumoto * string.c (rb_str_match_m): should convert an argument into -- cgit