summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-14 10:02:51 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-14 10:02:51 +0000
commit909a4c4efb14e69aa282b4baa3fd84237037ed9d (patch)
tree86477a2fa45b184bf486273cb80503cdebd1c59b /ChangeLog
parent71152897103939d4566b39e3f08061cd18b8714b (diff)
downloadruby-909a4c4efb14e69aa282b4baa3fd84237037ed9d.tar.gz
ruby-909a4c4efb14e69aa282b4baa3fd84237037ed9d.tar.xz
ruby-909a4c4efb14e69aa282b4baa3fd84237037ed9d.zip
* thread.c: clear thread structure.
(TODO: survey that child process should clear mutex or not). * bootstraptest/test_knownbug.rb, test_thread.rb: move a fixed test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68f8d0009..adb2a5e6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Jan 14 18:53:58 2008 Koichi Sasada <ko1@atdot.net>
+
+ * thread.c: clear thread structure.
+ (TODO: survey that child process should clear mutex or not).
+
+ * bootstraptest/test_knownbug.rb, test_thread.rb: move a fixed test.
+
Mon Jan 14 18:43:38 2008 Koichi Sasada <ko1@atdot.net>
* bootstraptest/runner.rb: add "flunk" method.