<?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>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/man/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/usr.bin/man/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>de11d876419df3570c2418468613aebcebafe6ae - introduce some common variables for use in GCC warning disables:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/man/Makefile#de11d876419df3570c2418468613aebcebafe6ae</link>
        <description>introduce some common variables for use in GCC warning disables:GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)use these to turn off warnings for most GCC-8 complaints.  manyof these are false positives, most of the real bugs are alreadycommited, or are yet to come.we plan to introduce versions of (some?) of these that use the&quot;-Wno-error=&quot; form, which still displays the warnings but doesnot make it an error, and all of the above will be re-consideredas either being &quot;fix me&quot; (warning still displayed) or &quot;warningis wrong.&quot;

            List of files:
            /netbsd-src/usr.bin/man/Makefile</description>
        <pubDate>Sun, 13 Oct 2019 07:28:04 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>28b0656f7c28e205306715259d9c1c3d25395ea7 - config() in manconf.c now verifies _build (and _crunch) command</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/man/Makefile#28b0656f7c28e205306715259d9c1c3d25395ea7</link>
        <description>config() in manconf.c now verifies _build (and _crunch) commandtemplates with fmtcheck(3) so annotate the printf that uses thesecommands as safe with a __format_arg wrapper and drop-Wno-format-nonliteral.XXX: Using local wrapper for now, solving this in general would benice, but it raises namespace pollution issues.XXX^2: catman(8) also uses manconf.c and uses _build and _crunch so itcan also benefit from this (but see above).

            List of files:
            /netbsd-src/usr.bin/man/Makefile</description>
        <pubDate>Mon, 17 Feb 2014 03:10:12 +0000</pubDate>
        <dc:creator>uwe &lt;uwe@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fd25be260e7fbc810db4db39411f6ef5380a88cb - Use -Wno-format-nonliteral instead of blanket -Wno-format.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/man/Makefile#fd25be260e7fbc810db4db39411f6ef5380a88cb</link>
        <description>Use -Wno-format-nonliteral instead of blanket -Wno-format.

            List of files:
            /netbsd-src/usr.bin/man/Makefile</description>
        <pubDate>Fri, 19 Jul 2013 04:17:02 +0000</pubDate>
        <dc:creator>uwe &lt;uwe@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f75400a6b808cbe8a22de37d85549c9779d04a8c - use -Wno-format and revert &quot;fixstring&quot;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/man/Makefile#f75400a6b808cbe8a22de37d85549c9779d04a8c</link>
        <description>use -Wno-format and revert &quot;fixstring&quot;

            List of files:
            /netbsd-src/usr.bin/man/Makefile</description>
        <pubDate>Thu, 18 Jul 2013 16:28:52 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ef965bff9ba8c1aec0b8adeb9ef5474a1b5959b0 - WARNS=6</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/man/Makefile#ef965bff9ba8c1aec0b8adeb9ef5474a1b5959b0</link>
        <description>WARNS=6- fix cast qual issues- don&apos;t use snprintf on a user-provided buffer

            List of files:
            /netbsd-src/usr.bin/man/Makefile</description>
        <pubDate>Thu, 18 Jul 2013 15:39:08 +0000</pubDate>
        <dc:creator>christos &lt;christos@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/history/netbsd-src/usr.bin/man/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/man/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>c9c455bf1d73d8dfd166207354d58a97a2e11c30 - Convert to using raise_default_signal(3).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/man/Makefile#c9c455bf1d73d8dfd166207354d58a97a2e11c30</link>
        <description>Convert to using raise_default_signal(3).

            List of files:
            /netbsd-src/usr.bin/man/Makefile</description>
        <pubDate>Fri, 05 Oct 2007 07:36:45 +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/history/netbsd-src/usr.bin/man/Makefile#e263dfd62f94e84e0175a4734669bb46df0461f9</link>
        <description>WFORMAT is no more...

            List of files:
            /netbsd-src/usr.bin/man/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>7c96dd15810e82bfbba46cf710a8f680f5ff8954 - Rename man/config.{c,h} to man/manconf.{c,h}, so we don&apos;t have to</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/man/Makefile#7c96dd15810e82bfbba46cf710a8f680f5ff8954</link>
        <description>Rename man/config.{c,h} to man/manconf.{c,h}, so we don&apos;t have toworry about problems including &quot;config.h&quot; when building as a hosttool.

            List of files:
            /netbsd-src/usr.bin/man/Makefile</description>
        <pubDate>Fri, 13 Sep 2002 15:56:37 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>135600f947515ab4875cf9eeb52f50b228ab4bb8 - More format string cleanup by sommerfeld.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/man/Makefile#135600f947515ab4875cf9eeb52f50b228ab4bb8</link>
        <description>More format string cleanup by sommerfeld.

            List of files:
            /netbsd-src/usr.bin/man/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>7f429c33061da9bc4a220a2f3349b7d02e3a7a42 - Sync with 4.4BSD-Lite2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/man/Makefile#7f429c33061da9bc4a220a2f3349b7d02e3a7a42</link>
        <description>Sync with 4.4BSD-Lite2

            List of files:
            /netbsd-src/usr.bin/man/Makefile</description>
        <pubDate>Thu, 28 Sep 1995 06:05:11 +0000</pubDate>
        <dc:creator>tls &lt;tls@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7bcf9338dfc459be7cc1431f4b5c973f05427e7d - specify man pages the new way.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/man/Makefile#7bcf9338dfc459be7cc1431f4b5c973f05427e7d</link>
        <description>specify man pages the new way.

            List of files:
            /netbsd-src/usr.bin/man/Makefile</description>
        <pubDate>Thu, 22 Dec 1994 12:29:38 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>091f0a7a58ac09bc0e49fbe9e7a1fcf0cc567475 - add man(1) ; part of new man(1) package from Bostic</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/man/Makefile#091f0a7a58ac09bc0e49fbe9e7a1fcf0cc567475</link>
        <description>add man(1) ; part of new man(1) package from Bostic

            List of files:
            /netbsd-src/usr.bin/man/Makefile</description>
        <pubDate>Tue, 21 Dec 1993 02:59:25 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>690cae8181f4da4f53d47eb94173ebc1487b84a5 - Add RCS indentifiers.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/man/Makefile#690cae8181f4da4f53d47eb94173ebc1487b84a5</link>
        <description>Add RCS indentifiers.

            List of files:
            /netbsd-src/usr.bin/man/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>87a0a5679582d6cf27194aa2547d83135422e709 - Add makewhatis script</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/man/Makefile#87a0a5679582d6cf27194aa2547d83135422e709</link>
        <description>Add makewhatis script

            List of files:
            /netbsd-src/usr.bin/man/Makefile</description>
        <pubDate>Tue, 27 Jul 1993 20:55:32 +0000</pubDate>
        <dc:creator>jtc &lt;jtc@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61f282557f0bc41c0b762c629a2f4c14be8b7591 - initial import of 386bsd-0.1 sources</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/man/Makefile#61f282557f0bc41c0b762c629a2f4c14be8b7591</link>
        <description>initial import of 386bsd-0.1 sources

            List of files:
            /netbsd-src/usr.bin/man/Makefile</description>
        <pubDate>Sun, 21 Mar 1993 09:45:37 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
