Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | path: Add p11_path_parent() function | Stef Walter | 2013-06-14 | 1 | -0/+2 |
| | | | | | Gets the parent element of the path, removing the last component. Handles trailing and duplicate path separators correctly. | ||||
* | More compatible path munging and handling code | Stef Walter | 2013-04-03 | 1 | -0/+62 |
Centralize the path handling code, so we can remove unixy assumptions and have a chance of running on Windows. The current goal is to run all the tests on Windows. Includes some code from LRN <lrn1986@gmail.com> https://bugs.freedesktop.org/show_bug.cgi?id=63062 |