pacman/lib/libalpm
Dan McGee 35dc9b0314 int typing: s/unsigned short/int/ in libalpm
After our recent screwup with size_t and ssize_t in the download code, I
found the `-Wsign-conversion` flag to GCC to see if we were doing anything
else boneheaded. I didn't find anything quite as bad, but we did have some
goofups- most of our public unsigned methods would return -1 on error, which
is a bit odd in an unsigned context.

Signed-off-by: Dan McGee <dan@archlinux.org>
2009-10-11 13:51:47 -05:00
..
po Update Chinese translation 2009-10-11 12:55:17 -05:00
.gitignore Remove unnecessary entries from .gitignore files 2007-07-16 16:49:28 -04:00
add.c Fully implement database lazy loading 2009-09-20 12:19:57 -05:00
add.h Change the interface for target loading 2009-09-12 13:06:43 +02:00
alpm.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
alpm.h int typing: s/unsigned short/int/ in libalpm 2009-10-11 13:51:47 -05:00
alpm_list.c alpm_list : fix a bug in alpm_list_remove 2009-10-11 12:55:55 -05:00
alpm_list.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
backup.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
backup.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
be_files.c Fully implement database lazy loading 2009-09-20 12:19:57 -05:00
be_package.c int typing: s/unsigned short/int/ in libalpm 2009-10-11 13:51:47 -05:00
cache.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
cache.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
conflict.c Remove transaction type 2009-09-08 22:17:41 -05:00
conflict.h Add a new reason field to pmconflict_t struct 2009-09-08 21:58:52 -05:00
db.c int typing: s/unsigned short/int/ in libalpm 2009-10-11 13:51:47 -05:00
db.h int typing: s/unsigned short/int/ in libalpm 2009-10-11 13:51:47 -05:00
delta.c delta : simple code refactoring 2009-09-20 11:57:12 -05:00
delta.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
deps.c Use sync.c for upgrade transaction prepare and commit 2009-09-08 22:04:14 -05:00
deps.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
dload.c Merge branch 'maint' 2009-09-29 21:08:06 -05:00
dload.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
error.c sync.c : duplicate the target before modifying it 2009-09-20 11:56:46 -05:00
graph.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
group.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
group.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
handle.c int typing: s/unsigned short/int/ in libalpm 2009-10-11 13:51:47 -05:00
handle.h int typing: s/unsigned short/int/ in libalpm 2009-10-11 13:51:47 -05:00
log.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
log.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
Makefile.am Refactor pkg_load/parse_descfile into a new backend file 2008-05-11 20:07:55 -05:00
md5.c Fix compile warning fail on older versions of GCC 2009-06-30 23:14:18 -05:00
md5.h libalpm/md5: Fix license header 2008-06-03 21:31:31 -05:00
package.c int typing: s/unsigned short/int/ in libalpm 2009-10-11 13:51:47 -05:00
package.h int typing: s/unsigned short/int/ in libalpm 2009-10-11 13:51:47 -05:00
remove.c Fully implement database lazy loading 2009-09-20 12:19:57 -05:00
remove.h Change the interface for target loading 2009-09-12 13:06:43 +02:00
sync.c sync.c : duplicate the target before modifying it 2009-09-20 11:56:46 -05:00
sync.h Change the interface for target loading 2009-09-12 13:06:43 +02:00
trans.c Change the interface for target loading 2009-09-12 13:06:43 +02:00
trans.h Remove transaction type 2009-09-08 22:17:41 -05:00
util.c int typing: s/unsigned short/int/ in libalpm 2009-10-11 13:51:47 -05:00
util.h int typing: s/unsigned short/int/ in libalpm 2009-10-11 13:51:47 -05:00