From 9b8b440030169be58604a332fc617eefa2867009 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 11 Apr 2007 07:37:02 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@12169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9c80de226..faf7133e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Apr 11 16:35:16 2007 NAKAMURA Usaku + + * 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 * win32/win32.c (rb_w32_fclose, rb_w32_close): need to save errno -- cgit