Merge "Fixed incorrect writting host_os to platform/macros for uClibc" into tizen
[platform/upstream/rpm.git] / build / parsePreamble.c
2013-02-03 Elena ReshetovaAdding manifest support for rpmbuild
2013-02-03 Anas NashifAdd support for weak dependencies:
2012-08-07 Panu MatilainenHandle all dependency tags in spec via same switch...
2012-08-07 Panu Matilainen"prereq" is not a valid qualifier to regular Requires
2012-08-07 Panu MatilainenExtra qualifiers like (postun) are not valid with legac...
2012-05-16 Panu MatilainenPush special doc directory generation next to other...
2012-04-23 Michael SchroederAdd support for dpkg-style sorting of tilde in version...
2011-05-27 Panu MatilainenClean up + fix memleaks in readIcon()
2011-05-27 Panu MatilainenEliminate bunch of obvious dead NULL assignments in...
2011-05-27 Panu MatilainenCosmetics: rewrap/indent to fit 80 columns
2011-05-27 Panu MatilainenSanitize handlePreambleTag() error returns
2011-05-20 Panu MatilainenDon't fetch missing sources on spec query
2011-04-19 Jindrich NovyAttempt to fetch sources/patches when they are missing...
2011-03-04 Jindrich NovyActually propagare failure when addOrAppendListEntry...
2011-01-25 Panu MatilainenTeach rpm about post-transaction dependencies
2010-12-13 Panu MatilainenImplement transaction ordering hinting
2010-10-29 Panu MatilainenConst-correctness: rpmCharCheck() doesn't modify field...
2010-10-29 Panu MatilainenEliminate unused spectag and speclines goo from spec
2010-10-22 Panu MatilainenBrute-force s/rpmTag/rpmTagVal/ in entire librpmbuild
2010-10-12 Colin WaltersAdd 'VCS' key
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-08-25 Panu MatilainenMass eviction of remaining internal helpers in librpmbu...
2010-08-24 Panu MatilainenEliminate addSource() from librpmbuild API
2010-08-24 Panu MatilainenEliminate parseNoSource() from librpmbuild API
2010-06-22 Steve LawrenceAdd new Collections preamble tag
2010-03-29 Panu MatilainenheaderNextTag() fits the checkForDuplicates() use-case...
2010-03-29 Panu MatilainenOops, being a bit too strict on dependency qualifiers
2010-03-29 Panu MatilainenTeach rpm about pre-transaction dependencies
2010-03-29 Panu MatilainenAlways fail build on unknown dependency qualifiers
2010-03-29 Panu MatilainenAlways initialize tagflags to RPMSENSE_ANY
2010-03-29 Panu MatilainenDrop "support" for per-scriptlet build-requires
2010-02-01 Panu MatilainenRevert spec tag-macro concatenation changes
2010-01-20 Jindrich NovyConcatenate multiline tags in macros only in case of
2010-01-16 Jindrich NovyCorrectly expand %{obsoletes}, %{requires}, etc. in...
2010-01-05 Panu MatilainenMove <ctype.h> include out of system.h to the places...
2009-12-17 Panu MatilainenPermit unexpanded macros to slip through spec tag sanit...
2009-09-02 Panu MatilainenTake advantage of new header string getters
2009-09-02 Panu MatilainenEliminate uses of headerNVR() and friends in librpmbuil...
2009-09-01 Panu MatilainenGroup tag inheritance doesn't need special treatment...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-13 Panu MatilainenAdd an option bug reporting URL tag to packages (RhBug...
2009-07-23 Panu MatilainenKill off lclint remnants everywhere
2009-06-16 Jindrich NovyDon't check Provides/Requires for bad characters, they...
2009-06-15 Jindrich NovyCheck for valid chars in Requires/Provides as well
2009-06-10 Jindrich NovyAdd new function to check valid characters in NVR ...
2009-06-10 Jindrich NovyNuke useless compatibility stuff and put V/R checking...
2009-06-09 Jindrich NovyMake whitelist of characters allowed in NVR (ticket...
2009-06-01 Panu MatilainenGenerate preamble tag lengths at build time and make...
2009-06-01 Panu MatilainenIssue deprecation warnings for PreReq and BuildPreReq
2009-06-01 Panu MatilainenTurn unused spec syntax obsoletion mechanism into depre...
2009-04-06 Jindrich NovyDon't allow '~', '/' characters and ".." sequence...
2009-02-18 Jindrich NovyRevert fix for rhbz#442105, it has unwanted side effects
2009-01-13 Jindrich NovyRemove redundant anyarch check
2009-01-13 Jindrich NovySimplify group tag inheritance for a bit
2009-01-13 Jindrich NovyInherit group tag from the main package if unspecified...
2009-01-12 Jindrich NovyIgnore BuildArch tags for anyarch actions (rhbz#442105)
2008-12-05 Panu MatilainenTighten up setting and checking of buildroot (ticket...
2008-09-12 Panu MatilainenheaderAddEntry() is deprecated, use headerPutString...
2008-09-12 Panu MatilainenMake sure RPMTAG_GROUP is always present in packages
2008-08-26 Jindrich NovyAllow noarch subpackages
2008-08-06 Panu MatilainenSimplify spec buildroot hysteria
2008-07-01 Jindrich NovyConvert Epoch parsing to use parseUnsignedNum()
2008-06-19 Panu MatilainenUse type-specific headerPut() for all of build/parsePre...
2008-06-18 Panu MatilainenConvert RPM_BIN_TYPE uses in build to headerPut()
2008-06-17 Panu MatilainenConvert most of parsePreamble to headerPut()
2008-06-13 Jindrich NovyAllow spaces in Source/Patch URLs and filenames
2008-05-31 Panu MatilainenReplace couple of generic td iterators with safer strin...
2008-05-29 Jindrich NovyMake Group: tag not mandatory in spec
2008-05-13 Panu MatilainenConvert couple of headerGetEntry() uses to new interfac...
2008-05-13 Panu MatilainenUse tag container iterator for ismemberInEntry()
2008-05-13 Panu MatilainenConvert checkForDuplicates() to use new interfaces
2008-05-12 Panu MatilainenConvert internal uses of headerSprintf() to headerFormat()
2008-05-06 Panu MatilainenEliminate nasty hackery with "special" doc + docdir...
2008-05-05 Panu MatilainenStreamline parsePreamble() exists
2008-04-29 Panu MatilainenPlug memleak in parseSimplePart()
2008-04-28 Panu MatilainenDon't leak memory on failure in checkForValidArchitectu...
2008-04-15 Jindrich NovyRemove rhnplatform, cvsid/svnid, serial and copyright...
2008-04-09 Panu MatilainenAnd one more url->path rename for local variable...
2008-04-09 Panu MatilainenYet more url ripping - buildroot is never an url
2008-03-31 Jindrich NovyMake ExcludeArch/ExclusiveArch/ExcludeOS/ExclusiveOS...
2008-03-25 Jindrich NovyDon't use static buffers to communicate between funcs...
2008-03-25 Jindrich NovyUse rasprintf() for NVR construction to remove BUFSIZ...
2008-03-25 Jindrich NovyAvoid artificial limits on tag name.
2008-03-18 Panu MatilainenMinimal namespacing for locale-insensitive x*() string...
2008-03-06 Panu MatilainenMake yet more build tables readonly
2008-03-06 Panu MatilainenMark bunch of static build-related tables as read-only
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-02-05 Panu MatilainenUse rpmTagType always now that it's available everywhere
2008-02-03 Panu MatilainenMake rpmtag.h standalone, include from rpmtypes.h
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-02 Panu MatilainenAssorted int -> size_t string size fixes in build code
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-15 Panu MatilainenMake bunch of build internal code take const parameters
2007-12-15 Panu MatilainenRemove bogus const from rpmGenPath() temporary targets
2007-12-15 Panu MatilainenRemove bogus const from rpmGetPath() temporary targets
2007-12-14 Panu MatilainenBogus const removal continued...
2007-12-14 Panu MatilainenMore size_t type pedantry
2007-12-13 Panu MatilainenUse rpm_tagtype_t everywhere for rpm (header) tagtype...
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
next