From c319ce5ec6fbc8eb1912fc5b9fe34489b11fcec9 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 13 Dec 2008 08:09:23 +0000 Subject: * string.c (sym_inspect): quote if symbol contains non-printable characters. [ruby-dev:37398] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e9076a959..0cb42a9fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,9 @@ Sat Dec 13 15:52:27 2008 Yukihiro Matsumoto * string.c (sym_equal): remove documentation error "Otherwise, compares them as strings". [ruby-dev:37398] + * string.c (sym_inspect): quote if symbol contains non-printable + characters. [ruby-dev:37398] + Sat Dec 13 14:24:38 2008 Yuki Sonoda (Yugui) * test/ruby/enc/test_utf16.rb: feature changed in r20626. -- cgit