summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-29 03:24:43 +0200
committerBruno Haible <bruno@clisp.org>2023-04-29 03:24:43 +0200
commit44480828308ad08a1b37e2d96a72ababee5f7174 (patch)
tree538aeea43d9c61b518c28a1fdf19f684e3d7f04c /ChangeLog
parentf3a1142689247303b66b663a6394a473d6298aaa (diff)
downloadgnulib-44480828308ad08a1b37e2d96a72ababee5f7174.tar.gz
stdio: Avoid different configure results in different testdirs.
* m4/stdio_h.m4 (gl_STDIO_H_EARLY): New macro, extracted from gl_STDIO_H. (gl_STDIO_H): Move the code that sets __USE_MINGW_ANSI_STDIO to gl_STDIO_H_EARLY. * modules/stdio (configure.ac-early): New section.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6156ebc137..1ceda3c354 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2023-04-28 Bruno Haible <bruno@clisp.org>
+ stdio: Avoid different configure results in different testdirs.
+ * m4/stdio_h.m4 (gl_STDIO_H_EARLY): New macro, extracted from
+ gl_STDIO_H.
+ (gl_STDIO_H): Move the code that sets __USE_MINGW_ANSI_STDIO to
+ gl_STDIO_H_EARLY.
+ * modules/stdio (configure.ac-early): New section.
+
+2023-04-28 Bruno Haible <bruno@clisp.org>
+
stdbool tests: Avoid compilation error with Sun C on Solaris 10.
* tests/test-stdbool.c (WORKING_BOOL): Set to 0 on Sun C.