summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-05-04 23:27:16 +0200
committerBruno Haible <bruno@clisp.org>2023-05-04 23:29:39 +0200
commit8ebfab32803787379c8201fb9f650fcb35e33ecc (patch)
tree2253d9a3283dcbb7b6bd4b727a4f8b1f9c8e7ce8 /ChangeLog
parent15880a3da91a0403eb287a84db90b54713ac4a09 (diff)
downloadgnulib-8ebfab32803787379c8201fb9f650fcb35e33ecc.tar.gz
c32swidth: Add tests.
* tests/test-c32swidth.c: New file, based on tests/test-c32width.c. * modules/c32swidth-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 d55b5e5120..aaffe12fc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2023-05-04 Bruno Haible <bruno@clisp.org>
+ c32swidth: Add tests.
+ * tests/test-c32swidth.c: New file, based on tests/test-c32width.c.
+ * modules/c32swidth-tests: New file.
+
c32swidth: New module.
* lib/uchar.in.h (c32swidth): New declaration.
* lib/wcswidth-impl.h: Use macros FUNC, UNIT, CHARACTER_WIDTH.