Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build the error message in strerror_r.c directly, avoiding one copy there. | espie | 2004-05-03 | 1 | -10/+100 |
| | | | | | | | | handle a few subtle details caught by the regression tests: correct termination, non copying if buffer length == 0, errno setting. let all former users of __strerror go through strerror_r. Work by Todd Miller and I. Okay millert@. | ||||
* | Add strerror_r and functions versions of getchar_unlocked and | marc | 2002-11-21 | 1 | -0/+30 |
putchar_unlocked. Crank the minor on related libs. OK fgs@, deraadt@ |