<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/sort.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>(main): Also declare `i' to be unsigned, not int.</title>
<updated>2002-11-10T10:23:41Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-11-10T10:23:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=20282f499287003e4d435d181b65e799ac8bdd25'/>
<id>urn:sha1:20282f499287003e4d435d181b65e799ac8bdd25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(sighandler): Use raise, rather than kill+getpid.</title>
<updated>2002-11-10T09:56:19Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-11-10T09:56:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a040c8e428d09ccb1f5f831ab4e2a7ff261abf6e'/>
<id>urn:sha1:a040c8e428d09ccb1f5f831ab4e2a7ff261abf6e</id>
<content type='text'>
(main): Declare `nsigs' to be unsigned, not int.
</content>
</entry>
<entry>
<title>(checkfp): Use primitives from inttostr.h, not human.h,</title>
<updated>2002-11-05T20:34:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-11-05T20:34:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c7a6c9af8b39972a2bf662f777adbc7e11c845a8'/>
<id>urn:sha1:c7a6c9af8b39972a2bf662f777adbc7e11c845a8</id>
<content type='text'>
to print large numbers simply.
</content>
</entry>
<entry>
<title>(begfield, limfield): Don't advance the write pointer past the</title>
<updated>2002-10-08T06:19:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-10-08T06:19:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7a58f340c1dc95abdc8a6b3f24b2546e9316514a'/>
<id>urn:sha1:7a58f340c1dc95abdc8a6b3f24b2546e9316514a</id>
<content type='text'>
end of the write buffer.
</content>
</entry>
<entry>
<title>(begfield, limfield): Rearrange comparisons to avoid compiler warnings.</title>
<updated>2002-09-28T16:32:23Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-28T16:32:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=16b4b4f86171fc78f894f4e4dbbe1e70914c533a'/>
<id>urn:sha1:16b4b4f86171fc78f894f4e4dbbe1e70914c533a</id>
<content type='text'>
(fillbuf, keycompare): Cast literal `-1' to size_t in comparisons,
to avoid compiler warnings.
</content>
</entry>
<entry>
<title>Guard inclusion of &lt;langinfo.h&gt; with</title>
<updated>2002-08-08T16:36:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-08-08T16:36:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4cb69e11ad2309b0cc1b451f26a3c4902dcf53f9'/>
<id>urn:sha1:4cb69e11ad2309b0cc1b451f26a3c4902dcf53f9</id>
<content type='text'>
`#if HAVE_LANGINFO_CODESET', not `#if HAVE_LANGINFO_H'.
</content>
</entry>
<entry>
<title>Adjust command examples in comments to use POSIX 1003.1-2001 option syntax.</title>
<updated>2002-07-29T08:40:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-29T08:40:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c8729cad9897ebb46ac2407793eda67316792f66'/>
<id>urn:sha1:c8729cad9897ebb46ac2407793eda67316792f66</id>
<content type='text'>
From Paul Eggert.
</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>(keycompare, compare): Replace #ifdef ENABLE_NLS with if (HAVE_SETLOCALE).</title>
<updated>2002-04-30T09:29:45Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-04-30T09:29:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0c4c74218919c3d36a4ea58c5d06a1014879d644'/>
<id>urn:sha1:0c4c74218919c3d36a4ea58c5d06a1014879d644</id>
<content type='text'>
(hard_LC_COLLATE): Define even if ! ENABLE_NLS.
(main): Always initialize hard_LC_COLLATE.
Put initialization next to other locale-related stuff.

Include &lt;langinfo.h&gt; even if ! ENABLE_NLS.
(decimal_point, th_sep): Depend on HAVE_SETLOCALE, not ENABLE_NLS.
(main): Likewise.
(MONTHTAB_CONST): Remove; all uses removed.
(struct_month_cmp, inittables): Do not depend on ENABLE_NLS.
(main): hard_LC_TIME locale does not depend on ENABLE_NLS.
</content>
</entry>
</feed>
