From 0533885ae22a658fb356884caab862296ac8f0eb Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 24 Feb 2007 08:00:24 +0000 Subject: * win32/win32.c (set_pioinfo_extra): new function for VC++8 SP1 workaround. [ruby-core:10259] * win32/win32.c (NtInitialize): call above function. * signal.c (sighandler): need to tell to be interrupted to main context when handler is installed. * win32/win32.[ch] (rb_win32_interrupted): new function to listen interrupt. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@11855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c35dada91..68ce0da764 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Sat Feb 24 16:53:09 2007 NAKAMURA Usaku + + * signal.c (sighandler): need to tell to be interrupted to main + context when handler is installed. + + * win32/win32.[ch] (rb_win32_interrupted): new function to listen + interrupt. + + * win32/win32.c (set_pioinfo_extra): new function for VC++8 SP1 + workaround. [ruby-core:10259] + + * win32/win32.c (NtInitialize): call above function. + Fri Feb 23 13:04:43 2007 Akinori MUSHA * numeric.c (fix_cmp, fix_equal): Remove FIX2LONG() to optimize. -- cgit v1.2.3