summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-31 18:20:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-31 18:20:42 +0000
commit05c61717309a85a9e2837f6c0ecbe48bf8ba9491 (patch)
tree151c7eb1e947d8aa4c7c439d040f1661b259a619 /ChangeLog
parent67f55e768e9c4fb0e7c9c91e87e358c031f59e31 (diff)
* configure.in: __builtin_setjmp cannot handle a variable.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e788d81a6..53d889796 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
-Tue Apr 1 02:58:39 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Tue Apr 1 03:20:40 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefers
- __builtin_setjmp, _setjmp over setjmp and sigsetjmp.
- [ruby-core:16023], [ruby-core:16086]
+ _setjmp over setjmp and sigsetjmp. [ruby-core:16023]
+ __builtin_setjmp cannot handle a variable.
* configure.in (--with-setjmp-type): new option to override the
default rule in the above.