]> git.saurik.com Git - apt.git/commit
cleanup datatypes mix used in binary cache
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 12 Jun 2014 10:22:45 +0000 (12:22 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 18 Jun 2014 10:41:11 +0000 (12:41 +0200)
commit4ad8619bb1f0bf777d17c568bb7a6cf7f30aac34
tree67e95fc21a0d147bc823fe75e8b9e3b34013ebb3
parente8a7b0b28ca01cd8c2c1bee0d83e5997b40de689
cleanup datatypes mix used in binary cache

We had a wild mixture of (unsigned) int, long and long long here without
much sense, so this commit adds a few typedefs to get some sense in the
typesystem and ensures that a ID isn't sometimes computed as int, stored
as long and compared with a long long… as this could potentially bite us
later on as the size of the archive only increases over time.
apt-pkg/deb/debindexfile.cc
apt-pkg/deb/deblistparser.cc
apt-pkg/deb/deblistparser.h
apt-pkg/edsp/edspindexfile.cc
apt-pkg/pkgcache.cc
apt-pkg/pkgcache.h
apt-pkg/pkgcachegen.cc
apt-pkg/pkgcachegen.h
cmdline/apt-cache.cc