summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2001-10-23 20:19:01 +0000
committerDavid Turner <david@freetype.org>2001-10-23 20:19:01 +0000
commit538072bb84c00ab4d319bda7395922960a51ffd8 (patch)
tree74d265930e14461c89afd0687d83649ea1b34e67
parent63fbd8644a4fd2bc3a089320c05365da1b7ed312 (diff)
downloadfreetype2-538072bb84c00ab4d319bda7395922960a51ffd8.tar.gz
updating the debugging memory manager to run on Unix, VMS and
Amiga too (since they use a custom version of "ftsystem.c" !!)
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ffc8c0a89..6b13494ae 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..