about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-09-15 14:04:51 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-09-15 14:04:51 +0000
commit3dba9a8614e15292ef27cf81c202a39a37e4fff7 (patch)
treecf2a137cfcbe6cbfb20e3c0ef37477820a563c37 /ChangeLog
parenta0700c54400fdfbed7244354f2c207414558745b (diff)
downloadzsh-3dba9a8614e15292ef27cf81c202a39a37e4fff7.tar.gz
zsh-3dba9a8614e15292ef27cf81c202a39a37e4fff7.tar.xz
zsh-3dba9a8614e15292ef27cf81c202a39a37e4fff7.zip
29776: fix case of double quotes in double-quote-style
parsing where end character is something else
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e05d71c6d..b52361aa6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-09-15  Peter Stephenson  <pws@csr.com>
 
+	* 29776 (modified as noted): Src/lex.c, Test/D08cmdsubst.ztst:
+	double quotes are not special in double-quote-style parsing
+	if the end character is something else.
+
 	* 29773: Marco Hinz: Completion/Unix/Type/_perl_modules:
 	complete some missed modules.
 
@@ -15413,5 +15417,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5466 $
+* $Revision: 1.5467 $
 *****************************************************