summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-04-27try to improve testing for suffix style in _expand; make _path_files fail to ↵Sven Wischnowsky4-15/+17
complete words like ...<pat>..<param-subst>... (14133)
2001-04-27Use trap for unfunction compadd in _approximate.Bart Schaefer2-4/+9
2001-04-2614125: remove static incleanup flag because it is unusedClint Adams3-20/+3
2001-04-2614123: don't include curses.h in termcap.c if term.h doesn't need itClint Adams4-4/+34
2001-04-2614117Sven Wischnowsky3-18/+26
2001-04-26Another HAVE_TERM* compilation tweak.Bart Schaefer2-13/+27
2001-04-26new vnc completion and use _guard for pine completion (14112)Oliver Kiddle5-4/+42
2001-04-26handle sub-sub-directories of $_compdir as in the CVS-layout (14107)Sven Wischnowsky4-10/+23
2001-04-26rename -W option to -w, add new -W option which makes _arguments complete ↵Sven Wischnowsky7-18/+101
options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105)
2001-04-26make keep-prefix keep everything up to the first component with a parameter ↵Sven Wischnowsky2-3/+15
expansion, not only if that is at the beginning of the string (14092)
2001-04-25*** empty log message ***Sven Wischnowsky1-4/+4
2001-04-25fix a sizeof() to strlen()Sven Wischnowsky2-1/+5
2001-04-24Fix term* linkage _again_.Bart Schaefer4-8/+16
2001-04-24Subscripting optimization and error checking.Bart Schaefer6-18/+54
2001-04-2314xxx: document $termcap and tweak mod_termcap/mod_terminfo docsClint Adams3-4/+20
2001-04-2314077: revert clint's build patches on 19.04.2001Andrey Borzenkov12-108/+18
2001-04-23Fix subscripting bug with backslash-double-quote.Bart Schaefer4-9/+32
2001-04-23Test for (kK) subscript flags bugfix.Bart Schaefer1-1/+10
2001-04-22Fix bug in (kK) subscript flags.Bart Schaefer1-9/+13
2001-04-22Subscripting documentation.Bart Schaefer3-77/+268
2001-04-2214065: decrease termcap/terminfo parameter fishinessClint Adams4-1/+15
2001-04-21More term*.h inclusion un-confusion.Bart Schaefer2-12/+19
2001-04-21More parameter/subscript cleanup.Bart Schaefer5-18/+70
2001-04-2014055: include termio.h in termcap.c for the benefit of Solaris 8Clint Adams2-7/+16
2001-04-2014053: add $termcap special parameterClint Adams3-2/+251
2001-04-20Parameter repairs, mostly for subscripting.Bart Schaefer7-51/+242
2001-04-19extra ChangeLog detailPeter Stephenson1-1/+2
2001-04-19bindkey -rp removes prefix bindings; bindkey -p bugfixPeter Stephenson3-4/+57
2001-04-19unposted: check for functions in the proper librariesClint Adams2-1/+4
2001-04-1914041: reduce unnecessary linking for modulesClint Adams8-14/+23
2001-04-1914039: simulate old linking behaviorClint Adams7-11/+18
2001-04-1914033: reduce unnecessary library linking for modules and main binaryClint Adams11-9/+109
2001-04-19*** empty log message ***Sven Wischnowsky1-1/+1
2001-04-19use the right path patterns for completion functionsSven Wischnowsky2-1/+6
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