aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.