summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.