<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/fmt.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-12-15T20:54:29Z</updated>
<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>fmt's -s, -t, -c options didn't work properly for long lines.</title>
<updated>2002-09-24T08:50:20Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-24T08:50:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cc0a6e14fc608e6b503136bbb8a668c14a35566f'/>
<id>urn:sha1:cc0a6e14fc608e6b503136bbb8a668c14a35566f</id>
<content type='text'>
Since get_line may end up calling put_paragraph (for long lines),
be sure to set global, `other_indent', before it is used there.

(set_other_indent): New function, factored out of...
(get_paragraph): ... here.  Call it.
(get_line): Call set_other_indent before calling flush_paragraph,
which calls fmt_paragraph, which in turn calls put_paragraph,
which uses other_indent.
</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:06:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-02T09:06:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5a731510b2f53cff57266fcd006e61e8743e86df'/>
<id>urn:sha1:5a731510b2f53cff57266fcd006e61e8743e86df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reflect renaming to, and new usage of these macros:</title>
<updated>2001-12-01T17:41:25Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-12-01T17:41:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3a0a028c8c549e1aa38b7c39d371c696dc3d6a07'/>
<id>urn:sha1:3a0a028c8c549e1aa38b7c39d371c696dc3d6a07</id>
<content type='text'>
HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION.
</content>
</entry>
<entry>
<title>(usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTION</title>
<updated>2001-12-01T17:21:56Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-12-01T17:21:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=afa12bc91246072ba505a8a1d57eba1486f33ee2'/>
<id>urn:sha1:afa12bc91246072ba505a8a1d57eba1486f33ee2</id>
<content type='text'>
instead of hard-coding --help and --version descriptions.
</content>
</entry>
<entry>
<title>Factor out some common strings to make translation easier.</title>
<updated>2001-11-23T19:58:23Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-11-23T19:58:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=909dc8c01d31c23ffe4e89f4ec68850b5d401662'/>
<id>urn:sha1:909dc8c01d31c23ffe4e89f4ec68850b5d401662</id>
<content type='text'>
Split usage strings so that --help and --version descriptions are alone
in their own string.
Likewise for the one that says:
  Mandatory arguments to long options are mandatory for short options too.
</content>
</entry>
<entry>
<title>Remove `unsigned' attribute from type of global `prefix'.</title>
<updated>2001-11-17T12:21:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-11-17T12:21:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=940fd633a295b4b9a864082af8f2799bc277aeb7'/>
<id>urn:sha1:940fd633a295b4b9a864082af8f2799bc277aeb7</id>
<content type='text'>
(copy_rest): Cast to (unsigned char *) before dereferencing.
(get_prefix): Likewise.
</content>
</entry>
<entry>
<title>(usage): Split --help output into smaller pieces.</title>
<updated>2001-11-11T16:04:43Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-11-11T16:04:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=86bb48200746f2a08b2c248bd82f6f8af16ece4b'/>
<id>urn:sha1:86bb48200746f2a08b2c248bd82f6f8af16ece4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The command `echo a|./fmt -2147483647' would cause fmt to segfault.</title>
<updated>2001-09-12T09:07:35Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-09-12T09:07:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=63a52bbb4c435e66c34d254e591dfc9aae195a47'/>
<id>urn:sha1:63a52bbb4c435e66c34d254e591dfc9aae195a47</id>
<content type='text'>
(fmt_paragraph): Test for sentinal directly, rather than
doing arithmetic with it's potentially large (INT_MAX) length.
</content>
</entry>
</feed>
