summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-25Add -T, --deptest to usage messageRay Kohler1-0/+4
2011-03-25Make 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 datev3.5.1Dan 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-21Add a few more notes about translating using TransifexDan McGee1-0/+15
2011-03-21Update source translation files in prep for 3.5.1Dan McGee2-19/+10
2011-03-21Remove unnecessary NULL checkDan McGee1-3/+1
2011-03-21Fix comparison to 0 rather than NULLDan McGee1-1/+1
2011-03-21Fix assignment before NULL checkDan McGee1-1/+1
2011-03-20Add missing include for size_tDan McGee1-0/+1
2011-03-20Fix libtool and LDFLAGS reordering issuesLukas Fleischer1-0/+14
2011-03-20Fix handling of ignored packagesPang Yan Han2-1/+8
2011-03-20Use sane umask for repo db downloadsAllan McRae1-0/+5
2011-03-20makepkg: Improve optdepends extractionAllan McRae1-4/+8
2011-03-17Correctly parse %DELTAS% entries in sync DBtuxce1-1/+6
2011-03-17Ensure we have a root partition when checking spaceDan McGee1-2/+13
2011-03-17pacman.8: (re)document behavior of reading from stdinDave Reisner1-1/+7
2011-03-17Warn but don't error for unknown pacman.conf directivesDan McGee1-26/+24
2011-03-17Only read from stdin if '-' is provided as a targetDave Reisner1-2/+6
2011-03-17alpm_list: fix typo in doxygen commentDave Reisner1-1/+1
2011-03-17Update translations for message with added newlineDan McGee24-66/+68
2011-03-17Add missing newline to warning messageAllan McRae2-4/+4
2011-03-17Update index.txt with 3.5.0 releaseDan McGee1-0/+1
2011-03-16Bump pacman versionsv3.5.0Dan McGee1-4/+4
2011-03-16contrib/Makefile.am: don't simplify what you don't understandDan McGee1-7/+17
2011-03-16Updated translations for 3.5.0 from TransifexDan McGee50-10400/+11681
2011-03-07Fix value of ngettext() count parameter in callbackDan McGee1-1/+2
2011-03-07Update NEWS for pacman-3.5 releaseAllan McRae1-0/+44
2011-03-07Document API changes for pacman-3.5 releaseAllan McRae1-0/+37
2011-03-07Do not print warning with files entry in sync dbAllan McRae1-2/+4
2011-03-03Fix gettext plural detectionDan McGee3-3/+32