From 88e264d23d88cb76eadad85c76e97deff8260493 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 12 Oct 2012 16:47:05 +0000 Subject: * regparse.c (parse_char_class): also need to check the type of token after raw hyphen in regexp class, because the charcter code area is union'ed with the property of TK_CHAR_TYPE. reported by Bushi Zhang at [ruby-core:47115] [Backport #6853]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@37173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4ac5250317..e24c70bbdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Oct 13 01:41:38 2012 NAKAMURA Usaku + + * regparse.c (parse_char_class): also need to check the type of token + after raw hyphen in regexp class, because the charcter code area + is union'ed with the property of TK_CHAR_TYPE. + reported by Bushi Zhang at [ruby-core:47115] [Backport #6853]. + Sat Oct 13 01:39:46 2012 NAKAMURA Usaku * test/ruby/test_regexp.rb -- cgit v1.2.3