about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-11-08 12:28:11 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-11-08 12:28:11 +0000
commit64e925bd65888856f365de45542b0c0eea25af2e (patch)
tree7f29e29f1b6549f53c4fea889881edf639b55411 /ChangeLog
parent7f767568a6490b0a34d35d8db7bb0fcd3da797b6 (diff)
downloadzsh-64e925bd65888856f365de45542b0c0eea25af2e.tar.gz
zsh-64e925bd65888856f365de45542b0c0eea25af2e.tar.xz
zsh-64e925bd65888856f365de45542b0c0eea25af2e.zip
30783: We don't want leading "="s to be active when
tokenising strings that aren't going to be treated as command line
arguments
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2742f59cc..be74b5bb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-11-08  Peter Stephenson  <pws@csr.com>
 
+	* 30783: Src/lex.c: we don't want leading "="'s to be active when
+	tokenising strings that aren't going to be treated as command
+	line arguments.
+
 	* 30780: Doc/Zsh/builds.yo: document that set -o failures are
 	hard but setopt failures are soft.
 
@@ -307,5 +311,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5754 $
+* $Revision: 1.5755 $
 *****************************************************