summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2011-05-28Clean up spec %files -f <manifest> processingPanu Matilainen1-35/+43
2011-05-28Remove pointless variable and a dead assignment to itPanu Matilainen1-5/+2
2011-05-28Clean up checkFiles() a bitPanu Matilainen1-10/+4
2011-05-27Eliminate bunch of obvious dead NULL-assingments from misc build partsPanu Matilainen4-11/+11
2011-05-27Rip hysterical hoop-jumping on spec/pkg cpiolist freeingPanu Matilainen1-11/+2
2011-05-27Eliminate dead NULL-assignments on parsePolicies() exitPanu Matilainen1-2/+2
2011-05-27Eliminate bunch of obvious dead NULL-assignments from build script codePanu Matilainen1-8/+8
2011-05-27Eliminate bunch of obvious dead NULL-assignments from rpm generationPanu Matilainen1-14/+14
2011-05-27Eliminate dead NULL-assignments in parseFiles()Panu Matilainen1-2/+2
2011-05-27Eliminate dead NULL-assignments from rpmSpecFree()Panu Matilainen1-2/+2
2011-05-27Eliminate dead NULL-assignments on OFI frees on spec parsingPanu Matilainen1-4/+4
2011-05-27Move build restriction header copying to local scopePanu Matilainen1-8/+9
2011-05-27Clean up + plug memleak in parseDescription()Panu Matilainen1-4/+4
2011-05-27Eliminate dead NULL-assignments on exit from parseScript()Panu Matilainen1-4/+4
2011-05-27Clean up + fix memleaks in readIcon()Panu Matilainen1-14/+10
2011-05-27Eliminate bunch of obvious dead NULL assignments in preamble parsingPanu Matilainen1-6/+6
2011-05-27More dead NULL assignments of local variables in filelist processingPanu Matilainen1-4/+4
2011-05-27Eliminate dead NULL assignments on processMetadataFile() exitPanu Matilainen1-3/+3
2011-05-27Minor cleanup to doUntar() to eliminate dead assignments on free()Panu Matilainen1-8/+8
2011-05-27Clean up rpmfcGenerateDependsHelper() (aka external depgen) a bitPanu Matilainen1-23/+14
2011-05-27Eliminate a few more dead rpmdsFree() NULL assignmentsPanu Matilainen1-5/+5
2011-05-27Don't bother NULL'ing everything on rpmfcFree()Panu Matilainen1-15/+16
2011-05-27Minor cleanup to rpmfcExec()Panu Matilainen1-5/+4
2011-05-27Minor cleanups to rpmfcGenerateDepends()Panu Matilainen1-9/+4
2011-05-27Eliminate some dead assignments on rpmdsFree()Panu Matilainen1-8/+9
2011-05-27Add a helper function for creation namespaced dependency sets, use itPanu Matilainen1-16/+21
2011-05-27Minor cleanups to rpmfcHelper()Panu Matilainen1-6/+8
2011-05-27Eliminate dead assignment, early exit means failure alreadyPanu Matilainen1-1/+1
2011-05-27Cosmetics: rewrap/indent to fit 80 columnsPanu Matilainen1-12/+11
2011-05-27Sanitize handlePreambleTag() error returnsPanu Matilainen1-36/+39
2011-05-27Eliminate a couple more dead increments in spec parsing codePanu Matilainen2-2/+2
2011-05-27Eliminate bunch of dead increments in spec filelist parsingPanu Matilainen1-4/+3
2011-05-27Handle readlink() failure in genCpioListAndHeader() correctlyPanu Matilainen1-4/+9
2011-05-24Fix %prep parse error to abort buildPanu Matilainen1-8/+6
2011-05-24Do not die on empty changelog sectionMichael Schroeder1-1/+1
2011-05-23Distinguish between macro primitives with and w/o argumentsJindrich Novy1-8/+9
2011-05-23Add support for fileattr dependency namespacingPanu Matilainen1-1/+9
2011-05-23Whoops, flags needs to be sorted for argvSearch() to work correctlyPanu Matilainen1-0/+1
2011-05-23Unify fileattr include- and exclude-rule handlingPanu Matilainen1-40/+57
2011-05-20Don't fetch missing sources on spec queryPanu Matilainen1-1/+3
2011-05-20Unbreak %if, %if(n)arch, %if(n)os handlingJindrich Novy1-36/+36
2011-05-19Support "magic_and_path" flag in fileattrsMichael Schroeder1-4/+7
2011-05-19Remove redundant NULL checksPanu Matilainen1-8/+3
2011-05-18Fix error handling in payload copyingPanu Matilainen1-21/+26
2011-05-18Eliminate dead cpio_copy() + related stuffPanu Matilainen1-30/+0
2011-05-18Further simplify & cleanup script file (error) handlingPanu Matilainen1-79/+32
2011-05-18Clean up addFileToTagFoo() helpersPanu Matilainen1-42/+26
2011-05-18Minor cleanups to cpio_doio()Panu Matilainen1-4/+2
2011-05-18Simplify rpmio flags handling in writeRPM() / cpio_doio()Panu Matilainen1-9/+5
2011-05-18Plug a minor memleak on writeRPM() error pathsTero Aho1-1/+1