<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/seq.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>(usage): Mention that --format=FORMAT must be</title>
<updated>2002-03-17T19:21:16Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-03-17T19:21:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3677890d373392cacee389e55d4f3ce164138d8f'/>
<id>urn:sha1:3677890d373392cacee389e55d4f3ce164138d8f</id>
<content type='text'>
a *floating-point* format, also in description of that option.
(usage): Also add the `=' signs here: --format=FORMAT,
--separator=STRING.
</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>(valid_format): Move pre-increment to a separate statement to avoid a warning.</title>
<updated>2000-12-02T22:18:21Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-12-02T22:18:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d661be38ed6d068779b9a434bdaa2b23a08fcb8c'/>
<id>urn:sha1:d661be38ed6d068779b9a434bdaa2b23a08fcb8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include "closeout.h".</title>
<updated>2000-05-07T14:57:52Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-05-07T14:57:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c6b0fefde1f58793f2ac9e164c94197fcac230cf'/>
<id>urn:sha1:c6b0fefde1f58793f2ac9e164c94197fcac230cf</id>
<content type='text'>
(main): Call atexit with close_stdout.
</content>
</entry>
<entry>
<title>Include "closeout.h".</title>
<updated>2000-05-05T21:51:02Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-05-05T21:51:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f2fde491db4582e3e2832b87001155e761b7db37'/>
<id>urn:sha1:f2fde491db4582e3e2832b87001155e761b7db37</id>
<content type='text'>
(main): Call close_stdout.
</content>
</entry>
<entry>
<title>Shorten `#ifdef HAVE_...' to `#if HAVE_...' and</title>
<updated>2000-04-14T12:41:05Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-04-14T12:41:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2e469b088b7c0ff041b59261b349b798b0bd34e5'/>
<id>urn:sha1:2e469b088b7c0ff041b59261b349b798b0bd34e5</id>
<content type='text'>
remove unnecessary uses of `defined' (aesthetics).
</content>
</entry>
<entry>
<title>(get_width_format): Fix portability problem with `-0' vs. `0'.</title>
<updated>2000-03-01T12:31:16Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-03-01T12:31:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=172290c201c93260262770b06a8b50ebb90390e0'/>
<id>urn:sha1:172290c201c93260262770b06a8b50ebb90390e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Back out most of the 2000-01-21 and 01-22 changes.</title>
<updated>2000-01-29T10:05:35Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-01-29T10:05:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e3fa0cb53b201cd0240795414cb7de0d99da5029'/>
<id>urn:sha1:e3fa0cb53b201cd0240795414cb7de0d99da5029</id>
<content type='text'>
[Instead, merely give examples showing how to accomplish the same
task with fewer limitations using existing tools. ]
Suggestion from Bruno Haible.
(valid_format): Rename from check_format.
</content>
</entry>
</feed>
