summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-12-29 00:04:33 +0100
committerBruno Haible <bruno@clisp.org>2021-12-29 00:04:59 +0100
commit330c09389e2e6fe09ba2303082676854f8e6269a (patch)
treea134718cfaf3b52eb42c61157aadd22f2b912c2a /ChangeLog
parentd45d16182d90c871b59582b4628b6e0e5f5a9ead (diff)
downloadgnulib-330c09389e2e6fe09ba2303082676854f8e6269a.tar.gz
unigbrk: Simplify code for regional indicators.
* lib/unigbrk/u-grapheme-breaks.h (FUNC): Make code for regional indicators more future-proof. * tests/unigbrk/test-u8-grapheme-breaks.c (main): Add test of regional indicators. * tests/unigbrk/test-u16-grapheme-breaks.c (main): Likewise. * tests/unigbrk/test-u32-grapheme-breaks.c (main): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac8d1baeae..fd2db814aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2021-12-28 Bruno Haible <bruno@clisp.org>
+
+ unigbrk: Simplify code for regional indicators.
+ * lib/unigbrk/u-grapheme-breaks.h (FUNC): Make code for regional
+ indicators more future-proof.
+ * tests/unigbrk/test-u8-grapheme-breaks.c (main): Add test of regional
+ indicators.
+ * tests/unigbrk/test-u16-grapheme-breaks.c (main): Likewise.
+ * tests/unigbrk/test-u32-grapheme-breaks.c (main): Likewise.
+
2021-12-28 Paul Eggert <eggert@cs.ucla.edu>
clock_getres: document portability issues better