From 0b854e20fc9b4be9b2d2d60984f2deed147fcb41 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 16 Dec 2008 13:10:35 +0000 Subject: * ext/bigdecimal/bigdecimal.c (VpToString): reverted modification (that caused a bug) in r20359. [ruby-dev:37370] * ext/bigdecimal/bigdecimal.c (BigDecimal_limit): comment update. [ruby-dev:37465] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 94042faf4..44412b1b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,14 @@ Tue Dec 16 21:59:29 2008 NAKAMURA Usaku * lib/test/unit.rb (Test::Unit.setup_argv): ALT_SEPARATOR support. +Tue Dec 16 21:59:02 2008 Yukihiro Matsumoto + + * ext/bigdecimal/bigdecimal.c (VpToString): reverted modification + (that caused a bug) in r20359. [ruby-dev:37370] + + * ext/bigdecimal/bigdecimal.c (BigDecimal_limit): comment update. + [ruby-dev:37465] + Tue Dec 16 20:34:44 2008 Tanaka Akira * ext/pty/pty.c (getDevice): add nomesg argument. -- cgit