<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/w32/subproc, 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> w32/subproc/sub_proc.c: Include stdint.h.</title>
<updated>2010-07-09T12:05:10Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2010-07-09T12:05:10Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=b85b7e0a55d0a82cf4d108a022d2768483ddc4b6'/>
<id>urn:sha1:b85b7e0a55d0a82cf4d108a022d2768483ddc4b6</id>
<content type='text'>
 (sub_process_t): Use intptr_t for file handles and pid_t for
 process ID.
 (process_pipes, process_init_fd, process_begin): Use intptr_t for
 file handles and pid_t for process ID.
 Savannah bug #27809.  Patch by Ozkan Sezer &lt;sezeroz@gmail.com&gt;
</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>	* w32/subproc/sub_proc.c (process_begin): Check *ep non-NULL</title>
<updated>2009-09-14T18:18:37Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2009-09-14T18:18:37Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=295a05fbd661ae519de7d65887df90cb38d6bd44'/>
<id>urn:sha1:295a05fbd661ae519de7d65887df90cb38d6bd44</id>
<content type='text'>
	inside the loop that looks up environment for PATH.
</content>
</entry>
<entry>
<title>&lt;top level&gt;: Update Copyright years.  Add prototype for xmalloc.</title>
<updated>2009-03-14T14:42:06Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2009-03-14T14:42:06Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=27ef86f6b1caa78cefabc632dfbbe78bf7aa56d6'/>
<id>urn:sha1:27ef86f6b1caa78cefabc632dfbbe78bf7aa56d6</id>
<content type='text'>
(find_file): Accept 3 arguments PATH_VAR, FULL_FNAME, and FULL_LEN
instead of an LPOFSTRUCT pointer.  Use xmalloc instead of malloc.
Loop over an array of extensions, instead of duplicating the same
code inline.  Use SearchPath followed by CreateFile, instead of
the obsolete OpenFile.  Fixes Savannah bug #17277.
(process_begin): Find $(PATH) in `envp', and pass a pointer to it
to `find_file'.  Fixes Savannah bug #25662.
</content>
</entry>
<entry>
<title>	* build_w32.bat (GCCBuild): Use "-gdwarf-2 -g3" instead of</title>
<updated>2008-09-30T11:26:16Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2008-09-30T11:26:16Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=f8f3b9005b47c821f35275c3fefd228f76a59301'/>
<id>urn:sha1:f8f3b9005b47c821f35275c3fefd228f76a59301</id>
<content type='text'>
	"-gstabs+ -ggdb3".

	* w32/subproc/build.bat (GCCBuild): Likewise.
</content>
</entry>
<entry>
<title>Convert to Unix line-endings.</title>
<updated>2007-10-24T20:06:32Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2007-10-24T20:06:32Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=c1f71b0336fbeb105363a389dec27902ff9f280e'/>
<id>urn:sha1:c1f71b0336fbeb105363a389dec27902ff9f280e</id>
<content type='text'>
</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>Numerous updates to tests for issues found on Cygwin and Windows.</title>
<updated>2006-03-10T02:20:45Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2006-03-10T02:20:45Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=6d8d9b74d9c50cb07fe952ac0929f618e4280a55'/>
<id>urn:sha1:6d8d9b74d9c50cb07fe952ac0929f618e4280a55</id>
<content type='text'>
Revert a fix for $? including non-existent files as it shows a bug
in the Linux kernel build.  Give them a release to fix this.
Add some changes from Eli Z. for Windows changes.
</content>
</entry>
</feed>
