diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-28 20:29:32 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-28 20:29:32 +0000 |
| commit | de66060760710621346a13dc7f7d95730fd2fb48 (patch) | |
| tree | d10c7b98a20b4a484f84c98e66591c0f5dd392aa /ChangeLog | |
| parent | bb2bdc887c717d4770a113b19f1b685f5837d960 (diff) | |
| download | ruby-de66060760710621346a13dc7f7d95730fd2fb48.tar.gz ruby-de66060760710621346a13dc7f7d95730fd2fb48.tar.xz ruby-de66060760710621346a13dc7f7d95730fd2fb48.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sat Sep 29 05:29:30 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * encoding.c (rb_enc_alias): allow encodings multiple aliases. |
