From 370ed6a27156bc782bf173fa7aa5a17562215e5e Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 21 Feb 2008 02:42:51 +0000 Subject: * string.c: replace rb_enc_copy by rb_enc_cr_str_copy or rb_enc_cr_str_exact_copy. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7bcbcb470..3a3f858a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 21 11:10:49 2008 NARUSE, Yui + + * string.c: replace rb_enc_copy by rb_enc_cr_str_copy or + rb_enc_cr_str_exact_copy. + Thu Feb 21 10:35:04 2008 NARUSE, Yui * include/ruby/encoding.h (rb_enc_asciicompat): dummy encoding is not -- cgit