xbps/bin/xbps-repo
Juan RP f888b582f9 Added a configure script to emulate GNU autoconf and related changes.
Changes included in this set:

 * Added strlcat() and strlcpy() from OpenBSD, always use them if the
   system does not have them built in.
 * Changed an array of PATH_MAX size allocated in the stack, to a dynamically
   allocated buffer from heap. This should reduce memory usage a bit.
 * Simplify code that implemented a homegrown realpath(3) implementation,
   simply use realpath(3).
 * If compiler supports -fstack-protector, build all code with
   -D_FORTIFY_SOURCE=2 and --param ssp-buffer-size=1 so that all
   buffers are protected.
2010-05-19 22:38:27 +02:00
..
defs.h xbps-repo: show a warning when a repository has been already added. 2010-04-27 18:02:15 +02:00
index.c xbps-repo/index.c: fix a typo. 2010-05-18 23:06:27 +02:00
main.c Mega-commit to document the API with doxygen. 2010-01-21 03:10:19 +01:00
Makefile Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
repository.c Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
util.c xbps-repo(8): improved the 'search' target to also match substrings 2010-05-12 05:04:35 +02:00
xbps-repo.8 Remove asciidoc build dependency, use troff manpages directly. 2010-05-03 21:50:34 +02:00