diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-04 18:48:24 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-04 18:48:24 +0000 |
| commit | 050de0c31f3daa64b86616ac85464d8171f73489 (patch) | |
| tree | d4c4bf1801116dffb61ad9f214dc0f83c42cace6 /ChangeLog | |
| parent | 2a971523adbc72a62bbaeddd8a181e587314d6a8 (diff) | |
| download | ruby-050de0c31f3daa64b86616ac85464d8171f73489.tar.gz ruby-050de0c31f3daa64b86616ac85464d8171f73489.tar.xz ruby-050de0c31f3daa64b86616ac85464d8171f73489.zip | |
* defines.h (FLUSH_REGISTER_WINDOWS): Make the flushw call an
inline function instead so it can be used as an expression.
* eval.c (EXEC_TAG, THREAD_SAVE_CONTEXT): Consistently call
FLUSH_REGISTER_WINDOWS before calling setjmp(). (I suspect that
every setjmp() implementation should take care of register
windows, though)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sun Jan 5 03:43:47 2003 Akinori MUSHA <knu@iDaemons.org> + + * defines.h (FLUSH_REGISTER_WINDOWS): Make the flushw call an + inline function instead so it can be used as an expression. + + * eval.c (EXEC_TAG, THREAD_SAVE_CONTEXT): Consistently call + FLUSH_REGISTER_WINDOWS before calling setjmp(). (I suspect that + every setjmp() implementation should take care of register + windows, though) + Sun Jan 5 03:12:32 2003 NAKAMURA Usaku <usa@ruby-lang.org> * file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32. |
