index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build
/
parseScript.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-11
Ignore unknown internal scripts
Markus Lehtonen
1
-2
/
+1
2011-09-12
Use POPT_BIT_SET for setting the scriptlet flags
Panu Matilainen
1
-7
/
+4
2011-09-12
Rename scriptlet flags from RPMSCRIPT_FOO to RPMSCRIPT_FLAG_FOO
Panu Matilainen
1
-2
/
+2
2011-09-12
Sanity check trigger scriptlet arguments on build
Panu Matilainen
1
-0
/
+6
2011-05-27
Eliminate dead NULL-assignments on exit from parseScript()
Panu Matilainen
1
-4
/
+4
2011-05-27
Eliminate dead assignment, early exit means failure already
Panu Matilainen
1
-1
/
+1
2011-01-25
Teach rpm about post-transaction dependencies
Panu Matilainen
1
-1
/
+1
2010-10-28
parseScript() const pedantry
Panu Matilainen
1
-5
/
+5
2010-10-22
Brute-force s/rpmTag/rpmTagVal/ in entire librpmbuild
Panu Matilainen
1
-4
/
+4
2010-08-25
Mass eviction of remaining internal helpers in librpmbuild API
Panu Matilainen
1
-1
/
+2
2010-08-25
Eliminate unused spec argument from addReqProv()
Panu Matilainen
1
-1
/
+1
2010-03-29
Teach rpm about pre-transaction dependencies
Panu Matilainen
1
-1
/
+1
2010-03-11
More dumb thinko/typo/braindamage in scriptlet expansion patches
Panu Matilainen
1
-1
/
+1
2010-03-11
Support run-time macro and queryformat expansion on scriptlets
Panu Matilainen
1
-2
/
+31
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build code
Panu Matilainen
1
-1
/
+1
2008-12-09
Move declarations of local variables for parsing functions
Jindrich Novy
1
-16
/
+10
2008-06-19
Use type-specific headerPut() where makes sense in build/parseScript
Panu Matilainen
1
-2
/
+1
2008-06-18
Dumb thinko breaking scriptlet interpreter
Panu Matilainen
1
-3
/
+4
2008-06-18
Convert parseScript() to headerPut()
Panu Matilainen
1
-7
/
+18
2008-05-05
Eliminate static sized string buffer in parseScript()
Panu Matilainen
1
-4
/
+4
2008-05-05
Make parseScript() return PART_ERROR on errors
Panu Matilainen
1
-17
/
+9
2008-02-05
Mass convert (back) to rpmTag as it's usable everywhere now
Panu Matilainen
1
-3
/
+3
2008-02-03
Make rpmtag.h standalone, include from rpmtypes.h
Panu Matilainen
1
-1
/
+1
2008-01-30
Include spring-cleaning
Panu Matilainen
1
-1
/
+3
2008-01-30
Use rpmsenseFlags type for dependency flags everywhere (hopefully)
Panu Matilainen
1
-1
/
+1
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-0
/
+1
2008-01-09
Implementation of triggerprein scriptlets.
Panu Matilainen
1
-0
/
+7
2007-12-14
Bunch of const char* corrections
Panu Matilainen
1
-1
/
+1
2007-12-13
Use rpm_tag_t everywhere for rpm (header) tag type
Panu Matilainen
1
-3
/
+3
2007-12-13
Use rpm_count_t everywhere for header data count
Panu Matilainen
1
-2
/
+2
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-2
/
+2
2007-12-07
Yet more rpmbuild fixups from rpmerr.h removal (partly from rpm5.org)
Panu Matilainen
1
-11
/
+11
2007-11-23
Expand private include file names to be relative to $(top_srcdir)
Ralf Corsépius
1
-1
/
+1
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-2
/
+2
2007-11-19
Lose rpmerr.h for good
Panu Matilainen
1
-1
/
+1
2007-11-19
Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels
Panu Matilainen
1
-21
/
+21
2007-10-28
Include "rpmlua.h" instead of <rpmlua.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-09
Make rpmerr.h private, include directly where needed.
Panu Matilainen
1
-0
/
+1
2007-10-09
Replace all rpmError() uses with rpmlog()
Panu Matilainen
1
-10
/
+10
2007-09-21
Rename Spec -> rpmSpec for namespacing
Panu Matilainen
1
-1
/
+1
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-21
/
+5
2007-05-16
Fix building without Lua support.
Panu Matilainen
1
-1
/
+4
2004-10-09
Splint fiddles.
jbj
1
-4
/
+5
2004-03-24
- Now Lua interface is using a global state.
niemeyer
1
-3
/
+1
2004-03-16
- Implemented support for internal Lua scripts.
niemeyer
1
-2
/
+48
2002-06-23
Add boundswrite annotations everywhere.
jbj
1
-0
/
+2
2001-10-17
Converging on lclint-3.0.17 strict level.
jbj
1
-0
/
+4
2001-10-15
Explicit branchstate annotations.
jbj
1
-0
/
+2
2001-10-15
lclint fiddles to annotate globals.
jbj
1
-0
/
+4
2001-10-13
More lclint annotations.
jbj
1
-2
/
+2
[next]