summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-11-06 17:28:02 +0000
committerPeter Stephenson <pws@zsh.org>2015-11-06 17:28:02 +0000
commit0fcc6c8fb28f4cc61520770da2156de3a124e432 (patch)
tree3185650c165d825a8b86f0315e6ce63e3a043968 /ChangeLog
parent20153c573e1d9156fdee02fb854298bc0b88545f (diff)
downloadzsh-0fcc6c8fb28f4cc61520770da2156de3a124e432.tar.gz
zsh-0fcc6c8fb28f4cc61520770da2156de3a124e432.tar.xz
zsh-0fcc6c8fb28f4cc61520770da2156de3a124e432.zip
37073: another SH_WORD_SPLIT problem.
In cases like x${:- y} the space was simply removed instead of
being used for splitting.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b4a38a85..71d44bc90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-11-06  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 37073: Src/subst.c, Test/D04parameter.ztst: fix case of
+	SH_WORD_SPLIT with string before parameter substitution and
+	nested string that starts with a space e.g. x${:- y}.
+
 2015-11-04  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 37062: Completion/Unix/Command/_git: allow verbose