aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fileutils.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/fileutils.rb (FileUtils::fu_world_writable): make itmatz2006-02-181-0/+1
* * lib/fileutils.rb (mv): should remove file after copying. [ruby-dev:28223]aamine2006-01-191-0/+1
* * lib/fileutils.rb (FileUtils::ln): ln documentation fix.ocean2005-11-201-1/+1
* * lib/fileutils.rb (cd): no longer accept :noop option, related code is usele...aamine2005-09-231-1/+1
* * lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun (ba...aamine2005-09-231-0/+20
* * lib/fileutils.rb (cp_r): default is :dereference_root=>true for backward co...aamine2005-09-191-0/+1
* * lib/fileutils.rb: backported from trunk (rev 1.65):aamine2005-09-181-352/+856
* * lib/fileutils.rb (remove_file): ignore exceptions caused by chmod.aamine2005-04-141-8/+25
* * ext/etc/etc.c (Init_etc): sGroup needs HAVE_ST_GR_PASSWD check.matz2005-02-121-1/+1
* * lib/fileutils.rb (copy_entry): could not copy symbolic link. [ruby-talk:125...aamine2005-01-101-20/+16
* * lib/fileutils.rb (mv): should raise error when moving a directory to the (e...aamine2004-12-271-13/+32
* * lib/fileutils.rb (mkdir, mkdir_p): should ensure directory permission. (bac...aamine2004-12-241-9/+17
* * lib/fileutils.rb (mkdir_p): backport from CVS HEAD 1.45. [ruby-core:03420]aamine2004-09-171-1/+1
* * lib/fileutils.rb: backport from CVS HEAD (rev1.44).aamine2004-08-141-130/+251
* * lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor...aamine2004-05-071-1/+1
* * lib/fileutils.rb (remove_dir): should handle symlink correctly. This patch...aamine2004-03-101-1/+3
* * 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