Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
AgeCommit message (Expand)Author
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
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