diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-08-19 00:37:16 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-08-19 00:37:16 +0000 |
| commit | cbbe8c861b20b0a343f2ec0183d88de982cc363e (patch) | |
| tree | b328848b2192d29018190e64f0deffd81c794b8b /ChangeLog | |
| parent | 7928ce26981411cc743d7ff5cd3478affe460390 (diff) | |
| download | ruby-cbbe8c861b20b0a343f2ec0183d88de982cc363e.tar.gz ruby-cbbe8c861b20b0a343f2ec0183d88de982cc363e.tar.xz ruby-cbbe8c861b20b0a343f2ec0183d88de982cc363e.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@2716 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 @@ +Mon Aug 19 09:36:00 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * 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 <eban@ruby-lang.org> * io.c (NOFILE): define NOFILE as 64 if not defined. |
