From 674b405fd2e3c77d6ebfffa0fba39340d9598a70 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 9 Jun 2005 11:18:31 +0000 Subject: * eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc. (ruby_setjmp): new macro to call setjmp, getcontext, etc. (ruby_setjmp): call setjmp before getcontext to avoid IA64 register stack problem. [ruby-talk:144939] * gc.c (Init_stack): remove IA64_MAGIC_STACK_LIMIT. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 20f652a1b..3be579a48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Jun 9 19:55:41 2005 Tanaka Akira + + * eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc. + (ruby_setjmp): new macro to call setjmp, getcontext, etc. + (ruby_setjmp): call setjmp before getcontext to avoid IA64 register + stack problem. + [ruby-talk:144939] + + * gc.c (Init_stack): remove IA64_MAGIC_STACK_LIMIT. + Wed Jun 8 11:11:34 2005 Yukihiro Matsumoto * bignum.c (get2comp): calculate proper 2's complement for -- cgit