about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* *** 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
* 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
* 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
* 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
* 13953: use curses capability inventories instead of hardcoding and presumeClint Adams2001-04-124-7/+48
* 13951: working ${(k)terminfo} and ${(kv)terminfo}Clint Adams2001-04-122-0/+109
* 13949 and a couple of unposted tweaks to functions.Bart Schaefer2001-04-111-0/+11
* Don't append a / when completing after [-+]*.Bart Schaefer2001-04-111-3/+4
* Strip %[BSubsu] as well as %{*%} before computing width of prompt.Bart Schaefer2001-04-111-6/+6
* Update a comment.Bart Schaefer2001-04-111-1/+1
* add _arguments based completion for alias and jobs (13947)Oliver Kiddle2001-04-116-7/+31
* Fixed a filename.Wayne Davison2001-04-111-1/+1
* 13942Wayne Davison2001-04-111-0/+7
* Updated the "preexec" docs.Wayne Davison2001-04-111-2/+8