From b39676f6a9b699f204d4313ae5589b71d436d4e5 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 31 Mar 2008 17:58:41 +0000 Subject: * configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefers __builtin_setjmp, _setjmp over setjmp and sigsetjmp. [ruby-core:16023], [ruby-core:16086] * configure.in (--with-setjmp-type): new option to override the default rule in the above. * eval_intern.h (ruby_setjmp, ruby_longjmp), gc.c (rb_setjmp), vm_core.h (rb_jmpbuf_t): use RUBY_SETJMP, RUBY_LONGJMP and RUBY_JMP_BUF. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 026d65a66b..e788d81a6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Tue Apr 1 02:58:39 2008 Nobuyoshi Nakada + + * configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefers + __builtin_setjmp, _setjmp over setjmp and sigsetjmp. + [ruby-core:16023], [ruby-core:16086] + + * configure.in (--with-setjmp-type): new option to override the + default rule in the above. + + * eval_intern.h (ruby_setjmp, ruby_longjmp), gc.c (rb_setjmp), + vm_core.h (rb_jmpbuf_t): use RUBY_SETJMP, RUBY_LONGJMP and + RUBY_JMP_BUF. + Tue Apr 1 01:55:52 2008 Nobuyoshi Nakada * lib/resolv.rb (Resolv::Config.default_config_hash): requires -- cgit v1.2.3