summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2000-09-1812823: use zsh heap in lieu of perm. heap in bin_dotClint Adams3-4/+21
2000-09-1712821: bin_dot is now independent of PATH_MAXClint Adams2-9/+12
2000-09-17"typeset +m ..." and "typeset +g -m ..."Bart Schaefer3-15/+41
2000-09-1712818: use tricat() in lieu of zasprintfClint Adams2-1/+4
2000-09-1612814: zasprintfClint Adams5-3/+108
2000-09-15One more "wordcode" change.Bart Schaefer1-2/+2
2000-09-15Fix email addresses, mention change to contrib.yo.Bart Schaefer1-2/+7
2000-09-14Use ${(q)tmp} after all.Bart Schaefer1-1/+1
2000-09-1412804: Fix "typeset -m".Bart Schaefer2-0/+14
2000-09-13Add smart-insert-last-word.Bart Schaefer1-6/+47
2000-09-11Redo _zle using _arguments; fix typos.Bart Schaefer4-12/+85
2000-09-0812779: remove sinix special case. Too lazy to add prototype check forAndrey Borzenkov2-0/+14
gettimeofday as it is not needed with currently supported versions of ReliantUNIX
2000-09-08Add smart-insert-last-word.Bart Schaefer2-0/+85