summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Gniazdowski <psprint@zdharma.org>2017-07-05 09:35:57 +0200
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2017-07-09 17:38:01 +0100
commitb31f947795fe9711d6094bbfc4675f60b8ffc746 (patch)
tree20c3d5dfabc067524feea5b410052cd6d81483d1 /ChangeLog
parente556f9c78d0216c2a543035586bc3a7cd1918d73 (diff)
downloadzsh-b31f947795fe9711d6094bbfc4675f60b8ffc746.tar.gz
zsh-b31f947795fe9711d6094bbfc4675f60b8ffc746.tar.xz
zsh-b31f947795fe9711d6094bbfc4675f60b8ffc746.zip
41402: Delay has_tokens() in ecstrcode as may not be needed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3e702cd1..ab99306be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-07-09  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* Sebastian: 41402: Src/parse.c: Delay checking tokens in
+	ecstrcode() as may not be needed.
+
 	* Sebastian: 41402: Src/parse.c, Src/zsh.h: Add hasher to
 	ecstrcode() to reduce string comparisons.