<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/tests, branch 3.99.90</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=3.99.90</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=3.99.90'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>2013-05-17T06:29:46Z</updated>
<entry>
<title>Update source file format: remove TABs, use GNU coding styles.</title>
<updated>2013-05-17T06:29:46Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-17T06:29:46Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=96cf67bd29957cfde6c5f15cfec7e370c6dbabe2'/>
<id>urn:sha1:96cf67bd29957cfde6c5f15cfec7e370c6dbabe2</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>
<entry>
<title>Add requirement for plugin_is_GPL_compatible symbol in loaded objects.</title>
<updated>2013-05-15T02:53:42Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-15T02:53:42Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=c21c1455fdfc6e87d75941f48841c72903e1e0f4'/>
<id>urn:sha1:c21c1455fdfc6e87d75941f48841c72903e1e0f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new variable: GNUMAKEFLAGS</title>
<updated>2013-05-13T06:48:18Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-13T06:48:04Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=c7732bd5add31b38fea113c9ab4ad4d97a0870c7'/>
<id>urn:sha1:c7732bd5add31b38fea113c9ab4ad4d97a0870c7</id>
<content type='text'>
This allows you to write portable makefiles that set GNU make-specific command
line options in the environment or makefile: add them to GNUMAKEFLAGS instead
of MAKEFLAGS and they will be seen by GNU make but ignored by other
implementations of make.
</content>
</entry>
<entry>
<title>Use level o_env_override for MAKEFLAGS so it's reset even with -e.</title>
<updated>2013-05-13T06:30:14Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-13T06:17:29Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=2627d8322136eac2b499dd12e2769eb01d7c74bc'/>
<id>urn:sha1:2627d8322136eac2b499dd12e2769eb01d7c74bc</id>
<content type='text'>
Fixes Savannah bug #2216.
</content>
</entry>
<entry>
<title>Add new --trace[=MODE] flags, with --trace=dir</title>
<updated>2013-05-13T05:30:24Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-13T05:30:24Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=381baeef7aa4f2c8758a9910ebb97af46c0dd7eb'/>
<id>urn:sha1:381baeef7aa4f2c8758a9910ebb97af46c0dd7eb</id>
<content type='text'>
This mode replaces the previous heuristic setting enabled with -O, where we
would log directory enter/leave for each synchronized output.  Now we only
do that if --trace=dir is given.
</content>
</entry>
<entry>
<title>cosmetics: fix few innocuous typos</title>
<updated>2013-05-06T00:50:37Z</updated>
<author>
<name>Stefano Lattarini</name>
<email>stefano.lattarini@gmail.com</email>
</author>
<published>2013-04-30T13:37:03Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=13f13b96b3182cf7569b98c6235675af11a6a3de'/>
<id>urn:sha1:13f13b96b3182cf7569b98c6235675af11a6a3de</id>
<content type='text'>
Most of these were found using Lucas De Marchi's 'codespell' tool.

* ChangeLog: Fix minor typos.
* ChangeLog.2: Likewise.
* README.Amiga: Likewise.
* TODO.private: Likewise.
* function.c: Likewise.
* glob/glob.h: Likewise.
* job.c: Likewise.
* main.c: Likewise.
* readme.vms: Likewise.
* remake.c: Likewise.
* tests/ChangeLog: Likewise.
* tests/NEWS: Likewise.
* tests/README: Likewise.
* tests/scripts/variables/private: Likewise.
* vmsdir.h: Likewise.
* signame.c: Likewise.  While at it, improve line wrapping in the
touched comment.

Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini &lt;stefano.lattarini@gmail.com&gt;
</content>
</entry>
<entry>
<title>Rename the -O "job" mode to "line" and "make" to "recurse".</title>
<updated>2013-05-06T00:19:00Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-06T00:19:00Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=15f795793906ac8b184b5cf9dcbe515ba9df92ef'/>
<id>urn:sha1:15f795793906ac8b184b5cf9dcbe515ba9df92ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure command lines are written synchronously with -O.</title>
<updated>2013-05-05T21:03:51Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-05T21:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=1d992d8fe75f5dbc832cbcfe82e3f56489f7df54'/>
<id>urn:sha1:1d992d8fe75f5dbc832cbcfe82e3f56489f7df54</id>
<content type='text'>
If output-sync is enabled, have make write the command line to the temp file
instead of printing it directly to the screen to ensure that the output is
ordered properly.  Also, remove extraneous enter/leave operations by having
them printed directly when dumping temp file output.
</content>
</entry>
<entry>
<title>Add memory allocation cleanup to loadable objects.</title>
<updated>2013-05-04T21:38:53Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-04T21:38:53Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=3484c9675a8a09904e08e00bf6842d834cd0201d'/>
<id>urn:sha1:3484c9675a8a09904e08e00bf6842d834cd0201d</id>
<content type='text'>
Add gmk_alloc() and gmk_free() functions so loadable objects can access our
memory model.  Also provide a more extensive example in the manual.
</content>
</entry>
</feed>
