| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | debloat code that depends on /proc/self/fd/%d with shared function•••I intend to add more Linux workarounds that depend on using these pathnames, and some of them will be in "syscall" functions that, from an anti-bloat standpoint, should not depend on the whole snprintf framework. | Rich Felker | 2013-08-02 | 1 | -1/+3 |
| * | fix some more O_CLOEXEC/SOCK_CLOEXEC issues | Rich Felker | 2012-09-29 | 1 | -1/+1 |
| * | use restrict everywhere it's required by c99 and/or posix 2008•••to deal with the fact that the public headers may be used with pre-c99 compilers, __restrict is used in place of restrict, and defined appropriately for any supported compiler. we also avoid the form [restrict] since older versions of gcc rejected it due to a bug in the original c99 standard, and instead use the form *restrict. | Rich Felker | 2012-09-06 | 1 | -1/+1 |
| * | fix memory leak on failure in realpath | Rich Felker | 2011-06-18 | 1 | -4/+4 |
| * | minimal realpath implementation using /proc•••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. | Rich Felker | 2011-04-17 | 1 | -0/+43 |
| * | initial check-in, version 0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+6 |
