27 Mar
2008
27 Mar
'08
9:37 a.m.
Dan McGee wrote:
With the addition of the archive_fgets() function, we can now skip the temp file usage in pkg_load/parse_descfile that was not needed. This has a nice benefit of probably being both faster, reducing code, and getting rid of "expensive" file operations.
Signed-off-by: Dan McGee <dan@archlinux.org> --- lib/libalpm/package.c | 61 +++++++++---------------------------------------- 1 files changed, 11 insertions(+), 50 deletions(-)
That looks great, nice job.