summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-05Added dbpath validationAaron Griffin1-1/+7
2006-12-01* Cosmetic changes and typo fixesAaron Griffin1-0/+1
2006-11-20libalpm appends the trailing / to the config root, no need to do it hereAaron Griffin1-16/+1
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-41/+23
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin1-4/+4
2006-11-10Skip root check on -SpAaron Griffin1-1/+2
2006-11-09Last mtrace/setenv change, I swearAaron Griffin1-4/+1
2006-11-09Whoops - I fail at setenvAaron Griffin1-1/+1
2006-11-09mcheck() seems to cause segfaults. Annoying. Switched back to useing mtrace...Aaron Griffin1-27/+5
2006-11-08* Improved mcheck outputAaron Griffin1-14/+6
2006-11-07Added mcheck support for memory debuggingAaron Griffin1-6/+29
2006-11-03* Modified some error output and loggingAaron Griffin1-0/+1
2006-11-02* Fixed some alpm_get_option calls (long params were used for C99 compliance,Aaron Griffin1-2/+2
2006-10-31Numerous changes:Aaron Griffin1-39/+13
2006-10-20A handful of minor changes:Aaron Griffin1-1/+1
2006-10-15Added alpm function docs alongAaron Griffin1-2/+1
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin1-88/+157
2006-07-15Patch from FW: Better control over CTRL-C interruptions -- do not leave the D...Judd Vinet1-0/+3
2006-06-28i18n stuffJudd Vinet1-1/+13
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-78/+79