summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-14 09:22:22 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-14 09:22:22 +0000
commit09f26aaba1e00f3a1d64ce759031f6e209dbdc0e (patch)
treea79a5481287c017e5c3bae43f12d2c6ea53b7197 /ChangeLog
parenteb6118992b77df9ddd3f95692d357e09b353c358 (diff)
* win32/Makefile.sub: config.h inlined. and catch up with the
latest change. * win32/config.h.in: no longer used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 140ce16cba..7e6abade63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue May 14 18:17:44 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
+
+ * win32/Makefile.sub: config.h inlined. and catch up with the
+ latest change.
+
+ * win32/config.h.in: no longer used.
+
Tue May 14 14:49:05 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* gc.c (is_pointer_to_heap): avoid GCC 3.1 warnings.