summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_make
AgeCommit message (Expand)AuthorFilesLines
2007-12-10Vincent Lefevre: 24192: make GNU make completion support -includePeter Stephenson1-3/+3
2006-11-1022992: make $? available in exit traps/hooksPeter Stephenson1-2/+8
2006-11-0922988: arno: _make fix for special variablesPeter Stephenson1-0/+2
2006-02-0922205: patch from R.Ramkumar to use the argument to -C in make completion.Clint Adams1-10/+38
2005-03-02 * 20906: Completion/Unix/Command/_make: patch from Mike "Stew" O'ConnorClint Adams1-5/+8
2005-03-02Don't try to expand a single-character Makefile variable ifWayne Davison1-1/+1
2004-11-11Use ";&" to have the new "(\$*)" case fall through to the continue.Wayne Davison1-1/+1
2004-11-10Handle $$ when expanding variables.Wayne Davison1-1/+5
2004-11-02 * 20539: Completion/Unix/Command/_make: avoid problems minus signsClint Adams1-1/+1
2004-10-12Got rid of "cmdargs" local since it is no longer used.Wayne Davison1-1/+1
2004-10-01This version now uses a zsh function to parse the makefile insteadWayne Davison1-20/+91
2004-09-30 * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by n...Clint Adams1-9/+6
2004-08-21- Fixed the perl code that was using the @matches array.Wayne Davison1-4/+3
2004-08-18One of the new parenthetical expressions needs to not return a valueWayne Davison1-1/+1
2004-08-18Don't output a target "VAR" for a line of the form "VAR := VALUE".Wayne Davison1-4/+4
2004-08-18Don't output make targets all clumped into a single string when useperlWayne Davison1-1/+1
2002-08-1417535: use-perl style for _makePeter Stephenson1-2/+18
2002-03-1516842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle1-13/+4
2002-03-13remove that -T option to compdef again and instead use comma-separated sub-co...Sven Wischnowsky1-1/+2
2001-04-02moved from Completion/User/_makeSven Wischnowsky1-0/+50