1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-04 20:40:57 +02:00

17558: zsh/net/socket module, including zsocket builtin.

This commit is contained in:
Clint Adams 2002-08-20 21:12:09 +00:00
parent de670cbb58
commit 29ff4ab0e2

View file

@ -22,6 +22,13 @@
* 17562: Completion/Unix/Command/_valgrind: Function for
Julian Seward's memory checking tool, version 1.0.0.
2002-08-18 Clint Adams <clint@zsh.org>
* 17558: Src/Modules/.distfiles, Src/Modules/socket.c,
Src/Modules/socket.mdd, Doc/Zsh/.distfiles, Doc/Zsh/builtins.yo,
Doc/Zsh/mod_socket.yo: zsh/net/socket module, including zsocket
builtin.
2002-08-17 Clint Adams <clint@zsh.org>
* unposted: Functions/Prompts/prompt_clint_setup: correct %v typo.