* 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`.
Minor editing of last commit; formatting.
Decorate qsort callbacks with cdecl.
[sfnt] Implement 'COLR' v1 sweep gradients.
[dlg] Update submodule to upstream's current master.
[sfnt] Provide optional root transform for 'COLR' v1 glyph graph.
* meson.build: s/freetype2_dep/freetype_dep/.
[meson] Fix handling of HarfBuzz library.
Meson: Fix dependency lookup and generate ftconfig.h
* meson.build: Fix resource compilation on Windows.
* meson.build: s/ft2_libtool_version/ft2_pkgconfig_version/.
* meson.build: Use `meson.override_dependency`.
* meson.build (bzip2_dep): Simplify.
* meson.build: Set project version.
[base] Fix Netpbm tracing message.
* src/*: Don't use more than one '\n' in `FT_TRACE` and `FT_ERROR`.
* builds/unix/configure.raw [mmap]: Restore default path.
[psaux] Fix integer overflow.
* builds/unix/configure.raw [mmap support]: Explicitly handle Windows.
* builds/unix/configure.raw [mmap support]: Correctly handle Windows.
builds/{unix,windows}/ftsystem.c: Sync comments with `src/base/ftsystem.c`.