From 576551ed42a5825f6d30d301e013493cb84a684f Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 18 Jan 2008 00:44:15 +0000 Subject: * re.c (rb_char_to_option_kcode): Regexp switch `s' should mean Windows-31J, as wells as `-Ks'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1a4f8bf7e..16c16d27f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jan 18 09:43:02 2008 NAKAMURA Usaku + + * re.c (rb_char_to_option_kcode): Regexp switch `s' should mean + Windows-31J, as wells as `-Ks'. + Fri Jan 18 09:22:07 2008 Yukihiro Matsumoto * parse.y (parser_initialize): explicitly call rb_ascii8bit_encoding(). -- cgit