about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2021-09-22 10:25:08 +0200
committerOliver Kiddle <opk@zsh.org>2021-10-26 21:56:23 +0200
commitc4b19f7fc4707321801973b259387c4e59de90cd (patch)
tree8155f9cc8034e6bb1c0154e086ce3942cbcaa495 /ChangeLog
parentf2b6650b43688eb38ffe88b3ed3c819b48fa141c (diff)
downloadzsh-c4b19f7fc4707321801973b259387c4e59de90cd.tar.gz
zsh-c4b19f7fc4707321801973b259387c4e59de90cd.tar.xz
zsh-c4b19f7fc4707321801973b259387c4e59de90cd.zip
49431 (tweaked, c.f. Bart: 49434): Faster ~/.ssh/config processing
When iterating over the ssh config file, iterate over the array linearly
instead of always processing the first and then removing it from the
list.  This speeds up processing significantly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39efef8eb..fcebf9b4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2021-10-26  Oliver Kiddle  <opk@zsh.org>
 
+	* Peter Palfrader: 49431 (tweaked, c.f. Bart: 49434):
+	Completion/Unix/Type/_ssh_hosts: Faster ~/.ssh/config processing
+
 	* Marlon: 49521: Doc/Zsh/compwid.yo, Test/Y02compmatch.ztst:
 	Define correct behavior of || completion matchers