diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-13 00:01:28 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-13 00:01:28 +0000 |
| commit | 7f78597ce4da9334d3e97fa6898aa957d7b2da83 (patch) | |
| tree | 6364c6c4276c285886671d5e55737e7792df720a /ChangeLog | |
| parent | e5ffdc952925ce98bdbad07d5198c1ac30012686 (diff) | |
| download | ruby-7f78597ce4da9334d3e97fa6898aa957d7b2da83.tar.gz ruby-7f78597ce4da9334d3e97fa6898aa957d7b2da83.tar.xz ruby-7f78597ce4da9334d3e97fa6898aa957d7b2da83.zip | |
* configure.in: check ucontext.h.
* eval.c: use getcontext/setcontext() instead of setjmp/longjmp()
on ia64 or with native thread enabled. [ruby-core:01932]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sat Dec 13 09:01:23 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in: check ucontext.h. + + * eval.c: use getcontext/setcontext() instead of setjmp/longjmp() + on ia64 or with native thread enabled. [ruby-core:01932] + Sat Dec 13 03:09:14 2003 why the lucky stiff <why@ruby-lang.org> * lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946] |
