summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-04Coding style cleanupsDan McGee
2011-04-04test: fix invalid usage of 'type -p'Dan McGee
2011-04-02util.c: include limits.h for PATH_MAX macroRémy Oudompheng
2011-04-02Fix compatibility with older versions of libarchive.Rémy Oudompheng
2011-04-01Ensure stdout/stderr are flushed when asking questionsDan McGee
2011-04-01Add default changelog functions to pkg_operationsDan McGee
2011-04-01Ensure dbpath is not null when populating sync databaseDan McGee
2011-04-01Ignore upcoming new values in sync backendDan McGee
2011-03-30makepkg: remove unnecessary tr usageAllan McRae
2011-03-30makepkg: avoid usage of tr to sidestep locale issuesDave Reisner
2011-03-29alpm/handle.c: ensure handle is not NULL before proceedingRémy Oudompheng
2011-03-29call alpm_option_get_localdb once in syncfirst()Andrea Scarpino
2011-03-29Fix an outdated commentDan McGee
2011-03-28Add initial 3.5.2 notesDan McGee
2011-03-28Update .mailmap fileDan McGee
2011-03-27Update pacman.pot with changed stringsDan McGee
2011-03-27Clarify error message in pacman-db-upgradeDan McGee
2011-03-25Ensure reported missing dependencies show correct version comparisonDan McGee
2011-03-25Mark various functions in deps.c staticDan McGee
2011-03-25Move alpm_find_dbs_satisfier() function down in deps.cDan McGee
2011-03-25Rework find_requiredby() to not use _alpm_dep_edge()Dan McGee
2011-03-25Don't include version in dep string if mod == ANYDan McGee
2011-03-25Update usage instruction stringsDan McGee
2011-03-24Add -T, --deptest to usage messageRay Kohler
2011-03-24Make log redirection sanerJan Steffens
2011-03-24alpm/db: do not close local DB in alpm_db_unregister_allDave Reisner
2011-03-23Update doc/index.txt with 3.5.1 release dateDan McGee
2011-03-23Bump version to 3.5.1Dan McGee
2011-03-23Updated 3.5.1 translations from TransifexDan McGee
2011-03-23Add new Serbian translation from TransifexSlobodan Terzić
2011-03-233.5.1 NEWS updatesDan McGee
2011-03-23Documentation consistency fixesDan McGee
2011-03-23Fix documentation typo in makepkg.8Dan McGee
2011-03-21Minor code cleanupsDan McGee
2011-03-21Ensure package removal list does not contain duplicatesDan McGee
2011-03-21Fix line_offset not being reset in _alpm_archive_fgets()Dan McGee
2011-03-21Do not query group selection when using -SpAllan McRae
2011-03-21Some more zsh completion tidy upAllan McRae
2011-03-21Fix zsh completionAllan McRae
2011-03-21Restore --debug/--verbose output without a primary operationDan McGee
2011-03-20Add a few more notes about translating using TransifexDan McGee
2011-03-20Update source translation files in prep for 3.5.1Dan McGee
2011-03-20Remove unnecessary NULL checkDan McGee
2011-03-20Fix comparison to 0 rather than NULLDan McGee
2011-03-20Fix assignment before NULL checkDan McGee
2011-03-20Add missing include for size_tDan McGee
2011-03-20Fix libtool and LDFLAGS reordering issuesLukas Fleischer
2011-03-20Fix handling of ignored packagesPang Yan Han
2011-03-20Use sane umask for repo db downloadsAllan McRae
2011-03-20makepkg: Improve optdepends extractionAllan McRae