aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-27 18:24:11 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-27 18:24:11 +0000
commitb1d08eabdad09ff5b6d955b369331e4c43a6a187 (patch)
tree2182fd263eaa391135d4609478267f96e15bb987 /ChangeLog
parent0377141da6b0bb62e0fcde2e36bf70655c88e749 (diff)
downloadruby-b1d08eabdad09ff5b6d955b369331e4c43a6a187.tar.gz
* rubysig.h: fixed build problem with --enable-pthread on platforms
which don't have setitimer(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9320 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 fb3e91620c..d2e02caa49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Sep 28 03:16:41 2005 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * rubysig.h: fixed build problem with --enable-pthread on platforms
+ which don't have setitimer().
+
Mon Sep 26 20:59:28 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* parse.y: changed to ANSI function style.