summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2009-01-25 18:19:28 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2009-01-25 18:19:28 +0000
commit665b7d1f93da0f62b9908e467d350f8b4d6ef822 (patch)
tree139135a284057c41206f59a449c085b379d7b363 /ChangeLog
parent26413: update ant completion for version 1.7.1 (diff)
downloadzsh-665b7d1f93da0f62b9908e467d350f8b4d6ef822.tar
zsh-665b7d1f93da0f62b9908e467d350f8b4d6ef822.tar.gz
zsh-665b7d1f93da0f62b9908e467d350f8b4d6ef822.tar.bz2
zsh-665b7d1f93da0f62b9908e467d350f8b4d6ef822.tar.lz
zsh-665b7d1f93da0f62b9908e467d350f8b4d6ef822.tar.xz
zsh-665b7d1f93da0f62b9908e467d350f8b4d6ef822.tar.zst
zsh-665b7d1f93da0f62b9908e467d350f8b4d6ef822.zip
26425: allow "emulate sh -c command" to eval command under sh emulation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
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 $
*****************************************************