diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-08 16:46:48 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-08 16:46:48 +0000 |
| commit | 6201cf08a6e5bcd45ddf5d73e09b132375f3d68e (patch) | |
| tree | e38e7fb3662c5f9836f2913d0928408c6876b7e3 /ChangeLog | |
| parent | 88c4547726079c79090dde455f7938157e8909a5 (diff) | |
| download | ruby-6201cf08a6e5bcd45ddf5d73e09b132375f3d68e.tar.gz ruby-6201cf08a6e5bcd45ddf5d73e09b132375f3d68e.tar.xz ruby-6201cf08a6e5bcd45ddf5d73e09b132375f3d68e.zip | |
* ext/bigdecimal/bigdecimal.c (BigDecimal_truncate): return
integer if no optional argument given. [incompatible]
* ext/bigdecimal/bigdecimal.c (BigDecimal_floor): ditto.
* ext/bigdecimal/bigdecimal.c (BigDecimal_ceil): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -80,6 +80,15 @@ Fri Dec 5 21:42:44 2008 Tadayoshi Funaba <tadf@dotrb.org> * complex.c: inpsect should not depend on to_s. +Fri Dec 5 21:18:31 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ext/bigdecimal/bigdecimal.c (BigDecimal_truncate): return + integer if no optional argument given. [incompatible] + + * ext/bigdecimal/bigdecimal.c (BigDecimal_floor): ditto. + + * ext/bigdecimal/bigdecimal.c (BigDecimal_ceil): ditto. + Fri Dec 5 19:06:04 2008 Tanaka Akira <akr@fsij.org> * lib/open3.rb (Open3.pipeline_start): new method. |
