mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-27 14:11:14 +01:00
10743: fix replenv() of imported special parameters
This commit is contained in:
parent
cf92384eac
commit
6372332a92
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2000-04-13 Peter Stephenson <pws@cambridgesiliconradio.com>
|
2000-04-13 Peter Stephenson <pws@cambridgesiliconradio.com>
|
||||||
|
|
||||||
|
* 10743: Src/params.c: replenv() failed importing special params
|
||||||
|
at start up because it was using the wrong environment block.
|
||||||
|
|
||||||
* 10738: Doc/Zsh/builtins.yo, Doc/Zsh/params.yo, Src/builtin.c,
|
* 10738: Doc/Zsh/builtins.yo, Doc/Zsh/params.yo, Src/builtin.c,
|
||||||
Src/params.c: local parameters can be exported; typeset +g -x
|
Src/params.c: local parameters can be exported; typeset +g -x
|
||||||
and local -x work in a natural way; currently typeset -g still
|
and local -x work in a natural way; currently typeset -g still
|
||||||
|
|
|
@ -454,6 +454,7 @@ createparamtable(void)
|
||||||