diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-27 01:43:14 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-27 01:43:14 +0000 |
| commit | cd31dc23e73c36da44e9985ce7df0d71f5fc153d (patch) | |
| tree | 9e1d99695c2fed66259cc39bf3f8972d0ef496d4 /ChangeLog | |
| parent | 29683492f665a89ec40249facabb64b3546f618c (diff) | |
| download | ruby-cd31dc23e73c36da44e9985ce7df0d71f5fc153d.tar.gz ruby-cd31dc23e73c36da44e9985ce7df0d71f5fc153d.tar.xz ruby-cd31dc23e73c36da44e9985ce7df0d71f5fc153d.zip | |
* ext/bigdecimal/bigdecimal.c (BigDecimal_div2): should return
Integer for #div operation.
* ext/bigdecimal/bigdecimal.c (BigDecimal_div2): should raise
ZeroDivisionError if divisor is zero. [ruby-dev:37207]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20368 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 Nov 27 10:40:52 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ext/bigdecimal/bigdecimal.c (BigDecimal_div2): should return + Integer for #div operation. + + * ext/bigdecimal/bigdecimal.c (BigDecimal_div2): should raise + ZeroDivisionError if divisor is zero. [ruby-dev:37207] + Wed Nov 26 23:15:47 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * strftime.c (STRFTIME): use rb_strftime() recursively, instead of |
