aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-16 06:41:56 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-16 06:41:56 +0000
commitde26eababa2e77e5c9274eac5633a62355bcc7b1 (patch)
tree2d88313c1059145d3c6ddaa822f007991fbcdf9d /ChangeLog
parent3ccd6c0aab516bb1ca8402b985db83a90dbd0eb2 (diff)
downloadruby-de26eababa2e77e5c9274eac5633a62355bcc7b1.tar.gz
* error.c (rb_bug): existance of _set_abort_behavior() depends on
runtime version, not compiler version. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ba17784b8..ba3ce0b479 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun 16 15:40:53 2010 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * error.c (rb_bug): existance of _set_abort_behavior() depends on
+ runtime version, not compiler version.
+
Wed Jun 16 01:38:40 2010 Yusuke Endoh <mame@tsg.ne.jp>
* ext/fiddle/extconf.rb: check ffi.h even when pkg-config succeeded.