diff options
author | Peter Stephenson <pws@zsh.org> | 2014-08-14 09:56:43 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2014-08-14 09:56:43 +0100 |
commit | 5bcf00979fc5e01dd6fddff965aa871491f8b48b (patch) | |
tree | 9babd6320b123720ae5d10e8c43d6a7c78a11d5a /ChangeLog | |
parent | e0966c819c2dcd9d5dbada5588220219d15ee7ec (diff) | |
download | zsh-5bcf00979fc5e01dd6fddff965aa871491f8b48b.tar.gz zsh-5bcf00979fc5e01dd6fddff965aa871491f8b48b.tar.xz zsh-5bcf00979fc5e01dd6fddff965aa871491f8b48b.zip |
33002: tcp_expect -P pm tags matches with a string
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3686a1c52..9ab2d4970 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-08-14 Peter Stephenson <p.stephenson@samsung.com> + + * 33002: Doc/Zsh/tcpsys.yo, Functions/TCP/tcp_expect: add option + -P to tcp_expect for tagging matches with a string rather than + a parameter index. + 2014-08-13 Oliver Kiddle <opk@zsh.org> * 32925: Completion/Zsh/Command/_kill: complete process groups, |