From b46636e68af61744133ff21094b4e8da6d34d85d Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 26 Aug 2009 23:16:40 +0000 Subject: * ext/strscan/strscan.c (strscan_set_string): set string should not be dupped or frozen, because freezing it causes #concat method failure, and unnecessary to dup without freezing. a patch from Aaron Patterson at [ruby-core:25145]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a116e86d8..8e91bdb32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Aug 27 08:16:34 2009 Nobuyoshi Nakada + + * ext/strscan/strscan.c (strscan_set_string): set string should not be + dupped or frozen, because freezing it causes #concat method failure, + and unnecessary to dup without freezing. a patch from Aaron + Patterson at [ruby-core:25145]. + Thu Aug 27 02:06:11 2009 NARUSE, Yui * Makefile.in (enc/unicode/name2ctype.kwd): -- cgit