diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-22 01:32:19 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-22 01:32:19 +0000 |
commit | c204c6b71bad7db3b95484f519f89da26ce7bc02 (patch) | |
tree | ab60aaa1f8788130bc13fe5460d00ab446439f50 /ChangeLog | |
parent | f25a57b3ef00ac4aff728615aca6764e89163099 (diff) |
* bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@13186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Wed Aug 22 10:29:45 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242] + Wed Aug 22 10:26:59 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * time.c (time_succ): Time#succ should return a time object in the |