<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake, branch 4.0</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=4.0</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=4.0'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>2013-10-09T06:09:21Z</updated>
<entry>
<title>GNU Make release 4.0.</title>
<updated>2013-10-09T06:09:21Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-10-09T05:54:24Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=52191d9d613819a77a321ad6c3ab16e1bc73c381'/>
<id>urn:sha1:52191d9d613819a77a321ad6c3ab16e1bc73c381</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SV 39709] Fix some typos.</title>
<updated>2013-10-09T05:53:55Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-10-09T05:53:55Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=dc9ae5e017e6a8c162a0e15d28c09ace49c33c3a'/>
<id>urn:sha1:dc9ae5e017e6a8c162a0e15d28c09ace49c33c3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Untabify posixfcn.c.</title>
<updated>2013-10-07T16:16:11Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2013-10-07T16:16:11Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=723e0474286be3b200e01d695c3f63a30565fe1a'/>
<id>urn:sha1:723e0474286be3b200e01d695c3f63a30565fe1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Foix compilation with MSVC.</title>
<updated>2013-10-07T16:14:01Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2013-10-07T16:14:01Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=b69b04dc8cdbadbf8933f5f317a1cc8bc5c1eb60'/>
<id>urn:sha1:b69b04dc8cdbadbf8933f5f317a1cc8bc5c1eb60</id>
<content type='text'>
 w32/compat/posixfcn.c (tmpfile): Move declaration of h before
 the first executable statement.  Reported by Gisle Vanem &lt;gvanem@yahoo.no&gt;.
</content>
</entry>
<entry>
<title>Clean up some tests for use on Windows.</title>
<updated>2013-10-05T23:30:48Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-10-05T23:30:48Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=b539908f7363af9a4c767c999c389f1c6f311648'/>
<id>urn:sha1:b539908f7363af9a4c767c999c389f1c6f311648</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sanitize the registered function interface.</title>
<updated>2013-10-05T20:10:30Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-10-05T20:10:30Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=2fb91e19a02ff8a3e43145d582cfebaf3a60f1d9'/>
<id>urn:sha1:2fb91e19a02ff8a3e43145d582cfebaf3a60f1d9</id>
<content type='text'>
Expand the characters which are legal in a function name, and check
the name for validity.  Create a type for the function pointer.
Convert the last argument from a boolean to flags, to allow for expansion.
</content>
</entry>
<entry>
<title> function.c (abspath): Reset root_len to one for Cygwin only when</title>
<updated>2013-10-03T16:02:14Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2013-10-03T16:02:14Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=f96c114e22c26dbcd18b7c16590b5e0ef0c58fe9'/>
<id>urn:sha1:f96c114e22c26dbcd18b7c16590b5e0ef0c58fe9</id>
<content type='text'>
 HAVE_DOS_PATHS is defined.  Suggested by Christopher Faylor.
</content>
</entry>
<entry>
<title>Fix tmpfile on MS-Windows.</title>
<updated>2013-10-02T16:48:21Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2013-10-02T16:48:21Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=98197303b145c488740b93fb45d2d72cde243dcc'/>
<id>urn:sha1:98197303b145c488740b93fb45d2d72cde243dcc</id>
<content type='text'>
 w32/compat/posixfcn.c (tmpfile): New function, a replacement for
 the Windows libc version.
</content>
</entry>
<entry>
<title>Fix $abspath on Cygwin when HAVE_DOS_PATHS is in effect.</title>
<updated>2013-10-02T16:39:53Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2013-10-02T16:39:53Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=f8786092ad753e75021db36a5a4daeca7f2b77e7'/>
<id>urn:sha1:f8786092ad753e75021db36a5a4daeca7f2b77e7</id>
<content type='text'>
 function.c (IS_ABSOLUTE) [__CYGWIN__]: Special definition for Cygwin.
 (abspath) [__CYGWIN__]: Reset root_len to 1 if the absolute file name
 has the Posix /foo/bar form.
 [HAVE_DOS_PATHS]: Use root_len instead of hard-coded 2.
</content>
</entry>
<entry>
<title>Release GNU Make version 3.99.93.</title>
<updated>2013-10-01T04:33:01Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-10-01T04:33:01Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=1d4c15b4e16cca40d238bff3e8ff2d0e2d0e2ca2'/>
<id>urn:sha1:1d4c15b4e16cca40d238bff3e8ff2d0e2d0e2ca2</id>
<content type='text'>
</content>
</entry>
</feed>
