<?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/lib/libc/tests/iconv/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/lib/libc/tests/iconv/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>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/iconv/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/libc/tests/iconv/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>90ec6a30353aa7caaf995ea50e2e23aa5a099600 - lib/libc/tests/iconv: raise WARNS to 6</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/iconv/Makefile#90ec6a30353aa7caaf995ea50e2e23aa5a099600</link>
        <description>lib/libc/tests/iconv: raise WARNS to 6MFC after:	2 weeks

            List of files:
            /freebsd/lib/libc/tests/iconv/Makefile</description>
        <pubDate>Thu, 24 Sep 2020 23:42:44 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b08fc26cbdd00df6852e71e1be58fa9cc92019f0 - Increase WARNS for iconv tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/iconv/Makefile#b08fc26cbdd00df6852e71e1be58fa9cc92019f0</link>
        <description>Increase WARNS for iconv testsATF tests have a default WARNS of 0, unlike other usermode programs.Reviewed by:	ngieMFC after:	3 weeksSponsored by:	Spectra Logic CorporationDifferential Revision:	https://reviews.freebsd.org/D9933

            List of files:
            /freebsd/lib/libc/tests/iconv/Makefile</description>
        <pubDate>Sat, 11 Mar 2017 01:02:05 +0100</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8c4282b370bd66908b45b6a223226a9fc2b69d57 - Merge ^/head r305892 through r306302.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/iconv/Makefile#8c4282b370bd66908b45b6a223226a9fc2b69d57</link>
        <description>Merge ^/head r305892 through r306302.

            List of files:
            /freebsd/lib/libc/tests/iconv/Makefile</description>
        <pubDate>Sat, 24 Sep 2016 22:58:59 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>87d5d10d7d7af72e5529b1cd684f8da41664183b - Don&apos;t define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo}</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/iconv/Makefile#87d5d10d7d7af72e5529b1cd684f8da41664183b</link>
        <description>Don&apos;t define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo}needlesslyThis is already being done by bsd.test.mkThe other subdirectory Makefiles were intentionally left aloneMFC after:	1 weekSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/lib/libc/tests/iconv/Makefile</description>
        <pubDate>Sun, 18 Sep 2016 07:12:23 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>079171874c9bf263b69e3af10784ad2bcd1fe699 - iconvctl(3): remove superfluous NULL pointer tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/iconv/Makefile#079171874c9bf263b69e3af10784ad2bcd1fe699</link>
        <description>iconvctl(3): remove superfluous NULL pointer testsconvname and dst are guaranteed to be non-NULL by iconv_open(3).src is an array. Remove these tests for NULL pointers.While I&apos;m here, eliminate a strlcpy with a correct but suspicious-lookingcalculation for the third parameter (i.e. not a simple sizeof).Compare the strings in-place instead of copying.Found by:	bdreweryFound by:	CoverityCID:		1130050, 1130056MFC after:	3 daysSponsored by:	Dell Inc.Differential Revision:	 https://reviews.freebsd.org/D6338

            List of files:
            /freebsd/lib/libc/tests/iconv/Makefile</description>
        <pubDate>Sat, 14 May 2016 02:35:35 +0200</pubDate>
        <dc:creator>Eric van Gyzen &lt;vangyzen@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
