freetype2/src
David Turner 8ff18d7f74 * include/freetype/internal/fthash.h, src/base/fthash.c:
adding a generic implementation of dynamic hash tables using
          linear algorithm (to get rid of 'stalls' during resizes). This
          will be used in the future in at least three parts of the
          library: the cache sub-system, the object sub-system and
          the memory debugger.

        * include/freetype/internal/ftcore.h: added this header file to
          group all new definitions related to exception handling and
          memory management. It's very likely that this file will disappear
          or be renamed in the future..

        * include/freetype/internal/ftobject.h, include/freetype/ftsysmem.h:
          adding comments to better explain the object sub-system as well
          as the new memory manager interface.
2002-05-01 08:46:56 +00:00
..
autohint * README.UNX: updated the Unix-specific quick-compilation guide to 2002-04-12 09:31:48 +00:00
base * include/freetype/internal/fthash.h, src/base/fthash.c: 2002-05-01 08:46:56 +00:00
cache * src/cache/ftccache.c (ftc_cache_lookup), 2002-04-28 02:48:20 +00:00
cff `interface' is reserved on the Mac. 2002-04-30 06:37:52 +00:00
cid `interface' is reserved on the Mac. 2002-04-30 06:37:52 +00:00
otlayout * src/truetype/ttobjs.c (TT_Size_Init): Fix typo. 2002-03-31 06:56:56 +00:00
pcf * src/pcf/pcfdriver.c (PCF_Face_Init) [!FT_CONFIG_OPTION_USE_CMAPS]: 2002-04-28 12:25:31 +00:00
pfr * src/pfr/pfrerror.h: New file. 2002-04-28 10:25:55 +00:00
psaux * src/cff/cffgload.c (CFF_Parse_CharStrings): s/rand/Rand/ to avoid 2002-04-14 00:54:32 +00:00
pshinter * README.UNX: updated the Unix-specific quick-compilation guide to 2002-04-12 09:31:48 +00:00
psnames * README.UNX: updated the Unix-specific quick-compilation guide to 2002-04-12 09:31:48 +00:00
raster * src/base/ftmac.c (p2c_str): Removed. 2002-04-30 14:26:49 +00:00
sfnt * src/sfnt/ttcmap0.c (tt_cmap4_validate): 2002-05-01 08:40:32 +00:00
smooth * src/base/ftmac.c (p2c_str): Removed. 2002-04-30 14:26:49 +00:00
tools fixed html quoting in DocMaker 2002-01-07 12:09:51 +00:00
truetype `interface' is reserved on the Mac. 2002-04-30 06:37:52 +00:00
type1 `interface' is reserved on the Mac. 2002-04-30 06:37:52 +00:00
winfonts Fixes from the stable branch: 2002-04-02 14:50:31 +00:00
Jamfile * src/type1/t1gload.h, src/type1/t1gload.c: fixed incorrect 2002-04-19 15:13:47 +00:00