about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 13431: better check for shared libraries.Andrey Borzenkov2001-02-134-4/+24
* try to make the -t option of zpty smarter (13462)Sven Wischnowsky2001-02-131-5/+11
* unposted: fix patterns previous patchAndrey Borzenkov2001-02-021-2/+1
* 13412: avoid duplicates in subdirecory list for recursive buildAndrey Borzenkov2001-01-311-1/+7
* 13389: normalize path in cd_do_chdir on Cygwin to get rid of DOS namesAndrey Borzenkov2001-01-261-6/+23
* fix for mergin two CLF_MID entries in cline lists (with two equal prefixes it...Sven Wischnowsky2001-01-251-1/+1
* make signal queueing variables be exported to modules (13384)Sven Wischnowsky2001-01-251-3/+3
* *** empty log message ***Sven Wischnowsky2001-01-222-5/+4
* 13370: avoid in-place modification of environments variables when importing.Andrey Borzenkov2001-01-191-46/+52
* *** empty log message ***Sven Wischnowsky2001-01-186-11/+23
* remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky2001-01-1627-266/+535
* 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