<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/doc, 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>Some memory leak cleanups (found with valgrind).</title>
<updated>2006-02-14T15:42:17Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2006-02-14T15:42:17Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=86af3872a910e314d20ef911fad1819ad90c1291'/>
<id>urn:sha1:86af3872a910e314d20ef911fad1819ad90c1291</id>
<content type='text'>
</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>Fix Savannah bugs # 15341, 15534, and 15533.</title>
<updated>2006-02-06T16:21:59Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2006-02-06T16:21:59Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=a4e3523fe408158c15026a884d1515c34de27de6'/>
<id>urn:sha1:a4e3523fe408158c15026a884d1515c34de27de6</id>
<content type='text'>
Rewrite large chunks of the "Commands" section of the manual to better
describe then backslash-newline handling, the SHELL variable, etc.
</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>
<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>Implemented the .INCLUDE_DIRS special variable. It expands to a list</title>
<updated>2005-11-14T15:31:13Z</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@kolpackov.net</email>
</author>
<published>2005-11-14T15:31:13Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=3dd1faa5c849dbeb59a88653068c010699ce86f7'/>
<id>urn:sha1:3dd1faa5c849dbeb59a88653068c010699ce86f7</id>
<content type='text'>
of directories that make searches for included makefiles.
</content>
</entry>
</feed>
