about summary refs log tree commit diff
path: root/Completion/Unix/Command/_make
Commit message (Collapse)AuthorAgeFilesLines
* 22992: make $? available in exit traps/hooksPeter Stephenson2006-11-101-2/+8
| | | | 22993: slightly more effective _make variable fix
* 22988: arno: _make fix for special variablesPeter Stephenson2006-11-091-0/+2
|
* 22205: patch from R.Ramkumar to use the argument to -C in make completion.Clint Adams2006-02-091-10/+38
|
* * 20906: Completion/Unix/Command/_make: patch from Mike "Stew" O'ConnorClint Adams2005-03-021-5/+8
| | | | to limit recursion depth in make completion variable expansion.
* Don't try to expand a single-character Makefile variable ifWayne Davison2005-03-021-1/+1
| | | | it is a digit.
* Use ";&" to have the new "(\$*)" case fall through to the continue.Wayne Davison2004-11-111-1/+1
|
* Handle $$ when expanding variables.Wayne Davison2004-11-101-1/+5
|
* * 20539: Completion/Unix/Command/_make: avoid problems minus signsClint Adams2004-11-021-1/+1
| | | | in expandVars().
* Got rid of "cmdargs" local since it is no longer used.Wayne Davison2004-10-121-1/+1
|
* This version now uses a zsh function to parse the makefile insteadWayne Davison2004-10-011-20/+91
| | | | | | 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).
* * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by ↵Clint Adams2004-09-301-9/+6
| | | | not using awk.
* - Fixed the perl code that was using the @matches array.Wayne Davison2004-08-211-4/+3
| | | | - Simplified the other perl code just a little.
* One of the new parenthetical expressions needs to not return a valueWayne Davison2004-08-181-1/+1
| | | | so that it doesn't put items into the @matches array.
* Don't output a target "VAR" for a line of the form "VAR := VALUE".Wayne Davison2004-08-181-4/+4
|
* Don't output make targets all clumped into a single string when useperlWayne Davison2004-08-181-1/+1
| | | | is enabled.
* 17535: use-perl style for _makePeter Stephenson2002-08-141-2/+18
|
* 16842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle2002-03-151-13/+4
| | | | completion and add _pick_variant to resolve program variants in general
* remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky2002-03-131-1/+2
| | | | sub-contexts both for function and style lookup (16819)
* moved from Completion/User/_makeSven Wischnowsky2001-04-021-0/+50