Commit 6e34ec93bca6a453b480d549f564cc7f7c808a81

David Turner 2001-10-23T20:19:01

updating the debugging memory manager to run on Unix, VMS and Amiga too (since they use a custom version of "ftsystem.c" !!)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/ChangeLog b/ChangeLog
index ffc8c0a..6b13494 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2001-10-22  David Turner  <david@freetype.org>
 
+	* 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..