diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-09 04:07:11 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-09 04:07:11 +0000 |
| commit | cab0b0bf6d543f7b1930a1bf760fd600468ac25d (patch) | |
| tree | 2bb8828e71fe8200b934d7d2abbc81eef117a48e /ChangeLog | |
| parent | 00596369f917a1762e475c2c67f20287d201ea07 (diff) | |
| download | ruby-cab0b0bf6d543f7b1930a1bf760fd600468ac25d.tar.gz ruby-cab0b0bf6d543f7b1930a1bf760fd600468ac25d.tar.xz ruby-cab0b0bf6d543f7b1930a1bf760fd600468ac25d.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Jan 9 13:03:34 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <jeg2@ruby-lang.org> * enum.c: Updating the documentation of Enumrable#zip to reflect |
