Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-14Use dict iteration methods common to both Python 2 and 3.Jeremy Heiner
2013-10-14Use Python's "0o#" octal literal instead of deprecated "0#".Jeremy Heiner
2013-10-14Use "exec" instead of "execfile" (deprecated in Python 3).Jeremy Heiner
2013-10-14Bail early with a clear error message if Python runtime isn't 2.7+.Jeremy Heiner
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-10-14submitting-patches: address common mistakesAndrew Gregory
2013-10-14remove executable bit on paclog-pkglist.sh.inAndrew Gregory
2013-10-14Makefile.am: remove old targets from .PHONYAndrew Gregory
2013-10-14Jettison the truncation of the display of pmrules.Jeremy Heiner
2013-10-14makepkg: add LIBRARY variableAllan McRae
2013-10-14makepkg: run locally with libtool style wrapperAllan McRae
2013-10-14makepkg: alphabetically order option variablesAllan McRae
2013-10-14makepkg: do not refer to src/ or pkg/Allan McRae
2013-10-14Add a -C, --cleanbuild option to clear the source directory before building a...Lukáš Jirkovský
2013-10-14Link non-vcs sources into $srcdir during extractionAllan McRae
2013-10-14Ignore failure to patch during autogen.shAllan McRae
2013-10-14Remove makepkg license checkAllan McRae
2013-10-14Use $srcdir/ rather than src/ in makepkg helpAllan McRae
2013-10-14Clarify --repackage descriptionAllan McRae
2013-10-14Add make target for TESTSAndrew Gregory
2013-10-14Display old and new version in pacman -Qu outputFlorian Pritz
2013-09-19TESTS: add missing testsAndrew Gregory
2013-09-19Fix make distcheckAndrew Gregory
2013-09-18makepkg: redirect downloader output to STDERRXyne
2013-09-18makepkg: include all hash types in integlistXyne
2013-09-18bacman: optionally include unmodified backup files when availableXyne
2013-09-18bacman: update copyright information in version functionXyne
2013-09-18bacman: pass unshifted arguments to fakerootXyne
2013-09-18dload: avoid renaming files downloaded via sync operationsChristian Hesse
2013-09-18contrib: Unify quoting in error messagesAaron Lindsay
2013-09-18makepkg: use c-style for loops for integrity checksDave Reisner
2013-09-18makepkg: always use read's -r flag with filenamesDave Reisner
2013-09-18makepkg: inline creation of checksum indentingDave Reisner
2013-09-18makepkg: cleanup a few format string injectionsDave Reisner
2013-09-04pactree: set full usage on DBs when registeringDave Reisner
2013-09-04pacman: add front end support for repo usage levelDave Reisner
2013-09-04libalpm: introduce a usage level for reposDave Reisner
2013-09-04proto: remove redundancy in cd for each functionDave Reisner
2013-09-04pacman/util.c: use switch when there are fall through statementsSami Kerola
2013-09-04Improve --help switch output for pacman utilsJason St. John
2013-09-04makepkg: add support for sha224 checksumsDave Reisner
2013-09-04makepkg: unify list of known hash algorithmsDave Reisner
2013-09-04libalpm: avoid name space conflictSami Kerola
2013-09-04common: compare value rather than pointer addressSami Kerola