Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2git to create tag 'eric_g2k12'.eric_g2k12 | cvs2svn | 2012-07-13 | 1 | -137/+0 |
| | |||||
* | If NLS is disabled, strerror does not print the correct error string. | bluhm | 2007-03-01 | 1 | -2/+2 |
| | | | | | | No binary change with NLS enabled. ok otto millert espie | ||||
* | zap remaining rcsid. | espie | 2005-08-08 | 1 | -5/+1 |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | Merge common functionality of __strsignal and strerror_r. | otto | 2005-05-26 | 1 | -28/+48 |
| | | | | ok jaredy@ miod@ | ||||
* | Only append number when it fits to avoid truncation and return | otto | 2005-05-08 | 1 | -14/+11 |
| | | | | | appropriate error number. ok miod@, millert@ on an earlier version; ok jaredey@ | ||||
* | correct strlcpy abuse | beck | 2005-04-20 | 1 | -4/+8 |
| | | | | ok millert@ | ||||
* | 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@ |