summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-12-04 19:00:50 +0000
committerRoland McGrath <roland@gnu.org>1995-12-04 19:00:50 +0000
commitb5a08c5aca57835de5f69b8b017f09cd75f5cf7d (patch)
tree0133ba82bd5eda68f6426e3315d1767202cb5aa1 /ChangeLog
parentba848785bb048e7700555ef97c9d1fd3911a3da3 (diff)
Mon Dec 4 12:10:28 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* stdlib/gen-mpn-copy (translations): Updated for new layout in GMP 1.910. * malloc/malloc.c (__malloc_initialize): Renamed from initialize; made global. (malloc): Caller changed. * malloc/realloc.c (realloc): Call __malloc_initialize if necessary, before checking hook. * malloc/malloc.h: Declare __malloc_initialize. * sysdeps/mach/hurd/ioctl.c: For IOC_VOID request, send ARG itself as integer_t arg in RPC.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 040c987937..a58c2d572f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Mon Dec 4 12:10:28 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+
+ * stdlib/gen-mpn-copy (translations): Updated for new layout in
+ GMP 1.910.
+
+ * malloc/malloc.c (__malloc_initialize): Renamed from initialize;
+ made global.
+ (malloc): Caller changed.
+ * malloc/realloc.c (realloc): Call __malloc_initialize if
+ necessary, before checking hook.
+ * malloc/malloc.h: Declare __malloc_initialize.
+
+ * sysdeps/mach/hurd/ioctl.c: For IOC_VOID request, send ARG itself
+ as integer_t arg in RPC.
+
Sat Dec 2 03:47:27 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* sysdeps/mach/hurd/brk.c (DATA_SIZE): Bump to 128MB.