| Commit message (Expand) | Author | Age | Files | Lines |
* | maint: Run 'make update-copyright' | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | Simplify code. Drop support for Borland C++ on Windows. | Bruno Haible | 2018-05-03 | 1 | -2/+2 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | all: prefer https: URLs | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | error: fix POSIX violation for va_end | Paul Eggert | 2017-06-01 | 1 | -1/+2 |
* | Implement a way to opt out from MSVC support. | Bruno Haible | 2017-05-10 | 1 | -1/+5 |
* | error: Fix mistake in 2017-04-23 commit. | Bruno Haible | 2017-04-29 | 1 | -1/+1 |
* | Fix conflict between strerror_r-posix module and AC_FUNC_STRERROR_R. | Bruno Haible | 2017-04-25 | 1 | -5/+5 |
* | error: Avoid "function declaration isn't a prototype" warning. | Tim Rühsen | 2017-04-22 | 1 | -2/+2 |
* | version-etc: new year | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
* | Port modules to use getprogname explicitly | Pino Toscano | 2016-09-05 | 1 | -3/+3 |
* | version-etc: new year | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | error.c: correct printf-style format: %d -> %u | Jim Meyering | 2015-06-28 | 1 | -2/+2 |
* | version-etc: new year | Paul Eggert | 2014-12-31 | 1 | -1/+1 |
* | error: drop spurious semicolon | Eric Blake | 2014-09-04 | 1 | -1/+1 |
* | Define macros for glibc | Siddhesh Poyarekar | 2014-07-10 | 1 | -1/+4 |
* | Sync up error.c with glibc | Siddhesh Poyarekar | 2014-07-10 | 1 | -5/+7 |
* | maint: update copyright | Eric Blake | 2014-01-01 | 1 | -1/+1 |
* | error: add the printf attribute to a static function | Jim Meyering | 2013-10-20 | 1 | -1/+1 |
* | maint: update all copyright year number ranges | Eric Blake | 2013-01-01 | 1 | -1/+1 |
* | error, filevercmp: no 'static inline' | Paul Eggert | 2012-11-29 | 1 | -2/+2 |
* | In commentary, do not use ` to quote. | Paul Eggert | 2012-01-05 | 1 | -2/+2 |
* | Talk about "native Windows API", not "Win32". | Bruno Haible | 2012-01-04 | 1 | -4/+5 |
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
* | New module 'msvc-nothrow'. Makes _get_osfhandle safe on MSVC 9. | Bruno Haible | 2011-09-23 | 1 | -0/+2 |
* | error: Avoid gcc warning. | Bruno Haible | 2011-06-05 | 1 | -1/+5 |
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
* | error: Use system's fcntl function. | Bruno Haible | 2010-05-09 | 1 | -0/+3 |
* | error: More reliable output on mingw. | Bruno Haible | 2010-05-09 | 1 | -2/+27 |
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
* | Use spaces for indentation, not tabs. | Bruno Haible | 2009-12-10 | 1 | -59/+59 |
* | Oops, move the include of unistd.h in the last commit. | Bruno Haible | 2009-11-22 | 1 | -1/+1 |
* | error: account for the possibility of freopen (stdout). | Bruno Haible | 2009-11-22 | 1 | -14/+28 |
* | error: fix mingw build | Eric Blake | 2009-07-18 | 1 | -2/+2 |
* | error: avoid undefined use of stdout | Eric Blake | 2009-07-18 | 1 | -1/+15 |
* | Change copyright notice from GPLv2+ to GPLv3+. | Bruno Haible | 2007-10-07 | 1 | -6/+5 |
* | Add missing definition of _ macro. | Bruno Haible | 2007-07-21 | 1 | -1/+2 |
* | * _fpending.c: Include <config.h> unconditionally, since we no | Paul Eggert | 2006-09-13 | 1 | -1/+1 |
* | * error.c (error_at_line, print_errno_message): Match libc, after | Eric Blake | 2006-08-29 | 1 | -9/+9 |
* | * misc/error.c: Add space between program name and message if file | Eric Blake | 2006-08-14 | 1 | -5/+4 |
* | * error.h: Fold in some upstream changes from glibc. | Eric Blake | 2006-08-06 | 1 | -39/+74 |
* | *** empty log message *** | Paul Eggert | 2005-05-14 | 1 | -1/+1 |
* | [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h"; | Paul Eggert | 2004-12-29 | 1 | -4/+2 |
* | error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of | Simon Josefsson | 2004-10-04 | 1 | -1/+1 |
* | Remove dependencies on unlocked-io. | Paul Eggert | 2004-10-04 | 1 | -1/+1 |
* | Work around bug in OpenBSD 3.4 sterror_r: it | Paul Eggert | 2004-08-05 | 1 | -7/+3 |
* | Correct cpp indentation. | Jim Meyering | 2003-09-28 | 1 | -3/+3 |
* | (error_tail): Don't cast alloca to (void *); it's already (void *). | Paul Eggert | 2003-09-27 | 1 | -1/+1 |
* | * error.c (error_tail): Move some declarations | Paul Eggert | 2003-09-27 | 1 | -4/+3 |
* | (SIZE_MAX) [!defined SIZE_MAX]: Define. | Paul Eggert | 2003-09-26 | 1 | -24/+15 |