diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-04 12:29:55 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-04 12:29:55 +0000 |
| commit | 17ce35e6ac88537778b6ca7f328df51ea858743c (patch) | |
| tree | eb5c71e80459b661c07af6abea596ee21279535c /ChangeLog | |
| parent | 5c34f89dfb2e051f49d98be460cb31f9a94de807 (diff) | |
merges r23159 from trunk into ruby_1_9_1.
--
* string.c (rb_str_rstrip_bang): should not sign-expand non-ascii.
[ruby-core:23158]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23333 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 Apr 8 20:08:16 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * string.c (rb_str_rstrip_bang): should not sign-expand non-ascii. + [ruby-core:23158] + Wed Apr 8 17:29:29 2009 NARUSE, Yui <naruse@ruby-lang.org> * string.c (rb_str_chop_bang): reset coderange. [ruby-core:23155] |
