diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-05-21 09:30:24 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-05-21 09:30:24 +0000 |
commit | faf05be3d2adc99212af74e2507a66de1161a52a (patch) | |
tree | 7a0ac19d76eff3142484c02a83388a5e52848535 /ChangeLog | |
parent | 86ff81f82d97b0118eddb729a2d4956fcbdd7c7a (diff) | |
download | zsh-faf05be3d2adc99212af74e2507a66de1161a52a.tar.gz zsh-faf05be3d2adc99212af74e2507a66de1161a52a.tar.xz zsh-faf05be3d2adc99212af74e2507a66de1161a52a.zip |
23440: Make $param[(R)value] substitute the empty string on failure
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 912837e01..c88602f1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-05-21 Peter Stephenson <pws@csr.com> + + * 23440: README, Doc/Zsh/params.yo, Src/params.c, + Test/D06subscript.ztst: Reverse parameter subscripting + with (R) now returns the empty string on failure. Other + operators are not changed. + 2007-05-20 Peter Stephenson <p.w.stephenson@ntlworld.com> * 23444: Src/builtin.c: print -c/-C didn't take into |