]> git.saurik.com Git - apt.git/commit
* apt-pkg/pkgcache.h:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 9 Jun 2010 08:50:32 +0000 (10:50 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 9 Jun 2010 08:50:32 +0000 (10:50 +0200)
commit1aa9b2974d33015102224ffb738b2e8e0a4bcb42
treeb8c164c9634d2c6cf6bc245cd6fce50f680dea78
parent3c9772456931842dee211444086c15dd2e5f9a29
parent3a882565a943644dcf7287c9673fb07f617fb851
* apt-pkg/pkgcache.h:
  - switch {,Install-}Size to unsigned long long
  - deal with long long, not with int to remove 2GB Limit (LP: #250909)
  - deprecate AddSize with Multiplier as it is unused and switch to
    boolean instead to handle the sizes more gracefully.
  - switch i{Download,Usr}Size from double to (un)signed long long
* cmdline/apt-get.cc:
  - use unsigned long long instead of double to store values it gets
apt-pkg/depcache.cc
cmdline/apt-get.cc
debian/changelog