summaryrefslogtreecommitdiff
path: root/libmisc
AgeCommit message (Collapse)AuthorFilesLines
2011-05-25walk_tree: do not follow symlink to directory with -hKamil Dudka1-1/+2
reported by Jean-Pierre André at https://bugzilla.redhat.com/660613
2010-01-22quote: pull in string.h for strchr prototypeMike Frysinger1-0/+1
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Brandon Philips <brandon@ifup.org>
2009-06-23Introduce new WALK_TREE_DEREFERENCE_TOPLEVEL flagAndreas Gruenbacher1-1/+3
This flag indicates to dereference top-level symlinks. (If non top-level symlinks should be stat()ed as well, the WALK_TREE_DEREFERENCE flag must be specified.)
2009-06-22Add a parameter to quote() to specify which characters to quoteAndreas Gruenbacher1-3/+3
2009-06-22Put libmisc on its own branchAndreas Gruenbacher6-0/+471