diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-27 04:21:27 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-27 04:21:27 +0000 |
| commit | df123c1af1dbbd1ec581ad78a8c016879402bc97 (patch) | |
| tree | 03eea66fd8f5f531900aa715718dbe0fcb4b898d /ChangeLog | |
| parent | 0b0a6aa4f1692d167d196d764b29e99a93984600 (diff) | |
| download | ruby-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-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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. |
