mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 18:08:02 +02:00
fixed a typo in "src/cache/ftccache.i"
fixed a nasty bug in "src/cache/ftccache.c" (ftc_node_hash_unlink)
This commit is contained in:
parent
426b4aa8ba
commit
361c4dc153
1 changed files with 11 additions and 2 deletions
13
ChangeLog
13
ChangeLog
|
|
@ -1,3 +1,12 @@
|
|||
2002-06-08 David Turner <david@freetype.org>
|
||||
|
||||
* 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 <TetiSoft@apg.lahn.de>
|
||||
|
||||
* builds/amiga/smakefile, builds/amiga/makefile: Updated.
|
||||
|
|
@ -26,8 +35,6 @@
|
|||
ftc_cache_lookup.
|
||||
(FTC_CMapCache_Lookup): Updated.
|
||||
|
||||
2002-06-07 Graham Asher <graham.asher@btinternet.com>
|
||||
|
||||
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 <graham.asher@btinternet.com>
|
||||
|
||||
* src/base/ftobjs.c (FT_Render_Glyph_Internal): Changed definition
|
||||
from FT_EXPORT_DEF to FT_BASE_DEF.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue