summaryrefslogtreecommitdiff
path: root/cmdline/apt-sortpkgs.cc
AgeCommit message (Expand)AuthorFilesLines
2018-05-07Remove obsolete RCS keywordsGuillem Jover1-1/+0
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-9/+9
2016-08-26Add missing includes and external definitionsJulian Andres Klode1-0/+1
2016-05-28look into the right textdomain for apt-utils againDavid Kalnischkies1-2/+0
2015-11-29drop some needlessly public declarations in libapt-privateDavid Kalnischkies1-2/+2
2015-11-29use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies1-1/+1
2015-11-21review of new/changed translatable program stringsJustin B Rye1-1/+1
2015-11-04revamp all tools help messagesDavid Kalnischkies1-9/+4
2015-11-04deal with --version more centrallyDavid Kalnischkies1-6/+1
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies1-3/+2
2015-11-04generate commands array after config is loadedDavid Kalnischkies1-7/+10
2015-11-04deduplicate main methodsDavid Kalnischkies1-22/+5
2015-11-04split up help messages for simpler reuseDavid Kalnischkies1-2/+2
2015-09-14various changes to increase test-coverageDavid Kalnischkies1-14/+4
2015-05-11rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies1-7/+7
2015-03-16stop displaying time of build in online helpJérémy Bobbio1-2/+1
2014-11-09streamline display of --help in all toolsDavid Kalnischkies1-16/+8
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-3/+3
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies1-2/+2
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies1-1/+1
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+2
2011-09-13merge with debian/experimentalDavid Kalnischkies1-1/+1
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-3/+4
2011-08-11fix a few more cppcheck performance and scope warningsDavid Kalnischkies1-1/+1
2009-06-30add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies1-4/+4
2007-08-01* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrongOtavio Salvador1-2/+2
2007-06-08* fix FTBFS with gcc 4.3, closes: #417090Michael Vogt1-1/+1
2005-01-20Correct typo in Usage message : s/arbitary/arbitrary. Unfuzzy translations. C...Christian Perrier1-1/+1
2004-09-20G++ 3.2 fixesArch Librarian1-1/+3
2004-09-20Added locale.h for LC_ALLArch Librarian1-1/+2
2004-09-20setup textdomain/etc for i18n stuffArch Librarian1-2/+6
2004-09-20Join with aliencodeArch Librarian1-0/+201