diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-30 12:09:36 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-30 12:09:36 +0000 |
| commit | 1c17356149cad62b64f2eeeee0e8bd6e6e9b2ec8 (patch) | |
| tree | 6329859a38f4b72fb1d4daa7df6ef824f6e369bb /ChangeLog | |
| parent | ebe2bc0e0aec2442db3510bd663776de0d893133 (diff) | |
| download | ruby-1c17356149cad62b64f2eeeee0e8bd6e6e9b2ec8.tar.gz ruby-1c17356149cad62b64f2eeeee0e8bd6e6e9b2ec8.tar.xz ruby-1c17356149cad62b64f2eeeee0e8bd6e6e9b2ec8.zip | |
merges r20046 from trunk into ruby_1_9_1.
* 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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -23,6 +23,14 @@ Thu Oct 30 01:10:32 2008 Yusuke Endoh <mame@tsg.ne.jp> * test/ruby/test_array.rb (test_permutation): add a test that replaces array during permutation. +Wed Oct 29 23:31:34 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <mame@tsg.ne.jp> * array.c (rb_ary_sort_bang): replacing array during sort broke |
