From 368884a3aacd9852ae1310346695dbf2240e863b Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 20 Nov 2016 19:41:52 +0000 Subject: 39995 (from 39977): Optimise string parameter assignment. If setter is the standard one and string length is unchnaged we can copy into place. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3a917f59c..7b05d39d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-11-20 Peter Stephenson + * 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. -- cgit 1.4.1