summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-05-26 03:24:59 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-05-26 03:24:59 +0000
commit0f34277fe50561c58c5c50881bbe234fbe8eafad (patch)
treea0b58684fe959cd04c22a961ec14f07eb4a9e7e1 /ChangeLog
parent8b1e7e34403977058d412931e31577df719fd2e4 (diff)
regexp (?XI)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a9946e409..4c2786fe55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 26 01:09:55 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * regex.c (re_compile_pattern): (?XI) for turns off the
+ corresponding option.
+
Mon May 25 12:38:56 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
* regex.c (re_compile_pattern): inline i option (?i).