<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/tests/scripts/functions, branch 3.81</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=3.81</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=3.81'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>2006-04-01T06:36:40Z</updated>
<entry>
<title>Release GNU make 3.81.</title>
<updated>2006-04-01T06:36:40Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2006-04-01T06:36:40Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=a8f101d0bc354896e410e218db12b449b0447de7'/>
<id>urn:sha1:a8f101d0bc354896e410e218db12b449b0447de7</id>
<content type='text'>
Update NEWS docs.
Enhance the manual to use automake version.texi, and use the canonical
FSF copyright features and statement.
Some $(realpath ...) tests won't work on Windows; leave them out
The jobserver filedescriptor test might fail if some FDs are reserved,
so for now comment out that check.
</content>
</entry>
<entry>
<title>Numerous updates to tests for issues found on Cygwin and Windows.</title>
<updated>2006-03-10T02:20:45Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2006-03-10T02:20:45Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=6d8d9b74d9c50cb07fe952ac0929f618e4280a55'/>
<id>urn:sha1:6d8d9b74d9c50cb07fe952ac0929f618e4280a55</id>
<content type='text'>
Revert a fix for $? including non-existent files as it shows a bug
in the Linux kernel build.  Give them a release to fix this.
Add some changes from Eli Z. for Windows changes.
</content>
</entry>
<entry>
<title>Fix Savannah bug #106: keep separate track of which variable we are</title>
<updated>2006-02-15T23:54:42Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2006-02-15T23:54:42Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0806a403d65ef6a7f16e2c17aa8286100ebad5d7'/>
<id>urn:sha1:0806a403d65ef6a7f16e2c17aa8286100ebad5d7</id>
<content type='text'>
expanding, and use that info when generating error messages instead of
the file info, where appropriate.
</content>
</entry>
<entry>
<title>- New code capability: a read-only string cache.  Start of solution for</title>
<updated>2006-02-10T05:29:00Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2006-02-10T05:29:00Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=5a7a42cfce638f52f702b4d317c45c7186b8c0b4'/>
<id>urn:sha1:5a7a42cfce638f52f702b4d317c45c7186b8c0b4</id>
<content type='text'>
  Savannah bug #15182, but not much uses it yet.  Coming shortly.
- Added short-circuiting $(and ..) and $(or ...) functions.
</content>
</entry>
<entry>
<title>Update the make.1 man page.</title>
<updated>2005-12-13T14:44:17Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2005-12-13T14:44:17Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=4bd6db9df127f74a0fd957ddbda4743a9c22e053'/>
<id>urn:sha1:4bd6db9df127f74a0fd957ddbda4743a9c22e053</id>
<content type='text'>
Use rm -f instead of rm in the test scripts.  Fixes bug #15085.
</content>
</entry>
<entry>
<title>Implemented the flavor function which returns the flavor of</title>
<updated>2005-11-17T07:27:28Z</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@kolpackov.net</email>
</author>
<published>2005-11-17T07:27:28Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=1fd3f9d79cdf3f03450129020d3310b726003ed3'/>
<id>urn:sha1:1fd3f9d79cdf3f03450129020d3310b726003ed3</id>
<content type='text'>
a variable ('simple', 'recursive', or 'undefined').
</content>
</entry>
<entry>
<title>Preserve the backslash that's printed by echo.</title>
<updated>2005-08-29T18:45:31Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2005-08-29T18:45:31Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0ffd22cb448ad10d5d212dd4760c9464ad5f1a92'/>
<id>urn:sha1:0ffd22cb448ad10d5d212dd4760c9464ad5f1a92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix make.h preprocessor directive to work better with Windows compilers.</title>
<updated>2005-08-29T14:11:00Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2005-08-29T14:11:00Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=f7598efb676502e3ade6aac4a61be0984de4abda'/>
<id>urn:sha1:f7598efb676502e3ade6aac4a61be0984de4abda</id>
<content type='text'>
Fix some regression tests to (hopefully) work better on Windows.
</content>
</entry>
<entry>
<title>Wrapped calls to $(wildcard ) with $(sort) so that the resulting order</title>
<updated>2005-08-13T19:24:49Z</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@kolpackov.net</email>
</author>
<published>2005-08-13T19:24:49Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=bf58e35105696abf9f68f8e1536a3bbfa73ad60e'/>
<id>urn:sha1:bf58e35105696abf9f68f8e1536a3bbfa73ad60e</id>
<content type='text'>
is no longer filesystem-dependant.
</content>
</entry>
<entry>
<title>Various minor updates and code cleanups.</title>
<updated>2005-07-12T04:35:13Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2005-07-12T04:35:13Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=1e9dc3ce45ac44ea51292ca964b52ce47fee3ad3'/>
<id>urn:sha1:1e9dc3ce45ac44ea51292ca964b52ce47fee3ad3</id>
<content type='text'>
</content>
</entry>
</feed>
