about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* two optimisationsSven Wischnowsky2001-03-073-30/+32
* make the parser use real memory for the ecbuf to avoid having hrealloc() thro...Sven Wischnowsky2001-03-062-7/+22
* another fix for completion matching, CLF_MISS in the wrong cline struct (13575)Sven Wischnowsky2001-03-061-0/+6
* fix for matching control, try harder to merge separately completed parts to a...Sven Wischnowsky2001-03-052-4/+26
* add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky2001-02-286-10/+14
* properly restore noaliases in bufferwords() (13530)Sven Wischnowsky2001-02-261-1/+2
* more (|un)queue_signals(), this time for the job control builtins (13509)Sven Wischnowsky2001-02-201-0/+10
* 13280: NewImproved handling of colon modifiers w.r.t. pathsPeter Stephenson2001-02-193-25/+70
* ?## fix from 13497 and site name change from GeoffPeter Stephenson2001-02-181-2/+8
* Fix "${=foo=$@}".Bart Schaefer2001-02-161-4/+4
* Partial sh emulation fixs for ${1+"$@"} and "${foo=$@}".Bart Schaefer2001-02-161-1/+16
* unposted: remove unused variable declarationClint Adams2001-02-141-1/+0
* 13478: whence shouldn't segfault on an empty path componentClint Adams2001-02-141-4/+4
* 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