summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-27Remove output.c and output.hDan McGee1-1/+0
2007-04-26Remove ERR calls from the codeDan McGee1-15/+26
2007-04-26Remove MSG output macro (#define and in code)Dan McGee1-9/+2
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee1-1/+1
2007-04-26Pacman side code consolidation- unify callback functions to one fileDan McGee1-2/+2
2007-04-26More pacman side cleanupDan McGee1-34/+24
2007-04-26Allow sync search to work without argumentsDan McGee1-3/+8
2007-04-25Remove more unnecessary stuffDan McGee1-1/+4
2007-04-25Merge single-function header files on pacman sideDan McGee1-7/+3
2007-04-14Add void to functions with empty parameter listDan McGee1-2/+2
2007-04-02Remove some debug print statements that were left in on accidentDan McGee1-2/+0
2007-04-01Clean up pacman.c, add localize functionDan McGee1-25/+48
2007-03-30Make all paths and file locations configurableDan McGee1-1/+1
2007-03-28Continue fixing usage instructions.Dan McGee1-4/+6
2007-03-28Improve pacman.c gettext usageDan McGee1-24/+34
2007-03-22Clarify some English messages as suggested by Nagy Gabor. I even did the hardDan McGee1-5/+5
2007-03-22Giovanni Scafora <linuxmania@gmail.com>Aaron Griffin1-1/+1
2007-03-21* pacman.c: Add CacheDir to -v --verbose output.Dan McGee1-3/+4
2007-03-19* Updated Italian translationDan McGee1-1/+1
2007-03-19James Rosten <seinfeld90@gmail.com>Dan McGee1-0/+1
2007-03-07* Updated -V output to include the 2007 copyright date.Aaron Griffin1-1/+1
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-0/+2
2007-03-04* Fixed the handle realroot stuffAaron Griffin1-1/+2
2007-02-26* pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin1-10/+1
2007-02-23We don't need this anymoreAaron Griffin1-1/+1
2007-02-22Big commit here, I'll try to cover all the bases.Dan McGee1-1/+1
2007-02-21* Looks like I left some debugging code in thereAaron Griffin1-2/+0
2007-02-19* Updated bash_completion script to 3.0 options.Dan McGee1-1/+1
2007-02-15* Updated pt_BR translation (Douglas Soares de Andrade), and merged otherDan McGee1-1/+1
2007-02-13Fixed locale setting issues in the frontend, and fixed description of --cache...Dan McGee1-7/+9
2007-02-13Reverted the exit 2 -> exit 0 change. This was there for a reason (so thatAaron Griffin1-1/+1
2007-02-12Exit status of 2 seems wrong for -VAaron Griffin1-1/+1
2007-02-12* Added --cachedir commandline optionAaron Griffin1-44/+52
2007-02-12* Removed the 'vercmp' op from pacman. The standalone 'vercmp' binary should beAaron Griffin1-4/+2
2007-02-09* Remove "error: " text from ERR() call since it is appended by ERR anyway.Dan McGee1-3/+3
2007-02-09* Cleaned up direct pm_fprintf usage (move to MSG/ERR macros for now)Aaron Griffin1-3/+4
2007-02-08* Nice overhaul of manpages. It is at least a start.Dan McGee1-2/+2
2007-02-04Added the --upgrades option for -Qu (--query --upgrades)Aaron Griffin1-0/+1
2007-02-04Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin1-1/+1
2007-02-04* unified the progress bars (fill_progress function)Aaron Griffin1-1/+5
2007-01-31Debug logging changes:Aaron Griffin1-32/+40
2007-01-26Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-2/+2
2007-01-24Cleanup 'neednl' usage - make it staticAaron Griffin1-15/+3
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-18/+9
2007-01-18* remove static neednl - no accessor functions (yet)Aaron Griffin1-2/+0
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-10/+7
2007-01-17Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-19/+19
2006-12-14* Dan McGee's makepkg updates http://www.archlinux.org/pipermail/pacman-dev/2...Aaron Griffin1-2/+1
2006-12-08A few minor updates so --root works again.Aaron Griffin1-1/+3
2006-12-08Removed an extra call to alpm_option_set_root() - it is set by alpm_init()Aaron Griffin1-2/+0