summaryrefslogtreecommitdiff
path: root/lib/libc/string/strerror.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Always use our own copy of sys_errlist and sys_nerr (.so only).Jilles Tjoelker2013-08-311-3/+5
* Renumber clauses to reduce diffs to other versionsEd Maste2013-05-281-1/+1
* Fix indentation.Konstantin Belousov2012-03-141-1/+1
* Allow strerror(0) and strerror_r(0, ...).Jilles Tjoelker2011-04-051-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Unbreak !NLS caseAlexey Zelkin2005-02-271-1/+1
* Add NLS catalogs support to strerror(), strerror_r() and strsignal().Alexey Zelkin2005-02-271-15/+46
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-5/+3
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-3/+5
* Optimize errstr() by reducing the number of times it walks a string.Mike Barcroft2003-01-031-9/+7
* Stylistic changes:Mike Barcroft2002-12-201-11/+14
* Rearrange strerror() so that its itoa procedure can be used withMike Barcroft2002-12-181-85/+39
* Fix off-by-one error.Jonathan Mini2002-07-031-1/+1
* Make strerror and strerror_r use sys_errlist[0] for errnum = 0. BeWes Peters2001-12-071-3/+20
* New, improved, more Posix-compliant strerror_r implementation,Wes Peters2001-12-061-60/+59
* Add strerror_r function per Posix prototype.Wes Peters2001-11-271-19/+74
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-071-4/+2
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.David E. O'Brien2001-05-241-0/+4
* Fix printing of weird errno's: negative values were printed as largeBruce Evans1994-09-051-5/+9
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+67