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