summaryrefslogtreecommitdiff
path: root/tools/rpmsort.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-8/+8
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-3/+3
2007-11-07Silence bunch of compiler warnings from test programsPanu Matilainen1-1/+1
2007-11-07Remove bunch of unnecessary misc.h includes, document othersPanu Matilainen1-1/+0
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmurl.h" instead of <rpmurl.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-1/+1
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Oops, one missed rpmError() user..Panu Matilainen1-3/+3
2007-10-09Replace all uses of RPMMESS_ERROR with RPMLOG_ERRPanu Matilainen1-4/+4
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-4/+4
2007-09-18Change main() to using char *argv[].Ralf Corsépius1-1/+1
2007-09-17Apply poptReadDefaultConfig iff RPM_USES_POPTREADDEFAULTCONFIG is set.Ralf Corsépius1-0/+2
2007-09-17Add if defined(ENABLE_NLS) guards around i18n-initialization.Ralf Corsépius1-0/+2
2007-09-15Remove unused var "selected"Ralf Corsépius1-2/+0
2007-09-11Remove splint tags.Ralf Corsépius1-3/+2
2007-09-04Minor warning fixes.Ralf Corsépius1-1/+3
2007-09-03Remove __LCLINT__-ifdef'ed blocks.Ralf Corsépius1-3/+0
2005-01-17Build on macosx.jbj1-0/+1
2003-04-16- resurrect manifests, RPMRC_NOTFOUND returned by readLead().jbj1-7/+2
2003-01-25- permit anaconda to choose "presentation order".jbj1-4/+0
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-1/+1
2002-06-28- disambiguate added/installed dependency failures (#50388).jbj1-1/+1
2002-05-27Add bindings for rpmte and FD_t.jbj1-7/+9
2002-05-19- fix: synthesize unpacking progress callbacks for packages w/o files.jbj1-111/+5
2002-05-19- Grand Renaming of rpm data types.jbj1-42/+43
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj1-6/+7
2002-04-13- merge conflicts into problems, handle as transaction set variable.jbj1-7/+8
2002-04-11- rescusitate --rebuild.jbj1-2/+2
2002-01-05Compute parent and no. of children for each package.jbj1-0/+32
2002-01-04Use rpmsort to display dependencies for dotty from graphviz.jbj1-49/+122
2001-11-11Replace loadFi with fiNew, freeFi with fiFree.jbj1-1/+1
2001-11-01- add header refcount annotations throughout.jbj1-4/+4
2001-10-27- legacy signatures always checked where possible on package read.jbj1-8/+7
2001-05-31- return multiple suggested packages (Pawel Kolodziej <pawelk@pld.org.pl>).jbj1-1/+1
2001-05-05- enough lclint annotations and fiddles already.jbj1-1/+1
2001-04-21Sync with rpm-4_0 branch.jbj1-32/+177
2001-02-12Add rpmRC return code type for the usual 0/1/2 codes.jbj1-1/+2
2000-12-12Sync with rpm-4_0 branch.jbj1-0/+1
2000-11-12- fine-grained Requires, remove install PreReq's from Requires db.jbj1-1/+5
2000-09-26Add rpmsort.jbj1-0/+177