summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-08-25 20:52:36 +0000
committerUlrich Drepper <drepper@redhat.com>1997-08-25 20:52:36 +0000
commita28c2ca07a1fb266752e6055adf9be4f9d764c5d (patch)
treef6a257d7db320bcaec87c894fd4de36d0be93bb5
parent75a48d14640162d757fb0a89b1289d50bda93f06 (diff)
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcf46b272d..df9f91cc6c 100644
--- 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.