summaryrefslogtreecommitdiff
path: root/lib/depends.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-4/+4
1998-07-31Macro handling in rpmlib -- rework include: tag with macro expansion.jbj1-1/+0
1998-07-30Consolidated includes for librpmbuild API.jbj1-2/+2
1998-07-25Aggregate system includes into system.h.jbj1-9/+1
1998-06-30Provides: parsing in rpmrc wasn't done properlyewt1-1/+1
1998-05-10don't pay attention to reqflags unless a reqversion is present <sigh>ewt1-1/+1
1998-05-05fixed misc memory leaksewt1-0/+3
1998-04-16return as soon as a dep loop is foundewt1-0/+3
1998-03-27added trigger supportewt1-2/+2
1998-03-041) header file cleanupsewt1-4/+4
1998-02-24added byHeader to dependency conflict reportingewt1-0/+3
1998-01-09added more i18n stringsewt1-5/+7
1997-10-15serial handling fixesewt1-3/+2
1997-10-03added smarts for ordering setsewt1-15/+31
1997-09-16added install/dep time support for obsoletes tagewt1-2/+18
1997-07-23added provides rpmrc tagewt1-1/+14
1997-07-18Dump the stack when a dependency loop is encounteredewt1-5/+29
1997-07-16Indexes need to me made w/ ordering is doneewt1-0/+3
1997-07-08Don't include packages multiple times in orderingewt1-0/+4
1997-07-08Packages may satisfy their own dependenciesewt1-0/+4
1997-07-01Added install time prerequisite checkingewt1-5/+86
1997-05-20Moved includes of miscfn.h to the top.ewt1-1/+1
1997-05-07Changed a bunch of bsearch() calls to work when sizeof(int) != sizeof(int *)ewt1-7/+4
1997-05-07Added include of config.hewt1-0/+1
1997-04-30Added file (anything that begins with a leading /) dependencies.ewt1-61/+126
1997-01-171) use config.h if availableewt1-1/+3
1997-01-15changed vercmp() to rpmvercmp()ewt1-2/+2
1996-12-05dependency checking didn't work with a NULL database (conflicts broke this)ewt1-2/+3
1996-11-18The Great Renamingroot1-55/+55
1996-10-21conflict checking was using the wrong headerewt1-1/+1
1996-10-20added conflict checkingewt1-31/+130
1996-09-25conditionally includes alloca.hewt1-1/+4
1996-08-20allows <version>-<release> in dependency version stringsewt1-3/+21
1996-08-07added rpmdepFreeConflicts() to fix bad core dumpewt1-9/+24
1996-07-26fixed another memory leakewt1-1/+8
1996-07-26fixed bigger memory leakewt1-1/+5
1996-07-26fixed minor leakewt1-1/+1
1996-07-19don't core dump if we can't suggested a package that satisfies a dependencyewt1-1/+5
1996-07-18added rpmdepAvailablePackage() and made rpmdepCheck() suggest fixesewt1-39/+59
1996-07-17generalize list of added packages, and fixed problem where packagesewt1-89/+151
1996-07-12fixed qsort() and bsearch() sizes for the provides tableroot1-3/+3
1996-07-11don't free lists never allocated!ewt1-2/+2
1996-07-101) added version and serial number checkingewt1-29/+129
1996-06-10fixed bugs, added dependency checks for removed packagesewt1-45/+159
1996-06-10Initial revisionewt1-0/+232