summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-08-08 02:14:11 +0200
committerBruno Haible <bruno@clisp.org>2021-08-08 02:14:11 +0200
commit526cd383bd18ea29e390548cfde68e2d6d7fa5f9 (patch)
treef70e16da939f8cab5f8448d636e80b64b6938ffd /ChangeLog
parent54c36a38b1b30055133d46a8fe2f69a73f8284c4 (diff)
downloadgnulib-526cd383bd18ea29e390548cfde68e2d6d7fa5f9.tar.gz
uninorm, unistr: Improve GCC 11 allocation-deallocation checking.
* lib/uninorm.in.h (uninorm_filter_free): Move declaration up. (uninorm_filter_create): Declare that deallocation must happen through 'uninorm_filter_free'. * lib/unistr.in.h: Include <stdlib.h>. (u8_strdup, u16_strdup, u32_strdup): Declare that deallocation must happen through 'free'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0355389b85..b185a305c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2021-08-07 Bruno Haible <bruno@clisp.org>
+ uninorm, unistr: Improve GCC 11 allocation-deallocation checking.
+ * lib/uninorm.in.h (uninorm_filter_free): Move declaration up.
+ (uninorm_filter_create): Declare that deallocation must happen through
+ 'uninorm_filter_free'.
+ * lib/unistr.in.h: Include <stdlib.h>.
+ (u8_strdup, u16_strdup, u32_strdup): Declare that deallocation must
+ happen through 'free'.
+
+2021-08-07 Bruno Haible <bruno@clisp.org>
+
ialloc: Prepare for allocation-deallocation checking.
* lib/ialloc.h (imalloc, irealloc, icalloc): Add comment that
deallocation must happen through 'free'.