pacman/src/util
Ivy Foster fa06951d90 Represent bitfields as ints, not enums
Many bitfield variables are declared to be enums, because they are
generated using bitwise operations on enums such. However, their
actual values aren't necessary members of their parent enum, so
declaring them 'int' is more accurate.

Signed-off-by: Ivy Foster <ivy.foster@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2016-10-22 20:50:55 +10:00
..
.gitignore Remove pactree 2016-10-22 20:50:55 +10:00
Makefile.am Remove pactree 2016-10-22 20:50:55 +10:00
cleanupdelta.c Represent bitfields as ints, not enums 2016-10-22 20:50:55 +10:00
pacsort.c pacsort help clearly states that files contain inputs to be sorted 2016-05-05 13:52:23 +10:00
testpkg.c Represent bitfields as ints, not enums 2016-10-22 20:50:55 +10:00
util-common.c util: Use util-common for strndup in pacsort and pactree 2015-03-03 16:54:17 +10:00
util-common.h util: Use util-common for strndup in pacsort and pactree 2015-03-03 16:54:17 +10:00
vercmp.c Update copyright years for 2016 2016-01-04 13:27:08 +10:00