From: Ulrich Drepper Date: Mon, 25 Aug 1997 20:52:36 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_0_5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a28c2ca07a1fb266752e6055adf9be4f9d764c5d;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index bcf46b272db..df9f91cc6c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +1997-08-25 17:01 Ulrich Drepper + + * sysdeps/i386/selectbits.h: Correct assembler versions to work even + for descriptors >= 32. + + * stdlib/alloca.h: Don't define alloca to __alloca since if gcc + is used __alloca is not defined to __builtin_alloca and so might + not be available. + Reported by Uwe Ohse . + + * sysdeps/unix/sysv/linux/sys/sysmacros.h: Define macros in a special + way if gcc is not used and so dev_t is an array. + Reported by Uwe Ohse . + + * sysdeps/unix/sysv/linux/netinet/tcp.h: Include features.h instead + of sys/cdefs.h. Pretty print. + +1997-08-25 12:22 Ulrich Drepper + + * sunrpc/rpc/xdr.h: Change name of parameters in prototypes of + xdr_reference, xdrmem_create, and xdrstdio_create because of clash + with g++ internal symbols. + Patch by Sudish Joseph . + +1997-08-24 18:36 Ulrich Drepper + + * string/argz.h: Add missing __END_DECLS. + Patch by Miles Bader . + 1997-08-24 00:48 Ulrich Drepper * locale/iso-4217.def: Update for more complete ISO 4217 match.