From a351839e8fed92a303f1d5a35c6bfbb62b52ceb4 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 24 Sep 2008 14:01:41 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@19529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e6ff9bc07..d9255584c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,15 @@ +Wed Sep 24 22:58:18 2008 NAKAMURA Usaku + + * 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 - * 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 -- cgit