summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Collapse)AuthorFilesLines
2003-09-2819151: Src/Modules/datetime.c: add $SECS parameter for seconds since epoch.Clint Adams1-1/+14
2003-09-1719096: crash unloading zsh/systemPeter Stephenson1-0/+2
2003-09-1419076: don't call setupterm with NULL as last argument as that causesClint Adams1-1/+4
the shell to exit when the terminal is unknown.
2003-09-0819044: typo in setting $saliases elementsPeter Stephenson1-4/+4
2003-09-0319014: add alias -s suf=handlerPeter Stephenson1-69/+162
2003-08-3018980: new zsh/system modulePeter Stephenson5-0/+506
2003-07-2318888: Philippe Troin: allow clone to acquire a controlling ttyPeter Stephenson1-17/+30
2003-07-2218880: Don't return unset parameters in $parametersPeter Stephenson1-0/+2
2003-06-2418626: improve echoti's arg support and fix compile problem on 64-bit SolarisOliver Kiddle1-18/+24
2003-06-1918616: Add ternary expression handling to zformatPeter Stephenson1-75/+146
2003-05-3018587: fix bug where only the beginning of the association key was comparedOliver Kiddle1-1/+1
2003-05-2218559, 18562: make modules use proper option argumentsPeter Stephenson3-42/+32
2003-05-05unposted: cvsignore VIM *.swp filesAndrey Borzenkov1-0/+5
2003-04-2817820, tweaked: attempt to fix compilation of tcp.h on recent versionsPeter Stephenson1-2/+2
of cygwin
2003-04-2518472: spelling correctionsOliver Kiddle1-1/+1
2003-04-2318466: tcp.mdh only included by C filePeter Stephenson2-1/+1
2003-03-25users/5986, 18380: arg support for echoti builtin.Clint Adams1-4/+23
2003-03-0718325: options on by default weren't printed correctly by zsh/parameterPeter Stephenson1-1/+8
2003-02-0618202: New TCP function system plus small error message change in ztcp.Peter Stephenson2-1/+4
2003-02-0518195: Timeouts for read builtin.Peter Stephenson1-1/+1
2002-10-0717481 (Karl Tomlinson): get/set for terminfo and termcap parametersPeter Stephenson2-18/+33
2002-08-2717582: Improved option argument handling.Peter Stephenson16-121/+297
unposted: Updated version to 4.1.0-dev-6 because of interface change.
2002-08-2217570: tweaks to socket modulePeter Stephenson1-12/+13
2002-08-1817558: zsh/net/socket , zsocket builtinClint Adams3-0/+293
2002-08-0817516, 17517: Attempted fixes for memory leaks shown by valgrind.Peter Stephenson1-0/+4
First with zstyle patterns, second with pwd in job structure.
2002-07-0417417: remove unused fluff from datetime.cClint Adams1-3/+1
2002-06-0617297: 17265 continued.Clint Adams1-1/+1
2002-06-06zselectClint Adams1-0/+2
2002-06-05remove builtin when tcp module is unloaded.Peter Stephenson1-3/+1
2002-06-0517265: make the jobs command work in subshellsPeter Stephenson1-7/+18
2002-05-3017253: ztcp -L gives parseable information on tcp sessionPeter Stephenson1-9/+24
2002-05-2917249: fix user output from ztcpPeter Stephenson1-4/+4
2002-05-2617235: strftime builtinClint Adams2-0/+107
2002-05-2417220: Src/Modules/tcp.c: bugs using ztcp to list connections.Peter Stephenson1-3/+3
2002-05-1617171: Src/Modules/tcp.c: ztcp didn't return failurePeter Stephenson1-0/+2
when a connect() failed.
2002-05-1517166: Src/Modules/zftp.c: check fileno of zftp controlPeter Stephenson1-2/+3
connection before closing, not after
2002-05-1417162: Src/Modules/tcp.c: prevent warning onPeter Stephenson1-2/+2
gethostbyaddr() arguments.
2002-05-1417161: Src/Modules/tcp.c: length parameter to accept()Peter Stephenson1-0/+1
wasn't initialised, causing random failures.
2002-05-0817102: looking up TCP sessions by fd returned the wrong pointerPeter Stephenson1-1/+1
2002-05-0817097: closing all TCP sessions referenced freed memory.Peter Stephenson1-2/+4
2002-05-0817095: Bug in setting associative array; remove unused counterPeter Stephenson1-8/+5
2002-05-0817081: New zselect module and documentation.Peter Stephenson2-0/+316
2002-04-2517040: Src/Modules/tcp.c: AF_INET6 wasn't copied into thePeter Stephenson2-3/+4
socket structure for IPv6. 17041: Src/Modules/zftp.c: Minor but fatal typos creating a data connection for zftp using IPv6.
2002-04-25remove one half of 17029; the part for zstyle wasn't right (17035)Sven Wischnowsky1-1/+0
2002-04-24fix two memory leaks (found by Felix): pre-compiled patterns when ↵Sven Wischnowsky1-0/+1
re-defining styles and compredirs-copies in comp_wrapper() (17029)
2002-04-1817011: Src/Modules/tcp.c, Src/Modules/zftp.c: restorePeter Stephenson2-4/+4
freehostent() incorrectly removed in 16172.
2002-02-1916673: add langinfo module as an interface to locale information.Clint Adams3-0/+566
2001-11-1516241: new rand48(param) math functionPeter Stephenson1-0/+106
2001-10-2616176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(),Peter Stephenson2-6/+15
TCP control fd is no longer valid, but we still need to remove the session cleanly.
2001-10-2616172: freehostent -> zfreehostent to avoid name clashPeter Stephenson2-4/+4