From ee8227c1ecadb483a247c20c57b3864afeb5c36f Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 10 Dec 2008 16:54:43 +0000 Subject: * ext/bigdecimal/bigdecimal.c (BigDecimal_round): should be round to integer. [ruby-dev:37355] * ext/bigdecimal/bigdecimal.c (BigDecimal_divmod): division should be integer. [incompatible] [ruby-dev:37355] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9ea006168..403f28791 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Dec 11 01:48:00 2008 Yukihiro Matsumoto + + * ext/bigdecimal/bigdecimal.c (BigDecimal_round): should be round + to integer. [ruby-dev:37355] + + * ext/bigdecimal/bigdecimal.c (BigDecimal_divmod): division should + be integer. [incompatible] [ruby-dev:37355] + Thu Dec 11 01:21:58 2008 Yukihiro Matsumoto * thread.c (rb_mutex_unlock): shut up warning. a patch from -- cgit