From c83363c93e4debd9dc5d5fd94a6a91bb5bdad666 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 22 Oct 2008 04:27:32 +0000 Subject: * re.c (unescape_escaped_nonascii): back out the last change on the function. [ruby-dev:36818] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1d4dd45f0..b5e669d28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 22 13:16:47 2008 Yukihiro Matsumoto + + * re.c (unescape_escaped_nonascii): back out the last change on + the function. [ruby-dev:36818] + Wed Oct 22 07:09:19 2008 Yukihiro Matsumoto * ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to unget -- cgit