summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-12-21 12:36:28 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-12-21 12:36:28 +0000
commitf8bdd2227c96d510c4e7dc6cfd909ed307115d2b (patch)
tree2a302267e0eb4071fbf1fe25c3a7c81d9bcedbe6 /ChangeLog
parentccb2680c3c8924eb186cb47ad61c1a96dc299c68 (diff)
r12@ruby: shyouhei | 2006-12-21 21:09:03 +0900
* ext/openssl/ossl.h: fixed compilation problem on gcc 3.2. [ruby-talk:214786] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11409 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 faceccbbfc..7c384179c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec 21 20:11:31 2006 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * ext/openssl/ossl.h: fixed compilation problem on gcc 3.2.
+ [ruby-talk:214786]
+
Sat Dec 16 04:02:10 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/tcltklib.c: shouldn't run the killed thread at callback.