summaryrefslogtreecommitdiffstats
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
commit11b1f4408ead55b6ecf56d3cf8f9e019cd1d0d16 (patch)
tree7fbcfe674064e78a2452e1af92b2afef76aa8f8a /ChangeLog
parent3320a86571208a134a5cb54589fda8ec02895e58 (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: http://svn.ruby-lang.org/repos/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 baaca28f4..7baa8af1c 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.