summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
AgeCommit message (Expand)Author
2007-03-22Clarify some English messages as suggested by Nagy Gabor. I even did the hardDan McGee
2007-03-22Giovanni Scafora <linuxmania@gmail.com>Aaron Griffin
2007-03-21* pacman.c: Add CacheDir to -v --verbose output.Dan McGee
2007-03-19* Updated Italian translationDan McGee
2007-03-18James Rosten <seinfeld90@gmail.com>Dan McGee
2007-03-07* Updated -V output to include the 2007 copyright date.Aaron Griffin
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-03-04* Fixed the handle realroot stuffAaron Griffin
2007-02-26* pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin
2007-02-23We don't need this anymoreAaron Griffin
2007-02-22Big commit here, I'll try to cover all the bases.Dan McGee
2007-02-21* Looks like I left some debugging code in thereAaron Griffin
2007-02-19* Updated bash_completion script to 3.0 options.Dan McGee
2007-02-15* Updated pt_BR translation (Douglas Soares de Andrade), and merged otherDan McGee
2007-02-13Fixed locale setting issues in the frontend, and fixed description of --cache...Dan McGee
2007-02-13Reverted the exit 2 -> exit 0 change. This was there for a reason (so thatAaron Griffin
2007-02-12Exit status of 2 seems wrong for -VAaron Griffin
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-09* Remove "error: " text from ERR() call since it is appended by ERR anyway.Dan McGee
2007-02-09* Cleaned up direct pm_fprintf usage (move to MSG/ERR macros for now)Aaron Griffin
2007-02-08* Nice overhaul of manpages. It is at least a start.Dan McGee
2007-02-04Added the --upgrades option for -Qu (--query --upgrades)Aaron Griffin
2007-02-04Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin
2007-02-04* unified the progress bars (fill_progress function)Aaron Griffin
2007-01-31Debug logging changes:Aaron Griffin
2007-01-26Dan McGee <dpmcgee@gmail.com>Aaron Griffin
2007-01-24Cleanup 'neednl' usage - make it staticAaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2007-01-18* remove static neednl - no accessor functions (yet)Aaron Griffin
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin
2007-01-17Dan McGee <dpmcgee@gmail.com>Aaron Griffin
2006-12-14* Dan McGee's makepkg updates http://www.archlinux.org/pipermail/pacman-dev/2...Aaron Griffin
2006-12-08A few minor updates so --root works again.Aaron Griffin
2006-12-08Removed an extra call to alpm_option_set_root() - it is set by alpm_init()Aaron Griffin
2006-12-05Added dbpath validationAaron Griffin
2006-12-01* Cosmetic changes and typo fixesAaron Griffin
2006-11-20libalpm appends the trailing / to the config root, no need to do it hereAaron Griffin
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin
2006-11-10Skip root check on -SpAaron Griffin
2006-11-09Last mtrace/setenv change, I swearAaron Griffin
2006-11-09Whoops - I fail at setenvAaron Griffin
2006-11-09mcheck() seems to cause segfaults. Annoying. Switched back to useing mtrace...Aaron Griffin
2006-11-08* Improved mcheck outputAaron Griffin
2006-11-07Added mcheck support for memory debuggingAaron Griffin
2006-11-03* Modified some error output and loggingAaron Griffin
2006-11-02* Fixed some alpm_get_option calls (long params were used for C99 compliance,Aaron Griffin
2006-10-31Numerous changes:Aaron Griffin
2006-10-20A handful of minor changes:Aaron Griffin