<?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>d5c41e0169a93abc694b26326b50bab2dccef3a6 - error: disable lint&apos;s strict bool mode when building with Clang</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/error/Makefile#d5c41e0169a93abc694b26326b50bab2dccef3a6</link>
        <description>error: disable lint&apos;s strict bool mode when building with ClangThe Clang preprocessor does not mark sections from system headers.Lint&apos;s strict bool mode relies on these markers to allow the functionsfrom &lt;ctype.h&gt; to be used as &apos;bool&apos;, even though their declared returntype is &apos;int&apos;. Without these markers, lint complains that the &quot;rightoperand of &apos;&amp;&amp;&apos; must be bool, not &apos;int&apos;&quot;. Until this is fixed in lint,disable strict bool mode.

            List of files:
            /netbsd-src/usr.bin/error/Makefile</description>
        <pubDate>Fri, 10 May 2024 09:27:27 +0000</pubDate>
        <dc:creator>rillig &lt;rillig@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>382be5b5291410b03efcabe4211a7dd333a860d7 - error: enable lint&apos;s strict bool mode</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/error/Makefile#382be5b5291410b03efcabe4211a7dd333a860d7</link>
        <description>error: enable lint&apos;s strict bool modeThis cleans up the inconsistencies between &apos;int&apos;, &apos;boolean&apos; and &apos;bool&apos;.

            List of files:
            /netbsd-src/usr.bin/error/Makefile</description>
        <pubDate>Sat, 26 Aug 2023 14:50:53 +0000</pubDate>
        <dc:creator>rillig &lt;rillig@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fedbe6cb2acb0ffd3f4002bb02c81801b72ad8a2 - error: fix lint warnings</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/error/Makefile#fedbe6cb2acb0ffd3f4002bb02c81801b72ad8a2</link>
        <description>error: fix lint warnings

            List of files:
            /netbsd-src/usr.bin/error/Makefile</description>
        <pubDate>Sat, 26 Aug 2023 11:38:14 +0000</pubDate>
        <dc:creator>rillig &lt;rillig@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>69c3e9d213d9fc2271d0e95c98834784486b3fea - Pass WARNS=4, not without some gross preprocessor hackery.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/error/Makefile#69c3e9d213d9fc2271d0e95c98834784486b3fea</link>
        <description>Pass WARNS=4, not without some gross preprocessor hackery.XXX: does this program actually do anything useful these days?

            List of files:
            /netbsd-src/usr.bin/error/Makefile</description>
        <pubDate>Thu, 13 Aug 2009 06:59:37 +0000</pubDate>
        <dc:creator>dholland &lt;dholland@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d59a3fee126407867e2f9f313594e28d9d18807 - pass -Wshadow</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/error/Makefile#7d59a3fee126407867e2f9f313594e28d9d18807</link>
        <description>pass -Wshadow

            List of files:
            /netbsd-src/usr.bin/error/Makefile</description>
        <pubDate>Thu, 13 Aug 2009 04:09:53 +0000</pubDate>
        <dc:creator>dholland &lt;dholland@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c1ceae17f0d6ad69167715e05c1487f89f8571bc - Enable WARNS=4 by default for usr.bin, except for:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/error/Makefile#c1ceae17f0d6ad69167715e05c1487f89f8571bc</link>
        <description>Enable WARNS=4 by default for usr.bin, except for:	awk  bdes  checknr  compile_et  error  gss  hxtool  kgetcred  kinit	klist  ldd  less  lex  locale  login  m4  man  menuc  mk_cmds	mklocale  msgc  openssl  rpcgen  rpcinfo  sdiff  spell  ssh	string2key  telnet  tn3270  verify_krb5_conf  xlint

            List of files:
            /netbsd-src/usr.bin/error/Makefile</description>
        <pubDate>Tue, 14 Apr 2009 22:15:16 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5d427989ff14f759dc6d7a25496ad6c627d84ecf - Convert to raise_default_signal(3).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/error/Makefile#5d427989ff14f759dc6d7a25496ad6c627d84ecf</link>
        <description>Convert to raise_default_signal(3).

            List of files:
            /netbsd-src/usr.bin/error/Makefile</description>
        <pubDate>Fri, 05 Oct 2007 07:27:41 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e263dfd62f94e84e0175a4734669bb46df0461f9 - WFORMAT is no more...</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/error/Makefile#e263dfd62f94e84e0175a4734669bb46df0461f9</link>
        <description>WFORMAT is no more...

            List of files:
            /netbsd-src/usr.bin/error/Makefile</description>
        <pubDate>Sun, 08 Oct 2006 17:52:28 +0000</pubDate>
        <dc:creator>peter &lt;peter@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>135600f947515ab4875cf9eeb52f50b228ab4bb8 - More format string cleanup by sommerfeld.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/error/Makefile#135600f947515ab4875cf9eeb52f50b228ab4bb8</link>
        <description>More format string cleanup by sommerfeld.

            List of files:
            /netbsd-src/usr.bin/error/Makefile</description>
        <pubDate>Wed, 11 Oct 2000 14:46:00 +0000</pubDate>
        <dc:creator>is &lt;is@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71bb6dda25e7dc3175caab5000e4af4200fe44de - Sync with 4.4lite2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/error/Makefile#71bb6dda25e7dc3175caab5000e4af4200fe44de</link>
        <description>Sync with 4.4lite2

            List of files:
            /netbsd-src/usr.bin/error/Makefile</description>
        <pubDate>Sat, 02 Sep 1995 05:57:23 +0000</pubDate>
        <dc:creator>jtc &lt;jtc@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>690cae8181f4da4f53d47eb94173ebc1487b84a5 - Add RCS indentifiers.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/error/Makefile#690cae8181f4da4f53d47eb94173ebc1487b84a5</link>
        <description>Add RCS indentifiers.

            List of files:
            /netbsd-src/usr.bin/error/Makefile</description>
        <pubDate>Sat, 31 Jul 1993 15:17:49 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a6cd7e84d0342bf0b8882dde778556fe13b44fca - added, from net/2 (patch 119).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/error/Makefile#a6cd7e84d0342bf0b8882dde778556fe13b44fca</link>
        <description>added, from net/2 (patch 119).

            List of files:
            /netbsd-src/usr.bin/error/Makefile</description>
        <pubDate>Fri, 09 Apr 1993 12:58:06 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
