index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
filesys.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-26
Fix build failure with GCC 14 and musl on 32-bit systems.
Natanael Copa
1
-1
/
+1
2024-10-20
filesys.c: Fix readlink for ports on Darwin.
Tomas Volf
1
-2
/
+11
2024-08-03
basename: check suffix against basename, not full argument
Rob Browning
1
-12
/
+23
2024-08-03
basename: drop last_component null check
Rob Browning
1
-8
/
+3
2024-03-12
Add copy-on-write support to scm_copy_file.
Tomas Volf
1
-12
/
+71
2022-10-21
Define Scheme bindings to ‘openat’ when available.
Maxime Devos
1
-20
/
+76
2022-10-21
Define a Scheme binding to ‘fstatat’ when available.
Maxime Devos
1
-0
/
+39
2022-10-21
Define a Scheme binding to ‘fchownat’ when it exists.
Maxime Devos
1
-0
/
+35
2022-10-21
Define a Scheme binding to ‘unlinkat’ when it exists.
Maxime Devos
1
-0
/
+32
2022-10-21
Define a Scheme binding to ‘fchmodat’ when it exists.
Maxime Devos
1
-0
/
+36
2022-10-21
Define a Scheme binding to ‘renameat’ when it exists.
Maxime Devos
1
-0
/
+34
2022-10-21
Define bindings to ‘mkdirat’ when the C function exists.
Maxime Devos
1
-0
/
+25
2022-10-21
Define ‘symlinkat’ wrapper when supported.
Maxime Devos
1
-0
/
+23
2022-10-21
Allow file ports in ‘readlink’.
Maxime Devos
1
-9
/
+43
2022-10-21
Allow file ports in ‘chdir’ when supported.
Maxime Devos
1
-1
/
+22
2022-10-14
Remove special logic for the obscure CMU C library's libc.h
Mike Gran
1
-4
/
+0
2022-10-14
Presume time.h and sys/time.h don't conflict when included
Mike Gran
1
-8
/
+2
2022-10-14
Presume ISO C90 headers are always available
Mike Gran
1
-4
/
+1
2021-05-07
Define `O_NOFOLLOW' and various other flags when supported.
Maxime Devos
1
-0
/
+36
2021-03-10
Add mkstemp; undocument mkstemp!
Andy Wingo
1
-20
/
+54
2021-01-21
Replace mutating mkdtemp! with non-mutating mkdtemp
Michael Gran
1
-15
/
+9
2021-01-19
Fix incorrect docstring of mkdtemp!
Michael Gran
1
-3
/
+3
2021-01-19
New procedure mkdtemp! to create unique temporary directory
Michael Gran
1
-1
/
+41
2020-05-28
Fix cast enabling SCM_DEBUG_TYPING_STRICTNESS 2
Daniel Llorens
1
-1
/
+1
2019-08-02
Merge from stable-2.2
Andy Wingo
1
-4
/
+13
2019-06-04
'basename' correctly handles "/" and "//".
Ludovic Courtès
1
-4
/
+13
2019-05-23
Fix binary output on files created by mkstemp!
Mike Gran
1
-3
/
+3
2019-05-23
Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.
Mark H Weaver
1
-2
/
+2
2019-02-09
Fix binary output on files created by mkstemp!
Mike Gran
1
-4
/
+4
2018-10-17
Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.
Mark H Weaver
1
-3
/
+3
2018-08-07
'select' returns empty sets upon EINTR and EAGAIN.
Ludovic Courtès
1
-4
/
+14
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-6
/
+8
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-24
/
+24
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Devolve symbols.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Remove modules.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve boolean.h include.
Andy Wingo
1
-0
/
+1
2018-06-18
Remove list.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-17
Move syscall-related private defines to their own header
Andy Wingo
1
-0
/
+1
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-37
/
+35
2018-02-16
'select' returns empty sets upon EINTR and EAGAIN.
Ludovic Courtès
1
-5
/
+15
2017-11-18
Destroy the mutex associated with a dirstream.
Ludovic Courtès
1
-0
/
+6
2017-11-17
'readdir' no longer deadlocks upon error.
Ludovic Courtès
1
-2
/
+19
[next]