From de66060760710621346a13dc7f7d95730fd2fb48 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 28 Sep 2007 20:29:32 +0000 Subject: * io.c (rb_io_fdopen): create IO object from fd. * parse.y (yycompile): use encoding of the source as default. * ruby.c (proc_options, load_file): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e89ab8bc4..72b73c397 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Sep 29 05:29:30 2007 Nobuyoshi Nakada + + * io.c (rb_io_fdopen): create IO object from fd. + + * parse.y (yycompile): use encoding of the source as default. + + * ruby.c (proc_options, load_file): ditto. + Sat Sep 29 04:27:08 2007 Nobuyoshi Nakada * encoding.c (rb_enc_alias): allow encodings multiple aliases. -- cgit