From 498d8031e23234a3cf8aebd185128ac7bcc35522 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 15 Oct 2009 06:14:16 +0000 Subject: * io.c (io_encoding_set): get rid of parsing non-ascii string, and refine messages for invalid name encoding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1b63e1d1d..afd4e5d84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Thu Oct 15 14:57:58 2009 Nobuyoshi Nakada +Thu Oct 15 15:14:15 2009 Nobuyoshi Nakada + + * io.c (io_encoding_set): get rid of parsing non-ascii string, and + refine messages for invalid name encoding. * io.c (io_reopen): unread current buffer before telling the position, for the case of reopening same file. [ruby-dev:39479] -- cgit