]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update. cvs/glibc-2_0_5 glibc-2.0.5
authorUlrich Drepper <drepper@redhat.com>
Mon, 25 Aug 1997 20:52:36 +0000 (20:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 25 Aug 1997 20:52:36 +0000 (20:52 +0000)
ChangeLog

index bcf46b272db499184938e238235f6c2c1620a855..df9f91cc6c993f2c4cefcd47a4941e1364b643fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+1997-08-25 17:01  Ulrich Drepper  <drepper@cygnus.com>
+
+       * 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 <uwe@ohse.de>.
+
+       * 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 <uwe@ohse.de>.
+
+       * sysdeps/unix/sysv/linux/netinet/tcp.h: Include features.h instead
+       of sys/cdefs.h.  Pretty print.
+
+1997-08-25 12:22  Ulrich Drepper  <drepper@cygnus.com>
+
+       * 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 <sj@eng.mindspring.net>.
+
+1997-08-24 18:36  Ulrich Drepper  <drepper@cygnus.com>
+
+       * string/argz.h: Add missing __END_DECLS.
+       Patch by Miles Bader <miles@gnu.ai.mit.edu>.
+
 1997-08-24 00:48  Ulrich Drepper  <drepper@cygnus.com>
 
        * locale/iso-4217.def: Update for more complete ISO 4217 match.