summaryrefslogtreecommitdiff
path: root/libguile/filesys.h
Commit message (Expand)AuthorAgeFilesLines
* Define Scheme bindings to ‘openat’ when available.Maxime Devos2022-10-211-0/+2
* Define a Scheme binding to ‘fstatat’ when available.Maxime Devos2022-10-211-0/+1
* Define a Scheme binding to ‘fchownat’ when it exists.Maxime Devos2022-10-211-0/+1
* Define a Scheme binding to ‘unlinkat’ when it exists.Maxime Devos2022-10-211-0/+1
* Define a Scheme binding to ‘fchmodat’ when it exists.Maxime Devos2022-10-211-0/+1
* Define a Scheme binding to ‘renameat’ when it exists.Maxime Devos2022-10-211-0/+1
* Define bindings to ‘mkdirat’ when the C function exists.Maxime Devos2022-10-211-0/+1
* Define ‘symlinkat’ wrapper when supported.Maxime Devos2022-10-211-0/+1
* Replace mutating mkdtemp! with non-mutating mkdtempMichael Gran2021-01-211-1/+1
* New procedure mkdtemp! to create unique temporary directoryMichael Gran2021-01-191-0/+1
* Move declaration for scm_mkstemp to filesys.hMichael Gran2021-01-181-1/+2
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-2/+0
* Devolve more validate macrosAndy Wingo2018-06-181-2/+6
* Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-03-281-1/+3
|\
| * Add bindings for `sendfile'.Ludovic Courtès2013-03-221-1/+3
* | refactor tc7 and tc16 checksAndy Wingo2011-10-241-2/+2
|/
* filesystem trickery to scm_i_relativize_path in filesys.c; bugfix.Andy Wingo2010-04-191-1/+2
* SCM_CELL in filesys.[ch]Andy Wingo2009-12-081-3/+3
* new function: canonicalize-path. use when autocompilingAndy Wingo2009-06-191-0/+1
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* add exception-on-error optional arg to `stat' in schemeAndy Wingo2009-06-031-1/+1
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-2/+2
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-31/+31
* * Remove deprecated macros and typenames.Dirk Herrmann2001-08-311-15/+8
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller2001-07-191-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-1/+1
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * Separate the handling of OPEN flags between ports and directories.Dirk Herrmann2001-01-241-1/+12
* Smob-related creanup.Keisuke Nishida2000-12-081-1/+1
* 2000-11-07 Gary Houston <ghouston@arglist.com>Gary Houston2000-11-071-0/+1
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Replace SCM_UNPACK_CAR appropriately.Dirk Herrmann2000-05-251-2/+3
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* *** empty log message ***Mikael Djurfeldt2000-03-121-1/+1
* * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt2000-03-121-1/+1
* *.[ch]: make a distinction between SCM as a genericGreg J. Badros2000-03-091-1/+1
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros2000-03-021-23/+23
* * *.h: Use SCM_NIMP(X) && in all the FOOP macros.Greg J. Badros1999-12-161-2/+5
* Change the name of the objects returned by OPENDIR fromJim Blandy1999-09-121-2/+2
* 1999-09-11 Gary Houston <ghouston@easynet.co.uk>Gary Houston1999-09-111-0/+1
* 1999-07-24 Gary Houston <ghouston@easynet.co.uk>Gary Houston1999-07-241-1/+0
* * * ports.c (scm_drain_input): new procedure.Jim Blandy1999-06-091-1/+0