<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bc/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.bin/bc/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>3e11bd9e - Convert to usr.bin/ to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bc/Makefile#3e11bd9e</link>
        <description>Convert to usr.bin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.bin/bc/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 14:29:10 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e5516195 - Convert LIBCURSES to LIBNCURSES to fix &quot;make checkdpadd&quot;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bc/Makefile#e5516195</link>
        <description>Convert LIBCURSES to LIBNCURSES to fix &quot;make checkdpadd&quot;Also, add a missing LIBPANEL dependency for lldbApproved by: rpaulo (mentor)Suggested by: brooksMFC after: 5 daysPhabric: D675 (as part of a larger diff)PR: 192762

            List of files:
            /freebsd-14.2/usr.bin/bc/Makefile</description>
        <pubDate>Tue, 26 Aug 2014 09:10:28 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be848c7a - Sync with OpenBSD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bc/Makefile#be848c7a</link>
        <description>Sync with OpenBSD.MFC after:	2 weeks

            List of files:
            /freebsd-14.2/usr.bin/bc/Makefile</description>
        <pubDate>Wed, 16 Apr 2014 23:14:05 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e659f94 - Add the Clang specific -Wmissing-variable-declarations to WARNS=6.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bc/Makefile#7e659f94</link>
        <description>Add the Clang specific -Wmissing-variable-declarations to WARNS=6.This compiler flag enforces that that people either mark variablesstatic or use an external declarations for the variable, similar to how-Wmissing-prototypes works for functions.Due to the fact that Yacc/Lex generate code that cannot trivially bechanged to not warn because of this (lots of yy* variables), add aNO_WMISSING_VARIABLE_DECLARATIONS that can be used to turn off thisspecific compiler warning.Announced on:	toolchain@

            List of files:
            /freebsd-14.2/usr.bin/bc/Makefile</description>
        <pubDate>Fri, 19 Apr 2013 19:45:00 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4218135b - Use libedit when interacting with tty, which provided history</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bc/Makefile#4218135b</link>
        <description>Use libedit when interacting with tty, which provided historyfunctionality, etc. as did by GNU bc.This also fixes an issue where BSDL bc can not handle very longline.Reported by:	impReviewed by:	imp

            List of files:
            /freebsd-14.2/usr.bin/bc/Makefile</description>
        <pubDate>Thu, 04 Feb 2010 18:43:05 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12360c49 - - style.Makefile(5)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bc/Makefile#12360c49</link>
        <description>- style.Makefile(5)Submitted by:	uqsApproved by:	delphij (mentor)

            List of files:
            /freebsd-14.2/usr.bin/bc/Makefile</description>
        <pubDate>Wed, 03 Feb 2010 19:12:27 +0000</pubDate>
        <dc:creator>Gabor Kovesdan &lt;gabor@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7ffc8ae5 - Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bc/Makefile#7ffc8ae5</link>
        <description>Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.Reviewed by:	gabor

            List of files:
            /freebsd-14.2/usr.bin/bc/Makefile</description>
        <pubDate>Fri, 22 Jan 2010 23:19:48 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>097d0425 - Makefile cleanups:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bc/Makefile#097d0425</link>
        <description>Makefile cleanups: o Enable building of USD o Remove commented out targets o Remove WARNS?=6 lines since it&apos;s the defaultReviewed by:	gabor

            List of files:
            /freebsd-14.2/usr.bin/bc/Makefile</description>
        <pubDate>Thu, 21 Jan 2010 17:46:14 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fdf1f88b - Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a good</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bc/Makefile#fdf1f88b</link>
        <description>Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a goodcompatibility level with the GNU counterparts and have shown to be matureenough. For now, the GNU versions aren&apos;t removed from the tree, just detachedfrom the build.Sponsored by:		Google Summer of Code 2008Portbuild run by:	erwinApproved by:		delphij

            List of files:
            /freebsd-14.2/usr.bin/bc/Makefile</description>
        <pubDate>Wed, 20 Jan 2010 21:30:52 +0000</pubDate>
        <dc:creator>Gabor Kovesdan &lt;gabor@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
