[Guile-commits] branch wip-openat deleted (was 07f395eb1)

2022-10-21 Thread Ludovic Courtès
civodul pushed a change to branch wip-openat in repository guile. was 07f395eb1 Update NEWS. This change permanently discards the following revisions: discard 07f395eb1 Update NEWS. discard afb0adbfc Define Scheme bindings to ‘openat’ when available. discard 60940c645 Define a Scheme bin

[Guile-commits] 12/14: Define a Scheme binding to ‘fstatat’ when available.

2022-10-21 Thread Ludovic Courtès
civodul pushed a commit to branch main in repository guile. commit cf255dd3a4f01da5e88c6da3738e7745ad8b9594 Author: Maxime Devos AuthorDate: Tue Nov 16 11:06:35 2021 + Define a Scheme binding to ‘fstatat’ when available. * configure.ac: Detect if ‘fstatat’ is defined. * libg

[Guile-commits] 10/14: Define a Scheme binding to ‘unlinkat’ when it exists.

2022-10-21 Thread Ludovic Courtès
civodul pushed a commit to branch main in repository guile. commit 3b45185d8f40b5c41abfe15571550ce1a7fd4011 Author: Maxime Devos AuthorDate: Tue Nov 16 11:06:33 2021 + Define a Scheme binding to ‘unlinkat’ when it exists. ‘unlinkat’ is used for both unlinking regular files a

[Guile-commits] 11/14: Define a Scheme binding to ‘fchownat’ when it exists.

2022-10-21 Thread Ludovic Courtès
civodul pushed a commit to branch main in repository guile. commit 0af3c2f5092cb52ee0ea0b4ab2b1285237441a85 Author: Maxime Devos AuthorDate: Tue Nov 16 11:06:34 2021 + Define a Scheme binding to ‘fchownat’ when it exists. * configure.ac: Detect whether ‘fchownat’ is available.

[Guile-commits] 03/14: Allow file ports in ‘utime’.

2022-10-21 Thread Ludovic Courtès
civodul pushed a commit to branch main in repository guile. commit 9ffd297249e8c99ac276b37c49725f6d2ef20b52 Author: Maxime Devos AuthorDate: Tue Nov 16 11:06:26 2021 + Allow file ports in ‘utime’. Ports representing symbolic links are currently unsupported. * configure.

[Guile-commits] 08/14: Define a Scheme binding to ‘renameat’ when it exists.

2022-10-21 Thread Ludovic Courtès
civodul pushed a commit to branch main in repository guile. commit 3a0554c60fb12857c67d2eb0bd04cf8c59014f55 Author: Maxime Devos AuthorDate: Tue Nov 16 11:06:31 2021 + Define a Scheme binding to ‘renameat’ when it exists. * configure.ac: Detect if ‘renameat’ is defined. * li

[Guile-commits] 05/14: Define bindings to ‘mkdirat’ when the C function exists.

2022-10-21 Thread Ludovic Courtès
civodul pushed a commit to branch main in repository guile. commit 58ddd5c7bc3907c1f1e4dd9637d996c4d72eaba0 Author: Maxime Devos AuthorDate: Tue Nov 16 11:06:28 2021 + Define bindings to ‘mkdirat’ when the C function exists. * configure.ac: Detect if ‘mkdirat’ exists. * libg

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

2022-10-21 Thread Ludovic Courtès
civodul pushed a commit to branch main in repository guile. commit 793fb46a1e69fa2156805e4a97b340cf62e096a6 Author: Maxime Devos AuthorDate: Mon Nov 15 21:17:10 2021 + Update NEWS. Signed-off-by: Ludovic Courtès --- NEWS | 12 1 file changed, 12 insertions(+) dif

[Guile-commits] 09/14: Define a Scheme binding to ‘fchmodat’ when it exists.

2022-10-21 Thread Ludovic Courtès
civodul pushed a commit to branch main in repository guile. commit 19b48b1c4a0335851a51d1ac69a24b154d401fdd Author: Maxime Devos AuthorDate: Tue Nov 16 11:06:32 2021 + Define a Scheme binding to ‘fchmodat’ when it exists. * configure.ac: Detect existence of fchmodat. * libgu

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

2022-10-21 Thread Ludovic Courtès
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 6c350b60

[Guile-commits] 02/14: Allow file ports in ‘readlink’.

2022-10-21 Thread Ludovic Courtès
civodul pushed a commit to branch main in repository guile. commit 30247dc414fb38329f580b1d41abbe202285adbe Author: Maxime Devos AuthorDate: Tue Nov 16 11:06:25 2021 + Allow file ports in ‘readlink’. * configure.ac: Detect whether ‘readlinkat’ is defined. * libguile/filesys.

[Guile-commits] 04/14: Define ‘symlinkat’ wrapper when supported.

2022-10-21 Thread Ludovic Courtès
civodul pushed a commit to branch main in repository guile. commit 6c350b609475ec7c490a8faecedd6a768afd7065 Author: Maxime Devos AuthorDate: Tue Nov 16 11:06:27 2021 + Define ‘symlinkat’ wrapper when supported. * configure.ac: Detect whether ‘symlinkat’ exists. * libguile/fi

[Guile-commits] 13/14: Define Scheme bindings to ‘openat’ when available.

2022-10-21 Thread Ludovic Courtès
civodul pushed a commit to branch main in repository guile. commit c8b81ffb3492d1f1e7fc6886809108f31ac55794 Author: Maxime Devos AuthorDate: Tue Nov 16 11:06:36 2021 + Define Scheme bindings to ‘openat’ when available. * configure.ac: Detect if ‘openat’ is defined. * libguil

[Guile-commits] 07/14: Define AT_REMOVEDIR and others when available.

2022-10-21 Thread Ludovic Courtès
civodul pushed a commit to branch main in repository guile. commit 24028e75ca6c184051ee9543ceefeefe628c025b Author: Maxime Devos AuthorDate: Tue Nov 16 11:06:30 2021 + Define AT_REMOVEDIR and others when available. * libguile/posix.c (scm_init_posix): Define (in Scheme) AT

[Guile-commits] 06/14: Correct documentation of ‘mkdir’ w.r.t. the umask.

2022-10-21 Thread Ludovic Courtès
civodul pushed a commit to branch main in repository guile. commit f018e0d486b8ec6b6fc78346534f71af6216614a Author: Maxime Devos AuthorDate: Tue Nov 16 11:06:29 2021 + Correct documentation of ‘mkdir’ w.r.t. the umask. * doc/ref/posix.texi (mkdir): Note that the umask is applied

[Guile-commits] 01/14: Allow file ports in ‘chdir’ when supported.

2022-10-21 Thread Ludovic Courtès
civodul pushed a commit to branch main in repository guile. commit 273bfe7510da8ab740e65df11b72d9bb801885f3 Author: Maxime Devos AuthorDate: Tue Nov 16 11:06:24 2021 + Allow file ports in ‘chdir’ when supported. * configure.ac: Check for ‘fchdir’. * libguile/filesys.c (s