Permit file objects in python header constructor
[platform/upstream/rpm.git] / build / parsePreamble.c
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
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
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 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 MatilainenUse _target_* macros for build restriction checking
2007-10-29 Ralf CorsépiusAdd SKIPSPACE, SKIPNONSPACE.
2007-10-29 Ralf Corsépiusmerge.
2007-10-29 Panu MatilainenRemove couple of useless rpmio_internal includes
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-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
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.
2007-07-10 Panu MatilainenBunch of variable initializations to avoid compiler...
2005-07-12 jbj- added CVSId: tag and SVNId: alias (#162807).
2004-10-21 jbj- port to internal file-4.10 libmagic rather than libfm...
2004-10-17 jbjBetter error message.
2004-10-17 jbjfix: legacy syntax not even close.
2004-10-15 jbj- obsolete Serial:, Copyright:, and RHNPlatform: syntax...
2004-09-30 jbj- add Disttag: syntax to spec file parser and header...
2003-05-08 jbj- don't use error string after gzclose (Dmitry V. Levin).
2002-12-21 jbj- add --enable-posixmutexes when configuring on linux.
2002-07-08 jbjPropagate splint-3.0.1.7 close(2) internalState annotat...
2002-07-02 jbjAdd boundsread annotations throughout, enable +bounds...
2002-06-23 jbjAdd boundswrite annotations everywhere.
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 jbjMore lclint annotations.
2001-10-15 jbjExplicit branchstate annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
next