<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/AUTHORS, branch master</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>2014-09-30T13:32:42Z</updated>
<entry>
<title>Update Copyright statements for 2014.</title>
<updated>2014-09-30T13:32:42Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2014-09-30T12:33:21Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0a3a0756b987e2f7f06322de746c3da5fef4c9ed'/>
<id>urn:sha1:0a3a0756b987e2f7f06322de746c3da5fef4c9ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright for changes in 2013.</title>
<updated>2013-05-17T05:47:42Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-17T05:46:11Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=5370238316ee4284fe058a9c298a5734d2686678'/>
<id>urn:sha1:5370238316ee4284fe058a9c298a5734d2686678</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for per-job output sync.</title>
<updated>2013-04-28T05:19:19Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-04-28T05:19:19Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=7f01830927969a8386050617385e59070fe9f34b'/>
<id>urn:sha1:7f01830927969a8386050617385e59070fe9f34b</id>
<content type='text'>
A new flag to the -O/--output-sync, "job", selects a per-job (that is, per
line of a recipe) output synchronization.  To support this move the close of
the temp file out of the sync_output() function and don't do it until we free
the child, since we may call sync_output() multiple times in a given recipe.
When we set up for a new temp file, if we're in per-job mode we truncate the
file and seek to the beginning to re-use it for every job.
</content>
</entry>
<entry>
<title>Create an open_tmpfd() function to return temp files by FD.  Use it.</title>
<updated>2013-04-16T05:03:59Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-04-16T04:35:48Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=b5d017c6241ac356915b178d0a9588653d18d460'/>
<id>urn:sha1:b5d017c6241ac356915b178d0a9588653d18d460</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify copyrights using ranges of years.</title>
<updated>2012-03-05T14:10:39Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-03-05T14:10:39Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=adb50bd4c92424e7281156e118a687da1c8ebd7f'/>
<id>urn:sha1:adb50bd4c92424e7281156e118a687da1c8ebd7f</id>
<content type='text'>
The new GNU Maintainer's Manual allows the use of year ranges in certain
situations; take advantage of this simplification.
</content>
</entry>
<entry>
<title>Update copyright notices.</title>
<updated>2012-01-16T02:29:20Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-01-16T02:29:20Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=3f6bb04e75e5a02f23339c9d4bec99b22d430803'/>
<id>urn:sha1:3f6bb04e75e5a02f23339c9d4bec99b22d430803</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add GNU Guile as an optional embedded scripting language for make.</title>
<updated>2012-01-15T22:41:53Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-01-15T22:41:53Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=c992c4d80f51540699f33fed067caf6b7c38df79'/>
<id>urn:sha1:c992c4d80f51540699f33fed067caf6b7c38df79</id>
<content type='text'>
On configure-enabled systems, configure will detect Guile installed
(using pkg-config, which is how GNU Guile is distributed) and enable
it if so.

On all non-configure-enabled systems, currently, the default is for
Guile support to be disabled.
</content>
</entry>
<entry>
<title>Add new feature: != shell assignment for portability with BSD make.</title>
<updated>2011-04-18T01:25:20Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2011-04-18T01:25:20Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=b34438bee83ee906a23b881f257e684a0993b9b1'/>
<id>urn:sha1:b34438bee83ee906a23b881f257e684a0993b9b1</id>
<content type='text'>
Feature submitted by David Wheeler.
</content>
</entry>
<entry>
<title>Update copyrights for 2010.</title>
<updated>2010-07-13T01:20:10Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2010-07-13T01:20:10Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=9903cda2a734c2f86eefcff656aad032fbb79078'/>
<id>urn:sha1:9903cda2a734c2f86eefcff656aad032fbb79078</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright years.</title>
<updated>2009-10-25T18:56:44Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2009-10-25T18:56:44Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=5f188b39a49a7eb0d06979b451863dd7ff26a074'/>
<id>urn:sha1:5f188b39a49a7eb0d06979b451863dd7ff26a074</id>
<content type='text'>
</content>
</entry>
</feed>
