From 7f78597ce4da9334d3e97fa6898aa957d7b2da83 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 13 Dec 2003 00:01:28 +0000 Subject: * 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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 37d63eb67..7eb6f87ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Dec 13 09:01:23 2003 Nobuyoshi Nakada + + * 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 * lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946] -- cgit