From 7af5d4279727dac6b9922fb06343fcf9f2fdd4eb Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 4 Feb 2006 13:54:53 +0000 Subject: * eval.c: apply the FreeBSD getcontext/setcontext workaround only before FreeBSD 7-CURRENT. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bc90734c2..1d0353d31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 4 22:51:43 2006 Tanaka Akira + + * eval.c: apply the FreeBSD getcontext/setcontext workaround + only before FreeBSD 7-CURRENT. + Sat Feb 4 21:10:06 2006 NAKAMURA Usaku * win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error. -- cgit