<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/mv.c, branch DU-FTS</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=DU-FTS</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=DU-FTS'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2002-11-17T09:41:34Z</updated>
<entry>
<title>(movefile): Don't remove trailing slashes from SOURCE.</title>
<updated>2002-11-17T09:41:34Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-11-17T09:41:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=47161ee7d5ab4fe8977bcb2fb24d0b708b83ec27'/>
<id>urn:sha1:47161ee7d5ab4fe8977bcb2fb24d0b708b83ec27</id>
<content type='text'>
</content>
</entry>
<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>(euidaccess): Remove declaration.  It was unused.  From Michael Stone.</title>
<updated>2002-07-09T06:38:19Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-09T06:38:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=56a4c59e6057e158c6ea55d2394faa7bb8d14e7c'/>
<id>urn:sha1:56a4c59e6057e158c6ea55d2394faa7bb8d14e7c</id>
<content type='text'>
(yesno): Remove declaration.  It too was unused.
</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>(do_move): Give one diagnostic, not two, when unable to</title>
<updated>2002-06-12T08:01:48Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-06-12T08:01:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f849e0aaac8bbb08a9afdfa5fc8272e7835040f5'/>
<id>urn:sha1:f849e0aaac8bbb08a9afdfa5fc8272e7835040f5</id>
<content type='text'>
unlink a destination file.  This bug was introduced in fileutils-3.16l.

$ /bin/mv /etc/passwd /tmp
/bin/mv: cannot unlink `/etc/passwd': Permission denied
/bin/mv: cannot remove `/etc/passwd': Permission denied
[Exit 1]
</content>
</entry>
<entry>
<title>(do_move): Adapt to new calling sequence for rm.</title>
<updated>2002-06-02T20:50:20Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-06-02T20:50:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a4b18d89614bc970bd388571195295b454df3fcf'/>
<id>urn:sha1:a4b18d89614bc970bd388571195295b454df3fcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert last change.</title>
<updated>2002-04-25T16:32:32Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-04-25T16:32:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bbd396f52fe205bf01dc7ccc7366ff653f5f8aec'/>
<id>urn:sha1:bbd396f52fe205bf01dc7ccc7366ff653f5f8aec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(do_move): Adjust caller of remove_init.</title>
<updated>2002-04-22T07:35:41Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-04-22T07:35:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e305ef0fa851ec2f93620dee0ae2e3d8cceac2d4'/>
<id>urn:sha1:e305ef0fa851ec2f93620dee0ae2e3d8cceac2d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(do_move): Correct a comment.</title>
<updated>2002-03-30T07:12:23Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-03-30T07:12:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=302c89b2852eb813d35a914dd37a8c36ac205b63'/>
<id>urn:sha1:302c89b2852eb813d35a914dd37a8c36ac205b63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(do_move): The first time we resort to copy/remove,</title>
<updated>2002-03-08T16:45:51Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-03-08T16:45:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9419e88fc4336f802bff829f49897cc8b8f567ce'/>
<id>urn:sha1:9419e88fc4336f802bff829f49897cc8b8f567ce</id>
<content type='text'>
call lstat `.' to get the device/inode numbers now required for rm.
</content>
</entry>
</feed>
