From 4d3db3a6a69b9806df7ca5bdf958622095ff2e60 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 29 Nov 2008 10:55:51 +0000 Subject: * regparse.c (is_invalid_quantifier_target): Perl and old Ruby accepts quantifier on anchors. [ruby-core:20161] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a6fa48787..41a9ebe4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Nov 29 19:19:32 2008 Yukihiro Matsumoto + + * regparse.c (is_invalid_quantifier_target): Perl and old Ruby + accepts quantifier on anchors. [ruby-core:20161] + Sat Nov 29 18:28:57 2008 Yukihiro Matsumoto * ext/socket/socket.c (sock_getaddrinfo): should have updated for -- cgit