summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-03 14:24:48 +0200
committerBruno Haible <bruno@clisp.org>2023-04-03 14:24:48 +0200
commit52178721fa208bade898c3d14aed806e87bce642 (patch)
treed9f7026ad97ea11a2080f8f23e7597dbea7864f2 /ChangeLog
parentdb6135d5d5bc642bb8c95c384512f3f1aff68ebb (diff)
downloadgnulib-52178721fa208bade898c3d14aed806e87bce642.tar.gz
mbsnrtoc32s tests: Check behaviour in the C locale.
* tests/test-mbsnrtoc32s.c (main): Test behaviour in the C locale. Based on tests/test-mbsnrtowcs.c. * tests/test-mbsnrtoc32s-5.sh: New file, based on tests/test-mbsrtowcs5.sh. * modules/mbsnrtoc32s-tests (Files): Add it. (Depends-on): Add btoc32. (Makefile.am): Run test-mbsnrtoc32s-5.sh.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fbb423791..4699781f9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2023-04-03 Bruno Haible <bruno@clisp.org>
+ mbsnrtoc32s tests: Check behaviour in the C locale.
+ * tests/test-mbsnrtoc32s.c (main): Test behaviour in the C locale. Based
+ on tests/test-mbsnrtowcs.c.
+ * tests/test-mbsnrtoc32s-5.sh: New file, based on
+ tests/test-mbsrtowcs5.sh.
+ * modules/mbsnrtoc32s-tests (Files): Add it.
+ (Depends-on): Add btoc32.
+ (Makefile.am): Run test-mbsnrtoc32s-5.sh.
+
+2023-04-03 Bruno Haible <bruno@clisp.org>
+
mbsrtoc32s tests: Check behaviour in the C locale.
* tests/test-mbsrtoc32s.c (main): Test behaviour in the C locale. Based
on tests/test-mbsrtowcs.c.