summaryrefslogtreecommitdiff
path: root/src/pacman/deptest.c
Commit message (Collapse)AuthorAge
* * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin2006-11-22
| | | | | | | | * Modified some dependancy checking * Changed "performing local database upgrade" message to be more clear * Change 'usize' to 'isize' in database files * Scriptlet output is now sent to pacman's log file * Limited some debugging output to be more clear
* * repo-add script - to add entries to a db file directly from package data ↵Aaron Griffin2006-11-20
| | | | | | | | | | (no PKGBUILD) * libalpm api changes - move from a _getinfo(p, WHAT_WE_WANT) scheme to a typesafe _get_what_we_want(p) scheme [not 100% complete yet] * some const correctness changes * removal of PM_* types in alpm.h in favor of the pm*_t types used throughout libalpm
* Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin2006-10-15
| | | | to list. The diff should show you 8)
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
|
* added a missing trans_release before pacman_sync callAurelien Foret2006-01-29
|
* cleanup up error cases handling in pacman_deptestAurelien Foret2006-01-28
|
* added a missing error message in case of lock failureAurelien Foret2006-01-27
|
* added a missing commentary from pacman 2.9.x codeAurelien Foret2006-01-13
|
* moved pacman_deptest function in its own fileAurelien Foret2006-01-06