summaryrefslogtreecommitdiff
path: root/common/path.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for some recent win32 regressionsStef Walter2013-07-181-3/+18
|
* path: Add p11_path_canon() functionStef Walter2013-07-031-0/+15
| | | | Cleans up a filename with readable characters.
* path: Add p11_path_prefix() functionStef Walter2013-07-031-0/+17
| | | | | Checks if a wellformed path is identical to or a prefix of another path.
* path: Add p11_path_parent() functionStef Walter2013-06-141-0/+36
| | | | | Gets the parent element of the path, removing the last component. Handles trailing and duplicate path separators correctly.
* path: Fix expanding of paths and testsStef Walter2013-06-141-5/+11
|
* Support /xxx/yyy as an absolute path with Win32Stef Walter2013-05-211-4/+4
| | | | | Because win32 code doesn't just run on windows, wine runs with unix style paths.
* More compatible path munging and handling codeStef Walter2013-04-031-0/+258
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