summaryrefslogtreecommitdiff
path: root/compat/compat.h
AgeCommit message (Expand)Author
2019-06-14compat: run uncrustifyuncrustify
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2014-04-08compat: add canonicalize_file_nameDavid Bremner
2013-08-23timegm: add portable implementation (Solaris support)Blake Jones
2013-08-23strsep: check for availability (Solaris support)Blake Jones
2013-08-23asctime: check for standards compliance (Solaris support)Vladimir Marek
2013-08-23getpwuid: check for standards compliance (Solaris support)Blake Jones
2012-01-21Silence buildbot warnings about unused resultsAustin Clements
2010-04-27Wrap the compat header in extern "C" { } when compiling C++ sourcesTomas Carnecky
2010-04-14Add simplistic reimplementation of strcasestr to compat libraryDirk Hohndel
2009-12-01compat: Change includes from config.h to compat.h.Carl Worth