about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* add -S option to specify separator between values and their arguments; make _...Sven Wischnowsky2001-05-084-25/+58
* match `scalar*' not `scalar' when checking parameter type (14256)Oliver Kiddle2001-05-082-1/+5
* fix guard to accept partial display numbers (14255)Oliver Kiddle2001-05-082-1/+3
* Fixes from Andrej for zpty on cygwinPeter Stephenson2001-05-083-2/+13
* empty description means: don't add a -X option (14252)Sven Wischnowsky2001-05-083-5/+20
* print space/backspace when reacing the last column while printing description...Sven Wischnowsky2001-05-083-2/+15
* double all backslashes before colons in the original pattern (14240)Sven Wischnowsky2001-05-072-1/+6
* 14234 and 14235.Bart Schaefer2001-05-061-0/+8
* Prevent "no multi-letter values" error on values of '\:' and '' in compvalues().Bart Schaefer2001-05-061-2/+3
* Improve handling of b/n/s subscript flags.Bart Schaefer2001-05-061-1/+25
* Fix subscript flag descriptionsBart Schaefer2001-05-052-11/+16
* complete subscript flags (14227)Oliver Kiddle2001-05-042-1/+34
* Path prefix completion for cvs subcommands.Bart Schaefer2001-05-042-7/+26
* fix typo in changelogClint Adams2001-05-041-2/+2
* update bindkey completion for bindkey changes in 14046 (14219)Oliver Kiddle2001-05-042-3/+8
* Fix _files -FBart Schaefer2001-05-032-3/+8
* minor completion changes (14216)Oliver Kiddle2001-05-036-17/+24
* 14214Sven Wischnowsky2001-05-032-1/+8
* More restrictive configure checks for curses headers.Bart Schaefer2001-05-022-3/+14
* 14208: Solaris loadkeysClint Adams2001-05-022-0/+13
* 14201: completion for loadkeysClint Adams2001-05-022-0/+21
* Make X{$~foo}Y where $foo contains commas behave as expectedPeter Stephenson2001-05-022-0/+5
* remove quotes when looking at arguments in comparguments (14198)Sven Wischnowsky2001-05-022-0/+9
* missing star in suffix-style test pattern (14197)Sven Wischnowsky2001-05-022-1/+6
* Add --with-curses-terminfo to configureBart Schaefer2001-05-012-66/+80
* Use BDIGBUFSIZE in two other placesPeter Stephenson2001-05-012-2/+7
* Defeat GCC over-optimization in AC_TRY_LINK tests.Bart Schaefer2001-04-302-11/+16
* fixelt for the test for the suffix style; if word contains only a tilde, don'...Sven Wischnowsky2001-04-302-1/+7
* Bart 14144: fix compilation problem on current Cygwin 1.3.1 (macros wereAndrey Borzenkov2001-04-302-3/+30
* NO_kshglob in _comp_options.Bart Schaefer2001-04-292-0/+6
* BDIGBUFSIZE for binary conversions.Bart Schaefer2001-04-284-3/+10
* try to improve testing for suffix style in _expand; make _path_files fail to ...Sven Wischnowsky2001-04-274-15/+17
* Use trap for unfunction compadd in _approximate.Bart Schaefer2001-04-272-4/+9
* 14125: remove static incleanup flag because it is unusedClint Adams2001-04-263-20/+3
* 14123: don't include curses.h in termcap.c if term.h doesn't need itClint Adams2001-04-264-4/+34
* 14117Sven Wischnowsky2001-04-263-18/+26
* Another HAVE_TERM* compilation tweak.Bart Schaefer2001-04-262-13/+27
* new vnc completion and use _guard for pine completion (14112)Oliver Kiddle2001-04-265-4/+42
* handle sub-sub-directories of $_compdir as in the CVS-layout (14107)Sven Wischnowsky2001-04-264-10/+23
* rename -W option to -w, add new -W option which makes _arguments complete opt...Sven Wischnowsky2001-04-267-18/+101
* make keep-prefix keep everything up to the first component with a parameter e...Sven Wischnowsky2001-04-262-3/+15
* *** empty log message ***Sven Wischnowsky2001-04-251-4/+4
* fix a sizeof() to strlen()Sven Wischnowsky2001-04-252-1/+5
* Fix term* linkage _again_.Bart Schaefer2001-04-244-8/+16
* Subscripting optimization and error checking.Bart Schaefer2001-04-246-18/+54
* 14xxx: document $termcap and tweak mod_termcap/mod_terminfo docsClint Adams2001-04-233-4/+20
* 14077: revert clint's build patches on 19.04.2001Andrey Borzenkov2001-04-2312-108/+18
* Fix subscripting bug with backslash-double-quote.Bart Schaefer2001-04-234-9/+32
* Test for (kK) subscript flags bugfix.Bart Schaefer2001-04-231-1/+10
* Fix bug in (kK) subscript flags.Bart Schaefer2001-04-221-9/+13