summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-18shut up GCC on -Wmaybe-initialized warningsDave Reisner1-2/+1
2014-12-18Fix pointer declarations to be globally consistentMicah Saint Germain1-5/+5
2014-11-05Add --assume-installed to pacman --helpFlorian Pritz1-0/+2
2014-10-13pacman: add --confirm optionAndrew Gregory1-0/+5
2014-09-30Add --assume-installed optionFlorian Pritz1-0/+4
2014-09-23pacman.c: Add -gg, -ii, and -yy to help summaryJohannes Löthberg1-4/+6
2014-09-23pacman: set SA_RESTART for signal handlerAndrew Gregory1-1/+1
2014-08-04pacman.c: simplify stdin parsingAndrew Gregory1-19/+8
2014-06-29cache terminal size, add SIGWINCH handler to resetDave Reisner1-1/+4
2014-06-29Revert refactoring in fa0c1e14Allan McRae1-1/+1
2014-06-24pacman: Correct signal handler comment and refactorSilvan Jegen1-3/+3
2014-06-23Move break to a new line for consistencyHong Shick Pak1-1/+2
2014-05-25Clarify that -Ql prints a file listAllan McRae1-1/+1
2014-03-27check config_new return valueAndrew Gregory1-1/+4
2014-01-30Move NULL check before dereferenceSilvan Jegen1-7/+7
2014-01-30Remove unneeded NULL checkSilvan Jegen1-3/+1
2014-01-30pacman: use exit status 0 for --help and --versionAndrew Gregory1-2/+2
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