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
/
parsePreamble.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-01
Issue deprecation warnings for PreReq and BuildPreReq
Panu Matilainen
1
-2
/
+2
2009-06-01
Turn unused spec syntax obsoletion mechanism into deprecation warning
Panu Matilainen
1
-5
/
+4
2009-04-06
Don't allow '~', '/' characters and ".." sequence in NVR (rhbz#493157)
Jindrich Novy
1
-1
/
+12
2009-02-18
Revert fix for rhbz#442105, it has unwanted side effects
Jindrich Novy
1
-10
/
+4
2009-01-13
Remove redundant anyarch check
Jindrich Novy
1
-2
/
+2
2009-01-13
Simplify group tag inheritance for a bit
Jindrich Novy
1
-2
/
+2
2009-01-13
Inherit group tag from the main package if unspecified (rhbz#470714)
Jindrich Novy
1
-5
/
+15
2009-01-12
Ignore BuildArch tags for anyarch actions (rhbz#442105)
Jindrich Novy
1
-2
/
+8
2008-12-05
Tighten up setting and checking of buildroot (ticket #10)
Panu Matilainen
1
-0
/
+21
2008-09-12
headerAddEntry() is deprecated, use headerPutString() instead
Panu Matilainen
1
-1
/
+1
2008-09-12
Make sure RPMTAG_GROUP is always present in packages
Panu Matilainen
1
-0
/
+5
2008-08-26
Allow noarch subpackages
Jindrich Novy
1
-6
/
+19
2008-08-06
Simplify spec buildroot hysteria
Panu Matilainen
1
-44
/
+3
2008-07-01
Convert Epoch parsing to use parseUnsignedNum()
Jindrich Novy
1
-3
/
+3
2008-06-19
Use type-specific headerPut() for all of build/parsePreamble.c
Panu Matilainen
1
-27
/
+10
2008-06-18
Convert RPM_BIN_TYPE uses in build to headerPut()
Panu Matilainen
1
-5
/
+8
2008-06-17
Convert most of parsePreamble to headerPut()
Panu Matilainen
1
-11
/
+25
2008-06-13
Allow spaces in Source/Patch URLs and filenames
Jindrich Novy
1
-1
/
+0
2008-05-31
Replace couple of generic td iterators with safer string iteration
Panu Matilainen
1
-4
/
+5
2008-05-29
Make Group: tag not mandatory in spec
Jindrich Novy
1
-1
/
+0
2008-05-13
Convert couple of headerGetEntry() uses to new interface in parsePreamble
Panu Matilainen
1
-17
/
+15
2008-05-13
Use tag container iterator for ismemberInEntry()
Panu Matilainen
1
-9
/
+7
2008-05-13
Convert checkForDuplicates() to use new interfaces
Panu Matilainen
1
-5
/
+7
2008-05-12
Convert internal uses of headerSprintf() to headerFormat()
Panu Matilainen
1
-2
/
+1
2008-05-06
Eliminate nasty hackery with "special" doc + docdir format
Panu Matilainen
1
-0
/
+30
2008-05-05
Streamline parsePreamble() exists
Panu Matilainen
1
-27
/
+21
2008-04-29
Plug memleak in parseSimplePart()
Panu Matilainen
1
-5
/
+9
2008-04-28
Don't leak memory on failure in checkForValidArchitectures()
Panu Matilainen
1
-6
/
+9
2008-04-15
Remove rhnplatform, cvsid/svnid, serial and copyright tag from rpmbuild
Jindrich Novy
1
-10
/
+1
2008-04-09
And one more url->path rename for local variable...
Panu Matilainen
1
-2
/
+2
2008-04-09
Yet more url ripping - buildroot is never an url
Panu Matilainen
1
-18
/
+15
2008-03-31
Make ExcludeArch/ExclusiveArch/ExcludeOS/ExclusiveOS actually work
Jindrich Novy
1
-2
/
+5
2008-03-25
Don't use static buffers to communicate between funcs, avoid buffer overflows.
Jindrich Novy
1
-10
/
+11
2008-03-25
Use rasprintf() for NVR construction to remove BUFSIZ limit.
Jindrich Novy
1
-12
/
+28
2008-03-25
Avoid artificial limits on tag name.
Jindrich Novy
1
-3
/
+1
2008-03-18
Minimal namespacing for locale-insensitive x*() string functions
Panu Matilainen
1
-10
/
+10
2008-03-06
Make yet more build tables readonly
Panu Matilainen
1
-5
/
+6
2008-03-06
Mark bunch of static build-related tables as read-only
Panu Matilainen
1
-3
/
+3
2008-02-05
Mass convert (back) to rpmTag as it's usable everywhere now
Panu Matilainen
1
-13
/
+13
2008-02-05
Use rpmTagType always now that it's available everywhere
Panu Matilainen
1
-2
/
+2
2008-02-03
Make rpmtag.h standalone, include from rpmtypes.h
Panu Matilainen
1
-1
/
+1
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-0
/
+1
2008-01-02
Assorted int -> size_t string size fixes in build code
Panu Matilainen
1
-1
/
+1
2007-12-19
Add rpm_data_t (and _constdata_t) for header data, use everywhere
Panu Matilainen
1
-4
/
+4
2007-12-15
Make bunch of build internal code take const parameters
Panu Matilainen
1
-2
/
+2
2007-12-15
Remove bogus const from rpmGenPath() temporary targets
Panu Matilainen
1
-2
/
+2
2007-12-15
Remove bogus const from rpmGetPath() temporary targets
Panu Matilainen
1
-1
/
+1
2007-12-14
Bogus const removal continued...
Panu Matilainen
1
-3
/
+3
2007-12-14
More size_t type pedantry
Panu Matilainen
1
-1
/
+1
2007-12-13
Use rpm_tagtype_t everywhere for rpm (header) tagtype type
Panu Matilainen
1
-2
/
+2
[prev]
[next]