diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-25 12:17:39 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-25 12:17:39 +0000 |
| commit | 590781de39fdce7128ae08cd19c9d77823cbe512 (patch) | |
| tree | 11a9c00880ee065d5a03b1306e4d82f7872ab973 /ChangeLog | |
| parent | 033bf5e02523ee3386a305ae11afb8fbbd79f2a4 (diff) | |
| download | ruby-590781de39fdce7128ae08cd19c9d77823cbe512.tar.gz ruby-590781de39fdce7128ae08cd19c9d77823cbe512.tar.xz ruby-590781de39fdce7128ae08cd19c9d77823cbe512.zip | |
* gc.c (obj_free), io.c (rb_io_fptr_finalize), rubyio.h (OpenFile):
sharing OpenFile.
* io.c (rb_io_initialize): accept IO instance. [ruby-dev:22195]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Wed Feb 25 21:17:33 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * gc.c (obj_free), io.c (rb_io_fptr_finalize), rubyio.h (OpenFile): + sharing OpenFile. + + * io.c (rb_io_initialize): accept IO instance. [ruby-dev:22195] + Wed Feb 25 21:16:10 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * instruby.rb (with_destdir): should return the given argument if no |
