aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-24 14:01:41 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-24 14:01:41 +0000
commit00e9e27b69c7af6fab649c789c6698d256982046 (patch)
tree5b2749704e49b60f05b2cda2ad3bb7ff48f680d4 /ChangeLog
parentad50e0edb93af94463219b998bfacf7ecdb5c213 (diff)
downloadruby-00e9e27b69c7af6fab649c789c6698d256982046.tar.gz
* 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. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e6ff9bc07a..d9255584ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>