From aa13a2ecd46daa91dc72674763337c868ec2b1cb Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 24 Jan 2008 02:17:26 +0000 Subject: * string.c (rb_enc_cr_str_buf_cat): ASCII incompatible encoding is not compatible with any other encoding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0690076cf..dac2ec03a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 24 11:14:56 2008 Tanaka Akira + + * string.c (rb_enc_cr_str_buf_cat): ASCII incompatible encoding is + not compatible with any other encoding. + Thu Jan 24 07:34:34 2008 NARUSE, Yui * parse.y (STR_NEW0): set encoding as US-ASCII. -- cgit