summaryrefslogtreecommitdiffstats
path: root/src/pacman/log.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-13* Resizing terminal while progress bars were displayed caused some weirdDan McGee1-1/+1
2007-03-07* Bug fix for makepkg dependency testing. This requires that weAaron Griffin1-13/+0
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-0/+2
2007-02-17* A whole mess of backup changesAaron Griffin1-0/+4
2007-02-16* Bugfix FS#6422 - spacing for warning output. Due to the fact that we fixedAaron Griffin1-3/+3
2007-02-10Cleaned up some more outputAaron Griffin1-1/+1
2007-02-09* Cleaned up direct pm_fprintf usage (move to MSG/ERR macros for now)Aaron Griffin1-1/+3
2007-02-04* Added archive verification when loading package metadata for -u and -AAaron Griffin1-3/+3
2007-01-31Debug logging changes:Aaron Griffin1-7/+4
2007-01-24Cleanup 'neednl' usage - make it staticAaron Griffin1-1/+1
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin1-2/+4
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-1/+0
2007-01-18* remove static neednl - no accessor functions (yet)Aaron Griffin1-1/+1
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-4/+4
2006-12-22Modified front end output routines to accept a "padding' setting, which pads anyAaron Griffin1-3/+29
2006-11-03* Modified some error output and loggingAaron Griffin1-10/+15
2006-11-02* Fixed some alpm_get_option calls (long params were used for C99 compliance,Aaron Griffin1-0/+3
2006-10-31Numerous changes:Aaron Griffin1-1/+5
2006-10-20A handful of minor changes:Aaron Griffin1-1/+10
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin1-4/+5
2006-05-15patch: check strlen of str, NOT msg, which is always trueJudd Vinet1-3/+5
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-8/+9
2006-02-15fixed a compilation warningAurelien Foret1-1/+1
2006-02-14fixed a compilation warningAurelien Foret1-0/+1
2006-02-04- moved yesno() from util.c to log.cAurelien Foret1-0/+40
2006-02-01fixed vprint implementation (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-8/+4
2006-02-01added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-1/+1
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2006-01-01- reworked verbose levelsAurelien Foret1-1/+1
2006-01-01renamed error titles from XXX to xxxAurelien Foret1-6/+6
2005-10-29renamed pmconfig_t to config_tAurelien Foret1-2/+2
2005-10-28added pmconfig_t structure to hold all the configurationAurelien Foret1-2/+4
2005-03-20Added support for .lastupdate files (from pacman 2.9.1)Aurelien Foret1-1/+4
2005-03-19Relocated log and transaction stuffs from pacman.c to log.c and trans.cAurelien Foret1-0/+115