about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* 20277 (modified)Wayne Davison2004-10-011-0/+6
|
* 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).
* 20427: Fix problem with _oldlist and custom completer.Peter Stephenson2004-10-013-1/+24
| | | | 20339: show-completer style
* * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by ↵Clint Adams2004-09-302-9/+11
| | | | not using awk.
* 20414: Completion/Unix/Type/_diff_options: correct missing minus in ↵Clint Adams2004-09-282-1/+6
| | | | --unified, spotted by Paul Wagland.
* Some improvements suggested by Oliver.Wayne Davison2004-09-281-12/+9
|
* unposted: improve p4 add to ignore files being added alreadyPeter Stephenson2004-09-272-1/+13
|
* 20409Wayne Davison2004-09-251-0/+6
|
* Completion for the darcs revision control system. Derived fromWayne Davison2004-09-251-0/+14
| | | | the zsh completion example that ships with darcs.
* 20397: Fix places where texinfo changes "--" to "-"Bart Schaefer2004-09-224-4/+11
|
* Unposted: update _perforce for release 2004.2Peter Stephenson2004-09-212-16/+102
|
* 20398: allow clean exit from within widget functionPeter Stephenson2004-09-212-1/+12
|
* Fix typo.Bart Schaefer2004-09-201-1/+1
|
* 20391: SHLVL wasn't updated in environmentPeter Stephenson2004-09-202-2/+7
|
* 20388: tweak ignoreeof behavior on user-defined widgets to match docs.Bart Schaefer2004-09-202-2/+13
|
* 20387: revised algorithm for the fix in 20363.Bart Schaefer2004-09-203-17/+19
|
* 20378: Matthias B.: fix bugs joining with metafied chars.Peter Stephenson2004-09-174-4/+23
|
* 20364: use $WIDGETSTYLE in _oldlistPeter Stephenson2004-09-162-3/+7
|
* 20363: Src/init.c, Src/Zle/zle_main.cPeter Stephenson2004-09-133-5/+20
|
* 20348: rejig WIDGETSTYLE and add WIDGETFUNCPeter Stephenson2004-09-103-9/+37
|
* Tests for EVAL_LINENO and for "command" used with POSIX_BUILTINS.Bart Schaefer2004-09-091-1/+15
|
* 20331: Use internal zlong variables for consistencyPeter Stephenson2004-09-099-64/+126
| | | | 20332: Add WIDGETSTYLE zle parameter
* 20330: rationalise zle return statusesPeter Stephenson2004-09-083-15/+26
|
* 20320, 20325: improved EVAL_LINENO + XTRACE fix, plus EVAL_LINENO test;Bart Schaefer2004-09-081-0/+9
| | | | fix and test for "command -v" crash with POSIX_BUILTINS.
* 20325: consensus fix for "command -v" crash w/POSIXBUILTINS.Bart Schaefer2004-09-081-2/+13
|
* 20320: rewrite of 20318, for sanity.Bart Schaefer2004-09-081-12/+9
|
* 20318: Fix xtrace output bug introduced by 20308.Bart Schaefer2004-09-042-4/+10
|
* 20308: add EVAL_LINENO optionPeter Stephenson2004-09-036-6/+44
|
* 20303: zle -I test and running zle widgets in trapsPeter Stephenson2004-09-023-7/+35
|
* 20300: fix spurious EOF from ^CPeter Stephenson2004-09-022-5/+17
|
* Previously-forgotten entry corresponding to zed fix from workers/20244.Bart Schaefer2004-09-021-0/+5
|
* 20283Wayne Davison2004-08-241-0/+5
|
* Incorporate Jean-Baptiste Quenot's change that improves the parsingWayne Davison2004-08-241-1/+1
| | | | of the <target ...> tag.
* 20282Wayne Davison2004-08-241-0/+6
|
* When downline() calls upline() or visa versa (due to a negative zmult),Wayne Davison2004-08-241-2/+2
| | | | | the value of "n" that was returned should be negative but was positive. Fixes some problems with {down,up}-line-or-history and others.
* - Fixed the perl code that was using the @matches array.Wayne Davison2004-08-211-4/+3
| | | | - Simplified the other perl code just a little.
* 02070Wayne Davison2004-08-181-2/+3
|
* 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
|
* 20269Wayne Davison2004-08-181-0/+5
|
* Don't output make targets all clumped into a single string when useperlWayne Davison2004-08-181-1/+1
| | | | is enabled.
* 20251: integer conversion truncationPeter Stephenson2004-08-167-86/+149
| | | | | | 20258: save command status in prompt substitution update FAQ rename version to 4.2.1-dev-1
* unposted: config.guess, config.sub: update to 2004-07-19 and 2004-06-24, ↵Clint Adams2004-08-133-53/+139
| | | | respectively.
* Version 4.2.1 zsh-4.2.1Peter Stephenson2004-08-132-2/+6
|
* Changed an entry that was space-indented to being tab-indented likeWayne Davison2004-08-111-1/+1
| | | | all the others.
* 20254: restrict scope of the default tag-order to fix a problem with cdrecordOliver Kiddle2004-08-112-0/+6
| | | | completion. Ideally the tag-order should go but _arguments currently needs it.
* 20244: fix bug with zed-iting autoloaded functions.Bart Schaefer2004-08-101-1/+1
|
* 20237: handle mysqlimport, more mysql options. Redo screen session completionOliver Kiddle2004-08-073-70/+129
|
* 20236: fix problem with keep-prefix style where a modifier removes the prefixOliver Kiddle2004-08-072-2/+6
|
* 20235: sync remote file completion against _ssh to fix bug with quote handlingOliver Kiddle2004-08-072-25/+25
|