From b28547678ed616bddbdba21d5ff66c42eba6d4de Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 26 Dec 2003 09:34:03 +0000 Subject: * configure.in: check if getcontext and setcontext are available. * eval.c: use presence of getcontext/setcontext. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c4568efaf..47c9921e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Dec 26 18:33:54 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