[Fontconfig] fontconfig: Changes to 'refs/tags/2.10.94'
Akira TAGOH
tagoh at kemper.freedesktop.org
Thu Aug 29 02:33:53 PDT 2013
Tag '2.10.94' created by Akira TAGOH <akira at tagoh.org> at 2013-08-29 09:38 -0700
Version 2.10.94
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iD8DBQBSHwiF/PbdRTnM8McRAqdcAJ0UZ8P8DTlkEGGbPNxkoZJJtwzdgQCfdPyT
oYm+lThnAYywzcxVYWsh4C0=
=Y2c5
-----END PGP SIGNATURE-----
Changes since 2.10.93:
Akira TAGOH (26):
Bug 64906 - FcNameParse() should ignore leading whitespace in parameters
Fix a comparison of constant warning with clang
Fix a shift count overflow on 32bit box
Fix a incompatible pointer warning on NetBSD
Add FcTypeUnknown to FcType to avoid comparison of constant -1
Fix the behavior of intermixed tests end edits in match
Ignore scandir() check on mingw
Use INT_MAX instead of unreliable hardcoding value
Add FC_UNUSED to FC_ASSERT_STATIC macro to avoid compiler warning
Rework to apply the intermixed test and edit elements in one-pass
trivial code optimization
Correct fontconfig.pc to add certain dependencies for build
Correct fontconfig.pc to add certain dependencies for static build
Fix wrong edit position
Bug 67809 - Invalid read/write with valgrind when assigning something twice
warn deprecated only when migration failed
Bug 67845 - Match on FC_SCALABLE
Bug 16818 - fontformat in match pattern is not respected?
Bug 68340 - More metric compat fonts
Bug 63399 - Add default aliases for Georgia, Garamond, Palatino Linotype, Trebuchet MS
Fix a typo
Fix a crash when non-builtin objects are edited
Fix a wrong edit position when 'kind' is different
Bug 68587 - copy qu.orth to quz.orth
Add quz.orth to Makefile.am
Bump version to 2.10.94
Behdad Esfahbod (2):
Minor
Fix assertion
---
README | 37 +++
conf.d/30-metric-aliases.conf | 11 +
conf.d/45-latin.conf | 16 +
configure.ac | 53 ++++-
fc-lang/Makefile.am | 1
fc-lang/quz.orth | 36 +++
fontconfig.pc.in | 6
fontconfig/fcprivate.h | 3
fontconfig/fontconfig.h | 3
src/fcarch.c | 2
src/fcarch.h | 2
src/fccache.c | 28 --
src/fccfg.c | 424 +++++++++++++++++++++---------------------
src/fccompat.c | 27 ++
src/fcdbg.c | 46 +++-
src/fcdir.c | 10
src/fchash.c | 20 -
src/fcint.h | 49 +++-
src/fclist.c | 1
src/fcmatch.c | 2
src/fcname.c | 11 -
src/fcobjs.c | 4
src/fcobjs.h | 4
src/fcpat.c | 5
src/fcstat.c | 10
src/fcxml.c | 278 +++++++++++++++++----------
26 files changed, 704 insertions(+), 385 deletions(-)
---
More information about the Fontconfig
mailing list