summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-02Make X{$~foo}Y where $foo contains commas behave as expectedPeter Stephenson2-0/+5
2001-05-02remove quotes when looking at arguments in comparguments (14198)Sven Wischnowsky2-0/+9
2001-05-02missing star in suffix-style test pattern (14197)Sven Wischnowsky2-1/+6
2001-05-01Add --with-curses-terminfo to configureBart Schaefer2-66/+80
2001-05-01Use BDIGBUFSIZE in two other placesPeter Stephenson2-2/+7
2001-04-30Defeat GCC over-optimization in AC_TRY_LINK tests.Bart Schaefer2-11/+16
2001-04-30fixelt for the test for the suffix style; if word contains only a tilde, ↵Sven Wischnowsky2-1/+7
don't try to expand it (14160)
2001-04-30Bart 14144: fix compilation problem on current Cygwin 1.3.1 (macros wereAndrey Borzenkov2-3/+30
changed to external variables and cannot be used to initialize static array). Modified by me __CYGWIN -> __CYGWIN__
2001-04-29NO_kshglob in _comp_options.Bart Schaefer2-0/+6
2001-04-28BDIGBUFSIZE for binary conversions.Bart Schaefer4-3/+10
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