summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2008-05-22Fix printing of patch numbers, doh :)Panu Matilainen1-1/+1
2008-05-21Include rpmtypes.h first instead of rpmtag.h everywherePanu Matilainen2-2/+2
2008-05-20Ignore quotes in expressionJindrich Novy1-0/+2
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-13Convert couple of headerGetEntry() uses to new interface in parsePreamblePanu Matilainen1-17/+15
2008-05-13Use tag container iterator for ismemberInEntry()Panu Matilainen1-9/+7
2008-05-13Convert checkForDuplicates() to use new interfacesPanu Matilainen1-5/+7
2008-05-13Simplify initSourceHeader()Panu Matilainen1-43/+31
2008-05-12Convert internal uses of headerSprintf() to headerFormat()Panu Matilainen3-5/+3
2008-05-12Fixup paths and Makefiles for rpmdb/ eliminationPanu Matilainen1-1/+0
2008-05-08Don't run fixowner and fixgroup at end of %prepPanu Matilainen1-12/+6
2008-05-07Oops, plug leak introduced by previous commitPanu Matilainen1-1/+3
2008-05-07Simplify doPatch()Panu Matilainen1-31/+18
2008-05-07Plug another memleak from genCpioListAndHeader()Panu Matilainen1-2/+4
2008-05-07rpmfi actions is already alloced by rpmfiNew(), don't leak memoryPanu Matilainen1-1/+0
2008-05-06Eliminate nasty hackery with "special" doc + docdir formatPanu Matilainen4-26/+36
2008-05-06Nuke EXPRBUFSIZ, it is now uselessJindrich Novy1-2/+0
2008-05-06Don't use static buffer for parsing an expressionJindrich Novy1-19/+24
2008-05-05Indentation fixesPanu Matilainen1-8/+8
2008-05-05Eliminate static sized string buffer in parseScript()Panu Matilainen1-4/+4
2008-05-05Trap RPMRC_FAIL returns from spec parse with abort() for nowPanu Matilainen1-0/+4
2008-05-05Make readLine() return PART_ERROR on errorsPanu Matilainen1-7/+7
2008-05-05Fix (hopefully ;) signaling for line continuations on spec parsingPanu Matilainen1-8/+9
2008-05-05Indentation fixesPanu Matilainen1-10/+9
2008-05-05Make parseSpec() return PART_ERROR on all errorsPanu Matilainen1-6/+4
2008-05-05Make parseFiles() return PART_ERROR on failurePanu Matilainen1-12/+7
2008-05-05Make parseScript() return PART_ERROR on errorsPanu Matilainen1-17/+9
2008-05-05Make parseDescription() return PART_ERROR on errorsPanu Matilainen1-9/+7
2008-05-05Make parseChangeLog() return PART_ERROR on errorsPanu Matilainen1-9/+14
2008-05-05Make parseBuildInstallClean() return PART_ERROR on errors, streamline exitsPanu Matilainen1-11/+18
2008-05-05Make parsePrep() return PART_ERROR on errorsPanu Matilainen1-8/+10
2008-05-05Streamline parsePreamble() existsPanu Matilainen1-27/+21
2008-05-05Start cleaning up the rpmerr removal mess of build/ return codesPanu Matilainen2-11/+12
2008-05-05Remove obsolete parseForRegexLang()Jindrich Novy1-46/+1
2008-05-05Check for pipe() returns in rpmfc helper output readingPanu Matilainen1-2/+4
2008-05-03Temp file handling tweaksPanu Matilainen2-2/+2
2008-04-29Plug memleak in parseSimplePart()Panu Matilainen1-5/+9
2008-04-28genCpioListAndHeader() indentation fixes, no other changesPanu Matilainen1-36/+36
2008-04-28Allocate buffer for %doc filenames dynamicallyPanu Matilainen1-7/+5
2008-04-28Remove unnecessary block which just messes up indentationPanu Matilainen1-4/+2
2008-04-28Set processingFailed just oncePanu Matilainen1-9/+6
2008-04-28Don't leak memory on failure in checkForValidArchitectures()Panu Matilainen1-6/+9
2008-04-28Oops...Panu Matilainen1-1/+1
2008-04-28..and for parseForLang()Panu Matilainen1-12/+16
2008-04-28..and the same for parseForConfig()Panu Matilainen1-7/+13
2008-04-28parseForAttr() tweaksPanu Matilainen1-19/+22
2008-04-28Avoid alloca() in parseForVerify(), streamline exit paths a bitPanu Matilainen1-9/+14
2008-04-28Avoid alloca() in parseForDev()Panu Matilainen1-2/+3
2008-04-25Single point of exit for dateToTimet(), avoid alloca()Panu Matilainen1-17/+21