freetype2/src
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
..
autohint * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
base * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
cache * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
cff * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
cid * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
otlayout still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
pcf * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
psaux * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
pshinter * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
psnames * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
raster * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
sfnt * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
smooth * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
tools fixed html quoting in DocMaker 2002-01-07 12:09:51 +00:00
truetype * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
type1 * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
winfonts * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
Jamfile add support for new postscript hinter 2001-10-18 11:49:26 +00:00