pacman/src/pacman
Dan McGee a32ca90192 Remove logmask stuff from backend; switch logging callback to new pm_printf
Remove the logmask functionality from the backend as it has been moved to
the frontend, and change the logging callback function to use pm_printf.

In addition, make much better use of va_list- use the args list instead
of a arbitrarily chosen string to print to in the logging functions.

Signed-off-by: Dan McGee <dan@archlinux.org>
2007-06-09 12:57:50 -04:00
..
po Update Polish Translation 2007-06-04 21:22:29 -04:00
.gitignore Move .cvsignore -> .gitignore 2007-03-27 21:06:31 -04:00
Makefile.am Autotool clean up. 2007-06-04 22:24:29 -04:00
add.c Remove hardcoded defines from libalpm 2007-06-04 17:00:30 -04:00
callback.c Remove logmask stuff from backend; switch logging callback to new pm_printf 2007-06-09 12:57:50 -04:00
callback.h Remove logmask stuff from backend; switch logging callback to new pm_printf 2007-06-09 12:57:50 -04:00
conf.c More pacman side cleanup 2007-04-26 14:34:41 -04:00
conf.h Add a series of pm_printf functions to pacman frontend 2007-06-09 12:57:49 -04:00
deptest.c Add missing new line to 'pacman -T' output. 2007-05-24 21:45:00 -05:00
package.c Remove unnecessary casts on malloc and elsewhere 2007-05-14 03:16:55 -04:00
package.h More pacman side cleanup 2007-04-26 14:34:41 -04:00
pacman.c Revamp pacman.c main function ordering, switch some output to pm_printf 2007-06-09 12:57:50 -04:00
pacman.h Remove single-function upgrade.c 2007-04-25 11:07:48 -04:00
query.c Const correctness! 2007-06-05 17:34:33 -04:00
remove.c Const correctness! 2007-06-05 17:34:33 -04:00
sync.c Const correctness! 2007-06-05 17:34:33 -04:00
util.c Add a series of pm_printf functions to pacman frontend 2007-06-09 12:57:49 -04:00
util.h Add a series of pm_printf functions to pacman frontend 2007-06-09 12:57:49 -04:00