summaryrefslogtreecommitdiffstats
path: root/compat
AgeCommit message (Expand)Author
2021-04-24compat: rename {,notmuch_}canonicalize_file_nameĐoàn Trần Công Danh
2020-08-09emacs: Use makefile-gmake-mode in Makefile*sJonas Bernoulli
2019-06-14compat: run uncrustifyuncrustify
2017-08-18Use rooted paths in .gitignore filesVladimir Panteleev
2017-05-11compat: don't include compat.h from the feature test sourceJani Nikula
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2014-06-21configure: add workaround for systems without zlib.pcFelipe Contreras
2014-04-08compat: add canonicalize_file_nameDavid Bremner
2014-02-14new: Detect dirent.d_type support at configure timeAustin Clements
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-09-27Extend compat/READMEJustus Winter
2012-09-27Provide a NORETURN_ATTRIBUTE macro similar to PRINTF_ATTRIBUTEJustus Winter
2012-09-27Provide a __has_attribute compatibility macroJustus Winter
2012-01-21Silence buildbot warnings about unused resultsAustin Clements
2012-01-19Fix dependency generation for compat, test, and utilAustin Clements
2011-06-23fix sum moar typos [text files]Pieter Praet
2011-03-09build: Add support for non-source-directory builds.Carl Worth
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
2010-04-14Fix up Makefile for build.Aaron Ecay
2010-04-06Move "config" test programs to "compat".Carl Worth
2010-04-03Makefile.local: Automatically use makefile modeDavid Edmondson
2010-03-10Makefile: Fix Makefiles to depend on all child Makefile fragments.Carl Worth
2010-01-06Makefiles: Use .DEFAULT to support arbitrary targets from sub directories.Carl Worth
2009-12-01getdelim: Silence a (bogus) compiler warning.Carl Worth
2009-12-01Makefile: Incorporate getline implementation into the build.Carl Worth
2009-12-01compat/getdelim: Silence a warning about mixing of signed/unsigned.Carl Worth
2009-12-01compat: Change includes from config.h to compat.h.Carl Worth
2009-12-01compat: Add implementation of getline from gnulib.Carl Worth