freetype2/src
David Turner 843d03e36d [gzip] Update sources to zlib 1.2.11
* src/gzip/ftgzip.c, src/gzip/rules.mk: Updated for new zlib
  sources. Also removed the temporary fix introduced in
  commit 6a431038 [1] to work-around the fact that the
  internal sources were too old.

* src/gzip/README.freetype: Small README file
  describing the origin of the sources and how they
  were modified.

* src/gzip/patches/*: Patch files applied to original
  sources.

* src/gzip/*: Updated all zlib sources to 1.2.11 plus
  the patch from src/gzip/patches/ applied.

This can be tested by building with the Unix development build:

  make setup devel
  make

Or by building the freetype-demos programs with:

  meson setup build -Dfreetype2:zlib=internal
  meson compile -C out

Then trying to run 'ftview' with a .pcf.gz font file.

[1] 6a431038c9
2021-08-19 09:04:03 +02:00
..
autofit [autofit] Split `afwrtsys.h`. 2021-07-24 07:29:17 +02:00
base Use FT_INT64 instead of FT_LONG64. 2021-08-18 23:05:51 -04:00
bdf * src/bdf/bdflib.c (_bdf_list_ensure): Tweak allocation macro. 2021-05-07 09:33:41 -04:00
bzip2 Fix some `cppcheck` warnings. 2021-07-24 20:32:16 +02:00
cache Fix compilation errors and (some) warnings for clang++. 2021-05-29 09:51:04 +02:00
cff [base] Fix ppem size overflow. 2021-08-18 07:27:02 +02:00
cid [base] Fix ppem size overflow. 2021-08-18 07:27:02 +02:00
dlg Update all copyright notices. 2021-01-17 07:18:48 +01:00
gxvalid [gxvalid,otvalid] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. 2021-04-22 23:07:01 -04:00
gzip [gzip] Update sources to zlib 1.2.11 2021-08-19 09:04:03 +02:00
lzw [lzw] Preserve decompression stack when relocating to heap. 2021-04-27 11:39:58 -04:00
otvalid [gxvalid,otvalid] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. 2021-04-22 23:07:01 -04:00
pcf [bdf,pcf] Avoid memory zeroing (contd.). 2021-05-02 18:30:22 -04:00
pfr [pfr] Avoid some memory zeroing. 2021-04-26 17:14:28 -04:00
psaux Fix some `cppcheck` warnings. 2021-07-24 20:32:16 +02:00
pshinter Update all copyright notices. 2021-01-17 07:18:48 +01:00
psnames * Version 2.11.0 released. 2021-07-19 18:07:51 +02:00
raster Fix some `cppcheck` warnings. 2021-07-24 20:32:16 +02:00
sdf * src/sdf/ftsdf.c (get_control_box): Fix compiler warning. 2021-08-18 08:52:21 +02:00
sfnt * src/sfnt/ttcolr.c (tt_face_get_color_glyph_clipbox): Minor fix. 2021-08-09 19:27:34 +02:00
smooth Use FT_INT64 instead of FT_LONG64. 2021-08-18 23:05:51 -04:00
tools Fix some `cppcheck` warnings. 2021-07-24 20:32:16 +02:00
truetype [base] Fix ppem size overflow. 2021-08-18 07:27:02 +02:00
type1 [base] Fix ppem size overflow. 2021-08-18 07:27:02 +02:00
type42 Add a comment. 2021-06-15 22:49:21 -04:00
winfonts * src/winfonts/winfnt.c (FNT_Face_Init): Tweak memory macro. 2021-04-26 17:10:28 -04:00