summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-1114314: writing const variable under cygwinPeter Stephenson2-3/+5
2001-05-1114313: New options testsPeter Stephenson3-1/+186
2001-05-1014304Wayne Davison1-0/+5
2001-05-10Fixed an obscure local-history bug that could make the "history"Wayne Davison1-4/+3
command output something that was slightly wrong. (14304)
2001-05-10users/3872: rename inet_* routines to avoid clash with Solaris 7 headers.Andrey Borzenkov2-32/+57
2001-05-10* 14295: Completion/Unix/Command/_cvs: support new cvs subcommandsTanaka Akira2-2/+36
`rannotate' and `rlog' introduced by cvs-1.11.1.
2001-05-10barf if a empty string is given as one of the separators for _values (14293)Sven Wischnowsky2-1/+6
2001-05-10More cleanup of 14275+14290.Bart Schaefer2-3/+10
2001-05-10Tweak 14275.Bart Schaefer2-1/+6
2001-05-09update; in particular enable new style completion from ex. startup file (14283)Oliver Kiddle3-37/+77
2001-05-09complete only files that can be chowned (14282)Oliver Kiddle2-4/+21
2001-05-09insert redirection operators when expanding after one (14281)Oliver Kiddle2-11/+17
2001-05-09Missing dist filePeter Stephenson1-0/+1
2001-05-094.0.1-pre-4Peter Stephenson2-2/+4
2001-05-09Make clearer that globsubst doesn't affect brace expansionPeter Stephenson2-1/+5
2001-05-09Back off 14140 (tokenize comma)Peter Stephenson2-1/+5
2001-05-09add description of how to add a auto-removable suffix when using a ->state ↵Sven Wischnowsky2-0/+15
action with _values (14279)
2001-05-09Clean up after 14270.Bart Schaefer3-11/+11
2001-05-0914268 --> 14270Bart Schaefer1-3/+3
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__