summaryrefslogtreecommitdiff
path: root/src/pacman/remove.c
AgeCommit message (Expand)Author
2012-02-20Update copyright yearsAllan McRae
2012-02-13Do not check for ALPM_ERR_PKG_INVALID_ARCH on remove operationAllan McRae
2012-02-06Merge branch 'maint'Dan McGee
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2012-02-06remove.c: make "target not found" error consistent with sync.cAndrew Gregory
2011-12-21include config.h via MakefilesDave Reisner
2011-12-12pacman: list all unknown targets on removal operationAllan McRae
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder
2011-11-13add fnmatch support for HoldPkgDave Reisner
2011-10-21Merge branch 'maint'Dan McGee
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee
2011-09-28Keep track of explicitly added and removed packagesDan McGee
2011-09-28Combine add and removal package list displayDan McGee
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-29Rename public functions with grp in their nameAllan McRae
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-16Make pmgrp_t publicDan McGee
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee
2011-06-13Always pass data to trans_commit()Dan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Add handle argument to alpm_(add|remove)_pkg()Dan McGee
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-02Show net upgrade size on -U/-S operationsDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-01-29pacman/remove: switch to new alpm_remove_pkg interfaceXavier Chantry
2011-01-29Remove need to explicitly register the local DBDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-03-14Bump copyright dates to 2010Dan McGee
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