summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-11-14 10:12:04 +0000
committerPeter Stephenson <pws@zsh.org>2016-11-14 10:12:04 +0000
commit99acd1e7f48414e34aa08ec8246caa09088861df (patch)
tree66470736f61944de97a8d7178cec1fdc183a26ad /ChangeLog
parent56e3d23b98628a50359e2a54bdb1837d063802df (diff)
downloadzsh-99acd1e7f48414e34aa08ec8246caa09088861df.tar.gz
zsh-99acd1e7f48414e34aa08ec8246caa09088861df.tar.xz
zsh-99acd1e7f48414e34aa08ec8246caa09088861df.zip
39906: More multibyte optimisations for US-ASCII.
This treats characters 0 to 0x7f as single byte US-ASCII along
the lines we already do in other places in the code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ca016ef4..27e01c232 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-14  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 39906: Src/utils.c: More optimisation of multibyte handling
+	for US-ASCII along existing lines.
+
 2016-11-13  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* unposted: Src/Zle/zle_utils.c: comment in zlecallhook() points