<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/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/lib/libc/tests/regex/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/lib/libc/tests/regex/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/libc/tests/regex/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>3d5db455951d382a9cb355cb4bc56cac5c277603 - Merge ^/head r340427 through r340868.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#3d5db455951d382a9cb355cb4bc56cac5c277603</link>
        <description>Merge ^/head r340427 through r340868.

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Sat, 24 Nov 2018 15:46:06 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>63cbe8d1d95f97e93929ec66f1138693d08dd9f6 - regexec: fix processing multibyte strings.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#63cbe8d1d95f97e93929ec66f1138693d08dd9f6</link>
        <description>regexec: fix processing multibyte strings.Matcher function incorrectly assumed that moffset that we get fromfindmust is in bytes. Fix this by introducing a stepback function,taking short path if MB_CUR_MAX is 1, and going back byte-by-byte,checking if we have a legal character sequence otherwise.PR:		153502Reviewed by:	pfg, kevansApproved by:	kib (mentor, implicit)Differential revision:	https://reviews.freebsd.org/D18297

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Fri, 23 Nov 2018 16:49:18 +0100</pubDate>
        <dc:creator>Yuri Pankov &lt;yuripv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b37f6c9805edb4b89f0a8c2b78f78a3dcfc0647b - Add libregex, connect it to the build</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#b37f6c9805edb4b89f0a8c2b78f78a3dcfc0647b</link>
        <description>Add libregex, connect it to the buildlibregex is a regex(3) implementation intended to feature GNU extensions andany other non-POSIX compliant extensions that are deemed worthy.These extensions are separated out into a separate library for the sake ofnot cluttering up libc further with them as well as not deteriorating thespeed (or lack thereof) of the libc implementation.libregex is implemented as a build of the libc implementation with LIBREGEXdefined to distinguish this from a libc build. The reasons forimplementation like this are two-fold:1.) Maintenance- This reduces the overhead induced by adding yet anotherregex implementation to base.2.) Ease of use- Flipping on GNU extensions will be as simple as linkingagainst libregex, and POSIX-compliant compilations can be guaranteed with aREG_POSIX cflag that should be ignored by libc/regex and disables extensionsin libregex. It is also easier to keep REG_POSIX sane and POSIX pure whenimplemented in this fashion.Tests are added for future functionality, but left disconnected for the timebeing while other testing is done.Reviewed by:	cem (previous version)Differential Revision:	https://reviews.freebsd.org/D12934

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Mon, 22 Jan 2018 03:44:41 +0100</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a36faad54665288ed4eb839d2a4699ae2ead45e - Merge ^/head r313301 through r313643.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#1a36faad54665288ed4eb839d2a4699ae2ead45e</link>
        <description>Merge ^/head r313301 through r313643.

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Sat, 11 Feb 2017 15:04:18 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>635f2911b0aa5b856a9179b1f8e2cfdd21e18e6c - Merge content from ^/projects/netbsd-tests-upstream-01-2017 into ^/head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#635f2911b0aa5b856a9179b1f8e2cfdd21e18e6c</link>
        <description>Merge content from ^/projects/netbsd-tests-upstream-01-2017 into ^/headThe primary end-goal of this drop is ease future merges with NetBSD andcollaborate further with the NetBSD project.The goal was (largely, not completely as some items are still oustandingin the NetBSD GNATS system) achieved by doing the following:- Pushing as many changes required to port contrib/netbsd-tests  back to NetBSD as possible, then pull the upstream applied changes  back in to FreeBSD.- Diff reduce with upstream where possible by:-- Improving libnetbsd header, etc compat glue.-- Using _SED variables to modify test scripts on the fly for items   that could not be upstreamed to NetBSD.As a bonus for this work, this change also introduces testcases foruniq(1).Many thanks to Christos for working with me to get many of the changesback into the NetBSD project.In collaboration with:	Christos Zoulas &lt;christos@netbsd.org&gt;MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Wed, 08 Feb 2017 10:46:15 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be996c05224c3d82f26f94315c760776c3f2896c - Add -DSKIP_LEFTASSOC to CFLAGS so leftassoc is skipped, like on NetBSD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#be996c05224c3d82f26f94315c760776c3f2896c</link>
        <description>Add -DSKIP_LEFTASSOC to CFLAGS so leftassoc is skipped, like on NetBSD

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Sun, 15 Jan 2017 11:03:03 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>430f7286a566b1407c7b32ce13585caf5aa59b92 - Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#430f7286a566b1407c7b32ce13585caf5aa59b92</link>
        <description>Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedafter r298107Summary of changes:- Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that  namespacing is kept with FILES appropriately, and that this shouldn&apos;t need  to be repeated if the namespace changes -- only the definition of PACKAGE  needs to be changed- Allow PACKAGE to be overridden by callers instead of forcing it to always be  `tests`. In the event we get to the point where things can be split up  enough in the base system, it would make more sense to group the tests  with the blocks they&apos;re a part of, e.g. byacc with byacc-tests, etc- Remove PACKAGE definitions where possible, i.e. where FILES wasn&apos;t used  previously.- Remove unnecessary TESTSPACKAGE definitions; this has been elided into  bsd.tests.mk- Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES;  ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk.- Fix installation of files under data/ subdirectories in lib/libc/tests/hash  and lib/libc/tests/net/getaddrinfo- Remove unnecessary .include &lt;bsd.own.mk&gt;s (some opportunistic cleanup)Document the proposed changes in share/examples/tests/tests/... via examplesso it&apos;s clear that ${PACKAGES}FILES is the suggested way forward in terms ofreplacing FILES. share/mk/bsd.README didn&apos;t seem like the appropriate methodof communicating that info.MFC after: never probablyX-MFC with: r298107PR: 209114Relnotes: yesTested with: buildworld, installworld, checkworld; buildworld, packageworldSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Thu, 05 May 2016 01:20:53 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43faedc1339a9624c7acedb7f3e5624e64da5b99 - First pass to fix the &apos;tests&apos; packages.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#43faedc1339a9624c7acedb7f3e5624e64da5b99</link>
        <description>First pass to fix the &apos;tests&apos; packages.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Tue, 02 Feb 2016 23:26:49 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Mon, 04 Jan 2016 20:19:48 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6c43c26fe0c128dfafbb1b2207912494493d2dd7 - Catch up with head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#6c43c26fe0c128dfafbb1b2207912494493d2dd7</link>
        <description>Catch up with head.

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Fri, 04 Dec 2015 20:32:51 +0100</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eacae6dc66aa881c102f11e2003174eea7e8af74 - Fix LDADD/DPADD that should be LIBADD.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#eacae6dc66aa881c102f11e2003174eea7e8af74</link>
        <description>Fix LDADD/DPADD that should be LIBADD.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Fri, 04 Dec 2015 04:17:47 +0100</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d38a5764295585a2472d5e861fa8abe1a11eb2 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#11d38a5764295585a2472d5e861fa8abe1a11eb2</link>
        <description>Merge from headSponsored by:	Gandi.net

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Wed, 28 Oct 2015 12:58:18 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>324fd1ce05f53780fdbb8e13a09181aa2402ea86 - MFH to r289370</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#324fd1ce05f53780fdbb8e13a09181aa2402ea86</link>
        <description>MFH to r289370Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Thu, 15 Oct 2015 19:36:56 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>becbad1f6e18fec7c3bf286778a766ffca4457be - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#becbad1f6e18fec7c3bf286778a766ffca4457be</link>
        <description>Merge from head

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Tue, 13 Oct 2015 21:44:36 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a997b777b107c49f8d4d307bee9d25c8ff1a749a - Sync up with head up to r289211.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#a997b777b107c49f8d4d307bee9d25c8ff1a749a</link>
        <description>Sync up with head up to r289211.

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Tue, 13 Oct 2015 08:14:03 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2d48be1bc7df45ddd13b143a160d0acb5a383c5 - Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#b2d48be1bc7df45ddd13b143a160d0acb5a383c5</link>
        <description>Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andnetbsd-tests.test.mk (r289151)- Eliminate explicit OBJTOP/SRCTOP setting- Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk- Remove unnecessary TESTSDIR setting- Use SRCTOP where possible for clarityMFC after: 2 weeksSponsored by: EMC / Isilon Storage Divison

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Mon, 12 Oct 2015 10:16:03 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/regex/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libc/tests/regex/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
