Al-Qurtas-Islamic-bank-The-.../src/raster
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 * builds/os2/*.mk: These files have been forgotten to update to 2001-04-06 07:05:50 +00:00
descrip.mms * src/cache/ftccache.c (ftc_node_done, ftc_node_destroy): Fix 2002-01-25 16:05:39 +00:00
ftraster.c * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
ftraster.h finishing function header formatting 2001-06-28 17:49:10 +00:00
ftrend1.c * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
ftrend1.h finishing function header formatting 2001-06-28 17:49:10 +00:00
module.mk simple renaming of directories: 2000-10-26 00:30:33 +00:00
raster.c finishing function header formatting 2001-06-28 17:49:10 +00:00
rasterrs.h Formatting. 2001-06-19 23:03:41 +00:00
rules.mk Complete redesign of error codes. Please check ftmoderr.h for more 2001-06-06 17:30:41 +00:00