Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for libpkg/pkg_version.c  ·  View all commits
30 commits
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
1 year ago 33f4711
B
cocci: fix NELEM vs nitems mix
Baptiste Daroussin
1 year ago bf078b6
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago 76bfe81
E
version: snap should be after alpha
Emmanuel Vadot
2 years ago 507aaa8
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago 6c2ebb5
B
cleanup: remove pkg_version_change which has never been used
Baptiste Daroussin
4 years ago 6a60d45
S
Merge branch 'upstream-master'
Shawn Webb
4 years ago 9b9eef5
K
libpkg: add a snap(shot) version prefix
Kyle Evans
5 years ago 42576dc
K
libpkg: slightly modernize version stages
Kyle Evans
5 years ago 5334500
B
Make struct pkg a proper structure
Baptiste Daroussin
11 years ago 99c2768
M
Merge branch 'master' into indexfile
Matthew Seaman
12 years ago 859bbf1
V
Another upgrade fix.
Vsevolod Stakhov
12 years ago 74b2b86
V
Add pkg_version_change_between function.
Vsevolod Stakhov
12 years ago 8aca7b7
M
oldversion can be NULL, which would trigger an assertion in pkg_version_cmp.
Matthew Seaman
12 years ago 0ae7165
M
To reduce confusion spell out exactly what type of change pkg_version_change() returns. This also allows pkg_change_t to be used directly as an array index in pkg_jobs.c
Matthew Seaman
12 years ago e3e0eda
B
Revert "Add a new pkg_vcmp function to compare versions of 2 struct pkg *"
Baptiste Daroussin
12 years ago 3e85a7b
M
When upgrading a pkg, test for the direction the version number is changing in.
Matthew Seaman
12 years ago fd26742
B
Add a new pkg_vcmp function to compare versions of 2 struct pkg *
Baptiste Daroussin
12 years ago e232d60
M
Style: Add dash to first line of copyright header.
Matthew Seaman
13 years ago bfe0183
R
Merge branch 'master' of git://github.com/pkgng/pkgng
Roman Naumann
13 years ago 838dd4c
B
Whitespace cleanup
Bryan Drewery
13 years ago d579e6a
M
Merge remote-tracking branch 'upstream/master'
Matthew Seaman
13 years ago 6efb836
W
Various style(9) fixes.
Will Andrews
13 years ago 9fd0036
B
Adding the copyright to the library
Baptiste Daroussin
14 years ago 8dbe8b5
J
Move private headers to private/ subfolder. Dont use private headers in the frontend.
Julien Laffaye
14 years ago b6d30db
M
/!\ MERGING MULTI_REPOS INTO MASTER BRANCH /!\
Marin Atanasov Nikolov
14 years ago 8a63f25
j
Replace each call of warn(x) to an event.
jlaffaye
14 years ago 146165a
E
prefer unsigned int to int
Eitan
15 years ago 67cf1c7
E
constify more things (to avoid future errors)
Eitan
15 years ago 401a004
P
Add pkg_version_cmp() from pkg_install
Philippe Pepiot
15 years ago a2984dd