diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-17 05:01:47 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-17 05:01:47 +0000 |
| commit | df44ade694ffa28e8c72c7f8b699e3aa0af2c9a3 (patch) | |
| tree | f18d0dd53e1e51d02dac1c133cb2e43e1f60de8e /ChangeLog | |
| parent | 4df82154b3dbfdc0b4c1bd9f358a1bb5d005d5ab (diff) | |
| download | ruby-df44ade694ffa28e8c72c7f8b699e3aa0af2c9a3.tar.gz ruby-df44ade694ffa28e8c72c7f8b699e3aa0af2c9a3.tar.xz ruby-df44ade694ffa28e8c72c7f8b699e3aa0af2c9a3.zip | |
* string.c (tr_find): wrong condition fixed.
* sprintf.c (rb_str_format): check encoding based on result, not
the format string.
* string.c (rb_str_upto): add encoding check.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Mon Dec 17 13:56:53 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * string.c (tr_find): wrong condition fixed. + + * sprintf.c (rb_str_format): check encoding based on result, not + the format string. + + * string.c (rb_str_upto): add encoding check. + Mon Dec 17 12:21:25 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * Makefile.in (RUNRUBY): added RUNRUBYOPT. |
