summaryrefslogtreecommitdiff
path: root/test-suite/tests/filesys.test
Commit message (Expand)AuthorAgeFilesLines
* Define Scheme bindings to ‘openat’ when available.Maxime Devos2022-10-211-0/+73
* Define a Scheme binding to ‘fstatat’ when available.Maxime Devos2022-10-211-0/+80
* Define a Scheme binding to ‘unlinkat’ when it exists.Maxime Devos2022-10-211-0/+59
* Define a Scheme binding to ‘fchmodat’ when it exists.Maxime Devos2022-10-211-0/+53
* Define a Scheme binding to ‘renameat’ when it exists.Maxime Devos2022-10-211-0/+104
* Define bindings to ‘mkdirat’ when the C function exists.Maxime Devos2022-10-211-0/+38
* Define ‘symlinkat’ wrapper when supported.Maxime Devos2022-10-211-0/+27
* Allow file ports in ‘readlink’.Maxime Devos2022-10-211-0/+61
* Allow file ports in ‘chdir’ when supported.Maxime Devos2022-10-211-0/+41
* the mkdtemp tests don't clean up the directories createdMichael Gran2021-02-041-3/+3
* Replace mutating mkdtemp! with non-mutating mkdtempMichael Gran2021-01-211-21/+16
* New procedure mkdtemp! to create unique temporary directoryMichael Gran2021-01-191-0/+39
* 'basename' correctly handles "/" and "//".Ludovic Courtès2019-06-041-1/+7
* Move thread bindings to (ice-9 threads)Andy Wingo2016-10-231-0/+1
* tests: Remove symlink only when it exists.Ludovic Courtès2013-06-161-1/+2
* Miscellaneous 'sendfile' fixes and improved tests.Mark H Weaver2013-04-081-26/+40
* Change `sendfile' to loop until everything has been sent.Ludovic Courtès2013-04-071-59/+71
* Skip relevant `sendfile' tests when thread support is lacking.Ludovic Courtès2013-03-251-30/+34
* Add bindings for `sendfile'.Ludovic Courtès2013-03-221-2/+68
* Revert "detect and consume byte-order marks for textual ports"Andy Wingo2013-01-301-58/+1
* detect and consume byte-order marks for textual portsAndy Wingo2013-01-301-1/+58
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-1/+1
* Delete test file after all tests have run in order to make "makeMarius Vollmer2006-05-271-0/+2
* (lstat): Allow for test-symlink not existing yet.Kevin Ryde2006-04-171-1/+1
* merge from 1.8 branchKevin Ryde2006-04-161-2/+90
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* New file, exercising copy-file.Kevin Ryde2004-07-311-0/+39