summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-04-04libalpm/pkghash.c: unused variable ptrXavier Chantry1-2/+1
2011-04-04makepkg: fix a GNU-ism in awk usageRémy Oudompheng1-1/+1
2011-04-04makepkg: improve parsing for sanity checksAllan McRae1-4/+4
2011-04-04db.c: set pm_errno appropriately in alpm_db_set_pkgreason()Rémy Oudompheng1-1/+1
2011-04-04Coding style cleanupsDan McGee1-5/+8
2011-04-04test: fix invalid usage of 'type -p'Dan McGee1-1/+1
2011-04-02util.c: include limits.h for PATH_MAX macroRémy Oudompheng1-0/+1
2011-04-02Fix compatibility with older versions of libarchive.Rémy Oudompheng1-0/+2
2011-04-01Ensure stdout/stderr are flushed when asking questionsDan McGee1-0/+5
2011-04-01Add default changelog functions to pkg_operationsDan McGee1-0/+9
2011-04-01Ensure dbpath is not null when populating sync databaseDan McGee1-3/+12
2011-04-01Ignore upcoming new values in sync backendDan McGee1-0/+6
2011-03-30makepkg: remove unnecessary tr usageAllan McRae1-3/+1
2011-03-30makepkg: avoid usage of tr to sidestep locale issuesDave Reisner1-6/+5
2011-03-29alpm/handle.c: ensure handle is not NULL before proceedingRémy Oudompheng2-0/+27
2011-03-29call alpm_option_get_localdb once in syncfirst()Andrea Scarpino1-1/+2
2011-03-29Fix an outdated commentDan McGee1-4/+1
2011-03-28Add initial 3.5.2 notesDan McGee1-0/+3
2011-03-28Update .mailmap fileDan McGee1-1/+2
2011-03-27Update pacman.pot with changed stringsDan McGee1-12/+16
2011-03-27Clarify error message in pacman-db-upgradeDan McGee1-1/+5
2011-03-25Ensure reported missing dependencies show correct version comparisonDan McGee2-35/+38
2011-03-25Mark various functions in deps.c staticDan McGee2-32/+27
2011-03-25Move alpm_find_dbs_satisfier() function down in deps.cDan McGee1-23/+24
2011-03-25Rework find_requiredby() to not use _alpm_dep_edge()Dan McGee1-8/+8
2011-03-25Don't include version in dep string if mod == ANYDan McGee1-2/+3
2011-03-25Update usage instruction stringsDan McGee1-8/+9
2011-03-24Add -T, --deptest to usage messageRay Kohler1-0/+4
2011-03-24Make log redirection sanerJan Steffens1-5/+5
2011-03-24alpm/db: do not close local DB in alpm_db_unregister_allDave Reisner2-6/+11
2011-03-23Update doc/index.txt with 3.5.1 release dateDan McGee1-0/+1
2011-03-23Bump version to 3.5.1Dan McGee1-2/+2
2011-03-23Updated 3.5.1 translations from TransifexDan McGee50-1600/+1243
2011-03-23Add new Serbian translation from TransifexSlobodan Terzić6-0/+4882
2011-03-233.5.1 NEWS updatesDan McGee1-0/+15
2011-03-23Documentation consistency fixesDan McGee3-26/+26
2011-03-23Fix documentation typo in makepkg.8Dan McGee1-1/+2
2011-03-21Minor code cleanupsDan McGee1-3/+6
2011-03-21Ensure package removal list does not contain duplicatesDan McGee1-1/+5
2011-03-21Fix line_offset not being reset in _alpm_archive_fgets()Dan McGee1-0/+3
2011-03-21Do not query group selection when using -SpAllan McRae1-14/+26
2011-03-21Some more zsh completion tidy upAllan McRae1-1/+2
2011-03-21Fix zsh completionAllan McRae1-13/+10
2011-03-21Restore --debug/--verbose output without a primary operationDan McGee1-7/+7
2011-03-20Add a few more notes about translating using TransifexDan McGee1-0/+15
2011-03-20Update source translation files in prep for 3.5.1Dan McGee2-19/+10
2011-03-20Remove unnecessary NULL checkDan McGee1-3/+1
2011-03-20Fix comparison to 0 rather than NULLDan McGee1-1/+1
2011-03-20Fix assignment before NULL checkDan McGee1-1/+1
2011-03-20Add missing include for size_tDan McGee1-0/+1