Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-14 | Update FSF postal mail address. | Jim Meyering | |
2005-01-22 | Sync from gnulib. | Paul Eggert | |
2004-10-05 | Sync from gnulib. | Paul Eggert | |
2004-10-04 | Sync from gnulib, to remove dependencies of other modules on unlocked-io. | Paul Eggert | |
2004-08-04 | Work around bug in OpenBSD 3.4 sterror_r: it | Paul Eggert | |
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 | |
2003-09-13 | (error_tail): Assume vprintf. | Jim Meyering | |
2003-09-10 | Include error.h first, to check interface. | Jim Meyering | |
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 | |
Eliminate many `#ifdef USE_IN_LIBIO' conditionals. | |||
2002-12-06 | update copyright from gnulib | Jim Meyering | |
2002-11-28 | Merge some more, in preparation for merge back into libc. | Jim Meyering | |
(_): 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 | |
[_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 | |
Include gettext.h instead of <libintl.h>. | |||
2001-11-17 | Include unlocked-io.h. | Jim Meyering | |
2001-10-21 | (strerror_r): Do not declare unless !_LIBC. | Jim Meyering | |
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 | |
2000-11-11 | Add a couple #includes, merging from GNU libc version. | Jim Meyering | |
2000-06-24 | [!HAVE_DECL_STRERROR_R]: Declare strerror_r. | Jim Meyering | |
2000-01-08 | remove stray define before _LIBC | Jim Meyering | |
2000-01-08 | (error): Use __strerror_r's return value only if HAVE_WORKING_STRERROR_R. | Jim Meyering | |
(error_at_line): Likewise. | |||
1999-09-28 | (error_at_line): Use strerror portably here, too, | Jim Meyering | |
just as was done in error. | |||
1998-11-15 | (error): Don't use strerror_r's return value. | Jim Meyering | |
1998-03-27 | new version from Uli | Jim Meyering | |
1998-03-15 | update from fsf | Jim Meyering | |
1997-02-04 | libitize | Jim Meyering | |
1996-10-29 | . | Jim Meyering | |
1996-10-10 | Use #if, not #ifdef in test for HAVE_CONFIG_H. | Jim Meyering | |
1996-10-09 | Include error.h to align with libit -- under protest, François :-). | Jim Meyering | |
1996-04-18 | Indent cpp-directives. | Jim Meyering | |
1996-04-03 | . | Jim Meyering | |
1996-03-30 | update from FSF:/home/gd/gnu/lib | Jim Meyering | |
1996-03-30 | Update from libc. | Jim Meyering | |
1995-12-15 | new version from FSF | Jim Meyering | |
1995-09-13 | Fix typo in comment. | Jim Meyering | |
1995-05-20 | merge with 1.11.1a | Jim Meyering | |
1995-03-20 | . | Jim Meyering | |
1992-11-01 | Initial revision | Jim Meyering | |