<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/tty.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): Don't call close_stdout_status directly,</title>
<updated>2000-05-11T07:24:05Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-05-11T07:24:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9590fbf43cc6f254c305e25792f92d5f69bfbdba'/>
<id>urn:sha1:9590fbf43cc6f254c305e25792f92d5f69bfbdba</id>
<content type='text'>
since that didn't cover --version output.
(main): Instead, call close_stdout_set_status and arrange to
call close_stdout via atexit.
</content>
</entry>
<entry>
<title>(main): Warn about arguments, don't fail.</title>
<updated>2000-05-06T13:18:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-05-06T13:18:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c141f3a34e6aadd8d8338a530ffcea30629a01bd'/>
<id>urn:sha1:c141f3a34e6aadd8d8338a530ffcea30629a01bd</id>
<content type='text'>
(usage): Call close_stdout_status from here as well as from main.
</content>
</entry>
<entry>
<title>No longer include long-options.h.</title>
<updated>1999-03-31T05:52:46Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-03-31T05:52:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fdd07e3d2b4113a076cbb862115c43c9285e8b55'/>
<id>urn:sha1:fdd07e3d2b4113a076cbb862115c43c9285e8b55</id>
<content type='text'>
[long_options]: Add entries for --help and --version.
Remove parse_long_options call.
(main) [getopt switch]: Add a case for each of --help and --version.
</content>
</entry>
<entry>
<title>(PROGRAM_NAME, AUTHORS): Define and use.</title>
<updated>1999-03-31T04:16:08Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-03-31T04:16:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=03c1b8518c2295aebc9e723686d650162059ee96'/>
<id>urn:sha1:03c1b8518c2295aebc9e723686d650162059ee96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include long-options.h.</title>
<updated>1999-03-06T15:28:54Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-03-06T15:28:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5b2aa1846bc8dc6d8ffce7d523cebc1ab45a17d7'/>
<id>urn:sha1:5b2aa1846bc8dc6d8ffce7d523cebc1ab45a17d7</id>
<content type='text'>
[long_options]: Remove the "help" and "version" entries.
Remove declarations of show_help and show_version.
(main): Use parse_long_options, including author name(s).
Remove the show_version and show_help blocks.
</content>
</entry>
<entry>
<title>(usage): Remove static attribute.</title>
<updated>1999-01-25T14:30:08Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-01-25T14:30:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=54f4eb2224b468aeb0f7aeb22877d697aff61913'/>
<id>urn:sha1:54f4eb2224b468aeb0f7aeb22877d697aff61913</id>
<content type='text'>
Move function be the first in the file.
</content>
</entry>
<entry>
<title>Include closeout.h. (main): Use close_stdout_status.</title>
<updated>1999-01-14T15:36:50Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-01-14T15:36:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dc4fd4c43b21e3c7043d963f1ecbae5716f06e61'/>
<id>urn:sha1:dc4fd4c43b21e3c7043d963f1ecbae5716f06e61</id>
<content type='text'>
</content>
</entry>
</feed>
