summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
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