From 7f0b17c6fc07615dd900d0ffec190606f7ce734d Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 26 Dec 2003 09:51:04 +0000 Subject: * configure.in: check if getcontext and setcontext are available. * eval.c: use presence of getcontext/setcontext. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7d4ce72816..a92e70318f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Dec 26 18:50:59 2003 Nobuyoshi Nakada + + * configure.in: check if getcontext and setcontext are available. + + * eval.c: use presence of getcontext/setcontext. + Fri Dec 26 16:40:53 2003 Tanaka Akira * lib/pathname.rb (PathnameTest#test_plus): add 2 assertions. -- cgit v1.2.3