summaryrefslogtreecommitdiff
path: root/build/spec.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-16Kill queryHeader(), it is not used and buggyJindrich Novy1-1/+0
2008-04-09Yet more url ripping - buildroot is never an urlPanu Matilainen1-5/+5
2008-04-04Escape '%' in formatJindrich Novy1-1/+1
2008-04-04Simplify formattingJindrich Novy1-2/+2
2008-04-04Simplify package comparison and format creation.Jindrich Novy1-9/+7
2008-03-24Eliminate bogus const's from spec structurePanu Matilainen1-12/+12
2008-03-24Eliminate bogus const's from OFI_t and spectags structsPanu Matilainen1-2/+2
2008-03-23Use rasprintf() to prevent overflows and remove BUFSIZ buffer limit.Jindrich Novy1-10/+15
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen1-3/+3
2008-02-25Remove some ancient dead codePanu Matilainen1-12/+0
2008-02-25Add %{sources} and %{patches} macros to buildPanu Matilainen1-0/+30
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-3/+3
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen1-1/+1
2008-01-30Include spring-cleaningPanu Matilainen1-1/+2
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+1
2007-12-16Much of spec internals is exposed, let them be const for nowPanu Matilainen1-14/+14
2007-12-15Remove bogus const from rpmGetPath() temporary targetsPanu Matilainen1-1/+1
2007-12-14Bogus const removal continued...Panu Matilainen1-1/+1
2007-12-14Bunch of const char* correctionsPanu Matilainen1-1/+1
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-2/+2
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-5/+5
2007-12-07Yet more rpmbuild fixups from rpmerr.h removal (partly from rpm5.org)Panu Matilainen1-6/+6
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-11-23Move rpmGetPath and rpmGenPath to rpmfileutil.hPanu Matilainen1-0/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-4/+4
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-8/+8
2007-10-29Add SKIPSPACE.Ralf Corsépius1-0/+1
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-5/+5
2007-09-21Rename Spec -> rpmSpec for namespacingPanu Matilainen1-10/+10
2007-09-20Rename tagName/Value/Type() to rpmTagGet*()Panu Matilainen1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-79/+15
2002-12-24- fix: remove rpmfi scareMem so that headers can be reloaded on ia64.jbj1-0/+3
2002-12-24splint fiddles.jbj1-0/+2
2002-12-22- simplify specfile query linkage loop.jbj1-1/+159
2002-12-21- add --enable-posixmutexes when configuring on linux.jbj1-3/+6
2002-08-19- add --with-efence to configure, check install/upgrade with efence.jbj1-12/+2
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-3/+3
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj1-0/+2
2002-06-23Add boundswrite annotations everywhere.jbj1-0/+12
2002-05-19- Grand Renaming of rpm data types.jbj1-5/+5
2002-04-11- rescusitate --rebuild.jbj1-0/+2
2002-04-08doxygen cleanup.jbj1-1/+2
2001-11-11Replace loadFi with fiNew, freeFi with fiFree.jbj1-2/+6
2001-11-01- add header refcount annotations throughout.jbj1-3/+3
2001-10-28- memory indices for dependency check are typedef'd and abstract'd.jbj1-4/+9
2001-10-17Converging on lclint-3.0.17 strict level.jbj1-1/+1
2001-10-16Factor -type problems into explicit code annotations.jbj1-4/+4
2001-10-16More lclint annotations.jbj1-2/+2