diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-02-04 12:31:19 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-02-04 12:31:19 +0000 |
commit | 086e235f035d44c3554cab364cd70644e537a919 (patch) | |
tree | 377844e954f01e7747b22c3acaabb23c23034baa /ChangeLog | |
parent | f0432871fd3f9489c87199700efa32a7597f135c (diff) | |
download | ruby-086e235f035d44c3554cab364cd70644e537a919.tar.gz |
* oniguruma.h: merge Oniguruma 4.0.0 [ruby-dev:28290]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -11,6 +11,10 @@ Sat Feb 4 15:52:56 2006 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> I think the function name of rb_int2big is quite misleading. This should be "rb_long2big". +Sat Feb 4 15:02:05 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * oniguruma.h: merge Oniguruma 4.0.0 [ruby-dev:28290] + Fri Feb 3 19:25:53 2006 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> * ruby.h: fixed prototype. @@ -86,7 +90,7 @@ Tue Jan 31 08:07:02 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * numeric.c (int_dotimes): ditto. * enum.c (enum_first): new method Enumerable#first to take first n - element from an enumerable. + elements from an enumerable. * enum.c (enum_group_by): new method Enumerable#group_by that groups enumerable values according to their block values. |