| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-08-21 | Remove from CVS, since the bootstrap script generates them automatically. | Paul Eggert | 1 | -339/+0 | |
| 2006-08-09 | Sync from gnulib. | Paul Eggert | 1 | -39/+74 | |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | 1 | -1/+1 | |
| 2005-01-22 | Sync from gnulib. | Paul Eggert | 1 | -4/+2 | |
| 2004-10-05 | Sync from gnulib. | Paul Eggert | 1 | -1/+1 | |
| 2004-10-04 | Sync from gnulib, to remove dependencies of other modules on unlocked-io. | Paul Eggert | 1 | -1/+1 | |
| 2004-08-04 | Work around bug in OpenBSD 3.4 sterror_r: it | Paul Eggert | 1 | -7/+3 | |
| sometimes returns a positive errno value even when it succeeds. (print_errno_message) [!LIBC]: Fall back on strerror if __strerror_r fails. | |||||
| 2003-09-28 | Update from gnulib. | Jim Meyering | 1 | -30/+47 | |
| 2003-09-13 | (error_tail): Assume vprintf. | Jim Meyering | 1 | -8/+3 | |
| 2003-09-10 | Include error.h first, to check interface. | Jim Meyering | 1 | -108/+17 | |
| Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally. (VA_START): Remove; all uses changeed to va_start. (exit, strerror): Remove decls. (error_print_progname): Prototype uncondionally. Don't include <errno.h>; no longer needed. (private_strerror): Remove. (error_tail): Always define. (error, error_at_line): Assume C89 or better; always use prototypes. | |||||
| 2003-01-20 | Merge in changes from libc | Jim Meyering | 1 | -29/+11 | |
| Eliminate many `#ifdef USE_IN_LIBIO' conditionals. | |||||
| 2002-12-06 | update copyright from gnulib | Jim Meyering | 1 | -14/+10 | |
| 2002-11-28 | Merge some more, in preparation for merge back into libc. | Jim Meyering | 1 | -2/+8 | |
| (_): Define only if not already defined. Move definition to follow all #include directives. Include unlocked-io.h only if !_LIBC. | |||||
| 2002-11-28 | Merge in changes from libc. | Jim Meyering | 1 | -1/+4 | |
| [_LIBC]: Include <libio/libioP.h>. [USE_IN_LIBIO]: Include <libio/iolibio.h> (fflush): Tweak definition to use INTUSE. (putc): Define. | |||||
| 2002-11-23 | From gnulib, by Bruno Haible | Jim Meyering | 1 | -6/+7 | |
| Include gettext.h instead of <libintl.h>. | |||||
| 2001-11-17 | Include unlocked-io.h. | Jim Meyering | 1 | -0/+1 | |
| 2001-10-21 | (strerror_r): Do not declare unless !_LIBC. | Jim Meyering | 1 | -48/+51 | |
| Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P. Use strerror_r that is only a macro, even if it is not a function. (strerror): Check for HAVE_DECL_STRERROR before declaring. (private_strerror): Use prototypes, not old-style function definition. (print_errno_message): New function. Support the POSIX 'int'-flavored strerror_r, as well as the traditional char*-flavored one. (error_tail, error, error_at_line): Use it. | |||||
| 2001-09-02 | Update from GNU libc. | Jim Meyering | 1 | -46/+167 | |
| 2000-11-11 | Add a couple #includes, merging from GNU libc version. | Jim Meyering | 1 | -1/+9 | |
| 2000-06-24 | [!HAVE_DECL_STRERROR_R]: Declare strerror_r. | Jim Meyering | 1 | -0/+7 | |
| 2000-01-08 | remove stray define before _LIBC | Jim Meyering | 1 | -1/+1 | |
| 2000-01-08 | (error): Use __strerror_r's return value only if HAVE_WORKING_STRERROR_R. | Jim Meyering | 1 | -2/+10 | |
| (error_at_line): Likewise. | |||||
| 1999-09-28 | (error_at_line): Use strerror portably here, too, | Jim Meyering | 1 | -2/+5 | |
| just as was done in error. | |||||
| 1998-11-15 | (error): Don't use strerror_r's return value. | Jim Meyering | 1 | -1/+4 | |
| 1998-03-27 | new version from Uli | Jim Meyering | 1 | -35/+36 | |
| 1998-03-15 | update from fsf | Jim Meyering | 1 | -22/+54 | |
| 1997-02-04 | libitize | Jim Meyering | 1 | -1/+2 | |
| 1996-10-29 | . | Jim Meyering | 1 | -2/+2 | |
| 1996-10-10 | Use #if, not #ifdef in test for HAVE_CONFIG_H. | Jim Meyering | 1 | -12/+12 | |
| 1996-10-09 | Include error.h to align with libit -- under protest, François :-). | Jim Meyering | 1 | -0/+3 | |
| 1996-04-18 | Indent cpp-directives. | Jim Meyering | 1 | -10/+10 | |
| 1996-04-03 | . | Jim Meyering | 1 | -13/+13 | |
| 1996-03-30 | update from FSF:/home/gd/gnu/lib | Jim Meyering | 1 | -15/+78 | |
| 1996-03-30 | Update from libc.SH-UTILS-1_12g | Jim Meyering | 1 | -20/+37 | |
| 1995-12-15 | new version from FSF | Jim Meyering | 1 | -4/+8 | |
| 1995-09-13 | Fix typo in comment. | Jim Meyering | 1 | -1/+1 | |
| 1995-05-20 | merge with 1.11.1a | Jim Meyering | 1 | -1/+6 | |
| 1995-03-20 | . | Jim Meyering | 1 | -44/+60 | |
| 1992-11-01 | Initial revision | Jim Meyering | 1 | -0/+105 | |
