| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch most open() calls to three-argument form. | John Lightsey | 2016-12-23 | 3 | -20/+20 |
* | (perl #128199) rmscopy() is VMS specific and not exported | Tony Cook | 2016-06-15 | 1 | -1/+6 |
* | Bump $File::Copy::VERSION | Dominic Hargreaves | 2016-04-30 | 1 | -1/+1 |
* | File::Copy: add a warning about flushing writes | Dominic Hargreaves | 2016-04-30 | 1 | -0/+8 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -5/+0 |
* | Stop test suite filling /tmp | David Mitchell | 2014-12-03 | 1 | -1/+1 |
* | these permissions appear to be handled correctly in current cygwin | Tony Cook | 2014-10-20 | 1 | -6/+2 |
* | use a different name for the test directory | Tony Cook | 2014-10-20 | 1 | -5/+6 |
* | File::Copy does not overwrite read-only files | Alexandr Ciornii | 2014-07-14 | 1 | -1/+2 |
* | Bump File::Copy to version 2.29. | Craig A. Berry | 2013-12-21 | 1 | -1/+1 |
* | Simplify and clarify VMS specifics in File::Copy. | Craig A. Berry | 2013-12-21 | 1 | -33/+19 |
* | Revert "Unix compatibility mode" in File::Copy on VMS. | Craig A. Berry | 2013-12-21 | 1 | -85/+4 |
* | Fix typo introduced in 4c38808d92b95. | Craig A. Berry | 2013-12-21 | 1 | -1/+1 |
* | bump File::Copy's $VERSION | Tony Cook | 2013-09-18 | 1 | -1/+1 |
* | Added note about directories not being created with File::Copy::copy | Nathan Glenn | 2013-09-18 | 1 | -2/+4 |
* | Convert to use of Test::More. Boost test coverage. | James E Keenan | 2013-07-10 | 1 | -58/+71 |
* | Add block to exercise case of very large buffer in lib/File/Copy.pm. | James E Keenan | 2013-07-08 | 1 | -4/+17 |
* | Move File::Find from lib/ to ext/ | Nicholas Clark | 2013-07-05 | 3 | -2475/+0 |
* | Change File::Find's tests to look for taint.t instead of commonsense.t | Nicholas Clark | 2013-07-05 | 2 | -12/+12 |
* | Improve the BEGIN-time setup code for File::Find's tests. | Nicholas Clark | 2013-07-05 | 2 | -25/+19 |
* | Add test for undefined first argument to fileparse(). | James E Keenan | 2013-07-04 | 1 | -1/+7 |
* | Increase $File::Basename::VERSION to 2.85 | Father Chrysostomos | 2013-06-22 | 1 | -1/+1 |
* | Fixed verbatim lines in POD over 79 characters | Brian Gottreu | 2013-06-22 | 1 | -8/+8 |
* | prevent lib/File/stat.t from aborting at END on cygwin | Tony Cook | 2013-06-11 | 1 | -2/+4 |
* | use more descriptive examples in File::Copy | Zsbán Ambrus | 2013-06-09 | 1 | -3/+3 |
* | typo fix for File::Find | David Steinbrunner | 2013-05-25 | 1 | -2/+2 |
* | Bump File::Copy version as the contents have changed | Chris 'BinGOs' Williams | 2013-03-05 | 1 | -1/+1 |
* | fix pod: add missing 'C' of inline code tags | reneeb | 2013-03-04 | 1 | -2/+2 |
* | Skip tests in File::Copy tests on DragonflyBSD too | Chris 'BinGOs' Williams | 2013-03-01 | 1 | -0/+3 |
* | Move File::DosGlob from lib to ext | Father Chrysostomos | 2012-12-09 | 2 | -429/+0 |
* | Fix test-skipping logic for File::Find under no-taint-perl | Steffen Mueller | 2012-11-20 | 1 | -2/+2 |
* | Remove the EPOC port. | Nicholas Clark | 2012-11-19 | 1 | -3/+2 |
* | Remove an inadvertent case sensitivity from find.t. | Craig A. Berry | 2012-11-11 | 1 | -1/+1 |
* | Add C define to remove taint support from perl | Steffen Mueller | 2012-11-05 | 2 | -4/+11 |
* | Remove the MPE/iX port. | Nicholas Clark | 2012-09-21 | 1 | -9/+1 |
* | Make new File::Copy test case insensitive. | Craig A. Berry | 2012-08-31 | 1 | -1/+1 |
* | Revert File::Copy::copy() to fail when copying a file onto itself | Steve Hay | 2012-08-28 | 2 | -6/+4 |
* | Fix File::Copy test failure on Windows | Steve Hay | 2012-08-28 | 1 | -0/+4 |
* | rt #111126 - don't empty a file with copy("foo/bar", "foo/"); | Tony Cook | 2012-08-24 | 2 | -6/+5 |
* | rt #111126 - TODO test for copy foo/file to foo/ | Tony Cook | 2012-08-24 | 1 | -1/+27 |
* | Consistent unixy path handling in File::Find::_find_opt. | Craig A. Berry | 2012-08-20 | 1 | -1/+2 |
* | [perl #113796] lib/File/stat.t failures when -l $^X | Father Chrysostomos | 2012-06-24 | 1 | -0/+2 |
* | lib/File/stat.t shouldn't test -A $^X | Nicholas Clark | 2012-06-21 | 1 | -2/+7 |
* | Fix File::stat's -x and -X for root for directories and executable files. | Nicholas Clark | 2012-06-21 | 1 | -6/+13 |
* | Test that File::stat exports stat by default, overriding the builtin. | Nicholas Clark | 2012-06-21 | 1 | -1/+7 |
* | lib/File/stat.t should also test the -X operators on directories. | Nicholas Clark | 2012-06-21 | 1 | -6/+9 |
* | In lib/File/stat.t, permute the test file's mode for more thorough testing. | Nicholas Clark | 2012-06-21 | 1 | -0/+11 |
* | Refactor lib/File/stat.t for robustness. | Nicholas Clark | 2012-06-21 | 1 | -76/+87 |
* | *Actually* test that bug 20011110.104 is fixed. | Nicholas Clark | 2012-06-21 | 2 | -4/+28 |
* | Simplify lib/File/stat.t by using a tempfile as the test victim. | Nicholas Clark | 2012-06-21 | 1 | -28/+3 |