summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-19 16:02:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-19 16:02:05 +0000
commit08b53aa67a5da8daf602424847c4aeacd0ac75eb (patch)
treeae851bd3e04f1bed534c5f1487b70ca7e32a2717 /ChangeLog
parent72408684245a2b1a45cb4e09906436e06b95bf60 (diff)
* thread.c (thread_create_core): block is not used if first_func
is given. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12101 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 91fbba5f5f..a8575ff09e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Mar 20 01:02:23 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * thread.c (thread_create_core): block is not used if first_func
+ is given.
+
Mon Mar 19 16:58:52 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* missing/{strlcat,strlcpy}.c, missing.h: new functions.