Imported Upstream version 4.14.1
[platform/upstream/rpm.git] / build / reqprov.c
2018-04-26 Taejin WooImported Upstream version 4.14.1 37/177237/1 upstream upstream/4.14.1
2013-06-07 Panu MatilainenUtilize the shared string pool for manually specified...
2013-06-07 Panu MatilainenAvoid umphteen arguments to isNewDep() by creating...
2013-06-07 Panu MatilainenSanitize duplicate dependency checking at build
2013-06-07 Panu MatilainenPass the entire package struct to addReqProv()
2013-06-07 Panu MatilainenPass the entire package struct to rpmlibNeedsFeature()
2013-06-07 Panu MatilainenMove rpmlibNeedsFeature() and addReqProv() prototypes
2010-12-13 Panu MatilainenImplement transaction ordering hinting
2010-10-22 Panu MatilainenBrute-force s/rpmTag/rpmTagVal/ in entire librpmbuild
2010-09-21 Panu MatilainenAvoid stepping on toes of relatives, part 3
2010-08-25 Panu MatilainenMass eviction of remaining internal helpers in librpmbu...
2010-08-25 Panu MatilainenEliminate unused spec argument from addReqProv()
2010-03-29 Panu MatilainenFree up three bits from rpmsenseFlags
2009-10-21 Panu MatilainenEnsure rpmlib() dependency sanity on build
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-20 Panu MatilainenWe always add EVR and Flags to dependencies, remove...
2009-08-20 Panu MatilainenFix duplicate dependency checking on build
2008-06-19 Panu Matilainenuse type-specific headerPut() on all of build/reqprov.c
2008-06-17 Panu MatilainenConvert build reqprov to headerPut()
2008-05-26 Panu MatilainenUse rpmds methods to check for duplicates in addReqProv()
2008-04-11 Jindrich NovyUse dynamic allocation in rpmlibNeedsFeature()
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
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
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-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-09-21 Panu MatilainenRename Spec -> rpmSpec for namespacing
2007-09-11 Ralf CorsépiusRemove splint tags.
2004-10-09 jbjSplint fiddles.
2002-12-31 jbjDump multilib code, colored depndencies instead.
2002-07-02 jbjAdd boundsread annotations throughout, enable +bounds...
2002-06-23 jbjAdd boundswrite annotations everywhere.
2001-10-16 jbjMore lclint annotations.
2001-10-15 jbjExplicit branchstate annotations.
2001-06-12 jbj- remove dead code frpm popt table reorg.
2001-04-30 jbj- yet more boring lclint annotations and fiddles.
2001-04-29 jbj- globalize _free(3) wrapper in rpmlib.h, consistent...
2001-01-11 jbjdoxygen annotations for build/*.
2000-12-12 jbjSync with rpm-4_0 branch.
2000-11-12 jbj- fine-grained Requires, remove install PreReq's from...
2000-08-27 jbjDoxygen annotations.
2000-07-11 jbj- remove build mode help from rpm.c, use rpmb instead.
2000-07-09 jbj- prefix payload paths with "./", otherwise "/" can...
2000-07-05 jbj- change optflags for i386.
2000-01-24 jbjDocumentation sugar.
1999-10-04 jbjlclint annotations from build.
1999-08-24 jbjFix duplicate dependency check.
1999-08-24 jbjadd versions to prereq.
1999-08-20 jbjadd versions to obsoletes.
1999-07-22 jbjadd versions to provides.
1999-04-14 jbjMake silly headerGetEntry consistent throughout.
1999-01-26 jbjParse BuildRequires: and add appropriate RPMTAG_*REQUIR...
1999-01-06 jbjpropagate "const char *" into rpmlib prototypes.
1998-10-08 jbjConsolidate i18n baggage into AM_GNU_GETTEXT and system.h.
1998-09-27 jbjadd Slovak translation (Stanislav Meduna <stano@trillia...
1998-07-30 jbjConsolidated includes for librpmbuild API.
1998-07-25 jbjAggregate system includes into system.h.
1998-07-08 jbjAdd {init,add,expand}Macro args everywhere (new macro...
1998-04-17 marcAdded AutoReq: and AutoProv:
1998-04-16 ewtpay attention to autoreqprov flag
1998-04-09 marcJeff Johnson's memleak patches
1998-04-09 marc - remove icons with --rmsource
1998-03-20 marcAdded trigger support to build code
1998-03-04 ewt1) include cleanups for portability
1998-01-12 ewtmerged in Marc's new build code
1997-10-07 marcBug
1997-09-16 marcMove obsoletes to own tag
1997-09-16 marcAdded Obsoletes: tag
1997-06-19 rootPreReq handling
1997-05-20 ewtMust include <sys/tiome.h> before <sys/resource.h>...
1997-05-16 ewtApplied changes for AIX. This involved using <sys/selec...
1997-03-21 ewt1) remove spurious printf
1997-03-20 ewt1) close pipes after dup'ing
1997-01-24 ewtremoved unused variable tok
1996-12-12 ewtuse _exit instead of exit in forks
1996-11-21 rootuse find-requires
1996-11-19 rootrun find-provides on *all* files in the file list
1996-11-18 roothandle new ldd where it returns 1 for non executables
1996-11-18 rootThe Great Renaming
1996-08-14 rootcleanup - make nice little function that runs programs...
1996-08-08 rootstrip leading directories from ldd output
1996-07-20 marcif objdump gets us "_end" then there is no embedded...
1996-07-20 marcskip blank lines and "_end" from objdump
1996-07-20 marcmatch shared libs on ".so"
1996-07-14 marcchange message
1996-07-14 rootsend stuff to xargs with null termination so that we can
1996-07-11 rootfix auto-provide stuff to use ROOT
1996-07-10 rootuse proper soname for automatic shared lib req/prov
1996-06-27 rootconflicts handling
1996-06-27 roothandle staticly linked binaries
1996-06-18 rootadd errno.h
1996-06-08 rootprovide lib.so IF lib.so.*
1996-06-07 rootdisplay cleanup
1996-06-07 rootInitial revision