Combine spec parsing options into a common flag bitfield
[platform/upstream/rpm.git] / build / spec.c
2010-09-01 Panu MatilainenCombine spec parsing options into a common flag bitfield
2010-09-01 Panu MatilainenRename freeSpec() -> rpmSpecFree() for namespacing
2010-09-01 Panu MatilainenUpdate callers to use the new rpmSpecParse() interface
2010-09-01 Panu MatilainenEliminate silly and unused timecheck feature from ...
2010-09-01 Panu MatilainenSpec rootDir is only relevant for building, eliminate...
2010-09-01 Panu MatilainenEliminate cookie from spec structure
2010-09-01 Steve LawrenceAdd new %sepolicy section to the spec file format
2010-08-26 Panu MatilainenPermit packages with no files to omit %files entirely
2010-08-26 Panu MatilainenClean up newPackage() a bit
2010-08-25 Panu MatilainenMass eviction of remaining internal helpers in librpmbu...
2010-08-25 Panu MatilainenEliminate freePackage() from librpmbuild API
2010-08-24 Panu MatilainenEliminate freePackages() from librpmbuild API
2010-08-24 Panu MatilainenEliminate now unnecessary buildio.h
2010-08-24 Panu MatilainenEliminate newOpenFileInfo() from librpmbuild API
2010-08-24 Panu MatilainenEliminate addSource() from librpmbuild API
2010-08-24 Panu MatilainenEliminate parseNoSource() from librpmbuild API
2010-08-20 Panu MatilainenRemove signing support from (lib)rpmbuild
2009-10-16 Panu MatilainenSince we really want a FILE* then get one in the first...
2009-09-07 Panu MatilainenMove rl to the scope where its needed, dont bother...
2009-09-02 Panu MatilainenFix dumb thinko from commit 4177fdffd6e7414123062e8716a...
2009-09-02 Panu MatilainenEliminate uses of headerNVR() and friends in librpmbuil...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-17 Panu MatilainenAvoid adding Lua sources and patches twice when recursi...
2009-06-23 Jindrich NovyTeach %files to accept multiple filelists (ticket ...
2008-09-02 Panu MatilainenAvoid dumb casts
2008-08-08 Panu MatilainenAdd parenthesis to make gcc happy
2008-08-07 Jindrich NovyDon't allow multiple definition of PatchX or SourceX...
2008-08-06 Panu MatilainenSimplify spec buildroot hysteria
2008-07-07 Jindrich NovyMake Source0: equal to Source: again
2008-07-07 Panu MatilainenKick out now unused printNewSpecfile()
2008-07-07 Panu MatilainenKick out ancient, useless and hidden --specedit option
2008-07-04 Jindrich NovyDon't treat Patch and Source as Patch0 and Source0
2008-07-01 Jindrich NovyUpdate parseNoSource() and addSource() to accept only...
2008-07-01 Jindrich NovyfindSource() eats only unsigned SourceXX numbers
2008-05-12 Panu MatilainenConvert internal uses of headerSprintf() to headerFormat()
2008-05-06 Panu MatilainenEliminate nasty hackery with "special" doc + docdir...
2008-04-25 Panu MatilainenSimplify lookupPackage(), avoid alloca()
2008-04-16 Jindrich NovyKill queryHeader(), it is not used and buggy
2008-04-09 Panu MatilainenYet more url ripping - buildroot is never an url
2008-04-04 Jindrich NovyEscape '%' in format
2008-04-04 Jindrich NovySimplify formatting
2008-04-04 Jindrich NovySimplify package comparison and format creation.
2008-03-24 Panu MatilainenEliminate bogus const's from spec structure
2008-03-24 Panu MatilainenEliminate bogus const's from OFI_t and spectags structs
2008-03-23 Jindrich NovyUse rasprintf() to prevent overflows and remove BUFSIZ...
2008-03-18 Panu MatilainenMinimal namespacing for locale-insensitive x*() string...
2008-02-25 Panu MatilainenRemove some ancient dead code
2008-02-25 Panu MatilainenAdd %{sources} and %{patches} macros to build
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-02-03 Panu MatilainenMake rpmtag.h standalone, include from rpmtypes.h
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-16 Panu MatilainenMuch of spec internals is exposed, let them be const...
2007-12-15 Panu MatilainenRemove bogus const from rpmGetPath() temporary targets
2007-12-14 Panu MatilainenBogus const removal continued...
2007-12-14 Panu MatilainenBunch of const char* corrections
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-07 Panu MatilainenYet more rpmbuild fixups from rpmerr.h removal (partly...
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Panu MatilainenMove rpmGetPath and rpmGenPath to rpmfileutil.h
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-10-29 Ralf CorsépiusAdd SKIPSPACE.
2007-10-09 Panu MatilainenMake rpmerr.h private, include directly where needed.
2007-10-09 Panu MatilainenReplace all rpmError() uses with rpmlog()
2007-09-21 Panu MatilainenRename Spec -> rpmSpec for namespacing
2007-09-20 Panu MatilainenRename tagName/Value/Type() to rpmTagGet*()
2007-09-11 Ralf CorsépiusRemove splint tags.
2002-12-24 jbj- fix: remove rpmfi scareMem so that headers can be...
2002-12-24 jbjsplint fiddles.
2002-12-22 jbj- simplify specfile query linkage loop.
2002-12-21 jbj- add --enable-posixmutexes when configuring on linux.
2002-08-19 jbj- add --with-efence to configure, check install/upgrade...
2002-07-13 jbj- install rpmal.h and rpmhash.h, implicit rpmps.hinclud...
2002-07-02 jbjAdd boundsread annotations throughout, enable +bounds...
2002-06-23 jbjAdd boundswrite annotations everywhere.
2002-05-19 jbj- Grand Renaming of rpm data types.
2002-04-11 jbj- rescusitate --rebuild.
2002-04-08 jbjdoxygen cleanup.
2001-11-11 jbjReplace loadFi with fiNew, freeFi with fiFree.
2001-11-01 jbj- add header refcount annotations throughout.
2001-10-28 jbj- memory indices for dependency check are typedef'd...
2001-10-17 jbjConverging on lclint-3.0.17 strict level.
2001-10-16 jbjFactor -type problems into explicit code annotations.
2001-10-16 jbjMore lclint annotations.
2001-10-15 jbjExplicit branchstate annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-10-13 jbj- ratchet up to lclint "strict" level.
2001-09-25 jbj- legacy: drop brokenMD5 support (rrpm-2.3.3 to rpm...
2001-09-24 jbjMove to lclint-3.0.0.15, revisit and clean up annotations.
2001-06-05 jbj- fix typos in linux.{req,prov}.
2001-06-04 jbjlclint fiddles.
2001-05-23 jbj- headerFree() returns NULL, _free is C++ safe.
2001-05-06 jbj- fix: specfile queries with BuildArch: (#27589).
2001-05-05 jbj- enough lclint annotations and fiddles already.
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-04-30 jbj- yet more boring lclint annotations and fiddles.
2001-04-29 jbj- globalize _free(3) wrapper in rpmlib.h, consistent...
next