1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-05 09:05:03 -05:00
pacman/lib/libalpm
Allan McRae c78a808c49 Only check diskspace availability if needs more than zero
The amount of diskspace needed for a transaction can be less than
zero.  Only test this against the available disk space if it is
positive, which avoids a comparison being made between signed and
unsigned types (-Wsign-compare).

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-12-20 18:03:34 -06:00
..
po
.gitignore
add.c Attempt to stop installation when we encounter problems 2010-12-12 21:42:41 -06:00
add.h
alpm_list.c
alpm_list.h
alpm.c
alpm.h Always specify arguement type in function delcarations 2010-12-20 18:03:21 -06:00
backup.c
backup.h
be_local.c Abstract has_scriptlet() to package ops struct 2010-12-13 21:25:14 -06:00
be_package.c Always specify arguement type in function delcarations 2010-12-20 18:03:21 -06:00
be_sync.c Use macros in sync DB parsing 2010-12-20 18:02:47 -06:00
conflict.c
conflict.h
db.c Correctly force load of package reason 2010-12-13 21:25:14 -06:00
db.h Remove non-public functions from header 2010-12-13 21:16:47 -06:00
delta.c
delta.h
deps.c Use _alpm_pkg_find in deps search 2010-12-14 11:50:50 -06:00
deps.h
diskspace.c Only check diskspace availability if needs more than zero 2010-12-20 18:03:34 -06:00
diskspace.h
dload.c
dload.h
error.c
graph.h
group.c
group.h
handle.c
handle.h Always specify arguement type in function delcarations 2010-12-20 18:03:21 -06:00
log.c
log.h
Makefile.am
md5.c
md5.h
package.c Used hashed package name in _alpm_pkg_find 2010-12-14 12:36:02 -06:00
package.h Reorganize fields in package struct 2010-12-14 17:46:02 -06:00
remove.c
remove.h
sync.c
sync.h
trans.c
trans.h
util.c When setting package name, set hash value as well 2010-12-14 12:06:31 -06:00
util.h Always specify arguement type in function delcarations 2010-12-20 18:03:21 -06:00
version.c