about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 14033: reduce unnecessary library linking for modules and main binaryClint Adams2001-04-1911-9/+109
|
* *** empty log message ***Sven Wischnowsky2001-04-191-1/+1
|
* use the right path patterns for completion functionsSven Wischnowsky2001-04-192-1/+6
|
* 14018: honor STRIPFLAGS when installing modulesClint Adams2001-04-192-1/+6
|
* Tilde-path completion tweak.Bart Schaefer2001-04-182-7/+13
|
* only use the exclusion lists of options that are not currently being ↵Sven Wischnowsky2001-04-172-7/+13
| | | | completed, but keep options from being completed more than once (13999)
* remove SUFFIX-handling, it's in _tilde and only needed there (13997)Sven Wischnowsky2001-04-172-10/+7
|
* 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
| | | | | system header files on a system that provides the prototype but not the object.
* 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
| | | | in zsh-workers/13971).
* 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
| | | | that they are terminfo
* 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
| | | | | history line. Added two extra args to preexec to give the user more info on the command that is about to be executed.
* 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
| | | | than getpermtext().
* 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
| | | | defined.
* 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 ↵Felix Rosencrantz2001-04-061-2/+11
| | | | completion of filenames in jar archive after -x flag
* 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
|