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-03-30 10:40:34 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2022-03-30 10:40:34 +0900
commit596b8e3faefe9e245b45198ae42296d3b0070f5f (patch)
treedfa9fb7921aea5317e1a152585c7fc0b1bc9eb03 /ChangeLog
parent6617f192348f6ce71fd4ee16e55e9dc78927c520 (diff)
downloadzsh-596b8e3faefe9e245b45198ae42296d3b0070f5f.tar.gz
zsh-596b8e3faefe9e245b45198ae42296d3b0070f5f.tar.xz
zsh-596b8e3faefe9e245b45198ae42296d3b0070f5f.zip
49910: move multibyte-related f-flagged test from E03 to D07
POSIX requires printf should calculate width/precision in %s conversion
in bytes (not in characters) even in multibyte locale
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 585f13adb..27bbdc4a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2022-03-30  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
 
+	* 49910: Test/D07multibyte.ztst, Test/E03posix.ztst: move
+	multibyte-related incompatibility with POSIX from E03 to D07
+
 	* 49908: Test/ztst.zsh: reset LC_CTYPE to C during tests.
 
 2022-03-29  Bart Schaefer  <schaefer@zsh.org>