[build] Allow overriding of `ANSIFLAGS` for GNU make build.
[type42] Fix auto-hinting.
[psaux] Guard and trace AFM kern data allocation.
.gitignore: Add `subprojects` directory, fix some patterns.
* meson.build (ft2_public_headers): Add missing `ftcid.h'.
[type42] Avoid some memory zeroing.
[CMake] Update dependency finders.
[gzip] Use exact type for `ft_gzip_alloc` and `ft_gzip_free`.
Prioritize the anti-aliasing renderer module.
[sfnt] Additional guards on the POST table.
[psaux] Use doubling allocation strategy for CF2_ArrStack.
* src/smooth/ftgrays.c (FT_MAX_GRAY_SPANS): Increase from 10 to 16.
* src/smooth/ftgrays.c (FT_GRAY_SET): Adjust for better code.
[smooth] Faster bitmap sweeping.
* src/smooth/ftgrays.c (gray_hline): Simplify even-odd computations.
[type1] Avoid MM memory zeroing.
* src/bdf/bdflib.c (_bdf_list_ensure): Tweak allocation macro.
* src/psaux/psobjs.c (ps_parser_load_field): Tweak allocation macro.
* src/sfnt/sfobjs.c (sfnt_load_face): Tweak allocation macro.
* src/cid/cidload.c (cid_read_subrs): Tweak allocation macro.
* src/base/ftrfork.c (FT_Raccess_Get_DataOffsets): Tweak allocation.
[cff,psaux] Avoid memory zeroing (contd.).
* src/cid/cidload.c (cid_hex_to_binary): Improve return value.
[sfnt] Streamline POST format 2.0 handing.
[bdf,pcf] Avoid memory zeroing (contd.).
* src/cid/cidload.c (cid_read_subrs): Tweak allocaton macro.
[sfnt] Avoid some memory zeroing.
* src/sfnt/ttpost.c (load_format_{20,25}): Tweak allocaton macros.
* src/sfnt/pngshim.c (Load_SBit_Png): Tweak allocaton macro.
[truetype] Avoid some memory zeroing.
[woff2] Avoid some memory zeroing.
* src/gzip/ftgzip.c (ft_gzip_alloc): Zero out memory again.
[lzw] Preserve decompression stack when relocating to heap.
* src/cid/cidgload.c (cid_load_glyph): Restore the glyph_length check.
* src/psmodule.c (ps_unicodes_init): Ignore empty glyph names.
* src/sfnt/sfobjs.c (sfnt_init_face): Revert macro change.
[cff] Avoid some memory zeroing.
[pfr] Avoid some memory zeroing.
* src/winfonts/winfnt.c (FNT_Face_Init): Tweak memory macro.
[psaux,psnames] Avoid some memory zeroing.
[base] Avoid some memory zeroing.
[bdf,pcf] Avoid some memory zeroing.
* builds/meson/process_ftoption_h.py: Add LF at EOF.
* src/cff/cffload.c (cff_index_get_pointers): s/FT_QALLOC/FT_ALLOC/.
* src/base/ftobjs.c (Mac_Read_POST_Resource): s/FT_ALLOC/FT_QALLOC/.
* src/sdf/ftsdf.c (sdf_{edge,contour,shape}_new): Use FT_QALLOC.
[sfnt] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.
[cff,type1,type42] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.
[cid] s/FT_ALLOC/FT_QALLOC/ and clean up.
[pfr] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.
[bzip2,gzip] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.
[pcf,bdf,winfonts] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.
[cache] Optimize SBit copying.
[gxvalid,otvalid] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.
[psaux] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.
[base] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.
[cache] Restore SBit copying for unowned (BDF) bitmaps.
[sfnt] Return in 'COLR' v1 when layer pointer outside table
[cache] Switch to lazy SBit setting.
* src/cache/ftcsbits.c (ftc_snode_load): Properly handle short pitch.
* builds/unix/freetype2.m4: Fix help string formatting.
[sfnt] Safeguard 'COLR' v1 layer extraction
A few words on prerequisites.
[base] Complete `ft_glyphslot_clear`.
Update TT_New_Context documentation
[truetype] Prevent glyph program state from persisting.
[sfnt] Check validity of pointer location of `read_color_line`.
[docs] Update docwriter stylesheet for 1.3.1.
* src/sfnt/pngshim.c (Load_SBit_Png): Free `rows` once later.
[sfnt] Fix memory leak in png loading.
* CMakeLists.txt: Don't limit generation of 'pkg-config' file to UNIX.
README.git: Document cloning of official site and Savannah mirror.
* src/smooth/ftgrays.c (gray_set_cell): Refactor to fix VC++ warning.
Handle various VC++ compiler warnings.
[smooth] Reduce copying during integration phase.
* src/smooth/ftgrays.c (FT_INTEGRATE): New convenience macro.
* src/smooth/ftgrays.c (gray_render_line): Rearrange conditionals.
meson.build: Minor formatting.
[meson] Fix 'mmap' handling on Windows.
[ci] Add basic support for Meson builds with MSVC on Windows.
[meson] Add subproject fallbacks for 'libpng' and 'zlib'.
[meson] Make it work with Windows.
Revert "[sfnt] Fix crash in `Load_SBit_Png` on Windows x64."
[sfnt] Fix crash in `Load_SBit_Png` on Windows x64.
freetype.h: Documentation typos.
Improve build documentation.
* CMakeLists.txt: Update location of `LICENSE.TXT`.
* builds/unix/ax_pthread.m4: Update from 'autoconf-archive'.
[unix] Updates for autoconf 2.71.
* builds/toplevel.mk: Fix previous commit.
* builds/toplevel.mk: Use rules for handling 'dlg'.
* builds/toplevel.mk: Avoid side effects of `shell`.
Move 'dlg' submodule to `subprojects` directory.
[sfnt] Update paint format values to support non-variable paints.
* CMakeLists.txt: Improve 'bz2' support.
* src/tools/update-copyright-year: Fix single-year entry handling.
Add new function `FT_Get_Transform`.