diff options
author | Peter Stephenson <pws@zsh.org> | 2015-05-07 12:10:16 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-05-07 12:10:16 +0100 |
commit | 60c6bcdeae6d132c0ab770cc8491055b24f7670e (patch) | |
tree | c9c6999eda40f0df916b7e20002e0da10341b231 /ChangeLog | |
parent | 13c6d38e4b989a7185a161d3978dd5cfd3da143f (diff) | |
download | zsh-60c6bcdeae6d132c0ab770cc8491055b24f7670e.tar.gz zsh-60c6bcdeae6d132c0ab770cc8491055b24f7670e.tar.xz zsh-60c6bcdeae6d132c0ab770cc8491055b24f7670e.zip |
35054: readonly -p + POSIXBUILTINS fix.
Now displays unset variables marekd readonly
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a1544f4c4..66bff0ecc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-05-07 Peter Stephenson <p.stephenson@samsung.com> + * 35054: Src/params.c, Test/B02typeset.ztst: "readonly -p" + displays unset readonly variables with POSIXBUILTINS. + * Eric Cook: 35052: Completion/BSD/Command/_bsdconfig, Completion/BSD/Command/_bsdinstall, Completion/BSD/Command/_jexec, Completion/BSD/Command/_jls: |