<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/tests/scripts/features/patternrules, branch master</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>2012-03-04T00:24:20Z</updated>
<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>Bump the version to 3.82.90.</title>
<updated>2010-08-29T23:05:26Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2010-08-29T23:05:26Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=a86d1693bac05e04f90a2ee3c4fa3547c788377c'/>
<id>urn:sha1:a86d1693bac05e04f90a2ee3c4fa3547c788377c</id>
<content type='text'>
Fix some doc bugs.
Implement the --trace flag.
Show filename/linenumber on error.
</content>
</entry>
<entry>
<title>Implement the shortest stem first search order for pattern-specific variables and pattern rules.</title>
<updated>2009-09-28T12:31:55Z</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@kolpackov.net</email>
</author>
<published>2009-09-28T12:31:55Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=f5891a26d8d3ed87b059856650b2bdb0c7ea355e'/>
<id>urn:sha1:f5891a26d8d3ed87b059856650b2bdb0c7ea355e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Rework secondary expansion so we only defer it if there's a possibility</title>
<updated>2009-09-24T02:41:44Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2009-09-24T02:41:44Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0afbbf8595b6035a5a930399d20320d2e2852d72'/>
<id>urn:sha1:0afbbf8595b6035a5a930399d20320d2e2852d72</id>
<content type='text'>
  it might be needed: for most situations we parse prereqs immediately as
  we used to.  Reduces memory usage.
- Fixes Savannah bug #18622.
</content>
</entry>
<entry>
<title>- Fix Savannah bug #19108</title>
<updated>2009-06-10T02:21:09Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2009-06-10T02:21:09Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=c8840352acf40443a70ea3748130cee055154492'/>
<id>urn:sha1:c8840352acf40443a70ea3748130cee055154492</id>
<content type='text'>
- Fix Savannah bug #17752
- Test suite:
  * When tests fail keep a "run" file containing the command invoked.
  * Support for the Valgrind "memcheck" and "massif" tools.
</content>
</entry>
<entry>
<title>- Modify access of config and gnulib Savannah modules to use GIT</title>
<updated>2009-06-04T06:30:27Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2009-06-04T06:30:27Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=81f3e4babd128f6740d05b371122762924522fb6'/>
<id>urn:sha1:81f3e4babd128f6740d05b371122762924522fb6</id>
<content type='text'>
- Fix Savannah bug #24655.
- Fix Savannah bug #24588.
- Fix Savannah bug #24277.
- Fix Savannah bug #25697.
- Fix Savannah bug #25694.
- Fix Savannah bug #25460.
- Fix Savannah bug #26207.
- Fix Savannah bug #25712.
- Fix Savannah bug #26593.
- Fix various doc issues.
</content>
</entry>
<entry>
<title>This is a major update, which switches virtually every allocated-but-not-freed</title>
<updated>2007-03-20T03:02:26Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2007-03-20T03:02:26Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=6ccf33cdbdfda2aea5d51e4d4991881c74d853d1'/>
<id>urn:sha1:6ccf33cdbdfda2aea5d51e4d4991881c74d853d1</id>
<content type='text'>
string into the strcache.  As a side-effect, many more structure members and
function arguments can/should be declared const.

As mentioned in the changelog, unfortunately measurement shows that this
change does not yet reduce memory.  The problem is with secondary expansion:
because of this we store all the prerequisites in the string cache twice.
First we store the prerequisite string after initial expansion but before
secondary expansion, then we store each individual file after secondary
expansion and expand_deps().  I plan to change expand_deps() to be callable
in either context (eval or snap_deps) then have non-second-expansion
targets call expand_deps() during eval, so that we only need to store that
dependency list once.
</content>
</entry>
<entry>
<title>Fixed bug #13022 by setting is_target flag on files that this implicit</title>
<updated>2005-12-09T16:46:19Z</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@kolpackov.net</email>
</author>
<published>2005-12-09T16:46:19Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0e6c4f5b0ed4183bbdb8cdce168dcbd1bc9cf182'/>
<id>urn:sha1:0e6c4f5b0ed4183bbdb8cdce168dcbd1bc9cf182</id>
<content type='text'>
pattern rule also makes.
</content>
</entry>
<entry>
<title>Various fixes and updates from testers of the beta3 release (mostly Windows</title>
<updated>2005-07-04T03:50:59Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2005-07-04T03:50:59Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0e30f46a624803455dcc74acf9a333666467d253'/>
<id>urn:sha1:0e30f46a624803455dcc74acf9a333666467d253</id>
<content type='text'>
and OS/2 changes).
</content>
</entry>
<entry>
<title>Cleaned up some problems found with the tests running on a powerful</title>
<updated>2005-06-27T22:18:47Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2005-06-27T22:18:47Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=7dfa2461c32020f56a55239830b280752b1748a1'/>
<id>urn:sha1:7dfa2461c32020f56a55239830b280752b1748a1</id>
<content type='text'>
Solaris system with an EMC NFS storage solution.  Still get some odd
errors here unfortunately related to sub-second timestamps that I just
can't figure out.  It all works if we run the tests in /tmp instead
though :-/.
</content>
</entry>
</feed>
