From 9b676eec92e275d6e16fba9e7550130419f06cc0 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 23 Feb 2007 06:59:12 +0000 Subject: * signal.c (sighandler): need to re-install sighandler on some platforms. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7d5b70faa..e2f6c6e10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 23 15:58:20 2007 NAKAMURA Usaku + + * signal.c (sighandler): need to re-install sighandler on some + platforms. + Fri Feb 23 15:05:57 2007 NAKAMURA Usaku * win32/win32.c (set_pioinfo_extra): simplified. -- cgit