Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix memory leak on failure in realpath | Rich Felker | 2011-06-18 | 1 | -4/+4 |
| | |||||
* | minimal realpath implementation using /proc | Rich Felker | 2011-04-17 | 1 | -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. | ||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+6 |