From: Jim Meyering Date: Sun, 21 Oct 2001 07:59:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c042911435e30540f0ff37192e1a1c2a96fc0355;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 7f172ac785..889a2a2ab3 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,15 @@ +2001-10-20 Paul Eggert + + * error.c (strerror_r): Do not declare unless !_LIBC. + 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-10-11 Jim Meyering * argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...