about summary refs log tree commit diff
path: root/Src/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* stupid bugfixesClint Adams2001-09-101-5/+8
* unposted: stupid -a bugClint Adams2001-09-101-4/+3
* 15771: ztcp -tClint Adams2001-09-101-5/+22
* 15769: ztcp -aClint Adams2001-09-092-21/+53
* 1576x: take service names, stuff fd numbers into $REPLYClint Adams2001-09-091-14/+27
* 15766: ztcp -lClint Adams2001-09-092-40/+120
* 1596x: ztcp -vClint Adams2001-09-081-2/+8
* 15762: introduce ztcp builtinClint Adams2001-09-084-108/+325
* handle possible NULL pointer returned from bufferwords() (15717)Sven Wischnowsky2001-08-281-3/+3
* 15327: always use local LINENOs in parse_string().Peter Stephenson2001-07-093-3/+3
* 15250: still run setup even if pcre functions are unavailableClint Adams2001-07-061-6/+16
* Avoid static link of pcre module.Bart Schaefer2001-07-061-1/+1
* 15242: pcre_match -a and $match instead of pparamsClint Adams2001-07-041-5/+16
* 15228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffersClint Adams2001-07-031-5/+35
* unposted: update distfiles for 15211Clint Adams2001-07-031-0/+1
* 15211: zsh/pcre moduleClint Adams2001-07-022-0/+141
* 14973: fix for reported problems on AIX.Andrey Borzenkov2001-06-191-3/+6
* 14931: fix socket/address length calculationAndrey Borzenkov2001-06-152-5/+8
* 14863: tcp_connectClint Adams2001-06-122-16/+33
* 14843: tcp_closeClint Adams2001-06-112-4/+11
* Fix #includes for gcc 2.95 compilation.Bart Schaefer2001-06-082-27/+23
* Untrustworthy return value of tgetflag().Bart Schaefer2001-06-081-29/+36
* unposted: add tcp module to .distfilesClint Adams2001-06-071-0/+1
* 14778: rename zsh/tcp to zsh/net/tcp.Clint Adams2001-06-062-2/+2
* 14770: tcp module from zftpClint Adams2001-06-065-205/+399
* fix two memory leaks (at least I hope they are fixed) and some out-of-bound a...Sven Wischnowsky2001-05-311-0/+1
* 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 c...Sven Wischnowsky2001-05-281-48/+59
* 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
* 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
* 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