guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch main updated (1ddc4eb96 -> 793fb46a1)


From: Ludovic Courtès
Subject: [Guile-commits] branch main updated (1ddc4eb96 -> 793fb46a1)
Date: Fri, 21 Oct 2022 11:53:30 -0400 (EDT)

civodul pushed a change to branch main
in repository guile.

    from 1ddc4eb96 Fixes arg type for scm_integer_from_mpz
     new 273bfe751 Allow file ports in ‘chdir’ when supported.
     new 30247dc41 Allow file ports in ‘readlink’.
     new 9ffd29724 Allow file ports in ‘utime’.
     new 6c350b609 Define ‘symlinkat’ wrapper when supported.
     new 58ddd5c7b Define bindings to ‘mkdirat’ when the C function exists.
     new f018e0d48 Correct documentation of ‘mkdir’ w.r.t. the umask.
     new 24028e75c Define AT_REMOVEDIR and others when available.
     new 3a0554c60 Define a Scheme binding to ‘renameat’ when it exists.
     new 19b48b1c4 Define a Scheme binding to ‘fchmodat’ when it exists.
     new 3b45185d8 Define a Scheme binding to ‘unlinkat’ when it exists.
     new 0af3c2f50 Define a Scheme binding to ‘fchownat’ when it exists.
     new cf255dd3a Define a Scheme binding to ‘fstatat’ when available.
     new c8b81ffb3 Define Scheme bindings to ‘openat’ when available.
     new 793fb46a1 Update NEWS.

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS                          |  12 +
 configure.ac                  |   7 +-
 doc/ref/guile.texi            |   3 +-
 doc/ref/posix.texi            |  97 +++++++-
 libguile/filesys.c            | 395 ++++++++++++++++++++++++++++---
 libguile/filesys.h            |   9 +
 libguile/posix.c              |  34 ++-
 libguile/posix.h              |   2 +-
 libguile/syscalls.h           |   2 +
 test-suite/tests/filesys.test | 536 ++++++++++++++++++++++++++++++++++++++++++
 test-suite/tests/posix.test   |  71 +++++-
 11 files changed, 1119 insertions(+), 49 deletions(-)



reply via email to

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