summaryrefslogtreecommitdiffstats
path: root/path_utils/path_utils.h
Commit message (Collapse)AuthorAgeFilesLines
* path_utils: path_concat should return empty string on ENOBUFSStephen Gallagher2012-03-081-1/+2
| | | | Also clean up the code a bit and add more comments
* Generate doxygen documentation for path_utilsJakub Hrozek2010-03-251-111/+263
|
* License libpath_utils under LGPLStephen Gallagher2010-02-181-6/+19
|
* License libpath_utils under LGPLStephen Gallagher2010-02-031-0/+7
|
* add path_utils filesystem path manipulation utility functionsJohn Dennis2009-07-151-0/+257
remove trace macro, not needed modifications to satisfy Stephen's checkin review correct spelling of PATH_UTILS_ERROR_NOT_FULLY_NORMALIZED add checks for truncation, return error add checks for getcwd errors modify (dst >= dst_end) test to be (dst > dst_end) remove all use of tabs remove all trailing whitespace add missing truncation check after strncpy() Fix path_utils.pc Also correct a minor typo.