summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-05-04 13:53:41 +0200
committerBruno Haible <bruno@clisp.org>2023-05-04 13:53:41 +0200
commit7f2e86368ff188a469dca3be97939532e5f36899 (patch)
tree879f663c86e4569b545eae49c661f28cd78fa243 /ChangeLog
parent103acbb1bde27ab19005994b6f3c85693d642a8a (diff)
downloadgnulib-7f2e86368ff188a469dca3be97939532e5f36899.tar.gz
c32width: Add tests.
* tests/test-c32width.c: New file, based on tests/test-wcwidth.c. * modules/c32width-tests: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bfa9e0c48..fcb9afb7d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2023-05-04 Bruno Haible <bruno@clisp.org>
+ c32width: Add tests.
+ * tests/test-c32width.c: New file, based on tests/test-wcwidth.c.
+ * modules/c32width-tests: New file.
+
c32width: New module.
* lib/uchar.in.h (c32width): New declaration.
* lib/c32width.c: New file, based on lib/c32is-impl.h.