summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-20 15:08:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-20 15:08:36 +0000
commitfb539f014ef0a1d0d126ac47ab37b0ace7d4b26c (patch)
treea33f9b95472d5eb00022ac30a7a5856cae979a75 /ChangeLog
parent794cf123482cfc22b19210d418b61de0cdb18b73 (diff)
downloadruby-fb539f014ef0a1d0d126ac47ab37b0ace7d4b26c.tar.gz
ruby-fb539f014ef0a1d0d126ac47ab37b0ace7d4b26c.tar.xz
ruby-fb539f014ef0a1d0d126ac47ab37b0ace7d4b26c.zip
* lib/mkmf.rb (create_makefile): support platforms have file separator
other than /. * {bcc32,win32,wince}/Makefile.sub (BUILD_FILE_SEPARATOR): separator of building platform. * {bcc32,win32,wince}/Makefile.sub (CP, INSTALL): use COPY command. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c35db9ce0..65cadfbb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Thu Apr 21 00:07:50 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/mkmf.rb (create_makefile): support platforms have file separator
+ other than /.
+
+ * {bcc32,win32,wince}/Makefile.sub (BUILD_FILE_SEPARATOR): separator
+ of building platform.
+
+ * {bcc32,win32,wince}/Makefile.sub (CP, INSTALL): use COPY command.
+
Wed Apr 20 23:22:39 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* Makefile.in, common.mk: miniruby depens on MINIOBJS.