summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-27 04:21:27 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-27 04:21:27 +0000
commitdf123c1af1dbbd1ec581ad78a8c016879402bc97 (patch)
tree03eea66fd8f5f531900aa715718dbe0fcb4b898d /ChangeLog
parent0b0a6aa4f1692d167d196d764b29e99a93984600 (diff)
downloadruby-df123c1af1dbbd1ec581ad78a8c016879402bc97.tar.gz
ruby-df123c1af1dbbd1ec581ad78a8c016879402bc97.tar.xz
ruby-df123c1af1dbbd1ec581ad78a8c016879402bc97.zip
* lib/fileutils.rb (fu_parseargs): reject illegal options correctly.
* lib/fileutils.rb (uptodate?): parameter declaration was wrong. * lib/fileutils.rb: change coding styles. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 46e265829..a1fce16c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Fri Dec 27 13:23:29 2002 Minero Aoki <aamine@loveruby.net>
+
+ * lib/fileutils.rb (fu_parseargs): reject illegal options
+ correctly.
+
+ * lib/fileutils.rb (uptodate?): parameter declaration was wrong.
+
+ * lib/fileutils.rb: change coding styles.
+
Fri Dec 27 02:56:58 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* instruby.rb: check only `-' option, and use fileutils instead of
@@ -1081,7 +1090,7 @@ Thu Oct 17 19:17:56 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
Thu Oct 17 12:58:24 2002 Minero Aoki <aamine@loveruby.net>
- * lib/fileutils.rb: stat.blksize might become 0/nil.
+ * lib/fileutils.rb: stat.blksize might be 0/nil.
* lib/fileutils.rb: change coding style.