aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-21 08:13:39 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-21 08:13:39 +0000
commit5c00dd28c5e16c85ed2ada37cae3b8be3a08ef3e (patch)
tree39779c15ce5b0c846c78b6afb6a85bf5f077ee9b /ChangeLog
parent5bb7c8612fc0904070aa9cfad096e3c462877903 (diff)
downloadruby-5c00dd28c5e16c85ed2ada37cae3b8be3a08ef3e.tar.gz
* gc.h: extern variable should not be initialized.
* thread_pthread.c: add a parameter. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14da83e5bb..2343db1ddc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Dec 21 17:07:13 2007 Koichi Sasada <ko1@atdot.net>
+
+ * gc.h: extern variable should not be initialized.
+
+ * thread_pthread.c: add a parameter.
+
Fri Dec 21 16:50:43 2007 Tanaka Akira <akr@fsij.org>
* encoding.c (Init_Encoding): use enc_name as to_s.