about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* try to improve testing for suffix style in _expand; make _path_files fail to ↵Sven Wischnowsky2001-04-274-15/+17
| | | | complete words like ...<pat>..<param-subst>... (14133)
* 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 ↵Sven Wischnowsky2001-04-267-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 Wischnowsky2001-04-262-3/+15
| | | | expansion, not only if that is at the beginning of the string (14092)
* *** 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 ↵Sven Wischnowsky2001-04-172-7/+13
| | | | completed, but keep options from being completed more than once (13999)
* remove SUFFIX-handling, it's in _tilde and only needed there (13997)Sven Wischnowsky2001-04-172-10/+7
|
* Delete duplicated text in development guide.Bart Schaefer2001-04-142-74/+7
|
* add completion for common MUAs and a couple of minor fixes (13982)Oliver Kiddle2001-04-138-7/+140
|
* Zsh workers 13981Wayne Davison2001-04-131-0/+6
|
* Don't define gethostbyname2() as static, since it can clash with theWayne Davison2001-04-131-1/+1
| | | | | system header files on a system that provides the prototype but not the object.
* See zsh-workers 13972 and 13973.Bart Schaefer2001-04-131-1/+11
|
* Check for parameter expansions before tilde-expansions (fixes bugs reportedBart Schaefer2001-04-131-17/+17
| | | | in zsh-workers/13971).
* Fix term*.h header file collisions.Bart Schaefer2001-04-134-9/+18
|
* Fiddle with <term.h> vs. <termcap.h> inclusion.Bart Schaefer2001-04-124-9/+14
|
* 13961: add ifdef for tputs in term.h in prototypes.hClint Adams2001-04-122-1/+10
|
* avoid appending a / when called from _cd (13958)Oliver Kiddle2001-04-122-3/+9
|
* add _arguments based completion for alias and jobs (13947)Oliver Kiddle2001-04-121-1/+1
|
* 13955: boolnames et al., not boolcodesClint Adams2001-04-124-12/+39
|