summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-29Remove alloca() from rpmvercmp()Panu Matilainen1-4/+2
2008-04-29Avoid alloca() in headerLoad()Panu Matilainen1-1/+3
2008-04-29Avoid alloca() in findTag()Panu Matilainen1-8/+7
2008-04-29Avoid alloca() in shescapeFormat()Panu Matilainen1-4/+4
2008-04-29Avoid alloca() in headerAddI18NString()Panu Matilainen1-3/+5
2008-04-29This code has been commented out since -99, time to let go...Panu Matilainen1-36/+0
2008-04-29Eliminate remaining alloca() in rpmAddSignature()Panu Matilainen1-1/+1
2008-04-29Plug memleaks in signature generationPanu Matilainen1-4/+6
2008-04-29Avoid alloca() in rpmtsSetRootDir()Panu Matilainen1-12/+5
2008-04-29Avoid alloca() in rpmDetectPGPVersion()Panu Matilainen1-3/+3
2008-04-29Avoid alloca() in makeGPGSignature()Panu Matilainen1-9/+12
2008-04-29Avoid unchecked stpcpy() to static sized buf from alloca()Panu Matilainen1-7/+11
2008-04-29Avoid alloca() in rpmtsInitIterator()Panu Matilainen1-8/+13
2008-04-29Read "canonvendor" macros by default againPanu Matilainen1-0/+1
2008-04-29Avoid alloca() in legacyRetrofit()Panu Matilainen1-1/+2
2008-04-29Use rpmioSlurp() for reading in rpmrc'sPanu Matilainen1-73/+43
2008-04-29Use rpmGlob() for expanding rcfiles globsPanu Matilainen1-50/+23
2008-04-29Rewrite rpmioMkpath()Jindrich Novy1-28/+19
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-28Remove unused alloca_strdup() macroPanu Matilainen1-2/+0
2008-04-28Remove alloca() from strntoul() helper in cpioPanu Matilainen1-5/+2
2008-04-28Get rid of string hackery in rpmdb-py.cJindrich Novy1-3/+2
2008-04-28Remove alloca() from argv.cJindrich Novy1-1/+2
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-28Oops, simplified it a little bit much, fixingJindrich Novy1-3/+4
2008-04-28Avoid alloca() in rpmGetFilesystemUsage()Panu Matilainen1-12/+14
2008-04-28Avoid alloca() in getFilesystemList()Panu Matilainen1-6/+11
2008-04-28Remove remaining alloca() from rpmdb.cJindrich Novy1-5/+14
2008-04-28Simplify dirName handling in rpmdbFindByFile()Jindrich Novy1-7/+3
2008-04-28Drop va_copy check, it's already done by C99 checksPanu Matilainen1-14/+0
2008-04-28Require C99 capable compiler in configurePanu Matilainen1-0/+5
2008-04-28Remove alloca() ussage from rpmcache.cJindrich Novy1-1/+2
2008-04-28Remove unused alloca'd variableJindrich Novy1-2/+0
2008-04-28Remove alloca() from build()Jindrich Novy1-1/+2
2008-04-28Eliminate pointless alloca() of hsa structPanu Matilainen1-31/+32
2008-04-28Remove bogus/misleading return value of hsaInit() and hsaFini()Panu Matilainen1-8/+4
2008-04-28Remove useless hsa != NULL checksPanu Matilainen1-10/+6
2008-04-28Remove unused variablePanu Matilainen1-1/+0
2008-04-28Eliminate pointless alloca() of entryInfo and indexEntry structsPanu Matilainen1-46/+49
2008-04-28Eliminate pointless alloca() of local DBT structsPanu Matilainen1-20/+20
2008-04-28Eliminate pointless alloca() of struct fileIndexEntry structPanu Matilainen1-6/+6