diff options
author | Peter Stephenson <pws@zsh.org> | 2016-11-04 09:56:03 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2016-11-04 09:56:51 +0000 |
commit | 9c68ef083b9ddd94c3ca7027214b2e8a31a1bc47 (patch) | |
tree | 4ce960ea3dec72a4775bd00c291e859d59fe798f /ChangeLog | |
parent | 6ea4e708bae26dbf3957df68e1db70a60b67c105 (diff) | |
download | zsh-9c68ef083b9ddd94c3ca7027214b2e8a31a1bc47.tar.gz zsh-9c68ef083b9ddd94c3ca7027214b2e8a31a1bc47.tar.xz zsh-9c68ef083b9ddd94c3ca7027214b2e8a31a1bc47.zip |
39825: optimise mb_metastrlenend() for 7-bit character.
As the shell relies intimately on US-ASCII as a subset we can skip the multibyte functions if we are dealing with a complete 7-bit character.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e83dccbe6..1b1ecd75d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-11-04 Peter Stephenson <p.stephenson@samsung.com> + + * Sebastian: 39825: Src/utils.c: Optimise mb_metastrlenend() for + the common case of 7-bit character. + 2016-11-04 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> * 39818 (Oliver Kiddle): Completion/Unix/Command/_awk: add nawk |