| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump module version numbers | David Golden | 2010-07-19 | 1 | -1/+1 |
* | Remove MacOS classic support from File::{Copy,DosGlob,Find,Glob,stat}. | Nicholas Clark | 2010-06-23 | 1 | -29/+0 |
* | version bump for File::Copy and add change to delta | Matt S Trout | 2010-06-21 | 1 | -1/+1 |
* | Resolve issue #74974: document File::Copy::copy(FILE, DIR) | Abigail | 2010-06-08 | 1 | -0/+6 |
* | RT #73714: Regression in 5.12: File::Copy and initial spaces | David Mitchell | 2010-03-27 | 1 | -3/+2 |
* | bump versions for core libs changed since 5.11.3 | Ricardo Signes | 2010-01-19 | 1 | -1/+1 |
* | [perl #72098] File::Copy stripping 06000 perms on cp for root | Todd Rinaldo | 2010-01-16 | 1 | -6/+2 |
* | Fix File::Copy::copy with pipes on GNU/kFreeBSD | Niko Tyni | 2009-07-22 | 1 | -2/+2 |
* | Revert "Bump version of File::Copy" | David Mitchell | 2009-05-09 | 1 | -1/+1 |
* | Bump version of File::Copy | Rafael Garcia-Suarez | 2009-05-05 | 1 | -1/+1 |
* | Make File::Copy always return 0 (not "") on failure. | Paul Fenwick | 2009-05-05 | 1 | -1/+1 |
* | make the File::Copy permission change from 2.15 onwards (to allow for a | David Mitchell | 2009-04-25 | 1 | -1/+1 |
* | Check for the group entry returned by getpwuid as well when testing | Abigail | 2009-01-26 | 1 | -2/+4 |
* | Move cp(1)-like permission changes from copy to cp, | Charles Bailey | 2009-01-25 | 1 | -26/+63 |
* | File::Copy fixes for VMS follow-up | John Malmberg | 2009-01-10 | 1 | -1/+1 |
* | Make File::Copy detect Unix compatibility mode on VMS. | John Malmberg | 2009-01-08 | 1 | -5/+88 |
* | Change the plan - 2.14 gets the copy permission behaviour change, | Nicholas Clark | 2008-10-20 | 1 | -1/+1 |
* | [perl #59650] File::Copy does not handle file objects sanely | rabbit+bugs@rabbit.us | 2008-10-19 | 1 | -5/+14 |
* | The last change to File::Copy broke the perl build. | Rafael Garcia-Suarez | 2008-05-08 | 1 | -5/+12 |
* | Bump version and document last change. | Rafael Garcia-Suarez | 2008-05-08 | 1 | -6/+4 |
* | File::Copy & permission bits. | Abigail | 2008-05-08 | 1 | -11/+4 |
* | Use 3-arg open. | Abigail | 2008-05-08 | 1 | -2/+2 |
* | Stop File::Copy truncating destination files if passed 3 named | Nicholas Clark | 2008-04-24 | 1 | -11/+16 |
* | patch@32181 File::Copy.pm patches for VMS | John E. Malmberg | 2007-10-24 | 1 | -3/+44 |
* | Minor fix in File::Copy POD | Jerry D. Hedden | 2007-10-17 | 1 | -1/+1 |
* | [patch@31750] Unit variable in /lib/File/Copy.pm | John E. Malmberg | 2007-08-28 | 1 | -2/+3 |
* | Another tiny typo in File::Copy (found by Ruud.) | Rafael Garcia-Suarez | 2007-02-11 | 1 | -2/+2 |
* | Typo fix, by John P. Linderman | Rafael Garcia-Suarez | 2007-02-08 | 1 | -1/+1 |
* | Re: [perl #32135] File::Copy module | Adriano Ferreira | 2007-01-26 | 1 | -2/+10 |
* | First patch from: | Jan Dubois | 2006-12-11 | 1 | -1/+2 |
* | File::Copy pod updated adding X<> | Gabor Szabo | 2006-08-05 | 1 | -9/+11 |
* | Bump $VERSION in many modules that have changed. | Nicholas Clark | 2006-01-12 | 1 | -1/+1 |
* | Re: [perl #36507] File::Copy::copy($foo, $foo) dies | Michael G. Schwern | 2005-07-14 | 1 | -2/+15 |
* | Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv | Michael G. Schwern | 2005-07-12 | 1 | -1/+11 |
* | do just-in-time loading of Carp.pm in some modules | Tels | 2005-07-02 | 1 | -2/+6 |
* | Bump version numbers | Nicholas Clark | 2004-07-01 | 1 | -1/+1 |
* | Remove stray '. | Abhijit Menon-Sen | 2004-05-10 | 1 | -1/+1 |
* | File::Copy Pod | Slaven Rezic | 2004-05-10 | 1 | -2/+1 |
* | Fix File::Copy with hard links on Windows. | Steve Hay | 2003-12-04 | 1 | -1/+1 |
* | Re: [perl #24245] File::Copy::copy damages hard linked files | Slaven Rezic | 2003-11-28 | 1 | -6/+5 |
* | A swath of VERSION patches from Nicholas Clark. | Jarkko Hietaniemi | 2003-08-14 | 1 | -1/+1 |
* | [perl #22622] Bogus error codes from File::Copy::move | Amick, Eric | 2003-06-16 | 1 | -3/+3 |
* | [DOCPATCH] File::Copy's synopsis | Nicholas Clark | 2003-01-04 | 1 | -4/+4 |
* | Integrate from the maint-5.8/ branch : | Rafael Garcia-Suarez | 2002-12-10 | 1 | -1/+1 |
* | Integrate #16136, #16137, #16138 from macperl; | Jarkko Hietaniemi | 2002-04-24 | 1 | -2/+11 |
* | File::Copy::syscopy doesn't preserve OS attrs on UNIX | Stas Bekman | 2002-02-28 | 1 | -3/+4 |
* | lstat FH and -l FH warnings | Rafael Garcia-Suarez | 2002-02-03 | 1 | -0/+1 |
* | RE: [PATCH File::Copy] Silence warnings for tied filehandles | Wilson, Doug | 2001-10-12 | 1 | -2/+1 |
* | avoid v-strings with require/use | Ronald J. Kimball | 2001-09-21 | 1 | -1/+1 |
* | Bump up version numbers. | Jarkko Hietaniemi | 2001-09-16 | 1 | -1/+1 |