<?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 make_malloc.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9f45a3c8c82ffead7044ae836d9257113c630d3b - Merge bmake-20220204</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/bmake/make_malloc.h#9f45a3c8c82ffead7044ae836d9257113c630d3b</link>
        <description>Merge bmake-20220204

            List of files:
            /freebsd/contrib/bmake/make_malloc.h</description>
        <pubDate>Sat, 05 Feb 2022 21:26:16 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dba7b0ef928af88caa38728a73657b837aeeac93 - Merge bmake-20210206</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/bmake/make_malloc.h#dba7b0ef928af88caa38728a73657b837aeeac93</link>
        <description>Merge bmake-20210206Changes of interest  o unit-tests: use private TMPDIR to avoid errors from other users  o avoid strdup in mkTempFile  o always use vfork  o job.c: do not create empty shell files in jobs mode    reduce unnecessary calls to waitpid  o cond.c: fix debug output for comparison operators in conditionals

            List of files:
            /freebsd/contrib/bmake/make_malloc.h</description>
        <pubDate>Thu, 11 Feb 2021 07:01:59 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>06b9b3e0ad0dc3f0166b3e8f26ced68c271cf527 - Merge bmake-20210110</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/bmake/make_malloc.h#06b9b3e0ad0dc3f0166b3e8f26ced68c271cf527</link>
        <description>Merge bmake-20210110Quite a lot of churn on style, but lots ofgood work refactoring complicated functionsand lots more unit-tests.Thanks mostly to rillig at NetBSDSome interesting entries from ChangeLogo .MAKE.{UID,GID} represent uid and gid running make.o allow env var MAKE_OBJDIR_CHECK_WRITABLE=no to skip writable  checks in InitObjdir.  Explicit .OBJDIR target always allows  read-only directory.o add more unit tests for META MODEMerge commit &apos;8e11a9b4250be3c3379c45fa820bff78d99d5946&apos; into mainChange-Id: I464fd4c013067f0915671c1ccc96d2d8090b2b9c

            List of files:
            /freebsd/contrib/bmake/make_malloc.h</description>
        <pubDate>Thu, 14 Jan 2021 07:21:37 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e2eeea75eb8b6dd50c1298067a0655880d186734 - Merge bmake-20201117</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/bmake/make_malloc.h#e2eeea75eb8b6dd50c1298067a0655880d186734</link>
        <description>Merge bmake-20201117o allow env var MAKE_OBJDIR_CHECK_WRITABLE=no to skip writable  checks in InitObjdir.  Explicit .OBJDIR target always allows  read-only directory.o More code cleanup and refactoring.o More unit testsMFC after:	1 week

            List of files:
            /freebsd/contrib/bmake/make_malloc.h</description>
        <pubDate>Fri, 20 Nov 2020 07:02:31 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>956e45f6fb3e18b8e89b1341708db60c30bb9f27 - Update to bmake-20201101</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/bmake/make_malloc.h#956e45f6fb3e18b8e89b1341708db60c30bb9f27</link>
        <description>Update to bmake-20201101Lots of new unit-tests increase code coverage.Lots of refactoring, cleanup and simlpification to reducecode size.Fixes for Bug 223564 and 245807Updates to dirdeps.mk and meta2deps.py

            List of files:
            /freebsd/contrib/bmake/make_malloc.h</description>
        <pubDate>Sat, 07 Nov 2020 22:46:27 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c3632d14fe37fa35c262ee9fb66835be0a52621 - Update to bmake-20200902</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/bmake/make_malloc.h#2c3632d14fe37fa35c262ee9fb66835be0a52621</link>
        <description>Update to bmake-20200902Lots of code refactoring, simplification and cleanup.Lots of new unit-tests providing much higher code coverage.All courtesy of rillig at netbsd.Other significant changes:o new read-only variable .SHELL which provides the path of the shell  used to run scripts (as defined by  the .SHELL target).o variable parsing detects more errors.o new debug option -dl: LINT mode, does the equivalent of := for all  variable assignments so that file and line number are reported for  variable parse errors.

            List of files:
            /freebsd/contrib/bmake/make_malloc.h</description>
        <pubDate>Sat, 05 Sep 2020 21:29:42 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfe30d02adda7c3b5c76156ac52d50d8cab325d9 - Merge fresh head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/bmake/make_malloc.h#cfe30d02adda7c3b5c76156ac52d50d8cab325d9</link>
        <description>Merge fresh head.

            List of files:
            /freebsd/contrib/bmake/make_malloc.h</description>
        <pubDate>Wed, 19 Jun 2013 13:36:13 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e477abf734cc777a55286bfbd6b80a6760c96acf - MFC @ r241285</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/bmake/make_malloc.h#e477abf734cc777a55286bfbd6b80a6760c96acf</link>
        <description>MFC @ r241285

            List of files:
            /freebsd/contrib/bmake/make_malloc.h</description>
        <pubDate>Tue, 27 Nov 2012 19:38:50 +0100</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a10c6f5544ccbab911d786d4b50d50cabd6bb5ab - IFC @ r242684</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/bmake/make_malloc.h#a10c6f5544ccbab911d786d4b50d50cabd6bb5ab</link>
        <description>IFC @ r242684

            List of files:
            /freebsd/contrib/bmake/make_malloc.h</description>
        <pubDate>Sun, 11 Nov 2012 04:26:14 +0100</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23090366f729c56cab62de74c7a51792357e98a9 - Sync from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/bmake/make_malloc.h#23090366f729c56cab62de74c7a51792357e98a9</link>
        <description>Sync from head

            List of files:
            /freebsd/contrib/bmake/make_malloc.h</description>
        <pubDate>Sun, 04 Nov 2012 03:52:03 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3955d011f8d241ebed0fa997923e7566f5485c07 - Merge bmake-20120831 from vendor/NetBSD/bmake/dist.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/bmake/make_malloc.h#3955d011f8d241ebed0fa997923e7566f5485c07</link>
        <description>Merge bmake-20120831 from vendor/NetBSD/bmake/dist.Provenance: ftp://ftp.netbsd.org/pub/NetBSD/misc/sjg

            List of files:
            /freebsd/contrib/bmake/make_malloc.h</description>
        <pubDate>Wed, 03 Oct 2012 02:41:46 +0200</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
