xbps/bin/xbps-bin
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
..
check.c xbps-bin/check.c: remove dead code, fix warnings found by clang. 2010-04-28 23:11:07 +02:00
defs.h xbps-bin(8): added a new target 'show-orphans' that list all package 2010-05-04 17:04:36 +02:00
install.c xbps-bin: when replacing a pkg do not purge the old one, just remove it. 2010-05-12 07:47:40 +02:00
main.c xbps-bin(8): added a new target 'show-orphans' that list all package 2010-05-04 17:04:36 +02:00
Makefile Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
remove.c xbps-bin(8): added a new target 'show-orphans' that list all package 2010-05-04 17:04:36 +02:00
show-deps.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
show-info-files.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
xbps-bin.8 xbps-bin(8): added a new target 'show-orphans' that list all package 2010-05-04 17:04:36 +02:00