From e8d8b0ce279f0c1ba7243c4bd9ce3c88706a8656 Mon Sep 17 00:00:00 2001 From: Maxime Devos Date: Fri, 12 Mar 2021 22:43:43 +0100 Subject: [PATCH 17/17] Document recent new bindings for file system functions. * NEWS (New interfaces and functionality): Add some information on the new functionality of this patch series. --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 3a5956bc3..95fca3b78 100644 --- a/NEWS +++ b/NEWS @@ -64,6 +64,17 @@ See "Bytevector Ports" in the manual. These include various open flags found on GNU/Linux, GNU/Hurd and BSD, on systems where they are supported. +** Bindings to openat and other *at functions. + +See ‘File System’ in the manual. The procedures are: +mknodat, linkat, readlinkat, openat, statat, chownat, +delete-file-at, renameat, chmodat, symlinkat and mkdirat. + +** More procedures accept file ports instead of only file names. + +See ‘File System’ in the manual. The procedures are: +chdir, readlink, utime. + ** `(system foreign-library)' module See the newly reorganized "Foreign Function Interface", for details. -- 2.30.2