about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change some zerr to zwarn for consistency.Bart Schaefer2000-10-025-23/+20
* unposted: remove unused variable declaration from ztat()Clint Adams2000-10-011-2/+0
* 12863: remove ztrdupstrip, use VARARR in ztatClint Adams2000-09-272-27/+13
* Tweak to STTY fix.Bart Schaefer2000-09-261-0/+3
* Fix STTY parameter.Bart Schaefer2000-09-251-7/+17
* 12860: don't limit size of pwd in job tableClint Adams2000-09-221-7/+3
* 12859: dynamically-allocate buffer in ztat(), ztrdupstring()Clint Adams2000-09-222-8/+26
* 12847: dynamically allocate buf and z in bin_whence()Clint Adams2000-09-191-8/+6
* 12846: moved simple string manipulation functions to string.cClint Adams2000-09-195-108/+137
* 12845: dynamically allocate pbuf in domove()Clint Adams2000-09-191-5/+13
* 12836: bin_ln now independent of PATH_MAXClint Adams2000-09-181-20/+13