Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-10 | Vincent Lefevre: 24192: make GNU make completion support -include | Peter Stephenson | 1 | -3/+3 | |
2006-11-10 | 22992: make $? available in exit traps/hooks | Peter Stephenson | 1 | -2/+8 | |
22993: slightly more effective _make variable fix | |||||
2006-11-09 | 22988: arno: _make fix for special variables | Peter Stephenson | 1 | -0/+2 | |
2006-02-09 | 22205: patch from R.Ramkumar to use the argument to -C in make completion. | Clint Adams | 1 | -10/+38 | |
2005-03-02 | * 20906: Completion/Unix/Command/_make: patch from Mike "Stew" O'Connor | Clint Adams | 1 | -5/+8 | |
to limit recursion depth in make completion variable expansion. | |||||
2005-03-02 | Don't try to expand a single-character Makefile variable if | Wayne Davison | 1 | -1/+1 | |
it is a digit. | |||||
2004-11-11 | Use ";&" to have the new "(\$*)" case fall through to the continue. | Wayne Davison | 1 | -1/+1 | |
2004-11-10 | Handle $$ when expanding variables. | Wayne Davison | 1 | -1/+5 | |
2004-11-02 | * 20539: Completion/Unix/Command/_make: avoid problems minus signs | Clint Adams | 1 | -1/+1 | |
in expandVars(). | |||||
2004-10-12 | Got rid of "cmdargs" local since it is no longer used. | Wayne Davison | 1 | -1/+1 | |
2004-10-01 | This version now uses a zsh function to parse the makefile instead | Wayne Davison | 1 | -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). | |||||
2004-09-30 | * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by ↵ | Clint Adams | 1 | -9/+6 | |
not using awk. | |||||
2004-08-21 | - Fixed the perl code that was using the @matches array. | Wayne Davison | 1 | -4/+3 | |
- Simplified the other perl code just a little. | |||||
2004-08-18 | One of the new parenthetical expressions needs to not return a value | Wayne Davison | 1 | -1/+1 | |
so that it doesn't put items into the @matches array. | |||||
2004-08-18 | Don't output a target "VAR" for a line of the form "VAR := VALUE". | Wayne Davison | 1 | -4/+4 | |
2004-08-18 | Don't output make targets all clumped into a single string when useperl | Wayne Davison | 1 | -1/+1 | |
is enabled. | |||||
2002-08-14 | 17535: use-perl style for _make | Peter Stephenson | 1 | -2/+18 | |
2002-03-15 | 16842: resolve name clash for nc between netcat and the nedit client for | Oliver Kiddle | 1 | -13/+4 | |
completion and add _pick_variant to resolve program variants in general | |||||
2002-03-13 | remove that -T option to compdef again and instead use comma-separated ↵ | Sven Wischnowsky | 1 | -1/+2 | |
sub-contexts both for function and style lookup (16819) | |||||
2001-04-02 | moved from Completion/User/_make | Sven Wischnowsky | 1 | -0/+50 | |