diff options
author | Andrey Borzenkov <bor@users.sourceforge.net> | 2009-01-25 18:19:28 +0000 |
---|---|---|
committer | Andrey Borzenkov <bor@users.sourceforge.net> | 2009-01-25 18:19:28 +0000 |
commit | 665b7d1f93da0f62b9908e467d350f8b4d6ef822 (patch) | |
tree | 139135a284057c41206f59a449c085b379d7b363 /ChangeLog | |
parent | 7d8db3f1a326685d884ff11e8b2e13f9c3401b5f (diff) | |
download | zsh-665b7d1f93da0f62b9908e467d350f8b4d6ef822.tar.gz zsh-665b7d1f93da0f62b9908e467d350f8b4d6ef822.tar.xz zsh-665b7d1f93da0f62b9908e467d350f8b4d6ef822.zip |
26425: allow "emulate sh -c command" to eval command under sh emulation
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index d151dfbb2..bdd2da687 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-01-25 Andrey Borzenkov <bor@zsh.org> + + * 26425: Doc/Zsh/builtins.yo Src/builtin.c: + "emulate csh -c command" will evaluate `command' after temporary + enable csh emulation. Note that `-c' is not actually an option, + but positional parameter. + 2009-01-24 Doug Kearns <dougkearns@gmail.com> * 26413: Completion/Unix/Command/_ant: update for version 1.7.1. @@ -10995,5 +11002,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4525 $ +* $Revision: 1.4526 $ ***************************************************** |