This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official pacman repository". The branch, master has been updated via 3ad3077d8d5bb0d67652d0045e3e5eaf4eef6ffb (commit) via 96f7613d15e46131bf8a4b93828ad70b041524d1 (commit) via 3a6f62d4c711d2e05821094d02d7aca290cf15f9 (commit) via 105e01c8efcb3a27cb55cc5dd7bf15afbea80698 (commit) via 4c14dcc5804aa6736616d35aac4db1ea3b29985e (commit) via a6470956bc2db5acb821485e590822953966586a (commit) via 29f55fb7c9e2d7d3923d796216a9506d95b1fd60 (commit) via 731a774319a9f571179a5db738b4795337c75e38 (commit) via 8ded60326a98d26e51e1e0c0719380571d400a4b (commit) from a3e6a6b822344b42cad4f1793f708d5ec1bd69b6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3ad3077d8d5bb0d67652d0045e3e5eaf4eef6ffb Merge: 3a6f62d4c711d2e05821094d02d7aca290cf15f9 96f7613d15e46131bf8a4b93828ad70b041524d1 Author: Dan McGee <dan@archlinux.org> Date: Sun Feb 24 01:22:07 2008 -0600 Merge branch 'maint' Conflicts: src/pacman/callback.c commit 3a6f62d4c711d2e05821094d02d7aca290cf15f9 Author: Dan McGee <dan@archlinux.org> Date: Sun Feb 24 00:54:11 2008 -0600 Remove all unnecessary snprintf usage Both alpm_logaction() and yesno() are vararg functions, so we might as well use this functionality and take advantage of it. Remove all of the snprintf() calls and the LOG_STR_LEN constant that never seemed quite right. Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: NEWS | 4 + TRANSLATORS | 2 + configure.ac | 6 +- lib/libalpm/po/LINGUAS | 1 + lib/libalpm/po/ru.po | 6 +- lib/libalpm/po/{libalpm.pot => zh_CN.po} | 311 +++++----- po/LINGUAS | 1 + po/ru.po | 71 +- po/{hu.po => zh_CN.po} | 1025 ++++++++++++++---------------- src/pacman/callback.c | 125 +++-- src/pacman/package.c | 15 +- src/pacman/util.c | 73 ++- 12 files changed, 829 insertions(+), 811 deletions(-) copy lib/libalpm/po/{libalpm.pot => zh_CN.po} (64%) copy po/{hu.po => zh_CN.po} (63%) hooks/post-receive -- The official pacman repository