From 20629f3da589d14ccc16917de19588a03f2e4c50 Mon Sep 17 00:00:00 2001 From: kosako Date: Sat, 28 Oct 2006 11:15:41 +0000 Subject: merge Oniguruma 4.4.5 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 084519684..abc34fdcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Sat Oct 28 20:13:18 2006 K.Kosako + + * oniguruma.h: Version 4.4.5 + + * regint.h: ditto. + + * regerror.c: ditto. + + * regexec.c: ditto. + + * regcomp.c ditto. + + * regparse.c ditto. + Sat Oct 28 07:56:13 2006 Yukihiro Matsumoto * marshal.c (r_object0): missing break. [ruby-core:09345] @@ -10926,7 +10940,7 @@ Fri Feb 18 04:06:41 2005 Yukihiro Matsumoto * parse.y (fcall_gen): lvar(arg) will be evaluated as lvar.call(arg) when lvar is a defined local variable. [new] -Thu Feb 17 22:15:34 2005 K.Kosako +Thu Feb 17 22:15:34 2005 K.Kosako * ext/strscan/strscan.c: calls Oniguruma API directly. -- cgit