aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-10 05:50:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-10 05:50:10 +0000
commitc18e8ad7e9f152880de35f4e1904e46693dcba57 (patch)
treed0f3e746d741b61c1ded91f66d5a6b9ab57c3b9a /ChangeLog
parenta87664923f2158245a7adf58d116921f44155f35 (diff)
downloadruby-c18e8ad7e9f152880de35f4e1904e46693dcba57.tar.gz
* bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5bc821b01..09fc856808 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 10 14:50:01 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.
+
Mon Jul 9 02:17:36 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* cont.c (cont_restore_1): workaround for x64-mswin64's SEH.