about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2023-06-26 16:52:40 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2023-06-26 16:52:40 +0900
commit1b9bc3441ca0e6d155243084d6e7b98925dc02cb (patch)
tree5d2d1da390e86c628ec0248eb8bc9c9df5d49d7f /ChangeLog
parent4345eed1fe5dd6c881b948331cfa8f4a48beda42 (diff)
downloadzsh-1b9bc3441ca0e6d155243084d6e7b98925dc02cb.tar.gz
zsh-1b9bc3441ca0e6d155243084d6e7b98925dc02cb.tar.xz
zsh-1b9bc3441ca0e6d155243084d6e7b98925dc02cb.zip
51884: reset IFS if it contains invalid characters
This happens only if MULTIBYTE option is on.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0011cc947..51a091aff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-06-26  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
+
+	* 51884: Doc/Zsh/params.yo, Src/params.c, Src/utils.c,
+	Test/D04parameter.ztst: if MULTIBYTE option is on and IFS contains
+	invalid bytes in curret locale then reset it to default
+
 2023-06-22  Bart Schaefer  <schaefer@zsh.org>
 
 	* 51887: Src/math.c, Src/params.c, Test/K02parameter.ztst: