about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2022-09-27 15:20:24 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2022-09-27 15:20:24 +0900
commit33938ad489e6f3c280d431f92920db5a00458534 (patch)
treed24636ac64410b3b2135bd53391ab03a27a6e1c1 /ChangeLog
parent1e4c7bcae5daec29cbf85968e013576d665c3816 (diff)
downloadzsh-33938ad489e6f3c280d431f92920db5a00458534.tar.gz
zsh-33938ad489e6f3c280d431f92920db5a00458534.tar.xz
zsh-33938ad489e6f3c280d431f92920db5a00458534.zip
50668: treat 8bit chars correctly when multibyte is unset
The problem was found in character range, but may have existed in other
occasions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 597fd9093..8679bf019 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-09-27  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
+
+	* 50668: Src/utils.c, Test/D09brace.ztst: treat 8bit characters
+	in charcter range correctly when multibyte is unset
+
 2022-09-26  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
 
 	* 50662: Test/ztst.zsh: unset LC_* for all the tests