guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 14/14] Update NEWS.


From: Maxime Devos
Subject: [PATCH v2 14/14] Update NEWS.
Date: Tue, 16 Nov 2021 11:06:37 +0000

---
 NEWS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/NEWS b/NEWS
index 710b8ddda..922543a31 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ Changes in 3.0.8 (since 3.0.7)
 ** Fix compilation of (ash x N), where N is a literal, at -O1 and below
 ** Texinfo and XML parsers are now thread-safe
    (<https://bugs.gnu.org/51264>)
+** Fix documentation of ‘mkdir’
+   Previously, the documentation implied the umask was ignored if the
+   mode was set explicitely.  However, this is not the case.
 
 * New deprecations
 
@@ -28,6 +31,15 @@ This function was undocumented.
 
 * New interfaces and functionality
 
+** Bindings to openat and friends
+
+The procedures `openat', `open-fdes-at', `statat', `chownat',
+`unlinkat', `chmodat', `renameat', `mkdirat' and `symlinkat' have been
+added.  They resolve file names relative to a directory passed as a file
+port.  The procedures `chdir' `readlink' and `utime' have been extended
+to support file ports.  The related flags `AT_REMOVEDIR' and
+`AT_EACCESS' have been added. See `File System' in the manual
+
 ** Typed vector copy functions
 
 The functions `u8vector-copy' `s8vector-copy' `u16vector-copy'
-- 
2.30.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]