[truetype] Mask numeric overflows.
[psaux] Mask numeric overflow.
s/`....`/'....'/ for SFNT table tags in documentation.
s/NULL/`NULL`/ in documentation.
Minor documentation fixes.
Minor (whitespace, spelling, doc update).
* src/autofit/afwarp.h (af_warper_compute): Fix declaration.
CHANGES: Document recent metrics change from Nikolaus.
[truetype] Apply MVAR hasc, hdsc and hlgp metrics to current FT_Face metrics.
[sfnt] Use typo metrics if OS/2 fsSelection USE_TYPO_METRICS bit is set.
[sfnt] Handle TT fonts having two PostScript font names (#55471).
[psaux, type1] Align tracing.
[psaux] Fix closepath (#55414).
Minor documentation fix.
* src/autofit/aflatin2.c: Some fixes from `aflatin.c' (#55310).
* builds/mac/README: Fix a hyperlink to defunct www.gyve.org.
Fix links (mostly http -> https).
* src/psaux/cffdecode.c (cff_operaor_seac): Fix numeric overflow.
[gxvalid] Fix compiler warnings.
Fix documentation of TrueType bytecode interpreter debug hook.
Minor documentation fixes.
* src/truetype/ttgload.c (TT_Hint_Glyph): Remove useless test.
Minor documentation updates and fixes.
Important doc fix.
[bdf] Ignore data after `ENDFONT'.
* builds/windows/visualc/freetype.dsp: Dust off.
* include/freetype/ftmm.h: Minor.
* builds/windows/vc2010/freetype.vcxproj: Simplify.
[type1,cff] Add FT_{Set,Get}_MM_WeightVector API calls.
[cff] Fix compiler warning (#55105).
[truetype] Fix numeric overflow (#55103).
[builds] Belated DLL support with vc2002-vc2008.
* src/cff/cffparse.c: Please the compiler.
[cff] Fix memory overflow.
* builds/windows/{visualc,vc2005,vc2008}/freetype.vcproj: Fix it.
[smooth] Placeholder only for library-enabled LCD filtering.
[psaux] Add safety guard (#54985).
* builds/unix/configure.raw: Require `windows.h' for windres.
[ftstroke] Fix unpredictable failures (#54986).
[ftstroke] Fix unpredictable failures (#54976).
[truetype] Fix VF check from 2018-09-12 (#54973).
[pshinter] Fix numeric overflow.
[psaux] Fix timeout in old CFF engine.
* src/truetype/ttgxvar.c: Use enum definitions.
* src/truetype/ttgxvar.c (ft_var_apply_tuple): Adjust condition.
* src/truetype/ttgxvar.c (ft_var_apply_tuple): Tracing tweaks.
Revert due to specs: [truetype] Speed up variation IUP.
Revert "[truetype] Speed up variation IUP."
* src/truetype/ttgxvar.c (ft_var_get_item_delta): Fixed logic.
[autofit] Prevent SEGV.
[truetype] Speed up variation IUP.
* src/type1/t1load.c (t1_set_mm_blend): Optimized.
* src/truetype/ttgxvar.c (ft_var_get_item_delta): Optimized.
[base] Fix numeric overflow.
[cff] Fix numeric overflow.
Comment on timestamp storage.
[sfnt] Make `head' timestamps unsigned.
Revert "Align FreeType with standard C memory management."
[psaux] Fix numeric overflow.
Avoid endless loop while tracing (#54858).
* CMakeLists.txt: Specify `RUNTIME DESTINATION'.
A missing Unicode cmap is not a fatal error.
Fix handling of FT_CONFIG_OPTION_ADOBE_GLYPH_LIST (#54794).
Minor comment improvement.
[ftgrays] Fix typo in stand-alone mode (#54771).
[psaux] Fix numeric overflow.
[pshinter] Handle numeric overflow.
Align FreeType with standard C memory management.
Fix handing of `FT_Bool'.
[bdf] Speed up charmap access.
* src/base/ftobjs.c (ft_glyphslot_reset_bimap): Another tweak.
* src/base/ftobjs.c (ft_glyphslot_reset_bimap): Further tweak.
Improve documentation of `FT_LOAD_NO_RECURSE'.
Improve auto-hinter handling of bitmap fonts (#54681).
[raster] Fix disappearing vertical lines (#54589).
* src/base/ftobjs.c (ft_glyphslot_reset_bimap): Tiny rounding tweak.
[pcf] Replace charmap implementation.
[base] Remove unused function `FT_GlyphLoader_CopyPoints'.
[pcf] Prepare to replace charmap implementation.
Remove unused fields.
[pshinter] Handle numeric overflow.
freetype.h: Add warning w.r.t. B/W hinting and rendering (#54589).
[truetype] Some fixes for VF checks.
* src/sfnt/sfdriver.c (sfnt_get_var_ps_name): Fix last commit.
* src/sfnt/sfdriver.c (sfnt_get_var_ps_name): Check `result'.
[sfnt] Better PS name handling (#54629).
[truetype] Improve VF check.
* src/truetype/ttgxvar.c (ft_var_load_gvar): Check `glyphoffsets'.
* src/pshinter/pshrec.c (t2_hints_stems): Mask numeric overflow.