pacman/src/pacman
Diogo Sousa 3a458783a2 Removed multiple definitions of pkgfrom_t
libalpm now exports type alpm_pkgfrom_t in alpm.h, which may be used
by frontends.

Pacman now uses alpm_pkgfrom_t instead of replicating that type (pkg_from
as was in src/pacman/package.h)

Updated API change in README.

Signed-off-by: Diogo Sousa <diogogsousa@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-08-28 23:30:10 -05:00
..
po Add new 'lt' and 'zh_TW' translations from transifex 2011-08-25 16:04:41 -05:00
.gitignore Remove pacman.static build from build files 2008-07-15 19:05:24 -05:00
Makefile.am po/: split into scripts/po/ and src/pacman/po/ 2011-06-23 22:50:01 -05:00
callback.c Remove short/long label distinction 2011-08-25 16:09:52 -05:00
callback.h Rename pmtransprog_t to alpm_transprog_t 2011-06-28 23:28:24 +10:00
conf.c Retrieve default SigLevel value from backend after initial setting 2011-08-23 01:06:56 -05:00
conf.h pacman: remove --dbonly shortopt 2011-08-11 11:29:49 -05:00
database.c Make alpm_db_set_pkgreason() arguments more sane 2011-07-14 15:59:57 -05:00
deptest.c Rename pmdb_t to alpm_db_t 2011-06-28 14:16:12 +10:00
package.c Removed multiple definitions of pkgfrom_t 2011-08-28 23:30:10 -05:00
package.h Removed multiple definitions of pkgfrom_t 2011-08-28 23:30:10 -05:00
pacman.c pacman.c: Remove redundant strdup() in parsearg_global() 2011-08-28 19:37:16 -05:00
pacman.h Remove duplicate code shared between sync and upgrade 2011-07-27 12:46:15 -05:00
query.c Better error handling out of package load method 2011-08-28 19:52:41 -05:00
remove.c Allow invalid sync DBs to be returned by the library 2011-07-05 10:13:20 -05:00
sync.c Make sync error message smarter on unfound targets 2011-08-28 19:37:04 -05:00
upgrade.c Remove duplicate code shared between sync and upgrade 2011-07-27 12:46:15 -05:00
util.c Refactor signature result return format 2011-08-28 19:51:54 -05:00
util.h Refactor signature result return format 2011-08-28 19:51:54 -05:00