<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>d9a9f23d0b3f1676d5656b76301341c0037d15b7 - diff: Integrate libdiff from OpenBSD GoT.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#d9a9f23d0b3f1676d5656b76301341c0037d15b7</link>
        <description>diff: Integrate libdiff from OpenBSD GoT.This adds support for two new diff algorithms, Myers diff and Patiencediff.These algorithms perform a different form of search compared to theclassic Stone algorithm and support escapes when worst case scenariosare encountered.Add the -A flag to allow selection of the algorithm, but default tousing the new Myers diff implementation.The libdiff implementation currently only supports a subset of input andoutput options supported by diff.  When these options are used, but thealgorithm is not selected, automatically fallback to the classic Stonealgorithm until support for these modes can be added.Based on work originally done by thj@ with contributions from kevans@.Sponsored by:	Klara, Inc.Reviewed by:	thjDifferential Revision:	https://reviews.freebsd.org/D44302

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Wed, 27 Mar 2024 10:03:33 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.bin/diff/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>12061d2626e095cd5a5cbadeb567916e7d74db5a - diff: link with libm for sqrt()</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#12061d2626e095cd5a5cbadeb567916e7d74db5a</link>
        <description>diff: link with libm for sqrt()Reported by:	JenkinsFixes:		bcf2e78dc48378456798191f1c15cb76d6221a65

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Thu, 16 Sep 2021 07:27:29 +0000</pubDate>
        <dc:creator>Piotr Pawel Stefaniak &lt;pstef@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d9a9f23d0b3f1676d5656b76301341c0037d15b7 - diff: Integrate libdiff from OpenBSD GoT.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#d9a9f23d0b3f1676d5656b76301341c0037d15b7</link>
        <description>diff: Integrate libdiff from OpenBSD GoT.This adds support for two new diff algorithms, Myers diff and Patiencediff.These algorithms perform a different form of search compared to theclassic Stone algorithm and support escapes when worst case scenariosare encountered.Add the -A flag to allow selection of the algorithm, but default tousing the new Myers diff implementation.The libdiff implementation currently only supports a subset of input andoutput options supported by diff.  When these options are used, but thealgorithm is not selected, automatically fallback to the classic Stonealgorithm until support for these modes can be added.Based on work originally done by thj@ with contributions from kevans@.Sponsored by:	Klara, Inc.Reviewed by:	thjDifferential Revision:	https://reviews.freebsd.org/D44302

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Wed, 27 Mar 2024 10:03:33 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.bin/diff/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>12061d2626e095cd5a5cbadeb567916e7d74db5a - diff: link with libm for sqrt()</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#12061d2626e095cd5a5cbadeb567916e7d74db5a</link>
        <description>diff: link with libm for sqrt()Reported by:	JenkinsFixes:		bcf2e78dc48378456798191f1c15cb76d6221a65

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Thu, 16 Sep 2021 07:27:29 +0000</pubDate>
        <dc:creator>Piotr Pawel Stefaniak &lt;pstef@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6fa5bf0832efe8a894f612968c5afe1ad91f3a03 - Isolate the pr(1) related code in its own source files</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#6fa5bf0832efe8a894f612968c5afe1ad91f3a03</link>
        <description>Isolate the pr(1) related code in its own source filesThis keeps diffreg.c closer to what it is supposed to do:diffing regular files.It also allows my code to get a proper license

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Sat, 09 Jun 2018 20:24:17 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1409e715e64d67b3093a889e63b33ef48e280ec8 - Merge ^/head r322398 through r322746.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#1409e715e64d67b3093a889e63b33ef48e280ec8</link>
        <description>Merge ^/head r322398 through r322746.

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Mon, 21 Aug 2017 11:56:47 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82baa8db5e9cd91f5bea24a2a4c06a4a409b786d - MFhead@r322515</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#82baa8db5e9cd91f5bea24a2a4c06a4a409b786d</link>
        <description>MFhead@r322515

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Mon, 14 Aug 2017 19:28:49 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>188e46ab0332a7887da6f1eb5494d92076e3d31e - Add supporting changes for `Add limited sandbox capability to &quot;make check&quot;`</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#188e46ab0332a7887da6f1eb5494d92076e3d31e</link>
        <description>Add supporting changes for `Add limited sandbox capability to &quot;make check&quot;`Non-tests/... changes:- Add HAS_TESTS= to Makefiles with libraries and programs to enable iteration  and propagate the appropriate environment down to *.test.mk.tests/... changes:- Add appropriate support Makefile.inc&apos;s to set HAS_TESTS in a minimal manner,  since tests/... is a special subdirectory tree compared to the others.MFC after:	2 monthsMFC with:	r322511Reviewed by:	arch (silence), testing (silence)Differential Revision:	D12014

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Mon, 14 Aug 2017 19:21:37 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0275f9dbf73b01e9478dc7d6ab5fab4f8e077448 - Merge ^/head r321383 through r322397.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#0275f9dbf73b01e9478dc7d6ab5fab4f8e077448</link>
        <description>Merge ^/head r321383 through r322397.

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Fri, 11 Aug 2017 10:59:34 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d59ead01d83460374ba0e7be8096b1a66d737efb - MFhead@r321970</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#d59ead01d83460374ba0e7be8096b1a66d737efb</link>
        <description>MFhead@r321970

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Thu, 03 Aug 2017 05:30:11 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d511b20a693d77c1dc2491a62124471361eddd8e - Add HAS_TESTS to all Makefiles that are currently using the</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#d511b20a693d77c1dc2491a62124471361eddd8e</link>
        <description>Add HAS_TESTS to all Makefiles that are currently using the`SUBDIR.${MK_TESTS}+= tests` idiom.This is a follow up to r321912.

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:50:42 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>46b37aa2c4068c1a237b0a7e61b8c2f953b3708c - MFhead@r321912</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#46b37aa2c4068c1a237b0a7e61b8c2f953b3708c</link>
        <description>MFhead@r321912

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:38:36 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b330699f819a81d8e34d471225143ffeb321855 - Convert traditional ${MK_TESTS} conditional idiom for including test</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#4b330699f819a81d8e34d471225143ffeb321855</link>
        <description>Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-check-sandbox .No functional change intended.MFC after:	1 weeks

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:35:51 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bbe3f672e37e4f609adb3be3a6476edce2243ec - Import diff from OpenBSD and remove GNU diff</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#3bbe3f672e37e4f609adb3be3a6476edce2243ec</link>
        <description>Import diff from OpenBSD and remove GNU diffSome of the modifications from the previous summer of code has been integratedModification for compatibility with GNU diff output has been addedMain difference with OpenBSD:Implement multiple GNU diff options:* --ignore-file-name-case* --no-ignore-file-name-case* --normal* --tabsize* --strip-trailing-crMake diff -p compatible with GNU diffImplement diff -lMake diff -r compatible with GNU diffCapsicumize diffing 2 regular filesAdd a simple test suiteApproved by:	AsiaBSDcon devsummitObtained from:	OpenBSD, GSoCRelnotes:	yes

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Sat, 11 Mar 2017 05:01:29 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>478290db20b28ab28ce7e08cf33f1b44d82e4cb3 - Check in first src/tests snapshot from NetBSD anoncvs</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#478290db20b28ab28ce7e08cf33f1b44d82e4cb3</link>
        <description>Check in first src/tests snapshot from NetBSD anoncvsSources were obtained like so:% export CVSROOT=&quot;anoncvs@anoncvs.NetBSD.org:/cvsroot&quot;% cvs -z9 co -D &quot;09/30/2014 20:45&quot; -P src/tests% mv src/tests/* tests/dist/.&apos;*CVS*&apos; has been added to svn:ignore to ease updating periodically fromupstreamSome line ending issues had to be resolved with test outputs and scriptsvia dos2unix and by deleting the eol-style property set in usr.bin/sortDiscussed with: rpauloSponsored by: EMC / Isilon Storage Division

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Wed, 01 Oct 2014 04:07:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6fa5bf0832efe8a894f612968c5afe1ad91f3a03 - Isolate the pr(1) related code in its own source files</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#6fa5bf0832efe8a894f612968c5afe1ad91f3a03</link>
        <description>Isolate the pr(1) related code in its own source filesThis keeps diffreg.c closer to what it is supposed to do:diffing regular files.It also allows my code to get a proper license

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Sat, 09 Jun 2018 20:24:17 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1409e715e64d67b3093a889e63b33ef48e280ec8 - Merge ^/head r322398 through r322746.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#1409e715e64d67b3093a889e63b33ef48e280ec8</link>
        <description>Merge ^/head r322398 through r322746.

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Mon, 21 Aug 2017 11:56:47 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82baa8db5e9cd91f5bea24a2a4c06a4a409b786d - MFhead@r322515</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/diff/Makefile#82baa8db5e9cd91f5bea24a2a4c06a4a409b786d</link>
        <description>MFhead@r322515

            List of files:
            /src/usr.bin/diff/Makefile</description>
        <pubDate>Mon, 14 Aug 2017 19:28:49 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
