about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Make zpty more like eval.Bart Schaefer2000-11-064-64/+65
* Assorted read_poll() and zpty cleanup.Bart Schaefer2000-11-055-74/+147
* Use bareglobqual.Bart Schaefer2000-11-052-0/+4
* Better streaming behavior from `zpty -r', plus other cleanup.Bart Schaefer2000-11-052-43/+26
* show current/previous job in $jobstates (3503)Sven Wischnowsky2000-11-024-12/+25
* don't reset just-edited trap function to old value (13107)Sven Wischnowsky2000-11-012-1/+6
* make assignament to $nameddirs behave like hash -d (13095)Sven Wischnowsky2000-10-302-9/+23
* Fix small typos.Bart Schaefer2000-10-251-3/+3
* use return value of _files, don't use ${PRE,SUF}FIX for globbing, complete al...Sven Wischnowsky2000-10-252-5/+11
* re-display list for cleanup only if we were in menu selection (13084)Sven Wischnowsky2000-10-252-1/+9
* add a counter for invalidatelist() to allow finding out if there is a new lis...Sven Wischnowsky2000-10-253-3/+20
* avoid printing file type characters in completion lists for matches ending in...Sven Wischnowsky2000-10-243-3/+11
* change some tags used in filename completion: no tag for file-sort, fake-file...Sven Wischnowsky2000-10-233-9/+16
* Fix "vared -e".Bart Schaefer2000-10-222-3/+11
* Fix "vared -h" in shell scripts.Bart Schaefer2000-10-213-3/+13
* simplify setting standard completion system options using $_comp_options (13036)Sven Wischnowsky2000-10-1910-16/+35
* make non-blocking IO on ptys work again; add -t option to test if command is ...Sven Wischnowsky2000-10-196-17/+55
* Changed Src/hist.c (13034).Wayne Davison2000-10-191-0/+5
* Don't call histreduceblanks() if the line didn't parse right.Wayne Davison2000-10-191-4/+5
* Typo.Bart Schaefer2000-10-181-1/+1
* Typo.Bart Schaefer2000-10-182-1/+5
* Fix release numberPeter Stephenson2000-10-171-1/+1
* *** empty log message ***Sven Wischnowsky2000-10-172-2/+10
* 3.1.6-dev-7 zsh-3.1.9-dev-7Peter Stephenson2000-10-175-5/+14
* *** empty log message ***Sven Wischnowsky2000-10-162-0/+20
* Document tty mode restoration.Bart Schaefer2000-10-142-2/+14
* two completion matching fixes; wrong (path) prefix matching (removed path com...Sven Wischnowsky2000-10-132-5/+11
* remove possibility for func() entries in tag-order style, can be done using z...Sven Wischnowsky2000-10-124-126/+26
* rename fake style to fake-files (12973)Sven Wischnowsky2000-10-124-5/+11
* 12958: configure fix for NCR compilerAndrey Borzenkov2000-10-112-0/+6
* *** empty log message ***Sven Wischnowsky2000-10-111-0/+1
* add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky2000-10-1112-108/+318
* make user defined completion widgets leave menu selection without accepting t...Sven Wischnowsky2000-10-113-5/+19
* follow-up to 12942, only a missing redirection (12948)Sven Wischnowsky2000-10-102-23/+8
* *** empty log message ***Sven Wischnowsky2000-10-104-15/+38
* add fake-parameters style to allow completing parameters which are not yet se...Sven Wischnowsky2000-10-103-5/+17
* *** empty log message ***Sven Wischnowsky2000-10-102-4/+4
* temporarily remove global aliases to avoid error message inside the evals (12...Sven Wischnowsky2000-10-102-4/+25
* follow-up to 12930, make it first try exact character matches, but enable it ...Sven Wischnowsky2000-10-102-7/+36
* Tiny clarification.Bart Schaefer2000-10-091-1/+1
* prefer exact character matches over match specs (so that `nom' can match `nom...Sven Wischnowsky2000-10-092-1/+15
* search for *.tif file, too (12919)Sven Wischnowsky2000-10-063-89/+38
* more option setting cleanup; remove some unnecessary setopts, remove N qualif...Sven Wischnowsky2000-10-0617-35/+39
* Other places where `unsetopt cshnullglob' is needed.Bart Schaefer2000-10-069-16/+27
* autoload --> automountBart Schaefer2000-10-051-1/+1
* cleanup for 12896 (12901)Sven Wischnowsky2000-10-053-2/+4
* unset cshnullglob (12899)Sven Wischnowsky2000-10-052-2/+4
* don't return invalid Eprog after parse error (12898)Sven Wischnowsky2000-10-052-2/+5
* comparguments: don't use rest-argument-specification if it was inactivated (1...Sven Wischnowsky2000-10-052-3/+9
* cleanup (12896)Sven Wischnowsky2000-10-059-72/+74