Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-25 | Generate doxygen documentation for path_utils | Jakub Hrozek | 1 | -111/+263 | |
2010-02-18 | License libpath_utils under LGPL | Stephen Gallagher | 1 | -6/+19 | |
2010-02-03 | License libpath_utils under LGPL | Stephen Gallagher | 1 | -0/+7 | |
2009-07-15 | add path_utils filesystem path manipulation utility functions | John Dennis | 1 | -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. |