From 27d53fb5dfd0928c1c6a7ff9f28a52cf0f55c96c Mon Sep 17 00:00:00 2001 From: mrkn Date: Thu, 12 Dec 2013 17:02:20 +0000 Subject: * ext/bigdecimal/bigdecimal.c (VPrint): be a static function, support another dump formats, and add more information of the given bigdecimal. * ext/bigdecimal/bigdecimal.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6891d3b284..fafa3b8e26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Dec 13 01:53:00 2013 Kenta Murata + + * ext/bigdecimal/bigdecimal.c (VPrint): be a static function, support another + dump formats, and add more information of the given bigdecimal. + + * ext/bigdecimal/bigdecimal.h: ditto. + Wed Dec 11 16:45:58 2013 Koichi Sasada * eval.c (rb_raise_jump): call c_return hook immediately after -- cgit v1.2.3