summaryrefslogtreecommitdiff
path: root/src/util/vercmp.c
AgeCommit message (Expand)Author
2011-07-05Remove most usages of strncmp()Dan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-01-21Allow version comparison to contain epoch specifierDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2011-01-05vercmp: always return 0 if we perform a compareDan McGee
2010-10-11util: fall cleaning on single file programsDan McGee
2010-05-04Build vercmp without needing link to libalpmDan McGee
2010-03-14Bump copyright dates to 2010Dan McGee
2009-07-01Update copyright headers and messagesDan McGee
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-16War on whitespaceDan McGee
2007-11-04vercmp: add some usage instructionsDan McGee
2007-08-15src/util: Clean up headers and a few fixesDan McGee
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-02-09* I made "alpm_versioncmp" public a while back, without noticing this was alr...Aaron Griffin
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin
2006-11-23-std=c99 seems to undefine PATH_MAX in this case. I don't care enough to fix itAaron Griffin
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret
2005-12-26renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.czJudd Vinet
2005-03-15Initial revisionJudd Vinet