Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup for 12896 (12901) | Sven Wischnowsky | 2000-10-05 | 3 | -2/+4 |
| | |||||
* | unset cshnullglob (12899) | Sven Wischnowsky | 2000-10-05 | 2 | -2/+4 |
| | |||||
* | don't return invalid Eprog after parse error (12898) | Sven Wischnowsky | 2000-10-05 | 2 | -2/+5 |
| | |||||
* | comparguments: don't use rest-argument-specification if it was inactivated ↵ | Sven Wischnowsky | 2000-10-05 | 2 | -3/+9 |
| | | | | (12897) | ||||
* | cleanup (12896) | Sven Wischnowsky | 2000-10-05 | 9 | -72/+74 |
| | |||||
* | complete after autoloaded directories (a rather ugly hack); remove old code ↵ | Sven Wischnowsky | 2000-10-05 | 5 | -4/+21 |
| | | | | in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892) | ||||
* | * 12886: Completion/User/_cvs: make _cvs_vendor_branches to handle | Tanaka Akira | 2000-10-04 | 2 | -5/+13 |
| | | | | remote-access style. | ||||
* | don't stop parsing too early when completing inside a command substitution ↵ | Sven Wischnowsky | 2000-10-04 | 2 | -0/+4 |
| | | | | (12885) | ||||
* | don't forget a displayed list when starting menu completion (12884) | Sven Wischnowsky | 2000-10-04 | 2 | -1/+9 |
| | |||||
* | * 12872: Completion/User/_cvs: Fix modules completion when a cvsroot | Tanaka Akira | 2000-10-04 | 2 | -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. | ||||
* | Change some zerr to zwarn for consistency. | Bart Schaefer | 2000-10-02 | 6 | -23/+28 |
| | |||||
* | unposted: remove unused variable declaration from ztat() | Clint Adams | 2000-10-01 | 2 | -2/+4 |
| | |||||
* | 12863: remove ztrdupstrip, use VARARR in ztat | Clint Adams | 2000-09-27 | 3 | -27/+18 |
| | |||||
* | Tweak to STTY fix. | Bart Schaefer | 2000-09-26 | 2 | -0/+4 |
| | |||||
* | Fix STTY parameter. | Bart Schaefer | 2000-09-25 | 2 | -7/+21 |
| | |||||
* | 12860: don't limit size of pwd in job table | Clint Adams | 2000-09-22 | 2 | -7/+6 |
| | |||||
* | 12859: dynamically-allocate buffer in ztat(), ztrdupstring() | Clint Adams | 2000-09-22 | 3 | -8/+32 |
| | |||||
* | Fiddle with _expand_word and its doc. | Bart Schaefer | 2000-09-21 | 4 | -7/+27 |
| | |||||
* | 12848: Doc/Zsh/zle.yo: Alphabetize list of parameters | Andrey Borzenkov | 2000-09-20 | 2 | -36/+38 |
| | |||||
* | 12842 with corrections of Bart: Doc/Zsh/contrib.yo: Clarify digest file usage. | Andrey Borzenkov | 2000-09-20 | 2 | -1/+8 |
| | |||||
* | 12847: dynamically allocate buf and z in bin_whence() | Clint Adams | 2000-09-19 | 2 | -8/+9 |
| | |||||
* | 12846: moved simple string manipulation functions to string.c | Clint Adams | 2000-09-19 | 6 | -108/+141 |
| | |||||
* | 12845: dynamically allocate pbuf in domove() | Clint Adams | 2000-09-19 | 2 | -5/+17 |
| | |||||
* | 12835: Alphabetize special parameters list (retry broken commit) | Andrey Borzenkov | 2000-09-18 | 1 | -177/+177 |
| | |||||
* | 12835: Alphabetize special parameters list | Andrey Borzenkov | 2000-09-18 | 1 | -1/+5 |
| | | | | Unposted: correct article number in Clint's patch | ||||
* | 12836: bin_ln now independent of PATH_MAX | Clint Adams | 2000-09-18 | 2 | -20/+18 |
| | |||||
* | Back out 12814. | Bart Schaefer | 2000-09-18 | 1 | -0/+5 |
| | |||||
* | Back out 12814. | Bart Schaefer | 2000-09-18 | 3 | -96/+1 |
| | |||||
* | Improve upon some of the PATH_MAX changes. | Bart Schaefer | 2000-09-18 | 4 | -53/+74 |
| | |||||
* | 12828: dynamically allocate 'dir' in mailstat | Clint Adams | 2000-09-18 | 2 | -31/+28 |
| | |||||
* | 12827: dynamically allocate 'file' in mailstat | Clint Adams | 2000-09-18 | 2 | -20/+22 |
| | |||||
* | unposted: define mailstat as a macro if MAILDIR_SUPPORT is undefined | Clint Adams | 2000-09-18 | 3 | -4/+7 |
| | |||||
* | 12823: use zsh heap in lieu of perm. heap in bin_dot | Clint Adams | 2000-09-18 | 3 | -4/+21 |
| | |||||
* | 12821: bin_dot is now independent of PATH_MAX | Clint Adams | 2000-09-17 | 2 | -9/+12 |
| | |||||
* | "typeset +m ..." and "typeset +g -m ..." | Bart Schaefer | 2000-09-17 | 3 | -15/+41 |
| | |||||
* | 12818: use tricat() in lieu of zasprintf | Clint Adams | 2000-09-17 | 2 | -1/+4 |
| | |||||
* | 12814: zasprintf | Clint Adams | 2000-09-16 | 5 | -3/+108 |
| | |||||
* | One more "wordcode" change. | Bart Schaefer | 2000-09-15 | 1 | -2/+2 |
| | |||||
* | Fix email addresses, mention change to contrib.yo. | Bart Schaefer | 2000-09-15 | 1 | -2/+7 |
| | |||||
* | Use ${(q)tmp} after all. | Bart Schaefer | 2000-09-14 | 1 | -1/+1 |
| | |||||
* | 12804: Fix "typeset -m". | Bart Schaefer | 2000-09-14 | 2 | -0/+14 |
| | |||||
* | Add smart-insert-last-word. | Bart Schaefer | 2000-09-13 | 1 | -6/+47 |
| | |||||
* | Redo _zle using _arguments; fix typos. | Bart Schaefer | 2000-09-11 | 4 | -12/+85 |
| | |||||
* | 12779: remove sinix special case. Too lazy to add prototype check for | Andrey Borzenkov | 2000-09-08 | 2 | -0/+14 |
| | | | | | gettimeofday as it is not needed with currently supported versions of ReliantUNIX | ||||
* | Add smart-insert-last-word. | Bart Schaefer | 2000-09-08 | 2 | -0/+85 |
| | |||||
* | more sensible value (12769) | Sven Wischnowsky | 2000-09-07 | 2 | -19/+28 |
| | |||||
* | stick some `N's into glob patterns (12768) | Sven Wischnowsky | 2000-09-07 | 7 | -19/+26 |
| | |||||
* | No "wordcode". | Bart Schaefer | 2000-09-06 | 2 | -2/+3 |
| | |||||
* | unposted: Remove patch from 12686 that was accidentally commited | Andrey Borzenkov | 2000-09-06 | 3 | -71/+13 |
| | |||||
* | No "wordcode". | Bart Schaefer | 2000-09-06 | 2 | -11/+15 |
| |