summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2011-06-28Fix explicit directory %attr() when %defattr() is active (RhBug:481875)Panu Matilainen1-29/+22
2011-06-27Pay attention to dir vs file when building (RhBug:505995)Panu Matilainen1-3/+18
2011-06-27Remove ugly isDir recurse prevention hack on buildPanu Matilainen1-6/+2
2011-06-23Eliminate static BUFSIZ use in filelist parsingPanu Matilainen1-1/+1
2011-06-21Use ARGV_t for filelist current locale storagePanu Matilainen1-75/+32
2011-06-21Eliminate redundant noGlob member from filelistPanu Matilainen1-9/+2
2011-06-21Eliminate redundant special docs tracking members in filelistPanu Matilainen1-12/+2
2011-06-21Eliminate unused fileCount member from FileList structPanu Matilainen1-3/+0
2011-06-17Avoid extra newlines in parsed spec output outside preamblePanu Matilainen1-1/+1
2011-06-17Support retrieving the spec contents in parsed formatPanu Matilainen4-1/+15
2011-06-16Error on unclosed macros & trailing line continuations in spec (RhBug:681567)Panu Matilainen1-1/+11
2011-06-13Don't remove buildroot docdir on %doc usage (ticket #836)Panu Matilainen1-1/+0
2011-06-08Handle EINTR on the spot instead of restarting the entire loopPanu Matilainen1-14/+20
2011-06-08Kick out self-pipe trick from depgen helperPanu Matilainen1-43/+1
2011-06-08Abort depgen output reading on EOF, not child exitingPanu Matilainen1-2/+2
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