summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-28pacman.c: free string commandline optionsAndrew Gregory1-0/+5
2014-01-28pacman.c: remove unnecessary optarg checksAndrew Gregory1-11/+0
2014-01-06Update copyright years for 2014Allan McRae1-2/+2
2013-11-15Fix whitespace and other formatting issuesJason St. John1-1/+1
2013-10-31check for -1 return value from getopt_longAndrew Gregory1-8/+4
2013-10-31Use getuid instead of geteuidVladimir A. Nazarenko1-1/+1
2013-10-31Fix detection of joint --native and --foreign usageAllan McRae1-1/+2
2013-10-14include invalid options in error messagesAndrew Gregory1-1/+6
2013-10-14pacman: die on invalid option combinationsAndrew Gregory1-0/+140
2013-10-14rename PKG_LOCALITY_LOCAL -> PKG_LOCALITY_NATIVEAndrew Gregory1-2/+2
2013-10-14do not run scriptlets with --dbonlyAndrew Gregory1-0/+1
2013-10-14imply --print from --print-formatAndrew Gregory1-0/+1
2013-10-14use non-ascii identifiers for optflagsAndrew Gregory1-69/+176
2013-10-14pacman/util: remove strsplitAndrew Gregory1-5/+5
2013-08-21Store fgetc output as an int.Allan McRae1-1/+3
2013-06-26Make --unrequired filter packages that are optdep as wellOlivier Brunel1-2/+3
2013-06-06die if '-' is given with empty stdinAndrew Gregory1-0/+8
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov1-2/+2
2013-04-09pacman: add -Qkk to usage() helpAndrew Gregory1-1/+1
2013-04-06ctypes.h shouldn't be included twiceSimon Gomizelj1-1/+0
2013-03-15Fix typoAllan McRae1-1/+1
2013-03-07introduce colstr for colourizingSimon Gomizelj1-0/+1
2013-03-07add a config settings and flag for coloursSimon Gomizelj1-0/+15
2013-02-09pacman: print version information in debug outputAllan McRae1-0/+2
2013-02-07Better error message with "-" is specified without stdinAllan McRae1-44/+51
2013-01-29Consolidate --foreign/--native filteringSimon Gomizelj1-2/+2
2013-01-28add caller prefix to alpm_logactionAndrew Gregory1-1/+2
2013-01-04Fix open braces styleGerardo Exequiel Pozzi1-1/+2
2013-01-03Remove checks for geteuidAllan McRae1-4/+0
2013-01-03Remove Cygwin supportAllan McRae1-3/+2
2013-01-03Update copyright year for 2013Allan McRae1-2/+2
2012-12-14Basic running of pacman -Qkk to check mtree filesAllan McRae1-1/+1
2012-12-14Plug various minor memory leaksAndrew Gregory1-2/+3
2012-11-27pacman: add -n/--native filter to -QSimon Gomizelj1-0/+3
2012-08-08coding style fixesFlorian Pritz1-1/+1
2012-04-09Various tweaks to support building with excessive GCC warning flagsDan McGee1-4/+5
2012-03-16Reduce calls to getcolsDan McGee1-1/+1
2012-02-21Merge branch 'maint'Dan McGee1-7/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-15Revert "Add -S --recursive operation"Dan McGee1-7/+1
2012-02-13Merge branch 'maint'Dan McGee1-4/+6
2012-02-07Fix a handful of comment typos or misspellingsDan McGee1-4/+6
2012-01-23Merge branch 'maint'Dan McGee1-2/+2
2012-01-19Update copyright on changed files since beginning of yearDan McGee1-1/+1
2012-01-12Use fileno() in isatty() callDan McGee1-1/+1
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-12code syntax cleanupDave Reisner1-1/+1
2011-10-14Remove -f short option for --forceDan McGee1-3/+3
2011-10-14Use puts() instead of no-op printf() where applicableDan McGee1-1/+1