summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-28Decide header sigtag based on what was actually writtenPanu Matilainen1-2/+2
2010-09-27Handle non-terminated substrings centrally in expandMacro()Panu Matilainen1-41/+22
2010-09-27Dynamic expansion buffer reallocation for lua macros tooPanu Matilainen1-6/+12
2010-09-27Whoops, fix typo/thinko from commit dc258bac41e32e754b15a413d844160f34b6a12ePanu Matilainen1-1/+1
2010-09-27Eliminate the internal in-place-expansion buffer limitationPanu Matilainen1-30/+32
2010-09-27Simplify / sanitize expandU() a bitPanu Matilainen1-12/+7
2010-09-27Dynamically reallocate macro expansion buffer (ticket #45)Panu Matilainen1-14/+15
2010-09-27Let expandMacro() allocate its own bufferPanu Matilainen1-16/+17
2010-09-27Track current expansion point via distance to buffer startPanu Matilainen1-21/+23
2010-09-27Push the macro buffer size limit down by one levelPanu Matilainen1-24/+24
2010-09-27Eliminate unused spec field from macro expansion state structPanu Matilainen1-3/+0
2010-09-27Avoid calloc() in macro findEntry()Panu Matilainen1-5/+4
2010-09-27Avoid unnecessary round-trip through expandT() where possiblePanu Matilainen1-3/+3
2010-09-27Use function arguments to pass, duh, arguments into functions. Duh.Panu Matilainen1-20/+9
2010-09-26Fix segfault in rpmdeps (RhBug:637357)Jindrich Novy1-1/+1
2010-09-22Eliminate separate fileIndexEntry from rpmalPanu Matilainen1-20/+5
2010-09-22Use headerNextTag() for header format iterationPanu Matilainen1-6/+2
2010-09-22Use HEADER_MAGIC_FOO enums instead of 0/1 in python header codePanu Matilainen1-2/+2
2010-09-22Remove double const in urlstring structPanu Matilainen1-1/+1
2010-09-22Make rpmsqAction compatible to sa_sigactionPanu Matilainen2-5/+4
2010-09-21l10n: Updated Japanese (ja) translation to 100%Hajime Taira1-1099/+1026
2010-09-21Remove double const on rpmrc tablesPanu Matilainen1-1/+1
2010-09-21Fix rpmRC/int return mismatch by counting errors from handleOneTriggerPanu Matilainen1-6/+6
2010-09-21Use rpmTag as psm scriptTag for type correctnessPanu Matilainen1-1/+1
2010-09-21Default to the common case wrt dir name/index tags, not relocationPanu Matilainen1-6/+3
2010-09-21Move PTOK type enum out of the sprintfToken structPanu Matilainen1-7/+9
2010-09-21Remove bunch of double consts in librpmbuildPanu Matilainen4-4/+4
2010-09-21Initialize nametag to RPMTAG_NOT_FOUND in parseRCPOT()Panu Matilainen1-1/+1
2010-09-21Const pedantry: taropts only ever points to string constantsPanu Matilainen1-4/+2
2010-09-21Move expression type enum out of the structPanu Matilainen1-1/+6
2010-09-21Use actual enum values in tag table sentinel to avoid int/enum mismatchPanu Matilainen1-1/+1
2010-09-21Add "c++ protection" to (hopefully) all of our internal headersPanu Matilainen14-0/+113
2010-09-21Missing c++ end marker in rpmdb_internal.h, oopsPanu Matilainen1-0/+4
2010-09-21Add "C++ protection" to the public rpmutil.h header, oops...Panu Matilainen1-0/+8
2010-09-21void stepping on toes of relatives, part 5Panu Matilainen1-3/+3
2010-09-21Avoid stepping on toes of relatives, part 4Panu Matilainen1-6/+6
2010-09-21Avoid stepping on toes of relatives, part 3Panu Matilainen3-8/+8
2010-09-21Avoid stepping on toes of relatives, part 2Panu Matilainen5-26/+26
2010-09-21Avoid stepping on toes of relatives, part 1Panu Matilainen2-10/+10
2010-09-21Queryformat string sanity in queryArgCallback()Panu Matilainen1-5/+2
2010-09-21Use rasprintf() instead of manual alloc + sprintf()Panu Matilainen1-2/+1
2010-09-21Rename tagtbl.c -> tagtbl.CPanu Matilainen2-4/+4
2010-09-21Use the macro allocator variants within librpm*Panu Matilainen1-1/+1
2010-09-21Use _free() instead of rfree() where "return value" is assignedPanu Matilainen2-4/+4
2010-09-21Return explicit NULL from various fooFree() functions everywherePanu Matilainen3-6/+12
2010-09-21Return typed pointers from rpmluaFree() and rpmluavFree()Panu Matilainen2-4/+4
2010-09-21Return typed pointer from headerformat cacheFree()Panu Matilainen1-1/+1
2010-09-21Return typed pointer from freeHardLink()Panu Matilainen1-1/+1
2010-09-21Use typed instead of void pointer for fsm dnl iteratorPanu Matilainen1-9/+6
2010-09-21Use typed instead of void pointer for fsm map iteratorPanu Matilainen1-7/+5