<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/make.git/tests/scripts/features/se_implicit, branch trunk</title>
<subtitle>launchpad.net: make
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/make.git/'/>
<entry>
<title>[SV 31155] Parse order-only tokens in second expansion results.</title>
<updated>2013-09-22T21:10:35+00:00</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-22T21:10:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/make.git/commit/?id=fdafd90e37f2cb2b631cd4bf4d759d8c942a1c81'/>
<id>fdafd90e37f2cb2b631cd4bf4d759d8c942a1c81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep a local count of the max dependency list size.</title>
<updated>2013-07-09T23:14:40+00:00</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-07-09T23:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/make.git/commit/?id=f3edc3f0fe69f21cf2c18d5f7482c8ece6584acb'/>
<id>f3edc3f0fe69f21cf2c18d5f7482c8ece6584acb</id>
<content type='text'>
This global variable could be modified during recursion so keep our
own local copy to compare against.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This global variable could be modified during recursion so keep our
own local copy to compare against.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix broken handling of order-only prereqs in secondary expansion</title>
<updated>2009-09-24T20:59:22+00:00</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2009-09-24T20:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/make.git/commit/?id=3f898423c47073486c401cd82414dd70d8ec0b4f'/>
<id>3f898423c47073486c401cd82414dd70d8ec0b4f</id>
<content type='text'>
  of implicit rules.
- Fix leaked memory when dealing with implicit rule chains that
  have file variables or pattern variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  of implicit rules.
- Fix leaked memory when dealing with implicit rule chains that
  have file variables or pattern variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Rework secondary expansion so we only defer it if there's a possibility</title>
<updated>2009-09-24T02:41:44+00:00</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2009-09-24T02:41:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/make.git/commit/?id=09613d6b6b54484c749e7b837a26919a5c37c8a5'/>
<id>09613d6b6b54484c749e7b837a26919a5c37c8a5</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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  it might be needed: for most situations we parse prereqs immediately as
  we used to.  Reduces memory usage.
- Fixes Savannah bug #18622.
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend .SECONDEXPANSION to implicit rules.  Final fix for bug #13781.</title>
<updated>2005-12-11T15:41:17+00:00</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2005-12-11T15:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/make.git/commit/?id=fd443e9b7110e6efe4b3c0d82cfaa501bab97908'/>
<id>fd443e9b7110e6efe4b3c0d82cfaa501bab97908</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed stem termination and stem triple-expansion bugs.</title>
<updated>2005-03-03T17:39:48+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@kolpackov.net</email>
</author>
<published>2005-03-03T17:39:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/make.git/commit/?id=f067be2845b3a98f3275a79c5cb3a9eb310d4eb9'/>
<id>f067be2845b3a98f3275a79c5cb3a9eb310d4eb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implementation of the second expansion in explicit</title>
<updated>2005-02-27T21:40:23+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@kolpackov.net</email>
</author>
<published>2005-02-27T21:40:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/make.git/commit/?id=8eea5e8ec1bbb1d81a04a8493526952a29adc015'/>
<id>8eea5e8ec1bbb1d81a04a8493526952a29adc015</id>
<content type='text'>
rules, static pattern rules and implicit rules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rules, static pattern rules and implicit rules.
</pre>
</div>
</content>
</entry>
</feed>
