pkgconf/libpkgconf
John Hein 76b8e0a26b Normalize the path to remove duplicate / separators rather than possibly altering the path with realpath(3). Leave sym links as is in path components. This is also cheaper than realpath(3), and works on platforms that don't have realpath(3).
Note: if this is accepted, the check for realpath in configure.ac
can be removed, and some docs that mention realpath will be adjusted.
2017-02-24 23:26:10 -06:00
..
argvsplit.c libpkgconf: argvsplit: quoting logic was simplified too much 2017-02-07 10:25:38 -06:00
audit.c libpkgconf: document audit module 2016-12-10 19:28:34 -06:00
bsdstubs.c bsdstubs: nothing seems to use strtok_r() anymore, kill it 2016-12-10 16:20:40 -06:00
bsdstubs.h bsdstubs: nothing seems to use strtok_r() anymore, kill it 2016-12-10 16:20:40 -06:00
cache.c libpkgconf: cache: add trace points 2017-02-04 20:01:41 -06:00
client.c libpkgconf: client: bring up the default trace handler as early as possible 2017-02-04 20:09:21 -06:00
dependency.c remove dead assignments (#109) 2017-01-22 11:31:34 -08:00
fileio.c libpkgconf: move some utility funcs into pkgconf_ namespace 2015-09-06 10:48:24 -05:00
fragment.c libpkgconf: add PKGCONF_PKG_PKGF_DONT_RELOCATE_PATHS (#110) 2017-02-03 13:17:21 -06:00
iter.h libpkgconf: iter: check list->tail for null, not list->head 2017-01-23 00:24:13 -06:00
libpkgconf.h libpkgconf: overhaul pkgconf_trace() a little 2017-02-04 19:49:59 -06:00
path.c Normalize the path to remove duplicate / separators rather than possibly altering the path with realpath(3). Leave sym links as is in path components. This is also cheaper than realpath(3), and works on platforms that don't have realpath(3). 2017-02-24 23:26:10 -06:00
pkg.c libpkgconf: pkg: add some trace points 2017-02-04 20:35:49 -06:00
queue.c libpkgconf: queue: chase API change (mark static root virtual packages as static) 2017-01-22 23:28:51 -06:00
stdinc.h libpkgconf: move sys/stat.h inclusion out of stdinc.h to the only other consumer of sys/stat.h 2017-01-22 23:09:38 -06:00
tuple.c libpkgconf: document tuple module 2016-12-11 17:28:27 -06:00