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