summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
AgeCommit message (Expand)Author
2014-01-30Move NULL check before dereferenceSilvan Jegen
2014-01-30Remove unneeded NULL checkSilvan Jegen
2014-01-30pacman: use exit status 0 for --help and --versionAndrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-28pacman.c: free string commandline optionsAndrew Gregory
2014-01-28pacman.c: remove unnecessary optarg checksAndrew Gregory
2014-01-06Update copyright years for 2014Allan McRae
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-10-31check for -1 return value from getopt_longAndrew Gregory
2013-10-31Use getuid instead of geteuidVladimir A. Nazarenko
2013-10-31Fix detection of joint --native and --foreign usageAllan McRae
2013-10-14include invalid options in error messagesAndrew Gregory
2013-10-14pacman: die on invalid option combinationsAndrew Gregory
2013-10-14rename PKG_LOCALITY_LOCAL -> PKG_LOCALITY_NATIVEAndrew Gregory
2013-10-14do not run scriptlets with --dbonlyAndrew Gregory
2013-10-14imply --print from --print-formatAndrew Gregory
2013-10-14use non-ascii identifiers for optflagsAndrew Gregory
2013-10-14pacman/util: remove strsplitAndrew Gregory
2013-08-21Store fgetc output as an int.Allan McRae
2013-06-26Make --unrequired filter packages that are optdep as wellOlivier Brunel
2013-06-06die if '-' is given with empty stdinAndrew Gregory
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov
2013-04-09pacman: add -Qkk to usage() helpAndrew Gregory
2013-04-06ctypes.h shouldn't be included twiceSimon Gomizelj
2013-03-15Fix typoAllan McRae
2013-03-07introduce colstr for colourizingSimon Gomizelj
2013-03-07add a config settings and flag for coloursSimon Gomizelj
2013-02-09pacman: print version information in debug outputAllan McRae
2013-02-07Better error message with "-" is specified without stdinAllan McRae
2013-01-29Consolidate --foreign/--native filteringSimon Gomizelj
2013-01-28add caller prefix to alpm_logactionAndrew Gregory
2013-01-04Fix open braces styleGerardo Exequiel Pozzi
2013-01-03Remove checks for geteuidAllan McRae
2013-01-03Remove Cygwin supportAllan McRae
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Basic running of pacman -Qkk to check mtree filesAllan McRae
2012-12-14Plug various minor memory leaksAndrew Gregory
2012-11-27pacman: add -n/--native filter to -QSimon Gomizelj
2012-08-07coding style fixesFlorian Pritz
2012-04-08Various tweaks to support building with excessive GCC warning flagsDan McGee
2012-03-16Reduce calls to getcolsDan McGee
2012-02-20Merge branch 'maint'Dan McGee
2012-02-20Update copyright yearsAllan McRae
2012-02-15Revert "Add -S --recursive operation"Dan McGee
2012-02-13Merge branch 'maint'Dan McGee
2012-02-06Fix a handful of comment typos or misspellingsDan McGee
2012-01-23Merge branch 'maint'Dan McGee
2012-01-18Update copyright on changed files since beginning of yearDan McGee
2012-01-12Use fileno() in isatty() callDan McGee
2011-12-21include config.h via MakefilesDave Reisner