about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-05-18 12:39:24 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-05-18 12:39:24 +0000
commit11e31474665c0ca7f689457633f72483f3f9f2ad (patch)
treec9b7353cfa4aef29d9d04358fe34db82d8c2d7c2 /ChangeLog
parent9a7d4529ea622a9871fe21d40ce53c86a6e6b212 (diff)
downloadzsh-11e31474665c0ca7f689457633f72483f3f9f2ad.tar.gz
zsh-11e31474665c0ca7f689457633f72483f3f9f2ad.tar.xz
zsh-11e31474665c0ca7f689457633f72483f3f9f2ad.zip
try to make ${(e)..} work for complicated parameter expansions in the value; this means: keep Qstring tokens unchanged if they are inside double quotes and tokenizing patterns in parameter expansions (14381)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 851c7ba0c..7e711ac70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-05-18  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 14381: Src/subst.c: try to make ${(e)..} work for complicated
+	parameter expansions in the value; this means: keep Qstring
+	tokens unchanged if they are inside double quotes and
+	tokenizing patterns in parameter expansions
+
 2001-05-18  Bart Schaefer  <schaefer@zsh.org>
 
 	* unposted: Test/.distfiles, Test/V01zmodload.ztst: Add the basic