about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* Back off 14140 (tokenize comma)Peter Stephenson2001-05-091-1/+0
* add -S option to specify separator between values and their arguments; make _...Sven Wischnowsky2001-05-081-11/+28
* Fixes from Andrej for zpty on cygwinPeter Stephenson2001-05-081-1/+6
* print space/backspace when reacing the last column while printing description...Sven Wischnowsky2001-05-082-2/+8
* Prevent "no multi-letter values" error on values of '\:' and '' in compvalues().Bart Schaefer2001-05-061-2/+3
* 14214Sven Wischnowsky2001-05-031-1/+4
* Make X{$~foo}Y where $foo contains commas behave as expectedPeter Stephenson2001-05-021-0/+1
* remove quotes when looking at arguments in comparguments (14198)Sven Wischnowsky2001-05-021-0/+6
* Use BDIGBUFSIZE in two other placesPeter Stephenson2001-05-011-2/+2
* Bart 14144: fix compilation problem on current Cygwin 1.3.1 (macros wereAndrey Borzenkov2001-04-301-3/+23
* BDIGBUFSIZE for binary conversions.Bart Schaefer2001-04-283-3/+5
* 14125: remove static incleanup flag because it is unusedClint Adams2001-04-262-20/+0
* 14123: don't include curses.h in termcap.c if term.h doesn't need itClint Adams2001-04-261-1/+3
* Another HAVE_TERM* compilation tweak.Bart Schaefer2001-04-261-13/+22
* rename -W option to -w, add new -W option which makes _arguments complete opt...Sven Wischnowsky2001-04-261-1/+6
* fix a sizeof() to strlen()Sven Wischnowsky2001-04-251-1/+1
* Fix term* linkage _again_.Bart Schaefer2001-04-242-1/+3
* Subscripting optimization and error checking.Bart Schaefer2001-04-244-13/+23
* 14077: revert clint's build patches on 19.04.2001Andrey Borzenkov2001-04-237-35/+4
* Fix subscripting bug with backslash-double-quote.Bart Schaefer2001-04-232-9/+11
* Fix bug in (kK) subscript flags.Bart Schaefer2001-04-221-9/+13
* 14065: decrease termcap/terminfo parameter fishinessClint Adams2001-04-223-1/+9
* More term*.h inclusion un-confusion.Bart Schaefer2001-04-211-12/+16
* More parameter/subscript cleanup.Bart Schaefer2001-04-213-18/+54
* 14055: include termio.h in termcap.c for the benefit of Solaris 8Clint Adams2001-04-201-7/+13
* 14053: add $termcap special parameterClint Adams2001-04-202-1/+245
* Parameter repairs, mostly for subscripting.Bart Schaefer2001-04-205-51/+97
* bindkey -rp removes prefix bindings; bindkey -p bugfixPeter Stephenson2001-04-191-4/+38
* 14041: reduce unnecessary linking for modulesClint Adams2001-04-195-6/+6
* 14039: simulate old linking behaviorClint Adams2001-04-195-4/+6
* 14033: reduce unnecessary library linking for modules and main binaryClint Adams2001-04-196-4/+33
* use the right path patterns for completion functionsSven Wischnowsky2001-04-191-1/+1
* 14018: honor STRIPFLAGS when installing modulesClint Adams2001-04-191-1/+1
* only use the exclusion lists of options that are not currently being complete...Sven Wischnowsky2001-04-171-7/+9
* Don't define gethostbyname2() as static, since it can clash with theWayne Davison2001-04-131-1/+1
* Fix term*.h header file collisions.Bart Schaefer2001-04-134-9/+18
* Fiddle with <term.h> vs. <termcap.h> inclusion.Bart Schaefer2001-04-123-9/+8
* 13961: add ifdef for tputs in term.h in prototypes.hClint Adams2001-04-121-1/+5
* 13955: boolnames et al., not boolcodesClint Adams2001-04-121-9/+9
* 13953: use curses capability inventories instead of hardcoding and presumeClint Adams2001-04-121-6/+18
* 13951: working ${(k)terminfo} and ${(kv)terminfo}Clint Adams2001-04-121-0/+104
* Fixed a bug where the call to function "preexec" might pass the wrongWayne Davison2001-04-111-1/+9
* Mapfile fix from Bart: dupstring parameter name to avoid static buffer overusePeter Stephenson2001-04-111-0/+1
* Slightly optimized should_ignore_line() by using getjobtext() ratherWayne Davison2001-04-101-9/+3
* Bart's change makes terminfo_nam[] needed when HAVE_TIGETSTR is notWayne Davison2001-04-091-1/+2
* Silence several warnings when HAVE_TIGETSTR is not defined.Wayne Davison2001-04-091-4/+11
* Fixes for 13922.Bart Schaefer2001-04-093-12/+4
* Make termcap and terminfo modules always loadable.Bart Schaefer2001-04-094-23/+54
* indent fixSven Wischnowsky2001-04-061-1/+1
* test for unset in pipestatussetfn() (13917)Sven Wischnowsky2001-04-061-4/+8