summaryrefslogtreecommitdiffstats
path: root/src/pacman/remove.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-16new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier1-2/+3
2007-06-17Remove some use of goto in the pacman frontendDan McGee1-15/+26
2007-06-11Ensure correct and consistent usage of depmissChantry Xavier1-1/+1
2007-06-09Fix up things after the last few changesDan McGee1-1/+2
2007-06-05Const correctness!Dan McGee1-4/+4
2007-06-04Remove hardcoded defines from libalpmDan McGee1-1/+1
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-2/+1
2007-04-27Remove output.c and output.hDan McGee1-1/+0
2007-04-26Remove ERR calls from the codeDan McGee1-6/+10
2007-04-26Remove MSG output macro (#define and in code)Dan McGee1-10/+10
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee1-1/+1
2007-04-26Pacman side code consolidation- unify callback functions to one fileDan McGee1-1/+1
2007-04-25add.c and remove.c cleanupDan McGee1-17/+27
2007-04-25Remove more unnecessary stuffDan McGee1-1/+0
2007-04-25Merge single-function header files on pacman sideDan McGee1-1/+1
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-1/+4
2007-02-26* pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin1-2/+2
2007-02-01* Tried to clean up newline display a bit in the frontend.Dan McGee1-1/+2
2007-01-31Debug logging changes:Aaron Griffin1-1/+1
2007-01-31More uninitialized stuff... I believe these were removed at some point. ShouldAaron Griffin1-1/+1
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin1-1/+1
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-31/+26
2006-12-01* Fixed the bug where -R pkgA pkgB failed when pkgA depended on pkgBAaron Griffin1-1/+1
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin1-3/+3
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-12/+12
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin1-10/+2
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-14/+15
2006-03-02fixed HoldPkg implementationAurelien Foret1-0/+7
2006-01-27added missing retval values in trans_release error casesAurelien Foret1-0/+1
2006-01-26- fixed a compilation warningAurelien Foret1-11/+19
2006-01-17code cleanupAurelien Foret1-1/+2
2006-01-13fixed a possible memory corruptionAurelien Foret1-1/+2
2006-01-10code cleanupAurelien Foret1-1/+1
2006-01-07sync_commit can now return conflicting files with a trans_prepare like data s...Aurelien Foret1-1/+1
2006-01-05various code cleanupAurelien Foret1-1/+3
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-10-29fixed some compilation warningsAurelien Foret1-0/+1
2005-10-29renamed pmconfig_t to config_tAurelien Foret1-1/+1
2005-10-28added pmconfig_t structure to hold all the configurationAurelien Foret1-3/+4
2005-10-09added conversation callback support for transactionsJudd Vinet1-1/+1
2005-05-02fixed targets display for cascade or recurse commandsAurelien Foret1-6/+10
2005-04-24added a new ORE tagAurelien Foret1-0/+2
2005-03-29turned pmdepmissing_t into an opaque structureAurelien Foret1-2/+2
2005-03-19Relocated log and transaction stuffs from pacman.c to log.c and trans.cAurelien Foret1-1/+2
2005-03-15Initial revisionJudd Vinet1-0/+137