<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/glob/ChangeLog, branch 3.81</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=3.81</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=3.81'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>2006-03-10T02:20:45Z</updated>
<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>
<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>
<entry>
<title>More copyright/license updates.</title>
<updated>2006-02-11T20:00:39Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2006-02-11T20:00:39Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=24338ec9294acb19c3f8e0eaefa014aacfcba733'/>
<id>urn:sha1:24338ec9294acb19c3f8e0eaefa014aacfcba733</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Savannah bug # 13478.  If -L is given, take the latest mtime for a</title>
<updated>2005-06-25T23:00:17Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2005-06-25T23:00:17Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=f388233b033ccae26e567fb573fd3d7a87c71744'/>
<id>urn:sha1:f388233b033ccae26e567fb573fd3d7a87c71744</id>
<content type='text'>
symlink even if it is "dangling" (it doesn't resolve to a real file).
</content>
</entry>
<entry>
<title>Fix some Savannah bugs.</title>
<updated>2005-04-08T12:51:20Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2005-04-08T12:51:20Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=3daf8df6ee835b9edcc068af33ae97910bb8d934'/>
<id>urn:sha1:3daf8df6ee835b9edcc068af33ae97910bb8d934</id>
<content type='text'>
Updates to docs (still need more work here) and NEWS file.
New language.
</content>
</entry>
<entry>
<title>Portability fix for glob.h building in FreeBSD ports system.</title>
<updated>2003-01-30T05:22:52Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2003-01-30T05:22:52Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=d33ff301454fa1db9919674dbc2a37309bbd529f'/>
<id>urn:sha1:d33ff301454fa1db9919674dbc2a37309bbd529f</id>
<content type='text'>
Implement a fix for bug # 2169: too many OSs, even major OSs like Solaris,
don't properly implement SA_RESTART: important system calls like stat() can
still fail when SA_RESTART is set.  So, forget the BROKEN_RESTART config
check and get rid of atomic_stat() and atomic_readdir(), and implement
permanent wrappers for EINTR checking on various system calls (stat(),
fstat(), opendir(), and readdir() so far).
</content>
</entry>
<entry>
<title>Updates for new tools.  Everything works now building on Linux,</title>
<updated>2002-04-22T04:35:19Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2002-04-22T04:35:19Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=306462f0bd313d7db43f9843b60a5a8f1fa018d6'/>
<id>urn:sha1:306462f0bd313d7db43f9843b60a5a8f1fa018d6</id>
<content type='text'>
including creating make packages.  I'll try some other systems tomorrow.
Also added a new translation: Croatian.  Thanks!
</content>
</entry>
<entry>
<title>* Some configuration fixes.</title>
<updated>1999-09-14T00:17:58Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>1999-09-14T00:17:58Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=4121dea6a59367b4431cbe7a3c43d74fec9fd832'/>
<id>urn:sha1:4121dea6a59367b4431cbe7a3c43d74fec9fd832</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Various cleanups for release.</title>
<updated>1999-09-11T05:44:53Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>1999-09-11T05:44:53Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=b88c1d3a3db2d8d3381fe423edd7bd794f7cb21a'/>
<id>urn:sha1:b88c1d3a3db2d8d3381fe423edd7bd794f7cb21a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Various pre-release cleanups.</title>
<updated>1999-09-11T05:10:27Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>1999-09-11T05:10:27Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=373dbb43da6bce449b3443c3dee412e4fb791f69'/>
<id>urn:sha1:373dbb43da6bce449b3443c3dee412e4fb791f69</id>
<content type='text'>
</content>
</entry>
</feed>
