<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/sort.c, branch v4.5.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v4.5.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v4.5.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2002-09-28T16:32:23Z</updated>
<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>
<entry>
<title>Include posixver.h.</title>
<updated>2002-02-16T07:44:20Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-02-16T07:44:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e98b44e8297bc5b50a4591e9e884084290bf6367'/>
<id>urn:sha1:e98b44e8297bc5b50a4591e9e884084290bf6367</id>
<content type='text'>
(usage): Document only the intersection of the old and new behaviors,
to encourage portability.
(short_options): Remove; no longer needed.
(COMMON_SHORT_OPTIONS): New macro.
(main): Parse options using POSIX 1003.1-2001 rules if
conforming to that standard.  Do not warn of obsolete options.
</content>
</entry>
<entry>
<title>Add more support for POSIX 1003.1-2001, which requires removal for</title>
<updated>2002-02-02T09:37:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-02-02T09:37:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5e2bb11618f177b2b114b6ad46025f1b0efd87c7'/>
<id>urn:sha1:5e2bb11618f177b2b114b6ad46025f1b0efd87c7</id>
<content type='text'>
support of obsolete "-N" option syntax in expand, head, fold,
split, tail, unexpand, uniq, and which prohibits options with
optional arguments in od and pr.

(main): Check for obsolete options.
(short_options): New constant.
</content>
</entry>
<entry>
<title>Include xmemcoll.h, not memcoll.h.</title>
<updated>2002-01-22T08:12:51Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-01-22T08:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=026c2017b1426f9a0f648ba30299db6e809073d0'/>
<id>urn:sha1:026c2017b1426f9a0f648ba30299db6e809073d0</id>
<content type='text'>
Use xmemcoll instead of memcoll.

(die): Do not invoke cleanup; atexit does this now.
(main): Use atexit to invoke cleanup on exit.
Set xmemcoll_exit_failure to SORT_FAILURE.
</content>
</entry>
<entry>
<title>(CMP_WITH_IGNORE): Don't assume that the difference</title>
<updated>2002-01-21T22:02:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-01-21T22:02:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2d1ec9382155be4b86ac09354c3b1c261613625d'/>
<id>urn:sha1:2d1ec9382155be4b86ac09354c3b1c261613625d</id>
<content type='text'>
between two size_t values can be stored in an int; this doesn't
work, for example, on 64-bit Solaris.
</content>
</entry>
<entry>
<title>Don't include "xalloc.h", as system.h already does that via sys2.h.</title>
<updated>2002-01-21T19:49:51Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-01-21T19:49:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ee6911b7453c8452716435d78875b4166bc35e85'/>
<id>urn:sha1:ee6911b7453c8452716435d78875b4166bc35e85</id>
<content type='text'>
</content>
</entry>
</feed>
