summaryrefslogtreecommitdiff
path: root/build/rpmbuild_internal.h
AgeCommit message (Expand)AuthorFilesLines
2012-07-31Report starting line for unclosed %if in specsPanu Matilainen1-0/+1
2012-07-31Allocate spec line buffer separately from spec structPanu Matilainen1-1/+2
2012-07-31Track spec parse buffer position by offset instead of pointerPanu Matilainen1-1/+1
2012-05-16Push special doc directory generation next to other special doc foobarPanu Matilainen1-2/+0
2012-05-16Refactor special doc handling out of parseForSimple()Panu Matilainen1-1/+0
2011-06-17Support retrieving the spec contents in parsed formatPanu Matilainen1-0/+2
2010-12-01Pass RPM_BUILD_ROOT to helper scripts through environment alwaysPanu Matilainen1-1/+2
2010-10-30Const-correctness: source is a pointer to fullSource and must not be freedPanu Matilainen1-1/+1
2010-10-29Const-correctness: rpmCharCheck() doesn't modify field, make it constPanu Matilainen1-1/+1
2010-10-29Eliminate unused spectag and speclines goo from specPanu Matilainen1-35/+0
2010-10-28Fix the remaining enum abuse over rpmParseState in librpmbuildPanu Matilainen1-2/+2
2010-10-28Pass the script to doScript() as const char *Panu Matilainen1-1/+1
2010-10-28Use ARGV_t for package fileFile, fileList and policyListPanu Matilainen1-3/+3
2010-10-26Bury StringBuf inside librpmbuild internalsPanu Matilainen1-0/+1
2010-10-26Make rpmfcExec() internalPanu Matilainen1-0/+11
2010-10-22Brute-force s/rpmTag/rpmTagVal/ in entire librpmbuildPanu Matilainen1-2/+2
2010-10-01Use namespaced names for spec pkg and source opaque typedefsPanu Matilainen1-0/+1
2010-10-01Finish off our librpmbuild API mass-murder by turning everything opaquePanu Matilainen1-0/+96
2010-10-01rpmfcGenerateDepends() is internal, move away from public headerPanu Matilainen1-0/+9
2010-10-01Whoops, missing RPM_GNUC_INTERNAL on stashSt()Panu Matilainen1-0/+1
2010-09-21Add "c++ protection" to (hopefully) all of our internal headersPanu Matilainen1-0/+8
2010-09-21Fix up bunch of silly int vs rpmRC return code mismatchesPanu Matilainen1-3/+3
2010-09-02Eliminate _noDirTokens from librpmbuild API+ABIPanu Matilainen1-2/+5
2010-09-02Detect short-circuited build based on executed build steps from buildSpec()Panu Matilainen1-1/+2
2010-09-01Eliminate cookie from spec structurePanu Matilainen1-2/+4
2010-09-01Add new %sepolicy section to the spec file formatSteve Lawrence1-1/+19
2010-08-25Stuff the remaining truly internal structure defs out of sightPanu Matilainen1-0/+34
2010-08-25Mass eviction of remaining internal helpers in librpmbuild APIPanu Matilainen1-0/+248