Age | Commit message (Expand) | Author | Files | Lines |
2007-02-14 | TODO update | Aaron Griffin | 1 | -2/+0 |
2007-02-14 | * Updated a too-verbose message in pacman/add.c. (shouldn't be an issue withi | Dan McGee | 2 | -103/+124 |
2007-02-14 | Slightly optimized to remove duplicate strcmp operation. | Dan McGee | 1 | -7/+14 |
2007-02-14 | Translation Update, pt_BR: | Dan McGee | 1 | -206/+251 |
2007-02-13 | Pierre Schmitz <pierre@archlinux.de> | Dan McGee | 1 | -5/+5 |
2007-02-13 | Adding official translations. Thanks a lot, guys! | Dan McGee | 4 | -1510/+1168 |
2007-02-13 | * unset LC_ALL, LANG after sourcing /etc/profile.d/* | Jürgen Hötzel | 1 | -4/+4 |
2007-02-13 | From Phil Dillon-Thiselton <dibblethewrecker@gmail.com>: | Aaron Griffin | 1 | -2/+2 |
2007-02-13 | * Refactored conflict checking within packages. Profiling from Dan showed an | Aaron Griffin | 17 | -2074/+2345 |
2007-02-13 | Fixed locale setting issues in the frontend, and fixed description of --cache... | Dan McGee | 1 | -7/+9 |
2007-02-13 | Removed desc_localized for the time being. We don't have localized | Aaron Griffin | 4 | -25/+41 |
2007-02-13 | Reverted the exit 2 -> exit 0 change. This was there for a reason (so that | Aaron Griffin | 1 | -1/+1 |
2007-02-13 | These were in the wrong order, so errored for me. | Aaron Griffin | 1 | -2/+3 |
2007-02-13 | Changed "MARCHFLAG" to "ARCHSWITCH" as the name was confusing (it's not a FLAG | Aaron Griffin | 2 | -18/+17 |
2007-02-13 | Fix some x86_64 configuration handling | Aaron Griffin | 2 | -3/+3 |
2007-02-12 | * Updated translation-help guide with instructions for updating one po file. | Dan McGee | 1 | -5/+10 |
2007-02-12 | * Fixed an i18n bug; length of description string was hardcoded previously; | Dan McGee | 3 | -388/+435 |
2007-02-12 | * Added long options (missing in patch) | Aaron Griffin | 1 | -12/+15 |
2007-02-12 | Added changes from Daniel YC Lin via bug #3266 | Aaron Griffin | 1 | -6/+16 |
2007-02-12 | Exit status of 2 seems wrong for -V | Aaron Griffin | 1 | -1/+1 |
2007-02-12 | TODO update and .cvsignore addition | Dan McGee | 2 | -2/+4 |
2007-02-12 | * Added --cachedir commandline option | Aaron Griffin | 1 | -44/+52 |
2007-02-12 | * Removed the 'vercmp' op from pacman. The standalone 'vercmp' binary should be | Aaron Griffin | 3 | -17/+2 |
2007-02-12 | Wasn't clearing out the 'pkgname' variable, which was causing goofy output | Aaron Griffin | 2 | -617/+6 |
2007-02-12 | Rewrote updatesync in terms of repo-add and repo-remove | Aaron Griffin | 2 | -165/+45 |
2007-02-12 | better error message | Aaron Griffin | 1 | -1/+1 |
2007-02-12 | Updated gensync to use repo-add | Aaron Griffin | 1 | -151/+52 |
2007-02-12 | * Updated the README file | Aaron Griffin | 7 | -143/+80 |
2007-02-12 | Added 'testpkg' binary to test for validity of a package: | Aaron Griffin | 2 | -2/+74 |
2007-02-12 | * Unified description of arch variable. Recommend using single quotes in | Dan McGee | 3 | -3/+8 |
2007-02-12 | This should be an ERROR, not a WARNING | Aaron Griffin | 1 | -1/+1 |
2007-02-11 | * Implemented FS #5641 as suggested in Aaron's comment- '-S' option now means | Dan McGee | 1 | -40/+43 |
2007-02-11 | Forgot to update the Makefile with the new script, adding it. | Dan McGee | 1 | -0/+1 |
2007-02-11 | Adding repo-remove script, allows for a package to be removed from a repo. | Dan McGee | 1 | -0/+136 |
2007-02-11 | A few more slight changes to the pacman man page | Dan McGee | 1 | -20/+23 |
2007-02-11 | *** empty log message *** | Aaron Griffin | 1 | -0/+8 |
2007-02-11 | * Package file parsing - fixed size and isize - isize is the "size" variable | Aaron Griffin | 2 | -31/+36 |
2007-02-10 | * 'add' percentages now cap at 100% (see the comment) | Aaron Griffin | 3 | -10/+32 |
2007-02-10 | Cleaned up some more output | Aaron Griffin | 4 | -15/+19 |
2007-02-10 | * fixed dist target | Jürgen Hötzel | 1 | -4/+2 |
2007-02-09 | * gen-mirrorlist.sh not needed anymore | Jürgen Hötzel | 1 | -12/+0 |
2007-02-09 | * Fix compile errors/warnings. | Dan McGee | 8 | -10/+7 |
2007-02-09 | * I made "alpm_versioncmp" public a while back, without noticing this was alr... | Aaron Griffin | 7 | -30/+11 |
2007-02-09 | * Fix #2982 - use -Rs to remove deps | Aaron Griffin | 1 | -2/+2 |
2007-02-09 | New manpages were going nowhere without an updated makefile | Dan McGee | 1 | -4/+11 |
2007-02-09 | * Remove "error: " text from ERR() call since it is appended by ERR anyway. | Dan McGee | 1 | -3/+3 |
2007-02-09 | * Remove "RETRIEVE_LOCAL" trans event as libdownload handles local files | Aaron Griffin | 1 | -1/+0 |
2007-02-09 | * Cleaned up direct pm_fprintf usage (move to MSG/ERR macros for now) | Aaron Griffin | 3 | -28/+12 |
2007-02-09 | Man pages, man pages, man pages. Just a few more additions and clarifications, | Dan McGee | 3 | -14/+43 |
2007-02-09 | * Fixed some missing error values in strerror | Aaron Griffin | 4 | -83/+108 |