From 1cc709a84a8afc8942096535c66289d04dfa2d7f Mon Sep 17 00:00:00 2001 From: eregon Date: Thu, 2 Jan 2014 15:10:13 +0000 Subject: * ext/bigdecimal: update class method call style from :: to . in documentation and usage. * ext/bigdecimal/lib/bigdecimal/math.rb: [DOC] fix examples values. Computations were made using ruby 2.0.0p247 to ensure no effect of the recent BigDecimal bug. * ext/bigdecimal/sample/nlsolve.rb: fix indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dd36aaca69..a4f20cdcc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Fri Jan 3 00:09:54 2014 Benoit Daloze + + * ext/bigdecimal: update class method call style from :: to . + in documentation and usage. + + * ext/bigdecimal/lib/bigdecimal/math.rb: [DOC] fix examples values. + Computations were made using ruby 2.0.0p247 to ensure + no effect of the recent BigDecimal bug. + + * ext/bigdecimal/sample/nlsolve.rb: fix indent. + Thu Jan 2 16:07:21 2014 Masaki Matsushita * io.c (io_fwrite): freeze converted str. -- cgit v1.2.3