Use actual rpmTags in place of the old HEADER_FOO defines everywhere
[platform/upstream/rpm.git] / build / parseSpec.c
2010-09-21 Panu MatilainenUse actual rpmTags in place of the old HEADER_FOO defin...
2010-09-01 Panu MatilainenHandle --nolang as another spec parse flag
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 MatilainenEliminate transaction set from spec parsing internals
2010-09-01 Panu MatilainenPass flags directly to the lower level parseSpec()...
2010-09-01 Panu MatilainenEliminate parseSpec() from librpmbuild, trim unused...
2010-09-01 Panu MatilainenA new saner interface for parsing spec files
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 MatilainenSplit arch/os/platform adding out of parseSpec()
2010-08-25 Panu MatilainenMass eviction of remaining internal helpers in librpmbu...
2010-08-25 Panu MatilainenBury OpenFileInfo inside parseSpec.c
2010-08-25 Panu MatilainenEliminate initSourceHeader() from librpmbuild API
2010-08-25 Panu MatilainenInitialize source header from parseSpec() instead of...
2010-08-25 Panu MatilainenEliminate an exit point from parseSpec()
2010-08-24 Panu MatilainenEliminate newOpenFileInfo() from librpmbuild API
2010-08-20 Panu MatilainenRemove signing support from (lib)rpmbuild
2010-05-24 Jindrich NovyPut the macro evaluation in spec comments back.
2010-05-21 Jindrich NovyDo not evaluate macros in spec comments (RhBug:594672)
2010-04-12 Michael SchroederreadLineFromOFI may modify the fileStack, thus we have...
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2009-10-16 Panu MatilainenSince we really want a FILE* then get one in the first...
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 MatilainenAdd default %clean section unless overridden in spec...
2009-08-12 Jindrich Novyrpmbuild won't segfault when %including spec with zero...
2009-07-23 Panu MatilainenKill off lclint remnants everywhere
2009-06-01 Panu MatilainenGenerate spec part string lengths at build time and...
2008-12-05 Panu MatilainenTighten up setting and checking of buildroot (ticket...
2008-10-23 Panu MatilainenMake noarch subpackages actually work
2008-08-06 Panu MatilainenSimplify spec buildroot hysteria
2008-06-19 Panu MatilainenUse type-specific headerPut() on all of build/parseSpec.c
2008-06-17 Panu MatilainenConvert parseSpec to headerPut()
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-05-05 Panu MatilainenTrap RPMRC_FAIL returns from spec parse with abort...
2008-05-05 Panu MatilainenMake readLine() return PART_ERROR on errors
2008-05-05 Panu MatilainenFix (hopefully ;) signaling for line continuations...
2008-05-05 Panu MatilainenIndentation fixes
2008-05-05 Panu MatilainenMake parseSpec() return PART_ERROR on all errors
2008-05-05 Panu MatilainenStart cleaning up the rpmerr removal mess of build...
2008-04-11 Jindrich NovyDon't warn about BuildRoot being "/" while it is actual...
2008-04-09 Panu MatilainenYet more url ripping - buildroot is never an url
2008-03-24 Panu MatilainenEliminate bogus const's from OFI_t and spectags structs
2008-03-18 Panu MatilainenMinimal namespacing for locale-insensitive x*() string...
2008-03-06 Panu MatilainenMake yet more build tables readonly
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-09 Panu MatilainenImplementation of triggerprein scriptlets.
2007-12-22 Panu MatilainenFix multi-line macro expansion in last line of spec...
2007-12-16 Panu MatilainenMore constfree for spec exposed stuff for now
2007-12-14 Panu MatilainenBogus const removal continued...
2007-12-14 Panu MatilainenMore size_t type pedantry
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-07 Panu Matilainenrpm5.org: fixup spec parsing from rpmerr.h removal
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-11-08 Panu MatilainenRemove dead rpmrc-related code from spec parsing
2007-10-29 Ralf CorsépiusAdd SKIPSPACE, SKIPNONSPACE.
2007-10-29 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-10-29 Panu MatilainenUse fdGetFILE() instead of rpmio internal fdGetFp(...
2007-10-28 Ralf CorsépiusInclude "rpmbuild.h" instead of <rpmbuild.h>.
2007-10-28 Ralf CorsépiusInclude "rpmio_internal.h" instead of <rpmio_internal.h>.
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-11 Ralf CorsépiusRemove splint tags.
2007-07-12 Panu MatilainenKill of RPMTAG_RHNPLATFORM: don't add to header, mark...
2007-07-12 Panu MatilainenparseSpec() cookie should be const, make it so...
2004-10-09 jbjSplint fiddles.
2004-04-08 niemeyerImplemented multiline macro support.
2004-03-16 niemeyer- Implemented support for internal Lua scripts.
2003-12-30 jbj- use -fPIC -DPIC on all platforms, not just mandatory...
2003-05-15 jbj- fix: nested %if handling, optind initialization posix...
2003-05-08 jbj- don't use error string after gzclose (Dmitry V. Levin).
2002-12-24 jbj- fix: remove rpmfi scareMem so that headers can be...
2002-12-24 jbjsplint fiddles.
2002-12-23 jbjSanity.
2002-12-22 jbj- simplify specfile query linkage loop.
2002-12-21 jbj- add --enable-posixmutexes when configuring on linux.
2002-07-02 jbjAdd boundsread annotations throughout, enable +bounds...
2002-06-23 jbjAdd boundswrite annotations everywhere.
2002-01-18 jbj- missing key(s) on keyring when verifying a signature...
2001-11-06 jbj- fix: harmless typo in db3 chroot hack.
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 jbjMore lclint annotations.
2001-10-13 jbj- ratchet up to lclint "strict" level.
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-06 jbj- fix: specfile queries with BuildArch: (#27589).
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-04-30 jbj- yet more boring lclint annotations and fiddles.
next