index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
fileutils.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge a cosmetic change
knu
2007-03-04
1
-5
/
+1
*
* lib/fileutils.rb (mv): could not move a directory between
knu
2007-03-04
1
-2
/
+6
*
* file.c (rb_file_s_utime): allow nil to set the current time.
knu
2007-03-04
1
-3
/
+14
*
* lib/fileutils.rb (FileUtils.cp_r): dereference_root=true is default in Ruby...
aamine
2006-10-13
1
-0
/
+1
*
* lib/fileutils.rb: backport from HEAD (rev 1.71).
aamine
2006-09-18
1
-59
/
+64
*
* lib/fileutils.rb (FileUtils::fu_world_writable): make it
matz
2006-02-18
1
-0
/
+1
*
* lib/fileutils.rb (mv): should remove file after copying. [ruby-dev:28223]
aamine
2006-01-19
1
-0
/
+1
*
* lib/fileutils.rb (FileUtils::ln): ln documentation fix.
ocean
2005-11-20
1
-1
/
+1
*
* lib/fileutils.rb (cd): no longer accept :noop option, related code is usele...
aamine
2005-09-23
1
-1
/
+1
*
* lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun (ba...
aamine
2005-09-23
1
-0
/
+20
*
* lib/fileutils.rb (cp_r): default is :dereference_root=>true for backward co...
aamine
2005-09-19
1
-0
/
+1
*
* lib/fileutils.rb: backported from trunk (rev 1.65):
aamine
2005-09-18
1
-352
/
+856
*
* lib/fileutils.rb (remove_file): ignore exceptions caused by chmod.
aamine
2005-04-14
1
-8
/
+25
*
* ext/etc/etc.c (Init_etc): sGroup needs HAVE_ST_GR_PASSWD check.
matz
2005-02-12
1
-1
/
+1
*
* lib/fileutils.rb (copy_entry): could not copy symbolic link. [ruby-talk:125...
aamine
2005-01-10
1
-20
/
+16
*
* lib/fileutils.rb (mv): should raise error when moving a directory to the (e...
aamine
2004-12-27
1
-13
/
+32
*
* lib/fileutils.rb (mkdir, mkdir_p): should ensure directory permission. (bac...
aamine
2004-12-24
1
-9
/
+17
*
* lib/fileutils.rb (mkdir_p): backport from CVS HEAD 1.45. [ruby-core:03420]
aamine
2004-09-17
1
-1
/
+1
*
* lib/fileutils.rb: backport from CVS HEAD (rev1.44).
aamine
2004-08-14
1
-130
/
+251
*
* lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor...
aamine
2004-05-07
1
-1
/
+1
*
* lib/fileutils.rb (remove_dir): should handle symlink correctly. This patch...
aamine
2004-03-10
1
-1
/
+3
*
* lib/fileutils.rb (mkdir): remove trailing `/' from pathes.
aamine
2003-12-12
1
-28
/
+25
*
* lib/fileutils.rb (mkdir_p): remove trailing `/' befere mkdir(2). mkdir("no...
aamine
2003-12-11
1
-2
/
+2
*
catch all SystemCallErrors.
aamine
2003-12-11
1
-2
/
+2
*
* lib/fileutils.rb (mkdir_p): check if it is a directory after mkdir(2) inste...
aamine
2003-12-11
1
-6
/
+10
*
* lib/fileutils.rb: def m( arg ) -> def m(arg).
aamine
2003-12-11
1
-65
/
+65
*
* lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for ar...
aamine
2003-12-01
1
-3
/
+3
*
* lib/fileutils.rb (have_st_ino?): djgpp has valid st_ino.
aamine
2003-11-22
1
-1
/
+1
*
* gc.c (Init_stack): stack region is far smaller than usual if
matz
2003-11-22
1
-1
/
+1
*
* lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not have st_ino (...
aamine
2003-11-20
1
-5
/
+5
*
* lib/fileutils.rb (fu_same?): add djgpp and wince.
aamine
2003-11-19
1
-4
/
+6
*
* lib/fileutils.rb (cannot_overwrite_file?, have_st_ino?): bccwin32
usa
2003-11-19
1
-2
/
+2
*
* lib/fileutils.rb (fu_same?): temporal fix for windows.
aamine
2003-11-18
1
-2
/
+10
*
* lib/fileutils.rb (fu_same?): check by inode instead of path name, to detect...
aamine
2003-11-18
1
-29
/
+3
*
* lib/fileutils.rb (fu_each_src_dest): raise if src==dest. [ruby-talk:85344] ...
aamine
2003-11-18
1
-18
/
+57
*
* io.c (READ_DATA_BUFFERED): new macro to detect whether stdio
matz
2003-10-30
1
-2
/
+3
*
* lib/fileutils.rb (install): should preserve timestamp only.
eban
2003-08-05
1
-5
/
+5
*
* lib/fileutils.rb (install): support preserve timestamp.
eban
2003-07-29
1
-5
/
+7
*
* lib/fileutils.rb: use hashes to pass options.
aamine
2003-05-02
1
-189
/
+170
*
* lib/net/fileutils.rb: rm_r should raise Errno::ENOENT if file not exist. [r...
aamine
2003-04-15
1
-0
/
+1
*
* lib/fileutils.rb (mkdir, mkdir_p): revert.
eban
2003-03-09
1
-2
/
+2
*
* lib/fileutils.rb (mkdir, mkdir_p): set mode to 0755.
eban
2003-03-09
1
-2
/
+2
*
* lib/fileutils (fu_stream_blksize): wrong logial condition.
eban
2003-02-23
1
-1
/
+1
*
* lib/fileutils.rb: new method FileUtils#copy_stream.
aamine
2003-02-21
1
-46
/
+64
*
* lib/fileutils.rb (FileUtils#uptodate?): use mtime for comparison.
aamine
2003-02-10
1
-2
/
+2
*
* lib/fileutils.rb: new method FileUtils.pwd (really).
aamine
2003-02-08
1
-14
/
+20
*
* lib/fileutils.rb: new method FileUtils.pwd.
aamine
2003-02-06
1
-62
/
+49
*
*** empty log message ***
nobu
2003-01-25
1
-18
/
+16
*
Converted RD to RDoc and improved documentation. See comments at EOF.
gsinclair
2003-01-24
1
-261
/
+321
*
* lib/fileutils.rb (ln): add ' -f' in the verbose message.
eban
2003-01-06
1
-2
/
+2
[next]