<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Completion/Unix/Command/_make, branch zsh-4.3.2</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Completion/Unix/Command/_make?h=zsh-4.3.2</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Completion/Unix/Command/_make?h=zsh-4.3.2'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2006-02-09T14:51:24Z</updated>
<entry>
<title>22205: patch from R.Ramkumar to use the argument to -C in make completion.</title>
<updated>2006-02-09T14:51:24Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2006-02-09T14:51:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=21fb933522cd7509c52acf49bf771cec305d6fe8'/>
<id>urn:sha1:21fb933522cd7509c52acf49bf771cec305d6fe8</id>
<content type='text'>
</content>
</entry>
<entry>
<title> * 20906: Completion/Unix/Command/_make: patch from Mike "Stew" O'Connor</title>
<updated>2005-03-02T20:31:17Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2005-03-02T20:31:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b456dfcfbab00a025df7e152fc78ecd255031f44'/>
<id>urn:sha1:b456dfcfbab00a025df7e152fc78ecd255031f44</id>
<content type='text'>
 to limit recursion depth in make completion variable expansion.
</content>
</entry>
<entry>
<title>Don't try to expand a single-character Makefile variable if</title>
<updated>2005-03-02T19:06:23Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2005-03-02T19:06:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=dca8aa342a46d6e58777a5b58d41996fea54954a'/>
<id>urn:sha1:dca8aa342a46d6e58777a5b58d41996fea54954a</id>
<content type='text'>
it is a digit.
</content>
</entry>
<entry>
<title>Use ";&amp;" to have the new "(\$*)" case fall through to the continue.</title>
<updated>2004-11-11T19:05:25Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2004-11-11T19:05:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e4ba1a2ec8cd6b73d6e931e00e4a5d16e131a473'/>
<id>urn:sha1:e4ba1a2ec8cd6b73d6e931e00e4a5d16e131a473</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle $$ when expanding variables.</title>
<updated>2004-11-10T17:28:25Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2004-11-10T17:28:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=115c000e25f6c5246bbcd5fa5f9a0a5b143179e2'/>
<id>urn:sha1:115c000e25f6c5246bbcd5fa5f9a0a5b143179e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title> * 20539: Completion/Unix/Command/_make: avoid problems minus signs</title>
<updated>2004-11-02T23:26:42Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2004-11-02T23:26:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=07d95ba04c599775fa671df39ff02e50107a373f'/>
<id>urn:sha1:07d95ba04c599775fa671df39ff02e50107a373f</id>
<content type='text'>
 in expandVars().
</content>
</entry>
<entry>
<title>Got rid of "cmdargs" local since it is no longer used.</title>
<updated>2004-10-12T20:05:13Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2004-10-12T20:05:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bb5c466af89e4ce61bbecf0b559eab4676456efd'/>
<id>urn:sha1:bb5c466af89e4ce61bbecf0b559eab4676456efd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This version now uses a zsh function to parse the makefile instead</title>
<updated>2004-10-01T17:16:02Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2004-10-01T17:16:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4b3edafbbd1b2d6ac645b83713bd0bd45d531d1b'/>
<id>urn:sha1:4b3edafbbd1b2d6ac645b83713bd0bd45d531d1b</id>
<content type='text'>
of awk or perl.  That function has been enhanced to follow includes
and to expand variables (which makes a target such as foo$(EXEEXT)
expand into the right executable extention for the current system).
</content>
</entry>
<entry>
<title> * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by not using awk.</title>
<updated>2004-09-30T16:05:47Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2004-09-30T16:05:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0fa7015cc8ae9774c1e449688e29dee0b6aee438'/>
<id>urn:sha1:0fa7015cc8ae9774c1e449688e29dee0b6aee438</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Fixed the perl code that was using the @matches array.</title>
<updated>2004-08-21T03:07:01Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2004-08-21T03:07:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=60b7d10a80aec0bc9135f463d1d8f9c2f6dd675c'/>
<id>urn:sha1:60b7d10a80aec0bc9135f463d1d8f9c2f6dd675c</id>
<content type='text'>
- Simplified the other perl code just a little.
</content>
</entry>
<entry>
<title>One of the new parenthetical expressions needs to not return a value</title>
<updated>2004-08-18T20:30:27Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2004-08-18T20:30:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=472e21e242c6bbfa27b3f28fb7d2b733c3c7eb75'/>
<id>urn:sha1:472e21e242c6bbfa27b3f28fb7d2b733c3c7eb75</id>
<content type='text'>
so that it doesn't put items into the @matches array.
</content>
</entry>
<entry>
<title>Don't output a target "VAR" for a line of the form "VAR := VALUE".</title>
<updated>2004-08-18T20:22:46Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2004-08-18T20:22:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f12d3cca9ff37efe6e82ee17d6b340732347bd88'/>
<id>urn:sha1:f12d3cca9ff37efe6e82ee17d6b340732347bd88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't output make targets all clumped into a single string when useperl</title>
<updated>2004-08-18T17:10:27Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2004-08-18T17:10:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9dd5252c9fcdb22c1246c8a8943083e0317fdc2e'/>
<id>urn:sha1:9dd5252c9fcdb22c1246c8a8943083e0317fdc2e</id>
<content type='text'>
is enabled.
</content>
</entry>
<entry>
<title>17535: use-perl style for _make</title>
<updated>2002-08-14T15:18:19Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2002-08-14T15:18:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=513088857a59c7704734bd7cc3d9a8bc7492e11b'/>
<id>urn:sha1:513088857a59c7704734bd7cc3d9a8bc7492e11b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>16842: resolve name clash for nc between netcat and the nedit client for</title>
<updated>2002-03-15T16:26:08Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2002-03-15T16:26:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=79323d6d41c91860cd05800a06cf8076df5051bd'/>
<id>urn:sha1:79323d6d41c91860cd05800a06cf8076df5051bd</id>
<content type='text'>
completion and add _pick_variant to resolve program variants in general
</content>
</entry>
<entry>
<title>remove that -T option to compdef again and instead use comma-separated sub-contexts both for function and style lookup (16819)</title>
<updated>2002-03-13T09:28:04Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2002-03-13T09:28:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=45f9a36216637075172d0bdf7ad8e18fad34c42e'/>
<id>urn:sha1:45f9a36216637075172d0bdf7ad8e18fad34c42e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved from Completion/User/_make</title>
<updated>2001-04-02T11:56:47Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-04-02T11:56:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3ba711cbbebc59e8c1d279393d3c469e7c4f5ea0'/>
<id>urn:sha1:3ba711cbbebc59e8c1d279393d3c469e7c4f5ea0</id>
<content type='text'>
</content>
</entry>
</feed>
