summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
Commit message (Expand)AuthorAge
...
* include invalid options in error messagesAndrew Gregory2013-10-14
* pacman: die on invalid option combinationsAndrew Gregory2013-10-14
* rename PKG_LOCALITY_LOCAL -> PKG_LOCALITY_NATIVEAndrew Gregory2013-10-14
* do not run scriptlets with --dbonlyAndrew Gregory2013-10-14
* imply --print from --print-formatAndrew Gregory2013-10-14
* use non-ascii identifiers for optflagsAndrew Gregory2013-10-14
* pacman/util: remove strsplitAndrew Gregory2013-10-14
* Store fgetc output as an int.Allan McRae2013-08-21
* Make --unrequired filter packages that are optdep as wellOlivier Brunel2013-06-26
* die if '-' is given with empty stdinAndrew Gregory2013-06-06
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-18
* pacman: add -Qkk to usage() helpAndrew Gregory2013-04-09
* ctypes.h shouldn't be included twiceSimon Gomizelj2013-04-06
* Fix typoAllan McRae2013-03-15
* introduce colstr for colourizingSimon Gomizelj2013-03-07
* add a config settings and flag for coloursSimon Gomizelj2013-03-07
* pacman: print version information in debug outputAllan McRae2013-02-09
* Better error message with "-" is specified without stdinAllan McRae2013-02-07
* Consolidate --foreign/--native filteringSimon Gomizelj2013-01-29
* add caller prefix to alpm_logactionAndrew Gregory2013-01-28
* Fix open braces styleGerardo Exequiel Pozzi2013-01-04
* Remove checks for geteuidAllan McRae2013-01-03
* Remove Cygwin supportAllan McRae2013-01-03
* Update copyright year for 2013Allan McRae2013-01-03
* Basic running of pacman -Qkk to check mtree filesAllan McRae2012-12-14
* Plug various minor memory leaksAndrew Gregory2012-12-14
* pacman: add -n/--native filter to -QSimon Gomizelj2012-11-27
* coding style fixesFlorian Pritz2012-08-07
* Various tweaks to support building with excessive GCC warning flagsDan McGee2012-04-08
* Reduce calls to getcolsDan McGee2012-03-16
* Merge branch 'maint'Dan McGee2012-02-20
|\
| * Revert "Add -S --recursive operation"Dan McGee2012-02-15
* | Update copyright yearsAllan McRae2012-02-20
* | Merge branch 'maint'Dan McGee2012-02-13
|\|
| * Fix a handful of comment typos or misspellingsDan McGee2012-02-06
* | Merge branch 'maint'Dan McGee2012-01-23
|\|
| * Update copyright on changed files since beginning of yearDan McGee2012-01-18
| * Use fileno() in isatty() callDan McGee2012-01-12
* | include config.h via MakefilesDave Reisner2011-12-21
* | code syntax cleanupDave Reisner2011-12-12
* | Remove -f short option for --forceDan McGee2011-10-14
* | Use puts() instead of no-op printf() where applicableDan McGee2011-10-13
* | Remove mcheck.h supportDan McGee2011-10-13
* | Remove alpm_list_getdata wrapper functionDan McGee2011-10-12
|/
* Avoid comparison between signed and unsigned typesAllan McRae2011-09-26
* Revamp pacman signal handlerDan McGee2011-09-26
* pacman: use dynamic string allocation where it makes senseDan McGee2011-09-20
* pacman: add short opt '-p' for --print to -{S,R}hDave Reisner2011-09-14
* pacman.c: Remove redundant strdup() in parsearg_global()Lukas Fleischer2011-08-28
* pacman: remove --dbonly shortoptDave Reisner2011-08-11