summaryrefslogtreecommitdiff
path: root/lib/strerror.c
Commit message (Expand)AuthorAgeFilesLines
* Extend strerror to cover the added errno values.Bruno Haible2008-09-141-9/+234
* Change strerror so that it never returns an empty string.Bruno Haible2007-10-271-1/+1
* Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.Paul Eggert2007-10-111-43/+14
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Fix strerror on Interix.Eric Blake2007-09-251-1/+23
* Oops, really avoid an empty translation unit.Bruno Haible2007-03-041-3/+9
* Make it possible to compile strerror.c separately, unconditionally.Bruno Haible2007-03-031-1/+5
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-5/+3
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Include config.h, limits.h. Declare sprintf.Paul Eggert2003-07-311-12/+24
* simplest versionKarl Berry2002-09-031-0/+37