summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
AgeCommit message (Expand)Author
2015-12-05pacman: exit without memory cleanup on signalsAndrew Gregory
2015-11-04add --quiet to -FhAndrew Gregory
2015-11-03Add -F --machinereadable optionFlorian Pritz
2015-10-27Use ARRAYSIZE macro for non-string array size computationPierre Neidhardt
2015-10-18pacman: add user hook directoriesAndrew Gregory
2015-07-15Add regex search option to sync database file searchingAllan McRae
2015-07-15Prototype pacman files database operationsAllan McRae
2015-07-14Fix formatting in parsearg_upgradeAllan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2015-01-02Integrate testdb into pacmanAllan McRae
2014-12-18shut up GCC on -Wmaybe-initialized warningsDave Reisner
2014-12-18Fix pointer declarations to be globally consistentMicah Saint Germain
2014-11-05Add --assume-installed to pacman --helpFlorian Pritz
2014-10-13pacman: add --confirm optionAndrew Gregory
2014-09-30Add --assume-installed optionFlorian Pritz
2014-09-23pacman.c: Add -gg, -ii, and -yy to help summaryJohannes Löthberg
2014-09-23pacman: set SA_RESTART for signal handlerAndrew Gregory
2014-08-04pacman.c: simplify stdin parsingAndrew Gregory
2014-06-29cache terminal size, add SIGWINCH handler to resetDave Reisner
2014-06-29Revert refactoring in fa0c1e14Allan McRae
2014-06-24pacman: Correct signal handler comment and refactorSilvan Jegen
2014-06-23Move break to a new line for consistencyHong Shick Pak
2014-05-25Clarify that -Ql prints a file listAllan McRae
2014-03-27check config_new return valueAndrew Gregory
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