summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-04-1914018: honor STRIPFLAGS when installing modulesClint Adams2-1/+6
2001-04-18Tilde-path completion tweak.Bart Schaefer2-7/+13
2001-04-17only use the exclusion lists of options that are not currently being ↵Sven Wischnowsky2-7/+13
completed, but keep options from being completed more than once (13999)
2001-04-17remove SUFFIX-handling, it's in _tilde and only needed there (13997)Sven Wischnowsky2-10/+7
2001-04-14Delete duplicated text in development guide.Bart Schaefer2-74/+7
2001-04-13add completion for common MUAs and a couple of minor fixes (13982)Oliver Kiddle8-7/+140
2001-04-13Zsh workers 13981Wayne Davison1-0/+6
2001-04-13Don't define gethostbyname2() as static, since it can clash with theWayne Davison1-1/+1
system header files on a system that provides the prototype but not the object.
2001-04-13See zsh-workers 13972 and 13973.Bart Schaefer1-1/+11
2001-04-13Check for parameter expansions before tilde-expansions (fixes bugs reportedBart Schaefer1-17/+17
in zsh-workers/13971).
2001-04-13Fix term*.h header file collisions.Bart Schaefer4-9/+18
2001-04-12Fiddle with <term.h> vs. <termcap.h> inclusion.Bart Schaefer4-9/+14
2001-04-1213961: add ifdef for tputs in term.h in prototypes.hClint Adams2-1/+10
2001-04-12avoid appending a / when called from _cd (13958)Oliver Kiddle2-3/+9
2001-04-12add _arguments based completion for alias and jobs (13947)Oliver Kiddle1-1/+1
2001-04-1213955: boolnames et al., not boolcodesClint Adams4-12/+39
2001-04-1213953: use curses capability inventories instead of hardcoding and presumeClint Adams4-7/+48
that they are terminfo
2001-04-1213951: working ${(k)terminfo} and ${(kv)terminfo}Clint Adams2-0/+109
2001-04-1113949 and a couple of unposted tweaks to functions.Bart Schaefer1-0/+11
2001-04-11Don't append a / when completing after [-+]*.Bart Schaefer1-3/+4
2001-04-11Strip %[BSubsu] as well as %{*%} before computing width of prompt.Bart Schaefer1-6/+6
2001-04-11Update a comment.Bart Schaefer1-1/+1
2001-04-11add _arguments based completion for alias and jobs (13947)Oliver Kiddle6-7/+31
2001-04-11Fixed a filename.Wayne Davison1-1/+1
2001-04-1113942Wayne Davison1-0/+7
2001-04-11Updated the "preexec" docs.Wayne Davison1-2/+8
2001-04-11Fixed a bug where the call to function "preexec" might pass the wrongWayne Davison1-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.
2001-04-11Mapfile fix from Bart: dupstring parameter name to avoid static buffer overusePeter Stephenson2-0/+6
2001-04-10Enhanced should_ignore_line().Wayne Davison1-0/+5
2001-04-10Slightly optimized should_ignore_line() by using getjobtext() ratherWayne Davison1-9/+3
than getpermtext().
2001-04-09Mention 13936.Wayne Davison1-2/+2
2001-04-09Bart's change makes terminfo_nam[] needed when HAVE_TIGETSTR is notWayne Davison1-1/+2
defined.
2001-04-09Silence some compiler warnings.Wayne Davison1-0/+5
2001-04-09Silence several warnings when HAVE_TIGETSTR is not defined.Wayne Davison1-4/+11
2001-04-09Fixes for 13922.Bart Schaefer4-12/+11
2001-04-09Make termcap and terminfo modules always loadable.Bart Schaefer5-23/+61
2001-04-094.0.1-pre-3 version change with some .distfiles updatesPeter Stephenson4-2/+8
2001-04-06Improve prompt when compaudit finds badness.Bart Schaefer2-1/+7
2001-04-06indent fixSven Wischnowsky1-1/+1
2001-04-06test for unset in pipestatussetfn() (13917)Sven Wischnowsky2-4/+10
2001-04-06 (13916)Sven Wischnowsky2-2/+6
2001-04-06workers/13914Felix Rosencrantz1-0/+6
2001-04-06workers/13914: Added call to _normal after specified class name, and added ↵Felix Rosencrantz1-2/+11
completion of filenames in jar archive after -x flag
2001-04-05Fix typos.Bart Schaefer1-2/+2
2001-04-05Two new shell functions and a change to an old one.Bart Schaefer1-0/+11
2001-04-05Better handling of long command strings, faster padding computation.Bart Schaefer1-13/+29
2001-04-05Methods for avoiding the nopromptcr problem, from users/3401 and more.Bart Schaefer1-0/+95
2001-04-05Write history entries for jobs resumed with fg/bg; from users/3795, plusBart Schaefer1-0/+29
a couple of minor bugfixes.
2001-04-0513909: bad tilde files in some .distfilesClint Adams4-4/+7
2001-04-05complete only those single letter options with the right prefix character ↵Sven Wischnowsky2-0/+5
(13908)