Al-Qurtas-Islamic-bank-The-.../src/psnames
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
module.mk Added copyright messages to all Makefiles. 2000-10-17 03:38:43 +00:00
psmodule.c * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
psmodule.h finishing function header formatting 2001-06-28 17:49:10 +00:00
psnamerr.h Formatting. 2001-06-19 23:03:41 +00:00
psnames.c finishing function header formatting 2001-06-28 17:49:10 +00:00
pstables.h rewrote "glnames.py" to fix a rather nasty bug that made FreeType 2001-10-18 13:20:01 +00:00
rules.mk Complete redesign of error codes. Please check ftmoderr.h for more 2001-06-06 17:30:41 +00:00