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
/
parsePrep.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-20
Sanitize + simplify %patch "macro" parsing
Panu Matilainen
1
-92
/
+69
2008-04-20
Single exit point for doPatchMacro()
Panu Matilainen
1
-27
/
+17
2008-04-17
Eliminate splitString() and freeSplitString()
Panu Matilainen
1
-4
/
+5
2008-04-09
Yet more url ripping - buildroot is never an url
Panu Matilainen
1
-1
/
+1
2008-04-04
%{_builddir} is not an url, ever
Panu Matilainen
1
-4
/
+2
2008-04-04
We only ever deal with local, regular files in doUntar()
Panu Matilainen
1
-25
/
+7
2008-04-04
We only ever deal with local, regular files in doPatch()
Panu Matilainen
1
-24
/
+5
2008-03-29
Don't use static buffer ptr as return value in doUntar()
Jindrich Novy
1
-28
/
+20
2008-03-23
Fix buffer overflow while creating patch script, avoid fixed sized buffers.
Jindrich Novy
1
-34
/
+53
2008-03-06
Mark bunch of static build-related tables as read-only
Panu Matilainen
1
-2
/
+2
2008-02-22
Use %__tar instead of hardcoded tar in build prep
Panu Matilainen
1
-4
/
+13
2008-02-22
Don't use legacy gzipbin etc macros in build
Panu Matilainen
1
-5
/
+5
2008-02-22
Make %patch use %__patch instead of hardcoded patch.. patchy huh?
Panu Matilainen
1
-4
/
+7
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-27
Rename isCompressed() -> rpmFileIsCompressed() for namespacing
Panu Matilainen
1
-2
/
+2
2007-12-16
Remove couple of bogus const uses in temp variables
Panu Matilainen
1
-2
/
+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
-1
/
+1
2007-12-15
Remove bogus const from rpmGetPath() temporary targets
Panu Matilainen
1
-2
/
+2
2007-12-14
Bogus const removal continued...
Panu Matilainen
1
-2
/
+1
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-3
/
+3
2007-12-07
Yet more rpmbuild fixups from rpmerr.h removal (partly from rpm5.org)
Panu Matilainen
1
-26
/
+26
2007-12-03
Use regular POSIX functions instead of "RPC" clones
Panu Matilainen
1
-2
/
+2
2007-11-23
Move file compression stuff from rpmmacro.h to rpmfileutil.h
Panu Matilainen
1
-0
/
+1
2007-11-23
Move string helpers from lib/misc.h to rpmio/rpmstring.h
Panu Matilainen
1
-1
/
+0
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
-34
/
+34
2007-10-29
Remove couple of useless rpmio_internal includes
Panu Matilainen
1
-1
/
+0
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-10
Add support for lzma compressed "Sources".
Ralf Corsépius
1
-0
/
+3
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
-16
/
+16
2007-09-21
Rename Spec -> rpmSpec for namespacing
Panu Matilainen
1
-5
/
+5
2007-09-17
misc.h is a private header
Panu Matilainen
1
-0
/
+1
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-45
/
+10
2007-08-29
Fix various cases of build failing due to whitespace in dir/filenames.
Panu Matilainen
1
-7
/
+8
2007-08-15
Replace MKDIR_P and MKDIR with RPM_MKDIR_P and RPM_MKDIR to avoid conflicts w...
Ralf Corsépius
1
-1
/
+1
2007-06-20
Duh, remember to initialize opt_F
Panu Matilainen
1
-1
/
+1
2007-06-19
Add support for specifying fuzz factor to %patch (rhbz#243720)
Panu Matilainen
1
-15
/
+36
2004-11-28
- add support for automagic pubkey retrieval using HKP.
jbj
1
-0
/
+2
2004-11-04
Stub in URL_IS_HTTPS everywhere.
jbj
1
-0
/
+2
2003-05-08
- don't use error string after gzclose (Dmitry V. Levin).
jbj
1
-5
/
+5
2002-08-07
Teach unzip about %setup -q.
jbj
1
-1
/
+4
2002-07-20
- popt: parse file into string of options (#56860).
jbj
1
-2
/
+0
2002-07-08
Propagate splint-3.0.1.7 close(2) internalState annotation throughout.
jbj
1
-13
/
+11
2002-07-02
Add boundsread annotations throughout, enable +bounds checking.
jbj
1
-0
/
+4
2002-06-23
Add boundswrite annotations everywhere.
jbj
1
-0
/
+6
[prev]
[next]