summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-04-13display number of matches again when asking if a completion list should be ↵Sven Wischnowsky3-6/+20
shown (only when not zero) (10724)
2000-04-1210706: Andrej: Fix quoting in awk args.Bart Schaefer2-2/+6
2000-04-1210700: Andrej: Support Pyramid's internationalized manpaths.Bart Schaefer2-6/+41
2000-04-12Use _arguments for bindkey completion and fix small typo in docsOliver Kiddle3-7/+41
2000-04-12forgot one #if for commenting out the group-stuff for $compstate[insert]Sven Wischnowsky1-1/+2
2000-04-12compare mapped zwc files using stat instead of the pathnames (10699)Sven Wischnowsky3-12/+23
2000-04-12allow brace expansion on patterns for file-patterns and tag-order (10695)Sven Wischnowsky4-13/+24
2000-04-12missing initialisation for next field in assignments for substitutions for ↵Sven Wischnowsky2-0/+4
fc builtin (10692)
2000-04-12keep _oldlist from using the dummy match inserted for warnings (10691)Sven Wischnowsky3-3/+9
2000-04-12comment out the code to allow $compstate[insert] to select the group (10690)Sven Wischnowsky5-79/+2946
2000-04-12display number of lines instead of number of matches when asking whether to ↵Sven Wischnowsky3-4/+8
show completion lists (10686)
2000-04-12new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing ↵Sven Wischnowsky6-431/+1053
to find word (10685)
2000-04-1210681: Setopts in _complete_help the same as _main_complete.Bart Schaefer2-1/+8
2000-04-1110680: spelling corrections in _diff_optionsClint Adams2-32/+42
2000-04-1110669: compinstall more flexible with input and output filesPeter Stephenson2-5/+55
2000-04-1110657: One change missed in 10635.Bart Schaefer2-3/+9
Also, a no-op cleanup in prompt_bart_setup.
2000-04-11make trailing blanks in file-patterns tags be removed (10650)Sven Wischnowsky2-1/+4
2000-04-11make _oldlist ignore old list when _complete_help is used (10648)Sven Wischnowsky2-2/+5
2000-04-11make _oldlist ignore list from _complete_help; _match runs for every match ↵Sven Wischnowsky4-16/+28
spec from matcher-list; _approximate doesn't redefine compadd if that is already a function (10641)
2000-04-11_make uses $words[1] for command name (10635)Sven Wischnowsky2-6/+9
2000-04-11_wanted now tests both tags and labels; change places where _wanted was ↵Sven Wischnowsky57-1089/+1312
called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632)
2000-04-1010628: Check for GNU make using "_call version ..." as was done for GNU diff.Bart Schaefer3-4/+31
2000-04-10detect ignored signals correctly (10625)Sven Wischnowsky3-61/+268
2000-04-10typo caused ignored-patterns to be ignored (10622)Sven Wischnowsky2-1/+4
2000-04-10addx() inserts x more often (10621)Sven Wischnowsky2-1/+4
2000-04-10properly restore scriptname in doshfunc() (10620)Sven Wischnowsky2-6/+8
2000-04-10use special-dirs with _path_files -g (3019)Sven Wischnowsky2-1/+5
2000-04-10more careful with checking index of $history (10614)Sven Wischnowsky2-1/+16
2000-04-10fix for bashautolist+automenu (10609)Sven Wischnowsky4-3173/+1450
2000-04-1010606: Fix thinko in 10598.Bart Schaefer2-6/+13
2000-04-1010602: Where'd that stray 2 come from?Bart Schaefer2-1/+3
2000-04-0910598: Fix typo; reformat styles documentation for readability.Bart Schaefer3-151/+214
2000-04-09compinstall update; 3.1.6-dev-22Peter Stephenson4-63/+271
2000-04-0810591: Chmouel Boudjnah: Completion for the fakeroot program.Bart Schaefer1-0/+6
2000-04-0810594: Fix index into $history in prompt_bart_precmd.Bart Schaefer4-18/+20
10591: Completion/User/_fakeroot: Completion for the fakeroot program. 10590: Completion/Linux/_rpm: Signature checking completes only local package files.
2000-04-07stat -o shows file modes in octalPeter Stephenson3-39/+144
2000-04-0710582: Apply STTY only to process group leaders.Bart Schaefer2-1/+4
2000-04-0710562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo.Bart Schaefer4-11/+31
2000-04-07make sure caller-supplied explanation takes precedence (10579)Sven Wischnowsky4-6/+16
2000-04-07complete make targets of the form `foo bar:' (10575)Sven Wischnowsky2-1/+4
2000-04-07cursor placed on wrong word part with ** match spec (10573)Sven Wischnowsky2-0/+9
2000-04-07missing initialisations, -W with multiple directories didn't wor (10571)Sven Wischnowsky3-2/+10
2000-04-0710564: typo in _wantedClint Adams6-7/+113
10565: maximum function depth configure option 10566: patgetglobflags has a second argument now
2000-04-0610547: (#s) and (#e) pattern assertionsPeter Stephenson7-271/+870
2000-04-06zefram2: Src/lex.c: Support "3&> foo" etc.Andrew Main2-2/+17
2000-04-06zefram1: configure.in, Etc/zsh-development-guide: List of toolsAndrew Main3-134/+842
required for development work, and a little more conspicuous explanation of the config.status hack.
2000-04-06*** empty log message ***Sven Wischnowsky1-3/+3
2000-04-06avoid distcleaning Test twice (10543)Sven Wischnowsky2-1/+2
2000-04-06tag in file-patterns optional, use `files' as default (10542)Sven Wischnowsky3-10/+21
2000-04-06use zsh as command name in error messages even with -cSven Wischnowsky2-150/+304