<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/localedef/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.bin/localedef/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>ecebb3cc - Only set WARNS if not defined</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/localedef/Makefile#ecebb3cc</link>
        <description>Only set WARNS if not definedThis would allow interested parties to do experimental runs with anenvironment set appropriately to raise all the warnings throughout thebuild; e.g. env WARNS=6 NO_WERROR=yes buildworld.Not currently touching the numerous instances in ^/tools.MFC after:	1 week

            List of files:
            /freebsd-14.2/usr.bin/localedef/Makefile</description>
        <pubDate>Fri, 11 Sep 2020 13:28:37 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>00c61a3b - Allow bootstrapping localdef on non-FreeBSD systems</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/localedef/Makefile#00c61a3b</link>
        <description>Allow bootstrapping localdef on non-FreeBSD systemsThe current localedef simply assumes that the locale headers on build systemare compatible with those on the target system which is not necessarily true.It generally works on FreeBSD (as long as we don&apos;t change the locale headers),but Linux and macOS provide completely different locale headers.This change adds new bootstrap headers that namespace certain xlocalestructures defined or used by in the headers that localdef needs.This is required since system headers *must* be able to include the &quot;real&quot;locale headers for printf(), etc., but we also want to access the targetsystems&apos;s internal locale structures.Reviewed By: yuripv, brooksDifferential Revision: https://reviews.freebsd.org/D25229

            List of files:
            /freebsd-14.2/usr.bin/localedef/Makefile</description>
        <pubDate>Wed, 15 Jul 2020 12:07:59 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35f04fb - Adopt SRCTOP in usr.bin</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/localedef/Makefile#a35f04fb</link>
        <description>Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision:	https://reviews.freebsd.org/D9932Sponsored by:		NetflixSilence on:		arch@ (twice)

            List of files:
            /freebsd-14.2/usr.bin/localedef/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 18:58:44 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c5aac62a - lower again the warnings and remove the pragmas unsupported by gcc 4.2.1</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/localedef/Makefile#c5aac62a</link>
        <description>lower again the warnings and remove the pragmas unsupported by gcc 4.2.1

            List of files:
            /freebsd-14.2/usr.bin/localedef/Makefile</description>
        <pubDate>Sun, 08 Nov 2015 22:23:21 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>29660f86 - Bump warning level</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/localedef/Makefile#29660f86</link>
        <description>Bump warning level

            List of files:
            /freebsd-14.2/usr.bin/localedef/Makefile</description>
        <pubDate>Sat, 07 Nov 2015 20:31:23 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3a444dbd - Convert localedef(1) from avl to RB trees</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/localedef/Makefile#3a444dbd</link>
        <description>Convert localedef(1) from avl to RB trees

            List of files:
            /freebsd-14.2/usr.bin/localedef/Makefile</description>
        <pubDate>Sat, 08 Aug 2015 22:57:17 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>057ca2d4 - Add localedef(1), a locale definition generator tool</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/localedef/Makefile#057ca2d4</link>
        <description>Add localedef(1), a locale definition generator toolThe localedef tool can read entire (and unmodified) CLDR posix definitionfiles, and generate all 6 LC categories: LC_COLLATE, LC_CTYPE, LC_TIME,LC_NUMERIC, LC_MONETARY and LC_MESSAGES.This tool has a long history with Solaris.  The Nexenta developersmodified it to read CLDR files and created the much richer collationformats.  The libc collation functions have to be modified to read thenew format (called &quot;BSD-1.0&quot;) and to handle the new data structures.The result will be that locale-sensitive tools and functions will nowproperly sort multibyte and unicode strings.Obtained from:	Dragonfly

            List of files:
            /freebsd-14.2/usr.bin/localedef/Makefile</description>
        <pubDate>Fri, 07 Aug 2015 23:53:31 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
