From: Roland McGrath Date: Thu, 24 Feb 2000 04:18:13 +0000 (+0000) Subject: . X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6514e8342ad22866aceafc16a7908e3d9cecc71;p=thirdparty%2Fglibc.git . --- diff --git a/ChangeLog b/ChangeLog index 3ff3cec1627..c8568a22da0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2000-02-23 Roland McGrath + + * sysdeps/mach/hurd/sigstack.c (sigstack): Remove `const' from + argument type, for 2000-02-22 change in signal/signal.h declaration. + + * iconv/loop.c: Don't include . On Hurd it includes + -> defines ES, conflicting with + iconvdata/iso646.c's (unrelated) ES. + (MIN): New macro, just define it here instead to avoid that conflict. + + * string/argz-stringify.c (__argz_stringify): Fix loop termination + conditions so as not to clobber the final '\0' when there is only one + element in the vector. + 2000-02-22 Ulrich Drepper * libio/stdio.h: Define macros stdin, stdout, and stderr.