aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fileutils.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/fileutils.rb (install): should preserve timestamp only.eban2003-08-051-5/+5
* * lib/fileutils.rb (install): support preserve timestamp.eban2003-07-291-5/+7
* * lib/fileutils.rb: use hashes to pass options.aamine2003-05-021-189/+170
* * lib/net/fileutils.rb: rm_r should raise Errno::ENOENT if file not exist. [r...aamine2003-04-151-0/+1
* * lib/fileutils.rb (mkdir, mkdir_p): revert.eban2003-03-091-2/+2
* * lib/fileutils.rb (mkdir, mkdir_p): set mode to 0755.eban2003-03-091-2/+2
* * 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