From f27e4c045f752e09176a3c4ef0dd4ba20266fa29 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 29 Oct 2008 16:44:24 +0000 Subject: * string.c (rb_str_check_dummy_enc): new function to check dummy encoding. * string.c (rb_str_upcase_bang): case conversion functions should not be applicable to strings in dummy encoding. [ruby-dev:36985] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4490f78c27..b5415591a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,14 @@ Thu Oct 30 01:10:32 2008 Yusuke Endoh * test/ruby/test_array (test_permutation): add a test that replaces array during permutation. +Wed Oct 29 23:31:34 2008 Yukihiro Matsumoto + + * string.c (rb_str_check_dummy_enc): new function to check dummy + encoding. + + * string.c (rb_str_upcase_bang): case conversion functions should + not be applicable to strings in dummy encoding. [ruby-dev:36985] + Wed Oct 29 23:57:29 2008 Yusuke Endoh * array.c (rb_ary_sort_bang): replacing array during sort broke -- cgit v1.2.3