From addbf58217d9aa3709c48d8821b256d726aefa5b Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 1 Jun 2016 14:54:32 +0200 Subject: Pass -fvisibility-inlines-hidden to g++ This reduces the number of symbols by about 10%. Unfortunately, it does not seem to cover all the weird std::vector and friend template expansions. ABI should not brake due to that change: It was never specified before whether an inline symbol was exported or not; so no library could rely on its presence. Instead, the symbols were exported in each library/program needing it and and then merged into a common one by the dynamic linker. Also update the symbol files to account for the removed symbols. --- buildlib/environment.mak.in | 2 + debian/libapt-inst2.0.symbols | 6 --- debian/libapt-pkg5.0.symbols | 121 ------------------------------------------ 3 files changed, 2 insertions(+), 127 deletions(-) diff --git a/buildlib/environment.mak.in b/buildlib/environment.mak.in index 9620722de..2ac3d6847 100644 --- a/buildlib/environment.mak.in +++ b/buildlib/environment.mak.in @@ -19,6 +19,8 @@ CXXFLAGS+= -Wctor-dtor-privacy -Wdisabled-optimization -Winit-self -Wmissing-inc #CXXFLAGS+= -fsanitize=address -fsanitize=undefined -fno-sanitize=vptr # a bit too pedantic to be run by default #CXXFLAGS+= -Wpedantic -Wno-long-long -Wno-vla -Wno-variadic-macros +# hide inlines +CXXFLAGS+= -fvisibility-inlines-hidden NUM_PROCS = @NUM_PROCS@ # Linker stuff diff --git a/debian/libapt-inst2.0.symbols b/debian/libapt-inst2.0.symbols index a0ab9caa6..2416d276b 100644 --- a/debian/libapt-inst2.0.symbols +++ b/debian/libapt-inst2.0.symbols @@ -9,14 +9,12 @@ libapt-inst.so.2.0 libapt-inst2.0 #MINVER# (c++)"debDebFile::GotoMember(char const*)@APTINST_2.0" 0.8.0 (c++)"debDebFile::CheckMember(char const*)@APTINST_2.0" 0.8.0 (c++)"debDebFile::ControlExtract::DoItem(pkgDirStream::Item&, int&)@APTINST_2.0" 0.8.0 - (c++)"debDebFile::ControlExtract::~ControlExtract()@APTINST_2.0" 0.8.0 (c++)"debDebFile::ExtractTarMember(pkgDirStream&, char const*)@APTINST_2.0" 0.9.15.4 (c++)"debDebFile::ExtractArchive(pkgDirStream&)@APTINST_2.0" 0.8.0 (c++)"debDebFile::MemControlExtract::TakeControl(void const*, unsigned long long)@APTINST_2.0" 1.0.5 (c++)"debDebFile::MemControlExtract::Read(debDebFile&)@APTINST_2.0" 0.8.0 (c++)"debDebFile::MemControlExtract::DoItem(pkgDirStream::Item&, int&)@APTINST_2.0" 0.8.0 (c++)"debDebFile::MemControlExtract::Process(pkgDirStream::Item&, unsigned char const*, unsigned long long, unsigned long long)@APTINST_2.0" 1.0.5 - (c++)"debDebFile::MemControlExtract::~MemControlExtract()@APTINST_2.0" 0.8.0 (c++)"debDebFile::debDebFile(FileFd&)@APTINST_2.0" 0.8.0 (c++)"pkgExtract::FinishedFile(pkgDirStream::Item&, int)@APTINST_2.0" 0.8.0 (c++)"pkgExtract::CheckDirReplace(std::__cxx11::basic_string, std::allocator >, unsigned int)@APTINST_2.0" 0.8.0 @@ -26,7 +24,6 @@ libapt-inst.so.2.0 libapt-inst2.0 #MINVER# (c++)"pkgExtract::Aborted()@APTINST_2.0" 0.8.0 (c++)"pkgExtract::Finished()@APTINST_2.0" 0.8.0 (c++)"pkgExtract::pkgExtract(pkgFLCache&, pkgCache::VerIterator)@APTINST_2.0" 0.8.0 - (c++)"pkgExtract::~pkgExtract()@APTINST_2.0" 0.8.0 (c++)"pkgFLCache::TreeLookup(unsigned int*, char const*, char const*, unsigned long, unsigned int*, bool)@APTINST_2.0" 0.8.0 (c++)"pkgFLCache::AddConfFile(char const*, char const*, pkgFLCache::PkgIterator const&, unsigned char const*)@APTINST_2.0" 0.8.0 (c++)"pkgFLCache::AddDiversion(pkgFLCache::PkgIterator const&, char const*, char const*)@APTINST_2.0" 0.8.0 @@ -42,8 +39,6 @@ libapt-inst.so.2.0 libapt-inst2.0 #MINVER# (c++)"pkgDirStream::FinishedFile(pkgDirStream::Item&, int)@APTINST_2.0" 0.8.0 (c++)"pkgDirStream::Fail(pkgDirStream::Item&, int)@APTINST_2.0" 0.8.0 (c++)"pkgDirStream::DoItem(pkgDirStream::Item&, int&)@APTINST_2.0" 0.8.0 - (c++)"pkgDirStream::Process(pkgDirStream::Item&, unsigned char const*, unsigned long long, unsigned long long)@APTINST_2.0" 1.0.5 - (c++)"pkgDirStream::~pkgDirStream()@APTINST_2.0" 0.8.0 (c++)"ARArchive::LoadHeaders()@APTINST_2.0" 0.8.0 (c++)"ARArchive::ARArchive(FileFd&)@APTINST_2.0" 0.8.0 (c++)"ARArchive::~ARArchive()@APTINST_2.0" 0.8.0 @@ -70,4 +65,3 @@ libapt-inst.so.2.0 libapt-inst2.0 #MINVER# ### symbol versioning APTINST_2.0@APTINST_2.0 1.1~exp9 ### try to ignore std:: template instances - (c++|optional=std)"std::ctype::do_widen(char) const@APTINST_2.0" 1.0.3 diff --git a/debian/libapt-pkg5.0.symbols b/debian/libapt-pkg5.0.symbols index f8e5a283e..e2102f307 100644 --- a/debian/libapt-pkg5.0.symbols +++ b/debian/libapt-pkg5.0.symbols @@ -82,14 +82,8 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"HashString::HashString(std::__cxx11::basic_string, std::allocator >)@APTPKG_5.0" 0.8.0 (c++)"HashString::HashString(std::__cxx11::basic_string, std::allocator >, std::__cxx11::basic_string, std::allocator >)@APTPKG_5.0" 0.8.0 (c++)"HashString::HashString()@APTPKG_5.0" 0.8.0 - (c++)"HashString::~HashString()@APTPKG_5.0" 0.8.0 (c++)"OpProgress::CheckChange(float)@APTPKG_5.0" 0.8.0 - (c++)"OpProgress::Done()@APTPKG_5.0" 0.8.0 - (c++)"OpProgress::Update()@APTPKG_5.0" 0.8.0 (c++)"OpProgress::OpProgress()@APTPKG_5.0" 0.8.0 - (c++)"OpProgress::~OpProgress()@APTPKG_5.0" 0.8.0 - (c++)"SourceCopy::GetFileName()@APTPKG_5.0" 0.8.0 - (c++)"SourceCopy::Type()@APTPKG_5.0" 0.8.0 (c++)"SourceCopy::~SourceCopy()@APTPKG_5.0" 0.8.0 (c++)"pkgAcqFile::~pkgAcqFile()@APTPKG_5.0" 0.8.0 (c++)"pkgAcquire::WorkerStep(pkgAcquire::Worker*)@APTPKG_5.0" 0.8.0 @@ -146,18 +140,10 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgAcquire::~pkgAcquire()@APTPKG_5.0" 0.8.0 (c++)"pkgRecords::Lookup(pkgCache::VerFileIterator const&)@APTPKG_5.0" 0.8.0 (c++)"pkgRecords::Lookup(pkgCache::DescFileIterator const&)@APTPKG_5.0" 0.8.0 - (c++)"pkgRecords::Parser::Maintainer[abi:cxx11]()@APTPKG_5.0" 0.8.0 - (c++)"pkgRecords::Parser::Name[abi:cxx11]()@APTPKG_5.0" 0.8.0 - (c++)"pkgRecords::Parser::GetRec(char const*&, char const*&)@APTPKG_5.0" 0.8.0 - (c++)"pkgRecords::Parser::FileName[abi:cxx11]()@APTPKG_5.0" 0.8.0 - (c++)"pkgRecords::Parser::Homepage[abi:cxx11]()@APTPKG_5.0" 0.8.0 - (c++)"pkgRecords::Parser::SourcePkg[abi:cxx11]()@APTPKG_5.0" 0.8.0 - (c++)"pkgRecords::Parser::SourceVer[abi:cxx11]()@APTPKG_5.0" 0.8.0 (c++)"pkgRecords::pkgRecords(pkgCache&)@APTPKG_5.0" 0.8.0 (c++)"pkgRecords::~pkgRecords()@APTPKG_5.0" 0.8.0 (c++)"pkgTagFile::Step(pkgTagSection&)@APTPKG_5.0" 0.8.0 (c++)"pkgTagFile::~pkgTagFile()@APTPKG_5.0" 0.8.0 - (c++)"CdromDevice::~CdromDevice()@APTPKG_5.0" 0.8.0 (c++)"CommandLine::DispatchArg(CommandLine::Dispatch*, bool)@APTPKG_5.0" 0.8.0 (c++)"CommandLine::SaveInConfig(unsigned int const&, char const* const*)@APTPKG_5.0" 0.8.0 (c++)"CommandLine::Parse(int, char const**)@APTPKG_5.0" 0.8.0 @@ -189,8 +175,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"GlobalError::Warning(char const*, ...)@APTPKG_5.0" 0.8.0 (c++)"GlobalError::WarningE(char const*, char const*, ...)@APTPKG_5.0" 0.8.0 (c++)"GlobalError::GlobalError()@APTPKG_5.0" 0.8.0 - (c++)"PackageCopy::GetFileName()@APTPKG_5.0" 0.8.0 - (c++)"PackageCopy::Type()@APTPKG_5.0" 0.8.0 (c++)"PackageCopy::~PackageCopy()@APTPKG_5.0" 0.8.0 (c++)"pkgDepCache::IsDeleteOk(pkgCache::PkgIterator const&, bool, unsigned long, bool)@APTPKG_5.0" 0.8.0 (c++)"pkgDepCache::MarkDelete(pkgCache::PkgIterator const&, bool, unsigned long, bool)@APTPKG_5.0" 0.8.0 @@ -203,18 +187,13 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgDepCache::MarkInstall(pkgCache::PkgIterator const&, bool, unsigned long, bool, bool)@APTPKG_5.0" 0.8.0 (c++)"pkgDepCache::SetReInstall(pkgCache::PkgIterator const&, bool)@APTPKG_5.0" 0.8.0 (c++)"pkgDepCache::BuildGroupOrs(pkgCache::VerIterator const&)@APTPKG_5.0" 0.8.0 - (c++)"pkgDepCache::InRootSetFunc::InRootSet(pkgCache::PkgIterator const&)@APTPKG_5.0" 0.8.0 - (c++)"pkgDepCache::InRootSetFunc::~InRootSetFunc()@APTPKG_5.0" 0.8.0 (c++)"pkgDepCache::readStateFile(OpProgress*)@APTPKG_5.0" 0.8.0 (c++)"pkgDepCache::GetRootSetFunc()@APTPKG_5.0" 0.8.0 (c++)"pkgDepCache::writeStateFile(OpProgress*, bool)@APTPKG_5.0" 0.8.0 - (c++)"pkgDepCache::DefaultRootSetFunc::InRootSet(pkgCache::PkgIterator const&)@APTPKG_5.0" 0.8.0 - (c++)"pkgDepCache::DefaultRootSetFunc::~DefaultRootSetFunc()@APTPKG_5.0" 0.8.0 (c++)"pkgDepCache::MarkFollowsSuggests()@APTPKG_5.0" 0.8.0 (c++)"pkgDepCache::MarkFollowsRecommends()@APTPKG_5.0" 0.8.0 (c++)"pkgDepCache::Init(OpProgress*)@APTPKG_5.0" 0.8.0 (c++)"pkgDepCache::Policy::GetCandidateVer(pkgCache::PkgIterator const&)@APTPKG_5.0" 0.8.0 - (c++)"pkgDepCache::Policy::~Policy()@APTPKG_5.0" 0.8.0 (c++)"pkgDepCache::Update(pkgCache::DepIterator)@APTPKG_5.0" 0.8.0 (c++)"pkgDepCache::Update(OpProgress*)@APTPKG_5.0" 0.8.0 (c++)"pkgDepCache::Update(pkgCache::PkgIterator const&)@APTPKG_5.0" 0.8.0 @@ -224,8 +203,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgDepCache::Sweep()@APTPKG_5.0" 0.8.0 (c++)"pkgDepCache::pkgDepCache(pkgCache*, pkgDepCache::Policy*)@APTPKG_5.0" 0.8.0 (c++)"pkgDepCache::~pkgDepCache()@APTPKG_5.0" 0.8.0 - (c++)"pkgSimulate::Policy::GetCandidateVer(pkgCache::PkgIterator const&)@APTPKG_5.0" 0.8.0 - (c++)"pkgSimulate::Policy::~Policy()@APTPKG_5.0" 0.8.0 (c++)"pkgSimulate::Remove(pkgCache::PkgIterator, bool)@APTPKG_5.0" 0.8.0 (c++)"pkgSimulate::Install(pkgCache::PkgIterator, std::__cxx11::basic_string, std::allocator >)@APTPKG_5.0" 0.8.0 (c++)"pkgSimulate::Configure(pkgCache::PkgIterator)@APTPKG_5.0" 0.8.0 @@ -236,10 +213,8 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgAcqMethod::Configuration(std::__cxx11::basic_string, std::allocator >)@APTPKG_5.0" 0.8.0 (c++)"pkgAcqMethod::Log(char const*, ...)@APTPKG_5.0" 0.8.0 (c++)"pkgAcqMethod::Run(bool)@APTPKG_5.0" 0.8.0 - (c++)"pkgAcqMethod::Exit()@APTPKG_5.0" 0.8.0 (c++)"pkgAcqMethod::Fail(std::__cxx11::basic_string, std::allocator >, bool)@APTPKG_5.0" 0.8.0 (c++)"pkgAcqMethod::Fail(bool)@APTPKG_5.0" 0.8.0 - (c++)"pkgAcqMethod::Fetch(pkgAcqMethod::FetchItem*)@APTPKG_5.0" 0.8.0 (c++)"pkgAcqMethod::Status(char const*, ...)@APTPKG_5.0" 0.8.0 (c++)"pkgAcqMethod::URIDone(pkgAcqMethod::FetchResult&, pkgAcqMethod::FetchResult*)@APTPKG_5.0" 0.8.0 (c++)"pkgAcqMethod::Redirect(std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 0.8.0 @@ -312,9 +287,7 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgSourceList::Reset()@APTPKG_5.0" 0.8.0 (c++)"pkgSourceList::pkgSourceList()@APTPKG_5.0" 0.8.0 (c++)"pkgSourceList::~pkgSourceList()@APTPKG_5.0" 0.8.0 - (c++)"pkgSrcRecords::File::~File()@APTPKG_5.0" 0.8.0 (c++)"pkgSrcRecords::Find(char const*, bool const&)@APTPKG_5.0" 0.8.0 - (c++)"pkgSrcRecords::Parser::BuildDepRec::~BuildDepRec()@APTPKG_5.0" 0.8.0 (c++)"pkgSrcRecords::Parser::BuildDepType(unsigned char const&)@APTPKG_5.0" 0.8.0 (c++)"pkgSrcRecords::Restart()@APTPKG_5.0" 0.8.0 (c++)"pkgSrcRecords::pkgSrcRecords(pkgSourceList&)@APTPKG_5.0" 0.8.0 @@ -325,22 +298,16 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"OpTextProgress::Write(char const*)@APTPKG_5.0" 0.8.0 (c++)"OpTextProgress::Update()@APTPKG_5.0" 0.8.0 (c++)"OpTextProgress::OpTextProgress(Configuration&)@APTPKG_5.0" 0.8.0 - (c++)"OpTextProgress::~OpTextProgress()@APTPKG_5.0" 0.8.0 (c++)"pkgVersionMatch::ExpressionMatches(char const*, char const*)@APTPKG_5.0" 0.8.0 (c++)"pkgVersionMatch::ExpressionMatches(std::__cxx11::basic_string, std::allocator > const&, char const*)@APTPKG_5.0" 0.8.0 (c++)"pkgVersionMatch::Find(pkgCache::PkgIterator)@APTPKG_5.0" 0.8.0 (c++)"pkgVersionMatch::MatchVer(char const*, std::__cxx11::basic_string, std::allocator >, bool)@APTPKG_5.0" 0.8.0 (c++)"pkgVersionMatch::FileMatch(pkgCache::PkgFileIterator)@APTPKG_5.0" 0.8.0 (c++)"pkgVersionMatch::pkgVersionMatch(std::__cxx11::basic_string, std::allocator >, pkgVersionMatch::MatchType)@APTPKG_5.0" 0.8.0 - (c++)"pkgVersionMatch::~pkgVersionMatch()@APTPKG_5.0" 0.8.0 (c++)"TranslationsCopy::CopyTranslations(std::__cxx11::basic_string, std::allocator >, std::__cxx11::basic_string, std::allocator >, std::vector, std::allocator >, std::allocator, std::allocator > > >&, pkgCdromStatus*)@APTPKG_5.0" 0.8.0 - (c++)"pkgAcquireStatus::Done(pkgAcquire::ItemDesc&)@APTPKG_5.0" 0.8.0 - (c++)"pkgAcquireStatus::Fail(pkgAcquire::ItemDesc&)@APTPKG_5.0" 0.8.0 (c++)"pkgAcquireStatus::Stop()@APTPKG_5.0" 0.8.0 - (c++)"pkgAcquireStatus::Fetch(pkgAcquire::ItemDesc&)@APTPKG_5.0" 0.8.0 (c++)"pkgAcquireStatus::Pulse(pkgAcquire*)@APTPKG_5.0" 0.8.0 (c++)"pkgAcquireStatus::Start()@APTPKG_5.0" 0.8.0 - (c++)"pkgAcquireStatus::IMSHit(pkgAcquire::ItemDesc&)@APTPKG_5.0" 0.8.0 (c++)"pkgAcquireStatus::pkgAcquireStatus()@APTPKG_5.0" 0.8.0 (c++)"pkgArchiveCleaner::Go(std::__cxx11::basic_string, std::allocator >, pkgCache&)@APTPKG_5.0" 0.8.0 (c++)"pkgCacheGenerator::MakeStatusCache(pkgSourceList&, OpProgress*, MMap**, bool)@APTPKG_5.0" 0.8.0 @@ -357,11 +324,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgPackageManager::CheckRConflicts(pkgCache::PkgIterator, pkgCache::DepIterator, char const*)@APTPKG_5.0" 0.8.0 (c++)"pkgPackageManager::CreateOrderList()@APTPKG_5.0" 0.8.0 (c++)"pkgPackageManager::DoInstallPostFork(int)@APTPKG_5.0" 0.8.0 - (c++)"pkgPackageManager::Go(int)@APTPKG_5.0" 0.8.0 - (c++)"pkgPackageManager::Reset()@APTPKG_5.0" 0.8.0 - (c++)"pkgPackageManager::Remove(pkgCache::PkgIterator, bool)@APTPKG_5.0" 0.8.0 - (c++)"pkgPackageManager::Install(pkgCache::PkgIterator, std::__cxx11::basic_string, std::allocator >)@APTPKG_5.0" 0.8.0 - (c++)"pkgPackageManager::Configure(pkgCache::PkgIterator)@APTPKG_5.0" 0.8.0 (c++)"pkgPackageManager::DoInstall(int)@APTPKG_5.0" 0.8.0 (c++)"pkgPackageManager::pkgPackageManager(pkgDepCache*)@APTPKG_5.0" 0.8.0 (c++)"pkgPackageManager::~pkgPackageManager()@APTPKG_5.0" 0.8.0 @@ -370,18 +332,15 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgProblemResolver::~pkgProblemResolver()@APTPKG_5.0" 0.8.0 (c++)"debVersioningSystem::CmpFragment(char const*, char const*, char const*, char const*)@APTPKG_5.0" 0.8.0 (c++)"debVersioningSystem::DoCmpVersion(char const*, char const*, char const*, char const*)@APTPKG_5.0" 0.8.0 - (c++)"debVersioningSystem::DoCmpReleaseVer(char const*, char const*, char const*, char const*)@APTPKG_5.0" 0.8.0 (c++)"debVersioningSystem::UpstreamVersion[abi:cxx11](char const*)@APTPKG_5.0" 0.8.0 (c++)"debVersioningSystem::CheckDep(char const*, int, char const*)@APTPKG_5.0" 0.8.0 (c++)"debVersioningSystem::debVersioningSystem()@APTPKG_5.0" 0.8.0 - (c++)"debVersioningSystem::~debVersioningSystem()@APTPKG_5.0" 0.8.0 (c++)"pkgUdevCdromDevices::Scan()@APTPKG_5.0" 0.8.0 (c++)"pkgUdevCdromDevices::Dlopen()@APTPKG_5.0" 0.8.0 (c++)"pkgUdevCdromDevices::pkgUdevCdromDevices()@APTPKG_5.0" 0.8.0 (c++)"pkgUdevCdromDevices::~pkgUdevCdromDevices()@APTPKG_5.0" 0.8.0 (c++)"pkgVersioningSystem::GlobalList@APTPKG_5.0" 0.8.0 (c++)"pkgVersioningSystem::GlobalListLen@APTPKG_5.0" 0.8.0 - (c++)"pkgVersioningSystem::TestCompatibility(pkgVersioningSystem const&)@APTPKG_5.0" 0.8.0 (c++)"pkgVersioningSystem::GetVS(char const*)@APTPKG_5.0" 0.8.0 (c++)"pkgVersioningSystem::pkgVersioningSystem()@APTPKG_5.0" 0.8.0 (c++)"APT::CacheFilter::PackageNameMatchesRegEx::PackageNameMatchesRegEx(std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 0.8.0 @@ -397,7 +356,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"URI::NoUserPassword(std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 0.8.0 (c++)"URI::CopyFrom(std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 0.8.0 (c++)"URI::SiteOnly(std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 0.8.0 - (c++)"URI::~URI()@APTPKG_5.0" 0.8.0 (c++)"URI::operator std::__cxx11::basic_string, std::allocator >[abi:cxx11]()@APTPKG_5.0" 0.8.0 (c++)"MMap::Map(FileFd&)@APTPKG_5.0" 0.8.0 (c++)"MMap::Sync(unsigned long, unsigned long)@APTPKG_5.0" 0.8.0 @@ -471,15 +429,12 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgPolicy::GetPriority(pkgCache::PkgIterator const&)@APTPKG_5.0" 0.8.0 (c++)"pkgPolicy::InitDefaults()@APTPKG_5.0" 0.8.0 (c++)"pkgPolicy::GetCandidateVer(pkgCache::PkgIterator const&)@APTPKG_5.0" 0.8.0 - (c++)"pkgPolicy::PkgPin::~PkgPin()@APTPKG_5.0" 0.8.0 (c++)"pkgPolicy::GetMatch(pkgCache::PkgIterator const&)@APTPKG_5.0" 0.8.0 (c++)"pkgPolicy::CreatePin(pkgVersionMatch::MatchType, std::__cxx11::basic_string, std::allocator >, std::__cxx11::basic_string, std::allocator >, short)@APTPKG_5.0" 0.8.0 (c++)"pkgPolicy::pkgPolicy(pkgCache*)@APTPKG_5.0" 0.8.0 (c++)"pkgPolicy::~pkgPolicy()@APTPKG_5.0" 0.8.0 (c++)"pkgSystem::GlobalList@APTPKG_5.0" 0.8.0 - (c++)"pkgSystem::Initialize(Configuration&)@APTPKG_5.0" 0.8.0 (c++)"pkgSystem::GlobalListLen@APTPKG_5.0" 0.8.0 - (c++)"pkgSystem::Score(Configuration const&)@APTPKG_5.0" 0.8.0 (c++)"pkgSystem::GetSystem(char const*)@APTPKG_5.0" 0.8.0 (c++)"HashString::VerifyFile(std::__cxx11::basic_string, std::allocator >) const@APTPKG_5.0" 0.8.0 (c++)"HashString::empty() const@APTPKG_5.0" 0.8.0 @@ -487,7 +442,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"CommandLine::FileSize() const@APTPKG_5.0" 0.8.0 (c++)"GlobalError::empty(GlobalError::MsgType const&) const@APTPKG_5.0" 0.8.0 (c++)"pkgIndexFile::FindInCache(pkgCache&) const@APTPKG_5.0" 0.8.0 - (c++)"pkgIndexFile::CreateSrcParser() const@APTPKG_5.0" 0.8.0 (c++)"Configuration::MatchAgainstConfig::Match(char const*) const@APTPKG_5.0" 0.8.0 (c++)"Configuration::Find[abi:cxx11](char const*, char const*) const@APTPKG_5.0" 0.8.0 (c++)"Configuration::Item::FullTag[abi:cxx11](Configuration::Item const*) const@APTPKG_5.0" 0.8.0 @@ -651,7 +605,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"vtable for pkgSourceList::Type@APTPKG_5.0" 0.8.0 (c++)"vtable for pkgSrcRecords::Parser@APTPKG_5.0" 0.8.0 (c++)"vtable for APT::CacheSetHelper@APTPKG_5.0" 0.8.0 - (c++)"non-virtual thunk to pkgDepCache::DefaultRootSetFunc::~DefaultRootSetFunc()@APTPKG_5.0" 0.8.0 (c++)"operator<<(std::basic_ostream >&, pkgCache::DepIterator)@APTPKG_5.0" 0.8.0 (c++)"operator<<(std::basic_ostream >&, pkgCache::PkgIterator)@APTPKG_5.0" 0.8.0 _config@APTPKG_5.0 0.8.0 @@ -662,7 +615,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# pkgVersion@APTPKG_5.0 0.8.0 (c++)"pkgAcquireStatus::~pkgAcquireStatus()@APTPKG_5.0" 0.8.0 (c++)"IndexCopy::~IndexCopy()@APTPKG_5.0" 0.8.0 - (c++)"pkgIndexFile::Type::~Type()@APTPKG_5.0" 0.8.0 (c++)"pkgArchiveCleaner::~pkgArchiveCleaner()@APTPKG_5.0" 0.8.0 (c++)"typeinfo for pkgArchiveCleaner@APTPKG_5.0" 0.8.0 (c++)"typeinfo name for pkgArchiveCleaner@APTPKG_5.0" 0.8.0 @@ -722,7 +674,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"FindMountPointForDevice[abi:cxx11](char const*)@APTPKG_5.0" 0.8.12 (c++)"pkgUdevCdromDevices::ScanForRemovable(bool)@APTPKG_5.0" 0.8.12 (c++)"APT::Configuration::Compressor::Compressor(char const*, char const*, char const*, char const*, char const*, unsigned short)@APTPKG_5.0" 0.8.12 - (c++)"APT::Configuration::Compressor::~Compressor()@APTPKG_5.0" 0.8.12 (c++)"APT::Configuration::getCompressors(bool)@APTPKG_5.0" 0.8.12 (c++)"APT::Configuration::getCompressorExtensions[abi:cxx11]()@APTPKG_5.0" 0.8.12 (c++)"pkgCache::DepIterator::IsNegative() const@APTPKG_5.0" 0.8.15~exp1 @@ -754,8 +705,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"SHA1Summation::SHA1Summation()@APTPKG_5.0" 0.8.16~exp2 (c++)"SHA1Summation::Add(unsigned char const*, unsigned long long)@APTPKG_5.0" 0.8.16~exp6 (c++)"SHA1Summation::Result()@APTPKG_5.0" 0.8.16~exp2 - (c++)"SHA256Summation::Add(unsigned char const*, unsigned long long)@APTPKG_5.0" 0.8.16~exp6 - (c++)"SHA512Summation::Add(unsigned char const*, unsigned long long)@APTPKG_5.0" 0.8.16~exp6 (c++)"SummationImplementation::AddFD(int, unsigned long long)@APTPKG_5.0" 0.8.16~exp6 (c++)"typeinfo for MD5Summation@APTPKG_5.0" 0.8.16~exp6 (c++)"typeinfo for SHA1Summation@APTPKG_5.0" 0.8.16~exp6 @@ -781,7 +730,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"SourceCopy::GetFile(std::__cxx11::basic_string, std::allocator >&, unsigned long long&)@APTPKG_5.0" 0.8.16~exp6 (c++)"pkgAcquire::UriIterator::~UriIterator()@APTPKG_5.0" 0.8.16~exp6 (c++)"pkgAcquire::MethodConfig::~MethodConfig()@APTPKG_5.0" 0.8.16~exp6 - (c++)"pkgRecords::Parser::RecordField[abi:cxx11](char const*)@APTPKG_5.0" 0.8.16~exp6 (c++)"pkgTagFile::Jump(pkgTagSection&, unsigned long long)@APTPKG_5.0" 0.8.16~exp6 (c++)"pkgTagFile::Offset()@APTPKG_5.0" 0.8.16~exp6 (c++)"pkgTagFile::pkgTagFile(FileFd*, unsigned long long)@APTPKG_5.0" 0.8.16~exp6 @@ -856,16 +804,12 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"vtable for APT::PackageContainerInterface@APTPKG_5.0" 0.8.16~exp9 (c++)"vtable for APT::VersionContainerInterface@APTPKG_5.0" 0.8.16~exp9 ### rework of the packagemanager rework - (c++)"APT::Progress::PackageManager::ConffilePrompt(std::__cxx11::basic_string, std::allocator >, unsigned int, unsigned int, std::__cxx11::basic_string, std::allocator >)@APTPKG_5.0" 0.9.13~exp1 - (c++)"APT::Progress::PackageManager::Error(std::__cxx11::basic_string, std::allocator >, unsigned int, unsigned int, std::__cxx11::basic_string, std::allocator >)@APTPKG_5.0" 0.9.13~exp1 (c++)"APT::Progress::PackageManagerFancy::HandleSIGWINCH(int)@APTPKG_5.0" 0.9.13~exp1 (c++)"APT::Progress::PackageManagerFancy::~PackageManagerFancy()@APTPKG_5.0" 0.9.13~exp1 (c++)"APT::Progress::PackageManagerFancy::PackageManagerFancy()@APTPKG_5.0" 0.9.13~exp1 (c++)"APT::Progress::PackageManagerFancy::SetupTerminalScrollArea(int)@APTPKG_5.0" 0.9.13~exp1 (c++)"APT::Progress::PackageManagerFancy::StatusChanged(std::__cxx11::basic_string, std::allocator >, unsigned int, unsigned int, std::__cxx11::basic_string, std::allocator >)@APTPKG_5.0" 0.9.13~exp1 (c++)"APT::Progress::PackageManagerFancy::Stop()@APTPKG_5.0" 0.9.13~exp1 - (c++)"APT::Progress::PackageManager::fork()@APTPKG_5.0" 0.9.13~exp1 - (c++)"APT::Progress::PackageManager::GetPulseInterval()@APTPKG_5.0" 0.9.13~exp1 (c++)"APT::Progress::PackageManager::~PackageManager()@APTPKG_5.0" 0.9.13~exp1 (c++)"APT::Progress::PackageManagerProgressDeb822Fd::ConffilePrompt(std::__cxx11::basic_string, std::allocator >, unsigned int, unsigned int, std::__cxx11::basic_string, std::allocator >)@APTPKG_5.0" 0.9.13~exp1 (c++)"APT::Progress::PackageManagerProgressDeb822Fd::Error(std::__cxx11::basic_string, std::allocator >, unsigned int, unsigned int, std::__cxx11::basic_string, std::allocator >)@APTPKG_5.0" 0.9.13~exp1 @@ -884,10 +828,7 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"APT::Progress::PackageManagerProgressFd::StatusChanged(std::__cxx11::basic_string, std::allocator >, unsigned int, unsigned int, std::__cxx11::basic_string, std::allocator >)@APTPKG_5.0" 0.9.13~exp1 (c++)"APT::Progress::PackageManagerProgressFd::Stop()@APTPKG_5.0" 0.9.13~exp1 (c++)"APT::Progress::PackageManagerProgressFd::WriteToStatusFd(std::__cxx11::basic_string, std::allocator >)@APTPKG_5.0" 0.9.13~exp1 - (c++)"APT::Progress::PackageManager::Pulse()@APTPKG_5.0" 0.9.13~exp1 - (c++)"APT::Progress::PackageManager::StartDpkg()@APTPKG_5.0" 0.9.13~exp1 (c++)"APT::Progress::PackageManager::StatusChanged(std::__cxx11::basic_string, std::allocator >, unsigned int, unsigned int, std::__cxx11::basic_string, std::allocator >)@APTPKG_5.0" 0.9.13~exp1 - (c++)"APT::Progress::PackageManager::Stop()@APTPKG_5.0" 0.9.13~exp1 (c++)"APT::Progress::PackageManagerText::~PackageManagerText()@APTPKG_5.0" 0.9.13~exp1 (c++)"APT::Progress::PackageManagerText::StatusChanged(std::__cxx11::basic_string, std::allocator >, unsigned int, unsigned int, std::__cxx11::basic_string, std::allocator >)@APTPKG_5.0" 0.9.13~exp1 (c++)"APT::String::Strip(std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 0.9.13~exp1 @@ -913,7 +854,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"vtable for APT::Progress::PackageManagerText@APTPKG_5.0" 0.9.13~exp1 (c++)"APT::Progress::PackageManagerFancy::instances@APTPKG_5.0" 0.9.14.2 (c++)"APT::Progress::PackageManagerFancy::Start(int)@APTPKG_5.0" 0.9.14.2 - (c++)"APT::Progress::PackageManager::Start(int)@APTPKG_5.0" 0.9.14.2 ### install foo.deb support (c++)"flAbsPath(std::__cxx11::basic_string, std::allocator >)@APTPKG_5.0" 1.1~exp1 (c++)"metaIndex::~metaIndex()@APTPKG_5.0" 1.1~exp1 @@ -929,7 +869,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"APT::CacheFilter::ANDMatcher::operator()(pkgCache::GrpIterator const&)@APTPKG_5.0" 1.1~exp4 (c++)"APT::CacheFilter::ANDMatcher::operator()(pkgCache::PkgIterator const&)@APTPKG_5.0" 1.1~exp4 (c++)"APT::CacheFilter::ANDMatcher::operator()(pkgCache::VerIterator const&)@APTPKG_5.0" 1.1~exp4 - (c++)"APT::CacheFilter::FalseMatcher::~FalseMatcher()@APTPKG_5.0" 1.1~exp4 (c++)"APT::CacheFilter::FalseMatcher::operator()(pkgCache::GrpIterator const&)@APTPKG_5.0" 1.1~exp4 (c++)"APT::CacheFilter::FalseMatcher::operator()(pkgCache::PkgIterator const&)@APTPKG_5.0" 1.1~exp4 (c++)"APT::CacheFilter::FalseMatcher::operator()(pkgCache::VerIterator const&)@APTPKG_5.0" 1.1~exp4 @@ -953,15 +892,11 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"APT::CacheFilter::PackageIsNewInstall::operator()(pkgCache::PkgIterator const&)@APTPKG_5.0" 1.1~exp4 (c++)"APT::CacheFilter::PackageIsNewInstall::~PackageIsNewInstall()@APTPKG_5.0" 1.1~exp4 (c++)"APT::CacheFilter::PackageIsNewInstall::PackageIsNewInstall(pkgCacheFile*)@APTPKG_5.0" 1.1~exp4 - (c++)"APT::CacheFilter::PackageMatcher::operator()(pkgCache::GrpIterator const&)@APTPKG_5.0" 1.1~exp4 - (c++)"APT::CacheFilter::PackageMatcher::operator()(pkgCache::VerIterator const&)@APTPKG_5.0" 1.1~exp4 (c++)"APT::CacheFilter::PackageMatcher::~PackageMatcher()@APTPKG_5.0" 1.1~exp4 - (c++)"APT::CacheFilter::PackageNameMatchesFnmatch::~PackageNameMatchesFnmatch()@APTPKG_5.0" 1.1~exp4 (c++)"APT::CacheFilter::PackageNameMatchesFnmatch::PackageNameMatchesFnmatch(std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp4 (c++)"APT::CacheFilter::TrueMatcher::operator()(pkgCache::GrpIterator const&)@APTPKG_5.0" 1.1~exp4 (c++)"APT::CacheFilter::TrueMatcher::operator()(pkgCache::PkgIterator const&)@APTPKG_5.0" 1.1~exp4 (c++)"APT::CacheFilter::TrueMatcher::operator()(pkgCache::VerIterator const&)@APTPKG_5.0" 1.1~exp4 - (c++)"APT::CacheFilter::TrueMatcher::~TrueMatcher()@APTPKG_5.0" 1.1~exp4 (c++)"typeinfo for APT::CacheFilter::ANDMatcher@APTPKG_5.0" 1.1~exp4 (c++)"typeinfo for APT::CacheFilter::FalseMatcher@APTPKG_5.0" 1.1~exp4 (c++)"typeinfo for APT::CacheFilter::Matcher@APTPKG_5.0" 1.1~exp4 @@ -1028,17 +963,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"APT::VersionContainerInterface::FromCommandLine(APT::VersionContainerInterface*, pkgCacheFile&, char const**, APT::CacheSetHelper::VerSelector, APT::CacheSetHelper&)@APTPKG_5.0" 1.1~exp4 (c++)"APT::VersionContainerInterface::FromPackage(APT::VersionContainerInterface*, pkgCacheFile&, pkgCache::PkgIterator const&, APT::CacheSetHelper::VerSelector, APT::CacheSetHelper&)@APTPKG_5.0" 1.1~exp4 (c++)"APT::VersionContainerInterface::FromString(APT::VersionContainerInterface*, pkgCacheFile&, std::__cxx11::basic_string, std::allocator >, APT::CacheSetHelper::VerSelector, APT::CacheSetHelper&, bool)@APTPKG_5.0" 1.1~exp4 - (c++)"APT::VersionContainer > >::size() const@APTPKG_5.0" 1.1~exp9 - (c++)"APT::VersionContainer > >::~VersionContainer()@APTPKG_5.0" 1.1~exp9 - (c++)"APT::PackageContainer, std::allocator > >::empty() const@APTPKG_5.0" 0.8.16~exp9 - (c++)"APT::PackageContainer > >::empty() const@APTPKG_5.0" 0.8.16~exp9 - (c++)"APT::VersionContainer > >::empty() const@APTPKG_5.0" 0.8.16~exp9 - (c++)"APT::PackageContainer, std::allocator > >::clear()@APTPKG_5.0" 0.8.16~exp9 - (c++)"APT::PackageContainer, std::allocator > >::insert(pkgCache::PkgIterator const&)@APTPKG_5.0" 0.8.16~exp9 - (c++)"APT::PackageContainer > >::clear()@APTPKG_5.0" 0.8.16~exp9 - (c++)"APT::PackageContainer > >::insert(pkgCache::PkgIterator const&)@APTPKG_5.0" 0.8.16~exp9 - (c++)"APT::VersionContainer > >::clear()@APTPKG_5.0" 0.8.16~exp9 - (c++)"APT::VersionContainer > >::insert(pkgCache::VerIterator const&)@APTPKG_5.0" 0.8.16~exp9 (c++)"typeinfo for APT::PackageContainer, std::allocator > >@APTPKG_5.0" 0.8.16~exp9 (c++)"typeinfo for APT::PackageContainer > >@APTPKG_5.0" 0.8.16~exp9 (c++)"typeinfo for APT::VersionContainer > >@APTPKG_5.0" 0.8.16~exp9 @@ -1048,11 +972,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"vtable for APT::PackageContainer, std::allocator > >@APTPKG_5.0" 0.8.16~exp9 (c++)"vtable for APT::PackageContainer > >@APTPKG_5.0" 0.8.16~exp9 (c++)"vtable for APT::VersionContainer > >@APTPKG_5.0" 0.8.16~exp9 - (c++)"APT::VersionContainer > >::clear()@APTPKG_5.0" 1.1~exp15 - (c++)"APT::VersionContainer > >::empty() const@APTPKG_5.0" 1.1~exp15 - (c++)"APT::VersionContainer > >::insert(pkgCache::VerIterator const&)@APTPKG_5.0" 1.1~exp15 - (c++)"APT::VersionContainer > >::size() const@APTPKG_5.0" 1.1~exp15 - (c++)"APT::VersionContainer > >::~VersionContainer()@APTPKG_5.0" 1.1~exp15 (c++)"typeinfo for APT::VersionContainer > >@APTPKG_5.0" 1.1~exp15 (c++)"typeinfo name for APT::VersionContainer > >@APTPKG_5.0" 1.1~exp15 (c++)"vtable for APT::VersionContainer > >@APTPKG_5.0" 1.1~exp15 @@ -1083,9 +1002,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgAcqMethod::DropPrivsOrDie()@APTPKG_5.0" 1.1~exp1 (c++)"pkgAcquire::Item::Custom600Headers[abi:cxx11]() const@APTPKG_5.0" 1.1~exp1 (c++)"pkgAcquire::Item::IsTrusted() const@APTPKG_5.0" 1.1~exp1 - (c++)"pkgRecords::Parser::Hashes() const@APTPKG_5.0" 1.1~exp1 - (c++)"pkgRecords::Parser::LongDesc(std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp1 - (c++)"pkgRecords::Parser::ShortDesc(std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp1 (c++)"typeinfo for Hashes@APTPKG_5.0" 1.1~exp1 (c++)"typeinfo name for Hashes@APTPKG_5.0" 1.1~exp1 (c++)"vtable for Hashes@APTPKG_5.0" 1.1~exp1 @@ -1095,7 +1011,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgAcquire::Item::QueueURI(pkgAcquire::ItemDesc&)@APTPKG_5.0" 1.1~exp4 (c++)"pkgAcquire::Item::SetActiveSubprocess(std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp4 (c++)"pkgAcquire::Setup(pkgAcquireStatus*, std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp4 - (c++)"pkgArchiveCleaner::Erase(char const*, std::__cxx11::basic_string, std::allocator >, std::__cxx11::basic_string, std::allocator >, stat&)@APTPKG_5.0" 1.1~exp4 (c++)"pkgDepCache::MarkAndSweep()@APTPKG_5.0" 1.1~exp4 (c++)"pkgDepCache::MarkAndSweep(pkgDepCache::InRootSetFunc&)@APTPKG_5.0" 1.1~exp4 ### mixed stuff @@ -1147,8 +1062,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgDepCache::IsInstallOkDependenciesSatisfiableByCandidates(pkgCache::PkgIterator const&, bool, unsigned long, bool)@APTPKG_5.0" 1.0 (c++)"APT::Progress::PackageManagerFancy::GetTerminalSize()@APTPKG_5.0" 1.0 (c++)"APT::Progress::PackageManagerFancy::GetTextProgressStr[abi:cxx11](float, int)@APTPKG_5.0" 1.0 - (c++)"pkgCdromStatus::GetOpProgress()@APTPKG_5.0" 1.0 - (c++)"pkgCdromStatus::SetTotal(int)@APTPKG_5.0" 1.0 (c++)"EDSP::ExecuteSolver(char const*, int*, int*, bool)@APTPKG_5.0" 1.0.4 (c++)"pkgPackageManager::EarlyRemove(pkgCache::PkgIterator, pkgCache::DepIterator const*)@APTPKG_5.0" 1.0.4 (c++)"pkgSrcRecords::Step()@APTPKG_5.0" 1.0.4 @@ -1166,7 +1079,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgDPkgPM::Go(APT::Progress::PackageManager*)@APTPKG_5.0" 1.1~exp1 (c++)"pkgPackageManager::DoInstall(APT::Progress::PackageManager*)@APTPKG_5.0" 1.1~exp1 (c++)"pkgPackageManager::DoInstallPostFork(APT::Progress::PackageManager*)@APTPKG_5.0" 1.1~exp1 - (c++)"pkgPackageManager::Go(APT::Progress::PackageManager*)@APTPKG_5.0" 1.1~exp1 (c++)"pkgTagFile::Init(FileFd*, unsigned long long)@APTPKG_5.0" 1.1~exp1 (c++)"pkgTagSection::Count() const@APTPKG_5.0" 1.1~exp1 (c++)"pkgTagSection::Exists(char const*) const@APTPKG_5.0" 1.1~exp1 @@ -1191,15 +1103,9 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"APT::PackageContainerInterface::PackageContainerInterface(APT::CacheSetHelper::PkgSelector)@APTPKG_5.0" 1.1~exp9 (c++)"APT::PackageContainerInterface::~PackageContainerInterface()@APTPKG_5.0" 1.1~exp9 (c++)"APT::PackageContainerInterface::PackageContainerInterface()@APTPKG_5.0" 1.1~exp9 - (c++)"APT::PackageContainer > >::~PackageContainer()@APTPKG_5.0" 1.1~exp9 - (c++)"APT::PackageContainer > >::size() const@APTPKG_5.0" 1.1~exp9 - (c++)"APT::PackageContainer, std::allocator > >::~PackageContainer()@APTPKG_5.0" 1.1~exp9 - (c++)"APT::PackageContainer, std::allocator > >::size() const@APTPKG_5.0" 1.1~exp9 - (c++)"APT::PackageUniverse::empty() const@APTPKG_5.0" 1.1~exp9 (c++)"APT::PackageUniverse::~PackageUniverse()@APTPKG_5.0" 1.1~exp9 (c++)"APT::PackageUniverse::PackageUniverse(pkgCache*)@APTPKG_5.0" 1.1~exp9 (c++)"APT::PackageUniverse::PackageUniverse(pkgCacheFile*)@APTPKG_5.0" 1.1~exp9 - (c++)"APT::PackageUniverse::size() const@APTPKG_5.0" 1.1~exp9 (c++)"APT::Progress::PackageManagerText::PackageManagerText()@APTPKG_5.0" 1.1~exp9 (c++)"APT::VersionContainerInterface::FromDependency(APT::VersionContainerInterface*, pkgCacheFile&, pkgCache::DepIterator const&, APT::CacheSetHelper::VerSelector, APT::CacheSetHelper&)@APTPKG_5.0" 1.1~exp9 (c++)"APT::VersionContainerInterface::operator=(APT::VersionContainerInterface const&)@APTPKG_5.0" 1.1~exp9 @@ -1216,35 +1122,29 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"debDebPkgFileIndex::GetContent(std::basic_ostream >&, std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp9 (c++)"debDebPkgFileIndex::GetIndexFlags() const@APTPKG_5.0" 1.1~exp9 (c++)"debDebPkgFileIndex::GetType() const@APTPKG_5.0" 1.1~exp9 - (c++)"debDebPkgFileIndex::HasPackages() const@APTPKG_5.0" 1.1~exp9 (c++)"debDebPkgFileIndex::OpenListFile(FileFd&, std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp9 (c++)"debDscFileIndex::CreateSrcParser() const@APTPKG_5.0" 1.1~exp9 (c++)"debDscFileIndex::~debDscFileIndex()@APTPKG_5.0" 1.1~exp9 (c++)"debDscFileIndex::debDscFileIndex(std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp9 (c++)"debDscFileIndex::GetType() const@APTPKG_5.0" 1.1~exp9 - (c++)"debDscFileIndex::HasPackages() const@APTPKG_5.0" 1.1~exp9 (c++)"debPackagesIndex::ArchiveInfo[abi:cxx11](pkgCache::VerIterator const&) const@APTPKG_5.0" 1.1~exp9 (c++)"debPackagesIndex::~debPackagesIndex()@APTPKG_5.0" 1.1~exp9 (c++)"debPackagesIndex::debPackagesIndex(IndexTarget const&, bool)@APTPKG_5.0" 1.1~exp9 (c++)"debPackagesIndex::GetIndexFlags() const@APTPKG_5.0" 1.1~exp9 (c++)"debPackagesIndex::GetType() const@APTPKG_5.0" 1.1~exp9 - (c++)"debPackagesIndex::HasPackages() const@APTPKG_5.0" 1.1~exp9 (c++)"debSourcesIndex::CreateSrcParser() const@APTPKG_5.0" 1.1~exp9 (c++)"debSourcesIndex::~debSourcesIndex()@APTPKG_5.0" 1.1~exp9 (c++)"debSourcesIndex::debSourcesIndex(IndexTarget const&, bool)@APTPKG_5.0" 1.1~exp9 (c++)"debSourcesIndex::GetIndexFlags() const@APTPKG_5.0" 1.1~exp9 (c++)"debSourcesIndex::GetType() const@APTPKG_5.0" 1.1~exp9 - (c++)"debSourcesIndex::HasPackages() const@APTPKG_5.0" 1.1~exp9 (c++)"debSourcesIndex::OpenListFile(FileFd&, std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp9 (c++)"debSourcesIndex::SourceInfo[abi:cxx11](pkgSrcRecords::Parser const&, pkgSrcRecords::File const&) const@APTPKG_5.0" 1.1~exp9 (c++)"debStatusIndex::~debStatusIndex()@APTPKG_5.0" 1.1~exp9 (c++)"debStatusIndex::debStatusIndex(std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp9 - (c++)"debStatusIndex::Exists() const@APTPKG_5.0" 1.1~exp9 (c++)"debStatusIndex::GetArchitecture[abi:cxx11]() const@APTPKG_5.0" 1.1~exp9 (c++)"debStatusIndex::GetComponent[abi:cxx11]() const@APTPKG_5.0" 1.1~exp9 (c++)"debStatusIndex::GetIndexFlags() const@APTPKG_5.0" 1.1~exp9 (c++)"debStatusIndex::GetType() const@APTPKG_5.0" 1.1~exp9 - (c++)"debStatusIndex::HasPackages() const@APTPKG_5.0" 1.1~exp9 (c++)"debTranslationsIndex::~debTranslationsIndex()@APTPKG_5.0" 1.1~exp9 (c++)"debTranslationsIndex::debTranslationsIndex(IndexTarget const&)@APTPKG_5.0" 1.1~exp9 (c++)"debTranslationsIndex::GetArchitecture[abi:cxx11]() const@APTPKG_5.0" 1.1~exp9 @@ -1252,7 +1152,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"debTranslationsIndex::GetType() const@APTPKG_5.0" 1.1~exp9 (c++)"debTranslationsIndex::HasPackages() const@APTPKG_5.0" 1.1~exp9 (c++)"debTranslationsIndex::OpenListFile(FileFd&, std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp9 - (c++)"ExecGPGV(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&, int const&)@APTPKG_5.0" 1.1~exp9 (c++)"ExecGPGV(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&, int const&, int*, std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp9 (c++)"FileFd::FileFd()@APTPKG_5.0" 1.1~exp9 (c++)"FileFd::FileFd(int, bool)@APTPKG_5.0" 1.1~exp9 @@ -1268,8 +1167,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"HashStringList::FileSize(unsigned long long)@APTPKG_5.0" 1.1~exp9 (c++)"IndexCopy::IndexCopy()@APTPKG_5.0" 1.1~exp9 (c++)"IndexTarget::Format(std::__cxx11::basic_string, std::allocator >) const@APTPKG_5.0" 1.1~exp9 - (c++)"IndexTarget::~IndexTarget()@APTPKG_5.0" 1.1~exp9 - (c++)"IndexTarget::IndexTarget(IndexTarget const&)@APTPKG_5.0" 1.1~exp9 (c++)"IndexTarget::IndexTarget(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&, bool, bool, std::map, std::allocator >, std::__cxx11::basic_string, std::allocator >, std::less, std::allocator > >, std::allocator, std::allocator > const, std::__cxx11::basic_string, std::allocator > > > > const&)@APTPKG_5.0" 1.1~exp9 (c++)"IndexTarget::Option[abi:cxx11](IndexTarget::OptionKeys) const@APTPKG_5.0" 1.1~exp9 (c++)"metaIndex::CheckDist(std::__cxx11::basic_string, std::allocator > const&) const@APTPKG_5.0" 1.1~exp9 @@ -1297,11 +1194,8 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgAcqArchive::GetFinalFilename[abi:cxx11]() const@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcqArchive::HashesRequired() const@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcqArchive::ShortDesc[abi:cxx11]() const@APTPKG_5.0" 1.1~exp9 - (c++)"pkgAcqChangelog::DescURI[abi:cxx11]() const@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcqChangelog::Done(std::__cxx11::basic_string, std::allocator > const&, HashStringList const&, pkgAcquire::MethodConfig const*)@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcqChangelog::Failed(std::__cxx11::basic_string, std::allocator > const&, pkgAcquire::MethodConfig const*)@APTPKG_5.0" 1.1~exp9 - (c++)"pkgAcqChangelog::GetExpectedHashes() const@APTPKG_5.0" 1.1~exp9 - (c++)"pkgAcqChangelog::HashesRequired() const@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcqChangelog::~pkgAcqChangelog()@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcqChangelog::pkgAcqChangelog(pkgAcquire*, pkgCache::RlsFileIterator const&, char const*, char const*, char const*, std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcqChangelog::pkgAcqChangelog(pkgAcquire*, pkgCache::VerIterator const&, std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp9 @@ -1310,7 +1204,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgAcqChangelog::URI[abi:cxx11](pkgCache::VerIterator const&)@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcqChangelog::URI(std::__cxx11::basic_string, std::allocator > const&, char const*, char const*, char const*)@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcqChangelog::URITemplate[abi:cxx11](pkgCache::RlsFileIterator const&)@APTPKG_5.0" 1.1~exp9 - (c++)"pkgAcqFile::DescURI[abi:cxx11]() const@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcqFile::Done(std::__cxx11::basic_string, std::allocator > const&, HashStringList const&, pkgAcquire::MethodConfig const*)@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcqFile::Failed(std::__cxx11::basic_string, std::allocator > const&, pkgAcquire::MethodConfig const*)@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcqFile::GetExpectedHashes() const@APTPKG_5.0" 1.1~exp9 @@ -1319,13 +1212,11 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgAcqMethod::FetchItem::FetchItem()@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcqMethod::FetchItem::~FetchItem()@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcqMethod::FetchResult::~FetchResult()@APTPKG_5.0" 1.1~exp9 - (c++)"pkgAcqMethod::URIAcquire(std::__cxx11::basic_string, std::allocator > const&, pkgAcqMethod::FetchItem*)@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcquire::Item::Done(std::__cxx11::basic_string, std::allocator > const&, HashStringList const&, pkgAcquire::MethodConfig const*)@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcquire::Item::Failed(std::__cxx11::basic_string, std::allocator > const&, pkgAcquire::MethodConfig const*)@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcquire::Item::GetFinalFilename[abi:cxx11]() const@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcquire::Item::GetItemDesc()@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcquire::Item::GetOwner() const@APTPKG_5.0" 1.1~exp9 - (c++)"pkgAcquire::Item::HashesRequired() const@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcquire::Item::HashSum[abi:cxx11]() const@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcquire::Item::Item(pkgAcquire*)@APTPKG_5.0" 1.1~exp9 (c++)"pkgAcquire::Item::Rename(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp9 @@ -1378,12 +1269,9 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgDepCache::UpdateVerState(pkgCache::PkgIterator const&)@APTPKG_5.0" 1.1~exp9 (c++)"pkgDepCache::VersionState(pkgCache::DepIterator, unsigned char, unsigned char, unsigned char) const@APTPKG_5.0" 1.1~exp9 (c++)"pkgIndexFile::ArchiveInfo[abi:cxx11](pkgCache::VerIterator const&) const@APTPKG_5.0" 1.1~exp9 - (c++)"pkgIndexFile::ArchiveURI(std::__cxx11::basic_string, std::allocator > const&) const@APTPKG_5.0" 1.1~exp9 (c++)"pkgIndexFile::~pkgIndexFile()@APTPKG_5.0" 1.1~exp9 (c++)"pkgIndexFile::pkgIndexFile(bool)@APTPKG_5.0" 1.1~exp9 (c++)"pkgIndexFile::SourceInfo[abi:cxx11](pkgSrcRecords::Parser const&, pkgSrcRecords::File const&) const@APTPKG_5.0" 1.1~exp9 - (c++)"pkgIndexFile::Type::CreatePkgParser(pkgCache::PkgFileIterator const&) const@APTPKG_5.0" 1.1~exp9 - (c++)"pkgIndexFile::Type::CreateSrcPkgParser(std::__cxx11::basic_string, std::allocator > const&) const@APTPKG_5.0" 1.1~exp9 (c++)"pkgRecords::Parser::~Parser()@APTPKG_5.0" 1.1~exp9 (c++)"pkgRecords::Parser::Parser()@APTPKG_5.0" 1.1~exp9 (c++)"pkgSourceList::AddVolatileFile(pkgIndexFile*)@APTPKG_5.0" 1.1~exp9 @@ -1405,9 +1293,7 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgTagSection::Tag::Remove(std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp9 (c++)"pkgTagSection::Tag::Rename(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp9 (c++)"pkgTagSection::Tag::Rewrite(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.1~exp9 - (c++)"pkgTagSection::Tag::~Tag()@APTPKG_5.0" 1.1~exp9 (c++)"pkgTagSection::Write(FileFd&, char const* const*, std::vector > const&) const@APTPKG_5.0" 1.1~exp9 - (c++)"pkgUserTagSection::~pkgUserTagSection()@APTPKG_5.0" 1.1~exp9 (c++)"pkgUserTagSection::TrimRecord(bool, char const*&)@APTPKG_5.0" 1.1~exp9 (c++)"pkgVersioningSystem::~pkgVersioningSystem()@APTPKG_5.0" 1.1~exp9 (c++)"SigVerify::~SigVerify()@APTPKG_5.0" 1.1~exp9 @@ -1531,7 +1417,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"GetSrvRecords(std::__cxx11::basic_string, std::allocator >, std::vector >&)@APTPKG_5.0" 1.1~exp15 (c++)"PopFromSrvRecs(std::vector >&)@APTPKG_5.0" 1.1~exp15 (c++)"SrvRec::operator==(SrvRec const&) const@APTPKG_5.0" 1.1~exp15 - (c++)"debDebianSourceDirIndex::~debDebianSourceDirIndex()@APTPKG_5.0" 1.1.4 (c++)"debDebianSourceDirIndex::GetComponent[abi:cxx11]() const@APTPKG_5.0" 1.1.4 (c++)"debDscFileIndex::GetArchitecture[abi:cxx11]() const@APTPKG_5.0" 1.1.4 (c++)"debDscFileIndex::GetComponent[abi:cxx11]() const@APTPKG_5.0" 1.1.4 @@ -1570,25 +1455,19 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++|regex|optional=std)"^std::[^ ]+<.+ >::(append|insert|reserve|operator[^ ]+)\(.*\)@APTPKG_5.0$" 0.8.0 (c++|regex|optional=std)"^(void |DiffInfo\* |)std::_.*@APTPKG_5.0$" 0.8.0 (c++|regex|optional=std)"^__gnu_cxx::__[^ ]+<.*@APTPKG_5.0$" 0.8.0 - (c++|optional=std)"std::ctype::do_widen(char) const@APTPKG_5.0" 1.0.3 ### - (c++)"APT::Configuration::Compressor::Compressor(APT::Configuration::Compressor&&)@APTPKG_5.0" 1.2 - (c++)"APT::Configuration::Compressor::operator=(APT::Configuration::Compressor&&)@APTPKG_5.0" 1.2 (c++)"debStringPackageIndex::~debStringPackageIndex()@APTPKG_5.0" 1.2.2 (c++)"debStringPackageIndex::debStringPackageIndex(std::__cxx11::basic_string, std::allocator > const&)@APTPKG_5.0" 1.2.2 - (c++)"debStringPackageIndex::Exists() const@APTPKG_5.0" 1.2.2 (c++)"debStringPackageIndex::GetArchitecture[abi:cxx11]() const@APTPKG_5.0" 1.2.2 (c++)"debStringPackageIndex::GetComponent[abi:cxx11]() const@APTPKG_5.0" 1.2.2 (c++)"debStringPackageIndex::GetIndexFlags() const@APTPKG_5.0" 1.2.2 (c++)"debStringPackageIndex::GetType() const@APTPKG_5.0" 1.2.2 - (c++)"debStringPackageIndex::HasPackages() const@APTPKG_5.0" 1.2.2 (c++)"pkgCacheFile::AddIndexFile(pkgIndexFile*)@APTPKG_5.0" 1.2.2 (c++)"typeinfo for debStringPackageIndex@APTPKG_5.0" 1.2.2 (c++)"typeinfo name for debStringPackageIndex@APTPKG_5.0" 1.2.2 (c++)"vtable for debStringPackageIndex@APTPKG_5.0" 1.2.2 (c++)"operator<<(std::basic_ostream >&, APT::PrettyDep const&)@APTPKG_5.0" 1.3~exp1 (c++)"operator<<(std::basic_ostream >&, APT::PrettyPkg const&)@APTPKG_5.0" 1.3~exp1 - (c++)"URI::URI(std::__cxx11::basic_string, std::allocator >)@APTPKG_5.0" 1.3~exp1 (c++)"EDSP::ReadRequest(int, std::__cxx11::list, std::allocator >, std::allocator, std::allocator > > >&, std::__cxx11::list, std::allocator >, std::allocator, std::allocator > > >&, unsigned int&)@APTPKG_5.0" 1.3~exp2 (c++)"EDSP::ResolveExternal(char const*, pkgDepCache&, unsigned int, OpProgress*)@APTPKG_5.0" 1.3~exp2 (c++)"EDSP::WriteError(char const*, std::__cxx11::basic_string, std::allocator > const&, FileFd&)@APTPKG_5.0" 1.3~exp2 -- cgit v1.2.3