aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-12 01:19:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-12 01:19:18 +0000
commit0fcf8e17aaea1b5562a89c3aed24c2e722b38a66 (patch)
tree57d520f3becfea770d960e0a26eda60b3db104a5 /ChangeLog
parent2e4f2aaaf0e9e245db7f5d2596b4aef4ec0406f8 (diff)
downloadruby-0fcf8e17aaea1b5562a89c3aed24c2e722b38a66.tar.gz
* thread_pthread.ci (thread_start_func_2): not use a directive inside
a macro argument. [ruby-talk:258763] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12738 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 e927c6fbdf..b6b2e89c71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jul 12 10:19:16 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * thread_pthread.ci (thread_start_func_2): not use a directive inside
+ a macro argument. [ruby-talk:258763]
+
Thu Jul 12 05:32:28 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* include/ruby/ruby.h (FIX2ULONG): drop sign bit for LLP64 platform.