From df123c1af1dbbd1ec581ad78a8c016879402bc97 Mon Sep 17 00:00:00 2001 From: aamine Date: Fri, 27 Dec 2002 04:21:27 +0000 Subject: * 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 --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') 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 + + * 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 * instruby.rb: check only `-' option, and use fileutils instead of @@ -1081,7 +1090,7 @@ Thu Oct 17 19:17:56 2002 Nobuyoshi Nakada Thu Oct 17 12:58:24 2002 Minero Aoki - * lib/fileutils.rb: stat.blksize might become 0/nil. + * lib/fileutils.rb: stat.blksize might be 0/nil. * lib/fileutils.rb: change coding style. -- cgit