Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 39067: update options to correspond to latest versions of software in ↵ | Oliver Kiddle | 2016-08-19 | 1 | -1/+2 |
| | | | | various functions | ||||
* | 37972: Redirect stderr to /dev/null in cases where ${~param} might generate ↵ | Barton E. Schaefer | 2016-02-14 | 1 | -1/+1 |
| | | | | errors | ||||
* | 35957: fix _make-expandVars() | Jun-ichi Takimoto | 2015-08-02 | 1 | -60/+72 |
| | | | | Also use variables set in the command line and environment. | ||||
* | 35168: Improve parsing of case patterns. | Peter Stephenson | 2015-05-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | | "|" is now found properly by looking for words that come from the lexical analyser, rather than hacking a pattern returned in one dollop. Update some completion functions that need extra quoting as a result. Add test for new parsing. Update version number to 5.0.8-dev-3 because of wordcode incompatibility. | ||||
* | 34980: in completion match new Makefile assignment forms | Peter Stephenson | 2015-04-28 | 1 | -6/+6 |
| | |||||
* | 31840: "read" needs IFS unset to avoid stripping whitespace in makefiles | Barton E. Schaefer | 2013-10-18 | 1 | -1/+1 |
| | |||||
* | based on 31641, 31642: completion for more make variants | Peter Stephenson | 2013-08-29 | 1 | -1/+1 |
| | |||||
* | 31756: further make completion improvements. | Jun T | 2013-07-25 | 1 | -32/+44 |
| | | | | | | | ake care of mutually exclusive options. Add _description using $state_descr. Add completions for --debug=flag. Fix typo (pointed out by Daniel Shahaf). | ||||
* | 31525: Fix some options in _make | Jun T | 2013-07-17 | 1 | -4/+4 |
| | |||||
* | Update make completion with gnu options | Nick Cross | 2013-07-12 | 1 | -8/+30 |
| | |||||
* | users/17856: rewrite _make to use _arguments. | Peter Stephenson | 2013-07-11 | 1 | -10/+34 |
| | | | | No new option handling yet, but this should make it easier to add. | ||||
* | 29365: redefine _make() in _make. | Mikael Magnusson | 2011-05-27 | 1 | -66/+71 |
| | |||||
* | 29364: partial fix for make completion in dirs with spaces. | Mikael Magnusson | 2011-05-24 | 1 | -1/+1 |
| | |||||
* | _make: add _make- prefix to helper functions | Mikael Magnusson | 2011-04-27 | 1 | -16/+16 |
| | |||||
* | 28998: use correct return status in _make | Mikael Magnusson | 2011-04-15 | 1 | -5/+8 |
| | |||||
* | Baptiste Daroussin: 27431: _make: fix for FreeBSD | Peter Stephenson | 2009-11-24 | 1 | -1/+7 |
| | |||||
* | 27430: extend make variable value completion | Peter Stephenson | 2009-11-24 | 1 | -1/+1 |
| | |||||
* | 27429: _make: restore variable value completion | Peter Stephenson | 2009-11-24 | 1 | -186/+186 |
| | | | | make indentation more standard | ||||
* | Michael Hwang <michael.a.hwang@gmail.com>: 27428: | Peter Stephenson | 2009-11-24 | 1 | -149/+197 |
| | | | | improved _make | ||||
* | Vincent Lefevre: 24192: make GNU make completion support -include | Peter Stephenson | 2007-12-10 | 1 | -3/+3 |
| | |||||
* | 22992: make $? available in exit traps/hooks | Peter Stephenson | 2006-11-10 | 1 | -2/+8 |
| | | | | 22993: slightly more effective _make variable fix | ||||
* | 22988: arno: _make fix for special variables | Peter Stephenson | 2006-11-09 | 1 | -0/+2 |
| | |||||
* | 22205: patch from R.Ramkumar to use the argument to -C in make completion. | Clint Adams | 2006-02-09 | 1 | -10/+38 |
| | |||||
* | * 20906: Completion/Unix/Command/_make: patch from Mike "Stew" O'Connor | Clint Adams | 2005-03-02 | 1 | -5/+8 |
| | | | | to limit recursion depth in make completion variable expansion. | ||||
* | Don't try to expand a single-character Makefile variable if | Wayne Davison | 2005-03-02 | 1 | -1/+1 |
| | | | | it is a digit. | ||||
* | Use ";&" to have the new "(\$*)" case fall through to the continue. | Wayne Davison | 2004-11-11 | 1 | -1/+1 |
| | |||||
* | Handle $$ when expanding variables. | Wayne Davison | 2004-11-10 | 1 | -1/+5 |
| | |||||
* | * 20539: Completion/Unix/Command/_make: avoid problems minus signs | Clint Adams | 2004-11-02 | 1 | -1/+1 |
| | | | | in expandVars(). | ||||
* | Got rid of "cmdargs" local since it is no longer used. | Wayne Davison | 2004-10-12 | 1 | -1/+1 |
| | |||||
* | This version now uses a zsh function to parse the makefile instead | Wayne Davison | 2004-10-01 | 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). | ||||
* | * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by ↵ | Clint Adams | 2004-09-30 | 1 | -9/+6 |
| | | | | not using awk. | ||||
* | - Fixed the perl code that was using the @matches array. | Wayne Davison | 2004-08-21 | 1 | -4/+3 |
| | | | | - Simplified the other perl code just a little. | ||||
* | One of the new parenthetical expressions needs to not return a value | Wayne Davison | 2004-08-18 | 1 | -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 Davison | 2004-08-18 | 1 | -4/+4 |
| | |||||
* | Don't output make targets all clumped into a single string when useperl | Wayne Davison | 2004-08-18 | 1 | -1/+1 |
| | | | | is enabled. | ||||
* | 17535: use-perl style for _make | Peter Stephenson | 2002-08-14 | 1 | -2/+18 |
| | |||||
* | 16842: resolve name clash for nc between netcat and the nedit client for | Oliver Kiddle | 2002-03-15 | 1 | -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 Wischnowsky | 2002-03-13 | 1 | -1/+2 |
| | | | | sub-contexts both for function and style lookup (16819) | ||||
* | moved from Completion/User/_make | Sven Wischnowsky | 2001-04-02 | 1 | -0/+50 |