diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-30 13:28:10 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-30 13:28:10 +0000 |
| commit | f1a769b87a5ebed50f7ea7df1051125eb20cf08a (patch) | |
| tree | 1232d8d143fa078d57f8da0fcf53ec8dc06243e7 /ChangeLog | |
| parent | 89146e0f644fdd65a1e1ea7c3eef6a7ec98b9e13 (diff) | |
| download | ruby-f1a769b87a5ebed50f7ea7df1051125eb20cf08a.tar.gz ruby-f1a769b87a5ebed50f7ea7df1051125eb20cf08a.tar.xz ruby-f1a769b87a5ebed50f7ea7df1051125eb20cf08a.zip | |
* numeric.c (rb_num2uint, rb_fix2int): new function to convert
values over INT_MAX. [ruby-core:01099]
* ruby.h (NUM2UINT, FIX2INT): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Fri May 30 22:28:04 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * numeric.c (rb_num2uint, rb_fix2int): new function to convert + values over INT_MAX. [ruby-core:01099] + + * ruby.h (NUM2UINT, FIX2INT): ditto. + Fri May 30 14:55:44 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> * eval.c (rb_Array): exclude Kernel#to_a instead of Object#to_a. |
