summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-11-09 11:54:57 +0000
committerPeter Stephenson <pws@zsh.org>2016-11-09 11:54:57 +0000
commita1633e09a761b9135a0a7084d2489d359a004e5a (patch)
tree2ba8b4f85807d7f2573eebf5be6bc976495780c7 /ChangeLog
parent49407686b47fed0e4810e0ba6127a9589c05b68b (diff)
downloadzsh-a1633e09a761b9135a0a7084d2489d359a004e5a.tar.gz
zsh-a1633e09a761b9135a0a7084d2489d359a004e5a.tar.xz
zsh-a1633e09a761b9135a0a7084d2489d359a004e5a.zip
39886 based on 39877: Optimise arrdup to arrdup_max.
Only duplicate as much of the array as is needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 416ecf114..8d2f472b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-11-09  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 39886 based on 39877 (Sebastian): Src/params.c, Src/utils.c:
+	add arrdup_max() so as not to duplicate entire arrays unnecessarily.
+
 	* Sebastian: 39875: Src/params.c, Src/string.c: add
 	dupstring_glen() to avoid redundant strlen() calls.