Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc) | Aaron Griffin | 2006-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 Griffin | 2006-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 alot | Aaron Griffin | 2006-10-15 |
| | | | | to list. The diff should show you 8) | ||
* | first stage of i18n stuff from VMiklos | Judd Vinet | 2006-05-15 |
| | |||
* | added a missing trans_release before pacman_sync call | Aurelien Foret | 2006-01-29 |
| | |||
* | cleanup up error cases handling in pacman_deptest | Aurelien Foret | 2006-01-28 |
| | |||
* | added a missing error message in case of lock failure | Aurelien Foret | 2006-01-27 |
| | |||
* | added a missing commentary from pacman 2.9.x code | Aurelien Foret | 2006-01-13 |
| | |||
* | moved pacman_deptest function in its own file | Aurelien Foret | 2006-01-06 |