xbps/lib
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
..
compat Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
fetch Merge libfetch-2.30 from NetBSD's pkgsrc. 2010-01-24 15:47:53 +01:00
portableproplib Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
cmpver.c libxbps: change the epoch char to ':' to differentiate the starting char in pkgname. 2010-05-11 13:38:35 +02:00
config_files.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
configure.c libxbps: bah do not ignore ENOENT when running INSTALL/REMOVE scripts. 2010-05-18 13:40:51 +02:00
download.c libxbps: fixed all warnings found by clang. 2010-04-28 23:30:56 +02:00
fexec.c Mega-commit to document the API with doxygen. 2010-01-21 03:10:19 +01:00
humanize_number.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
mkpath.c Mega-commit to document the API with doxygen. 2010-01-21 03:10:19 +01:00
orphans.c xbps_find_orphan_packages: improve doxygen documentation. 2010-01-23 06:29:34 +01:00
pkgmatch.c Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
plist.c libxbps: fixed all warnings found by clang. 2010-04-28 23:30:56 +02:00
purge.c libxbps: fixed all warnings found by clang. 2010-04-28 23:30:56 +02:00
register.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
regpkgs_dictionary.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
remove_obsoletes.c libxbps::xbps_remove_obsoletes(): reset a var to 0 in non fatal errors! 2010-05-18 15:33:27 +02:00
remove.c libxbps: bah do not ignore ENOENT when running INSTALL/REMOVE scripts. 2010-05-18 13:40:51 +02:00
repository_finddeps.c libxbps: if XBPS_FLAG_VERBOSE is set print to stdout some info about binary 2010-05-18 23:04:14 +02:00
repository_findpkg.c libxbps: if XBPS_FLAG_VERBOSE is set print to stdout some info about binary 2010-05-18 23:04:14 +02:00
repository_plist.c xbps_repository_get_pkg_plist_dict_from_url: stop processing the archive 2010-01-22 23:54:33 +01:00
repository_pool.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
repository_sync_index.c libxbps: fixed all warnings found by clang. 2010-04-28 23:30:56 +02:00
repository.c xbps_repository_register(): if repository already exists return EEXIST. 2010-04-27 18:01:25 +02:00
requiredby.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
sha256.c Provide stubs for htobe{32,64}() and be32toh() macros if they aren't defined on Linux. 2010-05-04 14:36:32 +02:00
sortdeps.c Avoid endless loop while sorting dependencies due to missing packages. 2010-01-29 04:44:40 +01:00
state.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
unpack.c libxbps: bah do not ignore ENOENT when running INSTALL/REMOVE scripts. 2010-05-18 13:40:51 +02:00
util.c Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00