<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/contrib/bmake/buf.c, branch stable/13</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F13</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F13'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2022-02-16T05:37:07Z</updated>
<entry>
<title>Merge bmake-20220204</title>
<updated>2022-02-16T05:37:07Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2022-02-05T20:26:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b69c3b89fea21e1f59393018230fe6cc1f5e2e00'/>
<id>urn:sha1:b69c3b89fea21e1f59393018230fe6cc1f5e2e00</id>
<content type='text'>
(cherry picked from commit 9f45a3c8c82ffead7044ae836d9257113c630d3b)
</content>
</entry>
<entry>
<title>Merge bmake-20211212</title>
<updated>2022-02-16T05:37:07Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2021-12-18T18:09:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=76bc3cfd0b94aeae82b5de2c46eba3364bcde940'/>
<id>urn:sha1:76bc3cfd0b94aeae82b5de2c46eba3364bcde940</id>
<content type='text'>
commit '2935fe8237c83c1dcb113dd5335733263e68e6fd'

(cherry picked from commit 129043849f62f9cfa72f6fae68417d9995860f3f)
</content>
</entry>
<entry>
<title>Merge bmake-20210206</title>
<updated>2021-02-15T16:53:34Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2021-02-11T06:01:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=78968ce3ddbf56ac7f7b548cfe8d39707f9989d8'/>
<id>urn:sha1:78968ce3ddbf56ac7f7b548cfe8d39707f9989d8</id>
<content type='text'>
Changes 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

(cherry picked from commit dba7b0ef928af88caa38728a73657b837aeeac93)

Approved by: re
</content>
</entry>
<entry>
<title>Merge bmake-20210110</title>
<updated>2021-01-14T06:21:37Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2021-01-14T06:21:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=06b9b3e0ad0dc3f0166b3e8f26ced68c271cf527'/>
<id>urn:sha1:06b9b3e0ad0dc3f0166b3e8f26ced68c271cf527</id>
<content type='text'>
Quite a lot of churn on style, but lots of
good work refactoring complicated functions
and lots more unit-tests.
Thanks mostly to rillig at NetBSD

Some interesting entries from ChangeLog

o .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 MODE

Merge commit '8e11a9b4250be3c3379c45fa820bff78d99d5946' into main

Change-Id: I464fd4c013067f0915671c1ccc96d2d8090b2b9c
</content>
</entry>
<entry>
<title>Merge bmake-20201117</title>
<updated>2020-11-20T06:02:31Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2020-11-20T06:02:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e2eeea75eb8b6dd50c1298067a0655880d186734'/>
<id>urn:sha1:e2eeea75eb8b6dd50c1298067a0655880d186734</id>
<content type='text'>
o 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 tests

MFC after:	1 week
</content>
</entry>
<entry>
<title>Update to bmake-20201101</title>
<updated>2020-11-07T21:46:27Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2020-11-07T21:46:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=956e45f6fb3e18b8e89b1341708db60c30bb9f27'/>
<id>urn:sha1:956e45f6fb3e18b8e89b1341708db60c30bb9f27</id>
<content type='text'>
Lots of new unit-tests increase code coverage.

Lots of refactoring, cleanup and simlpification to reduce
code size.

Fixes for Bug 223564 and 245807

Updates to dirdeps.mk and meta2deps.py
</content>
</entry>
<entry>
<title>Update to bmake-20200902</title>
<updated>2020-09-05T19:29:42Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2020-09-05T19:29:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c3632d14fe37fa35c262ee9fb66835be0a52621'/>
<id>urn:sha1:2c3632d14fe37fa35c262ee9fb66835be0a52621</id>
<content type='text'>
Lots 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.
</content>
</entry>
<entry>
<title>Update to bmake-20200710</title>
<updated>2020-07-12T01:11:48Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2020-07-12T01:11:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3841c287170be8b1cba4d9adf8e727ecaeb64518'/>
<id>urn:sha1:3841c287170be8b1cba4d9adf8e727ecaeb64518</id>
<content type='text'>
Key changes include reduced noise at end of failed build log
and avoid evaluation of unnecessary terms in conditionals.
In META MODE; a target flagged .META is out-of-date if meta file
is missing

MFC after:      1 week
</content>
</entry>
<entry>
<title>Revert r363031</title>
<updated>2020-07-09T03:46:07Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2020-07-09T03:46:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9093286b6ab680505bf26c92d5c7fdf65607f40c'/>
<id>urn:sha1:9093286b6ab680505bf26c92d5c7fdf65607f40c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to bmake-20200704</title>
<updated>2020-07-08T21:20:12Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2020-07-08T21:20:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2d147b4741a5f1bd321bda1fe78f5947b5cb1f2b'/>
<id>urn:sha1:2d147b4741a5f1bd321bda1fe78f5947b5cb1f2b</id>
<content type='text'>
Key changes include reduced noise at end of failed build log
and avoid evaluation of unnecessary terms in conditionals.

MFC after:	1 week
</content>
</entry>
</feed>
