summaryrefslogtreecommitdiff
path: root/lib/strerror.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* strerror: Make it compile in C++ mode.Bruno Haible2016-11-191-1/+2
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* strerror_r: fix OpenBSD behavior on 0Eric Blake2011-06-211-14/+1
* strerror_r-posix: fix on MacOSEric Blake2011-06-081-3/+7
* strerror: work around FreeBSD bugEric Blake2011-06-061-1/+13
* strerror: drop strerror_r dependencyEric Blake2011-06-011-1/+35
* relocatable-prog-wrapper: Assume strerror() exists.Bruno Haible2011-05-211-11/+7
* perror: Avoid clobbering the strerror buffer when possible.Bruno Haible2011-05-191-21/+1
* strerror_r: Avoid clobbering the strerror buffer when possible.Bruno Haible2011-05-191-314/+15
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Define missing EDQUOT on NonStop Kernel.Bruno Haible2010-10-021-0/+6
* Avoid relocwrapper link errors due to gnulib replacement functions.Bruno Haible2010-06-091-0/+3
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-4/+4
* Define missing ESTALE on Interix 3.5.Bruno Haible2009-06-171-1/+7
* strerror: avoid warnings about discarding "const"Jim Meyering2009-01-161-68/+136
* Define EWOULDBLOCK to the same value as EAGAIN.Paolo Bonzini2008-10-031-4/+3
* 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