diff options
author | Peter Stephenson <pws@zsh.org> | 2017-09-11 10:12:17 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2017-09-11 10:12:17 +0100 |
commit | 2ef3dff65a9fc0bc69446374473ad08e6fff4755 (patch) | |
tree | f3b00a11df3ef3d6fc43bb12c2d16a133d042e48 /ChangeLog | |
parent | c9df6bc8d46415e270273777c80025948762e897 (diff) | |
download | zsh-2ef3dff65a9fc0bc69446374473ad08e6fff4755.tar.gz zsh-2ef3dff65a9fc0bc69446374473ad08e6fff4755.tar.xz zsh-2ef3dff65a9fc0bc69446374473ad08e6fff4755.zip |
41668: New --emulate option on invocation.
This sets the shell emulation mode similarly to ARGV0=... which doesn't work from other shells. Note that this gives more comprehensive emulation than running emulate within the shell.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 85fa84de5..35ca93d4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-09-11 Peter Stephenson <p.stephenson@samsung.com> + + * 41668: Doc/Zsh/invoke.yo, Src/builtin.c, Src/init.c, + Src/zsh.h, Test/B07emulate.ztst: Add option --emulate at + invocation to start in correct emulation, as the ARGV0 trick + doesn't work from other shells. + 2017-09-10 Peter Stephenson <p.w.stephenson@ntlworld.com> * 41622: Src/exec., Test/A01grammar.ztst: exec -a arguments |