summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 59158098f..6cb39d49e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+Thu Mar 13 19:42:43 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * {bcc,win}32/Makefile.sub (config.h): define uint32_t.
+
Thu Mar 13 14:14:19 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * trunk/configure.in (AC_CHECK_HEADERS): stdint.h is not needed to check.
+ * trunk/configure.in (AC_CHECK_HEADERS): stdint.h is not needed to
+ check.
* trunk/configure.in (rb_cv_type_uint32_t): unqouted. [ruby-dev:34030]