summaryrefslogtreecommitdiffstats
path: root/ftw.c
Commit message (Expand)AuthorAgeFilesLines
* c_num: now takes self argument.Kaz Kylheku2020-06-291-3/+6
* Replace all strerror calls with wrapper.Kaz Kylheku2020-06-201-1/+1
* Remove unnecessary #include directives.Kaz Kylheku2020-04-221-1/+0
* ftw: throw exception on failure.Kaz Kyheku2020-01-281-1/+7
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* ftw: forgotten copyright bump.Kaz Kylheku2019-09-111-1/+1
* Eliminate ALLOCA_H.Kaz Kylheku2018-12-311-1/+1
* ftw: fix broken callback mechanism.Kaz Kylheku2018-06-251-1/+3
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* New path slot in stat struct.Kaz Kylheku2017-04-081-1/+1
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Let guard frames optionally pass through unwinding.Kaz Kylheku2016-10-261-1/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* Adding -D_GNU_SOURCE to compiler command line.Kaz Kylheku2016-05-011-3/+0
* Support list of paths in ftw.Kaz Kylheku2016-04-221-0/+12
* ftw.c affected by g++/glibc issue __USE_GNU is defined.Kaz Kylheku2016-04-201-0/+2
* Adding ftw function.Kaz Kylheku2016-04-151-0/+177