diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-23 17:53:58 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-23 17:53:58 +0000 |
| commit | ac2d34fc7923a35f25401d8904e2faf70afbffb2 (patch) | |
| tree | 6155fdefc0bc80e1e92793f52fc57b879f65e00d /ChangeLog | |
| parent | a8f7616c94a7e1bde15300e62ae79de9ee055b13 (diff) | |
| download | ruby-ac2d34fc7923a35f25401d8904e2faf70afbffb2.tar.gz ruby-ac2d34fc7923a35f25401d8904e2faf70afbffb2.tar.xz ruby-ac2d34fc7923a35f25401d8904e2faf70afbffb2.zip | |
* io.c (io_reopen, rb_io_reopen): prohibit to change access mode for
special IO ports. [ruby-dev:25225]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Fri Dec 24 02:52:52 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * io.c (io_reopen, rb_io_reopen): prohibit to change access mode for + special IO ports. [ruby-dev:25225] + Fri Dec 24 02:22:53 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/syck/rubyext.c (syck_loader_transfer): check type conversion. |
