summaryrefslogtreecommitdiff
path: root/debian/libapt-pkg4.12.symbols
AgeCommit message (Collapse)Author
2014-11-10add a simple container for HashStringsDavid Kalnischkies
APT supports more than just one HashString and even allows to enforce the usage of a specific hash. This class is intended to help with storage and passing around of the HashStrings. The cherry-pick here the un-const-ification of HashType() compared to f4c3850ea335545e297504941dc8c7a8f1c83358. The point of this commit is adding infrastructure for the next one. All by itself, it just adds new symbols. Git-Dch: Ignore
2014-05-30update symbols filesDavid Kalnischkies
Git-Dch: ignore
2014-03-23update symbols file to include new symbols from 0.9.16David Kalnischkies
2014-03-21mark optional (private) symbols as hiddenDavid Kalnischkies
This methods should not be used by anyone expect the library itself as they are helpers for the specific class and therefore perfect candidates for hidding. Git-Dch: Ignore
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies
Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations
2014-02-14update symbols file with hints from the buildlogsDavid Kalnischkies
2014-02-12remove duplication in pkgCdrom::Add and ::IdentDavid Kalnischkies
Git-Dch: Ignore
2014-02-10update libapt-pkg.symbols fileDavid Kalnischkies
2013-12-07update libapt-pkg4.12 symbols fileDavid Kalnischkies
also fixing the release script code to deal with 'set -e' mode while checking the symbols file.
2013-07-27update the symbol files to reflect current stateDavid Kalnischkies
2012-05-12* apt-pkg/pkgcachegen.cc:David Kalnischkies
- make IsDuplicatedDescription static so that it is really private as we don't need a symbol for it as it is not in a header
2012-04-11use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies
2012-03-20* debian/libapt-pkg4.12:David Kalnischkies
- update symbols file
2011-09-14update symbolsDavid Kalnischkies
2011-09-14update package names too for the new abiMichael Vogt