aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fileutils.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/fileutils.rb (remove_dir): should handle symlink correctly. This patch...aamine2004-03-101-1/+3
* * lib/fileutils.rb: new module FileUtils::DryRun.aamine2004-02-161-9/+31
* * lib/fileutils.rb: slighly improved documentation (sync with 1.8)gsinclair2004-02-131-14/+9
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu2004-02-091-1/+1
* * lib/fileutils.rb (mkdir): remove trailing `/' from pathes.aamine2003-12-121-28/+25
* * lib/fileutils.rb (mkdir_p): remove trailing `/' befere mkdir(2). mkdir("no...aamine2003-12-111-2/+2
* catch all SystemCallErrors.aamine2003-12-111-2/+2
* * lib/fileutils.rb (mkdir_p): check if it is a directory after mkdir(2) inste...aamine2003-12-111-6/+10
* * lib/fileutils.rb: def m( arg ) -> def m(arg).aamine2003-12-111-65/+65
* * lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for ar...aamine2003-12-011-3/+3
* * lib/fileutils.rb (have_st_ino?): djgpp has valid st_ino.aamine2003-11-221-1/+1
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-1/+1
* * lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not have st_ino (...aamine2003-11-201-5/+5
* * lib/fileutils.rb (fu_same?): add djgpp and wince.aamine2003-11-191-4/+6
* * lib/fileutils.rb (cannot_overwrite_file?, have_st_ino?): bccwin32usa2003-11-191-2/+2
* * lib/fileutils.rb (fu_same?): temporal fix for windows.aamine2003-11-181-2/+10
* * lib/fileutils.rb (fu_same?): check by inode instead of path name, to detect...aamine2003-11-181-29/+3
* * lib/fileutils.rb (fu_each_src_dest): raise if src==dest. [ruby-talk:85344] ...aamine2003-11-181-18/+57
* * io.c (READ_DATA_BUFFERED): new macro to detect whether stdiomatz2003-10-301-2/+3
* * 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