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
/
parseSpec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-02
Eliminate uses of headerNVR() and friends in librpmbuild code
Panu Matilainen
1
-3
/
+2
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build code
Panu Matilainen
1
-9
/
+9
2009-08-17
Add default %clean section unless overridden in spec (ticket #81)
Panu Matilainen
1
-0
/
+7
2009-08-12
rpmbuild won't segfault when %including spec with zero size
Jindrich Novy
1
-1
/
+1
2009-07-23
Kill off lclint remnants everywhere
Panu Matilainen
1
-3
/
+0
2009-06-01
Generate spec part string lengths at build time and make it const
Panu Matilainen
1
-36
/
+26
2008-12-05
Tighten up setting and checking of buildroot (ticket #10)
Panu Matilainen
1
-9
/
+0
2008-10-23
Make noarch subpackages actually work
Panu Matilainen
1
-1
/
+4
2008-08-06
Simplify spec buildroot hysteria
Panu Matilainen
1
-17
/
+12
2008-06-19
Use type-specific headerPut() on all of build/parseSpec.c
Panu Matilainen
1
-12
/
+3
2008-06-17
Convert parseSpec to headerPut()
Panu Matilainen
1
-5
/
+12
2008-05-21
Include rpmtypes.h first instead of rpmtag.h everywhere
Panu Matilainen
1
-1
/
+1
2008-05-05
Trap RPMRC_FAIL returns from spec parse with abort() for now
Panu Matilainen
1
-0
/
+4
2008-05-05
Make readLine() return PART_ERROR on errors
Panu Matilainen
1
-7
/
+7
2008-05-05
Fix (hopefully ;) signaling for line continuations on spec parsing
Panu Matilainen
1
-8
/
+9
2008-05-05
Indentation fixes
Panu Matilainen
1
-10
/
+9
2008-05-05
Make parseSpec() return PART_ERROR on all errors
Panu Matilainen
1
-6
/
+4
2008-05-05
Start cleaning up the rpmerr removal mess of build/ return codes
Panu Matilainen
1
-11
/
+11
2008-04-11
Don't warn about BuildRoot being "/" while it is actually empty
Jindrich Novy
1
-2
/
+6
2008-04-09
Yet more url ripping - buildroot is never an url
Panu Matilainen
1
-11
/
+9
2008-03-24
Eliminate bogus const's from OFI_t and spectags structs
Panu Matilainen
1
-2
/
+2
2008-03-18
Minimal namespacing for locale-insensitive x*() string functions
Panu Matilainen
1
-7
/
+7
2008-03-06
Make yet more build tables readonly
Panu Matilainen
1
-2
/
+1
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-0
/
+2
2008-01-09
Implementation of triggerprein scriptlets.
Panu Matilainen
1
-0
/
+2
2007-12-22
Fix multi-line macro expansion in last line of spec (mdvbz#27417)
Panu Matilainen
1
-18
/
+39
2007-12-16
More constfree for spec exposed stuff for now
Panu Matilainen
1
-2
/
+2
2007-12-14
Bogus const removal continued...
Panu Matilainen
1
-7
/
+7
2007-12-14
More size_t type pedantry
Panu Matilainen
1
-1
/
+1
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-5
/
+5
2007-12-07
rpm5.org: fixup spec parsing from rpmerr.h removal
Panu Matilainen
1
-16
/
+20
2007-11-23
Move rpmGetPath and rpmGenPath to rpmfileutil.h
Panu Matilainen
1
-0
/
+1
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-4
/
+4
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
-25
/
+25
2007-11-08
Remove dead rpmrc-related code from spec parsing
Panu Matilainen
1
-49
/
+0
2007-10-29
Add SKIPSPACE, SKIPNONSPACE.
Ralf Corsépius
1
-0
/
+3
2007-10-29
Use fdGetFILE() instead of rpmio internal fdGetFp() everywhere
Panu Matilainen
1
-3
/
+1
2007-10-28
Include "rpmbuild.h" instead of <rpmbuild.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmio_internal.h" instead of <rpmio_internal.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
-11
/
+11
2007-09-21
Rename Spec -> rpmSpec for namespacing
Panu Matilainen
1
-6
/
+6
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-74
/
+26
2007-07-12
Kill of RPMTAG_RHNPLATFORM: don't add to header, mark deprecated.
Panu Matilainen
1
-3
/
+0
2007-07-12
parseSpec() cookie should be const, make it so...
Panu Matilainen
1
-1
/
+1
2004-10-09
Splint fiddles.
jbj
1
-13
/
+19
2004-04-08
Implemented multiline macro support.
niemeyer
1
-3
/
+41
2004-03-16
- Implemented support for internal Lua scripts.
niemeyer
1
-0
/
+4
2003-12-30
- use -fPIC -DPIC on all platforms, not just mandatory (#112713).
jbj
1
-3
/
+0
[next]