<?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>832d47522ae32d4fa46b33101d352a7e96407cbc - introduce new GCC 12 warning disables and use them in a few places</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/string/Makefile#832d47522ae32d4fa46b33101d352a7e96407cbc</link>
        <description>introduce new GCC 12 warning disables and use them in a few placesthis introduces 4 new warning disable flags:   CC_WNO_MISSING_TEMPLATE_KEYWORD   CC_WNO_REGISTER   CC_WNO_STRINGOP_OVERREAD   CC_WNO_ARRAY_BOUNDSand documents them in README.warnings.  of these, the string opand array bounds are both problematic (real bugs) and also spurious(not real bugs), and the other 2 are mostly temporary for older3rd party code.add some new uses of CC_WNO_STRINGOP_OVERFLOW.fix m68k build for gallium and GCC 12.

            List of files:
            /netbsd-src/tests/lib/libc/string/Makefile</description>
        <pubDate>Tue, 08 Aug 2023 06:27:31 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/string/Makefile#c4b7a9e7940c62d92a81ee31e05e281e6035fadc</link>
        <description>bsd.own.mk: rename GCC_NO_* to CC_WNO_*Rename compiler-warning-disable variables from	GCC_NO_warningto	CC_WNO_warningwhere warning is the full warning name as used by the compiler.GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGHUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/tests/lib/libc/string/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 09:09:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e20f737644f47900246981f10cc4584e92e67bc3 - PR/57205: Dag-Erling Sm&#248;rgrav: Add tests strchrnul(3), fix strchr pasto</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/string/Makefile#e20f737644f47900246981f10cc4584e92e67bc3</link>
        <description>PR/57205: Dag-Erling Sm&#248;rgrav: Add tests strchrnul(3), fix strchr pastofrom strlen.

            List of files:
            /netbsd-src/tests/lib/libc/string/Makefile</description>
        <pubDate>Mon, 30 Jan 2023 19:49:49 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58c590cd7c9efb4c7fb25eb7dd3b9f2bc6e0d9ee - disable string op warnings for t_strcat</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/string/Makefile#58c590cd7c9efb4c7fb25eb7dd3b9f2bc6e0d9ee</link>
        <description>disable string op warnings for t_strcatnow this builds on macppc with gcc 8.3from riastradh@

            List of files:
            /netbsd-src/tests/lib/libc/string/Makefile</description>
        <pubDate>Thu, 19 Dec 2019 19:19:28 +0000</pubDate>
        <dc:creator>macallan &lt;macallan@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e431be0588d27a51af5c1ba752969f13ac3aa2c - simple memmem test to show buffer overrun.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/string/Makefile#7e431be0588d27a51af5c1ba752969f13ac3aa2c</link>
        <description>simple memmem test to show buffer overrun.

            List of files:
            /netbsd-src/tests/lib/libc/string/Makefile</description>
        <pubDate>Mon, 15 Oct 2018 17:55:28 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4e3374a73f3ea6975a031336e9da2c2d206abc97 - Add simple expect-fail test case for strcoll(3)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/string/Makefile#4e3374a73f3ea6975a031336e9da2c2d206abc97</link>
        <description>Add simple expect-fail test case for strcoll(3)

            List of files:
            /netbsd-src/tests/lib/libc/string/Makefile</description>
        <pubDate>Fri, 26 May 2017 01:24:19 +0000</pubDate>
        <dc:creator>perseant &lt;perseant@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>509eb314f776bc20bdc639180562df980d6c8292 - Add bm(3) tests</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/string/Makefile#509eb314f776bc20bdc639180562df980d6c8292</link>
        <description>Add bm(3) tests

            List of files:
            /netbsd-src/tests/lib/libc/string/Makefile</description>
        <pubDate>Mon, 23 Jun 2014 10:53:20 +0000</pubDate>
        <dc:creator>shm &lt;shm@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9cf8fb38acdc6689220209523a2daa0f6bf3b658 - Add test cases for strcspn, strpbrk, strspn, wcscspn, wcspbrk and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/string/Makefile#9cf8fb38acdc6689220209523a2daa0f6bf3b658</link>
        <description>Add test cases for strcspn, strpbrk, strspn, wcscspn, wcspbrk andwcsspn.

            List of files:
            /netbsd-src/tests/lib/libc/string/Makefile</description>
        <pubDate>Mon, 21 Nov 2011 23:50:44 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>54bb10746c4fb0dfb3bc10047511fe5a62c414f4 - Split out the string tests from t_string.c for consistency.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/string/Makefile#54bb10746c4fb0dfb3bc10047511fe5a62c414f4</link>
        <description>Split out the string tests from t_string.c for consistency.

            List of files:
            /netbsd-src/tests/lib/libc/string/Makefile</description>
        <pubDate>Thu, 07 Jul 2011 08:59:30 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0df0be27b8b2315449c9d976e7514e3e79256387 - Add some fundamental checks for memset(3). Prompted by a recent nasty</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/string/Makefile#0df0be27b8b2315449c9d976e7514e3e79256387</link>
        <description>Add some fundamental checks for memset(3). Prompted by a recent nastybug in the Google Android libc.

            List of files:
            /netbsd-src/tests/lib/libc/string/Makefile</description>
        <pubDate>Fri, 03 Jun 2011 06:39:52 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>48b4c06005e5ab0135e634efe05532fbed94f017 - Few basic tests for strerror(3).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/string/Makefile#48b4c06005e5ab0135e634efe05532fbed94f017</link>
        <description>Few basic tests for strerror(3).

            List of files:
            /netbsd-src/tests/lib/libc/string/Makefile</description>
        <pubDate>Mon, 09 May 2011 06:04:14 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ca5a7db69953187a058e569ea6dbe54e3b8ebf7 - Migrate the last of the libc/string/ tests from regress to atf, and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/string/Makefile#3ca5a7db69953187a058e569ea6dbe54e3b8ebf7</link>
        <description>Migrate the last of the libc/string/ tests from regress to atf, andre-enable building of t_popcount

            List of files:
            /netbsd-src/tests/lib/libc/string/Makefile</description>
        <pubDate>Sun, 26 Dec 2010 13:35:54 +0000</pubDate>
        <dc:creator>pgoyette &lt;pgoyette@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f03970fd11ee1c6b81e3b276470da4e4975470b2 - Migrate J.T.Conklin&apos;s public-domain str* tests from regress to atf.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/string/Makefile#f03970fd11ee1c6b81e3b276470da4e4975470b2</link>
        <description>Migrate J.T.Conklin&apos;s public-domain str* tests from regress to atf.While here, do some clean-up and knf.

            List of files:
            /netbsd-src/tests/lib/libc/string/Makefile</description>
        <pubDate>Sat, 25 Dec 2010 21:10:24 +0000</pubDate>
        <dc:creator>pgoyette &lt;pgoyette@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>163086bd7ae64453a71dbf7a251902273c4edbdd - Disable population count test for now, please re-enable once</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/string/Makefile#163086bd7ae64453a71dbf7a251902273c4edbdd</link>
        <description>Disable population count test for now, please re-enable oncePR toolchain/42885 is fixed

            List of files:
            /netbsd-src/tests/lib/libc/string/Makefile</description>
        <pubDate>Fri, 26 Feb 2010 09:35:08 +0000</pubDate>
        <dc:creator>martin &lt;martin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>974b291a6c57a9fc1f7edf13749cfc1bc0823d00 - Add popcount(3) and the long and long long version. Name is inspired by</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/string/Makefile#974b291a6c57a9fc1f7edf13749cfc1bc0823d00</link>
        <description>Add popcount(3) and the long and long long version. Name is inspired bygnulib, the implementation goes back to the AMD Software Optimizerguide. A number of platforms will want to replace the C version withassembler code using native instructions.

            List of files:
            /netbsd-src/tests/lib/libc/string/Makefile</description>
        <pubDate>Tue, 21 Jul 2009 13:18:43 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
