summaryrefslogtreecommitdiff
path: root/src/misc/realpath.c
AgeCommit message (Collapse)AuthorLines
2011-06-18fix memory leak on failure in realpathRich Felker-4/+4
2011-04-17minimal realpath implementation using /procRich Felker-0/+43
clean and simple, but fails when the caller does not have permissions to open the file for reading or when /proc is not available. i may replace this with a full implementation later, possibly leaving this version as an optimization to use when it works.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+6