summaryrefslogtreecommitdiffstats
path: root/common/path_utils/path_utils.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove common directoryStephen Gallagher2010-08-191-11/+0
| | | | | | | All files formerly in common are now being built individually out of the ding-libs repository. git clone git://git.fedorahosted.org/git/ding-libs.git
* add path_utils filesystem path manipulation utility functionsJohn Dennis2009-07-151-0/+11
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.