Merge "Fixed incorrect writting host_os to platform/macros for uClibc" into tizen
[platform/upstream/rpm.git] / build / parseSpec.c
2013-04-13 Alexander KanevskiyAdd VCS tag into .src.rpm
2012-08-08 Panu MatilainenFix bogus "unclosed %if" error when %include is used...
2012-07-31 Panu MatilainenReport starting line for unclosed %if in specs
2012-07-31 Panu MatilainenDynamically grow spec line buffer on line continuations
2012-07-31 Panu MatilainenMinor cleanups: const pedantry and helper variable...
2012-07-31 Panu MatilainenAllocate spec line buffer separately from spec struct
2012-07-31 Panu MatilainenTrack spec parse buffer position by offset instead...
2012-05-28 Panu MatilainenInitial support for "special" %license, similar to...
2012-05-28 Panu MatilainenFix spec parsing memleak from source header on buildarc...
2012-05-11 Panu MatilainenImprove spec %include error detection and message
2012-05-11 Panu MatilainenUnify pops from spec file stack to a function
2012-05-11 Panu MatilainenSimplify / sanitize pushing new files on spec file...
2012-02-28 Panu MatilainenDon't process spec %include in false branch of %if...
2011-10-06 Panu MatilainenAlso add RPMTAG_OPTFLAGS during spec parse since we...
2011-10-06 Panu MatilainenAdd implicit self-provides during spec parse already
2011-06-17 Panu MatilainenAvoid extra newlines in parsed spec output outside...
2011-06-17 Panu MatilainenSupport retrieving the spec contents in parsed format
2011-06-16 Panu MatilainenError on unclosed macros & trailing line continuations...
2011-05-27 Panu MatilainenEliminate dead NULL-assignments from rpmSpecFree()
2011-05-27 Panu MatilainenEliminate dead NULL-assignments on OFI frees on spec...
2011-05-27 Panu MatilainenMove build restriction header copying to local scope
2011-05-27 Panu MatilainenEliminate a couple more dead increments in spec parsing...
2011-05-23 Jindrich NovyDistinguish between macro primitives with and w/o arguments
2011-05-20 Jindrich NovyUnbreak %if, %if(n)arch, %if(n)os handling
2011-05-18 Panu MatilainenEliminate bogus ferror() checks
2010-10-29 Panu MatilainenEliminate unused spectag and speclines goo from spec
2010-10-28 Panu MatilainenFix the remaining enum abuse over rpmParseState in...
2010-10-22 Panu MatilainenBrute-force s/rpmTag/rpmTagVal/ in entire librpmbuild
2010-09-28 Panu MatilainenRemove leftover trap for RPMRC_FAIL errors where none...
2010-09-21 Panu MatilainenRemove bunch of double consts in librpmbuild
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.
next