diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-11 07:37:02 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-11 07:37:02 +0000 |
commit | 314734add8ad699b1de13c3382e79dca6cca903a (patch) | |
tree | 22c673257e8e7ace82deaabac5780843da8598fb /ChangeLog | |
parent | 20e961458e9f34504dc07712ad6b0e8aa1d165f8 (diff) |
* win32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical): no
need to reject reentrance. removed.
* rubysig.h (RUBY_CRITICAL): follow above changes.
* rubysig.h (TRAP_BEG, TRAP_END): no need to save errno.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Wed Apr 11 16:35:16 2007 NAKAMURA Usaku <usa@ruby-lang.org> + + * win32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical): no + need to reject reentrance. removed. + + * rubysig.h (RUBY_CRITICAL): follow above changes. + + * rubysig.h (TRAP_BEG, TRAP_END): no need to save errno. + Tue Apr 10 17:02:17 2007 NAKAMURA Usaku <usa@ruby-lang.org> * win32/win32.c (rb_w32_fclose, rb_w32_close): need to save errno |