summaryrefslogtreecommitdiff
path: root/build/rpmfc.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-07Minor rpmfcGenerateDependsHelper() cleanupsPanu Matilainen1-12/+5
2009-09-07Eliminate unused counter variablePanu Matilainen1-3/+2
2009-09-01Add provide-extractors for fonts and desktop filesPanu Matilainen1-0/+26
2009-09-01Further file-classifier tweaksPanu Matilainen1-7/+3
2009-09-01Make internal file classifier look into compressed filesPanu Matilainen1-1/+1
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build codePanu Matilainen1-6/+6
2009-07-23Kill off lclint remnants everywherePanu Matilainen1-1/+0
2009-06-01depMsg doesn't need _notpre() anymorePanu Matilainen1-6/+6
2009-03-31Prefer more specific types over generic "text" in classification (rhbz#491349)Panu Matilainen1-1/+1
2009-02-20Only run script dependency extraction once per file, duh...Panu Matilainen1-5/+3
2008-10-30Remove unnecessary scaremem flags, hardwired to no scaremem anywayPanu Matilainen1-5/+3
2008-09-25Extra ')' in error messagePanu Matilainen1-1/+1
2008-09-18Drop rpmfcFileDep() to simplify thingsJindrich Novy1-24/+6
2008-09-18Move type regression test back to assertsJindrich Novy1-15/+3
2008-09-18Use proper codes for logging via rpmlog().Jindrich Novy1-18/+10
2008-09-15Avoid asserts and output error instead (rhbz#448939, rhbz#456100)Jindrich Novy1-21/+73
2008-09-15Use proper return codes in rpmfc.cJindrich Novy1-4/+4
2008-09-02Avoid dumb castsPanu Matilainen1-1/+3
2008-07-14Fix mono dependency extractionPanu Matilainen1-1/+1
2008-07-04Couple of type correctionsPanu Matilainen1-3/+3
2008-06-23Simplify requires and provides addition in rpmfcGenerateDepends()Panu Matilainen1-43/+17
2008-06-23Oops, provideflags were being inserted as requireflagsPanu Matilainen1-1/+1
2008-06-19Use type-specific headerPut() where makes sense in build/rpmfc.cPanu Matilainen1-18/+6
2008-06-17Convert the final pieces of rpmfc to headerPut()Panu Matilainen1-32/+30
2008-06-17Replace headerRemoveEntry() with headerDel() everywherePanu Matilainen1-6/+6
2008-05-31Use safer per-datatype iterator instead of generic onePanu Matilainen1-2/+2
2008-05-26Remove unused pointerJindrich Novy1-1/+0
2008-05-14Convert file color calculation in rpmfcGenerateDepends() to new interfacePanu Matilainen1-11/+8
2008-05-13Convert a few cases in rpmfc to use the new rpmtdFromArg() methodsPanu Matilainen1-28/+21
2008-05-05Check for pipe() returns in rpmfc helper output readingPanu Matilainen1-2/+4
2008-04-20Fail if it is impossible to chdir to directory to run helper script inJindrich Novy1-2/+4
2008-04-09Yet more url ripping - buildroot is never an urlPanu Matilainen1-1/+1
2008-04-07ARGV_t const pendantryPanu Matilainen1-4/+4
2008-04-03Shut up a few silly compiler warnings that have crept inPanu Matilainen1-2/+1
2008-03-29Fixup for rpmfcSaveArg() no longer freeing keyPanu Matilainen1-2/+2
2008-03-28Don't use static buffer in rpmfcELF(), make code more comprehensiveJindrich Novy1-29/+21
2008-03-28Remove unneeded buffer operationsJindrich Novy1-2/+0
2008-03-28Add rpmfcAddFileDep() to handle file dependencies securelyJindrich Novy1-19/+30
2008-03-26Remove unneeded free()Jindrich Novy1-1/+0
2008-03-26Use rasprintf() in rpmfcHelper() and rpmfcGenerateDepends()Jindrich Novy1-9/+12
2008-03-07Log message adjustmentsPanu Matilainen1-2/+2
2008-03-06Make rpmfc token and apply tables readonlyPanu Matilainen1-3/+3
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-7/+7
2008-02-05Add rpm_mode_t type, use where spottedPanu Matilainen1-3/+3
2008-02-05Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen1-4/+4
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen1-1/+1
2008-01-30Include spring-cleaningPanu Matilainen1-9/+8
2008-01-30Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen1-6/+7
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+1
2008-01-27Use the suffix checker in rpmfc instead of inline defined versionPanu Matilainen1-6/+4