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°.
Make compilation work with FT_CONFIG_OPTION_USE_ZLIB not defined.
Make `seac' operator work correctly with incremental interface.
Document recent changes to ftview.
autohinter: Don't change digit widths if all widths are the same.
Make ftgrays compile with _STANDALONE_ and FT_STATIC_RASTER again.
Add missing ChangeLog entry.
Fix AC_CHECK_FT2.
Add #error to modules and files that do not support PIC yet.
Position Independent Code (PIC) support in autofit module.
Position Independent Code (PIC) support in pshinter module.
Position Independent Code (PIC) support in psnames module.
Position Independent Code (PIC) support in raster renderer.
Position Independent Code (PIC) support in smooth renderer.