autofit: Fix for unused variable `first'.
Improve bitmap size or pixel variables for 16-bit systems.
psaux: Prevent invalid arguments to afm_parser_read_vals().
base: Prevent some overflows on LP64 systems.
cff: Cast the long variables to 32-bit for LP64 systems.
pcf: Improve PCF_PropertyRec.value names on LP64 platforms.
pcf: Fix some data types mismatching with their sources.
bdf: Improve bdf_property_t.value names for LP64 platforms.
bdf: Fix some data types mismatching with their sources.
autofit: Improve Unicode range definitions.
smooth: Fix a data type mismatching with its source.
smooth: Fix a data type mismatching with its source.
cache: Disable the legacy compatibility if 16-bit system.
cache: Check 32-bit glyph index on 16-bit systems.
cache: Fix some data types mismatching with their sources.
cache: Fix some data types mismatching with their sources.
cache: Cast NULL to a required function type explicitly.
fttypes.h: Cast FT_MAKE_TAG output to FT_Tag exlicitly.
psnames: Handle Unicode codepoints by FT_UInt32 variables.
psaux: Use size_t variable to pass the buffer size.
type1: Use size_t variable to pass the string length.
cid: Fix some data types mismatching with their sources.
cff: Fix for unused variable `rest'.
cff: Fix some data types mismatching with their sources.
bdf: Fix some data types mismatching with their sources.
sfnt: Count the size of the memory object by ptrdiff_t.
lzw: Count the size of the memory object by ptrdiff_t.
otvalid: Count the table size on memory by ptrdiff_t.
otvalid: Prevent an overflow by GPOS/GSUB 32b-bit offset.
ftobjs.c: Prevent an overflow in glyph index handling.
Improve the variable types in raccess_make_file_name().
ftpatent.c: Fix for unused variable `error'.
type1: Check invalid string longer than PostScript limit.
gzip: Use FT2 zcalloc() & zfree() in ftgzip.c by default.
gzip: Distinguish PureC from TurboC on MSDOS.
gxvalid: Insert PureC pragma to allow unevaluated variables.
gxvalid: Pass the union by the pointer instead of the value.
Fix Redhat bugzilla #513582 and Savannah bug #26849.
Document recent library changes.
Merge branch 'master' of [email protected]:/srv/git/freetype/freetype2
Borland C++ compiler patch proposed by Mirco Babin.
Add a script to check the undefined and unused trace macros.
Merge branch 'master' of [email protected]:/srv/git/freetype/freetype2
smooth: Check glyph size by width/height, instead of pitch/height.
Shorten URLs referring ft-devel archive.
Register 2 missing trace components, t1afm and ttbdf.
Register a trace component for ftgloadr.c.
[ftraster] Make it compile again with -D_STANDALONE_.
Prevent the overflows by a glyph with too many points or contours.
Fix a typo in ChangeLog, found by [email protected]
Improve compatibility to Acroread.
ftpatent: Fix a bug by wrong usage of service->table_info().
[psaux, cff] Protect against nested `seac' calls.
* devel/ftoption.h [FT_CONFIG_OPTION_INCREMENTAL]: Define.
Add tools to preprocess the source files for AtariST PureC.
Fix wrong date in ChangeLog
Keep existing modules.cfg in the building tree.
Filter --srcdir= option before invoking builds/unix/configure.
Improve configure.raw for cross-building on exe-suffixed systems.
[truetype] Remove TT_SubGlyphRec.
For warning messages, replace FT_ERROR with FT_TRACE0.
Documentation improvements.
Provide version information better.
Use 16.16 format while parsing Type 1 charstrings.
src/pshinter/pshrec.c: Use PSH_Err_Ok.
[psaux] Check large integers while parsing charstrings.
[cff] Revert last change.
aflatin.c: Fix compiler warning.
builds/compiler/gcc.mk (CFLAGS): Use -O3, not -O6.
[cff] Fix handling of reserved byte 0xFF.
Improve debug messages for Type1 charstrings.
More ftgray fixes for FT_STATIC_RASTER.
Whitespace & documentation improvements.
Fix B/W rasterization of subglyphs with different drop-out modes.
Improve scan conversion rules 4 and 6.
Increase precision for B/W rasterizer.
Handle FT_STROKER_LINECAP_BUTT.
Fix some potential out-of-memory crashes.
Preparation for fixing scan conversion rules 4 and 6.
Enable autohinting for glyphs rotated by multiples of 90°.