|
2d738c2c
|
2012-05-01T01:27:19
|
|
pkg: make PKG_CONFIG_PATH parsing more robust
|
|
3b154d8a
|
2012-04-30T06:06:13
|
|
everywhere: use strlcpy and strlcat where appropriate
|
|
4e4c1d62
|
2012-04-29T23:58:52
|
|
fix handling of length with strncat
The length arg in the strncat func represents the max number of bytes
that may be appended, but the total length of the buffer. So we have
to subtract the length of bytes already in there.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|
|
1e93bac3
|
2012-02-17T15:35:23
|
|
pkg: handle PKG_DEFAULT_PATH and PKG_CONFIG_PATH envvar more cleanly
|
|
d0639b33
|
2012-01-15T19:03:54
|
|
Make pkg_find() follow the PKG_CONFIG_PATH environmental variable, if available.
|
|
b0c16941
|
2011-07-26T20:37:01
|
|
pkg: add pkg_t.id field
|
|
8543f1bd
|
2011-07-26T20:15:44
|
|
pkg: document pkg_traverse()
|
|
648c39cf
|
2011-07-26T19:59:46
|
|
pkg: add pkg_get_comparator()
|
|
774ebc97
|
2011-07-26T19:52:44
|
|
pkg: pkg_verify_dependency() was calling pkg_compare_version() in reverse order
|
|
f8638cdb
|
2011-07-26T12:17:45
|
|
pkg: add pkg_verify_dependency()
|
|
a872c725
|
2011-07-26T12:05:14
|
|
pkg: fix up pkg_compare_version()
|
|
7e268420
|
2011-07-26T11:56:59
|
|
pkg: add pkg_compare_version()
|
|
8100eb84
|
2011-07-25T17:44:05
|
|
pkg: add pkg_verify_graph() to verify the depgraph is satisfiable
|
|
3d502159
|
2011-07-25T17:03:06
|
|
pkg: use exact same error message as pkg-config when dependency is unresolvable
|
|
4fe2dc1b
|
2011-07-25T01:26:05
|
|
pkg: croak if dependency tree is incomplete
|
|
05d596b9
|
2011-07-25T01:22:04
|
|
pkg: implement maximum depth for pkg_traverse()
|
|
a3f2a471
|
2011-07-25T01:03:13
|
|
pkg: handle node::package being crap
|
|
4603ceb8
|
2011-07-24T23:46:10
|
|
main: split out to main.c, make pretty printers hidden
|
|
37d87b90
|
2011-07-24T23:43:00
|
|
pkg: do not print cflags or libs if they are NULL
|
|
b44ce20d
|
2011-07-24T23:38:58
|
|
pkg: add pkg_traverse() to walk the dependency graph
|
|
3f9cedf5
|
2011-07-24T23:20:22
|
|
pkgconf stub: walk the dependency tree
|
|
61c246d2
|
2011-07-24T21:03:17
|
|
Initial commit.
|