diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-13 17:29:24 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-13 17:29:24 +0000 |
| commit | 7b4034b3a120e68ce79b1a513280ed0621cba040 (patch) | |
| tree | edfc39532256dcf9426768c070630ed5118f011b /ChangeLog | |
| parent | d4361948dcb4f06a2c0c3fad678bb9429659482e (diff) | |
* numeric.c (int_pow): overflow detection using FIT_SQRT_LONG().
[ruby-dev:31215]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sat Jul 14 02:27:43 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * numeric.c (int_pow): overflow detection using FIT_SQRT_LONG(). + [ruby-dev:31215] + Sat Jul 14 02:05:53 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * insns.def (opt_div): LONG2FIX() may not work for corner cases, |
