summaryrefslogtreecommitdiff
path: root/common/path_utils/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2010-08-19Remove common directoryStephen Gallagher1-50/+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
2010-03-25Generate doxygen documentation for path_utilsJakub Hrozek1-0/+14
2010-03-25Unit tests for path_utilsJakub Hrozek1-0/+14
Fixes: #81
2010-02-03Split off libpath_utils into a shared libraryStephen Gallagher1-7/+9
2009-09-15Include m4 directories in tarballStephen Gallagher1-1/+3
Necessary for RPM builds on RHEL5
2009-09-11Add 'make tests' targetStephen Gallagher1-0/+1
2009-07-15add path_utils filesystem path manipulation utility functionsJohn Dennis1-0/+17
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.