]> git.cameronkatri.com Git - mandoc.git/history - compat_fts.c
simplify a few accesses to fields of structs, using auxiliary pointer
[mandoc.git] / compat_fts.c
2020-06-15 Ingo SchwarzeOnly compile compat_*.c implementations that are actual...
2020-06-14 Ingo Schwarzemerge rev. 1.58 from OpenBSD (deraadt@):
2020-06-14 Ingo SchwarzeGive the fts_compar struct member a real prototype.
2017-02-18 Ingo Schwarzeproper test for O_DIRECTORY
2017-02-15 Ingo SchwarzeStyle improvement, no functional change.
2016-10-18 Ingo Schwarzebring back support for sorting
2016-10-18 Ingo Schwarzesync with OpenBSD
2016-08-02 Ingo SchwarzePOSIX allows PATH_MAX to not be defined, meaning "unlim...
2015-03-18 Ingo SchwarzeWe always use FTS_NOCHDIR, so delete the directory...
2015-02-07 Ingo Schwarzeignore O_CLOEXEC when the operating system doesn't...
2015-02-07 Ingo Schwarzetrivial sync to OpenBSD: <sys/param.h> no longer needed
2014-12-11 Ingo SchwarzeMake this work on illumos:
2014-12-11 Ingo Schwarzesync to OpenBSD
2014-08-17 Ingo Schwarzeone forgotten #ifdef -> #if conversion
2014-08-16 Ingo SchwarzeImprove build system and autodetection.
2014-08-11 Ingo Schwarzework around lack of d_namlen and ALIGN/ALIGNBYTES on...
2014-08-11 Ingo SchwarzeProvide a fallback version of fts(3) for systems lackin...