summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-23 05:19:27 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-23 05:19:27 +0000
commit0c9fe2130f388e7d5dfd6362aeae1ea24a9ed581 (patch)
treea71d6f305d7dede3c26de8c0598878240a0434bd /ChangeLog
parentb8f7b97321b6dd7ba62f6ffe6138ef906b37c57d (diff)
* include/ruby/st.h: need to include defines.h because LONG_LONG is
defined there. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20933 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 624fc4a0b9..9671458563 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 23 14:18:14 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * include/ruby/st.h: need to include defines.h because LONG_LONG is
+ defined there.
+
Tue Dec 23 13:52:05 2008 Eric Hodel <drbrain@segment7.net>
* lib/rdoc/parser/c.rb: Don't coalesce adjacent comment blocks.