summaryrefslogtreecommitdiff
path: root/module/ice-9/ftw.scm
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in nftw functionDaniel Llorens2021-05-211-4/+4
* ice-9 ftw: Use 'absolute-file-name?' in 'nftw'.Jan (janneke) Nieuwenhuizen2020-08-131-4/+1
* ice-9 ftw: handle non-working inodesMichael Gran2021-03-111-13/+29
* ice-9 ftw: handle missing getuid and getgidMichael Gran2021-03-111-15/+25
* scandir: Avoid 'stat' calls on each entry.Ludovic Courtès2017-03-011-32/+26
* Make sure 'ftw' allows directory traversal when running as root.Ludovic Courtès2014-02-201-2/+3
* scandir: Use `lstat' instead of `stat'.Ludovic Courtès2012-11-011-1/+1
* scandir: select? takes basenames, operates on (sub)dirs alsoAndy Wingo2012-06-221-8/+11
* ftw: Add an `error' parameter to `file-system-fold'.Ludovic Courtès2012-01-081-53/+80
* ftw: Include sub-directories in the result of `scandir'.Ludovic Courtès2011-12-191-1/+1
* ftw: Fix typos/thinkos in `file-system-fold' and `scandir'.Ludovic Courtès2011-12-191-5/+5
* ftw: Clarify the behavior of `scandir' for flat files and unreadable dirs.Ludovic Courtès2011-12-191-4/+5
* ftw: Add `scandir'.Ludovic Courtès2011-12-181-1/+31
* ftw: Add an optional `stat' parameter to `file-system-fold' and `-tree'.Ludovic Courtès2011-12-181-18/+20
* Add `file-system-fold' and `file-system-tree' to (ice-9 ftw).Ludovic Courtès2011-12-131-2/+128
* "filesystem" -> "file system"Ludovic Courtès2009-11-241-4/+4
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-1/+1
* move ice-9/ and oop/ under module/Andy Wingo2008-11-011-0/+380