Date: Saturday, February 17, 2007 @ 03:55:06 Author: aaron Path: /home/cvs-pacman/pacman-lib Modified: .cvsignore (1.4 -> 1.5) lib/libalpm/add.c (1.114 -> 1.115) lib/libalpm/backup.c (1.10 -> 1.11) lib/libalpm/backup.h (1.5 -> 1.6) lib/libalpm/package.c (1.70 -> 1.71) lib/libalpm/package.h (1.29 -> 1.30) lib/libalpm/po/de.po (1.5 -> 1.6) lib/libalpm/po/fr.po (1.3 -> 1.4) lib/libalpm/po/hu.po (1.3 -> 1.4) lib/libalpm/po/pt_BR.po (1.2 -> 1.3) lib/libalpm/remove.c (1.63 -> 1.64) src/pacman/downloadprog.c (1.14 -> 1.15) src/pacman/log.c (1.30 -> 1.31) src/pacman/trans.c (1.35 -> 1.36) * A whole mess of backup changes - the code should be clearer, more organized, commented, and have worthwhile variable names now - proactive backup=()s now work. That is, adding a file to a backup array does what it should on the upgrade to that package, no longer forcing you to wait a full upgrade cycle for it to take effect * ldconfig was being run twice on an upgrade operation - fixed * fixed another pm_fprintf/printf output corruption with the progress bars * refactored some duplicate code for adjusting 'requiredby' lists * Added config.rpath to .cvsignore ---------------------------+ .cvsignore | 1 lib/libalpm/add.c | 668 ++++++++++++++++++++------------------------ lib/libalpm/backup.c | 4 lib/libalpm/backup.h | 2 lib/libalpm/package.c | 114 +++++++ lib/libalpm/package.h | 2 lib/libalpm/po/de.po | 33 +- lib/libalpm/po/fr.po | 337 +++++++++++----------- lib/libalpm/po/hu.po | 337 +++++++++++----------- lib/libalpm/po/pt_BR.po | 325 ++++++++++----------- lib/libalpm/remove.c | 103 +----- src/pacman/downloadprog.c | 5 src/pacman/log.c | 4 src/pacman/trans.c | 5 14 files changed, 1000 insertions(+), 940 deletions(-) The diff is longer than the limit of 39KB.