From e08bd9d9b82d7aafbc8b3df6454172b6110decf3 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 26 Jul 2006 08:28:57 +0000 Subject: * sprintf.c (rb_str_format): prepend ".." to %u for negative bignum, but not "-". fixed: [ruby-core:08167] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e3b2bcd53..0278d0be3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 26 17:28:16 2006 Nobuyoshi Nakada + + * sprintf.c (rb_str_format): prepend ".." to %u for negative bignum, + but not "-". fixed: [ruby-core:08167] + Wed Jul 26 16:39:07 2006 Yukihiro Matsumoto * string.c (rb_str_scan): add string modification check. -- cgit