summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-28Include "rpmpgp.h" instead of <rpmpgp.h>.Ralf Corsépius3-3/+3
2007-10-28Include "rpmsq.h" instead of <rpmsq.h>.Ralf Corsépius5-5/+5
2007-10-28Include "rpmsw.h" instead of <rpmsw.h>.Ralf Corsépius4-4/+4
2007-10-28Include "rpmurl.h" instead of <rpmurl.h>.Ralf Corsépius8-8/+8
2007-10-28Add @cond NODOXYGEN to hide away __RPM_USES_STDINT_H__ from docs.Ralf Corsépius1-0/+2
2007-10-27Abandon addlib().Ralf Corsépius1-22/+0
2007-10-27Eliminate AC_TRY_COMPILE (Obsolete).Ralf Corsépius1-2/+2
2007-10-27Stop messing around with triple-arg'ed main.Ralf Corsépius1-10/+0
2007-10-27Remove AC_PROG_GCC_TRADITIONAL (Obsolete).Ralf Corsépius1-1/+0
2007-10-27Remove AC_ISC_POSIX (Obsolete).Ralf Corsépius1-2/+0
2007-10-27Add deprecation notices.Ralf Corsépius1-25/+6
2007-10-27Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER.Ralf Corsépius1-2/+2
2007-10-27Remove HAVE_VA_LIST_AS_ARRAY.Ralf Corsépius1-13/+0
2007-10-27Check for stdarg.h.Ralf Corsépius1-25/+13
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius53-591/+591
2007-10-26Fix invalid ifdef-outed code breaking syntax highlighting :)Panu Matilainen1-2/+2
2007-10-26Remove dead rpmal codePanu Matilainen1-33/+0
2007-10-26Rename rpmcliImportPubkey() -> rpmtsImportPubkey()Panu Matilainen5-145/+144
2007-10-24Add rpmdb/rpmints.h.in.Ralf Corsépius4-15/+56
2007-10-24Pass HEADERS to doxygen instead of pkginclude_HEADERS.Ralf Corsépius1-1/+1
2007-10-24Minor fixes to generation of hackingRalf Corsépius1-3/+3
2007-10-24Regenerate translationsPanu Matilainen23-4869/+4882
2007-10-24Fix a format specification error in the Catalan translationPanu Matilainen1-1/+1
2007-10-24Add Catalan translation (rhbz#350401)Panu Matilainen2-1/+4190
2007-10-24Use NEVRA, not NEVR everywhere for rpmProblemsPanu Matilainen3-12/+12
2007-10-24Remove dead codePanu Matilainen1-13/+0
2007-10-24Don't mess up problem pkgNEVR in python ts.check() (rhbz#349091)Panu Matilainen1-3/+4
2007-10-24Remove AC_CHECK_FUNC(fchmod).Ralf Corsépius1-3/+0
2007-10-24Remove dead and unused, ifdef'ed HAVE_FCHMOD block of code.Ralf Corsépius1-11/+0
2007-10-24doScript: Change 'what' to rpmBuildFlags.Ralf Corsépius2-2/+2
2007-10-23Pass -1 to setVarDefault for optflags.Ralf Corsépius1-1/+1
2007-10-23Eliminate dead code in setPathDefault, setVarDefault.Ralf Corsépius1-22/+2
2007-10-23Remove unused python header stubsPanu Matilainen2-59/+0
2007-10-23One more useless rpmio_internal include removalPanu Matilainen1-1/+0
2007-10-23Remove bunch of unnecessary rpmio_internal & related includes from pythonPanu Matilainen3-7/+1
2007-10-22Remove bunch of unnecessary rpmio_internal includesPanu Matilainen5-5/+2
2007-10-22Remove ancient test-stuffPanu Matilainen1-30/+0
2007-10-22Fix rpmts.h internal includes instead of working around in rpminstall.cPanu Matilainen2-1/+1
2007-10-22Use rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_INTERNALPanu Matilainen4-10/+12
2007-10-22Add set + get methods from ts dbmodePanu Matilainen2-0/+34
2007-10-19Reflect changes to doxygen docs.Ralf Corsépius1-17/+25
2007-10-19Add Doxyheader.Ralf Corsépius1-1/+3
2007-10-19New (copied from Doxyheader).Ralf Corsépius2-0/+80
2007-10-19New (renamed from Doxyfile.in).Ralf Corsépius1-0/+1289
2007-10-19Remove.Ralf Corsépius1-42/+0
2007-10-19Remove.Ralf Corsépius1-1289/+0
2007-10-19Rename rpmpsProblem() -> rpmpsGetProblem() to make purpose clearerPanu Matilainen5-10/+10
2007-10-19Make rpmProblem standalone "object"Panu Matilainen2-39/+98
2007-10-19Eliminate rpmps and rpmProblem structure details from the APIPanu Matilainen2-26/+26
2007-10-19Use rpmProblem access methods instead of direct access to the structPanu Matilainen1-9/+10