From 4e3ee05a0b9db5654de0bc52c2d5ada05500beb0 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 24 Jan 2008 07:25:46 +0000 Subject: * parse.y (reg_fragment_setenc_gen): recognize regexp with option n as as ASCII-8BIT instead of US-ASCII. [ruby-dev:33339] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 346710468..37687ce2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 24 16:24:25 2008 NAKAMURA Usaku + + * parse.y (reg_fragment_setenc_gen): recognize regexp with option n as + as ASCII-8BIT instead of US-ASCII. [ruby-dev:33339] + Thu Jan 24 15:44:42 2008 Yukihiro Matsumoto * array.c (collect_bang_i): use rb_ary_store() to avoid potential -- cgit