From cab0b0bf6d543f7b1930a1bf760fd600468ac25d Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 9 Jan 2008 04:07:11 +0000 Subject: * string.c (rb_enc_cr_str_buf_cat): do not recalculate coderange value if it's given from outside. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ea7d882ff..697dcd262 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jan 9 13:03:34 2008 Yukihiro Matsumoto + + * string.c (rb_enc_cr_str_buf_cat): do not recalculate coderange + value if it's given from outside. + Wed Jan 9 08:42:01 2008 James Edward Gray II * enum.c: Updating the documentation of Enumrable#zip to reflect -- cgit