about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* display number of lines instead of number of matches when asking whether to ↵Sven Wischnowsky2000-04-123-4/+8
| | | | show completion lists (10686)
* new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing ↵Sven Wischnowsky2000-04-126-431/+1053
| | | | to find word (10685)
* 10681: Setopts in _complete_help the same as _main_complete.Bart Schaefer2000-04-122-1/+8
|
* 10680: spelling corrections in _diff_optionsClint Adams2000-04-112-32/+42
|
* 10669: compinstall more flexible with input and output filesPeter Stephenson2000-04-112-5/+55
|
* 10657: One change missed in 10635.Bart Schaefer2000-04-112-3/+9
| | | | Also, a no-op cleanup in prompt_bart_setup.
* make trailing blanks in file-patterns tags be removed (10650)Sven Wischnowsky2000-04-112-1/+4
|
* make _oldlist ignore old list when _complete_help is used (10648)Sven Wischnowsky2000-04-112-2/+5
|
* make _oldlist ignore list from _complete_help; _match runs for every match ↵Sven Wischnowsky2000-04-114-16/+28
| | | | spec from matcher-list; _approximate doesn't redefine compadd if that is already a function (10641)
* _make uses $words[1] for command name (10635)Sven Wischnowsky2000-04-112-6/+9
|
* _wanted now tests both tags and labels; change places where _wanted was ↵Sven Wischnowsky2000-04-1157-1089/+1312
| | | | called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632)
* 10628: Check for GNU make using "_call version ..." as was done for GNU diff.Bart Schaefer2000-04-103-4/+31
|
* detect ignored signals correctly (10625)Sven Wischnowsky2000-04-103-61/+268
|
* typo caused ignored-patterns to be ignored (10622)Sven Wischnowsky2000-04-102-1/+4
|
* addx() inserts x more often (10621)Sven Wischnowsky2000-04-102-1/+4
|
* properly restore scriptname in doshfunc() (10620)Sven Wischnowsky2000-04-102-6/+8
|
* use special-dirs with _path_files -g (3019)Sven Wischnowsky2000-04-102-1/+5
|
* more careful with checking index of $history (10614)Sven Wischnowsky2000-04-102-1/+16
|
* fix for bashautolist+automenu (10609)Sven Wischnowsky2000-04-104-3173/+1450
|
* 10606: Fix thinko in 10598.Bart Schaefer2000-04-102-6/+13
|
* 10602: Where'd that stray 2 come from?Bart Schaefer2000-04-102-1/+3
|
* 10598: Fix typo; reformat styles documentation for readability.Bart Schaefer2000-04-093-151/+214
|
* compinstall update; 3.1.6-dev-22 zsh-3.1.6-dev-22Peter Stephenson2000-04-094-63/+271
|
* 10591: Chmouel Boudjnah: Completion for the fakeroot program.Bart Schaefer2000-04-081-0/+6
|
* 10594: Fix index into $history in prompt_bart_precmd.Bart Schaefer2000-04-084-18/+20
| | | | | | | 10591: Completion/User/_fakeroot: Completion for the fakeroot program. 10590: Completion/Linux/_rpm: Signature checking completes only local package files.
* stat -o shows file modes in octalPeter Stephenson2000-04-073-39/+144
|
* 10582: Apply STTY only to process group leaders.Bart Schaefer2000-04-072-1/+4
|
* 10562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo.Bart Schaefer2000-04-074-11/+31
|
* make sure caller-supplied explanation takes precedence (10579)Sven Wischnowsky2000-04-074-6/+16
|
* complete make targets of the form `foo bar:' (10575)Sven Wischnowsky2000-04-072-1/+4
|
* cursor placed on wrong word part with ** match spec (10573)Sven Wischnowsky2000-04-072-0/+9
|
* missing initialisations, -W with multiple directories didn't wor (10571)Sven Wischnowsky2000-04-073-2/+10
|
* 10564: typo in _wantedClint Adams2000-04-076-7/+113
| | | | | 10565: maximum function depth configure option 10566: patgetglobflags has a second argument now
* 10547: (#s) and (#e) pattern assertionsPeter Stephenson2000-04-067-271/+870
|
* zefram2: Src/lex.c: Support "3&> foo" etc.Andrew Main2000-04-062-2/+17
|
* zefram1: configure.in, Etc/zsh-development-guide: List of toolsAndrew Main2000-04-063-134/+842
| | | | | required for development work, and a little more conspicuous explanation of the config.status hack.
* *** empty log message ***Sven Wischnowsky2000-04-061-3/+3
|
* avoid distcleaning Test twice (10543)Sven Wischnowsky2000-04-062-1/+2
|
* tag in file-patterns optional, use `files' as default (10542)Sven Wischnowsky2000-04-063-10/+21
|
* use zsh as command name in error messages even with -cSven Wischnowsky2000-04-062-150/+304
|
* Patches 10513, 10516 (Alexandre), 10519 (Oliver), 10524Peter Stephenson2000-04-058-1307/+1174
|
* support automatically inserted dummy in $wordsSven Wischnowsky2000-04-053-1/+27
|
* use basename of commands instead of $words[1]Sven Wischnowsky2000-04-0519-709/+1510
|
* renaming some stylesSven Wischnowsky2000-04-055-37/+48
|
* two small completion fixesSven Wischnowsky2000-04-053-2/+5
|
* make zwc files use the magic number as their verios, report zsh-version in ↵Sven Wischnowsky2000-04-052-6/+18
| | | | error messages
* Make config.h and related dependencies relative to $(sdir).Bart Schaefer2000-04-052-18/+53
|
* $PENDING special zle parameter, giving number of un-read bytesSven Wischnowsky2000-04-055-836/+931
|
* fix for combining _next_tags and file-patternsSven Wischnowsky2000-04-052-2/+15
|
* new _imagemagickSven Wischnowsky2000-04-051-3/+12
|