diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-13 12:09:26 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-13 12:09:26 +0000 |
commit | e7c9e03c58f04a04c35a0e4c3721f939ba5e58c2 (patch) | |
tree | c526cf6141b9ca2aacd569b0a65628858a71eb61 /ChangeLog | |
parent | e763f79b3f85f34edabf1e05304c757c8ef6f092 (diff) | |
download | zsh-e7c9e03c58f04a04c35a0e4c3721f939ba5e58c2.tar.gz zsh-e7c9e03c58f04a04c35a0e4c3721f939ba5e58c2.tar.xz zsh-e7c9e03c58f04a04c35a0e4c3721f939ba5e58c2.zip |
26301: make zpty -r exit more cleanly on bad reads
add option -m to make zpty -r return status 1 if pattern failed to match use this option in comptest
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 50e9bdc09..2ee34773b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-01-13 Peter Stephenson <pws@csr.com> + * Doc/Zsh/mod_zpty.yo, Src/Modules/zpty.c, Test/comptest: + make "zpty -r" exit more cleanly on read failures and add and + use option to ensure a pattern has been matched. + * 26300: Src/zsh.mdd: don't use "echo -n" for $ZSH_PATCHLEVEL. 2009-01-09 Peter Stephenson <p.w.stephenson@ntlworld.com> @@ -10893,5 +10897,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4504 $ +* $Revision: 1.4505 $ ***************************************************** |