From 6f2c904544abc8e6f8762a1fed4d462966bdf374 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 27 Aug 2009 06:10:30 +0000 Subject: * re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BIT when /n is specified and the embeded string is escaped text. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3fb1d3a69..aa974df50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Aug 27 14:32:31 2009 NARUSE, Yui + + * re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BIT + when /n is specified and the embeded string is escaped text. + Thu Aug 27 13:51:12 2009 Nobuyoshi Nakada * random.c (random_rand): random integer can be a fixnum for -- cgit