<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/basename.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-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>(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>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>(usage): Indent --help and --version strings to start in the 7th column.</title>
<updated>2001-11-25T14:46:05Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-11-25T14:46:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9e1b4e382ad33214e2e89cb4704be17b59036556'/>
<id>urn:sha1:9e1b4e382ad33214e2e89cb4704be17b59036556</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include "dirname.h".</title>
<updated>2001-05-12T16:05:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-05-12T16:05:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=04a872f0d3db6a95b28c9640e2d9c5f3e3d2d7f6'/>
<id>urn:sha1:04a872f0d3db6a95b28c9640e2d9c5f3e3d2d7f6</id>
<content type='text'>
(base_name, strip_trailing_slashes): Remove decls; now in dirname.h.
(main): Use base_len instead of strip_trailing_slashes to strip
trailing slashes.
</content>
</entry>
<entry>
<title>Include "closeout.h".</title>
<updated>2000-05-07T14:49:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-05-07T14:49:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=73ed5ed51e0ae7ac5c7f606ba571b9cfbf5707b3'/>
<id>urn:sha1:73ed5ed51e0ae7ac5c7f606ba571b9cfbf5707b3</id>
<content type='text'>
(main): Call atexit with close_stdout.
</content>
</entry>
<entry>
<title>(main): Manually handle `--', since we no longer</title>
<updated>1999-05-01T02:29:17Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-05-01T02:29:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5e1ffee4d676aab97dd766f928876bab6771aa40'/>
<id>urn:sha1:5e1ffee4d676aab97dd766f928876bab6771aa40</id>
<content type='text'>
call getopt.  Reported by Joseph S. Myers.
</content>
</entry>
<entry>
<title>(PROGRAM_NAME, AUTHORS): Define and use.</title>
<updated>1999-03-31T04:11:35Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-03-31T04:11:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=39090114f0812d93ce9c065a6f2fae02f6e06d50'/>
<id>urn:sha1:39090114f0812d93ce9c065a6f2fae02f6e06d50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(main): Include author name argument in call to parse_long_options.</title>
<updated>1999-03-04T14:02:14Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-03-04T14:02:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ff743d54518df91ff57420a2a7a1e4cd72607bf7'/>
<id>urn:sha1:ff743d54518df91ff57420a2a7a1e4cd72607bf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update copyright dates</title>
<updated>1999-02-16T04:17:15Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-02-16T04:17:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=df7b9c808b498bab77d4c3d9bae8c3bc4c489ee6'/>
<id>urn:sha1:df7b9c808b498bab77d4c3d9bae8c3bc4c489ee6</id>
<content type='text'>
</content>
</entry>
</feed>
