From 2ba22d68519872b18a3b61490b6b78e2a7aca013 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 16 Oct 2008 22:21:42 +0000 Subject: * .gdbinit (rp): REGEXP handling fixed. * string.c (rb_str_rindex_m): need not to call rb_enc_check on regexp. * re.c (unescape_escaped_nonascii): try ASCII-8BIT encoding for broken strings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a96058206..ca156bb39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -64,6 +64,16 @@ Thu Oct 16 06:20:36 2008 Yukihiro Matsumoto * test/ruby/test_transcode.rb (TestTranscode#test_errors): String#encode now works without any argument. [ruby-dev:36740] +Wed Oct 15 23:48:22 2008 Yukihiro Matsumoto + + * .gdbinit (rp): REGEXP handling fixed. + + * string.c (rb_str_rindex_m): need not to call rb_enc_check on + regexp. + + * re.c (unescape_escaped_nonascii): try ASCII-8BIT encoding for + broken strings. + Wed Oct 15 23:11:10 2008 Yukihiro Matsumoto * lib/delegate.rb (DelegateClass): restored 1.8 behavior for -- cgit