summaryrefslogtreecommitdiff
path: root/lib/error.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
* Use the correct printf format attribute for mingw.Bruno Haible2020-11-241-2/+2
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* error: Tweak indentation.Bruno Haible2019-04-271-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-2/+2
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* error: fix POSIX violation for va_endPaul Eggert2017-06-011-1/+2
* Implement a way to opt out from MSVC support.Bruno Haible2017-05-101-1/+5
* error: Fix mistake in 2017-04-23 commit.Bruno Haible2017-04-291-1/+1
* Fix conflict between strerror_r-posix module and AC_FUNC_STRERROR_R.Bruno Haible2017-04-251-5/+5
* error: Avoid "function declaration isn't a prototype" warning.Tim Rühsen2017-04-221-2/+2
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* Port modules to use getprogname explicitlyPino Toscano2016-09-051-3/+3
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* error.c: correct printf-style format: %d -> %uJim Meyering2015-06-281-2/+2
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* error: drop spurious semicolonEric Blake2014-09-041-1/+1
* Define macros for glibcSiddhesh Poyarekar2014-07-101-1/+4
* Sync up error.c with glibcSiddhesh Poyarekar2014-07-101-5/+7
* 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