Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed Src/hist.c (13034). | Wayne Davison | 2000-10-19 | 1 | -0/+5 |
| | |||||
* | Don't call histreduceblanks() if the line didn't parse right. | Wayne Davison | 2000-10-19 | 1 | -4/+5 |
| | |||||
* | Typo. | Bart Schaefer | 2000-10-18 | 1 | -1/+1 |
| | |||||
* | Typo. | Bart Schaefer | 2000-10-18 | 2 | -1/+5 |
| | |||||
* | Fix release number | Peter Stephenson | 2000-10-17 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2000-10-17 | 2 | -2/+10 |
| | |||||
* | 3.1.6-dev-7 zsh-3.1.9-dev-7 | Peter Stephenson | 2000-10-17 | 5 | -5/+14 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2000-10-16 | 2 | -0/+20 |
| | |||||
* | Document tty mode restoration. | Bart Schaefer | 2000-10-14 | 2 | -2/+14 |
| | |||||
* | two completion matching fixes; wrong (path) prefix matching (removed path ↵ | Sven Wischnowsky | 2000-10-13 | 2 | -5/+11 |
| | | | | components) and reverse order of sub-strings in match-strings (12995) | ||||
* | remove possibility for func() entries in tag-order style, can be done using ↵ | Sven Wischnowsky | 2000-10-12 | 4 | -126/+26 |
| | | | | zstyle -e (12974) | ||||
* | rename fake style to fake-files (12973) | Sven Wischnowsky | 2000-10-12 | 4 | -5/+11 |
| | |||||
* | 12958: configure fix for NCR compiler | Andrey Borzenkov | 2000-10-11 | 2 | -0/+6 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2000-10-11 | 1 | -0/+1 |
| | |||||
* | add _all_matcher completer and supporting C-code for adding a special match ↵ | Sven Wischnowsky | 2000-10-11 | 12 | -108/+318 |
| | | | | representing all other matches; remove completions style from _expand(|_word) (12960) | ||||
* | make user defined completion widgets leave menu selection without accepting ↵ | Sven Wischnowsky | 2000-10-11 | 3 | -5/+19 |
| | | | | the currently selected match (12959) | ||||
* | follow-up to 12942, only a missing redirection (12948) | Sven Wischnowsky | 2000-10-10 | 2 | -23/+8 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2000-10-10 | 4 | -15/+38 |
| | |||||
* | add fake-parameters style to allow completing parameters which are not yet ↵ | Sven Wischnowsky | 2000-10-10 | 3 | -5/+17 |
| | | | | set (12946) | ||||
* | *** empty log message *** | Sven Wischnowsky | 2000-10-10 | 2 | -4/+4 |
| | |||||
* | temporarily remove global aliases to avoid error message inside the evals ↵ | Sven Wischnowsky | 2000-10-10 | 2 | -4/+25 |
| | | | | (12942) | ||||
* | follow-up to 12930, make it first try exact character matches, but enable it ↵ | Sven Wischnowsky | 2000-10-10 | 2 | -7/+36 |
| | | | | to go back to try match specs if it fails after accepting such character matches (12941) | ||||
* | Tiny clarification. | Bart Schaefer | 2000-10-09 | 1 | -1/+1 |
| | |||||
* | prefer exact character matches over match specs (so that `nom' can match ↵ | Sven Wischnowsky | 2000-10-09 | 2 | -1/+15 |
| | | | | `nomatch') (12930) | ||||
* | search for *.tif file, too (12919) | Sven Wischnowsky | 2000-10-06 | 3 | -89/+38 |
| | |||||
* | more option setting cleanup; remove some unnecessary setopts, remove N ↵ | Sven Wischnowsky | 2000-10-06 | 17 | -35/+39 |
| | | | | qualifiers (12917) | ||||
* | Other places where `unsetopt cshnullglob' is needed. | Bart Schaefer | 2000-10-06 | 9 | -16/+27 |
| | |||||
* | autoload --> automount | Bart Schaefer | 2000-10-05 | 1 | -1/+1 |
| | |||||
* | 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 |
| |