summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2016-11-20 19:41:52 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2016-11-20 19:41:52 +0000
commit368884a3aacd9852ae1310346695dbf2240e863b (patch)
treea3e717b3466e1a4e365fda288d737733d80ce68a /ChangeLog
parenta2426747dabd72b8bf6fef73e4c1b229c7325385 (diff)
downloadzsh-368884a3aacd9852ae1310346695dbf2240e863b.tar.gz
zsh-368884a3aacd9852ae1310346695dbf2240e863b.tar.xz
zsh-368884a3aacd9852ae1310346695dbf2240e863b.zip
39995 (from 39977): Optimise string parameter assignment.
If setter is the standard one and string length is unchnaged we can
copy into place.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a917f59c..7b05d39d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-11-20  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 39995 (from 39977): Src/params.c, Test/A06assign.ztst:
+	optimisation of string assignment if length is unchanged.
+
 	* Mikel Ward: 39978: Doc/Zsh/jobs.yo: more accurate
 	documentation of searching for job by string.