Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stupid bugfixes | Clint Adams | 2001-09-10 | 1 | -5/+8 |
| | |||||
* | unposted: stupid -a bug | Clint Adams | 2001-09-10 | 1 | -4/+3 |
| | |||||
* | 15771: ztcp -t | Clint Adams | 2001-09-10 | 1 | -5/+22 |
| | |||||
* | 15769: ztcp -a | Clint Adams | 2001-09-09 | 2 | -21/+53 |
| | |||||
* | 1576x: take service names, stuff fd numbers into $REPLY | Clint Adams | 2001-09-09 | 1 | -14/+27 |
| | |||||
* | 15766: ztcp -l | Clint Adams | 2001-09-09 | 2 | -40/+120 |
| | |||||
* | 1596x: ztcp -v | Clint Adams | 2001-09-08 | 1 | -2/+8 |
| | |||||
* | 15762: introduce ztcp builtin | Clint Adams | 2001-09-08 | 4 | -108/+325 |
| | |||||
* | handle possible NULL pointer returned from bufferwords() (15717) | Sven Wischnowsky | 2001-08-28 | 1 | -3/+3 |
| | |||||
* | 15327: always use local LINENOs in parse_string(). | Peter Stephenson | 2001-07-09 | 3 | -3/+3 |
| | |||||
* | 15250: still run setup even if pcre functions are unavailable | Clint Adams | 2001-07-06 | 1 | -6/+16 |
| | |||||
* | Avoid static link of pcre module. | Bart Schaefer | 2001-07-06 | 1 | -1/+1 |
| | |||||
* | 15242: pcre_match -a and $match instead of pparams | Clint Adams | 2001-07-04 | 1 | -5/+16 |
| | |||||
* | 15228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffers | Clint Adams | 2001-07-03 | 1 | -5/+35 |
| | |||||
* | unposted: update distfiles for 15211 | Clint Adams | 2001-07-03 | 1 | -0/+1 |
| | |||||
* | 15211: zsh/pcre module | Clint Adams | 2001-07-02 | 2 | -0/+141 |
| | |||||
* | 14973: fix for reported problems on AIX. | Andrey Borzenkov | 2001-06-19 | 1 | -3/+6 |
| | |||||
* | 14931: fix socket/address length calculation | Andrey Borzenkov | 2001-06-15 | 2 | -5/+8 |
| | |||||
* | 14863: tcp_connect | Clint Adams | 2001-06-12 | 2 | -16/+33 |
| | |||||
* | 14843: tcp_close | Clint Adams | 2001-06-11 | 2 | -4/+11 |
| | |||||
* | Fix #includes for gcc 2.95 compilation. | Bart Schaefer | 2001-06-08 | 2 | -27/+23 |
| | |||||
* | Untrustworthy return value of tgetflag(). | Bart Schaefer | 2001-06-08 | 1 | -29/+36 |
| | |||||
* | unposted: add tcp module to .distfiles | Clint Adams | 2001-06-07 | 1 | -0/+1 |
| | |||||
* | 14778: rename zsh/tcp to zsh/net/tcp. | Clint Adams | 2001-06-06 | 2 | -2/+2 |
| | |||||
* | 14770: tcp module from zftp | Clint Adams | 2001-06-06 | 5 | -205/+399 |
| | |||||
* | fix two memory leaks (at least I hope they are fixed) and some out-of-bound ↵ | Sven Wischnowsky | 2001-05-31 | 1 | -0/+1 |
| | | | | array accesses, plus some defensive programming for heap allocated param structs (14605) | ||||
* | Improve gettermcap(). | Bart Schaefer | 2001-05-30 | 1 | -8/+27 |
| | |||||
* | Silence compiler warnings. | Bart Schaefer | 2001-05-28 | 1 | -2/+2 |
| | |||||
* | make the zprof wrapper function be more careful, avoiding almost all of the ↵ | Sven Wischnowsky | 2001-05-28 | 1 | -48/+59 |
| | | | | code when the module is being unloaded (14504) | ||||
* | 14314: writing const variable under cygwin | Peter Stephenson | 2001-05-11 | 1 | -3/+3 |
| | |||||
* | users/3872: rename inet_* routines to avoid clash with Solaris 7 headers. | Andrey Borzenkov | 2001-05-10 | 1 | -32/+52 |
| | |||||
* | Fixes from Andrej for zpty on cygwin | Peter Stephenson | 2001-05-08 | 1 | -1/+6 |
| | |||||
* | Bart 14144: fix compilation problem on current Cygwin 1.3.1 (macros were | Andrey Borzenkov | 2001-04-30 | 1 | -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 unused | Clint Adams | 2001-04-26 | 2 | -20/+0 |
| | |||||
* | 14123: don't include curses.h in termcap.c if term.h doesn't need it | Clint Adams | 2001-04-26 | 1 | -1/+3 |
| | |||||
* | Another HAVE_TERM* compilation tweak. | Bart Schaefer | 2001-04-26 | 1 | -13/+22 |
| | |||||
* | Fix term* linkage _again_. | Bart Schaefer | 2001-04-24 | 2 | -1/+3 |
| | |||||
* | 14077: revert clint's build patches on 19.04.2001 | Andrey Borzenkov | 2001-04-23 | 4 | -8/+0 |
| | |||||
* | 14065: decrease termcap/terminfo parameter fishiness | Clint Adams | 2001-04-22 | 2 | -0/+8 |
| | |||||
* | More term*.h inclusion un-confusion. | Bart Schaefer | 2001-04-21 | 1 | -12/+16 |
| | |||||
* | 14055: include termio.h in termcap.c for the benefit of Solaris 8 | Clint Adams | 2001-04-20 | 1 | -7/+13 |
| | |||||
* | 14053: add $termcap special parameter | Clint Adams | 2001-04-20 | 2 | -1/+245 |
| | |||||
* | 14041: reduce unnecessary linking for modules | Clint Adams | 2001-04-19 | 4 | -4/+4 |
| | |||||
* | 14039: simulate old linking behavior | Clint Adams | 2001-04-19 | 4 | -3/+5 |
| | |||||
* | 14033: reduce unnecessary library linking for modules and main binary | Clint Adams | 2001-04-19 | 3 | -0/+6 |
| | |||||
* | Don't define gethostbyname2() as static, since it can clash with the | Wayne Davison | 2001-04-13 | 1 | -1/+1 |
| | | | | | system header files on a system that provides the prototype but not the object. | ||||
* | Fix term*.h header file collisions. | Bart Schaefer | 2001-04-13 | 2 | -0/+17 |
| | |||||
* | Fiddle with <term.h> vs. <termcap.h> inclusion. | Bart Schaefer | 2001-04-12 | 1 | -6/+3 |
| | |||||
* | 13955: boolnames et al., not boolcodes | Clint Adams | 2001-04-12 | 1 | -9/+9 |
| | |||||
* | 13953: use curses capability inventories instead of hardcoding and presume | Clint Adams | 2001-04-12 | 1 | -6/+18 |
| | | | | that they are terminfo |