diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-19 17:46:17 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-19 17:46:17 +0000 |
| commit | 470992487f00982151ed73ac914280613a63ce51 (patch) | |
| tree | 72ab9bd358faa0b6522e9decff58f94c9c512c4e /ChangeLog | |
| parent | 078b4cb1ac409ebb3e2cf6e7fc4bb47c8b1009eb (diff) | |
| download | ruby-470992487f00982151ed73ac914280613a63ce51.tar.gz ruby-470992487f00982151ed73ac914280613a63ce51.tar.xz ruby-470992487f00982151ed73ac914280613a63ce51.zip | |
* string.c (rb_str_each_line): should consider rslen.
* string.c (rb_str_buf_append): should propagate encoding.
* string.c (rb_str_each_line): ditto.
* test/ruby/test_m17n.rb (TestM17N::test_str_each_line): should
check encoding as well.
* test/ruby/test_m17n.rb (TestM17N::test_str_each_line): empty
array can not propagate encoding; should not check.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -47,6 +47,18 @@ Wed Dec 19 22:59:52 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * test/ruby/test_m17n.rb (TestM17N::test_str_insert): test updated to check negative offset behavior. + * string.c (rb_str_each_line): should consider rslen. + + * string.c (rb_str_buf_append): should propagate encoding. + + * string.c (rb_str_each_line): ditto. + + * test/ruby/test_m17n.rb (TestM17N::test_str_each_line): should + check encoding as well. + + * test/ruby/test_m17n.rb (TestM17N::test_str_each_line): empty + array can not propagate encoding; should not check. + Wed Dec 19 21:42:18 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * re.c (rb_reg_regsub): should set checked encoding. |
