xbps/lib
Juan RP be5ff1d934 Don't build code with _GNU_SOURCE, use _XOPEN_SOURCE=500 instead.
_GNU_SOURCE is only now for xbps_xasprintf() if vasprintf is found,
and only for <stdio.h>, it's unset immediately once the header is included.
2011-01-25 13:00:23 +01:00
..
compat Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
fetch fetch/ftp.c: fix a cast that caught clang via -Wcast-qual. 2010-10-27 00:17:08 +02:00
portableproplib Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
cmpver.c Don't build code with _GNU_SOURCE, use _XOPEN_SOURCE=500 instead. 2011-01-25 13:00:23 +01:00
download.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
fexec.c Don't build code with _GNU_SOURCE, use _XOPEN_SOURCE=500 instead. 2011-01-25 13:00:23 +01:00
humanize_number.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
initend.c Update API documentation for recent changes. 2011-01-22 14:24:51 +01:00
Makefile Don't build code with _GNU_SOURCE, use _XOPEN_SOURCE=500 instead. 2011-01-25 13:00:23 +01:00
mkpath.c lib/mkpath.c: don't document this file, it's included in the util group. 2011-01-22 16:38:52 +01:00
package_config_files.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
package_configure.c Make xbps_fetch_file accept a callback to update its progress. 2011-01-22 12:40:19 +01:00
package_orphans.c Simplify xbps_find_orphan_packages() by not using a temporary SIMPLEQUEU. 2011-01-22 17:08:49 +01:00
package_purge.c Make xbps_fetch_file accept a callback to update its progress. 2011-01-22 12:40:19 +01:00
package_register.c Fixed API documentation comments for doxygen. 2011-01-19 00:31:22 +01:00
package_remove_obsoletes.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
package_remove.c Make xbps_fetch_file accept a callback to update its progress. 2011-01-22 12:40:19 +01:00
package_requiredby.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
package_state.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
package_unpack.c xbps_unpack_binary_pkg: rename fn callback arg to be shorter. 2011-01-22 12:56:33 +01:00
pkgmatch.c xbps_pkgpattern_match: remove a wrong memset(3) call. 2011-01-22 17:25:37 +01:00
plist.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
regpkgdb_dictionary.c regpkgdb_dictionary.c: bump copyright year for previous changes. 2011-01-18 20:21:35 +01:00
repository_finddeps.c Start moving code from repository_find* to transaction_*. 2011-01-24 16:55:58 +01:00
repository_findpkg.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
repository_plist.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
repository_pool.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
repository_register.c Rename repository.c to repository_register.c. 2011-01-25 11:25:38 +01:00
repository_sync_index.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
transaction_dictionary.c Start moving code from repository_find* to transaction_*. 2011-01-24 16:55:58 +01:00
transaction_sortdeps.c Start moving code from repository_find* to transaction_*. 2011-01-24 16:55:58 +01:00
util.c Don't build code with _GNU_SOURCE, use _XOPEN_SOURCE=500 instead. 2011-01-25 13:00:23 +01:00