summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-24scripts/library: introduce parseoptsDave Reisner8-2/+315
2012-04-24configure: avoid linking against libsslDave Reisner1-1/+1
2012-04-12Merge branch 'maint'Dan McGee2-7/+8
2012-04-12Remove SyncFirst optionDan McGee11-268/+1
2012-04-09Fix issues with unintialized variable value usageDan McGee2-7/+8
2012-04-09Add more warning flagsAllan McRae1-0/+1
2012-04-09Fix a signed overflow error on i686 with GCC 4.7.0Dan McGee1-4/+6
2012-04-09Merge remote-tracking branch 'dave/buildsys'Dan McGee24-343/+335
2012-04-09makepkg: save and restore shopts when sourcing /etc/profileAllan McRae1-0/+4
2012-04-09makepkg: complain when the buildfile isn't writeableDave Reisner1-7/+7
2012-04-09makepkg: catch errors sourcing filesDave Reisner1-9/+14
2012-04-09makepkg: restrict usage of errexit to user functionsDave Reisner1-23/+23
2012-04-09Merge branch 'maint'Dan McGee1-5/+1
2012-04-09pacman-key: avoid use of tempfile in verify_sigDave Reisner1-5/+1
2012-04-09Add a new configure option for excessive compiler warning flagsDan McGee2-0/+61
2012-04-09Various tweaks to support building with excessive GCC warning flagsDan McGee8-24/+33
2012-04-09autoclean.sh: abide by POSIX shebangDave Reisner1-17/+7
2012-04-09buildsys: move autotools bloat to build-auxDave Reisner9-0/+1
2012-04-09buildsys: move acinclude.m4 to m4/Dave Reisner1-0/+0
2012-04-09buildsys: cleanup libtool and autoconf initializationDave Reisner1-5/+2
2012-04-09buildsys: define warning CFLAGS in separate varDave Reisner4-6/+6
2012-04-09buildsys: use AC_DEFINE for CYGWIN macroDave Reisner1-1/+1
2012-04-09buildsys: cleanup gpgme compile time checkDave Reisner2-20/+23
2012-04-09buildsys: use pkg-config for libcurl detectionDave Reisner3-255/+20
2012-04-09buildsys: use pkg-config for libarchive detectionDave Reisner2-3/+5
2012-04-09buildsys: use pkg-config for openssl detectionDave Reisner3-15/+20
2012-04-09buildsys: add pkg-config m4 macrosDave Reisner1-0/+159
2012-04-09pacman-key: verify TRUST_ULTIMATE keys as goodDave Reisner1-1/+1
2012-04-09makepkg: treat lib{provides,depends} returns as proper arraysDave Reisner1-6/+6
2012-04-09makepkg: use proper array addition in libdepsDave Reisner1-7/+7
2012-04-09makepkg: add missing newline from libprovides outputDave Reisner1-1/+1
2012-04-07repo-remove: remove deltas file if it becomes emptyFlorian Pritz1-0/+5
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae7-31/+31
2012-04-07Return more useful error codes on package open failuresDan McGee2-2/+13
2012-04-07Check minimum required gpgme versionAllan McRae1-1/+1
2012-04-07Make selecting scriptlet shell workAllan McRae2-4/+4
2012-04-07makepkg: safely change directoriesAllan McRae1-13/+21
2012-04-07makepkg: use printf rather than echo to output variableAllan McRae1-31/+31
2012-04-07makepkg: the rhs in string comparisons should be quotedAllan McRae1-12/+12
2012-04-07makepkg: devel_check(): cleanup for hg versionMatthew Monaco1-5/+7
2012-04-07makepkg: devel_check(): set newpkgver (cleanup)Matthew Monaco1-27/+34
2012-04-07makepkg: devel_check(): consolidate common codeMatthew Monaco1-30/+7
2012-04-07makepkg: devel_check(): determine vcsMatthew Monaco1-0/+16
2012-04-07makepkg: remove unused variableMatthew Monaco1-1/+0
2012-04-07Merge branch 'maint'Dan McGee92-1473/+1197
2012-04-07Revert "makepkg: calculate exact total file size"Dan McGee3-1/+4
2012-04-07pacman: show groups once with -SgPierre1-2/+6
2012-04-07makepkg.conf: enable curl's cookie engine for httpDave Reisner1-2/+2
2012-04-074.0.3 release NEWS, version bumps, etc.v4.0.3working-maintDan McGee3-3/+28
2012-04-07Revert "parseopts: normalize options into an array"Dave Reisner3-17/+27