about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Subscripting documentation.Bart Schaefer2001-04-223-77/+268
* 14065: decrease termcap/terminfo parameter fishinessClint Adams2001-04-224-1/+15
* More term*.h inclusion un-confusion.Bart Schaefer2001-04-212-12/+19
* More parameter/subscript cleanup.Bart Schaefer2001-04-215-18/+70
* 14055: include termio.h in termcap.c for the benefit of Solaris 8Clint Adams2001-04-202-7/+16
* 14053: add $termcap special parameterClint Adams2001-04-203-2/+251
* Parameter repairs, mostly for subscripting.Bart Schaefer2001-04-207-51/+242
* extra ChangeLog detailPeter Stephenson2001-04-191-1/+2
* bindkey -rp removes prefix bindings; bindkey -p bugfixPeter Stephenson2001-04-193-4/+57
* unposted: check for functions in the proper librariesClint Adams2001-04-192-1/+4
* 14041: reduce unnecessary linking for modulesClint Adams2001-04-198-14/+23
* 14039: simulate old linking behaviorClint Adams2001-04-197-11/+18
* 14033: reduce unnecessary library linking for modules and main binaryClint Adams2001-04-1911-9/+109
* *** empty log message ***Sven Wischnowsky2001-04-191-1/+1
* use the right path patterns for completion functionsSven Wischnowsky2001-04-192-1/+6
* 14018: honor STRIPFLAGS when installing modulesClint Adams2001-04-192-1/+6
* Tilde-path completion tweak.Bart Schaefer2001-04-182-7/+13
* only use the exclusion lists of options that are not currently being complete...Sven Wischnowsky2001-04-172-7/+13