David Turner d802109731 * include/freetype/internal/ftmemory.h, and a lot of other files !!:
changed the names of memory macros. Examples:

              MEM_Set   => FT_MEM_SET
              MEM_Copy  => FT_MEM_COPY
              MEM_Move  => FT_MEM_MOVE

              ALLOC     => FT_ALLOC
              FREE      => FT_FREE
              REALLOC   = >FT_REALLOC

            FT_NEW was introduced to allocate a new object from a _typed_
            pointer..

            note that ALLOC_ARRAY and REALLOC_ARRAY have been replaced
            by FT_NEW_ARRAY and FT_RENEW_ARRAY which take _typed_ pointer
            arguments.

            This results in _lots_ of sources being changed, but makes the
            code more generic and less error-prone..
2002-03-22 13:52:37 +00:00
..
2002-03-14 12:56:35 +00:00
2001-06-28 17:49:10 +00:00
2001-12-20 17:49:10 +00:00
2002-01-09 21:01:18 +00:00
2001-06-28 17:49:10 +00:00
2001-12-07 21:56:32 +00:00
2001-06-28 17:49:10 +00:00
2001-06-19 23:03:41 +00:00
2001-06-28 17:49:10 +00:00
2001-06-28 17:49:10 +00:00
2001-12-05 01:22:05 +00:00
2001-08-13 11:44:29 +00:00
2001-06-28 17:49:10 +00:00