summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-09 11:18:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-09 11:18:52 +0000
commit5bfa8db9a39295902a11bbdfb2ac968189a73c98 (patch)
treefb318bb6b1608f16ad2486cf3c724bc7123b9d8b /ChangeLog
parent9a10bdc98eb60b07c9f4da7b8db30e5823523e51 (diff)
* configure.in (rb_cv_va_args_macro): check for __VA_ARGS__.
* thread.c (thread_debug): show source name and line if possible. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fe6f6030..b49cb97e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-Wed Jul 9 18:17:06 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Wed Jul 9 20:18:50 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (rb_cv_va_args_macro): check for __VA_ARGS__.
+
+ * thread.c (thread_debug): show source name and line if possible.
* thread_{pthread,win32}.c (rb_thread_create_timer_thread): needs more
stack for debug.