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

            List of files:
            /freebsd-14.2/lib/libregex/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>93c43690 - pkgbase: Put more binaries/lib in runtime</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libregex/Makefile#93c43690</link>
        <description>pkgbase: Put more binaries/lib in runtimeMove some needed binaries/libs from FreeBSD-utilities to FreeBSD_runtime.This is everything needed to boot to multiuser with FreeBSD-rc installed.MFC after:	2 weeksSponsored by:	Beckhoff Automation GmbH &amp; Co. KGDifferential Revision:	https://reviews.freebsd.org/D33435

            List of files:
            /freebsd-14.2/lib/libregex/Makefile</description>
        <pubDate>Tue, 14 Dec 2021 14:31:30 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dfa9131d - pkgbase: Remove FreeBSD-libregex package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libregex/Makefile#dfa9131d</link>
        <description>pkgbase: Remove FreeBSD-libregex packageThe only user of libregex is grep (and its variation), no need for adedicated package.This moves libregex to the default package (FreeBSD-utilities).Differential Revision: https://reviews.freebsd.org/D31802

            List of files:
            /freebsd-14.2/lib/libregex/Makefile</description>
        <pubDate>Thu, 02 Sep 2021 06:14:56 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>04a3ba36 - libregex: re-enable `make check`</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libregex/Makefile#04a3ba36</link>
        <description>libregex: re-enable `make check`The tests are generally expected to pass, uncomment the annotation thatlets `make check` work. Note that `make check` currently requires kyuafrom ports or an appropriate symlink into /usr/local/bin.

            List of files:
            /freebsd-14.2/lib/libregex/Makefile</description>
        <pubDate>Fri, 08 Jan 2021 19:57:32 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e36cba8a - libregex: Add a symbol map</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libregex/Makefile#e36cba8a</link>
        <description>libregex: Add a symbol mapkib points out that trying to re-use symbol versioning from libc is dirtyand wrong. The implementation in libregex is incompatible by design with theimplementation in libc. Using the symbol versions from libc can and likelywill cause confusions for linkers and bring unexpected behavior forconsumers that unwillingly (transitively) link against libregex.Reported by:	kib

            List of files:
            /freebsd-14.2/lib/libregex/Makefile</description>
        <pubDate>Mon, 22 Jan 2018 18:40:19 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>df1043c2 - libregex: Drop WARNS to 2 to match libc</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libregex/Makefile#df1043c2</link>
        <description>libregex: Drop WARNS to 2 to match libcIt&apos;s become clear that my armv7 builds didn&apos;t catch all of the warnings thatother builds are picking up, drop WARNS to 2 to match libc until they&apos;re allcaught.

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