<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/NEWS, 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>Add some alloca(0) calls for systems without "normal" alloca support.</title>
<updated>2006-03-20T02:36:36Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2006-03-20T02:36:36Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=24aac7f8f6c72d60ce7c9f80868cbf21fb458072'/>
<id>urn:sha1:24aac7f8f6c72d60ce7c9f80868cbf21fb458072</id>
<content type='text'>
Fix a file descriptor leak with make re-exec while using the jobserver.
Update some release information.
</content>
</entry>
<entry>
<title>Fix Savannah bug #15913.</title>
<updated>2006-03-15T03:31:30Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2006-03-15T03:31:30Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=50eb3cf5e5a8a68b68e966a6607f668f2c36191e'/>
<id>urn:sha1:50eb3cf5e5a8a68b68e966a6607f668f2c36191e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some test updates for Windows.</title>
<updated>2006-03-08T20:15:08Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2006-03-08T20:15:08Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=afc4906acaeb7191e4ec085d7be4ca5b036b821d'/>
<id>urn:sha1:afc4906acaeb7191e4ec085d7be4ca5b036b821d</id>
<content type='text'>
Handle SHELL set on the command line properly for windows.
</content>
</entry>
<entry>
<title>Move the copyright info to the end of the NEWS file, otherwise automake's</title>
<updated>2006-02-20T03:34:02Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2006-02-20T03:34:02Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=08bfd86103b6be48c43d36b950eb7d4ea9e8a7a5'/>
<id>urn:sha1:08bfd86103b6be48c43d36b950eb7d4ea9e8a7a5</id>
<content type='text'>
GNITS check doesn't think we have updated it (only scans the first 15 lines).
</content>
</entry>
<entry>
<title>Last of the copyright updates.</title>
<updated>2006-02-11T22:16:04Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2006-02-11T22:16:04Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=a6bdc58385dc90037f0a43e9af92bbf0672adc5e'/>
<id>urn:sha1:a6bdc58385dc90037f0a43e9af92bbf0672adc5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright and license notices on all files.</title>
<updated>2006-02-11T19:02:21Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2006-02-11T19:02:21Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=586daef9bcbefc234734ea3fc49da4db2083e723'/>
<id>urn:sha1:586daef9bcbefc234734ea3fc49da4db2083e723</id>
<content type='text'>
Added new file strcache.c to various non-UNIX makefiles and build scripts.
</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>Various updates, mainly to the Windows port, from Eli Zaretskii and</title>
<updated>2006-02-01T07:54:22Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2006-02-01T07:54:22Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=4cd35390242bc3e7720dd9831e4bd03e55c636e2'/>
<id>urn:sha1:4cd35390242bc3e7720dd9831e4bd03e55c636e2</id>
<content type='text'>
Markus Maurhart.
</content>
</entry>
<entry>
<title>Various changes getting ready for the release of 3.81.</title>
<updated>2006-01-04T14:45:16Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2006-01-04T14:45:16Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=64e16d6c00a59fcff9681e032ac8dbec46d3e960'/>
<id>urn:sha1:64e16d6c00a59fcff9681e032ac8dbec46d3e960</id>
<content type='text'>
- Updates to make.texi and make.1 and other documentation
- Some VMS patches
- Fix minor bugs reported on the mailing list and from Debian.
</content>
</entry>
</feed>
