Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-17 | * test/libapt/assert.h, test/libapt/run-tests: | Michael Vogt | |
- exit with status 1 on test failure | |||
2012-05-20 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- longcode Translation files are saved with encoded underscore, so make sure to pick these files up as well for Acquire::Languages | |||
2011-10-11 | fix compiler warning about signed comparision on amd64, too | David Kalnischkies | |
2011-10-05 | * apt-pkg/deb/debmetaindex.cc: | David Kalnischkies | |
- none is a separator, not a language: no need for Index (Closes: #624218) * apt-pkg/aptconfiguration.cc: - do not builtin languages only if none is forced (Closes: #643787) | |||
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies | |
done on the mirco-optimazation level, so lets fix them: (performance) Possible inefficient checking for emptiness. (performance) Prefer prefix ++/-- operators for non-primitive types. | |||
2011-07-25 | the order of languages after "none" is not important, so ignore it in tests | David Kalnischkies | |
2009-11-28 | add our own equals method as assert doesn't really show the offending | David Kalnischkies | |
values which causes the failure. |