From a5d3fc4a9a5ce4a4a9d6b7537ebb0ad57988a12a Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 12 Dec 2007 07:39:43 +0000 Subject: * io.c (rb_io_check_readable): set default external encoding to STDIN. * io.c (io_enc_str): associate encoding to output string. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0b2581d06..a18e72216 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Dec 12 16:34:53 2007 Yukihiro Matsumoto + + * io.c (rb_io_check_readable): set default external encoding to + STDIN. + + * io.c (io_enc_str): associate encoding to output string. + Wed Dec 12 12:44:39 2007 Yukihiro Matsumoto * parse.y (expr): 'not' and '!' should act as conditional -- cgit