guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 14/14: Update NEWS.


From: Ludovic Courtès
Subject: [Guile-commits] 14/14: Update NEWS.
Date: Fri, 21 Oct 2022 11:53:32 -0400 (EDT)

civodul pushed a commit to branch main
in repository guile.

commit 793fb46a1e69fa2156805e4a97b340cf62e096a6
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Mon Nov 15 21:17:10 2021 +0000

    Update NEWS.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 NEWS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/NEWS b/NEWS
index 682b796e3..644e8bbab 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,15 @@ pipe2(2) system call found on GNU/Linux and GNU/Hurd, 
instead of having
 to call `fnctl' afterwards.  See "Ports and File Descriptors" in the
 manual for details.
 
+** 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
+
 ** Abstract Unix-domain sockets are supported
 
 It is now possible to create an AF_UNIX socket with a leading zero byte
@@ -63,6 +72,9 @@ for use with `setsockopt'.
    (<https://bugs.gnu.org/57567>)
 ** Baseline compiler no longer crashes on (not (list 1 2))
    (<https://bugs.gnu.org/58217>)
+** Fix documentation of ‘mkdir’
+   Previously, the documentation implied the umask was ignored if the
+   mode was set explicitly.  However, this is not the case.
 
 
 Changes in 3.0.8 (since 3.0.7)



reply via email to

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