<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/factor.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-11-05T20:17:28Z</updated>
<entry>
<title>(print_factors):</title>
<updated>2002-11-05T20:17:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-11-05T20:17:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3f2cc46da4afe2fac5aecd2009c8fa26e28d36e0'/>
<id>urn:sha1:3f2cc46da4afe2fac5aecd2009c8fa26e28d36e0</id>
<content type='text'>
Use primitives from inttostr.h, not human.h, to print large numbers simply.
</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>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 wheel-size.h.</title>
<updated>2001-04-24T07:16:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-04-24T07:16:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d2e9866f3c1fa0fe9ecb8c2b71abfed202f17f5e'/>
<id>urn:sha1:d2e9866f3c1fa0fe9ecb8c2b71abfed202f17f5e</id>
<content type='text'>
(WHEEL_START): Adjust definition.
(wheel_tab[]): Remove body of definition.
Include generated file, wheel.h, instead.
</content>
</entry>
<entry>
<title>(usage): Tweak --help output: it prints the _prime_</title>
<updated>2001-02-04T16:28:41Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-02-04T16:28:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e7b9e3e7c160530aec2b6dbec294bdb8ba4396f4'/>
<id>urn:sha1:e7b9e3e7c160530aec2b6dbec294bdb8ba4396f4</id>
<content type='text'>
factors, not just any factors.
</content>
</entry>
<entry>
<title>Improve the performance of `factor' (more than 2x speed-up for large N).</title>
<updated>2001-02-03T13:37:37Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-02-03T13:37:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=52377e246dd8f2c0fb902937c7c05db16b240700'/>
<id>urn:sha1:52377e246dd8f2c0fb902937c7c05db16b240700</id>
<content type='text'>
(wheel_tab): New global table.
(WHEEL_START, WHEEL_END): Define.
(factor): Remove the loop that special-cased `2'.
Instead of incrementing by `2', use the offsets from the wheel table.
From Michael Steffens.
</content>
</entry>
<entry>
<title>update copyright date</title>
<updated>2000-07-09T07:11:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-07-09T07:11:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6d16d92a024c2534d787d8ce543fcb06747ebf26'/>
<id>urn:sha1:6d16d92a024c2534d787d8ce543fcb06747ebf26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include "closeout.h".</title>
<updated>2000-05-07T14:52:54Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-05-07T14:52:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=21f7f8fb60ff3a69eb3095e7700b1890d080e8c9'/>
<id>urn:sha1:21f7f8fb60ff3a69eb3095e7700b1890d080e8c9</id>
<content type='text'>
(main): Call atexit with close_stdout.
</content>
</entry>
</feed>
