[truetype] Fix CVAR handling of tuples for all points.
* src/truetype/ttgxvar.c: Fix typos in macros that guard CVAR code.
* docs/INSTALL: Mention Meson and MSBuild more prominently.
[libpng] Update Meson wrap for win-arm64
[sfnt] Clarify `COLR` v1 FT_Paint* format representations
[builds/windows] Let MSBuild handle DLG copy.
* src/truetype/ttgload.c (load_truetype_glyph): Fix MSVC warning C4312.
[builds/windows] Separate MSVC linker and librarian.
[builds/windows] Revise MSVC linking optimizations.
[woff] Optimize table tagging.
[woff2] Optimize table tagging.
[mm] Tolerate missing Blend dictionary entries
[builds/windows] Add MSVC linker optimazations.
* builds/windows/vc2010/freetype.vcxproj: Use MachineARM64.
[builds/windows] Prioritize x64.
[builds/windows] Add ARM64 platform.
[mm] Delay setting blend weight and design position.
[cff] Commit vstore data and regions on allocation.
[sfnt] Delay setting gasp ranges and count until computed.
[sfnt] Delay setting names and langTags until computed.
* tests/issue-1063/main.c: s/PATH_MAX/FILENAME_MAX/.
[bdf, cid, pfr, winfonts] Improve rejection of other font formats.
[pcf] Zero out the allocated properties.
configure: Use string comparison for directory inodes.
* src/sfnt/ttload.c (tt_face_load_name): NULL-initialize langTag.
[bdf] Fix up user properties.
* src/sfnt/ttload.c (tt_face_load_name): Accounting fix.
Fix typos in memory macros.
[truetype] Reload context after re-executing `prep`.
[truetype] Minor documentation improvements.
Add clang build to linux CI
CI: Add macOS CI, including a clang build
* src/cid/cidload.c (parse_fd_array): Protect against trancation.
[type1] Revert to signed size for binary data.
[psaux] Signedness revisions.
[cid] Signedness revisions.
* src/cid/cidload.c (cid_face_open): Streamline CIDCount check.
* src/cid/cidload.c (cid_face_open): Streamline SubrCount check.
* src/cid/cidgload.c (cid_load_glyph): Fortify incremental loading.
Signedness revisions.
meson.build (gen_docs): Use `current_source_dir` instead of `source_root`.
* src/smooth/ftgrays.c (FT_DIV_MOD): Limit the ARM workaround.
[builds/unix, builds/vms] Standardize `mmap` failure.
autogen.sh: Only copy submodules if building from a git branch.
* include/freetype/internal/ftgloadr.h: Add missing header.
[pshinter] Additional clean-ups.
[pshinter] More convenient direction definition.
[pshinter] Remove unnecessary check.
CI: Hardcode meson version to fix build failure on windows
Additional `FT_MSB` macro definitions.
* src/autofit/afhints.c (af_glyph_hints_reload): Decrease casting.
* src/tools/apinames.c: Facilitate OpenVMS linker options.
* src/winfonts/winfnt.c (FNT_Face_Init): Correct reallocation.
[builds/unix] Do not use autoconf SIZEOF.
Propagate sign when reading OFF3.
[bdf] Simplify comment collection or lack thereof.
Use NULL for pointers only.
Minor documentation fixes and improvements.
Reference `fopen` in the docs.
[bdf, pcf] Minor optimization.
[base] Initialize stream memory earlier.
[builds/windows] Revert back to `CreateFileA` only.
* src/bdf/bdflib.c (_bdf_parse_{start,glyphs}): Use appropriate scanner.
* src/cff/cffdrivr.c (cff_ps_get_font_{info,extra}): Use FT_QNEW.
[cache] Minor clean-ups.
[builds/windows] Try both wide and narrow `CreateFile`
[cff] Explicitly set StandardEncoding or ExpertEncoding offsets.
[cache] Miscellaneous clean-ups.
* src/cff/cffload.c (cff_fd_select_get): Remove casting.
* src/pcf/pcfread.c (pcf_read_TOC): Remove casting.
Minor type adjustments.
Replace boolean allocation macros with MEM ones.
[cache] Revert to some zeroing.
* src/pshinter/pshrec.c (ps_mask_table_merge_all): Tweak loops.
[cff, pshinter] Clean up unsigned counters.
[bdf, psnames, sfnt] Avoid some memory zeroing.
* src/base/ftobjs.c (FT_CMap_New): Revert to zeroing.
[truetype] Clean up `exec` initialization.
[truetype] Avoid some memory zeroing.
[base] Avoid some memory zeroing.
[cache, psaux] Remove zeros.
[cache] Avoid some memory zeroing.
* src/cache/ftcmanag.c (FTC_Manager_New): Add missing zero.
[truetype] Tweak `hdmx` checking.
[truetype] Tweak `loca` clamping.
Fortify memory debugging (cont'd).
Fortify memory debugging.
src/tools/ftrandom/ftrandom.c (_XOPEN_SOURCE): Set to 600.
[builds/windows] Use native memory allocation API.
[dlg] Synchronize with upstream.
* src/bdf/bdflib.c (_bdf_parse_start): Keep parser memory.
autogen.sh: Make it work with old Solaris 10 shell.
[smooth, raster, sdf] Clean up initialization calls.
* src/cache/ftcmanag.c (FTC_Manager_New): Avoid some zeroing.
* src/bdf/bdflib.c (bdf_load_font): Remove memory shuffling.
[base] Clean up stream reading.