diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2012-10-07 19:46:46 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-10-07 19:46:46 +0000 |
| commit | 4e2cdd795677e655f89b76b57611a196ce578432 (patch) | |
| tree | 8fde8d99741f84cecb14f46f705ca1500d159af7 /ChangeLog | |
| parent | 30718: emulate command evaluations should apply sticky emulation (diff) | |
| download | zsh-4e2cdd795677e655f89b76b57611a196ce578432.tar zsh-4e2cdd795677e655f89b76b57611a196ce578432.tar.gz zsh-4e2cdd795677e655f89b76b57611a196ce578432.tar.bz2 zsh-4e2cdd795677e655f89b76b57611a196ce578432.tar.lz zsh-4e2cdd795677e655f89b76b57611a196ce578432.tar.xz zsh-4e2cdd795677e655f89b76b57611a196ce578432.tar.zst zsh-4e2cdd795677e655f89b76b57611a196ce578432.zip | |
30722: fix some cases where emulations or options were not propagated properly
from the emulate command
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2012-10-07 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 30722: Src/builtin.c, Src/exec.c, Src/init.c, Src/options.c, + Src/Modules/parameter.c, Test/B07emulate.ztst: fix some cases + where options or emulations where not propagated properly + from the emulate command. + * 30718: README, Doc/Zsh/builtins.yo, Src/builtin.c, Test/C04funcdef.ztst: emulate command evaluations should apply sticky emulation to autoloads, too. @@ -239,5 +244,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5738 $ +* $Revision: 1.5739 $ ***************************************************** |
