summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-10-12remove possibility for func() entries in tag-order style, can be done using ↵Sven Wischnowsky4-126/+26
zstyle -e (12974)
2000-10-12rename fake style to fake-files (12973)Sven Wischnowsky4-5/+11
2000-10-1112958: configure fix for NCR compilerAndrey Borzenkov2-0/+6
2000-10-11*** empty log message ***Sven Wischnowsky1-0/+1
2000-10-11add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky12-108/+318
representing all other matches; remove completions style from _expand(|_word) (12960)
2000-10-11make user defined completion widgets leave menu selection without accepting ↵Sven Wischnowsky3-5/+19
the currently selected match (12959)
2000-10-10follow-up to 12942, only a missing redirection (12948)Sven Wischnowsky2-23/+8
2000-10-10*** empty log message ***Sven Wischnowsky4-15/+38
2000-10-10add fake-parameters style to allow completing parameters which are not yet ↵Sven Wischnowsky3-5/+17
set (12946)
2000-10-10*** empty log message ***Sven Wischnowsky2-4/+4
2000-10-10temporarily remove global aliases to avoid error message inside the evals ↵Sven Wischnowsky2-4/+25
(12942)
2000-10-10follow-up to 12930, make it first try exact character matches, but enable it ↵Sven Wischnowsky2-7/+36
to go back to try match specs if it fails after accepting such character matches (12941)
2000-10-09Tiny clarification.Bart Schaefer1-1/+1
2000-10-09prefer exact character matches over match specs (so that `nom' can match ↵Sven Wischnowsky2-1/+15
`nomatch') (12930)
2000-10-06search for *.tif file, too (12919)Sven Wischnowsky3-89/+38
2000-10-06more option setting cleanup; remove some unnecessary setopts, remove N ↵Sven Wischnowsky17-35/+39
qualifiers (12917)
2000-10-06Other places where `unsetopt cshnullglob' is needed.Bart Schaefer9-16/+27
2000-10-05autoload --> automountBart Schaefer1-1/+1
2000-10-05cleanup for 12896 (12901)Sven Wischnowsky3-2/+4
2000-10-05unset cshnullglob (12899)Sven Wischnowsky2-2/+4
2000-10-05don't return invalid Eprog after parse error (12898)Sven Wischnowsky2-2/+5
2000-10-05comparguments: don't use rest-argument-specification if it was inactivated ↵Sven Wischnowsky2-3/+9
(12897)
2000-10-05cleanup (12896)Sven Wischnowsky9-72/+74
2000-10-05complete after autoloaded directories (a rather ugly hack); remove old code ↵Sven Wischnowsky5-4/+21
in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892)
2000-10-04* 12886: Completion/User/_cvs: make _cvs_vendor_branches to handleTanaka Akira2-5/+13
remote-access style.
2000-10-04don't stop parsing too early when completing inside a command substitution ↵Sven Wischnowsky2-0/+4
(12885)
2000-10-04don't forget a displayed list when starting menu completion (12884)Sven Wischnowsky2-1/+9
2000-10-04* 12872: Completion/User/_cvs: Fix modules completion when a cvsrootTanaka Akira2-37/+174
specified in a command line begins with tilde. Generate subcommand list from `cvs --help-commands' and `cvs --help-synonyms'. Complete remote modules. Complete vendor branch for a second argument of `cvs import'. Use _call.
2000-10-02Change some zerr to zwarn for consistency.Bart Schaefer6-23/+28
2000-10-01unposted: remove unused variable declaration from ztat()Clint Adams2-2/+4
2000-09-2712863: remove ztrdupstrip, use VARARR in ztatClint Adams3-27/+18
2000-09-26Tweak to STTY fix.Bart Schaefer2-0/+4
2000-09-25Fix STTY parameter.Bart Schaefer2-7/+21
2000-09-2212860: don't limit size of pwd in job tableClint Adams2-7/+6
2000-09-2212859: dynamically-allocate buffer in ztat(), ztrdupstring()Clint Adams3-8/+32
2000-09-21Fiddle with _expand_word and its doc.Bart Schaefer4-7/+27
2000-09-2012848: Doc/Zsh/zle.yo: Alphabetize list of parametersAndrey Borzenkov2-36/+38
2000-09-2012842 with corrections of Bart: Doc/Zsh/contrib.yo: Clarify digest file usage.Andrey Borzenkov2-1/+8
2000-09-1912847: dynamically allocate buf and z in bin_whence()Clint Adams2-8/+9
2000-09-1912846: moved simple string manipulation functions to string.cClint Adams6-108/+141
2000-09-1912845: dynamically allocate pbuf in domove()Clint Adams2-5/+17
2000-09-1812835: Alphabetize special parameters list (retry broken commit)Andrey Borzenkov1-177/+177
2000-09-1812835: Alphabetize special parameters listAndrey Borzenkov1-1/+5
Unposted: correct article number in Clint's patch
2000-09-1812836: bin_ln now independent of PATH_MAXClint Adams2-20/+18
2000-09-18Back out 12814.Bart Schaefer1-0/+5
2000-09-18Back out 12814.Bart Schaefer3-96/+1
2000-09-18Improve upon some of the PATH_MAX changes.Bart Schaefer4-53/+74
2000-09-1812828: dynamically allocate 'dir' in mailstatClint Adams2-31/+28
2000-09-1812827: dynamically allocate 'file' in mailstatClint Adams2-20/+22
2000-09-18unposted: define mailstat as a macro if MAILDIR_SUPPORT is undefinedClint Adams3-4/+7