summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-02-02Assume executable libsAnas Nashif1-1/+3
2013-02-02debugedit canon fixAnas Nashif1-12/+25
2013-02-02Make debugedit build without dwarf.hAnas Nashif1-1/+31
2013-01-29Revert "make "canonicalization(...)shrank by one character" error message mor...Panu Matilainen1-1/+1
2013-01-29Alternatively accept files from command line arguments in elfdepsPanu Matilainen1-4/+12
2013-01-29Fake ELF sonames by default (again)Panu Matilainen1-2/+2
2013-01-29Centralize elf soname provide addition, commentPanu Matilainen1-15/+18
2013-01-29Only fake ELF soname's if requestedPanu Matilainen1-1/+3
2013-01-29Move elf class marker figuring to helper function, generalize a bitPanu Matilainen1-5/+19
2013-01-29Consolidate elf dependency string generation to helper functionPanu Matilainen1-24/+19
2012-11-01make "canonicalization(...)shrank by one character" error message more usefullthierry.vignaud@gmail.com1-1/+1
2012-03-29Accept files as command line arguments again in rpmdeps (RhBug:807767)Panu Matilainen1-5/+13
2012-03-07Warn but dont fail the build on STABS debuginfo (RhBug:725378, others)Panu Matilainen1-1/+1
2011-12-02Teach debugedit about .debug_macro dwarf section (RhBug:759272)Panu Matilainen1-0/+2
2011-07-08Eliminate the last two fpio uses in rpm codebasePanu Matilainen1-1/+1
2011-06-17Add DWARF-4 support to debugedit (RhBug:707677)Jakub Jelinek1-7/+20
2011-05-30Eliminate bunch of dead assignments on ts vsflagsPanu Matilainen1-1/+1
2011-05-30Eliminate a few dead NULL-assignment eliminations in rpmgraphPanu Matilainen1-5/+5
2011-05-30Spring-cleaning for rpmdepsPanu Matilainen1-26/+13
2011-05-24Bail out of debuginfo if stabs format encountered (RhBug:453506)Panu Matilainen1-3/+4
2011-04-18Reflect file classifier errors in rpmdeps exit codePanu Matilainen1-8/+6
2011-03-25Drop the unused + unmaintained javadeps helperPanu Matilainen1-1288/+0
2011-03-04Remove unused variable in debugeditPanu Matilainen1-2/+0
2011-01-13Add switch to allow printing only soname dependencies to elfdeps helperPanu Matilainen1-3/+5
2010-12-01Make rpmdeps honor RPM_BUILD_ROOT if setPanu Matilainen1-1/+1
2010-10-28elfdeps: Fix version definitions processingAlexey Gladkov1-0/+1
2010-09-21Avoid stepping on toes of relatives, part 2Panu Matilainen1-6/+6
2010-09-03Use the common rpmcliQueryFlags for signature verify options in rpm cli tooPanu Matilainen1-6/+0
2010-09-01debugedit: fix incorrect error messages regarding -b and -dAnssi Hannula1-2/+2
2010-08-24Send the mostly broken rpminject and rpmsort "test programs" to shredderPanu Matilainen2-802/+0
2010-08-20Remove signing support from (lib)rpmbuildPanu Matilainen1-4/+2
2010-08-20Yet another unused copy of identifyDepend() hiding inlinePanu Matilainen1-20/+0
2010-08-20Remove unused code, hidden away from compiler warnings via inliningPanu Matilainen1-20/+0
2010-05-11Make debugedit -i recompute build ID only when any DWARF was actually changed.Roland McGrath1-11/+21
2010-05-11Whitespace fixups for tools/debugedit.cRoland McGrath1-65/+62
2010-04-29Fix a few uninitialized variable cases found by clang-analyzerPanu Matilainen1-4/+4
2010-03-22Lose the useless rpmio refcounting debug junkPanu Matilainen1-1/+1
2010-02-25Gah, stupid thinko in elfdepsPanu Matilainen1-1/+1
2010-02-10Split elf dependency extraction out of librpmbuild to external helperPanu Matilainen1-0/+296
2010-01-05Move <stdio.h> includes out of system.h to the places that need itPanu Matilainen1-13/+0
2010-01-05Move <ctype.h> include out of system.h to the places that need itPanu Matilainen1-0/+1
2010-01-05Remove <string.h> include from system.h into the few places that still needPanu Matilainen1-0/+1
2010-01-05Include <stdlib.h> as necessary instead of system.hPanu Matilainen1-0/+1
2010-01-05Move <mcheck.h> include out of system.h to the couple of places that carePanu Matilainen2-7/+0
2010-01-05Unconditionally include <netdb.h> where needed instead of system.hPanu Matilainen1-0/+1
2010-01-04Remove unused header checks from configurePanu Matilainen1-1/+1
2009-12-21Eliminate the rpmte tsort info manipulation public APIPanu Matilainen2-2/+0
2009-09-10Rip unnecessary headerDump() and the last ancient artifacts using itPanu Matilainen2-95/+0
2009-09-07Add noreturn annotations to javadepsPanu Matilainen1-2/+3
2009-06-23Fix some typos in javadeps usage message (ticket #72)Panu Matilainen1-3/+3