From 361c4dc1533801acee6efc14fd837811134171a1 Mon Sep 17 00:00:00 2001 From: David Turner Date: Sat, 8 Jun 2002 13:51:18 +0000 Subject: [PATCH] fixed a typo in "src/cache/ftccache.i" fixed a nasty bug in "src/cache/ftccache.c" (ftc_node_hash_unlink) --- ChangeLog | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e75481881..27fc63338 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2002-06-08 David Turner + + * src/cache/ftccache.i: removing a typo that prevented + the source's compilation + + * src/cache/ftccache.c (ftc_node_hash_unlink): fixed a + bug that caused nasty memory overwrites. the hash table's + buckets array wasn't correctly resized when shrinked. + 2002-06-08 Detlef Würkner * builds/amiga/smakefile, builds/amiga/makefile: Updated. @@ -26,8 +35,6 @@ ftc_cache_lookup. (FTC_CMapCache_Lookup): Updated. -2002-06-07 Graham Asher - Adding various experimental optimizations to the cache manager. * include/freetype/cache/ftccache.h (FTC_CACHE_USE_INLINE, @@ -59,6 +66,8 @@ * src/type42/t42parse.c: Removing duplicate function. +2002-06-07 Graham Asher + * src/base/ftobjs.c (FT_Render_Glyph_Internal): Changed definition from FT_EXPORT_DEF to FT_BASE_DEF.