summaryrefslogtreecommitdiff
path: root/src/pacman/remove.c
Commit message (Expand)AuthorAge
* Update copyright yearsAllan McRae2017-01-04
* Update copyright years for 2016Allan McRae2016-01-04
* add detail to broken dependency errorsAndrew Gregory2015-11-04
* Update copyright notices for 2015Allan McRae2015-02-01
* remove.c: downgrade TRANS_DUP_TARGET to warningAndrew Gregory2014-05-07
* simplify check for leading "local/"Andrew Gregory2014-03-04
* alpm: export *_free functionsAndrew Gregory2014-02-04
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* remove :: prefix from all messageSimon Gomizelj2013-03-07
* Update copyright year for 2013Allan McRae2013-01-03
* Update copyright yearsAllan McRae2012-02-20
* Do not check for ALPM_ERR_PKG_INVALID_ARCH on remove operationAllan McRae2012-02-13
* Merge branch 'maint'Dan McGee2012-02-06
|\
| * remove.c: make "target not found" error consistent with sync.cAndrew Gregory2012-02-06
* | ALPM API adjustments for sanity and consistencyDan McGee2012-02-06
* | include config.h via MakefilesDave Reisner2011-12-21
* | pacman: list all unknown targets on removal operationAllan McRae2011-12-12
* | create a typedef for enum _alpm_errno_tJonathan Conder2011-11-14
* | add fnmatch support for HoldPkgDave Reisner2011-11-13
* | Merge branch 'maint'Dan McGee2011-10-21
|\|
| * Remove pm_fprintf() in favor of pm_printf()Dan McGee2011-10-21
* | Remove alpm_list_getdata wrapper functionDan McGee2011-10-12
|/
* Keep track of explicitly added and removed packagesDan McGee2011-09-28
* Combine add and removal package list displayDan McGee2011-09-28
* Allow invalid sync DBs to be returned by the libraryDan McGee2011-07-05
* Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* Rename public functions with grp in their nameAllan McRae2011-06-29
* Rename pmerrno_t to alpm_errno_tAllan McRae2011-06-28
* Rename pmgrp_t to alpm_group_tAllan McRae2011-06-28
* Rename pmdepmissing_t to alpm_depmissing_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Make pmgrp_t publicDan McGee2011-06-16
* Make pmdepend_t and pmdepmissing_t publicDan McGee2011-06-16
* Always pass data to trans_commit()Dan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Add handle argument to alpm_(add|remove)_pkg()Dan McGee2011-06-13
* Require handle argument to all alpm_trans_*() methodsDan McGee2011-06-09
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Show net upgrade size on -U/-S operationsDan McGee2011-06-02
* Style change: return(x) --> return xDan McGee2011-03-20
* pacman/remove: switch to new alpm_remove_pkg interfaceXavier Chantry2011-01-29
* Remove need to explicitly register the local DBDan McGee2011-01-29
* Update copyright years for 2011Allan McRae2011-01-07
* Bump copyright dates to 2010Dan McGee2010-03-14
* Add new --print operation for all operationsXavier Chantry2010-03-14
* Print "there is nothing to do" with NOOP transactionsNagy Gabor2010-01-19
* Ask user confirmation for -R operation, tooNagy Gabor2009-09-20