<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/tests/scripts/functions, 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-02-25T06:38:36Z</updated>
<entry>
<title>Expand the loadable object support.</title>
<updated>2013-02-25T06:38:36Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-02-25T06:38:36Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=5058a94ee717d96285da20423324af3478df175d'/>
<id>urn:sha1:5058a94ee717d96285da20423324af3478df175d</id>
<content type='text'>
Provide a simple API for loaded objects to interact with GNU make.  I still
won't guarantee that this API won't change but it's much closer to something
that's supported and provides easy-to-use interfaces with a public header
file.
</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>Get error messages in the C locale for comparision with make output.</title>
<updated>2012-09-09T22:52:50Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-09-09T22:52:50Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=90ee335724c3165ae31bfc45486a1c185d85a19c'/>
<id>urn:sha1:90ee335724c3165ae31bfc45486a1c185d85a19c</id>
<content type='text'>
Fixes Savannah bug #35764.
</content>
</entry>
<entry>
<title>Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.</title>
<updated>2012-03-04T00:24:20Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-03-04T00:24:20Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=23c2b99e9d23e726ede9442728272616e66d416f'/>
<id>urn:sha1:23c2b99e9d23e726ede9442728272616e66d416f</id>
<content type='text'>
Fixes Savannah bug #34530.
</content>
</entry>
<entry>
<title>Fix Savannah bug #35410: handle escape chars in filter/filter-out</title>
<updated>2012-03-03T22:12:46Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-03-03T22:12:46Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=a77c5c09100ef56940546b543dd1c515529ca4bb'/>
<id>urn:sha1:a77c5c09100ef56940546b543dd1c515529ca4bb</id>
<content type='text'>
Also add a valgrind suppression file for Guile-enabled make.
</content>
</entry>
<entry>
<title>Create a new function $(file ...)</title>
<updated>2012-01-29T18:12:22Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-01-29T18:12:22Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=fca11f60390cf607f68b497c3909b1fb40251070'/>
<id>urn:sha1:fca11f60390cf607f68b497c3909b1fb40251070</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add GNU Guile as an optional embedded scripting language for make.</title>
<updated>2012-01-15T22:41:53Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-01-15T22:41:53Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=c992c4d80f51540699f33fed067caf6b7c38df79'/>
<id>urn:sha1:c992c4d80f51540699f33fed067caf6b7c38df79</id>
<content type='text'>
On configure-enabled systems, configure will detect Guile installed
(using pkg-config, which is how GNU Guile is distributed) and enable
it if so.

On all non-configure-enabled systems, currently, the default is for
Guile support to be disabled.
</content>
</entry>
<entry>
<title>Ensure variables defined in $(call ...) have global scope</title>
<updated>2011-09-12T05:29:58Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2011-09-12T05:29:58Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=a5c774a51b7bfa564e0e44bfc22213ac55abc562'/>
<id>urn:sha1:a5c774a51b7bfa564e0e44bfc22213ac55abc562</id>
<content type='text'>
Add a note about using #!/usr/bin/make -f to the manual.
Clean up the w32 subdirectory in the dist tarball.
</content>
</entry>
<entry>
<title>Inverted the boolean test from what I wanted it to be.  Added a</title>
<updated>2011-05-07T14:36:11Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2011-05-07T14:36:11Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=b664d3a91d57bbd7efdb042489d70a1473e46753'/>
<id>urn:sha1:b664d3a91d57bbd7efdb042489d70a1473e46753</id>
<content type='text'>
regression test to make sure this continues to work.
</content>
</entry>
<entry>
<title>Use the same algorithm for counting the number of words to sort as we</title>
<updated>2011-05-02T12:35:01Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2011-05-02T12:35:01Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=6979e7e43b57bba5cd7b88a8d09761fe476f01e8'/>
<id>urn:sha1:6979e7e43b57bba5cd7b88a8d09761fe476f01e8</id>
<content type='text'>
use to break up the list of words, so we're sure to get the same number.
Fixes Savannah bug #33125
</content>
</entry>
</feed>
