summaryrefslogtreecommitdiffstats
path: root/src/pacman/callback.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-09Remove gettext from any alpm_logaction callsDan McGee1-3/+3
2007-06-28Remove scriptlet START and DONE commands that we don't useDan McGee1-14/+0
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee1-44/+3
2007-06-05Rip alpm_parse_config out of libalpmDan McGee1-2/+1
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-1/+1
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee1-7/+7
2007-04-29Remove 'removes' array from libalpmDan McGee1-4/+0
2007-04-27Remove output.c and output.hDan McGee1-1/+0
2007-04-27Start of the newline fixes after switching over the outputDan McGee1-7/+39
2007-04-27Set the correct type on the log callback functionDan McGee1-1/+1
2007-04-26Add -pedantic flag to pacman (frontend) CFLAGSDan McGee1-2/+9
2007-04-26Remove MSG output macro (#define and in code)Dan McGee1-43/+29
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-0/+627