* src/pcf/pcfread.c (pcf_read_TOC): Avoid memory leak.
* src/truetype/ttsubpix.c (COMPATIBILITY_MODE_Rules): Updated.
* src/truetype/ttinterp.c (Ins_DELTAP): Fix subpixel hinting.
[smooth] Improve code readability.
[smooth] Reduce outline translations during rendering.
[smooth] Fix Savannah bug #35604 (cont'd).
[smooth] Improve code readability.
Unify hypotenuse approximations.
Improve comments, remove dead code.
[cff] Test valid darkening parameter macros in `ftoption.h'.
Improve flat corner definition.
[build] Improve property file for vc2010.
[cff] Work around bug in preprocessor of MSVC 2010.
[truetype] Clean up bytecode rounding.
[build] Add property file to vc2010 project.
[truetype] Unwrap engine compensation settings.
[autofit] Add blue-zone support for Telugu.
[cmake] Add iOS build support.
Improve documentation of FT_GlyphSlotRec.
[cff] Add `CFF_CONFIG_OPTION_DARKENING_PARAMETERS' config macro.
A better fix for Savannah bug #43392.
[truetype] Limit delta shift range.
[build] Better optimization settings for vc2010 solution file.
[autofit] Adjust Devenagari character range.
[sfnt] Fix Savannah bug #43392.
[base] Small bbox correction.
[base] Fix Savannah bug #43356.
[base] Introduce and use new macro `FT_UPDATE_BBOX'
[base] Significant optimization of `ft_div64by32'
[cff] Fix Savannah bug #43271.
* src/base/ftcalc.c: Remove miscellaneous type casts.
[base] Use more common `FT_MSB' implementation with masks.
Remove commented out code.
[base] Avoid unnecessary long division.
[autofit] Minor clean-ups.
Minor documentation fixes.
[autofit] Minor code streamlining.
* src/base/ftcalc.c: Harmonize code.
[base] Tighten the overflow check in `FT_MulDiv'.
Fix Savannah bug #43153.
[base] Tighten the overflow check in `FT_DivFix'.
[base] Tighten the overflow check in `FT_MulFix'.
[truetype] Shortcut ppem calculations for square pixels.
Don't use `register' keyword. Fixes compiler warnings.
[truetype] Optimize DELTAP and DELTAC.
Fix Savannah bug #43033.
[base] Small optimization of `FT_MulFix'.
[base] Use unsigned calculation in `FT_MulDiv'.
[base] Remove truncation in `FT_DivFix'.
Minor refactoring.
Turn FT_MSB into a macro when using gcc builtins.
Fix comment and whitespace.
[base] Avoid undefined FT_MSB in `BBox_Cubic_Check'.
* src/base/fttrigon.c (ft_trig_prenorm): Comment on undefined behavior.
[base] Handle collapsed outlines to avoid undefined FT_MSB.
[base] Restore FT_MulFix inlining.
* src/base/ftbitmap.c (ft_gray_for_premultiplied_srgb_bgra): Refactor.
Minor documentation improvement.
Replace `ft_highpow2' function.
* src/base/ftcalc.c (FT_MSB): Utilize gcc builtins.
[base] Move assembler code back in the source file.
[base] Further clean up color bitmap conversion.
[truetype] Improve handling of buggy `prep' tables.
* builds/vms/ftconfig.h: Synchronize.
[base] Clean up bitmap conversion.
[base] Improve comment.
[base] Small optimization of the ancient code.
Fix Apple standard glyph names.
Partially revert commit from 2014-06-13.
* builds/unix/freetype2.m4: s/AC_PATH_PROG/AC_PATH_TOOL/.
And another warning from Wojciech.
Fix more compiler warnings.
[cmake] Add option to build OS X framework.
* CMakeLists.txt (BASE_SRCS): Add missing `ftbdf.c'.
[autofit] Fix variable initializations.
[autofit] Fix crash with font `CabinSketch-Bold.ttf'.
[autofit] Add blue-zone support for Devanagari.