summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-08-08 18:27:56 +0200
committerBruno Haible <bruno@clisp.org>2021-08-08 18:27:56 +0200
commit09917a44c1d1b44b417d1ae5ff160abed8a95982 (patch)
treef12907db42f811dadd05046da0fc78f836834ed9 /ChangeLog
parent0b53edc950141d4d060b44756beb972b222b9160 (diff)
downloadgnulib-09917a44c1d1b44b417d1ae5ff160abed8a95982.tar.gz
stdio: Improve GCC 11 allocation-deallocation checking.
* lib/stdio.in.h (fdopen, fopen, tmpfile): For GCC >= 11: Declare nearly always. (popen): For GCC >= 11: Declare also when the platform already declares the function or when the module 'popen' is not in use.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e06762f84..1003e58535 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2021-08-08 Bruno Haible <bruno@clisp.org>
+ stdio: Improve GCC 11 allocation-deallocation checking.
+ * lib/stdio.in.h (fdopen, fopen, tmpfile): For GCC >= 11: Declare nearly
+ always.
+ (popen): For GCC >= 11: Declare also when the platform already declares
+ the function or when the module 'popen' is not in use.
+
+2021-08-08 Bruno Haible <bruno@clisp.org>
+
dirent: Improve GCC 11 allocation-deallocation checking.
* lib/dirent.in.h (opendir): For GCC >= 11: Declare also when the
platform already declares the function or when the module 'opendir' is