summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-11-08 10:09:26 +0000
committerPeter Stephenson <pws@zsh.org>2016-11-08 10:09:26 +0000
commit39521515c3be054170eb9507c520f0e433cd304e (patch)
tree04a96c31a10abda07ea47c1d8f68d78326b89275 /ChangeLog
parent5411cdf378f555f8289e7feadee27d980b58f5db (diff)
downloadzsh-39521515c3be054170eb9507c520f0e433cd304e.tar.gz
zsh-39521515c3be054170eb9507c520f0e433cd304e.tar.xz
zsh-39521515c3be054170eb9507c520f0e433cd304e.zip
39867, tweaked: Use cast to unsigned char to test character.
We want the unsigned variant to be <= 0x7f.  Use the normal STOUC()
macro and turn this into a single test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d2e003f3..39ff8c7ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-08  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 39867: Src/utils.c: cast to unsigned char to compare against
+	0x7f.
+
 2016-11-07  Peter Stephenson  <p.stephenson@samsung.com>
 
 	*  Felix Neumärker: Completion/Unix/Command/_module: follow