guile-devel
[Top][All Lists]
Advanced

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

[PATCH] Bindings to *at functions & allowing more functions to operate


From: Maxime Devos
Subject: [PATCH] Bindings to *at functions & allowing more functions to operate on ports
Date: Fri, 12 Mar 2021 22:59:11 +0100
User-agent: Evolution 3.34.2

Hi guilers!

This patch series defines:
* More AT_* and O_* flags.
* Bindings to *at functions (e.g. mkdirat, fchmodat).
* Bindings to f* functions (e.g. fchdir).
  (No new functions, the old functions just accept more types.)

It also sprinkles some scm_remember_upto_here's in
some procedures operating on ports where I think it's needed.

I haven't assigned copyright to the FSF, how would this work?

Greetings,
Maxime

Attachment: 0001-Add-scm_remember_upto_here-to-functions-using-a-port.patch
Description: Text Data

Attachment: 0002-Allow-file-ports-in-chdir-when-supported.patch
Description: Text Data

Attachment: 0003-Allow-file-ports-in-readlink.patch
Description: Text Data

Attachment: 0004-Accept-open-file-ports-in-utime-when-supported.patch
Description: Text Data

Attachment: 0005-Define-symlinkat-wrapper-when-supported.patch
Description: Text Data

Attachment: 0006-Define-bindings-to-mkdirat-when-the-C-function-exist.patch
Description: Text Data

Attachment: 0007-Define-AT_REMOVEDIR-and-others-when-available.patch
Description: Text Data

Attachment: 0008-Define-a-Scheme-binding-to-renameat-when-it-exists.patch
Description: Text Data

Attachment: 0009-Define-a-Scheme-binding-to-fchmodat-when-defined.patch
Description: Text Data

Attachment: 0010-Define-delete-file-at-when-unlinkat-exists.patch
Description: Text Data

Attachment: 0011-Define-a-Scheme-binding-to-fchownat-when-available.patch
Description: Text Data

Attachment: 0012-Define-a-Scheme-binding-to-fstatat-when-available.patch
Description: Text Data

Attachment: 0013-Define-a-Scheme-binding-to-openat-when-available.patch
Description: Text Data

Attachment: 0014-Define-a-Scheme-binding-to-readlinkat-when-it-exists.patch
Description: Text Data

Attachment: 0015-Define-a-Scheme-binding-to-linkat-when-available.patch
Description: Text Data

Attachment: 0016-Define-a-Scheme-binding-to-mknodat-when-supported.patch
Description: Text Data

Attachment: 0017-Document-recent-new-bindings-for-file-system-functio.patch
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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