[Libportage-commits] [SCM] fast and portable library offering functionality for doing package manag
Status: Alpha
Brought to you by:
psychoschlumpf
From: Lars H. <psy...@us...> - 2009-08-31 07:08:52
|
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 "fast and portable library offering functionality for doing package management in a Gentoo system. ". The branch, master has been updated via c15727ab4cba4f7740d7278a63a3b69a25ec3c72 (commit) via a6449947e76c425ccba6cd5fedb529e2f6752b60 (commit) via 50e3c485b0fa91a95025c853f34badd964795297 (commit) via e88845fa38428652ebef363a999b2d2116e9b74e (commit) via b84c899ac0cac40bd7fa312e6764fcda36b6d005 (commit) via e662a524c0a217afcc5684963e81ca0efa51db38 (commit) from 90ff529dd1e305e0c5ac64563a415c53bc649bb9 (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 c15727ab4cba4f7740d7278a63a3b69a25ec3c72 Author: Lars Hartmann <la...@ch...> Date: Sun Aug 30 21:25:27 2009 +0200 Fixed test for lputil_int64len(). commit a6449947e76c425ccba6cd5fedb529e2f6752b60 Author: Lars Hartmann <la...@ch...> Date: Sun Aug 30 21:21:22 2009 +0200 cleaned up error handling in libportage and fixed a small bug. commit 50e3c485b0fa91a95025c853f34badd964795297 Author: Lars Hartmann <la...@ch...> Date: Fri Aug 28 12:21:04 2009 +0200 beautified replace code for stpcpy and fastified replacement code for strndup. commit e88845fa38428652ebef363a999b2d2116e9b74e Author: Lars Hartmann <la...@ch...> Date: Fri Aug 28 11:37:05 2009 +0200 another cleanup of test-code. commit b84c899ac0cac40bd7fa312e6764fcda36b6d005 Author: Lars Hartmann <la...@ch...> Date: Fri Aug 28 11:35:14 2009 +0200 fixed compiler warnings. commit e662a524c0a217afcc5684963e81ca0efa51db38 Author: Lars Hartmann <la...@ch...> Date: Thu Aug 27 23:50:19 2009 +0200 Cleaned up test for lparchive. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 32 +++++++++++++ replace/stpcpy.c | 2 +- replace/strndup.c | 19 +++++--- src/liblpatom.c | 7 ++- src/liblputil.c | 6 ++ src/liblpversion.c | 8 +++- src/liblpxpak.c | 113 +++++++++++++++++++-------------------------- test/01_lputil_int64len.c | 9 ++-- test/04_lpxpak.c | 81 +++++++++++++------------------- test/05_lparchives.c | 113 +++++++++++++++++++++------------------------ 10 files changed, 203 insertions(+), 187 deletions(-) hooks/post-receive -- fast and portable library offering functionality for doing package management in a Gentoo system. |