index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
unposted: cvsignore VIM *.swp files
Andrey Borzenkov
2003-05-05
1
-0
/
+5
*
17820, tweaked: attempt to fix compilation of tcp.h on recent versions
Peter Stephenson
2003-04-28
1
-2
/
+2
*
18472: spelling corrections
Oliver Kiddle
2003-04-25
1
-1
/
+1
*
18466: tcp.mdh only included by C file
Peter Stephenson
2003-04-23
2
-1
/
+1
*
users/5986, 18380: arg support for echoti builtin.
Clint Adams
2003-03-25
1
-4
/
+23
*
18325: options on by default weren't printed correctly by zsh/parameter
Peter Stephenson
2003-03-07
1
-1
/
+8
*
18202: New TCP function system plus small error message change in ztcp.
Peter Stephenson
2003-02-06
2
-1
/
+4
*
18195: Timeouts for read builtin.
Peter Stephenson
2003-02-05
1
-1
/
+1
*
17481 (Karl Tomlinson): get/set for terminfo and termcap parameters
Peter Stephenson
2002-10-07
2
-18
/
+33
*
17582: Improved option argument handling.
Peter Stephenson
2002-08-27
16
-121
/
+297
*
17570: tweaks to socket module
Peter Stephenson
2002-08-22
1
-12
/
+13
*
17558: zsh/net/socket , zsocket builtin
Clint Adams
2002-08-18
3
-0
/
+293
*
17516, 17517: Attempted fixes for memory leaks shown by valgrind.
Peter Stephenson
2002-08-08
1
-0
/
+4
*
17417: remove unused fluff from datetime.c
Clint Adams
2002-07-04
1
-3
/
+1
*
17297: 17265 continued.
Clint Adams
2002-06-06
1
-1
/
+1
*
zselect
Clint Adams
2002-06-06
1
-0
/
+2
*
remove builtin when tcp module is unloaded.
Peter Stephenson
2002-06-05
1
-3
/
+1
*
17265: make the jobs command work in subshells
Peter Stephenson
2002-06-05
1
-7
/
+18
*
17253: ztcp -L gives parseable information on tcp session
Peter Stephenson
2002-05-30
1
-9
/
+24
*
17249: fix user output from ztcp
Peter Stephenson
2002-05-29
1
-4
/
+4
*
17235: strftime builtin
Clint Adams
2002-05-26
2
-0
/
+107
*
17220: Src/Modules/tcp.c: bugs using ztcp to list connections.
Peter Stephenson
2002-05-24
1
-3
/
+3
*
17171: Src/Modules/tcp.c: ztcp didn't return failure
Peter Stephenson
2002-05-16
1
-0
/
+2
*
17166: Src/Modules/zftp.c: check fileno of zftp control
Peter Stephenson
2002-05-15
1
-2
/
+3
*
17162: Src/Modules/tcp.c: prevent warning on
Peter Stephenson
2002-05-14
1
-2
/
+2
*
17161: Src/Modules/tcp.c: length parameter to accept()
Peter Stephenson
2002-05-14
1
-0
/
+1
*
17102: looking up TCP sessions by fd returned the wrong pointer
Peter Stephenson
2002-05-08
1
-1
/
+1
*
17097: closing all TCP sessions referenced freed memory.
Peter Stephenson
2002-05-08
1
-2
/
+4
*
17095: Bug in setting associative array; remove unused counter
Peter Stephenson
2002-05-08
1
-8
/
+5
*
17081: New zselect module and documentation.
Peter Stephenson
2002-05-08
2
-0
/
+316
*
17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into the
Peter Stephenson
2002-04-25
2
-3
/
+4
*
remove one half of 17029; the part for zstyle wasn't right (17035)
Sven Wischnowsky
2002-04-25
1
-1
/
+0
*
fix two memory leaks (found by Felix): pre-compiled patterns when re-defining...
Sven Wischnowsky
2002-04-24
1
-0
/
+1
*
17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restore
Peter Stephenson
2002-04-18
2
-4
/
+4
*
16673: add langinfo module as an interface to locale information.
Clint Adams
2002-02-19
3
-0
/
+566
*
16241: new rand48(param) math function
Peter Stephenson
2001-11-15
1
-0
/
+106
*
16176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(),
Peter Stephenson
2001-10-26
2
-6
/
+15
*
16172: freehostent -> zfreehostent to avoid name clash
Peter Stephenson
2001-10-26
2
-4
/
+4
*
15793: Src/Modules/zftp.c: require zsh/net/tcp explicitly.
Peter Stephenson
2001-10-26
1
-1
/
+2
*
16062: use O_EXCL when opening a temporary file.
Clint Adams
2001-10-16
1
-1
/
+1
*
Remove <arpa/telnet.h> from tcp.c.
Bart Schaefer
2001-10-14
1
-14
/
+16
*
remove duplicated includes which caused problems on IRIX 5 (15987)
Oliver Kiddle
2001-10-08
1
-16
/
+0
*
15964: use SOCKLEN_T
Andrey Borzenkov
2001-10-08
1
-1
/
+2
*
15919: use LinkLists in place of somewhat equivalent code
Clint Adams
2001-10-02
2
-59
/
+33
*
Zftp control connection management cleanup.
Bart Schaefer
2001-09-28
1
-19
/
+27
*
15886: use select if poll is not available, or complain if neither are available
Clint Adams
2001-09-27
1
-2
/
+25
*
15780: rename **arg to **dargs
Clint Adams
2001-09-10
1
-18
/
+20
*
15779: ztcp -d
Clint Adams
2001-09-10
1
-22
/
+57
*
stupid bugfixes
Clint Adams
2001-09-10
1
-5
/
+8
*
unposted: stupid -a bug
Clint Adams
2001-09-10
1
-4
/
+3
[next]