summaryrefslogtreecommitdiff
path: root/src/version.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-28version: fix leading zero strippingTimo Teräs1-3/+3
2021-10-25version: increase number of digits supported in version componentTimo Teräs1-3/+6
2020-05-07use SPDX-License-Identifier in source filesTBK1-3/+1
2017-06-23Revert "version: consider pkg-rX and pkg to be the same version"William Pitcock1-5/+0
2017-05-27version: add support for fuzzy version matchingWilliam Pitcock1-2/+10
2017-05-27version: consider pkg-rX and pkg to be the same versionA. Wilcox1-0/+5
2011-09-13all: update copyright year statementTimo Teräs1-1/+1
2011-01-03version: fix evaluation order to make valgrind happyTimo Teräs1-2/+2
2011-01-01pkg: dependencies to specific package checksumTimo Teräs1-0/+2
2009-11-06version: add support for version control suffixesTimo Teras1-3/+8
2009-11-06version: fix remaining version comparisonsTimo Teras1-7/+9
2009-11-05version: fix comparison of version againTimo Teras1-2/+2
2009-10-26version: fix comparision of pre-suffixesTimo Teras1-3/+14
2009-08-17version: fix comparison against empty versionTimo Teras1-9/+14
2009-06-22version: added apk_version_compare_blob() functionNatanael Copa1-7/+8
2009-06-20ver: only compare the given packages, show versionNatanael Copa1-3/+7
2009-06-16add: support for forced versionsNatanael Copa1-0/+18
2009-04-16pkg: clean up writing of dependenciesTimo Teras1-0/+18
2009-04-14state: rework changeset calculation algorithmTimo Teras1-0/+6
2009-04-13version: avoid end up in endless loop if we compare 2 equal invalid versionsNatanael Copa1-1/+1
2009-04-13version: allow more digits come after letterNatanael Copa1-1/+4
2009-04-13version: allow token letter after digit_or_zeroNatanael Copa1-1/+2
2009-04-03version: allow only TOKEN_LETTER after a digitNatanael Copa1-1/+1
2008-04-17Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras1-0/+165