From da02bd38ef6a1f60726c82c144e7e415b7097218 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 15 Jan 2009 06:57:55 +0000 Subject: * encoding.c (enc_set_default_encoding): should not treat US-ASCII special here. a patch from Yui NARUSE in [ruby-dev:37769]. [ruby-dev:37699] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 786e9fc5a..4961c0cd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Jan 15 15:55:31 2009 Yukihiro Matsumoto + + * encoding.c (enc_set_default_encoding): should not treat US-ASCII + special here. a patch from Yui NARUSE in [ruby-dev:37769]. + [ruby-dev:37699] + Thu Jan 15 14:27:27 2009 Martin Duerst * LEGAL: Added information for missing/langinfo.c -- cgit