From 8ecb2ae32ff0683f3f2a49510a82487c4b6e6957 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 8 Apr 2003 09:02:04 +0000 Subject: * random.c (rb_f_rand): normalize bignum argument. * sprintf.c (rb_f_sprintf): was decrementing width even if there is no sign character. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3f154260b..5f885f76b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 8 17:13:53 2003 Yukihiro Matsumoto + + * random.c (rb_f_rand): normalize bignum argument. + Tue Apr 8 11:49:31 2003 Yukihiro Matsumoto * eval.c (Init_Proc): make Method and UnboundMethod independent. @@ -34,6 +38,11 @@ Sat Apr 5 23:41:28 2003 Yukihiro Matsumoto * pack.c (pack_pack): small but serious typo. +Sat Apr 5 04:23:05 2003 Warren Brown + + * sprintf.c (rb_f_sprintf): was decrementing width even if there + is no sign character. + Sat Apr 5 01:41:28 2003 Yukihiro Matsumoto * eval.c (backtrace): skip internal allocator frame. -- cgit