<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/tests/scripts, branch 3.99.91</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=3.99.91</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=3.99.91'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>2013-09-15T21:09:01Z</updated>
<entry>
<title>[SV 27374] Fatal immediately on unrecoverable fopen() errors.</title>
<updated>2013-09-15T21:09:01Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-15T20:41:42Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=1b9024889384fc26d296ee4340ffca32e8c73017'/>
<id>urn:sha1:1b9024889384fc26d296ee4340ffca32e8c73017</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SV 39934] Verify jobserver FDs before something else uses them.</title>
<updated>2013-09-15T19:21:33Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-15T19:05:18Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=a4d8444b594e53b13659a9f2c64424418f255e27'/>
<id>urn:sha1:a4d8444b594e53b13659a9f2c64424418f255e27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SV 39203] Don't set MAKEFLAGS when restarting.</title>
<updated>2013-09-15T17:30:21Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-15T17:30:21Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0a81d50d66565fd3e930fadaadc4a5cb9381d840'/>
<id>urn:sha1:0a81d50d66565fd3e930fadaadc4a5cb9381d840</id>
<content type='text'>
We are restarting with the original command line flags, so if we set
MAKEFLAGS as well that will cause double flags.
</content>
</entry>
<entry>
<title>Support the -Orecurse option properly.</title>
<updated>2013-09-14T05:04:04Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-14T05:04:04Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=c5bfa400448a14f4c8d4fc51dd56ea17176e1f84'/>
<id>urn:sha1:c5bfa400448a14f4c8d4fc51dd56ea17176e1f84</id>
<content type='text'>
In this mode we still collect all the output from a given target and
dump it at once.  However we don't treat recursive lines any differently
from non-recursive lines.  Also we don't print enter/leave messages
after every dump.  However we do ensure that we always print them once
to stdout, so the parent make will collect it properly.
</content>
</entry>
<entry>
<title>Enhance the output sync mode.</title>
<updated>2013-09-12T08:07:52Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-12T08:07:52Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=deff9dacc97cc20015d3018992f2c77cb7fab102'/>
<id>urn:sha1:deff9dacc97cc20015d3018992f2c77cb7fab102</id>
<content type='text'>
Create a new file, output.c, and collect functions that generate output there.
We introduce a new global context specifying where output should go (to stdout
or to a sync file), and the lowest level output generator chooses where to
write output based on that context.

This allows us to set the context globally, and all operations that write
output (including functions like $(info ...) etc.) will use it.

Removed the "--trace=dir" capability.  It was too confusing.  If you have
directory tracking enabled then output sync will print the enter/leave message
for each synchronized block.  If you don't want that, disable directory
tracking.
</content>
</entry>
<entry>
<title>[Bug #39310] Parse simple pattern prereqs for globbing.</title>
<updated>2013-07-22T06:23:02Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-07-22T06:19:13Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=40a49f244da5b417af8bede84ac221cee2318d88'/>
<id>urn:sha1:40a49f244da5b417af8bede84ac221cee2318d88</id>
<content type='text'>
We tried to get some efficiency by avoiding a parse_file_seq() for simple
pattern prerequisites, but this also means no wildcard expansion was
happening, so add it back.  Add regression tests for wildcards in target and
prerequisite lists.
</content>
</entry>
<entry>
<title>Keep a local count of the max dependency list size.</title>
<updated>2013-07-09T23:14:40Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-07-09T23:14:40Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=5601726151b3856ad26433d632392904ec059368'/>
<id>urn:sha1:5601726151b3856ad26433d632392904ec059368</id>
<content type='text'>
This global variable could be modified during recursion so keep our
own local copy to compare against.
</content>
</entry>
<entry>
<title>[SV #38442] Add library names to the string cache.</title>
<updated>2013-05-26T20:53:17Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-26T20:53:17Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=dc922e3f4c442255ba8deb84c9300aa7e3a6108c'/>
<id>urn:sha1:dc922e3f4c442255ba8deb84c9300aa7e3a6108c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SV #38945] Copy the entire buffer back when overwriting CR</title>
<updated>2013-05-26T18:41:45Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-26T18:41:45Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=c11024b3b3532ef7eb80df7d55c8b2fcdc20ce93'/>
<id>urn:sha1:c11024b3b3532ef7eb80df7d55c8b2fcdc20ce93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SV #39035] Compare OUT to the beginning of the OUT var/func, not IN.</title>
<updated>2013-05-26T17:56:51Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-26T17:56:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=bf60bbd67a345c27fae513372dd05a8c019176f6'/>
<id>urn:sha1:bf60bbd67a345c27fae513372dd05a8c019176f6</id>
<content type='text'>
</content>
</entry>
</feed>
