Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up after 14270. | Bart Schaefer | 2001-05-09 | 3 | -11/+11 |
| | |||||
* | 14268 --> 14270 | Bart Schaefer | 2001-05-09 | 1 | -3/+3 |
| | |||||
* | Use AC_TRY_COMPILE for curses.h test because of SunOS 5.8 | Peter Stephenson | 2001-05-08 | 3 | -1/+15 |
| | |||||
* | Remove unnecessary '*' from pattern. | Bart Schaefer | 2001-05-08 | 2 | -1/+6 |
| | |||||
* | add -S option to specify separator between values and their arguments; make ↵ | Sven Wischnowsky | 2001-05-08 | 4 | -25/+58 |
| | | | | _values add the value-separator as a suffix for most types of actions (14257) | ||||
* | match `scalar*' not `scalar' when checking parameter type (14256) | Oliver Kiddle | 2001-05-08 | 2 | -1/+5 |
| | |||||
* | fix guard to accept partial display numbers (14255) | Oliver Kiddle | 2001-05-08 | 2 | -1/+3 |
| | |||||
* | Fixes from Andrej for zpty on cygwin | Peter Stephenson | 2001-05-08 | 3 | -2/+13 |
| | |||||
* | empty description means: don't add a -X option (14252) | Sven Wischnowsky | 2001-05-08 | 3 | -5/+20 |
| | |||||
* | print space/backspace when reacing the last column while printing ↵ | Sven Wischnowsky | 2001-05-08 | 3 | -2/+15 |
| | | | | descriptions and the like to avoid a cursor positioning bug depending on the kind of terminal (autowrap) (14251) | ||||
* | double all backslashes before colons in the original pattern (14240) | Sven Wischnowsky | 2001-05-07 | 2 | -1/+6 |
| | |||||
* | 14234 and 14235. | Bart Schaefer | 2001-05-06 | 1 | -0/+8 |
| | |||||
* | Prevent "no multi-letter values" error on values of '\:' and '' in compvalues(). | Bart Schaefer | 2001-05-06 | 1 | -2/+3 |
| | |||||
* | Improve handling of b/n/s subscript flags. | Bart Schaefer | 2001-05-06 | 1 | -1/+25 |
| | |||||
* | Fix subscript flag descriptions | Bart Schaefer | 2001-05-05 | 2 | -11/+16 |
| | |||||
* | complete subscript flags (14227) | Oliver Kiddle | 2001-05-04 | 2 | -1/+34 |
| | |||||
* | Path prefix completion for cvs subcommands. | Bart Schaefer | 2001-05-04 | 2 | -7/+26 |
| | |||||
* | fix typo in changelog | Clint Adams | 2001-05-04 | 1 | -2/+2 |
| | |||||
* | update bindkey completion for bindkey changes in 14046 (14219) | Oliver Kiddle | 2001-05-04 | 2 | -3/+8 |
| | |||||
* | Fix _files -F | Bart Schaefer | 2001-05-03 | 2 | -3/+8 |
| | |||||
* | minor completion changes (14216) | Oliver Kiddle | 2001-05-03 | 6 | -17/+24 |
| | |||||
* | 14214 | Sven Wischnowsky | 2001-05-03 | 2 | -1/+8 |
| | |||||
* | More restrictive configure checks for curses headers. | Bart Schaefer | 2001-05-02 | 2 | -3/+14 |
| | |||||
* | 14208: Solaris loadkeys | Clint Adams | 2001-05-02 | 2 | -0/+13 |
| | |||||
* | 14201: completion for loadkeys | Clint Adams | 2001-05-02 | 2 | -0/+21 |
| | |||||
* | Make X{$~foo}Y where $foo contains commas behave as expected | Peter Stephenson | 2001-05-02 | 2 | -0/+5 |
| | |||||
* | remove quotes when looking at arguments in comparguments (14198) | Sven Wischnowsky | 2001-05-02 | 2 | -0/+9 |
| | |||||
* | missing star in suffix-style test pattern (14197) | Sven Wischnowsky | 2001-05-02 | 2 | -1/+6 |
| | |||||
* | Add --with-curses-terminfo to configure | Bart Schaefer | 2001-05-01 | 2 | -66/+80 |
| | |||||
* | Use BDIGBUFSIZE in two other places | Peter Stephenson | 2001-05-01 | 2 | -2/+7 |
| | |||||
* | Defeat GCC over-optimization in AC_TRY_LINK tests. | Bart Schaefer | 2001-04-30 | 2 | -11/+16 |
| | |||||
* | fixelt for the test for the suffix style; if word contains only a tilde, ↵ | Sven Wischnowsky | 2001-04-30 | 2 | -1/+7 |
| | | | | don't try to expand it (14160) | ||||
* | Bart 14144: fix compilation problem on current Cygwin 1.3.1 (macros were | Andrey Borzenkov | 2001-04-30 | 2 | -3/+30 |
| | | | | | changed to external variables and cannot be used to initialize static array). Modified by me __CYGWIN -> __CYGWIN__ | ||||
* | NO_kshglob in _comp_options. | Bart Schaefer | 2001-04-29 | 2 | -0/+6 |
| | |||||
* | BDIGBUFSIZE for binary conversions. | Bart Schaefer | 2001-04-28 | 4 | -3/+10 |
| | |||||
* | try to improve testing for suffix style in _expand; make _path_files fail to ↵ | Sven Wischnowsky | 2001-04-27 | 4 | -15/+17 |
| | | | | complete words like ...<pat>..<param-subst>... (14133) | ||||
* | Use trap for unfunction compadd in _approximate. | Bart Schaefer | 2001-04-27 | 2 | -4/+9 |
| | |||||
* | 14125: remove static incleanup flag because it is unused | Clint Adams | 2001-04-26 | 3 | -20/+3 |
| | |||||
* | 14123: don't include curses.h in termcap.c if term.h doesn't need it | Clint Adams | 2001-04-26 | 4 | -4/+34 |
| | |||||
* | 14117 | Sven Wischnowsky | 2001-04-26 | 3 | -18/+26 |
| | |||||
* | Another HAVE_TERM* compilation tweak. | Bart Schaefer | 2001-04-26 | 2 | -13/+27 |
| | |||||
* | new vnc completion and use _guard for pine completion (14112) | Oliver Kiddle | 2001-04-26 | 5 | -4/+42 |
| | |||||
* | handle sub-sub-directories of $_compdir as in the CVS-layout (14107) | Sven Wischnowsky | 2001-04-26 | 4 | -10/+23 |
| | |||||
* | rename -W option to -w, add new -W option which makes _arguments complete ↵ | Sven Wischnowsky | 2001-04-26 | 7 | -18/+101 |
| | | | | options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105) | ||||
* | make keep-prefix keep everything up to the first component with a parameter ↵ | Sven Wischnowsky | 2001-04-26 | 2 | -3/+15 |
| | | | | expansion, not only if that is at the beginning of the string (14092) | ||||
* | *** empty log message *** | Sven Wischnowsky | 2001-04-25 | 1 | -4/+4 |
| | |||||
* | fix a sizeof() to strlen() | Sven Wischnowsky | 2001-04-25 | 2 | -1/+5 |
| | |||||
* | Fix term* linkage _again_. | Bart Schaefer | 2001-04-24 | 4 | -8/+16 |
| | |||||
* | Subscripting optimization and error checking. | Bart Schaefer | 2001-04-24 | 6 | -18/+54 |
| | |||||
* | 14xxx: document $termcap and tweak mod_termcap/mod_terminfo docs | Clint Adams | 2001-04-23 | 3 | -4/+20 |
| |