<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/tests/scripts/features, branch 4.1</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=4.1</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=4.1'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>2014-09-30T13:32:41Z</updated>
<entry>
<title>* tests/scripts/features/load: Avoid unused variable warnings.</title>
<updated>2014-09-30T13:32:41Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2014-09-30T13:31:39Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=3712e8a81913932d5daead046fa483de291ec502'/>
<id>urn:sha1:3712e8a81913932d5daead046fa483de291ec502</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* tests/config-flags.pm.in, tests/scripts/features/archives: [SV 43046]</title>
<updated>2014-09-08T00:14:26Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2014-09-08T00:12:12Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=621e9edfe9ac4ad20ce297787fa308b032b3fa8e'/>
<id>urn:sha1:621e9edfe9ac4ad20ce297787fa308b032b3fa8e</id>
<content type='text'>
Use the "ar" program detected by configure when running the test suite.
</content>
</entry>
<entry>
<title>* main.c (die): Close output_context AND make_sync.</title>
<updated>2014-01-12T15:54:29Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2014-01-11T21:10:02Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=9c8b68a905871882905fad6ca72c499a98bc2513'/>
<id>urn:sha1:9c8b68a905871882905fad6ca72c499a98bc2513</id>
<content type='text'>
die() can be invoked inside a separate output_context, if the
$(error ...) function is expanded as part of a recipe.
</content>
</entry>
<entry>
<title>* features/loadapi (test_expand): Allocate memory for the nul byte.</title>
<updated>2013-11-24T09:08:30Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-11-24T09:08:30Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=f5f5adb62cd8ea3d96e79b86f9e6fe8ada397b45'/>
<id>urn:sha1:f5f5adb62cd8ea3d96e79b86f9e6fe8ada397b45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SV 40240] Use configure info to build load test shared libs</title>
<updated>2013-10-19T19:39:15Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-10-19T19:39:15Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=107ab16bf6f0bb912aab2d72e019f20e11a03aba'/>
<id>urn:sha1:107ab16bf6f0bb912aab2d72e019f20e11a03aba</id>
<content type='text'>
* tests/config-flags.pm.in: A new file containing variable assignments
for the test suite; these variables are set by configure to contain
the values detected there for compilers, flags, etc.
* tests/run_make_tests.pl: Require the config-flags.pm file
* tests/scripts/features/load, tests/scripts/features/loadapi: Use the
configure-provided values when building the shared test library.
* configure.ac: Replace tests/config-flags.pm.in
* Makefile.am: Make sure tests/config-flags.pm is up to date
</content>
</entry>
<entry>
<title>[SV 39709] Fix some typos.</title>
<updated>2013-10-09T05:53:55Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-10-09T05:53:55Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=dc9ae5e017e6a8c162a0e15d28c09ace49c33c3a'/>
<id>urn:sha1:dc9ae5e017e6a8c162a0e15d28c09ace49c33c3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up some tests for use on Windows.</title>
<updated>2013-10-05T23:30:48Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-10-05T23:30:48Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=b539908f7363af9a4c767c999c389f1c6f311648'/>
<id>urn:sha1:b539908f7363af9a4c767c999c389f1c6f311648</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sanitize the registered function interface.</title>
<updated>2013-10-05T20:10:30Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-10-05T20:10:30Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=2fb91e19a02ff8a3e43145d582cfebaf3a60f1d9'/>
<id>urn:sha1:2fb91e19a02ff8a3e43145d582cfebaf3a60f1d9</id>
<content type='text'>
Expand the characters which are legal in a function name, and check
the name for validity.  Create a type for the function pointer.
Convert the last argument from a boolean to flags, to allow for expansion.
</content>
</entry>
<entry>
<title>[SV 31155] Parse order-only tokens in second expansion results.</title>
<updated>2013-09-22T21:10:35Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-22T20:59:04Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=fd30db129060770ac0851035e1ca00c371cbee62'/>
<id>urn:sha1:fd30db129060770ac0851035e1ca00c371cbee62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Regression test portability to Solaris.</title>
<updated>2013-09-22T21:10:34Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-22T15:28:46Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=65931ce7a9a84ddb9adb118b7558bfd1b8c3ee46'/>
<id>urn:sha1:65931ce7a9a84ddb9adb118b7558bfd1b8c3ee46</id>
<content type='text'>
</content>
</entry>
</feed>
