| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add ABI compatability aliases.•••GNU used several extensions that were incompatible with C99 and POSIX,
so they used alternate names for the standard functions.
The result is that we need these to run standards-conformant programs
that were linked with glibc.
| Isaac Dunham | 2013-04-05 | 1 | -0/+3 |
| * | make strerror_r behave nicer on failure•••if the buffer is too short, at least return a partial string. this is
helpful if the caller is lazy and does not check for failure. care is
taken to avoid writing anything if the buffer length is zero, and to
always null-terminate when the buffer length is non-zero.
| Rich Felker | 2012-06-20 | 1 | -2/+8 |
| * | initial check-in, version 0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+11 |