summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2001-04-13Don't define gethostbyname2() as static, since it can clash with theWayne Davison1-1/+1
system header files on a system that provides the prototype but not the object.
2001-04-13Fix term*.h header file collisions.Bart Schaefer4-9/+18
2001-04-12Fiddle with <term.h> vs. <termcap.h> inclusion.Bart Schaefer3-9/+8
2001-04-1213961: add ifdef for tputs in term.h in prototypes.hClint Adams1-1/+5
2001-04-1213955: boolnames et al., not boolcodesClint Adams1-9/+9
2001-04-1213953: use curses capability inventories instead of hardcoding and presumeClint Adams1-6/+18
that they are terminfo
2001-04-1213951: working ${(k)terminfo} and ${(kv)terminfo}Clint Adams1-0/+104
2001-04-11Fixed a bug where the call to function "preexec" might pass the wrongWayne Davison1-1/+9
history line. Added two extra args to preexec to give the user more info on the command that is about to be executed.
2001-04-11Mapfile fix from Bart: dupstring parameter name to avoid static buffer overusePeter Stephenson1-0/+1
2001-04-10Slightly optimized should_ignore_line() by using getjobtext() ratherWayne Davison1-9/+3
than getpermtext().
2001-04-09Bart's change makes terminfo_nam[] needed when HAVE_TIGETSTR is notWayne Davison1-1/+2
defined.
2001-04-09Silence several warnings when HAVE_TIGETSTR is not defined.Wayne Davison1-4/+11
2001-04-09Fixes for 13922.Bart Schaefer3-12/+4
2001-04-09Make termcap and terminfo modules always loadable.Bart Schaefer4-23/+54
2001-04-06indent fixSven Wischnowsky1-1/+1
2001-04-06test for unset in pipestatussetfn() (13917)Sven Wischnowsky1-4/+8
2001-04-06 (13916)Sven Wischnowsky1-2/+2
2001-04-05fix for reverse subscripting of strings as second part of subscript ↵Sven Wischnowsky1-2/+4
($a[x,(r)..]) (13907)
2001-04-03(13892) fixes for fpaths and completion matchingSven Wischnowsky1-2/+1
2001-04-02cleanup after function moveSven Wischnowsky1-1/+1
2001-04-02after-move cleanupSven Wischnowsky1-1/+1
2001-04-02make `_arguments -S' still complete long options after `--<TAB>'; fix for ↵Sven Wischnowsky2-2/+3
cursor positioning with partial word match specs (13868)
2001-03-30Fix problem with traps not runing if shell exec'd final commandPeter Stephenson2-3/+18
2001-03-30Refuse to setopt noexec when interactiveBart Schaefer1-0/+3
2001-03-29Don't assume we can change the string for the HOST parameter when used inPeter Stephenson1-4/+1
a prompt
2001-03-29disallow changing of parameter typePeter Stephenson1-4/+10
for autoloadable parameter (bug 219459 on Sourceforge).
2001-03-28Add `bindkey -p'Peter Stephenson2-2/+22
2001-03-27try to make _h_c_w smarter at the beginning and end of the list; avoid ↵Sven Wischnowsky1-1/+1
list-beeping if the old completion list is re-used (3752)
2001-03-2613777: maxfilelocks limit for glibc2.2Clint Adams1-22/+39
2001-03-26handle colons in xor lists (13770)Sven Wischnowsky1-1/+1
2001-03-26avoid adding empty strings to the kill ring (13767)Sven Wischnowsky1-0/+3
2001-03-22skip redirections in execpline2() when looking for the command code (13706)Sven Wischnowsky1-2/+2
2001-03-20fix misaligned percent output of zprof (13673)Sven Wischnowsky1-29/+25
2001-03-15fix default colour for directories (3674)Sven Wischnowsky1-1/+1
2001-03-1413633: don't use termcap cursor keys if single key which is already boundPeter Stephenson1-1/+13
2001-03-1313611, 13615: Bind cursor keys using termcap, including in viins.Peter Stephenson3-21/+74
2001-03-07two optimisationsSven Wischnowsky3-30/+32
2001-03-06make the parser use real memory for the ecbuf to avoid having hrealloc() ↵Sven Wischnowsky2-7/+22
throw away lots of memory (13576)
2001-03-06another fix for completion matching, CLF_MISS in the wrong cline struct (13575)Sven Wischnowsky1-0/+6
2001-03-05fix for matching control, try harder to merge separately completed parts to ↵Sven Wischnowsky2-4/+26
avoid losing user-typed characters (13565)
2001-02-28add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky6-10/+14
2001-02-26properly restore noaliases in bufferwords() (13530)Sven Wischnowsky1-1/+2
2001-02-20more (|un)queue_signals(), this time for the job control builtins (13509)Sven Wischnowsky1-0/+10
2001-02-1913280: NewImproved handling of colon modifiers w.r.t. pathsPeter Stephenson3-25/+70
2001-02-18?## fix from 13497 and site name change from GeoffPeter Stephenson1-2/+8
2001-02-16Fix "${=foo=$@}".Bart Schaefer1-4/+4
2001-02-16Partial sh emulation fixs for ${1+"$@"} and "${foo=$@}".Bart Schaefer1-1/+16
2001-02-14unposted: remove unused variable declarationClint Adams1-1/+0
2001-02-1413478: whence shouldn't segfault on an empty path componentClint Adams1-4/+4
2001-02-1313431: better check for shared libraries.Andrey Borzenkov4-4/+24