<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/pathchk.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>2003-02-12T09:20:47Z</updated>
<entry>
<title>(portable_chars_only): Remove unnecessary `const'</title>
<updated>2003-02-12T09:20:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-02-12T09:20:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=be6a1bab4fd4352a559635725ce4bb24dc565d13'/>
<id>urn:sha1:be6a1bab4fd4352a559635725ce4bb24dc565d13</id>
<content type='text'>
in cast to avoid warning from icc.  Reported by Alexandre Duret-Lutz.
</content>
</entry>
<entry>
<title>Remove all uses of `PARAMS'.</title>
<updated>2002-12-15T20:54:29Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-12-15T20:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a5f14f167e47616fc4f74666678ede320299d5df'/>
<id>urn:sha1:a5f14f167e47616fc4f74666678ede320299d5df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(NEED_PATHCONF_WRAPPER): Undefine before defining,</title>
<updated>2002-12-11T10:00:57Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-12-11T10:00:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bd385df70a0ddf5fb876817d09c6891b8f6faa35'/>
<id>urn:sha1:bd385df70a0ddf5fb876817d09c6891b8f6faa35</id>
<content type='text'>
in case it's already defined.
</content>
</entry>
<entry>
<title>(NEED_PATHCONF_WRAPPER): Define.</title>
<updated>2002-09-02T07:43:38Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-02T07:43:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=496f29fa8ce6ddd5e71ba816282e0522c674ea7d'/>
<id>urn:sha1:496f29fa8ce6ddd5e71ba816282e0522c674ea7d</id>
<content type='text'>
(pathconf_wrapper): Define only if NEED_PATHCONF_WRAPPER is set.
</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>(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.</title>
<updated>2002-07-02T09:09:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-02T09:09:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2ee11887cdda6e55f6aecf349e89667d7262844c'/>
<id>urn:sha1:2ee11887cdda6e55f6aecf349e89667d7262844c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(validate_path): Compare the result of the function --</title>
<updated>2002-05-24T08:24:29Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-05-24T08:24:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f930c9ca0e46afdbdb1b82e5a245b3bb61ee4723'/>
<id>urn:sha1:f930c9ca0e46afdbdb1b82e5a245b3bb61ee4723</id>
<content type='text'>
not its (constant) address -- against zero.
</content>
</entry>
<entry>
<title>Comment fixes to bring us up to date with respect to POSIX 1003.1-2001.</title>
<updated>2002-01-14T09:58:19Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-01-14T09:58:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9f9d6f6c31b56376e75ee007e3b4241897716424'/>
<id>urn:sha1:9f9d6f6c31b56376e75ee007e3b4241897716424</id>
<content type='text'>
In particular, POSIX.2 is now obsolete.
</content>
</entry>
<entry>
<title>Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION</title>
<updated>2001-12-15T20:46:30Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-12-15T20:46:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2fae9e5d26536fc61ad06a3d295c9bb8e40d215e'/>
<id>urn:sha1:2fae9e5d26536fc61ad06a3d295c9bb8e40d215e</id>
<content type='text'>
instead of hard-coding --help and --version descriptions.
Split --help output into smaller pieces.
Use fputs, not printf.
</content>
</entry>
<entry>
<title>(AUTHORS): Mark string for translation, since it contains the English word `and'.</title>
<updated>2001-08-14T07:10:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-08-14T07:10:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1e4a6cbe1c35bd84fd135fffdf23a0d9a50631b1'/>
<id>urn:sha1:1e4a6cbe1c35bd84fd135fffdf23a0d9a50631b1</id>
<content type='text'>
</content>
</entry>
</feed>
