freetype/src/cache
David Turner e459d742e6 * 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
..
descrip.mms * src/cache/ftccache.c (ftc_node_done, ftc_node_destroy): Fix 2002-01-25 16:05:39 +00:00
ftcache.c small fix 2001-12-08 00:54:19 +00:00
ftccache.c * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
ftccmap.c * src/base/ftdbgmem.c (ft_mem_table_resize, ft_mem_table_new, 2002-03-07 21:59:59 +00:00
ftcerror.h Formatting. 2001-06-19 23:03:41 +00:00
ftcglyph.c Formatting. 2001-12-20 17:49:10 +00:00
ftcimage.c Formatting. 2001-12-20 17:49:10 +00:00
ftcmanag.c * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
ftcsbits.c * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
ftlru.c * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
Jamfile added new charmap cache. see include/freetype/cache/ftccmap.h 2001-12-07 14:43:45 +00:00
rules.mk added new charmap cache. see include/freetype/cache/ftccmap.h 2001-12-07 14:43:45 +00:00