about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-02-12 20:27:48 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-02-12 20:27:48 +0000
commit53f893d0626f2d683f6da229301c5dbb75d8dbe8 (patch)
tree8a0cf05abf9a734bc4d51f97a3082cdbbbdd5ea1 /ChangeLog
parentcbbed5ed847372b0ba028620138e509a5401a4ff (diff)
downloadzsh-53f893d0626f2d683f6da229301c5dbb75d8dbe8.tar.gz
zsh-53f893d0626f2d683f6da229301c5dbb75d8dbe8.tar.xz
zsh-53f893d0626f2d683f6da229301c5dbb75d8dbe8.zip
30181, plus rename of PF_* flags to PREFORK_*:
Pass sh-wordsplitting instructions to paramsubst() using flags,
avoiding side effects of explicitly setting and unsetting the
SHWORDSPLIT option.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f492bd3ee..b3f02da6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-02-12  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 30181 (plus rename PF_ flags to PREFORK_: Src/exec.c,
+	Src/glob.c, Src/subst.c, Src/zsh.h, Test/D04parameter.ztst:
+	Pass sh-wordsplitting instructions to nested parameter
+	substitution by flags, avoiding side effects of explicitly
+	changing the option.
+
 2012-02-11  Mikael Magnusson  <mikachu@gmail.com>
 
 	* 30206: Completion/Unix/Command/_ldd: Fix ldd completion broken by
@@ -15959,5 +15967,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5581 $
+* $Revision: 1.5582 $
 *****************************************************