about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* fix for ol' compctl when completing hash keys (13364)Sven Wischnowsky2001-01-161-1/+4
* two more fixes for completion matching and reporting interesting positions (1...Sven Wischnowsky2001-01-152-7/+22
* fix for 13339 (report each position only once) and fixlet for matching: a cas...Sven Wischnowsky2001-01-122-11/+21
* *** empty log message ***Sven Wischnowsky2001-01-113-37/+143
* fix cursor positioning with partial-word match specs using `**' (13336)Sven Wischnowsky2001-01-102-31/+44
* fix for listpacked for matches as long as screen is wide (minus added spaces)...Sven Wischnowsky2001-01-082-4/+5
* Back out 13285.Bart Schaefer2000-12-182-6/+6
* 13288: cast pointers for arg 2 of ztrapread/writeClint Adams2000-12-171-3/+3
* 13285: use vi-up and -down in vicmd modeClint Adams2000-12-162-47/+63
* Rename waitjob() to zwaitjob().Peter Stephenson2000-12-061-4/+4
* 13242: don't segfault on $terminfo[nonexistentcap]Clint Adams2000-12-061-1/+1
* terminfo tweaksPeter Stephenson2000-12-052-2/+2
* Joel Smith: 13230: avoid name clashes with Linux kernelPeter Stephenson2000-12-056-89/+89
* 13227: terminfo module fixesClint Adams2000-12-052-49/+56
* Fix --enable-function-subdirs for new config.modules system.Peter Stephenson2000-12-041-4/+7
* 13216: docs for tc/ti modulesClint Adams2000-12-031-0/+9
* 13215: echotc, echoti, terminfoClint Adams2000-12-035-71/+375
* Function installation information now in config.modulesPeter Stephenson2000-11-304-0/+4
* avoid compiler warningSven Wischnowsky2000-11-291-1/+2
* 13194: change in module configuration systemPeter Stephenson2000-11-2629-145/+193
* ALL_EXPORT tweaks.Bart Schaefer2000-11-251-1/+13
* don't be sure that read-ahead doesn't contains nuls (13163)Sven Wischnowsky2000-11-141-5/+8
* use unmetafy() to allow writing special characters into a pty (13156)Sven Wischnowsky2000-11-131-4/+6
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-1113-54/+199
* Try blocking read() in read_poll() only if select() returns error (orBart Schaefer2000-11-081-1/+1
* *** empty log message ***Sven Wischnowsky2000-11-081-1/+6
* Tweak interactiveness of cloned shell.Bart Schaefer2000-11-061-1/+1
* Make zpty more like eval.Bart Schaefer2000-11-062-58/+49
* Assorted read_poll() and zpty cleanup.Bart Schaefer2000-11-052-46/+79
* Better streaming behavior from `zpty -r', plus other cleanup.Bart Schaefer2000-11-051-43/+20
* show current/previous job in $jobstates (3503)Sven Wischnowsky2000-11-022-6/+13
* make assignament to $nameddirs behave like hash -d (13095)Sven Wischnowsky2000-10-301-9/+18
* re-display list for cleanup only if we were in menu selection (13084)Sven Wischnowsky2000-10-251-1/+6
* add a counter for invalidatelist() to allow finding out if there is a new lis...Sven Wischnowsky2000-10-252-3/+15
* avoid printing file type characters in completion lists for matches ending in...Sven Wischnowsky2000-10-242-3/+5
* Fix "vared -e".Bart Schaefer2000-10-221-3/+5
* Fix "vared -h" in shell scripts.Bart Schaefer2000-10-212-3/+8
* make non-blocking IO on ptys work again; add -t option to test if command is ...Sven Wischnowsky2000-10-192-15/+42
* Don't call histreduceblanks() if the line didn't parse right.Wayne Davison2000-10-191-4/+5
* *** empty log message ***Sven Wischnowsky2000-10-171-1/+4
* two completion matching fixes; wrong (path) prefix matching (removed path com...Sven Wischnowsky2000-10-131-5/+5
* add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky2000-10-115-63/+195
* make user defined completion widgets leave menu selection without accepting t...Sven Wischnowsky2000-10-112-5/+13
* *** empty log message ***Sven Wischnowsky2000-10-101-3/+3
* follow-up to 12930, make it first try exact character matches, but enable it ...Sven Wischnowsky2000-10-101-7/+30
* prefer exact character matches over match specs (so that `nom' can match `nom...Sven Wischnowsky2000-10-091-1/+10
* don't return invalid Eprog after parse error (12898)Sven Wischnowsky2000-10-051-2/+3
* comparguments: don't use rest-argument-specification if it was inactivated (1...Sven Wischnowsky2000-10-051-3/+6
* don't stop parsing too early when completing inside a command substitution (1...Sven Wischnowsky2000-10-041-0/+1
* don't forget a displayed list when starting menu completion (12884)Sven Wischnowsky2000-10-041-1/+4