log lib/strerror.c @ 40186:8964917f9574

age author description
Tue, 01 Jan 2019 00:25:11 +0100 Paul Eggert maint: Run 'make update-copyright'
Mon, 01 Jan 2018 00:57:25 +0000 Paul Eggert maint: Run 'make update-copyright'
Wed, 13 Sep 2017 00:48:18 -0700 Paul Eggert all: prefer https: URLs
Sun, 01 Jan 2017 02:59:23 +0000 Paul Eggert version-etc: new year
Sat, 19 Nov 2016 12:50:28 +0100 Bruno Haible strerror: Make it compile in C++ mode.
Fri, 01 Jan 2016 00:56:19 -0800 Paul Eggert version-etc: new year
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Tue, 21 Jun 2011 08:50:51 -0600 Eric Blake strerror_r: fix OpenBSD behavior on 0
Tue, 07 Jun 2011 20:49:04 -0600 Eric Blake strerror_r-posix: fix on MacOS
Mon, 06 Jun 2011 15:16:26 -0600 Eric Blake strerror: work around FreeBSD bug
Tue, 24 May 2011 15:33:49 -0600 Eric Blake strerror: drop strerror_r dependency
Sat, 21 May 2011 23:35:46 +0200 Bruno Haible relocatable-prog-wrapper: Assume strerror() exists.
Thu, 19 May 2011 21:49:01 +0200 Bruno Haible perror: Avoid clobbering the strerror buffer when possible.
Thu, 19 May 2011 05:24:33 +0200 Bruno Haible strerror_r: Avoid clobbering the strerror buffer when possible.
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Sat, 02 Oct 2010 18:54:05 +0200 Bruno Haible Define missing EDQUOT on NonStop Kernel.
Wed, 09 Jun 2010 12:47:59 +0200 Bruno Haible Avoid relocwrapper link errors due to gnulib replacement functions.
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Wed, 17 Jun 2009 10:37:33 +0200 Bruno Haible Define missing ESTALE on Interix 3.5.
Fri, 16 Jan 2009 12:09:48 +0100 Jim Meyering strerror: avoid warnings about discarding "const"
Fri, 03 Oct 2008 18:23:59 +0200 Paolo Bonzini Define EWOULDBLOCK to the same value as EAGAIN.
Sun, 14 Sep 2008 04:18:44 +0200 Bruno Haible Extend strerror to cover the added errno values.
Sat, 27 Oct 2007 00:41:22 +0200 Bruno Haible Change strerror so that it never returns an empty string.
Thu, 11 Oct 2007 14:43:30 -0700 Paul Eggert Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Tue, 25 Sep 2007 10:40:16 -0600 Eric Blake Fix strerror on Interix.
Sun, 04 Mar 2007 00:06:30 +0000 Bruno Haible Oops, really avoid an empty translation unit.
Sat, 03 Mar 2007 19:53:01 +0000 Bruno Haible Make it possible to compile strerror.c separately, unconditionally.
Wed, 13 Sep 2006 22:38:14 +0000 Paul Eggert * _fpending.c: Include <config.h> unconditionally, since we no
Mon, 19 Sep 2005 17:28:14 +0000 Paul Eggert Use a consistent style for including <config.h>.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Thu, 31 Jul 2003 07:28:59 +0000 Paul Eggert Include config.h, limits.h. Declare sprintf.
Tue, 03 Sep 2002 15:36:39 +0000 Karl Berry simplest version