summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-10 16:54:43 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-10 16:54:43 +0000
commitee8227c1ecadb483a247c20c57b3864afeb5c36f (patch)
tree9dee1ffbae246aee355a5ab85214ed15523bab60 /ChangeLog
parent5935fa604ccc0c95cffa4a3bc59b1f5bc613d294 (diff)
downloadruby-ee8227c1ecadb483a247c20c57b3864afeb5c36f.tar.gz
ruby-ee8227c1ecadb483a247c20c57b3864afeb5c36f.tar.xz
ruby-ee8227c1ecadb483a247c20c57b3864afeb5c36f.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <matz@ruby-lang.org>
+
+ * 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 <matz@ruby-lang.org>
* thread.c (rb_mutex_unlock): shut up warning. a patch from