summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-06 00:59:09 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-06 00:59:09 +0000
commit09ecdcb51ceef7ce644d6f1be5bde3075681b58c (patch)
tree807f5be28d9f814977ea491faaa851fd230ef5b1 /ChangeLog
parent1edf94eec53f2cc8c7661e01997e1c1869d9eac0 (diff)
downloadruby-09ecdcb51ceef7ce644d6f1be5bde3075681b58c.tar.gz
ruby-09ecdcb51ceef7ce644d6f1be5bde3075681b58c.tar.xz
ruby-09ecdcb51ceef7ce644d6f1be5bde3075681b58c.zip
* {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't use
copy command instead of install. use -run install. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11098 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 a24051fa8..022f0ac13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct 6 09:56:31 2006 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't use
+ copy command instead of install. use -run install.
+
Fri Oct 6 06:53:46 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (rb_yield_0): small refactoring.