From 11e7d457d6b86f5ca53440c7caadf679f4abff34 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 19 Aug 2002 00:37:16 +0000 Subject: * eval.c (rb_thread_save_context, rb_thread_restore_context): save/restore SEH chain on MS-Windows at thread switch. [ruby-win32:273] * eval.c (win32_get_exception_frame, win32_set_exception_frame): added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ebab00ca3..8072844853 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Aug 19 09:36:00 2002 Nobuyoshi Nakada + + * eval.c (rb_thread_save_context, rb_thread_restore_context): + save/restore SEH chain on MS-Windows at thread switch. + [ruby-win32:273] + + * eval.c (win32_get_exception_frame, win32_set_exception_frame): + added. + Fri Aug 16 15:58:16 2002 WATANABE Hirofumi * io.c (NOFILE): define NOFILE as 64 if not defined. -- cgit v1.2.3