about summary refs log tree commit diff
path: root/Src/Modules
Commit message (Expand)AuthorAgeFilesLines
* 16241: new rand48(param) math functionPeter Stephenson2001-11-151-0/+106
* 16176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(),Peter Stephenson2001-10-262-6/+15
* 16172: freehostent -> zfreehostent to avoid name clashPeter Stephenson2001-10-262-4/+4
* 15793: Src/Modules/zftp.c: require zsh/net/tcp explicitly.Peter Stephenson2001-10-261-1/+2
* 16062: use O_EXCL when opening a temporary file.Clint Adams2001-10-161-1/+1
* Remove <arpa/telnet.h> from tcp.c.Bart Schaefer2001-10-141-14/+16
* remove duplicated includes which caused problems on IRIX 5 (15987)Oliver Kiddle2001-10-081-16/+0
* 15964: use SOCKLEN_TAndrey Borzenkov2001-10-081-1/+2
* 15919: use LinkLists in place of somewhat equivalent codeClint Adams2001-10-022-59/+33
* Zftp control connection management cleanup.Bart Schaefer2001-09-281-19/+27
* 15886: use select if poll is not available, or complain if neither are availableClint Adams2001-09-271-2/+25
* 15780: rename **arg to **dargsClint Adams2001-09-101-18/+20
* 15779: ztcp -dClint Adams2001-09-101-22/+57
* 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