diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-21 08:48:05 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-21 08:48:05 +0000 |
| commit | c976c2a75215645685c1093d5931e490603f4dd2 (patch) | |
| tree | 7573699c85deee5831cc5538b2f53ce47ed91011 /ChangeLog | |
| parent | 2aac482b98ba8bf60fda892a802fd34ce85cc56e (diff) | |
* error.c (syserr_initialize): prohibit specifying errno for
subclasses of SystemCallError. in addition, if initialize is
called for SystenCallError instance, its class be changed.
[ruby-dev:20257]
* gc.c (run_final): to protect thread context switch, finalizers
are wrapped in DEFER_INTS/ENABLE_INTS.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Wed May 21 17:44:16 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * error.c (syserr_initialize): prohibit specifying errno for + subclasses of SystemCallError. in addition, if initialize is + called for SystenCallError instance, its class be changed. + [ruby-dev:20257] + + * gc.c (run_final): to protect thread context switch, finalizers + are wrapped in DEFER_INTS/ENABLE_INTS. + Wed May 21 13:26:08 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> * lib/optparse.rb: get rid of warnings. |
