summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-11 20:52:51 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-11 20:52:51 +0000
commit67e11229ecf10efeb1b7eb15b114bc783453b8a6 (patch)
tree73f41518d36e9ada702018209b4c4a0b9c6cade8 /ChangeLog
parent5e4d54a98dc8f61e4de1e24da74407751d99e437 (diff)
* regparse.c (fetch_token): warn invalid back reference
and subexp call. (\k and \g). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25305 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 83d876b020..63ac6b9c31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Oct 12 05:51:11 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * regparse.c (fetch_token): warn invalid back reference
+ and subexp call. (\k and \g).
+
Mon Oct 12 03:47:42 2009 NARUSE, Yui <naruse@ruby-lang.org>
* marshal.c (has_encoding): added for check the regexp