xbps/doc
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
..
Makefile Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
xbps_api_doxyfile Exclude portableproplib code when generating the API docs. 2010-04-28 18:10:35 +02:00
xbps_binary_pkg_content.dot Add infrastructure changes to build the API documentation. 2010-01-23 02:37:19 +01:00
xbps_pkg_files_dictionary.dot Improve binary package metadata plist file images. 2010-05-19 00:42:36 +02:00
xbps_pkg_props_dictionary.dot Improve xbps_pkg_props_dictionary.dot even more. 2010-05-19 01:06:58 +02:00
xbps_regpkgdb_dictionary.dot Add infrastructure changes to build the API documentation. 2010-01-23 02:37:19 +01:00
xbps_transaction_dictionary.dot Add infrastructure changes to build the API documentation. 2010-01-23 02:37:19 +01:00