<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>bd1739a7 - sort: test against all month formats in month-sort</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/tests/Makefile#bd1739a7</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(cherry picked from commit 3d44dce90a6946e2ef2ab30ffbf8e2930acf888b)

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

            List of files:
            /freebsd-14.2/usr.bin/sort/tests/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>36180cd5 - sort(1): Add bits to allow easy checking against NetBSD tests</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/tests/Makefile#36180cd5</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-14.2/usr.bin/sort/tests/Makefile</description>
        <pubDate>Wed, 20 Jun 2018 03:10:49 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
