<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake, branch moved-to-git</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=moved-to-git</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=moved-to-git'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>2013-01-06T15:37:07Z</updated>
<entry>
<title>Add missing load.c file to POTFILES.in</title>
<updated>2013-01-06T15:37:07Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-01-06T15:37:07Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=85f9f6985d47c67db672008038f9c50f06a46630'/>
<id>urn:sha1:85f9f6985d47c67db672008038f9c50f06a46630</id>
<content type='text'>
</content>
</entry>
<entry>
<title> job.c (create_batch_file): Fix last change: always increment the</title>
<updated>2012-12-08T10:26:36Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2012-12-08T10:26:36Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0d12b1a207a6cce4d87c7023065a37ea035bef44'/>
<id>urn:sha1:0d12b1a207a6cce4d87c7023065a37ea035bef44</id>
<content type='text'>
 counter of batch files before trying to use it.
</content>
</entry>
<entry>
<title> job.c (construct_command_argv_internal): Remove " from</title>
<updated>2012-12-07T14:23:39Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2012-12-07T14:23:39Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=299f5faf9361abdf896279bb15fbeb565e927592'/>
<id>urn:sha1:299f5faf9361abdf896279bb15fbeb565e927592</id>
<content type='text'>
 sh_chars_dos[].  Ignore an escaped backslash inside a string
 quoted with "..".  This lifts the 4KB or 8KB command-line length
 limitation imposed by the Windows shell when a command uses quoted
 strings, because we now don't call the shell in that case.
</content>
</entry>
<entry>
<title> job.c (reap_children): Add debug message for when removal of a temporary</title>
<updated>2012-12-07T14:13:16Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2012-12-07T14:13:16Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0d5d963bcfd5fb625bff4ef2d08d1878cbf7f66d'/>
<id>urn:sha1:0d5d963bcfd5fb625bff4ef2d08d1878cbf7f66d</id>
<content type='text'>
 batch file fails.
</content>
</entry>
<entry>
<title>Avoid leaving temporary batch files in the temporary directory.</title>
<updated>2012-12-07T14:11:15Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2012-12-07T14:11:15Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=715927552ff90f6e77598ca2c216d49527368323'/>
<id>urn:sha1:715927552ff90f6e77598ca2c216d49527368323</id>
<content type='text'>
 job.c (create_batch_file): Declare the counter of batch files
 static, to avoid having 2 jobs using the same file name and
 stepping on each other's toes.  When all 64K names are used up,
 make one more loop looking for slots that became vacant.  This
 avoids leaving behind temporary batch files in the temporary
 directory, which happens frequently on a fast machine when using
 parallel builds.
</content>
</entry>
<entry>
<title>Implement new "load" directive.</title>
<updated>2012-10-29T07:05:21Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-10-29T07:05:21Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=7670c84f7732db29f5a9d9c145c2327f4b575f91'/>
<id>urn:sha1:7670c84f7732db29f5a9d9c145c2327f4b575f91</id>
<content type='text'>
Provides support for dynamically loadable objects in GNU make, as a
"technology preview".
</content>
</entry>
<entry>
<title>Rearrange elements to reduce struct size on 64bit architectures.</title>
<updated>2012-10-28T14:57:49Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-10-28T14:57:49Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=2efd6b47bf59c3202ccc6218b42ba360136d3789'/>
<id>urn:sha1:2efd6b47bf59c3202ccc6218b42ba360136d3789</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove extraneous close().</title>
<updated>2012-10-28T14:56:28Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-10-28T14:56:28Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=ca8885d5be16e5ea100d640761a60ab48b3bd8f0'/>
<id>urn:sha1:ca8885d5be16e5ea100d640761a60ab48b3bd8f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the required version of gettext to get new bugfix macros.</title>
<updated>2012-09-30T03:20:50Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-09-30T03:20:50Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=3a285e342ed1349925c3c5efd90403c5de8b6088'/>
<id>urn:sha1:3a285e342ed1349925c3c5efd90403c5de8b6088</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Define _GNU_SOURCE before testing for bsd_signal.</title>
<updated>2012-09-10T03:05:49Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-09-10T03:05:49Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=f263ff4ce9584f9e2af2d92933d4f27c06d40a80'/>
<id>urn:sha1:f263ff4ce9584f9e2af2d92933d4f27c06d40a80</id>
<content type='text'>
Fixes Savannah bug #32247
</content>
</entry>
</feed>
