summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Collapse)AuthorFilesLines
2001-05-28Silence compiler warnings.Bart Schaefer1-2/+2
2001-05-28make the zprof wrapper function be more careful, avoiding almost all of the ↵Sven Wischnowsky1-48/+59
code when the module is being unloaded (14504)
2001-05-1114314: writing const variable under cygwinPeter Stephenson1-3/+3
2001-05-10users/3872: rename inet_* routines to avoid clash with Solaris 7 headers.Andrey Borzenkov1-32/+52
2001-05-08Fixes from Andrej for zpty on cygwinPeter Stephenson1-1/+6
2001-04-30Bart 14144: fix compilation problem on current Cygwin 1.3.1 (macros wereAndrey Borzenkov1-3/+23
changed to external variables and cannot be used to initialize static array). Modified by me __CYGWIN -> __CYGWIN__
2001-04-2614125: remove static incleanup flag because it is unusedClint Adams2-20/+0
2001-04-2614123: don't include curses.h in termcap.c if term.h doesn't need itClint Adams1-1/+3
2001-04-26Another HAVE_TERM* compilation tweak.Bart Schaefer1-13/+22
2001-04-24Fix term* linkage _again_.Bart Schaefer2-1/+3
2001-04-2314077: revert clint's build patches on 19.04.2001Andrey Borzenkov4-8/+0
2001-04-2214065: decrease termcap/terminfo parameter fishinessClint Adams2-0/+8
2001-04-21More term*.h inclusion un-confusion.Bart Schaefer1-12/+16
2001-04-2014055: include termio.h in termcap.c for the benefit of Solaris 8Clint Adams1-7/+13
2001-04-2014053: add $termcap special parameterClint Adams2-1/+245
2001-04-1914041: reduce unnecessary linking for modulesClint Adams4-4/+4
2001-04-1914039: simulate old linking behaviorClint Adams4-3/+5
2001-04-1914033: reduce unnecessary library linking for modules and main binaryClint Adams3-0/+6
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 Schaefer2-0/+17
2001-04-12Fiddle with <term.h> vs. <termcap.h> inclusion.Bart Schaefer1-6/+3
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-11Mapfile fix from Bart: dupstring parameter name to avoid static buffer overusePeter Stephenson1-0/+1
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-03-20fix misaligned percent output of zprof (13673)Sven Wischnowsky1-29/+25
2001-02-1313431: better check for shared libraries.Andrey Borzenkov4-4/+24
2001-02-13try to make the -t option of zpty smarter (13462)Sven Wischnowsky1-5/+11
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky3-16/+33
signal handlers are only executed when it is safe to run them (13365)
2000-12-1713288: cast pointers for arg 2 of ztrapread/writeClint Adams1-3/+3
2000-12-0613242: don't segfault on $terminfo[nonexistentcap]Clint Adams1-1/+1
2000-12-05terminfo tweaksPeter Stephenson2-2/+2
2000-12-0513227: terminfo module fixesClint Adams2-49/+56
2000-12-0313216: docs for tc/ti modulesClint Adams1-0/+9
2000-12-0313215: echotc, echoti, terminfoClint Adams4-0/+375
2000-11-30Function installation information now in config.modulesPeter Stephenson1-0/+1
2000-11-2613194: change in module configuration systemPeter Stephenson12-3/+56
2000-11-14don't be sure that read-ahead doesn't contains nuls (13163)Sven Wischnowsky1-5/+8
2000-11-13use unmetafy() to allow writing special characters into a pty (13156)Sven Wischnowsky1-4/+6
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson2-12/+12
pws: 13109, 13111: clear up zle display when output produced in trap.
2000-11-08*** empty log message ***Sven Wischnowsky1-1/+6
2000-11-06Tweak interactiveness of cloned shell.Bart Schaefer1-1/+1
2000-11-06Make zpty more like eval.Bart Schaefer1-56/+47
2000-11-05Assorted read_poll() and zpty cleanup.Bart Schaefer1-26/+65
2000-11-05Better streaming behavior from `zpty -r', plus other cleanup.Bart Schaefer1-43/+20
2000-11-02show current/previous job in $jobstates (3503)Sven Wischnowsky1-4/+11