summaryrefslogtreecommitdiff
path: root/ftparchive/override.cc
AgeCommit message (Collapse)AuthorFilesLines
2014-04-25reduce delta from ubuntuMichael Vogt1-2/+2
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-0/+3
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use)
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-1/+1
Reported-By: gcc -Wunused-parameter Git-Dch: Ignore
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-4/+4
Git-Dch: Ignore Reported-By: gcc -Wpedantic
2014-01-16rework some code to fix some scan-build warningsDavid Kalnischkies1-30/+26
No visible functional changes, just code moved around and additional checks to eliminate impossible branches Reported-By: scan-build Git-Dch: Ignore
2013-08-23ftparchive/override.cc: fix "skip empty lines" code, the pointer needs to ↵Michael Vogt1-1/+1
get de-referenced first
2012-05-05ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies1-1/+2
2011-09-13merge with debian/experimentalDavid Kalnischkies1-3/+3
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-8/+8
size are pretty unlikely for now, but we need it for deb packages which could become bigger than 4GB now (LP: #815895)
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-3/+3
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-3/+3
done on the mirco-optimazation level, so lets fix them: (performance) Possible inefficient checking for emptiness. (performance) Prefer prefix ++/-- operators for non-primitive types.
2009-11-28tell every method in ftparchive/ that const& is sexyDavid Kalnischkies1-8/+8
2007-06-08* remove all the remaining #pragma implementationMichael Vogt1-4/+0
2005-08-09* merged apt--bts225947--0Michael Vogt1-0/+38
Patches applied: * michael.vogt@ubuntu.com--2005/apt--bts225947--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-79 * michael.vogt@ubuntu.com--2005/apt--bts225947--0--patch-1 * merged with mainline and apt--fixes--0 * michael.vogt@ubuntu.com--2005/apt--bts225947--0--patch-2 * patch from aj (slighly modified to use auto_ptr<>) applied * michael.vogt@ubuntu.com--2005/apt--bts225947--0--patch-3 * changelog updated * michael.vogt@ubuntu.com--2005/apt--bts225947--0--patch-4 * work for arch=all packages too now * michael.vogt@ubuntu.com--2005/apt--bts225947--0--patch-5 * merged with apt--main--0 * michael.vogt@ubuntu.com--2005/apt--bts225947--0--patch-6 * fixed a incorrect po/he.po merge
2004-09-20Lots and lots of i18n updates.Arch Librarian1-11/+12
Author: doogie Date: 2003-02-10 07:34:41 GMT Lots and lots of i18n updates.
2004-09-20AJ's patch for extra overrideArch Librarian1-2/+76
Author: jgg Date: 2001-06-26 02:50:20 GMT AJ's patch for extra override
2004-09-20Join with aliencodeArch Librarian1-0/+180
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode