summaryrefslogtreecommitdiff
path: root/build/parseScript.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-11Ignore unknown internal scriptsMarkus Lehtonen1-2/+1
2011-09-12Use POPT_BIT_SET for setting the scriptlet flagsPanu Matilainen1-7/+4
2011-09-12Rename scriptlet flags from RPMSCRIPT_FOO to RPMSCRIPT_FLAG_FOOPanu Matilainen1-2/+2
2011-09-12Sanity check trigger scriptlet arguments on buildPanu Matilainen1-0/+6
2011-05-27Eliminate dead NULL-assignments on exit from parseScript()Panu Matilainen1-4/+4
2011-05-27Eliminate dead assignment, early exit means failure alreadyPanu Matilainen1-1/+1
2011-01-25Teach rpm about post-transaction dependenciesPanu Matilainen1-1/+1
2010-10-28parseScript() const pedantryPanu Matilainen1-5/+5
2010-10-22Brute-force s/rpmTag/rpmTagVal/ in entire librpmbuildPanu Matilainen1-4/+4
2010-08-25Mass eviction of remaining internal helpers in librpmbuild APIPanu Matilainen1-1/+2
2010-08-25Eliminate unused spec argument from addReqProv()Panu Matilainen1-1/+1
2010-03-29Teach rpm about pre-transaction dependenciesPanu Matilainen1-1/+1
2010-03-11More dumb thinko/typo/braindamage in scriptlet expansion patchesPanu Matilainen1-1/+1
2010-03-11Support run-time macro and queryformat expansion on scriptletsPanu Matilainen1-2/+31
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build codePanu Matilainen1-1/+1
2008-12-09Move declarations of local variables for parsing functionsJindrich Novy1-16/+10
2008-06-19Use type-specific headerPut() where makes sense in build/parseScriptPanu Matilainen1-2/+1
2008-06-18Dumb thinko breaking scriptlet interpreterPanu Matilainen1-3/+4
2008-06-18Convert parseScript() to headerPut()Panu Matilainen1-7/+18
2008-05-05Eliminate static sized string buffer in parseScript()Panu Matilainen1-4/+4
2008-05-05Make parseScript() return PART_ERROR on errorsPanu Matilainen1-17/+9
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-3/+3
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen1-1/+1
2008-01-30Include spring-cleaningPanu Matilainen1-1/+3
2008-01-30Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen1-1/+1
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+1
2008-01-09Implementation of triggerprein scriptlets.Panu Matilainen1-0/+7
2007-12-14Bunch of const char* correctionsPanu Matilainen1-1/+1
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-3/+3
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-2/+2
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-2/+2
2007-12-07Yet more rpmbuild fixups from rpmerr.h removal (partly from rpm5.org)Panu Matilainen1-11/+11
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-2/+2
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-21/+21
2007-10-28Include "rpmlua.h" instead of <rpmlua.h>.Ralf Corsépius1-1/+1
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-10/+10
2007-09-21Rename Spec -> rpmSpec for namespacingPanu Matilainen1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-21/+5
2007-05-16Fix building without Lua support.Panu Matilainen1-1/+4
2004-10-09Splint fiddles.jbj1-4/+5
2004-03-24- Now Lua interface is using a global state.niemeyer1-3/+1
2004-03-16- Implemented support for internal Lua scripts.niemeyer1-2/+48
2002-06-23Add boundswrite annotations everywhere.jbj1-0/+2
2001-10-17Converging on lclint-3.0.17 strict level.jbj1-0/+4
2001-10-15Explicit branchstate annotations.jbj1-0/+2
2001-10-15lclint fiddles to annotate globals.jbj1-0/+4
2001-10-13More lclint annotations.jbj1-2/+2