diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,6 +1,15 @@ +Wed Sep 24 22:58:18 2008 NAKAMURA Usaku <usa@ruby-lang.org> + + * string.c (rb_str_rstrip_bang): raise exception when the encoding of + the string is dummy. + + * string.c (rb_str_rstrip_bang): remove nul characters even if the + encoding of the string is not single byte optimizable. + fixed [ruby-core:18844], reported by Michael Selig. + Wed Sep 24 19:01:45 2008 NAKAMURA Usaku <usa@ruby-lang.org> - * string.c (rb_str_strip_bang): workaround for VC++8 x64. + * string.c (rb_str_rstrip_bang): workaround for VC++8 x64. Wed Sep 24 17:44:44 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> |
