binary mode copies

2005-03-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following patch, first proposed for cygwin, is needed on systems like cygwin where not copying in binary mode can lead to data corruption. This affects mv, cp, and install. 2005-03-15 Corinna Vinschen [EMAIL PROTECTED] (tiny change)

Re: binary mode copies

2005-03-15 Thread Jim Meyering
Eric Blake [EMAIL PROTECTED] wrote: The following patch, first proposed for cygwin, is needed on systems like cygwin where not copying in binary mode can lead to data corruption. This affects mv, cp, and install. 2005-03-15 Corinna Vinschen [EMAIL PROTECTED] (tiny change) *

Re: binary mode copies

2005-03-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jim Meyering on 3/15/2005 3:47 PM: 2005-03-15 Corinna Vinschen [EMAIL PROTECTED] (tiny change) * src/copy.c (copy_reg): Copy regular files in binary mode. By the way, can you produce a small test case that fails without