Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-03 | share version strings between same versions (of different architectures) | David Kalnischkies | 1 | -8/+4 | |
to save some space and allow quick comparisions later on | |||||
2013-04-01 | * apt-pkg/deb/debversion.cc: | David Kalnischkies | 1 | -3/+12 | |
- add a string-equal shortcut for equal version comparisions | |||||
2011-10-30 | merge with my debian-sid branch | David Kalnischkies | 1 | -15/+10 | |
2011-09-21 | convert a few for-loop char finds to proper strchr and memchr | David Kalnischkies | 1 | -15/+10 | |
2011-09-19 | remove old APT_COMPATIBILITY ifdef's | David Kalnischkies | 1 | -1/+0 | |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | 1 | -2/+2 | |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | 1 | -0/+1 | |
2010-03-13 | * apt-pkg/deb/debversion.cc: | David Kalnischkies | 1 | -2/+16 | |
- consider absent of debian revision equivalent to 0 (Closes: #573592) This moves the existing testcase for version comparison to "my" directory, adds a few more tests (e.g. the tests used in cupt) and rewrites the testcases runner: The runner does now call dpkg --compare-versions to check what dpkg thinks about the comparison - all done in less code ;) | |||||
2007-06-08 | * remove all the remaining #pragma implementation | Michael Vogt | 1 | -3/+0 | |
2006-05-08 | * apt-pkg/deb/debversion.cc: | Michael Vogt | 1 | -1/+22 | |
- applied patch from Lionel Elie Mamane to fix epoch handling (debian: #363358) | |||||
2004-09-20 | * Patch from Koblinger Egmont <egmont@uhulinux.hu> to f... | Arch Librarian | 1 | -1/+13 | |
Author: mdz Date: 2003-09-10 23:39:49 GMT * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix version comparisons with '~' (Closes: #205960) | |||||
2004-09-20 | - Don't fall off the end of the buffer when comparing v... | Arch Librarian | 1 | -3/+3 | |
Author: mdz Date: 2003-07-18 14:13:59 GMT - Don't fall off the end of the buffer when comparing versions. | |||||
2004-09-20 | Remove unused variables | Arch Librarian | 1 | -4/+1 | |
Author: jgg Date: 2003-01-27 00:05:59 GMT Remove unused variables | |||||
2004-09-20 | Tidy style for new dpkg version compare function | Arch Librarian | 1 | -37/+37 | |
Author: jgg Date: 2002-11-23 07:54:36 GMT Tidy style for new dpkg version compare function | |||||
2004-09-20 | New deb version compare function, that has no integer l... | Arch Librarian | 1 | -47/+21 | |
Author: doogie Date: 2002-11-22 06:59:35 GMT New deb version compare function, that has no integer limits, and supports pre-versions using ~. Code ported from dpkg. | |||||
2004-09-20 | G++3 fixes from Randolph | Arch Librarian | 1 | -1/+2 | |
Author: jgg Date: 2001-05-07 05:05:13 GMT G++3 fixes from Randolph | |||||
2004-09-20 | Join with aliencode | Arch Librarian | 1 | -0/+266 | |
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode |