diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-16 10:25:58 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-16 10:25:58 +0000 |
| commit | 4815e27c7a3b1de095be1a74657d6cf1ba434862 (patch) | |
| tree | 8140238f8b9e2ce06c58675f0d63a3c3c96b0bab /ChangeLog | |
| parent | 6cc110569d7254f02bdc66b4fba6584b4d84a1ba (diff) | |
merges r20723 and r20724 from trunk into ruby_1_9_1.
* string.c (sym_inspect): quote if symbol contains non-printable
characters. [ruby-dev:37398]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Sat Dec 13 18:34:43 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * string.c (sym_printable): wrong condition for string iteration. + Sat Dec 13 15:52:27 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * string.c (sym_equal): remove documentation error "Otherwise, @@ -53,6 +57,9 @@ Sat Dec 13 16:04:48 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp> loading a locale encoding on some locale. fixed by Nobuyuki Nakada. + * string.c (sym_inspect): quote if symbol contains non-printable + characters. [ruby-dev:37398] + Sat Dec 13 14:24:38 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp> * test/ruby/enc/test_utf16.rb: feature changed in r20626. |
