diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-04-13 14:22:47 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-04-13 14:22:47 +0000 |
commit | cf92384eac7c961d96a9bf3bde3df8f8427b45bc (patch) | |
tree | 9c8f88188a053a6979e40e1661df1e8069403de6 /ChangeLog | |
parent | b692ed1b9d19d10646d3870bb3b9b301216bddf7 (diff) | |
download | zsh-cf92384eac7c961d96a9bf3bde3df8f8427b45bc.tar.gz zsh-cf92384eac7c961d96a9bf3bde3df8f8427b45bc.tar.xz zsh-cf92384eac7c961d96a9bf3bde3df8f8427b45bc.zip |
10738: pws: local parameters can be exported
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d65f3b160..2a9133ef3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-04-13 Peter Stephenson <pws@cambridgesiliconradio.com> + + * 10738: Doc/Zsh/builtins.yo, Doc/Zsh/params.yo, Src/builtin.c, + Src/params.c: local parameters can be exported; typeset +g -x + and local -x work in a natural way; currently typeset -g still + behaves like typeset -gx. + 2000-04-13 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> * 10733: Completion/Builtins/_pids, Completion/User/_killall, |