William Pitcock (31): Update README with some explanation as to why distros might want to use this. stdinc: remove alloca.h (issue #19) README: add release tarball URL since people seem to have problems finding it main: emulate --errors-to-stdout main: finish --errors-to-stdout support testsuite: add tests for --atleast-version (issue #20) testsuite: add tests for issue #20 behaviour dependency: add pkg_dependency_parse_str() for breaking out a dependency list that has already been substituted. main: implement use of pkg_dependency_parse_str() for --atleast-version and friends (issue #20) main: fix regression caused by copy-and-paste (issue #20) testsuite: more tests for --max-version and --exact-version (closes #20) update .gitignore pkg: use relative paths on windows (issue #17) tests: add explicit tests for issue #24 main: use our own getopt_long() implementation always, as pkg_getopt_long(). (closes #24) everything: more friendly warranty disclaimer COPYING: more friendly warranty disclaimer text main: clean up license text in --version tests: ensure all core tests are posixly-correct (issue #25) main: add support for HAVE_STRICT_MODE compiler define (and define it in the build system) (issue #25) tests: conditionally run optional tests if --enable-strict is not used (closes #25) getopt_long: use stdinc.h getopt_long: more fixing main: use pkg_getopt_long_only(). tests: add tests for malformed option arguments main: return EXIT_FAILURE when argument parsing fails tests: add more tests tests: add a test for malformed pkg_t entities main: bail if the entire depgraph cannot be built Update README. pkgconf 0.8.1. .gitignore | 4 ++ COPYING | 13 ++--- README.md | 13 +++-- argvsplit.c | 14 ++--- bsdstubs.c | 14 ++--- bsdstubs.h | 14 ++--- configure.ac | 36 +++++++++++-- dependency.c | 41 ++++++++------- fileio.c | 14 ++--- fragment.c | 14 ++--- getopt_long.c | 146 +++++++++++++++++++++++++-------------------------- getopt_long.h | 24 ++++----- main.c | 152 +++++++++++++++++++++++++++++++---------------------- pkg.c | 43 +++++++-------- pkg.h | 18 +++---- stdinc.h | 18 ++----- tests/run.sh | 107 -------------------------------------- tests/run.sh.in | 155 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ tuple.c | 14 ++--- 19 files changed, 448 insertions(+), 406 deletions(-)