<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/mkdir.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-09-28T07:51:17Z</updated>
<entry>
<title>Fix things so `mkdir -p' can create very deep directories, e.g.,</title>
<updated>2002-09-28T07:51:17Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-28T07:51:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8c10d25fd0e66bbdd25160a97a06aac8363dce2f'/>
<id>urn:sha1:8c10d25fd0e66bbdd25160a97a06aac8363dce2f</id>
<content type='text'>
mkdir -p $(perl -e 'print "a/" x 40000') now works.

(main): For --parents (-p), call make_path with the
entire directory name, so we don't ever require that file operations
like stat or chmod be performed on the entire command line argument.
</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>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>Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION</title>
<updated>2001-12-02T22:26:57Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-12-02T22:26:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f3ac2e783982387442dbd13cc30df0f41d52c779'/>
<id>urn:sha1:f3ac2e783982387442dbd13cc30df0f41d52c779</id>
<content type='text'>
instead of hard-coding --help and --version descriptions.
</content>
</entry>
<entry>
<title>(usage): Note that ``Mandatory arguments to long options are mandatory</title>
<updated>2001-11-23T20:29:56Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-11-23T20:29:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=072b27d4d2dffefe7c7f1d3143b5e05c50eb4ed7'/>
<id>urn:sha1:072b27d4d2dffefe7c7f1d3143b5e05c50eb4ed7</id>
<content type='text'>
for short options too.''
</content>
</entry>
<entry>
<title>Split usage strings so that --help and --version</title>
<updated>2001-11-23T20:10:25Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-11-23T20:10:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b78de3e724522e63bc82ef2f2214d329e69ea545'/>
<id>urn:sha1:b78de3e724522e63bc82ef2f2214d329e69ea545</id>
<content type='text'>
descriptions are alone in their own string.
</content>
</entry>
<entry>
<title>(main): Don't strip trailing slashes; POSIX doesn't allow it here.</title>
<updated>2001-09-15T11:15:56Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-09-15T11:15:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=08e983d3df3b3148943d21cb65a0c749cf159203'/>
<id>urn:sha1:08e983d3df3b3148943d21cb65a0c749cf159203</id>
<content type='text'>
Don't include "dirname.h" when no longer needed.
</content>
</entry>
<entry>
<title>(strip_trailing_slashes): Remove declaration; now in dirname.h.</title>
<updated>2001-05-12T09:51:23Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-05-12T09:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4a94a06aa6f19d572b734d0c1ec3e9b6206512f4'/>
<id>urn:sha1:4a94a06aa6f19d572b734d0c1ec3e9b6206512f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(main): Remove assignment-in-if-expression.</title>
<updated>2001-02-21T10:56:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-02-21T10:56:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=241297f40e620ead3f0cbebc2c4f3eb5127354e1'/>
<id>urn:sha1:241297f40e620ead3f0cbebc2c4f3eb5127354e1</id>
<content type='text'>
In fact, remove t_errno altogether.
</content>
</entry>
</feed>
