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