summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-24 19:48:47 +0200
committerBruno Haible <bruno@clisp.org>2023-04-24 19:48:47 +0200
commitc254399aae1fb663ff9d3038aa4725213afc2cc3 (patch)
tree6acd0c1e4371284a5d8099bc8c93995bd618f6fe /ChangeLog
parentca5545a273810bb759fb854f70b8d228b6094ff0 (diff)
downloadgnulib-c254399aae1fb663ff9d3038aa4725213afc2cc3.tar.gz
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.
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.