about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Delete duplicated text in development guide.Bart Schaefer2001-04-142-74/+7
* add completion for common MUAs and a couple of minor fixes (13982)Oliver Kiddle2001-04-138-7/+140
* Zsh workers 13981Wayne Davison2001-04-131-0/+6
* Don't define gethostbyname2() as static, since it can clash with theWayne Davison2001-04-131-1/+1
* See zsh-workers 13972 and 13973.Bart Schaefer2001-04-131-1/+11
* Check for parameter expansions before tilde-expansions (fixes bugs reportedBart Schaefer2001-04-131-17/+17
* Fix term*.h header file collisions.Bart Schaefer2001-04-134-9/+18
* Fiddle with <term.h> vs. <termcap.h> inclusion.Bart Schaefer2001-04-124-9/+14
* 13961: add ifdef for tputs in term.h in prototypes.hClint Adams2001-04-122-1/+10
* avoid appending a / when called from _cd (13958)Oliver Kiddle2001-04-122-3/+9
* add _arguments based completion for alias and jobs (13947)Oliver Kiddle2001-04-121-1/+1
* 13955: boolnames et al., not boolcodesClint Adams2001-04-124-12/+39
* 13953: use curses capability inventories instead of hardcoding and presumeClint Adams2001-04-124-7/+48
* 13951: working ${(k)terminfo} and ${(kv)terminfo}Clint Adams2001-04-122-0/+109
* 13949 and a couple of unposted tweaks to functions.Bart Schaefer2001-04-111-0/+11
* Don't append a / when completing after [-+]*.Bart Schaefer2001-04-111-3/+4
* Strip %[BSubsu] as well as %{*%} before computing width of prompt.Bart Schaefer2001-04-111-6/+6
* Update a comment.Bart Schaefer2001-04-111-1/+1
* add _arguments based completion for alias and jobs (13947)Oliver Kiddle2001-04-116-7/+31
* Fixed a filename.Wayne Davison2001-04-111-1/+1
* 13942Wayne Davison2001-04-111-0/+7
* Updated the "preexec" docs.Wayne Davison2001-04-111-2/+8
* Fixed a bug where the call to function "preexec" might pass the wrongWayne Davison2001-04-111-1/+9
* Mapfile fix from Bart: dupstring parameter name to avoid static buffer overusePeter Stephenson2001-04-112-0/+6
* Enhanced should_ignore_line().Wayne Davison2001-04-101-0/+5
* Slightly optimized should_ignore_line() by using getjobtext() ratherWayne Davison2001-04-101-9/+3
* Mention 13936.Wayne Davison2001-04-091-2/+2
* Bart's change makes terminfo_nam[] needed when HAVE_TIGETSTR is notWayne Davison2001-04-091-1/+2
* Silence some compiler warnings.Wayne Davison2001-04-091-0/+5
* Silence several warnings when HAVE_TIGETSTR is not defined.Wayne Davison2001-04-091-4/+11
* Fixes for 13922.Bart Schaefer2001-04-094-12/+11
* Make termcap and terminfo modules always loadable.Bart Schaefer2001-04-095-23/+61
* 4.0.1-pre-3 version change with some .distfiles updates zsh-4.0.1-pre-3Peter Stephenson2001-04-094-2/+8
* Improve prompt when compaudit finds badness.Bart Schaefer2001-04-062-1/+7
* indent fixSven Wischnowsky2001-04-061-1/+1
* test for unset in pipestatussetfn() (13917)Sven Wischnowsky2001-04-062-4/+10
* (13916)Sven Wischnowsky2001-04-062-2/+6
* workers/13914Felix Rosencrantz2001-04-061-0/+6
* workers/13914: Added call to _normal after specified class name, and added co...Felix Rosencrantz2001-04-061-2/+11
* Fix typos.Bart Schaefer2001-04-051-2/+2
* Two new shell functions and a change to an old one.Bart Schaefer2001-04-051-0/+11
* Better handling of long command strings, faster padding computation.Bart Schaefer2001-04-051-13/+29
* Methods for avoiding the nopromptcr problem, from users/3401 and more.Bart Schaefer2001-04-051-0/+95
* Write history entries for jobs resumed with fg/bg; from users/3795, plusBart Schaefer2001-04-051-0/+29
* 13909: bad tilde files in some .distfilesClint Adams2001-04-054-4/+7
* complete only those single letter options with the right prefix character (13...Sven Wischnowsky2001-04-052-0/+5
* fix for reverse subscripting of strings as second part of subscript ($a[x,(r)...Sven Wischnowsky2001-04-052-2/+9
* add -W option to _arguments, which allows to complete options after options t...Sven Wischnowsky2001-04-045-13/+41
* 13899: OSTYPE checkingClint Adams2001-04-032-6/+7
* new completion functionsOliver Kiddle2001-04-036-4/+44