aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fileutils.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/fileutils (fu_stream_blksize): wrong logial condition.eban2003-02-231-1/+1
* * lib/fileutils.rb: new method FileUtils#copy_stream.aamine2003-02-211-46/+64
* * lib/fileutils.rb (FileUtils#uptodate?): use mtime for comparison.aamine2003-02-101-2/+2
* * lib/fileutils.rb: new method FileUtils.pwd (really).aamine2003-02-081-14/+20
* * lib/fileutils.rb: new method FileUtils.pwd.aamine2003-02-061-62/+49
* *** empty log message ***nobu2003-01-251-18/+16
* Converted RD to RDoc and improved documentation. See comments at EOF.gsinclair2003-01-241-261/+321
* * lib/fileutils.rb (ln): add ' -f' in the verbose message.eban2003-01-061-2/+2
* * lib/fileutils.rb (ln): `argv' is not a argument.eban2003-01-051-1/+1
* * instruby.rb: need paren in regexp(make -n install).eban2003-01-051-1/+1
* * lib/fileutils.rb: should not inherit ftools.rb's misfeature.aamine2002-12-291-3/+0
* * lib/fileutils.rb (cmp): return false if file size differs.usa2002-12-281-1/+1
* * lib/fileutils.rb (fu_parseargs): reject illegal options correctly.aamine2002-12-271-45/+44
* * lib/fileutils.rb: stat.blksize might become 0/nil.aamine2002-10-171-44/+54
* * lib/fileutils.rb: new file.aamine2002-03-261-0/+800