summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/versioncmp.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee1-294/+0
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee1-2/+2
2007-04-27Clean up gettext on the libalpm sideDan McGee1-1/+0
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-1/+1
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-3/+5
2007-03-03Big commit this time:Aaron Griffin1-3/+5
2007-03-01* Switched some functions to alpm_pkg_get_* usage as I came across themAaron Griffin1-1/+1
2007-02-18* Fix version comparisons when one pkgrel doesn't exist (this ony fails on an ==Aaron Griffin1-1/+1
2007-02-09* I made "alpm_versioncmp" public a while back, without noticing this was alr...Aaron Griffin1-3/+3
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin1-0/+4
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin1-3/+3
2007-01-30Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee1-1/+2
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-6/+8
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-2/+2
2006-11-22* Whoops util MakefileAaron Griffin1-1/+1
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin1-0/+43
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-65/+41
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret1-2/+2
2006-01-05- started to rename list_XXX calls to _alpm_list_XXXAurelien Foret1-0/+1
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-12-26renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.czJudd Vinet1-0/+264