summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-19 13:35:36 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-19 13:35:36 +0000
commit9d73a4268c2c08941a6b4967cdd2d878abbd590b (patch)
tree7fbcfe674064e78a2452e1af92b2afef76aa8f8a /ChangeLog
parent4e17e54f652b1eb794e54602528f1059400fc6c7 (diff)
merges r23115 from trunk into ruby_1_9_1.
-- * configure.in (rb_cv_fork_with_pthread): fail if the child process fail. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23232 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 baaca28f43..7baa8af1cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Apr 1 20:37:49 2009 Tanaka Akira <akr@fsij.org>
+
+ * configure.in (rb_cv_fork_with_pthread): fail if the child process
+ fail.
+
Mon Mar 30 19:04:25 2009 Tanaka Akira <akr@fsij.org>
* .gdbinit (rp): show negative fixnum correctly.