aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-18 14:49:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-18 14:49:43 +0000
commit3882b07c3a8694e07b30b56e5c2c26c1695122f2 (patch)
treeeebd5b5d658aebca97c4cc3521eda2b36c52c82b /ChangeLog
parent956666cf5ae92d1046106c24e298469d127e3a6e (diff)
downloadruby-3882b07c3a8694e07b30b56e5c2c26c1695122f2.tar.gz
* thread.c (thread_create_core): set thread group before creating
thread. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15115 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 6d3a0f4d72..a3fcee5a71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jan 18 23:49:41 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * thread.c (thread_create_core): set thread group before creating
+ thread.
+
Fri Jan 18 20:19:51 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* parse.y (ripper_initialize): too early to set parser->enc.