<?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>acb47064 - lib/libc/tests/string: add memrchr unit tests</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#acb47064</link>
        <description>lib/libc/tests/string: add memrchr unit testsThe &quot;values&quot; test case is specifically crafted to detect the off-by-oneerror previous discovered in the scalar strchrnul implementation.Tested by:	developers@, exp-runApproved by:	mjgMFC after:	1 monthMFC to:		stable/14PR:		275785Differential Revision:	https://reviews.freebsd.org/D42925(cherry picked from commit 691ff1832e09a6ccbc8f5b04c88cafc7452b3ce6)

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Wed, 06 Dec 2023 09:11:40 +0000</pubDate>
        <dc:creator>Robert Clausecker &lt;fuz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de2d155d - lib/libc/tests/string: add unit tests for memccpy()</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#de2d155d</link>
        <description>lib/libc/tests/string: add unit tests for memccpy()Adapted from the strlcpy() unit tests.Tested by:	developers@, exp-runApproved by:	mjgMFC after:	1 monthMFC to:		stable/14PR:		275785(cherry picked from commit e4b7b0bcbc741f0998640c2ba55ec00ba613bb75)

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Sun, 03 Dec 2023 11:42:17 +0000</pubDate>
        <dc:creator>Robert Clausecker &lt;fuz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f5d63ae2 - lib/libc/tests/string: add unit test for strlcpy</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#f5d63ae2</link>
        <description>lib/libc/tests/string: add unit test for strlcpyA straightforward derivation from the stpncpy unit test.Sponsored by:	The FreeBSD FoundationTested by:	developers@, exp-runApproved by:	mjgMFC after:	1 monthMFC to:		stable/14PR:		275785Differential Revision:	https://reviews.freebsd.org/D42863(cherry picked from commit f7098b8659923873a7c60b64cb68182e470786f9)

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Thu, 09 Nov 2023 18:08:23 +0000</pubDate>
        <dc:creator>Robert Clausecker &lt;fuz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>098997c5 - lib/libc/tests/string: add unit tests for strncmp(3)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#098997c5</link>
        <description>lib/libc/tests/string: add unit tests for strncmp(3)These are patterned after the previously added (D41970)strcmp tests, but are extended to check for various lengthconditions.Sponsored by:	The FreeBSD FoundationTested by:	developers@, exp-runApproved by:	mjgMFC after:	1 monthMFC to:		stable/14PR:		275785Differential Revision:	https://reviews.freebsd.org/D42122(cherry picked from commit 459ddefcc9dcc010f6f7445285e61e2b6780379c)

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Thu, 28 Sep 2023 20:40:20 +0000</pubDate>
        <dc:creator>Robert Clausecker &lt;fuz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c91cfb7f - lib/libc/tests/string: expand memcmp test to bcmp, timingsafe_{b,mem}cmp</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#c91cfb7f</link>
        <description>lib/libc/tests/string: expand memcmp test to bcmp, timingsafe_{b,mem}cmpThe four functions more or less perform the same operation.Reuse the same unit test with slight changes so we can coverthem all.  Constant-time operation is not verified for thetimingsafe_* functions.Sponsored by:	The FreeBSD FoundationApproved by:	ngieMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D41528(cherry picked from commit c6cc06d465a98270ef734ffec7c9012ec3a1bd17)

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Wed, 30 Aug 2023 15:30:24 +0000</pubDate>
        <dc:creator>Robert Clausecker &lt;fuz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c35334b0 - lib/libc/tests/string: add extended unit tests for strcmp()</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#c35334b0</link>
        <description>lib/libc/tests/string: add extended unit tests for strcmp()This changeset add a new set of tests that comprehensively test strcmp() onvarious alignments of the input. This made it easy to smoke out manyexciting new bugs in the new SSE strcmp() implementation from D41971.MFC after:	1 weekReviewed by:	ngieSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D41970(cherry picked from commit b49596de2622a51e5673ba2c0b3718cd88a2aa41)

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Fri, 22 Sep 2023 20:42:00 +0000</pubDate>
        <dc:creator>Robert Clausecker &lt;fuz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>73883def - lib/libc/tests/string: derive strspn(3) tests from strcspn(3) tests</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#73883def</link>
        <description>lib/libc/tests/string: derive strspn(3) tests from strcspn(3) testsTo cover the new optimised amd64 strspn(3) SIMD implementation, extendthe previously written strcspn(3) unit test to also cover strspn(3).Sponsored by:	The FreeBSD FoundationApproved by:	mjgMFC after:	1 weekMFC to:		stable/14Differential Revision:	https://reviews.freebsd.org/D41567(cherry picked from commit 468adddd75f6461fcdd2151122d85879ec592a5b)

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Mon, 21 Aug 2023 15:30:23 +0000</pubDate>
        <dc:creator>Robert Clausecker &lt;fuz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>08eab361 - lib/libc/tests/string: add unit tests for strcspn(3)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#08eab361</link>
        <description>lib/libc/tests/string: add unit tests for strcspn(3)We currently use the NetBSD test suite to cover strcspn(3).  It onlycontains a very rudimentary test of this function.  This all new setof unit tests for the FreeBSD test suite should cover many more edgecases relating to alignment issues.Sponsored by:	The FreeBSD FoundationApproved by:	mjgMFC after:	1 weekMFC to:		stable/14Differential Revision: https://reviews.freebsd.org/D41557(cherry picked from commit 35a5359406fe779186d1fd7131c95927fefe20be)

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Sun, 20 Aug 2023 22:48:41 +0000</pubDate>
        <dc:creator>Robert Clausecker &lt;fuz@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/lib/libc/tests/string/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/libc/tests/string/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>49390697 - lib/libc/tests/string: add unit tests for ffs, ffsl, ffsll, fls, flsl, and flsll</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#49390697</link>
        <description>lib/libc/tests/string: add unit tests for ffs, ffsl, ffsll, fls, flsl, and flsllAlso supply CFLAGS+=-fno-builtin to ensure our unit testsactually test libc functions and not clang&apos;s builtins.Sponsored by:	FreeBSD FoundationApproved by:	kevansMFC after:	1 weekDifferential Revision: https://reviews.freebsd.org/D40729

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Fri, 23 Jun 2023 17:26:44 +0000</pubDate>
        <dc:creator>Robert Clausecker &lt;fuz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>606d0e4a - libc: Add tests for strchrnul(3).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#606d0e4a</link>
        <description>libc: Add tests for strchrnul(3).MFC after:	1 weekSponsored by:	Klara, Inc.Reviewed by:	allanjudeDifferential Revision:	https://reviews.freebsd.org/D38286

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Wed, 01 Feb 2023 20:06:20 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>05c9a015 - libc: Add strverscmp(3) and versionsort(3)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#05c9a015</link>
        <description>libc: Add strverscmp(3) and versionsort(3)Add a strverscmp(3) function to libc, a GNU extension I implemented byreading its glibc manual page. It orders strings following a much morenatural ordering (e.g. &quot;ent1 &lt; ent2 &lt; ent10&quot; as opposed to&quot;ent1 &lt; ent10 &lt; ent2&quot; with strcmp(3)&apos;s lexicographic ordering).Also add versionsort(3) for use as scandir(3)&apos;s compar argument.Update manual page for scandir(3) and add one for strverscmp(3).Reviewed by:	pstef, gbe, kibMFC after:	1 weekDifferential Revision: https://reviews.freebsd.org/D35807

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Wed, 24 Aug 2022 23:20:13 +0000</pubDate>
        <dc:creator>Aymeric Wibo &lt;obiwac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9851b340 - Implement the memset_s(3) function as specified by the C11 ISO/IEC</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#9851b340</link>
        <description>Implement the memset_s(3) function as specified by the C11 ISO/IEC9899:2011 Appendix K 3.7.4.1.Other needed supporting types, defines and constraint_handlerinfrastructure is added as specified in the C11 spec.Submitted by:	Tom Rix &lt;trix@juniper.net&gt;Sponsored by:	Juniper NetworksDiscussed with:	edMFC after:	3 weeksDifferential revision:	https://reviews.freebsd.org/D9903Differential revision:	https://reviews.freebsd.org/D10161

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Thu, 30 Mar 2017 04:57:26 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>73a33477 - Add a regression test to make sure the Russian collation is actually working</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#73a33477</link>
        <description>Add a regression test to make sure the Russian collation is actually workingwhen importing collation support from Dragonfly/Illumos amdmi3@ tested thecollation branch and reported an issue with Russian collation. John Marino fixedthe issue in Dragonfly and I merged it back to FreeBSD.Now that Illumos is working on merging our fixes they (Lauri Tirkkonen) foundissues with the commit that fixes the russian collation in UTF-8 that resultedin a crash with strxfrm(3) and the ISO-8859-5 locale (fixed in FreeBSD r302916).This small test was written to ensure we do not bring back the old issue withrussian collation while fixing the other issue.

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Fri, 15 Jul 2016 23:43:23 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>01f8ac1b - Add a regression test about the crash with strxfrm and ISO8859-5 locales</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#01f8ac1b</link>
        <description>Add a regression test about the crash with strxfrm and ISO8859-5 locales

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Fri, 15 Jul 2016 23:24:00 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>430f7286 - Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#430f7286</link>
        <description>Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedafter r298107Summary of changes:- Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that  namespacing is kept with FILES appropriately, and that this shouldn&apos;t need  to be repeated if the namespace changes -- only the definition of PACKAGE  needs to be changed- Allow PACKAGE to be overridden by callers instead of forcing it to always be  `tests`. In the event we get to the point where things can be split up  enough in the base system, it would make more sense to group the tests  with the blocks they&apos;re a part of, e.g. byacc with byacc-tests, etc- Remove PACKAGE definitions where possible, i.e. where FILES wasn&apos;t used  previously.- Remove unnecessary TESTSPACKAGE definitions; this has been elided into  bsd.tests.mk- Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES;  ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk.- Fix installation of files under data/ subdirectories in lib/libc/tests/hash  and lib/libc/tests/net/getaddrinfo- Remove unnecessary .include &lt;bsd.own.mk&gt;s (some opportunistic cleanup)Document the proposed changes in share/examples/tests/tests/... via examplesso it&apos;s clear that ${PACKAGES}FILES is the suggested way forward in terms ofreplacing FILES. share/mk/bsd.README didn&apos;t seem like the appropriate methodof communicating that info.MFC after: never probablyX-MFC with: r298107PR: 209114Relnotes: yesTested with: buildworld, installworld, checkworld; buildworld, packageworldSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Wed, 04 May 2016 23:20:53 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee3147b5 - libc: Add some tests for memcmp().</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#ee3147b5</link>
        <description>libc: Add some tests for memcmp().

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Sun, 06 Mar 2016 18:41:48 +0000</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43faedc1 - First pass to fix the &apos;tests&apos; packages.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#43faedc1</link>
        <description>First pass to fix the &apos;tests&apos; packages.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Tue, 02 Feb 2016 22:26:49 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eacae6dc - Fix LDADD/DPADD that should be LIBADD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#eacae6dc</link>
        <description>Fix LDADD/DPADD that should be LIBADD.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Fri, 04 Dec 2015 03:17:47 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>347267dc - Integrate tools/regression/lib/libc/string into the FreeBSD test suite</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libc/tests/string/Makefile#347267dc</link>
        <description>Integrate tools/regression/lib/libc/string into the FreeBSD test suiteas lib/libc/tests/stringMFC after: 1 weekSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/libc/tests/string/Makefile</description>
        <pubDate>Sun, 08 Nov 2015 07:53:31 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
