summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 853e9085f6..0420fa8c9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
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.
+ * doc/posix-functions/ftello.texi: Mention the behaviour on pipes.
+ * doc/posix-functions/ftell.texi: Likewise.
+ * doc/posix-functions/fgetpos.texi: Likewise.
+
+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.