diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-10 16:54:43 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-10 16:54:43 +0000 |
| commit | ee8227c1ecadb483a247c20c57b3864afeb5c36f (patch) | |
| tree | 9dee1ffbae246aee355a5ab85214ed15523bab60 /ChangeLog | |
| parent | 5935fa604ccc0c95cffa4a3bc59b1f5bc613d294 (diff) | |
| download | ruby-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
