<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/tests/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/usr.bin/sort/tests/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3d44dce90a6946e2ef2ab30ffbf8e2930acf888b - sort: test against all month formats in month-sort</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/tests/Makefile#3d44dce90a6946e2ef2ab30ffbf8e2930acf888b</link>
        <description>sort: test against all month formats in month-sortThe CLDR specification [1] defines three possible month formats:- Abbreviation (e.g Jan, &#921;&#945;&#957;)- Full (e.g January, &#921;&#945;&#957;&#959;&#965;&#945;&#961;&#943;&#959;&#965;)- Standalone (e.g January, &#921;&#945;&#957;&#959;&#965;&#940;&#961;&#953;&#959;&#962;)Many languages use different case endings depending on whether the monthis referenced as a standalone word (nominative case), or in date context(genitive, partitive, etc.). sort(1)&apos;s -M option currently sorts monthsby testing input against only the abbrevation format, which isessentially a substring of the full format. While this works fine forlanguages like English, where there are no cases, for languages wherethere is a different case ending between the abbreviation/full andstandalone formats, it is not sufficient.For example, in Greek, &quot;May&quot; can take the following forms:Abbreviation: &#924;&#945;&#912; (genitive case)Full: &#924;&#945;&#912;&#959;&#965; (genitive case)Standalone: &#924;&#940;&#953;&#959;&#962; (nominative case)If we use the standalone format in Greek, sort(1) will not able to match&quot;&#924;&#945;&#912;&quot; to &quot;&#924;&#940;&#953;&#959;&#962;&quot; and the sort will fail.This change makes sort(1) test against all three formats. It also workswhen the input contains mixed formats.[1] https://cldr.unicode.org/translation/date-time/date-time-patternsReviewed by:	markjMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D42847

            List of files:
            /freebsd/usr.bin/sort/tests/Makefile</description>
        <pubDate>Fri, 01 Dec 2023 01:30:10 +0100</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/tests/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.bin/sort/tests/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>36180cd53d0e4d6bd4c5fb27c2f9ba80dbefa62c - sort(1): Add bits to allow easy checking against NetBSD tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/tests/Makefile#36180cd53d0e4d6bd4c5fb27c2f9ba80dbefa62c</link>
        <description>sort(1): Add bits to allow easy checking against NetBSD testsI&apos;m looking at sort(1) failures, for better or worse.

            List of files:
            /freebsd/usr.bin/sort/tests/Makefile</description>
        <pubDate>Wed, 20 Jun 2018 05:10:49 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
