summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-03 14:24:42 +0200
committerBruno Haible <bruno@clisp.org>2023-04-03 14:24:42 +0200
commitd36467df509b488bc069a3c247a3ee595874f431 (patch)
tree2c27f2ebf46f3f0ca422cae53571929625454d73 /ChangeLog
parent13679eb960abb41db5557bf364d7b31bc27d6f55 (diff)
downloadgnulib-d36467df509b488bc069a3c247a3ee595874f431.tar.gz
btoc32 tests: Check behaviour in the C locale.
* tests/test-btoc32.c (main): Test behaviour in the C locale. Based on tests/test-btowc.c. * tests/test-btoc32-3.sh: New file, based on tests/test-btowc3.sh. * modules/btoc32-tests (Files): Add it. (Makefile.am): Test it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 901aa4331a..b05eb8f846 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2023-04-03 Bruno Haible <bruno@clisp.org>
+ btoc32 tests: Check behaviour in the C locale.
+ * tests/test-btoc32.c (main): Test behaviour in the C locale. Based on
+ tests/test-btowc.c.
+ * tests/test-btoc32-3.sh: New file, based on tests/test-btowc3.sh.
+ * modules/btoc32-tests (Files): Add it.
+ (Makefile.am): Test it.
+
+2023-04-03 Bruno Haible <bruno@clisp.org>
+
mbrtoc32 tests: Prefer *c32* functions.
* tests/test-mbrtoc32.c (main): Use btoc32 instead of btowc.
* modules/mbrtoc32-tests (Depends-on): Add btoc32.