pacman/lib/libalpm
Allan McRae f966f3a834 Use size_t for alpm_list sizes
There is a lot of swtiching between size_t and int for alpm_list sizes
in the codebase.   Start converting these to all be size_t by adjusting
the return type of alpm_list_count and fixing all additional warnings
given by -Wconversion that are generated by this change.

Dan: a few more small changes to ensure things compile, adjusting some
printf format string characters to accommodate the larger size on x86_64.

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-01-07 21:15:46 -06:00
..
po Separate be_files into be_sync and be_local 2010-10-14 13:17:38 +10:00
.gitignore Remove unnecessary entries from .gitignore files 2007-07-16 16:49:28 -04:00
add.c Use size_t for alpm_list sizes 2011-01-07 21:15:46 -06:00
add.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
alpm.c Update copyright years for 2011 2011-01-07 18:47:37 -06:00
alpm.h Use size_t for alpm_list sizes 2011-01-07 21:15:46 -06:00
alpm_list.c Use size_t for alpm_list sizes 2011-01-07 21:15:46 -06:00
alpm_list.h Use size_t for alpm_list sizes 2011-01-07 21:15:46 -06:00
backup.c Update copyright years for 2011 2011-01-07 18:47:37 -06:00
backup.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
be_local.c Use size_t for alpm_list sizes 2011-01-07 21:15:46 -06:00
be_package.c Refactor old date parsing into single method 2011-01-07 20:55:05 -06:00
be_sync.c Use size_t for alpm_list sizes 2011-01-07 21:15:46 -06:00
conflict.c Use size_t for alpm_list sizes 2011-01-07 21:15:46 -06:00
conflict.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
db.c Update copyright years for 2011 2011-01-07 18:47:37 -06:00
db.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
delta.c Update copyright years for 2011 2011-01-07 18:47:37 -06:00
delta.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
deps.c Update copyright years for 2011 2011-01-07 18:47:37 -06:00
deps.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
diskspace.c Use size_t for alpm_list sizes 2011-01-07 21:15:46 -06:00
diskspace.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
dload.c Update copyright years for 2011 2011-01-07 18:47:37 -06:00
dload.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
error.c Update copyright years for 2011 2011-01-07 18:47:37 -06:00
graph.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
group.c Update copyright years for 2011 2011-01-07 18:47:37 -06:00
group.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
handle.c Update copyright years for 2011 2011-01-07 18:47:37 -06:00
handle.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
log.c Update copyright years for 2011 2011-01-07 18:47:37 -06:00
log.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
Makefile.am Prototype disk space checking functionality 2010-12-12 20:29:37 -06:00
md5.c libalpm md5: use larger and dynamic buffer 2010-09-02 10:33:21 -05:00
md5.h libalpm/md5: Fix license header 2008-06-03 21:31:31 -05:00
package.c Update copyright years for 2011 2011-01-07 18:47:37 -06:00
package.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
remove.c Use size_t for alpm_list sizes 2011-01-07 21:15:46 -06:00
remove.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
sync.c Use size_t for alpm_list sizes 2011-01-07 21:15:46 -06:00
sync.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
trans.c Update copyright years for 2011 2011-01-07 18:47:37 -06:00
trans.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
util.c Refactor old date parsing into single method 2011-01-07 20:55:05 -06:00
util.h Refactor old date parsing into single method 2011-01-07 20:55:05 -06:00
version.c Update copyright years for 2011 2011-01-07 18:47:37 -06:00