[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.1.2-56-g897e2b1
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 897e2b121a107f6d250d38ff4d1d0a4960885c94 (commit) via eb19d41d5f85f169cee7570f783821cb705ad37a (commit) via 7b8f8753b15037bf4a88126ffde8195416432c72 (commit) from dcb3b9f85ff8761fa1fe7ef01df2d6b011b9cb73 (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 897e2b121a107f6d250d38ff4d1d0a4960885c94 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Thu Jul 4 06:36:20 2013 -0400 use full path when checking for mountpoints Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit eb19d41d5f85f169cee7570f783821cb705ad37a Author: Dave Reisner <dreisner@archlinux.org> Date: Wed Jul 3 20:33:19 2013 -0400 do not check error from close(2) On operating systems we support, the behavior is always such that the kernel will do the right thing as far as invalidating the file descriptor, regardless of the eventual return value. Therefore, potentially looping and calling close multiple times is wrong. At best, we call close again on an invalid FD and throw a spurious EBADF error. At worst, we might close an FD which doesn't belong to us when a multi-threaded application opens its own file descriptor between iterations of the loop. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> commit 7b8f8753b15037bf4a88126ffde8195416432c72 Author: Simon Gomizelj <simongmzlj@gmail.com> Date: Wed Jul 3 22:34:14 2013 -0400 Consolidate and improve table implementations Implement both the VerbosePkgList and the summary message with the same table. Improve VerbosePkgList by caching attributes and cell's lengths instead of recaculating them. Right align every cell that containing a file size in both the VerbosePkgList and the summary. Simplify the printf statements and the alignment application. Signed-off-by: Simon Gomizelj <simongmzlj@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/add.c | 6 +- lib/libalpm/be_package.c | 10 +- lib/libalpm/be_sync.c | 2 +- lib/libalpm/dload.c | 2 +- lib/libalpm/remove.c | 15 ++- lib/libalpm/util.c | 28 +++--- lib/libalpm/util.h | 1 - src/pacman/conf.c | 5 +- src/pacman/util.c | 237 ++++++++++++++++++++++++----------------------- 9 files changed, 160 insertions(+), 146 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org