summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-11-16makepkg: extend test for hyphen prefixes to pkgbase and all pkgnamesCedric Staniewski1-2/+11
2009-11-16makepkg: Add fallback to package functionAllan McRae1-4/+6
2009-11-16makepkg: use bash test operators, part twoIsaac Good1-109/+107
2009-11-16makepkg: use bash test operators, part oneIsaac Good1-100/+100
2009-11-16scripts: replace test builtin [ with shell keywords [[ and ((Cedric Staniewski4-65/+65
2009-11-16pacman.conf : enable resuming for curlXavier Chantry1-1/+1
2009-11-16makepkg: Clarified error message when a sourceball exist alreadyEric BĂ©langer1-1/+1
2009-11-16makepkg: fix abortion after sourcing /etc/profileCedric Staniewski1-3/+4
2009-11-16contrib/bacman: fix checking if file has been addedAllan McRae1-2/+2
2009-11-16Add Catalan translationManuel Tortosa4-0/+2326
2009-11-11Merge branch 'maint'Dan McGee6-11/+18
2009-11-10Necessary updates for 3.3.3 releasev3.3.3Dan McGee3-2/+12
2009-11-10makepkg: quote arrays in order to preserve spaces in array itemsCedric Staniewski1-7/+2
2009-10-28Fix opendir error condition checksDan McGee2-2/+4
2009-10-27Merge branch 'maint'Dan McGee1-3/+3
2009-10-24Fix a small typo in alpm_list.cLaszlo Papp1-1/+1
2009-10-24makepkg: allow passing arguments with spacesAllan McRae1-3/+3
2009-10-24Merge branch 'maint'Dan McGee1-1/+1
2009-10-24Reduce unnecessary get_name() function callsDan McGee1-3/+3
2009-10-24makepkg: change preselected option for cleaning the cache from Y to NCedric Staniewski1-1/+1
2009-10-24makepkg: use tput for terminal-safe colored and bold textCedric Staniewski1-7/+7
2009-10-24makepkg: define escape sequences globallyCedric Staniewski1-27/+13
2009-10-24makepkg: check for non-empty pkgbase instead of pkgnameCedric Staniewski1-1/+1
2009-10-24pacdiff : add diffsearchpath optionHeiko Baums1-2/+6
2009-10-24makepkg: remove empty .part files after a failed downloadCedric Staniewski1-1/+6
2009-10-21makepkg: fix testing for built package presenceAllan McRae1-2/+2
2009-10-21Merge branch 'maint'Dan McGee2-6/+6
2009-10-21makepkg: allow overriding arch in split packagesAllan McRae3-21/+31
2009-10-21makepkg: allow overriding pkgver and pkgrel in split packagesAllan McRae3-5/+8
2009-10-21dload.c : clear sigaction flag to make valgrind happyXavier Chantry1-0/+1
2009-10-21makepkg, repo-add: replace external commands with bash substitutions where po...Cedric Staniewski2-20/+25
2009-10-21fix for zh_CNGan Lu1-2/+2
2009-10-19Size handling was changed in fgets() functionsLaszlo Papp3-26/+29
2009-10-13Replace hardcoded option numbers with enumerationLaszlo Papp2-28/+46
2009-10-12Introduce new PKGBUILD variable `changelog`Cedric Staniewski5-9/+36
2009-10-12Fix Greek short Y/N translationAllan McRae1-4/+4
2009-10-12use bitwise shift operator in enum "bit field"solsTiCe d'Hiver2-34/+34
2009-10-11Fix stderr redirectionCedric Staniewski1-1/+1
2009-10-11Remove makepath function from frontendLaszlo Papp2-37/+0
2009-10-11Fix "-Sd conflict_pkg" bugNagy Gabor2-15/+28
2009-10-11alpm_list : add new alpm_list_diff_sorted functionXavier Chantry2-17/+70
2009-10-11Rework the alpm_unpack functionsXavier Chantry4-14/+50
2009-10-11update sync200 pactestXavier Chantry1-1/+1
2009-10-11cygwin fix : use unsigned char for ctype functionXavier Chantry4-8/+8
2009-10-11replace rankmirrors by bash cloneXavier Chantry3-193/+204
2009-10-11Minor scope/typing cleanupsDan McGee2-4/+4
2009-10-11libalpm: clean up lock functionDan McGee1-8/+5
2009-10-11Reduce calls to list_count() in removing packageDan McGee1-4/+4
2009-10-11Add missing get_usedelta() methodDan McGee2-0/+10
2009-10-11typing: a few more fixes for special int typesDan McGee6-13/+13