summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strerror.c
Commit message (Expand)AuthorAgeFilesLines
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-011-5/+3
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-291-3/+5
* Optimize errstr() by reducing the number of times it walks a string.mike2003-01-031-9/+7
* Stylistic changes:mike2002-12-201-11/+14
* Rearrange strerror() so that its itoa procedure can be used withmike2002-12-181-85/+39
* Fix off-by-one error.mini2002-07-031-1/+1
* Make strerror and strerror_r use sys_errlist[0] for errnum = 0. Bewes2001-12-071-3/+20
* New, improved, more Posix-compliant strerror_r implementation,wes2001-12-061-60/+59
* Add strerror_r function per Posix prototype.wes2001-11-271-19/+74
* rcsid[]->__FBSDIDobrien2001-11-071-4/+2
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.obrien2001-05-241-0/+4
* Fix printing of weird errno's: negative values were printed as largebde1994-09-051-5/+9
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+67
OpenPOWER on IntegriCloud