summaryrefslogtreecommitdiff
path: root/lib/rpmvercmp.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-04Minor optimizations to rpmvercmp()Panu Matilainen1-5/+8
2012-04-23Add support for dpkg-style sorting of tilde in version/releaseMichael Schroeder1-3/+12
2010-02-09Move rpmVersionCompare() into a more logical placePanu Matilainen1-0/+21
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in misc helpersPanu Matilainen1-1/+1
2008-04-29Remove alloca() from rpmvercmp()Panu Matilainen1-4/+2
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen1-7/+7
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-2/+2
2007-11-23Move the xstr*() string variants from rpmio.h to rpmstring.hPanu Matilainen1-0/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-1/+1
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-10/+0
2007-02-22This patch from Peter Bowen fixes rpm version comparison for strings withPaul Nasrat1-1/+8
2004-02-17Return 1 and -1 as we state we do - #113668pauln1-1/+1
2003-01-10- fix: obscure corner case(s) with rpmvercmp (#50977).jbj1-1/+2
2002-06-22Factor bounds checking annotations into source code.jbj1-0/+8
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj1-1/+1
2002-01-18- missing key(s) on keyring when verifying a signature is now an error.jbj1-0/+2
2001-08-15- always use dl size in regionSwab() return.jbj1-1/+1
2001-06-19- preliminary abstraction to support per-header methods.jbj1-1/+1
2001-06-17Sync with rpm-4_0 branch.jbj1-0/+103