ruby-cvs:20794
From: nobu ruby-lang.org
Date: Sat, 29 Sep 2007 05:29:33 +0900 (JST)
Subject: [ruby-cvs:20794] Ruby:r13557 (trunk): * io.c (rb_io_fdopen): create IO object from fd.
nobu 2007-09-29 05:29:32 +0900 (Sat, 29 Sep 2007)
New Revision: 13557
Modified files:
trunk/ChangeLog
trunk/include/ruby/intern.h
trunk/io.c
trunk/parse.y
trunk/ruby.c
Log:
* 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.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ruby.c?r1=13557&r2=13556
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/parse.y?r1=13557&r2=13556
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13557&r2=13556
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/io.c?r1=13557&r2=13556
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/intern.h?r1=13557&r2=13556