summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-08Use AC_TRY_COMPILE for curses.h test because of SunOS 5.8Peter Stephenson3-1/+15
2001-05-08Remove unnecessary '*' from pattern.Bart Schaefer2-1/+6
2001-05-08add -S option to specify separator between values and their arguments; make ↵Sven Wischnowsky4-25/+58
_values add the value-separator as a suffix for most types of actions (14257)
2001-05-08match `scalar*' not `scalar' when checking parameter type (14256)Oliver Kiddle2-1/+5
2001-05-08fix guard to accept partial display numbers (14255)Oliver Kiddle2-1/+3
2001-05-08Fixes from Andrej for zpty on cygwinPeter Stephenson3-2/+13
2001-05-08empty description means: don't add a -X option (14252)Sven Wischnowsky3-5/+20
2001-05-08print space/backspace when reacing the last column while printing ↵Sven Wischnowsky3-2/+15
descriptions and the like to avoid a cursor positioning bug depending on the kind of terminal (autowrap) (14251)
2001-05-07double all backslashes before colons in the original pattern (14240)Sven Wischnowsky2-1/+6
2001-05-0614234 and 14235.Bart Schaefer1-0/+8
2001-05-06Prevent "no multi-letter values" error on values of '\:' and '' in compvalues().Bart Schaefer1-2/+3
2001-05-06Improve handling of b/n/s subscript flags.Bart Schaefer1-1/+25
2001-05-05Fix subscript flag descriptionsBart Schaefer2-11/+16
2001-05-04complete subscript flags (14227)Oliver Kiddle2-1/+34
2001-05-04Path prefix completion for cvs subcommands.Bart Schaefer2-7/+26
2001-05-04fix typo in changelogClint Adams1-2/+2
2001-05-04update bindkey completion for bindkey changes in 14046 (14219)Oliver Kiddle2-3/+8
2001-05-03Fix _files -FBart Schaefer2-3/+8
2001-05-03minor completion changes (14216)Oliver Kiddle6-17/+24
2001-05-0314214Sven Wischnowsky2-1/+8
2001-05-02More restrictive configure checks for curses headers.Bart Schaefer2-3/+14
2001-05-0214208: Solaris loadkeysClint Adams2-0/+13
2001-05-0214201: completion for loadkeysClint Adams2-0/+21
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