summaryrefslogtreecommitdiff
path: root/lib/error.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyrightEric Blake2014-01-011-1/+1
* error: add the printf attribute to a static functionJim Meyering2013-10-201-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* error, filevercmp: no 'static inline'Paul Eggert2012-11-291-2/+2
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-2/+2
* Talk about "native Windows API", not "Win32".Bruno Haible2012-01-041-4/+5
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* New module 'msvc-nothrow'. Makes _get_osfhandle safe on MSVC 9.Bruno Haible2011-09-231-0/+2
* error: Avoid gcc warning.Bruno Haible2011-06-051-1/+5
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* error: Use system's fcntl function.Bruno Haible2010-05-091-0/+3
* error: More reliable output on mingw.Bruno Haible2010-05-091-2/+27
* 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-59/+59
* Oops, move the include of unistd.h in the last commit.Bruno Haible2009-11-221-1/+1
* error: account for the possibility of freopen (stdout).Bruno Haible2009-11-221-14/+28
* error: fix mingw buildEric Blake2009-07-181-2/+2
* error: avoid undefined use of stdoutEric Blake2009-07-181-1/+15
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+5
* Add missing definition of _ macro.Bruno Haible2007-07-211-1/+2
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-1/+1
* * error.c (error_at_line, print_errno_message): Match libc, afterEric Blake2006-08-291-9/+9
* * misc/error.c: Add space between program name and message if fileEric Blake2006-08-141-5/+4
* * error.h: Fold in some upstream changes from glibc.Eric Blake2006-08-061-39/+74
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";Paul Eggert2004-12-291-4/+2
* error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead ofSimon Josefsson2004-10-041-1/+1
* Remove dependencies on unlocked-io.Paul Eggert2004-10-041-1/+1
* Work around bug in OpenBSD 3.4 sterror_r: itPaul Eggert2004-08-051-7/+3
* Correct cpp indentation.Jim Meyering2003-09-281-3/+3
* (error_tail): Don't cast alloca to (void *); it's already (void *).Paul Eggert2003-09-271-1/+1
* * error.c (error_tail): Move some declarationsPaul Eggert2003-09-271-4/+3
* (SIZE_MAX) [!defined SIZE_MAX]: Define.Paul Eggert2003-09-261-24/+15
* Merge changes from glibc.Paul Eggert2003-09-261-1/+28
* Assume vprintf.Paul Eggert2003-09-121-8/+3
* Correct indentation of cpp directives.Jim Meyering2003-09-101-8/+8
* Remove K&R cruft.Paul Eggert2003-09-081-100/+9
* [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is 1.Paul Eggert2003-08-041-29/+11
* Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.Jim Meyering2002-12-061-1/+1
* Merge in changes from libc's misc/error.c, in preparationJim Meyering2002-12-061-3/+12
* change license to gpl.Karl Berry2002-11-251-14/+10
* Add copyright date of 2002.Jim Meyering2002-11-231-1/+1
* Include gettext.h instead of <libintl.h> with #ifdefs.Bruno Haible2002-11-051-5/+6
* Include unlocked-io.h.Jim Meyering2001-11-171-0/+1
* (strerror_r): Do not declare unless !_LIBC.Jim Meyering2001-10-211-48/+51
* Update from GNU libc.Jim Meyering2001-09-021-46/+167
* Add a couple #includes, merging from GNU libc version.Jim Meyering2000-11-111-1/+9
* [!HAVE_DECL_STRERROR_R]: Declare strerror_r.Jim Meyering2000-06-241-0/+7
* remove stray define before _LIBCSH-UTILS-2_0cJim Meyering2000-01-081-1/+1
* (error): Use __strerror_r's return value only if HAVE_WORKING_STRERROR_R.Jim Meyering2000-01-081-2/+10