<?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>2c0bf46d - pkgbase: Move tr(1) to runtime</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/tr/Makefile#2c0bf46d</link>
        <description>pkgbase: Move tr(1) to runtimeSince f7d16a627efa (&quot;certctl: Convert line endings before inspecting files.&quot;)certctl is using tr(1). Add it to FreeBSD-runtime so we can have certctl workingwithout having the bloated FreeBSD-utilities.Sponsored by:	Beckhoff Automation GmbH &amp; Co. KG(cherry picked from commit 0fb9d5786bff57a7d5b2056fdbc1baaec9406885)

            List of files:
            /freebsd-14.2/usr.bin/tr/Makefile</description>
        <pubDate>Mon, 27 Nov 2023 14:35:32 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/tr/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.bin/tr/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>d511b20a - Add HAS_TESTS to all Makefiles that are currently using the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/tr/Makefile#d511b20a</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:
            /freebsd-14.2/usr.bin/tr/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>4b330699 - Convert traditional ${MK_TESTS} conditional idiom for including test</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/tr/Makefile#4b330699</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:
            /freebsd-14.2/usr.bin/tr/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>478290db - Check in first src/tests snapshot from NetBSD anoncvs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/tr/Makefile#478290db</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:
            /freebsd-14.2/usr.bin/tr/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>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/tr/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-14.2/usr.bin/tr/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3a92d97f - Migrate most of tools/regression/usr.bin/ to the new tests layout.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/tr/Makefile#3a92d97f</link>
        <description>Migrate most of tools/regression/usr.bin/ to the new tests layout.I&apos;m starting with the easy cases.  The leftovers need to be looked at abit more closely.Note that this change _does_ modify the code of the old tests.  This isrequired in order to allow the code to locate the data files in thesource directory instead of the current directory, because Kyuaautomatically changes the latter to a temporary directory.Also note that at least one test is known to be broken here.  Actually,the test is not really broken: it&apos;s marked as a TODO but unfortunatelyKyua&apos;s TAP parser currently does not understand that.  Will have to befixed separately.

            List of files:
            /freebsd-14.2/usr.bin/tr/Makefile</description>
        <pubDate>Sun, 16 Mar 2014 08:04:06 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b173dd44 - Build tr(1) with WARNS=6.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/tr/Makefile#b173dd44</link>
        <description>Build tr(1) with WARNS=6.

            List of files:
            /freebsd-14.2/usr.bin/tr/Makefile</description>
        <pubDate>Fri, 14 Oct 2011 07:25:20 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b7946da9 - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/tr/Makefile#b7946da9</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /freebsd-14.2/usr.bin/tr/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 10:27:05 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ca99cfdd - Add support for multibyte characters. The challenge here was to use</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/tr/Makefile#ca99cfdd</link>
        <description>Add support for multibyte characters. The challenge here was to usedata structures that scale better with large character sets, instead ofarrays indexed by character value:- Sets of characters to delete/squeeze are stored in a new &quot;cset&quot; structure,which is implemented as a splay tree of extents. This structure has theability to store character classes (ala wctype(3)), but this is notcurrently fully utilized.- Mappings between characters are stored in a new &quot;cmap&quot; structure, whichis also a splay tree.- The parser no longer builds arrays containing all the characters in aparticular class; instead, next() determines them on-the-fly usingnextwctype(3).

            List of files:
            /freebsd-14.2/usr.bin/tr/Makefile</description>
        <pubDate>Fri, 09 Jul 2004 02:08:07 +0000</pubDate>
        <dc:creator>Tim J. Robbins &lt;tjr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b50d902 - BSD 4.4 Lite Usr.bin Sources</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/tr/Makefile#9b50d902</link>
        <description>BSD 4.4 Lite Usr.bin Sources

            List of files:
            /freebsd-14.2/usr.bin/tr/Makefile</description>
        <pubDate>Fri, 27 May 1994 12:33:43 +0000</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
