<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/tests/scripts, branch 3.82</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=3.82</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=3.82'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>2010-07-28T05:39:50Z</updated>
<entry>
<title>Release GNU make 3.82</title>
<updated>2010-07-28T05:39:50Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2010-07-28T05:39:50Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=95f1a32d27eef91a8a037522467d7060e7da2624'/>
<id>urn:sha1:95f1a32d27eef91a8a037522467d7060e7da2624</id>
<content type='text'>
- Update tests for Solaris bizarre-ness
- Update files for release
</content>
</entry>
<entry>
<title>- Many fixup patches from Savannah.</title>
<updated>2010-07-19T07:10:53Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2010-07-19T07:10:53Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=fba20a776da6d4a36db21d9b21e9e937bef00ac3'/>
<id>urn:sha1:fba20a776da6d4a36db21d9b21e9e937bef00ac3</id>
<content type='text'>
- Fix the test suite on Solaris (from Boris)
- Update the manual for .ONESHELL
</content>
</entry>
<entry>
<title>Forgot to add the ONESHELL regression tests.</title>
<updated>2010-07-12T05:29:25Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2010-07-12T05:29:25Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=bbe7b86718cead9196d48ffdb441c4408053ae1c'/>
<id>urn:sha1:bbe7b86718cead9196d48ffdb441c4408053ae1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Enhance .POSIX to set -e when invoking shells, as demanded by a</title>
<updated>2010-07-06T06:37:42Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2010-07-06T06:37:42Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=c7b469f0f337247acb83067d8f4aa4dc76b8a9a9'/>
<id>urn:sha1:c7b469f0f337247acb83067d8f4aa4dc76b8a9a9</id>
<content type='text'>
  backward-incompatible change in the 2008 POSIX specification.
- Add the .SHELLFLAGS variable so people can choose their own shell flags.
- Add tests for this.
- Add documentation for this.
</content>
</entry>
<entry>
<title>Fixups for warnings on Windows (esp 64bit).</title>
<updated>2010-07-05T18:32:03Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2010-07-05T18:32:03Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=c78b7265bd1ee374a5e515d79448d0e3452b5ede'/>
<id>urn:sha1:c78b7265bd1ee374a5e515d79448d0e3452b5ede</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Add whitespace to command line invocation in features/recursion</title>
<updated>2010-07-01T07:16:00Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2010-07-01T07:16:00Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=97f106fa105b5d776fb0d6ce3b60493d25f825f4'/>
<id>urn:sha1:97f106fa105b5d776fb0d6ce3b60493d25f825f4</id>
<content type='text'>
- Set up .FEATURES with separate calls for optional features, as some
  compilers don't like conditionals inside macro invocations.
</content>
</entry>
<entry>
<title>Implement linker-compatible library search.</title>
<updated>2009-11-12T16:42:36Z</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@kolpackov.net</email>
</author>
<published>2009-11-12T16:42:36Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=fe43fa9de38d9e1f18bdc1924a2cee72f244bdd5'/>
<id>urn:sha1:fe43fa9de38d9e1f18bdc1924a2cee72f244bdd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New command line option:  --eval=STRING will cause STRING to be</title>
<updated>2009-10-25T00:46:52Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2009-10-25T00:46:52Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=4e51b6d9a4eb7eef2272551d55d8abaadd5f01e3'/>
<id>urn:sha1:4e51b6d9a4eb7eef2272551d55d8abaadd5f01e3</id>
<content type='text'>
evaluated as a makefile statement before the first makefile is
read.
</content>
</entry>
<entry>
<title>Fix savannah bug 25780. Optimize things a bit.</title>
<updated>2009-10-06T12:36:29Z</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@kolpackov.net</email>
</author>
<published>2009-10-06T12:36:29Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=bd2d124f275cec912d33ec1463ba66e799518340'/>
<id>urn:sha1:bd2d124f275cec912d33ec1463ba66e799518340</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement the new undefine directive.</title>
<updated>2009-10-06T06:56:57Z</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@kolpackov.net</email>
</author>
<published>2009-10-06T06:56:57Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=4254e88cfa7704ea4a55d94a9aee5b19b081b3db'/>
<id>urn:sha1:4254e88cfa7704ea4a55d94a9aee5b19b081b3db</id>
<content type='text'>
</content>
</entry>
</feed>
