diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-11 18:18:40 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-11 18:18:40 +0000 |
| commit | 3ad51b0a4131849336c28783e8164e94888a47f3 (patch) | |
| tree | f37beb3a4318e32814ef980f36ef3ccaf46cb200 /ChangeLog | |
| parent | 68b4b79ca9318cc3c3b6c67d4406a9aff8e2109c (diff) | |
| download | ruby-3ad51b0a4131849336c28783e8164e94888a47f3.tar.gz ruby-3ad51b0a4131849336c28783e8164e94888a47f3.tar.xz ruby-3ad51b0a4131849336c28783e8164e94888a47f3.zip | |
* eval.c (THREAD_SAVE_CONTEXT): should explicitly turn off the
flag before calling getcontext(2).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ Tue Aug 12 02:48:56 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + * eval.c (THREAD_SAVE_CONTEXT): should explicitly turn off the + flag before calling getcontext(2). + * eval.c (struct thread): add member to save backing store on IA64. (ruby-bugs PR1086) |
