Age | Commit message (Expand) | Author | Files | Lines |
2024-03-12 | Add copy-on-write support to scm_copy_file. | Tomas Volf | 1 | -0/+1 |
2022-10-21 | Define Scheme bindings to ‘openat’ when available. | Maxime Devos | 1 | -0/+2 |
2022-10-21 | Define a Scheme binding to ‘fstatat’ when available. | Maxime Devos | 1 | -0/+1 |
2022-10-21 | Define a Scheme binding to ‘fchownat’ when it exists. | Maxime Devos | 1 | -0/+1 |
2022-10-21 | Define a Scheme binding to ‘unlinkat’ when it exists. | Maxime Devos | 1 | -0/+1 |
2022-10-21 | Define a Scheme binding to ‘fchmodat’ when it exists. | Maxime Devos | 1 | -0/+1 |
2022-10-21 | Define a Scheme binding to ‘renameat’ when it exists. | Maxime Devos | 1 | -0/+1 |
2022-10-21 | Define bindings to ‘mkdirat’ when the C function exists. | Maxime Devos | 1 | -0/+1 |
2022-10-21 | Define ‘symlinkat’ wrapper when supported. | Maxime Devos | 1 | -0/+1 |
2021-01-21 | Replace mutating mkdtemp! with non-mutating mkdtemp | Michael Gran | 1 | -1/+1 |
2021-01-19 | New procedure mkdtemp! to create unique temporary directory | Michael Gran | 1 | -0/+1 |
2021-01-18 | Move declaration for scm_mkstemp to filesys.h | Michael Gran | 1 | -1/+2 |
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 | Rename __scm.h to scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove useless "classes: h_files" from Guile headers. | Andy Wingo | 1 | -2/+0 |
2018-06-18 | Devolve more validate macros | Andy Wingo | 1 | -2/+6 |
2013-03-28 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -1/+3 |
2013-03-22 | Add bindings for `sendfile'. | Ludovic Courtès | 1 | -1/+3 |
2011-10-24 | refactor tc7 and tc16 checks | Andy Wingo | 1 | -2/+2 |
2010-04-19 | filesystem trickery to scm_i_relativize_path in filesys.c; bugfix. | Andy Wingo | 1 | -1/+2 |
2009-12-08 | SCM_CELL in filesys.[ch] | Andy Wingo | 1 | -3/+3 |
2009-06-19 | new function: canonicalize-path. use when autocompiling | Andy Wingo | 1 | -0/+1 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-06-03 | add exception-on-error optional arg to `stat' in scheme | Andy Wingo | 1 | -1/+1 |
2008-05-31 | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 1 | -2/+2 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2001-11-02 | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 1 | -31/+31 |
2001-08-31 | * Remove deprecated macros and typenames. | Dirk Herrmann | 1 | -15/+8 |
2001-07-19 | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, | Martin Grabmüller | 1 | -1/+1 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -1/+1 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+0 |
2001-01-24 | * Separate the handling of OPEN flags between ports and directories. | Dirk Herrmann | 1 | -1/+12 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -1/+1 |
2000-11-07 | 2000-11-07 Gary Houston <ghouston@arglist.com> | Gary Houston | 1 | -0/+1 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-05-25 | * Replace SCM_UNPACK_CAR appropriately. | Dirk Herrmann | 1 | -2/+3 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-12 | *** empty log message *** | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-12 | * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h, | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-09 | *.[ch]: make a distinction between SCM as a generic | Greg J. Badros | 1 | -1/+1 |
2000-03-02 | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, | Greg J. Badros | 1 | -23/+23 |
1999-12-16 | * *.h: Use SCM_NIMP(X) && in all the FOOP macros. | Greg J. Badros | 1 | -2/+5 |
1999-09-12 | Change the name of the objects returned by OPENDIR from | Jim Blandy | 1 | -2/+2 |
1999-09-11 | 1999-09-11 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 1 | -0/+1 |
1999-07-24 | 1999-07-24 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 1 | -1/+0 |