<?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>67a63eae7b2d10d29983c9698894f1bfff4ffc6e - bc: Fix tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/gh-bc/tests/Makefile#67a63eae7b2d10d29983c9698894f1bfff4ffc6e</link>
        <description>bc: Fix testsStop generating test scripts at build time.  The dc test script isbroken and simply fixing the code that generates it won&apos;t help as thereis no reliable way to ensure it gets regenerated if it already exists inthe object tree.MFC after:	1 weekReviewed by:	seDifferential Revision:	https://reviews.freebsd.org/D56511

            List of files:
            /freebsd/usr.bin/gh-bc/tests/Makefile</description>
        <pubDate>Wed, 29 Apr 2026 17:14:13 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d06844521ecd9e1298b53f13c18ffbfa97b1e28 - usr.bin/gh-bc: update for version 7.1.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/gh-bc/tests/Makefile#2d06844521ecd9e1298b53f13c18ffbfa97b1e28</link>
        <description>usr.bin/gh-bc: update for version 7.1.0Add extra defines required for bc-7.1.0 to the Makefiles.

            List of files:
            /freebsd/usr.bin/gh-bc/tests/Makefile</description>
        <pubDate>Thu, 11 Sep 2025 16:42:42 +0200</pubDate>
        <dc:creator>Stefan E&#223;er &lt;se@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a6ffcb27ddcfdc66c2ea58d6789b3d527f68ba9 - usr.bin/gh-bc: fix invocation of test scripts</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/gh-bc/tests/Makefile#1a6ffcb27ddcfdc66c2ea58d6789b3d527f68ba9</link>
        <description>usr.bin/gh-bc: fix invocation of test scriptsThe &#8220;all.sh&#8221; script in version 7.1.0 accepts one less parameter forselecting the tests to be run.

            List of files:
            /freebsd/usr.bin/gh-bc/tests/Makefile</description>
        <pubDate>Thu, 11 Sep 2025 16:33:42 +0200</pubDate>
        <dc:creator>Stefan E&#223;er &lt;se@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/gh-bc/tests/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/usr.bin/gh-bc/tests/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/gh-bc/tests/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.bin/gh-bc/tests/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fdd4c35832deb1d064f64c2c00e3c8c958be9a51 - usr.bin/gh-bc: update Makefiles for version 6.2.2</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/gh-bc/tests/Makefile#fdd4c35832deb1d064f64c2c00e3c8c958be9a51</link>
        <description>usr.bin/gh-bc: update Makefiles for version 6.2.2The sources of this program are in contrib/bc, but built using theMakefiles touched in this commit, which had to be adapted to complywith changed made to the build system of this software, which isnot used when building in the base system.

            List of files:
            /freebsd/usr.bin/gh-bc/tests/Makefile</description>
        <pubDate>Sat, 28 Jan 2023 23:48:34 +0100</pubDate>
        <dc:creator>Stefan E&#223;er &lt;se@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>44d4804d1945435745518cd09eb8ae6ab22ecef4 - usr.bin/gh&#228;-bc, contrib/bc: update to version 5.0.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/gh-bc/tests/Makefile#44d4804d1945435745518cd09eb8ae6ab22ecef4</link>
        <description>usr.bin/gh&#228;-bc, contrib/bc: update to version 5.0.0Merge commit 2f57ecae4b98e76e5d675563785a7e6c59c868c4This is a new major release with a number of changes and extensions:- Limited the number of temporary numbers and made the space for them  static so that allocating more space for them cannot fail.- Allowed integers with non-zero scale to be used with power, places,  and shift operators.- Added greatest common divisor and least common multiple to lib2.bc.- Made bc and dc UTF-8 capable.- Added the ability for users to have bc and dc quit on SIGINT.- Added the ability for users to disable prompt and TTY mode by  environment variables.- Added the ability for users to redefine keywords.- Added dc&apos;s modular exponentiation and divmod to bc.- Added the ability to assign strings to variables and array elements  and pass them to functions in bc.- Added dc&apos;s asciify command and stream printing to bc.- Added bitwise and, or, xor, left shift, right shift, reverse,  left rotate, right rotate, and mod functions to lib2.bc.- Added the functions s2u(x) and s2un(x,n), to lib2.bc.MFC after:	1 week

            List of files:
            /freebsd/usr.bin/gh-bc/tests/Makefile</description>
        <pubDate>Tue, 10 Aug 2021 10:42:54 +0200</pubDate>
        <dc:creator>Stefan E&#223;er &lt;se@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>440cec3faf778469b36b998bb52aab7fbc43eae3 - MFH</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/gh-bc/tests/Makefile#440cec3faf778469b36b998bb52aab7fbc43eae3</link>
        <description>MFHSponsored by:	Rubicon Communications, LLC (netgate.com)

            List of files:
            /freebsd/usr.bin/gh-bc/tests/Makefile</description>
        <pubDate>Wed, 12 Aug 2020 19:16:26 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e383ec74e572975ccda09be4c6bb028b50f6d2c6 - Merge ^/head r363739 through r363986.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/gh-bc/tests/Makefile#e383ec74e572975ccda09be4c6bb028b50f6d2c6</link>
        <description>Merge ^/head r363739 through r363986.

            List of files:
            /freebsd/usr.bin/gh-bc/tests/Makefile</description>
        <pubDate>Thu, 06 Aug 2020 21:34:55 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f022d2cd17af99bc785bdcb8ea6dca44a8ec03a4 - Connect the tests provided with the new bc and dc</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/gh-bc/tests/Makefile#f022d2cd17af99bc785bdcb8ea6dca44a8ec03a4</link>
        <description>Connect the tests provided with the new bc and dcThe tests compare the command output (including of error cases) with theexpected output and exit code.Not all tests are executed, since some expect to have a known good bc anddc binary installed and compare results of large amounts of generated databeing processed by both versions to test for regressions.

            List of files:
            /freebsd/usr.bin/gh-bc/tests/Makefile</description>
        <pubDate>Mon, 03 Aug 2020 22:26:04 +0200</pubDate>
        <dc:creator>Stefan E&#223;er &lt;se@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
