summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67378ac0ae..04c5243b2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2023-04-26 Bruno Haible <bruno@clisp.org>
+
+ fclose: Make last change more maintainable.
+ * m4/fclose.m4 (gl_FUNC_FCLOSE): Define through AC_DEFUN_ONCE. Don't
+ modify REPLACE_FOPEN.
+ * modules/fclose (Depends-on): Add comment.
+ (configure.ac): Don't modify REPLACE_FOPEN. Don't duplicate actions of
+ module 'fopen'.
+ * m4/fopen.m4 (gl_FUNC_FOPEN_ITSELF): Renamed from gl_FUNC_FOPEN.
+ (gl_FUNC_FOPEN): New macro.
+ * modules/fopen (Files): Add m4/fclose.m4, m4/fflush.m4.
+ * m4/close.m4 (gl_FUNC_CLOSE): Define through AC_DEFUN_ONCE.
+
2023-04-26 Po Lu <luangruo@yahoo.com> (tiny change)
Bruno Haible <bruno@clisp.org>