freetype2/src/pshinter
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
..
Jamfile Formatting. 2001-12-05 01:22:05 +00:00
descrip.mms * src/cache/ftccache.c (ftc_node_done, ftc_node_destroy): Fix 2002-01-25 16:05:39 +00:00
module.mk adding or updating files to the old build system to compile 2001-10-19 07:34:20 +00:00
pshalgo.h Formatting. 2001-12-05 01:22:05 +00:00
pshalgo1.c * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
pshalgo1.h Formatting. 2001-12-05 01:22:05 +00:00
pshalgo2.c * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
pshalgo2.h Formatting. 2001-12-05 01:22:05 +00:00
pshglob.c * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
pshglob.h * include/freetype/internal/psglobals.h (removed), 2002-03-14 11:26:29 +00:00
pshinter.c Formatting. 2001-12-05 01:22:05 +00:00
pshmod.c * src/base/ftdbgmem.c (ft_mem_table_resize, ft_mem_table_new, 2002-03-07 21:59:59 +00:00
pshmod.h Formatting. 2001-12-05 01:22:05 +00:00
pshrec.c * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
pshrec.h * include/freetype/ftconfig.h: changed FT_LOCAL xxxx to FT_LOCAL( xxxx ) 2002-03-01 02:26:22 +00:00
rules.mk Formatting. 2001-12-05 01:22:05 +00:00