summaryrefslogtreecommitdiff
path: root/build/parseScript.c
Commit message (Expand)AuthorAgeFilesLines
* Fix prog leak in parseScriptxujing2022-12-141-0/+3
* Add support for %preuntrans and %postuntrans scriptletsPanu Matilainen2022-09-261-0/+20
* Make Lua a hard requirement for rpmPanu Matilainen2021-02-091-4/+1
* Fix POPT_ARG_STRING memleaks in librpmbuildPanu Matilainen2020-02-031-4/+7
* Fix segfault regression on empty script or description at end of specPanu Matilainen2019-08-191-3/+6
* Revert "Allow packagers to specify individual scriptlets as critical"Panu Matilainen2019-05-141-2/+0
* Port parseScript() to use parseLines(), no functional changesPanu Matilainen2019-04-171-18/+2
* Allow packagers to specify individual scriptlets as criticalPanu Matilainen2018-03-091-0/+2
* add support for rich dependencies from dependency generatorsIgor Gnatenko2017-03-081-1/+1
* Make package exists/does not exist error more informativePanu Matilainen2016-11-111-4/+1
* Ensure that file trigger conditions are paths.Panu Matilainen2016-11-111-0/+6
* Ensure that a trigger condition actually exists.Panu Matilainen2016-11-111-2/+11
* Revise trigger separator checking a bit to pave way for next commitPanu Matilainen2016-11-111-8/+8
* Require whitespace around trigger -- separators (RhBug:1352828)Panu Matilainen2016-11-101-4/+10
* Remove option --priority for file triggers, leave option -PLubos Kardos2015-11-251-1/+1
* Parse file trigger priorities in spec filesLubos Kardos2015-07-231-3/+17
* Add parsing file triggers from spec file and saving them into header.Lubos Kardos2015-02-051-6/+68
* Pass the entire package struct to addReqProv()Panu Matilainen2013-04-151-1/+1
* Pass the entire package struct to rpmlibNeedsFeature()Panu Matilainen2013-04-151-4/+3
* Use POPT_BIT_SET for setting the scriptlet flagsPanu Matilainen2011-09-121-7/+4
* Rename scriptlet flags from RPMSCRIPT_FOO to RPMSCRIPT_FLAG_FOOPanu Matilainen2011-09-121-2/+2
* Sanity check trigger scriptlet arguments on buildPanu Matilainen2011-09-121-0/+6
* Eliminate dead NULL-assignments on exit from parseScript()Panu Matilainen2011-05-271-4/+4
* Eliminate dead assignment, early exit means failure alreadyPanu Matilainen2011-05-271-1/+1
* Teach rpm about post-transaction dependenciesPanu Matilainen2011-01-251-1/+1
* parseScript() const pedantryPanu Matilainen2010-10-281-5/+5
* Brute-force s/rpmTag/rpmTagVal/ in entire librpmbuildPanu Matilainen2010-10-221-4/+4
* Mass eviction of remaining internal helpers in librpmbuild APIPanu Matilainen2010-08-251-1/+2
* Eliminate unused spec argument from addReqProv()Panu Matilainen2010-08-251-1/+1
* Teach rpm about pre-transaction dependenciesPanu Matilainen2010-03-291-1/+1
* More dumb thinko/typo/braindamage in scriptlet expansion patchesPanu Matilainen2010-03-111-1/+1
* Support run-time macro and queryformat expansion on scriptletsPanu Matilainen2010-03-111-2/+31
* Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build codePanu Matilainen2009-08-311-1/+1
* Move declarations of local variables for parsing functionsJindrich Novy2008-12-091-16/+10
* Use type-specific headerPut() where makes sense in build/parseScriptPanu Matilainen2008-06-191-2/+1
* Dumb thinko breaking scriptlet interpreterPanu Matilainen2008-06-181-3/+4
* Convert parseScript() to headerPut()Panu Matilainen2008-06-181-7/+18
* Eliminate static sized string buffer in parseScript()Panu Matilainen2008-05-051-4/+4
* Make parseScript() return PART_ERROR on errorsPanu Matilainen2008-05-051-17/+9
* Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen2008-02-051-3/+3
* Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen2008-02-031-1/+1
* Include spring-cleaningPanu Matilainen2008-01-301-1/+3
* Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen2008-01-301-1/+1
* rpmlib.h mass evictionPanu Matilainen2008-01-301-0/+1
* Implementation of triggerprein scriptlets.Panu Matilainen2008-01-091-0/+7
* Bunch of const char* correctionsPanu Matilainen2007-12-141-1/+1
* Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen2007-12-131-3/+3
* Use rpm_count_t everywhere for header data countPanu Matilainen2007-12-131-2/+2
* Switch to <rpm/foo.h> style for public headersPanu Matilainen2007-12-081-2/+2
* Yet more rpmbuild fixups from rpmerr.h removal (partly from rpm5.org)Panu Matilainen2007-12-071-11/+11