freetype/src/autohint
David Turner d802109731 * 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
..
ahangles.c * include/freetype/ftconfig.h: changed FT_LOCAL xxxx to FT_LOCAL( xxxx ) 2002-03-01 02:26:22 +00:00
ahangles.h * include/freetype/ftconfig.h: changed FT_LOCAL xxxx to FT_LOCAL( xxxx ) 2002-03-01 02:26:22 +00:00
aherrors.h Formatting. 2001-06-19 23:03:41 +00:00
ahglobal.c * src/base/ftdbgmem.c (ft_mem_table_resize, ft_mem_table_new, 2002-03-07 21:59:59 +00:00
ahglobal.h * include/freetype/ftconfig.h: changed FT_LOCAL xxxx to FT_LOCAL( xxxx ) 2002-03-01 02:26:22 +00:00
ahglyph.c * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
ahglyph.h * include/freetype/ftconfig.h: changed FT_LOCAL xxxx to FT_LOCAL( xxxx ) 2002-03-01 02:26:22 +00:00
ahhint.c * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
ahhint.h * include/freetype/ftconfig.h: changed FT_LOCAL xxxx to FT_LOCAL( xxxx ) 2002-03-01 02:26:22 +00:00
ahloader.h no message 2002-03-14 12:56:35 +00:00
ahmodule.c * include/freetype/internal/autohint.h, src/autohint/ahmodule.c, 2002-03-14 08:49:59 +00:00
ahmodule.h finishing function header formatting 2001-06-28 17:49:10 +00:00
ahoptim.c * include/freetype/internal/ftmemory.h, and a lot of other files !!: 2002-03-22 13:52:37 +00:00
ahoptim.h finishing function header formatting 2001-06-28 17:49:10 +00:00
ahtypes.h * moving all code related to glyph loaders to "internal/ftgloadr.h" 2002-02-24 02:59:24 +00:00
autohint.c finishing function header formatting 2001-06-28 17:49:10 +00:00
CatharonLicense.txt Removing trailing whitespace. 2000-10-31 20:42:18 +00:00
descrip.mms * src/cache/ftccache.c (ftc_node_done, ftc_node_destroy): Fix 2002-01-25 16:05:39 +00:00
Jamfile * builds/os2/*.mk: These files have been forgotten to update to 2001-04-06 07:05:50 +00:00
mather.py Removing trailing whitespace. 2000-10-31 20:42:18 +00:00
module.mk Removing trailing whitespace. 2000-10-31 20:42:18 +00:00
rules.mk Complete redesign of error codes. Please check ftmoderr.h for more 2001-06-06 17:30:41 +00:00