<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/config.h.W32.template, 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-19T07:10:53Z</updated>
<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>Update copyrights for 2010.</title>
<updated>2010-07-13T01:20:10Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2010-07-13T01:20:10Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=9903cda2a734c2f86eefcff656aad032fbb79078'/>
<id>urn:sha1:9903cda2a734c2f86eefcff656aad032fbb79078</id>
<content type='text'>
</content>
</entry>
<entry>
<title>config.h.W32.template (pid_t): Add a definition for 64-bit Windows builds that don't use GCC.</title>
<updated>2010-07-09T11:38:01Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2010-07-09T11:38:01Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=94bda718c4b7131b48eda8c6e7c0afe79e2b7d89'/>
<id>urn:sha1:94bda718c4b7131b48eda8c6e7c0afe79e2b7d89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright years.</title>
<updated>2009-10-25T18:56:44Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2009-10-25T18:56:44Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=5f188b39a49a7eb0d06979b451863dd7ff26a074'/>
<id>urn:sha1:5f188b39a49a7eb0d06979b451863dd7ff26a074</id>
<content type='text'>
</content>
</entry>
<entry>
<title>config.h.W32: Include sys/types.h.</title>
<updated>2007-12-22T11:00:29Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2007-12-22T11:00:29Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=be883de241f76937d03a0a623636a34a3d2b77c3'/>
<id>urn:sha1:be883de241f76937d03a0a623636a34a3d2b77c3</id>
<content type='text'>
[!_PID_T_] (pid_t): Define only if not already defined.
</content>
</entry>
<entry>
<title>* Update to GPLv3</title>
<updated>2007-07-04T19:35:15Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2007-07-04T19:35:15Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=891ebd4d9766c1fb0bd11bd0fe8ef3ca871d4bc0'/>
<id>urn:sha1:891ebd4d9766c1fb0bd11bd0fe8ef3ca871d4bc0</id>
<content type='text'>
* Update copyright to 2007
* Fix download URL for translation files (thanks to Thiemo Seufer)
</content>
</entry>
<entry>
<title>Fix Savannah bug #19656: rationalize our use of case-insensitive string</title>
<updated>2007-05-09T02:01:53Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2007-05-09T02:01:53Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=52ebc531ce68b369594267a716e93f53720c8f1b'/>
<id>urn:sha1:52ebc531ce68b369594267a716e93f53720c8f1b</id>
<content type='text'>
comparison functions to always use POSIX strcasecmp().  For non-POSIX
systems that use other functions (strcmpi or stricmp) use a macro to alias
strcasecmp to those.  If we can't find any of them (VMS, plus whatever
UNIX doesn't have them) then define our own version in misc.c.
</content>
</entry>
<entry>
<title>Fixed a number of documentation bugs, plus some build/install issues:</title>
<updated>2006-10-01T05:38:38Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2006-10-01T05:38:38Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=7595f38f62afa7ac3451018d865fb251e3ce91c3'/>
<id>urn:sha1:7595f38f62afa7ac3451018d865fb251e3ce91c3</id>
<content type='text'>
  16304, 16468, 16577, 17701, 17880, 16051, 16652, 16698
Plus some from the mailing list.

Imported a patch from Eli to allow Cygwin builds to support DOS-style
pathnames.
</content>
</entry>
<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>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>
</feed>
