diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2017-09-30 13:35:19 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2017-10-01 17:53:56 +0100 |
commit | 728f2adfc8daf2c65c5d4130a903635a58c99fb5 (patch) | |
tree | c2863d7a40bbdbe630ebb7ad1e50e996af568a79 /ChangeLog | |
parent | a1276c88e1137c643bb8055d719afc17cb37bf0f (diff) | |
download | zsh-728f2adfc8daf2c65c5d4130a903635a58c99fb5.tar.gz zsh-728f2adfc8daf2c65c5d4130a903635a58c99fb5.tar.xz zsh-728f2adfc8daf2c65c5d4130a903635a58c99fb5.zip |
Add typeset -p1, like typeset -p with newlines
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9b1567d23..2019a0fa7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-10-01 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 41797 (tweaked): Doc/Zsh/builtins.yo, Src/builtin.c, + Src/params.c, Src/subst.c, Src/zsh.h, Test/B02typeset.ztst: + typeset -p1 outputs arrays and associative arrays with newlines + and indented elements. + 2017-09-29 Peter Stephenson <p.stephenson@samsung.com> * 41789: Src/exec.c: Don't try to mark an FD as saved if it |