summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-30 09:23:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-30 09:23:15 +0000
commit2ffedb5f291d8d420ff3a197bba62bd3b329a1db (patch)
treebe26a0fa1baebe9e587b1a79dd01a3e8c25ce951 /ChangeLog
parent5f0902a0981de05fa9b93d92bff9ea9b4089e0fa (diff)
* win32/Makefile.sub: VC++8 support.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ffd5bb356..e5d0d43e8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
-Fri Dec 30 18:14:54 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Fri Dec 30 18:22:42 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* gc.c (garbage_collect): mark objects refered from aborting threads.
[ruby-dev:28190]
+ * win32/Makefile.sub: VC++8 support.
+
Fri Dec 30 14:24:53 2005 WATANABE Hirofumi <eban@ruby-lang.org>
* dir.c (glob_helper): do not use TRUE for djgpp.