about summary refs log tree commit diff
path: root/Src/Modules
Commit message (Collapse)AuthorAgeFilesLines
* fix two memory leaks (at least I hope they are fixed) and some out-of-bound ↵Sven Wischnowsky2001-05-311-0/+1
| | | | array accesses, plus some defensive programming for heap allocated param structs (14605)
* Improve gettermcap().Bart Schaefer2001-05-301-8/+27
|
* Silence compiler warnings.Bart Schaefer2001-05-281-2/+2
|
* make the zprof wrapper function be more careful, avoiding almost all of the ↵Sven Wischnowsky2001-05-281-48/+59
| | | | code when the module is being unloaded (14504)
* 14314: writing const variable under cygwinPeter Stephenson2001-05-111-3/+3
|
* users/3872: rename inet_* routines to avoid clash with Solaris 7 headers.Andrey Borzenkov2001-05-101-32/+52
|
* Fixes from Andrej for zpty on cygwinPeter Stephenson2001-05-081-1/+6
|
* Bart 14144: fix compilation problem on current Cygwin 1.3.1 (macros wereAndrey Borzenkov2001-04-301-3/+23
| | | | | changed to external variables and cannot be used to initialize static array). Modified by me __CYGWIN -> __CYGWIN__
* 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
|
* Fix term* linkage _again_.Bart Schaefer2001-04-242-1/+3
|
* 14077: revert clint's build patches on 19.04.2001Andrey Borzenkov2001-04-234-8/+0
|
* 14065: decrease termcap/terminfo parameter fishinessClint Adams2001-04-222-0/+8
|
* More term*.h inclusion un-confusion.Bart Schaefer2001-04-211-12/+16
|
* 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
|
* 14041: reduce unnecessary linking for modulesClint Adams2001-04-194-4/+4
|
* 14039: simulate old linking behaviorClint Adams2001-04-194-3/+5
|
* 14033: reduce unnecessary library linking for modules and main binaryClint Adams2001-04-193-0/+6
|
* Don't define gethostbyname2() as static, since it can clash with theWayne Davison2001-04-131-1/+1
| | | | | system header files on a system that provides the prototype but not the object.
* Fix term*.h header file collisions.Bart Schaefer2001-04-132-0/+17
|
* Fiddle with <term.h> vs. <termcap.h> inclusion.Bart Schaefer2001-04-121-6/+3
|
* 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
| | | | that they are terminfo
* 13951: working ${(k)terminfo} and ${(kv)terminfo}Clint Adams2001-04-121-0/+104
|
* Mapfile fix from Bart: dupstring parameter name to avoid static buffer overusePeter Stephenson2001-04-111-0/+1
|
* Bart's change makes terminfo_nam[] needed when HAVE_TIGETSTR is notWayne Davison2001-04-091-1/+2
| | | | defined.
* 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
|
* fix misaligned percent output of zprof (13673)Sven Wischnowsky2001-03-201-29/+25
|
* 13431: better check for shared libraries.Andrey Borzenkov2001-02-134-4/+24
|
* try to make the -t option of zpty smarter (13462)Sven Wischnowsky2001-02-131-5/+11
|
* remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky2001-01-163-16/+33
| | | | signal handlers are only executed when it is safe to run them (13365)
* 13288: cast pointers for arg 2 of ztrapread/writeClint Adams2000-12-171-3/+3
|
* 13242: don't segfault on $terminfo[nonexistentcap]Clint Adams2000-12-061-1/+1
|
* terminfo tweaksPeter Stephenson2000-12-052-2/+2
|
* 13227: terminfo module fixesClint Adams2000-12-052-49/+56
|
* 13216: docs for tc/ti modulesClint Adams2000-12-031-0/+9
|
* 13215: echotc, echoti, terminfoClint Adams2000-12-034-0/+375
|
* Function installation information now in config.modulesPeter Stephenson2000-11-301-0/+1
|
* 13194: change in module configuration systemPeter Stephenson2000-11-2612-3/+56
|
* don't be sure that read-ahead doesn't contains nuls (13163)Sven Wischnowsky2000-11-141-5/+8
|
* use unmetafy() to allow writing special characters into a pty (13156)Sven Wischnowsky2000-11-131-4/+6
|
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-112-12/+12
| | | | pws: 13109, 13111: clear up zle display when output produced in trap.
* *** empty log message ***Sven Wischnowsky2000-11-081-1/+6
|
* Tweak interactiveness of cloned shell.Bart Schaefer2000-11-061-1/+1
|
* Make zpty more like eval.Bart Schaefer2000-11-061-56/+47
|
* Assorted read_poll() and zpty cleanup.Bart Schaefer2000-11-051-26/+65
|