From dcbbc9e6fd8b8f6105328f634eaf4b2361a4961d Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 10 Sep 2009 17:07:38 +0000 Subject: * parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay. * re.c (parser_regx_options): return rb_ascii8bit_encindex on ASCII-8BIT. [ruby-dev:39300] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fbf82ba20..95a106da2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Sep 11 02:06:44 2009 NARUSE, Yui + + * parse.y (rb_char_to_option_kcode): ASCII-8BIT should + also delay. + + * re.c (parser_regx_options): return rb_ascii8bit_encindex on + ASCII-8BIT. [ruby-dev:39300] + Fri Sep 11 01:14:00 2009 Marc-Andre Lafortune * lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber. -- cgit