Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make zpty more like eval. | Bart Schaefer | 2000-11-06 | 1 | -0/+9 |
| | |||||
* | Assorted read_poll() and zpty cleanup. | Bart Schaefer | 2000-11-05 | 1 | -0/+9 |
| | |||||
* | Use bareglobqual. | Bart Schaefer | 2000-11-05 | 1 | -0/+3 |
| | |||||
* | Better streaming behavior from `zpty -r', plus other cleanup. | Bart Schaefer | 2000-11-05 | 1 | -0/+6 |
| | |||||
* | show current/previous job in $jobstates (3503) | Sven Wischnowsky | 2000-11-02 | 1 | -0/+5 |
| | |||||
* | don't reset just-edited trap function to old value (13107) | Sven Wischnowsky | 2000-11-01 | 1 | -0/+5 |
| | |||||
* | make assignament to $nameddirs behave like hash -d (13095) | Sven Wischnowsky | 2000-10-30 | 1 | -0/+5 |
| | |||||
* | Fix small typos. | Bart Schaefer | 2000-10-25 | 1 | -3/+3 |
| | |||||
* | use return value of _files, don't use ${PRE,SUF}FIX for globbing, complete ↵ | Sven Wischnowsky | 2000-10-25 | 1 | -0/+4 |
| | | | | all files as a default for co (3472) | ||||
* | re-display list for cleanup only if we were in menu selection (13084) | Sven Wischnowsky | 2000-10-25 | 1 | -0/+3 |
| | |||||
* | add a counter for invalidatelist() to allow finding out if there is a new ↵ | Sven Wischnowsky | 2000-10-25 | 1 | -0/+5 |
| | | | | list (13082) | ||||
* | avoid printing file type characters in completion lists for matches ending ↵ | Sven Wischnowsky | 2000-10-24 | 1 | -0/+6 |
| | | | | in a slash (13071) | ||||
* | change some tags used in filename completion: no tag for file-sort, ↵ | Sven Wischnowsky | 2000-10-23 | 1 | -0/+6 |
| | | | | fake-files and ignore-parents, paths for accept-exact (13037) | ||||
* | Fix "vared -e". | Bart Schaefer | 2000-10-22 | 1 | -0/+6 |
| | |||||
* | Fix "vared -h" in shell scripts. | Bart Schaefer | 2000-10-21 | 1 | -0/+5 |
| | |||||
* | simplify setting standard completion system options using $_comp_options (13036) | Sven Wischnowsky | 2000-10-19 | 1 | -0/+10 |
| | |||||
* | make non-blocking IO on ptys work again; add -t option to test if command is ↵ | Sven Wischnowsky | 2000-10-19 | 1 | -0/+6 |
| | | | | still alive (13035) | ||||
* | Changed Src/hist.c (13034). | Wayne Davison | 2000-10-19 | 1 | -0/+5 |
| | |||||
* | Typo. | Bart Schaefer | 2000-10-18 | 1 | -1/+1 |
| | |||||
* | Typo. | Bart Schaefer | 2000-10-18 | 1 | -0/+4 |
| | |||||
* | Fix release number | Peter Stephenson | 2000-10-17 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2000-10-17 | 1 | -1/+6 |
| | |||||
* | 3.1.6-dev-7 zsh-3.1.9-dev-7 | Peter Stephenson | 2000-10-17 | 1 | -0/+8 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2000-10-16 | 1 | -0/+4 |
| | |||||
* | Document tty mode restoration. | Bart Schaefer | 2000-10-14 | 1 | -0/+6 |
| | |||||
* | two completion matching fixes; wrong (path) prefix matching (removed path ↵ | Sven Wischnowsky | 2000-10-13 | 1 | -0/+6 |
| | | | | 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 | 1 | -0/+4 |
| | | | | zstyle -e (12974) | ||||
* | rename fake style to fake-files (12973) | Sven Wischnowsky | 2000-10-12 | 1 | -0/+6 |
| | |||||
* | 12958: configure fix for NCR compiler | Andrey Borzenkov | 2000-10-11 | 1 | -0/+4 |
| | |||||
* | add _all_matcher completer and supporting C-code for adding a special match ↵ | Sven Wischnowsky | 2000-10-11 | 1 | -0/+8 |
| | | | | 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 | 1 | -0/+6 |
| | | | | the currently selected match (12959) | ||||
* | follow-up to 12942, only a missing redirection (12948) | Sven Wischnowsky | 2000-10-10 | 1 | -0/+3 |
| | |||||
* | add fake-parameters style to allow completing parameters which are not yet ↵ | Sven Wischnowsky | 2000-10-10 | 1 | -0/+6 |
| | | | | set (12946) | ||||
* | *** empty log message *** | Sven Wischnowsky | 2000-10-10 | 1 | -1/+1 |
| | |||||
* | temporarily remove global aliases to avoid error message inside the evals ↵ | Sven Wischnowsky | 2000-10-10 | 1 | -0/+3 |
| | | | | (12942) | ||||
* | follow-up to 12930, make it first try exact character matches, but enable it ↵ | Sven Wischnowsky | 2000-10-10 | 1 | -0/+6 |
| | | | | 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 | 1 | -0/+5 |
| | | | | `nomatch') (12930) | ||||
* | search for *.tif file, too (12919) | Sven Wischnowsky | 2000-10-06 | 1 | -0/+3 |
| | |||||
* | more option setting cleanup; remove some unnecessary setopts, remove N ↵ | Sven Wischnowsky | 2000-10-06 | 1 | -0/+12 |
| | | | | qualifiers (12917) | ||||
* | Other places where `unsetopt cshnullglob' is needed. | Bart Schaefer | 2000-10-06 | 1 | -0/+11 |
| | |||||
* | autoload --> automount | Bart Schaefer | 2000-10-05 | 1 | -1/+1 |
| | |||||
* | cleanup for 12896 (12901) | Sven Wischnowsky | 2000-10-05 | 1 | -0/+2 |
| | |||||
* | unset cshnullglob (12899) | Sven Wischnowsky | 2000-10-05 | 1 | -0/+2 |
| | |||||
* | don't return invalid Eprog after parse error (12898) | Sven Wischnowsky | 2000-10-05 | 1 | -0/+2 |
| | |||||
* | comparguments: don't use rest-argument-specification if it was inactivated ↵ | Sven Wischnowsky | 2000-10-05 | 1 | -0/+3 |
| | | | | (12897) | ||||
* | cleanup (12896) | Sven Wischnowsky | 2000-10-05 | 1 | -0/+4 |
| | |||||
* | complete after autoloaded directories (a rather ugly hack); remove old code ↵ | Sven Wischnowsky | 2000-10-05 | 1 | -0/+8 |
| | | | | 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 | 1 | -0/+5 |
| | | | | remote-access style. | ||||
* | don't stop parsing too early when completing inside a command substitution ↵ | Sven Wischnowsky | 2000-10-04 | 1 | -0/+3 |
| | | | | (12885) |