diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-10 17:10:10 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-10 17:10:10 +0000 |
| commit | ce7ab1deee5b7dfe23c8a3d873390b5b7346191d (patch) | |
| tree | 0b64b760a8123dd77deb01c2643cc599d975fcb1 /ChangeLog | |
| parent | 796c57432250c91ba45a6c29a516185c5746cd3a (diff) | |
| download | ruby-ce7ab1deee5b7dfe23c8a3d873390b5b7346191d.tar.gz ruby-ce7ab1deee5b7dfe23c8a3d873390b5b7346191d.tar.xz ruby-ce7ab1deee5b7dfe23c8a3d873390b5b7346191d.zip | |
* string.c (tr_trans): should check src size, not str size.
[ruby-dev:34637]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ Sat May 10 22:14:03 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * string.c (tr_trans): single '^' does not mean negation. [ruby-dev:34632] + * string.c (tr_trans): should check src size, not str size. + [ruby-dev:34637] + Sat May 10 18:11:18 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * string.c (rb_str_each_line): zero length record separator should |
