index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
fileutils.rb
Age
Commit message (
Expand
)
Author
2004-08-08
* lib/fileutils.rb (cp_r): copies symlink to symlink, except cp_r root.
aamine
2004-05-07
* lib/fileutils.rb (mv): new option `force'. [ruby-talk:99457]
aamine
2004-05-07
* lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor...
aamine
2004-04-07
* file.c (rb_get_path): get path string via "to_path" method if
matz
2004-03-10
* lib/fileutils.rb (remove_dir): should handle symlink correctly. This patch...
aamine
2004-02-16
* lib/fileutils.rb: new module FileUtils::DryRun.
aamine
2004-02-13
* lib/fileutils.rb: slighly improved documentation (sync with 1.8)
gsinclair
2004-02-09
* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,
nobu
2003-12-12
* lib/fileutils.rb (mkdir): remove trailing `/' from pathes.
aamine
2003-12-11
* lib/fileutils.rb (mkdir_p): remove trailing `/' befere mkdir(2). mkdir("no...
aamine
2003-12-11
catch all SystemCallErrors.
aamine
2003-12-11
* lib/fileutils.rb (mkdir_p): check if it is a directory after mkdir(2) inste...
aamine
2003-12-11
* lib/fileutils.rb: def m( arg ) -> def m(arg).
aamine
2003-12-01
* lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for ar...
aamine
2003-11-22
* lib/fileutils.rb (have_st_ino?): djgpp has valid st_ino.
aamine
2003-11-22
* gc.c (Init_stack): stack region is far smaller than usual if
matz
2003-11-20
* lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not have st_ino (...
aamine
2003-11-19
* lib/fileutils.rb (fu_same?): add djgpp and wince.
aamine
2003-11-19
* lib/fileutils.rb (cannot_overwrite_file?, have_st_ino?): bccwin32
usa
2003-11-18
* lib/fileutils.rb (fu_same?): temporal fix for windows.
aamine
2003-11-18
* lib/fileutils.rb (fu_same?): check by inode instead of path name, to detect...
aamine
2003-11-18
* lib/fileutils.rb (fu_each_src_dest): raise if src==dest. [ruby-talk:85344] ...
aamine
2003-10-30
* io.c (READ_DATA_BUFFERED): new macro to detect whether stdio
matz
2003-08-05
* lib/fileutils.rb (install): should preserve timestamp only.
eban
2003-07-29
* lib/fileutils.rb (install): support preserve timestamp.
eban
2003-05-02
* lib/fileutils.rb: use hashes to pass options.
aamine
2003-04-15
* lib/net/fileutils.rb: rm_r should raise Errno::ENOENT if file not exist. [r...
aamine
2003-03-09
* lib/fileutils.rb (mkdir, mkdir_p): revert.
eban
2003-03-09
* lib/fileutils.rb (mkdir, mkdir_p): set mode to 0755.
eban
2003-02-23
* lib/fileutils (fu_stream_blksize): wrong logial condition.
eban
2003-02-21
* lib/fileutils.rb: new method FileUtils#copy_stream.
aamine
2003-02-10
* lib/fileutils.rb (FileUtils#uptodate?): use mtime for comparison.
aamine
2003-02-08
* lib/fileutils.rb: new method FileUtils.pwd (really).
aamine
2003-02-06
* lib/fileutils.rb: new method FileUtils.pwd.
aamine
2003-01-25
*** empty log message ***
nobu
2003-01-24
Converted RD to RDoc and improved documentation. See comments at EOF.
gsinclair
2003-01-06
* lib/fileutils.rb (ln): add ' -f' in the verbose message.
eban
2003-01-05
* lib/fileutils.rb (ln): `argv' is not a argument.
eban
2003-01-05
* instruby.rb: need paren in regexp(make -n install).
eban
2002-12-29
* lib/fileutils.rb: should not inherit ftools.rb's misfeature.
aamine
2002-12-28
* lib/fileutils.rb (cmp): return false if file size differs.
usa
2002-12-27
* lib/fileutils.rb (fu_parseargs): reject illegal options correctly.
aamine
2002-10-17
* lib/fileutils.rb: stat.blksize might become 0/nil.
aamine
2002-03-26
* lib/fileutils.rb: new file.
aamine