summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.c
Commit message (Expand)AuthorAge
* Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee2007-04-28
* Clean up gettext on the libalpm sideDan McGee2007-04-26
* Using wrong variable for depend lookup in sortbydepsNagy Gabor2007-04-22
* James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-03-19
* * Fixed an error with 'cascade' removal due to creation of a new pmpkg_t structAaron Griffin2007-03-12
* * Fix group comparison issue and associated compilation warnings by usingDan McGee2007-03-11
* * Bug fix for makepkg dependency testing. This requires that weAaron Griffin2007-03-07
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* * A little more hacking with wchar_t output, but nothing really changed inDan McGee2007-03-03
* Big commit this time:Aaron Griffin2007-03-03
* * Comment clarificationAaron Griffin2007-03-01
* * Switched some functions to alpm_pkg_get_* usage as I came across themAaron Griffin2007-03-01
* * Added another test as suggested by Nagy on the ML- a package both providesDan McGee2007-02-28
* * Enforce const char* params when using stringsAaron Griffin2007-02-26
* * Fixed inconsistency of args- _alpm_db_read, _alpm_db_write.Dan McGee2007-02-21
* * Some cascade removal changes. Mainly code cleanup, but this is an attempt toAaron Griffin2007-02-20
* * Fix version comparisons when one pkgrel doesn't exist (this ony fails on an ==Aaron Griffin2007-02-18
* * Removed unnecessary #defineDan McGee2007-02-16
* Switched an int to an enumAaron Griffin2007-01-31
* Debug logging changes:Aaron Griffin2007-01-31
* K. Piche <kevin.piche@cgi.com>Aaron Griffin2007-01-30
* K. Piche <kpiche@rogers.com>Aaron Griffin2007-01-30
* * Remove -fno-strict-aliasing as it is now unnecessary to compile.Dan McGee2007-01-30
* Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee2007-01-30
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-26
* This mainly deals with code clarity- removing currently unneededAaron Griffin2007-01-24
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-18
* Corrected -Rsc operation - dependancy info was not being read from the DBAaron Griffin2006-12-05
* * Fixed the bug where -R pkgA pkgB failed when pkgA depended on pkgBAaron Griffin2006-12-01
* * Cosmetic changes and typo fixesAaron Griffin2006-12-01
* * Fixed some error output for "-Sd" and "-Rsc" dealing with missing/ignoredAaron Griffin2006-11-24
* * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin2006-11-22
* Numerous changes:Aaron Griffin2006-10-31
* Fixes from frugalware: few 'typos' included while patchingAaron Griffin2006-10-21
* A handful of minor changes:Aaron Griffin2006-10-20
* Merged frugalware changes (too many to list). Also added some config fileAaron Griffin2006-10-15
* bugfix: when looking at provides, defer to the new, to-be-installed package's...Judd Vinet2006-07-04
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
* removed an unexpected logAurelien Foret2006-03-07
* reworked the db object to prepare future integration with different backendsAurelien Foret2006-03-02
* added ERROR logs in case of malloc failures (patch from VMiklos <vmiklos@frug...Aurelien Foret2006-03-01
* prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret2006-02-17
* code cleanupAurelien Foret2006-02-07
* resolvedeps: return the depmiss info to the frontend in case of failureAurelien Foret2006-01-21
* more code cleanup yetAurelien Foret2006-01-18
* fixed detection for duplicate entries in list of deps/conflictsAurelien Foret2006-01-17
* pulled out conflict checkings from checkdeps() in its own function: checkconf...Aurelien Foret2006-01-15
* checkdeps:Aurelien Foret2006-01-14
* - merged pkg_new and pkg_dummy functionsAurelien Foret2006-01-09