diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-06-11 14:21:57 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-06-11 14:21:57 +0000 |
commit | ae09302120db6252c50d9a3d4ba07960ee6a81b8 (patch) | |
tree | 5db0a2cfe40cbedadaf7a8a7d084d2fbc963b1de /ChangeLog | |
parent | 9cc9cc946643961eb5e8ef63be165dcfd0d2ae6a (diff) | |
download | zsh-ae09302120db6252c50d9a3d4ba07960ee6a81b8.tar.gz zsh-ae09302120db6252c50d9a3d4ba07960ee6a81b8.tar.xz zsh-ae09302120db6252c50d9a3d4ba07960ee6a81b8.zip |
14843: tcp_close
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 07a933a8f..dd5f71346 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-06-11 Clint Adams <clint@zsh.org> + + * 14843: Src/Modules/tcp.c, Src/Modules/zftp.c: + introduce tcp_close and use it to close control fd. + 2001-06-11 Sven Wischnowsky <wischnow@zsh.org> * 14841: Completion/Base/Utility/_values, Src/Zle/computil.c: |