summaryrefslogtreecommitdiff
path: root/test-suite/tests/filesys.test
AgeCommit message (Expand)AuthorFilesLines
2024-10-20tests: Skip mkdtemp test for invalid template on Darwin.Tomas Volf1-0/+5
2024-08-03basename: check suffix against basename, not full argumentRob Browning1-1/+9
2022-10-21Define Scheme bindings to ‘openat’ when available.Maxime Devos1-0/+73
2022-10-21Define a Scheme binding to ‘fstatat’ when available.Maxime Devos1-0/+80
2022-10-21Define a Scheme binding to ‘unlinkat’ when it exists.Maxime Devos1-0/+59
2022-10-21Define a Scheme binding to ‘fchmodat’ when it exists.Maxime Devos1-0/+53
2022-10-21Define a Scheme binding to ‘renameat’ when it exists.Maxime Devos1-0/+104
2022-10-21Define bindings to ‘mkdirat’ when the C function exists.Maxime Devos1-0/+38
2022-10-21Define ‘symlinkat’ wrapper when supported.Maxime Devos1-0/+27
2022-10-21Allow file ports in ‘readlink’.Maxime Devos1-0/+61
2022-10-21Allow file ports in ‘chdir’ when supported.Maxime Devos1-0/+41
2021-02-04the mkdtemp tests don't clean up the directories createdMichael Gran1-3/+3
2021-01-21Replace mutating mkdtemp! with non-mutating mkdtempMichael Gran1-21/+16
2021-01-19New procedure mkdtemp! to create unique temporary directoryMichael Gran1-0/+39
2019-06-04'basename' correctly handles "/" and "//".Ludovic Courtès1-1/+7
2016-10-23Move thread bindings to (ice-9 threads)Andy Wingo1-0/+1
2013-06-16tests: Remove symlink only when it exists.Ludovic Courtès1-1/+2
2013-04-08Miscellaneous 'sendfile' fixes and improved tests.Mark H Weaver1-26/+40
2013-04-07Change `sendfile' to loop until everything has been sent.Ludovic Courtès1-59/+71
2013-03-25Skip relevant `sendfile' tests when thread support is lacking.Ludovic Courtès1-30/+34
2013-03-22Add bindings for `sendfile'.Ludovic Courtès1-2/+68
2013-01-30Revert "detect and consume byte-order marks for textual ports"Andy Wingo1-58/+1
2013-01-30detect and consume byte-order marks for textual portsAndy Wingo1-1/+58
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-1/+1
2006-05-27Delete test file after all tests have run in order to make "makeMarius Vollmer1-0/+2
2006-04-17(lstat): Allow for test-symlink not existing yet.Kevin Ryde1-1/+1
2006-04-16merge from 1.8 branchKevin Ryde1-2/+90
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-07-31New file, exercising copy-file.Kevin Ryde1-0/+39