summaryrefslogtreecommitdiffstats
path: root/src/pacman/remove.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-12Change the interface for target loadingXavier Chantry1-38/+11
2009-09-09Remove transaction typeXavier Chantry1-5/+5
2009-09-06Check package arch before installingXavier Chantry1-0/+6
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-06-02Remove unused string.h from src/pacman/remove.cGerardo Exequiel Pozzi1-1/+0
2009-01-13Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor1-1/+1
2009-01-13HoldPkg reworkNagy Gabor1-0/+15
2008-08-23split yesno() into yesno() and noyes() functions.Xavier Chantry1-3/+3
2008-07-25src/pacman : rework the display_targets function.Xavier Chantry1-10/+5
2008-07-13remove_addtarget rework (in front-end)Nagy Gabor1-46/+46
2008-05-12Make all error messages use pm_fprintfAllan McRae1-3/+3
2008-04-26Refactor the trans init and release code.Chantry Xavier1-27/+8
2008-02-26Merge branch 'maint'Dan McGee1-3/+1
2008-02-25Remove done and failed msg when loading targets.Chantry Xavier1-3/+1
2008-02-25Improve yesno function.Chantry Xavier1-3/+3
2008-02-17Add gettext call to 2 'failed' messagesDan McGee1-1/+1
2008-02-03Clarify the "failed to add target" errors.Chantry Xavier1-2/+2
2008-01-15Revert "Fix case where pacman asks for confirmation when it should not"Chantry Xavier1-2/+1
2007-12-29Fix case where pacman asks for confirmation when it should notKarolina Lindqvist1-1/+2
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-12-09src/pacman/: use the FREELIST macro when possible.Chantry Xavier1-2/+1
2007-11-25Fix several memleaks, mostly related to errors handling.Chantry Xavier1-0/+1
2007-11-17War on whitespaceDan McGee1-4/+4
2007-11-09Add missing 'done' printoutDan McGee1-0/+1
2007-11-04Clean up usage of extern variablesDan McGee1-2/+0
2007-10-25Add alpm_dep_get_string methodNagy Gabor1-1/+3
2007-09-12make alpm_strerror binding friendlyStefano Esposito1-5/+5
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