summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-04 12:31:19 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-04 12:31:19 +0000
commit2b0449018f6fc3348b708d871a6378dafec19055 (patch)
tree377844e954f01e7747b22c3acaabb23c23034baa /ChangeLog
parent9f537bacc1a402f212598b4f4782ebcf4d1dd5f3 (diff)
downloadruby-2b0449018f6fc3348b708d871a6378dafec19055.tar.gz
ruby-2b0449018f6fc3348b708d871a6378dafec19055.tar.xz
ruby-2b0449018f6fc3348b708d871a6378dafec19055.zip
* oniguruma.h: merge Oniguruma 4.0.0 [ruby-dev:28290]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c67c150f5..bc90734c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.