Maxime Devos
|
c8b81ffb34
Define Scheme bindings to ‘openat’ when available.
|
3 years ago |
Maxime Devos
|
cf255dd3a4
Define a Scheme binding to ‘fstatat’ when available.
|
3 years ago |
Maxime Devos
|
0af3c2f509
Define a Scheme binding to ‘fchownat’ when it exists.
|
3 years ago |
Maxime Devos
|
3b45185d8f
Define a Scheme binding to ‘unlinkat’ when it exists.
|
3 years ago |
Maxime Devos
|
19b48b1c4a
Define a Scheme binding to ‘fchmodat’ when it exists.
|
3 years ago |
Maxime Devos
|
3a0554c60f
Define a Scheme binding to ‘renameat’ when it exists.
|
3 years ago |
Maxime Devos
|
58ddd5c7bc
Define bindings to ‘mkdirat’ when the C function exists.
|
3 years ago |
Maxime Devos
|
6c350b6094
Define ‘symlinkat’ wrapper when supported.
|
3 years ago |
Michael Gran
|
32bf48e4b7
Replace mutating mkdtemp! with non-mutating mkdtemp
|
4 years ago |
Michael Gran
|
d98e1d5e4f
New procedure mkdtemp! to create unique temporary directory
|
4 years ago |
Michael Gran
|
d60ff39105
Move declaration for scm_mkstemp to filesys.h
|
4 years ago |
Andy Wingo
|
1234bb1850
Update license notices in all C files
|
7 years ago |
Andy Wingo
|
791eb0c01a
Remove (C) from copyright statements
|
7 years ago |
Andy Wingo
|
97cc65fee4
Rename __scm.h to scm.h
|
7 years ago |
Andy Wingo
|
c495b44714
Remove Emacs local variables comments in Guile source
|
7 years ago |
Andy Wingo
|
5534c2817e
Remove useless "classes: h_files" from Guile headers.
|
7 years ago |
Andy Wingo
|
6f294ecc75
Devolve more validate macros
|
7 years ago |
Mark H Weaver
|
26d148066f
Merge remote-tracking branch 'origin/stable-2.0'
|
12 years ago |
Ludovic Courtès
|
fbac7c6113
Add bindings for `sendfile'.
|
12 years ago |
Andy Wingo
|
dc7da0be90
refactor tc7 and tc16 checks
|
13 years ago |
Andy Wingo
|
22457d5730
filesystem trickery to scm_i_relativize_path in filesys.c; bugfix.
|
15 years ago |
Andy Wingo
|
b9ef8e66ee
SCM_CELL in filesys.[ch]
|
15 years ago |
Andy Wingo
|
25b82b3485
new function: canonicalize-path. use when autocompiling
|
16 years ago |
Neil Jerram
|
53befeb700
Change Guile license to LGPLv3+
|
16 years ago |
Andy Wingo
|
fcb6f5ff33
add exception-on-error optional arg to `stat' in scheme
|
16 years ago |
Ludovic Courtès
|
102dbb6f6c
Add `SCM_INTERNAL' macro, use it.
|
17 years ago |
Kevin Ryde
|
2b829bbb3d
merge from 1.8 branch
|
19 years ago |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
20 years ago |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 years ago |
Marius Vollmer
|
33b001fd89
Prefixed each each exported symbol with SCM_API.
|
24 years ago |