<?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/libregex/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/lib/libregex/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/lib/libregex/tests/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/libregex/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>b37f6c9805edb4b89f0a8c2b78f78a3dcfc0647b - Add libregex, connect it to the build</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libregex/tests/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/libregex/tests/Makefile</description>
        <pubDate>Mon, 22 Jan 2018 03:44:41 +0100</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
