summaryrefslogtreecommitdiff
path: root/src/pacman/remove.c
AgeCommit message (Expand)Author
2010-03-14Add new --print operation for all operationsXavier Chantry
2010-01-19Print "there is nothing to do" with NOOP transactionsNagy Gabor
2009-09-20Ask user confirmation for -R operation, tooNagy Gabor
2009-09-12Change the interface for target loadingXavier Chantry
2009-09-08Remove transaction typeXavier Chantry
2009-09-06Check package arch before installingXavier Chantry
2009-07-01Update copyright headers and messagesDan McGee
2009-06-01Remove unused string.h from src/pacman/remove.cGerardo Exequiel Pozzi
2009-01-12Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor
2009-01-12HoldPkg reworkNagy Gabor
2008-08-23split yesno() into yesno() and noyes() functions.Xavier Chantry
2008-07-24src/pacman : rework the display_targets function.Xavier Chantry
2008-07-13remove_addtarget rework (in front-end)Nagy Gabor
2008-05-11Make all error messages use pm_fprintfAllan McRae
2008-04-26Refactor the trans init and release code.Chantry Xavier
2008-02-25Merge branch 'maint'Dan McGee
2008-02-25Remove done and failed msg when loading targets.Chantry Xavier
2008-02-24Improve yesno function.Chantry Xavier
2008-02-16Add gettext call to 2 'failed' messagesDan McGee
2008-02-02Clarify the "failed to add target" errors.Chantry Xavier
2008-01-14Revert "Fix case where pacman asks for confirmation when it should not"Chantry Xavier
2007-12-29Fix case where pacman asks for confirmation when it should notKarolina Lindqvist
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-08src/pacman/: use the FREELIST macro when possible.Chantry Xavier
2007-11-25Fix several memleaks, mostly related to errors handling.Chantry Xavier
2007-11-16War on whitespaceDan McGee
2007-11-08Add missing 'done' printoutDan McGee
2007-11-04Clean up usage of extern variablesDan McGee
2007-10-25Add alpm_dep_get_string methodNagy Gabor
2007-09-11make alpm_strerror binding friendlyStefano Esposito
2007-07-16new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier
2007-06-17Remove some use of goto in the pacman frontendDan McGee
2007-06-10Ensure correct and consistent usage of depmissChantry Xavier
2007-06-09Fix up things after the last few changesDan McGee
2007-06-05Const correctness!Dan McGee
2007-06-04Remove hardcoded defines from libalpmDan McGee
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee
2007-04-26Remove output.c and output.hDan McGee
2007-04-26Remove ERR calls from the codeDan McGee
2007-04-26Remove MSG output macro (#define and in code)Dan McGee
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee
2007-04-26Pacman side code consolidation- unify callback functions to one fileDan McGee
2007-04-25add.c and remove.c cleanupDan McGee
2007-04-25Remove more unnecessary stuffDan McGee
2007-04-25Merge single-function header files on pacman sideDan McGee
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-02-26* pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin
2007-02-01* Tried to clean up newline display a bit in the frontend.Dan McGee
2007-01-31Debug logging changes:Aaron Griffin
2007-01-31More uninitialized stuff... I believe these were removed at some point. ShouldAaron Griffin