summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-25Simplify lookupPackage(), avoid alloca()Panu Matilainen1-9/+5
2008-04-24Remove meaningless extern on function declarations in headersPanu Matilainen1-6/+6
2008-04-22Allow lzma payload in writeRPM()Jindrich Novy1-0/+3
2008-04-21Avoid %patch0 getting applied twicePanu Matilainen1-2/+3
2008-04-21Allow setting fuzz factor to 0Jindrich Novy1-4/+5
2008-04-20Fail if it is impossible to chdir to directory to run helper script inJindrich Novy1-2/+4
2008-04-20Sanitize + simplify %patch "macro" parsingPanu Matilainen1-92/+69
2008-04-20Single exit point for doPatchMacro()Panu Matilainen1-27/+17
2008-04-19Remove ugly hardcoded docDirs list, use a macro insteadPanu Matilainen1-33/+13
2008-04-19Avoid entirely silly rpmio FD_t use in processPackageFiles()Panu Matilainen1-11/+7
2008-04-19Use argvFree() instead of manual free in loopPanu Matilainen1-3/+2