<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/w32/compat, branch master</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>2014-09-30T13:32:42Z</updated>
<entry>
<title>Update Copyright statements for 2014.</title>
<updated>2014-09-30T13:32:42Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2014-09-30T12:33:21Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0a3a0756b987e2f7f06322de746c3da5fef4c9ed'/>
<id>urn:sha1:0a3a0756b987e2f7f06322de746c3da5fef4c9ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support MAKE_TERMOUT and MAKE_TERMERR on MS-Windows.</title>
<updated>2014-09-15T16:51:41Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2014-09-15T16:51:41Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=b484efca569713b0518ae6e226ef5451d7125e28'/>
<id>urn:sha1:b484efca569713b0518ae6e226ef5451d7125e28</id>
<content type='text'>
* w32/compat/posixfcn.c (isatty, ttyname): New functions.
* config.h.W32.template (HAVE_TTYNAME): Define.  Add a prototype
for ttyname.
</content>
</entry>
<entry>
<title>* w32/*: Remove TABs from the source code.</title>
<updated>2013-11-28T00:43:33Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-11-28T00:43:33Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=a4937bc897320563091a77087baf1cdbe52885ab'/>
<id>urn:sha1:a4937bc897320563091a77087baf1cdbe52885ab</id>
<content type='text'>
I know whitespace commits are annoying, but having these TABs is
causing me to miss things when I search through the code.  This
doesn't try to change the w32 code to meet GNU coding standards.
</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>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 build failures on EMX for output-sync support.</title>
<updated>2013-09-29T17:17:56Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-29T17:17:56Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=38066b6f19033431052e45861a1671dfb23ea0de'/>
<id>urn:sha1:38066b6f19033431052e45861a1671dfb23ea0de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix broken w32 build due to OUTPUT_SYNC -&gt; NO_OUTPUT_SYNC inversion.</title>
<updated>2013-09-23T07:56:51Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2013-09-23T07:56:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=55a0c0e414f3f3f2fd30b5297f072b5a973d400a'/>
<id>urn:sha1:55a0c0e414f3f3f2fd30b5297f072b5a973d400a</id>
<content type='text'>
 w32/compat/posixfcn.c: Fix the forgotten OUTPUT_SYNC conditional.
 job.h: Ditto, but in a comment.
</content>
</entry>
<entry>
<title>Fix a typo in a comment.</title>
<updated>2013-09-16T08:42:20Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2013-09-16T08:42:20Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=8a6205b43f6224dfaa759ce73d7b1c9772b6d645'/>
<id>urn:sha1:8a6205b43f6224dfaa759ce73d7b1c9772b6d645</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright for changes in 2013.</title>
<updated>2013-05-17T05:47:42Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-17T05:46:11Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=5370238316ee4284fe058a9c298a5734d2686678'/>
<id>urn:sha1:5370238316ee4284fe058a9c298a5734d2686678</id>
<content type='text'>
</content>
</entry>
</feed>
