aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-14 04:39:32 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-14 04:39:32 +0000
commit8fe090790d6af1e5943cb6589eee16f9dd1c4250 (patch)
tree32a8a4ad5c235c7daf142b99f2cbdd12fb3ec4d1 /ChangeLog
parent45ccbcc078ef475a8c6e1d48fa0b3f0ebac7cd6e (diff)
downloadruby-8fe090790d6af1e5943cb6589eee16f9dd1c4250.tar.gz
* win32/Makefile.sub (config.h): should define HAVE_LONG_LONG with
VC++8. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9927 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 3143c699d7..7f09a4b77d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Feb 14 13:38:01 2006 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/Makefile.sub (config.h): should define HAVE_LONG_LONG with
+ VC++8.
+
Tue Feb 14 11:42:38 2006 NAKAMURA Usaku <usa@ruby-lang.org>
* time.c (search_time_t): support non 32bit time_t environments.