summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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épius5-36/+36
2007-10-18debugedit mishandles empty DW_AT_comp_dir (Roland McGrath)Panu Matilainen1-5/+10
2007-10-18debugedit mishandles DW_FORM_ref_addr (Roland McGrath)Panu Matilainen1-1/+1
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen2-0/+2
2007-10-09Oops, one missed rpmError() user..Panu Matilainen1-3/+3
2007-10-09Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICEPanu Matilainen1-2/+2
2007-10-09Replace all uses of RPMMESS_ERROR with RPMLOG_ERRPanu Matilainen2-6/+6
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen1-2/+2
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen3-10/+10
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-3/+3
2007-10-01Remove (unused).Ralf Corsépius1-21/+0
2007-09-25Hide rpmfc structure internals from the APIPanu Matilainen1-3/+2
2007-09-21Fixup after Spec -> rpmSpecPanu Matilainen1-1/+1
2007-09-20Rip out unused anaconda-related hacksPanu Matilainen1-5/+0
2007-09-20Rename tagName/Value/Type() to rpmTagGet*()Panu Matilainen1-4/+4
2007-09-18Change main() to using char *argv[].Ralf Corsépius8-8/+8
2007-09-17Apply poptReadDefaultConfig iff RPM_USES_POPTREADDEFAULTCONFIG is set.Ralf Corsépius1-0/+2
2007-09-17Apply poptReadDefaultConfig iff RPM_USES_POPTREADDEFAULTCONFIG is set.Ralf Corsépius1-0/+2
2007-09-17Remove (Dead, unused).Ralf Corsépius1-9/+0
2007-09-17Remove (Dead, unused).Ralf Corsépius1-561/+0
2007-09-17Rename options into optionsTable for source-code consistency.Ralf Corsépius1-2/+2
2007-09-17Reformat call to poptGetContext for better source-code readability.Ralf Corsépius2-5/+2
2007-09-17Add if defined(ENABLE_NLS) guards around i18n-initialization.Ralf Corsépius2-0/+4
2007-09-15Remove unused var "selected"Ralf Corsépius1-2/+0
2007-09-12Merge tools/Makefile.am into Makefile.amRalf Corsépius1-46/+0
2007-09-11Remove splint tags.Ralf Corsépius6-25/+12
2007-09-11Remove rpmtool, rpmxml etc.Ralf Corsépius1-12/+0
2007-09-11Remove (Abandoned).Ralf Corsépius6-1185/+0
2007-09-11Move debugedit from tools/Makefile.am to Makefile.am.Ralf Corsépius1-10/+0
2007-09-11Move rpmgraph from tools/Makefile.am to Makefile.am.Ralf Corsépius1-3/+0
2007-09-11Use _LDADD instead of _LDFLAGS.Ralf Corsépius1-9/+1
2007-09-05Install into rpmlibexecdir and rpmconfigdir.Ralf Corsépius1-6/+5
2007-09-05Include rpm.am.Ralf Corsépius1-0/+2
2007-09-05Add convertdb1 to check_PROGRAMS.Ralf Corsépius1-1/+1
2007-09-05Remove compressFilelist, use version in librpmdb instead.Ralf Corsépius1-104/+1
2007-09-04Minor warning fixes.Ralf Corsépius1-1/+3
2007-09-04Debugedit fixes.Panu Matilainen1-12/+11
2007-09-03Remove __LCLINT__-ifdef'ed blocks.Ralf Corsépius2-6/+0
2007-08-28Add -DLOCALEDIR="\"$(localedir)\""Ralf Corsépius1-0/+1
2007-08-27Convert EXTRA_PROGRAMS and noinst_PROGRAMS to check_PROGRAMS.Ralf Corsépius1-7/+5
2007-08-22Remove INCPATH.Ralf Corsépius1-2/+1
2007-08-15Use libxml2*.Ralf Corsépius1-4/+6
2007-08-13Attempt to resurrect rpminject..Panu Matilainen1-80/+11
2007-08-12Fix debugedit buildid thinko.Panu Matilainen1-1/+1
2007-08-10Build debugedit only if LIBELF and LIBDWARF are present.Ralf Corsépius1-0/+2
2007-08-10Remove WITH_LIBDWARF_INCLUDE, WITH_LIBDWARF_DEBUGEDIT.Ralf Corsépius1-3/+4
2007-08-09Link rpminject against librpmbuild.Ralf Corsépius1-0/+1
2007-08-09Bring tests under automake control.Ralf Corsépius1-19/+22
2007-08-09Cleanup EXTRA_PROGRAMS.Ralf Corsépius1-1/+2