summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f77f25efe1..a0fee03c08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2023-04-24 Bruno Haible <bruno@clisp.org>
+ ftell, ftello: Fix recognition of pipes on native Windows.
+ * m4/lseek.m4 (gl_FUNC_LSEEK): Update comment.
+ * m4/ftello.m4 (gl_FUNC_FTELLO): On native Windows, set REPLACE_FTELLO=1
+ always.
+
+2023-04-24 Bruno Haible <bruno@clisp.org>
+
lseek: Fix module dependencies (regression 2021-11-15).
* modules/lseek (Depends-on): Re-enable the msvc-nothrow dependency
also when WINDOWS_64_BIT_OFF_T is 0.