diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-06 17:11:50 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-06 17:11:50 +0000 |
| commit | 5dbd12698fde521dbf79216d4c3ea25d767ffd3f (patch) | |
| tree | 89f1305b01dd6a98f5db131b1a235dcd767bd4ad /ChangeLog | |
| parent | 7f38f071de1d061b480c6fbea18547572f517489 (diff) | |
| download | ruby-5dbd12698fde521dbf79216d4c3ea25d767ffd3f.tar.gz ruby-5dbd12698fde521dbf79216d4c3ea25d767ffd3f.tar.xz ruby-5dbd12698fde521dbf79216d4c3ea25d767ffd3f.zip | |
* bignum.c (rb_cmpint): moved from compar.c, to check bignum
zero.
* range.c (range_step): add step for each iteration if begin and
end are numeric. [ruby-core:15990]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -22,6 +22,11 @@ Sat Apr 5 05:50:57 2008 Eric Hodel <drbrain@segment7.net> * lib/webrick/httprequest.rb: Fix redefined method warning. +Sat Apr 5 02:13:52 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * bignum.c (rb_cmpint): moved from compar.c, to check bignum + zero. + Fri Apr 4 23:24:06 2008 NARUSE, Yui <naruse@ruby-lang.org> * re.c (rb_memsearch_qs): wrong boundary condition. @@ -38,6 +43,11 @@ Fri Apr 4 05:57:11 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails and @n_bytes as well. [ruby-core:16144] +Fri Apr 4 01:59:30 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * range.c (range_step): add step for each iteration if begin and + end are numeric. [ruby-core:15990] + Fri Apr 4 00:42:26 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242] |
