xbps/lib
Juan RP fdec663855 API clean up (part 2), plus misc changes and improvements.
- Rename regpkgs_dictionary to regpkgdb_dictionary to better describe what is is.
- Change some funcs in plist.c to return a boolean rather than int.
- Hide more internal funcs off the API.
- Simplify xbps_repository_update_pkg() and remove its second arg.
- Hide implementation details in xbps_repository_pool, now to iterate over the
  pool you have to use xbps_repository_pool_foreach and its struct
  repository_pool_index.
- Introduce xbps_{init,end}, to initialize/destroy some stuff in the library.
- Introduce xbps_dbg_printf to printf stuff for debugging purposes.
- xbps-{bin,repo}:  added -d arg to enable debugging output.
- Before checking if a config file needs to be installed or such, check that
  package contains the "conf_files" array.
- Remove obsolete dirs as well while updating packages.
- If transaction dictionary is ready remove the "missing_deps" array.

Bump XBPS_RELVER to 20101118.

--HG--
rename : lib/regpkgs_dictionary.c => lib/regpkgdb_dictionary.c
2010-11-19 13:40:13 +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 Starting to clean up the public API, move private stuff into xbps_api_impl.h. 2010-11-13 03:18:58 +01:00
download.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
fexec.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
humanize_number.c Mega-commit to document the API with doxygen. 2010-01-21 03:10:19 +01:00
initend.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
Makefile API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
mkpath.c Mega-commit to document the API with doxygen. 2010-01-21 03:10:19 +01:00
package_config_files.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
package_configure.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
package_orphans.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
package_purge.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
package_register.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
package_remove_obsoletes.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
package_remove.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
package_requiredby.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
package_state.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
package_unpack.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +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 API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
regpkgdb_dictionary.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
repository_finddeps.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
repository_findpkg.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
repository_plist.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
repository_pool.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
repository_sync_index.c Starting to clean up the public API, move private stuff into xbps_api_impl.h. 2010-11-13 03:18:58 +01:00
repository.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
sortdeps.c API clean up (part 2), plus misc changes and improvements. 2010-11-19 13:40:13 +01:00
util.c Starting to clean up the public API, move private stuff into xbps_api_impl.h. 2010-11-13 03:18:58 +01:00