about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 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
* (13916)Sven Wischnowsky2001-04-061-2/+2
* fix for reverse subscripting of strings as second part of subscript ($a[x,(r)...Sven Wischnowsky2001-04-051-2/+4
* (13892) fixes for fpaths and completion matchingSven Wischnowsky2001-04-031-2/+1
* cleanup after function moveSven Wischnowsky2001-04-021-1/+1
* after-move cleanupSven Wischnowsky2001-04-021-1/+1
* make `_arguments -S' still complete long options after `--<TAB>'; fix for cur... pre-func-moveSven Wischnowsky2001-04-022-2/+3
* Fix problem with traps not runing if shell exec'd final commandPeter Stephenson2001-03-302-3/+18
* Refuse to setopt noexec when interactiveBart Schaefer2001-03-301-0/+3
* Don't assume we can change the string for the HOST parameter when used inPeter Stephenson2001-03-291-4/+1
* disallow changing of parameter typePeter Stephenson2001-03-291-4/+10
* Add `bindkey -p'Peter Stephenson2001-03-282-2/+22
* try to make _h_c_w smarter at the beginning and end of the list; avoid list-b...Sven Wischnowsky2001-03-271-1/+1
* 13777: maxfilelocks limit for glibc2.2Clint Adams2001-03-261-22/+39
* handle colons in xor lists (13770)Sven Wischnowsky2001-03-261-1/+1
* avoid adding empty strings to the kill ring (13767)Sven Wischnowsky2001-03-261-0/+3
* skip redirections in execpline2() when looking for the command code (13706)Sven Wischnowsky2001-03-221-2/+2
* fix misaligned percent output of zprof (13673)Sven Wischnowsky2001-03-201-29/+25
* fix default colour for directories (3674)Sven Wischnowsky2001-03-151-1/+1
* 13633: don't use termcap cursor keys if single key which is already boundPeter Stephenson2001-03-141-1/+13
* 13611, 13615: Bind cursor keys using termcap, including in viins.Peter Stephenson2001-03-133-21/+74
* two optimisationsSven Wischnowsky2001-03-073-30/+32
* make the parser use real memory for the ecbuf to avoid having hrealloc() thro...Sven Wischnowsky2001-03-062-7/+22
* another fix for completion matching, CLF_MISS in the wrong cline struct (13575)Sven Wischnowsky2001-03-061-0/+6
* fix for matching control, try harder to merge separately completed parts to a...Sven Wischnowsky2001-03-052-4/+26
* add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky2001-02-286-10/+14
* properly restore noaliases in bufferwords() (13530)Sven Wischnowsky2001-02-261-1/+2
* more (|un)queue_signals(), this time for the job control builtins (13509)Sven Wischnowsky2001-02-201-0/+10
* 13280: NewImproved handling of colon modifiers w.r.t. pathsPeter Stephenson2001-02-193-25/+70