summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
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
Patch from Roland McGrath
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
Add AM_CONDITIONAL(LIBDWARF).
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
Remove MAGIC.
2007-08-05Automake cleanups.Panu Matilainen1-3/+1
- Replace INCLUDES with AM_CPPFLAGS (INCLUDES has been replaced by AM_CPPFLAGS and is deprecated in modern automakes for several years) - Require autoconf-2.61 and automake-1.10 (already required by autogen.sh) - update mkinstalldirs with the version from automake-1.10 (The version in rpm is ancient and known to be bugged) Patch from Ralf Corsepius
2007-07-24Rip out internal libmagic, require external.Panu Matilainen1-10/+1
This is going to need more sorting out...
2007-07-12And one last debugedit fix...Panu Matilainen1-5/+7
Modern gcc doesn't like arithmetics on void pointers, cast where needed.
2007-07-12Silence the rest of ptr signedness issues in debugeditPanu Matilainen1-8/+8
2007-07-12comp_dir doesn't need to be unsignedPanu Matilainen1-1/+1
2007-07-12Remove unused variable (debugedit)Panu Matilainen1-1/+0
2007-07-12Debugedit cleanup continued.Panu Matilainen1-4/+4
Cast to expected type on all uses of strchr()
2007-07-12Debugedit cleanup continued.Panu Matilainen1-4/+4
Cast to expected types on all uses of has_prefix() canonicalize_path()
2007-07-12debugedit signedness fixes wrt strlen()Panu Matilainen1-5/+5
2007-07-12Use uint_32 for dirindexes everywherePanu Matilainen1-1/+1
2007-07-10Add missing include to rpmcachePanu Matilainen1-0/+1
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen1-1/+1
They're meaningless in C and cause tonne of build warnings.
2007-07-04New debugedit option to recompute build ID (rhbz#246404)Panu Matilainen2-4/+171
Patch from Roland McGrath.
2007-06-07Remove old testing cruft.Panu Matilainen5-362/+0
2007-04-23Fix debugedit for relative paths (#232222)Paul Nasrat1-6/+4
2007-03-15Fix for debugedit with ../../ in pathsPaul Nasrat1-17/+22
2007-03-15Fix debugedit for O0Paul Nasrat1-29/+49
2007-03-15Fix up debuginfo for various issues - inc. libc-client debuginfo (rh#205339)Paul Nasrat1-15/+27
2007-03-15Fix for thinko in debugedit on ppcPaul Nasrat1-1/+1
2005-07-13- fix: java compiled with -O0 confuses debugedit (#161722).jbj1-2/+7
CVS patchset: 7873 CVS date: 2005/07/13 09:23:07
2005-07-10Don't crap out with missing dependencies.jbj1-2/+0
CVS patchset: 7867 CVS date: 2005/07/10 17:22:50
2005-03-19Handle %dev markers more gracefully.jbj1-1/+1
CVS patchset: 7826 CVS date: 2005/03/19 20:07:12
2005-03-14Sanity.jbj1-3/+3
CVS patchset: 7810 CVS date: 2005/03/14 10:30:44
2005-03-13Permit build with extternal file and libmagic.jbj1-1/+1
CVS patchset: 7808 CVS date: 2005/03/13 22:13:25
2005-02-17- rework configure.ac et al to lose internal library baggage flexibly.jbj1-3/+4
CVS patchset: 7775 CVS date: 2005/02/17 02:36:37
2005-01-17Build on macosx.jbj12-10/+24
CVS patchset: 7701 CVS date: 2005/01/17 23:58:09
2004-10-25Teach rpmcache to use globla ftsOpts.jbj1-25/+3
CVS patchset: 7511 CVS date: 2004/10/25 15:35:10
2004-10-21Compile in the correct path to /usr/lib/rpm/magic.jbj1-1/+3
Add magic for rpm packages and headers. Add MAGIC_COMPRESS and MAGIC_CHECK to extract types from compressed files. Permit info and man pages into RPMTAG_FILECLASS. Package all the Berkeley DB utilities with rpm. CVS patchset: 7502 CVS date: 2004/10/21 21:18:35
2004-10-09More changes from rpm-4_3 branch.jbj1-1/+0
CVS patchset: 7441 CVS date: 2004/10/09 20:22:01
2004-06-15Achieve xml -> hdr -> xml idempotency.jbj4-1/+9
CVS patchset: 7341 CVS date: 2004/06/15 21:01:34
2004-06-15Generate header from xml parse.jbj4-21/+273
CVS patchset: 7339 CVS date: 2004/06/15 20:16:22
2004-06-15Common signature/header data spew.jbj2-39/+32
CVS patchset: 7336 CVS date: 2004/06/15 15:12:04
2004-06-15Signature header dump and xml functional.jbj1-30/+73
CVS patchset: 7335 CVS date: 2004/06/15 06:41:05
2004-06-14Add time package and time.xar archive.jbj2-0/+0
CVS patchset: 7329 CVS date: 2004/06/14 18:14:45
2004-06-14ndle new-fangled empty tags.jbj3-55/+90
CVS patchset: 7328 CVS date: 2004/06/14 18:01:25
2004-06-14Separate bit masks for input and output formats.jbj1-61/+200
CVS patchset: 7319 CVS date: 2004/06/14 07:01:11
2004-06-14Add rpmxp.c to rpmtool.jbj4-15/+22
CVS patchset: 7318 CVS date: 2004/06/14 03:23:12
2004-06-14First crack at xml parser object.jbj4-158/+235
CVS patchset: 7317 CVS date: 2004/06/14 03:12:22
2004-06-14Add version and DTD to xml output spew.jbj2-3/+16
CVS patchset: 7316 CVS date: 2004/06/14 02:42:44
2004-06-14A libxml2 parser in C.jbj3-2/+173
CVS patchset: 7315 CVS date: 2004/06/14 02:26:19