summaryrefslogtreecommitdiffstats
path: root/src/pacman/log.h
AgeCommit message (Collapse)AuthorFilesLines
2007-03-06* Added missing header include guards in md5.h and sha1.h.Dan McGee1-0/+2
* Some header cleanup on the pacman side of things - we had alpm.h instead alpm_list.h in a few headers. * removed an extra slash in path-building snprintf in server.c.
2007-02-22* A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck'Dan McGee1-0/+2
to work as expected.
2006-12-22Modified front end output routines to accept a "padding' setting, which pads anyAaron Griffin1-0/+2
statement with ' ' until the size of the terminal. The rationale is that, when a log message is emitted during progress bar display, the terminal is artifacted. This prevents that messiness.
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin1-2/+2
to list. The diff should show you 8)
2006-02-14- added a WARN macro to display warningsAurelien Foret1-0/+4
- used ERR macro for error messages
2006-02-04- moved yesno() from util.c to log.cAurelien Foret1-6/+2
- fixed a missing line feed in yesno when printing the message
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-03-19Relocated log and transaction stuffs from pacman.c to log.c and trans.cAurelien Foret1-0/+49