Age | Commit message (Expand) | Author |
---|
2019-01-31 | Fix exception namespace | nobu |
2018-11-07 | Dir.children is available since Feature #11302. FileUtils uses | hsbt |
2018-10-20 | Merge fileutils from ruby/fileutils on . | hsbt |
2018-10-03 | fileutils.rb: restore documentation for FileUtils | stomar |
2018-05-19 | fileutils.rb: split fu_windows? | nobu |
2018-05-16 | fileutils.rb: remove code for OS/2 emx | nobu |
2018-05-15 | Added workaround to fileutils for `make btest` without rbconfig. | hsbt |
2018-05-15 | Retry to merge fileutils-1.1.0. | hsbt |
2018-05-15 | Revert "Merge fileutils-1.1.0." | mame |
2018-05-15 | Merge fileutils-1.1.0. | hsbt |
2018-04-16 | [DOC] Fix links of cve [ci skip] | k0kubun |
2018-04-14 | lib/fileutils.rb: [DOC] fix typos and grammar | stomar |
2018-03-13 | Fix typos [ci skip] | kazu |
2018-03-13 | Add FileUtils#cp_lr | mame |
2017-12-22 | Bump up fileutils-1.0.2 | hsbt |
2017-10-20 | Overwrite destination symlink file if `remove_destination` is set. | hsbt |
2017-09-16 | fileutils.rb: error at rmdir | nobu |
2017-03-08 | docs for FileUtils.ln methods | stomar |
2017-03-01 | fileutils.rb: improve rdoc for FileUtils | stomar |
2017-03-01 | fileutils.rb: improve docs for FileUtils.compare_file | stomar |
2017-02-16 | fileutils.rb: do not make root | nobu |
2017-01-19 | Fix documentation of options for all of methods in FileUtils. | hsbt |
2017-01-07 | lib/fileutils.rb: Specify frozen_string_literal: true. | kazu |
2016-11-04 | fileutils.rb: fix error for non-existent entry | nobu |
2016-06-28 | Octal mode in un.rb | nobu |
2016-06-28 | Tue Jun 28 22:09:09 2017 Akio Tajima <[email protected]> | arton |
2016-06-28 | Octal mode | nobu |
2016-06-27 | FileUtils#install: symbolic mode | nobu |
2016-06-27 | FileUtils#install: owner/group options | nobu |
2016-06-27 | Refactor | nobu |
2016-03-01 | fileutils.rb: keyword arguments | nobu |
2016-02-29 | fileutils.rb: LowMethods aliases | nobu |
2016-02-29 | fileutils.rb: reduce private | nobu |
2016-02-29 | fileutils.rb: reduce public | nobu |
2016-02-29 | fileutils.rb: unify method definition style | nobu |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-10-26 | * lib/fileutils.rb: rename tailing to trailing. | hsbt |
2015-08-26 | fileutils.rb: fix rename_cannot_overwrite_file | nobu |
2015-04-01 | fileutils.rb: fix error message | nobu |
2014-08-12 | * lib/fileutils.rb: enable to remove with non-owner directory. | hsbt |
2014-08-12 | * lib/fileutils.rb: fix typo. | hsbt |
2014-07-18 | * lib/fileutils.rb: added missing options of FileUtils.touch by @Domon. | hsbt |
2014-07-11 | * lib/fileutils.rb: handle ENOENT error with symlink targeted to | hsbt |
2014-05-08 | * lib/fileutils.rb: show fileutils require at top. | ayumin |
2014-04-29 | * lib/fileutils.rb: Don't need to define fu_get_gid and fu_get_gid in | akr |
2014-04-25 | * lib/fileutils.rb (rmdir): rescue Errno::EEXIST in addition to | ngoto |
2014-04-24 | * lib/fileutils.rb (fu_get_uid, fu_get_gid): Etc.getpwnam/getgrnam may | usa |
2014-04-17 | fileutils.rb: [DOC] update rdoc | nobu |
2014-01-23 | * lib/fileutils.rb: [DOC] Fix typo in options_of() example [Bug #9392] | zzak |
2014-01-22 | * fix typo by @rrrene [fix GH-510] | hsbt |