summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-10-14 14:44:58 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-10-14 14:44:58 +0000
commitcef64ee0ba659231bec5d7599a4bfacca53352f3 (patch)
treee293822a56c6db9713ac2ef24fb72e868a989f41 /ChangeLog
parent52f90f65668e479cd712e2e3bbd0dc80925816fe (diff)
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1003 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 3e34db44fe..265f85a164 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Oct 14 03:32:13 2000 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * eval.c (rb_thread_alloc): should not link a new thread in the
+ live thread ring before initialization.
+
Fri Oct 13 17:08:09 2000 Shugo Maeda <shugo@ruby-lang.org>
* lib/net/imap.rb: new file.