summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-17* A whole mess of backup changesAaron Griffin
2007-02-17Small updates, read diff for detailsDan McGee
2007-02-17* Adding pacsearch - a script to search both the sync repos and locallyDan McGee
2007-02-16* Removed unnecessary #defineDan McGee
2007-02-16* Updated German translationDan McGee
2007-02-16Updated NEWS file with some of Roman's suggestions.Dan McGee
2007-02-16* Updated Italian translationDan McGee
2007-02-16Added a 'contrib' directory for other stuff that might be a good idea to main...Aaron Griffin
2007-02-16* Bugfix FS#6422 - spacing for warning output. Due to the fact that we fixedAaron Griffin
2007-02-16* Bugfix for FS#6427: Allow -Si to use "repository/package" syntaxAaron Griffin
2007-02-15* Updated pt_BR translation (Douglas Soares de Andrade), and merged otherDan McGee
2007-02-14* Updated Italian translationDan McGee
2007-02-14* Fixed _alpm_pkg_compare_versions so that it does not output warnings if ver...Aaron Griffin
2007-02-14* strlen -> mbstowcs (multibyte str to wide char str) conversion where weDan McGee
2007-02-14* pt_BR translation updates.Dan McGee
2007-02-14* Updated makepkg.8 manpage to reflect shift of -S to --usesudo.Dan McGee
2007-02-14While trying to change the number of missing deps output by makepkg, I noticedAaron Griffin
2007-02-14* Removed needless checking of package infolevel- leave it to theDan McGee
2007-02-14TODO updateAaron Griffin
2007-02-14* Updated a too-verbose message in pacman/add.c. (shouldn't be an issue withiDan McGee
2007-02-14Slightly optimized to remove duplicate strcmp operation.Dan McGee
2007-02-14Translation Update, pt_BR:Dan McGee
2007-02-13Pierre Schmitz <pierre@archlinux.de>Dan McGee
2007-02-13Adding official translations. Thanks a lot, guys!Dan McGee
2007-02-13* unset LC_ALL, LANG after sourcing /etc/profile.d/*Jürgen Hötzel
2007-02-13From Phil Dillon-Thiselton <dibblethewrecker@gmail.com>:Aaron Griffin
2007-02-13* Refactored conflict checking within packages. Profiling from Dan showed anAaron Griffin
2007-02-13Fixed locale setting issues in the frontend, and fixed description of --cache...Dan McGee
2007-02-13Removed desc_localized for the time being. We don't have localizedAaron Griffin
2007-02-13Reverted the exit 2 -> exit 0 change. This was there for a reason (so thatAaron Griffin
2007-02-13These were in the wrong order, so errored for me.Aaron Griffin
2007-02-13Changed "MARCHFLAG" to "ARCHSWITCH" as the name was confusing (it's not a FLAGAaron Griffin
2007-02-13Fix some x86_64 configuration handlingAaron Griffin
2007-02-12* Updated translation-help guide with instructions for updating one po file.Dan McGee
2007-02-12* Fixed an i18n bug; length of description string was hardcoded previously;Dan McGee
2007-02-12* Added long options (missing in patch)Aaron Griffin
2007-02-12Added changes from Daniel YC Lin via bug #3266Aaron Griffin
2007-02-12Exit status of 2 seems wrong for -VAaron Griffin
2007-02-12TODO update and .cvsignore additionDan McGee
2007-02-12* Added --cachedir commandline optionAaron Griffin
2007-02-12* Removed the 'vercmp' op from pacman. The standalone 'vercmp' binary should beAaron Griffin
2007-02-12Wasn't clearing out the 'pkgname' variable, which was causing goofy outputAaron Griffin
2007-02-12Rewrote updatesync in terms of repo-add and repo-removeAaron Griffin
2007-02-12better error messageAaron Griffin
2007-02-12Updated gensync to use repo-addAaron Griffin
2007-02-12* Updated the README fileAaron Griffin
2007-02-12Added 'testpkg' binary to test for validity of a package:Aaron Griffin
2007-02-12* Unified description of arch variable. Recommend using single quotes inDan McGee
2007-02-12This should be an ERROR, not a WARNINGAaron Griffin
2007-02-11* Implemented FS #5641 as suggested in Aaron's comment- '-S' option now meansDan McGee