summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-02 16:56:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-02 16:56:16 +0000
commitafc6ad0561c430bc508bd22719915d0b5f5e83f8 (patch)
tree02f7e6a8613966f19077080bd11e86832f7b1c89 /ChangeLog
parent3ff112ae075960329b15416affa40599672d88d5 (diff)
* regex.c (re_match):
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c34a92a42..8011fde2a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -224,6 +224,10 @@ Thu Dec 26 19:22:00 2002 YOSHIDA Kazuhiro <moriq@moriq.com>
* win32/setup.mak (-prologue-): moved srcdir macro definition.
[ruby-win32:420].
+Wed Dec 25 18:26:44 2002 K.Kosako <kosako@sofnec.co.jp>
+
+ * regex.c (re_match):
+
Wed Dec 25 16:41:16 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* regex.c (re_match_exec): fix odd \G behavior based on the patch