From 538072bb84c00ab4d319bda7395922960a51ffd8 Mon Sep 17 00:00:00 2001 From: David Turner Date: Tue, 23 Oct 2001 20:19:01 +0000 Subject: [PATCH] updating the debugging memory manager to run on Unix, VMS and Amiga too (since they use a custom version of "ftsystem.c" !!) --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index ffc8c0a89..6b13494ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2001-10-22 David Turner + * builds/unix/ftsystem.c, builds/vms/ftsystem.c, + builds/amiga/ftsystem.c, src/base/ftdbgmem.c: updated the memory + debugger and platform-specific implementations of 'ftsystem' in order + to be able to debug memory allocations on Unix, VMS and Amiga too !! + * src/pshinter/pshalgo2.c (psh2_hint_table_record_mask): removed some bogus warnings..