summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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)
2001-04-05fix for reverse subscripting of strings as second part of subscript ↵Sven Wischnowsky2-2/+9
($a[x,(r)..]) (13907)
2001-04-04add -W option to _arguments, which allows to complete options after options ↵Sven Wischnowsky5-13/+41
that take an argument in the next word (13902)
2001-04-0313899: OSTYPE checkingClint Adams2-6/+7
2001-04-03new completion functionsOliver Kiddle6-4/+44
2001-04-03(13892) fixes for fpaths and completion matchingSven Wischnowsky4-3/+11
2001-04-0213889: move _apm to Unix/Command, add OpenBSD supportClint Adams4-7/+23
2001-04-02Skip CVS subdirectories when installing functions.Bart Schaefer2-0/+5
2001-04-0213884: apm for FreeBSD 4.1Clint Adams2-0/+27
2001-04-02cleanup after function moveSven Wischnowsky5-1/+29
2001-04-02more after-move cleanupSven Wischnowsky6-96/+0
2001-04-02functions movedSven Wischnowsky1-0/+3
2001-04-02after-move cleanupSven Wischnowsky29-225/+1357
2001-04-02new _zedSven Wischnowsky1-0/+7
2001-04-02new or changed after moveSven Wischnowsky22-0/+130