diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-29 15:58:18 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-29 15:58:18 +0000 |
| commit | dbe34eed31e9937a6aa9cbc3f7f72eff80653cc7 (patch) | |
| tree | 86c583626c2dee0f1c4fdafab877423cd0af7b60 /ChangeLog | |
| parent | ecab57efa755ebbc452f61fc954a79b7f3ca5091 (diff) | |
| download | ruby-dbe34eed31e9937a6aa9cbc3f7f72eff80653cc7.tar.gz ruby-dbe34eed31e9937a6aa9cbc3f7f72eff80653cc7.tar.xz ruby-dbe34eed31e9937a6aa9cbc3f7f72eff80653cc7.zip | |
* io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992]
* lib/ostruct.rb (OpenStruct::method_missing): check method
duplication for -d.
* lib/ostruct.rb (OpenStruct::initialize): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Tue Nov 30 00:49:08 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992] + Tue Nov 30 00:12:57 2004 Kazuo Saito <ksaito@uranus.dti.ne.jp> * regparse.c: now handles many alternatives (over 500000) @@ -8,6 +12,13 @@ Mon Nov 29 16:06:04 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/stringio/stringio.c (strio_write): insufficiently filled string being extended when overwriting. [ruby-core:03836] +Mon Nov 29 15:59:05 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * lib/ostruct.rb (OpenStruct::method_missing): check method + duplication for -d. + + * lib/ostruct.rb (OpenStruct::initialize): ditto. + Mon Nov 29 15:22:28 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * test/io/nonblock/test_flush.rb: abandon tests when io/nonblock is |
