<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/cp.c, branch v4.5.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v4.5.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v4.5.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2002-08-31T08:52:10Z</updated>
<entry>
<title>Change `exit (0)' to `exit (EXIT_SUCCESS)',</title>
<updated>2002-08-31T08:52:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-08-31T08:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4006f4e672123e0189e58d4f76b58d06ae30eb94'/>
<id>urn:sha1:4006f4e672123e0189e58d4f76b58d06ae30eb94</id>
<content type='text'>
`exit (1)' to `exit (EXIT_FAILURE)', and
`usage (1)' to `usage (EXIT_FAILURE)'.
</content>
</entry>
<entry>
<title>Change `error (1, ...' to `error (EXIT_FAILURE, ...'.</title>
<updated>2002-08-30T23:04:53Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-08-30T23:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=74887031996e79df07dae9711f08d80839b31e62'/>
<id>urn:sha1:74887031996e79df07dae9711f08d80839b31e62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.</title>
<updated>2002-07-02T09:05:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-02T09:05:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d23970e52ecd6553cc8885a1ebd31e245b184a61'/>
<id>urn:sha1:d23970e52ecd6553cc8885a1ebd31e245b184a61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change all `preserving ...' diagnostics to</title>
<updated>2002-06-21T12:10:02Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-06-21T12:10:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=071b36fd9068a202a0e55910e02cc0410df21d0b'/>
<id>urn:sha1:071b36fd9068a202a0e55910e02cc0410df21d0b</id>
<content type='text'>
`failed to preserve ...' to make the failure clearer.
</content>
</entry>
<entry>
<title>(do_copy): Change wording in diagnostic.</title>
<updated>2002-03-10T22:22:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-03-10T22:22:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=48f998c0e82633f711a57a93f6f130eb239c8413'/>
<id>urn:sha1:48f998c0e82633f711a57a93f6f130eb239c8413</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(COPY_CONTENTS_OPTION): New enum value.</title>
<updated>2002-03-03T22:28:48Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-03-03T22:28:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=246e147a6a6b9d460376f7f7889191d13652456e'/>
<id>urn:sha1:246e147a6a6b9d460376f7f7889191d13652456e</id>
<content type='text'>
(long_opts): Add --copy-contents.
(usage): Describe new behavior.  Sort options.
(main): Implement new behavior.  Remove diagnostics for -a and -r;
no longer needed.
</content>
</entry>
<entry>
<title>(main): Warn when -r is specified before --archive (-a).</title>
<updated>2002-03-02T17:23:34Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-03-02T17:23:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b9d1d9e98e343443115139c9c9b46d6923ae8966'/>
<id>urn:sha1:b9d1d9e98e343443115139c9c9b46d6923ae8966</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(main): Revert change of 2001-12-29.  With this change,</title>
<updated>2002-03-02T17:15:42Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-03-02T17:15:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7a5c83d8d53223c7b0e494175ee5e44b2ed555c3'/>
<id>urn:sha1:7a5c83d8d53223c7b0e494175ee5e44b2ed555c3</id>
<content type='text'>
cp -r once again preserves symlinks.
(usage): Document the original (now-restored) behavior.
</content>
</entry>
<entry>
<title>(main): Fail if -r is specified after --archive (-a) on the command line.</title>
<updated>2002-03-02T16:44:02Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-03-02T16:44:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=baea296b94a72ccc0e286ab997146bde128b696c'/>
<id>urn:sha1:baea296b94a72ccc0e286ab997146bde128b696c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(main): With -r, always dereference symlinks.</title>
<updated>2001-12-29T22:58:40Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-12-29T22:58:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c672e2892bef988754beb9a6b1e94576875ec1f3'/>
<id>urn:sha1:c672e2892bef988754beb9a6b1e94576875ec1f3</id>
<content type='text'>
</content>
</entry>
</feed>
