Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-06 | Get rid of our reimplementation of basename | Zbigniew Jędrzejewski-Szmek | |
The only problem is that libgen.h #defines basename to point to it's own broken implementation instead of the GNU one. This can be fixed by #undefining basename. | |||
2013-09-26 | util: properly handle the root dir in PATH_FOREACH_PREFIX | Lennart Poettering | |
Also add PATH_FOREACH_PREFIX_MORE which includes the specified dir itself in the iteration | |||
2013-09-25 | util: add macro for iterating through all prefixes of a path | Lennart Poettering | |
Syntactic sugar in a macro PATH_FOREACH_PREFIX. | |||
2013-09-09 | run: allow non-absolute paths as command | Zbigniew Jędrzejewski-Szmek | |
2013-07-12 | test-path-util,test-sched-prio: uninitialize manager to appease valgrind | Zbigniew Jędrzejewski-Szmek | |
2013-03-29 | test-path-util: fix another stupid test failure | Zbigniew Jędrzejewski-Szmek | |
2013-03-29 | test-path-util: fix botched test | Zbigniew Jędrzejewski-Szmek | |
2013-03-28 | tests: add some silly tests for path-util.c | Zbigniew Jędrzejewski-Szmek | |