summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-24Enable libfetch connection cachingDan McGee1-0/+13
2010-08-08makepkg: Allow creation of uncompressed packagesThomas Bächler1-0/+3
2010-07-27Use the plural features of gettextDan McGee3-6/+15
2010-07-27Merge branch 'maint'Dan McGee7-13/+72
2010-07-27Small fix to Kazakh translationBaurzhan Muftakhidinov1-1/+1
2010-07-27bash_completion: negate expression inside bracketsDave Reisner1-2/+2
2010-07-27Fix compile error in certain casesDan McGee1-0/+1
2010-07-27Mark sync_pkg and sync_target as static functionsDan McGee1-6/+6
2010-07-27Maintain a list of seen packages when installing a groupDan McGee2-6/+8
2010-07-27Add two pactests for group and --needed interactionDan McGee2-0/+56
2010-07-27Always treat PKGLIST as an array.Dave Reisner1-3/+3
2010-07-07Download sync db into DBPath/syncAllan McRae1-4/+8
2010-07-07Remove DBEXT usageAllan McRae7-18/+7
2010-07-07Check return value of fgets callsAllan McRae2-4/+7
2010-07-03Merge branch 'maint'Dan McGee5-68/+78
2010-07-03makepkg: undeclared local variablesAndres P1-8/+20
2010-07-03manpage: add real world examplesNico Schottelius1-0/+19
2010-07-03docs: Add a 'website' targetDan McGee2-2/+13
2010-07-03Fix some incorrect asciidoc syntaxDan McGee1-18/+18
2010-07-01makepkg: fix sudo/su calling of pacmanAllan McRae1-7/+6
2010-07-01Update Chinese translation to fix gettext positional params甘露(Gan Lu)1-41/+41
2010-07-01Check return value of chdir and getcwdAllan McRae3-11/+28
2010-07-01Check return value of fwrite when copying filesAllan McRae2-1/+10
2010-06-30Merge branch 'maint'Dan McGee4-4/+9
2010-06-30makepkg: clarify aborting on packaging failureAllan McRae1-2/+3
2010-06-30Do not compare signed and unsigned typesAllan McRae2-2/+2
2010-06-30makepkg: try standard paths for coreutils duAllan McRae3-1/+3
2010-06-30makepkg: remove bash4-only parameter expansion in check_sanityAndres P1-1/+1
2010-06-30makepkg: Only check regular files in $srcdir checkThomas Bächler1-1/+1
2010-06-24repo-add: try symlink, then hardlink, then copy for DB fileDan McGee1-1/+4
2010-06-24Merge branch 'maint'Dan McGee3-14/+25
2010-06-24makepkg: Place source packages symlinks in build dir when SRCPKGDEST is usedEric Bélanger1-1/+11
2010-06-24makepkg: fix regression in split package function checkingAndres P1-1/+1
2010-06-23bash_completion: fix bash 3.2 incompatibilityAndres P1-5/+12
2010-06-23makepkg: prevent error trap activation in bash-3.2Allan McRae1-3/+7
2010-06-23rankmirrors: pipe errors to stderrAndres P1-1/+1
2010-06-23rankmirrors: fix bogus pacman configuration parsingAndres P1-2/+2
2010-06-23rankmirrors: fix bogus variable assignmentAndres P1-3/+3
2010-06-21Merge branch 'maint'Dan McGee4-9/+23
2010-06-21makepkg: revert bash4-ismAllan McRae1-5/+5
2010-06-20Handle sync target + ignore properlyDan McGee2-1/+15
2010-06-20Clarify testing within conditional statementsAllan McRae11-34/+34
2010-06-20makepkg: remove unnecessary use of sortAndres P1-2/+2
2010-06-20libalpm: compare pkgname with strcollAndres P1-1/+1
2010-06-20makepkg: use parameter expansion instead of basenameAndres P1-1/+1
2010-06-20makepkg: fix inconsistent output when checking dependenciesAndres P1-2/+2
2010-06-20makepkg: merge in-line splitpkg handling logicAndres P1-22/+16
2010-06-20makepkg: add to variables without expanding themAndres P1-8/+8
2010-06-20makepkg: less code repetition for empty variable checkingAndres P1-12/+7
2010-06-20makepkg: use "declare -f" to test for function presenceAndres P1-4/+4