<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/w32, 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>(convert_Path_to_windows32): Fix last change.  Fixes Savannah bug #25412.</title>
<updated>2009-03-14T16:31:57Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2009-03-14T16:31:57Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=3fd62c76c261e10658a1ba365710ee26b6fb34fe'/>
<id>urn:sha1:3fd62c76c261e10658a1ba365710ee26b6fb34fe</id>
<content type='text'>
</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>Fixes from Eli Zaretskii:</title>
<updated>2007-10-10T13:22:21Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2007-10-10T13:22:21Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=2a23064da537eec5520495fa7033ab66cd8e5bfe'/>
<id>urn:sha1:2a23064da537eec5520495fa7033ab66cd8e5bfe</id>
<content type='text'>
Fix to allow quoted directories in PATH.
Fix for Savannah bug #20549.
</content>
</entry>
</feed>
