ref: 3a65746f1de20623607ee96a240fd9037c037224
parent: 6e34ec93bca6a453b480d549f564cc7f7c808a81
author: David Turner <[email protected]>
date: Wed Oct 24 03:31:03 EDT 2001
replaced liberal uses of "memset" by the "MEM_Set" macro call (some platforms don't provide this ANSI function !!)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-10-23 David Turner <[email protected]>
+
+ * src/autohint/ahglyph.c, src/raster/ftraster.c,
+ src/smooth/ftgrays.c: replaced liberal uses of "memset" by the
+ MEM_Set macro instead..
+
+
2001-10-22 David Turner <[email protected]>
* builds/unix/ftsystem.c, builds/vms/ftsystem.c,