From f7bf83f3596eae0584dd0677e1c3814739da77a7 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 21 Dec 2007 07:14:42 +0000 Subject: * ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bug pointed by Ryan Platte fixed(Patch to the patch from "NATORI Shin"). [ruby-talk:273360] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5118d2112..22938adaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Dec 21 16:10:30 2007 Shigeo Kobayashi + + * ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bug + pointed by Ryan Platte fixed(Patch to the patch from "NATORI + Shin"). [ruby-talk:273360] + Fri Dec 21 16:06:13 2007 Tanaka Akira * re.c (append_utf8): use rb_utf8_encoding() instead of -- cgit