index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
fileutils.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/fileutils.rb: added missing options of FileUtils.touch by @Domon.
hsbt
2014-07-18
1
-1
/
+1
*
* lib/fileutils.rb: handle ENOENT error with symlink targeted to
hsbt
2014-07-11
1
-3
/
+9
*
* lib/fileutils.rb: show fileutils require at top.
ayumin
2014-05-08
1
-38
/
+40
*
* lib/fileutils.rb: Don't need to define fu_get_gid and fu_get_gid in
akr
2014-04-29
1
-36
/
+24
*
* lib/fileutils.rb (rmdir): rescue Errno::EEXIST in addition to
ngoto
2014-04-25
1
-1
/
+1
*
* lib/fileutils.rb (fu_get_uid, fu_get_gid): Etc.getpwnam/getgrnam may
usa
2014-04-24
1
-2
/
+2
*
fileutils.rb: [DOC] update rdoc
nobu
2014-04-17
1
-2
/
+2
*
* lib/fileutils.rb: [DOC] Fix typo in options_of() example [Bug #9392]
zzak
2014-01-23
1
-1
/
+1
*
* fix typo by @rrrene [fix GH-510]
hsbt
2014-01-22
1
-1
/
+1
*
fileutils.rb: rmdir parents option
nobu
2013-12-24
1
-1
/
+1
*
* lib/fileutils.rb: remove unnecessary initialization. by @vipulnsward [f...
hsbt
2013-12-07
1
-1
/
+1
*
* lib/fileutils.rb: [DOC] Fix typo (s/perserve/preserve/)
a_matsuda
2013-11-30
1
-1
/
+1
*
* lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]
zzak
2013-07-18
1
-1
/
+1
*
* lib/fileutils.rb (FileUtils#chown_R): Do not skip traversal even
knu
2013-07-09
1
-1
/
+0
*
* lib/fileutils.rb (FileUtils#mode_to_s): Define mode_to_s() also
knu
2013-07-09
1
-0
/
+1
*
* lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): If user
knu
2013-07-09
1
-4
/
+4
*
* lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): Fix the
knu
2013-07-05
1
-2
/
+2
*
* lib/fileutils.rb (FileUtils.chmod{,_R}): Enhance the symbolic
knu
2013-07-04
1
-46
/
+62
*
* lib/fileutils.rb (FileUtils#symbolic_modes_to_i): Fix the wrong
knu
2013-07-04
1
-2
/
+2
*
fileutils.rb: fix traversal loop
nobu
2013-06-13
1
-0
/
+1
*
FileUtils.rmdir use remove_tailing_slash
kazu
2013-06-03
1
-1
/
+1
*
* lib/fileutils.rb: fix behavior when mkdir/mkdir_p accepted "/".
ayumin
2013-06-03
1
-2
/
+7
*
* lib/fileutils.rb: Revert r34669 which altered the way
drbrain
2013-03-01
1
-178
/
+182
*
* lib/fileutils.rb (copy_entry, wrap_traverse): preserve attributes of
mame
2013-02-02
1
-2
/
+14
*
* lib/fileutils.rb: chmod/chmod_R with a string mode (e.g., "+x")
mame
2013-02-02
1
-3
/
+7
*
* lib/fileutils.rb (chmod): Add "X" to modes, convert format to table
zzak
2012-11-14
1
-12
/
+14
*
* lib/fileutils.rb (module FileUtils): repatch [ruby-core:39622]
glass
2012-11-04
1
-10
/
+7
*
* lib/fileutils.rb: fix typo.
ayumin
2012-08-18
1
-1
/
+1
*
* lib/fileutils.rb (uptodate?): remove useless parameter.
ayumin
2012-07-16
1
-3
/
+1
*
* lib/fileutils.rb (cp_r): Fixed cp_r example. Patch by TJ Koblentz
drbrain
2012-05-11
1
-1
/
+1
*
* lib/fileutils.rb (copy_metadata): use File.lchown and File.lchmod to
akr
2012-04-30
1
-4
/
+27
*
* lib/fileutils.rb (fu_have_symlink?): specify TypeError for rescue
akr
2012-03-12
1
-1
/
+1
*
* lib/fileutils.rb: remove tailing spaces.
nobu
2012-03-11
1
-2
/
+2
*
* lib/fileutils.rb: use chomp(?/) instead of sub to optimize and avoid
naruse
2012-02-25
1
-4
/
+4
*
* lib/fileutils.rb: revert a line modified accidentally at r34669.
shirosaki
2012-02-20
1
-1
/
+1
*
* lib/fileutils.rb: refactored FileUtil methods to use the
tenderlove
2012-02-17
1
-190
/
+189
*
* lib/fileutils.rb (FileUtils::Entry_#entries): use utility method
nobu
2011-12-28
1
-1
/
+1
*
* lib/fileutils.rb (module FileUtils): improve performance of
ayumin
2011-09-19
1
-10
/
+7
*
* lib/fileutils.rb: Document block behavior of FileUtils.cd. Patch by
drbrain
2011-05-22
1
-0
/
+4
*
* lib/fileutils.rb: Hide internal methods from RDoc. Patch by Darragh
drbrain
2011-05-12
1
-5
/
+5
*
* lib/fileutils.rb (FileUtils#chmod): accept symbolic mode argument.
kosaki
2011-05-01
1
-2
/
+90
*
* lib/fileutils.rb (FileUtils#touch): Fix corrupted output when
knu
2011-04-15
1
-1
/
+1
*
* lib/fileutils.rb (FileUtils#touch): fix corrupted output when
kosaki
2011-04-14
1
-1
/
+1
*
* lib/fileutils.rb (FileUtils::Entry_#copy_file): updated FileUtils.cp
nobu
2011-03-17
1
-1
/
+1
*
* lib/fileutils.rb (FileUtils::remove_entry_secure): there is a
shyouhei
2011-02-18
1
-4
/
+9
*
* lib/fileutils.rb (FileUtils::LowMethods): make low level methods
nobu
2011-02-04
1
-0
/
+8
*
* lib/fileutils.rb (FileUtils::Entry_#copy): check file name
nobu
2010-07-20
1
-1
/
+12
*
* lib/fileutils.rb: Fix warning
marcandre
2010-06-22
1
-1
/
+1
*
* lib/fileutils.rb (FileUtils::Entry_#entries): returns pathname in
usa
2010-05-17
1
-1
/
+3
*
* lib/fileutils.rb (FileUtils::cp_r): dup needed here; options are
shyouhei
2010-04-19
1
-0
/
+2
[next]