From 3cd67ce5053aa53133ae9903e572bd81384d8788 Mon Sep 17 00:00:00 2001 From: mame Date: Sun, 16 May 2010 12:54:37 +0000 Subject: * parse.y (parser_read_escape, parser_tokadd_escape): allow a hex or octal encoded character after \c. This seemed to be prohibited at r13836, but its ChangeLog mentions nothing about this prohibition. So I assume this prohibition is not intended. [ruby-core:27229] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 94fd225f04..b51da37677 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun May 16 21:51:04 2010 Yusuke Endoh + + * parse.y (parser_read_escape, parser_tokadd_escape): allow a hex or + octal encoded character after \c. This seemed to be prohibited at + r13836, but its ChangeLog mentions nothing about this prohibition. + So I assume this prohibition is not intended. [ruby-core:27229] + Sun May 16 21:14:04 2010 Yuki Sonoda (Yugui) * ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test): -- cgit v1.2.3