summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-09-10 15:23:37 +0000
committerClint Adams <clint@users.sourceforge.net>2001-09-10 15:23:37 +0000
commit2e174804c82e533c93ec90d14b366dfe3f0263d6 (patch)
tree6b6b14bce2de98ac13b28cbf1901fc60cec53f0a /ChangeLog
parentstupid bugfixes (diff)
downloadzsh-2e174804c82e533c93ec90d14b366dfe3f0263d6.tar
zsh-2e174804c82e533c93ec90d14b366dfe3f0263d6.tar.gz
zsh-2e174804c82e533c93ec90d14b366dfe3f0263d6.tar.bz2
zsh-2e174804c82e533c93ec90d14b366dfe3f0263d6.tar.lz
zsh-2e174804c82e533c93ec90d14b366dfe3f0263d6.tar.xz
zsh-2e174804c82e533c93ec90d14b366dfe3f0263d6.tar.zst
zsh-2e174804c82e533c93ec90d14b366dfe3f0263d6.zip
15779: ztcp -d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 353fe460e..e9ffabbd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,13 @@
2001-09-10 Clint Adams <clint@zsh.org>
+ * 15779: Src/Modules/tcp.c: add -d (specify fd)
+ for ztcp.
+
* unposted: Src/Modules/tcp.c:
- don't segfault on -a if
- the session table is empty,
- and other fixes.
+ don't segfault on -a if the session table is empty,
+ and other fixes.
- * 15772: Src/Modules/tcp.c:
- add -t (test) for ztcp.
+ * 15772: Src/Modules/tcp.c: add -t (test) for ztcp.
2001-09-09 Clint Adams <clint@zsh.org>