From df8b16d7d55d97001ed71f629fc21511ec9f8d3b Mon Sep 17 00:00:00 2001 From: John Dennis Date: Tue, 14 Jul 2009 11:25:37 -0400 Subject: add path_utils filesystem path manipulation utility functions 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. --- common/path_utils/m4/.dir | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 common/path_utils/m4/.dir (limited to 'common/path_utils/m4/.dir') diff --git a/common/path_utils/m4/.dir b/common/path_utils/m4/.dir new file mode 100644 index 000000000..e69de29bb -- cgit