Imported Upstream version 8.2.2
[platform/upstream/harfbuzz.git] / ChangeLog
index 7331471..5a1e01a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+commit 18a6e78549e8e04a281129ea8ca784ce85f111b8
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Oct 18 01:10:44 2023 +0300
+
+    8.2.2
+
+ NEWS             | 11 +++++++++++
+ configure.ac     |  2 +-
+ meson.build      |  2 +-
+ src/hb-version.h |  4 ++--
+ 4 files changed, 15 insertions(+), 4 deletions(-)
+
+commit 52bc78e70de9f8288e3412a8017f88d2e0a31dea
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Oct 10 21:44:52 2023 +0000
+
+    s/PairPos/MarkBasePos/ in MarkBasePos repacking implementation.
+
+ src/graph/markbasepos-graph.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 6190bb0b8ed8af3d182d1936fbe859c15fb0f817
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 16 14:08:31 2023 -0400
+
+    [layout] Change order of feature collection
+    
+    See comments for rationale.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4445
+
+ src/hb-ot-layout.cc | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+commit 4992456cfadabb6ecbc7b4efc5c1af9ec91f6dd3
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Oct 16 10:07:42 2023 +0000
+
+    Bump ninja from 1.11.1 to 1.11.1.1 in /.ci
+    
+    Bumps [ninja](https://github.com/ninja-build/ninja) from 1.11.1 to 1.11.1.1.
+    - [Release notes](https://github.com/ninja-build/ninja/releases)
+    - [Commits](https://github.com/ninja-build/ninja/commits)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: ninja
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .ci/requirements.txt | 34 ++++++++++++++++------------------
+ 1 file changed, 16 insertions(+), 18 deletions(-)
+
+commit 397b32e585cbb29349e0e97fad2e84cb57a9a6d1
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Oct 16 10:29:00 2023 +0000
+
+    Bump github/codeql-action from 2.22.0 to 2.22.3
+    
+    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.0 to 2.22.3.
+    - [Release notes](https://github.com/github/codeql-action/releases)
+    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
+    - [Commits](https://github.com/github/codeql-action/compare/2cb752a87e96af96708ab57187ab6372ee1973ab...0116bc2df50751f9724a2e35ef1f24d22f90e4e1)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: github/codeql-action
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/scorecard.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1f395cbaf91be284f443c27b8b35be0edd788c34
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Oct 12 10:06:00 2023 -0700
+
+    [instancer] templatize the priority queue, use custom type for varstore
+    
+    when instantiating varstore, we need to pop a tuple like
+    (combined_gain, i, j), if combined gain is the same then we compare the
+    value of i, and then j. So we'd like to use custom type as the key when
+    popping from the queue. This would match fonttool's algorithm cause it
+    uses heappop().
+
+ src/graph/graph.hh         |  4 ++--
+ src/hb-ot-var-common.hh    | 47 ++++++++++++++++++++++++++++++++++------------
+ src/hb-priority-queue.hh   |  5 +++--
+ src/test-priority-queue.cc |  4 ++--
+ 4 files changed, 42 insertions(+), 18 deletions(-)
+
+commit bbd53fcfa49e9d4a8b3899ce2c109377886a3ba9
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Oct 10 21:41:42 2023 +0000
+
+    Remove glyph_map test that uses retain gids.
+    
+    We no longer allow the use of glyph map + retain gids (see: https://github.com/harfbuzz/harfbuzz/blob/main/src/hb-subset-plan.cc#L817). Also add the test to the meson file so it will be run by default.
+
+ test/subset/data/Makefile.am                             |   1 +
+ test/subset/data/Makefile.sources                        |   1 +
+ ...gular.glyph_map_roboto_retain_gids.41,43,61,66,69.ttf | Bin 7936 -> 0 bytes
+ .../data/profiles/glyph_map_roboto_retain_gids.txt       |   4 ----
+ test/subset/data/tests/glyph_map.tests                   |   1 -
+ test/subset/meson.build                                  |   1 +
+ 6 files changed, 3 insertions(+), 5 deletions(-)
+
+commit 9648799e53edae7072505849fb551a6e621b8f6c
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Oct 9 10:34:48 2023 +0000
+
+    Bump ossf/scorecard-action from 2.2.0 to 2.3.0
+    
+    Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.2.0 to 2.3.0.
+    - [Release notes](https://github.com/ossf/scorecard-action/releases)
+    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
+    - [Commits](https://github.com/ossf/scorecard-action/compare/08b4669551908b1024bb425080c797723083c031...483ef80eb98fb506c348f7d62e28055e49fe2398)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: ossf/scorecard-action
+      dependency-type: direct:production
+      update-type: version-update:semver-minor
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/scorecard.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cf930decce6cffabff55a8a314eb7f9f34cff322
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Oct 9 10:34:42 2023 +0000
+
+    Bump actions/setup-python from 4.7.0 to 4.7.1
+    
+    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1.
+    - [Release notes](https://github.com/actions/setup-python/releases)
+    - [Commits](https://github.com/actions/setup-python/compare/61a6322f88396a6271a6ee3565807d608ecaddd1...65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: actions/setup-python
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/msvc-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0cfc4ebfbade5b794956f0eae3939e7b1fade2b8
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Oct 9 10:34:36 2023 +0000
+
+    Bump github/codeql-action from 2.21.9 to 2.22.0
+    
+    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.9 to 2.22.0.
+    - [Release notes](https://github.com/github/codeql-action/releases)
+    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
+    - [Commits](https://github.com/github/codeql-action/compare/ddccb873888234080b77e9bc2d4764d5ccaaccf9...2cb752a87e96af96708ab57187ab6372ee1973ab)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: github/codeql-action
+      dependency-type: direct:production
+      update-type: version-update:semver-minor
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/scorecard.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a317b5a7ea49c08e21a0e47beaaa5c31f52f28ea
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Oct 9 10:06:13 2023 +0000
+
+    Bump fonttools from 4.43.0 to 4.43.1 in /.ci
+    
+    Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.43.0 to 4.43.1.
+    - [Release notes](https://github.com/fonttools/fonttools/releases)
+    - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
+    - [Commits](https://github.com/fonttools/fonttools/compare/4.43.0...4.43.1)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: fonttools
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .ci/requirements-fonttools.txt | 86 +++++++++++++++++++++---------------------
+ .ci/requirements.txt           | 86 +++++++++++++++++++++---------------------
+ 2 files changed, 86 insertions(+), 86 deletions(-)
+
+commit a7b3fe3523891a81be501c907b6bf817615df174
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 5 12:16:00 2023 -0600
+
+    Fix test
+
+ src/test-tuple-varstore.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fc563bb437b379334913b15489caec98a504fcd3
+Merge: f26fd69d8 2415d5f23
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 5 11:07:17 2023 -0600
+
+    Merge pull request #4421 from googlefonts/GDEF_GPOS
+    
+    [instancer] support GDEF/GPOS tables
+
+commit f26fd69d858642d76413b8f4068eaf9b57c40a5f
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Oct 2 10:06:40 2023 +0000
+
+    Bump github/codeql-action from 2.21.8 to 2.21.9
+    
+    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.8 to 2.21.9.
+    - [Release notes](https://github.com/github/codeql-action/releases)
+    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
+    - [Commits](https://github.com/github/codeql-action/compare/6a28655e3dcb49cb0840ea372fd6d17733edd8a4...ddccb873888234080b77e9bc2d4764d5ccaaccf9)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: github/codeql-action
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/scorecard.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1522eb9199ed07b8fba9c3131806205834b0a18a
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Oct 2 10:48:02 2023 +0000
+
+    Bump fonttools from 4.42.1 to 4.43.0 in /.ci
+    
+    Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.42.1 to 4.43.0.
+    - [Release notes](https://github.com/fonttools/fonttools/releases)
+    - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
+    - [Commits](https://github.com/fonttools/fonttools/compare/4.42.1...4.43.0)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: fonttools
+      dependency-type: direct:production
+      update-type: version-update:semver-minor
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .ci/requirements-fonttools.txt | 78 +++++++++++++++++++++++-------------------
+ .ci/requirements.txt           | 78 +++++++++++++++++++++++-------------------
+ 2 files changed, 86 insertions(+), 70 deletions(-)
+
+commit 2d67e52a47945e2563b12e681336ab9d04613aad
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Oct 2 10:47:40 2023 +0000
+
+    Bump meson from 1.2.1 to 1.2.2 in /.ci
+    
+    Bumps [meson](https://github.com/mesonbuild/meson) from 1.2.1 to 1.2.2.
+    - [Release notes](https://github.com/mesonbuild/meson/releases)
+    - [Commits](https://github.com/mesonbuild/meson/compare/1.2.1...1.2.2)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: meson
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .ci/requirements.in  | 2 +-
+ .ci/requirements.txt | 6 +++---
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 6e06a193b3e6784b87380641d693fee1e507228e
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Sep 30 01:12:16 2023 +0300
+
+    Add some tests for hb_feature_[from|to]_string()
+
+ test/api/test-common.c | 108 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 108 insertions(+)
+
+commit f360d704fad6551dd05fe62bf9c4ce2f9a857e03
+Author: jfkthame <jfkthame@gmail.com>
+Date:   Fri Sep 29 13:15:01 2023 +0100
+
+    Check for closing quote in parse_tag
+    
+    Fixes #4414.
+
+ src/hb-common.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 333946b00e849ff6722781bc5e46bd9fcc83311a
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 28 19:02:37 2023 +0000
+
+    [subset] Fix fuzzer timeout.
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5458896606855168. Limit iteration over coverage in MarkLigPosFormat1 subsetting to the number of glyphs in the liga array.
+
+ src/OT/Layout/GPOS/MarkLigPosFormat1.hh                  |   5 +++--
+ ...-testcase-minimized-hb-subset-fuzzer-5458896606855168 | Bin 0 -> 2410 bytes
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit 9ceb800ac26fd81a5eaf27ef366d5fce47e80447
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Sep 28 10:37:48 2023 -0700
+
+    fuzzer fix https://oss-fuzz.com/testcase-detail/5842152921628672
+    
+    Access TupleVariationData through blob, because we don't sanitize
+    var_data
+
+ src/hb-ot-var-cvar-table.hh                             |   7 ++++---
+ src/test-tuple-varstore.cc                              |  16 +++++++++++++++-
+ ...testcase-minimized-hb-subset-fuzzer-5842152921628672 | Bin 0 -> 2501 bytes
+ 3 files changed, 19 insertions(+), 4 deletions(-)
+
+commit 7cb7a7999b542cb4ae75a3d289a429a68df6a86a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 28 09:24:06 2023 -0600
+
+    [map] Fix undefined integer-overflow
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5814850435284992
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2415d5f23927cbfcd8a2928f7ecadf7e9626cd51
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Sep 27 13:33:09 2023 -0700
+
+    [instancer] update tests to include GDEF/GPOS tables
+
+ ...n-all-codepoint.wght=200-300-500,wdth=80-90.ttf | Bin 8432 -> 8728 bytes
+ ...s.retain-all-codepoint.wght=300-600,wdth=85.ttf | Bin 7336 -> 7612 bytes
+ ...n-all-codepoint.wght=200-300-500,wdth=80-90.ttf | Bin 7484 -> 7592 bytes
+ ...s.retain-all-codepoint.wght=300-600,wdth=85.ttf | Bin 6848 -> 6956 bytes
+ ...odepoint.wght=200-600,wdth=80-90,CTGR=20-60.ttf | Bin 4108 -> 4340 bytes
+ ...ariations.retain-all-codepoint.wght=300-600.ttf | Bin 6616 -> 6848 bytes
+ ...ariations.retain-all-codepoint.wght=500-800.ttf | Bin 7096 -> 7328 bytes
+ ...ariations.retain-all-codepoint.wght=300-600.ttf | Bin 197056 -> 305092 bytes
+ ...ariations.retain-all-codepoint.wght=500-800.ttf | Bin 145004 -> 250164 bytes
+ .../profiles/no-tables-with-item-variations.txt    |   2 +-
+ 10 files changed, 1 insertion(+), 1 deletion(-)
+
+commit f9b04b2145a2021cc56868daca89c3514f6a8966
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Sep 27 09:36:52 2023 -0700
+
+    [instancer] match fonttools'r order when calculating chars
+    
+    Also fix a bug, make sure map set is happening before std::move
+
+ src/hb-ot-layout-common.hh | 6 ++++--
+ src/hb-ot-var-common.hh    | 4 ++--
+ 2 files changed, 6 insertions(+), 4 deletions(-)
+
+commit f39e9bf1ed52140d2658b4d845f3bbacc215221b
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Sep 25 08:59:11 2023 -0700
+
+    [instancer] instantiate GPOS
+    
+    Just need to update var_idxes and deltas
+
+ src/OT/Layout/GDEF/GDEF.hh          | 18 ++++++++++--------
+ src/OT/Layout/GPOS/AnchorFormat3.hh | 23 ++++++++++++++++++-----
+ src/hb-ot-layout-common.hh          |  4 ++--
+ 3 files changed, 30 insertions(+), 15 deletions(-)
+
+commit 5c6795e2701d7c2031bc3e7c6c1b356961350291
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Sep 21 12:04:03 2023 -0700
+
+    [instancer] make GPOS depend on GDEF when partial instancing
+    
+    GPOS needs to wait for GDEF remapping layout var idxes
+
+ src/hb-subset.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit c8594baa478d09b60e1553dacae32345efef4272
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Sep 21 11:45:01 2023 -0700
+
+    [instancer] instantiate GDEF varStore
+    
+    And update layout var idxes accordingly
+
+ src/OT/Layout/GDEF/GDEF.hh        | 38 +++++++++++++++++++++++++++++++++++++-
+ src/hb-subset-plan-member-list.hh |  2 +-
+ 2 files changed, 38 insertions(+), 2 deletions(-)
+
+commit 77f24d822e726b0075d9aab4dc8600eb1b7dc481
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Sep 22 14:47:11 2023 -0700
+
+    [instancer] remap layout var_idxes code update
+    
+    make hb_collect_variation_indices_context_t only collect layout
+    variation indices.
+
+ src/OT/Layout/GDEF/GDEF.hh | 26 +++++++++++++++++++-------
+ src/hb-ot-layout-common.hh | 28 +++-------------------------
+ src/hb-subset-plan.cc      | 26 ++++++--------------------
+ 3 files changed, 28 insertions(+), 52 deletions(-)
+
+commit c8c97864e8c810068123ef62947be13675df54c2
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Sep 21 11:29:43 2023 -0700
+
+    [instancer] simplify item_variations_t API calls
+    
+    merge create,instantiate and as_item_varstore into one API
+
+ src/hb-ot-var-common.hh     | 19 +++++++++++++++++--
+ src/hb-ot-var-hvar-table.hh | 18 ++++--------------
+ src/hb-ot-var-mvar-table.hh |  7 +------
+ src/test-item-varstore.cc   |  2 +-
+ 4 files changed, 23 insertions(+), 23 deletions(-)
+
+commit 00de5d0068d189a7dcbd1ccb10f55db95d240340
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Sep 25 10:25:15 2023 +0000
+
+    Bump actions/checkout from 4.0.0 to 4.1.0
+    
+    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
+    - [Release notes](https://github.com/actions/checkout/releases)
+    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
+    - [Commits](https://github.com/actions/checkout/compare/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: actions/checkout
+      dependency-type: direct:production
+      update-type: version-update:semver-minor
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/arm-ci.yml        | 2 +-
+ .github/workflows/configs-build.yml | 2 +-
+ .github/workflows/coverity-scan.yml | 2 +-
+ .github/workflows/linux-ci.yml      | 2 +-
+ .github/workflows/macos-ci.yml      | 2 +-
+ .github/workflows/msvc-ci.yml       | 2 +-
+ .github/workflows/msys2-ci.yml      | 2 +-
+ .github/workflows/scorecard.yml     | 2 +-
+ 8 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 42b8534b14419580dd35f865944081196217cb6c
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Sep 25 10:25:08 2023 +0000
+
+    Bump github/codeql-action from 2.21.7 to 2.21.8
+    
+    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.7 to 2.21.8.
+    - [Release notes](https://github.com/github/codeql-action/releases)
+    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
+    - [Commits](https://github.com/github/codeql-action/compare/04daf014b50eaf774287bf3f0f1869d4b4c4b913...6a28655e3dcb49cb0840ea372fd6d17733edd8a4)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: github/codeql-action
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/scorecard.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 69da5aae028417dacf4c6617e49beb7dfbeb20e3
+Author: inobelar <inobelar@gmail.com>
+Date:   Fri Sep 22 21:27:12 2023 +0000
+
+    Added minor fixes to build without errors with gcc 4.9.2
+
+ src/hb-map.hh    | 22 +++++++++++-----------
+ src/hb-vector.hh |  2 +-
+ 2 files changed, 12 insertions(+), 12 deletions(-)
+
+commit b8121ccbb687dc853118e81810cc0565ce0037d4
+Author: Duncan Overbruck <mail@duncano.de>
+Date:   Thu Sep 21 15:41:09 2023 +0200
+
+    [meson] keep asserts in test programs
+
+ src/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5aa4865a86fd97e76e857823dd4b32c65d2fa0ad
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Sep 20 14:52:58 2023 -0700
+
+    [instancer] fix compile warnings
+    
+    In constructor ‘OT::delta_row_encoding_t::delta_row_encoding_t(OT::delta_row_encoding_t&&)’,
+        inlined from ‘Type* hb_vector_t<Type, sorted>::push(Args&& ...) [with Args = {OT::delta_row_encoding_t}; Type = OT::delta_row_encoding_t; bool sorted = false]’ at ../src/hb-vector.hh:221:12,
+        inlined from ‘bool OT::item_variations_t::as_item_varstore(bool, bool)’ at ../src/hb-ot-var-common.hh:1985:24:
+    ../src/hb-ot-layout-common.hh:2304:8: warning: ‘obj.OT::delta_row_encoding_t::width’ may be used uninitialized [-Wmaybe-uninitialized]
+     2304 | struct delta_row_encoding_t
+          |        ^~~~~~~~~~~~~~~~~~~~
+    ../src/hb-ot-var-common.hh: In member function ‘bool OT::item_variations_t::as_item_varstore(bool, bool)’:
+    ../src/hb-ot-var-common.hh:1981:30: note: ‘obj.OT::delta_row_encoding_t::width’ was declared here
+     1981 |         delta_row_encoding_t obj;
+          |                              ^~~
+    In constructor ‘OT::delta_row_encoding_t::delta_row_encoding_t(OT::delta_row_encoding_t&&)’,
+        inlined from ‘Type* hb_vector_t<Type, sorted>::push(Args&& ...) [with Args = {OT::delta_row_encoding_t}; Type = OT::delta_row_encoding_t; bool sorted = false]’ at ../src/hb-vector.hh:221:12,
+        inlined from ‘bool OT::item_variations_t::as_item_varstore(bool, bool)’ at ../src/hb-ot-var-common.hh:1985:24:
+    ../src/hb-ot-layout-common.hh:2304:8: warning: ‘obj.OT::delta_row_encoding_t::overhead’ may be used uninitialized [-Wmaybe-uninitialized]
+     2304 | struct delta_row_encoding_t
+          |        ^~~~~~~~~~~~~~~~~~~~
+    ../src/hb-ot-var-common.hh: In member function ‘bool OT::item_variations_t::as_item_varstore(bool, bool)’:
+    ../src/hb-ot-var-common.hh:1981:30: note: ‘obj.OT::delta_row_encoding_t::overhead’ was declared here
+     1981 |         delta_row_encoding_t obj;
+
+ src/hb-ot-layout-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4b3aa0104ea4c7859095b0e78662e440483068da
+Merge: da2c59d71 ef4ff1d6a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 20 14:37:42 2023 -0600
+
+    Merge pull request #4410 from googlefonts/HVAR_instance
+    
+    [instancer] instantiate HVAR/VVAR
+
+commit da2c59d71f687c38a29389d81d6d6f911994c403
+Author: Thomas Petillon <tpetillon@gmail.com>
+Date:   Tue Sep 19 17:01:04 2023 +0200
+
+    [instancer] Delete redundant code block in cvar subsetting
+    
+    That case is handled in hb-subset.cc.
+    
+    It also made compilation with HB_NO_VAR fail because it accessed table.fvar.
+
+ src/hb-ot-var-cvar-table.hh | 13 -------------
+ 1 file changed, 13 deletions(-)
+
+commit 284889b0317c317ae00fe1a6e32db1f9213cb5e2
+Author: Thomas Petillon <tpetillon@gmail.com>
+Date:   Wed Sep 20 20:17:48 2023 +0200
+
+    [subset] Drop fvar, avar, cvar, MVAR tables when in HB_NO_VAR mode
+
+ src/hb-subset.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit ef4ff1d6a4f2343440e278ef1177b07f6af8f5dc
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Sep 20 11:35:33 2023 -0700
+
+    [instancer] make varstore items sorting method match fonttool's
+    
+    Also update expected tests
+
+ src/hb-ot-var-common.hh                            |   9 ++++++++-
+ ...n-all-codepoint.wght=200-300-500,wdth=80-90.ttf | Bin 8432 -> 8432 bytes
+ ...s.retain-all-codepoint.wght=300-600,wdth=85.ttf | Bin 7336 -> 7336 bytes
+ ...n-all-codepoint.wght=200-300-500,wdth=80-90.ttf | Bin 7484 -> 7484 bytes
+ ...s.retain-all-codepoint.wght=300-600,wdth=85.ttf | Bin 6848 -> 6848 bytes
+ ...odepoint.wght=200-600,wdth=80-90,CTGR=20-60.ttf | Bin 4108 -> 4108 bytes
+ ...ariations.retain-all-codepoint.wght=300-600.ttf | Bin 6616 -> 6616 bytes
+ ...ariations.retain-all-codepoint.wght=300-600.ttf | Bin 197056 -> 197056 bytes
+ ...ariations.retain-all-codepoint.wght=500-800.ttf | Bin 145004 -> 145004 bytes
+ 9 files changed, 8 insertions(+), 1 deletion(-)
+
+commit b5f7ca1ab49b3842d3c2ba4ac9fbd0531378d7b6
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Sep 20 11:28:15 2023 -0700
+
+    [instancer] fix bots
+
+ src/hb-ot-var-common.hh     | 2 +-
+ src/hb-ot-var-hvar-table.hh | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 5ec21d4af4bc620cb58ff715e2a66288128c8d6f
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Sep 20 09:31:03 2023 -0700
+
+    [instancer] fix delta_row_encoding_t constructor
+    
+    always move chars_
+
+ src/hb-ot-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2d2818c0963d44cde07e612c5310ac2dc85cc846
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Sep 20 10:30:47 2023 -0700
+
+    [instancer] update expected tests to include HVAR/VVAR tables
+
+ ...n-all-codepoint.wght=200-300-500,wdth=80-90.ttf | Bin 8256 -> 8432 bytes
+ ...s.retain-all-codepoint.wght=300-600,wdth=85.ttf | Bin 7244 -> 7336 bytes
+ ...n-all-codepoint.wght=200-300-500,wdth=80-90.ttf | Bin 7292 -> 7484 bytes
+ ...s.retain-all-codepoint.wght=300-600,wdth=85.ttf | Bin 6760 -> 6848 bytes
+ ...odepoint.wght=200-600,wdth=80-90,CTGR=20-60.ttf | Bin 3800 -> 4108 bytes
+ ...ariations.retain-all-codepoint.wght=300-600.ttf | Bin 6280 -> 6616 bytes
+ ...ariations.retain-all-codepoint.wght=500-800.ttf | Bin 6760 -> 7096 bytes
+ ...ariations.retain-all-codepoint.wght=300-600.ttf | Bin 194432 -> 197056 bytes
+ ...ariations.retain-all-codepoint.wght=500-800.ttf | Bin 143840 -> 145004 bytes
+ .../profiles/no-tables-with-item-variations.txt    |   2 +-
+ 10 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 58e5d45de886319104007249d7e6a2b5b6584247
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Sep 19 10:33:32 2023 -0700
+
+    [instancer] instantiate HVAR/VVAR
+
+ src/hb-ot-var-hvar-table.hh | 87 ++++++++++++++++++++++++++++++++++++++++++---
+ 1 file changed, 83 insertions(+), 4 deletions(-)
+
+commit e81ad14dba9ddc70aca11a46242cfc20b593e878
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Sep 19 13:23:58 2023 -0700
+
+    [instancer] change optimize() to as_item_varstore()
+    
+    which allows another option to skip optimization
+
+ src/hb-ot-var-common.hh     | 23 +++++++++++++++++++++--
+ src/hb-ot-var-mvar-table.hh |  2 +-
+ src/test-item-varstore.cc   |  2 +-
+ 3 files changed, 23 insertions(+), 4 deletions(-)
+
+commit 97d0e7a19f5e341a77c156faaa37eed8df6d8db7
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Sep 19 11:25:14 2023 -0700
+
+    [instancer] add inner_maps as optional argument when creating item_variations_t
+    
+    This allows that we create item_variations_t with only a subset of
+    the original varstore
+
+ src/hb-ot-var-common.hh | 17 ++++++++++++-----
+ 1 file changed, 12 insertions(+), 5 deletions(-)
+
+commit 005582e0cb80821fb5bbbdfb6cef4be05078d060
+Merge: d69813374 da9b83891
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 20 09:10:10 2023 -0600
+
+    Merge pull request #4370 from 2xsaiko/outgoing/cmake-now-for-real
+    
+    Re-do and clean up CMake support, making it use relocatable paths
+
+commit da9b838910e62825717a8b2de8ce9c92e396136e
+Author: Marco Rebhan <me@dblsaiko.net>
+Date:   Tue Aug 8 14:33:03 2023 +0200
+
+    Re-do and clean up CMake support, making it use relocatable paths
+    
+    Closes #4025.
+
+ meson.build                  | 21 ++++++++++
+ meson_options.txt            |  4 ++
+ src/Makefile.am              |  2 +-
+ src/harfbuzz-config.cmake.in | 97 ++++++++------------------------------------
+ src/meson.build              | 92 ++++++++++++++++++++++++++++++++++++++---
+ src/relative_to.py           |  6 +++
+ 6 files changed, 135 insertions(+), 87 deletions(-)
+
+commit d698133743caffe9611b57137cd5027ce076613f
+Merge: 0967a3e24 c330c2917
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 19 13:30:43 2023 -0600
+
+    Merge pull request #4393 from googlefonts/instantiate_item_varstore
+    
+    [instancer] instantiate item varstore
+
+commit b5a1c2b483263896e563402cd285a46229e42f3c
+Author: Marco Rebhan <me@dblsaiko.net>
+Date:   Mon Aug 7 01:55:10 2023 +0200
+
+    Revert "Pass through absolute paths to cmake config directly"
+    
+    This reverts commit db292f6f0238581a489aa8cddc585129b6e920cd.
+
+ src/harfbuzz-config.cmake.in | 44 ++++++++++++++++++++++++++++++++++++--------
+ src/meson.build              |  4 ++--
+ 2 files changed, 38 insertions(+), 10 deletions(-)
+
+commit c330c2917524ad8a15340e5fa1df5a57a1409efa
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Sep 18 12:14:21 2023 -0700
+
+    [instancer] add a unit testcase for instantiating item variations
+
+ src/Makefile.am           |  5 ++++
+ src/meson.build           |  1 +
+ src/test-item-varstore.cc | 66 +++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 72 insertions(+)
+
+commit 7741fa329998f23ef1495f9828c919ae2f6ada1e
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Sep 18 10:44:47 2023 -0700
+
+    [instancer] bug fix: dont add duplicate rows into delta_row_encoding_t
+    
+    Also fix compile_varidx_map()
+
+ src/hb-ot-var-common.hh | 57 ++++++++++++++++++++++++++++---------------------
+ 1 file changed, 33 insertions(+), 24 deletions(-)
+
+commit 6c658b410593e15416a800daf8fd0492c69d9ba5
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Sep 15 11:49:47 2023 -0700
+
+    [instancer] bug fix
+
+ src/hb-ot-var-common.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 11cc47964695661c2a0e8ba24d80304ac1457ab6
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Sep 11 09:57:14 2023 -0700
+
+    [instancer] fix columns and get_chars_overhead() in delta_row_encoding_t
+    
+    make columns a vector of uint8_t so it supports more than 32 columns
+
+ src/hb-ot-layout-common.hh | 29 +++++++++++++++++++----------
+ src/hb-ot-var-common.hh    |  1 +
+ 2 files changed, 20 insertions(+), 10 deletions(-)
+
+commit 6e49128afda813238cfbccd304db1c55ed98f0e5
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Sep 1 10:27:40 2023 -0700
+
+    [instancer] always check and update default wght/width/slnt if necessary
+    
+    Sometimes default values in original file are incorrect, and if default value for an axis is not changed, then these values won't be updated
+
+ src/hb-ot-os2-table.hh                             |  23 ++++++++-------------
+ src/hb-ot-post-table.hh                            |  10 ++++-----
+ ...ariations.retain-all-codepoint.wght=300-600.ttf | Bin 0 -> 194432 bytes
+ ...ariations.retain-all-codepoint.wght=500-800.ttf | Bin 0 -> 143840 bytes
+ test/subset/data/tests/update_def_wght.tests       |  12 +++++++++++
+ test/subset/meson.build                            |   6 +++++-
+ 6 files changed, 31 insertions(+), 20 deletions(-)
+
+commit 7b5daff5eb347a29d9d9d59f2a41f938781d84de
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Aug 31 17:50:34 2023 -0700
+
+    [instancer] add tests for mvar partial instancing
+
+ ...-all-codepoint.wght=200-600,wdth=80-90,CTGR=20-60.ttf | Bin 0 -> 3800 bytes
+ ...item-variations.retain-all-codepoint.wght=300-600.ttf | Bin 0 -> 6280 bytes
+ ...item-variations.retain-all-codepoint.wght=500-800.ttf | Bin 0 -> 6760 bytes
+ .../data/profiles/no-tables-with-item-variations.txt     |   2 +-
+ test/subset/data/tests/mvar_partial_instance.tests       |  13 +++++++++++++
+ test/subset/meson.build                                  |   2 +-
+ 6 files changed, 15 insertions(+), 2 deletions(-)
+
+commit 45c2d05d0068ebd4fe5a9ea6ca38af5d8bab57c9
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Aug 31 15:45:22 2023 -0700
+
+    [instancer] add subset() for MVAR
+
+ src/hb-ot-var-mvar-table.hh | 61 ++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-subset-input.cc      |  1 -
+ src/hb-subset.cc            |  4 +++
+ 3 files changed, 64 insertions(+), 2 deletions(-)
+
+commit e4e1ac44f062078ed7da04321f8269df9f202c7b
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Aug 31 15:34:26 2023 -0700
+
+    [instancer] add serialize() for VariationStore
+    
+    Input region_list and encoding_rows are from item_variations_t
+
+ src/hb-ot-layout-common.hh | 106 +++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 106 insertions(+)
+
+commit 2326879229535f97ce099958e494005d1092ee5b
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Aug 31 15:28:06 2023 -0700
+
+    [instancer] add serialize() for VarRegionList
+    
+    The region list argument comes from item_variations_t.get_region_list()
+
+ src/hb-ot-layout-common.hh        | 47 +++++++++++++++++++++++++++++++++++++++
+ src/hb-subset-plan-member-list.hh |  2 ++
+ src/hb-subset-plan.cc             |  1 +
+ 3 files changed, 50 insertions(+)
+
+commit b153af8553a8cce1c93682b63a2b4756e44986be
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Aug 31 13:12:08 2023 -0700
+
+    [instancer] add optimize(), which optimizes varstore's storage
+
+ src/hb-ot-var-common.hh | 225 ++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 225 insertions(+)
+
+commit 3565ad815009ff74fc42dc5ef23ad8a2bf8fdecf
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Aug 31 13:07:54 2023 -0700
+
+    [instancer] add build_region_list() method
+
+ src/hb-ot-var-common.hh | 73 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 73 insertions(+)
+
+commit e4db29b102c78cec7c42469e01656c3ac5365863
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Aug 31 12:59:39 2023 -0700
+
+    [instancer] add instantiate() method
+    
+    Also make change_tuple_variations_axis_limits() deterministic, use
+    sorted vector instead of iterating map keys
+
+ src/hb-ot-var-common.hh | 44 +++++++++++++++++++++++++++++++++++++-------
+ 1 file changed, 37 insertions(+), 7 deletions(-)
+
+commit 5f058a93388caa0ce5c6d3800d7dbf97e3273dc8
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Aug 31 12:55:04 2023 -0700
+
+    [instancer] add create_from_item_varstore () method
+
+ src/hb-ot-layout-common.hh | 63 +++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-var-common.hh    | 62 +++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 124 insertions(+), 1 deletion(-)
+
+commit 152448881fffbe46ae6ffb884351b86dcc7354d8
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Aug 31 12:40:30 2023 -0700
+
+    [instancer] add struct definition item_variations_t
+    
+    And struct delta_row_encoding_t
+
+ src/hb-ot-layout-common.hh | 141 +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-var-common.hh    |  47 +++++++++++++++
+ 2 files changed, 188 insertions(+)
+
+commit 0967a3e24ab5d79cc55dbe224652d8aabd942def
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Sep 18 21:18:27 2023 +0300
+
+    8.2.1
+
+ NEWS             | 6 ++++++
+ configure.ac     | 2 +-
+ meson.build      | 2 +-
+ src/hb-version.h | 4 ++--
+ 4 files changed, 10 insertions(+), 4 deletions(-)
+
+commit eab4e07d6c7acce1f9eb26963c9d4d0d00b75ce2
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Sep 18 10:22:37 2023 +0000
+
+    Bump github/codeql-action from 2.21.5 to 2.21.7
+    
+    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.5 to 2.21.7.
+    - [Release notes](https://github.com/github/codeql-action/releases)
+    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
+    - [Commits](https://github.com/github/codeql-action/compare/00e563ead9f72a8461b24876bee2d0c2e8bd2ee8...04daf014b50eaf774287bf3f0f1869d4b4c4b913)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: github/codeql-action
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/scorecard.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 609a7cc534aa22466de5deb31f1b8678dee8e111
+Merge: 37457412b c459b8a51
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 17 14:59:58 2023 -0600
+
+    Merge pull request #4406 from harfbuzz/unicode-15.1
+    
+    Update to Unicode 15.1.0
+
+commit c459b8a51acf96e0d83d9b961ee3409fb5849389
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Sep 16 10:27:07 2023 -0400
+
+    [Unicode 15.1] Add tests
+
+ test/api/test-unicode.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit c6d53ab570e564b8e0226a234d0fd307c297738b
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Sep 16 10:21:11 2023 -0400
+
+    [Unicode 15.1] Update the vowel constraint table
+
+ src/hb-ot-shaper-vowel-constraints.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f318e104be4c2c58daf92a792b96c6a9974201a1
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Sep 16 10:20:14 2023 -0400
+
+    [Unicode 15.1] Update the Indic table
+
+ src/hb-ot-shaper-indic-table.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit c03e4c10a4bcab59b447a3d5416f26191c8af788
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Sep 16 10:06:24 2023 -0400
+
+    [Unicode 15.1] Update emoji table and cluster test
+
+ src/hb-unicode-emoji-table.hh                      |   6 +-
+ .../shape/data/in-house/tests/emoji-clusters.tests | 301 +++++++++++++++++++++
+ 2 files changed, 304 insertions(+), 3 deletions(-)
+
+commit d8d4a192bdd0b3e0307046dc25ff813850a910c9
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Sep 16 10:00:07 2023 -0400
+
+    Update IANA Language Subtag Registry to 2023-08-02
+
+ src/hb-ot-tag-table.hh | 17 ++++++++++-------
+ 1 file changed, 10 insertions(+), 7 deletions(-)
+
+commit 6ed6ccac4c6f650ef6abba3929bc48dff12e328d
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Sep 16 09:54:21 2023 -0400
+
+    [Unicode 15.1] Update the USE table
+
+ src/hb-ot-shaper-use-table.hh | 24 ++++++++++++------------
+ 1 file changed, 12 insertions(+), 12 deletions(-)
+
+commit f485b6a9c05b852cafea890069ce87bd5a76c20e
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Sep 16 09:49:29 2023 -0400
+
+    [Unicode 15.1] Update the Arabic joining script list
+
+ src/hb-ot-shaper-arabic-joining-list.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit f15fe524423c61dede0b35a148ca917b3746935f
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Sep 16 09:45:51 2023 -0400
+
+    [Unicode 15.1] Update the Arabic table
+
+ src/hb-ot-shaper-arabic-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit b3705cbf070d3dc984c5b3e18c7657aadd2b1a0f
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Sep 16 09:40:56 2023 -0400
+
+    [Unicode 15.1] Update the UCD table
+
+ src/hb-ucd-table.hh | 3450 ++++++++++++++++++++++++++-------------------------
+ 1 file changed, 1727 insertions(+), 1723 deletions(-)
+
+commit 767f937833f82257169dc278e4aaa22c44bfebf8
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Sep 15 23:11:26 2023 -0400
+
+    [USE] Update the data files
+    
+    This uses the data files from
+    <https://github.com/microsoft/font-tools/tree/9e02b86c85d1a98a1d411e565d36723468f9e884/USE>
+    and closes #4404.
+
+ src/gen-use-table.py                              |   16 +-
+ src/hb-ot-shaper-use-machine.hh                   | 1381 +++++++++++----------
+ src/hb-ot-shaper-use-machine.rl                   |    6 +-
+ src/hb-ot-shaper-use-table.hh                     |  940 +++++++-------
+ src/ms-use/IndicPositionalCategory-Additional.txt |    1 +
+ src/ms-use/IndicSyllabicCategory-Additional.txt   |   57 +-
+ 6 files changed, 1223 insertions(+), 1178 deletions(-)
+
+commit 02c2e24749b9d20ec6371766d7faeb4d5d2caa67
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Sep 16 09:22:43 2023 -0400
+
+    Regenerate files using Ragel 6.10
+
+ src/hb-buffer-deserialize-json.hh         |    8 +-
+ src/hb-buffer-deserialize-text-glyphs.hh  |   10 +-
+ src/hb-buffer-deserialize-text-unicode.hh |   10 +-
+ src/hb-number-parser.hh                   |    8 +-
+ src/hb-ot-shaper-indic-machine.hh         |   14 +-
+ src/hb-ot-shaper-khmer-machine.hh         |   14 +-
+ src/hb-ot-shaper-myanmar-machine.hh       |   14 +-
+ src/hb-ot-shaper-use-machine.hh           | 1875 ++++++++++++++---------------
+ 8 files changed, 942 insertions(+), 1011 deletions(-)
+
+commit 37457412b3212463c5f53119080cd1af375aae23
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Sep 11 10:33:26 2023 +0000
+
+    Bump actions/checkout from 3.5.3 to 4.0.0
+    
+    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.0.0.
+    - [Release notes](https://github.com/actions/checkout/releases)
+    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
+    - [Commits](https://github.com/actions/checkout/compare/c85c95e3d7251135ab7dc9ce3241c5835cc595a9...3df4ab11eba7bda6032a0b82a6bb43b11571feac)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: actions/checkout
+      dependency-type: direct:production
+      update-type: version-update:semver-major
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/arm-ci.yml        | 2 +-
+ .github/workflows/configs-build.yml | 2 +-
+ .github/workflows/coverity-scan.yml | 2 +-
+ .github/workflows/linux-ci.yml      | 2 +-
+ .github/workflows/macos-ci.yml      | 2 +-
+ .github/workflows/msvc-ci.yml       | 2 +-
+ .github/workflows/msys2-ci.yml      | 2 +-
+ .github/workflows/scorecard.yml     | 2 +-
+ 8 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 7384aaae4300da4380ce13adbca0aa7c6fe443e1
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Sep 11 10:33:29 2023 +0000
+
+    Bump actions/upload-artifact from 3.1.2 to 3.1.3
+    
+    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
+    - [Release notes](https://github.com/actions/upload-artifact/releases)
+    - [Commits](https://github.com/actions/upload-artifact/compare/0b7f8abb1508181956e8e162db84b466c27e18ce...a8a3f3ad30e3422c9c7b888a15615d19a852ae32)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: actions/upload-artifact
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/cifuzz.yml    | 2 +-
+ .github/workflows/msys2-ci.yml  | 2 +-
+ .github/workflows/scorecard.yml | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 978918c32a66af41df86386510cf73a4c0e8d393
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 11 11:04:08 2023 +0100
+
+    [aat] Simplify complex condition
+    
+    Based on https://github.com/RazrFalcon/rustybuzz/discussions/79#discussioncomment-6960324
+
+ src/hb-aat-layout-common.hh | 72 ++++++++++++++++++++++-----------------------
+ 1 file changed, 35 insertions(+), 37 deletions(-)
+
+commit 17ee3cd7f4e3123d8289694f59a03c782035103f
+Author: Vincent Torri <vtorri@outlook.fr>
+Date:   Sun Sep 10 07:29:08 2023 +0200
+
+    fix warning with unsigned long
+
+ src/graph/graph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c1eb66d4159fec311334aee5c0a59384491d3989
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Sep 8 21:54:32 2023 +0300
+
+    8.2.0
+
+ NEWS                   | 12 ++++++++++++
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-paint.cc        |  2 +-
+ src/hb-paint.h         |  4 ++--
+ src/hb-version.h       |  6 +++---
+ 7 files changed, 21 insertions(+), 8 deletions(-)
+
+commit d5cb1a315380e9bd78ff377a586b78bc42abafa6
+Author: L. E. Segovia <amy@amyspark.me>
+Date:   Thu Aug 31 23:41:10 2023 -0300
+
+    [meson] Add gitignore entries for wrap sources
+
+ subprojects/.gitignore | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 617e44785476178107c4216964f185937e312a09
+Author: L. E. Segovia <amy@amyspark.me>
+Date:   Thu Aug 31 23:39:29 2023 -0300
+
+    [meson] Set C++14 as minimum as implied by MSVC support
+    
+    Microsoft's STL uses C++14 as minimum. Using C++11 is actually enforced
+    by clang-cl and clang, which will lead to all sorts of compilation
+    errors.
+
+ meson.build | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 15bc9e342f989c7cd27de3a3fb68933259bf59e2
+Author: L. E. Segovia <amy@amyspark.me>
+Date:   Thu Aug 31 23:37:08 2023 -0300
+
+    [meson] Detect Microsoft compilers through _MSC_FULL_VER
+    
+    Microsoft ships three compilers nowadays: MSVC, clang-cl, and Clang.
+    The latter is always skipped by `compiler.get_argument_syntax()`,
+    which leads to the incorrect export macro being applied.
+    
+    This commit also removes the tests that are affected in Microsoft Clang.
+
+ src/meson.build | 30 +++++++++++++++---------------
+ 1 file changed, 15 insertions(+), 15 deletions(-)
+
+commit fd3eb2c6723c3ce241011f1d3429e48c3226af1c
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Aug 24 08:59:18 2023 -0700
+
+    fuzzer fix: https://oss-fuzz.com/testcase-detail/6032126569742336
+
+ src/hb-ot-var-gvar-table.hh                        |  24 ++++++---------------
+ ...ase-minimized-hb-subset-fuzzer-6032126569742336 | Bin 0 -> 1970 bytes
+ 2 files changed, 6 insertions(+), 18 deletions(-)
+
+commit 0340ba1c50da110787a420a633a7b8b2dabe42c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 5 14:56:09 2023 +0300
+
+    [bit-page] Add a few operators
+
+ src/hb-bit-page.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit a0b758f7d779376f4582c968d6fc3c5e7cde1e50
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Sep 4 10:34:27 2023 +0000
+
+    Bump github/codeql-action from 2.21.4 to 2.21.5
+    
+    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.4 to 2.21.5.
+    - [Release notes](https://github.com/github/codeql-action/releases)
+    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
+    - [Commits](https://github.com/github/codeql-action/compare/a09933a12a80f87b87005513f0abb1494c27a716...00e563ead9f72a8461b24876bee2d0c2e8bd2ee8)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: github/codeql-action
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/scorecard.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4cfc6d8e173e800df086d7be078da2e8c5cfca19
+Author: Ben Wagner <bungeman@chromium.org>
+Date:   Thu Aug 31 13:54:34 2023 -0400
+
+    Specify tuple_variations_t special member functions
+    
+    Building with clang complains about the use of `tuple_variations_t`'s
+    implicit copy constructor and copy assignment operator, since automatic
+    generation of these is deprecated when declaring a non-default
+    destructor. This is a good warning because it isn't obvious that copies
+    were being made instead of the object being moved and this struct should
+    be moved and not copied. Declare all the special member functions,
+    defaulting the moves and deleting the copies.
+    
+    After making `tuple_variations_t` move only, an issue is revealed in
+    `hb_vector_t::push` which has been requiring that objects be copyable.
+    Remove the old non-emplacing `push` now that this works with all
+    existing objects and make a single `push` which is more like
+    `std::vector::emplace_back` since that is somewhat what the newer `push`
+    is attempting to do.
+
+ src/hb-ot-var-common.hh |  5 +++++
+ src/hb-vector.hh        | 22 ++--------------------
+ 2 files changed, 7 insertions(+), 20 deletions(-)
+
+commit 4668b43e2cbc9d2ae19a9e9b53ad694da35240a1
+Author: Benoit Pierre <benoit.pierre@gmail.com>
+Date:   Thu Aug 31 19:33:29 2023 +0200
+
+    [meson] add source fallback URL to freetype2 wrap
+
+ subprojects/freetype2.wrap | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 8d22a57065d286dd2e920ece70c12bba5f59a8b1
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Aug 28 18:33:31 2023 +0000
+
+    [repacker] fix potential use after free in repacker.
+    
+    During table splitting we iterate over the lookups map which can be modified during table splitting. This can result in a use after free in the iterator. Create a local copy of the lookup indices to avoid this.
+
+ src/hb-repacker.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit a1f034eaacb5547fdfc62fd1c4df23f9d2b40104
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Aug 28 21:10:16 2023 +0000
+
+    [repacker] fix fuzzer failure.
+    
+    Fixes: https://oss-fuzz.com/testcase-detail/6490945267564544
+
+ src/graph/markbasepos-graph.hh                         |   4 +++-
+ ...tcase-minimized-hb-repacker-fuzzer-6490945267564544 | Bin 0 -> 358352 bytes
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit f380a32825a1b2c51bbe21dc7acb9b3cc0921f69
+Author: Bruce Mitchener <bruce.mitchener@gmail.com>
+Date:   Fri Aug 25 14:01:01 2023 +0700
+
+    Fix some typos.
+
+ CONFIG.md                            |  2 +-
+ src/OT/Layout/GPOS/PairPosFormat2.hh |  2 +-
+ src/hb-bimap.hh                      |  2 +-
+ src/hb-bit-set.hh                    |  4 ++--
+ src/hb-buffer.cc                     |  4 ++--
+ src/hb-buffer.h                      |  2 +-
+ src/hb-font.cc                       |  2 +-
+ src/hb-map.cc                        |  2 +-
+ src/hb-ot-shape.cc                   |  2 +-
+ src/hb-sanitize.hh                   |  2 +-
+ src/hb-set.cc                        | 24 ++++++++++++------------
+ src/hb-vector.hh                     |  2 +-
+ src/hb-wasm-shape.cc                 |  2 +-
+ 13 files changed, 26 insertions(+), 26 deletions(-)
+
+commit c28fdc39b25269aadafca2ba0507c149b2779da2
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 23 22:16:39 2023 +0000
+
+    [repacker] fix bot failure.
+
+ src/graph/gsubgpos-context.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit d7ee328f807cd4890b701d5b2dab5993270ace7f
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 23 22:06:55 2023 +0000
+
+    [repacker] include the size of all lookup tables in the layer size estimates from the start.
+    
+    In extension promotion previously we incrementally added the contribution of the lookup table to the layer size estimates as the lookups were processed. However, this isn't quite correct as regardless of the promotion decision the full lookup table size will be incurred. So the size should be added to the initial sizes.
+
+ src/hb-repacker.hh | 13 +++++++++----
+ 1 file changed, 9 insertions(+), 4 deletions(-)
+
+commit 5587247d5bb46e3ff5d0c4601b145dfbae50e27c
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 23 21:54:15 2023 +0000
+
+    [repacker] create only one extension subtable per physical subtable.
+    
+    During extension promotion when multiple lookups refer to a shared subtable node create and reuse a single extension subtable for it. Fixes: https://github.com/fonttools/fonttools/issues/3260.
+
+ src/graph/graph.hh            | 12 +++++++++++
+ src/graph/gsubgpos-context.hh |  1 +
+ src/graph/gsubgpos-graph.hh   | 19 +++++++++++++----
+ src/test-repacker.cc          | 47 +++++++++++++++++++++++++++++++++++++------
+ 4 files changed, 69 insertions(+), 10 deletions(-)
+
+commit 56e8a290328c6628a92971c7837f773194e7584f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 22 15:49:00 2023 -0600
+
+    Fix static_size declaration
+    
+    I have a vague memory that it was intentionally written
+    that way, but I can't recall :-(.
+
+ src/OT/Color/COLR/COLR.hh | 4 ++--
+ src/hb-null.hh            | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 2023384bdf74992c2a38ed7ddc81dfd14d8a6649
+Merge: 970d2c438 dd8d35766
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 22 13:09:26 2023 -0700
+
+    Merge pull request #4368 from googlefonts/support_gvar
+    
+    Initial implementation for gvar partial instancing
+
+commit dd8d35766bb31ef43848180c419c621be302ac5d
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Aug 22 12:54:50 2023 -0700
+
+    [instancer] enable partial instancing tests when experimental api is on
+
+ src/hb-ot-var-common.hh | 2 +-
+ test/subset/meson.build | 5 ++++-
+ 2 files changed, 5 insertions(+), 2 deletions(-)
+
+commit 970d2c438f849700b879d76e8c183c2edfbaccdb
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Aug 21 10:10:17 2023 +0000
+
+    Bump github/codeql-action from 2.21.3 to 2.21.4
+    
+    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.3 to 2.21.4.
+    - [Release notes](https://github.com/github/codeql-action/releases)
+    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
+    - [Commits](https://github.com/github/codeql-action/compare/5b6282e01c62d02e720b81eb8a51204f527c3624...a09933a12a80f87b87005513f0abb1494c27a716)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: github/codeql-action
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/scorecard.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6c7aed1000c52a7236f2368aae2bbedab6b133ff
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Aug 21 10:52:43 2023 +0000
+
+    Bump fonttools from 4.42.0 to 4.42.1 in /.ci
+    
+    Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.42.0 to 4.42.1.
+    - [Release notes](https://github.com/fonttools/fonttools/releases)
+    - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
+    - [Commits](https://github.com/fonttools/fonttools/compare/4.42.0...4.42.1)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: fonttools
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .ci/requirements-fonttools.txt | 70 +++++++++++++++++++++---------------------
+ .ci/requirements.txt           | 70 +++++++++++++++++++++---------------------
+ 2 files changed, 70 insertions(+), 70 deletions(-)
+
+commit ca906e8747ac45ccf235c3f3e9ee9b69a693d7e4
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 16 23:37:03 2023 +0000
+
+    [repacker] fix fuzzer timeout.
+    
+    Corrects some mistakes in the handling of incoming_edges_ when memory allocation failures happen.
+
+ src/graph/graph.hh                                      |  11 +++++++++--
+ ...stcase-minimized-hb-repacker-fuzzer-6697168080338944 | Bin 0 -> 68766 bytes
+ 2 files changed, 9 insertions(+), 2 deletions(-)
+
+commit c7f2d440f463be31ae24cbae7ceb6ea72a15e990
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 16 09:55:23 2023 -0700
+
+    [hb-view] Better cairo version check
+
+ util/view-cairo.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e714e7d4f3d3bd1a49c460f6c3bd2c3f09192722
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 16 09:54:08 2023 -0700
+
+    [hb-view] Work around old cairo
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4378
+
+ util/view-cairo.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit bea26446d2063cadb0cd83c1c627d3eed95cbcf6
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Aug 15 14:20:54 2023 -0700
+
+    [instancer] reference all points for gvar
+    
+    If a point is not referenced and delta is not inferred, set delta to 0
+
+ src/hb-ot-var-common.hh                               |  16 ++++++++++++++--
+ ...tain-all-codepoint.wght=200-300-500,wdth=80-90.ttf | Bin 7452 -> 7292 bytes
+ ...ions.retain-all-codepoint.wght=300-600,wdth=85.ttf | Bin 6780 -> 6760 bytes
+ 3 files changed, 14 insertions(+), 2 deletions(-)
+
+commit 06ff3bcb8db2ac9eac80bef21644c4d70f60573a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 15 14:41:18 2023 -0600
+
+    [COLR,glyf] Use map instead of set for tracking current glyphs / layers
+
+ src/OT/Color/COLR/COLR.hh | 4 ++--
+ src/OT/glyf/Glyph.hh      | 4 ++--
+ src/hb-ft-colr.hh         | 4 ++--
+ src/hb-map.hh             | 5 +++++
+ 4 files changed, 11 insertions(+), 6 deletions(-)
+
+commit b530e485cdcd466cdfd7f80fd341a67883fb8c71
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 15 14:31:40 2023 -0600
+
+    [glyf] Don't recuse into alread-active composite glyphs
+    
+    Deny loops.
+
+ src/OT/glyf/Glyph.hh | 40 ++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 38 insertions(+), 2 deletions(-)
+
+commit 8f039ab4d624c545dd472e477c705c3f013f66c6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 15 11:27:19 2023 -0600
+
+    [COLR] Avoid infinite-loop through PaintColrLayers
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4376
+    Fixes https://oss-fuzz.com/testcase-detail/5717524023738368
+
+ src/OT/Color/COLR/COLR.hh |  8 ++++++++
+ src/hb-ft-colr.hh         | 10 ++++++++++
+ 2 files changed, 18 insertions(+)
+
+commit 0c80aec10b38c8880b0f353b4774b8843a4b4126
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 15 10:30:38 2023 -0600
+
+    [COLR] Move cycle-detection to the renderer instead of cairo
+    
+    Alternative fix for https://github.com/harfbuzz/harfbuzz/issues/4375
+
+ src/OT/Color/COLR/COLR.hh |  10 ++
+ src/hb-cairo-utils.hh     |   3 -
+ src/hb-cairo.cc           |   8 -
+ src/hb-ft-colr.hh         |  17 +-
+ test/api/results/bad-154  | 440 +---------------------------------------------
+ 5 files changed, 26 insertions(+), 452 deletions(-)
+
+commit 21a894f055bbff6afb45cbcceed89ac92091bb3e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 15 10:21:26 2023 -0600
+
+    [cairo] Protect against infinite loops
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4375
+    
+    Maybe we should do this in hb-ft and COLR instead?
+
+ src/hb-cairo-utils.hh | 3 +++
+ src/hb-cairo.cc       | 8 ++++++++
+ 2 files changed, 11 insertions(+)
+
+commit 7d7541e35d5701953e5e768ac1ef41b23223edb1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 14 17:55:09 2023 -0600
+
+    [test-paint] Print paint-color-glyph
+
+ test/api/results/bad-154    | 34 +++++++++++++++++++++++++++++++++-
+ test/api/results/test-154   |  4 +++-
+ test/api/results/testvf-154 |  4 +++-
+ test/api/test-paint.c       | 15 +++++++++++++++
+ 4 files changed, 54 insertions(+), 3 deletions(-)
+
+commit 5560eb60d75945a331427b0e8112282dc4ff0d94
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 14 17:05:22 2023 -0600
+
+    [paint] Fix docs
+
+ src/hb-paint.h | 9 ---------
+ 1 file changed, 9 deletions(-)
+
+commit 47231bdc701df1f3ba0dafb901dc92db54e7ff78
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 14 16:52:44 2023 -0600
+
+    [COLR/cairo/ft] Fixups to paint-color-glyph and implement for hb-ft
+
+ docs/harfbuzz-sections.txt  |  3 +++
+ src/hb-ft-colr.hh           | 11 ++++++++
+ test/api/results/bad-154    | 66 ++++++++++++++++++++++++++++++++++++++++++++-
+ test/api/results/testvf-154 |  6 ++++-
+ 4 files changed, 84 insertions(+), 2 deletions(-)
+
+commit 58effbcc4f1b6aa1870738f0da3d999f4f1810be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 14 16:47:01 2023 -0600
+
+    .
+
+ src/OT/Color/COLR/COLR.hh |  5 +++++
+ src/hb-cairo.cc           | 10 +++++++++-
+ test/api/results/test-154 |  6 +++++-
+ test/api/test-paint.c     |  2 +-
+ 4 files changed, 20 insertions(+), 3 deletions(-)
+
+commit 74527670fc5b0517e1d2cba2c26e3695547302e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 14 15:57:24 2023 -0600
+
+    [COLR/cairo] Add paint_color_glyph func
+    
+    Implement in cairo to use scaled-font's glyph cache.
+
+ src/OT/Color/COLR/COLR.hh |  4 ++++
+ src/hb-cairo.cc           | 19 ++++++++++++++++++
+ src/hb-paint.cc           | 25 +++++++++++++++++++++++
+ src/hb-paint.h            | 51 +++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-paint.hh           |  8 ++++++++
+ 5 files changed, 107 insertions(+)
+
+commit 8d19274c2d6e7205dc32d416c60c3542a3f353e9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 14 14:40:26 2023 -0600
+
+    [layout] Speed up VarStoreInstancer
+
+ src/hb-ot-var-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1da4c61550ed8216c811765de6d8904727df0e65
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Aug 14 10:51:00 2023 +0000
+
+    Bump github/codeql-action from 2.21.2 to 2.21.3
+    
+    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.2 to 2.21.3.
+    - [Release notes](https://github.com/github/codeql-action/releases)
+    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
+    - [Commits](https://github.com/github/codeql-action/compare/0ba4244466797eb048eb91a6cd43d5c03ca8bd05...5b6282e01c62d02e720b81eb8a51204f527c3624)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: github/codeql-action
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/scorecard.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8d44562b429afc1cca8cf5472905ae189929a506
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Aug 14 10:50:49 2023 +0000
+
+    Bump hendrikmuhs/ccache-action from 1.2.9 to 1.2.10
+    
+    Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.9 to 1.2.10.
+    - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases)
+    - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/ca3acd2731eef11f1572ccb126356c2f9298d35e...6d1841ec156c39a52b1b23a810da917ab98da1f4)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: hendrikmuhs/ccache-action
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/linux-ci.yml | 2 +-
+ .github/workflows/macos-ci.yml | 2 +-
+ .github/workflows/msvc-ci.yml  | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit a8fb56e0f313558dc1f18df2d76ca691567330b9
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Aug 14 10:36:33 2023 +0000
+
+    Bump meson from 1.2.0 to 1.2.1 in /.ci
+    
+    Bumps [meson](https://github.com/mesonbuild/meson) from 1.2.0 to 1.2.1.
+    - [Release notes](https://github.com/mesonbuild/meson/releases)
+    - [Commits](https://github.com/mesonbuild/meson/compare/1.2.0...1.2.1)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: meson
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .ci/requirements.in  | 2 +-
+ .ci/requirements.txt | 6 +++---
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit e8eb1dc5ff695427abc137d3d15c4eec64ab6c78
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 9 15:35:59 2023 -0600
+
+    [parse_tag] Accept non-ALNUM in tag name
+
+ src/hb-common.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9a7afe922b7c661267ecd2211b5199f5ae4df180
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 9 12:00:41 2023 -0600
+
+    [perf] Benchmark glyph painting
+
+ perf/benchmark-font.cc | 13 +++++++++++++
+ 1 file changed, 13 insertions(+)
+
+commit 077c4308cc2650bcd761b60c2b64eea77c5d399c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 9 10:41:04 2023 -0600
+
+    [limits] Increase COLRv1 edge-count
+    
+    We have a "pixel" color font that was easily hitting the limit...
+
+ src/hb-limits.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 45c1ad05126c33408ccf862a0fde69f608147f04
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 9 10:27:45 2023 -0600
+
+    [paint] Add tracing
+
+ src/OT/Color/COLR/COLR.hh | 22 ++++++++++++++++++++++
+ src/hb-debug.hh           | 19 +++++++++++++++++--
+ 2 files changed, 39 insertions(+), 2 deletions(-)
+
+commit 483bc0a3847ae55860bd55fa0eb214f899a02b31
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 8 15:58:20 2023 -0600
+
+    [arabic/stch] Center the stretched group over the digits
+    
+    Mostly relevant when there's one digit only.
+    
+    https://github.com/harfbuzz/harfbuzz/issues/4369#issuecomment-1670361856
+
+ src/hb-ot-shaper-arabic.cc                       | 5 ++++-
+ test/shape/data/in-house/tests/arabic-stch.tests | 1 +
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 9daef6ed4eda12e13628b1ae8bff590d4e6adaf6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 8 13:33:11 2023 -0600
+
+    [arabic] Add test for previous commit
+
+ .../fonts/507637795ce4f2975593da54d12b46f76c7cc4cc.ttf   | Bin 0 -> 2200 bytes
+ test/shape/data/in-house/tests/arabic-stch.tests         |   1 +
+ 2 files changed, 1 insertion(+)
+
+commit 313c772989ca838f7ba9c2119ffb953ba8a4418b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 8 13:06:12 2023 -0600
+
+    [arabic/stch] Also work in left-to-right direction
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4369
+
+ src/hb-ot-shaper-arabic.cc | 25 ++++++++++++++++++++-----
+ 1 file changed, 20 insertions(+), 5 deletions(-)
+
+commit 40bfabd1f97d7ad665140ba764157a6058e6a3b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 8 12:17:25 2023 -0600
+
+    [arabic/stch] Zero advances
+    
+    This was working for our test suite because those glyphs were
+    declared mark and their advances zeroed automatically. But is
+    not the case in eg. the font posted at:
+    
+    https://github.com/harfbuzz/harfbuzz/issues/4369
+
+ src/hb-ot-shaper-arabic.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 0aa5dafefd85d01d486d0d26b75387df3a2927e3
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Aug 8 08:33:11 2023 -0700
+
+    fix bots.
+    
+    -Also disable partial instancing tests for now, cause the command option
+    is wrapped by experimental_api
+
+ test/subset/data/Makefile.am      | 1 -
+ test/subset/data/Makefile.sources | 1 -
+ test/subset/meson.build           | 2 +-
+ util/hb-subset.cc                 | 4 ++++
+ 4 files changed, 5 insertions(+), 3 deletions(-)
+
+commit 77b158c72d355e8e5e32f0d9748174041fddc8dd
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Aug 7 16:02:02 2023 -0700
+
+    [instancer] add tests for gvar partial instancing
+
+ test/subset/data/Makefile.am                             |   1 +
+ test/subset/data/Makefile.sources                        |   1 +
+ ....retain-all-codepoint.wght=200-300-500,wdth=80-90.ttf | Bin 0 -> 8256 bytes
+ ...iations.retain-all-codepoint.wght=300-600,wdth=85.ttf | Bin 0 -> 7244 bytes
+ ....retain-all-codepoint.wght=200-300-500,wdth=80-90.ttf | Bin 0 -> 7452 bytes
+ ...iations.retain-all-codepoint.wght=300-600,wdth=85.ttf | Bin 0 -> 6780 bytes
+ .../data/profiles/no-tables-with-item-variations.txt     |   1 +
+ test/subset/data/tests/glyf_partial_instancing.tests     |  13 +++++++++++++
+ test/subset/generate-expected-outputs.py                 |   1 +
+ test/subset/meson.build                                  |   1 +
+ 10 files changed, 18 insertions(+)
+
+commit 32cfa37e2edd6a8dbc07c75c010fd2fc68c4346a
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon May 8 13:30:39 2023 -0700
+
+    [instancer] command line support for partial instancing
+    
+    -Also updated hb_subset_input_set_axis_range (), so user can define
+    default value as well
+
+ src/hb-subset-input.cc | 19 ++++++++----
+ src/hb-subset.h        |  3 +-
+ util/hb-subset.cc      | 80 ++++++++++++++++++++++++++++++++++++++++----------
+ 3 files changed, 80 insertions(+), 22 deletions(-)
+
+commit 0065658e96c79f8b51c2a702908e84d9d23e0971
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Aug 7 11:12:02 2023 -0700
+
+    [instancer] enable cvar instancing code
+
+ src/hb-subset-input.cc | 1 -
+ src/hb-subset.cc       | 3 +++
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit 0ba4d539b365039b602d9f88133fc0cae9cd0e30
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Aug 7 11:49:03 2023 -0600
+
+    Bump fonttools from 4.41.1 to 4.42.0 in /.ci (#4365)
+    
+    Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.41.1 to 4.42.0.
+    - [Release notes](https://github.com/fonttools/fonttools/releases)
+    - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
+    - [Commits](https://github.com/fonttools/fonttools/compare/4.41.1...4.42.0)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: fonttools
+      dependency-type: direct:production
+      update-type: version-update:semver-minor
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+
+ .ci/requirements-fonttools.txt | 70 +++++++++++++++++++++---------------------
+ .ci/requirements.txt           | 70 +++++++++++++++++++++---------------------
+ 2 files changed, 70 insertions(+), 70 deletions(-)
+
+commit 366ffd1ef0f26cf719ee45e08f59fc9fb4b38a05
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Aug 7 10:32:47 2023 -0700
+
+    [instancer] fix move constructor for tuple_delta_t
+
+ src/hb-ot-var-common.hh | 16 +++++++++++-----
+ 1 file changed, 11 insertions(+), 5 deletions(-)
+
+commit 1d91622ddf082cd0777e9ae67876fe13fc7e454d
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jul 18 09:52:40 2023 -0700
+
+    [instancer] add a hashing impl for floating point type
+
+ src/hb-algs.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 5a4694b6934f9e3ca3dc89cc905b4351920085b6
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Aug 7 09:55:30 2023 -0700
+
+    [instancer] add calc_inferred_deltas() for gvar
+
+ src/hb-ot-var-common.hh    | 104 +++++++++++++++++++++++++++++++++++++++++++++
+ src/test-tuple-varstore.cc |   3 +-
+ 2 files changed, 105 insertions(+), 2 deletions(-)
+
+commit fb44727401d36adc14615deda91574a6e7ec2cd6
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Aug 7 09:44:41 2023 -0700
+
+    [instancer] add instantiate () for gvar
+
+ src/hb-ot-var-common.hh     | 11 ++++++++---
+ src/hb-ot-var-gvar-table.hh | 22 ++++++++++++++++++++++
+ 2 files changed, 30 insertions(+), 3 deletions(-)
+
+commit 746b112faf6adcd4a9d7325b067c4ba46a973a95
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Aug 7 09:26:42 2023 -0700
+
+    [instancer] add serialize () for gvar
+
+ src/hb-ot-var-common.hh     |   6 ++-
+ src/hb-ot-var-cvar-table.hh |   1 +
+ src/hb-ot-var-gvar-table.hh | 114 ++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 120 insertions(+), 1 deletion(-)
+
+commit 3c86b096a9bf310a00086a7ed566cf1436da786c
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Jul 28 16:18:51 2023 -0700
+
+    [instancer] Add instantiate () and compile_bytes() for gvar
+    
+    -Also add support for using shared_points and shared_tuples
+
+ src/hb-ot-var-common.hh     | 85 +++++++++++++++++++++++++++++++++++++--------
+ src/hb-ot-var-cvar-table.hh |  7 ++--
+ src/hb-ot-var-gvar-table.hh | 29 ++++++++++++++++
+ src/test-tuple-varstore.cc  |  2 +-
+ 4 files changed, 106 insertions(+), 17 deletions(-)
+
+commit 198612c1c83d3b19b953a2fcc73406287104e5a2
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Jul 28 15:41:54 2023 -0700
+
+    [instancer] add decompile_glyph_variations () for gvar
+
+ src/hb-ot-var-common.hh     |  1 +
+ src/hb-ot-var-gvar-table.hh | 81 +++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 82 insertions(+)
+
+commit eb116e163e0bb8476cdd53a07630389d25ec3b97
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Jul 28 15:27:07 2023 -0700
+
+    [instancer] Add new_gid->contour_points vector map in subset plan
+    
+    - Add an API in Glyph to export original contour_points vector, which is
+      needed by infer_deltas when merging tuple variations with the same
+      tent
+
+ src/OT/glyf/Glyph.hh              | 57 +++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-var-gvar-table.hh       | 34 -----------------------
+ src/hb-subset-plan-member-list.hh |  3 +++
+ src/hb-subset-plan.cc             | 32 ++++++++++++++++++++++
+ src/hb-subset-plan.hh             | 34 +++++++++++++++++++++++
+ 5 files changed, 126 insertions(+), 34 deletions(-)
+
+commit a0f810effcb497e77be25328a251e608b5863999
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Jul 28 15:04:47 2023 -0700
+
+    [instancer] add struct glyph_variations_t for gvar
+    
+    -Add compile_peak_coords () in tuple_delta_t
+    -Add compile_shared_tuples () for glyph_variations_t
+
+ src/hb-ot-var-common.hh     |  33 ++++++++++++++
+ src/hb-ot-var-gvar-table.hh | 105 ++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 138 insertions(+)
+
+commit cb92210b4cf93f6d7986dc75632c831092b4de19
+Author: Bruce Mitchener <bruce.mitchener@gmail.com>
+Date:   Tue Aug 8 00:19:30 2023 +0700
+
+    Improve Markdown formatting. (#4366)
+
+ BUILD.md  | 23 +++++++++++++----------
+ README.md |  4 ++--
+ 2 files changed, 15 insertions(+), 12 deletions(-)
+
+commit 49dbe0cd30a47258af0523822c924e9698a3e845
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 6 15:07:57 2023 -0600
+
+    Another try
+
+ src/OT/Color/COLR/COLR.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 483d4a8741890ac72fa22d167ed53d4e39e9bd1d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 6 14:40:45 2023 -0600
+
+    Fix bot
+
+ src/OT/Layout/GPOS/CursivePosFormat1.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 7989702abadc8fff69a99a47cfad2db08f5b8184
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 6 14:17:50 2023 -0600
+
+    Audit and fix up serialize_subset uses
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4362
+
+ src/OT/Color/COLR/COLR.hh                | 11 ++++++-----
+ src/OT/Layout/GPOS/AnchorMatrix.hh       |  5 +++--
+ src/OT/Layout/GPOS/CursivePosFormat1.hh  | 11 +++++------
+ src/OT/Layout/GPOS/LigatureArray.hh      | 13 +++++++------
+ src/OT/Layout/GPOS/MarkArray.hh          |  6 +++---
+ src/OT/Layout/GPOS/MarkBasePosFormat1.hh | 15 +++++++--------
+ src/OT/Layout/GPOS/MarkLigPosFormat1.hh  | 14 +++++++-------
+ src/OT/Layout/GPOS/MarkMarkPosFormat1.hh | 12 +++++++-----
+ src/OT/Layout/GPOS/MarkRecord.hh         | 11 +++++------
+ src/hb-ot-layout-common.hh               |  3 +--
+ 10 files changed, 51 insertions(+), 50 deletions(-)
+
+commit 1d665c2b521512cdd56964138fc601debd1f1177
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Aug 2 23:44:56 2023 +0300
+
+    8.1.1
+
+ NEWS             | 8 ++++++++
+ configure.ac     | 2 +-
+ meson.build      | 2 +-
+ src/hb-version.h | 4 ++--
+ 4 files changed, 12 insertions(+), 4 deletions(-)
+
+commit 91c449a64a6924afd2aee4d3eb0b80c8c7d9ad07
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 2 14:40:55 2023 -0600
+
+    [graph] Make space_for non-recursive
+    
+    It was tail-recursive so perhaps the compiler did the same.
+    Anyway, make it explicit now.
+
+ src/graph/graph.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit dcd3afcabfeb447a075b189f20cd523e177a0a9d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 1 20:09:34 2023 -0600
+
+    [skippy-iter] Remove unused num_items
+
+ src/OT/Layout/GPOS/CursivePosFormat1.hh  |  2 +-
+ src/OT/Layout/GPOS/MarkMarkPosFormat1.hh |  2 +-
+ src/OT/Layout/GPOS/PairPosFormat1.hh     |  2 +-
+ src/OT/Layout/GPOS/PairPosFormat2.hh     |  2 +-
+ src/OT/Layout/GSUB/LigatureSet.hh        |  2 +-
+ src/hb-kern.hh                           |  2 +-
+ src/hb-ot-layout-gsubgpos.hh             | 24 +++++++-----------------
+ 7 files changed, 13 insertions(+), 23 deletions(-)
+
+commit 5b337130e28eeaef3b5cfe884b514059417e3384
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 1 20:02:21 2023 -0600
+
+    Add test for previous commit
+
+ .../fonts/bef923f4ccb474f961c43b63a9c74b7d9b7a023f.ttf   | Bin 0 -> 2180 bytes
+ test/shape/data/in-house/tests/context-matching.tests    |   1 +
+ 2 files changed, 1 insertion(+)
+
+commit 39048099cb421095e24cdcc027b9cdc2a7fcf93e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 1 19:41:12 2023 -0600
+
+    [skippy-iter] Remove early stop
+    
+    The optimization in (Chain)RuleSet matching relies on
+    matching one, even if num_items is out of range.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4358
+
+ src/hb-ot-layout-gsubgpos.hh | 12 ++----------
+ 1 file changed, 2 insertions(+), 10 deletions(-)
+
+commit 70b3fbed2850f310658b65a68a058232b78ebeee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 1 15:16:16 2023 -0600
+
+    [graph] Fix invalid read when map gets resized
+    
+    I don't fully understand how the old code was wrong, since
+    *v should be evaluated before the set() method call.
+    Yet this seems to fix a bug that could be reproduced
+    with HB_DEBUG_SUBSET_REPACK enabled and the following:
+    
+    $ hb-repacker-fuzzer test/fuzzing/graphs/clusterfuzz-testcase-minimized-hb-repacker-fuzzer-6419865171525632
+
+ src/graph/graph.hh | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit 94d4283b12037d66ceb3b195f47d3bca96eb6627
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 1 15:05:17 2023 -0600
+
+    [graph] Handle a malloc fail
+    
+    Fixes https://oss-fuzz.com/testcase-detail/4579249263345664
+
+ src/graph/graph.hh                                   |  19 ++++++++++++-------
+ ...ase-minimized-hb-repacker-fuzzer-4579249263345664 | Bin 0 -> 173466 bytes
+ 2 files changed, 12 insertions(+), 7 deletions(-)
+
+commit 603920e911dc0fde79dc0ddde2be393f5c123d30
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 1 14:58:33 2023 -0600
+
+    [graph] Minor asserts
+
+ src/graph/graph.hh | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 8d00476fbf99f770608644e424712cf95d3950b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 1 14:27:37 2023 -0600
+
+    [graph] Minor restructure a condition
+
+ src/graph/graph.hh | 11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+commit 7946984b9624338b8d15fa53ac21664a734e93d3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 1 14:18:03 2023 -0600
+
+    [graph] More assert
+
+ src/graph/graph.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 3b386c3773f24e30ec26bbbf86422ac67a6fb7b9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 1 14:12:43 2023 -0600
+
+    [graph] Minor assert
+
+ src/graph/graph.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 07e7033076d9acfeeaa7a91ea878fa130a022824
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 1 12:25:45 2023 -0600
+
+    [graph] Error check
+
+ src/graph/graph.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 7a9aac1ae3f7b836ddb314636d6f50d8ad7ec5d2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 1 12:05:22 2023 -0600
+
+    [graph] Fixes to parent handling
+
+ src/graph/graph.hh | 19 ++++++++++++++-----
+ 1 file changed, 14 insertions(+), 5 deletions(-)
+
+commit 2feac50b40f1dff06655c8efcadcc55088b34dad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 31 19:53:06 2023 -0600
+
+    Revert "[gsubgpos] Keep another digest in the applicable_t"
+    
+    This reverts commit fd79c7cecdf68fe4626943f29bd5edf1e603d2b2.
+
+ src/hb-ot-layout-gsubgpos.hh | 32 ++++++++++----------------------
+ 1 file changed, 10 insertions(+), 22 deletions(-)
+
+commit fd79c7cecdf68fe4626943f29bd5edf1e603d2b2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 31 19:52:15 2023 -0600
+
+    [gsubgpos] Keep another digest in the applicable_t
+    
+    The digest for all the remaining subtables combined.
+    The idea is to get out of the subtable look as soon as
+    no more can be applied.
+    
+    Doesn't seem to speed up anything I tested. Going to revert.
+
+ src/hb-ot-layout-gsubgpos.hh | 32 ++++++++++++++++++++++----------
+ 1 file changed, 22 insertions(+), 10 deletions(-)
+
+commit e3fd69c88958fead68a62cecef7454990f7757fd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 31 19:07:42 2023 -0600
+
+    [layout] Inline another function
+    
+    Code is smaller too.
+
+ src/hb-ot-layout-gsubgpos.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 9cdc043c16d319268677a9098c83dc572d279c99
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 31 18:53:29 2023 -0600
+
+    [Cursive] Only sanitize what we use
+
+ src/OT/Layout/GPOS/CursivePosFormat1.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 25e9defa516d63b12a659282a13dc9e1fe522cc8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 31 17:12:07 2023 -0600
+
+    [sanitize] Inline check_struct
+    
+    Though seems like the compiler was always inlining it anyway.
+
+ src/hb-sanitize.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 44026aa8a992b7105a615f1fbaaf0e342b634efa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 31 16:47:06 2023 -0600
+
+    [Cursive] Minor, adjust unsafe-to-concat if prev didn't sanitize
+
+ src/OT/Layout/GPOS/CursivePosFormat1.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit b382e616cc807fe16da0fe7baca6dc2335fab987
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 31 16:29:28 2023 -0600
+
+    [GPOS] Sanitize Cursive positioning anchors lazily
+    
+    Speeds up Duployan-Regular.otf load time by 30%.
+    Doesn't seem to slow down shaping in a measurable way.
+
+ src/OT/Layout/GPOS/CursivePosFormat1.hh | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+commit fcb9e5915f5d20b20576612efd4ee15d9da04c8a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Aug 1 00:57:06 2023 +0300
+
+    8.1.0
+
+ NEWS                   | 21 +++++++++++++++++++--
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-ot-layout.cc    |  2 +-
+ src/hb-version.h       |  6 +++---
+ 6 files changed, 26 insertions(+), 8 deletions(-)
+
+commit 847e4a7607b6ddd97bd9d59c047d18736a566428
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Jul 31 15:21:51 2023 -0600
+
+    Bump github/codeql-action from 2.21.0 to 2.21.2 (#4352)
+    
+    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.0 to 2.21.2.
+    - [Release notes](https://github.com/github/codeql-action/releases)
+    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
+    - [Commits](https://github.com/github/codeql-action/compare/1813ca74c3faaa3a2da2070b9b8a0b3e7373a0d8...0ba4244466797eb048eb91a6cd43d5c03ca8bd05)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: github/codeql-action
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+
+ .github/workflows/scorecard.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit db608229d1633f9cbea3b5223d6548e803fb08c7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 31 15:16:43 2023 -0600
+
+    [README] Update
+
+ README.md | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 59f5f2651525c9d41d3394f9ef021f624b097346
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 31 15:09:11 2023 -0600
+
+    [ci/msys] Don't install freetype (#4354)
+    
+    * [ci/msys] Try deleting system harfbuzz DLL
+
+ .github/workflows/msys2-ci.yml | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit bd84458a951e2e8e7390ec45d3c0b0bfc30eca19
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 31 13:27:15 2023 -0600
+
+    [ci] Try uploading msys artefacts (#4353)
+    
+    * [ci] Try uploading msys artefacts
+    
+    * [ci] Always upload DLLs from msys2
+    
+    * [ci] Rename artifacts
+    
+    * Another try
+
+ .github/workflows/msys2-ci.yml | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit d9c4d3edf0e2dcc8e1653cffad114110a59f691d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 31 12:43:12 2023 -0600
+
+    [uniscribe] Fix warnings
+
+ src/hb-uniscribe.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 29ad9304e2b0cd84fbf125dfa907cd20d141fc70
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 30 17:06:25 2023 -0600
+
+    [layout] Minor add prealloc
+
+ src/hb-ot-layout.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit a41368bd7a0bf14c54b311a4455f7fdc5aa2df4b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 30 17:04:02 2023 -0600
+
+    [buffer] Minor micro-optimize
+
+ src/hb-buffer.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit dc35a0fbcb960f57df6c09a548651028c19e9790
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 30 16:32:11 2023 -0600
+
+    [ot-map] Speed up feature finding
+    
+    New API:
+    - hb_ot_layout_collect_feature_map()
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-ot-layout.cc        | 39 ++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout.h         |  7 +++++++
+ src/hb-ot-map.cc           | 22 +++++++++++++++-------
+ 4 files changed, 61 insertions(+), 8 deletions(-)
+
+commit ebdfa9838bd0170ee2f3bc766dbdad659a0e870c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 30 12:22:55 2023 -0600
+
+    [perf] Measure freetype face loading as well
+
+ perf/benchmark-font.cc | 13 +++++++++++++
+ 1 file changed, 13 insertions(+)
+
+commit 202888ec3ed27f1ac575a13d93688776545a62bf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 30 11:49:08 2023 -0600
+
+    Fix mac bot
+    
+    I think the new unsafe-to-concat is correct...
+
+ src/hb-ot-shaper-use-machine.hh            | 1893 ++++++++++++++--------------
+ test/shape/data/in-house/tests/macos.tests |    2 +-
+ 2 files changed, 971 insertions(+), 924 deletions(-)
+
+commit 35a026c89ab4f55a962f0e837a7b7650eb3e7c31
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 30 11:28:59 2023 -0600
+
+    [shape] Unsafe-to-concat around fraction slash
+
+ src/hb-ot-shape.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit f19ca24a8ed92373342adb0c69ac5975b44f50e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 30 11:26:11 2023 -0600
+
+    Revert "Revert "Require numerator and denominator in auto fraction""
+    
+    This reverts commit 8fe506e153c530affd529e7175e813c3a878faed.
+
+ src/hb-ot-shape.cc                                       | 2 ++
+ test/shape/data/in-house/tests/automatic-fractions.tests | 4 ++++
+ 2 files changed, 6 insertions(+)
+
+commit b2a73166d4d7874565ac61dcfca74f651f922e5c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 30 11:23:19 2023 -0600
+
+    [buffer] Fix unsafe_to_concat()
+    
+    Ouch!
+
+ src/hb-buffer.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8fe506e153c530affd529e7175e813c3a878faed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 30 10:43:28 2023 -0600
+
+    Revert "Require numerator and denominator in auto fraction"
+    
+    This reverts commit f3e86937df345d7709de879af1d1a1502e84e1e9.
+
+ src/hb-ot-shape.cc                                       | 2 --
+ test/shape/data/in-house/tests/automatic-fractions.tests | 4 ----
+ 2 files changed, 6 deletions(-)
+
+commit f3e86937df345d7709de879af1d1a1502e84e1e9
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sun Jul 30 08:28:23 2023 -0400
+
+    Require numerator and denominator in auto fraction
+
+ src/hb-ot-shape.cc                                       | 2 ++
+ test/shape/data/in-house/tests/automatic-fractions.tests | 4 ++++
+ 2 files changed, 6 insertions(+)
+
+commit 23838e5a2e7f5627d77fb85c50a0bfd9e004d6a8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 29 13:20:14 2023 -0600
+
+    [graph] Error handling
+
+ src/graph/graph.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 04f4909257b2da56d76c24872075f6f655ae4438
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 28 14:37:52 2023 -0600
+
+    [graph] Use a move instead of swap
+
+ src/graph/graph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3bedb0eeed62aaab3c6be849480a54214a59715b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 27 16:04:01 2023 -0600
+
+    [graph] Minor rename
+
+ src/graph/graph.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit bb1f53c2540a1e45c18eb8fbe4935b9c4e4fefa8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 27 13:29:56 2023 -0600
+
+    [graph] Try fixing infinite loop found by CIFuzz under malloc fail
+
+ src/graph/graph.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit db3314c1f860ee5cf68c81ccce5771b9b0366bca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 27 13:20:32 2023 -0600
+
+    [graph] Minor space type change
+
+ src/graph/graph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6a218eaeea3de3455825be63a099e6028c56508d
+Merge: 45a0d65c6 6bb61708e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 27 13:14:52 2023 -0600
+
+    Merge pull request #4343 from harfbuzz/graph-parents-map
+    
+    [graph] Use a hb_map_t to keep parents, instead of hb_vector_t
+
+commit 6bb61708ed2059abdbbb6eb7e8a9b721de64dd73
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 27 13:02:55 2023 -0600
+
+    [graph] Try fixing bots
+
+ src/graph/graph.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1b5abb178197876d73584a4f51325323563b50dc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 27 12:41:43 2023 -0600
+
+    [graph] Speed-up vertices having only one parent
+
+ src/graph/graph.hh | 55 +++++++++++++++++++++++++++++++++++++++++-------------
+ 1 file changed, 42 insertions(+), 13 deletions(-)
+
+commit f3d0b11d570eb790bb1ef5114f48fb59fbb260b6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 27 12:20:39 2023 -0600
+
+    [graph] Make parents private
+
+ src/graph/graph.hh | 31 +++++++++++++++++++++----------
+ 1 file changed, 21 insertions(+), 10 deletions(-)
+
+commit d3b997ee70e87d4e6b3e22ce99a21372c94d5a14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 26 15:39:14 2023 -0600
+
+    [graph] Use a hb_map_t to keep parents, instead of hb_vector_t
+    
+    In some fonts, for example Noto Duployan-Regular, nodes can
+    have over a thousand parents... Speeds up 10% subsetting.
+
+ src/graph/classdef-graph.hh |  2 +-
+ src/graph/coverage-graph.hh |  2 +-
+ src/graph/graph.hh          | 94 +++++++++++++++++++++++++++++----------------
+ src/graph/gsubgpos-graph.hh |  6 +--
+ src/graph/pairpos-graph.hh  |  2 +-
+ 5 files changed, 66 insertions(+), 40 deletions(-)
+
+commit 45a0d65c6219c755245ea1df24b2e8d644420971
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Jul 27 09:06:02 2023 -0700
+
+    [instancer] cosmetic change
+
+ src/hb-ot-var-common.hh | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit cb320d22228d366c06dd97d43bf06f7ad7afd5f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 27 10:43:07 2023 -0600
+
+    Revert "[cff] Use float instead of double"
+    
+    This reverts commit c8f67ac28eb18e65adda75818e2c472ad3936874.
+    
+    Tests failing.
+
+ src/hb-cff-interp-common.hh      | 14 +++++++-------
+ src/hb-cff-interp-dict-common.hh |  4 ++--
+ src/hb-cff2-interp-cs.hh         |  8 ++++----
+ src/hb-subset-cff2.cc            |  6 +++---
+ 4 files changed, 16 insertions(+), 16 deletions(-)
+
+commit c8f67ac28eb18e65adda75818e2c472ad3936874
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 27 10:34:45 2023 -0600
+
+    [cff] Use float instead of double
+    
+    Reduces memory usage slightly.
+
+ src/hb-cff-interp-common.hh      | 14 +++++++-------
+ src/hb-cff-interp-dict-common.hh |  4 ++--
+ src/hb-cff2-interp-cs.hh         |  8 ++++----
+ src/hb-subset-cff2.cc            |  6 +++---
+ 4 files changed, 16 insertions(+), 16 deletions(-)
+
+commit b36b100ef1c94012456c807167b2ac07443380ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 26 14:42:46 2023 -0600
+
+    [var] Remove byte_data_t; use hb_bytes_t
+    
+    Now that we have hopefully fixed the bug preventing hb_bytes_t
+    use, remove the hack.
+    
+    Ref.
+    5690840ceb190341f9960d2b975c4366566ae86b
+    https://github.com/harfbuzz/harfbuzz/issues/4138
+
+ src/hb-ot-var-common.hh | 55 ++++++++++++++++---------------------------------
+ 1 file changed, 18 insertions(+), 37 deletions(-)
+
+commit c25b8c06129d5abca2124a69a170b54dff215c41
+Merge: 5690840ce 5cab0709a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 26 12:47:15 2023 -0600
+
+    Merge pull request #4335 from googlefonts/bug_fixes
+    
+    [instancer] support avar table, fix issues in STAT/fvar tables
+
+commit 5cab0709a4f7267a01eb6f254c02d8bbcb4832e6
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jul 26 09:56:07 2023 -0700
+
+    [instancer] fix for missing to update tuple indices flag in operator +=
+
+ src/hb-ot-var-common.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 515f85d545debf3c769b6aa7aa8c90908ce2f7f6
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Jul 24 11:10:17 2023 -0700
+
+    [instancer] fix incorrect encoded_len
+
+ src/hb-ot-var-common.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit bccdcf5b18861fbdb599189ab1dcb45e339b02b2
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Jul 21 10:17:43 2023 -0700
+
+    [instancer] fix a bug in compiling deltas_y for gvar
+
+ src/hb-ot-var-common.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 5690840ceb190341f9960d2b975c4366566ae86b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 26 09:53:32 2023 -0600
+
+    [map] Another try at fixing archaic clang
+    
+    Fixes (?) https://github.com/harfbuzz/harfbuzz/issues/4138
+
+ src/hb-map.hh | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit a3b18062b7b19345f8c2818669d3d08f678d0bce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 25 11:11:07 2023 -0600
+
+    [trak] Fix a couple return values
+
+ src/hb-aat-layout-trak-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 62e6f7835c1e2520108bba2e3b6ded43f93339bc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 25 08:32:21 2023 -0600
+
+    [Cursive] round
+
+ src/OT/Layout/GPOS/CursivePosFormat1.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 60db142784bb145426e4a02635bbad4f2f260d16
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 24 20:49:32 2023 -0600
+
+    [layout] Remove unused "max-size" cruft
+
+ src/OT/Layout/GPOS/PairValueRecord.hh |  1 -
+ src/OT/Layout/GSUB/Ligature.hh        |  1 -
+ src/hb-machinery.hh                   |  5 -----
+ src/hb-null.hh                        |  9 ---------
+ src/hb-open-type.hh                   | 30 ------------------------------
+ src/hb-ot-layout-gsubgpos.hh          |  2 --
+ 6 files changed, 48 deletions(-)
+
+commit 8eb7889fd4cd03f84c78eb84514e05927fb6bd2c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 24 20:31:12 2023 -0600
+
+    Add max-size to static-size objects
+
+ src/hb-machinery.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit e322949b9b94b3d28d952d0b7f337abb4b05c1fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 24 20:28:37 2023 -0600
+
+    [ArrayOf] Remove fast-path for offset to max-sized objects
+    
+    Fixes timeout https://oss-fuzz.com/testcase-detail/6153196517851136
+
+ src/hb-open-type.hh | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit 9ffea6328e71fbaea159116e609d3b0c005564a8
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Jul 24 10:37:25 2023 +0000
+
+    Bump github/codeql-action from 2.20.4 to 2.21.0
+    
+    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.20.4 to 2.21.0.
+    - [Release notes](https://github.com/github/codeql-action/releases)
+    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
+    - [Commits](https://github.com/github/codeql-action/compare/489225d82a57396c6f426a40e66d461b16b3461d...1813ca74c3faaa3a2da2070b9b8a0b3e7373a0d8)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: github/codeql-action
+      dependency-type: direct:production
+      update-type: version-update:semver-minor
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/scorecard.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1a267f22ff3a608e5a8370224557268b0504f857
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Jul 24 11:01:01 2023 +0000
+
+    Bump fonttools from 4.41.0 to 4.41.1 in /.ci
+    
+    Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.41.0 to 4.41.1.
+    - [Release notes](https://github.com/fonttools/fonttools/releases)
+    - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
+    - [Commits](https://github.com/fonttools/fonttools/compare/4.41.0...4.41.1)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: fonttools
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .ci/requirements-fonttools.txt | 70 +++++++++++++++++++++---------------------
+ .ci/requirements.txt           | 70 +++++++++++++++++++++---------------------
+ 2 files changed, 70 insertions(+), 70 deletions(-)
+
+commit ca7e7e925b920ee54a0d0ad256f4a7daa0763684
+Author: Nikolaus Waxweiler <madigens@gmail.com>
+Date:   Sun Jul 23 22:20:09 2023 +0100
+
+    Fix wasm-micro-runtime build instructions
+
+ docs/wasm-shaper.md | 11 ++++-------
+ 1 file changed, 4 insertions(+), 7 deletions(-)
+
+commit a32278acd89a5e29774c7a03b0d11b669cfbb3fc
+Author: Nikolaus Waxweiler <madigens@gmail.com>
+Date:   Sun Jul 23 22:19:51 2023 +0100
+
+    Fix example code
+
+ docs/wasm-shaper.md | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 55f41e287f8ff846584269cb0dbbc730402cab75
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 21 12:10:46 2023 -0600
+
+    [perf] Add duployan.txt
+    
+    From https://kaltashwawa.ca/2022/01/20/lovecraft-in-chinook-puspus-kopa-ulthar-tawn/
+
+ perf/texts/duployan.txt | 27 +++++++++++++++++++++++++++
+ 1 file changed, 27 insertions(+)
+
+commit c91899be14c82ae3d27c4cba2a1b920b6989a4f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 21 11:43:47 2023 -0600
+
+    [gdef] Use set-digest for mark-filterint-sets
+    
+    Speeds up Noto Duployan-Regular.otf by 45% percent!
+
+ src/OT/Layout/GDEF/GDEF.hh   | 33 +++++++++++++++++++++++++++++++++
+ src/hb-null.hh               |  2 +-
+ src/hb-ot-layout-gsubgpos.hh |  2 +-
+ 3 files changed, 35 insertions(+), 2 deletions(-)
+
+commit e8948a4e86902202005193f5859980e6602ff2b4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 20 22:12:53 2023 -0600
+
+    [gsubgpos] Fix optimization
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4336
+
+ src/hb-ot-layout-gsubgpos.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 36c7ec443b9e5881502f2056331abb6c8508db28
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 20 18:56:46 2023 -0600
+
+    [sanitize] Simplify a return
+
+ src/hb-sanitize.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 13f05ab9b39202aed98923b8ed0488b344e88a6f
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Jul 20 09:57:02 2023 -0700
+
+    [instancer] support avar table partial instancing
+
+ src/hb-ot-var-avar-table.hh | 164 ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-subset-input.cc      |   1 -
+ src/hb-subset.cc            |   4 ++
+ 3 files changed, 168 insertions(+), 1 deletion(-)
+
+commit 837885f0fabdd99f7c804adbb449d1eab67401a8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 20 12:58:16 2023 -0600
+
+    Revert "[sanitize/Coverage] Keep a map of sane coverages"
+    
+    This reverts commit a689114898cc3e8f1c6ba7cc49cd6c3639d91250.
+
+ src/OT/Layout/Common/Coverage.hh | 22 +++++-----------------
+ src/hb-sanitize.hh               |  3 ---
+ 2 files changed, 5 insertions(+), 20 deletions(-)
+
+commit 0ab906715e51859f5c88bae2a9e7611e3c251bec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 20 12:57:16 2023 -0600
+
+    [sanitize/Coverage] Keep a map of sane coverages
+    
+    Fonts like Gulzar reuse the same coverage over a thousand times
+    sometimes.
+    
+    However, this doesn't speed up sanitize unfortunately. Looks
+    like calling Coverage::sanitize() is already very fast. We're
+    just doing A LOT of it.
+    
+    The map slowed it down in fact. A set was even slower.
+    
+    Going to revert.
+
+ src/OT/Layout/Common/Coverage.hh | 22 +++++++++++++++++-----
+ src/hb-sanitize.hh               |  3 +++
+ 2 files changed, 20 insertions(+), 5 deletions(-)
+
+commit 7de2f515a0792048556078a0860c940a1ee32739
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 20 12:46:54 2023 -0600
+
+    [set] Remove dependency on hb-machinery.hh
+
+ src/hb-bit-set.hh | 11 ++++++++++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+commit e8de5cb08f209ce3901c53e86eade2238e0fb894
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 20 11:31:13 2023 -0600
+
+    [gsubgpos] Use a couple variables
+
+ src/hb-ot-layout-gsubgpos.hh | 30 ++++++++++++++++++------------
+ 1 file changed, 18 insertions(+), 12 deletions(-)
+
+commit 0ccd61a3b2ff0d94a9c72fe3ce965221ef6a7d5b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 19 16:42:30 2023 -0600
+
+    [gsubgpos] Micro-optimize
+
+ src/hb-ot-layout-gsubgpos.hh | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit b01c165034ebd26cc6d76301a6a272a813d42526
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 19 16:35:10 2023 -0600
+
+    [gsubgpos] Minor error handling
+
+ src/hb-ot-layout-gsubgpos.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ee5f200bf1a61f43538e36716ba96cd229ebb1ba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 19 12:26:50 2023 -0600
+
+    [gsubgpos] Remove un unnecessary variable
+
+ src/hb-ot-layout-gsubgpos.hh | 20 ++++----------------
+ 1 file changed, 4 insertions(+), 16 deletions(-)
+
+commit a0bb2d3a9b107d45d1f5f4e2ce27a0cbd46710ed
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jul 19 11:21:01 2023 -0700
+
+    [instancer] support STAT table for all instancing operations
+
+ src/hb-subset.cc | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 42c6a3a18a7d9106e0daf063371a1ba00543f73b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 19 12:07:19 2023 -0600
+
+    [gsubgpos] Remove unnecessary condition
+    
+    Second is always set in this branch.
+
+ src/hb-ot-layout-gsubgpos.hh | 14 ++++----------
+ 1 file changed, 4 insertions(+), 10 deletions(-)
+
+commit b5de54e1d49701073c1a9356c5e689e135cd8aec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 19 11:19:06 2023 -0600
+
+    [gsubgpos] Also match second component in (Chain)RuleSet::apply()
+    
+    Another 40% speedup in shaping Gulzar-Regular.
+
+ src/hb-ot-layout-gsubgpos.hh | 98 +++++++++++++++++++++++++++++++++-----------
+ 1 file changed, 75 insertions(+), 23 deletions(-)
+
+commit 73d94dbde35f5e01014f7858730e7d60b369aefd
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jul 19 10:33:57 2023 -0700
+
+    [instancer] bug fixes in fvar: add missing instanceCount, update axis limit
+
+ src/hb-ot-var-fvar-table.hh | 35 ++++++++++++++++++++++++++++-------
+ 1 file changed, 28 insertions(+), 7 deletions(-)
+
+commit 02b00d774368bb82b97348436b0620b9ffe1bf0f
+Author: Richard Dodd (dodj) <richard.o.dodd@gmail.com>
+Date:   Wed Jul 19 11:22:07 2023 +0100
+
+    Update wasm-shaper.md (just a small typo)
+
+ docs/wasm-shaper.md | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 730f579f68c9062b0f493d400f445946f2ee032d
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jul 18 15:09:36 2023 -0700
+
+    [instancer] store float value rather than F2DOT14 int value in axes_location map
+
+ src/hb-ot-layout-common.hh | 19 +++++++++++--------
+ src/hb-subset-plan.cc      |  6 +++---
+ 2 files changed, 14 insertions(+), 11 deletions(-)
+
+commit efbd257a325fedcf9000a9cccbf2d97d38769b98
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jul 18 14:50:32 2023 -0700
+
+    [instancer] memory leak fix in cvar
+
+ src/hb-ot-var-cvar-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit a9e9279bee736d45eb58931ff7a363932e548090
+Merge: aa381ae96 5ee015ecf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 18 12:24:17 2023 -0600
+
+    Merge pull request #4329 from googlefonts/instancer_solver_fix
+    
+    port instancer solver normalizeValue fixes from fonttools
+
+commit aa381ae963fedadc227afcc154e3cf95d9aa84c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 18 10:42:13 2023 -0600
+
+    [ReverseChain] Remove SIZE_MAX
+    
+    Oops. Can't set it since the struct has offsets.
+
+ src/OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit e583c9e904d3825b6f6e7a2996d555d16c67753b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 18 10:34:26 2023 -0600
+
+    [ReverseChain] Add max-size
+
+ src/OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 7a2f9dcfb9cd892191f295c8fd9ca39d6675d9ed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 18 04:36:15 2023 -0600
+
+    [matcher] Move initializers inline
+
+ src/hb-ot-layout-gsubgpos.hh | 26 ++++++++------------------
+ 1 file changed, 8 insertions(+), 18 deletions(-)
+
+commit 5ee015ecf60aac27ea3cd6309b1b1fb3c3566196
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Jul 17 13:54:34 2023 -0700
+
+    [instancer-solver] remove unused normalizeValue() code
+
+ src/hb-subset-instancer-solver.cc | 30 ------------------------------
+ 1 file changed, 30 deletions(-)
+
+commit 6c25c752f608dfaa0b153b4c62bd96225c670080
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Jul 17 13:47:38 2023 -0700
+
+    [instancer] use renormalized values when instantiating Condition table
+
+ src/hb-ot-layout-common.hh | 22 +++++++++++++++++++++-
+ 1 file changed, 21 insertions(+), 1 deletion(-)
+
+commit 73ce3015bbaa04ce5a2a9da358e3695c7db10c44
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Jul 17 13:46:57 2023 -0700
+
+    [instancer-solver] port optimization and more tests from fonttools
+
+ src/hb-subset-instancer-solver.cc   |  5 ++---
+ src/test-subset-instancer-solver.cc | 19 +++++++++++++++++++
+ 2 files changed, 21 insertions(+), 3 deletions(-)
+
+commit 350423df8d7bc3c87b030c6304c9611136e60e68
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Jul 17 11:10:19 2023 -0700
+
+    [instancer-solver] fix tests
+
+ src/test-subset-instancer-solver.cc | 59 +++++++++++++++++++------------------
+ src/test-tuple-varstore.cc          |  5 +++-
+ 2 files changed, 34 insertions(+), 30 deletions(-)
+
+commit 12be4cb184c6600f26285f8a56b9b27b80931f22
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Jul 17 11:08:54 2023 -0700
+
+    [instancer-solver] fix APIs calling rebase_tent() with TripleDistances
+
+ src/hb-ot-var-common.hh     | 21 ++++++++++++++-------
+ src/hb-ot-var-cvar-table.hh |  2 +-
+ 2 files changed, 15 insertions(+), 8 deletions(-)
+
+commit 165f3e60ace3a086a3d5741146da83d2c82a409b
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Jul 17 09:46:03 2023 -0700
+
+    [instancer-solver] add renormalizeValue() and store axis->distances map
+
+ src/hb-ot-var-fvar-table.hh       |  7 +++++++
+ src/hb-subset-instancer-solver.cc | 43 +++++++++++++++++++++++++++++++++++++--
+ src/hb-subset-instancer-solver.hh | 24 +++++++++++++++++++++-
+ src/hb-subset-plan-member-list.hh |  2 ++
+ src/hb-subset-plan.cc             | 12 ++++++-----
+ 5 files changed, 80 insertions(+), 8 deletions(-)
+
+commit d92a7a58d83952782d2cf54391e129a09c4b306d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 17 11:27:38 2023 -0600
+
+    [gsubgpos] Inline a couple functions
+    
+    Produces smaller code.
+
+ src/hb-ot-layout-gsubgpos.hh | 34 ++++++++++++++++++----------------
+ 1 file changed, 18 insertions(+), 16 deletions(-)
+
+commit 4ea3737d04c575cd9b6ffda1e4e0f2c9d2b60d9c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 17 09:50:28 2023 -0600
+
+    [gsubgpos] Add fast-path for end-of-string in (Chain)RuleSet::apply()
+
+ src/hb-ot-layout-gsubgpos.hh | 26 ++++++++++++++++++++++++--
+ 1 file changed, 24 insertions(+), 2 deletions(-)
+
+commit e7ce633946e40e3f753880e8cfd4b86a51a878be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 17 08:52:12 2023 -0600
+
+    [algs] Fix -Wcomma errors
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4328
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit af095d90e3ecd602feefad529ceaf6ee126103ac
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Jul 17 10:22:42 2023 +0000
+
+    Bump github/codeql-action from 2.20.3 to 2.20.4
+    
+    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.20.3 to 2.20.4.
+    - [Release notes](https://github.com/github/codeql-action/releases)
+    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
+    - [Commits](https://github.com/github/codeql-action/compare/46ed16ded91731b2df79a2893d3aea8e9f03b5c4...489225d82a57396c6f426a40e66d461b16b3461d)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: github/codeql-action
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/scorecard.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b031bbde94c962b287528402985e2c8a8f4b83b5
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Jul 17 10:22:45 2023 +0000
+
+    Bump actions/setup-python from 4.6.1 to 4.7.0
+    
+    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0.
+    - [Release notes](https://github.com/actions/setup-python/releases)
+    - [Commits](https://github.com/actions/setup-python/compare/bd6b4b6205c4dbad673328db7b31b7fab9e241c0...61a6322f88396a6271a6ee3565807d608ecaddd1)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: actions/setup-python
+      dependency-type: direct:production
+      update-type: version-update:semver-minor
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/msvc-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ae8fea081a09d478986427d4861c74eb0b9582d0
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Jul 17 10:28:35 2023 +0000
+
+    Bump fonttools from 4.40.0 to 4.41.0 in /.ci
+    
+    Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.40.0 to 4.41.0.
+    - [Release notes](https://github.com/fonttools/fonttools/releases)
+    - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
+    - [Commits](https://github.com/fonttools/fonttools/compare/4.40.0...4.41.0)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: fonttools
+      dependency-type: direct:production
+      update-type: version-update:semver-minor
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .ci/requirements-fonttools.txt | 72 +++++++++++++++++++++---------------------
+ .ci/requirements.txt           | 70 ++++++++++++++++++++--------------------
+ 2 files changed, 71 insertions(+), 71 deletions(-)
+
+commit da84a078ee89d3d9cbd2a030722d01ee85f1bcde
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Jul 17 10:28:55 2023 +0000
+
+    Bump meson from 1.1.1 to 1.2.0 in /.ci
+    
+    Bumps [meson](https://github.com/mesonbuild/meson) from 1.1.1 to 1.2.0.
+    - [Release notes](https://github.com/mesonbuild/meson/releases)
+    - [Commits](https://github.com/mesonbuild/meson/compare/1.1.1...1.2.0)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: meson
+      dependency-type: direct:production
+      update-type: version-update:semver-minor
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .ci/requirements.in  | 2 +-
+ .ci/requirements.txt | 6 +++---
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 49730531097cb0b29b6435fa62d10e5060852388
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 16 13:09:49 2023 -0600
+
+    Config
+
+ src/OT/Layout/GSUB/LigatureSet.hh | 4 ++--
+ src/hb-config.hh                  | 2 +-
+ src/hb-ot-layout-gsubgpos.hh      | 8 ++++++--
+ 3 files changed, 9 insertions(+), 5 deletions(-)
+
+commit 645fabd1013e94693f6da2d4263b0edd3b0b014d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 16 11:36:59 2023 -0600
+
+    [gsubgpos] Vastly speed up ChainRuleSet / RuleSet matching
+    
+    Match the first component in a fast loop.
+    
+    Idea replicated from LigatureSet.
+    
+    Speeds up Gulzar shaping by 22%!
+    37% in NotoNastaliqUrdu!
+
+ src/OT/Layout/GSUB/LigatureSet.hh |  4 +-
+ src/hb-ot-layout-gsubgpos.hh      | 82 +++++++++++++++++++++++++++++++++++----
+ 2 files changed, 77 insertions(+), 9 deletions(-)
+
+commit 77080f86f85744600a052e4f10bea50f331c44b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 16 11:26:32 2023 -0600
+
+    .
+
+ src/OT/Layout/GSUB/LigatureSet.hh |  7 +---
+ src/hb-ot-layout-gsubgpos.hh      | 84 +++++++++++++++++++++++++++++++++++----
+ 2 files changed, 79 insertions(+), 12 deletions(-)
+
+commit 5c8f3b7fec330897d66bf72559aa2ac26862ae99
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 16 09:39:18 2023 -0600
+
+    [gsubgpos] Conditionally cache backtrack again
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 52237eb1fe6a53de649917ec64382adac89f8e54
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 16 09:07:25 2023 -0600
+
+    [ChainContext] More caching
+
+ src/hb-ot-layout-gsubgpos.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 62e10c9fa0fce0b4798ccc13640f9fe85206f227
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 16 08:43:18 2023 -0600
+
+    Revert "[gsubgpos] Allocate iterators further up"
+    
+    This reverts commit b9f364b8fcacf8ab32d0272190d8509f214e55f2.
+
+ src/OT/Layout/GSUB/Ligature.hh                     |   5 +-
+ .../Layout/GSUB/ReverseChainSingleSubstFormat1.hh  |   8 +-
+ src/hb-ot-layout-gsubgpos.hh                       | 117 +++++++++------------
+ 3 files changed, 55 insertions(+), 75 deletions(-)
+
+commit b9f364b8fcacf8ab32d0272190d8509f214e55f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 16 08:42:36 2023 -0600
+
+    [gsubgpos] Allocate iterators further up
+    
+    To avoid calling set_match_func repeatedly.
+    
+    Doesn't show speedup. Going to revert.
+
+ src/OT/Layout/GSUB/Ligature.hh                     |   5 +-
+ .../Layout/GSUB/ReverseChainSingleSubstFormat1.hh  |   8 +-
+ src/hb-ot-layout-gsubgpos.hh                       | 117 ++++++++++++---------
+ 3 files changed, 75 insertions(+), 55 deletions(-)
+
+commit c2f454c7e2e8f05636cfbf76f5e6b3dc3919378d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 16 08:23:59 2023 -0600
+
+    [gsubgpos] Fix residual from 5af80f349c4e040bfa853ee3f561ac16538b5988
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4e641103d40b5ada7f77dba3b6f0891de60388bb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 16 07:40:20 2023 -0600
+
+    [buffer] Inline a method
+
+ src/hb-buffer.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 5af80f349c4e040bfa853ee3f561ac16538b5988
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 16 07:27:28 2023 -0600
+
+    [ChainContext] Cache two class values
+    
+    7% speedup shaping Gulzar.
+
+ src/hb-ot-layout-gsubgpos.hh | 38 ++++++++++++++++++++++++++------------
+ 1 file changed, 26 insertions(+), 12 deletions(-)
+
+commit 8cde4fa9a0e8cb6e42770a2ff7da158f2914cdb2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 16 06:01:06 2023 -0600
+
+    [gsubgpos] Inline a couple methods
+
+ src/hb-ot-layout-gsubgpos.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit f94508edd60e26a015586c37c29104d6bdc26462
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 15 15:28:19 2023 -0600
+
+    [Ligature] Micro-optimize
+
+ src/OT/Layout/GSUB/LigatureSet.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 76de3451e68168912bfd4b1a500ddbc45200b706
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 15 15:00:23 2023 -0600
+
+    [ot-shape] Short-circuit spaces as well
+
+ src/hb-ot-shape.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 765da4db1949b88eff921eb1b909dc4054e55f37
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 15 14:55:36 2023 -0600
+
+    [ot-shape] Minor short-circuit
+
+ src/hb-ot-shape.cc | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 7b8e0bbb9f41561c2ee29a2868de9d7d155c9194
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 15 14:53:15 2023 -0600
+
+    [ot-shape] Minor short-circuit
+
+ src/hb-ot-shape.cc | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit b2d648e41b5f963fdfe37536467c03c02cd99d2f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 15 14:26:06 2023 -0600
+
+    [perf/benchmark-subset] Rename subset_codepoints to subset_unicodes
+
+ perf/benchmark-subset.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit a56288488c70036832414145c64ce9e42d7464a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 15 13:59:10 2023 -0600
+
+    [subset] Speed up a couple of set iteration loops
+    
+    Need to speed up set::next_range() for the second one to have
+    any effect.
+
+ src/hb-ot-layout-common.hh | 11 ++++++++++-
+ src/hb-subset-plan.cc      |  9 ++++++---
+ 2 files changed, 16 insertions(+), 4 deletions(-)
+
+commit 326d319f93fe6173344602929fdbb5ba27412388
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 15 13:14:34 2023 -0600
+
+    [graph] Micro-optimize
+
+ src/graph/graph.hh | 8 ++------
+ 1 file changed, 2 insertions(+), 6 deletions(-)
+
+commit 548230e45e0bc9fa985d80714ede4c39a347d508
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 15 13:13:16 2023 -0600
+
+    [graph] Early return from a function
+
+ src/graph/graph.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 09706b04fce2afe42cade4cbf1b36db23edde94c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 15 13:11:04 2023 -0600
+
+    [graph] Add a pre-alloc to map
+
+ src/graph/graph.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit d1ddfc4d10e169c7fdd6187b38dd7a14f59e1def
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 14 14:52:43 2023 -0600
+
+    [graph] Use move instead of swap
+
+ src/graph/graph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 07cb6bf87af604dcc1a025257aea43c9e991c065
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 14 13:38:33 2023 -0600
+
+    [graph] Minor, type
+
+ src/graph/graph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 867640af31e8f88d65cd72a2c7f86f4632b98539
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 14 13:09:16 2023 -0600
+
+    Revert "[set] Add test_and_add / test_and_del"
+    
+    This reverts commit de1237fbf2660b5952dde4db171a62d9b1a77c92.
+    
+    This seems to be a net loss.
+
+ src/graph/graph.hh           | 17 ++++++++++++-----
+ src/hb-bit-page.hh           | 25 -------------------------
+ src/hb-bit-set-invertible.hh |  2 --
+ src/hb-bit-set.hh            | 16 ----------------
+ src/hb-set.hh                |  2 --
+ 5 files changed, 12 insertions(+), 50 deletions(-)
+
+commit 10b776b0c3afeefa19ec47c40196cf205a112c8b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 14 13:08:19 2023 -0600
+
+    [graph] Micro-optimize
+
+ src/graph/graph.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit de1237fbf2660b5952dde4db171a62d9b1a77c92
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 14 12:38:56 2023 -0600
+
+    [set] Add test_and_add / test_and_del
+    
+    Use in graph.
+
+ src/graph/graph.hh           | 17 +++++------------
+ src/hb-bit-page.hh           | 25 +++++++++++++++++++++++++
+ src/hb-bit-set-invertible.hh |  2 ++
+ src/hb-bit-set.hh            | 16 ++++++++++++++++
+ src/hb-set.hh                |  2 ++
+ 5 files changed, 50 insertions(+), 12 deletions(-)
+
+commit 7f1ff9c8819edc9cdb2e48cfc4042e38a05777a9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 14 12:22:24 2023 -0600
+
+    [graph] Micro-optimize array access
+
+ src/graph/graph.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit d9cf9b5f071c77b385d92d4740d5fd053cf6f8c7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 14 12:19:10 2023 -0600
+
+    [priority-queue] Inline insert()
+
+ src/hb-priority-queue.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit d00b88737e0a704d2af3b6539592dd9bb33a4722
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 14 11:26:51 2023 -0600
+
+    Revert "[subset/closure] Batch recursions in scheduled stages"
+    
+    This reverts commit f2aaeeb3016e10bf91c251296391a381d5fc6385.
+
+ src/hb-ot-layout-gsub-table.hh |  9 ++-------
+ src/hb-ot-layout-gsubgpos.hh   | 15 ---------------
+ 2 files changed, 2 insertions(+), 22 deletions(-)
+
+commit 5e42f7bb6d025f14955e60c94ea08aca472e08dd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 14 11:26:38 2023 -0600
+
+    Revert "Revert "[priority-queue] Inline a couple more""
+    
+    This reverts commit 915410e5267cba5bfc6154548c8856ae077bfefe.
+    
+    Mistake.
+
+ src/hb-priority-queue.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 915410e5267cba5bfc6154548c8856ae077bfefe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 14 11:18:09 2023 -0600
+
+    Revert "[priority-queue] Inline a couple more"
+    
+    This reverts commit 8704d73213da2294281687ecd7a40d408e9bf26a.
+
+ src/hb-priority-queue.hh | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit f2aaeeb3016e10bf91c251296391a381d5fc6385
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 14 11:17:37 2023 -0600
+
+    [subset/closure] Batch recursions in scheduled stages
+    
+    Going to revert. Doesn't pass tests and savings are minor.
+
+ src/hb-ot-layout-gsub-table.hh |  9 +++++++--
+ src/hb-ot-layout-gsubgpos.hh   | 15 +++++++++++++++
+ 2 files changed, 22 insertions(+), 2 deletions(-)
+
+commit 5a65ede5d43711098982995c4d2d6cd7f8eecad1
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jul 12 10:18:31 2023 +0300
+
+    Minor
+
+ NEWS | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d160d9389cb4c5b15ebea9b41eb74018c4358924
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jul 12 08:27:25 2023 +0300
+
+    8.0.1
+
+ NEWS             | 11 +++++++++++
+ configure.ac     |  2 +-
+ meson.build      |  2 +-
+ src/hb-version.h |  4 ++--
+ 4 files changed, 15 insertions(+), 4 deletions(-)
+
+commit 8704d73213da2294281687ecd7a40d408e9bf26a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 10 18:08:13 2023 -0600
+
+    [priority-queue] Inline a couple more
+
+ src/hb-priority-queue.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 4c9e8b848b82dd8e268d596e69d0a5a32b724e01
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 10 18:04:03 2023 -0600
+
+    [priority-queue] Always-inline a method
+
+ src/hb-priority-queue.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit c41b0d7b8318710d792066f2915cf8c02c89162e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 10 17:23:58 2023 -0600
+
+    [sanitize/PairValueRecord] Add a max_size for faster sanitize
+
+ src/OT/Layout/GPOS/PairValueRecord.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit c14f94f76bd323108bad6e61483b88ed3eac35c3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 10 16:28:22 2023 -0600
+
+    Fix compiler error
+    
+    hb-ot-var-common.hh:758:32: error: implicit conversion from 'int' to 'char' changes value from 191 to -65 [-Werror,
+    -Wconstant-conversion]
+          *it++ = (DELTAS_ARE_ZERO | 63);
+
+ src/hb-ot-var-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit fcc5d3df39219a2bf8803026e5976504d696e99f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 10 16:21:28 2023 -0600
+
+    Add -Wconstant-conversion to errors
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit d1855e902d371471b2120af8b8bfd1bf9a629b75
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Jul 10 10:26:31 2023 +0000
+
+    Bump github/codeql-action from 2.20.1 to 2.20.3
+    
+    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.20.1 to 2.20.3.
+    - [Release notes](https://github.com/github/codeql-action/releases)
+    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
+    - [Commits](https://github.com/github/codeql-action/compare/f6e388ebf0efc915c6c5b165b019ee61a6746a38...46ed16ded91731b2df79a2893d3aea8e9f03b5c4)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: github/codeql-action
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/scorecard.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 997986ab307bb7868b780a3ff608bd608fb9e077
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 9 15:15:33 2023 -0600
+
+    [subset/hvar] Error handling
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5029952234586112
+
+ src/hb-ot-var-hvar-table.hh                               |   2 +-
+ ...z-testcase-minimized-hb-subset-fuzzer-5029952234586112 | Bin 0 -> 837 bytes
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 0980e2b7481890685ce1869fc25a2915ecac92f4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 9 15:13:57 2023 -0600
+
+    Minor casts
+
+ src/hb-algs.hh     | 4 ++--
+ src/hb-bit-page.hh | 8 ++++----
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit db3aeeb547c1a2cad46ea03e162593d22f700cb4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 9 12:32:49 2023 -0600
+
+    [subset] Fix cast-align issue
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4316
+
+ src/hb-serialize.hh | 2 +-
+ src/hb-subset.cc    | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit fc24ffbfb3384286efa20728fe054c884d487fb0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 9 11:05:13 2023 -0600
+
+    [priority-queue] Minor simplify
+    
+    Tail-recursion definitely was being optimized by compiler,
+    but I prefer writing it this way.
+
+ src/hb-priority-queue.hh | 19 +++++++++++--------
+ 1 file changed, 11 insertions(+), 8 deletions(-)
+
+commit 557653abceeb4305a449851b74c62918540d03b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 9 10:18:04 2023 -0600
+
+    [cff] Minor; add tableTag
+
+ src/hb-ot-cff1-table.hh | 2 ++
+ src/hb-ot-cff2-table.hh | 2 ++
+ 2 files changed, 4 insertions(+)
+
+commit 6df8ce7b41294fcaf028e425ccb6be331b37ced5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 9 09:58:02 2023 -0600
+
+    [bit-page] Remove disabled assertion
+
+ src/hb-bit-page.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 9b9a9c6f4a47307e3cb5be3a4774f4bd1feeb180
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 9 09:55:00 2023 -0600
+
+    [bit-page] Speed up is_empty()
+
+ src/hb-bit-page.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 2f4ed5e939fb9619ca27786b6d71b577d909c15f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 9 09:45:46 2023 -0600
+
+    [bit-page] Short-circuit is_subset()
+
+ src/hb-bit-page.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 347c1f701313d7449002e3b0426b38bbb870c8b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 9 09:33:04 2023 -0600
+
+    [set] Keep (lazy) population per bit-page
+    
+    36% speedup in:
+    BM_subset/subset_glyphs/merged.devalast.ttf/10
+
+ src/hb-bit-page.hh | 20 ++++++++++++++------
+ src/hb-bit-set.hh  |  5 +++--
+ 2 files changed, 17 insertions(+), 8 deletions(-)
+
+commit 04ee306b9ae7c2382baf17c9b7ae47a2527c38aa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 9 07:37:57 2023 -0600
+
+    [subset/hmtx] Another TODO
+
+ src/hb-ot-hmtx-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit caef35b3ef478462a996e3fdb988bcc9cca492c8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 9 07:23:16 2023 -0600
+
+    [subset/hmtx] TODO
+
+ src/hb-ot-hmtx-table.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 982554c71c06a485b9e93ffd9a55c7b1d1add23c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 9 06:58:02 2023 -0600
+
+    [subset/cff1] Speed up plan_subset_charset more
+    
+    16% speed up in retaingid subsetting NotoSansCJKkr-Regular.otf.
+
+ src/hb-subset-cff1.cc | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 15d8f0ca7c7c9f293bc35034c3e9a3c12451cfd9
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Jul 9 10:56:36 2023 +0300
+
+    [doc] Fix warning: Section has no title and no file
+    
+    Move the private macros to the hb-common section, instead of a file-less
+    one.
+
+ docs/harfbuzz-sections.txt | 11 ++++-------
+ 1 file changed, 4 insertions(+), 7 deletions(-)
+
+commit e60ec9dcd3b0f94d13b8baf7ba12cd6cf0626064
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 20:47:34 2023 -0600
+
+    [subset/cff2] Speedup retaingids serialize
+    
+    10% speedup in subset_glyphs/SourceHanSans-VF.otf/retaingids/10
+
+ src/hb-ot-cff-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b583978bdf0e83ab597c797d8a0b10291f976362
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 20:41:58 2023 -0600
+
+    [subset/DeltaSetMapIndex] Speedup retaingids serialize()
+
+ src/hb-ot-var-common.hh | 17 ++++++++++-------
+ 1 file changed, 10 insertions(+), 7 deletions(-)
+
+commit 3505486a0d7c44217c2629c193f4d78cf29aa9ae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 20:28:45 2023 -0600
+
+    [subset/DeltaSetMapIndex] Micro-optimize
+
+ src/hb-ot-var-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c8f6ae1df7d559180c40511a8ad8c2da7b303dff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 20:21:49 2023 -0600
+
+    [subset/hvar/retaingids] Synthesize a DeltaSetIndexMap if needed
+    
+    Before we were emitting the entire VarStore rows if advMap
+    was Null. Instead, synthesize an advMap.
+    
+    20% speed up in subset_glyphs/SourceHanSans-VF.otf/retaingids benchmark.
+
+ src/hb-ot-var-hvar-table.hh                        |  32 ++++++---------------
+ test/api/fonts/AdobeVFPrototype.ac.retaingids.otf  | Bin 4584 -> 4584 bytes
+ test/api/fonts/SourceSansVariable-Roman.abc.ttf    | Bin 3196 -> 5160 bytes
+ .../SourceSansVariable-Roman.ac.retaingids.ttf     | Bin 2976 -> 4584 bytes
+ test/api/fonts/SourceSansVariable-Roman.ac.ttf     | Bin 2964 -> 4580 bytes
+ 5 files changed, 9 insertions(+), 23 deletions(-)
+
+commit 1f4645c6fc4c7cc4d551791b6c04f67e71f4952d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 18:49:47 2023 -0600
+
+    [subset/hvar] Speed up
+
+ src/hb-ot-var-hvar-table.hh | 19 +++++++++----------
+ 1 file changed, 9 insertions(+), 10 deletions(-)
+
+commit 8d99db5c3b4bebf22b06bfa12cf90dad6af9555a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Jul 9 03:41:48 2023 +0300
+
+    [wasm] Typo [ci skip]
+
+ docs/wasm-shaper.md | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8115033ac338067f9fb1050294eb2cfd8f86e784
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 18:33:13 2023 -0600
+
+    [hvar] Speed up retaingids planning
+    
+    35% speedup in:
+    BM_subset/subset_glyphs/SourceHanSans-VF.otf/retaingids/10
+
+ src/hb-ot-var-hvar-table.hh | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit 1fe1a497902249c37f2212d98ed7d76d4dee3307
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 18:24:09 2023 -0600
+
+    [bimap] Minor vector pre-alloc
+
+ src/hb-bimap.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 7a7001dfcf2f9d4a9847acd4b423f6ebf3ee6276
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 17:48:00 2023 -0600
+
+    Typo
+
+ src/hb-subset-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b4305532a7746422e0b615eee6304119c1092fd8
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Jul 9 02:54:30 2023 +0300
+
+    8.0.0
+
+ NEWS                   | 42 ++++++++++++++++++++++++++++++++++++++++++
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-common.h        |  2 +-
+ src/hb-ot-layout.cc    |  8 ++++----
+ src/hb-version.h       |  6 +++---
+ 7 files changed, 53 insertions(+), 10 deletions(-)
+
+commit 5b8ba51251b8d1603c792366b7062de836bb525c
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Jul 9 02:50:45 2023 +0300
+
+    [doc] Fix warning about missing hb-gobject section
+    
+    We don’t build hb-gobject docs anymore, lets not bother gtk-doc with it.
+
+ src/hb-gobject-structs.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0ed946c379f1fe90c855f37dd31e5377beae4946
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Jul 9 03:01:47 2023 +0300
+
+    [wasm] Fix warning
+    
+    In file included from src/harfbuzz.cc:62:
+    src/hb-wasm-shape.cc:27:9: warning: 'HB_DEBUG_WASM' macro redefined [-Wmacro-redefined]
+            ^
+    src/hb-debug.hh:393:9: note: previous definition is here
+            ^
+    1 warning generated.
+
+ src/hb-wasm-shape.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit afe0910295f0b5bd245d68d5b142bcc9319b87ee
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Jul 9 02:45:52 2023 +0300
+
+    [font] Actually deprecate get_glyph_shape()
+    
+    We previously marked it as deprecated in the documentation but didn’t
+    actually deprecate it in code. Now the only known users have migrated to
+    draw_glyph(), lets deprecate o=it for good.
+
+ docs/harfbuzz-sections.txt |  6 +++---
+ src/hb-deprecated.h        | 46 ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-font.cc             |  4 ++++
+ src/hb-font.h              | 45 +--------------------------------------------
+ src/main.cc                |  4 ++--
+ test/api/test-ot-face.c    |  2 +-
+ 6 files changed, 57 insertions(+), 50 deletions(-)
+
+commit c6a01441d9ce638634f193dbc9aadd8c432de55b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 16:32:15 2023 -0600
+
+    [sanitize] Always-inline OffsetTo::sanitize()
+    
+    8% speed up in sanitizing Gulzar.
+
+ src/hb-open-type.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit f60dbd906a4bf89354af1ed0616a61a5099d8c1a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 16:21:24 2023 -0600
+
+    Fix thinko
+    
+    Fixes https://oss-fuzz.com/testcase-detail/4787105656864768
+
+ src/hb-open-type.hh                                        |   8 ++++----
+ ...uzz-testcase-minimized-hb-shape-fuzzer-4787105656864768 | Bin 0 -> 44 bytes
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit d84c5f29b71aa7b1ff2d09cf4dc2cf3fccc5659e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 15:22:51 2023 -0600
+
+    Revert "[gsubgpos] Make (Chain)Context funcs templatized"
+    
+    This reverts commit 03ac08d267eb7ad2f1ac039115fc0030ea475fae.
+
+ src/OT/Layout/GSUB/Ligature.hh                     | 13 +--
+ .../Layout/GSUB/ReverseChainSingleSubstFormat1.hh  |  8 +-
+ src/hb-ot-layout-gsubgpos.hh                       | 93 +++++++++-------------
+ 3 files changed, 47 insertions(+), 67 deletions(-)
+
+commit e73223b9e59a4f0af54880d3e26f8db55688f291
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 15:22:18 2023 -0600
+
+    [gsubgpos] Make (Chain)Context funcs templatized
+    
+    Unfortunately they still won't be inlined because the matcher_t
+    needs function pointers. So, no speed up.  Going to revert.
+
+ src/OT/Layout/GSUB/Ligature.hh                     | 13 ++-
+ .../Layout/GSUB/ReverseChainSingleSubstFormat1.hh  |  8 +-
+ src/hb-ot-layout-gsubgpos.hh                       | 93 +++++++++++++---------
+ 3 files changed, 67 insertions(+), 47 deletions(-)
+
+commit 3e3820badd9d72d908334a862d546bcb64ccfd30
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 14:36:23 2023 -0600
+
+    Simplify a few bool returns
+    
+    Unnecessary. Cast to bool does the job.
+
+ src/hb-ot-layout.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 1c8d54deeff506d66e91ff84a8bd43698ec91387
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 14:28:07 2023 -0600
+
+    [shape] Another always-inline
+
+ src/hb-ot-layout-gsubgpos.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit df45067fbb14a62c2048bf1b01349bf17f90ee6d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 14:22:59 2023 -0600
+
+    [shape] More always-inline
+
+ src/hb-ot-layout-gsubgpos.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit c3a28be5094f23b0806f94c069ff3d888f065d48
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 14:20:45 2023 -0600
+
+    [shape] One more always-inline
+
+ src/hb-ot-layout-gsubgpos.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 728812348185194de87e5558a5770351d12447bf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 14:14:27 2023 -0600
+
+    Allow overriding HB_ALWAYS_INLINE
+
+ src/hb.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 9fea19ebff62a4e9aa344e271d58acf416214d2a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 13:56:24 2023 -0600
+
+    [shape] Another always-inline
+
+ src/hb-ot-layout-gsubgpos.hh | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 5b45c56c9ecae7a5d67d336219aab4d971573bab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 13:47:41 2023 -0600
+
+    [shape] Always-inline more
+    
+    Another 10% speedup in BM_Shape Gulzar-Regular.
+
+ src/hb-ot-layout-gsubgpos.hh | 47 ++++++++++++++++++++++++++++++++------------
+ 1 file changed, 34 insertions(+), 13 deletions(-)
+
+commit bb9692e8a3b1a17481dae46c57e1727361f96e26
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 13:45:48 2023 -0600
+
+    [shape] Always-inline match_input
+    
+    10% speedup in BM_Shape Gulzar-Regular.
+
+ src/hb-ot-layout-gsubgpos.hh | 19 +++++++++++--------
+ 1 file changed, 11 insertions(+), 8 deletions(-)
+
+commit 6c451054fbbee75ffc4a68e423786bf19648e315
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 12:55:34 2023 -0600
+
+    [sanitize] Sprinkle a few unlikely's
+
+ src/hb-ot-layout-gsubgpos.hh | 28 ++++++++++++++--------------
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+commit 4ecc62c28d392a00d8f613da565fae335930a88d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 12:53:23 2023 -0600
+
+    [sanitize] Simplify ChainRule::sanitize again
+    
+    check_struct does the same now.
+
+ src/hb-ot-layout-gsubgpos.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 253ec08b3db433f07175f21f90555657a9ce55f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 12:48:05 2023 -0600
+
+    [sanitize] Speed up check_struct on x64
+
+ src/hb-sanitize.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit fb02f4a8975655b405ac4bc3f9982383f33ea6dc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 8 12:29:18 2023 -0600
+
+    [sanitize] Micro-optimize ChainRule::sanitize
+
+ src/hb-ot-layout-gsubgpos.hh |  7 ++++---
+ src/hb-sanitize.hh           | 18 ++++++++++++++++++
+ 2 files changed, 22 insertions(+), 3 deletions(-)
+
+commit c650858c639764717f3d7276ad67bd5bf55aaedc
+Author: Khaled Hosny <khaled@libreoffice.org>
+Date:   Sat Jul 8 13:57:05 2023 +0300
+
+    [graphite] Fix cluster advance width
+    
+    Based on https://github.com/harfbuzz/harfbuzz/issues/4309#issuecomment-1624730406
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4309
+
+ src/hb-graphite2.cc        | 5 +++--
+ src/wasm/graphite/shape.cc | 5 +++--
+ 2 files changed, 6 insertions(+), 4 deletions(-)
+
+commit 73ee9c346f3acccbe14a4caf258b636de7c459be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 22:47:20 2023 -0600
+
+    Revert "[sanitize] Only check trailing edge of ranges"
+    
+    This reverts commit e4856cf8098b9741a910e7f7979096cf11d8fead.
+    
+    This is wrong on at least 32-bit systems. Might add a condition
+    version later.
+
+ src/hb-sanitize.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 0b879afb5abda0af4624dd2cedf609acb4d17c87
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 22:35:43 2023 -0600
+
+    [sanitize] Inline Coverage::sanitize
+
+ src/OT/Layout/Common/Coverage.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 92448910a76e399afce6375923dbcf36bc3a541e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 22:16:24 2023 -0600
+
+    [sanitize] Minor inline a few more short functions
+
+ src/hb-open-type.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit d84504206c420250bfe80bee25f6a59a7177c9eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 21:56:17 2023 -0600
+
+    [sanitize] Optimize away an overflow check when not needed
+    
+    When the length argument is 16bit...
+
+ src/hb-open-type.hh |  8 ++++----
+ src/hb-sanitize.hh  | 14 ++++++++++++++
+ 2 files changed, 18 insertions(+), 4 deletions(-)
+
+commit e4856cf8098b9741a910e7f7979096cf11d8fead
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 21:21:33 2023 -0600
+
+    [sanitize] Only check trailing edge of ranges
+    
+    Assumptions...
+    
+    Speeds up Gulzar load_face_and_shape benchmark by 7%.
+
+ src/hb-sanitize.hh | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit 6a683ea6ebc4d187d3f9ccf1a5c087b30cd82f27
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 21:02:15 2023 -0600
+
+    [sanitize] Enlighten check_range() some more
+    
+    No need to check for len=0 arrays. They must still be in range.
+
+ src/hb-ot-var-fvar-table.hh | 3 ++-
+ src/hb-sanitize.hh          | 7 +++----
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit c24ea1036b45ea48ecc3081698ec04be646b74d0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 20:43:20 2023 -0600
+
+    [sanitize] Minor tweak to len=0 case which is handled otherwise anyway
+
+ src/hb-sanitize.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 403bc7caa41474644b4a7c14046c70ec8013c385
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 20:17:32 2023 -0600
+
+    [sanitize] Simplify Rule::sanitize()
+
+ src/hb-ot-layout-gsubgpos.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 385896ff665a167ffcc633ebf84280549d9f5b2e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 19:56:19 2023 -0600
+
+    [sanitize] Speed up ChainRule::sanitize()
+    
+    10% speedup in sanitizing Gulzar-Regular.
+
+ src/hb-ot-layout-gsubgpos.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 2006d3211f300b1f602d9701f4b26634fe6f21b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 17:07:11 2023 -0600
+
+    [sanitize] Add "fastpath" for ArrayOfOffset16To<> objects with max size
+    
+    Unfortunately this doesn't speed up NotoNastaliq or Gulzar as I was
+    hoping for. Their GSUB tables are not large enough for this to kick
+    in...
+
+ src/OT/Layout/GSUB/Ligature.hh |  1 +
+ src/hb-machinery.hh            |  4 ++++
+ src/hb-null.hh                 |  9 +++++++++
+ src/hb-open-type.hh            | 25 +++++++++++++++++++++++++
+ src/hb-ot-layout-gsubgpos.hh   |  2 ++
+ 5 files changed, 41 insertions(+)
+
+commit 7a85663c2bd9a0e553bf6c02ca92f7c645bed915
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 19:21:18 2023 -0600
+
+    Revert "[sanitize] Add "fastpath" for ArrayOfOffset16To<> objects with max size"
+    
+    This reverts commit 10f8556c73f3cf231c6b5a900a6a1903f9516f90.
+    
+    This was, unfortunately, wrong :(.
+
+ src/OT/Layout/GSUB/Ligature.hh |  5 +----
+ src/hb-machinery.hh            |  4 ----
+ src/hb-null.hh                 |  9 ---------
+ src/hb-open-type.hh            | 25 -------------------------
+ src/hb-ot-layout-gsubgpos.hh   | 12 ++----------
+ 5 files changed, 3 insertions(+), 52 deletions(-)
+
+commit f2a3680fab317a67416c267ea8fc51cc7206b3f0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 19:21:03 2023 -0600
+
+    Revert "[gsubgpos] Limit (Chain)ContextFormat3 for consistency"
+    
+    This reverts commit 90b48917dadbef51bc5e90904d0f81e81199b9e2.
+
+ src/hb-ot-layout-gsubgpos.hh | 32 +++++++++++++-------------------
+ 1 file changed, 13 insertions(+), 19 deletions(-)
+
+commit 90b48917dadbef51bc5e90904d0f81e81199b9e2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 18:50:01 2023 -0600
+
+    [gsubgpos] Limit (Chain)ContextFormat3 for consistency
+
+ src/hb-ot-layout-gsubgpos.hh | 32 +++++++++++++++++++-------------
+ 1 file changed, 19 insertions(+), 13 deletions(-)
+
+commit 3b02f694e80dd3c1b0517145ef7b075c9c9acb05
+Merge: 10f8556c7 68b789145
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 18:39:28 2023 -0600
+
+    [sanitize/GSUBGPOS] Limit max-size of a few offset arrays
+    
+    This significantly speeds up Gulzar-Regular sanitize, by 40%.
+
+commit 10f8556c73f3cf231c6b5a900a6a1903f9516f90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 17:07:11 2023 -0600
+
+    [sanitize] Add "fastpath" for ArrayOfOffset16To<> objects with max size
+
+ src/OT/Layout/GSUB/Ligature.hh |  5 ++++-
+ src/hb-machinery.hh            |  4 ++++
+ src/hb-null.hh                 |  9 +++++++++
+ src/hb-open-type.hh            | 25 +++++++++++++++++++++++++
+ src/hb-ot-layout-gsubgpos.hh   | 12 ++++++++++--
+ 5 files changed, 52 insertions(+), 3 deletions(-)
+
+commit 68b78914595347008eb344859699dc62257a7a67
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 17:07:11 2023 -0600
+
+    [sanitize] Add "fastpath" for ArrayOfOffset16To<> objects with max size
+    
+    Unfortunately this doesn't speed up NotoNastaliq or Gulzar as I was
+    hoping for. Their GSUB tables are not large enough for this to kick
+    in...
+
+ src/OT/Layout/GSUB/Ligature.hh |  1 +
+ src/hb-machinery.hh            |  4 ++++
+ src/hb-null.hh                 |  9 +++++++++
+ src/hb-open-type.hh            | 25 +++++++++++++++++++++++++
+ src/hb-ot-layout-gsubgpos.hh   |  2 ++
+ 5 files changed, 41 insertions(+)
+
+commit 90752cd5b76d1768afc10e9bcab4235d97e7686f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 15:47:28 2023 -0600
+
+    [type] Add HeadlessArray16Of
+
+ src/OT/Layout/GSUB/Ligature.hh | 2 +-
+ src/hb-open-type.hh            | 3 ++-
+ src/hb-ot-layout-gsubgpos.hh   | 2 +-
+ 3 files changed, 4 insertions(+), 3 deletions(-)
+
+commit 59abcda269e7148131d00d17218f5718f217bf13
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 7 14:27:18 2023 -0600
+
+    [sanitize] Add an ALWAYS_INLINE
+    
+    Looks like it was always inlined anyway.
+
+ src/hb-sanitize.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 45a17212304de8787b509cc9375bb92571fca9f5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 6 16:06:50 2023 -0600
+
+    [ot-font] Prefer CFF2 over CFF1
+
+ src/hb-ot-font.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 43d0aff672981f2efca6b7398e81f020676ad442
+Author: أحمد المحمودي <96682+aelmahmoudy@users.noreply.github.com>
+Date:   Tue Jul 4 09:22:53 2023 +0300
+
+    [introspection] Pass both libharfbuzz_gobject & libharfbuzz as positional parameters
+    
+    Fixes #4304
+
+ src/meson.build | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 25297408de73f8bf31ebecd241f959455ed00e95
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 3 10:34:26 2023 -0600
+
+    [COLR] Fix PaintComposite sanitize timeout
+    
+    Was timing out after recent sanitize() change.
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5692635449524224
+
+ src/OT/Color/COLR/COLR.hh                                 |   1 +
+ ...uzz-testcase-minimized-hb-draw-fuzzer-5692635449524224 | Bin 0 -> 185 bytes
+ 2 files changed, 1 insertion(+)
+
+commit a8c655e6510c33de2241b854c1a37ffbe2eee9ff
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Jul 3 10:17:36 2023 +0000
+
+    Bump actions/checkout from 3.5.1 to 3.5.3
+    
+    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.1 to 3.5.3.
+    - [Release notes](https://github.com/actions/checkout/releases)
+    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
+    - [Commits](https://github.com/actions/checkout/compare/v3.5.1...c85c95e3d7251135ab7dc9ce3241c5835cc595a9)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: actions/checkout
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/scorecard.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit de2c10732df151156ac55afdf648f3fd296dfa50
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 2 16:44:48 2023 -0600
+
+    [ot-map] Speed up for default shaper
+    
+    Sort late, the reduced number of features.
+
+ src/hb-ot-map.cc   | 6 ++++--
+ src/hb-ot-map.hh   | 8 ++++++++
+ src/hb-ot-shape.cc | 7 +++++++
+ 3 files changed, 19 insertions(+), 2 deletions(-)
+
+commit 8156c5a6856a3c9c0cc98714dc047fe4a703d603
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 2 16:35:32 2023 -0600
+
+    [ot-map] Minor micro-optimize
+
+ src/hb-ot-map.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5ac9eaa035402fe0369baadea3c945c58a4534ed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 2 16:18:08 2023 -0600
+
+    [sanitize] Minor micro-optimize
+
+ src/hb-sanitize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e8948d634e1835f379053d9b924b834137967b86
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 2 15:35:18 2023 -0600
+
+    [set-digest] Micro-optimize more
+
+ src/hb-set-digest.hh | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+commit cb73ba710480f698828b8d6526605849d6899bad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 2 15:27:26 2023 -0600
+
+    [set-digest] Fixup for previous commit
+
+ src/hb-set-digest.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 918ad8929403d2106fdca1370a1c3e9929e301f9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 2 14:54:24 2023 -0600
+
+    [set-digest] Early terminate add_range() if we're full
+
+ src/hb-set-digest.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit bb33675e60be3884a3d6adf6417c353f0202e70f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 2 14:11:40 2023 -0600
+
+    [sanitize] Micro-optimize check_range()
+
+ src/hb-sanitize.hh | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+commit d1c82a1cc68667ff8ca6c1fe2b4fa277504c0a5c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 2 13:38:22 2023 -0600
+
+    [sanitize] Speed up check_struct()
+    
+    Don't account for length here. Should not be a problem.
+    Fingers crossed fuzzers.
+    
+    18% speed up in load_face_and_shape Gulzar-Regular.
+
+ src/hb-sanitize.hh | 21 +++++++++++++++++++--
+ 1 file changed, 19 insertions(+), 2 deletions(-)
+
+commit ec943866229b44b26b79cd271a1e3f874fe16e7c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 2 13:29:53 2023 -0600
+
+    [OffsetTo] Micro-optimize away a check
+
+ src/hb-open-type.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit eae8278896e1dcd6d8eecb9401785acdf76f81a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 2 13:07:26 2023 -0600
+
+    [GPOS] Micro-optimize lazy_some_gpos check
+    
+    Speeds up 11% in:
+    BM_Font/load_face_and_shape/Roboto-Regular.ttf/hb
+
+ src/OT/Layout/GPOS/PairPosFormat2.hh | 5 +++--
+ src/OT/Layout/GPOS/PairSet.hh        | 5 +++--
+ src/OT/Layout/GPOS/ValueFormat.hh    | 6 +++---
+ 3 files changed, 9 insertions(+), 7 deletions(-)
+
+commit 46e54a23907eb5f46977ceac22abb4d43fcd7061
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 2 13:03:16 2023 -0600
+
+    [GPOS] Remove extra check
+
+ src/OT/Layout/GPOS/ValueFormat.hh | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 13438da16e5967b2600cb347ad5a179812526ba2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 2 12:56:13 2023 -0600
+
+    [benchmark-font] Minor move a variable
+
+ perf/benchmark-font.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 7f5380fe949ba64fab19d86f670e2215249cbb96
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 2 12:19:22 2023 -0600
+
+    [Composite] Don't apply transformation if phantom_only
+
+ src/OT/glyf/Glyph.hh | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit 0cf759b0d4c8c1252347f2d92dd10202672d4191
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 2 12:15:43 2023 -0600
+
+    [Glyph] Don't shift anchored Composite if phantom_only
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5114131137822720
+
+ src/OT/glyf/Glyph.hh                                     |   2 +-
+ ...z-testcase-minimized-hb-shape-fuzzer-5114131137822720 | Bin 0 -> 5119 bytes
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 645bde473818a14368ea9f95261037160c574d05
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 2 12:07:22 2023 -0600
+
+    [Glyph] Pass phantom-only to gvar only for SIMPLE glyphs
+    
+    For Composites we need to get the translation offset deltas.
+
+ src/OT/glyf/Glyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e92eefaabbed7aa04fe98214ae43b061d1497735
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 2 11:35:51 2023 -0600
+
+    [gvar] Cache two values in shared_tuple_active_idx
+    
+    Speeds up varc-hangul.ttf draw_glyph by 10%.
+
+ src/hb-ot-var-common.hh     | 17 ++++++++++++-----
+ src/hb-ot-var-gvar-table.hh | 15 +++++++++------
+ 2 files changed, 21 insertions(+), 11 deletions(-)
+
+commit 7d72fdd5bf423dcbdf19b5bae25494e6b3c59cd0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 2 09:55:37 2023 -0600
+
+    [benchmark-font] Do some work in draw_glyph callbacks
+    
+    For no good reason other than matching what I'm adding to
+    skrifa benchmark.  Doesn't seem to affect benchmarks whatsoever.
+
+ perf/benchmark-font.cc | 33 +++++++++++++++++++++++++++------
+ 1 file changed, 27 insertions(+), 6 deletions(-)
+
+commit 47b5ee6789ca9125cc4299da1f3a3c05300dff78
+Merge: 7a3566825 2d6091fc4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 1 14:48:39 2023 -0400
+
+    Merge pull request #4306 from harfbuzz/gpos-lazy-device
+    
+    GPOS lazy Device
+
+commit 2d6091fc42c81ba68fe6710de42d313cfda7a309
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 30 11:48:56 2023 -0600
+
+    [GPOS] Make AnchorMatrix sanitize lazy again
+    
+    Was reverted in the previous commit, because it was incomplete.
+
+ src/OT/Layout/GPOS/AnchorFormat3.hh |  3 ---
+ src/OT/Layout/GPOS/AnchorMatrix.hh  | 14 ++++++++++----
+ src/OT/Layout/GPOS/MarkArray.hh     |  2 +-
+ src/OT/Layout/GPOS/ValueFormat.hh   |  6 +++---
+ src/hb-ot-layout-gsubgpos.hh        |  2 +-
+ src/hb-sanitize.hh                  |  4 ++--
+ 6 files changed, 17 insertions(+), 14 deletions(-)
+
+commit 0887382cdf64f9c590eb9c086f7f5622c482e32c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 30 11:39:46 2023 -0600
+
+    [GPOS] Fix sanitize
+
+ src/OT/Layout/GPOS/AnchorMatrix.hh | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 83eb744e09bb8ff7a9c78c79569100f560f129fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 30 11:33:39 2023 -0600
+
+    [sanizie] Inline check_range if not OPTIMIZE_SIZE
+    
+    BM_Font/load_face_and_shape/NotoNastaliqUrdu-Regular.ttf/hb                     -0.1046         -0.1051           194           173           193           172
+    BM_Font/load_face_and_shape/NotoSerifMyanmar-Regular.otf/hb                     -0.2401         -0.2412            36            27            36            27
+
+ src/hb-sanitize.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 690af7aa69b05db6a925bcdaeac4ea0d7efba5da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 30 10:36:01 2023 -0600
+
+    [GPOS] Sanitize Device tables lazily
+    
+    This speeds up face loading for variable fonts by 80%!
+    
+    Comparing before to after
+    Benchmark                                                                          Time             CPU      Time Old      Time New       CPU Old       CPU New
+    ---------------------------------------------------------------------------------------------------------------------------------------------------------------
+    BM_Font/load_face_and_shape/Roboto-Regular.ttf/hb                               -0.0368         -0.0366            20            20            20            19
+    BM_Font/load_face_and_shape/RobotoFlex-Variable.ttf/hb                          -0.7149         -0.7162            77            22            77            22
+    BM_Font/load_face_and_shape/RobotoFlex-Variable.ttf/var/hb                      -0.7241         -0.7255            80            22            79            22
+    BM_Font/load_face_and_shape/SourceSansPro-Regular.otf/hb                        -0.1441         -0.1445            28            24            28            24
+    BM_Font/load_face_and_shape/AdobeVFPrototype.otf/hb                             -0.7893         -0.7910            66            14            66            14
+    BM_Font/load_face_and_shape/AdobeVFPrototype.otf/var/hb                         -0.7865         -0.7882            67            14            66            14
+    BM_Font/load_face_and_shape/SourceSerifVariable-Roman.ttf/hb                    -0.8895         -0.8900           227            25           226            25
+    BM_Font/load_face_and_shape/SourceSerifVariable-Roman.ttf/var/hb                -0.8895         -0.8900           226            25           225            25
+    BM_Font/load_face_and_shape/Comfortaa-Regular-new.ttf/hb                        -0.5512         -0.5531            42            19            42            19
+    BM_Font/load_face_and_shape/NotoNastaliqUrdu-Regular.ttf/hb                     -0.1511         -0.1510           227           192           225           191
+    BM_Font/load_face_and_shape/NotoSerifMyanmar-Regular.otf/hb                     -0.1494         -0.1498            41            35            40            34
+    OVERALL_GEOMEAN                                                                 -0.6443         -0.6456             0             0             0             0
+
+ src/OT/Layout/GPOS/AnchorFormat3.hh    | 11 +++++--
+ src/OT/Layout/GPOS/AnchorMatrix.hh     |  4 +++
+ src/OT/Layout/GPOS/SinglePosFormat1.hh |  3 +-
+ src/OT/Layout/GPOS/SinglePosFormat2.hh |  3 +-
+ src/OT/Layout/GPOS/ValueFormat.hh      | 52 +++++++++++++++++++++++++---------
+ src/hb-kern.hh                         |  2 +-
+ src/hb-ot-layout-gsubgpos.hh           | 12 ++++++--
+ src/hb-ot-layout.cc                    |  5 ++--
+ src/hb-ot-shaper-arabic-fallback.hh    |  2 +-
+ src/hb-sanitize.hh                     | 18 +++++++++++-
+ 10 files changed, 87 insertions(+), 25 deletions(-)
+
+commit 7a35668258f8e93c867cf560ca0999d8952d1c93
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 30 10:50:25 2023 -0600
+
+    Minor variable fix
+
+ src/hb-machinery.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d338506ccf892b0ce489314d2d2f94c6b875368a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 30 10:13:05 2023 -0600
+
+    [GPOS] Reuse sanitize_values_stride_unsafe in another function
+
+ src/OT/Layout/GPOS/ValueFormat.hh | 14 +++-----------
+ 1 file changed, 3 insertions(+), 11 deletions(-)
+
+commit 0fceaef0f7ec123e931fc31f9d71ba87fa60b079
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 30 08:50:49 2023 -0600
+
+    [benchmark-subset] Report in microseconds, not milli
+    
+    We're in that range now. :)
+
+ perf/benchmark-subset.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 547dc1a40ef6d83eb426afd1470bddf2b11bdfab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 30 08:48:43 2023 -0600
+
+    [benchmark-font] Add load_face_and_shape benchmark
+    
+    To measure face-loading performance
+
+ perf/benchmark-font.cc | 24 ++++++++++++++++++++++++
+ 1 file changed, 24 insertions(+)
+
+commit fcf70af1349f2eeb9f58f67d2cc7d8e2c3ebf012
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 30 08:43:10 2023 -0600
+
+    [perf] Fix break
+
+ perf/benchmark-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 794fac327cf13b4b4d8a66281c15df6aac2d15c6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 20:55:52 2023 -0600
+
+    [glyf] Minor another range for loop
+
+ src/OT/glyf/glyf.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0ae167662657c084ecc26db27830b51c469240f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 20:38:42 2023 -0600
+
+    [CompositeGlyph] Minor use a range for loop
+
+ src/OT/glyf/CompositeGlyph.hh | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+commit 05c01ad5d34cf6ca4f350233eccbec129f860231
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 16:49:20 2023 -0600
+
+    [SimpleGlyph] Minor use a range for loop
+
+ src/OT/glyf/SimpleGlyph.hh | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 4123e0c75762ed1e6fa69e2926a4d4cee5e6747c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 16:27:35 2023 -0600
+
+    [path-builder] Speed up mid-point calculation
+
+ src/OT/glyf/path-builder.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 73376b24cfe7cfe27b7b4b9abbe46ff441189b2a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 16:14:45 2023 -0600
+
+    [subset/cff1] More error handling
+
+ src/hb-subset-cff1.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit cc44b3bce0a7be5536df7df910b5bc73a5e4a741
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 16:12:10 2023 -0600
+
+    [subset/cff1] Handle an error condition
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5191907895279616
+
+ src/hb-subset-cff1.cc                                    |  11 +++++++----
+ ...-testcase-minimized-hb-subset-fuzzer-5191907895279616 | Bin 0 -> 2025 bytes
+ 2 files changed, 7 insertions(+), 4 deletions(-)
+
+commit fc38c01ab06ac376b42b8d70c9453da45afabcc5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 15:29:15 2023 -0600
+
+    Minor inline a function
+
+ src/hb-ot-var-gvar-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit a520177e523eab8bf9a407aab46d8308ac12439a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 14:56:05 2023 -0600
+
+    [gvar] Remove unnecessary initialization
+
+ src/hb-ot-var-gvar-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit ca44c38c5298e9ffc9b0b843c3fd5df63c9747a7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 14:41:21 2023 -0600
+
+    Add HB_ALWAYS_INLINE
+    
+    With MSVC implementation as well.
+
+ src/OT/glyf/glyf.hh         |  2 +-
+ src/OT/glyf/path-builder.hh |  2 +-
+ src/hb-draw.hh              | 20 ++++++++++----------
+ src/hb.hh                   |  6 ++++++
+ 4 files changed, 18 insertions(+), 12 deletions(-)
+
+commit 0a00dc0c7197b61b7662d40d12e9432f27dbd6ec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 14:17:47 2023 -0600
+
+    [draw] Add a few unlikely's
+
+ src/hb-draw.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 2d9c3da06ad63066a748be486c33bed81f418868
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 13:31:11 2023 -0600
+
+    [draw] Inline more functions
+
+ src/hb-draw.hh | 15 +++++++++++----
+ 1 file changed, 11 insertions(+), 4 deletions(-)
+
+commit 17f29c81110bed6b9be684b6c0cfdacb01414bb1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 13:27:09 2023 -0600
+
+    [benchmark_font/draw_glyphs] Implement quadratic_to
+    
+    Not interested in the fallback implementation here.
+
+ perf/benchmark-font.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit d26b3adebee059cbcc72850f4ad31ecf3f2b913f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 13:25:52 2023 -0600
+
+    [draw-session] Inline small functions
+
+ src/hb-draw.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 7aba1e6dd2f5be40e818838ef23d0a0d605a8485
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 12:44:34 2023 -0600
+
+    [cache] Minor use a range for loop
+
+ src/hb-cache.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit afae537c3ca4d2ddae2b8bee400966a08bf74e6e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 12:42:44 2023 -0600
+
+    [cache] Minor remove .init()
+    
+    Use constructor.
+
+ src/hb-cache.hh   | 4 +---
+ src/hb-ft.cc      | 2 +-
+ src/hb-ot-font.cc | 6 +++---
+ 3 files changed, 5 insertions(+), 7 deletions(-)
+
+commit c49ca371151ef3afc3a4ecf0b8918cdd8ac16541
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 12:38:45 2023 -0600
+
+    [Glyph] Minor micro-optimize away a function call
+    
+    For when coords are not set.
+
+ src/OT/glyf/Glyph.hh        | 9 +++++----
+ src/hb-ot-var-gvar-table.hh | 2 --
+ 2 files changed, 5 insertions(+), 6 deletions(-)
+
+commit 5fb7b02ac1212e9dfde920738285a2a58d19f9e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 12:28:43 2023 -0600
+
+    [CompositeGlyph] Minor use range loop
+
+ src/OT/glyf/CompositeGlyph.hh | 19 ++++++++-----------
+ 1 file changed, 8 insertions(+), 11 deletions(-)
+
+commit 20b32b049bad64d802b33979372c8cdc5a0c4cb4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 12:08:11 2023 -0600
+
+    [SimpleGlyph] Micro-optimize phantom_only
+
+ src/OT/glyf/SimpleGlyph.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit d1660eaf32777c50400326d99211926e82ec2f35
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 11:59:03 2023 -0600
+
+    [subset/cff] Minor use HB_OPTIMIZE_SIZE_VAL
+
+ src/hb-ot-cff-common.hh | 96 +++++++++++++++++++++++++------------------------
+ 1 file changed, 49 insertions(+), 47 deletions(-)
+
+commit 04809ede8e5d9943be8a294acecdffe2f0be492f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 11:58:53 2023 -0600
+
+    [CompositeGlyph] Micro-optimize translate()
+
+ src/OT/glyf/CompositeGlyph.hh | 24 +++++++++++++++++++++---
+ 1 file changed, 21 insertions(+), 3 deletions(-)
+
+commit 229db9735e3832ca81a751ec318ba396aeb89d85
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 11:54:10 2023 -0600
+
+    [CompositeGlyph] Minor use vector::push()
+
+ src/OT/glyf/CompositeGlyph.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 75101802a169b48a69a82f64e49169d810ded741
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 10:54:49 2023 -0600
+
+    [CompositeGlyph] Micro-optimize
+
+ src/OT/glyf/CompositeGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e9d74d6bb352a2ac01554f8bdea65c3acc2879b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 10:53:52 2023 -0600
+
+    [SimpleGlyph] Minor add an unlikely to error condition
+
+ src/OT/glyf/SimpleGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6abca413aeb7be1342180aa945f54fd45cdea12f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 10:39:49 2023 -0600
+
+    [path-builder] Micro-optimize
+    
+    No need to initialize these when has_data=false.
+
+ src/OT/glyf/path-builder.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 5703c1c4ea5cc47120cba8f8b0f4fc1178f6efef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 29 10:35:23 2023 -0600
+
+    [path-builder] Add a couple of unlikely's
+
+ src/OT/glyf/path-builder.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f5eead04e63e6092fba494471b18016cabe50a15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 28 15:07:15 2023 -0600
+
+    [glyf/gvar] Optimize getting variable phantom points
+    
+    Used when there's no HVAR table and get_h_advance().
+    
+    I see some 10% speedup with a SourceSerifVariable-Roman with
+    the HVAR table removed.
+
+ src/OT/glyf/Glyph.hh        |  3 ++-
+ src/hb-ot-var-gvar-table.hh | 30 +++++++++++++++++-------------
+ 2 files changed, 19 insertions(+), 14 deletions(-)
+
+commit e42d6df55e034b92979fb41db852c648114c18c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 28 14:25:11 2023 -0600
+
+    [glyf] Minor refactor a couple of lines and micro-optimize
+
+ src/OT/glyf/glyf.hh | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit c31471d10e14ca66a1b668905fac2ab40941ea41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 28 13:51:54 2023 -0600
+
+    [glyf] Micro-optimize
+
+ src/OT/glyf/glyf.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 83d75d5e9b32866e62e21ca155bb176b6d3fa81e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 28 13:35:24 2023 -0600
+
+    [glyf] always_inline consume_point
+    
+    7% speedup in:
+    BM_Font/draw_glyph/Roboto-Regular.ttf/hb
+
+ src/OT/glyf/path-builder.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 8795ccedd61ea26793d0912b5ee02fe9ae45c9aa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 28 13:29:29 2023 -0600
+
+    Revert "[SimpleGlyph] Avoid branches in read_points"
+    
+    This reverts commit ba062c713e469f91f57f3c85990f721789ec7c2a.
+
+ src/OT/glyf/SimpleGlyph.hh | 21 ++++-----------------
+ 1 file changed, 4 insertions(+), 17 deletions(-)
+
+commit ba062c713e469f91f57f3c85990f721789ec7c2a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 28 13:24:37 2023 -0600
+
+    [SimpleGlyph] Avoid branches in read_points
+    
+    Calculate total bytes in read_flags and bounds-check once.
+    
+    This slows things down apparently, so going to revert.
+
+ src/OT/glyf/SimpleGlyph.hh | 21 +++++++++++++++++----
+ 1 file changed, 17 insertions(+), 4 deletions(-)
+
+commit 62f5ed461ea5fa4fd63631ddeb505ea16e2becb4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 28 12:02:52 2023 -0600
+
+    [subset/cff] Fix an infinite loop
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5419002026131456
+
+ src/hb-ot-cff-common.hh                                  |   6 +++---
+ src/hb-subset-cff-common.cc                              |   3 ++-
+ ...-testcase-minimized-hb-subset-fuzzer-5419002026131456 | Bin 0 -> 1718 bytes
+ 3 files changed, 5 insertions(+), 4 deletions(-)
+
+commit 87b573615f5f521650a325d8eb29afc736d1c8cc
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Wed Jun 28 15:38:40 2023 +0800
+
+    README.python.md: Add some notes for Windows
+    
+    Note that the DLLs for HarfBuzz and its deps must be found %PATH% on Windows so
+    that pygobject is able to import and use HarfBuzz in Python scripts.
+    
+    Also note that for Visual Studio builds, it is recommended that Visual Studio
+    2019 or later is used for the build, possibly in regards with how the
+    preprocessor handles C++ code when running g-ir-scanner.
+
+ README.python.md | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 10b9ca54e17379584bc7583b018268697f925dfd
+Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
+Date:   Wed Jun 28 07:46:33 2023 +0200
+
+    Fix typo: subtitution -> substitution
+
+ src/OT/Layout/GSUB/Sequence.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 73a82af1f4abe15f3e96074b5bf1a636c890c85f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 27 17:05:22 2023 -0600
+
+    [subset/cff] Remove stale wrong code
+    
+    With my recent rewrite of serialize_header, this seems to
+    work now.
+
+ src/hb-ot-cff-common.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 158eba66b32c4e61a95d33fdcf9107de84073475
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 27 16:22:54 2023 -0600
+
+    [subset/cff] Fix compiler error
+    
+    About variable with internal linkage with no definition.
+
+ src/hb-ot-cff-common.hh | 19 ++++++++++---------
+ 1 file changed, 10 insertions(+), 9 deletions(-)
+
+commit b04721993f0501519af4835d074fdfa3700935d1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 27 16:07:54 2023 -0600
+
+    [subset/cff1] Micro-optimize code
+    
+    Let compiler see whether optional argument is present.
+
+ src/hb-ot-cff-common.hh | 8 ++++++--
+ src/hb-subset-cff1.cc   | 2 +-
+ src/hb-subset-cff2.cc   | 2 +-
+ 3 files changed, 8 insertions(+), 4 deletions(-)
+
+commit 1cabb65b0a8cb4db16b7616f48f245f3ace08bd3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 27 16:01:17 2023 -0600
+
+    [subset/cff] Micro-optimize CFFIndex::serialize_header
+    
+    Unfortunately hb_array_t::begin/end are faster than its _begin/_end.
+    As such, a range loop on array itself is faster than range loop on
+    pipeline starting with array. Rework code to loop on the array always.
+
+ src/hb-ot-cff-common.hh | 69 ++++++++++++++++++++++++++++++-------------------
+ src/hb-subset-cff1.cc   |  2 +-
+ 2 files changed, 43 insertions(+), 28 deletions(-)
+
+commit dfaf9cd54b06e5d4d2765abae2e09183c7765815
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 27 14:56:32 2023 -0600
+
+    [subset/cff1] Minor optimize
+
+ src/hb-subset-cff1.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 41f85d0179dd60ee49e3064213bd4bbf5edaec96
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 27 12:50:04 2023 -0600
+
+    [benchmark-font] Add RobotoFlex
+    
+    We didn't have a variable TTF before!
+
+ perf/benchmark-font.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 585c84268dedc94cd41edf932b86b2a28c014032
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 27 11:28:38 2023 -0600
+
+    [subset/cff1] Minor micro-optimize
+
+ src/hb-subset-cff1.cc | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 00904503d865c56495a49a5cf4b8c313f959dd9c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 27 08:18:18 2023 -0600
+
+    [config] Graduate avar2 from boring-expansion
+
+ src/hb-config.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 3edd6cdcd55dabec87ed8da9ffed82b1c41e0720
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 27 06:56:00 2023 -0600
+
+    [vector] Minor micro-optimize shrink_vector
+    
+    The compiler seems to understand this pattern better.
+
+ src/hb-vector.hh | 17 +++++++++--------
+ 1 file changed, 9 insertions(+), 8 deletions(-)
+
+commit aed215639a89a7241fa5d647483326c0cad6f535
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 22:51:50 2023 -0600
+
+    [subset/cff1] Micro-optimize
+
+ src/hb-ot-cff1-table.hh | 4 ++--
+ src/hb-subset-cff1.cc   | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 40a1c08f4c7a74b71a7a832b86b94fe8f6aa06b3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 19:03:04 2023 -0600
+
+    [subset/cff1] Micro-optimize
+
+ src/hb-subset-cff1.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit bd3e78770e166c9813031d4be76ecd23c39c0c8b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 18:55:39 2023 -0600
+
+    [subset/cff1] Reuse a function
+
+ src/hb-ot-cff1-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ffd23d3a310caf400d9458e286adbbd4aadcbece
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 18:54:06 2023 -0600
+
+    [subset/cff1] Micro-optimize Charset serialization
+
+ src/hb-ot-cff1-table.hh | 22 ++++++++++++++--------
+ 1 file changed, 14 insertions(+), 8 deletions(-)
+
+commit 452557cd18e8072b07e48464a0428fecf732f32c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 18:40:54 2023 -0600
+
+    Replace a free with hb_free
+    
+    Ouch.
+
+ src/OT/glyf/CompositeGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1fc128f6095f4caa29cc1001cd87090b9f0dce80
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 18:34:27 2023 -0600
+
+    Replace a few memset/memcpy's with hb_ equivalents
+
+ src/OT/glyf/VarCompositeGlyph.hh |  2 +-
+ src/OT/name/name.hh              |  2 +-
+ src/hb-cairo-utils.cc            |  2 +-
+ src/hb-cairo.cc                  |  2 +-
+ src/hb-map.hh                    |  2 +-
+ src/hb-shape.cc                  |  2 +-
+ src/hb-vector.hh                 |  4 ++--
+ src/hb-wasm-api-buffer.hh        | 12 ++++++------
+ src/hb-wasm-api-face.hh          |  2 +-
+ src/hb-wasm-api-font.hh          |  6 +++---
+ src/hb-wasm-shape.cc             |  2 +-
+ 11 files changed, 19 insertions(+), 19 deletions(-)
+
+commit 2c359635dfb05a9f3a1ed4740203b9efae2379a8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 18:28:11 2023 -0600
+
+    [face-builder] Don't zero allocation
+    
+    We overwrite it.
+
+ src/hb-open-file.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 347b94481100d2eefc88c1e6bc71aa20dcb907bb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 18:09:40 2023 -0600
+
+    [null] Fix getting Crap(hb_bytes_t)
+    
+    Fixes https://oss-fuzz.com/testcase-detail/6187272924692480
+
+ src/hb-null.hh                                            |   6 +++---
+ ...z-testcase-minimized-hb-subset-fuzzer-6187272924692480 | Bin 0 -> 609 bytes
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 49c52fa95316042390bc07bc9fe9438b63cd3320
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 17:55:29 2023 -0600
+
+    [cmap] Don't zero a few allocations unnecessarily
+
+ src/hb-ot-cmap-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit e4b2d9c3f33be4e216d5ab6893e9899907f20680
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 17:52:37 2023 -0600
+
+    [pool] Don't clear unused memory
+
+ src/hb-pool.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6129702eb8a13eac75176772a61adfc63c185f34
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 17:34:54 2023 -0600
+
+    [subset/cff] Simplify some allocation embedding
+
+ src/hb-ot-cff1-table.hh | 18 +++++-------------
+ 1 file changed, 5 insertions(+), 13 deletions(-)
+
+commit 99db06b4d2fa420f46dceccd4c9a625d5325d8b3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 17:30:31 2023 -0600
+
+    [var] Simplify a couple of copy operations
+
+ src/hb-ot-var-common.hh | 20 +++++---------------
+ 1 file changed, 5 insertions(+), 15 deletions(-)
+
+commit 73bcd3f241aa641935235753492ddfebebf9373f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 17:24:40 2023 -0600
+
+    [var] Adjust a few allocations to not clean space
+    
+    Since we immediately copy.
+
+ src/hb-ot-var-common.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit b1e7e8ba2f6705efee8633c4a63513686308c891
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 17:19:45 2023 -0600
+
+    [algs] Fix return of hb_memset()
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c2bab073916870f336ca0b4b658bf70aa99a401c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 16:34:53 2023 -0600
+
+    [subset/cff] Minor optimization
+
+ src/hb-ot-cff-common.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 570fb4df58fcaa58c82b363f4edb5d61f1d948fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 16:26:12 2023 -0600
+
+    [subset/cff] Add a vector pre-alloc
+
+ src/hb-ot-cff-common.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit e447d394a60ee2878e16bc772d36c988c546caa6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 16:02:41 2023 -0600
+
+    [subset/cff1] Micro-optimize
+
+ src/hb-subset-cff1.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 50499e9e4094825700fdfbf19d85bcd0cdbd506d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 15:32:27 2023 -0600
+
+    [subset/cff1] Minor use rvalues in a few vector push() places
+
+ src/hb-subset-cff1.cc | 13 +++----------
+ 1 file changed, 3 insertions(+), 10 deletions(-)
+
+commit e5b3d4b10588befb7a2e63f5a3137344356908b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 14:24:38 2023 -0600
+
+    [subset/cff1] Minor use ?:
+
+ src/hb-subset-cff1.cc | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit 81e2db7cbcb87668c562329390a49d95a3a604bb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 14:17:44 2023 -0600
+
+    [subset/cff1] Speed up plan_subset_charset
+
+ src/hb-ot-cff-common.hh |  2 +-
+ src/hb-ot-cff1-table.hh |  7 ++++---
+ src/hb-subset-cff1.cc   | 13 ++++++++++++-
+ 3 files changed, 17 insertions(+), 5 deletions(-)
+
+commit d3f90a8ca709f3f1b61484f832303b644ddb8744
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 14:02:26 2023 -0600
+
+    [subset/cff] Use a typedef for glyph_to_sid_map_t
+
+ src/hb-ot-cff-common.hh     |  2 ++
+ src/hb-ot-cff1-table.hh     | 12 ++++++------
+ src/hb-subset-cff-common.hh |  4 ++--
+ src/hb-subset-cff1.cc       |  8 ++++----
+ 4 files changed, 14 insertions(+), 12 deletions(-)
+
+commit 6783701b4e4443ae0db754d74349f05244e4316b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 12:31:22 2023 -0600
+
+    [subset] Handle an error condition
+    
+    Fixes https://oss-fuzz.com/testcase-detail/6306810588692480
+
+ src/hb-subset-plan.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7d3d157de8c4ba87246f3ccefaede95e0f4b0566
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 12:02:21 2023 -0600
+
+    [subset/cff] Speed up hb_plan_subset_cff_fdselect
+
+ src/hb-subset-cff-common.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit f79d961a319e57213e194421bede954c148cdfd7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 11:32:37 2023 -0600
+
+    [vector] Speedup push()
+
+ src/hb-subset-cff1.cc | 8 +-------
+ src/hb-vector.hh      | 5 ++---
+ 2 files changed, 3 insertions(+), 10 deletions(-)
+
+commit b4b80bcaeabdc2e3c08649a2d75c4af0c4fb72ae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 11:29:32 2023 -0600
+
+    [subset/cff1] Speed up plan_subset_charset
+
+ src/hb-subset-cff1.cc | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 7305ec47b1359ad791b1ae152d3c39aa19423715
+Merge: 4a628b236 3bdb8639e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 26 12:35:03 2023 -0400
+
+    Merge pull request #4300 from pnacht/scorecard-action
+    
+    Add Scorecard action
+
+commit 4a628b236f2adbc715d5f923143022c097c298d5
+Author: arch1t3cht <arch1t3cht@gmail.com>
+Date:   Mon Jun 26 15:19:29 2023 +0200
+
+    [meson] Remove incorrect option for ICU subproject
+    
+    Fixes #4298 .
+
+ meson.build | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 3bdb8639e43ddf2f145c3b5c803d3648f49b834a
+Author: Pedro Nacht <pedro.k.night@gmail.com>
+Date:   Mon Jun 26 11:25:10 2023 -0300
+
+    Add Scorecard badge to README
+
+ README.md | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 27ef6c081ea26897d36d1ee3dbd6e503e72c9c33
+Author: Pedro Nacht <pedro.k.night@gmail.com>
+Date:   Mon Jun 26 11:22:18 2023 -0300
+
+    Create scorecard.yml
+
+ .github/workflows/scorecard.yml | 64 +++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 64 insertions(+)
+
+commit 6c4f975dcb7d807b30c074aacb5d2b551078dbd1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 23:37:08 2023 -0600
+
+    Add a fuzzer font
+
+ ...-testcase-minimized-hb-subset-fuzzer-4552226966994944 | Bin 0 -> 1524 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 87f1b80d27527d50d99b998a0d734115390bcd3f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 23:14:01 2023 -0600
+
+    [bimap] Write with a map & vector combo
+    
+    Faster for getting keys.
+    
+    Speeds up 10% in:
+    BM_subset/subset_glyphs/RobotoFlex-Variable.ttf/retaingids/10
+
+ src/hb-bimap.hh            | 61 ++++++++++++++++++++++++++++++++++++++--------
+ src/hb-ot-layout-common.hh |  4 +--
+ 2 files changed, 53 insertions(+), 12 deletions(-)
+
+commit e7ad017ca6607d9576c4292d82b6c417710a4e54
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 22:25:24 2023 -0600
+
+    [subset/cff] Allocate more memory for retain-gids
+    
+    To avoid serializing twice.
+    
+    20% speedup in:
+    BM_subset/subset_glyphs/SourceSansPro-Regular.otf/retaingids/10
+
+ src/hb-subset.cc | 35 +++++++++++++++++++++++++----------
+ 1 file changed, 25 insertions(+), 10 deletions(-)
+
+commit 30f1ab86eacdaba8c98579f3d520d7b23989b4ca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 19:29:03 2023 -0600
+
+    [subset/cff1] Fix typo
+
+ src/hb-subset-cff1.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 7c7db0fcba4513e5121f8a6ff74aaec634caa26a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 19:07:40 2023 -0600
+
+    [subset/cff1] Minor shuffle code around
+
+ src/hb-subset-cff1.cc | 26 ++++++++++++--------------
+ 1 file changed, 12 insertions(+), 14 deletions(-)
+
+commit 1e09ebebc1164108e7768b3ba1c66041c424daff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 18:24:42 2023 -0600
+
+    [subset/cff1] Minor use vector length instead of map population
+
+ src/hb-subset-cff1.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 23109dde5ed517a0904a49f912c14017fcb3b10d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 18:21:57 2023 -0600
+
+    [subset/cff1] Minor use an exact allocation
+
+ src/hb-subset-cff1.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 393f0f9f16944654ddd2235eacef20951ce598b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 18:14:56 2023 -0600
+
+    [map] Rename resize() to alloc()
+    
+    Better matches the functionality, and hb_vector_t.
+
+ src/hb-bimap.hh                  | 10 +++++-----
+ src/hb-map.hh                    | 12 ++++++------
+ src/hb-multimap.hh               |  4 ++--
+ src/hb-ot-cmap-table.hh          |  2 +-
+ src/hb-ot-post-table-v2subset.hh |  6 +++---
+ src/hb-subset-accelerator.hh     |  2 +-
+ src/hb-subset-cff-common.hh      |  2 +-
+ src/hb-subset-cff1.cc            |  6 +++---
+ src/hb-subset-plan.cc            | 10 +++++-----
+ 9 files changed, 27 insertions(+), 27 deletions(-)
+
+commit 793f663bad20a226919ec45e23ff03c3176777c3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 17:33:57 2023 -0600
+
+    [vector] Speed up hb_vector_t<hb_array_t<U>>
+
+ src/hb-vector.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit 289bad82f0ff949403e5d058372e20cc32450cbd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 17:26:40 2023 -0600
+
+    [subset/cff1] Minor use a dagger
+
+ src/hb-ot-cff1-table.hh | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit 31d971d1aa410ef14513792b794ddb4514c0499d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 17:23:52 2023 -0600
+
+    [vector] Sprinkle std::addressof
+
+ src/hb-vector.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit c03c0a9d765f2ea0b67b15f4ead4aa35c76279ae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 17:13:59 2023 -0600
+
+    [subset/cff1] Remove unnecessary remap_sid_t::reset
+    
+    The object is initialized automatically.
+
+ src/hb-subset-cff1.cc | 9 ---------
+ 1 file changed, 9 deletions(-)
+
+commit 6ed0d04b699f6353feb3ce1d23eca9348271284a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 17:10:36 2023 -0600
+
+    [subset/cff1] In remap_sid_t::reset(), reset everything
+    
+    Previous code wasn't resetting next=0; tests were passing.
+    It's always called when sidmap is empty. So, redundant,
+    but keeping as is.
+
+ src/hb-subset-cff1.cc | 22 ++++++++++++++++------
+ 1 file changed, 16 insertions(+), 6 deletions(-)
+
+commit 7e97233c352b614aa316dfeb3a161db62c7b2bcd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 17:06:02 2023 -0600
+
+    [subset/cff1] Comment
+
+ src/hb-ot-cff1-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 86a550dc7e182a53eb950278b42d0243b7185f73
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 17:01:40 2023 -0600
+
+    [subset/cff1] Speed up string writing
+
+ src/hb-ot-cff1-table.hh | 10 +++++-----
+ src/hb-subset-cff1.cc   | 17 ++++++++++++++++-
+ 2 files changed, 21 insertions(+), 6 deletions(-)
+
+commit dc1b172408ae02a64cac6edefd333d3651f7e92c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 16:35:36 2023 -0600
+
+    [subset/cff1] Minor reuse a returned value
+
+ src/hb-subset-cff1.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 95341bcc15944efdb352c415a3b38b6c13ba5221
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 16:31:54 2023 -0600
+
+    [subset/cff1] Minor use {} initialization syntax
+
+ src/hb-subset-cff1.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit be0cec288b3cabf5d20f93fc32e3586cd4a9093e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 16:01:13 2023 -0600
+
+    [map] Micro-optimize iteration
+    
+    Make is_real() faster (removes a shift). is_used() gets inlined
+    so is not slowed down by this change.
+
+ src/hb-map.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9dbea6071a41eb8595e888146c74ea7efb790455
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 25 14:28:02 2023 -0600
+
+    [subset/cff1] Fix resource leak in error case
+
+ src/hb-subset-cff1.cc | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit e310473cec824c91a249bd23910ccb975d278b50
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Jun 24 21:50:58 2023 -0400
+
+    [use] Allow multiple CMAbv glyphs on subjoined
+
+ src/hb-ot-shaper-use-machine.rl | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d4bbe3f48663944385f25f608438e1eb678fc4b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 18:13:30 2023 -0600
+
+    [subset/cff] Reuse a calculate index total data size
+
+ src/hb-ot-cff-common.hh | 24 ++++++++++++++++--------
+ src/hb-subset-cff1.cc   |  5 +++--
+ src/hb-subset-cff2.cc   |  5 +++--
+ 3 files changed, 22 insertions(+), 12 deletions(-)
+
+commit ec0fbf8fa6ada90f6564b2d5c69c181aa3f4011f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 16:13:13 2023 -0600
+
+    [subset/ClassDef] Micro-optimize use_class_zero calc
+    
+    Probably never matters.
+
+ src/hb-ot-layout-common.hh | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+commit b557a84123a0bc9dec4dc3178301fd9a67a6c709
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 15:31:54 2023 -0600
+
+    [algs] Speed up fasthash for aligned uint64_t
+
+ src/hb-algs.hh | 26 ++++++++++++++++++++++----
+ 1 file changed, 22 insertions(+), 4 deletions(-)
+
+commit fc80d20cb5cd25ee2d2579f2da018870e76aaa0e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 15:21:30 2023 -0600
+
+    [serialize] Only hash at most 128 bytes for object_t
+    
+    Optimization. Shouldn't in reality bring down the hash performance.
+    Byte objects differ in their early bytes anyway.
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 19eb5e3b6ceb7f844af4f9cefdc2312ff2d763b1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 15:12:13 2023 -0600
+
+    [subset/cff1] Micro-optimize Charset::serialize
+
+ src/hb-ot-cff1-table.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit d36b87bde4ff91ad0eb0dbb19c7183c7d6d46d81
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 14:42:21 2023 -0600
+
+    [vector] Speed up hb_vector_t<hb_vector_t<U>>::realloc_vector
+    
+    Use in CFF subsetting.
+
+ src/hb-vector.hh | 19 ++++++++++++++++---
+ 1 file changed, 16 insertions(+), 3 deletions(-)
+
+commit b96eed02942e816b723abab73b272ab99b430390
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 14:30:21 2023 -0600
+
+    [vector] Speed up vector_t<vector_t<U>>::resize()
+    
+    Used in CFF subsetting...
+
+ src/hb-vector.hh | 15 ++++++++++++---
+ 1 file changed, 12 insertions(+), 3 deletions(-)
+
+commit b80b628a8aef423f7c04887e9802caab14fea187
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 13:41:42 2023 -0600
+
+    [subset/cff1] Speed up plan_subset_charset
+
+ src/hb-ot-cff1-table.hh | 21 +++++++++++++--------
+ src/hb-subset-cff1.cc   |  8 ++++++++
+ 2 files changed, 21 insertions(+), 8 deletions(-)
+
+commit 1902f6ccbb90fea33da74973657e6ecfec7a6c99
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 13:21:21 2023 -0600
+
+    [map] Inline an accessor function
+
+ src/hb-map.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 43d2ced8417c2a7666faf01f8e65fa14e40da2cb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 13:16:51 2023 -0600
+
+    [map] Minor remove a conditional
+
+ src/hb-map.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 817236dcb89672f1bd9fbbf9d43ffd5189da395e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 13:12:40 2023 -0600
+
+    [map] Speed up is_real
+
+ src/hb-map.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 628ffd052e2c7d6c4e9ffdce529e29b319066c30
+Merge: 33507a9c2 b10cff990
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 14:43:09 2023 -0400
+
+    Merge pull request #4287 from googlefonts/tuple_varstore_compile
+    
+    [instancer] compile tuple variations
+
+commit 33507a9c27cb45947e9e1cf6999e69891d0a7ae3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 12:40:35 2023 -0600
+
+    [subset/cff] Micro-optimize hb_plan_subset_cff_fdselect
+
+ src/hb-subset-cff-common.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ecb46f701376e127de68f40ee0bda98c0ec6c63a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 12:18:33 2023 -0600
+
+    [subset/cff1] Comment
+
+ src/hb-subset-plan.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 4332cb3376b03cf5d4acfb044228632da50a2a6a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 12:03:42 2023 -0600
+
+    [subset] Fix bot failure
+
+ src/hb-subset.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c4b2950debbe5ebeca88c68ec43f42398d4969a7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 11:55:39 2023 -0600
+
+    [subset/cff1] Use cached subset-accel for seac calculations
+    
+    Before we were creating a new (non-subset) accel each time.
+
+ src/hb-ot-cff1-table.cc | 6 +++---
+ src/hb-ot-cff1-table.hh | 4 +++-
+ src/hb-ot-cff2-table.hh | 2 ++
+ src/hb-subset-plan.cc   | 9 +++++----
+ 4 files changed, 13 insertions(+), 8 deletions(-)
+
+commit b10cff9906de237cb7f56abd9e4ba99959966954
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jun 20 13:36:10 2023 -0700
+
+    [instancer] address review comments
+    
+    manage memory through vector when possible
+
+ src/hb-ot-var-common.hh     | 267 ++++++++++++++++++++++----------------------
+ src/hb-ot-var-cvar-table.hh |  18 ++-
+ src/test-tuple-varstore.cc  |   8 +-
+ 3 files changed, 149 insertions(+), 144 deletions(-)
+
+commit 5f3991391863e97f84842d32c0b18e83e5ed2081
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 11:22:01 2023 -0600
+
+    [subset/cff] Move lazy cff-accelerator to cff-subset-accelerator
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4295
+
+ src/hb-ot-cff1-table.hh      |  8 ++++++++
+ src/hb-ot-cff2-table.hh      |  8 ++++++++
+ src/hb-subset-accelerator.hh |  4 ----
+ src/hb-subset-cff-common.hh  |  9 +++------
+ src/hb-subset-cff1.cc        | 13 ++++++-------
+ src/hb-subset-plan.cc        |  3 ---
+ src/hb-subset.cc             |  8 ++++++--
+ 7 files changed, 31 insertions(+), 22 deletions(-)
+
+commit 3a827123a1a4db75ab621e2c94e65816e4eaba58
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 11:16:57 2023 -0600
+
+    [benchmark-subset] Free cached face upon exist
+    
+    For better valgrind output.
+
+ perf/benchmark-subset.cc | 15 ++++++++++++++-
+ 1 file changed, 14 insertions(+), 1 deletion(-)
+
+commit 97d63e8d1d935cb1fdca08ccb0b53646a0165b13
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 10:43:34 2023 -0600
+
+    [subset/cff] Move serialize to accelerator
+
+ src/hb-ot-cff1-table.hh |  2 ++
+ src/hb-ot-cff2-table.hh |  3 +++
+ src/hb-subset-cff1.cc   | 33 ++++++++++++++++++---------------
+ src/hb-subset-cff2.cc   | 34 ++++++++++++++++++----------------
+ 4 files changed, 41 insertions(+), 31 deletions(-)
+
+commit 7344411cc248742358d623b4954558bcd21daa73
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 10:27:44 2023 -0600
+
+    [subset] Sprinkle some HB_NO_SUBSET_CFF
+
+ src/hb-subset-accelerator.hh | 3 +++
+ src/hb-subset-plan.cc        | 7 +++++--
+ src/hb-subset-plan.hh        | 2 ++
+ src/hb-subset.cc             | 2 ++
+ 4 files changed, 12 insertions(+), 2 deletions(-)
+
+commit 26f320dcd349813ec687fa0aaab40b2e844db6ca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 10:24:32 2023 -0600
+
+    [subset/cff] Remove unused method
+
+ src/hb-ot-cff1-table.hh | 2 --
+ src/hb-ot-cff2-table.hh | 2 --
+ src/hb-subset-cff1.cc   | 7 -------
+ src/hb-subset-cff2.cc   | 7 -------
+ 4 files changed, 18 deletions(-)
+
+commit 43ec78f92c4c26c50a9cddabfb36de697b41d4e0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 23 10:22:30 2023 -0600
+
+    [subset/cff] Cache CFF accelerator in hb_subset_plan_t
+    
+    This shows 7% speedup in:
+    BM_subset/subset_glyphs/SourceHanSans-Regular_subset.otf/retaingids/10
+
+ src/hb-atomic.hh             |  1 +
+ src/hb-machinery.hh          |  9 ++++++-
+ src/hb-ot-cff1-table.hh      | 15 ++++++++++-
+ src/hb-ot-cff2-table.hh      | 15 ++++++++++-
+ src/hb-subset-accelerator.hh | 29 +++++++++++----------
+ src/hb-subset-cff-common.hh  |  5 +---
+ src/hb-subset-cff1.cc        | 13 +++++-----
+ src/hb-subset-cff2.cc        | 11 ++++----
+ src/hb-subset-plan.cc        | 40 +++++++++++++++++++++++++++-
+ src/hb-subset-plan.hh        | 62 ++++++++++++++++++++++----------------------
+ src/hb-subset.cc             | 38 +++++++++++++++++++++------
+ 11 files changed, 165 insertions(+), 73 deletions(-)
+
+commit 154aae3af6db4c9b20060ec9e610fcdd0c1db366
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 20:41:16 2023 -0600
+
+    [subset] Minor use an auto variable
+    
+    I need this later. :D
+
+ src/hb-subset.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 64e49e0f71d02ccc1209f75aa725ef073a7fb036
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 20:27:20 2023 -0600
+
+    [subset-cff2] Store num_glyphs in plan
+    
+    Like cff1 code does.
+    
+    Also, check for .notdef, like cff1 code does.
+
+ src/hb-subset-cff2.cc | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit f05561dd4ef8002e89eaec4cac92b64090417660
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 20:25:04 2023 -0600
+
+    [subset-cff1] Use plan.num_glyphs instead of passing again
+
+ src/hb-subset-cff1.cc | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 7a124a0b4e4a3b901f3cb7bd9d4df76f176be0c6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 20:18:20 2023 -0600
+
+    [cff1] Use constructor for accelerator_templ_t
+
+ src/hb-ot-cff1-table.hh | 68 ++++++++++++++++++++++++-------------------------
+ src/hb-ot-cff2-table.hh |  1 -
+ src/hb-subset-cff1.cc   |  8 ++----
+ 3 files changed, 36 insertions(+), 41 deletions(-)
+
+commit ad025ddf05f1c9dc3eaaea00cd1a80adba7fa8bd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 20:09:36 2023 -0600
+
+    [subset-cff] Simplify a bit
+
+ src/Makefile.sources        |  2 --
+ src/hb-ot-cff1-table.hh     |  3 +--
+ src/hb-ot-cff2-table.hh     |  3 +--
+ src/hb-subset-cff-common.hh |  3 +++
+ src/hb-subset-cff1.cc       |  3 +--
+ src/hb-subset-cff1.hh       | 37 -------------------------------------
+ src/hb-subset-cff2.cc       |  3 +--
+ src/hb-subset-cff2.hh       | 37 -------------------------------------
+ src/meson.build             |  2 --
+ 9 files changed, 7 insertions(+), 86 deletions(-)
+
+commit e1753782c18beea4cee93001924985b83db92ccf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 19:45:29 2023 -0600
+
+    [subset-cff] Handle an error condition
+
+ src/hb-subset-cff-common.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit cb5f4d0c68d081f75245bdd0da9d75b0726acac5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 18:46:33 2023 -0600
+
+    [subset-plan] Avoid a copy in freeing name-table-overrides
+
+ src/hb-map.hh         | 2 +-
+ src/hb-subset-plan.hh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit d8fba5c6b016e7d6cead4b000b6947b9db240176
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Thu Jun 22 19:25:54 2023 -0400
+
+    [use] Add FM categories to `POST_BASE_FLAGS64`
+
+ src/hb-ot-shaper-use.cc                                  |   3 +++
+ .../fonts/d0430ea499348c420946f6abc2efc84fdf8f00e3.ttf   | Bin 0 -> 1308 bytes
+ test/shape/data/in-house/tests/use-syllable.tests        |   1 +
+ 3 files changed, 4 insertions(+)
+
+commit 6a17622a75cf8dea9f1cf5f7b1e4d9be9145ac49
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 18:35:10 2023 -0600
+
+    [array] Speed up iteration
+    
+    These are faster than relying on the random-access methods
+    (forward, rewind, item_it).
+
+ src/hb-array.hh | 21 +++++++++++++++++++++
+ 1 file changed, 21 insertions(+)
+
+commit f839bd11d250b953712733bdb3187eec3bf67419
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 17:29:57 2023 -0600
+
+    [multimap] Use one fewer object
+    
+    Also fix error-checking to check for sub-object errors.
+
+ src/hb-multimap.hh | 29 ++++++++++++++---------------
+ 1 file changed, 14 insertions(+), 15 deletions(-)
+
+commit 280edb909b0f0b244b8deb6e0e24eb2516ac038f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 17:07:31 2023 -0600
+
+    [map] Use a variable instead of function for is_trivial
+
+ src/hb-map.hh | 17 +++++++----------
+ 1 file changed, 7 insertions(+), 10 deletions(-)
+
+commit 0aa939e70f575e8f7715530a48550ef12ae68d4d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 17:05:55 2023 -0600
+
+    [map] Add a constexpr
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cf386e8ce2f28ae1ca40cec849b55e71c36636cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 17:02:10 2023 -0600
+
+    [map] Speed up resize()
+
+ src/hb-map.hh | 26 ++++++++++++++++++++------
+ 1 file changed, 20 insertions(+), 6 deletions(-)
+
+commit abd6c305ff5d1a6126624b906ceec870cd5f15ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 16:44:29 2023 -0600
+
+    [subset-plan] Micro-optimize
+
+ src/hb-subset-plan.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 7b53d2dbdde3b90f35651a449fc55ea27a7230d9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 16:35:11 2023 -0600
+
+    [subset] Avoid copying gid_to_unicode multimap
+    
+    Construct it in the accelerator directly.
+
+ src/hb-subset-accelerator.hh | 21 +++++++++++++--------
+ src/hb-subset-plan.cc        | 13 -------------
+ 2 files changed, 13 insertions(+), 21 deletions(-)
+
+commit 272e159c8987afb8b6d139b89cc1267b802027aa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 16:31:50 2023 -0600
+
+    [subset] Speed up populating reverse cmap
+
+ src/hb-subset-plan.cc | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 8f80d9d38db92a391ff5c0794f2a38176cd97e9e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 16:22:47 2023 -0600
+
+    [subset-accelerator] Avoid a multimap copy
+
+ src/hb-subset-accelerator.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f55619b8360505ff352c60e728dbf0c2e960e303
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jun 20 12:37:05 2023 -0700
+
+    [instancer] add subset () for cvar
+
+ src/hb-ot-var-cvar-table.hh | 40 +++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 39 insertions(+), 1 deletion(-)
+
+commit e39e02017e1537cd9f085b1f5999887a309c20c6
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jun 20 11:48:53 2023 -0700
+
+    [instancer] add serialize() method for TupleVariationData
+
+ src/hb-ot-var-common.hh | 67 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 67 insertions(+)
+
+commit 5ef0199da331959e6b27da90d1032f78d3d775ef
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jun 20 11:39:20 2023 -0700
+
+    [instancer] instantiate() and compile_bytes () for tuple_variations_t
+    
+    Also add testing code
+
+ src/hb-ot-var-common.hh    | 28 ++++++++++++++++++++++++++++
+ src/test-tuple-varstore.cc | 23 +++++++++++++++++++++++
+ 2 files changed, 51 insertions(+)
+
+commit 48c70ce5f667d6b24d7d4a72bc03095760dc3752
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jun 20 11:30:51 2023 -0700
+
+    [instancer] add compile_tuple_var_header()
+
+ src/hb-ot-var-common.hh | 116 ++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 116 insertions(+)
+
+commit 6354b71f81bb85951d84d245eb68ec4e107aea55
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jun 20 11:24:05 2023 -0700
+
+    [instancer] add compile_deltas() for tuple_delta_t
+
+ src/hb-ot-var-common.hh | 70 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 70 insertions(+)
+
+commit a00ad83a3bc0e86a16a791c0085403dd9a42b5a4
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jun 20 11:17:11 2023 -0700
+
+    [instancer] add encode_delta_run()
+
+ src/hb-ot-var-common.hh | 165 ++++++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 158 insertions(+), 7 deletions(-)
+
+commit 19e5033b9c8d24ee6ce2df124576d5d724d80fc2
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jun 20 11:02:41 2023 -0700
+
+    [instancer] add compile_all_point_sets() and find_shared_points ()
+    
+    compiled bytes for points set are stored in a hashmap
+
+ src/hb-ot-var-common.hh | 61 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 61 insertions(+)
+
+commit 065e0af5925f260a5fcd40ec0a502ec8aa3ada85
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jun 20 10:58:24 2023 -0700
+
+    [instancer] add compile_point_set() for tuple_variations_t
+    
+    Also add a byte_data_t struct to store compiled bytes
+
+ src/hb-ot-var-common.hh | 103 ++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 103 insertions(+)
+
+commit e41b688b50506844739794d715596f24c6ae9545
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Jun 12 13:25:19 2023 -0700
+
+    [instancer] fix bug in tuple varstore decompiling
+    
+    when points count is 0, it means deltas will apply to all points
+
+ src/hb-ot-var-common.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 5c2aa1a8e726b657db49b881c88ccf2c95a64899
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 11:02:22 2023 -0600
+
+    [syllabic] Add buffer messages for inserting dotted-circle
+
+ src/hb-ot-shaper-syllabic.cc | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit f0f6f6a8057a80ddb8a96ed05f1584e7780f29f0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 10:58:44 2023 -0600
+
+    [layout] More message massaging
+
+ src/hb-ot-layout.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 7232c01dce7384ad6c9acd3c9b97780abbe85c1f
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Jun 22 09:37:48 2023 -0700
+
+    [instancer-solver] add tests for instancer-solver crossing calculation fix
+
+ src/test-subset-instancer-solver.cc | 28 ++++++++++++++++++++++++++++
+ 1 file changed, 28 insertions(+)
+
+commit 37555f84891c50dfd7ca4478e81acfd8c9393988
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 22 10:21:19 2023 -0600
+
+    [layout] Trace chosen script tag
+
+ src/hb-ot-layout.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c56275c09c426261723c029644f7f355823c05b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 21 19:01:46 2023 -0600
+
+    [instancer-solver] Notation
+
+ src/hb-subset-instancer-solver.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit dbac23357f0ad9cba73965a4a00ca85bf01dcef9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 21 18:54:11 2023 -0600
+
+    [instancer-solver] Simplify, from upstream
+
+ src/hb-subset-instancer-solver.cc | 65 ++++++++-------------------------------
+ 1 file changed, 12 insertions(+), 53 deletions(-)
+
+commit 32a9ac2e3a581c68fffac0203d568944bb1d133b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 21 18:30:31 2023 -0600
+
+    [instancer/L4] Add a comment from upstream
+
+ src/hb-subset-instancer-solver.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 244f3224b9a6e9e22f65796a984ef7058e7af930
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 21 17:54:49 2023 -0600
+
+    [instancer-solver] Port optimization from upstream
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4291
+
+ src/hb-subset-instancer-solver.cc   | 165 +++++++++++++++++++++---------------
+ src/test-subset-instancer-solver.cc |   6 +-
+ 2 files changed, 101 insertions(+), 70 deletions(-)
+
+commit 197bb35972d66fa01b26bf6fcb1a2268717ef574
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 21 15:16:53 2023 -0600
+
+    [instancer-solver] Further simplify
+    
+    From https://github.com/fonttools/fonttools/pull/3179/commits/94e081611c6b40fa6284049a753479d1038bdb1c
+
+ src/hb-subset-instancer-solver.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6788932d81c163cc7634a6b04115e556a1b19299
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 21 15:16:19 2023 -0600
+
+    [instancer-solver] Simplify
+    
+    From https://github.com/fonttools/fonttools/pull/3179/commits/7385cbbc34080d5ed3e9017eb38945cfb03cfe17
+
+ src/hb-subset-instancer-solver.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit de0c5aed5b7ca26570eb91e25930813e9123fe56
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 21 15:14:23 2023 -0600
+
+    [instancer-solver] Backport bugfix from fonttools
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4289
+    
+    Test not ported yet.
+
+ src/hb-subset-instancer-solver.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a77f28286569b1d187aa7470a4721222a3fc44e7
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Jun 19 22:51:01 2023 +0000
+
+    Bump meson from 0.62.0 to 1.1.1 in /.ci
+    
+    Bumps [meson](https://github.com/mesonbuild/meson) from 0.62.0 to 1.1.1.
+    - [Release notes](https://github.com/mesonbuild/meson/releases)
+    - [Commits](https://github.com/mesonbuild/meson/compare/0.62.0...1.1.1)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: meson
+      dependency-type: direct:production
+      update-type: version-update:semver-major
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .ci/requirements.in  |  2 +-
+ .ci/requirements.txt | 14 +++++++-------
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
+commit a094a6bd9c9504bb9b6f7673ec5a81e8f0f89cbb
+Merge: db700b567 0be1e5a73
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 19 18:50:02 2023 -0400
+
+    Merge pull request #4275 from pnacht/pinned_pip
+    
+    Hash-pin Python dependencies in CI
+
+commit 0be1e5a73dc0d987848ff32592c569d34e7b2024
+Author: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+Date:   Mon Jun 19 20:49:38 2023 +0000
+
+    Use meson 0.62.0, remove retry
+    
+    Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+
+ .ci/requirements.in           |  2 +-
+ .ci/requirements.txt          |  6 +++---
+ .github/workflows/msvc-ci.yml | 33 +++++++--------------------------
+ 3 files changed, 11 insertions(+), 30 deletions(-)
+
+commit 3679293a450f62c1eb5318d87992b8f727c6517a
+Author: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+Date:   Mon Jun 19 19:46:41 2023 +0000
+
+    msvc-ci: Retry if meson setup is flaky
+    
+    Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+
+ .github/workflows/msvc-ci.yml | 35 +++++++++++++++++++++++++++--------
+ 1 file changed, 27 insertions(+), 8 deletions(-)
+
+commit 0ccb5c365f61319a68506ab5c5c08c9f12ea1ca5
+Author: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+Date:   Mon Jun 19 19:39:58 2023 +0000
+
+    Only use fonttools in msys2-ci
+    
+    Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+
+ .github/workflows/msys2-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 546508733d940202d009f95d9414aa229d17150c
+Author: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+Date:   Mon Jun 19 19:36:43 2023 +0000
+
+    Move fonttools to separate requirements file
+    
+    Necessary because msys2/mingw don't accept the other deps
+    (not supported?), and msys2-ci.yml only needs fonttools.
+    
+    Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+
+ .ci/requirements-fonttools.in  |  1 +
+ .ci/requirements-fonttools.txt | 42 ++++++++++++++++++++++++++++++++++++++++++
+ .ci/requirements.in            |  2 +-
+ .ci/requirements.txt           | 40 ++++++++++++++++++++++++++++++++++++----
+ 4 files changed, 80 insertions(+), 5 deletions(-)
+
+commit db700b5670d9475cc8ed4880cc9447b232c5e432
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jun 12 23:38:26 2023 +0000
+
+    [subset] fix fuzzer timeout.
+    
+    Fixes: https://oss-fuzz.com/testcase-detail/6681253479579648. Limits iteration of coverage table during MATH subset to valid glyphs.
+
+ src/hb-iter.hh                                           |   2 +-
+ src/hb-ot-math-table.hh                                  |   9 +++++----
+ ...-testcase-minimized-hb-subset-fuzzer-6681253479579648 | Bin 0 -> 3472 bytes
+ 3 files changed, 6 insertions(+), 5 deletions(-)
+
+commit e2722696793cacc8e58546e902451a9b2c65bac4
+Author: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+Date:   Mon Jun 12 14:36:49 2023 +0000
+
+    Bump meson to 0.60.0
+    
+    Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+
+ .ci/requirements.in  | 2 +-
+ .ci/requirements.txt | 5 +++--
+ 2 files changed, 4 insertions(+), 3 deletions(-)
+
+commit e39c4cf5a92881d81ba0219a7153116bb53ad59c
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Jun 12 10:58:52 2023 +0000
+
+    Bump ilammy/msvc-dev-cmd from 1.12.0 to 1.12.1
+    
+    Bumps [ilammy/msvc-dev-cmd](https://github.com/ilammy/msvc-dev-cmd) from 1.12.0 to 1.12.1.
+    - [Release notes](https://github.com/ilammy/msvc-dev-cmd/releases)
+    - [Commits](https://github.com/ilammy/msvc-dev-cmd/compare/7315a94840631165970262a99c72cfb48a65d25d...cec98b9d092141f74527d0afa6feb2af698cfe89)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: ilammy/msvc-dev-cmd
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/msvc-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d82c7623c5c146abeb4cea6e5dc8e6318a139a24
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Jun 12 10:58:57 2023 +0000
+
+    Bump actions/checkout from 3.5.2 to 3.5.3
+    
+    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
+    - [Release notes](https://github.com/actions/checkout/releases)
+    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
+    - [Commits](https://github.com/actions/checkout/compare/8e5e7e5ab8b370d6c329ec480221332ada57f0ab...c85c95e3d7251135ab7dc9ce3241c5835cc595a9)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: actions/checkout
+      dependency-type: direct:production
+      update-type: version-update:semver-patch
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/arm-ci.yml        | 2 +-
+ .github/workflows/configs-build.yml | 2 +-
+ .github/workflows/coverity-scan.yml | 2 +-
+ .github/workflows/linux-ci.yml      | 2 +-
+ .github/workflows/macos-ci.yml      | 2 +-
+ .github/workflows/msvc-ci.yml       | 2 +-
+ .github/workflows/msys2-ci.yml      | 2 +-
+ 7 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 1159b9d3ee0b5c772728aee035fe1a5220da11a9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 10 10:54:32 2023 -0600
+
+    [subset/cff1] Remove always-true check
+
+ src/hb-subset-cff1.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fad2c4aea6087e39c4589d5698acf93d1a56c173
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 10 10:22:27 2023 -0600
+
+    [subset/cff] Simplify a few serialize calls
+
+ src/hb-subset-cff1.cc | 24 ++++++++----------------
+ src/hb-subset-cff2.cc | 12 ++++--------
+ 2 files changed, 12 insertions(+), 24 deletions(-)
+
+commit 2e6919d5262e5fc747f6ac18057e8c0e286ade89
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 10 10:08:56 2023 -0600
+
+    [subset/cff2] Error handling
+    
+    Fixes https://oss-fuzz.com/testcase-detail/4916785942757376
+
+ src/hb-subset-cff2.cc                                     |  12 ++++++++++--
+ ...z-testcase-minimized-hb-subset-fuzzer-4916785942757376 | Bin 0 -> 331 bytes
+ 2 files changed, 10 insertions(+), 2 deletions(-)
+
+commit 5906f90ce1feb3894da4019fe4b34e788eb21c5b
+Author: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+Date:   Wed Jun 7 18:54:57 2023 +0000
+
+    Hash-pin Actions
+    
+    Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+
+ .github/workflows/arm-ci.yml        | 2 +-
+ .github/workflows/cifuzz.yml        | 2 +-
+ .github/workflows/configs-build.yml | 2 +-
+ .github/workflows/coverity-scan.yml | 2 +-
+ .github/workflows/linux-ci.yml      | 6 +++---
+ .github/workflows/macos-ci.yml      | 6 +++---
+ .github/workflows/msvc-ci.yml       | 8 ++++----
+ .github/workflows/msys2-ci.yml      | 4 ++--
+ 8 files changed, 16 insertions(+), 16 deletions(-)
+
+commit 0935b3279565ca3c5608a43dc5a4ce65e90b851f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 8 18:47:33 2023 -0600
+
+    [vector] Speed up shrink_vector for trivial destructors
+
+ src/hb-vector.hh | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit da2e2c8c25b45cadcebd814a3f42e3d32c4b5e93
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 8 17:16:53 2023 -0600
+
+    [subset/cff] Speed up offset writing
+
+ src/hb-ot-cff-common.hh | 52 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 52 insertions(+)
+
+commit c85ca75eff9658f727059afe3c79a8bc34281ece
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 8 15:57:49 2023 -0600
+
+    [buffer-verify] Simplify a couple ifs
+
+ src/hb-buffer-verify.cc | 19 ++++++-------------
+ 1 file changed, 6 insertions(+), 13 deletions(-)
+
+commit e527c17e239fbbc0856add5723be9b57e3a48662
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 8 15:56:12 2023 -0600
+
+    [buffer-verify] Don't consider shaping failure as error
+
+ src/hb-buffer-verify.cc | 18 ++----------------
+ 1 file changed, 2 insertions(+), 16 deletions(-)
+
+commit cb516075b6880352900d07016f1ccce2dada9c62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 8 15:50:53 2023 -0600
+
+    [buffer-verify] Error handling
+
+ src/hb-buffer-verify.cc | 41 +++++++++++++++++++++++------------------
+ 1 file changed, 23 insertions(+), 18 deletions(-)
+
+commit 39dd777a12573d488c05c4b59693302cb38f37e7
+Merge: fea47dd3f 3669a6271
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 8 15:25:20 2023 -0600
+
+    Merge pull request #4271 from googlefonts/change_axis_limits
+    
+    [instancer] change tuple variations' axis limits
+
+commit 3669a6271043912de8d0ee566a4effc3a56927f9
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Jun 8 13:26:37 2023 -0700
+
+    fix bot
+
+ src/hb-ot-var-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9fd367663a25bbcdcdff958ebc3665ddf8017077
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Jun 8 12:27:36 2023 -0700
+
+    [instancer] add testing code for change_tuple_variation_axis_limits()
+    
+    Also fixed a small bug
+
+ src/Makefile.am            |  2 +-
+ src/hb-ot-var-common.hh    |  2 +-
+ src/meson.build            |  2 +-
+ src/test-tuple-varstore.cc | 35 +++++++++++++++++++++++++++++++++++
+ 4 files changed, 38 insertions(+), 3 deletions(-)
+
+commit 8057661f077dbca4f8b1f702771b70a9e1e29dd4
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Jun 8 12:10:27 2023 -0700
+
+    [instancer] use axis tag as hashmap key instead of axis index
+    
+    This makes remove_axis() and set_tent() faster, which are used by
+    change_axis_limits ()
+
+ src/hb-ot-var-common.hh     | 16 ++++++++++++----
+ src/hb-ot-var-cvar-table.hh |  2 ++
+ src/test-tuple-varstore.cc  | 11 ++++++++---
+ 3 files changed, 22 insertions(+), 7 deletions(-)
+
+commit 389446c563f9caab73df6d58a43fc5d1ed991920
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Jun 8 09:07:47 2023 -0700
+
+    [instancer] add merge_tuple_variations ()
+
+ src/hb-ot-var-common.hh           | 27 +++++++++++++++++++++++++++
+ src/hb-subset-instancer-solver.hh | 18 ++++++++++++++++++
+ 2 files changed, 45 insertions(+)
+
+commit fea47dd3f2186175feaa710200277158f3698506
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 8 15:03:27 2023 -0600
+
+    [vector] Fix vector error handling when allocation used to be 0
+
+ src/hb-vector.hh | 16 +++++++++++++---
+ 1 file changed, 13 insertions(+), 3 deletions(-)
+
+commit 11308c4d1f4a8aaab11893810e9809cb76e4e1c6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 8 14:51:18 2023 -0600
+
+    [graph] Remove manual destruction
+    
+    Happens automatically by destructor.
+
+ src/graph/graph.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit d08aee5a7e5dde5158393e8f03c63fad8a4f3682
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 8 13:20:28 2023 -0600
+
+    Add fuzzing test
+
+ ...-testcase-minimized-hb-subset-fuzzer-6442117271257088 | Bin 0 -> 4043 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit dbdeb2649d3506b5179ff1bdedf3bc9b5442a038
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 8 12:08:29 2023 -0600
+
+    [vector] Keep allocated size when in error
+
+ src/hb-vector.hh | 12 ++++--------
+ 1 file changed, 4 insertions(+), 8 deletions(-)
+
+commit 9df07c3c303299ea782176aad901cd7831f4e025
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 8 11:46:06 2023 -0600
+
+    [gsubgpos] Prevent a leak in closure
+    
+    If the push wasn't successful we were constructing an
+    hb_set_t on the Crap data...  At least that's my reading
+    of the code.
+
+ src/hb-ot-layout-gsubgpos.hh | 48 ++++++++++++++++++++++++++------------------
+ 1 file changed, 29 insertions(+), 19 deletions(-)
+
+commit 0f0b3bee2157be6ad0c2ef9bbac39a9cae29e85c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 8 11:13:33 2023 -0600
+
+    [map] Fix use-after-move issue
+
+ src/hb-map.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit a67a7867d2f8e83b9c307f70b8997dedf3f9d154
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 20:24:02 2023 -0600
+
+    [cff] Tweak CFFIndex accessors again
+    
+    Faster; avoiding multiply.
+
+ src/hb-ot-cff-common.hh | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 04c5e46ac6258cc7fafda479cfce1594edb90a2b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 19:18:04 2023 -0600
+
+    [subset/cff] Fix comment
+
+ src/hb-ot-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8832da83091358c919f3b685d9d168bd92e1c1d5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 18:58:52 2023 -0600
+
+    [subset/cff] Comment
+
+ src/hb-ot-cff-common.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 092373f3512ea6b5f4e8280b5e81dc22ed2e4844
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 17:49:13 2023 -0600
+
+    [subset/cff] Comment
+
+ src/hb-ot-cff-common.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit e0b60bd08d8af88e61fea3b399b1654f3683be4f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 17:25:47 2023 -0600
+
+    [subset/cff1] Speed up remap_sids
+
+ src/hb-map.hh         | 13 +++++++++----
+ src/hb-subset-cff1.cc | 10 +++++-----
+ 2 files changed, 14 insertions(+), 9 deletions(-)
+
+commit 67b16247274d1fc04d36d4242680b0a06912eae0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 16:15:48 2023 -0600
+
+    [set] Simplify a few set iterations as range loop
+
+ src/OT/Layout/Common/CoverageFormat1.hh | 2 +-
+ src/OT/Layout/Common/CoverageFormat2.hh | 2 +-
+ src/graph/graph.hh                      | 3 +--
+ src/hb-bimap.hh                         | 3 +--
+ src/hb-ot-cmap-table.hh                 | 3 +--
+ src/hb-ot-layout-common.hh              | 5 ++---
+ src/hb-ot-layout.cc                     | 5 ++---
+ src/hb-ot-os2-table.hh                  | 3 +--
+ src/hb-subset-cff-common.hh             | 3 +--
+ src/test-gsub-get-alternates.cc         | 2 +-
+ 10 files changed, 12 insertions(+), 19 deletions(-)
+
+commit 988e4f068ebc3797a419eaefa16d2f8547c780bd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 15:57:47 2023 -0600
+
+    [iter] Comment
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0364c69e6d6209b65739968fb72f73e504e1fd20
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 15:52:18 2023 -0600
+
+    [iter] Add has_fast_len
+    
+    Set iterators are not random_access, but have fast len().
+
+ src/hb-array.hh              | 2 ++
+ src/hb-bit-set-invertible.hh | 1 +
+ src/hb-bit-set.hh            | 1 +
+ src/hb-iter.hh               | 1 +
+ src/hb-map.hh                | 2 +-
+ src/hb-vector.hh             | 2 +-
+ 6 files changed, 7 insertions(+), 2 deletions(-)
+
+commit 2d1589221ddcc64dedd6fa72b853e34b0fff0fab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 15:47:08 2023 -0600
+
+    [subset/hdmx] Remove an unintended vector copy
+
+ src/hb-ot-hdmx-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 81b2a56d5423d5b1476f279d0c720bb00ffa231b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 15:04:20 2023 -0600
+
+    [set] Micro-optimize iteration
+
+ src/hb-bit-set-invertible.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ad620af6f6d36f2e10d6affaf2112e3f35c656c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 14:59:22 2023 -0600
+
+    Revert "[iter] Another try at writing some for loops as range loops"
+    
+    This reverts commit 69c6928289cad871b5b096fbdcd2827fdb80c3ad.
+    
+    This had code size increase, and slows down non-random-access
+    iterators since it accesses __end__ which is O(n).
+
+ src/hb-iter.hh | 23 ++++++++++++-----------
+ 1 file changed, 12 insertions(+), 11 deletions(-)
+
+commit 59f2d2f6c2aa61e9e859934a7b710d822e905610
+Author: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+Date:   Wed Jun 7 19:50:09 2023 +0000
+
+    Set dependabot to update requirements.txt
+    
+    Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+
+ .github/dependabot.yml | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 7c08bb85d589cc1ae5f506832dd90efddf0a06a6
+Author: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+Date:   Wed Jun 7 19:47:57 2023 +0000
+
+    Adopt requirements.txt file in workflows
+    
+    Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+
+ .github/workflows/linux-ci.yml | 2 +-
+ .github/workflows/macos-ci.yml | 2 +-
+ .github/workflows/msvc-ci.yml  | 2 +-
+ .github/workflows/msys2-ci.yml | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+commit a8e2f1b6eaf31d76e41e46dc70aba35263c671be
+Author: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+Date:   Wed Jun 7 19:40:26 2023 +0000
+
+    Add .ci/requirements files
+    
+    Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+
+ .ci/requirements.in  |   4 ++
+ .ci/requirements.txt | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 179 insertions(+)
+
+commit 80d6e996d75e46e3aa2c3ab32fc898a6d22af556
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 14:21:40 2023 -0600
+
+    [subset/cff1] Fix wrong comma location!
+
+ src/hb-ot-cff1-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 69c6928289cad871b5b096fbdcd2827fdb80c3ad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 14:11:02 2023 -0600
+
+    [iter] Another try at writing some for loops as range loops
+
+ src/hb-iter.hh | 23 +++++++++++------------
+ 1 file changed, 11 insertions(+), 12 deletions(-)
+
+commit 138461beb474cc65fe4b967efbd12b4e7753ead1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 14:07:39 2023 -0600
+
+    [susbet/cff] Minor remove one indirection
+
+ src/hb-ot-cff-common.hh | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 41369b661735242937ebc7734edea27984ca3b1d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 14:04:42 2023 -0600
+
+    Revert "[subset/cff1] Optimize writing of consecutive names"
+    
+    This reverts commit 3b25a630403b65eb5608d10c3b8d082a141bd5c8.
+    
+    Not worth it. Shows 0.5% speedup only on SourceSansPro/retaingids/10
+    
+    Doesn't have code size increase though.
+
+ src/hb-ot-cff-common.hh | 23 -----------------------
+ src/hb-ot-cff1-table.hh |  2 +-
+ 2 files changed, 1 insertion(+), 24 deletions(-)
+
+commit 3b25a630403b65eb5608d10c3b8d082a141bd5c8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 14:04:25 2023 -0600
+
+    [subset/cff1] Optimize writing of consecutive names
+
+ src/hb-ot-cff-common.hh | 23 +++++++++++++++++++++++
+ src/hb-ot-cff1-table.hh |  2 +-
+ 2 files changed, 24 insertions(+), 1 deletion(-)
+
+commit 78082357c8bcee2adea53caa9da8cee1c7ec2970
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 12:43:05 2023 -0600
+
+    Revert "[iter] Rewrite some loops as range loops"
+    
+    This reverts commit 7a5242a30f3c41755a095909989221b4d22690ef.
+    
+    This times out test-set. Obviously broke something (in hb_all
+    I think). Not bothering to figure out right now.
+
+ src/hb-iter.hh | 35 ++++++++++++++++++-----------------
+ 1 file changed, 18 insertions(+), 17 deletions(-)
+
+commit 7a5242a30f3c41755a095909989221b4d22690ef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 12:36:15 2023 -0600
+
+    [iter] Rewrite some loops as range loops
+
+ src/hb-iter.hh | 35 +++++++++++++++++------------------
+ 1 file changed, 17 insertions(+), 18 deletions(-)
+
+commit cc9651d55d4909ba3baed8b089ee44f8a2a6c270
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 12:20:48 2023 -0600
+
+    [map] Micro-optimize
+
+ src/hb-map.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 79113ec3b19b80f79efb92214c04774cb7556c7c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 12:14:43 2023 -0600
+
+    [subset/cff1] Micro-optimize String writing
+
+ src/hb-ot-cff1-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5fe96213aae0cac6f6ef25fdbb7ef64a0c6cd557
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 12:05:57 2023 -0600
+
+    [subset/cff] Micro-optimize CFFIndex writing
+
+ src/hb-ot-cff-common.hh | 25 +++++++++++++------------
+ 1 file changed, 13 insertions(+), 12 deletions(-)
+
+commit 70b13ef00ba86f8315a56d44f3ad065b9a81763c
+Merge: b80b6a4f5 01f9b7977
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 7 11:46:37 2023 -0600
+
+    Merge pull request #4267 from googlefonts/decompile_tuple_varstore
+    
+    [instancer] decompile tuple varstore
+
+commit b80b6a4f5fc64027c43adbe60942a468db81a017
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 6 18:11:55 2023 -0600
+
+    [cff] Remove unused types
+
+ src/hb-ot-cff-common.hh | 5 +----
+ src/hb-ot-cff1-table.hh | 3 +--
+ src/hb-ot-cff2-table.hh | 1 -
+ 3 files changed, 2 insertions(+), 7 deletions(-)
+
+commit 26ac1d4b485c2b96fdc9069583f443b1ab455ab5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 6 18:08:59 2023 -0600
+
+    [cff] Remove unused method
+
+ src/hb-ot-cff-common.hh | 40 +---------------------------------------
+ 1 file changed, 1 insertion(+), 39 deletions(-)
+
+commit c6ce1f81ece74e20e4ae8b4b4d424a1694c3ed15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 6 17:17:29 2023 -0600
+
+    [cff] Micro-optimize CFFIndex::operator[]
+
+ src/hb-ot-cff-common.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit a55d0b88662c01471f254a452650703586820b4e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 6 17:13:09 2023 -0600
+
+    [subset/cff] Inline type only used once
+
+ src/hb-cff-interp-common.hh | 2 --
+ src/hb-ot-cff1-table.hh     | 2 +-
+ 2 files changed, 1 insertion(+), 3 deletions(-)
+
+commit 2960d13f1bcd573f985b44a40f7340694a99dd9b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 6 16:24:28 2023 -0600
+
+    [subset/cff1] Micro-optimize string writing
+
+ src/hb-ot-cff1-table.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 35e152b9f44a3bbac48a1837d91962fa8619d80f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 6 16:21:14 2023 -0600
+
+    [subset/cff] Micro-optimize CFFIndex for empty strings
+
+ src/hb-ot-cff-common.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit acae5ed25c0da62153c9dd5c1d377886039384cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 6 16:18:44 2023 -0600
+
+    [subset/cff1] Speed up sid mapping
+    
+    Don't need a full inc_bimap.
+
+ src/hb-ot-cff1-table.hh |  2 +-
+ src/hb-subset-cff1.cc   | 13 +++++++++++--
+ 2 files changed, 12 insertions(+), 3 deletions(-)
+
+commit 9e80f6b1b6a8481252368923ae5b4f10ee7c1d2c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 6 15:38:14 2023 -0600
+
+    [subset/cff1] Speed up plan_subset_charset
+    
+    25% speedup in --benchmark_filter=subset_glyphs/SourceSansPro'.*retaingids/10
+
+ src/hb-subset-cff1.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit fd13aa9effceb1ad87d48ad35c2271217324b6c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 6 15:33:51 2023 -0600
+
+    [subset/cff1] Optimize CFF::CFF1StringIndex::serialize
+
+ src/hb-ot-cff1-table.hh | 8 ++------
+ 1 file changed, 2 insertions(+), 6 deletions(-)
+
+commit ada1e9a924b7a38071757511117892d3b76cb475
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 6 14:46:06 2023 -0600
+
+    [graph/serialize] Handle empty blob
+    
+    Fixes https://oss-fuzz.com/testcase-detail/4877513265119232
+
+ src/graph/serialize.hh                                     |   3 +++
+ ...-testcase-minimized-hb-repacker-fuzzer-4877513265119232 | Bin 0 -> 10 bytes
+ 2 files changed, 3 insertions(+)
+
+commit a92b288e655a94e076f0c3205f99e9162d35e20c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 6 14:32:25 2023 -0600
+
+    [serializer] Handle snapshotting when current is nullptr
+    
+    Happens with memory failure / fuzzing.
+    
+    Fixes https://oss-fuzz.com/testcase-detail/6292420615340032
+
+ src/hb-serialize.hh                                    |  17 +++++++++++++----
+ ...estcase-minimized-hb-subset-fuzzer-6292420615340032 | Bin 0 -> 2116 bytes
+ 2 files changed, 13 insertions(+), 4 deletions(-)
+
+commit 01f9b79777ab4ad26a04b37f96bd6db841fdbe33
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Jun 5 17:26:20 2023 -0700
+
+    address review comments
+
+ src/Makefile.am                                    |  8 +++----
+ src/hb-ot-var-common.hh                            | 26 ++++++----------------
+ src/hb-ot-var-cvar-table.hh                        |  2 +-
+ src/meson.build                                    |  2 +-
+ ...le-tuple-varstore.cc => test-tuple-varstore.cc} |  0
+ 5 files changed, 13 insertions(+), 25 deletions(-)
+
+commit f01ebe97b294444704c06c0501afddf999faddbe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 5 21:38:37 2023 -0600
+
+    [vector] Minor write more idiomatic
+
+ src/hb-vector.hh | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+commit cd8f7c02017e8b574639463587460d09f12b4477
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 5 17:17:44 2023 -0600
+
+    [subset/cff] Optimize fdselect
+
+ src/hb-subset-cff-common.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 796a0df93e7c84f97aaba13ddb41a00447e2e902
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Jun 5 15:33:43 2023 -0700
+
+    try to fix bot
+
+ src/hb-ot-var-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit dcecb4d16b6ed34a79db245bb191d7b295585fdd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 5 16:03:36 2023 -0600
+
+    [subset/ValueFormat] Micro-optimize
+
+ src/OT/Layout/GPOS/ValueFormat.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 5676adefbc49174aaa654bf2df826c2712a039a9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 5 15:56:19 2023 -0600
+
+    [subset/cff1] Remove an unneeded copy method
+    
+    Same as serializer embed().
+
+ src/hb-ot-cff-common.hh | 10 ----------
+ src/hb-subset-cff1.cc   |  2 +-
+ 2 files changed, 1 insertion(+), 11 deletions(-)
+
+commit 7d9698123ce38fbada898760c748bddad0662831
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 5 15:44:50 2023 -0600
+
+    [subset/cff1] Micro-optimize
+    
+    Is ugly but shows speedup.
+
+ src/hb-ot-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 469e82a2275355e8dd814fc9d6b3f01788c08dfa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 5 15:23:22 2023 -0600
+
+    [subset/PairPos] Micro-optimize
+
+ src/OT/Layout/GPOS/PairPosFormat2.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 6593d2aabac47a1e1953a0b9e74a401c02a02e93
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 5 15:11:43 2023 -0600
+
+    [subset/PairPos] Speed up
+
+ src/OT/Layout/GPOS/PairPosFormat2.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit ed6bee20047ed5b97e6ed9ee460bf5c551341e71
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Jun 5 14:03:22 2023 -0700
+
+    [instancer] add a test for decompile cvar tuple variations data
+
+ src/Makefile.am                      |  5 +++
+ src/meson.build                      |  1 +
+ src/test-decompile-tuple-varstore.cc | 79 ++++++++++++++++++++++++++++++++++++
+ 3 files changed, 85 insertions(+)
+
+commit bd9cdecd59b24f0886df3ce605fc1a8be18c4546
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Jun 5 13:52:05 2023 -0700
+
+    [instancer] add decompile_tuple_variations() for cvar table
+
+ src/hb-ot-var-cvar-table.hh | 19 +++++++++++++++++++
+ 1 file changed, 19 insertions(+)
+
+commit 452990edcae85e5f46e083cbb4494a38845ae791
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 17:46:36 2023 -0600
+
+    [cff1] Add TODO
+
+ src/hb-ot-cff1-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 072c9c06e0ebba7b93e1e1eb1388c59dac6d8d8f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 16:04:29 2023 -0600
+
+    Revert "[subset/cff1] Micro-optimize"
+    
+    This reverts commit 93020621f0651920ff92e19f543fbf2351c8311b.
+    
+    This slowed down the common path actually.
+
+ src/hb-ot-cff1-table.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit f102d57a526a8c32de2e89bec630c0f8aa417bc7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 16:03:34 2023 -0600
+
+    [subset/cff1] Micro-optimize
+
+ src/hb-ot-cff1-table.hh | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit cdfbd7b6c6d00a6ff31496d1797c957406b94239
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 15:58:14 2023 -0600
+
+    [subset/cff1] Micro-optimize
+
+ src/hb-ot-cff1-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7b97262b03bf86fe19901820903fe508e563787a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 15:55:18 2023 -0600
+
+    [subset/cff1] Micro-optimize
+
+ src/hb-ot-cff1-table.hh | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+commit 59387dbe43806d37e094bea15ee3b017a3fbaa8c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 5 14:47:27 2023 -0600
+
+    [subset/cff] Speed up sid mapping
+
+ src/hb-ot-cff1-table.hh | 47 +++++++++++++++++++++++++++++++++--------------
+ src/hb-subset-cff1.cc   | 14 ++++++++------
+ 2 files changed, 41 insertions(+), 20 deletions(-)
+
+commit 2012df0755f88f7d104e7c08897ad85b52b659ea
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Jun 5 13:46:04 2023 -0700
+
+    [instancer] add struct tuple_variation_t
+    
+    And add function to decompile TupleVariationData into the struct
+
+ src/hb-ot-var-common.hh | 111 ++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 111 insertions(+)
+
+commit 9f508b7393ed4cb9dbcd3ebf1ccd30cc33e5add8
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Jun 5 13:35:28 2023 -0700
+
+    [instancer] add unpack_axis_tuples () in TupleVariationHeader
+
+ src/hb-ot-var-common.hh | 47 +++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 47 insertions(+)
+
+commit ffc6899b0cb788304d2ee7a8c415c3be8d04691b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 5 14:16:47 2023 -0600
+
+    [subset/cff1] Use a vector, instead of map, for glyph_to_sid_map
+    
+    Much faster.
+
+ src/hb-ot-cff1-table.hh     | 20 ++++++++++++--------
+ src/hb-ot-cff2-table.hh     |  2 +-
+ src/hb-subset-cff-common.hh | 12 +++++++++---
+ src/hb-subset-cff1.cc       | 13 ++++++++-----
+ 4 files changed, 30 insertions(+), 17 deletions(-)
+
+commit 7b0ecbd8960e376c9c2d8bb9e95b4d9b616d1743
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Jun 5 13:08:12 2023 -0700
+
+    [instancer] add struct tuple_delta_t to represent 1 tuple variation
+
+ src/hb-ot-var-common.hh | 126 ++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 126 insertions(+)
+
+commit 1636e112c477369e0c95192ce7c94966fe48c85c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 5 13:44:00 2023 -0600
+
+    [cff] Micro-optimize
+
+ src/hb-ot-cff-common.hh | 18 ++++++------------
+ 1 file changed, 6 insertions(+), 12 deletions(-)
+
+commit 27299e0d20fa06dfbde60631c6273db8624ac0c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 5 13:41:04 2023 -0600
+
+    [subset/cff] Minor use hb_len()
+
+ src/hb-ot-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 377ccb31e16389887980bdea2830ce7829b50960
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 5 13:38:06 2023 -0600
+
+    [subset/cff] Speed up set_offset_at
+
+ src/hb-ot-cff-common.hh | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit 90122925ffcd786365bfb1907c3e6b88230b73d0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 5 13:33:10 2023 -0600
+
+    [subset/cff1] Minor speedup
+
+ src/hb-subset-cff1.cc | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 238cb0fbfd6f7143ad718c7aa488c30865f253fd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 5 13:27:03 2023 -0600
+
+    [subset/cff1] Speed up for retaingids
+
+ src/hb-subset-cff1.cc | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 9de413bf010d7a73082931ee081f595fa5e24acd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 17:43:48 2023 -0600
+
+    [subset/cff1] Micro-optimize
+
+ src/hb-subset-cff1.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit ca353e644d3b920f9559cdc7b29b7460edee7f88
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 17:25:29 2023 -0600
+
+    [subset/cff1] Style
+
+ src/hb-subset-cff1.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit e077ca893eadd993bd52bb902c6f43e488f4a509
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 16:23:36 2023 -0600
+
+    [subset/cff] Micro-optimize
+
+ src/hb-subset-cff1.cc | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit 126d1441964840808a1551fe404beec7f1fe8c5e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 16:23:36 2023 -0600
+
+    [subset/cff] Micro-optimize
+
+ src/hb-subset-cff-common.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit a24025c90d6ccc2846b1bec71fa3ad86329fe3c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 16:15:43 2023 -0600
+
+    [subset/cff1] Micro-optimize
+
+ src/hb-subset-cff1.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 5a3ac0ab349067308dec04a36fac4d58f46c4c42
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 15:37:25 2023 -0600
+
+    [subset/cff1] Another micro-optimization
+
+ src/hb-subset-cff1.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 331398286aa5a7ec7fc7066ae9959756f8ee1735
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 15:33:22 2023 -0600
+
+    [subset/cff1] Micro-optimize
+
+ src/hb-subset-cff1.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 595aa58379bbbb14149212b9619f6047751d6f78
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 15:24:36 2023 -0600
+
+    [UnsizedArray] Minor simplify operator[]
+
+ src/hb-open-type.hh | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit 319ea3b967fdcac14af55ce229740f2fd3c764af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 15:23:20 2023 -0600
+
+    [UnsizedArrayOf] Simplify operator[]
+    
+    No need to check for overflow. Caller is responsible for correct
+    access.
+
+ src/hb-open-type.hh | 10 ++--------
+ 1 file changed, 2 insertions(+), 8 deletions(-)
+
+commit 6188a3f5a42644b1b86082012c046c23ba443393
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 15:12:56 2023 -0600
+
+    [subset/cff] Minor signedness change
+
+ src/hb-ot-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 887f299351a79f608ac93fbee1ec4f4f7fc7e02c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 15:11:17 2023 -0600
+
+    [susbet/cff] Reuse iterator
+
+ src/hb-ot-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f5b82846336fd01e6ef613c8bd0cf5456da2db35
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 15:10:08 2023 -0600
+
+    [subset/cff1] Minor use hb_len
+
+ src/hb-ot-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 70638170714e417921eb98db001c3248ed235d46
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 15:03:16 2023 -0600
+
+    [subset/cff1] Speed up writing 1byte charstrings
+    
+    As in the holes of retaingids.
+
+ src/hb-ot-cff-common.hh | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 21ff023a46b567b4d2b6297088e205b83ab1bbdf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 14:08:24 2023 -0600
+
+    [subset/cff1] Speed up encoding for retaingids
+
+ src/hb-subset-cff1.cc | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+commit b15222399822baf52a735743ca281bcd98173fec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 13:58:10 2023 -0600
+
+    [cff] Minor type change
+
+ src/hb-ot-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 640774b9f190226609d5948183d1df8055ceceb4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 13:26:14 2023 -0600
+
+    [subset/cff] Speed up subsr subset for retaingids
+
+ src/hb-subset-cff-common.hh | 32 +++++++++++++++-----------------
+ 1 file changed, 15 insertions(+), 17 deletions(-)
+
+commit 6b11a3d971807f6fa90f284739491acc4ed21cca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 13:18:43 2023 -0600
+
+    [subset/cff] Speed up closure_subroutines for retaingids
+
+ src/hb-subset-cff-common.hh | 14 ++++++--------
+ 1 file changed, 6 insertions(+), 8 deletions(-)
+
+commit 31014832a9925bbc2ad892fa5de1704e8e8f5312
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 12:58:02 2023 -0600
+
+    [cff1] More hygiene
+
+ src/hb-ot-cff1-table.hh | 15 ++++++++++-----
+ src/hb-subset-cff1.cc   |  4 ++--
+ 2 files changed, 12 insertions(+), 7 deletions(-)
+
+commit bf0a08c930506a7301517f5678c2fdb1b34b6595
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 12:54:35 2023 -0600
+
+    [cff1] Hygiene
+
+ src/hb-open-type.hh     |  2 +-
+ src/hb-ot-cff1-table.hh | 13 +++++++------
+ src/hb-subset-cff1.cc   |  2 +-
+ 3 files changed, 9 insertions(+), 8 deletions(-)
+
+commit ebc5257e29fb803e0b7c893a2dc0187c3641040f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 11:25:16 2023 -0600
+
+    [cff1] Add a couple of unlikely's
+
+ src/hb-ot-cff1-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9cdc0b6419d3371c94c919a100b64ece99e89fe0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 11:18:56 2023 -0600
+
+    [subset/cff] Speed up subset_cff_fdselect
+
+ src/hb-ot-cff-common.hh     | 31 +++++++++++++++++++++++++++----
+ src/hb-subset-cff-common.cc |  5 ++++-
+ 2 files changed, 31 insertions(+), 5 deletions(-)
+
+commit 858a022358807720d6ff7fc20206484997766524
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 10:55:41 2023 -0600
+
+    Revert "[cff] Optimize writing out Index offsets"
+    
+    This reverts commit 78ba23c58766c16992ddc4e3af403824aa845fe2.
+    
+    Not enough gain, and bloats code size.
+
+ src/hb-ot-cff-common.hh | 52 -------------------------------------------------
+ 1 file changed, 52 deletions(-)
+
+commit 78ba23c58766c16992ddc4e3af403824aa845fe2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 10:52:19 2023 -0600
+
+    [cff] Optimize writing out Index offsets
+
+ src/hb-ot-cff-common.hh | 52 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 52 insertions(+)
+
+commit 89ce804833a3d4f53cbdfdc728eea3c393a84ecd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 10:20:39 2023 -0600
+
+    [serialize] Remove attribute malloc
+    
+    This broke tests. It wasn't technically correct.
+
+ src/hb-serialize.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 3f2a1b644a470d5dcc9b8347a2cc1914b3550da3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 10:13:53 2023 -0600
+
+    Fix build
+
+ src/hb-ot-cmap-table.hh | 2 +-
+ src/hb-serialize.hh     | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit e1715056fc15ce37ff486486ea89ee51412d3e51
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 10:09:02 2023 -0600
+
+    [serialize] One more attribute
+
+ src/hb-serialize.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 15048e50ece21a8b22b4c00c728f7c841175f560
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 10:07:04 2023 -0600
+
+    [serialize] Add more function attributes
+
+ src/OT/glyf/SubsetGlyph.hh | 2 +-
+ src/hb-serialize.hh        | 6 ++++--
+ 2 files changed, 5 insertions(+), 3 deletions(-)
+
+commit aad12ca649ddb0979f4815b0fd824bae9c918abe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 09:57:51 2023 -0600
+
+    [serialize] Add a few function attributes
+
+ src/hb-serialize.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 4e076da9d0492dba35d38305876cc6d5badf6f75
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 09:48:42 2023 -0600
+
+    Another try at fixing build
+
+ src/OT/name/name.hh | 14 ++++++--------
+ 1 file changed, 6 insertions(+), 8 deletions(-)
+
+commit b08866afda7f88b8df4e6603e4e35adfbe7e0761
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 09:44:37 2023 -0600
+
+    Fix build
+
+ src/OT/name/name.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 82741304d3636de1a6ffbe5ca13012bebb94229b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 09:41:41 2023 -0600
+
+    [subset] start_embed never returns nullptr
+    
+    Remove checks.
+
+ src/OT/Color/CBDT/CBDT.hh                          |  8 +-----
+ src/OT/Color/COLR/COLR.hh                          |  3 +--
+ src/OT/Color/sbix/sbix.hh                          |  5 ----
+ src/OT/Layout/GDEF/GDEF.hh                         |  3 ---
+ src/OT/Layout/GPOS/AnchorFormat3.hh                |  1 -
+ src/OT/Layout/GPOS/CursivePosFormat1.hh            |  1 -
+ .../Layout/GSUB/ReverseChainSingleSubstFormat1.hh  |  1 -
+ src/OT/glyf/glyf.hh                                |  5 ++--
+ src/OT/name/name.hh                                |  3 +--
+ src/hb-ot-cff-common.hh                            |  2 +-
+ src/hb-ot-cmap-table.hh                            |  8 ++----
+ src/hb-ot-hdmx-table.hh                            |  3 +--
+ src/hb-ot-hmtx-table.hh                            |  3 +--
+ src/hb-ot-layout-common.hh                         | 14 +++++-----
+ src/hb-ot-layout-gsubgpos.hh                       |  6 +----
+ src/hb-ot-math-table.hh                            |  4 ---
+ src/hb-ot-post-table.hh                            |  3 +--
+ src/hb-ot-stat-table.hh                            |  2 --
+ src/hb-ot-var-common.hh                            |  1 -
+ src/hb-ot-vorg-table.hh                            |  2 +-
+ src/hb-subset-cff1.cc                              | 31 +++++++---------------
+ src/hb-subset-cff2.cc                              | 20 +++++---------
+ 22 files changed, 37 insertions(+), 92 deletions(-)
+
+commit c2eaedd2cda2da854834f1fd59dadffeec9b45cd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 09:25:07 2023 -0600
+
+    [fuzzing] Add a test font
+    
+    From https://oss-fuzz.com/testcase-detail/5855710991482880
+
+ ...case-minimized-hb-subset-fuzzer-5855710991482880.fuzz | Bin 0 -> 1048 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit af3fdf1f9e09fb7e47d4528d81fd510730b80745
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 09:22:42 2023 -0600
+
+    [subset/glyf] Simplify error handling
+
+ src/OT/glyf/glyf.hh | 31 ++++++++++---------------------
+ 1 file changed, 10 insertions(+), 21 deletions(-)
+
+commit 3dd1de46d637f36bc30bbd7dd8be3a058d1f1864
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 09:15:14 2023 -0600
+
+    [subset/glyf] Fix a few return_trace's
+
+ src/OT/glyf/glyf.hh | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit 73f2f935a077274fef3343e36352b4e01678d662
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 4 09:12:18 2023 -0600
+
+    [subset/glyf] Fix another leak
+
+ src/OT/glyf/glyf.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 3d08a2f10cada7c72513d9491ddf66820ef008fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 23:38:38 2023 -0600
+
+    [subset/glyf] Fix leak
+
+ src/OT/glyf/glyf.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit fc33200d79aacd007773b8ed6c64486848b8ebc7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 23:29:39 2023 -0600
+
+    [subset/glyf] Avoid a vector copy
+    
+    Oops!
+
+ src/OT/glyf/glyf.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3bfcbd61490a3fc44f28b813aa8a89bcb9e60e48
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 23:17:56 2023 -0600
+
+    [subset/glyf] Minor use range lopp
+
+ src/OT/glyf/glyf.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 917c8d0ac526ef1a0217e74f2e9553fd81cbb6b9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 23:15:56 2023 -0600
+
+    [subset/glyf] Minor change of value
+
+ src/OT/glyf/glyf.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2b8c43135ad409c9d613a1e80a43924594fa1c3f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 23:01:27 2023 -0600
+
+    [vector] Oops!
+
+ src/hb-vector.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 054f966a570ef37e0153b6591cbb2ff165517738
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 22:52:16 2023 -0600
+
+    [subset/cff1] Don't allocate memory for retaingid holes
+    
+    40% speedup in BM_subset/subset_glyphs/SourceHanSans-Regular_subset.otf/retaingids/10
+    benchmark.
+
+ src/hb-cff-interp-common.hh |  2 ++
+ src/hb-static.cc            |  3 +++
+ src/hb-subset-cff-common.hh | 14 ++++++++++++--
+ src/hb-vector.hh            | 10 ++++++++--
+ 4 files changed, 25 insertions(+), 4 deletions(-)
+
+commit b5792f117a8df69025baf0543bc978a0e0f6ee72
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 22:24:06 2023 -0600
+
+    [subset] Reuse num_glyphs in various places
+
+ src/OT/Color/CBDT/CBDT.hh   | 3 ++-
+ src/hb-ot-var-hvar-table.hh | 3 ++-
+ src/hb-subset-cff-common.hh | 6 ++++--
+ src/hb-subset-cff1.cc       | 5 +++--
+ 4 files changed, 11 insertions(+), 6 deletions(-)
+
+commit 7e4311a868e33d21eccb0f714572f552028931c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 22:11:47 2023 -0600
+
+    [cff] Speed up for retaingids
+
+ src/hb-subset-cff-common.hh | 26 ++++++++++++++++----------
+ 1 file changed, 16 insertions(+), 10 deletions(-)
+
+commit ca237e6ba89193c92161298accc57b2a6542a296
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 22:07:29 2023 -0600
+
+    [subset/cff] Reuse num_glyphs
+
+ src/hb-subset-cff-common.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 1590754ba8f292df6e1e1b58ff874fb0efda87ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 22:04:52 2023 -0600
+
+    [subset/cff] Speed up for retaingids
+
+ src/hb-subset-cff-common.cc | 20 ++++++++++++--------
+ 1 file changed, 12 insertions(+), 8 deletions(-)
+
+commit dff3a936d21703d0a548546f5fcfa3a122beda27
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 22:00:28 2023 -0600
+
+    [subset/cff1] Speed up for retaingids
+
+ src/hb-subset-cff1.cc | 11 +++++++++--
+ 1 file changed, 9 insertions(+), 2 deletions(-)
+
+commit fa8d15d520b9b1f9012aef7ecdf4f3947c162e96
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 21:58:21 2023 -0600
+
+    [subset/cff1] Reuse num_glyphs
+
+ src/hb-subset-cff1.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 937ead2f02a13d551b428a8358a5e17550387ee6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 21:38:56 2023 -0600
+
+    [subset/hvar] Speed up for retaingids
+
+ src/hb-ot-var-hvar-table.hh | 32 ++++++++++++++++++--------------
+ 1 file changed, 18 insertions(+), 14 deletions(-)
+
+commit acab716b1c8b1a071d0551f8e4df07444b2c0446
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 21:15:36 2023 -0600
+
+    [subset/hvar] Speed up for retaingids
+
+ src/hb-ot-var-hvar-table.hh | 24 ++++++++++++------------
+ 1 file changed, 12 insertions(+), 12 deletions(-)
+
+commit bc6dbf436a373579f405b6bf91c256b7ac779f92
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 21:09:33 2023 -0600
+
+    [subset/gvar] Micro-optimize
+
+ src/hb-ot-var-gvar-table.hh | 18 ++++++++++++------
+ 1 file changed, 12 insertions(+), 6 deletions(-)
+
+commit 841347533adfbdc3de79f7bb288220e380246d56
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 21:08:30 2023 -0600
+
+    [subset/gvar] Speed up for retaingids
+
+ src/hb-ot-var-gvar-table.hh | 53 ++++++++++++++++++++++++++++++---------------
+ 1 file changed, 36 insertions(+), 17 deletions(-)
+
+commit 87cf09bd2c7b7bb001a974296de13617a34e6627
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 21:00:56 2023 -0600
+
+    [subset/loca] Fix up for retaingid null glyphs at the end
+    
+    We currently don't have those, but in case we add.
+
+ src/OT/glyf/glyf-helpers.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 2fb670a5281bbfe057d9ebc1dd84fb67d9d6c8f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 20:56:04 2023 -0600
+
+    [subset/gvar] Speed up for retaingids
+
+ src/hb-ot-var-gvar-table.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 5b1679343afc9d6a7acc8a6e0f3c1974516e3501
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 20:45:52 2023 -0600
+
+    [subset/hdmx] Micro-optimize
+
+ src/hb-ot-hdmx-table.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 9b733532dff1e31b93d03a30443af6e67229da4c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 20:44:08 2023 -0600
+
+    [subset/hdmx] Fix build
+
+ src/hb-ot-hdmx-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4d4792ce3db59844b8a220712e12cd6873d3d7c3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 20:34:51 2023 -0600
+
+    [subset/hdmx] Speed up more for retaingids
+
+ src/hb-ot-hdmx-table.hh | 37 +++++++++++++++++++++----------------
+ 1 file changed, 21 insertions(+), 16 deletions(-)
+
+commit a3f7ed709b8dec880fab338d8db6494c2d7de998
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 20:25:14 2023 -0600
+
+    [subset/hdmx] Don't clear memory unnecessarily
+
+ src/hb-ot-hdmx-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e263c3ccbbca438767c180431e695a99c575a695
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 20:20:57 2023 -0600
+
+    [subset/hdmx] Speed up
+
+ src/hb-ot-hdmx-table.hh | 2 +-
+ src/hb-subset-plan.hh   | 9 ---------
+ 2 files changed, 1 insertion(+), 10 deletions(-)
+
+commit 0e16be9b2cfc549edbaa4a643d9c15c6570771bd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 19:45:44 2023 -0600
+
+    [subset-plan] Reuse glyph_for_gid result
+
+ src/hb-subset-plan.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 590fb3529a27a2a652c74baa2c8bebad34ec5c42
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 19:21:22 2023 -0600
+
+    [subset] Reduce memory pressure
+
+ src/hb-subset.cc | 67 +++++++++++++++++++++++++++++---------------------------
+ 1 file changed, 35 insertions(+), 32 deletions(-)
+
+commit c03c3000164c873275a8b60fa07661a9fe74243e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 19:05:10 2023 -0600
+
+    [subset] Tweak memory allocation
+    
+    Reduces chances of rework, specially for glyf table if padding
+    is needed...
+
+ src/hb-subset.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 38fa0323303bf6c289314932ad4d41ac40734eac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 18:51:09 2023 -0600
+
+    Revert "[subset/loca] Build in the serializer memory"
+    
+    This reverts commit 546b51818666ca1ddb01824f752eccbd6a751b4b.
+
+ src/OT/glyf/glyf-helpers.hh | 13 ++++++-------
+ 1 file changed, 6 insertions(+), 7 deletions(-)
+
+commit 546b51818666ca1ddb01824f752eccbd6a751b4b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 18:50:35 2023 -0600
+
+    [subset/loca] Build in the serializer memory
+    
+    Because it's hot. Doesn't seem to speed up though. Slight
+    slowdown. Going to revert.
+
+ src/OT/glyf/glyf-helpers.hh | 13 +++++++------
+ 1 file changed, 7 insertions(+), 6 deletions(-)
+
+commit 3cb2b49e61fed1aef8c17432abd25f536a919c30
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 18:44:56 2023 -0600
+
+    [subset/loca] Shuffle code around
+
+ src/OT/glyf/glyf-helpers.hh | 15 +++++++--------
+ src/OT/glyf/glyf.hh         | 21 +++++++++------------
+ 2 files changed, 16 insertions(+), 20 deletions(-)
+
+commit f014112d16a205e5b9e9406205e7854076df8b02
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 18:27:24 2023 -0600
+
+    Revert "[subset] Allow adding table directly from subset()"
+    
+    This reverts commit 25a6514887ebe899bd4ede1e283e067f97e15def.
+
+ src/hb-ot-hmtx-table.hh | 39 +++++++++++++++++----------------------
+ src/hb-subset.cc        | 18 ++----------------
+ 2 files changed, 19 insertions(+), 38 deletions(-)
+
+commit 25a6514887ebe899bd4ede1e283e067f97e15def
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 18:26:36 2023 -0600
+
+    [subset] Allow adding table directly from subset()
+    
+    And do it for hmtx. Going to revert since it slows things down.
+    Apparently the serializer buffer is in caches and hot, so faster
+    to write to and copy even.
+
+ src/hb-ot-hmtx-table.hh | 39 ++++++++++++++++++++++-----------------
+ src/hb-subset.cc        | 18 ++++++++++++++++--
+ 2 files changed, 38 insertions(+), 19 deletions(-)
+
+commit b0d0babb2e9fe81ee1e96dddfc1fadfeac0b3bab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 17:14:55 2023 -0600
+
+    [subset/loca] Rewrite loop faster
+
+ src/OT/glyf/glyf-helpers.hh | 13 +++++++------
+ 1 file changed, 7 insertions(+), 6 deletions(-)
+
+commit 8dab4441021822f37b3c17194357932c1afc3313
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 17:06:30 2023 -0600
+
+    [subset/hmtx] Micro-optimize last commit
+    
+    hb_zip has its own overhead...
+
+ src/hb-ot-hmtx-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit e981dc24c8f04c42addce2a595ab4d60d76dae36
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 17:01:52 2023 -0600
+
+    [subset/hmtx] Rewrite loop faster for retaingid
+
+ src/hb-ot-hmtx-table.hh | 23 ++++++++++-------------
+ 1 file changed, 10 insertions(+), 13 deletions(-)
+
+commit 4a9da0261925c116e738917d8692ecf9d5c90d77
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 16:46:29 2023 -0600
+
+    [subset/hmtx] Micro-optimize
+
+ src/hb-ot-hmtx-table.hh | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 6a3fcc64f3f8d72eb87c15f23720665b42c22f27
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 16:38:18 2023 -0600
+
+    [map] Don't call hash() if map is empty
+
+ src/hb-map.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 735d249639a83b7c12c1792551ed4cbbebce7ef2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 16:35:03 2023 -0600
+
+    [map] Remove an unlikely
+    
+    Empty maps are common in some subsetting operations.
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ca27925d55b89a049c1013888a55c4784d255f47
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 16:18:15 2023 -0600
+
+    Use hb_codepoint_pair_t in more places
+
+ src/OT/Layout/GSUB/Common.hh      |  2 --
+ src/OT/glyf/glyf-helpers.hh       |  4 ++--
+ src/graph/pairpos-graph.hh        | 10 +++++-----
+ src/graph/test-classdef-graph.cc  |  2 +-
+ src/hb-algs.hh                    |  2 ++
+ src/hb-bit-set-invertible.hh      |  4 ++--
+ src/hb-bit-set.hh                 |  2 +-
+ src/hb-map.hh                     |  2 +-
+ src/hb-ot-cmap-table.hh           |  6 +++---
+ src/hb-ot-hmtx-table.hh           |  4 ++--
+ src/hb-ot-layout-common.hh        |  8 ++++----
+ src/hb-set.hh                     |  4 ++--
+ src/hb-subset-plan-member-list.hh |  4 ++--
+ src/hb-subset-plan.cc             |  9 ++++-----
+ src/test-map.cc                   |  6 +++---
+ src/test-set.cc                   |  2 +-
+ 16 files changed, 35 insertions(+), 36 deletions(-)
+
+commit 841e86fd9873dba727af843d638880d8257c89fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 16:09:45 2023 -0600
+
+    [subset/hmtx] Further speedup!
+
+ src/hb-ot-hmtx-table.hh | 44 +++++++++++++++++++++++++++-----------------
+ 1 file changed, 27 insertions(+), 17 deletions(-)
+
+commit de729ec10566e8dd8bf1f22d9bbf73c2b9f54aeb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 15:48:54 2023 -0600
+
+    [meta] Return reference from reference-wrapper
+
+ src/hb-iter.hh | 6 +++---
+ src/hb-meta.hh | 8 ++++----
+ 2 files changed, 7 insertions(+), 7 deletions(-)
+
+commit c7493efeafcf2ac9af39e8049a2a907065e26756
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 15:39:27 2023 -0600
+
+    [subset/loca] Micro-optimize
+
+ src/OT/glyf/glyf-helpers.hh | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 13a4c7b3d3bb6c3fb2cbbed1f1de717f58162dae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 15:12:53 2023 -0600
+
+    [subset/hmtx] Comment
+
+ src/hb-ot-hmtx-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4da2996fe2dba5134e7e7f40cb089c9a1e30fb64
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 15:08:20 2023 -0600
+
+    [doc] Fix
+
+ src/hb-common.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c3e7f4516658d18c60160b567939bad746404d6e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 3 14:56:47 2023 -0600
+
+    Add HB_CODEPOINT_INVALID
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4262
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-common.h            | 10 ++++++++++
+ src/hb-map.h               |  2 +-
+ src/hb-set.h               |  2 +-
+ 4 files changed, 13 insertions(+), 2 deletions(-)
+
+commit efefec13ccedc1461867544e2066e2042e86c66f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 2 20:33:52 2023 -0600
+
+    [subset/glyf] Remove unneeded codepath
+
+ src/OT/glyf/SubsetGlyph.hh | 7 -------
+ 1 file changed, 7 deletions(-)
+
+commit ac1f5ca0d9cb94089954a2e4ddf7e064600c5004
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 2 17:07:44 2023 -0600
+
+    [subset/loca] Micro-optimize
+
+ src/OT/glyf/glyf-helpers.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 6eae932566330f1485be920bc942069020ca24b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 2 17:05:27 2023 -0600
+
+    [subset/loca] Reduce a vector allocation
+
+ src/OT/glyf/glyf-helpers.hh | 46 +++++++++++++++++++++++++++++----------------
+ src/OT/glyf/glyf.hh         | 34 ++++++++++++++-------------------
+ 2 files changed, 44 insertions(+), 36 deletions(-)
+
+commit cd249d236494784b21502b151d90b326259bae93
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 2 16:15:05 2023 -0600
+
+    [subset/hmtx] Micro-optimize
+
+ src/hb-ot-hmtx-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ec8965e432db27f81b3275c6979fef707f3b9da9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 2 16:10:25 2023 -0600
+
+    [subset/glyf] Don't clear loca allocation
+
+ src/OT/glyf/glyf-helpers.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 916629d1827bbf450d41f06639af27a708634713
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 2 16:08:49 2023 -0600
+
+    [subset/hmtx] Don't clear allocation
+
+ src/hb-ot-hmtx-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 24b069cd53cec2d8afa4e7b90cf5b47c91e215c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 2 15:55:53 2023 -0600
+
+    [subset] Pre-alloc a few maps
+
+ src/hb-multimap.hh               |  5 +++++
+ src/hb-ot-post-table-v2subset.hh | 12 +++++++++---
+ src/hb-subset-plan.cc            |  2 ++
+ 3 files changed, 16 insertions(+), 3 deletions(-)
+
+commit 7319d0d71226c15c6c744c6d4e2def72cd20b368
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 2 15:41:47 2023 -0600
+
+    [subset-plan] Add a couple of map pre-allocations
+    
+    Approximate...
+
+ src/hb-subset-plan.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 76904b0423119ad1a2540bd98bb69246781eacc5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 2 15:30:12 2023 -0600
+
+    [subset-plan] Simplify / speedup planning glyphset
+
+ src/hb-subset-plan.cc | 27 ++++++++-------------------
+ 1 file changed, 8 insertions(+), 19 deletions(-)
+
+commit 965ce7bba4bf8203cce04b6d21b393532e2e7131
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 2 15:24:00 2023 -0600
+
+    [subset-plan] Speed up planning new_to_old_gid_list
+
+ src/hb-subset-plan.cc | 20 +++++++++++++++-----
+ 1 file changed, 15 insertions(+), 5 deletions(-)
+
+commit b67e464b1cefb733df073590588ab8fcca320bfc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 2 15:11:06 2023 -0600
+
+    [subset/retaingid] Regain perf lost
+    
+    In 0f12fd5a66a5dd1c3c9ac5ea8a52341bafcfe567
+
+ src/OT/glyf/glyf.hh               | 20 ++++++--------------
+ src/hb-ot-hmtx-table.hh           | 14 ++++++++------
+ src/hb-subset-plan-member-list.hh |  2 +-
+ src/hb-subset-plan.cc             | 10 ++++------
+ 4 files changed, 19 insertions(+), 27 deletions(-)
+
+commit 0f12fd5a66a5dd1c3c9ac5ea8a52341bafcfe567
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 2 13:58:55 2023 -0600
+
+    [subset/glyf] Fix for non-monotonic glyphmap
+    
+    Slows things down again, but is correct. Still a good win
+    combined with the previous changes.
+
+ src/OT/glyf/glyf.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 66ce902c3aeccede074a21abafa7482ca24e5031
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 2 13:53:21 2023 -0600
+
+    [glyf] Reduce allocation again
+
+ src/OT/glyf/glyf.hh | 35 ++++++++++++++++++++++-------------
+ 1 file changed, 22 insertions(+), 13 deletions(-)
+
+commit 0e0110e7f210e568e8afc6d63a200e2e28004ebe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 2 13:34:58 2023 -0600
+
+    [glyf] Avoid a SubsetGlyph copy
+    
+    Unfortunately hb_second() always does a copy...
+
+ src/OT/glyf/glyf.hh | 10 +++-------
+ 1 file changed, 3 insertions(+), 7 deletions(-)
+
+commit 33ea8b5e5d152159cd2acbd4054b99cd5559d195
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 2 13:10:52 2023 -0600
+
+    [subset/glyf] Don't allocate empty SubsetGlyf's
+    
+    Shows 33% speedup on Mplus/retaingid/10 benchmark:
+    
+    Comparing before to after
+    Benchmark                                                                   Time             CPU      Time Old      Time New       CPU Old       CPU New
+    --------------------------------------------------------------------------------------------------------------------------------------------------------
+    BM_subset/subset_glyphs/Mplus1p-Regular.ttf/retaingids/10                -0.3296         -0.3294             0             0             0             0
+
+ src/OT/glyf/glyf.hh | 47 +++++++++++++++++++++++++++++------------------
+ 1 file changed, 29 insertions(+), 18 deletions(-)
+
+commit ad872e231349a5cfdd2daf34a8021216431f5d59
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jun 2 18:32:09 2023 +0000
+
+    [subset] Optimize hmtx/vmtx serialization.
+    
+    Make serializer allocation up front to avoid bounds checking overhead for each metric.
+    
+    Benchmarks:
+    BM_subset/subset_glyphs/Mplus1p-Regular.ttf/retaingids/10_median                   -0.1005         -0.1005             0             0             0             0
+    BM_subset/subset_glyphs/Mplus1p-Regular.ttf/retaingids/64_median                   -0.0693         -0.0692             0             0             0             0
+    BM_subset/subset_glyphs/Mplus1p-Regular.ttf/retaingids/512_median                  -0.0294         -0.0293             1             1             1             1
+    BM_subset/subset_glyphs/Mplus1p-Regular.ttf/retaingids/4096_median                 -0.0033         -0.0032             3             3             3             3
+    BM_subset/subset_glyphs/Mplus1p-Regular.ttf/retaingids/10000_median                +0.0170         +0.0171             7             7             7             7
+
+ src/hb-ot-hmtx-table.hh | 24 +++++++++---------------
+ 1 file changed, 9 insertions(+), 15 deletions(-)
+
+commit c6368e014dbfaef1515507b41414a99f998d8616
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 1 20:51:17 2023 -0600
+
+    [map] Return const reference from operator()
+    
+    Like we do in operator[].
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b04ca1c188bfd7113c9c4ef546fa8b1535a28d30
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 1 20:43:07 2023 -0600
+
+    Revert "[subset/glyf] Exact allocation"
+    
+    This reverts commit a830f085c849846f8441f5d92d4db36130ef71f8.
+    
+    Weirdly enough in a benchmark I'm running I see this show
+    some slowdown. Makes zero sense.
+
+ src/OT/glyf/glyf.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a830f085c849846f8441f5d92d4db36130ef71f8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 1 20:37:29 2023 -0600
+
+    [subset/glyf] Exact allocation
+
+ src/OT/glyf/glyf.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ff0b85cf571cb94dbbc5091179f7874926a88dbe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 1 20:30:56 2023 -0600
+
+    [subset/glyf] Empty .notdef only if old-gid was also 0
+    
+    Otherwise it wasn't a .notdef, even if new-gid is 0.
+
+ src/OT/glyf/glyf.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 65a7d8c6f033963d70d03885226bb5a07a397488
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 1 20:20:00 2023 -0600
+
+    [glyf] Empty glyphs need no padding
+
+ src/OT/glyf/SubsetGlyph.hh | 12 +-----------
+ 1 file changed, 1 insertion(+), 11 deletions(-)
+
+commit 73c18d1d42792cba70634a0cf8b7324f79c9e701
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 1 20:06:42 2023 -0600
+
+    [glyf] Micro-optimize padded_offsets
+
+ src/OT/glyf/glyf.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 88d8a6d69f7baf57d29aaa1fe29be0f05956652b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 1 19:24:02 2023 -0600
+
+    [BEInt] Use packed-int trick for writing as well
+
+ src/hb-algs.hh | 67 +++++++++++++++++++++++++++++++++++++++-------------------
+ 1 file changed, 45 insertions(+), 22 deletions(-)
+
+commit 4d853b8ba6e491ec85a7077abb208740b44e61bf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 1 18:47:58 2023 -0600
+
+    [subset/regaingid/glyf] Add a fastpath for empty glyphs
+    
+    Mplus benchmark:
+    Comparing before to after
+    Benchmark                                                                      Time             CPU      Time Old      Time New       CPU Old       CPU New
+    -----------------------------------------------------------------------------------------------------------------------------------------------------------
+    BM_subset/subset_glyphs/Mplus1p-Regular.ttf/retaingids/10                   -0.1764         -0.1771             0             0             0             0
+    BM_subset/subset_glyphs/Mplus1p-Regular.ttf/retaingids/64                   -0.1394         -0.1394             0             0             0             0
+    BM_subset/subset_glyphs/Mplus1p-Regular.ttf/retaingids/512                  -0.0644         -0.0645             0             0             0             0
+    BM_subset/subset_glyphs/Mplus1p-Regular.ttf/retaingids/4096                 +0.0132         +0.0131             1             1             1             1
+    BM_subset/subset_glyphs/Mplus1p-Regular.ttf/retaingids/10000                -0.0029         -0.0034             3             3             3             3
+    BM_subset/subset_glyphs/Mplus1p-Regular.ttf/10                              +0.0364         +0.0362             0             0             0             0
+    BM_subset/subset_glyphs/Mplus1p-Regular.ttf/64                              +0.0346         +0.0343             0             0             0             0
+    BM_subset/subset_glyphs/Mplus1p-Regular.ttf/512                             +0.0271         +0.0268             0             0             0             0
+    BM_subset/subset_glyphs/Mplus1p-Regular.ttf/4096                            +0.0193         +0.0193             1             1             1             1
+    BM_subset/subset_glyphs/Mplus1p-Regular.ttf/10000                           -0.0240         -0.0243             2             2             2             2
+    OVERALL_GEOMEAN                                                             -0.0305         -0.0307             0             0             0             0
+
+ src/OT/glyf/SubsetGlyph.hh | 17 +++++++++++++++++
+ 1 file changed, 17 insertions(+)
+
+commit 6ec7629fba96f8be175eac108f7eee83de6cae21
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 1 18:18:30 2023 -0600
+
+    [subset/glyf] Add a const
+
+ src/OT/glyf/SubsetGlyph.hh | 2 +-
+ src/OT/glyf/glyf.hh        | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 9f54ab922f42e954f19432aeacb4bb4022c27e3d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 1 17:45:03 2023 -0600
+
+    [subset-plan] Keep a reverse-gid vector
+    
+    To speed up iteration.
+
+ src/hb-ot-hmtx-table.hh           | 16 +++++++++-------
+ src/hb-subset-plan-member-list.hh |  2 ++
+ src/hb-subset-plan.cc             |  9 ++++++++-
+ 3 files changed, 19 insertions(+), 8 deletions(-)
+
+commit 6b0d3867978c3f42ab8dfbebcedd7567adf28bfe
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jun 1 23:59:55 2023 +0000
+
+    [subset] in subset benchmarks switch nohinting with retaingids.
+    
+    retain gids is a more interesting case than no hinting for performance.
+
+ perf/benchmark-subset.cc | 21 +++++++++++++--------
+ 1 file changed, 13 insertions(+), 8 deletions(-)
+
+commit 1ae99d1a10e4add937488591632f94edca7bdbdd
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Jun 1 15:22:26 2023 -0700
+
+    bug fix
+
+ src/hb-ot-var-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit aa7dd70a862d6fa516e0aa8194e4cd4983cda934
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 1 14:24:33 2023 -0600
+
+    [hmtx] Reduce map usage slightly
+
+ src/hb-ot-hmtx-table.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit f41c5ec961c559a99045cc84760bac422998b2e3
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jun 1 18:38:05 2023 +0000
+
+    [map] update map benchmark to also test lookups that hit.
+
+ perf/benchmark-map.cc | 52 ++++++++++++++++++++++++++++++++++++++++++++-------
+ 1 file changed, 45 insertions(+), 7 deletions(-)
+
+commit 4acf6a82bf47a602a9378c84d80a9ccb885145d0
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue May 30 09:26:58 2023 -0700
+
+    [instancer-solver] port solver fix from fonttools
+    
+    See https://github.com/fonttools/fonttools/issues/3139
+
+ src/hb-subset-instancer-solver.cc   |  2 +-
+ src/test-subset-instancer-solver.cc | 18 ++++++++++++++++++
+ 2 files changed, 19 insertions(+), 1 deletion(-)
+
+commit f3b4d35f362efb818959814b741e94facda5fd29
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon May 29 22:38:40 2023 +0000
+
+    [subset] Fix fuzzer crash.
+    
+    https://oss-fuzz.com/testcase-detail/6608005089853440
+
+ src/hb-serialize.hh                                       |   6 +++++-
+ ...z-testcase-minimized-hb-subset-fuzzer-6608005089853440 | Bin 0 -> 999 bytes
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit ff326fbe8f5dfb579b6468ffba13bad279322d2b
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon May 29 21:31:01 2023 +0000
+
+    [repacker] check the result of add_buffer() in other places where it's called.
+
+ src/graph/classdef-graph.hh |  8 +++++++-
+ src/graph/coverage-graph.hh |  8 +++++++-
+ src/graph/gsubgpos-graph.hh | 12 +++++++++---
+ 3 files changed, 23 insertions(+), 5 deletions(-)
+
+commit 66a84355ab8a6c2b1e724e844ef4a79ca22a5cf7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 29 17:17:15 2023 -0600
+
+    [hash] Use unsigned types
+    
+    Hopefully ubsan wouldn't complain about overflows now.
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4a93576bca0f56e82a1d8ad67733df9c5ddb8dcd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 28 13:22:35 2023 -0600
+
+    Revert "[map] Speedup for int types"
+    
+    This reverts commit c1b75f5ff0460274229801816265a0efe5731b3a.
+    
+    I was seeing very long chains (140) and a 17% slowdown in
+    BM_subset/subset_codepoints/RobotoFlex-Variable.ttf/512
+    
+    Bummer.
+
+ src/hb-map.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c1b75f5ff0460274229801816265a0efe5731b3a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 28 12:53:17 2023 -0600
+
+    [map] Speedup for int types
+    
+    Since our int hash is now good, we don't need the modulo prime
+    here, so forgo it.  Major speedup:
+    
+    Comparing before to after
+    Benchmark                              Time             CPU      Time Old      Time New       CPU Old       CPU New
+    -------------------------------------------------------------------------------------------------------------------
+    BM_MapInsert/16                     -0.4136         -0.4137             6             4             6             4
+    BM_MapInsert/64                     -0.4442         -0.4441             6             3             6             3
+    BM_MapInsert/512                    -0.5382         -0.5383             8             4             8             4
+    BM_MapInsert/4096                   -0.4160         -0.4162             8             5             8             5
+    BM_MapInsert/32768                  -0.3256         -0.3258            12             8            12             8
+    BM_MapInsert/262144                 -0.1723         -0.1727            11            10            11             9
+    BM_MapInsert/1048576                -0.2310         -0.2309            28            22            28            22
+    BM_MapLookup/16                     -0.0247         -0.0247             3             3             3             3
+    BM_MapLookup/64                     -0.1039         -0.1038             3             3             3             3
+    BM_MapLookup/512                    -0.1076         -0.1079             4             3             4             3
+    BM_MapLookup/4096                   -0.3729         -0.3732             9             6             9             6
+    BM_MapLookup/32768                  +0.2467         +0.2468             9            12             9            12
+    BM_MapLookup/262144                 -0.1862         -0.1868            14            11            14            11
+    BM_MapLookup/1048576                +0.1159         +0.1160            15            17            15            17
+    OVERALL_GEOMEAN                     -0.2414         -0.2416             0             0             0             0
+
+ src/hb-map.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 7f111787e467a52b9b29daae3783a27b620c5593
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 27 12:41:05 2023 -0600
+
+    [benchmark-map] Remove overhead
+
+ perf/benchmark-map.cc | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 5666807328c0cf0f6ac5d6f9079d33edb5b42d88
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 27 12:37:36 2023 -0600
+
+    [benchmark-map] Improve Insert benchmark
+    
+    Previously it was enlarging the map depending on whatever
+    number of runs the benchmark-runner decided to run the loop.
+    That wasn't very useful...
+
+ perf/benchmark-map.cc | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 00900f761f45fd963f727241ffe56d14b2b1b768
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 27 10:13:53 2023 -0600
+
+    [hash] Enable better hash for integers
+    
+    https://github.com/harfbuzz/harfbuzz/pull/4228#issuecomment-1565079537
+
+ src/hb-algs.hh | 13 +++----------
+ 1 file changed, 3 insertions(+), 10 deletions(-)
+
+commit 20c564bc7620be7f9325376601797fc20622f845
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri May 26 23:04:25 2023 +0000
+
+    [repacker] Fix fuzzer memory leak.
+    
+    https://oss-fuzz.com/testcase-detail/6419865171525632
+
+ src/graph/graph.hh                                      |   3 ++-
+ src/graph/gsubgpos-context.cc                           |   6 +++++-
+ src/graph/gsubgpos-context.hh                           |   4 ++--
+ ...stcase-minimized-hb-repacker-fuzzer-6419865171525632 | Bin 0 -> 65751 bytes
+ 4 files changed, 9 insertions(+), 4 deletions(-)
+
+commit 5abe713203210cfc190a1b94482b9aceab0ec724
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 26 15:56:30 2023 -0600
+
+    [map] Resize map on long chain probes
+
+ src/hb-map.hh | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit a652281ed6125e49ab43f0b25e88bc72b2d98085
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri May 26 19:47:50 2023 +0000
+
+    [subset] Fix fuzzer timeout.
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5979721620652032. Timeout was caused by degenerate map insert behaviour due to poor integer hash function. Presize the map to avoid it. Also fixes collect_mapping() for cmap format 13.
+
+ src/hb-ot-cmap-table.hh                                    |  13 ++++++++++---
+ .../clusterfuzz-testcase-hb-subset-fuzzer-5979721620652032 | Bin 0 -> 80 bytes
+ 2 files changed, 10 insertions(+), 3 deletions(-)
+
+commit 208c9490cb29e057dd57f897de739076746d84c2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 26 12:02:03 2023 -0600
+
+    [VarComposite] Limit number of axes that are copied
+    
+    Bandaid for https://oss-fuzz.com/testcase-detail/4591122882887680
+
+ src/OT/glyf/Glyph.hh        | 5 ++++-
+ src/OT/glyf/coord-setter.hh | 2 ++
+ src/hb-limits.hh            | 4 ++++
+ 3 files changed, 10 insertions(+), 1 deletion(-)
+
+commit 5872bdf64ddbf99f7863da382f79ab408cd99e8c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 26 11:41:54 2023 -0600
+
+    [vector] Add copy-constructor for array_t's
+
+ src/OT/glyf/Glyph.hh |  2 +-
+ src/hb-vector.hh     | 22 +++++++++++++++++-----
+ src/test-vector.cc   |  5 +++++
+ 3 files changed, 23 insertions(+), 6 deletions(-)
+
+commit 42aba5ff30647587d446ab6279d02f8dbe2a84cf
+Author: Chun-wei Fan <fanc999@yahoo.com.tw>
+Date:   Wed May 24 12:19:50 2023 +0800
+
+    harfbuzz-config.cmake.in: Support Windows usage
+    
+    Apply the appropriate library prefix/suffix by whether we are building
+    as a statib build in Meson, or by using
+    ${CMAKE_[SHARED|IMPORT]_LIBRARY_PREFIX} and
+    ${CMAKE_[SHARED|IMPORT]_LIRBARY_SUFFIX} as appropriate according to
+    the target platform for shared builds.
+
+ src/harfbuzz-config.cmake.in | 15 +++++++++++----
+ 1 file changed, 11 insertions(+), 4 deletions(-)
+
+commit 84354d3f23241a17878b54d635ff68c65508aa71
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 23 11:57:22 2023 -0600
+
+    [cff] When max-ops is reached return false
+    
+    Slight speedup too.
+
+ src/hb-cff-interp-cs-common.hh | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit 2655b7607c21e1233378959f87a210e4431ad4d7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 23 10:57:58 2023 -0600
+
+    [map] Micro-optimize
+    
+    This shows a speedup.
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 12b0680e60ece83844436f61d4269ce38f689c8f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 23 10:49:41 2023 -0600
+
+    [map] Fix set()
+    
+    This was broken in 2133aa2407657d0b3b4b73a4951c05ed26d055f2.
+    
+    We have to keep probing over tombstones.
+
+ src/hb-map.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 4056315c868693c655373856a83603fdc1587aab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 22 14:17:12 2023 -0600
+
+    [font] Remove redundant avar mapping line
+    
+    The avar mapping happens in hb_ot_var_normalize_coords() call.
+
+ src/hb-font.cc | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 592a3d0e96db8ba75432ea2de1fa106a533da09f
+Merge: 2f21dc23b 0d354e044
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 21 22:00:53 2023 +0200
+
+    Merge pull request #4237 from harfbuzz/layout-font-extents
+    
+    [layout] Add hb_ot_layout_get_font_extents()
+
+commit 0d354e0442d12b71aec58ac83e7b6ede377c263e
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun May 21 19:01:04 2023 +0300
+
+    [layout] Add tests for baseline 2 APIs
+
+ test/api/test-baseline.c | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit e047b1abbcb7edc9c4a5263b524a9a52f6a6198d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 20 10:27:31 2023 -0600
+
+    [layout] Improve docs
+
+ src/hb-ot-layout.cc | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit 132391ad62b90c27a95429b81a27febf4b183a37
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 19 15:01:49 2023 -0600
+
+    [layout] Add test for font_extents
+
+ test/api/Makefile.am           |   1 +
+ test/api/fonts/base-minmax.ttf | Bin 0 -> 352 bytes
+ test/api/meson.build           |   1 +
+ test/api/test-base-minmax.c    |  66 +++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 68 insertions(+)
+
+commit 6996e64f72896ee1d210f5fdc5fea143590f9f3f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 19 14:22:13 2023 -0600
+
+    [BASE] Sanitize and get_min_max fixups
+    
+    Seems to work now.
+
+ src/hb-ot-layout-base-table.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 02e0e9394b42d8f5290a2e9699890b180c09d151
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 19 13:18:06 2023 -0600
+
+    [layout] Fetch default font extents if localized extents not found
+
+ src/hb-ot-layout.cc | 13 +++++++++++++
+ 1 file changed, 13 insertions(+)
+
+commit 8ccc1ff21e404ab02f673a0727af58cbadc822a9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 19 13:14:57 2023 -0600
+
+    [layout] Mark language as nullable
+    
+    GI needs it apparently.
+
+ src/hb-ot-layout.cc | 6 +++---
+ src/hb-ot-tag.cc    | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 792ca22ca3212dc5f69f3c85901f63b538ae00b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 19 11:42:20 2023 -0600
+
+    [layout] Document new API
+
+ src/hb-ot-layout.cc | 39 ++++++++++++++++++++++++++++++++++++---
+ 1 file changed, 36 insertions(+), 3 deletions(-)
+
+commit 0894813a38d7ba7db1e58c829be15fe4149811b3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 19 11:30:03 2023 -0600
+
+    [layout] Add "2" version of BASE table API
+    
+    ...that do the script/language resolution.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/pull/4237
+    
+    Ref https://github.com/harfbuzz/harfbuzz/issues/3439
+
+ docs/harfbuzz-sections.txt |   3 ++
+ src/hb-ot-layout.cc        | 109 +++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-layout.h         |  32 +++++++++++--
+ 3 files changed, 136 insertions(+), 8 deletions(-)
+
+commit 3e110c69c45a0d4d453ca9db74848442b6670671
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 19 11:06:26 2023 -0600
+
+    [layout] Add hb_ot_layout_get_font_extents()
+    
+    Untested.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3290
+
+ docs/harfbuzz-sections.txt     |  1 +
+ src/hb-ot-layout-base-table.hh |  3 +--
+ src/hb-ot-layout.cc            | 21 +++++++++++++++++++++
+ src/hb-ot-layout.h             |  6 ++++++
+ 4 files changed, 29 insertions(+), 2 deletions(-)
+
+commit 2f21dc23b51043bb95343d3c6a910a105536f8c2
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Thu May 18 07:14:28 2023 +0100
+
+    [wasm] [docs] Improve build flags information
+
+ docs/wasm-shaper.md | 17 +++++++++++++++--
+ 1 file changed, 15 insertions(+), 2 deletions(-)
+
+commit 134cc8edfa14bd50be0802f644f36b03030d17a7
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Wed May 17 16:58:49 2023 +0100
+
+    [wasm] [docs] How to build
+
+ docs/wasm-shaper.md | 16 ++++++++++++++++
+ 1 file changed, 16 insertions(+)
+
+commit 5543d05885011d5acb0ef53759a85e759168918f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 17 17:29:44 2023 +0200
+
+    [subset] Use vector instead of map for glyph bounds (#4232)
+    
+    * [subset] Use vector instead of map for glyph bounds
+    
+    Is faster.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/4231
+    
+    * [subset] initialize bounds_vec value to 0xFFFFFFFF
+    
+    Some non-EMPTY glyph might have 0 bounds width/height
+    
+    ---------
+    
+    Co-authored-by: Qunxin Liu <qxliu@google.com>
+
+ src/OT/glyf/Glyph.hh              |  8 ++++----
+ src/hb-ot-hmtx-table.hh           | 12 +++++++-----
+ src/hb-subset-plan-member-list.hh |  4 ++--
+ src/hb-subset-plan.cc             | 11 +++++++++--
+ 4 files changed, 22 insertions(+), 13 deletions(-)
+
+commit ccfd7ef08c28c2f49d7fc52dbbc4b3fa7461b5e5
+Merge: c248fd913 6ed792ef4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 17 16:00:33 2023 +0200
+
+    Merge pull request #4131 from harfbuzz/wasm
+    
+    [wasm] WebAssembly shaper
+
+commit 6ed792ef4b00287e16e0b5eda7fe9488e6060e9a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 17 07:58:27 2023 -0600
+
+    [meson] Report WebAssembly build
+
+ meson.build       | 3 ++-
+ meson_options.txt | 2 +-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit 56af88d04848dec4d4d4ad6d713b22d92edff7e8
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Wed May 17 12:38:59 2023 +0100
+
+    [wasm] More thorough API docs
+
+ docs/wasm-shaper.md | 368 +++++++++++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 367 insertions(+), 1 deletion(-)
+
+commit c248fd91334feb0a427051aab75dfe9fb93f6d22
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 10 01:44:10 2023 -0600
+
+    [hash] Comment
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 42f4dab8dbd0fab994170047700076fbf1c85a23
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 10 01:11:32 2023 -0600
+
+    [hash] Switch to Knuth multiplicative hash
+    
+    Wow, the old adhoc one was why the cmap test was timing out!
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0270e3e97492d975c7f65bb01dd819a4c9314cae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 23:46:18 2023 -0600
+
+    [map] Reinstate quadratic probing
+
+ src/hb-map.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 19b628bdf074a30c222b04b5f2c50f1db655f03b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 23:40:07 2023 -0600
+
+    Revert "[map] Implement Robinhood hashing"
+    
+    This reverts commit 705617856818056a44a627f340c91e335c57f310.
+
+ src/hb-algs.hh |  2 +-
+ src/hb-map.hh  | 40 ++++++----------------------------------
+ 2 files changed, 7 insertions(+), 35 deletions(-)
+
+commit 18c3ba5018a7c1cd6701775e397d699cb7e7a11b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 22:44:22 2023 -0600
+
+    [map] Implement Robinhood hashing
+    
+    Numbers are not improved though. :(
+
+ src/hb-algs.hh |  2 +-
+ src/hb-map.hh  | 40 ++++++++++++++++++++++++++++++++++------
+ 2 files changed, 35 insertions(+), 7 deletions(-)
+
+commit 2133aa2407657d0b3b4b73a4951c05ed26d055f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 21:06:17 2023 -0600
+
+    [map] Inline code for set()
+
+ src/hb-map.hh | 32 ++++++++++++++------------------
+ 1 file changed, 14 insertions(+), 18 deletions(-)
+
+commit 5bf5188ea2d31cd162f61b923e56614c446e7ad3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 20:47:46 2023 -0600
+
+    [map] Simplify del()
+
+ src/hb-map.hh | 20 ++++++++++++--------
+ 1 file changed, 12 insertions(+), 8 deletions(-)
+
+commit 2ffec3a6f4881cabab6f4ca8d3e200a952f2d083
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 20:44:23 2023 -0600
+
+    [map] Shuffle fetch_item
+
+ src/hb-map.hh | 28 ++++++++++++++++------------
+ 1 file changed, 16 insertions(+), 12 deletions(-)
+
+commit 1dc99128b92f4bb7b2737c129961082e642f7c4c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 20:37:12 2023 -0600
+
+    [map] Separate has() code from set() code
+
+ src/hb-map.hh | 26 ++++++++++++++++++--------
+ 1 file changed, 18 insertions(+), 8 deletions(-)
+
+commit 2dd0803c850521d104bb927de8fc54e2b9d64166
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 20:35:09 2023 -0600
+
+    [map] Downgrade from quadratic to linear probing
+
+ src/hb-map.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 498197671a8d828d4a4254818693dbd502707ed2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 20:24:12 2023 -0600
+
+    [map] Write get() in terms of has()
+
+ src/hb-map.hh | 15 +++++++++------
+ 1 file changed, 9 insertions(+), 6 deletions(-)
+
+commit f37941bb52457f3be81f34de62e4f5b93f048cf0
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue May 9 11:53:15 2023 -0700
+
+    [instancer] add tests for instancer-solver from python test suite
+    
+    Also fix bug in the solver code
+
+ src/Makefile.am                     |   5 +
+ src/hb-subset-instancer-solver.cc   |   4 +-
+ src/meson.build                     |   1 +
+ src/test-subset-instancer-solver.cc | 351 ++++++++++++++++++++++++++++++++++++
+ 4 files changed, 359 insertions(+), 2 deletions(-)
+
+commit 39ac79a7f5afb812880e8f376b00a85c509c0cf5
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed May 10 10:22:49 2023 -0700
+
+    address review comments
+
+ src/hb-ot-stat-table.hh           | 20 ++++-------------
+ src/hb-ot-var-fvar-table.hh       | 47 ++++++++++++++++++++-------------------
+ src/hb-subset-instancer-solver.hh |  3 +++
+ src/hb-subset-plan.cc             |  3 ---
+ 4 files changed, 31 insertions(+), 42 deletions(-)
+
+commit 58f68dd37a595c51f8e9545de165cd5a1ff5479e
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu May 4 14:25:14 2023 -0700
+
+    [instancer] wrap hb_subset_input_Set_axis_range() under experimental
+    
+    Also add notes: it's not actually working yet.
+
+ docs/harfbuzz-sections.txt | 1 +
+ src/gen-def.py             | 1 +
+ src/hb-subset-input.cc     | 6 +++++-
+ src/hb-subset.h            | 2 +-
+ 4 files changed, 8 insertions(+), 2 deletions(-)
+
+commit f3a3c3b29d2c0e4557dc8bc9666bb1efab11af82
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu May 4 13:19:12 2023 -0700
+
+    fix bot
+
+ src/hb-ot-stat-table.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit efc77dc68fea89e8ddc03d09b605e7d6ad6ff240
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu May 4 10:59:09 2023 -0700
+
+    [instancer] update code for collecting FeatureVariationRecord
+
+ src/hb-ot-layout-common.hh | 95 +++++++++++++++++++++++++++++-----------------
+ src/hb-subset-plan.cc      | 27 +++++++++----
+ 2 files changed, 80 insertions(+), 42 deletions(-)
+
+commit bf298e505064e6b02757e31d5557a611a0a065be
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon May 1 13:40:19 2023 -0700
+
+    [instancer ]update OS_2/post/glyf tables to accept Triple for axes positions
+
+ src/OT/glyf/glyf.hh     | 2 +-
+ src/hb-ot-os2-table.hh  | 4 ++--
+ src/hb-ot-post-table.hh | 2 +-
+ 3 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 51c7451bb52ab0a16539b33b46f7d9a725f8f989
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon May 1 13:38:02 2023 -0700
+
+    [instancer] update fvar table to accept Tripe for axes positions
+
+ src/hb-ot-stat-table.hh     |  2 +-
+ src/hb-ot-var-fvar-table.hh | 78 +++++++++++++++++++++++++++++++--------------
+ src/hb-subset-plan.cc       |  2 +-
+ 3 files changed, 56 insertions(+), 26 deletions(-)
+
+commit bf46d566f9522b39cd4d1def1e33335b1918fff1
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon May 1 11:23:51 2023 -0700
+
+    [instancer] update STAT table to accept Triples for axes positions
+
+ src/hb-ot-stat-table.hh | 59 +++++++++++++++++++++++++++++--------------------
+ 1 file changed, 35 insertions(+), 24 deletions(-)
+
+commit 779e8ba080014402fc62ec9dcef3b61d4a5aa21a
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Apr 27 13:48:24 2023 -0700
+
+    [instancer] update subset-plan.cc to accept Triple as axes positions
+
+ src/hb-subset-plan.cc | 27 +++++++++++++++++++--------
+ 1 file changed, 19 insertions(+), 8 deletions(-)
+
+commit 22cca43dedecdec80278d26bd1626c8a1992787f
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Apr 20 14:37:29 2023 -0700
+
+    [instancer ]update internal hashmap to use Triple instead of single value
+    
+    -Added hb-subset-instancer-solver.hh file and moved Triple struct to the
+    head file
+
+ src/Makefile.sources              |  1 +
+ src/hb-subset-input.cc            |  7 ++--
+ src/hb-subset-input.hh            |  3 +-
+ src/hb-subset-instancer-solver.cc | 39 +---------------------
+ src/hb-subset-instancer-solver.hh | 69 +++++++++++++++++++++++++++++++++++++++
+ src/hb-subset-plan-member-list.hh |  8 ++---
+ src/hb-subset-plan.hh             |  4 +++
+ src/meson.build                   |  1 +
+ 8 files changed, 86 insertions(+), 46 deletions(-)
+
+commit 0799afe2b6b9c1e06505a7e6a604cfb597b5c9ef
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Apr 20 14:02:20 2023 -0700
+
+    [instancer] Add hb_subset_input_set_axis_range() API
+
+ src/hb-subset-input.cc | 40 ++++++++++++++++++++++++++++++++++++++++
+ src/hb-subset.h        |  7 +++++++
+ 2 files changed, 47 insertions(+)
+
+commit 5d543d64222c6ce45332d0c188790f90691ef112
+Merge: 4584bcdc3 5d0cc0062
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 19:02:26 2023 -0600
+
+    Merge pull request #4228 from harfbuzz/better-hash
+    
+    Better hash
+
+commit 5d0cc0062a75013a388f6929b59cbfa7939dc6e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 18:40:35 2023 -0600
+
+    [hash] Disable int hash as it has negative performance gain
+
+ src/hb-algs.hh | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 1fbb08584b172553651a7842ec9ee977991c93c7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 17:11:05 2023 -0600
+
+    [hash] Adjust prime number
+    
+    Previous one wasn't a prime. Ouch!
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9cc7eb80ffac20cc5cfa90b80bcff2872f6c466b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 16:13:46 2023 -0600
+
+    [hash] Speed-up int64 hash
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4584bcdc326564829d3cee3572386c90e4fd1974
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed May 10 00:20:25 2023 +0300
+
+    7.3.0
+
+ NEWS                   | 21 +++++++++++++++++++++
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-subset-input.cc |  2 +-
+ src/hb-version.h       |  4 ++--
+ 6 files changed, 27 insertions(+), 5 deletions(-)
+
+commit 826fe2c9f78932af8c5aed4ba4db6328f83f44fe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 13:48:38 2023 -0600
+
+    [hash] Wrap specialization in HB_OPTIMIZE_SIZE_MORE
+
+ src/hb-array.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit b2b15fa30aeaad022a7953f2a150442d69e30e5b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 13:39:52 2023 -0600
+
+    [hash] Links
+
+ src/hb-algs.hh  | 3 ++-
+ src/hb-array.hh | 3 +++
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 05567da082b59bc422356c8c10cbe8fc87a6bd13
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 12:22:43 2023 -0600
+
+    Revert "[hash] Use fasthash for integer hash"
+    
+    This reverts commit 3bf758a57071572a0ffae3c359b4cfec5a096312.
+    
+    This was resulting in long chains again :(.
+
+ src/hb-algs.hh | 10 ++--------
+ 1 file changed, 2 insertions(+), 8 deletions(-)
+
+commit bdaa74d25ff5477c72f69249181b5d840cb4cb59
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 11:58:35 2023 -0600
+
+    [hash] Use fasthash for integer hash
+    
+    This seems to speed things up surprisingly.
+
+ src/hb-algs.hh | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit a58bbe5408b76c6b22d3b097649b7eef530c3e13
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 12:06:35 2023 -0600
+
+    [set] Use better hash
+
+ src/hb-bit-page.hh | 5 +----
+ src/hb-bit-set.hh  | 6 +++++-
+ 2 files changed, 6 insertions(+), 5 deletions(-)
+
+commit fe3339ea241528652f3480fb061abca3c6bb2ed8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 11:31:06 2023 -0600
+
+    [algs] Add hash for 64bit ints
+
+ src/hb-algs.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 33ef96b649fd249808af6a13f376efb819e31882
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 11:13:51 2023 -0600
+
+    [glyf] Micro-optimize a few hash operations
+
+ src/OT/glyf/Glyph.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit abb92388cc8bebff0cf40cbed0045292e038bcd8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 10:54:54 2023 -0600
+
+    Revert "[map] Adjust resizing criteria"
+    
+    This reverts commit 1fa4b415315257bdbae08e6539f2ca63423572e8.
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1fa4b415315257bdbae08e6539f2ca63423572e8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 10:52:58 2023 -0600
+
+    [map] Adjust resizing criteria
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f04d08b883d9b4894d5329cec351d2f0ea50590b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 02:14:30 2023 -0600
+
+    [fasthash] Remove GNU extension
+
+ src/hb-algs.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 99f5050ccd35e6e447661af2ed330f509ae9bcd8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 02:07:54 2023 -0600
+
+    [algs] Remove HB_NO_PACKED
+    
+    We depend on packed attribute in fasthash now.
+
+ src/hb-algs.hh | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit da619c69c8f1a4be9e29bbc95cf684bf38641468
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 02:06:37 2023 -0600
+
+    [fasthash] Try to fix unaligned access
+
+ src/hb-algs.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 075ecff750088854854147d0b32b88b120693a48
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 01:43:39 2023 -0600
+
+    [hash] Work around g++ bug?!
+    
+    I kid you not. Revert this and see src/test-map loop forever
+    eating your memory freezing your maching.
+    
+    In this loop:
+    
+      {
+        hb_hashmap_t<int, int> m0;
+        hb_hashmap_t<std::string, int> m1;
+        hb_hashmap_t<int, std::string> m2;
+        hb_hashmap_t<std::string, std::string> m3;
+    
+        std::string s;
+        for (unsigned i = 1; i < 1000; i++)
+        {
+          s += "x";
+          m0.set (i, i);
+          m1.set (s, i);
+          m2.set (i, s);
+          m3.set (s, s);
+        }
+      }
+    
+    i will not stop at 1000 and just keeps going.  If you figure out
+    what's going on, please enlighten me!
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9fbab46f2636aabf70ff10acc6c141b147794a2a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 9 01:42:44 2023 -0600
+
+    [cairo] Fix a clang warning
+
+ src/hb-cairo-utils.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e2fd49ff1a419dad6d6dd077aa25c20d054530ff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 8 23:37:47 2023 -0600
+
+    [hash] Comment
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fa64e42d755709df2837fcfb8d60ff6d8b1179fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 8 23:31:52 2023 -0600
+
+    [algs] Adjust int hash
+
+ src/hb-algs.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 078b2a510189088ceda4cf23bc7c0197518831dd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 8 22:28:48 2023 -0600
+
+    [hash] Use a Mersenne prime for int hash
+    
+    And hope that compiler optimizes to int ops instead of modula.
+    
+    Improves chaining it seems.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/pull/4228
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fe0f7dc57bc7411c7cc7eb80fa44c8dd8c5e4644
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 8 22:19:02 2023 -0600
+
+    [bytes] Use fasthash as hash algorithm
+    
+    Part of https://github.com/harfbuzz/harfbuzz/pull/4228
+
+ src/hb-algs.hh  | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-array.hh | 18 ++------------
+ 2 files changed, 78 insertions(+), 16 deletions(-)
+
+commit 4bbcff2c5c00d4e2029a176c3388ad4fe77945df
+Author: Rod S <rsheeter@google.com>
+Date:   Mon May 8 20:29:35 2023 -0700
+
+    Help noobs who don't know their segment properties
+
+ docs/usermanual-getting-started.xml | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit c005e3a2e30eaea700e67907dc816709263b4046
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 8 16:33:31 2023 -0600
+
+    [bytes] Simplify hash function
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/4227
+
+ src/hb-array.hh | 32 ++++----------------------------
+ 1 file changed, 4 insertions(+), 28 deletions(-)
+
+commit 0e026808036f59d3ea4e5954b1a19fcfcb9a9702
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 8 16:31:58 2023 -0600
+
+    [hash] Add hash impl for integers
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/4227
+
+ src/hb-algs.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit b7a8d23bc8594c84c72d54dbbffa1c1acbb92c67
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 8 14:32:24 2023 -0600
+
+    [map] Micro-optimize for hb_map_t
+
+ src/hb-map.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 2f05c32c3632062a593022d24e628aa991f30939
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 8 14:29:07 2023 -0600
+
+    [Coverage] Minor access arrayZ directly in a couple places
+
+ src/OT/Layout/Common/CoverageFormat2.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c0e6a96af365d678037819944daf8176c5649bfd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 8 14:02:55 2023 -0600
+
+    [bit-set] Minor access an array directly
+
+ src/hb-bit-set.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f4d3b49e5d3b6e8c64aa92caa9c3666507e04b0a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 8 13:59:48 2023 -0600
+
+    [set] Micro-optimize iteration
+
+ src/hb-bit-set.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 3416086de3ac9c3f36e3e9d566fa141ccc915573
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 8 13:39:48 2023 -0600
+
+    [set] Optimize is_subset()
+
+ src/hb-bit-set.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 45afbdff2c6bf35403e635b9be453408e673cbd4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 8 11:19:55 2023 -0600
+
+    [array] Add a const to a cast
+
+ src/hb-array.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4ad443d5eabeaf0b38b70631cea8de345f00ef7b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 8 10:14:43 2023 -0600
+
+    [Coverage/ClassDef] Don't call qsort if sorted already
+
+ src/OT/Layout/Common/CoverageFormat2.hh | 8 +++++++-
+ src/hb-ot-layout-common.hh              | 9 ++++++++-
+ 2 files changed, 15 insertions(+), 2 deletions(-)
+
+commit 3c2a925b7fef104597dd37848f85a963307f16e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 8 09:43:01 2023 -0600
+
+    [graph] Micro-optimize
+
+ src/graph/serialize.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 62bc2841d939760a43c4118ad92818cb5a923273
+Merge: b6516f3bb 8eb9f3126
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 8 09:12:34 2023 -0600
+
+    Merge pull request #4221 from googlefonts/user_glyph_map
+    
+    [subset] Add API method to allow a custom glyph map to be specified.
+
+commit b6516f3bbf6f52aced2a9b34ade44c2f631e149b
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon May 8 15:31:24 2023 +0300
+
+    [cff] Fix the case of HB_OT_TAG_cff(1|2) macros
+    
+    Should be upper case like other HB_OT_TAG_* macros of upper case tables.
+
+ src/hb-ot-cff1-table.hh | 4 ++--
+ src/hb-ot-cff2-table.hh | 4 ++--
+ src/hb-subset.cc        | 8 ++++----
+ 3 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 8df5cdbcda495a582e72a7e2ce35d6106401edce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 7 15:49:50 2023 -0600
+
+    [Coverage/ClassDef] Handle glyphID overflow in serialize
+
+ src/OT/Layout/Common/Coverage.hh | 7 +++++++
+ src/hb-ot-layout-common.hh       | 9 ++++++++-
+ 2 files changed, 15 insertions(+), 1 deletion(-)
+
+commit 6d7de2f8dd551920367017cf169750b611971d52
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 7 15:23:05 2023 -0600
+
+    [array] Implement FNV-1a hash function
+
+ src/hb-array.hh | 34 ++++++++++++++++++++++++++--------
+ 1 file changed, 26 insertions(+), 8 deletions(-)
+
+commit ebdeab8baaa0cd7a6d243bb1b2f2604bef167eea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 7 14:18:36 2023 -0600
+
+    [array] Improve hash function
+    
+    Previously all arrays of 0 bytes were getting same hash.
+
+ src/hb-array.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit f772071f3e7241367d56c5a6f82d394bea2b829e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 7 13:42:00 2023 -0600
+
+    [subset-plan] Another error check
+
+ src/hb-subset-accelerator.hh | 2 ++
+ src/hb-subset-plan.cc        | 2 ++
+ 2 files changed, 4 insertions(+)
+
+commit 5ec0ccad638597fca929a84cfdf70ee3878308af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 6 13:36:39 2023 -0600
+
+    Undef a macro after use
+
+ src/hb-subset-plan-member-list.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 4bb78e353031ade00eb4d486a1cf8073f23fee7d
+Author: denis rochette <8184192+denis-rochette@users.noreply.github.com>
+Date:   Sat May 6 16:27:46 2023 +0200
+
+    Typo in the documentation of hb-ot-math
+
+ src/hb-ot-math.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 86658df5d29308d66ddead03f1112442df04ec27
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 5 16:10:46 2023 -0600
+
+    [ClassDef] Fix a fuzzer issue
+    
+    Don't qsort an array that failed to allocate!
+    
+    Fixes https://oss-fuzz.com/testcase-detail/6512559172485120
+
+ src/hb-ot-layout-common.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit cda646a598207642721b753ef5abcebb2525f61b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 5 15:57:13 2023 -0600
+
+    [subset-plan] Check success of all object members
+
+ src/hb-subset-plan-member-list.hh | 8 ++++----
+ src/hb-subset-plan.cc             | 4 ++++
+ 2 files changed, 8 insertions(+), 4 deletions(-)
+
+commit 5f5660fc5d80a0ce84066206e8e9bad6e20a24d4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 5 15:52:17 2023 -0600
+
+    [subset] In glyf-closure always add current glyph
+    
+    Bad things can happen otherwise if one composite glyph depleted
+    the op count.
+
+ src/hb-subset-plan.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 5468b08c0238d16f1a0360f759b44af12fefbb99
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 5 15:49:38 2023 -0600
+
+    [subset-plan] Move all object members to a new file
+    
+    To automatically check for their errors.
+
+ src/Makefile.sources              |   1 +
+ src/hb-subset-plan-member-list.hh | 126 ++++++++++++++++++++++++++++++++++++++
+ src/hb-subset-plan.hh             |  90 ++-------------------------
+ src/meson.build                   |   1 +
+ 4 files changed, 132 insertions(+), 86 deletions(-)
+
+commit 71910fdf9128ca3068e9546a262f61cbf6e8c8f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 5 15:37:07 2023 -0600
+
+    [Coverage] Remove unnecessary check
+
+ src/OT/Layout/Common/Coverage.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ee9b631d19d6e51825a7b2be4579b7394084a162
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 5 10:26:57 2023 -0600
+
+    [SingleSubst] Fix condition to upgrade to beyond-64k
+
+ src/OT/Layout/GSUB/SingleSubst.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8eb9f31263746a8942fd5dbab90094930ac104bd
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri May 5 15:56:50 2023 +0000
+
+    [subset] s/Since/XSince/.
+
+ src/hb-subset-input.cc | 2 +-
+ src/hb-subset.h        | 6 +++---
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 5d4f3ff690aa8358b214c90ae7942766d68c12f9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 5 07:10:02 2023 -0600
+
+    [TINY] Fix build
+
+ src/hb-ot-font.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 7e676cb4cf66c0a70d6b240ed124394fab14b3b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 5 07:07:00 2023 -0600
+
+    [config] Add HB_NO_OT_FONT_ADVANCE_CACHE
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/4220
+
+ src/hb-config.hh  | 1 +
+ src/hb-ot-font.cc | 8 ++++----
+ 2 files changed, 5 insertions(+), 4 deletions(-)
+
+commit 8831ba7f5516038cf70f5fe34984170931387fdc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 5 07:03:25 2023 -0600
+
+    [config] Add HB_NO_OT_FONT_CMAP_CACHE
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/4220
+
+ src/hb-config.hh  |  1 +
+ src/hb-ot-font.cc | 22 +++++++++++++++++++---
+ 2 files changed, 20 insertions(+), 3 deletions(-)
+
+commit 0e9ebf1062af21605d02838f0de4842d1e902794
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 5 06:57:51 2023 -0600
+
+    [config] Add HB_OPTIMIZE_SIZE_MORE and enable in HB_TINY
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/4220
+
+ src/OT/Layout/GSUB/LigatureSet.hh | 2 ++
+ src/hb-config.hh                  | 9 ++++++---
+ 2 files changed, 8 insertions(+), 3 deletions(-)
+
+commit da175c69356929a04ca1688658b8fc846d7d4366
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 5 06:51:59 2023 -0600
+
+    [config] Add HB_MINIMIZE_MEMORY_USAGE
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/4220
+
+ src/hb-config.hh | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+commit bbf4cfa393d26c7cc7e91cc8c859009261847f24
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 5 06:51:10 2023 -0600
+
+    [config] Add missing HB_NO_BORING_EXPANSION options
+    
+    Those others are only HB_EXPERIMENTAL_API anyway, but still.
+
+ src/hb-config.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit d339298f371902e9a09ca7e0708893a15a739f0c
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri May 5 06:00:30 2023 +0000
+
+    [subset] fix hb_subset_input_old_to_new_gid_mapping method comment.
+
+ src/hb-subset-input.cc | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit 374a9a9f5eefd40822c48707bd2126df3505b595
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri May 5 05:58:15 2023 +0000
+
+    [subset] restore accidentally removed function doc.
+
+ docs/harfbuzz-sections.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 3021b2dbe2a18724f345f881eba7299a8bf00499
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri May 5 05:57:05 2023 +0000
+
+    [subset] change glyph mapping api to return a mutable map.
+    
+    Maintains consistency with our other set based api methods.
+
+ docs/harfbuzz-sections.txt |  2 +-
+ src/hb-subset-input.cc     | 27 +++++++++++----------------
+ src/hb-subset-plan.cc      | 35 +++++++++++++++++++++++++++--------
+ src/hb-subset.h            |  6 ++----
+ util/hb-subset.cc          |  4 +---
+ 5 files changed, 42 insertions(+), 32 deletions(-)
+
+commit d4c13225477df6d137c08bdda247add6e66ec84c
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 4 23:04:35 2023 +0000
+
+    [subset] Add new glyph map method to docs.
+
+ docs/harfbuzz-sections.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 77a815542588a257f44c9310961797717e435f64
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 4 23:01:56 2023 +0000
+
+    [subset] Add some basic tests for a provided glyph map.
+
+ src/hb-subset-input.cc                                   |   9 +++------
+ src/hb-subset-plan.cc                                    |  10 ++++++++--
+ .../Roboto-Regular.glyph_map_roboto.41,43,61,66,69.ttf   | Bin 0 -> 3996 bytes
+ ...gular.glyph_map_roboto_retain_gids.41,43,61,66,69.ttf | Bin 0 -> 7936 bytes
+ test/subset/data/profiles/glyph_map_roboto.txt           |   2 ++
+ .../data/profiles/glyph_map_roboto_retain_gids.txt       |   4 ++++
+ test/subset/data/tests/glyph_map.tests                   |   9 +++++++++
+ test/subset/generate-expected-outputs.py                 |   4 +++-
+ 8 files changed, 29 insertions(+), 9 deletions(-)
+
+commit 3194963657a3049961fb64c9be86c1629afcea4b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 4 16:29:48 2023 -0600
+
+    Revert "[layout] Cache subtable coverages in hb_map_t"
+    
+    This reverts commit 7a715d74e06720c17d28ba7b4c3da0b583f8d1d3.
+
+ src/OT/Layout/GPOS/CursivePosFormat1.hh            |  4 +-
+ src/OT/Layout/GPOS/MarkBasePosFormat1.hh           |  5 +-
+ src/OT/Layout/GPOS/MarkLigPosFormat1.hh            |  5 +-
+ src/OT/Layout/GPOS/MarkMarkPosFormat1.hh           |  5 +-
+ src/OT/Layout/GPOS/PairPosFormat1.hh               |  6 +-
+ src/OT/Layout/GPOS/PairPosFormat2.hh               |  4 +-
+ src/OT/Layout/GPOS/PosLookup.hh                    |  4 +-
+ src/OT/Layout/GPOS/SinglePosFormat1.hh             |  4 +-
+ src/OT/Layout/GPOS/SinglePosFormat2.hh             |  8 ++-
+ src/OT/Layout/GSUB/AlternateSubstFormat1.hh        |  8 ++-
+ src/OT/Layout/GSUB/LigatureSubstFormat1.hh         |  8 ++-
+ src/OT/Layout/GSUB/MultipleSubstFormat1.hh         |  8 ++-
+ .../Layout/GSUB/ReverseChainSingleSubstFormat1.hh  |  9 ++-
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh           |  4 +-
+ src/OT/Layout/GSUB/SingleSubstFormat2.hh           |  8 ++-
+ src/OT/Layout/GSUB/SubstLookup.hh                  |  4 +-
+ src/hb-ot-layout-gsubgpos.hh                       | 70 ++++++++++++----------
+ 17 files changed, 99 insertions(+), 65 deletions(-)
+
+commit 7a715d74e06720c17d28ba7b4c3da0b583f8d1d3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 4 16:28:11 2023 -0600
+
+    [layout] Cache subtable coverages in hb_map_t
+    
+    Proof-of-concept. Going to revert. Memory consumption is more
+    than I like. It does speed up Roboto shaping another 15% though.
+    Perhaps if we could add logic to choose which subtables to
+    cache, this might be a useful approach.
+
+ src/OT/Layout/GPOS/CursivePosFormat1.hh            |  4 +-
+ src/OT/Layout/GPOS/MarkBasePosFormat1.hh           |  5 +-
+ src/OT/Layout/GPOS/MarkLigPosFormat1.hh            |  5 +-
+ src/OT/Layout/GPOS/MarkMarkPosFormat1.hh           |  5 +-
+ src/OT/Layout/GPOS/PairPosFormat1.hh               |  6 +-
+ src/OT/Layout/GPOS/PairPosFormat2.hh               |  4 +-
+ src/OT/Layout/GPOS/PosLookup.hh                    |  4 +-
+ src/OT/Layout/GPOS/SinglePosFormat1.hh             |  4 +-
+ src/OT/Layout/GPOS/SinglePosFormat2.hh             |  8 +--
+ src/OT/Layout/GSUB/AlternateSubstFormat1.hh        |  8 +--
+ src/OT/Layout/GSUB/LigatureSubstFormat1.hh         |  8 +--
+ src/OT/Layout/GSUB/MultipleSubstFormat1.hh         |  8 +--
+ .../Layout/GSUB/ReverseChainSingleSubstFormat1.hh  |  9 +--
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh           |  4 +-
+ src/OT/Layout/GSUB/SingleSubstFormat2.hh           |  8 +--
+ src/OT/Layout/GSUB/SubstLookup.hh                  |  4 +-
+ src/hb-ot-layout-gsubgpos.hh                       | 70 ++++++++++------------
+ 17 files changed, 65 insertions(+), 99 deletions(-)
+
+commit 98e73192f4aac0419d275857993359676bd94f94
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 4 22:20:06 2023 +0000
+
+    [subset] Add command line flag to provide a gid mapping.
+
+ src/hb-subset-input.cc |  5 +++++
+ util/hb-subset.cc      | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 65 insertions(+)
+
+commit 975980d36867728da42908a9a3c95373a32b3d30
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 4 15:56:06 2023 -0600
+
+    [gsubgpos] Add apply_cached() as separate method
+    
+    In prep for some other work.
+
+ src/hb-ot-layout-gsubgpos.hh | 10 +++++++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+commit 779e8297fa53f95db2efe1d0e9e734951e0e33ab
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 4 19:31:23 2023 +0000
+
+    [subset] fix requested_glyph_map presence check.
+
+ src/hb-subset-plan.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e14020b27ac71f44a46374ebdce9e0ac46160118
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 4 19:24:01 2023 +0000
+
+    [subset] remove return value from mapping setting function.
+
+ src/hb-subset-input.cc | 5 ++---
+ src/hb-subset.h        | 2 +-
+ 2 files changed, 3 insertions(+), 4 deletions(-)
+
+commit 6826634714de899f5f000a6897deb43825c8ba78
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 4 19:18:54 2023 +0000
+
+    [subset] apply the user supplied glyph map.
+
+ src/hb-subset-input.cc | 18 ++++++++++++++++++
+ src/hb-subset-plan.cc  | 31 ++++++++++++++++++++++++++++++-
+ 2 files changed, 48 insertions(+), 1 deletion(-)
+
+commit e711e305c8d59b9e381e9bf7aa7fd7f85d5008b7
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 4 18:47:55 2023 +0000
+
+    [subset] Add new subsetting API method to receive a user specified glyph mapping.
+
+ src/hb-subset-input.cc | 16 ++++++++++++++++
+ src/hb-subset-input.hh |  1 +
+ src/hb-subset.h        |  5 +++++
+ 3 files changed, 22 insertions(+)
+
+commit 1be39729140a6d726de164746e516c1fe5afcb19
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 4 13:18:34 2023 -0600
+
+    [subset] Support unordered glyphlist in Coverage/ClassDef serialize
+
+ src/OT/Layout/Common/Coverage.hh        |  9 +++++++--
+ src/OT/Layout/Common/CoverageFormat2.hh |  1 +
+ src/OT/Layout/Common/RangeRecord.hh     | 12 ++++++++++++
+ src/hb-ot-layout-common.hh              |  2 ++
+ 4 files changed, 22 insertions(+), 2 deletions(-)
+
+commit a10fad7cc233e70ac647081eaeb9e0c4ecbb1e1d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 4 11:32:07 2023 -0600
+
+    [config] Add HB_NO_GDEF_CACHE
+
+ src/OT/Layout/GDEF/GDEF.hh | 9 +++++++++
+ src/hb-config.hh           | 1 +
+ 2 files changed, 10 insertions(+)
+
+commit e138319fccd9168bbf94d0047e9b33e540f8a25d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 4 11:28:50 2023 -0600
+
+    [config] Allow overriding HB_OPTIMIZE_SIZE
+
+ src/hb-config.hh | 17 ++++++-----------
+ 1 file changed, 6 insertions(+), 11 deletions(-)
+
+commit 319a488b3903cf92c3b45d1772717168a10f94d7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 4 10:36:48 2023 -0600
+
+    [GDEF] Fix null check
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5920994267889664
+
+ src/OT/Layout/GDEF/GDEF.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3f2401e2f11e730050632982f286fe534a2881ad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 3 16:56:52 2023 -0600
+
+    [layout] Don't init iters successively multiple times
+
+ src/hb-ot-layout-gsubgpos.hh | 8 ++++----
+ src/hb-ot-layout.cc          | 9 +++++----
+ 2 files changed, 9 insertions(+), 8 deletions(-)
+
+commit 959f16343b630216c74e2a2de70f783af45e8c5f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 3 16:27:41 2023 -0600
+
+    [gsubgpos] Minor reduce variable scope
+
+ src/hb-ot-layout-gsubgpos.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit fb795dc3c519a34222d32fff0a4309c6e20d77a8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 3 15:17:20 2023 -0600
+
+    [GPOS] Optimize iterator reset
+    
+    Speeds up Gulzar shaping 5%.
+
+ src/OT/Layout/GPOS/CursivePosFormat1.hh  |  2 +-
+ src/OT/Layout/GPOS/MarkMarkPosFormat1.hh |  2 +-
+ src/OT/Layout/GPOS/PairPosFormat1.hh     |  2 +-
+ src/OT/Layout/GPOS/PairPosFormat2.hh     |  2 +-
+ src/hb-ot-layout-gsubgpos.hh             | 10 ++++++++++
+ 5 files changed, 14 insertions(+), 4 deletions(-)
+
+commit 0c1637b60683bcbd11d2aa55cf0df05c3cefe573
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 3 15:04:57 2023 -0600
+
+    [aat] Fix HB_NO_OT_LAYOUT build
+
+ src/hb-aat-layout.cc | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 8a8fc37c42135b3ed524e4179bcc4add854ae195
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 3 14:57:00 2023 -0600
+
+    [GDEF] Use a cache for glyph classes
+    
+    Shows 5% speedup for Roboto shaping.
+
+ src/OT/Layout/GDEF/GDEF.hh   | 15 +++++++++++++++
+ src/hb-null.hh               |  2 +-
+ src/hb-ot-layout-gsubgpos.hh | 10 +++++++++-
+ src/hb-ot-layout.cc          |  2 +-
+ 4 files changed, 26 insertions(+), 3 deletions(-)
+
+commit 323a1fe4968029fd036948533ead5c0ba69b9df2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 3 13:52:43 2023 -0600
+
+    [PairPos] Fix what I broke
+
+ src/OT/Layout/GPOS/PairPosFormat1.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a6f5f0dc4aa9b1551ccdb3a18a8b4c6589ee72cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 3 13:45:39 2023 -0600
+
+    [PairSet] Micro-optimize
+
+ src/OT/Layout/GPOS/PairSet.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4e495eb0a78cd2b51a09c4fdeaa9f1cd9d13116b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 3 13:40:46 2023 -0600
+
+    [PairPos] Add an unlikely
+
+ src/OT/Layout/GPOS/PairPosFormat1.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5528bdd46fc0a1e6c34de1fbe0f79becc12f00ab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 3 13:35:10 2023 -0600
+
+    [PairPos] Remove a likely
+
+ src/OT/Layout/GPOS/PairPosFormat2.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ae0fe02d13f1ecd1ede03d0523308cba4b88a738
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 3 13:24:08 2023 -0600
+
+    [Ligature] Use slow path if 2 or fewer ligatures
+
+ src/OT/Layout/GSUB/LigatureSet.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit ddd6c2e7a2d11b91d49681c1a8609010dafefad8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 3 13:16:39 2023 -0600
+
+    [Ligature] Micro-optimize more
+
+ src/OT/Layout/GSUB/LigatureSet.hh | 12 +++++++++---
+ 1 file changed, 9 insertions(+), 3 deletions(-)
+
+commit 045ae4b0b5358503ddf445d2a5bfd6427a9ee4f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 3 13:08:43 2023 -0600
+
+    [GPOS] Micro-optimize
+
+ src/OT/Layout/GPOS/CursivePosFormat1.hh  | 2 +-
+ src/OT/Layout/GPOS/MarkMarkPosFormat1.hh | 4 ++--
+ src/OT/Layout/GPOS/PairPosFormat2.hh     | 2 +-
+ 3 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 0fe90ebc00d07a1a636ed0dfdd72f5586b51bcfa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 3 12:49:31 2023 -0600
+
+    [Ligature] Micro-optimize
+
+ src/OT/Layout/GSUB/LigatureSet.hh | 16 ++++++++++++----
+ 1 file changed, 12 insertions(+), 4 deletions(-)
+
+commit 51061d2854cbf55de422f46b31e1746b8657a4e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 3 12:46:04 2023 -0600
+
+    [Ligature] Minor tweak to recent code
+
+ src/OT/Layout/GSUB/LigatureSet.hh | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+commit 7881eadffc6314e0da29b27125550a1c5d46819f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 2 14:56:18 2023 -0600
+
+    [Ligature] Speed up
+    
+    Match the first component of the ligature in the LigatureSet loop.
+    
+    Speeds up Roboto shaping by 25%. I don't think it breaks anything.
+    The test suite seems happy.
+
+ src/OT/Layout/GSUB/Ligature.hh    |  2 +-
+ src/OT/Layout/GSUB/LigatureSet.hh | 43 +++++++++++++++++++++++++++++++++++++--
+ 2 files changed, 42 insertions(+), 3 deletions(-)
+
+commit 95f155573c84dd3b74ae83183d23faac7f364f08
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 2 16:37:31 2023 -0600
+
+    [PairPosFormat2] Micro-optimize and don't kern if class2=0
+    
+    If class2=0 we expect no kerning to happen. Just bail out.
+
+ src/OT/Layout/GPOS/PairPosFormat2.hh | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+commit 5996715436cdd303138653c598acfe5974566c16
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 2 15:52:43 2023 -0600
+
+    [PairPos2] Micro-optimize
+
+ src/OT/Layout/GPOS/PairPosFormat2.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 49ac5e11ef6000de139f1e823d5fc43ae6f8f412
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 2 12:12:26 2023 -0600
+
+    [match_input] Micro-optimize
+
+ src/hb-ot-layout-gsubgpos.hh | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 7e7f1d0414c9128ce2e09659711f45e6b0f74c39
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 2 12:06:00 2023 -0600
+
+    Drop a pair of parantheses from likely/unlikely
+    
+    Such that "if likely(...)" wouldn't compile.
+
+ src/hb.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit db730f46d093b69667ad430785ca50fc32f2172c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 2 11:55:10 2023 -0600
+
+    Simplify likely/unlikely
+    
+    This surprisingly saves bytes and speeds up.
+
+ src/hb.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 2f9945ca0191c316fa82c1fb5fa553bc4aa50b0c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 2 11:33:31 2023 -0600
+
+    [Glyph] Only treat numContours=-1 as Composite
+    
+    Leave the other negative numbers as empty glyph.
+
+ src/OT/glyf/Glyph.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit db23be642ff13706333069ef895f7b6559a9036b
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue May 2 00:06:08 2023 +0000
+
+    [subset] clamp head *Min/*Max values to fit within 16 bit signed int.
+    
+    Fixes fuzzer https://oss-fuzz.com/testcase-detail/4549472192692224.
+
+ src/OT/glyf/Glyph.hh                                     |  11 +++++++----
+ ...-testcase-minimized-hb-subset-fuzzer-4549472192692224 | Bin 0 -> 1634 bytes
+ 2 files changed, 7 insertions(+), 4 deletions(-)
+
+commit a8b8eb53c3de9830ccd8e1444a24eee430c2dc74
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 1 16:56:29 2023 -0600
+
+    [Coverage] Micro-optimize
+
+ src/OT/Layout/Common/Coverage.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit af21ea359c1463d4b1b0f78d43fa695788098277
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 1 16:34:50 2023 -0600
+
+    [Coverage/serialize] Micro-optimize
+
+ src/OT/Layout/Common/Coverage.hh        | 5 ++---
+ src/OT/Layout/Common/CoverageFormat2.hh | 6 +++---
+ 2 files changed, 5 insertions(+), 6 deletions(-)
+
+commit 491f2968cd964c14c86642c5c881be5e16f12d62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 1 15:58:57 2023 -0600
+
+    [gvar] Micro-optimize
+    
+    We don't need the flag in the case of apply_to_all.
+
+ src/hb-ot-var-gvar-table.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 19d8328b639a7520f24dea0ada086cbff1ad90eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 1 15:54:06 2023 -0600
+
+    [VarComposite] Minor use pad instead of StructAfter
+
+ src/OT/glyf/VarCompositeGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1b74cd7c2df711007b9bc252c891618d5250affd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 1 15:41:12 2023 -0600
+
+    [gvar] Micro-optimize
+
+ src/hb-ot-var-gvar-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 267ecd20c8995c146c45bf8e37fb25fa6e7b9b8b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 1 14:05:17 2023 -0600
+
+    [normalize] Micro-optimize
+
+ src/hb-ot-shape-normalize.cc | 15 +++++++++------
+ 1 file changed, 9 insertions(+), 6 deletions(-)
+
+commit 577bc8a2391ad7bd727b0268ed711c1d10065a14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 1 14:01:08 2023 -0600
+
+    [layout] Micro-optimize
+
+ src/hb-ot-layout.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 5b78e9a92443eea0aaf62228f6a93a62c7d39410
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 1 13:45:42 2023 -0600
+
+    [layout] Whitespace
+
+ src/hb-ot-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3f9eb03b40251b7c27a2d9935db31091fc8a1586
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 1 12:49:40 2023 -0600
+
+    [graph] Micro-optimize
+
+ src/graph/graph.hh | 64 +++++++++++++++++++++++++++++++-----------------------
+ 1 file changed, 37 insertions(+), 27 deletions(-)
+
+commit 1cbb85dc84bf3f581556fcdb1eeca8822c8d3095
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Apr 30 11:31:46 2023 -0600
+
+    [Glyph] Protect against an underflow
+
+ src/OT/glyf/Glyph.hh | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit c7721f7df54a95701b1a4f0ce563aa8e3c0ba49d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Apr 30 11:28:40 2023 -0600
+
+    [Glyph] Reuse variables
+
+ src/OT/glyf/Glyph.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit e826d94afe1eab70817db7f32e9c5f9597a3da84
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Apr 30 11:11:19 2023 -0600
+
+    Call roundf() instead of _hb_roundf()
+    
+    The former is defined as a macro expanding to the latter.
+
+ src/OT/Color/COLR/COLR.hh  | 8 ++++----
+ src/OT/Layout/GPOS/GPOS.hh | 2 +-
+ src/hb-ot-metrics.cc       | 2 +-
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+commit fbffd4e65e65843ab149c43df417882fe08683d9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Apr 30 10:45:19 2023 -0600
+
+    [SimpleGlyph] Handle cubic curves when instancing
+
+ src/OT/glyf/SimpleGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 85a0a123389a54ea8925a8f84030eb687f82bf47
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Apr 30 10:40:50 2023 -0600
+
+    [SimpleGlyph] Relax types
+
+ src/OT/glyf/SimpleGlyph.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 2e5e566504b67fa7495bf017aded25f771d5a690
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Apr 30 10:23:58 2023 -0600
+
+    [SimpleGlyph] Micro-optimize
+
+ src/OT/glyf/SimpleGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7b9832deab83d406052a8a8fcd6440bd018ca064
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Apr 29 12:56:07 2023 -0600
+
+    [buffer] Whitespace
+
+ src/hb-buffer.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 700975f732be2eb9b31d538e43a4909311851f55
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Apr 29 11:23:56 2023 -0600
+
+    [gvar/glyf] Minor save a variable
+
+ src/OT/glyf/Glyph.hh        |  3 ++-
+ src/hb-ot-var-gvar-table.hh | 11 ++++++++---
+ 2 files changed, 10 insertions(+), 4 deletions(-)
+
+commit 07be0b6878a2e1948cbd32bbce111b44b53beda3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Apr 29 11:09:28 2023 -0600
+
+    [VarComposite] Minor micro-optimize
+
+ src/OT/glyf/VarCompositeGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ecd0f859bde42d7883746e8ea7f00bd56ef4cd35
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Apr 29 10:51:59 2023 -0600
+
+    [Composite] Minor micro-optimize
+
+ src/OT/glyf/CompositeGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e768754b0fa7153442280b393ff1136a6f8574a3
+Author: Han Seung Min - 한승민 <hanseungmin.ar@gmail.com>
+Date:   Sat Apr 29 17:51:04 2023 +0900
+
+    [buffer] fix `hb_buffer_t::similar` setting `replacement` to `src.invisible`
+    
+    ```cpp
+    void
+    hb_buffer_t::similar (const hb_buffer_t &src)
+    {
+      hb_unicode_funcs_destroy (unicode);
+      unicode = hb_unicode_funcs_reference (src.unicode);
+      flags = src.flags;
+      cluster_level = src.cluster_level;
+      replacement = src.invisible; // <- this should be src.replacement
+      invisible = src.invisible;
+      not_found = src.not_found;
+    }
+    ```
+
+ src/hb-buffer.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit afd432daf52f2df0897b47681230e45e970a8f06
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 28 14:55:37 2023 -0600
+
+    [VarComposite] Fix an #ifdef check
+
+ src/OT/glyf/VarCompositeGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b53f8c25ca49b6401fafbca5ad1f0f95863c323f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 28 14:49:22 2023 -0600
+
+    [path-builder] Simplify initialization
+
+ src/OT/glyf/path-builder.hh | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+commit 6a4b87d0034e2523d3e4b9a0bba63bc89edaebd0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 28 14:48:46 2023 -0600
+
+    [path-builder] Remove double-initialization
+
+ src/OT/glyf/path-builder.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 4a102effd00fac7a6a6b8c4be2aa7c711c6ba91c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 28 14:38:34 2023 -0600
+
+    [gvar] Minor always pass cache
+    
+    We now check for access in calculate_scalar(), so no need to
+    check fof error here.
+
+ src/hb-ot-var-gvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 06504cb0a26ff2bff1842b6049e28e427489ea5b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 28 13:13:18 2023 -0600
+
+    [PairPosFormat2] Minor use false instead of 0
+
+ src/OT/Layout/GPOS/PairPosFormat2.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 262f029e20a4e99bc977d767bebf9f03bf1da183
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 28 12:57:24 2023 -0600
+
+    [algs] Undo touching HACKMEM 169
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9ed43dc50059ce1710fbf5104e210703f1f2f65f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 28 12:38:26 2023 -0600
+
+    [PairPosFormat2] Reuse a value
+
+ src/OT/Layout/GPOS/PairPosFormat2.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 859f7d41cba08731de9b45e87aa37c877454e801
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 28 12:22:11 2023 -0600
+
+    [set-digest] Comment
+
+ src/hb-set-digest.hh | 12 +++++++++---
+ 1 file changed, 9 insertions(+), 3 deletions(-)
+
+commit bd62a91d03034f9f1600b6994b7f3cff2f76bc7d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 28 12:01:21 2023 -0600
+
+    [algs] 64bit popcount
+
+ src/hb-algs.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit 5b0d818128163bf915a17e5b696a6805c14738c5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 28 11:40:42 2023 -0600
+
+    [Glyph] Add missing break
+
+ src/OT/glyf/Glyph.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit e5dfb6a4b6122d1e1cb6c3feea985ee68154c736
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 28 11:38:12 2023 -0600
+
+    [SimpleGlyph] Use hb_memset instead of memset
+
+ src/OT/glyf/SimpleGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1b0c5a3e6346dcc4efac7861ad38f64533a05bba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 28 11:16:11 2023 -0600
+
+    [VarComposite] Comment
+
+ src/OT/glyf/VarCompositeGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b0e763f5ebb8ef9cc9134b1aebe96f41b526f1cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 28 10:45:23 2023 -0600
+
+    [VarComposite] Micro-optimize get_num_points
+
+ src/OT/glyf/VarCompositeGlyph.hh | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 29d576584d4a56502da8e16c9dcc2222ad94e7bb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 28 10:33:50 2023 -0600
+
+    [VarComposite] Micro-optimize
+
+ src/OT/glyf/Glyph.hh             | 1 +
+ src/OT/glyf/VarCompositeGlyph.hh | 9 ++++-----
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit bf97f880558f35cdd54f88c737164ff8efa807c3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 28 10:28:17 2023 -0600
+
+    [VarComposite] Minor notation
+
+ src/OT/glyf/VarCompositeGlyph.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit e9738563ffe7d07c6245a19b9a9b94a310f31140
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 28 10:22:40 2023 -0600
+
+    [VarComposite] Speedup get_size()
+
+ src/OT/glyf/VarCompositeGlyph.hh | 16 +++++++---------
+ 1 file changed, 7 insertions(+), 9 deletions(-)
+
+commit 21ba0b6868790f1586363c02aea90b3c449304f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 19:15:41 2023 -0600
+
+    [cvt] Remove unneeded initialization
+
+ src/hb-ot-var-cvar-table.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit b3fed4fa6465151e740bdbf5cfffb13298a57803
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Apr 27 22:13:30 2023 +0000
+
+    [repacker] fix fuzzer found memory leak.
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5196242811748352
+
+ src/graph/markbasepos-graph.hh                         |   5 ++++-
+ ...tcase-minimized-hb-repacker-fuzzer-5196242811748352 | Bin 0 -> 358356 bytes
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit 247ffe389fb2e80a9d254860b7aa4a9ccd6c6558
+Merge: f90e3fc3f c800c0cfe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 16:28:47 2023 -0600
+
+    Merge pull request #4211 from harfbuzz/glyf-inplace
+    
+    Glyf inplace
+
+commit c800c0cfe1a09a4c5e11345b4870cab123cbfae8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 15:12:02 2023 -0600
+
+    [Glyph] Load composite glyphs in-place
+
+ src/OT/glyf/CompositeGlyph.hh    | 33 ++++++++++++++++++++++++-----
+ src/OT/glyf/Glyph.hh             | 45 ++++++++++++++++++++--------------------
+ src/OT/glyf/SimpleGlyph.hh       | 12 ++++++-----
+ src/OT/glyf/VarCompositeGlyph.hh | 15 +++++++++++---
+ src/hb-ot-var-gvar-table.hh      | 33 +++++++----------------------
+ 5 files changed, 77 insertions(+), 61 deletions(-)
+
+commit f90e3fc3f4ff9aca66742ee8843e0087ddc83872
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 14:39:33 2023 -0600
+
+    [Composites] Pre-alloc phantom-points space
+
+ src/OT/glyf/CompositeGlyph.hh    | 1 +
+ src/OT/glyf/VarCompositeGlyph.hh | 1 +
+ 2 files changed, 2 insertions(+)
+
+commit 0c7cb57539c39a29fa71d89c634f9173908da71f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 14:21:44 2023 -0600
+
+    [VarComposite] Micro-optimization for advance-only
+
+ src/OT/glyf/Glyph.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit bdce23a0c0faab35a11eef6c97c1ad6432157b31
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 14:07:57 2023 -0600
+
+    [Glyph] Don't load component glyphs is phantom_only
+    
+    Drastically speeds up variable advance calculation when HVAR
+    is missing. Let's see what I broke...
+
+ src/OT/glyf/Glyph.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit e2be7865f33640671e5bb342cd648ce944937fe8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 13:54:06 2023 -0600
+
+    [VarComposite] Minor rewrite
+
+ src/OT/glyf/VarCompositeGlyph.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit b9b85da3c9200f84d978edeb3e404e089ca69454
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Apr 27 11:17:24 2023 -0700
+
+    [instancer] no need to create hb_font_t object when fetching delta from varstore
+
+ src/hb-ot-layout-common.hh | 11 ++++++-----
+ src/hb-subset-plan.cc      | 12 ++----------
+ 2 files changed, 8 insertions(+), 15 deletions(-)
+
+commit 58f79063bbe5a9f2bbd438771a5f495d47208a95
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 13:35:32 2023 -0600
+
+    [VarComposite] Set min_size to 5
+
+ src/OT/glyf/VarCompositeGlyph.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 28b5a47d2b06bb85540c3ef6616b9d92a4fe93d7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 13:31:53 2023 -0600
+
+    [VarComposite] Reuse a variable
+
+ src/OT/glyf/VarCompositeGlyph.hh | 25 +++++++++++++------------
+ 1 file changed, 13 insertions(+), 12 deletions(-)
+
+commit 977c2f9c66363a369e91521d789ceacf0133621e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 13:25:30 2023 -0600
+
+    [glyf] Micro-optimize
+
+ src/OT/glyf/SimpleGlyph.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit a4b4536a17cd308fdc59639d67d64049d4964326
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 13:14:52 2023 -0600
+
+    Revert "[glyf] Micro-optimize"
+    
+    This reverts commit 2bbb605d08298047164a20a242f4cfcfbe68c309.
+    
+    In case of phantoms_only we were leaving array uninitialized.
+    This is why the fedora-valgrind bot broke.
+
+ src/OT/glyf/SimpleGlyph.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 1c4e7e4f7e8fa569885abc608aa52b979f966ea2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 13:05:54 2023 -0600
+
+    [VarComposite] Rewrite code with ?
+
+ src/OT/glyf/VarCompositeGlyph.hh | 27 +++++++++------------------
+ 1 file changed, 9 insertions(+), 18 deletions(-)
+
+commit 9491a3dd0b6d098073b4d89540fe227b84c07ebb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 13:01:27 2023 -0600
+
+    [VarComposite] Minor notation
+
+ src/OT/glyf/VarCompositeGlyph.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 644e0551a2f8736fa77fa19d7ccdfe07160cfab7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 13:00:24 2023 -0600
+
+    [VarComposite] Minor move code
+
+ src/OT/glyf/VarCompositeGlyph.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 79aa9e93d366c9e016404faf12da68b56bd56c9d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 12:57:25 2023 -0600
+
+    [VarComposite] Optimize translate, second try
+
+ src/OT/glyf/VarCompositeGlyph.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 83bbeaca20f84b7a5af092209f5989986e6e2f9d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 12:49:56 2023 -0600
+
+    [VarComposite] Minor move code
+
+ src/OT/glyf/VarCompositeGlyph.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 9b5afad49392cd2b661c6517353e0da950d33029
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 12:38:44 2023 -0600
+
+    [var] Fix assertion
+    
+    Fixes https://oss-fuzz.com/testcase-detail/4861707188305920
+
+ src/hb-ot-var-common.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 7cb95c8ab7d29d9ccc265d74a98a63ee3b514b63
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 12:28:00 2023 -0600
+
+    Revert "[VarComposite] Optimize translate()"
+    
+    This reverts commit 6a55e73d6aa9a378789d4101849f1508ac6fff3d.
+    
+    This was wrong.
+
+ src/OT/glyf/VarCompositeGlyph.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit b79a49f1a0a5030ccb582ae7aa715ae9da3c2857
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 12:21:32 2023 -0600
+
+    [VarComposite] Optimize get_points()
+
+ src/OT/glyf/VarCompositeGlyph.hh | 43 +++++++++++++++++++---------------------
+ 1 file changed, 20 insertions(+), 23 deletions(-)
+
+commit 51891e8ff42200f0555669c1c8a71e73ddbe189b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 12:16:12 2023 -0600
+
+    [VarComposite] Micro-optimize
+
+ src/OT/glyf/VarCompositeGlyph.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 0f05ced13b5d4c80b2b3f5b145613b0acd24df74
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 11:59:28 2023 -0600
+
+    [VarComposite] Optimize transformation functions more
+
+ src/OT/glyf/VarCompositeGlyph.hh | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit 65ea95b9747e4863552a2a671000862c6ef14c6e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 11:52:56 2023 -0600
+
+    [VarComposite] Optimize skew()
+
+ src/OT/glyf/VarCompositeGlyph.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 070f837be6b3e928a333c388025a82d77dae92dc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 11:51:42 2023 -0600
+
+    [VarComposite] Optimize rotate()
+
+ configure.ac                     |  2 +-
+ meson.build                      |  1 +
+ src/OT/glyf/VarCompositeGlyph.hh | 10 ++++++++--
+ 3 files changed, 10 insertions(+), 3 deletions(-)
+
+commit 4e256f5a5754699c79d575dbf3026b11731ab926
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 11:47:52 2023 -0600
+
+    [VarComposite] Optimize scale()
+
+ src/OT/glyf/VarCompositeGlyph.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 6a55e73d6aa9a378789d4101849f1508ac6fff3d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 11:45:18 2023 -0600
+
+    [VarComposite] Optimize translate()
+
+ src/OT/glyf/VarCompositeGlyph.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit cdc02acd3d0281b4791c129da9145ec184c73df6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 11:40:24 2023 -0600
+
+    [VarComposite] Minor adjust initialization values
+
+ src/OT/glyf/VarCompositeGlyph.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit a257546de492e3dba05cb08aec936b0489023959
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 11:39:40 2023 -0600
+
+    [VarComposite] Minor micro-optimize / indent
+
+ src/OT/glyf/VarCompositeGlyph.hh | 17 ++++++++---------
+ 1 file changed, 8 insertions(+), 9 deletions(-)
+
+commit 18396b8e27888c2ecb3aec40cb488263f9a26d50
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 11:36:24 2023 -0600
+
+    [VarComposite] Micro-optimize
+
+ src/OT/glyf/VarCompositeGlyph.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit 1e71a673e925dcce0acfb81c14f74404b92a1568
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 11:27:40 2023 -0600
+
+    [VarComposite] Micro-optimize
+
+ src/OT/glyf/VarCompositeGlyph.hh | 66 +++++++++++++++++++++-------------------
+ 1 file changed, 35 insertions(+), 31 deletions(-)
+
+commit dd860fad80b85f8bc03dd53373cff4f092c32447
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 11:24:48 2023 -0600
+
+    [VarComposite] Micro-optimize
+
+ src/OT/glyf/VarCompositeGlyph.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 6457847719a1e22bf1047c2b9e5debf843b5156d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 11:22:18 2023 -0600
+
+    [VarComposite] Minor change variable types
+
+ src/OT/glyf/VarCompositeGlyph.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 50e758e34534b963269f859274dff1d2a3812778
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 11:02:07 2023 -0600
+
+    [glyf] Tweak assertion
+
+ src/OT/glyf/SimpleGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1056590f00db7414a289d122f88f68d305c000a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 10:41:36 2023 -0600
+
+    [config] Add HB_OPTIMIZE_SIZE_VAL
+
+ src/hb-config.hh            | 5 +++++
+ src/hb-ot-var-gvar-table.hh | 9 +--------
+ src/hb-vector.hh            | 4 +---
+ 3 files changed, 7 insertions(+), 11 deletions(-)
+
+commit 726590ed5f3ac23f8316ed3988bf24f87ff58360
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 27 10:13:39 2023 -0600
+
+    [gvar] Add optimize-size code path
+
+ src/hb-ot-var-gvar-table.hh | 100 ++++++++++++++++++++++++++++----------------
+ 1 file changed, 64 insertions(+), 36 deletions(-)
+
+commit 7c9ed76d0a272b97af48b75ce0e7ea001164d453
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Apr 27 03:26:57 2023 +0200
+
+    [doc] Use simpler markdown link syntax
+
+ src/hb-ot-layout.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a200f0a3fe9ced04ad498fc9a1b480fbf1cce78d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 17:29:49 2023 -0600
+
+    [gvar] Micro-optimize
+
+ src/hb-ot-var-gvar-table.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit db86e977a091b084897ebbafff7f72a58e0e375a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 17:08:53 2023 -0600
+
+    [gvar] Micro-optimize
+
+ src/hb-ot-var-gvar-table.hh | 61 +++++++++++++++++++++++++++------------------
+ 1 file changed, 37 insertions(+), 24 deletions(-)
+
+commit 27b8a208ec93d9a2a4efd33682ce23ee3f4841d7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 16:54:58 2023 -0600
+
+    [gvar] Minor variable reuse
+
+ src/hb-ot-var-gvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2bbb605d08298047164a20a242f4cfcfbe68c309
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 16:40:39 2023 -0600
+
+    [glyf] Micro-optimize
+    
+    No need to init the whole array.
+
+ src/OT/glyf/SimpleGlyph.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit c87f26018d53e5fdb4d6226919cb10a3c43a9c8e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 16:32:07 2023 -0600
+
+    [glyf] Micro-optimize
+
+ src/OT/glyf/SimpleGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a321c4fee56b15247c10f9aa3db7e7ccb3b8173b
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Apr 27 00:48:00 2023 +0200
+
+    7.2.0
+
+ NEWS                | 29 +++++++++++++++++++++++++++++
+ configure.ac        |  2 +-
+ meson.build         |  2 +-
+ src/hb-deprecated.h |  2 +-
+ src/hb-subset.h     |  2 +-
+ src/hb-unicode.h    |  2 +-
+ src/hb-version.h    |  4 ++--
+ 7 files changed, 36 insertions(+), 7 deletions(-)
+
+commit fd52c4cf7b97b7d16b442d369ae1d8ad18efa36e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 16:27:51 2023 -0600
+
+    [gvar] Comment
+
+ src/hb-ot-var-gvar-table.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 0c59c629c1d46067bca26e10e051eaabd87ff0b2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 16:20:16 2023 -0600
+
+    [gvar] Micro-optimize
+    
+    For cases where no deltaset applies.
+
+ src/hb-ot-var-gvar-table.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 5d1a603ad1556f8797180aea0f7201f3bad66441
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 16:25:15 2023 -0600
+
+    [var] Fix compiler warnings
+
+ src/hb-ot-var-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit af393e9652aa746c42652e3590dfb12724dd0877
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 16:02:06 2023 -0600
+
+    [gvar] Refactor a variable
+
+ src/hb-ot-var-common.hh | 16 +++++++++-------
+ 1 file changed, 9 insertions(+), 7 deletions(-)
+
+commit 2a3bf5a542aaefb72bac4708ca9ded99b2ec62cb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 15:58:55 2023 -0600
+
+    [gvar] Minor error-handling
+
+ src/hb-ot-var-gvar-table.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 57faabb78e030388dca2cd6b6ec7d94a484c0956
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 15:56:04 2023 -0600
+
+    [gvar] Micro-optimize
+
+ src/hb-ot-var-gvar-table.hh | 20 ++++++++++++++++----
+ 1 file changed, 16 insertions(+), 4 deletions(-)
+
+commit 76e269af9e87d95415564d75a3aabc2ecec262cd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 15:47:12 2023 -0600
+
+    [gvar] Micro-optimize
+
+ src/hb-ot-var-common.hh | 12 +++++-------
+ 1 file changed, 5 insertions(+), 7 deletions(-)
+
+commit 7349cea127599d4d164b3ef4b05aee80451bc26b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 14:27:24 2023 -0600
+
+    [gvar] Micro-optimization
+
+ src/hb-ot-var-common.hh | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit bc535870025dbb78e83ebad1e01aba8644825e87
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 13:57:11 2023 -0600
+
+    [deprecated] Add HB_UNICODE_COMBINING_CLASS_CCC133
+    
+    https://github.com/harfbuzz/harfbuzz/pull/4207
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-deprecated.h        | 11 +++++++++++
+ 2 files changed, 12 insertions(+)
+
+commit c5afe026bdf784d05f32d9be31a38c077746d210
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 13:44:03 2023 -0600
+
+    [gvar] Comment
+
+ src/hb-ot-var-gvar-table.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 87c6e68ec31260fb51d67d563c61adb61041bb41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 13:20:51 2023 -0600
+
+    [gvar] Assertion
+
+ src/hb-ot-var-common.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 09386737312ddae4d850334cd55063de935cf6d5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 13:19:27 2023 -0600
+
+    [gvar] Error handling & micro-optimization
+
+ src/hb-ot-var-common.hh     | 2 +-
+ src/hb-ot-var-gvar-table.hh | 5 +++--
+ 2 files changed, 4 insertions(+), 3 deletions(-)
+
+commit b6aa2d71f39473d1d927376a4959bb73398aa4ca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 13:06:24 2023 -0600
+
+    [gvar] Speed up calculate_scalar more
+    
+    Use a gvar-wide cache of the one active peak index for shared-tuples
+    that have only one active peak. This speeds up the scalar calculation.
+    
+    This shows significant speedup for the CJK VarComposite font for
+    example since that has tens of axes with mostly only one active peak.
+
+ src/hb-ot-var-common.hh     | 18 ++++++++++++++++--
+ src/hb-ot-var-gvar-table.hh | 27 ++++++++++++++++++++++++++-
+ 2 files changed, 42 insertions(+), 3 deletions(-)
+
+commit ffbfab123f0966f4ee1c00b24fcb7158b1b3857d
+Author: Han Seung Min - 한승민 <hanseungmin.ar@gmail.com>
+Date:   Thu Apr 27 00:43:48 2023 +0900
+
+    oops docs
+
+ src/hb-unicode.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e428edc3714eebe68981c579bda9412f303f538d
+Author: Han Seung Min - 한승민 <hanseungmin.ar@gmail.com>
+Date:   Wed Apr 26 23:57:21 2023 +0900
+
+    [unicode] Fix typo
+    
+    I believe the `hb-unicode.h` has a typo where `HB_UNICODE_COMBINING_CLASS_CCC133        = 132,` is supposed to be `HB_UNICODE_COMBINING_CLASS_CCC132`
+
+ src/hb-unicode.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 63afb4f2e7cc6053fb884108b360f19d1103b065
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 10:29:25 2023 -0600
+
+    [syllabic] Better fix for previous issue
+    
+    With previous fix the GPOS application was still reading the syllable()
+    member, which was already freed.  This fix is more correct.
+
+ src/hb-ot-layout-gsubgpos.hh | 3 ++-
+ src/hb-ot-shaper-syllabic.cc | 4 ----
+ 2 files changed, 2 insertions(+), 5 deletions(-)
+
+commit c5f3b3feb1d2845b46e19f7e01605bbcf3e7f480
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 26 10:17:37 2023 -0600
+
+    [syllabic] Actually clear syllables
+    
+    Such that they don't affect GPOS.
+    
+    I broke this in 044d7a06db552e1564b8575f4d23798f009d9dde.
+
+ src/hb-ot-shaper-syllabic.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 9ee7c2ea63416a6e7e98461d9b5480e7af22c427
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 25 16:13:54 2023 -0600
+
+    [cmap] Minor remove magic number
+
+ src/hb-ot-cmap-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 580b0dc1c353c5cf2d2b6ba63f17043baf050d8d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 25 16:11:01 2023 -0600
+
+    [cmap] Comment
+
+ src/hb-ot-cmap-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1d31da91ce02bf01947f1533d896dc4a4a5f6bcb
+Merge: f6803b06b e41f31719
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 25 15:34:06 2023 -0600
+
+    Merge pull request #4205 from harfbuzz/gvar-optimize
+    
+    Gvar optimize
+
+commit e41f3171994a739ff966735b78e1777ab5933471
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Apr 25 20:54:27 2023 +0000
+
+    [subset] Update expectation files for full_instance tests.
+
+ ...fault.retain-all-codepoint.wght=300,wdth=90.ttf | Bin 114300 -> 114300 bytes
+ ...anges.retain-all-codepoint.wght=300,wdth=90.ttf | Bin 114300 -> 114300 bytes
+ test/subset/data/tests/full_instance.tests         |   3 +++
+ 3 files changed, 3 insertions(+)
+
+commit f6803b06bf7ef6b6a480e9dd489a8fa693d7b403
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 25 14:46:44 2023 -0600
+
+    [VarRegionAxis] Micro-optimize
+    
+    peak==0 is common.
+
+ src/hb-ot-layout-common.hh | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit f91929d6da527e42b4f46c7738d40e118107163a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 25 14:42:00 2023 -0600
+
+    Minor return floats instead of doubles from function
+    
+    Not that any compiler complained...
+
+ src/hb-ot-layout-common.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 808a21f8de7523b26ddad2316e55fafa6daf4fe2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 25 14:03:52 2023 -0600
+
+    [gvar] Simplify ref_points logic
+
+ src/hb-ot-var-gvar-table.hh | 5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+commit 78a0216a031234fdcc14448f906649bd83bb7118
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 25 13:52:00 2023 -0600
+
+    [gvar] Write a for loop as range loop
+
+ src/hb-ot-var-gvar-table.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit f654823fe0639bf6c71d77f53c34b4b2f878eb2e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 25 13:09:40 2023 -0600
+
+    [gvar] Handle an error case
+
+ src/hb-ot-var-gvar-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 30d08dc62cfab0f5f8d8d4491f91eb352eebfb3e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 25 12:13:57 2023 -0600
+
+    [gvar] Populate end_points lazily
+    
+    Tiny micro-optimization...
+
+ src/hb-ot-var-gvar-table.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit fe8c91707b5579f77505e37ebea8578e1282db38
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 25 11:30:36 2023 -0600
+
+    [gvar] Micro-optimize has_intermediate() access
+
+ src/hb-ot-var-common.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 2175f5d050743317c563ec9414e0f83a47f7fbc4
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Apr 24 21:13:18 2023 +0000
+
+    [subset] Fix inefficient ItemVariationStore subsetting w/ retain_gids.
+    
+    ItemVariationStore is relying on the assumption that the inner_map is populated for all output glyphs, this is not true for subsetting operations with retain gids enabled. Fixes fuzzer timeout: https://oss-fuzz.com/testcase-detail/4575222591520768.
+
+ src/hb-bimap.hh                                         |   9 +++++++++
+ src/hb-ot-layout-common.hh                              |  14 ++++++--------
+ src/hb-ot-var-hvar-table.hh                             |  10 ++++------
+ ...testcase-minimized-hb-subset-fuzzer-4575222591520768 | Bin 0 -> 91107 bytes
+ .../variable/Fraunces.retain-gids.26,66,69,124,125.ttf  | Bin 0 -> 21296 bytes
+ .../data/expected/variable/Fraunces.retain-gids.61.ttf  | Bin 0 -> 4508 bytes
+ test/subset/data/tests/variable.tests                   |   1 +
+ 7 files changed, 20 insertions(+), 14 deletions(-)
+
+commit 385e23762dc18659c4cc0c69e17549fe3e00d74e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 24 17:51:07 2023 -0600
+
+    [var] Optimize calculate_scalar more
+    
+    This change alone is showing me 14% scalar in a benchmark.
+    The reason being that the array::operator[] is not being invoked
+    a lot of time, which was, many times, hitting the unlikely() path.
+    Weird!
+
+ src/hb-ot-var-common.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 7a3928e2b6099c5c334ca0b2469a567b529bcf34
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 24 17:38:20 2023 -0600
+
+    [var] Optimize calculate_scalar
+    
+    For varfonts with lots of deltasets, the loop in this function is
+    *really* hot...
+
+ src/hb-ot-var-common.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 89296036317bf718c99fdd1dc0d1bf4f1c34323a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 24 16:16:27 2023 -0600
+
+    [gvar] Another minor optimization
+    
+    Allocate orig_points lazily only when needed.
+
+ src/hb-ot-var-gvar-table.hh | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+commit 20454eaa399abe28db485b2ccb461c30861023e0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 24 15:50:58 2023 -0600
+
+    [gvar] Optimize by applying deltas in batches
+    
+    Shows up to 7% speedup in one of my benchmarks.
+    
+    One test fails by one rounding issue. To be updated.
+
+ src/hb-ot-var-gvar-table.hh | 22 +++++++++++++++++-----
+ 1 file changed, 17 insertions(+), 5 deletions(-)
+
+commit 491aa572ce9c845afa40cfdcded4959add46fd5c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 24 15:05:18 2023 -0600
+
+    [gvar] Minor call a function instead of handcoding
+
+ src/hb-ot-var-gvar-table.hh | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit cf95f3193bfb85ec4d14041e93df8a03909f40a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 24 14:45:52 2023 -0600
+
+    [VarComposite] Another minor resue of num_points
+
+ src/OT/glyf/Glyph.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit fc8dfe64d04e3d429f9c8c7f39e52c619c4bba13
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 24 14:39:20 2023 -0600
+
+    [benchmark-font] Minor rename
+
+ perf/benchmark-font.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 0a5208422821471d2904e164cad651bd8dadcfb4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 24 14:23:24 2023 -0600
+
+    [VarComposite] Minor resue of num_points
+
+ src/OT/glyf/VarCompositeGlyph.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit a9a9f278b81f6a855afce1bf668410d3ccceb682
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 24 14:16:48 2023 -0600
+
+    [atomic] Remove incomplete comment
+
+ src/hb-atomic.hh | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit d1c00c047030226b6b5255cc4b7cdeb738ee0ccc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 24 13:24:47 2023 -0600
+
+    [COLR] Respect HB_NO_PAINT
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4204
+
+ src/OT/Color/COLR/COLR.hh | 4 ++++
+ src/hb-ot-font.cc         | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 4129061e37824433f9c81eaa99d1618af2f2d69a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 24 13:04:05 2023 -0600
+
+    Revert "Move hb-ot-name-language-static.hh out of hb-static.cc"
+    
+    This reverts commit 7b5f0dd3a8b4a126b7952fea1c4c30b8b456083e.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4203
+
+ src/hb-ot-name.cc | 2 --
+ src/hb-static.cc  | 1 +
+ src/hb-subset.cc  | 5 -----
+ 3 files changed, 1 insertion(+), 7 deletions(-)
+
+commit e76a3649db4611ac0531cbb5fc8e555a039b93f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Apr 22 10:20:25 2023 -0600
+
+    [atomic] Comment
+
+ src/hb-atomic.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 8e43e3a8ce72a3888e9bfbc9f2975fc56e139836
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Apr 22 10:16:43 2023 -0600
+
+    [priority-heap] Comment
+
+ src/hb-priority-queue.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 48f8ed7e0205e1c0dcf0a19c1bfc9b515182563a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Apr 22 10:11:22 2023 -0600
+
+    Docs
+
+ src/hb-buffer.cc    | 5 +++++
+ src/hb-face.cc      | 6 ++++++
+ src/hb-font.cc      | 5 +++++
+ src/hb-ot-layout.cc | 2 ++
+ 4 files changed, 18 insertions(+)
+
+commit b31684dca478da09d9ae5063658d5663fa5cbce0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Apr 22 09:47:58 2023 -0600
+
+    [cache] Add some AI-generated comments
+
+ src/hb-cache.hh | 14 +++++++++++++-
+ 1 file changed, 13 insertions(+), 1 deletion(-)
+
+commit bffdca89f7977e7a4b84a69196ac48f1df6d3c6f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Apr 22 09:32:57 2023 -0600
+
+    [pool] Add funny Copilot comment
+
+ src/hb-pool.hh | 11 ++++++++++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+commit a960571f24b0383dedd958df4f268fcb877fe94d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 21 16:45:08 2023 -0600
+
+    [glyf] Comments
+
+ src/OT/glyf/Glyph.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 2b042cc5c6e90736754acdbbd035fe4a230b9fd6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 21 16:43:47 2023 -0600
+
+    [VarComposite] Implement trim_padding()
+
+ src/OT/glyf/Glyph.hh             | 2 +-
+ src/OT/glyf/VarCompositeGlyph.hh | 7 +++++++
+ 2 files changed, 8 insertions(+), 1 deletion(-)
+
+commit 591c9460dc28967c5db11e9301d81d08c2773217
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Apr 21 14:12:27 2023 -0700
+
+    [instancer] compile composite glyphs directly with shifted component
+    points instead of deltas
+
+ src/OT/glyf/CompositeGlyph.hh | 25 ++++++++++++-------------
+ src/OT/glyf/Glyph.hh          | 27 +++++++++------------------
+ 2 files changed, 21 insertions(+), 31 deletions(-)
+
+commit 3520f528aaba200ab2e3f1edfe746c7963a7ce54
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 21 15:46:36 2023 -0600
+
+    [CompositeGlyph] Apply gvar deltas with component transform
+    
+    This was being done wrong for one of the scaled_offsets() cases.
+
+ src/OT/glyf/CompositeGlyph.hh | 37 ++++++++++++++++++++++---------------
+ src/OT/glyf/Glyph.hh          | 14 +++++++-------
+ 2 files changed, 29 insertions(+), 22 deletions(-)
+
+commit 33972b3bf6cd9a63424a2213e5b80bff474b7d10
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 21 12:37:51 2023 -0600
+
+    [glyf] Increase CompositeGlyf memory allocation
+    
+    The 50% wasn't justified by logic.
+
+ src/OT/glyf/CompositeGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 290cef39bed5fcc05e3a424ce05b1797507a0a03
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 21 12:22:30 2023 -0600
+
+    [glyf] When instancing, just spew empty VarComposites
+    
+    Before we were dropping the entire glyf table.
+
+ src/OT/glyf/Glyph.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 4353192d057fe3583a4ad234e478a407e9d1eb1a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 21 11:59:15 2023 -0600
+
+    [aat] Tweak a couple sanitize calls that are never called
+
+ src/hb-aat-layout-common.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 305012609bddba97a2fbc5080a146bc3d3feaa06
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 21 11:42:18 2023 -0600
+
+    [hdmx] Remove unused unsafe function
+
+ src/hb-ot-hdmx-table.hh | 10 +---------
+ 1 file changed, 1 insertion(+), 9 deletions(-)
+
+commit f74abc307d742f6f90b0012dc1cef66da149742e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 21 11:37:37 2023 -0600
+
+    [face] Comment
+
+ src/hb-face.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d1f49ba6d2dc7f8c316f055a9e4f9cdf4dafdcad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 18:17:14 2023 -0600
+
+    [VarComposites] More ifdef guards
+
+ src/OT/glyf/Glyph.hh | 33 ++++++++++++++++++++++++++++-----
+ 1 file changed, 28 insertions(+), 5 deletions(-)
+
+commit 1e9a0511f33a851b27d6d0320b0d426bf95c97ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 17:47:04 2023 -0600
+
+    [subset] Fix HB_TINY build
+
+ src/hb-subset-plan.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 106a237e404b4942803a52a8ab4114b2f3034c77
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 17:44:59 2023 -0600
+
+    [subset/glyf] Close over VarComposite glyphs
+    
+    Subsetting VarComposite glyphs works now.
+
+ src/hb-subset-plan.cc | 14 +++++++++++++-
+ 1 file changed, 13 insertions(+), 1 deletion(-)
+
+commit f2d21425a353728fa69680eff24421cce22981de
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 17:31:58 2023 -0600
+
+    [VarC/subset] Support subsetting VarComposites
+    
+    By renumbering components.
+
+ src/OT/glyf/SubsetGlyph.hh       | 15 +++++++++++++--
+ src/OT/glyf/VarCompositeGlyph.hh |  8 ++++++++
+ 2 files changed, 21 insertions(+), 2 deletions(-)
+
+commit 15d0a1dcfd192fda87c4877da2029c14d0bd5bd2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 17:28:10 2023 -0600
+
+    [glyf] TODO
+
+ src/OT/glyf/SubsetGlyph.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 85d0c3b5f1158eedc7ead3cae55adb026456352b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 17:17:28 2023 -0600
+
+    [glyf] Comment
+
+ src/OT/glyf/CompositeGlyph.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 5d74b42b9e3e2a591071d196d9d2b2dd537a496b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 17:15:57 2023 -0600
+
+    [glyf] Change variable name
+
+ src/OT/glyf/SubsetGlyph.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit c997e490c78f8e643f9d8ff8c712cc1856b4979f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 17:02:38 2023 -0600
+
+    Remove unnecessary return
+
+ src/OT/glyf/CompositeGlyph.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 781da13e99d1373b4e33a84b40e01923e6f64e49
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 16:59:25 2023 -0600
+
+    [glyf] Comment
+
+ src/OT/glyf/SubsetGlyph.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 0e4bcf908ca4bf394a326970490ae1943966a410
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 16:23:41 2023 -0600
+
+    [hmtx] Add TODO
+
+ src/hb-ot-hmtx-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 639f45ef9e9bcb9b3a4c380e41d4a574156f41c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 16:21:08 2023 -0600
+
+    [beyond-64k/subset] Implement subsetting of hmtx beyond64k
+
+ src/hb-ot-hmtx-table.hh | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit b3da715b9c0a5d0354cabb8a7e9117622643c119
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 16:05:03 2023 -0600
+
+    Fix HB_TINY build
+
+ src/OT/glyf/glyf.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 32f145ff9cd87a97d5eb265e29689c304799ebf3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 15:58:26 2023 -0600
+
+    Fix build
+
+ src/OT/glyf/Glyph.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 000a3c5dca1deb811646cf94e705733f5e9ee422
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 15:53:10 2023 -0600
+
+    [beyond-64k/subset] Fetch lsb from glyph table if not available
+    
+    The beyond-64k hmtx table doesn't encode LSB. If subsetting brings
+    the glyph under 64k (which currently is the only mode we support),
+    then we need to encode the LSB, which wasn't available. We need to
+    fetch xMin from glyf table and set it as LSB.
+
+ src/OT/glyf/Glyph.hh    |  1 +
+ src/OT/glyf/glyf.hh     |  9 +++++++++
+ src/hb-ot-font.cc       | 16 ----------------
+ src/hb-ot-hmtx-table.hh |  6 +++++-
+ src/hb-static.cc        | 23 +++++++++++++++++++++++
+ 5 files changed, 38 insertions(+), 17 deletions(-)
+
+commit 1111c7578ed76f9b338c5cbc13792ff638e22783
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 15:17:23 2023 -0600
+
+    hb_memset
+
+ src/OT/glyf/SubsetGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 219e739c9f21a16942162a53935f1dfbaf0414fa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 15:10:29 2023 -0600
+
+    [beyond-64k/subset] Lower CompositeGlyph GID24's when possible
+
+ src/OT/glyf/CompositeGlyph.hh | 20 ++++++++++++++++++++
+ src/OT/glyf/SubsetGlyph.hh    | 41 +++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 61 insertions(+)
+
+commit a2e8ecf9969b0657221f7d0ad6e6aeca5c20cd11
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 13:59:49 2023 -0600
+
+    [Glyph] Minor change type of type to enum type
+    
+    Say that thrice.
+
+ src/OT/glyf/Glyph.hh | 30 +++++++++++++++++++++---------
+ 1 file changed, 21 insertions(+), 9 deletions(-)
+
+commit 317e3693da558087ab92d2c896be463311e737d6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 11:48:43 2023 -0600
+
+    [beyond-64k] Fail hmtx subsetting if subset too large
+
+ src/hb-ot-hmtx-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 64ecf8720c959617e0b0a5d10002089a05f28f98
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 20 11:42:45 2023 -0600
+
+    [beyond-64k] Fix subsetting of maxp
+
+ src/hb-ot-maxp-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7f629c0df20a52fb9aabecb657552c0703b70c58
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 19 13:16:18 2023 -0600
+
+    [docs] clarify purpose of FreeType integration
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4200
+
+ docs/usermanual-integration.xml | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 19e1b698c59e56b6e3530220866be0cd0754d1bd
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Apr 18 18:49:26 2023 +0000
+
+    [subset] Fix ubsan failure.
+
+ src/OT/glyf/Glyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 647b024784e1346f6886565f570cdf940d7b82b4
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Apr 17 22:47:47 2023 +0000
+
+    [subset] Fix fuzzer issue https://oss-fuzz.com/testcase-detail/6521393809588224
+
+ src/OT/glyf/SimpleGlyph.hh                              |   6 ++++++
+ src/OT/glyf/SubsetGlyph.hh                              |   7 ++++++-
+ ...testcase-minimized-hb-subset-fuzzer-6521393809588224 | Bin 0 -> 15886 bytes
+ 3 files changed, 12 insertions(+), 1 deletion(-)
+
+commit 3db6baa20e0a4661f99654860000e74a2770c2e0
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Apr 17 20:01:17 2023 +0000
+
+    [subset] add test for lig glyph fix.
+
+ ...oboto-Regular.no-layout-closure-gids2.no-unicodes.ttf | Bin 0 -> 2800 bytes
+ test/subset/data/profiles/no-layout-closure-gids2.txt    |   3 +++
+ test/subset/data/tests/no_layout_closure.tests           |   1 +
+ 3 files changed, 4 insertions(+)
+
+commit 8658c257c45f11ed28a8fcd621b35261fadffcfa
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Apr 17 19:46:46 2023 +0000
+
+    [subset] In LigatureSubst subsetting, check if the ligature glyph is in glyphset.
+    
+    Otherwise coverage will not match the retained ligature sets.
+
+ src/OT/Layout/GSUB/Ligature.hh             |  3 +++
+ src/OT/Layout/GSUB/LigatureSet.hh          | 12 ++++++++++++
+ src/OT/Layout/GSUB/LigatureSubstFormat1.hh |  2 +-
+ 3 files changed, 16 insertions(+), 1 deletion(-)
+
+commit ac4c3b3e8552d401977bcbba668f45d4e4f2cdd6
+Author: Josef Friedrich <josef@friedrich.rocks>
+Date:   Mon Apr 17 20:13:43 2023 +0200
+
+    Fix typos in the source code docs
+
+ src/hb-face.cc                    | 2 +-
+ src/hb-subset-instancer-solver.cc | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit ef6adadba92d605d54cf344962206cfbf421193d
+Author: DeadSix27 <DeadSix27@users.noreply.github.com>
+Date:   Mon Apr 17 12:53:49 2023 +0200
+
+    meson: add an option to disable utilities building
+    
+    Adds the missing utilities option to meson builds for parity with CMake builds
+
+ meson.build       | 5 ++++-
+ meson_options.txt | 2 ++
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit 90356eb226f633c8a7c9250b2653da75eaf51cfb
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 14 20:52:35 2023 +0000
+
+    [subset] Note --no-layout-closure is only for GSUB.
+
+ src/hb-subset.h   | 2 +-
+ util/hb-subset.cc | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 14b9d8d53432da0a53122ae62ac125f5a67f456a
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 14 20:44:15 2023 +0000
+
+    [subset] add --no-layout-closure flag.
+    
+    Disables layout glyph closure. Fixes #4192.
+
+ src/hb-subset-plan.cc                                    |   2 +-
+ src/hb-subset.h                                          |   3 +++
+ test/subset/data/Makefile.am                             |   1 +
+ test/subset/data/Makefile.sources                        |   1 +
+ ...Roboto-Regular.no-layout-closure-gids.no-unicodes.ttf | Bin 0 -> 2612 bytes
+ test/subset/data/profiles/no-layout-closure-gids.txt     |   2 ++
+ test/subset/data/tests/no_layout_closure.tests           |   8 ++++++++
+ test/subset/generate-expected-outputs.py                 |   7 +++++--
+ test/subset/meson.build                                  |   1 +
+ test/subset/subset_test_suite.py                         |   7 +++++++
+ util/hb-subset.cc                                        |   1 +
+ 11 files changed, 30 insertions(+), 3 deletions(-)
+
+commit 9c258936e7638e9e39976ae6afdc0b05a3065e16
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 14 11:35:34 2023 -0600
+
+    [SECURITY] Update
+
+ SECURITY.md | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit feb1f6d39e186421cc309ca137852ecb5fb8f65e
+Author: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+Date:   Fri Apr 14 15:17:54 2023 +0000
+
+     Add security policy
+    
+    Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+
+ SECURITY.md | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit 26c719e8cd767e984daec3656be10b8ceec7832c
+Author: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+Date:   Wed Apr 12 13:38:49 2023 +0000
+
+     Add read-only top-level permissions to cifuzz.yml
+    
+    Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
+
+ .github/workflows/cifuzz.yml | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 96ed20725c99275f286a9a9cf461548731b6828c
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Apr 4 10:33:58 2023 -0700
+
+    [instancer] update bound metrics for CFF2 instancing
+
+ src/hb-ot-head-table.hh                            |  20 ++++-
+ src/hb-ot-var-hvar-table.hh                        |   3 +
+ src/hb-subset-plan.cc                              |  88 +++++++++++++++++++++
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ ...fault.retain-all-codepoint.wght=650,CNTR=50.otf | Bin 41760 -> 41760 bytes
+ ...F-ABC.default.retain-all-codepoint.wght=800.otf | Bin 0 -> 1508 bytes
+ ...C.retain-gids.retain-all-codepoint.wght=800.otf | Bin 0 -> 1508 bytes
+ test/subset/data/fonts/Cantarell-VF-ABC.otf        | Bin 0 -> 2508 bytes
+ .../tests/instantiate_cff2_update_metrics.tests    |  15 ++++
+ test/subset/meson.build                            |   1 +
+ 11 files changed, 128 insertions(+), 1 deletion(-)
+
+commit 2663a9b6f98a4afebe43ee213c5c14af6c2c5ce5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 31 17:38:23 2023 -0600
+
+    [wasm] Rename a couple APIs
+
+ src/hb-wasm-api-blob.hh | 20 --------------------
+ src/hb-wasm-api-face.hh | 27 ++++++++++++++++++---------
+ src/hb-wasm-api-font.hh | 11 +++++++++++
+ src/hb-wasm-api-list.hh |  4 ++--
+ src/hb-wasm-api.h       | 10 +++++-----
+ 5 files changed, 36 insertions(+), 36 deletions(-)
+
+commit d2fb583a5a2e7839a88a8a4b3c1832459223c732
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 31 12:18:41 2023 -0600
+
+    [wasm-graphite] Fix advance signedness
+
+ src/wasm/graphite/shape.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit f9dd402ef8c49bbb89d7c1311a6008a492f4182d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 31 12:18:35 2023 -0600
+
+    [wasm] Fix header
+
+ src/hb-wasm-api.h | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 85a1fdd93fcafbfdd91bec2d16cf0ce6f3a0cd79
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Mon Mar 27 14:42:21 2023 +0100
+
+    [wasm] get/set font variation parameters
+
+ src/hb-wasm-api-font.hh | 56 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-wasm-api-list.hh |  2 ++
+ src/hb-wasm-api.h       | 14 +++++++++++++
+ 3 files changed, 72 insertions(+)
+
+commit 0bfad127c3a907d5c50e59ab61a2beac69853cb1
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Sun Mar 26 17:44:55 2023 +0100
+
+    [wasm] Make _hb_wasm_module_reader conditional
+    
+    Or else uharfbuzz doesn't build.
+
+ src/hb-wasm-shape.cc | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 3fc48d4ada4e4ed1535f7a38cba9b3f85d21ad9b
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Sun Mar 26 17:43:14 2023 +0100
+
+    [wasm] [experimental] wrap hb_face_create and hb_create_font
+
+ src/hb-wasm-api-blob.hh | 20 ++++++++++++++++++++
+ src/hb-wasm-api-face.hh |  9 +++++++++
+ src/hb-wasm-api-list.hh |  2 ++
+ src/hb-wasm-api.h       |  5 +++++
+ 4 files changed, 36 insertions(+)
+
+commit 0a16c60b42a03603d12affd9746da1d0a0e67adf
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Mar 10 14:31:56 2023 +0000
+
+    [wasm-rust] Derive some friendly traits
+
+ src/wasm/rust/harfbuzz-wasm/src/lib.rs | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 6ff994f31d4dc0a929dffae2ff6772096a2e51fd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 3 15:33:48 2023 -0700
+
+    [wasm-api-shape] Avoid a couple of crashes
+
+ src/hb-wasm-api-shape.hh | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit b6c18144106955f30ac9ec645b0c7eac860c6a7f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 3 11:31:08 2023 -0700
+
+    [wasm] Comment
+
+ src/hb-wasm-api-list.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit e78d8653cebc1803f669c238b2e42300717af7c8
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Thu Mar 2 19:47:33 2023 +0000
+
+    [wasm-rust] panic if buffer_set_contents fails
+
+ src/wasm/rust/harfbuzz-wasm/src/lib.rs | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 74a2f338c67a8c3cd5220b19366f0331332dd69d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 2 10:29:01 2023 -0700
+
+    [wasm-shape] Don't crash if font is bad
+
+ src/hb-wasm-shape.cc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 7df9b3dd892abfcb31be072ae47193cb0482b51e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 26 14:54:07 2023 -0700
+
+    [wasm-api-list] Add TODO
+
+ src/hb-wasm-api-list.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit f5a0bd223b2194203aa7435ac09fc73468544a46
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 26 14:05:26 2023 -0700
+
+    [wasm-shape] Comment re thread-safety
+
+ src/hb-wasm-shape.cc | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 7e5064ac1b259f5f92a588fc42096337c2f37a1c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 26 14:01:56 2023 -0700
+
+    [wasm-shape] Comment re thread-safety
+
+ src/hb-wasm-shape.cc | 13 ++++++++++---
+ 1 file changed, 10 insertions(+), 3 deletions(-)
+
+commit 5235ee68adc1bec46fb7e0cb4f327f814961d595
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 26 13:15:39 2023 -0700
+
+    [wasm-shape] Remove explicit running-mode setting
+    
+    It does it automatically.
+
+ src/hb-wasm-shape.cc | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit e89415b5b9f82ae1893343496ec659a0947b7055
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 26 13:14:37 2023 -0700
+
+    [wasm-shape] Print another error message
+
+ src/hb-wasm-shape.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 6aea77c643777b7ed550edc63f65859c05430e53
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 26 12:28:25 2023 -0700
+
+    [wasm-shape] Add (disabled) module support
+
+ meson.build                |  1 +
+ src/hb-wasm-shape.cc       | 66 +++++++++++++++++++++++++++++++++++++++++++++-
+ src/wasm/graphite/Makefile |  2 +-
+ 3 files changed, 67 insertions(+), 2 deletions(-)
+
+commit 142ceaf2466b66fc868f125b4adc6e727b981f3b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 26 12:18:31 2023 -0700
+
+    [wasm-shape] Print module instantiation error
+
+ src/hb-wasm-shape.cc | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit 7e397d8695f32c91bddbf373cd19f4c6e61fa882
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Sun Feb 26 13:57:34 2023 +0000
+
+    [wasm-rust] Fix shape parameters
+
+ src/wasm/sample/rust/hello-wasm/src/lib.rs | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit d942f72c2a6325a25e213bbce5bc3a943be39861
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Sun Feb 26 13:57:07 2023 +0000
+
+    [wasm-rust] Fix path
+
+ src/wasm/sample/rust/hello-wasm/Cargo.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 52b11546c8b76206b97fd49d65ae2e850a7212d3
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Sun Feb 26 13:57:00 2023 +0000
+
+    [wasm-rust] Optional kurbo dependency
+
+ src/wasm/rust/harfbuzz-wasm/Cargo.toml |  1 +
+ src/wasm/rust/harfbuzz-wasm/src/lib.rs | 92 ++++++++++++++++++++++++++++++++--
+ 2 files changed, 88 insertions(+), 5 deletions(-)
+
+commit 0c90555e5932817f7c3d820c5883172dd86844a9
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Sun Feb 26 13:55:17 2023 +0000
+
+    [wasm] Fix Rust docs
+
+ docs/wasm-shaper.md | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 4f537df67de6d1475de5caf14d9cfd9886621dc1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 15:29:35 2023 -0700
+
+    [wasm] Disable check-libstdc++ test
+    
+    Since libiwasm.so links to it.
+
+ src/meson.build | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 2482bb120b8f29c830fe1c05d9b6bc75a651eae1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 15:14:25 2023 -0700
+
+    [wasm-shape] Add XXX item
+
+ src/hb-wasm-shape.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit a53690a937bc7c4273e5f46a7f87ac8945ff282b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 15:10:10 2023 -0700
+
+    [wasm-shape] Minor rename
+
+ src/hb-wasm-shape.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 3226b4342b88e44764393a6a9e1af458d70fa5fe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 15:03:03 2023 -0700
+
+    [wasm-shape] Use hb allocators
+
+ src/hb-wasm-shape.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 4096115b48e88881a73218b15e4f83ea128abbad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 14:22:03 2023 -0700
+
+    [wasm-graphite] Export malloc/free
+    
+    Makes the wasm-micro-runtime use these instead of internal heap.
+
+ src/wasm/graphite/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7b1c5e86aea4babcecb572a9b69f04cf95f5d102
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 14:18:09 2023 -0700
+
+    [wasm-shape] Minor conditionalize allocation
+
+ src/hb-wasm-shape.cc | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit 196c6b6c1f8f528c5fbdce540156fb6375e03a80
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 14:05:15 2023 -0700
+
+    [wasm-buffer] Fix buffer_contents_realloc
+
+ src/hb-wasm-api-buffer.hh | 30 +++++++++++++++++-------------
+ 1 file changed, 17 insertions(+), 13 deletions(-)
+
+commit b9d4758bf9679a1ad502f0beba7db75569fbf1a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 13:07:56 2023 -0700
+
+    [wasm/graphite] Add commented out allocator export
+
+ src/wasm/graphite/Makefile | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 3c599434332ba806babf4f280e491b5560ff0778
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 13:04:54 2023 -0700
+
+    [wasm/graphite] Remove stale comment
+
+ src/wasm/graphite/shape.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 6311b72fcce18703eff35010bd20c05a748ae3e5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 12:57:57 2023 -0700
+
+    [wasm-shape] Shuffle code around
+
+ src/hb-wasm-shape.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 9b66e45481c81c9af43d3dd5c2babad2121a9f59
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 12:44:32 2023 -0700
+
+    [wasm/graphite] Remove unused variable
+    
+    Wasm cannot export those?
+
+ src/wasm/graphite/shape.cc | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit c5a88a068b933ab67ffa8c39c97ad11f2dfbd7d0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 12:43:22 2023 -0700
+
+    [wasm-api] Minor cleanup
+
+ src/hb-wasm-api.h | 21 +++++++++------------
+ 1 file changed, 9 insertions(+), 12 deletions(-)
+
+commit 8215e7063232ffe3ff262c9839f1841e6d9bd7a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 12:37:11 2023 -0700
+
+    [wasm-graphite] Memory hygiene
+
+ src/wasm/graphite/shape.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit faaae04359862e49d0750592d0fc1ddf8b6d4e37
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 12:36:57 2023 -0700
+
+    [wasm-shape] Minor
+
+ src/hb-wasm-shape.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit d5d8fc046fbd7b758f2e31b74e1b86b06b3acf8d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 12:17:30 2023 -0700
+
+    [wasm/graphite] Include standard headers
+    
+    Since we use emcc here.
+
+ src/wasm/graphite/shape.cc | 9 ++-------
+ 1 file changed, 2 insertions(+), 7 deletions(-)
+
+commit 1f86890b7526821279c6bf2bd3ead189bf558459
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 11:55:34 2023 -0700
+
+    [wasm/graphite] Typo
+
+ src/wasm/graphite/Makefile | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit f95c2cc6d5ce9db646efde99768e2847016afc38
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 11:10:28 2023 -0700
+
+    [wasm] Infra for iwasm llvm build
+
+ meson.build     | 2 ++
+ src/meson.build | 1 +
+ 2 files changed, 3 insertions(+)
+
+commit 65f7bac73c774e3e75efc35566b2d9466726ffd2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 11:07:31 2023 -0700
+
+    Revert "[wasm-shape] No need to set default runnint mode"
+    
+    This reverts commit fa484fac08a868e885b3252522668824f0f0fe71.
+
+ src/hb-wasm-shape.cc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit d894a10699c08ebf2f4854f28b6343a6b5ff7aea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 10:48:41 2023 -0700
+
+    [wasm-shape] Debug message
+
+ src/hb-wasm-shape.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 91eb2f49dbf1e84da5e64f20a2b3c5b6f37f3c83
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 10:44:45 2023 -0700
+
+    [wasm-api-buffer] Minor variable
+
+ src/hb-wasm-api-buffer.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 4260de12c1bb271033d9cd3b0f47a4cf77190bf3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 10:43:27 2023 -0700
+
+    [wasm] Add HB_ARRAY_APP2NATIVE
+
+ src/hb-wasm-api-buffer.hh | 7 +++----
+ src/hb-wasm-api-face.hh   | 2 +-
+ src/hb-wasm-api-font.hh   | 4 ++--
+ src/hb-wasm-api.hh        | 5 +++++
+ 4 files changed, 11 insertions(+), 7 deletions(-)
+
+commit 1537e252bad82ea03b2a1550d2464bddc24e6e49
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 10:35:15 2023 -0700
+
+    [wasm] Minor blob validation
+
+ src/hb-wasm-api-face.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 918df8ccaf48041994e3b107ed7d2f32d643ff03
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 10:29:03 2023 -0700
+
+    [wasm-api] Add glyph_outline_free
+
+ src/hb-wasm-api-font.hh             | 16 ++++++++++++++++
+ src/hb-wasm-api-list.hh             |  3 +++
+ src/hb-wasm-api.h                   |  4 ++++
+ src/wasm/sample/c/shape-fallback.cc |  8 +++++++-
+ 4 files changed, 30 insertions(+), 1 deletion(-)
+
+commit 7fff4a19ad0dc598f9eae271d2314003b2e44df5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 10:25:19 2023 -0700
+
+    [wasm-api] Reuse allocation in font_copy_glyph_outline
+
+ src/hb-wasm-api-font.hh             | 19 +++++++++++++++++++
+ src/hb-wasm-api.h                   |  1 +
+ src/wasm/sample/c/shape-fallback.cc |  2 +-
+ 3 files changed, 21 insertions(+), 1 deletion(-)
+
+commit 41362cc339d2e6e547291cf73dcc147fe39966d1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 10:08:22 2023 -0700
+
+    [wasm] Simplify memory cleaning
+
+ src/hb-wasm-api-buffer.hh | 3 ++-
+ src/hb-wasm-api-face.hh   | 2 +-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit 6746ca4ae2aa0623a56676eb77bb63975e1016b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 09:41:20 2023 -0700
+
+    [wasm] Minor remove undefine function
+
+ src/wasm/sample/c/shape-fallback.cc | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit b08026187ab7fbec7f8d6d4adca0a8dc9d02d74b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 09:34:03 2023 -0700
+
+    [wasm-api] Memory house-keeping
+
+ src/hb-wasm-api-buffer.hh | 2 ++
+ src/hb-wasm-api-face.hh   | 2 ++
+ 2 files changed, 4 insertions(+)
+
+commit f2d227ad9f03038ddbdb70b5a45adb29a19f5fb0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 09:30:40 2023 -0700
+
+    [wasm-api] Respect existing blob allocation in face_copy_blob
+
+ src/hb-wasm-api-face.hh             | 19 +++++++++++++++++--
+ src/hb-wasm-api.h                   |  1 +
+ src/wasm/graphite/shape.cc          |  2 +-
+ src/wasm/sample/c/shape-fallback.cc |  2 +-
+ 4 files changed, 20 insertions(+), 4 deletions(-)
+
+commit e7540043de3f38c4f442e696b569bcc6af90587f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 09:18:40 2023 -0700
+
+    [wasm-api] Make buffer_copy_contents reuse contents
+
+ src/hb-wasm-api-buffer.hh           | 26 +++++++++++++++++++++++++-
+ src/hb-wasm-api.h                   |  1 +
+ src/wasm/graphite/shape.cc          |  2 +-
+ src/wasm/sample/c/shape-fallback.cc |  2 +-
+ 4 files changed, 28 insertions(+), 3 deletions(-)
+
+commit 65966e0c3da0fdb5a59abcc76533dfceccbc1425
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 08:59:03 2023 -0700
+
+    [wasm-api] Add font_copy_glyph_outline
+
+ src/hb-wasm-api-font.hh             | 46 +++++++++++++++++++++++++++++++++++++
+ src/hb-wasm-api-list.hh             |  1 +
+ src/hb-wasm-api.h                   | 36 +++++++++++++++++++++++++++--
+ src/wasm/sample/c/shape-fallback.cc |  4 ++++
+ 4 files changed, 85 insertions(+), 2 deletions(-)
+
+commit 92a57b4b4aa60620040dd5a31dcb764643da9496
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Sat Feb 25 15:38:08 2023 +0000
+
+    [wasm-rust] update font_copy_table API
+
+ src/wasm/rust/harfbuzz-wasm/src/lib.rs | 11 +++++++++--
+ 1 file changed, 9 insertions(+), 2 deletions(-)
+
+commit db789eacb41ecd74ee3c32d245e7e15640c58198
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Sat Feb 25 15:35:37 2023 +0000
+
+    [wasm-rust] Docs and API update
+
+ docs/wasm-shaper.md                    |  8 ++++----
+ src/wasm/rust/harfbuzz-wasm/src/lib.rs | 12 ++++++++++--
+ 2 files changed, 14 insertions(+), 6 deletions(-)
+
+commit 0d237d062e0826138769c405bb1c04c9ed8da247
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 08:32:35 2023 -0700
+
+    [wasm-shape] No need to set default runnint mode
+    
+    It's detected automatically apparently.
+
+ src/hb-wasm-shape.cc | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit 2004528cf8375b82c687e8b9eb12d485d14427f1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 08:23:14 2023 -0700
+
+    [wasm-api] Change face_copy_table to return success
+
+ src/hb-wasm-api-face.hh             | 29 ++++++++++++++++++++---------
+ src/hb-wasm-api-list.hh             |  2 +-
+ src/hb-wasm-api.h                   |  7 ++++---
+ src/wasm/graphite/shape.cc          |  4 +++-
+ src/wasm/sample/c/shape-fallback.cc |  5 ++++-
+ 5 files changed, 32 insertions(+), 15 deletions(-)
+
+commit 83b9c34f0b5d9b6b6f65aae0e1bb92877972a5ed
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Sat Feb 25 15:23:22 2023 +0000
+
+    [wasm] Add rust example
+
+ src/wasm/sample/rust/hello-wasm/Cargo.toml | 13 +++++++++++++
+ src/wasm/sample/rust/hello-wasm/src/lib.rs | 18 ++++++++++++++++++
+ 2 files changed, 31 insertions(+)
+
+commit 840b5dff734e566b258fc3a1ee556739af31b45c
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Sat Feb 25 15:20:39 2023 +0000
+
+    [wasm] Improve Rust docs, refer to new crate
+
+ docs/wasm-shaper.md | 103 +++++++++++++++++++++++++++++++++++-----------------
+ 1 file changed, 69 insertions(+), 34 deletions(-)
+
+commit 28a7c1f93247d692475ded0ea4dd6d0b5dd94044
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 08:16:31 2023 -0700
+
+    [wasm-api] Rename face_reference_table to face_copy_table
+
+ src/hb-wasm-api-face.hh                | 6 +++---
+ src/hb-wasm-api-list.hh                | 2 +-
+ src/hb-wasm-api.h                      | 6 +++---
+ src/wasm/graphite/shape.cc             | 2 +-
+ src/wasm/rust/harfbuzz-wasm/src/lib.rs | 4 ++--
+ src/wasm/sample/c/shape-fallback.cc    | 2 +-
+ 6 files changed, 11 insertions(+), 11 deletions(-)
+
+commit b5b577f29fd20016fab21b454403510d1098f132
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 08:12:16 2023 -0700
+
+    [wasm-api] Make buffer_copy_contents return success
+
+ src/hb-wasm-api-buffer.hh           | 24 ++++++++++++++++--------
+ src/hb-wasm-api-list.hh             |  2 +-
+ src/hb-wasm-api.h                   |  5 +++--
+ src/wasm/graphite/shape.cc          |  4 ++--
+ src/wasm/sample/c/shape-fallback.cc |  4 +++-
+ 5 files changed, 25 insertions(+), 14 deletions(-)
+
+commit 1023a80d395318e444458d0eebccab363133d5ef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 07:57:04 2023 -0700
+
+    [wasm] Fix up samples
+
+ src/{wasm/graphite => }/addTable.py |  0
+ src/wasm/graphite/Makefile          | 17 ++++++++++-------
+ src/wasm/sample/addTable.py         | 16 ----------------
+ src/wasm/sample/c/Makefile          | 14 ++++++++------
+ 4 files changed, 18 insertions(+), 29 deletions(-)
+
+commit 4ad659a6088d4b86599a3334a9c0f7ceeec8c79e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 25 07:48:35 2023 -0700
+
+    [wasm] Move wasm-graphite
+
+ src/{wasm-graphite => wasm/graphite}/Makefile    | 0
+ src/{wasm-graphite => wasm/graphite}/addTable.py | 0
+ src/{wasm-graphite => wasm/graphite}/shape.cc    | 0
+ 3 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 514a8d58d8820b7b21e2f25933bc9b0d6ea70672
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Sat Feb 25 14:42:13 2023 +0000
+
+    [wasm-api] Add ergonomic Rust interface
+
+ src/wasm/rust/harfbuzz-wasm/Cargo.toml |   8 +
+ src/wasm/rust/harfbuzz-wasm/src/lib.rs | 364 +++++++++++++++++++++++++++++++++
+ 2 files changed, 372 insertions(+)
+
+commit 74deaa9e7888f1433c053802877911cb643221f9
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Sat Feb 25 13:33:49 2023 +0000
+
+    [wasm-api] Restructure samples/libraries
+
+ src/{wasm-sample => wasm/sample}/addTable.py         |   0
+ src/{wasm-sample => wasm/sample/c}/Makefile          |   0
+ src/{wasm-sample => wasm/sample/c}/shape-fallback.cc |   0
+ src/{wasm-sample => wasm/sample/c}/shape-ot.cc       |   0
+ src/{wasm-sample => wasm/sample/c}/test.ttf          | Bin
+ 5 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 4bdfaeecefae4136b9ceb451138f8055c7b74d02
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 20:05:35 2023 -0700
+
+    [wasm-shape] Set glyph flags
+
+ src/hb-wasm-shape.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 77f0f3c11a5b9e2d5bbf20a6e2840c19822bc134
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 20:01:22 2023 -0700
+
+    [wasm-api] Make buffer_copy_contents return zero length on mem fail
+
+ src/hb-wasm-api-buffer.hh  |  4 ++--
+ src/hb-wasm-shape.cc       | 15 ++-------------
+ src/wasm-graphite/shape.cc |  2 ++
+ 3 files changed, 6 insertions(+), 15 deletions(-)
+
+commit 16ecb96922e2f1389cd634a2b908df0a72f8ac1f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 19:53:47 2023 -0700
+
+    [wasm-api] Return success from buffer_contents_realloc
+
+ src/hb-wasm-api-buffer.hh  | 42 ++++++++++++++++++++++++++++--------------
+ src/hb-wasm-api-list.hh    |  2 +-
+ src/hb-wasm-api.h          |  6 +++---
+ src/wasm-graphite/shape.cc |  3 ++-
+ 4 files changed, 34 insertions(+), 19 deletions(-)
+
+commit 2568890d15f2a271738a2ef23ca73d173bf120df
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 19:04:39 2023 -0700
+
+    [wasm-shape] Retry shaping if out-of-memory
+
+ src/hb-wasm-shape.cc       | 26 +++++++++++++++++++++++---
+ src/wasm-graphite/shape.cc |  4 ++++
+ 2 files changed, 27 insertions(+), 3 deletions(-)
+
+commit cb382e489d656a3d955c15feb99ea887f6d8985a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 17:56:14 2023 -0700
+
+    [wasm-shape] Cache wasm-shape-plan
+
+ src/hb-wasm-api-buffer.hh |   3 +
+ src/hb-wasm-shape.cc      | 202 +++++++++++++++++++++++++++++++---------------
+ 2 files changed, 140 insertions(+), 65 deletions(-)
+
+commit 73de7d4d05ab2c78e56a4b6156b52ebd2f107c8f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 17:44:33 2023 -0700
+
+    [wasm-api] Add shape_plan
+
+ src/hb-wasm-api.h                 |  9 ++++-
+ src/hb-wasm-shape.cc              | 75 ++++++++++++++++++++++++++++++++-------
+ src/wasm-graphite/shape.cc        | 24 ++++++++++---
+ src/wasm-sample/shape-fallback.cc |  3 +-
+ src/wasm-sample/shape-ot.cc       |  3 +-
+ 5 files changed, 93 insertions(+), 21 deletions(-)
+
+commit a267249930503f99a2517cd35f90556cefdea854
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 17:22:22 2023 -0700
+
+    [wasm] Typo
+
+ src/harfbuzz.cc      | 2 ++
+ src/hb-wasm-shape.cc | 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit 99d2dab30f317058075d5a82c0dfedc898d6912d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 17:04:05 2023 -0700
+
+    [wasm] Try at autotools build
+
+ configure.ac         | 23 +++++++++++++++++++++++
+ src/Makefile.am      | 10 ++++++++++
+ src/Makefile.sources | 15 +++++++++++++--
+ src/harfbuzz.cc      |  2 --
+ 4 files changed, 46 insertions(+), 4 deletions(-)
+
+commit ed39e0766194194e0fcdd4b45cd428c4c1abd43d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 16:20:06 2023 -0700
+
+    [wasm] Fix docs
+
+ docs/harfbuzz-sections.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit c5af08c0dc7388198019eab3ff16eccd614fce94
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 15:57:10 2023 -0700
+
+    [wasm] Add to harfbuzz.cc and hb-features
+
+ src/Makefile.am      | 9 +++++----
+ src/harfbuzz.cc      | 2 ++
+ src/hb-features.h.in | 7 +++++++
+ src/hb-wasm-api.cc   | 6 ++++++
+ src/meson.build      | 3 ++-
+ 5 files changed, 22 insertions(+), 5 deletions(-)
+
+commit aa8f9eed63698ae5b40b7f3cca284a5535eaf661
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 15:20:37 2023 -0700
+
+    [wasm-shape] Use JIT running-modes if available
+    
+    Build wasm-micro-runtime with:
+    
+    $ cmake . -DWAMR_BUILD_REF_TYPES=1 -DWAMR_BUILD_FAST_JIT=1
+    
+    or:
+    
+    $ cmake . -DWAMR_BUILD_REF_TYPES=1 -DWAMR_BUILD_JIT=1
+    
+    The latter needs llvm and is harder to get working. Still trying.
+
+ src/hb-wasm-shape.cc | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 8d960dfe68da0393eafd92a66fa4277b2e1d6e63
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 15:07:40 2023 -0700
+
+    [wasm-sample] Remove Wasm table from test.ttf again
+    
+    Was added by mistake.
+
+ src/wasm-sample/test.ttf | Bin 23468 -> 22116 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 1c6d640e1fbf459b3cf2ef66ad48560e8469f72e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 15:01:36 2023 -0700
+
+    [wasm-shaper] Whitespace
+
+ src/hb-wasm-shape.cc       | 9 +++------
+ src/wasm-graphite/Makefile | 2 +-
+ 2 files changed, 4 insertions(+), 7 deletions(-)
+
+commit 9f8ad3928afeaf10a0dac8e7d0f3df6bd822c63d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 14:16:11 2023 -0700
+
+    [wasm-api] Bind shaper features
+
+ src/hb-wasm-api-blob.hh           |  2 +-
+ src/hb-wasm-api-buffer.hh         |  6 +++---
+ src/hb-wasm-api-font.hh           |  6 +++---
+ src/hb-wasm-api-list.hh           |  2 +-
+ src/hb-wasm-api-shape.hh          | 14 ++++++++++++--
+ src/hb-wasm-api.h                 | 18 +++++++++++++++---
+ src/hb-wasm-api.hh                | 11 ++++++++++-
+ src/hb-wasm-shape.cc              | 12 +++++++++++-
+ src/wasm-graphite/shape.cc        |  5 ++++-
+ src/wasm-sample/shape-fallback.cc |  5 ++++-
+ src/wasm-sample/shape-ot.cc       |  7 +++++--
+ 11 files changed, 69 insertions(+), 19 deletions(-)
+
+commit 2327fe9d8a77c930ec5e939060c714ef3008d325
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 13:35:47 2023 -0700
+
+    [hb-wasm] Remove TODO
+
+ src/hb-wasm-shape.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit b130b2b3317d296f0120acf5f9aab4bab39f2506
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 13:34:16 2023 -0700
+
+    [graphite] Simplify direction handling
+
+ src/hb-graphite2.cc | 23 +++++++++++------------
+ 1 file changed, 11 insertions(+), 12 deletions(-)
+
+commit ec3270c7bb162a8e8996192922628502dab9d5a2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 13:31:10 2023 -0700
+
+    [wasm-graphite] Ensure native direction here too
+    
+    Binds buffer_get_script and script_get_horizontal_direction.
+
+ src/hb-wasm-api-buffer.hh  |  8 ++++++++
+ src/hb-wasm-api-common.hh  | 44 ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-wasm-api-list.hh    |  3 +++
+ src/hb-wasm-api.cc         |  1 +
+ src/hb-wasm-api.h          | 11 +++++++++++
+ src/meson.build            |  1 +
+ src/wasm-graphite/shape.cc | 21 +++++++++++++++------
+ 7 files changed, 83 insertions(+), 6 deletions(-)
+
+commit cbc71c56bcc5eded3e2393a0b1d2b380fa5944a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 13:15:11 2023 -0700
+
+    [graphite] Ensure native direction
+    
+    Mirrored characters come out wrong. Oh well. Better than before though.
+
+ src/hb-graphite2.cc | 18 ++++++++++++++++--
+ 1 file changed, 16 insertions(+), 2 deletions(-)
+
+commit 39f8703df17cc49b8630597fc250b13ef61870b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 12:42:22 2023 -0700
+
+    [wasm-api] Match interface and implementation signatures
+
+ src/hb-wasm-api-blob.hh   |  5 ++--
+ src/hb-wasm-api-buffer.hh | 65 +++++++++++++++++++++--------------------------
+ src/hb-wasm-api-face.hh   | 12 ++++-----
+ src/hb-wasm-api-font.hh   | 55 +++++++++++++++++----------------------
+ src/hb-wasm-api-shape.hh  |  9 +++----
+ src/hb-wasm-api.hh        |  1 -
+ 6 files changed, 64 insertions(+), 83 deletions(-)
+
+commit fea3ffe03147c35180be09b42caee90a96c61a34
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 12:31:32 2023 -0700
+
+    [wasm-api] Beautify internal API
+
+ src/hb-wasm-api-blob.hh   |  2 +-
+ src/hb-wasm-api-buffer.hh | 16 +++++++-------
+ src/hb-wasm-api-face.hh   |  4 ++--
+ src/hb-wasm-api-font.hh   | 20 +++++++++---------
+ src/hb-wasm-api-shape.hh  |  4 ++--
+ src/hb-wasm-api.h         | 53 +++++++++++++++++++++++++----------------------
+ src/hb-wasm-api.hh        |  3 ++-
+ 7 files changed, 53 insertions(+), 49 deletions(-)
+
+commit fe557e2f21108181496b8f23c92595e0d24d7d20
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 12:20:31 2023 -0700
+
+    [wasm-api] Bind font_get_glyph_extents
+    
+    Untested.
+
+ src/hb-wasm-api-font.hh | 17 +++++++++++++++++
+ src/hb-wasm-api-list.hh |  1 +
+ src/hb-wasm-api.h       | 12 ++++++++++++
+ 3 files changed, 30 insertions(+)
+
+commit b3b6e8da86b8bda05311fe9524ac169040ba9cf3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 12:03:53 2023 -0700
+
+    [wasm-api] Bind buffer_reverse
+
+ src/hb-wasm-api-buffer.hh | 9 +++++++++
+ src/hb-wasm-api-list.hh   | 1 +
+ src/hb-wasm-api.h         | 3 +++
+ 3 files changed, 13 insertions(+)
+
+commit 863ec70e1240379875fe72baeada79c0d9f79fe4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 12:00:29 2023 -0700
+
+    [wasm-shape] Add TODO items
+
+ src/hb-wasm-shape.cc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 1acff90b0337d9a0158c4b8afddaf485a8037b67
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 11:53:47 2023 -0700
+
+    [wasm-api] Bind font_glyph_to_string
+
+ src/hb-wasm-api-font.hh           | 12 ++++++++++++
+ src/hb-wasm-api-list.hh           |  1 +
+ src/hb-wasm-api.h                 |  5 +++++
+ src/wasm-graphite/shape.cc        |  3 +++
+ src/wasm-sample/shape-fallback.cc |  8 +++++++-
+ 5 files changed, 28 insertions(+), 1 deletion(-)
+
+commit 7537d48f081f25e3bd78dcacf9218535a1e40c2f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 11:47:17 2023 -0700
+
+    [wasm] Remove a few lingering hb_
+
+ src/hb-wasm-api-font.hh    | 12 ++++++------
+ src/hb-wasm-api.h          | 32 ++++++++++++++++----------------
+ src/wasm-graphite/shape.cc |  2 +-
+ 3 files changed, 23 insertions(+), 23 deletions(-)
+
+commit d7f76f30b0dcfda3f4322b3e240be30b4a141cc7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 11:31:04 2023 -0700
+
+    [wasm-graphite] Memory cleanup
+
+ src/wasm-graphite/shape.cc | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+commit 5738851b1ca0471b4ac270b89549466202fddf10
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 11:05:59 2023 -0700
+
+    [wasm-api] Disallow "wasm" shaper in shape_with
+
+ src/hb-wasm-api-shape.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 2bde2f66f1391ca4d1c0e38142a6ea0f175173ab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 11:03:13 2023 -0700
+
+    [wasm-api] Bind shape_with
+
+ src/hb-wasm-api-list.hh                        |  3 ++
+ src/hb-wasm-api-shape.hh                       | 50 ++++++++++++++++++++++++++
+ src/hb-wasm-api.cc                             |  1 +
+ src/hb-wasm-api.h                              |  8 +++++
+ src/meson.build                                |  1 +
+ src/wasm-sample/Makefile                       | 15 ++++----
+ src/wasm-sample/{shape.c => shape-fallback.cc} |  6 ++--
+ src/wasm-sample/shape-ot.cc                    | 14 ++++++++
+ 8 files changed, 90 insertions(+), 8 deletions(-)
+
+commit a08dbf41cd20bf36828b58a4e4b448671ee036c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 10:13:21 2023 -0700
+
+    [wasm-api] Bind buffer_reverse_clusters
+
+ src/hb-wasm-api-buffer.hh  | 8 ++++++++
+ src/hb-wasm-api-list.hh    | 1 +
+ src/hb-wasm-api.h          | 2 ++
+ src/wasm-graphite/Makefile | 2 +-
+ src/wasm-graphite/shape.cc | 6 +++---
+ 5 files changed, 15 insertions(+), 4 deletions(-)
+
+commit 0a51ed31b0bba05727210f27548ebd3b55052fe3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 10:07:59 2023 -0700
+
+    [wasm-api] Bind buffer_get_direction
+
+ src/hb-wasm-api-buffer.hh  | 10 ++++++++++
+ src/hb-wasm-api-list.hh    |  1 +
+ src/hb-wasm-api.h          | 17 +++++++++++++++++
+ src/wasm-graphite/shape.cc | 11 ++++++-----
+ 4 files changed, 34 insertions(+), 5 deletions(-)
+
+commit a5c844a1de2a6f5c0acda723d4367c41d7a7b90c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 09:52:38 2023 -0700
+
+    [wasm] Rename macro
+
+ src/hb-wasm-api-blob.hh   | 2 +-
+ src/hb-wasm-api-buffer.hh | 6 +++---
+ src/hb-wasm-api-font.hh   | 4 ++--
+ src/hb-wasm-api.hh        | 2 +-
+ 4 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 23b58b5667aa6ffe2780860e7a9202149e05eac3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 09:50:34 2023 -0700
+
+    [wasm-api] Bind font_get_scale
+
+ src/hb-wasm-api-buffer.hh  |  2 +-
+ src/hb-wasm-api-face.hh    |  2 +-
+ src/hb-wasm-api-font.hh    | 15 ++++++++++++++-
+ src/hb-wasm-api-list.hh    |  1 +
+ src/hb-wasm-api.h          |  5 +++++
+ src/hb-wasm-api.hh         |  2 +-
+ src/wasm-graphite/shape.cc |  6 ++++--
+ 7 files changed, 27 insertions(+), 6 deletions(-)
+
+commit 149199ee26cfac1ff211b2283f8c79b1c7b8cdd0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 09:39:25 2023 -0700
+
+    [wasm-api] Bind face_get_upem
+
+ src/hb-wasm-api-face.hh    | 9 +++++++++
+ src/hb-wasm-api-list.hh    | 1 +
+ src/hb-wasm-api.h          | 5 +++++
+ src/wasm-graphite/shape.cc | 4 ++--
+ 4 files changed, 17 insertions(+), 2 deletions(-)
+
+commit 2d295183b8ed47fa3efa4b83aff1d7781d97ab4f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 09:20:42 2023 -0700
+
+    [wasm-api] Add buffer_contents_realloc
+
+ src/hb-wasm-api-buffer.hh  | 33 ++++++++++++++++++++++++++++++++-
+ src/hb-wasm-api-list.hh    |  1 +
+ src/hb-wasm-api.h          |  4 ++++
+ src/wasm-graphite/shape.cc |  3 +--
+ 4 files changed, 38 insertions(+), 3 deletions(-)
+
+commit 07ece174954a3345f05be3c23766119e6554dbf5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 08:08:18 2023 -0700
+
+    [wasm-graphite] Initial code
+
+ src/hb-wasm-api-face.hh       |   2 +-
+ src/hb-wasm-shape.cc          |   2 +-
+ src/wasm-graphite/Makefile    |  22 +++++
+ src/wasm-graphite/addTable.py |  16 ++++
+ src/wasm-graphite/shape.cc    | 210 ++++++++++++++++++++++++++++++++++++++++++
+ 5 files changed, 250 insertions(+), 2 deletions(-)
+
+commit ae981eec8e33abe7052176733c1ed84cdaeb082f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 21:36:17 2023 -0700
+
+    [graphite] Remove script handling
+    
+    https://github.com/harfbuzz/harfbuzz/issues/3439#issuecomment-1442650148
+
+ src/hb-graphite2.cc | 10 +---------
+ 1 file changed, 1 insertion(+), 9 deletions(-)
+
+commit 5ab7f7a7d41720bb8ea189df0c5c47db1a22d550
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 16:11:54 2023 -0700
+
+    [wasm-sample] Make addTable take args
+
+ src/wasm-sample/Makefile    |   2 +-
+ src/wasm-sample/addTable.py |  11 ++++++++---
+ src/wasm-sample/test.ttf    | Bin 22116 -> 23468 bytes
+ 3 files changed, 9 insertions(+), 4 deletions(-)
+
+commit 551528a6e6bef10b3bfbc254c949d7247fba8176
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 16:06:39 2023 -0700
+
+    [wasm-sample] Remove unused prototype
+
+ src/wasm-sample/shape.c | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 926f8a326e42b557d2991bddf5e234289677c362
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 15:52:13 2023 -0700
+
+    [wasm-sample] Actually shape text!
+
+ src/wasm-sample/shape.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c1dc112121e8ce7e3c75fae0c9e3589176bbc2f8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 15:47:56 2023 -0700
+
+    [wasm-api] Bind buffer_set_contents
+
+ src/hb-buffer.hh          |  7 +++++++
+ src/hb-wasm-api-buffer.hh | 34 +++++++++++++++++++++++++++++++---
+ src/hb-wasm-api-list.hh   |  7 ++++---
+ src/hb-wasm-api.h         |  4 ++++
+ src/wasm-sample/shape.c   |  8 +++++++-
+ 5 files changed, 53 insertions(+), 7 deletions(-)
+
+commit e0fec1dda01f1060dd474537dcbe5084ef46a88f
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Thu Feb 23 22:18:22 2023 +0000
+
+    [wasm-api] Wrap some of hb-font
+
+ src/hb-wasm-api-font.hh | 31 +++++++++++++++++++++++++++++++
+ src/hb-wasm-api-list.hh |  5 ++++-
+ src/hb-wasm-api.h       | 13 ++++++++++++-
+ 3 files changed, 47 insertions(+), 2 deletions(-)
+
+commit af1f41a43ee7b7bb06e43e7000101019ae24f66a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 15:17:18 2023 -0700
+
+    [wasm-api] Clear structs in _free()
+
+ src/hb-wasm-api-blob.hh   | 3 +++
+ src/hb-wasm-api-buffer.hh | 4 ++++
+ 2 files changed, 7 insertions(+)
+
+commit 099a0150e1ba3af96d52629a04fe5def489c4b34
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 15:15:06 2023 -0700
+
+    [wasm] Add HB_STRUCT_TYPE
+
+ src/hb-wasm-api-blob.hh   | 5 ++---
+ src/hb-wasm-api-buffer.hh | 5 ++---
+ src/hb-wasm-api.hh        | 9 +++++++++
+ 3 files changed, 13 insertions(+), 6 deletions(-)
+
+commit 851ef1380aec550e51a4d8055a9c8aef2b57aeeb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 15:06:18 2023 -0700
+
+    [wasm-api] Add buffer-contents-free
+
+ src/hb-wasm-api-buffer.hh | 13 +++++++++++++
+ src/hb-wasm-api-list.hh   |  1 +
+ src/hb-wasm-api.h         |  5 +++--
+ src/wasm-sample/shape.c   |  2 ++
+ 4 files changed, 19 insertions(+), 2 deletions(-)
+
+commit d38f02ab30e3696614c295f88beadb655110599a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 15:03:03 2023 -0700
+
+    [wasm-api] Make ref types actual pointers on the wasm side
+
+ src/hb-wasm-api-buffer.hh |  2 +-
+ src/hb-wasm-api-face.hh   |  2 +-
+ src/hb-wasm-api-font.hh   |  4 ++--
+ src/hb-wasm-api.h         | 25 ++++++++++++-------------
+ src/wasm-sample/shape.c   |  4 ++--
+ 5 files changed, 18 insertions(+), 19 deletions(-)
+
+commit cbd5c554fb28d3aa2ac834c28e6d89600e969f62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 14:54:46 2023 -0700
+
+    [wasm-api] Add blob_free
+
+ src/hb-wasm-api-blob.hh  | 49 ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-wasm-api-list.hh  |  3 +++
+ src/hb-wasm-api.cc       |  1 +
+ src/hb-wasm-api.h        |  3 ++-
+ src/meson.build          |  1 +
+ src/wasm-sample/Makefile |  2 ++
+ src/wasm-sample/shape.c  |  2 +-
+ 7 files changed, 59 insertions(+), 2 deletions(-)
+
+commit 3bec8dca1ca108a9c64af36c768eda58bdec2d95
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 14:35:01 2023 -0700
+
+    [wasm-sample] Free blob data for now
+
+ src/wasm-sample/shape.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit d45a13f1018a18a8ea797b717253cbf6f42f9fe8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 14:28:16 2023 -0700
+
+    [wasm] Add wasm-sample/
+
+ src/wasm-sample/Makefile    |  18 ++++++++++++++++++
+ src/wasm-sample/addTable.py |  11 +++++++++++
+ src/wasm-sample/shape.c     |  25 +++++++++++++++++++++++++
+ src/wasm-sample/test.ttf    | Bin 0 -> 22116 bytes
+ 4 files changed, 54 insertions(+)
+
+commit 5cecfe865919ff2c72a0409e34265d79f78750d0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 13:58:40 2023 -0700
+
+    [wasm-api] Bind buffer_copy_contents
+
+ src/hb-wasm-api-buffer.hh | 58 +++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-wasm-api-face.hh   |  8 +++----
+ src/hb-wasm-api-font.hh   |  8 +++----
+ src/hb-wasm-api-list.hh   |  3 +++
+ src/hb-wasm-api.cc        |  1 +
+ src/hb-wasm-api.h         | 43 ++++++++++++++++++++++++++++++++++-
+ src/meson.build           |  9 +++++++-
+ 7 files changed, 120 insertions(+), 10 deletions(-)
+
+commit 50b22368d04893afa9227ac2c3321ef43c5ae638
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 13:41:41 2023 -0700
+
+    Revert "Fix function signature"
+    
+    This reverts commit d70ebf98b0c696f3c66a20b1243cb347e3e3abc8.
+    
+    Nope. A struct return is not returned that way.
+
+ src/hb-wasm-api-list.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 743cd2c46ee0c81958e2c360d56391da679107f6
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Thu Feb 23 20:35:16 2023 +0000
+
+    Fix function signature
+
+ src/hb-wasm-api-list.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3b88bd9742b06e5f0ebd90b39f1fdce6b2129e91
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 13:27:46 2023 -0700
+
+    [wasm-api] Make ptr_t a pointer on the wasm side
+
+ src/hb-wasm-api.h  | 7 ++++---
+ src/hb-wasm-api.hh | 4 +++-
+ 2 files changed, 7 insertions(+), 4 deletions(-)
+
+commit d7a6671676f9ec5b6b2e8f3a964d1ef9f85f9e3a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 13:16:49 2023 -0700
+
+    [wasm-api] Add debugprint1/2/3/4
+
+ src/hb-wasm-api-list.hh | 22 ++++++++++++++++------
+ 1 file changed, 16 insertions(+), 6 deletions(-)
+
+commit 108995bbc67aa4a45657127eab6b9f89171355fd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 13:04:38 2023 -0700
+
+    [wasm-api] Finish face_reference_table
+
+ src/hb-wasm-api-face.hh | 13 ++++++++++---
+ 1 file changed, 10 insertions(+), 3 deletions(-)
+
+commit 69b1707d82b498eb88a097c72595a848c3e0007f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 13:00:06 2023 -0700
+
+    [wasm] Return empty object when ref2obj fails
+
+ src/hb-wasm-api-face.hh | 2 --
+ src/hb-wasm-api-font.hh | 3 ---
+ src/hb-wasm-api.hh      | 2 +-
+ 3 files changed, 1 insertion(+), 6 deletions(-)
+
+commit e87b1b3ec3a67bf42edac41236e1e70a56ff7072
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 12:23:52 2023 -0700
+
+    [wasm-api] Try to add face_reference_table
+
+ src/hb-wasm-api-face.hh | 51 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-wasm-api-list.hh |  3 +++
+ src/hb-wasm-api.cc      |  4 +---
+ src/hb-wasm-api.h       | 41 ++++++++++++++++++++++++++++++---------
+ src/hb-wasm-api.hh      | 19 ++++++++++++++++--
+ 5 files changed, 104 insertions(+), 14 deletions(-)
+
+commit e03726d26948b6f9cf2c64df75230c3e15433f44
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 12:00:42 2023 -0700
+
+    [wasm] Ignore API in the docs
+
+ docs/meson.build | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 747dcf561d710d324b02249806fa0b113178c3d2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 11:53:08 2023 -0700
+
+    [wasm] Strong typing for object references
+    
+    Such that wasm cannot crash us by passing wrong object refs.
+    
+    https://github.com/bytecodealliance/wasm-micro-runtime/discussions/1987
+    
+    It still is unsafe if some code in the process other than HarfBuzz
+    registers refs with wasm-micro-runtime, since wasm_externref_ref2obj()
+    takes no context variable and looks up refs globally :(.
+    
+    Maybe I fix that later by keeping a hash table of ref->obj-type instead.
+
+ src/hb-wasm-api.cc   | 11 ++---------
+ src/hb-wasm-api.hh   | 32 ++++++++++++++++++++++++++++++++
+ src/hb-wasm-shape.cc | 41 +++++++++++++++++++++--------------------
+ 3 files changed, 55 insertions(+), 29 deletions(-)
+
+commit 6b72a18c7b981ac0126ea3b585f16449ce3dd25b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 11:06:48 2023 -0700
+
+    [wasm-api] Rename file
+
+ src/{hb-wasm-font.hh => hb-wasm-api-font.hh} | 0
+ src/hb-wasm-api.cc                           | 2 +-
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 42d121ae79ce547f1bbe82b9fa771725604546d3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 11:05:19 2023 -0700
+
+    [wasm] Add hb-wasm-api.cc
+
+ src/hb-wasm-api-list.hh |  1 -
+ src/hb-wasm-api.cc      | 45 +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-wasm-api.hh      | 20 --------------------
+ src/hb-wasm-shape.cc    |  1 +
+ src/meson.build         |  2 +-
+ 5 files changed, 47 insertions(+), 22 deletions(-)
+
+commit 980706441b58878cb168543eef70247eccc6abf6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 10:58:22 2023 -0700
+
+    [wasm] Add hb-wasm-api-list.hh
+
+ src/hb-wasm-api-list.hh | 61 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-wasm-api.hh      | 30 +-----------------------
+ 2 files changed, 62 insertions(+), 29 deletions(-)
+
+commit 65efad6b59f6252b2b314e5e16b958bf1b8f4e80
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 10:49:02 2023 -0700
+
+    [wasm] Make debugprint use debug API
+
+ src/hb-wasm-api.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit bb8a04cbadc16c8195b87e8fd307a2403d2212fa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 10:37:44 2023 -0700
+
+    [wasm] Remove the print(returnval) and use it to fail shaper
+
+ docs/wasm-shaper.md  | 2 --
+ src/hb-wasm-shape.cc | 8 +-------
+ 2 files changed, 1 insertion(+), 9 deletions(-)
+
+commit 11fc83c0ba349a6f376a8409971b5698bba39b19
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Thu Feb 23 17:34:02 2023 +0000
+
+    [Docs] Pass a C string from Rust to HB
+
+ docs/wasm-shaper.md | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+commit 36dd27bf3f4c35fde6041a91aeb275d4c8624624
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Thu Feb 23 17:33:50 2023 +0000
+
+    Just printf, don't take length
+
+ src/hb-wasm-api.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 3bc0ecf28c97a5891a9f2cfb371c41505640beef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 10:30:35 2023 -0700
+
+    [wasm-api] Add ref_t
+
+ src/hb-wasm-api.h | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 62f3c7cf67c8b468b49380346a0dbd22c0ad174e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 10:29:04 2023 -0700
+
+    [wasm-api] Add macros for ref handling
+
+ src/hb-wasm-api.hh  | 13 ++++++++++++-
+ src/hb-wasm-font.hh |  9 ++++-----
+ 2 files changed, 16 insertions(+), 6 deletions(-)
+
+commit 4c8a414a101c9657fda42d2fdb9789407b034c99
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 10:22:12 2023 -0700
+
+    [wasm-api] Clean up debugprint
+
+ src/hb-wasm-api.hh | 21 ++++++++++++---------
+ 1 file changed, 12 insertions(+), 9 deletions(-)
+
+commit 63904538c8215312489afd0277d78199c88a512a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 10:11:22 2023 -0700
+
+    [wasm-api] Use i32 instead of externref in API spec
+    
+    Oh well...
+
+ src/hb-wasm-api.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit bd28d01a6a1e562dc611e386544075f6caeacf21
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 09:49:46 2023 -0700
+
+    [wasm-api] Add HB_WASM_INTERFACE
+
+ src/hb-wasm-api.h | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit ed1a70c7e8ddf78ea3fd3e6208e683870ff7e893
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Thu Feb 23 16:41:17 2023 +0000
+
+    Only export debugprint when HB_DEBUG_WASM
+
+ src/hb-wasm-api.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 89c50b0ccb60fc0d73f2b9d65ccbdaebe6fef5b1
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Thu Feb 23 16:41:04 2023 +0000
+
+    Fix debugprint format string
+
+ src/hb-wasm-api.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f0200445d0606019cec868dfc92b1cde5015e6d5
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Thu Feb 23 16:38:39 2023 +0000
+
+    Initial WASM docs and Rust example
+
+ docs/wasm-shaper.md | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 116 insertions(+)
+
+commit fd1f7f46f46cd9dba29ad4975f09f6d4073edae4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 09:25:05 2023 -0700
+
+    [wasm-api] Implement font_get_face
+
+ src/hb-wasm-api.hh  |  7 ++++++-
+ src/hb-wasm-font.hh | 12 ++++++++++--
+ 2 files changed, 16 insertions(+), 3 deletions(-)
+
+commit 9f4dc2e103290cd7447ab24b2561c52d0f66344b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 09:18:25 2023 -0700
+
+    [wasm] Bind native API
+
+ src/hb-wasm-api.h    | 10 ++++++++--
+ src/hb-wasm-api.hh   | 27 +++++++++++++++++++++++++++
+ src/hb-wasm-font.hh  |  3 ++-
+ src/hb-wasm-shape.cc | 25 ++-----------------------
+ 4 files changed, 39 insertions(+), 26 deletions(-)
+
+commit e79a7318c4956fa9a8974812332480ccc5a13991
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 09:03:06 2023 -0700
+
+    [wasm] Start adding wasm-api
+
+ src/harfbuzz-subset.cc |  1 -
+ src/harfbuzz.cc        |  1 -
+ src/hb-wasm-api.h      | 29 +++++++++++++++++------------
+ src/hb-wasm-api.hh     | 45 +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-wasm-font.hh    | 44 ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-wasm-shape.cc   |  4 ++--
+ 6 files changed, 108 insertions(+), 16 deletions(-)
+
+commit 829ba7428476da0616d6b92b88189224acc36cf0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 08:32:14 2023 -0700
+
+    [wasm] Add hb-wasm-api.h
+
+ src/hb-wasm-api.h | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 70 insertions(+)
+
+commit 11c6d46086f5758a71df8e58059e087cd9c1766f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 23 08:16:49 2023 -0700
+
+    [wasm] Pass font & buff to shape() function
+
+ src/hb-wasm-shape.cc | 24 ++++++++++++++++++++----
+ 1 file changed, 20 insertions(+), 4 deletions(-)
+
+commit 05bf9842128376db20b1c1da91efe0257b23a351
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Thu Feb 23 14:55:49 2023 +0000
+
+    Add a simple callback native function
+
+ src/hb-wasm-shape.cc | 27 ++++++++++++---------------
+ 1 file changed, 12 insertions(+), 15 deletions(-)
+
+commit bdbc1568bac50371d4b552e179ecfc338f12fd43
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 22 23:30:28 2023 -0700
+
+    [wasm] Port from c_api to wasm-micro-runtime wasm_runtime API
+
+ src/hb-debug.hh      |   4 ++
+ src/hb-wasm-shape.cc | 190 +++++++++++++++++++++++++++++++--------------------
+ 2 files changed, 119 insertions(+), 75 deletions(-)
+
+commit db8e51e01b972aaf6d32309ef5aa381964950af4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 22 13:33:34 2023 -0700
+
+    [wasm] More boilerplate
+
+ src/hb-wasm-shape.cc | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 67 insertions(+), 2 deletions(-)
+
+commit fcc8be409b8a8034af54caa0ccd0a91206fdbf6b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 22 12:57:19 2023 -0700
+
+    [wasm] Add meson build option
+    
+    Autotools support missing.
+
+ meson.build          |  5 ++++-
+ meson_options.txt    |  2 ++
+ src/hb-wasm-shape.cc | 57 +++++++++++++++++++++++++++++++++++++++++++---------
+ src/meson.build      | 10 ++++++++-
+ 4 files changed, 63 insertions(+), 11 deletions(-)
+
+commit 425fc7f3ee257b7aee9a481a04d368c4ccf57c4d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 22 12:19:06 2023 -0700
+
+    [wasm] Add wasm shaper skeleton
+
+ meson.build            |   2 +
+ src/Makefile.sources   |   1 +
+ src/harfbuzz-subset.cc |   1 +
+ src/harfbuzz.cc        |   1 +
+ src/hb-shaper-list.hh  |   5 +++
+ src/hb-wasm-shape.cc   | 100 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/meson.build        |   1 +
+ 7 files changed, 111 insertions(+)
+
+commit 04a47932a3844f7e73e3af8b05fb98c8b54fb779
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 31 11:44:08 2023 -0600
+
+    [paint] Remove enum trailing comma in C header
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/discussions/4188
+
+ src/hb-paint.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2cd81fdfb6ccc6ba7ec63abe14e0126ece71f304
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Mar 30 22:11:43 2023 +0000
+
+    [subset] fix memory leak.
+    
+    Fixes fuzzer issue https://oss-fuzz.com/testcase-detail/6169920089227264
+
+ src/hb-subset-plan.cc                                    |   3 ++-
+ ...-testcase-minimized-hb-subset-fuzzer-6169920089227264 | Bin 0 -> 1214 bytes
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit 453ded05392af38bba9f89587edce465e86ffa6b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 28 13:17:15 2023 -0600
+
+    [indic] Tighten up base-finding
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4185
+
+ src/hb-ot-shaper-indic.cc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit c1acfe9966b1d2bd74c80de4aefcccc309664822
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Mar 22 19:06:58 2023 -0700
+
+    [instancer] bug fix in TupleVariationData get_size ()
+    
+    We need to iterate TupleVariationHeader when calculating the total size
+
+ src/hb-ot-var-common.hh                                  |   7 +++++--
+ .../Muli-ABC.default.retain-all-codepoint.wght=300.ttf   | Bin 0 -> 5808 bytes
+ .../Muli-ABC.default.retain-all-codepoint.wght=700.ttf   | Bin 0 -> 5804 bytes
+ test/subset/data/fonts/Muli-ABC.ttf                      | Bin 0 -> 6996 bytes
+ test/subset/data/tests/apply_cvar_delta.tests            |   1 +
+ 5 files changed, 6 insertions(+), 2 deletions(-)
+
+commit be872001063d263efe708c4db5af569cfaedd3fe
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Mar 24 17:30:53 2023 +0000
+
+    [subset] fix buffer overflow fuzzer reported issue.
+
+ src/hb-subset-plan.cc                                    |  14 ++++++++------
+ ...-testcase-minimized-hb-subset-fuzzer-5120246288875520 | Bin 0 -> 2501 bytes
+ 2 files changed, 8 insertions(+), 6 deletions(-)
+
+commit 79ae6b657f9c7bff8c97eb8ee7d2dbeb2217868e
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Mar 24 17:14:55 2023 +0000
+
+    [subset] Fix fuzzer found memory leaks.
+
+ src/hb-subset-plan.cc                                    |   9 +++++++--
+ ...-testcase-minimized-hb-subset-fuzzer-5793182905663488 | Bin 0 -> 803 bytes
+ ...-testcase-minimized-hb-subset-fuzzer-6742230974201856 | Bin 0 -> 1214 bytes
+ 3 files changed, 7 insertions(+), 2 deletions(-)
+
+commit ab87d7d22545f6774a12688708d21e6e18ae7fb4
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Mar 20 12:24:22 2023 -0700
+
+    [instance] add tests for colrv1 full instancing
+
+ test/subset/data/Makefile.am                             |   1 +
+ test/subset/data/Makefile.sources                        |   1 +
+ .../Foldit.default.retain-all-codepoint.wght=900.ttf     | Bin 0 -> 2508 bytes
+ test/subset/data/tests/instantiate_colrv1.tests          |  14 ++++++++++++++
+ test/subset/meson.build                                  |   1 +
+ 5 files changed, 17 insertions(+)
+
+commit fe671a5ac811e542071a7cd2151d6c045b77158a
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Mar 16 14:10:21 2023 -0700
+
+    [instancer] support COLRv1 full instancing
+
+ src/OT/Color/COLR/COLR.hh | 379 +++++++++++++++++++++++++++++++++++++---------
+ src/hb-ot-var-common.hh   |  14 +-
+ 2 files changed, 312 insertions(+), 81 deletions(-)
+
+commit f0f7f22525d20ba05e9b69ba40b352cb89b506ae
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Mar 20 18:39:49 2023 +0000
+
+    [subset] fix fuzzer found null deref.
+    
+    https://oss-fuzz.com/testcase-detail/5844352760152064
+
+ src/hb-subset-plan.cc                                    |   9 +++++++--
+ ...-testcase-minimized-hb-subset-fuzzer-5844352760152064 | Bin 0 -> 1214 bytes
+ 2 files changed, 7 insertions(+), 2 deletions(-)
+
+commit 79233a149209e3da199bb4e2f74271668502c574
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Mar 17 00:58:58 2023 +0000
+
+    [subset] fix incorrectly specified lock.
+    
+    Lock variable must have a name or it will immediately destruct.
+
+ src/hb-subset-plan.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8d8bcde8cfe214855fdde15b5d9448e87d3ec734
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Mar 15 17:29:08 2023 +0000
+
+    [set] don't allow -1 (HB_SET_VALUE_INVALID) to be inserted into a hb_set_t.
+    
+    Add tests that check all of the addition methods.
+
+ src/hb-bit-set.hh |  4 ++--
+ src/test-set.cc   | 24 ++++++++++++++++++++++++
+ 2 files changed, 26 insertions(+), 2 deletions(-)
+
+commit a84cae424d7b315336a191d13a2bef8a9d3635d2
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Mar 15 02:39:57 2023 +0000
+
+    [subset] Don't add invalid gids (-1) to the glyphset when loading glyph map from the accelerator.
+
+ src/OT/Layout/GPOS/PairPosFormat1.hh                     |   2 +-
+ src/hb-subset-plan.cc                                    |   9 ++++++---
+ test/subset/data/Makefile.am                             |   1 +
+ test/subset/data/Makefile.sources                        |   1 +
+ .../preprocess/Roboto-Regular.gids.61,62,63,30D9.ttf     | Bin 0 -> 2680 bytes
+ test/subset/data/tests/preprocess.tests                  |   8 ++++++++
+ test/subset/meson.build                                  |   1 +
+ 7 files changed, 18 insertions(+), 4 deletions(-)
+
+commit 09a266236147497bd8149240062c31c16fbc81e3
+Merge: 75e6498d9 204e155ac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 14 12:48:12 2023 -0600
+
+    Merge pull request #4168 from googlefonts/subset_name_collect
+    
+    [subset] name_id closure
+
+commit 75e6498d9a8b600ab7f00b3d279f1054dd72feec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 14 12:41:46 2023 -0600
+
+    Don't use M_PI
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4166
+    
+    Happy Pi Day!
+
+ src/OT/Color/COLR/COLR.hh        |  4 ++--
+ src/OT/glyf/VarCompositeGlyph.hh |  6 +++---
+ src/hb-cairo-utils.cc            | 24 +++++++++++-------------
+ src/hb-ft-colr.hh                |  4 ++--
+ src/hb-paint.hh                  |  8 ++++----
+ src/hb-style.cc                  |  4 ++--
+ src/hb.hh                        |  6 ++++++
+ 7 files changed, 30 insertions(+), 26 deletions(-)
+
+commit 204e155acbf6a9311a13efd4400d2a7b52ca609a
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Mar 14 10:25:31 2023 -0700
+
+    [subset] Add tests for collecting name_ids from STAT and FeatureParams
+
+ test/subset/data/Makefile.am                            |   1 +
+ test/subset/data/Makefile.sources                       |   1 +
+ ...et.keep-all-layout-features.retain-all-codepoint.otf | Bin 0 -> 12796 bytes
+ .../data/fonts/SourceSerif4Variable-Roman_subset.otf    | Bin 0 -> 12784 bytes
+ test/subset/data/tests/collect_name_ids.tests           |  11 +++++++++++
+ test/subset/meson.build                                 |   1 +
+ 6 files changed, 14 insertions(+)
+
+commit 32c889f1d66e7a990c9e80e3c4cc0bd8f62da601
+Author: Jason Simmons <jsimmons@google.com>
+Date:   Mon Mar 13 18:24:39 2023 -0700
+
+    Remove extra blank line in hb-outline.cc
+
+ src/hb-outline.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 0d65738633f84cfbf69325edb8189ee0184d50cf
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Mar 13 15:51:45 2023 -0700
+
+    [subset] collect elidedFallbackNameID in STAT table
+
+ src/hb-ot-stat-table.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 125450d2f220821e63fe748475611c66905904e8
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Mar 13 15:43:29 2023 -0700
+
+    [subset] collect name_ids for FeratureParams
+
+ src/hb-ot-layout-common.hh   | 39 +++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-gsubgpos.hh | 12 ++++++++++++
+ src/hb-subset-plan.cc        | 38 +++++++++++++++++++++++---------------
+ 3 files changed, 74 insertions(+), 15 deletions(-)
+
+commit 663ecc01d8cd32c3fcb8421ee157815ecab413db
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Mar 13 22:12:59 2023 +0000
+
+    [subset] don't free glyphs by range.
+    
+    The iterator in this loop is a map iterator so glyphs are not necessarily traveresed in order.
+
+ src/OT/glyf/glyf.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 3d05b96181b259593047f592df4df33a3658e472
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Mar 13 21:34:26 2023 +0000
+
+    [subset] track which glyphs have allocated memory so we can clean up correctly.
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5388270411579392
+
+ src/OT/glyf/CompositeGlyph.hh                            |   5 ++++-
+ src/OT/glyf/SubsetGlyph.hh                               |  13 ++++++++++---
+ src/OT/glyf/glyf.hh                                      |   6 ++----
+ ...-testcase-minimized-hb-subset-fuzzer-5388270411579392 | Bin 0 -> 4844 bytes
+ 4 files changed, 16 insertions(+), 8 deletions(-)
+
+commit 7a87b17742a0cec36ad21d9fddc1c605597eea14
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Mar 13 19:50:28 2023 +0000
+
+    Check for failed subset input creation in the fuzzer.
+
+ ...z-testcase-minimized-hb-subset-fuzzer-4801020053291008 | Bin 0 -> 311 bytes
+ test/fuzzing/hb-subset-fuzzer.cc                          |  12 ++++++++++++
+ 2 files changed, 12 insertions(+)
+
+commit de6533d8850944e71d5d69c6257ef85f1bf16b1f
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Mar 13 13:36:00 2023 -0700
+
+    [subset] collect name_ids from CPAL table
+
+ src/OT/Color/CPAL/CPAL.hh | 31 +++++++++++++++++++++++++++++++
+ src/hb-subset-plan.cc     | 41 +++++++++++++++++++++++++----------------
+ 2 files changed, 56 insertions(+), 16 deletions(-)
+
+commit 7b77cd198c0352b6ed2a0adbee68bb3e246b9658
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Mar 13 12:45:43 2023 -0700
+
+    [subset] fix bug in CPAL V1tail serialization
+    
+    We should serialize nameIDs rather than retained color index
+
+ src/OT/Color/CPAL/CPAL.hh | 9 +++------
+ 1 file changed, 3 insertions(+), 6 deletions(-)
+
+commit 6d2705a719222adaa4d56a5df589f0c1c81e9bfc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 10 12:40:43 2023 -0700
+
+    [justify-demo] Help message
+
+ src/justify.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 2d8634624ccec268aaac097763f544aafcae8ba8
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Mar 10 14:32:39 2023 +0000
+
+    Add Tifinagh to list of both-directions scripts
+
+ src/hb-common.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 905eeee4a4ebfbc8ed4f07d3ae0c730dd54eb334
+Author: Jean-Michaël Celerier <jeanmichael.celerier+github@gmail.com>
+Date:   Mon Mar 6 13:21:33 2023 -0500
+
+    harfbuzz-config.cmake: support static library build
+
+ src/harfbuzz-config.cmake.in | 16 ++++++++++------
+ 1 file changed, 10 insertions(+), 6 deletions(-)
+
+commit 28b05e1cb6116b07b95af799ff68b883c3f590d1
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Mar 8 23:59:04 2023 +0000
+
+    [subset] Fix memory leak in glyf subset.
+    
+    Fixes fuzzer issue: https://oss-fuzz.com/testcase-detail/6525813890875392.
+
+ src/OT/glyf/glyf.hh                                     |   9 +++++++++
+ ...testcase-minimized-hb-subset-fuzzer-6525813890875392 | Bin 0 -> 73882 bytes
+ 2 files changed, 9 insertions(+)
+
+commit 9286e125250c7724a5d7eece0fff4284f73341b6
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Mar 8 20:02:26 2023 +0000
+
+    Don't subset a glyf table with an unknown format.
+    
+    Fixes fuzzer issue: https://oss-fuzz.com/testcase-detail/4875306193518592
+
+ src/OT/glyf/glyf.hh                                      |  15 ++++++++++++++-
+ ...case-minimized-hb-subset-fuzzer-4875306193518592.fuzz | Bin 0 -> 1044 bytes
+ 2 files changed, 14 insertions(+), 1 deletion(-)
+
+commit cfa9541daa86c659ea935bbd4507cc620658c6d4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 8 10:35:39 2023 -0700
+
+    [glyf] "Support" glyf version 1
+
+ src/OT/glyf/glyf.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 552290f60437ceaa5aa299a2db726046c0385f80
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 8 10:25:26 2023 -0700
+
+    [gvar] Fix out-of-memory access issue
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5953342850596864
+
+ src/hb-ot-var-gvar-table.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 7327006d686c149cefdc7ee6047d2b426ac1ac75
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 7 21:06:01 2023 -0700
+
+    [GSUB] Support SingleSubst in get_glyph_alternates
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/discussions/4146
+
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 28 ++++++++++++++++++++++++++++
+ src/OT/Layout/GSUB/SingleSubstFormat2.hh | 25 +++++++++++++++++++++++++
+ 2 files changed, 53 insertions(+)
+
+commit 69183217dfbd6380f2c57e3a9a793559874667e5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 7 20:56:56 2023 -0700
+
+    Add test-gsub-get-alternates.cc
+
+ src/Makefile.am                 |  5 +++
+ src/meson.build                 |  1 +
+ src/test-gsub-get-alternates.cc | 86 +++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 92 insertions(+)
+
+commit ea17c7a81a743d7e319da0ff4111bcf650d2011b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 7 14:23:39 2023 -0700
+
+    [beyond-64k] Implement gvar support
+    
+    https://github.com/harfbuzz/boring-expansion-spec/issues/85
+
+ src/hb-ot-var-gvar-table.hh | 38 ++++++++++++++++++++++++--------------
+ 1 file changed, 24 insertions(+), 14 deletions(-)
+
+commit f325aba561335a4f0f3c71aa59e42f1a23c774f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 6 13:07:42 2023 -0700
+
+    [VarComposites] Minor rename
+
+ src/OT/glyf/VarCompositeGlyph.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit b4b089c4278f041f69c3253f84901de226d38558
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Mar 6 04:40:04 2023 +0200
+
+    [docs] Disable gtdoc-check by default
+    
+    It slows build as it causes documentation to be always rebuilt. We now
+    disable it by default and enable it on relevant CI jobs.
+
+ .github/workflows/linux-ci.yml | 1 +
+ docs/meson.build               | 2 +-
+ meson_options.txt              | 2 ++
+ 3 files changed, 4 insertions(+), 1 deletion(-)
+
+commit d165afec1d301167754c4152f868a0110b3144a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 4 21:09:26 2023 -0700
+
+    [justify-demo] Create new fonts all the time
+    
+    The hb.shape_justify() call modifies the font. This was messing
+    up justification. Create new fonts all the time.
+
+ src/justify.py | 18 ++++++++++--------
+ 1 file changed, 10 insertions(+), 8 deletions(-)
+
+commit 690145fa009b4a705065549474a81113e609419f
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Mar 4 07:19:20 2023 +0200
+
+    [justify-demo] Rewrite in a simpler way
+    
+    No need to overthink it, append text words to the line and reshape, no
+    need to shape the whole text first and do complicated glyph/input
+    mapping. Much simpler code and as fast.
+
+ src/justify.py | 323 +++++++++++++++++++++------------------------------------
+ 1 file changed, 118 insertions(+), 205 deletions(-)
+
+commit e9d6f23b5d4779e08cd27f38fd92860cb9cbe1da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 3 17:15:18 2023 -0700
+
+    [justify-demo] Fix for LTR typesetting
+
+ src/justify.py | 24 +++++++++++++++---------
+ 1 file changed, 15 insertions(+), 9 deletions(-)
+
+commit 5cf54aeddec47aea380bfa39d543b8fe373c6873
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 3 17:01:12 2023 -0700
+
+    [justify-demo] Guess segment properties
+
+ src/justify.py | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 5c334b9686064aa0d1d41d8935e713c70c43589b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 3 16:53:44 2023 -0700
+
+    [justify-demo] Fix crash if font has no variation axis
+
+ src/justify.py | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit ab249fd24b355ead23ab23f481bd219e0d95faaa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 4 01:46:07 2023 +0200
+
+    [justify] Fix shrink/expand conditions
+
+ src/justify.py | 15 +++++++++------
+ 1 file changed, 9 insertions(+), 6 deletions(-)
+
+commit 039ea9adda1ab9338165469982ae1be6dcce3ae7
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Mar 4 01:41:34 2023 +0200
+
+    [justify] Add demo GTK app
+
+ src/justify.py | 364 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 364 insertions(+)
+
+commit be47182d4897de6b875101a1d258877ed525a24b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 3 11:10:16 2023 -0700
+
+    [hb-cairo] Add Black Foundry copyright
+
+ src/hb-cairo-utils.cc | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit ab4c32118025822094ef9197ad105e7460230be4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 3 09:31:16 2023 -0700
+
+    [justify] Set out params in more cases
+
+ src/hb-shape.cc | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit e57defc07c83f1012fac0f213d636698d86a76c1
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Mar 3 13:05:30 2023 +0200
+
+    [justify] Set var_value when expanding/shrinking to max
+    
+    When expanding/shrinking the buffer to max (and still not fitting), we
+    need to also set var_value to the axis max/min otherwise client not have
+    the correct axis value to draw with.
+
+ src/hb-shape.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit a2efa5b4895bc90a89be43196e56de276a5fcf00
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 3 09:15:46 2023 -0700
+
+    [map] Another try at fixing old Mac build
+    
+    https://github.com/harfbuzz/harfbuzz/issues/4138
+
+ src/hb-map.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit bfab56d3b5d2d11416375d03c7440f9d6e262f62
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Mar 3 13:14:05 2023 +0200
+
+    [font] Typo
+
+ src/hb-font.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 60841e26187576bff477c1a09ee2ffe544844abc
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Mar 3 01:01:49 2023 +0200
+
+    7.1.0
+
+ NEWS                   | 10 ++++++++++
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-font.cc         |  2 +-
+ src/hb-version.h       |  6 +++---
+ 6 files changed, 17 insertions(+), 6 deletions(-)
+
+commit e471ef77f93eeafff2701a31e6c042054ea4f7e1
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Mar 2 12:40:16 2023 -0800
+
+    [instancer] fix a runtime error
+    
+    runtime error: -1 is outside the range of representable values of type 'unsigned int'
+
+ src/hb-ot-var-cvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 43dbdd9db6abda31d41d06f4c33a826e1b791bd2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 2 13:42:52 2023 -0700
+
+    [justify] Document algorithm
+
+ src/hb-shape.cc | 26 ++++++++++++++++++++++++++
+ 1 file changed, 26 insertions(+)
+
+commit c98bb4cf9c2d73a78773ea9547865fbeaa1ecaff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 2 13:18:06 2023 -0700
+
+    [justify] Fix up after recent changes
+    
+    Oops.
+
+ src/hb-shape.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit fb067390e422d79b092d9cfe8abb84f0ef8cae05
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 2 11:40:45 2023 -0700
+
+    [docs] Fix a warning
+
+ docs/harfbuzz-sections.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit fe83736e2608eb4697ce1194a69a55234561b620
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 2 11:35:42 2023 -0700
+
+    [sanitize] Protect against an underflow
+
+ src/hb-sanitize.hh | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit 08784baf101aea472c133dcd67604b475ace3772
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 2 10:48:30 2023 -0700
+
+    [GSUB/GPOS] Fix sanitization in Format1
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5120727025319936
+
+ src/OT/Layout/GPOS/SinglePosFormat1.hh   | 14 ++++++++------
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 14 ++++++++------
+ 2 files changed, 16 insertions(+), 12 deletions(-)
+
+commit 789717387042ae7855cb61af2ef4b91ee32866a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 2 10:38:12 2023 -0700
+
+    [justify] Fix compiler warnings
+
+ src/hb-shape.cc | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit be64cae16489406147848e4613d11de8303e1513
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 2 09:50:38 2023 -0700
+
+    [map] Another try at fixing old Mac builds
+    
+    Maybe fixes https://github.com/harfbuzz/harfbuzz/issues/4138
+
+ src/hb-map.cc   |  4 ++--
+ src/hb-map.hh   | 12 ------------
+ src/test-map.cc |  4 ++--
+ 3 files changed, 4 insertions(+), 16 deletions(-)
+
+commit 67e01c1292821e7b6fc2ab13acddb84ab41b2187
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 1 20:07:38 2023 -0700
+
+    [map] Try to work around old Mac compiler bug
+    
+    Maybe fixes https://github.com/harfbuzz/harfbuzz/issues/4138
+
+ src/hb-map.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit e359f46a202899e0ee6dab1fec3c4cc325b9509c
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Mar 2 03:06:53 2023 +0200
+
+    Fix build
+
+ src/hb-shape.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit e8f94f9e1249fd1374fa282685ae93aba3b8fcdd
+Merge: c67c0086e 6de9d2b89
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 1 16:34:01 2023 -0700
+
+    Merge pull request #4144 from harfbuzz/justify
+    
+    Justify
+
+commit 6de9d2b89fb10ce69ebf501b3e77bd95da5b1792
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 1 14:32:06 2023 -0700
+
+    [justify] Rename hb-view --width to hb-view --justify-to
+
+ util/shape-options.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 25c66d633d58dcdd1e59095abf673a9ef08a612c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 1 14:16:08 2023 -0700
+
+    [justify] Wrap in HB_EXPERIMENTAL_API
+
+ src/gen-def.py        | 3 ++-
+ src/hb-shape.cc       | 8 +++++++-
+ util/shape-options.hh | 4 ++++
+ 3 files changed, 13 insertions(+), 2 deletions(-)
+
+commit 96d4ed093123293114d65800e8629deb1fff2218
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 1 14:08:16 2023 -0700
+
+    [justify] Document API
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-shape.cc            | 78 ++++++++++++++++++++++++++++++----------------
+ src/hb-shape.h             |  6 ++--
+ 3 files changed, 56 insertions(+), 29 deletions(-)
+
+commit d29d7b7a3dd2cfca151ce667a3290359d028911c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 1 13:10:11 2023 -0700
+
+    [algs] Adjust solve_itp
+
+ src/hb-algs.hh  | 11 +++++++----
+ src/hb-shape.cc |  4 ----
+ 2 files changed, 7 insertions(+), 8 deletions(-)
+
+commit aa10deaf4283822f8c368ecbdebd01330dd76fe5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 1 11:08:32 2023 -0700
+
+    [justify] Print default buffer width in hb-shape --width=-1
+
+ util/shape-options.hh | 25 ++++++++++++++++++++++---
+ 1 file changed, 22 insertions(+), 3 deletions(-)
+
+commit 93252c6fc3585f6c226514e9c476af82b7c55d86
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 1 10:59:04 2023 -0700
+
+    [justify] Debug output
+
+ src/hb-debug.hh |  4 ++++
+ src/hb-shape.cc | 11 ++++++++---
+ 2 files changed, 12 insertions(+), 3 deletions(-)
+
+commit b937edfb148d28421f97db7c3c81e2253019e469
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 1 10:44:57 2023 -0700
+
+    [justify] Add min/max target_width
+    
+    Speeds up solving when some slack available.
+
+ src/hb-algs.hh        |  8 +++++---
+ src/hb-shape.cc       | 32 ++++++++++++++++++--------------
+ src/hb-shape.h        |  3 ++-
+ util/shape-options.hh |  6 ++++--
+ 4 files changed, 29 insertions(+), 20 deletions(-)
+
+commit 6e483c4061b526c6c22db198194d4f8b2cfb3a86
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 28 12:25:32 2023 -0700
+
+    [shape] Add hb_shape_justify() and hb-view --width
+
+ src/hb-algs.hh        |   2 +-
+ src/hb-shape.cc       | 173 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-shape.h        |  11 ++++
+ util/shape-options.hh |  30 +++++++--
+ 4 files changed, 210 insertions(+), 6 deletions(-)
+
+commit ee4822f9696d2a40351a26d73257667a77af78ca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 28 09:39:32 2023 -0700
+
+    [algs] Add solve_itp method
+    
+    Port from kurbo.
+
+ src/hb-algs.hh | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 53 insertions(+)
+
+commit c67c0086ef66e05228f9cc1f4c169f690e130511
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 1 13:32:44 2023 -0700
+
+    [GPOS] Fix indexing in MarkLigPos
+    
+    This was broken in 8708b9e081.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4142
+
+ src/OT/Layout/GPOS/MarkLigPosFormat1.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 01d34763f06f0c513406dc14db6d496a08ecf4fa
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Tue Feb 28 20:16:39 2023 -0500
+
+    Typo fix
+
+ src/hb-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2d33a6b4dfdcd751eba242637c863d810a4a803c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 28 15:31:45 2023 -0700
+
+    [subset-fuzzer] Protect against overflow
+    
+    Fixes
+    https://github.com/harfbuzz/harfbuzz/issues/4137#issuecomment-1448994447
+
+ test/fuzzing/hb-subset-fuzzer.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5226d697338756e661c951af28c19b9a69b4ff93
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 28 14:49:44 2023 -0700
+
+    [font] Make set_variation() respect currently-set variations
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4143
+
+ src/hb-font.cc | 27 ++++++++++++++++++---------
+ 1 file changed, 18 insertions(+), 9 deletions(-)
+
+commit 91627daee2970b26666d8d9d47161387511667d1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 28 14:31:25 2023 -0700
+
+    [outline] Rename internal function
+
+ src/hb-outline.cc | 4 ++--
+ src/hb-outline.hh | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 5c462865920681246422a1d23d38cc62a94f1870
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 28 12:16:46 2023 -0700
+
+    Revert "."
+    
+    This reverts commit 59434578cd453d9dcdcaf5d010d5f5686c17717e.
+
+ src/hb-shape.cc | 84 ---------------------------------------------------------
+ src/hb-shape.h  |  9 -------
+ 2 files changed, 93 deletions(-)
+
+commit 59434578cd453d9dcdcaf5d010d5f5686c17717e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 28 12:13:55 2023 -0700
+
+    .
+
+ src/hb-shape.cc | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-shape.h  |  9 +++++++
+ 2 files changed, 93 insertions(+)
+
+commit bbb9d6d436b7fb5aba771c63378aa4daa231b8c5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 28 12:07:48 2023 -0700
+
+    [font] Add hb_font_set_variation()
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-font.cc             | 64 ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-font.h              |  5 ++++
+ 3 files changed, 70 insertions(+)
+
+commit a975ec4842468e574484bdc310095fad780978fc
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Feb 14 13:26:59 2023 -0800
+
+    [instancer] apply cvar deltas
+
+ src/hb-ot-face-table-list.hh                       |   1 +
+ src/hb-ot-var-cvar-table.hh                        |  27 +++++++++++++--------
+ src/hb-subset-input.cc                             |   1 -
+ src/hb-subset.cc                                   |  11 +++++++++
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ ...r-new.default.retain-all-codepoint.wght=300.ttf | Bin 0 -> 131712 bytes
+ ...r-new.default.retain-all-codepoint.wght=700.ttf | Bin 0 -> 131588 bytes
+ test/subset/data/tests/apply_cvar_delta.tests      |  12 +++++++++
+ test/subset/meson.build                            |   1 +
+ 10 files changed, 44 insertions(+), 11 deletions(-)
+
+commit 8b0c7b9554cc75d499bc0aa9c25f45e53a1f2ce9
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Feb 10 09:49:09 2023 -0800
+
+    [instance] Add struct definition for cvar table
+    
+    Also add functions to add cvt tables with cvar deltas applied
+
+ src/Makefile.sources        |   1 +
+ src/hb-ot-var-common.hh     |  19 ++++++
+ src/hb-ot-var-cvar-table.hh | 151 ++++++++++++++++++++++++++++++++++++++++++++
+ src/meson.build             |   1 +
+ 4 files changed, 172 insertions(+)
+
+commit 22cc73f3e9b941be47330a574599cddd79811168
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Feb 6 12:36:05 2023 -0800
+
+    Move common structs for TupleVariation from gvar to var-common.hh
+    
+    Also added a table_base in the iterator and related function to handle
+    different start address for dataoffset in cvar and gvar
+
+ src/hb-ot-var-common.hh     | 308 +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-var-gvar-table.hh | 309 +-------------------------------------------
+ 2 files changed, 312 insertions(+), 305 deletions(-)
+
+commit c0fac016dc017596e2d979e19e1eb8f88df38ea3
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Feb 22 20:54:20 2023 +0000
+
+    [subset] update the subset fuzzer to be able to reach instancing code.
+
+ test/fuzzing/fonts/AdobeVFPrototype.ABC.otf | Bin 0 -> 4724 bytes
+ test/fuzzing/fonts/Roboto-Variable.ABC.ttf  | Bin 0 -> 13480 bytes
+ test/fuzzing/hb-subset-fuzzer.cc            |  49 +++++++++++++++++++++++-----
+ 3 files changed, 41 insertions(+), 8 deletions(-)
+
+commit 62fc27f372779d363cb6ba46cfaca6433a42504b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 27 11:20:47 2023 -0700
+
+    [ft] Enlarge glyph-cache value-size again
+    
+    8bits just doesn't do it. It has caused cache-hammering and high
+    CPU usage when the font is hinted.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4139
+
+ src/hb-ft.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 921eca3e79df93af8ee16a47994150d1f4845bfc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 17:06:43 2023 -0700
+
+    [autotools] Fix hb-info chafa build
+
+ util/Makefile.am | 13 +++++++------
+ 1 file changed, 7 insertions(+), 6 deletions(-)
+
+commit 209f63b7850f836e5e3628523f6f740e25008409
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 24 16:03:23 2023 -0700
+
+    [TINY] Fix config issue
+
+ src/hb-config.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 605aed0544e51fa2534a3324262f3935d4dcfe99
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Feb 24 10:17:32 2023 -0800
+
+    [instancer] bug fix in post table applying mvar deltas
+
+ src/hb-ot-post-table.hh                                 |   8 ++++----
+ test/subset/data/Makefile.am                            |   1 +
+ test/subset/data/Makefile.sources                       |   1 +
+ ...l-codepoint.wght=400,CASL=0,CRSV=0,MONO=0,slnt=0.ttf | Bin 0 -> 1884 bytes
+ test/subset/data/fonts/Recursive-ABC.ttf                | Bin 0 -> 20332 bytes
+ test/subset/data/tests/post_apply_mvar_delta.tests      |  11 +++++++++++
+ test/subset/meson.build                                 |   1 +
+ 7 files changed, 18 insertions(+), 4 deletions(-)
+
+commit 918193ebf908d35c88bb71d02dfc14bc41ffc31d
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Feb 22 23:11:29 2023 +0000
+
+    [subset] fix a class of fuzzer timeouts caused by large shared coverage tables.
+    
+    More acurately estimates the op count for CoverageFormat2 tables as the population size instead of the size in bytes.
+
+ src/OT/Layout/GPOS/SinglePosFormat1.hh                  |   8 +++++++-
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh                |   8 +++++++-
+ src/hb-sanitize.hh                                      |   8 ++++++++
+ ...testcase-minimized-hb-subset-fuzzer-5192684970311680 | Bin 0 -> 67697 bytes
+ 4 files changed, 22 insertions(+), 2 deletions(-)
+
+commit ddd0f7f40b5cae71271fcfa7b6143066d8e465df
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Feb 22 20:23:34 2023 +0000
+
+    [subset] Add a test for CFF2 instancing.
+    
+    Adds option to disable the fonttools comparison check in the test. This is needed since CFF2 instancing is not yet supported in fonttools.
+
+ test/subset/data/Makefile.am                        |   1 +
+ test/subset/data/Makefile.sources                   |   1 +
+ ...efault.retain-all-codepoint.wght=650,CNTR=50.otf | Bin 0 -> 41760 bytes
+ test/subset/data/tests/instantiate_cff2.tests       |  14 ++++++++++++++
+ test/subset/generate-expected-outputs.py            |  20 +++++++++++---------
+ test/subset/meson.build                             |   1 +
+ test/subset/subset_test_suite.py                    |  13 ++++++++-----
+ 7 files changed, 36 insertions(+), 14 deletions(-)
+
+commit 33cc3121d457b415f3fac2374af7df5cd4fd704e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 22 12:03:30 2023 -0700
+
+    Comment
+
+ src/hb-shaper-list.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5bc6ab006da7dbab993867c3d7d24cefaa81b51c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 22 08:08:11 2023 -0700
+
+    Use __has_builtin for builtin checks instead of compiler versions
+    
+    https://github.com/harfbuzz/harfbuzz/issues/4066#issuecomment-1439510188
+
+ src/hb-algs.hh | 30 ++++++++++++++++++++++--------
+ src/hb.hh      | 10 +++++++++-
+ 2 files changed, 31 insertions(+), 9 deletions(-)
+
+commit 6b286cfabf23c93ecec6d65f83d8c1291cd46cf6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 21 16:15:45 2023 -0700
+
+    [cubic-glyf] Remove stale comment
+
+ src/OT/glyf/path-builder.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 22b93156281dae8772b15e68b2553a2a9a5c8367
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 21 15:50:55 2023 -0700
+
+    [cubic-glyf] Handle wrap-around cubic off-curves
+
+ src/OT/glyf/path-builder.hh | 30 ++++++++++++++++++++----------
+ 1 file changed, 20 insertions(+), 10 deletions(-)
+
+commit 050f5a58fe182f8f2bf85c95fc2ddc13bc784699
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 21 15:25:59 2023 -0700
+
+    [cubic-glyf] Handle contour-initial cubic offcurves
+
+ src/OT/glyf/path-builder.hh | 15 ++++++++++++---
+ 1 file changed, 12 insertions(+), 3 deletions(-)
+
+commit 9c27fe625f592fdb97dc94c4006f928877e7cb61
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Feb 21 23:25:14 2023 +0200
+
+    Revert "[doc] Fix a couple of gtk-doc warnings"
+    
+    This reverts commit ed42b2fcb556a1d47a620f77cc98069123d1670c.
+
+ docs/harfbuzz-sections.txt | 1 -
+ src/hb-gobject-structs.cc  | 2 +-
+ 2 files changed, 1 insertion(+), 2 deletions(-)
+
+commit ed42b2fcb556a1d47a620f77cc98069123d1670c
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Feb 21 23:08:15 2023 +0200
+
+    [doc] Fix a couple of gtk-doc warnings
+
+ docs/harfbuzz-sections.txt | 1 +
+ src/hb-gobject-structs.cc  | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit 0575229477006a51f85eee10c9490db92972d60a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Feb 21 18:07:53 2023 +0200
+
+    [blob] Typo in documentation
+
+ src/hb-blob.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 424f5f2c0d10596abc79d98bc165cd9e86680597
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Feb 20 16:05:53 2023 +0200
+
+    [ci] Don’t build docs while building Windows binaries
+
+ .circleci/config.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1d1f93a612ed071b703abab7deb0951f46a12433
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Feb 20 15:54:12 2023 +0200
+
+    7.0.1
+
+ NEWS             | 6 ++++++
+ configure.ac     | 2 +-
+ meson.build      | 2 +-
+ src/hb-version.h | 4 ++--
+ 4 files changed, 10 insertions(+), 4 deletions(-)
+
+commit 6db871eb3aab5d4e47397b58025e678380a6fb34
+Merge: 8c1b47d7e 5b50b0771
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 19 21:08:14 2023 -0700
+
+    Merge pull request #4126 from harfbuzz/cff2-instancer
+    
+    CFF2 instancer make ots-sanitize happy
+
+commit 5b50b07717a0adf353e866c1f5502f1c5b374d22
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 19 20:30:38 2023 -0700
+
+    [subset-cff] Make BCD writing locale-independent
+
+ src/hb-common.cc            | 26 --------------------------
+ src/hb-subset-cff-common.hh | 10 ++++++++--
+ src/hb.hh                   | 31 +++++++++++++++++++++++++++++++
+ 3 files changed, 39 insertions(+), 28 deletions(-)
+
+commit 4a735b30c4e31489779a06722c66f8d820b9666d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 19 19:51:03 2023 -0700
+
+    [cff2-subset] Update test
+
+ test/api/fonts/AdobeVFPrototype.abc.static.otf | Bin 86112 -> 2576 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 21ff66cbd4445899f37c6aa6827a2d349292119b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 19 20:00:39 2023 -0700
+
+    [subset-cff2] Round blended Private values when instancing
+    
+    Hopefully no one blends BlueScale...
+
+ src/hb-subset-cff2.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a4b7033d0159b6372e631927b98b1963838bcc54
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 19 17:48:02 2023 -0700
+
+    [cff2-subset] Blend Private values when instancing
+
+ src/hb-serialize.hh         |   7 ++
+ src/hb-subset-cff-common.hh |  80 ++++++++++++++++++++++
+ src/hb-subset-cff2.cc       | 159 ++++++++++++++++++++++++++++++++++++++++++--
+ 3 files changed, 239 insertions(+), 7 deletions(-)
+
+commit f10a4c9d6aebcc60b525a2342b0cdc6970ba32a3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 19 17:11:30 2023 -0700
+
+    [cff] Rename encode_num to encode_num_cs
+
+ src/hb-subset-cff-common.hh | 4 ++--
+ src/hb-subset-cff1.cc       | 4 ++--
+ src/hb-subset-cff2.cc       | 6 +++---
+ 3 files changed, 7 insertions(+), 7 deletions(-)
+
+commit c65eb5a82e4a9a0f3fe60b770741f3f4d3391bc2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 19 15:15:57 2023 -0700
+
+    [cff] Specialize cff_private_dict_op_serializer_t for CFF1/2
+
+ src/hb-subset-cff-common.hh | 33 ---------------------------------
+ src/hb-subset-cff1.cc       | 32 +++++++++++++++++++++++++++++++-
+ src/hb-subset-cff2.cc       | 36 +++++++++++++++++++++++++++++++++++-
+ 3 files changed, 66 insertions(+), 35 deletions(-)
+
+commit bf4b34e87e5d7428b7b206a38ce6d7948657a9cb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 19 11:16:51 2023 -0700
+
+    [subset-cff2] Don't encode vsindex in Private dict
+
+ src/hb-subset-cff-common.hh | 14 +++++++++-----
+ src/hb-subset-cff2.cc       |  2 +-
+ 2 files changed, 10 insertions(+), 6 deletions(-)
+
+commit 220caa7e095b62fef55b03f32b65ddc564d8dc63
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 19 11:01:27 2023 -0700
+
+    [subset-cff2] Only encode VarStore link if any varstore
+
+ src/hb-subset-cff2.cc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 82d9940a938d20bc2a4864a10e53bff4e34762ad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 19 10:51:55 2023 -0700
+
+    [subset-cff2] Don't encode vsindex if pinned
+
+ src/hb-subset-cff-common.hh | 8 ++++----
+ src/hb-subset-cff2.cc       | 2 +-
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit a88f3e8d379b7fbb0e4374f8ce1feb48ae681911
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 19 10:47:36 2023 -0700
+
+    [subset-cff2] Don't serialize VarStore if pinned
+
+ src/hb-subset-cff2.cc | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit 8c1b47d7e23910c632993aa444df12cc2338d89a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 19 20:38:43 2023 -0700
+
+    [font] Fix compiler warnings
+
+ src/hb-font.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 7c74fc96319b57499e1e3defc3e346fd3cc6848e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 19 14:43:07 2023 -0700
+
+    [CFF] Remove unused member single_val
+
+ src/hb-cff-interp-dict-common.hh | 4 +---
+ src/hb-ot-cff1-table.hh          | 3 ---
+ src/hb-ot-cff2-table.hh          | 3 ---
+ 3 files changed, 1 insertion(+), 9 deletions(-)
+
+commit 2746597b69c10b7aa1c0df2a4d36a3d92fb0769f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 19 12:14:35 2023 -0700
+
+    [subset-cff2] Add flush_hintmask
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4125
+
+ src/hb-subset-cff2.cc | 11 +++++++++++
+ 1 file changed, 11 insertions(+)
+
+commit adccc5355b695cfaaf6403a3187c67c7fcae623d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 17 12:29:42 2023 -0700
+
+    [MarkBase] Adjust base-finding logic
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4124
+
+ src/OT/Layout/GPOS/MarkBasePosFormat1.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 946477fa5472bb93f6ac099a45ec13a34d87a732
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 16 15:03:50 2023 -0700
+
+    [font] Fix a MSVC "error"
+    
+    Oh well.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4122
+
+ src/hb-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b41efb6c4da9b1180b5178a55ceb31c68791dfdc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 13 21:16:16 2023 -0700
+
+    [atomic] Use no-op asm for compiler barrier
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/4119
+
+ src/hb-atomic.hh | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit 2f1aa032b4c43a76953036c6a90d108fe9358711
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Feb 13 09:50:04 2023 +0200
+
+    [doc] Give this section a nice URL
+
+ docs/usermanual-fonts-and-faces.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 552f0714e854af0ed41d54fad710a2e4ce872af3
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Feb 13 09:21:05 2023 +0200
+
+    [meson] Fix test failure with experimental_api
+    
+    Pass --experimental-api to all gen-def.py when generating all .def
+    files, not only harfbuzz.def.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4117
+
+ src/meson.build | 17 ++++++++---------
+ 1 file changed, 8 insertions(+), 9 deletions(-)
+
+commit 40fa046cf311718665496d0516495e9c139221ba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 12 10:54:07 2023 -0700
+
+    [hb-info] Declare a variable unused
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4115
+
+ util/hb-info.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8bdaeddfcd86aa66f560ff1ae1ae71b1e1723463
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Feb 11 23:44:58 2023 +0200
+
+    7.0.0
+
+ NEWS                   | 130 +++++++++++++++++++++++++++++++++++++++++++++++++
+ configure.ac           |   2 +-
+ docs/harfbuzz-docs.xml |   1 +
+ meson.build            |   2 +-
+ src/hb-cairo.cc        |  18 +++----
+ src/hb-cairo.h         |   2 +-
+ src/hb-draw.cc         |   6 +--
+ src/hb-face.cc         |   2 +-
+ src/hb-font.cc         |  13 ++---
+ src/hb-font.h          |  16 +++---
+ src/hb-map.cc          |   8 +--
+ src/hb-ot-color.cc     |   4 +-
+ src/hb-ot-layout.cc    |   2 +-
+ src/hb-ot-name.h       |   2 +-
+ src/hb-paint.cc        |  46 ++++++++---------
+ src/hb-paint.h         |  72 +++++++++++++--------------
+ src/hb-set.cc          |   2 +-
+ src/hb-subset-input.cc |   2 +-
+ src/hb-version.h       |   4 +-
+ 19 files changed, 232 insertions(+), 102 deletions(-)
+
+commit df6324cbe7f1ebf43f243cbefe60902e0e0d6085
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Feb 11 22:35:09 2023 +0200
+
+    [ci] Build with default wrap mode
+    
+    Forcing fallback forces checking the subproject even if the option is
+    disabled.
+
+ .ci/build-win32.sh | 2 +-
+ .ci/build-win64.sh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 5b82fa91c5b955ed5bea4b848e9afcda1f4a519b
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Feb 11 22:22:48 2023 +0200
+
+    [meson] Update Glib subproject
+
+ subprojects/glib.wrap | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 31e099fd212491045b9743d5b3b4ed718f80902a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Feb 11 22:21:53 2023 +0200
+
+    [meson] Update Cairo subproject
+
+ subprojects/cairo.wrap | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8f0da5e5e6d6fb5b827ec090ece871bf13324c87
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Feb 11 22:20:41 2023 +0200
+
+    [meson] Update FreeType subproject
+
+ subprojects/freetype2.wrap |  9 ++++-----
+ subprojects/zlib.wrap      | 13 -------------
+ 2 files changed, 4 insertions(+), 18 deletions(-)
+
+commit 59cd1b17a96e6a8024f4fb5c1de1c1c8c3896633
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Feb 11 20:24:49 2023 +0200
+
+    [ci] Don’t build docs on macos-aat-fonts job
+    
+    It fails ninja test, but superfluous anyway.
+
+ .circleci/config.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 7188c5643a45c11d82a04589d03a970fdffe8c0a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Feb 11 20:02:34 2023 +0200
+
+    [doc] Enable gtkdoc-check
+    
+    Should catch the most blatant issues.
+
+ docs/meson.build | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 0ea8bbd91a5addd10d1c5e4c1f4098937840f1e8
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Feb 11 20:01:06 2023 +0200
+
+    [doc] Use XSince for REPLACEME/EXPERIMENTAL
+    
+    To hide them from gtk-doc so that we can finally enable gtkdoc-check.
+
+ RELEASING.md              |  2 +-
+ src/hb-cairo.cc           | 18 ++++++------
+ src/hb-cairo.h            |  2 +-
+ src/hb-draw.cc            |  6 ++--
+ src/hb-face.cc            |  2 +-
+ src/hb-font.cc            | 10 +++----
+ src/hb-font.h             | 10 +++----
+ src/hb-map.cc             |  8 +++---
+ src/hb-ot-color.cc        |  4 +--
+ src/hb-ot-layout.cc       |  2 +-
+ src/hb-ot-name.h          |  2 +-
+ src/hb-paint.cc           | 46 +++++++++++++++---------------
+ src/hb-paint.h            | 72 +++++++++++++++++++++++------------------------
+ src/hb-set.cc             |  2 +-
+ src/hb-subset-input.cc    |  4 +--
+ src/hb-subset-repacker.cc |  2 +-
+ 16 files changed, 96 insertions(+), 96 deletions(-)
+
+commit 16dfd263b143e343973bfda478975457841f225d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Feb 11 19:31:29 2023 +0200
+
+    [subset] Remove docs for unimplemented flags
+    
+    GTK-Doc does not like this.
+
+ src/hb-subset.h | 10 ----------
+ 1 file changed, 10 deletions(-)
+
+commit 4d25941315b785f711562216241a674fbfa01509
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Feb 11 19:25:52 2023 +0200
+
+    [doc] Fix hb_ot_name_[id|predefined]_t
+    
+    Shuffle the docs around, so that the enum values appear in documentation
+    as they now belong to hb_ot_name_predefined_t. The Since field will be
+    misleading now, though.
+
+ src/hb-ot-name.h | 23 +++++++++++------------
+ 1 file changed, 11 insertions(+), 12 deletions(-)
+
+commit 13741e68f8db429e432677f12e227de6e014dec0
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Feb 11 19:17:37 2023 +0200
+
+    [doc] Minor
+
+ src/hb-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ab191d9dc7eb126759cd6224131db8df4b730b81
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 11 09:31:07 2023 -0700
+
+    [ot-font] Minor division rounding
+
+ src/hb-ot-font.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c6c1c6ddf12e9e4f7fd343f0641288d62432962f
+Merge: af1e605be 6ddd49019
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 11 09:20:51 2023 -0700
+
+    Merge pull request #4107 from harfbuzz/cubic-glyf
+    
+    [glyf] Support cubic curves
+
+commit 6ddd490191b11ae7ac02f8d69486c771e0803a00
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 10 14:24:03 2023 -0700
+
+    [path-builder] Comment re cubic
+
+ src/OT/glyf/path-builder.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 91c2f098d09b36c25e4e849bf65483aa030c3f22
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 10 14:15:16 2023 -0700
+
+    [cubic-glyf] Add HB_NO_CUBIC_GLYF
+
+ src/OT/glyf/path-builder.hh | 4 ++++
+ src/hb-config.hh            | 1 +
+ 2 files changed, 5 insertions(+)
+
+commit af1e605be27afc79c293fdd0a45e6f6e2edd9054
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Feb 10 11:08:05 2023 -0800
+
+    [instancer] bug fix
+    
+    It's possible that length of all_points equals to 4 for non-empty
+    glyphs: a composite glyph which contains only one child glyph that is
+    empty.
+
+ src/OT/glyf/Glyph.hh                                     |   2 +-
+ test/subset/data/Makefile.am                             |   1 +
+ test/subset/data/Makefile.sources                        |   1 +
+ .../RobotoMono.default.retain-all-codepoint.wght=700.ttf | Bin 0 -> 1264 bytes
+ test/subset/data/fonts/RobotoMono.ttf                    | Bin 0 -> 1932 bytes
+ .../data/tests/instance_comp_glyph_empty_child.tests     |  11 +++++++++++
+ test/subset/meson.build                                  |   1 +
+ 7 files changed, 15 insertions(+), 1 deletion(-)
+
+commit 8302da86303f68b1c9308ce2984cca0d28f1716a
+Merge: 219e2f12f 737b15c5a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 10 12:50:45 2023 -0700
+
+    Merge pull request #4097 from harfbuzz/embolden
+    
+    Embolden
+
+commit 219e2f12f0d0ce02ef06351faa1ccb14fd69258c
+Author: Jens Kutilek <webmail@kutilek.de>
+Date:   Fri Feb 10 17:23:31 2023 +0100
+
+    Clarify that those two test fonts are CC0-licensed
+
+ .../fonts/TestGVAR-Composite-0.ttf                    | Bin 3136 -> 3592 bytes
+ .../fonts/TestGVAR-Composite-Missing.ttf              | Bin 2984 -> 3440 bytes
+ 2 files changed, 0 insertions(+), 0 deletions(-)
+
+commit b1680e914362000de04a494d7134efbabc5fb3bc
+Author: Pedro J. Estébanez <pedrojrulez@gmail.com>
+Date:   Fri Feb 10 14:14:43 2023 +0100
+
+    Use proper preprocessor checks for UWP
+
+ src/hb-blob.cc  | 6 +++---
+ src/hb-mutex.hh | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 96d9e8624c410842ee3bf32bfc45f3240dc6d720
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 9 12:53:17 2023 -0700
+
+    [docs] Improve cluster-level docs
+
+ docs/usermanual-clusters.xml | 22 +++++++++++++---------
+ 1 file changed, 13 insertions(+), 9 deletions(-)
+
+commit 737b15c5a0251d1579bc4b6a41cb08bc8c66e275
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 8 17:45:59 2023 -0700
+
+    [embolden] Docs
+
+ src/hb-font.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 00a6f8945c5c8c4174619c0703b4edf8a96db47d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Feb 8 22:43:39 2023 +0200
+
+    [meson] Minor
+    
+    alias_target() is variadic function.
+
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1d9dafbfd5a59143a009403798beae1e1ad1753a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 7 22:19:45 2023 -0700
+
+    [glyf] Support cubic curves
+    
+    https://github.com/harfbuzz/boring-expansion-spec/issues/41
+
+ src/OT/glyf/SimpleGlyph.hh  |  2 +-
+ src/OT/glyf/path-builder.hh | 55 ++++++++++++++++++++++++++++++++++++---------
+ 2 files changed, 45 insertions(+), 12 deletions(-)
+
+commit 64fa5cd482d0be2e215998aa1c2a05b978133e7c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 7 15:50:36 2023 -0700
+
+    [GPOS] Fix assert fail introduced recently
+    
+    Was introduced in 8708b9e081192786c027bb7f5f23d76dbe5c19e8.
+    
+    If these lookups are recursed to from (Chain)Context out-of-order,
+    it was possible that last_base > buffer->idx, in which case we
+    were attaching marks to a base after them... and an assertion
+    was failing fortunately.
+    
+    Fixes https://oss-fuzz.com/testcase-detail/6377756666757120
+
+ src/OT/Layout/GPOS/MarkBasePosFormat1.hh                  |   5 +++++
+ src/OT/Layout/GPOS/MarkLigPosFormat1.hh                   |   5 +++++
+ ...zz-testcase-minimized-hb-shape-fuzzer-6377756666757120 | Bin 0 -> 607 bytes
+ 3 files changed, 10 insertions(+)
+
+commit 840e1b6b84e8c421ab695f8fa99eae8cfc08e3e8
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Feb 7 13:49:19 2023 -0800
+
+    [instancer] bug fix
+
+ src/hb-subset-plan.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3fd9311649e2e0e5e2bfbe27c082e3f2dbc797f5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 7 14:16:24 2023 -0700
+
+    [indic] Use a hb_swap()
+
+ src/hb-ot-shaper-indic.cc | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit be1c14ee0ad7702250f2a8b1969387d8018d4012
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 7 13:52:53 2023 -0700
+
+    [embolden] Adjust font_h_extents
+
+ src/hb-ft.cc      |  2 +-
+ src/hb-ot-font.cc | 13 ++++++++++---
+ 2 files changed, 11 insertions(+), 4 deletions(-)
+
+commit b350122fb3af6d4eff9a2cf9c8fc3b7157601944
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 7 13:49:16 2023 -0700
+
+    [embolden] Fix glyph_extents in hb-ft
+
+ src/hb-ft.cc | 16 ++++++++++++++++
+ 1 file changed, 16 insertions(+)
+
+commit 61a1a88940f808f0f1184c6afdfbf025f21c1527
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 7 13:47:04 2023 -0700
+
+    [hb-ft] Fix --font-grade
+
+ src/hb-ft.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 560a65e456275e927d64f650235bdaa10049ee50
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 7 13:46:13 2023 -0700
+
+    [embolden] Update glyph_extents in hb-ot-font
+
+ src/hb-font.hh | 15 +++++++++++++++
+ 1 file changed, 15 insertions(+)
+
+commit aef002e0d92caeed512ae1f40904d02ebcb8d506
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 7 11:29:49 2023 -0700
+
+    [embolden] Add in-place option
+    
+    Adds --font-grade to hb-view and hb-shape.
+
+ src/hb-font.cc       | 44 ++++++++++++++++++++++++++++++--------------
+ src/hb-font.h        |  8 ++++++--
+ src/hb-font.hh       |  9 +++++----
+ src/hb-ft.cc         | 43 +++++++++++++++++++++++++++++++++++++------
+ src/hb-ot-font.cc    | 22 ++++++++++++++--------
+ src/hb-outline.cc    |  7 ++++---
+ src/hb-outline.hh    |  3 ++-
+ util/font-options.hh | 37 ++++++++++++++++++++++++++++++++-----
+ 8 files changed, 130 insertions(+), 43 deletions(-)
+
+commit 0b92c579844a666e679c1741beded1edd0860611
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 7 10:20:46 2023 -0700
+
+    [meson] Add alias "libs" target
+    
+    Builds libharfbuzz and libharfbuzz-subset.
+
+ meson.build | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 434c98d4c672a95f380eed0b4c08b94f16426cf9
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Feb 7 10:06:13 2023 +0200
+
+    [meson] Add alias "lib" target
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4105
+
+ meson.build | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit ce6440fceb0c0213dd4a39cc999efc67fe5dfb41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 6 16:12:03 2023 -0700
+
+    [buffer] Speed up merge_clusters_impl
+
+ src/hb-buffer.cc | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit 1930760bc2c2b4185a772e38b6ecc174a95a47b2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 6 15:54:09 2023 -0700
+
+    [buffer] Fix up previous commit
+    
+    https://github.com/harfbuzz/harfbuzz/commit/85be877925ddbf34f74a1229f3ca1716bb6170dc#commitcomment-99547060
+
+ src/hb-buffer.hh | 22 ++++++++++------------
+ 1 file changed, 10 insertions(+), 12 deletions(-)
+
+commit 30b84faba7811bed1b7c9828afd719f20e0086da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 6 15:27:13 2023 -0700
+
+    [buffer] Optimize _infos_set_glyph_flags to avoid O(n^2) behavior
+    
+    https://github.com/harfbuzz/harfbuzz/commit/85be877925ddbf34f74a1229f3ca1716bb6170dc#commitcomment-99547060
+
+ src/hb-buffer.hh | 44 ++++++++++++++++++++++++++++++++++++++------
+ 1 file changed, 38 insertions(+), 6 deletions(-)
+
+commit 0b97ac39ac0bbe4d0027d1bb96668f456aaf634b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 6 15:17:09 2023 -0700
+
+    [buffer] Optimize _infos_find_min_cluster for monotone clusters
+
+ src/hb-buffer.hh | 16 ++++++++++++----
+ 1 file changed, 12 insertions(+), 4 deletions(-)
+
+commit 8708b9e081192786c027bb7f5f23d76dbe5c19e8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 6 14:51:25 2023 -0700
+
+    [GPOS] Avoid O(n^2) behavior in mark-attachment
+    
+    Better implementation; avoids arbitrary limit on look-back.
+
+ src/OT/Layout/GPOS/MarkBasePosFormat1.hh | 76 ++++++++++++++++++++------------
+ src/OT/Layout/GPOS/MarkLigPosFormat1.hh  | 24 +++++++---
+ src/hb-ot-layout-gsubgpos.hh             |  5 ++-
+ 3 files changed, 69 insertions(+), 36 deletions(-)
+
+commit 661050b4659ee490dfe622821bc7fde7d1c40510
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 6 12:38:17 2023 -0700
+
+    Revert "[layout] Limit how far we skip when looking back"
+    
+    This reverts commit 85be877925ddbf34f74a1229f3ca1716bb6170dc.
+
+ src/hb-ot-layout-gsubgpos.hh | 7 -------
+ 1 file changed, 7 deletions(-)
+
+commit b29fbd16fa82b82bdf0dcb2f13a63f7dc23cf324
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 6 13:08:52 2023 -0700
+
+    [gsubgpos] Refactor skippy_iter.match()
+
+ src/hb-ot-layout-gsubgpos.hh | 94 +++++++++++++++++++++++++-------------------
+ 1 file changed, 54 insertions(+), 40 deletions(-)
+
+commit ef2a8f722fc0ec12f5a59d44d4d60d376907fd31
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 6 12:04:16 2023 -0700
+
+    [VarComposite] Adjust for RESET_UNSPECIFIED_AXES semantic change
+    
+    https://github.com/harfbuzz/boring-expansion-spec/issues/81
+
+ src/OT/glyf/Glyph.hh | 2 +-
+ src/hb-array.hh      | 3 +++
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit 474b99d12238d4c401c970874688a2567c017534
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 4 10:16:11 2023 -0700
+
+    [test-paint] Fix build without FreeType
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4103
+
+ test/api/test-paint.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d250fd979b54d26b7f432c809a153c3f90f020a9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 2 10:57:30 2023 -0700
+
+    [font] Docs
+
+ docs/harfbuzz-sections.txt | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit cf39d316d86edb253873143596484baaeddce30e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 2 10:45:35 2023 -0700
+
+    [outline] Add FreeType authors copyrights
+
+ COPYING           | 4 ++--
+ src/hb-outline.cc | 8 +++++++-
+ 2 files changed, 9 insertions(+), 3 deletions(-)
+
+commit 061f995845f347a481e4ff6f66fd66c6b50bfcfb
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Feb 2 08:15:02 2023 +0100
+
+    [font] Document synthetic boldness APIs
+
+ src/hb-font.cc | 31 +++++++++++++++++++++++++++++++
+ 1 file changed, 31 insertions(+)
+
+commit 2119eab69f5e8c5323fa23ab6c7dc26c2ab5aab3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 1 17:37:10 2023 -0700
+
+    [embolden] Adjust advance values
+
+ src/hb-ft.cc      | 16 +++++++++++++++-
+ src/hb-ot-font.cc | 29 +++++++++++++++++++++++++++++
+ 2 files changed, 44 insertions(+), 1 deletion(-)
+
+commit b087266e511d21b5c63b02fa7eed45af4061e543
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 1 17:09:29 2023 -0700
+
+    [ot-font] Conditionalize emboldening
+
+ src/hb-ot-font.cc | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit 36dcc9a4327f824ccaa5751412707731504e1023
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 1 17:06:15 2023 -0700
+
+    [ot-font] Fix emboldening CFF
+
+ src/hb-ot-font.cc | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit 6b3fe8ac1beeb97194e5171b5fe3873236879fdd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 1 17:00:14 2023 -0700
+
+    [embolden] Semi-handle with negative scales
+
+ src/hb-font.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit e39104ba1920a1bd2f6b4a56ace6cb66f7fcab6e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 1 16:56:56 2023 -0700
+
+    [font/util] Add emboldening API, --font-bold
+    
+    Needs documentation.
+
+ src/hb-font.cc       | 34 ++++++++++++++++++++++++++++++++--
+ src/hb-font.h        |  6 ++++++
+ src/hb-font.hh       | 12 ++++++++++++
+ src/hb-ft.cc         |  4 +---
+ src/hb-ot-font.cc    |  4 +---
+ util/font-options.hh | 25 ++++++++++++++++++++++++-
+ 6 files changed, 76 insertions(+), 9 deletions(-)
+
+commit 4247b78e31e00d02d3a6951888d5cae89d4e9060
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 1 16:26:07 2023 -0700
+
+    [outline] Comment
+
+ src/hb-outline.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit ae522a1372c34bd013990de1b09d5cfa84433590
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 1 16:24:44 2023 -0700
+
+    [embolden] Rename to hb-outline
+
+ src/Makefile.sources                       |  2 +
+ src/harfbuzz-subset.cc                     |  1 +
+ src/harfbuzz.cc                            |  1 +
+ src/hb-ot-font.cc                          |  2 +-
+ src/{hb-draw-embolden.hh => hb-outline.cc} | 54 ++------------------
+ src/hb-outline.hh                          | 82 ++++++++++++++++++++++++++++++
+ src/meson.build                            |  2 +
+ 7 files changed, 94 insertions(+), 50 deletions(-)
+
+commit fda2f6f64e5033c824187b50fcdd07b1d65d1080
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 1 16:16:10 2023 -0700
+
+    [embolden] Shuffle under hb_outline_t
+
+ src/hb-draw-embolden.hh | 377 ++++++++++++++++++++++++------------------------
+ src/hb-ot-font.cc       |  10 +-
+ 2 files changed, 192 insertions(+), 195 deletions(-)
+
+commit 7774bccb48404f4b998d16b701463039bf0955da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 1 16:12:10 2023 -0700
+
+    [embolden] Renames
+
+ src/hb-draw-embolden.hh | 134 ++++++++++++++++++++++++------------------------
+ 1 file changed, 66 insertions(+), 68 deletions(-)
+
+commit c06f95ebe18e7f6a093e28e8dcb322ca6e4d5a8d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 1 16:02:48 2023 -0700
+
+    [embolden] Move code
+
+ src/hb-draw-embolden.hh | 72 +++++++++++++++++++++++--------------------------
+ 1 file changed, 34 insertions(+), 38 deletions(-)
+
+commit 6b4a6fbedded342182cca5356707050696912753
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 1 15:59:37 2023 -0700
+
+    [embolden] Add orientation detection
+
+ src/hb-draw-embolden.hh | 24 ++++++++++++++++++++++--
+ 1 file changed, 22 insertions(+), 2 deletions(-)
+
+commit 1817f18085a7476759e794cfb0b4a627fc1487cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 1 15:49:05 2023 -0700
+
+    [embolden] Simplify recording-pen
+
+ src/hb-draw-embolden.hh | 109 +++++++++++++++++++++++-------------------------
+ 1 file changed, 53 insertions(+), 56 deletions(-)
+
+commit 70149885a78017475ebedd732ca5d3b0d4d8c595
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 1 14:27:45 2023 -0700
+
+    [font] Towards implementing emboldening
+
+ src/hb-draw-embolden.hh | 349 ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ft.cc            |   6 +-
+ src/hb-ot-font.cc       |  20 ++-
+ src/hb-vector.hh        |   5 +-
+ 4 files changed, 373 insertions(+), 7 deletions(-)
+
+commit b5c68c1cf3a64b1be0708201bf433e7ae73c1f34
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 2 15:50:53 2023 -0700
+
+    [codecov] Enable information patch mode
+
+ .codecov.yml | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit fda200658e3d3e2db466c9eb81be349df94c6704
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Feb 2 22:03:36 2023 +0000
+
+    [subset] fix missing compiled glyph cleanup when serialization succeeds.
+
+ src/OT/glyf/glyf.hh | 11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+commit 9bd3259335322338e2181935dc031fb9d7805e10
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 2 13:36:23 2023 -0700
+
+    [cairo] Fix uninitialized value
+    
+    Ouch!
+
+ src/hb-cairo-utils.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 85be877925ddbf34f74a1229f3ca1716bb6170dc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 1 20:00:43 2023 -0700
+
+    [layout] Limit how far we skip when looking back
+    
+    See comments.
+
+ src/hb-ot-layout-gsubgpos.hh | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit d18fd3f7ebcd75e99c928c52fabfc51359000d26
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 31 16:28:49 2023 -0700
+
+    [layout] Comment
+
+ src/hb-ot-layout-gsubgpos.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 7a4bd97e4a3633429675a91df069b927ff3c580c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 31 14:59:39 2023 -0700
+
+    [layout] Build lookup accelerators lazily on-demand
+    
+    Reduces memory consumption for large multi-script fonts
+    drastically.
+
+ src/hb-ot-font.cc                   |  3 +-
+ src/hb-ot-layout-gpos-table.hh      |  7 ++--
+ src/hb-ot-layout-gsub-table.hh      |  7 ++--
+ src/hb-ot-layout-gsubgpos.hh        | 66 ++++++++++++++++++++++++-------------
+ src/hb-ot-layout.cc                 | 35 +++++++++++---------
+ src/hb-ot-shaper-arabic-fallback.hh | 15 +++++----
+ 6 files changed, 76 insertions(+), 57 deletions(-)
+
+commit 83353f13f45fefbf0ad1eb0d5388b2c8bf2f7702
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 31 14:32:14 2023 -0700
+
+    [layout] Reduce memory use slightly
+    
+    By using raw pointer instead of vector for subtable accelerator.
+    
+    To be used for more memory saving by making subtable accelerators
+    lazy-loaded by shape-plans for large fonts.
+
+ src/hb-ot-layout-gpos-table.hh |  2 +-
+ src/hb-ot-layout-gsub-table.hh |  2 +-
+ src/hb-ot-layout-gsubgpos.hh   | 37 +++++++++++++++++++++----------------
+ src/hb-ot-layout.cc            | 15 +++++++++------
+ 4 files changed, 32 insertions(+), 24 deletions(-)
+
+commit 2b6d74b42e2320f2caf8a99dcf98ef692819d689
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jan 31 17:37:37 2023 +0000
+
+    [subset] for keep everything, don't drop any tables.
+
+ src/hb-subset-input.cc | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 277003d553293c7af0b5b6d25be02fac0925e597
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 30 22:43:01 2023 -0700
+
+    [ft] Fit advance cache into short int
+
+ src/hb-ft.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit a924bbcfce67fed3da4ad6cf92178f7135a3359a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 30 14:13:33 2023 -0700
+
+    [atomic/cache] Add hb_atomic_short_t
+
+ src/hb-atomic.hh | 30 +++++++++++++++++++++++++-----
+ src/hb-cache.hh  |  4 +++-
+ 2 files changed, 28 insertions(+), 6 deletions(-)
+
+commit e7a71ea15b1df6feb3ca9811eb3abe721a63e21f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 30 11:21:08 2023 -0700
+
+    [font] Docs
+
+ src/hb-font.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit cb47dca74cbf6d147aac9cf3067f249555aa68b1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 29 10:03:52 2023 -0700
+
+    [object] Handle mallocation error in set_user_data
+    
+    Should make bots happy.
+
+ src/hb-object.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 548bad221c6ba8a82fc3387923ca0382d183ab5e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 29 10:10:48 2023 -0700
+
+    [user-data] Move methods to header file
+    
+    No idea why they were in hb-static.
+
+ src/hb-object.hh | 32 ++++++++++++++++++++++++++------
+ src/hb-static.cc | 32 --------------------------------
+ 2 files changed, 26 insertions(+), 38 deletions(-)
+
+commit 02f79f60f26d800d55194be174210bf47968812e
+Merge: 6622e04aa 784fe9ac6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 29 09:36:46 2023 -0700
+
+    Merge pull request #4092 from harfbuzz/more-cmap-cache
+    
+    [ot-font] Use the cmap cache more
+
+commit 784fe9ac67f9c0a203367222671d431a85c98cfa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 29 09:26:52 2023 -0700
+
+    [cmap] Simplify caching
+
+ src/hb-ot-cmap-table.hh | 19 ++++++-------------
+ 1 file changed, 6 insertions(+), 13 deletions(-)
+
+commit a451aa5465ed80963f09c9f0290979608b1d675e
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Jan 29 11:25:28 2023 -0500
+
+    Add back a null check
+    
+    This was accidentally dropped in the previous commit.
+
+ src/hb-ot-cmap-table.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 6622e04aa1b9d8b38e53cbe3e71c0b7066fd7208
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 29 09:06:52 2023 -0700
+
+    [solver] Fix unused-variable error
+    
+    https://github.com/harfbuzz/harfbuzz/commit/223abd72b9f48c951ce1e99d89328edbcff43515
+
+ src/hb-subset-instancer-solver.cc | 13 +++----------
+ 1 file changed, 3 insertions(+), 10 deletions(-)
+
+commit 318aa107082cf4ab1c2fcc5f0bf2ead145216e1d
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Jan 29 09:17:17 2023 -0500
+
+    [ot-font] Use the cmap cache more
+    
+    Use the cmap cache for get_nominal_glyph and
+    get_variation_glyph as well. The first of these
+    is used a lot in pango.
+
+ src/hb-ot-cmap-table.hh | 21 +++++++++++++++------
+ src/hb-ot-font.cc       |  6 ++++--
+ 2 files changed, 19 insertions(+), 8 deletions(-)
+
+commit 5da829eaf534b78ee2fee7fbea86e8deb36bfef3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 28 22:18:53 2023 -0700
+
+    [font] Comments
+
+ src/hb-ot-font.cc | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 544dd9678c51458c9a19a951a873a0a259cdfe7a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 28 22:06:46 2023 -0700
+
+    [font] Fix unlikely
+
+ src/hb-ot-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c1d0daf5f12caf2b13f267941d761fd9c37d4fd6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 28 22:05:24 2023 -0700
+
+    [font] unlikely
+
+ src/hb-ot-font.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 30ee7a21e174e56a2f9caf750e666d16f002247a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 28 21:48:16 2023 -0700
+
+    [font] Typo
+
+ src/hb-ot-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 04056d44e2265a44fe3090ff7eb5a7a493d3221c
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Jan 28 22:52:25 2023 -0500
+
+    [layout] Optimize more buffer message calls
+    
+    Continuation of da7b66c1f8bbf7147f8113.
+
+ src/hb-ot-layout.cc | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit f8a744d9d52d64f69778c2bfc2848ae2f2d1f63b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 28 13:37:43 2023 -0700
+
+    [ot-font] Add a cmap cache
+    
+    Speeds up Roboto shaping by 7%, for 1kb per face.
+
+ src/hb-ot-cmap-table.hh | 27 ++++++++++++++++++++++-----
+ src/hb-ot-font.cc       | 33 ++++++++++++++++++++++++++++++++-
+ 2 files changed, 54 insertions(+), 6 deletions(-)
+
+commit 1b53ed3c418298c760c42c612e2b6a2126237ee1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 28 13:22:52 2023 -0700
+
+    [cache] Remove empty fini()
+
+ src/hb-cache.hh   | 1 -
+ src/hb-ft.cc      | 2 --
+ src/hb-ot-font.cc | 3 ---
+ 3 files changed, 6 deletions(-)
+
+commit 115d572571fbd5fdb3bf677a0248dc8fdd29b31d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 28 13:22:08 2023 -0700
+
+    [cache] Add constructor
+
+ src/hb-cache.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit ae96295d6737a9e6f925ffb8043118d3e051cdaa
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Jan 28 22:12:33 2023 +0200
+
+    Delete commented out include
+
+ src/OT/Color/COLR/colrv1-closure.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 09b7fce857c4cde4f1a8e7925aa5c96052e5c050
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Jan 28 13:21:27 2023 -0500
+
+    Make includes relative
+
+ src/OT/Layout/GDEF/GDEF.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit e25e4c9a52233056bfda866fbbe635dc490726fc
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Jan 28 00:10:47 2023 -0500
+
+    Move GDEF table to src/OT/Layout/GDEF
+
+ src/Makefile.sources           |   1 +
+ src/OT/Layout/GDEF/GDEF.hh     | 918 +++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-gdef-table.hh | 886 +--------------------------------------
+ src/meson.build                |   1 +
+ 4 files changed, 921 insertions(+), 885 deletions(-)
+
+commit f89fa6dcfe8fc9ea53c9502f51024ec1dfac9a39
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Jan 27 23:54:34 2023 -0500
+
+    Move name table to src/OT/name
+
+ src/Makefile.sources    |   1 +
+ src/OT/name/name.hh     | 589 ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-name-table.hh | 559 +--------------------------------------------
+ src/meson.build         |   1 +
+ 4 files changed, 592 insertions(+), 558 deletions(-)
+
+commit b8193357c1a0ce5013d074beaffda5cb6f6ae9c6
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Jan 28 00:00:30 2023 -0500
+
+    [OT::Color] Drop unused includes
+
+ src/OT/Color/COLR/COLR.hh           | 1 -
+ src/OT/Color/COLR/colrv1-closure.hh | 2 +-
+ src/OT/Color/sbix/sbix.hh           | 1 -
+ 3 files changed, 1 insertion(+), 3 deletions(-)
+
+commit da7b66c1f8bbf7147f8113922f81c02002af818c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 27 16:39:06 2023 -0700
+
+    [layout] Optimize buffer message calls
+    
+    Those aren't exactly free. They were showing up in profiles.
+
+ src/hb-ot-layout.cc | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 49d75ef331a372fc6545fbf0643ce053dbe39341
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 27 15:37:11 2023 -0700
+
+    [gsubgpos] Fix bug in cached ChainContextFormat2 application
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d2279a204f4452ac88a08eec07958fea7a70e549
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 27 12:32:55 2023 -0700
+
+    [gsubgpos] Avoid a copy into the vector
+
+ src/hb-ot-layout-gsubgpos.hh | 14 ++++++--------
+ 1 file changed, 6 insertions(+), 8 deletions(-)
+
+commit 615595689c9b0e5ee8af3c689e78cbbca7d7c4be
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Jan 27 11:05:13 2023 -0800
+
+    [subset/COLR] add tests for copying varStore
+
+ test/subset/data/Makefile.am                            |   1 +
+ test/subset/data/Makefile.sources                       |   1 +
+ .../colrv1_copy_varstore/Foldit.default.41,42.ttf       | Bin 0 -> 43860 bytes
+ .../expected/colrv1_copy_varstore/Foldit.default.41.ttf | Bin 0 -> 43048 bytes
+ .../Foldit.default.retain-all-codepoint.ttf             | Bin 0 -> 44336 bytes
+ .../Foldit.drop-hints-retain-gids.41,42.ttf             | Bin 0 -> 43836 bytes
+ .../Foldit.drop-hints-retain-gids.41.ttf                | Bin 0 -> 43032 bytes
+ ...ldit.drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 0 -> 44300 bytes
+ .../colrv1_copy_varstore/Foldit.drop-hints.41,42.ttf    | Bin 0 -> 43820 bytes
+ .../colrv1_copy_varstore/Foldit.drop-hints.41.ttf       | Bin 0 -> 43016 bytes
+ .../Foldit.drop-hints.retain-all-codepoint.ttf          | Bin 0 -> 44300 bytes
+ .../colrv1_copy_varstore/Foldit.retain-gids.41,42.ttf   | Bin 0 -> 43876 bytes
+ .../colrv1_copy_varstore/Foldit.retain-gids.41.ttf      | Bin 0 -> 43064 bytes
+ .../Foldit.retain-gids.retain-all-codepoint.ttf         | Bin 0 -> 44336 bytes
+ test/subset/data/fonts/Foldit.ttf                       | Bin 0 -> 44340 bytes
+ test/subset/data/tests/colrv1_copy_varstore.tests       |  13 +++++++++++++
+ test/subset/meson.build                                 |   1 +
+ 17 files changed, 16 insertions(+)
+
+commit 0f33ea8c4fe39ee1b39a2ce87f07a7522a99808c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 27 11:26:57 2023 -0700
+
+    [subset/COLR] Copy VarStore
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4085
+
+ src/OT/Color/COLR/COLR.hh  |  2 +-
+ src/hb-ot-layout-common.hh | 26 ++++++++++++++++++++++++++
+ 2 files changed, 27 insertions(+), 1 deletion(-)
+
+commit 6c46da7710616b7f085da789ce4131d1169fce5d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jan 27 10:34:50 2023 +0200
+
+    [test] Fix shell script quoting
+
+ test/shape/record-test.sh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c03c8548f48c08434957ec4de4f59c2af422fe0a
+Merge: 950c7ab3f 7a714d1a8
+Author: Matthias Clasen <matthias.clasen@gmail.com>
+Date:   Thu Jan 26 23:17:11 2023 -0500
+
+    Merge pull request #4084 from harfbuzz/cairo-check-funcs
+    
+    [meson] Enable all checked for Cairo functions for internal Cairo
+
+commit 7a714d1a8d28f626efeb7e1785acda104ffce29f
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jan 27 03:12:36 2023 +0200
+
+    [meson] Enable all checked for Cairo functions for internal Cairo
+    
+    Similar to what we do with FreeType ones.
+
+ meson.build | 16 +++++++++++-----
+ 1 file changed, 11 insertions(+), 5 deletions(-)
+
+commit 950c7ab3f0486b5baa0f602c7b12fc85cadd5428
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 26 15:26:05 2023 -0700
+
+    [gsubgpos] Use accelerator when recursing
+
+ src/hb-ot-layout-gpos-table.hh | 12 ++++++++++--
+ src/hb-ot-layout-gsub-table.hh | 12 ++++++++++--
+ 2 files changed, 20 insertions(+), 4 deletions(-)
+
+commit e377888990239dc6d108777c1be61a99bade6e01
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 26 13:26:47 2023 -0700
+
+    [ft-colr] Conditionalize on (unreleased0 FreeType 2.13.0
+    
+    That's the version that the color API is called stable, and
+    includes changes that we rely on.
+
+ src/hb-ft.cc          |  6 +++---
+ test/api/test-paint.c | 10 +++++-----
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 281db89a688f253ea91c780ebe2c0c9494d234f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 26 13:05:12 2023 -0700
+
+    [cairo] Try to handle failure in set_user_data
+
+ src/hb-cairo.cc | 42 ++++++++++++++++++++++++++----------------
+ 1 file changed, 26 insertions(+), 16 deletions(-)
+
+commit 2fede3ef4a95184d831fae698c20d5616cccb89a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 26 12:23:12 2023 -0700
+
+    [layout] Fix a return_trace
+
+ src/hb-ot-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 05a2f31592711e02c359d5f1d9955052df9455e2
+Merge: aea37bfd3 e484d6b99
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 26 12:56:02 2023 -0700
+
+    Merge pull request #4065 from harfbuzz/cairo-fix-foreground-color
+    
+    hb-cairo: Fix handling of foreground color
+
+commit e484d6b990171ba28e7ee8811f3a41d32b1d0418
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 26 12:55:25 2023 -0700
+
+    [cairo] Handle malloc failure
+
+ src/hb-cairo-utils.cc | 22 ++++++++++++++++++----
+ 1 file changed, 18 insertions(+), 4 deletions(-)
+
+commit 29a36010a1514c72c207fec8b5ab8361617a0078
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 17:26:33 2023 -0700
+
+    [cairo] Adapt to cairo foreground API change again
+
+ src/hb-cairo-utils.cc | 2 +-
+ src/hb-cairo.cc       | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 30d0d9c56c5f481b93141ca2742f6c992443ac46
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Tue Jan 24 15:43:17 2023 -0500
+
+    Adapt to cairo changes
+    
+    Adapt to the api in the cairo MR that will be used,
+    and make the code build with older cairo.
+
+ meson.build           | 1 +
+ src/hb-cairo-utils.cc | 4 +++-
+ src/hb-cairo.cc       | 4 +++-
+ 3 files changed, 7 insertions(+), 2 deletions(-)
+
+commit 034d4d26f2dc31b73db72b94ca265ee45da44ddd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 23 16:22:26 2023 -0700
+
+    [hb-cairo] Minor simplify
+
+ src/hb-cairo-utils.cc | 4 +---
+ src/hb-cairo.cc       | 4 +---
+ 2 files changed, 2 insertions(+), 6 deletions(-)
+
+commit 26d34392e2dd2ea0e9908c1d53e1223487f021cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 23 16:21:13 2023 -0700
+
+    [hb-cairo] Fix condition
+
+ src/hb-cairo.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f9b3c79047aaedbffe4690b3bc6093c241ca5e90
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Jan 23 18:09:09 2023 -0500
+
+    Update to different cairo API
+    
+    The cairo will likely end up begin a getter for
+    a cairo_pattern_t instead of a color.
+
+ src/hb-cairo-utils.cc | 11 ++++++++---
+ src/hb-cairo.cc       | 12 +++++++-----
+ 2 files changed, 15 insertions(+), 8 deletions(-)
+
+commit 4afdbcbad55e5b5a4718c52398663cfd889a92ae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 23 15:53:26 2023 -0700
+
+    [hb-cairo] Don't call get_foreground_color unnecessarily
+    
+    That would invalidate cairo cache on foreground change, even
+    if the glyph doesn't need that.
+
+ src/hb-cairo-utils.cc | 42 +++++++++++++++++++++++++++---------------
+ src/hb-cairo.cc       | 23 +++++++++++++++--------
+ 2 files changed, 42 insertions(+), 23 deletions(-)
+
+commit c37ea4f93ed726c37739325e3f181b3973182e29
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Jan 23 08:31:24 2023 -0500
+
+    hb-cairo: Fix handling of foreground color
+    
+    Use the new cairo_user_scaled_font_get_foreground_color
+    to obtain the foreground color, since the cr's source
+    can't be trusted.
+    
+    Requires https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/420
+
+ src/hb-cairo.cc | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit aea37bfd370b880c553c1b5c80b7ddba59a28be6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 26 12:18:50 2023 -0700
+
+    Fix c++20 build
+
+ src/hb-subset-instancer-solver.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e1dc4920eeb220b5cb3d5f20446748e63b158623
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 26 12:11:35 2023 -0700
+
+    [iter] Allow hb_len() to fetch c.len as non-function
+
+ src/hb-iter.hh | 12 +++++++++---
+ 1 file changed, 9 insertions(+), 3 deletions(-)
+
+commit 8d29be39b2fa777f70a4481629ac0c29fb1813fe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 26 11:41:58 2023 -0700
+
+    [gsubgpos] Minor drop an unnecessary hb_iter
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 06b9b3b5b66b0883d2274c6a6522378df6f4859c
+Merge: c1a5d2095 4a632dec7
+Author: Matthias Clasen <matthias.clasen@gmail.com>
+Date:   Thu Jan 26 14:15:52 2023 -0500
+
+    Merge pull request #4083 from harfbuzz/bump-cairo
+    
+    build: Bump to newer cairo
+
+commit 4a632dec788fbb90d61d196e563f342440448240
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Jan 26 13:19:50 2023 -0500
+
+    build: Bump to newer cairo
+
+ subprojects/cairo.wrap | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c1a5d20951803f8619094b98bac76d474963e264
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Jan 25 21:52:05 2023 -0500
+
+    [doc] Add a missing comma
+
+ src/hb-paint.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8d80d1dd184c06a94d07afe5f06b1513e1ccae3a
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Jan 25 19:06:51 2023 -0500
+
+    [paint] Update expected test results
+    
+    These tests were affected by recent fixes.
+
+ test/api/results/test-106   | 6 +++---
+ test/api/results/testvf-106 | 6 +++---
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 570fe998c942e1042c66bbab2f848a9e05ad777a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 15:42:24 2023 -0700
+
+    [cairo] Another sweep_gradient fix
+    
+    k was -1 sometimes.
+    
+    Fixes the rest of https://roettsch.es/var_colrv1.html
+
+ src/hb-cairo-utils.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 13bfef9f01d2e11e5520c25d884ac51162d33cf2
+Author: Andres Salomon <dilinger@queued.net>
+Date:   Wed Jan 25 16:14:59 2023 -0500
+
+    [COPYING] Another update
+    
+    Adobe, Inc has copyright in src/hb-subset-cff*, test/api/test-subset*, and
+    misc other places.
+    
+    Ebrahim Byagowi has copyright as far back as 2015 in places like
+    src/hb-directwrite.cc.
+    
+    Google, Inc has newer copyright into 2022 in places like
+    src/graph/test-classdef-graph.cc. Also, listing every year was getting a bit
+    unwieldy, so just do 2010-2022.
+    
+    Igalia S.L. contributed the stuff in src/hb-ot-math*.
+    
+    The only references I could find to Martin Hosken & SIL were in
+    src/hb-graphite2*, and they were 2011, not 2009.
+    
+    Mozilla's got a bunch of 2015 code in src/hb-ot-shaper-*.
+    
+    Red Hat has copyright up to 2023 (eg, test/api/test-glyph-names.c).
+
+ COPYING | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit ea316b56a0ef1e84c29cd31b45b083bbe0120f83
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 15:31:29 2023 -0700
+
+    [cairo] Flip offsets when reversing
+    
+    Fixes many of the var_colrv1 first row tests.
+    
+    https://roettsch.es/var_colrv1.html
+
+ src/hb-cairo-utils.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 5b05e198cf047335ee9d421d60a0d57e6693424a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 15:24:14 2023 -0700
+
+    [cairo] More hb_malloc
+
+ src/hb-cairo-utils.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 57352b8bd4cc35ca6f2e3db7127c266e1a6a938d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 15:22:27 2023 -0700
+
+    [cairo] Use hb_malloc / hb_free
+
+ src/hb-cairo-utils.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit a9392c0cbb44111c2d5424257aafdebf2de8604c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 14:54:52 2023 -0700
+
+    [cairo] Use hb_swap()
+
+ src/hb-cairo-utils.cc | 10 ++--------
+ 1 file changed, 2 insertions(+), 8 deletions(-)
+
+commit 5e868703788057696eb062fc30de0898058fdc41
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jan 25 12:27:16 2023 -0800
+
+    [instancer] compute head/maxp values using only non-empty glyphs
+
+ src/OT/glyf/Glyph.hh                                     |  14 +++++++++++++-
+ ...fault.retain-all-codepoint.wght=100,ELGR=1,ELSH=2.ttf | Bin 0 -> 2244 bytes
+ test/subset/data/tests/instance_no_double_free.tests     |   1 +
+ 3 files changed, 14 insertions(+), 1 deletion(-)
+
+commit d15551c6f394e8a7732f81fd51b8a0304e8e050c
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jan 25 11:01:08 2023 -0800
+
+    [instancer] update head table flagbit: allXMinIsLsb
+
+ src/OT/glyf/Glyph.hh        | 3 +++
+ src/OT/glyf/glyf-helpers.hh | 7 +++++++
+ src/hb-ot-head-table.hh     | 2 ++
+ src/hb-subset-plan.hh       | 4 +++-
+ 4 files changed, 15 insertions(+), 1 deletion(-)
+
+commit 2c49eba044be55d81470ffaa9f854734c607e6e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 14:52:39 2023 -0700
+
+    [cairo] Indent
+
+ src/hb-cairo-utils.cc | 398 +++++++++++++++++++++++++-------------------------
+ 1 file changed, 199 insertions(+), 199 deletions(-)
+
+commit 2accbdc0b6cbee4b6d9f581d8a890601881506fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 14:40:04 2023 -0700
+
+    [paint] Minor skew
+
+ src/hb-paint.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a4420479a8f2d4d9b11039f5b7862f7f5f684db1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 14:37:10 2023 -0700
+
+    Revert "[VarComposite] Fix skew"
+    
+    This reverts commit 8cf7076309da014e8e2af033b1c636785ae407cd.
+
+ src/OT/glyf/VarCompositeGlyph.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 8cf7076309da014e8e2af033b1c636785ae407cd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 14:35:35 2023 -0700
+
+    [VarComposite] Fix skew
+
+ src/OT/glyf/VarCompositeGlyph.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 626f8e4de3060376d12c77ac4967fd6fb908169a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 14:33:46 2023 -0700
+
+    [paint] Fix skew to match Chrome
+
+ src/hb-paint.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b44ff062e1dcddb51c13d3df9e66b31339d7e4b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 14:16:46 2023 -0700
+
+    [deserialize] Some more
+
+ src/hb-buffer-deserialize-text-glyphs.hh  | 9 ++++++++-
+ src/hb-buffer-deserialize-text-glyphs.rl  | 9 ++++++++-
+ src/hb-buffer-deserialize-text-unicode.hh | 9 ++++++++-
+ src/hb-buffer-deserialize-text-unicode.rl | 9 ++++++++-
+ src/test-buffer-serialize.cc              | 2 +-
+ 5 files changed, 33 insertions(+), 5 deletions(-)
+
+commit 57ff696430bf28072aa9b532250ea556f04d40e2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 14:09:22 2023 -0700
+
+    [deserialize] One more fix
+
+ src/hb-buffer-deserialize-text-unicode.hh | 128 +++++++++++++++++-------------
+ src/hb-buffer-deserialize-text-unicode.rl |   4 +-
+ 2 files changed, 77 insertions(+), 55 deletions(-)
+
+commit e973050986b298458ef95c77356b2cdfdbb0c227
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 14:07:01 2023 -0700
+
+    [hb-buffer-deserialize] Fixups
+
+ src/hb-buffer-deserialize-text-glyphs.hh  | 689 +++++++++++++++++-------------
+ src/hb-buffer-deserialize-text-glyphs.rl  |  20 +-
+ src/hb-buffer-deserialize-text-unicode.hh |  27 +-
+ src/hb-buffer-deserialize-text-unicode.rl |  19 +-
+ src/hb-buffer-serialize.cc                |   6 +-
+ src/test-buffer-serialize.cc              |  27 +-
+ 6 files changed, 480 insertions(+), 308 deletions(-)
+
+commit a1101f09ca896610cdb9361e3f924da74e9d043d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 13:10:57 2023 -0700
+
+    [test-buffer-serialize] Handle too-small out buffer
+    
+    Need to handle too-small in buffer still.
+
+ src/test-buffer-serialize.cc | 20 +++++++++++---------
+ 1 file changed, 11 insertions(+), 9 deletions(-)
+
+commit 39d50008f85d087c4ccb09b4954416c39c29cf1a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 12:53:50 2023 -0700
+
+    [hb-info] Format
+
+ util/hb-info.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4e2267b729e6f97f4697d5332d8f6b6e601cb516
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 12:51:53 2023 -0700
+
+    [hb-info] Add --get-meta
+
+ util/hb-info.cc | 22 ++++++++++++++++++++++
+ 1 file changed, 22 insertions(+)
+
+commit 42ed6abb6a9ee832025d29c96e77e5fcc10cc2fd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 12:47:16 2023 -0700
+
+    [hb-info] Add --list-meta
+
+ util/hb-info.cc | 37 +++++++++++++++++++++++++++++++++++++
+ 1 file changed, 37 insertions(+)
+
+commit 2fec4f1c3db4e3ab6f3cc6a7a6bff81b756614f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 12:09:12 2023 -0700
+
+    [subset] Finish out hb-subset-instancer-solver.cc
+
+ src/hb-subset-instancer-solver.cc | 100 +++++++++++++++++++++++++++++++-------
+ 1 file changed, 83 insertions(+), 17 deletions(-)
+
+commit 90a98dd62a3b8e9eb416b6777f36951c7f5a56a4
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jan 25 10:06:23 2023 -0800
+
+    [instancer] fix potential memory leak for compiled glyph bytes
+    
+    Also calculate max_offsets after glyph bytes are compiled, cause byte
+    length of a glyph might change after compile
+
+ src/OT/glyf/SubsetGlyph.hh | 10 +-----
+ src/OT/glyf/glyf.hh        | 81 ++++++++++++++++++++++++++++------------------
+ 2 files changed, 51 insertions(+), 40 deletions(-)
+
+commit 223abd72b9f48c951ce1e99d89328edbcff43515
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 11:36:47 2023 -0700
+
+    [subset] Add unfinished port of fonttools instancer solver
+
+ src/Makefile.sources              |   1 +
+ src/harfbuzz-subset.cc            |   1 +
+ src/hb-subset-instancer-solver.cc | 405 ++++++++++++++++++++++++++++++++++++++
+ src/meson.build                   |   1 +
+ 4 files changed, 408 insertions(+)
+
+commit 167443e9fc4f25b661ba7f17e7ea39691839297a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 10:32:01 2023 -0700
+
+    [hb-info] Respect HB_CHAFA=0
+
+ util/hb-info.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 87df84c386d2c03e8df75507b680b02044ee8cdd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 10:20:48 2023 -0700
+
+    [hb-info] Fix copyright header
+
+ util/hb-info.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 0bbc9d5256b3ba0f350b0d5136d2253113723c8b
+Author: Andres Salomon <dilinger@queued.net>
+Date:   Wed Jan 25 00:44:38 2023 -0500
+
+    [fonts] move OFL-1.1 license to a higher directory
+    
+    There's a bunch of font directories inside of test/ for which the vast
+    majority of fonts are licensed under the SIL open font license. We currently
+    have a COPYING file in test/shape/data/in-house/COPYING that says that most
+    of the fonts are OFL-1.1, but that doesn't apply to the fonts in, say,
+    test/api/fonts/ or test/fuzzing/fonts/. Since there are so many OFL-1.1
+    fonts all over test, let's move the COPYING file to the top-level test/
+    directory.
+
+ test/{shape/data/in-house => }/COPYING | 0
+ test/Makefile.am                       | 2 +-
+ test/shape/data/in-house/Makefile.am   | 1 -
+ 3 files changed, 1 insertion(+), 2 deletions(-)
+
+commit 44a9c4bf596ce5da51ab3844de6a685aa5e9e211
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 25 09:58:29 2023 -0700
+
+    [COPYING] Update
+
+ COPYING | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit c622c6b883f514982888a8a40be8223f672c21da
+Author: Andres Salomon <dilinger@queued.net>
+Date:   Tue Jan 24 23:52:10 2023 -0500
+
+    [font] update the license url for TestGVAREight.ttf
+    
+    The url in the exif data incorrectly links to a proprietary license. However,
+    permission was granted for distribution under Apache-2 as part of another project,
+    so link to that project's license instead.
+    
+    fixes #4062
+
+ test/api/fonts/TestGVAREight.ttf                      | Bin 4692 -> 4680 bytes
+ .../data/text-rendering-tests/fonts/TestGVAREight.ttf | Bin 4692 -> 4680 bytes
+ 2 files changed, 0 insertions(+), 0 deletions(-)
+
+commit eb0a025e491a6e2c600836b0a440cd782048b025
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Tue Jan 24 20:40:32 2023 -0500
+
+    Add a test for glyph names
+    
+    This verifies that hb_font_get_glyph_name
+    returns false for nonexisting glyphs.
+
+ test/api/Makefile.am        |   1 +
+ test/api/meson.build        |   1 +
+ test/api/test-glyph-names.c | 112 ++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 114 insertions(+)
+
+commit 1b143b0f0c1f0fbd1675f077d03c997a6b72b613
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 24 18:34:04 2023 -0700
+
+    [font] Docs
+
+ src/hb-font.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 64ed03c9be0ddb0cba2674e22e8f377090ec5124
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 24 18:30:49 2023 -0700
+
+    [cff1] Return no name for out-of-range glyph IDs
+    
+    Was returning .notdef before.
+
+ src/hb-ot-cff1-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit c89aebc40b2c29ad6bcae8e5fff7189f70b35d55
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Tue Jan 24 20:24:27 2023 -0500
+
+    hb-font: Document length limit for glyph names
+    
+    This is useful information for users of the
+    hb_font_get_glyph_name() API.
+
+ src/hb-font.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit dd64266ea444baa4507ce29d88f63d81132d9577
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Tue Jan 24 19:26:20 2023 -0500
+
+    Add a test for glyph extents
+    
+    This verifies a recent fix for COLRv1 returning
+    0,0,-1,1 for extents of non-painting glyphs.
+
+ test/api/Makefile.am       |   1 +
+ test/api/fonts/adwaita.ttf | Bin 0 -> 1332 bytes
+ test/api/meson.build       |   1 +
+ test/api/test-extents.c    | 104 +++++++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 106 insertions(+)
+
+commit 73e6f6cc88f6656e6061067fbd4170073c068975
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jan 24 16:14:11 2023 -0800
+
+    [instancer] enable the missing test
+
+ test/subset/data/Makefile.am      | 1 +
+ test/subset/data/Makefile.sources | 1 +
+ test/subset/meson.build           | 1 +
+ 3 files changed, 3 insertions(+)
+
+commit 27f72f0deb12ac99868da28d77c8b60f37d8d893
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jan 24 16:08:32 2023 -0800
+
+    [instancer] avoid double free for compiled glyph bytes
+    
+    also increase the HB_GLYF_MAX_POINTS limit to 20000 cause the test file has a
+    .notdef glyph which is a composite glyph and has 10176 points after
+    get_points() call
+
+ src/OT/glyf/glyf.hh                                     |   4 +++-
+ src/hb-limits.hh                                        |   2 +-
+ test/subset/data/Makefile.am                            |   1 +
+ test/subset/data/Makefile.sources                       |   1 +
+ ...line.retain-all-codepoint.wght=100,ELGR=1,ELSH=2.ttf | Bin 0 -> 2696 bytes
+ test/subset/data/fonts/Handjet.ttf                      | Bin 0 -> 58944 bytes
+ test/subset/data/tests/instance_no_double_free.tests    |  11 +++++++++++
+ test/subset/meson.build                                 |   1 +
+ 8 files changed, 18 insertions(+), 2 deletions(-)
+
+commit ac969fffa287dc67d3e3c78cbb28a34b48bafa05
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Tue Jan 24 19:06:15 2023 -0500
+
+    Update meson summary
+    
+    Include builtin font callbacks and Cairo integration
+    in the configuration summary.
+
+ meson.build | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 192361cb4dd6fa522a6871c6cbb11151bbc8e1b1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 24 17:05:38 2023 -0700
+
+    [hb-info] Show color swatch only if printing to terminal
+
+ util/hb-info.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 817ec182eb8bcd78de06947602e189aa09308660
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 24 17:02:08 2023 -0700
+
+    [hb-info] Format
+
+ util/hb-info.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 66ddeb0737df78a73c91f5cd32239ca2cfa435c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 24 17:01:01 2023 -0700
+
+    [hb-info] Change Chafa repeat to 16
+
+ util/hb-info.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7a29ded1691ba0f3bfcac74045f0c14c6e53b138
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 24 16:59:44 2023 -0700
+
+    [hb-info] Render colors in --list-palette
+    
+    Uses chafa if available
+
+ util/hb-info.cc  | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ util/meson.build |  2 +-
+ 2 files changed, 91 insertions(+), 2 deletions(-)
+
+commit b684c6edd4b024f0c3b7d237dd0c9a1308c28c4b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 23 15:44:22 2023 -0700
+
+    [hb-cairo] Add hb_cairo_context_t
+
+ src/hb-cairo-utils.cc | 16 +++++++++----
+ src/hb-cairo-utils.hh | 15 ++++++++----
+ src/hb-cairo.cc       | 63 ++++++++++++++++++++++++++++++---------------------
+ 3 files changed, 60 insertions(+), 34 deletions(-)
+
+commit 279f13c1870148c0b649d8c435b58d4edf2bade2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 24 11:50:59 2023 -0700
+
+    [hb-shape] Write trace output to stderr
+
+ util/shape-output.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 161d8f9d26ff2725a9965b2b36d2f6045373973d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 24 11:48:10 2023 -0700
+
+    [util] Rename a variable
+
+ util/shape-options.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 68a790261c75e35466952b231e4d2b9f3979cc6e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 24 11:44:32 2023 -0700
+
+    [util] If --glyphs doesn't have positions, use glyph advances
+    
+    Such that eg --glyphs=10 works.
+
+ util/shape-options.hh | 23 +++++++++++++++++++++--
+ 1 file changed, 21 insertions(+), 2 deletions(-)
+
+commit 91a174f151f20ede983eb879fc62631f83919098
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 24 11:27:35 2023 -0700
+
+    [hb-view] Hide --annotate and make it alias for --show-extents
+
+ util/helper-cairo.hh |  2 +-
+ util/view-cairo.hh   | 13 ++++---------
+ util/view-options.hh | 10 ++--------
+ 3 files changed, 7 insertions(+), 18 deletions(-)
+
+commit 8cfb0ed07289dc8982003e53277f064b65a7a1eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 24 11:24:31 2023 -0700
+
+    [hb-view] --annotate enables --show-extents
+
+ util/view-options.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 20fcf5c5b8c2c068dc4956b3100d4d9b150c2a41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 24 11:22:55 2023 -0700
+
+    [hb-view] Add --show-extents
+
+ util/view-cairo.hh   | 25 ++++++++++++++++++++++++-
+ util/view-options.hh |  2 ++
+ 2 files changed, 26 insertions(+), 1 deletion(-)
+
+commit 72e13fff6537febcd4dd316954b52a2a0d3cf1a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 24 11:05:38 2023 -0700
+
+    [COLRv1] Handle void extents
+
+ src/OT/Color/COLR/COLR.hh | 18 ++++++++++++++----
+ 1 file changed, 14 insertions(+), 4 deletions(-)
+
+commit 20318feddf71e5d275bb48ebee12829f2e113f70
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 24 11:04:10 2023 -0700
+
+    [COLRv1] Don't return extents if glyph has no paint
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4068
+
+ src/OT/Color/COLR/COLR.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 32afdcdb46dbb9e54272a142f4d6fa742ca724f4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 23 21:10:11 2023 -0700
+
+    [hb-buffer-deserialize-text-unicode] Relax parsing
+
+ src/hb-buffer-deserialize-text-unicode.hh | 88 ++++++++++++++++++-------------
+ src/hb-buffer-deserialize-text-unicode.rl |  2 +-
+ 2 files changed, 53 insertions(+), 37 deletions(-)
+
+commit 328ee9b4ad2fcdb5f78db0dfb6a9c168b1c9b918
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 23 21:06:27 2023 -0700
+
+    [hb-buffer-deserialize-text-unicodes] Rename
+
+ src/Makefile.sources                               |  4 +-
+ ...es.hh => hb-buffer-deserialize-text-unicode.hh} | 78 +++++++++++-----------
+ ...es.rl => hb-buffer-deserialize-text-unicode.rl} | 18 ++---
+ src/hb-buffer-serialize.cc                         |  8 +--
+ src/meson.build                                    |  4 +-
+ 5 files changed, 56 insertions(+), 56 deletions(-)
+
+commit bc596b8ccae15502f641cc88ddf5fa52e3c6473d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 23 21:03:59 2023 -0700
+
+    [buffer-deserialize-text-unicode] Simplify
+
+ src/hb-buffer-deserialize-text-unicodes.hh | 21 ++++++++++-----------
+ src/hb-buffer-deserialize-text-unicodes.rl |  3 +--
+ 2 files changed, 11 insertions(+), 13 deletions(-)
+
+commit 649973a316ef4616b26210a553727a3cdd33ed98
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 23 21:02:14 2023 -0700
+
+    Fix build
+
+ src/hb-buffer-deserialize-text-glyphs.hh   | 570 ++++++++++++++++++++
+ src/hb-buffer-deserialize-text-unicodes.hh | 275 ++++++++++
+ src/hb-buffer-deserialize-text.hh          | 801 -----------------------------
+ 3 files changed, 845 insertions(+), 801 deletions(-)
+
+commit f798cf225ec4dab7fa4683224e26f3df08c59189
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 23 20:57:30 2023 -0700
+
+    [util] Don't require final ']' in --glyphs
+
+ util/shape-options.hh | 17 ++++++++++++++++-
+ 1 file changed, 16 insertions(+), 1 deletion(-)
+
+commit 4268283e5463f72cc93a8c66f6b0537b991017a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 23 20:53:17 2023 -0700
+
+    [buffer-deserialize-text] Accept initial comma
+
+ src/hb-buffer-deserialize-json.hh          | 10 ++++------
+ src/hb-buffer-deserialize-json.rl          |  2 --
+ src/hb-buffer-deserialize-text-glyphs.rl   |  4 +++-
+ src/hb-buffer-deserialize-text-unicodes.rl |  4 +++-
+ 4 files changed, 10 insertions(+), 10 deletions(-)
+
+commit 2c29b81e7f36cf56e92f5b5eb406cc46e6394178
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 23 20:49:19 2023 -0700
+
+    [buffer-deserialize-text] Separate glyphs / unicodes machines
+
+ src/Makefile.sources                               |   6 +-
+ ...ext.rl => hb-buffer-deserialize-text-glyphs.rl} |  31 ++----
+ src/hb-buffer-deserialize-text-unicodes.rl         | 108 +++++++++++++++++++++
+ src/hb-buffer-serialize.cc                         |  15 +--
+ src/meson.build                                    |   6 +-
+ 5 files changed, 130 insertions(+), 36 deletions(-)
+
+commit d0355eb4bd778adae86d9e0e3c17ceea29a115bd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 23 20:37:53 2023 -0700
+
+    [buffer-deserialize] Parse whole items at a time
+    
+    Previous logic would fail if char buffer was partial.
+
+ src/hb-buffer-deserialize-json.hh | 362 +++++++++++------------
+ src/hb-buffer-deserialize-json.rl |   2 +-
+ src/hb-buffer-deserialize-text.hh | 586 +++++++++++++++-----------------------
+ src/hb-buffer-deserialize-text.rl |   6 +-
+ 4 files changed, 420 insertions(+), 536 deletions(-)
+
+commit f65b04c17c45587f4500c8af52418b4f0ca39886
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Jan 23 21:57:05 2023 -0500
+
+    Tweak wording
+
+ src/hb-paint.h | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 7e01976bcc573a1cdd40649be3e2d8d68ca0af01
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Jan 23 20:44:22 2023 -0500
+
+    [hb-paint] Add some details to the docs
+
+ src/hb-paint.h | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit e4fff64ce31902674a5b8c667c6a7b61e5429381
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jan 24 00:52:26 2023 +0000
+
+    [repacker] check duplicate() for success.
+    
+    Fixes fuzzer testcase https://oss-fuzz.com/testcase-detail/5475787333828608.
+
+ src/graph/graph.hh                                     |   9 ++++++++-
+ ...tcase-minimized-hb-repacker-fuzzer-5475787333828608 | Bin 0 -> 127193 bytes
+ 2 files changed, 8 insertions(+), 1 deletion(-)
+
+commit 6b72a4ddb05c7226d58d0f156db13153dec4a0e8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 23 18:36:04 2023 -0700
+
+    Revert "[sanitize] Simplify(?) check_range"
+    
+    This reverts commit af0b1ef8a72d4f6b778dbba3606ebe7df39d5288.
+
+ src/hb-sanitize.hh | 16 +++++++++++++---
+ 1 file changed, 13 insertions(+), 3 deletions(-)
+
+commit 00cf322e237eaf81086130e989b8bf88402b959e
+Merge: af0b1ef8a 699485b34
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 23 16:06:26 2023 -0700
+
+    Merge pull request #4046 from harfbuzz/hb-features-docs
+    
+    [doc] Try to fix generating hb-features docs
+
+commit 699485b349030b1b8fdbb742758718b88bee1212
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jan 24 00:07:45 2023 +0200
+
+    [meson] Further simplify generating hb-features.h
+
+ src/meson.build | 38 +++++++++++++++++---------------------
+ 1 file changed, 17 insertions(+), 21 deletions(-)
+
+commit 2486d6d22fcbdeb2ec89bb33265665e60dc8461a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jan 23 23:57:16 2023 +0200
+
+    [meson] Reduce repetitions
+
+ src/meson.build | 46 +++++++++++++++++++++-------------------------
+ 1 file changed, 21 insertions(+), 25 deletions(-)
+
+commit 12f2ecbddb65328a6e3312921ccb6946a76a665e
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jan 23 23:41:11 2023 +0200
+
+    [doc] Generate hb-supported-features.h
+    
+    See inline comment.
+
+ docs/meson.build |  1 +
+ src/meson.build  | 19 +++++++++++++++++++
+ 2 files changed, 20 insertions(+)
+
+commit 0bbd3360eeb00fbbb9544524a330e405450f44e5
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jan 19 20:11:35 2023 +0200
+
+    [doc] Try to fix generating hb-features docs
+    
+    Move it to a separate section, since hb-common says include hb.h, while
+    we want to include hb-features.h here.
+    
+    This still does not fix generating documentation of undefined macros
+    (e.g. HB_HAS_GDI since we build docs on Linux).
+
+ docs/harfbuzz-docs.xml     |  1 +
+ docs/harfbuzz-sections.txt | 24 ++++++++++++++----------
+ src/hb-features.h.in       |  8 ++++++++
+ 3 files changed, 23 insertions(+), 10 deletions(-)
+
+commit af0b1ef8a72d4f6b778dbba3606ebe7df39d5288
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 23 14:31:10 2023 -0700
+
+    [sanitize] Simplify(?) check_range
+
+ src/hb-sanitize.hh | 16 +++-------------
+ 1 file changed, 3 insertions(+), 13 deletions(-)
+
+commit fe94c760e1cc9a5f3824c48accd4d1cfd86ebcb0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 23 14:05:28 2023 -0700
+
+    [algs] Build fix for clang and __builtin_mul_overflow
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4066
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1cf61f3053e2c0a5c4df3623ac08f68834ccf7b4
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jan 23 13:43:35 2023 +0200
+
+    [meson] Fix build with -Dgobject=disabled
+
+ src/meson.build  | 14 ++++++++------
+ util/meson.build |  2 +-
+ 2 files changed, 9 insertions(+), 7 deletions(-)
+
+commit 2b87af808bb55c0635b16ecc39331b2e6ab7ae6b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 17:37:51 2023 -0700
+
+    [hb-info] Typo
+
+ util/hb-info.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit fe22afe7f9ba4440ddb19dc2b262358555374f07
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 16:47:50 2023 -0700
+
+    [hb-info] Simplify
+
+ util/hb-info.cc | 129 ++++++++++++++++++++++++++------------------------------
+ 1 file changed, 59 insertions(+), 70 deletions(-)
+
+commit eba5762919ab02f5dd9b2b9dd319d106ddaf9de9
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jan 23 01:10:56 2023 +0200
+
+    Another try
+
+ util/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 37ab12a372a74c25b34cae909ac89c79aef8c376
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jan 23 01:02:51 2023 +0200
+
+    [util] Try to fix hb-info build
+
+ util/meson.build | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 5880ab06030dd7e3f77711319480cd908ca19195
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 16:20:23 2023 -0700
+
+    [hb-info] More build fix try
+
+ util/Makefile.am | 12 +++++++++---
+ 1 file changed, 9 insertions(+), 3 deletions(-)
+
+commit d76ef46d0a25ee8d0093afde3424dc9589bcc6d9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 16:17:39 2023 -0700
+
+    Try to fix autotools build
+
+ util/Makefile.am | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 6e58598520069ab144f0705c6960fc3109858b5d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 15:22:30 2023 -0700
+
+    [hb-info] Subfamily
+
+ util/hb-info.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4142a460af34cdbca705b5a2309dda03dcd2deb3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 15:11:50 2023 -0700
+
+    [hb-info] Add --list-baselines
+
+ util/hb-info.cc | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 67 insertions(+), 1 deletion(-)
+
+commit 9c62022dedfecf5bc423ff142a8181d6b829595b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 15:02:21 2023 -0700
+
+    [hb-info] Format
+
+ util/hb-info.cc | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit 0b7d3952bade88c066fbdde78f461613c89a1eea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 15:00:10 2023 -0700
+
+    [hb-info] Add --list-style
+
+ util/hb-info.cc | 29 ++++++++++++++++++++++++++++-
+ 1 file changed, 28 insertions(+), 1 deletion(-)
+
+commit 090a6d0dde90bc1ee393e70f7064e13f8fea86fe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 14:56:25 2023 -0700
+
+    [hb-info] Add --get-style
+
+ util/hb-info.cc | 17 +++++++++++++++++
+ 1 file changed, 17 insertions(+)
+
+commit 5b291d49e80f4e2b79e91e046f4858a45eb2f0ad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 14:51:17 2023 -0700
+
+    [hb-info] Rename style to subfamily
+
+ util/hb-info.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit c300bf00f0c1297516658917f1e001be8259c569
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 14:46:20 2023 -0700
+
+    [hb-info] Move include around
+
+ util/hb-info.cc | 4 ++++
+ util/options.hh | 3 ---
+ 2 files changed, 4 insertions(+), 3 deletions(-)
+
+commit b839f53cdecee5b0c7fed1bd543753ece9e10e86
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 14:39:26 2023 -0700
+
+    [hb-info] Write fallback metrics in --list-metrics
+
+ util/hb-info.cc | 21 +++++++++++++++++++--
+ 1 file changed, 19 insertions(+), 2 deletions(-)
+
+commit 7ba3d0c419b61ddb07b9f38fb5fa0bb36ecb4fd6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 14:27:31 2023 -0700
+
+    [hb-info] Add --list-metrics
+    
+    Requires hb-gobject
+
+ util/hb-info.cc | 39 ++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 38 insertions(+), 1 deletion(-)
+
+commit 4ec3d2e32ac0ec805518137ef887805377ee4143
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 14:12:44 2023 -0700
+
+    [hb-info List enum nicks in --list-names
+
+ util/hb-info.cc  | 16 ++++++++++++++--
+ util/meson.build |  4 ++--
+ util/options.hh  |  6 ++++++
+ 3 files changed, 22 insertions(+), 4 deletions(-)
+
+commit def94aa8c5575f1bbaa8c3ea07356e78c0af6067
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 14:01:34 2023 -0700
+
+    [features] Add HB_HAS_GOBJECT
+
+ docs/harfbuzz-sections.txt | 1 +
+ src/Makefile.am            | 4 ++++
+ src/hb-features.h.in       | 7 +++++++
+ src/meson.build            | 4 ++++
+ 4 files changed, 16 insertions(+)
+
+commit b3006ba9cbc1fdb8cc2a8c7600b0fc0aa975fd2d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 13:46:35 2023 -0700
+
+    Docs
+
+ docs/harfbuzz-sections.txt | 1 +
+ src/hb-ot-name.h           | 7 +++++++
+ 2 files changed, 8 insertions(+)
+
+commit e3e4d1ecdcd0c07be352e9d19775bbd9a207cbd5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 13:41:43 2023 -0700
+
+    [name] Add hb_ot_name_id_predefined_t
+    
+    Not sure what to do about its docs.
+
+ src/hb-ot-name.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 3feac1a408429c78f1470164976b266d0095d96d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 10:15:14 2023 -0700
+
+    [hb-info] Use tab in --list-palettes
+
+ util/hb-info.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 752ad51cce0c3e6033ed6de6d8257f46129fac06
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 10:07:24 2023 -0700
+
+    [hb-info] Move some initialization to post_parse
+
+ util/hb-info.cc | 19 ++++++++++++-------
+ 1 file changed, 12 insertions(+), 7 deletions(-)
+
+commit 334f59c955088e840004e85cb0c4bd10e4175b41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 10:06:05 2023 -0700
+
+    [hb-info] If name not found, fall back to English
+
+ util/hb-info.cc | 69 +++++++++++++++++++++++++++++++++++++--------------------
+ 1 file changed, 45 insertions(+), 24 deletions(-)
+
+commit 7cae55359220da8310dc1257b3fd7177359e2235
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 09:33:25 2023 -0700
+
+    [hb-info] Rename --dump-table to --get-table
+
+ util/hb-info.cc | 30 +++++++++++++-----------------
+ 1 file changed, 13 insertions(+), 17 deletions(-)
+
+commit 9b499a48bbcb7a1bc8b95e5c23df2eae29549e02
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 09:27:05 2023 -0700
+
+    [hb-info] Add --get-name
+
+ util/hb-info.cc | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit 7a47a369d3a15716fa4d9c5ccd5681c72a155a99
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 09:09:45 2023 -0700
+
+    [hmtx] Fix typo
+
+ src/hb-ot-hmtx-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit b9879181254b94a38f9a478d8fcae7daed0dd6c6
+Merge: e4cdaa1d3 89d332559
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 09:08:51 2023 -0700
+
+    Merge pull request #4052 from googlefonts/instancer_recalc_bounds
+    
+    [instancer] recalc bounds by default when --instance option is enabled
+
+commit e4cdaa1d3f7aa9725ba1d2beed4096287a8d59ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 08:36:51 2023 -0700
+
+    [test] Fix build
+
+ test/shape/data/in-house/Makefile.sources | 1 -
+ test/shape/data/in-house/meson.build      | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit 9ba1e400d6831d5cd08f104b460f05346234a1d7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 22 08:31:39 2023 -0700
+
+    [test] Remove non-free font and its test
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4059
+
+ .../fonts/641ca9d7808b01cafa9a666c13811c9b56eb9c52.ttf  | Bin 11492 -> 0 bytes
+ test/shape/data/in-house/tests/arabic-mark-attach.tests |   1 -
+ 2 files changed, 1 deletion(-)
+
+commit 749df4ee8449107b39d76df353785a6f96b1cfa0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 21 16:00:54 2023 -0700
+
+    [PairPosFormat1] One more
+
+ src/OT/Layout/GPOS/PairPosFormat1.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b648ceb72f281e739ec8bd73cbc243624854238d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 21 15:58:59 2023 -0700
+
+    [PairSet] Optimize last commit
+
+ src/OT/Layout/GPOS/PairSet.hh | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit 891623243c167217fcbd9480b111b110cc004c9c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 21 15:57:18 2023 -0700
+
+    [PairSet] Unify get_size()
+
+ src/OT/Layout/GPOS/PairPosFormat1.hh |  4 +---
+ src/OT/Layout/GPOS/PairSet.hh        | 24 ++++++++++++------------
+ 2 files changed, 13 insertions(+), 15 deletions(-)
+
+commit b63159e8bf579345a6f56d04ad1b2c28eee66bac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 21 15:50:48 2023 -0700
+
+    [PairPosFormat1] Fix stride
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55287
+    and generally the lookup with MediumTypes.
+
+ src/OT/Layout/GPOS/PairPosFormat1.hh                     |   4 ++--
+ src/OT/Layout/GPOS/PairPosFormat2.hh                     |   2 +-
+ src/OT/Layout/GPOS/PairSet.hh                            |  13 ++++++-------
+ src/OT/Layout/GPOS/ValueFormat.hh                        |   2 +-
+ ...z-testcase-minimized-hb-shape-fuzzer-5965759719538688 | Bin 0 -> 1154 bytes
+ 5 files changed, 10 insertions(+), 11 deletions(-)
+
+commit be8a87c453473b4ac0d1895f89fdf4e50bcf5e52
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 21 15:00:41 2023 -0700
+
+    Move TRACE_DISPATCH after may_recurse()
+    
+    Such that we don't get memory access issues if DEBUG_SANITIZE is
+    on and may_recurse() returns false.
+
+ src/OT/Color/COLR/COLR.hh                     | 4 ++--
+ src/OT/Layout/GPOS/CursivePos.hh              | 2 +-
+ src/OT/Layout/GPOS/MarkBasePos.hh             | 2 +-
+ src/OT/Layout/GPOS/MarkLigPos.hh              | 2 +-
+ src/OT/Layout/GPOS/MarkMarkPos.hh             | 2 +-
+ src/OT/Layout/GPOS/PairPos.hh                 | 2 +-
+ src/OT/Layout/GPOS/SinglePos.hh               | 2 +-
+ src/OT/Layout/GSUB/AlternateSubst.hh          | 2 +-
+ src/OT/Layout/GSUB/LigatureSubst.hh           | 2 +-
+ src/OT/Layout/GSUB/MultipleSubst.hh           | 2 +-
+ src/OT/Layout/GSUB/ReverseChainSingleSubst.hh | 2 +-
+ src/OT/Layout/GSUB/SingleSubst.hh             | 2 +-
+ src/hb-ot-layout-common.hh                    | 2 +-
+ src/hb-ot-layout-gdef-table.hh                | 2 +-
+ src/hb-ot-layout-gsubgpos.hh                  | 8 ++++----
+ src/hb-ot-stat-table.hh                       | 2 +-
+ 16 files changed, 20 insertions(+), 20 deletions(-)
+
+commit 84b9a632ed6d9cf0a5eb00722c6409025cb839a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 21 14:36:26 2023 -0700
+
+    [debug] Fix printf signness warnings
+
+ src/hb-debug.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit c54a7022feeb42aa89c0e9aeb80fd3c959d02c97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 21 14:07:41 2023 -0700
+
+    [hb-view] Require cairo 1.17.5 for HB_DRAW=1 default again
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4051
+
+ util/helper-cairo.hh | 12 ++++--------
+ 1 file changed, 4 insertions(+), 8 deletions(-)
+
+commit 67e652cd5d875f2c78ee97885039c180cacab39d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Jan 21 15:57:13 2023 +0200
+
+    [meson] Update Cairo subproject
+
+ meson.build            | 1 +
+ subprojects/cairo.wrap | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit ed68db2c010a14c0613becd1685586836d4099aa
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Jan 21 03:54:57 2023 +0200
+
+    [util] Fix MSVC warning
+    
+    Apparently \e is non-standard extension not supported by MSVC. Use \033
+    instead.
+    
+    Fixes:
+    
+    warning C4129: 'e': unrecognized character escape sequence
+
+ util/ansi-print.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit c08e5d094a3bd7e6c3b9d6475a30aa8883429a89
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Jan 21 03:40:09 2023 +0200
+
+    [hb-draw] Fix MSVC warning
+    
+    warning C4305: 'initializing': truncation from 'double' to 'float'
+
+ src/hb-cairo-utils.cc | 4 ++--
+ test/api/test-paint.c | 6 +++---
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit e1a0705128c2e6fd068374c47c13220ede9ee5a2
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Jan 21 03:16:20 2023 +0200
+
+    [meson] Enabled needlessly disabled MSVC warnings
+    
+    We don’t seem to hot any of these warnings currently.
+
+ meson.build | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit f96e32a0aad4092f3f551ed390f3e3b884a8e4fe
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Jan 21 00:39:00 2023 +0200
+
+    [meson] Try to make MSVC build less spammy
+    
+    Enable exceptions in ragel subproject, and revert the exceptions part of:
+    
+    commit 22cbd038d3578c344e265a098fc98ef168f8d18b
+    Author: Khaled Hosny <khaled@aliftype.com>
+    Date:   Tue Sep 14 12:34:25 2021 +0200
+    
+        [meson] Add ragel subproject
+    
+    To get ride of the following warnings:
+    
+    cl : Command line warning D9025 : overriding '/EHs' with '/EHs-'
+
+ meson.build                                |  5 ++---
+ subprojects/packagefiles/ragel/meson.build | 10 +++++++++-
+ 2 files changed, 11 insertions(+), 4 deletions(-)
+
+commit 32f9b467d6265498dc4d8023bc4b6dc947896576
+Merge: 179c93c5c 7f59bed52
+Author: Matthias Clasen <matthias.clasen@gmail.com>
+Date:   Sat Jan 21 02:20:39 2023 -0500
+
+    Merge pull request #4045 from harfbuzz/custom-palette-cairo
+    
+    Custom palette cairo
+
+commit 179c93c5c21dc7dda7840d2bfc1ef27bcebdad71
+Merge: 54d5321d1 c574eda74
+Author: Matthias Clasen <matthias.clasen@gmail.com>
+Date:   Sat Jan 21 02:20:00 2023 -0500
+
+    Merge pull request #4054 from harfbuzz/hb-info-color-format
+    
+    [hb-info] Fix output for CPAL
+
+commit 54d5321d136ebd4be799d8c3dcf4e433b1c3778f
+Merge: fcb5111cc 47baa1da6
+Author: Matthias Clasen <matthias.clasen@gmail.com>
+Date:   Sat Jan 21 02:19:43 2023 -0500
+
+    Merge pull request #4056 from harfbuzz/fix-sweep-gradient-hang
+    
+    [hb-cairo] Fixes for sweep gradients
+
+commit 47baa1da6bbf386d7be73ca4a79d2c819ca2a3c9
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Jan 20 23:38:22 2023 -0500
+
+    [hb-cairo] Fixes for sweep gradients
+    
+    Make reversed angles not infloop, and
+    cap the number of interval repetitions
+    at 1000.
+    
+    Fixes: https://github.com/harfbuzz/harfbuzz/issues/4055
+
+ src/hb-cairo-utils.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit c574eda74b027b514665c978d32cef0aa284bee5
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Jan 20 22:06:47 2023 -0500
+
+    [hb-info] Fix output for CPAL
+    
+    The output for palette names was mangled.
+    This commit makes things come out ok.
+    
+    For flags, we use "Both" when both LIGHT
+    and DARK are set.
+
+ util/hb-info.cc | 19 +++++++++++++------
+ 1 file changed, 13 insertions(+), 6 deletions(-)
+
+commit 7f59bed528e75e5336ace1d9cdbee20932e3e211
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 16:42:55 2023 -0700
+
+    [hb-cairo] Round foreground color
+
+ src/hb-cairo.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 76b059cadb805df3df860be6a130ab5480cb8846
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 16:41:47 2023 -0700
+
+    [hb-cairo] Simplify foreground color fetching
+
+ src/hb-cairo.cc | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+commit f70f7194de5f24625d12d40cf639a7a0e7ef48b9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 16:30:59 2023 -0700
+
+    [hb-cairo] Remove unused prototype
+
+ src/hb-cairo.cc | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit 61719a835089ea2c2cda36702f630c9343b029c7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 15:52:09 2023 -0700
+
+    [hb-view] Support specifying color indices again
+
+ src/hb-number.cc     |  1 -
+ util/helper-cairo.hh | 16 ++++++++++++++--
+ 2 files changed, 14 insertions(+), 3 deletions(-)
+
+commit 89d332559ee4d5349315b35e64b34c27116ba441
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Jan 20 14:15:19 2023 -0800
+
+    [instancer] add tests
+
+ ...fault.retain-all-codepoint.wght=150,wdth=80.ttf | Bin 114200 -> 114200 bytes
+ ...fault.retain-all-codepoint.wght=300,wdth=90.ttf | Bin 114300 -> 114300 bytes
+ ...anges.retain-all-codepoint.wght=150,wdth=80.ttf | Bin 114200 -> 114200 bytes
+ ...anges.retain-all-codepoint.wght=300,wdth=90.ttf | Bin 114300 -> 114300 bytes
+ .../MPLUS1-Variable.default.30DD.wght=100.ttf      | Bin 1460 -> 1460 bytes
+ .../MPLUS1-Variable.default.30DD.wght=400.ttf      | Bin 1712 -> 1712 bytes
+ ...fault.retain-all-codepoint.wght=200,wdth=90.ttf | Bin 6760 -> 6760 bytes
+ ...fault.retain-all-codepoint.wght=650,wdth=85.ttf | Bin 6712 -> 6712 bytes
+ ...fault.retain-all-codepoint.wght=200,wdth=90.ttf | Bin 6440 -> 6440 bytes
+ ...fault.retain-all-codepoint.wght=650,wdth=85.ttf | Bin 6392 -> 6392 bytes
+ ...etain-all-codepoint.wght=150,wdth=80,CTGR=0.ttf | Bin 1396 -> 1396 bytes
+ ...etain-all-codepoint.wght=300,wdth=90,CTGR=0.ttf | Bin 1432 -> 1432 bytes
+ ...lt.retain-all-codepoint.wght=400,wdth=100.0.ttf | Bin 6804 -> 6804 bytes
+ ...ult.retain-all-codepoint.wght=drop,wdth=100.ttf | Bin 6804 -> 6804 bytes
+ test/subset/generate-expected-outputs.py           |   3 ++-
+ 15 files changed, 2 insertions(+), 1 deletion(-)
+
+commit 30058f489a43c39b7bd9278c1e04baf1952bba48
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jan 18 15:23:24 2023 -0800
+
+    [instancer] trim .notdef outline data after recalc bounds
+    
+    If outline data present, we use it to recalc bounds and then trim it
+    accordingly
+
+ src/OT/glyf/Glyph.hh | 4 ++++
+ src/OT/glyf/glyf.hh  | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 0de7f83a9fe2054ad2d63c3f8e08dc61e1397c62
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jan 18 13:33:34 2023 -0800
+
+    [instancer] update maxp table
+
+ src/hb-ot-maxp-table.hh | 13 +++++++++++++
+ src/hb-subset.cc        |  1 +
+ 2 files changed, 14 insertions(+)
+
+commit 94c390d07835727c201bfdbe0b4d208dc3fe3fc2
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jan 18 10:15:47 2023 -0800
+
+    [instancer] update head table
+
+ src/OT/glyf/glyf-helpers.hh | 7 +++++++
+ src/hb-ot-head-table.hh     | 2 ++
+ src/hb-subset.cc            | 2 +-
+ 3 files changed, 10 insertions(+), 1 deletion(-)
+
+commit 2ecb1c31e90657a5a264f4b84907bad6f07673c1
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jan 18 09:52:00 2023 -0800
+
+    [instancer] always recalculate bounds when --instance option enabled
+    
+    But don't recompile glyph bytes if pinned at default
+
+ src/OT/glyf/Glyph.hh | 48 ++++++++++++++++++++++++++----------------------
+ src/OT/glyf/glyf.hh  |  5 +++--
+ 2 files changed, 29 insertions(+), 24 deletions(-)
+
+commit 1f948e7fd55ff6a65aa3a6b038284db3d211493e
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jan 17 15:16:17 2023 -0800
+
+    [instancer] store recalculated head/maxp info in subset plan
+
+ src/OT/glyf/Glyph.hh  | 50 ++++++++++++++++++++++++++++++++++++++++++++------
+ src/OT/glyf/glyf.hh   |  2 +-
+ src/hb-subset-plan.hh | 27 +++++++++++++++++++++++++++
+ 3 files changed, 72 insertions(+), 7 deletions(-)
+
+commit 92122421c951f6f126eff902f917b403bdf027a5
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Jan 13 11:42:58 2023 -0800
+
+    [instancer] update vhea/hhea tables
+
+ src/OT/glyf/Glyph.hh    | 11 +++++++++--
+ src/hb-ot-hmtx-table.hh | 43 +++++++++++++++++++++++++++++++++++++------
+ src/hb-subset-plan.hh   |  4 ++++
+ 3 files changed, 50 insertions(+), 8 deletions(-)
+
+commit ab7c91442536086f0baebe2d419827bb9e4cce06
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 15:43:01 2023 -0700
+
+    [hb-cairo] Macro shuffle again
+
+ src/hb-cairo.cc | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 4759932bcfb5af5f576868cc96dfe2755361fe9d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 15:33:38 2023 -0700
+
+    [hb-cairo] Round colors
+
+ src/hb-cairo.cc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 876675e090e2b55fdb5f3e8b187022184145b2f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 15:31:43 2023 -0700
+
+    [hb-cairo] Macro shuffling
+
+ src/hb-cairo.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 68a73e436a37851465b1b8b59e3b7a2c552d28f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 15:30:07 2023 -0700
+
+    [hb-cairo] Macro hygiene
+
+ src/hb-cairo.cc | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit fcb5111cc6db8e310d62e27d93980a0f67ee936a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Jan 21 00:24:50 2023 +0200
+
+    [doc] Fix gtk-doc warning
+
+ src/hb-cairo.cc | 6 +++---
+ src/hb-face.cc  | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 574d9344dccdd7c79a02070dac48bf825c8095de
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 15:22:50 2023 -0700
+
+    [hb-cairo] Fix build with old cairo
+
+ src/hb-cairo.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 4f19c3b3be07b75235684b969677725fe50494f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 15:15:52 2023 -0700
+
+    [hb-cairo] Move color-cache to scaled-font
+
+ src/hb-cairo.cc | 13 +++++++++++--
+ 1 file changed, 11 insertions(+), 2 deletions(-)
+
+commit beba43eebe235dac402a66ffd58fa29a9689fe15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 15:02:24 2023 -0700
+
+    [hb-cairo] Fix color cache on not-found
+
+ src/hb-cairo.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit cc9b55c79469b93583f21f8a45cd3cb0759aa789
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 14:57:57 2023 -0700
+
+    [hb-cairo] Add a color cache
+
+ src/hb-cairo.cc | 24 ++++++++++++++++++++++++
+ 1 file changed, 24 insertions(+)
+
+commit 10def9b3df1241eec912b94ba82d43cd8f93caa4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 14:06:18 2023 -0700
+
+    meson fix
+
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit eb00088bcfea640d2d1d591d08cdcdd01d5acf91
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 13:55:13 2023 -0700
+
+    [paint] Docs
+
+ docs/harfbuzz-sections.txt | 2 --
+ src/hb-paint.cc            | 3 ++-
+ src/hb-paint.h             | 4 +++-
+ 3 files changed, 5 insertions(+), 4 deletions(-)
+
+commit f21b15dcc318aa62d256443be3ccec7953a64242
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 13:38:22 2023 -0700
+
+    [hb-view] Update to alternative cairo custom-palette API
+
+ meson.build          | 1 +
+ src/hb-cairo.cc      | 5 +++--
+ util/helper-cairo.hh | 2 +-
+ 3 files changed, 5 insertions(+), 3 deletions(-)
+
+commit 638e0ed4fdd06a6215f2d7c74786b6436074d564
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 13:01:22 2023 -0700
+
+    [paint] Overlay custom-palette on top of chosen palette
+    
+    Got to agree this is more ergonomic.
+
+ src/OT/Color/COLR/COLR.hh |  4 +---
+ src/hb-cairo.cc           |  8 +++++---
+ src/hb-font.cc            |  3 +--
+ src/hb-ft-colr.hh         |  7 +++----
+ src/hb-paint.cc           | 12 +++++++-----
+ src/hb-paint.h            | 25 ++++++++-----------------
+ src/hb-paint.hh           |  6 ++++--
+ util/helper-cairo.hh      | 10 ++++------
+ 8 files changed, 33 insertions(+), 42 deletions(-)
+
+commit 03e2e586423ada331ae433db7dea705a8b6ad3fe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 11:24:35 2023 -0700
+
+    [hb-view] Improve color parsing
+    
+    Now supports 3, 4, 6, 8 digit colors.
+
+ util/helper-cairo.hh | 13 +++++++------
+ util/options.hh      | 40 ++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 47 insertions(+), 6 deletions(-)
+
+commit dc4af478d14ca5d0270e317a87d60dfba111381d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 11:11:02 2023 -0700
+
+    [hb-view] Default background to white when parsing
+
+ util/helper-cairo.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b81db8d3d82af7a369a2b26ec35dcec81060a965
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Jan 19 08:19:04 2023 -0500
+
+    Avoid a compiler warning
+
+ src/hb-cairo.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e998cec1d94f32ac44ff0dca42941b28a4fdd546
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 23:33:21 2023 -0700
+
+    [hb-view] Move palette options to --help-view
+
+ util/font-options.hh | 5 -----
+ util/helper-cairo.hh | 9 +++++----
+ util/view-cairo.hh   | 3 ++-
+ util/view-options.hh | 5 +++++
+ 4 files changed, 12 insertions(+), 10 deletions(-)
+
+commit 253b4cecae0729330ec04fab93972db86ee1b203
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 23:28:25 2023 -0700
+
+    [hb-view] Simplify palette format
+
+ util/font-options.hh | 2 +-
+ util/helper-cairo.hh | 6 +++---
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 52b78d526b522f95897bfcb4d9652ea328fbdb6a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 23:06:08 2023 -0700
+
+    [hb-view] Fix leak
+
+ util/helper-cairo.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 5847ec24ff65d7f7c59d105b2cca86ac235ac7eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 22:37:54 2023 -0700
+
+    Fix bots
+
+ util/helper-cairo.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4fe6ece425c19e8fd63e346179de5bd14415d732
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 22:33:56 2023 -0700
+
+    [cairo] Don't fallback to CPAL if cairo doesn't support custom palette
+
+ src/hb-cairo.cc | 11 +----------
+ 1 file changed, 1 insertion(+), 10 deletions(-)
+
+commit 0bff5704912fb99789ca7e09d3fafb640c2ccfed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 22:33:32 2023 -0700
+
+    [hb-view] Use custom palette if any set
+
+ util/helper-cairo.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit c41892a01229404d4d0c31b8056fd7b72ac3a58a
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Jan 18 23:45:53 2023 -0500
+
+    hb-view: Add a --custom-palette option
+
+ util/font-options.hh |  3 +++
+ util/helper-cairo.hh | 12 ++++++++++++
+ 2 files changed, 15 insertions(+)
+
+commit ab37ade7e46ac00152113c275dd8cd7fc9d1a11c
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Jan 18 23:29:37 2023 -0500
+
+    Hook up custom palettes for cairo
+
+ src/hb-cairo.cc | 36 ++++++++++++++++++++++++++++++++++++
+ 1 file changed, 36 insertions(+)
+
+commit cce7c441eb0bd097f63016aa7e5962aa6615951b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 13:57:05 2023 -0700
+
+    [name] Fix doc
+    
+    That's part of an enum now.
+
+ docs/harfbuzz-sections.txt | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 3711455154373d0400bad77221cb02a785882623
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 12:32:41 2023 -0700
+
+    [hb-info] Minor set parse hooks
+    
+    Unused.
+
+ util/hb-info.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 89371419a91f88ae503dbbb99fb9ebbb5c1239ab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 12:20:38 2023 -0700
+
+    [hb-info] Move code around
+
+ util/hb-info.cc | 28 ++++++++++++++--------------
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+commit 32b42eb5687bf0bc4fd27545e19753066620af60
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 12:18:04 2023 -0700
+
+    [hb-info] Add --show-face-count
+
+ util/hb-info.cc | 16 +++++++++++++++-
+ 1 file changed, 15 insertions(+), 1 deletion(-)
+
+commit fd84605b5898e6cb9738c4d821e2893edd0a2cf6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 12:10:03 2023 -0700
+
+    [hb-info] Add --show-technology
+
+ util/hb-info.cc | 44 ++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 44 insertions(+)
+
+commit c05230256d52e8c62135e8133cd2a6b75296e54a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 12:08:31 2023 -0700
+
+    [util] Add -y for --face-index
+    
+    Ala ttx.
+
+ util/face-options.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6bf9237e5f467073021483cd06251955ef28c84f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 11:54:08 2023 -0700
+
+    [hb-info] Format --list-palettes
+
+ util/hb-info.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 64625ed85d27102fcd4b499e007b88229c4b0221
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 11:48:01 2023 -0700
+
+    [hb-info] Write palette flags
+
+ util/hb-info.cc | 13 +++++++++++--
+ 1 file changed, 11 insertions(+), 2 deletions(-)
+
+commit d811dcdbde935cd8ec897d84332a572b76e772a3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 11:42:51 2023 -0700
+
+    [hb-info] Add --list-palettes
+
+ util/hb-info.cc | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 58 insertions(+), 1 deletion(-)
+
+commit 2590578162692e24afe4a333f9c6b1c9423d6937
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 11:04:22 2023 -0700
+
+    [hb-info] Add --get-baseline
+
+ util/hb-info.cc | 50 +++++++++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 49 insertions(+), 1 deletion(-)
+
+commit b77baa31c36d4b8375ebb3fe97a7bbe36b71b463
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 10:13:21 2023 -0700
+
+    [hb-info] Show whether --get-metric value is fallback
+
+ util/hb-info.cc | 26 +++++++++++++++++++-------
+ 1 file changed, 19 insertions(+), 7 deletions(-)
+
+commit 2a8df82aca15df45c5abfd6d8e18e294a8d6dadf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 09:57:28 2023 -0700
+
+    [hb-info] Add --get-metric
+
+ util/hb-info.cc | 31 ++++++++++++++++++++++++++-----
+ 1 file changed, 26 insertions(+), 5 deletions(-)
+
+commit ba4f5e9f220b7e33c5ea0438c824a99f433f41d9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 09:29:39 2023 -0700
+
+    [hb-info] Add --ot-script and --ot-language
+
+ util/hb-info.cc | 46 ++++++++++++++++++++++++++++++++++++++++------
+ 1 file changed, 40 insertions(+), 6 deletions(-)
+
+commit edec8946ed376c2888f9444b038b80dad57c162e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 09:28:59 2023 -0700
+
+    New API: hb_ot_layout_script_select_language2()
+    
+    Variant that outputs chosen_language.
+    
+    Not sure why the original API didn't have this. The script
+    counterpart has.
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-ot-layout.cc        | 66 +++++++++++++++++++++++++++++++++++++++-------
+ src/hb-ot-layout.h         |  9 +++++++
+ 3 files changed, 66 insertions(+), 10 deletions(-)
+
+commit 2fd8e36ea5891f462f4bff8b6657c4421943a4f8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 09:09:14 2023 -0700
+
+    [layout] Fix return value of chosen_script when matching fails
+
+ src/hb-ot-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d06976e68fd475eb12fcec538b207354ddcffd92
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 08:21:43 2023 -0700
+
+    [glyf] Add an edge-count limit
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55246
+
+ src/OT/glyf/Glyph.hh | 13 ++++++++++---
+ src/hb-limits.hh     |  4 ++++
+ 2 files changed, 14 insertions(+), 3 deletions(-)
+
+commit 2cfd4133fb7e42237fbe47f09e448285fdbd1975
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 20 07:11:16 2023 -0700
+
+    [hb-info] Print Zyyy for DFLT script
+
+ util/hb-info.cc | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 178c5bed39c66595ca4198c2e377fd5bee719351
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jan 20 00:42:29 2023 +0200
+
+    [ci] Use unique ccache cache keys per job
+
+ .github/workflows/linux-ci.yml | 2 ++
+ .github/workflows/macos-ci.yml | 2 ++
+ 2 files changed, 4 insertions(+)
+
+commit a0afde70c53a6e7b64dbbc932236a8d9b124b9e6
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jan 19 22:55:11 2023 +0200
+
+    [ci] Re-enable coverage reporting on macOS
+
+ .github/workflows/macos-ci.yml | 11 +++++++++--
+ 1 file changed, 9 insertions(+), 2 deletions(-)
+
+commit 8785d515d073679fa15db97ed01f2f6525ae6566
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jan 19 22:43:16 2023 +0200
+
+    [ci] Don’t install glib-utils on macOS
+    
+    Homebrew can’t make up their mind, they seem to have merged the glib
+    packages again.
+
+ .github/workflows/macos-ci.yml | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 5ddb5fb847c741201bca382780e4cde9d627f2bb
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jan 19 22:41:49 2023 +0200
+
+    [ci] Don’t install gtk-doc on macOS
+    
+    We are not building the documentation here.
+
+ .github/workflows/macos-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 48df846a413a3734a18bfe13e661e41a1bafed88
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jan 19 22:38:36 2023 +0200
+
+    [ci] Make homebrew do less work
+
+ .github/workflows/macos-ci.yml | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 35f0184bfd260f08eab869a7911453c8e612a122
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jan 17 20:48:11 2023 +0200
+
+    [ci] Clean a bit and add some consistency
+
+ .github/workflows/linux-ci.yml | 70 ++++++++++++++++++++-----------------
+ .github/workflows/macos-ci.yml | 39 ++++++++++++++++-----
+ .github/workflows/msvc-ci.yml  | 64 +++++++++++++++++-----------------
+ .github/workflows/msys2-ci.yml | 79 +++++++++++++++++++++---------------------
+ 4 files changed, 141 insertions(+), 111 deletions(-)
+
+commit edd5a37e791569ed1df9291d95e6c8ee0839987e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 18:39:32 2023 -0700
+
+    [hb-info] Implement script/language-sensitive --list-features
+    
+    I'm not very confident in the implementation.
+
+ util/hb-info.cc | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
+ 1 file changed, 97 insertions(+), 9 deletions(-)
+
+commit a67b6aad925e31aace8d81647ce341e448af22b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 18:07:05 2023 -0700
+
+    [hb-info] Format
+
+ util/hb-info.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4927e215a4065045d64786fd0cf74be38656b708
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 18:03:31 2023 -0700
+
+    [hb-info] Format
+
+ util/hb-info.cc | 18 +++++++++++++-----
+ 1 file changed, 13 insertions(+), 5 deletions(-)
+
+commit 9ca320d69ee99025977d76a4228bc4e786ade6e9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 17:54:46 2023 -0700
+
+    [hb-info] Format
+
+ util/hb-info.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit b24c7add808bae277bd2b3246d7efdb72f7387ad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 17:53:07 2023 -0700
+
+    [hb-info] Write ISO/BCP script/language in --scripts
+
+ util/hb-info.cc | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit b8dacd46f5558b4d6313392a536309ddd49bfbeb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 17:46:24 2023 -0700
+
+    [hb-info] Format
+
+ util/hb-info.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b9a2917c2ea4b81bcbf7510c054369a8edbc170b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 17:34:10 2023 -0700
+
+    [hb-info] Simplify direction/script/language handling
+
+ util/hb-info.cc | 30 ++++++++++--------------------
+ 1 file changed, 10 insertions(+), 20 deletions(-)
+
+commit e6544148b590c2d846eee608b39501de6826a9a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 17:28:41 2023 -0700
+
+    [hb-info] Enlarge name buffer
+
+ util/hb-info.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d759918d181b1e8b53ae618dc476506a49b913e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 17:26:00 2023 -0700
+
+    [hb-info] TODO
+
+ util/hb-info.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 4baf0ada694602f63a6fd34bafc5a75f74872ad4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 17:24:05 2023 -0700
+
+    [hb-info] Add --direction, --script, --language
+
+ util/hb-info.cc | 46 +++++++++++++++++++++++++++++++++++++++-------
+ 1 file changed, 39 insertions(+), 7 deletions(-)
+
+commit 66692c82e925b2ca8d9e6fc567b1f0abbc32d331
+Merge: f43ba351e e52a23c5f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 16:26:15 2023 -0700
+
+    Merge pull request #4048 from harfbuzz/hb-info
+    
+    hb-info
+
+commit e52a23c5f8d25441bf164b4e63b28aae8082acfb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 16:01:29 2023 -0700
+
+    [hb-info] Add --show-extents
+
+ util/hb-info.cc | 29 +++++++++++++++++++++++++----
+ 1 file changed, 25 insertions(+), 4 deletions(-)
+
+commit 1302a88b25f38dfb0cf463ed0cbb3bb21811f590
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 15:51:46 2023 -0700
+
+    [hb-info] Add --dump-table
+
+ util/hb-info.cc | 17 +++++++++++++++++
+ 1 file changed, 17 insertions(+)
+
+commit 148ee3e0c73dd9c00988ad46b01fcd18ef5f5cc4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 15:41:13 2023 -0700
+
+    [hb-info] Make --show-style and --show-postscript-name show named-instance
+
+ util/hb-info.cc | 23 +++++++++++++++++++++--
+ 1 file changed, 21 insertions(+), 2 deletions(-)
+
+commit 2a3903b37fbfdf49e56ba6a343f98b4f60a0196e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 15:34:14 2023 -0700
+
+    [hb-info] TODO items
+
+ util/hb-info.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 5540367ee2e0be55b782bb6ff33df48613c4d904
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 15:30:27 2023 -0700
+
+    [hb-info] Add --show-version
+
+ util/hb-info.cc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 3c734f4479068c0b9a6a768ff55d9ecd0d73d6f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 15:27:13 2023 -0700
+
+    [hb-info] Add --show-postscript-name
+
+ util/hb-info.cc | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 895d3f9e3e146e0f185000962f0897c1fc693dac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 15:24:32 2023 -0700
+
+    [hb-info] Mark --show-all as default
+
+ util/hb-info.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit dec320a4630a1d71f94d6e81ea95b5c855dfe01a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 15:18:06 2023 -0700
+
+    [hb-info] Put back -l for --list-tables
+
+ util/hb-info.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9395bbaa6710ad3b7c8415340d068c467cc31f8f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 15:17:33 2023 -0700
+
+    [hb-info] Format
+
+ util/hb-info.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit d7cf69ede2fe9ad7f1eb9559a4f8638b11c550f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 15:15:56 2023 -0700
+
+    [hb-info] Format
+
+ util/hb-info.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 7af0624bdf9d2c8d712eacb5dd46787deeb5cfd6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 15:11:55 2023 -0700
+
+    [hb-info] Remove unintended short option
+
+ util/hb-info.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 21151401219a4f6b4a907f14b783bc61d397136f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 15:10:00 2023 -0700
+
+    [hb-info] Add --show-unique-name and --show-full-name
+
+ util/hb-info.cc | 22 ++++++++++++----------
+ 1 file changed, 12 insertions(+), 10 deletions(-)
+
+commit 2d9ba17a535d2c466dce1f09064dfba73a92e387
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 15:06:21 2023 -0700
+
+    [hb-info] Add --show-style
+
+ util/hb-info.cc | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit fecb2eeca0120e4cf9d06f3164e38d4daa983bd0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 15:05:00 2023 -0700
+
+    [hb-info] Add --show-family
+
+ util/hb-info.cc | 27 +++++++++++++++++++++++++++
+ 1 file changed, 27 insertions(+)
+
+commit f25c03162b2b6132199712bdd165faee0075b2f6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 14:57:45 2023 -0700
+
+    [hb-info] Change separator to ===
+
+ util/hb-info.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5b05edd221d85b9d6c83dfc2d8e0aa32781b8b1f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 14:57:30 2023 -0700
+
+    [hb-info] Add --list-names
+
+ util/hb-info.cc | 31 ++++++++++++++++++++++++++++++-
+ 1 file changed, 30 insertions(+), 1 deletion(-)
+
+commit 67c9845301a317dae5a33ba0de003ec060427ee4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 14:45:04 2023 -0700
+
+    [hb-info] Make -l list tables ala ttx
+
+ util/hb-info.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 972e3b76da8330faec20883f978c40d701908d98
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 14:42:18 2023 -0700
+
+    [hb-info] Minor formatting
+
+ util/hb-info.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c1679e02662d1589dfcdc8802a8ae7889807405b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 14:41:13 2023 -0700
+
+    [hb-info] Default to --show-all
+
+ util/hb-info.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 1eca2c88a29c2a29c6f7687c79f567598ecae869
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 14:38:12 2023 -0700
+
+    [hb-info] Add a few short option forms
+
+ util/hb-info.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit e5a07c883c90ad8c0108c967f664e7468b4ca14a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 14:34:32 2023 -0700
+
+    [hb-info] --help format
+
+ util/hb-info.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b215f6a84f38725a628248ea25cbb88e57f2c464
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 14:31:45 2023 -0700
+
+    [hb-info] Add --show-unicode-count
+
+ util/hb-info.cc | 19 +++++++++++++++++++
+ 1 file changed, 19 insertions(+)
+
+commit 3189b614b1d3ac3343c17b1b67acadb8d4f4e6e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 14:24:26 2023 -0700
+
+    [hb-info] Format
+
+ util/hb-info.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit fd20a7e143e2e2dfa4c13ab255570200510cd508
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 14:23:36 2023 -0700
+
+    [hb-info] Add --show-glyph-count
+
+ util/hb-info.cc | 22 ++++++++++++++++++----
+ 1 file changed, 18 insertions(+), 4 deletions(-)
+
+commit 38c71cebd070ee0e1e25836ab1fb485bebfd066e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 14:19:05 2023 -0700
+
+    [hb-info] Add --show-upem --show-all --all
+
+ util/hb-info.cc | 38 +++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 37 insertions(+), 1 deletion(-)
+
+commit aee7454d05256b206a4aa5892d9ca6211c7d3189
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 14:09:45 2023 -0700
+
+    [hb-info] Add --list-scripts
+
+ util/hb-info.cc | 31 +++++++++++++++++++++++++++----
+ 1 file changed, 27 insertions(+), 4 deletions(-)
+
+commit 9ca2f86fe0807c7abf8e967130734be76a25f52d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 14:04:37 2023 -0700
+
+    [hb-info] Minor verbose print
+
+ util/hb-info.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9a94c06052e6dd6e752aaac7ce5924f205b73072
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 13:56:36 2023 -0700
+
+    [hb-info] Minor we have face available
+
+ util/hb-info.cc | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit 8921f593f953947760ab97bd844b20b0c9edc1be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 13:49:22 2023 -0700
+
+    [hb-info] Print "---" separator
+
+ util/hb-info.cc | 38 +++++++++++++++++++++++++++-----------
+ 1 file changed, 27 insertions(+), 11 deletions(-)
+
+commit f514f697246bd9a19429c5e42038532b48bbab4f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 13:35:15 2023 -0700
+
+    [hb-info] Add --quiet
+
+ util/hb-info.cc | 60 +++++++++++++++++++++++++++++++++++++++++++++++++--------
+ 1 file changed, 52 insertions(+), 8 deletions(-)
+
+commit dc717ced8d378aa455a3ca749b8b932bf2b53b97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 13:16:34 2023 -0700
+
+    [hb-info] Simplify
+
+ util/hb-info.cc | 42 ++++++++++++++++++++++++++----------------
+ 1 file changed, 26 insertions(+), 16 deletions(-)
+
+commit 1816d3664d52b94547a6f0882173a8d5d7f93d19
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 12:59:26 2023 -0700
+
+    [hb-info] Flesh out
+
+ util/face-options.hh |  29 -----
+ util/font-options.hh | 281 ---------------------------------------------
+ util/hb-info.cc      | 318 ++++++++++++++++++++++++++++++++++++++++++++++++++-
+ 3 files changed, 316 insertions(+), 312 deletions(-)
+
+commit ca903f7531f71a81c06a4e9fc4f7166af3f04968
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 12:40:27 2023 -0700
+
+    [hb-info] Start adding
+
+ util/Makefile.am      |   3 ++
+ util/Makefile.sources |   8 ++++
+ util/hb-info.cc       | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ util/meson.build      |  13 ++++++
+ 4 files changed, 132 insertions(+)
+
+commit f43ba351e87e6abc084c4c67ab0cdb093689d415
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 12:17:30 2023 -0700
+
+    [util] Limit chafa to one thread
+
+ util/helper-cairo-ansi.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 2b010d8017c18375d16e897eee22a092f65d80c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 12:14:50 2023 -0700
+
+    [util] Minor hide --font-ptem sometimes
+
+ util/font-options.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 06c064a351bca485cc7d1245b57835b413459e32
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 19 11:17:49 2023 -0700
+
+    [util] Use hb_font_glyph_to_string
+
+ util/font-options.hh | 15 ++++++---------
+ 1 file changed, 6 insertions(+), 9 deletions(-)
+
+commit 0c7d386748e7cf0bfb09598f82b84b8927d78190
+Merge: ea291493d 0b32cf902
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 21:50:10 2023 -0700
+
+    Merge pull request #4044 from harfbuzz/custom-palette
+    
+    Custom palette
+
+commit 0b32cf902322a38b067ef7748380d91430dd4151
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 21:16:38 2023 -0700
+
+    [COLR] Rename a variable
+
+ src/OT/Color/COLR/COLR.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 1d58c8fb0ec78ee92e3274e9cb07d56c1f5b342f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 21:14:24 2023 -0700
+
+    [paint] Typo
+
+ src/hb-paint.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 7aca3b509039b3a522cfd03e3aaaca9fe7017dba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 20:49:06 2023 -0700
+
+    [COLRv1] Hook up custom palette colors
+
+ src/OT/Color/COLR/COLR.hh | 12 +++++++++---
+ src/hb-ft-colr.hh         | 50 +++++++++++++++++++++++++++++++++++------------
+ 2 files changed, 46 insertions(+), 16 deletions(-)
+
+commit d695cc87353f59f1647351e2194d513b42ae55ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 20:45:19 2023 -0700
+
+    [paint] Docs
+
+ docs/harfbuzz-sections.txt | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 53bd9039e77d822d2d258dc5b056509cb758ad24
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 20:44:05 2023 -0700
+
+    [paint] Doc
+
+ src/hb-font.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 8afd3ccb106196c230741417d8364722df7f6e32
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 20:43:10 2023 -0700
+
+    [paint] Add HB_PAINT_PALETTE_INDEX_CUSTOM
+
+ src/hb-font.cc |  3 ++-
+ src/hb-paint.h | 12 ++++++++++++
+ 2 files changed, 14 insertions(+), 1 deletion(-)
+
+commit 9a2f2b593eca24fc5e4a412d7ab2d776d28953e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 20:39:36 2023 -0700
+
+    [font] Rename palette to palette_index
+
+ src/hb-font.cc | 8 ++++----
+ src/hb-font.h  | 6 +++---
+ 2 files changed, 7 insertions(+), 7 deletions(-)
+
+commit bd733146168bce4cb0ea6dd6dc314d5366d85f0a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 20:37:21 2023 -0700
+
+    [paint] Add API for custom palettes
+
+ src/hb-paint.cc | 23 +++++++++++++++++++++++
+ src/hb-paint.h  | 39 +++++++++++++++++++++++++++++++++++++++
+ src/hb-paint.hh |  6 ++++++
+ 3 files changed, 68 insertions(+)
+
+commit ea291493d2d52480accfb2402946b19ef00ce74b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 19:51:22 2023 -0700
+
+    [hb-shape/view] List variation sequences in --list-unicodes
+
+ util/font-options.hh | 36 ++++++++++++++++++++++++++++++++----
+ 1 file changed, 32 insertions(+), 4 deletions(-)
+
+commit 8564d2266bc7988b6744e20bfb188d9328ef56e8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 19:43:33 2023 -0700
+
+    [hb-shape/view] Add --list-glyphs
+
+ util/font-options.hh | 28 +++++++++++++++++++++++++++-
+ 1 file changed, 27 insertions(+), 1 deletion(-)
+
+commit bf8bb9fb83575e99484f953d078fe0328d3dc344
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 19:39:30 2023 -0700
+
+    [hb-shape/view] Add --list-unicodes
+
+ util/font-options.hh | 37 +++++++++++++++++++++++++++++++++++++
+ 1 file changed, 37 insertions(+)
+
+commit 13c70066de00b46a0c30a32daa9e10647fd2e531
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 17:29:26 2023 -0700
+
+    Shut up gcc 13 -Wdangling-reference
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4043
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 1abcc32137be9cce13bd8dc63b11a2759e5f8679
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jan 18 18:22:00 2023 +0200
+
+    Revert "[ci] Use sccache with msys2"
+    
+    This reverts commit b9646dfd6290dbf7819cc042bb6f541b80ef8b68.
+    
+    For some reason using sccache re-introduces the random CI crashes that
+    was previously fixed in 80dd751564e8a9153f7466e687b8699a5e7e27c6.
+
+ .github/workflows/msys2-ci.yml | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit eed5d5efdd37bfbf06f52b67a5dd9d170576d2ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 14:13:12 2023 -0700
+
+    [VarComposite] Implement RESET_UNSPECIFIED_AXES
+    
+    Fixes https://github.com/harfbuzz/boring-expansion-spec/issues/79
+
+ src/OT/glyf/Glyph.hh             | 6 +++++-
+ src/OT/glyf/VarCompositeGlyph.hh | 2 ++
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+commit 4300a18b852f67ad2b45fb9c1c04474c9f234eb2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 18 10:44:13 2023 -0700
+
+    [arabic-fallback] Fix ligature code
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4042
+    
+    This was broken in 20e9f0b.
+
+ src/hb-ot-shaper-arabic-fallback.hh | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+commit b9646dfd6290dbf7819cc042bb6f541b80ef8b68
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jan 17 20:46:33 2023 +0200
+
+    [ci] Use sccache with msys2
+
+ .github/workflows/msys2-ci.yml | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 22a4fca375e54c5b3fabb56559ef2400cc5807a3
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jan 17 18:10:36 2023 +0200
+
+    [ci] Use sccache for msvc jobs
+    
+    Meson will not use ccache with MSVC, so we use sccache here.
+
+ .github/workflows/msvc-ci.yml | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 582636bce035e655392d82c400a2953ccb815a2c
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jan 17 18:09:41 2023 +0200
+
+    [ci] Use ccache for linux and macos jobs
+
+ .github/workflows/linux-ci.yml | 5 ++++-
+ .github/workflows/macos-ci.yml | 6 +++++-
+ 2 files changed, 9 insertions(+), 2 deletions(-)
+
+commit 99146e76090787fd3e2f39289556da9bcf911e60
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jan 17 17:20:19 2023 +0200
+
+    [ci] We don’t need to install ragel on msys2
+
+ .github/workflows/msys2-ci.yml | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 842e26d32ca42ed7715eb3f1018be6fd86f3d036
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jan 17 17:02:56 2023 +0200
+
+    [ci] Remove no longer needed workaround
+    
+    Meson seems to take care of this itself now.
+
+ .github/workflows/msvc-ci.yml | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 4d86c65c7ab544fe614c1c8f49d6154ea7b1ee04
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 17 07:34:45 2023 -0700
+
+    [hb-cairo] Fix linear-gradient reduce_anchors
+
+ src/hb-cairo-utils.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 910adc7e9263fb6f8456e282c5d5b62faa0bc923
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jan 17 14:23:46 2023 +0200
+
+    [test-paint] Update expectations
+
+ test/api/results/bad-154    | 622 ++++++++++++++++++++++++--------------------
+ test/api/results/test-154   |  28 +-
+ test/api/results/testvf-154 |  28 +-
+ 3 files changed, 375 insertions(+), 303 deletions(-)
+
+commit 4f4b6e03f43e651bc18d8c9b724d779855e62e03
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jan 17 14:08:58 2023 +0200
+
+    [wrap] Add fallback source URL for zlib
+    
+    Hopefully this fixes the intermittent CI failures due to download
+    failures.
+
+ subprojects/zlib.wrap | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit c86bab3fb4d2a52d6970d1fffd00e1b112b0b3c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 17 06:29:17 2023 -0700
+
+    [test-paint] Use G_GNUC_PRINTF
+
+ test/api/test-paint.c | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 92d5ec2f1618c3b899c74216f7f05ea85f815b8e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 17 05:59:19 2023 -0700
+
+    [bit-page] Mark len() function static
+
+ src/hb-bit-page.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0a3e4c12ac770f36e52a1934862c1f98429d9b1b
+Author: Amir Masoud Abdol <amirmasoudabdol@icloud.com>
+Date:   Tue Jan 17 09:36:03 2023 +0100
+
+    Replace the deprecated $<CONFIGURATION> with $<CONFIG>
+
+ CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f38e35ebc317eaf311a334af40488a607c693194
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 16 18:07:39 2023 -0700
+
+    [cairo] Internal function renames
+
+ src/hb-cairo-utils.cc | 42 +++++++++++++++++++++---------------------
+ src/hb-cairo-utils.hh | 42 +++++++++++++++++++++---------------------
+ src/hb-cairo.cc       | 10 +++++-----
+ 3 files changed, 47 insertions(+), 47 deletions(-)
+
+commit e4a41f5e16b56a7c84055960dcac34e7b5ac94df
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 16 16:27:04 2023 -0700
+
+    [COLRv1] Implement recursive clip boxes
+    
+    Tests need update.
+    
+    hb-view test_glyphs-glyf_colr_1_variable.ttf -u f0c00
+
+ src/OT/Color/COLR/COLR.hh | 31 ++++++++++++++++++++++++-------
+ src/hb-ft-colr.hh         | 24 ++++++++++++++++--------
+ 2 files changed, 40 insertions(+), 15 deletions(-)
+
+commit f02c4ebb409befa41857d4df9465c5944f25e87b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 16 14:17:16 2023 -0700
+
+    [test-paint] Adjust condition for enabling ft backend
+
+ test/api/test-paint.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7dfa672dac958bdbc7703ab0920e167eaa126754
+Author: Sergei Trofimovich <slyich@gmail.com>
+Date:   Mon Jan 16 19:49:53 2023 +0000
+
+    test/threads/hb-subset-threads.cc: add missing <cstdio> include
+    
+    This week's `gcc-13` snapshot cleaned further up it's standard headers
+    and exposed missing declaration as a build failure:
+    
+        ../test/threads/hb-subset-threads.cc: In function 'void test_operation(operation_t, const char*, const test_input_t&)':
+        ../test/threads/hb-subset-threads.cc:127:3: error: 'printf' was not declared in this scope
+    
+        ../test/threads/hb-subset-threads.cc: In function 'int main(int, char**)':
+        ../test/threads/hb-subset-threads.cc:157:19: error: 'atoi' was not declared in this scope
+
+ test/threads/hb-subset-threads.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit f11271cc036ae6ecee5e75a93da13078a6b97d11
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 16 13:14:58 2023 -0700
+
+    [cairo] Version-check the variations code
+
+ src/hb-cairo.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit a180ae43ce0ae8bccc45913a6443c0d109ce7ee9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 16 13:06:30 2023 -0700
+
+    [bit-set] Use for loop instead of memset for page clear
+    
+    Produces faster code.
+
+ src/hb-bit-page.hh | 15 ++++++++++++---
+ 1 file changed, 12 insertions(+), 3 deletions(-)
+
+commit 8e8ca03b2a970f816e024d21ad9ab7dcd4ed76ad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 16 12:38:53 2023 -0700
+
+    [hb-fc] Minor remove unused variable
+
+ util/hb-fc.cc | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit e903397bc33a202410255b56abdbe05aa4963b78
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 16 12:33:17 2023 -0700
+
+    Whitespace
+
+ util/ansi-print.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit ca1de29e0a85508b9938defd5e7a4b08e3134c7b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 16 12:08:11 2023 -0700
+
+    [set] Adjust hb_set_copy()
+
+ src/hb-set.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit b7f1c30c2062837932d70bd7fbd5fb69289e4f36
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 16 12:07:15 2023 -0700
+
+    [map] Adjust hb_map_copy()
+
+ src/hb-map.cc | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit e0883d60e4203e9a01e6276c7c56dc5d427c60b6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 16 12:02:21 2023 -0700
+
+    Whitespace
+
+ src/hb-paint-extents.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 82a3b2dbb5fa65c2dba8f2ec81796f45e4ffe9a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 16 11:18:22 2023 -0700
+
+    [util] Fix --named-instance
+
+ util/font-options.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ad6b9c417d240b82ed4e03f6cd9a1b4bec993064
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 16 11:07:03 2023 -0700
+
+    [util] Format --list-features
+
+ util/font-options.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0f4da85074a0de1c0221d8af1d100eba4e78e3b9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 16 11:04:38 2023 -0700
+
+    [util] Minor in --list-features clear feature set between GSUB/GPOS
+
+ util/font-options.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit f25e3696eb315e3bccc24b9d4b89ce22c9f05c5f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 16 10:54:23 2023 -0700
+
+    [hb-shape/hb-view] Better --list-features
+
+ util/font-options.hh | 111 +++++++++++++++++++++++++++++++++------------------
+ 1 file changed, 72 insertions(+), 39 deletions(-)
+
+commit 32d439596d8d6157f4b621570f120afea6b3ca38
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 15 22:34:14 2023 -0700
+
+    [hb-shape/view] Print feature names in --list-features
+
+ util/font-options.hh | 41 ++++++++++++++++++++++++++++++++++++++---
+ 1 file changed, 38 insertions(+), 3 deletions(-)
+
+commit cc6a9bfa6f4eca07b8dec693acfc557cd21c073c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 15 18:16:19 2023 -0700
+
+    [hb-shape/view] Print table length in --list-tables
+
+ util/face-options.hh | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 880d65c9056dc029140af0084693189dbab5fb71
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 15 18:14:14 2023 -0700
+
+    [hb-shape/view] Add --list-tables
+
+ util/face-options.hh | 23 +++++++++++++++++++++++
+ 1 file changed, 23 insertions(+)
+
+commit 3d5a922bcac06a47a589070b49f58b44d0c7ba2d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 15 16:15:52 2023 -0700
+
+    Fix really
+
+ util/font-options.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 484831be3dd1e113c92370cc5df781432b770ccd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 15 16:14:53 2023 -0700
+
+    [util] Fix build
+
+ util/font-options.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 8a6ecc5c89c524bf0a2d985dc39eaf793bfe5a01
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 15 13:54:27 2023 -0700
+
+    [hb-view/shape] Add --list-features
+
+ util/font-options.hh | 39 +++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 39 insertions(+)
+
+commit 40a8145acc7e90535c0089e393216a5602f7f9e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 15 11:30:24 2023 -0700
+
+    [util] Don't use hb_vector_t
+
+ util/font-options.hh | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit d769e8ae7c125cf2ed0686f3c9e99e9525ecbbd4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 15 10:58:15 2023 -0700
+
+    [hb-shape/view] Add --named-instance
+
+ src/hb-font.cc       | 11 ++++++-----
+ util/font-options.hh |  3 +++
+ 2 files changed, 9 insertions(+), 5 deletions(-)
+
+commit 99838770abbd810caf63db7957d524537cb34290
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 15 10:54:01 2023 -0700
+
+    [font] Add hb_font_get_var_named_instance()
+    
+    Two new API:
+    +HB_FONT_NO_VAR_NAMED_INSTANCE
+    +hb_font_get_var_named_instance
+
+ docs/harfbuzz-sections.txt |  2 ++
+ src/hb-font.cc             | 28 ++++++++++++++++++++++------
+ src/hb-font.h              | 15 ++++++++++++++-
+ 3 files changed, 38 insertions(+), 7 deletions(-)
+
+commit 40bf30bfeb5cda9a8e147313f7b3a7ba8f671275
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 15 10:45:47 2023 -0700
+
+    [util] Print named-instance index in --list-variations
+
+ util/font-options.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d195e077e9ba22c2c54c2efc1677a4ded6ff250b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 15 10:44:04 2023 -0700
+
+    [font] Remember named_instance index
+    
+    Specially, in hb_font_set_variations() default to the named_instance
+    for unspecified axes.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1883
+
+ src/hb-font.cc | 36 ++++++++++++++++++++----------------
+ src/hb-font.hh |  1 +
+ 2 files changed, 21 insertions(+), 16 deletions(-)
+
+commit 14a83d6cc7c6da9f82d1d048ad930d9654c3e479
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 15 10:11:54 2023 -0700
+
+    [hb-shape/view] --list-variations cleanup
+
+ util/font-options.hh | 14 +++++++++-----
+ 1 file changed, 9 insertions(+), 5 deletions(-)
+
+commit e1a5448306a555a66cb337a419e275bb5d98d461
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 15 10:00:26 2023 -0700
+
+    [hb-shape/view] Print named-instances in --list-variations
+    
+    Might remove the coordinates.
+
+ util/font-options.hh | 30 +++++++++++++++++++++++++++++-
+ 1 file changed, 29 insertions(+), 1 deletion(-)
+
+commit 9abc21072b34b4170fbc73bdec7e6b7dcd70d123
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 15 09:46:19 2023 -0700
+
+    [hb-shape/view] Add --list-variations
+
+ util/font-options.hh | 46 ++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 46 insertions(+)
+
+commit d015e9016c4c4028996ba6ea2be11756963d2a2c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 18:50:16 2023 -0700
+
+    [ms-features] Comment
+
+ src/hb-ms-feature-ranges.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit ea1ee0d4b6e283b025cf37cee9f8359c8b848ac1
+Author: Garret Rieger <grieger@google.com>
+Date:   Sat Jan 14 00:23:53 2023 +0000
+
+    [instance] drop and don't collect lookups from feature variations when fully instancing.
+    
+    This previously incorrectly collected lookups that could be reached via feature variations that are dropped and not activated by the current instance position.
+
+ src/hb-ot-layout-gsubgpos.hh                       |  23 ++++++++++++++++++---
+ src/hb-subset-plan.cc                              |  12 ++++++++++-
+ .../MPLUS1-Variable.default.30DD.wght=100.ttf      | Bin 0 -> 1460 bytes
+ .../MPLUS1-Variable.default.30DD.wght=400.ttf      | Bin 0 -> 1712 bytes
+ ...iable.default.retain-all-codepoint.wght=400.ttf | Bin 1660624 -> 0 bytes
+ ...otdef-outline.retain-all-codepoint.wght=400.ttf | Bin 1660668 -> 0 bytes
+ ...ototype.layout-test-retain-gids.41,42,43,57.otf | Bin 5924 -> 5920 bytes
+ ...FPrototype.layout-test-retain-gids.41,42,43.otf | Bin 5212 -> 5208 bytes
+ ...beVFPrototype.layout-test-retain-gids.41,42.otf | Bin 4732 -> 4728 bytes
+ ...FPrototype.layout-test-retain-gids.41,56,57.otf | Bin 5048 -> 5044 bytes
+ ...AdobeVFPrototype.layout-test-retain-gids.41.otf | Bin 3996 -> 3992 bytes
+ ...beVFPrototype.layout-test-retain-gids.42,57.otf | Bin 5040 -> 5036 bytes
+ .../AdobeVFPrototype.layout-test.41,42,43,57.otf   | Bin 5480 -> 5476 bytes
+ .../AdobeVFPrototype.layout-test.41,42,43.otf      | Bin 4952 -> 4948 bytes
+ .../AdobeVFPrototype.layout-test.41,42.otf         | Bin 4468 -> 4464 bytes
+ .../AdobeVFPrototype.layout-test.41,56,57.otf      | Bin 4620 -> 4616 bytes
+ .../AdobeVFPrototype.layout-test.41.otf            | Bin 3768 -> 3764 bytes
+ .../AdobeVFPrototype.layout-test.42,57.otf         | Bin 4600 -> 4596 bytes
+ .../data/expected/variable/Fraunces.default.61.ttf | Bin 4232 -> 4228 bytes
+ .../data/tests/instance_feature_variations.tests   |   4 ++--
+ 20 files changed, 33 insertions(+), 6 deletions(-)
+
+commit d250148db08f620022092487578f36474f35b127
+Merge: 81b942e36 60a4f2e6f
+Author: Matthias Clasen <matthias.clasen@gmail.com>
+Date:   Thu Jan 12 21:26:24 2023 -0500
+
+    Merge pull request #4024 from harfbuzz/test-paint-variable
+    
+    test-paint: Add variable font tests
+
+commit 60a4f2e6f5fd8896cd09a1274a4e772c987d695d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 19:12:46 2023 -0700
+
+    [test-paint] Detect FreeType COLRv1 from struct size
+
+ test/api/test-paint.c | 55 +++++++++++++++++++++++++++++----------------------
+ 1 file changed, 31 insertions(+), 24 deletions(-)
+
+commit b783967242cce70e814fc817c49f08e4ec0599ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 18:58:07 2023 -0700
+
+    [test] Minor save glyph_count
+
+ test/api/test-paint.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit cca0ed9bcd91fbdb4611cfba51ebf068d50081ed
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Jan 11 06:44:25 2023 -0500
+
+    test-paint: Add variable font tests
+    
+    These needs freetype master to work.
+
+ .../api/fonts/test_glyphs-glyf_colr_1_variable.ttf | Bin 0 -> 70336 bytes
+ test/api/results/testvf-10                         |  22 +++++++++
+ test/api/results/testvf-106                        |  30 ++++++++++++
+ test/api/results/testvf-116                        |  26 +++++++++++
+ test/api/results/testvf-123                        |  47 +++++++++++++++++++
+ test/api/results/testvf-154                        |  30 ++++++++++++
+ test/api/results/testvf-165                        |  22 +++++++++
+ test/api/results/testvf-175                        |  36 +++++++++++++++
+ test/api/results/testvf-6                          |  21 +++++++++
+ test/api/results/testvf-92                         |  21 +++++++++
+ test/api/test-paint.c                              |  51 +++++++++++++++++----
+ 11 files changed, 296 insertions(+), 10 deletions(-)
+
+commit 81b942e363f3ca7b156e2a1ba21f74c1f3de8848
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 18:42:22 2023 -0700
+
+    [os2] Comment
+
+ src/hb-ot-os2-table.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 9fb9be8d43262f46c8a639d80fa049dcb0e440f0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 18:37:45 2023 -0700
+
+    [os2] Rewrite a loop
+
+ src/hb-ot-os2-table.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 082e5c5defec424856fdc82c94a388eac1c409c2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 18:37:07 2023 -0700
+
+    [os2] Minor add a cast
+
+ src/hb-ot-os2-unicode-ranges.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 45fe897e89f348bc16db538d2da7583e5fa4808a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 18:36:16 2023 -0700
+
+    [os2] Rename a couple of variables
+
+ src/hb-ot-os2-unicode-ranges.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 2dcbf3bd07ea10bf81548f4407afead2cc1ea2b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 18:29:16 2023 -0700
+
+    [os2] Inline a trivial function
+
+ src/hb-ot-os2-table.hh | 16 ++--------------
+ 1 file changed, 2 insertions(+), 14 deletions(-)
+
+commit 075fe33446aa66ee36004f23a309b41e18991d49
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 17:14:42 2023 -0700
+
+    Enable -Wunsafe-loop-optimizations
+    
+    I don't get any.
+
+ src/hb.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ed023f66df642b58e486da855e871c7dbc0a9576
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 17:04:24 2023 -0700
+
+    Enable -Wformat-signedness
+    
+    And fix the codebase.
+
+ src/OT/Layout/GPOS/CursivePosFormat1.hh            |  4 +--
+ src/OT/Layout/GPOS/MarkArray.hh                    |  4 +--
+ src/OT/Layout/GPOS/PairPosFormat2.hh               |  6 ++--
+ src/OT/Layout/GPOS/PairSet.hh                      |  6 ++--
+ src/OT/Layout/GPOS/SinglePosFormat1.hh             |  4 +--
+ src/OT/Layout/GPOS/SinglePosFormat2.hh             |  4 +--
+ src/OT/Layout/GSUB/AlternateSet.hh                 |  6 ++--
+ src/OT/Layout/GSUB/Ligature.hh                     |  8 ++---
+ .../Layout/GSUB/ReverseChainSingleSubstFormat1.hh  |  4 +--
+ src/OT/Layout/GSUB/Sequence.hh                     | 12 ++++----
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh           |  6 ++--
+ src/OT/Layout/GSUB/SingleSubstFormat2.hh           |  6 ++--
+ src/OT/glyf/SubsetGlyph.hh                         |  2 +-
+ src/OT/glyf/glyf-helpers.hh                        |  4 +--
+ src/graph/graph.hh                                 |  8 ++---
+ src/graph/serialize.hh                             |  6 ++--
+ src/hb-aat-layout-kerx-table.hh                    |  4 +--
+ src/hb-aat-layout-morx-table.hh                    |  6 ++--
+ src/hb-buffer-verify.cc                            |  4 +--
+ src/hb-debug.hh                                    |  2 +-
+ src/hb-ot-layout-gsubgpos.hh                       |  2 +-
+ src/hb-ot-layout.cc                                |  6 ++--
+ src/hb-ot-shaper-arabic.cc                         | 16 +++++-----
+ src/hb-ot-shaper-indic-machine.hh                  |  2 +-
+ src/hb-ot-shaper-indic-machine.rl                  |  2 +-
+ src/hb-ot-shaper-khmer-machine.hh                  |  2 +-
+ src/hb-ot-shaper-khmer-machine.rl                  |  2 +-
+ src/hb-ot-shaper-myanmar-machine.hh                |  2 +-
+ src/hb-ot-shaper-myanmar-machine.rl                |  2 +-
+ src/hb-ot-shaper-use-machine.hh                    |  2 +-
+ src/hb-ot-shaper-use-machine.rl                    |  2 +-
+ src/hb-ot-tag.cc                                   |  4 +--
+ src/hb-repacker.hh                                 |  4 +--
+ src/hb-sanitize.hh                                 |  8 ++---
+ src/hb-shape-plan.cc                               |  6 ++--
+ src/hb-subset-plan.hh                              |  2 +-
+ src/hb.hh                                          |  2 +-
+ src/main.cc                                        | 36 +++++++++++-----------
+ src/test-ot-meta.cc                                |  4 +--
+ src/test-unicode-ranges.cc                         |  2 +-
+ src/test.cc                                        |  2 +-
+ util/font-options.hh                               |  2 +-
+ util/shape-format.hh                               |  2 +-
+ 43 files changed, 110 insertions(+), 110 deletions(-)
+
+commit 7b5f0dd3a8b4a126b7952fea1c4c30b8b456083e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 15:05:19 2023 -0700
+
+    Move hb-ot-name-language-static.hh out of hb-static.cc
+    
+    Since hb-static.cc is used by libharfbuzz-cairo as well.
+
+ src/hb-ot-name.cc | 2 ++
+ src/hb-static.cc  | 1 -
+ src/hb-subset.cc  | 5 +++++
+ 3 files changed, 7 insertions(+), 1 deletion(-)
+
+commit 449f6df7622c2e363841823c92ca5fd4faee9d62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 14:52:00 2023 -0700
+
+    [mutex] Add constructor/destructor
+    
+    Use in one place.
+
+ src/hb-mutex.hh              | 3 +++
+ src/hb-subset-accelerator.hh | 7 +------
+ 2 files changed, 4 insertions(+), 6 deletions(-)
+
+commit 8e71f7e8eda4ab4c664ee5c073db56f223bf6b20
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 14:46:44 2023 -0700
+
+    [subset-accelerator] Streamline constructor/destructor
+
+ src/hb-subset-accelerator.hh | 52 +++++++++++++++++++++++++++++---------------
+ 1 file changed, 34 insertions(+), 18 deletions(-)
+
+commit c4c646280fd2b6e3141ecc0f45d477c8f2b43bc7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 13:58:46 2023 -0700
+
+    [unicode] Adjust error message
+
+ src/hb-unicode.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0d665291358f2648725e605e7deb88cbe4ee0490
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 13:14:24 2023 -0700
+
+    [bit-page] Minor simplify bit-page specification
+
+ src/hb-bit-page.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 32866a331e49da465812f329d494bb8612dc14db
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 13:02:30 2023 -0700
+
+    [subset-input] Simplify destruction
+
+ src/hb-subset-input.hh | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit d5b826fd0910f68dcdc4c6f6e990c7b188a95255
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 12:55:47 2023 -0700
+
+    [subset-input] Fix leak
+
+ src/hb-subset-input.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit c52810529e8eae366b0d7d94b8077b5e2ab5f06b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 12:53:46 2023 -0700
+
+    [subset-plan] Move construction to constructor
+
+ src/hb-subset-plan.cc | 157 ++++++++++++++++++++++++++------------------------
+ src/hb-subset-plan.hh |   3 +
+ 2 files changed, 84 insertions(+), 76 deletions(-)
+
+commit 26d69e059dc2fbf03ae28e52a08c1bd38f7ce2bf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 12:46:44 2023 -0700
+
+    [subset-input] Move constructor to .cc file
+
+ src/hb-subset-input.cc | 160 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-subset-input.hh | 158 +-----------------------------------------------
+ 2 files changed, 161 insertions(+), 157 deletions(-)
+
+commit a916ad9ea9b8cfc1cc34608fd4a3e608a4ef76f0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 12:44:16 2023 -0700
+
+    [subset-input] Move initialization to constructor
+
+ src/hb-subset-input.cc | 157 ------------------------------------------------
+ src/hb-subset-input.hh | 158 ++++++++++++++++++++++++++++++++++++++++++++++++-
+ 2 files changed, 157 insertions(+), 158 deletions(-)
+
+commit 875f9f6f22451f1cc02782a8269f7e1e4bce0ca0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 12:37:48 2023 -0700
+
+    [subset-input] Use shared_ptr for sets
+
+ src/hb-subset-input.cc |  2 +-
+ src/hb-subset-input.hh | 29 ++++++++++++++---------------
+ 2 files changed, 15 insertions(+), 16 deletions(-)
+
+commit ef005bc82a48d8ee0acd073a17c7d3481ecb702e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 12:09:14 2023 -0700
+
+    [subset-input] Fix destruction
+    
+    Ouch! Object was already destroyed at that point before.
+
+ src/hb-subset-input.cc |  8 --------
+ src/hb-subset-input.hh | 11 +++++++++++
+ src/hb-subset-plan.hh  |  3 ---
+ 3 files changed, 11 insertions(+), 11 deletions(-)
+
+commit c60c5995bb36a4796c747243d1e43bca04b1332f
+Merge: 8c83de139 cfb672f1e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 11:59:51 2023 -0700
+
+    Merge pull request #4028 from harfbuzz/mvar-instancing
+    
+    [instancer] Add MVAR values to OS/2
+
+commit cfb672f1e5cb0e855cec3e5baacee1507e973ce3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 10:36:39 2023 -0700
+
+    [glyf] Revert sign of advance widths back
+
+ src/OT/glyf/Glyph.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit c324d999521d3886af4560a810dcd34ef779125f
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jan 12 18:15:07 2023 +0000
+
+    [instancing] Add tests for MVAR instancing.
+
+ ...out.retain-all-codepoint.wght=150,wdth=80,CTGR=0.ttf | Bin 0 -> 1396 bytes
+ ...out.retain-all-codepoint.wght=300,wdth=90,CTGR=0.ttf | Bin 0 -> 1432 bytes
+ test/subset/data/fonts/NotoSans-VF.abc.ttf              | Bin 0 -> 11156 bytes
+ test/subset/data/profiles/no-layout.txt                 |   1 +
+ test/subset/data/tests/mvar_full_instance.tests         |  12 ++++++++++++
+ 5 files changed, 13 insertions(+)
+
+commit 8c83de1396c7b51acfd1ba1482e2dbe816048363
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 12 10:44:08 2023 -0700
+
+    [aat] Initialize values
+
+ src/hb-aat-map.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ca1909154938084be149bf84e1f38edec5bb682b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 14:36:02 2023 -0700
+
+    [hhea/vhea] Add MVAR during instancing
+
+ src/hb-ot-hmtx-table.hh | 28 ++++++++++++++++++++++++----
+ 1 file changed, 24 insertions(+), 4 deletions(-)
+
+commit f4550001380bf1c8f70119908d83538d4bafb918
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 14:25:37 2023 -0700
+
+    [post] Add MVAR to subsetting
+
+ src/hb-ot-post-table.hh | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit 9dc3e785aad419c832b69fb6d8ad53258dc8273a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 14:09:47 2023 -0700
+
+    [instancer] Add MVAR values to OS/2
+
+ src/hb-ot-os2-table.hh      | 33 +++++++++++++++++++++++++++++++++
+ src/hb-ot-var-mvar-table.hh |  9 +++++++++
+ 2 files changed, 42 insertions(+)
+
+commit e78a68bf467b86daa17377dc08f382cadb8d748c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 15:34:11 2023 -0700
+
+    [subset-input] Don't RETAIN_GIDs in keep-everything
+
+ src/hb-subset-input.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit d675f0d4f2d6269ac1dd92fa0ea0db79ce5ee3a1
+Merge: 52c8c5a05 bfd7548e2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 15:06:31 2023 -0700
+
+    Merge pull request #4023 from harfbuzz/aat-features2
+    
+    [aat] Support feature ranges
+
+commit 52c8c5a058dbbfe9373d786718b69568a25b41e0
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jan 11 18:50:24 2023 +0200
+
+    [doc] Fix API indices generation
+    
+    For whatever reason, GTK-Doc 1.33.1 will not generate HTML files for
+    indices that has these role attributes.
+
+ docs/harfbuzz-docs.xml | 128 ++++++++++++++++++++++++-------------------------
+ 1 file changed, 64 insertions(+), 64 deletions(-)
+
+commit 1135f0b8cc9fc00129012f7022986c75732ffd60
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 13:45:16 2023 -0700
+
+    Another try at fixing arm build
+
+ src/hb-ot-hmtx-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 527e2d7ce2a2659c69f90c6bc86b5bb8838ed682
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 13:41:44 2023 -0700
+
+    [gobject] Add another value type hb_ot_var_axis_info
+
+ src/hb-gobject-structs.cc | 1 +
+ src/hb-gobject-structs.h  | 4 ++++
+ 2 files changed, 5 insertions(+)
+
+commit 8206569d6373a0fe97602788c7a43a0cf1f0345a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 13:24:50 2023 -0700
+
+    [map] Remove hashmap create/destroy/vtable
+    
+    Unused now.
+
+ src/hb-map.hh   | 32 --------------------------------
+ src/test-map.cc | 10 ----------
+ 2 files changed, 42 deletions(-)
+
+commit 1426f1c8ea29a6b71ab0f1ce9d9c79b41f407eb0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 13:23:34 2023 -0700
+
+    [subset-plan] Simplify name_table_overrides allocation
+
+ src/hb-subset-input.cc | 20 ++++----------------
+ src/hb-subset-input.hh |  4 ++--
+ src/hb-subset-plan.cc  | 21 +++++++++------------
+ 3 files changed, 15 insertions(+), 30 deletions(-)
+
+commit 5cab4a55d28ec51abe1cf4a7bd09c1814378fc67
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 13:21:57 2023 -0700
+
+    [subset-input] Simplify axes_location allocation
+
+ src/hb-subset-input.cc | 9 +++------
+ src/hb-subset-input.hh | 4 ++--
+ src/hb-subset-plan.cc  | 3 +--
+ 3 files changed, 6 insertions(+), 10 deletions(-)
+
+commit df721e05628daa0d5dd9998ff22dec98db9433e7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 12:50:52 2023 -0700
+
+    [gobject] Add draw/paint value types
+
+ src/hb-gobject-structs.cc |  3 +++
+ src/hb-gobject-structs.h  | 12 ++++++++++++
+ 2 files changed, 15 insertions(+)
+
+commit 41352c08b8baa2a731331126a64978df80371b0f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 12:42:14 2023 -0700
+
+    [hmtx] Fix types
+
+ src/hb-ot-hmtx-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4e7c80396928aef328a31b84f1d8df479e31d340
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 12:38:26 2023 -0700
+
+    [subset-plan] Simplify name_table_overrides allocation
+
+ src/hb-ot-name-table.hh |  2 +-
+ src/hb-subset-plan.cc   |  5 ++---
+ src/hb-subset-plan.hh   | 10 +++-------
+ 3 files changed, 6 insertions(+), 11 deletions(-)
+
+commit 65d3db375cb51204ac971dcd2d978684ab8a9422
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 12:36:54 2023 -0700
+
+    [subset-plan] Simplify user_axes_location allocation
+
+ src/OT/glyf/glyf.hh         |  6 +++---
+ src/hb-ot-layout-common.hh  |  4 ++--
+ src/hb-ot-os2-table.hh      |  8 ++++----
+ src/hb-ot-post-table.hh     |  4 ++--
+ src/hb-ot-stat-table.hh     |  8 ++++----
+ src/hb-ot-var-fvar-table.hh |  2 +-
+ src/hb-subset-plan.cc       | 23 +++++++++++------------
+ src/hb-subset-plan.hh       |  4 +---
+ src/hb-subset.cc            |  2 +-
+ 9 files changed, 29 insertions(+), 32 deletions(-)
+
+commit 60418fcb95519013d1cf7ef57d9e63431401dc6a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 12:33:25 2023 -0700
+
+    [subset-plan] Simplify axes_index_map allocation
+
+ src/hb-ot-layout-common.hh  | 2 +-
+ src/hb-ot-var-fvar-table.hh | 6 +++---
+ src/hb-subset-plan.cc       | 3 +--
+ src/hb-subset-plan.hh       | 3 +--
+ 4 files changed, 6 insertions(+), 8 deletions(-)
+
+commit 8265277c2ee60c6d9f4e6b87f86bc2b3b296338a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 12:32:04 2023 -0700
+
+    [subset-plan] Simplify axes_location allocation
+
+ src/hb-subset-plan.cc | 5 ++---
+ src/hb-subset-plan.hh | 3 +--
+ 2 files changed, 3 insertions(+), 5 deletions(-)
+
+commit d54902c6598045112374f1f51e1775677dd77d94
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 12:29:25 2023 -0700
+
+    [subset-plan] Simplify axes_old_index_tag_map allocation
+
+ src/hb-ot-var-fvar-table.hh | 2 +-
+ src/hb-subset-plan.cc       | 5 ++---
+ src/hb-subset-plan.hh       | 3 +--
+ 3 files changed, 4 insertions(+), 6 deletions(-)
+
+commit 9f4c8fb7004bfce2bcc29f3be900a5f907e92fb3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 12:28:18 2023 -0700
+
+    [subset-plan] Minor move code around
+
+ src/hb-subset-plan.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit a34a204bf74ee0c08a67c97444ce803d6f0a0b6d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 12:27:19 2023 -0700
+
+    [subset-plan] Simplify unicodes allocation
+
+ src/hb-ot-cmap-table.hh | 2 +-
+ src/hb-ot-os2-table.hh  | 4 ++--
+ src/hb-subset-plan.cc   | 9 ++++-----
+ src/hb-subset-plan.hh   | 3 +--
+ 4 files changed, 8 insertions(+), 10 deletions(-)
+
+commit 75b33cb04b783f9f8473df46b603b6e94dc226b3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 12:24:35 2023 -0700
+
+    [subset-plan] Simplify hmtx_map / vmtx_map allocation
+
+ src/OT/glyf/Glyph.hh    | 4 ++--
+ src/hb-ot-hmtx-table.hh | 2 +-
+ src/hb-subset-plan.cc   | 3 ---
+ src/hb-subset-plan.hh   | 6 ++----
+ 4 files changed, 5 insertions(+), 10 deletions(-)
+
+commit 33ce3a0d446bef5b26fb11032849115ad948d76b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 12:21:26 2023 -0700
+
+    [subset] Minor adjust a couple types
+
+ src/OT/glyf/Glyph.hh  | 4 ++--
+ src/hb-subset-plan.cc | 4 ++--
+ src/hb-subset-plan.hh | 4 ++--
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 865d1747066a4dc91bf99cff182ae4504a53aa4f
+Merge: 5f51dd276 67eefebf8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 12:14:17 2023 -0700
+
+    Merge pull request #4027 from harfbuzz/plan-simplify
+    
+    Plan simplify
+
+commit 67eefebf8d61796a63e6e8e7c79a40564c45d723
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 11:44:09 2023 -0700
+
+    [subset-plan] Simplify user_axes_location destruction
+
+ src/hb-subset-plan.hh | 12 ++++--------
+ 1 file changed, 4 insertions(+), 8 deletions(-)
+
+commit b2007abff75f0d5d8b472e66e3b84947c9d06a70
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 11:27:22 2023 -0700
+
+    [subset-plan] Simplify glyph_map_gsub allocation
+
+ src/hb-ot-layout-common.hh | 4 ++--
+ src/hb-subset-plan.cc      | 3 +--
+ src/hb-subset-plan.hh      | 3 +--
+ 3 files changed, 4 insertions(+), 6 deletions(-)
+
+commit bd4b040e7f6c34afd811d5b8d37e967f18ffe728
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 11:23:48 2023 -0700
+
+    [shape-plan] Simplify glyphs_requested allocation
+
+ src/hb-ot-cmap-table.hh | 2 +-
+ src/hb-subset-plan.cc   | 2 +-
+ src/hb-subset-plan.hh   | 3 +--
+ 3 files changed, 3 insertions(+), 4 deletions(-)
+
+commit c51d33685db7a85243260585f2e8f0aba904f982
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 11:22:22 2023 -0700
+
+    [subset-plan] Simplify no_subset_tables allocation
+
+ src/hb-subset-plan.cc | 2 +-
+ src/hb-subset-plan.hh | 3 +--
+ src/hb-subset.cc      | 6 +++---
+ 3 files changed, 5 insertions(+), 6 deletions(-)
+
+commit 999be72135a45f1e1e36b32d1944a6d6b7335f17
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 11:21:17 2023 -0700
+
+    [subset-plan] Simplify drop_tables allocation
+
+ src/hb-subset-plan.cc | 2 +-
+ src/hb-subset-plan.hh | 3 +--
+ src/hb-subset.cc      | 2 +-
+ 3 files changed, 3 insertions(+), 4 deletions(-)
+
+commit b33eb9ecfc255f43006ccd422f0f6807f4f7a100
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 11:20:04 2023 -0700
+
+    [subset-plan] Simplify layout_variation_idx_delta_map allocation
+
+ src/OT/Layout/GPOS/AnchorFormat3.hh    | 12 ++++++------
+ src/OT/Layout/GPOS/PairPosFormat2.hh   |  4 ++--
+ src/OT/Layout/GPOS/PairSet.hh          |  2 +-
+ src/OT/Layout/GPOS/SinglePosFormat1.hh |  2 +-
+ src/OT/Layout/GPOS/SinglePosFormat2.hh |  2 +-
+ src/hb-ot-layout-gdef-table.hh         |  6 +++---
+ src/hb-subset-plan.cc                  |  5 ++---
+ src/hb-subset-plan.hh                  |  3 +--
+ 8 files changed, 17 insertions(+), 19 deletions(-)
+
+commit 9c45d98f732304e59ec2f81b3c7bb3c1f55fa78c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 11:16:18 2023 -0700
+
+    [subset-plan] Simplify colr_palettes allocation
+
+ src/OT/Color/COLR/COLR.hh | 6 +++---
+ src/OT/Color/CPAL/CPAL.hh | 2 +-
+ src/hb-subset-plan.cc     | 3 +--
+ src/hb-subset-plan.hh     | 3 +--
+ 4 files changed, 6 insertions(+), 8 deletions(-)
+
+commit b74a26519614c816a92bdcc8f6cd920647da90d0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 11:15:15 2023 -0700
+
+    [subset-plan] Simplify colrv1_layers allocation
+
+ src/OT/Color/COLR/COLR.hh | 2 +-
+ src/hb-subset-plan.cc     | 3 +--
+ src/hb-subset-plan.hh     | 3 +--
+ 3 files changed, 3 insertions(+), 5 deletions(-)
+
+commit 89905368ca75496fac663710ea03f1bb90cd33cb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 11:13:49 2023 -0700
+
+    [subset-plan] Simplify sanitized_table_cache allocation
+
+ src/hb-subset-plan.cc | 1 -
+ src/hb-subset-plan.hh | 5 ++---
+ 2 files changed, 2 insertions(+), 4 deletions(-)
+
+commit 9e24873c1e2459a78bb97ef31e0c42779aa88ae8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 11:12:07 2023 -0700
+
+    [subset-plan] Simplify gsub/gpos_feature_substitutes_map allocation
+
+ src/hb-ot-layout-common.hh | 4 ++--
+ src/hb-subset-plan.cc      | 7 ++-----
+ src/hb-subset-plan.hh      | 6 ++----
+ 3 files changed, 6 insertions(+), 11 deletions(-)
+
+commit 01208c7c02b779fb816391eb4a7ea6b76bd91cdc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 11:10:28 2023 -0700
+
+    [subset-plan] Simplify gsub/gpos_feature_record_cond_idx_map allocation
+
+ src/hb-ot-layout-common.hh | 4 ++--
+ src/hb-subset-plan.cc      | 7 ++-----
+ src/hb-subset-plan.hh      | 6 ++----
+ 3 files changed, 6 insertions(+), 11 deletions(-)
+
+commit 06039db0801f68bfe93dcff1c733595d77a1580e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 11:07:31 2023 -0700
+
+    [subset-plan] Simplify gsub_langsys and gpos_langsys allocation
+
+ src/hb-ot-layout-common.hh | 4 ++--
+ src/hb-subset-plan.cc      | 7 ++-----
+ src/hb-subset-plan.hh      | 6 ++----
+ 3 files changed, 6 insertions(+), 11 deletions(-)
+
+commit 5fc91de2c0f32f0e067950ce004f498a378690e9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 11:04:17 2023 -0700
+
+    [shape-plan] Simplify _glyphset_colred allocation
+
+ src/OT/Color/COLR/COLR.hh | 6 +++---
+ src/hb-subset-plan.cc     | 3 +--
+ src/hb-subset-plan.hh     | 3 +--
+ 3 files changed, 5 insertions(+), 7 deletions(-)
+
+commit efafe7aa3bef6d4367ca10caefb24802f809b299
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 11:03:19 2023 -0700
+
+    [subset-plan] Simplify _glyphset_mathed allocation
+
+ src/hb-ot-math-table.hh | 10 +++++-----
+ src/hb-subset-plan.cc   |  9 ++++-----
+ src/hb-subset-plan.hh   |  3 +--
+ 3 files changed, 10 insertions(+), 12 deletions(-)
+
+commit 113a1700df64b4ade259fac37bf434925664b050
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 11:01:11 2023 -0700
+
+    [subset-plan] Simplify _glyphset_gsub allocation
+
+ src/hb-subset-plan.cc | 21 ++++++++++-----------
+ src/hb-subset-plan.hh |  5 ++---
+ 2 files changed, 12 insertions(+), 14 deletions(-)
+
+commit 4a9268f2807db09f3b6480b7a1deb544d99b6f87
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 11:00:02 2023 -0700
+
+    [subset-plan] Simplify _glyphset allocation
+
+ src/hb-subset-plan.cc | 11 +++++------
+ src/hb-subset-plan.hh |  7 +++----
+ 2 files changed, 8 insertions(+), 10 deletions(-)
+
+commit 1a00ab69ec012e296f9ec11a9c5619d637012b3b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 10:56:16 2023 -0700
+
+    [subset-plan] Simplify gsub_lookups and gpos_lookups allocation
+
+ src/hb-ot-layout-common.hh   |  4 ++--
+ src/hb-ot-layout-gsubgpos.hh | 12 ++++++------
+ src/hb-subset-plan.cc        |  8 +++-----
+ src/hb-subset-plan.hh        |  6 ++----
+ 4 files changed, 13 insertions(+), 17 deletions(-)
+
+commit 1a716bad03a9d628a97d8212f37cd83b7ad3e76f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 10:51:48 2023 -0700
+
+    [subset-plan] Simplify gsub_features and gpos_features allocation
+
+ src/hb-ot-layout-common.hh | 4 ++--
+ src/hb-subset-plan.cc      | 7 ++-----
+ src/hb-subset-plan.hh      | 6 ++----
+ 3 files changed, 6 insertions(+), 11 deletions(-)
+
+commit 78aa9f1e9c5f68249628746178c4088c2eb3e8d5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 10:47:40 2023 -0700
+
+    [subset-plan] Simplify name_ids allocation
+
+ src/hb-subset-plan.cc | 4 ++--
+ src/hb-subset-plan.hh | 3 +--
+ 2 files changed, 3 insertions(+), 4 deletions(-)
+
+commit cfb48f91da9089c8f9ea0069c4e001562980b7e9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 10:45:02 2023 -0700
+
+    [subset-plan] Simplify name_languages allocation
+
+ src/hb-subset-plan.cc | 2 +-
+ src/hb-subset-plan.hh | 3 +--
+ 2 files changed, 2 insertions(+), 3 deletions(-)
+
+commit e4ca0fe436b691bba3f405a722cb178c3e62a828
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 10:43:01 2023 -0700
+
+    [subset-plan] Simplify layout_features allocation
+
+ src/hb-subset-plan.cc | 4 ++--
+ src/hb-subset-plan.hh | 3 +--
+ 2 files changed, 3 insertions(+), 4 deletions(-)
+
+commit 4de66eec5751e57eee64730aec271313b2f3ea2f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 11 10:40:54 2023 -0700
+
+    [subset-plan] Simplify layout_scripts allocation
+
+ src/hb-ot-layout-common.hh | 2 +-
+ src/hb-subset-plan.cc      | 6 +++---
+ src/hb-subset-plan.hh      | 3 +--
+ 3 files changed, 5 insertions(+), 6 deletions(-)
+
+commit 5f51dd276b5636d541d4a6b94314f48432b08ff2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 22:57:07 2023 -0700
+
+    [ft-colr] Minor use false instead of 0
+
+ src/hb-ft-colr.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f84a8e3289212b261fa9d9847c4628a1dd4b2153
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 22:43:30 2023 -0700
+
+    [ft-colr] Comment
+
+ src/hb-ft-colr.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 1cb5a87febb84dd3c8323e82da1db33d539310be
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Tue Jan 10 22:13:44 2023 -0500
+
+    test-pain: Print out extend for color lines
+    
+    Update all expected results to include this value.
+
+ test/api/results/bad-154   |  2 +-
+ test/api/results/hand-10   | 10 +++++-----
+ test/api/results/hand-10.2 | 10 +++++-----
+ test/api/results/rocher-1  |  2 +-
+ test/api/results/rocher-2  |  2 +-
+ test/api/results/rocher-3  |  2 +-
+ test/api/results/test-10   |  4 ++--
+ test/api/results/test-106  |  2 +-
+ test/api/results/test-116  |  2 +-
+ test/api/results/test-123  |  2 +-
+ test/api/results/test-154  |  4 ++--
+ test/api/results/test-165  |  4 ++--
+ test/api/results/test-175  |  4 ++--
+ test/api/results/test-6    |  4 ++--
+ test/api/results/test-92   |  4 ++--
+ test/api/test-paint.c      |  2 +-
+ 16 files changed, 30 insertions(+), 30 deletions(-)
+
+commit 6648e6e3e5b0d93dee8fcc3cbe7fd886ba324ee3
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Tue Jan 10 22:07:44 2023 -0500
+
+    Add one more paint test
+    
+    Add a test for the clip_box_top_left_glyph,
+    since we've seen broken rendering with it.
+
+ test/api/results/test-154 | 30 ++++++++++++++++++++++++++++++
+ test/api/test-paint.c     |  1 +
+ 2 files changed, 31 insertions(+)
+
+commit bf16dad55aac9225a7b857a392267959600568e0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 17:29:25 2023 -0700
+
+    [paint-extents] Return unbounded on memory allocation failure
+
+ src/hb-paint-extents.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 3e1c524e64c9829234f9c89f99a31af3aabe3ab8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 17:18:34 2023 -0700
+
+    [bit-page] Comment
+
+ src/hb-bit-page.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 626def03f8abbc818661a4178b2463ce6b108093
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 17:12:50 2023 -0700
+
+    [hmtx] Remove TODO items
+
+ src/hb-ot-hmtx-table.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit adf0bd6dcd20b684dc3a64bcb219fced5918a1be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 17:04:58 2023 -0700
+
+    [test-map] Add a test
+
+ src/test-map.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 4fd03540679b3630cd023825ed2ee2a5ecc60457
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 14:32:08 2023 -0700
+
+    [font] Docs
+
+ src/hb-font.cc | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit bfd7548e243ab92ed02e66c95d244c78dd6e622b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 13:31:58 2023 -0700
+
+    [aat] Optimize feature-range application
+
+ src/hb-aat-layout-morx-table.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit dd42939e318c90f2c0f7d0efc1c4354182552f72
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 13:23:19 2023 -0700
+
+    [aat] Reduce unsafe_to_concat calls
+
+ src/hb-aat-layout-common.hh     | 2 --
+ src/hb-aat-layout-kerx-table.hh | 2 ++
+ src/hb-aat-layout-morx-table.hh | 3 +++
+ 3 files changed, 5 insertions(+), 2 deletions(-)
+
+commit fecce62a45d996fbca11cea6c34bdbadec283ba4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 13:13:43 2023 -0700
+
+    [ft] Docs
+
+ src/hb-ft.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit cb509d9c894a8b9aa586eebf896526578fdd8822
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 13:11:48 2023 -0700
+
+    [face] Docs
+
+ src/hb-face.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 8a2efbd8a113ec885b3a437c014912ca9ee22460
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 13:10:36 2023 -0700
+
+    [upem] More docs
+
+ src/hb-face.cc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit ccffce58cc5bcb07d82b2085a3ebb42ea04b2579
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 13:09:30 2023 -0700
+
+    [scale] More docs
+
+ src/hb-font.cc | 12 +++++++++++-
+ 1 file changed, 11 insertions(+), 1 deletion(-)
+
+commit c4580d8670218c750e9c8e058b4e10841526acd0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 12:56:02 2023 -0700
+
+    [scale] More docs
+
+ src/hb-font.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit f0e695a3a96cc2396c47a2a29966a8e0f9f682cb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 12:55:17 2023 -0700
+
+    [scale] Comment
+
+ src/hb-font.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 8c47580ac85b3eed0b932d50236d589e8c8747cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 12:53:54 2023 -0700
+
+    [scale] Document
+
+ src/hb-font.cc | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit 8b17c6ca302e969ab285e0ea7da067cfe6a1a27d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 12:17:38 2023 -0700
+
+    [aat] Comment
+
+ src/hb-aat-layout-common.hh     | 1 +
+ src/hb-aat-layout-morx-table.hh | 1 +
+ 2 files changed, 2 insertions(+)
+
+commit 0e11d317ee329f1c6afd8473e0f8a2daa6b91e25
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 12:16:04 2023 -0700
+
+    [aat] Optimize feature application
+
+ src/hb-aat-layout-common.hh     | 3 ++-
+ src/hb-aat-layout-morx-table.hh | 3 ++-
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+commit 4ee60941140924f7247bf8dc7720fa1bf43a5bff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 11:52:12 2023 -0700
+
+    [aat] Add test for feature range
+
+ test/shape/data/in-house/tests/macos.tests | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit a70543daf3f5f88c0bb4d1fc1515a9c0803297fc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 11:49:48 2023 -0700
+
+    [aat] Always unsafe-to-concat in state machine
+
+ src/hb-aat-layout-common.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 62383315fafd973415fa9ea9454f7a1db34b2d4c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 11:29:04 2023 -0700
+
+    [aat] Try fix leak on memory allocation failure
+
+ src/hb-aat-layout-morx-table.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit e122fe2acfde26b8b95ee96ebd7a33f20c02c77c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 11:06:20 2023 -0700
+
+    [aat] Adjust last range
+    
+    Otherwise a user cluster value of -1 would have tripped us.
+
+ src/hb-aat-map.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit e28c158c35081c1f412f8d2dd10471fae360a574
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 11:03:38 2023 -0700
+
+    [aat] Run subtable across ranges if flags match
+
+ src/hb-aat-layout-common.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 2c9c49fd3289b7c27135f8379b92f413c6f5f1f0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 10:53:21 2023 -0700
+
+    [aat] Support ranges in NonContextual subtable as well
+
+ src/hb-aat-layout-common.hh     |  1 -
+ src/hb-aat-layout-morx-table.hh | 17 +++++++++++++++++
+ 2 files changed, 17 insertions(+), 1 deletion(-)
+
+commit c08308a83ca3c1c24a7013df976c3d753c633d56
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 21:42:19 2023 -0700
+
+    [aat] Always generate a feature range
+
+ src/hb-aat-map.cc | 127 +++++++++++++++++++++++++++---------------------------
+ 1 file changed, 64 insertions(+), 63 deletions(-)
+
+commit db4c87475867bea79069132544b736c19895cfe2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 21:32:15 2023 -0700
+
+    Revert "Revert "[aat] Support feature ranges""
+    
+    This reverts commit 6a7a38521f940216f1e9e2fa2bf22f7b45ce2aef.
+
+ src/hb-aat-layout-common.hh     | 105 +++++++++++++++++++++------------
+ src/hb-aat-layout-kerx-table.hh |   4 +-
+ src/hb-aat-layout-morx-table.hh |  27 +++++----
+ src/hb-aat-layout.cc            |  14 ++++-
+ src/hb-aat-layout.hh            |   4 +-
+ src/hb-aat-map.cc               | 125 ++++++++++++++++++++++++++++++----------
+ src/hb-aat-map.hh               |  45 +++++++++++----
+ src/hb-ot-shape.cc              |  43 +++-----------
+ src/hb-ot-shape.hh              |   2 -
+ 9 files changed, 239 insertions(+), 130 deletions(-)
+
+commit 0728098e454bb4adfb2fa9a3dc824c75a653d0d6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 10 10:18:29 2023 -0700
+
+    [Coverage] Speed up subset for too-large Coverage tables
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54980
+
+ src/OT/Layout/Common/Coverage.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 8460909e0c8e6d045550fd50206946ee15ad48bd
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jan 10 17:43:10 2023 +0200
+
+    [build] Fix make dist
+
+ test/api/Makefile.am | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 6a7a38521f940216f1e9e2fa2bf22f7b45ce2aef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 21:29:19 2023 -0700
+
+    Revert "[aat] Support feature ranges"
+    
+    This reverts commit 1b7994cb3a3c35f3618d7f40c7289496bdab6f06.
+    
+    Broke Zapfino with partial ligature disabling. Debugging.
+
+ src/hb-aat-layout-common.hh     | 105 ++++++++++++---------------------
+ src/hb-aat-layout-kerx-table.hh |   4 +-
+ src/hb-aat-layout-morx-table.hh |  27 ++++-----
+ src/hb-aat-layout.cc            |  14 +----
+ src/hb-aat-layout.hh            |   4 +-
+ src/hb-aat-map.cc               | 125 ++++++++++------------------------------
+ src/hb-aat-map.hh               |  45 ++++-----------
+ src/hb-ot-shape.cc              |  43 +++++++++++---
+ src/hb-ot-shape.hh              |   2 +
+ 9 files changed, 130 insertions(+), 239 deletions(-)
+
+commit adfd5dd7a9df70f76e777627c7a0f44e89f5b0c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 21:18:12 2023 -0700
+
+    Fix TINY build
+
+ src/hb-ot-shape.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1b7994cb3a3c35f3618d7f40c7289496bdab6f06
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 19:38:50 2023 -0700
+
+    [aat] Support feature ranges
+    
+    The hard way...
+    
+    A bit uglier than I liked it to be, but is proper at least.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4020
+
+ src/hb-aat-layout-common.hh     | 105 +++++++++++++++++++++------------
+ src/hb-aat-layout-kerx-table.hh |   4 +-
+ src/hb-aat-layout-morx-table.hh |  27 +++++----
+ src/hb-aat-layout.cc            |  14 ++++-
+ src/hb-aat-layout.hh            |   4 +-
+ src/hb-aat-map.cc               | 125 ++++++++++++++++++++++++++++++----------
+ src/hb-aat-map.hh               |  45 +++++++++++----
+ src/hb-ot-shape.cc              |  43 +++-----------
+ src/hb-ot-shape.hh              |   2 -
+ 9 files changed, 239 insertions(+), 130 deletions(-)
+
+commit 622a68695256d8505517ed58885b94b8520efe07
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 18:14:40 2023 -0700
+
+    Revert "Revert "Revert "[aat] Allow disable feature ranges"""
+    
+    This reverts commit 5202053c2c5fb2c8af9704e690b25a26bf2a0295.
+
+ src/hb-aat-layout-common.hh     | 12 +++---------
+ src/hb-aat-layout-kerx-table.hh |  4 ++--
+ src/hb-aat-layout-morx-table.hh | 38 ++++++++++++++------------------------
+ src/hb-aat-layout.cc            |  8 +++-----
+ src/hb-aat-layout.hh            |  3 +--
+ src/hb-aat-map.cc               |  8 +++-----
+ src/hb-aat-map.hh               | 17 ++++-------------
+ src/hb-ot-shape.cc              | 12 +++---------
+ 8 files changed, 33 insertions(+), 69 deletions(-)
+
+commit 0f01a8362221129729553b3b0f87bff812b32d14
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jan 10 01:09:44 2023 +0000
+
+    [subset] add basic test for CFF2 subsetting.
+    
+    FontTools does not yet support CFF2 subsetting so we can't add a comparison test. Instead add a golden file test.
+
+ test/api/fonts/AdobeVFPrototype.abc.static.otf | Bin 0 -> 86112 bytes
+ test/api/meson.build                           |   9 ++-
+ test/api/test-instance-cff2.c                  |  75 +++++++++++++++++++++++++
+ 3 files changed, 83 insertions(+), 1 deletion(-)
+
+commit 5202053c2c5fb2c8af9704e690b25a26bf2a0295
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 17:29:43 2023 -0700
+
+    Revert "Revert "[aat] Allow disable feature ranges""
+    
+    This reverts commit 82b3e8af69b09fd908d1cd27b669234328d4a500.
+    
+    Another try.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4020
+
+ src/hb-aat-layout-common.hh     | 12 +++++++++---
+ src/hb-aat-layout-kerx-table.hh |  4 ++--
+ src/hb-aat-layout-morx-table.hh | 38 ++++++++++++++++++++++++--------------
+ src/hb-aat-layout.cc            |  8 +++++---
+ src/hb-aat-layout.hh            |  3 ++-
+ src/hb-aat-map.cc               |  8 +++++---
+ src/hb-aat-map.hh               | 17 +++++++++++++----
+ src/hb-ot-shape.cc              | 12 +++++++++---
+ 8 files changed, 69 insertions(+), 33 deletions(-)
+
+commit 82b3e8af69b09fd908d1cd27b669234328d4a500
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 17:28:52 2023 -0700
+
+    Revert "[aat] Allow disable feature ranges"
+    
+    This reverts commit 24a4d397bae6b614215086c85a714dc789af3e7f.
+    
+    This was broken.
+
+ src/hb-aat-layout-common.hh     | 12 +++---------
+ src/hb-aat-layout-kerx-table.hh |  4 ++--
+ src/hb-aat-layout-morx-table.hh | 40 +++++++++++++++-------------------------
+ src/hb-aat-layout.cc            |  7 +++----
+ src/hb-aat-layout.hh            |  3 +--
+ src/hb-aat-map.cc               |  8 +++-----
+ src/hb-aat-map.hh               | 17 ++++-------------
+ src/hb-ot-shape.cc              | 12 +++---------
+ 8 files changed, 34 insertions(+), 69 deletions(-)
+
+commit 24a4d397bae6b614215086c85a714dc789af3e7f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 17:26:08 2023 -0700
+
+    [aat] Allow disable feature ranges
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4020
+    
+    This is a hack.
+    
+    To implement this properly we need to treat runs with different features
+    as independent runs for running the state machine, as the subtable flags
+    might be different. That would be a significant change to our internal
+    implementation.
+
+ src/hb-aat-layout-common.hh     | 12 +++++++++---
+ src/hb-aat-layout-kerx-table.hh |  4 ++--
+ src/hb-aat-layout-morx-table.hh | 40 +++++++++++++++++++++++++---------------
+ src/hb-aat-layout.cc            |  7 ++++---
+ src/hb-aat-layout.hh            |  3 ++-
+ src/hb-aat-map.cc               |  8 +++++---
+ src/hb-aat-map.hh               | 17 +++++++++++++----
+ src/hb-ot-shape.cc              | 12 +++++++++---
+ 8 files changed, 69 insertions(+), 34 deletions(-)
+
+commit b20871322f02415e5d336ee1807d2c2175c7c07b
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Jan 9 16:30:25 2023 -0500
+
+    test-paint: Fix use of g_test_skip
+
+ test/api/test-paint.c | 9 +++------
+ 1 file changed, 3 insertions(+), 6 deletions(-)
+
+commit 3ff713ab80a4fd8c8de168863eaffae9cd410c81
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 13:59:50 2023 -0700
+
+    [coretext] Remove unused variable
+
+ src/hb-coretext.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 414848755696ff47e65b614f5201cbf9f5de15eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 13:47:59 2023 -0700
+
+    [ft] Comment
+
+ src/hb-ft.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit d2aa2397bae6a6550060686da4cad1426eb2ad1f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 13:43:56 2023 -0700
+
+    Optimize non-slant extents code
+
+ src/hb-font.hh | 7 +++++--
+ src/hb-ft.cc   | 7 +++++--
+ 2 files changed, 10 insertions(+), 4 deletions(-)
+
+commit 73dab7f784856b44f9f8f97f354e4286ac2e03e9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 13:36:55 2023 -0700
+
+    [ft] Fix slanting code
+
+ src/hb-ft.cc | 18 ++++++++++++------
+ 1 file changed, 12 insertions(+), 6 deletions(-)
+
+commit eb0f0279d2bd31045e58711b75dc70fe0946d2bc
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Jan 9 15:33:34 2023 -0500
+
+    test-paint: Avoid g_test_skip_printf
+    
+    This is relatively recent api we don't need.
+
+ test/api/test-paint.c | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit e61c2be41cadd2ef304d1d47777618d2da2e1726
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Jan 9 15:25:29 2023 -0500
+
+    test-paint: Skip tests if ft COLRv1 is missing
+
+ test/api/test-paint.c | 17 ++++++++++++-----
+ 1 file changed, 12 insertions(+), 5 deletions(-)
+
+commit 1d662632d961ab588b35ad8a33d4ff85b5c465a1
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Jan 9 15:01:59 2023 -0500
+
+    test-paint: More output for failures
+
+ test/api/test-paint.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 64e3f53fc238443cbbf96f0ba16941093757a76c
+Merge: 027515149 d0108d31a
+Author: Matthias Clasen <matthias.clasen@gmail.com>
+Date:   Mon Jan 9 14:43:33 2023 -0500
+
+    Merge pull request #4015 from harfbuzz/more-paint-tests
+    
+    Add more paint tests
+
+commit d0108d31a283a8bb3a4dd61696b416059346050b
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Jan 8 11:20:21 2023 -0500
+
+    Add more paint tests
+    
+    These tests compare the output of the ft and ot
+    implementations for all the glyphs in the test_glyphs
+    font.
+
+ test/api/results/bad-154   |  10 ++++
+ test/api/results/hand-10   |   2 +-
+ test/api/results/hand-10.2 |   2 +-
+ test/api/results/rocher-1  |   2 +-
+ test/api/results/rocher-2  |   2 +-
+ test/api/results/rocher-3  |   2 +-
+ test/api/results/test-10   |   2 +-
+ test/api/results/test-106  |   2 +-
+ test/api/results/test-116  |   2 +-
+ test/api/results/test-123  |   2 +-
+ test/api/results/test-165  |   2 +-
+ test/api/results/test-175  |   2 +-
+ test/api/results/test-6    |   2 +-
+ test/api/results/test-92   |   2 +-
+ test/api/test-paint.c      | 124 +++++++++++++++++++++++++++++++++++----------
+ 15 files changed, 121 insertions(+), 39 deletions(-)
+
+commit 0275151490902461d2680056820b766c7d39c208
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 12:26:39 2023 -0700
+
+    [paint] Align deptch/edge count conditions across two backends
+
+ src/OT/Color/COLR/COLR.hh | 4 ++--
+ src/hb-ft-colr.hh         | 3 +--
+ 2 files changed, 3 insertions(+), 4 deletions(-)
+
+commit 5f976d86a7a24cfe186129294d4779cd1fe67d8c
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Jan 9 13:42:22 2023 -0500
+
+    test-paint: Use %.3g for results
+    
+    This produces more readable output.
+
+ test/api/results/bad-154   | 132 ++++++++++++++++++++++-----------------------
+ test/api/results/hand-10   |  90 +++++++++++++++----------------
+ test/api/results/hand-10.2 |  90 +++++++++++++++----------------
+ test/api/results/rocher-1  |   2 +-
+ test/api/results/rocher-2  |   2 +-
+ test/api/results/rocher-3  |   2 +-
+ test/api/results/test-10   |  22 ++++----
+ test/api/results/test-106  |  20 +++----
+ test/api/results/test-116  |  16 +++---
+ test/api/results/test-123  |  30 +++++------
+ test/api/results/test-165  |  22 ++++----
+ test/api/results/test-175  |  28 +++++-----
+ test/api/results/test-6    |  20 +++----
+ test/api/results/test-92   |  20 +++----
+ test/api/test-paint.c      |  52 +++++++++---------
+ 15 files changed, 271 insertions(+), 277 deletions(-)
+
+commit ec78a486bf4f81ce3bacf1f10558443c64483344
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Jan 9 13:38:19 2023 -0500
+
+    Run paint tests at upem scale
+    
+    This avoids problems with rouding.
+
+ test/api/results/bad-154   |  2 +-
+ test/api/results/hand-10   | 44 ++++++++++++++++++++++++--------------------
+ test/api/results/hand-10.2 | 42 +++++++++++++++++++++---------------------
+ test/api/results/rocher-1  |  2 +-
+ test/api/results/rocher-2  |  2 +-
+ test/api/results/rocher-3  |  2 +-
+ test/api/results/test-10   |  2 +-
+ test/api/results/test-106  |  2 +-
+ test/api/results/test-116  |  2 +-
+ test/api/results/test-123  |  2 +-
+ test/api/results/test-165  |  2 +-
+ test/api/results/test-175  |  2 +-
+ test/api/results/test-6    |  2 +-
+ test/api/results/test-92   |  2 +-
+ 14 files changed, 57 insertions(+), 53 deletions(-)
+
+commit 839f4b64941be2e4a6f1ec5325fe5ee8def11277
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 12:01:46 2023 -0700
+
+    [ft] Fix slanting clip box
+
+ src/hb-ft-colr.hh | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 30adbc22d9a93d825ff9418eacf16737379a6987
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 11:54:44 2023 -0700
+
+    hb-font: Fix scale_glyph_extents() again
+    
+    And better fix this time.
+
+ src/hb-font.hh | 18 ++++++++++++------
+ 1 file changed, 12 insertions(+), 6 deletions(-)
+
+commit 6c1a4bed4a94619898052bfe3bd03e1dfb71806f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 11:37:39 2023 -0700
+
+    Better rounding clip boxes
+
+ src/hb-font.hh    | 4 ++--
+ src/hb-ft-colr.hh | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit a085efa69922784850ef4ae68e6b43bf933d3d6d
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Jan 9 13:11:16 2023 -0500
+
+    test-paint: Fix font setup for ft
+    
+    We must call hb_ft_font_set_funcs after
+    setting the font scale.
+
+ test/api/test-paint.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 26f713a7f5bed1c0543e070473008bd6ff065233
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Jan 9 12:54:06 2023 -0500
+
+    paint-test: Use larger scales
+    
+    A scale of 20 is noise, so use 1000.
+
+ test/api/results/{bad-20-0-154 => bad-154}      | 134 ++++++++++++------------
+ test/api/results/{hand-20-0.2-10 => hand-10}    |  48 ++++-----
+ test/api/results/{hand-20-0-10 => hand-10.2}    |  46 ++++----
+ test/api/results/{rocher-120-0.3-1 => rocher-1} |   4 +
+ test/api/results/{rocher-120-0.3-2 => rocher-2} |   4 +
+ test/api/results/{rocher-120-0-3 => rocher-3}   |   4 +
+ test/api/results/{test-20-0-10 => test-10}      |  14 +--
+ test/api/results/{test-20-0-106 => test-106}    |  18 ++--
+ test/api/results/test-116                       |  26 +++++
+ test/api/results/{test-20-0-123 => test-123}    |  22 ++--
+ test/api/results/{test-20-0-165 => test-165}    |  14 +--
+ test/api/results/{test-20-0-175 => test-175}    |  18 ++--
+ test/api/results/test-20-0-116                  |  26 -----
+ test/api/results/{test-20-0-6 => test-6}        |  14 +--
+ test/api/results/{test-20-0-92 => test-92}      |  14 +--
+ test/api/test-paint.c                           |  28 ++---
+ 16 files changed, 221 insertions(+), 213 deletions(-)
+
+commit e886b6b8a6f165c57498760e3e8a3e40dfcec4b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 9 10:26:01 2023 -0700
+
+    [test-draw] Use a larger scale
+    
+    A scale of 20 is in the noise category for us. Using a larger
+    scale makes the test pass.
+
+ test/api/test-draw.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 347910fd4c7fe9327e45d3cef02a184b486eb710
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Jan 8 20:06:24 2023 -0500
+
+    Add a draw test
+    
+    This test compares output between ft and ot
+    font funcs.
+
+ test/api/test-draw.c | 36 ++++++++++++++++++++++++++++++++++++
+ 1 file changed, 36 insertions(+)
+
+commit f46dcf147b0bc8be6e8d78093a049aaec01089b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 8 14:33:54 2023 -0700
+
+    [paint/COLR] Fix clip transform
+    
+    Sigh. So complicated.
+
+ src/OT/Color/COLR/COLR.hh | 13 +++----------
+ 1 file changed, 3 insertions(+), 10 deletions(-)
+
+commit 42047070ddec3d8182fd7591d3a97e2b16aef4b3
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Jan 8 16:08:16 2023 -0500
+
+    test-paint: More helpful output
+    
+    No need to print ASCII chars as hex.
+
+ test/api/test-paint.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f283d4d366e1c10ec7e7a89b468911b00d948b9d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 8 12:42:34 2023 -0700
+
+    [paint] Try to adjust both renderers to use same clip order
+
+ src/OT/Color/COLR/COLR.hh | 20 ++++++++++++++------
+ src/hb-ft-colr.hh         |  1 -
+ 2 files changed, 14 insertions(+), 7 deletions(-)
+
+commit 3fd6c0d97aa33758005a45a3c8d8bd98f8e79df8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 8 12:30:26 2023 -0700
+
+    [test-paint] Remove unused FT_Library
+
+ test/api/test-paint.c | 8 --------
+ 1 file changed, 8 deletions(-)
+
+commit 28be4f8805f2f69167930f30b9e4c27fc84429ea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 8 12:19:41 2023 -0700
+
+    [test-paint] Actually run against hb-ft
+
+ test/api/test-paint.c | 49 ++++++++-----------------------------------------
+ 1 file changed, 8 insertions(+), 41 deletions(-)
+
+commit ed7d0234e12aa82f60b9e37a823d55cfc8805c3d
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Jan 8 11:47:19 2023 -0500
+
+    test-paint: Limit the precision of clip boxes
+    
+    Update expected test results.
+
+ test/api/results/bad-20-0-154   | 6 +++++-
+ test/api/results/hand-20-0-10   | 6 +++++-
+ test/api/results/hand-20-0.2-10 | 6 +++++-
+ test/api/results/test-20-0-10   | 6 +++++-
+ test/api/results/test-20-0-106  | 4 ++--
+ test/api/results/test-20-0-116  | 4 ++--
+ test/api/results/test-20-0-123  | 6 +++++-
+ test/api/results/test-20-0-165  | 6 +++++-
+ test/api/results/test-20-0-175  | 6 +++++-
+ test/api/results/test-20-0-6    | 6 +++++-
+ test/api/results/test-20-0-92   | 6 +++++-
+ test/api/test-paint.c           | 2 +-
+ 12 files changed, 50 insertions(+), 14 deletions(-)
+
+commit 5d94eb61b883eb194bd952d6d5c552a614c68c19
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 8 11:55:13 2023 -0700
+
+    [hb-cairo] Fix hb_cairo_glyphs_from_buffer() when utf8 missing
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4016
+
+ src/hb-cairo.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 10390ec5c6b6a133f5dcf3a2908249f6c7b40ef6
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Jan 8 09:06:03 2023 -0500
+
+    Update expected test results
+
+ test/api/results/test-20-0-106 | 12 ++++++++----
+ test/api/results/test-20-0-116 | 12 ++++++++----
+ 2 files changed, 16 insertions(+), 8 deletions(-)
+
+commit f3ce137420721cb689179afadae812011739a129
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Jan 8 09:01:31 2023 -0500
+
+    test-paint: Be more flexible for expected results
+    
+    When generating the expected output with GENERATE_DATA=1,
+    Glib's test framework puts out some comments at the top
+    of the file. Ignore them when comparing the expected
+    output. This makes it possible to directly use the output
+    of
+    
+    GENERATE_DATA=1 ./test-paint -p TESTCASE
+    
+    as expected result for TESTCASE.
+
+ test/api/test-paint.c | 16 ++++++++++++++++
+ 1 file changed, 16 insertions(+)
+
+commit 5bd6fc1acedfc17b65262f6a96ab3aa282852df7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 7 16:32:50 2023 -0700
+
+    Comment
+
+ src/OT/Color/COLR/COLR.hh | 4 ++--
+ src/hb-ft-colr.hh         | 1 +
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit 432afa9dffd17df382b17c473e5c4d8199cdf8a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 7 16:25:30 2023 -0700
+
+    [paint] Fix paint_extents usage
+    
+    It was broken all this time :(.
+    
+    The two backends do this slightly differently...
+
+ src/OT/Color/COLR/COLR.hh | 13 +++----------
+ src/hb-ft-colr.hh         |  3 +++
+ 2 files changed, 6 insertions(+), 10 deletions(-)
+
+commit a63d329261b552126f1bae67ef175bb9a7e0cd90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 7 16:05:24 2023 -0700
+
+    [paint-extents] Simplify transform_extents
+
+ src/hb-paint-extents.hh | 13 +++----------
+ 1 file changed, 3 insertions(+), 10 deletions(-)
+
+commit e062f982600c8e275931c7666f9658c78ea67b4e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 7 16:02:21 2023 -0700
+
+    [paint-extents] Fix transform_extents
+    
+    Ouch!
+
+ src/hb-paint-extents.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 70ca146033dd513b91468c53ff3f89d03b277f09
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 7 15:48:57 2023 -0700
+
+    [chafa] Re-enable truecolor mode
+    
+    See 42bf8e3d49
+    https://github.com/harfbuzz/harfbuzz/pull/2959#issuecomment-827056111
+
+ util/helper-cairo-ansi.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 823a9b18d93cb8a7520d175da7834de1bcd62891
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 7 14:49:02 2023 -0700
+
+    [cairo] Return COMPOSITE mode CLEAR for unknown values
+    
+    As per the spec.
+
+ src/hb-cairo-utils.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit d0aaea2319a3c32e129c58bf5b3464409ab83df7
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Jan 7 16:27:13 2023 -0500
+
+    Update test results for paint-test
+    
+    These were affected by the PaintComposite optimization.
+
+ test/api/results/bad-20-0-154  | 620 ++++++++++++++++++-----------------------
+ test/api/results/test-20-0-106 |  38 ++-
+ test/api/results/test-20-0-116 |  34 ++-
+ test/api/results/test-20-0-123 |  38 ++-
+ 4 files changed, 330 insertions(+), 400 deletions(-)
+
+commit 65c3cde5dac3c64f24dd1837daad494d63b78960
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 7 14:29:18 2023 -0700
+
+    [COLRv1] Fix scale variation
+
+ src/OT/Color/COLR/COLR.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 004cdc10f87d7259a7192706c2996f9a9d0a26ed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 7 14:27:15 2023 -0700
+
+    [open-type] More tweaks to fixed types
+    
+    Add set_int().
+
+ src/hb-open-type.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c8486b63019e77257a9d30361a9fdc5f2eaaa837
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 7 14:15:17 2023 -0700
+
+    [open-type] Add to_int to fixed types
+    
+    To make sure we don't accidentally forget to_float().
+    As we did recently in COLRv1 code.
+
+ src/OT/glyf/VarCompositeGlyph.hh | 14 +++++++-------
+ src/hb-open-type.hh              |  3 +++
+ src/hb-ot-layout-common.hh       | 10 +++++-----
+ src/hb-ot-var-avar-table.hh      |  4 ++--
+ src/hb-ot-var-fvar-table.hh      |  8 ++++----
+ src/hb-ot-var-gvar-table.hh      |  6 +++---
+ 6 files changed, 24 insertions(+), 21 deletions(-)
+
+commit dfd9bf8a50f9597e55e7811dc0c6c237546e6aef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 7 14:05:02 2023 -0700
+
+    [COLRv1] Fix a couple of missing to_float() calls
+    
+    Ouch!
+
+ src/OT/Color/COLR/COLR.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d045de78c1ff7b32f3d7082591f4112d1f8f796a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 7 13:55:17 2023 -0700
+
+    [paint] Optimize PAINT_COMPOSITE
+    
+    At the start of each paint call the current group is clear.
+    So we don't need to start a new group for the backdrop paint.
+    
+    A paint composite really needs one group push, not two.
+
+ src/OT/Color/COLR/COLR.hh | 2 --
+ src/hb-ft-colr.hh         | 2 --
+ 2 files changed, 4 deletions(-)
+
+commit 5ea5aacda9d14833a66e9d9869c69eda0bb4034a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 7 13:24:41 2023 -0700
+
+    [ft-colr] Adjust for FreeType master color-stop change
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/4013
+
+ src/hb-ft-colr.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 1eb5445e7575c828c552a914708ca1650f146377
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Jan 6 15:19:16 2023 -0800
+
+    [subset] Fix issue in hb_subset_input_override_name_table()
+    
+    If a nameRecord with provided name_id/platform_id/encoding_id/lang_id
+    is not retained after subsetting, create it and insert it to
+    the name table. So we need to check against retained name_records
+    rather than name_record in the original name table.
+
+ src/hb-ot-name-table.hh        | 28 +++++++++++-----------------
+ test/api/test-subset-nameids.c |  2 +-
+ 2 files changed, 12 insertions(+), 18 deletions(-)
+
+commit 30d4a7347387a1e3e0bd7db3f5159ba42c89e642
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 6 16:00:53 2023 -0700
+
+    [hb-subset] Adjust help for instancing
+
+ util/hb-subset.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3bcf153ad8dba1dc518b61ac3f19b865d8508b80
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 6 15:51:13 2023 -0700
+
+    Change library numbering scheme
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1431
+
+ configure.ac | 2 +-
+ meson.build  | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 02948263f9a9ab8ef28078e69ed349e2d89b301d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jan 6 22:53:19 2023 +0200
+
+    [subset] Document that CFF2 instancing is now supported
+
+ src/hb-subset-input.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit aba6cbe867ce1bf23673d44baef820e35001f487
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 6 13:09:10 2023 -0700
+
+    [hb-subset] Adjust --help-all formatting
+    
+    Meh.
+
+ util/hb-subset.cc | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+commit 82c863a50b9de8df7094b7267b50b4e191c03de8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 6 12:51:58 2023 -0700
+
+    Whitespace
+
+ src/hb-ot-os2-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 76879c5763643bf83680efbc610fede3d9faab00
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 6 11:47:04 2023 -0700
+
+    [subset-cff] Minor hide num_coords again
+
+ src/hb-cff2-interp-cs.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 576b36a31b6623092e5ff36f632390198a57d1b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 6 11:40:21 2023 -0700
+
+    [cff2] Undo rounding change in draw() codepath
+
+ src/hb-cff2-interp-cs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4867e0b192b1efcc28e12bfd8f997ca9377d65ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 6 11:39:13 2023 -0700
+
+    [subset-cff2] Faster instancing
+    
+    Instantiate blends during parsing. Dedups code as well.
+
+ src/hb-cff2-interp-cs.hh | 12 +++++++-----
+ src/hb-subset-cff2.cc    | 37 +------------------------------------
+ 2 files changed, 8 insertions(+), 41 deletions(-)
+
+commit 3757baab2c039d1cad959ffc4ead4e746cc52960
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 6 11:23:37 2023 -0700
+
+    [subset-cff2] Better condition
+    
+    Previous condition wasn't working for dropping axes.
+
+ src/hb-subset-cff2.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit acc6c13f05c0c43ffa3e3e1053626ca4186428a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 6 11:20:41 2023 -0700
+
+    [subset-cff] Round numbers when instancing
+
+ src/hb-subset-cff2.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2f174f23c38f5a14ec4c0535249b8b7ce247322f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 6 11:11:14 2023 -0700
+
+    Rename
+
+ src/hb-subset-cff2.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a59116cd8f20e34a8cd7f5d1179ab7ba96aa4113
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 6 11:09:09 2023 -0700
+
+    Oops
+
+ src/hb-subset-plan.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c632a164b98de695b5cd3366689df8dd45021b6f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 6 11:01:25 2023 -0700
+
+    [subset/cff] Support instancing
+
+ src/hb-cff1-interp-cs.hh    |  3 ++-
+ src/hb-cff2-interp-cs.hh    |  2 ++
+ src/hb-subset-cff-common.hh |  9 +++++++--
+ src/hb-subset-cff2.cc       | 38 +++++++++++++++++++++++++++++++++++++-
+ src/hb-subset-plan.cc       |  6 ++++++
+ src/hb-subset-plan.hh       |  1 +
+ 6 files changed, 55 insertions(+), 4 deletions(-)
+
+commit 5153218b41a5984673900d080daf4e3273e1d117
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 16:26:41 2023 -0700
+
+    [set] Add hb_set_is_inverted()
+
+ docs/harfbuzz-sections.txt   |  1 +
+ src/hb-bit-set-invertible.hh |  5 +++++
+ src/hb-set.cc                | 16 ++++++++++++++++
+ src/hb-set.h                 |  3 +++
+ src/hb-set.hh                |  1 +
+ src/test-set.cc              |  3 ++-
+ 6 files changed, 28 insertions(+), 1 deletion(-)
+
+commit e8ac0ef2fd3cacccaf3bd5dec8a9cab324d13467
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 16:20:43 2023 -0700
+
+    [face] Minor rename a variable
+
+ src/hb-face.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 14ff7470248c4ed1bfddb846237514c56b7b59bb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 16:19:41 2023 -0700
+
+    [set] Add tests for inverted set range iteration
+
+ src/test-set.cc | 29 +++++++++++++++++++++++++++++
+ 1 file changed, 29 insertions(+)
+
+commit 381ac2fd78220b0ab521cfb0cc5b5f850e5c3964
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Jan 5 17:48:09 2023 -0500
+
+    docs: Fix a typo
+
+ src/hb-face.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2764a6169141a09f354abedee39c3430179e90e6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 15:14:54 2023 -0700
+
+    Revert "[gsubgpos] Use swap instead of move"
+    
+    This reverts commit 8a17cc4ecf21f6754e2d90562d0ced7496870f74.
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 167b7c604603d8a70e15c89714fa601e59248f08
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 14:48:20 2023 -0700
+
+    Revert "[gsubgpos] Reduce hb_set_t allocations"
+    
+    This reverts commit 0b7f6d6cf0e2deba637783ab3880fdfb90ca8ac3.
+    
+    Not much benefit as the main allocations come from other places.
+
+ src/hb-ot-layout-gsubgpos.hh | 9 +--------
+ 1 file changed, 1 insertion(+), 8 deletions(-)
+
+commit 3947cedd09a2386be5774400ac0b582d8173d078
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 14:47:47 2023 -0700
+
+    Revert "[gsubgpos] Cache pos_glyphs allocation in closure"
+    
+    This reverts commit 3961cc46bf438947b19063cb7e735247358f1d4f.
+    
+    This was wrong...
+
+ src/hb-ot-layout-gsubgpos.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 097fb8b8aa220e209c7673a5713def137c91924c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 14:38:10 2023 -0700
+
+    [priority-queue] Use resize instead of shrink
+    
+    To avoid reallocation of smaller array. Not desirable here.
+
+ src/hb-priority-queue.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8a17cc4ecf21f6754e2d90562d0ced7496870f74
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 14:15:38 2023 -0700
+
+    [gsubgpos] Use swap instead of move
+    
+    Move is wrong when we want to reuse the object.
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4401dd24822a07332b271d700fbab8612da5de45
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 14:13:57 2023 -0700
+
+    [gsubgpos] Minor use ->clear() directly
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 207ae11ab9f539272cd1969461a1023658b6e4b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 14:08:47 2023 -0700
+
+    [set] Allocate first page exact
+
+ src/hb-bit-set.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 0b7f6d6cf0e2deba637783ab3880fdfb90ca8ac3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 13:58:57 2023 -0700
+
+    [gsubgpos] Reduce hb_set_t allocations
+
+ src/hb-ot-layout-gsubgpos.hh | 9 ++++++++-
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+commit 3961cc46bf438947b19063cb7e735247358f1d4f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 13:58:57 2023 -0700
+
+    [gsubgpos] Cache pos_glyphs allocation in closure
+    
+    Saves some 3% in Gulzar-Regular subsetting.
+
+ src/hb-ot-layout-gsubgpos.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit a90f149e1b9ce1dfb1295465ddc3d49bda175383
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 13:52:11 2023 -0700
+
+    [gsubgpos] Minor drop an allocation
+
+ src/hb-ot-layout-gsubgpos.hh | 13 ++++++-------
+ 1 file changed, 6 insertions(+), 7 deletions(-)
+
+commit c54debc76dc120a696f24e9fd3dc9a9c4829b928
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 11:54:06 2023 -0700
+
+    [face] Add hb_face_collect_nominal_glyph_mapping
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3973
+
+ docs/harfbuzz-sections.txt       |  1 +
+ src/hb-face.cc                   | 27 ++++++++++++++++++++++++---
+ src/hb-face.h                    |  6 ++++++
+ test/api/test-collect-unicodes.c | 12 ++++++++++++
+ 4 files changed, 43 insertions(+), 3 deletions(-)
+
+commit ec70a3f7975907a4fc413255eec3b645f0a67c81
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 11:52:12 2023 -0700
+
+    [map] Include
+
+ src/hb-map.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 8b12c195738024107d5a8308ac29170d3f716f1d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 11:42:21 2023 -0700
+
+    [face] Split hb-face-builder.cc
+
+ src/Makefile.sources   |   1 +
+ src/harfbuzz-subset.cc |   1 +
+ src/harfbuzz.cc        |   1 +
+ src/hb-face-builder.cc | 246 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-face.cc         | 212 ------------------------------------------
+ src/meson.build        |   1 +
+ 6 files changed, 250 insertions(+), 212 deletions(-)
+
+commit b0d9421b1100ca00ac66ff83297affd3e9926529
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 11:21:46 2023 -0700
+
+    [docs] Remove reference to 2.x.x
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4006
+
+ docs/harfbuzz-docs.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit dc7b3a627db66afe948610a46d0c4a9e7201464b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 10:49:10 2023 -0700
+
+    [test-map] Another test
+
+ src/test-map.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit a8df5cb07ddb4b5c0054564858e063a8c35c9a15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 10:47:31 2023 -0700
+
+    [test-map] Test keys() / values()
+
+ src/test-map.cc | 19 +++++++++++++++++++
+ 1 file changed, 19 insertions(+)
+
+commit a349eef6a6da1064368ab5c0c09123ed1b748c59
+Author: Konstantin Käfer <mail@kkaefer.com>
+Date:   Thu Jan 5 10:54:21 2023 +0100
+
+    Disable hb_paint_extents_* functions if HB_NO_PAINT is defined
+
+ src/hb-paint-extents.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 9420966f5b8df976c4c1514fbd1346556980c907
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 5 10:17:24 2023 -0700
+
+    [map] Fix next()
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 35f46e74d1126b3db6dd342399e90874171f7ac8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 4 17:12:08 2023 -0700
+
+    [map] Add hb_map_keys() and hb_map_values()
+
+ docs/harfbuzz-sections.txt |  2 ++
+ src/hb-machinery.hh        |  1 -
+ src/hb-map.cc              | 32 ++++++++++++++++++++++++++++++++
+ src/hb-map.h               |  8 ++++++++
+ src/hb-map.hh              | 12 ++++++++++++
+ src/hb-set.hh              |  5 +++++
+ src/hb-subset.hh           |  1 +
+ 7 files changed, 60 insertions(+), 1 deletion(-)
+
+commit 07f2d8d5384943445ca00c0e127de81d37539e65
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 4 15:42:56 2023 -0700
+
+    Comment
+
+ src/hb-buffer.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4f6079138d74c1958c6345de28a08a8816e0c4af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 4 13:58:46 2023 -0700
+
+    [map] Add hb_map_update()
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-map.cc              | 16 ++++++++++++++++
+ src/hb-map.h               |  4 ++++
+ src/hb-map.hh              |  7 +++++++
+ src/test-map.cc            | 16 ++++++++++++++--
+ 5 files changed, 42 insertions(+), 2 deletions(-)
+
+commit c350458539ee16bb06fde317ad440cd3c8159471
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 4 13:25:03 2023 -0700
+
+    [subset-plan] Relax const return type of a few functions
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4003
+
+ src/hb-subset-plan.cc | 6 +++---
+ src/hb-subset.h       | 6 +++---
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit dbf0964a0ff2fd36730c4179ab7ec7e8f0bd11cb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 4 13:17:14 2023 -0700
+
+    [map] Doc
+
+ src/hb-map.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 0875a420f7e04a27971b6b69a3364ba3eff9ed0b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 4 13:11:37 2023 -0700
+
+    [map] Doc
+
+ src/hb-map.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit ffafcf9633eae1c679b8835a31e9b00dca740dde
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 4 12:55:59 2023 -0700
+
+    [map] Add hb_map_next()
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-map.cc              | 25 ++++++++++++++++++++++++-
+ src/hb-map.h               |  6 ++++++
+ src/hb-map.hh              | 24 ++++++++++++++++++++++++
+ src/test-map.cc            | 27 +++++++++++++++++++++++++++
+ 5 files changed, 82 insertions(+), 1 deletion(-)
+
+commit 3e471bbc0801d8fc0093d4e536633e6a89d4d32b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 4 11:53:49 2023 -0700
+
+    [vector] Better test
+
+ src/hb-vector.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 45fc919a10dc7d13ea386904bddb601512ba2f28
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 4 11:35:44 2023 -0700
+
+    [bit-set] Minor setting length on allocation failure
+
+ src/hb-bit-set.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d8509061e6167a7132c7d4aa414df65d95703ee6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 4 11:33:54 2023 -0700
+
+    [vector] It's okay if shrinking fails
+
+ src/hb-vector.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 6c272b920d14f34494a8415bad15e794be313fc5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 3 13:00:41 2023 -0700
+
+    [set] Don't discard allocation in operator=
+    
+    That had caused memory thrashing.
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54789
+
+ src/hb-bit-set.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit e6bbf112ea05482e48136f910518f57b2b153256
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 3 12:35:48 2023 -0700
+
+    [buffer] Better document set_content_type
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/4000
+
+ src/hb-buffer.cc | 26 ++++++++++++++++++++++++++
+ 1 file changed, 26 insertions(+)
+
+commit 8f2345ca365de26d3d4888c9087181ebccde29d4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 2 18:08:45 2023 -0700
+
+    Use more vector resize_exact
+
+ src/hb-bit-set.hh        | 7 ++-----
+ src/hb-cff2-interp-cs.hh | 6 ++----
+ 2 files changed, 4 insertions(+), 9 deletions(-)
+
+commit b6be4550209af5cf33f3d0a35602ca8edeafcc5d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 2 18:05:43 2023 -0700
+
+    [vector] Add resize_exact()
+
+ src/hb-subset-cff-common.hh | 21 +++++++--------------
+ src/hb-vector.hh            |  8 ++++++--
+ 2 files changed, 13 insertions(+), 16 deletions(-)
+
+commit a516ce97e03877389bdb60a62234302e19266894
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 2 17:58:51 2023 -0700
+
+    [subset-cff] Add a few exact-allocation calls
+
+ src/hb-subset-cff-common.hh | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 4a435dc0243329a409d4c23ca0ec07ca19fea9cb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 2 17:41:31 2023 -0700
+
+    [subset-cff] Remove an unlikely
+
+ src/hb-subset-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f8c578fd93b22a144f5a28e504e629b8adcb3f5c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 2 17:33:04 2023 -0700
+
+    [subset-cff] Remove commented-out line
+
+ src/hb-subset-cff-common.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit d5e1748f31231d5283e6c006d4114c139f9d261b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 2 12:26:43 2023 -0700
+
+    [cff] Simplify add_op()
+
+ src/hb-cff-interp-common.hh | 12 +-----------
+ 1 file changed, 1 insertion(+), 11 deletions(-)
+
+commit 27531d853e36ba1050da6158d7349bdf85b0f9e2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 2 12:05:11 2023 -0700
+
+    [subset-cff] Move code around
+
+ src/hb-subset-cff-common.hh | 64 ++++++++++++++++++++++-----------------------
+ 1 file changed, 32 insertions(+), 32 deletions(-)
+
+commit 9afe5f973ea62957542830662f4c61d3ce795678
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 2 11:44:29 2023 -0700
+
+    [vector] Fix leak
+    
+    Discovered by https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54767
+
+ src/hb-vector.hh | 21 ++++++++++++++++++---
+ 1 file changed, 18 insertions(+), 3 deletions(-)
+
+commit 4f013c42f0c0d87b068ff349fd96cb3dcff1831d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 2 10:38:30 2023 -0700
+
+    [subset-cff] Always compact charstrings
+    
+    Reduces non-preprocessed subsetting memory footprint significantly.
+
+ src/hb-subset-cff-common.hh | 19 ++++++++++++-------
+ 1 file changed, 12 insertions(+), 7 deletions(-)
+
+commit d3ed6eed437d3123195d436a43babfaab6266edf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 1 23:29:35 2023 -0700
+
+    [cff] Initialize a member variable
+    
+    For good hygiene.
+
+ src/hb-cff-interp-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8ccc704c9af497cfeca5d58d80e42e043203c738
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jan 2 18:14:55 2023 +0200
+
+    [ci/win32] Disable Cairo tests as well
+
+ .ci/build-win32.sh | 2 +-
+ .ci/build-win64.sh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 5d81fc0f1cec0ddece4e083e9befa4c4b429c546
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Mar 23 06:07:15 2022 +0200
+
+    [meson] Update Cairo subproject
+    
+    Update to the latest master to get color fonts working. Disable dwrite
+    on Windows builds as it does not compile and we don’t need it.
+
+ .ci/build-win32.sh     | 1 +
+ .ci/build-win64.sh     | 1 +
+ subprojects/cairo.wrap | 4 ++--
+ 3 files changed, 4 insertions(+), 2 deletions(-)
+
+commit 55a7d81740fd4e932ac101cb0c869eaa384fedc3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 1 23:07:42 2023 -0700
+
+    [vector] Allocate exact size in operator=
+
+ src/hb-vector.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 449910d43118b6f935fa1231531cc16c072cd455
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 1 19:27:10 2023 -0700
+
+    [vector] Allocate exact size in constructor
+
+ src/hb-vector.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 4dda1f7881d7584598467efb641927b56230250b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 1 19:00:04 2023 -0700
+
+    [cff-subset] Compact charstrings just after parsing
+    
+    Massive peak-memory saving when processing face.
+
+ src/hb-subset-cff-common.hh | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+commit a7617c3cf194dfd5d2b96095f43915b60b41fb44
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 1 18:58:08 2023 -0700
+
+    [cff-subset] Drop hints just after parsing charstring
+    
+    In prep for next commit.
+
+ src/hb-subset-cff-common.hh | 36 ++++++++++++------------------------
+ 1 file changed, 12 insertions(+), 24 deletions(-)
+
+commit b1c4cb0caeae6c750c0cfd42fabb7fcb79ea30fd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 1 18:41:19 2023 -0700
+
+    [cff2] Use a shrink instead of resize
+    
+    Such that we can free the allocation.
+
+ src/hb-cff2-interp-cs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b87360763ece0494951071793140c1e4336cf19b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 1 18:38:28 2023 -0700
+
+    [vector] Support shrinking storage if exact size provided
+    
+    Only do it if requested size is less than quarter of allocated size.
+    
+    This has massive benefit during CFF subset preprocessing.
+
+ src/hb-vector.hh | 33 +++++++++++++++++++++++++--------
+ 1 file changed, 25 insertions(+), 8 deletions(-)
+
+commit 1119e6029609e31cc7548ddfb7ac5ba2c3001f0c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 1 18:31:32 2023 -0700
+
+    [subset-cff] Tweak another storage allocation
+
+ src/hb-subset-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 85e8f2b53ff373abf108053201d31742f6b24a79
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 1 18:26:08 2023 -0700
+
+    [hb-subset] Initialize preprocess variable
+
+ util/hb-subset.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f0b5286b36fb9eb45bf53ee3a6e2d8b5ee807471
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 1 17:04:59 2023 -0700
+
+    [features] Sort
+
+ src/hb-features.h.in | 48 ++++++++++++++++++++++++------------------------
+ 1 file changed, 24 insertions(+), 24 deletions(-)
+
+commit 4a5bd7a9267973c134c3fe1198d8cf8cf94cb4f1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 1 16:53:28 2023 -0700
+
+    [subset] Add hb_subset_input_keep_everything()
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3998
+    
+    New API:
+    + hb_subset_input_keep_everything()
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-subset-input.cc     | 56 ++++++++++++++++++++++++++++++----------------
+ src/hb-subset.h            |  3 +++
+ util/hb-subset.cc          | 15 +++++++++++++
+ 4 files changed, 56 insertions(+), 19 deletions(-)
+
+commit d87add41b3ff6ce19cf387cf20542525e8237b14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 1 16:27:26 2023 -0700
+
+    [hb-subset] Rename --preprocess-face to --preprocess
+    
+    Keep old name working but hidden.
+
+ util/hb-subset.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 52110f13b02678c24daa3c1b588683a8fb13e125
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 1 16:22:02 2023 -0700
+
+    [subset-input] Refactor copy-pasta code
+
+ src/hb-subset-input.cc | 39 ++++++++++++++-------------------------
+ 1 file changed, 14 insertions(+), 25 deletions(-)
+
+commit 4adc748b13c3fdcb60162a269982590925750ce3
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Jan 1 09:46:11 2023 -0500
+
+    Move Color tables to src/OT/Color/
+
+ src/Makefile.sources                                   | 12 ++++++------
+ .../Color/CBDT/CBDT.hh}                                | 10 +++++-----
+ .../Color/COLR/COLR.hh}                                | 18 +++++++++---------
+ .../Color/COLR/colrv1-closure.hh}                      | 12 ++++++------
+ .../Color/CPAL/CPAL.hh}                                | 12 ++++++------
+ .../Color/sbix/sbix.hh}                                | 12 ++++++------
+ src/{hb-ot-color-svg-table.hh => OT/Color/svg/svg.hh}  | 12 ++++++------
+ src/hb-ot-color.cc                                     | 10 +++++-----
+ src/hb-ot-face.cc                                      |  6 +++---
+ src/hb-ot-font.cc                                      |  8 ++++----
+ src/hb-static.cc                                       |  2 +-
+ src/hb-subset-plan.cc                                  |  4 ++--
+ src/hb-subset.cc                                       |  8 ++++----
+ src/meson.build                                        | 10 +++++-----
+ 14 files changed, 68 insertions(+), 68 deletions(-)
+
+commit a5f1f3a05cc72a127ac29aa78c3b775ed4d63adc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 1 13:14:04 2023 -0700
+
+    [ft] Conditionalize all COLOR code on >= 2.11.1
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3994
+
+ src/hb-ft-colr.hh | 9 ---------
+ src/hb-ft.cc      | 6 ++++++
+ 2 files changed, 6 insertions(+), 9 deletions(-)
+
+commit dc5179d465e5d39a60897a4c8cf14da6c2f6fefa
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Jan 1 09:23:07 2023 -0500
+
+    Drop hb-ot-color-colr-table.cc
+    
+    Move everything into the .hh file.
+
+ src/Makefile.sources          |  1 -
+ src/harfbuzz-subset.cc        |  1 -
+ src/harfbuzz.cc               |  1 -
+ src/hb-ot-color-colr-table.cc | 27 ---------------------------
+ src/hb-ot-color-colr-table.hh | 26 ++++++++++++++++++++++++--
+ src/meson.build               |  1 -
+ 6 files changed, 24 insertions(+), 33 deletions(-)
+
+commit 27684f14be2a72b8aab863844931a980ace76db5
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Jan 1 00:41:55 2023 +0200
+
+    [introspection] Skip sources not usable with GObject Introspection
+    
+    There is no point in generating GIR for code interfacing with libraries
+    without introspection integration. This fixes spurious warnings on macOS
+    when g-ir-scanner mistakenly tries to scan system headers.
+
+ src/meson.build | 21 +++++++++++++--------
+ 1 file changed, 13 insertions(+), 8 deletions(-)
+
+commit 2bd09a99c1b1e84fe69c854f2b42cf9a55a006d8
+Merge: 3ff91c449 f60e7e3f8
+Author: Matthias Clasen <matthias.clasen@gmail.com>
+Date:   Sun Jan 1 10:30:40 2023 -0500
+
+    Merge pull request #3996 from harfbuzz/drop-unused-file
+    
+    Drop an unused file
+
+commit f60e7e3f8c91c81c21f401e654389767e182db41
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Jan 1 09:50:27 2023 -0500
+
+    Drop an unused file
+
+ src/hb-ot-color-colrv1-paint.hh | 286 ----------------------------------------
+ 1 file changed, 286 deletions(-)
+
+commit 3ff91c449f52d5cccdc24639a836d30878a62188
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 14:49:41 2022 -0700
+
+    [paint] Optimize transform operations again
+
+ src/hb-ft-colr.hh             | 46 +++++++++++-----------
+ src/hb-ot-color-colr-table.hh | 74 +++++++++++++++++------------------
+ src/hb-paint.hh               | 90 ++++++++++++++++---------------------------
+ 3 files changed, 94 insertions(+), 116 deletions(-)
+
+commit 1a0dd49f1ef09af11235645b65f32c65704bcae6
+Merge: edb812345 9f3b59fe6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 14:38:06 2022 -0700
+
+    Merge pull request #3991 from harfbuzz/paint-optimize-transform
+    
+    Paint optimize transform
+
+commit 9f3b59fe6b27e3f8c2a32a89263264ceaceaa5be
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 31 16:19:20 2022 -0500
+
+    Update expected test results
+    
+    These need updates, because they record
+    every callback, and we've changed what
+    callbacks are happening.
+
+ test/api/results/test-20-0-106 | 4 ++--
+ test/api/results/test-20-0-123 | 8 ++++----
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit edb812345a10a4eb737e2ab96578a49b533cddd7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 13:55:41 2022 -0700
+
+    [subset-cff] Another exact allocation
+
+ src/hb-subset-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 54dd01b86538f91dbbb75dab937bff01266fa4f8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 13:33:25 2022 -0700
+
+    [set] Use exact-allocation in copying
+    
+    Significantly reduces memory consumption.
+
+ src/hb-bit-set.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 2c64048bc4b91cc45427faa437ae8368a5443c5f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 13:26:00 2022 -0700
+
+    [subset] Another exact-allocation
+
+ src/hb-subset.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0ec0214f10ee17786531d54416d4f006ff9c818b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 13:18:32 2022 -0700
+
+    [cff-subset] Adjust pre-allocation
+    
+    Reduces memory use significantly.
+
+ src/hb-cff-interp-common.hh | 2 +-
+ src/hb-subset-cff-common.hh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit b88ca81814059c71c0361d741c70b71b652240b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 12:51:28 2022 -0700
+
+    [paint-extents] Minor reorder
+
+ src/hb-paint-extents.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 0c6a72133766240c13649a69e783e12ad30ae08d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 12:42:29 2022 -0700
+
+    [set] Another exact-size allocation
+
+ src/hb-bit-set.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit b803024cafc76a5f23c88b8f248e4d19125d7933
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 12:40:07 2022 -0700
+
+    [cff2] Another exact-size allocation
+
+ src/hb-cff2-interp-cs.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 3d4659beaad042fe0b3f0a750ced96e8ca361cb9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 12:38:58 2022 -0700
+
+    [cff2] Use exact-size vector allocation for blends
+
+ src/hb-cff2-interp-cs.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 92e5933ee6c6382ea168ee5fdd30d80cece131d1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 12:35:30 2022 -0700
+
+    [vector] A couple more exact-size allocations
+
+ src/hb-ot-name-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 2eacc37e08a07c2e79139056ae09c1047cbff5cd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 12:27:13 2022 -0700
+
+    [vector] Add internal API for exact-size allocation
+    
+    Use it from a couple of places.
+
+ src/OT/glyf/SimpleGlyph.hh   | 8 ++++----
+ src/OT/glyf/glyf.hh          | 2 +-
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ src/hb-repacker.hh           | 2 +-
+ src/hb-serialize.hh          | 4 ++--
+ src/hb-vector.hh             | 6 +++---
+ 6 files changed, 12 insertions(+), 12 deletions(-)
+
+commit a0b46f3f6bd4be906cde1f8a7fab765690c13f2f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 12:15:14 2022 -0700
+
+    [machinery] Refactor shared code into a macro
+
+ src/hb-machinery.hh | 48 ++++++++++++++++--------------------------------
+ 1 file changed, 16 insertions(+), 32 deletions(-)
+
+commit ebb475bae7b8e7af300251e4fd2d14a56e292b90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 12:11:14 2022 -0700
+
+    [multimap] Add consts
+
+ src/hb-multimap.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9e3ff0e9f0078aa17d616ae9670a3843949a212d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 11:55:45 2022 -0700
+
+    [paint] Fixup
+
+ src/hb-ft-colr.hh             |  4 ++++
+ src/hb-ot-color-colr-table.hh | 13 +++++++++++--
+ 2 files changed, 15 insertions(+), 2 deletions(-)
+
+commit 6b47fcb17aa138d1c60e07516ce4323c9fe594cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 11:40:12 2022 -0700
+
+    [paint] Add internal push_skew/pop_skew API
+
+ src/hb-ft-colr.hh             |  8 ++++----
+ src/hb-ot-color-colr-table.hh | 16 ++++++++--------
+ src/hb-paint.hh               | 17 +++++++++++++++++
+ 3 files changed, 29 insertions(+), 12 deletions(-)
+
+commit 46adf31b4c6ac45c213c7ac492f27a18de8e1af5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 11:35:39 2022 -0700
+
+    [paint] Add internal push_rotate/pop_rotate API
+
+ src/hb-ft-colr.hh             |  6 ++----
+ src/hb-ot-color-colr-table.hh | 12 ++++--------
+ src/hb-paint.hh               | 17 +++++++++++++++++
+ 3 files changed, 23 insertions(+), 12 deletions(-)
+
+commit ce7835124a741a75748b941ef1ff228e70437dfe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 11:32:15 2022 -0700
+
+    [paint] Add internal push_scale/pop_scale API
+
+ src/hb-ft-colr.hh             | 10 ++++------
+ src/hb-ot-color-colr-table.hh | 28 ++++++++++++----------------
+ src/hb-paint.hh               | 14 ++++++++++++++
+ 3 files changed, 30 insertions(+), 22 deletions(-)
+
+commit 7363eb373a14310a3d15b5a5889e4c158a55e533
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 11:24:42 2022 -0700
+
+    [paint] Add internal push_translate/pop_translate
+
+ src/hb-ft-colr.hh             | 63 +++++++++++++++----------------------------
+ src/hb-ot-color-colr-table.hh | 41 ++++++++++++++--------------
+ src/hb-paint.hh               | 14 ++++++++++
+ 3 files changed, 56 insertions(+), 62 deletions(-)
+
+commit df91677997c42cf5639718755267488af1389140
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 11:12:02 2022 -0700
+
+    [paint] Call internal API internally
+
+ src/hb-paint.hh | 13 +++++++------
+ 1 file changed, 7 insertions(+), 6 deletions(-)
+
+commit 99da0e6cc3433a86710c9ce6fec662afa677f03f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 11:04:40 2022 -0700
+
+    [paint] Avoid div-by-zero
+
+ src/hb-paint.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 4e94b65cffe4b2308c2c74fc113a93d597602b0b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 10:53:40 2022 -0700
+
+    [paint-extents] Const-correctness
+
+ src/hb-paint-extents.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit f6dc4698ef4ea042dd4858fd32fd0916b779b954
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 10:52:32 2022 -0700
+
+    [paint-extents] Minor move variable
+
+ src/hb-paint-extents.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 4e7807a09028a27f0240e6b8cee879a848c96f99
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 10:50:30 2022 -0700
+
+    [paint-extents] Rename variable
+
+ src/hb-paint-extents.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit c86d1892ad32a6ef07ae0e67fe6e5deaaababc00
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 10:46:46 2022 -0700
+
+    [paint-extents] Move code around
+
+ src/hb-paint-extents.cc | 32 +++++++-------------------------
+ src/hb-paint-extents.hh | 18 ++++++++++++++++++
+ 2 files changed, 25 insertions(+), 25 deletions(-)
+
+commit d9a9bd8fa8feda041ef39f78085d314677842159
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 31 10:41:30 2022 -0700
+
+    [paint-extents] Add HB_UNUSED
+
+ src/hb-paint-extents.cc | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 956ccb11a8e29289302ff85f76713ceb31cfecc7
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 31 10:14:37 2022 -0500
+
+    [docs] Add a section about rendering
+
+ docs/usermanual-fonts-and-faces.xml | 42 +++++++++++++++++++++++++++++++++++++
+ 1 file changed, 42 insertions(+)
+
+commit 63cd1cce67c8459696cf49c53aad5e4f1830ccb7
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 31 08:56:12 2022 -0500
+
+    [docs] Drop stale commented-out section
+    
+    Freetype integration is documented elsewhere now.
+
+ docs/usermanual-fonts-and-faces.xml | 14 --------------
+ 1 file changed, 14 deletions(-)
+
+commit a390590451ef75e069ea5c67c3843b526f01fcde
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 31 08:51:19 2022 -0500
+
+    Mention named instances in the var-fonts section
+
+ docs/usermanual-fonts-and-faces.xml | 13 ++++++++++++-
+ 1 file changed, 12 insertions(+), 1 deletion(-)
+
+commit 37e90c64c17656e74f83e932ae750aed347855a7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 30 15:41:40 2022 -0700
+
+    [cairo] Fix warnings
+
+ src/hb-cairo-utils.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 04464c55b2644de67a9599a72c3c9126a8718a18
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 30 14:55:32 2022 -0700
+
+    [pool] Change chunk-len from 16 to 32
+
+ src/hb-pool.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d7941e04df605549f97c9a48469c5c204609610a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 30 14:47:47 2022 -0700
+
+    [paint-extents] Unlikely
+
+ src/hb-paint-extents.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ca844b69759c0d7b6c7511267c935330392dab00
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 30 14:47:24 2022 -0700
+
+    [paint-extents] Whitespace
+
+ src/hb-paint-extents.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 62ca2be39dd1bb03a99417ba57e0d8a18e407534
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 30 14:41:36 2022 -0700
+
+    [paint-extents] Implement quadratic callback
+
+ src/hb-paint-extents.cc | 15 +++++++++++++++
+ 1 file changed, 15 insertions(+)
+
+commit 7389efd8e0d5ee18b5139932214d326c7901ab15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 30 13:58:34 2022 -0700
+
+    [post] Pre-alloc name index array
+
+ src/hb-ot-post-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 36bef5dccf0ba3b437fdf4246e39e7e1c5219ce8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 30 13:17:23 2022 -0700
+
+    [gsubgpos] Prealloc subtables vector
+
+ src/hb-ot-layout-gsubgpos.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 00060d99f300575dab95b255e31f75787f34078e
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Dec 30 22:55:56 2022 +0200
+
+    [hb-cairo] Silence warning when building with FreeType
+    
+    In file included from ../util/hb-view.cc:33:
+    In file included from ../util/view-cairo.hh:32:
+    ../util/helper-cairo.hh:102:7: warning: variable 'cairo_face' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
+      if (use_hb_draw)
+          ^~~~~~~~~~~
+    ../util/helper-cairo.hh:129:64: note: uninitialized use occurs here
+      cairo_scaled_font_t *scaled_font = cairo_scaled_font_create (cairo_face,
+                                                                   ^~~~~~~~~~
+    ../util/helper-cairo.hh:102:3: note: remove the 'if' if its condition is always true
+      if (use_hb_draw)
+      ^~~~~~~~~~~~~~~~
+    ../util/helper-cairo.hh:101:32: note: initialize the variable 'cairo_face' to silence this warning
+      cairo_font_face_t *cairo_face;
+                                   ^
+                                    = nullptr
+    
+    We know that cairo_face will always be assigned since use_hb_draw will
+    always be true, but the compiler does not know that.
+
+ util/helper-cairo.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a45bf5b04c907c7071a41bac3235459f02eb1f8f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 30 11:19:36 2022 -0700
+
+    [ft-colr] Require FreeType >= 2.11.1
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3989
+
+ src/hb-ft-colr.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ceba6c9a90751fa82264889d31b0d8d6794bd2d9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 30 10:44:34 2022 -0700
+
+    [config] Sort
+
+ src/hb-config.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0d98c79b103a5bb2dfb684549077096853e08c55
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 29 21:07:38 2022 -0700
+
+    [util] Centralize includes again
+
+ util/helper-cairo.hh | 5 -----
+ util/options.hh      | 4 ++++
+ 2 files changed, 4 insertions(+), 5 deletions(-)
+
+commit d90ccc1c5c28eb0480c10d57a53daea2c17c0384
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 29 21:02:06 2022 -0700
+
+    [view] More includes
+
+ util/helper-cairo.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 969914b2b526a8017dfc85efa6a23a8453d17666
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 29 21:01:16 2022 -0700
+
+    [view] Clean up includes
+
+ util/ansi-print.hh   | 5 -----
+ util/helper-cairo.hh | 4 ++++
+ util/options.hh      | 3 ---
+ 3 files changed, 4 insertions(+), 8 deletions(-)
+
+commit 2bbc57c3c4ed4c54cd9f0fcab48b17a1d57a5823
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 29 20:41:55 2022 -0700
+
+    [chafa] Residual
+
+ util/helper-cairo-ansi.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 962d4925b27a3adf3805b98e5b8d221161ded421
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 29 20:39:02 2022 -0700
+
+    [ansi] Optimize write
+
+ util/ansi-print.hh | 21 ++++++++++++---------
+ 1 file changed, 12 insertions(+), 9 deletions(-)
+
+commit a35f8e340baee34d5b31df425b3044e520626c96
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 29 20:34:23 2022 -0700
+
+    [ansi] Whitespace
+
+ util/ansi-print.hh | 25 +++++++++++++++++--------
+ 1 file changed, 17 insertions(+), 8 deletions(-)
+
+commit 0004ec13a6334f6a279922c4f7111277bec20a60
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 29 20:26:42 2022 -0700
+
+    [view] Write ansi output to --output-file
+    
+    Was writing to stdout all this time!
+
+ util/ansi-print.hh        | 23 ++++++++++++++++-------
+ util/helper-cairo-ansi.hh | 12 ++++++++----
+ 2 files changed, 24 insertions(+), 11 deletions(-)
+
+commit 3a319b59bd4e52a20dbe7cd34ab85efe71a4831d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 29 20:26:09 2022 -0700
+
+    [ansi] Write \e directly
+
+ util/ansi-print.hh | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit ab8b9b444305dc01f5205ef0b7398a78184511b2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 29 18:33:12 2022 -0700
+
+    [view] Streamline cairo-ft face lifecycle management
+
+ util/helper-cairo-ft.hh | 10 ++++++++++
+ util/helper-cairo.hh    |  7 -------
+ 2 files changed, 10 insertions(+), 7 deletions(-)
+
+commit 228a415470dec6c58b5543d00ca1fd7f72980be3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 29 18:19:06 2022 -0700
+
+    [view-cairo] Minor subpixel-bits
+
+ util/helper-cairo.hh |  4 ++--
+ util/view-cairo.hh   | 12 ++++++------
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 74d29cd16890b013302626bf566dabe26e3300e2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 29 18:11:41 2022 -0700
+
+    [helper-cairo] Remove a method
+
+ util/helper-cairo.hh | 66 ++++++++++++++++++++++++----------------------------
+ util/view-cairo.hh   |  3 +--
+ 2 files changed, 32 insertions(+), 37 deletions(-)
+
+commit f2a6643fc15da58c5aec60a90b3eeea6af4d0ea2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 29 18:00:39 2022 -0700
+
+    [cairo] Docs
+
+ src/hb-cairo.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit bfce4a60465e47f8c5f2cb916972e07242bbadc5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 29 10:43:37 2022 -0700
+
+    [cairo] Remove error path
+    
+    Assume cairo API always returns non-NULL.
+
+ src/hb-cairo.cc | 19 -------------------
+ 1 file changed, 19 deletions(-)
+
+commit b1de87b7f1ebe62fc9325679489718494ec1d3a2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 29 10:34:47 2022 -0700
+
+    [cairo] Document get_glyphs() arguments as inout
+
+ src/hb-cairo.cc      | 41 ++++++++++++++++++++++++++++++++++-------
+ util/helper-cairo.hh |  2 ++
+ 2 files changed, 36 insertions(+), 7 deletions(-)
+
+commit 3be9fa07f65130b3b534095d0c6cb2b36b85acdd
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Dec 29 10:14:51 2022 -0500
+
+    [docs] Mention new font-funcs in the user manual
+
+ docs/usermanual-fonts-and-faces.xml | 14 +++++++++++++-
+ 1 file changed, 13 insertions(+), 1 deletion(-)
+
+commit 2c2121784a6b162b2cdbb31b1388e8abc15691b8
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Dec 29 09:57:56 2022 -0500
+
+    [docs] Add a Cairo integration section
+
+ docs/usermanual-integration.xml | 44 ++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 43 insertions(+), 1 deletion(-)
+
+commit 89bd7f64ae91d9dfe2cf498233f38ecf054ec484
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Dec 29 08:05:16 2022 -0500
+
+    [hb-cairo] Small docs fixes
+
+ src/hb-cairo.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit c9206df1667101fa4fa5c54ac6e0d9750a0d2d1f
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 29 16:05:19 2022 +0200
+
+    [hb-cairo] Fix warnings
+
+ src/hb-cairo-utils.cc | 58 +++++++++++++++++++++++++--------------------------
+ 1 file changed, 29 insertions(+), 29 deletions(-)
+
+commit 723e7a48e213ad9216f49762d6881745c36f6678
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 29 15:49:21 2022 +0200
+
+    [docs] Small fixes
+
+ src/hb-cairo.cc | 6 +++---
+ src/hb-font.h   | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 313f74a6931eef76d3d35a09c38c90851342a88f
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Jun 29 07:32:58 2022 -0400
+
+    Add a basic test for hb-coretext api
+    
+    This tests what would be my minimum assumption
+    about this api. It was written blindly.
+
+ test/api/Makefile.am     |  6 ++++
+ test/api/meson.build     |  6 ++++
+ test/api/test-coretext.c | 79 ++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 91 insertions(+)
+
+commit 661baf403c9c6e8a8c7562adaf8cf39e21185101
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Jun 29 07:31:46 2022 -0400
+
+    Add a basic test for hb-ft api
+    
+    This tests what would be my minimum assumption
+    about this api.
+
+ test/api/Makefile.am |   4 ++
+ test/api/meson.build |   5 ++-
+ test/api/test-ft.c   | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 128 insertions(+), 1 deletion(-)
+
+commit 67456a7a02feee7bf9644f01402cbfade85bcac2
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 28 13:07:54 2022 -0500
+
+    [ft] Some more docs clarifications
+
+ src/hb-ft.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit c612d068e8a5b90675c4e27a8ca2bd90ba8798eb
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 28 10:42:59 2022 -0500
+
+    [ft] Clarify docs around faces too
+
+ src/hb-ft.cc | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit 4dc955bb46f9f945e2cf0d79c0a12b15d200e3f7
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 28 10:04:21 2022 -0500
+
+    [ft] Clarify docs
+    
+    Add some clarifications on what fonts these apis
+    work with.
+
+ src/hb-ft.cc | 20 +++++++++++++++++---
+ 1 file changed, 17 insertions(+), 3 deletions(-)
+
+commit ef20b5e66f3e693b2c9e08f0e03802d2b8c2456c
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 28 08:51:27 2022 -0500
+
+    Typo fix
+
+ src/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit dc9ca63763234d5082db5e88944d1fccb65ed565
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 27 17:49:02 2022 -0700
+
+    [hb-view] Remove stale disabled code path
+    
+    With color rendering that code path is wrong anyway.
+    And cairo now supports subpixel text positioning.
+
+ util/view-cairo.hh | 6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+commit 5efb3bc6919f771f68780e3879e4be0d5121e99e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 27 17:47:46 2022 -0700
+
+    [hb-view] Set hb-cairo scale-factor
+    
+    Unused.
+
+ util/helper-cairo.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 81c04b0c2176b6dce850a76ace059b74d59bbee5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 27 17:46:25 2022 -0700
+
+    [cairo] Add separate x/y scale factors
+
+ src/hb-cairo.cc      | 43 ++++++++++++++++++++++---------------------
+ src/hb-cairo.h       |  3 ++-
+ util/helper-cairo.hh |  2 +-
+ 3 files changed, 25 insertions(+), 23 deletions(-)
+
+commit 50b7fff0c6f38819a66735d66ebd670655b4e961
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 27 17:37:42 2022 -0700
+
+    [cairo] Fix text_to_glyphs scale factor
+
+ src/hb-cairo.cc | 8 +-------
+ 1 file changed, 1 insertion(+), 7 deletions(-)
+
+commit 8f62b8c6bb1ecf1ef5abcdf88798076d48ef28b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 27 17:26:39 2022 -0700
+
+    [cairo] Fix cluster conversion
+
+ src/hb-cairo.cc | 13 +++----------
+ 1 file changed, 3 insertions(+), 10 deletions(-)
+
+commit 326db329f84793152838ff8c45d284f4766c0a7a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 27 14:38:17 2022 -0700
+
+    [directwrite] Simplify delete
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3981
+
+ src/hb-directwrite.cc | 12 ++++--------
+ 1 file changed, 4 insertions(+), 8 deletions(-)
+
+commit 7b0f9abc897f656addc55ad875bd4737cbb17128
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 27 12:37:53 2022 -0700
+
+    [paint] Add back "remote-control" API
+    
+    This reverts commit f146299a405b8338542a245b85e664de29f0c972.
+
+ docs/harfbuzz-sections.txt |  13 +++
+ src/hb-paint.cc            | 246 +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-paint.h             |  67 ++++++++++++
+ 3 files changed, 326 insertions(+)
+
+commit 43b0364edacaa487ea18bc0261d72e3e45e42197
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 27 12:29:53 2022 -0700
+
+    [paint] Document composition modes
+
+ src/hb-paint.h | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 60 insertions(+)
+
+commit ec9e8a5993727174c765572cd71eba6fd3b38f90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 27 12:22:56 2022 -0700
+
+    [paint] Document extend modes.
+
+ src/hb-paint.h | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit fa3fa9422deb7bf9330f62412bbe24fe11eb7c4d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 27 11:54:23 2022 -0700
+
+    [cairo] Doc
+
+ src/hb-cairo.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit bbf6f42d3b3b7d5310255013eb1bb17528565121
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 27 11:50:06 2022 -0700
+
+    [cairo] TODO
+
+ src/hb-cairo.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit f9fc13287b5b384cb3485687c150d284a9fe53b2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 27 11:08:34 2022 -0700
+
+    [hb-cairo] Return hb_font_t* from init-func
+
+ src/hb-cairo.cc | 2 +-
+ src/hb-cairo.h  | 8 +++++---
+ 2 files changed, 6 insertions(+), 4 deletions(-)
+
+commit d18903e44334d198e1d5445a4316da17887a75dc
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Tue Dec 27 09:25:05 2022 -0500
+
+    Add def files for libharfbuzz-cairo
+
+ src/Makefile.am | 7 ++++++-
+ src/meson.build | 6 ++++++
+ 2 files changed, 12 insertions(+), 1 deletion(-)
+
+commit d88787b6cab610ab961648e9f6c000a69c25d43b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 27 10:59:17 2022 -0700
+
+    [cairo] Add func to init fonts on creation
+    
+    To set, for example, font-funcs.
+
+ docs/harfbuzz-sections.txt |   6 +-
+ src/hb-cairo.cc            | 138 ++++++++++++++++++++++++++++++---------------
+ src/hb-cairo.h             |  30 ++++++++--
+ 3 files changed, 121 insertions(+), 53 deletions(-)
+
+commit c52bff2d6132c5716825f45bf7e0a64e48e83a51
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 27 10:42:13 2022 -0700
+
+    [cairo] Hide internal symbols
+
+ src/hb-cairo-utils.hh | 44 ++++++++++++++++++++++++--------------------
+ 1 file changed, 24 insertions(+), 20 deletions(-)
+
+commit 7d3b3739253a901b88cd4da9916007ae7166c9de
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Tue Dec 27 08:37:46 2022 -0500
+
+    Fix the autotools build
+
+ util/Makefile.sources | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 34aa8b0148dc03fcaff7dfe09ca7dab7f3c91a97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 16:54:31 2022 -0700
+
+    [cairo] Add to library tests
+
+ src/check-libstdc++.py | 2 +-
+ src/check-symbols.py   | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 5fdfe6ae5d8118d7e2c0f90a8a7014e4d60a3a28
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 16:52:53 2022 -0700
+
+    [cairo] Use hb_qsort
+
+ src/hb-cairo-utils.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 21573265e92006eedac5bd5a3d43dc5b28e108b4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 16:52:13 2022 -0700
+
+    [cairo] More namespacing
+
+ src/hb-cairo-utils.cc | 196 +++++++++++++++++++++++++-------------------------
+ 1 file changed, 98 insertions(+), 98 deletions(-)
+
+commit 84d1b00cd4e29d428d60b45610231b9b93967693
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 16:45:23 2022 -0700
+
+    [cairo] More namespacing
+
+ src/hb-cairo-utils.cc | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 8f16e98c1b645d7374f0e61388d8e6a427a53c63
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 16:44:07 2022 -0700
+
+    [cairo] Namespace types
+
+ src/hb-cairo-utils.cc | 84 +++++++++++++++++++++++++--------------------------
+ 1 file changed, 42 insertions(+), 42 deletions(-)
+
+commit 488be5246778b8e4f7177b84bb452f48e4217b41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 16:42:22 2022 -0700
+
+    [cairo] Try fix msvc build
+
+ src/hb-cairo-utils.cc | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit c652e8e1b7a2a92d898b08941dc081546a26c101
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 16:25:22 2022 -0700
+
+    [cairo] Docs
+
+ src/hb-cairo.cc | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit 23980d3cb2e0d374933f28e58ff0631b4a59e1e0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 16:22:35 2022 -0700
+
+    [cairo] Docs
+
+ src/hb-cairo.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit f5fd46aa3d905a7c69c12fa35c48d8c3b64f0cf2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 16:18:27 2022 -0700
+
+    [cairo] Docs
+
+ src/hb-cairo.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 36482b684b16f752965485b41c39558c1f144504
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 16:15:06 2022 -0700
+
+    [cairo] Err, utf8_clusters
+
+ src/hb-cairo.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 48cb25dd36a83f48748b295eebdfd74de170dc41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 16:13:57 2022 -0700
+
+    [cairo] Implement (untested) text_to_glyphs callback
+
+ src/hb-cairo.cc | 41 +++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 41 insertions(+)
+
+commit c38abcb3fbe30d835988f2a0920c5eb80cf42266
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 16:03:25 2022 -0700
+
+    [cairo] Add x,y args to get_glyphs
+
+ src/hb-cairo.cc      | 18 +++++++++++-------
+ src/hb-cairo.h       |  2 ++
+ util/helper-cairo.hh | 10 ++++------
+ 3 files changed, 17 insertions(+), 13 deletions(-)
+
+commit 847ed695473306e76c3084df893e2c24bf79c440
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 15:59:57 2022 -0700
+
+    [cairo] Reorder arguments of a call
+
+ src/hb-cairo.cc      | 22 +++++++++++-----------
+ src/hb-cairo.h       |  4 ++--
+ util/helper-cairo.hh |  4 ++--
+ 3 files changed, 15 insertions(+), 15 deletions(-)
+
+commit 726cfffc0d37c0bb5aa4bd98403e369c829cbbed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 15:55:56 2022 -0700
+
+    [cairo] Doc fix
+
+ src/hb-cairo.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0fe0cdf066791b8805826a149cd438d56ba7e2f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 15:52:55 2022 -0700
+
+    [cairo] Document scale-factor business
+
+ src/hb-cairo.cc | 32 ++++++++++++++++++++++++++++++++
+ 1 file changed, 32 insertions(+)
+
+commit 4e3e879c1cb25eb87bf0c0076067024184f875b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 15:33:04 2022 -0700
+
+    [cairo] Add [sg]et_scale_factor
+
+ docs/harfbuzz-sections.txt |  2 ++
+ src/hb-cairo.cc            | 58 +++++++++++++++++++++++++++++++++++++++++++---
+ src/hb-cairo.h             |  7 ++++++
+ 3 files changed, 64 insertions(+), 3 deletions(-)
+
+commit 186bfa99f54747698bcebea35cb52fff680b3807
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 15:15:40 2022 -0700
+
+    [cairo] Make scale_factor a double
+
+ src/hb-cairo.cc | 4 ++--
+ src/hb-cairo.h  | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 120419e180843b1183345d50d73585bc55805a17
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 15:10:26 2022 -0700
+
+    [hb-view] Fix autotools build
+
+ src/Makefile.am       | 1 +
+ util/Makefile.am      | 1 +
+ util/Makefile.sources | 2 --
+ 3 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 650a46d919dec6f55cbeb21685ab064086b5bf92
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 15:02:01 2022 -0700
+
+    [cairo] Fix autotools build
+
+ src/Makefile.am      |  4 ++--
+ src/Makefile.sources | 11 +++++++++--
+ 2 files changed, 11 insertions(+), 4 deletions(-)
+
+commit b417ac8a19ed09df3702722a9af4e74296d4bee2
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 26 08:43:52 2022 -0500
+
+    Try to fix autotools build
+
+ src/Makefile.am          | 10 ++++++++++
+ src/Makefile.sources     |  3 +++
+ src/harfbuzz-cairo.pc.in | 12 ++++++++++++
+ 3 files changed, 25 insertions(+)
+
+commit 8d0e18b51d37c7f7e4d49e42e612d82e40f88656
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Dec 25 22:12:29 2022 -0500
+
+    [cairo] More details in the docs
+    
+    Mention slant as well.
+
+ src/hb-cairo.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 30605e09b9e9be7469bd4b6989af3c99da36a691
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Dec 25 22:04:22 2022 -0500
+
+    [cairo] Mention variations in the docs
+
+ src/hb-cairo.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit c4f7563f8178eee8ec1dbf9de5a3198efc1a9e18
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 19:40:44 2022 -0700
+
+    [cairo] Fix build
+
+ src/meson.build | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 7a52ac4bbe5951626756ccd3cb8e50e382bbbe44
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 19:39:02 2022 -0700
+
+    [cairo] Set variations
+
+ src/hb-cairo.cc | 20 +++++++++++++++++++-
+ 1 file changed, 19 insertions(+), 1 deletion(-)
+
+commit 4be4e017fc0685745e6e9d3d44c40d191f26ff5a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 19:27:53 2022 -0700
+
+    [cairo] Make font immutable
+
+ src/hb-cairo.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit ea993af8e7819826b98573a98b4b11363fed0e57
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 19:17:18 2022 -0700
+
+    [view] Don't double-slant
+
+ util/helper-cairo.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 70babda6adcadeac883b1ba14ed2b8c46d09cd99
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 19:10:11 2022 -0700
+
+    [cairo] docs
+
+ docs/harfbuzz-sections.txt |  5 ++++-
+ src/hb-cairo.cc            | 31 +++++++++++++++++++++++++++++++
+ 2 files changed, 35 insertions(+), 1 deletion(-)
+
+commit 1c67180d6dd7be650c47eddfcaa1ea1b73220fe2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 19:07:02 2022 -0700
+
+    [cairo] Add typed destroy funcs
+
+ src/hb-cairo.cc | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 43da222e6dca2117fd2bbd4cd428dfe3cf056d23
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 19:05:24 2022 -0700
+
+    [cairo] Rename
+
+ src/hb-cairo.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit cf001f6ec777e40bd01c2087d8f9c5a4575e33f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 19:01:28 2022 -0700
+
+    [cairo] Add constructor from hb_face_t
+
+ src/hb-cairo.cc      | 70 +++++++++++++++++++++++++++++++++++++++++-----------
+ src/hb-cairo.h       | 11 ++++++++-
+ util/helper-cairo.hh |  2 +-
+ 3 files changed, 67 insertions(+), 16 deletions(-)
+
+commit 2e897cc90b754e67240cba2589e7e28027b436cc
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Dec 25 20:03:59 2022 -0500
+
+    Add a pc file for harfbuzz-cairo
+
+ src/meson.build | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit ddb52e4a30375c2455f6c019c355d3bcf1adc196
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Dec 25 19:52:39 2022 -0500
+
+    [cairo] Add docs
+
+ docs/harfbuzz-docs.xml     |  1 +
+ docs/harfbuzz-sections.txt |  7 ++++++
+ src/hb-cairo.cc            | 53 +++++++++++++++++++++++++++++++++++++++++++++-
+ 3 files changed, 60 insertions(+), 1 deletion(-)
+
+commit dc2bf2664deb7700dd32b82612a49f363a51c443
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 18:02:34 2022 -0700
+
+    [cairo] Set scaled-font extents
+
+ src/hb-cairo.cc | 46 +++++++++++++++++++++++++++++++---------------
+ 1 file changed, 31 insertions(+), 15 deletions(-)
+
+commit d6ecda36bf43aad91de016771e2176b990225eea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 17:39:26 2022 -0700
+
+    [cairo] Renames
+
+ src/hb-cairo.cc | 28 ++++++++++++++--------------
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+commit ffa45f243c6ae9977b67340cad7beaa8ce7110b4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 17:14:45 2022 -0700
+
+    [cairo] #ifdef HAVE_CAIRO
+
+ src/hb-cairo-utils.cc | 4 ++++
+ src/hb-cairo.cc       | 4 ++++
+ src/hb-ft.cc          | 1 -
+ 3 files changed, 8 insertions(+), 1 deletion(-)
+
+commit 9e61fd770562967c7ac9fa4f7ddfa64a04167cfd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 17:09:43 2022 -0700
+
+    [hb-cairo] Lazy-load funcs thread-safe
+
+ src/hb-cairo.cc         | 68 ++++++++++++++++++++++++++++++++++++-------------
+ src/hb-paint-extents.cc |  3 +++
+ 2 files changed, 54 insertions(+), 17 deletions(-)
+
+commit 49a6aa97d97ccbd8d17deefbbdadb1edd2227e42
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Dec 25 19:09:19 2022 -0500
+
+    [docs] Add missing HB_HAS macros
+
+ docs/harfbuzz-sections.txt | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 306645503d1d019b4ec011e9bacec43bb7a46a9a
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Dec 25 19:03:50 2022 -0500
+
+    Work on proper build integration
+    
+    Install hb-cairo.h and define HB_HAS_CAIRO.
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-features.h.in       |  7 +++++++
+ src/meson.build            | 51 +++++++++++++++++++++++++++++++---------------
+ 3 files changed, 43 insertions(+), 16 deletions(-)
+
+commit a7c2e839e1850c875aab2d563be2fd9f89530430
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 16:59:58 2022 -0700
+
+    [hb-cairo] Prefix internal methods
+
+ src/hb-cairo.cc | 224 +++++++++++++++++++++++++++++---------------------------
+ 1 file changed, 116 insertions(+), 108 deletions(-)
+
+commit bb640d403141c7f2b32e2d1f080d155d23c33e52
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 16:55:27 2022 -0700
+
+    [hb-cairo] Use nullptr instead of NULL
+
+ src/hb-cairo.cc | 32 ++++++++++++++++----------------
+ 1 file changed, 16 insertions(+), 16 deletions(-)
+
+commit b3a3656683fedabbe8f5e5e1e7d71fee6b61a91b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 16:53:54 2022 -0700
+
+    [hb-cairo] Minor
+
+ src/hb-cairo-utils.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3a11a09f542715aa92d956614089050a7b83d318
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 16:53:21 2022 -0700
+
+    [hb-cairo] Rename cairo_extend
+
+ src/hb-cairo-utils.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 20a50acc91946f1ae3421dd7dd5657b81e1ffd24
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 16:09:26 2022 -0700
+
+    [hb-cairo] Make hb_cairo_glyphs_from_buffer public
+
+ src/hb-cairo.cc      | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-cairo.h       |  12 +++++
+ src/hb-utf.hh        |  30 ++++++++++++-
+ util/helper-cairo.hh | 121 -------------------------------------------------
+ 4 files changed, 166 insertions(+), 122 deletions(-)
+
+commit bf52386cfa6ca0c41750e40950b48727d67c7441
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 16:10:31 2022 -0700
+
+    [cairo] Silence warning
+
+ src/hb-cairo.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit e594780e2893ca3b5c0e4c252225258964a7ffd6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 16:05:33 2022 -0700
+
+    [hb-cairo] Some header tweaks
+
+ src/hb-cairo-utils.hh | 11 ++++++-----
+ src/hb-cairo.h        |  1 +
+ 2 files changed, 7 insertions(+), 5 deletions(-)
+
+commit 1ad24421a67ec4ce2d62587586aaf0eace71d866
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 15:55:14 2022 -0700
+
+    [hb-cairo] Rename files to C++
+
+ src/{hb-cairo-utils.c => hb-cairo-utils.cc} | 78 +++++++++++------------------
+ src/{hb-cairo-utils.h => hb-cairo-utils.hh} |  0
+ src/{hb-cairo.c => hb-cairo.cc}             | 11 ++--
+ src/meson.build                             |  4 +-
+ 4 files changed, 36 insertions(+), 57 deletions(-)
+
+commit a230eb8cf587cd00140f5361e119967524125438
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 15:49:14 2022 -0700
+
+    [hb-cairo] Factorize hb_cairo_glyphs_from_buffer
+    
+    To be made public.
+
+ util/helper-cairo.hh | 146 +++++++++++++++++++++++++++++++++++----------------
+ 1 file changed, 100 insertions(+), 46 deletions(-)
+
+commit 5c3da76a439cb00d3cb45eacd51de40959c73cc1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 15:04:13 2022 -0700
+
+    [hb-cairo] Change API again
+    
+    We need to work with a hb-font for variations and font-funcs
+    to be fetched properly.
+
+ src/hb-cairo.c       | 21 ++++++---------------
+ src/hb-cairo.h       |  6 +++---
+ util/helper-cairo.hh |  8 +++++---
+ 3 files changed, 14 insertions(+), 21 deletions(-)
+
+commit 9f7538c2606d330f64bed5e71d7676195bb74975
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 25 13:46:37 2022 -0700
+
+    [hb-cairo] Change API
+
+ src/hb-cairo.c       | 46 ++++++++++++----------------------------------
+ src/hb-cairo.h       |  9 ++++-----
+ util/helper-cairo.hh | 23 ++++++++++-------------
+ 3 files changed, 26 insertions(+), 52 deletions(-)
+
+commit 0d6ee4621e7cc20f273430d4a041e31355cf716d
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Dec 25 10:50:56 2022 -0500
+
+    wip: Make hb-view use hb-cairo
+    
+    This is a quick hack to prove that the
+    hb-cairo apis work
+
+ util/hb-cairo-utils.c     | 847 ----------------------------------------------
+ util/hb-cairo-utils.h     |  97 ------
+ util/helper-cairo-user.hh | 541 -----------------------------
+ util/helper-cairo.hh      |  43 +--
+ util/meson.build          |   3 +-
+ 5 files changed, 25 insertions(+), 1506 deletions(-)
+
+commit 767bdd43a63cf50a9b0339cea8bb1a7a3311410a
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Dec 25 10:32:33 2022 -0500
+
+    wip: Add libharfbuzz-cairo
+    
+    This library will provide integration with cairo
+    for font rendering.
+
+ src/hb-cairo-utils.c | 847 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-cairo-utils.h |  97 ++++++
+ src/hb-cairo.c       | 432 ++++++++++++++++++++++++++
+ src/hb-cairo.h       |  44 +++
+ src/meson.build      |  19 ++
+ 5 files changed, 1439 insertions(+)
+
+commit 2a515679251116e3058fc43bf7ff54e08e14e3e4
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 26 16:50:32 2022 -0500
+
+    [paint] Add a test for recursion
+
+ test/api/fonts/bad_colrv1.ttf | Bin 0 -> 16708 bytes
+ test/api/results/bad-20-0-154 | 349 ++++++++++++++++++++++++++++++++++++++++++
+ test/api/test-paint.c         |   2 +
+ 3 files changed, 351 insertions(+)
+
+commit c3a8c6bb8b0a44fb338b85014bd88615ecf5c79f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 15:38:24 2022 -0700
+
+    [paint] More docs
+
+ src/hb-paint.cc |  4 +++-
+ src/hb-paint.h  | 28 ++++++++++++++++++++++++++++
+ 2 files changed, 31 insertions(+), 1 deletion(-)
+
+commit 5f168db884d2db7321cfbc251a98819a6ba0e4a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 15:12:27 2022 -0700
+
+    [hb-view] Build with autotools if cairo-ft is not available
+    
+    Like with meson.
+
+ util/Makefile.am | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit ae208963dfd9bf3354b2eaa194bf2f4b5ec60c99
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 26 12:30:39 2022 -0700
+
+    Add hb-limits.hh
+
+ src/Makefile.sources           |   1 +
+ src/OT/glyf/Glyph.hh           |   5 --
+ src/hb-buffer.hh               |  20 --------
+ src/hb-cff-interp-cs-common.hh |   3 +-
+ src/hb-ft-colr.hh              |   9 +---
+ src/hb-limits.hh               | 105 +++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-color-colr-table.hh  |  14 ++----
+ src/hb-ot-layout-common.hh     |  36 --------------
+ src/hb.hh                      |   1 +
+ src/meson.build                |   1 +
+ 10 files changed, 113 insertions(+), 82 deletions(-)
+
+commit 5f5fa4b219320461a39c2d5c30a413574db6f628
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 26 13:47:35 2022 -0500
+
+    [ft-colr] Limit the size of the graph we follow
+    
+    This adds the same check that we already do in
+    the native implementation.
+
+ src/hb-ft-colr.hh | 13 ++++++++++++-
+ 1 file changed, 12 insertions(+), 1 deletion(-)
+
+commit ea2892c30e6be7f073d2fc70237b7f6a77efff82
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 26 10:10:39 2022 -0500
+
+    [paint] Limit the size of the graph we follow
+    
+    In addition to checking the depth, also count
+    the number of edges in the graph we've followed,
+    and give up after 1024.
+
+ src/hb-ot-color-colr-table.hh | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 1eb4d002f21354216c2fc7df973c7ca671e2af34
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 26 12:56:33 2022 -0500
+
+    Try to fix the build with msvc
+
+ test/api/test-paint.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 00e93102a63058aac9354edd87cdc16611e51168
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 26 08:31:22 2022 -0500
+
+    Add a test for hb_ot_color_glyph_has_paint
+
+ test/api/test-ot-color.c | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit e7b0947afd7caddbd865788f96af71a282eefdbc
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 26 08:24:39 2022 -0500
+
+    Add a test for hb_ot_color_has_paint
+
+ test/api/test-ot-color.c | 16 ++++++++++++++++
+ 1 file changed, 16 insertions(+)
+
+commit 5dd69d81b0d2a1e2323dd780a684c041ffb310ed
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 26 08:23:55 2022 -0500
+
+    Fix hb_ot_color_has_paint
+    
+    We must no access v1 data without checking that
+    version is 1. A bit of a trap.
+
+ src/hb-ot-color-colr-table.hh | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit b8f2281c6c1546853821d9b26bdb61f9fe5acd0a
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 26 07:59:01 2022 -0500
+
+    Add hb_ot_color_glyph_has_paint
+
+ docs/harfbuzz-sections.txt    |  1 +
+ src/hb-ot-color-colr-table.hh | 13 +++++++++++++
+ src/hb-ot-color.cc            | 19 +++++++++++++++++++
+ src/hb-ot-color.h             |  4 ++++
+ 4 files changed, 37 insertions(+)
+
+commit 79c5bb92ce0609af093f23d8bfa5b092cfe09111
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 12:57:33 2022 -0700
+
+    [ft] Work around a freetype bug
+
+ src/hb-ft.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit a7a93b85e655dd947db23fd7350c2209729ab140
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 24 14:05:12 2022 -0500
+
+    Drop accidentally added ttx files
+
+ test/api/fonts/RocherColorGX.abc.ttx       | 2714 ---------
+ test/api/fonts/test_glyphs-glyf_colr_1.ttx | 8458 ----------------------------
+ 2 files changed, 11172 deletions(-)
+
+commit fa1cf15e5d53b3c7bd7e75c21ef3e9225f5b8b7d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 11:56:23 2022 -0700
+
+    [ft-colr] Whitespace
+
+ src/hb-ft-colr.hh | 102 +++++++++++++++++++++++++++---------------------------
+ 1 file changed, 51 insertions(+), 51 deletions(-)
+
+commit 5343eac16188e0cee6b50e452ea5590bc6cce2d2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 11:53:43 2022 -0700
+
+    [ft-colr] Minor use context instead of direct access
+
+ src/hb-ft-colr.hh | 45 ++++++++++++++++++++++++---------------------
+ 1 file changed, 24 insertions(+), 21 deletions(-)
+
+commit 0b6468b820d5f65259fc900e97e9e796cadbbd38
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 11:50:57 2022 -0700
+
+    [ft-colr] Minor
+
+ src/hb-ft-colr.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1c595ec17fe11288dd133db243ba5c5c75ed808d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 11:40:44 2022 -0700
+
+    [paint-extents] Lazy-load paint_extents funcs
+
+ src/hb-ft-colr.hh             |  2 --
+ src/hb-ot-color-colr-table.hh |  4 ----
+ src/hb-paint-extents.cc       | 53 ++++++++++++++++++++++++++++++-------------
+ 3 files changed, 37 insertions(+), 22 deletions(-)
+
+commit 4280ed290d4b773f94228f746688bde7be33971e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 11:38:32 2022 -0700
+
+    [paint-extents] Add missing file
+
+ src/hb-paint-extents.hh | 282 ++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 282 insertions(+)
+
+commit 2c0ab34d03477a5ad15bf8cddd4c99e61572efee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 11:37:59 2022 -0700
+
+    [paint-extents] Lazy-load draw-funcs
+
+ src/hb-machinery.hh     | 16 ++++++++++++++++
+ src/hb-paint-extents.cc | 37 +++++++++++++++++++++++++++++--------
+ 2 files changed, 45 insertions(+), 8 deletions(-)
+
+commit 11036ed71ed4fb6b7eb1cc365100be8628161727
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 11:30:45 2022 -0700
+
+    [paint] Add hb-paint-extents.cc
+
+ src/Makefile.sources                             |   1 +
+ src/harfbuzz-subset.cc                           |   1 +
+ src/harfbuzz.cc                                  |   1 +
+ src/{hb-paint-extents.hh => hb-paint-extents.cc} | 255 +----------------------
+ src/meson.build                                  |   1 +
+ 5 files changed, 6 insertions(+), 253 deletions(-)
+
+commit 959996d709dad7ce4a8087b2eef9dd4d6169493f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 11:22:16 2022 -0700
+
+    [paint-extents] Namespace
+
+ src/hb-paint-extents.hh | 52 ++++++++++++++++++++++---------------------------
+ 1 file changed, 23 insertions(+), 29 deletions(-)
+
+commit 62bd26dda3950bb879c1cf9907bb7e6f1b8a7b2c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 11:01:32 2022 -0700
+
+    [ft] Pick largest bitmap size
+
+ src/hb-ft.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit d35dff020f7852d4b3d48966b4bcb69b2452330b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 10:59:17 2022 -0700
+
+    [cbdt] Remove extra clip
+
+ src/hb-ot-color-cbdt-table.hh | 7 -------
+ 1 file changed, 7 deletions(-)
+
+commit f70c5d6f0da2cca2c2df4765ba45dbe5fee0cc79
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 10:56:06 2022 -0700
+
+    [paint] Continue returning bool from paint_image()
+    
+    https://github.com/harfbuzz/harfbuzz/commit/6ccbfabd4fcc5d4cca99be10552c270205fd7792#commitcomment-94127307
+
+ src/hb-ft.cc                  | 17 ++++++++++-------
+ src/hb-ot-color-cbdt-table.hh | 14 +++++++-------
+ src/hb-ot-color-sbix-table.hh | 14 +++++++-------
+ src/hb-paint.hh               |  8 ++++----
+ 4 files changed, 28 insertions(+), 25 deletions(-)
+
+commit 6ccbfabd4fcc5d4cca99be10552c270205fd7792
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 10:44:25 2022 -0700
+
+    [paint] Return bool from paint_image()
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3974
+
+ src/hb-paint-extents.hh   |  4 +++-
+ src/hb-paint.cc           |  4 ++--
+ src/hb-paint.h            | 20 +++++++++++---------
+ test/api/test-paint.c     |  8 ++++++--
+ util/hb-cairo-utils.c     | 12 +++++++-----
+ util/hb-cairo-utils.h     | 14 +++++++-------
+ util/helper-cairo-user.hh |  4 ++--
+ 7 files changed, 38 insertions(+), 28 deletions(-)
+
+commit 346331d37518f6de411f28bc09917fee475cad15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 10:35:26 2022 -0700
+
+    [ft] Fix negative xscale
+
+ src/hb-ft.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 9376e7a93096b6eff1872063823278a569dbfdb0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 10:31:30 2022 -0700
+
+    [ft] Remove stale TODO
+
+ src/hb-ft.cc | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit a7fd48c408e13a0979a418739e73d5e196be1252
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 10:28:41 2022 -0700
+
+    [ft] Comment
+
+ src/hb-ft.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit bb45ba2f9f4469b8bf326118ffe8003fb487f1f9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 10:25:43 2022 -0700
+
+    [ft] Fix negative y-scale
+
+ src/hb-ft.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit aba2063c22629308fac59bf91e3b4c9a8eaa2fa1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 10:15:47 2022 -0700
+
+    [paint-extents] Comments
+
+ src/hb-paint-extents.hh | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 988ca459f33f1ac1b580d935fa0612ed985ae987
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 10:12:35 2022 -0700
+
+    [paint-extents] Minor refactor
+
+ src/hb-paint-extents.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit f8bf98798d8cba184c2a623c35d0b1202ded48bd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 10:04:48 2022 -0700
+
+    [paint-extents] Refactor code
+
+ src/hb-paint-extents.hh | 111 ++++++++++++++++++++++--------------------------
+ 1 file changed, 51 insertions(+), 60 deletions(-)
+
+commit f9081fc358f6673ce289992b6cdfb0b63068142c
+Merge: 1f3c042ff dfd371e97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 24 09:51:11 2022 -0700
+
+    Merge pull request #3938 from harfbuzz/wip/matthiasc/paint-api
+    
+    hb-paint API
+
+commit 1f3c042ff50ca231441b006825aa089e3a54fab1
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Dec 24 17:03:57 2022 +0200
+
+    [doc] Don’t automatically skip building docs on Windows
+    
+    Respect the option setting.
+
+ .github/workflows/msys2-ci.yml | 1 +
+ docs/meson.build               | 5 -----
+ 2 files changed, 1 insertion(+), 5 deletions(-)
+
+commit dfd371e97653b704326e04c2436ee3edab6c9d64
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 24 09:57:48 2022 -0500
+
+    Cosmetics
+
+ util/helper-cairo-user.hh | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+commit d00e97f16cb72ce12ef8c93ccc34fb1be2023a10
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 24 06:58:44 2022 -0500
+
+    Add test-paint to the autotools build
+
+ test/api/Makefile.am                       |    7 +
+ test/api/fonts/RocherColorGX.abc.ttx       | 2714 +++++++++
+ test/api/fonts/test_glyphs-glyf_colr_1.ttx | 8458 ++++++++++++++++++++++++++++
+ 3 files changed, 11179 insertions(+)
+
+commit 3478728edb32787bcc52cf262563c140a958031e
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 24 08:51:23 2022 -0500
+
+    Fix test-paint build without freetype
+
+ test/api/test-paint.c | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 4816be9ab5c0afdc7019728620c6761838236bd3
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 24 07:37:04 2022 -0500
+
+    Work around cairo limitations
+    
+    If we just draw an image, cairos recording surface
+    complains that it is unbounded. Its not true of course.
+    
+    To make things work, clip to the extents.
+
+ src/hb-ot-color-cbdt-table.hh |  7 +++++++
+ util/hb-cairo-utils.c         | 11 +++++++++++
+ 2 files changed, 18 insertions(+)
+
+commit 9b9d7c7b8eac99116eeb9cead68c9f926881841c
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 24 05:34:47 2022 -0500
+
+    Plug a memory lek in paint tests
+
+ test/api/test-paint.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 76c16095fa9a15d719ce78e3adc6d890439e62e1
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 24 05:30:11 2022 -0500
+
+    Fix the build on Windows
+    
+    No __BYTE_ORDER there.
+
+ util/hb-cairo-utils.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit f9c865a8998d6d41b756526f1053b7f55e3c2218
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 20:20:33 2022 -0500
+
+    Update test results
+    
+    These were changed by the introduction of
+    clip boxes.
+
+ test/api/results/hand-20-0-10   | 188 ++++++++++++++++++++--------------------
+ test/api/results/hand-20-0.2-10 | 188 ++++++++++++++++++++--------------------
+ test/api/results/test-20-0-10   |  30 ++++---
+ test/api/results/test-20-0-106  |  46 +++++-----
+ test/api/results/test-20-0-116  |  42 ++++-----
+ test/api/results/test-20-0-123  |  54 ++++++------
+ test/api/results/test-20-0-165  |  30 ++++---
+ test/api/results/test-20-0-175  |  54 ++++++------
+ test/api/results/test-20-0-6    |  28 +++---
+ test/api/results/test-20-0-92   |  28 +++---
+ 10 files changed, 354 insertions(+), 334 deletions(-)
+
+commit f7eebc397c87d4e8c14c5c0e9f892c0dc8b2e269
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 18:52:46 2022 -0700
+
+    [paint-extents] Shorten enum addressing
+
+ src/hb-paint-extents.hh | 42 +++++++++++++++++++++---------------------
+ 1 file changed, 21 insertions(+), 21 deletions(-)
+
+commit 0110bdb3eaa46a6a60f2d5bc0f9cd2f782c6d446
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 18:17:05 2022 -0700
+
+    [paint-extents] Streamline extents_t more
+
+ src/hb-paint-extents.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 9f3e050b990e7006a34648faa62a1fd912b8e3c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 18:15:21 2022 -0700
+
+    [paint-extents] Streamline extents_t
+
+ src/hb-paint-extents.hh | 13 ++++++++++---
+ 1 file changed, 10 insertions(+), 3 deletions(-)
+
+commit 0d129ae308d7ac8d0d676b302118229e5add655d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 18:00:38 2022 -0700
+
+    Fix warning
+
+ src/hb-ot-color-colr-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 73e48b9357ae8efb1526d64f6978efa8f22d80e3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 17:55:09 2022 -0700
+
+    [colr] Push clipbox or computed clip
+
+ src/hb-ot-color-colr-table.hh | 59 ++++++++++++++++++++++++++++++++++++++++---
+ 1 file changed, 56 insertions(+), 3 deletions(-)
+
+commit 02684751bd6c4f76e6377862136611cf12f66762
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 17:33:13 2022 -0700
+
+    [paint-extents] Clean up
+
+ src/hb-ft-colr.hh             | 15 ++++++++++-----
+ src/hb-ot-color-colr-table.hh |  9 +++++----
+ src/hb-paint-extents.hh       | 10 ++++++++++
+ 3 files changed, 25 insertions(+), 9 deletions(-)
+
+commit dbea503a38878d8cab0d2106d5b7e44d6550ff5b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 17:28:46 2022 -0700
+
+    [colr] Return true extents
+
+ src/hb-ot-color-colr-table.hh | 14 +++++---------
+ 1 file changed, 5 insertions(+), 9 deletions(-)
+
+commit f9c2e30e0173f29ce5c05b3163561b1dab3889f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 17:13:35 2022 -0700
+
+    [paint-extents] Better handle empty glyphs
+
+ src/hb-paint-extents.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 885dbcfba0e1bbc22255ab54f8f76096cb35fdeb
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 19:07:32 2022 -0500
+
+    Skip empty outlines
+
+ src/hb-paint-extents.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit bd61e645ffea3fdc421f7dc17c0ac0c5fb0d2357
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 16:59:12 2022 -0700
+
+    [paint-extents] Use hb_min/hb_max
+
+ src/hb-paint-extents.hh | 16 ++++------------
+ 1 file changed, 4 insertions(+), 12 deletions(-)
+
+commit 56a48f8b0a881dd0c211f76668a36b477f22e100
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 16:44:06 2022 -0700
+
+    [paint] Don't use extents in hb-view
+    
+    Let the clipbox do its magic. Currently works for ft backend only.
+
+ src/hb-ft-colr.hh         | 1 -
+ util/helper-cairo-user.hh | 7 -------
+ 2 files changed, 8 deletions(-)
+
+commit 79229cea1743acaf12c5736f8d7d0e2a8308a961
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 18:33:53 2022 -0500
+
+    Get outline extents manually
+
+ src/hb-paint-extents.hh | 96 +++++++++++++++++++++++++++++++++++++++++++++----
+ 1 file changed, 89 insertions(+), 7 deletions(-)
+
+commit 55b7af6b621daf2b02d49d4b43d54c67298865fd
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 18:01:45 2022 -0500
+
+    Tweak paint-tests
+
+ test/api/test-paint.c | 26 +++++++++++++-------------
+ 1 file changed, 13 insertions(+), 13 deletions(-)
+
+commit 47c896f0040c4fd6b6c91cdbc0f4f0fa2e9f6582
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 16:20:44 2022 -0700
+
+    [paint-extents] Hook it up, kinda
+
+ src/hb-ft-colr.hh             | 25 +++++++++++++++++++------
+ src/hb-ot-color-colr-table.hh | 16 ++++++++++++++++
+ 2 files changed, 35 insertions(+), 6 deletions(-)
+
+commit 7fbaaebe8bf61523f1c69ba50c4c29c5e5230fa1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 15:37:16 2022 -0700
+
+    [paint-extents] Finish off
+    
+    Untested and unused.
+
+ src/hb-paint-extents.hh | 61 +++++++++++++++++++++++++++++++++++++++++++++----
+ 1 file changed, 56 insertions(+), 5 deletions(-)
+
+commit 8ca78d1520cf9c4ee1720ed80abc3167cdf6f963
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 15:21:48 2022 -0700
+
+    [paint-extend] More
+
+ src/hb-paint-extents.hh | 56 +++++++++++++++++++++++++++++++++++++++++++------
+ 1 file changed, 50 insertions(+), 6 deletions(-)
+
+commit 23a2d4dbabf812c75dec6bfe7ceb3a4fbf0b039e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 15:10:26 2022 -0700
+
+    [paint-extents] More
+
+ src/hb-paint-extents.hh | 30 +++++++++++++++++++++++++++++-
+ 1 file changed, 29 insertions(+), 1 deletion(-)
+
+commit d7435b10095bf035f41539de5e1ddd39c14719ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 15:05:30 2022 -0700
+
+    [paint-extents] Flesh out more
+
+ src/hb-paint-extents.hh | 23 ++++++++++++++---------
+ 1 file changed, 14 insertions(+), 9 deletions(-)
+
+commit c37a1eadef4c99d7c95cefb8341c40c7b3159246
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 14:57:12 2022 -0700
+
+    [paint-extents] Flesh out some more
+
+ src/hb-paint-extents.hh | 64 ++++++++++++++++++++++++++++++++++++-------------
+ 1 file changed, 48 insertions(+), 16 deletions(-)
+
+commit 268d8b7dedf35b8c097075c2726753fb1462a04d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 14:45:56 2022 -0700
+
+    [paint-extents] Start out
+
+ src/Makefile.sources    |   1 +
+ src/hb-ft-colr.hh       |   2 +
+ src/hb-paint-extents.hh | 288 ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/meson.build         |   1 +
+ 4 files changed, 292 insertions(+)
+
+commit 44b48845b7200a74f4ea01711f30a7c3ebe6fee4
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 16:26:05 2022 -0500
+
+    Add tests for hb_color_line_t
+    
+    Test a few things that were broken with the
+    ft implementation before.
+
+ test/api/test-paint.c | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 108 insertions(+)
+
+commit a4a86c0ec281e0e5ce0cd90822d6b6d633457342
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 13:52:22 2022 -0700
+
+    [test-paint] g_test_message
+
+ test/api/test-paint.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit dcab5679889ff47db6765e1ea853963cf9ee4286
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 13:47:37 2022 -0700
+
+    [test-paint] Don't use g_test_fail_print() for older glib
+
+ test/api/test-paint.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8e197f50daf6d89a1e6f14cbd9836160d5d3d8c7
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 15:31:16 2022 -0500
+
+    Add missing paint test results
+
+ test/api/results/rocher-120-0-3   | 12 ++++++++++++
+ test/api/results/rocher-120-0.3-1 | 12 ++++++++++++
+ test/api/results/rocher-120-0.3-2 | 12 ++++++++++++
+ 3 files changed, 36 insertions(+)
+
+commit d9875ddc9d7a6b7078906929d98e0606a49f5da4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 12:37:42 2022 -0700
+
+    [ft-colr] Add depth counter
+
+ src/hb-ft-colr.hh | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+commit 3b021c5568bf8fe26b9691075211dad2408ae3b9
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 14:30:29 2022 -0500
+
+    Run paint tests with ft font funcs
+
+ test/api/test-paint.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++++---
+ 1 file changed, 56 insertions(+), 3 deletions(-)
+
+commit ca190aaba4878b00bfeda39ae4f8ba6b669e90d3
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 14:03:03 2022 -0500
+
+    Split off the hb-paint tests
+    
+    They belong in their own file.
+
+ test/api/meson.build     |   1 +
+ test/api/test-ot-color.c | 370 -------------------------------------------
+ test/api/test-paint.c    | 400 +++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 401 insertions(+), 370 deletions(-)
+
+commit ecd7420456619dcfffd51b943468ed828c07d5a1
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 13:32:31 2022 -0500
+
+    Debug spew
+    
+    To get a dump of the hb-paint callbacks,
+    set HB_PAINT_DEBUG=1 when running hb-view.
+    
+    For now, leave this code in place, since it
+    comes in handy for various debugging.
+
+ util/helper-cairo-user.hh | 131 ++++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 126 insertions(+), 5 deletions(-)
+
+commit 583f010b0506cec061e5a6849da649fe3d2cb22e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 12:10:22 2022 -0700
+
+    [ft] Move lock only around clip_glyph
+
+ src/hb-ft.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 276290390952d0ad26f77247675ad023e0651856
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 12:09:17 2022 -0700
+
+    [ft-colr] Minor
+
+ src/hb-ft-colr.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 3a1385f019082575e93bb92be870e1b5d9c76134
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 12:06:18 2022 -0700
+
+    [ft-colr] Simplify color-stop callback
+
+ src/hb-ft-colr.hh | 98 +++++++++++++++++++++++++------------------------------
+ 1 file changed, 44 insertions(+), 54 deletions(-)
+
+commit 1cc3b10008a2ae52b83466bb0039e2b8d99f7a28
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 11:55:55 2022 -0700
+
+    [ft-colr] Ifdef build for older freetype
+
+ src/hb-ft-colr.hh | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 882c2bca2dcc898b6aa884605013c2609dd775ba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 11:48:41 2022 -0700
+
+    [ft-colr] Add a paint context
+
+ src/hb-ft-colr.hh | 167 +++++++++++++++++++++++++++++++-----------------------
+ 1 file changed, 95 insertions(+), 72 deletions(-)
+
+commit 7a4b4c64f2f71e3b66833222a153a3f7b56300b3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 11:36:04 2022 -0700
+
+    [ft-colr] Minor macro
+
+ src/hb-ft-colr.hh | 9 +++------
+ 1 file changed, 3 insertions(+), 6 deletions(-)
+
+commit c453c2fce990b066155ccb72d8a39eba55e42a2d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 11:33:23 2022 -0700
+
+    [ft-colr] Fix color-stop iteration
+
+ src/hb-ft-colr.hh | 11 ++++++++++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+commit bbb89e62aa5f876dc0b9348f11ce6a24ab032e47
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 13:30:26 2022 -0500
+
+    [paint] Document color lines as transient
+    
+    Just so people don't get ideas.
+
+ src/hb-paint.h | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit 15582d5fc164f8e0a4b5f2df5ef246e213cd85d2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 11:14:16 2022 -0700
+
+    [ft-colr] Apply slant to clipbox
+
+ src/hb-ft-colr.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 7abd5dcf10ea06fb5ba48077734222e7acc41065
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 11:49:06 2022 -0500
+
+    [ft-paint] Fix handling of colorstop iters
+
+ src/hb-ft-colr.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 393bab4ba1e5938843f83cc824e4a4142b42ff56
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 11:02:38 2022 -0500
+
+    [ft-paint] Apply ClipBox to all glyphs
+
+ src/hb-ft-colr.hh | 41 +++++++++++++++++++++++++++--------------
+ 1 file changed, 27 insertions(+), 14 deletions(-)
+
+commit c11ae85cbfa7b7a13577a058544a39146fc81bbf
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 09:20:45 2022 -0500
+
+    [ft-paint] Apply root transform
+
+ src/hb-ft-colr.hh | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 7fc3fdac761670d9c223768c128f5225a87b47df
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 09:16:26 2022 -0500
+
+    [ft-paint] Optimize away some transforms
+
+ src/hb-ft-colr.hh | 26 ++++++++++++++++----------
+ 1 file changed, 16 insertions(+), 10 deletions(-)
+
+commit 586d1758c1aecf995de85020cb608f3fe5d859cf
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 09:21:14 2022 -0500
+
+    [ft-paint] Fix an oversight
+
+ src/hb-ft-colr.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 092637f94c60bc56ba135bbce1905275bde0925d
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 09:14:11 2022 -0500
+
+    [ft-paint] Fix rounding
+
+ src/hb-ft-colr.hh | 28 ++++++++++++++--------------
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+commit fe08e956e0eb89ca26547b00d0a3191db9011af9
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 09:08:10 2022 -0500
+
+    [ft-paint] Fix a case of x/y confusion
+
+ src/hb-ft-colr.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0d5256e5a729552a6c9b292c42928fc3734a95a7
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 02:41:08 2022 -0500
+
+    [ft-paint] Fix some fixed->float conversions
+
+ src/hb-ft-colr.hh | 30 +++++++++++++++---------------
+ 1 file changed, 15 insertions(+), 15 deletions(-)
+
+commit 07ba5be393f43ea8584074c61a463717ef33d72f
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 01:10:35 2022 -0500
+
+    [paint] Documentation tweaks
+
+ src/hb-paint.cc |  9 +++++----
+ src/hb-paint.h  | 15 +++++----------
+ 2 files changed, 10 insertions(+), 14 deletions(-)
+
+commit 13e0cb64f47f54c54651a239c8633f6d836ea9eb
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 00:54:05 2022 -0500
+
+    hb-view: Interpolate gradients premultiplied
+    
+    This is what the specs demand.
+
+ util/hb-cairo-utils.c | 24 ++++++++++++++++++++++++
+ 1 file changed, 24 insertions(+)
+
+commit 21f78c87744c8a119f999f4b02c50009f681db33
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 00:30:40 2022 -0500
+
+    [paint] Document that colors are unpremultiplied
+    
+    And mention that gradient interpolation must happen
+    in premultiplied space.
+
+ src/hb-paint.h | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+commit b6e98cf758b8f38c14dee28b57d63514ace1a97d
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 00:18:40 2022 -0500
+
+    [colr] Add more docs
+    
+    State explicitly that palette entries are
+    unpremultipled, and link to the spec.
+
+ src/hb-font.cc | 15 ++++++++-------
+ 1 file changed, 8 insertions(+), 7 deletions(-)
+
+commit 7a2dc5cf5b41058c6d598cd89f714d81ea325632
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 22:29:52 2022 -0700
+
+    [docs] Hook up a couple
+
+ docs/harfbuzz-sections.txt | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit a634f6b48699b72b3f5bc57aad0c88c713e138f8
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 00:18:40 2022 -0500
+
+    [colr] Add more docs
+    
+    State explicitly that palette entries are
+    unpremultipled, and link to the spec.
+
+ src/hb-ot-color.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit a02c2a911cc59985db00b86b09ed77b755238291
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 22:05:09 2022 -0700
+
+    [ft-paint] Apply alpha correctly
+
+ src/hb-ft-colr.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ee7bbdf372833a5705a0ba9e012d9665f5731726
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 00:01:20 2022 -0500
+
+    tests: Update expected results
+    
+    These were changed by fixes for glyph transforms.
+
+ test/api/results/hand-20-0-10    | 92 ++++++++++++++++++++++++----------------
+ test/api/results/hand-20-0.2-10  | 92 ++++++++++++++++++++++++----------------
+ test/api/results/rocher-20-0-2   | 12 ------
+ test/api/results/rocher-20-0-3   | 12 ------
+ test/api/results/rocher-20-0.3-1 | 12 ------
+ test/api/results/test-20-0-10    | 18 ++++----
+ test/api/results/test-20-0-106   |  8 +++-
+ test/api/results/test-20-0-116   |  8 +++-
+ test/api/results/test-20-0-123   | 12 ++++--
+ test/api/results/test-20-0-165   | 18 ++++----
+ test/api/results/test-20-0-175   | 20 +++++----
+ test/api/results/test-20-0-6     | 16 ++++---
+ test/api/results/test-20-0-92    | 16 ++++---
+ test/api/test-ot-color.c         |  6 +--
+ 14 files changed, 184 insertions(+), 158 deletions(-)
+
+commit 3993a407037477e384650a1394c27c15596c9a45
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Dec 22 23:55:27 2022 -0500
+
+    test: Add some verification hints
+
+ test/api/test-ot-color.c | 16 +++++++++++-----
+ 1 file changed, 11 insertions(+), 5 deletions(-)
+
+commit 6ebcc9d2e16ca4d7eaad2002ea8209dce5e9ed90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 21:23:45 2022 -0700
+
+    [ft-paint] Hook up gradients
+
+ src/hb-ft-colr.hh | 125 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 122 insertions(+), 3 deletions(-)
+
+commit fe4e9bd93070daa2b8ac3bb8201e3736faab752b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 20:14:19 2022 -0700
+
+    [colr] Add public vtable for hb_color_line_t
+
+ src/hb-ot-color-colr-table.cc | 47 ---------------------------------
+ src/hb-ot-color-colr-table.hh | 44 ++++++++++++++++++++++++-------
+ src/hb-paint.cc               | 49 +++++++++++++++++++++++++++++++++++
+ src/hb-paint.h                | 60 ++++++++++++++++++++++++++++++++-----------
+ 4 files changed, 129 insertions(+), 71 deletions(-)
+
+commit 7c9e42ed924d7e286b666e9206532cf1dac76955
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 19:49:06 2022 -0700
+
+    [colr] Fix transform hell
+
+ src/hb-ot-color-colr-table.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 569d5b436cff95fbd7753aebb443ecc682d248c8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 18:00:02 2022 -0700
+
+    [ft-paint] Remove dead code
+
+ src/hb-ft-colr.hh | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit cfdc34b44d97bedfe482612f885f52641452390f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 17:58:36 2022 -0700
+
+    [ft-paint] Implement FT_COLR_PAINTFORMAT_SKEW
+
+ src/hb-ft-colr.hh | 21 ++++++++++++++++++++-
+ 1 file changed, 20 insertions(+), 1 deletion(-)
+
+commit 64cf17ec8b616dcf0a6254c56498b3b53cd4b933
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 17:55:25 2022 -0700
+
+    [ft-paint] Fix center translation
+
+ src/hb-ft-colr.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit ddbe4e52ec05bca0c284192af41df7479edd2ecd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 17:54:01 2022 -0700
+
+    [ft-paint] Implement FT_COLR_PAINTFORMAT_ROTATE
+
+ src/hb-ft-colr.hh | 20 +++++++++++++++++++-
+ 1 file changed, 19 insertions(+), 1 deletion(-)
+
+commit 16598e024bd79796878650b9e723b02269e8f9d4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 17:51:35 2022 -0700
+
+    [ft-paint] Default
+
+ src/hb-ft-colr.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit a0f7f9e61cca50dfbf6969c1dfd088301ac89318
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 17:50:35 2022 -0700
+
+    [ft-paint] Implement FT_COLR_PAINTFORMAT_COMPOSITE
+
+ src/hb-ft-colr.hh | 67 ++++++++++++++++++++++++++++++++++++++++++++++---------
+ 1 file changed, 57 insertions(+), 10 deletions(-)
+
+commit 0ec201446bf0f8b776a8820e97d76b4357036e2f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 17:40:53 2022 -0700
+
+    [ft] Implement FT_COLR_PAINTFORMAT_COLR_GLYPH
+
+ src/hb-ft-colr.hh | 11 ++++++++++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+commit ac2682c610e64d47d9de0f5c742779a3b8f48f80
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 17:36:54 2022 -0700
+
+    [ft] Start of a COLRv1 renderer
+
+ src/hb-ft-colr.hh | 164 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 161 insertions(+), 3 deletions(-)
+
+commit e2546f5ab0fa440206ef501b382c19e8409ada61
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 15:50:43 2022 -0700
+
+    [ft] Add hb-ft-colr.hh
+
+ src/Makefile.sources |   2 +-
+ src/hb-ft-colr.hh    | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ft.cc         |  60 ++++--------------------------
+ src/meson.build      |   2 +-
+ 4 files changed, 112 insertions(+), 54 deletions(-)
+
+commit 5bd3c07b5475dac69e33403f8c33b137cf9281d2
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Dec 22 16:23:50 2022 -0500
+
+    [colr] Don't access baseGlyphList unless v1
+    
+    This was showing up sporadic crashes due to
+    invalid reads.
+
+ src/hb-ot-color-colr-table.hh | 22 ++++++++++++----------
+ 1 file changed, 12 insertions(+), 10 deletions(-)
+
+commit 47dbebff393dcb121f058b43977bf8d931b19b1e
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Dec 22 16:06:51 2022 -0500
+
+    [paint] Add COLRv0 tests
+
+ test/api/fonts/RocherColorGX.abc.ttf | Bin 0 -> 7588 bytes
+ test/api/results/rocher-20-0-2       |  12 ++++++++++++
+ test/api/results/rocher-20-0-3       |  12 ++++++++++++
+ test/api/results/rocher-20-0.3-1     |  12 ++++++++++++
+ test/api/test-ot-color.c             |  35 +++++++++++++++++++++++------------
+ 5 files changed, 59 insertions(+), 12 deletions(-)
+
+commit 6909701b36e989a9bd0f581bf4959f8c706116a7
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Dec 22 15:32:09 2022 -0500
+
+    [paint] Update docs
+
+ src/hb-paint.h | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 381d410b1eae1a292741a78920ff2e0fb436df55
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 13:21:48 2022 -0700
+
+    [paint] Add HB_PAINT_IMAGE_FORMAT_BGRA and use it in hb-ft
+    
+    Now hb-ft can render color emoji as well.
+    
+    Just left COLRv2.
+
+ docs/harfbuzz-sections.txt |  4 +++
+ src/hb-ft.cc               | 39 ++++++++++++++++++++++-
+ src/hb-paint.h             | 18 +++++++++--
+ util/hb-cairo-utils.c      | 78 +++++++++++++++++++++++++++++++++++++++-------
+ 4 files changed, 125 insertions(+), 14 deletions(-)
+
+commit 63db0d2aed3cda83470bae5c2c8128d1bc54ac46
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 12:19:33 2022 -0700
+
+    [util] Speculatively fix build against non-PNG builds
+
+ util/hb-cairo-utils.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit c5f903872fdb9d7221acd6910a9c5c5acabf99a9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 12:16:55 2022 -0700
+
+    [paint] Add bitmap width/height to paint_image callback
+    
+    Such that we can add raw data as well.
+
+ src/hb-ot-color-cbdt-table.hh | 45 ++++++++++++++++++++++++++++---------------
+ src/hb-ot-color-sbix-table.hh | 31 ++++++++++++++++-------------
+ src/hb-ot-color-svg-table.hh  |  7 ++++++-
+ src/hb-paint.cc               |  2 ++
+ src/hb-paint.h                |  8 ++++++--
+ src/hb-paint.hh               |  3 ++-
+ util/hb-cairo-utils.c         |  9 +++++++--
+ util/hb-cairo-utils.h         |  2 ++
+ util/helper-cairo-user.hh     |  4 +++-
+ 9 files changed, 75 insertions(+), 36 deletions(-)
+
+commit eef47f2379a3509a2f306fb3e6207f4541b96b73
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Dec 22 14:16:02 2022 -0500
+
+    [paint] Fix the docs
+
+ src/hb-paint.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 3c972867b97a0fbca5bef25ebfd7cbdab008a102
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 11:40:06 2022 -0700
+
+    More s/hb_font_get_glyph_shape/hb_font_draw_glyph/
+
+ perf/benchmark-font.cc         |  2 +-
+ src/hb-draw.h                  | 10 ++---
+ test/api/test-draw.c           | 88 +++++++++++++++++++++---------------------
+ test/fuzzing/hb-draw-fuzzer.cc |  2 +-
+ 4 files changed, 51 insertions(+), 51 deletions(-)
+
+commit 72a169c846c9be92d5ac5d0b2bc051d6ef5e8e6f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 11:26:10 2022 -0700
+
+    [ft] Paint COLRv0 glyphs
+
+ src/hb-ft.cc | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++----------
+ 1 file changed, 64 insertions(+), 13 deletions(-)
+
+commit bb807f47d22f23a2da348f0498282c9ae7b81ab9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 10:51:26 2022 -0700
+
+    [ft] Implement paint_glyph() for outline glyphs
+
+ src/hb-ft.cc | 46 +++++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 45 insertions(+), 1 deletion(-)
+
+commit 91c880503e7b194c9fc15cfe43eae4c70b1b19f9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 10:42:27 2022 -0700
+
+    [ft] Use new name for draw API
+
+ src/hb-ft.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit c27eefec1df85d1648106c3d0ae7d2e740c5cedc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 10:41:13 2022 -0700
+
+    Revert "Drop the deprecation"
+    
+    This reverts commit 3904e66777339a3d420ece1c2b7d550949aa3946.
+
+ src/hb-font.h | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit f3985d948279c00518d5f3dea925a71a8e2be23f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 10:11:28 2022 -0700
+
+    [paint] Fix drawing non-color glyphs
+
+ src/OT/glyf/glyf.hh     | 6 +-----
+ src/hb-ot-cff1-table.cc | 6 +-----
+ src/hb-ot-cff2-table.cc | 6 +-----
+ 3 files changed, 3 insertions(+), 15 deletions(-)
+
+commit 237955dffca19bc320ca1b94808b52265ef653ed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 08:12:47 2022 -0700
+
+    [paint] Add slant to image() callback
+    
+    And slant images in hb-view.
+
+ src/hb-ot-color-cbdt-table.hh | 2 +-
+ src/hb-ot-color-sbix-table.hh | 2 +-
+ src/hb-ot-color-svg-table.hh  | 2 +-
+ src/hb-paint.cc               | 1 +
+ src/hb-paint.h                | 1 +
+ src/hb-paint.hh               | 3 ++-
+ util/hb-cairo-utils.c         | 7 +++++++
+ util/hb-cairo-utils.h         | 1 +
+ util/helper-cairo-user.hh     | 3 ++-
+ 9 files changed, 17 insertions(+), 5 deletions(-)
+
+commit c221933977bdcf272fd9f2ded5e1182de8ae1939
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 21 18:39:27 2022 -0500
+
+    [paint] Preserve foreground information
+
+ src/OT/glyf/glyf.hh           |  2 +-
+ src/hb-ot-cff1-table.cc       |  2 +-
+ src/hb-ot-cff2-table.cc       |  2 +-
+ src/hb-ot-color-colr-table.hh | 23 +++++++++++++++++------
+ src/hb-paint.cc               |  1 +
+ src/hb-paint.h                |  4 ++++
+ src/hb-paint.hh               |  3 ++-
+ test/api/test-ot-color.c      |  1 +
+ util/helper-cairo-user.hh     |  1 +
+ 9 files changed, 29 insertions(+), 10 deletions(-)
+
+commit f146299a405b8338542a245b85e664de29f0c972
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 21 17:24:02 2022 -0500
+
+    [paint] Drop unnecessary api
+
+ docs/harfbuzz-sections.txt |  13 ---
+ src/hb-paint.cc            | 237 ---------------------------------------------
+ src/hb-paint.h             |  59 -----------
+ 3 files changed, 309 deletions(-)
+
+commit 6387004cadd8f5bc755f5b14c95fd71153bcc48b
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 21 16:43:19 2022 -0500
+
+    [paint] Simplify api
+    
+    Drop the hb_paint_context_t struct from the API, and
+    only pass the font where we need it.
+
+ docs/harfbuzz-sections.txt    |   1 -
+ src/OT/glyf/glyf.hh           |  16 +--
+ src/hb-font.cc                |  12 +--
+ src/hb-ot-cff1-table.cc       |  16 +--
+ src/hb-ot-cff2-table.cc       |  16 +--
+ src/hb-ot-color-cbdt-table.hh |   7 +-
+ src/hb-ot-color-colr-table.cc |  12 +--
+ src/hb-ot-color-colr-table.hh | 242 +++++++++++++++++++++---------------------
+ src/hb-ot-color-sbix-table.hh |   3 +-
+ src/hb-ot-color-svg-table.hh  |   4 +-
+ src/hb-paint.cc               |  85 +++++----------
+ src/hb-paint.h                |  84 +++------------
+ src/hb-paint.hh               |  90 ++++------------
+ test/api/test-ot-color.c      |  13 +--
+ util/hb-cairo-utils.c         |  31 +-----
+ util/hb-cairo-utils.h         |   9 --
+ util/helper-cairo-user.hh     |  23 ++--
+ 17 files changed, 216 insertions(+), 448 deletions(-)
+
+commit 71bd5a0dfc34efdf61a641b8ba98303524adeb9a
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 21 16:18:46 2022 -0500
+
+    [paint] Resolve colors
+    
+    We don't need to pass the index/alpha pairs to
+    client callbacks, and can just resolve the colors
+    internally.
+    
+    Update test results.
+
+ src/OT/glyf/glyf.hh             |  2 +-
+ src/hb-ot-cff1-table.cc         |  3 ++-
+ src/hb-ot-cff2-table.cc         |  2 +-
+ src/hb-ot-color-colr-table.cc   |  4 ++--
+ src/hb-ot-color-colr-table.hh   | 31 ++++++++++++++++++-------------
+ src/hb-paint.cc                 | 11 ++++-------
+ src/hb-paint.h                  | 33 +++++++--------------------------
+ src/hb-paint.hh                 | 27 ++++++++++++++++++++++++---
+ test/api/results/hand-20-0-10   | 34 +++++++++++++++++-----------------
+ test/api/results/hand-20-0.2-10 | 34 +++++++++++++++++-----------------
+ test/api/results/test-20-0-10   |  8 ++++----
+ test/api/results/test-20-0-106  |  4 ++--
+ test/api/results/test-20-0-116  |  4 ++--
+ test/api/results/test-20-0-123  |  6 +++---
+ test/api/results/test-20-0-165  |  6 +++---
+ test/api/results/test-20-0-175  |  6 +++---
+ test/api/results/test-20-0-6    |  4 ++--
+ test/api/results/test-20-0-92   |  6 +++---
+ test/api/test-ot-color.c        | 18 +++++++++++++-----
+ util/hb-cairo-utils.c           | 29 ++++++++++++++++++++++-------
+ util/helper-cairo-user.hh       | 11 ++++++-----
+ 21 files changed, 156 insertions(+), 127 deletions(-)
+
+commit bd1389bedf891311177b3aa9804aa4474c6758d0
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 21 15:23:43 2022 -0500
+
+    [paint] Add hb_paint_context_t to docs
+
+ docs/harfbuzz-sections.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 5d7553d38f178c1c071f356f98bbf43d21b4ce29
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 21 15:18:02 2022 -0500
+
+    view: Add a --font-palette option
+
+ util/font-options.hh      |  2 ++
+ util/helper-cairo-user.hh | 10 +++++++++-
+ util/helper-cairo.hh      |  3 +++
+ 3 files changed, 14 insertions(+), 1 deletion(-)
+
+commit d094e76cbc84dc13de35e2837ffe6d1a8aa51fab
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 21 15:02:41 2022 -0500
+
+    hb-view: Pass fg color to hb_font_paint_glyph
+
+ util/helper-cairo-user.hh | 11 ++++++++++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+commit 9be01b6bff054e3edb516ca680a1e33b05a74e9b
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 21 14:04:32 2022 -0500
+
+    [paint] Pass hb_paint_context_t along
+    
+    Replace the font argument with a hb_paint_context_t
+    that carries the font, the palette index and the
+    foreground color.
+    
+    The hb_font_paint_glyph() api now takes the palette
+    index and the foreground color as extra arguments.
+    
+    Update all callers and regenerate test results.
+
+ src/OT/glyf/glyf.hh             |  18 ++++--
+ src/hb-font.cc                  |  24 ++++++--
+ src/hb-font.h                   |   9 ++-
+ src/hb-font.hh                  |   5 +-
+ src/hb-ot-cff1-table.cc         |  19 ++++---
+ src/hb-ot-cff1-table.hh         |   2 +-
+ src/hb-ot-cff2-table.cc         |  20 ++++---
+ src/hb-ot-cff2-table.hh         |   2 +-
+ src/hb-ot-color-cbdt-table.hh   |   8 ++-
+ src/hb-ot-color-colr-table.cc   |   4 +-
+ src/hb-ot-color-colr-table.hh   | 119 ++++++++++++++++++++--------------------
+ src/hb-ot-color-sbix-table.hh   |   3 +-
+ src/hb-ot-color-svg-table.hh    |   4 +-
+ src/hb-ot-font.cc               |  10 ++--
+ src/hb-paint.cc                 |  98 ++++++++++++++++-----------------
+ src/hb-paint.h                  |  95 ++++++++++++++++++++------------
+ src/hb-paint.hh                 |  66 +++++++++++-----------
+ test/api/results/hand-20-0-10   |  18 +++---
+ test/api/results/hand-20-0.2-10 |  18 +++---
+ test/api/results/test-20-0-10   |   2 +-
+ test/api/results/test-20-0-106  |   4 +-
+ test/api/results/test-20-0-116  |   4 +-
+ test/api/results/test-20-0-123  |   6 +-
+ test/api/results/test-20-0-165  |   2 +-
+ test/api/results/test-20-0-175  |   4 +-
+ test/api/results/test-20-0-6    |   2 +-
+ test/api/results/test-20-0-92   |   2 +-
+ test/api/test-ot-color.c        |  26 ++++-----
+ util/hb-cairo-utils.c           |  51 +++++++----------
+ util/hb-cairo-utils.h           |  17 +++---
+ util/helper-cairo-user.hh       |  38 ++++++-------
+ 31 files changed, 384 insertions(+), 316 deletions(-)
+
+commit 6c71c530caaa40c0038ac1f33549a5a7f96266c3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 21 10:54:22 2022 -0700
+
+    [paint] Rename hb_paint_context_t to hb_ot_paint_context_t
+
+ src/hb-ot-color-colr-table.cc |  4 ++--
+ src/hb-ot-color-colr-table.hh | 56 +++++++++++++++++++++----------------------
+ 2 files changed, 30 insertions(+), 30 deletions(-)
+
+commit 8495395397e5a26dacad0cad689a41b06ef5314c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 21 09:03:13 2022 -0700
+
+    [paint] Fix slant
+
+ src/hb-paint.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b1500babaae38cb6d81bc4287adeb4678dfde1b3
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 21 09:49:42 2022 -0500
+
+    utils: Some cairo helper tweaks
+
+ util/hb-cairo-utils.c     | 64 +++++++++++++++++++++++------------------------
+ util/hb-cairo-utils.h     | 10 ++++----
+ util/helper-cairo-user.hh | 19 ++++++++------
+ 3 files changed, 48 insertions(+), 45 deletions(-)
+
+commit 97224f3b63e7d8ec74acabc1270ebf021c19afd6
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 21 02:11:36 2022 -0500
+
+    [paint] Pass font to all callbacks
+    
+    This will lead to easier implementations.
+    
+    At the same time, we change the push_clip_glyph
+    callback to use the font as-is, no unscaling needed.
+    
+    Update all callers and expected test results.
+
+ src/OT/glyf/glyf.hh                                |   8 +-
+ src/hb-font.cc                                     |   5 +-
+ src/hb-ot-cff1-table.cc                            |   8 +-
+ src/hb-ot-cff2-table.cc                            |   8 +-
+ src/hb-ot-color-cbdt-table.hh                      |   2 +-
+ src/hb-ot-color-colr-table.cc                      |   4 +-
+ src/hb-ot-color-colr-table.hh                      | 137 ++++++++++++---------
+ src/hb-ot-color-sbix-table.hh                      |   2 +-
+ src/hb-ot-color-svg-table.hh                       |   2 +-
+ src/hb-paint.cc                                    |  84 +++++++++----
+ src/hb-paint.h                                     |  65 +++++++---
+ src/hb-paint.hh                                    |  79 +++++++++---
+ src/hb.h                                           |   2 +-
+ test/api/results/hand-20-0-10                      |  97 +++++++++++++++
+ test/api/results/hand-20-0-10.txt                  |  79 ------------
+ test/api/results/hand-20-0.2-10                    |  97 +++++++++++++++
+ test/api/results/hand-20-0.2-10.txt                |  79 ------------
+ test/api/results/test-20-0-10                      |  14 +++
+ test/api/results/test-20-0-10.txt                  |  12 --
+ .../results/{test-20-0-106.txt => test-20-0-106}   |  16 ++-
+ test/api/results/test-20-0-116                     |  18 +++
+ test/api/results/test-20-0-116.txt                 |  14 ---
+ .../results/{test-20-0-123.txt => test-20-0-123}   |  24 ++--
+ test/api/results/test-20-0-165                     |  14 +++
+ test/api/results/test-20-0-165.txt                 |  12 --
+ test/api/results/test-20-0-175                     |  26 ++++
+ test/api/results/test-20-0-175.txt                 |  22 ----
+ test/api/results/test-20-0-6                       |  13 ++
+ test/api/results/test-20-0-6.txt                   |  11 --
+ test/api/results/test-20-0-92                      |  13 ++
+ test/api/results/test-20-0-92.txt                  |  11 --
+ test/api/test-ot-color.c                           |  40 +++---
+ util/helper-cairo-user.hh                          |  78 +++++-------
+ 33 files changed, 639 insertions(+), 457 deletions(-)
+
+commit 32ce29f99ea7387ce32de1114b1ce1c876fb6fbe
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 21 07:42:36 2022 -0500
+
+    [font] Move hb_font_t typedef
+    
+    This is needed to avoid circular header dependencies.
+
+ src/hb-common.h | 8 ++++++++
+ src/hb-font.h   | 9 ---------
+ src/hb-paint.h  | 3 +--
+ 3 files changed, 9 insertions(+), 11 deletions(-)
+
+commit 8364d9130f72a80802153efc7e22ac85bb38fe8f
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 21 00:59:13 2022 -0500
+
+    Document hb_font_set_draw_glyph_func
+
+ src/hb-font.h | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+commit a20999b9df313702643f012845cee4e266236985
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 21 00:20:37 2022 -0500
+
+    [font] Fix a few documentation mistakes
+
+ src/hb-font.cc | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit 754528914d98db1e30192cc07de4e3df879d5d8a
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 21 00:09:25 2022 -0500
+
+    [docs] Reorder paint section
+
+ docs/harfbuzz-sections.txt | 23 +++++++++++------------
+ 1 file changed, 11 insertions(+), 12 deletions(-)
+
+commit 2333a566edbe99402d66086dd820a02335f56899
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Tue Dec 20 22:43:04 2022 -0500
+
+    Drop the deprecation
+    
+    No need to drop hb_font_get_glyph_shape, just
+    because hb_font_draw_glyph does the same.
+    
+    Its fine to keep both around.
+
+ src/hb-font.h | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit cf02d13302941b964e2c3b63485eeb023698d26b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 20 11:52:39 2022 -0700
+
+    [cairo] Remove unused struct
+
+ util/hb-cairo-utils.c | 7 -------
+ 1 file changed, 7 deletions(-)
+
+commit 14b026ff86f55436897702e268cf6c7eddbb0859
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 13:53:49 2022 -0500
+
+    [draw] Add hb_font_draw_glyph
+    
+    hb_font_draw_glyph(), hb_font_draw_glyph_func_t and
+    hb_font_funcs_set_draw_glyph_func() are just alternative
+    names for hb_font_get_glyph_shape and friends, to better
+    align with hb_font_paint_glyph.
+
+ src/hb-draw.cc    |  2 ++
+ src/hb-font.cc    | 76 +++++++++++++++++++++++++++++++++++++++----------------
+ src/hb-font.h     | 46 ++++++++++++++++++++++++++++++++-
+ src/hb-font.hh    | 14 +++++-----
+ src/hb-ot-font.cc | 12 ++++-----
+ 5 files changed, 114 insertions(+), 36 deletions(-)
+
+commit 08da126523d1cdfdcd527f7bdf10c2d3525196e4
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 14:36:29 2022 -0500
+
+    [docs] Linkify links
+
+ src/hb-paint.h | 26 +++++++++++++-------------
+ 1 file changed, 13 insertions(+), 13 deletions(-)
+
+commit 9437f719a7217ddb2231709ead03c4b62cbdb42f
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 14:29:39 2022 -0500
+
+    [paint] Document hb_paint_extend_t
+
+ src/hb-paint.h | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 3a2634e27cf6f1df164aacb70b2e107eab2a15e6
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 13:48:08 2022 -0500
+
+    [paint] Document hb_font_paint_glyph_func_t
+
+ docs/harfbuzz-sections.txt |  2 ++
+ src/hb-font.h              | 13 +++++++++++++
+ 2 files changed, 15 insertions(+)
+
+commit 0f287e75ece6364bc3fcdd752de837f8ef51529d
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 13:45:45 2022 -0500
+
+    [paint] Rename hb_font_get_glyph_paint_func_t
+    
+    The 'get' was just there due to implementation
+    choices. Work around that and call the vfunc
+    what it should be: hb_font_paint_glyph_func_t.
+
+ src/hb-font.cc    | 40 ++++++++++++++++++++--------------------
+ src/hb-font.h     | 16 ++++++++--------
+ src/hb-font.hh    | 54 +++++++++++++++++++++++++++---------------------------
+ src/hb-ot-font.cc | 12 ++++++------
+ 4 files changed, 61 insertions(+), 61 deletions(-)
+
+commit b0fa40b2ece482818bfc9e71b2f173e43b9dd6dd
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 13:16:10 2022 -0500
+
+    tests: More diagnostics
+
+ test/api/test-ot-color.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit ddd2039265e3bf20bb4809d57905f83c42e61b97
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 12:20:07 2022 -0500
+
+    [paint] Improve the docs
+
+ src/hb-paint.cc | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+commit 3a219cfa6a2bef8eb79dd86c2210485a71aece1d
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 11:15:37 2022 -0500
+
+    [config] Make HB_LEAN imply HB_NO_PAINT
+
+ src/hb-config.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 0ef2dc9be557cc247621019933ca5151a4bd80cd
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 10:02:17 2022 -0500
+
+    Drop a TODO
+    
+    This was addressed in 61bd602791d801
+
+ src/hb-font.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 96cda3886ceffc4264587576100d56f16c150ad0
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 09:59:33 2022 -0500
+
+    [paint] Clarify docs
+    
+    Spell out where the different datas originate.
+
+ src/hb-paint.h | 50 +++++++++++++++++++++++++-------------------------
+ 1 file changed, 25 insertions(+), 25 deletions(-)
+
+commit 290bb338bf9a881e38899cd0391146ef7a52b2b1
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 02:39:14 2022 -0500
+
+    Dist test result files
+
+ test/api/Makefile.am | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit a3ba723876d4da299cd13d70a3accab1b0672ffb
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 02:22:34 2022 -0500
+
+    Drop an unneeded include
+
+ util/hb-cairo-utils.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 74ccc1e76df3dafbc48e02818403d0f0688cf8ca
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 00:49:02 2022 -0500
+
+    tests: Produce useful output on failure
+
+ test/api/test-ot-color.c | 32 ++++++++++++++++++++++++++++++--
+ 1 file changed, 30 insertions(+), 2 deletions(-)
+
+commit 084291108ac59a0a99b2cde58073ad4377dfdd82
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 01:08:41 2022 -0500
+
+    Tests: Fix memleak pointed out by valgrind
+
+ test/api/test-ot-color.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 0800d1879c7aafb038e47793c9f3495da0221969
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 00:59:40 2022 -0500
+
+    Try to fix autotools build
+
+ src/Makefile.sources  | 3 +++
+ util/Makefile.sources | 2 ++
+ 2 files changed, 5 insertions(+)
+
+commit 5ac218865ad7df1643c8b70e527cc792415c28d0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 19 10:26:54 2022 -0700
+
+    [paint] A doc fix
+
+ src/hb-font.h   | 4 ++++
+ src/hb-paint.cc | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 5451b78f4a4d97277d3a411762844e97adda62cd
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 00:07:18 2022 -0500
+
+    Don't use alloca
+    
+    It complicates things on Windows, for no
+    big win. Just preallocate a reasonable amount.
+
+ util/hb-cairo-utils.c | 58 +++++++++++++++++++++++++++++++++++++++------------
+ 1 file changed, 45 insertions(+), 13 deletions(-)
+
+commit 7c12db46ff3fd771db4cc2d2cc6fea8937b34532
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Dec 18 23:36:05 2022 -0500
+
+    Try to fix msvc build
+
+ src/hb-ot-color-colr-table.hh | 2 +-
+ util/hb-cairo-utils.c         | 5 +++++
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit d2b420589bb65e92385383966cf2a8c9865abc49
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Dec 18 16:43:19 2022 -0500
+
+    [docs] Add hb-paint apis
+
+ docs/harfbuzz-docs.xml     |  1 +
+ docs/harfbuzz-sections.txt | 62 ++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 63 insertions(+)
+
+commit d8cb7ceefb31600b288da05c2c09476953dafc91
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 14:35:36 2022 -0700
+
+    [test] Try fixing bots with old glib
+
+ test/api/test-ot-color.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 5d1fc9ee9dcec13a45bfc19f53894ad83f42a2a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 14:25:39 2022 -0700
+
+    [paint] Fix annotations
+
+ src/hb-paint.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 3590ee74f49fa571af145f788f2db6e122021116
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 13:59:56 2022 -0700
+
+    [util] Fix bot
+
+ util/helper-cairo-user.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit ee2204469ebfe3a3e9c76e856a7e0c8aab1dd946
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 13:50:34 2022 -0700
+
+    [paint] Add get_empty / [sg]et_user_data
+
+ src/hb-cplusplus.hh |  2 +-
+ src/hb-draw.cc      |  1 -
+ src/hb-paint.cc     | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-paint.h      | 15 ++++++++++++++
+ 4 files changed, 74 insertions(+), 2 deletions(-)
+
+commit 21a9db875ed9204ac45093e97354158012b4b35f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 13:47:22 2022 -0700
+
+    [draw] Add get_empty / [sg]et_user_data
+
+ docs/harfbuzz-sections.txt |  3 +++
+ src/hb-cplusplus.hh        |  2 ++
+ src/hb-draw.cc             | 58 ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-draw.h              | 15 ++++++++++++
+ 4 files changed, 78 insertions(+)
+
+commit 9a7422c5fb9eefa3c73cde387512e1de4adaa946
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 13:46:32 2022 -0700
+
+    [font] Minor doc fix
+
+ src/hb-font.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit a9b37206eb1e254b24226b5115932aa40f20f7d9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 13:37:32 2022 -0700
+
+    [font] Minor rename
+
+ src/hb-font.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 815544a1f7ce0cd9da6cb632e7309ba31ed53faf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 13:33:54 2022 -0700
+
+    [font] Adapt paint_glyph to parent transform
+
+ src/hb-font.cc | 12 +++++++++++-
+ 1 file changed, 11 insertions(+), 1 deletion(-)
+
+commit 81bf08927361ae57563b02774523f7ce83903ea1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 13:15:49 2022 -0700
+
+    [hb-view] Use color render callback if HB_DRAW >= 2
+
+ util/helper-cairo-user.hh | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit c65f580b932daf7492d09c30462bf470247f794d
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Dec 18 15:13:55 2022 -0500
+
+    Drop hb-test
+    
+    This was a test binary to assist in developing
+    the hb-paint code. Not needed anymore, now that
+    hb-view has the same code in the cairo userfont
+    backend.
+
+ util/hb-test.c   | 350 -------------------------------------------------------
+ util/meson.build |   7 --
+ 2 files changed, 357 deletions(-)
+
+commit 85917e5b2143e212224e7950d8ee97ccd14b9ee0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 13:08:45 2022 -0700
+
+    [paint] Fix docs
+
+ src/hb-paint.h | 24 ++++++++++++------------
+ 1 file changed, 12 insertions(+), 12 deletions(-)
+
+commit 14bf3aaa8d276470c826f095bc0f8d57ff930b38
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 12:59:35 2022 -0700
+
+    [colr] Make paint_image work again
+
+ src/hb-ot-color-cbdt-table.hh | 4 ----
+ src/hb-ot-color-sbix-table.hh | 4 ----
+ 2 files changed, 8 deletions(-)
+
+commit 9672aa8610d605617fc2465b0c5d5dc2fc33079f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 12:57:42 2022 -0700
+
+    [util] Fix compiler warning
+
+ util/hb-cairo-utils.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 955bd30365d8bb7998515e0714c3aec94e284440
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Dec 18 14:55:56 2022 -0500
+
+    Fix hb-cairo-utils
+    
+    This was a stupid mistake, and hard to track down.
+
+ util/hb-cairo-utils.c | 2 ++
+ util/hb-cairo-utils.h | 1 +
+ 2 files changed, 3 insertions(+)
+
+commit 35739567058b61a4545228ea5b832576f2824f63
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 12:56:01 2022 -0700
+
+    [util] Include stdio.h
+
+ util/hb-cairo-utils.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7accbe97d8dd0e55484fd4d1e76acea1c89c8ae1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 12:51:26 2022 -0700
+
+    [util] Fix argument order and root transform PNGs
+
+ src/hb-ot-color-cbdt-table.hh | 6 +++++-
+ src/hb-ot-color-sbix-table.hh | 6 +++++-
+ util/hb-cairo-utils.c         | 9 +++------
+ 3 files changed, 13 insertions(+), 8 deletions(-)
+
+commit 529dc40d7db9bee1075fc16ba0971ad265ffac11
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 12:35:50 2022 -0700
+
+    [util] Adjust scaling
+    
+    Still doesn't render PNGs.
+    
+    Fix a few compiler warnings
+
+ util/hb-cairo-utils.c | 14 +++++++++-----
+ 1 file changed, 9 insertions(+), 5 deletions(-)
+
+commit bcc9ab27fcf02d57333a9bfc06261eede85c0746
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 11:59:54 2022 -0700
+
+    [hb-view] Fix transformation
+    
+    No need for cairo patch; that patch was wrong.
+
+ util/helper-cairo-user.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c996fc58ec8997242d853b8bfac4f4f9c3d96605
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 11:36:58 2022 -0700
+
+    [hb-view] Remove redundant check
+
+ util/helper-cairo-user.hh | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit bec5354030e003e17aff2c0394c0b706d69cda73
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 11:26:46 2022 -0700
+
+    [hb-view] Fix render_color_glyph extents coordinate system
+    
+    Needs cairo fix:
+    https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/371
+
+ util/helper-cairo-user.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 95ccd66481768d443ac7aaeb1588823a79948944
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 18 11:08:25 2022 -0700
+
+    [hb-view] Set glyph extents in render_color_glyph
+    
+    Works around limitation in cairo-recording-surface unboundedness.
+    
+    Extents are wrong but at least renders something now.
+
+ util/helper-cairo-user.hh | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 6cadf280f286f5ad59466d71fd2b7f8c2fd5d267
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Dec 18 09:42:18 2022 -0500
+
+    Use hb-cairo-utils in hb-test
+    
+    Just to prove that it works.
+
+ util/hb-test.c   | 1029 ++++++++----------------------------------------------
+ util/meson.build |    2 +-
+ 2 files changed, 144 insertions(+), 887 deletions(-)
+
+commit 8bcd13dd91916a436fa357fa73f9d4477d8a02ff
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Dec 18 09:41:00 2022 -0500
+
+    small fixup to hb-cairo-utils
+
+ util/hb-cairo-utils.h | 11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+commit f1f8d1e855a4628a59bfc9b8b55d94a9e35e31de
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Dec 18 02:43:25 2022 -0500
+
+    Small documentation addition
+
+ src/hb-font.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 6c49822cad38b071212823a303059e0917aeedfa
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Dec 18 01:52:39 2022 -0500
+
+    wip: Use hb-paint in hb-view
+    
+    This doesn't paint anything yet.
+
+ util/hb-cairo-utils.c     | 727 ++++++++++++++++++++++++++++++++++++++++++++++
+ util/hb-cairo-utils.h     | 104 +++++++
+ util/helper-cairo-user.hh | 362 ++++++++++++++---------
+ util/meson.build          |   1 +
+ 4 files changed, 1061 insertions(+), 133 deletions(-)
+
+commit 021618e91ae26ef7af1fae4eb0693258e48a7d2a
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Dec 18 00:12:32 2022 -0500
+
+    [colr] Add hb_ot_color_has_paint
+    
+    This is a counterpart to hb_ot_color_has_layers
+    for COLRv1 data.
+
+ src/hb-ot-color-colr-table.hh |  3 ++-
+ src/hb-ot-color.cc            | 30 ++++++++++++++++++++----------
+ src/hb-ot-color.h             |  5 +++++
+ 3 files changed, 27 insertions(+), 11 deletions(-)
+
+commit 63fcb26c9b771f6ab492dad896a4da911fb0427e
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 22:41:34 2022 -0500
+
+    Add some more docs
+
+ src/hb-ot-color.cc | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+commit 2d4678b6478874288312cfe773d735c351d04b0f
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 22:30:31 2022 -0500
+
+    Add a comment
+
+ test/api/test-ot-color.c | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 3b32eab38e3212464239f32ad294d30d943a3ae2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 17 17:13:30 2022 -0700
+
+    [colr] Fix compiler warning
+
+ util/hb-test.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 30a6fd04d00624129b13b20fb755d6c1c4982637
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 18:20:00 2022 -0500
+
+    [colr] Add some tests
+
+ test/api/fonts/noto_handwriting-cff2_colr_1.otf | Bin 0 -> 4172 bytes
+ test/api/fonts/test_glyphs-glyf_colr_1.ttf      | Bin 0 -> 16704 bytes
+ test/api/results/hand-20-0-10.txt               |  79 ++++++
+ test/api/results/hand-20-0.2-10.txt             |  79 ++++++
+ test/api/results/test-20-0-10.txt               |  12 +
+ test/api/results/test-20-0-106.txt              |  18 ++
+ test/api/results/test-20-0-116.txt              |  14 ++
+ test/api/results/test-20-0-123.txt              |  31 +++
+ test/api/results/test-20-0-165.txt              |  12 +
+ test/api/results/test-20-0-175.txt              |  22 ++
+ test/api/results/test-20-0-6.txt                |  11 +
+ test/api/results/test-20-0-92.txt               |  11 +
+ test/api/test-ot-color.c                        | 312 ++++++++++++++++++++++++
+ 13 files changed, 601 insertions(+)
+
+commit 451414a27eeee7b47bed7cd8c5bb88b81f7f5cca
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 18:14:31 2022 -0500
+
+    [paint] Documentation fixes
+
+ src/hb-ot-color-colr-table.cc | 42 ++++++++++++++++++++++++++++++++++--------
+ src/hb-paint.cc               |  4 +++-
+ 2 files changed, 37 insertions(+), 9 deletions(-)
+
+commit e3153654cbb5132a9b06231fb4402a3849a0fb68
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 17 13:56:22 2022 -0700
+
+    [colr] Fix PNG placement
+
+ util/hb-test.c | 17 ++++++++++-------
+ 1 file changed, 10 insertions(+), 7 deletions(-)
+
+commit f07ce68f9cf8d5fd4eb37141a16e89cb0ec2bbae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 17 13:48:05 2022 -0700
+
+    Remove unused function
+
+ util/hb-test.c | 7 -------
+ 1 file changed, 7 deletions(-)
+
+commit 0c77f1d9abf5f8dcd931ca1ae5856039daf3e3fc
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 14:10:28 2022 -0500
+
+    [paint] Documentation tweaks
+
+ src/hb-paint.cc | 149 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-paint.h  |  25 ++++++++--
+ 2 files changed, 168 insertions(+), 6 deletions(-)
+
+commit 0a2f3673b9cbe340cdf329f3b303832b16f7d2ee
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 13:51:23 2022 -0500
+
+    [paint] Use tags for image formats
+    
+    This fits better with the rest of the
+    HarfBuzz API.
+
+ src/hb-ot-color-cbdt-table.hh |  2 +-
+ src/hb-ot-color-sbix-table.hh |  2 +-
+ src/hb-ot-color-svg-table.hh  |  2 +-
+ src/hb-paint.cc               |  6 +++---
+ src/hb-paint.h                | 30 +++++++++++++++++++++++-------
+ src/hb-paint.hh               |  4 ++--
+ util/hb-test.c                |  4 ++--
+ 7 files changed, 33 insertions(+), 17 deletions(-)
+
+commit 4c728e952b5f7fa29b6da6c674ac289fddaf875b
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 13:33:56 2022 -0500
+
+    [colr] Add a todo
+
+ src/hb-ot-color-colr-table.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 4b0285bae60554c914f0b572fdaa5586be9f0611
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 17 11:18:42 2022 -0700
+
+    [colr] Use slant_xy
+
+ src/hb-paint.hh | 20 ++++++++++++--------
+ 1 file changed, 12 insertions(+), 8 deletions(-)
+
+commit b9314400eccb2dadce788f6af5d843d5341f2c11
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 17 10:58:52 2022 -0700
+
+    [colr] Hook up color-line variation
+
+ src/hb-ot-color-colr-table.cc |  4 ++--
+ src/hb-ot-color-colr-table.hh | 37 ++++++++++++++++++++++++-------------
+ 2 files changed, 26 insertions(+), 15 deletions(-)
+
+commit a935e4b0c256451f50b2c0886f4fed5152735b62
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 12:59:58 2022 -0500
+
+    [paint] Add synthetic slant to root transform
+
+ src/hb-paint.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit edf27382630a30070a33d9f65f005741fb15d95b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 17 10:47:55 2022 -0700
+
+    [colr] Try fixing bot build
+    
+    I don't get the error. Let's see.
+    
+    ../../src/harfbuzz/src/hb-ot-color-colr-table.hh:574:66: error: incomplete definition of type 'OT::NoVariable<OT::ColorLine<OT::NoVariable>>'
+
+ src/hb-ot-color-colr-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 686e627bdf1ef28f0ced44c146d0b3cd7f2def33
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 12:44:16 2022 -0500
+
+    [paint] Set up root transform in one place
+    
+    Instead of spreading this in all the tables,
+    make hb_paint_funcs_t provide a push/pop_root_transform
+    that does all the setup.
+
+ src/OT/glyf/glyf.hh           | 12 ++----------
+ src/hb-ot-cff1-table.cc       | 12 ++----------
+ src/hb-ot-cff2-table.cc       | 12 ++----------
+ src/hb-ot-color-colr-table.hh | 20 ++++----------------
+ src/hb-paint.hh               | 12 ++++++++++++
+ 5 files changed, 22 insertions(+), 46 deletions(-)
+
+commit c6dd56cc64d08defd661b3152a1ecd9b4b786db4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 17 10:38:23 2022 -0700
+
+    [colr] Simplify color-stop handling
+
+ src/hb-ot-color-colr-table.cc | 42 +++++++------------------------------
+ src/hb-ot-color-colr-table.hh | 49 ++++++++-----------------------------------
+ 2 files changed, 17 insertions(+), 74 deletions(-)
+
+commit 485ba9beb36d16f91330f50fa6f403cdb192f294
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 12:25:04 2022 -0500
+
+    [paint] Spell out rectangle in the API
+    
+    No need to abbreviate this.
+
+ src/hb-paint.cc | 12 ++++++------
+ src/hb-paint.h  | 32 ++++++++++++++++----------------
+ src/hb-paint.hh | 12 ++++++------
+ util/hb-test.c  | 12 ++++++------
+ 4 files changed, 34 insertions(+), 34 deletions(-)
+
+commit 37f3f0fcc25ed5cc0ea822b1a780705ab842d7bd
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 11:49:18 2022 -0500
+
+    [paint] Change the image callback
+    
+    Instead of passing the glyph ID, give
+    it the image blob, a mimetype, and
+    glyph extents (if available).
+    
+    Update all callers.
+
+ src/hb-ot-color-cbdt-table.hh |  6 +++++-
+ src/hb-ot-color-sbix-table.hh |  6 +++++-
+ src/hb-ot-color-svg-table.hh  |  2 +-
+ src/hb-paint.cc               | 10 +++++++---
+ src/hb-paint.h                | 18 ++++++++++++++----
+ src/hb-paint.hh               |  6 ++++--
+ util/hb-test.c                | 16 ++++++++++------
+ 7 files changed, 46 insertions(+), 18 deletions(-)
+
+commit ea48d6c292bd248a6607a0cfe1d17f05fc4f018f
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 11:51:37 2022 -0500
+
+    Move hb_glyph_extents_t definition
+
+ src/hb-common.h | 18 ++++++++++++++++++
+ src/hb-font.h   | 20 +-------------------
+ 2 files changed, 19 insertions(+), 19 deletions(-)
+
+commit b722039c48b41c1e96c7a1bcbad072a2332d4e46
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 17 10:22:32 2022 -0700
+
+    [colr] Simplify
+
+ src/hb-ot-color-colr-table.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 452cfb95997cbc0a81f5533e1fa365cbf6888157
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 17 10:04:55 2022 -0700
+
+    [colr] Simplify loop using iterators
+    
+    Or complexify?!
+
+ src/hb-ot-color-colr-table.hh | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 601a596ca0837e36b45e117f70a5b7072c30d4e8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 17 09:22:55 2022 -0700
+
+    [paint] Fix include path
+
+ src/OT/glyf/glyf.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8a9069d55fdfe738103a2fea83317a7fd1857727
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 17 09:21:08 2022 -0700
+
+    [colr] Fix radial gradient
+    
+    Broke it when adding variations.
+
+ src/hb-ot-color-colr-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e799c33bb59b8699a6c6b0f43e7e5854515c5075
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 17 09:00:20 2022 -0700
+
+    [paint] Fix function prototype
+
+ src/hb-paint.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1953d26a8a9cc0e70055c8cf5e8e876d7b6ac664
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 17 08:59:33 2022 -0700
+
+    [colr] Limit recursion depth
+
+ src/hb-ot-color-colr-table.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 378bbeea015f492756cbe7ffc39e6144a0ffe5ee
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 10:02:30 2022 -0500
+
+    Add more docs
+
+ src/hb-font.cc | 15 +++++++++++++++
+ 1 file changed, 15 insertions(+)
+
+commit 9876e30c6ee8fc53ae4d26692b9482e6011d04a5
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 02:46:37 2022 -0500
+
+    test: Support png images via paint_image
+
+ util/hb-test.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 59 insertions(+)
+
+commit 6079173a5229b8f51a0ee15f4e4ea957f1e2e722
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 01:04:35 2022 -0500
+
+    Try paint_glyph for more tables
+    
+    If the COLR table does not paint the glyph,
+    try SVG, CBDT and sbix too, before giving up
+    on color.
+
+ src/hb-ot-font.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit e6c5a616aaf081d0603a6f6e74be66d89c2b1832
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 02:13:38 2022 -0500
+
+    SVG Implement paint-glyph
+
+ src/hb-ot-color-svg-table.hh | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit 23c60fd9b293f09461926f47cdd0779af766aff8
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 01:04:23 2022 -0500
+
+    sbix: Implement paint_glyph
+
+ src/hb-ot-color-sbix-table.hh | 19 +++++++++++++++++++
+ 1 file changed, 19 insertions(+)
+
+commit 7996ae4c3d4d99066efa738a8ddca3851ff94ec5
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 01:04:00 2022 -0500
+
+    CBDT: Implement paint glyph
+
+ src/hb-ot-color-cbdt-table.hh | 13 +++++++++++++
+ 1 file changed, 13 insertions(+)
+
+commit 82e23f322a5e58e8fe7e74069f90507c09694c93
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 00:33:59 2022 -0500
+
+    paint: Add a paint-image callback
+    
+    This will be used for image blobs like pngs and svgs.
+    
+    FIXME: nail down and document sizing.
+
+ src/hb-paint.cc | 12 ++++++++++++
+ src/hb-paint.h  | 43 +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-paint.hh |  6 ++++++
+ 3 files changed, 61 insertions(+)
+
+commit 56b02b6599168aec8743145021fbc9cec0163113
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 16 23:58:37 2022 -0500
+
+    Update the docs
+    
+    Mention that the color index will always be 0xFFFF
+    when using hb_paint API with fonts that don't have
+    color palettes.
+    
+    And add an outline about which kinds of glyphs
+    require which callbacks.
+
+ src/hb-paint.h | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 9461ab70883c4fa0492f5f71c902cdabba627d4f
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 16 23:46:45 2022 -0500
+
+    Try paint_glyph for more tables
+    
+    If the COLR table can't paint the glyph,
+    try glyf, cff1 and cff2 too.
+
+ src/hb-ot-font.cc | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 3e39dd492bd566e55183ff4e2b136288dfd5458c
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 16 23:46:15 2022 -0500
+
+    cff2: Implement paint_glyph
+
+ src/hb-ot-cff2-table.cc | 21 +++++++++++++++++++++
+ src/hb-ot-cff2-table.hh |  2 ++
+ 2 files changed, 23 insertions(+)
+
+commit df89b52130ce85ed481f8672f051744b947df6a5
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 16 23:46:05 2022 -0500
+
+    cff1: Implement paint_glyph
+
+ src/hb-ot-cff1-table.cc | 21 +++++++++++++++++++++
+ src/hb-ot-cff1-table.hh |  2 ++
+ 2 files changed, 23 insertions(+)
+
+commit 2edd771cf58de4348d6c760e4fbe77ea0f1ba16a
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 16 23:32:15 2022 -0500
+
+    glyf: Implement paint_glyph
+
+ src/OT/glyf/glyf.hh | 22 ++++++++++++++++++++++
+ 1 file changed, 22 insertions(+)
+
+commit 0b33b35eb0fc50045adc614dc60567fad837762b
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 16 23:22:15 2022 -0500
+
+    COLRv1: Return bool from paint_glyph
+    
+    This will let hb_ot_font_paint_glyph() try
+    multiple tables in turn.
+
+ src/hb-ot-color-colr-table.hh | 41 ++++++++++++++++++++++++++++-------------
+ 1 file changed, 28 insertions(+), 13 deletions(-)
+
+commit 0d890061d139a9a8b59d8aef7e73a02bec1489ee
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 17 00:07:30 2022 -0500
+
+    Rename 'solid' to 'color'
+    
+    'solid' does not really describe well what
+    the function does, and there is no strong
+    reason to stick 1:1 to the terminology used
+    in the spec.
+
+ src/hb-ot-color-colr-table.hh   |   4 +-
+ src/hb-ot-color-colrv1-paint.hh | 286 ++++++++++++++++++++++++++++++++++++++++
+ src/hb-paint.cc                 |   6 +-
+ src/hb-paint.h                  |  18 +--
+ src/hb-paint.hh                 |   8 +-
+ util/hb-test.c                  |  58 ++++----
+ 6 files changed, 333 insertions(+), 47 deletions(-)
+
+commit 2c07828603847892fe2759d2397530910f3f42e2
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 16 23:23:51 2022 -0500
+
+    test: More debug spew
+
+ util/hb-test.c | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit 46286275f7f49149ef9e1db45d703880f094c1ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 16 15:27:18 2022 -0700
+
+    [colr] More dispatch functionality
+
+ src/hb-ot-color-colr-table.cc |  4 ++--
+ src/hb-ot-color-colr-table.hh | 39 ++++++++++++++++++---------------------
+ 2 files changed, 20 insertions(+), 23 deletions(-)
+
+commit 81f232afb509bf94d8d909236c5bc1f507b08b5e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 16 15:17:35 2022 -0700
+
+    [colr] Use dispatch machinery for paint_glyph context
+
+ src/hb-ot-color-colr-table.hh | 48 +++++++------------------------------------
+ 1 file changed, 7 insertions(+), 41 deletions(-)
+
+commit a96300d42cf0a85ba6fa84eacfe583d8faf9c906
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 16 15:11:35 2022 -0700
+
+    [colr] Hide internal symbols
+
+ src/harfbuzz-subset.cc        | 1 +
+ src/harfbuzz.cc               | 1 +
+ src/hb-ot-color-colr-table.hh | 4 ++--
+ 3 files changed, 4 insertions(+), 2 deletions(-)
+
+commit fdf17dbf34666918979cb53c89e85b0c92fcf12b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 16 15:00:06 2022 -0700
+
+    Try fixing bots
+
+ util/hb-test.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b4cab86d94affa5b610154623a393afffac9728c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 16 14:58:39 2022 -0700
+
+    Fix autotools build
+
+ src/Makefile.sources   | 1 +
+ src/harfbuzz-subset.cc | 1 -
+ src/harfbuzz.cc        | 1 -
+ 3 files changed, 1 insertion(+), 2 deletions(-)
+
+commit 07575190928ff7bcb72885943d9b7073a27e4e3c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 16 12:45:02 2022 -0700
+
+    [colr] Add variation to rest of the paints
+
+ src/hb-ot-color-colr-table.hh | 80 +++++++++++++++++++++++++++++--------------
+ 1 file changed, 54 insertions(+), 26 deletions(-)
+
+commit 5bce0053463ff29386f1442f3720fd847d972263
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 16 12:31:08 2022 -0700
+
+    [colr] Flesh out variations for a few paints
+
+ src/hb-ot-color-colr-table.hh | 22 +++++++++++++++-------
+ 1 file changed, 15 insertions(+), 7 deletions(-)
+
+commit 9d3440b74299da8beb59c55e88aaf61fec39c507
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 16 12:12:21 2022 -0700
+
+    [colr] Add variation infrastructure to paint_glyph
+    
+    No paint applies variations yet.
+
+ src/hb-ot-color-colr-table.hh | 80 ++++++++++++++++++++++++-------------------
+ 1 file changed, 45 insertions(+), 35 deletions(-)
+
+commit 5c6329555e6171e82cdf151a119166666a08426b
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 16 12:04:17 2022 -0500
+
+    Apply root transform
+    
+    This commit applies scale, slant is still missing.
+
+ src/hb-ot-color-colr-table.hh | 15 +++++++++++++--
+ util/hb-test.c                | 22 +++++++++++++---------
+ 2 files changed, 26 insertions(+), 11 deletions(-)
+
+commit 5afca91ff22c76fbe65da1f2084b5029a66bee14
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 16 06:43:43 2022 -0500
+
+    Add some docs
+
+ src/hb-paint.cc |  48 +++++++++++-
+ src/hb-paint.h  | 226 +++++++++++++++++++++++++++++++++++++-------------------
+ 2 files changed, 196 insertions(+), 78 deletions(-)
+
+commit 44c68594f197f325fd9c50c3ca3d8ca1dca0be01
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 16 00:48:28 2022 -0500
+
+    Some docs
+
+ src/hb-paint.cc |   9 +++
+ src/hb-paint.h  | 230 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 239 insertions(+)
+
+commit d7c2eacf454e1345c15978bae9fff791d23effde
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Dec 15 23:42:40 2022 -0500
+
+    Handle COLRv0 layers in paint_glyph
+
+ src/hb-ot-color-colr-table.hh | 26 ++++++++++++++++++++------
+ 1 file changed, 20 insertions(+), 6 deletions(-)
+
+commit 55ca6ed230b74f84345258217e51d4865e763f2c
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Dec 15 23:16:54 2022 -0500
+
+    minor fixes
+
+ src/hb-ot-color-colr-table.cc | 73 +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-color-colr-table.hh |  9 ++++--
+ 2 files changed, 80 insertions(+), 2 deletions(-)
+
+commit 794fa4c3c1d6564477a0885b95f80409f9272090
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Dec 15 22:22:31 2022 -0500
+
+    sweep gradients etc
+
+ util/hb-test.c | 819 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 817 insertions(+), 2 deletions(-)
+
+commit 1880e547531a8f137564e9c5bf7421005e8cffbd
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Dec 15 01:06:00 2022 -0500
+
+    Assorted fixes
+
+ src/hb-ot-color-colr-table.hh | 62 ++++++++++++++++++++++++++-----------------
+ 1 file changed, 37 insertions(+), 25 deletions(-)
+
+commit 684df8a82a81e01412dc951c251abab77165ae66
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Dec 15 00:32:48 2022 -0500
+
+    add some todos
+
+ src/hb-font.cc                | 1 +
+ src/hb-ot-color-colr-table.hh | 2 ++
+ 2 files changed, 3 insertions(+)
+
+commit a6f813b68009325f9b5cc478ed83b312b06ad996
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Dec 15 00:05:27 2022 -0500
+
+    Implement hb_color_line_get_extend
+
+ src/hb-ot-color-colr-table.hh | 30 ++++++++++++++++++++++++++++++
+ 1 file changed, 30 insertions(+)
+
+commit d07fdc69dd66ad520f9ce24438fbef5c7c41f28e
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 14 23:58:59 2022 -0500
+
+    test: dump color lines
+
+ util/hb-test.c | 26 +++++++++++++++++++++-----
+ 1 file changed, 21 insertions(+), 5 deletions(-)
+
+commit 3937d6b0aaff5b5937bb513430e7df30f3517315
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 14 23:58:47 2022 -0500
+
+    Implement hb_color_line_t
+
+ src/hb-ot-color-colr-table.hh | 139 +++++++++++++++++++++++++++++++++++++-----
+ 1 file changed, 123 insertions(+), 16 deletions(-)
+
+commit 64f1b55d01afa0a8424b0336fcaad626d9814126
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 14 23:58:25 2022 -0500
+
+    api fixes: use floats consistently
+
+ src/hb-paint.cc | 14 +++++++-------
+ src/hb-paint.h  | 11 ++++++-----
+ src/hb-paint.hh |  8 ++++----
+ 3 files changed, 17 insertions(+), 16 deletions(-)
+
+commit 627c857f8b8ea5c5efab1525daef2d7e5ec04401
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 14 22:36:54 2022 -0500
+
+    rename pop_group_and_composite
+
+ src/hb-ot-color-colr-table.hh |  4 ++--
+ src/hb-paint.cc               | 12 ++++++------
+ src/hb-paint.h                | 28 ++++++++++++++--------------
+ src/hb-paint.hh               | 12 ++++++------
+ util/hb-test.c                | 10 +++++-----
+ 5 files changed, 33 insertions(+), 33 deletions(-)
+
+commit c9350838c7a039b87408ff2686759d0bd0c05377
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 14 22:32:40 2022 -0500
+
+    assorted fixes and changes
+
+ src/hb-ot-color-colr-table.hh |   4 +-
+ src/hb-paint.cc               | 112 +++++++++++++++++++++++-------------------
+ src/hb-paint.h                |  73 +++++++++++++++++----------
+ src/hb-paint.hh               |  37 ++++++++------
+ util/hb-test.c                |  43 ++++++++++------
+ 5 files changed, 158 insertions(+), 111 deletions(-)
+
+commit 5a123e8691ae839e6409fdcd51edab0c62c0e9a4
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 14 22:05:02 2022 -0500
+
+    quick testcase
+
+ util/hb-test.c   | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ util/meson.build |   7 +++
+ 2 files changed, 175 insertions(+)
+
+commit 42324aef2b18728d6318ffd4de08a21b54126c92
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 14 22:04:46 2022 -0500
+
+    hb-paint: annotation fix
+
+ src/hb-paint.h | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 8377341b289f47a8e63d448b5a3376dfdd464734
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 14 22:03:52 2022 -0500
+
+    wip: implement paint_glyph
+
+ src/harfbuzz-subset.cc        |   1 +
+ src/harfbuzz.cc               |   1 +
+ src/hb-ot-color-colr-table.hh | 204 ++++++++++++++++++++++++++++++++++++++++--
+ src/meson.build               |   1 +
+ 4 files changed, 199 insertions(+), 8 deletions(-)
+
+commit efe13a191df504df4a38f633c35a73477cf93b01
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 14 09:50:52 2022 -0500
+
+    fix introspection
+
+ src/hb-font.h             |  8 +++++-
+ src/hb-gobject-structs.cc |  1 +
+ src/hb-gobject-structs.h  |  4 +++
+ src/hb-paint.cc           |  5 ++++
+ src/hb-paint.h            | 70 +++++++++++++++++++++++++++++++++++++++++++++++
+ 5 files changed, 87 insertions(+), 1 deletion(-)
+
+commit 6a48ac42f4f8404ecf64fda876141a0d1c48a56c
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 14 06:55:01 2022 -0500
+
+    COLR implementation
+
+ src/hb-ot-color-colr-table.hh |  5 +++++
+ src/hb-ot-font.cc             | 18 ++++++++++++++++++
+ 2 files changed, 23 insertions(+)
+
+commit 71efa0dcf12eb3924697f96d3a4ed203bb71962b
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Dec 14 06:22:00 2022 -0500
+
+    wip: hb_font_paint_glyph
+
+ src/hb-font.cc | 30 ++++++++++++++++++++++++++++++
+ src/hb-font.h  | 16 ++++++++++++++++
+ src/hb-font.hh |  9 +++++++++
+ 3 files changed, 55 insertions(+)
+
+commit 83d0a49f7100008937fcf7e69e31fe9625365259
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Tue Dec 13 21:14:25 2022 -0500
+
+    wip: hb-paint
+
+ src/harfbuzz-subset.cc        |   1 +
+ src/harfbuzz.cc               |   1 +
+ src/hb-ot-color-colr-table.hh |   5 +
+ src/hb-paint.cc               | 311 ++++++++++++++++++++++++++++++++++++++++++
+ src/hb-paint.h                | 276 +++++++++++++++++++++++++++++++++++++
+ src/hb-paint.hh               | 125 +++++++++++++++++
+ src/hb.h                      |   1 +
+ src/meson.build               |   3 +
+ 8 files changed, 723 insertions(+)
+
+commit 0066e824f02efce79e026f60391f3fd95214e1ac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 13:37:38 2022 -0700
+
+    [util] Fix vertical positioning with --glyphs
+
+ util/shape-options.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 265b699fbd3c74c1c4324d5f7044e7236d3b0b89
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 13:31:48 2022 -0700
+
+    [util] Improve --glyphs
+
+ util/shape-consumer.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit d45f7265e9dfbb053ae3ed88575136d75979c02b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 23 13:13:29 2022 -0700
+
+    [hb-view/hb-shape] Add --glyphs
+    
+    This makes hb-view take output of hb-shape and render it.
+
+ util/shape-consumer.hh |  2 +-
+ util/shape-options.hh  | 44 +++++++++++++++++++++++++++++++++++++++-----
+ 2 files changed, 40 insertions(+), 6 deletions(-)
+
+commit 30c5402e3d0cc156fd5f04560864a88723173cf2
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 23 14:29:25 2022 -0500
+
+    Make hb-features.h usable standalone
+    
+    The intended use for hb-features.h is to
+    be included standalone, so we can't put
+    the single-include guards in here.
+
+ src/hb-features.h.in | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit d628aff9db826671b1612ed1865f5cdbd763c9f8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 10:53:24 2022 -0700
+
+    [ft] Apply slant in get_glyph_extents
+
+ src/hb-ft.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 9a0ebd2b2ab4b7fa5e1463c0ac4549cb24b21896
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 10:21:07 2022 -0700
+
+    [glyf] Fix slant-scaling in GlyphHeader too
+
+ src/OT/glyf/GlyphHeader.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit 392463bff591fd0cec2ea2476b30427251f7c9f4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 08:34:01 2022 -0700
+
+    [cff] Fix extent rounding
+    
+    I broke it in b0abbfd8684e9970ed2cac78781643edb7cce0ae.
+
+ src/hb-ot-cff1-table.cc | 8 ++++----
+ src/hb-ot-cff2-table.cc | 8 ++++----
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 897c102703e482f8ed0842e63c6fb96f15dface3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 08:14:13 2022 -0700
+
+    [font] Fix scale_glyph_extents
+
+ src/hb-font.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9194e13e25563f7170c68b0126f5852925c526ff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 07:31:16 2022 -0700
+
+    [font] Apply slant to glyph extents
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3952
+    
+    hb-ft not fixed since doesn't use this code.
+
+ src/hb-font.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit b0abbfd8684e9970ed2cac78781643edb7cce0ae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 22 07:26:14 2022 -0700
+
+    [font] Centralize glyph-extents scaling
+    
+    Needs more testing...
+    
+    Some rounding was removed, namely in cff1 and cff2.
+
+ src/OT/glyf/glyf.hh           | 11 +++--------
+ src/hb-font.hh                |  8 ++++++++
+ src/hb-ot-cff1-table.cc       | 10 ++++++----
+ src/hb-ot-cff2-table.cc       | 10 ++++++----
+ src/hb-ot-color-cbdt-table.hh | 10 ++++++----
+ src/hb-ot-color-colr-table.hh |  5 +----
+ src/hb-ot-color-sbix-table.hh | 18 ++++++++++--------
+ 7 files changed, 40 insertions(+), 32 deletions(-)
+
+commit 4622be7f84b22ad3fb1c7141c0e4ec88dd5672c8
+Author: Chun-wei Fan <fanc999@yahoo.com.tw>
+Date:   Thu Dec 22 12:05:11 2022 +0800
+
+    test/fuzzing: Fix dist
+    
+    We need to dist the repacker fuzzer test items into the tarball, along
+    with the items in graphs/ and sets/.
+
+ test/fuzzing/Makefile.am | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 97b8ada8652ef7ca7e33f6fe927ab8bf3c18396e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 21 19:52:20 2022 -0700
+
+    [varc] Reset component coordinates to that of the font
+    
+    Fixes https://github.com/harfbuzz/boring-expansion-spec/issues/78
+
+ src/OT/glyf/Glyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 40342c9437712cd51e37dc54f1f535bb24ae7529
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Dec 21 21:52:28 2022 +0000
+
+    [subset] check for addition overflow in hdmx size calculation.
+    
+    Fixes https://oss-fuzz.com/testcase-detail/4877336988483584.
+
+ src/hb-ot-hdmx-table.hh                                   |   1 +
+ ...z-testcase-minimized-hb-subset-fuzzer-4877336988483584 | Bin 0 -> 738 bytes
+ 2 files changed, 1 insertion(+)
+
+commit d77fca997ed0e9526e98eb78be2e469886123da0
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Dec 21 21:18:20 2022 +0000
+
+    [subset] when subsetting preprocessor fails, reference the returned face.
+    
+    The caller of the method is expected to destroy the returned result.
+
+ src/hb-subset-input.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit fc8fa184183d7eaa49d789963d6ae9456e32680c
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Dec 20 19:04:41 2022 +0200
+
+    Revert "[doc] Don’t skip building on Windows"
+    
+    This reverts commit 196e739cf28456cd8b7989377c3df6a5fe468dd7.
+
+ docs/meson.build | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 6d80aba49e20f5915545dcc4116f5e68eab8c57f
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Dec 20 19:01:04 2022 +0200
+
+    Revert "[doc] Remove redundant check for gtkdoc-scan"
+    
+    This reverts commit 0409363f77cab416b34aab66d647a3d61f46d9d8.
+    
+    Broke lots of bots.
+
+ docs/meson.build | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 9b5b4da0e471a16be46ddc60b0e2a233a84abd8d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 20 09:57:32 2022 -0700
+
+    [varc] Set coordinates as absolute values
+
+ src/OT/glyf/VarCompositeGlyph.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 0409363f77cab416b34aab66d647a3d61f46d9d8
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Dec 20 18:42:13 2022 +0200
+
+    [doc] Remove redundant check for gtkdoc-scan
+    
+    If docs are enabled, meson will fail earlier of gtkdoc-scan is missing.
+
+ docs/meson.build | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit 196e739cf28456cd8b7989377c3df6a5fe468dd7
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Dec 20 18:41:01 2022 +0200
+
+    [doc] Don’t skip building on Windows
+    
+    We don’t enable building docs by default, so if one asked explicitly for
+    it we shouldn’t be overriding that.
+
+ docs/meson.build | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit 80e68f09c5daef0c3dfef4fb44ebfbd22899bf8a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 19 19:15:44 2022 -0700
+
+    [VarC] Change rotation/skew representation
+    
+    Fixes https://github.com/harfbuzz/boring-expansion-spec/issues/77
+
+ src/OT/glyf/VarCompositeGlyph.hh | 12 ++++++------
+ src/hb-open-type.hh              |  3 +--
+ 2 files changed, 7 insertions(+), 8 deletions(-)
+
+commit 1840b02e6a61d030cf485ea6c36126cd6dbd984e
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Dec 19 20:06:32 2022 +0000
+
+    [subset] Don't gate access to the table repacker.
+    
+    Any table with an object graph should repack correctly.
+
+ src/hb-subset.cc | 7 -------
+ 1 file changed, 7 deletions(-)
+
+commit 03a1685693e59f0c31803daf6647a80b4a111e9b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 19 17:11:34 2022 -0700
+
+    [VarC] Change representation of scale from 4.12 to 6.10
+    
+    Fixes https://github.com/harfbuzz/boring-expansion-spec/issues/76
+
+ src/OT/glyf/VarCompositeGlyph.hh | 12 ++++++------
+ src/hb-open-type.hh              |  4 ++--
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 1a51f71afd794a52a24cbcb7547000e0c563b0f6
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Dec 19 22:40:11 2022 +0000
+
+    [subset] don't segfault when --help-all is specified w/ instancing options.
+
+ util/hb-subset.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit c292e577ff7d6b6b9d98e95dabd7ed71a02021fc
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 12:40:11 2022 -0500
+
+    Fix a typo
+
+ src/hb-draw.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b795246fff2246266287a728475b97e8873f3f14
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 06:30:28 2022 -0500
+
+    [draw] Clarify the docs
+    
+    Disambiguate the origin of draw_data and user_data,
+    this had me confused a few times.
+    
+    Fixes: https://github.com/harfbuzz/harfbuzz/issues/3955
+
+ src/hb-draw.h | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit eddb408f9c9c42991c8b8427ca81e33a03fc9060
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Dec 19 12:19:48 2022 -0500
+
+    [draw] Small doc fix
+
+ src/hb-draw.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit bc4c290b7581bbcb7632d74a2ebebc24bd5df9f1
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Dec 19 00:39:35 2022 +0200
+
+    [doc] Workaround gtk-doc limitation with HB_DEPRECATED_FOR
+    
+    See https://github.com/harfbuzz/harfbuzz/issues/3957#issuecomment-1356890525
+
+ src/hb-deprecated.h    |  3 ++-
+ src/hb-graphite2.h     |  3 ++-
+ src/hb-ot-deprecated.h | 18 ++++++++++++------
+ 3 files changed, 16 insertions(+), 8 deletions(-)
+
+commit 734e5f7cf412e421568963e5a5fe3ee51365163e
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Dec 19 00:15:04 2022 +0200
+
+    [doc] Add HB_DEPRECATED_FOR to --ignore-decorators
+    
+    Does not make a difference, though.
+
+ docs/Makefile.am | 2 +-
+ docs/meson.build | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit f9e1192d58e54f6719993a1694aee0a73198d63d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Dec 18 23:58:36 2022 +0200
+
+    [ot-tag] Document two deprecated symbols
+    
+    See https://github.com/harfbuzz/harfbuzz/issues/3957
+
+ src/hb-ot-tag.cc | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit 947e01a7c1bc7eede4077ced24923acd8f45e0f5
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Dec 18 23:40:01 2022 +0200
+
+    [subset] Suppress gtk-doc warning
+
+ src/hb-subset-input.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 9ca8e7564b52ae889961144d6533e8143a0f3771
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Dec 18 17:44:41 2022 +0200
+
+    Revert "[circleci] Make dist tarball with meson"
+    
+    This reverts commit 80157cc60baf0f1b26c442c336dc1854216468be.
+    
+    That was a thinko, meson generated dist tarballs are not usable for
+    autotools build as they will miss generated autotools files.
+
+ .circleci/config.yml | 33 +++++++++++----------------------
+ 1 file changed, 11 insertions(+), 22 deletions(-)
+
+commit c7dd63d1a04e797f21ba3fd7bb5aa5d08524c9dd
+Author: Nirbheek Chauhan <nirbheek@centricular.com>
+Date:   Sun Dec 18 09:28:47 2022 +0530
+
+    meson: Provide binaries when built as a subproject
+
+ util/meson.build | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 7be06f63779e3221333d3162f2025b1c497c5c8c
+Author: Nirbheek Chauhan <nirbheek@centricular.com>
+Date:   Sun Dec 18 07:10:32 2022 +0530
+
+    meson: Override dependencies to improve usage as a subproject
+    
+    With this change, harfbuzz can be consumed as a subproject without
+    making any changes to the build files of a project. All you need to do
+    is provide a wrap file with a `[provide]` section:
+    
+    https://mesonbuild.com/Wrap-dependency-system-manual.html#provide-section
+    
+    This is also necessary because otherwise projects need to hard-code
+    the subproject name, which might be `harfbuzz` when using `wrap-git` or
+    `harfbuzz-6.0.0` when using `wrap-file` (to build from a release
+    tarball). This can cause conflicts between different subprojects that
+    consume harfbuzz differently.
+    
+    Other projects like glib, cairo, pango, etc already do this.
+
+ src/meson.build | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 206957aee4a4479ca19a4065b2c5603e99379fcf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 17 08:57:40 2022 -0700
+
+    [COLR] Change recursion limit back to 128
+
+ src/hb-ot-color-colr-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 31ba950b71acbcb8d71a82bde0675785d24ff791
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Dec 17 01:11:20 2022 +0200
+
+    [circleci] Don’t run tests in dist
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f22e42d7376f980fbb32e35a194f1dc1bfc3af0e
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Dec 17 00:57:26 2022 +0200
+
+    [circleci] Remove cruft
+
+ .circleci/config.yml | 16 ----------------
+ 1 file changed, 16 deletions(-)
+
+commit 21e866b8b5006ee99f40077fe1c494faf9ccb014
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Dec 17 00:34:46 2022 +0200
+
+    [circleci] Unify meson commands a bit
+
+ .circleci/config.yml | 33 ++++++++++++++++++---------------
+ 1 file changed, 18 insertions(+), 15 deletions(-)
+
+commit 80157cc60baf0f1b26c442c336dc1854216468be
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Dec 17 00:19:27 2022 +0200
+
+    [circleci] Make dist tarball with meson
+
+ .circleci/config.yml | 33 ++++++++++++++++++++++-----------
+ 1 file changed, 22 insertions(+), 11 deletions(-)
+
+commit afcae83a064843d71d47624bc162e121cc56c08b
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Dec 16 23:14:57 2022 +0200
+
+    6.0.0
+
+ NEWS                   | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-subset-input.cc |  6 ++---
+ src/hb-version.h       |  8 +++----
+ 6 files changed, 72 insertions(+), 9 deletions(-)
+
+commit 27ff90d7b8c65017334f15f45b5552d4f6fdb128
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Dec 16 22:08:33 2022 +0200
+
+    [meson] Update freetype2 wrap
+    
+    Use the one from WrapDB and add zlib wrap because current FreeType
+    tarball misses it.
+
+ subprojects/freetype2.wrap | 10 ++++++----
+ subprojects/zlib.wrap      | 12 ++++++++++++
+ 2 files changed, 18 insertions(+), 4 deletions(-)
+
+commit a98c6fdd92f35c2d176f5c808287a0b568aede48
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 16 14:04:54 2022 -0500
+
+    Mark an argument as unused
+
+ src/hb-ot-color-colr-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 601d3806c93309ec47c2dc0c53fb36c3b95a3d9d
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 16 13:34:15 2022 -0500
+
+    COLRv1: Revamp extents variation
+    
+    Try to do this a cleaner way.
+
+ src/hb-ot-color-colr-table.hh | 60 ++++++++++++++++++++++++++++---------------
+ 1 file changed, 39 insertions(+), 21 deletions(-)
+
+commit 318df8a706b2cd9b8323d8368f2f7d96117c7348
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Dec 16 21:27:37 2022 +0200
+
+    [meson] Update google-benchmark wrap
+    
+    Use the one from WrapDB.
+
+ subprojects/google-benchmark.wrap | 15 ++++++++-------
+ 1 file changed, 8 insertions(+), 7 deletions(-)
+
+commit bd7c458028e1dde0cdeb9099279d17bf63f5b3ff
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Dec 16 21:01:26 2022 +0200
+
+    [meson] Update glib wrap
+    
+    Use the one from WrapDB.
+
+ .circleci/config.yml  |  4 ++--
+ subprojects/glib.wrap | 17 +++++++++--------
+ 2 files changed, 11 insertions(+), 10 deletions(-)
+
+commit 51a17201a734616640e8c46bccaa0b26e1caaa27
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 16 12:28:30 2022 -0700
+
+    [open-type] In to_float() take offset as float
+
+ src/hb-open-type.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9e3bfd9aa169f1ca77d6b1e6227905ee585a4255
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Dec 16 20:10:51 2022 +0200
+
+    [ci] Build Windows binaries without cairo-ft
+
+ .ci/build-win32.sh | 3 ++-
+ .ci/build-win64.sh | 3 ++-
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+commit 6add69a6ec422406727186fdc5a7fcde289cbfbe
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Dec 16 19:54:00 2022 +0200
+
+    [hb-view] Allow building without cairo-ft
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3925
+
+ meson.build          |  3 ++-
+ util/helper-cairo.hh | 16 ++++++++++++++--
+ util/meson.build     |  3 +--
+ 3 files changed, 17 insertions(+), 5 deletions(-)
+
+commit f252cf80e194130d26ae3057227dc86dc60f8cb8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 16 12:03:51 2022 -0700
+
+    [open-type] Allow passing an offset to to_float()
+
+ src/hb-open-type.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6ae35365f89e31dfc6ceeafdc47f302d040ffbf8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 16 11:43:38 2022 -0700
+
+    Fix build
+
+ src/hb-ot-color-colr-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e957391efe2c00946ddf0586a710a4a4877981df
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 16 11:33:04 2022 -0700
+
+    [colr] Add NoVariable::varIdxBase
+
+ src/hb-ot-color-colr-table.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit e06de98c36200f7c6ff8939bb094960079521820
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 16 11:31:00 2022 -0700
+
+    [var-common] Make VarInstancer take an offset
+
+ src/hb-ot-color-colr-table.hh | 8 ++++----
+ src/hb-ot-var-common.hh       | 4 ++--
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 251f9f62134bf2b7050a4156dad9b0bb0968879f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 16 11:29:51 2022 -0700
+
+    [open-type] Add VarIdx::add()
+
+ src/hb-open-type.hh           |  5 +++++
+ src/hb-ot-color-colr-table.hh | 10 +++++-----
+ 2 files changed, 10 insertions(+), 5 deletions(-)
+
+commit bf2ae3f0ca19c0e18741c39ca19fc2a88d2e972b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 16 11:26:24 2022 -0700
+
+    [open-type] Add static_assert for NO_VARIATION
+
+ src/hb-open-type.hh           | 1 +
+ src/hb-ot-color-colr-table.hh | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit d4496e640594ac26cef6f46a6f15f9ee55386eff
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Dec 16 12:19:39 2022 -0500
+
+    COLRv1: Apply variations correctly
+    
+    The variations are for xMin, yMin, xMAx, yMax.
+    Apply them before converting to extents..
+
+ src/hb-ot-color-colr-table.hh | 26 +++++++++++++++-----------
+ 1 file changed, 15 insertions(+), 11 deletions(-)
+
+commit 193e0e3e8efc86215990d4e450ea90b723fda9b0
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Dec 15 00:32:11 2022 -0500
+
+    Cosmetic: typo fix
+
+ src/hb-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b5acde43ed81f7c212b4a37aa06c3988bce168a1
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Dec 13 22:04:19 2022 +0000
+
+    [subset] check pending/subsetted tag sets for alloc failure.
+
+ src/hb-subset.cc                                          |   7 ++++++-
+ ...z-testcase-minimized-hb-subset-fuzzer-6164014466203648 | Bin 0 -> 191 bytes
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit 79285a9983983840d60d45220abb4d50cf08be05
+Author: Jordan Petridis <16531710+alatiera@users.noreply.github.com>
+Date:   Tue Dec 13 20:14:20 2022 +0200
+
+    VarC: cast ints (#3934)
+    
+    msvc is rightfully complaining that the types on the sides of
+    the ternary are not matching:
+    
+    ```
+    C:\pango\subprojects\harfbuzz\src\OT\glyf\VarCompositeGlyph.hh(317): error C2446: ':': no conversion from 'const OT::HBUINT16' to 'const OT::HBUINT8'
+    ```
+
+ src/OT/glyf/VarCompositeGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 300d82ce2ef1f30d8c9cd839801fe3b429c78d45
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 13 10:48:56 2022 -0700
+
+    Fix compiler warning
+
+ src/hb-ot-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 199345eb29ed821fed300b53000ced1d245c6ef2
+Merge: bd7cb384c 4e9a6cfb4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 12 18:37:10 2022 -0700
+
+    Merge pull request #3928 from harfbuzz/colrv1-extents
+    
+    COLRv1: use ClipBoxes for extents
+
+commit bd7cb384cf73cb88e3121f3b7ab89ce50a64e5bd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 12 14:10:13 2022 -0700
+
+    [VarC] Remove unused variable
+
+ src/OT/glyf/VarCompositeGlyph.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 51d3ce39bab6270568706ef92d0f55d6d171ab2e
+Merge: 1b278c765 64cbe8b96
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 12 14:07:44 2022 -0700
+
+    Merge pull request #3933 from googlefonts/cff
+    
+    [subset] Fix infinite loop when instancing CFF fonts
+
+commit 1b278c76580351e52c98b7c8ffa22933cd25a59c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 12 13:57:05 2022 -0700
+
+    [VarC] Update for new format
+    
+    https://github.com/harfbuzz/boring-expansion-spec/issues/71
+
+ src/OT/glyf/VarCompositeGlyph.hh | 134 ++++++++++++++++++++++++++++++---------
+ 1 file changed, 103 insertions(+), 31 deletions(-)
+
+commit 64cbe8b96273ef2268111c03950610efe3f6e5e5
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Dec 12 20:41:40 2022 +0000
+
+    [subset] Also note that only full instancing works.
+
+ src/hb-subset-input.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 0da59f86a8b33672a3da31e3e2c4bf62fd4cac24
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Dec 12 20:26:11 2022 +0000
+
+    [subset] note that CFF/CFF2 instancing is not yet supported.
+
+ src/hb-subset-input.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 9fbe52b88d07557197191b8080bdd591de4318b6
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Dec 12 20:24:24 2022 +0000
+
+    [subset] enable instancing tests by default.
+
+ test/subset/data/Makefile.sources        |  8 ++++----
+ test/subset/generate-expected-outputs.py |  1 -
+ test/subset/meson.build                  | 15 ++++-----------
+ util/hb-subset.cc                        |  4 ----
+ 4 files changed, 8 insertions(+), 20 deletions(-)
+
+commit 38a962888512da088eb35ddee4f58c2a06392b73
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Dec 12 20:13:17 2022 +0000
+
+    [subset] simplify handling of table subsetting depedencies.
+    
+    Allow the dependency checker to see all tables that will be subset. Use this to fix the HMTX/VMTX dep check against glyf. Don't delay hmtx/vmtx subsetting if no glyf table is present.
+
+ src/hb-subset.cc | 75 ++++++++++++++++++++++++++++++--------------------------
+ 1 file changed, 40 insertions(+), 35 deletions(-)
+
+commit 0853e5d9d7bd15fc7782b111dcf9815d25c6d031
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Dec 12 19:43:31 2022 +0000
+
+    [subset] if table dependencies can't be resolved fail the subset.
+    
+    Avoids getting stuck in an infinite loop.
+
+ src/hb-subset.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 6bb478eeeb665ddb1801a424679644b5b2b6c9e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 12 11:39:06 2022 -0700
+
+    [VarC] Clamp after addition
+
+ src/OT/glyf/VarCompositeGlyph.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 80a5011eb654275920aed8c08731b75e1a9a7bc9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 12 11:37:59 2022 -0700
+
+    [VarC] Fix coord setting
+    
+    Those are additive.
+
+ src/OT/glyf/VarCompositeGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4e9a6cfb49841d2293883a08e0aaae8481fbc27b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 12 10:20:51 2022 -0700
+
+    [COLR] Use VarStoreInstancer
+
+ src/hb-ot-color-colr-table.hh | 35 ++++++++++++++++-------------------
+ src/hb-ot-var-common.hh       |  2 ++
+ 2 files changed, 18 insertions(+), 19 deletions(-)
+
+commit a3a3d37b952201265b9f17e1ef58d1127f617210
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 12 10:17:20 2022 -0700
+
+    [var] Add VarStoreInstancer
+
+ src/hb-ot-var-common.hh | 17 +++++++++++++++++
+ 1 file changed, 17 insertions(+)
+
+commit c64661b2f856341c399eea5bff10fca35db57f6b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 12 10:11:02 2022 -0700
+
+    [COLR] Fix variation code
+
+ src/hb-ot-color-colr-table.hh | 16 ++++++++++------
+ 1 file changed, 10 insertions(+), 6 deletions(-)
+
+commit ff332b14eae0ac122d7cfea90fb7d98e107dea92
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 11 21:05:14 2022 -0700
+
+    [COLR] Handle HB_OT_LAYOUT_NO_VARIATIONS_INDEX
+
+ src/hb-ot-color-colr-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9a3f0be2911388e65e1e037e1c40ccfddc8b10bf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 11 13:40:53 2022 -0700
+
+    [COLR] Apply variations in get_extent
+
+ src/hb-ot-color-colr-table.hh | 36 +++++++++++++++++++++++++++++-------
+ src/hb-ot-layout-common.hh    |  8 ++++++++
+ 2 files changed, 37 insertions(+), 7 deletions(-)
+
+commit 68964efa553e77e0867777f4c4bfa5e962a9bda6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 11 13:21:01 2022 -0700
+
+    [COLR] Use bsearch in get_extents
+
+ src/hb-ot-color-colr-table.hh | 11 ++++++++---
+ src/hb-static.cc              |  2 ++
+ 2 files changed, 10 insertions(+), 3 deletions(-)
+
+commit d0ee5a452f057386d5dbffef1e8f7912fec8537c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 11 13:13:35 2022 -0700
+
+    [COLR] Return false from get_extents if table version not 1
+
+ src/hb-ot-color-colr-table.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit b3d6a5ef8644f7531e320fcfb98971ae56718c9a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 11 13:04:24 2022 -0700
+
+    [colr] Minor no behavior change
+
+ src/hb-ot-color-colr-table.hh | 21 +++++++++------------
+ 1 file changed, 9 insertions(+), 12 deletions(-)
+
+commit 7a748ad4acacd76b8c6285eab013a68813027997
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Dec 10 19:59:03 2022 -0500
+
+    COLRv1: use ClipBoxes for extents
+    
+    This is a first step; ultimatively, we
+    should compute the extents is ClipBoxes
+    are missing.
+
+ src/hb-ot-color-colr-table.hh | 49 +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-font.cc             |  4 ++++
+ 2 files changed, 53 insertions(+)
+
+commit d36a0f8c422cdabd5bb931a048a4c8515cd8b33d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 11 13:12:19 2022 -0700
+
+    [COLR] Add TODO
+
+ src/hb-ot-color-colr-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit a3068206817c7df57dc13b7c7b48a3e1c538fada
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 11 13:03:55 2022 -0700
+
+    [colr] Use SortedArray instead of Array
+
+ src/hb-ot-color-colr-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b9d5e7a8bbc15ffdffd2a00c2ca8497cbed4d85a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 11 12:54:19 2022 -0700
+
+    [colr] Set HB_COLRV1_MAX_NESTING_LEVEL to 16
+    
+    Was 100. That seemed excessive.
+
+ src/hb-ot-color-colr-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c17afa48deb932650cb6748328cbfe3b95c7126d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 11 12:53:55 2022 -0700
+
+    [colr] Remove COLRV1_ENABLE_SUBSETTING
+
+ src/hb-ot-color-colr-table.hh | 6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+commit 9ab2c8034ee137e84749b9aa2c197b2acec206aa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 11 12:00:54 2022 -0700
+
+    Revert "[glyf] Use component phantom points after transformation"
+    
+    This reverts commit a756bd1944404da6e53173c4061a2aef262e60f3.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3929
+
+ src/OT/glyf/Glyph.hh | 15 +++++++++------
+ 1 file changed, 9 insertions(+), 6 deletions(-)
+
+commit 7f73b57bc1a64438b9a57e866a9ad055b7ef7f23
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 10 17:35:52 2022 -0700
+
+    [subset] Graduate L1 instancing API from experimental
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3926
+
+ docs/harfbuzz-sections.txt | 4 ++--
+ perf/benchmark-subset.cc   | 4 ----
+ src/gen-def.py             | 2 --
+ src/hb-subset-input.cc     | 6 ++----
+ src/hb-subset.h            | 4 ----
+ 5 files changed, 4 insertions(+), 16 deletions(-)
+
+commit 0f4e38cd865afedcb03ebc955f7c6e072415a09c
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Dec 10 16:39:26 2022 +0200
+
+    [subset] Small doc fixes
+
+ src/hb-subset-input.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit bf2e8175491126f7b7f471fb9739e84c623c8d2d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 9 23:15:26 2022 -0700
+
+    [VarComposites] Support GID24
+
+ src/OT/glyf/VarCompositeGlyph.hh | 36 ++++++++++++++++++++++--------------
+ 1 file changed, 22 insertions(+), 14 deletions(-)
+
+commit 8c641eeefb88659bf88a28dcd9cd7cf52aeb1d35
+Merge: e66d02126 10d38dcdf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 9 19:43:47 2022 -0700
+
+    Merge pull request #3841 from harfbuzz/varc
+    
+    [glyf] VariableComposites
+
+commit 10d38dcdfd7e0b62f35ac5ff1d6cdf9ce1a78cc2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 9 19:19:57 2022 -0700
+
+    [varc] Change format slightly
+    
+    Fixes https://github.com/harfbuzz/boring-expansion-spec/issues/70
+
+ src/OT/glyf/VarCompositeGlyph.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit af450a757d8471e55b71d1f3eb3c1e1fd3390d7b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 9 19:05:16 2022 -0700
+
+    [config] Use HB_EXPERIMENTAL_API instead of adhoc HB_EXPERIMENTAL
+
+ src/hb-config.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5cf0b9ae7d21cdce0c822ac1f6fb8de1e922aed8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 9 18:59:43 2022 -0700
+
+    [varc] Mark as experimental feature with HB_NO_VAR_COMPOSITES
+
+ src/OT/glyf/Glyph.hh | 4 ++++
+ src/hb-config.hh     | 1 +
+ 2 files changed, 5 insertions(+)
+
+commit 82b4f3791e1348273ebc8c13d410638842eef833
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 9 18:45:37 2022 -0700
+
+    [coord-setter] Don't modify font coords
+
+ src/OT/glyf/Glyph.hh        |  4 ++--
+ src/OT/glyf/coord-setter.hh | 33 +++++++++------------------------
+ 2 files changed, 11 insertions(+), 26 deletions(-)
+
+commit e9e503b80bba01d42b0987bab4dc240db6368e8f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 9 18:42:46 2022 -0700
+
+    [Glyph] Pass down coords to get_points
+
+ src/OT/glyf/Glyph.hh | 29 ++++++++++++++++++++++++-----
+ 1 file changed, 24 insertions(+), 5 deletions(-)
+
+commit 8e46870093fe9c214679370bdf34dbd67f388d18
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 9 18:35:30 2022 -0700
+
+    [gvar] Take coords in instead of font in apply_deltas_to_points
+
+ src/OT/glyf/Glyph.hh        | 4 +++-
+ src/hb-ot-var-gvar-table.hh | 6 +++---
+ 2 files changed, 6 insertions(+), 4 deletions(-)
+
+commit 3caa42a4a7b4879162d19273441c2cc8b44e3142
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 9 14:48:41 2022 -0700
+
+    Fix build after rebase
+
+ src/OT/glyf/Glyph.hh             | 2 +-
+ src/OT/glyf/VarCompositeGlyph.hh | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit bbe59e4211c6dbff929320c7a4332289353cf666
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 8 16:04:19 2022 -0700
+
+    Whitespace
+
+ src/OT/glyf/Glyph.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 13deea7cbd5becb0746585177b9d67e0a52516e7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 18 13:38:12 2022 -0600
+
+    [glyf/VarComposite] Clamp axis coordinates
+
+ src/OT/glyf/VarCompositeGlyph.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit a975be4c072b4370ee5efad5409b0b88e818259d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 18 11:00:35 2022 -0600
+
+    [glyf/VarComposite] Minor rename
+
+ src/OT/glyf/Glyph.hh             | 2 +-
+ src/OT/glyf/VarCompositeGlyph.hh | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 1e71db2d264ebf9d86a43dc3378b653b8e5907ea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 18 10:47:32 2022 -0600
+
+    [glyf/VarComposite] Fix transformation
+
+ src/OT/glyf/VarCompositeGlyph.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 1233be61d89b876dee6901137a02b4d7ee7a0e13
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 17 14:06:44 2022 -0600
+
+    [glyf/VarComposite] Remove unneeded resize
+
+ src/OT/glyf/Glyph.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 1a906162cb5d2445975cc571bc808e025f31b5d1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 17 14:01:34 2022 -0600
+
+    [glyf/coord-setter] Fix memory issue
+
+ src/OT/glyf/coord-setter.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 7efd68da390f5cd125a1dd3a187ae28bbfb282e0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 17 13:05:22 2022 -0600
+
+    [glyf/VarComposite] Set coordinates
+    
+    Code is untested but complete!
+
+ src/OT/glyf/Glyph.hh             |  3 ++-
+ src/OT/glyf/VarCompositeGlyph.hh | 16 ++++++++++++++++
+ 2 files changed, 18 insertions(+), 1 deletion(-)
+
+commit 4ec77814978b675d0aa74e869c24abc8b5270678
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 17 12:53:58 2022 -0600
+
+    [glyf] Move coord-setter to its own file
+
+ src/Makefile.sources             |  1 +
+ src/OT/glyf/Glyph.hh             | 29 +-------------------------
+ src/OT/glyf/VarCompositeGlyph.hh |  1 +
+ src/OT/glyf/coord-setter.hh      | 45 ++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 48 insertions(+), 28 deletions(-)
+
+commit dadb4ed71de2da768ee4f07a3b595181813fb0f4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 17 12:48:24 2022 -0600
+
+    [glyf/VarComposite] More, almost there
+
+ src/OT/glyf/Glyph.hh             | 18 ++++++++-----
+ src/OT/glyf/VarCompositeGlyph.hh | 58 +++++++++++++++++++++++++++++++++-------
+ 2 files changed, 60 insertions(+), 16 deletions(-)
+
+commit 0a939b48a60bc5b5cae0d3a5774218f1143b6759
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 17 12:12:40 2022 -0600
+
+    [glyf/VarComposite] Implement more
+
+ src/OT/glyf/Glyph.hh             | 49 +++++++++++++++++++++++++++++++++++++---
+ src/OT/glyf/VarCompositeGlyph.hh |  8 +++++--
+ 2 files changed, 52 insertions(+), 5 deletions(-)
+
+commit 65cc3b5e2b2181e82836c85ea060b2bd8c59ff49
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 13 17:11:12 2022 -0600
+
+    [glyf/VarComposite] More
+
+ src/OT/glyf/VarCompositeGlyph.hh | 24 ++++++++++++++++++------
+ 1 file changed, 18 insertions(+), 6 deletions(-)
+
+commit 12688ed3865fcbfcd34dd5c1c4ab3ca3bfc63e42
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 13 17:06:07 2022 -0600
+
+    [glyf] Fix distcheck
+
+ src/Makefile.sources | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 60d959a6e7b73ce6492fb1b49b91aefe81ad99a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 13 14:15:36 2022 -0600
+
+    [glyf/VarComposite] Add use_my_metrics()
+
+ src/OT/glyf/VarCompositeGlyph.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 575d99406a5e40eab04b9d6c5c3a970b674b1753
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 13 13:12:26 2022 -0600
+
+    [glyf] Flesh out VarCompositeGlyph
+
+ src/OT/glyf/VarCompositeGlyph.hh | 218 +++++++++++++++++++++++----------------
+ src/hb-open-type.hh              |   3 +
+ 2 files changed, 132 insertions(+), 89 deletions(-)
+
+commit 21f671bc453ba42b03402774a7e07fa0d3733099
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 13 11:25:29 2022 -0600
+
+    [glyf] Add stub VarCompositeGlyph
+
+ src/OT/glyf/Glyph.hh             |   1 +
+ src/OT/glyf/VarCompositeGlyph.hh | 157 +++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 158 insertions(+)
+
+commit 435c5eeffec54fe48e190699532ec063c0a12c3a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 13 10:54:58 2022 -0600
+
+    [glyf] Split composite-iter
+
+ src/OT/glyf/CompositeGlyph.hh | 51 ++------------------------------
+ src/OT/glyf/composite-iter.hh | 68 +++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 70 insertions(+), 49 deletions(-)
+
+commit 1024a013fd62eddc65c092f6fb2ff2fae176a618
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 22 09:49:30 2022 -0600
+
+    [glyf] Add CoordSetter
+
+ src/OT/glyf/Glyph.hh | 32 +++++++++++++++++++++++++++++++-
+ 1 file changed, 31 insertions(+), 1 deletion(-)
+
+commit e66d02126e876ab01d0dacd1f22540106a27d7ec
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Dec 8 22:56:07 2022 +0000
+
+    [subset] replace subset-processing.md reference with link to it on github.
+
+ src/hb-subset-input.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 27201ed32b37d3956b15859e76db1be4ab32d7d5
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Dec 8 22:48:27 2022 +0000
+
+    [subset] fix up hb_subset_preprocess api comment.
+
+ docs/harfbuzz-sections.txt   | 2 +-
+ docs/subset-preprocessing.md | 2 +-
+ src/hb-subset-input.cc       | 8 +++++---
+ 3 files changed, 7 insertions(+), 5 deletions(-)
+
+commit 13b038835122c6eba53db15d33a02f898ce369a3
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Dec 7 22:53:44 2022 +0000
+
+    [subset] link to preprocessing doc from api comment.
+
+ docs/subset-preprocessing.md | 6 ++++--
+ src/hb-subset-input.cc       | 2 ++
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+commit c097abab52c51568f40b443576dbe030ff3cae89
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Dec 7 22:50:09 2022 +0000
+
+    [subset] set no prune unicode ranges flag in preprocessor.
+    
+    To avoid modifying the original unicode range values in the source font.
+
+ src/hb-subset-input.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 8c021462e6a7c52beb20906b595be52d526d5976
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Dec 7 22:44:50 2022 +0000
+
+    [subset] Add short document on subset preprocessing.
+
+ docs/subset-preprocessing.md | 226 +++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 226 insertions(+)
+
+commit bc87fe952e62624464933913bcba5874b49379a9
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Dec 7 21:43:14 2022 +0000
+
+    [subset] add note about memory management with preprocessed faces.
+
+ src/hb-subset-input.cc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 5e713e99bf5121a7d0cd2341c40db3d79bd09879
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Dec 5 23:57:57 2022 +0000
+
+    Revert "[map] Speed up is_real()"
+    
+    This reverts commit f5307c3ba8401fbaf9008705d7f8dfa7d28e944c.
+    
+    Found to slow down the benchmarks in some cases.
+
+ src/hb-map.hh | 15 ++++++---------
+ 1 file changed, 6 insertions(+), 9 deletions(-)
+
+commit eda02c2ebd6527f9072e3488ef8c675e4d85a720
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Dec 5 20:18:41 2022 +0000
+
+    [subset] Move hb_subset_preprocess to be non-experimental.
+
+ perf/benchmark-subset.cc |  4 ----
+ src/gen-def.py           |  1 -
+ src/hb-subset-input.cc   |  6 ++----
+ src/hb-subset.h          |  7 +++----
+ test/subset/run-tests.py | 11 ++++++++---
+ util/hb-subset.cc        |  4 ----
+ 6 files changed, 13 insertions(+), 20 deletions(-)
+
+commit 76d5482a7c6bfc1b10de0b925c229a9cdd220977
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Dec 5 19:40:49 2022 +0000
+
+    [subset] always return a valid face from hb_subset_preprocess.
+
+ src/hb-subset-input.cc | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit a80cae445369ad7feafbca2398601238df8e7e65
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 8 11:17:47 2022 +0200
+
+    [doc] Add missing symbols to harfbuzz-sections.txt
+
+ docs/harfbuzz-sections.txt | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 41edf95893f616c8a518f4853aba6f28c423d056
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 8 11:01:04 2022 +0200
+
+    [doc] Fix sorting
+    
+    * Keep setters and getters together, with setters first.
+    * Keep common functions at the top and in a predictable order.
+    * Put callback functions right above their setters.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3352
+
+ docs/harfbuzz-sections.txt | 411 ++++++++++++++++++++++-----------------------
+ 1 file changed, 205 insertions(+), 206 deletions(-)
+
+commit 35233d2514cc202e9e2f8f94b3102cb620a0d403
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Dec 7 00:47:28 2022 +0000
+
+    [repacker] fix fuzzer reported stack overflow.
+    
+    Fixes https://oss-fuzz.com/testcase-detail/6014493291577344.
+
+ src/graph/graph.hh                                        |   5 +++++
+ src/hb-repacker.hh                                        |   8 ++++++++
+ ...testcase-minimized-hb-repacker-fuzzer-6014493291577344 | Bin 0 -> 921 bytes
+ 3 files changed, 13 insertions(+)
+
+commit b17fbc200bee7b1898862bdb13e46387d0057b38
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Dec 5 20:34:51 2022 +0000
+
+    [repacker] use memcpy to avoid alignment issues.
+
+ test/fuzzing/hb-repacker-fuzzer.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f1d3489388a48a2dcde35bb1872abd1d7aafa192
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Dec 5 19:33:15 2022 +0000
+
+    [repacker] bail on failure  to alloc assigned_bytes set.
+    
+    Fixes fuzzer issue https://oss-fuzz.com/testcase-detail/5390364397928448.
+
+ src/graph/graph.hh                                        |   3 ++-
+ ...testcase-minimized-hb-repacker-fuzzer-5390364397928448 | Bin 0 -> 423 bytes
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit 239a5aca022926d89291701ad9547ac4477c86d6
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Dec 5 19:15:36 2022 +0000
+
+    [repacker] don't allow references to the null object in graph.
+    
+    Fixes fuzzer issue https://oss-fuzz.com/testcase-detail/6714085985353728
+
+ src/graph/graph.hh                                     |   7 ++++---
+ ...tcase-minimized-hb-repacker-fuzzer-6714085985353728 | Bin 0 -> 358596 bytes
+ 2 files changed, 4 insertions(+), 3 deletions(-)
+
+commit 4ce0f088978b20b8ef431426faa16dee253a5ea0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 31 12:20:19 2022 -0600
+
+    [coretext] Clamp variation settings to min/max
+    
+    Like our native implementation does; CoreText doesn't itself.
+    
+    Also fix leak of CFNumber's.
+
+ src/hb-coretext.cc | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+commit 1b867530314e8efe3a67377ac25b04ca2e71e90e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 5 11:44:52 2022 -0700
+
+    [hb-subset] Support -u, -g, -t
+    
+    For --unicodes, --gids, --text.
+
+ util/hb-subset.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 22b0390e2dcefcf737d70f8d965d99b902831a29
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 5 09:43:36 2022 -0700
+
+    Revert "[VarData] Don't clear memory we are going to fill in completely"
+    
+    This reverts commit e28e2dad03a453c5e5c4c5a9d6fd276182c5f80b.
+    
+    This made fuzzer unhappy. I'm not sure how.
+    
+    https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54044
+
+ src/hb-ot-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3c497e2458d358748d0e85f5e3afb9d9e33e717c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 15:35:01 2022 -0700
+
+    [harfbuzz-subset.cc] Revert accidental change
+    
+    These extra files are unnecessary, but our generator currently
+    isn't smart enough to know that. Will fix some time.
+
+ src/harfbuzz-subset.cc | 40 ++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 40 insertions(+)
+
+commit aa7f5e3742bc737f727a3c62a9884ed12cdb87fa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 15:31:47 2022 -0700
+
+    [subset] Conditionalize call to hb_font_set_variations
+
+ src/OT/glyf/glyf.hh    |  2 ++
+ src/harfbuzz-subset.cc | 40 ----------------------------------------
+ src/hb-subset-plan.cc  |  2 ++
+ 3 files changed, 4 insertions(+), 40 deletions(-)
+
+commit ad5588e80046ea2f5108d21c583a1ecf12efeb82
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 15:27:59 2022 -0700
+
+    [config] If HB_NO_SHAPER then HB_NO_OT_SHAPE
+
+ src/hb-config.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 1a5c749581a9d7d19ab94250599c6e2700660fee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 15:20:51 2022 -0700
+
+    [config] Flesh out HB_NO_SHAPER a bit more
+
+ src/hb-face.cc       | 2 ++
+ src/hb-face.hh       | 2 ++
+ src/hb-shape-plan.cc | 5 +++++
+ src/hb-shape.cc      | 5 +++++
+ 4 files changed, 14 insertions(+)
+
+commit 2c0abf02580ba109abcd6fb1da890f8b7500a9b1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 15:03:36 2022 -0700
+
+    Revert "[harfbuzz-subset.cc] Trim down!"
+    
+    This reverts commit a335458d5776135f8672bfc98681b8862f657d5c.
+    
+    While this can be vastly trimmed down, what I did is not right.
+    It still depends on hb-face, hb-font, hb-blob, hb-set, and hb-map.
+
+ src/harfbuzz-subset.cc | 45 +++++++++++++++++++++++++++++++++++++++++++++
+ src/meson.build        |  2 +-
+ 2 files changed, 46 insertions(+), 1 deletion(-)
+
+commit a335458d5776135f8672bfc98681b8862f657d5c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 14:56:20 2022 -0700
+
+    [harfbuzz-subset.cc] Trim down!
+
+ src/harfbuzz-subset.cc | 45 ---------------------------------------------
+ src/meson.build        |  2 +-
+ 2 files changed, 1 insertion(+), 46 deletions(-)
+
+commit 765a3551da9c05ad6b2868a703ddf50fd84630cd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 14:48:32 2022 -0700
+
+    [face-builder] Minor cast
+
+ src/hb-face.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3fff6d9084e92642f4e13e54e9720c682d5d2bc5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 14:47:38 2022 -0700
+
+    [face-builder] Initialize face orders to -1
+
+ src/hb-face.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 805ce9ad3d3254e4b8dde113cdf914aebb533482
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 14:43:17 2022 -0700
+
+    [face-builer] Protect against wrong face
+    
+    In hb_face_builder_sort_tables.
+
+ src/hb-face.cc | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 0acfd2b714ad15167c882c1c5be3a650db24e748
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 14:01:05 2022 -0700
+
+    [indic-machine] Regenerate line numbers
+
+ src/hb-ot-shaper-indic-machine.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 9704f8354e92c86aaaec7dc736463091e421b03c
+Merge: 0545949f0 c1aae14a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 13:58:52 2022 -0700
+
+    Merge branch 'config-header'
+
+commit c1aae14a68eaea92c4de20e372cfca05c66c50b1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 13:53:55 2022 -0700
+
+    [features.h] Fix autotools build rules
+
+ src/Makefile.am | 18 ++++++++++--------
+ 1 file changed, 10 insertions(+), 8 deletions(-)
+
+commit 0545949f018cf48743052de878bfabbb95b4d1d6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 12:44:09 2022 -0700
+
+    [gvar] Minor use array get_size()
+
+ src/hb-ot-var-gvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1bd386515c603a1e77291f77e50dc7cb3437dbcd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 12:29:23 2022 -0700
+
+    [bit-set] Micro-optimize page_for
+
+ src/hb-bit-set.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit b182e2808af51a04b72951781fe21c3e2301e827
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 12:22:17 2022 -0700
+
+    [bit-set] Don't clear pages when copying set
+
+ src/hb-bit-set.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit f5307c3ba8401fbaf9008705d7f8dfa7d28e944c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 11:54:16 2022 -0700
+
+    [map] Speed up is_real()
+
+ src/hb-map.hh | 15 +++++++++------
+ 1 file changed, 9 insertions(+), 6 deletions(-)
+
+commit 301f6e4b47f0ce40758a773cc351f98564eda02c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 11:46:10 2022 -0700
+
+    [Coverage] Remove TODO
+
+ src/OT/Layout/Common/CoverageFormat2.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit dbbb8e8006ea71519546105f229ce635105bf855
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 11:13:39 2022 -0700
+
+    Revert "[map] Add hb_map_filter_invalid"
+    
+    This reverts commit 8d7e92111786b21906157127c24b72b1e444e6e7.
+    
+    Surprisingly this slowed NotoNastaliqUrdu benchmark down by a couple
+    percent instead of speeding it up.
+
+ src/OT/Layout/Common/Coverage.hh | 2 +-
+ src/hb-map.hh                    | 2 --
+ 2 files changed, 1 insertion(+), 3 deletions(-)
+
+commit 8d7e92111786b21906157127c24b72b1e444e6e7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 4 11:01:45 2022 -0700
+
+    [map] Add hb_map_filter_invalid
+    
+    Use it in one place.
+
+ src/OT/Layout/Common/Coverage.hh | 2 +-
+ src/hb-map.hh                    | 2 ++
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit 260df1fa326c6c19d35e030f78d24e2342cb7370
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sun Dec 4 12:25:22 2022 -0500
+
+    [indic] Support <U+0A02, U+0A40>
+
+ src/gen-indic-table.py                             |  11 +-
+ src/hb-ot-shaper-indic-machine.hh                  | 610 +++++++++++----------
+ src/hb-ot-shaper-indic-machine.rl                  |   3 +-
+ src/hb-ot-shaper-indic-table.cc                    |   7 +-
+ src/hb-ot-shaper-indic.cc                          |  14 +-
+ .../5f73fff1ffc07b5a99a90c0909609f2b09fef274.ttf   | Bin 0 -> 1028 bytes
+ .../data/in-house/tests/indic-special-cases.tests  |   2 +
+ 7 files changed, 349 insertions(+), 298 deletions(-)
+
+commit 8b533763c07f565c1b31505351bf3b51088a62a3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 15:58:12 2022 -0700
+
+    Use hb_len() instead of .len()
+
+ src/hb-open-type.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit e28e2dad03a453c5e5c4c5a9d6fd276182c5f80b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 15:56:43 2022 -0700
+
+    [VarData] Don't clear memory we are going to fill in completely
+
+ src/hb-ot-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0e13b4abbc90574fb3a2c7c87070fc3908b7d4ea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 15:50:24 2022 -0700
+
+    [VarData] Optimize main loop slightly
+
+ src/hb-ot-layout-common.hh | 19 ++++++++++---------
+ 1 file changed, 10 insertions(+), 9 deletions(-)
+
+commit ad17c0acce14995bcbd67ff18532c6c4283ff9d0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 14:56:57 2022 -0700
+
+    [VarData] Whitespace
+
+ src/hb-ot-layout-common.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit e7eb445d29076f4d5cf9d7d7d09d40288eaf9186
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 14:56:00 2022 -0700
+
+    [VarData] Optimize longWord calculation
+
+ src/hb-ot-layout-common.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit f2c980be2998a909486a4a40515763a57b03846b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 14:49:38 2022 -0700
+
+    [VarData] Optimize wordCount calculation
+    
+    6% speedup in RobotoFlex-Variable/900 benchmark.
+
+ src/hb-ot-layout-common.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 3641b0e01ec46a06cd684c48262680ac74194393
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 14:26:21 2022 -0700
+
+    [VarData] Optimize serialize()
+
+ src/hb-ot-layout-common.hh | 39 +++++++++++++++++++++++++++++++--------
+ 1 file changed, 31 insertions(+), 8 deletions(-)
+
+commit e155f1230702afb6b81b2c2901087945e5d4d249
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 14:14:39 2022 -0700
+
+    [VarData] Minor save a variable
+
+ src/hb-ot-layout-common.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 5596a7308752b619d9417735c8f8718b09ec9a34
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 13:33:48 2022 -0700
+
+    [layout] Speed up ClassDefFormat2 intersects
+
+ src/hb-ot-layout-common.hh | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit 85e7263b38db4a42c56cb7e7d81564576e5607a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 13:28:02 2022 -0700
+
+    [VariationStore] Minor access array directly
+
+ src/hb-ot-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 41a8597f38b7ebcad3c599105f12104e106d5873
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 13:23:26 2022 -0700
+
+    [layout] Simplify CoverageFormat2 intersects_coverage()
+
+ src/OT/Layout/Common/CoverageFormat2.hh | 18 +++---------------
+ 1 file changed, 3 insertions(+), 15 deletions(-)
+
+commit 1f4d8ccaedfce035567f43fbb47597151bdf89a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 13:17:15 2022 -0700
+
+    [CoverageFormat2] Optimize intersects()
+
+ src/OT/Layout/Common/CoverageFormat2.hh | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit c482b061081a77e8ca085ade01c951406c5d554d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 13:14:31 2022 -0700
+
+    [gpos] Optimize PairPosFormat1::intersects
+
+ src/OT/Layout/GPOS/PairPosFormat1.hh | 15 ++++++++++++++-
+ 1 file changed, 14 insertions(+), 1 deletion(-)
+
+commit 58e9df132fd5db88667bb71a7538358d4109ce33
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 13:04:00 2022 -0700
+
+    [Device] Serialize VariationDevice zerocopy
+
+ src/hb-ot-layout-common.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 071a2bb4f7e433eabb21e38cd560cc4dcfacab7d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 13:03:38 2022 -0700
+
+    [serialize] Support zerocopy while sharing
+
+ src/hb-serialize.hh | 9 +++------
+ 1 file changed, 3 insertions(+), 6 deletions(-)
+
+commit 44a5de3a97c6092547d4994c7b10922fbdce15b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 12:50:32 2022 -0700
+
+    [Device] Save a snap/revert
+
+ src/hb-ot-layout-common.hh | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 93328cedfc6e55e78f86db1026f4f1b98dd84501
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 12:49:26 2022 -0700
+
+    [Device] Save a map get()
+
+ src/hb-ot-layout-common.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 630b874ae6f54d7c1705ec1c16599d476b8c1c69
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 12:13:15 2022 -0700
+
+    [gsubgpos] Add a cache to intersected_class_glyphs
+    
+    30% gain on subset_codepoints/NotoNastaliqUrdu-Regular.ttf/nohinting/1400.
+
+ src/hb-ot-layout-gsubgpos.hh | 72 +++++++++++++++++++++++++++++++++-----------
+ 1 file changed, 54 insertions(+), 18 deletions(-)
+
+commit c044f4af3e3e513e42ffd1b48b7b0b4af7633953
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 11:58:04 2022 -0700
+
+    [gsubgpos] Remove wrong const
+
+ src/hb-ot-layout-gsubgpos.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 2680be1f22e7446fb6da04e99716dc08a112d0c2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 11:53:14 2022 -0700
+
+    [gsubgpos] Don't set unnecessary funcs
+
+ src/hb-ot-layout-gsubgpos.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 023f595dec2b9c0cbc91a6b63a594e9041f1006e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 11:18:05 2022 -0700
+
+    [cmap] Speed up DefaultUVS::copy even more
+    
+    Another 14% on SourceHanSerifVF/10 benchmark.
+
+ src/hb-ot-cmap-table.hh | 81 +++++++++++++++++++++++++++++++++++--------------
+ 1 file changed, 59 insertions(+), 22 deletions(-)
+
+commit 4ca610510805764433eea47a4f991aaf059bd9ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 11:15:06 2022 -0700
+
+    [cmap] Remove double-min
+
+ src/hb-ot-cmap-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cd29147e30df819850b9f257bc1bd69470741ed4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 10:41:42 2022 -0700
+
+    [cmap] Minor cast
+
+ src/hb-ot-cmap-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4cdb5cc69b6110fe28b9e01d9c3e4e8f4a8b3272
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 10:40:24 2022 -0700
+
+    [cmap] Minor change iterator
+
+ src/hb-ot-cmap-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2cdaedaf543375a54f0810cf5b2b2a535fd85d3b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 10:16:35 2022 -0700
+
+    Use hb_enumerate in more places
+
+ src/graph/markbasepos-graph.hh |  4 ++--
+ src/hb-ot-var-fvar-table.hh    | 10 +++++-----
+ src/hb-subset-plan.cc          |  6 ++----
+ 3 files changed, 9 insertions(+), 11 deletions(-)
+
+commit 02bc4dd69bc5dc8d11de1404e6531b35e233dd39
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 10:07:16 2022 -0700
+
+    Use hb_enumerate instead of hand-coding
+
+ src/hb-ot-layout-common.hh | 46 ++++++++++++++++++++--------------------------
+ 1 file changed, 20 insertions(+), 26 deletions(-)
+
+commit 4d19c724c0423892810eefe8b9d9c6efcf274ddd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 09:57:29 2022 -0700
+
+    [CoverageFormat1] Speed up intersects()
+    
+    Speeds up SourceHanSerif/10000 benchmark (not in test suite) by
+    32%!
+
+ src/OT/Layout/Common/CoverageFormat1.hh | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit a2d33779e1f582e06c89549090ba95251c04be13
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 09:49:00 2022 -0700
+
+    Fix arm bot build
+
+ src/hb-ot-cmap-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit dabbf13d402620e605ad497b58dbfb61aed28a3d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 3 09:46:11 2022 -0700
+
+    [cmap] Speed up DefaultUVS::copy
+
+ src/hb-ot-cmap-table.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 8eadb83640b0f027639d80a10071ad4ae3ab6c47
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Nov 10 10:33:26 2022 -0800
+
+    [subset] Update hb_subset_input_override_name_table API
+    
+    Override the name string for the NameRecord identified by name_id,
+    platform_id, encoding_id and language_ids specified by the user.
+    If a record with specified name_id does not exist, this API will create
+    a new NameRecord with provided info and insert it to the name table.
+
+ src/hb-ot-name-table.hh                     | 154 ++++++++++++++++++++++------
+ src/hb-subset-input.cc                      |  69 +++++++++----
+ src/hb-subset-input.hh                      |  44 +++++++-
+ src/hb-subset-plan.cc                       |  10 +-
+ src/hb-subset-plan.hh                       |  10 +-
+ src/hb-subset.h                             |   5 +-
+ test/api/fonts/nameID.override.expected.ttf | Bin 167936 -> 168012 bytes
+ test/api/test-subset-nameids.c              |  14 ++-
+ 8 files changed, 237 insertions(+), 69 deletions(-)
+
+commit 29903f46b92db764ba8e6b6422c2128c011c7223
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 2 17:45:01 2022 -0700
+
+    [benchmark-subset] Cache (preprocessed) face amongst runs
+
+ perf/benchmark-subset.cc | 15 ++++++++++++++-
+ 1 file changed, 14 insertions(+), 1 deletion(-)
+
+commit 3fb4ea29cd5a40e76760668e694133fa095e8d55
+Merge: a42fc8ec4 ddeac3658
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 2 17:08:31 2022 -0700
+
+    Merge pull request #3914 from harfbuzz/multimap
+    
+    [multimap] Add a multimap datastructure & use for gid-to-unicodes subset accelerator
+
+commit ddeac3658b46a6536a67b06b8bc8f3efd9ce5f6f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 2 16:51:07 2022 -0700
+
+    [test-multimap] More tests
+
+ src/test-multimap.cc | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit ff419789efb2a7b8f997fbd8d87bea738f2a6c59
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 2 16:25:26 2022 -0700
+
+    [subset-plan] Sort unicode_to_new_gid_list when needed
+
+ src/hb-algs.hh        | 12 ++++++++++++
+ src/hb-subset-plan.cc |  7 ++++++-
+ src/hb-subset-plan.hh |  2 +-
+ 3 files changed, 19 insertions(+), 2 deletions(-)
+
+commit 1a40da4ad1a8896f65a99838d5251613ecc8e350
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 2 16:13:37 2022 -0700
+
+    [subset-plan] Use add_array instead of add_sorted_array
+    
+    That vector is not declared as sorted.
+
+ src/hb-subset-plan.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 32e049a315a1f1d6e2f751f1f93472134fec8f00
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 2 16:09:10 2022 -0700
+
+    [subset-plan] Use gid-to-unicodes multimap
+    
+    One test fails. Need investigation.
+
+ src/hb-subset-plan.cc | 37 +++++++++++++++++++++++++++++++------
+ 1 file changed, 31 insertions(+), 6 deletions(-)
+
+commit da7961b2e879aab88fedda7cd0c9e2de4c3240a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 2 16:08:40 2022 -0700
+
+    .
+
+ src/hb-multimap.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7d6893a8034230458ba22f677d54e67c68b1508a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 2 15:50:52 2022 -0700
+
+    [subset-accelerator] Cache gid-to-unicodes
+
+ src/hb-subset-accelerator.hh | 15 +++++++++++----
+ src/hb-subset-plan.cc        | 12 ++++++++++++
+ 2 files changed, 23 insertions(+), 4 deletions(-)
+
+commit 10c8fc55535e679a75f6f3012273f256e0416d90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 2 15:34:34 2022 -0700
+
+    [multimap] Add a multimap datastructure
+
+ src/Makefile.am      |  5 +++
+ src/Makefile.sources |  1 +
+ src/hb-multimap.hh   | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/meson.build      |  2 ++
+ src/test-multimap.cc | 50 ++++++++++++++++++++++++++++
+ 5 files changed, 150 insertions(+)
+
+commit a42fc8ec4a55adce3a935fb40183f388ff376f8a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 2 15:41:18 2022 -0700
+
+    [subset-accelerator] Adjust in_error()
+
+ src/hb-subset-accelerator.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 65d9630312e277dc464122ae60ce877634ad1820
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 2 14:59:26 2022 -0700
+
+    [subset-cff2] Whitespace
+
+ src/hb-subset-cff2.cc | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit b33297ee26a3965e172ec13d1297eef11783c0c2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 2 14:43:37 2022 -0700
+
+    [cff2] Remove unused typedef
+
+ src/hb-cff2-interp-cs.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 3ade2ffaa58d639bc825dbeee8aa1d0033ed668b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 2 14:26:36 2022 -0700
+
+    [serialize] Adjust pop_discard for zerocopy
+
+ src/hb-serialize.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 043eeb29a3913ff92879c35d410669da3574af18
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 2 13:58:36 2022 -0700
+
+    [subset-cff] Optimize encode_subrs
+    
+    Don't loop over all original subrs. Just walk over closure subrs.
+
+ src/hb-subset-cff-common.hh | 13 ++++++-------
+ 1 file changed, 6 insertions(+), 7 deletions(-)
+
+commit 0ad5977cd6679f7d0f19e255d78eaf14ecc4e116
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 2 13:41:06 2022 -0700
+
+    [subset-cff] Simplify hinting processing
+    
+    We already have drop_hints in the params.
+
+ src/hb-subset-cff-common.hh | 26 ++++++++++----------------
+ 1 file changed, 10 insertions(+), 16 deletions(-)
+
+commit 16cbe41bcaefb9ba1634f781adb7357f8006f645
+Merge: 2a7a1d5a7 16f61a1c8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 2 12:43:13 2022 -0700
+
+    Merge pull request #3910 from googlefonts/repacker_fuzz
+    
+    [repacker] Add a fuzzer for the hb-subset-repacker api.
+
+commit 2a7a1d5a73f2bd337c69a381d8592a7633113793
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 2 12:33:24 2022 -0700
+
+    [Coverage] Avoid timeout on broken ranges
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=53929
+
+ src/OT/Layout/Common/CoverageFormat2.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit c9476527689bd5f061584ba83e1298dd8be3549f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 21:48:35 2022 -0700
+
+    [subset-cff] Micro-optimize
+
+ src/hb-subset-cff-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a24d4e9261ccd280e874177e6d21bdf40dd6d76d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 20:27:56 2022 -0700
+
+    [array] Oops. Fix memcpy copy()!
+
+ src/hb-array.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5e41766bb92d7b58ededf40e1e031b4690464f48
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 20:19:04 2022 -0700
+
+    [array] Fix hb_bytes_t memcpy copy
+    
+    Wasn't being used!
+
+ src/hb-array.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a5616227caf44c5fdcdea3c8f8336808d5b0087b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 20:11:34 2022 -0700
+
+    [subset-cff] Fix buffer size calculation
+
+ src/hb-subset-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 015af5a8e5bbcfbc63328a1196318621ed21e1e7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 20:08:59 2022 -0700
+
+    [subset-cff] Write a couple loops as range-based for
+
+ src/hb-subset-cff-common.hh | 24 +++++++++---------------
+ 1 file changed, 9 insertions(+), 15 deletions(-)
+
+commit bfbbd4af253a2ac58bb8bcdcde650fcba9636038
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 20:05:20 2022 -0700
+
+    [subset-cff] Copy str for call ops
+
+ src/hb-subset-cff-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c755b3884f40595340fe3de615faf8c17842c667
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 20:02:38 2022 -0700
+
+    [subset-cff] Pre-alloc enough for check-less copy
+
+ src/hb-subset-cff-common.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 062e59ae673d645c4b072938a40af7f3931ccaca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 19:43:48 2022 -0700
+
+    [subset-cff] Optimize vector allocation for preprocessed input
+
+ src/hb-subset-cff-common.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 8e9e94dba971e3b09d4a9853a8abcf68d5c6dc62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 19:40:21 2022 -0700
+
+    Revert "[vector] Optimize grow_vector() for size"
+    
+    This reverts commit 1dd9396c7a4c24fe9d578551fab735bdd699e52a.
+    
+    Is faster indeed.
+    
+    15% on SourceHanSans/10000 benchmark.
+
+ src/hb-vector.hh | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 2644540a74c19a32fbe3fe904b1266163b8ff2a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 18:49:09 2022 -0700
+
+    [subset-cff] Compact parsed strings if using accelerator
+    
+    Saves 32% on SourceHanSans/10000 benchmark!
+    
+    Also, use memcmp now for writing out strings since now that our
+    ops are not super short, that's faster.
+    
+    This makes cff-japanese test takes super long though; that needs
+    inspection.
+
+ src/hb-subset-cff-common.hh | 55 ++++++++++++++++++++++++++++++++++++---------
+ 1 file changed, 45 insertions(+), 10 deletions(-)
+
+commit 6012d3b228bc30397ab46eda48776fb414043315
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 17:33:53 2022 -0700
+
+    [subset-cff] Write out charstrings zerocopy to serializer
+
+ src/hb-serialize.hh   | 21 +++++++++++++++++----
+ src/hb-subset-cff1.cc |  8 +++++++-
+ src/hb-subset-cff2.cc |  8 +++++++-
+ 3 files changed, 31 insertions(+), 6 deletions(-)
+
+commit 16f61a1c87f83ac750bdf529917519593a9ef58e
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Dec 1 23:57:30 2022 +0000
+
+    [repacker] only build repacker fuzzer when experimental api is enabled.
+
+ test/fuzzing/meson.build | 35 +++++++++++++++++++++--------------
+ 1 file changed, 21 insertions(+), 14 deletions(-)
+
+commit 36e1a6339cb0a9bd9ec6e76b64ae83ec871d2f8f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 16:52:29 2022 -0700
+
+    [cff] Add total_size to INDEX
+
+ src/hb-ot-cff-common.hh | 13 +++++++++++++
+ 1 file changed, 13 insertions(+)
+
+commit 3843000660d587d81d3f71bfd8a1e76939847b86
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 16:48:22 2022 -0700
+
+    [serialize] Add start_zerocopy()
+
+ src/hb-serialize.hh | 15 +++++++++++++++
+ 1 file changed, 15 insertions(+)
+
+commit de5a621322a749e96333656a86137a6ee42490b3
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Dec 1 23:37:16 2022 +0000
+
+    [repacker] enforce root node having no incoming edges.
+
+ src/graph/graph.hh                                     |   8 ++++++++
+ .../crash-3bf72494aa4c9f8cbbcbf887fdc2a2858c87feb4     | Bin 0 -> 358596 bytes
+ 2 files changed, 8 insertions(+)
+
+commit a2681c37c171143858ade2f91c9eff876c0aa586
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 16:09:03 2022 -0700
+
+    [cff-subset] Simplify INDEX serialize() more
+
+ src/hb-ot-cff-common.hh | 21 ++++++---------------
+ src/hb-ot-cff1-table.hh |  2 --
+ 2 files changed, 6 insertions(+), 17 deletions(-)
+
+commit c4b05878cbca0b710485c5ea749d8e5e69166aef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 15:56:37 2022 -0700
+
+    [subset-cff] Remove INDEX unused serialize() methods
+
+ src/hb-ot-cff-common.hh | 61 -------------------------------------------------
+ 1 file changed, 61 deletions(-)
+
+commit b3ad4d72cced348ff5a169ef59b28c13b5f09741
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 15:46:00 2022 -0700
+
+    [cff] Another no-memset in INDEX
+
+ src/hb-ot-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5fd2f255fc4bd749d583cf98dc1788e69f40acd6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 15:18:59 2022 -0700
+
+    [open-type] Don't memset 0 in serialize for ArrayOf family
+    
+    Not necessary.
+
+ src/hb-open-type.hh | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 30e405e470f002693b353db5a1bb90504ba01b2a
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Dec 1 22:12:59 2022 +0000
+
+    [repacker] ensure link obj indices are valid.
+
+ src/graph/graph.hh                                     |  11 +++++++++--
+ .../leak-a77f29b25edb873729f3ab120148fdb213cfa527      | Bin 0 -> 358596 bytes
+ 2 files changed, 9 insertions(+), 2 deletions(-)
+
+commit 70ac6dfb28e7ec921ab03467dd84e7c9103d87c5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 14:56:28 2022 -0700
+
+    [subset-cff] Don't memset 0 INDEX and other serialize methods
+    
+    Not necessary.
+
+ src/hb-ot-cff-common.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 554ed06fac759508ad959482f784bf02e4839a66
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Dec 1 21:51:17 2022 +0000
+
+    [repacker] add cycle detection to the graph sort.
+    
+    This allows us to bail early if the graph is not acyclic.
+
+ src/graph/graph.hh                 | 14 ++++++++++----
+ src/hb-repacker.hh                 |  5 +++++
+ src/test-repacker.cc               |  1 +
+ test/fuzzing/hb-repacker-fuzzer.cc | 17 +++++++++++++++--
+ 4 files changed, 31 insertions(+), 6 deletions(-)
+
+commit a66de336fb6c98f9946830194e6b28d0f3aaaef8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 14:32:13 2022 -0700
+
+    [vector] Minor use get_size() in as_bytes()
+
+ src/hb-vector.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0b826368fd122691e6d9095a42e8ad3023baa4bb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 14:23:25 2022 -0700
+
+    [serializer] Don't memset memory in embed
+    
+    Not necessary.
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3b68c7146f0722f6ae54f3bee9afa8112dc8dba4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 14:19:27 2022 -0700
+
+    [array] Don't clear serializer buffer when copying out
+    
+    Not needed.
+
+ src/hb-array.hh     |  4 ++--
+ src/hb-serialize.hh | 13 +++++++------
+ 2 files changed, 9 insertions(+), 8 deletions(-)
+
+commit 57808609c98ff037e03c2c1be0c7d9dbffe3f62f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 1 14:03:56 2022 -0700
+
+    [VarData] Move an unlikely
+
+ src/hb-ot-layout-common.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 9e99d08470c455d3ea8fc73e01a244d492fff989
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 8 23:19:02 2022 +0000
+
+    [repacker] validate link widths during repacker setup.
+
+ src/graph/graph.hh                 | 7 +++++++
+ test/fuzzing/hb-repacker-fuzzer.cc | 2 --
+ 2 files changed, 7 insertions(+), 2 deletions(-)
+
+commit edf7a29595f01bf5548587476b37efdc24c500f1
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 8 22:59:34 2022 +0000
+
+    [repacker] Validate link positions before running the repacker.
+
+ src/graph/graph.hh                                 |  30 +++++++++++++++++++++
+ src/hb-repacker.hh                                 |   6 +++++
+ .../crash-442bfac994a3d9929cf06262ae9fb00f6ee1f774 | Bin 0 -> 358596 bytes
+ test/fuzzing/hb-repacker-fuzzer.cc                 |   1 +
+ 4 files changed, 37 insertions(+)
+
+commit 88d437525ffc25c5f9ee3d81b828aedd234b521c
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 8 21:19:25 2022 +0000
+
+    [repacker] add test for repacker fuzzer.
+
+ test/fuzzing/meson.build                  | 12 ++++++
+ test/fuzzing/run-repacker-fuzzer-tests.py | 68 +++++++++++++++++++++++++++++++
+ 2 files changed, 80 insertions(+)
+
+commit 6627a1ab450066bfda9c064dc48a0e4ea7fa45c8
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 8 21:11:39 2022 +0000
+
+    [repacker] Add a initial seed for the fuzzer repacker.
+
+ test/fuzzing/graphs/noto_nastaliq_urdu | Bin 0 -> 358596 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit deca30b2684f5580606ad614bc3ffb6c35e887a5
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 8 21:10:06 2022 +0000
+
+    [repacker] get repacker fuzzer working.
+    
+    Additionally add helper method that allows a graph to be saved as a fuzzer seed.
+
+ src/graph/graph.hh                 | 50 ++++++++++++++++++++++++++++++++++++++
+ src/hb-repacker.hh                 |  2 +-
+ test/fuzzing/hb-repacker-fuzzer.cc | 13 +++++++---
+ 3 files changed, 60 insertions(+), 5 deletions(-)
+
+commit 261a605f9c75d65570ee70abbc46a03e4ce99f7b
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Sep 7 22:43:06 2022 +0000
+
+    [repacker] verify graph is a dag before using the fuzzer input.
+
+ test/fuzzing/hb-repacker-fuzzer.cc | 12 +++---------
+ 1 file changed, 3 insertions(+), 9 deletions(-)
+
+commit 985b19f678cbccc57853796d2ee0e6885b9e7244
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Sep 7 22:21:16 2022 +0000
+
+    [repacker] begin implementing a fuzzer for the repacker api.
+
+ src/graph/graph.hh                 |  12 ++++
+ src/hb-repacker.hh                 |   6 ++
+ test/fuzzing/hb-repacker-fuzzer.cc | 134 +++++++++++++++++++++++++++++++++++++
+ test/fuzzing/meson.build           |   3 +
+ 4 files changed, 155 insertions(+)
+
+commit c6d616cc41561cc0029050e579b36cb5084a05ed
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Oct 17 22:41:51 2022 -0400
+
+    Generate and install hb-features.h
+    
+    This header has defines for all the optional
+    dependendencies that come with their own Harfbuzz
+    headers, so you can do:
+    
+      #include <hb-features.h>
+      #ifdef HB_HAS_DIRECTWRITE
+      #include <hb-directwrite.h>
+      #endif
+
+ src/Makefile.am      | 42 ++++++++++++++++++++++-
+ src/hb-features.h.in | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/meson.build      | 18 ++++++++++
+ 3 files changed, 155 insertions(+), 1 deletion(-)
+
+commit 8805a866b52526e41acd1e7ffe2c9e7bbee5a3b6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 30 17:15:00 2022 -0700
+
+    [ClassDef2] Write a few loops as range-based for
+
+ src/hb-ot-layout-common.hh | 34 ++++++++++++++--------------------
+ 1 file changed, 14 insertions(+), 20 deletions(-)
+
+commit ac8b232a2d94dcde2cdf00a4cc1db856009edb2a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 30 16:42:15 2022 -0700
+
+    [gsub] Cache intersects_class results for closure
+    
+    Benchmark                                                                                 Time             CPU      Time Old      Time New       CPU Old       CPU New
+    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
+    BM_subset/subset_codepoints/NotoNastaliqUrdu-Regular.ttf/nohinting/10                  +0.0246         +0.0240             0             0             0             0
+    BM_subset/subset_codepoints/NotoNastaliqUrdu-Regular.ttf/nohinting/64                  -0.5541         -0.5544             4             2             4             2
+    BM_subset/subset_codepoints/NotoNastaliqUrdu-Regular.ttf/nohinting/512                 -0.1120         -0.1123            43            38            43            38
+    BM_subset/subset_codepoints/NotoNastaliqUrdu-Regular.ttf/nohinting/1400                -0.1154         -0.1159            43            38            43            38
+
+ src/hb-ot-layout-gsubgpos.hh | 58 +++++++++++++++++++++++++++++++-------------
+ 1 file changed, 41 insertions(+), 17 deletions(-)
+
+commit 20a0a467299964b0095295247f455835e63ed009
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 30 15:59:54 2022 -0700
+
+    [perf] Remove stale run.sh
+
+ perf/run.sh | 25 -------------------------
+ 1 file changed, 25 deletions(-)
+
+commit 38e7bc345c5a55fa910b3af967c4713da2dbcb6a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 30 15:01:38 2022 -0700
+
+    [benchmark-subset] Support testing arbitrary fonts from cmdline
+
+ perf/benchmark-subset.cc | 38 +++++++++++++++++++++++++++++++-------
+ 1 file changed, 31 insertions(+), 7 deletions(-)
+
+commit c6a4b60116a528afb4f1bb28880326cf80ceafc8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 30 14:09:59 2022 -0700
+
+    [gsubgpos] Add an unlikely
+
+ src/hb-ot-layout-gsubgpos.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d4dec54c3adec19875f3b29b773b282390e1f1ef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 30 13:51:14 2022 -0700
+
+    [ci] Switch configs build to Ubuntu 20.04
+    
+    https://github.com/actions/runner-images/issues/6002
+
+ .github/workflows/configs-build.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 52d8346d993ed5ad96356216958323abc89cd514
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 30 13:50:16 2022 -0700
+
+    [ci] Change Linux runner to Ubuntu 20.04
+    
+    https://github.com/actions/runner-images/issues/6002
+
+ .github/workflows/linux-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 32dd9810cf156b7710bc849030d69b902e58077b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 30 13:15:58 2022 -0700
+
+    [subset-cff1] Cache glyph-to-sid-map in the accelerator
+    
+    Benchmark                                                                                      Time             CPU      Time Old      Time New       CPU Old       CPU New
+    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
+    BM_subset/subset_codepoints/SourceHanSans-Regular_subset.otf/nohinting/10                   -0.0841         -0.0843             0             0             0             0
+    BM_subset/subset_codepoints/SourceHanSans-Regular_subset.otf/nohinting/64                   -0.1305         -0.1305             0             0             0             0
+    BM_subset/subset_codepoints/SourceHanSans-Regular_subset.otf/nohinting/512                  -0.1398         -0.1401             1             1             1             1
+    BM_subset/subset_codepoints/SourceHanSans-Regular_subset.otf/nohinting/4096                 +0.0382         +0.0380             9             9             9             9
+    BM_subset/subset_codepoints/SourceHanSans-Regular_subset.otf/nohinting/10000                +0.0213         +0.0211            11            11            11            11
+
+ src/hb-ot-cff2-table.hh     |  5 +++++
+ src/hb-subset-cff-common.hh |  2 ++
+ src/hb-subset-cff1.cc       | 21 +++++++++++++++++----
+ 3 files changed, 24 insertions(+), 4 deletions(-)
+
+commit 72fabef0a46435152ec620b88245d32391858634
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 30 11:37:49 2022 -0700
+
+    [SingleSubstFormat2] Speed up closure
+
+ src/OT/Layout/GSUB/SingleSubstFormat2.hh | 20 ++++++++++++++++++--
+ 1 file changed, 18 insertions(+), 2 deletions(-)
+
+commit 2dc2e016d4bc47a37857eebf64d8d0b8378b32db
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 30 11:25:50 2022 -0700
+
+    [cff] Enable an unlikely
+
+ src/hb-ot-cff-common.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 582a87ef0a320061b991662f081e6b247f7f38f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 30 11:20:19 2022 -0700
+
+    [cff] Speed up FDSelect0 sanitize
+
+ src/hb-ot-cff-common.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 2658370f00981ac95c7031e9acaf8163f2e0f526
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Nov 30 00:19:10 2022 +0000
+
+    [subset] make the cmap cache in accelerator const.
+
+ src/hb-ot-cmap-table.hh      | 30 +++++++++++++++++++++++-------
+ src/hb-subset-accelerator.hh |  4 +---
+ 2 files changed, 24 insertions(+), 10 deletions(-)
+
+commit 7551a668e38248a5c1df3f1315e7a05bc5909ab6
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Nov 30 00:04:16 2022 +0000
+
+    [subset] Make cff_accelerator const.
+    
+    This gives more confidence that it won't be accidentally modified by the subset operation using it.
+
+ src/hb-subset-accelerator.hh |  2 +-
+ src/hb-subset-cff-common.hh  | 34 ++++++++++++++++------------------
+ 2 files changed, 17 insertions(+), 19 deletions(-)
+
+commit d8d0e0669405c5efbd07bcc24ad97b467534ff39
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 29 21:35:54 2022 -0700
+
+    [array] Comment
+
+ src/hb-array.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 2fecf2aa1997b5f914a9fa545c95929afc79714a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 29 21:25:01 2022 -0700
+
+    [ClassDef] Minor rename
+
+ src/hb-ot-layout-common.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 8f632ca8843427cefd9e2f7f76e1453c93c33913
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 29 21:23:35 2022 -0700
+
+    [ClassDef] Write another loop as range for
+
+ src/hb-ot-layout-common.hh | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 87b12aee13778065bbacc601cfec61fac5f62268
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 29 21:18:48 2022 -0700
+
+    [ClassDef] Write a couple loops as range for
+
+ src/hb-ot-layout-common.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit ccd40c842ccaef4923bd4ed3981e7332d73aed4c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 29 21:14:44 2022 -0700
+
+    [ClassDef] Optimize intersected_class_glyphs
+
+ src/hb-ot-layout-common.hh | 14 ++++++--------
+ 1 file changed, 6 insertions(+), 8 deletions(-)
+
+commit 44c585a6df139665a953c1f85e6e3adcc204e71f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 29 20:51:58 2022 -0700
+
+    [ClassDef] Fix disabled codeblock
+
+ src/hb-ot-layout-common.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit 9b7617d433158eeef45461715dd416bce34328a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 29 20:29:58 2022 -0700
+
+    [ClassDef2] Use a faster algorithm in subset()
+    
+    Speedup across the board; up to 40% for MPlus1 at small sizes.
+
+ src/hb-ot-layout-common.hh | 66 ++++++++++++++++++++++++++++++++++++++--------
+ 1 file changed, 55 insertions(+), 11 deletions(-)
+
+commit ae5e6d562bd49eed1438ecafc1c0b37ba77e0da3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 29 15:48:38 2022 -0700
+
+    [ClassDef2] Micro-optimize
+
+ src/hb-ot-layout-common.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 7129b79406fbbf53e08fa55623b5d8e2fa34e649
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 29 15:33:07 2022 -0700
+
+    [open-type] Add faster range-based loop to array types
+
+ src/hb-open-type.hh | 12 ++++++++++++
+ src/hb-vector.hh    |  2 +-
+ 2 files changed, 13 insertions(+), 1 deletion(-)
+
+commit dc823340612196ee360b5fb5a32bd1d9e143b256
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 29 15:26:55 2022 -0700
+
+    Remove a couple of unneeded .iter() invocations
+
+ src/hb-ot-layout-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 00f2657bb8fea82613d67a059dd4c3a5550683f1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 29 13:49:15 2022 -0700
+
+    [subset] Accelerate sanitize-table-cache
+    
+    Big wins all across small subsets
+    
+    BM_subset/subset_codepoints/Roboto-Regular.ttf/nohinting/10                              -0.1140         -0.1129             0             0             0             0
+    BM_subset/subset_codepoints/Amiri-Regular.ttf/nohinting/10                               -0.4717         -0.4714             0             0             0             0
+    BM_subset/subset_codepoints/NotoNastaliqUrdu-Regular.ttf/nohinting/10                    -0.8147         -0.8146             0             0             0             0
+    BM_subset/subset_codepoints/NotoSansDevanagari-Regular.ttf/nohinting/10                  -0.3248         -0.3242             0             0             0             0
+    BM_subset/subset_codepoints/Mplus1p-Regular.ttf/nohinting/10                             -0.1262         -0.1260             0             0             0             0
+    BM_subset/subset_codepoints/SourceHanSans-Regular_subset.otf/nohinting/10                -0.0308         -0.0309             0             0             0             0
+    BM_subset/subset_codepoints/SourceSansPro-Regular.otf/nohinting/10                       -0.1374         -0.1373             0             0             0             0
+    BM_subset/subset_codepoints/AdobeVFPrototype.otf/nohinting/10                            -0.4555         -0.4555             0             0             0             0
+    BM_subset/subset_codepoints/MPLUS1-Variable.ttf/nohinting/10                             -0.4175         -0.4174             0             0             0             0
+    BM_subset/subset_codepoints/RobotoFlex-Variable.ttf/nohinting/10                         -0.4214         -0.4214             0             0             0
+
+ src/hb-mutex.hh              |  7 ++++---
+ src/hb-subset-accelerator.hh | 12 ++++++++++--
+ src/hb-subset-plan.hh        | 16 +++++++++-------
+ 3 files changed, 23 insertions(+), 12 deletions(-)
+
+commit 33165f4848608ddd813404602877bcf907e1e683
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 29 15:14:15 2022 -0700
+
+    [bit-page] Remove ELT_BITS_LOG_2
+    
+    My compiler is smart enough to take care of it.
+
+ src/hb-bit-page.hh | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 58925ed9a0bf0dc7b3e8dff34d296bf50759e2b7
+Author: Satadru Pramanik <satadru@gmail.com>
+Date:   Tue Nov 29 13:14:10 2022 -0500
+
+    Update freetype subproject to 2.12.1
+
+ subprojects/freetype2.wrap | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 80dd751564e8a9153f7466e687b8699a5e7e27c6
+Author: Christoph Reiter <reiter.christoph@gmail.com>
+Date:   Tue Nov 29 19:15:31 2022 +0100
+
+    CI: work around flaky 64bit MSYS2 builds
+    
+    MSYS2 Python+meson has some random crashes in CI which we haven't been
+    able to reproduce yet. Naturally enabling debugging fixes them.. :)
+
+ .github/workflows/msys2-ci.yml | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 8f41b6a13918968476b9b2e917798daca3394352
+Author: Christoph Reiter <reiter.christoph@gmail.com>
+Date:   Tue Nov 29 18:29:46 2022 +0100
+
+    CI: fix msvc build
+    
+    The Windows image for some reason now contains a zlib and freetype build
+    which meson finds and tries to use. Force meson to use the subprojects always
+    to avoid picking up system libs.
+
+ .github/workflows/msvc-ci.yml | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 7a004a7ac27da776b623c0892ebced3d12213c39
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Nov 29 00:47:55 2022 +0000
+
+    [subset] Cache per subtable cmap unicode mappings.
+
+ src/hb-ot-cmap-table.hh      | 108 +++++++++++++++++++++++++++++++++++--------
+ src/hb-subset-accelerator.hh |  15 +++++-
+ src/hb-subset.cc             |   5 ++
+ 3 files changed, 109 insertions(+), 19 deletions(-)
+
+commit d2a2670e54d545db2e5200eeeba0f08191a09f74
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 28 19:42:27 2022 -0700
+
+    [iter] Simplify has() interface implementations
+
+ src/OT/Layout/Common/Coverage.hh | 6 ++----
+ src/hb-bit-set-invertible.hh     | 6 ++----
+ src/hb-bit-set.hh                | 6 ++----
+ src/hb-map.hh                    | 3 +--
+ src/hb-ot-layout-common.hh       | 6 ++----
+ src/hb-set.hh                    | 6 ++----
+ 6 files changed, 11 insertions(+), 22 deletions(-)
+
+commit cba82829baa1e5344e31095932c383f412a409a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 28 16:19:54 2022 -0700
+
+    [subset-cff1] Share subrs object
+    
+    Multiple FDs might share the same subrs...
+
+ src/hb-subset-cff1.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c7b998b355f3815d4b288c457aa120770580f3c6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 28 16:18:21 2022 -0700
+
+    [cff2] Don't share fd-array link
+    
+    No point.
+
+ src/hb-subset-cff2.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3d9e3c2dc7a5cfa2831a30903419a1c98f571757
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 28 16:17:09 2022 -0700
+
+    [subset-cff2] Don't share varstore object
+
+ src/hb-subset-cff2.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c503cf003e75191f3b3f9200c8dc4e90fdc1c67b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 28 15:53:35 2022 -0700
+
+    [cmap] Store offset, not pointer, in cmap cache
+
+ src/hb-ot-cmap-table.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 3e151139a8987a13cdd8cc2ddc025534c51c607f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 28 14:23:49 2022 -0700
+
+    [PairPos] Optimize get_effective_value_format
+    
+    Speeds up BM_subset/subset_glyphs/SourceHanSans-Regular_subset.otf/nohinting/512
+    12%.
+
+ src/OT/Layout/GPOS/PairPosFormat1.hh | 3 +++
+ src/OT/Layout/GPOS/PairPosFormat2.hh | 6 +++++-
+ 2 files changed, 8 insertions(+), 1 deletion(-)
+
+commit 3131aecf9fc8b34a22ebf797412496c4baf18c68
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 28 14:12:55 2022 -0700
+
+    [array/hash] Fix asan issue
+    
+    ../src/hb-algs.hh:240:43: runtime error: reference binding to misaligned address 0x7ffe91a08b0e for type 'const unsigned int', which requires 4 byte alignment
+
+ src/hb-array.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 26ad7a6022533e3497e7fa94d67808830b9915b3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 28 14:09:21 2022 -0700
+
+    [gpos] Minor micro-optimize
+
+ src/OT/Layout/GPOS/PairPosFormat1.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit c769d7e1810cbb30210d0fbcc21e04909e270cf8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 28 14:03:58 2022 -0700
+
+    [gpos] Whitespace
+
+ src/OT/Layout/GPOS/PairPosFormat1.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 3ea0f37c30aaf354e256ad1374fd2e0956df8120
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 28 13:58:44 2022 -0700
+
+    [subset-cff] Move an init to constructor
+    
+    The init was not called anyway.
+
+ src/hb-subset-cff-common.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 6c92c3e0cf4e7c09c13e2e2c59cc5467605ad165
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 28 13:54:24 2022 -0700
+
+    [subset-cff] Remove unnecessary check
+
+ src/hb-subset-cff-common.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 7fd300dd9a7e38973ee9eda0197e973bc88b043f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 28 13:51:16 2022 -0700
+
+    [subset-cff] Use constructor for parsed_cs_op_t
+
+ src/hb-subset-cff-common.hh | 13 ++++---------
+ 1 file changed, 4 insertions(+), 9 deletions(-)
+
+commit bd37900e0da9c5b9dbfabccb8af64e97cbe8c956
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Nov 28 20:35:34 2022 +0000
+
+    [subset] use a reference to cached global/loca subrs.
+    
+    Previously they were being copied in. Copying is no longer necessary now that hint dropping doesn't mutate the arrays.
+
+ src/hb-subset-cff-common.hh | 91 +++++++++++++++++----------------------------
+ 1 file changed, 35 insertions(+), 56 deletions(-)
+
+commit ded9de9cd82aa33a5ffbf8e23c473c6ff2c186c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 28 13:31:40 2022 -0700
+
+    [cff] bsearch in fdselect
+    
+    Saves 8% in NotoSansCJK / 10000 subset benchmark.
+
+ src/hb-ot-cff-common.hh     | 18 ++++++++++++------
+ src/hb-subset-cff-common.hh |  9 ++++-----
+ 2 files changed, 16 insertions(+), 11 deletions(-)
+
+commit 0c33aba30cb06f2798088573efb7880315d94029
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 28 12:28:13 2022 -0700
+
+    [subset-cff] Rename drop flag to hinting flag
+
+ src/hb-subset-cff-common.hh | 28 ++++++++++++++--------------
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+commit 6f5b531986c5084da7b85d12551018650ac63d5d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 28 11:39:24 2022 -0700
+
+    [subset-cff] Make no-hinting use accelerator as well
+
+ src/hb-subset-cff-common.hh | 43 +++++++++++++++++++++++++++----------------
+ 1 file changed, 27 insertions(+), 16 deletions(-)
+
+commit fad8322b3f126281ff662eb7b1a6d1747f5fc193
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 27 15:09:48 2022 -0700
+
+    [benchmark-subset] Add no-hinting ops
+
+ perf/benchmark-subset.cc | 14 +++++++++++---
+ 1 file changed, 11 insertions(+), 3 deletions(-)
+
+commit f51a624e6752441ea081052620129714135559a8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 27 14:54:39 2022 -0700
+
+    [subset-cff] Micro-optimize drop_hints_in_str
+
+ src/hb-subset-cff-common.hh | 22 ++++++++++++----------
+ 1 file changed, 12 insertions(+), 10 deletions(-)
+
+commit 38603266881499db8c7925ab7fc909158b462308
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 27 13:23:13 2022 -0700
+
+    [subset-cff] Write loop more idiomatic
+
+ src/hb-number-parser.hh     |  8 ++++----
+ src/hb-subset-cff-common.hh | 15 ++++++++-------
+ 2 files changed, 12 insertions(+), 11 deletions(-)
+
+commit 3ff502d3aef4cdd1ac4dee29fbcb5af16f43b2cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 27 12:58:04 2022 -0700
+
+    [subset-cff] Remove unnecessary initialization
+
+ src/hb-subset-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6af4985bf9013cef85bc5cdf3c8b8150fc72c967
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 18:20:20 2022 -0700
+
+    [subset-cff] No need for bitflag here anymore
+
+ src/hb-subset-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 69ce606d1467dbfdd3c01070a5126e141c5c3047
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 18:18:35 2022 -0700
+
+    [subset-cff] Immediately drop subr numbers instead of marking for skip
+    
+    Seems to work and saves ~2% time.
+
+ src/hb-subset-cff-common.hh | 17 ++---------------
+ 1 file changed, 2 insertions(+), 15 deletions(-)
+
+commit 1cf4f3e0830eb45bd9d96fdfcdea15d2fb1af8f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 18:15:28 2022 -0700
+
+    [subset-cff] More comment
+
+ src/hb-subset-cff-common.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit f68221ff43df990f10ddcf91f6a71d4c72a82e82
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 18:12:14 2022 -0700
+
+    [subset-cff] Add comment
+
+ src/hb-subset-cff-common.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 048ab8a066afd5c472e4a436f5e95016ac0d3649
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 18:00:43 2022 -0700
+
+    [subset-cff] Remove unused bits
+
+ src/hb-subset-cff-common.hh | 7 +------
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+commit 37cbfc0c7ee82ee6f781b2b1df6a8c8555a15c16
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 17:57:44 2022 -0700
+
+    [subset-cff] Remove unneeded member
+
+ src/hb-subset-cff-common.hh | 11 ++++-------
+ 1 file changed, 4 insertions(+), 7 deletions(-)
+
+commit 46ab15137b0ee04b76e22cb5964969aa9f2e6e7c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 17:49:21 2022 -0700
+
+    [subset-cff] Add has_calls to parsed charstrings
+    
+    Optimize closure based on it.
+
+ src/hb-subset-cff-common.hh | 17 +++++++++++++----
+ 1 file changed, 13 insertions(+), 4 deletions(-)
+
+commit 6d53074e6375c1680f40b647a1b4ad88dd3cc1c6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 17:23:09 2022 -0700
+
+    [subset-cff] Drop another unused parameter
+
+ src/hb-subset-cff-common.hh | 9 +++------
+ 1 file changed, 3 insertions(+), 6 deletions(-)
+
+commit 42615561b545f2bb7c29618884fa2d63d8dd97a8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 17:10:58 2022 -0700
+
+    Optimize a couple array references
+
+ src/hb-ot-map.cc            | 2 +-
+ src/hb-subset-cff-common.hh | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 04d23b7ca802cde23b04c8570d8d166c1b543ac3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 17:08:00 2022 -0700
+
+    [subset-cff] Micro-optimize collect_subr_refs_in_str
+
+ src/hb-subset-cff-common.hh | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 9d18180c3c77ed73188d5eda14b9602c5f6d073b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 15:38:21 2022 -0700
+
+    [array] Use hb_hash instead of handrolling
+
+ src/hb-array.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 1e6f77c250825a7f6ef7e550289f67253a469b05
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 15:31:56 2022 -0700
+
+    [benchmark-subset] Adjust num glyphs more
+
+ perf/benchmark-subset.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0382defa5196a28e3e0fcad5d91bcee14f303bad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 15:27:07 2022 -0700
+
+    [benchmark-subset] Adjust number of glyphs of fonts
+
+ perf/benchmark-subset.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 4cb441dfd11221bdd423622a4c57f87e723fc129
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 15:23:07 2022 -0700
+
+    [benchmark-subset] Add AdobeVFPrototype
+
+ perf/benchmark-subset.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit e302b9d5da0641ab9c3e1d20cfab19282649f839
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 15:18:16 2022 -0700
+
+    Fix build
+
+ src/hb-coretext.cc          | 2 +-
+ src/hb-ms-feature-ranges.hh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 70d97d079b73cc39d457dcb18ffae4eca3b5f5b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 15:16:11 2022 -0700
+
+    [subset-cff] Remove unused argument
+
+ src/hb-cff2-interp-cs.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 4167e93a1507d8fdefa37dba2044d9015f87ad78
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 15:14:52 2022 -0700
+
+    [subset-cff2] Micro-optimize blend operator
+
+ src/hb-cff2-interp-cs.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit f159bf075bb7050eebf307a5a90e1110fc526573
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 15:11:32 2022 -0700
+
+    [cff2] Micro-optimize blend operator
+
+ src/hb-cff2-interp-cs.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit a331e913dc99cba1e5994b06cffa2c5cc007f7ff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 14:59:37 2022 -0700
+
+    [bit-page] Hand-code equality
+    
+    Faster than memcmp() because of alignment.
+
+ src/hb-bit-page.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 9df06a26950ced1017395c771e25be56f20fba5c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 14:56:45 2022 -0700
+
+    [bit-set] Fix is_subset() short-circut criteria
+    
+    Ouch!
+
+ src/hb-bit-set.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 915c1a00cfde01cc153582df31031361ded28b20
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 14:48:57 2022 -0700
+
+    [vector] Add remove_unordered
+    
+    Saves 5% in NotoNastaliq/1000 subset benchmark.
+
+ src/graph/graph.hh             |  4 ++--
+ src/graph/markbasepos-graph.hh |  2 +-
+ src/hb-vector.hh               | 14 +++++++++++++-
+ src/test-vector.cc             |  3 ++-
+ 4 files changed, 18 insertions(+), 5 deletions(-)
+
+commit 4b8d8fbee4dc5fb96d298ea8ea8c5871b7ffbc26
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 14:31:15 2022 -0700
+
+    [ot-map] Micro-optimize for size
+
+ src/hb-ot-map.hh | 6 +++---
+ src/hb-vector.hh | 3 +++
+ 2 files changed, 6 insertions(+), 3 deletions(-)
+
+commit 93f3a9dbc677ae51e5b0a754c995963207ca97b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 14:19:00 2022 -0700
+
+    [ot-map] Micro-optimize more
+    
+    Another 500 bytes.
+
+ src/hb-ot-map.cc | 33 ++++++++++++++++++---------------
+ 1 file changed, 18 insertions(+), 15 deletions(-)
+
+commit f39f049870ebad20b76e3f56194568e89fa45aac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 14:16:15 2022 -0700
+
+    [ot-map] Micro-optimize
+    
+    Weird that shrinks size by 500 bytes.
+
+ src/hb-ot-map.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 60bb32c45470f8ea3d30baf67980c699dfb9b801
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 14:12:57 2022 -0700
+
+    [ot-map] Minor refactor
+
+ src/hb-ot-map.cc | 21 +++++++++++----------
+ 1 file changed, 11 insertions(+), 10 deletions(-)
+
+commit e3cc61838fe331167d8074b55271039fbe2d2cb2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 13:58:04 2022 -0700
+
+    [PairPos] Adjust kerning buffer messages
+
+ src/OT/Layout/GPOS/PairPosFormat2.hh | 12 ++++++++++--
+ src/OT/Layout/GPOS/PairSet.hh        | 12 ++++++++++--
+ 2 files changed, 20 insertions(+), 4 deletions(-)
+
+commit a81dd1053dcdd1e26a0516d3a5b84e0b904e2c96
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 13:43:15 2022 -0700
+
+    [layout] Adjust printing feature tags
+    
+    For required-feature, print spaces, not nul bytes.
+
+ src/hb-ot-layout.cc | 6 +++---
+ src/hb-ot-map.hh    | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 56e3868b52ef6e85d6495d28bae57dcc5746d1db
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 26 13:14:23 2022 -0700
+
+    [layout/buffer-message] Print feature name in lookup buffer messages
+
+ src/hb-ot-layout.cc | 6 +++---
+ src/hb-ot-map.cc    | 7 +++++--
+ src/hb-ot-map.hh    | 4 +++-
+ 3 files changed, 11 insertions(+), 6 deletions(-)
+
+commit a5d35fd80a26cb62c4c9030894f94c0785d183e7
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Nov 25 23:17:05 2022 +0000
+
+    [subset] use charstrings directly from accelerator cache if mutability isn't needed.
+
+ src/hb-subset-cff-common.hh | 70 ++++++++++++++++++++++++++++++---------------
+ 1 file changed, 47 insertions(+), 23 deletions(-)
+
+commit 026b64ef76e12f87ec4740c26eeda724193f810e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 25 14:57:40 2022 -0700
+
+    [subset-cff] Avoid set mallocation in hb_plan_subset_cff_fdselect
+
+ src/hb-subset-cff-common.cc | 11 ++++-------
+ 1 file changed, 4 insertions(+), 7 deletions(-)
+
+commit 74acf52f3321d3aeeb4b96f5b36040727634efd0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 25 14:43:44 2022 -0700
+
+    [subset-cff] Micro-optimize copy_str more
+
+ src/hb-subset-cff-common.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit d2f3cde7ef20a7e7d58c3301ac32da6d38a65712
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 25 14:38:30 2022 -0700
+
+    [subset-cff] Micro-optimize copy_str
+
+ src/hb-subset-cff-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit e333223f269a090732ae3a9d468bb93c35bbeb62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 25 14:23:57 2022 -0700
+
+    [array] Optimize serializing copy()
+
+ src/hb-array.hh  | 16 +++++++++++++++-
+ src/hb-vector.hh | 11 ++++++-----
+ 2 files changed, 21 insertions(+), 6 deletions(-)
+
+commit 22990fca1d78680a4f24fc29a109a115fe0660d0
+Merge: 7b197446a 8d5c899b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 25 14:12:58 2022 -0700
+
+    Merge pull request #3894 from googlefonts/cff_accel
+    
+    [subset] Cache parsed char strings in CFF accelerator
+
+commit 8d5c899b0ff43b4b8aeb767623627cf55168c8fb
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Nov 25 20:33:39 2022 +0000
+
+    [subset] In cff accelerator hold reference to CFF table instead of the whole font.
+
+ src/hb-ot-cff1-table.hh     |  2 +-
+ src/hb-ot-cff2-table.hh     |  2 +-
+ src/hb-subset-cff-common.hh | 19 ++++++++++---------
+ 3 files changed, 12 insertions(+), 11 deletions(-)
+
+commit 7b197446acc8b4876d3d193b56ee5ab605424ef3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 25 13:28:53 2022 -0700
+
+    [vector] Adjust for HB_OPTIMIZE_SIZE
+
+ src/hb-vector.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 75a99f28abbb6d82e51f49dcda95c0d61b225e98
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Nov 25 18:38:13 2022 +0000
+
+    [subset] destruct cff accelerator if present.
+
+ src/hb-subset-accelerator.hh | 7 ++++++-
+ src/hb-subset-cff-common.hh  | 6 ++++--
+ 2 files changed, 10 insertions(+), 3 deletions(-)
+
+commit 1d474194f0a5c164ce629c4e291051ee12979e25
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 25 13:21:35 2022 -0700
+
+    [subset-cff] Micro-optimize encode_str
+
+ src/hb-subset-cff-common.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 3c4a610b59857665c73e771a4d2448fcd1acaae1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 25 13:16:30 2022 -0700
+
+    [subset-cff] Micro-optimize copy_str some more
+
+ src/hb-subset-cff-common.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 535aadb309f51dbb243042230c5fef09885c7499
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 25 13:07:42 2022 -0700
+
+    [subset-cff] Micro-optimize collect_subr_refs_in_str more
+
+ src/hb-subset-cff-common.hh | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit 00a9df3a43484f81d02baf9e726993ff67bb523f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 25 13:05:05 2022 -0700
+
+    [subset-cff] Micro-optimize collect_subr_refs_in_str
+
+ src/hb-subset-cff-common.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit d2a2f5bf4ed66979b17332f35b52c3395b02ed2d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 25 12:44:02 2022 -0700
+
+    [vector] Handroll copy
+
+ src/hb-vector.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 1fed366d5bb5020948b8d6d033ad886fec7e8be8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 25 12:37:24 2022 -0700
+
+    [serialize] Shut compiler warning off
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f2297e6978087cefd27a947e044adf9e89eab5f6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 25 11:33:00 2022 -0700
+
+    [buffer] Documentation
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3889
+
+ src/hb-buffer.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 71c23c1c079cbd992ee3c9e92435ee2b1374c227
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Nov 25 18:04:44 2022 +0000
+
+    [subset] don't copy the entire global/loca subr lists from the accelerator.
+    
+    Instead run a closure on the retained charstrings and copy only the referenced subrs. This significantly speeds up cases with small character sets.
+
+ src/hb-subset-cff-common.hh | 80 ++++++++++++++++++++++++++++++---------------
+ 1 file changed, 53 insertions(+), 27 deletions(-)
+
+commit 4ff09274a86102a69c6e7abebc59d694bc90bbcd
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Nov 24 22:47:29 2022 +0000
+
+    [subset] In CFF accelerator keep a reference to original face.
+    
+    The charstring objects reference memory from the original face so we need to maintain a reference to prevent it from being destroyed.
+
+ src/hb-subset-cff-common.hh | 17 +++++++++++++++--
+ 1 file changed, 15 insertions(+), 2 deletions(-)
+
+commit 6aaa16627c3d6c77da32e6b2019724385103581d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 14:58:42 2022 -0700
+
+    [Coverage] Comment
+
+ src/OT/Layout/Common/CoverageFormat1.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 06e2147a483a1244b6978c0f7c4ca3fbe3bad227
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 14:56:04 2022 -0700
+
+    More call set->next() directly
+
+ src/hb-ot-layout-common.hh | 29 ++++++++++++++---------------
+ 1 file changed, 14 insertions(+), 15 deletions(-)
+
+commit 196c9db06fc627a4709886e49ff0823dba3bbdbc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 14:51:52 2022 -0700
+
+    Call ->next() directly
+
+ src/hb-ot-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 03d64b7469d12d10b498fbf942afb7b87810012f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 14:33:18 2022 -0700
+
+    [bit-set] Remove TODO that would never happen
+
+ src/hb-bit-set.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 690df8a36955390cfd7251a50a2629e64b52bb82
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 14:32:51 2022 -0700
+
+    [bit-set] Micro-optimize prev()
+
+ src/hb-bit-set.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit fe5d9176aed02c0d3388d5a5cf3881e6437db71f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 14:30:18 2022 -0700
+
+    [bit-set] Micro-optimize size
+    
+    It's silly that this saves size at all. :(
+
+ src/hb-bit-set.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cf9b9929df088570c18ea8b55e61ba7f31374532
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 14:26:28 2022 -0700
+
+    [bit-set] Micro-optimize process()
+
+ src/hb-bit-set.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit d77903db7b165dbb6327141e1949984a09756de7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 14:22:32 2022 -0700
+
+    [bit-set] Micro-optimize
+
+ src/hb-bit-set.hh | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+commit 13dd4b464b7bf7bfaff790d242b6baeec2edffa9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 14:20:42 2022 -0700
+
+    [bit-set] Micro-optimize access
+
+ src/hb-bit-set.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a3afa61ce8d01784d88de4af3647ebd5b3e71fe6
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Nov 23 22:24:39 2022 +0000
+
+    [subset] use cached parsed char strings if available.
+
+ src/hb-subset-cff-common.hh | 67 ++++++++++++++++++++++++++++++++++-----------
+ 1 file changed, 51 insertions(+), 16 deletions(-)
+
+commit 47c125845caf1c24f538679ffdc32c04b2f0920b
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Nov 23 21:02:39 2022 +0000
+
+    [subset] Cache parsed charstrings in the cff accelerator.
+
+ src/hb-subset-cff-common.hh | 36 ++++++++++++++++++++++++++++++++----
+ 1 file changed, 32 insertions(+), 4 deletions(-)
+
+commit 48b68370743264f900457e4b463e9ced5325ceae
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Nov 23 20:51:51 2022 +0000
+
+    [subset] add a CFF specific accelerator object.
+    
+    This allows CFF specific accelerator structures to be isolated to the CFF code.
+
+ src/hb-subset-accelerator.hh | 12 +++++++++++-
+ src/hb-subset-cff-common.hh  | 22 ++++++++++++++++++++++
+ 2 files changed, 33 insertions(+), 1 deletion(-)
+
+commit d77f346d1a822c7209192f55218fe707e6295183
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 14:02:46 2022 -0700
+
+    [subset-cff] Minor rename
+
+ src/hb-subset-cff-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 29a0fa089a6c0bf390a02ddaa1757d8894c1a0a7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 14:00:59 2022 -0700
+
+    [subset-cff] Micro-optimize
+
+ src/hb-subset-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d480ae1fac8c2d32fb9df851629b877248331416
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 13:53:43 2022 -0700
+
+    [cff] Remove unused function
+
+ src/hb-cff-interp-common.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 73046d53e5e769ec8c4eff2a1b8306bb15ce0cce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 13:49:29 2022 -0700
+
+    [shaper] Disable dumber shaper if no AAT
+
+ src/hb-ot-shape.cc          | 2 ++
+ src/hb-ot-shaper-default.cc | 2 ++
+ 2 files changed, 4 insertions(+)
+
+commit e9f964c01a4d1273f5632d34f8f3827608cab735
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 13:38:53 2022 -0700
+
+    [ot-face] Declare more tables as core
+
+ src/hb-machinery.hh          |  2 +-
+ src/hb-ot-face-table-list.hh | 28 ++++++++++++++--------------
+ 2 files changed, 15 insertions(+), 15 deletions(-)
+
+commit 5bc27a128dc5fb6ec65591c0f0632973ce9e8116
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 13:30:12 2022 -0700
+
+    [machinery] Comment
+
+ src/hb-machinery.hh | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit d21bfb08615f44ffd60737295b45da5e1a5fca7e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 13:14:05 2022 -0700
+
+    [normalize] Remove an unlikely
+    
+    Keep unlikely for truely unlikely scenarios.
+
+ src/hb-ot-shape-normalize.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9e1239f443bce69200d7203cd3a89b921a382531
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 13:00:47 2022 -0700
+
+    [config] Define HB_NO_VERTICAL in HB_LEAN and as such in HB_TINY
+
+ src/hb-config.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 6f133ccfde9c96ab6de8e18ddbbac4b7509eed0c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 12:59:55 2022 -0700
+
+    [glyf] Fix build with HB_NO_VERTICAL
+
+ src/OT/glyf/Glyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 76420ef769e828db3633578e814409c4ddc7b938
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 12:52:15 2022 -0700
+
+    [machine.rl] Remove unlikely from what happens 1/16 of the time
+
+ src/hb-ot-shaper-indic-machine.hh   | 16 ++++++++--------
+ src/hb-ot-shaper-indic-machine.rl   |  2 +-
+ src/hb-ot-shaper-khmer-machine.hh   | 16 ++++++++--------
+ src/hb-ot-shaper-khmer-machine.rl   |  2 +-
+ src/hb-ot-shaper-myanmar-machine.hh | 16 ++++++++--------
+ src/hb-ot-shaper-myanmar-machine.rl |  2 +-
+ src/hb-ot-shaper-use-machine.hh     | 16 ++++++++--------
+ src/hb-ot-shaper-use-machine.rl     |  2 +-
+ 8 files changed, 36 insertions(+), 36 deletions(-)
+
+commit 1248574454facabe15a96d7670243c7959f4a065
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 12:46:04 2022 -0700
+
+    [config] Disable Zawgyi shaper in HB_MINI/HB_TINY
+
+ src/hb-config.hh            | 1 +
+ src/hb-ot-shaper-myanmar.cc | 2 ++
+ src/hb-ot-shaper.hh         | 2 ++
+ 3 files changed, 5 insertions(+)
+
+commit 05aa084e67705285941c9acd13151e2a38da8b0f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 12:13:31 2022 -0700
+
+    [PairPos] Another attempt at fixing unsafe-to-break with ValueFormat2
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3888#issuecomment-1326781116
+    
+    Test:
+    $ hb-shape XBRoya34.ttf  ' الأ' --show-flags --script=arab
+
+ src/OT/Layout/GPOS/PairPosFormat2.hh | 9 +++++----
+ src/OT/Layout/GPOS/PairSet.hh        | 5 +++--
+ 2 files changed, 8 insertions(+), 6 deletions(-)
+
+commit 54ae3345b225151d9f77189f1dec071c1f075ce9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 11:59:50 2022 -0700
+
+    [buffer] Improve documentation of hb_buffer_add_codepoints()
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3889
+
+ src/hb-buffer.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit a4a40786326cef97fe25eee2232852c9173347e7
+Merge: 0c70bc7f3 64e8707ec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 11:56:58 2022 -0700
+
+    Merge pull request #3893 from googlefonts/preprocess_test
+    
+    [subset] Fix testing of preprocess
+
+commit 0c70bc7f3286ea0c04164f110a6d2caac805812c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 24 11:48:48 2022 -0700
+
+    [skippy-iter] Fix two logic errors
+    
+    First, a signed underflow.
+    
+    Second, a wrong condition.
+    
+    Both were introduced in 42681bdb55a75520d4ac194302fe936d1ce3cb34
+
+ src/hb-ot-layout-gsubgpos.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 64e8707ecac726a4e78772875d069db3f5c0ad6a
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Nov 24 18:24:50 2022 +0000
+
+    [subset] don't use hb repacker when generating test files from fonttools.
+
+ ...astaliqUrdu-Regular.default.627,644,62D,628.ttf | Bin 24564 -> 24532 bytes
+ .../NotoNastaliqUrdu-Regular.default.633,6D2.ttf   | Bin 14296 -> 14292 bytes
+ ...otoNastaliqUrdu-Regular.default.63A,64A,631.ttf | Bin 26152 -> 26124 bytes
+ ...iqUrdu-Regular.default.retain-all-codepoint.ttf | Bin 542388 -> 542328 bytes
+ ...liqUrdu-Regular.retain-gids.627,644,62D,628.ttf | Bin 30464 -> 30432 bytes
+ ...otoNastaliqUrdu-Regular.retain-gids.633,6D2.ttf | Bin 20140 -> 20132 bytes
+ ...astaliqUrdu-Regular.retain-gids.63A,64A,631.ttf | Bin 32012 -> 31984 bytes
+ ...du-Regular.retain-gids.retain-all-codepoint.ttf | Bin 542424 -> 542360 bytes
+ test/subset/generate-expected-outputs.py           |   2 ++
+ 9 files changed, 2 insertions(+)
+
+commit 3b43096ef336cf3ba149518c82541c0079ef0f92
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 22:04:02 2022 -0700
+
+    [buffer] Whitespace
+
+ src/hb-buffer.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 094f80738a57a99a9f541f55bbf8aa796235756c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 22:03:26 2022 -0700
+
+    [buffer] Handle null buffer in set_message_func
+
+ src/hb-buffer.cc | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 1fa64c0c23ed86d60117198420587aee81fdc8d8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 21:38:51 2022 -0700
+
+    [gsubgpos] Conditionalize skippy on unsafe-to-concat
+
+ src/hb-ot-layout-gsubgpos.hh | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 42681bdb55a75520d4ac194302fe936d1ce3cb34
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 21:36:43 2022 -0700
+
+    [gsubgpos] No logic-change minor rewrite
+
+ src/hb-ot-layout-gsubgpos.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit c15efdec496aae23f9e15d08b69d61f77bf6dee0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 21:14:28 2022 -0700
+
+    [gsubgpos] Comment
+
+ src/hb-ot-layout-gsubgpos.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 7ec1c41a55729808d61cb85fb2d632e0b488f53f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 21:12:41 2022 -0700
+
+    [gsubgpos] Skippy-iter: Prefer correctness to performance
+    
+    Prefer unsafe-to-concat correctness, over performance.
+
+ src/hb-ot-layout-gsubgpos.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b6df3471379bfe66e9360cf1d6625c705e179018
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 20:15:16 2022 -0700
+
+    [perf] Add Hindi test to benchmark-shape
+
+ perf/benchmark-shape.cc |     4 +
+ perf/texts/hi-words.txt | 10000 ++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 10004 insertions(+)
+
+commit dce3502e10af6f52bffad94c2f772b3cae12fd5e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 18:34:54 2022 -0700
+
+    [array] Add commented-out static asserts
+    
+    They don't work.
+
+ src/hb-array.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit a7fee43cefce95097ba46591090395a3c882741c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 17:46:32 2022 -0700
+
+    [priority-queue] Minor micro-optimize
+
+ src/hb-priority-queue.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ff3cac0ccd0633a7715945e4c9f1e7243f75d1cb
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Nov 23 23:50:49 2022 +0000
+
+    [subset] Fix unecessary trailing 0 bytes left by ContextFormat2 pruning.
+    
+    Uneeded rules where beind removed from the count by the bytes for them was being left in the font.
+
+ src/hb-ot-layout-gsubgpos.hh                        |   6 +++++-
+ ...subrules_f1.layout-test-retain-gids.41,42,43.otf | Bin 2152 -> 2148 bytes
+ ...le_subrules_f1.layout-test-retain-gids.41,42.otf | Bin 2028 -> 2024 bytes
+ ...layout-test-retain-gids.retain-all-codepoint.otf | Bin 4012 -> 4008 bytes
+ ...t2_multiple_subrules_f1.layout-test.41,42,43.otf | Bin 1440 -> 1436 bytes
+ ...text2_multiple_subrules_f1.layout-test.41,42.otf | Bin 1320 -> 1316 bytes
+ ...subrules_f1.layout-test.retain-all-codepoint.otf | Bin 4012 -> 4008 bytes
+ ...landhar-Regular.default.retain-all-codepoint.ttf | Bin 49248 -> 49244 bytes
+ ...dhar-Regular.drop-hints.retain-all-codepoint.ttf | Bin 29468 -> 29464 bytes
+ ...ndhar-Regular.keep-gdef.retain-all-codepoint.ttf | Bin 49248 -> 49244 bytes
+ ...subrules_f2.layout-test-retain-gids.41,42,43.otf | Bin 2256 -> 2252 bytes
+ ...le_subrules_f2.layout-test-retain-gids.41,42.otf | Bin 2224 -> 2220 bytes
+ ...layout-test-retain-gids.retain-all-codepoint.otf | Bin 4008 -> 4004 bytes
+ ...t2_multiple_subrules_f2.layout-test.41,42,43.otf | Bin 1460 -> 1456 bytes
+ ...text2_multiple_subrules_f2.layout-test.41,42.otf | Bin 1416 -> 1412 bytes
+ ...subrules_f2.layout-test.retain-all-codepoint.otf | Bin 4008 -> 4004 bytes
+ 16 files changed, 5 insertions(+), 1 deletion(-)
+
+commit f2851e4157e302d9932ef0582da6c36cade4f085
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 16:50:30 2022 -0700
+
+    [test-map] Test has() getter with unique-ptr
+
+ src/test-map.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 5f3a780614ee76347fd0692439fe37a7fc02602e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 16:45:46 2022 -0700
+
+    [font] Protect against div-by-zero
+
+ src/hb-font.cc | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 060ecac949dca29a75538ddeedf015441296334b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 16:31:37 2022 -0700
+
+    [font] Respect subfont slant setting in hb-draw
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3890
+
+ src/hb-font.cc | 34 ++++++++++++++++++++--------------
+ 1 file changed, 20 insertions(+), 14 deletions(-)
+
+commit 2e9b270a496de14d3eee9d8b7e1372293bf13888
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 16:17:50 2022 -0700
+
+    [hb-view] Fix cairo slanting condition
+    
+    hb-draw already does slanting. If NOT hb-draw, we should slant
+    through cairo path.  Donno why this was untested before.
+    
+    This was double-slanting with hb-draw, and not slanting without it.
+
+ util/helper-cairo.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 51028e63e68b2e06f969da9e4e727d5c2f912bf4
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Nov 23 22:51:16 2022 +0000
+
+    [subset] Retain all glyphs in preprocessed face.
+
+ src/hb-subset-input.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 404cb99d86c2d639b4ce2fc59f00f5e66468af34
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 15:35:14 2022 -0700
+
+    [buffer-diff] Fix check for glyph flag equality
+    
+    I'm not sure if the old behavior was intentional, but it was checking
+    that the glyph flags were a subset of the reference buffer's glyph
+    flags.  I don't see why that is useful.  Fix that.
+    
+    Then make the buffer-verify code ignore flag differences when verifying
+    buffers, since our unsafe-to-concat flag at least, is conservative and
+    not guaranteed to be produced the same in fragments.  See:
+    
+    https://github.com/harfbuzz/harfbuzz/issues/3888
+
+ src/hb-buffer-verify.cc | 5 ++---
+ src/hb-buffer.cc        | 2 +-
+ 2 files changed, 3 insertions(+), 4 deletions(-)
+
+commit 4c49daf7cd961fb47126baf04240243736cae606
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Nov 23 22:33:57 2022 +0000
+
+    [subset] actually use the preprocessed face in hb-subset.
+    
+    Tests weren't actually using the preprocessed face due to this typo in util/hb-subset.
+
+ src/hb-subset-input.cc | 5 +++++
+ util/hb-subset.cc      | 2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit 2c0afde7370a27d1aa26983751a422f61924580c
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Nov 23 20:24:40 2022 +0000
+
+    [subset] add an inprogress accelerator to plan.
+    
+    This allows subset code to cache information into the accelerator during preprocess subset. Previously the accelerator was created at the end of subsetting.
+
+ src/hb-subset-plan.cc | 11 +++++++++++
+ src/hb-subset-plan.hh |  4 ++++
+ src/hb-subset.cc      | 11 ++++++-----
+ 3 files changed, 21 insertions(+), 5 deletions(-)
+
+commit 81640fdffe5a57191b392eda2d93fcf39183dbcf
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Nov 23 20:22:36 2022 +0000
+
+    [subset] fix leaked font in glyf::subset(...)
+
+ src/OT/glyf/glyf.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit dcce53ddcb52d10dca1ff1d3e118297175892c26
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 13:19:38 2022 -0700
+
+    [cff] Micro-optimize fetch_op
+
+ src/hb-cff-interp-common.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 0bf7d9eb4dd1b706a139e56638d2e8db0ccab933
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 13:00:23 2022 -0700
+
+    [subset-cff] Micro-optimize encode_byte
+
+ src/hb-subset-cff-common.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit a23f820427a7ae7be5b24d66265bd46fb0d4d6df
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 12:56:13 2022 -0700
+
+    [subset-cff] Micro-optimize array access
+
+ src/hb-subset-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1e8f1ac6774226a12cb6d9794f300a103a590ea4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 12:28:29 2022 -0700
+
+    [subset-glyf] Micro-optimize array access
+
+ src/OT/glyf/SimpleGlyph.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 356d135ed698042f6337486e5c8cb2fe6206c44a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 23 12:20:51 2022 -0700
+
+    [subset-glyf] Reduce roundf calls
+    
+    Saves 7% on MPLUS1-Variable/6000 benchmark.
+
+ src/OT/glyf/Glyph.hh | 30 +++++++++++++++---------------
+ 1 file changed, 15 insertions(+), 15 deletions(-)
+
+commit 463ae07e9982e337b9340cb24598db57d008e33c
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Nov 23 18:41:23 2022 +0000
+
+    [subset] In the preprocess subset call always use long loca.
+    
+    Long loca is needed so that we can store the trimmed glyph bytes to allow us to safely skip trimming in the later subset.
+
+ src/OT/glyf/glyf.hh    | 9 ++++++---
+ src/hb-subset-input.cc | 5 +++++
+ src/hb-subset-input.hh | 4 ++++
+ src/hb-subset-plan.cc  | 1 +
+ src/hb-subset-plan.hh  | 1 +
+ 5 files changed, 17 insertions(+), 3 deletions(-)
+
+commit 299ec902eb3f657b71517ac1cd1f477ceec6b409
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 16:03:02 2022 -0700
+
+    [glyf] Move instanciation to serialize()
+
+ src/OT/glyf/SubsetGlyph.hh | 10 +++++++++-
+ src/OT/glyf/glyf.hh        | 46 ++++++++++++++--------------------------------
+ 2 files changed, 23 insertions(+), 33 deletions(-)
+
+commit d8d881f22d634573afd4860415e9dda29ce44492
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 15:24:16 2022 -0700
+
+    [subset-glyf] Don't create a second glyf accelerator
+
+ src/OT/glyf/glyf.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 75609300707fedc45d7a2bc6d9b62793ad212aa4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 15:22:25 2022 -0700
+
+    [glyf] Add _create_font_for_instancing
+
+ src/OT/glyf/glyf.hh | 24 ++++++++++++++++++------
+ 1 file changed, 18 insertions(+), 6 deletions(-)
+
+commit 40634ceeb0bf1bdb6c2b12e90ecac9e45c2e4671
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 15:07:16 2022 -0700
+
+    [glyf] Adjust data types
+
+ src/OT/glyf/SimpleGlyph.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit ba0d28ea3647fe5d8108ba4f2ca60be7f267c043
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 15:01:48 2022 -0700
+
+    [glyf] Fix font error check
+
+ src/OT/glyf/glyf.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 04c525019c84e4683e99674624e199c0598e38e2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 14:54:55 2022 -0700
+
+    [glyf] Use a malloc instead of calloc
+
+ src/OT/glyf/SimpleGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 024aa818051712a5ea14e8d1ad7603a5ab9ca4ef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 14:51:42 2022 -0700
+
+    [glyf] Micro-optimize encode_coord
+
+ src/OT/glyf/SimpleGlyph.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit b6694597f9b80d37fd8361723ae34861019a46ba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 14:49:01 2022 -0700
+
+    [glyf] Micro-optimize encode_flag()
+
+ src/OT/glyf/SimpleGlyph.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit d47cfe79364391bd10ceb8588f4cdb55ff6e47e8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 14:45:04 2022 -0700
+
+    [glyf] Minor use operator ++
+
+ src/OT/glyf/SimpleGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 03e6bde79035a5d3e25c9a571fab8b1d916c069c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 14:40:36 2022 -0700
+
+    [glyf] Minor adjustment to lastflag handling
+    
+    No logic change.
+
+ src/OT/glyf/SimpleGlyph.hh | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 0ca9fda889a97febac66bcc86bda9211628bd7ba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 14:39:10 2022 -0700
+
+    [glyf] Remove misplaced comment
+
+ src/OT/glyf/SimpleGlyph.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 44be8ef4ce883f6ce9680f6f489d37722711fa8e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 14:21:25 2022 -0700
+
+    [gvar] Skip degenerate all-untouched delta-sets
+
+ src/hb-ot-var-gvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 656bb223f17343d68dcd6118d6afdb85b7298345
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 14:16:40 2022 -0700
+
+    [gvar] Micro-optimize unpack_points
+
+ src/hb-ot-var-gvar-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit a383027262d5d073da29e4bc45ef2b99c734a1de
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 14:15:17 2022 -0700
+
+    [gvar] Cosmetic
+
+ src/hb-ot-var-gvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit be89919a7097d6ba1fa4e3042627d13fac545e53
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 13:56:20 2022 -0700
+
+    [gvar] is_valid() remove a check
+    
+    I don't know why this check was there, but it doesn't make sense
+    because that function never returns 0 / false.
+
+ src/hb-ot-var-gvar-table.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit e8ddf107d0f3ecd66db901c748028bf642210ae8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 13:29:32 2022 -0700
+
+    [gvar] Optimize a loop
+
+ src/hb-ot-var-gvar-table.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit dd6fcec92ccc609435312dd42b9ae3c98c88af40
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 13:27:40 2022 -0700
+
+    [gvar] Remove a conditional
+
+ src/hb-ot-var-gvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a02317238af994b15f280b33d20a0eb8e75ae711
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 13:24:39 2022 -0700
+
+    [gvar] Refactor deltas array access
+
+ src/hb-ot-var-gvar-table.hh | 18 ++++++++++--------
+ 1 file changed, 10 insertions(+), 8 deletions(-)
+
+commit c34c77698c473cdaa85a703a75db85ee5f328d7f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 13:21:01 2022 -0700
+
+    [gvar] Don't try IUP if all points are specified
+
+ src/hb-ot-var-gvar-table.hh | 84 ++++++++++++++++++++++++---------------------
+ 1 file changed, 45 insertions(+), 39 deletions(-)
+
+commit 27c4037e5988d41b92c7c3904d4ceeea8c31586c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 13:12:22 2022 -0700
+
+    [gvar] Micro-optimize boundary-checking
+
+ src/hb-ot-var-gvar-table.hh | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+commit ab8346fb6fee2fd64204cc880c5f75f3b1b33ff9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 13:07:39 2022 -0700
+
+    [gvar] Add an unlikely
+
+ src/hb-ot-var-gvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1e8a342ea2769f368be6dbf0bf6b0aaf99af1db7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 13:02:38 2022 -0700
+
+    [gvar] Micro-optimize int types
+
+ src/hb-ot-var-gvar-table.hh | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 4afcdf675ba9b134a92659090aa4bf0b7a39d5f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 12:56:48 2022 -0700
+
+    More hb_memcpy
+
+ src/OT/glyf/CompositeGlyph.hh | 16 ++++++++--------
+ src/OT/glyf/SimpleGlyph.hh    | 10 +++++-----
+ src/graph/gsubgpos-graph.hh   |  2 +-
+ src/graph/pairpos-graph.hh    |  2 +-
+ src/graph/serialize.hh        |  2 +-
+ 5 files changed, 16 insertions(+), 16 deletions(-)
+
+commit 58a696d80ed3158c88e8e95345642cbd4db75eaa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 12:56:05 2022 -0700
+
+    More hb_memset
+
+ src/OT/Layout/Common/Coverage.hh  | 2 +-
+ src/hb-buffer-deserialize-json.rl | 4 ++--
+ src/hb-buffer-deserialize-text.rl | 4 ++--
+ 3 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 59c45f6debd8e266286ba7b34314a3b625d8a307
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 12:54:50 2022 -0700
+
+    Use hb_memcpy instead of memcpy consistently
+
+ src/hb-aat-layout-morx-table.hh |  8 ++++----
+ src/hb-blob.cc                  |  2 +-
+ src/hb-buffer-serialize.cc      |  8 ++++----
+ src/hb-buffer.cc                |  6 +++---
+ src/hb-cff-interp-common.hh     |  2 +-
+ src/hb-common.cc                |  8 ++++----
+ src/hb-font.cc                  | 10 +++++-----
+ src/hb-open-file.hh             |  2 +-
+ src/hb-ot-cff-common.hh         |  6 +++---
+ src/hb-ot-cff1-table.hh         |  4 ++--
+ src/hb-ot-cff2-table.hh         |  4 ++--
+ src/hb-ot-color-cbdt-table.hh   |  2 +-
+ src/hb-ot-layout-common.hh      |  2 +-
+ src/hb-ot-math-table.hh         |  4 ++--
+ src/hb-ot-name-table.hh         |  2 +-
+ src/hb-ot-post-table.hh         |  2 +-
+ src/hb-ot-stat-table.hh         |  2 +-
+ src/hb-ot-tag.cc                |  2 +-
+ src/hb-ot-var-common.hh         |  2 +-
+ src/hb-ot-var-gvar-table.hh     |  4 ++--
+ src/hb-serialize.hh             |  8 ++++----
+ src/hb-shape-plan.cc            |  2 +-
+ src/hb-shaper.cc                |  2 +-
+ src/hb-subset-cff-common.hh     |  4 ++--
+ src/hb-uniscribe.cc             |  4 ++--
+ src/test-repacker.cc            |  2 +-
+ 26 files changed, 52 insertions(+), 52 deletions(-)
+
+commit ac0efaf8181636fdecbffa79c629547e072f5287
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 12:50:36 2022 -0700
+
+    Use hb_memset instead of memset consistently
+
+ src/hb-aat-map.hh                 |  2 +-
+ src/hb-bit-page.hh                |  6 +++---
+ src/hb-buffer-deserialize-json.hh |  4 ++--
+ src/hb-buffer-deserialize-text.hh | 28 ++++++++++++++--------------
+ src/hb-buffer.cc                  | 12 ++++++------
+ src/hb-common.cc                  |  4 ++--
+ src/hb-font.cc                    |  6 +++---
+ src/hb-font.hh                    |  6 +++---
+ src/hb-graphite2.cc               |  2 +-
+ src/hb-ot-map.cc                  |  2 +-
+ src/hb-ot-map.hh                  |  2 +-
+ src/hb-pool.hh                    |  2 +-
+ src/hb-uniscribe.cc               |  2 +-
+ 13 files changed, 39 insertions(+), 39 deletions(-)
+
+commit 44a892a233e0441a0bac84a680aebf2362f2c227
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 12:48:52 2022 -0700
+
+    [shape] Use hb_memcmp instead of memcmp
+
+ src/hb-ot-shape.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c53c64812724762b91ff397c56f6701d42d000b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 12:46:25 2022 -0700
+
+    [subset-cff] Another handrolled memcpy
+
+ src/hb-subset-cff-common.hh | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit ae578705c2ac7f8d520ff5f6646c2efe57469902
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 12:23:17 2022 -0700
+
+    [array] Write hash as range for loop again
+    
+    Now that our range loop is faster than our own iter.
+
+ src/hb-array.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 13e1ca9eb520d7a5ca1092d2bf8566669d8b5580
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 12:19:28 2022 -0700
+
+    [cff] Micro-optimize memcpy
+
+ src/hb-cff-interp-common.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 2968dd7844c71734e0e052bb1a9eb7875e214961
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 11:57:29 2022 -0700
+
+    [gvar] Optimize as_array() access
+
+ src/hb-ot-var-gvar-table.hh | 16 +++++++++-------
+ 1 file changed, 9 insertions(+), 7 deletions(-)
+
+commit bb3bb76450c575321aecf33b74e5b51d0c5c75e3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 11:53:35 2022 -0700
+
+    [gvar] Optimize scalar = 1.0 case
+
+ src/hb-ot-var-gvar-table.hh | 26 ++++++++++++++++++--------
+ 1 file changed, 18 insertions(+), 8 deletions(-)
+
+commit 2d098d5d7f223d587abe4e8926a911cfbb5eef62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 11:51:04 2022 -0700
+
+    [gvar] Use memset
+
+ src/hb-ot-var-gvar-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit e630a65e604ea4d1fc4fb4818c456c3d450fede4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 11:27:05 2022 -0700
+
+    [gvar] Micro-optize vector extend
+
+ src/hb-ot-var-gvar-table.hh | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit 49d4f62135f34983ea1e47828f6f549d4f581f9a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 11:14:56 2022 -0700
+
+    [gvar] Micro-optimize
+
+ src/hb-ot-var-gvar-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1758ee6646f69f80bbcd79d93fc4992aeaf6c2bc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 10:45:49 2022 -0700
+
+    [glyf] Minor write loop more idiomatically
+
+ src/OT/glyf/SimpleGlyph.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 16ec9dcc1bb7f4e710d4c4b83f3900dc15b29c3b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 10:43:46 2022 -0700
+
+    [gvar] Whitespace
+
+ src/hb-ot-var-gvar-table.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit b567ce51d3724c6dc89cce72257dd5baf245fc9a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 20:08:54 2022 -0700
+
+    [subset] Don't trim glyf's again if preprocessed
+    
+    Speeds up M1/10000 benchmark by 30%!
+
+ src/OT/glyf/glyf.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 72059a47891d2ecf875dcf36836a2cabe599502a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 10:41:37 2022 -0700
+
+    [gvar] Optimize IUP alg
+
+ src/hb-ot-var-gvar-table.hh | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit ee9873b5ede5ee14a542dd1d4bc470695487c5f4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 10:23:17 2022 -0700
+
+    [gvar] Disable initializing vectors when not necessary
+
+ src/hb-ot-var-gvar-table.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit b0d2641186e269da1f1556bf7d1c8b8c7763ccb3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 10:20:11 2022 -0700
+
+    [vector] Add "initialize" argument to resize()
+
+ src/hb-vector.hh | 12 +++++++++---
+ 1 file changed, 9 insertions(+), 3 deletions(-)
+
+commit a2059f8f55ebbc8cbc6adf7df0d1886ee130f2dd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 10:16:21 2022 -0700
+
+    [gvar] Optimize unpack_points
+
+ src/hb-ot-var-gvar-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 6d7206b68bbb4cd99f2a53ff8ac61114d272a958
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 22 10:13:14 2022 -0700
+
+    [gvar] Optimize unpack_deltas
+
+ src/hb-ot-var-gvar-table.hh | 14 +++++++++-----
+ 1 file changed, 9 insertions(+), 5 deletions(-)
+
+commit bca569ae535e4fb7a38f9ec9514e667fc15a29d2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 23:19:42 2022 -0700
+
+    [array] Speed up hash() for byte arrays
+
+ src/hb-array.hh | 32 ++++++++++++++++++++++++++++----
+ 1 file changed, 28 insertions(+), 4 deletions(-)
+
+commit d7b492e3f589f8ba0d034a818a83a1d14a86b443
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 23:08:51 2022 -0700
+
+    Revert "[array] Remove hash specializations for bytes"
+    
+    This reverts commit 213117317cefeb4e75d21c5c21e383309f116bb0.
+
+ src/hb-array.hh | 15 +++++++++++++++
+ 1 file changed, 15 insertions(+)
+
+commit 1572ba281acb7fb3510d97e0f52bea83a1d6050d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 22:26:44 2022 -0700
+
+    [subset-cff] Return in subr closure if already seen subr
+    
+    Not sure why this was not done before.
+
+ src/hb-subset-cff-common.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit a29ca6efbc7ee4a7832fdf66bdda07654e28496a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 22:02:17 2022 -0700
+
+    [subset-cff] Comment
+
+ src/hb-subset-cff-common.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 28e767ddea3acea744fad3f8e44f1f8f3b4d198d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 21:59:51 2022 -0700
+
+    [subset-cff] Really optimize op_str_t / parsed_cs_op_t layout
+    
+    Now parsed_cs_op_t and op_str_t are both 16 bytes.
+    
+    Saves another 7% in SourceHanSans/10000 benchmark.
+
+ src/hb-cff-interp-common.hh | 9 ++++++---
+ src/hb-subset-cff-common.hh | 5 +++--
+ 2 files changed, 9 insertions(+), 5 deletions(-)
+
+commit 2d5ee23731ecbd779a36142cd32f8d50eae88ff2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 21:37:38 2022 -0700
+
+    [subset-cff] Readjust parsed_cs_op_t
+    
+    Now it doesn't matter anymore since op_str_t is adjusted and
+    is 16 bytes with 8byte alignment.
+
+ src/hb-subset-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4f056b923a99236b70d52236a4e3c293242c3216
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 21:37:38 2022 -0700
+
+    [subset-cff] Optimize op_str_t layout
+
+ src/hb-cff-interp-common.hh | 18 +++++++++++++-----
+ src/hb-subset-cff-common.hh | 20 ++++++++++----------
+ src/hb-subset-cff1.cc       |  5 +++--
+ 3 files changed, 26 insertions(+), 17 deletions(-)
+
+commit a750cb012855558e137c8eb483af1c94ea7d3e00
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 21:03:32 2022 -0700
+
+    Simplify rvalue creation
+
+ src/hb-subset-plan.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 86a763c651090094f35f1995cba7a923aaa9e0d3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 20:53:44 2022 -0700
+
+    [map] Make keys moveable
+
+ src/hb-map.hh   | 10 ++++++----
+ src/test-map.cc |  6 ++----
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
+commit cf20d2ec5d609a5a9319b5b1f6cdf5616d41d13d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 20:46:01 2022 -0700
+
+    [map] Take const key
+
+ src/hb-map.hh         | 10 +++++-----
+ src/hb-subset-plan.hh |  6 +++---
+ src/test-map.cc       |  2 +-
+ 3 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 3d1c76f713844f192aa11af956e9ee84f097b071
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 19:40:32 2022 -0700
+
+    [serializer] Don't hash objects twice
+
+ src/hb-map.hh       | 78 ++++++++++++++++++++++++++---------------------------
+ src/hb-serialize.hh |  6 +++--
+ src/test-map.cc     |  2 +-
+ 3 files changed, 43 insertions(+), 43 deletions(-)
+
+commit 35878df2155f38e981acde5888141bb61bd9ab63
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 19:14:03 2022 -0700
+
+    [algs] Implement swap() for pair_t
+    
+    Helps priority_queue::pop_minimum and friends, which help subsetter
+    repacker. Shows a few percentage improvement on NotoNastaliq benchmark.
+
+ src/hb-algs.hh | 29 ++++++++++++++++++-----------
+ 1 file changed, 18 insertions(+), 11 deletions(-)
+
+commit a2984a2932c94312d75dfc64485c8afaa97a34b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 18:40:01 2022 -0700
+
+    [cff] Remove unnecessary namespacing
+
+ src/hb-ot-cff-common.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit dc3bb5e0ed4f44e3a11474656ecf2cd8b7d86a68
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 18:18:48 2022 -0700
+
+    [subset-cff] Pre-allocate values array for subroutines as well
+
+ src/hb-cff-interp-common.hh | 2 ++
+ src/hb-subset-cff-common.hh | 4 ++++
+ 2 files changed, 6 insertions(+)
+
+commit c6279224dbe5b2b8d3895cd91429178fc408e23a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 18:01:50 2022 -0700
+
+    [cff] Adjust pre-allocation
+    
+    This better matches actual usage, given that ops are one or two
+    bytes, and vector also allocates 50% extra.
+
+ src/hb-subset-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit bab8ec58b044272d45d584e8f16c6715ca21ee89
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 17:46:32 2022 -0700
+
+    [subset-cff] Disable sharing when packing charstring INDEXes
+    
+    Saves another 8%ish.
+
+ src/hb-subset-cff1.cc | 6 +++---
+ src/hb-subset-cff2.cc | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 2cadacad6c1da254fc778db3300aa6c53d0de420
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 17:17:15 2022 -0700
+
+    [cff] Simplify str_encoder_t error handling
+
+ src/hb-subset-cff-common.hh | 16 ++++------------
+ 1 file changed, 4 insertions(+), 12 deletions(-)
+
+commit f263e3fe2e11810a517925d580640a21402ae36b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 17:04:55 2022 -0700
+
+    [cff] Manually copy short strings instead of memcpy()
+
+ src/hb-subset-cff-common.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 38efd1862fd42e8323aa93da9c6f9685ea4919fc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 17:02:11 2022 -0700
+
+    [cff] Add a likely()
+
+ src/hb-subset-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 191025cc96b2f72dd893619b7d296001609c168d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 16:58:19 2022 -0700
+
+    [cff] Adjust buffer pre-allocation
+    
+    Most ops take one or two bytes, so allocate count*2, not count*3.
+    Shows minor speedup in subsetting benchmark (around 2%).
+
+ src/hb-subset-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4b2caafea2cd2902b866a94c965f20d1caabad5e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 16:46:20 2022 -0700
+
+    [subset-cff] Optimize parsed_cs_op_t size
+    
+    Shows 5% speedup on SourceHanSans-Regular/10000 benchmark.
+
+ src/hb-subset-cff-common.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit e0b06bd1b1daaac4d8e020db9ac3ec1fcaad38b6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 16:09:39 2022 -0700
+
+    [subset] Cache has_seac in accelerator
+    
+    Speeds up SourceHanSans-Regular/10000 benchmark by %25.
+
+ src/hb-subset-accelerator.hh |  5 ++++-
+ src/hb-subset-plan.cc        | 16 ++++++++++++----
+ src/hb-subset-plan.hh        |  1 +
+ src/hb-subset.cc             |  3 ++-
+ 4 files changed, 19 insertions(+), 6 deletions(-)
+
+commit dd1ba328a8d49ff43633eda43013fd5dd1fe2ada
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Nov 21 23:20:59 2022 +0000
+
+    [repacker] fix fuzzer timeout.
+    
+    For https://oss-fuzz.com/testcase-detail/5845846876356608. Only process the set of unique overflows.
+
+ src/graph/serialize.hh                             |  21 +++++++++++++++++++++
+ ...ase-minimized-hb-subset-fuzzer-5845846876356608 | Bin 0 -> 427854 bytes
+ 2 files changed, 21 insertions(+)
+
+commit 59451502e99ff0dd73361a53fc576cb8b0057d75
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 15:23:16 2022 -0700
+
+    [cff] Optimize env error checking
+
+ src/hb-cff-interp-common.hh | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit b238578a9c9255282b7634bcbf751f03001ceda6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 14:36:57 2022 -0700
+
+    [cff] Optimize INDEX operator[]
+
+ src/hb-ot-cff-common.hh | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit d9de515a382c169f50a56fc7292aa96f62366ce8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 14:23:07 2022 -0700
+
+    [cff] Optimize byte_str_ref_t array access
+
+ src/hb-cff-interp-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a81ec9b2b6734e66c0d532ae4da1b6788dd59f0c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 14:03:28 2022 -0700
+
+    [cff] Optimize byte_str_ref_t inc()
+    
+    Shows a couple percent speedup.
+
+ src/hb-cff-interp-common.hh | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit 3ff75411bdc29094c4664f834703dc5c4cf117c7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 13:08:55 2022 -0700
+
+    [algs] Fix bot fail
+
+ src/hb-algs.hh           | 2 +-
+ src/hb-ot-shaper-thai.cc | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit b81e3989f83da88e387e04b54bdb85d1f26ed5e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 13:02:40 2022 -0700
+
+    Try fixing arm-eabi build after a10cfe3f32861c13578dc21476b2fe4d2e0af43c
+
+ src/hb-ot-shaper-thai.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4c14043b06cb28cef5a8a6ebfc39a0c83902d423
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 12:56:33 2022 -0700
+
+    [algs] Add output argument to hb_unsigned_mul_overflows()
+
+ src/hb-algs.hh     | 10 +++++++---
+ src/hb-buffer.cc   | 20 ++++++++++----------
+ src/hb-sanitize.hh | 15 +++++++++------
+ 3 files changed, 26 insertions(+), 19 deletions(-)
+
+commit 25adbb382535de2c981755df211295249a93c4e2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 12:47:53 2022 -0700
+
+    [algs] Use __builtin_mul_overflow
+    
+    Compiles to smaller binary.
+
+ src/hb-algs.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit a10cfe3f32861c13578dc21476b2fe4d2e0af43c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 12:37:59 2022 -0700
+
+    [algs] Write hb_in_ranges() recursively
+
+ src/hb-algs.hh | 15 +++++----------
+ 1 file changed, 5 insertions(+), 10 deletions(-)
+
+commit 2e86700e30265e839f7b00e4bdaf43b5fe04bde2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 12:28:10 2022 -0700
+
+    [gvar] Add memory-barrier as in ArrayOf
+
+ src/hb-ot-var-gvar-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit b00a911fa721598b1b7c44943790671506091542
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 12:11:30 2022 -0700
+
+    [sorted-array] Add faster iterator implementation here as well
+
+ src/hb-array.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 7cc79a8a86835bc641bf56c0b82e36063f44e22f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 12:09:24 2022 -0700
+
+    [vector] Adjust comment
+
+ src/hb-vector.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e82a3c69dd5155b7bcd41fe2131514fa780da24a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 12:00:10 2022 -0700
+
+    [array/vector] Optimize range-based for-loop
+    
+    Avoid bounds-checking.
+
+ src/hb-array.hh  |  5 +++++
+ src/hb-iter.hh   | 16 ++++++++++------
+ src/hb-ot-map.cc |  3 +--
+ src/hb-vector.hh |  5 +++++
+ 4 files changed, 21 insertions(+), 8 deletions(-)
+
+commit 0387182c2a198c69f2313bc8627762477bae4bde
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 11:05:47 2022 -0700
+
+    [ot-map] Minor refactor features[i] access
+
+ src/hb-ot-map.cc | 17 ++++++++++-------
+ 1 file changed, 10 insertions(+), 7 deletions(-)
+
+commit 5ee6d5d77e373314e007d736f04b3686723d1cfd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 11:00:29 2022 -0700
+
+    [cff] Add memory-barrier to INDEX
+    
+    Like we do for ArrayOf.
+
+ src/hb-ot-cff-common.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 6905d36d73f7b33243aaa8507ded49272462d3f8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 10:51:33 2022 -0700
+
+    [cff] Fix fetch_op() bounds-checking
+
+ src/hb-cff-interp-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b51ab1a9e515f10ed6906b9e1149120854c48260
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 10:27:07 2022 -0700
+
+    [cff] Optimize byte_str_ref_t
+    
+    Make it 16 bytes instead of 24.  This struct is used in the subroutine
+    call stack heavily.
+    
+    This change makes the HB AdobeVFPrototype benchmark to become faster
+    than FT one, with about 6% speedup as a result of this change.
+
+ src/hb-cff-interp-common.hh | 36 ++++++++++++++++--------------------
+ 1 file changed, 16 insertions(+), 20 deletions(-)
+
+commit 7a39464b1883dd4e04608427522d545e049c8389
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 09:48:54 2022 -0700
+
+    [cff] Hide members of byte_str_ref_t
+
+ src/hb-cff-interp-common.hh | 13 +++++++------
+ src/hb-ot-cff1-table.hh     |  2 +-
+ 2 files changed, 8 insertions(+), 7 deletions(-)
+
+commit 18141f00070d2134fb45a68edad026cc83b0f2ea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 09:47:03 2022 -0700
+
+    [cff] Move a sub_array call
+    
+    No logic change.... I hope?!
+
+ src/hb-cff-interp-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f66415cdd17009463cbc79e6fe3af1edc08a3649
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 09:39:27 2022 -0700
+
+    [cff] Move initialization of a type to constructor
+
+ src/hb-cff-interp-common.hh | 12 ++----------
+ 1 file changed, 2 insertions(+), 10 deletions(-)
+
+commit 70a5cd53f645ff70f6dbcb306fbde3bc778abece
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 21 08:52:33 2022 -0700
+
+    [algs] Assert trivial copy assignable in stable_sort
+
+ src/hb-algs.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 9bb39423f5c46fb2f69ac8975de1433020e46411
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 20 17:40:54 2022 -0700
+
+    [algs] Simplify stable_sort signatures
+
+ src/hb-algs.hh | 10 ++--------
+ 1 file changed, 2 insertions(+), 8 deletions(-)
+
+commit d119568df6bb1691bb9f8146a020811ded5c8dfd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 20 14:11:51 2022 -0700
+
+    [cbdt] Use vector tail()
+
+ src/hb-ot-color-cbdt-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 87a88117c8fe819eccce98c71e5f912a756ade96
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 20 14:10:39 2022 -0700
+
+    [object] Use vector tail()
+
+ src/hb-object.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 76ce390b5ae15004ff8abf8c6360a377c0656dd6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 20 13:54:56 2022 -0700
+
+    [ucd] Document algorithms
+
+ src/gen-ucd-table.py | 33 ++++++++++++++++++++++++++++++---
+ src/hb-ucd.cc        | 16 ++++++++++++++++
+ 2 files changed, 46 insertions(+), 3 deletions(-)
+
+commit ed43bc5118edb0cdcbbfac4d31f514d7aa86ebe4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 20 13:10:19 2022 -0700
+
+    [buffer] Move delete_glyphs_inplace() here
+
+ src/hb-aat-layout.cc |  2 +-
+ src/hb-buffer.cc     | 47 +++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-buffer.hh     |  2 ++
+ src/hb-ot-layout.cc  | 50 --------------------------------------------------
+ src/hb-ot-layout.hh  |  4 ----
+ src/hb-ot-shape.cc   |  2 +-
+ 6 files changed, 51 insertions(+), 56 deletions(-)
+
+commit dd88dae8a9f140c6bbc44d3efd44a37acc71c0c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 19 15:22:39 2022 -0700
+
+    [unicode] Simplify set_funcs a bit more
+
+ src/hb-unicode.cc | 13 +++++--------
+ 1 file changed, 5 insertions(+), 8 deletions(-)
+
+commit 2d8ff3bcbe69f9d573f2075ef0e3c3d061f1133f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 19 15:23:44 2022 -0700
+
+    [unicode] Destroy user_data in set_funcs fail paths
+    
+    This is what the font_funcs / draw_funcs do.
+
+ src/hb-unicode.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 527823ccacf2b1e9807ea5b15e8ea15c1f4ddeb1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 19 15:19:08 2022 -0700
+
+    [unicode] Destroy user_data in set_funcs fail paths
+    
+    This is what the font_funcs / draw_funcs do.
+
+ src/hb-unicode.cc       | 14 +++++++++++++-
+ test/api/test-unicode.c |  4 ++--
+ 2 files changed, 15 insertions(+), 3 deletions(-)
+
+commit 56d6b6992b630ea81b681b2876dbcee97164b617
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 19 15:08:50 2022 -0700
+
+    [font/draw] Remove unneeded branch
+    
+    The preamble sets user_data/destroy to nullptr if func is nullptr.
+
+ src/hb-draw.cc | 19 +++++++------------
+ src/hb-font.cc | 18 +++++++-----------
+ 2 files changed, 14 insertions(+), 23 deletions(-)
+
+commit 976bb26cc14909273959695691c65b099349666b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 19 15:06:23 2022 -0700
+
+    [draw] Optimize set_func functions
+
+ src/hb-draw.cc | 72 +++++++++++++++++++++++++++++++++++++++++++---------------
+ src/hb-font.cc | 18 +++++++--------
+ 2 files changed, 63 insertions(+), 27 deletions(-)
+
+commit 114167a9333ebd492832ed45fcf86484def1d909
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 19 14:47:45 2022 -0700
+
+    [font] Optimize set_func functions
+
+ src/hb-font.cc | 81 ++++++++++++++++++++++++++++++++++++++--------------------
+ 1 file changed, 54 insertions(+), 27 deletions(-)
+
+commit f9d7b303ede471a58393d730c4ca3cf935ac7f8b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 19 14:20:36 2022 -0700
+
+    [thai] Use smaller type for arrays
+    
+    No logic change.
+
+ src/hb-ot-shaper-thai.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 72c4e431af13a2c5108998b6d23d3f36d0f97b25
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 19 13:40:33 2022 -0700
+
+    [use-table] Add a OPTIMIZE_SIZE version
+
+ src/gen-use-table.py          |  28 ++++-
+ src/hb-ot-shaper-use-table.hh | 270 ++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 293 insertions(+), 5 deletions(-)
+
+commit 83c3a91dc6a1e666383987e37e2ef934ffb245bc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 19 13:34:58 2022 -0700
+
+    [gen-use-table] Report fullCost
+
+ src/gen-use-table.py | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit ba08de624ef42229933061ae9837512196b5c53e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 19 13:14:18 2022 -0700
+
+    [ucd] Change OPTIMIZE_SIZE to compression level 9
+    
+    Also changes default compression level from 3 to 5, but that shows
+    no change in the generated table size.
+
+ src/gen-ucd-table.py |   24 +-
+ src/hb-ucd-table.hh  | 3892 ++++++++++++++++++++++++--------------------------
+ 2 files changed, 1871 insertions(+), 2045 deletions(-)
+
+commit b68f9f3cfecc23c7f1af128256e652cdb2c04a80
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 21:35:35 2022 -0700
+
+    [machinery] Adjust comment
+
+ src/hb-machinery.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit a47ba1dc0eafa93af0b390f8cc61a8d0573cbf1a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 21:14:07 2022 -0700
+
+    [lazy-pointer] Hide instance
+
+ src/hb-machinery.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 281b4705b43503e0a377a6ac251f4b48ae00542f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 20:25:05 2022 -0700
+
+    [pool] Rewrite a loop as dagger
+
+ src/hb-pool.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 3ff8abf27287da410883b0f4305cb9426206a60f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 19:35:49 2022 -0700
+
+    Revert "[map] Allow std::move-ing keys into the map"
+    
+    This reverts commit f657ef7e57c889309c2d9d37934368ca255f9d5b.
+    
+    This breaks many compilers with messages like this:
+    
+    hb-subset-plan.hh:226: undefined reference to `OT::head::tableTag'
+    
+    I'm out of my depth re how to fix it.
+
+ src/hb-map.hh   | 15 ++++++---------
+ src/test-map.cc |  6 ++++--
+ 2 files changed, 10 insertions(+), 11 deletions(-)
+
+commit 039e476baccd87786e79e3b483c526d784f5631c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 19:26:02 2022 -0700
+
+    [test-vector] Test sink-move'ing
+
+ src/test-vector.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit a3a218edb57e63f49b49ef847b258b641609a1d7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 19:24:41 2022 -0700
+
+    [map] Add a couple more sink interfaces
+
+ src/hb-map.hh   | 4 ++++
+ src/test-map.cc | 2 ++
+ 2 files changed, 6 insertions(+)
+
+commit 90226eab8933975cb5a6f4e7f7f8067c0a24a68a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 19:21:58 2022 -0700
+
+    [test-map] Test inserting shared_ptr key
+
+ src/test-map.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit f657ef7e57c889309c2d9d37934368ca255f9d5b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 19:17:03 2022 -0700
+
+    [map] Allow std::move-ing keys into the map
+
+ src/hb-map.hh   | 15 +++++++++------
+ src/test-map.cc |  2 ++
+ 2 files changed, 11 insertions(+), 6 deletions(-)
+
+commit a1768ad82938922cda34603371af86ff8035beac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 19:08:34 2022 -0700
+
+    [map] Fix use of !=
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e74b372b59db623f246499db12e8e9707648ccce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 18:41:39 2022 -0700
+
+    [test-map] Test moving values
+
+ src/test-map.cc | 17 +++++++++++++++--
+ 1 file changed, 15 insertions(+), 2 deletions(-)
+
+commit a9c6a20b193bfa26a43b0d5a1021038dfe4c8ba4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 18:29:12 2022 -0700
+
+    [map] Support moving value in sink interface
+
+ src/hb-algs.hh  |  2 +-
+ src/hb-map.hh   |  2 ++
+ src/test-map.cc | 10 +++++++++-
+ 3 files changed, 12 insertions(+), 2 deletions(-)
+
+commit 1bf9afaad0c7b05d6fbd97805449561b4cc4c5fe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 18:20:50 2022 -0700
+
+    [test-vector] Test sink interface
+
+ src/test-vector.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit fa0e4b041d8d3525a84f838a27b84d2a100025cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 18:20:14 2022 -0700
+
+    [test-map] Test sink interface
+
+ src/test-map.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1c612a85415ed3b0aec4907817f5ed7211dd1c3c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 18:18:42 2022 -0700
+
+    [test-set] Test sinking range
+
+ src/test-set.cc | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 356708e34a52bbf22cafa44771ee6eeaefc8a80b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 18:17:34 2022 -0700
+
+    [test-set] Test length of iterator
+
+ src/test-set.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 2892fc71e8733890db666afe0ccbd491c0c0bbd2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 18:03:59 2022 -0700
+
+    [vector] Add std::move to pop()
+    
+    This was removed in 76fc27713f52cc338f0325650c2c7798f5cfa2ce,
+    but I believe that was faultly. It was because of a bad move
+    implementation in the set.
+
+ src/hb-vector.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 921f45f46d2f973113d79fd68adb59ae8c0141af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 17:26:58 2022 -0700
+
+    [array] Rewrite hash() as dagger
+
+ src/hb-array.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 213117317cefeb4e75d21c5c21e383309f116bb0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 17:24:23 2022 -0700
+
+    [array] Remove hash specializations for bytes
+    
+    Not needed.
+
+ src/hb-array.hh | 15 ---------------
+ 1 file changed, 15 deletions(-)
+
+commit bef5a1c8dc5fd2930e2fd395ad6c1ec4a6a0c2c3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 17:22:17 2022 -0700
+
+    [vector] Comment
+
+ src/hb-vector.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 69b41f92ec97e3c6822541a96daea66258eba637
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 17:04:34 2022 -0700
+
+    [vector] Simplify shift_down_vector()
+    
+    Compiler is smarter than I am.
+
+ src/hb-vector.hh | 11 -----------
+ 1 file changed, 11 deletions(-)
+
+commit 1dd9396c7a4c24fe9d578551fab735bdd699e52a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 17:01:14 2022 -0700
+
+    [vector] Optimize grow_vector() for size
+    
+    Again, compiler is smarter than I am.
+
+ src/hb-vector.hh | 10 ----------
+ 1 file changed, 10 deletions(-)
+
+commit d36f688131070308c222ebb54fbb188c6cbe278f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 17:00:07 2022 -0700
+
+    [vector] Optimize shrink_vector for size
+    
+    Compiler is smarter than I am.
+
+ src/hb-vector.hh | 13 +------------
+ 1 file changed, 1 insertion(+), 12 deletions(-)
+
+commit bc8eded2963376901be02f9d0f563c980b0a67b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 16:51:24 2022 -0700
+
+    [vector] Remove a for loop
+
+ src/hb-vector.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit afd9a58bd76032f98fa1daf579c780121ddcdfb6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 16:46:01 2022 -0700
+
+    [vector] Save a couple hb_iter() invocations
+
+ src/hb-vector.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 3ead9863d2fc6ab64984ae5ba49c6c3005679138
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 16:43:47 2022 -0700
+
+    [map] Add size()
+
+ src/hb-map.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 42db8be1897862d0545471b48a8da765496c7aa0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 16:41:50 2022 -0700
+
+    [map] Minor remove if condition
+
+ src/hb-map.hh | 19 +++++++++----------
+ 1 file changed, 9 insertions(+), 10 deletions(-)
+
+commit 4ec706980c9f5583b9c6db2862b9603bba284055
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 16:39:30 2022 -0700
+
+    [map] Rewrite hash() as dagger
+    
+    Somehow our daggers instead of for loop save size. I cannot
+    pinpoint why, other than maybe not inlining.
+
+ src/hb-map.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 025a68cb074cde6b150f7edaf9fa87cb11773b56
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 16:33:04 2022 -0700
+
+    [map] Optimize copy resizing logic
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f1d716871d64641136f2f7f17b0731bed59f3a12
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 16:31:27 2022 -0700
+
+    [map] Change bucket_for_hash() to item_for_hash()
+
+ src/hb-map.hh | 26 +++++++++++++-------------
+ 1 file changed, 13 insertions(+), 13 deletions(-)
+
+commit d012f9a9b3a38cc313a07780b68e6494cc8c97c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 16:29:06 2022 -0700
+
+    [map] Change bucket_for() to item_for()
+
+ src/hb-map.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 68a29020c586a17bcefead7041cf64033a0c3cea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 16:02:45 2022 -0700
+
+    [bit-page] Write hash() as dagger
+
+ src/hb-bit-page.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 87271e1b2e3e313ab21ee78f947d7470b01fac72
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 16:01:23 2022 -0700
+
+    [bit-page] Write get_population as dagger
+
+ src/hb-bit-page.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 744eb6baf9ff060af52a6457c012e0f6f4c0a0ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 15:56:06 2022 -0700
+
+    [bit-page] Write is_empty() as dagger
+
+ src/hb-bit-page.hh | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+commit 43a4028f0e22c70a979164ddf037c1f6709a3524
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 15:54:34 2022 -0700
+
+    [algs] Move hb_vector_size_t to bit-page as only user
+
+ src/hb-algs.hh     | 43 -------------------------------------------
+ src/hb-bit-page.hh | 44 ++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 44 insertions(+), 43 deletions(-)
+
+commit 01f961ac3a1fdfb31c184e66a5b772239a579764
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 15:47:17 2022 -0700
+
+    [gsubgpos] Minor call hb_iter() instead of ->iter() directly
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit bba5765583c5857622512c8c99a40cecc7b38839
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 14:52:17 2022 -0700
+
+    [gsubgpos] Remove a few unnecessary namespace invocations
+
+ src/hb-ot-layout-gsubgpos.hh | 34 +++++++++++++++++-----------------
+ 1 file changed, 17 insertions(+), 17 deletions(-)
+
+commit b4d0d1608d5b86ae5b3021fbf98db0472911c578
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 14:47:33 2022 -0700
+
+    [gsubgpos] Rewrite a couple apply() functions as daggers
+
+ src/hb-ot-layout-gsubgpos.hh | 16 ++++++++++------
+ 1 file changed, 10 insertions(+), 6 deletions(-)
+
+commit 76c8214eb51fada2d99c460b59307c7acc4ad074
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 18 12:30:46 2022 -0700
+
+    [gsubgpos] Move member around
+
+ src/hb-ot-layout-gsubgpos.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 81a573008e407a67b9c0ea22d4a9a2d9c22222ac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 17 16:59:36 2022 -0700
+
+    [map] Optimize storage
+
+ src/hb-map.hh | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+commit ae080bf202e08f3b9748a2d752ee5a1cc8a522f1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 17 16:34:58 2022 -0700
+
+    [map] Initialize key and value explicitly
+    
+    If they are of int time they won't be initialized otherwise.
+
+ src/hb-map.hh | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 1d41b9cb3c5078f4d0dd5b693e611ac8724ec91d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 17 16:26:48 2022 -0700
+
+    [user-data] std::move item
+
+ src/hb-object.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ff0bb74895ad6b43792cdc2e3add9cbe9c712a15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 17 16:17:37 2022 -0700
+
+    [map] Call item_t constructor/destructor directly
+
+ src/hb-map.hh | 34 ++++++++++++++--------------------
+ 1 file changed, 14 insertions(+), 20 deletions(-)
+
+commit 5c8871594955133a5652d4fad07bec20805bfbcf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 17 16:14:16 2022 -0700
+
+    [map] Add item_t.destruct()
+
+ src/hb-map.hh | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 7f83040836e77c13e5a704ee76b83840389876d4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 17 16:10:37 2022 -0700
+
+    [map] Simplify (de)construction of item_t
+
+ src/hb-map.hh | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit 99103bd9768fbb2063542c60ecdae317df0ce155
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 17 15:57:06 2022 -0700
+
+    [map] Destruct objects when clearing
+
+ src/hb-map.hh | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 4caad5720cecbf28bb9b11aceba4ab8bf79f611e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 17 15:51:39 2022 -0700
+
+    [test-map] Add test for reset
+    
+    I expect this to leak now, since we don't destruct items.
+
+ src/test-map.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit e93c01c3ae4e7ed019455dd9098034b506b8c49a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 17 15:50:00 2022 -0700
+
+    [map] Rename item clear() to construct()
+
+ src/hb-map.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit fc22d706fe1f72212ad1fba61435a1484b75ffe6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 17 15:46:48 2022 -0700
+
+    [test-map] Don't insert null smart-pointers in map
+    
+    Dereferencing them is not supported anymore after
+    3aad7c2ddffc3f882bf33504dbac31be491c4d72
+    
+    We don't support that for regular pointers, so don't supporting
+    them for smart-pointers sounds right to me.
+
+ src/test-map.cc | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit 896377463f880fa653e49184f81ce1190d05e082
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 17 15:25:45 2022 -0700
+
+    [map] Don't resize map if not necessary
+
+ src/hb-map.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 7595fa2d9a15518a9ca41f6892a17fd36858e5af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 17 15:19:29 2022 -0700
+
+    [map] Fix copy-assignment operator
+    
+    Ouch!
+
+ src/hb-map.hh   |  2 +-
+ src/test-map.cc | 13 ++++++++++++-
+ 2 files changed, 13 insertions(+), 2 deletions(-)
+
+commit 41f4bdac357a8b4e4a04a470e7afd11f9d416beb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 17 15:16:00 2022 -0700
+
+    [map] Fix resize during copy-construction/assignment
+
+ src/hb-map.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 3aad7c2ddffc3f882bf33504dbac31be491c4d72
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 17 15:10:47 2022 -0700
+
+    [algs] Remove smart-pointers from hb_hash()
+    
+    hb_deref() handles them. I think this code predated that.
+
+ src/hb-algs.hh | 11 -----------
+ 1 file changed, 11 deletions(-)
+
+commit 7bd101728ac1c0223f9f4cda50d37e006bb069da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 17 15:01:55 2022 -0700
+
+    [map] Minor use hb_iter instead of hb_array
+
+ src/hb-map.hh | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 238fc14716bc976c1e2891668e79d177a805b8c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 17 14:58:50 2022 -0700
+
+    [map] Simplify iterators
+
+ src/hb-map.hh | 35 ++++++++++++++++-------------------
+ 1 file changed, 16 insertions(+), 19 deletions(-)
+
+commit 410c14bfa2c5584d785ac1865a1cd273dfba8c50
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 17 14:53:00 2022 -0700
+
+    [map] Fix equality
+    
+    Ouch!
+
+ src/hb-map.hh   |  2 +-
+ src/test-map.cc | 12 +++++++++++-
+ 2 files changed, 12 insertions(+), 2 deletions(-)
+
+commit 6dfd4a16e7dd18944c506764983e87f0098bf338
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 22:44:22 2022 -0700
+
+    [ot-font] Remove stale TODO
+
+ src/hb-ot-font.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit a0bde1e1ea5b6496c84424d47461ee48c4517bdc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 21:27:12 2022 -0700
+
+    [open-type] Remove (Sorted)ArrayOf.sub_array()
+
+ src/OT/Layout/GSUB/AlternateSet.hh |  2 +-
+ src/hb-open-file.hh                |  2 +-
+ src/hb-open-type.hh                | 18 ------------------
+ src/hb-ot-layout-common.hh         |  6 +++---
+ src/hb-ot-layout-gdef-table.hh     |  4 ++--
+ src/hb-ot-math-table.hh            |  4 ++--
+ src/hb-ot-meta-table.hh            |  2 +-
+ 7 files changed, 10 insertions(+), 28 deletions(-)
+
+commit f2b5db700f1674e96f7bbf1face89507351e103c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 21:22:43 2022 -0700
+
+    [vector] Remove .sub_array ()
+
+ src/OT/glyf/Glyph.hh | 4 ++--
+ src/hb-ot-map.cc     | 2 +-
+ src/hb-vector.hh     | 9 ---------
+ 3 files changed, 3 insertions(+), 12 deletions(-)
+
+commit c7d57dcf260288818fc0b74852a588d8e5611a12
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 21:21:31 2022 -0700
+
+    [vector/array] Simplify qsort()
+
+ src/hb-array.hh     | 7 -------
+ src/hb-open-type.hh | 4 ++--
+ src/hb-ot-map.cc    | 2 +-
+ src/hb-vector.hh    | 4 +---
+ 4 files changed, 4 insertions(+), 13 deletions(-)
+
+commit 1610008e623ad7cf60b20c28fb02808cdf709aef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 20:02:36 2022 -0700
+
+    [gsubgpos] Minor remove call to hb_iter
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 19ec01d25c68f90bb78150b81363f6744089aa22
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 19:14:42 2022 -0700
+
+    [gsubgpos] Sprinkle const around
+
+ src/hb-ot-layout-gsubgpos.hh | 27 +++++++++++++++------------
+ 1 file changed, 15 insertions(+), 12 deletions(-)
+
+commit 561946c7d57ce2370835236182f475946d646406
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 17:58:59 2022 -0700
+
+    [layout] Comment
+
+ src/hb-ot-layout.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 2268207c19b417e07da4b808b3df257811158c25
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 17:51:22 2022 -0700
+
+    [layout] Update comment
+
+ src/hb-ot-map.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 658f8f4391d768ce87fe7213e7443e79e0982c04
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 17:50:35 2022 -0700
+
+    [layout] Comment
+
+ src/hb-ot-map.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 27a8fe7d58d5bf361ce829ddd9916f8042e129ae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 17:49:44 2022 -0700
+
+    [layout] Only update buffer digest if buffer changed by a pause
+
+ src/hb-ot-layout.cc          |  9 +++++----
+ src/hb-ot-layout.hh          |  3 ++-
+ src/hb-ot-map.hh             |  2 +-
+ src/hb-ot-shaper-arabic.cc   | 19 +++++++++++--------
+ src/hb-ot-shaper-indic.cc    | 33 ++++++++++++++++++++-------------
+ src/hb-ot-shaper-khmer.cc    | 21 +++++++++++++--------
+ src/hb-ot-shaper-myanmar.cc  | 19 ++++++++++++-------
+ src/hb-ot-shaper-syllabic.cc | 12 +++++++-----
+ src/hb-ot-shaper-syllabic.hh |  4 ++--
+ src/hb-ot-shaper-use.cc      | 33 ++++++++++++++++++++-------------
+ 10 files changed, 93 insertions(+), 62 deletions(-)
+
+commit 8b2a2111235af22ca969898737835e904badf92f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 16:57:44 2022 -0700
+
+    [layout] Keep digest updated in the context
+    
+    Don't recompute digest after every (applied) GSUB lookup.
+
+ src/hb-ot-layout-gsubgpos.hh | 16 ++++++++++------
+ src/hb-ot-layout.cc          | 19 +++++++++----------
+ 2 files changed, 19 insertions(+), 16 deletions(-)
+
+commit a5964a2d2a064941b7090f49f1da2b55938fa95a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 16:45:23 2022 -0700
+
+    [layout] Minor simplify
+
+ src/hb-ot-layout.cc | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit 443961971adcfd1a8a2c1d3e8a3aeb8a49297bed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 16:35:00 2022 -0700
+
+    [perf] Add fa-words.txt and use in shape benchmark
+
+ perf/benchmark-shape.cc |     4 +
+ perf/texts/fa-words.txt | 10000 ++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 10004 insertions(+)
+
+commit 80b87588815bee1be0d083665425caed176ad09e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 16:26:41 2022 -0700
+
+    [layout] Add a buffer message for digest-skipped lookups
+
+ src/hb-ot-layout.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit afa71ee8effa697888daa4e89e4547fa634c42ba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 16:22:45 2022 -0700
+
+    Fix alignment error
+
+ src/hb-set-digest.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit dff1b809a0535d3c32cf7e8f10cbd5fb8926bca9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 16:19:05 2022 -0700
+
+    [buffer] Add .digest() and use
+
+ src/hb-buffer.hh    |  9 +++++++++
+ src/hb-ot-layout.cc | 11 ++---------
+ 2 files changed, 11 insertions(+), 9 deletions(-)
+
+commit 654a2eafc8a0710b2c2edcb4b7d8098bf801cd50
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 16:09:04 2022 -0700
+
+    [layout] Use buffer-digest for GSUB as well
+    
+    Combined with previous commit, this shows up to 12% speed up with
+    Roboto and the en-words (ie. short strings) benchmark, about 5%
+    for longer English tests, and no adverse effect on heavier fonts.
+
+ src/hb-ot-layout.cc | 34 +++++++++++++++++++++-------------
+ 1 file changed, 21 insertions(+), 13 deletions(-)
+
+commit 15b6c3259957f9bbfab848530aa4ff8ece89780e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 15:59:13 2022 -0700
+
+    [layout] Use a buffer digest for GPOS to skip whole lookups
+
+ src/hb-ot-layout-gsubgpos.hh |  2 +-
+ src/hb-ot-layout.cc          | 37 +++++++++++++++++++++++++------------
+ src/hb-set-digest.hh         |  8 ++++++++
+ 3 files changed, 34 insertions(+), 13 deletions(-)
+
+commit a053b84cb92bb8624ae407265377475f45b9f095
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 14:39:25 2022 -0700
+
+    [gsubgpos] Optimize set-digest initialization
+    
+    Previously we were once collecting set-digest for each subtable,
+    and another time for each lookup.
+    
+    Now we compute the one for each lookup simply from the ones for
+    its subtables.
+
+ src/hb-ot-layout-gsubgpos.hh | 7 ++++---
+ src/hb-set-digest.hh         | 8 ++++++++
+ 2 files changed, 12 insertions(+), 3 deletions(-)
+
+commit 20654cd8891a75e6e44f3f0a467a6d53d65ab3f9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 14:15:58 2022 -0700
+
+    [set-digest] Minor no logic change
+
+ src/hb-set-digest.hh | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 95b9763dbc011e5aa32b8a9faf2146aa552d6eef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 14:15:01 2022 -0700
+
+    [set-digest] Minor simplify
+
+ src/hb-set-digest.hh | 6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+commit 9855b678f218ca89376dad44032cd3fc73aadbba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 13:37:34 2022 -0700
+
+    [cache] Minor rewrite assertion
+
+ src/hb-cache.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a10ff20562f9a77b2f1510bdb70a70f3d2699f1c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 13:34:37 2022 -0700
+
+    [ft] Comment
+
+ src/hb-ft.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 557be9502a49b6a2ed736fed8937b77f6afdd5af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 12:47:05 2022 -0700
+
+    [test-vector] Fix test
+
+ src/test-vector.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9027d15410a889a903839aba12b08280d53551ea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 12:39:30 2022 -0700
+
+    [test-iter] Fix leak
+
+ src/test-iter.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit afd716d4cdaa7ac314bc806b4ac4f761d51fbc2e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 12:28:56 2022 -0700
+
+    [serialize] Don't free object-pool in reset()
+
+ src/hb-pool.hh      | 9 +++------
+ src/hb-serialize.hh | 1 -
+ 2 files changed, 3 insertions(+), 7 deletions(-)
+
+commit 02949cf64f6bc9fb9faf5d143519cf50126347f5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 12:06:44 2022 -0700
+
+    [priority-queue] More assert adjustment
+
+ src/hb-priority-queue.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 620ddd762d586d8189212715b56d270ccc6db683
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 12:04:35 2022 -0700
+
+    [priority-queue] Fix asserts
+
+ src/hb-priority-queue.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 57de568aad32ea2f1be894536d695a6aa6b4a12a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 11:50:05 2022 -0700
+
+    [indic-table] Minor adjust empty lines
+
+ src/gen-indic-table.py          |  6 +++---
+ src/hb-ot-shaper-indic-table.cc | 14 ++++++--------
+ 2 files changed, 9 insertions(+), 11 deletions(-)
+
+commit 281a2602cc1c5974814d9eb639e17e1dfd3d112c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 16 11:36:33 2022 -0700
+
+    Update generated file
+
+ src/hb-buffer-deserialize-json.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit f734c26c5c78f56e2d1875f5ce262b6a06093d70
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 15 16:27:56 2022 -0700
+
+    [test-vector] Test inserting set and map
+
+ src/test-vector.cc | 13 +++++++++++++
+ 1 file changed, 13 insertions(+)
+
+commit 0a97d27c2b80554d58a51a2f5037a341c18ac993
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 15 16:23:48 2022 -0700
+
+    [test-iter] Add another test
+
+ src/test-iter.cc | 22 ++++++++++++++++++++++
+ 1 file changed, 22 insertions(+)
+
+commit e9e985682af41a8aa106cb0252592a64b536a6db
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 15 16:11:57 2022 -0700
+
+    [fallback-shape] Remove TODO
+
+ src/hb-fallback-shape.cc | 10 ----------
+ 1 file changed, 10 deletions(-)
+
+commit 6df8498da2662cf949770d580d0744817c8acfb8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 15 15:52:04 2022 -0700
+
+    [sample.py] Fix warning
+
+ src/sample.py | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 49fe5c1e5a329d033e55ce87ceff7fae1bf28f4b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 15 15:37:23 2022 -0700
+
+    [glib] Remove old cruft from pre-2011
+
+ src/hb-glib.cc | 77 +++-------------------------------------------------------
+ 1 file changed, 4 insertions(+), 73 deletions(-)
+
+commit 1bd1a37837c1a57fc8a440a6a75b7e6c2778b810
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 15 15:18:36 2022 -0700
+
+    [test] Minor
+
+ src/test-map.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 35aa492eb71def762ecb24c924c1b65c6abb340c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 15 15:05:15 2022 -0700
+
+    [main] sprintf -> snprintf
+
+ src/main.cc | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit 72c6962012fab7a4bfe345687d10f8d08c672151
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 14 21:34:16 2022 -0700
+
+    [buffer-deserialize-text] Fix glyph name for glyph flags
+    
+    Skip "#" in glyph names.
+
+ src/hb-buffer-deserialize-text.hh | 462 +++++++++++++-------------------------
+ src/hb-buffer-deserialize-text.rl |   2 +-
+ 2 files changed, 160 insertions(+), 304 deletions(-)
+
+commit dee26de76fc3fdfa2dbfc780c62120206229f1f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 14 16:24:25 2022 -0700
+
+    [test-buffer-serialize] Allow no font
+
+ src/test-buffer-serialize.cc | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit f6076890c5103f7078196d14cfc15323a4781b17
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 14 16:06:39 2022 -0700
+
+    Hide all mentions of name_table_overrides behind EXPERIMENTAL_API
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3872
+
+ src/hb-ot-name-table.hh | 39 ++++++++++++++++++++++++++++++---------
+ src/hb-subset-input.cc  | 13 +++++++++++--
+ src/hb-subset-input.hh  |  8 +++++++-
+ src/hb-subset-plan.cc   |  3 ++-
+ src/hb-subset-plan.hh   |  4 ++++
+ 5 files changed, 54 insertions(+), 13 deletions(-)
+
+commit ebc382a8474af5a8829750db8f641b384f6f47ec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 14 15:59:46 2022 -0700
+
+    Revert "Avoid use values () in hb-hashmap if value_t has an overriden operator &"
+    
+    This reverts commit b92e4cc0091e093f6941019e1a53cc04a137017a.
+
+ src/hb-subset-input.cc | 7 +++----
+ src/hb-subset-plan.cc  | 7 +++----
+ src/hb-subset-plan.hh  | 6 ++----
+ 3 files changed, 8 insertions(+), 12 deletions(-)
+
+commit ff0d0d020e0fcf7be4e45d6791eb5c7155f5c84b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 14 14:34:20 2022 -0700
+
+    [meta] Use std::decay
+
+ src/hb-meta.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 9650f34a84006c714ac81c72ee59b249bf4e9788
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 14 14:16:11 2022 -0700
+
+    [CI] Remove coverage testing from macos-ci
+
+ .github/workflows/macos-ci.yml | 10 ++--------
+ 1 file changed, 2 insertions(+), 8 deletions(-)
+
+commit 3a9ca6aa698d112c8c7d6733dbbc438b701fd917
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 14 13:57:02 2022 -0700
+
+    [CI] Try fixing macos-ci
+
+ .github/workflows/macos-ci.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 24cf86b0099ada427936b3113c5b48c3537b3425
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 14 13:33:06 2022 -0700
+
+    [array] Fix MSVC fail
+
+ src/test-array.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit a87843be3dea86a5893e1fa64667df872408549e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 14 13:43:58 2022 -0700
+
+    [array] Another try at sizeof sorted_array
+
+ src/hb-array.hh   | 8 ++++----
+ src/test-array.cc | 3 +--
+ 2 files changed, 5 insertions(+), 6 deletions(-)
+
+commit 72ba0b2aa2bd65ea1bfdbca75fe4127264590e00
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 14 13:33:06 2022 -0700
+
+    [array] Fix MSVC fail
+
+ src/test-array.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit b92e4cc0091e093f6941019e1a53cc04a137017a
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Nov 14 08:54:24 2022 -0800
+
+    Avoid use values () in hb-hashmap if value_t has an overriden operator &
+
+ src/hb-subset-input.cc | 7 ++++---
+ src/hb-subset-plan.cc  | 7 ++++---
+ src/hb-subset-plan.hh  | 6 ++++--
+ 3 files changed, 12 insertions(+), 8 deletions(-)
+
+commit ea63e95e4cc287d8efbad6fd215a0b4c541a9e15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 11 12:45:12 2022 -0700
+
+    [GPOS.PairPos] Adjust unsafe-to-break for non-zero ValueFormat2
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3824
+
+ src/OT/Layout/GPOS/PairPosFormat2.hh | 4 ++++
+ src/OT/Layout/GPOS/PairSet.hh        | 7 ++++++-
+ 2 files changed, 10 insertions(+), 1 deletion(-)
+
+commit 85e0be13575d1342645867bc1a788e13e196594f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 13 17:28:09 2022 -0700
+
+    [vector/array] Add simple test for sorted size
+
+ src/test-array.cc  | 2 ++
+ src/test-vector.cc | 1 +
+ 2 files changed, 3 insertions(+)
+
+commit 4e618557a67f6ce49f93d5c10686500628bede30
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 13 17:23:25 2022 -0700
+
+    [vector] Don't subclass sorted vector from unsorted
+    
+    Was doubling the size unnecessarily.
+
+ src/hb-vector.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8f15fb125247de8b19e8b5a9396f40a83114a64a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 13 17:06:58 2022 -0700
+
+    [util] Move variable closer to use
+
+ util/shape-consumer.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 630f09c8b6022184f7a414bb5e07c01898fae60c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 9 11:32:30 2022 -0700
+
+    Another hb_memcpy instead of strncpy use
+
+ src/hb-subset-plan.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cd011ceadfa443767fd818cfe1af8a87150291a2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 9 11:30:44 2022 -0700
+
+    Use hb_memcpy instead of strncpy
+    
+    Nul-termination is not intended.
+
+ src/hb-subset-input.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 604fe807078ce41d0ac7742547e90b17c066709f
+Author: Eli Schwartz <eschwartz93@gmail.com>
+Date:   Tue Nov 8 16:24:08 2022 -0500
+
+    meson: fix regression in detecting freetype2/icu-uc when explicitly disabled
+    
+    In #3811 / commit 53a194aa3f5f7de0b40e879e41fcbe0de6e9fefe a broken and
+    half-implemented approach to kind of sort of handling the detection of
+    both pkg-config and cmake names for dependencies, was implemented. It
+    just checked for both versions with required: false, but when the build
+    was configured with *disabled* options, it was still found because it
+    was treated as auto.
+    
+    Really, the problem here is trying to outsmart Meson, which handles a
+    lot of edge cases correctly. But it's possible, albeit very wordy, to
+    manually implement Meson's internal logic via if/else fallbacks. Do so
+    here.
+
+ meson.build | 79 +++++++++++++++++++++++++++++++++++++++++++------------------
+ 1 file changed, 56 insertions(+), 23 deletions(-)
+
+commit c158b626c3033036321180d4ac90c129206b0ad2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 8 14:15:56 2022 -0700
+
+    [name] Simplify buffer-length calculation
+
+ src/hb-ot-name-table.hh | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit 55edf59d521d06a981b16af44a9d6f217093d73b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 8 14:53:27 2022 -0700
+
+    [name] Typo
+
+ src/hb-ot-name-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 27c8bbcb04d506670dad8bbe3b9e9d1bde466aa8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 8 14:48:38 2022 -0700
+
+    Revert "[name] Simplify buffer-length calculation"
+    
+    This reverts commit d70595657e8d56b52d5714d082092d8eb104093e.
+
+ src/hb-ot-name-table.hh | 12 ++++--------
+ 1 file changed, 4 insertions(+), 8 deletions(-)
+
+commit d70595657e8d56b52d5714d082092d8eb104093e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 8 14:15:56 2022 -0700
+
+    [name] Simplify buffer-length calculation
+
+ src/hb-ot-name-table.hh | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit 6314aa7da4204379cd3ebeeaa447a51fbd7ef7bc
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Oct 28 10:44:48 2022 -0700
+
+    [subset] add an experimental API that can override name strings for specified name_id
+
+ src/gen-def.py                              |   1 +
+ src/hb-ot-name-table.hh                     |  83 ++++++++++++++++++++++++++--
+ src/hb-ot-name.cc                           |  51 +----------------
+ src/hb-subset-input.cc                      |  50 ++++++++++++++++-
+ src/hb-subset-input.hh                      |   3 +-
+ src/hb-subset-plan.cc                       |  23 ++++++++
+ src/hb-subset-plan.hh                       |  11 ++++
+ src/hb-subset.h                             |   7 +++
+ test/api/fonts/nameID.override.expected.ttf | Bin 0 -> 167936 bytes
+ test/api/test-subset-nameids.c              |  35 ++++++++++++
+ 10 files changed, 208 insertions(+), 56 deletions(-)
+
+commit f53ef69d5941514b06f5afbcd83709cf724eb74d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 4 16:00:34 2022 -0600
+
+    [indic] Order left-matras inside-out
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3863
+
+ src/hb-ot-shaper-indic.cc                          |  28 ++++++++++++++++++++-
+ src/hb-ot-shaper-myanmar.cc                        |  27 ++++++++++++++++++++
+ .../9d8c53cb64b8747abdd2b70755cce2ee0eb42ef7.ttf   | Bin 0 -> 3000 bytes
+ .../a232bb734d4c6c898a44506547d19768f0eba6a6.ttf   | Bin 0 -> 2512 bytes
+ .../data/in-house/tests/indic-special-cases.tests  |   2 ++
+ test/shape/data/in-house/tests/myanmar-misc.tests  |   1 +
+ 6 files changed, 57 insertions(+), 1 deletion(-)
+
+commit 2822b589bc837fae6f66233e2cf2eef0f6ce8470
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Nov 3 19:49:49 2022 +0000
+
+    [subset] Include instancing tests in distribution.
+    
+    Automatically enable them when the experimental api is enabled.
+
+ test/subset/data/Makefile.am      |  5 +++++
+ test/subset/data/Makefile.sources |  5 +++++
+ test/subset/meson.build           | 19 ++++++++++++-------
+ 3 files changed, 22 insertions(+), 7 deletions(-)
+
+commit dbb7f47b19e60551ef4707f6a2cb60f1bd8334dd
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Nov 3 11:55:41 2022 -0700
+
+    fix bug in hb_hashmap_t has() interface
+    
+    It was not working when the value type is hb_bytes_t because hb_array_t
+    overloaded operator &
+
+ src/hb-map.hh   |  2 +-
+ src/test-map.cc | 10 ++++++++++
+ 2 files changed, 11 insertions(+), 1 deletion(-)
+
+commit d1f445ec1e6518d2d135eca13e791a79a824025a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 2 12:24:04 2022 -0600
+
+    [name] Typo
+
+ src/hb-ot-name.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fc935fb81b04cce3753b0502897944792be47a19
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 1 14:39:33 2022 -0600
+
+    Fix snprintf use
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3495#issuecomment-1299107964
+
+ src/OT/Layout/GSUB/Ligature.hh | 2 +-
+ src/OT/Layout/GSUB/Sequence.hh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 2ee42bbac2e2c85e946db525a8241d32d6b01459
+Author: Lorenz Wildberg <lorenz@wild-fisch.de>
+Date:   Tue Nov 1 13:00:18 2022 +0100
+
+    hb_variation_to_string: Fix GIR annotation
+
+ src/hb-common.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0e4f579493c42e34931277dc32aec75d0044af14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 31 13:51:24 2022 -0600
+
+    [util/hb-view] Default HB_DRAW to 1
+    
+    See comments.
+
+ util/helper-cairo.hh | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 02b76393efa4ca9a335cc08473bdb744be721bda
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 29 11:15:03 2022 -0600
+
+    [config] Re-enable BORING_EXPANSION
+    
+    Only the non-experimental parts (currently avar2) are
+    enabled by default.
+
+ src/OT/Layout/Common/Coverage.hh     | 34 +++++++++++++++++-----------------
+ src/OT/Layout/GPOS/MarkBasePos.hh    |  4 ++--
+ src/OT/Layout/GPOS/MarkLigPos.hh     |  4 ++--
+ src/OT/Layout/GPOS/MarkMarkPos.hh    |  4 ++--
+ src/OT/Layout/GPOS/PairPos.hh        |  4 ++--
+ src/OT/Layout/GSUB/AlternateSubst.hh |  4 ++--
+ src/OT/Layout/GSUB/LigatureSubst.hh  |  4 ++--
+ src/OT/Layout/GSUB/MultipleSubst.hh  |  4 ++--
+ src/OT/Layout/GSUB/SingleSubst.hh    |  8 ++++----
+ src/graph/classdef-graph.hh          |  2 +-
+ src/graph/coverage-graph.hh          |  2 +-
+ src/graph/gsubgpos-graph.hh          |  4 ++--
+ src/graph/markbasepos-graph.hh       |  4 ++--
+ src/graph/pairpos-graph.hh           |  4 ++--
+ src/hb-config.hh                     |  4 ----
+ 15 files changed, 43 insertions(+), 47 deletions(-)
+
+commit 6a47ef34b1ac5c1afc94a37dc7d2bcbe2013975e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 29 11:14:27 2022 -0600
+
+    [config] If not HB_EXPERIMENTAL, then HB_NO_BEYOND_64K
+
+ src/hb-config.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit a0f999cd95834dce7f98f34890aaccb44c3179d5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 29 11:13:40 2022 -0600
+
+    [config] Rename HB_NO_VARIATIONS2 to HB_NO_AVAR2
+
+ src/hb-config.hh            | 2 +-
+ src/hb-ot-var-avar-table.hh | 6 +++---
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 60c6b7786d9f4651ae2803bfc4ff4435b38a5bc6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 28 14:19:39 2022 -0600
+
+    Disable -Wcast-function-type-strict
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3859#issuecomment-1295409126
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit d88269c827895b38f99f7cf741fa60210d4d5169
+Author: Martin Storsjö <martin@martin.st>
+Date:   Fri Oct 28 22:17:15 2022 +0300
+
+    freetype: Fix function signatures to match without casts
+    
+    Clang 16 has got a new stricter warning for casts of function types
+    (see https://github.com/llvm/llvm-project/commit/1aad641c793090b4d036c03e737df2ebe2c32c57).
+    
+    This new warning gets included as part of the existing error
+    diagnostic setting of -Wcast-function-type.
+    
+    This fixes errors like these:
+    
+    ../src/hb-ft.cc:1011:34: error: cast from 'void (*)(FT_Face)' (aka 'void (*)(FT_FaceRec_ *)') to 'FT_Generic_Finalizer' (aka 'void (*)(void *)') converts to incompatible function type [-Werror,-Wcast-function-type-strict]
+        ft_face->generic.finalizer = (FT_Generic_Finalizer) hb_ft_face_finalize;
+                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+ src/hb-ft.cc | 30 ++++++++++++++++++------------
+ 1 file changed, 18 insertions(+), 12 deletions(-)
+
+commit 8a5524833ce78484ed38eeacffc476c462a384d8
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Oct 27 09:43:07 2022 -0700
+
+    [instance] update OS2/.usWeightClass and .usWidthClass when
+    no-prune-unicode-ranges option is enabled
+
+ src/hb-ot-os2-table.hh                             |  23 +++++++++++----------
+ ...anges.retain-all-codepoint.wght=150,wdth=80.ttf | Bin 0 -> 114200 bytes
+ ...anges.retain-all-codepoint.wght=300,wdth=90.ttf | Bin 0 -> 114300 bytes
+ test/subset/data/tests/full_instance.tests         |   1 +
+ 4 files changed, 13 insertions(+), 11 deletions(-)
+
+commit fddeba26e4a0363f7b9ae260ddff2daad6939b34
+Merge: e854739b2 db292f6f0
+Author: خالد حسني (Khaled Hosny) <khaled@aliftype.com>
+Date:   Wed Oct 26 22:34:02 2022 +0200
+
+    Merge pull request #3857 from 2xsaiko/outgoing/cmake-abs-path
+    
+    Pass through absolute paths to cmake config directly
+
+commit db292f6f0238581a489aa8cddc585129b6e920cd
+Author: Marco Rebhan <me@dblsaiko.net>
+Date:   Wed Oct 26 20:49:52 2022 +0200
+
+    Pass through absolute paths to cmake config directly
+    
+    The previous code concatenates includedir to _harfbuzz_prefix verbatim,
+    which results in a wrong final include path in case includedir is an absolute
+    path. Instead, we can let meson determine the absolute include and lib paths
+    in advance and save them in the cmake config.
+    
+    This is an issue in nixpkgs, where includedir is set to the final (absolute)
+    path of the built library in the Nix store, which causes CMake projects
+    depending on harfbuzz to not configure.
+    
+    See https://github.com/NixOS/nixpkgs/issues/180054.
+
+ src/harfbuzz-config.cmake.in | 44 ++++++++------------------------------------
+ src/meson.build              |  4 ++--
+ 2 files changed, 10 insertions(+), 38 deletions(-)
+
+commit e854739b2d905a98082dd37344e75beddf795e1a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 26 13:12:56 2022 -0600
+
+    [fuzzing] Add test font for previous commit
+
+ ...testcase-minimized-hb-shape-fuzzer-6635625931735040 | Bin 0 -> 175945 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 477d71724c945c9f1b4ca8a569be1cc5c5f93dcb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 26 13:11:47 2022 -0600
+
+    [glyf] Limit points in a glyf to 10000 roughly
+    
+    Only enforced when components are being expanded.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3838
+
+ src/OT/glyf/Glyph.hh | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 9aad3dba8f6cc91c8039ebfc2c6c6c5fd179a74b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 26 13:04:02 2022 -0600
+
+    [SingleSubst] Fix degenerate-lookup test
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3853
+
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 83769b9cb1bc44511c05f89dfeaa96cfec9749a8
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Oct 21 22:37:32 2022 +0000
+
+    [subset] add comment for why we retain empty lookups.
+
+ src/hb-ot-layout-common.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 70e2de2bd440bccbb5e896ca1a08202da7ed0b4d
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Oct 21 22:33:17 2022 +0000
+
+    [subset] Always output Lookup's even if they are empty.
+    
+    The rest of layout subsetting depends on lookup indices being consistent with those computed during planning. So if an empty lookup is discarded during the subset phase it will invalidate all subsequent lookup indices. Generally we shouldn't end up with an empty lookup as we pre-prune them during the planning phase, but it can happen in rare cases such as when a subtable is considered degenerate (eg. #3853)
+
+ src/hb-ot-layout-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 3377ddf69e0be9ddacf0330c45c0649eade8ba3e
+Author: Joel Auterson <joel@emitwise.com>
+Date:   Thu Oct 20 21:07:05 2022 +0100
+
+    Add missing underscore
+
+ .github/workflows/arm-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 28cb1b39545aa7ab6a2ec5e9110098fd848a30fa
+Author: Joel Auterson <joel@emitwise.com>
+Date:   Thu Oct 20 21:01:53 2022 +0100
+
+    Fix working-directory
+
+ .github/workflows/arm-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit dbbbf02d77a415a3c1c14f01365b348526e01b8a
+Author: Joel Auterson <joel@emitwise.com>
+Date:   Thu Oct 20 20:59:12 2022 +0100
+
+    Fix GHA workflow
+
+ .github/workflows/arm-ci.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 756b5000188a5ca60ba78333aa29d20de8d14320
+Author: Joel Auterson <joel@emitwise.com>
+Date:   Thu Oct 20 20:16:58 2022 +0100
+
+    Add ARM CI workflow
+
+ .github/workflows/arm-ci.yml | 25 +++++++++++++++++++++++++
+ 1 file changed, 25 insertions(+)
+
+commit c813f84235b16994c293d2ffa4584056a97c8e73
+Author: Joel Auterson <joel@emitwise.com>
+Date:   Thu Oct 20 19:45:23 2022 +0100
+
+    Make build work for arm-none-eabi
+
+ src/graph/graph.hh               | 14 +++++++-------
+ src/hb-ot-layout-common.hh       |  8 ++++----
+ src/hb-ot-post-table-v2subset.hh |  4 ++--
+ src/hb-ot-var-fvar-table.hh      |  2 +-
+ src/hb-repacker.hh               |  2 +-
+ 5 files changed, 15 insertions(+), 15 deletions(-)
+
+commit b0b7a65388da25ae3fa01e969ad6abc67eed4f49
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 20 17:13:26 2022 -0600
+
+    [subset] Fix check-symbols failure
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3850
+
+ src/check-symbols.py         | 2 +-
+ src/hb-subset-accelerator.hh | 5 +++--
+ src/hb-subset.cc             | 4 ++++
+ 3 files changed, 8 insertions(+), 3 deletions(-)
+
+commit 970321db7bddbe8c579b73751fc655a924ea3ce6
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Oct 19 22:06:46 2022 +0200
+
+    5.3.1
+
+ NEWS             | 8 ++++++++
+ configure.ac     | 2 +-
+ meson.build      | 2 +-
+ src/hb-version.h | 4 ++--
+ 4 files changed, 12 insertions(+), 4 deletions(-)
+
+commit 7c8be866c981b0fcadc9603c1aac7feefc6c9747
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Oct 19 22:04:31 2022 +0200
+
+    [doc] Hide another experimental symbol
+
+ docs/harfbuzz-sections.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit d1bf6c0c26aa4bb28f107548fcda262b057dfbee
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Oct 17 20:14:02 2022 +0000
+
+    [subset] only preprocess in benchmark when experimental api is enabled.
+
+ perf/benchmark-subset.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit db22bfb3ccc36643d00cc5d6e0cc367a0136ef35
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Oct 17 18:37:07 2022 +0000
+
+    [subset] Remove Franklin from the tests which is not an open source font.
+
+ test/subset/data/Makefile.am                            |   1 -
+ test/subset/data/Makefile.sources                       |   1 -
+ .../FranklinGothic-Regular.default.61,63,68,69.ttf      | Bin 6856 -> 0 bytes
+ ...nklinGothic-Regular.default.retain-all-codepoint.ttf | Bin 44544 -> 0 bytes
+ .../FranklinGothic-Regular.layout-test.61,63,68,69.ttf  | Bin 7928 -> 0 bytes
+ ...nGothic-Regular.layout-test.retain-all-codepoint.ttf | Bin 46524 -> 0 bytes
+ .../FranklinGothic-Regular.retain-gids.61,63,68,69.ttf  | Bin 7288 -> 0 bytes
+ ...nGothic-Regular.retain-gids.retain-all-codepoint.ttf | Bin 44552 -> 0 bytes
+ test/subset/data/fonts/FranklinGothic-Regular.ttf       | Bin 71856 -> 0 bytes
+ test/subset/data/tests/layout.default_features.tests    |  11 -----------
+ test/subset/meson.build                                 |   1 -
+ 11 files changed, 14 deletions(-)
+
+commit a73137d101e5ce03d6691908bb1bb09c1e440cd4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 17 12:18:16 2022 -0600
+
+    [face] Fix annotation
+
+ src/hb-face.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d65af60213e46c2d213d797af48d92b352ee4f55
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 15 14:26:02 2022 -0600
+
+    [shape] Adjust Grapheme clusters for Katakana voiced sound marks
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3844
+
+ src/hb-ot-shape.cc | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit bda42fc34a34c0c320784e4f8cba541ddc4573ca
+Merge: a756bd194 f53ebf558
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 14 15:08:22 2022 -0600
+
+    Merge pull request #3842 from harfbuzz/patch_mode
+    
+    [subset] Begin implementing a subset accelerator
+
+commit f53ebf55849bccd9cb8c3f49fa0af6d5eff0570f
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Oct 14 19:38:19 2022 +0000
+
+    [subset] Add hb_subset_preprocess to experimental symbol list for check-symbols.
+
+ src/gen-def.py         | 4 +++-
+ src/hb-subset-input.cc | 8 ++++----
+ src/hb-subset.h        | 3 +++
+ 3 files changed, 10 insertions(+), 5 deletions(-)
+
+commit fdb98ed88e9e3d865736eb27894a2018db236eb8
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Oct 14 18:30:39 2022 +0000
+
+    [subset] add missing HB_EXTERN.
+
+ src/hb-subset-input.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 515863e57c1d682e1a06373cf3dcd053602ed3b0
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Oct 13 23:42:00 2022 +0000
+
+    [subset] Remove add accelerator flag, replace with new api method.
+    
+    Adds hb_subset_preprocess() which preprocesses the face and attaches accelerator data.
+
+ perf/benchmark-subset.cc | 34 +++-----------------------------
+ src/hb-subset-input.cc   | 50 +++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-subset-input.hh   |  1 +
+ src/hb-subset-plan.cc    |  2 ++
+ src/hb-subset-plan.hh    |  1 +
+ src/hb-subset.cc         |  2 +-
+ src/hb-subset.h          | 12 ++++++------
+ util/hb-subset.cc        | 35 +++++----------------------------
+ 8 files changed, 68 insertions(+), 69 deletions(-)
+
+commit 573640c99fbff98fe7bb4b672a99eb397165a7cc
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Oct 13 23:21:35 2022 +0000
+
+    [subset] Add hb-subset-accelerator.hh to Make soure list.
+
+ src/Makefile.sources | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit a756bd1944404da6e53173c4061a2aef262e60f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 13 17:18:19 2022 -0600
+
+    [glyf] Use component phantom points after transformation
+
+ src/OT/glyf/Glyph.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 82d19c08fc5f2b083d3769d2e6bd818368d6ac40
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 13 17:17:03 2022 -0600
+
+    Revert "[glyf/Composite] Remove phantom points when not needed anymore"
+    
+    This reverts commit 527e63a3bd8487d21e423a8a358eee30672eddb6.
+
+ src/OT/glyf/Glyph.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 527e63a3bd8487d21e423a8a358eee30672eddb6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 13 17:13:40 2022 -0600
+
+    [glyf/Composite] Remove phantom points when not needed anymore
+
+ src/OT/glyf/Glyph.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 3394ec7048ce7c61e39e7d1f176e5d260e3273d1
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Oct 13 23:02:54 2022 +0000
+
+    [subset] use subset accelerator in tests.
+    
+    This ensures it produces equivalent subsets as without the accelerator.
+
+ perf/benchmark-subset.cc |  3 +++
+ test/subset/run-tests.py |  1 +
+ util/hb-subset.cc        | 45 ++++++++++++++++++++++++++++++++++++++++++++-
+ 3 files changed, 48 insertions(+), 1 deletion(-)
+
+commit f4903defc4ed3575f6671087dcecf24c8a37b5f2
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Oct 13 21:38:54 2022 +0000
+
+    [subset] use the accelerator in the subsetting benchmark.
+
+ perf/benchmark-subset.cc | 36 ++++++++++++++++++++++++++++++++++++
+ src/hb-subset.h          |  4 ++--
+ 2 files changed, 38 insertions(+), 2 deletions(-)
+
+commit 01481db5822a7990d60ceba383123040d3009b7b
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Oct 13 21:12:22 2022 +0000
+
+    [subset] use accelerator unicode to gid map if available.
+
+ src/hb-subset-accelerator.hh |  5 +--
+ src/hb-subset-plan.cc        | 78 ++++++++++++++++++++++++++++++++------------
+ src/hb-subset-plan.hh        |  3 ++
+ src/hb-subset.cc             |  2 +-
+ 4 files changed, 65 insertions(+), 23 deletions(-)
+
+commit 4ec5eb955f466a7d4f4a167c7f84e66210ea4851
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Oct 13 19:40:31 2022 +0000
+
+    [subset] add a subset accelerator.
+    
+    Can be optionally attached to the face during subsetting. Contains data which can accelerate future subsets.
+
+ src/hb-subset-accelerator.hh | 75 ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-subset.cc             | 26 +++++++++++++++
+ src/meson.build              |  1 +
+ 3 files changed, 102 insertions(+)
+
+commit f105c28749b94b5f5a093f2278fe9fc0cb5c73dd
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Oct 13 18:53:41 2022 +0000
+
+    [subset] Suggested flags to enable more performant subset production for use in incxfer.
+
+ src/hb-subset.h | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+
+commit 5769d422c5d824386d19ddc6bb2d85b96233c357
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 13 12:12:24 2022 -0600
+
+    [type] Add HBFixed template
+
+ src/hb-open-type.hh | 29 +++++++++++++----------------
+ 1 file changed, 13 insertions(+), 16 deletions(-)
+
+commit 8c29dcaee4393e6e52dbe7081bc01ca83512bb7e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 13 12:04:32 2022 -0600
+
+    s/HBFixed/F16DOT16/g
+
+ src/hb-aat-layout-just-table.hh | 20 ++++++++++----------
+ src/hb-aat-layout-trak-table.hh |  8 ++++----
+ src/hb-open-type.hh             |  4 ++--
+ src/hb-ot-color-colr-table.hh   | 14 +++++++-------
+ src/hb-ot-post-table.hh         |  2 +-
+ src/hb-ot-stat-table.hh         | 14 +++++++-------
+ src/hb-ot-var-fvar-table.hh     | 20 ++++++++++----------
+ 7 files changed, 41 insertions(+), 41 deletions(-)
+
+commit 294b1c9f6eda839d22c1509199887e9650b377fe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 13 11:30:02 2022 -0600
+
+    Use snprintf instead of sprintf
+
+ src/OT/Layout/GSUB/Ligature.hh | 2 +-
+ src/OT/Layout/GSUB/Sequence.hh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 9559d3c1c16812ed202852977ab11f10e3ebe804
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Oct 11 19:49:01 2022 +0000
+
+    [repacker] fix incorrect coverage table size estimation.
+    
+    During splitting of PairPosFormat2 the code was assuming the maximum size of the generated coverage table would be equal too the current size. This is incorrect size the new coverage table may not preserve the ranges found in the original coverage table (since we are splitting based on class, not coverage) and in the worst case may convert from format2 to format1. So use the size of a format1 table as the max size.
+
+ src/graph/pairpos-graph.hh | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit dcd8fe2c3b2b76588ce692e44afd290f054451de
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Oct 8 19:33:38 2022 +0200
+
+    Revert "[ci] Mark automatic releases as draft"
+    
+    This reverts commit 9a28df411e75a39c2e4973a589ad0db99f2c5306.
+    
+    It creates a new draft release for each upload, which is not what we are
+    after.
+
+ .ci/publish_release_artifact.sh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 3ce4b8f5c94fe351165243b209ccb9759917f5cb
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Oct 8 19:10:07 2022 +0200
+
+    5.3.0
+
+ NEWS                   | 17 +++++++++++++++++
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-face.cc         |  2 +-
+ src/hb-ot-layout.cc    |  2 +-
+ src/hb-version.h       |  4 ++--
+ 7 files changed, 24 insertions(+), 6 deletions(-)
+
+commit 90eee512a07819c50d32b44e6e660fecd05828b0
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Oct 8 19:02:28 2022 +0200
+
+    [doc] Add symbols to harfbuzz-sections.txt
+
+ docs/harfbuzz-sections.txt | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 9a28df411e75a39c2e4973a589ad0db99f2c5306
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Oct 8 18:22:13 2022 +0200
+
+    [ci] Mark automatic releases as draft
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2780
+
+ .ci/publish_release_artifact.sh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 99f4668e1969a0a688044433803b3e7797391688
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 29 19:39:59 2022 +0000
+
+    [repacker] use mutable copies of Coverage/ClassDef in MarkBasePos shrink operation.
+    
+    Also make mutable copies (when needed) of the top level subtables during a split operation.
+
+ src/graph/graph.hh             | 25 ++++++++++++++--
+ src/graph/gsubgpos-graph.hh    |  9 ++++--
+ src/graph/markbasepos-graph.hh | 23 ++++++++-------
+ src/graph/pairpos-graph.hh     | 66 ++++++++++++++++++++----------------------
+ src/hb-repacker.hh             |  2 +-
+ 5 files changed, 73 insertions(+), 52 deletions(-)
+
+commit 8f1bf23cc9a8912c452f7571e2a3f35a192a8120
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Sep 27 22:50:54 2022 +0000
+
+    [subset] optimize glyf subsetting w/ retain gids.
+    
+    When retain gids is enabled the subset plan may require the output of many empty glyphs. This change optimizes the glyf subsetting code when the number of retained glyphs << number of output glyphs. Unnessecary lookups to the glyph map are reduced by iterating through the glyph map instead of the output glyph set.
+
+ src/OT/glyf/Glyph.hh       | 14 +++++++++----
+ src/OT/glyf/SubsetGlyph.hh |  1 -
+ src/OT/glyf/glyf.hh        | 52 +++++++++++++++++++++-------------------------
+ 3 files changed, 34 insertions(+), 33 deletions(-)
+
+commit e94fe2adf379b1a802e1ecdd393858474a02970b
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Sep 20 13:14:26 2022 -0700
+
+    [instance] minor optimizations to glyf instancing
+
+ src/OT/glyf/Glyph.hh       | 13 +++++++++----
+ src/OT/glyf/SimpleGlyph.hh | 26 ++++++++++++--------------
+ src/OT/glyf/glyf.hh        | 22 +++++++++++++++++-----
+ 3 files changed, 38 insertions(+), 23 deletions(-)
+
+commit d5fc4a73c08c218b16513464a2e880f65531313b
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Sep 14 14:43:20 2022 -0700
+
+    [instance] add tests for featureVariations
+    
+    Also updated the script that is used to generate tests.With fonttools,
+    we now do instancing first and then subsetting.
+    
+    With different order of subsetting and instancing operations on the same
+    VF file, fonttools seems to generate 2 different font files with different
+    glyph set.
+    1. do subsetting and then instancing: this seems result in a larger glyph
+       set in the font file. Lookups are collected from both retained features
+       and all possible alternate featurevariations, this leads to a larger
+       glyph set after glyph closurei. And instancer doesn't redo glyph
+       closure, it does lookups pruning only.
+    
+    2. do instancing and then subsetting: lookups are collected from
+       features that are replaced already and possible alternate feature
+       variations
+
+ ...fault.retain-all-codepoint.wght=150,wdth=80.ttf | Bin 114200 -> 114200 bytes
+ ...fault.retain-all-codepoint.wght=300,wdth=90.ttf | Bin 114300 -> 114300 bytes
+ ...iable.default.retain-all-codepoint.wght=400.ttf | Bin 0 -> 1660624 bytes
+ ...otdef-outline.retain-all-codepoint.wght=400.ttf | Bin 0 -> 1660668 bytes
+ test/subset/data/fonts/Roboto-Variable.ttf         | Bin 0 -> 477420 bytes
+ .../data/tests/instance_feature_variations.tests   |  12 +++++++++++
+ test/subset/generate-expected-outputs.py           |  23 +++++++++++----------
+ test/subset/meson.build                            |   1 +
+ 8 files changed, 25 insertions(+), 11 deletions(-)
+
+commit b90ce34a25538b1377f69be2bae8b2cf8230ac06
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Sep 14 11:26:32 2022 -0700
+
+    [instance] fix for non-empty .notdef glyph metrics update
+    
+    we need pass in source glyph's outline data to calculate boundaries, and
+    then drop the outline data if notdef-outline is specified.
+    
+    Also disable shifting points for instancing in get_points () API
+
+ src/OT/glyf/Glyph.hh | 31 ++++++++++++++++++++-----------
+ src/OT/glyf/glyf.hh  |  5 +++--
+ 2 files changed, 23 insertions(+), 13 deletions(-)
+
+commit b706c6f77eaeb4fc17e03c0c8c6cee2fe5dc85fc
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Sep 12 13:58:55 2022 -0700
+
+    [instance] update FeatureList with variations
+
+ src/hb-ot-layout-common.hh | 234 ++++++++++++++++++++++++++++-----------------
+ 1 file changed, 144 insertions(+), 90 deletions(-)
+
+commit 8f3a7017c38a713759a324f755f4042b3e533ac2
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Sep 9 15:00:37 2022 -0700
+
+    [instance] support FeatureVariations table
+
+ src/OT/Layout/GPOS/GPOS.hh |  2 +-
+ src/OT/Layout/GSUB/GSUB.hh |  2 +-
+ src/hb-ot-layout-common.hh | 72 +++++++++++++++++++++++++++++++++++-----------
+ 3 files changed, 58 insertions(+), 18 deletions(-)
+
+commit f4813e3b7f3bd15ab0ba94bbf8176b6ec2a9ecea
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Sep 9 10:34:09 2022 -0700
+
+    [instance] update collect_lookups/prune_features()/closure_features() with variations
+    
+    Some features will be substituted with variations, so we do not collect
+    lookups from the original feature tables.
+
+ src/hb-ot-layout-common.hh   | 23 ++++++++++++---
+ src/hb-ot-layout-gsubgpos.hh | 17 +++++++----
+ src/hb-ot-layout.cc          |  2 +-
+ src/hb-subset-plan.cc        | 69 +++++++++++++++++++++++++++++++++-----------
+ src/hb-subset-plan.hh        |  4 +--
+ 5 files changed, 86 insertions(+), 29 deletions(-)
+
+commit 64e2f2fc581c7a301919265b9bf6a6519e9c8586
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Sep 9 09:36:19 2022 -0700
+
+    [instance] store active featurevariation record/condition idxes in the plan
+
+ src/hb-ot-layout-common.hh   | 140 +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-gsubgpos.hh |   5 ++
+ src/hb-subset-plan.cc        |  19 +++++-
+ src/hb-subset-plan.hh        |  17 ++++++
+ 4 files changed, 178 insertions(+), 3 deletions(-)
+
+commit 0a6c16a313443eb4130aca4e39e2a9a792f8ba03
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Aug 8 13:47:39 2022 -0700
+
+    [instance] instantiate fvar table
+    
+    Added an old->new axes_indices mapping in the subset plan
+
+ src/hb-ot-var-fvar-table.hh | 80 +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-subset-input.cc      |  1 -
+ src/hb-subset-plan.cc       | 14 +++++---
+ src/hb-subset-plan.hh       |  6 ++++
+ src/hb-subset.cc            |  4 +++
+ 5 files changed, 100 insertions(+), 5 deletions(-)
+
+commit 486fc2271a804f8143f44476d55237f8a7755955
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 28 15:11:23 2022 -0600
+
+    [cplusplus] Add missing const
+
+ src/hb-cplusplus.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit c335bf469f5f1103d5ddf76716f356d026cc30c0
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Sep 26 13:01:20 2022 -0700
+
+    support dereferencing shared_ptrs and unique_ptrs
+
+ src/hb-meta.hh  | 12 ++++++++++++
+ src/test-map.cc | 17 +++++++++++++++++
+ 2 files changed, 29 insertions(+)
+
+commit d5829b3ce2a3a989f7f69e5184b7802e71402cf8
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Sep 23 20:06:57 2022 +0000
+
+    [repacker] update the repacker doc to reflect the current state.
+
+ docs/repacker.md | 97 ++++++++++++++++++++++++++++++++++++--------------------
+ 1 file changed, 63 insertions(+), 34 deletions(-)
+
+commit 8cd7d1c3fe4e632a205b538b5ba46c2abe861a56
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Sep 20 22:04:39 2022 +0000
+
+    [subset] Allow table ordering on the face builder to be overriden.
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-face.cc             | 76 +++++++++++++++++++++++++++++++++++++---------
+ src/hb-face.h              |  4 +++
+ 3 files changed, 67 insertions(+), 14 deletions(-)
+
+commit b70032eddadb5488514d60c54f6254834f3d750d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 22 15:59:16 2022 -0600
+
+    [layout] Fix typo in docs
+
+ src/hb-ot-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d2966d39197090a29c35b635831496e6e5a64cf3
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Sep 22 23:30:50 2022 +0200
+
+    [ot-font] Try CBDT extents before outline tables
+    
+    Like we do for sbix table.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3827
+
+ src/hb-ot-font.cc | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 1fdf04642773251bb7899df1e2d6b50ec9a6acff
+Merge: 3ca5fbda7 752060a49
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 22 12:03:17 2022 -0600
+
+    Merge pull request #3799 from harfbuzz/optical-bounds
+    
+    Optical bounds
+
+commit 3ca5fbda76098cf74a9ba0c55feea611e48b0b5c
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Wed Sep 21 18:13:17 2022 -0400
+
+    [USE] Update the data files
+    
+    This uses the data files from
+    <https://github.com/microsoft/font-tools/tree/3254c94606d1d6737370deedae0ee3e08d1e100d/USE>
+    and closes #3817.
+
+ src/gen-use-table.py                              |  23 +--
+ src/hb-ot-shaper-use-table.hh                     | 120 ++++++-------
+ src/hb-ot-shaper-vowel-constraints.cc             |  34 ++++
+ src/ms-use/IndicPositionalCategory-Additional.txt |  15 +-
+ src/ms-use/IndicShapingInvalidCluster.txt         | 198 +++++++++++-----------
+ src/ms-use/IndicSyllabicCategory-Additional.txt   |  91 +++++++---
+ 6 files changed, 284 insertions(+), 197 deletions(-)
+
+commit b78d4b1e58a6c358b4c5034549deba7dea59934c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 21 13:27:12 2022 -0600
+
+    [color] Fix documentation re UPEM vs PPEM
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3826
+
+ src/hb-ot-color.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 56c467093598ec559a7148b61e112e9de52b7076
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 20 17:39:54 2022 -0600
+
+    [subset] Fix compiler warning
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3823
+
+ src/graph/graph.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c02a1a4adc3d3c02b3573a13d47e8381e3534c22
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Sep 10 10:44:16 2022 -0600
+
+    [ot-font] Remove unused include
+
+ src/hb-ot-font.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit d7cc82ad48981b5d321e848a26618443e28f1b2b
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Sep 20 11:22:54 2022 -0400
+
+    Update the language system tag registry URL
+
+ src/update-unicode-tables.make | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 21b0e594141a386a616f0497c171339f4f47552f
+Author: Jonathan Kew <jfkthame@gmail.com>
+Date:   Tue Sep 20 12:03:08 2022 +0100
+
+    [aat] Add test for rlig-to-aat feature mapping in Geeza Pro.
+
+ test/shape/data/in-house/tests/macos.tests | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit f54d2b3e2c7a51586011f15e439f203a5295fc4e
+Author: Jonathan Kew <jfkthame@gmail.com>
+Date:   Tue Sep 20 11:42:00 2022 +0100
+
+    [aat] Map 'rlig' to AAT required-ligatures setting.
+    
+    Fixes #3819.
+
+ src/hb-aat-layout.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit d827a5ee4031d7db1a0cd3265764140a1210fb12
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Sep 19 10:40:49 2022 +0200
+
+    [subset] Skip glyph closure for any dropped table
+    
+    If COLR or MATH tables are being dropped, there is no point in closing
+    glyphs over them, just like it is done for GSUB.
+
+ src/hb-subset-plan.cc | 29 +++++++++++++++--------------
+ 1 file changed, 15 insertions(+), 14 deletions(-)
+
+commit 4a1d891c6317d2c83e5f3c2607ec5f5ccedffcde
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Sep 17 03:15:51 2022 +0200
+
+    5.2.0
+
+ NEWS                   | 22 ++++++++++++++++++++++
+ configure.ac           |  2 +-
+ meson.build            |  2 +-
+ src/hb-common.h        |  6 +++---
+ src/hb-subset-input.cc |  4 ++--
+ src/hb-version.h       |  4 ++--
+ 6 files changed, 31 insertions(+), 9 deletions(-)
+
+commit 53a194aa3f5f7de0b40e879e41fcbe0de6e9fefe
+Author: Xavier Claessens <xavier.claessens@collabora.com>
+Date:   Wed Sep 7 17:35:03 2022 -0400
+
+    meson: Fix freetype and icu dependency lookup
+    
+    It is wrong to search for a different name depending on the compiler. If
+    anything, cmake name could be available on systems that uses GCC too.
+    
+    This also fix regression in the usage of freetype subproject fallback as
+    its name is "freetype2" and was previously used even when the
+    "freetype" option was set to "auto".
+
+ meson.build | 34 ++++++++++++++++++++++++----------
+ 1 file changed, 24 insertions(+), 10 deletions(-)
+
+commit 7c0791d61afaeec3e0871d2835e22cad018a6a1e
+Merge: 2b766e8ad a120b01ab
+Author: خالد حسني (Khaled Hosny) <khaled@aliftype.com>
+Date:   Wed Sep 7 10:31:17 2022 +0200
+
+    Merge pull request #3810 from ankith26/main
+    
+    [cmake] Generate pkg-config .pc files
+
+commit 2b766e8ade84107261def2a7f8588a6973a4f9b5
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Sep 2 11:34:31 2022 -0700
+
+    [subset] No need to collect_features twice
+
+ src/hb-subset-plan.cc | 43 +++++++++++++++++++++++--------------------
+ 1 file changed, 23 insertions(+), 20 deletions(-)
+
+commit 09b9a1ffddd473ede52b0481c5cb056dd91d648c
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Thu Sep 1 20:20:44 2022 -0400
+
+    [USE] Allow ZWNJ at the end of a cluster
+
+ src/hb-ot-shaper-use-machine.hh                    | 1229 +++++++++++---------
+ src/hb-ot-shaper-use-machine.rl                    |   16 +-
+ .../a56745bac8449d0ad94918b2bb5930716ba02fe3.ttf   |  Bin 0 -> 1292 bytes
+ test/shape/data/in-house/tests/use-syllable.tests  |    1 +
+ 4 files changed, 698 insertions(+), 548 deletions(-)
+
+commit a3e6dbbb43264c7c290897328e8a9fbae2537a0e
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Sep 2 13:53:10 2022 -0700
+
+    [subset] skip the script if it's not included in the final subset
+
+ src/hb-ot-layout-gsubgpos.hh | 3 +++
+ src/hb-subset-plan.cc        | 2 +-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit a120b01ab3894ca14f8b069c1505d0cca8b31e5c
+Author: Ankith <46915066+ankith26@users.noreply.github.com>
+Date:   Tue Sep 6 15:32:04 2022 +0530
+
+    [cmake] Generate pkg-config .pc files
+
+ CMakeLists.txt | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 63 insertions(+), 2 deletions(-)
+
+commit e3548c206990f23caba4fa31fed1aaf3fceeb04f
+Author: Wez Furlong <wez@wezfurlong.org>
+Date:   Sat Sep 3 08:15:03 2022 -0700
+
+    hb-view: Detect WezTerm and use iterm2 image protocol
+    
+    Similar to the logic that detects iterm2, but look for
+    TERM_PROGRAM=WezTerm which identifies wezterm is present.
+    
+    This allows hb-view to output an image directly to the terminal.
+
+ util/helper-cairo.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 752060a49c533c84249707d5a2f026a5b5a4ea33
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 1 13:47:12 2022 -0600
+
+    [layout] Document hb_ot_layout_lookup_get_optical_bound()
+
+ src/hb-ot-layout.cc | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+
+commit 71c6cba097852831bfb296702e8727e88d14d04a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 1 13:43:19 2022 -0600
+
+    [layout] Rename API:
+    
+    -hb_ot_layout_get_optical_bound()
+    +hb_ot_layout_lookup_get_optical_bound()
+
+ src/hb-config.hh    |  2 +-
+ src/hb-ot-layout.cc | 10 +++++-----
+ src/hb-ot-layout.h  | 13 +++++++++----
+ 3 files changed, 15 insertions(+), 10 deletions(-)
+
+commit 3892128a1fe1d04365cb91b71babd01b331c1893
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 1 13:40:53 2022 -0600
+
+    [layout] Add HB_NO_LAYOUT_RARELY_USED
+
+ src/hb-config.hh    | 1 +
+ src/hb-ot-layout.cc | 2 ++
+ 2 files changed, 3 insertions(+)
+
+commit 8e88653f05daa3f78462ba4949b6713115b26aa9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 1 13:39:26 2022 -0600
+
+    [layout] Move code around
+
+ src/hb-ot-layout.cc | 104 ++++++++++++++++++++++++++--------------------------
+ 1 file changed, 53 insertions(+), 51 deletions(-)
+
+commit 4bf9621113441a509565697c146492eee872c6fa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 31 09:18:18 2022 -0600
+
+    [optical-bounds] Optimize
+
+ src/OT/Layout/GPOS/SinglePosFormat1.hh | 15 +++++++++++----
+ src/OT/Layout/GPOS/SinglePosFormat2.hh | 15 +++++++++++----
+ src/hb-ot-layout.cc                    |  6 +-----
+ 3 files changed, 23 insertions(+), 13 deletions(-)
+
+commit 5d6f1a88e48b57cd28f529643c2c0ff7809e3eea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 31 08:31:24 2022 -0600
+
+    [layout] Add hb_ot_layout_get_optical_bound()
+
+ src/OT/Layout/GPOS/SinglePosFormat1.hh | 11 +++++++
+ src/OT/Layout/GPOS/SinglePosFormat2.hh | 17 +++++++++-
+ src/hb-ot-layout.cc                    | 57 ++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout.h                     |  6 ++++
+ 4 files changed, 90 insertions(+), 1 deletion(-)
+
+commit 238e7dd2b646b061ffb5c748e280c1e805d6fd00
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 1 13:24:01 2022 -0600
+
+    Fix build
+
+ perf/benchmark-subset.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 470944901f63dfe4ba74e65906be8fe94d620143
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Aug 31 12:01:32 2022 -0700
+
+    [instance] add benchmarks for instancing
+
+ perf/benchmark-subset.cc                       |  84 +++++++++++++++++++++----
+ test/subset/data/fonts/MPLUS1-Variable.ttf     | Bin 0 -> 4133100 bytes
+ test/subset/data/fonts/RobotoFlex-Variable.ttf | Bin 0 -> 1755856 bytes
+ 3 files changed, 73 insertions(+), 11 deletions(-)
+
+commit 14eb3d37ad91e22b88af516850b1ca1ac2603f84
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 1 13:18:42 2022 -0600
+
+    [layout] Improve annotations
+
+ src/hb-ot-layout.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit fd107bddb0362ab4eff70da307124c3603525fbf
+Merge: 29d5c7f67 f8ddb9998
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 1 13:12:25 2022 -0600
+
+    Merge pull request #3795 from googlefonts/instance_GDEF_GPOS
+    
+    [instancing] update GDEF/GPOS tables and a few fixes for glyf instancing
+
+commit f8ddb9998b1b6390b415bcfa549156baeef48b65
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Aug 30 09:08:09 2022 -0700
+
+    [instance] Fix os/2 table width to widthclass mapping
+
+ src/hb-ot-os2-table.hh | 28 +++++++++++++++++++++++++++-
+ 1 file changed, 27 insertions(+), 1 deletion(-)
+
+commit 88c02e00248227ba3434e6b09a58d86c0a779144
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Aug 26 08:34:12 2022 -0700
+
+    [instance] add tests for full instancing
+    
+    Also update previous tests with GDEF/GPOS tables
+
+ ...ifVariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 3876 -> 3864 bytes
+ ....default.retain-all-codepoint.wght=150,wdth=80.ttf | Bin 0 -> 114200 bytes
+ ....default.retain-all-codepoint.wght=300,wdth=90.ttf | Bin 0 -> 114300 bytes
+ ....default.retain-all-codepoint.wght=200,wdth=90.ttf | Bin 6540 -> 6760 bytes
+ ....default.retain-all-codepoint.wght=650,wdth=85.ttf | Bin 6492 -> 6712 bytes
+ ....default.retain-all-codepoint.wght=200,wdth=90.ttf | Bin 6332 -> 6440 bytes
+ ....default.retain-all-codepoint.wght=650,wdth=85.ttf | Bin 6284 -> 6392 bytes
+ ...fault.retain-all-codepoint.wght=400,wdth=100.0.ttf | Bin 6584 -> 6804 bytes
+ ...efault.retain-all-codepoint.wght=drop,wdth=100.ttf | Bin 6584 -> 6804 bytes
+ test/subset/data/tests/full_instance.tests            |  12 ++++++++++++
+ test/subset/generate-expected-outputs.py              |   7 +------
+ test/subset/meson.build                               |   1 +
+ test/subset/run-tests.py                              |   3 +--
+ 13 files changed, 15 insertions(+), 8 deletions(-)
+
+commit 8f84c58a34e07254d89eb539ff4dd5ec8089281e
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Aug 26 08:24:19 2022 -0700
+
+    [instance] don't copy phantom points from component
+    
+    No need to consider USE_MY_METRICS for instancing
+
+ src/OT/glyf/Glyph.hh | 7 ++++---
+ src/OT/glyf/glyf.hh  | 2 +-
+ 2 files changed, 5 insertions(+), 4 deletions(-)
+
+commit 58dbc00162fba5a694f4a1dffdc2d3521ebc24f1
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Aug 25 11:05:15 2022 -0700
+
+    [instance] Fix compiling Composite glyph bytes
+    
+    The x/y offset encoded with int8 originally might overflow after deltas
+    are applied. So we cannot just copy and update old values.
+
+ src/OT/glyf/CompositeGlyph.hh | 102 +++++++++++++++++++++++++++++++++---------
+ 1 file changed, 82 insertions(+), 20 deletions(-)
+
+commit 8b7e2a137346c42168acbc7841b3aa77f849edcb
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Aug 24 14:16:55 2022 -0700
+
+    [instance] we need to update hmtx/vmtx values even for empty glyphs
+    
+    Update metrics using the 4 phantom points
+
+ src/OT/glyf/Glyph.hh | 22 ++++++++++++++--------
+ 1 file changed, 14 insertions(+), 8 deletions(-)
+
+commit 7d7b49234441144692a69577b7c7ed70611c9ebc
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Aug 24 11:49:50 2022 -0700
+
+    [instance] move _normalize_axes_location to the beginning of
+    subset_plan_create
+    
+    pinned_at_default flag decides whether delta will be collected as well
+    when collecting layout variation indices
+
+ src/hb-subset-plan.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 6de0a6f0b7cdb32e7a7b63c6fe87933b085f229b
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Aug 3 11:18:00 2022 -0700
+
+    [instance] update GPOS ValueRecord table
+
+ src/OT/Layout/GPOS/Common.hh           |  3 +-
+ src/OT/Layout/GPOS/PairPosFormat1.hh   |  6 +++
+ src/OT/Layout/GPOS/PairPosFormat2.hh   | 10 ++++-
+ src/OT/Layout/GPOS/PairSet.hh          |  2 +-
+ src/OT/Layout/GPOS/PairValueRecord.hh  |  6 +--
+ src/OT/Layout/GPOS/SinglePos.hh        | 15 ++++---
+ src/OT/Layout/GPOS/SinglePosFormat1.hh |  6 +--
+ src/OT/Layout/GPOS/SinglePosFormat2.hh |  6 +--
+ src/OT/Layout/GPOS/ValueFormat.hh      | 81 +++++++++++++++++++++++++++-------
+ 9 files changed, 100 insertions(+), 35 deletions(-)
+
+commit 61636d4efec1e6bbb3754de469212734d75489fb
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Aug 2 10:52:31 2022 -0700
+
+    [instance] update GPOS AnchorFormat3 table
+
+ src/OT/Layout/GPOS/Anchor.hh        |  3 +--
+ src/OT/Layout/GPOS/AnchorFormat3.hh | 46 ++++++++++++++++++++++++++++++-------
+ 2 files changed, 39 insertions(+), 10 deletions(-)
+
+commit 9ab6605f205159b0b16be11a4b36f022ccb8274d
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Aug 2 09:54:29 2022 -0700
+
+    [instance] update GDEF table
+
+ src/hb-ot-layout-common.hh     | 26 ++++++++++++++++++++------
+ src/hb-ot-layout-gdef-table.hh | 28 +++++++++++++++++++++++++---
+ 2 files changed, 45 insertions(+), 9 deletions(-)
+
+commit b72995ff162c6318a84b6ae9d43a9a247f2ad01d
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Aug 1 14:48:01 2022 -0700
+
+    [instance] GDEF table: collect both varidxes and deltas
+
+ src/OT/Layout/GPOS/AnchorFormat3.hh |  4 ++--
+ src/OT/Layout/GPOS/ValueFormat.hh   |  8 +++----
+ src/hb-ot-layout-common.hh          | 32 ++++++++++++++++++++++-----
+ src/hb-ot-layout-gdef-table.hh      | 18 +++++++++------
+ src/hb-subset-plan.cc               | 44 ++++++++++++++++++++++++++++++++++++-
+ 5 files changed, 86 insertions(+), 20 deletions(-)
+
+commit e03043bd0bd1da4b775d29e1fb4cb45217fa8a6c
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Aug 1 11:37:47 2022 -0700
+
+    [subset] don't let VariationStore subset() produce inner_maps
+    
+    Make it a subset-planning object so VariationStore can subset to
+    specified inner_maps.
+    
+    Also add a layout_variation_idx_delta_map in subset_plan
+
+ src/hb-ot-layout-common.hh     | 21 +++-----------------
+ src/hb-ot-layout-gdef-table.hh |  2 +-
+ src/hb-subset-plan.cc          | 44 ++++++++++++++++++++++++++++--------------
+ src/hb-subset-plan.hh          | 13 +++++++------
+ 4 files changed, 41 insertions(+), 39 deletions(-)
+
+commit 29d5c7f67adc673391bcb8ab1ffeb8f4d4524eb8
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Aug 31 15:03:09 2022 -0400
+
+    docs: Improve docs for some apis
+    
+    Various functions take hb_tag_t arrays. Those
+    arrays are expected to be 0-terminated. Document
+    that.
+
+ src/hb-ot-layout.cc | 18 ++++++++++++------
+ 1 file changed, 12 insertions(+), 6 deletions(-)
+
+commit c96bfca380bcdae0856ae0a39655640c85fc2f30
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 31 08:05:14 2022 -0600
+
+    [get-alternates] Minor simplify
+
+ src/hb-ot-layout.cc | 7 +------
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+commit 41aa02ae721ddfa96debf95a039567960164d534
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 29 11:17:22 2022 -0600
+
+    [layout] Improve get_feature_tags documentation
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3798
+
+ src/hb-ot-layout.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 6de56b67b6bd22f63be7ff50d954319534c01b43
+Merge: 9e4ae09fe ade87e153
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 29 10:04:38 2022 -0600
+
+    Merge pull request #3797 from harfbuzz/unicode-15
+    
+    Update to Unicode 15.0.0
+
+commit ade87e153859683e0b7a89dc7baf74c80cd9b95d
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Aug 27 18:34:28 2022 -0400
+
+    [Unicode 15] Add tests
+
+ test/api/test-unicode.c | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 14e754cd2cb986a28664b24f97c1e1605b4b4a45
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Aug 27 18:12:23 2022 -0400
+
+    [Unicode 15] Update the Arabic joining script list
+
+ src/hb-ot-shaper-arabic-joining-list.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 29386d963c08bcfc58a3507567f1d09c18609ec4
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Aug 27 18:09:08 2022 -0400
+
+    [Unicode 15] Send the new scripts to USE
+
+ src/hb-ot-shaper.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit cc0e0f7056bc401fd71b5e6377b36f50666288b3
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Aug 27 18:06:32 2022 -0400
+
+    [Unicode 15] Update the USE table
+
+ src/hb-ot-shaper-use-table.hh | 219 +++++++++++++++++++++---------------------
+ 1 file changed, 111 insertions(+), 108 deletions(-)
+
+commit e93c2d1309b3b4e7ba28d91c49de977be6dafa73
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Aug 27 16:10:10 2022 -0400
+
+    [Unicode 15] Update the emoji table & cluster test
+
+ src/hb-unicode-emoji-table.hh                       | 12 ++++++------
+ test/shape/data/in-house/tests/emoji-clusters.tests | 11 +++++++++++
+ 2 files changed, 17 insertions(+), 6 deletions(-)
+
+commit f0da4a587adda54186aea7d672d9e47591a3f9cc
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Aug 27 16:05:46 2022 -0400
+
+    [Unicode 15] Update the vowel constraint table
+
+ src/hb-ot-shaper-vowel-constraints.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a223a61209aea4ef47453918dd4163ffe53cf3a4
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Aug 27 16:04:59 2022 -0400
+
+    [Unicode 15] Update the Indic table
+
+ src/hb-ot-shaper-indic-table.cc | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 8467e12a74ed0dd1c6b3455292447d1a4cd4f7c7
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Aug 27 16:02:59 2022 -0400
+
+    [Unicode 15] Update the Arabic table
+
+ src/hb-ot-shaper-arabic-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit d0c32c5a0e1192c7b35b66998ecff362aa7b7205
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Aug 27 15:54:27 2022 -0400
+
+    [Unicode 15] Update the UCD table
+
+ src/hb-ucd-table.hh                          | 5403 +++++++++++++-------------
+ test/shape/data/in-house/tests/sara-am.tests |    4 +-
+ 2 files changed, 2737 insertions(+), 2670 deletions(-)
+
+commit 893512219e8f1bdf7d276a9454722cce385d6d71
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Aug 27 15:59:37 2022 -0400
+
+    Add a target to download Blocks.txt
+
+ src/update-unicode-tables.make | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b68d0af889141ef9393727afab26331f8b03995f
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Aug 27 15:41:07 2022 -0400
+
+    [Unicode 15] Add new `hb_script_t` values
+
+ src/hb-common.h | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit f9d48150e1b5fa5501c6c016791f89efffefa667
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Aug 27 15:39:39 2022 -0400
+
+    Regenerate files using Ragel
+
+ src/hb-buffer-deserialize-json.hh   |  8 ++++----
+ src/hb-buffer-deserialize-text.hh   | 10 +++++-----
+ src/hb-number-parser.hh             |  8 ++++----
+ src/hb-ot-shaper-indic-machine.hh   | 14 +++++++-------
+ src/hb-ot-shaper-khmer-machine.hh   | 14 +++++++-------
+ src/hb-ot-shaper-myanmar-machine.hh | 14 +++++++-------
+ src/hb-ot-shaper-use-machine.hh     | 14 +++++++-------
+ 7 files changed, 41 insertions(+), 41 deletions(-)
+
+commit 9e4ae09fe76e0ab908095940c880b4ded94c1e18
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Aug 24 05:02:06 2022 +0200
+
+    [ci] Fix linux-ci builds
+
+ .github/workflows/linux-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 371c88678f32b4e81db9003bef47e99f7d716e5f
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Aug 23 22:28:58 2022 +0200
+
+    Add few missing since tags
+
+ src/hb-ot-layout.cc | 23 +++++++++++++++++++++++
+ 1 file changed, 23 insertions(+)
+
+commit 84d33a1ed8e93ee5fae9cb6fb0281be5ac0f7027
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 23 13:13:13 2022 -0600
+
+    [glyf] Fix compiler warning
+
+ src/OT/glyf/SimpleGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 82dc23f2a1ff63c34cbfe4e8625821269782d741
+Merge: 23461b750 f887ee0c6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 23 13:12:58 2022 -0600
+
+    Merge pull request #3759 from googlefonts/update_glyf
+    
+    [instance] update glyf/hmtx/vmtx/OS2/post tables
+
+commit f887ee0c675b92a203133b98353a1820ad89af69
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jul 27 13:18:21 2022 -0700
+
+    [instance] update post.italicAngle
+    
+    Add tests for instancing glyf/hmtx
+
+ src/hb-ot-post-table.hh                                  |   8 ++++++++
+ ...ABC.default.retain-all-codepoint.wght=200,wdth=90.ttf | Bin 0 -> 6540 bytes
+ ...ABC.default.retain-all-codepoint.wght=650,wdth=85.ttf | Bin 0 -> 6492 bytes
+ ...ite.default.retain-all-codepoint.wght=200,wdth=90.ttf | Bin 0 -> 6332 bytes
+ ...ite.default.retain-all-codepoint.wght=650,wdth=85.ttf | Bin 0 -> 6284 bytes
+ test/subset/data/fonts/Roboto-Variable.composite.ttf     | Bin 0 -> 9576 bytes
+ test/subset/data/tests/instantiate_glyf.tests            |  13 +++++++++++++
+ test/subset/meson.build                                  |   3 +++
+ 8 files changed, 24 insertions(+)
+
+commit 4882c717b5bc6f2cfe45c5c84bb5ddc060f8ee2e
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jul 27 12:54:33 2022 -0700
+
+    [instance] update OS/2.usWeightClass and OS/2.usWidthClass
+
+ src/hb-ot-os2-table.hh | 35 +++++++++++++++++++++++++++++++++++
+ 1 file changed, 35 insertions(+)
+
+commit ac0e22fa8efae1fc581c2687f29f027fcb69a36c
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Jul 22 09:37:09 2022 -0700
+
+    [instance] update glyf/hmtx/vmtx tables
+
+ src/OT/glyf/CompositeGlyph.hh |  56 +++++++++++++++++++
+ src/OT/glyf/Glyph.hh          | 118 ++++++++++++++++++++++++++++++++++++++-
+ src/OT/glyf/SimpleGlyph.hh    | 126 ++++++++++++++++++++++++++++++++++++++++++
+ src/OT/glyf/SubsetGlyph.hh    |  14 +++++
+ src/OT/glyf/glyf.hh           |  42 +++++++++++++-
+ src/hb-ot-hmtx-table.hh       |  45 +++++++++++----
+ src/hb-subset-plan.cc         |  26 ++++-----
+ src/hb-subset-plan.hh         |   8 +++
+ src/hb-subset.cc              |  40 +++++++++++++-
+ 9 files changed, 448 insertions(+), 27 deletions(-)
+
+commit 23461b75020164252d6af018fa08e6e3e3907b8b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 19 09:48:12 2022 -0600
+
+    [hb-ft] Only apply FT_Face's transform if we created FT_Face
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3788
+    
+    https://github.com/harfbuzz/harfbuzz/issues/3790
+
+ src/hb-ft.cc | 95 +++++++++++++++++++++++++++++++++++++++++-------------------
+ 1 file changed, 65 insertions(+), 30 deletions(-)
+
+commit 4f59211762a6f6fc1bd7516a4c37e83c4fcb709e
+Merge: 2eda2ab3b a91bfeeda
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 18 16:33:44 2022 -0600
+
+    Merge pull request #3787 from harfbuzz/split_mark_base_bos
+    
+    [repacker] Add support for splitting MarkBasePosFormat1 in the packer.
+
+commit 2eda2ab3bbd2f2013457797727f9bee6ec103179
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 18 16:15:54 2022 -0600
+
+    [object] Forward hb_object_create() arguments to constructor
+
+ src/hb-object.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit df040de9b4f44fefb4b7d0eed26cffe9d10777ef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 18 16:15:00 2022 -0600
+
+    [array] Add a std::forward
+
+ src/hb-array.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c606978ee01ee6b17a79847c196d14b1b4adf479
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 18 16:13:56 2022 -0600
+
+    [array] Remove unused type pack
+
+ src/hb-array.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 37d61afd5eb2ce216eae032c6916ccbaad3ee31f
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 18 21:05:48 2022 +0000
+
+    [subset] add destructor to subset plan.
+    
+    This ensures that it's members get destructed before the plan itself is destructed, as hb_object_destroy calls the destructor for plan.
+
+ src/hb-subset-plan.cc | 40 +---------------------------------------
+ src/hb-subset-plan.hh | 44 ++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 45 insertions(+), 39 deletions(-)
+
+commit a91bfeeda53fcdf4674ff2069eb5f906f330e2de
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 18 22:01:48 2022 +0000
+
+    [repacker] comment cleanup.
+
+ src/graph/markbasepos-graph.hh | 3 +--
+ src/hb-repacker.hh             | 3 +--
+ 2 files changed, 2 insertions(+), 4 deletions(-)
+
+commit 015ca5bc3ce387c46c4e2f0c70e636d8c6ba76ab
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 18 21:52:55 2022 +0000
+
+    [repacker] fix compiler alignment warning.
+
+ src/test-repacker.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit de37b2650db78c795d1c8049f41444a591ffdf42
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 18 15:21:48 2022 -0600
+
+    [object] Only destruct object if it's not trivially-destructible
+    
+    Such that we're legally free to access the object to destruct its
+    (pointer) fields ourselves afterwards.  For things like hb_font_t,
+    hb_face_t, etc.
+
+ src/hb-object.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 683c5dd21e63fd187ddc6f9b9ae106fac0078163
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 18 20:57:04 2022 +0000
+
+    [repacker] further reduce base count.
+
+ src/test-repacker.cc | 17 +++++++++++------
+ 1 file changed, 11 insertions(+), 6 deletions(-)
+
+commit 5ddf41fc9c1b528dbff4b4dd7eb5c0e7f5bac69d
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 18 20:28:05 2022 +0000
+
+    [repacker] speed up MarkBasePos test case by using a smaller basecount.
+
+ src/test-repacker.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit bf28b84ae8cd58c1ca0d137f4a04d98d699ef9d6
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 18 01:51:37 2022 +0000
+
+    [repacker] cleanup unused base_array_id.
+
+ src/graph/markbasepos-graph.hh | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 31976bfb502ae861e083b0933575c654292545f9
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 18 01:50:35 2022 +0000
+
+    [repacker] cleanup unused base_array_links.
+
+ src/graph/markbasepos-graph.hh | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit 6f5c52b604a3bed2a7870be5283994d9a5483fd6
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 18 01:48:10 2022 +0000
+
+    [repacker] optimize AnchorMatrix::clone.
+    
+    Previous runtime is O(n^2) reduced to O(n).
+
+ src/graph/markbasepos-graph.hh | 43 +++++++++++++++++++++++-------------------
+ 1 file changed, 24 insertions(+), 19 deletions(-)
+
+commit 29e3b2467e4b050f0aca8b27a6adb0af2d114323
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 18 01:19:54 2022 +0000
+
+    [repacker] optimzie remove_real_links as it's a hot method.
+
+ src/graph/graph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 46b5dbd7ce05841d37b009c2d35004c147f44934
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 18 01:18:16 2022 +0000
+
+    [repacker] optimize index_for_offset.
+
+ src/graph/graph.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 52303638b9446d9840aceecc0890790169a20f0f
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 18 01:10:42 2022 +0000
+
+    [repacker] correct size calculation for MarkBasePosFormat1.
+
+ src/graph/markbasepos-graph.hh | 20 ++++++++++++++++----
+ 1 file changed, 16 insertions(+), 4 deletions(-)
+
+commit ac1a853abc48da5f89e4cba6c28d2657ca1fb118
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 18 00:55:47 2022 +0000
+
+    [repacker] implement sanitize methods for MarkBasePos.
+
+ src/graph/graph.hh             | 12 ++++++------
+ src/graph/markbasepos-graph.hh | 28 ++++++++++++++++------------
+ 2 files changed, 22 insertions(+), 18 deletions(-)
+
+commit a3ed9f9099c8e6d951eb8d1aeda9bdc5278fa4a0
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 17 23:39:11 2022 +0000
+
+    [repacker] fix graph comparison, and mark base pos generation for the tests.
+
+ src/graph/graph.hh             | 37 ++++++++++++++++++++++++++++++-------
+ src/graph/markbasepos-graph.hh |  8 +++++---
+ src/test-repacker.cc           | 33 +++++++++++++++++++++++++--------
+ 3 files changed, 60 insertions(+), 18 deletions(-)
+
+commit 19c51ed35c65f1f4758489645e24939f7b92cea6
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 17 19:15:55 2022 +0000
+
+    [repacker] Get mark base pos test working.
+
+ src/test-repacker.cc | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit b46ced956285b1e554dea2086dbe48d78a458692
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 17 17:51:02 2022 +0000
+
+    [repacker] correct MarkArray size calculation.
+
+ src/graph/markbasepos-graph.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 36c76c27c6078d9e494f27ce04b0160c906bc444
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 17 17:30:21 2022 +0000
+
+    [repacker] when clearing links in MarkArray, also clear parents of the children.
+
+ src/graph/markbasepos-graph.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 8c3db8bdfd675b226a1c04ec09cd085284858211
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 17 00:36:23 2022 +0000
+
+    [repacker] more progress on MarkBasePos tests.
+
+ src/graph/gsubgpos-graph.hh    |   7 +-
+ src/graph/markbasepos-graph.hh |  11 +--
+ src/test-repacker.cc           | 177 +++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 188 insertions(+), 7 deletions(-)
+
+commit 172cc82032bc66183eb66d02284000cacfb00573
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 16 13:21:02 2022 -0600
+
+    [BUILD] Minor reword (and reformat)
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3784
+
+ BUILD.md | 29 +++++++++++++++--------------
+ 1 file changed, 15 insertions(+), 14 deletions(-)
+
+commit 1405f96b6f211a6353fa8ad431de5486c8dcd309
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Aug 15 23:48:00 2022 +0000
+
+    [repacker] change run_resolve_overflow_test to check for graph equivalence.
+    
+    Replaces a check for an exact match on the final serialized bytes. The previous check enforced equivalent topological sorting between result and expected, but we only really care that the graph's are equivalent and don't overflow.
+
+ src/graph/graph.hh   | 33 +++++++++++++++++++++++++--------
+ src/test-repacker.cc | 50 +++++++++++++++++---------------------------------
+ 2 files changed, 42 insertions(+), 41 deletions(-)
+
+commit 07fd0528c0eb5d77ac65cf8cef3328df34f24889
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Aug 15 23:16:51 2022 +0000
+
+    [repacker] add graph equality check.
+    
+    Does not compare topological sorting, but looks for equivalence of the two graphs.
+
+ src/graph/graph.hh  | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-serialize.hh |  5 ++++-
+ 2 files changed, 57 insertions(+), 1 deletion(-)
+
+commit 5cf2a25a609a7401b0799b52a972dd10af245aad
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Aug 15 22:49:24 2022 +0000
+
+    [repacker] Expose on internal method in the repacker that allows the caller to pass in/out a graph.
+    
+    Will be used in testing so we can compare graphs instead of packed result.
+
+ src/graph/graph.hh            | 11 ++++++-
+ src/graph/gsubgpos-context.cc |  5 ++--
+ src/graph/gsubgpos-context.hh | 10 ++-----
+ src/hb-repacker.hh            | 67 +++++++++++++++++++++++++------------------
+ 4 files changed, 53 insertions(+), 40 deletions(-)
+
+commit c414ef292b7dee52cdf4fb8afaa8f0835b58749b
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Aug 15 22:10:37 2022 +0000
+
+    [repacker] Implement MarkArray::shrink.
+
+ src/graph/markbasepos-graph.hh | 46 ++++++++++++++++++++++++++++++++++++------
+ 1 file changed, 40 insertions(+), 6 deletions(-)
+
+commit 4ab7e579cb8f4fd4f5ee2e1c0404e58edf8eb8e6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 12 12:17:37 2022 -0600
+
+    Make HB_BORING_EXPANSION opt-in instead of opt-out
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3757
+
+ src/hb-config.hh                 | 3 +++
+ test/api/hb-test.h               | 4 +---
+ test/api/test-be-glyph-advance.c | 2 +-
+ test/api/test-be-num-glyphs.c    | 4 +++-
+ 4 files changed, 8 insertions(+), 5 deletions(-)
+
+commit f8b55205569aacb81f533179c0c0644d471b2aab
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 11 23:09:36 2022 +0000
+
+    [repacker] Add AnchorMatrix::shrink.
+
+ src/graph/markbasepos-graph.hh | 41 ++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 40 insertions(+), 1 deletion(-)
+
+commit bbe14417ad7fcc80b49d0e8426ad757fc7689ccc
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 11 22:53:30 2022 +0000
+
+    [repacker] Begin implementing MarkBasePosFormat1::shrink.
+
+ src/graph/markbasepos-graph.hh | 72 ++++++++++++++++++++++++------------------
+ 1 file changed, 42 insertions(+), 30 deletions(-)
+
+commit c9ddf0815a62c3812ff9386f89d29ac80dfb96ae
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 11 22:34:59 2022 +0000
+
+    [repacker] Implement AnchorMatrix::clone.
+
+ src/graph/markbasepos-graph.hh | 37 +++++++++++++++++++++++++++++++++----
+ 1 file changed, 33 insertions(+), 4 deletions(-)
+
+commit 5ea3c0be8f2cdbf998d1d4ec5b879bab5241ef66
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 11 22:21:28 2022 +0000
+
+    [repacker] Implement MarkArray::clone.
+
+ src/OT/Layout/GPOS/MarkRecord.hh |  2 +-
+ src/graph/markbasepos-graph.hh   | 27 +++++++++++++++++++++++++--
+ 2 files changed, 26 insertions(+), 3 deletions(-)
+
+commit 0083fd109c9dda14df9d42c9733745e359c62c7f
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 11 22:09:46 2022 +0000
+
+    [repacker] add as_table() helper to graph.
+
+ src/graph/graph.hh             | 40 +++++++++++++++++++++++++++++++++
+ src/graph/markbasepos-graph.hh | 50 +++++++++++++++++++-----------------------
+ 2 files changed, 62 insertions(+), 28 deletions(-)
+
+commit b00eb77682526b3e8c5f0eba0ddff0c28ff80abd
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 11 20:33:21 2022 +0000
+
+    [repack] Add add_link helper to graph.
+
+ src/graph/graph.hh             | 16 ++++++++++++++++
+ src/graph/markbasepos-graph.hh | 19 +++----------------
+ 2 files changed, 19 insertions(+), 16 deletions(-)
+
+commit 1acd2a8bf901dd9a22b5a23ab7ac7b4021969bd5
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 11 20:22:31 2022 +0000
+
+    [repacker] implement MarkBasePosFormat1::clone_range.
+
+ src/graph/coverage-graph.hh    |   2 +-
+ src/graph/graph.hh             |  12 ++++
+ src/graph/markbasepos-graph.hh | 145 +++++++++++++++++++++++++++++------------
+ src/graph/pairpos-graph.hh     |  10 +--
+ 4 files changed, 120 insertions(+), 49 deletions(-)
+
+commit cf817f3d99d46dd39e9004ef94ec71077d8af8d9
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 11 19:26:59 2022 +0000
+
+    [repacker] Hook up MarkBasePos splitting.
+
+ src/graph/gsubgpos-graph.hh    | 27 +++++++++++++++++++++++----
+ src/graph/markbasepos-graph.hh | 37 ++++++++++++++++---------------------
+ 2 files changed, 39 insertions(+), 25 deletions(-)
+
+commit 4418beac932f98d77a774e94d51745637b03b513
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 11 19:08:04 2022 +0000
+
+    [repacker] start implmenting MarkBasePos splitting.
+
+ src/Makefile.sources           |   2 +-
+ src/graph/markbasepos-graph.hh | 310 +++++++++++++++++++++++++++++++++++++++++
+ src/meson.build                |   1 +
+ 3 files changed, 312 insertions(+), 1 deletion(-)
+
+commit f4f7d691afba09c1c17ec53ce93e48c6f9038b8e
+Merge: 7fde6ab02 fa46dbca9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 9 22:23:23 2022 -0600
+
+    Merge pull request #3779 from harfbuzz/split_pair_pos_2
+    
+    [repacker] Add PairPosFormat2 table splitting in the repacker.
+
+commit fa46dbca9daea93424f09023547d77bddcd01c36
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Aug 8 17:07:14 2022 +0000
+
+    [repacker] Make actuate_subtable_split internal.
+
+ src/graph/split-helpers.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit fe15f2559f44377a40da50ff4fdbbc8438de8670
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Aug 8 16:57:28 2022 +0000
+
+    [repacker] use position instead of memory address as key in device_tables map.
+
+ src/graph/pairpos-graph.hh | 18 ++++++++++--------
+ 1 file changed, 10 insertions(+), 8 deletions(-)
+
+commit 163fbf0be11c8448f40c054ea5c69c1a7c6155f3
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Aug 5 23:37:11 2022 +0000
+
+    [repacker] Check for nullptr's before sanitizing.
+
+ src/graph/coverage-graph.hh |  2 +-
+ src/graph/gsubgpos-graph.hh | 11 +++++------
+ src/graph/pairpos-graph.hh  | 14 +++++++++-----
+ 3 files changed, 15 insertions(+), 12 deletions(-)
+
+commit 13253233f77196011d0eba3a55e3481381a9a68f
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Aug 5 23:15:10 2022 +0000
+
+    [repacker] in PairPosFormat2 splitting use the max estimated coverage/classdef size for sizing serialization buffers.
+
+ src/graph/pairpos-graph.hh | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+commit dde0a2b0711a5922db6124f08d62fe35f3500dd5
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Aug 5 22:30:37 2022 +0000
+
+    [repacker] track estimated coverage size during PairPosFormat1 split point analysis.
+
+ src/graph/pairpos-graph.hh | 22 ++++++++++++----------
+ 1 file changed, 12 insertions(+), 10 deletions(-)
+
+commit b37e8bef0ec1401710e10bf83ac83da7449e3178
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Aug 5 22:16:20 2022 +0000
+
+    [repacker] count size of the current class at the split point in the next segment.
+
+ src/graph/pairpos-graph.hh | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit 7fde6ab02560889c15f573f740b44b0463bcc45c
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Aug 5 13:33:22 2022 -0700
+
+    fuzzer fix: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49790
+
+ src/hb-ot-layout-common.hh                         |  39 ++++++++++-----------
+ src/hb-serialize.hh                                |   2 +-
+ ...ase-minimized-hb-subset-fuzzer-6362213417353216 | Bin 0 -> 131411 bytes
+ 3 files changed, 20 insertions(+), 21 deletions(-)
+
+commit a4e0fd1685a8ea0a6ae7ddf034edbe1a622c57c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 5 15:05:51 2022 -0600
+
+    [MultipleSubst] Rewrite serialize signature as single iterator
+
+ src/OT/Layout/GSUB/MultipleSubst.hh        | 10 ++++------
+ src/OT/Layout/GSUB/MultipleSubstFormat1.hh | 19 +++++++++++++------
+ src/OT/Layout/GSUB/SubstLookup.hh          | 12 ++++--------
+ 3 files changed, 21 insertions(+), 20 deletions(-)
+
+commit 65d28bc5a70e4fbd5e5321f56914ed25749db4c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 5 14:56:07 2022 -0600
+
+    [MultipleSubst] Rewrite serialize() in terms of iterators
+    
+    Unused still, and hence untested
+
+ src/OT/Layout/GSUB/MultipleSubst.hh        | 12 ++++++------
+ src/OT/Layout/GSUB/MultipleSubstFormat1.hh | 18 ++++++++++--------
+ src/OT/Layout/GSUB/SubstLookup.hh          | 17 +++++++++--------
+ 3 files changed, 25 insertions(+), 22 deletions(-)
+
+commit b57ea3b053d45f5437cae54a9ee23040124047da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 5 14:29:27 2022 -0600
+
+    Revert "[iter] Use && in uses of is_source_of"
+    
+    This reverts commit ccbba667a9bdc096f0053d5e3ee951a8b6298e8a.
+
+ src/OT/Layout/GSUB/AlternateSet.hh | 2 +-
+ src/OT/Layout/GSUB/Ligature.hh     | 2 +-
+ src/OT/Layout/GSUB/Sequence.hh     | 2 +-
+ src/OT/Layout/GSUB/SubstLookup.hh  | 2 +-
+ src/OT/glyf/glyf-helpers.hh        | 2 +-
+ src/hb-open-file.hh                | 4 ++--
+ src/hb-open-type.hh                | 6 +++---
+ src/hb-ot-name-table.hh            | 2 +-
+ 8 files changed, 11 insertions(+), 11 deletions(-)
+
+commit 0e48a65d329b4ecbadc31359fc3f7f57c8f3de5a
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Aug 5 20:19:11 2022 +0000
+
+    [repacker] estimate size of classDef1 and coverage during PairPos2 split point analysis.
+
+ src/graph/classdef-graph.hh      | 14 ++++++---
+ src/graph/pairpos-graph.hh       | 57 ++++++++++++++++++++++++++++------
+ src/graph/test-classdef-graph.cc | 39 +++++++++++++++---------
+ src/test-repacker.cc             | 66 +++++++++++++++++++++++++++++++---------
+ 4 files changed, 134 insertions(+), 42 deletions(-)
+
+commit 2264df6da3c25a803217338faf685f963972a68b
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Aug 5 18:33:03 2022 +0000
+
+    [repacker] add utility that can calculate the size of Coverage+ClassDef via incremental class inclusion.
+
+ src/Makefile.am                  |   5 ++
+ src/graph/classdef-graph.hh      |  82 +++++++++++++++++++++++++++++
+ src/graph/test-classdef-graph.cc | 110 +++++++++++++++++++++++++++++++++++++++
+ src/meson.build                  |   1 +
+ 4 files changed, 198 insertions(+)
+
+commit ccbba667a9bdc096f0053d5e3ee951a8b6298e8a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 5 11:51:51 2022 -0600
+
+    [iter] Use && in uses of is_source_of
+
+ src/OT/Layout/GSUB/AlternateSet.hh | 2 +-
+ src/OT/Layout/GSUB/Ligature.hh     | 2 +-
+ src/OT/Layout/GSUB/Sequence.hh     | 2 +-
+ src/OT/Layout/GSUB/SubstLookup.hh  | 2 +-
+ src/OT/glyf/glyf-helpers.hh        | 2 +-
+ src/hb-open-file.hh                | 4 ++--
+ src/hb-open-type.hh                | 6 +++---
+ src/hb-ot-name-table.hh            | 2 +-
+ 8 files changed, 11 insertions(+), 11 deletions(-)
+
+commit 8fb7cc1c63c1f545717287db622a41317a51c2de
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 5 11:49:29 2022 -0600
+
+    [iter] Use && in is_sink_of uses
+
+ src/OT/Layout/Common/Coverage.hh        | 2 +-
+ src/OT/Layout/Common/CoverageFormat1.hh | 2 +-
+ src/OT/Layout/Common/CoverageFormat2.hh | 2 +-
+ src/OT/glyf/glyf-helpers.hh             | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 5d824c09c0dd644b29f0a90ac2dd6bcbd119e789
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Aug 5 01:37:14 2022 +0000
+
+    [repacker] during table splits don't mutate shared coverage/classdef in place.
+    
+    If other subtables are sharing coverage with a subtable being split we have to duplicate the coverage/classdef tables before they are modified during the shrink operation.
+
+ src/graph/graph.hh         | 22 +++++++++++++++++++++-
+ src/graph/pairpos-graph.hh |  7 ++++---
+ 2 files changed, 25 insertions(+), 4 deletions(-)
+
+commit e1ab355056040e7f1566aef55408eb24fec4c5d4
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Aug 5 01:25:16 2022 +0000
+
+    [repacker] correct lookup link insertion.
+
+ src/graph/gsubgpos-graph.hh | 9 +++++++--
+ src/test-repacker.cc        | 3 +++
+ 2 files changed, 10 insertions(+), 2 deletions(-)
+
+commit a733a9afa581ba2c8bac54ba5c0fe3daaddfc30c
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Aug 5 00:32:47 2022 +0000
+
+    [repacker] insert new subtables immediately after the subtable they split from in the lookup.
+
+ src/graph/gsubgpos-graph.hh | 72 +++++++++++++++++++++++++++++++++------------
+ src/hb-serialize.hh         |  5 ++++
+ src/test-repacker.cc        |  6 ++--
+ 3 files changed, 60 insertions(+), 23 deletions(-)
+
+commit 506547c958b5e03d5b712b94b2333dffac0e6b7e
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 4 21:36:21 2022 +0000
+
+    [repacker] Use hb_pair_t constructor instead of hb_pair ().
+    
+    hb_pair was causing corrupted gid values.
+
+ src/graph/pairpos-graph.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit fdd1952c751960392f29162298e7884d5d5ca6c4
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 4 19:21:16 2022 +0000
+
+    [repacker] PairPosFormat2 splitting - fix coverage and classdef splitting.
+    
+    The old code was splitting based on coverage index, but should have been splitting on class value.
+
+ src/graph/classdef-graph.hh |  29 +++--------
+ src/graph/coverage-graph.hh |  16 ++++--
+ src/graph/pairpos-graph.hh  | 121 +++++++++++++++++++++++++-------------------
+ src/test-repacker.cc        |  44 ++++++++++------
+ 4 files changed, 119 insertions(+), 91 deletions(-)
+
+commit c67c1b745bb8306aa6a948f0337a98dc010042a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 4 11:42:22 2022 -0600
+
+    VarStore: simplify again
+
+ src/hb-ot-layout-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 914542bd18b236810ebd780060000b6c9bf29b78
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 3 17:43:50 2022 -0600
+
+    Whitespace
+
+ src/OT/Layout/GSUB/SingleSubstFormat2.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit d7adc55e18c690b4d1390e1de821eadf24a9b063
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 3 13:22:51 2022 -0600
+
+    [ot-font] Allow 24bit glyphs in advance cache
+
+ src/hb-cache.hh   | 6 ------
+ src/hb-ft.cc      | 4 +++-
+ src/hb-ot-font.cc | 8 +++++---
+ 3 files changed, 8 insertions(+), 10 deletions(-)
+
+commit 99070a734a08fc1cbcee604d19a15b89fa6816d5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 3 13:19:33 2022 -0600
+
+    [cache] Use short instead of int if fits
+
+ src/hb-cache.hh | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit d831e935df1725a5a22190569544eed46a738b25
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Aug 4 10:15:21 2022 -0700
+
+    bug fix in VarData get_delta ()
+    
+    when LONG_WORDS flag is set, item row is not computed correctly
+    lcursor should be interpreted as INT32
+
+ src/hb-ot-layout-common.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit b154b1e4c3564bcef14f6efe9062e543808ed659
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 4 01:37:21 2022 +0000
+
+    [repacker] pull out PairPosFormat1,2::do_split() into a common helper method.
+
+ src/Makefile.sources       |   1 +
+ src/graph/pairpos-graph.hh | 111 ++++++++++++++++++---------------------------
+ src/graph/split-helpers.hh |  68 +++++++++++++++++++++++++++
+ src/meson.build            |   1 +
+ 4 files changed, 114 insertions(+), 67 deletions(-)
+
+commit 88e0dd02cb728ba91e96298d6346cdabe18a95ab
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 4 01:03:07 2022 +0000
+
+    [repacker] add sanitization for PairPosFormat2.
+
+ src/graph/pairpos-graph.hh | 20 +++++++++++++++-----
+ 1 file changed, 15 insertions(+), 5 deletions(-)
+
+commit 51a5060273a896008a7bddbe1f851bbb452da408
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 3 22:30:42 2022 +0000
+
+    [repacker] add test for splitting a PairPos2 w/ device tables.
+
+ src/test-repacker.cc | 77 ++++++++++++++++++++++++++++++++++++++++++++++------
+ 1 file changed, 68 insertions(+), 9 deletions(-)
+
+commit 54fab21cb12d5e22382cba91506a195ae2e6c63a
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 3 21:57:37 2022 +0000
+
+    [repacker] get basic pair pos 2 split test working.
+
+ src/graph/pairpos-graph.hh |  2 +-
+ src/test-repacker.cc       | 31 ++++++++++++++++---------------
+ 2 files changed, 17 insertions(+), 16 deletions(-)
+
+commit 60d6ffb3758fddca681cfc28828175eb8b5aa3e6
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 3 21:01:23 2022 +0000
+
+    [repacker] always duplicate classDef2 when splitting a PairPos2.
+    
+    Splits are done in a way that it shouldn't be possible to share the classDef2 between split PairPos2's so pre-emptively duplicate it.
+
+ src/graph/pairpos-graph.hh | 1 +
+ src/test-repacker.cc       | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit 6be152420f8db34c7442b29ce3d47b0d975dbf61
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 3 19:02:20 2022 +0000
+
+    [repacker] add basic test for PairPos2 splitting.
+
+ src/graph/pairpos-graph.hh |   4 +-
+ src/test-repacker.cc       | 161 +++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 164 insertions(+), 1 deletion(-)
+
+commit b78546b1d2af284ae1cb9d98732016a149322680
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 3 13:02:18 2022 -0600
+
+    [cache] Residual
+
+ src/hb-cache.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit ec90d1e16179f1b689d7f030dd577489e0129b97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 3 13:00:48 2022 -0600
+
+    [cache] Add a non-threadsafe version
+    
+    Use in hb-ft, since already mutex'ed.
+
+ src/hb-cache.hh   | 17 +++++++++++++----
+ src/hb-ft.cc      |  2 +-
+ src/hb-ot-font.cc |  6 +++---
+ 3 files changed, 17 insertions(+), 8 deletions(-)
+
+commit f73c15ca6c371cd161b6d546ae10fbe40807913d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 3 12:54:03 2022 -0600
+
+    [atomic-int] Add operators for relaxed ops
+
+ src/hb-atomic.hh          |  3 +++
+ src/hb-bit-set.hh         | 22 +++++++++++-----------
+ src/hb-cache.hh           |  6 +++---
+ src/hb-common.cc          |  2 +-
+ src/hb-debug.hh           |  4 ++--
+ src/hb-face.cc            |  6 +++---
+ src/hb-face.hh            |  4 ++--
+ src/hb-object.hh          | 16 ++++++++--------
+ src/hb-ot-shaper-indic.cc |  8 ++++----
+ src/hb-ot-tag.cc          |  4 ++--
+ src/hb-static.cc          |  4 ++--
+ 11 files changed, 41 insertions(+), 38 deletions(-)
+
+commit 86d1e22d4f3ee27aa803230490188b8a05097437
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 3 12:43:28 2022 -0600
+
+    [atomic-ptr] Rename get
+
+ src/hb-atomic.hh        | 6 +++---
+ src/hb-machinery.hh     | 6 +++---
+ src/hb-object.hh        | 6 +++---
+ src/hb-ot-cff1-table.hh | 2 +-
+ src/hb-ot-font.cc       | 2 +-
+ src/hb-ot-post-table.hh | 4 ++--
+ 6 files changed, 13 insertions(+), 13 deletions(-)
+
+commit d3f2287e0b5dbb0fd8d30f4c5aa2f85b2bcd8899
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 3 12:37:41 2022 -0600
+
+    [atomic-int] Rename get/set
+
+ src/hb-atomic.hh  | 4 ++--
+ src/hb-ot-font.cc | 6 +++---
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit afe6629b2f815486bd70b496249657312cdc8918
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Aug 3 19:56:29 2022 +0200
+
+    Fix make dist
+
+ test/fuzzing/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e68e874da61ef72e63268d451ecde8785cd2f871
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 3 11:31:04 2022 -0600
+
+    Update test/fuzzing/README
+
+ TESTING.md             |  6 +-----
+ test/fuzzing/README    | 21 ---------------------
+ test/fuzzing/README.md | 17 +++++++++++++++++
+ 3 files changed, 18 insertions(+), 26 deletions(-)
+
+commit c80e32972f485dbdc326d7daa110f94f4d66cbf9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 2 13:16:06 2022 -0600
+
+    [mvar] Use VarIdx
+
+ src/hb-ot-var-mvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 52bdc750c17652bc289895150778434380d4c49a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Aug 3 10:39:52 2022 +0200
+
+    Revert "[meson] Use pathlib in gen-harfbuzzcc.py"
+    
+    This reverts commit eaf7e5686c0d15f2308b35b43aaccdded9967216.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3776
+    
+    No idea what is going on, but lets restore the old code.
+
+ src/gen-harfbuzzcc.py | 21 ++++++++++-----------
+ 1 file changed, 10 insertions(+), 11 deletions(-)
+
+commit 65ed82fde5ad413ebbfb214a692b4c671f49d097
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Aug 2 22:22:42 2022 +0000
+
+    [repacker] PairPosFormat2::do_split.
+
+ src/graph/pairpos-graph.hh | 45 ++++++++++++++++++++++++++++++++++++++++-----
+ 1 file changed, 40 insertions(+), 5 deletions(-)
+
+commit f43055f35ac3255589c842288dd4291d89b68e9c
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Aug 2 22:16:29 2022 +0000
+
+    [repacker] Implement PairPosFormat2::shrink.
+
+ src/graph/pairpos-graph.hh | 56 +++++++++++++++++++++++++++++++++++++++++-----
+ 1 file changed, 51 insertions(+), 5 deletions(-)
+
+commit 16bfe6536b32f6a83fcbf53bd445d222d74fa638
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Aug 2 23:46:04 2022 +0200
+
+    [meson] use cpp.get_argument_syntax not cpp.get_id
+    
+    To account for both MSVC and clang-cl.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3756
+
+ meson.build     | 4 ++--
+ src/meson.build | 8 ++++----
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 9f2a44640c228e6e304ea81a56f8323c6fc67cf9
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Aug 2 21:47:53 2022 +0000
+
+    [repack] implement device table transfer for PairPosFormat2.
+
+ src/graph/pairpos-graph.hh | 82 +++++++++++++++++++++++++++++++++++++++++++---
+ 1 file changed, 77 insertions(+), 5 deletions(-)
+
+commit 22eae32b3b5fc901929d9a27a332b03d7b4ef656
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Aug 2 21:04:38 2022 +0000
+
+    [repacker] add classDef1 clone_range to PairPosFormat2 split.
+
+ src/graph/classdef-graph.hh |  4 ++--
+ src/graph/coverage-graph.hh | 16 ++++++++--------
+ src/graph/pairpos-graph.hh  | 23 +++++++++++++++++------
+ 3 files changed, 27 insertions(+), 16 deletions(-)
+
+commit 68b90153eae113589d0562b726d307ba23cac8a9
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Aug 2 20:58:35 2022 +0000
+
+    [repacker] Add class def sanitize and range cloning.
+
+ src/Makefile.sources        |   1 +
+ src/graph/classdef-graph.hh | 141 ++++++++++++++++++++++++++++++++++++++++++++
+ src/graph/coverage-graph.hh |   2 +-
+ src/graph/pairpos-graph.hh  |  14 ++++-
+ src/meson.build             |   1 +
+ 5 files changed, 156 insertions(+), 3 deletions(-)
+
+commit ca0df565f73191e624dcb05e9419947ba72ecfc0
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Aug 2 20:04:46 2022 +0000
+
+    [repacker] extract coverage cloning into helper.
+
+ src/graph/coverage-graph.hh |  62 +++++++++++++++++++++++++
+ src/graph/pairpos-graph.hh  | 110 ++++++++++++++++++++++++--------------------
+ 2 files changed, 123 insertions(+), 49 deletions(-)
+
+commit ee18ae3b76bce1d9dafcfdcc0bb049e099120c61
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 2 12:56:06 2022 -0600
+
+    [avar] Minor move code around
+
+ src/hb-ot-var-avar-table.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 7f4b2037a56609173682902a793efa5607eaa310
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Aug 2 18:43:25 2022 +0000
+
+    [repacker] include size of device tables when determining PairPos2 split points.
+
+ src/OT/Layout/GPOS/ValueFormat.hh | 21 ++++++++++-----
+ src/graph/pairpos-graph.hh        | 57 ++++++++++++++++++++++++++-------------
+ 2 files changed, 53 insertions(+), 25 deletions(-)
+
+commit 826639fab2b213af1dc5c00d3b1ab5b5187e30fe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 2 12:18:18 2022 -0600
+
+    [src] Add test-use-table
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3758
+
+ src/Makefile.am               |  5 +++++
+ src/gen-use-table.py          | 21 ---------------------
+ src/hb-ot-shaper-use-table.hh | 21 ---------------------
+ src/meson.build               |  1 +
+ src/test-use-table.cc         | 18 ++++++++++++++++++
+ 5 files changed, 24 insertions(+), 42 deletions(-)
+
+commit 58fdbd8e5daa5f4a44da45b3093fa7285ec1d5bf
+Author: Garret Rieger <grieger@google.com>
+Date:   Sat Jul 30 02:05:15 2022 +0000
+
+    [repacker] begin adding PairPosFormat2 splitting support.
+
+ src/OT/Layout/GPOS/ValueFormat.hh |  9 ++++
+ src/graph/pairpos-graph.hh        | 89 ++++++++++++++++++++++++++++++++++++++-
+ 2 files changed, 96 insertions(+), 2 deletions(-)
+
+commit e387b3acd32bf1a752fbdc63718187c03444a11d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 2 09:46:23 2022 -0600
+
+    [ft] Try harder
+
+ src/hb-ft.cc | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 40a3468906a60c10e85f0741f1c9c49d132525a3
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Aug 2 16:09:27 2022 +0200
+
+    hb-ft: cast to float to help windows sqrtf
+
+ src/hb-ft.cc | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 6549aec89de04caf2546597fe6ebf3811944615d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 1 13:11:14 2022 -0600
+
+    [SingleSubstFormat1] Help avoid timeouts in closure() some more
+    
+    For https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49712
+
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit ba9b20534cd46e9ecf33fbcb7b9dbf75e7b7c9b4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 1 12:42:05 2022 -0600
+
+    [ft] Try working around fonts with transform set
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3772
+
+ src/hb-buffer.h |  2 +-
+ src/hb-ft.cc    | 18 +++++++++---------
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+commit 04d28d94e576aab099891e6736fd0088dfac3366
+Author: psykose <alice@ayaya.dev>
+Date:   Mon Aug 1 07:45:25 2022 +0000
+
+    [repacker] fix signedness of char in tests
+
+ src/test-repacker.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f1f2be776bcd994fa9262622e1a7098a066e5cf7
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Jul 31 15:46:25 2022 +0200
+
+    5.1.0
+
+ NEWS             | 16 ++++++++++++++++
+ configure.ac     |  2 +-
+ meson.build      |  2 +-
+ src/hb-buffer.h  |  8 ++++++--
+ src/hb-version.h |  6 +++---
+ 5 files changed, 27 insertions(+), 7 deletions(-)
+
+commit d6e55f1baf89b8498a708b78da28517a6c694862
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Jul 30 23:35:47 2022 +0200
+
+    [automake] Use LANG=C when generating harfbuzz*.cc
+    
+    Since `sort` is locale-dependent.
+
+ src/Makefile.am | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit a722b3e6662d8ffdb529cd4b552ff8770b1523a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 30 14:33:33 2022 -0600
+
+    [shape] Only add any unsafe-to-concat flag if requested
+    
+    Previously it was confusing as random incorrect flags were produced.
+
+ src/hb-ot-shape.cc | 10 +++++++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+commit 0a31cfb225f78b3ac784088e9a74a4604fe3487d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 30 14:32:58 2022 -0600
+
+    [buffer] Fix produce-tatweel enum value
+
+ src/hb-buffer.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a0111e4fab5774aa25569c3acfac1d913990b7a2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 30 12:09:45 2022 -0600
+
+    [graph] Fix warning
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3766
+
+ src/graph/pairpos-graph.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit fc9e6ae8d965b3fb8f4f9d0c7dbb11bd1d9960e7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 30 12:02:36 2022 -0600
+
+    [run-tests.py] Write out the failing test
+
+ test/shape/run-tests.py | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 083d4ef5c40ff576366a94445ce9b0d5863097b1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 30 11:53:56 2022 -0600
+
+    [harfbuzz-subset.cc] Revert back the sort order
+    
+    Generator seems unstable.
+
+ src/harfbuzz-subset.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 065f1e33c8db6ca8d5ac836e450e70da3d9901ac
+Merge: 7c9e1ffa7 23dbd35ca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 30 11:09:33 2022 -0600
+
+    Merge pull request #3763 from harfbuzz/split_pair_pos
+    
+    [repacker] Add ability for repacker to pre split PairPosFormat1 subtables.
+
+commit 7c9e1ffa7cbe7d3d3a20c2943814ddb7d9683837
+Merge: 5e31a582c f43dadb8e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 30 10:33:27 2022 -0600
+
+    Merge pull request #3762 from harfbuzz/safe-to-kashida
+    
+    Prototype glyph flag safe-to-kashida
+
+commit f43dadb8eea532cb90318a7ffcdd4bf968d3f711
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 30 10:23:03 2022 -0600
+
+    Rename kashida -> tatweel
+
+ src/hb-buffer.h            | 10 +++++-----
+ src/hb-buffer.hh           |  6 +++---
+ src/hb-ot-shape.cc         | 16 ++++++++--------
+ src/hb-ot-shaper-arabic.cc |  4 ++--
+ util/shape-options.hh      |  6 +++---
+ 5 files changed, 21 insertions(+), 21 deletions(-)
+
+commit 73c3ac917247be04d824d7adf3e6c233e92bb063
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 30 10:21:34 2022 -0600
+
+    Document kashida stuff
+
+ src/hb-buffer.h | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit 4f09ea5e6bd89add30c8206933efd04b3bbbf1cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 30 10:12:24 2022 -0600
+
+    [hb-shape] Add --safe-to-insert-kashida flag
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3762
+
+ util/shape-options.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit d277addb2f198e7bb710a79d7ae0c97c85613719
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 30 10:10:21 2022 -0600
+
+    [buffer] Add HB_BUFFER_FLAG_PRODUCE_SAFE_TO_INSERT_KASHIDA
+
+ src/hb-buffer.h    |  3 ++-
+ src/hb-buffer.hh   |  5 +++++
+ src/hb-ot-shape.cc | 21 +++++++++++++++++----
+ 3 files changed, 24 insertions(+), 5 deletions(-)
+
+commit 915e12ccbbeaba0ee3777feb26687ce4728a7e89
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 29 13:55:39 2022 -0600
+
+    Prototype glyph flag safe-to-kashida
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3721
+
+ src/hb-buffer.h            | 7 ++++---
+ src/hb-buffer.hh           | 6 ++++++
+ src/hb-ot-shape.cc         | 8 +++++++-
+ src/hb-ot-shaper-arabic.cc | 4 ++--
+ 4 files changed, 19 insertions(+), 6 deletions(-)
+
+commit 5e31a582c90df789c988c3a89e137d6d41e74e2b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 30 00:09:33 2022 -0600
+
+    [emoji] Bump compression level
+
+ src/gen-emoji-table.py        |  2 +-
+ src/hb-unicode-emoji-table.hh | 59 ++++++++++++++++++++-----------------------
+ 2 files changed, 28 insertions(+), 33 deletions(-)
+
+commit 56a5bc3bd0907fe1082e56f167867fd8635dec8b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 30 00:08:44 2022 -0600
+
+    [emoji] Regenerate test data
+    
+    Fix generator.
+
+ src/gen-emoji-table.py                             |  8 +--
+ .../shape/data/in-house/tests/emoji-clusters.tests | 75 ++++++++++++++++++++++
+ 2 files changed, 79 insertions(+), 4 deletions(-)
+
+commit 90a3355e66d3d75ac6273797913260c42b2be615
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 30 00:01:50 2022 -0600
+
+    [ucd-table] Use more compact compression numbers
+    
+    Doesn't show any slowdown in benchmarks.
+
+ src/gen-ucd-table.py |    6 +-
+ src/hb-ucd-table.hh  | 5451 ++++++++++++++++++++------------------------------
+ 2 files changed, 2153 insertions(+), 3304 deletions(-)
+
+commit 23dbd35ca38faac7f2092a681702e58db453b860
+Merge: 9578c44ea a5d9012e9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 29 19:51:57 2022 -0600
+
+    Merge branch 'main' into split_pair_pos
+
+commit a5d9012e94978a5af32021c5c478a8db95aea195
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 29 19:51:00 2022 -0600
+
+    Revert "[ot-font] Minor simplification"
+    
+    This reverts commit 28c02b37684b41bf584ed81d910a448bdf9f706a.
+    
+    Old code was used in case of memory allocation failure (as shown
+    by fuzzers...)
+
+ src/hb-ot-font.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 9578c44ea226bfd0e230bc60de16f328c40ba557
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 29 21:58:24 2022 +0000
+
+    [repacker] add HB_FALLTRHOUGH.
+
+ src/graph/pairpos-graph.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit 6a5e2cb2f89d46eac2211b90c8c79e922032bb5a
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 29 20:38:53 2022 +0000
+
+    [repacker] add todo.
+
+ src/graph/pairpos-graph.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 14f95ee0cf0289fe1daffa9e10a9d0dfc8e0e6be
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 29 20:09:52 2022 +0000
+
+    [repacker] re-count shared node sizes in split PairPos segments.
+
+ src/graph/pairpos-graph.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 3b91fb2a9fa71da0000246bbd124b019c350ee43
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 29 20:04:42 2022 +0000
+
+    [repacker] cleanup todo.
+
+ src/graph/graph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a0b8893e467d39aabac96836c0b6afbccb14c68d
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 29 19:58:51 2022 +0000
+
+    [repacker] add Coverage sanitize.
+
+ src/Makefile.sources        |  2 ++
+ src/graph/coverage-graph.hh | 80 +++++++++++++++++++++++++++++++++++++++++++++
+ src/graph/pairpos-graph.hh  | 21 ++++++++----
+ src/harfbuzz-subset.cc      | 14 ++++----
+ src/meson.build             |  4 +++
+ 5 files changed, 108 insertions(+), 13 deletions(-)
+
+commit 38846f41d3760f9f70a7728b07c9829b776468a5
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 29 18:30:24 2022 +0000
+
+    [repacker] more TODO cleanup.
+
+ src/graph/gsubgpos-graph.hh | 3 ---
+ src/graph/pairpos-graph.hh  | 4 ++--
+ 2 files changed, 2 insertions(+), 5 deletions(-)
+
+commit 46c1fa7d1b0a58cce20dc5d51d314b4d8148c679
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 29 18:29:12 2022 +0000
+
+    [repacker] sanitize PairPos during subtable extension.
+
+ src/graph/gsubgpos-graph.hh | 12 ++++++++++--
+ src/graph/pairpos-graph.hh  | 34 ++++++++++++++++++++++++++++++++++
+ 2 files changed, 44 insertions(+), 2 deletions(-)
+
+commit 2a5902ee50e81ce00d48a9a686ff7fc39690b475
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 29 18:12:49 2022 +0000
+
+    [repacker] cleanup.
+
+ src/hb-repacker.hh | 60 +++++++++++++++++++++++++-----------------------------
+ 1 file changed, 28 insertions(+), 32 deletions(-)
+
+commit 674f0194a3d33ba192bef875cbb91bec6d008fe3
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 29 17:59:50 2022 +0000
+
+    [repacker] add extension pairpos split test.
+
+ src/test-repacker.cc | 27 ++++++++++++++++++++++++---
+ 1 file changed, 24 insertions(+), 3 deletions(-)
+
+commit 1d2516f03706d00b362edbb45604c6bc74d4c60a
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 29 17:57:18 2022 +0000
+
+    [repack] get basic pairpos split test working.
+
+ src/test-repacker.cc | 68 +++++++++++++++++++++++++++++++++++++++-------------
+ 1 file changed, 51 insertions(+), 17 deletions(-)
+
+commit fb3f6ad7c020fcf9553d21916b04089a243a0bcd
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 29 00:25:19 2022 +0000
+
+    [repacker] ensure lookup map is updated when lookup memory location changes.
+
+ src/graph/graph.hh          | 6 +++---
+ src/graph/gsubgpos-graph.hh | 9 +++++++--
+ src/hb-repacker.hh          | 3 ++-
+ 3 files changed, 12 insertions(+), 6 deletions(-)
+
+commit 4e7360f78dbf70b95a98713e15ebb1c1a40687cc
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 28 22:56:47 2022 +0000
+
+    [repacker] begin adding tests for PairPosFormat1 splitting.
+
+ src/test-repacker.cc | 214 +++++++++++++++++++++++++++++++++++++++++----------
+ 1 file changed, 175 insertions(+), 39 deletions(-)
+
+commit f1bfb6585f96839f45633f856c290ebb3a0da1ea
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 28 21:01:41 2022 +0000
+
+    [repacker] cleanup debug prints.
+
+ src/graph/pairpos-graph.hh | 17 +++++++----------
+ 1 file changed, 7 insertions(+), 10 deletions(-)
+
+commit 65afed047db086bf28aef47ba43e6983ba088ba1
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 28 20:54:28 2022 +0000
+
+    [repacker] more bug fixes.
+
+ src/graph/graph.hh          | 14 ++++++++++++++
+ src/graph/gsubgpos-graph.hh |  8 ++++----
+ src/hb-repacker.hh          |  4 ++++
+ 3 files changed, 22 insertions(+), 4 deletions(-)
+
+commit 1002a3dcd3ac50894e8b4b82ae1daef6277be13d
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 28 20:17:36 2022 +0000
+
+    [repacker] bug fixes.
+
+ src/graph/graph.hh | 19 +++++++++++--------
+ 1 file changed, 11 insertions(+), 8 deletions(-)
+
+commit a5c2c8c1319fcc4d776496ebed05ed6c69060a96
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 28 01:27:55 2022 +0000
+
+    [repack] fix incorrect shrink.
+
+ src/graph/pairpos-graph.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit d589ce68ea80b22eebdf29efca438b97f97c64a3
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 28 01:04:37 2022 +0000
+
+    [repacker] add extension subtable when needed while adding new PairPos table's.
+
+ src/graph/gsubgpos-graph.hh | 16 +++++++++++-----
+ 1 file changed, 11 insertions(+), 5 deletions(-)
+
+commit 5024d4de679d5ae0e4ec842c70e8e7a4ad7603f5
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 28 00:55:36 2022 +0000
+
+    [repack] more PairPos split implementation.
+
+ src/graph/gsubgpos-context.hh |  5 +++
+ src/graph/gsubgpos-graph.hh   | 82 ++++++++++++++++++++++++++++---------
+ src/graph/pairpos-graph.hh    | 94 ++++++++++++++++++++++++++++++-------------
+ 3 files changed, 135 insertions(+), 46 deletions(-)
+
+commit 510b8ab1012d7aafd77ce99e6679d968a6a56c60
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 27 23:30:20 2022 +0000
+
+    [repack] link new coverage in PairPosFormat1::clone_range.
+
+ src/graph/pairpos-graph.hh | 31 +++++++++++++++++++++++--------
+ 1 file changed, 23 insertions(+), 8 deletions(-)
+
+commit 29cb8818cde8fa928e5a3d0270a7160a4d7f9c2d
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 27 21:02:48 2022 +0000
+
+    [repacker] new coverage serialization in PairPosFormat1.
+
+ src/graph/graph.hh         |  2 +-
+ src/graph/pairpos-graph.hh | 30 +++++++++++++++++++++++++++++-
+ 2 files changed, 30 insertions(+), 2 deletions(-)
+
+commit 8d63f60e5b07985f16bdf619f954665e5eee77f4
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 27 20:36:20 2022 +0000
+
+    [repack] add graph_t::move_child helper function.
+
+ src/graph/graph.hh         | 41 +++++++++++++++++++++++++++++++++++++++++
+ src/graph/pairpos-graph.hh | 27 +++++++++++++++++++++++++--
+ 2 files changed, 66 insertions(+), 2 deletions(-)
+
+commit 8e5fffc44a9606b0aea459d3668762c127430101
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 27 20:00:00 2022 +0000
+
+    [repack] add helper to create new nodes.
+    
+    Switch to malloc'ing each node individually rather than trying to guess up front the total buffer space needed.
+
+ src/graph/gsubgpos-context.cc | 23 +++++++++++++++++------
+ src/graph/gsubgpos-context.hh | 12 +++++++-----
+ src/graph/gsubgpos-graph.hh   | 11 +++++------
+ src/hb-repacker.hh            |  7 +------
+ 4 files changed, 30 insertions(+), 23 deletions(-)
+
+commit bf0986c7d1263f28ac0aceb74de8e586a2add362
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 27 19:33:46 2022 +0000
+
+    [repack] sketch splitting mechanism for PairPosFormat1.
+
+ src/graph/pairpos-graph.hh | 60 ++++++++++++++++++++++++++++++++++++++--------
+ 1 file changed, 50 insertions(+), 10 deletions(-)
+
+commit f6a242b6050e8342c34eb458a696fcedb40de2e5
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 27 18:58:41 2022 +0000
+
+    [repacker] begin adding PairPos splitting support.
+
+ src/Makefile.am                                    |   2 +-
+ src/Makefile.sources                               |   4 +-
+ src/OT/Layout/GPOS/MarkArray.hh                    |   9 +-
+ src/OT/Layout/GPOS/PairValueRecord.hh              |   2 +
+ .../{gsubgpos-graph.cc => gsubgpos-context.cc}     |   4 +-
+ src/graph/gsubgpos-context.hh                      |  60 +++++++++++
+ src/graph/gsubgpos-graph.hh                        |  76 +++++++++-----
+ src/graph/pairpos-graph.hh                         | 110 +++++++++++++++++++++
+ src/harfbuzz-subset.cc                             |   2 +-
+ src/hb-repacker.hh                                 |  31 +++++-
+ src/meson.build                                    |   4 +-
+ 11 files changed, 268 insertions(+), 36 deletions(-)
+
+commit f3aff45e04a5a1c46267f7c806fe6d572be5c6a1
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 29 21:33:11 2022 +0000
+
+    [repacker] Update call to hb_subset_repack_or_fail in tests.
+
+ test/api/test-subset-repacker.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 69913e012e6031ea614f43f6088ae99907ce2427
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 29 20:45:56 2022 +0000
+
+    [repacker] Update repacker api method to take a table tag.
+    
+    This is needed to allow table specific optimizations to be performed during repacking.
+
+ src/hb-subset-repacker.cc | 10 ++++++++--
+ src/hb-subset-repacker.h  |  3 ++-
+ 2 files changed, 10 insertions(+), 3 deletions(-)
+
+commit 28c02b37684b41bf584ed81d910a448bdf9f706a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 29 15:55:16 2022 -0600
+
+    [ot-font] Minor simplification
+
+ src/hb-ot-font.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 149b03052055dc4eef88bbe6070199a3e1f3c276
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 29 12:41:30 2022 -0600
+
+    Fix thinko
+
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit bdbb8c297e4839e5bf44e35a0a410cf224ae945e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 29 12:04:28 2022 -0600
+
+    Add test for previous commit
+
+ ...estcase-minimized-hb-subset-fuzzer-5145429829877760 | Bin 0 -> 123110 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit f7677213d7e2637796eb61df3bce89e163821cf4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 29 11:57:57 2022 -0600
+
+    [SingleSubstFormat1] Don't close glyphs in degenerate cases
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5145429829877760
+
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit 3da50c50aa1e2290f5d49bd52290557cc9dfb588
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 29 11:40:33 2022 -0600
+
+    Remove unused const
+
+ src/hb-ot-layout-common.hh | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit 0c4495e5553b9ed44212321c5a970826649d2973
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jul 29 13:22:18 2022 +0200
+
+    [meson] Don’t use f-string
+    
+    It requires Python 3.6+
+    https://github.com/harfbuzz/harfbuzz/pull/3760#issuecomment-1198972788
+
+ src/gen-harfbuzzcc.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e51526bf0664918c5a784bf777b526e47a9a7e87
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 28 09:53:30 2022 -0600
+
+    [CompositeGlyph] Add HB_NO_BEYOND_64K
+
+ src/OT/glyf/CompositeGlyph.hh | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit 6e6b9cf9723ac1c535085ef77e44965b22dbfd7c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 28 09:34:23 2022 -0600
+
+    [use-table] Adjust main() code
+
+ src/gen-use-table.py          | 5 +++--
+ src/hb-ot-shaper-use-table.hh | 5 +++--
+ 2 files changed, 6 insertions(+), 4 deletions(-)
+
+commit eaf7e5686c0d15f2308b35b43aaccdded9967216
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jul 28 12:32:49 2022 +0200
+
+    [meson] Use pathlib in gen-harfbuzzcc.py
+
+ src/gen-harfbuzzcc.py | 21 +++++++++++----------
+ 1 file changed, 11 insertions(+), 10 deletions(-)
+
+commit 5df2347cf3feac0b59d4661725240d33aff38c73
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jul 28 02:19:26 2022 +0200
+
+    [meson] Don’t tamper with paths in amalgam files
+    
+    Using os.path.basename() breaks files in subdirectories
+    (gsubgpos-graph.cc instead of graph/gsubgpos-graph.cc).
+    
+    Use paths relative to current source dir instead.
+
+ src/gen-harfbuzzcc.py  | 2 +-
+ src/harfbuzz-subset.cc | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 0c5b60acbd1c08c2afbb70849c0c0ee88c7abcbf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 27 14:00:06 2022 -0600
+
+    [use-table] Fix previous commit
+
+ src/gen-use-table.py          | 2 +-
+ src/hb-ot-shaper-use-table.hh | 6 ++----
+ 2 files changed, 3 insertions(+), 5 deletions(-)
+
+commit 0788f7737183d6a309798da7a5e3bcce8b7c8fa6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 27 13:58:44 2022 -0600
+
+    [use-table] Add a main() to print categories
+
+ src/gen-use-table.py          | 20 ++++++++++++++++++++
+ src/hb-ot-shaper-use-table.hh | 22 ++++++++++++++++++++++
+ 2 files changed, 42 insertions(+)
+
+commit 9aaa835ac17db5eb85c2c18d396eab633d2c9cbe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 27 12:24:43 2022 -0600
+
+    [use-table] Regenerate with latest packtab
+
+ src/hb-ot-shaper-use-table.hh | 477 +++++++++++++++++++++---------------------
+ 1 file changed, 239 insertions(+), 238 deletions(-)
+
+commit 3698ae25bfe3564af7304f7bfc9c56f3e212df83
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 26 14:41:34 2022 -0600
+
+    [harfbuzz-subset.cc] Update
+
+ src/harfbuzz-subset.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit e2cc34e1908c26efddbfd497b707c712583f8243
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 26 12:31:15 2022 -0600
+
+    [subset/GPOS] Fix a fuzzer timeout test
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5234369031176192
+
+ src/OT/Layout/GPOS/SinglePosFormat1.hh                  |   8 +++-----
+ ...testcase-minimized-hb-subset-fuzzer-5234369031176192 | Bin 0 -> 83705 bytes
+ 2 files changed, 3 insertions(+), 5 deletions(-)
+
+commit 241ebc93542c6ca1176456aa2951944cef8829a0
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jul 26 00:04:20 2022 +0000
+
+    [repacker] fix include paths.
+
+ src/graph/graph.hh          | 6 +++---
+ src/graph/gsubgpos-graph.hh | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 5f4adb9bf37e19a0dfb8bbdc690406215bd76d85
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jul 25 21:59:57 2022 +0000
+
+    [repacker] fix to lookup size comparison.
+
+ src/hb-repacker.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6627204c4d241e01c7dae37679025019bb4bfc69
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jul 25 21:56:37 2022 +0000
+
+    [repacker] Makefile fix.
+
+ src/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f56e66f3f00d1f252d37d038b1f3c83e96eb6bdd
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jul 25 21:55:03 2022 +0000
+
+    [repacker] for ext promotion choose lookups from highest subtables per byte to lowest.
+    
+    Attempts to roughly maximize the number of subtables that are non-ext.
+
+ src/Makefile.sources |  2 ++
+ src/hb-repacker.hh   | 49 ++++++++++++++++++++++++++++++++-----------------
+ src/test-repacker.cc |  1 +
+ 3 files changed, 35 insertions(+), 17 deletions(-)
+
+commit 9d0b2da51bc529f0690e64c8f2edbd63c54d27d9
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jul 25 20:46:49 2022 +0000
+
+    [repacker] count subtable size in each group of consecutive layers for extension promotion decisions.
+    
+    Enforce that the following groups are all <64k in size:
+    - LookupList + Lookups
+    - Lookups + SubTables
+    - SubTables + Descendants
+
+ src/graph/graph.hh   |  7 +++++--
+ src/hb-repacker.hh   | 45 +++++++++++++++++++++++++++++++++------------
+ src/test-repacker.cc |  2 ++
+ 3 files changed, 40 insertions(+), 14 deletions(-)
+
+commit 3d37b9f4db848a4fb9d99d00b0bffff22c813cac
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jul 25 20:11:24 2022 +0000
+
+    [repacker] when calculating 16bit space size also consider ext lookup subtables.
+
+ src/hb-repacker.hh | 15 +++++++++++++++
+ 1 file changed, 15 insertions(+)
+
+commit 9db3beb721bc472211220576a3ae7957fba21e18
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jul 25 19:42:58 2022 +0000
+
+    [repacker] include LookupList size when calculating size of 16bit space for ext promotion decisions.
+
+ src/graph/graph.hh          |  4 ++++
+ src/graph/gsubgpos-graph.cc |  5 ++++-
+ src/graph/gsubgpos-graph.hh | 10 ++++++++--
+ src/hb-repacker.hh          |  6 +++++-
+ 4 files changed, 21 insertions(+), 4 deletions(-)
+
+commit e0607af9769d7f3727a1fe6bfe20671ad9fb216a
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jul 25 19:16:03 2022 +0000
+
+    [repacker] Use extension promotion when repacking invoked via hb-subset-repacker (eg. from fonttools).
+
+ src/hb-subset-repacker.cc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 8d611a7fd06dc2600cb9f9c8b94d305285686f84
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 22 22:49:40 2022 +0000
+
+    [repacker] remove temporary visibility overrides in gsubgpos.
+
+ src/graph/gsubgpos-graph.hh  | 23 ++++++++++++++++-------
+ src/hb-ot-layout-gsubgpos.hh |  9 +++++++--
+ 2 files changed, 23 insertions(+), 9 deletions(-)
+
+commit 7de136f8a8d3ea2f24e2052f1173933faac62be6
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 22 21:04:34 2022 +0000
+
+    [repacker] add ext promotion test.
+
+ src/graph/gsubgpos-graph.hh |   2 +-
+ src/hb-repacker.hh          |   3 +
+ src/test-repacker.cc        | 137 ++++++++++++++++++++++++++++++++++++++++++--
+ 3 files changed, 135 insertions(+), 7 deletions(-)
+
+commit c38896e07c375f01de0b8b19d1168c633646a96a
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 21 23:12:15 2022 +0000
+
+    [repacker] todo.
+
+ src/hb-repacker.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit ad0041f5f7c222da45b17134b3eee85fcf0992d4
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 21 22:50:14 2022 +0000
+
+    [repacker] Add basic version of the extension promotion selection algorithm.
+
+ src/graph/graph.hh | 12 ++++++++++
+ src/hb-repacker.hh | 65 +++++++++++++++++++++++++++++++++++++++++++++---------
+ 2 files changed, 67 insertions(+), 10 deletions(-)
+
+commit 0b6ca424fc21f409496eb05d287f185566388282
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 21 21:57:17 2022 +0000
+
+    [repacker] fix GSTAR sanitize.
+
+ src/graph/gsubgpos-graph.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 11709f0fbe88e9fc624cdcf3206232d52ecb716b
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 21 21:54:42 2022 +0000
+
+    [repacker] support extension promotion in 24bit GSUB/GPOS.
+
+ src/graph/gsubgpos-graph.hh | 19 ++++++++++++++-----
+ src/hb-repacker.hh          |  2 +-
+ 2 files changed, 15 insertions(+), 6 deletions(-)
+
+commit b37374b04f49148ea6dfca2e5d147982492927b6
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 21 21:50:23 2022 +0000
+
+    [repacker] save buffer reference (not copy).
+
+ src/graph/gsubgpos-graph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ae290ff4fe399d5db6a347be2d0e2d096ccdc441
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 21 21:45:04 2022 +0000
+
+    [repacker] add sanitization for GSUB/LookupList/Lookup during extension promotion.
+
+ src/graph/graph.hh          |   1 -
+ src/graph/gsubgpos-graph.cc |  16 +++++
+ src/graph/gsubgpos-graph.hh | 146 +++++++++++++++++++++++++-------------------
+ src/graph/serialize.hh      |   1 -
+ src/hb-repacker.hh          |  22 ++++---
+ 5 files changed, 111 insertions(+), 75 deletions(-)
+
+commit ce03c3538a7aff303a6da31dcd53b3cf2e761557
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 21 19:07:55 2022 +0000
+
+    [repacker] add make_extension_context_t.
+
+ src/graph/graph.hh          |  4 +++
+ src/graph/gsubgpos-graph.cc | 41 +++++++++++++++++++++++++
+ src/graph/gsubgpos-graph.hh | 74 +++++++++++++++++++++++++++++----------------
+ src/hb-repacker.hh          | 38 +++++------------------
+ src/meson.build             |  3 +-
+ 5 files changed, 103 insertions(+), 57 deletions(-)
+
+commit ebb64b50da52b40ff19e5ea6ad39114ca1c684e2
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 21 18:36:20 2022 +0000
+
+    [repacker] size buffer correctly.
+
+ src/graph/gsubgpos-graph.hh | 74 +++++++++++++++++++++++++++------------------
+ src/hb-repacker.hh          | 24 +++++++++++++--
+ 2 files changed, 66 insertions(+), 32 deletions(-)
+
+commit 815bb82b4d1074d236382ce75b05fc69ef0c44ca
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 20 18:17:29 2022 +0000
+
+    [repack] fix incorrect extension object bounds.
+
+ src/graph/graph.hh          | 36 ------------------------------------
+ src/graph/gsubgpos-graph.hh |  9 +++++++--
+ 2 files changed, 7 insertions(+), 38 deletions(-)
+
+commit 7e6f6c3e88ba007e1c6a953e0b9f300a19fcb445
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 20 03:26:29 2022 +0000
+
+    [repack] fix new node bounds.
+
+ src/graph/graph.hh          |  1 +
+ src/graph/gsubgpos-graph.hh |  3 ++-
+ src/graph/serialize.hh      |  1 +
+ src/hb-repacker.hh          | 16 +++++++++++++---
+ 4 files changed, 17 insertions(+), 4 deletions(-)
+
+commit b1d38a6d0bc00094900bbce566975ceae2ecdd40
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jul 19 23:33:16 2022 +0000
+
+    [repack] WIP implement extension promotion mechanism.
+
+ src/graph/graph.hh           |  38 +++++++++-
+ src/graph/gsubgpos-graph.hh  | 174 +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-gsubgpos.hh |   2 +-
+ src/hb-repacker.hh           |   7 +-
+ 4 files changed, 216 insertions(+), 5 deletions(-)
+
+commit 3f7a74ff40c605d3310397f30866c3fdd9f34711
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jul 19 21:50:13 2022 +0000
+
+    [repacker] WIP extension promotion implementation.
+
+ src/graph/graph.hh           | 51 ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-common.hh   |  2 +-
+ src/hb-ot-layout-gsubgpos.hh |  2 +-
+ src/hb-repacker.hh           | 16 ++++++++++++++
+ 4 files changed, 69 insertions(+), 2 deletions(-)
+
+commit 1945b400da4bb9fbc50e51b3e61f5d0c171c11c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 25 10:45:55 2022 -0600
+
+    [cpluscplus] Wrap hb-subset types as well
+    
+    Also changes signature of get_user_data of hb.h types to take const
+    object. This is safe.
+
+ src/hb-blob.cc             |  2 +-
+ src/hb-blob.h              |  2 +-
+ src/hb-buffer.cc           |  2 +-
+ src/hb-buffer.h            |  2 +-
+ src/hb-cplusplus.hh        | 23 ++++++++++++++++++++++-
+ src/hb-face.cc             |  2 +-
+ src/hb-face.h              |  2 +-
+ src/hb-font.cc             |  6 +++---
+ src/hb-font.h              |  6 +++---
+ src/hb-map.cc              |  2 +-
+ src/hb-map.h               |  2 +-
+ src/hb-set.cc              |  2 +-
+ src/hb-set.h               |  2 +-
+ src/hb-shape-plan.cc       |  4 ++--
+ src/hb-shape-plan.h        |  4 ++--
+ src/hb-unicode.cc          |  4 ++--
+ src/hb-unicode.h           |  4 ++--
+ test/api/test-cplusplus.cc |  1 +
+ 18 files changed, 47 insertions(+), 25 deletions(-)
+
+commit 1ac21246a751031823179377c3eef7ed3d4d5686
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 25 08:40:02 2022 -0600
+
+    [hb-ft] Fix bitmap font rendering with hb_ft_font_changed()
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3754
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3755
+
+ src/hb-ft.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 94de328011130f6d60493783d267ed8ae213a6d1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 24 18:51:55 2022 -0600
+
+    [GSUB/GPOS] Adjust buffer message
+
+ src/hb-ot-layout-gsubgpos.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit bc80e4b9231ccb90746cebde24a7f24653b5a45a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 24 18:48:38 2022 -0600
+
+    [GSUB/GPOS] More buffer message for contextuals
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3753
+
+ src/hb-ot-layout-gsubgpos.hh | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit 59b05359cd7937d5cb12d02e6df8fd138eb7ec5f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 24 17:14:09 2022 -0600
+
+    [GSUB/GPOS] Add more buffer messages
+    
+    Behind HB_BUFFER_MESSAGE_MORE.
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3495
+
+ src/OT/Layout/GPOS/CursivePosFormat1.hh            | 14 +++++
+ src/OT/Layout/GPOS/MarkArray.hh                    | 14 +++++
+ src/OT/Layout/GPOS/PairPosFormat2.hh               | 13 +++++
+ src/OT/Layout/GPOS/PairSet.hh                      | 16 ++++++
+ src/OT/Layout/GPOS/SinglePosFormat1.hh             | 14 +++++
+ src/OT/Layout/GPOS/SinglePosFormat2.hh             | 14 +++++
+ src/OT/Layout/GSUB/AlternateSet.hh                 | 15 ++++++
+ src/OT/Layout/GSUB/Ligature.hh                     | 50 ++++++++++++++++++
+ .../Layout/GSUB/ReverseChainSingleSubstFormat1.hh  | 16 ++++++
+ src/OT/Layout/GSUB/Sequence.hh                     | 61 ++++++++++++++++++++++
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh           | 15 ++++++
+ src/OT/Layout/GSUB/SingleSubstFormat2.hh           | 15 ++++++
+ src/hb-debug.hh                                    |  5 ++
+ 13 files changed, 262 insertions(+)
+
+commit 0722b627f4461ec618544f4fb22739a790dd6d62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 24 17:35:44 2022 -0600
+
+    [buffer] Return delta from sync_so_far
+
+ src/hb-buffer.cc | 5 ++++-
+ src/hb-buffer.hh | 2 +-
+ 2 files changed, 5 insertions(+), 2 deletions(-)
+
+commit c55c01977101f999145594b950d4ea802e723ce7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 21 19:11:17 2022 -0600
+
+    [buffer] Add assertions of buffer sync status to message_impl
+
+ src/hb-buffer.cc | 10 +++++++++-
+ src/hb-buffer.hh |  4 ----
+ 2 files changed, 9 insertions(+), 5 deletions(-)
+
+commit da9edce84c340d5495861aadc66d9d2797fafb7b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 21 18:51:01 2022 -0600
+
+    [buffer] Add sync_so_far()
+    
+    This removes separate out-buffer, at the cost of possibly changing
+    idx.
+
+ src/hb-buffer.cc | 28 +++++++++++++++++++++++++++-
+ src/hb-buffer.hh |  3 ++-
+ 2 files changed, 29 insertions(+), 2 deletions(-)
+
+commit cbccadba8d1e51d6cc03a891b7c3a17f598e774c
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Jul 23 22:09:06 2022 +0200
+
+    5.0.1
+
+ NEWS             | 6 ++++++
+ configure.ac     | 2 +-
+ meson.build      | 2 +-
+ src/hb-version.h | 4 ++--
+ 4 files changed, 10 insertions(+), 4 deletions(-)
+
+commit 61d0c547010096e37ced5b8629a0638cceaefddb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 23 13:25:54 2022 -0600
+
+    [ft] Pass design, not normalized, coords to freetype
+    
+    Needed for avar2 to work.
+
+ src/hb-ft.cc            | 6 +++---
+ util/helper-cairo-ft.hh | 6 +++---
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 473a5e5651f36cfade809f78e5322860fe4fc194
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 23 13:25:40 2022 -0600
+
+    [font] Fix design-coords
+    
+    Ouch!
+
+ src/hb-font.cc              | 4 ++++
+ src/hb-ot-var-fvar-table.hh | 6 +++++-
+ 2 files changed, 9 insertions(+), 1 deletion(-)
+
+commit efab763885d73376018dab07a7c4006ecdf4a6ac
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Jul 23 20:26:56 2022 +0200
+
+    [ci] Fix docs deployment
+    
+    Trigger build on tag pushes, and simplify the condition for calling
+    .ci/deploy-docs.sh.
+
+ .ci/deploy-docs.sh             | 5 -----
+ .github/workflows/linux-ci.yml | 3 ++-
+ 2 files changed, 2 insertions(+), 6 deletions(-)
+
+commit 40b21edf48932cde4df94f081959aa61386da3d5
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Jul 23 16:45:32 2022 +0200
+
+    5.0.0
+
+ NEWS                   | 41 +++++++++++++++++++++++++++++++++++++++++
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-common.cc       |  2 +-
+ src/hb-subset.h        |  2 +-
+ src/hb-version.h       |  8 ++++----
+ 7 files changed, 50 insertions(+), 8 deletions(-)
+
+commit 4cb83967aacf0aaf2622fc55539f04eb9ce2b7a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 23 10:59:42 2022 -0600
+
+    [subset/ClassDefFormat2] Fix timeout
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5417800474165248
+
+ src/hb-ot-layout-common.hh                               |   3 ++-
+ ...-testcase-minimized-hb-subset-fuzzer-5417800474165248 | Bin 0 -> 3161 bytes
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit 32c85b8c8c1994e318dce49b928a7298a0b23560
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 23 10:50:26 2022 -0600
+
+    [avar2] Fix mapping when coords length don't match
+    
+    Ouch.
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49407
+
+ src/hb-ot-var-avar-table.hh                               |   3 +++
+ ...zz-testcase-minimized-hb-shape-fuzzer-4523349576908800 | Bin 0 -> 140 bytes
+ 2 files changed, 3 insertions(+)
+
+commit 06c3ec0a19e6f552275773fdd667229ccd9b1977
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 23 10:36:39 2022 -0600
+
+    [avar2] Minor sanitize rewrite
+
+ src/hb-ot-var-avar-table.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit f94a3ba1db674591952fcae00864f97bd67713fa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 23 10:36:08 2022 -0600
+
+    [varStore] Better protect against HB_NO_VAR builds
+
+ src/hb-ot-layout-common.hh | 25 +++++++++++++++++++++++--
+ 1 file changed, 23 insertions(+), 2 deletions(-)
+
+commit 17863bd16bc82c54fb68627cbf1e65702693dd09
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 22 22:38:08 2022 -0600
+
+    [config/avar2] add HB_NO_VARIATIONS2
+
+ src/hb-config.hh            |  1 +
+ src/hb-ot-var-avar-table.hh | 14 +++++++++++---
+ 2 files changed, 12 insertions(+), 3 deletions(-)
+
+commit 5a9c7930efc8ec055f60cae5ec2567ff8de0e972
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 22 21:33:15 2022 -0600
+
+    Add HB_NO_BEYOND_64K
+
+ src/hb-config.hh               |  4 ++++
+ src/hb-ot-hmtx-table.hh        |  2 +-
+ src/hb-ot-layout-common.hh     | 26 +++++++++++++-------------
+ src/hb-ot-layout-gdef-table.hh | 32 ++++++++++++++++----------------
+ src/hb-ot-layout-gsubgpos.hh   | 40 ++++++++++++++++++++--------------------
+ src/hb-ot-var-avar-table.hh    |  2 +-
+ src/hb-static.cc               |  4 ++--
+ 7 files changed, 57 insertions(+), 53 deletions(-)
+
+commit c76fd3c5f9fca4fc095031ce41d35b6d04d8ebfa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 22 15:29:38 2022 -0600
+
+    [avar2] Add link to "Spec".
+
+ src/hb-ot-var-avar-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit edca52c3b644f6ebc90eeeb307ed3e87a7245348
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 22 15:17:32 2022 -0600
+
+    [avar2] Use a varStore cache
+
+ src/hb-ot-var-avar-table.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 59f8afa73e3e0e1a7e3db5ffab06014dad5fd151
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 22 15:12:21 2022 -0600
+
+    [avar2] Remove XXX item
+
+ src/hb-ot-var-avar-table.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit d6c4f757a4bfeabfea35804103cfce10650a101e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 29 11:09:54 2022 -0600
+
+    [avar2] Clamp out values
+
+ src/hb-ot-var-avar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d0e2ad9297053635b65d0ad4c97c49f14f0cccee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 28 21:19:15 2022 -0600
+
+    [avar] Pre-alloc vector
+
+ src/hb-ot-var-avar-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 2a877b554a4377f1c973ed007ae17ff5448483d1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 28 17:10:10 2022 -0600
+
+    [avar2] First stab at mapping v2 values
+
+ src/hb-ot-var-avar-table.hh | 28 +++++++++++++++++++++++++++-
+ 1 file changed, 27 insertions(+), 1 deletion(-)
+
+commit c3eb6713e90340109e1084924945d570e52bbe28
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 28 16:42:28 2022 -0600
+
+    [avar2] Add v2 structure and sanitize
+
+ src/hb-ot-var-avar-table.hh | 32 +++++++++++++++++++++++++++++++-
+ 1 file changed, 31 insertions(+), 1 deletion(-)
+
+commit c9e843942e39fb053cc5c05df85603720cbcbc2e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 22 09:01:07 2022 -0600
+
+    [min/max] Don't forward argument
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 7a219ca9f0f8140906cb7fd3b879b5bf5259badc
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jul 22 14:18:59 2022 +0200
+
+    [ci] Install glib-utils on macOS
+    
+    The glib utils have been split into a separate homebrew package.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3747
+
+ .github/workflows/macos-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cb5ca6be29ef61d13b2d0dae7cf3fbf740ae20ec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 22 05:48:27 2022 -0600
+
+    [ft] Actually call check_changed() from _changed()
+    
+    Ouch!
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3746
+
+ src/hb-ft.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit fd535a240bf56afcb4787c2038b0e33b4a6ddba3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 22 05:48:12 2022 -0600
+
+    [ft] Remove check_changed from get_glyph_shape()
+    
+    Leftover.
+
+ src/hb-ft.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 7cdde6a24174ea2f29da141bcb265feb9b15eb2b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 17:17:59 2022 -0600
+
+    [ClassDef] Write a loop as range for
+
+ src/hb-ot-layout-common.hh | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+commit 0cc2f3c218ec60377ef284ab0cded150fc57650a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 16:46:45 2022 -0600
+
+    [algs] Remove hb_pair_t()
+
+ src/hb-algs.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 9eab3ac72dc9cbd404da3dc4ef82b798d5e42c0e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 12:35:19 2022 -0600
+
+    [CoverageFormat2] Remove hand-written loop
+    
+    While on a fuzzer-found test case (added) that loop was faster,
+    on real fonts, including NotoNastaliq in our benchmark, it was
+    actually slower, which intuitively I would have expected.
+    
+    Still no idea why on that fuzzer case it's faster though. :(
+
+ src/OT/Layout/Common/CoverageFormat2.hh            |  35 +++------------------
+ ...ase-minimized-hb-subset-fuzzer-4549523149553664 | Bin 0 -> 66032 bytes
+ 2 files changed, 5 insertions(+), 30 deletions(-)
+
+commit bbb4db90dd2f24b237c3bbcf6ab24389f970d1b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 12:34:46 2022 -0600
+
+    [Coverage/SingleSubst] Move hand-written loop to Coverage
+
+ src/OT/Layout/Common/CoverageFormat2.hh  | 35 ++++++++++++++++++++++++-----
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 38 ++++++--------------------------
+ 2 files changed, 37 insertions(+), 36 deletions(-)
+
+commit 7b95783efb36e35cc6acf579e4bb88bcefd50ae9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 12:18:51 2022 -0600
+
+    [Coverage] Internal rename
+
+ src/OT/Layout/Common/Coverage.hh        | 6 +++---
+ src/OT/Layout/Common/CoverageFormat1.hh | 6 +++---
+ src/OT/Layout/Common/CoverageFormat2.hh | 6 +++---
+ 3 files changed, 9 insertions(+), 9 deletions(-)
+
+commit afa65f2903b2a1d32bbb70d445666b9343c86837
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 12:17:08 2022 -0600
+
+    [Coverage] Minor type change
+
+ src/OT/Layout/Common/CoverageFormat2.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b38587aa0ba3521c2b6aa22594e46e026035f70b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 12:14:06 2022 -0600
+
+    [Coverage] Internal renames
+
+ src/OT/Layout/Common/Coverage.hh        | 16 ++++++++--------
+ src/OT/Layout/Common/CoverageFormat1.hh |  5 ++---
+ src/OT/Layout/Common/CoverageFormat2.hh |  7 +++----
+ 3 files changed, 13 insertions(+), 15 deletions(-)
+
+commit 84d38df828e69e6ac1a796fc0460ba33e3bd3f29
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 12:12:04 2022 -0600
+
+    [Coverage] Minor use range-based loop
+
+ src/OT/Layout/Common/CoverageFormat2.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit b017b73ffe0e24bf7c621592ee3c31cc209a2155
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 12:06:55 2022 -0600
+
+    [Coverage] Minor remove a couple unnecessary as_array()'s
+
+ src/OT/Layout/Common/CoverageFormat2.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9e650b4e0cd0571caf9e67f0186ea3690e615710
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 12:01:52 2022 -0600
+
+    [Coverage] Speedup intersect_set
+
+ src/OT/Layout/Common/CoverageFormat2.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit efa388074d76339c2dc80fec675c6dbbb6511c91
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 11:52:36 2022 -0600
+
+    [subset/SingleSubsetFormat1] Use Coverage.intersect_set
+
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 12 +++++-------
+ 1 file changed, 5 insertions(+), 7 deletions(-)
+
+commit 00dfbbce1c65c2e709b3ffaac45d234bdd02528d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 11:39:32 2022 -0600
+
+    [Coverage] Rename and templatize intersected_coverage_glyphs
+
+ src/OT/Layout/Common/Coverage.hh         | 12 ++++++-----
+ src/OT/Layout/Common/CoverageFormat1.hh  |  8 +++++---
+ src/OT/Layout/Common/CoverageFormat2.hh  | 12 ++++++-----
+ src/OT/Layout/Common/RangeRecord.hh      |  4 ++--
+ src/OT/Layout/GPOS/SinglePosFormat1.hh   |  2 +-
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh |  2 +-
+ src/hb-ot-layout-common.hh               |  6 +++---
+ src/hb-ot-layout-gsubgpos.hh             | 35 ++++++++++++++++----------------
+ 8 files changed, 43 insertions(+), 38 deletions(-)
+
+commit d0eb273791814b36d3a9298caf99f60bef857dc3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 11:24:56 2022 -0600
+
+    [subset/GSUB/GPOS] Use more intersected_coverage_glyphs()
+
+ src/OT/Layout/GPOS/SinglePosFormat1.hh   |  6 ++++--
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 34 ++------------------------------
+ 2 files changed, 6 insertions(+), 34 deletions(-)
+
+commit 450d834679738820e1d9afa579de125bb8087dbf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 11:05:35 2022 -0600
+
+    [subset/PairPosFormat1] Speed up significantly
+
+ src/OT/Layout/GPOS/SinglePosFormat1.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 5d7556e1841bafc851d043bb9d0195651edb0ce3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 10:42:29 2022 -0600
+
+    Revert "[subst/SingleSubstFormat1] Rewrite nicer"
+    
+    This reverts commit bababe10724c27b2cbb09bf25e7dcf4aeea07588.
+    
+    The hand-written code is still much faster :(.
+
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 64 +++++++++++++++++++++++++-------
+ 1 file changed, 50 insertions(+), 14 deletions(-)
+
+commit 71ce931e6ddbb7ba31b9ec3243d3c09eda251ff1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 10:41:29 2022 -0600
+
+    [PairPos] Don't compute newFormat
+    
+    It was wrong, because it would be writing wrong values.
+    
+    Test suite doesn't seem to catch any.
+
+ src/OT/Layout/GPOS/SinglePos.hh             | 3 ---
+ src/OT/Layout/GSUB/AlternateSubstFormat1.hh | 1 -
+ 2 files changed, 4 deletions(-)
+
+commit 02ca02544348edc9d89f436ed2000f4ba4f50231
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 10:30:23 2022 -0600
+
+    [layout] Add large_int to Types
+
+ src/OT/Layout/Common/CoverageFormat2.hh | 6 +++---
+ src/OT/Layout/types.hh                  | 2 ++
+ 2 files changed, 5 insertions(+), 3 deletions(-)
+
+commit bababe10724c27b2cbb09bf25e7dcf4aeea07588
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 10:25:27 2022 -0600
+
+    [subst/SingleSubstFormat1] Rewrite nicer
+
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 64 +++++++-------------------------
+ 1 file changed, 14 insertions(+), 50 deletions(-)
+
+commit cf123e6a0dae59131b028676ed919c5a09dae919
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 10:21:57 2022 -0600
+
+    [Coverage] Add get_population ()
+
+ src/OT/Layout/Common/Coverage.hh        | 13 +++++++++++++
+ src/OT/Layout/Common/CoverageFormat1.hh |  5 +++++
+ src/OT/Layout/Common/CoverageFormat2.hh |  8 ++++++++
+ src/OT/Layout/Common/RangeRecord.hh     |  6 ++++++
+ 4 files changed, 32 insertions(+)
+
+commit 2ad3c0c7709fe07122934e4842225f55267ce84c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 21 09:46:25 2022 -0600
+
+    Fix uninitialized variable
+
+ src/hb-ot-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fa471043fccb94444510e3300ac2573297c82137
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 22:42:18 2022 -0600
+
+    [subset] Fix previous commit
+
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c4d2ef90047e8b6747adcf99a42984730979fbc3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 22:36:35 2022 -0600
+
+    [subset] Speed up subsetting of SingleSubstFormat1_3
+
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 36 ++++++++++++++++++++++++++++++--
+ 1 file changed, 34 insertions(+), 2 deletions(-)
+
+commit d01e6babe6660ca5ac3b941b1e977af9dcda954f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 22:17:33 2022 -0600
+
+    [subset] Speed up SingleSubstFormat1_3 closure
+
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 38 +++++++++++++++++++++++++++-----
+ 1 file changed, 33 insertions(+), 5 deletions(-)
+
+commit 0f800769379d05a3086cd3fc56f0c4c1a19076f8
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jul 20 14:59:02 2022 -0700
+
+    [subset] Do not repeat COLR table closure
+
+ src/hb-subset-plan.cc | 24 +++++++++---------------
+ 1 file changed, 9 insertions(+), 15 deletions(-)
+
+commit 9fc31db6faa29eeac734bbb3196dbce2eabaa4c7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 16:03:02 2022 -0600
+
+    [blob] Initialize members if ever on the stack
+
+ src/hb-blob.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 60a9175f2c711e5b1b76b25c8121440177848513
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 15:59:46 2022 -0600
+
+    [blob] Remove fini_shallow()
+
+ src/hb-blob.cc | 2 --
+ src/hb-blob.hh | 2 +-
+ 2 files changed, 1 insertion(+), 3 deletions(-)
+
+commit bcd59b5142d6c8bee71c252c8f44240542ab9dab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 15:57:09 2022 -0600
+
+    [set/map] Remove init_shallow/fini_shallow()
+
+ src/hb-map.hh | 18 ++++++------------
+ src/hb-set.hh |  6 ++----
+ 2 files changed, 8 insertions(+), 16 deletions(-)
+
+commit 79b23cc25d1e029ce87676a13a41f2ff8c6b980c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 15:38:34 2022 -0600
+
+    Fix another leak
+
+ src/hb-shape-plan.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 3fad942ee21f7e5bbb29b2c5af6b1c3b77f484dd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 15:26:32 2022 -0600
+
+    Try fix leak
+
+ src/hb-ot-shape.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit e1b5f2f806f4aafec5eaa26cb528622e7e0b1606
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 15:03:20 2022 -0600
+
+    [object] Call destructor in hb_object_destroy()
+
+ src/hb-map.cc         | 2 --
+ src/hb-map.hh         | 2 +-
+ src/hb-object.hh      | 5 ++++-
+ src/hb-set.cc         | 2 --
+ src/hb-shape-plan.cc  | 4 ----
+ src/hb-subset-plan.cc | 2 --
+ 6 files changed, 5 insertions(+), 12 deletions(-)
+
+commit 9ea4ab60514d5f22d360a0a199cf8a126adf5e18
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 14:57:32 2022 -0600
+
+    [object] Call constructor
+
+ src/hb-font.cc   | 1 +
+ src/hb-map.cc    | 2 --
+ src/hb-map.hh    | 2 --
+ src/hb-object.hh | 3 +++
+ src/hb-set.cc    | 2 --
+ 5 files changed, 4 insertions(+), 6 deletions(-)
+
+commit 61c04384256390d3ef5d0fd576bd2bc2fb34624e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 14:43:58 2022 -0600
+
+    [map] Allow geting non-const value pointer out with has()
+
+ src/hb-map.hh   | 3 ++-
+ src/test-map.cc | 4 ++++
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit 00cfc5c17d3b792a579356ca998e361bcb414260
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 14:38:28 2022 -0600
+
+    [map] Don't set out value in has() if not found
+
+ src/hb-map.hh | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit 485f043211ad21d6b0d926505f41c772330890a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 14:34:55 2022 -0600
+
+    [map] Enable using hashmap with unique_ptr
+
+ src/hb-map.hh   | 11 +++++++++++
+ src/test-map.cc |  6 ++++++
+ 2 files changed, 17 insertions(+)
+
+commit 53fd4c92368abe260673649330e5eb19e9df7a60
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 13:33:49 2022 -0600
+
+    [set] A variable rename
+
+ src/hb-bit-page.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6826b2c3fdd881a98bd0eb3be5c114bda0282bbe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 13:25:34 2022 -0600
+
+    [gsubgpos/closure] Minor condition use bool operator
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 55a1e0bb1195332414acc2f832600269894e2f7b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 13:10:28 2022 -0600
+
+    [ot-map] Use hb_array for a return value
+
+ src/hb-ot-map.hh          | 14 +++++---------
+ src/hb-ot-shaper-indic.cc | 12 +++++-------
+ 2 files changed, 10 insertions(+), 16 deletions(-)
+
+commit a92d988d3d793f1f5660b443de301eedd715fd7d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 13:01:29 2022 -0600
+
+    Revert "[ci] Upgrade codecov-action to v3.1"
+    
+    This reverts commit 5b8bff8dca3a81de02878c596f3721d268d29bb4.
+
+ .github/workflows/linux-ci.yml | 2 +-
+ .github/workflows/macos-ci.yml | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 5b8bff8dca3a81de02878c596f3721d268d29bb4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 12:59:36 2022 -0600
+
+    [ci] Upgrade codecov-action to v3.1
+
+ .github/workflows/linux-ci.yml | 2 +-
+ .github/workflows/macos-ci.yml | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 8d923363dbc7738d0c53a1f78e9407c24010ac53
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 12:08:18 2022 -0600
+
+    [layout] Reduce number of closure rounds
+
+ src/hb-ot-layout-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 2eb561ebead8276c6c905e33585d4aa216a25b41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 12:02:38 2022 -0600
+
+    [ci] Upgrade macos runner from 10.15 to latest (11)
+
+ .github/workflows/macos-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit aae8c74e0551fd889f041a0c0cce708f8fab0c5a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 11:51:09 2022 -0600
+
+    [>64k:layout:SingleSubstFormat3] Fix masking
+    
+    https://github.com/be-fonts/boring-expansion-spec/issues/31
+
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 30 +++++++++++++++++++-----------
+ 1 file changed, 19 insertions(+), 11 deletions(-)
+
+commit 3c137ef041850150d54e4817388cdcdc3a3ff0bc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 11:29:30 2022 -0600
+
+    [GPOS/CursivePos] Fix unsafe-to-break marking
+    
+    Fixes test.
+
+ src/OT/Layout/GPOS/CursivePosFormat1.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7050021fedf549e11056f37cec7234238e7cd7e8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 11:27:12 2022 -0600
+
+    [cursive-positioning.tests] Fix test specification
+    
+    Still failing. Figuring out.
+
+ test/shape/data/in-house/tests/cursive-positioning.tests | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 5998cd00c83864d76788f1a7ee47f4b429ecc866
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 11:16:32 2022 -0600
+
+    [hebrew] Break out of reordering loop when pattern found
+
+ src/hb-ot-shaper-hebrew.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 42f1d7794b9b4e46cf45de6d6e8139667f1c18bd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 11:13:16 2022 -0600
+
+    Add tests for multiple cursive positioning
+    
+    From https://github.com/harfbuzz/harfbuzz/issues/2469
+
+ .../fonts/be10ea33f28a139f3305db2302af6220f2f9a583.ttf   | Bin 0 -> 1076 bytes
+ test/shape/data/in-house/tests/cursive-positioning.tests |  11 +++++++++++
+ 2 files changed, 11 insertions(+)
+
+commit d861303797e09f202acfe19740ceafdc7726b1b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 10:57:12 2022 -0600
+
+    [hebrew] Comment
+
+ src/hb-ot-shaper-hebrew.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c60d810d509e16bf29fa7399d35c173b17c924c3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 20 10:24:54 2022 -0600
+
+    [hebrew] Implement Jerusalem mark reordering
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2947
+
+ src/hb-ot-shaper-hebrew.cc | 27 ++++++++++++++++++++++++++-
+ 1 file changed, 26 insertions(+), 1 deletion(-)
+
+commit 605bb1ee3dd1d6ef19676be0194d001c21533d60
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jul 19 21:15:21 2022 +0200
+
+    [subset] Add amalgam harfbuzz-subset.cc
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3733
+
+ .circleci/config.yml   |  2 +-
+ src/Makefile.am        | 14 ++++++++++++-
+ src/gen-harfbuzzcc.py  |  4 +++-
+ src/harfbuzz-subset.cc | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/harfbuzz.cc        | 18 ++++++++--------
+ src/meson.build        |  8 ++++++++
+ 6 files changed, 90 insertions(+), 12 deletions(-)
+
+commit a66ba594b4a31a85de8960b2ddf294aaea2348e8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 19 16:32:32 2022 -0600
+
+    [util] Fix stack-underflow
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3737
+
+ util/hb-subset.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c6ef11daf51bba4e06c4eabbc387b1058e8ce8ab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 19 15:19:52 2022 -0600
+
+    [util] Fix build with HB_NO_VAR
+
+ util/font-options.hh    | 10 ++++++++++
+ util/helper-cairo-ft.hh |  2 +-
+ 2 files changed, 11 insertions(+), 1 deletion(-)
+
+commit 712bfa8872532b19e6c5be9bf16c9bee36b50922
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jul 19 13:57:14 2022 -0700
+
+    build fix for HB_NO_VAR
+
+ src/hb-subset-plan.cc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 798a0c8a58852d1eb177db9054ead9e897672175
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 19 14:40:47 2022 -0600
+
+    Fix build
+
+ src/hb-ot-layout-gdef-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8737dea4d9012ea4636db12274532c5f3c6abb40
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 19 14:39:47 2022 -0600
+
+    [>64k:layout:GDEF] Implement version 2
+    
+    Implements https://github.com/be-fonts/boring-expansion-spec/issues/36
+    
+    Subset does NOT lower format.
+
+ src/hb-ot-layout-gdef-table.hh | 48 ++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 48 insertions(+)
+
+commit 8080e01afc86fe4921c8fa87c85134f076f40675
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 19 14:35:58 2022 -0600
+
+    [>64k:layout] Templatize GDEFVersion1
+
+ src/hb-ot-layout-gdef-table.hh | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 1665cf6bc4ac1c57d2e43070cd0aeab7c562e2bc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 19 13:56:23 2022 -0600
+
+    [>64k:layout] Split GDEFVersion1
+    
+    https://github.com/be-fonts/boring-expansion-spec/issues/36
+
+ src/hb-ot-layout-gdef-table.hh | 315 ++++++++++++++++++++++++++++-------------
+ src/hb-ot-layout-gsubgpos.hh   |   1 -
+ 2 files changed, 213 insertions(+), 103 deletions(-)
+
+commit 1de5591cf743a789b240b1c1f8536d909f63a857
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 19 13:37:30 2022 -0600
+
+    [>64k:layout] Prepare GDEF for templatizing
+    
+    https://github.com/be-fonts/boring-expansion-spec/issues/36
+
+ src/hb-ot-layout-gdef-table.hh | 41 +++++++++++++++++++++++------------------
+ src/main.cc                    |  8 ++++----
+ 2 files changed, 27 insertions(+), 22 deletions(-)
+
+commit c0d60bd4964701402aacf98390e0936c9dcba953
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jul 19 18:21:09 2022 +0200
+
+    [meta] Fix warning with emscripten
+    
+    For whatever reason, em++ takes the first branch and spouts a gazillion
+    warnings like:
+    
+    ./harfbuzz/src/hb-vector.hh:229:20: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
+                hb_enable_if (hb_is_trivially_copy_assignable(T))>
+                              ^
+    ./harfbuzz/src/hb-meta.hh:193:44: note: expanded from macro 'hb_is_trivially_copy_assignable'
+
+ src/hb-meta.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 91c60802e646ee10daa8eda0ab2d2ea06206cc41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 18 22:24:28 2022 -0600
+
+    [open-type] Fix overflow check
+    
+    Without the cast, the compiler is within its rights to reason that
+    overflow didn't happen and optimize away the check, as clang was.
+
+ src/hb-open-type.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 4279304a627d467866aac751548e728eaa841b73
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 18 22:20:06 2022 -0600
+
+    [stat] Fix double-promotion warnings
+
+ src/hb-ot-stat-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 54e9ab4a91a762dc8a730e22a5b103b206b05db7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 18 18:57:14 2022 -0600
+
+    [GPOS/Cursive] Fix breaking of parent-child attachment
+    
+    Mostly fixes https://github.com/harfbuzz/harfbuzz/issues/2469
+
+ src/OT/Layout/GPOS/CursivePosFormat1.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit c2baf2796cd1c2de60788897502bd42905c78cb0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 18 15:41:20 2022 -0600
+
+    [arabic] Make more features F_MANUAL_ZWJ
+    
+    The change to `ccmp` fixes shaping of certain sequences with
+    Calibri on Windows 11.  Addition of `liga` and `clig` is
+    speculative.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3530
+
+ src/hb-ot-shaper-arabic.cc | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit ddeef8c87548a57356ec72c3ed6d277c916330c7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 18 15:13:47 2022 -0600
+
+    [test-ot-glyphname] Fix return value
+
+ src/test-ot-glyphname.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f1a69ff1b94a4fd4de69fddcbc80fba6f819e16b
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Jun 30 16:22:15 2022 -0700
+
+    [instance] update scripts for testing instancing
+
+ ...lt.retain-all-codepoint.wght=400,wdth=100.0.ttf | Bin 0 -> 6584 bytes
+ ...ult.retain-all-codepoint.wght=drop,wdth=100.ttf | Bin 0 -> 6584 bytes
+ test/subset/data/fonts/Roboto-Variable.ABC.ttf     | Bin 0 -> 13480 bytes
+ test/subset/data/tests/pin_all_at_default.tests    |  12 ++++++++
+ test/subset/generate-expected-outputs.py           |  25 ++++++++++++++--
+ test/subset/run-tests.py                           |   3 ++
+ test/subset/subset_test_suite.py                   |  32 +++++++++++++++++----
+ 7 files changed, 65 insertions(+), 7 deletions(-)
+
+commit be8e8e8c80cc69d9d3a02f357a3ef252738d96e6
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Jun 30 14:24:36 2022 -0700
+
+    [instance] prune name tables after axes pinned at fixed locations
+    
+    Restricting axes to ranges is not supported yet.
+
+ src/hb-ot-stat-table.hh     | 19 +++++++++++++++-
+ src/hb-ot-var-fvar-table.hh | 53 +++++++++++++++++++++++++++++++++------------
+ src/hb-subset-plan.cc       | 11 ++++++----
+ 3 files changed, 64 insertions(+), 19 deletions(-)
+
+commit df55f840cb4cf2d5cfe9e93e289aa59e7d592f7f
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Jun 30 09:36:19 2022 -0700
+
+    [instance] instantiate STAT table when axes are pinned at fixed locations
+    
+    restricting ranges is not supported yet.
+
+ src/hb-ot-stat-table.hh | 235 ++++++++++++++++++++++++++++++++++++++++++++----
+ src/hb-subset-input.cc  |  11 +--
+ src/hb-subset-plan.cc   |  10 +++
+ src/hb-subset-plan.hh   |   2 +
+ src/hb-subset.cc        |   6 ++
+ 5 files changed, 236 insertions(+), 28 deletions(-)
+
+commit 2a4773e43d528343a1b4a305905d275ba5eda829
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jun 21 19:29:52 2022 -0700
+
+    add option "--instance", store axes_location in subset_plan and drop all
+    variation tables when all axes are pinned at default
+
+ src/gen-def.py              |  4 ++-
+ src/hb-map.hh               | 24 +++++++++++++
+ src/hb-ot-var-avar-table.hh |  8 +++++
+ src/hb-ot-var-fvar-table.hh |  2 ++
+ src/hb-subset-input.cc      | 65 ++++++++++++++++++++++++++++++++++-
+ src/hb-subset-input.hh      |  4 ++-
+ src/hb-subset-plan.cc       | 84 ++++++++++++++++++++++++++++++---------------
+ src/hb-subset-plan.hh       |  3 ++
+ src/hb-subset.cc            | 10 ++++++
+ src/hb-subset.h             | 15 ++++++++
+ util/hb-subset.cc           | 78 +++++++++++++++++++++++++++++++++++++++++
+ 11 files changed, 267 insertions(+), 30 deletions(-)
+
+commit 5744e951fc5e647c42a8e75652d2a32c7479fc1f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 18 14:54:44 2022 -0600
+
+    [gir] Skip graphite API
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2557
+
+ src/hb-graphite2.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1eb8e820864771509b7aed4ce76a83e8cd2272b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 18 14:47:49 2022 -0600
+
+    [util] Accept space as delimiter for --features/--variations
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3715
+
+ util/font-options.hh  | 4 ++--
+ util/shape-options.hh | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 378663409ac9d2a54d8a738c88a76a5b9873181f
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jul 18 21:02:41 2022 +0200
+
+    [ci] Deploy docs only on tagged builds
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2786
+
+ .ci/deploy-docs.sh | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 3723b8544b63d4eb95ff1448e4ebfc6a25127360
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 18 14:00:14 2022 -0600
+
+    [cff] Better max op counting
+
+ src/hb-cff-interp-cs-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3c84aa8416cac7aba1430cc18ec76a393c47f3cd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 18 13:57:59 2022 -0600
+
+    [cff] Add a max work counter
+    
+    Set to 10,000 per interpretation right now.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3700
+    Fixes https://oss-fuzz.com/testcase-detail/5667125715927040
+
+ src/hb-cff-interp-cs-common.hh                            |   7 +++++++
+ ...uzz-testcase-minimized-hb-draw-fuzzer-5667125715927040 | Bin 0 -> 472 bytes
+ test/fuzzing/hb-draw-fuzzer.cc                            |   1 +
+ 3 files changed, 8 insertions(+)
+
+commit 89de8c700f16bd50617c20a81b77c6555f3a8988
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 18 13:07:29 2022 -0600
+
+    [CoverageFormat2] Another fix for broken tables
+    
+    Fixes https://oss-fuzz.com/testcase-detail/6005342714068992
+
+ src/OT/Layout/Common/CoverageFormat2.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit faac252f9f6876d971c7d487f064261eb6070952
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 18 12:23:57 2022 -0600
+
+    [util/hb-ot-shape-closure] Fix showing glyph names
+
+ util/hb-ot-shape-closure.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 38f2ec1703655d1527170c6e48f2647047716d46
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 18 12:17:08 2022 -0600
+
+    [hb-shape] Move shape_output_t into separate file
+
+ util/Makefile.sources |   1 +
+ util/hb-shape.cc      | 126 +--------------------------------------
+ util/shape-output.hh  | 159 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 161 insertions(+), 125 deletions(-)
+
+commit 94be45980883bea99bb1028445c6ab7100c11409
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 18 12:13:48 2022 -0600
+
+    [hb-shape] Internal rename
+
+ util/hb-shape.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 4f22397f05f8b0b65897e58a0176c8fa9b85f2a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 18 11:03:54 2022 -0600
+
+    [ft] A couple of introspection fixes
+
+ src/hb-ft.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit faa8cdc89877888fbcc182b368490f64a721b067
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 18 10:22:19 2022 -0600
+
+    [util] Allow HB_CHAFA=2/3 to enable wedges/all symbols in Chafa
+
+ util/helper-cairo-ansi.hh | 13 +++++++------
+ 1 file changed, 7 insertions(+), 6 deletions(-)
+
+commit b4e95965c8b9b508aca2afdc7483b89d4a56eb99
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 18 10:14:14 2022 -0600
+
+    [util] Revert Chafa to use simple blocks only
+    
+    The wedges are nice but not available on Mac.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3729
+
+ util/helper-cairo-ansi.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit f7f6d278bb166942c9a87fd7cefbd7fa294a0ba2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 17 22:15:42 2022 -0600
+
+    Add hb_language_matches()
+    
+    New API:
+    + hb_language_matches()
+
+ docs/harfbuzz-sections.txt      |  1 +
+ src/hb-aat-layout-morx-table.hh |  2 +-
+ src/hb-common.cc                | 32 ++++++++++++++++++++++++++++++++
+ src/hb-common.h                 |  3 +++
+ src/hb-ot-name-table.hh         | 14 +++++---------
+ src/hb-ot-tag.cc                |  2 ++
+ 6 files changed, 44 insertions(+), 10 deletions(-)
+
+commit d57ce30054ec7bf03fe27fa9bbb3c2e6963e05d6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 17 21:56:56 2022 -0600
+
+    [ot-shape] Pass reference to props instead of pointer
+    
+    Since cannot be nullptr.
+
+ src/hb-aat-map.hh  |  4 ++--
+ src/hb-ot-map.cc   |  4 ++--
+ src/hb-ot-map.hh   |  2 +-
+ src/hb-ot-shape.cc | 10 +++++-----
+ src/hb-ot-shape.hh |  2 +-
+ 5 files changed, 11 insertions(+), 11 deletions(-)
+
+commit a972d05d7eea86516d98d494f99b1b0ce719e260
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 17 21:42:04 2022 -0600
+
+    [aat] Fix build
+
+ src/hb-aat-layout-morx-table.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit a5dad50072e1881a5fc7595cfbe4942534d2ea5a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 17 21:39:24 2022 -0600
+
+    [aat/morx] Add test for previous commit
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1373
+
+ test/shape/data/in-house/tests/macos.tests | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 2124ad8906bb77eee099071dccc49d3c60fe331f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 17 21:32:27 2022 -0600
+
+    [aat/morx] Implement language-specific forms
+    
+    Test on Mac with, eg.
+    
+    $ hb-view /Library/Fonts/BigCaslon.ttf -u 107
+    vs
+    $ hb-view /Library/Fonts/BigCaslon.ttf -u 107 --language pl
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1373
+
+ src/hb-aat-layout-morx-table.hh | 7 +++++++
+ src/hb-aat-map.hh               | 6 ++++--
+ 2 files changed, 11 insertions(+), 2 deletions(-)
+
+commit d8574b44ccde97fc7111b4d983f5303e200f0ae8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 17 18:44:27 2022 -0600
+
+    [CoverageFormat2] Fix iterator to avoid infinite loop
+    
+    on invalid data.
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5304497047470080
+
+ src/OT/Layout/Common/CoverageFormat2.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit b475a2ab29eec981ac92c5ebc555b2c30288fe57
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 17 18:44:11 2022 -0600
+
+    [array] Adjust operator !=
+
+ src/hb-array.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 9518d602f33d157343b273fe1846b8b5c60fe56e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 17 17:03:40 2022 -0600
+
+    [atomic] Disable compiler memory barrier on MSVC
+    
+    It keeps giving me internal compiler error.
+    
+    https://github.com/harfbuzz/harfbuzz/issues/3728
+
+ src/hb-atomic.hh | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit f0707e2348c455113e5ef9efc86b85920bb107b1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 17 16:47:16 2022 -0600
+
+    [atomic] Add compiler memory_r_barrier
+    
+    https://github.com/harfbuzz/harfbuzz/issues/3728
+
+ src/hb-atomic.hh    |  7 +++++++
+ src/hb-open-type.hh | 28 ++++++++++++++--------------
+ 2 files changed, 21 insertions(+), 14 deletions(-)
+
+commit f3151b6582a38fb1a377eb6070b8cecedb2ea711
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 17 16:19:28 2022 -0600
+
+    [ArrayOf family] Use memory barrier before accessing array
+    
+    Without it, the compiler was reordering and batching the read
+    of array length and array[0] if the 0'th member was accessed
+    constantly and function was inlined.  This felt safe to the
+    compiler because HB_VAR_ARRAY is 1, but could be unsafe actually.
+    The memory barrier disallows that.
+    
+    This was found by afl/honggfuzz address sanitizers.
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49187
+
+ src/hb-open-type.hh        | 14 ++++++++++++++
+ src/hb-ot-layout-common.hh |  2 +-
+ 2 files changed, 15 insertions(+), 1 deletion(-)
+
+commit 90e40f24fed3e0a8ccb16e56fbe926fd5953b970
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 17 15:01:04 2022 -0600
+
+    [algs] Tweak attribute(packed) usage
+    
+    Allow disabling it. Also don't cast this pointer.
+
+ src/hb-algs.hh | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit af84680f23d1a3078f2a3eb8651e174b40f99bf8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 17 12:00:04 2022 -0600
+
+    [GSUB] Remove a reinterpret_cast
+
+ src/OT/Layout/GSUB/SubstLookup.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9843f07658ae6b9b7b586f9c69cdb2c99b24ad18
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 15 16:03:55 2022 -0600
+
+    [OffsetTo] Try catching nullable offsets to unbounded types
+    
+    Doesn't catch all cases; if type is not fully defined at
+    OffsetTo time, we can't know.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1300
+    to the best we can do.
+
+ src/hb-open-type.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 1327d8e3dfcaadba6c5029f830ffaa0903a8647b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 15 16:03:38 2022 -0600
+
+    [layout-common] Reshuffle code so Feature is defined before it's used
+
+ src/hb-ot-layout-common.hh | 865 ++++++++++++++++++++++-----------------------
+ 1 file changed, 432 insertions(+), 433 deletions(-)
+
+commit f7147835eb3e3397ec5ad37bd6b9e1a4dfbd4f9d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 15 16:03:25 2022 -0600
+
+    [colr] Add MIN_SIZE to Paint
+
+ src/hb-ot-color-colr-table.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit e1d2facd5363951adec78b080cf616e4bc3ff9d3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 15 16:02:58 2022 -0600
+
+    [null] Add hb_has_null_size() and hb_has_min_size()
+
+ src/hb-null.hh | 18 ++++++++++++++++++
+ 1 file changed, 18 insertions(+)
+
+commit c8908f92d77e88d69d6f365290f82c4d3c3d629b
+Merge: 3ac110560 6ed57de15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 15 15:32:58 2022 -0600
+
+    Merge pull request #3726 from harfbuzz/ft-bitmap
+    
+    Ft bitmap
+
+commit 6ed57de15c92f5bf04d9872d989d6eb129f4bec0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 15 15:09:28 2022 -0600
+
+    [ft] Fix negative font sizes for bitmaps
+
+ src/hb-ft.cc | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 307ee9baff687912e4f451a0cc463ff84314554f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 15 14:48:29 2022 -0600
+
+    [ft] Fix bitmap-only vertical metrics
+
+ src/hb-ft.cc | 17 ++++++++++++++---
+ 1 file changed, 14 insertions(+), 3 deletions(-)
+
+commit 87d338eb61e35d6d8270b083c8225e004f73c03f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 15 14:19:17 2022 -0600
+
+    [ft] Fix test
+
+ src/hb-ft.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit e294200dac3d7cd41a02e0753f63acfbb5e24820
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jul 15 21:36:50 2022 +0200
+
+    [ft] Check for FT_Get_Transform at build time
+
+ configure.ac |  2 +-
+ meson.build  |  1 +
+ src/hb-ft.cc | 22 ++++++++++++++++++++++
+ 3 files changed, 24 insertions(+), 1 deletion(-)
+
+commit 901236f721e59e9955637cd44121b28f89c5bebe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 15 12:55:31 2022 -0600
+
+    [ft] Implement loading (color) bitmap fonts
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/489
+    
+    Something about the vertical metrics is still off, not matching
+    hb-ot.  I cannot figure out what.
+
+ src/hb-ft.cc | 92 ++++++++++++++++++++++++++++++++++++------------------------
+ 1 file changed, 56 insertions(+), 36 deletions(-)
+
+commit 3ac110560dc3f103d4b95e543afc6e4b6c302728
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 15 12:48:11 2022 -0600
+
+    [ft] Fix scale when font-sizes are negative
+
+ src/hb-ft.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d68507d06212904661d51907e81012f3ce21821c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 14 11:20:00 2022 -0600
+
+    [arabic] Pause after calt only if no rclt
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1573
+
+ src/hb-ot-map.cc           | 15 +++++++++++++++
+ src/hb-ot-map.hh           |  2 ++
+ src/hb-ot-shaper-arabic.cc | 14 +++++++-------
+ 3 files changed, 24 insertions(+), 7 deletions(-)
+
+commit 8b379ddc765dc1912f768dbc903b94ef106e6a32
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 14 16:20:04 2022 -0600
+
+    [test-iter] Add back test of OT namespace iteration
+
+ src/test-iter.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit ab21c4c283f2ab37ba4c9ba759d9b92a7eb52b94
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 14 16:02:10 2022 -0600
+
+    [hb-view] Add one to row of padding
+
+ util/helper-cairo-ansi.hh | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 2da36cf99a737d8cf4a145f1f5d540cbb4eb1b95
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 14 15:57:43 2022 -0600
+
+    [hb-view] Use envvar HB_CHAFA=0 to disable Chafa output
+
+ util/helper-cairo-ansi.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 76e6feb77f373a47fa035620e518daee199e66c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 14 13:45:39 2022 -0600
+
+    [util/ansi] Enable all symbols in Chafa
+    
+    Gives vastly smoother output. The previous setting was
+    equivalent to our in-house renderer.
+
+ util/helper-cairo-ansi.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 679c87ca369b4bac851cd7c70b09b6187cacf03a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 14 13:39:14 2022 -0600
+
+    [util/ansi] Fix chafa cell width/height
+    
+    No idea why it was set to 10/20 instead of 8/16.
+
+ util/helper-cairo-ansi.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b706be540c4db61e228ac0433ee9b88e5286d50b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 14 11:03:04 2022 -0600
+
+    [mingw32] Update instructions
+
+ README.mingw.md | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 5363e40de13425938bc833ae2b6c1d9d565bcf65
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 13 23:03:54 2022 +0000
+
+    [reorg] update build files.
+
+ src/Makefile.sources | 5 +++++
+ src/meson.build      | 5 +++++
+ 2 files changed, 10 insertions(+)
+
+commit d82ace5c6feba702eea0d869273f5c3090139d0a
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 13 23:00:01 2022 +0000
+
+    [reorg] add TODO to RangeRecord.
+
+ src/OT/Layout/Common/RangeRecord.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit c1e280ea7824a06c8f3bc14714a255c8e2b35aa3
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 13 22:43:38 2022 +0000
+
+    [reorg] Move Coverage, RangeRecord into new namespace layout.
+
+ src/OT/Layout/Common/Coverage.hh        | 323 +++++++++++++++++
+ src/OT/Layout/Common/CoverageFormat1.hh | 120 +++++++
+ src/OT/Layout/Common/CoverageFormat2.hh | 224 ++++++++++++
+ src/OT/Layout/Common/RangeRecord.hh     |  75 ++++
+ src/OT/Layout/types.hh                  |  64 ++++
+ src/hb-ot-layout-common.hh              | 601 +-------------------------------
+ src/test-iter.cc                        |   2 -
+ src/test-serialize.cc                   |   3 +-
+ 8 files changed, 816 insertions(+), 596 deletions(-)
+
+commit 9c2518988dcdafb8388f8f1f5e76db6e08ef6a0e
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 13 22:55:58 2022 +0000
+
+    [repack] Don't count space isolation against round limit.
+    
+    Restore max rounds to 20 but don't count space isolation against the limit. The number of iterations space isolation can make changes for is already bounded to a reasonable max (the number of lookups in the font) so no need to cap the number of iterations.
+
+ src/hb-repacker.hh | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit a2f0723148e8bdca7a024929cb8dba6961f26485
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 13 16:02:39 2022 -0600
+
+    [GPOS] Adjust mark attachment on multiple substitution some more
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1545
+
+ src/OT/Layout/GPOS/MarkBasePosFormat1.hh                 |   1 +
+ .../fonts/7c24183f26d60df414578a0a9f5e79ab9d32a22b.ttf   | Bin 0 -> 2544 bytes
+ test/shape/data/in-house/tests/use.tests                 |   1 +
+ 3 files changed, 2 insertions(+)
+
+commit ac216972abd3803947d4f2208380648965d26e94
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 13 15:32:19 2022 -0600
+
+    [subset] Add table size blowup bound
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3091
+
+ src/hb-subset.cc | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 4b3afafb000f7aa0fbad3695a5faf7ef68c77897
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 13 15:13:07 2022 -0600
+
+    [array] Use hb_swap() in reverse()
+
+ src/hb-array.hh | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+commit 87167acfe3aee9e23b2a256f6e3785ee4de5122e
+Merge: a369ab133 7549d447b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 13 14:58:09 2022 -0600
+
+    Merge pull request #3704 from harfbuzz/64k
+    
+    Towards breaking the 64k in GSUB/GPOS
+
+commit a369ab133b77d17fe58abdac613d8e33215c0820
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 13 19:00:08 2022 +0000
+
+    [repacker] Increase max_rounds when called via public api.
+
+ src/hb-repacker.hh        | 2 +-
+ src/hb-subset-repacker.cc | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 4ee471922d6d99a81bbd6582134ac1a4e07bdcb8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 13 10:36:53 2022 -0600
+
+    More -Wcomma fixes
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3716
+
+ src/hb-algs.hh       |  2 +-
+ src/hb-ot-metrics.cc | 12 ++++++------
+ 2 files changed, 7 insertions(+), 7 deletions(-)
+
+commit c2712ff4f5451145e28c760841646313bc0b8873
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 13 13:34:11 2022 -0600
+
+    Reorder hb_ot_shaper_t members to save 8 bytes of data per shaper
+
+ src/hb-ot-shaper-arabic.cc  |  4 ++--
+ src/hb-ot-shaper-default.cc |  8 ++++----
+ src/hb-ot-shaper-hangul.cc  |  4 ++--
+ src/hb-ot-shaper-hebrew.cc  |  4 ++--
+ src/hb-ot-shaper-indic.cc   |  4 ++--
+ src/hb-ot-shaper-khmer.cc   |  4 ++--
+ src/hb-ot-shaper-myanmar.cc |  8 ++++----
+ src/hb-ot-shaper-thai.cc    |  4 ++--
+ src/hb-ot-shaper-use.cc     |  4 ++--
+ src/hb-ot-shaper.hh         | 16 ++++++++--------
+ 10 files changed, 30 insertions(+), 30 deletions(-)
+
+commit e5f0bc8f0a903db5f7080bf9116fd258cbb036c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 13 13:22:34 2022 -0600
+
+    [set] Save a few kilobytes via type erasure of process()
+
+ src/hb-bit-set.hh | 17 ++++++++++++-----
+ 1 file changed, 12 insertions(+), 5 deletions(-)
+
+commit 42da7da5efe76057b177ed9589947d7b1982435e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 13 12:46:36 2022 -0600
+
+    Fix HB_NO_SHAPER HB_NO_OT_SHAPE build
+
+ src/hb-shape-plan.cc | 2 +-
+ src/hb-shaper.cc     | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 015aecfcdd82382e19e85dd4c396ce45667f2548
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 13 12:15:01 2022 -0600
+
+    [use-table] Port to using packtab
+    
+    Saves around 9kb.
+
+ src/gen-use-table.py          |   69 +-
+ src/hb-ot-shaper-use-table.hh | 1690 +++++++----------------------------------
+ src/hb-ot-shaper-use.cc       |    2 +-
+ 3 files changed, 266 insertions(+), 1495 deletions(-)
+
+commit 0fcd1decb7ab9bf0b298b302bdd51976620119ab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 13 12:17:35 2022 -0600
+
+    Fix file permissions
+
+ src/fix_get_types.py  | 0
+ src/gen-arabic-pua.py | 0
+ 2 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 7549d447ba4bb1ef031dedbde764690ff082b22a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 11 21:52:25 2022 -0600
+
+    [>64k:glyf] Implement composites for >64k
+    
+    Implements https://github.com/be-fonts/boring-expansion-spec/issues/42
+
+ src/OT/glyf/CompositeGlyph.hh | 36 ++++++++++++++++++++++++++++++------
+ 1 file changed, 30 insertions(+), 6 deletions(-)
+
+commit 09de94788b3c588542e6f3f50b6d73577dca8456
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 11 15:08:22 2022 -0600
+
+    [>64k:glyf] Hid composite glyphIndex
+
+ src/OT/glyf/CompositeGlyph.hh | 4 ++++
+ src/OT/glyf/Glyph.hh          | 2 +-
+ src/OT/glyf/SubsetGlyph.hh    | 4 ++--
+ src/hb-subset-plan.cc         | 2 +-
+ 4 files changed, 8 insertions(+), 4 deletions(-)
+
+commit df7eebf40a080655bd56795b5d3c57f4cce03f08
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 11 14:14:55 2022 -0600
+
+    [>64k:layout] Fix layout of RangeRecord
+    
+    https://github.com/be-fonts/boring-expansion-spec/issues/30
+
+ src/hb-ot-layout-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 99f017f41dfcb2add11d3f9e748882d7fe061132
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 11 13:13:19 2022 -0600
+
+    [>64k:layout:GSUBGPOS] Implement format 2
+    
+    Implements https://github.com/be-fonts/boring-expansion-spec/issues/58
+    
+    Subset does NOT lower format.
+
+ src/hb-ot-layout-gsubgpos.hh | 35 ++++++++++++++++++++++++++++++-----
+ 1 file changed, 30 insertions(+), 5 deletions(-)
+
+commit 9ef9fc01148ace504d38ecf304f0e49827e4d27b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 11 13:29:23 2022 -0600
+
+    [>64k:layout] Templatize GSUBGPOSFormat1
+
+ src/hb-open-type.hh          |  2 +-
+ src/hb-ot-layout-common.hh   |  4 ++--
+ src/hb-ot-layout-gsubgpos.hh | 12 ++++++------
+ 3 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 5fd0a3f0b9235a50a72e3a89fb8ae41a28fc049e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 11 13:10:04 2022 -0600
+
+    [>64k:layout] Templatize GSUBGPOSFormat1
+
+ src/hb-ot-layout-common.hh   |  3 ++-
+ src/hb-ot-layout-gsubgpos.hh | 15 ++++++++-------
+ 2 files changed, 10 insertions(+), 8 deletions(-)
+
+commit f6c2aaeea46bc10833d225d1514a96254a3e6434
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 11 13:06:48 2022 -0600
+
+    [>64k:layout] Add List16OfOffsetTo
+
+ src/hb-open-type.hh | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 6d0e3e677be11f330c44f5e1037f61d268f6a621
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 11 12:28:53 2022 -0600
+
+    [>64k:layout] Split GSUBGPOSVersion1 into own struct
+
+ src/hb-ot-layout-gsubgpos.hh | 280 +++++++++++++++++++++++++++----------------
+ 1 file changed, 175 insertions(+), 105 deletions(-)
+
+commit 04c5cd4085837cf627aaab328b142a73de6a9c93
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 11 11:39:41 2022 -0600
+
+    [subset/layout] Move find_duplicate_features to subset from layout
+
+ src/hb-ot-layout-gsubgpos.hh | 62 ----------------------------------------
+ src/hb-subset-plan.cc        | 67 +++++++++++++++++++++++++++++++++++++++++++-
+ 2 files changed, 66 insertions(+), 63 deletions(-)
+
+commit 1bf8fa2f1f67a4f72d14c53bc4242e38e46ab475
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 8 14:22:21 2022 -0600
+
+    [>64k:layout:(Chain)Context] Implement format 4
+    
+    Implements rest of https://github.com/be-fonts/boring-expansion-spec/issues/34
+    
+    Subset does NOT lower format.
+
+ src/hb-ot-layout-gsubgpos.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 0f13eb1f5ceee50be88a9c5864b0d80a3266b7a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 8 13:43:33 2022 -0600
+
+    [>64k:layout] Templatize (Chain)ContextFormat1
+
+ src/hb-ot-layout-gsubgpos.hh | 64 ++++++++++++++++++++++++++++++--------------
+ 1 file changed, 44 insertions(+), 20 deletions(-)
+
+commit d1f58e5979bb8227e1136fbf72facce7c2e9bb7c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 8 13:25:07 2022 -0600
+
+    [>64k:layout:(Chain)Context] Implement format 5
+    
+    Implements part of https://github.com/be-fonts/boring-expansion-spec/issues/34
+    
+    Subset does NOT lower format.
+
+ src/hb-ot-layout-gsubgpos.hh | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit a90c5af9d2a9b3fdbf083359d2d6ab7ba73d35e6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 8 13:11:47 2022 -0600
+
+    [>64k:layout] Templatize (Chain)ContextFormat2
+
+ src/hb-ot-layout-gsubgpos.hh | 48 +++++++++++++++++++++++---------------------
+ 1 file changed, 25 insertions(+), 23 deletions(-)
+
+commit cc83b0b8fde5a6ac5e1800663238c4c9354da1ec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 8 12:25:15 2022 -0600
+
+    [>64k:layout:MarkBasePos/MarkMarkPos/MarkLigPos] Implement format 2
+    
+    Implements https://github.com/be-fonts/boring-expansion-spec/issues/40
+    
+    Subset does NOT lower format.
+
+ src/OT/Layout/GPOS/MarkBasePos.hh | 6 ++++++
+ src/OT/Layout/GPOS/MarkLigPos.hh  | 6 ++++++
+ src/OT/Layout/GPOS/MarkMarkPos.hh | 6 ++++++
+ 3 files changed, 18 insertions(+)
+
+commit 4b43070e2f67b2ea42673056f3f38b87ee9e5a06
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 8 12:22:16 2022 -0600
+
+    [>64k:layout] Templatize MarkBasePos/MarkMarkPos/MarkLigPos
+
+ src/OT/Layout/GPOS/MarkBasePos.hh        |  4 ++--
+ src/OT/Layout/GPOS/MarkBasePosFormat1.hh | 13 +++++++------
+ src/OT/Layout/GPOS/MarkLigPos.hh         |  4 ++--
+ src/OT/Layout/GPOS/MarkLigPosFormat1.hh  | 13 +++++++------
+ src/OT/Layout/GPOS/MarkMarkPos.hh        |  4 ++--
+ src/OT/Layout/GPOS/MarkMarkPosFormat1.hh | 13 +++++++------
+ 6 files changed, 27 insertions(+), 24 deletions(-)
+
+commit f0d6dda5a61649226ddf82b41a611c147d19729f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 7 16:28:24 2022 -0600
+
+    [>64k:layout:PairPos] Implement format 3
+    
+    Implements rest of https://github.com/be-fonts/boring-expansion-spec/issues/38
+    
+    Subset does NOT lower format.
+
+ src/OT/Layout/GPOS/PairPos.hh        |  4 +++-
+ src/OT/Layout/GPOS/PairPosFormat1.hh | 12 ++++++------
+ 2 files changed, 9 insertions(+), 7 deletions(-)
+
+commit 298ee47c55640c1ea68409451cf4bad979cafebd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 7 16:27:49 2022 -0600
+
+    [>64k:layout] Templatize PairPosFormat1
+
+ src/OT/Layout/GPOS/PairPos.hh         | 2 +-
+ src/OT/Layout/GPOS/PairPosFormat1.hh  | 8 ++++++--
+ src/OT/Layout/GPOS/PairSet.hh         | 8 ++++++--
+ src/OT/Layout/GPOS/PairValueRecord.hh | 7 +++++--
+ 4 files changed, 18 insertions(+), 7 deletions(-)
+
+commit e9f8010fd0ca12ff008e72e669e4ce5c0f1fa836
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 7 13:55:26 2022 -0600
+
+    [>64k:layout:PairPos] Templatize & implement format 4
+    
+    Implements part of https://github.com/be-fonts/boring-expansion-spec/issues/38
+    
+    Subset does NOT lower format.
+
+ src/OT/Layout/GPOS/PairPos.hh        | 12 +++++++++---
+ src/OT/Layout/GPOS/PairPosFormat2.hh | 11 ++++++-----
+ 2 files changed, 15 insertions(+), 8 deletions(-)
+
+commit ecd8bc5a9cc9ec1616a4f20cc98319fa839c2067
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 17:49:56 2022 -0600
+
+    [>64k:layout:LigatureSubst] Implement format 2
+    
+    Implements https://github.com/be-fonts/boring-expansion-spec/issues/33
+    
+    Subset does NOT lower format.
+
+ src/OT/Layout/GSUB/LigatureSubst.hh | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit 9d0e9faa4358b9800989918fa4710694aa3cb732
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 17:49:07 2022 -0600
+
+    [>64k:layout] Templatable bunch of GSUBGPOS internal functions
+
+ src/hb-ot-layout-gsubgpos.hh | 66 +++++++++++++++++++++++++++-----------------
+ 1 file changed, 41 insertions(+), 25 deletions(-)
+
+commit 429b387a6f620dc590a3d22e4274519b4f220321
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 17:37:11 2022 -0600
+
+    [>64k:layout] Support HBUINT24 in skippy_iter
+
+ src/hb-ot-layout-gsubgpos.hh | 61 ++++++++++++++++++++++++++++++++++++++------
+ 1 file changed, 53 insertions(+), 8 deletions(-)
+
+commit 1ef67a6d6663b8cc50bdea1a67775e9fc95f9dc8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 17:28:02 2022 -0600
+
+    [gsubgpos] Remove HBUINT16 from matcher
+
+ src/hb-ot-layout-gsubgpos.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 704e696ad08db74b45baff78acac8ebe53589edb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 14:19:20 2022 -0600
+
+    [>64k:layout] Templatize LigatureSubst
+
+ src/OT/Layout/GSUB/Ligature.hh             | 10 ++++++----
+ src/OT/Layout/GSUB/LigatureSet.hh          | 13 +++++++------
+ src/OT/Layout/GSUB/LigatureSubst.hh        |  4 ++--
+ src/OT/Layout/GSUB/LigatureSubstFormat1.hh | 21 +++++++++++----------
+ 4 files changed, 26 insertions(+), 22 deletions(-)
+
+commit 27d24212db0c61cf2802409e55a55dff39590dd4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 14:05:21 2022 -0600
+
+    [>64k:layout:AlternateSubst] Implement format 2
+    
+    Implements rest of https://github.com/be-fonts/boring-expansion-spec/issues/32
+    
+    Subset does NOT lower format.
+
+ src/OT/Layout/GSUB/AlternateSubst.hh | 11 +++++++++++
+ 1 file changed, 11 insertions(+)
+
+commit c53d3ad51eddc9a6945aa07e64c85bdb20f3cdcd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 14:03:45 2022 -0600
+
+    [>64k:layout] Templatize AlternateSet
+
+ src/OT/Layout/GSUB/AlternateSet.hh          |  3 ++-
+ src/OT/Layout/GSUB/AlternateSubst.hh        |  4 ++--
+ src/OT/Layout/GSUB/AlternateSubstFormat1.hh | 13 +++++++------
+ 3 files changed, 11 insertions(+), 9 deletions(-)
+
+commit a58a48622adc2d24daefbc62b1e71e5d850a0f58
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 13:58:35 2022 -0600
+
+    [>64k:layout:MultipleSubst] Implement format 2
+    
+    Implements part of https://github.com/be-fonts/boring-expansion-spec/issues/32
+    
+    Subset is NOT updated to lower format.
+
+ src/OT/Layout/GSUB/MultipleSubst.hh | 11 +++++++++++
+ 1 file changed, 11 insertions(+)
+
+commit 684c8fcea7a1ac91dcef256d6242a68445664dd4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 13:37:52 2022 -0600
+
+    [>64k:layout] Templatize MultipleSubst
+
+ src/OT/Layout/GSUB/MultipleSubst.hh        |  4 ++--
+ src/OT/Layout/GSUB/MultipleSubstFormat1.hh | 13 +++++++------
+ src/OT/Layout/GSUB/Sequence.hh             |  3 ++-
+ 3 files changed, 11 insertions(+), 9 deletions(-)
+
+commit 8775e9b4a4f985ec29bba609b7fc53424f24834c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 13:28:17 2022 -0600
+
+    [>64k:layout:SingleSubst] Implement format 3/4
+    
+    Implements https://github.com/be-fonts/boring-expansion-spec/issues/31
+
+ src/OT/Layout/GSUB/SingleSubst.hh        | 32 ++++++++++++++++++++++++++++++--
+ src/OT/Layout/GSUB/SingleSubstFormat2.hh |  2 +-
+ 2 files changed, 31 insertions(+), 3 deletions(-)
+
+commit e3caf8d50a2c033039c2609b7bf6ebae302741a7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 13:11:53 2022 -0600
+
+    [>64k:layout] Templatize SingleSubst
+
+ src/OT/Layout/GSUB/SingleSubst.hh        |  6 +++---
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 10 ++++++----
+ src/OT/Layout/GSUB/SingleSubstFormat2.hh |  9 +++++----
+ 3 files changed, 14 insertions(+), 11 deletions(-)
+
+commit ca5c8a64191e7bb7ccd79687d1c2c4e7231cbdd7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 13:02:49 2022 -0600
+
+    [>64k:layout:Coverage] Implement format 3/4
+    
+    Implements rest of https://github.com/be-fonts/boring-expansion-spec/issues/30
+
+ src/hb-ot-layout-common.hh | 65 ++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 65 insertions(+)
+
+commit 25de6fb4e7153fee6ce1792aa2c24c556726a116
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 12:52:03 2022 -0600
+
+    [>64k:layout:ClassDef] Implement format 3/4
+    
+    This implements part of https://github.com/be-fonts/boring-expansion-spec/issues/30
+
+ src/hb-ot-layout-common.hh | 59 ++++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 57 insertions(+), 2 deletions(-)
+
+commit 9286526f3746b7fec0624141632e7859775717cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 12:26:58 2022 -0600
+
+    [>64k:layout] Templatize Coverage & ClassDef
+    
+    Have not added new formats yet.
+
+ src/hb-ot-layout-common.hh | 76 +++++++++++++++++++++++++---------------------
+ 1 file changed, 41 insertions(+), 35 deletions(-)
+
+commit e8cce9d1b3211550b584728c2c5b9a4a6d9efb09
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 5 14:05:43 2022 -0600
+
+    [>64k:layout] Add SmallTypes & MediumTypes
+
+ src/hb-ot-layout-common.hh | 28 +++++++++++++++++++++++++++-
+ 1 file changed, 27 insertions(+), 1 deletion(-)
+
+commit d8f9d517801c5c361f329764329731bc0bde950f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 12 13:19:31 2022 -0600
+
+    [hashmap] Add keys_ref() and values_ref()
+
+ src/hb-map.hh   | 12 ++++++++++++
+ src/test-map.cc |  7 +++++++
+ 2 files changed, 19 insertions(+)
+
+commit cddcb31065939928050f2804b7a1fc0b69e10c76
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 12 13:15:38 2022 -0600
+
+    [vector] Remove residual nullptr_t from when hashmap needed it
+
+ src/hb-vector.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 46a36771f4369994df67535e15ac7af71fad345a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 12 12:03:00 2022 -0600
+
+    [draw] Fix leak from e0a5231657a6f09ca4afc93e1b2224eba7a0b544
+
+ src/hb-draw.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit f8544cbfc09cbd52cdb7f9241df2eeb2262a9f68
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 12 11:52:33 2022 -0600
+
+    [draw] Fix regression from e0a5231657a6f09ca4afc93e1b2224eba7a0b544
+
+ src/hb-draw.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit d15041be7dbbfbd17f1ec21f3acf4a6c6e91ba9f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 11 13:39:21 2022 -0600
+
+    [GSUB/GPOS] Trace toplevel sanitize
+
+ src/OT/Layout/GPOS/GPOS.hh | 5 ++++-
+ src/OT/Layout/GSUB/GSUB.hh | 5 ++++-
+ 2 files changed, 8 insertions(+), 2 deletions(-)
+
+commit 7c4e9080c0f135c1f82e71b946e7883b91a81d0f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 11 14:01:52 2022 -0600
+
+    [sanitize] Minor trace format fixup
+    
+    This likely() is unlikely to make a difference, and obscures
+    the return_trace() message by writing out "something" instead
+    of the true/false value.
+
+ src/hb-aat-layout-bsln-table.hh |  4 ++--
+ src/hb-aat-layout-feat-table.hh |  2 +-
+ src/hb-aat-layout-just-table.hh | 12 ++++++------
+ src/hb-aat-layout-kerx-table.hh |  2 +-
+ src/hb-aat-layout-opbd-table.hh |  2 +-
+ src/hb-open-type.hh             |  4 ++--
+ src/hb-ot-color-colr-table.hh   |  2 +-
+ src/hb-ot-layout-base-table.hh  |  2 +-
+ src/hb-ot-post-table.hh         |  8 ++++----
+ src/hb-ot-stat-table.hh         | 12 ++++++------
+ 10 files changed, 25 insertions(+), 25 deletions(-)
+
+commit d826a5920cc6dec5d942768f1c44e1a155de87c2
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Jul 9 21:57:25 2022 -0400
+
+    docs: Clarify 0xFFFF as palette index
+    
+    Mention that a palette index of 0xFFFF
+    means to use the foreground color.
+
+ src/hb-ot-color.h | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 0cd404d0b815898afc695de6e68f0177c43056e4
+Author: jfkthame <jfkthame@gmail.com>
+Date:   Sat Jul 9 20:23:22 2022 +0100
+
+    Typo fix in hb-subset
+    
+    s/substract/subtract/
+
+ util/hb-subset.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 6d051f4018e21ce1ec93fe4876c4a15819d0940a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 8 14:08:51 2022 -0600
+
+    [layout] Simplify StructAfter<> usage
+
+ src/hb-ot-layout-gsubgpos.hh | 107 ++++++++++++++++++++++---------------------
+ 1 file changed, 54 insertions(+), 53 deletions(-)
+
+commit 5192294f83a0f6be13bbf7a7c38b9cf4a38d33b2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 8 14:00:24 2022 -0600
+
+    .
+
+ .../Layout/GSUB/ReverseChainSingleSubstFormat1.hh  |  22 ++--
+ src/hb-ot-layout-gsubgpos.hh                       | 124 ++++++++++-----------
+ 2 files changed, 73 insertions(+), 73 deletions(-)
+
+commit 29f149c16cdee85a1cd2d953e307e27262deee1a
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 7 20:16:16 2022 +0000
+
+    [subset] cache sanitized tables in subset plan to avoid sanitizing tables multiple times.
+
+ src/hb-subset-plan.cc | 39 +++++++++++++++++++++++++--------------
+ src/hb-subset-plan.hh | 21 +++++++++++++++++++++
+ src/hb-subset.cc      | 16 ++++++++--------
+ 3 files changed, 54 insertions(+), 22 deletions(-)
+
+commit 8b349e1139dfdc8e29d1d19734bff8941024bf2a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 17:22:34 2022 -0600
+
+    [gsubgpos] Remove HBUINT16 from match functions signatures
+
+ src/hb-ot-layout-gsubgpos.hh | 37 ++++++++++++++++++++-----------------
+ 1 file changed, 20 insertions(+), 17 deletions(-)
+
+commit f114b18c5871f891c4e59a9d698f7be9eb8df557
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 17:31:46 2022 -0600
+
+    [gsubgpos] Break skippy_iter set_match_func into two
+
+ src/hb-ot-layout-gsubgpos.hh | 15 ++++++++++-----
+ 1 file changed, 10 insertions(+), 5 deletions(-)
+
+commit 8a107125a5637583ec80256f59dbb348e774863e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 13:46:30 2022 -0600
+
+    [layout] Make SubstLookup:serialize_single take iterators
+
+ src/OT/Layout/GSUB/SubstLookup.hh | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+commit 8a971d01e98c98dc8848ca1e89894f6dddb73f91
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 12:37:43 2022 -0600
+
+    [layout] Use is_source_of instead of is_iterator
+
+ src/hb-ot-layout-common.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 0dc0da054d03584a1526ce852d0d3c7839e1d630
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 12:33:37 2022 -0600
+
+    [iter] Add hb_is_sorted_iterator(_of)
+
+ src/hb-iter.hh             | 2 ++
+ src/hb-ot-layout-common.hh | 6 +++---
+ 2 files changed, 5 insertions(+), 3 deletions(-)
+
+commit 2c67261723a9a3081ee89549b89a3409ac8306fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 12:26:16 2022 -0600
+
+    [open-type] Add HBGlyph24
+
+ src/hb-open-type.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 7cfe7fe651fbf479db75e4f96869b9248227f728
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 12:25:54 2022 -0600
+
+    [null] Change null bytes for RangeRecord
+    
+    Should be harmless.
+
+ src/hb-static.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 486555c6916750a97f1e35f506447594bf03639f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 5 17:12:59 2022 -0600
+
+    [open-type] Add Array24Of<> and SortedArray24Of<>
+
+ src/hb-open-type.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 1e503f587b3ce368b6b759c1927aa9708096c8f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 5 15:44:58 2022 -0600
+
+    [null] Add DECLARE_NULL_NAMESPACE_BYTES_TEMPLATE1
+
+ src/hb-aat-layout-common.hh | 13 +------------
+ src/hb-null.hh              | 13 ++++++++++++-
+ src/hb-static.cc            |  3 +--
+ 3 files changed, 14 insertions(+), 15 deletions(-)
+
+commit ea11029a6e72be7b5f0f3b815dd7b78a105195fa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 8 11:58:43 2022 -0600
+
+    [GPOS] Split LigatureArray.hh
+
+ src/Makefile.sources                    |  1 +
+ src/OT/Layout/GPOS/LigatureArray.hh     | 56 +++++++++++++++++++++++++++++++++
+ src/OT/Layout/GPOS/MarkLigPosFormat1.hh | 43 ++-----------------------
+ src/meson.build                         |  1 +
+ 4 files changed, 60 insertions(+), 41 deletions(-)
+
+commit 68b2742fe4eebddf0a8388ca8c57be41e45cee41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 7 16:11:15 2022 -0600
+
+    [GPOS] Move code around
+
+ src/OT/Layout/GPOS/PairPosFormat1.hh  |  1 -
+ src/OT/Layout/GPOS/PairSet.hh         | 60 +++++++++++++++++------------------
+ src/OT/Layout/GPOS/PairValueRecord.hh | 18 +++++------
+ 3 files changed, 39 insertions(+), 40 deletions(-)
+
+commit 6a3043a0c146d01f878c4d3b446cb8ff8c52ae7c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 7 14:51:37 2022 -0600
+
+    Fix tests
+
+ src/OT/Layout/GPOS/PairSet.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit aa68657434f186f6792d2facda085859b15bbae5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 7 14:07:45 2022 -0600
+
+    [Makefile.sources/meson.build] Sort file names
+
+ src/Makefile.sources | 90 ++++++++++++++++++++++++++--------------------------
+ src/meson.build      | 90 ++++++++++++++++++++++++++--------------------------
+ 2 files changed, 90 insertions(+), 90 deletions(-)
+
+commit 0b0e3b30ce44b3f305d85827780d374bd94ff077
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 7 14:06:44 2022 -0600
+
+    [GPOS] Break down PairPosFormat1 into new layout
+
+ src/Makefile.sources                  |   2 +
+ src/OT/Layout/GPOS/PairPosFormat1.hh  | 234 +---------------------------------
+ src/OT/Layout/GPOS/PairSet.hh         | 169 ++++++++++++++++++++++++
+ src/OT/Layout/GPOS/PairValueRecord.hh |  94 ++++++++++++++
+ src/meson.build                       |   2 +
+ 5 files changed, 269 insertions(+), 232 deletions(-)
+
+commit aec34e17eb69b67cb0beb5d2f50f544b6f95d22c
+Author: Not-a-Bug Won't Fix <notabugwontfix@proton.me>
+Date:   Thu Jul 7 15:42:51 2022 +0300
+
+    Fix target_link_libraries signatures mixing
+
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a64fc71033a4cff9bb5911ee28ac45ba93f4867a
+Merge: 3a722c535 6fad6b411
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 7 13:35:38 2022 -0600
+
+    Merge pull request #3710 from googlefonts/24bit_repacking
+    
+    [subset] Prepare the repacker for handling 24bit offsets in GSUB/GPOS.
+
+commit 6fad6b4113750d3aabea633685bc272f98a2ef83
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 6 19:18:27 2022 +0000
+
+    [repacker] add tests for special casing of 24bit offsets.
+
+ src/test-repacker.cc | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 84 insertions(+)
+
+commit b4f561dbbf61c7df9b284d1f2d4989b4517fb908
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 6 18:49:23 2022 +0000
+
+    [subset] Add some comments to find_space_roots/find_32_bit_roots methods.
+
+ src/graph/graph.hh | 13 ++++++++++++-
+ 1 file changed, 12 insertions(+), 1 deletion(-)
+
+commit 401066bf3d20bf8913d340811fd1c61ed65bb5f1
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 6 18:44:40 2022 +0000
+
+    [subset] Prepare the repacker for handling 24bit offsets in GSUB/GPOS.
+    
+    The boring expansion (https://github.com/be-fonts/boring-expansion-spec) plans to introduce 24bit offsets into GSUB/GPOS. This changes the repacker to treat 24 bit offsets similar to 32 bit offsets and assign the top level 24 bit offsets into spaces to improve packing.
+
+ src/graph/graph.hh | 73 +++++++++++++++++++++++++++++++++++++++++++-----------
+ src/hb-repacker.hh |  2 +-
+ 2 files changed, 59 insertions(+), 16 deletions(-)
+
+commit 3a722c53545a5e8fb504a81acaa38f230433fadf
+Author: Luca Bacci <luca.bacci982@gmail.com>
+Date:   Wed Jul 6 19:22:38 2022 +0200
+
+    Fixes for DWrite header checks
+
+ CMakeLists.txt | 11 ++++++++---
+ configure.ac   |  2 +-
+ 2 files changed, 9 insertions(+), 4 deletions(-)
+
+commit c091d029c2038de28f77d104f472b2d3bd417f0c
+Merge: 2587dced4 1abc14b46
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 10:51:04 2022 -0600
+
+    Merge pull request #3706 from lb90/dwrite-dll
+    
+    Load DirectWrite dynamically
+
+commit 1abc14b4635970b6f6358e0f15505f19d34e3612
+Author: Luca Bacci <luca.bacci982@gmail.com>
+Date:   Wed Jul 6 17:52:29 2022 +0200
+
+    Do not link with the DWrite lib
+    
+    It's loaded dynamically now
+
+ CMakeLists.txt  | 5 ++++-
+ configure.ac    | 4 ----
+ meson.build     | 7 +------
+ src/meson.build | 1 -
+ 4 files changed, 5 insertions(+), 12 deletions(-)
+
+commit c22acfa8bd4529583079338150fea4c05abcad41
+Author: Luca Bacci <luca.bacci982@gmail.com>
+Date:   Wed Jul 6 13:50:47 2022 +0200
+
+    Fix function pointer typedef
+
+ src/hb-directwrite.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2587dced4ceac75950272949610f6b2780522605
+Merge: 386e1bbad 79eb0f748
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 6 09:38:18 2022 -0600
+
+    Merge pull request #3707 from kleisauke/workaround-gcc-bug
+    
+    Fix build on GCC < 7
+
+commit 79eb0f74860fb6309e3162b4f17f98481c05a318
+Author: Kleis Auke Wolthuizen <github@kleisauke.nl>
+Date:   Wed Jul 6 13:29:55 2022 +0200
+
+    [GSUB] Fix build on GCC < 7
+
+ src/OT/Layout/GSUB/GSUB.hh     | 5 +++--
+ src/hb-ot-layout-gsub-table.hh | 8 ++++----
+ 2 files changed, 7 insertions(+), 6 deletions(-)
+
+commit 3238cb744bb570a75326ab4438968c59069e9af2
+Author: Kleis Auke Wolthuizen <github@kleisauke.nl>
+Date:   Wed Jul 6 13:18:14 2022 +0200
+
+    [GPOS] Fix build on GCC < 7
+
+ src/OT/Layout/GPOS/GPOS.hh     | 17 ++++++++++-------
+ src/hb-ot-layout-gpos-table.hh |  6 ++++--
+ 2 files changed, 14 insertions(+), 9 deletions(-)
+
+commit 3e881efbe4e8ad0a6c67112b150205297561c38e
+Author: Luca Bacci <luca.bacci982@gmail.com>
+Date:   Mon Jun 27 14:34:18 2022 +0200
+
+    Revert "Revert "Revert "[hb-directwrite] Don't load dwrit.dll dynamically"""
+    
+    This reverts commit 361a438658dcddea29d7c8b9c68bf2bc88109bde.
+
+ src/hb-directwrite.cc | 36 ++++++++++++++++++++++++++++++++++--
+ 1 file changed, 34 insertions(+), 2 deletions(-)
+
+commit 7b51bc95d9cf0d9a2e91a37319fa34e4e5f26927
+Author: Kleis Auke Wolthuizen <github@kleisauke.nl>
+Date:   Wed Jul 6 12:58:15 2022 +0200
+
+    [cplusplus] Fix build on GCC < 7
+
+ src/hb-cplusplus.hh | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+commit 386e1bbad81e720ac58a1a18c3028d47b27c6de9
+Merge: d9ab805e6 30309ec8d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 5 12:46:05 2022 -0600
+
+    Merge pull request #3699 from googlefonts/filter_scripts
+    
+    [subset] Add support for --layout-scripts
+
+commit 30309ec8d3eb39f6f5c05ff0e7464095c5d7bfbf
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jul 5 18:33:19 2022 +0000
+
+    [subset] add null element in _filter_tag_list.
+
+ src/hb-subset-plan.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 216cf5946bdea85b954c73669c085437f9e99a72
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jul 5 17:49:12 2022 +0000
+
+    [subset] Allocate space for null entry in script/feature list.
+
+ src/hb-subset-plan.cc | 8 +++-----
+ src/hb-subset.h       | 2 +-
+ 2 files changed, 4 insertions(+), 6 deletions(-)
+
+commit d9ab805e61e0d0aca6623203b4d7b68c84b026b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 5 11:45:10 2022 -0600
+
+    Fix LookupFlag negation
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3703
+
+ src/OT/Layout/GPOS/MarkMarkPosFormat1.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b0cb9a1a635e65889e8bb9888b3c48f556d69db9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 3 15:32:32 2022 -0600
+
+    Make get_leading_bearing return bool
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3496
+    
+    Part of supporting >64k glyphs correctly.
+
+ src/OT/glyf/Glyph.hh       |  8 +++++---
+ src/OT/glyf/GlyphHeader.hh |  4 +++-
+ src/OT/glyf/glyf.hh        | 13 +++++--------
+ src/hb-ot-font.cc          | 13 +++++++------
+ src/hb-ot-hmtx-table.hh    | 45 ++++++++++++++++++++++++++++-----------------
+ 5 files changed, 48 insertions(+), 35 deletions(-)
+
+commit 115e1a03e7612a888ed248505ef5bd25a55eedb1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 3 14:45:12 2022 -0600
+
+    [glyf] Relax condition for matching number of coords
+
+ src/OT/glyf/glyf.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 800760c5bd894687e5ae1ff9b08cc27e5abdfcf6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 3 13:21:06 2022 -0600
+
+    [glyf] Rename get_extents functions for clarity
+
+ src/OT/glyf/Glyph.hh       | 6 +++---
+ src/OT/glyf/GlyphHeader.hh | 4 ++--
+ src/OT/glyf/glyf.hh        | 2 +-
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+commit ab327f93b79863c598a3497bef82ed9aa43db69e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 3 13:17:03 2022 -0600
+
+    [glyf] Fix another bug with scaling
+    
+    Of advances this time.
+    
+    That codepath is never exercised though, if font has HVAR table.
+
+ src/OT/glyf/glyf.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f46ddeba48bee8c8f7a8a4ceadc0e02b7d197632
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 3 13:12:49 2022 -0600
+
+    [hmtx/glyf] Rename side-bearing functions for clarity
+
+ src/OT/glyf/Glyph.hh       |  4 ++--
+ src/OT/glyf/GlyphHeader.hh |  2 +-
+ src/OT/glyf/glyf.hh        |  6 +++---
+ src/hb-ot-font.cc          |  6 +++---
+ src/hb-ot-hmtx-table.hh    | 12 ++++++------
+ 5 files changed, 15 insertions(+), 15 deletions(-)
+
+commit 23435d52855b477408548100bb5e5ff3a956b27b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 3 13:04:27 2022 -0600
+
+    [hvar] Rename advance function for clarity
+
+ src/hb-ot-hmtx-table.hh     | 6 +++---
+ src/hb-ot-var-hvar-table.hh | 6 +++---
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 9f974cae4a0f94f069f710ad04541f791d2aef16
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 3 13:03:12 2022 -0600
+
+    [hvar] Rename lsb function for clarity
+
+ src/hb-ot-hmtx-table.hh     | 4 ++--
+ src/hb-ot-var-hvar-table.hh | 6 +++---
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit ab5ce6431387be417bd312c9579208d902c9e222
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 3 13:00:22 2022 -0600
+
+    [VVAR] Rename vorg function for clarity
+
+ src/hb-ot-font.cc           | 6 +++---
+ src/hb-ot-var-hvar-table.hh | 6 +++---
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit b2d60cbd6ebbcaa51291144701312578efd90ebd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 3 12:56:48 2022 -0600
+
+    [glyf] Rename advance functions for clarity
+
+ src/OT/glyf/glyf.hh     | 2 +-
+ src/hb-ot-font.cc       | 4 ++--
+ src/hb-ot-hmtx-table.hh | 4 ++--
+ 3 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 35c00c1216f85ca543057bb7faff7247c4e8a491
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 3 12:54:17 2022 -0600
+
+    [hmtx] Rename advance functions for clarity
+
+ src/OT/glyf/Glyph.hh    |  4 ++--
+ src/OT/glyf/glyf.hh     |  4 ++--
+ src/hb-ot-font.cc       |  6 +++---
+ src/hb-ot-hmtx-table.hh | 18 +++++++++---------
+ 4 files changed, 16 insertions(+), 16 deletions(-)
+
+commit 6b82d4faa15e6ac00303f086160a61bc8d2027e3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 3 12:45:27 2022 -0600
+
+    [glyf] Make an optional argument non-optional
+
+ src/OT/glyf/glyf.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 3ef590808fb57cc3879c86ed5bf4c7301a2237da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 3 12:44:24 2022 -0600
+
+    [glyf] Internal flip a variable
+
+ src/OT/glyf/glyf.hh | 28 ++++++++++++++--------------
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+commit b07fa2bb1a07712bf5350955573512e60cecd53f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 2 13:43:23 2022 -0600
+
+    [ot-font] Respect VORG even if it has no variations
+
+ src/hb-ot-font.cc | 12 ++++--------
+ 1 file changed, 4 insertions(+), 8 deletions(-)
+
+commit 71d52e10aa353ab5e6161c66aeb00fcc68d510da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 2 11:21:36 2022 -0600
+
+    [var] Fix getting side-bearing variations
+    
+    In HVAR/VVAR, if the side-bearing mappings are null, it means the
+    table does not have them and they should be loaded from glyf table.
+    Previous logic was returning zer0.
+    
+    Part of fixing https://github.com/harfbuzz/harfbuzz/issues/1694
+
+ src/hb-ot-hmtx-table.hh     |  5 +++--
+ src/hb-ot-var-hvar-table.hh | 12 ++++++------
+ 2 files changed, 9 insertions(+), 8 deletions(-)
+
+commit 78b4f3982193fdd0714853dd39fa60e5eafeb379
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 2 16:37:26 2022 -0600
+
+    [glyf] Fix confusion between scaled vs unscaled lsb
+    
+    Was always broken.
+
+ src/OT/glyf/glyf.hh | 28 ++++++++++++++++++++--------
+ 1 file changed, 20 insertions(+), 8 deletions(-)
+
+commit 6665881c7da58c32e243121809e154eeca33968c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jul 2 11:21:12 2022 -0600
+
+    [glyf] Change side-bearing rounding
+
+ src/OT/glyf/glyf.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0a295fcde6a07271de27bbbd9ca1b47612427cdf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 1 17:16:24 2022 -0600
+
+    [var] Fix DeltaSetIndexMapFormat1
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3692
+
+ src/hb-ot-var-common.hh | 63 ++++++++++---------------------------------------
+ 1 file changed, 12 insertions(+), 51 deletions(-)
+
+commit 351cccdb75c434a46dc6193b71ba71d3d12c1857
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 1 16:52:49 2022 -0600
+
+    [buffer-deserialize] Deserialize glyph flags
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1482
+
+ src/hb-buffer-deserialize-json.hh   | 425 +++++++++++++++------------
+ src/hb-buffer-deserialize-json.rl   |  31 +-
+ src/hb-buffer-deserialize-text.hh   | 570 ++++++++++++++++++++++++------------
+ src/hb-buffer-deserialize-text.rl   |  13 +-
+ src/hb-number-parser.hh             |   8 +-
+ src/hb-ot-shaper-indic-machine.hh   |  14 +-
+ src/hb-ot-shaper-khmer-machine.hh   |  14 +-
+ src/hb-ot-shaper-myanmar-machine.hh |  14 +-
+ src/hb-ot-shaper-use-machine.hh     |  14 +-
+ src/test-buffer-serialize.cc        |   6 +-
+ 10 files changed, 694 insertions(+), 415 deletions(-)
+
+commit 5134041f216bbe0941ea5d068e008fc534d0732e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 1 16:48:47 2022 -0600
+
+    [deserialize-json] Make it actually work!
+    
+    Was not correctly deserializing glyph names as it was not dropping
+    double-quotes from glyph name before parsing.
+
+ src/hb-buffer-deserialize-json.hh | 12 ++++++------
+ src/hb-buffer-deserialize-json.rl |  2 +-
+ src/hb-buffer-deserialize-text.hh | 10 +++++-----
+ 3 files changed, 12 insertions(+), 12 deletions(-)
+
+commit 534b0911f7e6f95e77edf853be2d90d059012b16
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 1 16:20:31 2022 -0600
+
+    [aat-layout] Add an unlikely()
+
+ src/hb-aat-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b8c7c0a0e6ceb133f8c2e8f4ab15ca1633123fd2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 1 12:11:15 2022 -0600
+
+    [fuzzer] In 50% of runs don't fail the allocator
+
+ test/fuzzing/hb-draw-fuzzer.cc   |  2 +-
+ test/fuzzing/hb-fuzzer.hh        | 16 ++++++++++++++++
+ test/fuzzing/hb-set-fuzzer.cc    |  2 +-
+ test/fuzzing/hb-shape-fuzzer.cc  |  2 +-
+ test/fuzzing/hb-subset-fuzzer.cc |  2 +-
+ 5 files changed, 20 insertions(+), 4 deletions(-)
+
+commit 14b018124c52da6c7bc8ab93a2c571ca2e8c2f80
+Author: Stephan Bergmann <sbergman@redhat.com>
+Date:   Mon Aug 9 17:17:48 2021 +0200
+
+    hb_graphite2_cluster_t::advance can apparently be negative
+    
+    ...as seen with HarfBuzz used by LibreOffice, with `instdir/program/soffice
+    --headless --convert-to pdf` of doc/abi6073-2.doc from the LibreOffice crash-
+    testing corpus when run under UBSan,
+    
+    > hb-graphite2.cc:361:15: runtime error: -1024 is outside the range of representable values of type 'unsigned int'
+    >  #0 in _hb_graphite2_shape at workdir/UnpackedTarball/harfbuzz/src/hb-graphite2.cc:361:15
+    >  #1 in _hb_shape_plan_execute_internal(hb_shape_plan_t*, hb_font_t*, hb_buffer_t*, hb_feature_t const*, unsigned int) at workdir/UnpackedTarball/harfbuzz/src/./hb-shaper-list.hh:38:1
+    >  #2 in hb_shape_plan_execute at workdir/UnpackedTarball/harfbuzz/src/hb-shape-plan.cc:453:14
+    >  #3 in hb_shape_full at workdir/UnpackedTarball/harfbuzz/src/hb-shape.cc:139:19
+    >  #4 in GenericSalLayout::LayoutText(ImplLayoutArgs&, SalLayoutGlyphsImpl const*) at vcl/source/gdi/CommonSalLayout.cxx:495:23
+    >  #5 in OutputDevice::getFallbackLayout(LogicalFontInstance*, int, ImplLayoutArgs&, SalLayoutGlyphs const*) const at vcl/source/outdev/font.cxx:1232:21
+    >  #6 in OutputDevice::ImplGlyphFallbackLayout(std::unique_ptr<SalLayout, std::default_delete<SalLayout> >, ImplLayoutArgs&, SalLayoutGlyphs const*) const at vcl/source/outdev/font.cxx:1300:48
+    >  #7 in OutputDevice::ImplLayout(rtl::OUString const&, int, int, Point const&, long, long const*, SalLayoutFlags, vcl::TextLayoutCache const*, SalLayoutGlyphs const*) const at vcl/source/outdev/text.cxx:1332:22
+    >  #8 in lcl_CreateLayout(SwTextGlyphsKey const&, __gnu_debug::_Safe_iterator<std::_Rb_tree_iterator<std::pair<SwTextGlyphsKey const, SwTextGlyphsData> >, std::__debug::map<SwTextGlyphsKey, SwTextGlyphsData, std::less<SwTextGlyphsKey>, std::allocator<std::pair<SwTextGlyphsKey const, SwTextGlyphsData> > >, std::bidirectional_iterator_tag>) at sw/source/core/txtnode/fntcache.cxx:233:33
+    >  #9 in SwFntObj::GetCachedSalLayoutGlyphs(SwTextGlyphsKey const&) at sw/source/core/txtnode/fntcache.cxx:257:12
+    >  #10 in SwFont::GetTextBreak(SwDrawTextInfo const&, long) at sw/source/core/txtnode/fntcache.cxx:2551:58
+    >  #11 in SwTextSizeInfo::GetTextBreak(long, o3tl::strong_int<int, Tag_TextFrameIndex>, unsigned short, vcl::TextLayoutCache const*) const at sw/source/core/text/inftxt.cxx:450:20
+    >  #12 in SwTextGuess::Guess(SwTextPortion const&, SwTextFormatInfo&, unsigned short) at sw/source/core/text/guess.cxx:205:26
+    >  #13 in SwTextPortion::Format_(SwTextFormatInfo&) at sw/source/core/text/portxt.cxx:305:32
+    >  #14 in SwTextPortion::Format(SwTextFormatInfo&) at sw/source/core/text/portxt.cxx:456:12
+    >  #15 in SwLineLayout::Format(SwTextFormatInfo&) at sw/source/core/text/porlay.cxx:260:31
+    
+    (where in frame #4 GenericSalLayout::LayoutText, pHbBuffer->props.direction is
+    HB_DIRECTION_RTL, in case that is relevant).
+    
+    It is unclear to me whether it is sufficient to only change
+    hb_graphite2_cluster_t::advance from signed to unsigned int, as there are other
+    unsigned int variables (like curradv in _hb_graphite2_shape) whose value depend
+    on hb_graphite2_cluster_t::advance, and which thus might also become negative.
+    But unlike the float -> unsigned int conversion that UBSan warned about here
+    (where gr_slot_origin_X() and xscale are float), those are signed int ->
+    unsigned int conversions that do not cause undefined behavior.  At least, with
+    this change, the above --convert-to pdf and a full `make check screenshot`
+    succeeded for me under without further UBSan warnings.
+    
+    (For the version of HarfBuzz optionally built as part of the LibreOffice build,
+    this has been addressed with
+    <https://git.libreoffice.org/core/+/6e53e03f752c2f85283c4d47efaaf0683299783c%5E!/>
+    "external/harfbuzz: hb_graphite2_cluster_t::advance can apparently be
+    negative.")
+
+ src/hb-graphite2.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit dbfd2bf3275466ea507a8a41614e4785873213f4
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jun 30 23:04:35 2022 +0000
+
+    minor.
+
+ src/hb-subset-plan.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d6f579e96affe78919936f24cb54cb18cffe2ea5
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jun 30 22:22:03 2022 +0000
+
+    [subset] add tests that exercise script filtering.
+
+ ...egular.filter-scripts-features.1FC,21,41,20,62,63.ttf | Bin 0 -> 2856 bytes
+ ...ular.filter-scripts-features.2.1FC,21,41,20,62,63.ttf | Bin 0 -> 2856 bytes
+ ...ripts-features.2.61,62,63,64,65,66,67,68,69,6A,6B.ttf | Bin 0 -> 4560 bytes
+ ...Roboto-Regular.filter-scripts-features.2.61,62,63.ttf | Bin 0 -> 2484 bytes
+ ...-Regular.filter-scripts-features.2.D7,D8,D9,DA,DE.ttf | Bin 0 -> 2828 bytes
+ ...scripts-features.61,62,63,64,65,66,67,68,69,6A,6B.ttf | Bin 0 -> 3932 bytes
+ .../Roboto-Regular.filter-scripts-features.61,62,63.ttf  | Bin 0 -> 2484 bytes
+ ...to-Regular.filter-scripts-features.D7,D8,D9,DA,DE.ttf | Bin 0 -> 2828 bytes
+ .../Roboto-Regular.filter-scripts.1FC,21,41,20,62,63.ttf | Bin 0 -> 2972 bytes
+ ...r.filter-scripts.61,62,63,64,65,66,67,68,69,6A,6B.ttf | Bin 0 -> 4140 bytes
+ .../full-font/Roboto-Regular.filter-scripts.61,62,63.ttf | Bin 0 -> 2600 bytes
+ .../Roboto-Regular.filter-scripts.D7,D8,D9,DA,DE.ttf     | Bin 0 -> 2928 bytes
+ .../Roboto-Regular.no-scripts.1FC,21,41,20,62,63.ttf     | Bin 0 -> 2836 bytes
+ ...gular.no-scripts.61,62,63,64,65,66,67,68,69,6A,6B.ttf | Bin 0 -> 3912 bytes
+ .../full-font/Roboto-Regular.no-scripts.61,62,63.ttf     | Bin 0 -> 2464 bytes
+ .../Roboto-Regular.no-scripts.D7,D8,D9,DA,DE.ttf         | Bin 0 -> 2808 bytes
+ ...-Roman.filter-scripts-features.1FC,21,41,20,62,63.ttf | Bin 0 -> 3476 bytes
+ ...oman.filter-scripts-features.2.1FC,21,41,20,62,63.ttf | Bin 0 -> 3476 bytes
+ ...ripts-features.2.61,62,63,64,65,66,67,68,69,6A,6B.ttf | Bin 0 -> 8700 bytes
+ ...Variable-Roman.filter-scripts-features.2.61,62,63.ttf | Bin 0 -> 3476 bytes
+ ...le-Roman.filter-scripts-features.2.D7,D8,D9,DA,DE.ttf | Bin 0 -> 3948 bytes
+ ...scripts-features.61,62,63,64,65,66,67,68,69,6A,6B.ttf | Bin 0 -> 6584 bytes
+ ...ifVariable-Roman.filter-scripts-features.61,62,63.ttf | Bin 0 -> 3476 bytes
+ ...able-Roman.filter-scripts-features.D7,D8,D9,DA,DE.ttf | Bin 0 -> 3948 bytes
+ ...fVariable-Roman.filter-scripts.1FC,21,41,20,62,63.ttf | Bin 0 -> 3856 bytes
+ ...n.filter-scripts.61,62,63,64,65,66,67,68,69,6A,6B.ttf | Bin 0 -> 9548 bytes
+ ...SourceSerifVariable-Roman.filter-scripts.61,62,63.ttf | Bin 0 -> 3752 bytes
+ ...SerifVariable-Roman.filter-scripts.D7,D8,D9,DA,DE.ttf | Bin 0 -> 4292 bytes
+ ...SerifVariable-Roman.no-scripts.1FC,21,41,20,62,63.ttf | Bin 0 -> 3456 bytes
+ ...Roman.no-scripts.61,62,63,64,65,66,67,68,69,6A,6B.ttf | Bin 0 -> 6564 bytes
+ .../SourceSerifVariable-Roman.no-scripts.61,62,63.ttf    | Bin 0 -> 3456 bytes
+ ...urceSerifVariable-Roman.no-scripts.D7,D8,D9,DA,DE.ttf | Bin 0 -> 3928 bytes
+ test/subset/data/profiles/filter-scripts-features.2.txt  |   2 ++
+ test/subset/data/profiles/filter-scripts-features.txt    |   2 ++
+ test/subset/data/profiles/filter-scripts.txt             |   1 +
+ test/subset/data/profiles/no-scripts.txt                 |   1 +
+ test/subset/data/tests/full-font.tests                   |   4 ++++
+ 37 files changed, 10 insertions(+)
+
+commit 79bdcbef0d63607ac8f652168848e19651c5819f
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jun 30 22:20:32 2022 +0000
+
+    [subset] Fix GDEF version downgrade logic.
+
+ src/hb-ot-layout-gdef-table.hh | 18 +++++++++++-------
+ 1 file changed, 11 insertions(+), 7 deletions(-)
+
+commit 587969af42dad7342871de693bd37683822eb6cf
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jun 30 21:37:42 2022 +0000
+
+    [subset] Drop scripts that are not in the layout_scripts list.
+
+ src/hb-ot-layout-common.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 900476c635b3baaff4b1316d1220d5a073b9b51a
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jun 30 19:21:23 2022 +0000
+
+    Move GSUB.hh GPOS.hh back into the GPOS/GSUB sub directories.
+
+ src/Makefile.sources             |  4 ++--
+ src/OT/Layout/{ => GPOS}/GPOS.hh | 14 +++++++-------
+ src/OT/Layout/{ => GSUB}/GSUB.hh | 12 ++++++------
+ src/hb-ot-layout-gpos-table.hh   |  2 +-
+ src/hb-ot-layout-gsub-table.hh   |  2 +-
+ src/meson.build                  |  4 ++--
+ 6 files changed, 19 insertions(+), 19 deletions(-)
+
+commit 5fdae68481a4d53eb5a23285c62986340d7e5715
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 29 23:52:08 2022 +0000
+
+    [reorg] Move GSUB.hh up one level and change GSUB namespace to GSUB_impl.
+
+ src/Makefile.sources                                |  2 +-
+ src/OT/Layout/{GSUB => }/GSUB.hh                    | 21 +++++++++------------
+ src/OT/Layout/GSUB/AlternateSet.hh                  |  2 +-
+ src/OT/Layout/GSUB/AlternateSubst.hh                |  2 +-
+ src/OT/Layout/GSUB/AlternateSubstFormat1.hh         |  2 +-
+ src/OT/Layout/GSUB/ChainContextSubst.hh             |  2 +-
+ src/OT/Layout/GSUB/Common.hh                        |  2 +-
+ src/OT/Layout/GSUB/ContextSubst.hh                  |  2 +-
+ src/OT/Layout/GSUB/ExtensionSubst.hh                |  2 +-
+ src/OT/Layout/GSUB/Ligature.hh                      |  2 +-
+ src/OT/Layout/GSUB/LigatureSet.hh                   |  2 +-
+ src/OT/Layout/GSUB/LigatureSubst.hh                 |  2 +-
+ src/OT/Layout/GSUB/LigatureSubstFormat1.hh          |  2 +-
+ src/OT/Layout/GSUB/MultipleSubst.hh                 |  2 +-
+ src/OT/Layout/GSUB/MultipleSubstFormat1.hh          |  2 +-
+ src/OT/Layout/GSUB/ReverseChainSingleSubst.hh       |  2 +-
+ .../Layout/GSUB/ReverseChainSingleSubstFormat1.hh   |  2 +-
+ src/OT/Layout/GSUB/Sequence.hh                      |  2 +-
+ src/OT/Layout/GSUB/SingleSubst.hh                   |  2 +-
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh            |  2 +-
+ src/OT/Layout/GSUB/SingleSubstFormat2.hh            |  2 +-
+ src/OT/Layout/GSUB/SubstLookup.hh                   |  2 +-
+ src/OT/Layout/GSUB/SubstLookupSubTable.hh           |  2 +-
+ src/hb-ot-layout-gsub-table.hh                      |  6 +++---
+ src/hb-ot-layout.cc                                 |  2 +-
+ src/hb-ot-layout.hh                                 |  4 ++--
+ src/hb-subset-plan.cc                               |  2 +-
+ src/hb-subset.cc                                    |  2 +-
+ src/meson.build                                     |  2 +-
+ 29 files changed, 40 insertions(+), 43 deletions(-)
+
+commit 38e81f2be9711f5dcde3b9cae40fdddb9104c493
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jun 30 21:09:11 2022 +0000
+
+    [subset] Add --layout-scripts command line flag.
+
+ util/hb-subset.cc | 61 +++++++++++++++++++++++++++++++++++++++++++------------
+ 1 file changed, 48 insertions(+), 13 deletions(-)
+
+commit 70e32a662f53409a849ad175d460dd524da14489
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jun 30 21:00:48 2022 +0000
+
+    [subset] Add layout_scripts to subset input.
+
+ src/hb-subset-input.cc | 2 ++
+ src/hb-subset-input.hh | 1 +
+ src/hb-subset-plan.cc  | 3 +--
+ src/hb-subset.h        | 3 +++
+ 4 files changed, 7 insertions(+), 2 deletions(-)
+
+commit 13c499cb26e11494f53709efabcff79a962b3d95
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 30 14:25:09 2022 -0600
+
+    [hvar] Minor internal rewiring
+    
+    Not passing font to functions makes it more clear that they don't
+    scale values.
+
+ src/hb-ot-hmtx-table.hh     | 10 ++++++----
+ src/hb-ot-var-hvar-table.hh |  5 ++---
+ 2 files changed, 8 insertions(+), 7 deletions(-)
+
+commit 41d2c335bcf7f4f57b91ec8469dbfaa4d7b47e84
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jun 30 20:24:42 2022 +0000
+
+    [subset] Apply script list filter when doing layout collection.
+
+ src/hb-subset-plan.cc | 27 ++++++++++++---------------
+ 1 file changed, 12 insertions(+), 15 deletions(-)
+
+commit e5c8a2f4e11fa2b5b1b64ecf1d210fc3dc862381
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jun 30 20:14:29 2022 +0000
+
+    [subset] Pass plan through to collect methods.
+    
+    Allows to more easily access the filtering sets as they are added and enables propagating errors to the plan.
+
+ src/hb-subset-plan.cc | 40 ++++++++++++++++------------------------
+ 1 file changed, 16 insertions(+), 24 deletions(-)
+
+commit aba4a4957ad48fd34917d44d7005ffe73b3065e9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 30 14:13:44 2022 -0600
+
+    [ot-font] Disable VORG variation code in HB_NO_VAR
+
+ src/hb-ot-font.cc | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit d5921b379b91bdb4a3d5b2b62036d6f8d8613b0f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 30 14:08:29 2022 -0600
+
+    [tt-font] Apply VVAR.vOrg variation to VORG origin
+    
+    Mostly fixes https://github.com/harfbuzz/harfbuzz/issues/1694
+
+ src/hb-ot-font.cc           | 13 ++++++++++++-
+ src/hb-ot-var-hvar-table.hh | 10 ++++++++++
+ 2 files changed, 22 insertions(+), 1 deletion(-)
+
+commit eee29f7327de51d735c56b26798f2d296d1cb485
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 30 14:03:07 2022 -0600
+
+    [hmtx] Specialize var_table
+
+ src/hb-ot-font.cc       |  4 ++--
+ src/hb-ot-hmtx-table.hh | 10 +++++-----
+ 2 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 031fd20a5a9e86f96f7fea1598a18f76875d828d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 30 13:50:18 2022 -0600
+
+    [perf] Update README
+
+ perf/README.md | 16 ++++++++++++----
+ 1 file changed, 12 insertions(+), 4 deletions(-)
+
+commit 1bf051ef3bafe2d6c24983863dc3bf2f04505b3c
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jun 30 20:03:33 2022 +0000
+
+    [subset] refactor feature tag filtering so it can be used for scripts as well.
+
+ src/hb-subset-plan.cc | 68 +++++++++++++++++++++++++++++++++------------------
+ src/hb-subset-plan.hh |  3 +++
+ 2 files changed, 47 insertions(+), 24 deletions(-)
+
+commit f6f93c30f3dd966dd0a041f3a5876a892ebcacfa
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jun 30 08:50:59 2022 +0200
+
+    [docs] Fix warning
+    
+    These comment blocks don’t use gtk-doc syntax.
+
+ src/hb-subset-repacker.h | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit d9c5292b277116af5317afc46c745f0058e6c042
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jun 30 08:47:49 2022 +0200
+
+    [docs] Remove duplicate or non existing symbols
+
+ docs/harfbuzz-sections.txt | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit 98e90cc67cdff8cee730e8459692bc4a07d9a279
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jun 30 08:43:57 2022 +0200
+
+    [docs] Reduce warnings
+    
+    Use markdown syntax for inline code blocks instead of %true, %false, and
+    %NULL.
+
+ src/hb-aat-layout.cc       |  6 +++---
+ src/hb-blob.cc             | 10 +++++-----
+ src/hb-buffer-serialize.cc | 24 ++++++++++++------------
+ src/hb-buffer.cc           | 38 +++++++++++++++++++-------------------
+ src/hb-buffer.h            |  6 +++---
+ src/hb-common.cc           | 26 +++++++++++++-------------
+ src/hb-deprecated.h        |  2 +-
+ src/hb-draw.cc             |  4 ++--
+ src/hb-face.cc             |  4 ++--
+ src/hb-font.cc             | 36 ++++++++++++++++++------------------
+ src/hb-font.h              | 14 +++++++-------
+ src/hb-ft.cc               |  4 ++--
+ src/hb-graphite2.cc        |  2 +-
+ src/hb-map.cc              | 10 +++++-----
+ src/hb-ot-color.cc         |  8 ++++----
+ src/hb-ot-layout.cc        | 40 ++++++++++++++++++++--------------------
+ src/hb-ot-math.cc          |  4 ++--
+ src/hb-ot-var.cc           |  4 ++--
+ src/hb-set.cc              | 20 ++++++++++----------
+ src/hb-shape-plan.cc       |  4 ++--
+ src/hb-shape.cc            | 12 ++++++------
+ src/hb-subset-input.cc     |  4 ++--
+ src/hb-subset-plan.cc      |  2 +-
+ src/hb-unicode.cc          |  8 ++++----
+ src/hb-unicode.h           |  4 ++--
+ 25 files changed, 148 insertions(+), 148 deletions(-)
+
+commit c69ec6f5bb42f9efe56e9c8086624458a359c5ae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 29 16:32:30 2022 -0600
+
+    [kern2] Fix sanitize issue on 32bit systems
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3483
+
+ src/hb-aat-layout-common.hh | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 32e542d6f00992e0c2c1f51248242ab52ec278ab
+Author: Frédéric Wang <fwang@igalia.com>
+Date:   Wed Jun 29 06:45:38 2022 +0200
+
+    try & fix build errors on the bot
+
+ test/api/test-ot-face.c | 11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+commit 03d23767455539ebcaf01d4407a532c073d227ed
+Author: Frédéric Wang <fwang@igalia.com>
+Date:   Wed Jun 29 06:21:31 2022 +0200
+
+    [math] Improve fuzzing coverage
+    
+    Extend testing to cover parts that are missing according to the recent
+    oss-fuzz-coverage report:
+    - Retriving all constants from MathConstants.
+    - Retrieving entries from MathKern, MathGlyphPartRecord and
+      MathGlyphAssembly.
+    - Retrieving italic correction from MathGlyphAssembly.
+    - Choosing between horizontal/vertical offset in MathVariants.
+    
+    https://storage.googleapis.com/oss-fuzz-coverage/harfbuzz/reports/20220627/linux/src/harfbuzz/src/hb-ot-math-table.hh.html
+    https://github.com/harfbuzz/harfbuzz/issues/3688
+
+ test/api/test-ot-face.c | 37 +++++++++++++++++++++++++++++++------
+ 1 file changed, 31 insertions(+), 6 deletions(-)
+
+commit 22835dea292fb476dbce157d7dea5e57effcde47
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jun 29 07:49:28 2022 +0200
+
+    [docs] Add missing symbol
+
+ docs/harfbuzz-sections.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 34d3d49e7898566b8a70177b8b8f934a485cc040
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jun 29 07:46:21 2022 +0200
+
+    [docs] Fix Since annotation
+
+ src/hb-font.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 096aaa62a6e0d07c02a4894fc036efc927e5aaf9
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jun 29 07:30:05 2022 +0200
+
+    4.4.1
+
+ NEWS             | 7 +++++++
+ configure.ac     | 2 +-
+ meson.build      | 2 +-
+ src/hb-version.h | 4 ++--
+ 4 files changed, 11 insertions(+), 4 deletions(-)
+
+commit 4d1d7aec8d7430ea062241b46be5fa78660df2f4
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jun 29 07:29:39 2022 +0200
+
+    [docs] Add missing 4.4.0 index
+
+ docs/harfbuzz-docs.xml | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 050f169078e272abb56c35fe3ec00a1c6238e518
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 28 18:52:27 2022 -0600
+
+    [GPOS/kerx] Call into impl namespace from kerx
+
+ src/hb-aat-layout-kerx-table.hh | 8 ++++----
+ src/hb-ot-layout-gpos-table.hh  | 3 ---
+ 2 files changed, 4 insertions(+), 7 deletions(-)
+
+commit 910a137f4ef61b4986fb9071253e25b4f9c56c06
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 29 00:05:35 2022 +0000
+
+    [reorg] Fix propagate_attachment_offsets definition.
+
+ src/OT/Layout/GPOS.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 3fbf2dece7f2a0b5820e01846da76114babe5a2f
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jun 28 23:55:32 2022 +0000
+
+    [reorg] Move OT::Layout::GPOS_impl::GPOS to OT::Layout::GPOS.
+
+ src/Makefile.sources             | 29 +++++++++++++++++++++++++++
+ src/OT/Layout/{GPOS => }/GPOS.hh | 42 ++++++++++++++++++----------------------
+ src/OT/Layout/GPOS/PosLookup.hh  |  2 +-
+ src/hb-ot-layout-gpos-table.hh   |  2 +-
+ src/hb-ot-layout.cc              |  2 +-
+ src/hb-subset-plan.cc            |  2 +-
+ src/hb-subset.cc                 |  2 +-
+ src/meson.build                  | 29 +++++++++++++++++++++++++++
+ 8 files changed, 82 insertions(+), 28 deletions(-)
+
+commit 88ef3c5a9abc22927365e9c60d7aa0e3e8a339b9
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jun 28 23:26:49 2022 +0000
+
+    [reorg] Change OT::Layout::GPOS to OT::Layout::GPOS_impl.
+
+ src/OT/Layout/GPOS/Anchor.hh             |  2 +-
+ src/OT/Layout/GPOS/AnchorFormat1.hh      |  2 +-
+ src/OT/Layout/GPOS/AnchorFormat2.hh      |  2 +-
+ src/OT/Layout/GPOS/AnchorFormat3.hh      |  2 +-
+ src/OT/Layout/GPOS/AnchorMatrix.hh       |  2 +-
+ src/OT/Layout/GPOS/ChainContextPos.hh    |  2 +-
+ src/OT/Layout/GPOS/Common.hh             |  2 +-
+ src/OT/Layout/GPOS/ContextPos.hh         |  2 +-
+ src/OT/Layout/GPOS/CursivePos.hh         |  2 +-
+ src/OT/Layout/GPOS/CursivePosFormat1.hh  |  4 ++--
+ src/OT/Layout/GPOS/ExtensionPos.hh       |  2 +-
+ src/OT/Layout/GPOS/GPOS.hh               |  6 +++---
+ src/OT/Layout/GPOS/MarkArray.hh          |  2 +-
+ src/OT/Layout/GPOS/MarkBasePos.hh        |  2 +-
+ src/OT/Layout/GPOS/MarkBasePosFormat1.hh |  2 +-
+ src/OT/Layout/GPOS/MarkLigPos.hh         |  2 +-
+ src/OT/Layout/GPOS/MarkLigPosFormat1.hh  |  2 +-
+ src/OT/Layout/GPOS/MarkMarkPos.hh        |  2 +-
+ src/OT/Layout/GPOS/MarkMarkPosFormat1.hh |  2 +-
+ src/OT/Layout/GPOS/MarkRecord.hh         |  2 +-
+ src/OT/Layout/GPOS/PairPos.hh            |  2 +-
+ src/OT/Layout/GPOS/PairPosFormat1.hh     |  2 +-
+ src/OT/Layout/GPOS/PairPosFormat2.hh     |  2 +-
+ src/OT/Layout/GPOS/PosLookup.hh          |  2 +-
+ src/OT/Layout/GPOS/PosLookupSubTable.hh  |  2 +-
+ src/OT/Layout/GPOS/SinglePos.hh          |  2 +-
+ src/OT/Layout/GPOS/SinglePosFormat1.hh   |  2 +-
+ src/OT/Layout/GPOS/SinglePosFormat2.hh   |  2 +-
+ src/OT/Layout/GPOS/ValueFormat.hh        |  2 +-
+ src/hb-ot-layout-gpos-table.hh           | 20 ++++++++++----------
+ src/hb-ot-layout.cc                      |  2 +-
+ src/hb-subset-plan.cc                    |  2 +-
+ src/hb-subset.cc                         |  2 +-
+ 33 files changed, 45 insertions(+), 45 deletions(-)
+
+commit 49ddf069e02bea6786f47780cbd2e5917e9364a5
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jun 28 23:15:07 2022 +0000
+
+    [reorg] Move GPOS reverse_cursive_minor_offset implementation into new directory layout.
+
+ src/OT/Layout/GPOS/CursivePosFormat1.hh | 25 ++++++++++++++-
+ src/hb-ot-layout-gpos-table.hh          | 56 ++++++---------------------------
+ 2 files changed, 33 insertions(+), 48 deletions(-)
+
+commit 74f45f7c2ac4bb1d465926ebf2c3fba5a4572767
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jun 24 23:14:30 2022 +0000
+
+    [reorg] Move remaining GPOS lookup types to new directory.
+
+ src/OT/Layout/GPOS/ChainContextPos.hh    |  14 ++
+ src/OT/Layout/GPOS/ContextPos.hh         |  14 ++
+ src/OT/Layout/GPOS/ExtensionPos.hh       |  17 ++
+ src/OT/Layout/GPOS/GPOS.hh               | 101 +++++++-
+ src/OT/Layout/GPOS/MarkBasePos.hh        |   1 +
+ src/OT/Layout/GPOS/MarkLigPos.hh         |   1 +
+ src/OT/Layout/GPOS/MarkMarkPos.hh        |  36 +++
+ src/OT/Layout/GPOS/MarkMarkPosFormat1.hh | 227 ++++++++++++++++++
+ src/OT/Layout/GPOS/PosLookup.hh          |   1 -
+ src/OT/Layout/GPOS/PosLookupSubTable.hh  |   6 +-
+ src/OT/Layout/GPOS/ValueFormat.hh        |   2 +
+ src/hb-ot-layout-gpos-table.hh           | 382 +------------------------------
+ src/hb-ot-layout.cc                      |  15 +-
+ src/hb-subset-plan.cc                    |   6 +-
+ src/hb-subset.cc                         |   3 +-
+ 15 files changed, 442 insertions(+), 384 deletions(-)
+
+commit 197d9a5c994eb41c8c89b7b958b26b1eacfeeb00
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jun 24 22:36:14 2022 +0000
+
+    [reorg] Move more GPOS lookups to new directory.
+
+ src/OT/Layout/GPOS/Anchor.hh             |  84 +++
+ src/OT/Layout/GPOS/AnchorFormat1.hh      |  46 ++
+ src/OT/Layout/GPOS/AnchorFormat2.hh      |  58 ++
+ src/OT/Layout/GPOS/AnchorFormat3.hh      |  70 +++
+ src/OT/Layout/GPOS/AnchorMatrix.hh       |  77 +++
+ src/OT/Layout/GPOS/Common.hh             |  14 +
+ src/OT/Layout/GPOS/CursivePosFormat1.hh  |   2 +
+ src/OT/Layout/GPOS/MarkArray.hh          | 113 ++++
+ src/OT/Layout/GPOS/MarkBasePos.hh        |  34 ++
+ src/OT/Layout/GPOS/MarkBasePosFormat1.hh | 217 ++++++++
+ src/OT/Layout/GPOS/MarkLigPos.hh         |  34 ++
+ src/OT/Layout/GPOS/MarkLigPosFormat1.hh  | 244 +++++++++
+ src/OT/Layout/GPOS/MarkRecord.hh         |  52 ++
+ src/OT/Layout/GPOS/PosLookupSubTable.hh  |   2 +
+ src/hb-ot-layout-gpos-table.hh           | 875 +------------------------------
+ 15 files changed, 1049 insertions(+), 873 deletions(-)
+
+commit c7307ca06ab3126f7783093a27388745af1d646b
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jun 24 22:01:02 2022 +0000
+
+    [reorg] Begin moving GPOS into the new directory layout.
+
+ src/OT/Layout/GPOS/Common.hh            |   18 +
+ src/OT/Layout/GPOS/CursivePos.hh        |   35 +
+ src/OT/Layout/GPOS/CursivePosFormat1.hh |  256 ++++
+ src/OT/Layout/GPOS/GPOS.hh              |   69 ++
+ src/OT/Layout/GPOS/PairPos.hh           |   38 +
+ src/OT/Layout/GPOS/PairPosFormat1.hh    |  420 +++++++
+ src/OT/Layout/GPOS/PairPosFormat2.hh    |  314 +++++
+ src/OT/Layout/GPOS/PosLookup.hh         |   80 ++
+ src/OT/Layout/GPOS/PosLookupSubTable.hh |   73 ++
+ src/OT/Layout/GPOS/SinglePos.hh         |   98 ++
+ src/OT/Layout/GPOS/SinglePosFormat1.hh  |  124 ++
+ src/OT/Layout/GPOS/SinglePosFormat2.hh  |  140 +++
+ src/OT/Layout/GPOS/ValueFormat.hh       |  327 +++++
+ src/hb-ot-layout-gpos-table.hh          | 1975 ++-----------------------------
+ 14 files changed, 2075 insertions(+), 1892 deletions(-)
+
+commit 7b0d8d9d18fe4d0371b62bdc87b9d6e52e05f6e2
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jun 29 00:34:09 2022 +0200
+
+    [meson] Remove ttf-parser wrap
+    
+    We don’t have a ttf-parser dependency anymore.
+
+ Makefile.am                 | 1 -
+ subprojects/ttf-parser.wrap | 5 -----
+ 2 files changed, 6 deletions(-)
+
+commit 9909d11f6f7b3eeddc00a981e24f26559d9ef3b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 28 15:59:40 2022 -0600
+
+    [indic generator] Fix regression
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3690
+
+ src/gen-indic-table.py                                   |   2 +-
+ src/hb-ot-shaper-indic-table.cc                          |  12 ++++++------
+ .../fonts/e716f6bd00a108d186b7e9f47b4515565f784f36.ttf   | Bin 0 -> 6260 bytes
+ test/shape/data/in-house/tests/indic-special-cases.tests |   1 +
+ 4 files changed, 8 insertions(+), 7 deletions(-)
+
+commit 4499ae0225172ab7590619219b21fe0a0c14d66e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 28 15:43:57 2022 -0600
+
+    [coretext] Fix positioning of out-of-order glyphs
+    
+    Unfortunately this now generates negative advances. To be fixed...
+
+ src/hb-coretext.cc | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit 58d2e9309952c139a4fa05ed44c22bb712fd6cd4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 28 15:38:58 2022 -0600
+
+    [coretext] Fix up clusters only if needed
+
+ src/hb-coretext.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit eaba5e74a9285647739dfc563471321d4d0ec9e0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 28 13:47:49 2022 -0600
+
+    [directwrite] Simplify
+
+ src/hb-directwrite.cc | 7 +------
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+commit 33e3bf2d79c9b5598ba373ab093ec8b71404794b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 28 13:46:04 2022 -0600
+
+    [font] Drop caches on variation changes
+
+ src/hb-font.cc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit c90130e6252b2914d9fdf9007a62fc924ef3d963
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 28 13:30:44 2022 -0600
+
+    [coretext] Remove old hack now that font layer takes care...
+    
+    of invalidating font data when font settings change.
+
+ src/hb-coretext.cc | 37 +++----------------------------------
+ 1 file changed, 3 insertions(+), 34 deletions(-)
+
+commit c1c78ade71fabe826f695704acda836c7bc21bf4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 28 13:19:12 2022 -0600
+
+    [font] When font changes, drop font shaper data
+    
+    https://github.com/harfbuzz/harfbuzz/issues/3683#issuecomment-1168016509
+
+ src/hb-font.hh      | 2 ++
+ src/hb-machinery.hh | 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit 34c6c0193c57110219eecd58cc67daffcd84d071
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 20:26:19 2022 -0600
+
+    [glyf] Fix byterange check again
+
+ src/OT/glyf/SimpleGlyph.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 20572f914ce7c386e9ffb9cc2833b1f43d0025b2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 20:22:09 2022 -0600
+
+    [glyf] Move read_flags into a function
+
+ src/OT/glyf/SimpleGlyph.hh | 41 ++++++++++++++++++++++++-----------------
+ 1 file changed, 24 insertions(+), 17 deletions(-)
+
+commit 7b0fc0be539ae02af71a7fa076a96c779c116b68
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Mon Jun 27 21:18:36 2022 -0400
+
+    [test] Test the reordering of U+0E33 and U+0EB3
+
+ test/shape/README.md                               |   2 +-
+ test/shape/data/in-house/Makefile.sources          |   1 +
+ .../63a539a90a371ccf028dc2dcced9b63b07163be7.ttf   | Bin 0 -> 1656 bytes
+ test/shape/data/in-house/meson.build               |   1 +
+ test/shape/data/in-house/tests/sara-am.tests       |  52 +++++++++++++++++++++
+ 5 files changed, 55 insertions(+), 1 deletion(-)
+
+commit 3c34b9ec30f4d07414a8053ae39be555001c64cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 19:45:58 2022 -0600
+
+    [mingw2] Turn optimization flag on
+
+ mingw-configure.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 31e985d7d1089e50c80c7186ebf1e475cc6c238d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 16:32:02 2022 -0600
+
+    [buffer] Likely that not messaging
+
+ src/hb-buffer.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4be074e2cb6d94fb9dfb833e713e30c0e6c6cc72
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 16:12:42 2022 -0600
+
+    [gvar] Whitespace
+
+ src/hb-ot-var-gvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a96647841afb02579caf7eb926dfeb7979cbfbe7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 15:41:02 2022 -0600
+
+    [gvar] Optimize apply_deltas_to_points
+
+ src/hb-ot-var-gvar-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit e9af9062c0e1be1f479a43ad878cda622c781a56
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 15:38:42 2022 -0600
+
+    [gvar] Optimize unpack_deltas
+
+ src/hb-ot-var-gvar-table.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 573e77280b4f78c9a880c4abfa1f86d70354bc79
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 15:35:28 2022 -0600
+
+    [gvar] Optimize unpack_deltas
+
+ src/hb-ot-var-gvar-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 698f51464c4a8f2e7e49c2e99fb0c8b4bfce9493
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 15:30:19 2022 -0600
+
+    [gvar] Share vector allocation across delta-sets
+
+ src/hb-ot-var-gvar-table.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 39e280c256894662d4591b4de7517b7e1147c66f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 15:25:50 2022 -0600
+
+    [gvar] Handle a couple of error conditions
+
+ src/hb-ot-var-gvar-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 5be6e5dd577b8680ee5ffdedeec93638dffb5547
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 15:22:16 2022 -0600
+
+    [gvar] Rewrite linear interpolation
+
+ src/hb-ot-var-gvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 57519b532da6fb1ef2442eb1eda26192f9617552
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 15:18:56 2022 -0600
+
+    [gvar] Use pointer-to-member instead of function
+
+ src/hb-ot-var-gvar-table.hh | 20 +++++++++-----------
+ 1 file changed, 9 insertions(+), 11 deletions(-)
+
+commit ab15fe082ab79b608d9ff346c92dcc000404343d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 15:13:10 2022 -0600
+
+    [gvar] Handle a couple of error conditions
+
+ src/hb-ot-var-gvar-table.hh | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit b7e9e8785c75b1a9b97a6eb648e5887093a3257a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 15:08:51 2022 -0600
+
+    [gvar] Optimize deltas and points loading
+
+ src/hb-ot-var-gvar-table.hh | 34 ++++++++++++++++------------------
+ 1 file changed, 16 insertions(+), 18 deletions(-)
+
+commit 6e72c2e3faf84634ac98d31be2344c2d604bed14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 14:02:15 2022 -0600
+
+    [glyf] Add an assertion
+
+ src/OT/glyf/SimpleGlyph.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 5da341ce92352860fb43296cdeb7ed4141ff2864
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 13:29:22 2022 -0600
+
+    [map] Another try at hiding minus1
+    
+    To fix https://github.com/harfbuzz/harfbuzz/issues/3684
+
+ src/hb-map.hh    | 8 +++++++-
+ src/hb-static.cc | 3 +++
+ 2 files changed, 10 insertions(+), 1 deletion(-)
+
+commit c72d3104ed0fe1fa91eb1ff02b0761578161edb0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 13:31:05 2022 -0600
+
+    [map] Return const reference in operator[]
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 69d53f3e7fde164a1fe7bb5f812045e5275893a7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 13:17:10 2022 -0600
+
+    [map] Make default_value() inline
+    
+    See if it make fix https://github.com/harfbuzz/harfbuzz/issues/3684
+
+ src/hb-map.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 3a0e27e794bd7a0a49ed5be41c044d9be910ea07
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 13:07:39 2022 -0600
+
+    [glyf] Move comment
+
+ src/OT/glyf/Glyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d0836dee7a6b81a4d037b3e1dc841416cc14bf87
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 13:05:58 2022 -0600
+
+    [glyf] Minor typo change
+
+ src/OT/glyf/SimpleGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5cca25e5d0d976020eead5113da82aae11c0d2ae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 13:03:06 2022 -0600
+
+    [glyf] Accumulate points as int
+    
+    Everything is int at this stage.
+    Doesn't seem to matter for performance though.
+
+ src/OT/glyf/SimpleGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d6f60b3c190e3fd050f8c4a0613939d417f53a69
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 13:00:08 2022 -0600
+
+    [glyf] Minor optimization
+
+ src/OT/glyf/SimpleGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b30a3dcba3e69f93e551fb1736785dcec5a0ca70
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 12:56:21 2022 -0600
+
+    [glyf] Another bounds check
+    
+    Very unlikely that is needed but technically possible.
+
+ src/OT/glyf/SimpleGlyph.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 2e9dbdcbbe17a1c55e39f1d4acef023e5a26842f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 12:55:13 2022 -0600
+
+    [glyf] Protect against an unlikely overflow
+
+ src/OT/glyf/SimpleGlyph.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 8537d681728e141550b4470b591fa059f6ca2670
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jun 27 20:51:16 2022 +0200
+
+    4.4.0
+
+ NEWS             | 34 ++++++++++++++++++++++++++++++++++
+ configure.ac     |  2 +-
+ meson.build      |  2 +-
+ src/hb-buffer.h  |  4 ++--
+ src/hb-font.cc   |  4 ++--
+ src/hb-ft.cc     |  2 +-
+ src/hb-map.cc    |  4 ++--
+ src/hb-set.cc    |  2 +-
+ src/hb-version.h |  4 ++--
+ 9 files changed, 46 insertions(+), 12 deletions(-)
+
+commit f1fb8c4489f3530badaab6c4f1172f044febc346
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 12:41:46 2022 -0600
+
+    [glyf] Optimize Glyph layout
+
+ src/OT/glyf/Glyph.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 34e3f561b53de6feaa6d3f2dfea6014a12661d86
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 12:39:35 2022 -0600
+
+    [glyf] Fix a bug I introduced recently
+    
+    Pass gid to Glyph in trim_padding codepath.
+
+ src/OT/glyf/glyf.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 97cbc2d40a2af1ecb3c1a8c765807e56ffdb4dba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 12:37:11 2022 -0600
+
+    [gvar] Remove condition that font num_coords should match gvar's
+
+ src/hb-ot-var-gvar-table.hh | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit 19cbfb9ce962ff18234f564de4c578209dd0d319
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 12:32:18 2022 -0600
+
+    [glyf] Relax a condition that font num_coords be equal to gvar's
+    
+    gvar itself still checks the same.
+
+ src/OT/glyf/glyf.hh | 2 +-
+ src/hb-coretext.cc  | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit d5cfbaa0684d4bf33e21bf1609f730436312bc10
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 12:24:20 2022 -0600
+
+    [glyf] Optimize composite points loading
+
+ src/OT/glyf/Glyph.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 32dc0641e17a339c5d429fc5f59c1b086dc96c47
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 12:22:06 2022 -0600
+
+    [glyf] Remove an unnecessary condition
+
+ src/OT/glyf/Glyph.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 95bfa0913da18bc752030ca814c9339bbc76159b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 12:09:42 2022 -0600
+
+    [gvar] Optimize translate()
+
+ src/hb-ot-var-gvar-table.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 9f067582b80ade3235f4c290afbb65b2851ada78
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 12:08:47 2022 -0600
+
+    [gvar] Optimize transform()
+
+ src/hb-ot-var-gvar-table.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit cfc57ef862c911c2e2c6dc9992e866373b6ba89f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 11:56:28 2022 -0600
+
+    [glyf] Optimize contour_point_t layout
+
+ src/hb-ot-var-gvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 75ca78a6bbbfda8d8fcb363ef71d3012949aee5e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 11:55:37 2022 -0600
+
+    [glyf] Optimize hb_contour_points_t::extend
+
+ src/hb-ot-var-gvar-table.hh | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 98fbe87a26f5b4ef480c1f68526479e0b7121ddd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 11:48:59 2022 -0600
+
+    [benchmark-font] Disable quadratic callback
+    
+    We are interested in the quadratic-to-cubic codepath benchmarking.
+
+ perf/benchmark-font.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 04c4767150fe398d1f687e044cfc014151ad5e26
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sun Jun 26 21:44:51 2022 -0400
+
+    [lao] Decompose and reorder U+0EB3 around U+0EBB
+
+ src/hb-algs.hh           | 5 +++++
+ src/hb-ot-shaper-thai.cc | 8 ++++----
+ 2 files changed, 9 insertions(+), 4 deletions(-)
+
+commit d3308f4713eb9087a300c0db9b1ca06015180e7f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 11:28:44 2022 -0600
+
+    [font] Optimize font scaling further
+
+ src/hb-font.cc       |  9 ++++-----
+ src/hb-font.hh       | 37 +++++++++++++++++++------------------
+ test/api/test-draw.c |  2 +-
+ 3 files changed, 24 insertions(+), 24 deletions(-)
+
+commit e72506d08545c17c8f71a2d7167828a3c6aef8db
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Jun 27 07:41:13 2022 -0400
+
+    Fix the annotation for hb_blob_get_data
+    
+    This function will return NULL for the the
+    empty blob. That is important information for
+    bindings that treat nullability as a type trait.
+
+ src/hb-blob.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3c49a6a60a26bacfa0fc1284566db7a9c680e9c2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 27 10:57:51 2022 -0600
+
+    [glyf] Fix an allocation error
+    
+    Try fixing assertion failure found by fuzzers:
+    
+    hb-draw-fuzzer: ../../src/harfbuzz/src/OT/glyf/glyf.hh:175: bool OT::glyf_accelerator_t::get_points(hb_font_t *, hb_codepoint_t, T) const [T = OT::glyf_impl::path_builder_t]: Assertion `count >= glyf_impl::PHANTOM_COUNT' failed.
+
+ src/OT/glyf/Glyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 556e7078f0cc283d95d6e5814ed3c64a2c02d9a8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 17:48:43 2022 -0600
+
+    [font] Optimize glyph scaling
+
+ src/hb-font.cc       |  4 ++++
+ src/hb-font.hh       | 13 ++++++++-----
+ test/api/test-draw.c |  2 +-
+ 3 files changed, 13 insertions(+), 6 deletions(-)
+
+commit a1c45bbb55a753ac6f6ad166fc87097dac95dea6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 17:30:16 2022 -0600
+
+    [glyf] Minor simplify
+
+ src/OT/glyf/SimpleGlyph.hh | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit a21a9bb855de199bacb80a15049340d818edcd41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 17:24:29 2022 -0600
+
+    [glyf] Optimize flags decoding byte range checking
+
+ src/OT/glyf/SimpleGlyph.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 0f1fdf461c1abd1fa0674d0619402942494bd69c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 17:22:45 2022 -0600
+
+    [glyf] Optimize points decoding byte range checking
+
+ src/OT/glyf/SimpleGlyph.hh | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 51cfcf29571dba41281fbb96fb1dd943f2ef1e44
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 17:04:47 2022 -0600
+
+    [glyf] Optimize points decoding
+
+ src/OT/glyf/SimpleGlyph.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 86b702250361485f0d57dcf6fe4a38eaacf0d87e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 16:56:24 2022 -0600
+
+    [glyf] Optimize flag decoding
+
+ src/OT/glyf/SimpleGlyph.hh | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit 30d58bfd0f4b3c0b97740281ae680c3164dd17d0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 16:47:21 2022 -0600
+
+    [glyf] Don't translate/transform components if has no effect
+
+ src/hb-ot-var-gvar-table.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 2bb0fa878a3c1f51bb9d944829465bc1a4262d37
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 16:43:05 2022 -0600
+
+    [glyf] Remove unneeded point init()
+
+ src/OT/glyf/Glyph.hh | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit fc72a1d22dc9efd52a9fa43143673253b20b0c69
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 16:42:01 2022 -0600
+
+    [glyf] Add a pre-allocation for phantom points
+
+ src/OT/glyf/SimpleGlyph.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 8d242aaa8ba7a2669fd7f1b393a2ba130ffb8544
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 16:36:08 2022 -0600
+
+    [glyf] Rewrite a loop harmlessly
+    
+    I hope...
+
+ src/OT/glyf/glyf.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit cf57f04ddb8a731b13c9e09cb40c43253faa1fdb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 16:26:17 2022 -0600
+
+    [glyf/path-builder] Optimize scaling code
+    
+    Scale each point once upon entry to function.
+    
+    This makes our shape fetching code as fast as FreeType for all
+    benchmark cases now.
+
+ src/OT/glyf/path-builder.hh | 32 ++++++++++++++++----------------
+ 1 file changed, 16 insertions(+), 16 deletions(-)
+
+commit 36dd5d32fbcce76b5d58496ca8075bc5c71ae2de
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 16:16:43 2022 -0600
+
+    [draw] Use multiplication instead of division in quadratic conversion
+
+ src/hb-draw.cc | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit b095df1343d6d883f602ef4e18230dd6d1d0a816
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 16:12:50 2022 -0600
+
+    [glyf/path-builder] Use operator bool for style
+
+ src/OT/glyf/path-builder.hh | 17 +++++++++--------
+ 1 file changed, 9 insertions(+), 8 deletions(-)
+
+commit abb433d0f4736376d82e488b7790c02ec98351d2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 16:09:32 2022 -0600
+
+    [glyf] Avoid a copy of points in shape fetching for simple glyphs
+    
+    Matches performance with freetype now.
+
+ src/OT/glyf/Glyph.hh | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 7eac779abf14243124af2c6e89cff71e18e41cb3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 16:02:27 2022 -0600
+
+    Revert "Revert "[glyf] Optimize shape loading""
+    
+    This reverts commit 164bd288cfe66f1742183ab38fa9bd121b1cd8a0.
+
+ src/OT/glyf/Glyph.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 164bd288cfe66f1742183ab38fa9bd121b1cd8a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 16:01:15 2022 -0600
+
+    Revert "[glyf] Optimize shape loading"
+    
+    This reverts commit f0819301b74871c4c0a58e16918d3f8df2c6f74d.
+    
+    Broke tests. To be debugged and redone.
+
+ src/OT/glyf/Glyph.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit f0819301b74871c4c0a58e16918d3f8df2c6f74d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 15:52:54 2022 -0600
+
+    [glyf] Optimize shape loading
+    
+    Do away with a copy for simple glyph load.
+
+ src/OT/glyf/Glyph.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit ea5131507a723b4858f6a90584351ac14a990ecb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 13:30:11 2022 -0600
+
+    [mingw] Build with directwrite if available
+
+ configure.ac       | 2 +-
+ mingw-configure.sh | 2 ++
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit 65b066f18e835d7cba57bea84fc5b244ad5e5b90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 26 13:18:00 2022 -0600
+
+    [glyf/path-builder] Simplify initialization
+
+ src/OT/glyf/path-builder.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit b2abd5c7e8c757db793243856debfd57eefb320a
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Jun 25 22:55:50 2022 -0400
+
+    [thai] Reword to include all relevant marks
+
+ src/hb-ot-shaper-thai.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 2d4557fe04504d97db02e697482388a91fc9613e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 19:28:33 2022 -0600
+
+    [glyf/SimpleGlyph] Use member pointer instead of lambda
+
+ src/OT/glyf/SimpleGlyph.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 9ce97730404300eed6d8ec1ea806fae8f4aab077
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 19:24:05 2022 -0600
+
+    [glyf/SimpleGlyph] Minor use constructor for contour_point_t
+
+ src/OT/glyf/SimpleGlyph.hh  | 1 -
+ src/hb-ot-var-gvar-table.hh | 7 ++++---
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit f897978f21c8bf3f6a8f10004e1c1e5dc8619c6d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 19:17:56 2022 -0600
+
+    [glyf] Adjust a check-range
+
+ src/OT/glyf/SimpleGlyph.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit db039d97ff991deecbdffb034b23f4ce086fa562
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 19:06:27 2022 -0600
+
+    [glyf/Composite] Make glyphIndex public
+
+ src/OT/glyf/CompositeGlyph.hh | 5 +----
+ src/OT/glyf/Glyph.hh          | 2 +-
+ src/OT/glyf/SubsetGlyph.hh    | 4 ++--
+ src/hb-subset-plan.cc         | 2 +-
+ 4 files changed, 5 insertions(+), 8 deletions(-)
+
+commit 1b14bf8aa842d1e13728a2b5675458adcd9b9de1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 19:03:30 2022 -0600
+
+    [glyf] Rename CompositeGlyphChain to CompositeGlyphRecord
+
+ src/OT/glyf/CompositeGlyph.hh | 22 +++++++++++-----------
+ src/OT/glyf/SubsetGlyph.hh    |  2 +-
+ 2 files changed, 12 insertions(+), 12 deletions(-)
+
+commit a5ac7f2ea65849b3926cb27a49bc6e5112510ae8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 19:01:43 2022 -0600
+
+    [glyf/composite_iter_t] Renames
+
+ src/OT/glyf/CompositeGlyph.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit d15260ca9580d04d04829eefbcb239112afef2ed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 19:53:11 2022 -0600
+
+    [gpos] Limit recursion depth in propagate_attachment_offsets()
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2927
+
+ src/hb-ot-layout-gpos-table.hh | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 449bdeed5f2272ebe1176fa371833941a98b1e8f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 18:31:31 2022 -0600
+
+    [glyf] Rename get_iterator() to iter()
+    
+    That's the standard name.
+
+ src/OT/glyf/CompositeGlyph.hh | 8 ++++----
+ src/OT/glyf/Glyph.hh          | 4 ++--
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 11d267067601ac185858075d01fa68c26c0224b9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 18:19:09 2022 -0600
+
+    [glyf] Split off glyf-helpers.hh
+
+ src/Makefile.sources        |  1 +
+ src/OT/glyf/glyf-helpers.hh | 90 +++++++++++++++++++++++++++++++++++++++++++++
+ src/OT/glyf/glyf.hh         | 77 ++------------------------------------
+ src/meson.build             |  1 +
+ 4 files changed, 96 insertions(+), 73 deletions(-)
+
+commit 7c4b8c9bf413389f536ad32a53b44144b26329c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 18:14:42 2022 -0600
+
+    [glyf] path-builder minor header guards fix test
+
+ src/OT/glyf/path-builder.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 499c6379225e39b5e96752246b97e6b4e0ddd489
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 18:07:49 2022 -0600
+
+    [glyf] Split off path-builder.hh
+
+ src/Makefile.sources        |   1 +
+ src/OT/glyf/glyf.hh         | 120 +--------------------------------------
+ src/OT/glyf/path-builder.hh | 134 ++++++++++++++++++++++++++++++++++++++++++++
+ src/meson.build             |   1 +
+ 4 files changed, 138 insertions(+), 118 deletions(-)
+
+commit 13aadc89617f1695bfcf152c96307ec97969c21e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 18:03:15 2022 -0600
+
+    [glyf] Split off CompositeGlyph.hh
+
+ src/Makefile.sources          |   1 +
+ src/OT/glyf/CompositeGlyph.hh | 261 ++++++++++++++++++++++++++++++++++++++++++
+ src/OT/glyf/Glyph.hh          | 246 +--------------------------------------
+ src/meson.build               |   1 +
+ 4 files changed, 264 insertions(+), 245 deletions(-)
+
+commit f0ec2b728e0576611b77ecbd7527044ee194191d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 17:55:16 2022 -0600
+
+    [glyf] Split off SimpleGlyph.hh
+
+ src/Makefile.sources       |   1 +
+ src/OT/glyf/Glyph.hh       | 184 +----------------------------------------
+ src/OT/glyf/SimpleGlyph.hh | 200 +++++++++++++++++++++++++++++++++++++++++++++
+ src/meson.build            |   1 +
+ 4 files changed, 203 insertions(+), 183 deletions(-)
+
+commit 8ed78627f0fd1f6957eadffdfab4c8c61d0bfcbb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 17:53:13 2022 -0600
+
+    [glyf] Split off GlyphHeader.hh
+
+ src/Makefile.sources       |  1 +
+ src/OT/glyf/Glyph.hh       | 33 ++-----------------------------
+ src/OT/glyf/GlyphHeader.hh | 48 ++++++++++++++++++++++++++++++++++++++++++++++
+ src/meson.build            |  1 +
+ 4 files changed, 52 insertions(+), 31 deletions(-)
+
+commit 81315a3016803d17d95a72c9fcfc6ab2a841e14d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 17:50:44 2022 -0600
+
+    [glyf] Namespace implementation in glyf_impl
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3677
+
+ src/OT/glyf/Glyph.hh       |  4 ++++
+ src/OT/glyf/SubsetGlyph.hh |  2 ++
+ src/OT/glyf/glyf.hh        | 42 +++++++++++++++++++++---------------------
+ 3 files changed, 27 insertions(+), 21 deletions(-)
+
+commit be1d4bcf29ba87747252eff087a89eda5b4fa007
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 17:45:21 2022 -0600
+
+    [glyf] Add fast __end__ to composite iterator
+
+ src/OT/glyf/Glyph.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit ef250eea7e1b08bdf1d324bda8abaeb7b31dc8e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 17:37:59 2022 -0600
+
+    [glyf] Move a few structs out of Glyph{}
+
+ src/OT/glyf/Glyph.hh | 415 ++++++++++++++++++++++++++-------------------------
+ src/OT/glyf/glyf.hh  |   4 +-
+ 2 files changed, 210 insertions(+), 209 deletions(-)
+
+commit ae75f066b573e9d29407c45af144ef69570e356b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 17:11:04 2022 -0600
+
+    [glyf] Split SubsetGlyph
+
+ src/Makefile.sources       |  1 +
+ src/OT/glyf/SubsetGlyph.hh | 70 ++++++++++++++++++++++++++++++++++++++++++++++
+ src/OT/glyf/glyf.hh        | 56 +------------------------------------
+ src/meson.build            |  1 +
+ 4 files changed, 73 insertions(+), 55 deletions(-)
+
+commit 0031069f47d0fd51c42b92f0d929196c17787c4d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 17:05:18 2022 -0600
+
+    [glyf] Fix includes
+
+ src/OT/glyf/Glyph.hh |  2 +-
+ src/OT/glyf/glyf.hh  | 16 ++++++++--------
+ src/OT/glyf/loca.hh  |  2 +-
+ 3 files changed, 10 insertions(+), 10 deletions(-)
+
+commit b4a0c30d98ff3bece104edf4a19a9ba65fa78b1b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 17:01:11 2022 -0600
+
+    [glyf] Remove hardcoded HB_MAX_COMPOSITE_OPERATIONS
+
+ src/hb-subset-plan.cc | 17 +++++++++--------
+ 1 file changed, 9 insertions(+), 8 deletions(-)
+
+commit 36373ee15c209ba6d49f4a36aaece91a3cff2f55
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 16:54:46 2022 -0600
+
+    [glyf] Move add_gid_and_children to subset-plan where it belongs
+
+ src/OT/glyf/glyf.hh   | 25 -------------------------
+ src/hb-subset-plan.cc | 31 ++++++++++++++++++++++++++++++-
+ 2 files changed, 30 insertions(+), 26 deletions(-)
+
+commit ba1c9eda3887d360b1585ae0dcf9bfc526ce8f7e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 16:51:33 2022 -0600
+
+    [glyf] Use a range for loop
+
+ src/OT/glyf/glyf.hh | 8 ++------
+ 1 file changed, 2 insertions(+), 6 deletions(-)
+
+commit e4f2bc93425f756ca5740a5d050a7521ee72465c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 16:38:50 2022 -0600
+
+    [glyf] Split Glyph.hh
+
+ src/Makefile.sources |    1 +
+ src/OT/glyf/Glyph.hh |  680 +++++++++++++++++++++++++
+ src/OT/glyf/glyf.hh  | 1368 +++++++++++++-------------------------------------
+ src/OT/glyf/loca.hh  |    1 +
+ src/meson.build      |    1 +
+ 5 files changed, 1037 insertions(+), 1014 deletions(-)
+
+commit 3f9c6bf3fcef9c2b0bc1e1d001440dcf76158b05
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 14:46:26 2022 -0600
+
+    [glyf] Minor in _write_loca()
+
+ src/OT/glyf/glyf.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 852985da0fb4686a2eb81b33f79f305fe4104425
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 14:41:51 2022 -0600
+
+    [glyf] Split loca.hh
+
+ src/Makefile.sources |  1 +
+ src/OT/glyf/glyf.hh  | 30 ++----------------------------
+ src/OT/glyf/loca.hh  | 42 ++++++++++++++++++++++++++++++++++++++++++
+ src/meson.build      |  1 +
+ 4 files changed, 46 insertions(+), 28 deletions(-)
+
+commit 100576b7b740cb65e808beba66d88f1c720715e5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 14:38:43 2022 -0600
+
+    [glyf] Start splitting file
+
+ src/Makefile.sources    |    1 +
+ src/OT/glyf/glyf.hh     | 1338 +++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-glyf-table.hh | 1333 +---------------------------------------------
+ src/hb-subset-plan.cc   |    2 +-
+ src/meson.build         |    1 +
+ 5 files changed, 1342 insertions(+), 1333 deletions(-)
+
+commit e867ac3aefbd89a5f5da7f1740d0fb0ef532c8b5
+Merge: b1629b0ce 78c5ae397
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 12:43:04 2022 -0600
+
+    Merge pull request #3674 from harfbuzz/use-sinhala-no-hacks
+    
+    [use] Switch Sinhala to USE
+
+commit b1629b0ce000b561b2d643339747ae29e956b9d8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 25 11:51:31 2022 -0600
+
+    [gdef] Minor harmless use of HB_OT_LAYOUT_GLYPH_CLASS_UNCLASSIFIED
+
+ src/hb-ot-layout-gdef-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 78c5ae3979d7915a32ffd355670b41db7d5fa91a
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Jun 25 13:32:04 2022 -0400
+
+    [indic] Remove remnants of Sinhala
+
+ docs/features.dot                    |   4 +-
+ docs/usermanual-shaping-concepts.xml |   2 +-
+ docs/usermanual-what-is-harfbuzz.xml |   3 +-
+ src/gen-indic-table.py               |   5 -
+ src/hb-ot-shaper-indic-machine.hh    | 579 +++++++++++++++++------------------
+ src/hb-ot-shaper-indic-machine.rl    |   3 +-
+ src/hb-ot-shaper-indic-table.cc      |  68 ++--
+ src/hb-ot-shaper-indic.cc            | 206 ++++---------
+ src/hb-ot-shaper-indic.hh            |   5 +-
+ 9 files changed, 366 insertions(+), 509 deletions(-)
+
+commit 0cc948b96cfca4d1e1b02fe16f8e6d525a88e53a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 1 12:23:39 2018 +0200
+
+    [use] Switch Sinhala to USE
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1044
+
+ src/hb-ot-shaper.hh | 5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+commit 605982876918b16e20dab7d440a2b1c002fa8520
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Jun 25 11:33:44 2022 -0400
+
+    [use] Reintroduce the HVM class for U+0DCA
+
+ src/gen-use-table.py            |   7 +-
+ src/hb-ot-shaper-use-machine.hh | 968 ++++++++++++++++++++++------------------
+ src/hb-ot-shaper-use-machine.rl |   5 +-
+ src/hb-ot-shaper-use-table.hh   |   4 +-
+ src/hb-ot-shaper-use.cc         |   2 +-
+ 5 files changed, 538 insertions(+), 448 deletions(-)
+
+commit 1555b3008197b77d142587322c0aec3fa83bc99f
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Jun 24 21:02:26 2022 -0400
+
+    Add U+25CC to lone Robatic but not after U+17D9
+
+ src/gen-indic-table.py                             |   2 +
+ src/hb-ot-shaper-indic-table.cc                    |   6 +-
+ src/hb-ot-shaper-khmer-machine.hh                  | 266 +++++++++++----------
+ src/hb-ot-shaper-khmer-machine.rl                  |   2 +-
+ .../086d83239e8f958391ff6cdd8fda9376a4bd3673.ttf   | Bin 0 -> 1076 bytes
+ test/shape/data/in-house/tests/khmer-misc.tests    |   2 +
+ 6 files changed, 149 insertions(+), 129 deletions(-)
+
+commit 0f15cb12de7a3d5b1c8ae0820a33d7b60132c3f7
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Jun 24 20:37:01 2022 -0400
+
+    [indic-table] Fix block headers
+
+ src/gen-indic-table.py          | 47 +++++++++++++++++++----------------------
+ src/hb-ot-shaper-indic-table.cc | 18 ++++++----------
+ 2 files changed, 28 insertions(+), 37 deletions(-)
+
+commit e35cfb4bdeed7eefc5d7e36ba2adfba52577ba20
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Jun 24 20:18:10 2022 -0400
+
+    Document the subsetter argument of record-test.sh
+
+ test/shape/README.md | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 2674962cf5bdeea949fac5636c83acf63cbecac4
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jun 24 21:00:54 2022 +0000
+
+    [repacker] Add comment to graph class.
+
+ src/graph/graph.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 81a2dd0e80710b08054234a89463efd5814d998a
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jun 24 20:59:20 2022 +0000
+
+    [repacker] Update Makefile for repacker re-org.
+
+ src/Makefile.sources | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 7078560e330bad2aa4a027b1abc2f4186330b51e
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jun 24 19:20:20 2022 +0000
+
+    [repacker] extract graph serialization code into a seperate file.
+
+ src/graph/graph.hh     | 113 +---------------------------------------------
+ src/graph/serialize.hh | 119 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-repacker.hh     |  21 ++++-----
+ src/test-repacker.cc   |   6 +--
+ 4 files changed, 135 insertions(+), 124 deletions(-)
+
+commit 20b02a672d9f4c96f2db1b625f079cda5196450e
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jun 24 18:58:17 2022 +0000
+
+    [repacker] Begin splitting up the repacker implementation into several files.
+
+ src/graph/graph.hh     |  965 ++++++++++++++++++++++++++++++++++++++++++++
+ src/graph/serialize.hh |  130 ++++++
+ src/hb-repacker.hh     | 1031 +-----------------------------------------------
+ src/test-repacker.cc   |    3 +-
+ 4 files changed, 1103 insertions(+), 1026 deletions(-)
+
+commit ad2ab1ddb42a16e02c6b16bb499bb8702d3d1654
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 24 11:08:35 2022 -0600
+
+    [indic] Clear syllables at the end of GSUB
+
+ src/hb-ot-shaper-indic.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 1f462804d1024b448df9281ab5648fb0027fe801
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 23 15:35:38 2022 -0600
+
+    [README.mingw.md] Add link to issue with further instructions
+
+ README.mingw.md | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 8bfb3e9df2ed9832c970c14ebc1f69a812059616
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 23 13:28:07 2022 -0600
+
+    [indic] Disable vowel-constraints under uniscribe-bug-compatible
+
+ src/hb-ot-shaper-indic.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit f8d052df6d97fcfec9d3cb317f1c16b7ba2a57fa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 22 18:35:48 2022 -0600
+
+    [ansi-print] Remove impossible condition
+
+ util/ansi-print.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 251320ea222dbd9a6184f477d35829a4da1c0cf5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 22 16:44:07 2022 -0600
+
+    [ansi-print] Whitespace
+
+ util/ansi-print.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 0d59d7952c334f6a3760a5b63456ede74dbf2351
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 22 16:39:36 2022 -0600
+
+    [ansi-print] Precision
+
+ util/ansi-print.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit c695a0915499061090a2c40360fbedb962a19eef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 22 16:33:37 2022 -0600
+
+    [ansi-print] Reorder cases; harmless
+
+ util/ansi-print.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ae0fce31cd6e92418e80dd197d989e3cb5b5eb71
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 22 16:31:21 2022 -0600
+
+    [ansi-print] Fix quadrants
+
+ util/ansi-print.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 2ebaf0c5bac475f1e0f2d645ab44081c0e0663f6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 22 16:17:49 2022 -0600
+
+    [ansi-print] Fix unicolor detection
+
+ util/ansi-print.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit a4db80ca0a96a76dcba5b85b799c1858fafe7222
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 22 16:13:53 2022 -0600
+
+    [ansi-print] Fix color calculation
+    
+    Still something's wrong.
+
+ util/ansi-print.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1abec5cd0da2a169d3bd6a512b2483f64b5b1be8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 21 13:39:16 2022 -0600
+
+    [CONFIG.md] Grammar
+
+ CONFIG.md | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit 0ab08a8bbb7ce288bd06a0718ba00e0cf58e8264
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 21 13:19:08 2022 -0600
+
+    [doap] Update
+
+ harfbuzz.doap | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit a5cf1a873845d39111e5eb14d084ca2112d03902
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 20 18:01:25 2022 -0600
+
+    Another null adjustment
+
+ src/hb-shape.cc  | 4 ++--
+ src/hb-shaper.cc | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit a7960bdfb00f055b821a1da96c6aad6563789646
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 17 15:10:20 2022 -0600
+
+    [config] Add HB_NO_LANGUAGE_LONG and enable in TINY profile
+    
+    Disables 3letter language tags and more complex ones.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3664
+
+ src/gen-tag-table.py   |  8 ++++++--
+ src/hb-config.hh       |  1 +
+ src/hb-ot-tag-table.hh |  6 ++++--
+ src/hb-ot-tag.cc       | 19 +++++++++++++++++--
+ 4 files changed, 28 insertions(+), 6 deletions(-)
+
+commit 0d03123350404b5cf0b4865c4b0c7d740269cc13
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 20 16:51:35 2022 -0600
+
+    Mark a null variable as const
+
+ src/hb-shape.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 91d00ab722c1a07a0f5d880bcefd12307778fe74
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 20 13:36:01 2022 -0600
+
+    [ucd] Update
+
+ src/hb-ucd-table.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit a15ad778fede9e94428f6811293c71a63216234a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Jun 19 19:55:09 2022 +0200
+
+    [arabic-fallback] Generate PUA table from data
+    
+    Uses packtab for more compact arrays.
+
+ src/{ArabicPUA1.txt => ArabicPUASimplified.txt}  |   0
+ src/{ArabicPUA2.txt => ArabicPUATraditional.txt} |   0
+ src/gen-arabic-pua.py                            |  35 +++
+ src/hb-ot-cmap-table.hh                          |   6 +-
+ src/hb-ot-shaper-arabic-pua.hh                   | 383 +++++++----------------
+ 5 files changed, 144 insertions(+), 280 deletions(-)
+
+commit abc0685749e9e2dfc710773cc2a7a46c37b918bf
+Merge: 7ec4a556d 8c27c51c2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 19 11:05:17 2022 -0600
+
+    Merge pull request #3063 from harfbuzz/arabic-pua
+    
+    Arabic PUA shaping
+
+commit 7ec4a556d9addb1ad072ac4326659ec1a2900739
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 19 11:01:45 2022 -0600
+
+    [normalize] Cosmetic
+    
+    I didn't know this syntax is allowed in old C++.
+
+ src/hb-ot-shape-normalize.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 8c27c51c27c760a54350bf18ddfae34aaa19d89e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 19 10:47:38 2022 -0600
+
+    [arabic-pua] Rename symbols
+
+ src/hb-ft.cc                   |  4 ++--
+ src/hb-ot-cmap-table.hh        |  8 ++++----
+ src/hb-ot-shaper-arabic-pua.hh | 36 ++++++++++++++++++------------------
+ 3 files changed, 24 insertions(+), 24 deletions(-)
+
+commit 769896291176936d01c79a56bce3b33eb64e2776
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 19 10:41:45 2022 -0600
+
+    [arabic-fallback] Disable PUA shaping under HB_NO_OT_SHAPER_ARABIC_FALLBACK
+
+ src/hb-ft.cc            | 2 ++
+ src/hb-ot-cmap-table.hh | 2 ++
+ 2 files changed, 4 insertions(+)
+
+commit 4520911429dae90dc1342fadf1112967839e5899
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 19 10:36:24 2022 -0600
+
+    [arabic-fallback] Fix warning
+
+ src/hb-ot-shaper-arabic-fallback.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 55350377b0d26c06f152f0cd30c3911fd6060b85
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 19 10:13:31 2022 -0600
+
+    [cmap/ft] Only map 0xF000 range if font_page is NONE
+
+ src/hb-ft.cc            | 4 +++-
+ src/hb-ot-cmap-table.hh | 5 ++++-
+ 2 files changed, 7 insertions(+), 2 deletions(-)
+
+commit 41a079bdec091e40e8afe36db4ef647cc3bde195
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 18 14:47:10 2022 -0600
+
+    [arabic-fallback] Make win1256 code build again
+    
+    Humm. Untested.
+
+ src/hb-ot-shaper-arabic-fallback.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 1db6fddb24f6bb27d5d13890ea233859db7960a7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 18 14:34:46 2022 -0600
+
+    [arabic-fallback.hh] Hook up 3-letter ligatures
+
+ src/hb-null.hh                                               |  2 +-
+ src/hb-ot-shaper-arabic-fallback.hh                          | 10 ++++++----
+ test/shape/data/in-house/tests/arabic-fallback-shaping.tests |  2 +-
+ 3 files changed, 8 insertions(+), 6 deletions(-)
+
+commit 20e9f0b1d2efe86b632dcfda067244c578c0e20f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 18 14:12:30 2022 -0600
+
+    [arabic-fallback] Add the component loop
+    
+    Should be able to support 3-letter ligatures now.  Hooking up next.
+
+ src/hb-ot-shaper-arabic-fallback.hh | 15 +++++++++------
+ 1 file changed, 9 insertions(+), 6 deletions(-)
+
+commit 9684d2d8aa86b5dade7a87f1cbea245904e20872
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 18 14:07:48 2022 -0600
+
+    [arabic-fallback] More baby steps
+
+ src/hb-ot-shaper-arabic-fallback.hh | 16 ++++++++++------
+ 1 file changed, 10 insertions(+), 6 deletions(-)
+
+commit 08715d75e07a3672e1e0e1159e58ec6a1c55d68e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 18 14:04:56 2022 -0600
+
+    [arabic-fallback] Another baby-step
+
+ src/hb-ot-shaper-arabic-fallback.hh | 19 ++++++++++++-------
+ 1 file changed, 12 insertions(+), 7 deletions(-)
+
+commit 15dd34b51587a8c00b449960e76d18d1add89ff6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 18 13:47:00 2022 -0600
+
+    [arabic-fallback] Another minor rename towards supporting 3-letter ligatures
+
+ src/hb-ot-shaper-arabic-fallback.hh | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+commit d86effa4a68138bb813fae056aebbb90d1af6b23
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 18 13:41:30 2022 -0600
+
+    [arabic-fallback] Rename; towards supporting 3-letter ligatures
+
+ src/gen-arabic-table.py             |  13 ++--
+ src/hb-ot-shaper-arabic-fallback.hh |   2 +-
+ src/hb-ot-shaper-arabic-table.hh    | 137 ++++++++++++++++++------------------
+ 3 files changed, 75 insertions(+), 77 deletions(-)
+
+commit 8978a18f31ca297e342cbac9caab486bbe2597d3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 18 13:25:46 2022 -0600
+
+    [arabick-fallback] Apply mark ligatures
+
+ test/shape/data/in-house/tests/arabic-fallback-shaping.tests | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 16c23713523f3c55bf24caabccb816becc8cc5af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 18 13:25:46 2022 -0600
+
+    [arabick-fallback] Apply mark ligatures
+
+ src/hb-ot-shaper-arabic-fallback.hh | 28 +++++++++++++++++++++-------
+ 1 file changed, 21 insertions(+), 7 deletions(-)
+
+commit 7f362196c5b7ed2856e310f41999092e07d82281
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Jun 18 20:28:43 2022 +0200
+
+    [arabic] Split ligature array
+    
+    Generate marks and 3-component ligatures in separate arrays. The new
+    arrays are unused currently.
+
+ src/gen-arabic-table.py          | 102 +++++++++++++++++++++++++++++++--------
+ src/hb-ot-shaper-arabic-table.hh |  42 +++++++++++++---
+ 2 files changed, 117 insertions(+), 27 deletions(-)
+
+commit 6e29060af2e4490e67e24ec2ef5172541275a855
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Jun 18 15:34:40 2022 +0200
+
+    [arabic] Add mapping files for the PUA encoding
+    
+    Unused right now.
+
+ src/ArabicPUA1.txt | 250 +++++++++++++++++++++++++++++++++++++++++++++
+ src/ArabicPUA2.txt | 295 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 545 insertions(+)
+
+commit dfc5e5a27dce6e95c523fcb6ad997f18e771801c
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Jun 18 14:00:30 2022 +0200
+
+    [test] Skip glyph positions for test failing on CI
+    
+    We are not interested in glyph positioning for this test, and the
+    FreeType version on some CI machines is giving some different glyph
+    advances here.
+
+ test/shape/data/in-house/tests/arabic-fallback-shaping.tests | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 189e8c326e8421f2e59f10d9ab7355d2c3114147
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Jun 18 13:28:54 2022 +0200
+
+    [ft] Remap legacy Arabic PUA codepoints
+    
+    Similar to what ot font finctions does, to support Support legacy
+    pre-OpenType Windows 3.1-era fonts.
+
+ src/hb-ft.cc                                       | 29 ++++++++++++++++------
+ .../in-house/tests/arabic-fallback-shaping.tests   | 20 +++++++--------
+ 2 files changed, 31 insertions(+), 18 deletions(-)
+
+commit 69cbd365cc0e5e5d90d510cc3407e4056d2a1734
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Aug 14 02:39:46 2021 +0200
+
+    WIP: manually add data entries for PUA ligatures
+    
+    Just a test, I’m not entirely convinced we should do this.
+
+ src/gen-arabic-table.py          | 9 ++++++++-
+ src/hb-ot-shaper-arabic-table.hh | 1 +
+ 2 files changed, 9 insertions(+), 1 deletion(-)
+
+commit c3f590bb1eb5e2451b80aa3d10a29c62b32b860d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jun 16 11:04:13 2022 -0600
+
+    [arabic] Support legacy PUA shaping
+    
+    Support legacy pre-OpenType Windows 3.1-era fonts, by remapping PUA code
+    points in cmap table and letting our fallback shaper build the GSUB
+    table.
+    
+    Uniscribe applies also mset-like substitution, but our fallback mark
+    positioning gives better results, so this is not implemented.
+
+ src/Makefile.sources                               |   1 +
+ src/gen-arabic-table.py                            |  27 +-
+ src/hb-ot-cmap-table.hh                            |  45 +++-
+ src/hb-ot-os2-table.hh                             |   4 +-
+ src/hb-ot-shaper-arabic-pua.hh                     | 289 +++++++++++++++++++++
+ src/hb-ot-shaper-arabic-table.hh                   |  89 ++++++-
+ src/meson.build                                    |   1 +
+ test/shape/data/in-house/fonts/SimpArabicTest.ttf  | Bin 0 -> 17168 bytes
+ test/shape/data/in-house/fonts/TradArabicTest.ttf  | Bin 0 -> 58132 bytes
+ .../in-house/tests/arabic-fallback-shaping.tests   |  10 +
+ 10 files changed, 449 insertions(+), 17 deletions(-)
+
+commit b172f88c7d33cf2c563ca995104476cf0a876e05
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 18 14:00:27 2022 -0600
+
+    Fix a warning
+    
+    D:\a\harfbuzz\harfbuzz\src\hb-bit-set-invertible.hh(83): warning C4805: '^': unsafe mix of type 'uint32_t' and type 'const bool' in operation
+    [870/1075] Compiling C++ object src/harfbuzz.dll.p/hb-face.cc.obj
+    cl : Command line warning D9025 : overriding '/EHs' with '/EHs-'
+    cl : Command line warning D9025 : overriding '/EHc' with '/EHc-'
+
+ src/hb-bit-set-invertible.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit af74ab452f5796fb02d6a406a70033803781f17d
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jun 16 18:12:09 2022 +0000
+
+    [repack] always run the sort in repack.
+    
+    This is needed to ensure virtual link ordering constraints are respected when repack is being called from fontTools. For subset usage, repack won't be called if the graph doesn't already overflow so this change doesn't cause any extra work.
+
+ src/hb-repacker.hh                   |   6 ++----
+ test/api/fonts/repacker_expected.otf | Bin 1400 -> 1400 bytes
+ 2 files changed, 2 insertions(+), 4 deletions(-)
+
+commit 29811a720c48d746c63c7109905b847425d29282
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 16 14:04:08 2022 -0600
+
+    Fix typo
+
+ src/check-symbols.py | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit c859cbfb88acf7e0063bbd4c2b576c153fbed17f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 16 13:55:12 2022 -0600
+
+    Mark an array as static
+    
+    Not sure how this wasn't flagged before.
+
+ src/hb-common.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 19802dfdf04da6565c869103298fc6deb6ac0ea6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 16 13:50:35 2022 -0600
+
+    Minor rename of static symbols to namespace them
+
+ src/hb-buffer-serialize.cc        |  8 ++++----
+ src/hb-ot-name-language-static.hh | 12 ++++++------
+ src/hb-shaper.cc                  | 12 ++++++------
+ 3 files changed, 16 insertions(+), 16 deletions(-)
+
+commit e0a5231657a6f09ca4afc93e1b2224eba7a0b544
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 16 13:24:02 2022 -0600
+
+    [draw] Lazy-allocate user-data/destroy callback vector
+
+ src/hb-draw.cc | 53 ++++++++++++++++++++++++++++++++++++++---------------
+ src/hb-draw.hh | 14 +++++++-------
+ 2 files changed, 45 insertions(+), 22 deletions(-)
+
+commit 823f32a0e2f242ba02fcf1db95361051ac374a49
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 15 18:50:45 2022 +0000
+
+    [subset] Fix potential out of bounds write setting overlap flag on composite glyphs.
+
+ src/hb-ot-glyf-table.hh | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 3f9226da37e088e356fbd5bd00730062cd335ee4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 16 09:28:47 2022 -0600
+
+    [meta] Fix typo
+
+ src/hb-meta.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1c0eeb7cb32ad071d95380dc3bc79952cbabd98d
+Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
+Date:   Wed Jun 15 23:05:15 2022 -0400
+
+    Don't try to set _USE_MATH_DEFINES if already defined
+
+ src/hb.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 25917c780f27d2d068f356b7a74f5eef22a83b3f
+Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
+Date:   Wed Jun 15 23:03:22 2022 -0400
+
+    Fix build warning when __GNUG__ isn't defined
+
+ src/hb-meta.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e9c0a74063b19e2cd6b333fad0c834e4f40a241c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 15 16:57:16 2022 -0600
+
+    Fix clang -Wcomma warnings
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3656
+
+ src/hb-bit-set-invertible.hh | 2 +-
+ src/hb-coretext.cc           | 4 ++--
+ src/hb-ot-var-fvar-table.hh  | 4 ++--
+ src/hb-repacker.hh           | 2 +-
+ src/hb-subset.cc             | 4 ++--
+ src/hb.hh                    | 1 +
+ 6 files changed, 9 insertions(+), 8 deletions(-)
+
+commit d9c18cc2f0bbd1b4e5c739665e80d8b48d01d33b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 15 16:50:34 2022 -0600
+
+    [indic-table] Update
+
+ src/hb-ot-shaper-indic-table.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 99a26bc19d7818adfba64502c41491606a89bba8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 15 16:14:31 2022 -0600
+
+    [indic-generator] Fix typo
+
+ src/gen-indic-table.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2cbb7758665f2b98f72d1193f7a3343f13d44cee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 11 08:57:21 2022 -0600
+
+    [myanmar] Fold category P into GB
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3649
+    
+    This actually now allows Asat after the Myanmar punctuation marks;
+    something I see in Wikipedia data.
+
+ src/gen-indic-table.py              |   4 +-
+ src/hb-ot-shaper-indic-table.cc     |  13 +-
+ src/hb-ot-shaper-myanmar-machine.hh | 620 ++++++++++++++++++------------------
+ src/hb-ot-shaper-myanmar-machine.rl |   7 +-
+ src/hb-ot-shaper-myanmar.cc         |   1 -
+ 5 files changed, 312 insertions(+), 333 deletions(-)
+
+commit b350e301863db05d1e1651bccc90f3447829c50e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 11 08:52:11 2022 -0600
+
+    [myanmar] Remove category D completely
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3651
+
+ src/gen-indic-table.py              |  2 --
+ src/hb-ot-shaper-myanmar-machine.hh | 29 ++++++++++++-----------------
+ src/hb-ot-shaper-myanmar-machine.rl |  6 +++---
+ 3 files changed, 15 insertions(+), 22 deletions(-)
+
+commit 8533214ac567145cfcdc54f59ec58b8ad0b749b6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 11 08:49:36 2022 -0600
+
+    [khmer] Fold category Coeng completely into category H
+
+ src/gen-indic-table.py              |  4 +---
+ src/hb-ot-shaper-indic-machine.hh   | 36 ++++++++++++++++++------------------
+ src/hb-ot-shaper-indic-table.cc     |  9 +++------
+ src/hb-ot-shaper-khmer-machine.hh   |  2 +-
+ src/hb-ot-shaper-khmer-machine.rl   |  8 +++++---
+ src/hb-ot-shaper-khmer.cc           |  2 +-
+ src/hb-ot-shaper-myanmar-machine.hh | 22 +++++++++++-----------
+ 7 files changed, 40 insertions(+), 43 deletions(-)
+
+commit 607a9fe793aa586d73fceae90424a3d3a45ad2b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 11 04:20:23 2022 -0600
+
+    [indic-like] Remove category duplication
+
+ src/gen-indic-table.py              | 77 ++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-shaper-indic-machine.hh   | 51 ++++++++++++------------
+ src/hb-ot-shaper-indic-machine.rl   |  5 +--
+ src/hb-ot-shaper-indic-table.cc     | 54 ++++++++++++++++++++++++++
+ src/hb-ot-shaper-indic.cc           | 23 -----------
+ src/hb-ot-shaper-indic.hh           | 61 -----------------------------
+ src/hb-ot-shaper-khmer-machine.hh   |  2 +-
+ src/hb-ot-shaper-khmer-machine.rl   |  4 +-
+ src/hb-ot-shaper-khmer.cc           | 23 -----------
+ src/hb-ot-shaper-myanmar-machine.hh |  2 +-
+ src/hb-ot-shaper-myanmar-machine.rl |  5 +--
+ src/hb-ot-shaper-myanmar.cc         | 35 -----------------
+ 12 files changed, 162 insertions(+), 180 deletions(-)
+
+commit 04851921951cde16121a8c6a913306f56dab77fe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 11 03:55:23 2022 -0600
+
+    [indic-like] Remove dependence on ot_category_t
+
+ src/hb-ot-shaper-indic-machine.hh   | 2 +-
+ src/hb-ot-shaper-indic-machine.rl   | 2 +-
+ src/hb-ot-shaper-khmer-machine.hh   | 2 +-
+ src/hb-ot-shaper-khmer-machine.rl   | 2 +-
+ src/hb-ot-shaper-myanmar-machine.hh | 2 +-
+ src/hb-ot-shaper-myanmar-machine.rl | 2 +-
+ 6 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 14049003ac3cf17631cc68ea78ba5989e248bd52
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 11 03:53:47 2022 -0600
+
+    [indic-like] Reduce indic-dependency of khmer/myanmar even more
+
+ src/hb-ot-shaper-indic-machine.hh   | 56 ++++++++++++++++++++-----------------
+ src/hb-ot-shaper-indic-machine.rl   |  4 +++
+ src/hb-ot-shaper-indic.hh           |  5 ----
+ src/hb-ot-shaper-khmer-machine.hh   |  2 +-
+ src/hb-ot-shaper-khmer-machine.rl   |  2 +-
+ src/hb-ot-shaper-myanmar-machine.hh |  4 +--
+ src/hb-ot-shaper-myanmar-machine.rl |  4 +--
+ src/hb-ot-shaper-myanmar.cc         |  2 +-
+ 8 files changed, 41 insertions(+), 38 deletions(-)
+
+commit a1c299da13008abcc119bdd44b6ed64a746efc54
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Mon Jun 13 10:50:59 2022 +0000
+
+    Bump actions/setup-python from 3 to 4
+    
+    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
+    - [Release notes](https://github.com/actions/setup-python/releases)
+    - [Commits](https://github.com/actions/setup-python/compare/v3...v4)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: actions/setup-python
+      dependency-type: direct:production
+      update-type: version-update:semver-major
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/msvc-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f9f0969cb6d54f8ee43a28c6a454d8787d10a075
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jun 13 17:55:26 2022 +0000
+
+    [subset] switch to hb_memcpy.
+
+ src/hb-ot-post-table-v2subset.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 1e34852f074e9d8afdd6b63590ef0b22bb0bf174
+Author: Garret Rieger <grieger@google.com>
+Date:   Sat Jun 11 01:27:33 2022 +0000
+
+    [subset] Fix undefined behaviour.
+    
+    Don't memcpy if there's nothing to copy.
+
+ src/hb-ot-post-table-v2subset.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 311413f16b92a8d5811897b5793ca8a9f218b779
+Author: Garret Rieger <grieger@google.com>
+Date:   Sat Jun 11 01:05:57 2022 +0000
+
+    [subset] Fix fuzzer issue.
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5693568490012672. new_index should be set from new_index2 when the entry is present in the map.
+
+ src/hb-ot-post-table-v2subset.hh                         |   7 ++++---
+ ...-testcase-minimized-hb-subset-fuzzer-5693568490012672 | Bin 0 -> 1543 bytes
+ 2 files changed, 4 insertions(+), 3 deletions(-)
+
+commit 4ba7980b8eb2144f114054751c94c45fd8f61263
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Jun 11 15:50:37 2022 -0400
+
+    Fix the generated gobject headers
+    
+    These headers are not acceptable to modern compilers.
+    gcc says things like:
+    
+    /usr/include/harfbuzz/hb-gobject-enums.h:100:1: warning:
+      function declaration isn’t a prototype [-Wstrict-prototypes]
+      100 | hb_gobject_ot_metrics_tag_get_type () G_GNUC_CONST;
+
+ src/hb-gobject-enums.h.tmpl | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 79bb3b52787d8ef9b3bc1a83222068c702c01c1b
+Author: Ali Chraghi <63465728+alichraghi@users.noreply.github.com>
+Date:   Sat Jun 11 14:31:28 2022 +0430
+
+    [docs] fix typo
+
+ src/hb-buffer-serialize.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit b5bdb9f955b7ccb5e212b29133e2718864bcb072
+Merge: 148283d0e 98116e5cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 11 10:44:09 2022 +0100
+
+    Merge pull request #3648 from harfbuzz/indic-cleanup
+    
+    Indic cleanup
+
+commit 98116e5cf5f4f9b5cc2da634d3380defe9d55ab1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 11 03:42:36 2022 -0600
+
+    [myanmar] Fix comments on categories
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3648#discussion_r894955430
+
+ src/hb-ot-shaper-indic.hh           | 4 ++--
+ src/hb-ot-shaper-myanmar-machine.rl | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 02016914b300692655d9967e31020a827623280b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 17:24:19 2022 -0600
+
+    [indic-generator] Remove unnecessary Myanmar category=D overrides
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3648#discussion_r894685106
+
+ src/gen-indic-table.py          | 21 +--------------------
+ src/hb-ot-shaper-indic-table.cc | 16 +++++++---------
+ 2 files changed, 8 insertions(+), 29 deletions(-)
+
+commit 937c878078869870520702006c286099f9167624
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 17:20:15 2022 -0600
+
+    [indic-generator] Remove unnecessary override for Myanmar U+1039
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3648#discussion_r894762535
+
+ src/gen-indic-table.py          | 2 --
+ src/hb-ot-shaper-indic-table.cc | 6 +++---
+ 2 files changed, 3 insertions(+), 5 deletions(-)
+
+commit 9504037ccb2391fc7e4041f9d35eb9a620052c67
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 17:13:16 2022 -0600
+
+    [indic-generator] Remove three unneeded Myanmar overrides U+AA74-6
+    
+    These three characters have Indic_Syllabic_Category=Consonant_Placeholder. The
+    original evidence that prompted these overrides says they can take tone marks.
+    They are not subjoined: Khamti Shan apparently does not use subjoined
+    characters at all. Therefore, PLACEHOLDER is good enough and these need not be
+    overridden to C.
+    
+    https://www.unicode.org/L2/L2008/08276-khamti-proposal.pdf
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3648#discussion_r894640713
+
+ src/gen-indic-table.py          | 5 -----
+ src/hb-ot-shaper-indic-table.cc | 6 +++---
+ 2 files changed, 3 insertions(+), 8 deletions(-)
+
+commit 02eb6606d7dfb8ad1d4dbdcad3badebc37a8dc49
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 17:10:42 2022 -0600
+
+    [indic-generator] Remove redundant PLACEHODER characters overrides
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3648#discussion_r894631922
+
+ src/gen-indic-table.py | 58 ++++++++++++++++++++++++--------------------------
+ 1 file changed, 28 insertions(+), 30 deletions(-)
+
+commit e16669ceacd417eaf348bb8653e5816b1d7f947a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 17:05:35 2022 -0600
+
+    [indic-generator] Remove redundant override of U+2010 / U+2011
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3648#discussion_r894630596
+
+ src/gen-indic-table.py | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit bb255cd9a6f42a982daada48b6069d96812eb35f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 17:03:52 2022 -0600
+
+    [indic-generator] Remove redundant override of U+0980
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3648#discussion_r894627064
+
+ src/gen-indic-table.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 30d8c87d018c05560c21f5c4ddda4ac817983292
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 16:56:15 2022 -0600
+
+    [myanmar] Document Medials
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3648#discussion_r894532676
+
+ src/hb-ot-shaper-indic.hh           | 8 ++++----
+ src/hb-ot-shaper-myanmar-machine.rl | 8 ++++----
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
+commit e1826c371442851eb99628655a081d8bd78829ac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 16:53:11 2022 -0600
+
+    [khmer] Reuse OT_H for OT_Coeng
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3648#discussion_r894517417
+
+ src/hb-ot-shaper-indic.hh         |   2 +-
+ src/hb-ot-shaper-khmer-machine.hh | 232 +++++++++++++++++++-------------------
+ src/hb-ot-shaper-khmer-machine.rl |   2 +-
+ 3 files changed, 119 insertions(+), 117 deletions(-)
+
+commit eb2f2e318ac2f43c0871f3b5a6101040602e0570
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 16:47:59 2022 -0600
+
+    [indic-generator] Update comment re U+104E
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3648#pullrequestreview-1002150048
+
+ src/gen-indic-table.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0daafefdd193ed5f10454bf4eea5652a7d2eff4c
+Merge: 39c132a62 148283d0e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 10:55:49 2022 -0600
+
+    Merge branch 'main' into indic-cleanup
+
+commit 148283d0e060c00da2a661a3e7c86f824250ccec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 07:48:39 2022 -0600
+
+    [syllabic] Use a buffer scratch-flag for has-broken-syllable
+
+ src/hb-buffer.hh                    |  1 +
+ src/hb-ot-shaper-indic-machine.hh   |  6 +++---
+ src/hb-ot-shaper-indic-machine.rl   |  2 +-
+ src/hb-ot-shaper-khmer-machine.hh   |  6 +++---
+ src/hb-ot-shaper-khmer-machine.rl   |  2 +-
+ src/hb-ot-shaper-myanmar-machine.hh |  4 ++--
+ src/hb-ot-shaper-myanmar-machine.rl |  2 +-
+ src/hb-ot-shaper-syllabic.cc        | 15 +--------------
+ src/hb-ot-shaper-use-machine.hh     |  4 ++--
+ src/hb-ot-shaper-use-machine.rl     |  2 +-
+ 10 files changed, 16 insertions(+), 28 deletions(-)
+
+commit 6997d10bc0cab13103b660eb968bc49e2a0fb0f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 07:43:33 2022 -0600
+
+    [arabic] Remove a couple TODO items
+
+ src/hb-ot-shaper-arabic-fallback.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit e1575f23473af32816e583f4f10e6ef8899dff90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 07:41:39 2022 -0600
+
+    [iter] Remove a few TODO items
+
+ src/hb-iter.hh | 16 +++-------------
+ 1 file changed, 3 insertions(+), 13 deletions(-)
+
+commit 689c77530a69cefbe6f142842a135988a1454315
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 07:37:45 2022 -0600
+
+    [buffer] Actually remove TODO item
+    
+    In reality, one side is smaller and one side is larger. The existing code
+    handles that just fine.
+
+ src/hb-buffer.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit d09e962b9f5cbb4866e1c51b2fc967b83e323b69
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 07:35:16 2022 -0600
+
+    [buffer] Update a TODO item
+
+ src/hb-buffer.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b3f689e7e5a4272b52e4ee34fbac04e2723b2439
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 07:31:47 2022 -0600
+
+    [serializer] Remove TODO that's not gonna happen
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 10a8cc28fc6455482b67cf1781fe72765826c4a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 07:31:06 2022 -0600
+
+    [normalizer] Remove a TODO that's not going to happen
+
+ src/hb-ot-shape-normalize.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7635568f29e8e9e32bc30f6a6c2651500991dde8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 07:29:15 2022 -0600
+
+    [font] Remove a TODO item that's not gonna happen
+
+ src/hb-font.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit bd453de7575ac808780e706734ca6dd4baa43660
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 07:25:48 2022 -0600
+
+    [unicode] Accept a couple hacks as permanent
+
+ src/hb-unicode.hh | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+commit 39c132a62d57d736971fe16e1e47817e443df4f0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 07:12:39 2022 -0600
+
+    [indic/myanmar] Simplify compare functions
+
+ src/hb-ot-shaper-indic.cc   | 2 +-
+ src/hb-ot-shaper-myanmar.cc | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit a5bcd8567fc42442510b3838b4be925fa1a45288
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 07:03:02 2022 -0600
+
+    [indic] Update comment re category listing
+
+ src/hb-ot-shaper-indic.hh | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit 10a5485136563e8bb2c7ca78b9d230483c36c682
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 06:34:56 2022 -0600
+
+    [indic/myanmar] Move is_consonant to .cc files
+
+ src/hb-ot-shaper-indic.cc   | 24 ++++++++++++++++++++++++
+ src/hb-ot-shaper-indic.hh   | 24 ------------------------
+ src/hb-ot-shaper-myanmar.cc | 27 ++++++++++++++++++++++++++-
+ 3 files changed, 50 insertions(+), 25 deletions(-)
+
+commit 1c657460efacb3848a4a719a1c97b40fb88b49fd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 06:29:45 2022 -0600
+
+    [indic] Expand MEDIAL_FLAGS
+
+ src/hb-ot-shaper-indic.cc | 2 +-
+ src/hb-ot-shaper-indic.hh | 4 +---
+ 2 files changed, 2 insertions(+), 4 deletions(-)
+
+commit 9e3917f6d61ced3771d6b4b9e74c20f5c40012b2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 06:20:56 2022 -0600
+
+    [indic] Move a couple of functions to .cc file
+
+ src/hb-ot-shaper-indic.cc | 14 ++++++++++++++
+ src/hb-ot-shaper-indic.hh | 14 --------------
+ 2 files changed, 14 insertions(+), 14 deletions(-)
+
+commit 165ef55e57194bb443b69830d3ddcbefa5d04e95
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 06:20:10 2022 -0600
+
+    [indic-generator] Move INDIC_COMBINE_CATEGORIES here
+
+ src/gen-indic-table.py          | 3 +++
+ src/hb-ot-shaper-indic-table.cc | 3 +++
+ src/hb-ot-shaper-indic.hh       | 2 --
+ 3 files changed, 6 insertions(+), 2 deletions(-)
+
+commit b030dd9e8806cc35d01136d2cf371109e174b663
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 06:12:13 2022 -0600
+
+    [indic-table] Minor rename
+
+ src/gen-indic-table.py          |   4 +-
+ src/hb-ot-shaper-indic-table.cc | 194 ++++++++++++++++++++--------------------
+ 2 files changed, 99 insertions(+), 99 deletions(-)
+
+commit d414fb332811851c382d5120ae3055b468b33ede
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 10 00:50:47 2022 -0600
+
+    [indic/khmer/myanmar] Add static_assert that categories match OT_*
+
+ src/hb-ot-shaper-indic-machine.hh   | 36 ++++++++++++++++++------------------
+ src/hb-ot-shaper-indic-machine.rl   |  5 ++++-
+ src/hb-ot-shaper-indic.cc           | 28 +++++++++++++++++++++++-----
+ src/hb-ot-shaper-indic.hh           |  3 +++
+ src/hb-ot-shaper-khmer-machine.hh   | 22 +++++++++++-----------
+ src/hb-ot-shaper-khmer-machine.rl   |  5 ++++-
+ src/hb-ot-shaper-khmer.cc           | 24 ++++++++++++++++++++++++
+ src/hb-ot-shaper-myanmar-machine.hh | 22 +++++++++++-----------
+ src/hb-ot-shaper-myanmar-machine.rl |  4 +++-
+ src/hb-ot-shaper-myanmar.cc         | 36 ++++++++++++++++++++++++++++++++++++
+ 10 files changed, 137 insertions(+), 48 deletions(-)
+
+commit 15ea4ccb045838ff2fe880dbc01215c361ed9363
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 17:47:46 2022 -0600
+
+    [indic-like] Add note about replicated values
+
+ src/hb-ot-shaper-indic-machine.rl   | 1 +
+ src/hb-ot-shaper-khmer-machine.rl   | 1 +
+ src/hb-ot-shaper-myanmar-machine.rl | 1 +
+ 3 files changed, 3 insertions(+)
+
+commit 3289e815328114a39e19179ddbdf4a2ec2458fe5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 17:46:15 2022 -0600
+
+    [indic] Use categories from the machine
+
+ src/hb-ot-shaper-indic-machine.hh   | 60 ++++++++++++----------
+ src/hb-ot-shaper-indic-machine.rl   |  8 +++
+ src/hb-ot-shaper-indic.cc           | 99 +++++++++++++++++++++++++------------
+ src/hb-ot-shaper-indic.hh           | 54 +-------------------
+ src/hb-ot-shaper-khmer-machine.hh   |  2 +-
+ src/hb-ot-shaper-khmer-machine.rl   |  2 +-
+ src/hb-ot-shaper-myanmar-machine.hh |  4 +-
+ src/hb-ot-shaper-myanmar-machine.rl |  4 +-
+ 8 files changed, 118 insertions(+), 115 deletions(-)
+
+commit 37217fc9be1a60622ad16f0204b172a44d82e947
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 16:43:50 2022 -0600
+
+    [indic-generator/myanmar] Move most Myanmar category overrides to generator
+
+ src/gen-indic-table.py              | 110 +++++++++
+ src/hb-ot-shaper-indic-table.cc     | 120 ++++++----
+ src/hb-ot-shaper-indic.hh           |  19 +-
+ src/hb-ot-shaper-myanmar-machine.hh | 440 ++++++++++++++++++------------------
+ src/hb-ot-shaper-myanmar-machine.rl |  29 +--
+ src/hb-ot-shaper-myanmar.cc         |  94 +-------
+ 6 files changed, 443 insertions(+), 369 deletions(-)
+
+commit c136227f57b0ad42a2dcf8303e3d6df4c9c6280f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 13:36:19 2022 -0600
+
+    [indic-generator/khmer] Move Khmer overrides to generator
+
+ src/gen-indic-table.py          | 27 +++++++++++++++++++++++++++
+ src/hb-ot-shaper-indic-table.cc | 40 ++++++++++++++++++++++------------------
+ src/hb-ot-shaper-indic.hh       |  6 ++----
+ src/hb-ot-shaper-khmer.cc       | 38 +-------------------------------------
+ 4 files changed, 52 insertions(+), 59 deletions(-)
+
+commit 40aa4e8320204ec376e9b16f91da9c95ae82e6d9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 13:30:00 2022 -0600
+
+    [indic/khmer/myanmar] Add Khmer/Myanmar categories to indic_category_t
+
+ src/hb-ot-shaper-indic.hh           |  30 ++-
+ src/hb-ot-shaper-khmer-machine.hh   | 262 ++++++++++----------
+ src/hb-ot-shaper-khmer-machine.rl   |  18 +-
+ src/hb-ot-shaper-myanmar-machine.hh | 467 ++++++++++++++++++++----------------
+ src/hb-ot-shaper-myanmar-machine.rl |  47 ++--
+ 5 files changed, 454 insertions(+), 370 deletions(-)
+
+commit 25793075e2884a4462063e904b13d70edb449ff2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 13:11:46 2022 -0600
+
+    [indic-generator] Move Khmer/Myanmar vowel categories to the generator
+
+ src/gen-indic-table.py          | 16 +++++++++++++---
+ src/hb-ot-shaper-indic-table.cc | 42 ++++++++++++++++++++++++-----------------
+ src/hb-ot-shaper-khmer.cc       | 14 --------------
+ src/hb-ot-shaper-myanmar.cc     | 12 ------------
+ 4 files changed, 38 insertions(+), 46 deletions(-)
+
+commit a6c82d4b8c6bc130889b67bd53971be7ee513e4a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 13:04:28 2022 -0600
+
+    [myanmar] Simplify to not use position info from the indic table for shaping
+
+ src/hb-ot-shaper-myanmar.cc | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 10cd8ac0e50b319c3838d05bd8e9c38ddf79beba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 12:27:31 2022 -0600
+
+    [indic-generator] Move matra category overrides to generator
+
+ src/gen-indic-table.py          |  52 ++++++++++++
+ src/hb-ot-shaper-indic-table.cc | 178 +++++++++++++++++++++-------------------
+ src/hb-ot-shaper-indic.hh       |  61 --------------
+ src/hb-ot-shaper-khmer.cc       |   1 -
+ 4 files changed, 145 insertions(+), 147 deletions(-)
+
+commit c4e4f1d3874058439373f82d560855f967fb843d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 11:56:57 2022 -0600
+
+    [indic-generator] Move SMVD position overrides to generator
+
+ src/gen-indic-table.py          |  6 ++-
+ src/hb-ot-shaper-indic-table.cc | 88 +++++++++++++++++++++--------------------
+ src/hb-ot-shaper-indic.hh       |  4 --
+ 3 files changed, 50 insertions(+), 48 deletions(-)
+
+commit 2963154c155888072e441b0f9b5ecfe61593871e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 11:49:02 2022 -0600
+
+    [indic-generator] Add a couple comments
+
+ src/gen-indic-table.py    | 7 +++++--
+ src/hb-ot-shaper-indic.hh | 4 +++-
+ 2 files changed, 8 insertions(+), 3 deletions(-)
+
+commit 91d6f45bc97b3920c0b780d2d5b056486e0e1b3f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 07:34:44 2022 -0600
+
+    [indic-generator] Move some position overrides to the generator
+
+ src/gen-indic-table.py          |  35 +++-
+ src/hb-ot-shaper-indic-table.cc | 438 +++++++++++++++++-----------------------
+ src/hb-ot-shaper-indic.hh       |  14 +-
+ 3 files changed, 212 insertions(+), 275 deletions(-)
+
+commit 0ec4dcb93d56c72624a0030e274e8171b117bc8e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 07:33:43 2022 -0600
+
+    [indic-generator] Ouch
+    
+    Not sure how this was passing tests still.
+
+ src/gen-indic-table.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f0269e0f1b58e481b65f23621065626f0c83eb97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 07:10:47 2022 -0600
+
+    [indic-generator] Move Ra handling to the generator
+
+ src/gen-indic-table.py          | 14 +++++++
+ src/hb-ot-shaper-indic-table.cc | 88 +++++++++++++++++++++++++++++++++--------
+ src/hb-ot-shaper-indic.hh       | 30 +-------------
+ 3 files changed, 87 insertions(+), 45 deletions(-)
+
+commit 419d2146c27483ce91ca6ef2b1aec880a0bfdab7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 07:01:14 2022 -0600
+
+    [indic-generator] Cap off what categories have positions
+    
+    This was left off of the commit moving Indic categories to the generator.
+    It didn't fail any tests, but adding it back because it has implications
+    possibly.
+
+ src/gen-indic-table.py          |  7 +++++
+ src/hb-ot-shaper-indic-table.cc | 68 ++++++++++++++++++++---------------------
+ 2 files changed, 41 insertions(+), 34 deletions(-)
+
+commit e1d965d527a433fcb8e7b26451fdf77a1566f7e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 06:48:25 2022 -0600
+
+    [indic-generator] Move position mapping to generator
+
+ src/gen-indic-table.py          |  38 ++-
+ src/hb-ot-shaper-indic-table.cc | 526 ++++++++++++++++++++--------------------
+ src/hb-ot-shaper-indic.hh       |  23 --
+ 3 files changed, 288 insertions(+), 299 deletions(-)
+
+commit 490751402686e86832019df0dfb0905b1a0b42d5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 06:33:51 2022 -0600
+
+    [indic-generator] Move category overrides to generator
+
+ src/gen-indic-table.py          |  96 +++++++++++++++++++++------
+ src/hb-ot-shaper-indic-table.cc | 144 +++++++++++++++++++++++++---------------
+ src/hb-ot-shaper-indic.hh       |  52 +--------------
+ 3 files changed, 169 insertions(+), 123 deletions(-)
+
+commit 58eeb3a180d03c9b39b39d99a6b9dbf30d17fd9f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 05:34:49 2022 -0600
+
+    [indic-generator] Move category mapping to generator
+
+ src/gen-indic-table.py          |  90 ++++++--
+ src/hb-ot-shaper-indic-table.cc | 492 ++++++++++++++++++----------------------
+ src/hb-ot-shaper-indic.hh       |  60 +----
+ 3 files changed, 305 insertions(+), 337 deletions(-)
+
+commit 899ca24387d84ebeff8ad6c9adbd72cd758b3aea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 5 01:52:31 2022 -0600
+
+    [myanmar] Remove duplication of categories in the Myanmar shaper
+
+ src/Makefile.sources                |   1 -
+ src/hb-ot-shaper-myanmar-machine.hh |  50 ++++++----
+ src/hb-ot-shaper-myanmar-machine.rl |  40 +++++---
+ src/hb-ot-shaper-myanmar.cc         | 135 ++++++++++++++++++++++++---
+ src/hb-ot-shaper-myanmar.hh         | 177 ------------------------------------
+ src/meson.build                     |   1 -
+ 6 files changed, 181 insertions(+), 223 deletions(-)
+
+commit ce0528c0ff1bf14dc5741ea5cd8bd1e618e25310
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 5 01:34:10 2022 -0600
+
+    [khmer] Remove duplication of categories in the Khmer shaper
+
+ src/Makefile.sources              |   1 -
+ src/hb-ot-shaper-khmer-machine.hh |  48 +++++++++-------
+ src/hb-ot-shaper-khmer-machine.rl |  10 ++++
+ src/hb-ot-shaper-khmer.cc         |  72 ++++++++++++++++++++++--
+ src/hb-ot-shaper-khmer.hh         | 115 --------------------------------------
+ src/meson.build                   |   1 -
+ 6 files changed, 105 insertions(+), 142 deletions(-)
+
+commit 17c80035adc61c52a9e9600664496e3e4b837e37
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 9 04:17:38 2022 -0600
+
+    Revert "[cplusplus] Internally allow using hb_unique_ptr with hb_free()"
+    
+    This reverts commit b5f621b08d56c15832ab4f588a0673fce03305a0.
+    
+    A build was failing with clang 14 for Firefox apparently, sigh.
+    
+    https://github.com/harfbuzz/harfbuzz/issues/3647
+
+ src/hb.hh | 15 +--------------
+ 1 file changed, 1 insertion(+), 14 deletions(-)
+
+commit 9fc9b1ece4a0e7214456a27110e74e47ff3dbc15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 8 12:35:43 2022 -0600
+
+    [layout] Minor, add using Lookup to GSUB/GPOS
+
+ src/OT/Layout/GSUB/GSUB.hh        | 2 ++
+ src/OT/Layout/GSUB/SubstLookup.hh | 2 +-
+ src/hb-ot-layout-gpos-table.hh    | 4 +++-
+ 3 files changed, 6 insertions(+), 2 deletions(-)
+
+commit d4ddb3acf89f8539e56a742b30ed3cd424e043dd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 8 11:45:14 2022 -0600
+
+    Comments typos
+
+ src/hb-set-digest.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4119f73c21f5fae7635d0c0658732b339711a76c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 8 06:34:48 2022 -0600
+
+    [subset/layout] Rename dispatch_closure_lookups_recurse_func to dispatch_recurse_func<>
+
+ src/OT/Layout/GSUB/SubstLookup.hh | 4 ----
+ src/hb-ot-layout-gpos-table.hh    | 7 +++----
+ src/hb-ot-layout-gsub-table.hh    | 4 +++-
+ src/hb-ot-layout-gsubgpos.hh      | 2 ++
+ 4 files changed, 8 insertions(+), 9 deletions(-)
+
+commit c13ff395201cf20af0f91c38f08908a1c1570b0b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 8 06:25:23 2022 -0600
+
+    [layout] Rename apply_recurse_func to specialization of dispatch_recurse_func
+
+ src/OT/Layout/GSUB/SubstLookup.hh | 2 --
+ src/hb-ot-layout-gpos-table.hh    | 5 ++---
+ src/hb-ot-layout-gsub-table.hh    | 3 ++-
+ src/hb-ot-layout.cc               | 2 +-
+ 4 files changed, 5 insertions(+), 7 deletions(-)
+
+commit 6a1edb8c9751bebd463664227d60e0218af18dd2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 8 11:38:17 2022 -0600
+
+    [set-digest] One more rename
+
+ src/hb-set-digest.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6453737b0edac0624b141a8e2892deddfa7e3765
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 8 11:37:12 2022 -0600
+
+    [set-digest] Rename lowest_bits to bits_pattern
+
+ src/hb-set-digest.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 2a061cb9cc86c43e62ed5234850ed38fd690a896
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 8 11:35:50 2022 -0600
+
+    [set-digest] Improve documentation
+
+ src/hb-set-digest.hh | 20 ++++++++++++++++----
+ 1 file changed, 16 insertions(+), 4 deletions(-)
+
+commit 9342adb0d6336fe56f1c28271db27d07c6ed7c3b
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Wed Jun 8 12:47:05 2022 +0000
+
+    Bump actions/checkout from 2 to 3
+    
+    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
+    - [Release notes](https://github.com/actions/checkout/releases)
+    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
+    - [Commits](https://github.com/actions/checkout/compare/v2...v3)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: actions/checkout
+      dependency-type: direct:production
+      update-type: version-update:semver-major
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/configs-build.yml | 2 +-
+ .github/workflows/coverity-scan.yml | 2 +-
+ .github/workflows/linux-ci.yml      | 2 +-
+ .github/workflows/macos-ci.yml      | 2 +-
+ .github/workflows/msvc-ci.yml       | 2 +-
+ .github/workflows/msys2-ci.yml      | 2 +-
+ 6 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 335d058bf4a61fa12373b375fcaff6fdd0aca55f
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Wed Jun 8 11:52:25 2022 +0000
+
+    Bump codecov/codecov-action from 1 to 3
+    
+    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
+    - [Release notes](https://github.com/codecov/codecov-action/releases)
+    - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
+    - [Commits](https://github.com/codecov/codecov-action/compare/v1...v3)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: codecov/codecov-action
+      dependency-type: direct:production
+      update-type: version-update:semver-major
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/linux-ci.yml | 2 +-
+ .github/workflows/macos-ci.yml | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit a51c3a66f2cb1a59f0d53d1b93060ebbd9048b80
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Wed Jun 8 11:52:27 2022 +0000
+
+    Bump actions/upload-artifact from 1 to 3
+    
+    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3.
+    - [Release notes](https://github.com/actions/upload-artifact/releases)
+    - [Commits](https://github.com/actions/upload-artifact/compare/v1...v3)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: actions/upload-artifact
+      dependency-type: direct:production
+      update-type: version-update:semver-major
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/cifuzz.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 80bf2b3d2f6dbe578c779d659d1a37610fa5b522
+Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Date:   Wed Jun 8 11:52:30 2022 +0000
+
+    Bump actions/setup-python from 1 to 3
+    
+    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 3.
+    - [Release notes](https://github.com/actions/setup-python/releases)
+    - [Commits](https://github.com/actions/setup-python/compare/v1...v3)
+    
+    ---
+    updated-dependencies:
+    - dependency-name: actions/setup-python
+      dependency-type: direct:production
+      update-type: version-update:semver-major
+    ...
+    
+    Signed-off-by: dependabot[bot] <support@github.com>
+
+ .github/workflows/msvc-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit acd21519272b60f686c2c9099d4ef34c4694cabc
+Author: naveen <172697+naveensrinivasan@users.noreply.github.com>
+Date:   Wed Jun 8 01:29:27 2022 +0000
+
+    chore: Included githubactions in the dependabot config
+    
+    This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.
+    
+    Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot
+    
+    GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
+    
+    https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool
+    Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
+
+ .github/dependabot.yml | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 42051fe18a4326bb844577f8c4bc11b58abf7c3a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 8 04:00:21 2022 -0600
+
+    [layout] s/inplace/always_inplace/g
+
+ src/hb-ot-layout.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 21346af01d4222cdf50478fd4ad8b445d5e2f62e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 7 14:41:39 2022 -0600
+
+    [layout-cache] Adjust cost-function for recent change
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit bfee6839b0de03453653e35dce97300488463142
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 7 11:41:05 2022 -0600
+
+    [layout-cache] Cache lookahead, not input, classdef in ChainContextFormat2
+    
+    From the commit:
+    
+    +    /* For ChainContextFormat2 we cache the LookaheadClassDef instead of InputClassDef.
+    +     * The reason is that most heavy fonts want to identify a glyph in context and apply
+    +     * a lookup to it. In this scenario, the length of the input sequence is one, whereas
+    +     * the lookahead / backtrack are typically longer.  The one glyph in input sequence is
+    +     * looked-up below and no input glyph is looked up in individual rules, whereas the
+    +     * lookahead and backtrack glyphs are tried.  Since we match lookahead before backtrack,
+    +     * we should cache lookahead.  This decisions showed a 20% improvement in shaping of
+    +     * the Gulzar font.
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3636
+
+ src/hb-ot-layout-gsubgpos.hh | 23 +++++++++++++----------
+ 1 file changed, 13 insertions(+), 10 deletions(-)
+
+commit 39820af72f5632cc45ede44da2e2f0caa5df46a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 7 10:18:38 2022 -0600
+
+    [layout] Add HB_NO_OT_LAYOUT_LOOKUP_CACHE to disable caching lookups
+    
+    Enabled when optimize-size profile is enabled.
+
+ src/hb-config.hh             |  4 ++++
+ src/hb-ot-layout-gsubgpos.hh | 48 ++++++++++++++++++++++++++++++++++++--------
+ 2 files changed, 44 insertions(+), 8 deletions(-)
+
+commit 845279c34ce38e72adc4573f6bb45ec0e657e673
+Merge: b59e25f25 c8fb048f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 7 16:40:22 2022 +0100
+
+    Merge pull request #3636 from harfbuzz/classdef-cache
+    
+    Classdef cache
+
+commit b59e25f25ef20dddc7e4dff0432c63d1afe287ae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 7 09:27:09 2022 -0600
+
+    [cff] Try fixing Heap-buffer-overflow in CFF::Charset::collect_glyph_to_sid_map
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47790
+
+ src/hb-ot-cff1-table.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit c8fb048f79964e0b6cdf9d322fc12c71328cfde8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 7 09:20:27 2022 -0600
+
+    [gsubgpos] Document caching
+
+ src/hb-ot-layout-gsubgpos.hh | 9 ++++++++-
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+commit 5963cf446907127c55fe0404e068c19ca7eb4490
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 7 09:12:45 2022 -0600
+
+    [gsubgpos] Merge cache_enter and cache_leave entry points
+    
+    Saves a pointer per subtable
+
+ src/hb-ot-layout-gsubgpos.hh | 102 ++++++++++++++++++++-----------------------
+ 1 file changed, 47 insertions(+), 55 deletions(-)
+
+commit d4c09e9a872967ebc2b9921ad1d267162e5ad569
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 7 09:03:30 2022 -0600
+
+    [gsubgpos] Remove apply_cached() entry point
+    
+    Just use a bool to apply()
+
+ src/hb-ot-layout-gsubgpos.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit b96622d15c5e22ae214e4184142d28ee609293a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 5 02:45:41 2022 -0600
+
+    [layout] Use a cache for main input ClassDef of (Chain)ContextLookupFormat2
+    
+    This commit adds a per-lookup caching infrastructure to GSUB/GPOS, and
+    uses it to cache input ClassDef.get_class value for (Chain)ContextLookupFormat2.
+    
+    For fonts heavy on use of heave class-based2 context matching, this shows
+    a good speedup. For NotoNastaliqUrdu for example, I observe 17% speedup.
+    
+    Unfortunately not many other lookups can use a cache like this :(.
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3636
+
+ src/hb-ot-layout-common.hh   |  13 ++
+ src/hb-ot-layout-gsubgpos.hh | 277 ++++++++++++++++++++++++++++++++++++-------
+ src/hb-ot-layout.cc          |  10 +-
+ 3 files changed, 257 insertions(+), 43 deletions(-)
+
+commit 356c1f833641c139b554548edbcd33bfbbc44540
+Author: neilnaveen <42328488+neilnaveen@users.noreply.github.com>
+Date:   Tue Jun 7 01:08:13 2022 +0000
+
+    chore: Set permissions for GitHub actions
+    
+     Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
+    
+    - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
+    
+    https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
+    
+    https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
+    
+    [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
+    
+    Signed-off-by: neilnaveen <42328488+neilnaveen@users.noreply.github.com>
+
+ .github/workflows/configs-build.yml | 3 +++
+ .github/workflows/coverity-scan.yml | 3 +++
+ .github/workflows/linux-ci.yml      | 3 +++
+ .github/workflows/macos-ci.yml      | 3 +++
+ .github/workflows/msvc-ci.yml       | 3 +++
+ .github/workflows/msys2-ci.yml      | 3 +++
+ 6 files changed, 18 insertions(+)
+
+commit 4266f4e29ada827cec1f38ab88ff2c071f6deb2f
+Author: Xavier Claessens <xavier.claessens@collabora.com>
+Date:   Fri Jun 3 12:06:56 2022 -0400
+
+    Fix check-* scripts when harfbuzz is a subproject
+    
+    When harfbuzz is a subproject paths are in the form
+    "subprojects/harfbuzz/src/...". Instead of removing "src/" prefix, take
+    the absolute path and make it relative to current source dir.
+    
+    This fix regression introduced in
+    https://github.com/harfbuzz/harfbuzz/pull/3394.
+
+ src/Makefile.am              |  1 +
+ src/check-c-linkage-decls.py | 16 +++++++++-------
+ src/check-header-guards.py   | 15 ++++++++-------
+ src/check-includes.py        | 15 ++++++++-------
+ src/meson.build              |  1 +
+ 5 files changed, 27 insertions(+), 21 deletions(-)
+
+commit 15543f70e04e726639c1b50ace6bdaa9c3ab50b6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 4 10:55:50 2022 -0600
+
+    [indic-like] Move allocation of syllable() buffer var to shapers that use it
+    
+    In indic, we don't have a pause location release the var.
+
+ src/hb-ot-layout.cc          | 1 -
+ src/hb-ot-layout.hh          | 3 ---
+ src/hb-ot-shaper-indic.cc    | 1 +
+ src/hb-ot-shaper-khmer.cc    | 3 ++-
+ src/hb-ot-shaper-myanmar.cc  | 2 ++
+ src/hb-ot-shaper-syllabic.cc | 8 ++++++++
+ src/hb-ot-shaper-syllabic.hh | 5 +++++
+ src/hb-ot-shaper-use.cc      | 2 ++
+ 8 files changed, 20 insertions(+), 5 deletions(-)
+
+commit 104dc85a2235cc14d2f40638c2f9fa00b39dc5a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 4 06:56:35 2022 -0600
+
+    [buffer] Add try_allocate for buffer variables
+
+ src/hb-buffer.hh | 27 ++++++++++++++-------------
+ 1 file changed, 14 insertions(+), 13 deletions(-)
+
+commit b5f621b08d56c15832ab4f588a0673fce03305a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 5 07:52:51 2022 -0600
+
+    [cplusplus] Internally allow using hb_unique_ptr with hb_free()
+    
+    ...for arbitrary types.
+
+ src/hb.hh | 15 ++++++++++++++-
+ 1 file changed, 14 insertions(+), 1 deletion(-)
+
+commit f18eb000d3884795a43ea46ce5faa95086267b2c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 5 04:17:05 2022 -0600
+
+    [buffer] Mark a variable as unused
+    
+    Weird. Somehow our HB_TINY bot started erring as this var being unused
+    in non-debug builds. Not sure why now...
+    
+        In file included from src/hb-ot-map.hh:32:0,
+                         from src/hb-ot-shape.hh:32,
+                         from src/hb-aat-layout.hh:32,
+                         from src/hb-aat-layout.cc:30,
+                         from src/harfbuzz.cc:1:
+        src/hb-buffer.hh: In member function ‘void hb_buffer_t::assert_var(unsigned int, unsigned int)’:
+        src/hb-buffer.hh:192:18: error: unused variable ‘bits’ [-Werror=unused-variable]
+             unsigned int bits = (1u<<end) - (1u<<start);
+                          ^~~~
+    cc1plus: some warnings being treated as errors
+    Error: Process completed with exit code 1.
+
+ src/hb-buffer.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e6409d3905d8801d1be647d505524f71230c6ca1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 5 06:57:37 2022 -0600
+
+    Revert "[layout] Use a cache for main input ClassDef of (Chain)ContextLookups"
+    
+    This reverts commit 57d1c08739d0acd94b96da2f9d5dd6c0ff3b3722.
+    
+    Err. This was an accident.
+
+ src/hb-ot-layout-common.hh   |  13 --
+ src/hb-ot-layout-gsubgpos.hh | 275 +++++++------------------------------------
+ src/hb-ot-layout.cc          |  10 +-
+ 3 files changed, 43 insertions(+), 255 deletions(-)
+
+commit 57d1c08739d0acd94b96da2f9d5dd6c0ff3b3722
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 5 02:45:41 2022 -0600
+
+    [layout] Use a cache for main input ClassDef of (Chain)ContextLookups
+
+ src/hb-ot-layout-common.hh   |  13 ++
+ src/hb-ot-layout-gsubgpos.hh | 275 ++++++++++++++++++++++++++++++++++++-------
+ src/hb-ot-layout.cc          |  10 +-
+ 3 files changed, 255 insertions(+), 43 deletions(-)
+
+commit 697287fbd7a8c8e21a36c9b73eeffecd6b862aaa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 5 06:53:42 2022 -0600
+
+    [benchmark-shape,hb-shape-threads] Fix argument parsing order
+    
+    After recent change.
+
+ perf/benchmark-shape.cc          | 4 ++--
+ test/threads/hb-shape-threads.cc | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit c03a31417b5346b7b91ca1c2137a77625cd62c14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 5 02:31:21 2022 -0600
+
+    [hb-shape-threads] Adjustments similar to benchmark-shape
+    
+    Duplication sighz.
+
+ test/threads/hb-shape-threads.cc | 34 ++++++++++++++++------------------
+ 1 file changed, 16 insertions(+), 18 deletions(-)
+
+commit d7c9cc34ae549ad6e54095732a6fc4aadfbadff4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 5 02:30:11 2022 -0600
+
+    Fix build
+
+ test/threads/hb-shape-threads.cc | 8 --------
+ 1 file changed, 8 deletions(-)
+
+commit 2dec74207067b793c5203fe7f8a00930f81d2f5a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 5 02:04:02 2022 -0600
+
+    [benchmark-shape] Remove a few tests
+    
+    They were not adding value.
+
+ perf/benchmark-shape.cc     | 12 ------------
+ perf/texts/fa-monologue.txt |  1 -
+ 2 files changed, 13 deletions(-)
+
+commit 3c258e1373e056cbddf27c31f1675547b884cfef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 5 02:01:17 2022 -0600
+
+    [benchmark-shape] Reorder text vs font order for better output
+
+ perf/benchmark-shape.cc | 45 +++++++++++++++++++++++----------------------
+ 1 file changed, 23 insertions(+), 22 deletions(-)
+
+commit 92e81ab1dfcbd4e8ed4d70082a427c8e339269c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 5 01:14:32 2022 -0600
+
+    [indic/khmer/myanmar] Shift category numbers around to avoid overlap
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3632
+
+ src/hb-ot-shaper-indic-machine.hh   | 433 +++++++++++++++++-------------------
+ src/hb-ot-shaper-indic-machine.rl   |  20 +-
+ src/hb-ot-shaper-indic.hh           |  21 +-
+ src/hb-ot-shaper-khmer-machine.hh   | 188 ++++++++--------
+ src/hb-ot-shaper-khmer-machine.rl   |   8 +-
+ src/hb-ot-shaper-myanmar-machine.hh | 298 ++++++++++++-------------
+ src/hb-ot-shaper-myanmar-machine.rl |   8 +-
+ 7 files changed, 481 insertions(+), 495 deletions(-)
+
+commit d6dbc0d17524e3f4bdaf7dbfd7f97b02e51fdb14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 5 00:58:53 2022 -0600
+
+    [gi/ft] Silence warnings
+    
+    gi doesn't understand that FT_Face is a pointer, and not bare struct.
+    So it skips these APIs anyway. Mark skip to silense the warning.
+    
+    ../src/hb-ft.cc:242: Warning: HarfBuzz: hb_ft_font_get_face: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
+    ../src/hb-ft.cc:264: Warning: HarfBuzz: hb_ft_font_lock_face: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
+
+ src/hb-ft.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f78a25098adc30ec24cde24676c2a077883a25e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 5 00:55:35 2022 -0600
+
+    [gi] Remove Xconstructor annotations
+
+ src/hb-buffer.cc     | 2 +-
+ src/hb-draw.cc       | 2 +-
+ src/hb-face.cc       | 2 +-
+ src/hb-font.cc       | 4 ++--
+ src/hb-map.cc        | 2 +-
+ src/hb-set.cc        | 2 +-
+ src/hb-shape-plan.cc | 4 ++--
+ src/hb-unicode.cc    | 2 +-
+ 8 files changed, 10 insertions(+), 10 deletions(-)
+
+commit aef92b2846f08f99a30b2bd491b046c33576a884
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 5 00:44:31 2022 -0600
+
+    [ci] Better compiler specification in configs-build job
+
+ .github/workflows/configs-build.yml | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit cb961eac5ce98d43b0aa477b341b5bdd0b93fea2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 5 00:44:07 2022 -0600
+
+    [configs] Fix builds with HB_NO_BUFFER_SERIALIZE but not HB_NO_BUFFER_VERIFY
+    
+    https://github.com/harfbuzz/harfbuzz/commit/e986c12075a69300a5e114fe139ae5acd762ef1b#commitcomment-75339317
+
+ src/hb-buffer-verify.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 67852504f61eda5721ebe3831d91cd6167922157
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 4 08:45:03 2022 -0600
+
+    [indic/myanmar] No-op update to machines
+
+ src/hb-ot-shaper-indic-machine.hh   |  49 +++---
+ src/hb-ot-shaper-indic-machine.rl   |   3 +-
+ src/hb-ot-shaper-indic.hh           |   5 +-
+ src/hb-ot-shaper-myanmar-machine.hh | 331 ++++++++++++++++++------------------
+ 4 files changed, 193 insertions(+), 195 deletions(-)
+
+commit 20a61ca447a952c54b18ecae273aa8639e6650d4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 4 08:35:22 2022 -0600
+
+    [myanmar] Fold D category into GB
+    
+    Trying to free a byte the buffer vars, for caching of lookups.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3633
+
+ src/hb-ot-shaper-myanmar-machine.hh | 4 ++--
+ src/hb-ot-shaper-myanmar-machine.rl | 4 ++--
+ src/hb-ot-shaper-myanmar.hh         | 4 ++--
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+commit f9b643f6b25ececbb6506dcc86eb5c50fd9824ca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 4 07:29:40 2022 -0600
+
+    [layout] s/hb_get_subtables_context_t/hb_accelerate_subtables_context_t/g
+
+ src/hb-ot-layout-gsubgpos.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit d4dfb8c1f19fe9ba99ff19718a67543fa027cb33
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 4 06:50:38 2022 -0600
+
+    [arabic] Free up buffer variable earlier
+
+ src/hb-ot-shaper-arabic.cc | 11 +++++++++--
+ 1 file changed, 9 insertions(+), 2 deletions(-)
+
+commit 0c3d8c0d0f102c7ea622d94f86a24698206cb7a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 4 06:05:23 2022 -0600
+
+    [README] Test adding as a symlink
+    
+    Autoconf requires README
+
+ README | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 4510d9a92894039a2ae3043b9b08a28b03c5ca66
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 4 06:02:25 2022 -0600
+
+    [README] Delete. We ship README.md
+
+ README | 15 ---------------
+ 1 file changed, 15 deletions(-)
+
+commit 01337e7a64d9c0fb907fc5aa5de495b84713ce9c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 4 06:01:52 2022 -0600
+
+    [README.md] minor
+
+ README.md | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3972ec7340270d2f0385502ee8b9b13dd5b23ab7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 4 06:01:17 2022 -0600
+
+    [TESTING.md] Update profiling instructions.
+
+ TESTING.md | 6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+commit af41be6fa7e7a19f6d0e608b1d77b8ff4f4cef97
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Apr 25 02:59:00 2022 +0200
+
+    Move freedesktop.org/wiki/HarfBuzz content to README.md
+
+ README.md | 15 +++++++++++++++
+ 1 file changed, 15 insertions(+)
+
+commit 9622337b524449257c43e70e8015627b4c6529dd
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Apr 25 04:14:03 2022 +0200
+
+    Move old harfbuzz.org content to README.md
+    
+    Copied from:
+    
+      https://web.archive.org/web/20191221151847/https://freedesktop.org/wiki/Software/HarfBuzz/
+    
+    Edited lightly trying to merge it with existing README.md content and
+    remove grossly outdated bits. Might still need more editing.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1919
+
+ README.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 55 insertions(+), 2 deletions(-)
+
+commit e2ece939fbc23fc8dbb44242680fbe682f9623ab
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jun 3 21:01:52 2022 +0200
+
+    [doc] Expand a little bit on Uniscribe compatibility
+    
+    https://github.com/harfbuzz/harfbuzz/issues/3556#issuecomment-1130247124
+
+ docs/usermanual-opentype-features.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8d36300154d8fd774abebf8348cfdd6af971c50d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jun 3 21:00:08 2022 +0200
+
+    [doc] Talk less about “complex” scripts
+    
+    Use more neutral terms and don’t make it like some scripts are outliers.
+
+ docs/usermanual-clusters.xml          |  2 +-
+ docs/usermanual-getting-started.xml   |  2 +-
+ docs/usermanual-opentype-features.xml |  4 ++--
+ docs/usermanual-shaping-concepts.xml  | 45 +++++++++++++++--------------------
+ 4 files changed, 23 insertions(+), 30 deletions(-)
+
+commit bd44840fab0532078e14201e7aad34614f981f81
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jun 3 20:24:32 2022 +0200
+
+    [doc] s/complexshapers/shapers/g
+
+ docs/features.dot | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cc7ebb0ffa488a3e51efd13973ece4ddd8010dba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 4 05:42:58 2022 -0600
+
+    Remove remaining mention to complex shapers in the code
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3628#issuecomment-1146248037
+
+ src/hb-ot-shape-normalize.cc | 2 +-
+ src/hb-ot-shape.cc           | 8 ++++----
+ src/hb-subset-input.cc       | 3 ++-
+ 3 files changed, 7 insertions(+), 6 deletions(-)
+
+commit b39b5f2f31d69d5fbe24659d294fd22f099f5956
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 04:10:28 2022 -0600
+
+    [name] Implement approximate language matching
+    
+    Very rudimentary.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3354
+
+ src/hb-ot-name-table.hh | 36 +++++++++++++++++++++++++++++++-----
+ test/api/test-ot-name.c |  7 +++++++
+ 2 files changed, 38 insertions(+), 5 deletions(-)
+
+commit 40d7d56e53035e66db5a76a15be3fedd3f9f11cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 05:40:18 2022 -0600
+
+    [subset-input] Minor move
+
+ src/hb-subset-input.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 40193adbfcd4e33fa1fde2fa61b3bcca3548fd05
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 05:35:19 2022 -0600
+
+    [subset] Update default features list
+
+ src/hb-subset-input.cc | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 26d8066a41fa75160429846e757a4989a7b54f12
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jun 3 10:28:02 2022 +0200
+
+    [test/shape] Remove texts subdirectory
+    
+    These texts were never hooked into the test suite, they however
+    represent a good collection of test texts, but one can always access
+    them from git history.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3123
+
+ test/shape/Makefile.am                             |    1 -
+ .../script-arabic/language-persian/mehran.txt      |    8 -
+ .../language-urdu/crulp/ligatures/2grams.txt       |  601 --
+ .../language-urdu/crulp/ligatures/3grams.txt       | 3415 -----------
+ .../language-urdu/crulp/ligatures/4grams.txt       | 6316 --------------------
+ .../language-urdu/crulp/ligatures/5grams.txt       | 5029 ----------------
+ .../language-urdu/crulp/ligatures/6grams.txt       | 1542 -----
+ .../language-urdu/crulp/ligatures/7grams.txt       |  354 --
+ .../language-urdu/crulp/ligatures/8grams.txt       |   26 -
+ .../language-urdu/crulp/ligatures/LICENSE          |    3 -
+ .../language-urdu/crulp/ligatures/README           |   16 -
+ .../language-urdu/crulp/ligatures/SOURCES          |    4 -
+ .../script-arabic/misc/diacritics/lam-alef.txt     |   28 -
+ .../misc/diacritics/language-arabic.txt            |  695 ---
+ .../misc/diacritics/language-persian.txt           |   48 -
+ .../misc/diacritics/language-urdu.txt              |  188 -
+ .../misc/diacritics/ligature-components.txt        |   18 -
+ .../misc/diacritics/ligature-diacritics.txt        |    1 -
+ .../misc/diacritics/mark-skipping.txt              |   10 -
+ .../shaper-arabic/script-mongolian/misc/misc.txt   |    6 -
+ .../script-mongolian/misc/non-joining.txt          |    8 -
+ .../shaper-arabic/script-mongolian/misc/poem.txt   |    4 -
+ .../script-mongolian/misc/variation-selectors.txt  |    8 -
+ .../shaper-arabic/script-nko/misc/misc.txt         |    5 -
+ .../shaper-arabic/script-phags-pa/misc/misc.txt    |   14 -
+ .../script-syriac/misc/abbreviation-mark.txt       |   11 -
+ .../shaper-arabic/script-syriac/misc/alaph.txt     |   98 -
+ .../shaper-default/script-ethiopic/misc/misc.txt   |    1 -
+ .../shaper-default/script-han/misc/cjk-compat.txt  |    3 -
+ .../script-hiragana/misc/kazuraki-liga-lines.txt   |    8 -
+ .../script-hiragana/misc/kazuraki-liga.txt         |   53 -
+ .../shaper-default/script-linear-b/misc/misc.txt   |    1 -
+ .../shaper-default/script-tifinagh/misc/misc.txt   |   10 -
+ .../shaper-hangul/script-hangul/misc/misc.txt      |    4 -
+ .../script-hebrew/misc/diacritics.txt              |   16 -
+ .../shaper-indic/script-assamese/utrrs/LICENSE     |   19 -
+ .../shaper-indic/script-assamese/utrrs/README      |   13 -
+ .../shaper-indic/script-assamese/utrrs/SOURCES     |    2 -
+ .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 -
+ .../IndicFontFeatureCodepoint-Consonants.txt       |   40 -
+ .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 -
+ .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
+ ...IndicFontFeatureCodepoint-IndependentVowels.txt |   11 -
+ .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
+ .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 -
+ .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   59 -
+ .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  131 -
+ .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  139 -
+ .../script-bengali/bengali-vowel-letters.txt       |    3 -
+ .../shaper-indic/script-bengali/misc/misc.txt      |   53 -
+ .../shaper-indic/script-bengali/misc/reph.txt      |   14 -
+ .../shaper-indic/script-bengali/utrrs/LICENSE      |   19 -
+ .../shaper-indic/script-bengali/utrrs/README       |   13 -
+ .../shaper-indic/script-bengali/utrrs/SOURCES      |    2 -
+ .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 -
+ .../IndicFontFeatureCodepoint-Consonants.txt       |   36 -
+ .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 -
+ .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
+ ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 -
+ .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
+ .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 -
+ .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   58 -
+ .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  119 -
+ .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  215 -
+ .../devanagari-atomic-consonants.txt               |   33 -
+ .../script-devanagari/devanagari-vowel-letters.txt |   17 -
+ .../script-devanagari/misc/dottedcircle.txt        |    8 -
+ .../script-devanagari/misc/eyelash.txt             |    3 -
+ .../script-devanagari/misc/joiners.txt             |   19 -
+ .../shaper-indic/script-devanagari/misc/misc.txt   |   36 -
+ .../script-devanagari/misc/spec-deviations.txt     |    1 -
+ .../script-devanagari/misc/tricky-reordering.txt   |    5 -
+ .../shaper-indic/script-devanagari/utrrs/LICENSE   |   19 -
+ .../shaper-indic/script-devanagari/utrrs/README    |   13 -
+ .../shaper-indic/script-devanagari/utrrs/SOURCES   |    2 -
+ ...icFontFeatureCodepoint-AdditionalConsonants.txt |    8 -
+ .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 -
+ .../IndicFontFeatureCodepoint-Consonants.txt       |   45 -
+ .../IndicFontFeatureCodepoint-DependentVowels.txt  |   14 -
+ ...tFeatureCodepoint-DevnagariSpecificAddition.txt |    1 -
+ .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
+ ...ndicFontFeatureCodepoint-GenericPunctuation.txt |    2 -
+ ...IndicFontFeatureCodepoint-IndependentVowels.txt |   16 -
+ .../IndicFontFeatureCodepoint-VariousSigns.txt     |   10 -
+ .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  185 -
+ .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  185 -
+ .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1367 -----
+ .../script-gujarati/gujarati-vowel-letters.txt     |    8 -
+ .../shaper-indic/script-gujarati/utrrs/LICENSE     |   19 -
+ .../shaper-indic/script-gujarati/utrrs/README      |   13 -
+ .../shaper-indic/script-gujarati/utrrs/SOURCES     |    2 -
+ .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 -
+ .../IndicFontFeatureCodepoint-Consonants.txt       |   34 -
+ .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 -
+ .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
+ ...IndicFontFeatureCodepoint-IndependentVowels.txt |   13 -
+ .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
+ .../IndicFontFeatureCodepoint-VariousSigns.txt     |    7 -
+ .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  170 -
+ .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  170 -
+ .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1156 ----
+ .../script-gurmukhi/gurmukhi-vowel-letters.txt     |    9 -
+ .../shaper-indic/script-gurmukhi/misc/misc.txt     |    2 -
+ .../shaper-indic/script-gurmukhi/utrrs/LICENSE     |   19 -
+ .../shaper-indic/script-gurmukhi/utrrs/README      |   13 -
+ .../shaper-indic/script-gurmukhi/utrrs/SOURCES     |    2 -
+ .../IndicFontFeatureCodepoint-Consonants.txt       |   38 -
+ .../IndicFontFeatureCodepoint-DependentVowels.txt  |    9 -
+ .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
+ .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt |    6 -
+ ...IndicFontFeatureCodepoint-IndependentVowels.txt |   10 -
+ .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
+ .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 -
+ .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   22 -
+ .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |    2 -
+ .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  152 -
+ .../script-kannada/kannada-vowel-letters.txt       |    3 -
+ .../shaper-indic/script-kannada/misc/misc.txt      |   20 -
+ .../script-kannada/misc/right-matras.txt           |    7 -
+ .../shaper-indic/script-kannada/utrrs/LICENSE      |   19 -
+ .../shaper-indic/script-kannada/utrrs/README       |   13 -
+ .../shaper-indic/script-kannada/utrrs/SOURCES      |    2 -
+ ...icFontFeatureCodepoint-AdditionalConsonants.txt |    1 -
+ .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 -
+ .../IndicFontFeatureCodepoint-Consonants.txt       |   40 -
+ .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 -
+ .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
+ ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 -
+ .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
+ .../IndicFontFeatureCodepoint-VariousSigns.txt     |    9 -
+ .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  188 -
+ .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  306 -
+ .../script-malayalam/malayalam-vowel-letters.txt   |    5 -
+ .../shaper-indic/script-malayalam/misc/cibu.txt    |  188 -
+ .../script-malayalam/misc/dot-reph.txt             |   15 -
+ .../shaper-indic/script-malayalam/misc/misc.txt    |   65 -
+ .../shaper-indic/script-malayalam/utrrs/LICENSE    |   19 -
+ .../shaper-indic/script-malayalam/utrrs/README     |   13 -
+ .../shaper-indic/script-malayalam/utrrs/SOURCES    |    2 -
+ .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 -
+ .../IndicFontFeatureCodepoint-Consonants.txt       |   36 -
+ .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 -
+ .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
+ ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 -
+ .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
+ .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 -
+ .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  254 -
+ .../shaper-indic/script-oriya/misc/bindu.txt       |    2 -
+ .../shaper-indic/script-oriya/misc/misc.txt        |   28 -
+ .../script-oriya/oriya-vowel-letters.txt           |    3 -
+ .../shaper-indic/script-oriya/utrrs/LICENSE        |   19 -
+ .../shaper-indic/script-oriya/utrrs/README         |   13 -
+ .../shaper-indic/script-oriya/utrrs/SOURCES        |    2 -
+ ...icFontFeatureCodepoint-AdditionalConsonants.txt |    3 -
+ .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 -
+ .../IndicFontFeatureCodepoint-Consonants.txt       |   34 -
+ .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 -
+ .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
+ ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 -
+ .../IndicFontFeatureCodepoint-OriyaSpecific.txt    |    2 -
+ .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
+ .../IndicFontFeatureCodepoint-VariousSigns.txt     |    8 -
+ .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  170 -
+ .../shaper-indic/script-sinhala/misc/extensive.txt | 4390 --------------
+ .../shaper-indic/script-sinhala/misc/misc.txt      |   41 -
+ .../shaper-indic/script-sinhala/misc/reph.txt      |    3 -
+ .../script-sinhala/misc/split-matras.txt           |    4 -
+ .../shaper-indic/script-sinhala/utrrs/LICENSE      |   19 -
+ .../shaper-indic/script-sinhala/utrrs/README       |   13 -
+ .../shaper-indic/script-sinhala/utrrs/SOURCES      |    2 -
+ .../IndicFontFeatureCodepoint-Consonants.txt       |   41 -
+ .../IndicFontFeatureCodepoint-DependentVowels.txt  |   17 -
+ ...IndicFontFeatureCodepoint-IndependentVowels.txt |   18 -
+ .../IndicFontFeatureCodepoint-Punctuation.txt      |    1 -
+ .../IndicFontFeatureCodepoint-VariousSigns.txt     |    3 -
+ .../utrrs/gpos/IndicFontFeatureGPOS.txt            |  162 -
+ .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt   |    1 -
+ .../gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt    |   41 -
+ .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt     |   42 -
+ .../gsub/IndicFontFeatureGSUB-Special-Cases.txt    |    2 -
+ .../gsub/IndicFontFeatureGSUB-TouchingLetters.txt  |    1 -
+ .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt    |   41 -
+ .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    1 -
+ .../shaper-indic/script-tamil/misc/misc.txt        |   43 -
+ .../shaper-indic/script-tamil/utrrs/LICENSE        |   19 -
+ .../shaper-indic/script-tamil/utrrs/README         |   13 -
+ .../shaper-indic/script-tamil/utrrs/SOURCES        |    2 -
+ .../IndicFontFeatureCodepoint-Consonants.txt       |   23 -
+ .../IndicFontFeatureCodepoint-CurrencySymbols.txt  |    1 -
+ .../IndicFontFeatureCodepoint-DependentVowels.txt  |   11 -
+ .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
+ ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 -
+ .../IndicFontFeatureCodepoint-Numerics.txt         |    3 -
+ .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
+ .../IndicFontFeatureCodepoint-Symbols.txt          |    6 -
+ .../IndicFontFeatureCodepoint-TamilSymbol.txt      |    1 -
+ .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 -
+ .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   64 -
+ .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   44 -
+ .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    4 -
+ .../shaper-indic/script-telugu/misc/misc.txt       |   12 -
+ .../script-telugu/telugu-vowel-letters.txt         |    5 -
+ .../shaper-indic/script-telugu/utrrs/LICENSE       |   19 -
+ .../shaper-indic/script-telugu/utrrs/README        |   13 -
+ .../shaper-indic/script-telugu/utrrs/SOURCES       |    2 -
+ .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 -
+ .../IndicFontFeatureCodepoint-Consonants.txt       |   38 -
+ .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 -
+ .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
+ ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 -
+ .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
+ .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 -
+ .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  385 --
+ .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  287 -
+ test/shape/texts/in-house/shaper-khmer/misc.txt    |   89 -
+ .../in-house/shaper-khmer/other-marks-invalid.txt  |    4 -
+ .../texts/in-house/shaper-khmer/other-marks.txt    |    7 -
+ .../shaper-myanmar/script-myanmar/misc/misc.txt    |    7 -
+ .../shaper-myanmar/script-myanmar/misc/otspec.txt  |    1 -
+ .../shaper-myanmar/script-myanmar/misc/utn11.txt   |   34 -
+ .../shaper-thai/script-lao/misc/sara-am.txt        |   20 -
+ .../in-house/shaper-thai/script-thai/misc/misc.txt |   11 -
+ .../shaper-thai/script-thai/misc/phinthu.txt       |   16 -
+ .../shaper-thai/script-thai/misc/pua-shaping.txt   |   11 -
+ .../shaper-thai/script-thai/misc/sara-am.txt       |   20 -
+ .../script-tibetan/misc/contractions.txt           |  612 --
+ .../shaper-tibetan/script-tibetan/misc/misc.txt    |    2 -
+ .../in-house/shaper-use/script-batak/misc.txt      |    9 -
+ .../in-house/shaper-use/script-buginese/misc.txt   |   70 -
+ .../texts/in-house/shaper-use/script-cham/misc.txt |    3 -
+ .../in-house/shaper-use/script-javanese/misc.txt   |   54 -
+ .../in-house/shaper-use/script-kaithi/misc.txt     |    6 -
+ .../in-house/shaper-use/script-kharoshti/misc.txt  |   36 -
+ .../in-house/shaper-use/script-tai-tham/misc.txt   |    2 -
+ .../shaper-use/script-tai-tham/torture.txt         |   23 -
+ 235 files changed, 32058 deletions(-)
+
+commit cd41557a96a57383266413818b065729b890d261
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jun 3 09:46:57 2022 +0200
+
+    [test/shape] Add PhagsPa tests
+    
+    Adopted from texts/in-house/shaper-arabic/script-phags-pa/misc/misc.txt.
+    
+    Using Noto Sans PhagsPa.
+
+ test/shape/data/in-house/Makefile.sources                |   1 +
+ .../fonts/ec404b8524cd56efa5d25524cc8541a0b6604b4f.ttf   | Bin 0 -> 8324 bytes
+ test/shape/data/in-house/meson.build                     |   1 +
+ test/shape/data/in-house/tests/arabic-phags-pa.tests     |  14 ++++++++++++++
+ 4 files changed, 16 insertions(+)
+
+commit 1ab12e314a64fac78d9c720cb6f786a1a3705228
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jun 3 09:37:25 2022 +0200
+
+    [test/shape] Add Malayalam dot-reph tests
+    
+    Adopted from texts/in-house/shaper-indic/script-malayalam/misc/dot-reph.txt.
+    
+    Using Noto Sans Malayalam.
+
+ test/shape/data/in-house/Makefile.sources                |   1 +
+ .../fonts/55e2910dbc9ef5dd89f4e146e7e0152169545b6a.ttf   | Bin 0 -> 5464 bytes
+ test/shape/data/in-house/meson.build                     |   1 +
+ .../data/in-house/tests/indic-malayalam-dot-reph.tests   |  15 +++++++++++++++
+ 4 files changed, 17 insertions(+)
+
+commit 6b2f3b5a99110fd8081f1e51cc5c3c1fcfbf7e2a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jun 3 09:15:24 2022 +0200
+
+    [test/shape] Add Javanese tests
+    
+    Adopted from texts/in-house/shaper-use/script-javanese/misc.txt.
+    
+    I don’t know what font this was originally tested against, so I used
+    Noto Sans Javanese.
+
+ test/shape/data/in-house/Makefile.sources          |   1 +
+ .../f70f345188472b93f565d1d7fae8c668dd6a3244.ttf   | Bin 0 -> 90140 bytes
+ test/shape/data/in-house/meson.build               |   1 +
+ test/shape/data/in-house/tests/use-javanese.tests  |  54 +++++++++++++++++++++
+ 4 files changed, 56 insertions(+)
+
+commit c9c47dd8ad12cade0a5639086173bd3a3c23f4bd
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jun 3 08:58:57 2022 +0200
+
+    [test/shape] Add Hebrew diacritics tests
+    
+    Adopted from 406044986a68676f3050f9350ccc448c615fc685. Using
+    TaameyFrankCLM.ttf from the Mozilla issue.
+
+ test/shape/data/in-house/Makefile.sources          |   1 +
+ .../b895f8ff06493cc893ec44de380690ca0074edfa.ttf   | Bin 0 -> 29284 bytes
+ test/shape/data/in-house/meson.build               |   1 +
+ .../data/in-house/tests/hebrew-diacritics.tests    |  31 +++++++++++++++++++++
+ 4 files changed, 33 insertions(+)
+
+commit ef5d7febc826279e81aba84db8eb7ddf8289d2b0
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jun 3 08:46:30 2022 +0200
+
+    [test/shape] Allow using hb-subset in record-test.sh
+    
+    I think it is about time we use our own subsetter here. FontTools can
+    still be used.
+
+ test/shape/record-test.sh | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit 5bfb0b721c6c492ad61abf99bd36913cc83ec0b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 02:56:41 2022 -0600
+
+    Rename s/shape-complex/shaper/g
+
+ src/Makefile.sources                               | 64 +++++++++++-----------
+ src/gen-indic-table.py                             |  2 +-
+ src/gen-use-table.py                               |  2 +-
+ src/gen-vowel-constraints.py                       |  2 +-
+ src/harfbuzz.cc                                    | 24 ++++----
+ src/hb-ot-shape-normalize.cc                       |  2 +-
+ src/hb-ot-shape.cc                                 |  2 +-
+ ...fallback.hh => hb-ot-shaper-arabic-fallback.hh} |  2 +-
+ ...list.hh => hb-ot-shaper-arabic-joining-list.hh} |  0
+ ...rabic-table.hh => hb-ot-shaper-arabic-table.hh} |  0
+ ...c-win1256.hh => hb-ot-shaper-arabic-win1256.hh} |  2 +-
+ ...pe-complex-arabic.cc => hb-ot-shaper-arabic.cc} |  6 +-
+ ...pe-complex-arabic.hh => hb-ot-shaper-arabic.hh} |  2 +-
+ ...-complex-default.cc => hb-ot-shaper-default.cc} |  2 +-
+ ...pe-complex-hangul.cc => hb-ot-shaper-hangul.cc} |  2 +-
+ ...pe-complex-hebrew.cc => hb-ot-shaper-hebrew.cc} |  2 +-
+ ...ic-machine.hh => hb-ot-shaper-indic-machine.hh} | 54 +++++++++---------
+ ...ic-machine.rl => hb-ot-shaper-indic-machine.rl} |  0
+ ...-indic-table.cc => hb-ot-shaper-indic-table.cc} |  2 +-
+ ...hape-complex-indic.cc => hb-ot-shaper-indic.cc} |  6 +-
+ ...hape-complex-indic.hh => hb-ot-shaper-indic.hh} |  2 +-
+ ...er-machine.hh => hb-ot-shaper-khmer-machine.hh} | 40 +++++++-------
+ ...er-machine.rl => hb-ot-shaper-khmer-machine.rl} |  0
+ ...hape-complex-khmer.cc => hb-ot-shaper-khmer.cc} |  4 +-
+ ...hape-complex-khmer.hh => hb-ot-shaper-khmer.hh} |  2 +-
+ ...-machine.hh => hb-ot-shaper-myanmar-machine.hh} | 40 +++++++-------
+ ...-machine.rl => hb-ot-shaper-myanmar-machine.rl} |  0
+ ...-complex-myanmar.cc => hb-ot-shaper-myanmar.cc} |  4 +-
+ ...-complex-myanmar.hh => hb-ot-shaper-myanmar.hh} |  2 +-
+ ...omplex-syllabic.cc => hb-ot-shaper-syllabic.cc} |  2 +-
+ ...omplex-syllabic.hh => hb-ot-shaper-syllabic.hh} |  2 +-
+ ...-shape-complex-thai.cc => hb-ot-shaper-thai.cc} |  2 +-
+ ...-use-machine.hh => hb-ot-shaper-use-machine.hh} | 54 +++++++++---------
+ ...-use-machine.rl => hb-ot-shaper-use-machine.rl} |  2 +-
+ ...plex-use-table.hh => hb-ot-shaper-use-table.hh} |  2 +-
+ ...ot-shape-complex-use.cc => hb-ot-shaper-use.cc} | 10 ++--
+ ...raints.cc => hb-ot-shaper-vowel-constraints.cc} |  2 +-
+ ...raints.hh => hb-ot-shaper-vowel-constraints.hh} |  2 +-
+ src/{hb-ot-shape-complex.hh => hb-ot-shaper.hh}    |  0
+ src/meson.build                                    | 64 +++++++++++-----------
+ src/update-unicode-tables.make                     | 20 +++----
+ 41 files changed, 217 insertions(+), 217 deletions(-)
+
+commit 44be1e5dfb8f7f9398d16421157ef363d1cae157
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 02:54:33 2022 -0600
+
+    s/SHAPE_COMPLEX/SHAPER/g
+
+ src/gen-arabic-joining-list.py                 | 6 +++---
+ src/gen-arabic-table.py                        | 6 +++---
+ src/gen-use-table.py                           | 6 +++---
+ src/gen-vowel-constraints.py                   | 2 +-
+ src/hb-config.hh                               | 8 ++++----
+ src/hb-ot-shape-complex-arabic-fallback.hh     | 6 +++---
+ src/hb-ot-shape-complex-arabic-joining-list.hh | 6 +++---
+ src/hb-ot-shape-complex-arabic-table.hh        | 6 +++---
+ src/hb-ot-shape-complex-arabic-win1256.hh      | 6 +++---
+ src/hb-ot-shape-complex-arabic.cc              | 2 +-
+ src/hb-ot-shape-complex-arabic.hh              | 6 +++---
+ src/hb-ot-shape-complex-hebrew.cc              | 2 +-
+ src/hb-ot-shape-complex-indic-machine.hh       | 6 +++---
+ src/hb-ot-shape-complex-indic-machine.rl       | 6 +++---
+ src/hb-ot-shape-complex-indic.hh               | 6 +++---
+ src/hb-ot-shape-complex-khmer-machine.hh       | 6 +++---
+ src/hb-ot-shape-complex-khmer-machine.rl       | 6 +++---
+ src/hb-ot-shape-complex-khmer.hh               | 6 +++---
+ src/hb-ot-shape-complex-myanmar-machine.hh     | 6 +++---
+ src/hb-ot-shape-complex-myanmar-machine.rl     | 6 +++---
+ src/hb-ot-shape-complex-myanmar.hh             | 6 +++---
+ src/hb-ot-shape-complex-syllabic.hh            | 6 +++---
+ src/hb-ot-shape-complex-thai.cc                | 2 +-
+ src/hb-ot-shape-complex-use-machine.hh         | 6 +++---
+ src/hb-ot-shape-complex-use-machine.rl         | 6 +++---
+ src/hb-ot-shape-complex-use-table.hh           | 6 +++---
+ src/hb-ot-shape-complex-vowel-constraints.cc   | 2 +-
+ src/hb-ot-shape-complex-vowel-constraints.hh   | 6 +++---
+ src/hb-ot-shape-complex.hh                     | 6 +++---
+ 29 files changed, 78 insertions(+), 78 deletions(-)
+
+commit 6fbb552156cc36e90ef25b0c6519a661bf76f597
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 02:50:25 2022 -0600
+
+    s/FLAG_COMPLEX/FLAG_SHAPER/g
+
+ src/hb-buffer.hh                  | 10 +++++-----
+ src/hb-ot-shape-complex-arabic.cc |  2 +-
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 6d9e94d2b88915e6e672b0a937da3b89085b520a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 02:48:34 2022 -0600
+
+    s/hb_ot_shape_complex_categorize/hb_ot_shaper_categorize/g
+
+ src/hb-ot-shape-complex.hh | 2 +-
+ src/hb-ot-shape.cc         | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit a560182cb3b97d9484c6ab0697f99895c0109eb0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 02:46:58 2022 -0600
+
+    s/complex_var/ot_shaper_var/g
+
+ src/hb-ot-shape-complex-arabic.cc      | 2 +-
+ src/hb-ot-shape-complex-hangul.cc      | 2 +-
+ src/hb-ot-shape-complex-indic.hh       | 4 ++--
+ src/hb-ot-shape-complex-syllabic.cc    | 6 +++---
+ src/hb-ot-shape-complex-use-machine.hh | 2 +-
+ src/hb-ot-shape-complex-use-machine.rl | 2 +-
+ src/hb-ot-shape-complex.hh             | 6 +++---
+ 7 files changed, 12 insertions(+), 12 deletions(-)
+
+commit 13fbed29e484df26d51944b9e10d480449a9f0b1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 02:45:04 2022 -0600
+
+    s/HB_OT_SHAPE_COMPLEX_MAX_COMBINING_MARKS/HB_OT_SHAPE_MAX_COMBINING_MARKS/g
+
+ src/hb-ot-shape-complex-arabic.cc | 2 +-
+ src/hb-ot-shape-complex.hh        | 2 +-
+ src/hb-ot-shape-normalize.cc      | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 44a7b3b773ad13bfa494aed266c7453996c41696
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 02:42:34 2022 -0600
+
+    s/ot_complex_shaper/ot_shaper/g
+
+ src/gen-vowel-constraints.py       |  2 +-
+ src/hb-ot-shape-complex-arabic.cc  |  2 +-
+ src/hb-ot-shape-complex-default.cc |  4 ++--
+ src/hb-ot-shape-complex-hangul.cc  |  2 +-
+ src/hb-ot-shape-complex-hebrew.cc  |  2 +-
+ src/hb-ot-shape-complex-indic.cc   |  2 +-
+ src/hb-ot-shape-complex-khmer.cc   |  2 +-
+ src/hb-ot-shape-complex-myanmar.cc |  4 ++--
+ src/hb-ot-shape-complex-thai.cc    |  2 +-
+ src/hb-ot-shape-complex-use.cc     |  2 +-
+ src/hb-ot-shape-complex.hh         | 36 ++++++++++++++++++------------------
+ src/hb-ot-shape.cc                 |  4 ++--
+ src/hb-ot-shape.hh                 |  4 ++--
+ 13 files changed, 34 insertions(+), 34 deletions(-)
+
+commit e5161977a40f2596af9d198565ccf2c4739300f9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 02:40:54 2022 -0600
+
+    s/COMPLEX_SHAPER/OT_SHAPER/g
+
+ src/hb-ot-shape-complex.hh | 30 +++++++++++++++---------------
+ 1 file changed, 15 insertions(+), 15 deletions(-)
+
+commit f3a8b7f36b29fa7a7c7946023cbdcb915e1d6cbf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 02:21:46 2022 -0600
+
+    [algs] Test hb_hash()
+
+ src/test-algs.cc | 15 +++++++++++++++
+ 1 file changed, 15 insertions(+)
+
+commit 7aacdd05bd4d6fa1305d6671521dd01d28b622c3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 02:10:06 2022 -0600
+
+    [cplusplus] Test hashing shared_ptr / unique_ptr
+
+ test/api/test-cplusplus.cc | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit 51ca1c9b59932899487f5c116cd33ce733929cfa
+Merge: 7ec3aad20 215a0afad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 08:56:20 2022 +0100
+
+    Merge pull request #3626 from harfbuzz/fix-map
+    
+    Fix map
+
+commit 215a0afad19a43f88cb8fbeb51877997b40e2567
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 01:48:46 2022 -0600
+
+    [algs] Remove unused hb_coerce()
+
+ src/hb-algs.hh | 8 --------
+ 1 file changed, 8 deletions(-)
+
+commit 5dc12d7d8d7aeb3418870d2b3695ff10a53296f6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 01:37:02 2022 -0600
+
+    [cmap] Rewrite set_for() slightly
+
+ src/hb-ot-cmap-table.hh | 16 ++++++++++++----
+ 1 file changed, 12 insertions(+), 4 deletions(-)
+
+commit 9552955e081f3d871765055fd5abad9070cfcf90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 01:33:01 2022 -0600
+
+    Add an unlikely
+
+ src/hb-ot-cmap-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 88f00ecb84a5f78dffabdfa5a8bdc2ed1d452ce4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 01:30:27 2022 -0600
+
+    [map] Fix iter_ref () and test it
+
+ src/hb-map.hh   | 4 ++--
+ src/test-map.cc | 2 ++
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+commit a42c624fcaa030a68c51acaf007caf402c8c262c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 01:22:34 2022 -0600
+
+    Convert one final use of hashmap to unique_ptr
+
+ src/hb-ot-layout-gsubgpos.hh | 16 +++-------------
+ 1 file changed, 3 insertions(+), 13 deletions(-)
+
+commit f13a79548fca34663ec3f0f86de6f2e742a09ab9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 01:17:20 2022 -0600
+
+    [subset] Convert another use of hashmap to unique_ptr
+
+ src/hb-ot-layout-common.hh   | 14 +++++---------
+ src/hb-ot-layout-gsubgpos.hh |  2 +-
+ src/hb-subset-plan.cc        |  8 +-------
+ src/hb-subset-plan.hh        |  4 ++--
+ 4 files changed, 9 insertions(+), 19 deletions(-)
+
+commit 25f57230d58524d9165a9b33d1666f84005617d5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 3 01:11:22 2022 -0600
+
+    [map] Return references from new iter_ref()
+
+ src/hb-map.hh | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit a7a688616ab348a66873df5577eec66a0f70206f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 18:59:15 2022 -0600
+
+    [cmap] Convert another map use to unique_ptr
+
+ src/hb-ot-cmap-table.hh | 13 ++-----------
+ 1 file changed, 2 insertions(+), 11 deletions(-)
+
+commit 997d9cc466abfb9031f46d1baef5a2cb3164f7cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 18:04:12 2022 -0600
+
+    [map] Make unique_ptr hashable
+
+ src/hb-bimap.hh                  |  3 ++-
+ src/hb-map.hh                    | 24 ++++++++++++------------
+ src/hb-ot-color-cpal-table.hh    |  4 ++--
+ src/hb-ot-layout-common.hh       |  4 ++--
+ src/hb-ot-layout-gsubgpos.hh     |  7 +++----
+ src/hb-ot-layout.cc              |  4 ++--
+ src/hb-ot-post-table-v2subset.hh |  4 +++-
+ src/hb-repacker.hh               | 16 ++++++++--------
+ src/test-map.cc                  |  8 ++++++++
+ 9 files changed, 42 insertions(+), 32 deletions(-)
+
+commit 8bb2a3326e92d553b9bea7462574a2d44782cbfd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 15:18:23 2022 -0600
+
+    [map] Remove unneeded assignment
+
+ src/hb-map.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit d7785a6da0a5ced69203270a48a9a4da9e8f230a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 12:42:24 2022 -0600
+
+    [cplusplus] Add unique_ptr
+
+ src/hb-algs.hh             |  5 +++++
+ src/hb-cplusplus.hh        | 44 +++++++++++++++++++++++++++++++++++++++++++-
+ test/api/test-cplusplus.cc |  2 ++
+ 3 files changed, 50 insertions(+), 1 deletion(-)
+
+commit bca710e8ad2cccaa013e19a63c58899e45284df8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 12:06:25 2022 -0600
+
+    [gsubgpos] Use map has() instead of get() when appropriate
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e9407a2bd25f80d65559b6a869585033e2a08b24
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 11:29:44 2022 -0600
+
+    Use shared_ptr<hb_set_t> in one place
+    
+    See if valgrind is happy...
+
+ src/hb-map.hh                |  2 +-
+ src/hb-ot-layout-gsubgpos.hh |  9 +++------
+ src/hb-ot-layout.cc          | 10 ++--------
+ 3 files changed, 6 insertions(+), 15 deletions(-)
+
+commit a42a703cb62c84b2ed141e64570e1f1a2d74695e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 11:51:20 2022 -0600
+
+    [shared_ptr] Clear p in destructor
+
+ src/hb-cplusplus.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f0a0dcad703ca1db037687b4c59ce11668f38ca6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 11:25:56 2022 -0600
+
+    [test-map] Test hashing shared_ptr
+
+ src/test-map.cc | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 4c1b5d9ece8b59eb5346a8eaeaad09dfeb8dfd7f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 11:25:11 2022 -0600
+
+    Whitespace
+
+ src/test-map.cc | 9 ---------
+ 1 file changed, 9 deletions(-)
+
+commit b9230c542558afac93f1fb6d7ca1442a06688d38
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 11:18:38 2022 -0600
+
+    [map] Fix has()
+
+ src/hb-map.hh | 21 +++++++++++++++++----
+ 1 file changed, 17 insertions(+), 4 deletions(-)
+
+commit 97ea10a63a0be388bfb02ae203c468533304bda0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 11:14:17 2022 -0600
+
+    Remove old nullptr_t hacks
+    
+    Were used for hashmap before.
+
+ src/hb-array.hh | 2 --
+ src/hb-map.hh   | 2 --
+ src/hb-set.hh   | 1 -
+ 3 files changed, 5 deletions(-)
+
+commit 3f78a71ca059b461f79d0ee64766c7c3f4327b14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 11:11:35 2022 -0600
+
+    [map] Finally! Just can usd hb_hashmap_t<obj_t, obj_t>
+    
+    Yay!
+
+ src/hb-map.hh                    | 29 ++++++++++++++-------------
+ src/hb-ot-post-table-v2subset.hh |  2 +-
+ src/hb-serialize.hh              |  3 +--
+ src/test-map.cc                  | 43 ++++++++++------------------------------
+ 4 files changed, 27 insertions(+), 50 deletions(-)
+
+commit 0ccab339f98ab7af27b3ca0db8489ff836ca11f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 10:43:36 2022 -0600
+
+    [map] Remove invalid-key template arguments since unused
+
+ src/hb-map.hh                    |  6 ------
+ src/hb-ot-post-table-v2subset.hh |  2 +-
+ src/hb-serialize.hh              |  3 +--
+ src/test-map.cc                  | 26 +++++++++++++-------------
+ 4 files changed, 15 insertions(+), 22 deletions(-)
+
+commit 3f6a8f69a099398ac397bb652e6d8332167f6538
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 10:36:07 2022 -0600
+
+    [map] Remove invalid-key special-casing
+    
+    Can override invalid-key value now.
+
+ src/hb-map.hh   |  3 ---
+ src/test-map.cc | 15 ++++++---------
+ 2 files changed, 6 insertions(+), 12 deletions(-)
+
+commit 5328b73fbaf5b952cf7eb23a7b4a228585502c10
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 10:32:56 2022 -0600
+
+    [map] Reduce map item size again
+
+ src/hb-map.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 4f58ae60eb781b9ade164c4ea2abad708d00f4ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 10:13:55 2022 -0600
+
+    [map] Keep is_used, is_tombstone as booleans
+
+ src/hb-map.hh | 44 ++++++++++++++++++++------------------------
+ 1 file changed, 20 insertions(+), 24 deletions(-)
+
+commit 7ec3aad20f04a51d7b3089374f3ea36b496eb8f5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 10:50:55 2022 -0600
+
+    [shared_ptr] Fix hb_hash() crash on nullptr
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4d646773cf0fddb648119fbf575fbe3e5b6ab9fc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 10:02:44 2022 -0600
+
+    [cplusplus] Make .reference() return T*
+
+ src/hb-cplusplus.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7e7a4a8f05289552dbb217d20c4840efd43e31d2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 09:59:41 2022 -0600
+
+    [cplusplus] Fix build
+
+ src/hb-cplusplus.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit a089d91fda71e4c19c9c3c822abe86bbcd878dbc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 09:55:43 2022 -0600
+
+    [hash] Adjust hash for shared_ptr, implement it for std::hash
+
+ src/hb-algs.hh      | 12 ++++++------
+ src/hb-cplusplus.hh | 15 +++++++++++++--
+ 2 files changed, 19 insertions(+), 8 deletions(-)
+
+commit e037325efbfca23739e2b3265261c2528f52bae1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 08:51:12 2022 -0600
+
+    [hash] Remove custom hash, rely on std::hash
+
+ src/hb-algs.hh | 8 --------
+ 1 file changed, 8 deletions(-)
+
+commit 0d3d5b62ae9988695627db7f8b2d4fde044c8778
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 2 08:00:08 2022 -0600
+
+    [cplusplus] Adjustments
+
+ src/hb-cplusplus.hh | 8 +++++++-
+ src/test-map.cc     | 4 +++-
+ 2 files changed, 10 insertions(+), 2 deletions(-)
+
+commit 0b35940a72aaa4575e4dd1f8991abb037bc2a0ed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 1 15:10:19 2022 -0600
+
+    Make hb::shared_ptr hashable
+
+ src/hb-algs.hh      | 16 +++++++++++-----
+ src/hb-cplusplus.hh |  1 +
+ src/test-map.cc     |  9 +++++++++
+ 3 files changed, 21 insertions(+), 5 deletions(-)
+
+commit 3817bdfd7f2747519024213aa0a26fdfdd27b293
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 1 12:35:03 2022 -0600
+
+    [hb.hh] Include hb-cplusplus.hh
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit e0f3cab2466e3d47e16a18270b5026eae1daa807
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 1 11:51:43 2022 -0600
+
+    [cplusplus] Add hb-cplusplus.hh
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2152
+
+ src/Makefile.sources       |   1 +
+ src/hb-cplusplus.hh        | 133 +++++++++++++++++++++++++++++++++++++++++++++
+ src/meson.build            |   1 +
+ src/test-map.cc            |   1 -
+ src/test-set.cc            |   2 -
+ test/api/test-c.c          |   2 +-
+ test/api/test-cplusplus.cc |  84 +++++++++++++++++++++++++++-
+ 7 files changed, 218 insertions(+), 6 deletions(-)
+
+commit 98aaecd3978c4389741789657d3fcacc8d1686d0
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 1 21:01:16 2022 +0000
+
+    [subset] fix data race touching Crap() in cff subsetting.
+
+ src/hb-ot-cff1-table.hh           | 3 ++-
+ src/hb-subset-cff-common.hh       | 3 ++-
+ test/threads/hb-subset-threads.cc | 2 +-
+ 3 files changed, 5 insertions(+), 3 deletions(-)
+
+commit d8d96b26e74aa02aae6af96d35648981d5cea38d
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 1 19:55:02 2022 +0000
+
+    [threads-test] Add a threads test against hb-subset.
+
+ test/threads/Makefile.am          |   1 +
+ test/threads/hb-subset-threads.cc | 180 ++++++++++++++++++++++++++++++++++++++
+ test/threads/meson.build          |  15 ++++
+ 3 files changed, 196 insertions(+)
+
+commit 858570b1d9912a1b746ab39fbe62a646c4f7a5b1
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 1 18:08:09 2022 +0000
+
+    [subset] add some additional 32bit var store cases.
+    
+    Test the path where the 32 bit delta is not included.
+
+ .../32bit_var_store.notdef-outline-retain-gids.62.otf    | Bin 0 -> 3904 bytes
+ .../32bit_var_store.notdef-outline-retain-gids.63.otf    | Bin 0 -> 3828 bytes
+ .../32bit_var_store.notdef-outline-retain-gids.64.otf    | Bin 0 -> 3800 bytes
+ .../32bit_var_store.notdef-outline.62.otf                | Bin 0 -> 3892 bytes
+ .../32bit_var_store.notdef-outline.63.otf                | Bin 0 -> 3812 bytes
+ .../32bit_var_store.notdef-outline.64.otf                | Bin 0 -> 3780 bytes
+ test/subset/data/tests/32bit_var_store.tests             |   3 +++
+ 7 files changed, 3 insertions(+)
+
+commit 209d6aa2b789a757b2ead71e2a77d2e6c81f90c7
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 1 18:02:03 2022 +0000
+
+    [subset] Update make files for 32bit_var_store test.
+
+ test/subset/data/Makefile.am      | 1 +
+ test/subset/data/Makefile.sources | 1 +
+ test/subset/meson.build           | 1 +
+ 3 files changed, 3 insertions(+)
+
+commit 9c41bfe1a6119865dc94ff7142c7f8104063347c
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 1 17:53:14 2022 +0000
+
+    [subset] Add subset test of font with 32 bit delta in a var store.
+
+ ..._var_store.notdef-outline-retain-gids.61,62,63,64.otf | Bin 0 -> 5676 bytes
+ .../32bit_var_store.notdef-outline-retain-gids.61,62.otf | Bin 0 -> 4776 bytes
+ .../32bit_var_store.notdef-outline-retain-gids.61,63.otf | Bin 0 -> 4588 bytes
+ .../32bit_var_store.notdef-outline-retain-gids.61,64.otf | Bin 0 -> 4764 bytes
+ .../32bit_var_store.notdef-outline-retain-gids.61.otf    | Bin 0 -> 4128 bytes
+ .../32bit_var_store.notdef-outline.61,62,63,64.otf       | Bin 0 -> 5676 bytes
+ .../32bit_var_store.notdef-outline.61,62.otf             | Bin 0 -> 4776 bytes
+ .../32bit_var_store.notdef-outline.61,63.otf             | Bin 0 -> 4584 bytes
+ .../32bit_var_store.notdef-outline.61,64.otf             | Bin 0 -> 4744 bytes
+ .../32bit_var_store.notdef-outline.61.otf                | Bin 0 -> 4128 bytes
+ test/subset/data/fonts/32bit_var_store.otf               | Bin 0 -> 5664 bytes
+ test/subset/data/tests/32bit_var_store.tests             |  13 +++++++++++++
+ 12 files changed, 13 insertions(+)
+
+commit c88a6a9ec3c38793ec8b662362282e076e948943
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 1 09:46:41 2022 -0600
+
+    [face] Remove const from get_user_data prototype
+    
+    This was done by mistake.
+    
+    Since the returned user_data can be changed, face should not be marked
+    const. Other object types follow this parttern.
+
+ src/hb-face.cc | 2 +-
+ src/hb-face.h  | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit bc6ecaa2629d065583ffa86ebed4dcea53505f42
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 1 09:19:11 2022 -0600
+
+    [font-funcs] Handle case of null func but non-null destroy or user-data
+
+ src/hb-font.cc | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 88ccbd2c4356b70107c212a81b5a99d08d2d3dd0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 1 08:44:07 2022 -0600
+
+    [font-funcs] Optimize user-data/destroy storage
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2427
+
+ src/hb-font.cc | 74 ++++++++++++++++++++++++++++++++--------------------------
+ src/hb-font.hh | 40 +++++++++++++++----------------
+ 2 files changed, 61 insertions(+), 53 deletions(-)
+
+commit e421613e8f825508afa9a0b54d33085557c37441
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 1 09:07:57 2022 -0600
+
+    [sbix] Fix conditional
+
+ src/hb-ot-color-sbix-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 55b911d863a1aad9e0e00c1b91102f9614b56eec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 1 08:13:06 2022 -0600
+
+    [buffer] Mark getter functions as taking const buffer
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2873
+
+ src/hb-buffer.cc | 24 ++++++++++++------------
+ src/hb-buffer.h  | 24 ++++++++++++------------
+ 2 files changed, 24 insertions(+), 24 deletions(-)
+
+commit 18cd15bedefad709be80fd341549f46a1a8127bb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 1 07:55:59 2022 -0600
+
+    Rename test
+
+ test/threads/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9e1479b5f041c48456aefeca93d3f885f84fb401
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 1 07:54:45 2022 -0600
+
+    [morx] Limit context length
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3097
+
+ src/hb-aat-layout-morx-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 62e803b36173fd096d7ad460dd1d1db9be542593
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 1 07:38:21 2022 -0600
+
+    [sbix] Limit glyph extents
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3557
+
+ src/hb-ot-color-sbix-table.hh       |   6 ++++++
+ test/fuzzing/fonts/sbix-extents.ttf | Bin 0 -> 582 bytes
+ 2 files changed, 6 insertions(+)
+
+commit cd05d187c893ad0bcf754393a865c417d5cff36d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 1 07:27:30 2022 -0600
+
+    [font] Fix undefined-behavior when scales are negative
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3555
+
+ src/hb-font.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit fc4d42ff99018f9f640d3191bcd621c547ed61ea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 1 05:19:23 2022 -0600
+
+    [ft] Add API to notify that hb_font_t changed
+    
+    New API:
+    - hb_ft_hb_font_changed()
+    
+    Mostly reverts 56e0ff9ea129aa91dfcc746cd61f8cbbc427dba7
+    
+    Related https://github.com/harfbuzz/harfbuzz/issues/2270
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3619
+
+ src/hb-ft.cc | 54 +++++++++++++++++++++++++++++++++---------------------
+ src/hb-ft.h  |  9 ++++++++-
+ 2 files changed, 41 insertions(+), 22 deletions(-)
+
+commit a31fd97c356cc49f9d4539567861b07c20bd034a
+Merge: 9c0c31dfa e246723f0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 1 12:26:08 2022 +0100
+
+    Merge pull request #3432 from harfbuzz/fuzz-verify
+    
+    [fuzz-shape] Verify shape output
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3432
+
+commit e246723f0c796ec5207e1b64dd7a409cebb91d99
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 1 04:54:18 2022 -0600
+
+    [shape] Fail shaping internally if buffer ops exceeded
+
+ src/hb-buffer.cc   |  2 ++
+ src/hb-ot-shape.cc |  2 --
+ src/hb-shape.cc    | 10 +++++++++-
+ 3 files changed, 11 insertions(+), 3 deletions(-)
+
+commit 5a058ba15837be53d8835031a689c22e369531b2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 31 05:35:17 2022 -0600
+
+    [shape-fuzzer] Add commented out more buffer-verify option
+    
+    Those currently fail and I've been unable to debug them.
+    
+    I tried two, passing them to hb-shape doesn't reproduce the failure. :(
+
+ test/fuzzing/hb-shape-fuzzer.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 189f65344a9c34618ecc11af30591165f8ff24d0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 13 13:22:08 2022 -0600
+
+    [fuzz-shape] Verify shape output
+    
+    Let the fuzzers loose on shape verify.
+
+ test/fuzzing/hb-shape-fuzzer.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9c0c31dfaab3dd3b3debb2604fec580ca6fdfb62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 31 09:35:49 2022 -0600
+
+    [buffer] When deleting glyphs, check cluster backwards as well
+
+ src/hb-buffer.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 0384f80e78e79cdce2bb6a9f9bb08550bf0b95c5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 31 08:23:48 2022 -0600
+
+    [buffer-verify] If shaping buffers failed during verification, pass the test
+
+ src/hb-buffer-verify.cc | 16 ++++++++++++++++
+ 1 file changed, 16 insertions(+)
+
+commit eba626ff6a2cbf92ddff267633ba1b7e5cb9540c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 31 08:20:56 2022 -0600
+
+    [shape-plan] Return empty plan if buffer direction is invalid
+    
+    Happens if buffer creation failed.
+
+ src/hb-shape-plan.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit a441c6c16b8f8355ce58543ad95621455dcb0824
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 31 07:52:04 2022 -0600
+
+    [shape] Only verify if text_buffer is successful
+
+ src/hb-shape.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit f7f61aeb6fa9a9c9e62727f215d6fa4e55ddb546
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 31 09:37:38 2022 -0600
+
+    [buffer] Add TODO item
+
+ src/hb-buffer.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit d72d37008d25d346b73a24087202bbf957733121
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 1 04:43:10 2022 -0600
+
+    [shape] Allow null buffer
+    
+    Ouch!
+
+ src/hb-shape.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 33145a4b75c1b31f657c379444aaa9c946b8fd61
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 31 04:59:07 2022 -0600
+
+    [test/shape] Pass --unsafe-to-concat to hb-shape
+
+ test/shape/run-tests.py | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 45a2252607740ae1612b5c2b03437c62cc6d221f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 31 06:23:47 2022 -0600
+
+    [flags] Fix undefined-behavior
+    
+    SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior ../src/hb-buffer.hh:60:1 in
+    failure on clusterfuzz-testcase-minimized-hb-subset-get-codepoints-fuzzer-5736539338833920
+
+ src/hb-algs.hh          |  2 +-
+ src/hb-buffer-verify.cc | 10 +++++-----
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit f3f9fc1544ba1a0d7d11dbd93d242f09b9349a0d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 31 06:05:57 2022 -0600
+
+    [buffer] Mark glyph_flags_t as flags
+
+ src/hb-buffer.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit ab143e85c377512365134c1904b8f9f668309438
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 31 06:00:41 2022 -0600
+
+    [buffer] Add HB_BUFFER_FLAG_DEFINED and HB_BUFFER_SERIALIZE_FLAG_DEFINED
+    
+    New API:
+    + HB_BUFFER_FLAG_DEFINED
+    + HB_BUFFER_SERIALIZE_FLAG_DEFINED
+
+ src/hb-buffer.h | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit 9a2a857043598fbc6826753e543e0a0c058dff35
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 31 04:25:20 2022 -0600
+
+    [ot-shape] Don't verify buffer if shaping failed
+    
+    Fixes all of fuzzing verify failures, which were result of buffer failure
+    on super-long results, which fails unsafe-to-break because shorter strings
+    don't fail shaping.
+
+ src/hb-buffer.cc             | 2 ++
+ src/hb-buffer.hh             | 1 +
+ src/hb-ot-layout-gsubgpos.hh | 3 +++
+ src/hb-shape.cc              | 4 +++-
+ 4 files changed, 9 insertions(+), 1 deletion(-)
+
+commit f8b26f43ece70d7b63f3d844db8059f682bdc50b
+Merge: 6dd7e31f7 5af5a5659
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 31 11:22:32 2022 +0100
+
+    Merge pull request #3606 from harfbuzz/32bit-varstore
+    
+    32bit varstore
+
+commit 6dd7e31f71e6c8aa9200f9af585c594db548e2fd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 31 04:09:06 2022 -0600
+
+    [util] Accept | as delimiter in Unicode parsing
+
+ util/text-options.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5af5a565938505a4a549a5cee49b62ee03d73a18
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 30 08:32:50 2022 -0600
+
+    [VarStore] Implement writing 32bit var-store
+    
+    Untested.
+    
+    Finishes fixing https://github.com/harfbuzz/harfbuzz/issues/2965
+
+ src/hb-ot-layout-common.hh | 49 +++++++++++++++++++++++++++++++++-------------
+ 1 file changed, 35 insertions(+), 14 deletions(-)
+
+commit 75112098ac3141416e8502779bf004cc5f7325a8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 23 12:42:15 2022 -0600
+
+    [VarStore] Implement reading 32bit var-store
+    
+    Untested.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/2965
+    
+    Serializing is incomplete.
+
+ src/hb-ot-layout-common.hh | 68 ++++++++++++++++++++++++++++++++++++----------
+ 1 file changed, 53 insertions(+), 15 deletions(-)
+
+commit 334bd013d9c27907112df1b51da1431900fe288f
+Author: Xavier Claessens <xavier.claessens@collabora.com>
+Date:   Mon May 30 11:46:08 2022 -0400
+
+    Skip warning when building as subproject and  ragel is missing
+    
+    It is unlikely to be a developer build in that case.
+
+ src/meson.build | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit e5d6da79052d2ccabf423959f850ea90a9af7e6b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 23 12:25:39 2022 -0600
+
+    [varStore] rename shortCount to wordCount
+
+ src/hb-ot-layout-common.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit d11455f2851dcf26c1300d88d12991d0988f115e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 30 06:59:03 2022 -0600
+
+    [blob] Fix strncpy() use in Mac resource opening code
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3616
+
+ src/hb-blob.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9eab6d326fc09d8957e082fb363cbe03b15feee0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 26 12:00:45 2022 -0600
+
+    [benchmark-set] Another Pause/Resume
+
+ perf/benchmark-set.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit ea2dd54b68db49adb05266ec18414b2bbc20af0f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 26 11:31:28 2022 -0600
+
+    [map] Place item hash between key and value, not after them
+    
+    This way if only one of key and value is 64bit (eg. pointer), and other is 32bit,
+    the whole item will fit in 128bit, whereas before it would have been bumped up to
+    196 if only value was 64bit (a common use-case for us.)
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ec6cefc46acec92322d08bf60ccd7585aac890bf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 26 11:26:37 2022 -0600
+
+    [repacker] Simplify map types
+
+ src/hb-repacker.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit cbcdf442c505b1461ef9591d1eedd849237a279b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 26 11:20:27 2022 -0600
+
+    [map] Speed up map's own hash()
+
+ src/hb-map.hh | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit de33ef61b7f8ce231bad8aa0e644142e2c23a633
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 26 11:07:21 2022 -0600
+
+    [map] Add TODO item
+
+ src/hb-map.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit fc5739ea901804f6b2eca643c8b30c5e1af4a2e5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 26 11:04:52 2022 -0600
+
+    [test-map] Whitespace
+
+ src/test-map.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 3e64abd5d6515d3f77b5bd3ca185c9161d5e3e17
+Merge: efa4385b1 b010962c3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 30 05:52:21 2022 -0600
+
+    Merge pull request #3613 from harfbuzz/threads-test
+    
+    Threads test
+
+commit efa4385b16a6f8881aaf40d4be1a4e894f8ee4c8
+Merge: f4a8b7001 342751198
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 30 05:40:56 2022 -0600
+
+    Merge pull request #3615 from harfbuzz/gir-freetype
+    
+    [gi] Add freetype2-2.0 for g-i-r includes
+
+commit b010962c3b9901e9b7a68d20c2ab5acb1653c925
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 30 05:34:25 2022 -0600
+
+    [test/hb-shape-threads] Silence hb_language_get_default() threadysafety issue
+
+ test/threads/hb-shape-threads.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit f4a8b70016fa24cba8bee20f4aca0e2dd5a11c5c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 30 05:30:37 2022 -0600
+
+    More member initialization
+
+ src/hb-ot-layout-gsubgpos.hh | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 4e59900ff5c14e09dd329bb42b5a7a566ad46d45
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 30 05:21:55 2022 -0600
+
+    [test/hb-shape-threads] Share font amongst threads
+
+ test/threads/hb-shape-threads.cc | 70 ++++++++++++++++++++--------------------
+ 1 file changed, 35 insertions(+), 35 deletions(-)
+
+commit 18b0bd0f5ff1d614ba8253b76619728d0aa28c6c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 30 05:12:12 2022 -0600
+
+    [test/hb-shape-threads] Verify buffer
+
+ test/threads/hb-shape-threads.cc | 1 +
+ test/threads/meson.build         | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit 484cc18732700aad614695aba271f70728bbebf9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 30 05:06:43 2022 -0600
+
+    [test-shape-threads] Set language
+
+ src/hb.hh                        | 1 -
+ test/threads/hb-shape-threads.cc | 5 +++++
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit f371789b40af052a33ad348b722a5c27f14b4c02
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 28 04:02:36 2022 -0600
+
+    Sprinkle static around
+
+ perf/benchmark-font.cc           | 4 ++--
+ perf/benchmark-shape.cc          | 4 ++--
+ test/threads/hb-shape-threads.cc | 8 ++++----
+ 3 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 4386626ee072c5c8a7791040b041fac66f1b5dc0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 27 17:32:32 2022 -0600
+
+    [test/threads] Fix dependency
+
+ test/threads/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit bf4b11cfa42f4f5906df412ed1ce0a93bc6b3ee9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 27 17:20:36 2022 -0600
+
+    [configure] Another try at fixing distcheck
+
+ configure.ac | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit e0544c481d6f218ebc04772e8e91c81a7cb8587c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 27 17:10:07 2022 -0600
+
+    [test/threads] Fix distcheck
+
+ test/Makefile.am         |  2 +-
+ test/threads/Makefile.am | 16 ++++++++++++++++
+ 2 files changed, 17 insertions(+), 1 deletion(-)
+
+commit e3d5a117a3e0f795a038b8e2c167399b4b662168
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 27 17:05:23 2022 -0600
+
+    [hb-shape-threads] Fix tsan race
+
+ test/threads/hb-shape-threads.cc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 33c990f0a9e3c0541f3673dfb4308153ff96decd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 27 16:57:00 2022 -0600
+
+    Include cassert to fix bots
+
+ perf/benchmark-font.cc           | 1 +
+ perf/benchmark-map.cc            | 1 +
+ perf/benchmark-set.cc            | 1 +
+ perf/benchmark-shape.cc          | 2 ++
+ perf/benchmark-subset.cc         | 1 +
+ test/threads/hb-shape-threads.cc | 1 +
+ 6 files changed, 7 insertions(+)
+
+commit 049af186840bf376c32b9cf786979c9f522afc6d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 27 16:53:25 2022 -0600
+
+    [threads] Add suite to test
+
+ test/threads/meson.build | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 87453f63faa710d46d3473d6c5419558d8b093fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 27 16:51:12 2022 -0600
+
+    [hb-shape-threads] Fix current-work-dir so test passes
+
+ test/threads/meson.build | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit f77faf865480e049fbaf4ee2cf1f045870378836
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 27 16:34:28 2022 -0600
+
+    [hb-shape-threads] Allow overriding test parameters from cmdline
+
+ test/threads/hb-shape-threads.cc | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+commit f0fba59969d13a8639de3660007f720b00411a6c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 27 16:30:19 2022 -0600
+
+    [hb-shape-threads] Reduce num-iterations
+
+ test/threads/hb-shape-threads.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e8a2436332a38d2b69d54d0c39f55410d332780a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 27 16:29:17 2022 -0600
+
+    [threads] Add a condition_variable to test for all threads to be ready
+
+ test/threads/hb-shape-threads.cc | 15 +++++++++++++++
+ 1 file changed, 15 insertions(+)
+
+commit 4d42a94c19db547086d7d60cfcef548c018e5cbc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 27 16:23:12 2022 -0600
+
+    [threads] Add hb-shape-threads test
+
+ test/meson.build                 |   1 +
+ test/threads/hb-shape-threads.cc | 185 +++++++++++++++++++++++++++++++++++++++
+ test/threads/meson.build         |   9 ++
+ 3 files changed, 195 insertions(+)
+
+commit 315ef83b4eae5fe7792df8c3959656fd7c3c0c5e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 30 05:09:26 2022 -0600
+
+    Revert "Revert "[ot-lang] Use atomic int for cache""
+    
+    This reverts commit c56ce8681c209abd147328142806769752091b1c.
+    
+    The revert was not intentional. Ouch!
+
+ src/hb-ot-tag.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 34275119887bdf12d4f6ea87fcd55df34089f184
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon May 30 04:46:02 2022 +0200
+
+    [gi] Add freetype2-2.0 for g-i-r includes
+    
+    Fixes the warnings:
+    ../src/hb-ft.cc:810: Warning: HarfBuzz: hb_ft_face_create: argument ft_face: Unresolved type: 'FT_Face'
+    ../src/hb-ft.cc:886: Warning: HarfBuzz: hb_ft_face_create_cached: argument ft_face: Unresolved type: 'FT_Face'
+    ../src/hb-ft.cc:855: Warning: HarfBuzz: hb_ft_face_create_referenced: argument ft_face: Unresolved type: 'FT_Face'
+    ../src/hb-ft.cc:920: Warning: HarfBuzz: hb_ft_font_create: argument ft_face: Unresolved type: 'FT_Face'
+    ../src/hb-ft.cc:1029: Warning: HarfBuzz: hb_ft_font_create_referenced: argument ft_face: Unresolved type: 'FT_Face'
+    ../src/hb-ft.cc:240: Warning: HarfBuzz: hb_ft_font_get_face: return value: Unresolved type: 'FT_Face'
+    ../src/hb-ft.cc:262: Warning: HarfBuzz: hb_ft_font_lock_face: return value: Unresolved type: 'FT_Face'
+
+ src/Makefile.am | 2 +-
+ src/meson.build | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 97aa1ce6ba7e5a1d2816600449b5b5406e618abb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 29 10:32:59 2022 -0600
+
+    [gsubgpos] Move some member initialization
+
+ src/hb-ot-layout-gsubgpos.hh | 33 ++++++++++-----------------------
+ 1 file changed, 10 insertions(+), 23 deletions(-)
+
+commit 0bb4c1f021b0c9d0985e61e9596757e57298f144
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 29 10:23:19 2022 -0600
+
+    [cache] Set default values for cache template parameters
+
+ src/hb-cache.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3957d2927d670d176ca90ec7a7aa6e86822fbec3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 29 07:30:58 2022 -0600
+
+    [layout] Remove stale comment
+
+ src/hb-ot-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b6fed6f7116b258c6bd76024064a0d856d3ccd97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 29 06:33:34 2022 -0600
+
+    [set-digest] Minor don't use !! when auto bool conversion happens
+
+ src/hb-set-digest.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 371e14d99c6c84e11d71957c55b536530db1e415
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 28 13:40:30 2022 -0600
+
+    Combine uses of map has() then get() with has(.., &..)
+
+ src/hb-ot-color-cpal-table.hh    |  5 +++--
+ src/hb-ot-layout-common.hh       |  3 ++-
+ src/hb-ot-post-table-v2subset.hh |  3 +--
+ src/hb-repacker.hh               | 18 +++++++++++-------
+ 4 files changed, 17 insertions(+), 12 deletions(-)
+
+commit b99efa6c8dcfe7ea2c0804a77fbb6a485d38e664
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 28 05:16:34 2022 -0600
+
+    [map] Minor: use const reference in has()
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 24d5a11dcb767d1c24fbdbd6d6779422e36ee794
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 28 05:14:16 2022 -0600
+
+    [bimap] Add unlikely and minor optimization in is_empty()
+
+ src/hb-bimap.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit c56ce8681c209abd147328142806769752091b1c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 28 04:25:51 2022 -0600
+
+    Revert "[ot-lang] Use atomic int for cache"
+    
+    This reverts commit d61b2074915cf5f8044dcb8e3dafc04b5b58c6b8.
+
+ src/hb-ot-tag.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 63bc6be0cf7151dfbd7a004f5b644e802c2ff6ca
+Merge: e2aa29907 a719e6788
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 27 08:25:22 2022 -0600
+
+    Merge pull request #3603 from harfbuzz/font-serial
+    
+    Add font serial API
+
+commit e2aa29907dd172fdd779fe34b4ecd9893eac3391
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 27 07:06:02 2022 -0600
+
+    [set] Use relaxed atomic ops for last_page_index
+    
+    Since iterating a set from multiple threads is supported.
+
+ src/hb-bit-set.hh | 32 ++++++++++++++++----------------
+ 1 file changed, 16 insertions(+), 16 deletions(-)
+
+commit d61b2074915cf5f8044dcb8e3dafc04b5b58c6b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 26 18:24:43 2022 -0600
+
+    [ot-lang] Use atomic int for cache
+    
+    Fixes(?) https://github.com/harfbuzz/harfbuzz/issues/3612
+
+ src/hb-ot-tag.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 67bd147c73b3b01a62dd010f8081129b9ddb1ef5
+Merge: 0fe186922 e00c7358a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 26 05:16:07 2022 -0600
+
+    Merge pull request #3610 from googlefonts/subset_create_tables_face
+    
+    [subset] fix subsetting of faces created via hb_face_create_for_tables.
+
+commit a719e67887ccd5659aab0ba1fc6ff819795f7aa7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 24 17:51:24 2022 -0600
+
+    [ot-font] Use atomic ops for cache serial number
+    
+    This guarantees the cache is coherent.
+
+ src/hb-ot-font.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 5248b2567b9f627097ad25afd9671da9c9997224
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 24 13:55:17 2022 -0600
+
+    [ot-font/h-advance] Adjust varStore cache condition
+    
+    This gives best performance for short strings, now that we have a h-advance cache as well.
+    The en-words benchmark in particular, now ot-font is faster than ft.
+    
+    Second to last line is of interest:
+    
+    Before:
+    -----------------------------------------------------------------------------------------------------
+    Benchmark                                                           Time             CPU   Iterations
+    -----------------------------------------------------------------------------------------------------
+    BM_Shape/en-words.txt/Roboto-Regular.ttf/hb                      29.8 ms         29.8 ms           23
+    BM_Shape/en-words.txt/Roboto-Regular.ttf/ft                      30.4 ms         30.4 ms           23
+    BM_Shape/en-words.txt/SourceSerifVariable-Roman.ttf/hb           16.3 ms         16.3 ms           43
+    BM_Shape/en-words.txt/SourceSerifVariable-Roman.ttf/ft           16.5 ms         16.5 ms           42
+    BM_Shape/en-words.txt/SourceSerifVariable-Roman.ttf/var/hb       18.0 ms         18.0 ms           39
+    BM_Shape/en-words.txt/SourceSerifVariable-Roman.ttf/var/ft       17.8 ms         17.8 ms           39
+    
+    After:
+    behdad@Behdads-MacBook-Pro harfbuzz % ninja -Cbuild && build/perf/benchmark-shape --benchmark_filter=en-words
+    -----------------------------------------------------------------------------------------------------
+    Benchmark                                                           Time             CPU   Iterations
+    -----------------------------------------------------------------------------------------------------
+    BM_Shape/en-words.txt/Roboto-Regular.ttf/hb                      30.0 ms         30.0 ms           23
+    BM_Shape/en-words.txt/Roboto-Regular.ttf/ft                      30.3 ms         30.3 ms           23
+    BM_Shape/en-words.txt/SourceSerifVariable-Roman.ttf/hb           16.3 ms         16.3 ms           43
+    BM_Shape/en-words.txt/SourceSerifVariable-Roman.ttf/ft           16.4 ms         16.4 ms           43
+    BM_Shape/en-words.txt/SourceSerifVariable-Roman.ttf/var/hb       17.6 ms         17.6 ms           40
+    BM_Shape/en-words.txt/SourceSerifVariable-Roman.ttf/var/ft       17.8 ms         17.8 ms           39
+
+ src/hb-ot-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 12fff976b6cc4433dd3ed6aa7cf852031f7bd289
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 24 13:42:25 2022 -0600
+
+    [ot-var] Use atomic int for cached-serial
+
+ src/hb-ot-font.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 0919eaa6e84c4de9d9fbaab8938474295a480892
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 24 13:07:24 2022 -0600
+
+    [ot-font] Remove lock around cache
+    
+    Not needed.
+
+ src/hb-ot-cff1-table.hh |  6 +++---
+ src/hb-ot-font.cc       | 46 +++++++++++++++++++++++++---------------------
+ 2 files changed, 28 insertions(+), 24 deletions(-)
+
+commit 3548b6025fb53fd287910642cd52b12991e82d2d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 23 19:39:52 2022 -0600
+
+    [ot-font] Cache h-advances for variable fonts
+
+ src/hb-ot-font.cc | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
+ 1 file changed, 89 insertions(+), 8 deletions(-)
+
+commit 39a07bf3eba74ab91827cb43b98127ae85f781e2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 23 19:13:05 2022 -0600
+
+    [ot-font] Rename cache to varStore_cache
+
+ src/hb-ot-font.cc | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 970e03ecaebdc5cf5120ec80cb6716dd9bd40e52
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 23 19:02:36 2022 -0600
+
+    [ot-font] Add a hb_ot_font_t struct
+
+ src/hb-ot-font.cc | 41 +++++++++++++++++++++++++++++++----------
+ 1 file changed, 31 insertions(+), 10 deletions(-)
+
+commit 80c49933c6dead0ebb6678eece7520e22552e6c8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 23 19:02:27 2022 -0600
+
+    [hb-ft] Adjust serial signature
+
+ src/hb-ft.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 56e0ff9ea129aa91dfcc746cd61f8cbbc427dba7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 20 12:30:46 2022 -0600
+
+    [ft] If hb_font changed, update FT_Face
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2270
+    
+    Rather untested.
+
+ src/hb-ft.cc | 100 +++++++++++++++++++++++++++++++++++++++--------------------
+ 1 file changed, 67 insertions(+), 33 deletions(-)
+
+commit d0de389de8f65f39ae97bb8b359d4b05cabd12b4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 20 12:18:43 2022 -0600
+
+    [font] Fix test
+
+ src/hb-font.cc | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit a2015cd300282b05d7082fbdbdf1c0a93a8993fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 20 12:15:00 2022 -0600
+
+    [font] Add a separate serial_coords
+
+ src/hb-font.cc | 11 ++++++-----
+ src/hb-font.h  |  2 +-
+ src/hb-font.hh |  3 ++-
+ 3 files changed, 9 insertions(+), 7 deletions(-)
+
+commit 8629df188ad1a8563c2118de2cde983bdac4ecdd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 20 12:06:22 2022 -0600
+
+    [ft] Discard advance cache if font changed
+    
+    Uses newly added font serial API.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/2270
+    
+    But doesn't set new coords on the FT_Face. That's a lot more
+    work :(.
+
+ src/hb-ft.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 48db1c958323cd1739a1e6fe8f6dfd625db7ad5d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 20 12:03:32 2022 -0600
+
+    [font] Add serial API
+    
+    New API:
+    + hb_font_get_serial()
+    + hb_font_changed()
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2426
+    
+    Unused internally as of now.
+
+ docs/harfbuzz-sections.txt |  2 ++
+ src/hb-font.cc             | 88 ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-font.h              |  6 ++++
+ src/hb-font.hh             |  1 +
+ 4 files changed, 97 insertions(+)
+
+commit 0fe18692286257df06f9af3fe8317edd4e7308dd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 24 17:49:15 2022 -0600
+
+    [benchmark-set] Pause timing around set copy initialization
+
+ perf/benchmark-set.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit ce5435a862cd6078e86698073186652af8639aa4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 24 16:34:04 2022 -0600
+
+    [benchmark-set] Remove use of rand() inside benchmark
+
+ perf/benchmark-set.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit efa2a5796ef06fd035bd58a573c249f90a141ead
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 24 16:24:00 2022 -0600
+
+    [map] Add hb_map_copy()
+    
+    New API:
+    + hb_map_copy()
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-map.cc              | 19 +++++++++++++++++++
+ src/hb-map.h               |  3 +++
+ src/hb-set.cc              |  1 +
+ 4 files changed, 24 insertions(+)
+
+commit 3b28cff9c078d9a29b611a2b7fe014b8e4168762
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 26 04:42:17 2022 -0600
+
+    [cff1] Fix null dereference on memory alloc failure
+
+ src/hb-ot-cff1-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 8df9aba99774c39839d05231c5ee7e38a2614663
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 26 03:59:21 2022 -0600
+
+    Actually try to fix null-size undefined behavior
+    
+    Related to:
+    https://github.com/harfbuzz/harfbuzz/pull/2067
+    https://bugzilla.mozilla.org/show_bug.cgi?id=1577584
+
+ src/hb-null.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit e00c7358a0bb953d028b167911e557acdbaeb485
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 25 22:35:23 2022 +0000
+
+    [subset] special case table presence check for hb_face_create_from_tables faces.
+
+ src/hb-subset.cc | 16 ++++++++++++----
+ 1 file changed, 12 insertions(+), 4 deletions(-)
+
+commit 6a149a09e73cfb26cd375ad8a5fcc1e2f3b7d75c
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 25 22:22:35 2022 +0000
+
+    [subset] fix use of lazy static constructor.
+
+ src/hb-subset.cc | 119 ++++++++++++++++++++++++++++---------------------------
+ 1 file changed, 60 insertions(+), 59 deletions(-)
+
+commit d4c7939eb7483d818671f60033ff4e09eaea9816
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 25 22:11:32 2022 +0000
+
+    [subset] use a list of known tables instead of handled tables.
+
+ src/hb-subset.cc | 69 +++++++++++++++++++++++++++++++++++++-------------------
+ 1 file changed, 46 insertions(+), 23 deletions(-)
+
+commit 3472f73b79e3bd257507df29958b1c6145fb8bb5
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 25 21:49:12 2022 +0000
+
+    [subset] also include no subset tables when guessing which tables are present.
+
+ src/hb-subset.cc       | 112 ++++++++++++++++++++++++-------------------------
+ test/api/test-subset.c |   1 +
+ 2 files changed, 57 insertions(+), 56 deletions(-)
+
+commit 9564d987390a8437e2d077432629899a7bcd6d0f
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 25 21:16:37 2022 +0000
+
+    [subset] fix subsetting of faces created via hb_face_create_for_tables.
+    
+    Fixes #3609.
+
+ src/hb-subset.cc       | 83 ++++++++++++++++++++++++++++++++++++++++++++++++--
+ test/api/test-subset.c | 36 ++++++++++++++++++++++
+ 2 files changed, 117 insertions(+), 2 deletions(-)
+
+commit 6010feeeb543d5944c4d112571a94ea99807aca9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 24 09:00:44 2022 -0600
+
+    [varStore] Rename variable as per review
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3605
+
+ src/hb-ot-layout-common.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 89939c9cc372344196d5b32ed01c5cfa2a920b83
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue May 24 03:29:23 2022 +0200
+
+    [ci] Fix fedora-valgrind job
+    
+    Fedora 33 is EOL since 2021-11-30, try the latest Fedora release (36).
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8a7cfe17874b19afbba0378f1ace9bd21aab46ba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 23 14:36:06 2022 -0600
+
+    [perf/benchmark-shape] Test ft font backend as well
+
+ perf/benchmark-shape.cc | 64 +++++++++++++++++++++++++++++++++++++++----------
+ perf/meson.build        |  2 +-
+ 2 files changed, 52 insertions(+), 14 deletions(-)
+
+commit d473397831fafa216a1658de830dc0178ec0fab3
+Merge: e1f4445df 3eb7eff48
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 23 12:24:38 2022 -0600
+
+    Merge pull request #3605 from harfbuzz/cache-varstore
+    
+    Cache varstore
+    https://github.com/harfbuzz/harfbuzz/pull/3605
+
+commit 3eb7eff487f5aa3abaf5f7e1e40f96cb1de1c364
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 21 15:25:53 2022 -0600
+
+    Remove varstore cache use if HB_NO_VAR
+
+ src/hb-ot-font.cc            | 12 ++++++++++++
+ src/hb-ot-layout-gsubgpos.hh | 15 +++++++++++++--
+ 2 files changed, 25 insertions(+), 2 deletions(-)
+
+commit 099482a37ad51d3dec5e762ab9f1d7dd3d3bb6a3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 21 15:20:23 2022 -0600
+
+    [ot-font] Cache v_advance varstore as well
+
+ src/hb-ot-font.cc | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+commit d9acc045f1651db5ffb42fe38ff2e2895199be87
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 21 14:16:21 2022 -0600
+
+    [VarStore] Sprinkle cache_t type around
+    
+    It's available so no need to use void*.
+
+ src/hb-ot-layout-common.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit da38312e4201185621b440faf8faf57084a38e7f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 20 17:32:56 2022 -0600
+
+    [VarStore] Pepper cache with likely()
+
+ src/hb-ot-layout-common.hh | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit cf8f00e3548c4e4eb8dca7da598bfe9990b53dd3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 20 17:14:10 2022 -0600
+
+    [VarStore] Don't use NAN
+    
+    Is faster.
+    
+    With this, I'm seeing 25 to 28% speedup in glyph_h_advances benchmark
+    of benchmark-font for var/hb tests.
+
+ src/hb-ot-layout-common.hh | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit 5336ba70f6fc995858881c2e4339e035b16c70a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 20 17:03:18 2022 -0600
+
+    [HVAR] Cache VarStore region scalars
+
+ src/hb-ot-font.cc           |  8 +++++++-
+ src/hb-ot-hmtx-table.hh     |  9 +++++----
+ src/hb-ot-var-hvar-table.hh | 11 ++++++++---
+ 3 files changed, 20 insertions(+), 8 deletions(-)
+
+commit 880f50f7e423858209c490acab13328ca475a89c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 20 16:50:00 2022 -0600
+
+    Refactor varstore cache
+
+ src/hb-ot-layout-common.hh     | 63 +++++++++++++++++++++++++++---------------
+ src/hb-ot-layout-gpos-table.hh |  6 ++--
+ src/hb-ot-layout-gsubgpos.hh   | 19 +++++--------
+ 3 files changed, 50 insertions(+), 38 deletions(-)
+
+commit f2a2fb91a34cde23448eadd11a0fbc294153fcf5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 20 16:06:05 2022 -0600
+
+    [GPOS] Cache VarStore region scalars
+
+ src/hb-ot-layout-common.hh     |  2 ++
+ src/hb-ot-layout-gpos-table.hh | 13 +++++++------
+ src/hb-ot-layout-gsubgpos.hh   | 12 +++++++++++-
+ 3 files changed, 20 insertions(+), 7 deletions(-)
+
+commit 5fbc70c59b2d867e2142dba821802e2f26237c81
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 20 14:07:27 2022 -0600
+
+    [VarStore] Add cache API
+
+ src/hb-ot-layout-common.hh | 67 +++++++++++++++++++++++++++++++++-------------
+ 1 file changed, 49 insertions(+), 18 deletions(-)
+
+commit e1f4445dff20a221287ad7b4c0140d03fe077866
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 21 15:11:53 2022 -0600
+
+    [benchmark-shape] Allow taking multiple tests from cmdline
+
+ perf/benchmark-shape.cc | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit 1bf2d5f885ea9c38025970f1587af6ba905acf76
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 21 14:42:50 2022 -0600
+
+    [perf/benchmark-shape] Allow taking text-file/font-file args from cmdline
+
+ perf/benchmark-font.cc  |  5 ++++-
+ perf/benchmark-shape.cc | 32 +++++++++++++++++++++++++++-----
+ 2 files changed, 31 insertions(+), 6 deletions(-)
+
+commit 852a8f04ebbd928333b69ea1f29a268e119910f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 21 14:31:09 2022 -0600
+
+    [perf/benchmark-font] Allow benchmarking fonts specified on cmdline
+
+ perf/benchmark-font.cc | 25 +++++++++++++++++++++----
+ 1 file changed, 21 insertions(+), 4 deletions(-)
+
+commit 05e82aa12e8b85d7eaa31f7d25beb6bfd4c147ed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 20 12:17:31 2022 -0600
+
+    [ft] Add missing lock to kerning function
+
+ src/hb-ft.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit da4b6f1527002d5e88b5556fb269e8434fd22598
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 20 17:21:04 2022 -0600
+
+    [benchmark-shape] Add variable fonts
+
+ perf/benchmark-shape.cc | 53 ++++++++++++++++++++++++++++++++++++++-----------
+ 1 file changed, 41 insertions(+), 12 deletions(-)
+
+commit 4ea2725704ae7e4d345b036ca2f574330233f00d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 20 13:19:27 2022 -0600
+
+    [set/map] Expose hash API publicly
+    
+    New API:
+    + hb_set_hash()
+    + hb_map_hash()
+
+ docs/harfbuzz-sections.txt |  2 ++
+ src/hb-map.cc              | 17 +++++++++++++++++
+ src/hb-map.h               |  3 +++
+ src/hb-set.cc              | 17 +++++++++++++++++
+ src/hb-set.h               |  3 +++
+ 5 files changed, 42 insertions(+)
+
+commit 2e186d9f2412ec858d94f7a8084b2fd7d3483449
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 20 13:15:52 2022 -0600
+
+    [buffer] Improve hash function of segment_properties_t
+
+ src/hb-buffer.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit aee123fc83388b8f5acfb301d87bd92eccc5b843
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri May 20 21:07:25 2022 +0200
+
+    4.3.0
+
+ NEWS                   | 17 +++++++++++++++++
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-map.cc          |  2 +-
+ src/hb-version.h       |  6 +++---
+ 6 files changed, 24 insertions(+), 6 deletions(-)
+
+commit 975a5f919467c9bc4cad1340ebf07ae32bf07e14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 20 12:34:49 2022 -0600
+
+    [array] Use hb_memcmp instead of memcmp
+    
+    Fixes ubsan error.
+
+ src/hb-array.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 55804e8d68af0685867d20a1796b952c6ff8db60
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 20 11:40:44 2022 -0600
+
+    [hb-ft] Minor rearrange of struct members
+    
+    To make clear what members the lock protects.
+
+ src/hb-ft.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4e11da054d2c527fa64b33d49b33e3aa6b49077c
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri May 20 01:42:34 2022 +0000
+
+    [repacker] update repacker test golden file.
+    
+    Changed due to removal of Kahn sorting.
+
+ test/api/fonts/repacker_expected.otf | Bin 1400 -> 1400 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit cbf8f44c9b6de43387c61fdd43cf6bf0b89c3c08
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 19 21:25:21 2022 +0000
+
+    [subset-perf] swap instead of copying vertice's when reordering during sort.
+
+ src/hb-repacker.hh  | 22 ++++++++++++++++------
+ src/hb-serialize.hh | 11 ++++++++++-
+ 2 files changed, 26 insertions(+), 7 deletions(-)
+
+commit b32ca2a292f256a40e445990f104f09c5920d0bd
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 19 20:45:39 2022 +0000
+
+    [subset-perf] remove sort_kahn from repacker.
+    
+    Without an optimized FIFO queue implementation it's nearly as slow as the now optimized sort_shortest_distance.
+
+ src/hb-repacker.hh   | 53 ---------------------------------
+ src/test-repacker.cc | 84 ----------------------------------------------------
+ 2 files changed, 137 deletions(-)
+
+commit 4266cf3be266aef27a5d60530860915c68ba03e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 18:15:46 2022 -0600
+
+    [array] Specialize operator== for bytes_t and ubytes_t
+
+ src/hb-array.hh | 17 +++++++++++++----
+ 1 file changed, 13 insertions(+), 4 deletions(-)
+
+commit 6eaa22e9d71d2b09d4bd211026194d618dcc8aad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 18:00:58 2022 -0600
+
+    [serialize] Reduce link_t size from 16 to 12
+
+ src/hb-serialize.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 30ba9a39e2249b86310c36564373f4f0347012e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 17:34:58 2022 -0600
+
+    [vector] Add emplacing push implementation
+
+ src/hb-vector.hh | 24 +++++++++++++++++++++---
+ 1 file changed, 21 insertions(+), 3 deletions(-)
+
+commit 25393288f0d6b98355bc4b72bce15ab6f77a5b0e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 17:19:21 2022 -0600
+
+    [test] Fix compiler warning
+
+ test/api/test-set.c | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 73b8360dcfb57eaa9acffc7967015a113421eeda
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 19 22:59:51 2022 +0000
+
+    [subset] fix fuzzer found underflow when heap push fails.
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5148625505746944.
+
+ src/hb-priority-queue.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit f1bf14ea89ea082e5edd4e9c90738370bffcab1c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 16:42:35 2022 -0600
+
+    Revert "[set] Cache hash value"
+    
+    This reverts commit 44952bcc259a906b8875ed62dc40de96ade8b95c.
+    
+    While we investivate https://github.com/harfbuzz/harfbuzz/issues/3599
+
+ src/hb-bit-set.hh | 22 +---------------------
+ 1 file changed, 1 insertion(+), 21 deletions(-)
+
+commit b4d1ec310cd2c8a6e250c71f865c45fe7cadd5fa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 16:06:21 2022 -0600
+
+    [algs] Declare coerce() as constexpr
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 2fdb7616f589ebb9fc060fdb88745e0219a78a14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 16:00:43 2022 -0600
+
+    [map Further adjust hash function
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 01fc90b68c023d380f3cd44e13b21972b3a41dcf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 16:00:06 2022 -0600
+
+    [map] Adjust hash function
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a47b0aebf5f8d56dd78ddd651d40727b729a7577
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 15:52:00 2022 -0600
+
+    [vector] Fix remove() implementation
+    
+    test-vector under valgrind happy now.
+
+ src/hb-vector.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3bd755c32dc7c6ba189783daf89e4cde81715483
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 15:51:18 2022 -0600
+
+    [test-vector] Test remove()
+    
+    Currently buggy. Valgrind confirms.
+
+ src/test-vector.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 58f848daa8f596007a8dadee3fcb462548def980
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 15:42:54 2022 -0600
+
+    [set/map] Adjust hash function return type
+
+ src/hb-bit-page.hh           | 8 ++++----
+ src/hb-bit-set-invertible.hh | 2 +-
+ src/hb-bit-set.hh            | 6 +++---
+ src/hb-map.hh                | 4 ++--
+ src/hb-set.hh                | 2 +-
+ 5 files changed, 11 insertions(+), 11 deletions(-)
+
+commit 6544fc284f55ec1d3199bc610eeac39af935df9c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 15:28:09 2022 -0600
+
+    [vector] Add further copy implementation
+
+ src/hb-vector.hh | 16 ++++++++++++++++
+ 1 file changed, 16 insertions(+)
+
+commit c19f1169521c6fa95c690285a3d24123f387a98e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 15:27:52 2022 -0600
+
+    [meta] Remove non-existing gcc4 trait implementation
+
+ src/hb-meta.hh   | 2 --
+ src/hb-vector.hh | 2 +-
+ 2 files changed, 1 insertion(+), 3 deletions(-)
+
+commit 679b900e9b27fdecb9a694c58f71e7bc9e2cd125
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 15:27:32 2022 -0600
+
+    [meta] Fix gcc4 trait implementation
+
+ src/hb-meta.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fb77f48ffd3fe7fcd17843b9cdc6ca677d36602c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 15:02:10 2022 -0600
+
+    [vector] Optimize vector copy
+
+ src/hb-meta.hh   |  4 ++++
+ src/hb-vector.hh | 30 ++++++++++++++++++++++++++++--
+ 2 files changed, 32 insertions(+), 2 deletions(-)
+
+commit 28b44ac46a24f6987d2c2565e0ac72d5b2763d81
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 15:01:56 2022 -0600
+
+    [set] Switch set copy to vector operator =
+    
+    Slows it down currently.
+
+ src/hb-bit-set.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 37d3275dec01edfafe2cc744ed85a3febb964594
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 15:01:23 2022 -0600
+
+    [test-vector] Enable disabled test
+    
+    This seems to work already.
+
+ src/test-vector.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 544ffb913ea515fae77f26714a1c7c620cdab0ed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 14:50:12 2022 -0600
+
+    [set] Adjust grow_vector condition
+
+ src/hb-vector.hh | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit 0623aa598ba6a7cc14d00091935bc8811b3c6aac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 14:12:42 2022 -0600
+
+    [benchmark-set] Add benchmark for set copy
+
+ perf/benchmark-set.cc | 23 +++++++++++++++++++++++
+ src/hb-set.hh         |  8 ++++----
+ 2 files changed, 27 insertions(+), 4 deletions(-)
+
+commit 44952bcc259a906b8875ed62dc40de96ade8b95c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 14:02:48 2022 -0600
+
+    [set] Cache hash value
+
+ src/hb-bit-set.hh | 26 +++++++++++++++++++++++---
+ 1 file changed, 23 insertions(+), 3 deletions(-)
+
+commit 844ac328e46f9bfcc5481f2dd525603c9a448ffe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 13:54:31 2022 -0600
+
+    [set] Fix hb_set_t hash stability
+
+ src/hb-bit-page.hh | 2 +-
+ src/hb-bit-set.hh  | 6 ++++--
+ 2 files changed, 5 insertions(+), 3 deletions(-)
+
+commit 2d0b1248b23c9eb931c013a35daec62c48ee293f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 13:53:53 2022 -0600
+
+    [test-map] Test hb_set_t hash stability
+    
+    Fails currently.
+
+ src/test-map.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 561e02fefb72be902482fc49dcec66b4c585b798
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 13:38:52 2022 -0600
+
+    [map] Make hb_map_t hashable
+
+ src/hb-map.hh   |  8 ++++++++
+ src/test-map.cc | 21 +++++++++++----------
+ 2 files changed, 19 insertions(+), 10 deletions(-)
+
+commit ad176990895963c1b83274d0ef3c5ae148a4f760
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 13:36:12 2022 -0600
+
+    [map] Add is_equal() / towards making hb_map_t hashable
+    
+    New API:
+    + hb_map_is_equal()
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-map.cc              | 20 ++++++++++++++++++++
+ src/hb-map.h               |  4 ++++
+ src/hb-map.hh              | 15 +++++++++++++++
+ src/test-map.cc            | 24 ++++++++++++++++++++++++
+ 5 files changed, 64 insertions(+)
+
+commit 14a24d8e3f7d9b8379452b1596e4aff6603e1f25
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 13:03:50 2022 -0600
+
+    [vector] Make hb_vector_t hashable
+
+ src/hb-vector.hh |  1 +
+ src/test-map.cc  | 26 ++++++++++++++++++++++++++
+ 2 files changed, 27 insertions(+)
+
+commit 124f9aeb9b4c77fe1e2a733c5aceb9172d169f9f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 19 12:58:02 2022 -0600
+
+    [set] Make hb_set_t hashable
+
+ src/hb-bit-page.hh           |  7 +++++++
+ src/hb-bit-set-invertible.hh |  2 ++
+ src/hb-bit-set.hh            |  6 ++++++
+ src/hb-set.hh                |  4 ++++
+ src/test-map.cc              | 23 +++++++++++++++++++++++
+ 5 files changed, 42 insertions(+)
+
+commit 3ab2c7935f5b9706e4767a6e28ff1dcd739ac271
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 19 17:23:36 2022 +0000
+
+    [subset-perf] Signficiantly speed up ClassDef*::subset.
+    
+    Eliminates the usage of a glyph -> klass hash map and replaces it with a vector storing the mapping. This allows us to use the vector directly as the iterator driving the serialize. Approximately 1% speedup for Noto Nastaliq.
+
+ src/hb-ot-layout-common.hh | 72 ++++++++++++++++++++++------------------------
+ 1 file changed, 35 insertions(+), 37 deletions(-)
+
+commit e3e685e5eec1cb400e0b4bd371872cb9394c79bc
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Wed May 18 15:05:55 2022 -0400
+
+    [ot-tags] Fix `min_subtag_len` calculations
+
+ src/gen-tag-table.py   | 12 +++++-------
+ src/hb-ot-tag-table.hh |  3 +--
+ 2 files changed, 6 insertions(+), 9 deletions(-)
+
+commit 0b1c2ff96a333a3e78eeefe54cb9e9509120990a
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 18 23:32:03 2022 +0000
+
+    [subset-perf] Remove extra map lookup in ClassDef subset methods.
+
+ src/hb-ot-layout-common.hh | 15 ++++++++-------
+ 1 file changed, 8 insertions(+), 7 deletions(-)
+
+commit 13ace77f1daaf94d79ad400e3943f71fa5139e70
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 18 22:38:43 2022 +0000
+
+    [subset-perf] Use glyph_map instead of set in ClassDefFormat.
+
+ src/hb-ot-layout-common.hh | 29 +++++++++++++++--------------
+ 1 file changed, 15 insertions(+), 14 deletions(-)
+
+commit adae2f2272bf51c6b4df2ba5d0e10eb25386e58c
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 18 21:42:28 2022 +0000
+
+    [subset-perf] Cache a glyph map for gsub.
+    
+    This allows us in some cases to avoid using glyph_set_gsub as a filter.
+
+ src/hb-ot-layout-common.hh |  8 +++-----
+ src/hb-subset-plan.cc      | 21 +++++++++++++++++++++
+ src/hb-subset-plan.hh      |  1 +
+ 3 files changed, 25 insertions(+), 5 deletions(-)
+
+commit 202e6c469963fe76f3320a956be8b194adb9089d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 17:12:43 2022 -0600
+
+    [subset] Remove unnecessary test
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cedf739646d67e73c06e2569d4be2d7f32e39fd8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 16:52:35 2022 -0600
+
+    Add some commented-out code
+
+ src/hb-ot-layout-common.hh | 14 +++++++++++++-
+ 1 file changed, 13 insertions(+), 1 deletion(-)
+
+commit 6b62c10f0228d011526ef41772a65e6f12022ddb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 16:27:54 2022 -0600
+
+    [priority-queue] Remove old init/fini
+
+ src/hb-priority-queue.hh | 7 -------
+ 1 file changed, 7 deletions(-)
+
+commit bff8248a9d44654d7901150e86e684af0cfa8681
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 16:25:03 2022 -0600
+
+    [repacker] Pre-alloc vertices
+
+ src/hb-repacker.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 39a424caf04392702b62950c832fd1f67204ba62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 16:17:16 2022 -0600
+
+    [priority-queue] Optimize heap access
+
+ src/hb-priority-queue.hh   | 18 ++++++++++++------
+ src/test-priority-queue.cc |  8 --------
+ 2 files changed, 12 insertions(+), 14 deletions(-)
+
+commit 9308659fd76bb400da2c869ca2f945760adfaf56
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 16:14:25 2022 -0600
+
+    [priority-queue] Optimize swap()
+
+ src/hb-priority-queue.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit c7317ef7617a1387c88db19582f1b9879a722d7a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 16:03:41 2022 -0600
+
+    [repacker] Avoid destroying and recreating objects
+
+ src/hb-repacker.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 864e09a0c460916c06d8becbc3480d06692cd634
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 15:59:29 2022 -0600
+
+    [repacker] Reuse allocated vector
+
+ src/hb-repacker.hh | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit ca77f164704c6463b09d973251f6f9995172d8c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 15:55:49 2022 -0600
+
+    [repacker] Remove unnecessary vector .fini() calls
+
+ src/hb-repacker.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 4cfc2d668e3df53a6564cef1be65ad0239470123
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 15:32:19 2022 -0600
+
+    [subset] Use a std::move on set_t when feasible
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1f578b5a32337011766e078331c0ba8ce4ce8af8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 15:24:40 2022 -0600
+
+    [set] Add pre-allocation internal API
+
+ src/hb-bit-set-invertible.hh | 1 +
+ src/hb-bit-set.hh            | 7 +++++++
+ src/hb-set.hh                | 1 +
+ 3 files changed, 9 insertions(+)
+
+commit 48dfbd54a3c9876e86bcdbeb47ae42300ee9f08f
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 18 21:03:56 2022 +0000
+
+    [subset] minor cleanup.
+
+ src/hb-ot-layout-common.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 482c6e5dc41402e60acf609fca0d9d8e8fbc4d9d
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 18 19:58:55 2022 +0000
+
+    [subset-perf] Speed up Coverage::serialize by caching iterator.
+
+ src/hb-ot-layout-common.hh | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 14b18725f04bba0dac6da943244230c65d3879d4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 15:14:32 2022 -0600
+
+    In Coverage::iter_t, assume iterators are from same Coverage object
+    
+    No need to support otherwise.
+
+ src/hb-ot-layout-common.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 27141735c3e8caa807c3528ce9793b8c8f05a556
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 15:12:49 2022 -0600
+
+    [subset] Add Coverage::__end__ implementation
+
+ src/hb-ot-layout-common.hh | 23 +++++++++++++++++++++++
+ 1 file changed, 23 insertions(+)
+
+commit c476f58adba6680c655cb7bcbdd28d3bd4b7ad37
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 14:20:23 2022 -0600
+
+    [subset] Write CoverageFormat2::intersects_coverage() as bsearch()
+
+ src/hb-ot-layout-common.hh | 23 ++++++++++++++---------
+ 1 file changed, 14 insertions(+), 9 deletions(-)
+
+commit 63c6695108ceb19b4b79e00782c3106801d7dc01
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 13:53:52 2022 -0600
+
+    [ot-layout] Cosmetic
+    
+    The implementation of HBUINT16 operator == is slower than just
+    comparing to ints.
+
+ src/hb-ot-layout-common.hh | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit 777debd748dfd803bbd16bcc1bbf2afd7db2fc82
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 13:46:06 2022 -0600
+
+    [subset] Rewrite CoverageFormat2::intersects as dagger
+
+ src/hb-ot-layout-common.hh | 10 +++-------
+ 1 file changed, 3 insertions(+), 7 deletions(-)
+
+commit cf5001fac7770286082ced9d3c5c5fefa3b19d79
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 13:38:29 2022 -0600
+
+    [subset] Optimize CoverageFormat2::intersected_coverage_glyphs
+
+ src/hb-ot-layout-common.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 6f37c2079815bc0ac9193c8e9028da4872374402
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 13:25:42 2022 -0600
+
+    [subset] Minor rewrite in CoverageFormat2::serialize()
+
+ src/hb-ot-layout-common.hh | 7 +------
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+commit e91863b7173543b850e1758873f96c76c67f8ce8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 12:39:55 2022 -0600
+
+    [subset-cff] Pre-size map in subr_remap_t::create()
+
+ src/hb-bimap.hh             | 6 ++++++
+ src/hb-subset-cff-common.hh | 1 +
+ 2 files changed, 7 insertions(+)
+
+commit ce60462173c7d22f9bad8531a2490a551f004197
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 12:34:27 2022 -0600
+
+    [subset-plan] Pre-size maps in _create_old_gid_to_new_gid_map()
+
+ src/hb-subset-plan.cc | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit f82ee17a75dda53ac5c506136221b93eed53aee1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 12:17:43 2022 -0600
+
+    [map] Pre-size map in constructor if we can
+
+ src/hb-map.hh           | 13 ++++++++-----
+ src/hb-ot-cmap-table.hh |  4 ++--
+ 2 files changed, 10 insertions(+), 7 deletions(-)
+
+commit b5aa8a27eac851503eaee086912f269b51e68724
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 11:58:58 2022 -0600
+
+    [subset-cff] Cosmetic
+
+ src/hb-subset-cff-common.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 0b201623f54420a898d3538c8673b450923bcac1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 11:58:22 2022 -0600
+
+    [subset-cff] Fix previous commit
+    
+    Oops!
+
+ src/hb-subset-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4792309265ea17aea0c5fd6821ed453fe8427ab4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 11:54:08 2022 -0600
+
+    [subset-cff] Access vector directly
+
+ src/hb-subset-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7c86f2e763e44b4c96cd26f1ce06225b4aba977f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 11:45:27 2022 -0600
+
+    [subset-cff] Pre-alloc out buffer
+
+ src/hb-subset-cff-common.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 0761e7cdfd00d5347657bdf009c3035be4ebab44
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 11:37:57 2022 -0600
+
+    [subset-cff] Avoid resetting buffer as encoder does
+
+ src/hb-subset-cff-common.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 71aa10a3942081f2c4ce0c2c5d4c3897d13d887c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 11:37:24 2022 -0600
+
+    [subset-cff] Manually grow vector to avoid memset overhead
+
+ src/hb-subset-cff-common.hh | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit f455cc53fd4a30682c549fcad6d4112b98688aca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 11:31:55 2022 -0600
+
+    [subset-cff] Reuse buffer allocation
+
+ src/hb-subset-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3e4ab2ad9c2de17218c16787b59d63c236262d8f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 11:16:46 2022 -0600
+
+    [perf/benchmark-ot] Add zh-hans
+
+ perf/benchmark-ot.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 6e668a2adefdc186dcd300136b3535c43d6fdffd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 11:16:11 2022 -0600
+
+    [perf/benchmark-ot] Rename test
+
+ perf/benchmark-ot.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e24797aeac65aaa1edd836bf9708f488044d3939
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 11:10:10 2022 -0600
+
+    [ot-tags] Follow-up to previous commit
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3591
+
+ src/gen-tag-table.py   | 16 ++++++++--------
+ src/hb-ot-tag-table.hh | 18 +++++++++---------
+ 2 files changed, 17 insertions(+), 17 deletions(-)
+
+commit f5d619be79e9f23f67f23513e60c546fc498f1b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 18 11:04:52 2022 -0600
+
+    [ot-tags] Further gate the slow complex case, and add more tests
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3591
+    
+    Still 'zh-trad' is the slowest case.
+    
+    --------------------------------------------------------------------------------------------------
+    Benchmark                                                        Time             CPU   Iterations
+    --------------------------------------------------------------------------------------------------
+    BM_hb_ot_tags_from_script_and_language/COMMON zh_trad          136 ns          136 ns      5107838
+    BM_hb_ot_tags_from_script_and_language/COMMON ab_abcd          115 ns          115 ns      6103104
+    BM_hb_ot_tags_from_script_and_language/COMMON ab_abc          25.4 ns         25.3 ns     27674482
+    BM_hb_ot_tags_from_script_and_language/COMMON abcdef_XY       20.2 ns         20.1 ns     34795719
+    BM_hb_ot_tags_from_script_and_language/COMMON abcd_XY         19.4 ns         19.3 ns     36390401
+    BM_hb_ot_tags_from_script_and_language/COMMON cxy_CN          33.5 ns         33.4 ns     20998939
+    BM_hb_ot_tags_from_script_and_language/COMMON exy_CN          25.1 ns         25.0 ns     27705832
+    BM_hb_ot_tags_from_script_and_language/COMMON zh_CN           34.2 ns         34.1 ns     20564356
+    BM_hb_ot_tags_from_script_and_language/COMMON en_US           15.5 ns         15.5 ns     45032204
+    BM_hb_ot_tags_from_script_and_language/LATIN en_US            15.9 ns         15.8 ns     44412379
+    BM_hb_ot_tags_from_script_and_language/COMMON none            4.72 ns         4.71 ns    149101665
+    BM_hb_ot_tags_from_script_and_language/LATIN none             4.72 ns         4.70 ns    149254498
+
+ perf/benchmark-ot.cc   | 3 +++
+ src/gen-tag-table.py   | 3 +++
+ src/hb-ot-tag-table.hh | 3 +++
+ 3 files changed, 9 insertions(+)
+
+commit 9c64bda21dd4215a3caa32e4127d9f2017e50de2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 17:31:18 2022 -0600
+
+    [ot-tag] Whitespace
+
+ src/hb-ot-tag.cc | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 3df8017e9b7ea2b72477294133563b4ff304a007
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 17:29:39 2022 -0600
+
+    [ot-tag] Optimize subtag_matches() more
+
+ src/gen-tag-table.py   |   2 +-
+ src/hb-ot-tag-table.hh | 112 ++++++++++++++++++++++++-------------------------
+ src/hb-ot-tag.cc       |   5 +--
+ 3 files changed, 59 insertions(+), 60 deletions(-)
+
+commit b231fc2dbcee402d1cff578371f9ad89ff594bb2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 17:02:48 2022 -0600
+
+    [perf/benchmark-ot] Add a couple more test cases
+
+ perf/benchmark-ot.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 3524b14fa06dbf9caddef1d2f598e2f4f46315c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 17:02:48 2022 -0600
+
+    [perf/benchmark-ot] Add a couple more test cases
+
+ perf/benchmark-ot.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 7f6e8c5536fd13a56b4bd030233960aa1af38d05
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 16:58:35 2022 -0600
+
+    [ot-tags] Optimize subtag_matches() further
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3591
+    
+    Comparing before to after
+    Benchmark                                                               Time             CPU      Time Old      Time New       CPU Old       CPU New
+    ----------------------------------------------------------------------------------------------------------------------------------------------------
+    BM_hb_ot_tags_from_script_and_language/COMMON abcd_XY                -0.3371         -0.3371            71            47            71            47
+
+ src/hb-ot-tag.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 27c11405a263ad43d24e2ed460e15f247ac06d17
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 16:51:51 2022 -0600
+
+    [ot-tag] Optimize subtag_matches
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3591
+
+ src/hb-ot-tag.cc | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit a07d818597385c6d83265f8320b9c1334c539758
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 16:46:10 2022 -0600
+
+    [ot-tag] Add a likely() to the cache hit case
+
+ src/hb-ot-tag.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0ff5d36cd451dffe51a8c0637b4a544882663a1d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 16:34:52 2022 -0600
+
+    [perf/benchmark-ot] Fix benchmark
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3591
+    
+    Ouch!
+    
+    These are the current numbers:
+    
+    ------------------------------------------------------------------------------------------------
+    Benchmark                                                      Time             CPU   Iterations
+    ------------------------------------------------------------------------------------------------
+    BM_hb_ot_tags_from_script_and_language/COMMON abcd_XY       78.0 ns         77.7 ns      8917912
+    BM_hb_ot_tags_from_script_and_language/COMMON zh_CN         44.9 ns         44.8 ns     15475318
+    BM_hb_ot_tags_from_script_and_language/COMMON en_US         17.6 ns         17.5 ns     39812340
+    BM_hb_ot_tags_from_script_and_language/LATIN en_US          18.2 ns         18.1 ns     38356204
+    BM_hb_ot_tags_from_script_and_language/COMMON none          4.76 ns         4.74 ns    148746131
+    BM_hb_ot_tags_from_script_and_language/LATIN none           4.73 ns         4.71 ns    148421349
+
+ perf/benchmark-ot.cc | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+commit dfca47f419b6ef5c6df813822e4b10a7cec92434
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 16:21:02 2022 -0600
+
+    [ot-tag] Cache last bsearch result
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3591
+    
+    Humm. Looks like not all of the fat is bsearch overhead now. I cached
+    the last bsearch result, but most of the time is still there. I'm
+    baffled.
+    
+    Before:
+    ------------------------------------------------------------------------------------------------
+    Benchmark                                                      Time             CPU   Iterations
+    ------------------------------------------------------------------------------------------------
+    BM_hb_ot_tags_from_script_and_language/COMMON abcd_XY       8.08 ns         8.05 ns     84500482
+    BM_hb_ot_tags_from_script_and_language/COMMON zh_CN         42.2 ns         42.1 ns     16722006
+    BM_hb_ot_tags_from_script_and_language/COMMON en_US         16.1 ns         16.0 ns     43461527
+    BM_hb_ot_tags_from_script_and_language/LATIN en_US          16.5 ns         16.5 ns     42448505
+    BM_hb_ot_tags_from_script_and_language/COMMON none          4.34 ns         4.33 ns    161290530
+    BM_hb_ot_tags_from_script_and_language/LATIN none           4.34 ns         4.33 ns    162339799
+    
+    After:
+    ------------------------------------------------------------------------------------------------
+    Benchmark                                                      Time             CPU   Iterations
+    ------------------------------------------------------------------------------------------------
+    BM_hb_ot_tags_from_script_and_language/COMMON abcd_XY       8.13 ns         8.11 ns     80438134
+    BM_hb_ot_tags_from_script_and_language/COMMON zh_CN         40.0 ns         39.9 ns     17487939
+    BM_hb_ot_tags_from_script_and_language/COMMON en_US         12.7 ns         12.7 ns     55124394
+    BM_hb_ot_tags_from_script_and_language/LATIN en_US          13.1 ns         13.0 ns     53660125
+    BM_hb_ot_tags_from_script_and_language/COMMON none          4.61 ns         4.60 ns    151394104
+    BM_hb_ot_tags_from_script_and_language/LATIN none           4.70 ns         4.68 ns    150402847
+
+ src/hb-ot-tag.cc | 11 +++++++++--
+ 1 file changed, 9 insertions(+), 2 deletions(-)
+
+commit 909f00ac6e6b3eb459f0553b84fe508bb697e9af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 15:51:41 2022 -0600
+
+    [ot-tags] Further speed up language bsearch()
+    
+    Using an integer tag to bsearch, instead of string.
+    
+    Part of: https://github.com/harfbuzz/harfbuzz/issues/3591
+    
+    Before:
+    ------------------------------------------------------------------------------------------------
+    Benchmark                                                      Time             CPU   Iterations
+    ------------------------------------------------------------------------------------------------
+    BM_hb_ot_tags_from_script_and_language/COMMON abcd_XY       8.11 ns         8.08 ns     87067795
+    BM_hb_ot_tags_from_script_and_language/COMMON zh_CN         53.6 ns         53.5 ns     13042418
+    BM_hb_ot_tags_from_script_and_language/COMMON en_US         24.2 ns         24.1 ns     29052731
+    BM_hb_ot_tags_from_script_and_language/LATIN en_US          24.4 ns         24.3 ns     28736769
+    BM_hb_ot_tags_from_script_and_language/COMMON none          4.43 ns         4.41 ns    160370413
+    BM_hb_ot_tags_from_script_and_language/LATIN none           4.35 ns         4.34 ns    160578191
+    
+    After:
+    ------------------------------------------------------------------------------------------------
+    Benchmark                                                      Time             CPU   Iterations
+    ------------------------------------------------------------------------------------------------
+    BM_hb_ot_tags_from_script_and_language/COMMON abcd_XY       7.97 ns         7.95 ns     85208363
+    BM_hb_ot_tags_from_script_and_language/COMMON zh_CN         41.7 ns         41.6 ns     16945817
+    BM_hb_ot_tags_from_script_and_language/COMMON en_US         16.1 ns         16.0 ns     43613523
+    BM_hb_ot_tags_from_script_and_language/LATIN en_US          16.5 ns         16.4 ns     42568107
+    BM_hb_ot_tags_from_script_and_language/COMMON none          4.30 ns         4.29 ns    164055469
+    BM_hb_ot_tags_from_script_and_language/LATIN none           4.29 ns         4.27 ns    163793591
+
+ src/gen-tag-table.py   |    2 +-
+ src/hb-ot-tag-table.hh | 3206 ++++++++++++++++++++++++------------------------
+ src/hb-ot-tag.cc       |   29 +-
+ 3 files changed, 1622 insertions(+), 1615 deletions(-)
+
+commit c460cf74ce2a3ebe5d285e03dc122fb60ff70e01
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 15:30:11 2022 -0600
+
+    [ot-tags] Cosmetic
+
+ src/hb-ot-tag.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 1c8226ed14c1ac7d82ea5482bdf2a7d019dd38a2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 15:28:50 2022 -0600
+
+    Fix compiler warning
+    
+    On Mac compiler:
+    
+    FAILED: src/libharfbuzz.0.dylib.p/hb-ot-tag.cc.o
+    c++ -Isrc/libharfbuzz.0.dylib.p -Isrc -I../src -I. -I.. -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/graphite2/1.3.14/include -I/usr/local/Cellar/glib/2.72.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.72.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.45/include -Xclang -fcolor-diagnostics --coverage -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -fno-rtti -O2 -g -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -DHAVE_CONFIG_H -Wno-non-virtual-dtor -MD -MQ src/libharfbuzz.0.dylib.p/hb-ot-tag.cc.o -MF src/libharfbuzz.0.dylib.p/hb-ot-tag.cc.o.d -o src/libharfbuzz.0.dylib.p/hb-ot-tag.cc.o -c ../src/hb-ot-tag.cc
+    In file included from ../src/hb-ot-tag.cc:29:
+    In file included from ../src/hb.hh:481:
+    ../src/hb-array.hh:359:14: error: missing default argument on parameter 'ds'
+                  Ts... ds) const
+                        ^
+    ../src/hb-ot-tag.cc:292:58: note: in instantiation of function template specialization 'hb_sorted_array_t<const LangTag>::bfind<const char *, unsigned int>' requested here
+        if (hb_sorted_array (ot_languages, ot_languages_len).bfind (lang_str, &tag_idx,
+                                                             ^
+    1 error generated.
+
+ src/hb-array.hh  | 9 ++++-----
+ src/hb-ot-tag.cc | 4 +---
+ 2 files changed, 5 insertions(+), 8 deletions(-)
+
+commit c1f4b57c064d41a291976e6d126f7bf0f6e66bc9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 15:19:40 2022 -0600
+
+    [ot-tags] Optimize language comparison
+    
+    Now that we know both strings are of equal len of 2 or 3, optimize.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3591
+    
+    Before:
+    ------------------------------------------------------------------------------------------------
+    Benchmark                                                      Time             CPU   Iterations
+    ------------------------------------------------------------------------------------------------
+    BM_hb_ot_tags_from_script_and_language/COMMON abcd_XY       8.50 ns         8.47 ns     81221549
+    BM_hb_ot_tags_from_script_and_language/COMMON zh_CN         79.6 ns         79.3 ns      8785804
+    BM_hb_ot_tags_from_script_and_language/COMMON en_US         40.0 ns         39.9 ns     17462768
+    BM_hb_ot_tags_from_script_and_language/LATIN en_US          39.2 ns         39.1 ns     17886793
+    BM_hb_ot_tags_from_script_and_language/COMMON none          4.31 ns         4.30 ns    162805417
+    BM_hb_ot_tags_from_script_and_language/LATIN none           4.32 ns         4.31 ns    162656688
+    
+    After:
+    ------------------------------------------------------------------------------------------------
+    Benchmark                                                      Time             CPU   Iterations
+    ------------------------------------------------------------------------------------------------
+    BM_hb_ot_tags_from_script_and_language/COMMON abcd_XY       8.27 ns         8.24 ns     81868701
+    BM_hb_ot_tags_from_script_and_language/COMMON zh_CN         56.1 ns         56.0 ns     12353284
+    BM_hb_ot_tags_from_script_and_language/COMMON en_US         24.3 ns         24.2 ns     28955030
+    BM_hb_ot_tags_from_script_and_language/LATIN en_US          24.5 ns         24.4 ns     28664868
+    BM_hb_ot_tags_from_script_and_language/COMMON none          4.35 ns         4.34 ns    161190014
+    BM_hb_ot_tags_from_script_and_language/LATIN none           4.36 ns         4.34 ns    161319000
+
+ src/hb-array.hh  | 14 ++++++++------
+ src/hb-ot-tag.cc | 19 ++++++-------------
+ 2 files changed, 14 insertions(+), 19 deletions(-)
+
+commit dde48d78c1e1c11f3c770491a1d618386b3d92f8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 15:07:49 2022 -0600
+
+    Fix compiler warning
+
+ src/hb-ot-tag.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 15be0deda03f68c0260d07bdc67c8952aa6ccfa7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 14:57:08 2022 -0600
+
+    [ot-tags] Optimize lang_matches()
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3591
+    
+    Before:
+    ------------------------------------------------------------------------------------------------
+    Benchmark                                                      Time             CPU   Iterations
+    ------------------------------------------------------------------------------------------------
+    BM_hb_ot_tags_from_script_and_language/COMMON abcd_XY       8.67 ns         8.64 ns     80324382
+    BM_hb_ot_tags_from_script_and_language/COMMON zh_CN         91.2 ns         90.9 ns      7674131
+    BM_hb_ot_tags_from_script_and_language/COMMON en_US         41.1 ns         41.0 ns     17174093
+    BM_hb_ot_tags_from_script_and_language/LATIN en_US          41.3 ns         41.2 ns     17000876
+    BM_hb_ot_tags_from_script_and_language/COMMON none          4.56 ns         4.55 ns    153914130
+    BM_hb_ot_tags_from_script_and_language/LATIN none           4.53 ns         4.52 ns    153830303
+    
+    After:
+    ------------------------------------------------------------------------------------------------
+    Benchmark                                                      Time             CPU   Iterations
+    ------------------------------------------------------------------------------------------------
+    BM_hb_ot_tags_from_script_and_language/COMMON abcd_XY       8.24 ns         8.21 ns     84078465
+    BM_hb_ot_tags_from_script_and_language/COMMON zh_CN         77.5 ns         77.2 ns      9059230
+    BM_hb_ot_tags_from_script_and_language/COMMON en_US         38.8 ns         38.7 ns     17790692
+    BM_hb_ot_tags_from_script_and_language/LATIN en_US          37.6 ns         37.5 ns     18648293
+    BM_hb_ot_tags_from_script_and_language/COMMON none          4.50 ns         4.49 ns    155573267
+    BM_hb_ot_tags_from_script_and_language/LATIN none           4.49 ns         4.47 ns    156456653
+
+ src/gen-tag-table.py   |   2 +-
+ src/hb-ot-tag-table.hh | 126 ++++++++++++++++++++++++-------------------------
+ src/hb-ot-tag.cc       |  11 +++--
+ 3 files changed, 70 insertions(+), 69 deletions(-)
+
+commit 407a135baf8ccd53cf1bc3502f3216f3dbcf3328
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 14:45:45 2022 -0600
+
+    [perf/benchmark-ot] Add one more test
+
+ perf/benchmark-ot.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit dd3c858f84105021cf1e427399b971bf26dde8b3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 14:28:28 2022 -0600
+
+    [ot-tags] Speed up hb_ot_tags_from_language()
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3591
+    
+    "After that, bulk of the time I suppose is spent in binary-searching the
+    language table. I suggest we split the language table in 2-letter and
+    3-letter tags, to speed-up the vast majority of cases that are
+    2-letter."
+    
+    benchmark-ot, before:
+    
+    ----------------------------------------------------------------------------------------------
+    Benchmark                                                    Time             CPU   Iterations
+    ----------------------------------------------------------------------------------------------
+    BM_hb_ot_tags_from_script_and_language/COMMON zh_CN        112 ns          111 ns      6286271
+    BM_hb_ot_tags_from_script_and_language/COMMON en_US       60.6 ns         60.4 ns     11671176
+    BM_hb_ot_tags_from_script_and_language/LATIN en_US        61.3 ns         61.1 ns     11442645
+    BM_hb_ot_tags_from_script_and_language/COMMON none        4.75 ns         4.74 ns    146997235
+    BM_hb_ot_tags_from_script_and_language/LATIN none         4.65 ns         4.64 ns    150938747
+    
+    After:
+    
+    ----------------------------------------------------------------------------------------------
+    Benchmark                                                    Time             CPU   Iterations
+    ----------------------------------------------------------------------------------------------
+    BM_hb_ot_tags_from_script_and_language/COMMON zh_CN       89.5 ns         89.2 ns      7747649
+    BM_hb_ot_tags_from_script_and_language/COMMON en_US       38.5 ns         38.4 ns     18199432
+    BM_hb_ot_tags_from_script_and_language/LATIN en_US        39.0 ns         38.9 ns     18049238
+    BM_hb_ot_tags_from_script_and_language/COMMON none        4.53 ns         4.52 ns    154895110
+    BM_hb_ot_tags_from_script_and_language/LATIN none         4.54 ns         4.52 ns    154762105
+
+ src/gen-tag-table.py   |  55 +++----
+ src/hb-ot-tag-table.hh | 409 +++++++++++++++++++++++++------------------------
+ src/hb-ot-tag.cc       |  45 ++++--
+ 3 files changed, 270 insertions(+), 239 deletions(-)
+
+commit 9baccb986087319ae56e77624082036063d67d90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 13:34:34 2022 -0600
+
+    [ot-tags] Speed up hb_ot_tags_from_complex_language()
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3591
+    
+    2. All the subtag_matches outside the switch match long strings (>= 6 or so).
+       As such, check the tag for such length before going into any of them.
+    
+    benchmark-ot, before:
+    
+    ----------------------------------------------------------------------------------------------
+    Benchmark                                                    Time             CPU   Iterations
+    ----------------------------------------------------------------------------------------------
+    BM_hb_ot_tags_from_script_and_language/COMMON zh_CN        172 ns          171 ns      4083155
+    BM_hb_ot_tags_from_script_and_language/COMMON en_US        120 ns          119 ns      5849947
+    BM_hb_ot_tags_from_script_and_language/LATIN en_US         113 ns          112 ns      5840326
+    BM_hb_ot_tags_from_script_and_language/COMMON none        4.66 ns         4.64 ns    151396224
+    BM_hb_ot_tags_from_script_and_language/LATIN none         4.66 ns         4.64 ns    149019593
+    
+    After:
+    
+    ----------------------------------------------------------------------------------------------
+    Benchmark                                                    Time             CPU   Iterations
+    ----------------------------------------------------------------------------------------------
+    BM_hb_ot_tags_from_script_and_language/COMMON zh_CN        112 ns          112 ns      6357763
+    BM_hb_ot_tags_from_script_and_language/COMMON en_US       60.5 ns         60.3 ns     11475091
+    BM_hb_ot_tags_from_script_and_language/LATIN en_US        54.9 ns         54.8 ns     12575690
+    BM_hb_ot_tags_from_script_and_language/COMMON none        4.61 ns         4.59 ns    152388450
+    BM_hb_ot_tags_from_script_and_language/LATIN none         4.66 ns         4.64 ns    151497600
+
+ src/gen-tag-table.py   |  41 +++++++++++-----
+ src/hb-ot-tag-table.hh | 126 +++++++++++++++++++++++++------------------------
+ 2 files changed, 95 insertions(+), 72 deletions(-)
+
+commit 26d906b88b324ea953f42acf1b82086cc4ad3642
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 17 13:12:17 2022 -0600
+
+    [perf] Add benchmark-ot
+
+ perf/Makefile.am     |  1 +
+ perf/benchmark-ot.cc | 35 +++++++++++++++++++++++++++++++++++
+ perf/meson.build     | 10 ++++++++++
+ 3 files changed, 46 insertions(+)
+
+commit 629fa8ee87a419c3a2f6b1477d7ecd81571f0d7e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 16 17:44:50 2022 -0600
+
+    [perf/benchmark-font] Test Roboto as variable even though it's not
+
+ perf/benchmark-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 71a0cda869f55c00727fdbbf079b671f7fe374ff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 16 17:43:48 2022 -0600
+
+    [perf/benchmark-font] Only certain fonts are variable
+    
+    Don't test every font as variable.
+
+ perf/benchmark-font.cc | 17 +++++++++--------
+ 1 file changed, 9 insertions(+), 8 deletions(-)
+
+commit fb413f52022aa2edb8a5b64e9d28f826a161d0aa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 16 17:08:43 2022 -0600
+
+    [subset/cff] Don't use bitfields for hot bools
+    
+    The struct has room because of alignment, and these bools are hot.
+
+ src/hb-subset-cff-common.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit a4d98b63ea59f17ef5e4795f6048f9cd6baa4340
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 16 17:02:40 2022 -0600
+
+    [subset/cff1] Collect glyph-to-sid map to avoid an O(n^2) algorithm
+    
+    Saves 13 for largest benchmark:
+    
+    BM_subset/subset_glyphs/SourceHanSans-Regular_subset.otf/10000                    -0.1313         -0.1308            75            65            75            65
+    
+    BM_subset/subset_codepoints/SourceHanSans-Regular_subset.otf/4096                 -0.1009         -0.1004            54            48            54            48
+    BM_subset/subset_codepoints/SourceHanSans-Regular_subset.otf/10000                -0.1067         -0.1066            70            62            69            62
+
+ src/hb-ot-cff1-table.hh | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-subset-cff1.cc   |  8 +++++++-
+ 2 files changed, 53 insertions(+), 2 deletions(-)
+
+commit b87f48e948077297b823ac929e950d4188ec627d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 16 16:33:31 2022 -0600
+
+    [cff1] get_sid() move bounds check into each implementation
+
+ src/hb-ot-cff1-table.hh | 13 +++++++------
+ 1 file changed, 7 insertions(+), 6 deletions(-)
+
+commit e1e359b4daac86cea0a4f02f7f175e93ea9440d7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 16 15:53:28 2022 -0600
+
+    [cff1] Tighten up range_list_t a bit
+
+ src/hb-subset-cff1.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 3fbac0942da80457f8c226105f5a4a1bdfe502f5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 16 15:41:11 2022 -0600
+
+    [cff1] Lazy-load & sort glyph names
+    
+    Improves subset benchmarks by up to 70% for small CFF1 subset of
+    non-CID fonts!
+    
+    BM_subset/subset_glyphs/SourceSansPro-Regular.otf/10                              -0.7067         -0.7071             1             0             1             0
+    BM_subset/subset_glyphs/SourceSansPro-Regular.otf/64                              -0.4817         -0.4824             1             0             1             0
+    BM_subset/subset_glyphs/SourceSansPro-Regular.otf/512                             -0.1948         -0.1956             2             2             2             2
+    BM_subset/subset_glyphs/SourceSansPro-Regular.otf/2000                            -0.0767         -0.0761             6             6             6             6
+
+ src/hb-ot-cff1-table.hh | 74 +++++++++++++++++++++++++++++++++++--------------
+ 1 file changed, 53 insertions(+), 21 deletions(-)
+
+commit b58bfd9818243fc1178ecad0731fa24a5aa3f235
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 16 11:21:45 2022 -0600
+
+    [font] Minor move of code to silence gcc-12 warning
+    
+    See mailing list discussion.
+
+ src/hb-font.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 602e0ca79d1a651fee0cd23d2fa3580621006c87
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 16 10:14:34 2022 -0600
+
+    [cff] Minor restructure of struct
+    
+    Surprisingly this shows tiny benchmark improvement consistently.
+
+ src/hb-cff-interp-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit acdab17ed3507bc9524cb57bef703a983e1031cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 13 14:14:36 2022 -0600
+
+    [cff] Cosmetic in parsed_values_t
+
+ src/hb-cff-interp-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b46c7faa9c77e288d16869b9ac609524e0f89468
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 13 14:02:54 2022 -0600
+
+    [cff] Check buf_len, not buf
+    
+    Ouch!
+
+ src/hb-ot-cff1-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 19a8db85458f02f5be268747b85a2c4fab1319b9
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri May 13 18:05:05 2022 +0000
+
+    [subset] fix potential integer overflow in gname_t::cmp.
+
+ src/hb-ot-cff-common.hh | 3 ++-
+ src/hb-ot-cff1-table.hh | 2 +-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit 2d2f66e1a300e14aac16120f2dc193717502129e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 13 13:53:17 2022 -0600
+
+    [cff-common] In INDEX, return empty bytes if length is zero
+    
+    Before it was possible to return non-null arrayZ.
+
+ src/hb-ot-cff-common.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit a2f132f1fc5ed1c8426dea1b1e27aa1eaf8eeb04
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 13 13:49:17 2022 -0600
+
+    [cff] Check glyph-name's length, not arrayZ
+    
+    As the latter can be non-null while still zero-length.
+
+ src/hb-ot-cff1-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit dc09053f1924a486058a8737fda22567e6d95213
+Author: jeremiazhao <jeremiazhao@tencent.com>
+Date:   Fri May 13 17:54:11 2022 +0800
+
+    fix build requirements for fedora/centos in buiding document
+
+ BUILD.md | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c657c4e1f8e6f23828fefbc441b01f7bee685c79
+Author: Thomas Devoogdt <thomas.devoogdt@barco.com>
+Date:   Tue May 10 10:00:06 2022 +0200
+
+    [meta] fix type traits on gcc 4.9 #3526
+    
+    Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
+
+ src/hb-meta.hh      | 11 +++++++++++
+ src/hb-open-type.hh | 11 ++++++-----
+ src/hb-vector.hh    | 17 +++++++++--------
+ 3 files changed, 26 insertions(+), 13 deletions(-)
+
+commit e4e053c8b3a72295c7f414726085aaa01c137c6f
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri May 13 17:00:57 2022 +0000
+
+    [perf] fix typo in perf Makefile.
+
+ perf/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e61234c5f75e21901a81df08945daddca5cbfde3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 12 13:20:10 2022 -0600
+
+    [vector] Add tests for move constructor/assignment
+
+ src/test-vector.cc | 17 +++++++++++++----
+ 1 file changed, 13 insertions(+), 4 deletions(-)
+
+commit 7fa580bc4f83f5440b23531f53b546d52af0f69b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 12 13:05:32 2022 -0600
+
+    [map] Fix map copy/move constructors to actually work
+    
+    Ouch!
+
+ src/hb-map.hh   |  5 +++--
+ src/hb-set.hh   |  3 +--
+ src/test-map.cc | 22 ++++++++++++++++++----
+ src/test-set.cc |  4 +++-
+ 4 files changed, 25 insertions(+), 9 deletions(-)
+
+commit a09dd87ca373c1629c05803e3b8611274cb15a6c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 12 12:58:07 2022 -0600
+
+    [set] Fix set copy/move constructors to actually work
+    
+    Ouch!
+
+ src/hb-set.hh   | 16 ++++++++++------
+ src/test-set.cc | 19 ++++++++++++++-----
+ 2 files changed, 24 insertions(+), 11 deletions(-)
+
+commit 76fc27713f52cc338f0325650c2c7798f5cfa2ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 12 12:14:07 2022 -0600
+
+    [vector] Remove explicit std::move
+    
+    Was confusing compilers. Let them figure it out themselves.
+    
+    Makes NotoNastaliqu subsetting/1000 benchmark more than twice faster:
+    
+    Benchmark                                                                       Time             CPU      Time Old      Time New       CPU Old       CPU New
+    ------------------------------------------------------------------------------------------------------------------------------------------------------------
+    BM_subset/subset_glyphs/NotoNastaliqUrdu-Regular.ttf/1000                    -0.5064         -0.5065           111            55           110            55
+    BM_subset/subset_codepoints/NotoNastaliqUrdu-Regular.ttf/1000                -0.5494         -0.5493           132            59           131            59
+
+ src/hb-vector.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c81198b5bc7d5d0990752b36ad2b1fcdec963abf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 12 11:58:37 2022 -0600
+
+    [set] Tweak move operators a bit
+    
+    Should be equivalent.
+
+ src/hb-bit-set-invertible.hh | 6 +++---
+ src/hb-set.hh                | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 8dc072d20d87d2986cd58797bc1993c372e5d4d6
+Merge: bff78e651 175319cd8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 11 16:45:40 2022 -0600
+
+    Merge pull request #3579 from harfbuzz/subset-retain-buffer
+    
+    Subset retain buffer
+
+commit 175319cd89fbab431616eb83d4d7c569fe4e8800
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 11 13:47:17 2022 -0600
+
+    [gsubgpos] Clean up OT::ClassDefFormat2::intersected_class_glyphs 0 case
+
+ src/hb-ot-layout-common.hh | 18 ++++++++++--------
+ 1 file changed, 10 insertions(+), 8 deletions(-)
+
+commit 137af3612bcf038103bfc315f445d6574cba8d2c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 11 13:39:30 2022 -0600
+
+    [gsubgpos] Simplify OT::ClassDefFormat2::intersected_class_glyphs()
+
+ src/hb-ot-layout-common.hh | 39 +++++++++++++++++++--------------------
+ 1 file changed, 19 insertions(+), 20 deletions(-)
+
+commit 3261e05bdbb067cb9411a38a585bb04be1fb2542
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 11 13:16:31 2022 -0600
+
+    [subset] Optimize ClassDef1::intersected_class_glyphs() for class0
+
+ src/hb-ot-layout-common.hh | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+commit c78d8ba60b49013e3ca98a2d7b030dc5d8c569d8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 11 13:05:41 2022 -0600
+
+    [subset] Allocate same size as source table for GSUB/GPOS/name
+
+ src/hb-subset.cc | 16 +++++++++++-----
+ 1 file changed, 11 insertions(+), 5 deletions(-)
+
+commit 2e7f1ae48feaa2db8248b7ae01e46ef70e461a31
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 11 12:49:16 2022 -0600
+
+    [subset] Use vector.allocated size instead of tracking buf_size
+
+ src/hb-subset.cc | 10 +++++-----
+ src/hb-vector.hh |  3 +--
+ 2 files changed, 6 insertions(+), 7 deletions(-)
+
+commit f08537963b5157cd9e7a02f6e1695ff6bd27cc1b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 11 12:10:03 2022 -0600
+
+    [cff-subset] Pre-alloc vector for operator decoding
+
+ src/hb-cff-interp-common.hh | 5 +++++
+ src/hb-subset-cff-common.hh | 1 +
+ 2 files changed, 6 insertions(+)
+
+commit 7edd54f3ddadc10307577575f47e943b86198e9d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 10 18:44:14 2022 -0600
+
+    [perf/benchmark-subset] Minor cleanup
+
+ perf/benchmark-subset.cc | 32 +++++++++++++++++++-------------
+ 1 file changed, 19 insertions(+), 13 deletions(-)
+
+commit aeb50b8942b92cda2b1d5bb03d685f97f79faf5d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 10 18:06:53 2022 -0600
+
+    [subset] Retain buffer across table subset operations
+
+ src/hb-subset.cc | 61 +++++++++++++++++++++++++++++---------------------------
+ 1 file changed, 32 insertions(+), 29 deletions(-)
+
+commit bff78e651555e6376d2a4b49c323cf5e9fe3a25c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 10 16:33:37 2022 -0600
+
+    [cff] Convert interpretation environment to use constructor
+
+ src/hb-cff-interp-common.hh      | 29 ++++++++---------------------
+ src/hb-cff-interp-cs-common.hh   | 13 +++++--------
+ src/hb-cff-interp-dict-common.hh |  2 ++
+ src/hb-cff1-interp-cs.hh         |  8 +++-----
+ src/hb-cff2-interp-cs.hh         |  9 ++++-----
+ src/hb-ot-cff1-table.cc          | 16 ++++++++--------
+ src/hb-ot-cff1-table.hh          | 19 ++++++++++---------
+ src/hb-ot-cff2-table.cc          |  8 ++++----
+ src/hb-ot-cff2-table.hh          | 24 ++++++++++--------------
+ src/hb-subset-cff-common.hh      |  8 ++++----
+ 10 files changed, 58 insertions(+), 78 deletions(-)
+
+commit de053e2efbcf0166590868c993bfbe7cc3453a06
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 10 15:38:37 2022 -0600
+
+    [cff] Convert subr_subset_param_t to use constructor
+
+ src/hb-subset-cff-common.hh | 59 ++++++++++++++++++++++++---------------------
+ 1 file changed, 31 insertions(+), 28 deletions(-)
+
+commit 96140db485b61995b0fe9528b6323a5ea928e5a8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 10 15:34:33 2022 -0600
+
+    [cff] Convert cff2_extents_param_t to use constructor
+
+ src/hb-ot-cff2-table.cc | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit 54544f2a57373b2d74bda55d4a48f58a0121c22c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 10 15:31:49 2022 -0600
+
+    [cff] Convert cff1_extents_param_t to use constructor
+
+ src/hb-ot-cff1-table.cc | 9 +++------
+ 1 file changed, 3 insertions(+), 6 deletions(-)
+
+commit 377befd0c72071190029112ee04ab0a06fea60b6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 10 15:29:12 2022 -0600
+
+    [cff] Convert get_seac_param_t to use constructor
+
+ src/hb-ot-cff1-table.cc | 14 ++++----------
+ 1 file changed, 4 insertions(+), 10 deletions(-)
+
+commit 8fd70362fa4c0f411fc67b15b67b69a7c43431e3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 10 15:15:49 2022 -0600
+
+    [cff] Use hb_ubytes_t() instead of Null(hb_ubytes_t)
+
+ src/hb-cff-interp-cs-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9033c7f99d5ffe80c349a2ed5e4ef68ca4bed434
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 10 14:58:53 2022 -0600
+
+    [cff-common] Optimize INDEX::operator[]
+    
+    Previous try showed slowdown in benchmarks, suprisingly.
+    
+    Rewrite it keeping the function, hopefully allowing better optimization.
+
+ src/hb-ot-cff-common.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 3aace2431b9bd503cb706760d831ae313d059107
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 10 14:54:04 2022 -0600
+
+    Revert "[cff-common] Optimize INDEX::operator[]"
+    
+    This reverts commit 9edb03ac7ac4b4d0814f3fd1f20cc8d2be99e971.
+
+ src/hb-ot-cff-common.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit b31ef081db0d91fd6d3e72a59fc97248ab28a904
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 10 14:52:40 2022 -0600
+
+    Revert "[cff] Add an unlikely()"
+    
+    This reverts commit 9ba9adb7ed6d48504e97a2af117b7da1fdb28450.
+    
+    This shows slowdown in benchmarks.
+
+ src/hb-cff-interp-cs-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9ba9adb7ed6d48504e97a2af117b7da1fdb28450
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 10 14:42:50 2022 -0600
+
+    [cff] Add an unlikely()
+
+ src/hb-cff-interp-cs-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9edb03ac7ac4b4d0814f3fd1f20cc8d2be99e971
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 10 14:25:08 2022 -0600
+
+    [cff-common] Optimize INDEX::operator[]
+
+ src/hb-ot-cff-common.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 52d59bf150b2a6312fe4c3b6f2ec882febe814d9
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue May 10 19:40:37 2022 +0000
+
+    [perf] Make subset benchmark data driven.
+
+ perf/benchmark-subset.cc                           | 153 +++++++--------------
+ .../data}/fonts/NotoSansDevanagari-Regular.ttf     | Bin
+ 2 files changed, 52 insertions(+), 101 deletions(-)
+
+commit 0a42410dc8a8457f49b94a0b533f0b83191ce8d5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 10 12:05:19 2022 -0600
+
+    [cff2] Change extents/shape stack to be just a number
+    
+    Do the blending immediately.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3559
+    
+    Benchmark on AdobeVFPrototype shows 35% speedup. Now we're faster
+    than FreeType:
+    
+    Benchmark                                                           Time             CPU      Time Old      Time New       CPU Old       CPU New
+    ------------------------------------------------------------------------------------------------------------------------------------------------
+    BM_Font/glyph_extents/AdobeVFPrototype.otf/hb                    -0.3792         -0.3792          1584           983          1581           982
+    BM_Font/glyph_extents/AdobeVFPrototype.otf/ft                    +0.0228         +0.0224          1220          1248          1218          1245
+    BM_Font/glyph_extents/AdobeVFPrototype.otf/var/hb                -0.3513         -0.3518          1616          1048          1613          1046
+    BM_Font/glyph_extents/AdobeVFPrototype.otf/var/ft                +0.0172         +0.0169          1232          1254          1230          1251
+
+ src/hb-cff-interp-common.hh |  4 +--
+ src/hb-cff2-interp-cs.hh    | 82 +++++++++++++++++++++++++++------------------
+ src/hb-ot-cff2-table.cc     | 24 ++++++-------
+ src/hb-subset-cff2.cc       | 28 ++++++++--------
+ 4 files changed, 77 insertions(+), 61 deletions(-)
+
+commit 5277a5772b0b9ebbbcdec0eae7f1b13d41a8d170
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue May 10 18:14:25 2022 +0000
+
+    [perf] Add benchmarks for CFF subsetting.
+
+ perf/benchmark-subset.cc | 27 +++++++++++++++++++++++++++
+ 1 file changed, 27 insertions(+)
+
+commit 8f9f0c494b9ea516903e8142e8aba391ddcb581c
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue May 10 17:47:08 2022 +0000
+
+    [subset] Enforce cmap12 group ordering constraints in collect_mapping.
+    
+    Fixes fuzzer issue: https://oss-fuzz.com/testcase-detail/6365271012540416
+
+ src/hb-ot-cmap-table.hh                                |   8 ++++++++
+ ...estcase-minimized-hb-subset-fuzzer-6365271012540416 | Bin 0 -> 161424 bytes
+ 2 files changed, 8 insertions(+)
+
+commit c99ad0f015d1328cbb9803777f66ca491b2cb115
+Merge: c941ece60 1b14d2ff1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 18:52:19 2022 -0600
+
+    Merge pull request #3572 from harfbuzz/cff-stack
+    
+    Cff stack
+
+commit 1b14d2ff136a9f7522995393fda6f6644377657f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 18:15:31 2022 -0600
+
+    [cff] Fix arg-stack peek() impl
+
+ src/hb-cff-interp-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6106ef8c0f61453c38c58f71a045481bf5546f2d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 18:12:09 2022 -0600
+
+    [cff] Tighten up arg-stack access
+
+ src/hb-cff-interp-common.hh | 14 +++++++++-----
+ 1 file changed, 9 insertions(+), 5 deletions(-)
+
+commit 8c616a6efe7370e110d6a2f822bb1a38bf768ea6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 17:49:54 2022 -0600
+
+    [cff] Allocate stack inline instead of using hb_vector_t
+    
+    Speeds up glyph_extents and glyph_shape benchmarks for CFF by 10
+    to 16 percent!
+
+ src/hb-cff-interp-common.hh | 18 +++++++-----------
+ 1 file changed, 7 insertions(+), 11 deletions(-)
+
+commit c941ece60fe791b58697a0ac9d92cd27682f0698
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 16:20:22 2022 -0600
+
+    [cff] Use using instead of typedef
+
+ src/hb-cff-interp-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 64d63cebe2968bc8d9882991b5402c7d626ecf90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 16:16:07 2022 -0600
+
+    [cff-common] Use existing types for str_buff_vec_t
+
+ src/hb-ot-cff-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit e1838ec1f863758bdd3fa33dce8bf8bfb7fa1518
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 16:14:13 2022 -0600
+
+    [cff-common] Remove unused method
+
+ src/hb-ot-cff-common.hh | 11 +----------
+ 1 file changed, 1 insertion(+), 10 deletions(-)
+
+commit 8aa54aaca250e2934bd2c97047db8b40bf027908
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 16:09:56 2022 -0600
+
+    [cff] Replace byte_str_t with hb_bytes_t use
+
+ src/hb-cff-interp-common.hh    | 25 ++++++++++---------------
+ src/hb-cff-interp-cs-common.hh |  6 +++---
+ src/hb-cff1-interp-cs.hh       |  2 +-
+ src/hb-cff2-interp-cs.hh       |  2 +-
+ src/hb-ot-cff-common.hh        | 14 +++++++-------
+ src/hb-ot-cff1-table.cc        |  6 +++---
+ src/hb-ot-cff1-table.hh        | 12 ++++++------
+ src/hb-ot-cff2-table.cc        |  4 ++--
+ src/hb-ot-cff2-table.hh        |  8 ++++----
+ src/hb-subset-cff-common.hh    |  6 +++---
+ src/hb-subset-cff1.cc          |  2 +-
+ 11 files changed, 41 insertions(+), 46 deletions(-)
+
+commit fe1d85a55a53797f0808d1f473475b7ce15eeb92
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 16:04:52 2022 -0600
+
+    [cff] Remove custom byte_str_t impl
+
+ src/hb-cff-interp-common.hh | 35 ++++++++++-------------------------
+ src/hb-ot-cff1-table.hh     |  4 ++--
+ src/hb-ot-cff2-table.hh     |  4 ++--
+ 3 files changed, 14 insertions(+), 29 deletions(-)
+
+commit c8a5f1e3c0cb8b2c0c546e89134cb66b9af2b53a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 15:49:47 2022 -0600
+
+    [cff-common] Indent
+
+ src/hb-ot-cff-common.hh | 49 +++++++++++++++++++++++++------------------------
+ 1 file changed, 25 insertions(+), 24 deletions(-)
+
+commit be7b2905cb118a5d4d08f42e870fe5f5f5ee9b0e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 15:48:18 2022 -0600
+
+    [cff-common] Remove unused INDEX::serialize() method
+
+ src/hb-ot-cff-common.hh | 10 ----------
+ 1 file changed, 10 deletions(-)
+
+commit 60390169b65632406391f3492efdbd66c688555f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 15:44:09 2022 -0600
+
+    [cff-common] Write str_buf_t::total_size() as dagger
+
+ src/hb-ot-cff-common.hh | 11 ++++-------
+ 1 file changed, 4 insertions(+), 7 deletions(-)
+
+commit 258afb45b7fefa42e36f74731d56862b9367f91e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 15:40:55 2022 -0600
+
+    [cff-common] Use range-based loop in str_buff_vec_t
+
+ src/hb-ot-cff-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 8bb1a3ce9ae8a24c168a51c6faf16779561138ae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 15:38:40 2022 -0600
+
+    [cff-common] Write INDEX offset-size calc using hb_bit_storage()
+
+ src/hb-ot-cff-common.hh | 15 +--------------
+ 1 file changed, 1 insertion(+), 14 deletions(-)
+
+commit 2ccfe84eff7f72159c87012d7e10e9c8ecdbc956
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 15:35:04 2022 -0600
+
+    [cff-common] Add assert to INDEX::set_offset_at()
+
+ src/hb-ot-cff-common.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 4bcab9e99a7fb7456f5788e2da6fae8fc5b14584
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 15:30:42 2022 -0600
+
+    [cff-common] Use byte_str_t() instead of Null(byte_str_t)
+
+ src/hb-ot-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 94f7a263228a120754ca31600cabb15de0652501
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 15:29:14 2022 -0600
+
+    [cff-common] Fix get_size() for Null object
+    
+    The special-casing didn't make sense.
+
+ src/hb-ot-cff-common.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit c9cc7d5d21dc2550e820de841f5d24f5c94dcc7e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 15:27:27 2022 -0600
+
+    [cff-common] Inline once-used method in INDEX
+
+ src/hb-ot-cff-common.hh | 5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+commit 11482a3a3927eff8e408f825082f61a202c9be9b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 15:25:21 2022 -0600
+
+    [cff-common] Remove unused method from INDEX
+
+ src/hb-ot-cff-common.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit d1bb3b08f65965bfc07b11becc3e344554c398cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 15:23:59 2022 -0600
+
+    [cff-common] Hide more INDEX internals
+
+ src/hb-ot-cff-common.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit d3b21387fde2923a624903915a58c9745d2602af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 15:22:55 2022 -0600
+
+    [cff-common] Remove redundant operator implementation
+
+ src/hb-ot-cff-common.hh | 7 -------
+ 1 file changed, 7 deletions(-)
+
+commit a96b408d805c53c051764b66a7e19aa902c82546
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 9 15:20:16 2022 -0600
+
+    [cff-common] Hide INDEX internals
+
+ src/hb-ot-cff-common.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 335b1d83cf61d1d712e9343a2217594f37018880
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 6 13:37:11 2022 -0600
+
+    [cff-common] No need to check max-offset in INDEX
+    
+    The length_at() function makes sure out-of-range offsets
+    are discarded. We just need to check the last offset.
+
+ src/hb-ot-cff-common.hh | 19 ++++---------------
+ 1 file changed, 4 insertions(+), 15 deletions(-)
+
+commit b051f3fa8388d25c7023a7f48dfea415bde1c94c
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 5 23:27:34 2022 +0000
+
+    [subset] Fix cpal subsetting when there are partial palette overlaps.
+    
+    The existing code doesn't correctly handle the case where palettes partially overlap in the color record array. This changes the subsetting to only share entries in the color record array when palettes have the same first color index. Partially overlapping palettes will be converted to disjoint segments in the color record array.
+    
+    Updates one of the color tests to use multiple palettes.
+    
+    Also fixes fuzzer: https://oss-fuzz.com/testcase-detail/5568200165687296.
+
+ src/hb-ot-color-cpal-table.hh                      |  60 +++++++++++++--------
+ ...ase-minimized-hb-subset-fuzzer-5568200165687296 | Bin 0 -> 220551 bytes
+ .../colr_with_components/colr-table.default.6B.ttf | Bin 4260 -> 4320 bytes
+ .../colr-table.drop-hints-retain-gids.6B.ttf       | Bin 4984 -> 5044 bytes
+ .../colr-table.drop-hints.6B.ttf                   | Bin 4260 -> 4320 bytes
+ .../colr-table.retain-gids.6B.ttf                  | Bin 4984 -> 5044 bytes
+ test/subset/data/fonts/colr-table.ttf              | Bin 26952 -> 27328 bytes
+ 7 files changed, 37 insertions(+), 23 deletions(-)
+
+commit 2884eb97bf448448c8c06f51e1a60acbff33bcbf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 6 12:54:02 2022 -0600
+
+    [cff-common] Remove special-casing of count=0 in INDEX serialize
+    
+    The generic code-path now can handle count=0.
+
+ src/hb-ot-cff-common.hh | 15 +++------------
+ 1 file changed, 3 insertions(+), 12 deletions(-)
+
+commit fc7f51aecea6b7a66772d4f759f52447f34197f1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 6 12:53:19 2022 -0600
+
+    [cff-common] Reduce iterator calls
+
+ src/hb-ot-cff-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c857b8e3c642476aedea634c294ee101d6ce39f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 6 12:50:37 2022 -0600
+
+    [cff-common] Set INDEX min_size to 2
+    
+    That is what it is, for an empty INDEX.
+
+ src/hb-ot-cff-common.hh | 21 ++++++++++++---------
+ 1 file changed, 12 insertions(+), 9 deletions(-)
+
+commit dd71d2c1c30ca85ddd7b1d7e3a9e2bbdacd6ae7a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 6 13:02:26 2022 -0600
+
+    [gvar] Protect against offset underflow
+
+ src/hb-ot-var-gvar-table.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 9a6dabd61a1af848abbab21b0152e58875604a37
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 6 12:01:37 2022 -0600
+
+    [gvar] Remove sanitize check for data array
+    
+    We are not checking in sanitize that offset array is ascending,
+    so this check was bogus.
+
+ src/hb-ot-var-gvar-table.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 38478d1061d4971c6f10910db1b8988aab900bcf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 6 12:00:01 2022 -0600
+
+    [gvar] DEFINE_SIZE_ARRAY instead of DEFINE_SIZE_MIN
+
+ src/hb-ot-var-gvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 90d278c92e2ef076d2b239fed56a9dc11f4b6c12
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 6 11:58:53 2022 -0600
+
+    [gvar] Remove requirement that num_glyphs matches the font's
+
+ src/hb-ot-var-gvar-table.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit ca8a0f3ea32af8fdaf2f99ad87a43e82be854f62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 6 11:54:38 2022 -0600
+
+    [gvar] Protect against out-of-range access
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47281
+    Fixes https://oss-fuzz.com/testcase-detail/5508865908670464
+
+ src/hb-ot-var-gvar-table.hh                             |   5 ++++-
+ ...usterfuzz-testcase-hb-subset-fuzzer-5508865908670464 | Bin 0 -> 17004 bytes
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit f10ddb8dd870fd691c8876c1c7151e607aab0625
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 5 11:21:24 2022 -0600
+
+    [cmap] Use -1 as Unicode sentinel, not U+FFFF in Format12 serialize
+
+ src/hb-ot-cmap-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 8a19968c8b8f8118e6247489a65edfb707bc838e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 5 11:17:23 2022 -0600
+
+    [cmap] Use iterator bool operator
+
+ src/hb-ot-cmap-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 8bfeea482838a0c4f678c7f666f4520f4f2e8dd9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 5 10:48:24 2022 -0600
+
+    [subset] Compute set max using previous()
+
+ src/hb-subset-plan.cc | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 00cb8c629d8f5615d316ac6541d6652dfa2d3145
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 5 10:33:50 2022 -0600
+
+    [subset] Don't go into glyf table if it's empty
+
+ src/hb-ot-glyf-table.hh |  2 ++
+ src/hb-subset-plan.cc   | 17 ++++++++++-------
+ 2 files changed, 12 insertions(+), 7 deletions(-)
+
+commit 4fe69bc41327596af540a2f683062b41a4f37f45
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 5 10:19:16 2022 -0600
+
+    [subset] Use del_range in _remove_invalid_gids
+
+ src/hb-subset-plan.cc | 9 ++-------
+ 1 file changed, 2 insertions(+), 7 deletions(-)
+
+commit 2a42edccbe55ede9ed7bbf643b7bec41698078ed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 4 17:06:18 2022 -0600
+
+    [subset] Cosmetic; use set bulk array population instead of for loop
+
+ src/hb-subset-plan.cc | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit bc5129d7fa6fae7ce4c653b699944dd9416eca68
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 4 22:16:03 2022 +0000
+
+    [perf] use option_t in subset benchmark to select between glyphs and codepoint subset.
+
+ perf/benchmark-subset.cc | 134 ++++++++++++++++++++++-------------------------
+ 1 file changed, 62 insertions(+), 72 deletions(-)
+
+commit 43938ecdc2b5cda45f9499f8c3360a0a3ac0842b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 4 16:59:28 2022 -0600
+
+    [subset] Remove outdated comment
+    
+    I tried something like that. It was slower because of the allocations.
+
+ src/hb-subset-plan.cc | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 6212856ce80d1cbdb5ebbd6d8f899e2b1e45d611
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 4 22:16:03 2022 +0000
+
+    [perf] benchmark subsetting via glyphs.
+
+ perf/benchmark-subset.cc | 78 ++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 78 insertions(+)
+
+commit 6829dd30ad9058170674760f3795fcafe3ed6f27
+Merge: 052812b6b 50db78ba8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 4 16:49:45 2022 -0600
+
+    Merge pull request #3562 from harfbuzz/subset-cmap-no-qsort
+    
+    [subset] In cmap planning, remove a qsort()
+
+commit 50db78ba834b35b96a808c07e550a50b3e1fa5ec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 4 15:48:18 2022 -0600
+
+    [subset] In cmap planning, remove a qsort()
+
+ src/hb-subset-plan.cc | 30 ++++++++++--------------------
+ 1 file changed, 10 insertions(+), 20 deletions(-)
+
+commit 052812b6ba424b4be677d60a722375f69decb89f
+Merge: f67e6bf79 7cb36e422
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 4 15:38:30 2022 -0600
+
+    Merge pull request #3561 from googlefonts/cmap_opt
+    
+    [subset] Further cmap subsetting speed optimizations
+
+commit 7cb36e422218305329102849c156ab94db91cbef
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 4 21:22:26 2022 +0000
+
+    [subset] Re-introduce size threshold in choosing unicode collection method.
+    
+    Threshold is needed since the unicodes set might be an inverted set.
+
+ src/hb-subset-plan.cc | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit 42c54eba839f510c885fe1a63732b0f706af1bff
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 4 20:21:43 2022 +0000
+
+    [subset] Presize unicode to gid list to unicodes + glyphs size.
+
+ src/hb-subset-plan.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 7c7c01d28cee221f1c64684539c8e6160f144f61
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue May 3 22:40:56 2022 +0000
+
+    [subset] Remove switch to alternate unicode collection at large subset sizes.
+    
+    Benchmarks show that the first path is always faster even at large subset sizes:
+    
+    BM_subset_codepoints/subset_roboto/10_median                              +0.0324         +0.0325             0             0             0             0
+    BM_subset_codepoints/subset_roboto/64_median                              +0.0253         +0.0255             0             1             0             1
+    BM_subset_codepoints/subset_roboto/512_median                             +0.0126         +0.0128             1             1             1             1
+    BM_subset_codepoints/subset_roboto/4000_median                            +0.0500         +0.0491             6             7             6             7
+    BM_subset_codepoints/subset_amiri/10_median                               +0.0338         +0.0332             1             1             1             1
+    BM_subset_codepoints/subset_amiri/64_median                               +0.0238         +0.0234             1             1             1             1
+    BM_subset_codepoints/subset_amiri/512_median                              +0.0066         +0.0063             8             8             8             8
+    BM_subset_codepoints/subset_amiri/4000_median                             -0.0011         -0.0012            13            13            13            13
+    BM_subset_codepoints/subset_noto_nastaliq_urdu/10_median                  +0.0226         +0.0226             0             0             0             0
+    BM_subset_codepoints/subset_noto_nastaliq_urdu/64_median                  +0.0047         +0.0044            20            20            20            20
+    BM_subset_codepoints/subset_noto_nastaliq_urdu/512_median                 +0.0022         +0.0021           165           166           165           166
+    BM_subset_codepoints/subset_noto_nastaliq_urdu/1000_median                -0.0021         -0.0023           166           166           166           165
+    BM_subset_codepoints/subset_noto_devangari/10_median                      +0.0054         +0.0054             0             0             0             0
+    BM_subset_codepoints/subset_noto_devangari/64_median                      +0.0024         +0.0019             0             0             0             0
+    BM_subset_codepoints/subset_noto_devangari/512_median                     +0.0089         +0.0090             5             5             5             5
+    BM_subset_codepoints/subset_noto_devangari/1000_median                    -0.0028         -0.0019             5             5             5             5
+    BM_subset_codepoints/subset_mplus1p/10_median                             +0.0001         +0.0002             0             0             0             0
+    BM_subset_codepoints/subset_mplus1p/64_median                             +0.0073         +0.0075             1             1             1             1
+    BM_subset_codepoints/subset_mplus1p/512_median                            +0.0034         +0.0034             1             1             1             1
+    BM_subset_codepoints/subset_mplus1p/4096_median                           -0.1248         -0.1248             7             6             7             6
+    BM_subset_codepoints/subset_mplus1p/10000_median                          -0.0885         -0.0885            13            12            13            12
+    BM_subset_codepoints/subset_notocjk/10_median                             +0.0031         +0.0032             2             2             2             2
+    BM_subset_codepoints/subset_notocjk/64_median                             -0.0010         -0.0010             2             2             2             2
+    BM_subset_codepoints/subset_notocjk/512_median                            -0.0023         -0.0023             9             9             9             9
+    BM_subset_codepoints/subset_notocjk/4096_median                           -0.1725         -0.1726            28            23            28            23
+    BM_subset_codepoints/subset_notocjk/32768_median                          -0.0277         -0.0287           140           137           140           136
+    BM_subset_codepoints/subset_notocjk/100000_median                         -0.0929         -0.0926           162           147           162           147
+
+ src/hb-subset-plan.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit f0c04114bc229b3b519ed2242689959ccec64098
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue May 3 22:02:59 2022 +0000
+
+    [subset] Embed unicode to gid list vector in subset plan.
+
+ src/hb-ot-cmap-table.hh |  2 +-
+ src/hb-subset-plan.cc   | 35 ++++++++++++++++-------------------
+ src/hb-subset-plan.hh   |  2 +-
+ 3 files changed, 18 insertions(+), 21 deletions(-)
+
+commit f67e6bf79cd1ac3892a2d6dfe6e479483290bd41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 2 16:59:48 2022 -0600
+
+    [perf/benchmark-font] Add benchmark for glyph_h_advance
+
+ perf/benchmark-font.cc | 26 +++++++++++++++++++++++---
+ 1 file changed, 23 insertions(+), 3 deletions(-)
+
+commit 1c0a3d4d16b3ff6864c701fc94aa6878ea82a5c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 2 16:50:54 2022 -0600
+
+    [perf/benchmark-font] Add a couple Noto fonts
+
+ perf/benchmark-font.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 15fa8afb217582bce4d360c43ad7674861dc1278
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 2 16:46:41 2022 -0600
+
+    Add fast-path for big-endian 32-bit byteswap
+    
+    Speeds up cmap format-12 decoding by some 40% as measured by
+    the newly added test in perf/benchmark-font!
+
+ src/hb-algs.hh | 24 ++++++++++++++++++++----
+ 1 file changed, 20 insertions(+), 4 deletions(-)
+
+commit 3fff2e9182fc6c3cd8ade0336fa67e71967e82c5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 2 16:31:59 2022 -0600
+
+    [perf/benchmark-font] Cosmetic
+
+ perf/benchmark-font.cc  | 2 +-
+ src/hb-ot-cmap-table.hh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 307d2d8bb6e74ad974207d3b9f706568a6a87e75
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 2 16:30:22 2022 -0600
+
+    [cmap] Sprinkle some 'unlikely's
+
+ src/hb-ot-cmap-table.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 85ec5cbcefeb2361536031f2e05518c2d817d98a
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon May 2 22:29:43 2022 +0000
+
+    [subset] In _populate_unicodes_to_retain populate unicodes in order.
+    
+    Allows the set insert to take advantage of page lookup cache.
+
+ src/hb-subset-plan.cc | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 0d1f8dcaf3a45dc8ed61dde370df0874af008870
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 2 16:18:53 2022 -0600
+
+    [perf/benchmark-font] Actually make nominal_glyph bench work
+
+ perf/benchmark-font.cc | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 6cf69d10e710cfa7282509c2a43e12618d4673bc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 2 16:07:32 2022 -0600
+
+    [perf/benchmark-font] Add back testing of is_variable
+
+ perf/benchmark-font.cc | 18 +++++++++++-------
+ 1 file changed, 11 insertions(+), 7 deletions(-)
+
+commit 3aa2ff7988583a7c078032e762cd2bde006fc896
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 2 16:01:22 2022 -0600
+
+    [perf/benchmark-font] Fix build without freetype
+
+ perf/benchmark-font.cc | 11 +++++++++++
+ 1 file changed, 11 insertions(+)
+
+commit 58a0988b576f915a21f4171f71d6d2603d6f3414
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 2 15:57:19 2022 -0600
+
+    [perf/benchmark-font] Benchmark get_nominal_glyph
+
+ perf/benchmark-font.cc | 37 ++++++++++++++++++++++++++++++-------
+ 1 file changed, 30 insertions(+), 7 deletions(-)
+
+commit 03f16fab585e57f184642398172bb2e17aa57635
+Merge: a4522df37 6d29903e8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 2 15:44:41 2022 -0600
+
+    Merge pull request #3560 from harfbuzz/perf-cleanup
+    
+    Perf cleanup
+
+commit 088133d939d8bc4ce3d97eed7d835c1831e68766
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon May 2 21:29:16 2022 +0000
+
+    [subset] cache cp to new gid list in subset plan.
+    
+    This avoids having to recompute the ordered list multiple times during cmap generation.
+
+ src/hb-ot-cmap-table.hh |  9 +--------
+ src/hb-subset-plan.cc   | 30 ++++++++++++++++++++++++++++++
+ src/hb-subset-plan.hh   |  1 +
+ 3 files changed, 32 insertions(+), 8 deletions(-)
+
+commit 6d29903e86d1f6b0fe7ca884a071d047f0ee130b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 2 14:03:15 2022 -0600
+
+    [perf/benchmark-font] Parametrize test
+
+ perf/benchmark-font.cc  | 115 +++++++++++++++++++++++++-----------------------
+ perf/benchmark-shape.cc |   2 +
+ 2 files changed, 63 insertions(+), 54 deletions(-)
+
+commit 636c90e81c2eb9a907a1c14d0f3450902d95f65a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 2 13:41:49 2022 -0600
+
+    [perf/perf] Rename to benchmark-font
+
+ perf/Makefile.am                         |  3 +-
+ perf/{perf-draw.hh => benchmark-font.cc} |  0
+ perf/meson.build                         |  7 ++--
+ perf/perf-extents.hh                     | 65 --------------------------------
+ perf/perf.cc                             |  3 --
+ 5 files changed, 4 insertions(+), 74 deletions(-)
+
+commit 036d03d2e91fc20133150696c405d3281326a552
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 2 13:39:54 2022 -0600
+
+    [perf/perf] Move all logic to perf-draw, for now
+    
+    To be renamed.
+
+ perf/Makefile.am  |   1 -
+ perf/perf-draw.hh | 124 +++++++++++++++++++++++++++++++++++++++++-------------
+ perf/perf.cc      |  10 -----
+ 3 files changed, 94 insertions(+), 41 deletions(-)
+
+commit 746c3c03c5017b4e1404c65a04a5a6122a6cd831
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 2 13:26:41 2022 -0600
+
+    [perf/perf] Remove ttf-parser backend
+
+ perf/meson.build     | 11 +------
+ perf/perf-draw.hh    | 91 +++++++++++-----------------------------------------
+ perf/perf-extents.hh | 50 ++++-------------------------
+ perf/perf.cc         |  2 +-
+ 4 files changed, 28 insertions(+), 126 deletions(-)
+
+commit 4aaa0af7d99f7a44a02542ab8a8d467e3f6a3f64
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 2 13:06:27 2022 -0600
+
+    [perf/perf] Rely on hb-draw to measure ft performance
+
+ perf/perf-draw.hh | 50 +++++++-------------------------------------------
+ 1 file changed, 7 insertions(+), 43 deletions(-)
+
+commit a4522df378259653f6cdda535980c4acee4d3021
+Merge: 4de5352a3 6922a2561
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 29 18:34:00 2022 -0600
+
+    Merge pull request #3558 from harfbuzz/set-optimize
+    
+    [perf] hb_set_t optimizations and perf suite improvements
+
+commit 6922a2561f75468c328fa158fef289a0b4156d87
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 29 23:30:32 2022 +0000
+
+    [subset] Change serialize_rangeoffset_glyid back to using iterator.
+
+ src/hb-ot-cmap-table.hh | 14 +++++++++-----
+ 1 file changed, 9 insertions(+), 5 deletions(-)
+
+commit c66fd50c269a7ab8ab22c404354c783ab5419bcc
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 29 23:18:53 2022 +0000
+
+    [subset] in cmap4 serialization save cp to gid iter to memory.
+    
+    Iterator accesses are slow and it's iterated multiple times.
+
+ src/hb-ot-cmap-table.hh | 21 +++++++++++++--------
+ 1 file changed, 13 insertions(+), 8 deletions(-)
+
+commit 17b98563dc426674d633b79194ce591c8dd38e01
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 29 22:49:02 2022 +0000
+
+    [subset] In cmap4 serialization reduce unnessecary calls into the iterator.
+    
+    Gives ~20% speedup for large subsets.
+
+ src/hb-ot-cmap-table.hh | 30 +++++++++++++++++-------------
+ 1 file changed, 17 insertions(+), 13 deletions(-)
+
+commit 5e241094bfa72840a4142c33264d128b60f12330
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 29 22:44:43 2022 +0000
+
+    [subset] In unicodes cache cleanup if set insert fails.
+
+ src/hb-ot-cmap-table.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 217d38dfc7b7b1152b74ceb46472bf6a05d35f1a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 29 16:18:17 2022 -0600
+
+    Try to fix distcheck
+
+ Makefile.am      | 15 +--------------
+ configure.ac     |  1 +
+ perf/Makefile.am | 24 ++++++++++++++++++++++++
+ 3 files changed, 26 insertions(+), 14 deletions(-)
+
+commit a424a92ce5e47b35d3128be1a612d3130c4c85b0
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 29 22:14:03 2022 +0000
+
+    [subset] s/void */intptr_t.
+
+ src/hb-ot-cmap-table.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit aad67f5629b1407df1b3152dfce0aefafbfb4132
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 29 22:01:06 2022 +0000
+
+    [subset] cache results of collect_unicodes.
+
+ src/hb-ot-cmap-table.hh | 45 +++++++++++++++++++++++++++++++++++++--------
+ 1 file changed, 37 insertions(+), 8 deletions(-)
+
+commit 35681b3edb79b1286f1aa0ece2f6ae99e0363190
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 29 16:02:55 2022 -0600
+
+    [benchmark-shape] Break lines and shape separately
+
+ perf/benchmark-shape.cc | 23 +++++++++++++++++------
+ 1 file changed, 17 insertions(+), 6 deletions(-)
+
+commit be1ac9c57232317647e59983e72b6a86f93151a2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 29 15:55:19 2022 -0600
+
+    [benchmark-shape] Data-driven test sets
+
+ perf/benchmark-shape.cc | 78 ++++++++++++++++++++++++++++---------------------
+ 1 file changed, 44 insertions(+), 34 deletions(-)
+
+commit ae3efc64248f46478fe9ad3863a5dfb0a362fe5f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 29 15:37:11 2022 -0600
+
+    [perf] Spawn off benchmark-shape from perf runner
+
+ perf/{perf-shaping.hh => benchmark-shape.cc} |  2 ++
+ perf/meson.build                             | 10 ++++++++++
+ perf/perf.cc                                 |  1 -
+ 3 files changed, 12 insertions(+), 1 deletion(-)
+
+commit 5f43ce825afbedb1edbbc6610d1c017aa0f5fe27
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 29 13:37:46 2022 -0600
+
+    [benchmark-set] Split SetLookup into an ordered and random version
+
+ perf/benchmark-set.cc | 10 +++++++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+commit ae9c7b861b257897a7ff0044d38e70f95df3eec7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 29 13:39:04 2022 -0600
+
+    [benchmark-set] At least increase needle by one in lookup benchmark
+
+ perf/benchmark-set.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 68a9b83d157c2c2ece2c49732f5bf68d843a77a8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 29 13:27:42 2022 -0600
+
+    [benchmark-set] At least increase needle by one in lookup benchmark
+
+ perf/benchmark-set.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b4236b7de6bb2823a4561357342309b0f6d7d264
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 29 19:21:13 2022 +0000
+
+    [subset] Optimize Cmap4 collect_unicodes.
+    
+    Use set add_range() instead of individual add() calls.
+
+ src/hb-ot-cmap-table.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit 5866ec05f5a2a613501095e1de64d641ad898021
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 29 13:14:41 2022 -0600
+
+    [benchmark-map] Remove rand() overhead from benchmark
+
+ perf/benchmark-map.cc | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 067225a86d4309020b950661ef9de6cb0c51eb98
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 29 13:04:36 2022 -0600
+
+    [set] Optimize const page_for() using last_page_lookup caching
+    
+    Similar to previous commit.
+    
+    This speeds up SetLookup benchmark by 50%, but that's because that
+    lookup always hits the same page...
+
+ src/hb-bit-set.hh | 24 +++++++++++++++++++-----
+ 1 file changed, 19 insertions(+), 5 deletions(-)
+
+commit c283e41ce39bb3740417bed4f240cf625fb38cd4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 29 12:45:48 2022 -0600
+
+    [set] Optimize non-const page_for() using last_page_lookup caching
+    
+    This speeds up SetOrderedInsert tests by 15 to 40 percent, and the
+    subset_mplus1p benchmarks by 9 to 27 percent.
+
+ src/hb-bit-set.hh | 16 +++++++++++++++-
+ 1 file changed, 15 insertions(+), 1 deletion(-)
+
+commit dd005911b955da49a11aa755acb9addc0c8a2a24
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 29 12:23:53 2022 -0600
+
+    [benchmark-set] Reduce lookup benchmark overhead
+    
+    Turnsout 90% was overhead...  Now lookup is in the 4ns ballpark.
+
+ perf/benchmark-set.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 4de5352a3d4f501b68907fa419a4fed70676e720
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 28 14:40:33 2022 -0600
+
+    [test] Add test
+    
+    From https://github.com/harfbuzz/harfbuzz/issues/3545
+    
+    Dropped the CFF table.
+
+ .../fonts/a59fd13f1525a91cbe529c882e93d9d1fbb80463.ttf   | Bin 0 -> 1180 bytes
+ test/shape/data/in-house/tests/context-matching.tests    |   1 +
+ 2 files changed, 1 insertion(+)
+
+commit d8292b8446b7875281a0d6fc8cb90e96b2f8d156
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 27 12:38:35 2022 -0600
+
+    [CFF] Fix parsing of empty Index
+    
+    https://github.com/harfbuzz/harfbuzz/issues/3545#issuecomment-1111047941
+
+ src/hb-ot-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6454cec085ba51cefcd12b1f8027bc4a647347d5
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sun Apr 24 11:10:17 2022 -0400
+
+    [USE] Classify U+10A38 as CONS_MOD_BELOW
+
+ src/gen-use-table.py                 | 3 +++
+ src/hb-ot-shape-complex-use-table.hh | 2 +-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit f7aee78e90bc53b3a95eb56d7550c9effe569ea2
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Apr 24 05:47:57 2022 +0200
+
+    4.2.1
+
+ NEWS             | 12 ++++++++++++
+ configure.ac     |  2 +-
+ meson.build      |  2 +-
+ src/hb-version.h |  4 ++--
+ 4 files changed, 16 insertions(+), 4 deletions(-)
+
+commit 6695bf056065f2e2e56c0e00b9740e6685a8af28
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 22 13:48:41 2022 -0600
+
+    [gsubgpos] Remove wrong condition in Context application
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3545
+
+ src/hb-ot-layout-gsubgpos.hh | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit 038203de61d67b56b3426015b449178aa661157a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Apr 22 01:29:29 2022 +0200
+
+    Remove ABI tracker link
+    
+    Seems dead, no update since 2020.
+
+ README.md | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit c8810277bb004ad4ef1c0b2485c0fdecf39764b9
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Apr 22 01:01:06 2022 +0200
+
+    Update Coverity settings
+
+ .github/workflows/coverity-scan.yml | 6 +++---
+ README.md                           | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit b2d317339a66be756b136d50ad74b328c3acfcec
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Apr 22 00:47:37 2022 +0200
+
+    Update codacy badge
+
+ README.md | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6a38c83d4f9b285b66177d8d1757744621de23e2
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Apr 22 00:39:45 2022 +0200
+
+    Remove coveralls badge
+    
+    We stopped pushing coveralls builds since 2020.
+
+ README.md | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 392f201047db16cdbc082217c0fb4e9db86a9097
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Apr 21 21:24:58 2022 +0200
+
+    [ci] Pin gcovr to version 5.0
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3540
+
+ .github/workflows/linux-ci.yml | 4 ++--
+ .github/workflows/macos-ci.yml | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 4c177de1f597512f61e90039d54afa2f3884eb71
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 21 13:51:37 2022 -0600
+
+    [perf] Err. Remove HUGE font from perf suite
+
+ perf/benchmark-subset.cc        |   2 ++
+ perf/fonts/NotoSansCJKsc-VF.ttf | Bin 36144788 -> 0 bytes
+ 2 files changed, 2 insertions(+)
+
+commit 7f7ebdc6bb73bc24d6aa51f2a2c6b214484f5ee4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 21 11:25:12 2022 -0600
+
+    [perf] Reuse a font
+
+ perf/benchmark-subset.cc       |   2 +-
+ perf/fonts/Mplus1p-Regular.ttf | Bin 1757292 -> 0 bytes
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 85142f3247c6ee8cb69006872629cd855f5eeb8f
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Apr 20 22:32:54 2022 +0000
+
+    [perf] Add missing ninja command in profiling instructions.
+
+ perf/README.md | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit a5cf917892f31a7197ea9b58d2938f0cae3aaf9e
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Apr 20 22:31:26 2022 +0000
+
+    [perf] Update readme with profiling instructions.
+
+ perf/README.md | 21 +++++++++++++++++++++
+ 1 file changed, 21 insertions(+)
+
+commit df3ecea773c5f68632e5b4ff0fb5568ce1864272
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 20 16:06:06 2022 -0600
+
+    [perf/perf] Fix run when ttfparser is not available
+
+ perf/perf-draw.hh    | 3 +++
+ perf/perf-extents.hh | 3 +++
+ 2 files changed, 6 insertions(+)
+
+commit f48647e58958e17e8a379c74d2f504f893d4c336
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Apr 20 22:08:33 2022 +0000
+
+    In perf/README update meson command line to set release build type.
+
+ perf/README.md | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b3ce96da3b689dda4910ee72aa3b0f14d73230c7
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Apr 20 21:51:20 2022 +0000
+
+    [perf] Add several more fonts to the subset benchmarks.
+
+ perf/benchmark-subset.cc        |  46 ++++++++++++++++++++++++++--------------
+ perf/fonts/Mplus1p-Regular.ttf  | Bin 0 -> 1757292 bytes
+ perf/fonts/NotoSansCJKsc-VF.ttf | Bin 0 -> 36144788 bytes
+ 3 files changed, 30 insertions(+), 16 deletions(-)
+
+commit 9ad300360d4fd9dee74e9aca65b2878a791cb64f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 20 15:53:37 2022 -0600
+
+    [perf/perf-draw] Port to new draw API
+
+ perf/perf-draw.hh | 27 +++++++++++----------------
+ 1 file changed, 11 insertions(+), 16 deletions(-)
+
+commit 23c7c305bb4a8ba0fc70a7818a81f7af5ab1289d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 20 15:45:37 2022 -0600
+
+    [perf/benchmark-map] Adjust range specifiers
+
+ perf/benchmark-map.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 2b03bcedef6523a2ff3103cd4420561b4a696b6b
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Apr 20 21:34:45 2022 +0000
+
+    [perf] Cleanup range specifiers in set benchmark.
+
+ perf/benchmark-set.cc | 28 ++++++++++++----------------
+ 1 file changed, 12 insertions(+), 16 deletions(-)
+
+commit 178c67003f4554220494ce949723af19582cea7b
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Apr 20 21:19:54 2022 +0000
+
+    [perf] Rework set insert test to not use pause/resume timing.
+    
+    These have high overhead which affect the result. Also change set iteration to time the individual iteration operation.
+
+ perf/benchmark-set.cc    | 52 +++++++++++++++++++++++++++++++++---------------
+ perf/benchmark-subset.cc |  3 +++
+ 2 files changed, 39 insertions(+), 16 deletions(-)
+
+commit fbd183d0eb4aff0c3e790f58788d361d6640430e
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Apr 20 20:05:14 2022 +0000
+
+    [perf] Start writing subset benchmarks.
+
+ perf/benchmark-subset.cc | 70 ++++++++++++++++++++++++++++++++++++++++++++++++
+ perf/meson.build         | 10 +++++++
+ 2 files changed, 80 insertions(+)
+
+commit fc2027bf0709e356f3b66d3bc4edd1e9042e94ee
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Apr 20 19:33:04 2022 +0000
+
+    [perf] Add map benchmarks.
+
+ perf/benchmark-map.cc | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ perf/benchmark-set.cc |  5 ++++
+ perf/meson.build      | 16 +++++++++----
+ 3 files changed, 79 insertions(+), 5 deletions(-)
+
+commit 057ec2c95396ddcaf1820f5c9fa6f7986bb010b3
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Apr 20 19:15:03 2022 +0000
+
+    [perf] Add set ieration and lookup benchmarks.
+
+ perf/benchmark-set.cc | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 48 insertions(+)
+
+commit 40975fc3c233af72d5f5591d957d128793e1c2dc
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Apr 20 18:54:36 2022 +0000
+
+    [perf] Add some instructions for building/running benchmarks.
+
+ perf/README.md | 24 ++++++++++++++++++++++++
+ 1 file changed, 24 insertions(+)
+
+commit cef64b947d26c10cbad47ea73e3c9fc9e5c55fc4
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Apr 20 18:36:35 2022 +0000
+
+    [perf] Add the start of a benchmark for set operations.
+
+ perf/benchmark-set.cc | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
+ perf/meson.build      | 15 +++++++++++++++
+ 2 files changed, 64 insertions(+)
+
+commit e8b40c7a09607ecf6e2ce0d9bc32b826a5481ad7
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Apr 20 17:47:02 2022 +0000
+
+    Upgrade google benchmark dep to latest version to fix build failure.
+
+ subprojects/.gitignore            |  2 +-
+ subprojects/google-benchmark.wrap | 16 +++++++++-------
+ 2 files changed, 10 insertions(+), 8 deletions(-)
+
+commit 8575a8f50c25ce96932f94d50425b1d7de8aeb12
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 21 11:14:09 2022 -0600
+
+    Add _hb_codepoint_is_regional_indicator()
+
+ src/hb-ot-shape.cc | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit c1ee7d28f3ea476b6e80a82d1485e91a0efc9c3f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 20 13:38:05 2022 -0600
+
+    Typo
+    
+    Co-authored-by: Khaled Hosny <khaled@aliftype.com>
+
+ src/hb-ot-shape.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4d48fae4f247c789612f6a888aba6abf7906f012
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 20 11:35:19 2022 -0600
+
+    Enforce Regional_Indicators native direction to LTR
+    
+    And undo the morx direction reversal change introduced in
+    https://github.com/harfbuzz/harfbuzz/pull/3315
+    23159084b43c1ce429d9e98035bf845919fd8a89
+    
+    This fixes original bug https://github.com/harfbuzz/harfbuzz/issues/3314
+    
+    And the reversion in morx code fixes regressions:
+    https://github.com/harfbuzz/harfbuzz/issues/3528
+    https://github.com/harfbuzz/harfbuzz/issues/3535
+    
+    Supersedes:
+    https://github.com/harfbuzz/harfbuzz/pull/3529
+
+ src/hb-aat-layout-morx-table.hh            |  4 ++--
+ src/hb-ot-shape.cc                         | 19 ++++++++++++++-----
+ test/shape/data/in-house/tests/macos.tests |  8 +++++++-
+ 3 files changed, 23 insertions(+), 8 deletions(-)
+
+commit a85461b9b6367d5ce313c800f9efc6a1ad750616
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 20 12:13:16 2022 -0600
+
+    Add link to Context LookupFlag discussion
+    
+    https://github.com/harfbuzz/harfbuzz/discussions/3538
+
+ src/hb-ot-layout-gsubgpos.hh | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit af9eb6850a188a0491fcfd8a379534c5632a0a05
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Wed Apr 20 16:55:31 2022 +0100
+
+    Updated version
+
+ docs/features.dot | 89 +++++++++++++++++++++++++++++++++++++++++++------------
+ 1 file changed, 70 insertions(+), 19 deletions(-)
+
+commit 91e2f3b92a6a21ad462b6ef41bfd6a88f598e965
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Tue Apr 19 15:20:53 2022 +0100
+
+    Add cheat sheet
+
+ docs/features.dot | 208 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 208 insertions(+)
+
+commit 9e59c401e05018eacc09d277251f692a517652c8
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Wed Apr 20 16:56:34 2022 +0100
+
+    [myanmar] Reword confusing comment about masks
+
+ src/hb-ot-shape-complex-myanmar.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 383c11d75659540f4d064824f83446389a8334ce
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Apr 19 16:31:44 2022 +0200
+
+    Add test for ligature-id allocation
+    
+    Test for the fix in 7bdc20ec810c14056d6362b076aa6717f10f26a0 for the
+    regression from 43be5ba442548528c89ad31c0927cc68515b736e.
+
+ .../fonts/8339c821814d9bad7c77169332327ad8b0f33c81.ttf   | Bin 0 -> 2312 bytes
+ test/shape/data/in-house/tests/ligature-id.tests         |   1 +
+ 2 files changed, 1 insertion(+)
+
+commit 903cf8cfce631e5e0a5c8941d207dff3e3a59b82
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 13 15:31:51 2022 -0600
+
+    [check-static-inits] Unbreak test
+
+ src/check-static-inits.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ec925ece05f3de0ba49a7712a4a2ebb389c54f70
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 13 11:51:48 2022 -0600
+
+    [khmer] Reinstate a pause after basic features
+    
+    This was removed as part of 044d7a06db552e1564b8575f4d23798f009d9dde,
+    which caused the regression.  Just adding a pause fixes the shaping.
+    Debugged by just tracing the good/bad shaping and observing the
+    lookup orders intermingling in the bad shaping.
+    
+    Test:
+    hb-shape LeelawUI.ttf --unicodes U+1780,U+17D2,U+179A,U+17BB
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3531
+
+ src/hb-ot-shape-complex-khmer.cc | 9 ++++++++-
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+commit cc0f1f3b60a920d5da19cc4f2886fd0e74655e8c
+Author: Cosimo Lupo <clupo@google.com>
+Date:   Tue Apr 12 10:45:43 2022 +0100
+
+    Expose --passthrough-tables option to hb-subset CLI tool
+
+ util/hb-subset.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 53eeeab0e39a9079324f8aad39a6ca0f446030e1
+Author: Cosimo Lupo <clupo@google.com>
+Date:   Wed Apr 6 12:54:40 2022 +0100
+
+    CMakeLists.txt: also match 'AppleClang' compiler to not link with libc++
+
+ CMakeLists.txt | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 88bb746b42ca4ae67e5e25cb669b604170d349c6
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Apr 1 02:18:37 2022 +0200
+
+    [blob] Return nullptr from create_from_file_or_fail
+    
+    Fix a couple of cases where it would return empty blob, possibly
+    missed in bdfed8f113431a2156e13d59a4b21e19feb7efd9.
+
+ src/hb-blob.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b179d357a99884370dd8719d71ae87ca6dca33d7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 30 12:59:52 2022 -0600
+
+    [main] Fix unused-variable warnings
+
+ src/main.cc | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 9d5730b958974bc9db95e46e6bad52e9e9cd6e1c
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Mar 30 15:08:34 2022 +0200
+
+    4.2.0
+
+ NEWS                   | 22 +++++++++++++++++++++-
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-set.cc          |  2 +-
+ src/hb-version.h       |  4 ++--
+ 6 files changed, 27 insertions(+), 6 deletions(-)
+
+commit ecb3e7ec929aac83d4b4cef065bd87e0be400660
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Mon Mar 28 19:42:04 2022 -0400
+
+    Enable indic-feature-order.tests
+
+ test/shape/data/in-house/Makefile.sources | 1 +
+ test/shape/data/in-house/meson.build      | 1 +
+ 2 files changed, 2 insertions(+)
+
+commit 044d7a06db552e1564b8575f4d23798f009d9dde
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 28 12:38:56 2022 -0600
+
+    [indic-like] Add per-lookup per-syllable flag
+    
+    This allows mix-and-matching per-syllable and other lookups.
+    In fact, removes the clear-syllables call completely.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3513
+
+ src/hb-ot-layout-gsubgpos.hh                       |  13 +++++--
+ src/hb-ot-layout.cc                                |   1 +
+ src/hb-ot-layout.hh                                |  11 ------
+ src/hb-ot-map.cc                                   |   8 +++--
+ src/hb-ot-map.hh                                   |   8 +++--
+ src/hb-ot-shape-complex-indic.cc                   |  40 ++++++++++-----------
+ src/hb-ot-shape-complex-khmer.cc                   |  22 +++++-------
+ src/hb-ot-shape-complex-myanmar.cc                 |   8 ++---
+ src/hb-ot-shape-complex-use.cc                     |  15 ++++----
+ .../41071178fbce4956d151f50967af458dbf555f7b.ttf   | Bin 0 -> 3216 bytes
+ .../shape/data/in-house/tests/indic-syllable.tests |   1 +
+ 11 files changed, 61 insertions(+), 66 deletions(-)
+
+commit 61486746d3d8937c2b656c3ba72bd666fadef76c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 28 15:57:07 2022 -0600
+
+    Revert "[indic] Clear syllables before presentation features"
+    
+    This reverts commit 90f09b1e877dc6edf63fc4ac2b397ef4e5c92083.
+    
+    This regressed Indic shaping. See:
+    https://github.com/harfbuzz/harfbuzz/issues/3513
+
+ src/hb-ot-shape-complex-indic.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 18c0290cf50eaa4bc5db62678f26c11a1409292f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 28 13:24:16 2022 -0600
+
+    Add test for previous commit
+
+ test/shape/data/in-house/tests/macos.tests | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit e8f3397f4ef0db9700eb28f1b6843ba7e80e373e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 28 12:07:05 2022 -0600
+
+    [matcher] Simplify syllable initialization
+
+ src/hb-ot-layout-gsubgpos.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 94f5c630fc07e6aa653ac552b90444f9e7ea7c7f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 28 11:25:44 2022 -0600
+
+    [aat] Remove morx deleted-glyphs before GPOS processing
+    
+    Fixes new Apple Color Emoji glyphs sequences rendering.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3512
+
+ src/hb-ot-shape.cc | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit 0dcbdbde9cff68384bb3a5b9847283ca0676e54a
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Mar 26 20:56:50 2022 -0400
+
+    [indic] Categorize U+0D04 as Consonant_Placeholder
+
+ src/hb-ot-shape-complex-indic.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit a665e29ed71602dc37fbb987f0de6806bcc7d710
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 23 17:30:25 2022 -0600
+
+    [use] Avoid O(n^2) in the machine
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3502
+
+ src/hb-ot-shape-complex-use-machine.hh             |  36 ++++++++++++++-------
+ src/hb-ot-shape-complex-use-machine.rl             |  22 ++++++++++---
+ ...rfuzz-testcase-hb-shape-fuzzer-5446125635633152 | Bin 0 -> 655 bytes
+ 3 files changed, 43 insertions(+), 15 deletions(-)
+
+commit ccd9161bfd08b644d2563b58f353ee7fea97608d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 24 13:10:48 2022 -0600
+
+    [apply-lookup] Try to fix the logic for contextual lookups
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1611
+    
+    Notably, this fixes Myles's AdditionFont:
+    https://litherum.blogspot.com/2019/03/addition-font.html
+    
+    Test with AdditionFont, eg.:
+    $ util/hb-view AdditionFont.otf =1112112+1113134=
+
+ src/hb-ot-layout-gsubgpos.hh                       |  22 ++++++++++++++-------
+ .../5bbf3712e6f79775c66a4407837a90e591efbef2.ttf   | Bin 0 -> 6400 bytes
+ .../data/in-house/tests/context-matching.tests     |   1 +
+ 3 files changed, 16 insertions(+), 7 deletions(-)
+
+commit fa15fc44bbf17ae417021f92552b9f04a5c1a69e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 25 15:00:11 2022 -0600
+
+    [subset] Require exact harfbuzz version in .pc file
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1446
+
+ src/harfbuzz-subset.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b619b05f39509b0a4805d844636a31a9183d5dd4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 25 14:56:55 2022 -0600
+
+    [subset] Adjust name in .pc file
+
+ src/harfbuzz-subset.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 122907866036e4ad03ddeefe0fe07a28e559fe8e
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Mar 25 22:41:25 2022 +0200
+
+    [set] Fix annotation
+
+ src/hb-set.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3a78cf92c83c6f05154e42e8f7b17bd8bc93f1d6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 25 12:56:44 2022 -0600
+
+    [gvar] Fix decoding of private vs shared points
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3506
+
+ src/hb-ot-var-gvar-table.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit a02fb4a0dcafce485b0db07fee58a12b7adee83a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 25 12:56:19 2022 -0600
+
+    [glyf] Don't bail rendering glyf even if gvar failed
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3506
+
+ src/hb-ot-glyf-table.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 0a38878549968e1d636a6d878c55d4efe76ce9fc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 25 09:42:36 2022 -0600
+
+    [set] Minor touch-up on the previous commit
+
+ docs/harfbuzz-sections.txt   |  1 +
+ src/hb-bit-set-invertible.hh | 10 +++++-----
+ src/hb-bit-set.hh            | 12 ++++++------
+ src/hb-set.cc                |  6 +++---
+ src/hb-set.hh                |  4 ++--
+ 5 files changed, 17 insertions(+), 16 deletions(-)
+
+commit a003fc0df1a2dad57e18c1be8b40591dfbcc9547
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 25 09:37:50 2022 -0600
+
+    Remove accidental files
+
+ test/subset/__pycache__/repack_test.cpython-39.pyc       | Bin 1299 -> 0 bytes
+ test/subset/__pycache__/subset_test_suite.cpython-39.pyc | Bin 3501 -> 0 bytes
+ 2 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 0182988229591476eea1606dde0d78a1864ca017
+Author: Andrew John <45769922+andyjgf@users.noreply.github.com>
+Date:   Fri Mar 25 08:36:44 2022 -0700
+
+    [set] Add call to export set contents to an array. (#3500)
+    
+    [set] Add hb_set_next_many.
+
+ src/hb-bit-page.hh                                 |  69 ++++++++++++-
+ src/hb-bit-set-invertible.hh                       |   8 ++
+ src/hb-bit-set.hh                                  |  94 +++++++++++++++++
+ src/hb-set.cc                                      |  25 +++++
+ src/hb-set.h                                       |   6 ++
+ src/hb-set.hh                                      |   3 +
+ test/api/test-set.c                                | 111 +++++++++++++++++++++
+ test/subset/__pycache__/repack_test.cpython-39.pyc | Bin 0 -> 1299 bytes
+ .../__pycache__/subset_test_suite.cpython-39.pyc   | Bin 0 -> 3501 bytes
+ 9 files changed, 315 insertions(+), 1 deletion(-)
+
+commit a55a42444d0578125425c3fe64d5f8172c508f44
+Author: aneejit1 <100675750+aneejit1@users.noreply.github.com>
+Date:   Thu Mar 24 20:16:41 2022 +0000
+
+     Meson build writes to the source directory (issue #3507 ) (#3508)
+    
+    Don't write to source directory if files did not change
+    
+    Remove writes to the source directory which cause a meson build failure
+    if the source directory is read-only.
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3508
+
+ src/gen-harfbuzzcc.py | 8 ++++++--
+ src/gen-hb-version.py | 8 ++++++--
+ 2 files changed, 12 insertions(+), 4 deletions(-)
+
+commit bf2a845a17ef7b45867c38f9b7c041e4c479d340
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 24 13:09:53 2022 -0600
+
+    [ot-layout] Comment
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a792e16e48188f67d38768c1d25ac5d7f26ec607
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 24 13:08:51 2022 -0600
+
+    [ot-layout] Change max nesting level of lookups from 6 to 64
+
+ src/hb-ot-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f76ffa8374799b5acb16a0e25d72ae80d4d3f964
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Mar 24 06:23:22 2022 +0200
+
+    [build] Change how platform shaper tests are enable
+    
+    Run the tests unconditionally and skip if the shaper is not available.
+    This fixes distcheck (https://github.com/harfbuzz/harfbuzz/pull/3504)
+    and shows SKIP for these tests instead of ignoring them.
+
+ test/shape/data/in-house/Makefile.am      | 14 +++++++++++---
+ test/shape/data/in-house/Makefile.sources | 13 +++----------
+ test/shape/data/in-house/meson.build      | 17 ++++-------------
+ test/shape/meson.build                    | 14 +++-----------
+ test/shape/run-tests.py                   | 17 ++++++++++++++++-
+ 5 files changed, 37 insertions(+), 38 deletions(-)
+
+commit 38575c9042f8c4e7ea03260671b705c0dbf505fe
+Merge: 444c2375a eb44d64bc
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Mar 24 05:51:22 2022 +0200
+
+    Merge pull request #3504 from fanc999/dist-plat-shaper-tests
+    
+    test: Dist the platform shaper test data
+
+commit eb44d64bc25c10028d3d44aa93c5507d217bd193
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Thu Mar 24 10:52:48 2022 +0800
+
+    test: Dist the platform shaper test data
+    
+    For builds from release tarballs, the tests fail in the DirectWrite and
+    Uniscribe tests when these platform shapers are enabled, since the data files
+    were not found in the source tree, when building with Meson at least.
+    
+    Fix this by dist'ing the platform shaper test data files.
+
+ test/shape/data/in-house/Makefile.sources | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 444c2375a155500248d21ed074fffd353304a1d3
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Mar 23 16:49:13 2022 -0700
+
+    [reorg] Use relative includes for hb-ot-layout-gsubgpos.hh
+
+ src/OT/Layout/GSUB/ChainContextSubst.hh | 2 +-
+ src/OT/Layout/GSUB/ContextSubst.hh      | 2 +-
+ src/OT/Layout/GSUB/ExtensionSubst.hh    | 2 +-
+ src/OT/Layout/GSUB/GSUB.hh              | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+commit b342adeb96148570d71d5e0eb07436eb7d53b5e7
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Mar 23 16:28:22 2022 -0700
+
+    [reorg] Move GSUB into OT::Layout::GSUB namespace.
+
+ src/OT/Layout/GSUB/GSUB.hh | 15 +++++++--------
+ src/hb-ot-layout.cc        |  8 +++++---
+ src/hb-subset-plan.cc      |  4 +++-
+ src/hb-subset.cc           |  4 +++-
+ 4 files changed, 18 insertions(+), 13 deletions(-)
+
+commit a9910e258fe2d8f782ccb3594b79f9d150e60e08
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Mar 23 16:09:41 2022 -0700
+
+    [reorg] Move SubstLookup and GSUB into the new layout.
+
+ src/Makefile.sources                      |   6 +
+ src/OT/Layout/GSUB/ChainContextSubst.hh   |  18 ++
+ src/OT/Layout/GSUB/ContextSubst.hh        |  18 ++
+ src/OT/Layout/GSUB/ExtensionSubst.hh      |  22 ++
+ src/OT/Layout/GSUB/GSUB.hh                |  59 ++++++
+ src/OT/Layout/GSUB/SubstLookup.hh         | 224 ++++++++++++++++++++
+ src/OT/Layout/GSUB/SubstLookupSubTable.hh |  77 +++++++
+ src/hb-ot-layout-gsub-table.hh            | 332 +-----------------------------
+ src/hb-ot-layout.hh                       |   8 +-
+ src/meson.build                           |   6 +
+ 10 files changed, 440 insertions(+), 330 deletions(-)
+
+commit 90af2143d58947b4ed82ff6c9b86bc483d3a58bb
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Mar 23 15:28:29 2022 -0700
+
+    [reorg] Move ReverseChainSingleSubst to new layout.
+
+ src/Makefile.sources                               |   2 +
+ src/OT/Layout/GSUB/ReverseChainSingleSubst.hh      |  36 ++++
+ .../Layout/GSUB/ReverseChainSingleSubstFormat1.hh  | 228 ++++++++++++++++++++
+ src/hb-ot-layout-gsub-table.hh                     | 239 +--------------------
+ src/meson.build                                    |   2 +
+ 5 files changed, 270 insertions(+), 237 deletions(-)
+
+commit 403feb3804cb61a73c32ff2c87659fd49900fe4f
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Mar 23 15:19:04 2022 -0700
+
+    [reorg] Move LigatureSubst to new layout.
+
+ src/Makefile.sources                       |   4 +
+ src/OT/Layout/GSUB/Ligature.hh             | 135 ++++++++++
+ src/OT/Layout/GSUB/LigatureSet.hh          | 118 ++++++++
+ src/OT/Layout/GSUB/LigatureSubst.hh        |  59 ++++
+ src/OT/Layout/GSUB/LigatureSubstFormat1.hh | 165 ++++++++++++
+ src/hb-ot-layout-gsub-table.hh             | 420 +----------------------------
+ src/meson.build                            |   4 +
+ 7 files changed, 487 insertions(+), 418 deletions(-)
+
+commit 6a369389d6cb8de126141cfe71f3c6bc0faedd15
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Mar 23 15:04:11 2022 -0700
+
+    [reorg] Move AlternateSubst to new layout.
+
+ src/Makefile.sources                        |   3 +
+ src/OT/Layout/GSUB/AlternateSet.hh          | 110 +++++++++++++
+ src/OT/Layout/GSUB/AlternateSubst.hh        |  51 ++++++
+ src/OT/Layout/GSUB/AlternateSubstFormat1.hh | 128 ++++++++++++++
+ src/hb-ot-layout-gsub-table.hh              | 247 +---------------------------
+ src/meson.build                             |   3 +
+ 6 files changed, 297 insertions(+), 245 deletions(-)
+
+commit dea0681db2cca618e58b27a471863ff42f43bb31
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Mar 23 14:48:58 2022 -0700
+
+    [reorg] Move MultipleSubst into new layout.
+
+ src/Makefile.sources                       |   3 +
+ src/OT/Layout/GSUB/MultipleSubst.hh        |  53 +++++++
+ src/OT/Layout/GSUB/MultipleSubstFormat1.hh | 120 +++++++++++++++
+ src/OT/Layout/GSUB/Sequence.hh             | 103 +++++++++++++
+ src/hb-ot-layout-gsub-table.hh             | 229 +----------------------------
+ src/meson.build                            |   3 +
+ 6 files changed, 284 insertions(+), 227 deletions(-)
+
+commit 7243bf3e4119bf73d31de2252003a5fc4b2ed6d8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 26 08:26:50 2022 -0700
+
+    [reorg] Use relative include
+
+ src/OT/Layout/GSUB/Common.hh             | 3 ++-
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 1 -
+ src/OT/Layout/GSUB/SingleSubstFormat2.hh | 1 -
+ 3 files changed, 2 insertions(+), 3 deletions(-)
+
+commit c180f93766cbeec4e516800e9cbf956b740e4779
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 26 08:22:40 2022 -0700
+
+    [reorg] Move sanitize/dispatch and size macros to top
+
+ src/OT/Layout/GSUB/SingleSubst.hh        | 39 ++++++++++++++++----------------
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 16 ++++++-------
+ src/OT/Layout/GSUB/SingleSubstFormat2.hh | 16 ++++++-------
+ 3 files changed, 34 insertions(+), 37 deletions(-)
+
+commit f577d02f4a750e462814d385e416c9fd45986d1e
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jan 20 14:39:48 2022 -0800
+
+    [reorg] Fix check-* scripts to work with sources files in directories.
+
+ src/Makefile.sources                     |  4 ++++
+ src/OT/Layout/GSUB/Common.hh             |  6 +++---
+ src/OT/Layout/GSUB/SingleSubst.hh        |  6 +++---
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh |  6 +++---
+ src/OT/Layout/GSUB/SingleSubstFormat2.hh |  6 +++---
+ src/check-c-linkage-decls.py             | 14 +++++++++++---
+ src/check-header-guards.py               | 19 +++++++++++++++----
+ src/check-includes.py                    | 17 ++++++++++++++---
+ 8 files changed, 56 insertions(+), 22 deletions(-)
+
+commit 3ef180db4492a38f6a9f8d91505828f85d43960b
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jan 13 15:22:55 2022 -0800
+
+    [reorg] Move SingleSubst opentype fields to top of the classes.
+
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 17 ++++++++++-------
+ src/OT/Layout/GSUB/SingleSubstFormat2.hh | 23 +++++++++++++----------
+ 2 files changed, 23 insertions(+), 17 deletions(-)
+
+commit 7dfd9e700190fbe00314bfc61f691953320829e3
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jan 13 14:17:51 2022 -0800
+
+    [reorganization] WIP move single substitution into separate files.
+
+ src/OT/Layout/GSUB/Common.hh             |  20 +++
+ src/OT/Layout/GSUB/SingleSubst.hh        |  74 ++++++++
+ src/OT/Layout/GSUB/SingleSubstFormat1.hh | 122 ++++++++++++++
+ src/OT/Layout/GSUB/SingleSubstFormat2.hh | 120 +++++++++++++
+ src/hb-ot-layout-gsub-table.hh           | 280 +------------------------------
+ src/meson.build                          |   4 +
+ 6 files changed, 345 insertions(+), 275 deletions(-)
+
+commit c36844d6d923bfc765f841fde10d6f505ff297fd
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Mar 23 07:20:59 2022 +0200
+
+    4.1.0
+
+ NEWS                   | 14 ++++++++++++++
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-set.cc          |  2 +-
+ src/hb-version.h       |  6 +++---
+ 6 files changed, 21 insertions(+), 6 deletions(-)
+
+commit 0fec8ad8482bbbcc134a1f16b315a5a72acacb59
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 22 13:44:22 2022 -0600
+
+    Remove old TODO file
+
+ TODO | 28 ----------------------------
+ 1 file changed, 28 deletions(-)
+
+commit d35c73cd3766953ad6f07ba8e83159868141635c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 22 10:20:28 2022 -0600
+
+    [buffer] Whitespace
+
+ src/hb-buffer.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 280355b31f15528c1690fca035bd68317b0bbaf8
+Merge: f41945e31 36b8f9741
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 21 22:03:00 2022 -0600
+
+    Merge pull request #3497 from harfbuzz/vertical-origin
+    
+    [ot-font] Fix vertical-origin fallback to match FreeType
+
+commit 36b8f97413a1edcded818b3b14fee45fc320e6b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 21 21:50:04 2022 -0600
+
+    Update tests for recent changes
+
+ test/api/test-ot-metrics-tt-var.c                  |  4 +--
+ test/shape/data/in-house/tests/collections.tests   |  6 ++--
+ .../data/in-house/tests/indic-decompose.tests      |  2 +-
+ test/shape/data/in-house/tests/spaces.tests        | 34 +++++++++++-----------
+ test/shape/data/in-house/tests/vertical.tests      |  2 +-
+ 5 files changed, 24 insertions(+), 24 deletions(-)
+
+commit 1449498e1df3ea7497c7417f2278b14c50278b1c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 21 21:40:07 2022 -0600
+
+    [ot-font] Vertically center glyph in vertical writing fallback
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/537
+
+ src/hb-ot-font.cc | 19 ++++++++++++++-----
+ 1 file changed, 14 insertions(+), 5 deletions(-)
+
+commit bf03d7e962ec831d720efcfa33e5397bbbaa1ec4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 21 21:27:31 2022 -0600
+
+    [ot-font] Use ascent+descent for fallback vertical advance
+    
+    This matches what FreeType does.
+    
+    Part of fixing https://github.com/harfbuzz/harfbuzz/issues/537
+
+ src/hb-ot-font.cc | 22 ++++++++++++++++++----
+ 1 file changed, 18 insertions(+), 4 deletions(-)
+
+commit df42d28d18598d893d4d8e5458b246010058dea7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 21 21:17:15 2022 -0600
+
+    [hmtx] Change default advance for horizontal direction to upem/2 again
+
+ src/hb-ot-hmtx-table.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 6d0e67dee09d1232f86671b362b04b05ecb0a18f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 21 21:07:11 2022 -0600
+
+    [ot-font] Only use vmtx side-bearing if table exists
+    
+    Part of fixing https://github.com/harfbuzz/harfbuzz/issues/537
+
+ src/hb-ft.cc            | 1 +
+ src/hb-ot-font.cc       | 3 ++-
+ src/hb-ot-hmtx-table.hh | 2 ++
+ 3 files changed, 5 insertions(+), 1 deletion(-)
+
+commit f41945e313ca053253bfd339186b87c977da3bf3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 21 18:24:30 2022 -0600
+
+    [cmap] In collect_unicodes() of format 12/13, limit to max Unicode
+    
+    Fixes fuzzer timeout:
+    https://oss-fuzz.com/testcase-detail/5062368881672192
+
+ src/hb-ot-cmap-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 03085132bac6bb3f69378cab3eaf5a57ad1362ff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 21 18:06:33 2022 -0600
+
+    [buffer] Fix out-buffer under memory-alloc failure
+    
+    This was broken in July refactoring of the buffer, and exposed to
+    ReverseChainSingleSubstFormat1 in 3807061d634b60bd6235d6e1d8c47a034377f924
+    
+    Fixes:
+    https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38800
+    https://bugs.chromium.org/p/chromium/issues/detail?id=1303552
+
+ src/hb-buffer.cc                                         |   1 +
+ ...z-testcase-minimized-hb-shape-fuzzer-5349416110784512 | Bin 0 -> 1603 bytes
+ 2 files changed, 1 insertion(+)
+
+commit 116cc6923601d088f6886ef6f535346885c45a7b
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Mar 22 00:11:26 2022 +0200
+
+    [set] Fix documentation
+
+ docs/harfbuzz-sections.txt | 2 +-
+ src/hb-set.cc              | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 98b4852434e5b7583aeb03069efad83caa224a37
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Mon Mar 21 17:17:39 2022 -0400
+
+    [indic] Test clearing syllables earlier
+
+ .../fonts/190a621e48d4af1fffd8144bd41d2027e9a32fbf.ttf   | Bin 0 -> 1320 bytes
+ test/shape/data/in-house/tests/indic-feature-order.tests |   1 +
+ 2 files changed, 1 insertion(+)
+
+commit 90f09b1e877dc6edf63fc4ac2b397ef4e5c92083
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 21 10:24:23 2022 -0600
+
+    [indic] Clear syllables before presentation features
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3488
+
+ src/hb-ot-shape-complex-indic.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 4289684cdbbe5fbfa394bc3ce568eb8f27f404f4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 21 15:37:05 2022 -0600
+
+    [set] Fix-up previous commits
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-set.cc              | 10 ++++++++--
+ src/hb-set.h               | 10 +++++-----
+ 3 files changed, 14 insertions(+), 7 deletions(-)
+
+commit 1176620ba4e788d40a2be8d33c2647bc5aba9c82
+Author: Andy John <andyj@google.com>
+Date:   Mon Mar 21 14:31:47 2022 -0700
+
+    Move fn, fix doc.
+
+ src/hb-set.cc | 33 +++++++++++++++++----------------
+ 1 file changed, 17 insertions(+), 16 deletions(-)
+
+commit 7d802994be2cc53e5e7fcd90e2eaa9fa497cd12a
+Author: Andy John <andyj@google.com>
+Date:   Mon Mar 21 13:55:34 2022 -0700
+
+    Remove null checks.
+
+ src/hb-set.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit ef588ea97bee45b0ca5bb771c3646f79d5ee7c74
+Author: Andy John <andyj@google.com>
+Date:   Mon Mar 21 13:29:22 2022 -0700
+
+    Add option to insert a sorted arrays of values to sets.
+
+ src/hb-bit-set.hh   |  4 ++--
+ src/hb-set.cc       | 18 ++++++++++++++++++
+ src/hb-set.h        |  5 +++++
+ test/api/test-set.c | 19 +++++++++++++++++++
+ 4 files changed, 44 insertions(+), 2 deletions(-)
+
+commit 7a1e79c3ba3d8bf0dec93907396953aa96393be3
+Author: Andy John <andyj@google.com>
+Date:   Mon Mar 21 13:18:04 2022 -0700
+
+    Fix typo.
+
+ src/hb-bit-set.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4ee00f943f4fde9418c21804a263f902557e76dc
+Author: Andy John <andyj@google.com>
+Date:   Mon Mar 21 13:16:28 2022 -0700
+
+    Use bit shifting instead of multiplying and dividing.
+
+ src/hb-bit-set.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 3125f5ae3348a81e20067e55093644d8669d1f16
+Author: Andy John <andyj@google.com>
+Date:   Mon Mar 21 13:12:14 2022 -0700
+
+    Add log base 2 versions of constants.
+
+ src/hb-bit-page.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 1ffe637a0e36577b18e1708c252749fcbcb08754
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 21 10:37:42 2022 -0600
+
+    [coretext] Remove dead code
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3484
+
+ src/hb-coretext.cc | 18 +-----------------
+ 1 file changed, 1 insertion(+), 17 deletions(-)
+
+commit 7bdc20ec810c14056d6362b076aa6717f10f26a0
+Author: TheBluuDot <62665768+TheBluuDot@users.noreply.github.com>
+Date:   Sat Mar 19 17:47:04 2022 +0500
+
+    restores unintended addition in 43be5ba
+    
+    restores two lines in restore in _hb_allocate_lig_id function that were unintentionally deleted in 43be5ba
+
+ src/hb-ot-layout.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 7cb002cb58d4e3f17fcab174e400c0292880c059
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Mar 14 11:40:35 2022 -0700
+
+    [subset] bug fix in prune_langsys
+    
+    we should not cache visited langsys cause 2 different Record<Langsys>
+    could have different Tag while pointing to the same Langsys, a langsys
+    is redundant in Record<Langsys> A does not mean it's redundant in Record
+    B. Same thing for visited_script.
+    Also adding the number of features in the LangSys's feature list to the
+    visited langsys count so it's more accurate.
+    Plus some improvement in langsys compare()
+
+ src/hb-ot-layout-common.hh                         |  59 ++++++++-------------
+ ...ar.default.61,62,63,64,65,66,67,68,69,6A,6B.ttf | Bin 0 -> 4800 bytes
+ ...drop-hints.61,62,63,64,65,66,67,68,69,6A,6B.ttf | Bin 0 -> 2452 bytes
+ ...an.default.61,62,63,64,65,66,67,68,69,6A,6B.ttf | Bin 0 -> 9704 bytes
+ ...drop-hints.61,62,63,64,65,66,67,68,69,6A,6B.ttf | Bin 0 -> 9704 bytes
+ test/subset/data/tests/full-font.tests             |   1 +
+ 6 files changed, 23 insertions(+), 37 deletions(-)
+
+commit cad2fe8e639f53fee4b0ae6ff0389ef9ed028143
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 15 10:49:29 2022 -0600
+
+    [baseline] Fix HB_NO_METRICS build
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3482
+
+ src/hb-ot-layout.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit a8a89b80b406cef53e6dd8e411a49d75ed04cda9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 15 10:48:03 2022 -0600
+
+    [layout] Whitespace
+
+ src/hb-ot-layout.cc | 120 ++++++++++++++++++++++++++--------------------------
+ 1 file changed, 60 insertions(+), 60 deletions(-)
+
+commit 21f5ef56f53247958c6c346ac5205a96f6de0c66
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 15 10:45:50 2022 -0600
+
+    [metrics] Simplify x-height fallback
+
+ src/hb-ot-metrics.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 6bf8f0a38fdb43ef9593eedabd7deba6064df44b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 15 10:44:41 2022 -0600
+
+    [baseline] Use ot-metrics fallback API
+
+ src/hb-ot-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 965cf1d66589b0db60e75961cc58f5a65521078e
+Author: Dominik Röttsches <drott@chromium.org>
+Date:   Mon Mar 14 12:48:18 2022 +0000
+
+    Make load_num_glyphs_from_loca conditional on HB_NO_BORING_EXPANSION
+    
+    Fixes build errors complaining about this function being unused.
+
+ src/hb-static.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 49fb8f9072ae07c6df0ff0067f005e3aaa1ac26b
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sun Mar 13 15:01:11 2022 -0400
+
+    [USE] Treat visible viramas like dependent vowels
+
+ src/gen-use-table.py                               |  17 +-
+ src/hb-ot-shape-complex-use-machine.hh             | 865 +++++++++++----------
+ src/hb-ot-shape-complex-use-machine.rl             |  10 +-
+ src/hb-ot-shape-complex-use-table.hh               |  28 +-
+ src/hb-ot-shape-complex-use.cc                     |   2 +-
+ .../23406a60ab081c4fb15e1596ea1cd4f27ae8443e.ttf   | Bin 0 -> 1400 bytes
+ test/shape/data/in-house/tests/use-syllable.tests  |   1 +
+ test/shape/data/in-house/tests/use.tests           |   1 +
+ 8 files changed, 491 insertions(+), 433 deletions(-)
+
+commit 1f79ba9407ecd54e382997940cbcc3fb71bef8be
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Mar 11 20:19:04 2022 +0200
+
+    4.0.1
+
+ NEWS             | 20 ++++++++++++++++++++
+ configure.ac     |  2 +-
+ meson.build      |  2 +-
+ src/hb-version.h |  4 ++--
+ 4 files changed, 24 insertions(+), 4 deletions(-)
+
+commit a34eea301387f95d34f646b93fc8fc2027f0b0a4
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Mar 11 19:57:53 2022 +0200
+
+    [doc] Add experimental repacker API to private section
+    
+    Hides the warning about them until they are no longer experimental.
+
+ docs/harfbuzz-sections.txt | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit a35757c6bc3a792791c0714d143f47537d7ec110
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Feb 2 10:30:34 2022 -0800
+
+    [repacker] expose hb_subset_repack() API, hb_object_t and hb_link_t structs
+
+ src/Makefile.sources                 |   2 +
+ src/gen-def.py                       |   2 +-
+ src/hb-repacker.hh                   |  19 +--
+ src/hb-serialize.hh                  |  35 ++++++
+ src/hb-subset-repacker.cc            |  49 ++++++++
+ src/hb-subset-repacker.h             |  80 +++++++++++++
+ src/meson.build                      |   6 +-
+ test/api/Makefile.am                 |   2 +
+ test/api/fonts/repacker_expected.otf | Bin 0 -> 1400 bytes
+ test/api/meson.build                 |   1 +
+ test/api/test-subset-repacker.c      | 225 +++++++++++++++++++++++++++++++++++
+ 11 files changed, 411 insertions(+), 10 deletions(-)
+
+commit e7ab42b24618df6fbf6263dfe8aa964c843a006e
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Mar 10 09:05:43 2022 -0500
+
+    [layout] Fix handling of baseline variations
+    
+    For BASE table format 1.1, the handling of design
+    space vs user space coordinates was inconsistent.
+    We were applying design -> user transformation
+    twice for the deltas, leading to wrong baseline
+    values.
+    
+    Patch by Ebrahim Byagowi <ebrahim@gnu.org>
+    
+    Fixes: #3476
+
+ src/hb-ot-layout-base-table.hh | 20 ++++++++++++--------
+ src/hb-ot-layout.cc            |  7 +------
+ 2 files changed, 13 insertions(+), 14 deletions(-)
+
+commit e5707a440caf9e4102c6e580084b35248b27dbfb
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Wed Mar 2 21:30:22 2022 -0500
+
+    Update IANA Language Subtag Registry to 2022-03-02
+
+ src/hb-ot-tag-table.hh | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 13bb46cfd52c8791077779fc9ffa60547a22f022
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sun Mar 6 15:35:31 2022 -0500
+
+    [USE] Remove obsolete overrides
+
+ src/gen-use-table.py | 20 ++------------------
+ 1 file changed, 2 insertions(+), 18 deletions(-)
+
+commit c33468d48ec8b49971232b457605298c28fd6d5b
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sun Mar 6 12:26:37 2022 -0500
+
+    [USE] Treat all gc=Cn as independent clusters
+
+ src/gen-use-table.py                 |  69 ++---
+ src/hb-ot-shape-complex-use-table.hh | 499 ++++++++++++++++++-----------------
+ src/hb-ot-shape-complex-use.cc       |   2 +-
+ 3 files changed, 290 insertions(+), 280 deletions(-)
+
+commit e497a8f142f127c6a8d52cf854352e3eb2e6ed95
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sun Mar 6 11:36:43 2022 -0500
+
+    [USE] Remove obsolete symbol/punctuation overrides
+
+ src/gen-use-table.py                 | 11 -----------
+ src/hb-ot-shape-complex-use-table.hh |  8 ++++----
+ 2 files changed, 4 insertions(+), 15 deletions(-)
+
+commit 854219e05675bfb380005e2e156bd025e56c1530
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Mar 5 10:46:31 2022 -0500
+
+    [USE] Simplify `not_ccs_default_ignorable`
+
+ src/hb-ot-shape-complex-use-machine.hh | 2 +-
+ src/hb-ot-shape-complex-use-machine.rl | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 6e059a46b79894f85cef01f168b5da7f29ffe3ff
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Mar 4 19:18:40 2022 -0500
+
+    [USE] Allow any non-numeric tail in symbol cluster
+
+ src/hb-ot-shape-complex-use-machine.hh | 647 +++++++++++++++++++++------------
+ src/hb-ot-shape-complex-use-machine.rl |   5 +-
+ src/hb-ot-shape-complex-use.cc         |   3 +-
+ 3 files changed, 428 insertions(+), 227 deletions(-)
+
+commit 5b0a59812d97104ec24de8b3658cfca6ce872a27
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Mar 4 20:45:30 2022 -0500
+
+    [USE] Restore the category WJ
+
+ src/gen-use-table.py                              |  11 +-
+ src/hb-ot-shape-complex-use-machine.hh            |  43 +--
+ src/hb-ot-shape-complex-use-machine.rl            |   1 +
+ src/hb-ot-shape-complex-use-table.hh              | 372 +++++++++++++++++++---
+ src/ms-use/IndicPositionalCategory-Additional.txt |  12 +-
+ 5 files changed, 366 insertions(+), 73 deletions(-)
+
+commit 05b3bdb0b382078fcc0a6837bcc28730908531b8
+Author: Florian Pircher <florian@addpixel.net>
+Date:   Sun Mar 6 03:10:48 2022 +0100
+
+    [aat] Update OT to AAT mappings for hist and vrtr
+
+ src/hb-aat-layout.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 4302466481941a470a48573b410892f7ee057fb5
+Merge: 756395270 cf3a0f7ab
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Mar 6 05:24:35 2022 +0200
+
+    Merge pull request #3464 from luzpaz/typos
+    
+    Fixed various misc. typos
+
+commit cf3a0f7ab54984ffb9ab386a673358619dfaab4f
+Author: luz paz <luzpaz@users.noreply.github.com>
+Date:   Tue Mar 1 19:55:58 2022 -0500
+
+    Fixed various misc. typos
+    
+    Found via `codespell -q 3 -S ./perf/texts -L actualy,als,ba,beng,clen,crasher,dependant,eachother,fo,gir,inout,ist,nd,ned,ot,pres,ro,statics,te,teh,timne`
+
+ docs/serializer.md                |  2 +-
+ src/hb-buffer-deserialize-text.hh | 16 ++++++++--------
+ src/hb-buffer-deserialize-text.rl |  2 +-
+ src/hb-buffer.h                   |  2 +-
+ 4 files changed, 11 insertions(+), 11 deletions(-)
+
+commit 756395270dc41efa98036d3756ed282a46046c51
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Mar 2 12:56:33 2022 +0200
+
+    Minor [ci skip]
+
+ NEWS | 52 ++++++++++++++++++++++++++--------------------------
+ 1 file changed, 26 insertions(+), 26 deletions(-)
+
+commit 8d1b000a3edc90c12267b836b4ef3f81c0e53edc
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Mar 1 21:27:32 2022 +0200
+
+    4.0.0
+
+ NEWS                   | 92 +++++++++++++++++++++++++++++++++++++++++++++++++-
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-buffer.h        |  4 +--
+ src/hb-draw.cc         | 20 +++++------
+ src/hb-draw.h          | 24 ++++++-------
+ src/hb-font.cc         |  2 +-
+ src/hb-font.h          |  4 +--
+ src/hb-ot-layout.cc    |  4 +--
+ src/hb-ot-layout.h     |  4 +--
+ src/hb-ot-metrics.cc   |  2 +-
+ src/hb-subset-plan.cc  | 16 ++++-----
+ src/hb-subset.cc       |  2 +-
+ src/hb-version.h       |  6 ++--
+ 15 files changed, 138 insertions(+), 47 deletions(-)
+
+commit 6e466256e40a049201a6d3329dcc1bb00ab310fb
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Mar 1 12:01:18 2022 +0200
+
+    [doc] Typo
+
+ src/hb-subset-plan.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f6071c16b0eb482bf6811b2a55b2f882cb6ce02e
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Feb 28 14:45:40 2022 -0700
+
+    [subset] Rename codepoint -> unicode in subset plan api
+
+ docs/harfbuzz-sections.txt | 2 +-
+ src/hb-subset-plan.cc      | 4 ++--
+ src/hb-subset.h            | 2 +-
+ test/api/test-subset.c     | 2 +-
+ 4 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 1b5a2e0809b2f90fea891cbd7e6e2caee1dcb01f
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Feb 25 04:22:33 2022 +0200
+
+    [doc] Various fixes to newly added documentation
+
+ docs/harfbuzz-docs.xml     |  1 -
+ docs/harfbuzz-sections.txt | 10 ++++++++++
+ src/hb-buffer.h            |  1 +
+ src/hb-subset-plan.cc      | 18 +++++++++++++-----
+ 4 files changed, 24 insertions(+), 6 deletions(-)
+
+commit 924dd71de3c8444125f532655a8647c713f0cdc0
+Merge: 222301bfa e045dbf61
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Feb 25 04:31:24 2022 +0200
+
+    Merge pull request #3423 from harfbuzz/revert-ci-msvc
+    
+    Revert "[ci] Downgrade pip on MSVC jobs"
+
+commit 222301bfa4010554abb900df5ed113722885277a
+Merge: 78f3d7f0a fc1548cf7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 24 12:55:01 2022 -0700
+
+    Merge pull request #3429 from harfbuzz/external_plan
+    
+    [subset] expose subset plan in public subsetting API
+
+commit 78f3d7f0a8dc399415dbd6983212997fdf9831b1
+Merge: d4cb07728 256dcde14
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Feb 21 18:21:03 2022 +0200
+
+    Merge pull request #3459 from jameshilliard/icu-defs-mutliarg
+    
+    [meson] handle multiple element ICU DEFS
+
+commit 256dcde149737246a04cfc0fe388cb91acb65522
+Author: James Hilliard <james.hilliard1@gmail.com>
+Date:   Mon Feb 21 00:07:03 2022 -0700
+
+    [meson] handle multiple element ICU DEFS
+
+ meson.build | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d4cb07728ccf0f8c2f3287e2b3be663995eb5c11
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Feb 18 18:25:56 2022 -0600
+
+    Add a missing file
+    
+    The style test is using notosansitalic.ttf now,
+    but I forgot to add it with the test. Fix that.
+
+ test/api/fonts/notosansitalic.ttf | Bin 0 -> 1464 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 651c280d0b8a9b0894022fea971141015eab73f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 18 18:21:46 2022 -0600
+
+    [style] Move the negation into the constant
+
+ src/hb-style.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 16b232be0ed2c8486a9f30523f989e77dd8d13f2
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Feb 18 18:05:58 2022 -0600
+
+    [hb-style] Fix the sign of slant ratios
+    
+    We want negative slant angles to yield
+    positive slant ratios. Fix that.
+    
+    Test included.
+
+ src/hb-style.cc       |  4 ++--
+ src/hb-style.h        |  4 +++-
+ test/api/test-style.c | 12 ++++++++++++
+ 3 files changed, 17 insertions(+), 3 deletions(-)
+
+commit e76061a7372077d063432548e2fb85db5fad8670
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Fri Feb 18 17:27:19 2022 -0600
+
+    [hb-style] Fix synthetic slant values
+    
+    When reporting the slant ratio of a font
+    that has synthetic slant set, we were
+    reporting twice the expected value.
+    Fix that. Test included.
+
+ src/hb-style.cc       |  3 +--
+ test/api/test-style.c | 17 +++++++++++++++++
+ 2 files changed, 18 insertions(+), 2 deletions(-)
+
+commit 56f11ec938260836387256225bc47665473e2bbe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 18 14:08:43 2022 -0600
+
+    [buffer] Add HB_BUFFER_FLAG_PRODUCE_UNSAFE_TO_CONCAT
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3454
+
+ src/hb-buffer-verify.cc                               |  3 ++-
+ src/hb-buffer.h                                       | 14 +++++++++++---
+ src/hb-buffer.hh                                      |  4 ++++
+ test/shape/data/in-house/tests/unsafe-to-concat.tests |  2 +-
+ util/shape-options.hh                                 |  3 +++
+ 5 files changed, 21 insertions(+), 5 deletions(-)
+
+commit c0b2f50c0b08e5b2f6238e54bae03d164b12548e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 18 12:29:14 2022 -0600
+
+    [util] Rename template typenames to avoid clashing with actual types
+    
+    Apparently MSVC2015 can confuse them
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3379
+
+ util/hb-ot-shape-closure.cc |  4 ++--
+ util/helper-cairo.hh        |  4 ++--
+ util/main-font-text.hh      | 14 ++++++++++----
+ 3 files changed, 14 insertions(+), 8 deletions(-)
+
+commit fc1548cf71a9396c0addce27134661aa2799429e
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Feb 17 17:16:31 2022 -0800
+
+    [subset] document return values.
+
+ src/hb-subset-plan.cc | 3 ++-
+ src/hb-subset.cc      | 9 ++++++---
+ 2 files changed, 8 insertions(+), 4 deletions(-)
+
+commit f6efe34f5e9a5657bfe706dc173c9a62817838d3
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Tue Feb 15 17:17:09 2022 -0600
+
+    [ot-metrics] Synthesize missing metrics
+    
+    Add a variant of hb_ot_metrics_get_position that
+    synthesizes missing values.
+    
+    New api: hb_ot_metrics_get_position_with_fallback
+
+ docs/harfbuzz-sections.txt |   1 +
+ src/hb-ot-metrics.cc       | 139 +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-metrics.h        |   5 ++
+ 3 files changed, 145 insertions(+)
+
+commit f8e9e315bbe809763b89bfc66facad33ffc0491d
+Merge: 8e900f2cd 95bb2ff71
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 17 14:34:46 2022 -0600
+
+    Merge pull request #3437 from matthiasclasen/synthesize-missing-baselines
+    
+    [BASE] Synthesize missing baselines
+
+commit 8e900f2cda0acd938eb50d8294a0b074761f9a91
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 17 13:28:44 2022 -0600
+
+    Revert "hb-algs.hh: Fix build on Visual Studio 2015"
+    
+    This reverts commit 52c536bb8d90cf0f09e13f5e9e21bf489cc08c23.
+    
+    See https://github.com/harfbuzz/harfbuzz/pull/3448
+
+ src/hb-algs.hh | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit da801cdee1d90bb787e1ac1c6a296f306218d57d
+Merge: 5de67c896 e6aa4b7d0
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Feb 17 13:30:40 2022 +0200
+
+    Merge pull request #3449 from fanc999/msvc-meson-use-cmake
+    
+    Meson: Use CMake more to find dependencies on Windows
+
+commit e6aa4b7d0e3026f3186738b1e8b50286988ba38f
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Thu Feb 17 15:28:42 2022 +0800
+
+    BUILD.md: Mention that installing CMake is recommended for MSVC
+    
+    We are using CMake to help us find dependencies in Meson builds on Visual
+    Studio, so let people know that it's recommended.
+
+ BUILD.md | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit d24ac4aac33bee06082c6bfcca907569740c7f59
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Thu Feb 17 16:18:41 2022 +0800
+
+    freetype2.wrap: Provide fallback for CMake dep as well
+    
+    Add a freetype identifier in the 'provides' section so that the fallback will
+    kick in if FreeType is requested but was not found, and wrap mode is not
+    disabled.
+
+ subprojects/freetype2.wrap | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit f0573d8462ef18bd21c6ae3fc7d2c15c660ff1c7
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Thu Feb 17 14:39:31 2022 +0800
+
+    meson: Clean up finding ICU-UC on Visual Studio
+    
+    Nowadays Meson has much better CMake support which we can use to find
+    dependencies on Visual Studio builds (and Visual Studio 2017 and later provides
+    CMake as an optional install item), so we can use it to help us find ICU-UC
+    on Visual Studio builds, since CMake has built-in support for finding it by
+    the components we need for some time.
+
+ meson.build | 31 +++++++++----------------------
+ 1 file changed, 9 insertions(+), 22 deletions(-)
+
+commit 561e8ba8870d9f18a92c886593f8b0162f98d941
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Thu Feb 17 14:19:35 2022 +0800
+
+    meson: Cleanup finding FreeType on Visual Studio
+    
+    Nowadays, CMake is much better supported with Meson and is a common tool on
+    Windows (it is even an optionally-installed item for Visual Studio 2017+), so
+    make use of that to find FreeType.  The package to search for, however, is
+    `freetype` instead of `freetype2`.
+
+ meson.build | 20 ++++----------------
+ 1 file changed, 4 insertions(+), 16 deletions(-)
+
+commit 95bb2ff7198e4811b1a712c8c6dfbae29e453d49
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Wed Feb 16 13:10:52 2022 -0600
+
+    [ot-layout] Add central baselines
+    
+    Add HB_OT_LAYOUT_BASELINE_TAG_IDEO_EMBOX_CENTRAL
+    and HB_OT_LAYOUT_BASELINE_TAG_IDEO_FACE_CENTRAL
+    which are the centers of the ideographic em-box
+    and face box.
+
+ src/hb-ot-layout.cc | 40 ++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout.h  |  4 ++++
+ 2 files changed, 44 insertions(+)
+
+commit f81578fd86455eb8eba3bd586d604b83aa55ed56
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Feb 13 19:15:36 2022 -0600
+
+    [ot-layout] Synthesize missing baselines
+    
+    Add a variation of hb_ot_layout_get_baseline that
+    synthesizes missing baselines, using heuristics in part
+    taken from the CSS Inline Layout Module, Level 3.
+    
+    Includes some new tests for synthesized baselines.
+    The base2.ttf is a subset of Noto Sans Bengali that
+    includes just the Bengali Ka.
+    
+    New API: hb_ot_layout_get_baseline_with_fallback
+
+ docs/harfbuzz-sections.txt |   1 +
+ src/hb-ot-layout.cc        | 184 ++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout.h         |   8 ++
+ test/api/fonts/base2.ttf   | Bin 0 -> 5236 bytes
+ test/api/test-baseline.c   |  53 +++++++++++++
+ 5 files changed, 245 insertions(+), 1 deletion(-)
+
+commit 5de67c8961555ee6c5ef27ebe7a9e087dda01b56
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 16 17:07:17 2022 -0600
+
+    [ot-layout] Remove commented-out prototypes
+    
+    Not gonna happen.
+
+ docs/harfbuzz-sections.txt |  6 ------
+ src/hb-ot-layout.h         | 47 ----------------------------------------------
+ 2 files changed, 53 deletions(-)
+
+commit d2998faad3e431b8c94262f049b7422fecb6e238
+Merge: 98079109e f567b5561
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 16 14:37:09 2022 -0600
+
+    Merge pull request #3410 from harfbuzz/boring-expansion
+    
+    [Boring Expansion] >64k loca & hmtx tables
+    
+    This does two things:
+    
+    The num-glyphs reported by the face now is the maximum reported by the maxp and that deduced from the length of the loca table; I think this is the right thing to do anyway; According to OpenType such loca tables are invalid.
+    
+    The interpretation hmtx tables that have excessive bytes at the end, again, invalid according to OpenType, has changed. Previously we were interpreting those excessive bytes as extra lsb values. Now we interpret them as extra advance values, the last of which is repeated for all missing glyphs. Again, these are tables that are invalid according to OpenType, and the advances are for glyph indices beyond maxp table's num-glyphs.
+    
+    The combined effect is that the font can have shapes and advances for gid's beyond the maxp limit of 64k. In fact, maxp table becomes optional.
+
+commit 98079109e6ebc8f05b6c8de97fcd0ed5667907d1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 13 18:15:32 2022 -0600
+
+    [ot-layout] Add +hb_ot_layout_get_horizontal_baseline_tag_for_script()
+    
+    New API:
+    +hb_ot_layout_get_horizontal_baseline_tag_for_script()
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-ot-layout.cc        | 70 ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout.h         |  3 ++
+ 3 files changed, 74 insertions(+)
+
+commit cfa8cd7fb0962967d647c09e4cfab4b8600fb360
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Feb 16 11:42:36 2022 +0200
+
+    [autotools] Fix make distcheck
+    
+    The test-draw.c can now optionally uses hb-ft, but automake file was not
+    passing FreeType cflags or libs to it.
+
+ test/api/Makefile.am | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 9909e3326806f0ad1405648c16296cd42dff39fc
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Tue Feb 15 18:02:09 2022 -0600
+
+    Improve docs for hb_ot_layout_get_ligature_carets
+    
+    Add some relevant details to the documentation
+    for this function.
+    
+    Fixes: #3168
+
+ src/hb-ot-layout.cc | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit a396543ae15569dca7ab7cc47c060f262f6bdfea
+Merge: 1bf588e28 c8b6036cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 15 18:47:55 2022 -0600
+
+    Merge pull request #3411 from harfbuzz/draw
+    
+    [draw] Finish and release draw API
+
+commit f567b5561928e713737edc4655c6532ea6138a1d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 15 18:26:43 2022 -0600
+
+    [face] Use max numGlyphs of maxp and loca
+
+ src/hb-static.cc | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit c8fd8c133755fd9c62efc67033ca0193bd0dfc76
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 15 18:02:53 2022 -0600
+
+    [ot-face] Use core tables
+
+ src/hb-ot-face-table-list.hh |  1 +
+ src/hb-ot-glyf-table.hh      |  3 +--
+ src/hb-static.cc             | 24 +++---------------------
+ 3 files changed, 5 insertions(+), 23 deletions(-)
+
+commit 2a430790adfac00a1280c0ebfcf579be1b557ffb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 15 17:33:52 2022 -0600
+
+    [machinery] Add "core table" machinery
+    
+    To be used in subsequent commit; or tried anyway.
+
+ src/hb-machinery.hh          | 11 ++++++++---
+ src/hb-ot-face-table-list.hh | 13 +++++++++++--
+ src/hb-ot-face.hh            |  3 +++
+ 3 files changed, 22 insertions(+), 5 deletions(-)
+
+commit 67eb9acf792a63e4d6a8447c23cbb5d4b97891dc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 15 17:17:49 2022 -0600
+
+    [config] Add HB_NO_BORING_EXPANSION
+
+ src/hb-config.hh                 | 1 +
+ src/hb-ot-hmtx-table.hh          | 4 ++++
+ src/hb-static.cc                 | 5 ++++-
+ test/api/test-be-glyph-advance.c | 2 ++
+ test/api/test-be-num-glyphs.c    | 2 ++
+ 5 files changed, 13 insertions(+), 1 deletion(-)
+
+commit 1bf588e28b1ead28b5ca755e840112520c551aba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 15 16:57:23 2022 -0600
+
+    [test/shape] Internal rename
+    
+    Residual from e0d7060f80f8c4b9b8241c3a4d8faa33f48da86d
+
+ test/shape/meson.build | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit d12c51e6e6225c3a4efaa358f01c711946964d7d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 15 14:31:59 2022 -0600
+
+    [ci] Rename configs-ci to configs-build
+    
+    Since it doesn't run any tests.
+
+ .github/workflows/{configs-ci.yml => configs-build.yml} | 0
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 197ed8f5923b04cfd843942428814ea14b88632e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 15 14:30:12 2022 -0600
+
+    [test/api] Fix leaks
+
+ test/api/hb-test.h | 16 ++++++++++------
+ 1 file changed, 10 insertions(+), 6 deletions(-)
+
+commit 531c27d199be9413523ae1f48703931d0ebf922f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 15 14:20:54 2022 -0600
+
+    Fix build
+
+ test/api/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8b7ccc41c4b06ad93927849c54288a9ad1816dba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 15 14:15:12 2022 -0600
+
+    [hmtx] Implement [boring-expansion] >64k expansion
+    
+    This implements https://github.com/be-fonts/boring-expansion-spec/issues/7
+
+ src/hb-ot-face-table-list.hh     |  1 +
+ src/hb-ot-hmtx-table.hh          | 80 +++++++++++++++++++++++++++-------------
+ test/api/test-be-glyph-advance.c |  6 +--
+ 3 files changed, 59 insertions(+), 28 deletions(-)
+
+commit 379e526aa41b216fa1dd19cf4345e55ec3c8a8c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 14 15:02:31 2022 -0600
+
+    [test] Add test for current hmtx logic
+
+ test/api/Makefile.am             |  1 +
+ test/api/meson.build             |  1 +
+ test/api/test-be-glyph-advance.c | 99 ++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 101 insertions(+)
+
+commit 431c948ed742c936623a340e046e0e708ee0736f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 14 14:13:04 2022 -0600
+
+    [hmtx] Document
+
+ src/hb-ot-hmtx-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit be4ddcc30b8c1932def1b9a5beee9ead90f8928f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 14 14:12:07 2022 -0600
+
+    [hmtx] Rename internal num_advances to num_long_metrics
+
+ src/hb-ot-hmtx-table.hh | 56 ++++++++++++++++++++++++-------------------------
+ 1 file changed, 28 insertions(+), 28 deletions(-)
+
+commit 622cbc485f286770ee816524c0b12aef7e81d510
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 14 14:09:40 2022 -0600
+
+    [hmtx] Internal rename num_metrics to num_bearings
+
+ src/hb-ot-hmtx-table.hh | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit ed6d287d1105219b246a2810685097918f974497
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 2 14:10:16 2022 -0600
+
+    [ot-face] Load num-glyphs from `loca` table before `maxp`
+    
+    Implements [boring-expansion] [maxp] Relax
+    https://github.com/be-fonts/boring-expansion-spec/issues/6
+
+ src/hb-ot-hmtx-table.hh       |  2 +-
+ src/hb-static.cc              | 52 ++++++++++++++++++++++++++++----
+ test/api/Makefile.am          |  1 +
+ test/api/hb-test.h            |  7 +++++
+ test/api/meson.build          |  1 +
+ test/api/test-be-num-glyphs.c | 69 +++++++++++++++++++++++++++++++++++++++++++
+ 6 files changed, 126 insertions(+), 6 deletions(-)
+
+commit 93962977bcd3de314f4e613990b7e74ac8803a68
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 13 19:38:59 2022 -0600
+
+    Remove return of void
+
+ src/hb-font.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c8b6036cf305a119203c0e1a3f061cb26299b930
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Feb 14 02:17:38 2022 +0200
+
+    [meson] Update Cairo subproject
+    
+    Fixes another color fonts issue.
+
+ subprojects/cairo.wrap | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6b75a30a730356c41a6ed748847fd95494e51ad5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Feb 14 01:38:06 2022 +0330
+
+    [draw/test] Swap a freetype test case with a simpler one
+    
+    As CI failure, apparently the my local freetype and CI one have different
+    result so let's switch the case with a simpler one just to test quadratic command
+    is emitted correctly.
+
+ test/api/test-draw.c | 9 ++-------
+ 1 file changed, 2 insertions(+), 7 deletions(-)
+
+commit ae223764a305e3dbfd3654892e2f5562a89e213a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 13 15:39:14 2022 -0600
+
+    [test/draw] Typo
+
+ test/api/test-draw.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0429921c109a24205ed19e21bc5f0d1cd570400d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Feb 14 00:16:35 2022 +0330
+
+    [draw/test] Add test for freetype callback
+    
+    Let's have that part of the code also covered.
+
+ test/api/test-draw.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 59 insertions(+)
+
+commit d4588204e52eece7dab04f45e37d2986b1545cb7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Feb 13 23:49:41 2022 +0330
+
+    [draw/glyf] Emit empty contours
+    
+    This makes it actually match freetype behaviour even though rasterizer
+    should filter such contours specially for stroking.
+    
+    See https://github.com/harfbuzz/harfbuzz/pull/3411#discussion_r802283827 for the context.
+
+ src/hb-ot-glyf-table.hh | 6 ++++++
+ test/api/test-draw.c    | 5 +++--
+ 2 files changed, 9 insertions(+), 2 deletions(-)
+
+commit 94517850dd1105dfcdc7e0f44adbbee0eb92d3a3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 13 13:39:26 2022 -0600
+
+    [algs] Fix typo in hb_pair_t conversion operator
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2083
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f942874facdfe31322b4cbe5cc7bb0dc0db48e5d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Feb 12 01:43:11 2022 +0200
+
+    [draw] Fix some introspection warnings
+
+ src/hb-draw.cc            | 32 ++++++++++++++++++++++----------
+ src/hb-draw.h             | 10 +++++-----
+ src/hb-font.h             |  3 ---
+ src/hb-gobject-structs.cc |  1 +
+ src/hb-gobject-structs.h  |  4 ++++
+ 5 files changed, 32 insertions(+), 18 deletions(-)
+
+commit 2da6accda6583962feca64d38807fbf694cca601
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Feb 12 01:14:15 2022 +0200
+
+    [meson] Update cairo submodule
+    
+    To include the latest color glyph fixes
+
+ subprojects/cairo.wrap | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0858463ac3e4db60c339e85061f3c9e8ab81ee0a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 11 14:42:15 2022 -0600
+
+    [draw/glyf] Don't skip empty contours of size 2
+    
+    See:
+    https://github.com/harfbuzz/harfbuzz/pull/3411#discussion_r804988217
+
+ src/hb-ot-glyf-table.hh | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit 0e357c504ca18cd0e01dc23eef0a6db6e75a54dc
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Feb 11 04:31:13 2022 +0200
+
+    [draw] Test scaling subfont differently from parent
+
+ test/api/test-draw.c | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 68 insertions(+)
+
+commit 096121badbbc19d77a46015339de968817dc5c4f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 10 19:27:33 2022 -0600
+
+    [util] Implement --sub-font
+    
+    Internally creates a font at 2x and creates a sub-font from it...
+
+ util/font-options.hh      | 11 +++++++++++
+ util/helper-cairo-user.hh | 10 ----------
+ 2 files changed, 11 insertions(+), 10 deletions(-)
+
+commit 57aa8c3b3a5df1a7895269f696e21952e361247b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 10 19:04:52 2022 -0600
+
+    [draw] Another try at a stable draw moveto semantic
+
+ src/hb-draw.hh            |  2 +-
+ src/hb-font.cc            |  6 ------
+ util/helper-cairo-user.hh | 10 ++++++++++
+ 3 files changed, 11 insertions(+), 7 deletions(-)
+
+commit 151f205819dbec29c78fbc0ebcefd72752809ff5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 10 16:27:18 2022 -0600
+
+    [draw] Emit move_to immediately, like other operators
+
+ src/hb-draw.hh                 |  8 +++++---
+ src/hb-font.cc                 |  3 +++
+ test/fuzzing/hb-draw-fuzzer.cc | 22 ++++++----------------
+ 3 files changed, 14 insertions(+), 19 deletions(-)
+
+commit aca80a4a4019f3b808b4ccbd0c26d1bef6a2fdb4
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Feb 9 22:44:38 2022 +0200
+
+    [draw] Add test for applying synthetic slant
+
+ test/api/test-draw.c | 45 ++++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 44 insertions(+), 1 deletion(-)
+
+commit 052fd2d8b98defaa593dd18d9b30f11652dd6dde
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Feb 9 22:10:23 2022 +0200
+
+    [draw] Add test for hb_draw_move_to() etc
+
+ test/api/test-draw.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 49 insertions(+)
+
+commit 640b6ffddd0dd7dc7d17f66e252d5450333035a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 8 18:20:59 2022 -0600
+
+    [util] Default font-funcs to 'ot' instead of 'ft'
+
+ util/font-options.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9cc9ffe3523980fad86ea9950cf82a53b79a9583
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 8 18:18:47 2022 -0600
+
+    [util/draw] If HB_DRAW is not set, choose depending on cairo version
+    
+    If HB_DRAW=0, don't use it, if HB_DRAW=1, use it, if unset, choose depending
+    on cairo version
+
+ util/helper-cairo.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 22f2c78c283846250e029026b15dc778c9fba633
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 8 17:52:56 2022 -0600
+
+    [util/draw] Explicitly chain from render_color_glyph to render_glyph
+    
+    This seems to be more robust.  See:
+    https://github.com/harfbuzz/harfbuzz/pull/3411#issuecomment-1033176635
+
+ util/helper-cairo-user.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6a3dec357ce4a66ed1c78abd1aee982d4646cbac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 8 17:39:16 2022 -0600
+
+    [util/draw] Use hb-draw in hb-view only if HB_DRAW=1
+
+ util/helper-cairo.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 18b8a1c3451be24c61d6471d754e1daeaa8eb4d8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 8 16:33:09 2022 -0600
+
+    [draw] Fix conversion warnings
+
+ util/helper-cairo-user.hh | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit 6812f7ee1eeca874ccc132f37f67f173e0e2e3fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 8 16:15:37 2022 -0600
+
+    [draw] Implement COLRv0 fonts
+
+ util/helper-cairo-user.hh | 101 +++++++++++++++++++++++++++++++++++++++++-----
+ 1 file changed, 92 insertions(+), 9 deletions(-)
+
+commit 74ebfc646a662fa84e20f3aafeb02f42daf41496
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Feb 8 22:44:11 2022 +0200
+
+    [meson] Update cairo subproject
+    
+    Update to the current master branch so that is has
+    cairo_user_font_face_set_render_color_glyph_func().
+    
+    I had to disable optimized builds on win[32|64] crossbuild setups
+    because they are now broken in the CI (something about cairo defining
+    _FORTIFY_SOURCE for optimized builds that MingW does not like).
+
+ .ci/build-win32.sh     | 1 -
+ .ci/build-win64.sh     | 1 -
+ meson.build            | 3 +--
+ subprojects/cairo.wrap | 2 +-
+ 4 files changed, 2 insertions(+), 5 deletions(-)
+
+commit 628847b5c8d8783c46a51c9f2bdc481b4bbee960
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Feb 8 22:09:49 2022 +0200
+
+    [doc] Link to respective draw callback functions
+
+ src/hb-draw.h | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 7245298e259a4ce30d149174d6880e27f9766125
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Feb 8 21:38:57 2022 +0200
+
+    [doc] Document HB_DRAW_STATE_DEFAULT
+
+ src/hb-draw.h | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 8f519d55ac0ba6ae9c81d83ee598416e851ca3f6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 8 13:28:00 2022 -0600
+
+    [meson] Put back Experimental-API infrastructure
+    
+    Just unused for now.
+
+ .github/workflows/coverity-scan.yml | 2 +-
+ meson.build                         | 5 +++++
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit 8e892bdb544b946e4c1b8705f86baffe67584c54
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Feb 8 19:36:29 2022 +0200
+
+    [doc] Message draw documentation a bit
+
+ src/hb-draw.cc |  9 +++++++
+ src/hb-draw.h  | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-font.cc |  2 +-
+ src/hb-font.h  |  2 +-
+ 4 files changed, 94 insertions(+), 2 deletions(-)
+
+commit cf28821337735bb1bee3599129592e9e84c53616
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Feb 8 19:03:17 2022 +0200
+
+    [meson] fix building with Cairo subproject
+    
+    We can’t pass internal (subproject) dependency to cpp.has_function(), so
+    we manually hard-code the result.
+
+ meson.build | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit cdf1cb35db2e479d40e629e355a9de348ab1c17c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 7 19:05:52 2022 -0600
+
+    [draw] Destroy callback data
+
+ src/hb-draw.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 5c558586eba3b6cc13e66cfd8271d6d654fd2488
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 7 18:54:16 2022 -0600
+
+    [util/draw] Apply slant to non-user-fonts as well
+
+ util/helper-cairo.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit c56c13756b637c231843d634d48c26bc891303a9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 7 18:38:00 2022 -0600
+
+    [draw] Document more
+
+ src/hb-draw.cc | 135 ++++++++++++++++++---------------------------------------
+ src/hb-draw.h  | 105 ++++++++++++++++++++++++++++++++++++--------
+ src/hb-font.cc |   4 +-
+ 3 files changed, 130 insertions(+), 114 deletions(-)
+
+commit 23762305235f25ca89de34bed7948d925c98fba3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 7 18:23:26 2022 -0600
+
+    [draw] Flesh out docs a bit
+
+ docs/harfbuzz-docs.xml     |  1 +
+ docs/harfbuzz-sections.txt | 31 ++++++++++++++++++++++
+ src/hb-draw.cc             | 64 ++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 96 insertions(+)
+
+commit bc6c3b84016852a348d425a79d47cfd1aa927984
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 7 18:04:36 2022 -0600
+
+    [font] Update get_glyph_shape() doc
+
+ src/hb-font.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 732c749ef7a8e27b8b0d9eb1ec2e37d3902b5712
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 7 18:02:37 2022 -0600
+
+    [font] Adjust synthetic-slant docs
+
+ src/hb-font.cc | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 4818b7ed72c4f397920d695dfdae8b3649209a16
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 7 18:00:14 2022 -0600
+
+    [util] Add --font-slant
+
+ util/font-options.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 59067db9f47fa2d0fc6cdc4adcc38d63601f9123
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 7 17:55:01 2022 -0600
+
+    [font/draw] Slant drawings
+    
+    Need to update hb_font_set_synthetic_slant() docs now that we do this.
+
+ src/hb-ft.cc      | 2 +-
+ src/hb-ot-font.cc | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit aa5c7a3811ae5035bd1bd06a9f8e73119b837b12
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 7 17:53:38 2022 -0600
+
+    [draw-session] Add slant
+
+ src/hb-draw.hh | 50 ++++++++++++++++++++++++++++++++++++--------------
+ 1 file changed, 36 insertions(+), 14 deletions(-)
+
+commit 4f2704adb61c1fd699822cbf8dd3b32f3313d816
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Feb 6 13:13:34 2022 -0600
+
+    [draw] Add more reserved items to hb_draw_state_t
+    
+    Since these are free basically.
+
+ src/hb-draw.h | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 2ce19f2868ebbb545d6e376a5642c2b93d966dca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 5 15:01:15 2022 -0600
+
+    [font/draw] Fetch shape from parent font if not implemented in font
+
+ src/hb-draw.cc |   2 +-
+ src/hb-font.cc | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ 2 files changed, 116 insertions(+), 3 deletions(-)
+
+commit d6b61dff952c8a1b14629371fc76e1113936c3a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 5 13:46:48 2022 -0600
+
+    [draw] Minor cleanup
+
+ src/hb-draw.cc | 8 ++------
+ 1 file changed, 2 insertions(+), 6 deletions(-)
+
+commit cfc06c24d595b403ea09e5598597127406403a1b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 5 13:31:05 2022 -0600
+
+    [util/draw] Render color glyphs if cairo API available
+
+ configure.ac              |  4 +++
+ meson.build               |  1 +
+ util/helper-cairo-user.hh | 88 ++++++++++++++++++++++++++++++++++++++++++++++-
+ 3 files changed, 92 insertions(+), 1 deletion(-)
+
+commit 542f8269cbb5028cead28f7add6500611b57e772
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 4 18:45:04 2022 -0600
+
+    [util/draw/ft] Use hb-draw for font-funcs=ft as well
+    
+    If cairo is >= 1.17.5.
+    
+    This essentially breaks emoji and bitmap fonts for now.
+
+ util/helper-cairo.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 6d5b998f256f8d5217bede6fa32a4c9dd82aca56
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 4 18:44:38 2022 -0600
+
+    [ft/draw] Implement hb-draw for hb-ft
+
+ src/hb-ft.cc | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 82 insertions(+)
+
+commit 370bec938ba0b626ef1a494cb82cf236c7b2c598
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 4 18:40:44 2022 -0600
+
+    [draw] Rename internal draw_session_t to hb_draw_session_t
+
+ src/hb-draw.hh          |  6 +++---
+ src/hb-ot-cff1-table.cc | 10 +++++-----
+ src/hb-ot-cff1-table.hh |  2 +-
+ src/hb-ot-cff2-table.cc |  6 +++---
+ src/hb-ot-cff2-table.hh |  2 +-
+ src/hb-ot-font.cc       |  2 +-
+ src/hb-ot-glyf-table.hh |  6 +++---
+ 7 files changed, 17 insertions(+), 17 deletions(-)
+
+commit 5d2df1208a58e537cb16e3b8009135dcf4d9393b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 3 17:18:54 2022 -0600
+
+    [util] Use hb-draw to render alternatively to cairo-ft
+    
+    Is automatically enabled if cairo is recent enough, and font-funcs are
+    not 'ft'.
+    
+    Uses cairo-user-font backend internally.
+
+ util/Makefile.sources     |   2 +
+ util/helper-cairo-ft.hh   | 120 +++++++++++++++++++++++++++++++++++++++
+ util/helper-cairo-user.hh | 142 ++++++++++++++++++++++++++++++++++++++++++++++
+ util/helper-cairo.hh      |  86 +++++-----------------------
+ 4 files changed, 279 insertions(+), 71 deletions(-)
+
+commit a357e5d8896e4f540c3e78177f656a2f509a996d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 3 14:42:56 2022 -0600
+
+    [draw] Do quadratic-to-cubic conversion in nil quadratic implementation
+
+ src/hb-draw.cc | 22 +++++++++++++---------
+ src/hb-draw.hh | 12 +-----------
+ 2 files changed, 14 insertions(+), 20 deletions(-)
+
+commit c681331c3ff6b7743723b082c2100bd47d28bfac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 3 14:36:12 2022 -0600
+
+    [draw] Rename internal draw_helper_t to draw_session_t
+
+ src/hb-draw.hh          |  6 +++---
+ src/hb-ot-cff1-table.cc | 28 ++++++++++++++--------------
+ src/hb-ot-cff1-table.hh |  2 +-
+ src/hb-ot-cff2-table.cc | 16 ++++++++--------
+ src/hb-ot-cff2-table.hh |  2 +-
+ src/hb-ot-font.cc       |  8 ++++----
+ src/hb-ot-glyf-table.hh | 30 +++++++++++++++---------------
+ 7 files changed, 46 insertions(+), 46 deletions(-)
+
+commit f1a9a9ccaf329e1d1935f468a8299fa9c8d663ba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 3 14:10:40 2022 -0600
+
+    [draw-state] Pass state down to callbacks
+
+ src/hb-draw.cc                 |  5 +++++
+ src/hb-draw.h                  |  5 +++++
+ src/hb-draw.hh                 | 34 +++++++++++++++++-----------------
+ src/main.cc                    |  5 +++++
+ test/api/test-draw.c           |  5 +++++
+ test/fuzzing/hb-draw-fuzzer.cc |  5 +++++
+ 6 files changed, 42 insertions(+), 17 deletions(-)
+
+commit a9dd9f0bae6fc05001d51ecd78d47e3afd3a8d72
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 3 13:58:36 2022 -0600
+
+    [draw] Add public move_to/line_to/... API that take a draw-state
+
+ src/hb-draw.cc          |  51 ++++++++++++++++++++++
+ src/hb-draw.h           |  31 ++++++++++++++
+ src/hb-draw.hh          | 112 ++++++++++++++++++++++++++++++++----------------
+ src/hb-ot-cff1-table.cc |   2 +-
+ src/hb-ot-glyf-table.hh |   2 +-
+ 5 files changed, 160 insertions(+), 38 deletions(-)
+
+commit 9f05362d435c621e49fe430a0cb4653a9b82b9bf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 3 13:08:32 2022 -0600
+
+    [test-draw] Fix compiler warning
+
+ test/api/test-draw.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ebc2a133c37cd87ee3698d88604de61f2913c1d4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 3 13:00:39 2022 -0600
+
+    [draw] Rename internal methods
+
+ src/hb-draw.hh | 48 ++++++++++++++++++++++++------------------------
+ 1 file changed, 24 insertions(+), 24 deletions(-)
+
+commit 86fcd4fe98448a564fa72476ddea9d56acae1efa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 3 12:54:32 2022 -0600
+
+    [draw] Simplify start_path
+
+ src/hb-draw.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1740916ede028c4bc90e5a74f625be0a221884bd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 3 12:50:47 2022 -0600
+
+    [draw] Remove check for no-op
+    
+    This is unnecessary overhead. Up to rasterizers to handle this.  Plus,
+    this throws off point-numbers in uses that rely on it.
+    
+    Disabled one test that broke with this.
+
+ src/hb-draw.hh                 |  9 ---------
+ test/api/test-draw.c           |  2 +-
+ test/fuzzing/hb-draw-fuzzer.cc | 10 +++++-----
+ 3 files changed, 6 insertions(+), 15 deletions(-)
+
+commit fc78592e6767b158e0871446d3d7c8ae54c0ab7e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 3 12:43:25 2022 -0600
+
+    [draw-state] Add type and use in draw-helper
+
+ src/hb-common.h | 10 ++++++++++
+ src/hb-draw.h   | 19 ++++++++++++++++++
+ src/hb-draw.hh  | 62 ++++++++++++++++++++++++---------------------------------
+ 3 files changed, 55 insertions(+), 36 deletions(-)
+
+commit 5610fa1da0a3f1a5e3753bae60ea97fd6bf32eed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 3 10:29:04 2022 -0600
+
+    [test-draw] Re-enable two disabled tests
+
+ test/api/test-draw.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit a755f93e8d49672ded0811fa2e68bf75b141ab07
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 3 10:28:07 2022 -0600
+
+    [draw] Add TODO
+
+ src/hb-font.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit cdb1a1fc06059a866edd17cc6ef95870c22925da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 3 01:25:37 2022 -0600
+
+    [draw] Add REPLACEME
+
+ src/hb-font.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 8b4f42900041cf8312c61a1b59f13c802336ff6a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 3 01:14:47 2022 -0600
+
+    [draw] Virtualize hb_font_draw_glyph() into hb_font_get_glyph_shape()
+    
+    To be implemented in hb-ft.
+
+ src/Makefile.sources           |  1 -
+ src/harfbuzz.cc                |  1 -
+ src/hb-draw-glyph.cc           | 63 -------------------------------------
+ src/hb-font.cc                 | 38 +++++++++++++++++++++++
+ src/hb-font.h                  | 47 +++++++++++++++++++++++++---
+ src/hb-font.hh                 | 10 ++++++
+ src/hb-ot-font.cc              | 21 +++++++++++++
+ src/main.cc                    |  4 +--
+ src/meson.build                |  1 -
+ test/api/test-draw.c           | 70 +++++++++++++++++++++---------------------
+ test/api/test-ot-face.c        |  2 +-
+ test/fuzzing/hb-draw-fuzzer.cc |  2 +-
+ 12 files changed, 150 insertions(+), 110 deletions(-)
+
+commit 92e6e53b30ecf013cf3bfcd43e6c149acc47edf3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 3 00:23:13 2022 -0600
+
+    [draw] Rename user_data to draw_data
+
+ src/hb-draw-glyph.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 3b915389b517a6e14e2e7566f6e621f93ce6a98c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 3 00:03:13 2022 -0600
+
+    [draw] Remove unneeded roundf() calls
+
+ src/hb-draw.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 2bed4f46fb09f338fd0959d233d16a40db08cf4e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 2 21:42:48 2022 -0600
+
+    [draw] Fix draw signatures
+
+ src/hb-draw-glyph.cc           |   2 +-
+ src/hb-draw.cc                 | 141 ++++++++++--------
+ src/hb-draw.h                  |  54 +++----
+ src/hb-draw.hh                 |  97 +++++++++---
+ src/hb-font.h                  |   2 +-
+ src/main.cc                    |  65 ++++----
+ test/api/test-draw.c           | 327 +++++++++++++++++++++--------------------
+ test/fuzzing/hb-draw-fuzzer.cc | 105 +++++++------
+ 8 files changed, 448 insertions(+), 345 deletions(-)
+
+commit 08e1096609394d27683fe4fe8770e6cb980502c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 2 19:01:42 2022 -0600
+
+    [draw-fuzzer] Fix signatures
+
+ test/fuzzing/hb-draw-fuzzer.cc | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit e0ac6c587bc5099d67c5026355f8acf62c1955a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 2 18:57:12 2022 -0600
+
+    Remove remaining traces of HB_EXPERIMENTAL_API
+
+ .github/workflows/coverity-scan.yml | 2 +-
+ meson.build                         | 5 -----
+ perf/perf.cc                        | 2 --
+ src/harfbuzz.cc                     | 1 +
+ test/api/test-ot-face.c             | 2 --
+ test/api/test-var-coords.c          | 2 --
+ test/fuzzing/hb-draw-fuzzer.cc      | 8 --------
+ 7 files changed, 2 insertions(+), 20 deletions(-)
+
+commit 5207ce828aacef52e43beaf9ba8c712b8107db21
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 2 18:54:10 2022 -0600
+
+    [draw] Enable draw tests
+    
+    Disable two failing ones.
+
+ test/api/test-draw.c | 29 ++++++++++++-----------------
+ 1 file changed, 12 insertions(+), 17 deletions(-)
+
+commit 157caf254e4ffe552c3c35b99e3d87f46e320efb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 2 18:46:34 2022 -0600
+
+    [test-draw] Fix compiler warning
+
+ test/api/test-draw.c | 70 ++++++++++++++++++++++++++--------------------------
+ 1 file changed, 35 insertions(+), 35 deletions(-)
+
+commit 27dfd69fc702550b454a35e1aa7b0ad5676a602d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 2 18:13:46 2022 -0600
+
+    [draw] Another Since: tag update
+
+ src/hb-draw.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7ac23f4e7887fbbfd96317319b216029ad14561e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 2 18:12:03 2022 -0600
+
+    [draw] Whitespace
+
+ src/hb-draw.h | 23 ++++++++++++++++-------
+ 1 file changed, 16 insertions(+), 7 deletions(-)
+
+commit e157b50345214d804023cb744a2daaa5584278df
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 2 16:16:57 2022 -0600
+
+    [draw] Remove return value of hb_font_draw_glyph()
+
+ src/hb-draw-glyph.cc | 15 +++++++--------
+ src/hb-font.h        |  8 +++++---
+ src/main.cc          |  6 ++----
+ 3 files changed, 14 insertions(+), 15 deletions(-)
+
+commit ddc36df3322ff012956605f5fedeae23d893e3b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 2 16:15:04 2022 -0600
+
+    [draw] Move hb_font_draw_glyph() to hb-draw-glyph.cc
+
+ src/Makefile.sources |  1 +
+ src/hb-draw-glyph.cc | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-draw.cc       | 35 ----------------------------
+ src/meson.build      |  1 +
+ 4 files changed, 66 insertions(+), 35 deletions(-)
+
+commit 9a1508a2be20c85b08557ec1b8224dc1af3113e3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 2 16:12:42 2022 -0600
+
+    [draw] Replace API Since tags with REPLACEME
+
+ src/hb-draw.cc | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit a428c1193c3ed5fe0ef3de92c3a87bdcfa1da390
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 2 16:09:46 2022 -0600
+
+    [main] Fix compiler warnings
+
+ src/main.cc | 26 +++++++++++++-------------
+ 1 file changed, 13 insertions(+), 13 deletions(-)
+
+commit 35190dc9610100fb49050a224536c8b6dfe26b40
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 2 16:08:40 2022 -0600
+
+    [draw] Convert API to float instead of hb_position_t
+
+ src/hb-draw.cc          | 14 +++++++-------
+ src/hb-draw.h           | 14 +++++++-------
+ src/hb-draw.hh          | 24 ++++++++++++------------
+ src/hb-ot-cff1-table.cc | 10 +++++-----
+ src/hb-ot-cff2-table.cc | 10 +++++-----
+ src/hb-ot-glyf-table.hh | 28 ++++++++++++++--------------
+ src/main.cc             | 22 +++++++++++-----------
+ 7 files changed, 61 insertions(+), 61 deletions(-)
+
+commit d6e49b8278fee01fea521b2a157d797f17580b3f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 2 15:45:43 2022 -0600
+
+    [font] Add em_fscalef_[xy] That take and return float
+
+ src/hb-font.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 6c0b65a6a8a9a7fec31aaad04e29a01d7991db5c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 2 15:42:33 2022 -0600
+
+    [font] Add em_scaleff() that returns float
+
+ src/hb-font.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit dd7b6e2c3fddca7896f4cb306bc574b48c7a61a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 2 14:46:10 2022 -0600
+
+    [draw] Remove EXPERIMENTAL_API tag
+
+ src/gen-def.py          | 18 +-----------------
+ src/hb-draw.cc          |  2 --
+ src/hb-draw.h           |  2 --
+ src/hb-draw.hh          |  2 --
+ src/hb-font.h           |  2 --
+ src/hb-ot-cff1-table.cc |  2 --
+ src/hb-ot-cff1-table.hh |  2 --
+ src/hb-ot-cff2-table.cc |  2 --
+ src/hb-ot-cff2-table.hh |  2 --
+ src/hb-ot-glyf-table.hh |  2 --
+ src/main.cc             |  4 ++--
+ 11 files changed, 3 insertions(+), 37 deletions(-)
+
+commit 7af165dbf0617ae102a16e63d90e3001aab1065e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 12 21:25:24 2022 -0600
+
+    Fix compiler warning
+
+ src/hb-ot-shape-complex-use-machine.hh | 4 +++-
+ src/hb-ot-shape-complex-use-machine.rl | 4 +++-
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+commit b2f5131029111b8ca585f141845d4bee91469f5d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 12 21:08:43 2022 -0600
+
+    [ci] Add configs-ci.yml to test different configs
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2884
+
+ .github/workflows/configs-ci.yml | 24 ++++++++++++++++++++++++
+ 1 file changed, 24 insertions(+)
+
+commit db04af27825621773a701b6226c3287d3615724f
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Feb 13 00:33:12 2022 +0200
+
+    Typo
+
+ NEWS | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0a129961341da370ec82bfccdd11ec9b1094b5a2
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Feb 13 00:30:50 2022 +0200
+
+    3.4.0
+
+ NEWS                   | 26 ++++++++++++++++++++++++++
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-buffer.h        |  4 ++--
+ src/hb-common.h        |  4 ++--
+ src/hb-ot-deprecated.h |  2 +-
+ src/hb-ot-math.cc      |  2 +-
+ src/hb-ot-math.h       |  4 ++--
+ src/hb-version.h       |  6 +++---
+ 10 files changed, 40 insertions(+), 13 deletions(-)
+
+commit 41815a0d63512e11b2ff23f27e6906c44c0e9691
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Feb 13 00:00:01 2022 +0200
+
+    [name] Extraneous (out) annotation in return value
+
+ src/hb-ot-name.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b263371b0959a2021e68b210d6b73e27c6fe64b0
+Merge: b3f8288cc b47b3b997
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 12 15:06:47 2022 -0600
+
+    Merge pull request #3398 from harfbuzz/buffer-verify
+    
+    Add HB_BUFFER_FLAG_VERIFY
+
+commit b3f8288cca1951310928e3ba919c32b0c968249a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 12 14:52:42 2022 -0600
+
+    [test/subset] Don't hash files without reason
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3118#issuecomment-894021518
+
+ test/subset/run-tests.py | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 42b119edb5966793a51cdd9e7898fc90bd5036aa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 12 14:18:02 2022 -0600
+
+    [hmtx] Remove other subset-specific method from hmtx accelerator
+
+ src/hb-ot-hmtx-table.hh | 28 +++++++++++++---------------
+ 1 file changed, 13 insertions(+), 15 deletions(-)
+
+commit 9ba520b5d1594f972c73eeb76d61d67255c07597
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 12 13:57:03 2022 -0600
+
+    [hmtx] Remove one subset-specific method from hmtx accelerator
+    
+    Looks ugly but is the right thing to do.
+
+ src/hb-ot-hmtx-table.hh | 18 +++---------------
+ 1 file changed, 3 insertions(+), 15 deletions(-)
+
+commit af407dd24d3f55ad279dfdbf21ec7c7c3cfb76ac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 12 13:53:16 2022 -0600
+
+    Add a fuzzer font
+
+ .../fonts/crash-d223bc42a8226c4d655c417d63d9a76760d05985  | Bin 0 -> 316 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 27a6c895ba749c69c8dfd3a14714dd86504b6ad8
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Feb 11 16:19:43 2022 -0800
+
+    [subset] Fix memory leak in plan creation.
+
+ src/hb-subset-plan.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 670ef070bd3a7510fa9c524f79ee11944ce6ae0f
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Feb 11 16:01:33 2022 -0800
+
+    [subset] Change subset plan create to be or_fail.
+
+ src/hb-subset-plan.cc  | 18 +++++++++++-------
+ src/hb-subset.cc       |  7 +++----
+ src/hb-subset.h        |  4 ++--
+ test/api/test-subset.c |  3 ++-
+ 4 files changed, 18 insertions(+), 14 deletions(-)
+
+commit ae8d373bcf94d8cfd4416ff995c264259903aafa
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Feb 11 14:54:23 2022 -0800
+
+    [subset] add subset plan reference, set/get user data functions.
+
+ src/hb-subset-plan.cc  | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-subset.cc       |  4 ++--
+ src/hb-subset.h        | 22 ++++++++++++++++---
+ test/api/test-subset.c |  2 +-
+ 4 files changed, 81 insertions(+), 6 deletions(-)
+
+commit b65e48a7864d53d5047211b57428d2a8bfa95ce5
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Feb 11 12:44:58 2022 -0800
+
+    [subset] Add subset plan to public API.
+    
+    Add the ability to create a subset plan which an be used to gather info on things like glyph mappings in the final subset. The plan can then be passed on to perform the subsetting operation.
+
+ src/hb-subset-plan.cc  | 55 +++++++++++++++++++++++++++++++++++++++++++++-----
+ src/hb-subset-plan.hh  |  9 ---------
+ src/hb-subset.cc       | 29 +++++++++++++++++++++-----
+ src/hb-subset.h        | 28 +++++++++++++++++++++++++
+ test/api/test-subset.c | 38 ++++++++++++++++++++++++++++++++++
+ 5 files changed, 140 insertions(+), 19 deletions(-)
+
+commit 68937238791181b6172ea4cd3d127ff4f6bbdd98
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 11 13:16:25 2022 -0600
+
+    [machinery] Allow using lazy-loader with void*
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3427
+
+ src/Makefile.am       | 29 +++++++++++++++++------------
+ src/hb-common.cc      |  2 +-
+ src/hb-machinery.hh   |  3 ++-
+ src/meson.build       |  5 +++--
+ src/test-machinery.cc | 46 ++++++++++++++++++++++++++++++++++++++++++++++
+ 5 files changed, 69 insertions(+), 16 deletions(-)
+
+commit 3d22dae5f854416939935f7cd913af7c21b4f490
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Thu Feb 10 16:30:36 2022 +0800
+
+    meson.build: Only use get_variable() on icu_dep with pkgconfig
+    
+    We might have found ICU via the .lib names, and get_variable() is only
+    available for pkg-config deps.
+
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 52c536bb8d90cf0f09e13f5e9e21bf489cc08c23
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Thu Feb 10 16:39:40 2022 +0800
+
+    hb-algs.hh: Fix build on Visual Studio 2015
+    
+    The compiler does not recognize the std::hash call on
+    hb_decay<decltype (hb_deref (v)>, so give it a shove so that it is recognized
+    there.
+
+ src/hb-algs.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit e045dbf6174413eafea2169a7987b44b57a6bf84
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Feb 10 04:06:20 2022 +0200
+
+    [ci] Upgrade pip on MSVC job
+    
+    To avoid bad pre-installed version.
+
+ .github/workflows/msvc-ci.yml | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 81754a5a962ebefef848237ee218c019f85ef316
+Author: Alexis King <lexi.lambda@gmail.com>
+Date:   Wed Feb 9 12:00:47 2022 -0600
+
+    [ot-math] Add hb_ot_math_get_glyph_kernings
+    
+    closes #3396
+
+ docs/harfbuzz-sections.txt |  2 ++
+ src/hb-ot-math-table.hh    | 78 +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-math.cc          | 45 +++++++++++++++++++++++++
+ src/hb-ot-math.h           | 22 +++++++++++++
+ test/api/test-ot-face.c    |  1 +
+ test/api/test-ot-math.c    | 82 ++++++++++++++++++++++++++++++++++++++++++++++
+ 6 files changed, 230 insertions(+)
+
+commit 02a737e53249e1d4d24e80128fc294db1faa6557
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Feb 8 21:45:42 2022 +0200
+
+    Revert "[ci] Downgrade pip on MSVC jobs"
+    
+    This reverts commit c4cf5ddb272cb1c05a572db5b76629368f9054f5.
+
+ .github/workflows/msvc-ci.yml | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit 1bc4bad7a59e9d4d79d8faeb9e695df19aa494da
+Author: Alexis King <lexi.lambda@gmail.com>
+Date:   Mon Feb 7 19:57:25 2022 -0600
+
+    [ot-tag] Add HB_SCRIPT_MATH (Zmth) and map it to OT ‘math’ tag
+    
+    The ISO 15924 code for mathematical notation is ‘Zmth’, but the
+    OpenType script is ‘math’.
+
+ docs/harfbuzz-sections.txt |  3 ++-
+ src/hb-common.h            |  6 ++++++
+ src/hb-ot-deprecated.h     | 15 +++++++++++++++
+ src/hb-ot-math.h           | 14 +++++++++-----
+ src/hb-ot-tag.cc           |  3 +++
+ test/api/test-ot-tag.c     |  2 ++
+ 6 files changed, 37 insertions(+), 6 deletions(-)
+
+commit 76cd8a47373e924d146e641f377065d3929b8e51
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Feb 8 16:47:01 2022 +0200
+
+    [arabic] Update to AMTRA revision 6
+    
+    https://www.unicode.org/reports/tr53/tr53-6.html#Modifications
+
+ src/hb-ot-shape-complex-arabic.cc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit c4cf5ddb272cb1c05a572db5b76629368f9054f5
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Feb 6 16:32:05 2022 +0200
+
+    [ci] Downgrade pip on MSVC jobs
+    
+    Turns out, pip 22.0 is the source of the breakage:
+    https://github.com/mesonbuild/meson/issues/9955#issuecomment-1030843844
+    https://github.com/pypa/pip/issues/10875
+
+ .github/workflows/msvc-ci.yml | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit ac46c3248e8b0316235943175c4d4a11c24dd4a9
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Feb 6 15:41:18 2022 +0200
+
+    3.3.2
+
+ NEWS             | 7 +++++++
+ configure.ac     | 2 +-
+ meson.build      | 2 +-
+ src/hb-version.h | 4 ++--
+ 4 files changed, 11 insertions(+), 4 deletions(-)
+
+commit 7657bdd91f93fb087c74b400e5864641317f91f5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 4 19:16:54 2022 -0600
+
+    Revert "Fix failing Mac test for previous commit"
+    
+    This reverts commit 070e30e6daba74fe62ea486dc97cd01a79f90541.
+
+ test/shape/data/in-house/tests/macos.tests | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 44da4e2a2751058bde1b2c465a1d2f3c5d617d93
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 4 19:16:47 2022 -0600
+
+    Revert "One more fix"
+    
+    This reverts commit cab943a015b1a3d4cd72f0c5dc4ff79e0aefa06f.
+
+ test/shape/data/in-house/tests/macos.tests | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 88798ee8bedcf464e4853fec67cf3648a3f39973
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 4 18:59:50 2022 -0600
+
+    [GPOS] Disable split-kerning
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3408
+    Reverts https://github.com/harfbuzz/harfbuzz/pull/3235
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/3235#issuecomment-1029814978
+
+ src/hb-ot-layout-gpos-table.hh                            | 10 +++++++++-
+ test/shape/data/aots/tests/gpos2_2.tests                  |  2 +-
+ test/shape/data/in-house/tests/positioning-features.tests |  2 +-
+ 3 files changed, 11 insertions(+), 3 deletions(-)
+
+commit 9177953720e2d10e8db47c079563d8656d6f5553
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 4 12:38:45 2022 -0600
+
+    [atexit] Allow hb_atexit redefinition
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3412
+
+ src/hb.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 8670ffbf4ca809b954d69c52c27ab958c7d143ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 3 11:19:23 2022 -0600
+
+    [buffer] Comment
+
+ src/hb-buffer.hh | 37 ++++++++++++++++++++-----------------
+ 1 file changed, 20 insertions(+), 17 deletions(-)
+
+commit e59da2871a83f1f68ff1d3228e4fa419d8a9e1d6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 1 16:32:39 2022 -0600
+
+    [glyf] Don't store face in accelerator
+
+ src/hb-ot-glyf-table.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 0fb8e22406fb9253da3da0d9f6d7fedc861fe148
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jan 28 10:39:51 2022 -0800
+
+    [serialize] document how the serializer works.
+
+ docs/serializer.md | 178 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 178 insertions(+)
+
+commit 45df259538c204540819d74456d30ffb40df488a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jan 31 23:06:10 2022 +0200
+
+    3.3.1
+
+ NEWS             | 23 +++++++++++++++--------
+ configure.ac     |  2 +-
+ meson.build      |  2 +-
+ src/hb-version.h |  4 ++--
+ 4 files changed, 19 insertions(+), 12 deletions(-)
+
+commit 4e2f409bce77b97de2d098365977beeeb4447b1e
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jan 31 12:20:32 2022 -0800
+
+    [subset] Don't hold references to members of the active_glyph_stack.
+    
+    These references may get invalidated after the vector for the stack is resized. Fixes: https://oss-fuzz.com/testcase-detail/5422577634377728
+
+ src/hb-ot-layout-gsubgpos.hh                       |  54 +++++++++++++--------
+ ...ase-minimized-hb-subset-fuzzer-5422577634377728 | Bin 0 -> 1700 bytes
+ 2 files changed, 34 insertions(+), 20 deletions(-)
+
+commit 98da3306384044c6c73904d9a2a5996da16504ea
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jan 31 18:12:01 2022 +0200
+
+    3.3.0
+
+ NEWS                   | 32 +++++++++++++++++++++++++++++++-
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-buffer.cc       | 11 +++++------
+ src/hb-buffer.h        |  2 +-
+ src/hb-font.cc         | 19 ++++++++++++-------
+ src/hb-version.h       |  4 ++--
+ 8 files changed, 54 insertions(+), 19 deletions(-)
+
+commit 3e8742e37631e0570e6e635c02302e3df2b548a0
+Merge: bc899650c ae9afd977
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 30 17:19:46 2022 -0800
+
+    Merge pull request #3402 from harfbuzz/language-tags
+    
+    Make miscellaneous changes to hb-ot-tag-table.hh
+
+commit ae9afd9772e909476d28fb647d7f7aef6865f6cd
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sun Oct 3 20:09:33 2021 -0400
+
+    Let BCP 47 tag "mo" fall back to OT tag 'ROM '
+
+ src/gen-tag-table.py   |  5 ++++-
+ src/hb-ot-tag-table.hh | 13 +++++++++++--
+ 2 files changed, 15 insertions(+), 3 deletions(-)
+
+commit a184c5f8518ab92b95947f23848ddde677e8cac1
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sun Jan 30 13:28:23 2022 -0500
+
+    Don’t always inherit from macrolanguages
+    
+    If an OpenType tag maps to a BCP 47 macrolanguage, that is presumably to
+    support the use of the macrolanguage as a vague stand-in for one of its
+    individual languages. For example, "ar" and "zh" are often used for
+    "arb" and "cmn". When the OpenType tag maps to a macrolanguage and some
+    but not all of its individual languages, that indicates that the
+    OpenType tag only corresponds to the listed individual languages (which
+    may be referred to using the macrolanguage subtag) but not the missing
+    individual languages. In particular, INUK (Nunavik Inuktitut) is mapped
+    to "ike" (Eastern Canadian Inuktitut) and "iu" (Inuktitut) but not to
+    "ikt" (Inuinnaqtun), so "ikt" should not inherit the INUK mapping from
+    its macrolanguage "iu".
+
+ src/gen-tag-table.py   | 35 +++++++++++++++++++++++++++++++----
+ src/hb-ot-tag-table.hh | 12 ++----------
+ 2 files changed, 33 insertions(+), 14 deletions(-)
+
+commit b47b3b99725888fd27273d8d9b9ee3d5d6cf0400
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 29 10:24:38 2022 -0700
+
+    [fallback-kern] Move buffer message to correct position
+
+ src/hb-ot-shape-fallback.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit e986c12075a69300a5e114fe139ae5acd762ef1b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 29 09:08:48 2022 -0700
+
+    [verify] Show buffer input text when verification fails
+
+ src/hb-buffer-verify.cc | 50 ++++++++++++++++++++++++++++++++++++++++---------
+ 1 file changed, 41 insertions(+), 9 deletions(-)
+
+commit d35f380126830872611c85d664c3710deb46cd6b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 29 09:08:20 2022 -0700
+
+    [util] Change "All shapers failed." message to "Shaping failed."
+    
+    Since we now emit this when verification fails as well.
+
+ util/shape-options.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3972e0a8f1504783a509096e069ca718d25af8d9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 29 08:22:19 2022 -0700
+
+    [buffer] Whitespace
+
+ src/hb-buffer.h | 38 +++++++++++++++++++-------------------
+ 1 file changed, 19 insertions(+), 19 deletions(-)
+
+commit 0b1bf89cc2ee6a8782c007e2b7362a4485be249a
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Jan 28 22:27:51 2022 -0500
+
+    Replace “[family]” with “[collection]”
+    
+    Not all language collections are language families.
+
+ src/gen-tag-table.py   |  4 ++--
+ src/hb-ot-tag-table.hh | 58 +++++++++++++++++++++++++-------------------------
+ 2 files changed, 31 insertions(+), 31 deletions(-)
+
+commit 0e31595e0d2e214262c4cf0d4136215bc4c89a0a
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Jan 28 22:26:38 2022 -0500
+
+    Infer tag mappings for unregistered macrolanguages
+    
+    Every macrolanguage not mentioned in the OT language system tag registry
+    is mapped to every tag of its individual languages, if those have
+    registered tags.
+
+ src/gen-tag-table.py   | 34 +++++++++++++++++++---------------
+ src/hb-ot-tag-table.hh |  9 +++++++++
+ 2 files changed, 28 insertions(+), 15 deletions(-)
+
+commit 5a6545940ac0ed48bc8872424269e598388b7996
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Jan 28 21:29:43 2022 -0500
+
+    Add the language system tag INUK
+
+ src/hb-ot-tag-table.hh | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit bc899650c7976df7bc62ed55da5268f1d10b9a43
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jan 28 13:54:10 2022 -0800
+
+    [subset] Fix for issue #3397.
+    
+    cur_intersected_glyphs gets modified during recursion leading to incorrect filtering of sub tables in some cases. So don't use cur_intersected_glyphs. Instead just add an additional entry onto the parent_active_glyphs () stack.
+    
+    Additionaly expands NotoNastaliqUrdu tests to include coverage of the issue from #3397.
+
+ src/hb-ot-layout-gsubgpos.hh                       |  59 +++++++++++++--------
+ src/hb-ot-layout.cc                                |   6 +--
+ .../NotoNastaliqUrdu-Bold.default.633,6D2.ttf      | Bin 0 -> 14048 bytes
+ .../NotoNastaliqUrdu-Bold.retain-gids.633,6D2.ttf  | Bin 0 -> 19948 bytes
+ ...ular.default.627,644,623,62D,644,627,645,2E.ttf | Bin 0 -> 17564 bytes
+ ...astaliqUrdu-Regular.default.627,644,62D,628.ttf | Bin 0 -> 24564 bytes
+ .../NotoNastaliqUrdu-Regular.default.627,644.ttf   | Bin 0 -> 7776 bytes
+ ...-Regular.default.633,645,627,621,20,644,627.ttf | Bin 0 -> 23232 bytes
+ .../NotoNastaliqUrdu-Regular.default.633,6D2.ttf   | Bin 0 -> 14296 bytes
+ ...otoNastaliqUrdu-Regular.default.63A,64A,631.ttf | Bin 0 -> 26152 bytes
+ ...iqUrdu-Regular.default.retain-all-codepoint.ttf | Bin 0 -> 542388 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 0 -> 24224 bytes
+ ...liqUrdu-Regular.retain-gids.627,644,62D,628.ttf | Bin 0 -> 30464 bytes
+ ...otoNastaliqUrdu-Regular.retain-gids.627,644.ttf | Bin 0 -> 13380 bytes
+ ...ular.retain-gids.633,645,627,621,20,644,627.ttf | Bin 0 -> 28888 bytes
+ ...otoNastaliqUrdu-Regular.retain-gids.633,6D2.ttf | Bin 0 -> 20140 bytes
+ ...astaliqUrdu-Regular.retain-gids.63A,64A,631.ttf | Bin 0 -> 32012 bytes
+ ...du-Regular.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 542424 bytes
+ .../subset/data/fonts/NotoNastaliqUrdu-Regular.ttf | Bin 570552 -> 1060612 bytes
+ .../data/tests/layout.notonastaliqurdu.tests       |   2 +
+ 20 files changed, 40 insertions(+), 27 deletions(-)
+
+commit f3c1f4f0dae03bfd4521b3b8965891d45c49d02f
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jan 28 11:50:22 2022 -0800
+
+    [subset] convert active_glyphs_stack to be a vector of hb_set_t instead of hb_set_t*.
+
+ src/hb-ot-layout-gsubgpos.hh | 63 ++++++++++++++++++++++----------------------
+ 1 file changed, 32 insertions(+), 31 deletions(-)
+
+commit 476a6377a574291025ce8acc0cecfc53408c8d3c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 28 15:05:10 2022 -0700
+
+    [buffer] Document HB_BUFFER_FLAG_VERIFY
+
+ src/hb-buffer.h | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 61856359cb90f4d53eced1159b0810defa342ec6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 28 14:07:29 2022 -0700
+
+    [fuzz] Disable verification for now.
+
+ test/fuzzing/hb-shape-fuzzer.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 6596e42d160a0ae2cd2cd3b42a9f8823197cd716
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 28 13:55:24 2022 -0700
+
+    [fuzz] Verify shape results
+
+ test/fuzzing/hb-shape-fuzzer.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 5b1d813b698488fb86b4f20a596bb1c046e61eed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 28 13:49:21 2022 -0700
+
+    [config] Enable HB_NO_BUFFER_VERIFY in HB_LEAN
+
+ src/hb-config.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 61823838f9c3cdc93b2452451126dddcacfbe61d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 28 13:45:25 2022 -0700
+
+    [buffer] Add HB_BUFFER_FLAG_VERIFY
+    
+    Move buffer verification code inside the library, from util/.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3010
+
+ src/Makefile.sources    |   1 +
+ src/harfbuzz.cc         |   1 +
+ src/hb-buffer-verify.cc | 389 ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-buffer.h         |   3 +-
+ src/hb-buffer.hh        |  14 ++
+ src/hb-shape.cc         |  18 +++
+ src/meson.build         |   1 +
+ util/shape-options.hh   | 344 +-----------------------------------------
+ 8 files changed, 427 insertions(+), 344 deletions(-)
+
+commit 7c704d898210cd88f6fbf1096b9a75123d33cccd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 28 12:38:32 2022 -0700
+
+    [buffer] Make hb_buffer_append() take a const argument
+
+ src/hb-buffer.cc | 2 +-
+ src/hb-buffer.h  | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 24650624c812368e3900e276aaca2dc94b737af8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 28 13:53:21 2022 -0700
+
+    [font] Fix build with no-var configs
+
+ src/hb-font.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 91b779e23cbaea5d9e3176f3a2c05b8ec10c89fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 28 13:52:15 2022 -0700
+
+    Avoid redefinition of HB_NO_SETLOCALE in certain configs
+
+ src/hb-common.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fa29006bfa3d5f84182b3a1c259ef4a3634da6b7
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jan 27 01:57:45 2022 +0200
+
+    [doc] Fix generation of hb_glyph_flags_t docs
+    
+    GTK-Doc does not like the empty lines here, and interprets everything
+    after the first empty line as the description of the enum itself not a
+    specific member and the generated text makes no sense.
+    
+    Removing the empty lines makes the text harder to read (both in source
+    and HTML), but at least it is correctly organized.
+
+ src/hb-buffer.h | 11 -----------
+ 1 file changed, 11 deletions(-)
+
+commit e9cc5f6cdb3e29f2e33e0f8a08cf821ebd654a8d
+Merge: bad5c9456 540af548d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 26 12:23:29 2022 -0800
+
+    Merge pull request #3297 from harfbuzz/unsafe-to-concat
+    
+    Implement UNSAFE_TO_CONCAT flag
+
+commit 540af548dc3926c4b9db059c9b20297df0802671
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 25 09:10:56 2022 -0700
+
+    [unsafe-to-concat] Clarify documentation as per feedback
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/3297#discussion_r754395825
+
+ src/hb-buffer.h | 18 +++++++++++++++---
+ 1 file changed, 15 insertions(+), 3 deletions(-)
+
+commit bad5c94562fa07c4c10f8b3663ca29cc5210c13c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 23 10:53:19 2022 -0700
+
+    [test] Remove HB_UNUSED
+
+ src/test-serialize.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6c09a8b5b0cc3ecef19f1c5a031481d831374b5d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 23 10:52:13 2022 -0700
+
+    [test-serialize] Assert len
+
+ src/test-serialize.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 76c6f4164f133e056bd75378a4a2e912d153550e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 23 10:43:37 2022 -0700
+
+    [test] Add test-serialize
+
+ src/Makefile.am       |  5 +++++
+ src/meson.build       |  1 +
+ src/test-serialize.cc | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 57 insertions(+)
+
+commit 332460649268844bf93e147cc0b86a82c449a980
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 22 15:46:13 2022 -0700
+
+    [buffer] Oops
+
+ src/hb-buffer.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 20031ddbb814d46f8c988242d2ee0bd9b198dbe2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 22 11:41:30 2022 -0700
+
+    [unsafe-to-concat] Mark in all other shapers
+    
+    unsafe_to_break() implies unsafe-to-concat; but setting the flag
+    manually wasn't.
+
+ src/hb-coretext.cc    | 3 ++-
+ src/hb-directwrite.cc | 3 ++-
+ src/hb-graphite2.cc   | 3 ++-
+ src/hb-uniscribe.cc   | 3 ++-
+ 4 files changed, 8 insertions(+), 4 deletions(-)
+
+commit 6e345f709d4888ab10ed22afffb6661d695e052f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 22 11:40:37 2022 -0700
+
+    Cosmetic
+
+ src/hb-buffer.hh | 16 ++++++++--------
+ src/hb-kern.hh   |  2 +-
+ 2 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 374a6f186d7094370ffd6aed80688203c8f5a067
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 22 11:29:00 2022 -0700
+
+    [fallback-shape] Add buffer trace log
+
+ src/hb-kern.hh              |  5 +++++
+ src/hb-ot-shape-fallback.cc | 10 ++++++++++
+ 2 files changed, 15 insertions(+)
+
+commit bcdfedbc09c308965239c4b7a750a9cc20618542
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 22 11:19:05 2022 -0700
+
+    [unsafe-to-concat] Mark as unsafe in kern machine
+    
+    Fixes that last test. Yay!
+
+ src/hb-aat-layout-kerx-table.hh | 1 -
+ src/hb-kern.hh                  | 2 +-
+ 2 files changed, 1 insertion(+), 2 deletions(-)
+
+commit 14d43d12359ba14e4bb95c24903be70808f66738
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 22 10:46:18 2022 -0700
+
+    [unsafe-to-concat] Adjust end conditions
+
+ src/hb-buffer.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 8663eda4fde11d360cca15936e9d2ae07c357958
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 22 10:35:05 2022 -0700
+
+    [unsafe-to-concat] More annotations for MarkMarkPos
+    
+    Failures down to one:
+    
+    265/401 harfbuzz:shaping+aots / lookupflag_ignore_attach         FAIL
+
+ src/hb-ot-layout-gpos-table.hh | 13 +++++++++++--
+ 1 file changed, 11 insertions(+), 2 deletions(-)
+
+commit 6a7d6d4b64dd0eff7d0e7191ad30268a2502db5f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 22 10:33:35 2022 -0700
+
+    [unsafe-to-concat] More annotations for MarkLigaturePos
+
+ src/hb-ot-layout-gpos-table.hh | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+commit a575992057bcfab2ee3a720ad321c907cf20ff22
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 22 10:30:39 2022 -0700
+
+    [unsafe-to-concat] Mark LigatureSubst
+    
+    Failures down to two:
+    
+    209/401 harfbuzz:shaping+aots / gpos6                            FAIL             0.06s   exit status 1
+    265/401 harfbuzz:shaping+aots / lookupflag_ignore_attach         FAIL             0.06s   exit status 1
+
+ src/hb-ot-layout-gsub-table.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit b443898cce2251ca2aaf332c13886577ab8db416
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 22 10:24:59 2022 -0700
+
+    [unsafe-to-concat] Adjust MarkBasePos
+    
+    A couple more aots tests down. Four failing:
+    
+    209/401 harfbuzz:shaping+aots / gpos6                            FAIL             0.06s   exit status 1
+    261/401 harfbuzz:shaping+aots / gsub4_1_multiple_ligatures       FAIL             0.07s   exit status 1
+    265/401 harfbuzz:shaping+aots / lookupflag_ignore_attach         FAIL             0.07s   exit status 1
+    267/401 harfbuzz:shaping+aots / lookupflag_ignore_combination    FAIL             0.07s   exit status 1
+
+ src/hb-ot-layout-gpos-table.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 95d052a791262ebccbfeb794b992525ba2cc0ffc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 22 10:16:23 2022 -0700
+
+    [unsafe-to-concat] Adjust GPOS lookbacks
+    
+    Fixes Cursive aots test, fails a couple new aots ones.
+
+ src/hb-ot-layout-gpos-table.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 909e34f68a969275bc9b14c63e03d5d131823d91
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 22 09:44:13 2022 -0700
+
+    [unsafe-to-concat] Adjust Arabic-joining start boundary condition more
+
+ src/hb-ot-shape-complex-arabic.cc                        |  14 ++++++++++++--
+ test/shape/data/in-house/Makefile.sources                |   1 +
+ .../fonts/34da9aab7bee86c4dfc3b85e423435822fdf4b62.ttf   | Bin 0 -> 1904 bytes
+ test/shape/data/in-house/meson.build                     |   1 +
+ test/shape/data/in-house/tests/unsafe-to-concat.tests    |   1 +
+ 5 files changed, 15 insertions(+), 2 deletions(-)
+
+commit 11bdd7a020d3e99c0ff43f34cf1724a95713b463
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 21 18:59:06 2022 -0700
+
+    [unsafe-to-concat] Adjust CursivePos
+    
+    Doesn't fix the test yet.
+
+ src/hb-ot-layout-gpos-table.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit ea1b32c8c198da4475941f459b16dc6d7e28148a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 21 18:58:33 2022 -0700
+
+    [unsafe-to-concat] Adjust "interior"ness of "from_out_buffer"
+
+ src/hb-buffer.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4f04baef17bf5b150c1594f6e80604974e6e95e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 21 18:26:54 2022 -0700
+
+    [unsafe-to-concat] Further adjust Arabic joining logic at boundary
+
+ src/hb-ot-shape-complex-arabic.cc | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 235c3a129581e96701fe055341e56699766df5fa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 21 15:17:40 2022 -0700
+
+    [unsafe-to-concat] Adjust Arabic joining logic
+    
+    Test failures done one more. Fixed the mongolian-variation-selector
+    test.  Another test case:
+    
+    $ util/hb-shape NotoSansArabic-Regular.ttf -u 628,200c,628 --show-flags --verify
+
+ src/hb-ot-shape-complex-arabic.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 48c5f26199808f40251cdaef7494456e9f23acb9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 21 12:18:50 2022 -0700
+
+    [unsafe-to-concat] Fix PairPos2 logic
+    
+    Test failures down from 8 to 6:
+    
+    113/400 harfbuzz:shaping+in-house / mongolian-variation-selector FAIL             0.06s   exit status 1
+    203/400 harfbuzz:shaping+aots / gpos3                            FAIL             0.06s   exit status 1
+    204/400 harfbuzz:shaping+aots / gpos4_lookupflag                 FAIL             0.06s   exit status 1
+    260/400 harfbuzz:shaping+aots / gsub4_1_multiple_ligatures       FAIL             0.06s   exit status 1
+    264/400 harfbuzz:shaping+aots / lookupflag_ignore_attach         FAIL             0.06s   exit status 1
+    266/400 harfbuzz:shaping+aots / lookupflag_ignore_combination    FAIL             0.06s   exit status 1
+
+ src/hb-ot-layout-gpos-table.hh | 10 +++++++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+commit c0058892bec52e4f0346b1139ebb206c03e094e2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 20 15:51:04 2022 -0700
+
+    [unsafe-to-concat] Mark entire buffer unsafe-to-concat if kerx format2
+
+ src/hb-aat-layout-kerx-table.hh |  1 +
+ src/hb-buffer.hh                | 21 ++++++++++++++-------
+ 2 files changed, 15 insertions(+), 7 deletions(-)
+
+commit 60006d368770982c6a0d3bf06eb937773343cf5b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 20 15:29:28 2022 -0700
+
+    [gsubgpos] Adjust chaining unsafe-to-concat application
+    
+    Fixes three tests.
+
+ src/hb-ot-layout-gsubgpos.hh | 46 ++++++++++++++++++++++++--------------------
+ 1 file changed, 25 insertions(+), 21 deletions(-)
+
+commit d98a0fc88e8bcf7993c92425212cd6c57a632a01
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 4 20:43:27 2021 -0800
+
+    [buffer] Consolidate glyph-flags implementation
+
+ src/hb-buffer.cc | 25 -------------------
+ src/hb-buffer.hh | 76 +++++++++++++++++++++++++++++++++++++++++++++-----------
+ 2 files changed, 62 insertions(+), 39 deletions(-)
+
+commit f91ce56e08ed9acdfaf5dfe994d950195dd10881
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 4 20:07:05 2021 -0800
+
+    [buffer] Add default cluster value in find_min_cluster
+
+ src/hb-buffer.cc | 6 ++----
+ src/hb-buffer.hh | 2 +-
+ 2 files changed, 3 insertions(+), 5 deletions(-)
+
+commit 56d081955c768a4ed55354fe57577cb10706fb81
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 4 19:59:55 2021 -0800
+
+    [buffer] Rename _unsafe_to_break_set_mask to _infos_set_glyph_flags
+
+ src/hb-buffer.cc |  6 +++---
+ src/hb-buffer.hh | 27 +++++++++++++--------------
+ 2 files changed, 16 insertions(+), 17 deletions(-)
+
+commit 78481b32c0a14f0ee1c4baec4d5208b385be0b2e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 21 16:50:34 2021 -0700
+
+    [gsubgpos] Combine input/backtrack/lookahead unsafe-to-concat
+    
+    I feel like this is correct logic. Still have to prove.
+    
+    Errors unchanged at 10.
+
+ src/hb-ot-layout-gpos-table.hh |  2 +-
+ src/hb-ot-layout-gsub-table.hh | 15 ++++---
+ src/hb-ot-layout-gsubgpos.hh   | 93 +++++++++++++++++++++++-------------------
+ 3 files changed, 62 insertions(+), 48 deletions(-)
+
+commit 596bc7e939d927b4b211cdd847fbb1208789b999
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 20 12:02:47 2021 -0700
+
+    [unsafe-to-concat] Add to GPOS kerning
+
+ src/hb-ot-layout-gpos-table.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit e1cbd4539f392034899353f55daffa32e6d62c87
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 20 11:46:48 2021 -0700
+
+    [unsafe-to-concat] Add annotations to GPOS and kern
+    
+    Failures from 13 to 14.
+
+ src/hb-kern.hh                 |  4 +++-
+ src/hb-ot-layout-gpos-table.hh | 43 ++++++++++++++++++++++++++++++++++++------
+ 2 files changed, 40 insertions(+), 7 deletions(-)
+
+commit 36b1561715737ff6608bf2eb6c21b64348abb226
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 19 14:10:34 2021 -0700
+
+    Implement hb-shape --verify unsafe-to-concat flag
+    
+    15 tests failing. Those look like legit places that unsafe-to-concat
+    needs more implementation.
+
+ util/shape-options.hh | 198 +++++++++++++++++++++++++++++++++++++++++++++++---
+ 1 file changed, 189 insertions(+), 9 deletions(-)
+
+commit 3122c2cdc45a964efedad8953a2df67205c3e3a8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 4 19:50:33 2021 -0800
+
+    [buffer] Add HB_GLYPH_FLAG_UNSAFE_TO_CONCAT
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1463
+
+ src/hb-buffer.cc             | 10 +++---
+ src/hb-buffer.h              | 76 ++++++++++++++++++++++++++++++++++++--------
+ src/hb-buffer.hh             | 33 +++++++++++--------
+ src/hb-ot-layout-gsubgpos.hh | 39 ++++++++++++++++++++---
+ src/hb-ot-shape.cc           |  8 ++---
+ 5 files changed, 124 insertions(+), 42 deletions(-)
+
+commit a8b7f1880412c7f0c9ecdada0a4935011816c7dc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 21 07:38:33 2022 -0700
+
+    [cff] Initialize accelerator members
+
+ src/hb-ot-cff1-table.hh | 24 ++++++++++++------------
+ src/hb-ot-cff2-table.hh | 16 ++++++++--------
+ 2 files changed, 20 insertions(+), 20 deletions(-)
+
+commit cce37a6f10e0c7b06b5ead1223e92c85d88242c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 21 07:31:21 2022 -0700
+
+    [gpos] Fix conditional
+
+ src/hb-ot-layout-gpos-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 773cf4fdd30cf9d4b8a7139ce2992156dc86bc00
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 21 07:30:09 2022 -0700
+
+    [post] Initialize variables
+
+ src/hb-ot-post-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit cab943a015b1a3d4cd72f0c5dc4ff79e0aefa06f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 20 14:32:30 2022 -0700
+
+    One more fix
+
+ test/shape/data/in-house/tests/macos.tests | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 070e30e6daba74fe62ea486dc97cd01a79f90541
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 20 14:31:31 2022 -0700
+
+    Fix failing Mac test for previous commit
+
+ test/shape/data/in-house/tests/macos.tests | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 84aa1a836c1440e862f58f0d5a23363825b5ac66
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 20 13:18:19 2022 -0800
+
+    [PairPos] Split GPOS kerning to both sides (#3235)
+
+ src/hb-ot-layout-gpos-table.hh                     | 66 +++++++++++++++++++++-
+ test/shape/data/aots/Makefile.sources              |  3 -
+ test/shape/data/aots/tests/gpos2_2.tests           |  2 +-
+ .../data/in-house/tests/positioning-features.tests |  2 +-
+ 4 files changed, 66 insertions(+), 7 deletions(-)
+
+commit ae9fc7f53335a42fe109ced01238fdaf2fc49b90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 20 12:37:21 2022 -0700
+
+    Clean accelerators a bit more
+
+ src/hb-ot-color-colr-table.hh  | 12 ++++++------
+ src/hb-ot-layout-gdef-table.hh | 10 +++++-----
+ src/hb-ot-name-table.hh        |  2 --
+ src/hb-ot-post-table.hh        |  3 ---
+ src/hb-subset-plan.cc          |  4 +---
+ 5 files changed, 12 insertions(+), 19 deletions(-)
+
+commit 0ae66593987c54e2d8a03b2c2c49c76d0ba1a4bb
+Merge: 112cb9fe6 ac1bb3e39
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 20 11:28:59 2022 -0800
+
+    Merge pull request #3392 from harfbuzz/auto-accelerators
+    
+    Auto accelerators
+
+commit ac1bb3e39e4c0be675bd0f8a230bc75b57d22e98
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 20 11:47:17 2022 -0700
+
+    [machinery] Move accelerators to constructor/destructor
+
+ src/hb-machinery.hh              |  6 +++---
+ src/hb-ot-cff1-table.hh          | 10 ++++++----
+ src/hb-ot-cff2-table.hh          | 43 +++++++++++++++++++++++++---------------
+ src/hb-ot-cmap-table.hh          | 17 ++++++++--------
+ src/hb-ot-color-cbdt-table.hh    | 14 +++++++------
+ src/hb-ot-color-sbix-table.hh    |  9 ++++++---
+ src/hb-ot-color-svg-table.hh     |  8 +++++---
+ src/hb-ot-glyf-table.hh          | 15 +++++++-------
+ src/hb-ot-hmtx-table.hh          | 20 +++++++++----------
+ src/hb-ot-layout-gdef-table.hh   |  9 +++++----
+ src/hb-ot-layout-gpos-table.hh   |  4 +++-
+ src/hb-ot-layout-gsub-table.hh   |  4 +++-
+ src/hb-ot-layout-gsubgpos.hh     |  5 ++---
+ src/hb-ot-meta-table.hh          |  8 +++++---
+ src/hb-ot-name-table.hh          |  9 +++++----
+ src/hb-ot-post-table-v2subset.hh |  7 ++-----
+ src/hb-ot-post-table.hh          | 10 +++++++---
+ src/hb-ot-var-gvar-table.hh      |  8 +++++---
+ src/hb-subset-cff2.cc            |  8 ++------
+ src/hb-subset-plan.cc            | 22 ++++----------------
+ 20 files changed, 123 insertions(+), 113 deletions(-)
+
+commit 112cb9fe6927600018c61cd92577e01dbd8ed601
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jan 19 15:31:35 2022 -0800
+
+    [repacker] Fix missing initilization of obj in vertex_t.
+
+ src/hb-repacker.hh | 23 +++++------------------
+ 1 file changed, 5 insertions(+), 18 deletions(-)
+
+commit e062376ef1ce0e8e303eefd3bf449c20ba1f3607
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 19 17:09:34 2022 -0700
+
+    [machinery] Make accelerator lazy-loader call Xinit/Xfini
+    
+    Instead of init/fini. To isolate those functions. To be turned into
+    constructor/destructors, ideally one per commit (after some SFINAE
+    foo.)
+
+ src/hb-machinery.hh              |  6 +++---
+ src/hb-ot-cff1-table.hh          |  4 ++--
+ src/hb-ot-cff2-table.hh          | 28 ++++++++++++++--------------
+ src/hb-ot-cmap-table.hh          | 14 +++++++-------
+ src/hb-ot-color-cbdt-table.hh    |  4 ++--
+ src/hb-ot-color-sbix-table.hh    |  4 ++--
+ src/hb-ot-color-svg-table.hh     |  4 ++--
+ src/hb-ot-glyf-table.hh          |  8 ++++----
+ src/hb-ot-hmtx-table.hh          |  8 ++++----
+ src/hb-ot-layout-gdef-table.hh   |  4 ++--
+ src/hb-ot-layout-gsubgpos.hh     |  4 ++--
+ src/hb-ot-meta-table.hh          |  4 ++--
+ src/hb-ot-name-table.hh          |  4 ++--
+ src/hb-ot-post-table-v2subset.hh |  4 ++--
+ src/hb-ot-post-table.hh          |  4 ++--
+ src/hb-ot-var-gvar-table.hh      |  4 ++--
+ src/hb-subset-cff2.cc            |  4 ++--
+ src/hb-subset-plan.cc            | 16 ++++++++--------
+ 18 files changed, 64 insertions(+), 64 deletions(-)
+
+commit 1522015bb2d140f199359c4e7cfcf342b93894a7
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jan 19 23:13:50 2022 +0200
+
+    [test] Add --single-par to more places in hb-aots-tester [ci skip]
+
+ test/shape/data/aots/hb-aots-tester.cpp | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 2d12fc90a4b4d5b5ba847115c8ef76b16ec495ef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 19 14:01:20 2022 -0700
+
+    [ms-feature-ranges] Pass reference to cmp function
+
+ src/hb-ms-feature-ranges.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ac109c9353292bfa474f57efdb43f9e0f2f735f6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 19 12:11:58 2022 -0700
+
+    [ms-feature-ranges] Inline code in header file
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3387
+
+ src/Makefile.sources        |   1 -
+ src/harfbuzz.cc             |   1 -
+ src/hb-ms-feature-ranges.cc | 177 --------------------------------------------
+ src/hb-ms-feature-ranges.hh | 141 ++++++++++++++++++++++++++++++++++-
+ src/meson.build             |   1 -
+ 5 files changed, 137 insertions(+), 184 deletions(-)
+
+commit cfa00238e40cc3c8d1aac557539fd746bc70124b
+Merge: 7e160dc34 376738d41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 19 11:10:22 2022 -0800
+
+    Merge pull request #3386 from harfbuzz/unify-sorted-vector
+    
+    Unify sorted vector
+
+commit 376738d41104dc10d483c8eb135d1befd5b18855
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 19 11:46:21 2022 -0700
+
+    [coretext] Fix lsearch
+
+ src/hb-coretext.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 106388e7665984b545b2b47b0fac63ab2484a4f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 19 11:38:37 2022 -0700
+
+    [vector] Merge sorted-vector into vector
+    
+    Was easier than I thought!
+    
+    Let's see what the bot gods think...
+
+ src/hb-vector.hh | 58 +++++++++++---------------------------------------------
+ 1 file changed, 11 insertions(+), 47 deletions(-)
+
+commit 294d50ff353f77be2b2f0a560a2a876e4a80d094
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 19 11:32:14 2022 -0700
+
+    [vector] Add sorted template argument
+
+ src/hb-vector.hh | 24 ++++++++++++++++++++++--
+ 1 file changed, 22 insertions(+), 2 deletions(-)
+
+commit cd9799784cc6deb8829a3c54a9dee654379cc03e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 19 11:14:25 2022 -0700
+
+    [vector] Remove old find() method
+
+ src/hb-algs.hh   | 12 +++++++++---
+ src/hb-object.hh |  6 +++---
+ src/hb-vector.hh | 17 -----------------
+ 3 files changed, 12 insertions(+), 23 deletions(-)
+
+commit 849e40b4db814bc6fe5defa5b802cc534aab209a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 19 11:06:33 2022 -0700
+
+    [ms-feature-ranges] Use preferred vector search API
+
+ src/hb-ms-feature-ranges.cc | 2 +-
+ src/hb-ms-feature-ranges.hh | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 7e160dc347a77dc36a9bd9df6cb686eff8252f7c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 19 09:26:53 2022 -0700
+
+    [gpos] Fix unsafe-to-break of mark-attachment
+    
+    This was undetected because most of the time marks were in same
+    cluster of their base already.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3093
+
+ src/hb-ot-layout-gpos-table.hh                | 2 +-
+ test/shape/data/aots/tests/gpos4_simple.tests | 2 +-
+ test/shape/data/aots/tests/gpos5.tests        | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit c8195dbc01f0b36f39ac6f087ee6891b09e31594
+Merge: 17cd4457b 282642311
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 19 06:56:05 2022 -0800
+
+    Merge pull request #3365 from harfbuzz/gdef-fix
+    
+    GDEF fix
+
+commit 17cd4457b7e456f3c99582a71c92b47ad572cd2f
+Author: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
+Date:   Wed Jan 19 11:53:02 2022 +0100
+
+    meson: Enable big objects support when building for windows
+    
+    Fix cross compilation when targetting win64
+
+ meson.build | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 282642311f1710d1b4ea223de21090211de57765
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Wed Jul 8 14:39:31 2020 +0100
+
+    Test for #2140
+
+ test/shape/data/in-house/Makefile.sources                |   1 +
+ .../in-house/fonts/FallbackPlus-Javanese-no-GDEF.otf     | Bin 0 -> 4776 bytes
+ test/shape/data/in-house/meson.build                     |   1 +
+ test/shape/data/in-house/tests/glyph-props-no-gdef.tests |   1 +
+ 4 files changed, 3 insertions(+)
+
+commit fc5354c5e5e16105b46b7716065a9f1afac72e7b
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Wed Jul 8 14:16:00 2020 +0100
+
+    Add test for #2516
+
+ test/shape/data/in-house/Makefile.sources              |   1 +
+ .../data/in-house/fonts/NotoNastaliqUrdu-Regular.ttf   | Bin 0 -> 457312 bytes
+ test/shape/data/in-house/meson.build                   |   1 +
+ .../in-house/tests/nested-mark-filtering-sets.tests    |   4 ++++
+ 4 files changed, 6 insertions(+)
+
+commit 94ba4d5a440c599694b0db73ab8e9344d83cb9ef
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jan 18 16:35:30 2022 -0800
+
+    [subset] Fix bound check when setting overlap bit.
+    
+    length() shouldn't be used again as the end of instruction offset is already included in flags_offset.
+
+ src/hb-ot-glyf-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 10a20be397e47522f8d20f6247278a0770c5bf66
+Merge: daab4bf63 fe783ac09
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 18 13:46:35 2022 -0800
+
+    Merge pull request #3381 from harfbuzz/clean-vector-use
+    
+    Clean vector use
+
+commit fe783ac091b94ff6d0c9060fde229594b4e635e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 18 13:38:28 2022 -0700
+
+    [cff] Remove op_str_t nop init/fini
+
+ src/hb-cff-interp-common.hh | 3 ---
+ src/hb-subset-cff-common.hh | 3 ---
+ 2 files changed, 6 deletions(-)
+
+commit 8d24ac26623f5645783b8e36e39c9f5c635e0191
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 18 13:14:42 2022 -0700
+
+    [cff] Remove init/fini from number_t
+
+ src/hb-cff-interp-common.hh    | 7 +------
+ src/hb-cff-interp-cs-common.hh | 9 +--------
+ 2 files changed, 2 insertions(+), 14 deletions(-)
+
+commit 6ef83c2c31b4355f2eeee7d241e2c6bb52f6d6b3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 18 13:08:34 2022 -0700
+
+    [vector] Remove .fini_deep()
+
+ src/hb-cff-interp-common.hh | 4 ++--
+ src/hb-vector.hh            | 7 -------
+ 2 files changed, 2 insertions(+), 9 deletions(-)
+
+commit daab4bf63a6ce1a519173aee5ddfbf17318cf2b8
+Author: James Hilliard <james.hilliard1@gmail.com>
+Date:   Mon Jan 17 18:28:39 2022 -0700
+
+    [meson] add icu DEFS required for compilation
+    
+    In some cases we need to add additionl defs to build against icu if
+    icu has certain options configured.
+    
+    ICU warns about this when building:
+    
+    *** WARNING: You must set the following flags before code compiled against this ICU will function properly:
+    
+        -DU_DISABLE_RENAMING=1
+    
+    We can fetch these flags from the icu pkgconfig and add them if
+    required.
+    
+    This fixes symbol errors if ICU is built without renaming.
+
+ meson.build | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 4eb6e6ea16e0b4f6ac7271929849c3e8f52c8cc6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 18 12:07:05 2022 -0700
+
+    [cff] Remove some more fini_deep()
+
+ src/hb-ot-cff1-table.hh | 4 ++--
+ src/hb-ot-cff2-table.hh | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 29f60d1eaad663b8519930145e7f4c4d88429dce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 18 11:58:16 2022 -0700
+
+    [cff] Remove init/fini from blend_arg_t
+
+ src/hb-cff2-interp-cs.hh | 12 ------------
+ 1 file changed, 12 deletions(-)
+
+commit 213e3f09b11cd6fb67295ad758beffd490d62ed6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 18 09:39:46 2022 -0700
+
+    [vector] Add TODO Emplace?
+
+ src/hb-vector.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit f1dc8b087cf08970c6c96b0052ec46a10892cc66
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jan 18 10:29:04 2022 -0800
+
+    [subset-cff] Convert subr_closures_t to constructor/destructor instead of init/fini.
+
+ src/hb-subset-cff-common.hh | 50 ++++++++++++---------------------------------
+ 1 file changed, 13 insertions(+), 37 deletions(-)
+
+commit a48aa9850acf89a1ba36fa812195d6428f80b9a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 18 09:32:58 2022 -0700
+
+    [subset-cff] Remove another set of fini_deep
+
+ src/hb-subset-cff-common.hh | 30 ++++--------------------------
+ 1 file changed, 4 insertions(+), 26 deletions(-)
+
+commit 07474aa8c6f8a4d4bff92501e2e19143cfe8e91f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 18 09:29:43 2022 -0700
+
+    [subset-cff1] Remove a constructor/destructor pair
+
+ src/hb-subset-cff1.cc | 32 +++++---------------------------
+ 1 file changed, 5 insertions(+), 27 deletions(-)
+
+commit a1e9a276eb2dee1c1b0503072a0e6bbefc1dd62f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 18 09:27:32 2022 -0700
+
+    [subset-cff2] Drop an constructor/destructor pair
+
+ src/hb-subset-cff2.cc | 33 ++++++---------------------------
+ 1 file changed, 6 insertions(+), 27 deletions(-)
+
+commit 035f03346ddc673a3617822e45103d67a11cd62c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 18 09:26:30 2022 -0700
+
+    [str_buff_vec_t] Remove unused fini method
+
+ src/hb-ot-cff-common.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit de2cef42b4b6fba68d5b7baa53019af257ba2110
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 18 09:21:31 2022 -0700
+
+    [bimap] Remove init/fini
+
+ src/hb-bimap.hh             | 14 --------------
+ src/hb-ot-layout-common.hh  |  9 ---------
+ src/hb-ot-var-hvar-table.hh |  7 ++-----
+ src/hb-subset-cff-common.hh | 19 +------------------
+ src/hb-subset-cff1.cc       |  8 --------
+ src/hb-subset-cff2.cc       |  2 --
+ 6 files changed, 3 insertions(+), 56 deletions(-)
+
+commit c3dd21f11087f1e4cda82dcd6667cae508ca4543
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 18 09:11:08 2022 -0700
+
+    [cff] Remove unneeded init/fini
+
+ src/hb-subset-cff1.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 0b54f924160204e895ae832a1244a3d98e3b5252
+Merge: 92f179075 15cceff3d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 18 07:28:07 2022 -0800
+
+    Merge pull request #3376 from harfbuzz/auto-vector
+    
+    [vector] Automatic item allocation / destruction
+
+commit 15cceff3d779c0cfb6b4d613ec7b39e81c962c7d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 17 15:53:01 2022 -0700
+
+    [repacker] Replace fini_deep() with fini()
+    
+    Vector calls destructor now.
+
+ src/hb-repacker.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 1198fb24686d1ea268f9923d3238fe6c2afb2d97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 16 06:29:35 2022 -0700
+
+    [vector] Adjust construction criteria
+
+ src/hb-vector.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit c58bfa35fb9d6d8bebad94c2c6e24eaf18d5d1d5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 15 18:06:03 2022 -0700
+
+    [vector] Move semantics in vector remove()
+
+ src/hb-vector.hh | 23 +++++++++++++++++++----
+ 1 file changed, 19 insertions(+), 4 deletions(-)
+
+commit 5946e945d515bed8579caaac7fb79ee540fb22e8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 15 18:00:18 2022 -0700
+
+    [vector] Destruct in pop()
+
+ src/hb-vector.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 7171917b52880728b513168d946196331b7707d1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 15 17:16:40 2022 -0700
+
+    [vector] Construct items when enlarging
+
+ src/hb-vector.hh | 23 +++++++++++++++++++++--
+ 1 file changed, 21 insertions(+), 2 deletions(-)
+
+commit 813eaba6ea23544eea6bc6efcedada817b9c0b10
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 14 13:09:21 2022 -0700
+
+    [vector] Start adding destruction
+    
+    Now we need to remove manual destruction, ouch!
+
+ src/hb-vector.hh | 34 ++++++++++++++++++++++++++--------
+ 1 file changed, 26 insertions(+), 8 deletions(-)
+
+commit 65a22836f833c9ec0e5a3d11f3e5b9a2befaea54
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 14 12:55:48 2022 -0700
+
+    [vector] Add XXX markers for remaining places that need work
+
+ src/hb-vector.hh | 15 ++++++++++++---
+ 1 file changed, 12 insertions(+), 3 deletions(-)
+
+commit 92f179075fc264c9d999c6316193b8ac3e76746c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 16 07:51:35 2022 -0700
+
+    Make hb_coerce static inline
+    
+    That's the pattern we follow.
+    
+    https://github.com/harfbuzz/harfbuzz/commit/985b63b3eeee5be1f5234fc7f13077eacf5e5b94#commitcomment-63973544
+
+ src/hb-algs.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 19793f333b14208daecc911f4f6979ff7d393391
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 16 07:49:40 2022 -0700
+
+    Better try at previous commit
+    
+    https://github.com/harfbuzz/harfbuzz/commit/985b63b3eeee5be1f5234fc7f13077eacf5e5b94#commitcomment-63973544
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1173ed1f7f401b0f21bacc0f35c4a18f6947a99d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 16 07:48:02 2022 -0700
+
+    Try fix Mac build
+    
+    https://github.com/harfbuzz/harfbuzz/commit/985b63b3eeee5be1f5234fc7f13077eacf5e5b94#commitcomment-63973544
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c0f57ccc88b56c023bbb683449bb6627b697ccc2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 16 06:59:24 2022 -0700
+
+    [algs] Add default-construtor to hb_pair_t
+
+ src/hb-algs.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit e2e305066a09b67670fff460d920d4a8aae81389
+Author: luz paz <luzpaz@users.noreply.github.com>
+Date:   Sun Jan 16 07:00:53 2022 -0500
+
+    Fix various typos
+    
+    Found via `codespell -q 3 -S ./perf/texts -L actualy,ba,beng,fo,gir,inout,nd,ot,pres,ro,te,teh,timne`
+
+ NEWS                                              |  6 +++---
+ RELEASING.md                                      |  2 +-
+ docs/Makefile.am                                  |  2 +-
+ docs/repacker.md                                  | 12 ++++++------
+ docs/usermanual-integration.xml                   |  4 ++--
+ src/gen-os2-unicode-ranges.py                     |  2 +-
+ src/hb-aat-layout-just-table.hh                   |  2 +-
+ src/hb-array.hh                                   |  2 +-
+ src/hb-cff2-interp-cs.hh                          |  2 +-
+ src/hb-draw.h                                     |  2 +-
+ src/hb-ot-color.cc                                |  2 +-
+ src/hb-ot-layout-common.hh                        |  2 +-
+ src/hb-ot-shape-complex-hangul.cc                 |  2 +-
+ src/hb-ot-shape.cc                                |  2 +-
+ src/hb-ot-var-gvar-table.hh                       |  2 +-
+ src/hb-ot-var.h                                   |  2 +-
+ src/hb-repacker.hh                                |  2 +-
+ src/hb-serialize.hh                               |  4 ++--
+ src/ms-use/IndicPositionalCategory-Additional.txt | 12 ++++++------
+ test/api/test-ot-math.c                           |  2 +-
+ test/fuzzing/hb-set-fuzzer.cc                     |  2 +-
+ util/ansi-print.hh                                |  2 +-
+ util/hb-subset.cc                                 |  2 +-
+ 23 files changed, 37 insertions(+), 37 deletions(-)
+
+commit 589bea15b790f36ec12c8f463ea1c333b6155958
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 15 17:55:10 2022 -0700
+
+    Fix previous commit
+
+ src/hb-common.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b97e4f7084e3f2c3eea64163188da97734bbedef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 15 17:47:51 2022 -0700
+
+    Further adjust setlocale
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3375#issuecomment-1013783496
+
+ src/hb-common.cc | 17 +++++++++--------
+ 1 file changed, 9 insertions(+), 8 deletions(-)
+
+commit 63affc4eaea73a70667f346926a3a289c35773c5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 13 16:05:42 2022 -0700
+
+    [vector] Move semantics when resizing
+
+ src/hb-ot-color-cbdt-table.hh | 10 ++++++++++
+ src/hb-vector.hh              | 30 +++++++++++++++++++++++++++++-
+ src/test-vector.cc            | 14 ++++++++++++++
+ 3 files changed, 53 insertions(+), 1 deletion(-)
+
+commit 1c50106608cfa205fafa41e80c7f747e2e5b0730
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 15 13:08:21 2022 -0700
+
+    [meta] Include <memory>, for addressof
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3375
+
+ src/hb-meta.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 71e6f742a8159640fff6b9ddee0fd34f277ce0e2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 13 16:19:44 2022 -0700
+
+    [meta] Remove unused hb_ref()
+
+ src/hb-meta.hh | 10 ----------
+ 1 file changed, 10 deletions(-)
+
+commit e30511a8de700224a22163cf6f0c29e18aaeb4fb
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jan 14 16:20:31 2022 -0800
+
+    [map] Correct previous commit, if (...) was reversed.
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ff4e8c7eac26f3183cb88a37dadb578362d44405
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jan 14 16:20:31 2022 -0800
+
+    [map] Fix bad memory access if hb_map.fini() was called twice.
+
+ src/hb-map.hh   | 12 +++++++-----
+ src/test-map.cc |  8 ++++++++
+ 2 files changed, 15 insertions(+), 5 deletions(-)
+
+commit 8a69e0063936764cbd149985e0b57e1dc35935c2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 13 16:17:34 2022 -0700
+
+    [meta] Use std::addressof() instead of hb_addressof()
+
+ src/hb-algs.hh                    |  2 +-
+ src/hb-iter.hh                    |  2 +-
+ src/hb-map.hh                     |  4 ++--
+ src/hb-meta.hh                    | 20 ++------------------
+ src/hb-ot-cmap-table.hh           |  2 +-
+ src/hb-ot-color-colrv1-closure.hh |  2 +-
+ src/hb-ot-name-table.hh           |  2 +-
+ src/hb-serialize.hh               | 10 +++++-----
+ 8 files changed, 14 insertions(+), 30 deletions(-)
+
+commit b7b0a15f7eb8e753e6434c1fee66c2a2f75ea1bb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 13 15:33:27 2022 -0700
+
+    [meta] Remove hb_add_const
+
+ src/hb-iter.hh | 2 +-
+ src/hb-meta.hh | 1 -
+ 2 files changed, 1 insertion(+), 2 deletions(-)
+
+commit 3b2e604237d5c818dc9b24158e18bc556c566dce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 13 15:32:46 2022 -0700
+
+    [meta] Use std::is_const instead of hb_is_const
+
+ src/hb-meta.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 909dde9df1b93a508258461ff8e00c5f6604f07b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 13 15:30:10 2022 -0700
+
+    [meta] Use std::is_reference instead of hb_is_reference
+
+ src/hb-iter.hh | 2 +-
+ src/hb-meta.hh | 5 +++--
+ 2 files changed, 4 insertions(+), 3 deletions(-)
+
+commit 47afb3ef04c97628d36a129e744b82303b1ca52a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 13 15:26:07 2022 -0700
+
+    [meta] Replace hb_is_pointer with std::is_pointer
+
+ src/hb-algs.hh | 2 +-
+ src/hb-map.hh  | 4 ++--
+ src/hb-meta.hh | 1 -
+ 3 files changed, 3 insertions(+), 4 deletions(-)
+
+commit 956e0a4d13c349ccaf64dd130211909fadc43637
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 13 15:06:58 2022 -0700
+
+    [map] Destruct objects
+
+ src/hb-map.hh   | 11 ++++++++---
+ src/test-map.cc |  2 --
+ 2 files changed, 8 insertions(+), 5 deletions(-)
+
+commit 726b1a8b2d0ce980e51dc7404c49906b44e73076
+Author: Jussi Pakkanen <jpakkane@gmail.com>
+Date:   Thu Jan 13 18:30:52 2022 +0200
+
+    Convert fallback kwargs to [provide] entries.
+
+ meson.build                | 11 ++++-------
+ subprojects/cairo.wrap     |  3 +++
+ subprojects/freetype2.wrap |  3 +++
+ subprojects/glib.wrap      |  4 ++++
+ 4 files changed, 14 insertions(+), 7 deletions(-)
+
+commit bc0a5fdf43c7932c9ca39fa64a5cd405ebb43da5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 13 13:34:22 2022 -0700
+
+    [test-map] Add disabled tests with std::string
+
+ src/test-map.cc | 21 +++++++++++++++++++++
+ 1 file changed, 21 insertions(+)
+
+commit 985b63b3eeee5be1f5234fc7f13077eacf5e5b94
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 13 13:33:07 2022 -0700
+
+    [map] Allow invalid items to be pointer to static object
+    
+    By derefencing them when necessary.
+    
+    Also, we do not rely on trivially-copyable, so remove that assertion.
+
+ src/hb-algs.hh |  7 +++++--
+ src/hb-map.hh  | 28 +++++++++++++---------------
+ 2 files changed, 18 insertions(+), 17 deletions(-)
+
+commit 98b26eedf5578b66f4ca1c173443942af831f195
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 13 13:12:10 2022 -0700
+
+    [check-static-inits] Only check library object files
+
+ src/check-static-inits.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1e27f95dc1e8c35c9b2acd60a3460d8c6f8edf31
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 13 13:10:47 2022 -0700
+
+    [algs] Add hb_coerce()
+
+ src/hb-algs.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 5a91db113507fa465f320438f1c68ca22bc0a2cd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 13 12:44:48 2022 -0700
+
+    [map] Remove constexpr invalid items
+    
+    These were non-workable in the general case, eg std::string.
+
+ src/hb-map.hh                | 3 ---
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 2 files changed, 1 insertion(+), 4 deletions(-)
+
+commit 114046dc27795514189f4af4e65be50238f3ca8e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 13 12:38:26 2022 -0700
+
+    [map] Construct objects
+
+ src/hb-map.hh | 9 ++++++++-
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+commit b15e497d4de5b04537217117137f7756dc535c2f
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Jan 13 14:10:23 2022 -0500
+
+    Fix the docs build
+    
+    This was inadvertendly broken in f956ecdbaffbb8643.
+    Sorry
+
+ docs/usermanual-object-model.xml | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit ca4f56bdc746d3d23f46898bd83c1b2c3d8250a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 13 11:48:34 2022 -0700
+
+    [map] Massage some more
+    
+    Towards being able to store arbitrary types.
+
+ src/hb-map.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit cfe2b66114fdbc2b61566bdc086ce41286a78aec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 13 11:42:48 2022 -0700
+
+    [algs] Fix hash chaining to std::hash()
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 87496bf63ea7644733cdcc08f330a522597509a1
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jan 13 11:03:45 2022 -0800
+
+    [subset] fix fuzzer timeout if visisted_paint goes into error.
+
+ src/hb-ot-color-colr-table.hh                             |   2 +-
+ ...z-testcase-minimized-hb-subset-fuzzer-4979711393005568 | Bin 0 -> 349 bytes
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 4ced2e8a8ad224f9a4abcc418632600af1194c11
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Jan 13 09:05:04 2022 -0500
+
+    docs: Add some details
+    
+    Mention immutability in the object model section.
+
+ docs/usermanual-object-model.xml | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit bb330c6aa6d56e29d08a3d6358aec70561defa49
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Jan 13 08:57:56 2022 -0500
+
+    docs: Fix a typo
+
+ docs/usermanual-object-model.xml | 42 ++++++++++++++++++++--------------------
+ 1 file changed, 21 insertions(+), 21 deletions(-)
+
+commit 16cfe34ae85c90754f5171428e4709ff784f8139
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 13 11:01:22 2022 -0700
+
+    [git.mk] Update
+
+ git.mk | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 0acf466c44143de2e9b9cc0375cb25ec67cb132f
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jan 13 01:29:22 2022 +0200
+
+    [doc] Fix hb_font_set_synthetic_slant param name
+
+ src/hb-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fa12f1ae25014a8da9f1b8bef871f60460e27a6b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 12 15:08:34 2022 -0700
+
+    Rename method
+
+ src/hb-ot-layout-gsubgpos.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 9408e0d6d1a046fc6175eeca833852e86deb5d17
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 12 15:07:34 2022 -0700
+
+    Rename variable
+
+ src/hb-ot-layout-gsubgpos.hh | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 96c969c82046560859df5cdebddb91d0488c6919
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 12 15:06:40 2022 -0700
+
+    Preserve glyph props
+
+ src/hb-ot-layout-gsubgpos.hh | 11 +++++++++--
+ 1 file changed, 9 insertions(+), 2 deletions(-)
+
+commit 0b2c514fb48b26e2c8fc915b3702ba1b2c8b2b5e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 12 11:20:58 2022 -0700
+
+    More macro cleanup
+
+ src/hb-ot-shape-complex-arabic-win1256.hh | 24 +++++++++++++++++-------
+ 1 file changed, 17 insertions(+), 7 deletions(-)
+
+commit 0a42f46ce974bcc01b935f400ee2cdd9e3363e30
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 12 11:16:02 2022 -0700
+
+    Fix compiler warning
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3364
+
+ src/hb-ot-shape-complex-arabic-win1256.hh | 16 ++++++++++++++++
+ 1 file changed, 16 insertions(+)
+
+commit 72f0b24ee3b138bc955430c5a7d71de669b219f0
+Author: Matthias Clasen <matthias.clasen@gmail.com>
+Date:   Wed Jan 12 13:08:02 2022 -0500
+
+    docs: Clarify variation apis (#3363)
+    
+    Make it explicit that the variations setters
+    replace all existing variations, even if
+    not all axes are included in the provided
+    values.
+    
+    Co-authored-by: Matthias Clasen <mclasen@redhat.com>
+
+ src/hb-font.cc | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit befe3b5d5ac4a88ffb880ca16ad1f3fbb225ae28
+Author: Matthias Clasen <matthias.clasen@gmail.com>
+Date:   Wed Jan 12 13:07:25 2022 -0500
+
+    color: Document empty returns (#3362)
+    
+    Document that the SVG and PNG getters return
+    the singleton empty blob if the glyph has no
+    color.
+    
+    Fixes: #1413
+    
+    Co-authored-by: Matthias Clasen <mclasen@redhat.com>
+
+ src/hb-ot-color.cc | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit 13643934aa9c957831ae76dfad3a2a00ee85c42a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 12 10:54:28 2022 -0700
+
+    Clean up HB_NO_SETLOCALE
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3358#pullrequestreview-850500143
+
+ src/hb-common.cc | 47 +++++++++++++++++++++++++++--------------------
+ 1 file changed, 27 insertions(+), 20 deletions(-)
+
+commit 53847dba92d59b0c457bd1b468751d20cbbe105b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 10 15:04:47 2022 -0700
+
+    [algs] Call std::hash from hb_hash()
+
+ src/hb-algs.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 74811c501d7876dc72d1ee821c1ce26cdaa0750e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 10 14:57:38 2022 -0700
+
+    [map] Map == / != use correct types
+
+ src/hb-map.hh | 26 +++++++++++++++++++++-----
+ 1 file changed, 21 insertions(+), 5 deletions(-)
+
+commit b8c2c1ab3778755a23ea449ba334959693388687
+Author: Timo Suoranta <tksuoran@gmail.com>
+Date:   Tue Jan 11 13:14:44 2022 +0100
+
+    Use freetype from CMake target when present (#3361)
+    
+    Add check for Freetype CMake target. If it is found:
+    - enable HB_HAVE_FREETYPE option
+    - add HAVE_FREETYPE=1 define
+    - bypass finding Freetype as cmake package
+    - add Freetype CMake target as dependency to harfbuzz
+
+ CMakeLists.txt | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+commit ce7f19a2ccb04181b015005f9aa12381da606c63
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 10 14:40:27 2022 -0700
+
+    Revert "[map] Actually use k/v invalid types for declaration!"
+    
+    This reverts commit 6f559346ac70fd188cb22d41f4b03ec227feee25.
+    
+    Err. My bad.
+
+ src/hb-map.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 6f559346ac70fd188cb22d41f4b03ec227feee25
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 10 14:29:36 2022 -0700
+
+    [map] Actually use k/v invalid types for declaration!
+
+ src/hb-map.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a45a630539edb1d8554608e76a7a03160ecbd3a8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 8 15:47:33 2022 -0800
+
+    Fix unintentional locale dependency (#3358)
+    
+    Avoid unintentional locale dependency
+    
+    hb_variation_to_string uses sprintf with %g, which will produce
+    a locale-dependent decimal point, which is not desired here.
+    
+    The output is supposed to be compatible with CSS syntax, and
+    that always uses '.' for the decimal point.
+    
+    Fix this by changing the per-thread locale to "C" around sprintf call.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3355
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/3357
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/3358
+    
+    Co-authored-by: Matthias Clasen <mclasen@redhat.com>
+
+ configure.ac     |  4 ++--
+ meson.build      |  3 +++
+ src/hb-common.cc | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
+ 3 files changed, 66 insertions(+), 5 deletions(-)
+
+commit d70825a6d18a4240876a75f107ef566f61bddf58
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Jan 2 11:28:28 2022 -0500
+
+    docs: Add some details about coordinates
+    
+    Mention what the effective values are when
+    coordinates have not been set.
+
+ src/hb-font.cc | 29 ++++++++++++++++++-----------
+ 1 file changed, 18 insertions(+), 11 deletions(-)
+
+commit 0a5c1c970581fb8639d45a6f5a12443af89b7e12
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 4 14:18:38 2022 -0700
+
+    [failing-alloc] Make it compile as C++ as well
+
+ src/failing-alloc.c | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit bea5369c6d8f138c1d3113a1b60e1c6ea097a6e3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 4 10:52:05 2022 -0700
+
+    [buffer] Rename swap_buffers() to sync()
+
+ src/gen-vowel-constraints.py                 | 2 +-
+ src/hb-aat-layout-common.hh                  | 2 +-
+ src/hb-buffer.cc                             | 6 +++---
+ src/hb-buffer.hh                             | 2 +-
+ src/hb-ot-layout.cc                          | 2 +-
+ src/hb-ot-shape-complex-hangul.cc            | 2 +-
+ src/hb-ot-shape-complex-syllabic.cc          | 2 +-
+ src/hb-ot-shape-complex-thai.cc              | 2 +-
+ src/hb-ot-shape-complex-vowel-constraints.cc | 2 +-
+ src/hb-ot-shape-normalize.cc                 | 4 ++--
+ src/hb-ot-shape.cc                           | 2 +-
+ 11 files changed, 14 insertions(+), 14 deletions(-)
+
+commit c5e5d5e0bcdeb9256b445fe6378bd503083d5204
+Merge: 165a6073f d1e7df5c3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 4 07:33:59 2022 -0700
+
+    Merge pull request #3353 from harfbuzz/buffer-create-similar
+    
+    Add `hb_buffer_create_similar()`; use it in util
+
+commit d1e7df5c3f214b0f199fc2aff3e5645281fc5caa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 4 07:32:04 2022 -0700
+
+    [buffer] Add enter()/leave() pair around shape()
+
+ src/hb-buffer.cc   | 27 +++++++++++++++++++++++++++
+ src/hb-buffer.hh   | 13 +++++++++++--
+ src/hb-ot-shape.cc | 19 ++-----------------
+ 3 files changed, 40 insertions(+), 19 deletions(-)
+
+commit 43be5ba442548528c89ad31c0927cc68515b736e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 4 07:26:53 2022 -0700
+
+    [buffer] Group shape-related members together
+
+ src/hb-buffer.cc    |  5 ++---
+ src/hb-buffer.hh    | 14 ++++++--------
+ src/hb-ot-layout.hh |  5 ++---
+ src/hb-ot-shape.cc  |  2 ++
+ 4 files changed, 12 insertions(+), 14 deletions(-)
+
+commit 52f5711ed0354b0c5d396255886f03048997bbd9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 3 11:57:42 2022 -0700
+
+    [buffer] Add hb_buffer_create_similar()
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1555
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-buffer.cc           | 73 ++++++++++++++++++++++++++++++++++------------
+ src/hb-buffer.h            | 12 ++++++--
+ src/hb-buffer.hh           |  1 +
+ util/shape-options.hh      | 13 ++-------
+ 5 files changed, 68 insertions(+), 32 deletions(-)
+
+commit f643b81ffc4d4dd6a100f83ff7bc618dfb7f5b69
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 3 11:45:31 2022 -0700
+
+    [buffer] Clean up internal state bookkeeping
+    
+    hb_buffer_reset() was NOT resetting cluster_level. Ouch! Fix that.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1555
+
+ src/hb-buffer.cc | 15 ++++++++-------
+ src/hb-buffer.hh | 25 ++++++++++++++++++-------
+ 2 files changed, 26 insertions(+), 14 deletions(-)
+
+commit d0c3515ce423f689123f96111b105e7e4141a6b9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 3 11:26:41 2022 -0700
+
+    [util] Copy unicode_funcs in copy_buffer_properties()
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1555
+
+ util/shape-options.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 34f5b855aa39cc5ac59fb7cd3e9e3a48507e1a08
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 3 11:25:06 2022 -0700
+
+    [util] Simplify copy_buffer_properties()
+    
+    Now that hb_buffer_append() overlays segment_properties we can do this.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1555
+
+ util/shape-options.hh | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 101d07efd9a11b1f215b913205d2560ee0df9135
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 3 11:24:07 2022 -0700
+
+    [util] Move copy_buffer_properties() out of loop
+    
+    Now that hb_buffer_append() overlays properties, we can do this.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1555
+
+ util/shape-options.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 36e9f467a43d18f5b040e2bd47c87f271916a73f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 3 11:23:14 2022 -0700
+
+    [buffer] Overlay segment-properties in hb_buffer_append()
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1555
+
+ src/hb-buffer.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 6a66992842dea6e3ad9c717a3fa047341ab50af6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 3 11:21:29 2022 -0700
+
+    Add hb_segment_properties_overlay()
+    
+    New API:
+    + hb_segment_properties_overlay()
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-buffer.cc           | 39 +++++++++++++++++++++++++++++++++++++++
+ src/hb-buffer.h            |  3 +++
+ 3 files changed, 43 insertions(+)
+
+commit 165a6073faf347bb2d622472f1f104b7865398e5
+Merge: a3265e1e0 3fc2e654c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 2 12:02:20 2022 -0700
+
+    Merge pull request #3338 from harfbuzz/slant
+    
+    [font] Add public API for synthetic slant
+
+commit 3fc2e654c0eca9566b184fd64c682114f99b2093
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 2 11:56:45 2022 -0700
+
+    [metrics] Fix slant calc
+
+ src/hb-ot-metrics.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a7751277e9e8982093928e762ac9eecc42820444
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 2 11:50:02 2022 -0700
+
+    [docs] Add hb_font_[gs]et_synthetic_slant()
+
+ docs/harfbuzz-sections.txt |  2 ++
+ src/hb-font.cc             | 14 ++++++++++----
+ 2 files changed, 12 insertions(+), 4 deletions(-)
+
+commit 4ab94443bbe80a354daa2d94e496c13f096501ad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 2 11:26:45 2022 -0700
+
+    [metrics] Ouch. Fix slant code
+
+ src/hb-ot-metrics.cc | 27 ++++++++++++++++++++++-----
+ 1 file changed, 22 insertions(+), 5 deletions(-)
+
+commit f7d49d9c2b9899f9caeeff766714631918129d2c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 2 11:16:33 2022 -0700
+
+    [metrics] Simplify
+
+ src/hb-ot-metrics.cc | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit f1ba1f940f407efd192cb2d6bd4b7eee20aedf96
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 2 10:58:25 2022 -0700
+
+    [metrics] Only scale caret rise/run if font is slanted
+
+ src/hb-ot-metrics.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 45c2b6e384e3359a54f40e4b02df9fffe27b0def
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 2 10:55:11 2022 -0700
+
+    [metrics] Harden math
+
+ src/hb-ot-metrics.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fa008a021fbd3c432499ac9316fa75a7f5a4ea02
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 2 10:46:38 2022 -0700
+
+    [metrics] Implement synthetic slant for caret slope
+    
+    Part of https://github.com/harfbuzz/harfbuzz/pull/3338
+
+ src/hb-ot-metrics.cc | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+commit fc329f665fab56c2983ababf2ebc71088b2ecfcc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 2 10:41:41 2022 -0700
+
+    [metrics] Scale up horizontal caret rise/run
+    
+    Eg. if rise/run are 1/0, we now return upem/0. This is equivalent.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/pull/3338
+
+ src/hb-ot-metrics.cc | 15 +++++++++++++--
+ 1 file changed, 13 insertions(+), 2 deletions(-)
+
+commit a3265e1e07f8d00e5dbd5ae89e0b500b1469575a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 2 10:02:41 2022 -0700
+
+    Typo
+
+ docs/harfbuzz-sections.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0df83f52a126aa1c89e4dd8478f3a535805bd6ac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 2 08:01:11 2022 -0700
+
+    Fix test
+
+ src/gen-def.py | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 6356da88ee4b0926b4fb2bc3b70352633124d05f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 2 07:55:56 2022 -0700
+
+    [docs] Update
+
+ docs/harfbuzz-sections.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 5b87c30d6b192092008e578fb5f3148fb96ab09a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 2 07:53:45 2022 -0700
+
+    [font] Mark hb_font_get_var_coords_design() non-experimental
+    
+    Any remaining issue with the API will address later by deprecating it.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1865
+
+ src/hb-font.cc | 4 +---
+ src/hb-font.h  | 2 --
+ 2 files changed, 1 insertion(+), 5 deletions(-)
+
+commit 2d42fc9fbb9ddb7c9bd53b06a7ef70ef6f459399
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 2 07:45:10 2022 -0700
+
+    [font] Load named-instance if face index top bits are set
+    
+    This matches FreeType behavior.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3348
+
+ src/hb-face.cc |  4 ++++
+ src/hb-font.cc | 10 ++++++++++
+ 2 files changed, 14 insertions(+)
+
+commit da7dba0002616eab73b7dd1621274992ce6eb2aa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 1 11:20:20 2022 -0700
+
+    [face] Clarify face_index handling
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3347
+
+ src/hb-face.cc | 19 +++++++++++++------
+ 1 file changed, 13 insertions(+), 6 deletions(-)
+
+commit 6da4b80e5f303bf40c295c4888ba3dc48bd28f4b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 22 21:51:03 2021 -0700
+
+    [hb-ot-var] Specify normalized 2.14 docs
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3345
+
+ src/hb-ot-var.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 1b51be57dcd3f964ab7503b5261294e673892991
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 22 21:43:48 2021 -0700
+
+    [hb-ot-var] Actually set in/out argument
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/3344
+
+ src/hb-ot-var-fvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 06ee40213cb98fe1589c1712d80380c19d2bbc50
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 21 14:14:09 2021 -0700
+
+    Use invisible-glyph for spaces if font has no ASCII space
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3340
+    
+    Should add tests ideally.
+
+ src/hb-ot-shape-fallback.cc  | 9 +++++++++
+ src/hb-ot-shape-normalize.cc | 3 ++-
+ 2 files changed, 11 insertions(+), 1 deletion(-)
+
+commit 602bd39680e6c337309516d6b5086834a35a7609
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 19 21:40:25 2021 -0800
+
+    [style] Adjust font slant angle for synthetic slant value
+    
+    Part of https://github.com/harfbuzz/harfbuzz/pull/3338
+
+ src/hb-style.cc | 15 +++++++++++----
+ 1 file changed, 11 insertions(+), 4 deletions(-)
+
+commit ff697debd8e55d8858a2f199ae06f7a9f33a5991
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 19 07:25:37 2021 -0700
+
+    [GPOS] Apply font synthetic slant
+    
+    Part of fixing https://github.com/harfbuzz/harfbuzz/issues/3196
+
+ src/hb-font.cc                 |  1 +
+ src/hb-font.hh                 |  2 ++
+ src/hb-ot-layout-gpos-table.hh | 11 +++++++++--
+ 3 files changed, 12 insertions(+), 2 deletions(-)
+
+commit 810f5d71c71ab59f4b1257e18b81551de49f3ee5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 18 15:12:26 2021 -0700
+
+    [font] Add public API for slant
+    
+    Not hooked up internally to anything.
+    
+    New API:
+    
+    + hb_font_set_synthetic_slant()
+    + hb_font_get_synthetic_slant()
+    
+    Part of fixing https://github.com/harfbuzz/harfbuzz/issues/3196
+
+ src/hb-font.cc | 41 ++++++++++++++++++++++++++++++++++++++++-
+ src/hb-font.h  |  6 ++++++
+ src/hb-font.hh |  1 +
+ 3 files changed, 47 insertions(+), 1 deletion(-)
+
+commit 067f90a82087a5feb1cf76625c54c60a10946fe1
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Dec 14 16:24:38 2021 -0800
+
+    [subset] Fix for fuzzer timeout.
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5549945449480192
+    
+    In prune_langsys: move LangSys visited check up before any work is done for a LangSys. In this particular case the compare() method is responsible for the majority of the time spent and wasn't being guarded with a visisted check.
+
+ src/hb-ot-layout-common.hh                             |  10 +++++++---
+ ...estcase-minimized-hb-subset-fuzzer-5549945449480192 | Bin 0 -> 562733 bytes
+ 2 files changed, 7 insertions(+), 3 deletions(-)
+
+commit c4573c2ec793dc9a124654f0d0d349df7787fa45
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Dec 14 14:49:15 2021 -0800
+
+    [repacker] don't infinite loop if visited or roots is in error.
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5205038086094848
+
+ src/hb-repacker.hh                                     |   7 +++++++
+ ...estcase-minimized-hb-subset-fuzzer-5205038086094848 | Bin 0 -> 129192 bytes
+ 2 files changed, 7 insertions(+)
+
+commit 449c4296a11a8b3d3882d4a4d6705281f5ff52e5
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Dec 12 07:50:06 2021 +0200
+
+    [ci] Try harder to fix this randomly failing job
+    
+    The default --num-processes is the number of CPUs multiplied by 5,
+    which seems to give this VM a hard-time. Even the number of CPUs is too
+    much, so lets use half of that (I’m adding one just in case the division
+    gives zero).
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 52a33a15a409550fdc6496cfcb16168b371e2aaf
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Dec 12 07:43:58 2021 +0200
+
+    [ci] Try to fix the randomly failing valgrind job
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit be91d2917d9860326cb5fd1d03ffe1042a72f6d3
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Dec 12 04:45:54 2021 +0200
+
+    3.2.0
+
+ NEWS             | 16 ++++++++++++++++
+ configure.ac     |  2 +-
+ meson.build      |  2 +-
+ src/hb-version.h |  6 +++---
+ 4 files changed, 21 insertions(+), 5 deletions(-)
+
+commit 77507a1d8d872d8cd4f62b807e933cd3e2cdb110
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Dec 10 14:10:04 2021 -0800
+
+    [subset] Don't double count visit lookups in closure_lookups
+    
+    Each recursed lookup was getting counted once in closure_lookups() and then again in hb_closure_lookups_context_t::recurse.
+
+ src/hb-ot-layout-gsubgpos.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit d67025705f0c4993cdd756bc47d942e14ceed0a1
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Dec 10 13:52:05 2021 -0800
+
+    [subset] reset the visited lookup count before each closure iteration.
+
+ src/hb-ot-layout-gsubgpos.hh | 3 +++
+ src/hb-ot-layout.cc          | 1 +
+ 2 files changed, 4 insertions(+)
+
+commit 23159084b43c1ce429d9e98035bf845919fd8a89
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 10 15:00:16 2021 -0700
+
+    [morx] Reverse graphemese, not whole buffer
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3314
+    Supersedes https://github.com/harfbuzz/harfbuzz/pull/3315
+
+ src/hb-aat-layout-morx-table.hh            |  4 ++--
+ src/hb-ot-layout.hh                        |  6 ++++++
+ src/hb-ot-shape.cc                         | 15 +--------------
+ test/shape/data/in-house/tests/macos.tests |  3 +++
+ 4 files changed, 12 insertions(+), 16 deletions(-)
+
+commit 5b995526f7d0d1e688f68005b410a93cf1685544
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 10 14:59:56 2021 -0700
+
+    [buffer] Fix reverse_group() to reverse() at the end
+
+ src/hb-buffer.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 21c4fc1011854547edf564573fdbec4687e76e04
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 10 13:02:43 2021 -0700
+
+    [buffer] Add optional merge_clusters arg to reverse_groups()
+
+ src/hb-buffer.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit e949e512181d04da1add14f6133a6d68f7a60fc2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 10 12:58:27 2021 -0700
+
+    [ot-layout] Port foreach_grapheme to buffer foreach_group
+
+ src/hb-ot-layout.hh | 22 ++++++----------------
+ 1 file changed, 6 insertions(+), 16 deletions(-)
+
+commit eb96e69d18aa45a623c05bf69e562b3918724f6f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 10 12:55:29 2021 -0700
+
+    [buffer] Add foreach_group()
+
+ src/hb-buffer.hh | 40 ++++++++++++++++++++--------------------
+ 1 file changed, 20 insertions(+), 20 deletions(-)
+
+commit 1b78e04c78338266c200226bccb21188355046ca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 10 12:45:43 2021 -0700
+
+    [buffer] Add ::reverse_groups()
+
+ src/hb-buffer.cc | 23 -----------------------
+ src/hb-buffer.hh | 26 +++++++++++++++++++++++++-
+ 2 files changed, 25 insertions(+), 24 deletions(-)
+
+commit 4cd96e73e40acfa65b7d0726a7186bf31c169b2a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 10 12:33:21 2021 -0700
+
+    [buffer] Inline revers_range() / reverse()
+
+ src/hb-buffer.cc | 23 -----------------------
+ src/hb-buffer.hh | 10 ++++++++--
+ 2 files changed, 8 insertions(+), 25 deletions(-)
+
+commit 5914acb3cbb3634e9e94e0e571d96b806b7ecacf
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Dec 10 10:05:47 2021 -0800
+
+    [repacker] Clear distance and position cache when assigning a new space.
+    
+    A change in space will effect the distance assigned to the node and any of it's children so clear the distance cache.
+
+ src/hb-repacker.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 706014f69dc2cde140e17faf32d32a1cbd5d0000
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Dec 1 20:20:12 2021 -0800
+
+    [subset] (Chain)ContextSubst glyph_closure fix
+    
+    - When pos_glyphs is empty, use current full glyphs set as input for
+    subsequent recursive closure process
+    - Also increase max_lookup_visit_count to 35000 cause a real font file hit
+    previous limit 20000 and some lookups are dropped unexpectedly
+
+ src/hb-ot-layout-common.hh                         |   6 +++---
+ src/hb-ot-layout-gsubgpos.hh                       |  24 +++++++++++++--------
+ ...Bold.default.627,644,623,62D,644,627,645,2E.ttf | Bin 11372 -> 19032 bytes
+ ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf | Bin 17640 -> 25608 bytes
+ .../NotoNastaliqUrdu-Bold.default.627,644.ttf      | Bin 3512 -> 8040 bytes
+ ...rdu-Bold.default.633,645,627,621,20,644,627.ttf | Bin 12360 -> 22776 bytes
+ .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  | Bin 19340 -> 27772 bytes
+ ...taliqUrdu-Bold.default.retain-all-codepoint.ttf | Bin 0 -> 543364 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 18208 -> 25868 bytes
+ ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 23704 -> 31676 bytes
+ .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  | Bin 9160 -> 13688 bytes
+ ...Bold.retain-gids.633,645,627,621,20,644,627.ttf | Bin 18164 -> 28580 bytes
+ ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf | Bin 25392 -> 33824 bytes
+ ...qUrdu-Bold.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 543364 bytes
+ test/subset/data/fonts/NotoNastaliqUrdu-Bold.ttf   | Bin 459600 -> 589224 bytes
+ .../data/tests/layout.notonastaliqurdu.tests       |   1 +
+ 16 files changed, 19 insertions(+), 12 deletions(-)
+
+commit 441877f56aa09bc848a8860007232a7be5e179d9
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Dec 9 16:38:05 2021 -0800
+
+    [repacker] add test case for using max priority to resolve an overflow.
+
+ src/test-repacker.cc | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 73 insertions(+)
+
+commit be2c488e5d20db18e3ee82dee6a22056ed526add
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Dec 9 15:44:06 2021 -0800
+
+    [repacker] Improve vertex priority packing.
+    
+    Previous priority implementation would move a node further back within it's layer, but at max priority was unable to move any further up than that. This updates the implementation to have 3 priority levels:
+    1. Distance is reduced by half of table size.
+    2. Distance is reduced by full table size (move to beginning of the layer).
+    3. Distance is set to 0. Vertex will be packed as soon as possible.
+    
+    Also makes the iterative resolutions aware of max priority, so it won't keep trying to raise priority beyond the maximum.
+
+ src/hb-repacker.hh | 38 +++++++++++++++++++++++++++++---------
+ 1 file changed, 29 insertions(+), 9 deletions(-)
+
+commit 2404617a605cd8c419fe67afa012ddc90a24c685
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Wed Dec 8 21:10:22 2021 -0500
+
+    Update language system tag registry to OT 1.9
+
+ src/gen-tag-table.py   | 11 +++++++++--
+ src/hb-ot-tag-table.hh | 14 +++++++++++++-
+ 2 files changed, 22 insertions(+), 3 deletions(-)
+
+commit 002a1f70b81d56b882bd5a68ebdc22c015e88f7f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 8 10:45:30 2021 -0800
+
+    [ft] Disable vertical funcs if HB_NO_VERTICAL
+
+ src/hb-ft.cc | 15 ++++++++++++---
+ 1 file changed, 12 insertions(+), 3 deletions(-)
+
+commit ef14cad736e499f42281e09d3835ad667245e4be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 8 10:43:52 2021 -0800
+
+    [GPOS] Disable vertical advance if HB_NO_VERTICAL
+
+ src/hb-ot-layout-gpos-table.hh | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 6ed22de1279f7e68666bd9f024a80a4a48a1a467
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 8 10:40:40 2021 -0800
+
+    [CONFIG] Fix HB_NO_VERTICAL build without HB_TINY
+
+ src/hb-ot-glyf-table.hh | 12 ++++++++++--
+ src/hb-ot-metrics.cc    |  2 ++
+ 2 files changed, 12 insertions(+), 2 deletions(-)
+
+commit 53eebc7cd2680a41c3e7c7ac363b7ecc1355d655
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 8 08:32:41 2021 -0800
+
+    [CONFIG] Add HB_NO_VERTICAL
+
+ src/hb-ot-face-table-list.hh |  2 ++
+ src/hb-ot-font.cc            | 18 +++++++++++++++---
+ src/hb-ot-glyf-table.hh      | 25 ++++++++++++++++++++++---
+ src/hb-ot-hmtx-table.hh      |  9 ++++++++-
+ src/hb-ot-metrics.cc         |  5 +++++
+ src/hb-ot-shape.cc           |  4 ++++
+ 6 files changed, 56 insertions(+), 7 deletions(-)
+
+commit 9bc5d2903a6c1669a3bd8aa47f42d34c6bbcf763
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 8 08:16:17 2021 -0800
+
+    [TINY] Don't disable VORG table in any config profile
+    
+    Is needed for vertical layout of CFF fonts.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/discussions/3294#discussioncomment-1770313
+
+ src/hb-ot-face-table-list.hh | 2 +-
+ src/hb-ot-font.cc            | 2 --
+ 2 files changed, 1 insertion(+), 3 deletions(-)
+
+commit 3e4a25098df348c459f57829d84c4b0ebb3efc97
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Dec 6 16:00:15 2021 -0800
+
+    [repacker] add a maximum number of roots that can be moved in one iteration.
+    
+    Set to half of the roots in a space. This prevents the repacker from moving all roots in a space to a new space if their are overflows in every root.
+
+ src/hb-repacker.hh | 21 ++++++++++++---------
+ 1 file changed, 12 insertions(+), 9 deletions(-)
+
+commit 02b12d7965710de93fa4b42617113e66ddf19add
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Dec 6 15:23:35 2021 -0800
+
+    [repacker] Move all overflowing roots to a new space simultaneously.
+
+ src/hb-repacker.hh | 69 +++++++++++++++++++++++++++++++++++++-----------------
+ 1 file changed, 47 insertions(+), 22 deletions(-)
+
+commit fa966bcc29e84a579fc32af7663a50bfe7814b1a
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Dec 6 12:54:19 2021 -0800
+
+    [repacker] create repacker output buffer after final length is known.
+    
+    Don't rely on a buffer provided by the caller, as it may not be large enough.
+
+ src/hb-repacker.hh   | 60 ++++++++++++++++++++++++++----------
+ src/hb-subset.cc     | 18 +++++------
+ src/test-repacker.cc | 87 ++++++++++++++++++----------------------------------
+ 3 files changed, 80 insertions(+), 85 deletions(-)
+
+commit 51655a078e599c532b739c1e58556d873dabf6b0
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Sun Dec 5 19:27:57 2021 -0800
+
+    [subset] COLR : only include glyphs after COLR closure
+
+ src/hb-ot-color-colr-table.hh                         |  18 ++++++++++++------
+ src/hb-subset-plan.cc                                 |   4 +++-
+ src/hb-subset-plan.hh                                 |   1 +
+ test/subset/data/Makefile.am                          |   1 +
+ test/subset/data/Makefile.sources                     |   1 +
+ .../colr_glyphs/BungeeColor-Regular.default.41.ttf    | Bin 0 -> 1664 bytes
+ .../BungeeColor-Regular.drop-hints-retain-gids.41.ttf | Bin 0 -> 3384 bytes
+ .../colr_glyphs/BungeeColor-Regular.drop-hints.41.ttf | Bin 0 -> 1656 bytes
+ .../BungeeColor-Regular.retain-gids.41.ttf            | Bin 0 -> 3392 bytes
+ test/subset/data/fonts/BungeeColor-Regular.ttf        | Bin 0 -> 75348 bytes
+ test/subset/data/tests/colr_glyphs.tests              |  11 +++++++++++
+ test/subset/meson.build                               |   1 +
+ 12 files changed, 30 insertions(+), 7 deletions(-)
+
+commit 70f8c57e5c72697bdd2dc84b3573e1e90a94d681
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 4 19:49:23 2021 -0800
+
+    [buffer] Rename find_min_cluster
+
+ src/hb-buffer.cc | 7 ++++---
+ src/hb-buffer.hh | 8 ++++----
+ 2 files changed, 8 insertions(+), 7 deletions(-)
+
+commit 94d43c008ab4ec2281b693af1f4014b1ebce1b14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 4 16:56:39 2021 -0800
+
+    [buffer] Merge and rename clear_glyph_flags()
+
+ src/hb-buffer.hh               | 5 ++---
+ src/hb-coretext.cc             | 2 +-
+ src/hb-directwrite.cc          | 2 +-
+ src/hb-fallback-shape.cc       | 2 +-
+ src/hb-graphite2.cc            | 2 +-
+ src/hb-ot-layout-gsub-table.hh | 2 +-
+ src/hb-uniscribe.cc            | 2 +-
+ 7 files changed, 8 insertions(+), 9 deletions(-)
+
+commit b95d252fabca73ded3c7529ba726499ec6dcda5d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 3 11:49:55 2021 -0700
+
+    [CONFIG] Add HB_CONFIG_OVERRIDE_H to simplify config overrides
+
+ CONFIG.md        | 15 +++++++++++----
+ src/hb-config.hh |  7 +++++--
+ 2 files changed, 16 insertions(+), 6 deletions(-)
+
+commit 74b46b29e7ebb8521fdbf92325a3798083381237
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Dec 2 19:50:16 2021 -0800
+
+    [subset] MATH: don't serialize coverage table when iterator is empty
+    
+    when iterator is empty, just set coverage offset to 0.
+    serialize() in coverage will at lease write out a 16-bit format header.
+
+ src/hb-ot-math-table.hh                                |  10 +++++++---
+ test/subset/data/Makefile.am                           |   1 +
+ test/subset/data/Makefile.sources                      |   1 +
+ .../Caudex-Regular.default.retain-all-codepoint.ttf    | Bin 0 -> 417604 bytes
+ ...Caudex-Regular.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 436712 bytes
+ ...r.keep-all-layout-features.retain-all-codepoint.ttf | Bin 0 -> 417604 bytes
+ ...dex-Regular.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 417780 bytes
+ ...Caudex-Regular.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 417620 bytes
+ test/subset/data/fonts/Caudex-Regular.ttf              | Bin 0 -> 466324 bytes
+ test/subset/data/tests/math_coverage_offset.tests      |  12 ++++++++++++
+ test/subset/meson.build                                |   1 +
+ 11 files changed, 22 insertions(+), 3 deletions(-)
+
+commit 1d9ef3a75a445a52d084e805d4abdbaaa4c782d7
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Dec 1 10:30:27 2021 -0800
+
+    [subset] Actually fix end_cp unitialized warning.
+
+ src/hb-ot-cmap-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d8635dfe5a06d1112ea563dcef788097b7b124af
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Dec 1 10:14:10 2021 -0800
+
+    [subset] Fix warning about uninitialized use of end_cp.
+
+ src/hb-ot-cmap-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 6c81cd9543f35cbc54e938b402355990a3b0859c
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 1 19:29:34 2021 +0200
+
+    [tests] Add tests for platform shapers
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3115
+
+ test/shape/data/in-house/meson.build             | 14 +++++++++++++-
+ test/shape/data/in-house/tests/coretext.tests    |  1 +
+ test/shape/data/in-house/tests/directwrite.tests |  1 +
+ test/shape/data/in-house/tests/uniscribe.tests   |  1 +
+ test/shape/meson.build                           | 11 +++++++++++
+ 5 files changed, 27 insertions(+), 1 deletion(-)
+
+commit 7608b191672972efdc69ce49c22001346f5470c0
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 1 18:57:21 2021 +0200
+
+    [directwrite] Set unsafe to break flag
+    
+    Like the rest of platform shapers. Otherwise hb-shape --verify goes
+    crazy.
+
+ src/hb-directwrite.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 361a438658dcddea29d7c8b9c68bf2bc88109bde
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 1 03:16:46 2021 +0200
+
+    Revert "Revert "[hb-directwrite] Don't load dwrit.dll dynamically""
+    
+    This reverts commit ecbe224743c205c99aa459b27e7fb241cc4b1dc5.
+    
+    It was causing directwrite shaper to crash in MSVC builds.
+
+ src/hb-directwrite.cc | 36 ++----------------------------------
+ 1 file changed, 2 insertions(+), 34 deletions(-)
+
+commit 549e2b7038282e34f83b54b36fabf02de0cbfcae
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 1 03:16:26 2021 +0200
+
+    Revert "Remove direct link to dwrite from meson scripts"
+    
+    This reverts commit 6ea6c581edb3cecf1b4b42854e37b40d6d067cd3.
+
+ meson.build     | 7 ++++++-
+ src/meson.build | 1 +
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+commit 071aea42c28e84e89b550de03cbd0094382f634c
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Nov 30 16:16:06 2021 -0800
+
+    [iter] add specialized implementation for hb_concat forward when iterators are not random access.
+
+ src/hb-iter.hh   | 20 +++++++++++++++-----
+ src/test-iter.cc | 19 +++++++++++++++++++
+ 2 files changed, 34 insertions(+), 5 deletions(-)
+
+commit 2e935514d9790f6f8a7f6639c9564b3d7237d6d3
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Nov 30 16:02:05 2021 -0800
+
+    [iter] fix forward implementation in hb_concat().
+    
+    Add test coverage for forward.
+
+ src/hb-iter.hh   |  6 ++++--
+ src/test-iter.cc | 22 ++++++++++++++++++++++
+ 2 files changed, 26 insertions(+), 2 deletions(-)
+
+commit 39e76af19ed6ab798d4671ff3e7a4b71e2abe6cf
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Nov 30 15:25:40 2021 -0800
+
+    [subset] add all_links () to object_t.
+    
+    Helper to provide easy access to concatenated real and virtual links iterator.
+
+ src/hb-repacker.hh  | 44 +++++++++++++++-----------------------------
+ src/hb-serialize.hh |  5 +++++
+ 2 files changed, 20 insertions(+), 29 deletions(-)
+
+commit 9121ed0cecab2296ee2a18042ed89c0ce95dbbaa
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Nov 30 13:45:22 2021 -0800
+
+    [subset] Improve sharing of Ligature subtables.
+    
+    Ligature subtables use virtual links to enforce an ordering constraint between the subtables and the coverage table. Unfortunately this has the sideeffect of prevent the subtables from being shared by another Ligature with a different coverage table since object equality compares all links real and virtual. This change makes virtual links stored separately from real links and updates the equality check to only check real links. If an object is de-duped any virtual links it has are merged into the object that replaces it.
+
+ src/hb-repacker.hh                                 |  84 +++++++-----
+ src/hb-serialize.hh                                |  50 ++++---
+ src/test-repacker.cc                               | 150 +++++++++++++--------
+ ...ic-Regular.layout-test.retain-all-codepoint.ttf | Bin 46544 -> 46524 bytes
+ ...Howrah-Regular.default.retain-all-codepoint.ttf | Bin 174024 -> 173756 bytes
+ ...rah-Regular.drop-hints.retain-all-codepoint.ttf | Bin 99288 -> 99020 bytes
+ ...ah-Regular.retain-gids.retain-all-codepoint.ttf | Bin 174324 -> 174056 bytes
+ ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf | Bin 17732 -> 17640 bytes
+ .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  | Bin 19432 -> 19340 bytes
+ ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 23792 -> 23704 bytes
+ ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf | Bin 25484 -> 25392 bytes
+ ...hnadevaraya-Regular.default.c30,c36,c40,c4d.ttf | Bin 10860 -> 10848 bytes
+ ...varaya-Regular.default.retain-all-codepoint.ttf | Bin 572812 -> 572104 bytes
+ ...evaraya-Regular.glyph-names.c30,c36,c40,c4d.ttf | Bin 11292 -> 11280 bytes
+ ...ya-Regular.glyph-names.retain-all-codepoint.ttf | Bin 608460 -> 607752 bytes
+ ...raya-Regular.notdef-outline.c30,c36,c40,c4d.ttf | Bin 10940 -> 10928 bytes
+ ...Regular.notdef-outline.retain-all-codepoint.ttf | Bin 572892 -> 572184 bytes
+ ...evaraya-Regular.retain-gids.c30,c36,c40,c4d.ttf | Bin 16880 -> 16868 bytes
+ ...ya-Regular.retain-gids.retain-all-codepoint.ttf | Bin 572824 -> 572116 bytes
+ 19 files changed, 181 insertions(+), 103 deletions(-)
+
+commit ca227411102b615edb40a78d2355d2f6cf5291c5
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Nov 30 12:53:15 2021 -0800
+
+    [iter] add hb_concat (a, b).
+    
+    Iterates over a, and then over b.
+
+ src/hb-iter.hh   | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/test-iter.cc | 33 +++++++++++++++++++++++++
+ 2 files changed, 106 insertions(+)
+
+commit 95329081c2c6e7f763b466ea3cfc9630ddb23dcf
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Nov 26 16:18:42 2021 -0800
+
+    [subset] further optimize cmap4 packing.
+
+ src/hb-ot-cmap-table.hh                            |  48 +++++++++++++++------
+ ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 222692 -> 222684 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 191568 -> 191560 bytes
+ ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 191520 -> 191512 bytes
+ ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 222692 -> 222684 bytes
+ ...egular-new.glyph-names.retain-all-codepoint.ttf | Bin 229684 -> 229676 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 223388 -> 223380 bytes
+ ...ar-new.layout-features.retain-all-codepoint.ttf | Bin 220884 -> 220876 bytes
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 222432 -> 222424 bytes
+ ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 222692 -> 222684 bytes
+ ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 222692 -> 222684 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 222692 -> 222684 bytes
+ ...lar-new.notdef-outline.retain-all-codepoint.ttf | Bin 223288 -> 223280 bytes
+ ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 222740 -> 222732 bytes
+ ...tu-Regular.glyph-names.retain-all-codepoint.ttf | Bin 280064 -> 280056 bytes
+ ...traLightItalic.default.retain-all-codepoint.ttf | Bin 134364 -> 134344 bytes
+ ...ightItalic.glyph-names.retain-all-codepoint.ttf | Bin 145640 -> 145620 bytes
+ ...tItalic.notdef-outline.retain-all-codepoint.ttf | Bin 134492 -> 134472 bytes
+ ...ns-BlackItalic.default.retain-all-codepoint.ttf | Bin 120040 -> 120020 bytes
+ ...lackItalic.glyph-names.retain-all-codepoint.ttf | Bin 132284 -> 132264 bytes
+ ...kItalic.notdef-outline.retain-all-codepoint.ttf | Bin 120040 -> 120020 bytes
+ .../Tinos-Italic.default.retain-all-codepoint.ttf  | Bin 410180 -> 410092 bytes
+ ...nos-Italic.glyph-names.retain-all-codepoint.ttf | Bin 435008 -> 434920 bytes
+ ...-Italic.notdef-outline.retain-all-codepoint.ttf | Bin 410180 -> 410092 bytes
+ ...nos-Italic.retain-gids.retain-all-codepoint.ttf | Bin 412556 -> 412468 bytes
+ ...wLatin-Regular.default.retain-all-codepoint.ttf | Bin 130076 -> 129952 bytes
+ ...in-Regular.layout-test.retain-all-codepoint.ttf | Bin 152052 -> 151928 bytes
+ ...in-Regular.retain-gids.retain-all-codepoint.ttf | Bin 133180 -> 133056 bytes
+ ...woMath-Regular.default.retain-all-codepoint.ttf | Bin 1033572 -> 1033528 bytes
+ ...th-Regular.glyph-names.retain-all-codepoint.ttf | Bin 1086348 -> 1086304 bytes
+ ...Regular.notdef-outline.retain-all-codepoint.ttf | Bin 1033820 -> 1033776 bytes
+ ...th-Regular.retain-gids.retain-all-codepoint.ttf | Bin 1048752 -> 1048716 bytes
+ 32 files changed, 36 insertions(+), 12 deletions(-)
+
+commit 599143824c39b3cf37c3cb714364b58d45fc0d3d
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Nov 26 14:19:39 2021 -0800
+
+    [subset] Don't pad glyphs when using long loca.
+
+ src/hb-ot-glyf-table.hh                            |  36 +++++++++++++--------
+ ...tu-Regular.glyph-names.retain-all-codepoint.ttf | Bin 280296 -> 280064 bytes
+ ...Howrah-Regular.default.retain-all-codepoint.ttf | Bin 174308 -> 174024 bytes
+ ...ah-Regular.retain-gids.retain-all-codepoint.ttf | Bin 174608 -> 174324 bytes
+ .../Tinos-Italic.default.retain-all-codepoint.ttf  | Bin 410932 -> 410180 bytes
+ ...nos-Italic.glyph-names.retain-all-codepoint.ttf | Bin 435760 -> 435008 bytes
+ ...-Italic.notdef-outline.retain-all-codepoint.ttf | Bin 410932 -> 410180 bytes
+ ...nos-Italic.retain-gids.retain-all-codepoint.ttf | Bin 413308 -> 412556 bytes
+ ...woMath-Regular.default.retain-all-codepoint.ttf | Bin 1035756 -> 1033572 bytes
+ ...th-Regular.glyph-names.retain-all-codepoint.ttf | Bin 1088532 -> 1086348 bytes
+ ...Regular.notdef-outline.retain-all-codepoint.ttf | Bin 1036004 -> 1033820 bytes
+ ...th-Regular.retain-gids.retain-all-codepoint.ttf | Bin 1050936 -> 1048752 bytes
+ ...varaya-Regular.default.retain-all-codepoint.ttf | Bin 573428 -> 572812 bytes
+ ...ya-Regular.glyph-names.retain-all-codepoint.ttf | Bin 609076 -> 608460 bytes
+ ...Regular.notdef-outline.retain-all-codepoint.ttf | Bin 573508 -> 572892 bytes
+ ...ya-Regular.retain-gids.retain-all-codepoint.ttf | Bin 573440 -> 572824 bytes
+ 16 files changed, 22 insertions(+), 14 deletions(-)
+
+commit d9660fd58a3ade1c8962e5cd3f7538a5b5189262
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Nov 25 18:15:35 2021 -0800
+
+    [subset] Make cmap4 packing more optimal.
+    
+    The current CMAP4 implementation uses whatever the current codepoint ranges are and then encodes them as indivudal glyph ids or as a delta if possible. However, it's often possible to save bytes by splitting up existing ranges and encoding parts of them using deltas where the cost of splitting the range is less than encoding each glyph individual.
+
+ src/hb-ot-cmap-table.hh                            | 246 ++++++++++++---------
+ ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 222756 -> 222692 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 191632 -> 191568 bytes
+ ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 191584 -> 191520 bytes
+ ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 222756 -> 222692 bytes
+ ...egular-new.glyph-names.retain-all-codepoint.ttf | Bin 229748 -> 229684 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 223452 -> 223388 bytes
+ ...ar-new.layout-features.retain-all-codepoint.ttf | Bin 220948 -> 220884 bytes
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 222496 -> 222432 bytes
+ ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 222756 -> 222692 bytes
+ ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 222756 -> 222692 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 222756 -> 222692 bytes
+ ...lar-new.notdef-outline.retain-all-codepoint.ttf | Bin 223352 -> 223288 bytes
+ ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 222804 -> 222740 bytes
+ ...tu-Regular.glyph-names.retain-all-codepoint.ttf | Bin 281092 -> 280296 bytes
+ ...Gothic-Regular.default.retain-all-codepoint.ttf | Bin 44584 -> 44544 bytes
+ ...ic-Regular.layout-test.retain-all-codepoint.ttf | Bin 46584 -> 46544 bytes
+ ...ic-Regular.retain-gids.retain-all-codepoint.ttf | Bin 44592 -> 44552 bytes
+ ...traLightItalic.default.retain-all-codepoint.ttf | Bin 134520 -> 134364 bytes
+ ...ightItalic.glyph-names.retain-all-codepoint.ttf | Bin 145796 -> 145640 bytes
+ ...tItalic.notdef-outline.retain-all-codepoint.ttf | Bin 134648 -> 134492 bytes
+ ...ns-BlackItalic.default.retain-all-codepoint.ttf | Bin 120236 -> 120040 bytes
+ ...lackItalic.glyph-names.retain-all-codepoint.ttf | Bin 132480 -> 132284 bytes
+ ...kItalic.notdef-outline.retain-all-codepoint.ttf | Bin 120236 -> 120040 bytes
+ .../Tinos-Italic.default.retain-all-codepoint.ttf  | Bin 412764 -> 410932 bytes
+ ...nos-Italic.glyph-names.retain-all-codepoint.ttf | Bin 437592 -> 435760 bytes
+ ...-Italic.notdef-outline.retain-all-codepoint.ttf | Bin 412764 -> 410932 bytes
+ ...nos-Italic.retain-gids.retain-all-codepoint.ttf | Bin 415140 -> 413308 bytes
+ ...wLatin-Regular.default.retain-all-codepoint.ttf | Bin 131672 -> 130076 bytes
+ ...in-Regular.layout-test.retain-all-codepoint.ttf | Bin 153648 -> 152052 bytes
+ ...in-Regular.retain-gids.retain-all-codepoint.ttf | Bin 134776 -> 133180 bytes
+ ...woMath-Regular.default.retain-all-codepoint.ttf | Bin 1038580 -> 1035756 bytes
+ ...th-Regular.glyph-names.retain-all-codepoint.ttf | Bin 1091356 -> 1088532 bytes
+ ...Regular.notdef-outline.retain-all-codepoint.ttf | Bin 1038828 -> 1036004 bytes
+ ...th-Regular.retain-gids.retain-all-codepoint.ttf | Bin 1053656 -> 1050936 bytes
+ 35 files changed, 143 insertions(+), 103 deletions(-)
+
+commit 8aed5c21a31eece6a9f3cd775fda8facb6c28b9b
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Nov 26 17:54:18 2021 +0200
+
+    3.1.2
+
+ NEWS             | 9 +++++++++
+ configure.ac     | 2 +-
+ meson.build      | 2 +-
+ src/hb-version.h | 4 ++--
+ 4 files changed, 13 insertions(+), 4 deletions(-)
+
+commit 720ab0883b4bd7daa32a3c46031a9d8adb5c8a5f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 25 11:49:16 2021 -0700
+
+    [util] Add --single-par
+    
+    Use it in aots tests
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3129
+    Related https://github.com/harfbuzz/harfbuzz/issues/3298
+
+ test/shape/data/aots/hb-aots-tester.cpp            |  2 +-
+ test/shape/data/aots/tests/classdef1.tests         |  2 +-
+ test/shape/data/aots/tests/classdef1_empty.tests   |  2 +-
+ .../shape/data/aots/tests/classdef1_multiple.tests |  2 +-
+ test/shape/data/aots/tests/classdef1_single.tests  |  2 +-
+ test/shape/data/aots/tests/classdef2.tests         |  2 +-
+ test/shape/data/aots/tests/classdef2_empty.tests   |  2 +-
+ .../shape/data/aots/tests/classdef2_multiple.tests |  2 +-
+ test/shape/data/aots/tests/classdef2_single.tests  |  2 +-
+ test/shape/data/aots/tests/cmap0.tests             |  2 +-
+ test/shape/data/aots/tests/cmap10.tests            |  4 ++--
+ test/shape/data/aots/tests/cmap12.tests            |  2 +-
+ test/shape/data/aots/tests/cmap2.tests             |  2 +-
+ test/shape/data/aots/tests/cmap4.tests             | 12 ++++++------
+ test/shape/data/aots/tests/cmap6.tests             |  4 ++--
+ test/shape/data/aots/tests/cmap8.tests             |  2 +-
+ .../shape/data/aots/tests/gpos1_1_lookupflag.tests |  2 +-
+ test/shape/data/aots/tests/gpos1_1_simple.tests    |  8 ++++----
+ test/shape/data/aots/tests/gpos1_2.tests           |  2 +-
+ .../shape/data/aots/tests/gpos1_2_lookupflag.tests |  2 +-
+ test/shape/data/aots/tests/gpos2_1.tests           |  4 ++--
+ .../shape/data/aots/tests/gpos2_1_lookupflag.tests |  4 ++--
+ .../shape/data/aots/tests/gpos2_1_next_glyph.tests |  4 ++--
+ test/shape/data/aots/tests/gpos2_1_simple.tests    |  4 ++--
+ test/shape/data/aots/tests/gpos2_2.tests           | 10 +++++-----
+ test/shape/data/aots/tests/gpos3.tests             | 22 +++++++++++-----------
+ test/shape/data/aots/tests/gpos3_lookupflag.tests  |  4 ++--
+ test/shape/data/aots/tests/gpos4_lookupflag.tests  |  4 ++--
+ .../data/aots/tests/gpos4_multiple_anchors.tests   |  2 +-
+ test/shape/data/aots/tests/gpos4_simple.tests      | 10 +++++-----
+ test/shape/data/aots/tests/gpos5.tests             |  4 ++--
+ test/shape/data/aots/tests/gpos6.tests             |  6 +++---
+ test/shape/data/aots/tests/gpos7_1.tests           |  4 ++--
+ test/shape/data/aots/tests/gpos9.tests             |  4 ++--
+ .../data/aots/tests/gpos_chaining1_boundary.tests  |  8 ++++----
+ .../aots/tests/gpos_chaining1_lookupflag.tests     |  2 +-
+ .../tests/gpos_chaining1_multiple_subrules.tests   |  4 ++--
+ .../aots/tests/gpos_chaining1_next_glyph.tests     |  2 +-
+ .../data/aots/tests/gpos_chaining1_simple.tests    | 22 +++++++++++-----------
+ .../aots/tests/gpos_chaining1_successive.tests     |  2 +-
+ .../data/aots/tests/gpos_chaining2_boundary.tests  |  8 ++++----
+ .../aots/tests/gpos_chaining2_lookupflag.tests     |  2 +-
+ .../tests/gpos_chaining2_multiple_subrules.tests   |  4 ++--
+ .../aots/tests/gpos_chaining2_next_glyph.tests     |  2 +-
+ .../data/aots/tests/gpos_chaining2_simple.tests    | 22 +++++++++++-----------
+ .../aots/tests/gpos_chaining2_successive.tests     |  2 +-
+ .../data/aots/tests/gpos_chaining3_boundary.tests  |  8 ++++----
+ .../aots/tests/gpos_chaining3_lookupflag.tests     |  2 +-
+ .../aots/tests/gpos_chaining3_next_glyph.tests     |  2 +-
+ .../data/aots/tests/gpos_chaining3_simple.tests    | 22 +++++++++++-----------
+ .../aots/tests/gpos_chaining3_successive.tests     |  2 +-
+ .../data/aots/tests/gpos_context1_boundary.tests   |  4 ++--
+ .../data/aots/tests/gpos_context1_expansion.tests  |  2 +-
+ .../data/aots/tests/gpos_context1_lookupflag.tests |  4 ++--
+ .../tests/gpos_context1_multiple_subrules.tests    |  4 ++--
+ .../data/aots/tests/gpos_context1_next_glyph.tests |  2 +-
+ .../data/aots/tests/gpos_context1_simple.tests     |  6 +++---
+ .../data/aots/tests/gpos_context1_successive.tests |  2 +-
+ .../data/aots/tests/gpos_context2_boundary.tests   |  4 ++--
+ .../data/aots/tests/gpos_context2_classes.tests    |  4 ++--
+ .../data/aots/tests/gpos_context2_expansion.tests  |  2 +-
+ .../data/aots/tests/gpos_context2_lookupflag.tests |  4 ++--
+ .../tests/gpos_context2_multiple_subrules.tests    |  4 ++--
+ .../data/aots/tests/gpos_context2_next_glyph.tests |  2 +-
+ .../data/aots/tests/gpos_context2_simple.tests     |  6 +++---
+ .../data/aots/tests/gpos_context2_successive.tests |  2 +-
+ .../data/aots/tests/gpos_context3_boundary.tests   |  4 ++--
+ .../data/aots/tests/gpos_context3_lookupflag.tests |  4 ++--
+ .../data/aots/tests/gpos_context3_next_glyph.tests |  2 +-
+ .../data/aots/tests/gpos_context3_simple.tests     |  4 ++--
+ .../data/aots/tests/gpos_context3_successive.tests |  2 +-
+ .../shape/data/aots/tests/gsub1_1_lookupflag.tests |  2 +-
+ test/shape/data/aots/tests/gsub1_1_modulo.tests    |  2 +-
+ test/shape/data/aots/tests/gsub1_1_simple.tests    |  2 +-
+ .../shape/data/aots/tests/gsub1_2_lookupflag.tests |  2 +-
+ test/shape/data/aots/tests/gsub1_2_simple.tests    |  2 +-
+ .../shape/data/aots/tests/gsub2_1_lookupflag.tests |  2 +-
+ .../aots/tests/gsub2_1_multiple_sequences.tests    |  2 +-
+ test/shape/data/aots/tests/gsub2_1_simple.tests    |  4 ++--
+ .../shape/data/aots/tests/gsub3_1_lookupflag.tests |  2 +-
+ test/shape/data/aots/tests/gsub3_1_multiple.tests  |  2 +-
+ test/shape/data/aots/tests/gsub3_1_simple.tests    |  2 +-
+ .../shape/data/aots/tests/gsub4_1_lookupflag.tests |  2 +-
+ .../aots/tests/gsub4_1_multiple_ligatures.tests    |  4 ++--
+ .../data/aots/tests/gsub4_1_multiple_ligsets.tests |  2 +-
+ test/shape/data/aots/tests/gsub4_1_simple.tests    |  2 +-
+ test/shape/data/aots/tests/gsub7.tests             |  4 ++--
+ .../data/aots/tests/gsub_chaining1_boundary.tests  |  8 ++++----
+ .../aots/tests/gsub_chaining1_lookupflag.tests     |  2 +-
+ .../tests/gsub_chaining1_multiple_subrules.tests   |  4 ++--
+ .../aots/tests/gsub_chaining1_next_glyph.tests     |  2 +-
+ .../data/aots/tests/gsub_chaining1_simple.tests    | 22 +++++++++++-----------
+ .../aots/tests/gsub_chaining1_successive.tests     |  2 +-
+ .../data/aots/tests/gsub_chaining2_boundary.tests  |  8 ++++----
+ .../aots/tests/gsub_chaining2_lookupflag.tests     |  2 +-
+ .../tests/gsub_chaining2_multiple_subrules.tests   |  4 ++--
+ .../aots/tests/gsub_chaining2_next_glyph.tests     |  2 +-
+ .../data/aots/tests/gsub_chaining2_simple.tests    | 22 +++++++++++-----------
+ .../aots/tests/gsub_chaining2_successive.tests     |  2 +-
+ .../data/aots/tests/gsub_chaining3_boundary.tests  |  8 ++++----
+ .../aots/tests/gsub_chaining3_lookupflag.tests     |  2 +-
+ .../aots/tests/gsub_chaining3_next_glyph.tests     |  2 +-
+ .../data/aots/tests/gsub_chaining3_simple.tests    | 22 +++++++++++-----------
+ .../aots/tests/gsub_chaining3_successive.tests     |  2 +-
+ .../data/aots/tests/gsub_context1_boundary.tests   |  4 ++--
+ .../data/aots/tests/gsub_context1_expansion.tests  |  2 +-
+ .../data/aots/tests/gsub_context1_lookupflag.tests |  4 ++--
+ .../tests/gsub_context1_multiple_subrules.tests    |  4 ++--
+ .../data/aots/tests/gsub_context1_next_glyph.tests |  2 +-
+ .../data/aots/tests/gsub_context1_simple.tests     |  6 +++---
+ .../data/aots/tests/gsub_context1_successive.tests |  2 +-
+ .../data/aots/tests/gsub_context2_boundary.tests   |  4 ++--
+ .../data/aots/tests/gsub_context2_classes.tests    |  4 ++--
+ .../data/aots/tests/gsub_context2_expansion.tests  |  2 +-
+ .../data/aots/tests/gsub_context2_lookupflag.tests |  4 ++--
+ .../tests/gsub_context2_multiple_subrules.tests    |  4 ++--
+ .../data/aots/tests/gsub_context2_next_glyph.tests |  2 +-
+ .../data/aots/tests/gsub_context2_simple.tests     |  6 +++---
+ .../data/aots/tests/gsub_context2_successive.tests |  2 +-
+ .../data/aots/tests/gsub_context3_boundary.tests   |  4 ++--
+ .../data/aots/tests/gsub_context3_lookupflag.tests |  4 ++--
+ .../data/aots/tests/gsub_context3_next_glyph.tests |  2 +-
+ .../data/aots/tests/gsub_context3_simple.tests     |  4 ++--
+ .../data/aots/tests/gsub_context3_successive.tests |  2 +-
+ .../data/aots/tests/lookupflag_ignore_attach.tests | 10 +++++-----
+ .../data/aots/tests/lookupflag_ignore_base.tests   |  4 ++--
+ .../aots/tests/lookupflag_ignore_combination.tests |  6 +++---
+ .../aots/tests/lookupflag_ignore_ligatures.tests   |  6 +++---
+ .../data/aots/tests/lookupflag_ignore_marks.tests  |  2 +-
+ util/text-options.hh                               | 10 ++++++----
+ 130 files changed, 296 insertions(+), 294 deletions(-)
+
+commit b58afe586f6d100df94cc3a9b716befc68d8abec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 25 11:34:24 2021 -0700
+
+    [util] Undo treat as single-paragraph text provided on cmdline
+    
+    Reverts d92ee726ce3b2fc2c249407d977433f0badcc918
+    except that it does so even in batch mode.
+    
+    Am going to add a --single-par mode that will affect all input
+    modes.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3129
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3298
+
+ util/text-options.hh | 34 ++++++++++++++++++++++++++++------
+ 1 file changed, 28 insertions(+), 6 deletions(-)
+
+commit 903a6baecefdbb8a01caed77f215560549e7dd5e
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Nov 15 19:58:33 2021 -0800
+
+    [subset] layout_features filtering fix
+    
+    we should not use get_size (), which returns length * item_size
+
+ src/hb-subset-plan.cc                                 |  18 +++++++++++++++---
+ test/subset/data/Makefile.am                          |   1 +
+ test/subset/data/Makefile.sources                     |   1 +
+ .../FranklinGothic-Regular.default.61,63,68,69.ttf    | Bin 0 -> 6856 bytes
+ ...linGothic-Regular.default.retain-all-codepoint.ttf | Bin 0 -> 44584 bytes
+ ...FranklinGothic-Regular.layout-test.61,63,68,69.ttf | Bin 0 -> 7928 bytes
+ ...othic-Regular.layout-test.retain-all-codepoint.ttf | Bin 0 -> 46584 bytes
+ ...FranklinGothic-Regular.retain-gids.61,63,68,69.ttf | Bin 0 -> 7288 bytes
+ ...othic-Regular.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 44592 bytes
+ test/subset/data/fonts/FranklinGothic-Regular.ttf     | Bin 0 -> 71856 bytes
+ test/subset/data/tests/layout.default_features.tests  |  11 +++++++++++
+ test/subset/meson.build                               |   1 +
+ 12 files changed, 29 insertions(+), 3 deletions(-)
+
+commit 3160789701463bcd822c26010da4de33c92c85d9
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Nov 22 03:31:50 2021 +0200
+
+    [ci] windows-2016 image is going away in a bit
+    
+    https://github.com/actions/virtual-environments/issues/4312
+    
+    windows-latest is the same as windows-2019, but we are using explicit
+    windows-2019 image for when they become different.
+
+ .github/workflows/msvc-ci.yml | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit ed65577e3d896a2393aa6a92d76da1f81677d45e
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Nov 20 20:51:26 2021 +0200
+
+    [ci] Split sanitizers job
+    
+    It was running four different builds sequentially. Each should have been
+    its own job.
+
+ .circleci/config.yml | 41 ++++++++++++++++++++++++++++++++++-------
+ 1 file changed, 34 insertions(+), 7 deletions(-)
+
+commit 69d8f27c69b30f2c3726f279c2daa183d954c6b0
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Nov 20 17:09:15 2021 +0200
+
+    [meson] Require 0.55.0
+    
+    We implicitly require it for building ragel subproject. This new version
+    requirement should satisfied in both Fedora 33 and Debian bullseye, and
+    not be too cutting edge for us.
+
+ .circleci/config.yml     |  5 +++--
+ docs/meson.build         |  4 ++--
+ meson.build              | 39 ++++++++++-----------------------------
+ perf/meson.build         | 10 ++--------
+ src/meson.build          | 32 ++++++++------------------------
+ test/fuzzing/meson.build |  6 +++---
+ test/shape/meson.build   | 12 ++++++------
+ test/subset/meson.build  |  8 ++++----
+ 8 files changed, 38 insertions(+), 78 deletions(-)
+
+commit 84dc4e85e889d4b24cca7bb8ef04563fc6d1c3e6
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Nov 8 09:36:31 2021 -0800
+
+    [subset] avoid writing out duplicate extra glyph names in post table
+    
+    Add check for possible duplicate with other name index
+
+ src/hb-ot-post-table-v2subset.hh                   |  31 +++++++++++++--------
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ ...hnadevaraya-Regular.default.c30,c36,c40,c4d.ttf | Bin 0 -> 10860 bytes
+ ...varaya-Regular.default.retain-all-codepoint.ttf | Bin 0 -> 573428 bytes
+ ...evaraya-Regular.glyph-names.c30,c36,c40,c4d.ttf | Bin 0 -> 11292 bytes
+ ...ya-Regular.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 609076 bytes
+ ...raya-Regular.notdef-outline.c30,c36,c40,c4d.ttf | Bin 0 -> 10940 bytes
+ ...Regular.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 573508 bytes
+ ...evaraya-Regular.retain-gids.c30,c36,c40,c4d.ttf | Bin 0 -> 16880 bytes
+ ...ya-Regular.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 573440 bytes
+ .../data/fonts/SreeKrushnadevaraya-Regular.ttf     | Bin 0 -> 612636 bytes
+ test/subset/data/tests/post.tests                  |  12 ++++++++
+ test/subset/meson.build                            |   1 +
+ 14 files changed, 34 insertions(+), 12 deletions(-)
+
+commit 325f26290eef9b001df4b750f33698d2a81a47f0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 19 17:19:09 2021 -0700
+
+    [array] Fix a couple constexpr warnings
+    
+    ./subprojects/harfbuzz/src/hb-array.hh:71:25: warning: 'constexpr' non-static member function will not be implicitly 'const' in C++14; add 'const' to avoid a change in behavior [-Wconstexpr-not-const]
+      constexpr hb_array_t& operator = (const hb_array_t<U> &o)
+                            ^
+                                                                const
+    ../subprojects/harfbuzz/src/hb-array.hh:72:5: warning: use of this statement in a constexpr function is a C++14 extension [-Wc++14-extensions]
+      { arrayZ = o.arrayZ; length = o.length; backwards_length = o.backwards_length; return *this; }
+        ^
+    ../subprojects/harfbuzz/src/hb-array.hh:329:32: warning: 'constexpr' non-static member function will not be implicitly 'const' in C++14; add 'const' to avoid a change in behavior [-Wconstexpr-not-const]
+      constexpr hb_sorted_array_t& operator = (const hb_array_t<U> &o)
+                                   ^
+                                                                       const
+    ../subprojects/harfbuzz/src/hb-array.hh:330:5: warning: use of this statement in a constexpr function is a C++14 extension [-Wc++14-extensions]
+      { hb_array_t<Type> (*this) = o; return *this; }
+        ^
+    4 warnings generated.
+
+ src/hb-array.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 98fefd5dedf912aebb58990f8d74fa5fad0ddb2c
+Merge: ca418cac7 4731b1073
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 19 13:34:53 2021 -0700
+
+    Merge pull request #3301 from harfbuzz/hashmap-classes
+    
+    Hashmap classes
+
+commit ca418cac74189dbda1abf433bda4618853107f1f
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Nov 17 16:42:08 2021 -0800
+
+    [subset] keep features that have FeatureParams and the tag is "size"
+
+ src/hb-ot-layout-gsubgpos.hh                           |   8 ++++++--
+ test/subset/data/Makefile.am                           |   1 +
+ test/subset/data/Makefile.sources                      |   3 ++-
+ ...C-ExtraLightItalic.default.retain-all-codepoint.ttf | Bin 0 -> 134520 bytes
+ ...traLightItalic.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 145796 bytes
+ ...LightItalic.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 134648 bytes
+ test/subset/data/fonts/SpectralSC-ExtraLightItalic.ttf | Bin 0 -> 275612 bytes
+ test/subset/data/tests/layout.drop_feature.tests       |  10 ++++++++++
+ test/subset/meson.build                                |   1 +
+ 9 files changed, 20 insertions(+), 3 deletions(-)
+
+commit e88fc41ef323cf1105e30b88f726f171504cb85e
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Nov 18 16:53:36 2021 -0800
+
+    [subset] inputSequence could be empty, change the sanity check
+
+ src/hb-ot-layout-gsubgpos.hh                           |   5 ++---
+ test/subset/data/Makefile.am                           |   1 +
+ test/subset/data/Makefile.sources                      |   1 +
+ ...ar.layout-test-retain-gids.retain-all-codepoint.ttf | Bin 0 -> 142456 bytes
+ ...nsNewa-Regular.layout-test.retain-all-codepoint.ttf | Bin 0 -> 142456 bytes
+ test/subset/data/fonts/NotoSansNewa-Regular.ttf        | Bin 0 -> 150892 bytes
+ test/subset/data/tests/layout.context_format2.tests    |   9 +++++++++
+ test/subset/meson.build                                |   1 +
+ 8 files changed, 14 insertions(+), 3 deletions(-)
+
+commit 4731b1073636b6ff4ff1bccbe7fb4663a2648674
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 19 12:33:37 2021 -0700
+
+    [array] Mark constructors constexpr
+    
+    ../src/hb-map.hh:44:38: note: non-constexpr constructor 'hb_array_t' cannot be used in a constant expression
+      static constexpr K INVALID_KEY   = kINVALID;
+                                         ^
+
+ src/hb-array.hh | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 1da7423ed9d96c6ed8000f2c6a971bc3ce65cb2b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 19 12:11:41 2021 -0700
+
+    [array] Add constructor taking std::nullptr_t
+    
+    Not all impls implement nullptr_t in a way that would automatically
+    convert to what we were accepting.
+    
+    In file included from ../src/test-map.cc:27:
+    ../src/hb-map.hh:44:22: error: no viable conversion from 'nullptr_t' to 'const hb_array_t<const char>'
+      static constexpr K INVALID_KEY   = kINVALID;
+                         ^               ~~~~~~~~
+
+ src/hb-array.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit e456922a769461757acc6c0628e7af28f27b16ac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 19 12:04:08 2021 -0700
+
+    [test] Fix nullptr_t scope issue
+
+ src/test-map.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 5157cac0e28204ce658d784ee1fbe0614e50c786
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 19 12:03:10 2021 -0700
+
+    [test] Silence unused-variable erros in test
+
+ src/test-map.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 394f772937851f10ef05245e32279cf08ca8399d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 19 11:49:23 2021 -0700
+
+    [map] Allow storing classes in the hashmap
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3293
+    
+    The trick was to change the type of the invalid key/value to be non-class.
+
+ src/hb-map.hh                | 22 +++++++++++++++-------
+ src/hb-ot-layout-common.hh   |  8 ++++----
+ src/hb-ot-layout-gsubgpos.hh |  8 ++++----
+ src/hb-ot-layout.cc          |  4 ++--
+ src/hb-serialize.hh          |  4 +++-
+ src/hb-set.hh                |  6 +++---
+ src/hb-subset-plan.cc        |  2 +-
+ src/hb-subset-plan.hh        |  4 ++--
+ src/test-map.cc              |  7 +++++++
+ 9 files changed, 41 insertions(+), 24 deletions(-)
+
+commit cba17fd1015113a1176eef5a87876d4e2b19e13a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 19 11:49:03 2021 -0700
+
+    [array] Add default methods again, this time the full set
+    
+    Should add tests.
+
+ src/hb-array.hh | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit a75b96f7e5833c9206f6a15d11168a757a85ee59
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Nov 16 14:34:07 2021 -0800
+
+    [sanitize] In lookup sanitize don't try to access subtable 0 if it isn't there.
+
+ src/hb-ot-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 82a9f54410d2d0188eab50c96824f52e2820b1da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 10 10:15:38 2021 -0800
+
+    [colr] Simplify sanitize
+
+ src/hb-ot-color-colr-table.hh | 38 ++------------------------------------
+ 1 file changed, 2 insertions(+), 36 deletions(-)
+
+commit 64b29dbd5994a511acee69cb9b45ad650ef88359
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Nov 9 09:13:14 2021 -0800
+
+    [subset] reuse colrv1 max nesting depth constant for sanitize.
+
+ src/hb-ot-color-colr-table.hh | 11 ++++++-----
+ src/hb-sanitize.hh            |  7 ++-----
+ 2 files changed, 8 insertions(+), 10 deletions(-)
+
+commit ace98cc65f527dbdfaa3784957535f551c7a600a
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Nov 8 15:47:56 2021 -0800
+
+    [subset] Only sanitize recursion depth in COLR.
+
+ src/hb-ot-color-colr-table.hh                      |  49 ++++++++++++++++++++-
+ src/hb-sanitize.hh                                 |  26 +++++++----
+ ...tcase-minimized-hb-draw-fuzzer-4856957815619584 | Bin 0 -> 486280 bytes
+ 3 files changed, 65 insertions(+), 10 deletions(-)
+
+commit 782a7377adc2a13071b6dc74ddca209a8e65e4ba
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Nov 4 13:39:11 2021 -0700
+
+    [sanitize] add a maximum recursion depth for sanitize.
+
+ src/hb-sanitize.hh | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+commit cd5c6cd0419ac5e4de975d6c476fb760bf06d2ce
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Nov 8 06:59:55 2021 +0200
+
+    3.1.1
+
+ NEWS             | 7 +++++++
+ configure.ac     | 2 +-
+ meson.build      | 2 +-
+ src/hb-version.h | 4 ++--
+ 4 files changed, 11 insertions(+), 4 deletions(-)
+
+commit 1e07d42aa6259f73aed09f25dd37993974b9b366
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sun Nov 7 01:19:42 2021 -0400
+
+    Typo fix
+
+ src/hb-ot-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1fd7fd98235649115bba7407f2a2b977bf86733c
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Nov 6 10:18:20 2021 -0400
+
+    Cosmetics: Avoid confusing indentation
+    
+    This line had me confused for a second because
+    the condition looked like a cast and the if just
+    looked misplaced. Add a line break to prevent
+    such confusion.
+
+ src/hb-ot-layout.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 3471f8f69e25ffebe96dc55173096cedc738ca6f
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Sat Nov 6 10:17:20 2021 -0400
+
+    docs: Clarify a doc comment
+    
+    Reword the docs for hb_ot_layout_script_select_language and
+    be a bit more specific about the returned index.
+
+ src/hb-ot-layout.cc | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit 07dc34bdaf977a3be97ab5a68455ed7a67f80a06
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 5 14:45:20 2021 -0700
+
+    [mutex] Try work around GCC cast-align error/warning
+    
+    Shouldn't be needed because of the alignas(). Oh well...
+    
+    Might fix https://github.com/harfbuzz/harfbuzz/issues/3283
+
+ src/hb-mutex.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 77eeec53a917554a2766a7cb1687607841282777
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Nov 3 23:31:03 2021 +0200
+
+    3.1.0
+
+ NEWS                   | 21 +++++++++++++++++++++
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-buffer.cc       |  4 ++--
+ src/hb-version.h       |  4 ++--
+ 6 files changed, 28 insertions(+), 6 deletions(-)
+
+commit 54e7d6267b485f252cf3f266a4577c72d79b286b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 3 14:43:34 2021 -0600
+
+    [array] Remove defaulted destructor
+
+ src/hb-array.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit f51b48c8e780ca918535c7af670818f2166ccf64
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Nov 2 16:16:52 2021 -0700
+
+    [subset] Fix fuzzer found memory leak.
+    
+    Happens because an insert into a map with an invalid key reports successful, but this causes the set being inserted to be lost.
+
+ src/hb-ot-layout-gsubgpos.hh                           |  17 +++++++++--------
+ .../leak-34f1798a142fd0dfdd71a96fb6aa7de19a62865e      | Bin 0 -> 134 bytes
+ 2 files changed, 9 insertions(+), 8 deletions(-)
+
+commit b1cd0dce8ed2fff2b781dfb432777db7de5f3f80
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 2 17:56:11 2021 -0600
+
+    [map] Add INVALID_KEY and INVALID_VALUE
+
+ src/hb-map.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 540f19b6fe0de39312bc3f881be16e76dd902c33
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Oct 29 17:11:53 2021 -0700
+
+    [subset] fix bug in (Chain)ContextFormat2
+    
+    Only keep rulesets for glyphs class numbers that survived in coverage
+
+ src/hb-ot-layout-common.hh                         |  53 ++++++++++++++++++++-
+ src/hb-ot-layout-gsubgpos.hh                       |  46 ++++++++++++++----
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ ...lar.layout-test-retain-gids.268,301,302,324.ttf | Bin 0 -> 6312 bytes
+ ...ayout-test-retain-gids.retain-all-codepoint.ttf | Bin 0 -> 60976 bytes
+ ...Molengo-Regular.layout-test.268,301,302,324.ttf | Bin 0 -> 4124 bytes
+ ...go-Regular.layout-test.retain-all-codepoint.ttf | Bin 0 -> 60972 bytes
+ test/subset/data/fonts/Molengo-Regular.ttf         | Bin 0 -> 65464 bytes
+ test/subset/data/tests/layout.gsub5_format2.tests  |  10 ++++
+ test/subset/meson.build                            |   1 +
+ 11 files changed, 103 insertions(+), 9 deletions(-)
+
+commit e260eeb9be0402d645917cadc8634ddf8c0e2743
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Nov 2 15:31:32 2021 -0700
+
+    [subset] Update test goldens for gdef.glyphset.
+
+ ...Howrah-Regular.default.retain-all-codepoint.ttf | Bin 174040 -> 174308 bytes
+ ...rah-Regular.drop-hints.retain-all-codepoint.ttf | Bin 99020 -> 99288 bytes
+ ...ah-Regular.retain-gids.retain-all-codepoint.ttf | Bin 174340 -> 174608 bytes
+ 3 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 60e203644b7aa2098bce9ddae7741ba037500d2c
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Nov 2 15:02:36 2021 -0700
+
+    [subset] use glyphset_gsub instead of glyphset for GDEF
+
+ src/hb-ot-layout-gdef-table.hh                         |   4 ++--
+ test/subset/data/Makefile.am                           |   1 +
+ test/subset/data/Makefile.sources                      |   1 +
+ .../IndicTestHowrah-Regular.default.9dd.ttf            | Bin 0 -> 4152 bytes
+ ...TestHowrah-Regular.default.retain-all-codepoint.ttf | Bin 0 -> 174040 bytes
+ .../IndicTestHowrah-Regular.drop-hints.9dd.ttf         | Bin 0 -> 1128 bytes
+ ...tHowrah-Regular.drop-hints.retain-all-codepoint.ttf | Bin 0 -> 99020 bytes
+ .../IndicTestHowrah-Regular.retain-gids.9dd.ttf        | Bin 0 -> 4540 bytes
+ ...Howrah-Regular.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 174340 bytes
+ test/subset/data/fonts/IndicTestHowrah-Regular.ttf     | Bin 0 -> 186128 bytes
+ test/subset/data/tests/layout.gdef.glyphset.tests      |  11 +++++++++++
+ test/subset/meson.build                                |   1 +
+ 12 files changed, 16 insertions(+), 2 deletions(-)
+
+commit e39647c0f14102928ed787c2d38213f5b6cf576d
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Nov 2 15:25:05 2021 -0700
+
+    [subset] update subset goldens to fix tests.
+
+ ...wLatin-Regular.default.retain-all-codepoint.ttf | Bin 131672 -> 131672 bytes
+ ...in-Regular.layout-test.retain-all-codepoint.ttf | Bin 153648 -> 153648 bytes
+ ...in-Regular.retain-gids.retain-all-codepoint.ttf | Bin 134776 -> 134776 bytes
+ 3 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 0a7563a53ffedd735cb41c03f697269ef48f0ec2
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Nov 1 14:56:14 2021 -0700
+
+    [subset] fuzzer fix: https://oss-fuzz.com/testcase?key=6254792024915968
+    
+    Make sure input is valid, each gid has a corresponding offset value in
+    the map
+
+ src/hb-ot-color-colr-table.hh                           |   5 ++++-
+ ...testcase-minimized-hb-subset-fuzzer-6254792024915968 | Bin 0 -> 20851 bytes
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit 364b6b3989e9df6335711e282e3250534d88299a
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Sun Oct 31 14:38:20 2021 -0700
+
+    [subset] Don't assume FeatureList is sorted
+    
+    Though the spec said FeatureRecords are sorted alphabetically by feature
+    tag, there're font files with unsorted FeatureList. And harfbuzz is not
+    able to subset these files correctly because we use binary search in
+    finding featureRecords when collecting lookups. Also
+    find_duplicate_features needs to be updated to handle this.
+
+ src/hb-ot-layout-gsubgpos.hh                       |  28 +++++++++++++++------
+ src/hb-ot-layout.cc                                |  21 +++++-----------
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ ...HebrewLatin-Regular.default.392,3a7,3b2,3c7.ttf | Bin 0 -> 2464 bytes
+ ...wLatin-Regular.default.retain-all-codepoint.ttf | Bin 0 -> 131672 bytes
+ ...ewLatin-Regular.layout-test.392,3a7,3b2,3c7.ttf | Bin 0 -> 2588 bytes
+ ...in-Regular.layout-test.retain-all-codepoint.ttf | Bin 0 -> 153648 bytes
+ ...ewLatin-Regular.retain-gids.392,3a7,3b2,3c7.ttf | Bin 0 -> 13484 bytes
+ ...in-Regular.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 134776 bytes
+ .../data/fonts/NotoIKEAHebrewLatin-Regular.ttf     | Bin 0 -> 212524 bytes
+ .../data/tests/layout.unsorted_featurelist.tests   |  11 ++++++++
+ test/subset/meson.build                            |   1 +
+ 13 files changed, 40 insertions(+), 23 deletions(-)
+
+commit 49c9392412ccf31cf948310acda057b96eb6afc6
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Sep 24 09:28:10 2021 -0700
+
+    [subset] During LigatureSubstFormat1 subsetting always place Coverage last.
+    
+    In Windows 7 on Chrome if the coverage table comes before any of the LigatureSet or Ligature subtables the font won't load. This changes the packing order to always place the Coverage table last. Virtual links are used to ensure the repacker maintains the desired ordering.
+    
+    Coincidentally fontTools also does the same thing (https://github.com/fonttools/fonttools/blob/a3f988fbf621142d7d9b3e68a69725b88f358869/Lib/fontTools/ttLib/tables/otTables.py#L1137) to reduce overflows during packing.
+
+ src/hb-ot-layout-gsub-table.hh                     |  48 +++++++++++++++++----
+ ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 191632 -> 191632 bytes
+ ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 191584 -> 191584 bytes
+ ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
+ ...egular-new.glyph-names.retain-all-codepoint.ttf | Bin 229748 -> 229748 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 223452 -> 223452 bytes
+ ...ar-new.layout-features.retain-all-codepoint.ttf | Bin 220948 -> 220948 bytes
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 222496 -> 222496 bytes
+ ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
+ ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
+ ...lar-new.notdef-outline.retain-all-codepoint.ttf | Bin 223352 -> 223352 bytes
+ ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 222804 -> 222804 bytes
+ ...tu-Regular.glyph-names.retain-all-codepoint.ttf | Bin 281092 -> 281092 bytes
+ ...ns-BlackItalic.default.retain-all-codepoint.ttf | Bin 120236 -> 120236 bytes
+ ...lackItalic.glyph-names.retain-all-codepoint.ttf | Bin 132480 -> 132480 bytes
+ ...kItalic.notdef-outline.retain-all-codepoint.ttf | Bin 120236 -> 120236 bytes
+ ...andhar-Regular.default.retain-all-codepoint.ttf | Bin 49248 -> 49248 bytes
+ ...har-Regular.drop-hints.retain-all-codepoint.ttf | Bin 29468 -> 29468 bytes
+ ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf | Bin 49248 -> 49248 bytes
+ ...ayout-test-retain-gids.retain-all-codepoint.otf | Bin 4064 -> 4064 bytes
+ ...pos5_font1.layout-test.retain-all-codepoint.otf | Bin 4064 -> 4064 bytes
+ ...ayout-test-retain-gids.retain-all-codepoint.otf | Bin 4008 -> 4008 bytes
+ ...cessive_f1.layout-test.retain-all-codepoint.otf | Bin 4008 -> 4008 bytes
+ ...Bold.default.627,644,623,62D,644,627,645,2E.ttf | Bin 11372 -> 11372 bytes
+ ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf | Bin 17640 -> 17732 bytes
+ .../NotoNastaliqUrdu-Bold.default.627,644.ttf      | Bin 3512 -> 3512 bytes
+ ...rdu-Bold.default.633,645,627,621,20,644,627.ttf | Bin 12360 -> 12360 bytes
+ .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  | Bin 19340 -> 19432 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 18208 -> 18208 bytes
+ ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 23704 -> 23792 bytes
+ .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  | Bin 9160 -> 9160 bytes
+ ...Bold.retain-gids.633,645,627,621,20,644,627.ttf | Bin 18164 -> 18164 bytes
+ ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf | Bin 25392 -> 25484 bytes
+ .../Tinos-Italic.default.retain-all-codepoint.ttf  | Bin 412764 -> 412764 bytes
+ ...nos-Italic.glyph-names.retain-all-codepoint.ttf | Bin 437592 -> 437592 bytes
+ ...-Italic.notdef-outline.retain-all-codepoint.ttf | Bin 412764 -> 412764 bytes
+ ...nos-Italic.retain-gids.retain-all-codepoint.ttf | Bin 415140 -> 415140 bytes
+ ...woMath-Regular.default.retain-all-codepoint.ttf | Bin 1038580 -> 1038580 bytes
+ ...th-Regular.glyph-names.retain-all-codepoint.ttf | Bin 1091356 -> 1091356 bytes
+ ...Regular.notdef-outline.retain-all-codepoint.ttf | Bin 1038828 -> 1038828 bytes
+ ...th-Regular.retain-gids.retain-all-codepoint.ttf | Bin 1053656 -> 1053656 bytes
+ .../variable/Fraunces.default.26,66,69,124,125.ttf | Bin 15856 -> 15856 bytes
+ 44 files changed, 39 insertions(+), 9 deletions(-)
+
+commit 9643d77086b1d0896cb4703f48b71743044880bf
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Sep 24 11:39:59 2021 -0700
+
+    [repacker] add more detailed comment about virtual links.
+
+ src/hb-serialize.hh | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit 5bfc7d101562a188fb283fd679a7ba55acc4042c
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 23 14:45:20 2021 -0700
+
+    [repacker] remove VirtualOffset struct.
+    
+    Make and add_virtual_link () specialization of add_link() instead.
+
+ src/hb-serialize.hh  | 9 +--------
+ src/test-repacker.cc | 3 +--
+ 2 files changed, 2 insertions(+), 10 deletions(-)
+
+commit bc4c5341d6e5725a6ad231eba3a7a6f2ba606ce9
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 23 14:41:42 2021 -0700
+
+    [repacker] Add test for virtual links in the repacker.
+
+ src/hb-serialize.hh  | 24 +++++++++++++++++++++
+ src/test-repacker.cc | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 84 insertions(+)
+
+commit 7615b94ecf483aa275220409d3c385089a74a09d
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 23 14:14:06 2021 -0700
+
+    [repacker] add 'virtual links' to the serializer.
+    
+    These aren't associated with an offset field, but instead exist solely to add an ordering constraint to the object graph.
+
+ src/hb-repacker.hh  | 10 +++++++++-
+ src/hb-serialize.hh | 21 ++++++++++++++++++++-
+ 2 files changed, 29 insertions(+), 2 deletions(-)
+
+commit 59d8f6c8173a9054b2594f38c06d9aa635da04c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 2 10:33:53 2021 -0600
+
+    [map] Fix copy assignment operator
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit bbda020cbc99d6a956f21a7fb05bf721fa0f2faf
+Merge: 8dc86d070 459e485ba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 2 08:40:59 2021 -0700
+
+    Merge pull request #3278 from harfbuzz/more-std
+    
+    More standard idioms
+
+commit 459e485babea657e47930e74bd56280658811af2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 2 09:36:12 2021 -0600
+
+    [meta] Remove otherwise-empty test-meta
+
+ src/Makefile.am  |  5 ----
+ src/meson.build  |  1 -
+ src/test-meta.cc | 87 --------------------------------------------------------
+ 3 files changed, 93 deletions(-)
+
+commit b8724c60232a97d1e1785c3c618a340089be9c8a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 2 00:49:40 2021 -0600
+
+    [meta] Add in-house impl of hb_is_convertible()
+
+ src/hb-meta.hh   | 26 +-------------------------
+ src/test-meta.cc | 14 --------------
+ 2 files changed, 1 insertion(+), 39 deletions(-)
+
+commit 7a078c395a57097a2ae204c0089f47a9ac97d849
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 2 00:44:51 2021 -0600
+
+    [meta] Use std::conditional instead of hb_conditional()
+
+ src/hb-meta.hh      | 13 ++-----------
+ src/hb-open-type.hh |  2 +-
+ 2 files changed, 3 insertions(+), 12 deletions(-)
+
+commit 943921cf0caefa564601f7b18eed2168be77cfda
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 2 00:26:46 2021 -0600
+
+    [meta] Use more std type_traits
+
+ src/hb-algs.hh      |  6 +++---
+ src/hb-map.hh       |  8 ++++----
+ src/hb-meta.hh      | 44 --------------------------------------------
+ src/hb-open-type.hh |  4 ++--
+ src/hb-serialize.hh |  2 +-
+ src/test-meta.cc    |  3 ---
+ 6 files changed, 10 insertions(+), 57 deletions(-)
+
+commit 6d555ce82e50bdd54896a89d9d547493b466b116
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 2 00:18:22 2021 -0600
+
+    [meta] Use std::forward instead of hb_forward()
+
+ src/hb-aat-layout-common.hh     |  2 +-
+ src/hb-aat-layout-kerx-table.hh | 10 +++---
+ src/hb-aat-layout-morx-table.hh | 10 +++---
+ src/hb-algs.hh                  | 80 ++++++++++++++++++++---------------------
+ src/hb-debug.hh                 |  8 ++---
+ src/hb-dispatch.hh              |  2 +-
+ src/hb-iter.hh                  | 14 ++++----
+ src/hb-meta.hh                  | 10 ++----
+ src/hb-open-type.hh             | 22 ++++++------
+ src/hb-ot-cff-common.hh         |  2 +-
+ src/hb-ot-color-colr-table.hh   | 68 +++++++++++++++++------------------
+ src/hb-ot-kern-table.hh         |  8 ++---
+ src/hb-ot-layout-common.hh      |  4 +--
+ src/hb-ot-layout-gdef-table.hh  |  6 ++--
+ src/hb-ot-layout-gpos-table.hh  | 36 +++++++++----------
+ src/hb-ot-layout-gsub-table.hh  | 30 ++++++++--------
+ src/hb-ot-layout-gsubgpos.hh    | 16 ++++-----
+ src/hb-ot-layout.cc             |  4 +--
+ src/hb-sanitize.hh              |  6 ++--
+ src/hb-serialize.hh             | 16 ++++-----
+ src/hb-subset.hh                |  6 ++--
+ src/hb-vector.hh                |  4 +--
+ 22 files changed, 179 insertions(+), 185 deletions(-)
+
+commit 811f80a701a7e40d8ef2e01b927da74015aa6113
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 2 00:14:34 2021 -0600
+
+    [algs] Use std::move instead of hb_move()
+
+ src/hb-map.hh    | 4 ++--
+ src/hb-meta.hh   | 6 ++----
+ src/hb-set.hh    | 2 +-
+ src/hb-vector.hh | 2 +-
+ 4 files changed, 6 insertions(+), 8 deletions(-)
+
+commit 896e0c74a82eb65f80d284a5d4f6557960de2620
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 2 00:06:30 2021 -0600
+
+    [meta] Remove unused traits
+
+ src/hb-meta.hh   | 46 ----------------------------------------------
+ src/test-meta.cc | 13 -------------
+ 2 files changed, 59 deletions(-)
+
+commit be42800fc6d90340f843fa03be1bb06b0453e519
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 2 00:04:18 2021 -0600
+
+    [meta] Use std::is_trivially_... instead of internal copies
+
+ src/hb-meta.hh      | 58 ++---------------------------------------------------
+ src/hb-open-type.hh | 10 ++++-----
+ src/test-meta.cc    | 16 ---------------
+ 3 files changed, 7 insertions(+), 77 deletions(-)
+
+commit 30c05e8b55c36200735446f237f1d7003cb70450
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 23:57:00 2021 -0600
+
+    [algs] include <new>
+
+ src/hb-algs.hh  | 1 +
+ src/hb-mutex.hh | 1 -
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 4c6fd7cdb2f2ab60de83d9a1e0fd189510b771a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 23:13:34 2021 -0600
+
+    [map] Try moving items when resizing
+
+ src/hb-map.hh | 11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+commit a28ea8d7f35a89cda49a9552a5ab6dc14d208c84
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 22:50:54 2021 -0600
+
+    Simplify swap()
+
+ src/hb-bit-set.hh | 1 -
+ src/hb-map.hh     | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit 94158316d9ba69315497a200ec63d13cb6959363
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 22:47:26 2021 -0600
+
+    [map] Add iterable constructor
+
+ src/hb-map.hh   |  6 ++++++
+ src/test-map.cc | 24 ++++++++++++++++++++++++
+ 2 files changed, 30 insertions(+)
+
+commit a03b9b14c988aa04ba3ee1e5d187b65e7b24015a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 22:45:11 2021 -0600
+
+    [map] Add initializer_list and swap()
+
+ src/hb-map.hh   | 25 +++++++++++++++++++++++--
+ src/test-map.cc | 10 ++++++++++
+ src/test-set.cc |  6 +++---
+ 3 files changed, 36 insertions(+), 5 deletions(-)
+
+commit 3604f5f2484b47c0693896f8a8e48dfe46dddef1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 22:37:42 2021 -0600
+
+    [algs] Include <initializer_list>
+
+ src/hb-algs.hh   | 1 +
+ src/hb-set.hh    | 2 --
+ src/hb-vector.hh | 2 --
+ 3 files changed, 1 insertion(+), 4 deletions(-)
+
+commit c30f6834d0ad0adbe0f16bb79555fd161de2303e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 22:29:14 2021 -0600
+
+    [map] Add 5 methods
+
+ src/Makefile.am    |  5 ++++
+ src/hb-map.hh      | 17 +++++++++++++-
+ src/meson.build    |  1 +
+ src/test-map.cc    | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/test-set.cc    |  1 +
+ src/test-vector.cc |  1 +
+ 6 files changed, 92 insertions(+), 1 deletion(-)
+
+commit 38debbab7e287e513968c80a10e69ab054acad4d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 22:17:35 2021 -0600
+
+    [set] Add successful check in swap()
+
+ src/hb-bit-set-invertible.hh | 2 ++
+ src/hb-bit-set.hh            | 2 ++
+ 2 files changed, 4 insertions(+)
+
+commit b860b44229dbde49e8a1ed34257b1a70bb2401ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 22:00:18 2021 -0600
+
+    [bimap] Simplify initialization
+
+ src/hb-bimap.hh | 15 +++------------
+ 1 file changed, 3 insertions(+), 12 deletions(-)
+
+commit d2c364f6e7edbd295132f792d711ac37ff551d37
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 21:55:14 2021 -0600
+
+    [array] Use default methods
+
+ src/hb-array.hh | 15 ++++++++-------
+ 1 file changed, 8 insertions(+), 7 deletions(-)
+
+commit 6f74d80ed1f20a31744f78ee5a290b76b1dfb102
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 21:49:32 2021 -0600
+
+    [vector] Complete sorted_vector 5-methods
+
+ src/hb-vector.hh   | 11 +++++++++--
+ src/test-vector.cc | 19 ++++++++++++++++---
+ 2 files changed, 25 insertions(+), 5 deletions(-)
+
+commit a28b5d03b5c86d2ffc352ef35463718aa4a00a9f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 21:43:44 2021 -0600
+
+    [vector] Add swap() friend to hb_sorted_vector_t
+
+ src/hb-vector.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit e97e79967e6ed0dd5719c2b88cf72f8860790245
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 21:34:46 2021 -0600
+
+    Verbiage
+
+ src/hb-set.hh    |  8 ++++----
+ src/hb-vector.hh | 10 +++++-----
+ 2 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 34fa5e290146b14ee6bdb261811d219fd7711574
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 21:25:03 2021 -0600
+
+    [set] More default operators
+
+ src/hb-set.hh | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit b6c0b40fc2a66893c70f02dc20f2c99b0a996b6a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 21:15:38 2021 -0600
+
+    [vector] Use default constructor
+
+ src/hb-vector.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 1e3f57c07904578079a58e37baf3a6bb01c0be0c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 21:14:12 2021 -0600
+
+    [bit-set] Implement standard-5 methods plus swap
+
+ src/hb-bit-set.hh | 24 ++++++++++++++++--------
+ 1 file changed, 16 insertions(+), 8 deletions(-)
+
+commit 11eadb5d2886c8d2a6eef26866f080bde9ff65ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 21:07:09 2021 -0600
+
+    [bit-set-invertible] Implement standard-5 methods & swap
+
+ src/hb-bit-set-invertible.hh | 16 ++++++++++++----
+ 1 file changed, 12 insertions(+), 4 deletions(-)
+
+commit dcd18da611436455733e3a80075d07685a6f96f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 20:55:30 2021 -0600
+
+    [set] Add standard the 5 standard methods & tests
+
+ src/Makefile.am |  9 ++++++
+ src/hb-set.hh   | 33 +++++++++++++++++---
+ src/meson.build |  1 +
+ src/test-set.cc | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 135 insertions(+), 4 deletions(-)
+
+commit 628a0f3796992fe858b368c8b6358ef9d83a21e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 20:36:55 2021 -0600
+
+    [vector] Add more tests
+
+ src/test-vector.cc | 41 +++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 41 insertions(+)
+
+commit f15858be5f09a9fdfbec9ccc68490e23e5db35ad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 20:26:07 2021 -0600
+
+    [vector] Pre-allocate if iterator has random-access length
+
+ src/hb-vector.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 11135150a7e9955aefbf9ac943367a618b513981
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 20:23:12 2021 -0600
+
+    [vector] Move test code into separate file
+
+ src/Makefile.am    | 14 ++++++++-
+ src/meson.build    |  1 +
+ src/test-algs.cc   | 51 --------------------------------
+ src/test-vector.cc | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 99 insertions(+), 52 deletions(-)
+
+commit ee75e716c1fec110e9ee2d30be9db14b75515404
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 20:18:49 2021 -0600
+
+    [vector] Add initializer from iterable
+
+ src/hb-vector.hh |  6 ++++++
+ src/test-algs.cc | 31 +++++++++++++++++++++++++++++++
+ 2 files changed, 37 insertions(+)
+
+commit 18a078f968072990cc50f96d4b6e47b32a6001c5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 20:06:58 2021 -0600
+
+    [vector] Implement move assignment using swap
+
+ src/hb-vector.hh | 6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+commit 8dc86d07036e0d251ab6817230651f8943693db8
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Mon Nov 1 19:57:11 2021 -0400
+
+    Add a test font scale rounding behavior
+    
+    This test verifies the fix for
+    https://github.com/harfbuzz/harfbuzz/issues/3274
+
+ test/api/Makefile.am           |   1 +
+ test/api/fonts/Cantarell.A.otf | Bin 0 -> 1956 bytes
+ test/api/meson.build           |   1 +
+ test/api/test-font-scale.c     |  57 +++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 59 insertions(+)
+
+commit eeda2c549ddd103ebf8f9d1e20ae30137f5ed532
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 18:36:57 2021 -0600
+
+    [vector] Add initializer_list constructor & tests
+
+ src/hb-vector.hh | 15 +++++++++++++--
+ src/test-algs.cc | 20 ++++++++++++++++++++
+ 2 files changed, 33 insertions(+), 2 deletions(-)
+
+commit c484641304daff090111171d2dc3404735e14ed6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 18:48:24 2021 -0600
+
+    Revert "[vector] Add initializer_list constructor & tests"
+    
+    This reverts commit aa6182453b29b2d1cc974756fe0ae4220a846bf4.
+
+ src/hb-vector.hh | 15 ++-------------
+ src/test-algs.cc | 20 --------------------
+ 2 files changed, 2 insertions(+), 33 deletions(-)
+
+commit aa6182453b29b2d1cc974756fe0ae4220a846bf4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 18:36:57 2021 -0600
+
+    [vector] Add initializer_list constructor & tests
+
+ src/hb-vector.hh | 15 +++++++++++++--
+ src/test-algs.cc | 20 ++++++++++++++++++++
+ 2 files changed, 33 insertions(+), 2 deletions(-)
+
+commit 8c05569930b3ba8901baae7ffb9ae2a6fc6ce4b1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 17:59:17 2021 -0600
+
+    [algs] Add hb_swap() ala, and using, std::swap()
+    
+    Use it in vector.
+    
+    Use ADL idiom.
+
+ src/hb-algs.hh     | 11 +++++++++++
+ src/hb-repacker.hh |  4 ++--
+ src/hb-vector.hh   | 16 ++++------------
+ 3 files changed, 17 insertions(+), 14 deletions(-)
+
+commit bbaccf23d9e231370fb3ca3398ebfc132c7555bc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 1 16:45:36 2021 -0600
+
+    Better round positions during scaling
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3274
+
+ src/hb-font.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 52ccdc78e67b57645a83c6a55268dc19bf562e04
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Oct 28 14:56:13 2021 -0400
+
+    docs: Add a link to the OpenType spec
+    
+    Link to the name table specification in the
+    hb_ot_name_id_t docs.
+
+ src/hb-ot-name.h | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 8cb2f969d9632804a546e7e1157b64f85f21f512
+Author: Matthias Clasen <mclasen@redhat.com>
+Date:   Thu Oct 28 07:42:07 2021 -0400
+
+    Document hb_ot_name_t values
+    
+    Add a short blurb for each value and refer
+    to the OpenType spec for more information.
+    
+    Fixes: #3181
+
+ src/hb-ot-name.h | 29 +++++++++++++++++++++++++++++
+ 1 file changed, 29 insertions(+)
+
+commit 85deddb16ee6b00b0c921998e1d93c84002f5a42
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Oct 27 14:36:02 2021 -0700
+
+    [subset] fuzzer fix: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40406
+
+ src/hb-ot-color-colr-table.hh                           |   1 +
+ ...testcase-minimized-hb-subset-fuzzer-6315334756335616 | Bin 0 -> 20377 bytes
+ 2 files changed, 1 insertion(+)
+
+commit de9424172d79ee45c1913b2a5020c228a19e7ac8
+Author: David Korczynski <david@adalogics.com>
+Date:   Wed Oct 27 15:24:57 2021 +0100
+
+    [ci] Add CIFuzz integration
+    
+    Add CIFuzz integration, which will run the fuzzers for a short amount
+    of time when a PR is submitted on Github.
+    
+    Signed-off-by: David Korczynski <david@adalogics.com>
+
+ .github/workflows/cifuzz.yml | 24 ++++++++++++++++++++++++
+ 1 file changed, 24 insertions(+)
+
+commit da500568dee503fd3fc9042d95668e3371f93d75
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 26 08:02:29 2021 -0600
+
+    [API] Add hb_buffer_[sg]et_not_found_glyph() and --not-found-glyph
+    
+    Instead of using gid=0 when a character is not found in the font,
+    client can now set a custom value.  This is useful for shaper-driven
+    font fallback and to differentiate that from .notdef glyph.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1360
+
+ docs/harfbuzz-sections.txt   |  2 ++
+ src/hb-buffer.cc             | 42 ++++++++++++++++++++++++++++++++++++++++++
+ src/hb-buffer.h              |  7 +++++++
+ src/hb-buffer.hh             |  1 +
+ src/hb-font.hh               | 10 ++++++----
+ src/hb-ot-shape-normalize.cc |  5 +++--
+ src/hb-ot-shape-normalize.hh |  1 +
+ util/shape-options.hh        |  3 +++
+ 8 files changed, 65 insertions(+), 6 deletions(-)
+
+commit 6ea6c581edb3cecf1b4b42854e37b40d6d067cd3
+Author: Cameron Cawley <ccawley2011@gmail.com>
+Date:   Fri Sep 24 22:05:29 2021 +0100
+
+    Remove direct link to dwrite from meson scripts
+
+ meson.build     | 7 +------
+ src/meson.build | 1 -
+ 2 files changed, 1 insertion(+), 7 deletions(-)
+
+commit ecbe224743c205c99aa459b27e7fb241cc4b1dc5
+Author: Cameron Cawley <ccawley2011@gmail.com>
+Date:   Fri Sep 24 21:32:12 2021 +0100
+
+    Revert "[hb-directwrite] Don't load dwrit.dll dynamically"
+    
+    This reverts commit 6119ff9d806db7de3ceef73de67fe589507800bb.
+
+ src/hb-directwrite.cc | 36 ++++++++++++++++++++++++++++++++++--
+ 1 file changed, 34 insertions(+), 2 deletions(-)
+
+commit 4262636926123df42eaba5374dc54bb9776a5af2
+Merge: f55d83473 d17155f5d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 23 13:18:22 2021 -0700
+
+    Merge pull request #3248 from googlefonts/connected_components
+    
+    [repacker] Keep connected subgraphs in the same space.
+
+commit f55d834736b58ac15cff09c20f5c5cd3ca52ef1e
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Oct 14 13:39:45 2021 -0700
+
+    [subset] Move struct DeltaSetIndexMap into hb-ot-var-common.hh
+    
+    Also fix naming issues in review comments
+
+ src/Makefile.sources          |   1 +
+ src/hb-ot-color-colr-table.hh | 131 +--------------------
+ src/hb-ot-var-common.hh       | 264 ++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-var-hvar-table.hh   |  88 +-------------
+ src/meson.build               |   1 +
+ 5 files changed, 273 insertions(+), 212 deletions(-)
+
+commit 8c583db9b5c63dc790f6553044b8915e1f5906bb
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Sat Oct 2 20:32:30 2021 -0700
+
+    [subset] COLRv1: update subset() method for new strutc ClipList and VarIdxMap
+    
+    Also fix issues in struct PaintTransform definition
+
+ src/hb-ot-color-colr-table.hh                      | 193 ++++++++++++++++++---
+ src/hb-subset-plan.cc                              |  60 ++++---
+ .../TwemojiMozilla.subset.default.32,3299.ttf      | Bin 1576 -> 1520 bytes
+ .../api/fonts/TwemojiMozilla.subset.default.32.ttf | Bin 932 -> 888 bytes
+ .../fonts/TwemojiMozilla.subset.default.3297.ttf   | Bin 1376 -> 1332 bytes
+ test/api/fonts/TwemojiMozilla.subset.ttf           | Bin 1936 -> 1868 bytes
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ .../TwemojiMozilla.subset.default.32,3297,3299.ttf | Bin 1868 -> 1868 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3297.ttf | Bin 1344 -> 1344 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3299.ttf | Bin 1520 -> 1520 bytes
+ .../TwemojiMozilla.subset.default.3297,3299.ttf    | Bin 1860 -> 1860 bytes
+ .../colr/TwemojiMozilla.subset.default.3297.ttf    | Bin 1332 -> 1332 bytes
+ .../colr/TwemojiMozilla.subset.default.3299.ttf    | Bin 1508 -> 1508 bytes
+ ....subset.drop-hints-retain-gids.32,3297,3299.ttf | Bin 1848 -> 1848 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3297.ttf | Bin 1340 -> 1340 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3299.ttf | Bin 1520 -> 1520 bytes
+ ...lla.subset.drop-hints-retain-gids.3297,3299.ttf | Bin 1844 -> 1844 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3297.ttf | Bin 1328 -> 1328 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3299.ttf | Bin 1508 -> 1508 bytes
+ ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf | Bin 1848 -> 1848 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   | Bin 1324 -> 1324 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   | Bin 1500 -> 1500 bytes
+ .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf | Bin 1840 -> 1840 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf | Bin 1312 -> 1312 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf | Bin 1488 -> 1488 bytes
+ ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf | Bin 1868 -> 1868 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  | Bin 1360 -> 1360 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  | Bin 1540 -> 1540 bytes
+ ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf | Bin 1864 -> 1864 bytes
+ .../TwemojiMozilla.subset.retain-gids.3297.ttf     | Bin 1348 -> 1348 bytes
+ .../TwemojiMozilla.subset.retain-gids.3299.ttf     | Bin 1528 -> 1528 bytes
+ .../colr_with_components/colr-table.default.6B.ttf | Bin 4260 -> 4260 bytes
+ .../colr-table.drop-hints-retain-gids.6B.ttf       | Bin 4984 -> 4984 bytes
+ .../colr-table.drop-hints.6B.ttf                   | Bin 4260 -> 4260 bytes
+ .../colr-table.retain-gids.6B.ttf                  | Bin 4984 -> 4984 bytes
+ .../TestCOLRv1.default.E000,E001,E002,E003.ttf     | Bin 0 -> 1260 bytes
+ .../colrv1/TestCOLRv1.default.E000,E001,E002.ttf   | Bin 0 -> 1200 bytes
+ .../colrv1/TestCOLRv1.default.E000,E001.ttf        | Bin 0 -> 996 bytes
+ .../colrv1/TestCOLRv1.default.E000,E004.ttf        | Bin 0 -> 940 bytes
+ .../expected/colrv1/TestCOLRv1.default.E000.ttf    | Bin 0 -> 800 bytes
+ .../expected/colrv1/TestCOLRv1.default.E001.ttf    | Bin 0 -> 856 bytes
+ .../colrv1/TestCOLRv1.default.E002,E003,E004.ttf   | Bin 0 -> 1248 bytes
+ .../colrv1/TestCOLRv1.default.E002,E003.ttf        | Bin 0 -> 1116 bytes
+ .../expected/colrv1/TestCOLRv1.default.E002.ttf    | Bin 0 -> 856 bytes
+ .../colrv1/TestCOLRv1.default.E003,E004.ttf        | Bin 0 -> 1044 bytes
+ .../expected/colrv1/TestCOLRv1.default.E003.ttf    | Bin 0 -> 916 bytes
+ .../expected/colrv1/TestCOLRv1.default.E004.ttf    | Bin 0 -> 748 bytes
+ .../TestCOLRv1.default.retain-all-codepoint.ttf    | Bin 0 -> 1532 bytes
+ ....drop-hints-retain-gids.E000,E001,E002,E003.ttf | Bin 0 -> 1308 bytes
+ ...OLRv1.drop-hints-retain-gids.E000,E001,E002.ttf | Bin 0 -> 1248 bytes
+ ...TestCOLRv1.drop-hints-retain-gids.E000,E001.ttf | Bin 0 -> 1052 bytes
+ ...TestCOLRv1.drop-hints-retain-gids.E000,E004.ttf | Bin 0 -> 1020 bytes
+ .../TestCOLRv1.drop-hints-retain-gids.E000.ttf     | Bin 0 -> 856 bytes
+ .../TestCOLRv1.drop-hints-retain-gids.E001.ttf     | Bin 0 -> 924 bytes
+ ...OLRv1.drop-hints-retain-gids.E002,E003,E004.ttf | Bin 0 -> 1304 bytes
+ ...TestCOLRv1.drop-hints-retain-gids.E002,E003.ttf | Bin 0 -> 1176 bytes
+ .../TestCOLRv1.drop-hints-retain-gids.E002.ttf     | Bin 0 -> 936 bytes
+ ...TestCOLRv1.drop-hints-retain-gids.E003,E004.ttf | Bin 0 -> 1124 bytes
+ .../TestCOLRv1.drop-hints-retain-gids.E003.ttf     | Bin 0 -> 984 bytes
+ .../TestCOLRv1.drop-hints-retain-gids.E004.ttf     | Bin 0 -> 844 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 0 -> 1532 bytes
+ .../TestCOLRv1.drop-hints.E000,E001,E002,E003.ttf  | Bin 0 -> 1260 bytes
+ .../TestCOLRv1.drop-hints.E000,E001,E002.ttf       | Bin 0 -> 1200 bytes
+ .../colrv1/TestCOLRv1.drop-hints.E000,E001.ttf     | Bin 0 -> 996 bytes
+ .../colrv1/TestCOLRv1.drop-hints.E000,E004.ttf     | Bin 0 -> 940 bytes
+ .../expected/colrv1/TestCOLRv1.drop-hints.E000.ttf | Bin 0 -> 800 bytes
+ .../expected/colrv1/TestCOLRv1.drop-hints.E001.ttf | Bin 0 -> 856 bytes
+ .../TestCOLRv1.drop-hints.E002,E003,E004.ttf       | Bin 0 -> 1248 bytes
+ .../colrv1/TestCOLRv1.drop-hints.E002,E003.ttf     | Bin 0 -> 1116 bytes
+ .../expected/colrv1/TestCOLRv1.drop-hints.E002.ttf | Bin 0 -> 856 bytes
+ .../colrv1/TestCOLRv1.drop-hints.E003,E004.ttf     | Bin 0 -> 1044 bytes
+ .../expected/colrv1/TestCOLRv1.drop-hints.E003.ttf | Bin 0 -> 916 bytes
+ .../expected/colrv1/TestCOLRv1.drop-hints.E004.ttf | Bin 0 -> 748 bytes
+ .../TestCOLRv1.drop-hints.retain-all-codepoint.ttf | Bin 0 -> 1532 bytes
+ .../TestCOLRv1.retain-gids.E000,E001,E002,E003.ttf | Bin 0 -> 1308 bytes
+ .../TestCOLRv1.retain-gids.E000,E001,E002.ttf      | Bin 0 -> 1248 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E000,E001.ttf    | Bin 0 -> 1052 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E000,E004.ttf    | Bin 0 -> 1020 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E000.ttf         | Bin 0 -> 856 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E001.ttf         | Bin 0 -> 924 bytes
+ .../TestCOLRv1.retain-gids.E002,E003,E004.ttf      | Bin 0 -> 1304 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E002,E003.ttf    | Bin 0 -> 1176 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E002.ttf         | Bin 0 -> 936 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E003,E004.ttf    | Bin 0 -> 1124 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E003.ttf         | Bin 0 -> 984 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E004.ttf         | Bin 0 -> 844 bytes
+ ...TestCOLRv1.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 1532 bytes
+ test/subset/data/fonts/TestCOLRv1.ttf              | Bin 1780 -> 1860 bytes
+ test/subset/data/tests/colrv1.tests                |  16 +-
+ test/subset/meson.build                            |   2 +-
+ 91 files changed, 222 insertions(+), 51 deletions(-)
+
+commit e51c7f8e79867b790bfb282ca112b922cc7a2022
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Sep 30 10:42:17 2021 -0700
+
+    [subset] COLRv1: add ClipList/ClipRecord/ClipBox struct definition
+
+ src/hb-ot-color-colr-table.hh | 76 +++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 76 insertions(+)
+
+commit 2e5636eeaf5da1623c9a14d60163449c44ffacd1
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Aug 4 14:51:52 2021 -0700
+
+    [subset] add DeltasetIndexMap struct definition
+
+ src/hb-ot-color-colr-table.hh | 86 ++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 84 insertions(+), 2 deletions(-)
+
+commit d2e986feadfb8bbd7b7109795187780290e28f3b
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Aug 3 16:31:42 2021 -0700
+
+    [subset] update COLRv1 table struct definitions
+
+ src/hb-ot-color-colr-table.hh     | 471 ++++++++++++++++++++++++++------------
+ src/hb-ot-color-colrv1-closure.hh |  53 +++--
+ 2 files changed, 357 insertions(+), 167 deletions(-)
+
+commit 792ca307b0cfe916e65879403861a583bb12c378
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Oct 5 19:00:29 2021 +0200
+
+    [meson] Add graphite2 option and deprecate graphite
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3241
+    
+    Should be better handled when we can use https://github.com/mesonbuild/meson/pull/9184
+
+ meson.build       | 5 +++--
+ meson_options.txt | 2 ++
+ src/meson.build   | 2 +-
+ 3 files changed, 6 insertions(+), 3 deletions(-)
+
+commit c6557747ef2d5b5effeaa4c6ff97a0d274e0ca6c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 21 09:56:47 2021 -0600
+
+    [style] Use head->macStyle.isExtended in style fallback
+    
+    https://github.com/harfbuzz/harfbuzz/issues/3263
+
+ src/hb-style.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit f3f848b5066f3e6680ae5f68a1047085e7b8d59f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 21 09:54:02 2021 -0600
+
+    [head] Add is_expanded() internally
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3263
+
+ src/hb-ot-head-table.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit d17155f5d26f7ecb75d24d190c28a46f179c5d37
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Oct 13 14:40:00 2021 -0700
+
+    [repacker] use possibly updated root idx after isolate_subgraph.
+    
+    isolate_subgraph can change the root indices in some cases. So operations after the isolation need to use the roots from the output of isolate_subgraph.
+
+ src/hb-repacker.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit a7a36085538f218678c635a595025b7235c0e8cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 12 16:11:25 2021 -0700
+
+    [docs] Rename overflow_resolution to repacker
+
+ docs/{overflow_resolution.md => repacker.md} | 0
+ src/hb-repacker.hh                           | 4 ++--
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 9bd7ba5019381bb8584811ee63a0ba0cee7dca99
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 12 08:44:01 2021 -0700
+
+    Err on -Wbitwise-instead-of-logical
+    
+    Part of https://github.com/harfbuzz/harfbuzz/pull/3256
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 6bc64317ca0b1784a2826f980393d8cad3cf9de3
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Oct 12 13:13:32 2021 -0700
+
+    Add a writeup of the overflow resolution algorithm in harfbuzz.
+
+ docs/overflow_resolution.md | 265 ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-repacker.hh          |   7 ++
+ 2 files changed, 272 insertions(+)
+
+commit 96299d70edba60e5eb88a1efca384bc82392d977
+Author: Nico Weber <thakis@chromium.org>
+Date:   Tue Oct 12 10:42:43 2021 -0400
+
+    Fix Wbitwise-instead-of-logical warnings
+    
+    `a || b` only evaluates b if a is false. `a | b` always evaluates
+    both a and b. If a and b are of type bool, || is usually what you
+    want, so clang now warns on `|` where both arguments are of type bool.
+    
+    This warning fires twice in harfbuzz. In both cases, `|` is used
+    intentionally, with a comment explaining this.
+    
+    Slightly reorder the code a bit to make the compiler happy, and to
+    make it obvious even without a comment that both calls should be evaluated.
+    
+    No intended behavior change.
+
+ src/hb-ot-layout-gpos-table.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit b621c4fc29162c69098dce29fed887eac903d516
+Author: faywong <philip584521@gmail.com>
+Date:   Mon Oct 11 21:04:47 2021 +0800
+
+    [subset] Refine the coding style
+
+ CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f8538d3117b3f1715ffcfaf1775635c3d867839c
+Author: faywong <philip584521@gmail.com>
+Date:   Mon Oct 11 21:01:21 2021 +0800
+
+    [subset] Export header & archive when HB_BUILD_SUBSET
+    
+    Ease the adopt of hb-subset feature for 3rd party developers
+
+ CMakeLists.txt | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 36ed56b6e81b613b95b551527f6091c9fdbdc7ba
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Sep 23 10:51:21 2021 -0700
+
+    [subset] code cleanup
+    
+    - rename copy() method if it takes extra parameter
+    - get rid of same code blocks
+
+ src/hb-ot-layout-gsubgpos.hh | 110 ++++++++++++++++++-------------------------
+ 1 file changed, 45 insertions(+), 65 deletions(-)
+
+commit 3e635cf5e26e33d6210d3092256a49291752deec
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Oct 8 17:13:22 2021 -0400
+
+    [USE] Categorize characters that only have AJT
+
+ src/gen-use-table.py                 | 69 +++++++++++++-----------------------
+ src/hb-ot-shape-complex-use-table.hh | 66 +++++++++++++++++-----------------
+ src/update-unicode-tables.make       |  2 +-
+ 3 files changed, 59 insertions(+), 78 deletions(-)
+
+commit ae193cd18239e662308a4a189a0241cbf7b92244
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Oct 8 21:58:07 2021 -0400
+
+    [USE] Insert dotted circles before lone viramas
+
+ src/hb-ot-shape-complex-use-machine.hh | 520 ++++++++++++++++-----------------
+ src/hb-ot-shape-complex-use-machine.rl |  14 +-
+ 2 files changed, 265 insertions(+), 269 deletions(-)
+
+commit 641296b5ebb17875550705f1cea45ab6e6a8e562
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Oct 8 21:39:30 2021 -0400
+
+    [USE] Categorize U+11046 BRAHMI VIRAMA as HALANT
+
+ src/gen-use-table.py                 | 3 +--
+ src/hb-ot-shape-complex-use-table.hh | 2 +-
+ 2 files changed, 2 insertions(+), 3 deletions(-)
+
+commit cca42cda460491fb8d9ee89cb0b37fe1d59ac04a
+Merge: 8eaee2f88 bb50aae9b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 8 13:10:21 2021 -0600
+
+    Merge pull request #3249 from harfbuzz/use-merge-s-o
+    
+    [USE] Merge the categories S and O
+
+commit bb50aae9b42e20e4b7aff0f7ac67a18ff2d65460
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Oct 8 13:25:46 2021 -0400
+
+    [USE] Document customizations of USE categories
+
+ src/gen-use-table.py | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 7287125c586994bf2ea5d3117b15731475ce3192
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Oct 5 08:52:11 2021 -0400
+
+    [USE] Merge the categories S and O
+
+ src/gen-use-table.py                   |   5 -
+ src/hb-ot-shape-complex-use-machine.hh | 470 ++++++++++++++++-----------------
+ src/hb-ot-shape-complex-use-machine.rl |   6 +-
+ src/hb-ot-shape-complex-use-table.hh   |   4 +-
+ src/hb-ot-shape-complex-use.cc         |   1 -
+ 5 files changed, 234 insertions(+), 252 deletions(-)
+
+commit 8eaee2f887fffb1130b41668a54cd98866f0bfb5
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Thu Oct 7 20:10:31 2021 -0400
+
+    [USE] Only skip default ignorables within CCSes
+
+ src/gen-use-table.py                              | 106 ++++++++--------
+ src/hb-ot-shape-complex-use-machine.hh            |  55 ++++----
+ src/hb-ot-shape-complex-use-machine.rl            |   9 +-
+ src/hb-ot-shape-complex-use-table.hh              | 145 ++++++++++++++--------
+ src/update-unicode-tables.make                    |  16 +--
+ test/shape/data/in-house/tests/use-syllable.tests |   2 +-
+ 6 files changed, 189 insertions(+), 144 deletions(-)
+
+commit 4645c3b47c6e7a70f8d55eda543df1109e309347
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Thu Oct 7 08:52:02 2021 -0400
+
+    Update comments for U+180F FVS4
+
+ src/hb-ot-layout.hh | 4 ++--
+ src/hb-unicode.hh   | 3 ++-
+ 2 files changed, 4 insertions(+), 3 deletions(-)
+
+commit 5b882c420adc8f0556a0d966a641aef4c812079e
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Oct 6 11:12:32 2021 -0700
+
+    [repacker] performance optimizations for topological sorting.
+    
+    - Presize the output sorted graph and write it once in the correct order to avoid needing to reverse.
+    - Swap the old/new graph vectors instead of copying.
+    - Use a boolean vector for tracking visited instead of a set.
+
+ src/hb-repacker.hh | 25 +++++++++++--------------
+ src/hb-vector.hh   | 15 +++++++++++++++
+ 2 files changed, 26 insertions(+), 14 deletions(-)
+
+commit ff7a86e9b06f7c9b4c82fb931d681b08be1e0b27
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Oct 6 10:51:45 2021 -0700
+
+    [repacker] remove clone buffer, they are unnessecary.
+    
+    When nodes are duplicated it's fine to just reuse head, tail from the node being cloned since we don't modify the contents.
+
+ src/hb-repacker.hh | 39 +++------------------------------------
+ 1 file changed, 3 insertions(+), 36 deletions(-)
+
+commit 8cae8b653ddae37b1a5410a5997a14e44bf934a0
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Oct 5 14:03:02 2021 -0700
+
+    [repacker] add missing fini for parents vector.
+
+ src/hb-repacker.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 7f0ede4f04f3f3eeb985bf40907e127952c7390c
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Oct 5 13:10:01 2021 -0700
+
+    [repacker] refactor resolve overflow tests to use a helper.
+
+ src/test-repacker.cc | 165 +++++++++++++++++----------------------------------
+ 1 file changed, 53 insertions(+), 112 deletions(-)
+
+commit 79937d24b75d3039d70feafa2e5ca9836d72689b
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Oct 5 12:53:21 2021 -0700
+
+    [repacker] Add repacker test that requires space splitting.
+
+ test/subset/data/fonts/Harmattan-Regular.ttf        | Bin 0 -> 835156 bytes
+ test/subset/data/repack_tests/Makefile.sources      |   3 ++-
+ test/subset/data/repack_tests/space_splitting.tests |   2 ++
+ test/subset/meson.build                             |   2 ++
+ 4 files changed, 6 insertions(+), 1 deletion(-)
+
+commit 7883b7ed95fcf577e4a5771daeaa01a89058eade
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Oct 5 12:46:59 2021 -0700
+
+    [repacker] Add additional splitting spaces test.
+    
+    Fix issues it uncovered.
+
+ src/hb-repacker.hh   |  11 +++--
+ src/test-repacker.cc | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 133 insertions(+), 3 deletions(-)
+
+commit 6265663de4c77dd504d231f2b8f7fd8e80363b40
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Oct 5 11:30:04 2021 -0700
+
+    [repacker] add test for splitting spaces.
+
+ src/test-repacker.cc | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 105 insertions(+)
+
+commit d97bd4268a8acdbc3628855057743d2b22e85341
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Oct 5 10:53:05 2021 -0700
+
+    [repacker] when assigning spaces use post isolation node indices.
+    
+    isolate_subgraph can result in some of the roots being duplicated and moved to new indices, so do subgraph isolation before assign roots to spaces.
+
+ src/hb-repacker.hh | 69 ++++++++++++++++++++++++++++++++++++++++--------------
+ 1 file changed, 51 insertions(+), 18 deletions(-)
+
+commit bb57df7a4fae6991895388c8b4fab8ae9de80332
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Oct 5 15:40:30 2021 +0200
+
+    [test] Add test for https://github.com/harfbuzz/harfbuzz/issues/2757#issuecomment-933531978
+
+ .../fonts/e6185e88b04432fbf373594d5971686bb7dd698d.ttf  | Bin 0 -> 79552 bytes
+ test/shape/data/in-house/tests/aat-morx.tests           |   1 +
+ 2 files changed, 1 insertion(+)
+
+commit 16245503776b5d5487bb07640b1d75d0429f2143
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Oct 5 15:35:17 2021 +0200
+
+    [test] Add test for https://github.com/harfbuzz/harfbuzz/issues/3244
+
+ .../fonts/e2b17207c4b7ad78d843e1b0c4d00b09398a1137.ttf   | Bin 0 -> 1488 bytes
+ test/shape/data/in-house/tests/indic-syllable.tests      |   1 +
+ 2 files changed, 1 insertion(+)
+
+commit ccfc0481539ca34cba578ebbcef8ac0ea315e2f0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 5 07:00:50 2021 -0600
+
+    [indic] Apply 'calt' and 'clig' across syllable boundaries
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3244
+
+ src/hb-ot-shape-complex-indic.cc | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit d58f1685cee7fef904f4149561a2dcf5ec519ac3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 4 08:40:24 2021 -0600
+
+    [ot-shape] Tweak table order some more; apply GPOS with morx
+    
+    During 5bc05ba155 accidentally GPOS was disabled when morx was
+    enabled. Fix that.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2757#issuecomment-933531978
+
+ src/hb-ot-shape.cc | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit f8ebb8a65778745e43c560270d198c77c9d55220
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Wed Sep 29 19:18:25 2021 -0400
+
+    [USE] Update the data files
+    
+    This uses the data files from
+    <https://github.com/microsoft/font-tools/tree/c355d0419429fca2f1a22d88d0afd35822e4c0b0/USE>.
+
+ src/hb-ot-shape-complex-use-table.hh              | 187 +++++++++++++++++-----
+ src/ms-use/IndicPositionalCategory-Additional.txt |  97 +++++------
+ src/ms-use/IndicSyllabicCategory-Additional.txt   | 164 ++++++++++---------
+ 3 files changed, 284 insertions(+), 164 deletions(-)
+
+commit 564afc425abac78fc2741540cb0d77cf31491f40
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Sep 28 17:33:47 2021 -0400
+
+    [USE] Remove overrides for hieroglyphic categories
+
+ src/gen-use-table.py                 |  8 ---
+ src/hb-ot-shape-complex-use-table.hh | 96 +++++-------------------------------
+ 2 files changed, 13 insertions(+), 91 deletions(-)
+
+commit 8c654420692a3534413334f6d096738a796f4384
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Sep 25 16:38:32 2021 -0400
+
+    [Unicode 14] Handle U+180F FVS4
+
+ src/hb-ot-layout.hh               | 2 +-
+ src/hb-ot-shape-complex-arabic.cc | 2 +-
+ src/hb-unicode.hh                 | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 375a6c8f81a894ac15be7542e17571ad3ebdf16a
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Sep 29 18:14:57 2021 -0700
+
+    [repacker] add the ability to move subgraphs from a shared space into their own space.
+    
+    Used to resolve overflows during manual resolution.
+
+ src/hb-repacker.hh | 93 ++++++++++++++++++++++++++++++++++++++++++++++++------
+ 1 file changed, 84 insertions(+), 9 deletions(-)
+
+commit 0dccbf368f1158f474f7ec3c6647932fbdda4e60
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Sep 29 14:28:27 2021 -0700
+
+    [repacker] Handle the case where a subgraph root has an incoming 32 and 16 bit edge.
+    
+    In this case the entire subgraph from that root will be duplicated.
+
+ src/hb-repacker.hh   |  49 ++++++++++++++++++++----
+ src/test-repacker.cc | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 146 insertions(+), 8 deletions(-)
+
+commit 794b00db4b63e8314aee96c23a20ecb878452eef
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Sep 27 17:21:16 2021 -0700
+
+    [subset] fuzzer fix: https://oss-fuzz.com/testcase-detail/6616166961905664
+
+ src/hb-ot-math-table.hh                                   |   8 ++++++--
+ ...z-testcase-minimized-hb-subset-fuzzer-6616166961905664 | Bin 0 -> 919 bytes
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+commit 816c5302a7f5bfbbac1b89a72f9d50871085ddf3
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Sep 28 16:04:27 2021 -0700
+
+    [repacker] restrict 32 bit subgraph connected component search to only nodes reachable via directed links.
+
+ src/hb-repacker.hh   |  20 ++++++---
+ src/test-repacker.cc | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 136 insertions(+), 6 deletions(-)
+
+commit 67eb222b8eae1a10d0fd485a04254144e4051d46
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Sep 28 13:36:06 2021 -0700
+
+    [repacker] when assigning each connected subgraph a space, also isolate it.
+    
+    This will break any links coming from space 0 (ie. the 16 bit offset only space).
+
+ src/hb-repacker.hh   | 46 ++++++++++++++--------------------------------
+ src/test-repacker.cc | 50 ++++++++++++++++++++++++++++++++++----------------
+ 2 files changed, 48 insertions(+), 48 deletions(-)
+
+commit 307acf7fb0d4c767b4b78ba6c80ab83399d16cb4
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Sep 28 12:08:18 2021 -0700
+
+    [repacker] add space assignment based on connected components.
+    
+    Assign each connected component that is underneath one or more 32 bit offsets into a unique space. This ensures that 32 bit subgraphs which are connected are packed into the same space.
+
+ src/hb-repacker.hh   |  79 ++++++++++++++++++++++++++++++++-
+ src/test-repacker.cc | 122 ++++++++++++++++++++++++++++++++++++++++++++-------
+ 2 files changed, 182 insertions(+), 19 deletions(-)
+
+commit c77bdf1dcf86dcad79e90643a5f4e7d04fbae975
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Sep 24 15:58:57 2021 -0700
+
+    [repacker] begin storing each nodes parents.
+    
+    Will be used for connected component search.
+
+ src/hb-repacker.hh | 132 +++++++++++++++++++++++++++++++++++------------------
+ 1 file changed, 87 insertions(+), 45 deletions(-)
+
+commit a52c6df38a38c4e36ff991dfb4b7d92e48a44553
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Sep 27 11:22:05 2021 -0700
+
+    [subset] Fix bug in composite operation counting.
+    
+    Adding the result of add_gid_and_children to operation count over counts the number of operations.
+
+ src/hb-ot-glyf-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit efda2f14e104eedfee7da50ba2d22ba9a9ae376b
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Sep 24 16:28:34 2021 -0700
+
+    [repacker] fix bug in subgraph isolation.
+    
+    Prior to this fix id remapping at the end of the isolation operation was fed the old subgraph instead of the new one. Which results in object indices being remapped for the nodes outside of the new subgraph. Adds a test which detects this problem.
+
+ src/hb-repacker.hh   | 11 +++++++--
+ src/test-repacker.cc | 64 ++++++++++++++++++++++++++++++++++++++++++++++++----
+ 2 files changed, 69 insertions(+), 6 deletions(-)
+
+commit 6f1909439862cc37246aba55a85c0a072b945dff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 23 08:39:29 2021 -0600
+
+    [getn-hb-version.py] Open old output in UTF-8 mode as well
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3227
+
+ src/gen-hb-version.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9247d24d7f41f820d7ea79089b482410b927edc8
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Sep 22 16:00:02 2021 -0700
+
+    [repacker] s/0/HB_TAG_NONE
+
+ src/test-repacker.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit fe155de9895e99d8ae13cb7516e2a70d6e7f8856
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Sep 10 14:55:24 2021 -0700
+
+    [repacker] handle a couple of duplication edge cases.
+    
+    - Detect cases where there are multiple links from a parent to a child. Don't duplicate that child if those are the only remaining links to the child.
+    - Correctly handle isolating a subgraph where the root idx has multiple incoming links.
+
+ src/hb-repacker.hh | 47 ++++++++++++++++++++++++++++++++++++-----------
+ 1 file changed, 36 insertions(+), 11 deletions(-)
+
+commit c19ec97da722d4a91024328c2d31f5e2f984fe10
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 9 10:53:09 2021 -0700
+
+    [repacker] reduce the bits used by order by 2 to give more bits to distance.
+
+ src/hb-repacker.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit d5beb96e06c34b6f5799f341d4b27e952e739d85
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 9 10:40:08 2021 -0700
+
+    [repacker] add repacker isolation test on real font.
+
+ .../subset/data/fonts/NotoNastaliqUrdu-Regular.ttf | Bin 0 -> 570552 bytes
+ test/subset/data/repack_tests/Makefile.sources     |   1 +
+ test/subset/data/repack_tests/isolation.tests      |  96 +++++++++++++++++++++
+ test/subset/meson.build                            |   1 +
+ 4 files changed, 98 insertions(+)
+
+commit d0daa7a59be05689ac618b6c22f2c112f67d75cb
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 9 10:25:43 2021 -0700
+
+    [repacker] add a couple more complex isolation tests.
+
+ src/hb-repacker.hh   |   5 ++-
+ src/test-repacker.cc | 120 +++++++++++++++++++++++++++++++++++++++++++++++++--
+ 2 files changed, 119 insertions(+), 6 deletions(-)
+
+commit 62c502cd9dc4637934f846caa9587a2aebca9ee9
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 9 09:57:42 2021 -0700
+
+    [repacker] correctly update incoming_edges in duplicate.
+
+ src/hb-repacker.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit a57ef8df7ebf70f08065233f3ad218c451eff98a
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Sep 8 17:31:39 2021 -0700
+
+    [repacker] default space to 0.
+    
+    Since vector push() init's new objects to all zeros.
+
+ src/hb-repacker.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 58facaade1c85906fec70584abfe13995a9dd07b
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Sep 8 16:08:48 2021 -0700
+
+    [repacker] put each 32 bit subgraph into it's own packing space.
+    
+    Each subgraph pointed to by a 32 bit offset should be packed into it's own space. This adds a space property to vertices which affects the distance calculation. This effectively places the distances for all of the nodes of a 32 bit subgraph into a distinct range. Thus all of the nodes of the subgraph will be packed together.
+
+ src/hb-repacker.hh   | 12 ++++++++++--
+ src/test-repacker.cc |  3 +++
+ 2 files changed, 13 insertions(+), 2 deletions(-)
+
+commit 543a3f97333a3bdede0cadd19b9a8554df81f1e8
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Sep 8 15:07:02 2021 -0700
+
+    [repacker] Add repacker test for subgraph isolation.
+
+ src/hb-repacker.hh   | 10 +++++++--
+ src/test-repacker.cc | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 65 insertions(+), 2 deletions(-)
+
+commit 7147f169d6cc93f54b7722022829ddb68957d2a5
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Sep 8 13:44:25 2021 -0700
+
+    [repacker] recursively duplicate nodes during isolation.
+    
+    If a node is duplicated during isolation then any children it has will have incoming links from outside the subgraph (from the duplicated node and the original node), so they must be duplicated too.
+
+ src/hb-repacker.hh | 20 ++++++++++++++++++--
+ 1 file changed, 18 insertions(+), 2 deletions(-)
+
+commit 41bbf2812e9f4f6e704496da5d73ba74d0b4465e
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Sep 8 10:14:00 2021 -0700
+
+    [repacker] do extension subtable isolation before starting resolution attempts.
+
+ src/hb-repacker.hh   | 39 ++++++++++++++++++++++++++++++++-------
+ src/hb-subset.cc     |  2 +-
+ src/test-repacker.cc |  4 ++--
+ 3 files changed, 35 insertions(+), 10 deletions(-)
+
+commit 8d8b7458a4cac9131bd650800ef0e3c0b67adfd4
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Sep 7 16:52:37 2021 -0700
+
+    [repacker] extract overflows processing into its own method.
+
+ src/hb-repacker.hh | 102 ++++++++++++++++++++++++++---------------------------
+ 1 file changed, 51 insertions(+), 51 deletions(-)
+
+commit b14b3f13bae48045c8a8465bdf6f579cb833852c
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Sep 7 16:32:13 2021 -0700
+
+    [repacker] begin implementing the ability to isolate extension subtables.
+    
+    Adds isolate_subgraph operation to the repacker. This severs any links from outside a subgraph by duplicating the affected vertices. This will be used to isolate the subgraphs of a extension subtable from the rest of object graph. Thus allowing the extension subtable to be packed far away from the rest of the objects.
+
+ src/hb-repacker.hh | 122 +++++++++++++++++++++++++++++++++++++++++++++--------
+ 1 file changed, 105 insertions(+), 17 deletions(-)
+
+commit 02c4a516dbcedc40cf7436105a56c6d913fa3675
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Sep 7 13:22:19 2021 -0700
+
+    Add a debug message when offset overflow resolution fails.
+
+ src/hb-repacker.hh | 13 ++++++++++++-
+ 1 file changed, 12 insertions(+), 1 deletion(-)
+
+commit cb2d71c648137f1bd7586d3ec05050f0db50865f
+Author: Ben Wagner <bungeman@chromium.org>
+Date:   Fri Jul 30 14:30:20 2021 -0400
+
+    [mutex] Add hb_mutex_t std::mutex implementation
+    
+    Instead of failing...
+
+ src/hb-mutex.hh | 33 ++++++++++++++++++++-------------
+ 1 file changed, 20 insertions(+), 13 deletions(-)
+
+commit 67b3962fa5348ac7ee8e6297edcc277f3983e8be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 22 16:21:27 2021 -0600
+
+    [atomic] Cannot fail anymore
+
+ src/hb-atomic.hh | 10 +---------
+ 1 file changed, 1 insertion(+), 9 deletions(-)
+
+commit ca7b9daef06fc515ec84cfb95e7204e9eef3f00e
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Sep 20 14:42:51 2021 -0700
+
+    [subset] subset MATH table
+
+ src/hb-ot-layout-common.hh                         |  37 +++
+ src/hb-ot-math-table.hh                            | 268 +++++++++++++++++++++
+ src/hb-subset-plan.cc                              |  20 +-
+ src/hb-subset-plan.hh                              |   1 +
+ src/hb-subset.cc                                   |   2 +
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ .../math/STIXTwoMath-Regular.default.2f,7c,305.ttf | Bin 0 -> 6388 bytes
+ ...woMath-Regular.default.retain-all-codepoint.ttf | Bin 0 -> 1038580 bytes
+ .../STIXTwoMath-Regular.glyph-names.2f,7c,305.ttf  | Bin 0 -> 6540 bytes
+ ...th-Regular.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 1091356 bytes
+ ...TIXTwoMath-Regular.notdef-outline.2f,7c,305.ttf | Bin 0 -> 6636 bytes
+ ...Regular.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 1038828 bytes
+ .../STIXTwoMath-Regular.retain-gids.2f,7c,305.ttf  | Bin 0 -> 14916 bytes
+ ...th-Regular.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 1053656 bytes
+ test/subset/data/fonts/STIXTwoMath-Regular.ttf     | Bin 0 -> 1517976 bytes
+ test/subset/data/tests/math.tests                  |  12 +
+ test/subset/meson.build                            |   1 +
+ 18 files changed, 342 insertions(+), 1 deletion(-)
+
+commit c2cc566c9d7f63c024c0a15e93c9ae99717a4b4f
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Sep 22 14:15:55 2021 -0700
+
+    [subset] Fix subset_offset_array adding unused space to serializer.
+    
+    ArrayOf.serialize_append allocates space for the new item, but ArrayOf.pop() does not recover the allocated space. So in the case where the revert path was entered the extra space added by serialize_append gets left in the serialization buffer. This moves the snapshot to before ArrayOf.serialize_append is called so that revert cleans up the buffer extend.
+
+ src/hb-ot-layout-common.hh                         |   4 ++--
+ src/hb-ot-layout-gpos-table.hh                     |   2 +-
+ src/hb-ot-layout-gsubgpos.hh                       |   4 ++--
+ ...ns-BlackItalic.default.retain-all-codepoint.ttf | Bin 120240 -> 120236 bytes
+ ...lackItalic.glyph-names.retain-all-codepoint.ttf | Bin 132484 -> 132480 bytes
+ ...kItalic.notdef-outline.retain-all-codepoint.ttf | Bin 120240 -> 120236 bytes
+ ...s2_1_font7.layout-test-retain-gids.21,23,25.otf | Bin 1728 -> 1728 bytes
+ .../gpos2_1_font7.layout-test.21,23,25.otf         | Bin 1384 -> 1384 bytes
+ ...e_subrules_f2.layout-test-retain-gids.41,42.otf | Bin 2208 -> 2208 bytes
+ ...ext1_multiple_subrules_f2.layout-test.41,42.otf | Bin 1400 -> 1400 bytes
+ ...e_subrules_f2.layout-test-retain-gids.41,42.otf | Bin 2224 -> 2224 bytes
+ ...ext2_multiple_subrules_f2.layout-test.41,42.otf | Bin 1416 -> 1416 bytes
+ ...Bold.default.627,644,623,62D,644,627,645,2E.ttf | Bin 11388 -> 11372 bytes
+ ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf | Bin 17688 -> 17640 bytes
+ .../NotoNastaliqUrdu-Bold.default.627,644.ttf      | Bin 3520 -> 3512 bytes
+ ...rdu-Bold.default.633,645,627,621,20,644,627.ttf | Bin 12380 -> 12360 bytes
+ .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  | Bin 19380 -> 19340 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 18224 -> 18208 bytes
+ ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 23748 -> 23704 bytes
+ .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  | Bin 9164 -> 9160 bytes
+ ...Bold.retain-gids.633,645,627,621,20,644,627.ttf | Bin 18184 -> 18164 bytes
+ ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf | Bin 25432 -> 25392 bytes
+ .../variable/Fraunces.default.26,66,69,124,125.ttf | Bin 15856 -> 15856 bytes
+ 23 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 8c5c81746d8d4c5921be50a85d219deea2c95762
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Sun Sep 12 20:16:30 2021 -0700
+
+    [subset] fix find_duplicate_features
+    
+    We should check each feature against all other features with the same
+    tag for duplicates.
+
+ src/hb-ot-layout-gsubgpos.hh                       |  70 +++++++++++----------
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ ...fault.20,2f,38,49,4c,51,53,66,67,6f,b4,2044.ttf | Bin 0 -> 8452 bytes
+ ...ns-BlackItalic.default.retain-all-codepoint.ttf | Bin 0 -> 120240 bytes
+ ...names.20,2f,38,49,4c,51,53,66,67,6f,b4,2044.ttf | Bin 0 -> 8552 bytes
+ ...lackItalic.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 132484 bytes
+ ...tline.20,2f,38,49,4c,51,53,66,67,6f,b4,2044.ttf | Bin 0 -> 8452 bytes
+ ...kItalic.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 120240 bytes
+ .../subset/data/fonts/AlegreyaSans-BlackItalic.ttf | Bin 0 -> 211948 bytes
+ .../data/tests/layout.duplicate_features.tests     |  11 ++++
+ test/subset/meson.build                            |   1 +
+ 12 files changed, 50 insertions(+), 34 deletions(-)
+
+commit 1afc3874e00992c378977c2feb25f8088c9c5a9a
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Sun Sep 19 20:41:43 2021 -0700
+
+    [subset] add closure_glyphs () method for MATH table
+
+ src/hb-ot-math-table.hh | 57 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 57 insertions(+)
+
+commit 3b2929e8a9da349fbd8437fd0b5cf0c8ce92cf32
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 21 12:21:02 2021 -0600
+
+    [set-digest] Use using instead of typedef
+
+ src/hb-set-digest.hh | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit 5694561f75bdea9c7d77d7932598fe4e5f45b33e
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Mon Sep 20 15:21:11 2021 +0100
+
+    Add support for Pwo Karen / Ason Chin medial la
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3217
+
+ src/hb-ot-shape-complex-myanmar-machine.hh | 473 +++++++++++++++--------------
+ src/hb-ot-shape-complex-myanmar-machine.rl |   5 +-
+ src/hb-ot-shape-complex-myanmar.hh         |   7 +-
+ 3 files changed, 259 insertions(+), 226 deletions(-)
+
+commit bff56854323f853ed3dbad1105555da5192a7d1b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 20 13:25:58 2021 -0600
+
+    [khmer] Towards separating Khmer from Indic table
+
+ src/hb-ot-shape-complex-khmer.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 5d957ffe74d767f621d7ce4833ce2349206a2391
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 20 11:33:01 2021 -0600
+
+    [myanmar] Towards separating Myanmar from Indic table
+
+ src/hb-ot-shape-complex-myanmar.cc | 2 +-
+ src/hb-ot-shape-complex-myanmar.hh | 3 ++-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit 6db4b56e05a6fd993b4f3b5f1d21acc12236361e
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Sep 20 19:18:39 2021 +0200
+
+    Make the file UTF-8 again
+    
+    GitHub web interface failed to show the encoding change.
+
+ src/hb-subset-input.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 14a2df7bc237e7e59ff62c710751c7069733a469
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 19 23:06:09 2021 -0400
+
+    Add stub HBUINT15
+
+ src/hb-open-type.hh        | 9 +++++++++
+ src/hb-ot-layout-common.hh | 2 +-
+ 2 files changed, 10 insertions(+), 1 deletion(-)
+
+commit c852b8684154f707a897b6b62338efc48ebcfd9e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 19 16:30:12 2021 -0400
+
+    Rename HBGlyphID to HBGlyphID16
+
+ perf/texts/en-words.txt                    |  2 +-
+ src/hb-aat-layout-bsln-table.hh            |  4 +-
+ src/hb-aat-layout-common.hh                | 16 +++---
+ src/hb-aat-layout-just-table.hh            |  8 +--
+ src/hb-aat-layout-kerx-table.hh            |  4 +-
+ src/hb-aat-layout-morx-table.hh            | 32 ++++++------
+ src/hb-open-type.hh                        |  4 +-
+ src/hb-ot-cmap-table.hh                    |  4 +-
+ src/hb-ot-color-cbdt-table.hh              |  8 +--
+ src/hb-ot-color-colr-table.hh              |  6 +--
+ src/hb-ot-glyf-table.hh                    |  2 +-
+ src/hb-ot-layout-base-table.hh             |  2 +-
+ src/hb-ot-layout-common.hh                 | 18 +++----
+ src/hb-ot-layout-gpos-table.hh             |  2 +-
+ src/hb-ot-layout-gsub-table.hh             | 78 +++++++++++++++---------------
+ src/hb-ot-layout-jstf-table.hh             |  2 +-
+ src/hb-ot-math-table.hh                    |  4 +-
+ src/hb-ot-shape-complex-arabic-fallback.hh | 14 +++---
+ src/hb-ot-vorg-table.hh                    |  2 +-
+ 19 files changed, 106 insertions(+), 106 deletions(-)
+
+commit 74f96d9d4b359fc138d21709c975a09ba933fb3d
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Sep 17 13:46:07 2021 -0700
+
+    [repacker] fix heap use after free in repacker.
+    
+    Don't store a reference to the link in overflow records as the link object may be freed if the sorted graph vector is resized.
+
+ src/hb-repacker.hh                                      |  12 ++++++------
+ ...testcase-minimized-hb-subset-fuzzer-5127321313476608 | Bin 0 -> 60417 bytes
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 7143c8333bae6b0ca238a92d1fdb222d088bf9d1
+Author: ActuallyaDeviloper <ActuallyaDeviloper@users.noreply.github.com>
+Date:   Sat Sep 18 20:59:38 2021 +0200
+
+    Make the code able to compile with MSVC++ from Visual Studio 2015 (Version 14.0.25431.01, Update 3) sucessfully again.
+
+ src/hb-subset-input.hh | 24 +++++++++++++-----------
+ 1 file changed, 13 insertions(+), 11 deletions(-)
+
+commit b36f1510ec5180724e7866e2a86570429a435c93
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Sep 18 23:09:07 2021 +0200
+
+    [doc] Add missing version tags
+
+ src/hb-ot-layout.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9c387e20d65a7a366ac270d789f6ad266014c9e0
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Sep 17 21:32:30 2021 +0200
+
+    3.0.0
+
+ NEWS                   | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-common.h        | 12 ++++++------
+ src/hb-style.cc        |  2 +-
+ src/hb-style.h         |  2 +-
+ src/hb-version.h       |  8 ++++----
+ 8 files changed, 66 insertions(+), 14 deletions(-)
+
+commit e0d5fe740a6c23a995d4d881bfa330eb1063059d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 17 08:27:03 2021 -0400
+
+    Centralize math include
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3212
+
+ src/hb-style.cc | 3 ---
+ src/hb.hh       | 3 +++
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 671f1d149a880491541d552c0d6e16365480790b
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Sep 15 15:13:41 2021 +0200
+
+    [ci] meson 0.55.0 didn’t work for harfbuzz
+    
+    https://github.com/mesonbuild/meson/issues/7437
+
+ .github/workflows/linux-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f1b20b5a1466cbbea358960967b4a1bbb17956f2
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Sep 15 14:52:49 2021 +0200
+
+    [ci] Ragel subproject requires meson 0.55.0
+
+ .github/workflows/linux-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 835fc1376f47e63f073a967cb6190c194e1e63f2
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Sep 15 14:14:04 2021 +0200
+
+    [ci] Build ragel on the Linux CI job
+    
+    To make sure we don’t accidentally break this option.
+
+ .github/workflows/linux-ci.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a59e7ec9938cb8a927ea7b02aee8800c36d7d71a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Sep 15 14:02:52 2021 +0200
+
+    [meson] Add ragel_subproject option
+    
+    Add an option to build fallback ragel subproject when no suitable ragel
+    version is found, and make it off by default since most builder don’t
+    need ragel at all.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3208 (hopefully)
+
+ meson_options.txt | 2 ++
+ src/meson.build   | 8 +++++---
+ 2 files changed, 7 insertions(+), 3 deletions(-)
+
+commit 60a38d7988f8e1a15411aabde9ea91d1fe519b7b
+Merge: f4649f389 19cd84b4e
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Sep 17 11:25:42 2021 +0200
+
+    Merge pull request #3210 from NikitaFeodonit/main
+    
+    CMake: Detect pthread with module FindThread
+
+commit f4649f389563819cee909df3c11087dc716f35e9
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 16 13:40:44 2021 -0700
+
+    [subset] restore hb_subset_input_unicode/glyph_set () to documentation.
+
+ docs/harfbuzz-sections.txt | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit d700646c33af53afcabe564e9943565d58e1192a
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 16 11:23:09 2021 -0700
+
+    [subset] In preperation for 3.0.0 release remove legacy subsetting api methods.
+
+ src/hb-subset-input.cc             | 202 -------------------------------------
+ src/hb-subset.cc                   |   8 --
+ src/hb-subset.h                    |  82 ++-------------
+ test/api/hb-subset-test.h          |   4 +-
+ test/api/test-subset-drop-tables.c |   4 +-
+ test/api/test-subset-glyf.c        |  12 +--
+ test/api/test-subset-gpos.c        |   6 +-
+ test/api/test-subset.c             |  53 +---------
+ util/hb-subset.cc                  |   8 +-
+ 9 files changed, 25 insertions(+), 354 deletions(-)
+
+commit 19cd84b4e95190f7ee236cb15a60d4a6be7040a0
+Author: NikitaFeodonit <nfeodonit@yandex.com>
+Date:   Wed Sep 15 16:31:32 2021 +0300
+
+    CMake: Detect pthread with module FindThread
+    
+    Set CMake minimum version to 3.1.
+
+ CMakeLists.txt | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit ae145378540846ea3e51d6dee0033b16b9a43dea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 15 07:46:33 2021 -0400
+
+    [style] Change tag type to hb_style_tag_t
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3201#discussion_r708914354
+
+ src/hb-style.cc | 5 ++---
+ src/hb-style.h  | 2 +-
+ 2 files changed, 3 insertions(+), 4 deletions(-)
+
+commit 470686e8179d728d70fe7d738e831f6d26281def
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Sep 14 20:56:37 2021 -0400
+
+    [USE] Send Khitan Small Script and Yezidi to USE
+
+ src/hb-ot-shape-complex.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 22cbd038d3578c344e265a098fc98ef168f8d18b
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Sep 14 12:34:25 2021 +0200
+
+    [meson] Add ragel subproject
+    
+    If ragel 6.10 is not found, build it from source.
+    
+    Seems to work, except that ragel uses exceptions and we configure
+    HarfBuzz build to not use exceptions, and I can’t find away to enable
+    exceptions only for the ragel subproject. I had to remove cpp_eh=none
+    from default options and try to disable exceptions in MSVC manually
+    (other compilers are already handled).
+
+ Makefile.am                                |  2 ++
+ meson.build                                |  3 +-
+ src/gen-ragel-artifacts.py                 |  8 ++---
+ src/meson.build                            |  5 ++-
+ subprojects/.gitignore                     |  1 +
+ subprojects/packagefiles/ragel/meson.build | 58 ++++++++++++++++++++++++++++++
+ subprojects/ragel.wrap                     | 11 ++++++
+ 7 files changed, 82 insertions(+), 6 deletions(-)
+
+commit 5898a9618cf6004d51c6fa2b34212c0ee61df3b0
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Sep 14 07:09:50 2021 +0200
+
+    [ragel] Regenerate state machine files with 6.10
+
+ src/hb-buffer-deserialize-json.hh        | 1189 +++++++++++++-----------
+ src/hb-buffer-deserialize-text.hh        | 1437 ++++++++++++++++--------------
+ src/hb-ot-shape-complex-khmer-machine.hh |  665 +++++++-------
+ src/hb-ot-shape-complex-use-machine.hh   | 1036 ++++++++++-----------
+ 4 files changed, 2171 insertions(+), 2156 deletions(-)
+
+commit 7e9ac8fea2b6d2b729c1e4c2a773ed2947265b16
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Sep 14 07:07:00 2021 +0200
+
+    [meson] Require ragel 6.10
+    
+    Ragel 7 is also not stable from upstream's point of view.
+    
+    This uses “version” argument find_program(), which was introduced in
+    meson 0.52.0, so I raised the minimum required meson version
+    accordingly.
+
+ .circleci/config.yml           | 2 +-
+ .github/workflows/linux-ci.yml | 2 +-
+ meson.build                    | 2 +-
+ src/meson.build                | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 175f24a45938ec27f54154b40d9283f4cf47981c
+Merge: cd77846bd f1493357f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 14 18:46:05 2021 -0600
+
+    Merge pull request #3206 from harfbuzz/unicode-14
+    
+    Update to Unicode 14.0.0
+
+commit f1493357f745ef554276cb5cf3054d3d0f8a7af5
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Sep 14 18:46:50 2021 -0400
+
+    [Unicode 14] Update the Arabic joining script list
+
+ src/hb-ot-shape-complex-arabic-joining-list.hh | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit a0101a31b5079d7f223e109d13b4f45397aa1db0
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Sep 14 18:38:50 2021 -0400
+
+    [Unicode 14] Add tests
+
+ test/api/test-unicode.c | 13 +++++++++++++
+ 1 file changed, 13 insertions(+)
+
+commit 2c3e4b279b577073df5a16610f7e6ae8aa790ef5
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Sep 14 18:31:42 2021 -0400
+
+    [Unicode 14] Send all the new scripts to USE
+
+ src/hb-ot-shape-complex.hh | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 20736d9bb33f18b8c657e3451ec1287b2866c0d4
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Sep 14 18:25:38 2021 -0400
+
+    [Unicode 14] Update the USE table
+
+ src/hb-ot-shape-complex-use-table.hh | 76 ++++++++++++++++++------------------
+ 1 file changed, 39 insertions(+), 37 deletions(-)
+
+commit 35ac0de42bc3904e90039c7f00a9daf088f9d363
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Sep 14 18:14:20 2021 -0400
+
+    [Unicode 14] Update the emoji table
+
+ src/hb-unicode-emoji-table.hh  | 8 ++++----
+ src/update-unicode-tables.make | 4 +++-
+ 2 files changed, 7 insertions(+), 5 deletions(-)
+
+commit ec5688f50fbc53de9b78fe11ef33fb903075aea6
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Sep 14 18:09:05 2021 -0400
+
+    [Unicode 14] Update the vowel constraint table
+
+ src/hb-ot-shape-complex-vowel-constraints.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 11d5334d8e782ee3284a942eaae1f2dc9e4b4080
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Sep 14 18:00:33 2021 -0400
+
+    [Unicode 14] Update the Indic table
+
+ src/hb-ot-shape-complex-indic-table.cc | 42 +++++++++++++++++-----------------
+ 1 file changed, 21 insertions(+), 21 deletions(-)
+
+commit 18a46eeafbe075dba953a1aba9bffeff089dd227
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Sep 14 17:55:54 2021 -0400
+
+    [Unicode 14] Update the Arabic table
+
+ src/hb-ot-shape-complex-arabic-table.hh | 38 ++++++++++++++++++++-------------
+ 1 file changed, 23 insertions(+), 15 deletions(-)
+
+commit 7b05eec0548f5f5f74cd697a815d45ef2ab51e27
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Sep 14 17:51:11 2021 -0400
+
+    [Unicode 14] Update the script direction list
+
+ src/hb-common.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 26e1498e76245f9e57f7d257c89a7e4be23d65ff
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Sep 14 18:07:29 2021 -0400
+
+    [Unicode 14] Update the UCD table
+
+ src/hb-ucd-table.hh | 6796 ++++++++++++++++++++++++++-------------------------
+ 1 file changed, 3457 insertions(+), 3339 deletions(-)
+
+commit 67f1aa4d219b4636e151c7c01ab393d092ae7b6f
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Sep 14 17:43:13 2021 -0400
+
+    [Unicode 14] Add new `hb_script_t` values
+
+ src/hb-common.h | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+
+commit cd77846bd9e2bab9c40048597ec0ee47604376c3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 14 08:35:19 2021 -0400
+
+    [util] Fix leak of an hb_font_t
+
+ util/font-options.hh | 4 +++-
+ util/options.hh      | 6 ++++--
+ 2 files changed, 7 insertions(+), 3 deletions(-)
+
+commit da285d511f85d6189fdb213cd29f25730baaed02
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 14 08:28:12 2021 -0400
+
+    [util/shape-consumer] Simplify font tracking
+
+ util/shape-consumer.hh | 23 +++++++++++------------
+ 1 file changed, 11 insertions(+), 12 deletions(-)
+
+commit bda3238c89fa4673c8772ad02f1949fc19b41a5e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 14 08:12:48 2021 -0400
+
+    Add fallback atexit implementation using template descrutors
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3197
+
+ src/hb.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 9c270451581a0d7e969c29d65a9ba62b6b7b9b12
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 14 07:50:35 2021 -0400
+
+    [style] Fix another float conversion warning
+
+ src/hb-style.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5a1a6f1fe35aa3e1325239e5e7b0ac67c49f7105
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 14 07:14:56 2021 -0400
+
+    [ot-shape] Enabled two more features: 'Harf' and 'Buzz'
+    
+    Considered 'required', as opposed to existing 'HARF' and 'BUZZ',
+    consider them discretionary.
+    
+    See discussion in https://github.com/harfbuzz/harfbuzz/issues/3200
+
+ src/hb-ot-shape.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit ed1163208d97d77082d9b6e57671a55512a87729
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 14 07:09:54 2021 -0400
+
+    Call atexit() via hb_atexit()
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3197
+
+ src/hb-common.cc    |  8 ++------
+ src/hb-ft.cc        | 24 ++++++------------------
+ src/hb-glib.cc      | 12 +++---------
+ src/hb-icu.cc       | 12 +++---------
+ src/hb-ot-font.cc   | 12 +++---------
+ src/hb-shape.cc     | 12 +++---------
+ src/hb-shaper.cc    | 12 +++---------
+ src/hb-ucd.cc       | 10 ++--------
+ src/hb-uniscribe.cc | 12 +++---------
+ src/hb.hh           | 17 +++++++++++++----
+ 10 files changed, 41 insertions(+), 90 deletions(-)
+
+commit ad4df20dd62efe6db4993861cba2268bd3921c1a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 14 07:11:33 2021 -0400
+
+    [style] Fix float conversion warning
+
+ src/hb-style.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c5cc23a9b59c2c039a4838e5734741f63c7ae23f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 13 12:14:06 2021 -0400
+
+    [style] Change private slant tag
+    
+    https://github.com/harfbuzz/harfbuzz/issues/3200#issuecomment-918352162
+
+ src/hb-style.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d748586a186826e8e09ddf290a064f84ff5619e6
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Sep 11 01:11:55 2021 +0200
+
+    [style] Try harder to fix MSVC build
+    
+    https://docs.microsoft.com/en-us/cpp/c-runtime-library/math-constants?view=msvc-160
+
+ src/hb-style.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit e275f0d7edb190fba0e0af56f0e4a7775b7bfccb
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Sep 11 01:03:32 2021 +0200
+
+    [style] Try to fix MSVC build
+
+ src/hb-style.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit eb4075a1ed8362ea3dd65a976141ddf8c12b2207
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Sep 11 00:50:08 2021 +0200
+
+    [style] Fix documentation
+    
+    Message documentation a bit to get it working.
+
+ docs/harfbuzz-docs.xml     |  5 +++++
+ docs/harfbuzz-sections.txt |  6 ++++++
+ src/hb-style.cc            | 11 ++++++++++-
+ src/hb-style.h             |  3 ++-
+ 4 files changed, 23 insertions(+), 2 deletions(-)
+
+commit 4d9b7de0b6b8247bf25f12047ed28d72454182bb
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Sep 11 00:43:43 2021 +0200
+
+    [style] Prepare for release
+
+ src/gen-def.py        |  1 -
+ src/hb-style.cc       | 40 +---------------------------------------
+ src/hb-style.h        | 39 +++++++++++++++++++++++++++++++++++++--
+ test/api/test-style.c | 10 ----------
+ 4 files changed, 38 insertions(+), 52 deletions(-)
+
+commit 34ff2d3ea6b7d3b748d82266e86c4a4d3fe31585
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Sep 11 00:12:03 2021 +0200
+
+    Fix build with -Dexperimental_api=true
+    
+    ../src/hb-style.cc:102:32: error: no matching function for call to 'hb_style_get_value'
+        return _hb_angle_to_ratio (hb_style_get_value (HB_STYLE_TAG_SLANT_ANGLE));
+                                   ^~~~~~~~~~~~~~~~~~
+    ../src/hb-style.cc:99:1: note: candidate function not viable: requires 2 arguments, but 1 was provided
+    hb_style_get_value (hb_font_t *font, hb_tag_t tag)
+    ^
+    
+    and
+    
+    ../src/hb-style.cc:80:1: error: unused function '_hb_ratio_to_angle' [-Werror,-Wunused-function]
+    _hb_ratio_to_angle (float r)
+    ^
+
+ src/hb-style.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 39c20d2b9eb476065e64d3a3cccc6345aa50e4c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 9 11:19:21 2021 -0600
+
+    [style] Add HB_STYLE_TAG_SLANT_RATIO
+
+ src/hb-style.cc | 15 +++++++++++++++
+ 1 file changed, 15 insertions(+)
+
+commit 201cbe3c66fda566be302aff051cb6f836e2931b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 9 11:09:46 2021 -0600
+
+    [style] Rename HB_STYLE_TAG_SLANT to HB_STYLE_TAG_SLANT_ANGLE
+
+ src/hb-style.cc       |  9 +++++----
+ test/api/test-style.c | 24 ++++++++++++------------
+ 2 files changed, 17 insertions(+), 16 deletions(-)
+
+commit a23ce2897706c150160c21764fea992ac017c5c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 9 10:59:01 2021 -0600
+
+    [style] Fall back to GPOS 'size' feature for optical size in style API
+
+ src/hb-style.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 37379f8f7d6dab83b011416b8c7ff25d4f7365a0
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Sep 2 11:54:37 2021 -0700
+
+    [subset] fox for (Chain)ContextFormat3: subset lookupRecord
+    
+    skip copying a lookupRecord if lookup referenced in the lookupRecord is
+    not retained after subset
+
+ src/hb-ot-layout-gsubgpos.hh                       |  30 ++++++++++++++++++---
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ ...5f2,fb21,fb22,fb23,fb24,fb25,fb26,fb27,fb28.ttf | Bin 0 -> 12424 bytes
+ .../Tinos-Italic.default.retain-all-codepoint.ttf  | Bin 0 -> 412764 bytes
+ ...5f2,fb21,fb22,fb23,fb24,fb25,fb26,fb27,fb28.ttf | Bin 0 -> 12624 bytes
+ ...nos-Italic.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 437592 bytes
+ ...5f2,fb21,fb22,fb23,fb24,fb25,fb26,fb27,fb28.ttf | Bin 0 -> 12424 bytes
+ ...-Italic.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 412764 bytes
+ ...5f2,fb21,fb22,fb23,fb24,fb25,fb26,fb27,fb28.ttf | Bin 0 -> 87564 bytes
+ ...nos-Italic.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 415140 bytes
+ test/subset/data/fonts/Tinos-Italic.ttf            | Bin 0 -> 455400 bytes
+ test/subset/data/tests/layout.tinos.tests          |  12 +++++++++
+ test/subset/meson.build                            |   1 +
+ 14 files changed, 41 insertions(+), 4 deletions(-)
+
+commit 838d67075240e8be97f44aab4a925a0ee21935ae
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Sep 8 15:12:52 2021 +0200
+
+    [subset] Improve alignment of --help-all message
+
+ util/hb-subset.cc | 11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+commit 9b7af950b36b919717580f3a5872812728d60dc1
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Sep 7 15:05:42 2021 +0200
+
+    [docs] Fix subset documentation
+    
+    List the missing new APIs and unlist all the to be deleted legacy APIs.
+
+ docs/harfbuzz-sections.txt |  9 ++-------
+ src/hb-subset.h            | 46 +++++++++++++++++++++++-----------------------
+ 2 files changed, 25 insertions(+), 30 deletions(-)
+
+commit e38b873eaeec6105dcf4c2511a7c29ca6cf0749c
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Sep 7 14:13:23 2021 +0200
+
+    [ci] Use different executer for win64 jobs
+
+ .circleci/config.yml | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 48c9869bda0dcfa7cea11766718d3c5f3a102509
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Sep 7 13:57:44 2021 +0200
+
+    Typo
+
+ NEWS | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 505df5abf8032f3a2295ded417dca9bfb14ea7b8
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Sep 7 13:46:08 2021 +0200
+
+    2.9.1
+
+ NEWS                   | 19 +++++++++++++++++++
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-subset-input.cc |  2 +-
+ src/hb-subset.h        |  2 +-
+ src/hb-version.h       |  4 ++--
+ 7 files changed, 26 insertions(+), 6 deletions(-)
+
+commit 6602cbb7062bf92e6824ae6bc0e5d3aad4b85939
+Author: mahanstreamer <84676642+mahanstreamer@users.noreply.github.com>
+Date:   Mon Aug 23 00:13:25 2021 -0400
+
+    dead link
+
+ docs/usermanual-install-harfbuzz.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 916ffe0c8590b4064cd898ac52dd48e3a343b14e
+Author: mahanstreamer <84676642+mahanstreamer@users.noreply.github.com>
+Date:   Mon Aug 23 00:09:19 2021 -0400
+
+    grammer fix
+
+ docs/usermanual-getting-started.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 195c05df9925c7c4a4982a286ef9c416b2cde3af
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Sep 4 03:41:19 2021 +0200
+
+    Revert "[ot-shape-normalize] Move buffer out of hb_ot_shape_normalize_context_t"
+    
+    This reverts commit 8cdbea5580731c2bf66e56bf619c1fbb2978692e.
+    
+    For some reason this is causing several tests to crash locally for me
+    (on macOS), see:
+    https://github.com/harfbuzz/harfbuzz/commit/8cdbea5580731c2bf66e56bf619c1fbb2978692e#commitcomment-55898088
+
+ src/hb-ot-shape-normalize.cc | 32 ++++++++++++++------------------
+ src/hb-ot-shape-normalize.hh |  1 +
+ 2 files changed, 15 insertions(+), 18 deletions(-)
+
+commit f4559d243560a6f780e8975d7d48cd1bc1f3096a
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Thu Sep 2 17:56:17 2021 -0400
+
+    Update hb-ot-tag-table.hh
+
+ src/hb-ot-tag-table.hh | 27 ++++++++++++++++++++++++---
+ 1 file changed, 24 insertions(+), 3 deletions(-)
+
+commit 9fddbb3e24469a0cd87de8237a1be52f730809d3
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Sep 3 17:56:08 2021 +0200
+
+    [test] Rename test and split into smaller subtests
+
+ test/shape/data/in-house/Makefile.sources          |  2 +-
+ test/shape/data/in-house/meson.build               |  2 +-
+ .../data/in-house/tests/arabic-decomposition.tests |  4 --
+ .../data/in-house/tests/arabic-normalization.tests | 64 ++++++++++++++++++++++
+ 4 files changed, 66 insertions(+), 6 deletions(-)
+
+commit c6bb719e658573a602eeab184e2c23c5bdc4a284
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Sep 3 16:14:02 2021 +0200
+
+    [test] Add tests for Arabic decomposition
+    
+    Test that both NFC and NFD input produces identical results for fonts
+    that used composed fonts internally (Amiri here) and fonts that
+    decompose internally (Noto Nastaliq Urdu here) and that for the former
+    composed forms are used.
+    
+    See https://github.com/harfbuzz/harfbuzz/issues/3179
+
+ test/shape/data/in-house/Makefile.sources               |   1 +
+ .../fonts/3e46c3b84c1370a06594736c7f8acebf810bbb3b.ttf  | Bin 0 -> 44884 bytes
+ .../fonts/872d2955d326bd6676a06f66b8238ebbaabc212f.ttf  | Bin 0 -> 17556 bytes
+ test/shape/data/in-house/meson.build                    |   1 +
+ .../data/in-house/tests/arabic-decomposition.tests      |   4 ++++
+ 5 files changed, 6 insertions(+)
+
+commit a9dc4fbeacac23407e90b050d81ec8cddc9f4ff1
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Sep 3 16:20:06 2021 +0200
+
+    [test] Make shape test names match file names
+    
+    No idea why test names are underscorified but it it just makes calling
+    meson test testname harder than it should being not able to copy file
+    name directly.
+
+ test/shape/meson.build | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 2bd911b8b49ac9e7cb0708b7ff5861cc3705e915
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 26 14:32:17 2021 -0700
+
+    [subset] handle cmap4 overflows.
+    
+    If a cmap4 subtable overflows during serialization drop it and the corresponding EncodingRecord. Don't drop the corresponding cmap12 table if it would have otherwise been removed.
+
+ src/hb-ot-cmap-table.hh | 49 +++++++++++++++++++++++++++++++++++++++----------
+ src/hb-serialize.hh     | 15 +++++++++++++--
+ 2 files changed, 52 insertions(+), 12 deletions(-)
+
+commit bf81bbfb3541ea4a39bacdbe0568e9e170b1b0f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 2 00:16:22 2021 -0600
+
+    Revert "[arabic] Do not re-compose Unicode sequences"
+    
+    This reverts commit ff34c240b0a60014a219b8af49c1be2d7e08b388.
+    
+    https://github.com/harfbuzz/harfbuzz/issues/3179#issuecomment-911242833
+
+ src/hb-ot-shape-complex-arabic.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ff34c240b0a60014a219b8af49c1be2d7e08b388
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 1 23:55:00 2021 -0600
+
+    [arabic] Do not re-compose Unicode sequences
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3179
+
+ src/hb-ot-shape-complex-arabic.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5fadf4c85e53a9acc9baa126b5588e4f4aeec2ed
+Author: Alba Mendez <me@alba.sh>
+Date:   Wed Sep 1 14:38:01 2021 +0200
+
+    Small docs improvement
+    
+    Mention that the returned strings are always nul terminated for convenience.
+
+ src/hb-ot-name.cc | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 04cf6212d72ceffb164b2aaf7315711d4227445f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 30 18:35:08 2021 -0600
+
+    [util/hb-subset] Fix --version and --help again
+    
+    https://github.com/harfbuzz/harfbuzz/commit/38ad093216d8204df2dce18a112ee43964031357
+
+ util/hb-subset.cc | 18 +++++++++++++++---
+ 1 file changed, 15 insertions(+), 3 deletions(-)
+
+commit 5c4c173b06e28171f5fafd54ae0c5a70f38d8d8a
+Merge: 41b9f2abc de8563658
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 30 16:44:28 2021 -0600
+
+    Merge pull request #3146 from googlefonts/set_api
+    
+    [subset] proposed update to subset set apis.
+
+commit de85636581f3c7c8f8140624b78efd76e3ecfd4b
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Aug 30 14:36:05 2021 -0700
+
+    [subset] s/REPLACE/REPLACEME/
+
+ src/hb-subset.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3844e58e14f6f528c52df06d49c771dd174730b9
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Aug 30 11:16:51 2021 -0700
+
+    [subset] remove helper functions for accessing subset input sets.
+
+ src/hb-subset-input.cc | 24 ++++++++---------
+ src/hb-subset-input.hh | 70 --------------------------------------------------
+ src/hb-subset-plan.cc  | 20 +++++++--------
+ 3 files changed, 22 insertions(+), 92 deletions(-)
+
+commit 41b9f2abcd63589e541da13e295fdb9d2f78a2bb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 29 10:47:11 2021 -0600
+
+    [set] Add TODO item
+
+ src/hb-bit-set.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 93ac700da612b70fec9efb15ed97855dc15f4582
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 29 10:32:40 2021 -0600
+
+    [set] Add copy-constructor/assignment again
+
+ src/hb-bit-set.hh | 10 +++++-----
+ src/hb-set.hh     |  5 +++++
+ 2 files changed, 10 insertions(+), 5 deletions(-)
+
+commit b9a176e268a0dde9ed491130fe4fc5869bcca235
+Author: Garret Rieger <grieger@google.com>
+Date:   Sun Aug 29 10:33:12 2021 -0600
+
+    [subset] speedup cmap4 subsetting for large codepoint counts. (#3178)
+    
+    glyphIdArray generation implementation was O(n^2). Refactored to use a hashmap to reduce complexity. After the change subset time for a 22k codepoint subset went from 7s to 0.7s.
+
+ src/hb-ot-cmap-table.hh | 33 ++++++++++++++-------------------
+ 1 file changed, 14 insertions(+), 19 deletions(-)
+
+commit fdce294120bc7d626321d38df46e4c49823310db
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 29 09:44:52 2021 -0600
+
+    [util/hb-subset] Print error and suggest filing github issue if operation fails
+    
+    https://github.com/harfbuzz/harfbuzz/issues/3173#issuecomment-906715780
+
+ util/batch.hh         | 5 ++++-
+ util/shape-options.hh | 4 ++--
+ 2 files changed, 6 insertions(+), 3 deletions(-)
+
+commit 38ad093216d8204df2dce18a112ee43964031357
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 29 09:44:07 2021 -0600
+
+    [util/hb-subset] Don't ignore errors during face parsing
+    
+    Was ignoring file-not-found errors.
+
+ util/hb-subset.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 57d6bf82519f39717ddb7b7574ac079e3016757f
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Aug 27 10:59:28 2021 -0700
+
+    [subset] in sets union correctly size the pointer array.
+
+ src/hb-subset-input.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 102666dab7ef649fca0fbd3ce043ab2b166d662c
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Aug 27 10:31:37 2021 -0700
+
+    [subset] add test for hb_subset_input_set (...).
+
+ src/hb-subset-input.cc |  1 -
+ test/api/test-subset.c | 30 ++++++++++++++++++++++++++++++
+ 2 files changed, 30 insertions(+), 1 deletion(-)
+
+commit 7194c2a2a370a39d8e41539cb7fde9a9ffed80c3
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Aug 27 08:20:58 2021 -0700
+
+    [subset] use anonymous union to hold the input sets instead of a map.
+
+ src/hb-subset-input.cc | 16 ++++-----------
+ src/hb-subset-input.hh | 56 ++++++++++++++++++++++++++++++++++----------------
+ 2 files changed, 42 insertions(+), 30 deletions(-)
+
+commit 05204d758689751350cf9f14518bfd7fc86db608
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 25 16:51:26 2021 -0700
+
+    [subset] implement hb_subset_input_set (...).
+    
+    Switch to storing the sets keyed by enum internally.
+
+ src/hb-subset-input.cc | 87 ++++++++++++++++++++++++++------------------
+ src/hb-subset-input.hh | 97 ++++++++++++++++++++++++++++++++++++++++++--------
+ src/hb-subset-plan.cc  | 20 +++++------
+ 3 files changed, 145 insertions(+), 59 deletions(-)
+
+commit 50193262f0d8aa1c2d6a2a2e4b68f8d2771157b3
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 25 15:10:21 2021 -0700
+
+    [subset] reorder set enums.
+
+ src/hb-subset.h | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 3282f540a967670d8ee6ac2d78193f6bfaa8c68c
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 25 15:06:42 2021 -0700
+
+    [subset] restore legacy set api methods.
+
+ src/hb-subset.h | 15 +++++++++++++++
+ 1 file changed, 15 insertions(+)
+
+commit 1457c1f0806ce63051cf48c47b9a03741533fc8f
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 25 15:01:28 2021 -0700
+
+    [subset] set enum name changes.
+
+ src/hb-subset.h | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit 1b5e1593010eb7c79c58bb68ea1200ef6c8cb740
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 25 14:56:55 2021 -0700
+
+    [subset] Remove HB_SUBSET_SETS_COUNT and flags comment.
+
+ src/hb-subset.h | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 4c389fd9e5c09574651c5dca3917857cc2cf910c
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Aug 13 11:14:52 2021 -0700
+
+    [subset] add unicode and glyph set  enums.
+
+ src/hb-subset.h | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit e3e1ae876646937302593d37ea68e1e650621fcb
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Aug 13 10:53:20 2021 -0700
+
+    [subset] proposed update to subset set apis.
+
+ src/hb-subset.h | 37 ++++++++++++++++++++++++-------------
+ 1 file changed, 24 insertions(+), 13 deletions(-)
+
+commit 1e1438c4fb7ed6fdcfcd8d6ae53eb9ed8d3a8a93
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 26 14:59:29 2021 -0600
+
+    [subset] fix --*-file options in hb-subset. (#3176)
+    
+    The previous change to add -/+ versions of each set type broke all of the --*-file input options since all of the parse functions now default to replacing the set if the + variant is not being used. This fixes the issue by changing parse_file_for to pass '+' as the name to the parsing function. This triggers the append mode.
+
+ util/hb-subset.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9db494f517a217e4bec709762416777b97b4445d
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 26 10:51:38 2021 -0600
+
+    [subset] Update remaining subset input sets to use inversion for all. (#3172)
+    
+    * [subset] Update remaining subset input sets to use inversion for all.
+    
+    * [subset] Update flag help for remaining sets to mention -=.
+
+ src/hb-subset-input.hh | 14 ++++----
+ util/hb-subset.cc      | 95 +++++++++++++++++++++++++++++---------------------
+ 2 files changed, 62 insertions(+), 47 deletions(-)
+
+commit 99356ea5f0b426137e83b68605cb50045bf42708
+Merge: 1620698bd 4b5a81f13
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 25 17:19:06 2021 -0600
+
+    Merge pull request #3150 from harfbuzz/item-context-tests
+    
+    [test] Add tests for item context
+
+commit 1620698bd51d4a21d4cb2ca9ff3d66d10a1a4cd6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 25 16:25:08 2021 -0600
+
+    [subset-input] Minor format
+
+ src/hb-subset-plan.cc | 32 ++++++++++++++++++--------------
+ 1 file changed, 18 insertions(+), 14 deletions(-)
+
+commit 18b4aab6526bdfe1cc595709fbd7586c07a5417a
+Merge: e9e6d66cd 75efade7a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 25 16:21:07 2021 -0600
+
+    Merge pull request #3171 from googlefonts/unicode_glyph_invert
+    
+    [subset] use inverted set for all unicodes.
+
+commit 75efade7a4290413711c00748b38c547021a6f26
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 25 14:51:21 2021 -0700
+
+    [subset] format --gids and --unicodes help messages better.
+
+ util/hb-subset.cc | 15 ++++++++++++---
+ 1 file changed, 12 insertions(+), 3 deletions(-)
+
+commit cd07070e41eb020be0669780be4a8517cfb0e9a6
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 25 14:42:00 2021 -0700
+
+    [subset] Move plan unicodes and gids population to end of _populate_unicodes...
+
+ src/hb-subset-plan.cc | 49 +++++++++++++++++++++++++------------------------
+ 1 file changed, 25 insertions(+), 24 deletions(-)
+
+commit fa4bf7cf58e9193981c9f4a6da7f15f7ba4332d2
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 25 14:31:11 2021 -0700
+
+    [subset] use inverted sets for glyph id input.
+    
+    Adds --gids-=, --glyphs-=, --text-=, --unicodes-= options. Use inverted sets to represent all glyphs and/or all unicodes.
+
+ util/hb-subset.cc | 84 +++++++++++++++++++++++++++++++++++++++++--------------
+ 1 file changed, 63 insertions(+), 21 deletions(-)
+
+commit 4b5a81f13c326e26f740ca61752f95a9d2afe89c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 25 15:20:54 2021 -0600
+
+    [buffer] Fix hb_buffer_append() pre/post-context logic
+    
+    Part of https://github.com/harfbuzz/harfbuzz/pull/3150
+
+ src/hb-buffer.cc | 15 +++++++++++----
+ 1 file changed, 11 insertions(+), 4 deletions(-)
+
+commit 8f4f47df7c42294c06d6bd4f2d0e1b35c4040eb5
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 25 13:34:05 2021 -0700
+
+    [subset] use inverted set for all unicodes.
+    
+    Modify the code that handles input->unicodes to be safe with possibly inverted sets. Also adds --unicodes-= and --unicodes+= flags.
+
+ src/hb-subset-plan.cc | 45 +++++++++++++++++++++++++++------------------
+ util/hb-subset.cc     | 15 ++++++++++++---
+ 2 files changed, 39 insertions(+), 21 deletions(-)
+
+commit e9e6d66cd6bf00124fa3cffdbeece44dcffb1bbd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 24 23:22:49 2021 -0600
+
+    [subset] Minor internal parameter rename
+
+ src/hb-subset-plan.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 955f86a034b11827a5d3bfb6e60f7e00a4bf40db
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 24 11:17:10 2021 -0600
+
+    [test-set] Fix compiler warnings
+
+ test/api/test-set.c | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 59deb754b3e199ff47e1ce2c22aab1a3486615ba
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Aug 24 17:06:14 2021 -0700
+
+    [subset] rename _collect_subset_layout to _collect_layout_indices.
+    
+    Better describes what the function does.
+
+ src/hb-subset-plan.cc | 31 ++++++++++++++++---------------
+ 1 file changed, 16 insertions(+), 15 deletions(-)
+
+commit f2441a4b65288dfc1c17a52bb31d694fb3e3ce08
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Aug 24 15:53:32 2021 -0700
+
+    [subset] Remove retain all layout features flag.
+    
+    Instead use inverted sets to handle requesting all features. Modifies feature collection in subset plan to intersect the set of requested features against the features in the font. This prevents iterating a fully filled feature tag set.
+
+ src/hb-subset-input.cc | 15 ----------
+ src/hb-subset-plan.cc  | 74 +++++++++++++++++++++++++-------------------------
+ src/hb-subset.h        | 11 --------
+ test/api/test-subset.c |  4 +--
+ util/hb-subset.cc      | 12 ++------
+ 5 files changed, 42 insertions(+), 74 deletions(-)
+
+commit f84daccb4f85e6ec86e2608fbe59c1e92ec0d814
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Aug 24 14:20:26 2021 -0700
+
+    [set] include null pool sets in the permutations tested by inverted_operations.
+
+ test/api/test-set.c | 38 +++++++++++++++++++++++++-------------
+ 1 file changed, 25 insertions(+), 13 deletions(-)
+
+commit c90678cbc5856a425e7b6b50a516bc8287569a39
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 24 11:11:12 2021 -0600
+
+    [set] One more try to fix things
+    
+    That I don't let a "make check -j10" run finish before pushing things
+    out means either that we need to speed up our build / test process,
+    or I need a faster laptop...
+
+ src/hb-bit-set.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 357976963ec7228d4790d9524142943f5ecf112e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 24 10:55:12 2021 -0600
+
+    [set] One more try at fixing clear() on empty set
+
+ src/hb-bit-set.hh | 15 ++++++---------
+ 1 file changed, 6 insertions(+), 9 deletions(-)
+
+commit fb07f8f8761b12dadaa18bb42d09706bb69c56e3
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Aug 23 15:33:57 2021 -0700
+
+    During subset input creation check for set alloc failures and fail if encountered.
+
+ src/hb-subset-input.cc                                      |  12 ++++++++++++
+ ...estcase-minimized-hb-subset-fuzzer-5141317848530944.fuzz | Bin 0 -> 8 bytes
+ 2 files changed, 12 insertions(+)
+
+commit b5177d21473bdabb16bd9bfe8f4512edc776c1c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 24 10:43:37 2021 -0600
+
+    [set] Fix seam exposed by previous commit
+
+ src/hb-bit-set.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit f0de40dd61dd261cda197383d192ca487408a3f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 23 23:52:17 2021 -0600
+
+    Whitespace
+
+ src/hb-ot-shape.cc | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit 8cdbea5580731c2bf66e56bf619c1fbb2978692e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 23 23:44:55 2021 -0600
+
+    [ot-shape-normalize] Move buffer out of hb_ot_shape_normalize_context_t
+
+ src/hb-ot-shape-normalize.cc | 32 ++++++++++++++++++--------------
+ src/hb-ot-shape-normalize.hh |  1 -
+ 2 files changed, 18 insertions(+), 15 deletions(-)
+
+commit 10da9fd20de74411f1a463e17628d8a2395e6eaa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 23 23:32:02 2021 -0600
+
+    [ot-map] Whitespace
+
+ src/hb-ot-map.cc | 25 ++++++++++++++++++++-----
+ 1 file changed, 20 insertions(+), 5 deletions(-)
+
+commit d3e09bf4654fe5478b6dbf2b26ebab6271317d81
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 24 10:31:49 2021 -0600
+
+    [set] Make all operators null-safe again
+    
+    Changed my mind.
+    
+    Also for hb_map_clear().
+    
+    Part of https://github.com/harfbuzz/harfbuzz/pull/3162
+
+ src/hb-bit-set-invertible.hh | 38 ++++++++++++++++++++++++++++++--------
+ src/hb-map.cc                |  3 ---
+ src/hb-map.hh                |  2 ++
+ src/hb-set.cc                | 28 +++++++---------------------
+ 4 files changed, 39 insertions(+), 32 deletions(-)
+
+commit 33bfe9edd679d61898209281960ec1a8570a11c7
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Aug 16 17:00:57 2021 +0200
+
+    [test] Add tests for item context
+    
+    Test pre-context and post-context in Arabic shaper, as well as
+    interaction of pre-context with BOT flag.
+
+ test/shape/data/in-house/Makefile.sources                |   1 +
+ .../fonts/3105b51976b879032c66aa93a634b3b3672cd344.ttf   | Bin 0 -> 2768 bytes
+ .../fonts/65984dfce552a785f564422aadf4715fa07795ad.ttf   | Bin 0 -> 4020 bytes
+ test/shape/data/in-house/meson.build                     |   1 +
+ test/shape/data/in-house/tests/item-context.tests        |  11 +++++++++++
+ 5 files changed, 13 insertions(+)
+
+commit 430224b1a06c6eef04de9b6e1ee5aa2cb7a9a403
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Aug 16 15:40:47 2021 +0200
+
+    [buffer] Handle pre/post-context in buffer_append
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1843
+
+ src/hb-buffer.cc      | 15 +++++++++++++++
+ util/shape-options.hh |  1 -
+ 2 files changed, 15 insertions(+), 1 deletion(-)
+
+commit 6ca0ffd42e0a5cea2adc9efaedf7fc6fd333f9d1
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Aug 16 14:52:13 2021 +0200
+
+    [util] Add --unicodes-before/after
+    
+    Parallel to --unicodes for --text-before/after. To be used in tests.
+
+ util/text-options.hh | 156 +++++++++++++++++++++++++++++++++++++++++----------
+ 1 file changed, 126 insertions(+), 30 deletions(-)
+
+commit 65c622c6892dcbe44996962a748f13569600d389
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Aug 23 21:23:30 2021 +0200
+
+    Typo
+
+ docs/usermanual-install-harfbuzz.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c76af4973cc9f9b64f829a81bb6107218cf303f6
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Aug 23 20:50:35 2021 +0200
+
+    [doc] We use GitHub for discussion not the mailing list
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3160
+
+ docs/usermanual-install-harfbuzz.xml | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 33c82c7dad41a7dc7ac007b63a5c3e9a45b6faf4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 22 22:31:39 2021 -0600
+
+    [ot-shape] Fix unused-var error when building without AAT
+    
+    Fixes https://github.com/harfbuzz/harfbuzzjs/issues/45
+
+ src/hb-ot-shape.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 34e0b28faef0f4157a47cc3e2feb7360f82232fd
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Aug 18 20:46:06 2021 -0700
+
+    [subset] make glyph-names option match fonttools behavior
+    
+    Don't encode psNames that are contained in standard glyph names set
+
+ src/hb-ot-post-table-v2subset.hh                   |  24 +++++++++++++++++----
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ ...ular.glyph-names.0x0,0x8,0x9,0x1d,0x20,0xb7.ttf | Bin 0 -> 10172 bytes
+ ...tu-Regular.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 281092 bytes
+ test/subset/data/fonts/Ubuntu-Regular.ttf          | Bin 0 -> 351884 bytes
+ test/subset/data/tests/glyph_names.tests           |   9 ++++++++
+ test/subset/meson.build                            |   1 +
+ 8 files changed, 32 insertions(+), 4 deletions(-)
+
+commit 829b0f33531b3c14b2e08331b8cc5b31fed73129
+Merge: 280366ba6 915550ab1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 20 01:28:15 2021 -0600
+
+    Merge pull request #3154 from harfbuzz/set-invert
+    
+    Resurrect hb_set_invert()
+
+commit 915550ab19659107acea9e70a7bc699a19fe2f44
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 19 17:48:38 2021 -0700
+
+    [set] remove inverted test TODO.
+
+ test/api/test-set.c | 13 -------------
+ 1 file changed, 13 deletions(-)
+
+commit c4ed58299761ac2e5452bec890e44fcb7c9f1cc7
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 19 17:47:41 2021 -0700
+
+    [set] add test for inverted set operations.
+    
+    This test checks all possible set configurations against each operation type.
+
+ test/api/test-set.c | 125 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 125 insertions(+)
+
+commit 325fd6ddb85a141507f752f37ab650bb56299247
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 19 15:54:31 2021 -0700
+
+    [set] add tests for inverted set equality.
+
+ test/api/test-set.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 55 insertions(+), 1 deletion(-)
+
+commit 287032af6cf3609bb9ca88cf622d478fc77698e3
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 19 15:45:28 2021 -0700
+
+    [set] update set test TODO list.
+
+ test/api/test-set.c | 9 +--------
+ 1 file changed, 1 insertion(+), 8 deletions(-)
+
+commit 5c003d80a680ec619f0922318244e7d41ca709ba
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 19 15:41:12 2021 -0700
+
+    [set] add tests for inverted previous iteration.
+
+ test/api/test-set.c | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 108 insertions(+)
+
+commit 84c2a30214eed8e9cabc1efa7460c74e0ca4f214
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 16:33:48 2021 -0600
+
+    [bit-set-invertible] Second try fixing previous()
+
+ src/hb-bit-set-invertible.hh | 25 +++++++++++++------------
+ 1 file changed, 13 insertions(+), 12 deletions(-)
+
+commit 8f88747a5e100adc3f722baf573143cbb812ac48
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 16:30:48 2021 -0600
+
+    [bit-set-invertible] Fix previous() iteration
+
+ src/hb-bit-set-invertible.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3f2cc582f283319a5f98469b993403c6f79f3ef9
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 19 15:00:07 2021 -0700
+
+    [set] add basic and iteration set inverion tests.
+
+ test/api/test-set.c | 220 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 220 insertions(+)
+
+commit 1d832693e17935e025201905236b9fa34e1f310d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 16:02:30 2021 -0600
+
+    [set] Protect against immutible null set with invertible addition
+
+ src/hb-map.cc |  2 ++
+ src/hb-set.cc | 22 ++++++++++++++++++++++
+ 2 files changed, 24 insertions(+)
+
+commit 7115af23ebe4a896174d1a246fcfb3b4d0fe6806
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 15:55:21 2021 -0600
+
+    [util] Fix glib deprecation warning re g_memdup()
+
+ util/hb-subset.cc | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit dc800ffd6c0b806b5b0db9d48cd57528d1fae3eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 15:35:51 2021 -0600
+
+    [bit-set] Remove TODO items we don't intend to finish
+
+ src/hb-bit-set.hh | 8 --------
+ 1 file changed, 8 deletions(-)
+
+commit 92908c122bb578d502bdaa2fbf7a9a3b41540ae0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 15:28:26 2021 -0600
+
+    [bit-set-invertible] Remove extra check
+    
+    We don't expect immutable / null set in this code.
+
+ src/hb-bit-set-invertible.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1babe80ed2506b36c22275b4c511296c8d9b4096
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 15:18:32 2021 -0600
+
+    [bit-set-invertible] Fix last remaining corner-case
+
+ src/hb-bit-set-invertible.hh | 13 ++++++++++++-
+ 1 file changed, 12 insertions(+), 1 deletion(-)
+
+commit e8911d137ca1e367a41143ece02149a62779cdf0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 14:59:57 2021 -0600
+
+    [bit-set-invertible] Implement a couple other missing corner cases
+    
+    Also, in bit-set, don't compute population in is_equal/is_subset()
+    if we don't have it computed already.
+
+ src/hb-bit-set-invertible.hh |  7 +++----
+ src/hb-bit-set.hh            | 14 +++++++++-----
+ 2 files changed, 12 insertions(+), 9 deletions(-)
+
+commit 2579dc648f940c7c66ac0ef2cc75c7b6754c6892
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 14:48:27 2021 -0600
+
+    [bit-set-invertible] Move code around
+
+ src/hb-bit-set-invertible.hh | 31 +++++++++++++++----------------
+ 1 file changed, 15 insertions(+), 16 deletions(-)
+
+commit 2dfc104236395f224b6834ab52263fbafbe92651
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 14:47:33 2021 -0600
+
+    [bit-set-invertible] Implement is_empty() for inverted case as well
+
+ src/hb-bit-set-invertible.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit ec4812a7d4031c2a579f0d49f526f0a9b418e063
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 13:32:44 2021 -0600
+
+    [bit-page] Remove unused inverted code
+
+ src/hb-bit-page.hh | 47 +++++++++++++++++------------------------------
+ 1 file changed, 17 insertions(+), 30 deletions(-)
+
+commit 87885e6f02fef1d8289050c1c939d5a5566b5ee2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 13:26:25 2021 -0600
+
+    [bit-set-invertible] Fix next/previous() logic
+
+ src/hb-bit-set-invertible.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit ee4e331a6e05ce5e99671a401e986c0fcdd2a691
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 13:23:22 2021 -0600
+
+    [bit-set] Remove unused get_min(inverted)
+
+ src/hb-bit-set.hh | 16 +++-------------
+ 1 file changed, 3 insertions(+), 13 deletions(-)
+
+commit eec1a25e7169a2958a4f739d98cca4ae6e38605f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 13:22:36 2021 -0600
+
+    [bit-set-invertible] Rewrite get_min/max() in terms of next/previous()
+
+ src/hb-bit-set-invertible.hh | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+commit f09d5ed0f52987f4af39d0a577762d4dda99509c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 13:06:10 2021 -0600
+
+    [algs] Remove hb_bitwise_non()
+
+ src/hb-algs.hh | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit f4fd7baf7ec8ff5954e226f2e7ea2697e84a39dd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 13:05:12 2021 -0600
+
+    [bit-set-invertible] Fix subtract() logic
+
+ src/hb-bit-set-invertible.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f317d8e4261e6fef1a7d5682bd62a4562588b322
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 13:01:07 2021 -0600
+
+    [bit-set-invertible] Fix intersect() logic
+
+ src/hb-bit-set-invertible.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b21038d91de7f67bbfec549f618b0238c3ca7735
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 11:24:17 2021 -0600
+
+    [bit-set-invertible] Rewrite next/previous_range() in terms of s.next/previous()
+
+ src/hb-bit-set-invertible.hh | 26 ++++++++------------------
+ 1 file changed, 8 insertions(+), 18 deletions(-)
+
+commit eb98bc1e322c0675de7f7b00e4e1932ec593277d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 11:19:24 2021 -0600
+
+    [bit-set-invertible] Rewrite next/previous() using s.next/previous_range()
+
+ src/hb-bit-set-invertible.hh | 54 ++++++++++++++++++++++++--------------------
+ 1 file changed, 30 insertions(+), 24 deletions(-)
+
+commit 248ad3bce5b5e7190e174929bf1892f1a2bafb44
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 10:17:51 2021 -0600
+
+    [bit-set-invertible] Implement next/previous
+    
+    This makes invertible set functionality complete.
+
+ src/hb-bit-set-invertible.hh | 48 ++++++++++++++++++++++++++++++++++++++++----
+ 1 file changed, 44 insertions(+), 4 deletions(-)
+
+commit c27f5b1288e4786c27bd010a1f6b41c29ab37992
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 10:01:24 2021 -0600
+
+    [bit-set-invertible] Plug in next_range()/previous_range()
+
+ src/hb-bit-set-invertible.hh | 34 ++++++++++++++++++++++++++++++----
+ 1 file changed, 30 insertions(+), 4 deletions(-)
+
+commit f6aa37159bf1f4b3a2b83c7e263f4642959af73a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 01:12:25 2021 -0600
+
+    [bit-set-invertible] Fix process logic for inverted
+    [# On branch set-invert
+
+ src/hb-bit-set-invertible.hh | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit 060de189ecdf2327c6583b97f02c33c21889ca15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 00:58:34 2021 -0600
+
+    [bit-page] Fix sanitizer error
+    
+    This essentially reverts 9449cfeefd7e3b761c8035c45330abd7a5201604
+    
+    Problem was dereferencing pointer at end of array...
+
+ src/hb-bit-page.hh | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit b119b48079ab4bece6bb0cf75c6606d25c49ee5e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 00:51:24 2021 -0600
+
+    [bit-set-invertible] Add unlikely() around inverted checks
+
+ src/hb-bit-set-invertible.hh | 36 +++++++++++++++++++-----------------
+ 1 file changed, 19 insertions(+), 17 deletions(-)
+
+commit b94f24ec79877d57a17e8e8b9961127d590afa34
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 00:48:00 2021 -0600
+
+    [bit-set-invertible] Implement set algebra
+
+ src/hb-algs.hh               | 32 +++++++++++++++++++-
+ src/hb-bit-set-invertible.hh | 71 +++++++++++++++++++++++++++++++++++++-------
+ src/hb-bit-set.hh            |  2 +-
+ 3 files changed, 93 insertions(+), 12 deletions(-)
+
+commit 6afefe1dc3f7aedc1f355bfa70bfee1a15829ec1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 19 00:27:03 2021 -0600
+
+    [algs] Remove unnecessary struct tag names
+
+ src/hb-algs.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 8aa92ff8f054a1b7b8d06618a6366a44cba8fe87
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 18 23:01:06 2021 -0600
+
+    [bit-set-invertible] Implement get_min/max
+
+ src/hb-bit-set-invertible.hh |  4 ++--
+ src/hb-bit-set.hh            | 16 +++++++++++++---
+ 2 files changed, 15 insertions(+), 5 deletions(-)
+
+commit 18f50275ed2b66c9316d68138572b84ee713f0cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 18 22:08:06 2021 -0600
+
+    [bit-set] Restructure get_min/max() in prep for adding inverted
+
+ src/hb-bit-set.hh | 26 ++++++++++++++++++--------
+ 1 file changed, 18 insertions(+), 8 deletions(-)
+
+commit 669b97d949173ceb691ece4c71c606f90c2f3e3f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 18 21:39:04 2021 -0600
+
+    [bit-set-invertible] Implement iterator
+
+ src/hb-bit-set-invertible.hh | 32 +++++++++++++++++++++++++++++---
+ 1 file changed, 29 insertions(+), 3 deletions(-)
+
+commit c66894d7c9f7883032fbe92aa33c49cb689b1230
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 18 21:24:29 2021 -0600
+
+    [bit-set-invertible] Write a subset branch as dagger
+
+ src/hb-bit-set-invertible.hh | 8 +-------
+ 1 file changed, 1 insertion(+), 7 deletions(-)
+
+commit c39d2f7a76807cfa8198eb931ff6c58e6bb7fc67
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 18 21:20:54 2021 -0600
+
+    [bit-set-invertible] Implement add_array / add_sorted_array / intersects
+
+ src/hb-bit-set-invertible.hh | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 0efa614c04a237722ca6a63a7b0c481fee11be97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 18 21:16:05 2021 -0600
+
+    [bit-set] Add del_array/del_sorted_array()
+
+ src/hb-bit-set.hh | 35 +++++++++++++++++++++++++++++------
+ 1 file changed, 29 insertions(+), 6 deletions(-)
+
+commit 48ad9eef1eb5e5226fcfdb86f3cf5be925456a57
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 18 21:05:21 2021 -0600
+
+    [bit-set] Merge page_for_insert() into page_for()
+
+ src/hb-bit-set.hh | 27 +++++++++++----------------
+ 1 file changed, 11 insertions(+), 16 deletions(-)
+
+commit 280366ba6af14fbcacbc49e6aa1c12d83e531ad1
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 18 15:50:49 2021 -0700
+
+    Add TODO to update NN offsets to allow nulls.
+
+ src/hb-ot-color-cpal-table.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit dc31920bbe3a35c565f89aaeca43e2a5fdb5b606
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 18 14:20:14 2021 -0700
+
+    Don't serialize null offsets in CPAL.
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5443213648330752
+
+ src/hb-ot-color-cpal-table.hh                             |  11 ++++++++---
+ ...z-testcase-minimized-hb-subset-fuzzer-5443213648330752 | Bin 0 -> 567 bytes
+ 2 files changed, 8 insertions(+), 3 deletions(-)
+
+commit e29f56354a62683bc461d4dfba48de4173ccd538
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Wed Aug 18 08:51:41 2021 +0100
+
+    Replace "langstr" with more helpful help.
+
+ util/shape-options.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7f9173d67f14dd273f6366cfcbf3498e6a8b2f56
+Author: Caleb Maclennan <caleb@alerque.com>
+Date:   Wed Aug 18 14:43:54 2021 +0300
+
+    [ci] Fix workflow so ‘publish-*’ dependencies can run
+    
+    This is a documented but bizarre quirk on Circle CI: in order for a job
+    to run as a dependency of another job that has a filter it must also
+    have at least one filter of its own, even if the filter is a noop.
+    
+    https://circleci.com/docs/2.0/workflows/#executing-workflows-for-a-git-tag
+
+ .circleci/config.yml | 15 ++++++++++++---
+ 1 file changed, 12 insertions(+), 3 deletions(-)
+
+commit a997f8918ea4e748657b4feb60dda84044c50ffd
+Author: Caleb Maclennan <caleb@alerque.com>
+Date:   Wed Aug 18 13:23:19 2021 +0300
+
+    [ci] Bump ghr tool used to post release artifacts to v0.14.0
+    
+    Also make sure we only download it once per CI run, not three times...
+
+ .ci/publish_release_artifact.sh | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit 80ff72f39dc833118426521f82f6bf614ef274d5
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Aug 18 13:09:03 2021 +0200
+
+    [doc] Misc fixes
+
+ docs/harfbuzz-docs.xml     | 1 +
+ docs/harfbuzz-sections.txt | 6 +++---
+ src/hb-subset-input.cc     | 6 ++++--
+ 3 files changed, 8 insertions(+), 5 deletions(-)
+
+commit 9aa6f8a93f035dd0a1e3978da495d830049480c8
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Aug 18 09:32:04 2021 +0200
+
+    2.9.0
+
+ NEWS                   | 20 ++++++++++++++++++++
+ configure.ac           |  2 +-
+ meson.build            |  2 +-
+ src/hb-subset-input.cc | 18 +++++++++---------
+ src/hb-subset.cc       |  2 +-
+ src/hb-subset.h        |  2 +-
+ src/hb-version.h       |  6 +++---
+ 7 files changed, 36 insertions(+), 16 deletions(-)
+
+commit adf3f3b317dbf95b3906f3003bd01195ec3121f7
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Aug 18 09:29:28 2021 +0200
+
+    Revert "2.9.0"
+    
+    This reverts commit 791aba9c45709a68ce6d5dc1066d22399dc4bee4.
+
+ NEWS | 20 --------------------
+ 1 file changed, 20 deletions(-)
+
+commit 791aba9c45709a68ce6d5dc1066d22399dc4bee4
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Aug 18 09:25:27 2021 +0200
+
+    2.9.0
+
+ NEWS | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit f0c3804fa292ef3be41cc8d1cdea8239f00e2295
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 17 15:37:19 2021 -0600
+
+    [set] Add hb_bit_set_invertible_t and resurrect hb_set_invert()
+    
+    Implementation is NOT complete yet.
+
+ docs/harfbuzz-sections.txt   |   2 +-
+ src/Makefile.sources         |   1 +
+ src/hb-bit-set-invertible.hh | 168 +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-bit-set.hh            |  15 ++--
+ src/hb-deprecated.h          |   3 -
+ src/hb-set.cc                |   9 +--
+ src/hb-set.h                 |   3 +
+ src/hb-set.hh                |  40 +++++------
+ 8 files changed, 201 insertions(+), 40 deletions(-)
+
+commit b5cdbdc030dc700134f41b67b5a42ab54806a9a3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 17 10:53:08 2021 -0600
+
+    [set] Turn hb_set_t into instance of template taking implementation t
+
+ src/hb-set.hh | 32 ++++++++++++++++++--------------
+ 1 file changed, 18 insertions(+), 14 deletions(-)
+
+commit fad452bffb4047b84aad3e2684244ce0385742ff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 16 20:48:24 2021 -0600
+
+    [set] Move main functionality into hb_bit_set_t
+    
+    To add inversion on top in hb_invertible_set_t and use that as hb_set_t.
+
+ src/Makefile.sources         |   1 +
+ src/hb-bit-set.hh            | 787 +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-gsubgpos.hh |   5 +-
+ src/hb-set.cc                |   2 +-
+ src/hb-set.hh                | 737 ++--------------------------------------
+ 5 files changed, 828 insertions(+), 704 deletions(-)
+
+commit 9cc4da962f53c2a9883742a0d9e9fd24222bd7b4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 16 20:17:53 2021 -0600
+
+    [object] Remove hb_object_is_inert()
+
+ src/hb-object.hh | 15 ++++++---------
+ 1 file changed, 6 insertions(+), 9 deletions(-)
+
+commit 2d5ef05d67d9a352d620e9d9e781e25717ab3a31
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 16 20:13:58 2021 -0600
+
+    Use !g_object_is_valid() instead of g_object_is_inert()
+
+ src/hb-shape-plan.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f6d6eff6a2f996df3144b9c03326c8efdcbf10bf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 16 19:41:44 2021 -0600
+
+    [object] Remove unused HB_REFERENCE_COUNT_INIT
+
+ src/hb-object.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 57d86950c3f913805a5527a54eb735ef9360c8d5
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Aug 16 21:54:26 2021 +0200
+
+    [meson] Update FreeType wrap to use upstream repo
+
+ subprojects/freetype2.wrap | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit f245dc4db86483be3ede773e0bc8ba68065e2380
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 15 12:40:36 2021 -0600
+
+    [set] Whitespace
+
+ src/hb-set.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9b390f8c40eb80871778b13de7e987bd0e8bedad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 15 12:34:55 2021 -0600
+
+    [set] Move page_t into hb-bit-page.hh
+
+ src/Makefile.sources |   1 +
+ src/hb-bit-page.hh   | 212 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-set.hh        | 190 ++-------------------------------------------
+ src/meson.build      |   1 +
+ 4 files changed, 221 insertions(+), 183 deletions(-)
+
+commit 0c3e02ee2d0b24d7fbed92ab2b51c3e98bbe69e8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 15 12:10:13 2021 -0600
+
+    [set] Add "inverted" to page_t::is_empty()
+
+ src/hb-set.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9bd64fa077ed1133ec96341335c62f91b3f9b9ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 15 11:42:16 2021 -0600
+
+    [set] Add "inverted" to page_t::next/prev()
+
+ src/hb-set.hh | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit c88e7ec935caf31ca7db6b90ab0db514c1b65e45
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 15 11:39:31 2021 -0600
+
+    [set] Add page_t::elt_maybe_invert()
+
+ src/hb-set.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 9449cfeefd7e3b761c8035c45330abd7a5201604
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 15 11:35:33 2021 -0600
+
+    [set] Simplify page_t::next/prev()
+
+ src/hb-set.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 4394ee1f1dd355b4e8c4e4ad8f310ed624c64e01
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 15 11:28:09 2021 -0600
+
+    [set] Add inverted to page_t::get_min/max()
+
+ src/hb-set.hh | 18 ++++++++++++------
+ 1 file changed, 12 insertions(+), 6 deletions(-)
+
+commit 0dcd9b15d964c7eee3344525313c15a2ff4a16e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 15 11:11:10 2021 -0600
+
+    [set] Add page_t::set_range()
+
+ src/hb-set.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit cb273fd17c436ada2b88aaecc585b62eb5203691
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 15 11:09:08 2021 -0600
+
+    [set] Add page_t::set()
+
+ src/hb-set.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 32bbf53d9c860c32fb9109a11459ccba6eba7110
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 15 11:06:52 2021 -0600
+
+    [set] Minor rewrite one cmp() in term of other
+
+ src/hb-set.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5b4dbf5af361161194d815fd97d616429f6bf81c
+Merge: cb05c363d d203267e5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 15 12:57:55 2021 -0600
+
+    Merge pull request #3148 from harfbuzz/win64
+    
+    Build win64 binaries
+
+commit d203267e53d1007ea1974111dee26c5383b3ee9a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Aug 15 18:29:26 2021 +0200
+
+    [ci] Remove effectively ignored filters
+    
+    We want these jobs to always run, and the filter does not seem to do
+    anything anyway.
+
+ .circleci/config.yml | 10 ++--------
+ 1 file changed, 2 insertions(+), 8 deletions(-)
+
+commit f73053edafdcdd04855055e8b04eff33b425ae7d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Aug 15 18:27:32 2021 +0200
+
+    [ci] Don’t install unused dependencies
+    
+    This is a cross build job, native libraries are not used.
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ddb4f9b9674a651fafd0e628ea7ea74a20e61ad9
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Aug 15 17:24:51 2021 +0200
+
+    [ci] Build win64 binaries as well
+
+ .ci/build-win64.sh   | 27 +++++++++++++++++++++++++++
+ .circleci/config.yml | 33 +++++++++++++++++++++++++++++++++
+ 2 files changed, 60 insertions(+)
+
+commit cb05c363d7f85f1a9f309cc91a372d1305ee8f9e
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Aug 13 15:19:20 2021 -0700
+
+    [subset] add some basic tests for the legacy subset methods.
+
+ src/hb-subset-input.cc | 16 ++++++++--------
+ test/api/test-subset.c | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 59 insertions(+), 8 deletions(-)
+
+commit d18aad7ec5e940cf2bd31f5005df739f42da2590
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Aug 13 15:05:48 2021 -0700
+
+    [subset] restore old subsetting api methods.
+    
+    These will be left in place until the 3.0.0 release.
+
+ src/hb-subset-input.cc | 130 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-subset.cc       |   8 +++
+ src/hb-subset.h        |  61 +++++++++++++++++++++++
+ 3 files changed, 199 insertions(+)
+
+commit 44802c8ec462574c148be12594609e13abd7ccb5
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 12 11:11:51 2021 -0700
+
+    [subset] use layout-features=* for layout subsetting tests w/ synthetic test fonts.
+
+ ...e_subrules_f1.layout-test-retain-gids.41,42,43.otf | Bin 0 -> 2132 bytes
+ ...iple_subrules_f1.layout-test-retain-gids.41,42.otf | Bin 0 -> 2012 bytes
+ ...ple_subrules_f1.layout-test-retain-gids.41,43.otf} | Bin
+ ...ltiple_subrules_f1.layout-test-retain-gids.41.otf} | Bin
+ ...1.layout-test-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3992 bytes
+ ...ext1_multiple_subrules_f1.layout-test.41,42,43.otf | Bin 0 -> 1420 bytes
+ ...ontext1_multiple_subrules_f1.layout-test.41,42.otf | Bin 0 -> 1304 bytes
+ ...ntext1_multiple_subrules_f1.layout-test.41,43.otf} | Bin
+ ..._context1_multiple_subrules_f1.layout-test.41.otf} | Bin
+ ...e_subrules_f1.layout-test.retain-all-codepoint.otf | Bin 0 -> 3992 bytes
+ ...e_subrules_f1.notdef-outline-retain-gids.41,42.otf | Bin 1912 -> 0 bytes
+ ...1_multiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 1304 -> 0 bytes
+ ...ext1_multiple_subrules_f1.notdef-outline.41,42.otf | Bin 1204 -> 0 bytes
+ ...e_subrules_f1.layout-test-retain-gids.41,42,43.otf | Bin 0 -> 2152 bytes
+ ...iple_subrules_f1.layout-test-retain-gids.41,42.otf | Bin 0 -> 2028 bytes
+ ...ple_subrules_f1.layout-test-retain-gids.41,43.otf} | Bin
+ ...ltiple_subrules_f1.layout-test-retain-gids.41.otf} | Bin
+ ...1.layout-test-retain-gids.retain-all-codepoint.otf | Bin 0 -> 4012 bytes
+ ...ext2_multiple_subrules_f1.layout-test.41,42,43.otf | Bin 0 -> 1440 bytes
+ ...ontext2_multiple_subrules_f1.layout-test.41,42.otf | Bin 0 -> 1320 bytes
+ ...ntext2_multiple_subrules_f1.layout-test.41,43.otf} | Bin
+ ..._context2_multiple_subrules_f1.layout-test.41.otf} | Bin
+ ...e_subrules_f1.layout-test.retain-all-codepoint.otf | Bin 0 -> 4012 bytes
+ ...ubrules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 2016 -> 0 bytes
+ ...e_subrules_f1.notdef-outline-retain-gids.41,42.otf | Bin 1912 -> 0 bytes
+ ...2_multiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 1304 -> 0 bytes
+ ...ext2_multiple_subrules_f1.notdef-outline.41,42.otf | Bin 1204 -> 0 bytes
+ ...xt3_simple_f1.layout-test-retain-gids.41,42,43.otf | Bin 0 -> 2112 bytes
+ ...text3_simple_f1.layout-test-retain-gids.41,42.otf} | Bin
+ ...text3_simple_f1.layout-test-retain-gids.41,43.otf} | Bin
+ ...context3_simple_f1.layout-test-retain-gids.41.otf} | Bin
+ ...1.layout-test-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3972 bytes
+ .../gpos_context3_simple_f1.layout-test.41,42,43.otf  | Bin 0 -> 1400 bytes
+ ... => gpos_context3_simple_f1.layout-test.41,42.otf} | Bin
+ ... => gpos_context3_simple_f1.layout-test.41,43.otf} | Bin
+ ...otf => gpos_context3_simple_f1.layout-test.41.otf} | Bin
+ ...xt3_simple_f1.layout-test.retain-all-codepoint.otf | Bin 0 -> 3972 bytes
+ ..._simple_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 1996 -> 0 bytes
+ ...otdef-outline-retain-gids.retain-all-codepoint.otf | Bin 3856 -> 0 bytes
+ ...pos_context3_simple_f1.notdef-outline.41,42,43.otf | Bin 1284 -> 0 bytes
+ ..._simple_f1.notdef-outline.retain-all-codepoint.otf | Bin 3856 -> 0 bytes
+ ...Prototype.layout-test-retain-gids.41,42,43,57.otf} | Bin 5272 -> 5924 bytes
+ ...eVFPrototype.layout-test-retain-gids.41,42,43.otf} | Bin 4740 -> 5212 bytes
+ ...dobeVFPrototype.layout-test-retain-gids.41,42.otf} | Bin 4264 -> 4732 bytes
+ ...eVFPrototype.layout-test-retain-gids.41,56,57.otf} | Bin 4408 -> 5048 bytes
+ ...> AdobeVFPrototype.layout-test-retain-gids.41.otf} | Bin 3560 -> 3996 bytes
+ ...dobeVFPrototype.layout-test-retain-gids.42,57.otf} | Bin 4396 -> 5040 bytes
+ ...f => AdobeVFPrototype.layout-test.41,42,43,57.otf} | Bin 5460 -> 5480 bytes
+ ....otf => AdobeVFPrototype.layout-test.41,42,43.otf} | Bin 4928 -> 4952 bytes
+ ...,42.otf => AdobeVFPrototype.layout-test.41,42.otf} | Bin 4448 -> 4468 bytes
+ ....otf => AdobeVFPrototype.layout-test.41,56,57.otf} | Bin 4596 -> 4620 bytes
+ ...ine.41.otf => AdobeVFPrototype.layout-test.41.otf} | Bin 3748 -> 3768 bytes
+ ...,57.otf => AdobeVFPrototype.layout-test.42,57.otf} | Bin 4580 -> 4600 bytes
+ ...=> gpos1_2_font.layout-test-retain-gids.41,43.otf} | Bin 1980 -> 2044 bytes
+ ...=> gpos1_2_font.layout-test-retain-gids.41,46.otf} | Bin 2140 -> 2204 bytes
+ ...tf => gpos1_2_font.layout-test-retain-gids.41.otf} | Bin 1856 -> 1916 bytes
+ ...=> gpos1_2_font.layout-test-retain-gids.42,44.otf} | Bin
+ ...=> gpos1_2_font.layout-test-retain-gids.43,46.otf} | Bin 2004 -> 2068 bytes
+ ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3780 -> 3848 bytes
+ ...e.41,43.otf => gpos1_2_font.layout-test.41,43.otf} | Bin 1260 -> 1324 bytes
+ ...e.41,46.otf => gpos1_2_font.layout-test.41,46.otf} | Bin 1388 -> 1452 bytes
+ ...outline.41.otf => gpos1_2_font.layout-test.41.otf} | Bin 1152 -> 1212 bytes
+ ...e.42,44.otf => gpos1_2_font.layout-test.42,44.otf} | Bin
+ ...e.43,46.otf => gpos1_2_font.layout-test.43,46.otf} | Bin 1252 -> 1316 bytes
+ ...gpos1_2_font.layout-test.retain-all-codepoint.otf} | Bin 3780 -> 3848 bytes
+ ...pos2_1_font7.layout-test-retain-gids.21,23,25.otf} | Bin 1656 -> 1728 bytes
+ ...> gpos2_1_font7.layout-test-retain-gids.21,23.otf} | Bin 1532 -> 1604 bytes
+ ...> gpos2_1_font7.layout-test-retain-gids.2E,23.otf} | Bin
+ ...pos2_1_font7.layout-test-retain-gids.41,42,43.otf} | Bin
+ ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3780 -> 3868 bytes
+ ...,25.otf => gpos2_1_font7.layout-test.21,23,25.otf} | Bin 1312 -> 1384 bytes
+ ....21,23.otf => gpos2_1_font7.layout-test.21,23.otf} | Bin 1204 -> 1276 bytes
+ ....2E,23.otf => gpos2_1_font7.layout-test.2E,23.otf} | Bin
+ ...,43.otf => gpos2_1_font7.layout-test.41,42,43.otf} | Bin
+ ...pos2_1_font7.layout-test.retain-all-codepoint.otf} | Bin 3780 -> 3868 bytes
+ ...gpos2_2_font5.layout-test-retain-gids.21,23,25.otf | Bin 0 -> 1780 bytes
+ .../gpos2_2_font5.layout-test-retain-gids.21,23.otf   | Bin 0 -> 1656 bytes
+ ...> gpos2_2_font5.layout-test-retain-gids.2E,23.otf} | Bin
+ ...pos2_2_font5.layout-test-retain-gids.41,42,43.otf} | Bin
+ ...5.layout-test-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3904 bytes
+ .../gpos2_2_font5.layout-test.21,23,25.otf            | Bin 0 -> 1436 bytes
+ .../layout.gpos2/gpos2_2_font5.layout-test.21,23.otf  | Bin 0 -> 1328 bytes
+ ....2E,23.otf => gpos2_2_font5.layout-test.2E,23.otf} | Bin
+ ...,43.otf => gpos2_2_font5.layout-test.41,42,43.otf} | Bin
+ ...gpos2_2_font5.layout-test.retain-all-codepoint.otf | Bin 0 -> 3904 bytes
+ ...s2_2_font5.notdef-outline-retain-gids.21,23,25.otf | Bin 1656 -> 0 bytes
+ ...gpos2_2_font5.notdef-outline-retain-gids.21,23.otf | Bin 1532 -> 0 bytes
+ ...otdef-outline-retain-gids.retain-all-codepoint.otf | Bin 3780 -> 0 bytes
+ .../gpos2_2_font5.notdef-outline.21,23,25.otf         | Bin 1312 -> 0 bytes
+ .../gpos2_2_font5.notdef-outline.21,23.otf            | Bin 1204 -> 0 bytes
+ ...s2_2_font5.notdef-outline.retain-all-codepoint.otf | Bin 3780 -> 0 bytes
+ ... => gpos3_font3.layout-test-retain-gids.28,29.otf} | Bin 1616 -> 1700 bytes
+ ... => gpos3_font3.layout-test-retain-gids.28,2B.otf} | Bin 1752 -> 1836 bytes
+ ... => gpos3_font3.layout-test-retain-gids.29,2B.otf} | Bin 1664 -> 1744 bytes
+ ... gpos3_font3.layout-test-retain-gids.41,42,43.otf} | Bin
+ ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3876 -> 3908 bytes
+ ...ne.28,29.otf => gpos3_font3.layout-test.28,29.otf} | Bin 1224 -> 1308 bytes
+ ...ne.28,2B.otf => gpos3_font3.layout-test.28,2B.otf} | Bin 1344 -> 1428 bytes
+ ...ne.29,2B.otf => gpos3_font3.layout-test.29,2B.otf} | Bin 1256 -> 1336 bytes
+ ...42,43.otf => gpos3_font3.layout-test.41,42,43.otf} | Bin
+ .../gpos3_font3.layout-test.retain-all-codepoint.otf} | Bin 3876 -> 3908 bytes
+ ..._anchors_1.layout-test-retain-gids.41,42,43,44.otf | Bin 0 -> 2336 bytes
+ ..._anchors_1.layout-test-retain-gids.41,42,43,45.otf | Bin 0 -> 2332 bytes
+ ...le_anchors_1.layout-test-retain-gids.41,42,43.otf} | Bin 1976 -> 2096 bytes
+ ...tiple_anchors_1.layout-test-retain-gids.41,42.otf} | Bin
+ ...hors_1.layout-test-retain-gids.41,43,44,45,46.otf} | Bin 2560 -> 2692 bytes
+ ...ple_anchors_1.layout-test-retain-gids.41,43,44.otf | Bin 0 -> 2328 bytes
+ ...ple_anchors_1.layout-test-retain-gids.41,43,45.otf | Bin 0 -> 2328 bytes
+ ...tiple_anchors_1.layout-test-retain-gids.41,43.otf} | Bin 1972 -> 2092 bytes
+ ...multiple_anchors_1.layout-test-retain-gids.41.otf} | Bin
+ ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3844 -> 3996 bytes
+ ...os4_multiple_anchors_1.layout-test.41,42,43,44.otf | Bin 0 -> 1620 bytes
+ ...os4_multiple_anchors_1.layout-test.41,42,43,45.otf | Bin 0 -> 1600 bytes
+ .../gpos4_multiple_anchors_1.layout-test.41,42,43.otf | Bin 0 -> 1384 bytes
+ ...=> gpos4_multiple_anchors_1.layout-test.41,42.otf} | Bin
+ ...multiple_anchors_1.layout-test.41,43,44,45,46.otf} | Bin 1832 -> 1964 bytes
+ .../gpos4_multiple_anchors_1.layout-test.41,43,44.otf | Bin 0 -> 1604 bytes
+ .../gpos4_multiple_anchors_1.layout-test.41,43,45.otf | Bin 0 -> 1592 bytes
+ .../gpos4_multiple_anchors_1.layout-test.41,43.otf    | Bin 0 -> 1372 bytes
+ ...tf => gpos4_multiple_anchors_1.layout-test.41.otf} | Bin
+ ...le_anchors_1.layout-test.retain-all-codepoint.otf} | Bin 3844 -> 3996 bytes
+ ...chors_1.notdef-outline-retain-gids.41,42,43,44.otf | Bin 2208 -> 0 bytes
+ ..._anchors_1.notdef-outline-retain-gids.41,42,43.otf | Bin 1996 -> 0 bytes
+ ...ple_anchors_1.notdef-outline-retain-gids.41,43.otf | Bin 2000 -> 0 bytes
+ ..._multiple_anchors_1.notdef-outline.41,42,43,44.otf | Bin 1492 -> 0 bytes
+ ..._multiple_anchors_1.notdef-outline.41,42,43,45.otf | Bin 1488 -> 0 bytes
+ ...os4_multiple_anchors_1.notdef-outline.41,42,43.otf | Bin 1284 -> 0 bytes
+ ...os4_multiple_anchors_1.notdef-outline.41,43,45.otf | Bin 1488 -> 0 bytes
+ .../gpos4_multiple_anchors_1.notdef-outline.41,43.otf | Bin 1280 -> 0 bytes
+ ...os5_font1.layout-test-retain-gids.41,42,43,44.otf} | Bin 2224 -> 2360 bytes
+ ...os5_font1.layout-test-retain-gids.41,42,43,45.otf} | Bin 2220 -> 2356 bytes
+ .../gpos5_font1.layout-test-retain-gids.41,42,43.otf  | Bin 0 -> 2120 bytes
+ ... gpos5_font1.layout-test-retain-gids.41,42,44.otf} | Bin 2144 -> 2276 bytes
+ .../gpos5_font1.layout-test-retain-gids.41,42,45.otf  | Bin 0 -> 2260 bytes
+ .../gpos5_font1.layout-test-retain-gids.41,42.otf     | Bin 0 -> 2012 bytes
+ ... => gpos5_font1.layout-test-retain-gids.41,43.otf} | Bin
+ ...otf => gpos5_font1.layout-test-retain-gids.41.otf} | Bin
+ ...otf => gpos5_font1.layout-test-retain-gids.42.otf} | Bin
+ ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3860 -> 4064 bytes
+ ...44.otf => gpos5_font1.layout-test.41,42,43,44.otf} | Bin 1508 -> 1644 bytes
+ .../gpos5_font1.layout-test.41,42,43,45.otf           | Bin 0 -> 1624 bytes
+ .../layout.gpos5/gpos5_font1.layout-test.41,42,43.otf | Bin 0 -> 1408 bytes
+ ...42,44.otf => gpos5_font1.layout-test.41,42,44.otf} | Bin 1420 -> 1552 bytes
+ .../layout.gpos5/gpos5_font1.layout-test.41,42,45.otf | Bin 0 -> 1524 bytes
+ .../layout.gpos5/gpos5_font1.layout-test.41,42.otf    | Bin 0 -> 1304 bytes
+ ...ne.41,43.otf => gpos5_font1.layout-test.41,43.otf} | Bin
+ ...-outline.41.otf => gpos5_font1.layout-test.41.otf} | Bin
+ ...-outline.42.otf => gpos5_font1.layout-test.42.otf} | Bin
+ ... gpos5_font1.layout-test.retain-all-codepoint.otf} | Bin 3860 -> 4064 bytes
+ ...5_font1.notdef-outline-retain-gids.41,42,43,45.otf | Bin 2236 -> 0 bytes
+ ...pos5_font1.notdef-outline-retain-gids.41,42,43.otf | Bin 2012 -> 0 bytes
+ ...pos5_font1.notdef-outline-retain-gids.41,42,45.otf | Bin 2144 -> 0 bytes
+ .../gpos5_font1.notdef-outline-retain-gids.41,42.otf  | Bin 1908 -> 0 bytes
+ .../gpos5_font1.notdef-outline.41,42,43,45.otf        | Bin 1504 -> 0 bytes
+ .../gpos5_font1.notdef-outline.41,42,43.otf           | Bin 1300 -> 0 bytes
+ .../gpos5_font1.notdef-outline.41,42,45.otf           | Bin 1408 -> 0 bytes
+ .../layout.gpos5/gpos5_font1.notdef-outline.41,42.otf | Bin 1200 -> 0 bytes
+ ...os6_font1.layout-test-retain-gids.41,42,43,44.otf} | Bin 2184 -> 2312 bytes
+ ...pos6_font1.layout-test-retain-gids.41,42,43,45.otf | Bin 0 -> 2308 bytes
+ .../gpos6_font1.layout-test-retain-gids.41,42,43.otf} | Bin 2016 -> 2072 bytes
+ ... => gpos6_font1.layout-test-retain-gids.41,42.otf} | Bin
+ ..._font1.layout-test-retain-gids.41,43,44,45,46.otf} | Bin 2536 -> 2668 bytes
+ .../gpos6_font1.layout-test-retain-gids.41,43,44.otf} | Bin 2216 -> 2304 bytes
+ .../gpos6_font1.layout-test-retain-gids.41,43,45.otf} | Bin 2224 -> 2304 bytes
+ .../gpos6_font1.layout-test-retain-gids.41,43.otf     | Bin 0 -> 2068 bytes
+ ...otf => gpos6_font1.layout-test-retain-gids.41.otf} | Bin
+ ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3820 -> 3972 bytes
+ ...44.otf => gpos6_font1.layout-test.41,42,43,44.otf} | Bin 1468 -> 1596 bytes
+ .../gpos6_font1.layout-test.41,42,43,45.otf           | Bin 0 -> 1576 bytes
+ .../layout.gpos6/gpos6_font1.layout-test.41,42,43.otf | Bin 0 -> 1360 bytes
+ ...ne.41,42.otf => gpos6_font1.layout-test.41,42.otf} | Bin
+ ...otf => gpos6_font1.layout-test.41,43,44,45,46.otf} | Bin 1808 -> 1940 bytes
+ .../gpos6_font1.layout-test.41,43,44.otf}             | Bin 1492 -> 1580 bytes
+ .../layout.gpos6/gpos6_font1.layout-test.41,43,45.otf | Bin 0 -> 1568 bytes
+ .../layout.gpos6/gpos6_font1.layout-test.41,43.otf    | Bin 0 -> 1348 bytes
+ ...-outline.41.otf => gpos6_font1.layout-test.41.otf} | Bin
+ ... gpos6_font1.layout-test.retain-all-codepoint.otf} | Bin 3820 -> 3972 bytes
+ ...6_font1.notdef-outline-retain-gids.41,42,43,45.otf | Bin 2196 -> 0 bytes
+ ...pos6_font1.notdef-outline-retain-gids.41,43,44.otf | Bin 2192 -> 0 bytes
+ ...pos6_font1.notdef-outline-retain-gids.41,43,45.otf | Bin 2200 -> 0 bytes
+ .../gpos6_font1.notdef-outline.41,42,43,45.otf        | Bin 1464 -> 0 bytes
+ .../gpos6_font1.notdef-outline.41,42,43.otf           | Bin 1260 -> 0 bytes
+ .../gpos6_font1.notdef-outline.41,43,44.otf           | Bin 1468 -> 0 bytes
+ .../gpos6_font1.notdef-outline.41,43,45.otf           | Bin 1464 -> 0 bytes
+ .../layout.gpos6/gpos6_font1.notdef-outline.41,43.otf | Bin 1256 -> 0 bytes
+ ...ubrules_f1.layout-test-retain-gids.30,31,32,33.otf | Bin 0 -> 2400 bytes
+ ..._subrules_f1.layout-test-retain-gids.41,42,43.otf} | Bin
+ ...1.layout-test-retain-gids.retain-all-codepoint.otf | Bin 0 -> 4012 bytes
+ ...1_multiple_subrules_f1.layout-test.30,31,32,33.otf | Bin 0 -> 1928 bytes
+ ...ng1_multiple_subrules_f1.layout-test.41,42,43.otf} | Bin
+ ...e_subrules_f1.layout-test.retain-all-codepoint.otf | Bin 0 -> 4012 bytes
+ ...ules_f1.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2292 -> 0 bytes
+ ...ultiple_subrules_f1.notdef-outline.30,31,32,33.otf | Bin 1820 -> 0 bytes
+ ...ubrules_f1.layout-test-retain-gids.30,31,32,33.otf | Bin 0 -> 2420 bytes
+ ..._subrules_f1.layout-test-retain-gids.41,42,43.otf} | Bin
+ ...1.layout-test-retain-gids.retain-all-codepoint.otf | Bin 0 -> 4044 bytes
+ ...2_multiple_subrules_f1.layout-test.30,31,32,33.otf | Bin 0 -> 1948 bytes
+ ...ng2_multiple_subrules_f1.layout-test.41,42,43.otf} | Bin
+ ...e_subrules_f1.layout-test.retain-all-codepoint.otf | Bin 0 -> 4044 bytes
+ ...ules_f1.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2292 -> 0 bytes
+ ...ultiple_subrules_f1.notdef-outline.30,31,32,33.otf | Bin 1820 -> 0 bytes
+ ..._simple_f1.layout-test-retain-gids.30,31,32,33.otf | Bin 0 -> 2392 bytes
+ ...g3_simple_f1.layout-test-retain-gids.41,42,43.otf} | Bin
+ ...1.layout-test-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3980 bytes
+ ...os_chaining3_simple_f1.layout-test.30,31,32,33.otf | Bin 0 -> 1920 bytes
+ ...gpos_chaining3_simple_f1.layout-test.41,42,43.otf} | Bin
+ ...ng3_simple_f1.layout-test.retain-all-codepoint.otf | Bin 0 -> 3980 bytes
+ ...mple_f1.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2268 -> 0 bytes
+ ...otdef-outline-retain-gids.retain-all-codepoint.otf | Bin 3856 -> 0 bytes
+ ...chaining3_simple_f1.notdef-outline.30,31,32,33.otf | Bin 1796 -> 0 bytes
+ ..._simple_f1.notdef-outline.retain-all-codepoint.otf | Bin 3856 -> 0 bytes
+ .../gpos9_font2.layout-test-retain-gids.41,42.otf     | Bin 0 -> 1960 bytes
+ ...otf => gpos9_font2.layout-test-retain-gids.41.otf} | Bin 1852 -> 1920 bytes
+ ...otf => gpos9_font2.layout-test-retain-gids.42.otf} | Bin 1724 -> 1792 bytes
+ .../layout.gpos9/gpos9_font2.layout-test.41,42.otf    | Bin 0 -> 1252 bytes
+ ...-outline.41.otf => gpos9_font2.layout-test.41.otf} | Bin 1148 -> 1216 bytes
+ ...-outline.42.otf => gpos9_font2.layout-test.42.otf} | Bin 1008 -> 1076 bytes
+ .../gpos9_font2.notdef-outline-retain-gids.41,42.otf  | Bin 1868 -> 0 bytes
+ .../layout.gpos9/gpos9_font2.notdef-outline.41,42.otf | Bin 1160 -> 0 bytes
+ .../gsub_alternate_substitution.default.53A9.otf      | Bin 3884 -> 0 bytes
+ .../gsub_alternate_substitution.default.53F1.otf      | Bin 2440 -> 0 bytes
+ ...ubstitution.layout-test-retain-gids.53A9,53F1.otf} | Bin 4440 -> 5076 bytes
+ ...nate_substitution.layout-test-retain-gids.53A9.otf | Bin 0 -> 4656 bytes
+ ...nate_substitution.layout-test-retain-gids.53F1.otf | Bin 0 -> 2996 bytes
+ ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 6076 -> 6764 bytes
+ ..._alternate_substitution.layout-test.53A9,53F1.otf} | Bin 4316 -> 4952 bytes
+ .../gsub_alternate_substitution.layout-test.53A9.otf  | Bin 0 -> 4504 bytes
+ .../gsub_alternate_substitution.layout-test.53F1.otf  | Bin 0 -> 2804 bytes
+ ...substitution.layout-test.retain-all-codepoint.otf} | Bin 5984 -> 6672 bytes
+ .../gsub_alternate_substitution.retain-gids.53A9.otf  | Bin 4036 -> 0 bytes
+ .../gsub_alternate_substitution.retain-gids.53F1.otf  | Bin 2632 -> 0 bytes
+ ...e_subrules_f2.layout-test-retain-gids.41,42,43.otf | Bin 0 -> 2236 bytes
+ ...iple_subrules_f2.layout-test-retain-gids.41,42.otf | Bin 0 -> 2208 bytes
+ ...ple_subrules_f2.layout-test-retain-gids.41,43.otf} | Bin
+ ...ltiple_subrules_f2.layout-test-retain-gids.41.otf} | Bin
+ ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3880 -> 3988 bytes
+ ...ext1_multiple_subrules_f2.layout-test.41,42,43.otf | Bin 0 -> 1440 bytes
+ ...ontext1_multiple_subrules_f2.layout-test.41,42.otf | Bin 0 -> 1400 bytes
+ ...ntext1_multiple_subrules_f2.layout-test.41,43.otf} | Bin
+ ..._context1_multiple_subrules_f2.layout-test.41.otf} | Bin
+ ..._subrules_f2.layout-test.retain-all-codepoint.otf} | Bin 3880 -> 3988 bytes
+ ...ubrules_f2.notdef-outline-retain-gids.41,42,43.otf | Bin 2028 -> 0 bytes
+ ...e_subrules_f2.notdef-outline-retain-gids.41,42.otf | Bin 1924 -> 0 bytes
+ ...otdef-outline-retain-gids.retain-all-codepoint.otf | Bin 3888 -> 0 bytes
+ ...1_multiple_subrules_f2.notdef-outline.41,42,43.otf | Bin 1316 -> 0 bytes
+ ...ext1_multiple_subrules_f2.notdef-outline.41,42.otf | Bin 1216 -> 0 bytes
+ ...ubrules_f2.notdef-outline.retain-all-codepoint.otf | Bin 3888 -> 0 bytes
+ ...e_subrules_f2.layout-test-retain-gids.41,42,43.otf | Bin 0 -> 2256 bytes
+ ...iple_subrules_f2.layout-test-retain-gids.41,42.otf | Bin 0 -> 2224 bytes
+ ...ple_subrules_f2.layout-test-retain-gids.41,43.otf} | Bin
+ ...ltiple_subrules_f2.layout-test-retain-gids.41.otf} | Bin
+ ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3880 -> 4008 bytes
+ ...ext2_multiple_subrules_f2.layout-test.41,42,43.otf | Bin 0 -> 1460 bytes
+ ...ontext2_multiple_subrules_f2.layout-test.41,42.otf | Bin 0 -> 1416 bytes
+ ...ntext2_multiple_subrules_f2.layout-test.41,43.otf} | Bin
+ ..._context2_multiple_subrules_f2.layout-test.41.otf} | Bin
+ ..._subrules_f2.layout-test.retain-all-codepoint.otf} | Bin 3880 -> 4008 bytes
+ ...ubrules_f2.notdef-outline-retain-gids.41,42,43.otf | Bin 2028 -> 0 bytes
+ ...e_subrules_f2.notdef-outline-retain-gids.41,42.otf | Bin 1924 -> 0 bytes
+ ...otdef-outline-retain-gids.retain-all-codepoint.otf | Bin 3888 -> 0 bytes
+ ...2_multiple_subrules_f2.notdef-outline.41,42,43.otf | Bin 1316 -> 0 bytes
+ ...ext2_multiple_subrules_f2.notdef-outline.41,42.otf | Bin 1216 -> 0 bytes
+ ...ubrules_f2.notdef-outline.retain-all-codepoint.otf | Bin 3888 -> 0 bytes
+ ...uccessive_f1.layout-test-retain-gids.41,42,43.otf} | Bin
+ ...3_successive_f1.layout-test-retain-gids.41,42.otf} | Bin
+ ...3_successive_f1.layout-test-retain-gids.41,43.otf} | Bin
+ ...ext3_successive_f1.layout-test-retain-gids.41.otf} | Bin
+ ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3876 -> 4008 bytes
+ ...b_context3_successive_f1.layout-test.41,42,43.otf} | Bin
+ ...gsub_context3_successive_f1.layout-test.41,42.otf} | Bin
+ ...gsub_context3_successive_f1.layout-test.41,43.otf} | Bin
+ ...=> gsub_context3_successive_f1.layout-test.41.otf} | Bin
+ ...uccessive_f1.layout-test.retain-all-codepoint.otf} | Bin 3876 -> 4008 bytes
+ ...brules_f1.layout-test-retain-gids.30,31,32,33.otf} | Bin 2304 -> 2372 bytes
+ ..._subrules_f1.layout-test-retain-gids.41,42,43.otf} | Bin
+ ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3876 -> 3984 bytes
+ ..._multiple_subrules_f1.layout-test.30,31,32,33.otf} | Bin 1832 -> 1900 bytes
+ ...ng1_multiple_subrules_f1.layout-test.41,42,43.otf} | Bin
+ ..._subrules_f1.layout-test.retain-all-codepoint.otf} | Bin 3876 -> 3984 bytes
+ ...otdef-outline-retain-gids.retain-all-codepoint.otf | Bin 3892 -> 0 bytes
+ ...ubrules_f1.notdef-outline.retain-all-codepoint.otf | Bin 3892 -> 0 bytes
+ ...brules_f1.layout-test-retain-gids.30,31,32,33.otf} | Bin 2304 -> 2400 bytes
+ ..._subrules_f1.layout-test-retain-gids.41,42,43.otf} | Bin
+ ...1.layout-test-retain-gids.retain-all-codepoint.otf | Bin 0 -> 4016 bytes
+ ...2_multiple_subrules_f1.layout-test.30,31,32,33.otf | Bin 0 -> 1928 bytes
+ ...ng2_multiple_subrules_f1.layout-test.41,42,43.otf} | Bin
+ ...e_subrules_f1.layout-test.retain-all-codepoint.otf | Bin 0 -> 4016 bytes
+ ...otdef-outline-retain-gids.retain-all-codepoint.otf | Bin 3892 -> 0 bytes
+ ...ultiple_subrules_f1.notdef-outline.30,31,32,33.otf | Bin 1832 -> 0 bytes
+ ...ubrules_f1.notdef-outline.retain-all-codepoint.otf | Bin 3892 -> 0 bytes
+ ..._simple_f2.layout-test-retain-gids.30,31,32,33.otf | Bin 0 -> 2360 bytes
+ ...g3_simple_f2.layout-test-retain-gids.41,42,43.otf} | Bin
+ ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3812 -> 3952 bytes
+ ...ub_chaining3_simple_f2.layout-test.30,31,32,33.otf | Bin 0 -> 1888 bytes
+ ...gsub_chaining3_simple_f2.layout-test.41,42,43.otf} | Bin
+ ...g3_simple_f2.layout-test.retain-all-codepoint.otf} | Bin 3812 -> 3952 bytes
+ ...mple_f2.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2280 -> 0 bytes
+ ...otdef-outline-retain-gids.retain-all-codepoint.otf | Bin 3868 -> 0 bytes
+ ...chaining3_simple_f2.notdef-outline.30,31,32,33.otf | Bin 1808 -> 0 bytes
+ ..._simple_f2.notdef-outline.retain-all-codepoint.otf | Bin 3868 -> 0 bytes
+ ...t-test-retain-gids.41,42,43,44,45,46,47,48,49.otf} | Bin 2916 -> 3208 bytes
+ ...d.layout-test-retain-gids.41,42,43,44,45,46,47.otf | Bin 0 -> 2828 bytes
+ ...d.layout-test-retain-gids.41,42,43,44,45,46,4D.otf | Bin 0 -> 2896 bytes
+ ....layout-test-retain-gids.41,42,43,44,45,46,51.otf} | Bin 2624 -> 2900 bytes
+ ...ted.layout-test-retain-gids.41,42,43,44,45,46.otf} | Bin
+ ...ally_created.layout-test-retain-gids.41,42,43.otf} | Bin
+ ...8_manually_created.layout-test-retain-gids.41.otf} | Bin
+ ...b8_manually_created.layout-test-retain-gids.61.otf | Bin 0 -> 2608 bytes
+ ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3868 -> 4048 bytes
+ ...reated.layout-test.41,42,43,44,45,46,47,48,49.otf} | Bin 2188 -> 2404 bytes
+ ...ally_created.layout-test.41,42,43,44,45,46,47.otf} | Bin 1948 -> 2012 bytes
+ ...ually_created.layout-test.41,42,43,44,45,46,4D.otf | Bin 0 -> 2012 bytes
+ ...ually_created.layout-test.41,42,43,44,45,46,51.otf | Bin 0 -> 2060 bytes
+ ...anually_created.layout-test.41,42,43,44,45,46.otf} | Bin
+ ...> gsub8_manually_created.layout-test.41,42,43.otf} | Bin
+ ....otf => gsub8_manually_created.layout-test.41.otf} | Bin
+ .../gsub8_manually_created.layout-test.61.otf         | Bin 0 -> 1556 bytes
+ ...ally_created.layout-test.retain-all-codepoint.otf} | Bin 3868 -> 4048 bytes
+ ...otdef-outline-retain-gids.41,42,43,44,45,46,4D.otf | Bin 2668 -> 0 bytes
+ ...otdef-outline-retain-gids.41,42,43,44,45,46,51.otf | Bin 2792 -> 0 bytes
+ ...manually_created.notdef-outline-retain-gids.61.otf | Bin 2292 -> 0 bytes
+ ...ly_created.notdef-outline.41,42,43,44,45,46,47.otf | Bin 1904 -> 0 bytes
+ ...ly_created.notdef-outline.41,42,43,44,45,46,4D.otf | Bin 1868 -> 0 bytes
+ .../gsub8_manually_created.notdef-outline.61.otf      | Bin 1236 -> 0 bytes
+ test/subset/data/profiles/layout-test-retain-gids.txt |   3 +++
+ test/subset/data/profiles/layout-test.txt             |   2 ++
+ test/subset/data/tests/layout.context.tests           |   4 ++--
+ test/subset/data/tests/layout.gdef-varstore.tests     |   4 ++--
+ test/subset/data/tests/layout.gpos.tests              |   4 ++--
+ test/subset/data/tests/layout.gpos2.tests             |   4 ++--
+ test/subset/data/tests/layout.gpos3.tests             |   4 ++--
+ test/subset/data/tests/layout.gpos4.tests             |   4 ++--
+ test/subset/data/tests/layout.gpos5.tests             |   4 ++--
+ test/subset/data/tests/layout.gpos6.tests             |   4 ++--
+ test/subset/data/tests/layout.gpos8.tests             |   4 ++--
+ test/subset/data/tests/layout.gpos9.tests             |   4 ++--
+ test/subset/data/tests/layout.gsub3.tests             |   4 ++--
+ test/subset/data/tests/layout.gsub5.tests             |   4 ++--
+ test/subset/data/tests/layout.gsub6.tests             |   4 ++--
+ test/subset/data/tests/layout.gsub8.tests             |   4 ++--
+ 340 files changed, 33 insertions(+), 28 deletions(-)
+
+commit 7620da0f2b2ec83db401f598c1e1ab22c0cfa91d
+Merge: c0f3af91b ccc2a1921
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 12 14:55:33 2021 -0600
+
+    Merge pull request #3142 from harfbuzz/subset-preload-face
+    
+    [util/hb-subset] preload face
+
+commit c0f3af91b80bcaa32d216eac6843c5036e446e25
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 11 16:20:05 2021 -0700
+
+    [subset] speed up add_gid_and_children and adjust op limit.
+    
+    Fix for fuzzer timeout: https://oss-fuzz.com/testcase-detail/5001604901240832.
+    
+    - Operation limit is per glyph, so 100,000 should still be far more than needed.
+    - Switches from for(...) to while(...) loop for iteration. for(...) calls it.end() which in this case triggers a complete iteration.
+    - Cache CompositeGlyph size in the iterator to avoid needing to recalculate it.
+
+ src/hb-ot-glyf-table.hh                            |  48 +++++++++++++++------
+ ...ase-minimized-hb-subset-fuzzer-5001604901240832 | Bin 0 -> 165568 bytes
+ 2 files changed, 34 insertions(+), 14 deletions(-)
+
+commit ccc2a1921a2beab5d7570145a9474870cf25d02a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 12 12:44:52 2021 -0600
+
+    [util/hb-subset] Whitespace
+
+ util/hb-subset.cc | 57 +++++++++++++++++++++++++++----------------------------
+ 1 file changed, 28 insertions(+), 29 deletions(-)
+
+commit 4dfc668e0a745cfb6d06d731adf71198cb4cb610
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 12 12:40:21 2021 -0600
+
+    [util/hb-subset] Move glyph name parsing inline instead of post_parse
+    
+    Now that we have face around we can just do it as it happens.
+
+ util/hb-subset.cc | 85 +++++++++++++++++++------------------------------------
+ 1 file changed, 29 insertions(+), 56 deletions(-)
+
+commit 08d43d1ba188ffb99eeeb50f6bc20b2f10701318
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 12 11:40:56 2021 -0600
+
+    [util/hb-subset] Move add_all_unicodes inline, instead of post_parse
+    
+    Now that we have the font loaded, we can do it as it happens.
+
+ util/hb-subset.cc | 19 +++++++++----------
+ 1 file changed, 9 insertions(+), 10 deletions(-)
+
+commit 11b0b688538b54f13069416a4a47a4db1eba6ae6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 12 11:38:28 2021 -0600
+
+    [util/hb-subset] Pre-parse font-face so we can use it during main parsing
+
+ util/face-options.hh |  3 +++
+ util/hb-subset.cc    | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ util/options.hh      | 23 +++++++++++++++--------
+ 3 files changed, 69 insertions(+), 8 deletions(-)
+
+commit c45d2a9c9dbdf3f0936f56f12706e8725078883b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 12 11:17:26 2021 -0600
+
+    [util] Allow setting cli summary / description
+
+ util/hb-ot-shape-closure.cc |  1 +
+ util/hb-shape.cc            |  1 +
+ util/hb-subset.cc           |  2 ++
+ util/options.hh             | 13 +++++++++++--
+ util/view-cairo.hh          |  1 +
+ 5 files changed, 16 insertions(+), 2 deletions(-)
+
+commit 4f3b7b7035b12991a155f2775ddadd1ecd824ecb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 12 11:05:31 2021 -0600
+
+    [util] Remove unused usage
+
+ util/options.hh | 9 +--------
+ 1 file changed, 1 insertion(+), 8 deletions(-)
+
+commit 1cb621d35d1e8e47d868f4ef6a9d186aa835e708
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 12 10:58:19 2021 -0600
+
+    [util/hb-subset] Minor move parsing
+
+ util/hb-subset.cc | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+commit 3f94177ee80a120afcb2275608473b9da63811d0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 12 10:43:31 2021 -0600
+
+    [util] Use g_set_error() in one more place
+
+ util/font-options.hh | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit 4d73b3d9b1575b9b71ba21886cc130f8bb7591ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 12 10:39:46 2021 -0600
+
+    [util] Add --batch to hb-view / hb-ot-shape-closure
+
+ util/batch.hh               |  2 ++
+ util/hb-ot-shape-closure.cc |  8 +++++---
+ util/hb-shape.cc            |  8 ++++----
+ util/hb-subset.cc           |  6 ++----
+ util/hb-view.cc             | 10 ++++++----
+ 5 files changed, 19 insertions(+), 15 deletions(-)
+
+commit 302bde0bfbb29208a974bd50b1af09a154efbd45
+Merge: 43722cc9f 23282c9c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 23:05:11 2021 -0600
+
+    Merge pull request #3135 from harfbuzz/post-parse
+    
+    [util] Clean up option parsing some more and implement missing featuress
+
+commit 23282c9c9d057c715dde93d18167de9329931354
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 22:49:47 2021 -0600
+
+    [util/hb-subset] Support ranges in --unicodes / --unicodes-file
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3109
+
+ test/shape/hb_test_tools.py |  2 +-
+ util/hb-subset.cc           | 68 ++++++++++++++++++++++++++++++---------------
+ util/text-options.hh        |  3 +-
+ 3 files changed, 48 insertions(+), 25 deletions(-)
+
+commit f60f005b1fec38dcb0630b01520a7b8a105759c5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 22:36:00 2021 -0600
+
+    [util/hb-subset] Remove wrong hb_set_destroy() in error paths
+
+ util/hb-subset.cc | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit 49cf36027c5ad8092966983f9c2e438cbef00c15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 22:34:14 2021 -0600
+
+    [util/hb-subset] Parse --gids-file, --glyphs-file, --text-file, --unicodes-file
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2455
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3002
+
+ util/hb-subset.cc | 119 +++++++++++++++++++++++++++++++++++++++++-------------
+ 1 file changed, 92 insertions(+), 27 deletions(-)
+
+commit bf80b7ea457deb1fb72e7996e5f4d78a981e8a39
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 22:07:45 2021 -0600
+
+    [util/hb-subset] Add --glyphs for passing glyph names
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/2455
+
+ util/hb-subset.cc | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 62 insertions(+), 1 deletion(-)
+
+commit 5b07c3c7d03b5ff6d35fafa3db402528d813af0a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 21:14:55 2021 -0600
+
+    [util/hb-subset] Parse --text & --unicodes
+
+ util/Makefile.sources  |   1 -
+ util/hb-subset.cc      | 528 ++++++++++++++++++++++++++++++++++++++++++++-----
+ util/subset-options.hh | 399 -------------------------------------
+ util/text-options.hh   |   3 +-
+ 4 files changed, 475 insertions(+), 456 deletions(-)
+
+commit 4ec727e55f1f5479aa2be85f8ad4e0f1a4b922b6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 20:46:16 2021 -0600
+
+    [util] Minor edit of failure messages
+
+ util/subset-options.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit b83f25c749c219e2cb7ed6d819d638f97bf3ea62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 20:42:20 2021 -0600
+
+    [util/hb-subset] Revamp option groups
+
+ util/shape-options.hh  |  3 ++-
+ util/subset-options.hh | 59 ++++++++++++++++++++++++++++++++++++++++----------
+ 2 files changed, 49 insertions(+), 13 deletions(-)
+
+commit 9a6055caa812a5c855ec604ce0c74a91236c0988
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 20:30:25 2021 -0600
+
+    [util/hb-ot-shape-closure] Remove unnecessary include
+
+ util/hb-ot-shape-closure.cc | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit c98773ebb0b47c682494de4a4c6b648a62698cec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 20:22:03 2021 -0600
+
+    [util/hb-subset] Move output-file validation code into post_parse
+
+ util/hb-shape.cc       |   2 +-
+ util/hb-subset.cc      |   5 +--
+ util/helper-cairo.hh   |   2 +
+ util/output-options.hh | 120 ++++++++++++++++++++++++-------------------------
+ util/view-cairo.hh     |   2 +-
+ 5 files changed, 65 insertions(+), 66 deletions(-)
+
+commit 58bfe40794352afc162c651ff84cbacf5e751960
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 19:48:28 2021 -0600
+
+    [util] Move hb-subset away from main-font-text
+
+ test/subset/run-tests.py |   1 -
+ util/face-options.hh     |   6 ++
+ util/hb-shape.cc         |   8 +--
+ util/hb-subset.cc        | 146 ++++++++++++++++++++++++++++-------------------
+ util/helper-cairo.hh     |   4 +-
+ util/output-options.hh   |  15 +++--
+ util/shape-options.hh    |   9 ++-
+ util/text-options.hh     |  18 +++---
+ 8 files changed, 122 insertions(+), 85 deletions(-)
+
+commit 3147e081da35b9c3c03cc58970eb96f31958f4c4
+Merge: ba418cfc5 43722cc9f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 19:33:00 2021 -0600
+
+    Merge branch 'main' into post-parse
+
+commit 43722cc9f428bbfa759d4d93008ba4cf6efaceba
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Aug 12 02:32:29 2021 +0200
+
+    [test] Add some real reverse sub tests
+
+ .../fonts/1b66a1f4b076b734caa6397b3e57231af1feaafb.ttf   | Bin 0 -> 3220 bytes
+ .../fonts/3f24aff8b768e586162e9b9d03b15c36508dd2ae.ttf   | Bin 0 -> 5760 bytes
+ test/shaping/data/in-house/tests/reverse-sub.tests       |   2 ++
+ 3 files changed, 2 insertions(+)
+
+commit ba418cfc5218ac093b759e2c03a43234a786f6eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 19:29:07 2021 -0600
+
+    [util] Use automatic casts
+
+ util/view-cairo.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 97a9e4e41e9712fa52802d1043b7cecdde2ff2a2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 19:28:16 2021 -0600
+
+    [util] Separate shape_text_options_t from text_options_t
+
+ util/hb-ot-shape-closure.cc | 15 ++++++----
+ util/hb-shape.cc            |  2 +-
+ util/hb-subset.cc           | 14 +++++----
+ util/hb-view.cc             |  2 +-
+ util/main-font-text.hh      |  6 ++--
+ util/shape-consumer.hh      | 16 ++++++----
+ util/text-options.hh        | 73 ++++++++++++++++++++++++++++++++++++++++-----
+ 7 files changed, 98 insertions(+), 30 deletions(-)
+
+commit 6ba7ddafed4cf80cdb4ff38700d96629d10eed64
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 19:06:57 2021 -0600
+
+    [util] Move text-file opening to post_parse
+
+ util/text-options.hh | 39 +++++++++++++++++++++------------------
+ 1 file changed, 21 insertions(+), 18 deletions(-)
+
+commit 23298bc846d34eb6a5465511df6219e3d94c3103
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 18:58:25 2021 -0600
+
+    [util] Remove unnecessary check
+
+ util/text-options.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit fd0778aa2a8525d9b435304710c29598df6905cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 18:54:46 2021 -0600
+
+    [util] Use post_parse in output_options_t
+
+ util/hb-shape.cc       |  1 -
+ util/helper-cairo.hh   |  4 ++--
+ util/output-options.hh | 57 ++++++++++++++++++++++----------------------------
+ 3 files changed, 27 insertions(+), 35 deletions(-)
+
+commit 24a9d8c78db50e8082cb6ba258707f3d0e8333e7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 18:47:06 2021 -0600
+
+    [util] Use post_parse in font_options_t
+
+ util/font-options.hh        | 15 +++++----------
+ util/hb-ot-shape-closure.cc |  2 +-
+ util/hb-shape.cc            |  2 +-
+ util/helper-cairo.hh        |  2 +-
+ util/shape-consumer.hh      |  2 +-
+ util/view-cairo.hh          |  2 +-
+ 6 files changed, 10 insertions(+), 15 deletions(-)
+
+commit e0d7060f80f8c4b9b8241c3a4d8faa33f48da86d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 18:43:21 2021 -0600
+
+    [test] Rename shaping/ to shape/
+
+ configure.ac                                                |  10 +++++-----
+ test/Makefile.am                                            |   2 +-
+ test/meson.build                                            |   4 ++--
+ test/{shaping => shape}/Makefile.am                         |   0
+ test/{shaping => shape}/README.md                           |   0
+ test/{shaping => shape}/data/Makefile.am                    |   0
+ test/{shaping => shape}/data/aots/COPYING                   |   0
+ test/{shaping => shape}/data/aots/Makefile.am               |   0
+ test/{shaping => shape}/data/aots/Makefile.sources          |   0
+ test/{shaping => shape}/data/aots/fonts/classdef1_font1.otf | Bin
+ test/{shaping => shape}/data/aots/fonts/classdef1_font2.otf | Bin
+ test/{shaping => shape}/data/aots/fonts/classdef1_font3.otf | Bin
+ test/{shaping => shape}/data/aots/fonts/classdef1_font4.otf | Bin
+ test/{shaping => shape}/data/aots/fonts/classdef2_font1.otf | Bin
+ test/{shaping => shape}/data/aots/fonts/classdef2_font2.otf | Bin
+ test/{shaping => shape}/data/aots/fonts/classdef2_font3.otf | Bin
+ test/{shaping => shape}/data/aots/fonts/classdef2_font4.otf | Bin
+ test/{shaping => shape}/data/aots/fonts/cmap0_font1.otf     | Bin
+ test/{shaping => shape}/data/aots/fonts/cmap10_font1.otf    | Bin
+ test/{shaping => shape}/data/aots/fonts/cmap10_font2.otf    | Bin
+ test/{shaping => shape}/data/aots/fonts/cmap12_font1.otf    | Bin
+ test/{shaping => shape}/data/aots/fonts/cmap14_font1.otf    | Bin
+ test/{shaping => shape}/data/aots/fonts/cmap2_font1.otf     | Bin
+ test/{shaping => shape}/data/aots/fonts/cmap4_font1.otf     | Bin
+ test/{shaping => shape}/data/aots/fonts/cmap4_font2.otf     | Bin
+ test/{shaping => shape}/data/aots/fonts/cmap4_font3.otf     | Bin
+ test/{shaping => shape}/data/aots/fonts/cmap4_font4.otf     | Bin
+ test/{shaping => shape}/data/aots/fonts/cmap6_font1.otf     | Bin
+ test/{shaping => shape}/data/aots/fonts/cmap6_font2.otf     | Bin
+ test/{shaping => shape}/data/aots/fonts/cmap8_font1.otf     | Bin
+ .../data/aots/fonts/cmap_composition_font1.otf              | Bin
+ .../data/aots/fonts/cmap_subtableselection_font1.otf        | Bin
+ .../data/aots/fonts/cmap_subtableselection_font2.otf        | Bin
+ .../data/aots/fonts/cmap_subtableselection_font3.otf        | Bin
+ .../data/aots/fonts/cmap_subtableselection_font4.otf        | Bin
+ .../data/aots/fonts/cmap_subtableselection_font5.otf        | Bin
+ .../data/aots/fonts/gpos1_1_lookupflag_f1.otf               | Bin
+ .../data/aots/fonts/gpos1_1_simple_f1.otf                   | Bin
+ .../data/aots/fonts/gpos1_1_simple_f2.otf                   | Bin
+ .../data/aots/fonts/gpos1_1_simple_f3.otf                   | Bin
+ .../data/aots/fonts/gpos1_1_simple_f4.otf                   | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos1_2_font1.otf   | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos1_2_font2.otf   | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos2_1_font6.otf   | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos2_1_font7.otf   | Bin
+ .../data/aots/fonts/gpos2_1_lookupflag_f1.otf               | Bin
+ .../data/aots/fonts/gpos2_1_lookupflag_f2.otf               | Bin
+ .../data/aots/fonts/gpos2_1_next_glyph_f1.otf               | Bin
+ .../data/aots/fonts/gpos2_1_next_glyph_f2.otf               | Bin
+ .../data/aots/fonts/gpos2_1_simple_f1.otf                   | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos2_2_font1.otf   | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos2_2_font2.otf   | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos2_2_font3.otf   | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos2_2_font4.otf   | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos2_2_font5.otf   | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos3_font1.otf     | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos3_font2.otf     | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos3_font3.otf     | Bin
+ .../data/aots/fonts/gpos4_lookupflag_f1.otf                 | Bin
+ .../data/aots/fonts/gpos4_lookupflag_f2.otf                 | Bin
+ .../data/aots/fonts/gpos4_multiple_anchors_1.otf            | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos4_simple_1.otf  | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos5_font1.otf     | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos6_font1.otf     | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos7_1_font1.otf   | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos9_font1.otf     | Bin
+ test/{shaping => shape}/data/aots/fonts/gpos9_font2.otf     | Bin
+ .../data/aots/fonts/gpos_chaining1_boundary_f1.otf          | Bin
+ .../data/aots/fonts/gpos_chaining1_boundary_f2.otf          | Bin
+ .../data/aots/fonts/gpos_chaining1_boundary_f3.otf          | Bin
+ .../data/aots/fonts/gpos_chaining1_boundary_f4.otf          | Bin
+ .../data/aots/fonts/gpos_chaining1_lookupflag_f1.otf        | Bin
+ .../data/aots/fonts/gpos_chaining1_multiple_subrules_f1.otf | Bin
+ .../data/aots/fonts/gpos_chaining1_multiple_subrules_f2.otf | Bin
+ .../data/aots/fonts/gpos_chaining1_next_glyph_f1.otf        | Bin
+ .../data/aots/fonts/gpos_chaining1_simple_f1.otf            | Bin
+ .../data/aots/fonts/gpos_chaining1_simple_f2.otf            | Bin
+ .../data/aots/fonts/gpos_chaining1_successive_f1.otf        | Bin
+ .../data/aots/fonts/gpos_chaining2_boundary_f1.otf          | Bin
+ .../data/aots/fonts/gpos_chaining2_boundary_f2.otf          | Bin
+ .../data/aots/fonts/gpos_chaining2_boundary_f3.otf          | Bin
+ .../data/aots/fonts/gpos_chaining2_boundary_f4.otf          | Bin
+ .../data/aots/fonts/gpos_chaining2_lookupflag_f1.otf        | Bin
+ .../data/aots/fonts/gpos_chaining2_multiple_subrules_f1.otf | Bin
+ .../data/aots/fonts/gpos_chaining2_multiple_subrules_f2.otf | Bin
+ .../data/aots/fonts/gpos_chaining2_next_glyph_f1.otf        | Bin
+ .../data/aots/fonts/gpos_chaining2_simple_f1.otf            | Bin
+ .../data/aots/fonts/gpos_chaining2_simple_f2.otf            | Bin
+ .../data/aots/fonts/gpos_chaining2_successive_f1.otf        | Bin
+ .../data/aots/fonts/gpos_chaining3_boundary_f1.otf          | Bin
+ .../data/aots/fonts/gpos_chaining3_boundary_f2.otf          | Bin
+ .../data/aots/fonts/gpos_chaining3_boundary_f3.otf          | Bin
+ .../data/aots/fonts/gpos_chaining3_boundary_f4.otf          | Bin
+ .../data/aots/fonts/gpos_chaining3_lookupflag_f1.otf        | Bin
+ .../data/aots/fonts/gpos_chaining3_next_glyph_f1.otf        | Bin
+ .../data/aots/fonts/gpos_chaining3_simple_f1.otf            | Bin
+ .../data/aots/fonts/gpos_chaining3_simple_f2.otf            | Bin
+ .../data/aots/fonts/gpos_chaining3_successive_f1.otf        | Bin
+ .../data/aots/fonts/gpos_context1_boundary_f1.otf           | Bin
+ .../data/aots/fonts/gpos_context1_boundary_f2.otf           | Bin
+ .../data/aots/fonts/gpos_context1_expansion_f1.otf          | Bin
+ .../data/aots/fonts/gpos_context1_lookupflag_f1.otf         | Bin
+ .../data/aots/fonts/gpos_context1_lookupflag_f2.otf         | Bin
+ .../data/aots/fonts/gpos_context1_multiple_subrules_f1.otf  | Bin
+ .../data/aots/fonts/gpos_context1_multiple_subrules_f2.otf  | Bin
+ .../data/aots/fonts/gpos_context1_next_glyph_f1.otf         | Bin
+ .../data/aots/fonts/gpos_context1_simple_f1.otf             | Bin
+ .../data/aots/fonts/gpos_context1_simple_f2.otf             | Bin
+ .../data/aots/fonts/gpos_context1_successive_f1.otf         | Bin
+ .../data/aots/fonts/gpos_context2_boundary_f1.otf           | Bin
+ .../data/aots/fonts/gpos_context2_boundary_f2.otf           | Bin
+ .../data/aots/fonts/gpos_context2_classes_f1.otf            | Bin
+ .../data/aots/fonts/gpos_context2_classes_f2.otf            | Bin
+ .../data/aots/fonts/gpos_context2_expansion_f1.otf          | Bin
+ .../data/aots/fonts/gpos_context2_lookupflag_f1.otf         | Bin
+ .../data/aots/fonts/gpos_context2_lookupflag_f2.otf         | Bin
+ .../data/aots/fonts/gpos_context2_multiple_subrules_f1.otf  | Bin
+ .../data/aots/fonts/gpos_context2_multiple_subrules_f2.otf  | Bin
+ .../data/aots/fonts/gpos_context2_next_glyph_f1.otf         | Bin
+ .../data/aots/fonts/gpos_context2_simple_f1.otf             | Bin
+ .../data/aots/fonts/gpos_context2_simple_f2.otf             | Bin
+ .../data/aots/fonts/gpos_context2_successive_f1.otf         | Bin
+ .../data/aots/fonts/gpos_context3_boundary_f1.otf           | Bin
+ .../data/aots/fonts/gpos_context3_boundary_f2.otf           | Bin
+ .../data/aots/fonts/gpos_context3_lookupflag_f1.otf         | Bin
+ .../data/aots/fonts/gpos_context3_lookupflag_f2.otf         | Bin
+ .../data/aots/fonts/gpos_context3_next_glyph_f1.otf         | Bin
+ .../data/aots/fonts/gpos_context3_simple_f1.otf             | Bin
+ .../data/aots/fonts/gpos_context3_successive_f1.otf         | Bin
+ .../data/aots/fonts/gsub1_1_lookupflag_f1.otf               | Bin
+ .../data/aots/fonts/gsub1_1_modulo_f1.otf                   | Bin
+ .../data/aots/fonts/gsub1_1_simple_f1.otf                   | Bin
+ .../data/aots/fonts/gsub1_2_lookupflag_f1.otf               | Bin
+ .../data/aots/fonts/gsub1_2_simple_f1.otf                   | Bin
+ .../data/aots/fonts/gsub2_1_lookupflag_f1.otf               | Bin
+ .../data/aots/fonts/gsub2_1_multiple_sequences_f1.otf       | Bin
+ .../data/aots/fonts/gsub2_1_simple_f1.otf                   | Bin
+ .../data/aots/fonts/gsub3_1_lookupflag_f1.otf               | Bin
+ .../data/aots/fonts/gsub3_1_multiple_f1.otf                 | Bin
+ .../data/aots/fonts/gsub3_1_simple_f1.otf                   | Bin
+ .../data/aots/fonts/gsub4_1_lookupflag_f1.otf               | Bin
+ .../data/aots/fonts/gsub4_1_multiple_ligatures_f1.otf       | Bin
+ .../data/aots/fonts/gsub4_1_multiple_ligatures_f2.otf       | Bin
+ .../data/aots/fonts/gsub4_1_multiple_ligsets_f1.otf         | Bin
+ .../data/aots/fonts/gsub4_1_simple_f1.otf                   | Bin
+ test/{shaping => shape}/data/aots/fonts/gsub7_font1.otf     | Bin
+ test/{shaping => shape}/data/aots/fonts/gsub7_font2.otf     | Bin
+ .../data/aots/fonts/gsub_chaining1_boundary_f1.otf          | Bin
+ .../data/aots/fonts/gsub_chaining1_boundary_f2.otf          | Bin
+ .../data/aots/fonts/gsub_chaining1_boundary_f3.otf          | Bin
+ .../data/aots/fonts/gsub_chaining1_boundary_f4.otf          | Bin
+ .../data/aots/fonts/gsub_chaining1_lookupflag_f1.otf        | Bin
+ .../data/aots/fonts/gsub_chaining1_multiple_subrules_f1.otf | Bin
+ .../data/aots/fonts/gsub_chaining1_multiple_subrules_f2.otf | Bin
+ .../data/aots/fonts/gsub_chaining1_next_glyph_f1.otf        | Bin
+ .../data/aots/fonts/gsub_chaining1_simple_f1.otf            | Bin
+ .../data/aots/fonts/gsub_chaining1_simple_f2.otf            | Bin
+ .../data/aots/fonts/gsub_chaining1_successive_f1.otf        | Bin
+ .../data/aots/fonts/gsub_chaining2_boundary_f1.otf          | Bin
+ .../data/aots/fonts/gsub_chaining2_boundary_f2.otf          | Bin
+ .../data/aots/fonts/gsub_chaining2_boundary_f3.otf          | Bin
+ .../data/aots/fonts/gsub_chaining2_boundary_f4.otf          | Bin
+ .../data/aots/fonts/gsub_chaining2_lookupflag_f1.otf        | Bin
+ .../data/aots/fonts/gsub_chaining2_multiple_subrules_f1.otf | Bin
+ .../data/aots/fonts/gsub_chaining2_multiple_subrules_f2.otf | Bin
+ .../data/aots/fonts/gsub_chaining2_next_glyph_f1.otf        | Bin
+ .../data/aots/fonts/gsub_chaining2_simple_f1.otf            | Bin
+ .../data/aots/fonts/gsub_chaining2_simple_f2.otf            | Bin
+ .../data/aots/fonts/gsub_chaining2_successive_f1.otf        | Bin
+ .../data/aots/fonts/gsub_chaining3_boundary_f1.otf          | Bin
+ .../data/aots/fonts/gsub_chaining3_boundary_f2.otf          | Bin
+ .../data/aots/fonts/gsub_chaining3_boundary_f3.otf          | Bin
+ .../data/aots/fonts/gsub_chaining3_boundary_f4.otf          | Bin
+ .../data/aots/fonts/gsub_chaining3_lookupflag_f1.otf        | Bin
+ .../data/aots/fonts/gsub_chaining3_next_glyph_f1.otf        | Bin
+ .../data/aots/fonts/gsub_chaining3_simple_f1.otf            | Bin
+ .../data/aots/fonts/gsub_chaining3_simple_f2.otf            | Bin
+ .../data/aots/fonts/gsub_chaining3_successive_f1.otf        | Bin
+ .../data/aots/fonts/gsub_context1_boundary_f1.otf           | Bin
+ .../data/aots/fonts/gsub_context1_boundary_f2.otf           | Bin
+ .../data/aots/fonts/gsub_context1_expansion_f1.otf          | Bin
+ .../data/aots/fonts/gsub_context1_lookupflag_f1.otf         | Bin
+ .../data/aots/fonts/gsub_context1_lookupflag_f2.otf         | Bin
+ .../data/aots/fonts/gsub_context1_multiple_subrules_f1.otf  | Bin
+ .../data/aots/fonts/gsub_context1_multiple_subrules_f2.otf  | Bin
+ .../data/aots/fonts/gsub_context1_next_glyph_f1.otf         | Bin
+ .../data/aots/fonts/gsub_context1_simple_f1.otf             | Bin
+ .../data/aots/fonts/gsub_context1_simple_f2.otf             | Bin
+ .../data/aots/fonts/gsub_context1_successive_f1.otf         | Bin
+ .../data/aots/fonts/gsub_context2_boundary_f1.otf           | Bin
+ .../data/aots/fonts/gsub_context2_boundary_f2.otf           | Bin
+ .../data/aots/fonts/gsub_context2_classes_f1.otf            | Bin
+ .../data/aots/fonts/gsub_context2_classes_f2.otf            | Bin
+ .../data/aots/fonts/gsub_context2_expansion_f1.otf          | Bin
+ .../data/aots/fonts/gsub_context2_lookupflag_f1.otf         | Bin
+ .../data/aots/fonts/gsub_context2_lookupflag_f2.otf         | Bin
+ .../data/aots/fonts/gsub_context2_multiple_subrules_f1.otf  | Bin
+ .../data/aots/fonts/gsub_context2_multiple_subrules_f2.otf  | Bin
+ .../data/aots/fonts/gsub_context2_next_glyph_f1.otf         | Bin
+ .../data/aots/fonts/gsub_context2_simple_f1.otf             | Bin
+ .../data/aots/fonts/gsub_context2_simple_f2.otf             | Bin
+ .../data/aots/fonts/gsub_context2_successive_f1.otf         | Bin
+ .../data/aots/fonts/gsub_context3_boundary_f1.otf           | Bin
+ .../data/aots/fonts/gsub_context3_boundary_f2.otf           | Bin
+ .../data/aots/fonts/gsub_context3_lookupflag_f1.otf         | Bin
+ .../data/aots/fonts/gsub_context3_lookupflag_f2.otf         | Bin
+ .../data/aots/fonts/gsub_context3_next_glyph_f1.otf         | Bin
+ .../data/aots/fonts/gsub_context3_simple_f1.otf             | Bin
+ .../data/aots/fonts/gsub_context3_successive_f1.otf         | Bin
+ .../data/aots/fonts/lookupflag_ignore_attach_f1.otf         | Bin
+ .../data/aots/fonts/lookupflag_ignore_base_f1.otf           | Bin
+ .../data/aots/fonts/lookupflag_ignore_combination_f1.otf    | Bin
+ .../data/aots/fonts/lookupflag_ignore_ligatures_f1.otf      | Bin
+ .../data/aots/fonts/lookupflag_ignore_marks_f1.otf          | Bin
+ test/{shaping => shape}/data/aots/hb-aots-tester.cpp        |   0
+ test/{shaping => shape}/data/aots/meson.build               |   0
+ test/{shaping => shape}/data/aots/tests/classdef1.tests     |   0
+ .../data/aots/tests/classdef1_empty.tests                   |   0
+ .../data/aots/tests/classdef1_multiple.tests                |   0
+ .../data/aots/tests/classdef1_single.tests                  |   0
+ test/{shaping => shape}/data/aots/tests/classdef2.tests     |   0
+ .../data/aots/tests/classdef2_empty.tests                   |   0
+ .../data/aots/tests/classdef2_multiple.tests                |   0
+ .../data/aots/tests/classdef2_single.tests                  |   0
+ test/{shaping => shape}/data/aots/tests/cmap0.tests         |   0
+ test/{shaping => shape}/data/aots/tests/cmap10.tests        |   0
+ test/{shaping => shape}/data/aots/tests/cmap12.tests        |   0
+ test/{shaping => shape}/data/aots/tests/cmap2.tests         |   0
+ test/{shaping => shape}/data/aots/tests/cmap4.tests         |   0
+ test/{shaping => shape}/data/aots/tests/cmap6.tests         |   0
+ test/{shaping => shape}/data/aots/tests/cmap8.tests         |   0
+ .../data/aots/tests/gpos1_1_lookupflag.tests                |   0
+ .../{shaping => shape}/data/aots/tests/gpos1_1_simple.tests |   0
+ test/{shaping => shape}/data/aots/tests/gpos1_2.tests       |   0
+ .../data/aots/tests/gpos1_2_lookupflag.tests                |   0
+ test/{shaping => shape}/data/aots/tests/gpos2_1.tests       |   0
+ .../data/aots/tests/gpos2_1_lookupflag.tests                |   0
+ .../data/aots/tests/gpos2_1_next_glyph.tests                |   0
+ .../{shaping => shape}/data/aots/tests/gpos2_1_simple.tests |   0
+ test/{shaping => shape}/data/aots/tests/gpos2_2.tests       |   0
+ test/{shaping => shape}/data/aots/tests/gpos3.tests         |   0
+ .../data/aots/tests/gpos3_lookupflag.tests                  |   0
+ .../data/aots/tests/gpos4_lookupflag.tests                  |   0
+ .../data/aots/tests/gpos4_multiple_anchors.tests            |   0
+ test/{shaping => shape}/data/aots/tests/gpos4_simple.tests  |   0
+ test/{shaping => shape}/data/aots/tests/gpos5.tests         |   0
+ test/{shaping => shape}/data/aots/tests/gpos6.tests         |   0
+ test/{shaping => shape}/data/aots/tests/gpos7_1.tests       |   0
+ test/{shaping => shape}/data/aots/tests/gpos9.tests         |   0
+ .../data/aots/tests/gpos_chaining1_boundary.tests           |   0
+ .../data/aots/tests/gpos_chaining1_lookupflag.tests         |   0
+ .../data/aots/tests/gpos_chaining1_multiple_subrules.tests  |   0
+ .../data/aots/tests/gpos_chaining1_next_glyph.tests         |   0
+ .../data/aots/tests/gpos_chaining1_simple.tests             |   0
+ .../data/aots/tests/gpos_chaining1_successive.tests         |   0
+ .../data/aots/tests/gpos_chaining2_boundary.tests           |   0
+ .../data/aots/tests/gpos_chaining2_lookupflag.tests         |   0
+ .../data/aots/tests/gpos_chaining2_multiple_subrules.tests  |   0
+ .../data/aots/tests/gpos_chaining2_next_glyph.tests         |   0
+ .../data/aots/tests/gpos_chaining2_simple.tests             |   0
+ .../data/aots/tests/gpos_chaining2_successive.tests         |   0
+ .../data/aots/tests/gpos_chaining3_boundary.tests           |   0
+ .../data/aots/tests/gpos_chaining3_lookupflag.tests         |   0
+ .../data/aots/tests/gpos_chaining3_next_glyph.tests         |   0
+ .../data/aots/tests/gpos_chaining3_simple.tests             |   0
+ .../data/aots/tests/gpos_chaining3_successive.tests         |   0
+ .../data/aots/tests/gpos_context1_boundary.tests            |   0
+ .../data/aots/tests/gpos_context1_expansion.tests           |   0
+ .../data/aots/tests/gpos_context1_lookupflag.tests          |   0
+ .../data/aots/tests/gpos_context1_multiple_subrules.tests   |   0
+ .../data/aots/tests/gpos_context1_next_glyph.tests          |   0
+ .../data/aots/tests/gpos_context1_simple.tests              |   0
+ .../data/aots/tests/gpos_context1_successive.tests          |   0
+ .../data/aots/tests/gpos_context2_boundary.tests            |   0
+ .../data/aots/tests/gpos_context2_classes.tests             |   0
+ .../data/aots/tests/gpos_context2_expansion.tests           |   0
+ .../data/aots/tests/gpos_context2_lookupflag.tests          |   0
+ .../data/aots/tests/gpos_context2_multiple_subrules.tests   |   0
+ .../data/aots/tests/gpos_context2_next_glyph.tests          |   0
+ .../data/aots/tests/gpos_context2_simple.tests              |   0
+ .../data/aots/tests/gpos_context2_successive.tests          |   0
+ .../data/aots/tests/gpos_context3_boundary.tests            |   0
+ .../data/aots/tests/gpos_context3_lookupflag.tests          |   0
+ .../data/aots/tests/gpos_context3_next_glyph.tests          |   0
+ .../data/aots/tests/gpos_context3_simple.tests              |   0
+ .../data/aots/tests/gpos_context3_successive.tests          |   0
+ .../data/aots/tests/gsub1_1_lookupflag.tests                |   0
+ .../{shaping => shape}/data/aots/tests/gsub1_1_modulo.tests |   0
+ .../{shaping => shape}/data/aots/tests/gsub1_1_simple.tests |   0
+ .../data/aots/tests/gsub1_2_lookupflag.tests                |   0
+ .../{shaping => shape}/data/aots/tests/gsub1_2_simple.tests |   0
+ .../data/aots/tests/gsub2_1_lookupflag.tests                |   0
+ .../data/aots/tests/gsub2_1_multiple_sequences.tests        |   0
+ .../{shaping => shape}/data/aots/tests/gsub2_1_simple.tests |   0
+ .../data/aots/tests/gsub3_1_lookupflag.tests                |   0
+ .../data/aots/tests/gsub3_1_multiple.tests                  |   0
+ .../{shaping => shape}/data/aots/tests/gsub3_1_simple.tests |   0
+ .../data/aots/tests/gsub4_1_lookupflag.tests                |   0
+ .../data/aots/tests/gsub4_1_multiple_ligatures.tests        |   0
+ .../data/aots/tests/gsub4_1_multiple_ligsets.tests          |   0
+ .../{shaping => shape}/data/aots/tests/gsub4_1_simple.tests |   0
+ test/{shaping => shape}/data/aots/tests/gsub7.tests         |   0
+ .../data/aots/tests/gsub_chaining1_boundary.tests           |   0
+ .../data/aots/tests/gsub_chaining1_lookupflag.tests         |   0
+ .../data/aots/tests/gsub_chaining1_multiple_subrules.tests  |   0
+ .../data/aots/tests/gsub_chaining1_next_glyph.tests         |   0
+ .../data/aots/tests/gsub_chaining1_simple.tests             |   0
+ .../data/aots/tests/gsub_chaining1_successive.tests         |   0
+ .../data/aots/tests/gsub_chaining2_boundary.tests           |   0
+ .../data/aots/tests/gsub_chaining2_lookupflag.tests         |   0
+ .../data/aots/tests/gsub_chaining2_multiple_subrules.tests  |   0
+ .../data/aots/tests/gsub_chaining2_next_glyph.tests         |   0
+ .../data/aots/tests/gsub_chaining2_simple.tests             |   0
+ .../data/aots/tests/gsub_chaining2_successive.tests         |   0
+ .../data/aots/tests/gsub_chaining3_boundary.tests           |   0
+ .../data/aots/tests/gsub_chaining3_lookupflag.tests         |   0
+ .../data/aots/tests/gsub_chaining3_next_glyph.tests         |   0
+ .../data/aots/tests/gsub_chaining3_simple.tests             |   0
+ .../data/aots/tests/gsub_chaining3_successive.tests         |   0
+ .../data/aots/tests/gsub_context1_boundary.tests            |   0
+ .../data/aots/tests/gsub_context1_expansion.tests           |   0
+ .../data/aots/tests/gsub_context1_lookupflag.tests          |   0
+ .../data/aots/tests/gsub_context1_multiple_subrules.tests   |   0
+ .../data/aots/tests/gsub_context1_next_glyph.tests          |   0
+ .../data/aots/tests/gsub_context1_simple.tests              |   0
+ .../data/aots/tests/gsub_context1_successive.tests          |   0
+ .../data/aots/tests/gsub_context2_boundary.tests            |   0
+ .../data/aots/tests/gsub_context2_classes.tests             |   0
+ .../data/aots/tests/gsub_context2_expansion.tests           |   0
+ .../data/aots/tests/gsub_context2_lookupflag.tests          |   0
+ .../data/aots/tests/gsub_context2_multiple_subrules.tests   |   0
+ .../data/aots/tests/gsub_context2_next_glyph.tests          |   0
+ .../data/aots/tests/gsub_context2_simple.tests              |   0
+ .../data/aots/tests/gsub_context2_successive.tests          |   0
+ .../data/aots/tests/gsub_context3_boundary.tests            |   0
+ .../data/aots/tests/gsub_context3_lookupflag.tests          |   0
+ .../data/aots/tests/gsub_context3_next_glyph.tests          |   0
+ .../data/aots/tests/gsub_context3_simple.tests              |   0
+ .../data/aots/tests/gsub_context3_successive.tests          |   0
+ .../data/aots/tests/lookupflag_ignore_attach.tests          |   0
+ .../data/aots/tests/lookupflag_ignore_base.tests            |   0
+ .../data/aots/tests/lookupflag_ignore_combination.tests     |   0
+ .../data/aots/tests/lookupflag_ignore_ligatures.tests       |   0
+ .../data/aots/tests/lookupflag_ignore_marks.tests           |   0
+ test/{shaping => shape}/data/aots/update.py                 |   0
+ test/{shaping => shape}/data/in-house/COPYING               |   0
+ test/{shaping => shape}/data/in-house/Makefile.am           |   0
+ test/{shaping => shape}/data/in-house/Makefile.sources      |   0
+ .../fonts/03e3f463c3a985bc42096620cc415342818454fb.ttf      | Bin
+ .../fonts/051d92f8bc6ff724511b296c27623f824de256e9.ttf      | Bin
+ .../fonts/065b01e54f35f0d849fd43bd5b936212739a50cb.ttf      | Bin
+ .../fonts/074a5ae6b19de8f29772fdd5df2d3d833f81f5e6.ttf      | Bin
+ .../fonts/07f054357ff8638bac3711b422a1e31180bba863.ttf      | Bin
+ .../fonts/08b4b136f418add748dc641eb4a83033476f1170.ttf      | Bin
+ .../fonts/15dfc433a135a658b9f4b1a861b5cdd9658ccbb9.ttf      | Bin
+ .../fonts/1735326da89f0818cd8c51a0600e9789812c0f94.ttf      | Bin
+ .../fonts/191826b9643e3f124d865d617ae609db6a2ce203.ttf      | Bin
+ .../fonts/1a3d8f381387dd29be1e897e4b5100ac8b4829e1.ttf      | Bin
+ .../fonts/1a5face3fcbd929d228235c2f72bbd6f8eb37424.ttf      | Bin
+ .../fonts/1c04a16f32a39c26c851b7fc014d2e8d298ba2b8.ttf      | Bin
+ .../fonts/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf      | Bin
+ .../fonts/1c2fb74c1b2aa173262734c1f616148f1648cfd6.ttf      | Bin
+ .../fonts/1ed7e9064f008f62de6ff0207bb4dd29409597a5.ttf      | Bin
+ .../fonts/21b7fb9c1eeae260473809fbc1fe330f66a507cd.ttf      | Bin
+ .../fonts/226bc2deab3846f1a682085f70c67d0421014144.ttf      | Bin
+ .../fonts/24b8d24d00ae86f49791b746da4c9d3f717a51a8.ttf      | Bin
+ .../fonts/2681c1c72d6484ed3410417f521b1b819b4e2392.ttf      | Bin
+ .../fonts/270b89df543a7e48e206a2d830c0e10e5265c630.ttf      | Bin
+ .../fonts/28f497629c04ceb15546c9a70e0730125ed6698d.ttf      | Bin
+ .../fonts/298c9e1d955f10f6f72c6915c3c6ff9bf9695cec.ttf      | Bin
+ .../fonts/2a670df15b73a5dc75a5cc491bde5ac93c5077dc.ttf      | Bin
+ .../fonts/2c25beb56d9c556622d56b0b5d02b4670c034f89.ttf      | Bin
+ .../fonts/2de1ab4907ab688c0cfc236b0bf51151db38bf2e.ttf      | Bin
+ .../fonts/341421e629668b1a1242245d39238ca48432d35d.ttf      | Bin
+ .../fonts/3493e92eaded2661cadde752a39f9d58b11f0326.ttf      | Bin
+ .../fonts/37033cc5cf37bb223d7355153016b6ccece93b28.ttf      | Bin
+ .../fonts/373e67bf41ca264e260a9716162b71a23549e885.ttf      | Bin
+ .../fonts/3998336402905b8be8301ef7f47cf7e050cbb1bd.ttf      | Bin
+ .../fonts/3b791518a9ba89675df02f1eefbc9026a50648a6.ttf      | Bin
+ .../fonts/3c96e7a303c58475a8c750bf4289bbe73784f37d.ttf      | Bin
+ .../fonts/3cae6bfe5b57c07ba81ddbd54c02fe4f3a1e3bf6.ttf      | Bin
+ .../fonts/3cc01fede4debd4b7794ccb1b16cdb9987ea7571.ttf      | Bin
+ .../fonts/3cf6f8ac6d647473a43a3100e7494b202b2cfafe.ttf      | Bin
+ .../fonts/3d0b77a2360aa6faa1385aaa510509ab70dfbeff.ttf      | Bin
+ .../fonts/43ef465752be9af900745f72fe29cb853a1401a5.ttf      | Bin
+ .../fonts/45855bc8d46332b39c4ab9e2ee1a26b1f896da6b.ttf      | Bin
+ .../fonts/46669c8860cbfea13562a6ca0d83130ee571137b.ttf      | Bin
+ .../fonts/49c9f7485c1392fa09a1b801bc2ffea79275f22e.ttf      | Bin
+ .../fonts/4afb0e8b9a86bb9bd73a1247de4e33fbe3c1fd93.ttf      | Bin
+ .../fonts/4cbbc461be066fccc611dcc634af6e8cb2705537.ttf      | Bin
+ .../fonts/4cce528e99f600ed9c25a2b69e32eb94a03b4ae8.ttf      | Bin
+ .../fonts/4d4206e30b2dbf1c1ef492a8eae1c9e7829ebad8.ttf      | Bin
+ .../fonts/4fac3929fc3332834e93673780ec0fe94342d193.ttf      | Bin
+ .../fonts/5028afb650b1bb718ed2131e872fbcce57828fff.ttf      | Bin
+ .../fonts/53374c7ca3657be37efde7ed02ae34229a56ae1f.ttf      | Bin
+ .../fonts/53a91c20e33a596f2be17fb68b382d6b7eb85d5c.ttf      | Bin
+ .../fonts/54674a3111d209fb6be0ed31745314b7a8d2c244.ttf      | Bin
+ .../fonts/55c88ebbe938680b08f92c3de20713183e0c7481.ttf      | Bin
+ .../fonts/56cfd0e18d07f41c38e9598545a6d369127fc6f9.ttf      | Bin
+ .../fonts/573d3a3177c9a8646e94c8a0d7b224334340946a.ttf      | Bin
+ .../fonts/57a9d9f83020155cbb1d2be1f43d82388cbecc88.ttf      | Bin
+ .../fonts/59a585a63b3df608fbeef00956c8c108deec7de6.ttf      | Bin
+ .../fonts/5af5361ed4d1e8305780b100e1730cb09132f8d1.ttf      | Bin
+ .../fonts/5bb74492f5e0ffa1fbb72e4c881be035120b6513.ttf      | Bin
+ .../fonts/5dfad7735c6a67085f1b90d4d497e32907db4c78.ttf      | Bin
+ .../fonts/604026ae5aaca83c49cd8416909d71ba3e1c1194.ttf      | Bin
+ .../fonts/641ca9d7808b01cafa9a666c13811c9b56eb9c52.ttf      | Bin
+ .../fonts/663aef6b019dbf45ffd74089e2b5f2496ceceb18.ttf      | Bin
+ .../fonts/6677074106f94a2644da6aaaacd5bbd48cbdc7de.ttf      | Bin
+ .../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf      | Bin
+ .../fonts/6f36d056bad6d478fc0bf7397bd52dc3bd197d5f.ttf      | Bin
+ .../fonts/6ff0fbead4462d9f229167b4e6839eceb8465058.ttf      | Bin
+ .../fonts/706c5d7b625f207bc0d874c67237aad6f1e9cd6f.ttf      | Bin
+ .../fonts/738d9f3b8c2dfd03875bf35a61d28fd78faf17c8.ttf      | Bin
+ .../fonts/73e84dac2fc6a2d1bc9250d1414353661088937d.ttf      | Bin
+ .../fonts/757ebd573617a24aa9dfbf0b885c54875c6fe06b.ttf      | Bin
+ .../fonts/7a37dc4d5bf018456aea291cee06daf004c0221c.ttf      | Bin
+ .../fonts/7d18685e1529e4ceaad5b6095dfab2f9789e5bce.ttf      | Bin
+ .../fonts/7e14e7883ed152baa158b80e207b66114c823a8b.ttf      | Bin
+ .../fonts/8099955657a54e9ee38a6ba1d6f950ce58e3cc25.ttf      | Bin
+ .../fonts/8116e5d8fedfbec74e45dc350d2416d810bed8c4.ttf      | Bin
+ .../fonts/813c2f8e5512187fd982417a7fb4286728e6f4a8.ttf      | Bin
+ .../fonts/81c368a33816fb20e9f647e8f24e2180f4720263.ttf      | Bin
+ .../fonts/8228d035fcd65d62ec9728fb34f42c63be93a5d3.ttf      | Bin
+ .../fonts/82f4f3b57bb55344e72e70231380202a52af5805.ttf      | Bin
+ .../fonts/8454d22037f892e76614e1645d066689a0200e61.ttf      | Bin
+ .../fonts/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf      | Bin
+ .../fonts/856ff9562451293cbeff6f396d4e3877c4f0a436.ttf      | Bin
+ .../fonts/85fe0be440c64ac77699e21c2f1bd933a919167e.ttf      | Bin
+ .../fonts/86cdd983c4e4c4d7f27dd405d6ceb7d4b9ed3d35.ttf      | Bin
+ .../fonts/87f85d17d26f1fe9ad28d7365101958edaefb967.ttf      | Bin
+ .../fonts/881642af1667ae30a54e58de8be904566d00508f.ttf      | Bin
+ .../fonts/8a9fea2a7384f2116e5b84a9b31f83be7850ce21.ttf      | Bin
+ .../fonts/8d9c4b193808b8bde94389ba7831c1fc6f9e794e.ttf      | Bin
+ .../fonts/932ad5132c2761297c74e9976fe25b08e5ffa10b.ttf      | Bin
+ .../fonts/94a5d6fb15a27521fba9ea4aee9cb39b2d03322a.ttf      | Bin
+ .../fonts/96490dd2ff81233b335a650e7eb660e0e7b2eeea.ttf      | Bin
+ .../fonts/98b7887cff91f722b92a8ff800120954606354f9.ttf      | Bin
+ .../fonts/9fc3e6960b3520e5304033ef5fd540285f72f14d.ttf      | Bin
+ test/{shaping => shape}/data/in-house/fonts/AdobeBlank2.ttf | Bin
+ test/{shaping => shape}/data/in-house/fonts/DFONT.dfont     | Bin
+ test/{shaping => shape}/data/in-house/fonts/HBTest-VF.ttf   | Bin
+ .../data/in-house/fonts/MORXTwentyeight.ttf                 | Bin
+ test/{shaping => shape}/data/in-house/fonts/TRAK.ttf        | Bin
+ test/{shaping => shape}/data/in-house/fonts/TTC.ttc         | Bin
+ .../fonts/a014549f766436cf55b2ceb40e462038938ee899.ttf      | Bin
+ .../fonts/a02a7f0ad42c2922cb37ad1358c9df4eb81f1bca.ttf      | Bin
+ .../fonts/a34a7b00f22ffb5fd7eef6933b81c7e71bc2cdfb.ttf      | Bin
+ .../fonts/a6b17da98b9f1565ba428719777bbf94a66403c1.ttf      | Bin
+ .../fonts/a6c76d1bafde4a0b1026ebcc932d2e5c6fd02442.ttf      | Bin
+ .../fonts/a706511c65fb278fda87eaf2180ca6684a80f423.ttf      | Bin
+ .../fonts/a919b33197965846f21074b24e30250d67277bce.ttf      | Bin
+ .../fonts/a98e908e2ed21b22228ea59ebcc0f05034c86f2e.ttf      | Bin
+ .../fonts/ab14b4eb9d7a67e293f51d30d719add06c9d6e06.ttf      | Bin
+ .../fonts/ab40c89624a6104e5d0a2308e448a989302f515b.ttf      | Bin
+ .../fonts/ad01ab2ea1cb1a4d3a2783e2675112ef11ae6404.ttf      | Bin
+ .../fonts/af3086380b743099c54a3b11b96766039ea62fcd.ttf      | Bin
+ .../fonts/af85624080af5627fb050f570d148a62f04fda74.ttf      | Bin
+ .../fonts/b082211be29a3e2cf91f0fd43497e40b2a27b344.ttf      | Bin
+ .../fonts/b121d4306b2e3add5abbaad21d95fcf04aacbd64.ttf      | Bin
+ .../fonts/b151cfcdaa77585d77f17a42158e0873fc8e2633.ttf      | Bin
+ .../fonts/b3075ca42b27dde7341c2d0ae16703c5b6640df0.ttf      | Bin
+ .../fonts/b31e6c52a31edadc16f1bec9efe6019e2d59824a.ttf      | Bin
+ .../fonts/b6031119874ae9ff1dd65383a335e361c0962220.ttf      | Bin
+ .../fonts/b722a7d09e60421f3efbc706ad348ab47b88567b.ttf      | Bin
+ .../fonts/bb0c53752e85c3d28973ebc913287b8987d3dfe8.ttf      | Bin
+ .../fonts/bb9473d2403488714043bcfb946c9f78b86ad627.ttf      | Bin
+ .../fonts/bf39b0e91ef9807f15a9e283a21a14a209fd2cfc.ttf      | Bin
+ .../fonts/bf962d3202883a820aed019d9b5c1838c2ff69c6.ttf      | Bin
+ .../fonts/c4e48b0886ef460f532fb49f00047ec92c432ec0.ttf      | Bin
+ .../fonts/cc5f3d2d717fb6bd4dfae1c16d48a2cb8e12233b.ttf      | Bin
+ .../fonts/d23d76ea0909c14972796937ba072b5a40c1e257.ttf      | Bin
+ .../fonts/d3129450fafe5e5c98cfc25a4e71809b1b4d2855.ttf      | Bin
+ .../fonts/d629e7fedc0b350222d7987345fe61613fa3929a.ttf      | Bin
+ .../fonts/d9b8bc10985f24796826c29f7ccba3d0ae11ec02.ttf      | Bin
+ .../fonts/dcf774ca21062e7439f98658b18974ea8b956d0c.ttf      | Bin
+ .../fonts/df768b9c257e0c9c35786c47cae15c46571d56be.ttf      | Bin
+ .../fonts/e207635780b42f898d58654b65098763e340f5c7.ttf      | Bin
+ .../fonts/e39391c77a6321c2ac7a2d644de0396470cd4bfe.ttf      | Bin
+ .../fonts/e5ff44940364c2247abed50bdda30d2ef5aedfe4.ttf      | Bin
+ .../fonts/e68a88939e0f06e34d2bc911f09b70890289c8fd.ttf      | Bin
+ .../fonts/e8691822f6a705e3e9fb48a0405c645b1a036590.ttf      | Bin
+ .../fonts/ea3f63620511b2097200d23774ffef197e829e69.ttf      | Bin
+ .../fonts/ee39587d13b2afa5499cc79e45780aa79293bbd4.ttf      | Bin
+ .../fonts/ef86fe710cfea877bbe0dbb6946a1f88d0661031.ttf      | Bin
+ .../fonts/f22416c692720a7d46fadf4af99f4c9e094f00b9.ttf      | Bin
+ .../fonts/f443753e8ffe8e8aae606cfba158e00334b6efb1.ttf      | Bin
+ .../fonts/f499fbc23865022234775c43503bba2e63978fe1.ttf      | Bin
+ .../fonts/f518eb6f6b5eec2946c9fbbbde44e45d46f5e2ac.ttf      | Bin
+ .../fonts/f75c4b05a0a4d67c1a808081ae3d74a9c66509e8.ttf      | Bin
+ .../fonts/f79eb71df4e4c9c273b67b89a06e5ff9e3c1f834.ttf      | Bin
+ .../fonts/f9b1dd4dcb515e757789a22cb4241107746fd3d0.ttf      | Bin
+ .../fonts/fbb6c84c9e1fe0c39e152fbe845e51fd81f6748e.ttf      | Bin
+ .../fonts/fcbaa518d3cce441ed37ae3b1fed6a19e9b54efd.ttf      | Bin
+ .../fonts/fcdcffbdf1c4c97c05308d7600e4c283eb47dbca.ttf      | Bin
+ .../fonts/fcea341ba6489536390384d8403ce5287ba71a4a.ttf      | Bin
+ .../fonts/fd07ea46e4d8368ada1776208c07fd596f727852.ttf      | Bin
+ .../fonts/ffa0f5d2d9025486d8469d8b1fdd983e7632499b.ttf      | Bin
+ test/{shaping => shape}/data/in-house/meson.build           |   0
+ test/{shaping => shape}/data/in-house/tests/aat-morx.tests  |   0
+ test/{shaping => shape}/data/in-house/tests/aat-trak.tests  |   0
+ .../data/in-house/tests/arabic-fallback-shaping.tests       |   0
+ .../data/in-house/tests/arabic-feature-order.tests          |   0
+ .../data/in-house/tests/arabic-like-joining.tests           |   0
+ .../data/in-house/tests/arabic-mark-attach.tests            |   0
+ .../data/in-house/tests/arabic-mark-order.tests             |   0
+ .../data/in-house/tests/arabic-stch.tests                   |   0
+ .../data/in-house/tests/automatic-fractions.tests           |   0
+ test/{shaping => shape}/data/in-house/tests/cluster.tests   |   0
+ .../data/in-house/tests/collections.tests                   |   0
+ .../data/in-house/tests/color-fonts.tests                   |   0
+ .../data/in-house/tests/context-matching.tests              |   0
+ .../data/in-house/tests/cursive-positioning.tests           |   0
+ .../data/in-house/tests/default-ignorables.tests            |   0
+ test/{shaping => shape}/data/in-house/tests/digits.tests    |   0
+ .../data/in-house/tests/emoji-clusters.tests                |   0
+ test/{shaping => shape}/data/in-house/tests/emoji.tests     |   0
+ .../data/in-house/tests/fallback-positioning.tests          |   0
+ .../data/in-house/tests/hangul-jamo.tests                   |   0
+ test/{shaping => shape}/data/in-house/tests/hyphens.tests   |   0
+ .../data/in-house/tests/indic-consonant-with-stacker.tests  |   0
+ .../data/in-house/tests/indic-decompose.tests               |   0
+ .../{shaping => shape}/data/in-house/tests/indic-init.tests |   0
+ .../data/in-house/tests/indic-joiner-candrabindu.tests      |   0
+ .../data/in-house/tests/indic-joiners.tests                 |   0
+ .../data/in-house/tests/indic-old-spec.tests                |   0
+ .../data/in-house/tests/indic-pref-blocking.tests           |   0
+ .../data/in-house/tests/indic-script-extensions.tests       |   0
+ .../data/in-house/tests/indic-special-cases.tests           |   0
+ .../data/in-house/tests/indic-syllable.tests                |   0
+ .../data/in-house/tests/indic-vowel-letter-spoofing.tests   |   0
+ .../data/in-house/tests/kern-format2.tests                  |   0
+ .../data/in-house/tests/khmer-mark-order.tests              |   0
+ .../{shaping => shape}/data/in-house/tests/khmer-misc.tests |   0
+ .../data/in-house/tests/language-tags.tests                 |   0
+ .../data/in-house/tests/ligature-id.tests                   |   0
+ test/{shaping => shape}/data/in-house/tests/macos.tests     |   0
+ .../data/in-house/tests/mark-attachment.tests               |   0
+ .../data/in-house/tests/mark-filtering-sets.tests           |   0
+ .../data/in-house/tests/mongolian-variation-selector.tests  |   0
+ .../data/in-house/tests/myanmar-misc.tests                  |   0
+ .../data/in-house/tests/myanmar-syllable.tests              |   0
+ .../data/in-house/tests/myanmar-zawgyi.tests                |   0
+ .../data/in-house/tests/none-directional.tests              |   0
+ .../data/in-house/tests/positioning-features.tests          |   0
+ test/{shaping => shape}/data/in-house/tests/rand.tests      |   0
+ .../data/in-house/tests/reverse-sub.tests                   |   0
+ test/{shaping => shape}/data/in-house/tests/rotation.tests  |   0
+ test/{shaping => shape}/data/in-house/tests/simple.tests    |   0
+ test/{shaping => shape}/data/in-house/tests/sinhala.tests   |   0
+ test/{shaping => shape}/data/in-house/tests/spaces.tests    |   0
+ .../data/in-house/tests/tibetan-contractions-1.tests        |   0
+ .../data/in-house/tests/tibetan-contractions-2.tests        |   0
+ .../data/in-house/tests/tibetan-vowels.tests                |   0
+ .../data/in-house/tests/tt-kern-gpos.tests                  |   0
+ .../{shaping => shape}/data/in-house/tests/use-indic3.tests |   0
+ .../data/in-house/tests/use-marchen.tests                   |   0
+ .../data/in-house/tests/use-syllable.tests                  |   0
+ .../data/in-house/tests/use-vowel-letter-spoofing.tests     |   0
+ test/{shaping => shape}/data/in-house/tests/use.tests       |   0
+ .../data/in-house/tests/variations-rvrn.tests               |   0
+ .../{shaping => shape}/data/in-house/tests/variations.tests |   0
+ test/{shaping => shape}/data/in-house/tests/vertical.tests  |   0
+ .../data/in-house/tests/zero-width-marks.tests              |   0
+ test/{shaping => shape}/data/text-rendering-tests/COPYING   |   0
+ test/{shaping => shape}/data/text-rendering-tests/DISABLED  |   0
+ .../data/text-rendering-tests/Makefile.am                   |   0
+ .../data/text-rendering-tests/Makefile.sources              |   0
+ test/{shaping => shape}/data/text-rendering-tests/README    |   0
+ .../text-rendering-tests/fonts/AdobeVFPrototype-Subset.otf  | Bin
+ .../data/text-rendering-tests/fonts/FDArrayTest257.otf      | Bin
+ .../data/text-rendering-tests/fonts/FDArrayTest65535.otf    | Bin
+ .../text-rendering-tests/fonts/NotoSansBalinese-Regular.ttf | Bin
+ .../text-rendering-tests/fonts/NotoSansKannada-Regular.ttf  | Bin
+ .../text-rendering-tests/fonts/NotoSerifKannada-Regular.ttf | Bin
+ .../data/text-rendering-tests/fonts/Selawik-README.md       |   0
+ .../data/text-rendering-tests/fonts/Selawik-variable.ttf    | Bin
+ .../data/text-rendering-tests/fonts/TestAVAR.ttf            | Bin
+ .../data/text-rendering-tests/fonts/TestCMAP14.otf          | Bin
+ .../data/text-rendering-tests/fonts/TestCMAPMacTurkish.ttf  | Bin
+ .../data/text-rendering-tests/fonts/TestCVARGVAROne.ttf     | Bin
+ .../data/text-rendering-tests/fonts/TestCVARGVARTwo.ttf     | Bin
+ .../data/text-rendering-tests/fonts/TestGLYFOne.ttf         | Bin
+ .../data/text-rendering-tests/fonts/TestGPOSFour.ttf        | Bin
+ .../data/text-rendering-tests/fonts/TestGPOSOne.ttf         | Bin
+ .../data/text-rendering-tests/fonts/TestGPOSThree.ttf       | Bin
+ .../data/text-rendering-tests/fonts/TestGPOSTwo.otf         | Bin
+ .../data/text-rendering-tests/fonts/TestGSUBOne.otf         | Bin
+ .../data/text-rendering-tests/fonts/TestGSUBThree.ttf       | Bin
+ .../text-rendering-tests/fonts/TestGVAR-Composite-0.ttf     | Bin
+ .../fonts/TestGVAR-Composite-Missing.ttf                    | Bin
+ .../data/text-rendering-tests/fonts/TestGVAREight.ttf       | Bin
+ .../data/text-rendering-tests/fonts/TestGVARFour.ttf        | Bin
+ .../data/text-rendering-tests/fonts/TestGVARNine.ttf        | Bin
+ .../data/text-rendering-tests/fonts/TestGVAROne.ttf         | Bin
+ .../data/text-rendering-tests/fonts/TestGVARThree.ttf       | Bin
+ .../data/text-rendering-tests/fonts/TestGVARTwo.ttf         | Bin
+ .../data/text-rendering-tests/fonts/TestHVAROne.otf         | Bin
+ .../data/text-rendering-tests/fonts/TestHVARTwo.ttf         | Bin
+ .../data/text-rendering-tests/fonts/TestKERNOne.otf         | Bin
+ .../data/text-rendering-tests/fonts/TestMORXEight.ttf       | Bin
+ .../data/text-rendering-tests/fonts/TestMORXEighteen.ttf    | Bin
+ .../data/text-rendering-tests/fonts/TestMORXEleven.ttf      | Bin
+ .../data/text-rendering-tests/fonts/TestMORXForty.ttf       | Bin
+ .../data/text-rendering-tests/fonts/TestMORXFour.ttf        | Bin
+ .../data/text-rendering-tests/fonts/TestMORXFourteen.ttf    | Bin
+ .../data/text-rendering-tests/fonts/TestMORXFourtyone.ttf   | Bin
+ .../data/text-rendering-tests/fonts/TestMORXNine.ttf        | Bin
+ .../data/text-rendering-tests/fonts/TestMORXOne.ttf         | Bin
+ .../data/text-rendering-tests/fonts/TestMORXSeventeen.ttf   | Bin
+ .../data/text-rendering-tests/fonts/TestMORXSixteen.ttf     | Bin
+ .../data/text-rendering-tests/fonts/TestMORXTen.ttf         | Bin
+ .../data/text-rendering-tests/fonts/TestMORXThirteen.ttf    | Bin
+ .../data/text-rendering-tests/fonts/TestMORXThirtyeight.ttf | Bin
+ .../data/text-rendering-tests/fonts/TestMORXThirtyfive.ttf  | Bin
+ .../data/text-rendering-tests/fonts/TestMORXThirtyfour.ttf  | Bin
+ .../data/text-rendering-tests/fonts/TestMORXThirtynine.ttf  | Bin
+ .../data/text-rendering-tests/fonts/TestMORXThirtyone.ttf   | Bin
+ .../data/text-rendering-tests/fonts/TestMORXThirtyseven.ttf | Bin
+ .../data/text-rendering-tests/fonts/TestMORXThirtysix.ttf   | Bin
+ .../data/text-rendering-tests/fonts/TestMORXThirtythree.ttf | Bin
+ .../data/text-rendering-tests/fonts/TestMORXThirtytwo.ttf   | Bin
+ .../data/text-rendering-tests/fonts/TestMORXThree.ttf       | Bin
+ .../data/text-rendering-tests/fonts/TestMORXTwelve.ttf      | Bin
+ .../data/text-rendering-tests/fonts/TestMORXTwenty.ttf      | Bin
+ .../data/text-rendering-tests/fonts/TestMORXTwentyeight.ttf | Bin
+ .../data/text-rendering-tests/fonts/TestMORXTwentyfive.ttf  | Bin
+ .../data/text-rendering-tests/fonts/TestMORXTwentyfour.ttf  | Bin
+ .../data/text-rendering-tests/fonts/TestMORXTwentynine.ttf  | Bin
+ .../data/text-rendering-tests/fonts/TestMORXTwentyone.ttf   | Bin
+ .../data/text-rendering-tests/fonts/TestMORXTwentyseven.ttf | Bin
+ .../data/text-rendering-tests/fonts/TestMORXTwentysix.ttf   | Bin
+ .../data/text-rendering-tests/fonts/TestMORXTwentythree.ttf | Bin
+ .../data/text-rendering-tests/fonts/TestMORXTwentytwo.ttf   | Bin
+ .../data/text-rendering-tests/fonts/TestMORXTwo.ttf         | Bin
+ .../data/text-rendering-tests/fonts/TestSFNTOne.otf         | Bin
+ .../data/text-rendering-tests/fonts/TestSFNTTwo.ttf         | Bin
+ .../text-rendering-tests/fonts/TestSVGgradientTransform.otf | Bin
+ .../data/text-rendering-tests/fonts/TestSVGgzip.otf         | Bin
+ .../data/text-rendering-tests/fonts/TestSVGmultiGlyphs.otf  | Bin
+ .../data/text-rendering-tests/fonts/TestShapeAran.ttf       | Bin
+ .../data/text-rendering-tests/fonts/TestShapeEthi.ttf       | Bin
+ .../data/text-rendering-tests/fonts/TestShapeKndaV3.ttf     | Bin
+ .../data/text-rendering-tests/fonts/TestShapeLana.ttf       | Bin
+ .../data/text-rendering-tests/fonts/TestTRAKOne.ttf         | Bin
+ .../data/text-rendering-tests/fonts/Zycon.ttf               | Bin
+ .../data/text-rendering-tests/meson.build                   |   0
+ .../data/text-rendering-tests/tests/AVAR-1.tests            |   0
+ .../data/text-rendering-tests/tests/CFF-1.tests             |   0
+ .../data/text-rendering-tests/tests/CFF-2.tests             |   0
+ .../data/text-rendering-tests/tests/CFF2-1.tests            |   0
+ .../data/text-rendering-tests/tests/CMAP-1.tests            |   0
+ .../data/text-rendering-tests/tests/CMAP-2.tests            |   0
+ .../data/text-rendering-tests/tests/CMAP-3.tests            |   0
+ .../data/text-rendering-tests/tests/CVAR-1.tests            |   0
+ .../data/text-rendering-tests/tests/CVAR-2.tests            |   0
+ .../data/text-rendering-tests/tests/GLYF-1.tests            |   0
+ .../data/text-rendering-tests/tests/GPOS-1.tests            |   0
+ .../data/text-rendering-tests/tests/GPOS-2.tests            |   0
+ .../data/text-rendering-tests/tests/GPOS-3.tests            |   0
+ .../data/text-rendering-tests/tests/GPOS-4.tests            |   0
+ .../data/text-rendering-tests/tests/GPOS-5.tests            |   0
+ .../data/text-rendering-tests/tests/GSUB-1.tests            |   0
+ .../data/text-rendering-tests/tests/GSUB-2.tests            |   0
+ .../data/text-rendering-tests/tests/GSUB-3.tests            |   0
+ .../data/text-rendering-tests/tests/GVAR-1.tests            |   0
+ .../data/text-rendering-tests/tests/GVAR-2.tests            |   0
+ .../data/text-rendering-tests/tests/GVAR-3.tests            |   0
+ .../data/text-rendering-tests/tests/GVAR-4.tests            |   0
+ .../data/text-rendering-tests/tests/GVAR-5.tests            |   0
+ .../data/text-rendering-tests/tests/GVAR-6.tests            |   0
+ .../data/text-rendering-tests/tests/GVAR-7.tests            |   0
+ .../data/text-rendering-tests/tests/GVAR-8.tests            |   0
+ .../data/text-rendering-tests/tests/GVAR-9.tests            |   0
+ .../data/text-rendering-tests/tests/HVAR-1.tests            |   0
+ .../data/text-rendering-tests/tests/HVAR-2.tests            |   0
+ .../data/text-rendering-tests/tests/KERN-1.tests            |   0
+ .../data/text-rendering-tests/tests/KERN-2.tests            |   0
+ .../data/text-rendering-tests/tests/MORX-1.tests            |   0
+ .../data/text-rendering-tests/tests/MORX-10.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-11.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-12.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-13.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-14.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-16.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-17.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-18.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-19.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-2.tests            |   0
+ .../data/text-rendering-tests/tests/MORX-20.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-21.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-22.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-23.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-24.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-25.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-26.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-27.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-28.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-29.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-3.tests            |   0
+ .../data/text-rendering-tests/tests/MORX-30.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-31.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-32.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-33.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-34.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-35.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-36.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-37.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-38.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-39.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-4.tests            |   0
+ .../data/text-rendering-tests/tests/MORX-40.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-41.tests           |   0
+ .../data/text-rendering-tests/tests/MORX-5.tests            |   0
+ .../data/text-rendering-tests/tests/MORX-6.tests            |   0
+ .../data/text-rendering-tests/tests/MORX-7.tests            |   0
+ .../data/text-rendering-tests/tests/MORX-8.tests            |   0
+ .../data/text-rendering-tests/tests/MORX-9.tests            |   0
+ .../data/text-rendering-tests/tests/SFNT-1.tests            |   0
+ .../data/text-rendering-tests/tests/SFNT-2.tests            |   0
+ .../data/text-rendering-tests/tests/SHARAN-1.tests          |   0
+ .../data/text-rendering-tests/tests/SHBALI-1.tests          |   0
+ .../data/text-rendering-tests/tests/SHBALI-2.tests          |   0
+ .../data/text-rendering-tests/tests/SHBALI-3.tests          |   0
+ .../data/text-rendering-tests/tests/SHKNDA-1.tests          |   0
+ .../data/text-rendering-tests/tests/SHKNDA-2.tests          |   0
+ .../data/text-rendering-tests/tests/SHKNDA-3.tests          |   0
+ .../data/text-rendering-tests/tests/SHLANA-1.tests          |   0
+ .../data/text-rendering-tests/tests/SHLANA-10.tests         |   0
+ .../data/text-rendering-tests/tests/SHLANA-2.tests          |   0
+ .../data/text-rendering-tests/tests/SHLANA-3.tests          |   0
+ .../data/text-rendering-tests/tests/SHLANA-4.tests          |   0
+ .../data/text-rendering-tests/tests/SHLANA-5.tests          |   0
+ .../data/text-rendering-tests/tests/SHLANA-6.tests          |   0
+ .../data/text-rendering-tests/tests/SHLANA-7.tests          |   0
+ .../data/text-rendering-tests/tests/SHLANA-8.tests          |   0
+ .../data/text-rendering-tests/tests/SHLANA-9.tests          |   0
+ test/{shaping => shape}/data/text-rendering-tests/update.py |   0
+ test/{shaping => shape}/hb-diff                             |   0
+ test/{shaping => shape}/hb-diff-colorize                    |   0
+ test/{shaping => shape}/hb-diff-filter-failures             |   0
+ test/{shaping => shape}/hb-diff-stat                        |   0
+ test/{shaping => shape}/hb-unicode-decode                   |   0
+ test/{shaping => shape}/hb-unicode-encode                   |   0
+ test/{shaping => shape}/hb-unicode-prettyname               |   0
+ test/{shaping => shape}/hb_test_tools.py                    |   0
+ test/{shaping => shape}/meson.build                         |   0
+ test/{shaping => shape}/record-test.sh                      |   0
+ test/{shaping => shape}/run-tests.py                        |   0
+ .../shaper-arabic/script-arabic/language-persian/mehran.txt |   0
+ .../script-arabic/language-urdu/crulp/ligatures/2grams.txt  |   0
+ .../script-arabic/language-urdu/crulp/ligatures/3grams.txt  |   0
+ .../script-arabic/language-urdu/crulp/ligatures/4grams.txt  |   0
+ .../script-arabic/language-urdu/crulp/ligatures/5grams.txt  |   0
+ .../script-arabic/language-urdu/crulp/ligatures/6grams.txt  |   0
+ .../script-arabic/language-urdu/crulp/ligatures/7grams.txt  |   0
+ .../script-arabic/language-urdu/crulp/ligatures/8grams.txt  |   0
+ .../script-arabic/language-urdu/crulp/ligatures/LICENSE     |   0
+ .../script-arabic/language-urdu/crulp/ligatures/README      |   0
+ .../script-arabic/language-urdu/crulp/ligatures/SOURCES     |   0
+ .../script-arabic/misc/diacritics/lam-alef.txt              |   0
+ .../script-arabic/misc/diacritics/language-arabic.txt       |   0
+ .../script-arabic/misc/diacritics/language-persian.txt      |   0
+ .../script-arabic/misc/diacritics/language-urdu.txt         |   0
+ .../script-arabic/misc/diacritics/ligature-components.txt   |   0
+ .../script-arabic/misc/diacritics/ligature-diacritics.txt   |   0
+ .../script-arabic/misc/diacritics/mark-skipping.txt         |   0
+ .../in-house/shaper-arabic/script-mongolian/misc/misc.txt   |   0
+ .../shaper-arabic/script-mongolian/misc/non-joining.txt     |   0
+ .../in-house/shaper-arabic/script-mongolian/misc/poem.txt   |   0
+ .../script-mongolian/misc/variation-selectors.txt           |   0
+ .../texts/in-house/shaper-arabic/script-nko/misc/misc.txt   |   0
+ .../in-house/shaper-arabic/script-phags-pa/misc/misc.txt    |   0
+ .../shaper-arabic/script-syriac/misc/abbreviation-mark.txt  |   0
+ .../in-house/shaper-arabic/script-syriac/misc/alaph.txt     |   0
+ .../in-house/shaper-default/script-ethiopic/misc/misc.txt   |   0
+ .../in-house/shaper-default/script-han/misc/cjk-compat.txt  |   0
+ .../script-hiragana/misc/kazuraki-liga-lines.txt            |   0
+ .../shaper-default/script-hiragana/misc/kazuraki-liga.txt   |   0
+ .../in-house/shaper-default/script-linear-b/misc/misc.txt   |   0
+ .../in-house/shaper-default/script-tifinagh/misc/misc.txt   |   0
+ .../in-house/shaper-hangul/script-hangul/misc/misc.txt      |   0
+ .../shaper-hebrew/script-hebrew/misc/diacritics.txt         |   0
+ .../in-house/shaper-indic/script-assamese/utrrs/LICENSE     |   0
+ .../in-house/shaper-indic/script-assamese/utrrs/README      |   0
+ .../in-house/shaper-indic/script-assamese/utrrs/SOURCES     |   0
+ .../IndicFontFeatureCodepoint-AdditionalVowels.txt          |   0
+ .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
+ .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
+ .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
+ .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
+ .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           |   0
+ .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt           |   0
+ .../script-assamese/utrrs/gsub/IndicFontFeatureGSUB.txt     |   0
+ .../shaper-indic/script-bengali/bengali-vowel-letters.txt   |   0
+ .../in-house/shaper-indic/script-bengali/misc/misc.txt      |   0
+ .../in-house/shaper-indic/script-bengali/misc/reph.txt      |   0
+ .../in-house/shaper-indic/script-bengali/utrrs/LICENSE      |   0
+ .../texts/in-house/shaper-indic/script-bengali/utrrs/README |   0
+ .../in-house/shaper-indic/script-bengali/utrrs/SOURCES      |   0
+ .../IndicFontFeatureCodepoint-AdditionalVowels.txt          |   0
+ .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
+ .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
+ .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
+ .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
+ .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           |   0
+ .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt           |   0
+ .../script-bengali/utrrs/gsub/IndicFontFeatureGSUB.txt      |   0
+ .../script-devanagari/devanagari-atomic-consonants.txt      |   0
+ .../script-devanagari/devanagari-vowel-letters.txt          |   0
+ .../shaper-indic/script-devanagari/misc/dottedcircle.txt    |   0
+ .../shaper-indic/script-devanagari/misc/eyelash.txt         |   0
+ .../shaper-indic/script-devanagari/misc/joiners.txt         |   0
+ .../in-house/shaper-indic/script-devanagari/misc/misc.txt   |   0
+ .../shaper-indic/script-devanagari/misc/spec-deviations.txt |   0
+ .../script-devanagari/misc/tricky-reordering.txt            |   0
+ .../in-house/shaper-indic/script-devanagari/utrrs/LICENSE   |   0
+ .../in-house/shaper-indic/script-devanagari/utrrs/README    |   0
+ .../in-house/shaper-indic/script-devanagari/utrrs/SOURCES   |   0
+ .../IndicFontFeatureCodepoint-AdditionalConsonants.txt      |   0
+ .../IndicFontFeatureCodepoint-AdditionalVowels.txt          |   0
+ .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
+ .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
+ .../IndicFontFeatureCodepoint-DevnagariSpecificAddition.txt |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
+ .../IndicFontFeatureCodepoint-GenericPunctuation.txt        |   0
+ .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
+ .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
+ .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           |   0
+ .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt           |   0
+ .../script-devanagari/utrrs/gsub/IndicFontFeatureGSUB.txt   |   0
+ .../shaper-indic/script-gujarati/gujarati-vowel-letters.txt |   0
+ .../in-house/shaper-indic/script-gujarati/utrrs/LICENSE     |   0
+ .../in-house/shaper-indic/script-gujarati/utrrs/README      |   0
+ .../in-house/shaper-indic/script-gujarati/utrrs/SOURCES     |   0
+ .../IndicFontFeatureCodepoint-AdditionalVowels.txt          |   0
+ .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
+ .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
+ .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
+ .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
+ .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           |   0
+ .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt           |   0
+ .../script-gujarati/utrrs/gsub/IndicFontFeatureGSUB.txt     |   0
+ .../shaper-indic/script-gurmukhi/gurmukhi-vowel-letters.txt |   0
+ .../in-house/shaper-indic/script-gurmukhi/misc/misc.txt     |   0
+ .../in-house/shaper-indic/script-gurmukhi/utrrs/LICENSE     |   0
+ .../in-house/shaper-indic/script-gurmukhi/utrrs/README      |   0
+ .../in-house/shaper-indic/script-gurmukhi/utrrs/SOURCES     |   0
+ .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
+ .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
+ .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt          |   0
+ .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
+ .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
+ .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           |   0
+ .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt           |   0
+ .../script-gurmukhi/utrrs/gsub/IndicFontFeatureGSUB.txt     |   0
+ .../shaper-indic/script-kannada/kannada-vowel-letters.txt   |   0
+ .../in-house/shaper-indic/script-kannada/misc/misc.txt      |   0
+ .../shaper-indic/script-kannada/misc/right-matras.txt       |   0
+ .../in-house/shaper-indic/script-kannada/utrrs/LICENSE      |   0
+ .../texts/in-house/shaper-indic/script-kannada/utrrs/README |   0
+ .../in-house/shaper-indic/script-kannada/utrrs/SOURCES      |   0
+ .../IndicFontFeatureCodepoint-AdditionalConsonants.txt      |   0
+ .../IndicFontFeatureCodepoint-AdditionalVowels.txt          |   0
+ .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
+ .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
+ .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
+ .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
+ .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           |   0
+ .../script-kannada/utrrs/gsub/IndicFontFeatureGSUB.txt      |   0
+ .../script-malayalam/malayalam-vowel-letters.txt            |   0
+ .../in-house/shaper-indic/script-malayalam/misc/cibu.txt    |   0
+ .../shaper-indic/script-malayalam/misc/dot-reph.txt         |   0
+ .../in-house/shaper-indic/script-malayalam/misc/misc.txt    |   0
+ .../in-house/shaper-indic/script-malayalam/utrrs/LICENSE    |   0
+ .../in-house/shaper-indic/script-malayalam/utrrs/README     |   0
+ .../in-house/shaper-indic/script-malayalam/utrrs/SOURCES    |   0
+ .../IndicFontFeatureCodepoint-AdditionalVowels.txt          |   0
+ .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
+ .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
+ .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
+ .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
+ .../script-malayalam/utrrs/gsub/IndicFontFeatureGSUB.txt    |   0
+ .../texts/in-house/shaper-indic/script-oriya/misc/bindu.txt |   0
+ .../texts/in-house/shaper-indic/script-oriya/misc/misc.txt  |   0
+ .../shaper-indic/script-oriya/oriya-vowel-letters.txt       |   0
+ .../texts/in-house/shaper-indic/script-oriya/utrrs/LICENSE  |   0
+ .../texts/in-house/shaper-indic/script-oriya/utrrs/README   |   0
+ .../texts/in-house/shaper-indic/script-oriya/utrrs/SOURCES  |   0
+ .../IndicFontFeatureCodepoint-AdditionalConsonants.txt      |   0
+ .../IndicFontFeatureCodepoint-AdditionalVowels.txt          |   0
+ .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
+ .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
+ .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
+ .../codepoint/IndicFontFeatureCodepoint-OriyaSpecific.txt   |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
+ .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
+ .../script-oriya/utrrs/gsub/IndicFontFeatureGSUB.txt        |   0
+ .../in-house/shaper-indic/script-sinhala/misc/extensive.txt |   0
+ .../in-house/shaper-indic/script-sinhala/misc/misc.txt      |   0
+ .../in-house/shaper-indic/script-sinhala/misc/reph.txt      |   0
+ .../shaper-indic/script-sinhala/misc/split-matras.txt       |   0
+ .../in-house/shaper-indic/script-sinhala/utrrs/LICENSE      |   0
+ .../texts/in-house/shaper-indic/script-sinhala/utrrs/README |   0
+ .../in-house/shaper-indic/script-sinhala/utrrs/SOURCES      |   0
+ .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
+ .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
+ .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
+ .../codepoint/IndicFontFeatureCodepoint-Punctuation.txt     |   0
+ .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
+ .../script-sinhala/utrrs/gpos/IndicFontFeatureGPOS.txt      |   0
+ .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt            |   0
+ .../utrrs/gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt       |   0
+ .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt              |   0
+ .../utrrs/gsub/IndicFontFeatureGSUB-Special-Cases.txt       |   0
+ .../utrrs/gsub/IndicFontFeatureGSUB-TouchingLetters.txt     |   0
+ .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt             |   0
+ .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB.txt      |   0
+ .../texts/in-house/shaper-indic/script-tamil/misc/misc.txt  |   0
+ .../texts/in-house/shaper-indic/script-tamil/utrrs/LICENSE  |   0
+ .../texts/in-house/shaper-indic/script-tamil/utrrs/README   |   0
+ .../texts/in-house/shaper-indic/script-tamil/utrrs/SOURCES  |   0
+ .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
+ .../codepoint/IndicFontFeatureCodepoint-CurrencySymbols.txt |   0
+ .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
+ .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Numerics.txt  |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Symbols.txt   |   0
+ .../codepoint/IndicFontFeatureCodepoint-TamilSymbol.txt     |   0
+ .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
+ .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           |   0
+ .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt           |   0
+ .../script-tamil/utrrs/gsub/IndicFontFeatureGSUB.txt        |   0
+ .../texts/in-house/shaper-indic/script-telugu/misc/misc.txt |   0
+ .../shaper-indic/script-telugu/telugu-vowel-letters.txt     |   0
+ .../texts/in-house/shaper-indic/script-telugu/utrrs/LICENSE |   0
+ .../texts/in-house/shaper-indic/script-telugu/utrrs/README  |   0
+ .../texts/in-house/shaper-indic/script-telugu/utrrs/SOURCES |   0
+ .../IndicFontFeatureCodepoint-AdditionalVowels.txt          |   0
+ .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
+ .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
+ .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
+ .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
+ .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           |   0
+ .../script-telugu/utrrs/gsub/IndicFontFeatureGSUB.txt       |   0
+ .../{shaping => shape}/texts/in-house/shaper-khmer/misc.txt |   0
+ .../texts/in-house/shaper-khmer/other-marks-invalid.txt     |   0
+ .../texts/in-house/shaper-khmer/other-marks.txt             |   0
+ .../in-house/shaper-myanmar/script-myanmar/misc/misc.txt    |   0
+ .../in-house/shaper-myanmar/script-myanmar/misc/otspec.txt  |   0
+ .../in-house/shaper-myanmar/script-myanmar/misc/utn11.txt   |   0
+ .../texts/in-house/shaper-thai/script-lao/misc/sara-am.txt  |   0
+ .../texts/in-house/shaper-thai/script-thai/misc/misc.txt    |   0
+ .../texts/in-house/shaper-thai/script-thai/misc/phinthu.txt |   0
+ .../in-house/shaper-thai/script-thai/misc/pua-shaping.txt   |   0
+ .../texts/in-house/shaper-thai/script-thai/misc/sara-am.txt |   0
+ .../shaper-tibetan/script-tibetan/misc/contractions.txt     |   0
+ .../in-house/shaper-tibetan/script-tibetan/misc/misc.txt    |   0
+ .../texts/in-house/shaper-use/script-batak/misc.txt         |   0
+ .../texts/in-house/shaper-use/script-buginese/misc.txt      |   0
+ .../texts/in-house/shaper-use/script-cham/misc.txt          |   0
+ .../texts/in-house/shaper-use/script-javanese/misc.txt      |   0
+ .../texts/in-house/shaper-use/script-kaithi/misc.txt        |   0
+ .../texts/in-house/shaper-use/script-kharoshti/misc.txt     |   0
+ .../texts/in-house/shaper-use/script-tai-tham/misc.txt      |   0
+ .../texts/in-house/shaper-use/script-tai-tham/torture.txt   |   0
+ 983 files changed, 8 insertions(+), 8 deletions(-)
+
+commit e4b33d9d360eeb80f7d841f7ad8921aa16836027
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 18:35:11 2021 -0600
+
+    [util] Use post_parse in face_options_t
+
+ util/face-options.hh | 37 ++++++++++++-------------------------
+ util/font-options.hh |  2 --
+ util/hb-subset.cc    |  2 +-
+ util/helper-cairo.hh |  2 +-
+ 4 files changed, 14 insertions(+), 29 deletions(-)
+
+commit c0ea4e2d33e613eb4936a9cce85453a6b7a43ae5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 18:30:08 2021 -0600
+
+    [util] Use post_parse to validate
+
+ util/face-options.hh   | 21 +++++++++++----
+ util/font-options.hh   |  1 -
+ util/main-font-text.hh | 72 ++++++++++++++++++++++++++++++++++----------------
+ util/options.hh        | 33 +++++++++--------------
+ util/text-options.hh   |  3 +++
+ 5 files changed, 81 insertions(+), 49 deletions(-)
+
+commit f1226988104281b576878cd8c306d03cc91aa111
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Aug 12 01:47:35 2021 +0200
+
+    [test] Improve generate-expected-outputs.py diff output
+
+ test/subset/generate-expected-outputs.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9468e4699833b6f6376503d2724fa4a8abcc8ab2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 16:46:04 2021 -0600
+
+    [util] Rename main_font_text back to main_font_text_t
+
+ util/hb-ot-shape-closure.cc | 2 +-
+ util/hb-shape.cc            | 2 +-
+ util/hb-subset.cc           | 2 +-
+ util/hb-view.cc             | 2 +-
+ util/main-font-text.hh      | 2 +-
+ 5 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 6ac6a2b27b3abe42508828e7919c9ff55a7840d7
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Aug 12 00:04:32 2021 +0200
+
+    [test] hb_ot_layout_language_get_feature_tags()
+
+ test/api/test-ot-layout.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 45 insertions(+)
+
+commit e9b743b26d9ac4a981ac519d85d975ad1d74f513
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Aug 11 23:51:12 2021 +0200
+
+    [test] hb_ot_layout_script_get_language_tags()
+
+ test/api/test-ot-layout.c | 40 ++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 40 insertions(+)
+
+commit bf438b815f488afe97ae8442ec4a0989a8bc0c65
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Aug 11 23:23:51 2021 +0200
+
+    [test] hb_ot_layout_table_get_feature_tags()
+
+ test/api/test-ot-layout.c | 42 ++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 42 insertions(+)
+
+commit 2f88ea5a200a8c33ed307460ef153cf51d486683
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Aug 11 23:12:00 2021 +0200
+
+    [test] hb_ot_layout_table_find_script()
+
+ test/api/test-ot-layout.c | 24 ++++++++++++++++++++++++
+ 1 file changed, 24 insertions(+)
+
+commit f60caad7ffd796c6dc1cc57f0cecee6fd643d827
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Aug 11 22:54:30 2021 +0200
+
+    [test] hb_ot_layout_table_get_script_tags()
+
+ test/api/Makefile.am      |  1 +
+ test/api/meson.build      |  1 +
+ test/api/test-ot-layout.c | 77 +++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 79 insertions(+)
+
+commit 7e4fcf1be895b7c92d3d5e3498cf1b467708994c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 12:12:49 2021 -0600
+
+    [util] Rename add_main_options
+
+ util/options.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 62fb102184b82ad1c7798c16fcb5f390ddf2ba91
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 12:03:07 2021 -0600
+
+    [util] Move add_main_options() invocation
+
+ util/options.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 9d8bbe3e531ded6419b2573c8b813596fff69745
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 11 11:53:32 2021 -0600
+
+    [util] Make main_font_text a struct again
+    
+    Going to move to G_OPTION_REMAINING.
+
+ util/batch.hh               |  8 +++---
+ util/hb-ot-shape-closure.cc |  2 +-
+ util/hb-shape.cc            |  4 +--
+ util/hb-subset.cc           |  4 +--
+ util/hb-view.cc             |  2 +-
+ util/main-font-text.hh      | 59 ++++++++++++++++++++++++---------------------
+ 6 files changed, 41 insertions(+), 38 deletions(-)
+
+commit 5bd463f130935df282cc2a484ef1bb6dbd047170
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 10 14:26:48 2021 -0600
+
+    [util/hb-subset] Access input directly
+
+ util/hb-subset.cc      | 3 ---
+ util/subset-options.hh | 5 -----
+ 2 files changed, 8 deletions(-)
+
+commit 6905f6fa600c2565573952e9d347dfcf9f0d3770
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 10 14:24:24 2021 -0600
+
+    [util/hb-subset] Use templated function to parse flags directly
+
+ util/subset-options.hh | 55 +++++++++++++++++++++++++-------------------------
+ 1 file changed, 27 insertions(+), 28 deletions(-)
+
+commit 3e3e1801a5a7916c3966c86b4deab225c3d63167
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 10 13:59:46 2021 -0600
+
+    [util] Small tweaks in --help output
+
+ util/font-options.hh | 3 ++-
+ util/text-options.hh | 4 ++--
+ 2 files changed, 4 insertions(+), 3 deletions(-)
+
+commit c08f1b89037b9a0277b8cef67ff2f38bcf253dfd
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Aug 10 12:29:32 2021 -0700
+
+    [map] fix incorrect population count in hash map.
+    
+    If the same key was set twice the population was being incorrectly incremented.
+
+ src/hb-map.hh                                      |   2 +-
+ test/api/test-map.c                                |  28 +++++++++++++++++++++
+ ...ase-minimized-hb-subset-fuzzer-5522792714993664 | Bin 0 -> 74 bytes
+ 3 files changed, 29 insertions(+), 1 deletion(-)
+
+commit e39c3bde7bf56a49848cba09cf7309ac6a359796
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Aug 10 11:41:55 2021 -0700
+
+    [subset] fix bug in parsing glyf flags.
+    
+    the bytes of the flag stream were being treated as signed integers instead of unsigned as specified in the spec.
+
+ src/hb-ot-glyf-table.hh                                  |   4 ++--
+ test/subset/data/Makefile.am                             |   1 +
+ test/subset/data/Makefile.sources                        |   1 +
+ ..._3131.drop-hints-retain-gids.63,64,65,6F,70,71,72.ttf | Bin 0 -> 1908 bytes
+ ..._3131.drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 0 -> 1908 bytes
+ .../glyf_bug_3131.retain-gids.63,64,65,6F,70,71,72.ttf   | Bin 0 -> 1928 bytes
+ .../glyf_bug_3131.retain-gids.retain-all-codepoint.ttf   | Bin 0 -> 1928 bytes
+ test/subset/data/fonts/glyf_bug_3131.ttf                 | Bin 0 -> 2600 bytes
+ test/subset/data/tests/glyf_bug_3131.tests               |  11 +++++++++++
+ test/subset/meson.build                                  |   1 +
+ 10 files changed, 16 insertions(+), 2 deletions(-)
+
+commit f5a8f747ffc4fa920d12db68f1f40c28627d720a
+Merge: d92ee726c f3acb977e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 10 11:21:08 2021 -0600
+
+    Merge pull request #3132 from harfbuzz/semicolon
+    
+    Use semicolon in shaping test suite
+
+commit f3acb977ec269dc735ab68aa477ada774873d5d4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 10 11:05:40 2021 -0600
+
+    [test/shaping;util] Use ';' instead of ':' to separate test fields
+    
+    Accept that in --batch mode. Also in batch mode don't send the 0th arg.
+    
+    Related discussion: https://github.com/harfbuzz/harfbuzz/pull/3102
+
+ test/shaping/data/aots/hb-aots-tester.cpp          |   18 +-
+ test/shaping/data/aots/tests/classdef1.tests       |    2 +-
+ test/shaping/data/aots/tests/classdef1_empty.tests |    2 +-
+ .../data/aots/tests/classdef1_multiple.tests       |    2 +-
+ .../shaping/data/aots/tests/classdef1_single.tests |    2 +-
+ test/shaping/data/aots/tests/classdef2.tests       |    2 +-
+ test/shaping/data/aots/tests/classdef2_empty.tests |    2 +-
+ .../data/aots/tests/classdef2_multiple.tests       |    2 +-
+ .../shaping/data/aots/tests/classdef2_single.tests |    2 +-
+ test/shaping/data/aots/tests/cmap0.tests           |    2 +-
+ test/shaping/data/aots/tests/cmap10.tests          |    4 +-
+ test/shaping/data/aots/tests/cmap12.tests          |    2 +-
+ test/shaping/data/aots/tests/cmap2.tests           |    2 +-
+ test/shaping/data/aots/tests/cmap4.tests           |   12 +-
+ test/shaping/data/aots/tests/cmap6.tests           |    4 +-
+ test/shaping/data/aots/tests/cmap8.tests           |    2 +-
+ .../data/aots/tests/gpos1_1_lookupflag.tests       |    2 +-
+ test/shaping/data/aots/tests/gpos1_1_simple.tests  |    8 +-
+ test/shaping/data/aots/tests/gpos1_2.tests         |    2 +-
+ .../data/aots/tests/gpos1_2_lookupflag.tests       |    2 +-
+ test/shaping/data/aots/tests/gpos2_1.tests         |    4 +-
+ .../data/aots/tests/gpos2_1_lookupflag.tests       |    4 +-
+ .../data/aots/tests/gpos2_1_next_glyph.tests       |    4 +-
+ test/shaping/data/aots/tests/gpos2_1_simple.tests  |    4 +-
+ test/shaping/data/aots/tests/gpos2_2.tests         |   10 +-
+ test/shaping/data/aots/tests/gpos3.tests           |   22 +-
+ .../shaping/data/aots/tests/gpos3_lookupflag.tests |    4 +-
+ .../shaping/data/aots/tests/gpos4_lookupflag.tests |    4 +-
+ .../data/aots/tests/gpos4_multiple_anchors.tests   |    2 +-
+ test/shaping/data/aots/tests/gpos4_simple.tests    |   10 +-
+ test/shaping/data/aots/tests/gpos5.tests           |    4 +-
+ test/shaping/data/aots/tests/gpos6.tests           |    6 +-
+ test/shaping/data/aots/tests/gpos7_1.tests         |    4 +-
+ test/shaping/data/aots/tests/gpos9.tests           |    4 +-
+ .../data/aots/tests/gpos_chaining1_boundary.tests  |    8 +-
+ .../aots/tests/gpos_chaining1_lookupflag.tests     |    2 +-
+ .../tests/gpos_chaining1_multiple_subrules.tests   |    4 +-
+ .../aots/tests/gpos_chaining1_next_glyph.tests     |    2 +-
+ .../data/aots/tests/gpos_chaining1_simple.tests    |   22 +-
+ .../aots/tests/gpos_chaining1_successive.tests     |    2 +-
+ .../data/aots/tests/gpos_chaining2_boundary.tests  |    8 +-
+ .../aots/tests/gpos_chaining2_lookupflag.tests     |    2 +-
+ .../tests/gpos_chaining2_multiple_subrules.tests   |    4 +-
+ .../aots/tests/gpos_chaining2_next_glyph.tests     |    2 +-
+ .../data/aots/tests/gpos_chaining2_simple.tests    |   22 +-
+ .../aots/tests/gpos_chaining2_successive.tests     |    2 +-
+ .../data/aots/tests/gpos_chaining3_boundary.tests  |    8 +-
+ .../aots/tests/gpos_chaining3_lookupflag.tests     |    2 +-
+ .../aots/tests/gpos_chaining3_next_glyph.tests     |    2 +-
+ .../data/aots/tests/gpos_chaining3_simple.tests    |   22 +-
+ .../aots/tests/gpos_chaining3_successive.tests     |    2 +-
+ .../data/aots/tests/gpos_context1_boundary.tests   |    4 +-
+ .../data/aots/tests/gpos_context1_expansion.tests  |    2 +-
+ .../data/aots/tests/gpos_context1_lookupflag.tests |    4 +-
+ .../tests/gpos_context1_multiple_subrules.tests    |    4 +-
+ .../data/aots/tests/gpos_context1_next_glyph.tests |    2 +-
+ .../data/aots/tests/gpos_context1_simple.tests     |    6 +-
+ .../data/aots/tests/gpos_context1_successive.tests |    2 +-
+ .../data/aots/tests/gpos_context2_boundary.tests   |    4 +-
+ .../data/aots/tests/gpos_context2_classes.tests    |    4 +-
+ .../data/aots/tests/gpos_context2_expansion.tests  |    2 +-
+ .../data/aots/tests/gpos_context2_lookupflag.tests |    4 +-
+ .../tests/gpos_context2_multiple_subrules.tests    |    4 +-
+ .../data/aots/tests/gpos_context2_next_glyph.tests |    2 +-
+ .../data/aots/tests/gpos_context2_simple.tests     |    6 +-
+ .../data/aots/tests/gpos_context2_successive.tests |    2 +-
+ .../data/aots/tests/gpos_context3_boundary.tests   |    4 +-
+ .../data/aots/tests/gpos_context3_lookupflag.tests |    4 +-
+ .../data/aots/tests/gpos_context3_next_glyph.tests |    2 +-
+ .../data/aots/tests/gpos_context3_simple.tests     |    4 +-
+ .../data/aots/tests/gpos_context3_successive.tests |    2 +-
+ .../data/aots/tests/gsub1_1_lookupflag.tests       |    2 +-
+ test/shaping/data/aots/tests/gsub1_1_modulo.tests  |    2 +-
+ test/shaping/data/aots/tests/gsub1_1_simple.tests  |    2 +-
+ .../data/aots/tests/gsub1_2_lookupflag.tests       |    2 +-
+ test/shaping/data/aots/tests/gsub1_2_simple.tests  |    2 +-
+ .../data/aots/tests/gsub2_1_lookupflag.tests       |    2 +-
+ .../aots/tests/gsub2_1_multiple_sequences.tests    |    2 +-
+ test/shaping/data/aots/tests/gsub2_1_simple.tests  |    4 +-
+ .../data/aots/tests/gsub3_1_lookupflag.tests       |    2 +-
+ .../shaping/data/aots/tests/gsub3_1_multiple.tests |    2 +-
+ test/shaping/data/aots/tests/gsub3_1_simple.tests  |    2 +-
+ .../data/aots/tests/gsub4_1_lookupflag.tests       |    2 +-
+ .../aots/tests/gsub4_1_multiple_ligatures.tests    |    4 +-
+ .../data/aots/tests/gsub4_1_multiple_ligsets.tests |    2 +-
+ test/shaping/data/aots/tests/gsub4_1_simple.tests  |    2 +-
+ test/shaping/data/aots/tests/gsub7.tests           |    4 +-
+ .../data/aots/tests/gsub_chaining1_boundary.tests  |    8 +-
+ .../aots/tests/gsub_chaining1_lookupflag.tests     |    2 +-
+ .../tests/gsub_chaining1_multiple_subrules.tests   |    4 +-
+ .../aots/tests/gsub_chaining1_next_glyph.tests     |    2 +-
+ .../data/aots/tests/gsub_chaining1_simple.tests    |   22 +-
+ .../aots/tests/gsub_chaining1_successive.tests     |    2 +-
+ .../data/aots/tests/gsub_chaining2_boundary.tests  |    8 +-
+ .../aots/tests/gsub_chaining2_lookupflag.tests     |    2 +-
+ .../tests/gsub_chaining2_multiple_subrules.tests   |    4 +-
+ .../aots/tests/gsub_chaining2_next_glyph.tests     |    2 +-
+ .../data/aots/tests/gsub_chaining2_simple.tests    |   22 +-
+ .../aots/tests/gsub_chaining2_successive.tests     |    2 +-
+ .../data/aots/tests/gsub_chaining3_boundary.tests  |    8 +-
+ .../aots/tests/gsub_chaining3_lookupflag.tests     |    2 +-
+ .../aots/tests/gsub_chaining3_next_glyph.tests     |    2 +-
+ .../data/aots/tests/gsub_chaining3_simple.tests    |   22 +-
+ .../aots/tests/gsub_chaining3_successive.tests     |    2 +-
+ .../data/aots/tests/gsub_context1_boundary.tests   |    4 +-
+ .../data/aots/tests/gsub_context1_expansion.tests  |    2 +-
+ .../data/aots/tests/gsub_context1_lookupflag.tests |    4 +-
+ .../tests/gsub_context1_multiple_subrules.tests    |    4 +-
+ .../data/aots/tests/gsub_context1_next_glyph.tests |    2 +-
+ .../data/aots/tests/gsub_context1_simple.tests     |    6 +-
+ .../data/aots/tests/gsub_context1_successive.tests |    2 +-
+ .../data/aots/tests/gsub_context2_boundary.tests   |    4 +-
+ .../data/aots/tests/gsub_context2_classes.tests    |    4 +-
+ .../data/aots/tests/gsub_context2_expansion.tests  |    2 +-
+ .../data/aots/tests/gsub_context2_lookupflag.tests |    4 +-
+ .../tests/gsub_context2_multiple_subrules.tests    |    4 +-
+ .../data/aots/tests/gsub_context2_next_glyph.tests |    2 +-
+ .../data/aots/tests/gsub_context2_simple.tests     |    6 +-
+ .../data/aots/tests/gsub_context2_successive.tests |    2 +-
+ .../data/aots/tests/gsub_context3_boundary.tests   |    4 +-
+ .../data/aots/tests/gsub_context3_lookupflag.tests |    4 +-
+ .../data/aots/tests/gsub_context3_next_glyph.tests |    2 +-
+ .../data/aots/tests/gsub_context3_simple.tests     |    4 +-
+ .../data/aots/tests/gsub_context3_successive.tests |    2 +-
+ .../data/aots/tests/lookupflag_ignore_attach.tests |   10 +-
+ .../data/aots/tests/lookupflag_ignore_base.tests   |    4 +-
+ .../aots/tests/lookupflag_ignore_combination.tests |    6 +-
+ .../aots/tests/lookupflag_ignore_ligatures.tests   |    6 +-
+ .../data/aots/tests/lookupflag_ignore_marks.tests  |    2 +-
+ test/shaping/data/in-house/tests/aat-morx.tests    |    2 +-
+ test/shaping/data/in-house/tests/aat-trak.tests    |   22 +-
+ .../in-house/tests/arabic-fallback-shaping.tests   |    2 +-
+ .../data/in-house/tests/arabic-feature-order.tests |    8 +-
+ .../data/in-house/tests/arabic-like-joining.tests  |    2 +-
+ .../data/in-house/tests/arabic-mark-attach.tests   |    2 +-
+ .../data/in-house/tests/arabic-mark-order.tests    |   12 +-
+ test/shaping/data/in-house/tests/arabic-stch.tests |    2 +-
+ .../data/in-house/tests/automatic-fractions.tests  |    6 +-
+ test/shaping/data/in-house/tests/cluster.tests     |    8 +-
+ test/shaping/data/in-house/tests/collections.tests |   12 +-
+ test/shaping/data/in-house/tests/color-fonts.tests |    4 +-
+ .../data/in-house/tests/context-matching.tests     |    6 +-
+ .../data/in-house/tests/cursive-positioning.tests  |   10 +-
+ .../data/in-house/tests/default-ignorables.tests   |   10 +-
+ test/shaping/data/in-house/tests/digits.tests      |   10 +-
+ .../data/in-house/tests/emoji-clusters.tests       | 6522 ++++++++++----------
+ test/shaping/data/in-house/tests/emoji.tests       |   10 +-
+ .../data/in-house/tests/fallback-positioning.tests |    4 +-
+ test/shaping/data/in-house/tests/hangul-jamo.tests |    4 +-
+ test/shaping/data/in-house/tests/hyphens.tests     |    4 +-
+ .../tests/indic-consonant-with-stacker.tests       |    8 +-
+ .../data/in-house/tests/indic-decompose.tests      |    2 +-
+ test/shaping/data/in-house/tests/indic-init.tests  |    2 +-
+ .../in-house/tests/indic-joiner-candrabindu.tests  |    4 +-
+ .../data/in-house/tests/indic-joiners.tests        |   12 +-
+ .../data/in-house/tests/indic-old-spec.tests       |    8 +-
+ .../data/in-house/tests/indic-pref-blocking.tests  |    4 +-
+ .../in-house/tests/indic-script-extensions.tests   |    4 +-
+ .../data/in-house/tests/indic-special-cases.tests  |    6 +-
+ .../data/in-house/tests/indic-syllable.tests       |   24 +-
+ .../tests/indic-vowel-letter-spoofing.tests        |  106 +-
+ .../shaping/data/in-house/tests/kern-format2.tests |    6 +-
+ .../data/in-house/tests/khmer-mark-order.tests     |   50 +-
+ test/shaping/data/in-house/tests/khmer-misc.tests  |  180 +-
+ .../data/in-house/tests/language-tags.tests        |   26 +-
+ test/shaping/data/in-house/tests/ligature-id.tests |   74 +-
+ test/shaping/data/in-house/tests/macos.tests       |  266 +-
+ .../data/in-house/tests/mark-attachment.tests      |    2 +-
+ .../data/in-house/tests/mark-filtering-sets.tests  |   10 +-
+ .../tests/mongolian-variation-selector.tests       |   38 +-
+ .../shaping/data/in-house/tests/myanmar-misc.tests |    2 +-
+ .../data/in-house/tests/myanmar-syllable.tests     |    2 +-
+ .../data/in-house/tests/myanmar-zawgyi.tests       |    2 +-
+ .../data/in-house/tests/none-directional.tests     |    6 +-
+ .../data/in-house/tests/positioning-features.tests |    6 +-
+ test/shaping/data/in-house/tests/rand.tests        |    6 +-
+ test/shaping/data/in-house/tests/reverse-sub.tests |    2 +-
+ test/shaping/data/in-house/tests/rotation.tests    |    8 +-
+ test/shaping/data/in-house/tests/simple.tests      |    4 +-
+ test/shaping/data/in-house/tests/sinhala.tests     |    2 +-
+ test/shaping/data/in-house/tests/spaces.tests      |   68 +-
+ .../in-house/tests/tibetan-contractions-1.tests    |  120 +-
+ .../in-house/tests/tibetan-contractions-2.tests    |  106 +-
+ .../data/in-house/tests/tibetan-vowels.tests       |   22 +-
+ .../shaping/data/in-house/tests/tt-kern-gpos.tests |    2 +-
+ test/shaping/data/in-house/tests/use-indic3.tests  |    2 +-
+ test/shaping/data/in-house/tests/use-marchen.tests |   70 +-
+ .../shaping/data/in-house/tests/use-syllable.tests |   44 +-
+ .../in-house/tests/use-vowel-letter-spoofing.tests |  188 +-
+ test/shaping/data/in-house/tests/use.tests         |   30 +-
+ .../data/in-house/tests/variations-rvrn.tests      |  200 +-
+ test/shaping/data/in-house/tests/variations.tests  |   10 +-
+ test/shaping/data/in-house/tests/vertical.tests    |    8 +-
+ .../data/in-house/tests/zero-width-marks.tests     |   22 +-
+ .../data/text-rendering-tests/tests/AVAR-1.tests   |   34 +-
+ .../data/text-rendering-tests/tests/CFF-1.tests    |   26 +-
+ .../data/text-rendering-tests/tests/CFF-2.tests    |   26 +-
+ .../data/text-rendering-tests/tests/CFF2-1.tests   |   18 +-
+ .../data/text-rendering-tests/tests/CMAP-1.tests   |    8 +-
+ .../data/text-rendering-tests/tests/CMAP-2.tests   |    4 +-
+ .../data/text-rendering-tests/tests/CMAP-3.tests   |   40 +-
+ .../data/text-rendering-tests/tests/CVAR-1.tests   |    6 +-
+ .../data/text-rendering-tests/tests/CVAR-2.tests   |    6 +-
+ .../data/text-rendering-tests/tests/GLYF-1.tests   |    2 +-
+ .../data/text-rendering-tests/tests/GPOS-1.tests   |   38 +-
+ .../data/text-rendering-tests/tests/GPOS-2.tests   |    6 +-
+ .../data/text-rendering-tests/tests/GPOS-3.tests   |    8 +-
+ .../data/text-rendering-tests/tests/GPOS-4.tests   |    8 +-
+ .../data/text-rendering-tests/tests/GPOS-5.tests   |   10 +-
+ .../data/text-rendering-tests/tests/GSUB-1.tests   |    2 +-
+ .../data/text-rendering-tests/tests/GSUB-2.tests   |   22 +-
+ .../data/text-rendering-tests/tests/GSUB-3.tests   |    2 +-
+ .../data/text-rendering-tests/tests/GVAR-1.tests   |   18 +-
+ .../data/text-rendering-tests/tests/GVAR-2.tests   |   18 +-
+ .../data/text-rendering-tests/tests/GVAR-3.tests   |   18 +-
+ .../data/text-rendering-tests/tests/GVAR-4.tests   |   22 +-
+ .../data/text-rendering-tests/tests/GVAR-5.tests   |   22 +-
+ .../data/text-rendering-tests/tests/GVAR-6.tests   |   22 +-
+ .../data/text-rendering-tests/tests/GVAR-7.tests   |   14 +-
+ .../data/text-rendering-tests/tests/GVAR-8.tests   |   12 +-
+ .../data/text-rendering-tests/tests/GVAR-9.tests   |   20 +-
+ .../data/text-rendering-tests/tests/HVAR-1.tests   |   12 +-
+ .../data/text-rendering-tests/tests/HVAR-2.tests   |   12 +-
+ .../data/text-rendering-tests/tests/KERN-1.tests   |    2 +-
+ .../data/text-rendering-tests/tests/KERN-2.tests   |    2 +-
+ .../data/text-rendering-tests/tests/MORX-1.tests   |    2 +-
+ .../data/text-rendering-tests/tests/MORX-10.tests  |    2 +-
+ .../data/text-rendering-tests/tests/MORX-11.tests  |    2 +-
+ .../data/text-rendering-tests/tests/MORX-12.tests  |    6 +-
+ .../data/text-rendering-tests/tests/MORX-13.tests  |    2 +-
+ .../data/text-rendering-tests/tests/MORX-14.tests  |    4 +-
+ .../data/text-rendering-tests/tests/MORX-16.tests  |    2 +-
+ .../data/text-rendering-tests/tests/MORX-17.tests  |    2 +-
+ .../data/text-rendering-tests/tests/MORX-18.tests  |    8 +-
+ .../data/text-rendering-tests/tests/MORX-19.tests  |    4 +-
+ .../data/text-rendering-tests/tests/MORX-2.tests   |   32 +-
+ .../data/text-rendering-tests/tests/MORX-20.tests  |   14 +-
+ .../data/text-rendering-tests/tests/MORX-21.tests  |    2 +-
+ .../data/text-rendering-tests/tests/MORX-22.tests  |    2 +-
+ .../data/text-rendering-tests/tests/MORX-23.tests  |    2 +-
+ .../data/text-rendering-tests/tests/MORX-24.tests  |    2 +-
+ .../data/text-rendering-tests/tests/MORX-25.tests  |   18 +-
+ .../data/text-rendering-tests/tests/MORX-26.tests  |    4 +-
+ .../data/text-rendering-tests/tests/MORX-27.tests  |    6 +-
+ .../data/text-rendering-tests/tests/MORX-28.tests  |   10 +-
+ .../data/text-rendering-tests/tests/MORX-29.tests  |    8 +-
+ .../data/text-rendering-tests/tests/MORX-3.tests   |   32 +-
+ .../data/text-rendering-tests/tests/MORX-30.tests  |    8 +-
+ .../data/text-rendering-tests/tests/MORX-31.tests  |   16 +-
+ .../data/text-rendering-tests/tests/MORX-32.tests  |    8 +-
+ .../data/text-rendering-tests/tests/MORX-33.tests  |    6 +-
+ .../data/text-rendering-tests/tests/MORX-34.tests  |    2 +-
+ .../data/text-rendering-tests/tests/MORX-35.tests  |    4 +-
+ .../data/text-rendering-tests/tests/MORX-36.tests  |    2 +-
+ .../data/text-rendering-tests/tests/MORX-37.tests  |    8 +-
+ .../data/text-rendering-tests/tests/MORX-38.tests  |    8 +-
+ .../data/text-rendering-tests/tests/MORX-39.tests  |    8 +-
+ .../data/text-rendering-tests/tests/MORX-4.tests   |   30 +-
+ .../data/text-rendering-tests/tests/MORX-40.tests  |    8 +-
+ .../data/text-rendering-tests/tests/MORX-41.tests  |    8 +-
+ .../data/text-rendering-tests/tests/MORX-5.tests   |   50 +-
+ .../data/text-rendering-tests/tests/MORX-6.tests   |    2 +-
+ .../data/text-rendering-tests/tests/MORX-7.tests   |    2 +-
+ .../data/text-rendering-tests/tests/MORX-8.tests   |    6 +-
+ .../data/text-rendering-tests/tests/MORX-9.tests   |    2 +-
+ .../data/text-rendering-tests/tests/SFNT-1.tests   |    4 +-
+ .../data/text-rendering-tests/tests/SFNT-2.tests   |    4 +-
+ .../data/text-rendering-tests/tests/SHARAN-1.tests |   12 +-
+ .../data/text-rendering-tests/tests/SHBALI-1.tests |   44 +-
+ .../data/text-rendering-tests/tests/SHBALI-2.tests |   24 +-
+ .../data/text-rendering-tests/tests/SHBALI-3.tests |   18 +-
+ .../data/text-rendering-tests/tests/SHKNDA-1.tests |   68 +-
+ .../data/text-rendering-tests/tests/SHKNDA-2.tests |   32 +-
+ .../data/text-rendering-tests/tests/SHKNDA-3.tests |   62 +-
+ .../data/text-rendering-tests/tests/SHLANA-1.tests |  104 +-
+ .../text-rendering-tests/tests/SHLANA-10.tests     |   94 +-
+ .../data/text-rendering-tests/tests/SHLANA-2.tests |   74 +-
+ .../data/text-rendering-tests/tests/SHLANA-3.tests |   26 +-
+ .../data/text-rendering-tests/tests/SHLANA-4.tests |    6 +-
+ .../data/text-rendering-tests/tests/SHLANA-5.tests |   26 +-
+ .../data/text-rendering-tests/tests/SHLANA-6.tests |   14 +-
+ .../data/text-rendering-tests/tests/SHLANA-7.tests |   36 +-
+ .../data/text-rendering-tests/tests/SHLANA-8.tests |   26 +-
+ .../data/text-rendering-tests/tests/SHLANA-9.tests |   12 +-
+ test/shaping/record-test.sh                        |    2 +-
+ test/shaping/run-tests.py                          |   16 +-
+ test/subset/run-repack-tests.py                    |    8 +-
+ test/subset/run-tests.py                           |    8 +-
+ util/batch.hh                                      |   10 +-
+ 289 files changed, 5277 insertions(+), 5279 deletions(-)
+
+commit b83fd3a564aaaa0311a1f8275b2ae5bbc8b94e2c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 10 02:21:05 2021 -0600
+
+    [util] Refactor batch-processing code into batch.hh
+
+ test/subset/run-repack-tests.py |  2 +-
+ test/subset/run-tests.py        |  2 +-
+ util/Makefile.sources           |  2 ++
+ util/batch.hh                   | 72 +++++++++++++++++++++++++++++++++++++++++
+ util/hb-shape.cc                | 34 ++-----------------
+ util/hb-subset.cc               | 34 ++-----------------
+ 6 files changed, 80 insertions(+), 66 deletions(-)
+
+commit d92ee726ce3b2fc2c249407d977433f0badcc918
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 9 19:08:34 2021 -0600
+
+    [util/hb-shape] Treat as single-paragraph text other than provided by a file
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3129
+
+ util/hb-shape.cc       |  4 ++--
+ util/hb-subset.cc      |  4 ++--
+ util/main-font-text.hh |  4 ++--
+ util/text-options.hh   | 39 +++++++++------------------------------
+ 4 files changed, 15 insertions(+), 36 deletions(-)
+
+commit 8940409e3c108e2c26c0f22679eb3c6cea4fee9d
+Merge: f5ba1fabc 7d2e9164a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 9 13:21:07 2021 -0600
+
+    Merge pull request #3121 from harfbuzz/subset-args
+    
+    Fix up `hb-subset --help-all`
+
+commit f5ba1fabced5b04615ece8938d950b098490fe97
+Author: Ben Wagner <bungeman@chromium.org>
+Date:   Sat Aug 7 16:05:51 2021 -0400
+
+    Fix documentation of hb_subset_flags_t defaults
+    
+    HB_SUBSET_FLAGS_DEFAULT is 0, and hb_subset_input_create_or_fail
+    initializes its flags to HB_SUBSET_FLAGS_DEFAULT, so currently all flags
+    are set to false by default. It has been decided that future flags will
+    also be false by default for simplicity (using NO_ in the name if
+    needed). Correct and simplify the documentation for hb_subset_flags_t to
+    reflect this.
+
+ src/hb-subset.h | 15 ++++++---------
+ 1 file changed, 6 insertions(+), 9 deletions(-)
+
+commit 7d2e9164ab6681bfd9fa0946a1150905a1aba283
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 7 13:38:19 2021 -0600
+
+    [util] Move text options into text_options_t
+    
+    Remove now empty options.cc.
+
+ util/Makefile.sources                |   8 +--
+ util/hb-ot-shape-closure.cc          |   1 +
+ util/hb-shape.cc                     |   4 +-
+ util/hb-subset.cc                    |   1 +
+ util/hb-view.cc                      |   2 +
+ util/meson.build                     |   4 --
+ util/options.hh                      |  43 -------------
+ util/{options.cc => text-options.hh} | 120 ++++++++++++++++++++---------------
+ 8 files changed, 81 insertions(+), 102 deletions(-)
+
+commit 93bc62e9b24404d2af4042c4a9aa450af79be8dd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 7 13:13:58 2021 -0600
+
+    [util] Move output options into output-options.hh
+
+ util/Makefile.sources  |  15 +++---
+ util/hb-shape.cc       |   1 +
+ util/hb-subset.cc      |   1 +
+ util/helper-cairo.hh   |   4 +-
+ util/options.cc        |  50 --------------------
+ util/options.hh        |  40 ----------------
+ util/output-options.hh | 123 +++++++++++++++++++++++++++++++++++++++++++++++++
+ util/view-cairo.hh     |   1 +
+ 8 files changed, 137 insertions(+), 98 deletions(-)
+
+commit af9d2495dc68c4a64bab87a7cc0a60927d81fa53
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 7 12:29:52 2021 -0600
+
+    [util] Use inheritance for output_options_t
+
+ util/hb-shape.cc   | 41 ++++++++++++++++++++---------------------
+ util/hb-subset.cc  |  9 +++------
+ util/view-cairo.hh | 12 ++++++------
+ 3 files changed, 29 insertions(+), 33 deletions(-)
+
+commit 9db0fd4821ab721bbf558e999044384726ba650e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 7 12:22:17 2021 -0600
+
+    [util] Don't show --output-format if no supported formats provided
+
+ util/options.cc | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit 5545eea7e575318d53aa42acbb09cf39e4b82134
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 7 11:04:46 2021 -0600
+
+    [util] Remove main_font_text_t class, use bare function
+
+ util/hb-ot-shape-closure.cc |  3 +-
+ util/hb-shape.cc            |  8 ++---
+ util/hb-subset.cc           |  8 ++---
+ util/hb-view.cc             |  3 +-
+ util/main-font-text.hh      | 72 +++++++++++++++++----------------------------
+ util/options.hh             | 15 ++++++++++
+ 6 files changed, 50 insertions(+), 59 deletions(-)
+
+commit 58c223357b340ceb64af337b481fd4786152881e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 6 23:45:59 2021 -0600
+
+    [util] Move face/font options into face/font-options.hh
+
+ util/Makefile.sources       |   7 +
+ util/face-options.hh        | 135 +++++++++++++++++++
+ util/font-options.hh        | 306 ++++++++++++++++++++++++++++++++++++++++++
+ util/hb-ot-shape-closure.cc |   3 +-
+ util/hb-shape.cc            |   2 +-
+ util/hb-subset.cc           |   7 +-
+ util/hb-view.cc             |   2 +-
+ util/main-font-text.hh      |   2 +-
+ util/options.cc             | 318 +-------------------------------------------
+ util/options.hh             |  63 ---------
+ util/shape-consumer.hh      |   1 +
+ 11 files changed, 457 insertions(+), 389 deletions(-)
+
+commit 6edd50ae7fa550c909fa32339537f6105002a07d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 6 23:36:45 2021 -0600
+
+    [util] Move option_parser_t code into options.hh
+
+ util/options.cc | 83 --------------------------------------------------------
+ util/options.hh | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ 2 files changed, 83 insertions(+), 84 deletions(-)
+
+commit 798bb89c969288704c1cc534192eac9e6339d66a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 6 23:29:29 2021 -0600
+
+    [util] Move shape format options into shape-format.hh
+
+ util/Makefile.sources |   1 +
+ util/hb-shape.cc      |   5 +-
+ util/hb-subset.cc     |   2 +-
+ util/hb-view.cc       |   2 +-
+ util/options.cc       | 135 -------------------------------
+ util/options.hh       |  42 ----------
+ util/shape-format.hh  | 214 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ 7 files changed, 220 insertions(+), 181 deletions(-)
+
+commit c3599fded73882d5234a995b7f253baf0b4fa1e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 6 23:24:28 2021 -0600
+
+    [util] Move shape options into shape-options.hh
+
+ util/Makefile.sources       |   2 +
+ util/hb-ot-shape-closure.cc |   1 +
+ util/main-font-text.hh      |   1 -
+ util/options.cc             | 179 +---------------
+ util/options.hh             | 286 --------------------------
+ util/shape-consumer.hh      |   3 +-
+ util/shape-options.hh       | 490 ++++++++++++++++++++++++++++++++++++++++++++
+ 7 files changed, 496 insertions(+), 466 deletions(-)
+
+commit cfb2d6ad9e34f4b61ea3fedd27ac448a47ac4c09
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 6 23:14:30 2021 -0600
+
+    [util] Move view options into view-options.hh
+
+ util/Makefile.sources |  15 +++---
+ util/options.cc       |  64 --------------------------
+ util/options.hh       |  25 ----------
+ util/view-cairo.hh    |   4 +-
+ util/view-options.hh  | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ 5 files changed, 132 insertions(+), 99 deletions(-)
+
+commit 167f58a2ca1db5649a0724f88e033c28a3bbb844
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 6 23:03:30 2021 -0600
+
+    [util] Move subset options into subset-options.hh
+
+ util/Makefile.sources                         |  2 +-
+ util/hb-subset.cc                             |  3 +-
+ util/meson.build                              |  1 -
+ util/options.hh                               | 40 ------------------------
+ util/{options-subset.cc => subset-options.hh} | 45 +++++++++++++++++++++++++++
+ 5 files changed, 48 insertions(+), 43 deletions(-)
+
+commit 370e961faf28291def7f011f694bef1266adda99
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 6 22:59:50 2021 -0600
+
+    [util/hb-subset] Use hb-subset.h public API instead of poking inside
+    
+    Oops.
+
+ util/options-subset.cc | 11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+commit 4e97678ebb77be96765942051d8bb03ab8f74f1c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 6 22:53:44 2021 -0600
+
+    [util] Use inheritence to embed inherent options of objects
+
+ util/hb-subset.cc      |  9 ++++-----
+ util/shape-consumer.hh | 15 +++++++--------
+ util/view-cairo.hh     | 33 ++++++++++++++++-----------------
+ 3 files changed, 27 insertions(+), 30 deletions(-)
+
+commit 06d661803c79e18bad3e943894a8a7bcba1352e8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 6 19:20:47 2021 -0600
+
+    [util] Fix compiler error
+    
+    ../util/options.cc:588:3: error: narrowing conversion of ‘font_size_flags’ from ‘unsigned int’ to ‘gint {aka int}’ inside { } [-Werror=narrowing]
+
+ util/options.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c5337c43e932f23c18380995fa1ec74e2d8eaeb7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 6 19:19:50 2021 -0600
+
+    [util] Fold helper-cairo.cc into helper-cairo.hh
+
+ util/Makefile.sources |   1 -
+ util/helper-cairo.cc  | 668 --------------------------------------------------
+ util/helper-cairo.hh  | 636 ++++++++++++++++++++++++++++++++++++++++++++++-
+ util/meson.build      |   1 -
+ 4 files changed, 624 insertions(+), 682 deletions(-)
+
+commit c329ce1000ee202700582396b0a47918d815e22e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 6 19:13:21 2021 -0600
+
+    [util] Also hide ppem settings in hb-ot-shape-closure
+    
+    Leaving ptem, as that can in theory change shape closure if we apply it
+    to optical-size axis (we currently don't).
+
+ util/options.cc | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit c40e00796c6ae900a9e540ad9e345a4514fdc4eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 6 19:04:27 2021 -0600
+
+    [util] Fold helper-cairo-ansi.cc into helper-cairo-ansi.hh
+
+ util/Makefile.sources     |   1 -
+ util/helper-cairo-ansi.cc | 202 ----------------------------------------------
+ util/helper-cairo-ansi.hh | 174 ++++++++++++++++++++++++++++++++++++++-
+ util/meson.build          |   1 -
+ 4 files changed, 172 insertions(+), 206 deletions(-)
+
+commit 4fe43ccbf172d633c17ea4d5c308310d4597062f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 6 19:00:45 2021 -0600
+
+    [util] Fold ansi-print.cc into ansi-print.hh
+
+ util/Makefile.sources |   1 -
+ util/ansi-print.cc    | 427 --------------------------------------------------
+ util/ansi-print.hh    | 391 ++++++++++++++++++++++++++++++++++++++++++++-
+ util/meson.build      |   1 -
+ 4 files changed, 389 insertions(+), 431 deletions(-)
+
+commit b1db0e4a0f2c1aa1f64176b0da9ca4ea5585d0ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 6 18:55:40 2021 -0600
+
+    [util] Fold view-cairo.cc into view-cairo.hh
+
+ util/Makefile.sources |   1 -
+ util/meson.build      |   1 -
+ util/view-cairo.cc    | 140 --------------------------------------------------
+ util/view-cairo.hh    | 110 +++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 110 insertions(+), 142 deletions(-)
+
+commit 6500f68f1fd0614c7165fc9bea6d37a3cf17a8b4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 6 18:46:31 2021 -0600
+
+    [util] Change hb-subset to use face_options_t instead of font_options_t
+
+ util/hb-subset.cc      | 9 +++++----
+ util/main-font-text.hh | 3 +--
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 869e20e09f96ba6cddc5db7e9aa6fde29d84ed78
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 6 18:09:31 2021 -0600
+
+    [util] separate face options from font options
+
+ util/helper-cairo.cc |  2 +-
+ util/options.cc      | 87 +++++++++++++++++++++++++++++++++-------------------
+ util/options.hh      | 48 +++++++++++++++++------------
+ 3 files changed, 85 insertions(+), 52 deletions(-)
+
+commit b3a2f2bfcf483b525c55de211e3c644dba860e51
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 14:03:48 2021 -0600
+
+    [util/main-font-text] Simplify
+
+ util/main-font-text.hh | 21 ++++++++-------------
+ 1 file changed, 8 insertions(+), 13 deletions(-)
+
+commit 71440dbd90d77b2af35c69fac90e9342e9a9e439
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 13:48:59 2021 -0600
+
+    [util] Move font-size and upem to be extern variables
+
+ util/hb-ot-shape-closure.cc |  5 ++++-
+ util/hb-shape.cc            |  5 ++++-
+ util/hb-subset.cc           |  5 ++++-
+ util/hb-view.cc             |  6 +++---
+ util/main-font-text.hh      |  6 +-----
+ util/options.cc             |  6 +++---
+ util/options.hh             | 17 ++++++-----------
+ 7 files changed, 25 insertions(+), 25 deletions(-)
+
+commit fc0339eef0fa302f74ca9a3b90430288dac29df3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 13:35:46 2021 -0600
+
+    [util] Simplify shape-consumer by removing buffer arg
+
+ util/hb-ot-shape-closure.cc | 5 ++---
+ util/hb-subset.cc           | 3 +--
+ util/main-font-text.hh      | 4 +---
+ util/shape-consumer.hh      | 5 ++---
+ 4 files changed, 6 insertions(+), 11 deletions(-)
+
+commit e014c6fa2d4b1cb341d065d582d1dd995c04e5b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 13:24:59 2021 -0600
+
+    [util/main-font-text] Move eol from template arg to main() arg
+
+ util/hb-shape.cc       | 11 +++++------
+ util/hb-subset.cc      | 11 +++++------
+ util/main-font-text.hh |  4 ++--
+ 3 files changed, 12 insertions(+), 14 deletions(-)
+
+commit 463411a1de4b9ca2e267a1ce0f9667da17a73d1e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 11:44:35 2021 -0600
+
+    [util] Remove unused option_group_t
+
+ util/hb-ot-shape-closure.cc |  2 +-
+ util/options.hh             | 31 +++++++++++++------------------
+ 2 files changed, 14 insertions(+), 19 deletions(-)
+
+commit 8588173ee6ace5926e090120fbcad85e5be1fab5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 11:43:25 2021 -0600
+
+    [util] Rework post_parse() handling
+
+ util/options.hh | 16 ++++++++++------
+ 1 file changed, 10 insertions(+), 6 deletions(-)
+
+commit 3362b48f5a5eee9fe6378787ffce3304b341e474
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 11:30:39 2021 -0600
+
+    [util] Templatize add_group logic
+
+ util/options.cc | 25 -------------------------
+ util/options.hh | 22 +++++++++++++++++++++-
+ 2 files changed, 21 insertions(+), 26 deletions(-)
+
+commit fe90fbeba3b9ddca20e1ecc0feb99ddb8132f961
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 11:22:20 2021 -0600
+
+    [util] Remove unused pre_parse callback logic
+
+ util/options.cc | 13 +------------
+ util/options.hh |  1 -
+ 2 files changed, 1 insertion(+), 13 deletions(-)
+
+commit 09e4d7dd306ceb58064b92ec3cfc3ad7900a7802
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 11:21:20 2021 -0600
+
+    [util] Simplify output_options_t
+
+ util/hb-ot-shape-closure.cc |  2 +-
+ util/hb-shape.cc            |  9 +++------
+ util/options.cc             |  3 ++-
+ util/options.hh             | 21 ++++++++-------------
+ util/view-cairo.hh          |  5 +----
+ 5 files changed, 15 insertions(+), 25 deletions(-)
+
+commit e109f9a6f9954f55a7ca2f336aa41a0235dca37b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 11:05:51 2021 -0600
+
+    [util] Collect cmdline arg options outside of constructor
+
+ util/hb-ot-shape-closure.cc |  8 ++------
+ util/hb-shape.cc            | 11 ++++++++---
+ util/hb-subset.cc           | 13 +++++++------
+ util/main-font-text.hh      | 16 +++++++++++-----
+ util/options.hh             | 37 ++++++-------------------------------
+ util/shape-consumer.hh      |  9 +++++----
+ util/view-cairo.hh          | 11 ++++++++---
+ 7 files changed, 47 insertions(+), 58 deletions(-)
+
+commit e57dd6688937072ac1b5bf2cd45c8fb9e867abe1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 10:33:31 2021 -0600
+
+    [util] Initialize struct members inline
+
+ util/hb-ot-shape-closure.cc |  13 ++-
+ util/hb-shape.cc            |  20 ++---
+ util/hb-subset.cc           |  10 ++-
+ util/options.hh             | 214 +++++++++++++++-----------------------------
+ util/shape-consumer.hh      |  14 ++-
+ util/view-cairo.hh          |  20 ++---
+ 6 files changed, 110 insertions(+), 181 deletions(-)
+
+commit 21f1054d4718213c5b4e4abba7fe74979e93febe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 4 20:23:48 2021 -0600
+
+    [util/hb-subset] Keep face around instead of font
+
+ util/hb-subset.cc | 15 +++++++--------
+ 1 file changed, 7 insertions(+), 8 deletions(-)
+
+commit 8c0c217b5a1ded98ce62a3c7394942bcb3b95396
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Aug 6 10:45:38 2021 -0700
+
+    [subset] fail reference blob in face builder if allocation for table sorting fails.
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5041767803125760
+
+ src/hb-face.cc                                             |   6 ++++++
+ ...zz-testcase-minimized-hb-subset-fuzzer-5041767803125760 | Bin 0 -> 29 bytes
+ 2 files changed, 6 insertions(+)
+
+commit e5bfd49ae5bc711a40e3fac9e3b8230f251e5d67
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 5 14:03:25 2021 -0700
+
+    [subset] don't allow table adds for tag == -1.
+
+ src/hb-face.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 222b74f08f8cc4a5e1b7c1582b28db5588ea11da
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Aug 5 11:39:26 2021 -0700
+
+    [subset] don't leak memory for duplicate tables.
+
+ src/hb-face.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit f7a9c3ea9324caf83eaacd65a7493470d09198a3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 13:05:07 2021 -0600
+
+    [open-file] Use hb_is_source_of instead of hb_is_iterator
+
+ src/hb-open-file.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit fa90cb8a3128d617d8a71b73085eb05af105f62c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 12:31:06 2021 -0600
+
+    Whitespace again
+
+ src/hb-open-file.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a110a47eb5782cf35b6b042fd3c7565a204b6ff7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 12:28:39 2021 -0600
+
+    Whitespace
+
+ src/hb-open-file.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 2cb8c928d75ae4c0ac491be60e65be4a77fe9705
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 12:27:22 2021 -0600
+
+    [face] Let hashmap derive invalid key/value types
+    
+    Works now with the previous two fixes.
+
+ src/hb-face.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 95c888e192909b18de6f38da8b6e4d8294416703
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 12:27:02 2021 -0600
+
+    [meta] Define hb_int_min for pointer types as nullptr
+
+ src/hb-meta.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 407a112e7b743e75053ed2278416cb1bd5c91fac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 12:23:53 2021 -0600
+
+    [meta] Make hb_is_signed/hb_is_unsigned work on all types
+    
+    They were failing if type was non-scalar, eg. pointer.
+
+ src/hb-meta.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit baf2166a24554ba26ac88f800fc6f124a0adf706
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 12:07:25 2021 -0600
+
+    [meta] Use hb_true_type/hb_false_type more
+
+ src/hb-meta.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 74ad5ddcd759140a1a35d38288d0e615538b66ca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 11:51:54 2021 -0600
+
+    [face] Minor cleaning of previous commit
+
+ src/hb-face.cc | 17 ++++++++---------
+ 1 file changed, 8 insertions(+), 9 deletions(-)
+
+commit c2ee1fdd404e980303dd92882b1df816727a4b65
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 4 16:42:49 2021 -0700
+
+    [subset] remove unsed table_entry struct.
+
+ src/hb-face.cc                                     |  48 ++++++++-------------
+ src/hb-open-file.hh                                |   5 +--
+ .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 7060 -> 7060 bytes
+ .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 6692 -> 6692 bytes
+ .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6328 -> 6328 bytes
+ .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6200 -> 6200 bytes
+ .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6256 -> 6256 bytes
+ ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
+ ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 4608 -> 4608 bytes
+ ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 4312 -> 4312 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 3724 -> 3724 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 3900 -> 3900 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 3972 -> 3972 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 191632 -> 191632 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 2600 -> 2600 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 2296 -> 2296 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 1976 -> 1976 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 1900 -> 1900 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 1968 -> 1968 bytes
+ ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 191584 -> 191584 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf | Bin 7988 -> 7988 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,63.ttf    | Bin 7628 -> 7628 bytes
+ .../basics/Comfortaa-Regular-new.gids.61.ttf       | Bin 7256 -> 7256 bytes
+ .../basics/Comfortaa-Regular-new.gids.62.ttf       | Bin 7184 -> 7184 bytes
+ .../basics/Comfortaa-Regular-new.gids.63.ttf       | Bin 7180 -> 7180 bytes
+ ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
+ .../Comfortaa-Regular-new.glyph-names.61,62,63.ttf | Bin 7072 -> 7072 bytes
+ .../Comfortaa-Regular-new.glyph-names.61,63.ttf    | Bin 6700 -> 6700 bytes
+ .../Comfortaa-Regular-new.glyph-names.61.ttf       | Bin 6336 -> 6336 bytes
+ .../Comfortaa-Regular-new.glyph-names.62.ttf       | Bin 6208 -> 6208 bytes
+ .../Comfortaa-Regular-new.glyph-names.63.ttf       | Bin 6264 -> 6264 bytes
+ ...egular-new.glyph-names.retain-all-codepoint.ttf | Bin 229748 -> 229748 bytes
+ ...gular-new.keep-all-layout-features.61,62,63.ttf | Bin 7508 -> 7508 bytes
+ ...-Regular-new.keep-all-layout-features.61,63.ttf | Bin 7144 -> 7144 bytes
+ ...taa-Regular-new.keep-all-layout-features.61.ttf | Bin 6776 -> 6776 bytes
+ ...taa-Regular-new.keep-all-layout-features.62.ttf | Bin 6200 -> 6200 bytes
+ ...taa-Regular-new.keep-all-layout-features.63.ttf | Bin 6256 -> 6256 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 223452 -> 223452 bytes
+ ...fortaa-Regular-new.layout-features.61,62,63.ttf | Bin 7060 -> 7060 bytes
+ ...Comfortaa-Regular-new.layout-features.61,63.ttf | Bin 6692 -> 6692 bytes
+ .../Comfortaa-Regular-new.layout-features.61.ttf   | Bin 6328 -> 6328 bytes
+ .../Comfortaa-Regular-new.layout-features.62.ttf   | Bin 6200 -> 6200 bytes
+ .../Comfortaa-Regular-new.layout-features.63.ttf   | Bin 6256 -> 6256 bytes
+ ...ar-new.layout-features.retain-all-codepoint.ttf | Bin 220948 -> 220948 bytes
+ .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 6800 -> 6800 bytes
+ .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 6432 -> 6432 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 6068 -> 6068 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 5940 -> 5940 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 5996 -> 5996 bytes
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 222496 -> 222496 bytes
+ ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 7060 -> 7060 bytes
+ .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 6692 -> 6692 bytes
+ .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 6328 -> 6328 bytes
+ .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 6200 -> 6200 bytes
+ .../Comfortaa-Regular-new.name-languages.63.ttf    | Bin 6256 -> 6256 bytes
+ ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 7060 -> 7060 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 6692 -> 6692 bytes
+ .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 6328 -> 6328 bytes
+ .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 6200 -> 6200 bytes
+ .../Comfortaa-Regular-new.name-legacy.63.ttf       | Bin 6256 -> 6256 bytes
+ ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
+ ...egular-new.no-prune-unicode-ranges.61,62,63.ttf | Bin 7060 -> 7060 bytes
+ ...a-Regular-new.no-prune-unicode-ranges.61,63.ttf | Bin 6692 -> 6692 bytes
+ ...rtaa-Regular-new.no-prune-unicode-ranges.61.ttf | Bin 6328 -> 6328 bytes
+ ...rtaa-Regular-new.no-prune-unicode-ranges.62.ttf | Bin 6200 -> 6200 bytes
+ ...rtaa-Regular-new.no-prune-unicode-ranges.63.ttf | Bin 6256 -> 6256 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
+ ...mfortaa-Regular-new.notdef-outline.61,62,63.ttf | Bin 7652 -> 7652 bytes
+ .../Comfortaa-Regular-new.notdef-outline.61,63.ttf | Bin 7284 -> 7284 bytes
+ .../Comfortaa-Regular-new.notdef-outline.61.ttf    | Bin 6920 -> 6920 bytes
+ .../Comfortaa-Regular-new.notdef-outline.62.ttf    | Bin 6796 -> 6796 bytes
+ .../Comfortaa-Regular-new.notdef-outline.63.ttf    | Bin 6844 -> 6844 bytes
+ ...lar-new.notdef-outline.retain-all-codepoint.ttf | Bin 223352 -> 223352 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 9068 -> 9068 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 8708 -> 8708 bytes
+ .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 8076 -> 8076 bytes
+ .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8200 -> 8200 bytes
+ .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 8260 -> 8260 bytes
+ ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 222804 -> 222804 bytes
+ ...numMyeongjo-Regular-subset.default.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.default.61,63.ttf | Bin 3580 -> 3580 bytes
+ .../NanumMyeongjo-Regular-subset.default.61.ttf    | Bin 3156 -> 3156 bytes
+ .../NanumMyeongjo-Regular-subset.default.62.ttf    | Bin 3180 -> 3180 bytes
+ .../NanumMyeongjo-Regular-subset.default.63.ttf    | Bin 3048 -> 3048 bytes
+ ...Regular-subset.default.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...ular-subset.drop-hints-retain-gids.61,62,63.ttf | Bin 1452 -> 1452 bytes
+ ...Regular-subset.drop-hints-retain-gids.61,63.ttf | Bin 1284 -> 1284 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.61.ttf | Bin 1128 -> 1128 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.62.ttf | Bin 1144 -> 1144 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.63.ttf | Bin 1116 -> 1116 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 3536 -> 3536 bytes
+ ...Myeongjo-Regular-subset.drop-hints.61,62,63.ttf | Bin 1452 -> 1452 bytes
+ ...numMyeongjo-Regular-subset.drop-hints.61,63.ttf | Bin 1276 -> 1276 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.61.ttf | Bin 1128 -> 1128 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.62.ttf | Bin 1140 -> 1140 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.63.ttf | Bin 1104 -> 1104 bytes
+ ...ular-subset.drop-hints.retain-all-codepoint.ttf | Bin 3536 -> 3536 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61,63.ttf    | Bin 4128 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61.ttf       | Bin 4128 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.62.ttf       | Bin 4128 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.63.ttf       | Bin 4128 -> 4128 bytes
+ ...jo-Regular-subset.gids.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...yeongjo-Regular-subset.glyph-names.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...umMyeongjo-Regular-subset.glyph-names.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.61.ttf | Bin 3156 -> 3156 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.62.ttf | Bin 3180 -> 3180 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.63.ttf | Bin 3048 -> 3048 bytes
+ ...lar-subset.glyph-names.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...ar-subset.keep-all-layout-features.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...gular-subset.keep-all-layout-features.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...-Regular-subset.keep-all-layout-features.61.ttf | Bin 3156 -> 3156 bytes
+ ...-Regular-subset.keep-all-layout-features.62.ttf | Bin 3180 -> 3180 bytes
+ ...-Regular-subset.keep-all-layout-features.63.ttf | Bin 3048 -> 3048 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...gjo-Regular-subset.layout-features.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...eongjo-Regular-subset.layout-features.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...mMyeongjo-Regular-subset.layout-features.61.ttf | Bin 3156 -> 3156 bytes
+ ...mMyeongjo-Regular-subset.layout-features.62.ttf | Bin 3180 -> 3180 bytes
+ ...mMyeongjo-Regular-subset.layout-features.63.ttf | Bin 3048 -> 3048 bytes
+ ...subset.layout-features.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...umMyeongjo-Regular-subset.name-ids.61,62,63.ttf | Bin 3924 -> 3924 bytes
+ ...NanumMyeongjo-Regular-subset.name-ids.61,63.ttf | Bin 3376 -> 3376 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.61.ttf   | Bin 2952 -> 2952 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.62.ttf   | Bin 2976 -> 2976 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.63.ttf   | Bin 2844 -> 2844 bytes
+ ...egular-subset.name-ids.retain-all-codepoint.ttf | Bin 9320 -> 9320 bytes
+ ...ngjo-Regular-subset.name-languages.61,62,63.ttf | Bin 4172 -> 4172 bytes
+ ...yeongjo-Regular-subset.name-languages.61,63.ttf | Bin 3624 -> 3624 bytes
+ ...umMyeongjo-Regular-subset.name-languages.61.ttf | Bin 3200 -> 3200 bytes
+ ...umMyeongjo-Regular-subset.name-languages.62.ttf | Bin 3224 -> 3224 bytes
+ ...umMyeongjo-Regular-subset.name-languages.63.ttf | Bin 3092 -> 3092 bytes
+ ...-subset.name-languages.retain-all-codepoint.ttf | Bin 9568 -> 9568 bytes
+ ...yeongjo-Regular-subset.name-legacy.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...umMyeongjo-Regular-subset.name-legacy.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.61.ttf | Bin 3156 -> 3156 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.62.ttf | Bin 3180 -> 3180 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.63.ttf | Bin 3048 -> 3048 bytes
+ ...lar-subset.name-legacy.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...lar-subset.no-prune-unicode-ranges.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...egular-subset.no-prune-unicode-ranges.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...o-Regular-subset.no-prune-unicode-ranges.61.ttf | Bin 3156 -> 3156 bytes
+ ...o-Regular-subset.no-prune-unicode-ranges.62.ttf | Bin 3180 -> 3180 bytes
+ ...o-Regular-subset.no-prune-unicode-ranges.63.ttf | Bin 3048 -> 3048 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...ngjo-Regular-subset.notdef-outline.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...yeongjo-Regular-subset.notdef-outline.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.61.ttf | Bin 3156 -> 3156 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.62.ttf | Bin 3180 -> 3180 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.63.ttf | Bin 3048 -> 3048 bytes
+ ...-subset.notdef-outline.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...yeongjo-Regular-subset.retain-gids.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...umMyeongjo-Regular-subset.retain-gids.61,63.ttf | Bin 3588 -> 3588 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.61.ttf | Bin 3156 -> 3156 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.62.ttf | Bin 3184 -> 3184 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.63.ttf | Bin 3060 -> 3060 bytes
+ ...lar-subset.retain-gids.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ .../basics/Roboto-Regular.abc.default.61,62,63.ttf | Bin 2412 -> 2412 bytes
+ .../basics/Roboto-Regular.abc.default.61,63.ttf    | Bin 2208 -> 2208 bytes
+ .../basics/Roboto-Regular.abc.default.61.ttf       | Bin 2008 -> 2008 bytes
+ .../basics/Roboto-Regular.abc.default.62.ttf       | Bin 1876 -> 1876 bytes
+ .../basics/Roboto-Regular.abc.default.63.ttf       | Bin 1932 -> 1932 bytes
+ ...to-Regular.abc.default.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ ...Regular.abc.drop-hints-retain-gids.61,62,63.ttf | Bin 1152 -> 1152 bytes
+ ...to-Regular.abc.drop-hints-retain-gids.61,63.ttf | Bin 1072 -> 1072 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf | Bin 944 -> 944 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.62.ttf | Bin 840 -> 840 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.63.ttf | Bin 928 -> 928 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 1152 -> 1152 bytes
+ .../Roboto-Regular.abc.drop-hints.61,62,63.ttf     | Bin 1152 -> 1152 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf | Bin 1056 -> 1056 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61.ttf    | Bin 944 -> 944 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.62.ttf    | Bin 836 -> 836 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.63.ttf    | Bin 916 -> 916 bytes
+ ...Regular.abc.drop-hints.retain-all-codepoint.ttf | Bin 1152 -> 1152 bytes
+ .../basics/Roboto-Regular.abc.gids.61,62,63.ttf    | Bin 2412 -> 2412 bytes
+ .../basics/Roboto-Regular.abc.gids.61,63.ttf       | Bin 2412 -> 2412 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.61.ttf | Bin 2412 -> 2412 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.62.ttf | Bin 2412 -> 2412 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.63.ttf | Bin 2412 -> 2412 bytes
+ ...oboto-Regular.abc.gids.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.glyph-names.61,62,63.ttf    | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.glyph-names.61,63.ttf       | Bin 2208 -> 2208 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.61.ttf   | Bin 2008 -> 2008 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.62.ttf   | Bin 1876 -> 1876 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.63.ttf   | Bin 1932 -> 1932 bytes
+ ...egular.abc.glyph-names.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ ...gular.abc.keep-all-layout-features.61,62,63.ttf | Bin 2412 -> 2412 bytes
+ ...-Regular.abc.keep-all-layout-features.61,63.ttf | Bin 2208 -> 2208 bytes
+ ...oto-Regular.abc.keep-all-layout-features.61.ttf | Bin 2008 -> 2008 bytes
+ ...oto-Regular.abc.keep-all-layout-features.62.ttf | Bin 1876 -> 1876 bytes
+ ...oto-Regular.abc.keep-all-layout-features.63.ttf | Bin 1932 -> 1932 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ ...Roboto-Regular.abc.layout-features.61,62,63.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.layout-features.61,63.ttf   | Bin 2208 -> 2208 bytes
+ .../Roboto-Regular.abc.layout-features.61.ttf      | Bin 2008 -> 2008 bytes
+ .../Roboto-Regular.abc.layout-features.62.ttf      | Bin 1876 -> 1876 bytes
+ .../Roboto-Regular.abc.layout-features.63.ttf      | Bin 1932 -> 1932 bytes
+ ...ar.abc.layout-features.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.name-ids.61,62,63.ttf       | Bin 2412 -> 2412 bytes
+ .../basics/Roboto-Regular.abc.name-ids.61,63.ttf   | Bin 2208 -> 2208 bytes
+ .../basics/Roboto-Regular.abc.name-ids.61.ttf      | Bin 2008 -> 2008 bytes
+ .../basics/Roboto-Regular.abc.name-ids.62.ttf      | Bin 1876 -> 1876 bytes
+ .../basics/Roboto-Regular.abc.name-ids.63.ttf      | Bin 1932 -> 1932 bytes
+ ...o-Regular.abc.name-ids.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.name-languages.61,62,63.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.name-languages.61,63.ttf    | Bin 2208 -> 2208 bytes
+ .../Roboto-Regular.abc.name-languages.61.ttf       | Bin 2008 -> 2008 bytes
+ .../Roboto-Regular.abc.name-languages.62.ttf       | Bin 1876 -> 1876 bytes
+ .../Roboto-Regular.abc.name-languages.63.ttf       | Bin 1932 -> 1932 bytes
+ ...lar.abc.name-languages.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.name-legacy.61,63.ttf       | Bin 2208 -> 2208 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.61.ttf   | Bin 2008 -> 2008 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.62.ttf   | Bin 1876 -> 1876 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.63.ttf   | Bin 1932 -> 1932 bytes
+ ...egular.abc.name-legacy.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ ...egular.abc.no-prune-unicode-ranges.61,62,63.ttf | Bin 2412 -> 2412 bytes
+ ...o-Regular.abc.no-prune-unicode-ranges.61,63.ttf | Bin 2208 -> 2208 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.61.ttf | Bin 2008 -> 2008 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.62.ttf | Bin 1876 -> 1876 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.63.ttf | Bin 1932 -> 1932 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.notdef-outline.61,62,63.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.notdef-outline.61,63.ttf    | Bin 2208 -> 2208 bytes
+ .../Roboto-Regular.abc.notdef-outline.61.ttf       | Bin 2008 -> 2008 bytes
+ .../Roboto-Regular.abc.notdef-outline.62.ttf       | Bin 1876 -> 1876 bytes
+ .../Roboto-Regular.abc.notdef-outline.63.ttf       | Bin 1932 -> 1932 bytes
+ ...lar.abc.notdef-outline.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.retain-gids.61,62,63.ttf    | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.retain-gids.61,63.ttf       | Bin 2224 -> 2224 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.61.ttf   | Bin 2008 -> 2008 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.62.ttf   | Bin 1884 -> 1884 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.63.ttf   | Bin 1948 -> 1948 bytes
+ ...egular.abc.retain-gids.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ .../cbdt/NotoColorEmoji.subset.default.2049.ttf    | Bin 3112 -> 3112 bytes
+ .../cbdt/NotoColorEmoji.subset.default.38,2049.ttf | Bin 4084 -> 4084 bytes
+ .../cbdt/NotoColorEmoji.subset.default.38,20E3.ttf | Bin 3568 -> 3568 bytes
+ ...rEmoji.subset.default.38,39,AE,2049,38,20E3.ttf | Bin 10124 -> 10124 bytes
+ .../NotoColorEmoji.subset.default.38,AE,2049.ttf   | Bin 7544 -> 7544 bytes
+ .../cbdt/NotoColorEmoji.subset.default.39.ttf      | Bin 1920 -> 1920 bytes
+ .../cbdt/NotoColorEmoji.subset.default.AE.ttf      | Bin 4412 -> 4412 bytes
+ ...lorEmoji.subset.drop-hints-retain-gids.2049.ttf | Bin 3136 -> 3136 bytes
+ ...Emoji.subset.drop-hints-retain-gids.38,2049.ttf | Bin 4108 -> 4108 bytes
+ ...Emoji.subset.drop-hints-retain-gids.38,20E3.ttf | Bin 3600 -> 3600 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10124 -> 10124 bytes
+ ...ji.subset.drop-hints-retain-gids.38,AE,2049.ttf | Bin 7564 -> 7564 bytes
+ ...ColorEmoji.subset.drop-hints-retain-gids.39.ttf | Bin 1928 -> 1928 bytes
+ ...ColorEmoji.subset.drop-hints-retain-gids.AE.ttf | Bin 4428 -> 4428 bytes
+ .../cbdt/NotoColorEmoji.subset.drop-hints.2049.ttf | Bin 3112 -> 3112 bytes
+ .../NotoColorEmoji.subset.drop-hints.38,2049.ttf   | Bin 4084 -> 4084 bytes
+ .../NotoColorEmoji.subset.drop-hints.38,20E3.ttf   | Bin 3568 -> 3568 bytes
+ ...oji.subset.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 10124 -> 10124 bytes
+ ...NotoColorEmoji.subset.drop-hints.38,AE,2049.ttf | Bin 7544 -> 7544 bytes
+ .../cbdt/NotoColorEmoji.subset.drop-hints.39.ttf   | Bin 1920 -> 1920 bytes
+ .../cbdt/NotoColorEmoji.subset.drop-hints.AE.ttf   | Bin 4412 -> 4412 bytes
+ .../NotoColorEmoji.subset.gap.default.2049.ttf     | Bin 3112 -> 3112 bytes
+ .../NotoColorEmoji.subset.gap.default.38,2049.ttf  | Bin 4084 -> 4084 bytes
+ .../NotoColorEmoji.subset.gap.default.38,20E3.ttf  | Bin 3568 -> 3568 bytes
+ ...ji.subset.gap.default.38,39,AE,2049,38,20E3.ttf | Bin 9188 -> 9188 bytes
+ ...otoColorEmoji.subset.gap.default.38,AE,2049.ttf | Bin 7544 -> 7544 bytes
+ .../cbdt/NotoColorEmoji.subset.gap.default.39.ttf  | Bin 908 -> 908 bytes
+ .../cbdt/NotoColorEmoji.subset.gap.default.AE.ttf  | Bin 4412 -> 4412 bytes
+ ...moji.subset.gap.drop-hints-retain-gids.2049.ttf | Bin 3136 -> 3136 bytes
+ ...i.subset.gap.drop-hints-retain-gids.38,2049.ttf | Bin 4108 -> 4108 bytes
+ ...i.subset.gap.drop-hints-retain-gids.38,20E3.ttf | Bin 3600 -> 3600 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 9188 -> 9188 bytes
+ ...ubset.gap.drop-hints-retain-gids.38,AE,2049.ttf | Bin 7564 -> 7564 bytes
+ ...rEmoji.subset.gap.drop-hints-retain-gids.39.ttf | Bin 916 -> 916 bytes
+ ...rEmoji.subset.gap.drop-hints-retain-gids.AE.ttf | Bin 4428 -> 4428 bytes
+ .../NotoColorEmoji.subset.gap.drop-hints.2049.ttf  | Bin 3112 -> 3112 bytes
+ ...otoColorEmoji.subset.gap.drop-hints.38,2049.ttf | Bin 4084 -> 4084 bytes
+ ...otoColorEmoji.subset.gap.drop-hints.38,20E3.ttf | Bin 3568 -> 3568 bytes
+ ...subset.gap.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 9188 -> 9188 bytes
+ ...ColorEmoji.subset.gap.drop-hints.38,AE,2049.ttf | Bin 7544 -> 7544 bytes
+ .../NotoColorEmoji.subset.gap.drop-hints.39.ttf    | Bin 908 -> 908 bytes
+ .../NotoColorEmoji.subset.gap.drop-hints.AE.ttf    | Bin 4412 -> 4412 bytes
+ .../NotoColorEmoji.subset.gap.retain-gids.2049.ttf | Bin 3136 -> 3136 bytes
+ ...toColorEmoji.subset.gap.retain-gids.38,2049.ttf | Bin 4108 -> 4108 bytes
+ ...toColorEmoji.subset.gap.retain-gids.38,20E3.ttf | Bin 3600 -> 3600 bytes
+ ...ubset.gap.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 9188 -> 9188 bytes
+ ...olorEmoji.subset.gap.retain-gids.38,AE,2049.ttf | Bin 7564 -> 7564 bytes
+ .../NotoColorEmoji.subset.gap.retain-gids.39.ttf   | Bin 916 -> 916 bytes
+ .../NotoColorEmoji.subset.gap.retain-gids.AE.ttf   | Bin 4428 -> 4428 bytes
+ ...olorEmoji.subset.index_format3.default.2049.ttf | Bin 3108 -> 3108 bytes
+ ...rEmoji.subset.index_format3.default.38,2049.ttf | Bin 4076 -> 4076 bytes
+ ...rEmoji.subset.index_format3.default.38,20E3.ttf | Bin 3560 -> 3560 bytes
+ ...index_format3.default.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
+ ...oji.subset.index_format3.default.38,AE,2049.ttf | Bin 7536 -> 7536 bytes
+ ...oColorEmoji.subset.index_format3.default.39.ttf | Bin 1916 -> 1916 bytes
+ ...oColorEmoji.subset.index_format3.default.AE.ttf | Bin 4408 -> 4408 bytes
+ ...t.index_format3.drop-hints-retain-gids.2049.ttf | Bin 3132 -> 3132 bytes
+ ...ndex_format3.drop-hints-retain-gids.38,2049.ttf | Bin 4100 -> 4100 bytes
+ ...ndex_format3.drop-hints-retain-gids.38,20E3.ttf | Bin 3592 -> 3592 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
+ ...x_format3.drop-hints-retain-gids.38,AE,2049.ttf | Bin 7552 -> 7552 bytes
+ ...set.index_format3.drop-hints-retain-gids.39.ttf | Bin 1924 -> 1924 bytes
+ ...set.index_format3.drop-hints-retain-gids.AE.ttf | Bin 4424 -> 4424 bytes
+ ...rEmoji.subset.index_format3.drop-hints.2049.ttf | Bin 3108 -> 3108 bytes
+ ...oji.subset.index_format3.drop-hints.38,2049.ttf | Bin 4076 -> 4076 bytes
+ ...oji.subset.index_format3.drop-hints.38,20E3.ttf | Bin 3560 -> 3560 bytes
+ ...ex_format3.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
+ ....subset.index_format3.drop-hints.38,AE,2049.ttf | Bin 7536 -> 7536 bytes
+ ...lorEmoji.subset.index_format3.drop-hints.39.ttf | Bin 1916 -> 1916 bytes
+ ...lorEmoji.subset.index_format3.drop-hints.AE.ttf | Bin 4408 -> 4408 bytes
+ ...Emoji.subset.index_format3.retain-gids.2049.ttf | Bin 3132 -> 3132 bytes
+ ...ji.subset.index_format3.retain-gids.38,2049.ttf | Bin 4100 -> 4100 bytes
+ ...ji.subset.index_format3.retain-gids.38,20E3.ttf | Bin 3592 -> 3592 bytes
+ ...x_format3.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
+ ...subset.index_format3.retain-gids.38,AE,2049.ttf | Bin 7552 -> 7552 bytes
+ ...orEmoji.subset.index_format3.retain-gids.39.ttf | Bin 1924 -> 1924 bytes
+ ...orEmoji.subset.index_format3.retain-gids.AE.ttf | Bin 4424 -> 4424 bytes
+ ...ji.subset.multiple_size_tables.default.2049.ttf | Bin 5312 -> 5312 bytes
+ ...subset.multiple_size_tables.default.38,2049.ttf | Bin 7244 -> 7244 bytes
+ ...subset.multiple_size_tables.default.38,20E3.ttf | Bin 6212 -> 6212 bytes
+ ...e_size_tables.default.38,39,AE,2049,38,20E3.ttf | Bin 19280 -> 19280 bytes
+ ...set.multiple_size_tables.default.38,AE,2049.ttf | Bin 14140 -> 14140 bytes
+ ...moji.subset.multiple_size_tables.default.39.ttf | Bin 2928 -> 2928 bytes
+ ...moji.subset.multiple_size_tables.default.AE.ttf | Bin 7916 -> 7916 bytes
+ ...ple_size_tables.drop-hints-retain-gids.2049.ttf | Bin 5336 -> 5336 bytes
+ ..._size_tables.drop-hints-retain-gids.38,2049.ttf | Bin 7268 -> 7268 bytes
+ ..._size_tables.drop-hints-retain-gids.38,20E3.ttf | Bin 6244 -> 6244 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 19280 -> 19280 bytes
+ ...ze_tables.drop-hints-retain-gids.38,AE,2049.ttf | Bin 14164 -> 14164 bytes
+ ...tiple_size_tables.drop-hints-retain-gids.39.ttf | Bin 2936 -> 2936 bytes
+ ...tiple_size_tables.drop-hints-retain-gids.AE.ttf | Bin 7932 -> 7932 bytes
+ ...subset.multiple_size_tables.drop-hints.2049.ttf | Bin 5312 -> 5312 bytes
+ ...set.multiple_size_tables.drop-hints.38,2049.ttf | Bin 7244 -> 7244 bytes
+ ...set.multiple_size_tables.drop-hints.38,20E3.ttf | Bin 6212 -> 6212 bytes
+ ...ize_tables.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 19280 -> 19280 bytes
+ ....multiple_size_tables.drop-hints.38,AE,2049.ttf | Bin 14140 -> 14140 bytes
+ ...i.subset.multiple_size_tables.drop-hints.39.ttf | Bin 2928 -> 2928 bytes
+ ...i.subset.multiple_size_tables.drop-hints.AE.ttf | Bin 7916 -> 7916 bytes
+ ...ubset.multiple_size_tables.retain-gids.2049.ttf | Bin 5336 -> 5336 bytes
+ ...et.multiple_size_tables.retain-gids.38,2049.ttf | Bin 7268 -> 7268 bytes
+ ...et.multiple_size_tables.retain-gids.38,20E3.ttf | Bin 6244 -> 6244 bytes
+ ...ze_tables.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 19280 -> 19280 bytes
+ ...multiple_size_tables.retain-gids.38,AE,2049.ttf | Bin 14164 -> 14164 bytes
+ ....subset.multiple_size_tables.retain-gids.39.ttf | Bin 2936 -> 2936 bytes
+ ....subset.multiple_size_tables.retain-gids.AE.ttf | Bin 7932 -> 7932 bytes
+ .../NotoColorEmoji.subset.retain-gids.2049.ttf     | Bin 3136 -> 3136 bytes
+ .../NotoColorEmoji.subset.retain-gids.38,2049.ttf  | Bin 4108 -> 4108 bytes
+ .../NotoColorEmoji.subset.retain-gids.38,20E3.ttf  | Bin 3600 -> 3600 bytes
+ ...ji.subset.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10124 -> 10124 bytes
+ ...otoColorEmoji.subset.retain-gids.38,AE,2049.ttf | Bin 7564 -> 7564 bytes
+ .../cbdt/NotoColorEmoji.subset.retain-gids.39.ttf  | Bin 1928 -> 1928 bytes
+ .../cbdt/NotoColorEmoji.subset.retain-gids.AE.ttf  | Bin 4428 -> 4428 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 20128 -> 20128 bytes
+ ...outline-desubroutinize-retain-gids.61,62,63.otf | Bin 2280 -> 2280 bytes
+ ...e-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30448 -> 30448 bytes
+ ...f-outline-desubroutinize.1FC,21,41,20,62,63.otf | Bin 2356 -> 2356 bytes
+ ...ular.notdef-outline-desubroutinize.61,62,63.otf | Bin 2084 -> 2084 bytes
+ ...otdef-outline-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2252 -> 2252 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 19960 -> 19960 bytes
+ ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 2156 -> 2156 bytes
+ ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30280 -> 30280 bytes
+ ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 2184 -> 2184 bytes
+ ...-outline-drop-hints-desubroutinize.61,62,63.otf | Bin 1960 -> 1960 bytes
+ ...ne-drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2088 -> 2088 bytes
+ ...e-drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 20052 -> 20052 bytes
+ ...def-outline-drop-hints-retain-gids.61,62,63.otf | Bin 2196 -> 2196 bytes
+ ...tline-drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30296 -> 30296 bytes
+ ...otdef-outline-drop-hints.1FC,21,41,20,62,63.otf | Bin 2268 -> 2268 bytes
+ ...-Regular.notdef-outline-drop-hints.61,62,63.otf | Bin 2028 -> 2028 bytes
+ ...ar.notdef-outline-drop-hints.D7,D8,D9,DA,DE.otf | Bin 2104 -> 2104 bytes
+ ...tdef-outline-retain-gids.1FC,21,41,20,62,63.otf | Bin 20284 -> 20284 bytes
+ ...Regular.notdef-outline-retain-gids.61,62,63.otf | Bin 2348 -> 2348 bytes
+ ...r.notdef-outline-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30464 -> 30464 bytes
+ ...o-Regular.notdef-outline.1FC,21,41,20,62,63.otf | Bin 2500 -> 2500 bytes
+ ...urceSansPro-Regular.notdef-outline.61,62,63.otf | Bin 2180 -> 2180 bytes
+ ...nsPro-Regular.notdef-outline.D7,D8,D9,DA,DE.otf | Bin 2272 -> 2272 bytes
+ ...ubset.default.3042,3044,3046,3048,304A,304B.otf | Bin 4820 -> 4820 bytes
+ ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 6196 -> 6196 bytes
+ ...eHanSans-Regular_subset.default.61,63,65,6B.otf | Bin 2540 -> 2540 bytes
+ ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6640 -> 6640 bytes
+ .../SourceHanSans-Regular_subset.default.660E.otf  | Bin 2444 -> 2444 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129820 -> 129820 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130840 -> 130840 bytes
+ ...bset.desubroutinize-retain-gids.61,63,65,6B.otf | Bin 3364 -> 3364 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 121956 -> 121956 bytes
+ ...ular_subset.desubroutinize-retain-gids.660E.otf | Bin 50744 -> 50744 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 4656 -> 4656 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5840 -> 5840 bytes
+ ...s-Regular_subset.desubroutinize.61,63,65,6B.otf | Bin 2472 -> 2472 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6132 -> 6132 bytes
+ ...eHanSans-Regular_subset.desubroutinize.660E.otf | Bin 2428 -> 2428 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129376 -> 129376 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130220 -> 130220 bytes
+ ...ints-desubroutinize-retain-gids.61,63,65,6B.otf | Bin 3244 -> 3244 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 121180 -> 121180 bytes
+ ....drop-hints-desubroutinize-retain-gids.660E.otf | Bin 50516 -> 50516 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 4348 -> 4348 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5324 -> 5324 bytes
+ ...ubset.drop-hints-desubroutinize.61,63,65,6B.otf | Bin 2368 -> 2368 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 5456 -> 5456 bytes
+ ...gular_subset.drop-hints-desubroutinize.660E.otf | Bin 2292 -> 2292 bytes
+ ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129516 -> 129516 bytes
+ ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130528 -> 130528 bytes
+ ...r_subset.drop-hints-retain-gids.61,63,65,6B.otf | Bin 3208 -> 3208 bytes
+ ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 121680 -> 121680 bytes
+ ...-Regular_subset.drop-hints-retain-gids.660E.otf | Bin 50532 -> 50532 bytes
+ ...et.drop-hints.3042,3044,3046,3048,304A,304B.otf | Bin 4484 -> 4484 bytes
+ ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5628 -> 5628 bytes
+ ...nSans-Regular_subset.drop-hints.61,63,65,6B.otf | Bin 2400 -> 2400 bytes
+ ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 5952 -> 5952 bytes
+ ...ourceHanSans-Regular_subset.drop-hints.660E.otf | Bin 2304 -> 2304 bytes
+ ...t.retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129980 -> 129980 bytes
+ ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 131196 -> 131196 bytes
+ ...Sans-Regular_subset.retain-gids.61,63,65,6B.otf | Bin 3364 -> 3364 bytes
+ ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 122460 -> 122460 bytes
+ ...urceHanSans-Regular_subset.retain-gids.660E.otf | Bin 50760 -> 50760 bytes
+ ...otoSerifMyanmar-Regular.notdef-outline.1092.otf | Bin 1392 -> 1392 bytes
+ .../cmap/AdobeBlank-Regular.default.61,62.ttf      | Bin 1208 -> 1208 bytes
+ .../cmap/AdobeBlank-Regular.default.61,FEFA.ttf    | Bin 1264 -> 1264 bytes
+ .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttf  | Bin 1216 -> 1216 bytes
+ .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttf  | Bin 1204 -> 1204 bytes
+ .../cmap/AdobeBlank-Regular.default.FEFA.ttf       | Bin 1184 -> 1184 bytes
+ ...eBlank-Regular.drop-hints-retain-gids.61,62.ttf | Bin 1424 -> 1424 bytes
+ ...lank-Regular.drop-hints-retain-gids.61,FEFA.ttf | Bin 8232 -> 8232 bytes
+ ...nk-Regular.drop-hints-retain-gids.FEE6,FECF.ttf | Bin 8104 -> 8104 bytes
+ ...nk-Regular.drop-hints-retain-gids.FEF9,FEFA.ttf | Bin 8172 -> 8172 bytes
+ ...beBlank-Regular.drop-hints-retain-gids.FEFA.ttf | Bin 8156 -> 8156 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttf   | Bin 1036 -> 1036 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttf | Bin 1092 -> 1092 bytes
+ .../AdobeBlank-Regular.drop-hints.FEE6,FECF.ttf    | Bin 1044 -> 1044 bytes
+ .../AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttf    | Bin 1032 -> 1032 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttf    | Bin 1012 -> 1012 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.61,62.ttf     | Bin 956 -> 956 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttf   | Bin 1012 -> 1012 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttf | Bin 964 -> 964 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttf | Bin 952 -> 952 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEFA.ttf      | Bin 932 -> 932 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttf  | Bin 1596 -> 1596 bytes
+ .../AdobeBlank-Regular.retain-gids.61,FEFA.ttf     | Bin 8404 -> 8404 bytes
+ .../AdobeBlank-Regular.retain-gids.FEE6,FECF.ttf   | Bin 8276 -> 8276 bytes
+ .../AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttf   | Bin 8344 -> 8344 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttf   | Bin 8328 -> 8328 bytes
+ ...tline-drop-hints-retain-gids.4E00,4E02,4E03.otf | Bin 1404 -> 1404 bytes
+ ...ef-outline-drop-hints-retain-gids.4E00,4E03.otf | Bin 1292 -> 1292 bytes
+ ...tline-drop-hints-retain-gids.4E00,4E05,4E07.otf | Bin 1416 -> 1416 bytes
+ ...tline-drop-hints-retain-gids.4E02,4E03,4E08.otf | Bin 1736 -> 1736 bytes
+ ....notdef-outline-drop-hints-retain-gids.4E02.otf | Bin 1048 -> 1048 bytes
+ ....notdef-outline-drop-hints-retain-gids.4E03.otf | Bin 1140 -> 1140 bytes
+ ...-drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf | Bin 2000 -> 2000 bytes
+ ...ef-outline-drop-hints-retain-gids.4E08,4E09.otf | Bin 1888 -> 1888 bytes
+ ....notdef-outline-drop-hints-retain-gids.4E08.otf | Bin 1560 -> 1560 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.otf | Bin 2452 -> 2452 bytes
+ ...t1.notdef-outline-drop-hints.4E00,4E02,4E03.otf | Bin 1308 -> 1308 bytes
+ ...4_font1.notdef-outline-drop-hints.4E00,4E03.otf | Bin 1188 -> 1188 bytes
+ ...t1.notdef-outline-drop-hints.4E00,4E05,4E07.otf | Bin 1280 -> 1280 bytes
+ ...t1.notdef-outline-drop-hints.4E02,4E03,4E08.otf | Bin 1528 -> 1528 bytes
+ ...cmap14_font1.notdef-outline-drop-hints.4E02.otf | Bin 944 -> 944 bytes
+ ...cmap14_font1.notdef-outline-drop-hints.4E03.otf | Bin 1028 -> 1028 bytes
+ ...tdef-outline-drop-hints.4E05,4E07,4E08,4E09.otf | Bin 1796 -> 1796 bytes
+ ...4_font1.notdef-outline-drop-hints.4E08,4E09.otf | Bin 1672 -> 1672 bytes
+ ...cmap14_font1.notdef-outline-drop-hints.4E08.otf | Bin 1336 -> 1336 bytes
+ ...def-outline-drop-hints.retain-all-codepoint.otf | Bin 2296 -> 2296 bytes
+ ...14_font1.notdef-outline-gids.4E00,4E02,4E03.otf | Bin 1408 -> 1408 bytes
+ .../cmap14_font1.notdef-outline-gids.4E00,4E03.otf | Bin 1396 -> 1396 bytes
+ ...14_font1.notdef-outline-gids.4E00,4E05,4E07.otf | Bin 1640 -> 1640 bytes
+ ...14_font1.notdef-outline-gids.4E02,4E03,4E08.otf | Bin 1760 -> 1760 bytes
+ .../cmap14_font1.notdef-outline-gids.4E02.otf      | Bin 1332 -> 1332 bytes
+ .../cmap14_font1.notdef-outline-gids.4E03.otf      | Bin 1372 -> 1372 bytes
+ ...nt1.notdef-outline-gids.4E05,4E07,4E08,4E09.otf | Bin 2184 -> 2184 bytes
+ .../cmap14_font1.notdef-outline-gids.4E08,4E09.otf | Bin 2056 -> 2056 bytes
+ .../cmap14_font1.notdef-outline-gids.4E08.otf      | Bin 1720 -> 1720 bytes
+ ...t1.notdef-outline-gids.retain-all-codepoint.otf | Bin 2400 -> 2400 bytes
+ ...ont1.notdef-outline-name-ids.4E00,4E02,4E03.otf | Bin 1308 -> 1308 bytes
+ ...p14_font1.notdef-outline-name-ids.4E00,4E03.otf | Bin 1184 -> 1184 bytes
+ ...ont1.notdef-outline-name-ids.4E00,4E05,4E07.otf | Bin 1280 -> 1280 bytes
+ ...ont1.notdef-outline-name-ids.4E02,4E03,4E08.otf | Bin 1528 -> 1528 bytes
+ .../cmap14_font1.notdef-outline-name-ids.4E02.otf  | Bin 944 -> 944 bytes
+ .../cmap14_font1.notdef-outline-name-ids.4E03.otf  | Bin 1028 -> 1028 bytes
+ ...notdef-outline-name-ids.4E05,4E07,4E08,4E09.otf | Bin 1796 -> 1796 bytes
+ ...p14_font1.notdef-outline-name-ids.4E08,4E09.otf | Bin 1668 -> 1668 bytes
+ .../cmap14_font1.notdef-outline-name-ids.4E08.otf  | Bin 1336 -> 1336 bytes
+ ...otdef-outline-name-ids.retain-all-codepoint.otf | Bin 2296 -> 2296 bytes
+ ...1.notdef-outline-retain-gids.4E00,4E02,4E03.otf | Bin 1472 -> 1472 bytes
+ ..._font1.notdef-outline-retain-gids.4E00,4E03.otf | Bin 1360 -> 1360 bytes
+ ...1.notdef-outline-retain-gids.4E00,4E05,4E07.otf | Bin 1480 -> 1480 bytes
+ ...1.notdef-outline-retain-gids.4E02,4E03,4E08.otf | Bin 1804 -> 1804 bytes
+ ...map14_font1.notdef-outline-retain-gids.4E02.otf | Bin 1116 -> 1116 bytes
+ ...map14_font1.notdef-outline-retain-gids.4E03.otf | Bin 1208 -> 1208 bytes
+ ...def-outline-retain-gids.4E05,4E07,4E08,4E09.otf | Bin 2068 -> 2068 bytes
+ ..._font1.notdef-outline-retain-gids.4E08,4E09.otf | Bin 1956 -> 1956 bytes
+ ...map14_font1.notdef-outline-retain-gids.4E08.otf | Bin 1628 -> 1628 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 2520 -> 2520 bytes
+ .../cmap14_font1.notdef-outline.4E00,4E02,4E03.otf | Bin 1376 -> 1376 bytes
+ .../cmap14_font1.notdef-outline.4E00,4E03.otf      | Bin 1252 -> 1252 bytes
+ .../cmap14_font1.notdef-outline.4E00,4E05,4E07.otf | Bin 1348 -> 1348 bytes
+ .../cmap14_font1.notdef-outline.4E02,4E03,4E08.otf | Bin 1596 -> 1596 bytes
+ .../cmap14/cmap14_font1.notdef-outline.4E02.otf    | Bin 1012 -> 1012 bytes
+ .../cmap14/cmap14_font1.notdef-outline.4E03.otf    | Bin 1096 -> 1096 bytes
+ ...14_font1.notdef-outline.4E05,4E07,4E08,4E09.otf | Bin 1864 -> 1864 bytes
+ .../cmap14_font1.notdef-outline.4E08,4E09.otf      | Bin 1736 -> 1736 bytes
+ .../cmap14/cmap14_font1.notdef-outline.4E08.otf    | Bin 1404 -> 1404 bytes
+ ...4_font1.notdef-outline.retain-all-codepoint.otf | Bin 2364 -> 2364 bytes
+ ...tline-drop-hints-retain-gids.4E00,4E02,4E03.otf | Bin 1404 -> 1404 bytes
+ ...ef-outline-drop-hints-retain-gids.4E00,4E03.otf | Bin 1292 -> 1292 bytes
+ ...tline-drop-hints-retain-gids.4E00,4E05,4E07.otf | Bin 1420 -> 1420 bytes
+ ...tline-drop-hints-retain-gids.4E02,4E03,4E08.otf | Bin 1736 -> 1736 bytes
+ ....notdef-outline-drop-hints-retain-gids.4E02.otf | Bin 1044 -> 1044 bytes
+ ....notdef-outline-drop-hints-retain-gids.4E03.otf | Bin 1136 -> 1136 bytes
+ ...-drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf | Bin 2000 -> 2000 bytes
+ ...ef-outline-drop-hints-retain-gids.4E08,4E09.otf | Bin 1884 -> 1884 bytes
+ ....notdef-outline-drop-hints-retain-gids.4E08.otf | Bin 1556 -> 1556 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.otf | Bin 2448 -> 2448 bytes
+ ...t2.notdef-outline-drop-hints.4E00,4E02,4E03.otf | Bin 1308 -> 1308 bytes
+ ...4_font2.notdef-outline-drop-hints.4E00,4E03.otf | Bin 1188 -> 1188 bytes
+ ...t2.notdef-outline-drop-hints.4E00,4E05,4E07.otf | Bin 1284 -> 1284 bytes
+ ...t2.notdef-outline-drop-hints.4E02,4E03,4E08.otf | Bin 1528 -> 1528 bytes
+ ...cmap14_font2.notdef-outline-drop-hints.4E02.otf | Bin 940 -> 940 bytes
+ ...cmap14_font2.notdef-outline-drop-hints.4E03.otf | Bin 1024 -> 1024 bytes
+ ...tdef-outline-drop-hints.4E05,4E07,4E08,4E09.otf | Bin 1796 -> 1796 bytes
+ ...4_font2.notdef-outline-drop-hints.4E08,4E09.otf | Bin 1668 -> 1668 bytes
+ ...cmap14_font2.notdef-outline-drop-hints.4E08.otf | Bin 1332 -> 1332 bytes
+ ...def-outline-drop-hints.retain-all-codepoint.otf | Bin 2292 -> 2292 bytes
+ ...14_font2.notdef-outline-gids.4E00,4E02,4E03.otf | Bin 1408 -> 1408 bytes
+ .../cmap14_font2.notdef-outline-gids.4E00,4E03.otf | Bin 1396 -> 1396 bytes
+ ...14_font2.notdef-outline-gids.4E00,4E05,4E07.otf | Bin 1644 -> 1644 bytes
+ ...14_font2.notdef-outline-gids.4E02,4E03,4E08.otf | Bin 1760 -> 1760 bytes
+ .../cmap14_font2.notdef-outline-gids.4E02.otf      | Bin 1328 -> 1328 bytes
+ .../cmap14_font2.notdef-outline-gids.4E03.otf      | Bin 1368 -> 1368 bytes
+ ...nt2.notdef-outline-gids.4E05,4E07,4E08,4E09.otf | Bin 2184 -> 2184 bytes
+ .../cmap14_font2.notdef-outline-gids.4E08,4E09.otf | Bin 2052 -> 2052 bytes
+ .../cmap14_font2.notdef-outline-gids.4E08.otf      | Bin 1716 -> 1716 bytes
+ ...t2.notdef-outline-gids.retain-all-codepoint.otf | Bin 2396 -> 2396 bytes
+ ...ont2.notdef-outline-name-ids.4E00,4E02,4E03.otf | Bin 1308 -> 1308 bytes
+ ...p14_font2.notdef-outline-name-ids.4E00,4E03.otf | Bin 1184 -> 1184 bytes
+ ...ont2.notdef-outline-name-ids.4E00,4E05,4E07.otf | Bin 1284 -> 1284 bytes
+ ...ont2.notdef-outline-name-ids.4E02,4E03,4E08.otf | Bin 1528 -> 1528 bytes
+ .../cmap14_font2.notdef-outline-name-ids.4E02.otf  | Bin 940 -> 940 bytes
+ .../cmap14_font2.notdef-outline-name-ids.4E03.otf  | Bin 1024 -> 1024 bytes
+ ...notdef-outline-name-ids.4E05,4E07,4E08,4E09.otf | Bin 1796 -> 1796 bytes
+ ...p14_font2.notdef-outline-name-ids.4E08,4E09.otf | Bin 1664 -> 1664 bytes
+ .../cmap14_font2.notdef-outline-name-ids.4E08.otf  | Bin 1332 -> 1332 bytes
+ ...otdef-outline-name-ids.retain-all-codepoint.otf | Bin 2292 -> 2292 bytes
+ ...2.notdef-outline-retain-gids.4E00,4E02,4E03.otf | Bin 1472 -> 1472 bytes
+ ..._font2.notdef-outline-retain-gids.4E00,4E03.otf | Bin 1360 -> 1360 bytes
+ ...2.notdef-outline-retain-gids.4E00,4E05,4E07.otf | Bin 1484 -> 1484 bytes
+ ...2.notdef-outline-retain-gids.4E02,4E03,4E08.otf | Bin 1804 -> 1804 bytes
+ ...map14_font2.notdef-outline-retain-gids.4E02.otf | Bin 1112 -> 1112 bytes
+ ...map14_font2.notdef-outline-retain-gids.4E03.otf | Bin 1204 -> 1204 bytes
+ ...def-outline-retain-gids.4E05,4E07,4E08,4E09.otf | Bin 2068 -> 2068 bytes
+ ..._font2.notdef-outline-retain-gids.4E08,4E09.otf | Bin 1952 -> 1952 bytes
+ ...map14_font2.notdef-outline-retain-gids.4E08.otf | Bin 1624 -> 1624 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 2516 -> 2516 bytes
+ .../cmap14_font2.notdef-outline.4E00,4E02,4E03.otf | Bin 1376 -> 1376 bytes
+ .../cmap14_font2.notdef-outline.4E00,4E03.otf      | Bin 1252 -> 1252 bytes
+ .../cmap14_font2.notdef-outline.4E00,4E05,4E07.otf | Bin 1352 -> 1352 bytes
+ .../cmap14_font2.notdef-outline.4E02,4E03,4E08.otf | Bin 1596 -> 1596 bytes
+ .../cmap14/cmap14_font2.notdef-outline.4E02.otf    | Bin 1008 -> 1008 bytes
+ .../cmap14/cmap14_font2.notdef-outline.4E03.otf    | Bin 1092 -> 1092 bytes
+ ...14_font2.notdef-outline.4E05,4E07,4E08,4E09.otf | Bin 1864 -> 1864 bytes
+ .../cmap14_font2.notdef-outline.4E08,4E09.otf      | Bin 1732 -> 1732 bytes
+ .../cmap14/cmap14_font2.notdef-outline.4E08.otf    | Bin 1400 -> 1400 bytes
+ ...4_font2.notdef-outline.retain-all-codepoint.otf | Bin 2360 -> 2360 bytes
+ .../TwemojiMozilla.subset.default.32,3297,3299.ttf | Bin 1868 -> 1868 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3297.ttf | Bin 1344 -> 1344 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3299.ttf | Bin 1520 -> 1520 bytes
+ .../colr/TwemojiMozilla.subset.default.32.ttf      | Bin 888 -> 888 bytes
+ .../TwemojiMozilla.subset.default.3297,3299.ttf    | Bin 1860 -> 1860 bytes
+ .../colr/TwemojiMozilla.subset.default.3297.ttf    | Bin 1332 -> 1332 bytes
+ .../colr/TwemojiMozilla.subset.default.3299.ttf    | Bin 1508 -> 1508 bytes
+ ....subset.drop-hints-retain-gids.32,3297,3299.ttf | Bin 1848 -> 1848 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3297.ttf | Bin 1340 -> 1340 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3299.ttf | Bin 1520 -> 1520 bytes
+ ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf | Bin 868 -> 868 bytes
+ ...lla.subset.drop-hints-retain-gids.3297,3299.ttf | Bin 1844 -> 1844 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3297.ttf | Bin 1328 -> 1328 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3299.ttf | Bin 1508 -> 1508 bytes
+ ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf | Bin 1848 -> 1848 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   | Bin 1324 -> 1324 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   | Bin 1500 -> 1500 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   | Bin 868 -> 868 bytes
+ .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf | Bin 1840 -> 1840 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf | Bin 1312 -> 1312 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf | Bin 1488 -> 1488 bytes
+ ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf | Bin 1868 -> 1868 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  | Bin 1360 -> 1360 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  | Bin 1540 -> 1540 bytes
+ .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  | Bin 888 -> 888 bytes
+ ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf | Bin 1864 -> 1864 bytes
+ .../TwemojiMozilla.subset.retain-gids.3297.ttf     | Bin 1348 -> 1348 bytes
+ .../TwemojiMozilla.subset.retain-gids.3299.ttf     | Bin 1528 -> 1528 bytes
+ .../colr_with_components/colr-table.default.6B.ttf | Bin 4260 -> 4260 bytes
+ .../colr-table.drop-hints-retain-gids.6B.ttf       | Bin 4984 -> 4984 bytes
+ .../colr-table.drop-hints.6B.ttf                   | Bin 4260 -> 4260 bytes
+ .../colr-table.retain-gids.6B.ttf                  | Bin 4984 -> 4984 bytes
+ .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 3004 -> 3004 bytes
+ .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2632 -> 2632 bytes
+ .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 2960 -> 2960 bytes
+ ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1556 -> 1556 bytes
+ .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1372 -> 1372 bytes
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1584 -> 1584 bytes
+ ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 3888 -> 3888 bytes
+ .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 3784 -> 3784 bytes
+ ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4324 -> 4324 bytes
+ ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 3876 -> 3876 bytes
+ ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 3784 -> 3784 bytes
+ ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4324 -> 4324 bytes
+ .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  | Bin 2340 -> 2340 bytes
+ .../japanese/Mplus1p-Regular.default.25771.ttf     | Bin 1988 -> 1988 bytes
+ ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 2616 -> 2616 bytes
+ ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2848 -> 2848 bytes
+ .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2248 -> 2248 bytes
+ ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3144 -> 3144 bytes
+ .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 1944 -> 1944 bytes
+ ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf | Bin 1612 -> 1612 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  | Bin 1260 -> 1260 bytes
+ ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 1888 -> 1888 bytes
+ ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2120 -> 2120 bytes
+ .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1520 -> 1520 bytes
+ ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2416 -> 2416 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1216 -> 1216 bytes
+ ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttf | Bin 2340 -> 2340 bytes
+ .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf   | Bin 1988 -> 1988 bytes
+ ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttf | Bin 2616 -> 2616 bytes
+ ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2848 -> 2848 bytes
+ .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttf      | Bin 2248 -> 2248 bytes
+ ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3144 -> 3144 bytes
+ .../japanese/Mplus1p-Regular.keep-gdef.660E.ttf    | Bin 1944 -> 1944 bytes
+ ...ules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 2016 -> 2016 bytes
+ ...ubrules_f1.notdef-outline-retain-gids.41,42.otf | Bin 1912 -> 1912 bytes
+ ...ubrules_f1.notdef-outline-retain-gids.41,43.otf | Bin 2020 -> 2020 bytes
+ ...e_subrules_f1.notdef-outline-retain-gids.41.otf | Bin 1896 -> 1896 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3876 -> 3876 bytes
+ ...ultiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 1304 -> 1304 bytes
+ ...1_multiple_subrules_f1.notdef-outline.41,42.otf | Bin 1204 -> 1204 bytes
+ ...1_multiple_subrules_f1.notdef-outline.41,43.otf | Bin 1300 -> 1300 bytes
+ ...ext1_multiple_subrules_f1.notdef-outline.41.otf | Bin 1192 -> 1192 bytes
+ ...ules_f1.notdef-outline.retain-all-codepoint.otf | Bin 3876 -> 3876 bytes
+ ...ules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 2016 -> 2016 bytes
+ ...ubrules_f1.notdef-outline-retain-gids.41,42.otf | Bin 1912 -> 1912 bytes
+ ...ubrules_f1.notdef-outline-retain-gids.41,43.otf | Bin 2020 -> 2020 bytes
+ ...e_subrules_f1.notdef-outline-retain-gids.41.otf | Bin 1896 -> 1896 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3876 -> 3876 bytes
+ ...ultiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 1304 -> 1304 bytes
+ ...2_multiple_subrules_f1.notdef-outline.41,42.otf | Bin 1204 -> 1204 bytes
+ ...2_multiple_subrules_f1.notdef-outline.41,43.otf | Bin 1300 -> 1300 bytes
+ ...ext2_multiple_subrules_f1.notdef-outline.41.otf | Bin 1192 -> 1192 bytes
+ ...ules_f1.notdef-outline.retain-all-codepoint.otf | Bin 3876 -> 3876 bytes
+ ...mple_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 1996 -> 1996 bytes
+ ..._simple_f1.notdef-outline-retain-gids.41,42.otf | Bin 1892 -> 1892 bytes
+ ..._simple_f1.notdef-outline-retain-gids.41,43.otf | Bin 2000 -> 2000 bytes
+ ...xt3_simple_f1.notdef-outline-retain-gids.41.otf | Bin 1876 -> 1876 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3856 -> 3856 bytes
+ ..._context3_simple_f1.notdef-outline.41,42,43.otf | Bin 1284 -> 1284 bytes
+ ...pos_context3_simple_f1.notdef-outline.41,42.otf | Bin 1184 -> 1184 bytes
+ ...pos_context3_simple_f1.notdef-outline.41,43.otf | Bin 1280 -> 1280 bytes
+ .../gpos_context3_simple_f1.notdef-outline.41.otf  | Bin 1172 -> 1172 bytes
+ ...mple_f1.notdef-outline.retain-all-codepoint.otf | Bin 3856 -> 3856 bytes
+ .../IndicTestJalandhar-Regular.default.A01.ttf     | Bin 4172 -> 4172 bytes
+ .../IndicTestJalandhar-Regular.default.A05,A06.ttf | Bin 4748 -> 4748 bytes
+ .../IndicTestJalandhar-Regular.default.A07,A1B.ttf | Bin 4720 -> 4720 bytes
+ ...andhar-Regular.default.retain-all-codepoint.ttf | Bin 49248 -> 49248 bytes
+ .../IndicTestJalandhar-Regular.drop-hints.A01.ttf  | Bin 1032 -> 1032 bytes
+ ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttf | Bin 1340 -> 1340 bytes
+ ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttf | Bin 1340 -> 1340 bytes
+ ...har-Regular.drop-hints.retain-all-codepoint.ttf | Bin 29468 -> 29468 bytes
+ .../IndicTestJalandhar-Regular.keep-gdef.A01.ttf   | Bin 4172 -> 4172 bytes
+ ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttf | Bin 4748 -> 4748 bytes
+ ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttf | Bin 4720 -> 4720 bytes
+ ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf | Bin 49248 -> 49248 bytes
+ ...otype.notdef-outline-drop-hints.41,42,43,57.otf | Bin 5272 -> 5272 bytes
+ ...rototype.notdef-outline-drop-hints.41,42,43.otf | Bin 4740 -> 4740 bytes
+ ...VFPrototype.notdef-outline-drop-hints.41,42.otf | Bin 4264 -> 4264 bytes
+ ...rototype.notdef-outline-drop-hints.41,56,57.otf | Bin 4408 -> 4408 bytes
+ ...obeVFPrototype.notdef-outline-drop-hints.41.otf | Bin 3560 -> 3560 bytes
+ ...VFPrototype.notdef-outline-drop-hints.42,57.otf | Bin 4396 -> 4396 bytes
+ ...AdobeVFPrototype.notdef-outline.41,42,43,57.otf | Bin 5460 -> 5460 bytes
+ .../AdobeVFPrototype.notdef-outline.41,42,43.otf   | Bin 4928 -> 4928 bytes
+ .../AdobeVFPrototype.notdef-outline.41,42.otf      | Bin 4448 -> 4448 bytes
+ .../AdobeVFPrototype.notdef-outline.41,56,57.otf   | Bin 4596 -> 4596 bytes
+ .../AdobeVFPrototype.notdef-outline.41.otf         | Bin 3748 -> 3748 bytes
+ .../AdobeVFPrototype.notdef-outline.42,57.otf      | Bin 4580 -> 4580 bytes
+ .../Roboto-Regular.default.1E00,303.ttf            | Bin 2472 -> 2472 bytes
+ .../layout.gdef/Roboto-Regular.default.303.ttf     | Bin 2076 -> 2076 bytes
+ .../Roboto-Regular.default.309,20,30F.ttf          | Bin 2148 -> 2148 bytes
+ .../layout.gdef/Roboto-Regular.default.323.ttf     | Bin 1968 -> 1968 bytes
+ .../Roboto-Regular.default.41,42,43.ttf            | Bin 2532 -> 2532 bytes
+ .../Roboto-Regular.drop-hints.1E00,303.ttf         | Bin 1328 -> 1328 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  | Bin 1072 -> 1072 bytes
+ .../Roboto-Regular.drop-hints.309,20,30F.ttf       | Bin 1108 -> 1108 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  | Bin 1016 -> 1016 bytes
+ .../Roboto-Regular.drop-hints.41,42,43.ttf         | Bin 1348 -> 1348 bytes
+ .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf     | Bin 2472 -> 2472 bytes
+ .../Roboto-Regular.keep-gdef-gpos.303.ttf          | Bin 2076 -> 2076 bytes
+ .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf   | Bin 2148 -> 2148 bytes
+ .../Roboto-Regular.keep-gdef-gpos.323.ttf          | Bin 1968 -> 1968 bytes
+ .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     | Bin 2532 -> 2532 bytes
+ ...os1_2_font.notdef-outline-retain-gids.41,43.otf | Bin 1980 -> 1980 bytes
+ ...os1_2_font.notdef-outline-retain-gids.41,46.otf | Bin 2140 -> 2140 bytes
+ .../gpos1_2_font.notdef-outline-retain-gids.41.otf | Bin 1856 -> 1856 bytes
+ ...os1_2_font.notdef-outline-retain-gids.42,44.otf | Bin 1964 -> 1964 bytes
+ ...os1_2_font.notdef-outline-retain-gids.43,46.otf | Bin 2004 -> 2004 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3780 -> 3780 bytes
+ .../gpos1_2_font.notdef-outline.41,43.otf          | Bin 1260 -> 1260 bytes
+ .../gpos1_2_font.notdef-outline.41,46.otf          | Bin 1388 -> 1388 bytes
+ .../layout.gpos/gpos1_2_font.notdef-outline.41.otf | Bin 1152 -> 1152 bytes
+ .../gpos1_2_font.notdef-outline.42,44.otf          | Bin 1232 -> 1232 bytes
+ .../gpos1_2_font.notdef-outline.43,46.otf          | Bin 1252 -> 1252 bytes
+ ..._2_font.notdef-outline.retain-all-codepoint.otf | Bin 3780 -> 3780 bytes
+ ...1_font7.notdef-outline-retain-gids.21,23,25.otf | Bin 1656 -> 1656 bytes
+ ...s2_1_font7.notdef-outline-retain-gids.21,23.otf | Bin 1532 -> 1532 bytes
+ ...s2_1_font7.notdef-outline-retain-gids.2E,23.otf | Bin 1912 -> 1912 bytes
+ ...1_font7.notdef-outline-retain-gids.41,42,43.otf | Bin 1976 -> 1976 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3780 -> 3780 bytes
+ .../gpos2_1_font7.notdef-outline.21,23,25.otf      | Bin 1312 -> 1312 bytes
+ .../gpos2_1_font7.notdef-outline.21,23.otf         | Bin 1204 -> 1204 bytes
+ .../gpos2_1_font7.notdef-outline.2E,23.otf         | Bin 1476 -> 1476 bytes
+ .../gpos2_1_font7.notdef-outline.41,42,43.otf      | Bin 1264 -> 1264 bytes
+ ...1_font7.notdef-outline.retain-all-codepoint.otf | Bin 3780 -> 3780 bytes
+ ...2_font5.notdef-outline-retain-gids.21,23,25.otf | Bin 1656 -> 1656 bytes
+ ...s2_2_font5.notdef-outline-retain-gids.21,23.otf | Bin 1532 -> 1532 bytes
+ ...s2_2_font5.notdef-outline-retain-gids.2E,23.otf | Bin 1912 -> 1912 bytes
+ ...2_font5.notdef-outline-retain-gids.41,42,43.otf | Bin 1976 -> 1976 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3780 -> 3780 bytes
+ .../gpos2_2_font5.notdef-outline.21,23,25.otf      | Bin 1312 -> 1312 bytes
+ .../gpos2_2_font5.notdef-outline.21,23.otf         | Bin 1204 -> 1204 bytes
+ .../gpos2_2_font5.notdef-outline.2E,23.otf         | Bin 1476 -> 1476 bytes
+ .../gpos2_2_font5.notdef-outline.41,42,43.otf      | Bin 1264 -> 1264 bytes
+ ...2_font5.notdef-outline.retain-all-codepoint.otf | Bin 3780 -> 3780 bytes
+ ...pos3_font3.notdef-outline-retain-gids.28,29.otf | Bin 1616 -> 1616 bytes
+ ...pos3_font3.notdef-outline-retain-gids.28,2B.otf | Bin 1752 -> 1752 bytes
+ ...pos3_font3.notdef-outline-retain-gids.29,2B.otf | Bin 1664 -> 1664 bytes
+ ...3_font3.notdef-outline-retain-gids.41,42,43.otf | Bin 1972 -> 1972 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3812 -> 3812 bytes
+ .../gpos3_font3.notdef-outline.28,29.otf           | Bin 1224 -> 1224 bytes
+ .../gpos3_font3.notdef-outline.28,2B.otf           | Bin 1344 -> 1344 bytes
+ .../gpos3_font3.notdef-outline.29,2B.otf           | Bin 1256 -> 1256 bytes
+ .../gpos3_font3.notdef-outline.41,42,43.otf        | Bin 1260 -> 1260 bytes
+ ...3_font3.notdef-outline.retain-all-codepoint.otf | Bin 3812 -> 3812 bytes
+ ...rs_1.notdef-outline-retain-gids.41,42,43,44.otf | Bin 2208 -> 2208 bytes
+ ...rs_1.notdef-outline-retain-gids.41,42,43,45.otf | Bin 2220 -> 2220 bytes
+ ...chors_1.notdef-outline-retain-gids.41,42,43.otf | Bin 1996 -> 1996 bytes
+ ..._anchors_1.notdef-outline-retain-gids.41,42.otf | Bin 1892 -> 1892 bytes
+ ...1.notdef-outline-retain-gids.41,43,44,45,46.otf | Bin 2560 -> 2560 bytes
+ ...chors_1.notdef-outline-retain-gids.41,43,44.otf | Bin 2216 -> 2216 bytes
+ ...chors_1.notdef-outline-retain-gids.41,43,45.otf | Bin 2224 -> 2224 bytes
+ ..._anchors_1.notdef-outline-retain-gids.41,43.otf | Bin 2000 -> 2000 bytes
+ ...ple_anchors_1.notdef-outline-retain-gids.41.otf | Bin 1876 -> 1876 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3844 -> 3844 bytes
+ ...ltiple_anchors_1.notdef-outline.41,42,43,44.otf | Bin 1492 -> 1492 bytes
+ ...ltiple_anchors_1.notdef-outline.41,42,43,45.otf | Bin 1488 -> 1488 bytes
+ ..._multiple_anchors_1.notdef-outline.41,42,43.otf | Bin 1284 -> 1284 bytes
+ ...os4_multiple_anchors_1.notdef-outline.41,42.otf | Bin 1184 -> 1184 bytes
+ ...ple_anchors_1.notdef-outline.41,43,44,45,46.otf | Bin 1832 -> 1832 bytes
+ ..._multiple_anchors_1.notdef-outline.41,43,44.otf | Bin 1492 -> 1492 bytes
+ ..._multiple_anchors_1.notdef-outline.41,43,45.otf | Bin 1488 -> 1488 bytes
+ ...os4_multiple_anchors_1.notdef-outline.41,43.otf | Bin 1280 -> 1280 bytes
+ .../gpos4_multiple_anchors_1.notdef-outline.41.otf | Bin 1172 -> 1172 bytes
+ ...chors_1.notdef-outline.retain-all-codepoint.otf | Bin 3844 -> 3844 bytes
+ ...ont1.notdef-outline-retain-gids.41,42,43,44.otf | Bin 2224 -> 2224 bytes
+ ...ont1.notdef-outline-retain-gids.41,42,43,45.otf | Bin 2236 -> 2236 bytes
+ ...5_font1.notdef-outline-retain-gids.41,42,43.otf | Bin 2012 -> 2012 bytes
+ ...5_font1.notdef-outline-retain-gids.41,42,44.otf | Bin 2144 -> 2144 bytes
+ ...5_font1.notdef-outline-retain-gids.41,42,45.otf | Bin 2144 -> 2144 bytes
+ ...pos5_font1.notdef-outline-retain-gids.41,42.otf | Bin 1908 -> 1908 bytes
+ ...pos5_font1.notdef-outline-retain-gids.41,43.otf | Bin 2016 -> 2016 bytes
+ .../gpos5_font1.notdef-outline-retain-gids.41.otf  | Bin 1892 -> 1892 bytes
+ .../gpos5_font1.notdef-outline-retain-gids.42.otf  | Bin 1764 -> 1764 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3860 -> 3860 bytes
+ .../gpos5_font1.notdef-outline.41,42,43,44.otf     | Bin 1508 -> 1508 bytes
+ .../gpos5_font1.notdef-outline.41,42,43,45.otf     | Bin 1504 -> 1504 bytes
+ .../gpos5_font1.notdef-outline.41,42,43.otf        | Bin 1300 -> 1300 bytes
+ .../gpos5_font1.notdef-outline.41,42,44.otf        | Bin 1420 -> 1420 bytes
+ .../gpos5_font1.notdef-outline.41,42,45.otf        | Bin 1408 -> 1408 bytes
+ .../gpos5_font1.notdef-outline.41,42.otf           | Bin 1200 -> 1200 bytes
+ .../gpos5_font1.notdef-outline.41,43.otf           | Bin 1296 -> 1296 bytes
+ .../layout.gpos5/gpos5_font1.notdef-outline.41.otf | Bin 1188 -> 1188 bytes
+ .../layout.gpos5/gpos5_font1.notdef-outline.42.otf | Bin 1048 -> 1048 bytes
+ ...5_font1.notdef-outline.retain-all-codepoint.otf | Bin 3860 -> 3860 bytes
+ ...ont1.notdef-outline-retain-gids.41,42,43,44.otf | Bin 2184 -> 2184 bytes
+ ...ont1.notdef-outline-retain-gids.41,42,43,45.otf | Bin 2196 -> 2196 bytes
+ ...6_font1.notdef-outline-retain-gids.41,42,43.otf | Bin 1972 -> 1972 bytes
+ ...pos6_font1.notdef-outline-retain-gids.41,42.otf | Bin 1868 -> 1868 bytes
+ ...1.notdef-outline-retain-gids.41,43,44,45,46.otf | Bin 2536 -> 2536 bytes
+ ...6_font1.notdef-outline-retain-gids.41,43,44.otf | Bin 2192 -> 2192 bytes
+ ...6_font1.notdef-outline-retain-gids.41,43,45.otf | Bin 2200 -> 2200 bytes
+ ...pos6_font1.notdef-outline-retain-gids.41,43.otf | Bin 1976 -> 1976 bytes
+ .../gpos6_font1.notdef-outline-retain-gids.41.otf  | Bin 1852 -> 1852 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3820 -> 3820 bytes
+ .../gpos6_font1.notdef-outline.41,42,43,44.otf     | Bin 1468 -> 1468 bytes
+ .../gpos6_font1.notdef-outline.41,42,43,45.otf     | Bin 1464 -> 1464 bytes
+ .../gpos6_font1.notdef-outline.41,42,43.otf        | Bin 1260 -> 1260 bytes
+ .../gpos6_font1.notdef-outline.41,42.otf           | Bin 1160 -> 1160 bytes
+ .../gpos6_font1.notdef-outline.41,43,44,45,46.otf  | Bin 1808 -> 1808 bytes
+ .../gpos6_font1.notdef-outline.41,43,44.otf        | Bin 1468 -> 1468 bytes
+ .../gpos6_font1.notdef-outline.41,43,45.otf        | Bin 1464 -> 1464 bytes
+ .../gpos6_font1.notdef-outline.41,43.otf           | Bin 1256 -> 1256 bytes
+ .../layout.gpos6/gpos6_font1.notdef-outline.41.otf | Bin 1148 -> 1148 bytes
+ ...6_font1.notdef-outline.retain-all-codepoint.otf | Bin 3820 -> 3820 bytes
+ ...ular.default.627,644,623,62D,644,627,645,2E.ttf | Bin 12592 -> 12592 bytes
+ .../Amiri-Regular.default.627,644,62D,628.ttf      | Bin 9924 -> 9924 bytes
+ .../Amiri-Regular.default.627,644.ttf              | Bin 4112 -> 4112 bytes
+ ...-Regular.default.633,645,627,621,20,644,627.ttf | Bin 9424 -> 9424 bytes
+ .../Amiri-Regular.default.63A,64A,631.ttf          | Bin 7256 -> 7256 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 47920 -> 47920 bytes
+ .../Amiri-Regular.retain-gids.627,644,62D,628.ttf  | Bin 42572 -> 42572 bytes
+ .../Amiri-Regular.retain-gids.627,644.ttf          | Bin 36640 -> 36640 bytes
+ ...ular.retain-gids.633,645,627,621,20,644,627.ttf | Bin 45816 -> 45816 bytes
+ .../Amiri-Regular.retain-gids.63A,64A,631.ttf      | Bin 37920 -> 37920 bytes
+ ...s_f1.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2292 -> 2292 bytes
+ ...ules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 2020 -> 2020 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3880 -> 3880 bytes
+ ...iple_subrules_f1.notdef-outline.30,31,32,33.otf | Bin 1820 -> 1820 bytes
+ ...ultiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 1308 -> 1308 bytes
+ ...ules_f1.notdef-outline.retain-all-codepoint.otf | Bin 3880 -> 3880 bytes
+ ...s_f1.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2292 -> 2292 bytes
+ ...ules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 2020 -> 2020 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3880 -> 3880 bytes
+ ...iple_subrules_f1.notdef-outline.30,31,32,33.otf | Bin 1820 -> 1820 bytes
+ ...ultiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 1308 -> 1308 bytes
+ ...ules_f1.notdef-outline.retain-all-codepoint.otf | Bin 3880 -> 3880 bytes
+ ...e_f1.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2268 -> 2268 bytes
+ ...mple_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 1996 -> 1996 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3856 -> 3856 bytes
+ ...ining3_simple_f1.notdef-outline.30,31,32,33.otf | Bin 1796 -> 1796 bytes
+ ...chaining3_simple_f1.notdef-outline.41,42,43.otf | Bin 1284 -> 1284 bytes
+ ...mple_f1.notdef-outline.retain-all-codepoint.otf | Bin 3856 -> 3856 bytes
+ ...pos9_font2.notdef-outline-retain-gids.41,42.otf | Bin 1868 -> 1868 bytes
+ .../gpos9_font2.notdef-outline-retain-gids.41.otf  | Bin 1852 -> 1852 bytes
+ .../gpos9_font2.notdef-outline-retain-gids.42.otf  | Bin 1724 -> 1724 bytes
+ .../gpos9_font2.notdef-outline.41,42.otf           | Bin 1160 -> 1160 bytes
+ .../layout.gpos9/gpos9_font2.notdef-outline.41.otf | Bin 1148 -> 1148 bytes
+ .../layout.gpos9/gpos9_font2.notdef-outline.42.otf | Bin 1008 -> 1008 bytes
+ ...ub_alternate_substitution.default.53A9,53F1.otf | Bin 4316 -> 4316 bytes
+ .../gsub_alternate_substitution.default.53A9.otf   | Bin 3884 -> 3884 bytes
+ .../gsub_alternate_substitution.default.53F1.otf   | Bin 2440 -> 2440 bytes
+ ...e_substitution.default.retain-all-codepoint.otf | Bin 5984 -> 5984 bytes
+ ...lternate_substitution.retain-gids.53A9,53F1.otf | Bin 4440 -> 4440 bytes
+ ...sub_alternate_substitution.retain-gids.53A9.otf | Bin 4036 -> 4036 bytes
+ ...sub_alternate_substitution.retain-gids.53F1.otf | Bin 2632 -> 2632 bytes
+ ...bstitution.retain-gids.retain-all-codepoint.otf | Bin 6076 -> 6076 bytes
+ ...ules_f2.notdef-outline-retain-gids.41,42,43.otf | Bin 2028 -> 2028 bytes
+ ...ubrules_f2.notdef-outline-retain-gids.41,42.otf | Bin 1924 -> 1924 bytes
+ ...ubrules_f2.notdef-outline-retain-gids.41,43.otf | Bin 2032 -> 2032 bytes
+ ...e_subrules_f2.notdef-outline-retain-gids.41.otf | Bin 1908 -> 1908 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3888 -> 3888 bytes
+ ...ultiple_subrules_f2.notdef-outline.41,42,43.otf | Bin 1316 -> 1316 bytes
+ ...1_multiple_subrules_f2.notdef-outline.41,42.otf | Bin 1216 -> 1216 bytes
+ ...1_multiple_subrules_f2.notdef-outline.41,43.otf | Bin 1312 -> 1312 bytes
+ ...ext1_multiple_subrules_f2.notdef-outline.41.otf | Bin 1204 -> 1204 bytes
+ ...ules_f2.notdef-outline.retain-all-codepoint.otf | Bin 3888 -> 3888 bytes
+ ...ules_f2.notdef-outline-retain-gids.41,42,43.otf | Bin 2028 -> 2028 bytes
+ ...ubrules_f2.notdef-outline-retain-gids.41,42.otf | Bin 1924 -> 1924 bytes
+ ...ubrules_f2.notdef-outline-retain-gids.41,43.otf | Bin 2032 -> 2032 bytes
+ ...e_subrules_f2.notdef-outline-retain-gids.41.otf | Bin 1908 -> 1908 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3888 -> 3888 bytes
+ ...ultiple_subrules_f2.notdef-outline.41,42,43.otf | Bin 1316 -> 1316 bytes
+ ...2_multiple_subrules_f2.notdef-outline.41,42.otf | Bin 1216 -> 1216 bytes
+ ...2_multiple_subrules_f2.notdef-outline.41,43.otf | Bin 1312 -> 1312 bytes
+ ...ext2_multiple_subrules_f2.notdef-outline.41.otf | Bin 1204 -> 1204 bytes
+ ...ules_f2.notdef-outline.retain-all-codepoint.otf | Bin 3888 -> 3888 bytes
+ ...sive_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 2016 -> 2016 bytes
+ ...cessive_f1.notdef-outline-retain-gids.41,42.otf | Bin 1912 -> 1912 bytes
+ ...cessive_f1.notdef-outline-retain-gids.41,43.otf | Bin 2020 -> 2020 bytes
+ ...successive_f1.notdef-outline-retain-gids.41.otf | Bin 1896 -> 1896 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3876 -> 3876 bytes
+ ...text3_successive_f1.notdef-outline.41,42,43.otf | Bin 1304 -> 1304 bytes
+ ...context3_successive_f1.notdef-outline.41,42.otf | Bin 1204 -> 1204 bytes
+ ...context3_successive_f1.notdef-outline.41,43.otf | Bin 1300 -> 1300 bytes
+ ...ub_context3_successive_f1.notdef-outline.41.otf | Bin 1192 -> 1192 bytes
+ ...sive_f1.notdef-outline.retain-all-codepoint.otf | Bin 3876 -> 3876 bytes
+ ...s_f1.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2304 -> 2304 bytes
+ ...ules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 2032 -> 2032 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3892 -> 3892 bytes
+ ...iple_subrules_f1.notdef-outline.30,31,32,33.otf | Bin 1832 -> 1832 bytes
+ ...ultiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 1320 -> 1320 bytes
+ ...ules_f1.notdef-outline.retain-all-codepoint.otf | Bin 3892 -> 3892 bytes
+ ...s_f1.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2304 -> 2304 bytes
+ ...ules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 2032 -> 2032 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3892 -> 3892 bytes
+ ...iple_subrules_f1.notdef-outline.30,31,32,33.otf | Bin 1832 -> 1832 bytes
+ ...ultiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 1320 -> 1320 bytes
+ ...ules_f1.notdef-outline.retain-all-codepoint.otf | Bin 3892 -> 3892 bytes
+ ...e_f2.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2280 -> 2280 bytes
+ ...mple_f2.notdef-outline-retain-gids.41,42,43.otf | Bin 2008 -> 2008 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3868 -> 3868 bytes
+ ...ining3_simple_f2.notdef-outline.30,31,32,33.otf | Bin 1808 -> 1808 bytes
+ ...chaining3_simple_f2.notdef-outline.41,42,43.otf | Bin 1296 -> 1296 bytes
+ ...mple_f2.notdef-outline.retain-all-codepoint.otf | Bin 3868 -> 3868 bytes
+ ...line-retain-gids.41,42,43,44,45,46,47,48,49.otf | Bin 2916 -> 2916 bytes
+ ...ef-outline-retain-gids.41,42,43,44,45,46,47.otf | Bin 2624 -> 2624 bytes
+ ...ef-outline-retain-gids.41,42,43,44,45,46,4D.otf | Bin 2668 -> 2668 bytes
+ ...ef-outline-retain-gids.41,42,43,44,45,46,51.otf | Bin 2792 -> 2792 bytes
+ ...otdef-outline-retain-gids.41,42,43,44,45,46.otf | Bin 2564 -> 2564 bytes
+ ...created.notdef-outline-retain-gids.41,42,43.otf | Bin 2008 -> 2008 bytes
+ ...ually_created.notdef-outline-retain-gids.41.otf | Bin 1888 -> 1888 bytes
+ ...ually_created.notdef-outline-retain-gids.61.otf | Bin 2292 -> 2292 bytes
+ ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3868 -> 3868 bytes
+ ...d.notdef-outline.41,42,43,44,45,46,47,48,49.otf | Bin 2188 -> 2188 bytes
+ ...created.notdef-outline.41,42,43,44,45,46,47.otf | Bin 1904 -> 1904 bytes
+ ...created.notdef-outline.41,42,43,44,45,46,4D.otf | Bin 1868 -> 1868 bytes
+ ...created.notdef-outline.41,42,43,44,45,46,51.otf | Bin 1948 -> 1948 bytes
+ ...ly_created.notdef-outline.41,42,43,44,45,46.otf | Bin 1844 -> 1844 bytes
+ ...b8_manually_created.notdef-outline.41,42,43.otf | Bin 1296 -> 1296 bytes
+ .../gsub8_manually_created.notdef-outline.41.otf   | Bin 1184 -> 1184 bytes
+ .../gsub8_manually_created.notdef-outline.61.otf   | Bin 1236 -> 1236 bytes
+ ...created.notdef-outline.retain-all-codepoint.otf | Bin 3868 -> 3868 bytes
+ .../expected/layout.khmer/Khmer.default.1780.ttf   | Bin 4200 -> 4200 bytes
+ ...ult.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 6408 -> 6408 bytes
+ .../expected/layout.khmer/Khmer.default.31.ttf     | Bin 4136 -> 4136 bytes
+ .../layout.khmer/Khmer.retain-gids.1780.ttf        | Bin 4460 -> 4460 bytes
+ ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 7844 -> 7844 bytes
+ .../expected/layout.khmer/Khmer.retain-gids.31.ttf | Bin 4252 -> 4252 bytes
+ ...Bold.default.627,644,623,62D,644,627,645,2E.ttf | Bin 11388 -> 11388 bytes
+ ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf | Bin 17688 -> 17688 bytes
+ .../NotoNastaliqUrdu-Bold.default.627,644.ttf      | Bin 3520 -> 3520 bytes
+ ...rdu-Bold.default.633,645,627,621,20,644,627.ttf | Bin 12380 -> 12380 bytes
+ .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  | Bin 19380 -> 19380 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 18224 -> 18224 bytes
+ ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 23748 -> 23748 bytes
+ .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  | Bin 9164 -> 9164 bytes
+ ...Bold.retain-gids.633,645,627,621,20,644,627.ttf | Bin 18184 -> 18184 bytes
+ ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf | Bin 25432 -> 25432 bytes
+ .../Roboto-Regular.smallcaps.default.41,42,43.ttf  | Bin 2424 -> 2424 bytes
+ .../Roboto-Regular.smallcaps.default.41,43.ttf     | Bin 2232 -> 2232 bytes
+ .../layout/Roboto-Regular.smallcaps.default.41.ttf | Bin 2044 -> 2044 bytes
+ .../layout/Roboto-Regular.smallcaps.default.43.ttf | Bin 2076 -> 2076 bytes
+ .../Roboto-Regular.smallcaps.default.CA,CB.ttf     | Bin 2348 -> 2348 bytes
+ ...boto-Regular.smallcaps.retain-gids.41,42,43.ttf | Bin 2676 -> 2676 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.41,43.ttf | Bin 2496 -> 2496 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.41.ttf    | Bin 2296 -> 2296 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.43.ttf    | Bin 2344 -> 2344 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttf | Bin 6436 -> 6436 bytes
+ .../data/expected/sbix/sbix.default.58,59.ttf      | Bin 193528 -> 193528 bytes
+ test/subset/data/expected/sbix/sbix.default.58.ttf | Bin 121168 -> 121168 bytes
+ test/subset/data/expected/sbix/sbix.default.59.ttf | Bin 89364 -> 89364 bytes
+ .../sbix/sbix.drop-hints-retain-gids.58,59.ttf     | Bin 193528 -> 193528 bytes
+ .../sbix/sbix.drop-hints-retain-gids.58.ttf        | Bin 121168 -> 121168 bytes
+ .../sbix/sbix.drop-hints-retain-gids.59.ttf        | Bin 89404 -> 89404 bytes
+ .../data/expected/sbix/sbix.drop-hints.58,59.ttf   | Bin 193528 -> 193528 bytes
+ .../data/expected/sbix/sbix.drop-hints.58.ttf      | Bin 121168 -> 121168 bytes
+ .../data/expected/sbix/sbix.drop-hints.59.ttf      | Bin 89364 -> 89364 bytes
+ .../data/expected/sbix/sbix.retain-gids.58,59.ttf  | Bin 193528 -> 193528 bytes
+ .../data/expected/sbix/sbix.retain-gids.58.ttf     | Bin 121168 -> 121168 bytes
+ .../data/expected/sbix/sbix.retain-gids.59.ttf     | Bin 89404 -> 89404 bytes
+ .../variable/Fraunces.default.26,66,69,124,125.ttf | Bin 15856 -> 15856 bytes
+ .../data/expected/variable/Fraunces.default.61.ttf | Bin 4232 -> 4232 bytes
+ 942 files changed, 21 insertions(+), 32 deletions(-)
+
+commit dea0fe5717a0ce72484bf6b827f5a871f816d4a2
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 4 16:36:20 2021 -0700
+
+    [subset] discard extra copies of a table in face builder.
+    
+    Fixes #2361. Stores tables in the builder in a hashmap so you end up with at most one copy of each table. Table serialization order is now based on tag sort order instead of order of insertion into the builder.
+
+ src/hb-face.cc                                     |  44 +++++++++++++--------
+ src/hb-open-file.hh                                |  23 ++++++-----
+ .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 7060 -> 7060 bytes
+ .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 6692 -> 6692 bytes
+ .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6328 -> 6328 bytes
+ .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6200 -> 6200 bytes
+ .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6256 -> 6256 bytes
+ ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
+ ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 4608 -> 4608 bytes
+ ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 4312 -> 4312 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 3724 -> 3724 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 3900 -> 3900 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 3972 -> 3972 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 191632 -> 191632 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 2600 -> 2600 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 2296 -> 2296 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 1976 -> 1976 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 1900 -> 1900 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 1968 -> 1968 bytes
+ ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 191584 -> 191584 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf | Bin 7988 -> 7988 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,63.ttf    | Bin 7628 -> 7628 bytes
+ .../basics/Comfortaa-Regular-new.gids.61.ttf       | Bin 7256 -> 7256 bytes
+ .../basics/Comfortaa-Regular-new.gids.62.ttf       | Bin 7184 -> 7184 bytes
+ .../basics/Comfortaa-Regular-new.gids.63.ttf       | Bin 7180 -> 7180 bytes
+ ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
+ .../Comfortaa-Regular-new.glyph-names.61,62,63.ttf | Bin 7072 -> 7072 bytes
+ .../Comfortaa-Regular-new.glyph-names.61,63.ttf    | Bin 6700 -> 6700 bytes
+ .../Comfortaa-Regular-new.glyph-names.61.ttf       | Bin 6336 -> 6336 bytes
+ .../Comfortaa-Regular-new.glyph-names.62.ttf       | Bin 6208 -> 6208 bytes
+ .../Comfortaa-Regular-new.glyph-names.63.ttf       | Bin 6264 -> 6264 bytes
+ ...egular-new.glyph-names.retain-all-codepoint.ttf | Bin 229748 -> 229748 bytes
+ ...gular-new.keep-all-layout-features.61,62,63.ttf | Bin 7508 -> 7508 bytes
+ ...-Regular-new.keep-all-layout-features.61,63.ttf | Bin 7144 -> 7144 bytes
+ ...taa-Regular-new.keep-all-layout-features.61.ttf | Bin 6776 -> 6776 bytes
+ ...taa-Regular-new.keep-all-layout-features.62.ttf | Bin 6200 -> 6200 bytes
+ ...taa-Regular-new.keep-all-layout-features.63.ttf | Bin 6256 -> 6256 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 223452 -> 223452 bytes
+ ...fortaa-Regular-new.layout-features.61,62,63.ttf | Bin 7060 -> 7060 bytes
+ ...Comfortaa-Regular-new.layout-features.61,63.ttf | Bin 6692 -> 6692 bytes
+ .../Comfortaa-Regular-new.layout-features.61.ttf   | Bin 6328 -> 6328 bytes
+ .../Comfortaa-Regular-new.layout-features.62.ttf   | Bin 6200 -> 6200 bytes
+ .../Comfortaa-Regular-new.layout-features.63.ttf   | Bin 6256 -> 6256 bytes
+ ...ar-new.layout-features.retain-all-codepoint.ttf | Bin 220948 -> 220948 bytes
+ .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 6800 -> 6800 bytes
+ .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 6432 -> 6432 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 6068 -> 6068 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 5940 -> 5940 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 5996 -> 5996 bytes
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 222496 -> 222496 bytes
+ ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 7060 -> 7060 bytes
+ .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 6692 -> 6692 bytes
+ .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 6328 -> 6328 bytes
+ .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 6200 -> 6200 bytes
+ .../Comfortaa-Regular-new.name-languages.63.ttf    | Bin 6256 -> 6256 bytes
+ ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 7060 -> 7060 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 6692 -> 6692 bytes
+ .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 6328 -> 6328 bytes
+ .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 6200 -> 6200 bytes
+ .../Comfortaa-Regular-new.name-legacy.63.ttf       | Bin 6256 -> 6256 bytes
+ ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
+ ...egular-new.no-prune-unicode-ranges.61,62,63.ttf | Bin 7060 -> 7060 bytes
+ ...a-Regular-new.no-prune-unicode-ranges.61,63.ttf | Bin 6692 -> 6692 bytes
+ ...rtaa-Regular-new.no-prune-unicode-ranges.61.ttf | Bin 6328 -> 6328 bytes
+ ...rtaa-Regular-new.no-prune-unicode-ranges.62.ttf | Bin 6200 -> 6200 bytes
+ ...rtaa-Regular-new.no-prune-unicode-ranges.63.ttf | Bin 6256 -> 6256 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
+ ...mfortaa-Regular-new.notdef-outline.61,62,63.ttf | Bin 7652 -> 7652 bytes
+ .../Comfortaa-Regular-new.notdef-outline.61,63.ttf | Bin 7284 -> 7284 bytes
+ .../Comfortaa-Regular-new.notdef-outline.61.ttf    | Bin 6920 -> 6920 bytes
+ .../Comfortaa-Regular-new.notdef-outline.62.ttf    | Bin 6796 -> 6796 bytes
+ .../Comfortaa-Regular-new.notdef-outline.63.ttf    | Bin 6844 -> 6844 bytes
+ ...lar-new.notdef-outline.retain-all-codepoint.ttf | Bin 223352 -> 223352 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 9068 -> 9068 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 8708 -> 8708 bytes
+ .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 8076 -> 8076 bytes
+ .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8200 -> 8200 bytes
+ .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 8260 -> 8260 bytes
+ ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 222804 -> 222804 bytes
+ ...numMyeongjo-Regular-subset.default.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.default.61,63.ttf | Bin 3580 -> 3580 bytes
+ .../NanumMyeongjo-Regular-subset.default.61.ttf    | Bin 3156 -> 3156 bytes
+ .../NanumMyeongjo-Regular-subset.default.62.ttf    | Bin 3180 -> 3180 bytes
+ .../NanumMyeongjo-Regular-subset.default.63.ttf    | Bin 3048 -> 3048 bytes
+ ...Regular-subset.default.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...ular-subset.drop-hints-retain-gids.61,62,63.ttf | Bin 1452 -> 1452 bytes
+ ...Regular-subset.drop-hints-retain-gids.61,63.ttf | Bin 1284 -> 1284 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.61.ttf | Bin 1128 -> 1128 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.62.ttf | Bin 1144 -> 1144 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.63.ttf | Bin 1116 -> 1116 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 3536 -> 3536 bytes
+ ...Myeongjo-Regular-subset.drop-hints.61,62,63.ttf | Bin 1452 -> 1452 bytes
+ ...numMyeongjo-Regular-subset.drop-hints.61,63.ttf | Bin 1276 -> 1276 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.61.ttf | Bin 1128 -> 1128 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.62.ttf | Bin 1140 -> 1140 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.63.ttf | Bin 1104 -> 1104 bytes
+ ...ular-subset.drop-hints.retain-all-codepoint.ttf | Bin 3536 -> 3536 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61,63.ttf    | Bin 4128 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61.ttf       | Bin 4128 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.62.ttf       | Bin 4128 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.63.ttf       | Bin 4128 -> 4128 bytes
+ ...jo-Regular-subset.gids.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...yeongjo-Regular-subset.glyph-names.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...umMyeongjo-Regular-subset.glyph-names.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.61.ttf | Bin 3156 -> 3156 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.62.ttf | Bin 3180 -> 3180 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.63.ttf | Bin 3048 -> 3048 bytes
+ ...lar-subset.glyph-names.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...ar-subset.keep-all-layout-features.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...gular-subset.keep-all-layout-features.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...-Regular-subset.keep-all-layout-features.61.ttf | Bin 3156 -> 3156 bytes
+ ...-Regular-subset.keep-all-layout-features.62.ttf | Bin 3180 -> 3180 bytes
+ ...-Regular-subset.keep-all-layout-features.63.ttf | Bin 3048 -> 3048 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...gjo-Regular-subset.layout-features.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...eongjo-Regular-subset.layout-features.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...mMyeongjo-Regular-subset.layout-features.61.ttf | Bin 3156 -> 3156 bytes
+ ...mMyeongjo-Regular-subset.layout-features.62.ttf | Bin 3180 -> 3180 bytes
+ ...mMyeongjo-Regular-subset.layout-features.63.ttf | Bin 3048 -> 3048 bytes
+ ...subset.layout-features.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...umMyeongjo-Regular-subset.name-ids.61,62,63.ttf | Bin 3924 -> 3924 bytes
+ ...NanumMyeongjo-Regular-subset.name-ids.61,63.ttf | Bin 3376 -> 3376 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.61.ttf   | Bin 2952 -> 2952 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.62.ttf   | Bin 2976 -> 2976 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.63.ttf   | Bin 2844 -> 2844 bytes
+ ...egular-subset.name-ids.retain-all-codepoint.ttf | Bin 9320 -> 9320 bytes
+ ...ngjo-Regular-subset.name-languages.61,62,63.ttf | Bin 4172 -> 4172 bytes
+ ...yeongjo-Regular-subset.name-languages.61,63.ttf | Bin 3624 -> 3624 bytes
+ ...umMyeongjo-Regular-subset.name-languages.61.ttf | Bin 3200 -> 3200 bytes
+ ...umMyeongjo-Regular-subset.name-languages.62.ttf | Bin 3224 -> 3224 bytes
+ ...umMyeongjo-Regular-subset.name-languages.63.ttf | Bin 3092 -> 3092 bytes
+ ...-subset.name-languages.retain-all-codepoint.ttf | Bin 9568 -> 9568 bytes
+ ...yeongjo-Regular-subset.name-legacy.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...umMyeongjo-Regular-subset.name-legacy.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.61.ttf | Bin 3156 -> 3156 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.62.ttf | Bin 3180 -> 3180 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.63.ttf | Bin 3048 -> 3048 bytes
+ ...lar-subset.name-legacy.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...lar-subset.no-prune-unicode-ranges.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...egular-subset.no-prune-unicode-ranges.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...o-Regular-subset.no-prune-unicode-ranges.61.ttf | Bin 3156 -> 3156 bytes
+ ...o-Regular-subset.no-prune-unicode-ranges.62.ttf | Bin 3180 -> 3180 bytes
+ ...o-Regular-subset.no-prune-unicode-ranges.63.ttf | Bin 3048 -> 3048 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...ngjo-Regular-subset.notdef-outline.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...yeongjo-Regular-subset.notdef-outline.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.61.ttf | Bin 3156 -> 3156 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.62.ttf | Bin 3180 -> 3180 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.63.ttf | Bin 3048 -> 3048 bytes
+ ...-subset.notdef-outline.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...yeongjo-Regular-subset.retain-gids.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...umMyeongjo-Regular-subset.retain-gids.61,63.ttf | Bin 3588 -> 3588 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.61.ttf | Bin 3156 -> 3156 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.62.ttf | Bin 3184 -> 3184 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.63.ttf | Bin 3060 -> 3060 bytes
+ ...lar-subset.retain-gids.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ .../basics/Roboto-Regular.abc.default.61,62,63.ttf | Bin 2412 -> 2412 bytes
+ .../basics/Roboto-Regular.abc.default.61,63.ttf    | Bin 2208 -> 2208 bytes
+ .../basics/Roboto-Regular.abc.default.61.ttf       | Bin 2008 -> 2008 bytes
+ .../basics/Roboto-Regular.abc.default.62.ttf       | Bin 1876 -> 1876 bytes
+ .../basics/Roboto-Regular.abc.default.63.ttf       | Bin 1932 -> 1932 bytes
+ ...to-Regular.abc.default.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ ...Regular.abc.drop-hints-retain-gids.61,62,63.ttf | Bin 1152 -> 1152 bytes
+ ...to-Regular.abc.drop-hints-retain-gids.61,63.ttf | Bin 1072 -> 1072 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf | Bin 944 -> 944 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.62.ttf | Bin 840 -> 840 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.63.ttf | Bin 928 -> 928 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 1152 -> 1152 bytes
+ .../Roboto-Regular.abc.drop-hints.61,62,63.ttf     | Bin 1152 -> 1152 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf | Bin 1056 -> 1056 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61.ttf    | Bin 944 -> 944 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.62.ttf    | Bin 836 -> 836 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.63.ttf    | Bin 916 -> 916 bytes
+ ...Regular.abc.drop-hints.retain-all-codepoint.ttf | Bin 1152 -> 1152 bytes
+ .../basics/Roboto-Regular.abc.gids.61,62,63.ttf    | Bin 2412 -> 2412 bytes
+ .../basics/Roboto-Regular.abc.gids.61,63.ttf       | Bin 2412 -> 2412 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.61.ttf | Bin 2412 -> 2412 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.62.ttf | Bin 2412 -> 2412 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.63.ttf | Bin 2412 -> 2412 bytes
+ ...oboto-Regular.abc.gids.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.glyph-names.61,62,63.ttf    | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.glyph-names.61,63.ttf       | Bin 2208 -> 2208 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.61.ttf   | Bin 2008 -> 2008 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.62.ttf   | Bin 1876 -> 1876 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.63.ttf   | Bin 1932 -> 1932 bytes
+ ...egular.abc.glyph-names.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ ...gular.abc.keep-all-layout-features.61,62,63.ttf | Bin 2412 -> 2412 bytes
+ ...-Regular.abc.keep-all-layout-features.61,63.ttf | Bin 2208 -> 2208 bytes
+ ...oto-Regular.abc.keep-all-layout-features.61.ttf | Bin 2008 -> 2008 bytes
+ ...oto-Regular.abc.keep-all-layout-features.62.ttf | Bin 1876 -> 1876 bytes
+ ...oto-Regular.abc.keep-all-layout-features.63.ttf | Bin 1932 -> 1932 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ ...Roboto-Regular.abc.layout-features.61,62,63.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.layout-features.61,63.ttf   | Bin 2208 -> 2208 bytes
+ .../Roboto-Regular.abc.layout-features.61.ttf      | Bin 2008 -> 2008 bytes
+ .../Roboto-Regular.abc.layout-features.62.ttf      | Bin 1876 -> 1876 bytes
+ .../Roboto-Regular.abc.layout-features.63.ttf      | Bin 1932 -> 1932 bytes
+ ...ar.abc.layout-features.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.name-ids.61,62,63.ttf       | Bin 2412 -> 2412 bytes
+ .../basics/Roboto-Regular.abc.name-ids.61,63.ttf   | Bin 2208 -> 2208 bytes
+ .../basics/Roboto-Regular.abc.name-ids.61.ttf      | Bin 2008 -> 2008 bytes
+ .../basics/Roboto-Regular.abc.name-ids.62.ttf      | Bin 1876 -> 1876 bytes
+ .../basics/Roboto-Regular.abc.name-ids.63.ttf      | Bin 1932 -> 1932 bytes
+ ...o-Regular.abc.name-ids.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.name-languages.61,62,63.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.name-languages.61,63.ttf    | Bin 2208 -> 2208 bytes
+ .../Roboto-Regular.abc.name-languages.61.ttf       | Bin 2008 -> 2008 bytes
+ .../Roboto-Regular.abc.name-languages.62.ttf       | Bin 1876 -> 1876 bytes
+ .../Roboto-Regular.abc.name-languages.63.ttf       | Bin 1932 -> 1932 bytes
+ ...lar.abc.name-languages.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.name-legacy.61,63.ttf       | Bin 2208 -> 2208 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.61.ttf   | Bin 2008 -> 2008 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.62.ttf   | Bin 1876 -> 1876 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.63.ttf   | Bin 1932 -> 1932 bytes
+ ...egular.abc.name-legacy.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ ...egular.abc.no-prune-unicode-ranges.61,62,63.ttf | Bin 2412 -> 2412 bytes
+ ...o-Regular.abc.no-prune-unicode-ranges.61,63.ttf | Bin 2208 -> 2208 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.61.ttf | Bin 2008 -> 2008 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.62.ttf | Bin 1876 -> 1876 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.63.ttf | Bin 1932 -> 1932 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.notdef-outline.61,62,63.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.notdef-outline.61,63.ttf    | Bin 2208 -> 2208 bytes
+ .../Roboto-Regular.abc.notdef-outline.61.ttf       | Bin 2008 -> 2008 bytes
+ .../Roboto-Regular.abc.notdef-outline.62.ttf       | Bin 1876 -> 1876 bytes
+ .../Roboto-Regular.abc.notdef-outline.63.ttf       | Bin 1932 -> 1932 bytes
+ ...lar.abc.notdef-outline.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.retain-gids.61,62,63.ttf    | Bin 2412 -> 2412 bytes
+ .../Roboto-Regular.abc.retain-gids.61,63.ttf       | Bin 2224 -> 2224 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.61.ttf   | Bin 2008 -> 2008 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.62.ttf   | Bin 1884 -> 1884 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.63.ttf   | Bin 1948 -> 1948 bytes
+ ...egular.abc.retain-gids.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
+ .../cmap/AdobeBlank-Regular.default.61,62.ttf      | Bin 1208 -> 1208 bytes
+ .../cmap/AdobeBlank-Regular.default.61,FEFA.ttf    | Bin 1264 -> 1264 bytes
+ .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttf  | Bin 1216 -> 1216 bytes
+ .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttf  | Bin 1204 -> 1204 bytes
+ .../cmap/AdobeBlank-Regular.default.FEFA.ttf       | Bin 1184 -> 1184 bytes
+ ...eBlank-Regular.drop-hints-retain-gids.61,62.ttf | Bin 1424 -> 1424 bytes
+ ...lank-Regular.drop-hints-retain-gids.61,FEFA.ttf | Bin 8232 -> 8232 bytes
+ ...nk-Regular.drop-hints-retain-gids.FEE6,FECF.ttf | Bin 8104 -> 8104 bytes
+ ...nk-Regular.drop-hints-retain-gids.FEF9,FEFA.ttf | Bin 8172 -> 8172 bytes
+ ...beBlank-Regular.drop-hints-retain-gids.FEFA.ttf | Bin 8156 -> 8156 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttf   | Bin 1036 -> 1036 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttf | Bin 1092 -> 1092 bytes
+ .../AdobeBlank-Regular.drop-hints.FEE6,FECF.ttf    | Bin 1044 -> 1044 bytes
+ .../AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttf    | Bin 1032 -> 1032 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttf    | Bin 1012 -> 1012 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.61,62.ttf     | Bin 956 -> 956 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttf   | Bin 1012 -> 1012 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttf | Bin 964 -> 964 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttf | Bin 952 -> 952 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEFA.ttf      | Bin 932 -> 932 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttf  | Bin 1596 -> 1596 bytes
+ .../AdobeBlank-Regular.retain-gids.61,FEFA.ttf     | Bin 8404 -> 8404 bytes
+ .../AdobeBlank-Regular.retain-gids.FEE6,FECF.ttf   | Bin 8276 -> 8276 bytes
+ .../AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttf   | Bin 8344 -> 8344 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttf   | Bin 8328 -> 8328 bytes
+ .../TwemojiMozilla.subset.default.32,3297,3299.ttf | Bin 1868 -> 1868 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3297.ttf | Bin 1344 -> 1344 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3299.ttf | Bin 1520 -> 1520 bytes
+ .../colr/TwemojiMozilla.subset.default.32.ttf      | Bin 888 -> 888 bytes
+ .../TwemojiMozilla.subset.default.3297,3299.ttf    | Bin 1860 -> 1860 bytes
+ .../colr/TwemojiMozilla.subset.default.3297.ttf    | Bin 1332 -> 1332 bytes
+ .../colr/TwemojiMozilla.subset.default.3299.ttf    | Bin 1508 -> 1508 bytes
+ ....subset.drop-hints-retain-gids.32,3297,3299.ttf | Bin 1848 -> 1848 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3297.ttf | Bin 1340 -> 1340 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3299.ttf | Bin 1520 -> 1520 bytes
+ ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf | Bin 868 -> 868 bytes
+ ...lla.subset.drop-hints-retain-gids.3297,3299.ttf | Bin 1844 -> 1844 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3297.ttf | Bin 1328 -> 1328 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3299.ttf | Bin 1508 -> 1508 bytes
+ ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf | Bin 1848 -> 1848 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   | Bin 1324 -> 1324 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   | Bin 1500 -> 1500 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   | Bin 868 -> 868 bytes
+ .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf | Bin 1840 -> 1840 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf | Bin 1312 -> 1312 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf | Bin 1488 -> 1488 bytes
+ ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf | Bin 1868 -> 1868 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  | Bin 1360 -> 1360 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  | Bin 1540 -> 1540 bytes
+ .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  | Bin 888 -> 888 bytes
+ ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf | Bin 1864 -> 1864 bytes
+ .../TwemojiMozilla.subset.retain-gids.3297.ttf     | Bin 1348 -> 1348 bytes
+ .../TwemojiMozilla.subset.retain-gids.3299.ttf     | Bin 1528 -> 1528 bytes
+ .../colr_with_components/colr-table.default.6B.ttf | Bin 4260 -> 4260 bytes
+ .../colr-table.drop-hints-retain-gids.6B.ttf       | Bin 4984 -> 4984 bytes
+ .../colr-table.drop-hints.6B.ttf                   | Bin 4260 -> 4260 bytes
+ .../colr-table.retain-gids.6B.ttf                  | Bin 4984 -> 4984 bytes
+ .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 3004 -> 3004 bytes
+ .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2632 -> 2632 bytes
+ .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 2960 -> 2960 bytes
+ ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1556 -> 1556 bytes
+ .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1372 -> 1372 bytes
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1584 -> 1584 bytes
+ ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 3888 -> 3888 bytes
+ .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 3784 -> 3784 bytes
+ ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4324 -> 4324 bytes
+ ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 3876 -> 3876 bytes
+ ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 3784 -> 3784 bytes
+ ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4324 -> 4324 bytes
+ .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  | Bin 2340 -> 2340 bytes
+ .../japanese/Mplus1p-Regular.default.25771.ttf     | Bin 1988 -> 1988 bytes
+ ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 2616 -> 2616 bytes
+ ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2848 -> 2848 bytes
+ .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2248 -> 2248 bytes
+ ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3144 -> 3144 bytes
+ .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 1944 -> 1944 bytes
+ ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf | Bin 1612 -> 1612 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  | Bin 1260 -> 1260 bytes
+ ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 1888 -> 1888 bytes
+ ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2120 -> 2120 bytes
+ .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1520 -> 1520 bytes
+ ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2416 -> 2416 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1216 -> 1216 bytes
+ ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttf | Bin 2340 -> 2340 bytes
+ .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf   | Bin 1988 -> 1988 bytes
+ ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttf | Bin 2616 -> 2616 bytes
+ ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2848 -> 2848 bytes
+ .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttf      | Bin 2248 -> 2248 bytes
+ ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3144 -> 3144 bytes
+ .../japanese/Mplus1p-Regular.keep-gdef.660E.ttf    | Bin 1944 -> 1944 bytes
+ .../IndicTestJalandhar-Regular.default.A01.ttf     | Bin 4172 -> 4172 bytes
+ .../IndicTestJalandhar-Regular.default.A05,A06.ttf | Bin 4748 -> 4748 bytes
+ .../IndicTestJalandhar-Regular.default.A07,A1B.ttf | Bin 4720 -> 4720 bytes
+ ...andhar-Regular.default.retain-all-codepoint.ttf | Bin 49248 -> 49248 bytes
+ .../IndicTestJalandhar-Regular.drop-hints.A01.ttf  | Bin 1032 -> 1032 bytes
+ ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttf | Bin 1340 -> 1340 bytes
+ ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttf | Bin 1340 -> 1340 bytes
+ ...har-Regular.drop-hints.retain-all-codepoint.ttf | Bin 29468 -> 29468 bytes
+ .../IndicTestJalandhar-Regular.keep-gdef.A01.ttf   | Bin 4172 -> 4172 bytes
+ ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttf | Bin 4748 -> 4748 bytes
+ ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttf | Bin 4720 -> 4720 bytes
+ ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf | Bin 49248 -> 49248 bytes
+ .../Roboto-Regular.default.1E00,303.ttf            | Bin 2472 -> 2472 bytes
+ .../layout.gdef/Roboto-Regular.default.303.ttf     | Bin 2076 -> 2076 bytes
+ .../Roboto-Regular.default.309,20,30F.ttf          | Bin 2148 -> 2148 bytes
+ .../layout.gdef/Roboto-Regular.default.323.ttf     | Bin 1968 -> 1968 bytes
+ .../Roboto-Regular.default.41,42,43.ttf            | Bin 2532 -> 2532 bytes
+ .../Roboto-Regular.drop-hints.1E00,303.ttf         | Bin 1328 -> 1328 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  | Bin 1072 -> 1072 bytes
+ .../Roboto-Regular.drop-hints.309,20,30F.ttf       | Bin 1108 -> 1108 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  | Bin 1016 -> 1016 bytes
+ .../Roboto-Regular.drop-hints.41,42,43.ttf         | Bin 1348 -> 1348 bytes
+ .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf     | Bin 2472 -> 2472 bytes
+ .../Roboto-Regular.keep-gdef-gpos.303.ttf          | Bin 2076 -> 2076 bytes
+ .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf   | Bin 2148 -> 2148 bytes
+ .../Roboto-Regular.keep-gdef-gpos.323.ttf          | Bin 1968 -> 1968 bytes
+ .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     | Bin 2532 -> 2532 bytes
+ ...ular.default.627,644,623,62D,644,627,645,2E.ttf | Bin 12592 -> 12592 bytes
+ .../Amiri-Regular.default.627,644,62D,628.ttf      | Bin 9924 -> 9924 bytes
+ .../Amiri-Regular.default.627,644.ttf              | Bin 4112 -> 4112 bytes
+ ...-Regular.default.633,645,627,621,20,644,627.ttf | Bin 9424 -> 9424 bytes
+ .../Amiri-Regular.default.63A,64A,631.ttf          | Bin 7256 -> 7256 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 47920 -> 47920 bytes
+ .../Amiri-Regular.retain-gids.627,644,62D,628.ttf  | Bin 42572 -> 42572 bytes
+ .../Amiri-Regular.retain-gids.627,644.ttf          | Bin 36640 -> 36640 bytes
+ ...ular.retain-gids.633,645,627,621,20,644,627.ttf | Bin 45816 -> 45816 bytes
+ .../Amiri-Regular.retain-gids.63A,64A,631.ttf      | Bin 37920 -> 37920 bytes
+ .../expected/layout.khmer/Khmer.default.1780.ttf   | Bin 4200 -> 4200 bytes
+ ...ult.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 6408 -> 6408 bytes
+ .../expected/layout.khmer/Khmer.default.31.ttf     | Bin 4136 -> 4136 bytes
+ .../layout.khmer/Khmer.retain-gids.1780.ttf        | Bin 4460 -> 4460 bytes
+ ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 7844 -> 7844 bytes
+ .../expected/layout.khmer/Khmer.retain-gids.31.ttf | Bin 4252 -> 4252 bytes
+ ...Bold.default.627,644,623,62D,644,627,645,2E.ttf | Bin 11388 -> 11388 bytes
+ ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf | Bin 17688 -> 17688 bytes
+ .../NotoNastaliqUrdu-Bold.default.627,644.ttf      | Bin 3520 -> 3520 bytes
+ ...rdu-Bold.default.633,645,627,621,20,644,627.ttf | Bin 12380 -> 12380 bytes
+ .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  | Bin 19380 -> 19380 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 18224 -> 18224 bytes
+ ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 23748 -> 23748 bytes
+ .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  | Bin 9164 -> 9164 bytes
+ ...Bold.retain-gids.633,645,627,621,20,644,627.ttf | Bin 18184 -> 18184 bytes
+ ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf | Bin 25432 -> 25432 bytes
+ .../Roboto-Regular.smallcaps.default.41,42,43.ttf  | Bin 2424 -> 2424 bytes
+ .../Roboto-Regular.smallcaps.default.41,43.ttf     | Bin 2232 -> 2232 bytes
+ .../layout/Roboto-Regular.smallcaps.default.41.ttf | Bin 2044 -> 2044 bytes
+ .../layout/Roboto-Regular.smallcaps.default.43.ttf | Bin 2076 -> 2076 bytes
+ .../Roboto-Regular.smallcaps.default.CA,CB.ttf     | Bin 2348 -> 2348 bytes
+ ...boto-Regular.smallcaps.retain-gids.41,42,43.ttf | Bin 2676 -> 2676 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.41,43.ttf | Bin 2496 -> 2496 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.41.ttf    | Bin 2296 -> 2296 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.43.ttf    | Bin 2344 -> 2344 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttf | Bin 6436 -> 6436 bytes
+ .../data/expected/sbix/sbix.default.58,59.ttf      | Bin 193528 -> 193528 bytes
+ test/subset/data/expected/sbix/sbix.default.58.ttf | Bin 121168 -> 121168 bytes
+ test/subset/data/expected/sbix/sbix.default.59.ttf | Bin 89364 -> 89364 bytes
+ .../sbix/sbix.drop-hints-retain-gids.58,59.ttf     | Bin 193528 -> 193528 bytes
+ .../sbix/sbix.drop-hints-retain-gids.58.ttf        | Bin 121168 -> 121168 bytes
+ .../sbix/sbix.drop-hints-retain-gids.59.ttf        | Bin 89404 -> 89404 bytes
+ .../data/expected/sbix/sbix.drop-hints.58,59.ttf   | Bin 193528 -> 193528 bytes
+ .../data/expected/sbix/sbix.drop-hints.58.ttf      | Bin 121168 -> 121168 bytes
+ .../data/expected/sbix/sbix.drop-hints.59.ttf      | Bin 89364 -> 89364 bytes
+ .../data/expected/sbix/sbix.retain-gids.58,59.ttf  | Bin 193528 -> 193528 bytes
+ .../data/expected/sbix/sbix.retain-gids.58.ttf     | Bin 121168 -> 121168 bytes
+ .../data/expected/sbix/sbix.retain-gids.59.ttf     | Bin 89404 -> 89404 bytes
+ .../variable/Fraunces.default.26,66,69,124,125.ttf | Bin 15856 -> 15856 bytes
+ .../data/expected/variable/Fraunces.default.61.ttf | Bin 4232 -> 4232 bytes
+ 403 files changed, 41 insertions(+), 26 deletions(-)
+
+commit 368e9578873798e2d17ed78a0474dec7d4e9d6c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 5 10:16:13 2021 -0600
+
+    [ot-shape] Add comment re `vert` feature
+
+ src/hb-ot-shape.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 2c024dc3cba60eee67fb004e3258cd8e47bd9593
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 4 11:38:38 2021 -0700
+
+    [subset] prune redundant cmap12 subtables.
+    
+    If the post subset cmap12 table is equivalent to another cmap subtable don't include the 12 table in the final subset. Matches change https://github.com/fonttools/fonttools/pull/2146 from fontTools.
+
+ src/hb-ot-cmap-table.hh                            |  96 ++++++++++++++++++++-
+ test/api/fonts/Roboto-Regular.D7,D8,D9,DA,DE.ttf   | Bin 2532 -> 2472 bytes
+ test/api/fonts/Roboto-Regular.abc.ttf              | Bin 2168 -> 2132 bytes
+ test/api/fonts/Roboto-Regular.ac.ttf               | Bin 1988 -> 1940 bytes
+ test/subset/data/Makefile.am                       |   6 +-
+ .../basics/Roboto-Regular.abc.default.61,62,63.ttf | Bin 2448 -> 2412 bytes
+ .../basics/Roboto-Regular.abc.default.61,63.ttf    | Bin 2256 -> 2208 bytes
+ .../basics/Roboto-Regular.abc.default.61.ttf       | Bin 2044 -> 2008 bytes
+ .../basics/Roboto-Regular.abc.default.62.ttf       | Bin 1912 -> 1876 bytes
+ .../basics/Roboto-Regular.abc.default.63.ttf       | Bin 1968 -> 1932 bytes
+ ...to-Regular.abc.default.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
+ ...Regular.abc.drop-hints-retain-gids.61,62,63.ttf | Bin 1188 -> 1152 bytes
+ ...to-Regular.abc.drop-hints-retain-gids.61,63.ttf | Bin 1120 -> 1072 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf | Bin 980 -> 944 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.62.ttf | Bin 876 -> 840 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.63.ttf | Bin 964 -> 928 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 1188 -> 1152 bytes
+ .../Roboto-Regular.abc.drop-hints.61,62,63.ttf     | Bin 1188 -> 1152 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf | Bin 1104 -> 1056 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61.ttf    | Bin 980 -> 944 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.62.ttf    | Bin 872 -> 836 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.63.ttf    | Bin 952 -> 916 bytes
+ ...Regular.abc.drop-hints.retain-all-codepoint.ttf | Bin 1188 -> 1152 bytes
+ .../basics/Roboto-Regular.abc.gids.61,62,63.ttf    | Bin 2448 -> 2412 bytes
+ .../basics/Roboto-Regular.abc.gids.61,63.ttf       | Bin 2448 -> 2412 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.61.ttf | Bin 2448 -> 2412 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.62.ttf | Bin 2448 -> 2412 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.63.ttf | Bin 2448 -> 2412 bytes
+ ...oboto-Regular.abc.gids.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
+ .../Roboto-Regular.abc.glyph-names.61,62,63.ttf    | Bin 2448 -> 2412 bytes
+ .../Roboto-Regular.abc.glyph-names.61,63.ttf       | Bin 2256 -> 2208 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.61.ttf   | Bin 2044 -> 2008 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.62.ttf   | Bin 1912 -> 1876 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.63.ttf   | Bin 1968 -> 1932 bytes
+ ...egular.abc.glyph-names.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
+ ...gular.abc.keep-all-layout-features.61,62,63.ttf | Bin 2448 -> 2412 bytes
+ ...-Regular.abc.keep-all-layout-features.61,63.ttf | Bin 2256 -> 2208 bytes
+ ...oto-Regular.abc.keep-all-layout-features.61.ttf | Bin 2044 -> 2008 bytes
+ ...oto-Regular.abc.keep-all-layout-features.62.ttf | Bin 1912 -> 1876 bytes
+ ...oto-Regular.abc.keep-all-layout-features.63.ttf | Bin 1968 -> 1932 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
+ ...Roboto-Regular.abc.layout-features.61,62,63.ttf | Bin 2448 -> 2412 bytes
+ .../Roboto-Regular.abc.layout-features.61,63.ttf   | Bin 2256 -> 2208 bytes
+ .../Roboto-Regular.abc.layout-features.61.ttf      | Bin 2044 -> 2008 bytes
+ .../Roboto-Regular.abc.layout-features.62.ttf      | Bin 1912 -> 1876 bytes
+ .../Roboto-Regular.abc.layout-features.63.ttf      | Bin 1968 -> 1932 bytes
+ ...ar.abc.layout-features.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
+ .../Roboto-Regular.abc.name-ids.61,62,63.ttf       | Bin 2448 -> 2412 bytes
+ .../basics/Roboto-Regular.abc.name-ids.61,63.ttf   | Bin 2256 -> 2208 bytes
+ .../basics/Roboto-Regular.abc.name-ids.61.ttf      | Bin 2044 -> 2008 bytes
+ .../basics/Roboto-Regular.abc.name-ids.62.ttf      | Bin 1912 -> 1876 bytes
+ .../basics/Roboto-Regular.abc.name-ids.63.ttf      | Bin 1968 -> 1932 bytes
+ ...o-Regular.abc.name-ids.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
+ .../Roboto-Regular.abc.name-languages.61,62,63.ttf | Bin 2448 -> 2412 bytes
+ .../Roboto-Regular.abc.name-languages.61,63.ttf    | Bin 2256 -> 2208 bytes
+ .../Roboto-Regular.abc.name-languages.61.ttf       | Bin 2044 -> 2008 bytes
+ .../Roboto-Regular.abc.name-languages.62.ttf       | Bin 1912 -> 1876 bytes
+ .../Roboto-Regular.abc.name-languages.63.ttf       | Bin 1968 -> 1932 bytes
+ ...lar.abc.name-languages.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
+ .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    | Bin 2448 -> 2412 bytes
+ .../Roboto-Regular.abc.name-legacy.61,63.ttf       | Bin 2256 -> 2208 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.61.ttf   | Bin 2044 -> 2008 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.62.ttf   | Bin 1912 -> 1876 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.63.ttf   | Bin 1968 -> 1932 bytes
+ ...egular.abc.name-legacy.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
+ ...egular.abc.no-prune-unicode-ranges.61,62,63.ttf | Bin 2448 -> 2412 bytes
+ ...o-Regular.abc.no-prune-unicode-ranges.61,63.ttf | Bin 2256 -> 2208 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.61.ttf | Bin 2044 -> 2008 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.62.ttf | Bin 1912 -> 1876 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.63.ttf | Bin 1968 -> 1932 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
+ .../Roboto-Regular.abc.notdef-outline.61,62,63.ttf | Bin 2448 -> 2412 bytes
+ .../Roboto-Regular.abc.notdef-outline.61,63.ttf    | Bin 2256 -> 2208 bytes
+ .../Roboto-Regular.abc.notdef-outline.61.ttf       | Bin 2044 -> 2008 bytes
+ .../Roboto-Regular.abc.notdef-outline.62.ttf       | Bin 1912 -> 1876 bytes
+ .../Roboto-Regular.abc.notdef-outline.63.ttf       | Bin 1968 -> 1932 bytes
+ ...lar.abc.notdef-outline.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
+ .../Roboto-Regular.abc.retain-gids.61,62,63.ttf    | Bin 2448 -> 2412 bytes
+ .../Roboto-Regular.abc.retain-gids.61,63.ttf       | Bin 2272 -> 2224 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.61.ttf   | Bin 2044 -> 2008 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.62.ttf   | Bin 1920 -> 1884 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.63.ttf   | Bin 1984 -> 1948 bytes
+ ...egular.abc.retain-gids.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
+ ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 2004 -> 0 bytes
+ ...ubroutinize-retain-gids.1FC,21,41,20,62,63.otf} | Bin 20220 -> 20128 bytes
+ ...utline-desubroutinize-retain-gids.61,62,63.otf} | Bin 2324 -> 2280 bytes
+ ...-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf} | Bin 30528 -> 30448 bytes
+ ...-outline-desubroutinize.1FC,21,41,20,62,63.otf} | Bin 2448 -> 2356 bytes
+ ...lar.notdef-outline-desubroutinize.61,62,63.otf} | Bin 2128 -> 2084 bytes
+ ...tdef-outline-desubroutinize.D7,D8,D9,DA,DE.otf} | Bin 2320 -> 2252 bytes
+ ...ubroutinize-retain-gids.1FC,21,41,20,62,63.otf} | Bin 20052 -> 19960 bytes
+ ...-hints-desubroutinize-retain-gids.61,62,63.otf} | Bin 2200 -> 2156 bytes
+ ...-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf} | Bin 30360 -> 30280 bytes
+ ...op-hints-desubroutinize.1FC,21,41,20,62,63.otf} | Bin 2276 -> 2184 bytes
+ ...-outline-drop-hints-desubroutinize.61,62,63.otf | Bin 0 -> 1960 bytes
+ ...e-drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf} | Bin 2156 -> 2088 bytes
+ ...-drop-hints-retain-gids.1FC,21,41,20,62,63.otf} | Bin 20144 -> 20052 bytes
+ ...ef-outline-drop-hints-retain-gids.61,62,63.otf} | Bin 2240 -> 2196 bytes
+ ...line-drop-hints-retain-gids.D7,D8,D9,DA,DE.otf} | Bin 30376 -> 30296 bytes
+ ...tdef-outline-drop-hints.1FC,21,41,20,62,63.otf} | Bin 2360 -> 2268 bytes
+ ...Regular.notdef-outline-drop-hints.61,62,63.otf} | Bin 2072 -> 2028 bytes
+ ...r.notdef-outline-drop-hints.D7,D8,D9,DA,DE.otf} | Bin 2172 -> 2104 bytes
+ ...def-outline-retain-gids.1FC,21,41,20,62,63.otf} | Bin 20376 -> 20284 bytes
+ ...egular.notdef-outline-retain-gids.61,62,63.otf} | Bin 2392 -> 2348 bytes
+ ....notdef-outline-retain-gids.D7,D8,D9,DA,DE.otf} | Bin 30544 -> 30464 bytes
+ ...-Regular.notdef-outline.1FC,21,41,20,62,63.otf} | Bin 2592 -> 2500 bytes
+ ...rceSansPro-Regular.notdef-outline.61,62,63.otf} | Bin 2224 -> 2180 bytes
+ ...sPro-Regular.notdef-outline.D7,D8,D9,DA,DE.otf} | Bin 2340 -> 2272 bytes
+ ...ubset.default.3042,3044,3046,3048,304A,304B.otf | Bin 4912 -> 4820 bytes
+ ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 6300 -> 6196 bytes
+ ...eHanSans-Regular_subset.default.61,63,65,6B.otf | Bin 2620 -> 2540 bytes
+ ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6744 -> 6640 bytes
+ .../SourceHanSans-Regular_subset.default.660E.otf  | Bin 2488 -> 2444 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129912 -> 129820 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130944 -> 130840 bytes
+ ...bset.desubroutinize-retain-gids.61,63,65,6B.otf | Bin 3444 -> 3364 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 122060 -> 121956 bytes
+ ...ular_subset.desubroutinize-retain-gids.660E.otf | Bin 50788 -> 50744 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 4748 -> 4656 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5944 -> 5840 bytes
+ ...s-Regular_subset.desubroutinize.61,63,65,6B.otf | Bin 2552 -> 2472 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6236 -> 6132 bytes
+ ...eHanSans-Regular_subset.desubroutinize.660E.otf | Bin 2472 -> 2428 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129468 -> 129376 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130324 -> 130220 bytes
+ ...ints-desubroutinize-retain-gids.61,63,65,6B.otf | Bin 3324 -> 3244 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 121284 -> 121180 bytes
+ ....drop-hints-desubroutinize-retain-gids.660E.otf | Bin 50560 -> 50516 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 4440 -> 4348 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5428 -> 5324 bytes
+ ...ubset.drop-hints-desubroutinize.61,63,65,6B.otf | Bin 2448 -> 2368 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 5560 -> 5456 bytes
+ ...gular_subset.drop-hints-desubroutinize.660E.otf | Bin 2336 -> 2292 bytes
+ ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129608 -> 129516 bytes
+ ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130632 -> 130528 bytes
+ ...r_subset.drop-hints-retain-gids.61,63,65,6B.otf | Bin 3288 -> 3208 bytes
+ ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 121784 -> 121680 bytes
+ ...-Regular_subset.drop-hints-retain-gids.660E.otf | Bin 50576 -> 50532 bytes
+ ...et.drop-hints.3042,3044,3046,3048,304A,304B.otf | Bin 4576 -> 4484 bytes
+ ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5732 -> 5628 bytes
+ ...nSans-Regular_subset.drop-hints.61,63,65,6B.otf | Bin 2480 -> 2400 bytes
+ ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6056 -> 5952 bytes
+ ...ourceHanSans-Regular_subset.drop-hints.660E.otf | Bin 2348 -> 2304 bytes
+ ...t.retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 130072 -> 129980 bytes
+ ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 131300 -> 131196 bytes
+ ...Sans-Regular_subset.retain-gids.61,63,65,6B.otf | Bin 3444 -> 3364 bytes
+ ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 122564 -> 122460 bytes
+ ...urceHanSans-Regular_subset.retain-gids.660E.otf | Bin 50804 -> 50760 bytes
+ ...039,1005,100A,103A,1038,1010,103D,1031,104A.otf | Bin 7724 -> 0 bytes
+ .../cmap/AdobeBlank-Regular.default.61,62.ttf      | Bin 1252 -> 1208 bytes
+ ...eBlank-Regular.drop-hints-retain-gids.61,62.ttf | Bin 1468 -> 1424 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttf   | Bin 1080 -> 1036 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.61,62.ttf     | Bin 1000 -> 956 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttf  | Bin 1640 -> 1596 bytes
+ ...line-drop-hints-retain-gids.4E00,4E02,4E03.otf} | Bin
+ ...f-outline-drop-hints-retain-gids.4E00,4E03.otf} | Bin
+ ...line-drop-hints-retain-gids.4E00,4E05,4E07.otf} | Bin
+ ...line-drop-hints-retain-gids.4E02,4E03,4E08.otf} | Bin
+ ...notdef-outline-drop-hints-retain-gids.4E02.otf} | Bin
+ ...notdef-outline-drop-hints-retain-gids.4E03.otf} | Bin
+ ...drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf} | Bin
+ ...f-outline-drop-hints-retain-gids.4E08,4E09.otf} | Bin
+ ...notdef-outline-drop-hints-retain-gids.4E08.otf} | Bin
+ ...rop-hints-retain-gids.retain-all-codepoint.otf} | Bin
+ ...1.notdef-outline-drop-hints.4E00,4E02,4E03.otf} | Bin
+ ..._font1.notdef-outline-drop-hints.4E00,4E03.otf} | Bin
+ ...1.notdef-outline-drop-hints.4E00,4E05,4E07.otf} | Bin
+ ...1.notdef-outline-drop-hints.4E02,4E03,4E08.otf} | Bin
+ ...map14_font1.notdef-outline-drop-hints.4E02.otf} | Bin
+ ...map14_font1.notdef-outline-drop-hints.4E03.otf} | Bin
+ ...def-outline-drop-hints.4E05,4E07,4E08,4E09.otf} | Bin
+ ..._font1.notdef-outline-drop-hints.4E08,4E09.otf} | Bin
+ ...map14_font1.notdef-outline-drop-hints.4E08.otf} | Bin
+ ...ef-outline-drop-hints.retain-all-codepoint.otf} | Bin
+ ...4_font1.notdef-outline-gids.4E00,4E02,4E03.otf} | Bin
+ ...cmap14_font1.notdef-outline-gids.4E00,4E03.otf} | Bin
+ ...4_font1.notdef-outline-gids.4E00,4E05,4E07.otf} | Bin
+ ...4_font1.notdef-outline-gids.4E02,4E03,4E08.otf} | Bin
+ ...f => cmap14_font1.notdef-outline-gids.4E02.otf} | Bin
+ ...f => cmap14_font1.notdef-outline-gids.4E03.otf} | Bin
+ ...t1.notdef-outline-gids.4E05,4E07,4E08,4E09.otf} | Bin
+ ...cmap14_font1.notdef-outline-gids.4E08,4E09.otf} | Bin
+ ...f => cmap14_font1.notdef-outline-gids.4E08.otf} | Bin
+ ...1.notdef-outline-gids.retain-all-codepoint.otf} | Bin
+ ...nt1.notdef-outline-name-ids.4E00,4E02,4E03.otf} | Bin
+ ...14_font1.notdef-outline-name-ids.4E00,4E03.otf} | Bin
+ ...nt1.notdef-outline-name-ids.4E00,4E05,4E07.otf} | Bin
+ ...nt1.notdef-outline-name-ids.4E02,4E03,4E08.otf} | Bin
+ ... cmap14_font1.notdef-outline-name-ids.4E02.otf} | Bin
+ ... cmap14_font1.notdef-outline-name-ids.4E03.otf} | Bin
+ ...otdef-outline-name-ids.4E05,4E07,4E08,4E09.otf} | Bin
+ ...14_font1.notdef-outline-name-ids.4E08,4E09.otf} | Bin
+ ... cmap14_font1.notdef-outline-name-ids.4E08.otf} | Bin
+ ...tdef-outline-name-ids.retain-all-codepoint.otf} | Bin
+ ....notdef-outline-retain-gids.4E00,4E02,4E03.otf} | Bin
+ ...font1.notdef-outline-retain-gids.4E00,4E03.otf} | Bin
+ ....notdef-outline-retain-gids.4E00,4E05,4E07.otf} | Bin
+ ....notdef-outline-retain-gids.4E02,4E03,4E08.otf} | Bin
+ ...ap14_font1.notdef-outline-retain-gids.4E02.otf} | Bin
+ ...ap14_font1.notdef-outline-retain-gids.4E03.otf} | Bin
+ ...ef-outline-retain-gids.4E05,4E07,4E08,4E09.otf} | Bin
+ ...font1.notdef-outline-retain-gids.4E08,4E09.otf} | Bin
+ ...ap14_font1.notdef-outline-retain-gids.4E08.otf} | Bin
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin
+ ...cmap14_font1.notdef-outline.4E00,4E02,4E03.otf} | Bin
+ ...f => cmap14_font1.notdef-outline.4E00,4E03.otf} | Bin
+ ...cmap14_font1.notdef-outline.4E00,4E05,4E07.otf} | Bin
+ ...cmap14_font1.notdef-outline.4E02,4E03,4E08.otf} | Bin
+ ...02.otf => cmap14_font1.notdef-outline.4E02.otf} | Bin
+ ...03.otf => cmap14_font1.notdef-outline.4E03.otf} | Bin
+ ...4_font1.notdef-outline.4E05,4E07,4E08,4E09.otf} | Bin
+ ...f => cmap14_font1.notdef-outline.4E08,4E09.otf} | Bin
+ ...08.otf => cmap14_font1.notdef-outline.4E08.otf} | Bin
+ ..._font1.notdef-outline.retain-all-codepoint.otf} | Bin
+ ...line-drop-hints-retain-gids.4E00,4E02,4E03.otf} | Bin
+ ...f-outline-drop-hints-retain-gids.4E00,4E03.otf} | Bin
+ ...line-drop-hints-retain-gids.4E00,4E05,4E07.otf} | Bin
+ ...line-drop-hints-retain-gids.4E02,4E03,4E08.otf} | Bin
+ ...notdef-outline-drop-hints-retain-gids.4E02.otf} | Bin
+ ...notdef-outline-drop-hints-retain-gids.4E03.otf} | Bin
+ ...drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf} | Bin
+ ...f-outline-drop-hints-retain-gids.4E08,4E09.otf} | Bin
+ ...notdef-outline-drop-hints-retain-gids.4E08.otf} | Bin
+ ...rop-hints-retain-gids.retain-all-codepoint.otf} | Bin
+ ...2.notdef-outline-drop-hints.4E00,4E02,4E03.otf} | Bin
+ ..._font2.notdef-outline-drop-hints.4E00,4E03.otf} | Bin
+ ...2.notdef-outline-drop-hints.4E00,4E05,4E07.otf} | Bin
+ ...2.notdef-outline-drop-hints.4E02,4E03,4E08.otf} | Bin
+ ...map14_font2.notdef-outline-drop-hints.4E02.otf} | Bin
+ ...map14_font2.notdef-outline-drop-hints.4E03.otf} | Bin
+ ...def-outline-drop-hints.4E05,4E07,4E08,4E09.otf} | Bin
+ ..._font2.notdef-outline-drop-hints.4E08,4E09.otf} | Bin
+ ...map14_font2.notdef-outline-drop-hints.4E08.otf} | Bin
+ ...ef-outline-drop-hints.retain-all-codepoint.otf} | Bin
+ ...4_font2.notdef-outline-gids.4E00,4E02,4E03.otf} | Bin
+ ...cmap14_font2.notdef-outline-gids.4E00,4E03.otf} | Bin
+ ...4_font2.notdef-outline-gids.4E00,4E05,4E07.otf} | Bin
+ ...4_font2.notdef-outline-gids.4E02,4E03,4E08.otf} | Bin
+ ...f => cmap14_font2.notdef-outline-gids.4E02.otf} | Bin
+ ...f => cmap14_font2.notdef-outline-gids.4E03.otf} | Bin
+ ...t2.notdef-outline-gids.4E05,4E07,4E08,4E09.otf} | Bin
+ ...cmap14_font2.notdef-outline-gids.4E08,4E09.otf} | Bin
+ ...f => cmap14_font2.notdef-outline-gids.4E08.otf} | Bin
+ ...2.notdef-outline-gids.retain-all-codepoint.otf} | Bin
+ ...nt2.notdef-outline-name-ids.4E00,4E02,4E03.otf} | Bin
+ ...14_font2.notdef-outline-name-ids.4E00,4E03.otf} | Bin
+ ...nt2.notdef-outline-name-ids.4E00,4E05,4E07.otf} | Bin
+ ...nt2.notdef-outline-name-ids.4E02,4E03,4E08.otf} | Bin
+ ... cmap14_font2.notdef-outline-name-ids.4E02.otf} | Bin
+ ... cmap14_font2.notdef-outline-name-ids.4E03.otf} | Bin
+ ...otdef-outline-name-ids.4E05,4E07,4E08,4E09.otf} | Bin
+ ...14_font2.notdef-outline-name-ids.4E08,4E09.otf} | Bin
+ ... cmap14_font2.notdef-outline-name-ids.4E08.otf} | Bin
+ ...tdef-outline-name-ids.retain-all-codepoint.otf} | Bin
+ ....notdef-outline-retain-gids.4E00,4E02,4E03.otf} | Bin
+ ...font2.notdef-outline-retain-gids.4E00,4E03.otf} | Bin
+ ....notdef-outline-retain-gids.4E00,4E05,4E07.otf} | Bin
+ ....notdef-outline-retain-gids.4E02,4E03,4E08.otf} | Bin
+ ...ap14_font2.notdef-outline-retain-gids.4E02.otf} | Bin
+ ...ap14_font2.notdef-outline-retain-gids.4E03.otf} | Bin
+ ...ef-outline-retain-gids.4E05,4E07,4E08,4E09.otf} | Bin
+ ...font2.notdef-outline-retain-gids.4E08,4E09.otf} | Bin
+ ...ap14_font2.notdef-outline-retain-gids.4E08.otf} | Bin
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin
+ ...cmap14_font2.notdef-outline.4E00,4E02,4E03.otf} | Bin
+ ...f => cmap14_font2.notdef-outline.4E00,4E03.otf} | Bin
+ ...cmap14_font2.notdef-outline.4E00,4E05,4E07.otf} | Bin
+ ...cmap14_font2.notdef-outline.4E02,4E03,4E08.otf} | Bin
+ ...02.otf => cmap14_font2.notdef-outline.4E02.otf} | Bin
+ ...03.otf => cmap14_font2.notdef-outline.4E03.otf} | Bin
+ ...4_font2.notdef-outline.4E05,4E07,4E08,4E09.otf} | Bin
+ ...f => cmap14_font2.notdef-outline.4E08,4E09.otf} | Bin
+ ...08.otf => cmap14_font2.notdef-outline.4E08.otf} | Bin
+ ..._font2.notdef-outline.retain-all-codepoint.otf} | Bin
+ .../TwemojiMozilla.subset.default.32,3297,3299.ttf | Bin 1936 -> 1868 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3297.ttf | Bin 1400 -> 1344 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3299.ttf | Bin 1576 -> 1520 bytes
+ .../colr/TwemojiMozilla.subset.default.32.ttf      | Bin 932 -> 888 bytes
+ .../TwemojiMozilla.subset.default.3297,3299.ttf    | Bin 1916 -> 1860 bytes
+ .../colr/TwemojiMozilla.subset.default.3297.ttf    | Bin 1376 -> 1332 bytes
+ .../colr/TwemojiMozilla.subset.default.3299.ttf    | Bin 1552 -> 1508 bytes
+ ....subset.drop-hints-retain-gids.32,3297,3299.ttf | Bin 1916 -> 1848 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3297.ttf | Bin 1396 -> 1340 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3299.ttf | Bin 1576 -> 1520 bytes
+ ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf | Bin 912 -> 868 bytes
+ ...lla.subset.drop-hints-retain-gids.3297,3299.ttf | Bin 1900 -> 1844 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3297.ttf | Bin 1372 -> 1328 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3299.ttf | Bin 1552 -> 1508 bytes
+ ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf | Bin 1916 -> 1848 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   | Bin 1380 -> 1324 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   | Bin 1556 -> 1500 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   | Bin 912 -> 868 bytes
+ .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf | Bin 1896 -> 1840 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf | Bin 1356 -> 1312 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf | Bin 1532 -> 1488 bytes
+ ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf | Bin 1936 -> 1868 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  | Bin 1416 -> 1360 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  | Bin 1596 -> 1540 bytes
+ .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  | Bin 932 -> 888 bytes
+ ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf | Bin 1920 -> 1864 bytes
+ .../TwemojiMozilla.subset.retain-gids.3297.ttf     | Bin 1392 -> 1348 bytes
+ .../TwemojiMozilla.subset.retain-gids.3299.ttf     | Bin 1572 -> 1528 bytes
+ ...oColrEmojiGlyf-Regular.subset.default.1f35e.ttf | Bin 3004 -> 0 bytes
+ ...oColrEmojiGlyf-Regular.subset.default.1f696.ttf | Bin 3752 -> 0 bytes
+ ...Regular.subset.drop-hints-retain-gids.1f35e.ttf | Bin 3516 -> 0 bytes
+ ...Regular.subset.drop-hints-retain-gids.1f696.ttf | Bin 5048 -> 0 bytes
+ ...lrEmojiGlyf-Regular.subset.drop-hints.1f35e.ttf | Bin 3004 -> 0 bytes
+ ...lrEmojiGlyf-Regular.subset.drop-hints.1f696.ttf | Bin 3752 -> 0 bytes
+ ...rEmojiGlyf-Regular.subset.retain-gids.1f35e.ttf | Bin 3516 -> 0 bytes
+ ...rEmojiGlyf-Regular.subset.retain-gids.1f696.ttf | Bin 5048 -> 0 bytes
+ .../colrv1/TestCOLRv1.default.E000,E004.ttf        | Bin 900 -> 0 bytes
+ .../colrv1/TestCOLRv1.default.E003,E004.ttf        | Bin 1000 -> 0 bytes
+ .../expected/colrv1/TestCOLRv1.default.E004.ttf    | Bin 744 -> 0 bytes
+ .../TestCOLRv1.default.retain-all-codepoint.ttf    | Bin 1444 -> 0 bytes
+ ...TestCOLRv1.drop-hints-retain-gids.E000,E004.ttf | Bin 984 -> 0 bytes
+ ...TestCOLRv1.drop-hints-retain-gids.E003,E004.ttf | Bin 1076 -> 0 bytes
+ .../TestCOLRv1.drop-hints-retain-gids.E004.ttf     | Bin 836 -> 0 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 1444 -> 0 bytes
+ .../colrv1/TestCOLRv1.drop-hints.E000,E004.ttf     | Bin 900 -> 0 bytes
+ .../colrv1/TestCOLRv1.drop-hints.E003,E004.ttf     | Bin 1000 -> 0 bytes
+ .../expected/colrv1/TestCOLRv1.drop-hints.E004.ttf | Bin 744 -> 0 bytes
+ .../TestCOLRv1.drop-hints.retain-all-codepoint.ttf | Bin 1444 -> 0 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E000,E004.ttf    | Bin 984 -> 0 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E003,E004.ttf    | Bin 1076 -> 0 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E004.ttf         | Bin 836 -> 0 bytes
+ ...TestCOLRv1.retain-gids.retain-all-codepoint.ttf | Bin 1444 -> 0 bytes
+ .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 3076 -> 3004 bytes
+ .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2668 -> 2632 bytes
+ .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 3020 -> 2960 bytes
+ ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1628 -> 1556 bytes
+ .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1408 -> 1372 bytes
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1644 -> 1584 bytes
+ ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 3960 -> 3888 bytes
+ .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 3820 -> 3784 bytes
+ ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4384 -> 4324 bytes
+ ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 3948 -> 3876 bytes
+ ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 3820 -> 3784 bytes
+ ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4384 -> 4324 bytes
+ ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 2700 -> 2616 bytes
+ ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2944 -> 2848 bytes
+ .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2320 -> 2248 bytes
+ ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3240 -> 3144 bytes
+ .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 1980 -> 1944 bytes
+ ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 1972 -> 1888 bytes
+ ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2216 -> 2120 bytes
+ .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1592 -> 1520 bytes
+ ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2512 -> 2416 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1252 -> 1216 bytes
+ ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttf | Bin 2700 -> 2616 bytes
+ ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2944 -> 2848 bytes
+ .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttf      | Bin 2320 -> 2248 bytes
+ ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3240 -> 3144 bytes
+ .../japanese/Mplus1p-Regular.keep-gdef.660E.ttf    | Bin 1980 -> 1944 bytes
+ ...les_f1.notdef-outline-retain-gids.41,42,43.otf} | Bin 2052 -> 2016 bytes
+ ...brules_f1.notdef-outline-retain-gids.41,42.otf} | Bin 1948 -> 1912 bytes
+ ...brules_f1.notdef-outline-retain-gids.41,43.otf} | Bin 2068 -> 2020 bytes
+ ..._subrules_f1.notdef-outline-retain-gids.41.otf} | Bin 1932 -> 1896 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3912 -> 3876 bytes
+ ...ltiple_subrules_f1.notdef-outline.41,42,43.otf} | Bin 1340 -> 1304 bytes
+ ..._multiple_subrules_f1.notdef-outline.41,42.otf} | Bin 1240 -> 1204 bytes
+ ..._multiple_subrules_f1.notdef-outline.41,43.otf} | Bin 1348 -> 1300 bytes
+ ...xt1_multiple_subrules_f1.notdef-outline.41.otf} | Bin 1228 -> 1192 bytes
+ ...les_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3912 -> 3876 bytes
+ ...les_f1.notdef-outline-retain-gids.41,42,43.otf} | Bin 2052 -> 2016 bytes
+ ...brules_f1.notdef-outline-retain-gids.41,42.otf} | Bin 1948 -> 1912 bytes
+ ...brules_f1.notdef-outline-retain-gids.41,43.otf} | Bin 2068 -> 2020 bytes
+ ..._subrules_f1.notdef-outline-retain-gids.41.otf} | Bin 1932 -> 1896 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3912 -> 3876 bytes
+ ...ltiple_subrules_f1.notdef-outline.41,42,43.otf} | Bin 1340 -> 1304 bytes
+ ..._multiple_subrules_f1.notdef-outline.41,42.otf} | Bin 1240 -> 1204 bytes
+ ..._multiple_subrules_f1.notdef-outline.41,43.otf} | Bin 1348 -> 1300 bytes
+ ...xt2_multiple_subrules_f1.notdef-outline.41.otf} | Bin 1228 -> 1192 bytes
+ ...les_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3912 -> 3876 bytes
+ .../gpos_context3_simple_f1.default.41,42,43.otf   | Bin 1320 -> 0 bytes
+ ...ple_f1.notdef-outline-retain-gids.41,42,43.otf} | Bin 2008 -> 1996 bytes
+ ...simple_f1.notdef-outline-retain-gids.41,42.otf} | Bin 1904 -> 1892 bytes
+ ..._simple_f1.notdef-outline-retain-gids.41,43.otf | Bin 0 -> 2000 bytes
+ ...t3_simple_f1.notdef-outline-retain-gids.41.otf} | Bin 1888 -> 1876 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3892 -> 3856 bytes
+ ...context3_simple_f1.notdef-outline.41,42,43.otf} | Bin 1296 -> 1284 bytes
+ ...os_context3_simple_f1.notdef-outline.41,42.otf} | Bin 1196 -> 1184 bytes
+ ...os_context3_simple_f1.notdef-outline.41,43.otf} | Bin 1304 -> 1280 bytes
+ .../gpos_context3_simple_f1.notdef-outline.41.otf} | Bin 1184 -> 1172 bytes
+ ...ple_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3892 -> 3856 bytes
+ ...pos_context3_simple_f1.retain-gids.41,42,43.otf | Bin 2032 -> 0 bytes
+ .../gpos_context3_simple_f1.retain-gids.41,43.otf  | Bin 2048 -> 0 bytes
+ ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.otf | Bin 5460 -> 0 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.otf   | Bin 4928 -> 0 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42.otf      | Bin 4448 -> 0 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.otf   | Bin 4596 -> 0 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41.otf         | Bin 3748 -> 0 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.42,57.otf      | Bin 4580 -> 0 bytes
+ ...type.notdef-outline-drop-hints.41,42,43,57.otf} | Bin
+ ...ototype.notdef-outline-drop-hints.41,42,43.otf} | Bin
+ ...FPrototype.notdef-outline-drop-hints.41,42.otf} | Bin
+ ...ototype.notdef-outline-drop-hints.41,56,57.otf} | Bin
+ ...beVFPrototype.notdef-outline-drop-hints.41.otf} | Bin
+ ...FPrototype.notdef-outline-drop-hints.42,57.otf} | Bin
+ ...dobeVFPrototype.notdef-outline.41,42,43,57.otf} | Bin
+ ...> AdobeVFPrototype.notdef-outline.41,42,43.otf} | Bin
+ ...f => AdobeVFPrototype.notdef-outline.41,42.otf} | Bin
+ ...> AdobeVFPrototype.notdef-outline.41,56,57.otf} | Bin
+ ....otf => AdobeVFPrototype.notdef-outline.41.otf} | Bin
+ ...f => AdobeVFPrototype.notdef-outline.42,57.otf} | Bin
+ .../Roboto-Regular.default.1E00,303.ttf            | Bin 2520 -> 2472 bytes
+ .../layout.gdef/Roboto-Regular.default.303.ttf     | Bin 2112 -> 2076 bytes
+ .../Roboto-Regular.default.309,20,30F.ttf          | Bin 2208 -> 2148 bytes
+ .../layout.gdef/Roboto-Regular.default.323.ttf     | Bin 2004 -> 1968 bytes
+ .../Roboto-Regular.default.41,42,43.ttf            | Bin 2568 -> 2532 bytes
+ .../Roboto-Regular.drop-hints.1E00,303.ttf         | Bin 1376 -> 1328 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  | Bin 1108 -> 1072 bytes
+ .../Roboto-Regular.drop-hints.309,20,30F.ttf       | Bin 1168 -> 1108 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  | Bin 1052 -> 1016 bytes
+ .../Roboto-Regular.drop-hints.41,42,43.ttf         | Bin 1384 -> 1348 bytes
+ .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf     | Bin 2520 -> 2472 bytes
+ .../Roboto-Regular.keep-gdef-gpos.303.ttf          | Bin 2112 -> 2076 bytes
+ .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf   | Bin 2208 -> 2148 bytes
+ .../Roboto-Regular.keep-gdef-gpos.323.ttf          | Bin 2004 -> 1968 bytes
+ .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     | Bin 2568 -> 2532 bytes
+ ...os1_2_font.notdef-outline-retain-gids.41,43.otf | Bin 0 -> 1980 bytes
+ ...s1_2_font.notdef-outline-retain-gids.41,46.otf} | Bin 2188 -> 2140 bytes
+ ...gpos1_2_font.notdef-outline-retain-gids.41.otf} | Bin 1888 -> 1856 bytes
+ ...s1_2_font.notdef-outline-retain-gids.42,44.otf} | Bin 2012 -> 1964 bytes
+ ...s1_2_font.notdef-outline-retain-gids.43,46.otf} | Bin 2052 -> 2004 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3816 -> 3780 bytes
+ ...3.otf => gpos1_2_font.notdef-outline.41,43.otf} | Bin 1308 -> 1260 bytes
+ ...6.otf => gpos1_2_font.notdef-outline.41,46.otf} | Bin 1436 -> 1388 bytes
+ .../gpos1_2_font.notdef-outline.41.otf}            | Bin 1184 -> 1152 bytes
+ ...4.otf => gpos1_2_font.notdef-outline.42,44.otf} | Bin 1280 -> 1232 bytes
+ ...6.otf => gpos1_2_font.notdef-outline.43,46.otf} | Bin 1300 -> 1252 bytes
+ ...2_font.notdef-outline.retain-all-codepoint.otf} | Bin 3816 -> 3780 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.41,43.otf | Bin 2028 -> 0 bytes
+ ..._font7.notdef-outline-retain-gids.21,23,25.otf} | Bin 1716 -> 1656 bytes
+ ...2_1_font7.notdef-outline-retain-gids.21,23.otf} | Bin 1580 -> 1532 bytes
+ ...2_1_font7.notdef-outline-retain-gids.2E,23.otf} | Bin 1960 -> 1912 bytes
+ ..._font7.notdef-outline-retain-gids.41,42,43.otf} | Bin 2008 -> 1976 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3816 -> 3780 bytes
+ ...f => gpos2_1_font7.notdef-outline.21,23,25.otf} | Bin 1372 -> 1312 bytes
+ ....otf => gpos2_1_font7.notdef-outline.21,23.otf} | Bin 1252 -> 1204 bytes
+ ....otf => gpos2_1_font7.notdef-outline.2E,23.otf} | Bin 1524 -> 1476 bytes
+ .../gpos2_1_font7.notdef-outline.41,42,43.otf}     | Bin 1296 -> 1264 bytes
+ ..._font7.notdef-outline.retain-all-codepoint.otf} | Bin 3816 -> 3780 bytes
+ ..._font5.notdef-outline-retain-gids.21,23,25.otf} | Bin 1716 -> 1656 bytes
+ ...2_2_font5.notdef-outline-retain-gids.21,23.otf} | Bin 1580 -> 1532 bytes
+ ...2_2_font5.notdef-outline-retain-gids.2E,23.otf} | Bin 1960 -> 1912 bytes
+ ..._font5.notdef-outline-retain-gids.41,42,43.otf} | Bin 2012 -> 1976 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3816 -> 3780 bytes
+ ...f => gpos2_2_font5.notdef-outline.21,23,25.otf} | Bin 1372 -> 1312 bytes
+ ....otf => gpos2_2_font5.notdef-outline.21,23.otf} | Bin 1252 -> 1204 bytes
+ ....otf => gpos2_2_font5.notdef-outline.2E,23.otf} | Bin 1524 -> 1476 bytes
+ ...f => gpos2_2_font5.notdef-outline.41,42,43.otf} | Bin 1300 -> 1264 bytes
+ ..._font5.notdef-outline.retain-all-codepoint.otf} | Bin 3816 -> 3780 bytes
+ ...os3_font3.notdef-outline-retain-gids.28,29.otf} | Bin 1652 -> 1616 bytes
+ ...os3_font3.notdef-outline-retain-gids.28,2B.otf} | Bin 1800 -> 1752 bytes
+ ...os3_font3.notdef-outline-retain-gids.29,2B.otf} | Bin 1712 -> 1664 bytes
+ ..._font3.notdef-outline-retain-gids.41,42,43.otf} | Bin 2012 -> 1972 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3848 -> 3812 bytes
+ ...29.otf => gpos3_font3.notdef-outline.28,29.otf} | Bin 1260 -> 1224 bytes
+ ...2B.otf => gpos3_font3.notdef-outline.28,2B.otf} | Bin 1392 -> 1344 bytes
+ ...2B.otf => gpos3_font3.notdef-outline.29,2B.otf} | Bin 1304 -> 1256 bytes
+ .../gpos3_font3.notdef-outline.41,42,43.otf}       | Bin 1300 -> 1260 bytes
+ ..._font3.notdef-outline.retain-all-codepoint.otf} | Bin 3848 -> 3812 bytes
+ .../gpos4_multiple_anchors_1.default.41,42,43.otf  | Bin 1320 -> 0 bytes
+ .../gpos4_multiple_anchors_1.default.41.otf        | Bin 1208 -> 0 bytes
+ ...s_1.notdef-outline-retain-gids.41,42,43,44.otf} | Bin 2220 -> 2208 bytes
+ ...s_1.notdef-outline-retain-gids.41,42,43,45.otf} | Bin 2268 -> 2220 bytes
+ ...chors_1.notdef-outline-retain-gids.41,42,43.otf | Bin 0 -> 1996 bytes
+ ...anchors_1.notdef-outline-retain-gids.41,42.otf} | Bin 1904 -> 1892 bytes
+ ....notdef-outline-retain-gids.41,43,44,45,46.otf} | Bin 2584 -> 2560 bytes
+ ...hors_1.notdef-outline-retain-gids.41,43,44.otf} | Bin 2240 -> 2216 bytes
+ ...hors_1.notdef-outline-retain-gids.41,43,45.otf} | Bin 2260 -> 2224 bytes
+ ..._anchors_1.notdef-outline-retain-gids.41,43.otf | Bin 0 -> 2000 bytes
+ ...le_anchors_1.notdef-outline-retain-gids.41.otf} | Bin 1892 -> 1876 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3880 -> 3844 bytes
+ ...tiple_anchors_1.notdef-outline.41,42,43,44.otf} | Bin 1504 -> 1492 bytes
+ ...tiple_anchors_1.notdef-outline.41,42,43,45.otf} | Bin 1512 -> 1488 bytes
+ ..._multiple_anchors_1.notdef-outline.41,42,43.otf | Bin 0 -> 1284 bytes
+ ...s4_multiple_anchors_1.notdef-outline.41,42.otf} | Bin 1196 -> 1184 bytes
+ ...le_anchors_1.notdef-outline.41,43,44,45,46.otf} | Bin 1856 -> 1832 bytes
+ ...multiple_anchors_1.notdef-outline.41,43,44.otf} | Bin 1516 -> 1492 bytes
+ ...multiple_anchors_1.notdef-outline.41,43,45.otf} | Bin 1524 -> 1488 bytes
+ ...s4_multiple_anchors_1.notdef-outline.41,43.otf} | Bin 1328 -> 1280 bytes
+ ...gpos4_multiple_anchors_1.notdef-outline.41.otf} | Bin 1188 -> 1172 bytes
+ ...hors_1.notdef-outline.retain-all-codepoint.otf} | Bin 3880 -> 3844 bytes
+ ...os4_multiple_anchors_1.retain-gids.41,42,43.otf | Bin 2032 -> 0 bytes
+ .../gpos4_multiple_anchors_1.retain-gids.41,43.otf | Bin 2048 -> 0 bytes
+ .../gpos4_multiple_anchors_1.retain-gids.41.otf    | Bin 1912 -> 0 bytes
+ .../layout.gpos5/gpos5_font1.default.42.otf        | Bin 1084 -> 0 bytes
+ ...nt1.notdef-outline-retain-gids.41,42,43,44.otf} | Bin 2260 -> 2224 bytes
+ ...nt1.notdef-outline-retain-gids.41,42,43,45.otf} | Bin 2284 -> 2236 bytes
+ ..._font1.notdef-outline-retain-gids.41,42,43.otf} | Bin 2048 -> 2012 bytes
+ ..._font1.notdef-outline-retain-gids.41,42,44.otf} | Bin 2192 -> 2144 bytes
+ ..._font1.notdef-outline-retain-gids.41,42,45.otf} | Bin 2192 -> 2144 bytes
+ ...os5_font1.notdef-outline-retain-gids.41,42.otf} | Bin 1944 -> 1908 bytes
+ ...pos5_font1.notdef-outline-retain-gids.41,43.otf | Bin 0 -> 2016 bytes
+ ... gpos5_font1.notdef-outline-retain-gids.41.otf} | Bin 1928 -> 1892 bytes
+ ... gpos5_font1.notdef-outline-retain-gids.42.otf} | Bin 1800 -> 1764 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3896 -> 3860 bytes
+ ... => gpos5_font1.notdef-outline.41,42,43,44.otf} | Bin 1544 -> 1508 bytes
+ ... => gpos5_font1.notdef-outline.41,42,43,45.otf} | Bin 1552 -> 1504 bytes
+ ...otf => gpos5_font1.notdef-outline.41,42,43.otf} | Bin 1336 -> 1300 bytes
+ ...otf => gpos5_font1.notdef-outline.41,42,44.otf} | Bin 1468 -> 1420 bytes
+ ...otf => gpos5_font1.notdef-outline.41,42,45.otf} | Bin 1456 -> 1408 bytes
+ ...42.otf => gpos5_font1.notdef-outline.41,42.otf} | Bin 1236 -> 1200 bytes
+ ...43.otf => gpos5_font1.notdef-outline.41,43.otf} | Bin 1344 -> 1296 bytes
+ ...lt.41.otf => gpos5_font1.notdef-outline.41.otf} | Bin 1224 -> 1188 bytes
+ .../layout.gpos5/gpos5_font1.notdef-outline.42.otf | Bin 0 -> 1048 bytes
+ ..._font1.notdef-outline.retain-all-codepoint.otf} | Bin 3896 -> 3860 bytes
+ .../layout.gpos5/gpos5_font1.retain-gids.41,43.otf | Bin 2064 -> 0 bytes
+ ...nt1.notdef-outline-retain-gids.41,42,43,44.otf} | Bin 2244 -> 2184 bytes
+ ...nt1.notdef-outline-retain-gids.41,42,43,45.otf} | Bin 2244 -> 2196 bytes
+ ...6_font1.notdef-outline-retain-gids.41,42,43.otf | Bin 0 -> 1972 bytes
+ ...os6_font1.notdef-outline-retain-gids.41,42.otf} | Bin 1928 -> 1868 bytes
+ ....notdef-outline-retain-gids.41,43,44,45,46.otf} | Bin 2608 -> 2536 bytes
+ ..._font1.notdef-outline-retain-gids.41,43,44.otf} | Bin 2264 -> 2192 bytes
+ ..._font1.notdef-outline-retain-gids.41,43,45.otf} | Bin 2284 -> 2200 bytes
+ ...pos6_font1.notdef-outline-retain-gids.41,43.otf | Bin 0 -> 1976 bytes
+ .../gpos6_font1.notdef-outline-retain-gids.41.otf} | Bin 1912 -> 1852 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3856 -> 3820 bytes
+ .../gpos6_font1.notdef-outline.41,42,43,44.otf}    | Bin 1528 -> 1468 bytes
+ .../gpos6_font1.notdef-outline.41,42,43,45.otf}    | Bin 1536 -> 1464 bytes
+ .../gpos6_font1.notdef-outline.41,42,43.otf        | Bin 0 -> 1260 bytes
+ .../gpos6_font1.notdef-outline.41,42.otf}          | Bin 1220 -> 1160 bytes
+ .../gpos6_font1.notdef-outline.41,43,44,45,46.otf} | Bin 1880 -> 1808 bytes
+ .../gpos6_font1.notdef-outline.41,43,44.otf}       | Bin 1540 -> 1468 bytes
+ .../gpos6_font1.notdef-outline.41,43,45.otf}       | Bin 1548 -> 1464 bytes
+ .../gpos6_font1.notdef-outline.41,43.otf}          | Bin 1328 -> 1256 bytes
+ .../gpos6_font1.notdef-outline.41.otf}             | Bin 1208 -> 1148 bytes
+ ..._font1.notdef-outline.retain-all-codepoint.otf} | Bin 3856 -> 3820 bytes
+ .../layout.gpos6/gpos6_font1.retain-gids.41,43.otf | Bin 2024 -> 0 bytes
+ ...ular.default.627,644,623,62D,644,627,645,2E.ttf | Bin 12684 -> 12592 bytes
+ .../Amiri-Regular.default.627,644,62D,628.ttf      | Bin 9992 -> 9924 bytes
+ .../Amiri-Regular.default.627,644.ttf              | Bin 4168 -> 4112 bytes
+ ...-Regular.default.633,645,627,621,20,644,627.ttf | Bin 9516 -> 9424 bytes
+ .../Amiri-Regular.default.63A,64A,631.ttf          | Bin 7324 -> 7256 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 48012 -> 47920 bytes
+ .../Amiri-Regular.retain-gids.627,644,62D,628.ttf  | Bin 42640 -> 42572 bytes
+ .../Amiri-Regular.retain-gids.627,644.ttf          | Bin 36696 -> 36640 bytes
+ ...ular.retain-gids.633,645,627,621,20,644,627.ttf | Bin 45908 -> 45816 bytes
+ .../Amiri-Regular.retain-gids.63A,64A,631.ttf      | Bin 37988 -> 37920 bytes
+ ...ning1_multiple_subrules_f1.default.41,42,43.otf | Bin 1344 -> 0 bytes
+ ..._f1.notdef-outline-retain-gids.30,31,32,33.otf} | Bin 2304 -> 2292 bytes
+ ...ules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 0 -> 2020 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3916 -> 3880 bytes
+ ...ple_subrules_f1.notdef-outline.30,31,32,33.otf} | Bin 1832 -> 1820 bytes
+ ...ultiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 0 -> 1308 bytes
+ ...les_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3916 -> 3880 bytes
+ ...1_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2056 -> 0 bytes
+ ...ning2_multiple_subrules_f1.default.41,42,43.otf | Bin 1344 -> 0 bytes
+ ..._f1.notdef-outline-retain-gids.30,31,32,33.otf} | Bin 2328 -> 2292 bytes
+ ...ules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 0 -> 2020 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3916 -> 3880 bytes
+ ...ple_subrules_f1.notdef-outline.30,31,32,33.otf} | Bin 1856 -> 1820 bytes
+ ...ultiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 0 -> 1308 bytes
+ ...les_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3916 -> 3880 bytes
+ ...2_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2056 -> 0 bytes
+ .../gpos_chaining3_simple_f1.default.41,42,43.otf  | Bin 1320 -> 0 bytes
+ ..._f1.notdef-outline-retain-gids.30,31,32,33.otf} | Bin 2328 -> 2268 bytes
+ ...mple_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 0 -> 1996 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3892 -> 3856 bytes
+ ...ning3_simple_f1.notdef-outline.30,31,32,33.otf} | Bin 1856 -> 1796 bytes
+ ...chaining3_simple_f1.notdef-outline.41,42,43.otf | Bin 0 -> 1284 bytes
+ ...ple_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3892 -> 3856 bytes
+ ...os_chaining3_simple_f1.retain-gids.41,42,43.otf | Bin 2032 -> 0 bytes
+ .../layout.gpos9/gpos9_font2.default.42.otf        | Bin 1044 -> 0 bytes
+ ...os9_font2.notdef-outline-retain-gids.41,42.otf} | Bin 1928 -> 1868 bytes
+ .../gpos9_font2.notdef-outline-retain-gids.41.otf  | Bin 0 -> 1852 bytes
+ ... gpos9_font2.notdef-outline-retain-gids.42.otf} | Bin 1760 -> 1724 bytes
+ .../gpos9_font2.notdef-outline.41,42.otf}          | Bin 1220 -> 1160 bytes
+ .../layout.gpos9/gpos9_font2.notdef-outline.41.otf | Bin 0 -> 1148 bytes
+ .../layout.gpos9/gpos9_font2.notdef-outline.42.otf | Bin 0 -> 1008 bytes
+ ...ub_alternate_substitution.default.53A9,53F1.otf | Bin 4372 -> 4316 bytes
+ .../gsub_alternate_substitution.default.53A9.otf   | Bin 3928 -> 3884 bytes
+ .../gsub_alternate_substitution.default.53F1.otf   | Bin 2484 -> 2440 bytes
+ ...e_substitution.default.retain-all-codepoint.otf | Bin 6064 -> 5984 bytes
+ ...lternate_substitution.retain-gids.53A9,53F1.otf | Bin 4496 -> 4440 bytes
+ ...sub_alternate_substitution.retain-gids.53A9.otf | Bin 4080 -> 4036 bytes
+ ...sub_alternate_substitution.retain-gids.53F1.otf | Bin 2676 -> 2632 bytes
+ ...bstitution.retain-gids.retain-all-codepoint.otf | Bin 6156 -> 6076 bytes
+ ...les_f2.notdef-outline-retain-gids.41,42,43.otf} | Bin 2064 -> 2028 bytes
+ ...brules_f2.notdef-outline-retain-gids.41,42.otf} | Bin 1960 -> 1924 bytes
+ ...brules_f2.notdef-outline-retain-gids.41,43.otf} | Bin 2080 -> 2032 bytes
+ ..._subrules_f2.notdef-outline-retain-gids.41.otf} | Bin 1944 -> 1908 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3924 -> 3888 bytes
+ ...ltiple_subrules_f2.notdef-outline.41,42,43.otf} | Bin 1352 -> 1316 bytes
+ ..._multiple_subrules_f2.notdef-outline.41,42.otf} | Bin 1252 -> 1216 bytes
+ ..._multiple_subrules_f2.notdef-outline.41,43.otf} | Bin 1360 -> 1312 bytes
+ ...xt1_multiple_subrules_f2.notdef-outline.41.otf} | Bin 1240 -> 1204 bytes
+ ...les_f2.notdef-outline.retain-all-codepoint.otf} | Bin 3924 -> 3888 bytes
+ ...les_f2.notdef-outline-retain-gids.41,42,43.otf} | Bin 2064 -> 2028 bytes
+ ...brules_f2.notdef-outline-retain-gids.41,42.otf} | Bin 1960 -> 1924 bytes
+ ...brules_f2.notdef-outline-retain-gids.41,43.otf} | Bin 2080 -> 2032 bytes
+ ..._subrules_f2.notdef-outline-retain-gids.41.otf} | Bin 1944 -> 1908 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3924 -> 3888 bytes
+ ...ltiple_subrules_f2.notdef-outline.41,42,43.otf} | Bin 1352 -> 1316 bytes
+ ..._multiple_subrules_f2.notdef-outline.41,42.otf} | Bin 1252 -> 1216 bytes
+ ..._multiple_subrules_f2.notdef-outline.41,43.otf} | Bin 1360 -> 1312 bytes
+ ...xt2_multiple_subrules_f2.notdef-outline.41.otf} | Bin 1240 -> 1204 bytes
+ ...les_f2.notdef-outline.retain-all-codepoint.otf} | Bin 3924 -> 3888 bytes
+ ...ive_f1.notdef-outline-retain-gids.41,42,43.otf} | Bin 2044 -> 2016 bytes
+ ...essive_f1.notdef-outline-retain-gids.41,42.otf} | Bin 1948 -> 1912 bytes
+ ...cessive_f1.notdef-outline-retain-gids.41,43.otf | Bin 0 -> 2020 bytes
+ ...uccessive_f1.notdef-outline-retain-gids.41.otf} | Bin 1932 -> 1896 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3912 -> 3876 bytes
+ ...ext3_successive_f1.notdef-outline.41,42,43.otf} | Bin 1332 -> 1304 bytes
+ ...ontext3_successive_f1.notdef-outline.41,42.otf} | Bin 1240 -> 1204 bytes
+ ...ontext3_successive_f1.notdef-outline.41,43.otf} | Bin 1348 -> 1300 bytes
+ ...b_context3_successive_f1.notdef-outline.41.otf} | Bin 1228 -> 1192 bytes
+ ...ive_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3912 -> 3876 bytes
+ ...ub_context3_successive_f1.retain-gids.41,43.otf | Bin 2068 -> 0 bytes
+ ...ning1_multiple_subrules_f1.default.41,42,43.otf | Bin 1356 -> 0 bytes
+ ..._f1.notdef-outline-retain-gids.30,31,32,33.otf} | Bin 2316 -> 2304 bytes
+ ...les_f1.notdef-outline-retain-gids.41,42,43.otf} | Bin 2052 -> 2032 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3928 -> 3892 bytes
+ ...ple_subrules_f1.notdef-outline.30,31,32,33.otf} | Bin 1844 -> 1832 bytes
+ ...ltiple_subrules_f1.notdef-outline.41,42,43.otf} | Bin 1340 -> 1320 bytes
+ ...les_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3928 -> 3892 bytes
+ ..._f1.notdef-outline-retain-gids.30,31,32,33.otf} | Bin 2340 -> 2304 bytes
+ ...les_f1.notdef-outline-retain-gids.41,42,43.otf} | Bin 2068 -> 2032 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3928 -> 3892 bytes
+ ...ple_subrules_f1.notdef-outline.30,31,32,33.otf} | Bin 1868 -> 1832 bytes
+ ...ltiple_subrules_f1.notdef-outline.41,42,43.otf} | Bin 1356 -> 1320 bytes
+ ...les_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3928 -> 3892 bytes
+ ..._f2.notdef-outline-retain-gids.30,31,32,33.otf} | Bin 2340 -> 2280 bytes
+ ...ple_f2.notdef-outline-retain-gids.41,42,43.otf} | Bin 2068 -> 2008 bytes
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3904 -> 3868 bytes
+ ...ning3_simple_f2.notdef-outline.30,31,32,33.otf} | Bin 1868 -> 1808 bytes
+ ...chaining3_simple_f2.notdef-outline.41,42,43.otf | Bin 0 -> 1296 bytes
+ ...ple_f2.notdef-outline.retain-all-codepoint.otf} | Bin 3904 -> 3868 bytes
+ ...ine-retain-gids.41,42,43,44,45,46,47,48,49.otf} | Bin
+ ...f-outline-retain-gids.41,42,43,44,45,46,47.otf} | Bin
+ ...f-outline-retain-gids.41,42,43,44,45,46,4D.otf} | Bin
+ ...f-outline-retain-gids.41,42,43,44,45,46,51.otf} | Bin
+ ...tdef-outline-retain-gids.41,42,43,44,45,46.otf} | Bin
+ ...reated.notdef-outline-retain-gids.41,42,43.otf} | Bin
+ ...ally_created.notdef-outline-retain-gids.41.otf} | Bin
+ ...ally_created.notdef-outline-retain-gids.61.otf} | Bin
+ ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin
+ ....notdef-outline.41,42,43,44,45,46,47,48,49.otf} | Bin
+ ...reated.notdef-outline.41,42,43,44,45,46,47.otf} | Bin
+ ...reated.notdef-outline.41,42,43,44,45,46,4D.otf} | Bin
+ ...reated.notdef-outline.41,42,43,44,45,46,51.otf} | Bin
+ ...y_created.notdef-outline.41,42,43,44,45,46.otf} | Bin
+ ...8_manually_created.notdef-outline.41,42,43.otf} | Bin
+ ...> gsub8_manually_created.notdef-outline.41.otf} | Bin
+ ...> gsub8_manually_created.notdef-outline.61.otf} | Bin
+ ...reated.notdef-outline.retain-all-codepoint.otf} | Bin
+ .../Roboto-Regular.smallcaps.default.41,42,43.ttf  | Bin 2460 -> 2424 bytes
+ .../Roboto-Regular.smallcaps.default.41,43.ttf     | Bin 2280 -> 2232 bytes
+ .../layout/Roboto-Regular.smallcaps.default.41.ttf | Bin 2080 -> 2044 bytes
+ .../layout/Roboto-Regular.smallcaps.default.43.ttf | Bin 2112 -> 2076 bytes
+ .../Roboto-Regular.smallcaps.default.CA,CB.ttf     | Bin 2384 -> 2348 bytes
+ ...boto-Regular.smallcaps.retain-gids.41,42,43.ttf | Bin 2712 -> 2676 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.41,43.ttf | Bin 2544 -> 2496 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.41.ttf    | Bin 2332 -> 2296 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.43.ttf    | Bin 2380 -> 2344 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttf | Bin 6472 -> 6436 bytes
+ .../notdef-outline-desubroutinize-retain-gids.txt  |   3 +
+ .../profiles/notdef-outline-desubroutinize.txt     |   2 +
+ ...tline-drop-hints-desubroutinize-retain-gids.txt |   4 +
+ .../notdef-outline-drop-hints-desubroutinize.txt   |   3 +
+ .../notdef-outline-drop-hints-retain-gids.txt      |   3 +
+ .../data/profiles/notdef-outline-drop-hints.txt    |   2 +
+ test/subset/data/profiles/notdef-outline-gids.txt  |   2 +
+ .../data/profiles/notdef-outline-name-ids.txt      |   2 +
+ .../data/profiles/notdef-outline-retain-gids.txt   |   2 +
+ test/subset/data/tests/cff-full-font.tests         |  16 ++--
+ test/subset/data/tests/cmap14.tests                |  12 +--
+ test/subset/data/tests/layout.context.tests        |   4 +-
+ test/subset/data/tests/layout.gdef-varstore.tests  |   5 +-
+ test/subset/data/tests/layout.gpos.tests           |   4 +-
+ test/subset/data/tests/layout.gpos2.tests          |   4 +-
+ test/subset/data/tests/layout.gpos3.tests          |   4 +-
+ test/subset/data/tests/layout.gpos4.tests          |   4 +-
+ test/subset/data/tests/layout.gpos5.tests          |   4 +-
+ test/subset/data/tests/layout.gpos6.tests          |   4 +-
+ test/subset/data/tests/layout.gpos8.tests          |   4 +-
+ test/subset/data/tests/layout.gpos9.tests          |   4 +-
+ test/subset/data/tests/layout.gsub5.tests          |   4 +-
+ test/subset/data/tests/layout.gsub6.tests          |   4 +-
+ test/subset/data/tests/layout.gsub8.tests          |   4 +-
+ 681 files changed, 162 insertions(+), 44 deletions(-)
+
+commit 84946e4d2c0c362e969eb13e5a6acae0a76c6015
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Aug 5 00:05:26 2021 +0200
+
+    [test] Suggest updating the expectation if ttx matches
+    
+    https://github.com/harfbuzz/harfbuzz/issues/3089#issuecomment-892208892
+
+ test/subset/run-tests.py | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 09c3b82f5e5a25f07145f405776c466b02743442
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 29 17:49:10 2021 -0600
+
+    [buffer] When shifting forward, leave no gap
+    
+    Trying to see if this fixes the fuzzer issue:
+    https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36236
+
+ src/hb-buffer.cc | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit 5086e10538b893294f1b64a33deb8c5af4d22f1b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 29 17:03:55 2021 -0600
+
+    [test] Add failing fuzzer test case
+    
+    From https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36236
+    https://oss-fuzz.com/testcase-detail/5061207689134080
+
+ ...z-testcase-minimized-hb-shape-fuzzer-5061207689134080 | Bin 0 -> 3344 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit a150baf32c2cbb03a0efd6e260904c57d93275d9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 4 11:53:27 2021 -0600
+
+    [ot-map] Allocate top mask bit as global bit
+    
+    Avoids undefined-shift of 32 in the following line:
+    
+      map->mask = (1u << (next_bit + bits_needed)) - (1u << next_bit)
+    
+    Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=1219263
+
+ src/hb-ot-map.cc | 11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+commit f698fe5aeede4027230046d4b06c265b33f0085a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Aug 4 12:08:18 2021 +0200
+
+    [test] Always fail subset tests if hashes don’t match
+    
+    Regardless of the pre sentience or absence of fonttools.
+
+ test/subset/run-tests.py | 65 +++++++++++++++++++++---------------------------
+ 1 file changed, 28 insertions(+), 37 deletions(-)
+
+commit e80c86ffa6868f8bbcfd3a21b4b82a1436527100
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 4 10:24:14 2021 -0600
+
+    [coretext] Fix formatting
+
+ src/hb-coretext.cc | 69 +++++++++++++++++++++++++++++-------------------------
+ 1 file changed, 37 insertions(+), 32 deletions(-)
+
+commit db6fbe29e47ce871e66ebbf2eb93657bad429d13
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 3 10:13:17 2021 -0600
+
+    [util/hb-subset] Use driver_t<> in outer block as well
+    
+    https://github.com/harfbuzz/harfbuzz/commit/a363ce573c3aa706de3aecf0515519a5d7842af2#r54282223
+
+ util/hb-subset.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 66aef2818e1450a14549ca3e202e094e335f6b78
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Wed Aug 4 13:34:52 2021 +0100
+
+    Support passing variations to coretext shaper
+
+ src/hb-coretext.cc | 33 +++++++++++++++++++++++++++++++++
+ 1 file changed, 33 insertions(+)
+
+commit f25daa4794f22f7e0eaddb77ef7b47c8c6584453
+Merge: 62a535f15 9f544e500
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 4 00:06:32 2021 -0600
+
+    Merge pull request #3110 from harfbuzz/subset-tests-fast
+    
+    [test] Make subset tests fast
+
+commit 9f544e5008e27346ace98abd7c3e8e5184724920
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Aug 4 04:20:14 2021 +0200
+
+    [test] Don’t skip subset tests early
+    
+    Check for FontTools only when the checksums are mismatching.
+
+ test/subset/run-tests.py | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit b0841533174b752f9ac4b3c62f81c98cb7be197a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Aug 4 04:12:31 2021 +0200
+
+    [test] Remove subset tests from the slow suite
+
+ test/subset/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7ccc52b0751795b32db989b71295f1fee2c9ab21
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Aug 4 03:57:18 2021 +0200
+
+    [test] Compare sha256 hash before TTX dumps
+    
+    Most of time the files are identical, so instead of comparing the TTX
+    dump we can check sha256 hashes of the files first and if they match, we
+    don’t have to check the TTX dumps at all, making the subset tests orders
+    of magnitude faster.
+    
+    time meson test --suite=subset down from:
+    real    0m19.418s
+    user    0m38.171s
+    sys     0m3.587s
+    
+    to:
+    real    0m3.102s
+    user    0m8.622s
+    sys     0m1.701s
+    
+    The expected files have been replaced by hb-subset output so they are
+    bit-identical where FontTools output might not.
+    
+    The generate-expected-outputs.py now compares the hb-subset output with
+    fontttols subset and errors of they don’t match.
+
+ .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 7060 -> 7060 bytes
+ .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 6692 -> 6692 bytes
+ .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6328 -> 6328 bytes
+ .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6200 -> 6200 bytes
+ .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6256 -> 6256 bytes
+ ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 220928 -> 222756 bytes
+ ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 4608 -> 4608 bytes
+ ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 4312 -> 4312 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 3724 -> 3724 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 3900 -> 3900 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 3972 -> 3972 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 189800 -> 191632 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 2600 -> 2600 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 2296 -> 2296 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 1976 -> 1976 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 1900 -> 1900 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 1968 -> 1968 bytes
+ ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 189756 -> 191584 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf | Bin 7988 -> 7988 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,63.ttf    | Bin 7628 -> 7628 bytes
+ .../basics/Comfortaa-Regular-new.gids.61.ttf       | Bin 7256 -> 7256 bytes
+ .../basics/Comfortaa-Regular-new.gids.62.ttf       | Bin 7184 -> 7184 bytes
+ .../basics/Comfortaa-Regular-new.gids.63.ttf       | Bin 7180 -> 7180 bytes
+ ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 220928 -> 222756 bytes
+ .../Comfortaa-Regular-new.glyph-names.61,62,63.ttf | Bin 7072 -> 7072 bytes
+ .../Comfortaa-Regular-new.glyph-names.61,63.ttf    | Bin 6700 -> 6700 bytes
+ .../Comfortaa-Regular-new.glyph-names.61.ttf       | Bin 6336 -> 6336 bytes
+ .../Comfortaa-Regular-new.glyph-names.62.ttf       | Bin 6208 -> 6208 bytes
+ .../Comfortaa-Regular-new.glyph-names.63.ttf       | Bin 6264 -> 6264 bytes
+ ...egular-new.glyph-names.retain-all-codepoint.ttf | Bin 227920 -> 229748 bytes
+ ...gular-new.keep-all-layout-features.61,62,63.ttf | Bin 7504 -> 7508 bytes
+ ...-Regular-new.keep-all-layout-features.61,63.ttf | Bin 7140 -> 7144 bytes
+ ...taa-Regular-new.keep-all-layout-features.61.ttf | Bin 6772 -> 6776 bytes
+ ...taa-Regular-new.keep-all-layout-features.62.ttf | Bin 6200 -> 6200 bytes
+ ...taa-Regular-new.keep-all-layout-features.63.ttf | Bin 6256 -> 6256 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 221620 -> 223452 bytes
+ ...fortaa-Regular-new.layout-features.61,62,63.ttf | Bin 7060 -> 7060 bytes
+ ...Comfortaa-Regular-new.layout-features.61,63.ttf | Bin 6692 -> 6692 bytes
+ .../Comfortaa-Regular-new.layout-features.61.ttf   | Bin 6328 -> 6328 bytes
+ .../Comfortaa-Regular-new.layout-features.62.ttf   | Bin 6200 -> 6200 bytes
+ .../Comfortaa-Regular-new.layout-features.63.ttf   | Bin 6256 -> 6256 bytes
+ ...ar-new.layout-features.retain-all-codepoint.ttf | Bin 219124 -> 220948 bytes
+ .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 6800 -> 6800 bytes
+ .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 6432 -> 6432 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 6068 -> 6068 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 5940 -> 5940 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 5996 -> 5996 bytes
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 220668 -> 222496 bytes
+ ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 7060 -> 7060 bytes
+ .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 6692 -> 6692 bytes
+ .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 6328 -> 6328 bytes
+ .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 6200 -> 6200 bytes
+ .../Comfortaa-Regular-new.name-languages.63.ttf    | Bin 6256 -> 6256 bytes
+ ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 220928 -> 222756 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 7060 -> 7060 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 6692 -> 6692 bytes
+ .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 6328 -> 6328 bytes
+ .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 6200 -> 6200 bytes
+ .../Comfortaa-Regular-new.name-legacy.63.ttf       | Bin 6256 -> 6256 bytes
+ ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 220928 -> 222756 bytes
+ ...egular-new.no-prune-unicode-ranges.61,62,63.ttf | Bin 7060 -> 7060 bytes
+ ...a-Regular-new.no-prune-unicode-ranges.61,63.ttf | Bin 6692 -> 6692 bytes
+ ...rtaa-Regular-new.no-prune-unicode-ranges.61.ttf | Bin 6328 -> 6328 bytes
+ ...rtaa-Regular-new.no-prune-unicode-ranges.62.ttf | Bin 6200 -> 6200 bytes
+ ...rtaa-Regular-new.no-prune-unicode-ranges.63.ttf | Bin 6256 -> 6256 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 220928 -> 222756 bytes
+ ...mfortaa-Regular-new.notdef-outline.61,62,63.ttf | Bin 7652 -> 7652 bytes
+ .../Comfortaa-Regular-new.notdef-outline.61,63.ttf | Bin 7284 -> 7284 bytes
+ .../Comfortaa-Regular-new.notdef-outline.61.ttf    | Bin 6920 -> 6920 bytes
+ .../Comfortaa-Regular-new.notdef-outline.62.ttf    | Bin 6796 -> 6796 bytes
+ .../Comfortaa-Regular-new.notdef-outline.63.ttf    | Bin 6844 -> 6844 bytes
+ ...lar-new.notdef-outline.retain-all-codepoint.ttf | Bin 221524 -> 223352 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 9068 -> 9068 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 8708 -> 8708 bytes
+ .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 8076 -> 8076 bytes
+ .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8200 -> 8200 bytes
+ .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 8260 -> 8260 bytes
+ ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 220972 -> 222804 bytes
+ ...numMyeongjo-Regular-subset.default.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.default.61,63.ttf | Bin 3580 -> 3580 bytes
+ .../NanumMyeongjo-Regular-subset.default.61.ttf    | Bin 3156 -> 3156 bytes
+ .../NanumMyeongjo-Regular-subset.default.62.ttf    | Bin 3180 -> 3180 bytes
+ .../NanumMyeongjo-Regular-subset.default.63.ttf    | Bin 3048 -> 3048 bytes
+ ...Regular-subset.default.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...ular-subset.drop-hints-retain-gids.61,62,63.ttf | Bin 1452 -> 1452 bytes
+ ...Regular-subset.drop-hints-retain-gids.61,63.ttf | Bin 1284 -> 1284 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.61.ttf | Bin 1128 -> 1128 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.62.ttf | Bin 1144 -> 1144 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.63.ttf | Bin 1116 -> 1116 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 3536 -> 3536 bytes
+ ...Myeongjo-Regular-subset.drop-hints.61,62,63.ttf | Bin 1452 -> 1452 bytes
+ ...numMyeongjo-Regular-subset.drop-hints.61,63.ttf | Bin 1276 -> 1276 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.61.ttf | Bin 1128 -> 1128 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.62.ttf | Bin 1140 -> 1140 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.63.ttf | Bin 1104 -> 1104 bytes
+ ...ular-subset.drop-hints.retain-all-codepoint.ttf | Bin 3536 -> 3536 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61,63.ttf    | Bin 4128 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61.ttf       | Bin 4128 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.62.ttf       | Bin 4128 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.63.ttf       | Bin 4128 -> 4128 bytes
+ ...jo-Regular-subset.gids.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...yeongjo-Regular-subset.glyph-names.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...umMyeongjo-Regular-subset.glyph-names.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.61.ttf | Bin 3156 -> 3156 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.62.ttf | Bin 3180 -> 3180 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.63.ttf | Bin 3048 -> 3048 bytes
+ ...lar-subset.glyph-names.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...ar-subset.keep-all-layout-features.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...gular-subset.keep-all-layout-features.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...-Regular-subset.keep-all-layout-features.61.ttf | Bin 3156 -> 3156 bytes
+ ...-Regular-subset.keep-all-layout-features.62.ttf | Bin 3180 -> 3180 bytes
+ ...-Regular-subset.keep-all-layout-features.63.ttf | Bin 3048 -> 3048 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...gjo-Regular-subset.layout-features.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...eongjo-Regular-subset.layout-features.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...mMyeongjo-Regular-subset.layout-features.61.ttf | Bin 3156 -> 3156 bytes
+ ...mMyeongjo-Regular-subset.layout-features.62.ttf | Bin 3180 -> 3180 bytes
+ ...mMyeongjo-Regular-subset.layout-features.63.ttf | Bin 3048 -> 3048 bytes
+ ...subset.layout-features.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...umMyeongjo-Regular-subset.name-ids.61,62,63.ttf | Bin 3924 -> 3924 bytes
+ ...NanumMyeongjo-Regular-subset.name-ids.61,63.ttf | Bin 3376 -> 3376 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.61.ttf   | Bin 2952 -> 2952 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.62.ttf   | Bin 2976 -> 2976 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.63.ttf   | Bin 2844 -> 2844 bytes
+ ...egular-subset.name-ids.retain-all-codepoint.ttf | Bin 9320 -> 9320 bytes
+ ...ngjo-Regular-subset.name-languages.61,62,63.ttf | Bin 4172 -> 4172 bytes
+ ...yeongjo-Regular-subset.name-languages.61,63.ttf | Bin 3624 -> 3624 bytes
+ ...umMyeongjo-Regular-subset.name-languages.61.ttf | Bin 3200 -> 3200 bytes
+ ...umMyeongjo-Regular-subset.name-languages.62.ttf | Bin 3224 -> 3224 bytes
+ ...umMyeongjo-Regular-subset.name-languages.63.ttf | Bin 3092 -> 3092 bytes
+ ...-subset.name-languages.retain-all-codepoint.ttf | Bin 9568 -> 9568 bytes
+ ...yeongjo-Regular-subset.name-legacy.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...umMyeongjo-Regular-subset.name-legacy.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.61.ttf | Bin 3156 -> 3156 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.62.ttf | Bin 3180 -> 3180 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.63.ttf | Bin 3048 -> 3048 bytes
+ ...lar-subset.name-legacy.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...lar-subset.no-prune-unicode-ranges.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...egular-subset.no-prune-unicode-ranges.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...o-Regular-subset.no-prune-unicode-ranges.61.ttf | Bin 3156 -> 3156 bytes
+ ...o-Regular-subset.no-prune-unicode-ranges.62.ttf | Bin 3180 -> 3180 bytes
+ ...o-Regular-subset.no-prune-unicode-ranges.63.ttf | Bin 3048 -> 3048 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...ngjo-Regular-subset.notdef-outline.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...yeongjo-Regular-subset.notdef-outline.61,63.ttf | Bin 3580 -> 3580 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.61.ttf | Bin 3156 -> 3156 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.62.ttf | Bin 3180 -> 3180 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.63.ttf | Bin 3048 -> 3048 bytes
+ ...-subset.notdef-outline.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ ...yeongjo-Regular-subset.retain-gids.61,62,63.ttf | Bin 4128 -> 4128 bytes
+ ...umMyeongjo-Regular-subset.retain-gids.61,63.ttf | Bin 3588 -> 3588 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.61.ttf | Bin 3156 -> 3156 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.62.ttf | Bin 3184 -> 3184 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.63.ttf | Bin 3060 -> 3060 bytes
+ ...lar-subset.retain-gids.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
+ .../basics/Roboto-Regular.abc.default.61,62,63.ttf | Bin 2452 -> 2448 bytes
+ .../basics/Roboto-Regular.abc.default.61,63.ttf    | Bin 2260 -> 2256 bytes
+ .../basics/Roboto-Regular.abc.default.61.ttf       | Bin 2048 -> 2044 bytes
+ .../basics/Roboto-Regular.abc.default.62.ttf       | Bin 1916 -> 1912 bytes
+ .../basics/Roboto-Regular.abc.default.63.ttf       | Bin 1972 -> 1968 bytes
+ ...to-Regular.abc.default.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
+ ...Regular.abc.drop-hints-retain-gids.61,62,63.ttf | Bin 1192 -> 1188 bytes
+ ...to-Regular.abc.drop-hints-retain-gids.61,63.ttf | Bin 1124 -> 1120 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf | Bin 984 -> 980 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.62.ttf | Bin 880 -> 876 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.63.ttf | Bin 968 -> 964 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 1192 -> 1188 bytes
+ .../Roboto-Regular.abc.drop-hints.61,62,63.ttf     | Bin 1192 -> 1188 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf | Bin 1108 -> 1104 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61.ttf    | Bin 984 -> 980 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.62.ttf    | Bin 876 -> 872 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.63.ttf    | Bin 956 -> 952 bytes
+ ...Regular.abc.drop-hints.retain-all-codepoint.ttf | Bin 1192 -> 1188 bytes
+ .../basics/Roboto-Regular.abc.gids.61,62,63.ttf    | Bin 2452 -> 2448 bytes
+ .../basics/Roboto-Regular.abc.gids.61,63.ttf       | Bin 2452 -> 2448 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.61.ttf | Bin 2452 -> 2448 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.62.ttf | Bin 2452 -> 2448 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.63.ttf | Bin 2452 -> 2448 bytes
+ ...oboto-Regular.abc.gids.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
+ .../Roboto-Regular.abc.glyph-names.61,62,63.ttf    | Bin 2452 -> 2448 bytes
+ .../Roboto-Regular.abc.glyph-names.61,63.ttf       | Bin 2260 -> 2256 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.61.ttf   | Bin 2048 -> 2044 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.62.ttf   | Bin 1916 -> 1912 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.63.ttf   | Bin 1972 -> 1968 bytes
+ ...egular.abc.glyph-names.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
+ ...gular.abc.keep-all-layout-features.61,62,63.ttf | Bin 2452 -> 2448 bytes
+ ...-Regular.abc.keep-all-layout-features.61,63.ttf | Bin 2260 -> 2256 bytes
+ ...oto-Regular.abc.keep-all-layout-features.61.ttf | Bin 2048 -> 2044 bytes
+ ...oto-Regular.abc.keep-all-layout-features.62.ttf | Bin 1916 -> 1912 bytes
+ ...oto-Regular.abc.keep-all-layout-features.63.ttf | Bin 1972 -> 1968 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
+ ...Roboto-Regular.abc.layout-features.61,62,63.ttf | Bin 2452 -> 2448 bytes
+ .../Roboto-Regular.abc.layout-features.61,63.ttf   | Bin 2260 -> 2256 bytes
+ .../Roboto-Regular.abc.layout-features.61.ttf      | Bin 2048 -> 2044 bytes
+ .../Roboto-Regular.abc.layout-features.62.ttf      | Bin 1916 -> 1912 bytes
+ .../Roboto-Regular.abc.layout-features.63.ttf      | Bin 1972 -> 1968 bytes
+ ...ar.abc.layout-features.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
+ .../Roboto-Regular.abc.name-ids.61,62,63.ttf       | Bin 2452 -> 2448 bytes
+ .../basics/Roboto-Regular.abc.name-ids.61,63.ttf   | Bin 2260 -> 2256 bytes
+ .../basics/Roboto-Regular.abc.name-ids.61.ttf      | Bin 2048 -> 2044 bytes
+ .../basics/Roboto-Regular.abc.name-ids.62.ttf      | Bin 1916 -> 1912 bytes
+ .../basics/Roboto-Regular.abc.name-ids.63.ttf      | Bin 1972 -> 1968 bytes
+ ...o-Regular.abc.name-ids.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
+ .../Roboto-Regular.abc.name-languages.61,62,63.ttf | Bin 2452 -> 2448 bytes
+ .../Roboto-Regular.abc.name-languages.61,63.ttf    | Bin 2260 -> 2256 bytes
+ .../Roboto-Regular.abc.name-languages.61.ttf       | Bin 2048 -> 2044 bytes
+ .../Roboto-Regular.abc.name-languages.62.ttf       | Bin 1916 -> 1912 bytes
+ .../Roboto-Regular.abc.name-languages.63.ttf       | Bin 1972 -> 1968 bytes
+ ...lar.abc.name-languages.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
+ .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    | Bin 2452 -> 2448 bytes
+ .../Roboto-Regular.abc.name-legacy.61,63.ttf       | Bin 2260 -> 2256 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.61.ttf   | Bin 2048 -> 2044 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.62.ttf   | Bin 1916 -> 1912 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.63.ttf   | Bin 1972 -> 1968 bytes
+ ...egular.abc.name-legacy.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
+ ...egular.abc.no-prune-unicode-ranges.61,62,63.ttf | Bin 2452 -> 2448 bytes
+ ...o-Regular.abc.no-prune-unicode-ranges.61,63.ttf | Bin 2260 -> 2256 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.61.ttf | Bin 2048 -> 2044 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.62.ttf | Bin 1916 -> 1912 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.63.ttf | Bin 1972 -> 1968 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
+ .../Roboto-Regular.abc.notdef-outline.61,62,63.ttf | Bin 2452 -> 2448 bytes
+ .../Roboto-Regular.abc.notdef-outline.61,63.ttf    | Bin 2260 -> 2256 bytes
+ .../Roboto-Regular.abc.notdef-outline.61.ttf       | Bin 2048 -> 2044 bytes
+ .../Roboto-Regular.abc.notdef-outline.62.ttf       | Bin 1916 -> 1912 bytes
+ .../Roboto-Regular.abc.notdef-outline.63.ttf       | Bin 1972 -> 1968 bytes
+ ...lar.abc.notdef-outline.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
+ .../Roboto-Regular.abc.retain-gids.61,62,63.ttf    | Bin 2452 -> 2448 bytes
+ .../Roboto-Regular.abc.retain-gids.61,63.ttf       | Bin 2276 -> 2272 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.61.ttf   | Bin 2048 -> 2044 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.62.ttf   | Bin 1924 -> 1920 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.63.ttf   | Bin 1988 -> 1984 bytes
+ ...egular.abc.retain-gids.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
+ .../cbdt/NotoColorEmoji.subset.default.2049.ttf    | Bin 3112 -> 3112 bytes
+ .../cbdt/NotoColorEmoji.subset.default.38,2049.ttf | Bin 4084 -> 4084 bytes
+ .../cbdt/NotoColorEmoji.subset.default.38,20E3.ttf | Bin 3568 -> 3568 bytes
+ ...rEmoji.subset.default.38,39,AE,2049,38,20E3.ttf | Bin 10124 -> 10124 bytes
+ .../NotoColorEmoji.subset.default.38,AE,2049.ttf   | Bin 7544 -> 7544 bytes
+ .../cbdt/NotoColorEmoji.subset.default.39.ttf      | Bin 1920 -> 1920 bytes
+ .../cbdt/NotoColorEmoji.subset.default.AE.ttf      | Bin 4412 -> 4412 bytes
+ ...lorEmoji.subset.drop-hints-retain-gids.2049.ttf | Bin 3136 -> 3136 bytes
+ ...Emoji.subset.drop-hints-retain-gids.38,2049.ttf | Bin 4108 -> 4108 bytes
+ ...Emoji.subset.drop-hints-retain-gids.38,20E3.ttf | Bin 3600 -> 3600 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10124 -> 10124 bytes
+ ...ji.subset.drop-hints-retain-gids.38,AE,2049.ttf | Bin 7564 -> 7564 bytes
+ ...ColorEmoji.subset.drop-hints-retain-gids.39.ttf | Bin 1928 -> 1928 bytes
+ ...ColorEmoji.subset.drop-hints-retain-gids.AE.ttf | Bin 4428 -> 4428 bytes
+ .../cbdt/NotoColorEmoji.subset.drop-hints.2049.ttf | Bin 3112 -> 3112 bytes
+ .../NotoColorEmoji.subset.drop-hints.38,2049.ttf   | Bin 4084 -> 4084 bytes
+ .../NotoColorEmoji.subset.drop-hints.38,20E3.ttf   | Bin 3568 -> 3568 bytes
+ ...oji.subset.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 10124 -> 10124 bytes
+ ...NotoColorEmoji.subset.drop-hints.38,AE,2049.ttf | Bin 7544 -> 7544 bytes
+ .../cbdt/NotoColorEmoji.subset.drop-hints.39.ttf   | Bin 1920 -> 1920 bytes
+ .../cbdt/NotoColorEmoji.subset.drop-hints.AE.ttf   | Bin 4412 -> 4412 bytes
+ .../NotoColorEmoji.subset.gap.default.2049.ttf     | Bin 3112 -> 3112 bytes
+ .../NotoColorEmoji.subset.gap.default.38,2049.ttf  | Bin 4084 -> 4084 bytes
+ .../NotoColorEmoji.subset.gap.default.38,20E3.ttf  | Bin 3568 -> 3568 bytes
+ ...ji.subset.gap.default.38,39,AE,2049,38,20E3.ttf | Bin 9188 -> 9188 bytes
+ ...otoColorEmoji.subset.gap.default.38,AE,2049.ttf | Bin 7544 -> 7544 bytes
+ .../cbdt/NotoColorEmoji.subset.gap.default.39.ttf  | Bin 908 -> 908 bytes
+ .../cbdt/NotoColorEmoji.subset.gap.default.AE.ttf  | Bin 4412 -> 4412 bytes
+ ...moji.subset.gap.drop-hints-retain-gids.2049.ttf | Bin 3136 -> 3136 bytes
+ ...i.subset.gap.drop-hints-retain-gids.38,2049.ttf | Bin 4108 -> 4108 bytes
+ ...i.subset.gap.drop-hints-retain-gids.38,20E3.ttf | Bin 3600 -> 3600 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 9188 -> 9188 bytes
+ ...ubset.gap.drop-hints-retain-gids.38,AE,2049.ttf | Bin 7564 -> 7564 bytes
+ ...rEmoji.subset.gap.drop-hints-retain-gids.39.ttf | Bin 916 -> 916 bytes
+ ...rEmoji.subset.gap.drop-hints-retain-gids.AE.ttf | Bin 4428 -> 4428 bytes
+ .../NotoColorEmoji.subset.gap.drop-hints.2049.ttf  | Bin 3112 -> 3112 bytes
+ ...otoColorEmoji.subset.gap.drop-hints.38,2049.ttf | Bin 4084 -> 4084 bytes
+ ...otoColorEmoji.subset.gap.drop-hints.38,20E3.ttf | Bin 3568 -> 3568 bytes
+ ...subset.gap.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 9188 -> 9188 bytes
+ ...ColorEmoji.subset.gap.drop-hints.38,AE,2049.ttf | Bin 7544 -> 7544 bytes
+ .../NotoColorEmoji.subset.gap.drop-hints.39.ttf    | Bin 908 -> 908 bytes
+ .../NotoColorEmoji.subset.gap.drop-hints.AE.ttf    | Bin 4412 -> 4412 bytes
+ .../NotoColorEmoji.subset.gap.retain-gids.2049.ttf | Bin 3136 -> 3136 bytes
+ ...toColorEmoji.subset.gap.retain-gids.38,2049.ttf | Bin 4108 -> 4108 bytes
+ ...toColorEmoji.subset.gap.retain-gids.38,20E3.ttf | Bin 3600 -> 3600 bytes
+ ...ubset.gap.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 9188 -> 9188 bytes
+ ...olorEmoji.subset.gap.retain-gids.38,AE,2049.ttf | Bin 7564 -> 7564 bytes
+ .../NotoColorEmoji.subset.gap.retain-gids.39.ttf   | Bin 916 -> 916 bytes
+ .../NotoColorEmoji.subset.gap.retain-gids.AE.ttf   | Bin 4428 -> 4428 bytes
+ ...olorEmoji.subset.index_format3.default.2049.ttf | Bin 3108 -> 3108 bytes
+ ...rEmoji.subset.index_format3.default.38,2049.ttf | Bin 4076 -> 4076 bytes
+ ...rEmoji.subset.index_format3.default.38,20E3.ttf | Bin 3560 -> 3560 bytes
+ ...index_format3.default.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
+ ...oji.subset.index_format3.default.38,AE,2049.ttf | Bin 7536 -> 7536 bytes
+ ...oColorEmoji.subset.index_format3.default.39.ttf | Bin 1916 -> 1916 bytes
+ ...oColorEmoji.subset.index_format3.default.AE.ttf | Bin 4408 -> 4408 bytes
+ ...t.index_format3.drop-hints-retain-gids.2049.ttf | Bin 3132 -> 3132 bytes
+ ...ndex_format3.drop-hints-retain-gids.38,2049.ttf | Bin 4100 -> 4100 bytes
+ ...ndex_format3.drop-hints-retain-gids.38,20E3.ttf | Bin 3592 -> 3592 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
+ ...x_format3.drop-hints-retain-gids.38,AE,2049.ttf | Bin 7552 -> 7552 bytes
+ ...set.index_format3.drop-hints-retain-gids.39.ttf | Bin 1924 -> 1924 bytes
+ ...set.index_format3.drop-hints-retain-gids.AE.ttf | Bin 4424 -> 4424 bytes
+ ...rEmoji.subset.index_format3.drop-hints.2049.ttf | Bin 3108 -> 3108 bytes
+ ...oji.subset.index_format3.drop-hints.38,2049.ttf | Bin 4076 -> 4076 bytes
+ ...oji.subset.index_format3.drop-hints.38,20E3.ttf | Bin 3560 -> 3560 bytes
+ ...ex_format3.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
+ ....subset.index_format3.drop-hints.38,AE,2049.ttf | Bin 7536 -> 7536 bytes
+ ...lorEmoji.subset.index_format3.drop-hints.39.ttf | Bin 1916 -> 1916 bytes
+ ...lorEmoji.subset.index_format3.drop-hints.AE.ttf | Bin 4408 -> 4408 bytes
+ ...Emoji.subset.index_format3.retain-gids.2049.ttf | Bin 3132 -> 3132 bytes
+ ...ji.subset.index_format3.retain-gids.38,2049.ttf | Bin 4100 -> 4100 bytes
+ ...ji.subset.index_format3.retain-gids.38,20E3.ttf | Bin 3592 -> 3592 bytes
+ ...x_format3.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
+ ...subset.index_format3.retain-gids.38,AE,2049.ttf | Bin 7552 -> 7552 bytes
+ ...orEmoji.subset.index_format3.retain-gids.39.ttf | Bin 1924 -> 1924 bytes
+ ...orEmoji.subset.index_format3.retain-gids.AE.ttf | Bin 4424 -> 4424 bytes
+ ...ji.subset.multiple_size_tables.default.2049.ttf | Bin 5312 -> 5312 bytes
+ ...subset.multiple_size_tables.default.38,2049.ttf | Bin 7244 -> 7244 bytes
+ ...subset.multiple_size_tables.default.38,20E3.ttf | Bin 6212 -> 6212 bytes
+ ...e_size_tables.default.38,39,AE,2049,38,20E3.ttf | Bin 19280 -> 19280 bytes
+ ...set.multiple_size_tables.default.38,AE,2049.ttf | Bin 14140 -> 14140 bytes
+ ...moji.subset.multiple_size_tables.default.39.ttf | Bin 2928 -> 2928 bytes
+ ...moji.subset.multiple_size_tables.default.AE.ttf | Bin 7916 -> 7916 bytes
+ ...ple_size_tables.drop-hints-retain-gids.2049.ttf | Bin 5336 -> 5336 bytes
+ ..._size_tables.drop-hints-retain-gids.38,2049.ttf | Bin 7268 -> 7268 bytes
+ ..._size_tables.drop-hints-retain-gids.38,20E3.ttf | Bin 6244 -> 6244 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 19280 -> 19280 bytes
+ ...ze_tables.drop-hints-retain-gids.38,AE,2049.ttf | Bin 14164 -> 14164 bytes
+ ...tiple_size_tables.drop-hints-retain-gids.39.ttf | Bin 2936 -> 2936 bytes
+ ...tiple_size_tables.drop-hints-retain-gids.AE.ttf | Bin 7932 -> 7932 bytes
+ ...subset.multiple_size_tables.drop-hints.2049.ttf | Bin 5312 -> 5312 bytes
+ ...set.multiple_size_tables.drop-hints.38,2049.ttf | Bin 7244 -> 7244 bytes
+ ...set.multiple_size_tables.drop-hints.38,20E3.ttf | Bin 6212 -> 6212 bytes
+ ...ize_tables.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 19280 -> 19280 bytes
+ ....multiple_size_tables.drop-hints.38,AE,2049.ttf | Bin 14140 -> 14140 bytes
+ ...i.subset.multiple_size_tables.drop-hints.39.ttf | Bin 2928 -> 2928 bytes
+ ...i.subset.multiple_size_tables.drop-hints.AE.ttf | Bin 7916 -> 7916 bytes
+ ...ubset.multiple_size_tables.retain-gids.2049.ttf | Bin 5336 -> 5336 bytes
+ ...et.multiple_size_tables.retain-gids.38,2049.ttf | Bin 7268 -> 7268 bytes
+ ...et.multiple_size_tables.retain-gids.38,20E3.ttf | Bin 6244 -> 6244 bytes
+ ...ze_tables.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 19280 -> 19280 bytes
+ ...multiple_size_tables.retain-gids.38,AE,2049.ttf | Bin 14164 -> 14164 bytes
+ ....subset.multiple_size_tables.retain-gids.39.ttf | Bin 2936 -> 2936 bytes
+ ....subset.multiple_size_tables.retain-gids.AE.ttf | Bin 7932 -> 7932 bytes
+ .../NotoColorEmoji.subset.retain-gids.2049.ttf     | Bin 3136 -> 3136 bytes
+ .../NotoColorEmoji.subset.retain-gids.38,2049.ttf  | Bin 4108 -> 4108 bytes
+ .../NotoColorEmoji.subset.retain-gids.38,20E3.ttf  | Bin 3600 -> 3600 bytes
+ ...ji.subset.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10124 -> 10124 bytes
+ ...otoColorEmoji.subset.retain-gids.38,AE,2049.ttf | Bin 7564 -> 7564 bytes
+ .../cbdt/NotoColorEmoji.subset.retain-gids.39.ttf  | Bin 1928 -> 1928 bytes
+ .../cbdt/NotoColorEmoji.subset.retain-gids.AE.ttf  | Bin 4428 -> 4428 bytes
+ ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 2580 -> 2592 bytes
+ .../SourceSansPro-Regular.default.61,62,63.otf     | Bin 2216 -> 2224 bytes
+ ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf | Bin 2328 -> 2340 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 20232 -> 20220 bytes
+ ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 2316 -> 2324 bytes
+ ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30540 -> 30528 bytes
+ ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin 2436 -> 2448 bytes
+ ...urceSansPro-Regular.desubroutinize.61,62,63.otf | Bin 2120 -> 2128 bytes
+ ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2312 -> 2320 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 20064 -> 20052 bytes
+ ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 2192 -> 2200 bytes
+ ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30372 -> 30360 bytes
+ ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 2268 -> 2276 bytes
+ ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 1996 -> 2004 bytes
+ ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2148 -> 2156 bytes
+ ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 20156 -> 20144 bytes
+ ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 2228 -> 2240 bytes
+ ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30384 -> 30376 bytes
+ ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 2352 -> 2360 bytes
+ .../SourceSansPro-Regular.drop-hints.61,62,63.otf  | Bin 2060 -> 2072 bytes
+ ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 2164 -> 2172 bytes
+ ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 20384 -> 20376 bytes
+ .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 2384 -> 2392 bytes
+ ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 30556 -> 30544 bytes
+ ...ubset.default.3042,3044,3046,3048,304A,304B.otf | Bin 4884 -> 4912 bytes
+ ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 6276 -> 6300 bytes
+ ...eHanSans-Regular_subset.default.61,63,65,6B.otf | Bin 2588 -> 2620 bytes
+ ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6736 -> 6744 bytes
+ .../SourceHanSans-Regular_subset.default.660E.otf  | Bin 2456 -> 2488 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129876 -> 129912 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130920 -> 130944 bytes
+ ...bset.desubroutinize-retain-gids.61,63,65,6B.otf | Bin 3412 -> 3444 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 122048 -> 122060 bytes
+ ...ular_subset.desubroutinize-retain-gids.660E.otf | Bin 50760 -> 50788 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 4724 -> 4748 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5928 -> 5944 bytes
+ ...s-Regular_subset.desubroutinize.61,63,65,6B.otf | Bin 2520 -> 2552 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6232 -> 6236 bytes
+ ...eHanSans-Regular_subset.desubroutinize.660E.otf | Bin 2440 -> 2472 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129448 -> 129468 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130312 -> 130324 bytes
+ ...ints-desubroutinize-retain-gids.61,63,65,6B.otf | Bin 3288 -> 3324 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 121284 -> 121284 bytes
+ ....drop-hints-desubroutinize-retain-gids.660E.otf | Bin 50540 -> 50560 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 4420 -> 4440 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5416 -> 5428 bytes
+ ...ubset.drop-hints-desubroutinize.61,63,65,6B.otf | Bin 2416 -> 2448 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 5556 -> 5560 bytes
+ ...gular_subset.drop-hints-desubroutinize.660E.otf | Bin 2308 -> 2336 bytes
+ ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129576 -> 129608 bytes
+ ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130604 -> 130632 bytes
+ ...r_subset.drop-hints-retain-gids.61,63,65,6B.otf | Bin 3248 -> 3288 bytes
+ ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 121776 -> 121784 bytes
+ ...-Regular_subset.drop-hints-retain-gids.660E.otf | Bin 50552 -> 50576 bytes
+ ...et.drop-hints.3042,3044,3046,3048,304A,304B.otf | Bin 4548 -> 4576 bytes
+ ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5708 -> 5732 bytes
+ ...nSans-Regular_subset.drop-hints.61,63,65,6B.otf | Bin 2448 -> 2480 bytes
+ ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6048 -> 6056 bytes
+ ...ourceHanSans-Regular_subset.drop-hints.660E.otf | Bin 2316 -> 2348 bytes
+ ...t.retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 130036 -> 130072 bytes
+ ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 131272 -> 131300 bytes
+ ...Sans-Regular_subset.retain-gids.61,63,65,6B.otf | Bin 3408 -> 3444 bytes
+ ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 122552 -> 122564 bytes
+ ...urceHanSans-Regular_subset.retain-gids.660E.otf | Bin 50776 -> 50804 bytes
+ ...otoSerifMyanmar-Regular.notdef-outline.1092.otf | Bin 1380 -> 1392 bytes
+ .../cmap/AdobeBlank-Regular.default.61,62.ttf      | Bin 1252 -> 1252 bytes
+ .../cmap/AdobeBlank-Regular.default.61,FEFA.ttf    | Bin 1264 -> 1264 bytes
+ .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttf  | Bin 1216 -> 1216 bytes
+ .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttf  | Bin 1204 -> 1204 bytes
+ .../cmap/AdobeBlank-Regular.default.FEFA.ttf       | Bin 1184 -> 1184 bytes
+ ...eBlank-Regular.drop-hints-retain-gids.61,62.ttf | Bin 1468 -> 1468 bytes
+ ...lank-Regular.drop-hints-retain-gids.61,FEFA.ttf | Bin 8232 -> 8232 bytes
+ ...nk-Regular.drop-hints-retain-gids.FEE6,FECF.ttf | Bin 8104 -> 8104 bytes
+ ...nk-Regular.drop-hints-retain-gids.FEF9,FEFA.ttf | Bin 8172 -> 8172 bytes
+ ...beBlank-Regular.drop-hints-retain-gids.FEFA.ttf | Bin 8156 -> 8156 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttf   | Bin 1080 -> 1080 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttf | Bin 1092 -> 1092 bytes
+ .../AdobeBlank-Regular.drop-hints.FEE6,FECF.ttf    | Bin 1044 -> 1044 bytes
+ .../AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttf    | Bin 1032 -> 1032 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttf    | Bin 1012 -> 1012 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.61,62.ttf     | Bin 1000 -> 1000 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttf   | Bin 1012 -> 1012 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttf | Bin 964 -> 964 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttf | Bin 952 -> 952 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEFA.ttf      | Bin 932 -> 932 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttf  | Bin 1640 -> 1640 bytes
+ .../AdobeBlank-Regular.retain-gids.61,FEFA.ttf     | Bin 8404 -> 8404 bytes
+ .../AdobeBlank-Regular.retain-gids.FEE6,FECF.ttf   | Bin 8276 -> 8276 bytes
+ .../AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttf   | Bin 8344 -> 8344 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttf   | Bin 8328 -> 8328 bytes
+ .../cmap14/cmap14_font1.default.4E00,4E02,4E03.otf | Bin 1360 -> 1376 bytes
+ .../cmap14/cmap14_font1.default.4E00,4E03.otf      | Bin 1236 -> 1252 bytes
+ .../cmap14/cmap14_font1.default.4E00,4E05,4E07.otf | Bin 1328 -> 1348 bytes
+ .../cmap14/cmap14_font1.default.4E02,4E03,4E08.otf | Bin 1576 -> 1596 bytes
+ .../expected/cmap14/cmap14_font1.default.4E02.otf  | Bin 996 -> 1012 bytes
+ .../expected/cmap14/cmap14_font1.default.4E03.otf  | Bin 1080 -> 1096 bytes
+ .../cmap14_font1.default.4E05,4E07,4E08,4E09.otf   | Bin 1848 -> 1864 bytes
+ .../cmap14/cmap14_font1.default.4E08,4E09.otf      | Bin 1720 -> 1736 bytes
+ .../expected/cmap14/cmap14_font1.default.4E08.otf  | Bin 1384 -> 1404 bytes
+ .../cmap14_font1.default.retain-all-codepoint.otf  | Bin 2348 -> 2364 bytes
+ ...font1.drop-hints-retain-gids.4E00,4E02,4E03.otf | Bin 1388 -> 1404 bytes
+ ...ap14_font1.drop-hints-retain-gids.4E00,4E03.otf | Bin 1272 -> 1292 bytes
+ ...font1.drop-hints-retain-gids.4E00,4E05,4E07.otf | Bin 1396 -> 1416 bytes
+ ...font1.drop-hints-retain-gids.4E02,4E03,4E08.otf | Bin 1720 -> 1736 bytes
+ .../cmap14_font1.drop-hints-retain-gids.4E02.otf   | Bin 1028 -> 1048 bytes
+ .../cmap14_font1.drop-hints-retain-gids.4E03.otf   | Bin 1124 -> 1140 bytes
+ ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf | Bin 1984 -> 2000 bytes
+ ...ap14_font1.drop-hints-retain-gids.4E08,4E09.otf | Bin 1872 -> 1888 bytes
+ .../cmap14_font1.drop-hints-retain-gids.4E08.otf   | Bin 1544 -> 1560 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.otf | Bin 2436 -> 2452 bytes
+ .../cmap14_font1.drop-hints.4E00,4E02,4E03.otf     | Bin 1292 -> 1308 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E00,4E03.otf   | Bin 1168 -> 1188 bytes
+ .../cmap14_font1.drop-hints.4E00,4E05,4E07.otf     | Bin 1260 -> 1280 bytes
+ .../cmap14_font1.drop-hints.4E02,4E03,4E08.otf     | Bin 1512 -> 1528 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E02.otf        | Bin 928 -> 944 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E03.otf        | Bin 1012 -> 1028 bytes
+ ...cmap14_font1.drop-hints.4E05,4E07,4E08,4E09.otf | Bin 1780 -> 1796 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E08,4E09.otf   | Bin 1652 -> 1672 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E08.otf        | Bin 1316 -> 1336 bytes
+ ...map14_font1.drop-hints.retain-all-codepoint.otf | Bin 2280 -> 2296 bytes
+ .../cmap14/cmap14_font1.gids.4E00,4E02,4E03.otf    | Bin 1388 -> 1408 bytes
+ .../cmap14/cmap14_font1.gids.4E00,4E03.otf         | Bin 1380 -> 1396 bytes
+ .../cmap14/cmap14_font1.gids.4E00,4E05,4E07.otf    | Bin 1620 -> 1640 bytes
+ .../cmap14/cmap14_font1.gids.4E02,4E03,4E08.otf    | Bin 1744 -> 1760 bytes
+ .../expected/cmap14/cmap14_font1.gids.4E02.otf     | Bin 1312 -> 1332 bytes
+ .../expected/cmap14/cmap14_font1.gids.4E03.otf     | Bin 1352 -> 1372 bytes
+ .../cmap14_font1.gids.4E05,4E07,4E08,4E09.otf      | Bin 2164 -> 2184 bytes
+ .../cmap14/cmap14_font1.gids.4E08,4E09.otf         | Bin 2036 -> 2056 bytes
+ .../expected/cmap14/cmap14_font1.gids.4E08.otf     | Bin 1704 -> 1720 bytes
+ .../cmap14_font1.gids.retain-all-codepoint.otf     | Bin 2380 -> 2400 bytes
+ .../cmap14_font1.name-ids.4E00,4E02,4E03.otf       | Bin 1292 -> 1308 bytes
+ .../cmap14/cmap14_font1.name-ids.4E00,4E03.otf     | Bin 1168 -> 1184 bytes
+ .../cmap14_font1.name-ids.4E00,4E05,4E07.otf       | Bin 1260 -> 1280 bytes
+ .../cmap14_font1.name-ids.4E02,4E03,4E08.otf       | Bin 1508 -> 1528 bytes
+ .../expected/cmap14/cmap14_font1.name-ids.4E02.otf | Bin 928 -> 944 bytes
+ .../expected/cmap14/cmap14_font1.name-ids.4E03.otf | Bin 1012 -> 1028 bytes
+ .../cmap14_font1.name-ids.4E05,4E07,4E08,4E09.otf  | Bin 1780 -> 1796 bytes
+ .../cmap14/cmap14_font1.name-ids.4E08,4E09.otf     | Bin 1652 -> 1668 bytes
+ .../expected/cmap14/cmap14_font1.name-ids.4E08.otf | Bin 1316 -> 1336 bytes
+ .../cmap14_font1.name-ids.retain-all-codepoint.otf | Bin 2280 -> 2296 bytes
+ .../cmap14_font1.retain-gids.4E00,4E02,4E03.otf    | Bin 1452 -> 1472 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E00,4E03.otf  | Bin 1340 -> 1360 bytes
+ .../cmap14_font1.retain-gids.4E00,4E05,4E07.otf    | Bin 1464 -> 1480 bytes
+ .../cmap14_font1.retain-gids.4E02,4E03,4E08.otf    | Bin 1788 -> 1804 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E02.otf       | Bin 1096 -> 1116 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E03.otf       | Bin 1192 -> 1208 bytes
+ ...map14_font1.retain-gids.4E05,4E07,4E08,4E09.otf | Bin 2048 -> 2068 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E08,4E09.otf  | Bin 1940 -> 1956 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E08.otf       | Bin 1608 -> 1628 bytes
+ ...ap14_font1.retain-gids.retain-all-codepoint.otf | Bin 2500 -> 2520 bytes
+ .../cmap14/cmap14_font2.default.4E00,4E02,4E03.otf | Bin 1360 -> 1376 bytes
+ .../cmap14/cmap14_font2.default.4E00,4E03.otf      | Bin 1236 -> 1252 bytes
+ .../cmap14/cmap14_font2.default.4E00,4E05,4E07.otf | Bin 1332 -> 1352 bytes
+ .../cmap14/cmap14_font2.default.4E02,4E03,4E08.otf | Bin 1576 -> 1596 bytes
+ .../expected/cmap14/cmap14_font2.default.4E02.otf  | Bin 992 -> 1008 bytes
+ .../expected/cmap14/cmap14_font2.default.4E03.otf  | Bin 1076 -> 1092 bytes
+ .../cmap14_font2.default.4E05,4E07,4E08,4E09.otf   | Bin 1848 -> 1864 bytes
+ .../cmap14/cmap14_font2.default.4E08,4E09.otf      | Bin 1716 -> 1732 bytes
+ .../expected/cmap14/cmap14_font2.default.4E08.otf  | Bin 1380 -> 1400 bytes
+ .../cmap14_font2.default.retain-all-codepoint.otf  | Bin 2344 -> 2360 bytes
+ ...font2.drop-hints-retain-gids.4E00,4E02,4E03.otf | Bin 1388 -> 1404 bytes
+ ...ap14_font2.drop-hints-retain-gids.4E00,4E03.otf | Bin 1272 -> 1292 bytes
+ ...font2.drop-hints-retain-gids.4E00,4E05,4E07.otf | Bin 1400 -> 1420 bytes
+ ...font2.drop-hints-retain-gids.4E02,4E03,4E08.otf | Bin 1720 -> 1736 bytes
+ .../cmap14_font2.drop-hints-retain-gids.4E02.otf   | Bin 1024 -> 1044 bytes
+ .../cmap14_font2.drop-hints-retain-gids.4E03.otf   | Bin 1120 -> 1136 bytes
+ ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf | Bin 1984 -> 2000 bytes
+ ...ap14_font2.drop-hints-retain-gids.4E08,4E09.otf | Bin 1868 -> 1884 bytes
+ .../cmap14_font2.drop-hints-retain-gids.4E08.otf   | Bin 1540 -> 1556 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.otf | Bin 2432 -> 2448 bytes
+ .../cmap14_font2.drop-hints.4E00,4E02,4E03.otf     | Bin 1292 -> 1308 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E00,4E03.otf   | Bin 1168 -> 1188 bytes
+ .../cmap14_font2.drop-hints.4E00,4E05,4E07.otf     | Bin 1264 -> 1284 bytes
+ .../cmap14_font2.drop-hints.4E02,4E03,4E08.otf     | Bin 1512 -> 1528 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E02.otf        | Bin 924 -> 940 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E03.otf        | Bin 1008 -> 1024 bytes
+ ...cmap14_font2.drop-hints.4E05,4E07,4E08,4E09.otf | Bin 1780 -> 1796 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E08,4E09.otf   | Bin 1648 -> 1668 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E08.otf        | Bin 1312 -> 1332 bytes
+ ...map14_font2.drop-hints.retain-all-codepoint.otf | Bin 2276 -> 2292 bytes
+ .../cmap14/cmap14_font2.gids.4E00,4E02,4E03.otf    | Bin 1388 -> 1408 bytes
+ .../cmap14/cmap14_font2.gids.4E00,4E03.otf         | Bin 1380 -> 1396 bytes
+ .../cmap14/cmap14_font2.gids.4E00,4E05,4E07.otf    | Bin 1624 -> 1644 bytes
+ .../cmap14/cmap14_font2.gids.4E02,4E03,4E08.otf    | Bin 1744 -> 1760 bytes
+ .../expected/cmap14/cmap14_font2.gids.4E02.otf     | Bin 1308 -> 1328 bytes
+ .../expected/cmap14/cmap14_font2.gids.4E03.otf     | Bin 1348 -> 1368 bytes
+ .../cmap14_font2.gids.4E05,4E07,4E08,4E09.otf      | Bin 2164 -> 2184 bytes
+ .../cmap14/cmap14_font2.gids.4E08,4E09.otf         | Bin 2032 -> 2052 bytes
+ .../expected/cmap14/cmap14_font2.gids.4E08.otf     | Bin 1700 -> 1716 bytes
+ .../cmap14_font2.gids.retain-all-codepoint.otf     | Bin 2376 -> 2396 bytes
+ .../cmap14_font2.name-ids.4E00,4E02,4E03.otf       | Bin 1292 -> 1308 bytes
+ .../cmap14/cmap14_font2.name-ids.4E00,4E03.otf     | Bin 1168 -> 1184 bytes
+ .../cmap14_font2.name-ids.4E00,4E05,4E07.otf       | Bin 1264 -> 1284 bytes
+ .../cmap14_font2.name-ids.4E02,4E03,4E08.otf       | Bin 1508 -> 1528 bytes
+ .../expected/cmap14/cmap14_font2.name-ids.4E02.otf | Bin 924 -> 940 bytes
+ .../expected/cmap14/cmap14_font2.name-ids.4E03.otf | Bin 1008 -> 1024 bytes
+ .../cmap14_font2.name-ids.4E05,4E07,4E08,4E09.otf  | Bin 1780 -> 1796 bytes
+ .../cmap14/cmap14_font2.name-ids.4E08,4E09.otf     | Bin 1648 -> 1664 bytes
+ .../expected/cmap14/cmap14_font2.name-ids.4E08.otf | Bin 1312 -> 1332 bytes
+ .../cmap14_font2.name-ids.retain-all-codepoint.otf | Bin 2276 -> 2292 bytes
+ .../cmap14_font2.retain-gids.4E00,4E02,4E03.otf    | Bin 1452 -> 1472 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E00,4E03.otf  | Bin 1340 -> 1360 bytes
+ .../cmap14_font2.retain-gids.4E00,4E05,4E07.otf    | Bin 1468 -> 1484 bytes
+ .../cmap14_font2.retain-gids.4E02,4E03,4E08.otf    | Bin 1788 -> 1804 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E02.otf       | Bin 1092 -> 1112 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E03.otf       | Bin 1188 -> 1204 bytes
+ ...map14_font2.retain-gids.4E05,4E07,4E08,4E09.otf | Bin 2048 -> 2068 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E08,4E09.otf  | Bin 1936 -> 1952 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E08.otf       | Bin 1604 -> 1624 bytes
+ ...ap14_font2.retain-gids.retain-all-codepoint.otf | Bin 2496 -> 2516 bytes
+ .../TwemojiMozilla.subset.default.32,3297,3299.ttf | Bin 1936 -> 1936 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3297.ttf | Bin 1400 -> 1400 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3299.ttf | Bin 1576 -> 1576 bytes
+ .../colr/TwemojiMozilla.subset.default.32.ttf      | Bin 932 -> 932 bytes
+ .../TwemojiMozilla.subset.default.3297,3299.ttf    | Bin 1916 -> 1916 bytes
+ .../colr/TwemojiMozilla.subset.default.3297.ttf    | Bin 1376 -> 1376 bytes
+ .../colr/TwemojiMozilla.subset.default.3299.ttf    | Bin 1552 -> 1552 bytes
+ ....subset.drop-hints-retain-gids.32,3297,3299.ttf | Bin 1916 -> 1916 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3297.ttf | Bin 1396 -> 1396 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3299.ttf | Bin 1576 -> 1576 bytes
+ ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf | Bin 912 -> 912 bytes
+ ...lla.subset.drop-hints-retain-gids.3297,3299.ttf | Bin 1900 -> 1900 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3297.ttf | Bin 1372 -> 1372 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3299.ttf | Bin 1552 -> 1552 bytes
+ ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf | Bin 1916 -> 1916 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   | Bin 1380 -> 1380 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   | Bin 1556 -> 1556 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   | Bin 912 -> 912 bytes
+ .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf | Bin 1896 -> 1896 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf | Bin 1356 -> 1356 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf | Bin 1532 -> 1532 bytes
+ ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf | Bin 1936 -> 1936 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  | Bin 1416 -> 1416 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  | Bin 1596 -> 1596 bytes
+ .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  | Bin 932 -> 932 bytes
+ ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf | Bin 1920 -> 1920 bytes
+ .../TwemojiMozilla.subset.retain-gids.3297.ttf     | Bin 1392 -> 1392 bytes
+ .../TwemojiMozilla.subset.retain-gids.3299.ttf     | Bin 1572 -> 1572 bytes
+ .../colr_with_components/colr-table.default.6B.ttf | Bin 4260 -> 4260 bytes
+ .../colr-table.drop-hints-retain-gids.6B.ttf       | Bin 4984 -> 4984 bytes
+ .../colr-table.drop-hints.6B.ttf                   | Bin 4260 -> 4260 bytes
+ .../colr-table.retain-gids.6B.ttf                  | Bin 4984 -> 4984 bytes
+ .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 3080 -> 3076 bytes
+ .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2672 -> 2668 bytes
+ .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 3024 -> 3020 bytes
+ ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1632 -> 1628 bytes
+ .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1412 -> 1408 bytes
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1648 -> 1644 bytes
+ ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 3992 -> 3960 bytes
+ .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 3832 -> 3820 bytes
+ ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4396 -> 4384 bytes
+ ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 3968 -> 3948 bytes
+ ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 3832 -> 3820 bytes
+ ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4396 -> 4384 bytes
+ .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  | Bin 2344 -> 2340 bytes
+ .../japanese/Mplus1p-Regular.default.25771.ttf     | Bin 1992 -> 1988 bytes
+ ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 2704 -> 2700 bytes
+ ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2948 -> 2944 bytes
+ .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2324 -> 2320 bytes
+ ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3244 -> 3240 bytes
+ .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 1984 -> 1980 bytes
+ ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf | Bin 1616 -> 1612 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  | Bin 1264 -> 1260 bytes
+ ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 1976 -> 1972 bytes
+ ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2220 -> 2216 bytes
+ .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1596 -> 1592 bytes
+ ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2516 -> 2512 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1256 -> 1252 bytes
+ ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttf | Bin 2344 -> 2340 bytes
+ .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf   | Bin 1992 -> 1988 bytes
+ ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttf | Bin 2704 -> 2700 bytes
+ ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2948 -> 2944 bytes
+ .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttf      | Bin 2324 -> 2320 bytes
+ ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3244 -> 3240 bytes
+ .../japanese/Mplus1p-Regular.keep-gdef.660E.ttf    | Bin 1984 -> 1980 bytes
+ ...text1_multiple_subrules_f1.default.41,42,43.otf | Bin 1328 -> 1340 bytes
+ ...context1_multiple_subrules_f1.default.41,42.otf | Bin 1228 -> 1240 bytes
+ ...context1_multiple_subrules_f1.default.41,43.otf | Bin 1332 -> 1348 bytes
+ ...os_context1_multiple_subrules_f1.default.41.otf | Bin 1216 -> 1228 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3700 -> 3912 bytes
+ ...1_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2028 -> 2052 bytes
+ ...ext1_multiple_subrules_f1.retain-gids.41,42.otf | Bin 1932 -> 1948 bytes
+ ...ext1_multiple_subrules_f1.retain-gids.41,43.otf | Bin 2048 -> 2068 bytes
+ ...ontext1_multiple_subrules_f1.retain-gids.41.otf | Bin 1916 -> 1932 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3700 -> 3912 bytes
+ ...text2_multiple_subrules_f1.default.41,42,43.otf | Bin 1328 -> 1340 bytes
+ ...context2_multiple_subrules_f1.default.41,42.otf | Bin 1228 -> 1240 bytes
+ ...context2_multiple_subrules_f1.default.41,43.otf | Bin 1332 -> 1348 bytes
+ ...os_context2_multiple_subrules_f1.default.41.otf | Bin 1216 -> 1228 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3700 -> 3912 bytes
+ ...2_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2028 -> 2052 bytes
+ ...ext2_multiple_subrules_f1.retain-gids.41,42.otf | Bin 1932 -> 1948 bytes
+ ...ext2_multiple_subrules_f1.retain-gids.41,43.otf | Bin 2048 -> 2068 bytes
+ ...ontext2_multiple_subrules_f1.retain-gids.41.otf | Bin 1916 -> 1932 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3700 -> 3912 bytes
+ .../gpos_context3_simple_f1.default.41,42,43.otf   | Bin 1308 -> 1320 bytes
+ .../gpos_context3_simple_f1.default.41,42.otf      | Bin 1208 -> 1220 bytes
+ .../gpos_context3_simple_f1.default.41,43.otf      | Bin 1312 -> 1328 bytes
+ .../gpos_context3_simple_f1.default.41.otf         | Bin 1196 -> 1208 bytes
+ ...ext3_simple_f1.default.retain-all-codepoint.otf | Bin 3680 -> 3892 bytes
+ ...pos_context3_simple_f1.retain-gids.41,42,43.otf | Bin 2008 -> 2032 bytes
+ .../gpos_context3_simple_f1.retain-gids.41,42.otf  | Bin 1912 -> 1928 bytes
+ .../gpos_context3_simple_f1.retain-gids.41,43.otf  | Bin 2028 -> 2048 bytes
+ .../gpos_context3_simple_f1.retain-gids.41.otf     | Bin 1896 -> 1912 bytes
+ ..._simple_f1.retain-gids.retain-all-codepoint.otf | Bin 3680 -> 3892 bytes
+ .../IndicTestJalandhar-Regular.default.A01.ttf     | Bin 4176 -> 4172 bytes
+ .../IndicTestJalandhar-Regular.default.A05,A06.ttf | Bin 4752 -> 4748 bytes
+ .../IndicTestJalandhar-Regular.default.A07,A1B.ttf | Bin 4724 -> 4720 bytes
+ ...andhar-Regular.default.retain-all-codepoint.ttf | Bin 49244 -> 49248 bytes
+ .../IndicTestJalandhar-Regular.drop-hints.A01.ttf  | Bin 1036 -> 1032 bytes
+ ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttf | Bin 1344 -> 1340 bytes
+ ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttf | Bin 1344 -> 1340 bytes
+ ...har-Regular.drop-hints.retain-all-codepoint.ttf | Bin 29464 -> 29468 bytes
+ .../IndicTestJalandhar-Regular.keep-gdef.A01.ttf   | Bin 4176 -> 4172 bytes
+ ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttf | Bin 4752 -> 4748 bytes
+ ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttf | Bin 4724 -> 4720 bytes
+ ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf | Bin 49244 -> 49248 bytes
+ .../AdobeVFPrototype.default.41,42,43,57.otf       | Bin 5440 -> 5460 bytes
+ .../AdobeVFPrototype.default.41,42,43.otf          | Bin 4908 -> 4928 bytes
+ .../AdobeVFPrototype.default.41,42.otf             | Bin 4432 -> 4448 bytes
+ .../AdobeVFPrototype.default.41,56,57.otf          | Bin 4576 -> 4596 bytes
+ .../AdobeVFPrototype.default.41.otf                | Bin 3728 -> 3748 bytes
+ .../AdobeVFPrototype.default.42,57.otf             | Bin 4564 -> 4580 bytes
+ .../AdobeVFPrototype.drop-hints.41,42,43,57.otf    | Bin 5252 -> 5272 bytes
+ .../AdobeVFPrototype.drop-hints.41,42,43.otf       | Bin 4720 -> 4740 bytes
+ .../AdobeVFPrototype.drop-hints.41,42.otf          | Bin 4244 -> 4264 bytes
+ .../AdobeVFPrototype.drop-hints.41,56,57.otf       | Bin 4384 -> 4408 bytes
+ .../AdobeVFPrototype.drop-hints.41.otf             | Bin 3540 -> 3560 bytes
+ .../AdobeVFPrototype.drop-hints.42,57.otf          | Bin 4376 -> 4396 bytes
+ ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.otf | Bin 5440 -> 5460 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.otf   | Bin 4908 -> 4928 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42.otf      | Bin 4432 -> 4448 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.otf   | Bin 4576 -> 4596 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41.otf         | Bin 3728 -> 3748 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.42,57.otf      | Bin 4564 -> 4580 bytes
+ .../Roboto-Regular.default.1E00,303.ttf            | Bin 2524 -> 2520 bytes
+ .../layout.gdef/Roboto-Regular.default.303.ttf     | Bin 2116 -> 2112 bytes
+ .../Roboto-Regular.default.309,20,30F.ttf          | Bin 2212 -> 2208 bytes
+ .../layout.gdef/Roboto-Regular.default.323.ttf     | Bin 2008 -> 2004 bytes
+ .../Roboto-Regular.default.41,42,43.ttf            | Bin 2572 -> 2568 bytes
+ .../Roboto-Regular.drop-hints.1E00,303.ttf         | Bin 1380 -> 1376 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  | Bin 1112 -> 1108 bytes
+ .../Roboto-Regular.drop-hints.309,20,30F.ttf       | Bin 1172 -> 1168 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  | Bin 1056 -> 1052 bytes
+ .../Roboto-Regular.drop-hints.41,42,43.ttf         | Bin 1388 -> 1384 bytes
+ .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf     | Bin 2524 -> 2520 bytes
+ .../Roboto-Regular.keep-gdef-gpos.303.ttf          | Bin 2116 -> 2112 bytes
+ .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf   | Bin 2212 -> 2208 bytes
+ .../Roboto-Regular.keep-gdef-gpos.323.ttf          | Bin 2008 -> 2004 bytes
+ .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     | Bin 2572 -> 2568 bytes
+ .../layout.gpos/gpos1_2_font.default.41,43.otf     | Bin 1292 -> 1308 bytes
+ .../layout.gpos/gpos1_2_font.default.41,46.otf     | Bin 1424 -> 1436 bytes
+ .../layout.gpos/gpos1_2_font.default.41.otf        | Bin 1176 -> 1188 bytes
+ .../layout.gpos/gpos1_2_font.default.42,44.otf     | Bin 1268 -> 1280 bytes
+ .../layout.gpos/gpos1_2_font.default.43,46.otf     | Bin 1288 -> 1300 bytes
+ .../gpos1_2_font.default.retain-all-codepoint.otf  | Bin 3604 -> 3816 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.41,43.otf | Bin 2008 -> 2028 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.41,46.otf | Bin 2172 -> 2188 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.41.otf    | Bin 1876 -> 1892 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.42,44.otf | Bin 1992 -> 2012 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.43,46.otf | Bin 2036 -> 2052 bytes
+ ...os1_2_font.retain-gids.retain-all-codepoint.otf | Bin 3604 -> 3816 bytes
+ .../gpos2_1_font7.default.21,23,25.otf             | Bin 1360 -> 1372 bytes
+ .../layout.gpos2/gpos2_1_font7.default.21,23.otf   | Bin 1240 -> 1252 bytes
+ .../layout.gpos2/gpos2_1_font7.default.2E,23.otf   | Bin 1508 -> 1524 bytes
+ .../gpos2_1_font7.default.41,42,43.otf             | Bin 1288 -> 1300 bytes
+ .../gpos2_1_font7.default.retain-all-codepoint.otf | Bin 3604 -> 3816 bytes
+ .../gpos2_1_font7.retain-gids.21,23,25.otf         | Bin 1696 -> 1716 bytes
+ .../gpos2_1_font7.retain-gids.21,23.otf            | Bin 1564 -> 1580 bytes
+ .../gpos2_1_font7.retain-gids.2E,23.otf            | Bin 1944 -> 1960 bytes
+ .../gpos2_1_font7.retain-gids.41,42,43.otf         | Bin 1988 -> 2012 bytes
+ ...s2_1_font7.retain-gids.retain-all-codepoint.otf | Bin 3604 -> 3816 bytes
+ .../gpos2_2_font5.default.21,23,25.otf             | Bin 1360 -> 1372 bytes
+ .../layout.gpos2/gpos2_2_font5.default.21,23.otf   | Bin 1240 -> 1252 bytes
+ .../layout.gpos2/gpos2_2_font5.default.2E,23.otf   | Bin 1508 -> 1524 bytes
+ .../gpos2_2_font5.default.41,42,43.otf             | Bin 1288 -> 1300 bytes
+ .../gpos2_2_font5.default.retain-all-codepoint.otf | Bin 3604 -> 3816 bytes
+ .../gpos2_2_font5.retain-gids.21,23,25.otf         | Bin 1696 -> 1716 bytes
+ .../gpos2_2_font5.retain-gids.21,23.otf            | Bin 1564 -> 1580 bytes
+ .../gpos2_2_font5.retain-gids.2E,23.otf            | Bin 1944 -> 1960 bytes
+ .../gpos2_2_font5.retain-gids.41,42,43.otf         | Bin 1988 -> 2012 bytes
+ ...s2_2_font5.retain-gids.retain-all-codepoint.otf | Bin 3604 -> 3816 bytes
+ .../layout.gpos3/gpos3_font3.default.28,29.otf     | Bin 1248 -> 1260 bytes
+ .../layout.gpos3/gpos3_font3.default.28,2B.otf     | Bin 1376 -> 1392 bytes
+ .../layout.gpos3/gpos3_font3.default.29,2B.otf     | Bin 1292 -> 1304 bytes
+ .../layout.gpos3/gpos3_font3.default.41,42,43.otf  | Bin 1284 -> 1296 bytes
+ .../gpos3_font3.default.retain-all-codepoint.otf   | Bin 3636 -> 3848 bytes
+ .../layout.gpos3/gpos3_font3.retain-gids.28,29.otf | Bin 1632 -> 1652 bytes
+ .../layout.gpos3/gpos3_font3.retain-gids.28,2B.otf | Bin 1780 -> 1800 bytes
+ .../layout.gpos3/gpos3_font3.retain-gids.29,2B.otf | Bin 1696 -> 1712 bytes
+ .../gpos3_font3.retain-gids.41,42,43.otf           | Bin 1984 -> 2008 bytes
+ ...pos3_font3.retain-gids.retain-all-codepoint.otf | Bin 3636 -> 3848 bytes
+ ...pos4_multiple_anchors_1.default.41,42,43,44.otf | Bin 1516 -> 1528 bytes
+ ...pos4_multiple_anchors_1.default.41,42,43,45.otf | Bin 1524 -> 1536 bytes
+ .../gpos4_multiple_anchors_1.default.41,42,43.otf  | Bin 1308 -> 1320 bytes
+ .../gpos4_multiple_anchors_1.default.41,42.otf     | Bin 1208 -> 1220 bytes
+ ...4_multiple_anchors_1.default.41,43,44,45,46.otf | Bin 1864 -> 1880 bytes
+ .../gpos4_multiple_anchors_1.default.41,43,44.otf  | Bin 1524 -> 1540 bytes
+ .../gpos4_multiple_anchors_1.default.41,43,45.otf  | Bin 1532 -> 1548 bytes
+ .../gpos4_multiple_anchors_1.default.41,43.otf     | Bin 1312 -> 1328 bytes
+ .../gpos4_multiple_anchors_1.default.41.otf        | Bin 1196 -> 1208 bytes
+ ...iple_anchors_1.default.retain-all-codepoint.otf | Bin 3668 -> 3880 bytes
+ ..._multiple_anchors_1.retain-gids.41,42,43,44.otf | Bin 2220 -> 2244 bytes
+ ..._multiple_anchors_1.retain-gids.41,42,43,45.otf | Bin 2244 -> 2268 bytes
+ ...os4_multiple_anchors_1.retain-gids.41,42,43.otf | Bin 2008 -> 2032 bytes
+ .../gpos4_multiple_anchors_1.retain-gids.41,42.otf | Bin 1912 -> 1928 bytes
+ ...ltiple_anchors_1.retain-gids.41,43,44,45,46.otf | Bin 2584 -> 2608 bytes
+ ...os4_multiple_anchors_1.retain-gids.41,43,44.otf | Bin 2240 -> 2264 bytes
+ ...os4_multiple_anchors_1.retain-gids.41,43,45.otf | Bin 2260 -> 2284 bytes
+ .../gpos4_multiple_anchors_1.retain-gids.41,43.otf | Bin 2028 -> 2048 bytes
+ .../gpos4_multiple_anchors_1.retain-gids.41.otf    | Bin 1896 -> 1912 bytes
+ ..._anchors_1.retain-gids.retain-all-codepoint.otf | Bin 3668 -> 3880 bytes
+ .../gpos5_font1.default.41,42,43,44.otf            | Bin 1536 -> 1544 bytes
+ .../gpos5_font1.default.41,42,43,45.otf            | Bin 1544 -> 1552 bytes
+ .../layout.gpos5/gpos5_font1.default.41,42,43.otf  | Bin 1328 -> 1336 bytes
+ .../layout.gpos5/gpos5_font1.default.41,42,44.otf  | Bin 1460 -> 1468 bytes
+ .../layout.gpos5/gpos5_font1.default.41,42,45.otf  | Bin 1448 -> 1456 bytes
+ .../layout.gpos5/gpos5_font1.default.41,42.otf     | Bin 1228 -> 1236 bytes
+ .../layout.gpos5/gpos5_font1.default.41,43.otf     | Bin 1332 -> 1344 bytes
+ .../layout.gpos5/gpos5_font1.default.41.otf        | Bin 1216 -> 1224 bytes
+ .../layout.gpos5/gpos5_font1.default.42.otf        | Bin 1076 -> 1084 bytes
+ .../gpos5_font1.default.retain-all-codepoint.otf   | Bin 3688 -> 3896 bytes
+ .../gpos5_font1.retain-gids.41,42,43,44.otf        | Bin 2240 -> 2260 bytes
+ .../gpos5_font1.retain-gids.41,42,43,45.otf        | Bin 2264 -> 2284 bytes
+ .../gpos5_font1.retain-gids.41,42,43.otf           | Bin 2028 -> 2048 bytes
+ .../gpos5_font1.retain-gids.41,42,44.otf           | Bin 2176 -> 2192 bytes
+ .../gpos5_font1.retain-gids.41,42,45.otf           | Bin 2172 -> 2192 bytes
+ .../layout.gpos5/gpos5_font1.retain-gids.41,42.otf | Bin 1932 -> 1944 bytes
+ .../layout.gpos5/gpos5_font1.retain-gids.41,43.otf | Bin 2048 -> 2064 bytes
+ .../layout.gpos5/gpos5_font1.retain-gids.41.otf    | Bin 1916 -> 1928 bytes
+ .../layout.gpos5/gpos5_font1.retain-gids.42.otf    | Bin 1788 -> 1800 bytes
+ ...pos5_font1.retain-gids.retain-all-codepoint.otf | Bin 3688 -> 3896 bytes
+ .../gpos6_font1.default.41,42,43,44.otf            | Bin 1492 -> 1504 bytes
+ .../gpos6_font1.default.41,42,43,45.otf            | Bin 1500 -> 1512 bytes
+ .../layout.gpos6/gpos6_font1.default.41,42,43.otf  | Bin 1284 -> 1296 bytes
+ .../layout.gpos6/gpos6_font1.default.41,42.otf     | Bin 1184 -> 1196 bytes
+ .../gpos6_font1.default.41,43,44,45,46.otf         | Bin 1840 -> 1856 bytes
+ .../layout.gpos6/gpos6_font1.default.41,43,44.otf  | Bin 1500 -> 1516 bytes
+ .../layout.gpos6/gpos6_font1.default.41,43,45.otf  | Bin 1508 -> 1524 bytes
+ .../layout.gpos6/gpos6_font1.default.41,43.otf     | Bin 1288 -> 1304 bytes
+ .../layout.gpos6/gpos6_font1.default.41.otf        | Bin 1172 -> 1184 bytes
+ .../gpos6_font1.default.retain-all-codepoint.otf   | Bin 3644 -> 3856 bytes
+ .../gpos6_font1.retain-gids.41,42,43,44.otf        | Bin 2196 -> 2220 bytes
+ .../gpos6_font1.retain-gids.41,42,43,45.otf        | Bin 2220 -> 2244 bytes
+ .../gpos6_font1.retain-gids.41,42,43.otf           | Bin 1984 -> 2008 bytes
+ .../layout.gpos6/gpos6_font1.retain-gids.41,42.otf | Bin 1888 -> 1904 bytes
+ .../gpos6_font1.retain-gids.41,43,44,45,46.otf     | Bin 2560 -> 2584 bytes
+ .../gpos6_font1.retain-gids.41,43,44.otf           | Bin 2216 -> 2240 bytes
+ .../gpos6_font1.retain-gids.41,43,45.otf           | Bin 2236 -> 2260 bytes
+ .../layout.gpos6/gpos6_font1.retain-gids.41,43.otf | Bin 2004 -> 2024 bytes
+ .../layout.gpos6/gpos6_font1.retain-gids.41.otf    | Bin 1872 -> 1888 bytes
+ ...pos6_font1.retain-gids.retain-all-codepoint.otf | Bin 3644 -> 3856 bytes
+ ...ular.default.627,644,623,62D,644,627,645,2E.ttf | Bin 12684 -> 12684 bytes
+ .../Amiri-Regular.default.627,644,62D,628.ttf      | Bin 9992 -> 9992 bytes
+ .../Amiri-Regular.default.627,644.ttf              | Bin 4168 -> 4168 bytes
+ ...-Regular.default.633,645,627,621,20,644,627.ttf | Bin 9516 -> 9516 bytes
+ .../Amiri-Regular.default.63A,64A,631.ttf          | Bin 7324 -> 7324 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 48012 -> 48012 bytes
+ .../Amiri-Regular.retain-gids.627,644,62D,628.ttf  | Bin 42640 -> 42640 bytes
+ .../Amiri-Regular.retain-gids.627,644.ttf          | Bin 36696 -> 36696 bytes
+ ...ular.retain-gids.633,645,627,621,20,644,627.ttf | Bin 45908 -> 45908 bytes
+ .../Amiri-Regular.retain-gids.63A,64A,631.ttf      | Bin 37988 -> 37988 bytes
+ ...g1_multiple_subrules_f1.default.30,31,32,33.otf | Bin 1840 -> 1856 bytes
+ ...ning1_multiple_subrules_f1.default.41,42,43.otf | Bin 1332 -> 1344 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3704 -> 3916 bytes
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf | Bin 2304 -> 2328 bytes
+ ...1_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2032 -> 2056 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3704 -> 3916 bytes
+ ...g2_multiple_subrules_f1.default.30,31,32,33.otf | Bin 1840 -> 1856 bytes
+ ...ning2_multiple_subrules_f1.default.41,42,43.otf | Bin 1332 -> 1344 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3704 -> 3916 bytes
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf | Bin 2304 -> 2328 bytes
+ ...2_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2032 -> 2056 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3704 -> 3916 bytes
+ ...pos_chaining3_simple_f1.default.30,31,32,33.otf | Bin 1816 -> 1832 bytes
+ .../gpos_chaining3_simple_f1.default.41,42,43.otf  | Bin 1308 -> 1320 bytes
+ ...ing3_simple_f1.default.retain-all-codepoint.otf | Bin 3680 -> 3892 bytes
+ ...chaining3_simple_f1.retain-gids.30,31,32,33.otf | Bin 2280 -> 2304 bytes
+ ...os_chaining3_simple_f1.retain-gids.41,42,43.otf | Bin 2008 -> 2032 bytes
+ ..._simple_f1.retain-gids.retain-all-codepoint.otf | Bin 3680 -> 3892 bytes
+ .../layout.gpos9/gpos9_font2.default.41,42.otf     | Bin 1184 -> 1196 bytes
+ .../layout.gpos9/gpos9_font2.default.41.otf        | Bin 1172 -> 1184 bytes
+ .../layout.gpos9/gpos9_font2.default.42.otf        | Bin 1032 -> 1044 bytes
+ .../layout.gpos9/gpos9_font2.retain-gids.41,42.otf | Bin 1888 -> 1904 bytes
+ .../layout.gpos9/gpos9_font2.retain-gids.41.otf    | Bin 1872 -> 1888 bytes
+ .../layout.gpos9/gpos9_font2.retain-gids.42.otf    | Bin 1744 -> 1760 bytes
+ ...ub_alternate_substitution.default.53A9,53F1.otf | Bin 4348 -> 4372 bytes
+ .../gsub_alternate_substitution.default.53A9.otf   | Bin 3904 -> 3928 bytes
+ .../gsub_alternate_substitution.default.53F1.otf   | Bin 2452 -> 2484 bytes
+ ...e_substitution.default.retain-all-codepoint.otf | Bin 6040 -> 6064 bytes
+ ...lternate_substitution.retain-gids.53A9,53F1.otf | Bin 4472 -> 4496 bytes
+ ...sub_alternate_substitution.retain-gids.53A9.otf | Bin 4056 -> 4080 bytes
+ ...sub_alternate_substitution.retain-gids.53F1.otf | Bin 2648 -> 2676 bytes
+ ...bstitution.retain-gids.retain-all-codepoint.otf | Bin 6132 -> 6156 bytes
+ ...text1_multiple_subrules_f2.default.41,42,43.otf | Bin 1340 -> 1352 bytes
+ ...context1_multiple_subrules_f2.default.41,42.otf | Bin 1240 -> 1252 bytes
+ ...context1_multiple_subrules_f2.default.41,43.otf | Bin 1344 -> 1360 bytes
+ ...ub_context1_multiple_subrules_f2.default.41.otf | Bin 1228 -> 1240 bytes
+ ...le_subrules_f2.default.retain-all-codepoint.otf | Bin 3712 -> 3924 bytes
+ ...1_multiple_subrules_f2.retain-gids.41,42,43.otf | Bin 2040 -> 2064 bytes
+ ...ext1_multiple_subrules_f2.retain-gids.41,42.otf | Bin 1944 -> 1960 bytes
+ ...ext1_multiple_subrules_f2.retain-gids.41,43.otf | Bin 2060 -> 2080 bytes
+ ...ontext1_multiple_subrules_f2.retain-gids.41.otf | Bin 1928 -> 1944 bytes
+ ...ubrules_f2.retain-gids.retain-all-codepoint.otf | Bin 3712 -> 3924 bytes
+ ...text2_multiple_subrules_f2.default.41,42,43.otf | Bin 1340 -> 1352 bytes
+ ...context2_multiple_subrules_f2.default.41,42.otf | Bin 1240 -> 1252 bytes
+ ...context2_multiple_subrules_f2.default.41,43.otf | Bin 1344 -> 1360 bytes
+ ...ub_context2_multiple_subrules_f2.default.41.otf | Bin 1228 -> 1240 bytes
+ ...le_subrules_f2.default.retain-all-codepoint.otf | Bin 3712 -> 3924 bytes
+ ...2_multiple_subrules_f2.retain-gids.41,42,43.otf | Bin 2040 -> 2064 bytes
+ ...ext2_multiple_subrules_f2.retain-gids.41,42.otf | Bin 1944 -> 1960 bytes
+ ...ext2_multiple_subrules_f2.retain-gids.41,43.otf | Bin 2060 -> 2080 bytes
+ ...ontext2_multiple_subrules_f2.retain-gids.41.otf | Bin 1928 -> 1944 bytes
+ ...ubrules_f2.retain-gids.retain-all-codepoint.otf | Bin 3712 -> 3924 bytes
+ ...sub_context3_successive_f1.default.41,42,43.otf | Bin 1328 -> 1340 bytes
+ .../gsub_context3_successive_f1.default.41,42.otf  | Bin 1228 -> 1240 bytes
+ .../gsub_context3_successive_f1.default.41,43.otf  | Bin 1332 -> 1348 bytes
+ .../gsub_context3_successive_f1.default.41.otf     | Bin 1216 -> 1228 bytes
+ ..._successive_f1.default.retain-all-codepoint.otf | Bin 3700 -> 3912 bytes
+ ...context3_successive_f1.retain-gids.41,42,43.otf | Bin 2028 -> 2052 bytes
+ ...ub_context3_successive_f1.retain-gids.41,42.otf | Bin 1932 -> 1948 bytes
+ ...ub_context3_successive_f1.retain-gids.41,43.otf | Bin 2048 -> 2068 bytes
+ .../gsub_context3_successive_f1.retain-gids.41.otf | Bin 1916 -> 1932 bytes
+ ...cessive_f1.retain-gids.retain-all-codepoint.otf | Bin 3700 -> 3912 bytes
+ ...g1_multiple_subrules_f1.default.30,31,32,33.otf | Bin 1852 -> 1868 bytes
+ ...ning1_multiple_subrules_f1.default.41,42,43.otf | Bin 1344 -> 1356 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3716 -> 3928 bytes
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf | Bin 2316 -> 2340 bytes
+ ...1_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2044 -> 2068 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3716 -> 3928 bytes
+ ...g2_multiple_subrules_f1.default.30,31,32,33.otf | Bin 1852 -> 1868 bytes
+ ...ning2_multiple_subrules_f1.default.41,42,43.otf | Bin 1344 -> 1356 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3716 -> 3928 bytes
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf | Bin 2316 -> 2340 bytes
+ ...2_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2044 -> 2068 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3716 -> 3928 bytes
+ ...sub_chaining3_simple_f2.default.30,31,32,33.otf | Bin 1828 -> 1844 bytes
+ .../gsub_chaining3_simple_f2.default.41,42,43.otf  | Bin 1320 -> 1332 bytes
+ ...ing3_simple_f2.default.retain-all-codepoint.otf | Bin 3692 -> 3904 bytes
+ ...chaining3_simple_f2.retain-gids.30,31,32,33.otf | Bin 2292 -> 2316 bytes
+ ...ub_chaining3_simple_f2.retain-gids.41,42,43.otf | Bin 2020 -> 2044 bytes
+ ..._simple_f2.retain-gids.retain-all-codepoint.otf | Bin 3692 -> 3904 bytes
+ ..._created.default.41,42,43,44,45,46,47,48,49.otf | Bin 2176 -> 2188 bytes
+ ...nually_created.default.41,42,43,44,45,46,47.otf | Bin 1888 -> 1904 bytes
+ ...nually_created.default.41,42,43,44,45,46,4D.otf | Bin 1852 -> 1868 bytes
+ ...nually_created.default.41,42,43,44,45,46,51.otf | Bin 1932 -> 1948 bytes
+ ..._manually_created.default.41,42,43,44,45,46.otf | Bin 1832 -> 1844 bytes
+ .../gsub8_manually_created.default.41,42,43.otf    | Bin 1284 -> 1296 bytes
+ .../gsub8_manually_created.default.41.otf          | Bin 1172 -> 1184 bytes
+ .../gsub8_manually_created.default.61.otf          | Bin 1224 -> 1236 bytes
+ ...nually_created.default.retain-all-codepoint.otf | Bin 3656 -> 3868 bytes
+ ...ated.retain-gids.41,42,43,44,45,46,47,48,49.otf | Bin 2884 -> 2916 bytes
+ ...ly_created.retain-gids.41,42,43,44,45,46,47.otf | Bin 2596 -> 2624 bytes
+ ...ly_created.retain-gids.41,42,43,44,45,46,4D.otf | Bin 2636 -> 2668 bytes
+ ...ly_created.retain-gids.41,42,43,44,45,46,51.otf | Bin 2760 -> 2792 bytes
+ ...ually_created.retain-gids.41,42,43,44,45,46.otf | Bin 2540 -> 2564 bytes
+ ...gsub8_manually_created.retain-gids.41,42,43.otf | Bin 1984 -> 2008 bytes
+ .../gsub8_manually_created.retain-gids.41.otf      | Bin 1872 -> 1888 bytes
+ .../gsub8_manually_created.retain-gids.61.otf      | Bin 2276 -> 2292 bytes
+ ...ly_created.retain-gids.retain-all-codepoint.otf | Bin 3656 -> 3868 bytes
+ .../expected/layout.khmer/Khmer.default.1780.ttf   | Bin 4204 -> 4200 bytes
+ ...ult.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 6412 -> 6408 bytes
+ .../expected/layout.khmer/Khmer.default.31.ttf     | Bin 4140 -> 4136 bytes
+ .../layout.khmer/Khmer.retain-gids.1780.ttf        | Bin 4464 -> 4460 bytes
+ ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 7848 -> 7844 bytes
+ .../expected/layout.khmer/Khmer.retain-gids.31.ttf | Bin 4256 -> 4252 bytes
+ ...Bold.default.627,644,623,62D,644,627,645,2E.ttf | Bin 11396 -> 11388 bytes
+ ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf | Bin 18248 -> 17688 bytes
+ .../NotoNastaliqUrdu-Bold.default.627,644.ttf      | Bin 3528 -> 3520 bytes
+ ...rdu-Bold.default.633,645,627,621,20,644,627.ttf | Bin 12368 -> 12380 bytes
+ .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  | Bin 20368 -> 19380 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 18232 -> 18224 bytes
+ ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 24376 -> 23748 bytes
+ .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  | Bin 9176 -> 9164 bytes
+ ...Bold.retain-gids.633,645,627,621,20,644,627.ttf | Bin 18172 -> 18184 bytes
+ ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf | Bin 26588 -> 25432 bytes
+ .../Roboto-Regular.smallcaps.default.41,42,43.ttf  | Bin 2464 -> 2460 bytes
+ .../Roboto-Regular.smallcaps.default.41,43.ttf     | Bin 2284 -> 2280 bytes
+ .../layout/Roboto-Regular.smallcaps.default.41.ttf | Bin 2084 -> 2080 bytes
+ .../layout/Roboto-Regular.smallcaps.default.43.ttf | Bin 2116 -> 2112 bytes
+ .../Roboto-Regular.smallcaps.default.CA,CB.ttf     | Bin 2388 -> 2384 bytes
+ ...boto-Regular.smallcaps.retain-gids.41,42,43.ttf | Bin 2716 -> 2712 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.41,43.ttf | Bin 2548 -> 2544 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.41.ttf    | Bin 2336 -> 2332 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.43.ttf    | Bin 2384 -> 2380 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttf | Bin 6476 -> 6472 bytes
+ .../data/expected/sbix/sbix.default.58,59.ttf      | Bin 193528 -> 193528 bytes
+ test/subset/data/expected/sbix/sbix.default.58.ttf | Bin 121168 -> 121168 bytes
+ test/subset/data/expected/sbix/sbix.default.59.ttf | Bin 89364 -> 89364 bytes
+ .../sbix/sbix.drop-hints-retain-gids.58,59.ttf     | Bin 193528 -> 193528 bytes
+ .../sbix/sbix.drop-hints-retain-gids.58.ttf        | Bin 121168 -> 121168 bytes
+ .../sbix/sbix.drop-hints-retain-gids.59.ttf        | Bin 89404 -> 89404 bytes
+ .../data/expected/sbix/sbix.drop-hints.58,59.ttf   | Bin 193528 -> 193528 bytes
+ .../data/expected/sbix/sbix.drop-hints.58.ttf      | Bin 121168 -> 121168 bytes
+ .../data/expected/sbix/sbix.drop-hints.59.ttf      | Bin 89364 -> 89364 bytes
+ .../data/expected/sbix/sbix.retain-gids.58,59.ttf  | Bin 193528 -> 193528 bytes
+ .../data/expected/sbix/sbix.retain-gids.58.ttf     | Bin 121168 -> 121168 bytes
+ .../data/expected/sbix/sbix.retain-gids.59.ttf     | Bin 89404 -> 89404 bytes
+ .../variable/Fraunces.default.26,66,69,124,125.ttf | Bin 15792 -> 15856 bytes
+ .../data/expected/variable/Fraunces.default.61.ttf | Bin 4228 -> 4232 bytes
+ test/subset/generate-expected-outputs.py           |  54 +++++++++++++++++++--
+ test/subset/run-tests.py                           |  12 ++++-
+ 948 files changed, 60 insertions(+), 6 deletions(-)
+
+commit 770fbd5aa66b8f557d45366ed51df5a0b26e9e4b
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Aug 4 00:07:23 2021 +0200
+
+    Revert "[test] Speed-up subset tests by saving TTX dump"
+    
+    This reverts commit 278f44dcee34cea25403e42e06668f0afe2328c1.
+
+ .../Comfortaa-Regular-new.default.61,62,63.ttf     |    Bin 0 -> 7060 bytes
+ .../Comfortaa-Regular-new.default.61,62,63.ttx     |   4507 -
+ .../basics/Comfortaa-Regular-new.default.61,63.ttf |    Bin 0 -> 6692 bytes
+ .../basics/Comfortaa-Regular-new.default.61,63.ttx |   4359 -
+ .../basics/Comfortaa-Regular-new.default.61.ttf    |    Bin 0 -> 6328 bytes
+ .../basics/Comfortaa-Regular-new.default.61.ttx    |   4198 -
+ .../basics/Comfortaa-Regular-new.default.62.ttf    |    Bin 0 -> 6200 bytes
+ .../basics/Comfortaa-Regular-new.default.62.ttx    |   4151 -
+ .../basics/Comfortaa-Regular-new.default.63.ttf    |    Bin 0 -> 6256 bytes
+ .../basics/Comfortaa-Regular-new.default.63.ttx    |   4209 -
+ ...aa-Regular-new.default.retain-all-codepoint.ttf |    Bin 0 -> 220928 bytes
+ ...aa-Regular-new.default.retain-all-codepoint.ttx | 132956 -----------------
+ ...Regular-new.drop-hints-retain-gids.61,62,63.ttf |    Bin 0 -> 4608 bytes
+ ...Regular-new.drop-hints-retain-gids.61,62,63.ttx |   1918 -
+ ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf |    Bin 0 -> 4312 bytes
+ ...aa-Regular-new.drop-hints-retain-gids.61,63.ttx |   1785 -
+ ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf |    Bin 0 -> 3724 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.61.ttx |   1493 -
+ ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf |    Bin 0 -> 3900 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.62.ttx |   1600 -
+ ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf |    Bin 0 -> 3972 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.63.ttx |   1662 -
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf |    Bin 0 -> 189800 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttx | 122816 ----------------
+ .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  |    Bin 0 -> 2600 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,62,63.ttx  |    813 -
+ .../Comfortaa-Regular-new.drop-hints.61,63.ttf     |    Bin 0 -> 2296 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,63.ttx     |    675 -
+ .../basics/Comfortaa-Regular-new.drop-hints.61.ttf |    Bin 0 -> 1976 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.61.ttx |    523 -
+ .../basics/Comfortaa-Regular-new.drop-hints.62.ttf |    Bin 0 -> 1900 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.62.ttx |    490 -
+ .../basics/Comfortaa-Regular-new.drop-hints.63.ttf |    Bin 0 -> 1968 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.63.ttx |    547 -
+ ...Regular-new.drop-hints.retain-all-codepoint.ttf |    Bin 0 -> 189756 bytes
+ ...Regular-new.drop-hints.retain-all-codepoint.ttx | 122806 ----------------
+ .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf |    Bin 0 -> 7988 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,62,63.ttx |   4929 -
+ .../basics/Comfortaa-Regular-new.gids.61,63.ttf    |    Bin 0 -> 7628 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,63.ttx    |   4778 -
+ .../basics/Comfortaa-Regular-new.gids.61.ttf       |    Bin 0 -> 7256 bytes
+ .../basics/Comfortaa-Regular-new.gids.61.ttx       |   4614 -
+ .../basics/Comfortaa-Regular-new.gids.62.ttf       |    Bin 0 -> 7184 bytes
+ .../basics/Comfortaa-Regular-new.gids.62.ttx       |   4606 -
+ .../basics/Comfortaa-Regular-new.gids.63.ttf       |    Bin 0 -> 7180 bytes
+ .../basics/Comfortaa-Regular-new.gids.63.ttx       |   4623 -
+ ...ortaa-Regular-new.gids.retain-all-codepoint.ttf |    Bin 0 -> 220928 bytes
+ ...ortaa-Regular-new.gids.retain-all-codepoint.ttx | 132956 -----------------
+ .../Comfortaa-Regular-new.glyph-names.61,62,63.ttf |    Bin 0 -> 7072 bytes
+ .../Comfortaa-Regular-new.glyph-names.61,62,63.ttx |   4519 -
+ .../Comfortaa-Regular-new.glyph-names.61,63.ttf    |    Bin 0 -> 6700 bytes
+ .../Comfortaa-Regular-new.glyph-names.61,63.ttx    |   4371 -
+ .../Comfortaa-Regular-new.glyph-names.61.ttf       |    Bin 0 -> 6336 bytes
+ .../Comfortaa-Regular-new.glyph-names.61.ttx       |   4210 -
+ .../Comfortaa-Regular-new.glyph-names.62.ttf       |    Bin 0 -> 6208 bytes
+ .../Comfortaa-Regular-new.glyph-names.62.ttx       |   4163 -
+ .../Comfortaa-Regular-new.glyph-names.63.ttf       |    Bin 0 -> 6264 bytes
+ .../Comfortaa-Regular-new.glyph-names.63.ttx       |   4221 -
+ ...egular-new.glyph-names.retain-all-codepoint.ttf |    Bin 0 -> 227920 bytes
+ ...egular-new.glyph-names.retain-all-codepoint.ttx | 133598 ------------------
+ ...gular-new.keep-all-layout-features.61,62,63.ttf |    Bin 0 -> 7504 bytes
+ ...gular-new.keep-all-layout-features.61,62,63.ttx |   4670 -
+ ...-Regular-new.keep-all-layout-features.61,63.ttf |    Bin 0 -> 7140 bytes
+ ...-Regular-new.keep-all-layout-features.61,63.ttx |   4519 -
+ ...taa-Regular-new.keep-all-layout-features.61.ttf |    Bin 0 -> 6772 bytes
+ ...taa-Regular-new.keep-all-layout-features.61.ttx |   4355 -
+ ...taa-Regular-new.keep-all-layout-features.62.ttf |    Bin 0 -> 6200 bytes
+ ...taa-Regular-new.keep-all-layout-features.62.ttx |   4151 -
+ ...taa-Regular-new.keep-all-layout-features.63.ttf |    Bin 0 -> 6256 bytes
+ ...taa-Regular-new.keep-all-layout-features.63.ttx |   4209 -
+ ...ep-all-layout-features.retain-all-codepoint.ttf |    Bin 0 -> 221620 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttx | 133303 -----------------
+ ...fortaa-Regular-new.layout-features.61,62,63.ttf |    Bin 0 -> 7060 bytes
+ ...fortaa-Regular-new.layout-features.61,62,63.ttx |   4507 -
+ ...Comfortaa-Regular-new.layout-features.61,63.ttf |    Bin 0 -> 6692 bytes
+ ...Comfortaa-Regular-new.layout-features.61,63.ttx |   4359 -
+ .../Comfortaa-Regular-new.layout-features.61.ttf   |    Bin 0 -> 6328 bytes
+ .../Comfortaa-Regular-new.layout-features.61.ttx   |   4198 -
+ .../Comfortaa-Regular-new.layout-features.62.ttf   |    Bin 0 -> 6200 bytes
+ .../Comfortaa-Regular-new.layout-features.62.ttx   |   4151 -
+ .../Comfortaa-Regular-new.layout-features.63.ttf   |    Bin 0 -> 6256 bytes
+ .../Comfortaa-Regular-new.layout-features.63.ttx   |   4209 -
+ ...ar-new.layout-features.retain-all-codepoint.ttf |    Bin 0 -> 219124 bytes
+ ...ar-new.layout-features.retain-all-codepoint.ttx | 131168 -----------------
+ .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    |    Bin 0 -> 6800 bytes
+ .../Comfortaa-Regular-new.name-ids.61,62,63.ttx    |   4495 -
+ .../Comfortaa-Regular-new.name-ids.61,63.ttf       |    Bin 0 -> 6432 bytes
+ .../Comfortaa-Regular-new.name-ids.61,63.ttx       |   4347 -
+ .../basics/Comfortaa-Regular-new.name-ids.61.ttf   |    Bin 0 -> 6068 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.61.ttx   |   4186 -
+ .../basics/Comfortaa-Regular-new.name-ids.62.ttf   |    Bin 0 -> 5940 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.62.ttx   |   4139 -
+ .../basics/Comfortaa-Regular-new.name-ids.63.ttf   |    Bin 0 -> 5996 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.63.ttx   |   4197 -
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttf |    Bin 0 -> 220668 bytes
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttx | 132944 -----------------
+ ...mfortaa-Regular-new.name-languages.61,62,63.ttf |    Bin 0 -> 7060 bytes
+ ...mfortaa-Regular-new.name-languages.61,62,63.ttx |   4507 -
+ .../Comfortaa-Regular-new.name-languages.61,63.ttf |    Bin 0 -> 6692 bytes
+ .../Comfortaa-Regular-new.name-languages.61,63.ttx |   4359 -
+ .../Comfortaa-Regular-new.name-languages.61.ttf    |    Bin 0 -> 6328 bytes
+ .../Comfortaa-Regular-new.name-languages.61.ttx    |   4198 -
+ .../Comfortaa-Regular-new.name-languages.62.ttf    |    Bin 0 -> 6200 bytes
+ .../Comfortaa-Regular-new.name-languages.62.ttx    |   4151 -
+ .../Comfortaa-Regular-new.name-languages.63.ttf    |    Bin 0 -> 6256 bytes
+ .../Comfortaa-Regular-new.name-languages.63.ttx    |   4209 -
+ ...lar-new.name-languages.retain-all-codepoint.ttf |    Bin 0 -> 220928 bytes
+ ...lar-new.name-languages.retain-all-codepoint.ttx | 132956 -----------------
+ .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf |    Bin 0 -> 7060 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,62,63.ttx |   4507 -
+ .../Comfortaa-Regular-new.name-legacy.61,63.ttf    |    Bin 0 -> 6692 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,63.ttx    |   4359 -
+ .../Comfortaa-Regular-new.name-legacy.61.ttf       |    Bin 0 -> 6328 bytes
+ .../Comfortaa-Regular-new.name-legacy.61.ttx       |   4198 -
+ .../Comfortaa-Regular-new.name-legacy.62.ttf       |    Bin 0 -> 6200 bytes
+ .../Comfortaa-Regular-new.name-legacy.62.ttx       |   4151 -
+ .../Comfortaa-Regular-new.name-legacy.63.ttf       |    Bin 0 -> 6256 bytes
+ .../Comfortaa-Regular-new.name-legacy.63.ttx       |   4209 -
+ ...egular-new.name-legacy.retain-all-codepoint.ttf |    Bin 0 -> 220928 bytes
+ ...egular-new.name-legacy.retain-all-codepoint.ttx | 132956 -----------------
+ ...egular-new.no-prune-unicode-ranges.61,62,63.ttf |    Bin 0 -> 7060 bytes
+ ...egular-new.no-prune-unicode-ranges.61,62,63.ttx |   4507 -
+ ...a-Regular-new.no-prune-unicode-ranges.61,63.ttf |    Bin 0 -> 6692 bytes
+ ...a-Regular-new.no-prune-unicode-ranges.61,63.ttx |   4359 -
+ ...rtaa-Regular-new.no-prune-unicode-ranges.61.ttf |    Bin 0 -> 6328 bytes
+ ...rtaa-Regular-new.no-prune-unicode-ranges.61.ttx |   4198 -
+ ...rtaa-Regular-new.no-prune-unicode-ranges.62.ttf |    Bin 0 -> 6200 bytes
+ ...rtaa-Regular-new.no-prune-unicode-ranges.62.ttx |   4151 -
+ ...rtaa-Regular-new.no-prune-unicode-ranges.63.ttf |    Bin 0 -> 6256 bytes
+ ...rtaa-Regular-new.no-prune-unicode-ranges.63.ttx |   4209 -
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf |    Bin 0 -> 220928 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttx | 132956 -----------------
+ ...mfortaa-Regular-new.notdef-outline.61,62,63.ttf |    Bin 0 -> 7652 bytes
+ ...mfortaa-Regular-new.notdef-outline.61,62,63.ttx |   4758 -
+ .../Comfortaa-Regular-new.notdef-outline.61,63.ttf |    Bin 0 -> 7284 bytes
+ .../Comfortaa-Regular-new.notdef-outline.61,63.ttx |   4610 -
+ .../Comfortaa-Regular-new.notdef-outline.61.ttf    |    Bin 0 -> 6920 bytes
+ .../Comfortaa-Regular-new.notdef-outline.61.ttx    |   4449 -
+ .../Comfortaa-Regular-new.notdef-outline.62.ttf    |    Bin 0 -> 6796 bytes
+ .../Comfortaa-Regular-new.notdef-outline.62.ttx    |   4402 -
+ .../Comfortaa-Regular-new.notdef-outline.63.ttf    |    Bin 0 -> 6844 bytes
+ .../Comfortaa-Regular-new.notdef-outline.63.ttx    |   4460 -
+ ...lar-new.notdef-outline.retain-all-codepoint.ttf |    Bin 0 -> 221524 bytes
+ ...lar-new.notdef-outline.retain-all-codepoint.ttx | 133207 -----------------
+ .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf |    Bin 0 -> 9068 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,62,63.ttx |   5612 -
+ .../Comfortaa-Regular-new.retain-gids.61,63.ttf    |    Bin 0 -> 8708 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,63.ttx    |   5469 -
+ .../Comfortaa-Regular-new.retain-gids.61.ttf       |    Bin 0 -> 8076 bytes
+ .../Comfortaa-Regular-new.retain-gids.61.ttx       |   5168 -
+ .../Comfortaa-Regular-new.retain-gids.62.ttf       |    Bin 0 -> 8200 bytes
+ .../Comfortaa-Regular-new.retain-gids.62.ttx       |   5261 -
+ .../Comfortaa-Regular-new.retain-gids.63.ttf       |    Bin 0 -> 8260 bytes
+ .../Comfortaa-Regular-new.retain-gids.63.ttx       |   5324 -
+ ...egular-new.retain-gids.retain-all-codepoint.ttf |    Bin 0 -> 220972 bytes
+ ...egular-new.retain-gids.retain-all-codepoint.ttx | 132966 -----------------
+ ...numMyeongjo-Regular-subset.default.61,62,63.ttf |    Bin 0 -> 4128 bytes
+ ...numMyeongjo-Regular-subset.default.61,62,63.ttx |   2032 -
+ .../NanumMyeongjo-Regular-subset.default.61,63.ttf |    Bin 0 -> 3580 bytes
+ .../NanumMyeongjo-Regular-subset.default.61,63.ttx |   1822 -
+ .../NanumMyeongjo-Regular-subset.default.61.ttf    |    Bin 0 -> 3156 bytes
+ .../NanumMyeongjo-Regular-subset.default.61.ttx    |   1696 -
+ .../NanumMyeongjo-Regular-subset.default.62.ttf    |    Bin 0 -> 3180 bytes
+ .../NanumMyeongjo-Regular-subset.default.62.ttx    |   1719 -
+ .../NanumMyeongjo-Regular-subset.default.63.ttf    |    Bin 0 -> 3048 bytes
+ .../NanumMyeongjo-Regular-subset.default.63.ttx    |   1635 -
+ ...Regular-subset.default.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
+ ...Regular-subset.default.retain-all-codepoint.ttx |   4391 -
+ ...ular-subset.drop-hints-retain-gids.61,62,63.ttf |    Bin 0 -> 1452 bytes
+ ...ular-subset.drop-hints-retain-gids.61,62,63.ttx |    380 -
+ ...Regular-subset.drop-hints-retain-gids.61,63.ttf |    Bin 0 -> 1284 bytes
+ ...Regular-subset.drop-hints-retain-gids.61,63.ttx |    314 -
+ ...jo-Regular-subset.drop-hints-retain-gids.61.ttf |    Bin 0 -> 1128 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.61.ttx |    254 -
+ ...jo-Regular-subset.drop-hints-retain-gids.62.ttf |    Bin 0 -> 1144 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.62.ttx |    261 -
+ ...jo-Regular-subset.drop-hints-retain-gids.63.ttf |    Bin 0 -> 1116 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.63.ttx |    251 -
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf |    Bin 0 -> 3536 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttx |   1215 -
+ ...Myeongjo-Regular-subset.drop-hints.61,62,63.ttf |    Bin 0 -> 1452 bytes
+ ...Myeongjo-Regular-subset.drop-hints.61,62,63.ttx |    380 -
+ ...numMyeongjo-Regular-subset.drop-hints.61,63.ttf |    Bin 0 -> 1276 bytes
+ ...numMyeongjo-Regular-subset.drop-hints.61,63.ttx |    310 -
+ .../NanumMyeongjo-Regular-subset.drop-hints.61.ttf |    Bin 0 -> 1128 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.61.ttx |    254 -
+ .../NanumMyeongjo-Regular-subset.drop-hints.62.ttf |    Bin 0 -> 1140 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.62.ttx |    257 -
+ .../NanumMyeongjo-Regular-subset.drop-hints.63.ttf |    Bin 0 -> 1104 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.63.ttx |    243 -
+ ...ular-subset.drop-hints.retain-all-codepoint.ttf |    Bin 0 -> 3536 bytes
+ ...ular-subset.drop-hints.retain-all-codepoint.ttx |   1215 -
+ .../NanumMyeongjo-Regular-subset.gids.61,62,63.ttf |    Bin 0 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61,62,63.ttx |   2032 -
+ .../NanumMyeongjo-Regular-subset.gids.61,63.ttf    |    Bin 0 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61,63.ttx    |   2032 -
+ .../NanumMyeongjo-Regular-subset.gids.61.ttf       |    Bin 0 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61.ttx       |   2032 -
+ .../NanumMyeongjo-Regular-subset.gids.62.ttf       |    Bin 0 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.62.ttx       |   2032 -
+ .../NanumMyeongjo-Regular-subset.gids.63.ttf       |    Bin 0 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.63.ttx       |   2032 -
+ ...jo-Regular-subset.gids.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
+ ...jo-Regular-subset.gids.retain-all-codepoint.ttx |   4391 -
+ ...yeongjo-Regular-subset.glyph-names.61,62,63.ttf |    Bin 0 -> 4128 bytes
+ ...yeongjo-Regular-subset.glyph-names.61,62,63.ttx |   2032 -
+ ...umMyeongjo-Regular-subset.glyph-names.61,63.ttf |    Bin 0 -> 3580 bytes
+ ...umMyeongjo-Regular-subset.glyph-names.61,63.ttx |   1822 -
+ ...NanumMyeongjo-Regular-subset.glyph-names.61.ttf |    Bin 0 -> 3156 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.61.ttx |   1696 -
+ ...NanumMyeongjo-Regular-subset.glyph-names.62.ttf |    Bin 0 -> 3180 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.62.ttx |   1719 -
+ ...NanumMyeongjo-Regular-subset.glyph-names.63.ttf |    Bin 0 -> 3048 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.63.ttx |   1635 -
+ ...lar-subset.glyph-names.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
+ ...lar-subset.glyph-names.retain-all-codepoint.ttx |   4391 -
+ ...ar-subset.keep-all-layout-features.61,62,63.ttf |    Bin 0 -> 4128 bytes
+ ...ar-subset.keep-all-layout-features.61,62,63.ttx |   2032 -
+ ...gular-subset.keep-all-layout-features.61,63.ttf |    Bin 0 -> 3580 bytes
+ ...gular-subset.keep-all-layout-features.61,63.ttx |   1822 -
+ ...-Regular-subset.keep-all-layout-features.61.ttf |    Bin 0 -> 3156 bytes
+ ...-Regular-subset.keep-all-layout-features.61.ttx |   1696 -
+ ...-Regular-subset.keep-all-layout-features.62.ttf |    Bin 0 -> 3180 bytes
+ ...-Regular-subset.keep-all-layout-features.62.ttx |   1719 -
+ ...-Regular-subset.keep-all-layout-features.63.ttf |    Bin 0 -> 3048 bytes
+ ...-Regular-subset.keep-all-layout-features.63.ttx |   1635 -
+ ...ep-all-layout-features.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttx |   4391 -
+ ...gjo-Regular-subset.layout-features.61,62,63.ttf |    Bin 0 -> 4128 bytes
+ ...gjo-Regular-subset.layout-features.61,62,63.ttx |   2032 -
+ ...eongjo-Regular-subset.layout-features.61,63.ttf |    Bin 0 -> 3580 bytes
+ ...eongjo-Regular-subset.layout-features.61,63.ttx |   1822 -
+ ...mMyeongjo-Regular-subset.layout-features.61.ttf |    Bin 0 -> 3156 bytes
+ ...mMyeongjo-Regular-subset.layout-features.61.ttx |   1696 -
+ ...mMyeongjo-Regular-subset.layout-features.62.ttf |    Bin 0 -> 3180 bytes
+ ...mMyeongjo-Regular-subset.layout-features.62.ttx |   1719 -
+ ...mMyeongjo-Regular-subset.layout-features.63.ttf |    Bin 0 -> 3048 bytes
+ ...mMyeongjo-Regular-subset.layout-features.63.ttx |   1635 -
+ ...subset.layout-features.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
+ ...subset.layout-features.retain-all-codepoint.ttx |   4391 -
+ ...umMyeongjo-Regular-subset.name-ids.61,62,63.ttf |    Bin 0 -> 3924 bytes
+ ...umMyeongjo-Regular-subset.name-ids.61,62,63.ttx |   2020 -
+ ...NanumMyeongjo-Regular-subset.name-ids.61,63.ttf |    Bin 0 -> 3376 bytes
+ ...NanumMyeongjo-Regular-subset.name-ids.61,63.ttx |   1810 -
+ .../NanumMyeongjo-Regular-subset.name-ids.61.ttf   |    Bin 0 -> 2952 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.61.ttx   |   1684 -
+ .../NanumMyeongjo-Regular-subset.name-ids.62.ttf   |    Bin 0 -> 2976 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.62.ttx   |   1707 -
+ .../NanumMyeongjo-Regular-subset.name-ids.63.ttf   |    Bin 0 -> 2844 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.63.ttx   |   1623 -
+ ...egular-subset.name-ids.retain-all-codepoint.ttf |    Bin 0 -> 9320 bytes
+ ...egular-subset.name-ids.retain-all-codepoint.ttx |   4379 -
+ ...ngjo-Regular-subset.name-languages.61,62,63.ttf |    Bin 0 -> 4172 bytes
+ ...ngjo-Regular-subset.name-languages.61,62,63.ttx |   2041 -
+ ...yeongjo-Regular-subset.name-languages.61,63.ttf |    Bin 0 -> 3624 bytes
+ ...yeongjo-Regular-subset.name-languages.61,63.ttx |   1831 -
+ ...umMyeongjo-Regular-subset.name-languages.61.ttf |    Bin 0 -> 3200 bytes
+ ...umMyeongjo-Regular-subset.name-languages.61.ttx |   1705 -
+ ...umMyeongjo-Regular-subset.name-languages.62.ttf |    Bin 0 -> 3224 bytes
+ ...umMyeongjo-Regular-subset.name-languages.62.ttx |   1728 -
+ ...umMyeongjo-Regular-subset.name-languages.63.ttf |    Bin 0 -> 3092 bytes
+ ...umMyeongjo-Regular-subset.name-languages.63.ttx |   1644 -
+ ...-subset.name-languages.retain-all-codepoint.ttf |    Bin 0 -> 9568 bytes
+ ...-subset.name-languages.retain-all-codepoint.ttx |   4400 -
+ ...yeongjo-Regular-subset.name-legacy.61,62,63.ttf |    Bin 0 -> 4128 bytes
+ ...yeongjo-Regular-subset.name-legacy.61,62,63.ttx |   2032 -
+ ...umMyeongjo-Regular-subset.name-legacy.61,63.ttf |    Bin 0 -> 3580 bytes
+ ...umMyeongjo-Regular-subset.name-legacy.61,63.ttx |   1822 -
+ ...NanumMyeongjo-Regular-subset.name-legacy.61.ttf |    Bin 0 -> 3156 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.61.ttx |   1696 -
+ ...NanumMyeongjo-Regular-subset.name-legacy.62.ttf |    Bin 0 -> 3180 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.62.ttx |   1719 -
+ ...NanumMyeongjo-Regular-subset.name-legacy.63.ttf |    Bin 0 -> 3048 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.63.ttx |   1635 -
+ ...lar-subset.name-legacy.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
+ ...lar-subset.name-legacy.retain-all-codepoint.ttx |   4391 -
+ ...lar-subset.no-prune-unicode-ranges.61,62,63.ttf |    Bin 0 -> 4128 bytes
+ ...lar-subset.no-prune-unicode-ranges.61,62,63.ttx |   2032 -
+ ...egular-subset.no-prune-unicode-ranges.61,63.ttf |    Bin 0 -> 3580 bytes
+ ...egular-subset.no-prune-unicode-ranges.61,63.ttx |   1822 -
+ ...o-Regular-subset.no-prune-unicode-ranges.61.ttf |    Bin 0 -> 3156 bytes
+ ...o-Regular-subset.no-prune-unicode-ranges.61.ttx |   1696 -
+ ...o-Regular-subset.no-prune-unicode-ranges.62.ttf |    Bin 0 -> 3180 bytes
+ ...o-Regular-subset.no-prune-unicode-ranges.62.ttx |   1719 -
+ ...o-Regular-subset.no-prune-unicode-ranges.63.ttf |    Bin 0 -> 3048 bytes
+ ...o-Regular-subset.no-prune-unicode-ranges.63.ttx |   1635 -
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttx |   4391 -
+ ...ngjo-Regular-subset.notdef-outline.61,62,63.ttf |    Bin 0 -> 4128 bytes
+ ...ngjo-Regular-subset.notdef-outline.61,62,63.ttx |   2032 -
+ ...yeongjo-Regular-subset.notdef-outline.61,63.ttf |    Bin 0 -> 3580 bytes
+ ...yeongjo-Regular-subset.notdef-outline.61,63.ttx |   1822 -
+ ...umMyeongjo-Regular-subset.notdef-outline.61.ttf |    Bin 0 -> 3156 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.61.ttx |   1696 -
+ ...umMyeongjo-Regular-subset.notdef-outline.62.ttf |    Bin 0 -> 3180 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.62.ttx |   1719 -
+ ...umMyeongjo-Regular-subset.notdef-outline.63.ttf |    Bin 0 -> 3048 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.63.ttx |   1635 -
+ ...-subset.notdef-outline.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
+ ...-subset.notdef-outline.retain-all-codepoint.ttx |   4391 -
+ ...yeongjo-Regular-subset.retain-gids.61,62,63.ttf |    Bin 0 -> 4128 bytes
+ ...yeongjo-Regular-subset.retain-gids.61,62,63.ttx |   2032 -
+ ...umMyeongjo-Regular-subset.retain-gids.61,63.ttf |    Bin 0 -> 3588 bytes
+ ...umMyeongjo-Regular-subset.retain-gids.61,63.ttx |   1826 -
+ ...NanumMyeongjo-Regular-subset.retain-gids.61.ttf |    Bin 0 -> 3156 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.61.ttx |   1696 -
+ ...NanumMyeongjo-Regular-subset.retain-gids.62.ttf |    Bin 0 -> 3184 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.62.ttx |   1723 -
+ ...NanumMyeongjo-Regular-subset.retain-gids.63.ttf |    Bin 0 -> 3060 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.63.ttx |   1643 -
+ ...lar-subset.retain-gids.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
+ ...lar-subset.retain-gids.retain-all-codepoint.ttx |   4391 -
+ .../basics/Roboto-Regular.abc.default.61,62,63.ttf |    Bin 0 -> 2452 bytes
+ .../basics/Roboto-Regular.abc.default.61,62,63.ttx |   1407 -
+ .../basics/Roboto-Regular.abc.default.61,63.ttf    |    Bin 0 -> 2260 bytes
+ .../basics/Roboto-Regular.abc.default.61,63.ttx    |   1259 -
+ .../basics/Roboto-Regular.abc.default.61.ttf       |    Bin 0 -> 2048 bytes
+ .../basics/Roboto-Regular.abc.default.61.ttx       |   1127 -
+ .../basics/Roboto-Regular.abc.default.62.ttf       |    Bin 0 -> 1916 bytes
+ .../basics/Roboto-Regular.abc.default.62.ttx       |   1025 -
+ .../basics/Roboto-Regular.abc.default.63.ttf       |    Bin 0 -> 1972 bytes
+ .../basics/Roboto-Regular.abc.default.63.ttx       |   1073 -
+ ...to-Regular.abc.default.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
+ ...to-Regular.abc.default.retain-all-codepoint.ttx |   1407 -
+ ...Regular.abc.drop-hints-retain-gids.61,62,63.ttf |    Bin 0 -> 1192 bytes
+ ...Regular.abc.drop-hints-retain-gids.61,62,63.ttx |    479 -
+ ...to-Regular.abc.drop-hints-retain-gids.61,63.ttf |    Bin 0 -> 1124 bytes
+ ...to-Regular.abc.drop-hints-retain-gids.61,63.ttx |    433 -
+ ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf |    Bin 0 -> 984 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.61.ttx |    374 -
+ ...oboto-Regular.abc.drop-hints-retain-gids.62.ttf |    Bin 0 -> 880 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.62.ttx |    297 -
+ ...oboto-Regular.abc.drop-hints-retain-gids.63.ttf |    Bin 0 -> 968 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.63.ttx |    369 -
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf |    Bin 0 -> 1192 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttx |    479 -
+ .../Roboto-Regular.abc.drop-hints.61,62,63.ttf     |    Bin 0 -> 1192 bytes
+ .../Roboto-Regular.abc.drop-hints.61,62,63.ttx     |    479 -
+ .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf |    Bin 0 -> 1108 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61,63.ttx |    429 -
+ .../basics/Roboto-Regular.abc.drop-hints.61.ttf    |    Bin 0 -> 984 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61.ttx    |    374 -
+ .../basics/Roboto-Regular.abc.drop-hints.62.ttf    |    Bin 0 -> 876 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.62.ttx    |    293 -
+ .../basics/Roboto-Regular.abc.drop-hints.63.ttf    |    Bin 0 -> 956 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.63.ttx    |    361 -
+ ...Regular.abc.drop-hints.retain-all-codepoint.ttf |    Bin 0 -> 1192 bytes
+ ...Regular.abc.drop-hints.retain-all-codepoint.ttx |    479 -
+ .../basics/Roboto-Regular.abc.gids.61,62,63.ttf    |    Bin 0 -> 2452 bytes
+ .../basics/Roboto-Regular.abc.gids.61,62,63.ttx    |   1407 -
+ .../basics/Roboto-Regular.abc.gids.61,63.ttf       |    Bin 0 -> 2452 bytes
+ .../basics/Roboto-Regular.abc.gids.61,63.ttx       |   1407 -
+ .../expected/basics/Roboto-Regular.abc.gids.61.ttf |    Bin 0 -> 2452 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.61.ttx |   1407 -
+ .../expected/basics/Roboto-Regular.abc.gids.62.ttf |    Bin 0 -> 2452 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.62.ttx |   1407 -
+ .../expected/basics/Roboto-Regular.abc.gids.63.ttf |    Bin 0 -> 2452 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.63.ttx |   1407 -
+ ...oboto-Regular.abc.gids.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
+ ...oboto-Regular.abc.gids.retain-all-codepoint.ttx |   1407 -
+ .../Roboto-Regular.abc.glyph-names.61,62,63.ttf    |    Bin 0 -> 2452 bytes
+ .../Roboto-Regular.abc.glyph-names.61,62,63.ttx    |   1407 -
+ .../Roboto-Regular.abc.glyph-names.61,63.ttf       |    Bin 0 -> 2260 bytes
+ .../Roboto-Regular.abc.glyph-names.61,63.ttx       |   1259 -
+ .../basics/Roboto-Regular.abc.glyph-names.61.ttf   |    Bin 0 -> 2048 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.61.ttx   |   1127 -
+ .../basics/Roboto-Regular.abc.glyph-names.62.ttf   |    Bin 0 -> 1916 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.62.ttx   |   1025 -
+ .../basics/Roboto-Regular.abc.glyph-names.63.ttf   |    Bin 0 -> 1972 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.63.ttx   |   1073 -
+ ...egular.abc.glyph-names.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
+ ...egular.abc.glyph-names.retain-all-codepoint.ttx |   1407 -
+ ...gular.abc.keep-all-layout-features.61,62,63.ttf |    Bin 0 -> 2452 bytes
+ ...gular.abc.keep-all-layout-features.61,62,63.ttx |   1407 -
+ ...-Regular.abc.keep-all-layout-features.61,63.ttf |    Bin 0 -> 2260 bytes
+ ...-Regular.abc.keep-all-layout-features.61,63.ttx |   1259 -
+ ...oto-Regular.abc.keep-all-layout-features.61.ttf |    Bin 0 -> 2048 bytes
+ ...oto-Regular.abc.keep-all-layout-features.61.ttx |   1127 -
+ ...oto-Regular.abc.keep-all-layout-features.62.ttf |    Bin 0 -> 1916 bytes
+ ...oto-Regular.abc.keep-all-layout-features.62.ttx |   1025 -
+ ...oto-Regular.abc.keep-all-layout-features.63.ttf |    Bin 0 -> 1972 bytes
+ ...oto-Regular.abc.keep-all-layout-features.63.ttx |   1073 -
+ ...ep-all-layout-features.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttx |   1407 -
+ ...Roboto-Regular.abc.layout-features.61,62,63.ttf |    Bin 0 -> 2452 bytes
+ ...Roboto-Regular.abc.layout-features.61,62,63.ttx |   1407 -
+ .../Roboto-Regular.abc.layout-features.61,63.ttf   |    Bin 0 -> 2260 bytes
+ .../Roboto-Regular.abc.layout-features.61,63.ttx   |   1259 -
+ .../Roboto-Regular.abc.layout-features.61.ttf      |    Bin 0 -> 2048 bytes
+ .../Roboto-Regular.abc.layout-features.61.ttx      |   1127 -
+ .../Roboto-Regular.abc.layout-features.62.ttf      |    Bin 0 -> 1916 bytes
+ .../Roboto-Regular.abc.layout-features.62.ttx      |   1025 -
+ .../Roboto-Regular.abc.layout-features.63.ttf      |    Bin 0 -> 1972 bytes
+ .../Roboto-Regular.abc.layout-features.63.ttx      |   1073 -
+ ...ar.abc.layout-features.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
+ ...ar.abc.layout-features.retain-all-codepoint.ttx |   1407 -
+ .../Roboto-Regular.abc.name-ids.61,62,63.ttf       |    Bin 0 -> 2452 bytes
+ .../Roboto-Regular.abc.name-ids.61,62,63.ttx       |   1407 -
+ .../basics/Roboto-Regular.abc.name-ids.61,63.ttf   |    Bin 0 -> 2260 bytes
+ .../basics/Roboto-Regular.abc.name-ids.61,63.ttx   |   1259 -
+ .../basics/Roboto-Regular.abc.name-ids.61.ttf      |    Bin 0 -> 2048 bytes
+ .../basics/Roboto-Regular.abc.name-ids.61.ttx      |   1127 -
+ .../basics/Roboto-Regular.abc.name-ids.62.ttf      |    Bin 0 -> 1916 bytes
+ .../basics/Roboto-Regular.abc.name-ids.62.ttx      |   1025 -
+ .../basics/Roboto-Regular.abc.name-ids.63.ttf      |    Bin 0 -> 1972 bytes
+ .../basics/Roboto-Regular.abc.name-ids.63.ttx      |   1073 -
+ ...o-Regular.abc.name-ids.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
+ ...o-Regular.abc.name-ids.retain-all-codepoint.ttx |   1407 -
+ .../Roboto-Regular.abc.name-languages.61,62,63.ttf |    Bin 0 -> 2452 bytes
+ .../Roboto-Regular.abc.name-languages.61,62,63.ttx |   1407 -
+ .../Roboto-Regular.abc.name-languages.61,63.ttf    |    Bin 0 -> 2260 bytes
+ .../Roboto-Regular.abc.name-languages.61,63.ttx    |   1259 -
+ .../Roboto-Regular.abc.name-languages.61.ttf       |    Bin 0 -> 2048 bytes
+ .../Roboto-Regular.abc.name-languages.61.ttx       |   1127 -
+ .../Roboto-Regular.abc.name-languages.62.ttf       |    Bin 0 -> 1916 bytes
+ .../Roboto-Regular.abc.name-languages.62.ttx       |   1025 -
+ .../Roboto-Regular.abc.name-languages.63.ttf       |    Bin 0 -> 1972 bytes
+ .../Roboto-Regular.abc.name-languages.63.ttx       |   1073 -
+ ...lar.abc.name-languages.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
+ ...lar.abc.name-languages.retain-all-codepoint.ttx |   1407 -
+ .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    |    Bin 0 -> 2452 bytes
+ .../Roboto-Regular.abc.name-legacy.61,62,63.ttx    |   1407 -
+ .../Roboto-Regular.abc.name-legacy.61,63.ttf       |    Bin 0 -> 2260 bytes
+ .../Roboto-Regular.abc.name-legacy.61,63.ttx       |   1259 -
+ .../basics/Roboto-Regular.abc.name-legacy.61.ttf   |    Bin 0 -> 2048 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.61.ttx   |   1127 -
+ .../basics/Roboto-Regular.abc.name-legacy.62.ttf   |    Bin 0 -> 1916 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.62.ttx   |   1025 -
+ .../basics/Roboto-Regular.abc.name-legacy.63.ttf   |    Bin 0 -> 1972 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.63.ttx   |   1073 -
+ ...egular.abc.name-legacy.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
+ ...egular.abc.name-legacy.retain-all-codepoint.ttx |   1407 -
+ ...egular.abc.no-prune-unicode-ranges.61,62,63.ttf |    Bin 0 -> 2452 bytes
+ ...egular.abc.no-prune-unicode-ranges.61,62,63.ttx |   1407 -
+ ...o-Regular.abc.no-prune-unicode-ranges.61,63.ttf |    Bin 0 -> 2260 bytes
+ ...o-Regular.abc.no-prune-unicode-ranges.61,63.ttx |   1259 -
+ ...boto-Regular.abc.no-prune-unicode-ranges.61.ttf |    Bin 0 -> 2048 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.61.ttx |   1127 -
+ ...boto-Regular.abc.no-prune-unicode-ranges.62.ttf |    Bin 0 -> 1916 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.62.ttx |   1025 -
+ ...boto-Regular.abc.no-prune-unicode-ranges.63.ttf |    Bin 0 -> 1972 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.63.ttx |   1073 -
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttx |   1407 -
+ .../Roboto-Regular.abc.notdef-outline.61,62,63.ttf |    Bin 0 -> 2452 bytes
+ .../Roboto-Regular.abc.notdef-outline.61,62,63.ttx |   1407 -
+ .../Roboto-Regular.abc.notdef-outline.61,63.ttf    |    Bin 0 -> 2260 bytes
+ .../Roboto-Regular.abc.notdef-outline.61,63.ttx    |   1259 -
+ .../Roboto-Regular.abc.notdef-outline.61.ttf       |    Bin 0 -> 2048 bytes
+ .../Roboto-Regular.abc.notdef-outline.61.ttx       |   1127 -
+ .../Roboto-Regular.abc.notdef-outline.62.ttf       |    Bin 0 -> 1916 bytes
+ .../Roboto-Regular.abc.notdef-outline.62.ttx       |   1025 -
+ .../Roboto-Regular.abc.notdef-outline.63.ttf       |    Bin 0 -> 1972 bytes
+ .../Roboto-Regular.abc.notdef-outline.63.ttx       |   1073 -
+ ...lar.abc.notdef-outline.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
+ ...lar.abc.notdef-outline.retain-all-codepoint.ttx |   1407 -
+ .../Roboto-Regular.abc.retain-gids.61,62,63.ttf    |    Bin 0 -> 2452 bytes
+ .../Roboto-Regular.abc.retain-gids.61,62,63.ttx    |   1407 -
+ .../Roboto-Regular.abc.retain-gids.61,63.ttf       |    Bin 0 -> 2276 bytes
+ .../Roboto-Regular.abc.retain-gids.61,63.ttx       |   1264 -
+ .../basics/Roboto-Regular.abc.retain-gids.61.ttf   |    Bin 0 -> 2048 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.61.ttx   |   1127 -
+ .../basics/Roboto-Regular.abc.retain-gids.62.ttf   |    Bin 0 -> 1924 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.62.ttx   |   1030 -
+ .../basics/Roboto-Regular.abc.retain-gids.63.ttf   |    Bin 0 -> 1988 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.63.ttx   |   1083 -
+ ...egular.abc.retain-gids.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
+ ...egular.abc.retain-gids.retain-all-codepoint.ttx |   1407 -
+ .../cbdt/NotoColorEmoji.subset.default.2049.ttf    |    Bin 0 -> 3112 bytes
+ .../cbdt/NotoColorEmoji.subset.default.2049.ttx    |    397 -
+ .../cbdt/NotoColorEmoji.subset.default.38,2049.ttf |    Bin 0 -> 4084 bytes
+ .../cbdt/NotoColorEmoji.subset.default.38,2049.ttx |    474 -
+ .../cbdt/NotoColorEmoji.subset.default.38,20E3.ttf |    Bin 0 -> 3568 bytes
+ .../cbdt/NotoColorEmoji.subset.default.38,20E3.ttx |    441 -
+ ...rEmoji.subset.default.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 10124 bytes
+ ...rEmoji.subset.default.38,39,AE,2049,38,20E3.ttx |    898 -
+ .../NotoColorEmoji.subset.default.38,AE,2049.ttf   |    Bin 0 -> 7544 bytes
+ .../NotoColorEmoji.subset.default.38,AE,2049.ttx   |    705 -
+ .../cbdt/NotoColorEmoji.subset.default.39.ttf      |    Bin 0 -> 1920 bytes
+ .../cbdt/NotoColorEmoji.subset.default.39.ttx      |    323 -
+ .../cbdt/NotoColorEmoji.subset.default.AE.ttf      |    Bin 0 -> 4412 bytes
+ .../cbdt/NotoColorEmoji.subset.default.AE.ttx      |    478 -
+ ...lorEmoji.subset.drop-hints-retain-gids.2049.ttf |    Bin 0 -> 3136 bytes
+ ...lorEmoji.subset.drop-hints-retain-gids.2049.ttx |    406 -
+ ...Emoji.subset.drop-hints-retain-gids.38,2049.ttf |    Bin 0 -> 4108 bytes
+ ...Emoji.subset.drop-hints-retain-gids.38,2049.ttx |    480 -
+ ...Emoji.subset.drop-hints-retain-gids.38,20E3.ttf |    Bin 0 -> 3600 bytes
+ ...Emoji.subset.drop-hints-retain-gids.38,20E3.ttx |    450 -
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 10124 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttx |    898 -
+ ...ji.subset.drop-hints-retain-gids.38,AE,2049.ttf |    Bin 0 -> 7564 bytes
+ ...ji.subset.drop-hints-retain-gids.38,AE,2049.ttx |    708 -
+ ...ColorEmoji.subset.drop-hints-retain-gids.39.ttf |    Bin 0 -> 1928 bytes
+ ...ColorEmoji.subset.drop-hints-retain-gids.39.ttx |    326 -
+ ...ColorEmoji.subset.drop-hints-retain-gids.AE.ttf |    Bin 0 -> 4428 bytes
+ ...ColorEmoji.subset.drop-hints-retain-gids.AE.ttx |    484 -
+ .../cbdt/NotoColorEmoji.subset.drop-hints.2049.ttf |    Bin 0 -> 3112 bytes
+ .../cbdt/NotoColorEmoji.subset.drop-hints.2049.ttx |    397 -
+ .../NotoColorEmoji.subset.drop-hints.38,2049.ttf   |    Bin 0 -> 4084 bytes
+ .../NotoColorEmoji.subset.drop-hints.38,2049.ttx   |    474 -
+ .../NotoColorEmoji.subset.drop-hints.38,20E3.ttf   |    Bin 0 -> 3568 bytes
+ .../NotoColorEmoji.subset.drop-hints.38,20E3.ttx   |    441 -
+ ...oji.subset.drop-hints.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 10124 bytes
+ ...oji.subset.drop-hints.38,39,AE,2049,38,20E3.ttx |    898 -
+ ...NotoColorEmoji.subset.drop-hints.38,AE,2049.ttf |    Bin 0 -> 7544 bytes
+ ...NotoColorEmoji.subset.drop-hints.38,AE,2049.ttx |    705 -
+ .../cbdt/NotoColorEmoji.subset.drop-hints.39.ttf   |    Bin 0 -> 1920 bytes
+ .../cbdt/NotoColorEmoji.subset.drop-hints.39.ttx   |    323 -
+ .../cbdt/NotoColorEmoji.subset.drop-hints.AE.ttf   |    Bin 0 -> 4412 bytes
+ .../cbdt/NotoColorEmoji.subset.drop-hints.AE.ttx   |    478 -
+ .../NotoColorEmoji.subset.gap.default.2049.ttf     |    Bin 0 -> 3112 bytes
+ .../NotoColorEmoji.subset.gap.default.2049.ttx     |    397 -
+ .../NotoColorEmoji.subset.gap.default.38,2049.ttf  |    Bin 0 -> 4084 bytes
+ .../NotoColorEmoji.subset.gap.default.38,2049.ttx  |    474 -
+ .../NotoColorEmoji.subset.gap.default.38,20E3.ttf  |    Bin 0 -> 3568 bytes
+ .../NotoColorEmoji.subset.gap.default.38,20E3.ttx  |    441 -
+ ...ji.subset.gap.default.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 9188 bytes
+ ...ji.subset.gap.default.38,39,AE,2049,38,20E3.ttx |    827 -
+ ...otoColorEmoji.subset.gap.default.38,AE,2049.ttf |    Bin 0 -> 7544 bytes
+ ...otoColorEmoji.subset.gap.default.38,AE,2049.ttx |    705 -
+ .../cbdt/NotoColorEmoji.subset.gap.default.39.ttf  |    Bin 0 -> 908 bytes
+ .../cbdt/NotoColorEmoji.subset.gap.default.39.ttx  |    207 -
+ .../cbdt/NotoColorEmoji.subset.gap.default.AE.ttf  |    Bin 0 -> 4412 bytes
+ .../cbdt/NotoColorEmoji.subset.gap.default.AE.ttx  |    478 -
+ ...moji.subset.gap.drop-hints-retain-gids.2049.ttf |    Bin 0 -> 3136 bytes
+ ...moji.subset.gap.drop-hints-retain-gids.2049.ttx |    406 -
+ ...i.subset.gap.drop-hints-retain-gids.38,2049.ttf |    Bin 0 -> 4108 bytes
+ ...i.subset.gap.drop-hints-retain-gids.38,2049.ttx |    480 -
+ ...i.subset.gap.drop-hints-retain-gids.38,20E3.ttf |    Bin 0 -> 3600 bytes
+ ...i.subset.gap.drop-hints-retain-gids.38,20E3.ttx |    450 -
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 9188 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttx |    827 -
+ ...ubset.gap.drop-hints-retain-gids.38,AE,2049.ttf |    Bin 0 -> 7564 bytes
+ ...ubset.gap.drop-hints-retain-gids.38,AE,2049.ttx |    708 -
+ ...rEmoji.subset.gap.drop-hints-retain-gids.39.ttf |    Bin 0 -> 916 bytes
+ ...rEmoji.subset.gap.drop-hints-retain-gids.39.ttx |    210 -
+ ...rEmoji.subset.gap.drop-hints-retain-gids.AE.ttf |    Bin 0 -> 4428 bytes
+ ...rEmoji.subset.gap.drop-hints-retain-gids.AE.ttx |    484 -
+ .../NotoColorEmoji.subset.gap.drop-hints.2049.ttf  |    Bin 0 -> 3112 bytes
+ .../NotoColorEmoji.subset.gap.drop-hints.2049.ttx  |    397 -
+ ...otoColorEmoji.subset.gap.drop-hints.38,2049.ttf |    Bin 0 -> 4084 bytes
+ ...otoColorEmoji.subset.gap.drop-hints.38,2049.ttx |    474 -
+ ...otoColorEmoji.subset.gap.drop-hints.38,20E3.ttf |    Bin 0 -> 3568 bytes
+ ...otoColorEmoji.subset.gap.drop-hints.38,20E3.ttx |    441 -
+ ...subset.gap.drop-hints.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 9188 bytes
+ ...subset.gap.drop-hints.38,39,AE,2049,38,20E3.ttx |    827 -
+ ...ColorEmoji.subset.gap.drop-hints.38,AE,2049.ttf |    Bin 0 -> 7544 bytes
+ ...ColorEmoji.subset.gap.drop-hints.38,AE,2049.ttx |    705 -
+ .../NotoColorEmoji.subset.gap.drop-hints.39.ttf    |    Bin 0 -> 908 bytes
+ .../NotoColorEmoji.subset.gap.drop-hints.39.ttx    |    207 -
+ .../NotoColorEmoji.subset.gap.drop-hints.AE.ttf    |    Bin 0 -> 4412 bytes
+ .../NotoColorEmoji.subset.gap.drop-hints.AE.ttx    |    478 -
+ .../NotoColorEmoji.subset.gap.retain-gids.2049.ttf |    Bin 0 -> 3136 bytes
+ .../NotoColorEmoji.subset.gap.retain-gids.2049.ttx |    406 -
+ ...toColorEmoji.subset.gap.retain-gids.38,2049.ttf |    Bin 0 -> 4108 bytes
+ ...toColorEmoji.subset.gap.retain-gids.38,2049.ttx |    480 -
+ ...toColorEmoji.subset.gap.retain-gids.38,20E3.ttf |    Bin 0 -> 3600 bytes
+ ...toColorEmoji.subset.gap.retain-gids.38,20E3.ttx |    450 -
+ ...ubset.gap.retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 9188 bytes
+ ...ubset.gap.retain-gids.38,39,AE,2049,38,20E3.ttx |    827 -
+ ...olorEmoji.subset.gap.retain-gids.38,AE,2049.ttf |    Bin 0 -> 7564 bytes
+ ...olorEmoji.subset.gap.retain-gids.38,AE,2049.ttx |    708 -
+ .../NotoColorEmoji.subset.gap.retain-gids.39.ttf   |    Bin 0 -> 916 bytes
+ .../NotoColorEmoji.subset.gap.retain-gids.39.ttx   |    210 -
+ .../NotoColorEmoji.subset.gap.retain-gids.AE.ttf   |    Bin 0 -> 4428 bytes
+ .../NotoColorEmoji.subset.gap.retain-gids.AE.ttx   |    484 -
+ ...olorEmoji.subset.index_format3.default.2049.ttf |    Bin 0 -> 3108 bytes
+ ...olorEmoji.subset.index_format3.default.2049.ttx |    397 -
+ ...rEmoji.subset.index_format3.default.38,2049.ttf |    Bin 0 -> 4076 bytes
+ ...rEmoji.subset.index_format3.default.38,2049.ttx |    474 -
+ ...rEmoji.subset.index_format3.default.38,20E3.ttf |    Bin 0 -> 3560 bytes
+ ...rEmoji.subset.index_format3.default.38,20E3.ttx |    441 -
+ ...index_format3.default.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 10112 bytes
+ ...index_format3.default.38,39,AE,2049,38,20E3.ttx |    898 -
+ ...oji.subset.index_format3.default.38,AE,2049.ttf |    Bin 0 -> 7536 bytes
+ ...oji.subset.index_format3.default.38,AE,2049.ttx |    705 -
+ ...oColorEmoji.subset.index_format3.default.39.ttf |    Bin 0 -> 1916 bytes
+ ...oColorEmoji.subset.index_format3.default.39.ttx |    323 -
+ ...oColorEmoji.subset.index_format3.default.AE.ttf |    Bin 0 -> 4408 bytes
+ ...oColorEmoji.subset.index_format3.default.AE.ttx |    478 -
+ ...t.index_format3.drop-hints-retain-gids.2049.ttf |    Bin 0 -> 3132 bytes
+ ...t.index_format3.drop-hints-retain-gids.2049.ttx |    406 -
+ ...ndex_format3.drop-hints-retain-gids.38,2049.ttf |    Bin 0 -> 4100 bytes
+ ...ndex_format3.drop-hints-retain-gids.38,2049.ttx |    480 -
+ ...ndex_format3.drop-hints-retain-gids.38,20E3.ttf |    Bin 0 -> 3592 bytes
+ ...ndex_format3.drop-hints-retain-gids.38,20E3.ttx |    450 -
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 10112 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttx |    898 -
+ ...x_format3.drop-hints-retain-gids.38,AE,2049.ttf |    Bin 0 -> 7552 bytes
+ ...x_format3.drop-hints-retain-gids.38,AE,2049.ttx |    708 -
+ ...set.index_format3.drop-hints-retain-gids.39.ttf |    Bin 0 -> 1924 bytes
+ ...set.index_format3.drop-hints-retain-gids.39.ttx |    326 -
+ ...set.index_format3.drop-hints-retain-gids.AE.ttf |    Bin 0 -> 4424 bytes
+ ...set.index_format3.drop-hints-retain-gids.AE.ttx |    484 -
+ ...rEmoji.subset.index_format3.drop-hints.2049.ttf |    Bin 0 -> 3108 bytes
+ ...rEmoji.subset.index_format3.drop-hints.2049.ttx |    397 -
+ ...oji.subset.index_format3.drop-hints.38,2049.ttf |    Bin 0 -> 4076 bytes
+ ...oji.subset.index_format3.drop-hints.38,2049.ttx |    474 -
+ ...oji.subset.index_format3.drop-hints.38,20E3.ttf |    Bin 0 -> 3560 bytes
+ ...oji.subset.index_format3.drop-hints.38,20E3.ttx |    441 -
+ ...ex_format3.drop-hints.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 10112 bytes
+ ...ex_format3.drop-hints.38,39,AE,2049,38,20E3.ttx |    898 -
+ ....subset.index_format3.drop-hints.38,AE,2049.ttf |    Bin 0 -> 7536 bytes
+ ....subset.index_format3.drop-hints.38,AE,2049.ttx |    705 -
+ ...lorEmoji.subset.index_format3.drop-hints.39.ttf |    Bin 0 -> 1916 bytes
+ ...lorEmoji.subset.index_format3.drop-hints.39.ttx |    323 -
+ ...lorEmoji.subset.index_format3.drop-hints.AE.ttf |    Bin 0 -> 4408 bytes
+ ...lorEmoji.subset.index_format3.drop-hints.AE.ttx |    478 -
+ ...Emoji.subset.index_format3.retain-gids.2049.ttf |    Bin 0 -> 3132 bytes
+ ...Emoji.subset.index_format3.retain-gids.2049.ttx |    406 -
+ ...ji.subset.index_format3.retain-gids.38,2049.ttf |    Bin 0 -> 4100 bytes
+ ...ji.subset.index_format3.retain-gids.38,2049.ttx |    480 -
+ ...ji.subset.index_format3.retain-gids.38,20E3.ttf |    Bin 0 -> 3592 bytes
+ ...ji.subset.index_format3.retain-gids.38,20E3.ttx |    450 -
+ ...x_format3.retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 10112 bytes
+ ...x_format3.retain-gids.38,39,AE,2049,38,20E3.ttx |    898 -
+ ...subset.index_format3.retain-gids.38,AE,2049.ttf |    Bin 0 -> 7552 bytes
+ ...subset.index_format3.retain-gids.38,AE,2049.ttx |    708 -
+ ...orEmoji.subset.index_format3.retain-gids.39.ttf |    Bin 0 -> 1924 bytes
+ ...orEmoji.subset.index_format3.retain-gids.39.ttx |    326 -
+ ...orEmoji.subset.index_format3.retain-gids.AE.ttf |    Bin 0 -> 4424 bytes
+ ...orEmoji.subset.index_format3.retain-gids.AE.ttx |    484 -
+ ...ji.subset.multiple_size_tables.default.2049.ttf |    Bin 0 -> 5312 bytes
+ ...ji.subset.multiple_size_tables.default.2049.ttx |    587 -
+ ...subset.multiple_size_tables.default.38,2049.ttf |    Bin 0 -> 7244 bytes
+ ...subset.multiple_size_tables.default.38,2049.ttx |    736 -
+ ...subset.multiple_size_tables.default.38,20E3.ttf |    Bin 0 -> 6212 bytes
+ ...subset.multiple_size_tables.default.38,20E3.ttx |    671 -
+ ...e_size_tables.default.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 19280 bytes
+ ...e_size_tables.default.38,39,AE,2049,38,20E3.ttx |   1570 -
+ ...set.multiple_size_tables.default.38,AE,2049.ttf |    Bin 0 -> 14140 bytes
+ ...set.multiple_size_tables.default.38,AE,2049.ttx |   1193 -
+ ...moji.subset.multiple_size_tables.default.39.ttf |    Bin 0 -> 2928 bytes
+ ...moji.subset.multiple_size_tables.default.39.ttx |    439 -
+ ...moji.subset.multiple_size_tables.default.AE.ttf |    Bin 0 -> 7916 bytes
+ ...moji.subset.multiple_size_tables.default.AE.ttx |    749 -
+ ...ple_size_tables.drop-hints-retain-gids.2049.ttf |    Bin 0 -> 5336 bytes
+ ...ple_size_tables.drop-hints-retain-gids.2049.ttx |    596 -
+ ..._size_tables.drop-hints-retain-gids.38,2049.ttf |    Bin 0 -> 7268 bytes
+ ..._size_tables.drop-hints-retain-gids.38,2049.ttx |    742 -
+ ..._size_tables.drop-hints-retain-gids.38,20E3.ttf |    Bin 0 -> 6244 bytes
+ ..._size_tables.drop-hints-retain-gids.38,20E3.ttx |    680 -
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 19280 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttx |   1570 -
+ ...ze_tables.drop-hints-retain-gids.38,AE,2049.ttf |    Bin 0 -> 14164 bytes
+ ...ze_tables.drop-hints-retain-gids.38,AE,2049.ttx |   1196 -
+ ...tiple_size_tables.drop-hints-retain-gids.39.ttf |    Bin 0 -> 2936 bytes
+ ...tiple_size_tables.drop-hints-retain-gids.39.ttx |    442 -
+ ...tiple_size_tables.drop-hints-retain-gids.AE.ttf |    Bin 0 -> 7932 bytes
+ ...tiple_size_tables.drop-hints-retain-gids.AE.ttx |    755 -
+ ...subset.multiple_size_tables.drop-hints.2049.ttf |    Bin 0 -> 5312 bytes
+ ...subset.multiple_size_tables.drop-hints.2049.ttx |    587 -
+ ...set.multiple_size_tables.drop-hints.38,2049.ttf |    Bin 0 -> 7244 bytes
+ ...set.multiple_size_tables.drop-hints.38,2049.ttx |    736 -
+ ...set.multiple_size_tables.drop-hints.38,20E3.ttf |    Bin 0 -> 6212 bytes
+ ...set.multiple_size_tables.drop-hints.38,20E3.ttx |    671 -
+ ...ize_tables.drop-hints.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 19280 bytes
+ ...ize_tables.drop-hints.38,39,AE,2049,38,20E3.ttx |   1570 -
+ ....multiple_size_tables.drop-hints.38,AE,2049.ttf |    Bin 0 -> 14140 bytes
+ ....multiple_size_tables.drop-hints.38,AE,2049.ttx |   1193 -
+ ...i.subset.multiple_size_tables.drop-hints.39.ttf |    Bin 0 -> 2928 bytes
+ ...i.subset.multiple_size_tables.drop-hints.39.ttx |    439 -
+ ...i.subset.multiple_size_tables.drop-hints.AE.ttf |    Bin 0 -> 7916 bytes
+ ...i.subset.multiple_size_tables.drop-hints.AE.ttx |    749 -
+ ...ubset.multiple_size_tables.retain-gids.2049.ttf |    Bin 0 -> 5336 bytes
+ ...ubset.multiple_size_tables.retain-gids.2049.ttx |    596 -
+ ...et.multiple_size_tables.retain-gids.38,2049.ttf |    Bin 0 -> 7268 bytes
+ ...et.multiple_size_tables.retain-gids.38,2049.ttx |    742 -
+ ...et.multiple_size_tables.retain-gids.38,20E3.ttf |    Bin 0 -> 6244 bytes
+ ...et.multiple_size_tables.retain-gids.38,20E3.ttx |    680 -
+ ...ze_tables.retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 19280 bytes
+ ...ze_tables.retain-gids.38,39,AE,2049,38,20E3.ttx |   1570 -
+ ...multiple_size_tables.retain-gids.38,AE,2049.ttf |    Bin 0 -> 14164 bytes
+ ...multiple_size_tables.retain-gids.38,AE,2049.ttx |   1196 -
+ ....subset.multiple_size_tables.retain-gids.39.ttf |    Bin 0 -> 2936 bytes
+ ....subset.multiple_size_tables.retain-gids.39.ttx |    442 -
+ ....subset.multiple_size_tables.retain-gids.AE.ttf |    Bin 0 -> 7932 bytes
+ ....subset.multiple_size_tables.retain-gids.AE.ttx |    755 -
+ .../NotoColorEmoji.subset.retain-gids.2049.ttf     |    Bin 0 -> 3136 bytes
+ .../NotoColorEmoji.subset.retain-gids.2049.ttx     |    406 -
+ .../NotoColorEmoji.subset.retain-gids.38,2049.ttf  |    Bin 0 -> 4108 bytes
+ .../NotoColorEmoji.subset.retain-gids.38,2049.ttx  |    480 -
+ .../NotoColorEmoji.subset.retain-gids.38,20E3.ttf  |    Bin 0 -> 3600 bytes
+ .../NotoColorEmoji.subset.retain-gids.38,20E3.ttx  |    450 -
+ ...ji.subset.retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 10124 bytes
+ ...ji.subset.retain-gids.38,39,AE,2049,38,20E3.ttx |    898 -
+ ...otoColorEmoji.subset.retain-gids.38,AE,2049.ttf |    Bin 0 -> 7564 bytes
+ ...otoColorEmoji.subset.retain-gids.38,AE,2049.ttx |    708 -
+ .../cbdt/NotoColorEmoji.subset.retain-gids.39.ttf  |    Bin 0 -> 1928 bytes
+ .../cbdt/NotoColorEmoji.subset.retain-gids.39.ttx  |    326 -
+ .../cbdt/NotoColorEmoji.subset.retain-gids.AE.ttf  |    Bin 0 -> 4428 bytes
+ .../cbdt/NotoColorEmoji.subset.retain-gids.AE.ttx  |    484 -
+ ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf |    Bin 0 -> 2580 bytes
+ ...eSansPro-Regular.default.1FC,21,41,20,62,63.ttx |    738 -
+ .../SourceSansPro-Regular.default.61,62,63.otf     |    Bin 0 -> 2216 bytes
+ .../SourceSansPro-Regular.default.61,62,63.ttx     |    587 -
+ ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf |    Bin 0 -> 2328 bytes
+ ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.ttx |    578 -
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf |    Bin 0 -> 20232 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.ttx |   6312 -
+ ...Regular.desubroutinize-retain-gids.61,62,63.otf |    Bin 0 -> 2316 bytes
+ ...Regular.desubroutinize-retain-gids.61,62,63.ttx |    627 -
+ ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf |    Bin 0 -> 30540 bytes
+ ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.ttx |   9248 --
+ ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf |    Bin 0 -> 2436 bytes
+ ...o-Regular.desubroutinize.1FC,21,41,20,62,63.ttx |    612 -
+ ...urceSansPro-Regular.desubroutinize.61,62,63.otf |    Bin 0 -> 2120 bytes
+ ...urceSansPro-Regular.desubroutinize.61,62,63.ttx |    492 -
+ ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf |    Bin 0 -> 2312 bytes
+ ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.ttx |    523 -
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf |    Bin 0 -> 20064 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.ttx |   6281 -
+ ...p-hints-desubroutinize-retain-gids.61,62,63.otf |    Bin 0 -> 2192 bytes
+ ...p-hints-desubroutinize-retain-gids.61,62,63.ttx |    607 -
+ ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf |    Bin 0 -> 30372 bytes
+ ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.ttx |   9215 --
+ ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf |    Bin 0 -> 2268 bytes
+ ...rop-hints-desubroutinize.1FC,21,41,20,62,63.ttx |    581 -
+ ...-Regular.drop-hints-desubroutinize.61,62,63.otf |    Bin 0 -> 1996 bytes
+ ...-Regular.drop-hints-desubroutinize.61,62,63.ttx |    472 -
+ ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf |    Bin 0 -> 2148 bytes
+ ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.ttx |    490 -
+ ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf |    Bin 0 -> 20156 bytes
+ ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.ttx |   6367 -
+ ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf |    Bin 0 -> 2228 bytes
+ ...Pro-Regular.drop-hints-retain-gids.61,62,63.ttx |    670 -
+ ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf |    Bin 0 -> 30384 bytes
+ ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.ttx |   9259 --
+ ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf |    Bin 0 -> 2352 bytes
+ ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.ttx |    667 -
+ .../SourceSansPro-Regular.drop-hints.61,62,63.otf  |    Bin 0 -> 2060 bytes
+ .../SourceSansPro-Regular.drop-hints.61,62,63.ttx  |    535 -
+ ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf |    Bin 0 -> 2164 bytes
+ ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.ttx |    534 -
+ ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf |    Bin 0 -> 20384 bytes
+ ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.ttx |   6438 -
+ .../SourceSansPro-Regular.retain-gids.61,62,63.otf |    Bin 0 -> 2384 bytes
+ .../SourceSansPro-Regular.retain-gids.61,62,63.ttx |    722 -
+ ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf |    Bin 0 -> 30556 bytes
+ ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.ttx |   9303 --
+ ...ubset.default.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 4884 bytes
+ ...ubset.default.3042,3044,3046,3048,304A,304B.ttx |   1165 -
+ ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 6276 bytes
+ ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.ttx |   1708 -
+ ...eHanSans-Regular_subset.default.61,63,65,6B.otf |    Bin 0 -> 2588 bytes
+ ...eHanSans-Regular_subset.default.61,63,65,6B.ttx |    688 -
+ ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 6736 bytes
+ ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1585 -
+ .../SourceHanSans-Regular_subset.default.660E.otf  |    Bin 0 -> 2456 bytes
+ .../SourceHanSans-Regular_subset.default.660E.ttx  |    577 -
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 129876 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.ttx |  62430 --------
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 130920 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.ttx |  62745 --------
+ ...bset.desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 0 -> 3412 bytes
+ ...bset.desubroutinize-retain-gids.61,63,65,6B.ttx |   1081 -
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 122048 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.ttx |  57783 --------
+ ...ular_subset.desubroutinize-retain-gids.660E.otf |    Bin 0 -> 50760 bytes
+ ...ular_subset.desubroutinize-retain-gids.660E.ttx |  24455 ----
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 4724 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.ttx |   1044 -
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 5928 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.ttx |   1414 -
+ ...s-Regular_subset.desubroutinize.61,63,65,6B.otf |    Bin 0 -> 2520 bytes
+ ...s-Regular_subset.desubroutinize.61,63,65,6B.ttx |    630 -
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 6232 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1152 -
+ ...eHanSans-Regular_subset.desubroutinize.660E.otf |    Bin 0 -> 2440 bytes
+ ...eHanSans-Regular_subset.desubroutinize.660E.ttx |    560 -
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 129448 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.ttx |  62346 --------
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 130312 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.ttx |  62647 --------
+ ...ints-desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 0 -> 3288 bytes
+ ...ints-desubroutinize-retain-gids.61,63,65,6B.ttx |   1055 -
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 121284 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.ttx |  57675 --------
+ ....drop-hints-desubroutinize-retain-gids.660E.otf |    Bin 0 -> 50540 bytes
+ ....drop-hints-desubroutinize-retain-gids.660E.ttx |  24416 ----
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 4420 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.ttx |    986 -
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 5416 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.ttx |   1337 -
+ ...ubset.drop-hints-desubroutinize.61,63,65,6B.otf |    Bin 0 -> 2416 bytes
+ ...ubset.drop-hints-desubroutinize.61,63,65,6B.ttx |    609 -
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 5556 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1063 -
+ ...gular_subset.drop-hints-desubroutinize.660E.otf |    Bin 0 -> 2308 bytes
+ ...gular_subset.drop-hints-desubroutinize.660E.ttx |    540 -
+ ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 129576 bytes
+ ...s-retain-gids.3042,3044,3046,3048,304A,304B.ttx |  62443 --------
+ ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 130604 bytes
+ ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.ttx |  62929 ---------
+ ...r_subset.drop-hints-retain-gids.61,63,65,6B.otf |    Bin 0 -> 3248 bytes
+ ...r_subset.drop-hints-retain-gids.61,63,65,6B.ttx |   1089 -
+ ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 121776 bytes
+ ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.ttx |  58100 --------
+ ...-Regular_subset.drop-hints-retain-gids.660E.otf |    Bin 0 -> 50552 bytes
+ ...-Regular_subset.drop-hints-retain-gids.660E.ttx |  24429 ----
+ ...et.drop-hints.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 4548 bytes
+ ...et.drop-hints.3042,3044,3046,3048,304A,304B.ttx |   1083 -
+ ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 5708 bytes
+ ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttx |   1619 -
+ ...nSans-Regular_subset.drop-hints.61,63,65,6B.otf |    Bin 0 -> 2448 bytes
+ ...nSans-Regular_subset.drop-hints.61,63,65,6B.ttx |    643 -
+ ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 6048 bytes
+ ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1488 -
+ ...ourceHanSans-Regular_subset.drop-hints.660E.otf |    Bin 0 -> 2316 bytes
+ ...ourceHanSans-Regular_subset.drop-hints.660E.ttx |    553 -
+ ...t.retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 130036 bytes
+ ...t.retain-gids.3042,3044,3046,3048,304A,304B.ttx |  62551 --------
+ ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 131272 bytes
+ ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.ttx |  63039 ---------
+ ...Sans-Regular_subset.retain-gids.61,63,65,6B.otf |    Bin 0 -> 3408 bytes
+ ...Sans-Regular_subset.retain-gids.61,63,65,6B.ttx |   1139 -
+ ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 122552 bytes
+ ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.ttx |  58216 --------
+ ...urceHanSans-Regular_subset.retain-gids.660E.otf |    Bin 0 -> 50776 bytes
+ ...urceHanSans-Regular_subset.retain-gids.660E.ttx |  24472 ----
+ ...039,1005,100A,103A,1038,1010,103D,1031,104A.otf |    Bin 0 -> 7724 bytes
+ ...039,1005,100A,103A,1038,1010,103D,1031,104A.ttx |   2971 -
+ ...otoSerifMyanmar-Regular.notdef-outline.1092.otf |    Bin 0 -> 1380 bytes
+ ...otoSerifMyanmar-Regular.notdef-outline.1092.ttx |    264 -
+ .../cmap/AdobeBlank-Regular.default.61,62.ttf      |    Bin 0 -> 1252 bytes
+ .../cmap/AdobeBlank-Regular.default.61,62.ttx      |    322 -
+ .../cmap/AdobeBlank-Regular.default.61,FEFA.ttf    |    Bin 0 -> 1264 bytes
+ .../cmap/AdobeBlank-Regular.default.61,FEFA.ttx    |    320 -
+ .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttf  |    Bin 0 -> 1216 bytes
+ .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttx  |    314 -
+ .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttf  |    Bin 0 -> 1204 bytes
+ .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttx  |    314 -
+ .../cmap/AdobeBlank-Regular.default.FEFA.ttf       |    Bin 0 -> 1184 bytes
+ .../cmap/AdobeBlank-Regular.default.FEFA.ttx       |    303 -
+ ...eBlank-Regular.drop-hints-retain-gids.61,62.ttf |    Bin 0 -> 1468 bytes
+ ...eBlank-Regular.drop-hints-retain-gids.61,62.ttx |    606 -
+ ...lank-Regular.drop-hints-retain-gids.61,FEFA.ttf |    Bin 0 -> 8232 bytes
+ ...lank-Regular.drop-hints-retain-gids.61,FEFA.ttx |   7356 -
+ ...nk-Regular.drop-hints-retain-gids.FEE6,FECF.ttf |    Bin 0 -> 8104 bytes
+ ...nk-Regular.drop-hints-retain-gids.FEE6,FECF.ttx |   7270 -
+ ...nk-Regular.drop-hints-retain-gids.FEF9,FEFA.ttf |    Bin 0 -> 8172 bytes
+ ...nk-Regular.drop-hints-retain-gids.FEF9,FEFA.ttx |   7350 -
+ ...beBlank-Regular.drop-hints-retain-gids.FEFA.ttf |    Bin 0 -> 8156 bytes
+ ...beBlank-Regular.drop-hints-retain-gids.FEFA.ttx |   7343 -
+ .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttf   |    Bin 0 -> 1080 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttx   |    218 -
+ .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttf |    Bin 0 -> 1092 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttx |    216 -
+ .../AdobeBlank-Regular.drop-hints.FEE6,FECF.ttf    |    Bin 0 -> 1044 bytes
+ .../AdobeBlank-Regular.drop-hints.FEE6,FECF.ttx    |    210 -
+ .../AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttf    |    Bin 0 -> 1032 bytes
+ .../AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttx    |    210 -
+ .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttf    |    Bin 0 -> 1012 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttx    |    199 -
+ .../cmap/AdobeBlank-Regular.name-ids.61,62.ttf     |    Bin 0 -> 1000 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.61,62.ttx     |    310 -
+ .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttf   |    Bin 0 -> 1012 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttx   |    308 -
+ .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttf |    Bin 0 -> 964 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttx |    302 -
+ .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttf |    Bin 0 -> 952 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttx |    302 -
+ .../cmap/AdobeBlank-Regular.name-ids.FEFA.ttf      |    Bin 0 -> 932 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEFA.ttx      |    291 -
+ .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttf  |    Bin 0 -> 1640 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttx  |    710 -
+ .../AdobeBlank-Regular.retain-gids.61,FEFA.ttf     |    Bin 0 -> 8404 bytes
+ .../AdobeBlank-Regular.retain-gids.61,FEFA.ttx     |   7460 -
+ .../AdobeBlank-Regular.retain-gids.FEE6,FECF.ttf   |    Bin 0 -> 8276 bytes
+ .../AdobeBlank-Regular.retain-gids.FEE6,FECF.ttx   |   7374 -
+ .../AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttf   |    Bin 0 -> 8344 bytes
+ .../AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttx   |   7454 -
+ .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttf   |    Bin 0 -> 8328 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttx   |   7447 -
+ .../cmap14/cmap14_font1.default.4E00,4E02,4E03.otf |    Bin 0 -> 1360 bytes
+ .../cmap14/cmap14_font1.default.4E00,4E02,4E03.ttx |    276 -
+ .../cmap14/cmap14_font1.default.4E00,4E03.otf      |    Bin 0 -> 1236 bytes
+ .../cmap14/cmap14_font1.default.4E00,4E03.ttx      |    261 -
+ .../cmap14/cmap14_font1.default.4E00,4E05,4E07.otf |    Bin 0 -> 1328 bytes
+ .../cmap14/cmap14_font1.default.4E00,4E05,4E07.ttx |    278 -
+ .../cmap14/cmap14_font1.default.4E02,4E03,4E08.otf |    Bin 0 -> 1576 bytes
+ .../cmap14/cmap14_font1.default.4E02,4E03,4E08.ttx |    294 -
+ .../expected/cmap14/cmap14_font1.default.4E02.otf  |    Bin 0 -> 996 bytes
+ .../expected/cmap14/cmap14_font1.default.4E02.ttx  |    233 -
+ .../expected/cmap14/cmap14_font1.default.4E03.otf  |    Bin 0 -> 1080 bytes
+ .../expected/cmap14/cmap14_font1.default.4E03.ttx  |    241 -
+ .../cmap14_font1.default.4E05,4E07,4E08,4E09.otf   |    Bin 0 -> 1848 bytes
+ .../cmap14_font1.default.4E05,4E07,4E08,4E09.ttx   |    329 -
+ .../cmap14/cmap14_font1.default.4E08,4E09.otf      |    Bin 0 -> 1720 bytes
+ .../cmap14/cmap14_font1.default.4E08,4E09.ttx      |    302 -
+ .../expected/cmap14/cmap14_font1.default.4E08.otf  |    Bin 0 -> 1384 bytes
+ .../expected/cmap14/cmap14_font1.default.4E08.ttx  |    265 -
+ .../cmap14_font1.default.retain-all-codepoint.otf  |    Bin 0 -> 2348 bytes
+ .../cmap14_font1.default.retain-all-codepoint.ttx  |    418 -
+ ...font1.drop-hints-retain-gids.4E00,4E02,4E03.otf |    Bin 0 -> 1388 bytes
+ ...font1.drop-hints-retain-gids.4E00,4E02,4E03.ttx |    318 -
+ ...ap14_font1.drop-hints-retain-gids.4E00,4E03.otf |    Bin 0 -> 1272 bytes
+ ...ap14_font1.drop-hints-retain-gids.4E00,4E03.ttx |    308 -
+ ...font1.drop-hints-retain-gids.4E00,4E05,4E07.otf |    Bin 0 -> 1396 bytes
+ ...font1.drop-hints-retain-gids.4E00,4E05,4E07.ttx |    340 -
+ ...font1.drop-hints-retain-gids.4E02,4E03,4E08.otf |    Bin 0 -> 1720 bytes
+ ...font1.drop-hints-retain-gids.4E02,4E03,4E08.ttx |    391 -
+ .../cmap14_font1.drop-hints-retain-gids.4E02.otf   |    Bin 0 -> 1028 bytes
+ .../cmap14_font1.drop-hints-retain-gids.4E02.ttx   |    280 -
+ .../cmap14_font1.drop-hints-retain-gids.4E03.otf   |    Bin 0 -> 1124 bytes
+ .../cmap14_font1.drop-hints-retain-gids.4E03.ttx   |    293 -
+ ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf |    Bin 0 -> 1984 bytes
+ ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.ttx |    421 -
+ ...ap14_font1.drop-hints-retain-gids.4E08,4E09.otf |    Bin 0 -> 1872 bytes
+ ...ap14_font1.drop-hints-retain-gids.4E08,4E09.ttx |    404 -
+ .../cmap14_font1.drop-hints-retain-gids.4E08.otf   |    Bin 0 -> 1544 bytes
+ .../cmap14_font1.drop-hints-retain-gids.4E08.ttx   |    372 -
+ ...drop-hints-retain-gids.retain-all-codepoint.otf |    Bin 0 -> 2436 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttx |    480 -
+ .../cmap14_font1.drop-hints.4E00,4E02,4E03.otf     |    Bin 0 -> 1292 bytes
+ .../cmap14_font1.drop-hints.4E00,4E02,4E03.ttx     |    268 -
+ .../cmap14/cmap14_font1.drop-hints.4E00,4E03.otf   |    Bin 0 -> 1168 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E00,4E03.ttx   |    253 -
+ .../cmap14_font1.drop-hints.4E00,4E05,4E07.otf     |    Bin 0 -> 1260 bytes
+ .../cmap14_font1.drop-hints.4E00,4E05,4E07.ttx     |    270 -
+ .../cmap14_font1.drop-hints.4E02,4E03,4E08.otf     |    Bin 0 -> 1512 bytes
+ .../cmap14_font1.drop-hints.4E02,4E03,4E08.ttx     |    286 -
+ .../cmap14/cmap14_font1.drop-hints.4E02.otf        |    Bin 0 -> 928 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E02.ttx        |    225 -
+ .../cmap14/cmap14_font1.drop-hints.4E03.otf        |    Bin 0 -> 1012 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E03.ttx        |    233 -
+ ...cmap14_font1.drop-hints.4E05,4E07,4E08,4E09.otf |    Bin 0 -> 1780 bytes
+ ...cmap14_font1.drop-hints.4E05,4E07,4E08,4E09.ttx |    321 -
+ .../cmap14/cmap14_font1.drop-hints.4E08,4E09.otf   |    Bin 0 -> 1652 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E08,4E09.ttx   |    294 -
+ .../cmap14/cmap14_font1.drop-hints.4E08.otf        |    Bin 0 -> 1316 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E08.ttx        |    257 -
+ ...map14_font1.drop-hints.retain-all-codepoint.otf |    Bin 0 -> 2280 bytes
+ ...map14_font1.drop-hints.retain-all-codepoint.ttx |    410 -
+ .../cmap14/cmap14_font1.gids.4E00,4E02,4E03.otf    |    Bin 0 -> 1388 bytes
+ .../cmap14/cmap14_font1.gids.4E00,4E02,4E03.ttx    |    297 -
+ .../cmap14/cmap14_font1.gids.4E00,4E03.otf         |    Bin 0 -> 1380 bytes
+ .../cmap14/cmap14_font1.gids.4E00,4E03.ttx         |    289 -
+ .../cmap14/cmap14_font1.gids.4E00,4E05,4E07.otf    |    Bin 0 -> 1620 bytes
+ .../cmap14/cmap14_font1.gids.4E00,4E05,4E07.ttx    |    318 -
+ .../cmap14/cmap14_font1.gids.4E02,4E03,4E08.otf    |    Bin 0 -> 1744 bytes
+ .../cmap14/cmap14_font1.gids.4E02,4E03,4E08.ttx    |    326 -
+ .../expected/cmap14/cmap14_font1.gids.4E02.otf     |    Bin 0 -> 1312 bytes
+ .../expected/cmap14/cmap14_font1.gids.4E02.ttx     |    277 -
+ .../expected/cmap14/cmap14_font1.gids.4E03.otf     |    Bin 0 -> 1352 bytes
+ .../expected/cmap14/cmap14_font1.gids.4E03.ttx     |    280 -
+ .../cmap14_font1.gids.4E05,4E07,4E08,4E09.otf      |    Bin 0 -> 2164 bytes
+ .../cmap14_font1.gids.4E05,4E07,4E08,4E09.ttx      |    373 -
+ .../cmap14/cmap14_font1.gids.4E08,4E09.otf         |    Bin 0 -> 2036 bytes
+ .../cmap14/cmap14_font1.gids.4E08,4E09.ttx         |    346 -
+ .../expected/cmap14/cmap14_font1.gids.4E08.otf     |    Bin 0 -> 1704 bytes
+ .../expected/cmap14/cmap14_font1.gids.4E08.ttx     |    309 -
+ .../cmap14_font1.gids.retain-all-codepoint.otf     |    Bin 0 -> 2380 bytes
+ .../cmap14_font1.gids.retain-all-codepoint.ttx     |    439 -
+ .../cmap14_font1.name-ids.4E00,4E02,4E03.otf       |    Bin 0 -> 1292 bytes
+ .../cmap14_font1.name-ids.4E00,4E02,4E03.ttx       |    264 -
+ .../cmap14/cmap14_font1.name-ids.4E00,4E03.otf     |    Bin 0 -> 1168 bytes
+ .../cmap14/cmap14_font1.name-ids.4E00,4E03.ttx     |    249 -
+ .../cmap14_font1.name-ids.4E00,4E05,4E07.otf       |    Bin 0 -> 1260 bytes
+ .../cmap14_font1.name-ids.4E00,4E05,4E07.ttx       |    266 -
+ .../cmap14_font1.name-ids.4E02,4E03,4E08.otf       |    Bin 0 -> 1508 bytes
+ .../cmap14_font1.name-ids.4E02,4E03,4E08.ttx       |    282 -
+ .../expected/cmap14/cmap14_font1.name-ids.4E02.otf |    Bin 0 -> 928 bytes
+ .../expected/cmap14/cmap14_font1.name-ids.4E02.ttx |    221 -
+ .../expected/cmap14/cmap14_font1.name-ids.4E03.otf |    Bin 0 -> 1012 bytes
+ .../expected/cmap14/cmap14_font1.name-ids.4E03.ttx |    229 -
+ .../cmap14_font1.name-ids.4E05,4E07,4E08,4E09.otf  |    Bin 0 -> 1780 bytes
+ .../cmap14_font1.name-ids.4E05,4E07,4E08,4E09.ttx  |    317 -
+ .../cmap14/cmap14_font1.name-ids.4E08,4E09.otf     |    Bin 0 -> 1652 bytes
+ .../cmap14/cmap14_font1.name-ids.4E08,4E09.ttx     |    290 -
+ .../expected/cmap14/cmap14_font1.name-ids.4E08.otf |    Bin 0 -> 1316 bytes
+ .../expected/cmap14/cmap14_font1.name-ids.4E08.ttx |    253 -
+ .../cmap14_font1.name-ids.retain-all-codepoint.otf |    Bin 0 -> 2280 bytes
+ .../cmap14_font1.name-ids.retain-all-codepoint.ttx |    406 -
+ .../cmap14_font1.retain-gids.4E00,4E02,4E03.otf    |    Bin 0 -> 1452 bytes
+ .../cmap14_font1.retain-gids.4E00,4E02,4E03.ttx    |    326 -
+ .../cmap14/cmap14_font1.retain-gids.4E00,4E03.otf  |    Bin 0 -> 1340 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E00,4E03.ttx  |    316 -
+ .../cmap14_font1.retain-gids.4E00,4E05,4E07.otf    |    Bin 0 -> 1464 bytes
+ .../cmap14_font1.retain-gids.4E00,4E05,4E07.ttx    |    348 -
+ .../cmap14_font1.retain-gids.4E02,4E03,4E08.otf    |    Bin 0 -> 1788 bytes
+ .../cmap14_font1.retain-gids.4E02,4E03,4E08.ttx    |    399 -
+ .../cmap14/cmap14_font1.retain-gids.4E02.otf       |    Bin 0 -> 1096 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E02.ttx       |    288 -
+ .../cmap14/cmap14_font1.retain-gids.4E03.otf       |    Bin 0 -> 1192 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E03.ttx       |    301 -
+ ...map14_font1.retain-gids.4E05,4E07,4E08,4E09.otf |    Bin 0 -> 2048 bytes
+ ...map14_font1.retain-gids.4E05,4E07,4E08,4E09.ttx |    429 -
+ .../cmap14/cmap14_font1.retain-gids.4E08,4E09.otf  |    Bin 0 -> 1940 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E08,4E09.ttx  |    412 -
+ .../cmap14/cmap14_font1.retain-gids.4E08.otf       |    Bin 0 -> 1608 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E08.ttx       |    380 -
+ ...ap14_font1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 2500 bytes
+ ...ap14_font1.retain-gids.retain-all-codepoint.ttx |    488 -
+ .../cmap14/cmap14_font2.default.4E00,4E02,4E03.otf |    Bin 0 -> 1360 bytes
+ .../cmap14/cmap14_font2.default.4E00,4E02,4E03.ttx |    276 -
+ .../cmap14/cmap14_font2.default.4E00,4E03.otf      |    Bin 0 -> 1236 bytes
+ .../cmap14/cmap14_font2.default.4E00,4E03.ttx      |    261 -
+ .../cmap14/cmap14_font2.default.4E00,4E05,4E07.otf |    Bin 0 -> 1332 bytes
+ .../cmap14/cmap14_font2.default.4E00,4E05,4E07.ttx |    278 -
+ .../cmap14/cmap14_font2.default.4E02,4E03,4E08.otf |    Bin 0 -> 1576 bytes
+ .../cmap14/cmap14_font2.default.4E02,4E03,4E08.ttx |    294 -
+ .../expected/cmap14/cmap14_font2.default.4E02.otf  |    Bin 0 -> 992 bytes
+ .../expected/cmap14/cmap14_font2.default.4E02.ttx  |    233 -
+ .../expected/cmap14/cmap14_font2.default.4E03.otf  |    Bin 0 -> 1076 bytes
+ .../expected/cmap14/cmap14_font2.default.4E03.ttx  |    241 -
+ .../cmap14_font2.default.4E05,4E07,4E08,4E09.otf   |    Bin 0 -> 1848 bytes
+ .../cmap14_font2.default.4E05,4E07,4E08,4E09.ttx   |    329 -
+ .../cmap14/cmap14_font2.default.4E08,4E09.otf      |    Bin 0 -> 1716 bytes
+ .../cmap14/cmap14_font2.default.4E08,4E09.ttx      |    302 -
+ .../expected/cmap14/cmap14_font2.default.4E08.otf  |    Bin 0 -> 1380 bytes
+ .../expected/cmap14/cmap14_font2.default.4E08.ttx  |    265 -
+ .../cmap14_font2.default.retain-all-codepoint.otf  |    Bin 0 -> 2344 bytes
+ .../cmap14_font2.default.retain-all-codepoint.ttx  |    418 -
+ ...font2.drop-hints-retain-gids.4E00,4E02,4E03.otf |    Bin 0 -> 1388 bytes
+ ...font2.drop-hints-retain-gids.4E00,4E02,4E03.ttx |    318 -
+ ...ap14_font2.drop-hints-retain-gids.4E00,4E03.otf |    Bin 0 -> 1272 bytes
+ ...ap14_font2.drop-hints-retain-gids.4E00,4E03.ttx |    308 -
+ ...font2.drop-hints-retain-gids.4E00,4E05,4E07.otf |    Bin 0 -> 1400 bytes
+ ...font2.drop-hints-retain-gids.4E00,4E05,4E07.ttx |    340 -
+ ...font2.drop-hints-retain-gids.4E02,4E03,4E08.otf |    Bin 0 -> 1720 bytes
+ ...font2.drop-hints-retain-gids.4E02,4E03,4E08.ttx |    391 -
+ .../cmap14_font2.drop-hints-retain-gids.4E02.otf   |    Bin 0 -> 1024 bytes
+ .../cmap14_font2.drop-hints-retain-gids.4E02.ttx   |    280 -
+ .../cmap14_font2.drop-hints-retain-gids.4E03.otf   |    Bin 0 -> 1120 bytes
+ .../cmap14_font2.drop-hints-retain-gids.4E03.ttx   |    293 -
+ ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf |    Bin 0 -> 1984 bytes
+ ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.ttx |    421 -
+ ...ap14_font2.drop-hints-retain-gids.4E08,4E09.otf |    Bin 0 -> 1868 bytes
+ ...ap14_font2.drop-hints-retain-gids.4E08,4E09.ttx |    404 -
+ .../cmap14_font2.drop-hints-retain-gids.4E08.otf   |    Bin 0 -> 1540 bytes
+ .../cmap14_font2.drop-hints-retain-gids.4E08.ttx   |    372 -
+ ...drop-hints-retain-gids.retain-all-codepoint.otf |    Bin 0 -> 2432 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttx |    480 -
+ .../cmap14_font2.drop-hints.4E00,4E02,4E03.otf     |    Bin 0 -> 1292 bytes
+ .../cmap14_font2.drop-hints.4E00,4E02,4E03.ttx     |    268 -
+ .../cmap14/cmap14_font2.drop-hints.4E00,4E03.otf   |    Bin 0 -> 1168 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E00,4E03.ttx   |    253 -
+ .../cmap14_font2.drop-hints.4E00,4E05,4E07.otf     |    Bin 0 -> 1264 bytes
+ .../cmap14_font2.drop-hints.4E00,4E05,4E07.ttx     |    270 -
+ .../cmap14_font2.drop-hints.4E02,4E03,4E08.otf     |    Bin 0 -> 1512 bytes
+ .../cmap14_font2.drop-hints.4E02,4E03,4E08.ttx     |    286 -
+ .../cmap14/cmap14_font2.drop-hints.4E02.otf        |    Bin 0 -> 924 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E02.ttx        |    225 -
+ .../cmap14/cmap14_font2.drop-hints.4E03.otf        |    Bin 0 -> 1008 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E03.ttx        |    233 -
+ ...cmap14_font2.drop-hints.4E05,4E07,4E08,4E09.otf |    Bin 0 -> 1780 bytes
+ ...cmap14_font2.drop-hints.4E05,4E07,4E08,4E09.ttx |    321 -
+ .../cmap14/cmap14_font2.drop-hints.4E08,4E09.otf   |    Bin 0 -> 1648 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E08,4E09.ttx   |    294 -
+ .../cmap14/cmap14_font2.drop-hints.4E08.otf        |    Bin 0 -> 1312 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E08.ttx        |    257 -
+ ...map14_font2.drop-hints.retain-all-codepoint.otf |    Bin 0 -> 2276 bytes
+ ...map14_font2.drop-hints.retain-all-codepoint.ttx |    410 -
+ .../cmap14/cmap14_font2.gids.4E00,4E02,4E03.otf    |    Bin 0 -> 1388 bytes
+ .../cmap14/cmap14_font2.gids.4E00,4E02,4E03.ttx    |    297 -
+ .../cmap14/cmap14_font2.gids.4E00,4E03.otf         |    Bin 0 -> 1380 bytes
+ .../cmap14/cmap14_font2.gids.4E00,4E03.ttx         |    289 -
+ .../cmap14/cmap14_font2.gids.4E00,4E05,4E07.otf    |    Bin 0 -> 1624 bytes
+ .../cmap14/cmap14_font2.gids.4E00,4E05,4E07.ttx    |    318 -
+ .../cmap14/cmap14_font2.gids.4E02,4E03,4E08.otf    |    Bin 0 -> 1744 bytes
+ .../cmap14/cmap14_font2.gids.4E02,4E03,4E08.ttx    |    326 -
+ .../expected/cmap14/cmap14_font2.gids.4E02.otf     |    Bin 0 -> 1308 bytes
+ .../expected/cmap14/cmap14_font2.gids.4E02.ttx     |    277 -
+ .../expected/cmap14/cmap14_font2.gids.4E03.otf     |    Bin 0 -> 1348 bytes
+ .../expected/cmap14/cmap14_font2.gids.4E03.ttx     |    280 -
+ .../cmap14_font2.gids.4E05,4E07,4E08,4E09.otf      |    Bin 0 -> 2164 bytes
+ .../cmap14_font2.gids.4E05,4E07,4E08,4E09.ttx      |    373 -
+ .../cmap14/cmap14_font2.gids.4E08,4E09.otf         |    Bin 0 -> 2032 bytes
+ .../cmap14/cmap14_font2.gids.4E08,4E09.ttx         |    346 -
+ .../expected/cmap14/cmap14_font2.gids.4E08.otf     |    Bin 0 -> 1700 bytes
+ .../expected/cmap14/cmap14_font2.gids.4E08.ttx     |    309 -
+ .../cmap14_font2.gids.retain-all-codepoint.otf     |    Bin 0 -> 2376 bytes
+ .../cmap14_font2.gids.retain-all-codepoint.ttx     |    439 -
+ .../cmap14_font2.name-ids.4E00,4E02,4E03.otf       |    Bin 0 -> 1292 bytes
+ .../cmap14_font2.name-ids.4E00,4E02,4E03.ttx       |    264 -
+ .../cmap14/cmap14_font2.name-ids.4E00,4E03.otf     |    Bin 0 -> 1168 bytes
+ .../cmap14/cmap14_font2.name-ids.4E00,4E03.ttx     |    249 -
+ .../cmap14_font2.name-ids.4E00,4E05,4E07.otf       |    Bin 0 -> 1264 bytes
+ .../cmap14_font2.name-ids.4E00,4E05,4E07.ttx       |    266 -
+ .../cmap14_font2.name-ids.4E02,4E03,4E08.otf       |    Bin 0 -> 1508 bytes
+ .../cmap14_font2.name-ids.4E02,4E03,4E08.ttx       |    282 -
+ .../expected/cmap14/cmap14_font2.name-ids.4E02.otf |    Bin 0 -> 924 bytes
+ .../expected/cmap14/cmap14_font2.name-ids.4E02.ttx |    221 -
+ .../expected/cmap14/cmap14_font2.name-ids.4E03.otf |    Bin 0 -> 1008 bytes
+ .../expected/cmap14/cmap14_font2.name-ids.4E03.ttx |    229 -
+ .../cmap14_font2.name-ids.4E05,4E07,4E08,4E09.otf  |    Bin 0 -> 1780 bytes
+ .../cmap14_font2.name-ids.4E05,4E07,4E08,4E09.ttx  |    317 -
+ .../cmap14/cmap14_font2.name-ids.4E08,4E09.otf     |    Bin 0 -> 1648 bytes
+ .../cmap14/cmap14_font2.name-ids.4E08,4E09.ttx     |    290 -
+ .../expected/cmap14/cmap14_font2.name-ids.4E08.otf |    Bin 0 -> 1312 bytes
+ .../expected/cmap14/cmap14_font2.name-ids.4E08.ttx |    253 -
+ .../cmap14_font2.name-ids.retain-all-codepoint.otf |    Bin 0 -> 2276 bytes
+ .../cmap14_font2.name-ids.retain-all-codepoint.ttx |    406 -
+ .../cmap14_font2.retain-gids.4E00,4E02,4E03.otf    |    Bin 0 -> 1452 bytes
+ .../cmap14_font2.retain-gids.4E00,4E02,4E03.ttx    |    326 -
+ .../cmap14/cmap14_font2.retain-gids.4E00,4E03.otf  |    Bin 0 -> 1340 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E00,4E03.ttx  |    316 -
+ .../cmap14_font2.retain-gids.4E00,4E05,4E07.otf    |    Bin 0 -> 1468 bytes
+ .../cmap14_font2.retain-gids.4E00,4E05,4E07.ttx    |    348 -
+ .../cmap14_font2.retain-gids.4E02,4E03,4E08.otf    |    Bin 0 -> 1788 bytes
+ .../cmap14_font2.retain-gids.4E02,4E03,4E08.ttx    |    399 -
+ .../cmap14/cmap14_font2.retain-gids.4E02.otf       |    Bin 0 -> 1092 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E02.ttx       |    288 -
+ .../cmap14/cmap14_font2.retain-gids.4E03.otf       |    Bin 0 -> 1188 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E03.ttx       |    301 -
+ ...map14_font2.retain-gids.4E05,4E07,4E08,4E09.otf |    Bin 0 -> 2048 bytes
+ ...map14_font2.retain-gids.4E05,4E07,4E08,4E09.ttx |    429 -
+ .../cmap14/cmap14_font2.retain-gids.4E08,4E09.otf  |    Bin 0 -> 1936 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E08,4E09.ttx  |    412 -
+ .../cmap14/cmap14_font2.retain-gids.4E08.otf       |    Bin 0 -> 1604 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E08.ttx       |    380 -
+ ...ap14_font2.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 2496 bytes
+ ...ap14_font2.retain-gids.retain-all-codepoint.ttx |    488 -
+ .../TwemojiMozilla.subset.default.32,3297,3299.ttf |    Bin 0 -> 1936 bytes
+ .../TwemojiMozilla.subset.default.32,3297,3299.ttx |    626 -
+ .../colr/TwemojiMozilla.subset.default.32,3297.ttf |    Bin 0 -> 1400 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3297.ttx |    411 -
+ .../colr/TwemojiMozilla.subset.default.32,3299.ttf |    Bin 0 -> 1576 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3299.ttx |    475 -
+ .../colr/TwemojiMozilla.subset.default.32.ttf      |    Bin 0 -> 932 bytes
+ .../colr/TwemojiMozilla.subset.default.32.ttx      |    231 -
+ .../TwemojiMozilla.subset.default.3297,3299.ttf    |    Bin 0 -> 1916 bytes
+ .../TwemojiMozilla.subset.default.3297,3299.ttx    |    617 -
+ .../colr/TwemojiMozilla.subset.default.3297.ttf    |    Bin 0 -> 1376 bytes
+ .../colr/TwemojiMozilla.subset.default.3297.ttx    |    402 -
+ .../colr/TwemojiMozilla.subset.default.3299.ttf    |    Bin 0 -> 1552 bytes
+ .../colr/TwemojiMozilla.subset.default.3299.ttx    |    466 -
+ ....subset.drop-hints-retain-gids.32,3297,3299.ttf |    Bin 0 -> 1916 bytes
+ ....subset.drop-hints-retain-gids.32,3297,3299.ttx |    621 -
+ ...zilla.subset.drop-hints-retain-gids.32,3297.ttf |    Bin 0 -> 1396 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3297.ttx |    410 -
+ ...zilla.subset.drop-hints-retain-gids.32,3299.ttf |    Bin 0 -> 1576 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3299.ttx |    478 -
+ ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf |    Bin 0 -> 912 bytes
+ ...ojiMozilla.subset.drop-hints-retain-gids.32.ttx |    226 -
+ ...lla.subset.drop-hints-retain-gids.3297,3299.ttf |    Bin 0 -> 1900 bytes
+ ...lla.subset.drop-hints-retain-gids.3297,3299.ttx |    616 -
+ ...iMozilla.subset.drop-hints-retain-gids.3297.ttf |    Bin 0 -> 1372 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3297.ttx |    405 -
+ ...iMozilla.subset.drop-hints-retain-gids.3299.ttf |    Bin 0 -> 1552 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3299.ttx |    473 -
+ ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf |    Bin 0 -> 1916 bytes
+ ...emojiMozilla.subset.drop-hints.32,3297,3299.ttx |    621 -
+ .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   |    Bin 0 -> 1380 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3297.ttx   |    406 -
+ .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   |    Bin 0 -> 1556 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3299.ttx   |    470 -
+ .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   |    Bin 0 -> 912 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.32.ttx   |    226 -
+ .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf |    Bin 0 -> 1896 bytes
+ .../TwemojiMozilla.subset.drop-hints.3297,3299.ttx |    612 -
+ .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf |    Bin 0 -> 1356 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3297.ttx |    397 -
+ .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf |    Bin 0 -> 1532 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3299.ttx |    461 -
+ ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf |    Bin 0 -> 1936 bytes
+ ...mojiMozilla.subset.retain-gids.32,3297,3299.ttx |    626 -
+ .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  |    Bin 0 -> 1416 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3297.ttx  |    415 -
+ .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  |    Bin 0 -> 1596 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3299.ttx  |    483 -
+ .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  |    Bin 0 -> 932 bytes
+ .../colr/TwemojiMozilla.subset.retain-gids.32.ttx  |    231 -
+ ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf |    Bin 0 -> 1920 bytes
+ ...TwemojiMozilla.subset.retain-gids.3297,3299.ttx |    621 -
+ .../TwemojiMozilla.subset.retain-gids.3297.ttf     |    Bin 0 -> 1392 bytes
+ .../TwemojiMozilla.subset.retain-gids.3297.ttx     |    410 -
+ .../TwemojiMozilla.subset.retain-gids.3299.ttf     |    Bin 0 -> 1572 bytes
+ .../TwemojiMozilla.subset.retain-gids.3299.ttx     |    478 -
+ .../colr_with_components/colr-table.default.6B.ttf |    Bin 0 -> 4260 bytes
+ .../colr_with_components/colr-table.default.6B.ttx |   1435 -
+ .../colr-table.drop-hints-retain-gids.6B.ttf       |    Bin 0 -> 4984 bytes
+ .../colr-table.drop-hints-retain-gids.6B.ttx       |   1919 -
+ .../colr-table.drop-hints.6B.ttf                   |    Bin 0 -> 4260 bytes
+ .../colr-table.drop-hints.6B.ttx                   |   1435 -
+ .../colr-table.retain-gids.6B.ttf                  |    Bin 0 -> 4984 bytes
+ .../colr-table.retain-gids.6B.ttx                  |   1919 -
+ ...oColrEmojiGlyf-Regular.subset.default.1f35e.ttf |    Bin 0 -> 3004 bytes
+ ...oColrEmojiGlyf-Regular.subset.default.1f35e.ttx |   1077 -
+ ...oColrEmojiGlyf-Regular.subset.default.1f696.ttf |    Bin 0 -> 3752 bytes
+ ...oColrEmojiGlyf-Regular.subset.default.1f696.ttx |   1449 -
+ ...Regular.subset.drop-hints-retain-gids.1f35e.ttf |    Bin 0 -> 3516 bytes
+ ...Regular.subset.drop-hints-retain-gids.1f35e.ttx |   1417 -
+ ...Regular.subset.drop-hints-retain-gids.1f696.ttf |    Bin 0 -> 5048 bytes
+ ...Regular.subset.drop-hints-retain-gids.1f696.ttx |   2313 -
+ ...lrEmojiGlyf-Regular.subset.drop-hints.1f35e.ttf |    Bin 0 -> 3004 bytes
+ ...lrEmojiGlyf-Regular.subset.drop-hints.1f35e.ttx |   1077 -
+ ...lrEmojiGlyf-Regular.subset.drop-hints.1f696.ttf |    Bin 0 -> 3752 bytes
+ ...lrEmojiGlyf-Regular.subset.drop-hints.1f696.ttx |   1449 -
+ ...rEmojiGlyf-Regular.subset.retain-gids.1f35e.ttf |    Bin 0 -> 3516 bytes
+ ...rEmojiGlyf-Regular.subset.retain-gids.1f35e.ttx |   1417 -
+ ...rEmojiGlyf-Regular.subset.retain-gids.1f696.ttf |    Bin 0 -> 5048 bytes
+ ...rEmojiGlyf-Regular.subset.retain-gids.1f696.ttx |   2313 -
+ .../colrv1/TestCOLRv1.default.E000,E004.ttf        |    Bin 0 -> 900 bytes
+ .../colrv1/TestCOLRv1.default.E000,E004.ttx        |    316 -
+ .../colrv1/TestCOLRv1.default.E003,E004.ttf        |    Bin 0 -> 1000 bytes
+ .../colrv1/TestCOLRv1.default.E003,E004.ttx        |    367 -
+ .../expected/colrv1/TestCOLRv1.default.E004.ttf    |    Bin 0 -> 744 bytes
+ .../expected/colrv1/TestCOLRv1.default.E004.ttx    |    231 -
+ .../TestCOLRv1.default.retain-all-codepoint.ttf    |    Bin 0 -> 1444 bytes
+ .../TestCOLRv1.default.retain-all-codepoint.ttx    |    596 -
+ ...TestCOLRv1.drop-hints-retain-gids.E000,E004.ttf |    Bin 0 -> 984 bytes
+ ...TestCOLRv1.drop-hints-retain-gids.E000,E004.ttx |    364 -
+ ...TestCOLRv1.drop-hints-retain-gids.E003,E004.ttf |    Bin 0 -> 1076 bytes
+ ...TestCOLRv1.drop-hints-retain-gids.E003,E004.ttx |    411 -
+ .../TestCOLRv1.drop-hints-retain-gids.E004.ttf     |    Bin 0 -> 836 bytes
+ .../TestCOLRv1.drop-hints-retain-gids.E004.ttx     |    291 -
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf |    Bin 0 -> 1444 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttx |    596 -
+ .../colrv1/TestCOLRv1.drop-hints.E000,E004.ttf     |    Bin 0 -> 900 bytes
+ .../colrv1/TestCOLRv1.drop-hints.E000,E004.ttx     |    316 -
+ .../colrv1/TestCOLRv1.drop-hints.E003,E004.ttf     |    Bin 0 -> 1000 bytes
+ .../colrv1/TestCOLRv1.drop-hints.E003,E004.ttx     |    367 -
+ .../expected/colrv1/TestCOLRv1.drop-hints.E004.ttf |    Bin 0 -> 744 bytes
+ .../expected/colrv1/TestCOLRv1.drop-hints.E004.ttx |    231 -
+ .../TestCOLRv1.drop-hints.retain-all-codepoint.ttf |    Bin 0 -> 1444 bytes
+ .../TestCOLRv1.drop-hints.retain-all-codepoint.ttx |    596 -
+ .../colrv1/TestCOLRv1.retain-gids.E000,E004.ttf    |    Bin 0 -> 984 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E000,E004.ttx    |    364 -
+ .../colrv1/TestCOLRv1.retain-gids.E003,E004.ttf    |    Bin 0 -> 1076 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E003,E004.ttx    |    411 -
+ .../colrv1/TestCOLRv1.retain-gids.E004.ttf         |    Bin 0 -> 836 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E004.ttx         |    291 -
+ ...TestCOLRv1.retain-gids.retain-all-codepoint.ttf |    Bin 0 -> 1444 bytes
+ ...TestCOLRv1.retain-gids.retain-all-codepoint.ttx |    596 -
+ .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  |    Bin 0 -> 3080 bytes
+ .../Roboto-Regular.default.1FC,21,41,20,62,63.ttx  |   1659 -
+ .../full-font/Roboto-Regular.default.61,62,63.ttf  |    Bin 0 -> 2672 bytes
+ .../full-font/Roboto-Regular.default.61,62,63.ttx  |   1422 -
+ .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      |    Bin 0 -> 3024 bytes
+ .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttx      |   1571 -
+ ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf |    Bin 0 -> 1632 bytes
+ ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttx |    549 -
+ .../Roboto-Regular.drop-hints.61,62,63.ttf         |    Bin 0 -> 1412 bytes
+ .../Roboto-Regular.drop-hints.61,62,63.ttx         |    494 -
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   |    Bin 0 -> 1648 bytes
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttx   |    529 -
+ ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf |    Bin 0 -> 3992 bytes
+ ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttx |   1355 -
+ .../SourceSerifVariable-Roman.default.61,62,63.ttf |    Bin 0 -> 3832 bytes
+ .../SourceSerifVariable-Roman.default.61,62,63.ttx |   1262 -
+ ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf |    Bin 0 -> 4396 bytes
+ ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttx |   1522 -
+ ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf |    Bin 0 -> 3968 bytes
+ ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttx |   1349 -
+ ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf |    Bin 0 -> 3832 bytes
+ ...urceSerifVariable-Roman.drop-hints.61,62,63.ttx |   1262 -
+ ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf |    Bin 0 -> 4396 bytes
+ ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttx |   1522 -
+ .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  |    Bin 0 -> 2344 bytes
+ .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttx  |   1187 -
+ .../japanese/Mplus1p-Regular.default.25771.ttf     |    Bin 0 -> 1992 bytes
+ .../japanese/Mplus1p-Regular.default.25771.ttx     |   1033 -
+ ...gular.default.3042,3044,3046,3048,304A,304B.ttf |    Bin 0 -> 2704 bytes
+ ...gular.default.3042,3044,3046,3048,304A,304B.ttx |   1296 -
+ ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf |    Bin 0 -> 2948 bytes
+ ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttx |   1403 -
+ .../Mplus1p-Regular.default.61,63,65,6B.ttf        |    Bin 0 -> 2324 bytes
+ .../Mplus1p-Regular.default.61,63,65,6B.ttx        |   1172 -
+ ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf |    Bin 0 -> 3244 bytes
+ ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1522 -
+ .../japanese/Mplus1p-Regular.default.660E.ttf      |    Bin 0 -> 1984 bytes
+ .../japanese/Mplus1p-Regular.default.660E.ttx      |   1024 -
+ ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf |    Bin 0 -> 1616 bytes
+ ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttx |    522 -
+ .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  |    Bin 0 -> 1264 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.25771.ttx  |    368 -
+ ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf |    Bin 0 -> 1976 bytes
+ ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttx |    631 -
+ ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf |    Bin 0 -> 2220 bytes
+ ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttx |    738 -
+ .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     |    Bin 0 -> 1596 bytes
+ .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttx     |    507 -
+ ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf |    Bin 0 -> 2516 bytes
+ ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttx |    857 -
+ .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   |    Bin 0 -> 1256 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.660E.ttx   |    359 -
+ ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttf |    Bin 0 -> 2344 bytes
+ ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttx |   1187 -
+ .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf   |    Bin 0 -> 1992 bytes
+ .../japanese/Mplus1p-Regular.keep-gdef.25771.ttx   |   1033 -
+ ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttf |    Bin 0 -> 2704 bytes
+ ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttx |   1296 -
+ ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttf |    Bin 0 -> 2948 bytes
+ ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttx |   1403 -
+ .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttf      |    Bin 0 -> 2324 bytes
+ .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttx      |   1172 -
+ ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttf |    Bin 0 -> 3244 bytes
+ ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1522 -
+ .../japanese/Mplus1p-Regular.keep-gdef.660E.ttf    |    Bin 0 -> 1984 bytes
+ .../japanese/Mplus1p-Regular.keep-gdef.660E.ttx    |   1024 -
+ ...text1_multiple_subrules_f1.default.41,42,43.otf |    Bin 0 -> 1328 bytes
+ ...text1_multiple_subrules_f1.default.41,42,43.ttx |    284 -
+ ...context1_multiple_subrules_f1.default.41,42.otf |    Bin 0 -> 1228 bytes
+ ...context1_multiple_subrules_f1.default.41,42.ttx |    265 -
+ ...context1_multiple_subrules_f1.default.41,43.otf |    Bin 0 -> 1332 bytes
+ ...context1_multiple_subrules_f1.default.41,43.ttx |    275 -
+ ...os_context1_multiple_subrules_f1.default.41.otf |    Bin 0 -> 1216 bytes
+ ...os_context1_multiple_subrules_f1.default.41.ttx |    256 -
+ ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3700 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.ttx |   1247 -
+ ...1_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2028 bytes
+ ...1_multiple_subrules_f1.retain-gids.41,42,43.ttx |    604 -
+ ...ext1_multiple_subrules_f1.retain-gids.41,42.otf |    Bin 0 -> 1932 bytes
+ ...ext1_multiple_subrules_f1.retain-gids.41,42.ttx |    585 -
+ ...ext1_multiple_subrules_f1.retain-gids.41,43.otf |    Bin 0 -> 2048 bytes
+ ...ext1_multiple_subrules_f1.retain-gids.41,43.ttx |    600 -
+ ...ontext1_multiple_subrules_f1.retain-gids.41.otf |    Bin 0 -> 1916 bytes
+ ...ontext1_multiple_subrules_f1.retain-gids.41.ttx |    576 -
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3700 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1247 -
+ ...text2_multiple_subrules_f1.default.41,42,43.otf |    Bin 0 -> 1328 bytes
+ ...text2_multiple_subrules_f1.default.41,42,43.ttx |    284 -
+ ...context2_multiple_subrules_f1.default.41,42.otf |    Bin 0 -> 1228 bytes
+ ...context2_multiple_subrules_f1.default.41,42.ttx |    265 -
+ ...context2_multiple_subrules_f1.default.41,43.otf |    Bin 0 -> 1332 bytes
+ ...context2_multiple_subrules_f1.default.41,43.ttx |    275 -
+ ...os_context2_multiple_subrules_f1.default.41.otf |    Bin 0 -> 1216 bytes
+ ...os_context2_multiple_subrules_f1.default.41.ttx |    256 -
+ ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3700 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.ttx |   1247 -
+ ...2_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2028 bytes
+ ...2_multiple_subrules_f1.retain-gids.41,42,43.ttx |    604 -
+ ...ext2_multiple_subrules_f1.retain-gids.41,42.otf |    Bin 0 -> 1932 bytes
+ ...ext2_multiple_subrules_f1.retain-gids.41,42.ttx |    585 -
+ ...ext2_multiple_subrules_f1.retain-gids.41,43.otf |    Bin 0 -> 2048 bytes
+ ...ext2_multiple_subrules_f1.retain-gids.41,43.ttx |    600 -
+ ...ontext2_multiple_subrules_f1.retain-gids.41.otf |    Bin 0 -> 1916 bytes
+ ...ontext2_multiple_subrules_f1.retain-gids.41.ttx |    576 -
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3700 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1247 -
+ .../gpos_context3_simple_f1.default.41,42,43.otf   |    Bin 0 -> 1308 bytes
+ .../gpos_context3_simple_f1.default.41,42,43.ttx   |    284 -
+ .../gpos_context3_simple_f1.default.41,42.otf      |    Bin 0 -> 1208 bytes
+ .../gpos_context3_simple_f1.default.41,42.ttx      |    265 -
+ .../gpos_context3_simple_f1.default.41,43.otf      |    Bin 0 -> 1312 bytes
+ .../gpos_context3_simple_f1.default.41,43.ttx      |    275 -
+ .../gpos_context3_simple_f1.default.41.otf         |    Bin 0 -> 1196 bytes
+ .../gpos_context3_simple_f1.default.41.ttx         |    256 -
+ ...ext3_simple_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3680 bytes
+ ...ext3_simple_f1.default.retain-all-codepoint.ttx |   1247 -
+ ...pos_context3_simple_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2008 bytes
+ ...pos_context3_simple_f1.retain-gids.41,42,43.ttx |    604 -
+ .../gpos_context3_simple_f1.retain-gids.41,42.otf  |    Bin 0 -> 1912 bytes
+ .../gpos_context3_simple_f1.retain-gids.41,42.ttx  |    585 -
+ .../gpos_context3_simple_f1.retain-gids.41,43.otf  |    Bin 0 -> 2028 bytes
+ .../gpos_context3_simple_f1.retain-gids.41,43.ttx  |    600 -
+ .../gpos_context3_simple_f1.retain-gids.41.otf     |    Bin 0 -> 1896 bytes
+ .../gpos_context3_simple_f1.retain-gids.41.ttx     |    576 -
+ ..._simple_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3680 bytes
+ ..._simple_f1.retain-gids.retain-all-codepoint.ttx |   1247 -
+ .../IndicTestJalandhar-Regular.default.A01.ttf     |    Bin 0 -> 4176 bytes
+ .../IndicTestJalandhar-Regular.default.A01.ttx     |   2916 -
+ .../IndicTestJalandhar-Regular.default.A05,A06.ttf |    Bin 0 -> 4752 bytes
+ .../IndicTestJalandhar-Regular.default.A05,A06.ttx |   3167 -
+ .../IndicTestJalandhar-Regular.default.A07,A1B.ttf |    Bin 0 -> 4724 bytes
+ .../IndicTestJalandhar-Regular.default.A07,A1B.ttx |   3148 -
+ ...andhar-Regular.default.retain-all-codepoint.ttf |    Bin 0 -> 49244 bytes
+ ...andhar-Regular.default.retain-all-codepoint.ttx |  22554 ---
+ .../IndicTestJalandhar-Regular.drop-hints.A01.ttf  |    Bin 0 -> 1036 bytes
+ .../IndicTestJalandhar-Regular.drop-hints.A01.ttx  |    281 -
+ ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttf |    Bin 0 -> 1344 bytes
+ ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttx |    403 -
+ ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttf |    Bin 0 -> 1344 bytes
+ ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttx |    404 -
+ ...har-Regular.drop-hints.retain-all-codepoint.ttf |    Bin 0 -> 29464 bytes
+ ...har-Regular.drop-hints.retain-all-codepoint.ttx |  11627 --
+ .../IndicTestJalandhar-Regular.keep-gdef.A01.ttf   |    Bin 0 -> 4176 bytes
+ .../IndicTestJalandhar-Regular.keep-gdef.A01.ttx   |   2916 -
+ ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttf |    Bin 0 -> 4752 bytes
+ ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttx |   3167 -
+ ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttf |    Bin 0 -> 4724 bytes
+ ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttx |   3148 -
+ ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf |    Bin 0 -> 49244 bytes
+ ...dhar-Regular.keep-gdef.retain-all-codepoint.ttx |  22554 ---
+ .../AdobeVFPrototype.default.41,42,43,57.otf       |    Bin 0 -> 5440 bytes
+ .../AdobeVFPrototype.default.41,42,43,57.ttx       |   1536 -
+ .../AdobeVFPrototype.default.41,42,43.otf          |    Bin 0 -> 4908 bytes
+ .../AdobeVFPrototype.default.41,42,43.ttx          |   1338 -
+ .../AdobeVFPrototype.default.41,42.otf             |    Bin 0 -> 4432 bytes
+ .../AdobeVFPrototype.default.41,42.ttx             |   1201 -
+ .../AdobeVFPrototype.default.41,56,57.otf          |    Bin 0 -> 4576 bytes
+ .../AdobeVFPrototype.default.41,56,57.ttx          |   1310 -
+ .../AdobeVFPrototype.default.41.otf                |    Bin 0 -> 3728 bytes
+ .../AdobeVFPrototype.default.41.ttx                |   1000 -
+ .../AdobeVFPrototype.default.42,57.otf             |    Bin 0 -> 4564 bytes
+ .../AdobeVFPrototype.default.42,57.ttx             |   1253 -
+ .../AdobeVFPrototype.drop-hints.41,42,43,57.otf    |    Bin 0 -> 5252 bytes
+ .../AdobeVFPrototype.drop-hints.41,42,43,57.ttx    |   1500 -
+ .../AdobeVFPrototype.drop-hints.41,42,43.otf       |    Bin 0 -> 4720 bytes
+ .../AdobeVFPrototype.drop-hints.41,42,43.ttx       |   1302 -
+ .../AdobeVFPrototype.drop-hints.41,42.otf          |    Bin 0 -> 4244 bytes
+ .../AdobeVFPrototype.drop-hints.41,42.ttx          |   1165 -
+ .../AdobeVFPrototype.drop-hints.41,56,57.otf       |    Bin 0 -> 4384 bytes
+ .../AdobeVFPrototype.drop-hints.41,56,57.ttx       |   1274 -
+ .../AdobeVFPrototype.drop-hints.41.otf             |    Bin 0 -> 3540 bytes
+ .../AdobeVFPrototype.drop-hints.41.ttx             |    964 -
+ .../AdobeVFPrototype.drop-hints.42,57.otf          |    Bin 0 -> 4376 bytes
+ .../AdobeVFPrototype.drop-hints.42,57.ttx          |   1217 -
+ ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.otf |    Bin 0 -> 5440 bytes
+ ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.ttx |   1536 -
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.otf   |    Bin 0 -> 4908 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.ttx   |   1338 -
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42.otf      |    Bin 0 -> 4432 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42.ttx      |   1201 -
+ .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.otf   |    Bin 0 -> 4576 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.ttx   |   1310 -
+ .../AdobeVFPrototype.keep-gdef-gpos.41.otf         |    Bin 0 -> 3728 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41.ttx         |   1000 -
+ .../AdobeVFPrototype.keep-gdef-gpos.42,57.otf      |    Bin 0 -> 4564 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.42,57.ttx      |   1253 -
+ .../Roboto-Regular.default.1E00,303.ttf            |    Bin 0 -> 2524 bytes
+ .../Roboto-Regular.default.1E00,303.ttx            |   1258 -
+ .../layout.gdef/Roboto-Regular.default.303.ttf     |    Bin 0 -> 2116 bytes
+ .../layout.gdef/Roboto-Regular.default.303.ttx     |   1012 -
+ .../Roboto-Regular.default.309,20,30F.ttf          |    Bin 0 -> 2212 bytes
+ .../Roboto-Regular.default.309,20,30F.ttx          |   1054 -
+ .../layout.gdef/Roboto-Regular.default.323.ttf     |    Bin 0 -> 2008 bytes
+ .../layout.gdef/Roboto-Regular.default.323.ttx     |    949 -
+ .../Roboto-Regular.default.41,42,43.ttf            |    Bin 0 -> 2572 bytes
+ .../Roboto-Regular.default.41,42,43.ttx            |   1349 -
+ .../Roboto-Regular.drop-hints.1E00,303.ttf         |    Bin 0 -> 1380 bytes
+ .../Roboto-Regular.drop-hints.1E00,303.ttx         |    443 -
+ .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  |    Bin 0 -> 1112 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.303.ttx  |    312 -
+ .../Roboto-Regular.drop-hints.309,20,30F.ttf       |    Bin 0 -> 1172 bytes
+ .../Roboto-Regular.drop-hints.309,20,30F.ttx       |    328 -
+ .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  |    Bin 0 -> 1056 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.323.ttx  |    291 -
+ .../Roboto-Regular.drop-hints.41,42,43.ttf         |    Bin 0 -> 1388 bytes
+ .../Roboto-Regular.drop-hints.41,42,43.ttx         |    480 -
+ .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf     |    Bin 0 -> 2524 bytes
+ .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttx     |   1258 -
+ .../Roboto-Regular.keep-gdef-gpos.303.ttf          |    Bin 0 -> 2116 bytes
+ .../Roboto-Regular.keep-gdef-gpos.303.ttx          |   1012 -
+ .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf   |    Bin 0 -> 2212 bytes
+ .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttx   |   1054 -
+ .../Roboto-Regular.keep-gdef-gpos.323.ttf          |    Bin 0 -> 2008 bytes
+ .../Roboto-Regular.keep-gdef-gpos.323.ttx          |    949 -
+ .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     |    Bin 0 -> 2572 bytes
+ .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttx     |   1349 -
+ .../layout.gpos/gpos1_2_font.default.41,43.otf     |    Bin 0 -> 1292 bytes
+ .../layout.gpos/gpos1_2_font.default.41,43.ttx     |    275 -
+ .../layout.gpos/gpos1_2_font.default.41,46.otf     |    Bin 0 -> 1424 bytes
+ .../layout.gpos/gpos1_2_font.default.41,46.ttx     |    286 -
+ .../layout.gpos/gpos1_2_font.default.41.otf        |    Bin 0 -> 1176 bytes
+ .../layout.gpos/gpos1_2_font.default.41.ttx        |    256 -
+ .../layout.gpos/gpos1_2_font.default.42,44.otf     |    Bin 0 -> 1268 bytes
+ .../layout.gpos/gpos1_2_font.default.42,44.ttx     |    265 -
+ .../layout.gpos/gpos1_2_font.default.43,46.otf     |    Bin 0 -> 1288 bytes
+ .../layout.gpos/gpos1_2_font.default.43,46.ttx     |    275 -
+ .../gpos1_2_font.default.retain-all-codepoint.otf  |    Bin 0 -> 3604 bytes
+ .../gpos1_2_font.default.retain-all-codepoint.ttx  |   1221 -
+ .../layout.gpos/gpos1_2_font.retain-gids.41,43.otf |    Bin 0 -> 2008 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.41,43.ttx |    600 -
+ .../layout.gpos/gpos1_2_font.retain-gids.41,46.otf |    Bin 0 -> 2172 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.41,46.ttx |    626 -
+ .../layout.gpos/gpos1_2_font.retain-gids.41.otf    |    Bin 0 -> 1876 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.41.ttx    |    576 -
+ .../layout.gpos/gpos1_2_font.retain-gids.42,44.otf |    Bin 0 -> 1992 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.42,44.ttx |    595 -
+ .../layout.gpos/gpos1_2_font.retain-gids.43,46.otf |    Bin 0 -> 2036 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.43,46.ttx |    615 -
+ ...os1_2_font.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3604 bytes
+ ...os1_2_font.retain-gids.retain-all-codepoint.ttx |   1221 -
+ .../gpos2_1_font7.default.21,23,25.otf             |    Bin 0 -> 1360 bytes
+ .../gpos2_1_font7.default.21,23,25.ttx             |    287 -
+ .../layout.gpos2/gpos2_1_font7.default.21,23.otf   |    Bin 0 -> 1240 bytes
+ .../layout.gpos2/gpos2_1_font7.default.21,23.ttx   |    268 -
+ .../layout.gpos2/gpos2_1_font7.default.2E,23.otf   |    Bin 0 -> 1508 bytes
+ .../layout.gpos2/gpos2_1_font7.default.2E,23.ttx   |    291 -
+ .../gpos2_1_font7.default.41,42,43.otf             |    Bin 0 -> 1288 bytes
+ .../gpos2_1_font7.default.41,42,43.ttx             |    284 -
+ .../gpos2_1_font7.default.retain-all-codepoint.otf |    Bin 0 -> 3604 bytes
+ .../gpos2_1_font7.default.retain-all-codepoint.ttx |   1221 -
+ .../gpos2_1_font7.retain-gids.21,23,25.otf         |    Bin 0 -> 1696 bytes
+ .../gpos2_1_font7.retain-gids.21,23,25.ttx         |    457 -
+ .../gpos2_1_font7.retain-gids.21,23.otf            |    Bin 0 -> 1564 bytes
+ .../gpos2_1_font7.retain-gids.21,23.ttx            |    433 -
+ .../gpos2_1_font7.retain-gids.2E,23.otf            |    Bin 0 -> 1944 bytes
+ .../gpos2_1_font7.retain-gids.2E,23.ttx            |    511 -
+ .../gpos2_1_font7.retain-gids.41,42,43.otf         |    Bin 0 -> 1988 bytes
+ .../gpos2_1_font7.retain-gids.41,42,43.ttx         |    604 -
+ ...s2_1_font7.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3604 bytes
+ ...s2_1_font7.retain-gids.retain-all-codepoint.ttx |   1221 -
+ .../gpos2_2_font5.default.21,23,25.otf             |    Bin 0 -> 1360 bytes
+ .../gpos2_2_font5.default.21,23,25.ttx             |    287 -
+ .../layout.gpos2/gpos2_2_font5.default.21,23.otf   |    Bin 0 -> 1240 bytes
+ .../layout.gpos2/gpos2_2_font5.default.21,23.ttx   |    268 -
+ .../layout.gpos2/gpos2_2_font5.default.2E,23.otf   |    Bin 0 -> 1508 bytes
+ .../layout.gpos2/gpos2_2_font5.default.2E,23.ttx   |    291 -
+ .../gpos2_2_font5.default.41,42,43.otf             |    Bin 0 -> 1288 bytes
+ .../gpos2_2_font5.default.41,42,43.ttx             |    284 -
+ .../gpos2_2_font5.default.retain-all-codepoint.otf |    Bin 0 -> 3604 bytes
+ .../gpos2_2_font5.default.retain-all-codepoint.ttx |   1221 -
+ .../gpos2_2_font5.retain-gids.21,23,25.otf         |    Bin 0 -> 1696 bytes
+ .../gpos2_2_font5.retain-gids.21,23,25.ttx         |    457 -
+ .../gpos2_2_font5.retain-gids.21,23.otf            |    Bin 0 -> 1564 bytes
+ .../gpos2_2_font5.retain-gids.21,23.ttx            |    433 -
+ .../gpos2_2_font5.retain-gids.2E,23.otf            |    Bin 0 -> 1944 bytes
+ .../gpos2_2_font5.retain-gids.2E,23.ttx            |    511 -
+ .../gpos2_2_font5.retain-gids.41,42,43.otf         |    Bin 0 -> 1988 bytes
+ .../gpos2_2_font5.retain-gids.41,42,43.ttx         |    604 -
+ ...s2_2_font5.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3604 bytes
+ ...s2_2_font5.retain-gids.retain-all-codepoint.ttx |   1221 -
+ .../layout.gpos3/gpos3_font3.default.28,29.otf     |    Bin 0 -> 1248 bytes
+ .../layout.gpos3/gpos3_font3.default.28,29.ttx     |    276 -
+ .../layout.gpos3/gpos3_font3.default.28,2B.otf     |    Bin 0 -> 1376 bytes
+ .../layout.gpos3/gpos3_font3.default.28,2B.ttx     |    282 -
+ .../layout.gpos3/gpos3_font3.default.29,2B.otf     |    Bin 0 -> 1292 bytes
+ .../layout.gpos3/gpos3_font3.default.29,2B.ttx     |    277 -
+ .../layout.gpos3/gpos3_font3.default.41,42,43.otf  |    Bin 0 -> 1284 bytes
+ .../layout.gpos3/gpos3_font3.default.41,42,43.ttx  |    284 -
+ .../gpos3_font3.default.retain-all-codepoint.otf   |    Bin 0 -> 3636 bytes
+ .../gpos3_font3.default.retain-all-codepoint.ttx   |   1228 -
+ .../layout.gpos3/gpos3_font3.retain-gids.28,29.otf |    Bin 0 -> 1632 bytes
+ .../layout.gpos3/gpos3_font3.retain-gids.28,29.ttx |    471 -
+ .../layout.gpos3/gpos3_font3.retain-gids.28,2B.otf |    Bin 0 -> 1780 bytes
+ .../layout.gpos3/gpos3_font3.retain-gids.28,2B.ttx |    487 -
+ .../layout.gpos3/gpos3_font3.retain-gids.29,2B.otf |    Bin 0 -> 1696 bytes
+ .../layout.gpos3/gpos3_font3.retain-gids.29,2B.ttx |    482 -
+ .../gpos3_font3.retain-gids.41,42,43.otf           |    Bin 0 -> 1984 bytes
+ .../gpos3_font3.retain-gids.41,42,43.ttx           |    604 -
+ ...pos3_font3.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3636 bytes
+ ...pos3_font3.retain-gids.retain-all-codepoint.ttx |   1228 -
+ ...pos4_multiple_anchors_1.default.41,42,43,44.otf |    Bin 0 -> 1516 bytes
+ ...pos4_multiple_anchors_1.default.41,42,43,44.ttx |    304 -
+ ...pos4_multiple_anchors_1.default.41,42,43,45.otf |    Bin 0 -> 1524 bytes
+ ...pos4_multiple_anchors_1.default.41,42,43,45.ttx |    305 -
+ .../gpos4_multiple_anchors_1.default.41,42,43.otf  |    Bin 0 -> 1308 bytes
+ .../gpos4_multiple_anchors_1.default.41,42,43.ttx  |    284 -
+ .../gpos4_multiple_anchors_1.default.41,42.otf     |    Bin 0 -> 1208 bytes
+ .../gpos4_multiple_anchors_1.default.41,42.ttx     |    265 -
+ ...4_multiple_anchors_1.default.41,43,44,45,46.otf |    Bin 0 -> 1864 bytes
+ ...4_multiple_anchors_1.default.41,43,44,45,46.ttx |    336 -
+ .../gpos4_multiple_anchors_1.default.41,43,44.otf  |    Bin 0 -> 1524 bytes
+ .../gpos4_multiple_anchors_1.default.41,43,44.ttx  |    295 -
+ .../gpos4_multiple_anchors_1.default.41,43,45.otf  |    Bin 0 -> 1532 bytes
+ .../gpos4_multiple_anchors_1.default.41,43,45.ttx  |    296 -
+ .../gpos4_multiple_anchors_1.default.41,43.otf     |    Bin 0 -> 1312 bytes
+ .../gpos4_multiple_anchors_1.default.41,43.ttx     |    275 -
+ .../gpos4_multiple_anchors_1.default.41.otf        |    Bin 0 -> 1196 bytes
+ .../gpos4_multiple_anchors_1.default.41.ttx        |    256 -
+ ...iple_anchors_1.default.retain-all-codepoint.otf |    Bin 0 -> 3668 bytes
+ ...iple_anchors_1.default.retain-all-codepoint.ttx |   1233 -
+ ..._multiple_anchors_1.retain-gids.41,42,43,44.otf |    Bin 0 -> 2220 bytes
+ ..._multiple_anchors_1.retain-gids.41,42,43,44.ttx |    624 -
+ ..._multiple_anchors_1.retain-gids.41,42,43,45.otf |    Bin 0 -> 2244 bytes
+ ..._multiple_anchors_1.retain-gids.41,42,43,45.ttx |    630 -
+ ...os4_multiple_anchors_1.retain-gids.41,42,43.otf |    Bin 0 -> 2008 bytes
+ ...os4_multiple_anchors_1.retain-gids.41,42,43.ttx |    604 -
+ .../gpos4_multiple_anchors_1.retain-gids.41,42.otf |    Bin 0 -> 1912 bytes
+ .../gpos4_multiple_anchors_1.retain-gids.41,42.ttx |    585 -
+ ...ltiple_anchors_1.retain-gids.41,43,44,45,46.otf |    Bin 0 -> 2584 bytes
+ ...ltiple_anchors_1.retain-gids.41,43,44,45,46.ttx |    661 -
+ ...os4_multiple_anchors_1.retain-gids.41,43,44.otf |    Bin 0 -> 2240 bytes
+ ...os4_multiple_anchors_1.retain-gids.41,43,44.ttx |    620 -
+ ...os4_multiple_anchors_1.retain-gids.41,43,45.otf |    Bin 0 -> 2260 bytes
+ ...os4_multiple_anchors_1.retain-gids.41,43,45.ttx |    626 -
+ .../gpos4_multiple_anchors_1.retain-gids.41,43.otf |    Bin 0 -> 2028 bytes
+ .../gpos4_multiple_anchors_1.retain-gids.41,43.ttx |    600 -
+ .../gpos4_multiple_anchors_1.retain-gids.41.otf    |    Bin 0 -> 1896 bytes
+ .../gpos4_multiple_anchors_1.retain-gids.41.ttx    |    576 -
+ ..._anchors_1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3668 bytes
+ ..._anchors_1.retain-gids.retain-all-codepoint.ttx |   1233 -
+ .../gpos5_font1.default.41,42,43,44.otf            |    Bin 0 -> 1536 bytes
+ .../gpos5_font1.default.41,42,43,44.ttx            |    323 -
+ .../gpos5_font1.default.41,42,43,45.otf            |    Bin 0 -> 1544 bytes
+ .../gpos5_font1.default.41,42,43,45.ttx            |    324 -
+ .../layout.gpos5/gpos5_font1.default.41,42,43.otf  |    Bin 0 -> 1328 bytes
+ .../layout.gpos5/gpos5_font1.default.41,42,43.ttx  |    303 -
+ .../layout.gpos5/gpos5_font1.default.41,42,44.otf  |    Bin 0 -> 1460 bytes
+ .../layout.gpos5/gpos5_font1.default.41,42,44.ttx  |    304 -
+ .../layout.gpos5/gpos5_font1.default.41,42,45.otf  |    Bin 0 -> 1448 bytes
+ .../layout.gpos5/gpos5_font1.default.41,42,45.ttx  |    305 -
+ .../layout.gpos5/gpos5_font1.default.41,42.otf     |    Bin 0 -> 1228 bytes
+ .../layout.gpos5/gpos5_font1.default.41,42.ttx     |    284 -
+ .../layout.gpos5/gpos5_font1.default.41,43.otf     |    Bin 0 -> 1332 bytes
+ .../layout.gpos5/gpos5_font1.default.41,43.ttx     |    294 -
+ .../layout.gpos5/gpos5_font1.default.41.otf        |    Bin 0 -> 1216 bytes
+ .../layout.gpos5/gpos5_font1.default.41.ttx        |    275 -
+ .../layout.gpos5/gpos5_font1.default.42.otf        |    Bin 0 -> 1076 bytes
+ .../layout.gpos5/gpos5_font1.default.42.ttx        |    264 -
+ .../gpos5_font1.default.retain-all-codepoint.otf   |    Bin 0 -> 3688 bytes
+ .../gpos5_font1.default.retain-all-codepoint.ttx   |   1250 -
+ .../gpos5_font1.retain-gids.41,42,43,44.otf        |    Bin 0 -> 2240 bytes
+ .../gpos5_font1.retain-gids.41,42,43,44.ttx        |    643 -
+ .../gpos5_font1.retain-gids.41,42,43,45.otf        |    Bin 0 -> 2264 bytes
+ .../gpos5_font1.retain-gids.41,42,43,45.ttx        |    649 -
+ .../gpos5_font1.retain-gids.41,42,43.otf           |    Bin 0 -> 2028 bytes
+ .../gpos5_font1.retain-gids.41,42,43.ttx           |    623 -
+ .../gpos5_font1.retain-gids.41,42,44.otf           |    Bin 0 -> 2176 bytes
+ .../gpos5_font1.retain-gids.41,42,44.ttx           |    629 -
+ .../gpos5_font1.retain-gids.41,42,45.otf           |    Bin 0 -> 2172 bytes
+ .../gpos5_font1.retain-gids.41,42,45.ttx           |    635 -
+ .../layout.gpos5/gpos5_font1.retain-gids.41,42.otf |    Bin 0 -> 1932 bytes
+ .../layout.gpos5/gpos5_font1.retain-gids.41,42.ttx |    604 -
+ .../layout.gpos5/gpos5_font1.retain-gids.41,43.otf |    Bin 0 -> 2048 bytes
+ .../layout.gpos5/gpos5_font1.retain-gids.41,43.ttx |    619 -
+ .../layout.gpos5/gpos5_font1.retain-gids.41.otf    |    Bin 0 -> 1916 bytes
+ .../layout.gpos5/gpos5_font1.retain-gids.41.ttx    |    595 -
+ .../layout.gpos5/gpos5_font1.retain-gids.42.otf    |    Bin 0 -> 1788 bytes
+ .../layout.gpos5/gpos5_font1.retain-gids.42.ttx    |    589 -
+ ...pos5_font1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3688 bytes
+ ...pos5_font1.retain-gids.retain-all-codepoint.ttx |   1250 -
+ .../gpos6_font1.default.41,42,43,44.otf            |    Bin 0 -> 1492 bytes
+ .../gpos6_font1.default.41,42,43,44.ttx            |    304 -
+ .../gpos6_font1.default.41,42,43,45.otf            |    Bin 0 -> 1500 bytes
+ .../gpos6_font1.default.41,42,43,45.ttx            |    305 -
+ .../layout.gpos6/gpos6_font1.default.41,42,43.otf  |    Bin 0 -> 1284 bytes
+ .../layout.gpos6/gpos6_font1.default.41,42,43.ttx  |    284 -
+ .../layout.gpos6/gpos6_font1.default.41,42.otf     |    Bin 0 -> 1184 bytes
+ .../layout.gpos6/gpos6_font1.default.41,42.ttx     |    265 -
+ .../gpos6_font1.default.41,43,44,45,46.otf         |    Bin 0 -> 1840 bytes
+ .../gpos6_font1.default.41,43,44,45,46.ttx         |    336 -
+ .../layout.gpos6/gpos6_font1.default.41,43,44.otf  |    Bin 0 -> 1500 bytes
+ .../layout.gpos6/gpos6_font1.default.41,43,44.ttx  |    295 -
+ .../layout.gpos6/gpos6_font1.default.41,43,45.otf  |    Bin 0 -> 1508 bytes
+ .../layout.gpos6/gpos6_font1.default.41,43,45.ttx  |    296 -
+ .../layout.gpos6/gpos6_font1.default.41,43.otf     |    Bin 0 -> 1288 bytes
+ .../layout.gpos6/gpos6_font1.default.41,43.ttx     |    275 -
+ .../layout.gpos6/gpos6_font1.default.41.otf        |    Bin 0 -> 1172 bytes
+ .../layout.gpos6/gpos6_font1.default.41.ttx        |    256 -
+ .../gpos6_font1.default.retain-all-codepoint.otf   |    Bin 0 -> 3644 bytes
+ .../gpos6_font1.default.retain-all-codepoint.ttx   |   1231 -
+ .../gpos6_font1.retain-gids.41,42,43,44.otf        |    Bin 0 -> 2196 bytes
+ .../gpos6_font1.retain-gids.41,42,43,44.ttx        |    624 -
+ .../gpos6_font1.retain-gids.41,42,43,45.otf        |    Bin 0 -> 2220 bytes
+ .../gpos6_font1.retain-gids.41,42,43,45.ttx        |    630 -
+ .../gpos6_font1.retain-gids.41,42,43.otf           |    Bin 0 -> 1984 bytes
+ .../gpos6_font1.retain-gids.41,42,43.ttx           |    604 -
+ .../layout.gpos6/gpos6_font1.retain-gids.41,42.otf |    Bin 0 -> 1888 bytes
+ .../layout.gpos6/gpos6_font1.retain-gids.41,42.ttx |    585 -
+ .../gpos6_font1.retain-gids.41,43,44,45,46.otf     |    Bin 0 -> 2560 bytes
+ .../gpos6_font1.retain-gids.41,43,44,45,46.ttx     |    661 -
+ .../gpos6_font1.retain-gids.41,43,44.otf           |    Bin 0 -> 2216 bytes
+ .../gpos6_font1.retain-gids.41,43,44.ttx           |    620 -
+ .../gpos6_font1.retain-gids.41,43,45.otf           |    Bin 0 -> 2236 bytes
+ .../gpos6_font1.retain-gids.41,43,45.ttx           |    626 -
+ .../layout.gpos6/gpos6_font1.retain-gids.41,43.otf |    Bin 0 -> 2004 bytes
+ .../layout.gpos6/gpos6_font1.retain-gids.41,43.ttx |    600 -
+ .../layout.gpos6/gpos6_font1.retain-gids.41.otf    |    Bin 0 -> 1872 bytes
+ .../layout.gpos6/gpos6_font1.retain-gids.41.ttx    |    576 -
+ ...pos6_font1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3644 bytes
+ ...pos6_font1.retain-gids.retain-all-codepoint.ttx |   1231 -
+ ...ular.default.627,644,623,62D,644,627,645,2E.ttf |    Bin 0 -> 12684 bytes
+ ...ular.default.627,644,623,62D,644,627,645,2E.ttx |   4529 -
+ .../Amiri-Regular.default.627,644,62D,628.ttf      |    Bin 0 -> 9992 bytes
+ .../Amiri-Regular.default.627,644,62D,628.ttx      |   3537 -
+ .../Amiri-Regular.default.627,644.ttf              |    Bin 0 -> 4168 bytes
+ .../Amiri-Regular.default.627,644.ttx              |   1383 -
+ ...-Regular.default.633,645,627,621,20,644,627.ttf |    Bin 0 -> 9516 bytes
+ ...-Regular.default.633,645,627,621,20,644,627.ttx |   3371 -
+ .../Amiri-Regular.default.63A,64A,631.ttf          |    Bin 0 -> 7324 bytes
+ .../Amiri-Regular.default.63A,64A,631.ttx          |   2587 -
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf |    Bin 0 -> 48012 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttx |  28725 ----
+ .../Amiri-Regular.retain-gids.627,644,62D,628.ttf  |    Bin 0 -> 42640 bytes
+ .../Amiri-Regular.retain-gids.627,644,62D,628.ttx  |  25101 ----
+ .../Amiri-Regular.retain-gids.627,644.ttf          |    Bin 0 -> 36696 bytes
+ .../Amiri-Regular.retain-gids.627,644.ttx          |  23003 ---
+ ...ular.retain-gids.633,645,627,621,20,644,627.ttf |    Bin 0 -> 45908 bytes
+ ...ular.retain-gids.633,645,627,621,20,644,627.ttx |  27759 ----
+ .../Amiri-Regular.retain-gids.63A,64A,631.ttf      |    Bin 0 -> 37988 bytes
+ .../Amiri-Regular.retain-gids.63A,64A,631.ttx      |  22911 ---
+ ...g1_multiple_subrules_f1.default.30,31,32,33.otf |    Bin 0 -> 1840 bytes
+ ...g1_multiple_subrules_f1.default.30,31,32,33.ttx |    328 -
+ ...ning1_multiple_subrules_f1.default.41,42,43.otf |    Bin 0 -> 1332 bytes
+ ...ning1_multiple_subrules_f1.default.41,42,43.ttx |    284 -
+ ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3704 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.ttx |   1247 -
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf |    Bin 0 -> 2304 bytes
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.ttx |    563 -
+ ...1_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2032 bytes
+ ...1_multiple_subrules_f1.retain-gids.41,42,43.ttx |    604 -
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3704 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1247 -
+ ...g2_multiple_subrules_f1.default.30,31,32,33.otf |    Bin 0 -> 1840 bytes
+ ...g2_multiple_subrules_f1.default.30,31,32,33.ttx |    328 -
+ ...ning2_multiple_subrules_f1.default.41,42,43.otf |    Bin 0 -> 1332 bytes
+ ...ning2_multiple_subrules_f1.default.41,42,43.ttx |    284 -
+ ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3704 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.ttx |   1247 -
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf |    Bin 0 -> 2304 bytes
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.ttx |    563 -
+ ...2_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2032 bytes
+ ...2_multiple_subrules_f1.retain-gids.41,42,43.ttx |    604 -
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3704 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1247 -
+ ...pos_chaining3_simple_f1.default.30,31,32,33.otf |    Bin 0 -> 1816 bytes
+ ...pos_chaining3_simple_f1.default.30,31,32,33.ttx |    328 -
+ .../gpos_chaining3_simple_f1.default.41,42,43.otf  |    Bin 0 -> 1308 bytes
+ .../gpos_chaining3_simple_f1.default.41,42,43.ttx  |    284 -
+ ...ing3_simple_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3680 bytes
+ ...ing3_simple_f1.default.retain-all-codepoint.ttx |   1247 -
+ ...chaining3_simple_f1.retain-gids.30,31,32,33.otf |    Bin 0 -> 2280 bytes
+ ...chaining3_simple_f1.retain-gids.30,31,32,33.ttx |    563 -
+ ...os_chaining3_simple_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2008 bytes
+ ...os_chaining3_simple_f1.retain-gids.41,42,43.ttx |    604 -
+ ..._simple_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3680 bytes
+ ..._simple_f1.retain-gids.retain-all-codepoint.ttx |   1247 -
+ .../layout.gpos9/gpos9_font2.default.41,42.otf     |    Bin 0 -> 1184 bytes
+ .../layout.gpos9/gpos9_font2.default.41,42.ttx     |    265 -
+ .../layout.gpos9/gpos9_font2.default.41.otf        |    Bin 0 -> 1172 bytes
+ .../layout.gpos9/gpos9_font2.default.41.ttx        |    256 -
+ .../layout.gpos9/gpos9_font2.default.42.otf        |    Bin 0 -> 1032 bytes
+ .../layout.gpos9/gpos9_font2.default.42.ttx        |    245 -
+ .../layout.gpos9/gpos9_font2.retain-gids.41,42.otf |    Bin 0 -> 1888 bytes
+ .../layout.gpos9/gpos9_font2.retain-gids.41,42.ttx |    585 -
+ .../layout.gpos9/gpos9_font2.retain-gids.41.otf    |    Bin 0 -> 1872 bytes
+ .../layout.gpos9/gpos9_font2.retain-gids.41.ttx    |    576 -
+ .../layout.gpos9/gpos9_font2.retain-gids.42.otf    |    Bin 0 -> 1744 bytes
+ .../layout.gpos9/gpos9_font2.retain-gids.42.ttx    |    570 -
+ ...ub_alternate_substitution.default.53A9,53F1.otf |    Bin 0 -> 4348 bytes
+ ...ub_alternate_substitution.default.53A9,53F1.ttx |   1009 -
+ .../gsub_alternate_substitution.default.53A9.otf   |    Bin 0 -> 3904 bytes
+ .../gsub_alternate_substitution.default.53A9.ttx   |    924 -
+ .../gsub_alternate_substitution.default.53F1.otf   |    Bin 0 -> 2452 bytes
+ .../gsub_alternate_substitution.default.53F1.ttx   |    638 -
+ ...e_substitution.default.retain-all-codepoint.otf |    Bin 0 -> 6040 bytes
+ ...e_substitution.default.retain-all-codepoint.ttx |   1387 -
+ ...lternate_substitution.retain-gids.53A9,53F1.otf |    Bin 0 -> 4472 bytes
+ ...lternate_substitution.retain-gids.53A9,53F1.ttx |   1063 -
+ ...sub_alternate_substitution.retain-gids.53A9.otf |    Bin 0 -> 4056 bytes
+ ...sub_alternate_substitution.retain-gids.53A9.ttx |    990 -
+ ...sub_alternate_substitution.retain-gids.53F1.otf |    Bin 0 -> 2648 bytes
+ ...sub_alternate_substitution.retain-gids.53F1.ttx |    728 -
+ ...bstitution.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 6132 bytes
+ ...bstitution.retain-gids.retain-all-codepoint.ttx |   1423 -
+ ...text1_multiple_subrules_f2.default.41,42,43.otf |    Bin 0 -> 1340 bytes
+ ...text1_multiple_subrules_f2.default.41,42,43.ttx |    290 -
+ ...context1_multiple_subrules_f2.default.41,42.otf |    Bin 0 -> 1240 bytes
+ ...context1_multiple_subrules_f2.default.41,42.ttx |    271 -
+ ...context1_multiple_subrules_f2.default.41,43.otf |    Bin 0 -> 1344 bytes
+ ...context1_multiple_subrules_f2.default.41,43.ttx |    281 -
+ ...ub_context1_multiple_subrules_f2.default.41.otf |    Bin 0 -> 1228 bytes
+ ...ub_context1_multiple_subrules_f2.default.41.ttx |    262 -
+ ...le_subrules_f2.default.retain-all-codepoint.otf |    Bin 0 -> 3712 bytes
+ ...le_subrules_f2.default.retain-all-codepoint.ttx |   1253 -
+ ...1_multiple_subrules_f2.retain-gids.41,42,43.otf |    Bin 0 -> 2040 bytes
+ ...1_multiple_subrules_f2.retain-gids.41,42,43.ttx |    610 -
+ ...ext1_multiple_subrules_f2.retain-gids.41,42.otf |    Bin 0 -> 1944 bytes
+ ...ext1_multiple_subrules_f2.retain-gids.41,42.ttx |    591 -
+ ...ext1_multiple_subrules_f2.retain-gids.41,43.otf |    Bin 0 -> 2060 bytes
+ ...ext1_multiple_subrules_f2.retain-gids.41,43.ttx |    606 -
+ ...ontext1_multiple_subrules_f2.retain-gids.41.otf |    Bin 0 -> 1928 bytes
+ ...ontext1_multiple_subrules_f2.retain-gids.41.ttx |    582 -
+ ...ubrules_f2.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3712 bytes
+ ...ubrules_f2.retain-gids.retain-all-codepoint.ttx |   1253 -
+ ...text2_multiple_subrules_f2.default.41,42,43.otf |    Bin 0 -> 1340 bytes
+ ...text2_multiple_subrules_f2.default.41,42,43.ttx |    290 -
+ ...context2_multiple_subrules_f2.default.41,42.otf |    Bin 0 -> 1240 bytes
+ ...context2_multiple_subrules_f2.default.41,42.ttx |    271 -
+ ...context2_multiple_subrules_f2.default.41,43.otf |    Bin 0 -> 1344 bytes
+ ...context2_multiple_subrules_f2.default.41,43.ttx |    281 -
+ ...ub_context2_multiple_subrules_f2.default.41.otf |    Bin 0 -> 1228 bytes
+ ...ub_context2_multiple_subrules_f2.default.41.ttx |    262 -
+ ...le_subrules_f2.default.retain-all-codepoint.otf |    Bin 0 -> 3712 bytes
+ ...le_subrules_f2.default.retain-all-codepoint.ttx |   1253 -
+ ...2_multiple_subrules_f2.retain-gids.41,42,43.otf |    Bin 0 -> 2040 bytes
+ ...2_multiple_subrules_f2.retain-gids.41,42,43.ttx |    610 -
+ ...ext2_multiple_subrules_f2.retain-gids.41,42.otf |    Bin 0 -> 1944 bytes
+ ...ext2_multiple_subrules_f2.retain-gids.41,42.ttx |    591 -
+ ...ext2_multiple_subrules_f2.retain-gids.41,43.otf |    Bin 0 -> 2060 bytes
+ ...ext2_multiple_subrules_f2.retain-gids.41,43.ttx |    606 -
+ ...ontext2_multiple_subrules_f2.retain-gids.41.otf |    Bin 0 -> 1928 bytes
+ ...ontext2_multiple_subrules_f2.retain-gids.41.ttx |    582 -
+ ...ubrules_f2.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3712 bytes
+ ...ubrules_f2.retain-gids.retain-all-codepoint.ttx |   1253 -
+ ...sub_context3_successive_f1.default.41,42,43.otf |    Bin 0 -> 1328 bytes
+ ...sub_context3_successive_f1.default.41,42,43.ttx |    290 -
+ .../gsub_context3_successive_f1.default.41,42.otf  |    Bin 0 -> 1228 bytes
+ .../gsub_context3_successive_f1.default.41,42.ttx  |    271 -
+ .../gsub_context3_successive_f1.default.41,43.otf  |    Bin 0 -> 1332 bytes
+ .../gsub_context3_successive_f1.default.41,43.ttx  |    281 -
+ .../gsub_context3_successive_f1.default.41.otf     |    Bin 0 -> 1216 bytes
+ .../gsub_context3_successive_f1.default.41.ttx     |    262 -
+ ..._successive_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3700 bytes
+ ..._successive_f1.default.retain-all-codepoint.ttx |   1253 -
+ ...context3_successive_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2028 bytes
+ ...context3_successive_f1.retain-gids.41,42,43.ttx |    610 -
+ ...ub_context3_successive_f1.retain-gids.41,42.otf |    Bin 0 -> 1932 bytes
+ ...ub_context3_successive_f1.retain-gids.41,42.ttx |    591 -
+ ...ub_context3_successive_f1.retain-gids.41,43.otf |    Bin 0 -> 2048 bytes
+ ...ub_context3_successive_f1.retain-gids.41,43.ttx |    606 -
+ .../gsub_context3_successive_f1.retain-gids.41.otf |    Bin 0 -> 1916 bytes
+ .../gsub_context3_successive_f1.retain-gids.41.ttx |    582 -
+ ...cessive_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3700 bytes
+ ...cessive_f1.retain-gids.retain-all-codepoint.ttx |   1253 -
+ ...g1_multiple_subrules_f1.default.30,31,32,33.otf |    Bin 0 -> 1852 bytes
+ ...g1_multiple_subrules_f1.default.30,31,32,33.ttx |    334 -
+ ...ning1_multiple_subrules_f1.default.41,42,43.otf |    Bin 0 -> 1344 bytes
+ ...ning1_multiple_subrules_f1.default.41,42,43.ttx |    290 -
+ ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3716 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.ttx |   1253 -
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf |    Bin 0 -> 2316 bytes
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.ttx |    569 -
+ ...1_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2044 bytes
+ ...1_multiple_subrules_f1.retain-gids.41,42,43.ttx |    610 -
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3716 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1253 -
+ ...g2_multiple_subrules_f1.default.30,31,32,33.otf |    Bin 0 -> 1852 bytes
+ ...g2_multiple_subrules_f1.default.30,31,32,33.ttx |    334 -
+ ...ning2_multiple_subrules_f1.default.41,42,43.otf |    Bin 0 -> 1344 bytes
+ ...ning2_multiple_subrules_f1.default.41,42,43.ttx |    290 -
+ ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3716 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.ttx |   1253 -
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf |    Bin 0 -> 2316 bytes
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.ttx |    569 -
+ ...2_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2044 bytes
+ ...2_multiple_subrules_f1.retain-gids.41,42,43.ttx |    610 -
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3716 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1253 -
+ ...sub_chaining3_simple_f2.default.30,31,32,33.otf |    Bin 0 -> 1828 bytes
+ ...sub_chaining3_simple_f2.default.30,31,32,33.ttx |    334 -
+ .../gsub_chaining3_simple_f2.default.41,42,43.otf  |    Bin 0 -> 1320 bytes
+ .../gsub_chaining3_simple_f2.default.41,42,43.ttx  |    290 -
+ ...ing3_simple_f2.default.retain-all-codepoint.otf |    Bin 0 -> 3692 bytes
+ ...ing3_simple_f2.default.retain-all-codepoint.ttx |   1253 -
+ ...chaining3_simple_f2.retain-gids.30,31,32,33.otf |    Bin 0 -> 2292 bytes
+ ...chaining3_simple_f2.retain-gids.30,31,32,33.ttx |    569 -
+ ...ub_chaining3_simple_f2.retain-gids.41,42,43.otf |    Bin 0 -> 2020 bytes
+ ...ub_chaining3_simple_f2.retain-gids.41,42,43.ttx |    610 -
+ ..._simple_f2.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3692 bytes
+ ..._simple_f2.retain-gids.retain-all-codepoint.ttx |   1253 -
+ ..._created.default.41,42,43,44,45,46,47,48,49.otf |    Bin 0 -> 2176 bytes
+ ..._created.default.41,42,43,44,45,46,47,48,49.ttx |    392 -
+ ...nually_created.default.41,42,43,44,45,46,47.otf |    Bin 0 -> 1888 bytes
+ ...nually_created.default.41,42,43,44,45,46,47.ttx |    357 -
+ ...nually_created.default.41,42,43,44,45,46,4D.otf |    Bin 0 -> 1852 bytes
+ ...nually_created.default.41,42,43,44,45,46,4D.ttx |    351 -
+ ...nually_created.default.41,42,43,44,45,46,51.otf |    Bin 0 -> 1932 bytes
+ ...nually_created.default.41,42,43,44,45,46,51.ttx |    364 -
+ ..._manually_created.default.41,42,43,44,45,46.otf |    Bin 0 -> 1832 bytes
+ ..._manually_created.default.41,42,43,44,45,46.ttx |    343 -
+ .../gsub8_manually_created.default.41,42,43.otf    |    Bin 0 -> 1284 bytes
+ .../gsub8_manually_created.default.41,42,43.ttx    |    285 -
+ .../gsub8_manually_created.default.41.otf          |    Bin 0 -> 1172 bytes
+ .../gsub8_manually_created.default.41.ttx          |    259 -
+ .../gsub8_manually_created.default.61.otf          |    Bin 0 -> 1224 bytes
+ .../gsub8_manually_created.default.61.ttx          |    268 -
+ ...nually_created.default.retain-all-codepoint.otf |    Bin 0 -> 3656 bytes
+ ...nually_created.default.retain-all-codepoint.ttx |   1152 -
+ ...ated.retain-gids.41,42,43,44,45,46,47,48,49.otf |    Bin 0 -> 2884 bytes
+ ...ated.retain-gids.41,42,43,44,45,46,47,48,49.ttx |    712 -
+ ...ly_created.retain-gids.41,42,43,44,45,46,47.otf |    Bin 0 -> 2596 bytes
+ ...ly_created.retain-gids.41,42,43,44,45,46,47.ttx |    677 -
+ ...ly_created.retain-gids.41,42,43,44,45,46,4D.otf |    Bin 0 -> 2636 bytes
+ ...ly_created.retain-gids.41,42,43,44,45,46,4D.ttx |    701 -
+ ...ly_created.retain-gids.41,42,43,44,45,46,51.otf |    Bin 0 -> 2760 bytes
+ ...ly_created.retain-gids.41,42,43,44,45,46,51.ttx |    734 -
+ ...ually_created.retain-gids.41,42,43,44,45,46.otf |    Bin 0 -> 2540 bytes
+ ...ually_created.retain-gids.41,42,43,44,45,46.ttx |    663 -
+ ...gsub8_manually_created.retain-gids.41,42,43.otf |    Bin 0 -> 1984 bytes
+ ...gsub8_manually_created.retain-gids.41,42,43.ttx |    605 -
+ .../gsub8_manually_created.retain-gids.41.otf      |    Bin 0 -> 1872 bytes
+ .../gsub8_manually_created.retain-gids.41.ttx      |    579 -
+ .../gsub8_manually_created.retain-gids.61.otf      |    Bin 0 -> 2276 bytes
+ .../gsub8_manually_created.retain-gids.61.ttx      |    748 -
+ ...ly_created.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3656 bytes
+ ...ly_created.retain-gids.retain-all-codepoint.ttx |   1152 -
+ .../expected/layout.khmer/Khmer.default.1780.ttf   |    Bin 0 -> 4204 bytes
+ .../expected/layout.khmer/Khmer.default.1780.ttx   |   2504 -
+ ...ult.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf |    Bin 0 -> 6412 bytes
+ ...ult.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttx |   3406 -
+ .../expected/layout.khmer/Khmer.default.31.ttf     |    Bin 0 -> 4140 bytes
+ .../expected/layout.khmer/Khmer.default.31.ttx     |   2486 -
+ .../layout.khmer/Khmer.retain-gids.1780.ttf        |    Bin 0 -> 4464 bytes
+ .../layout.khmer/Khmer.retain-gids.1780.ttx        |   2676 -
+ ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf |    Bin 0 -> 7848 bytes
+ ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttx |   4310 -
+ .../expected/layout.khmer/Khmer.retain-gids.31.ttf |    Bin 0 -> 4256 bytes
+ .../expected/layout.khmer/Khmer.retain-gids.31.ttx |   2562 -
+ ...Bold.default.627,644,623,62D,644,627,645,2E.ttf |    Bin 0 -> 11396 bytes
+ ...Bold.default.627,644,623,62D,644,627,645,2E.ttx |   4986 -
+ ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf |    Bin 0 -> 18248 bytes
+ ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttx |   9792 --
+ .../NotoNastaliqUrdu-Bold.default.627,644.ttf      |    Bin 0 -> 3528 bytes
+ .../NotoNastaliqUrdu-Bold.default.627,644.ttx      |   1326 -
+ ...rdu-Bold.default.633,645,627,621,20,644,627.ttf |    Bin 0 -> 12368 bytes
+ ...rdu-Bold.default.633,645,627,621,20,644,627.ttx |   5279 -
+ .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  |    Bin 0 -> 20368 bytes
+ .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttx  |  10363 --
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf |    Bin 0 -> 18232 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttx |   9170 --
+ ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf |    Bin 0 -> 24376 bytes
+ ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttx |  13452 --
+ .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  |    Bin 0 -> 9176 bytes
+ .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttx  |   5158 -
+ ...Bold.retain-gids.633,645,627,621,20,644,627.ttf |    Bin 0 -> 18172 bytes
+ ...Bold.retain-gids.633,645,627,621,20,644,627.ttx |   8915 --
+ ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf |    Bin 0 -> 26588 bytes
+ ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttx |  14027 --
+ .../Roboto-Regular.smallcaps.default.41,42,43.ttf  |    Bin 0 -> 2464 bytes
+ .../Roboto-Regular.smallcaps.default.41,42,43.ttx  |   1251 -
+ .../Roboto-Regular.smallcaps.default.41,43.ttf     |    Bin 0 -> 2284 bytes
+ .../Roboto-Regular.smallcaps.default.41,43.ttx     |   1120 -
+ .../layout/Roboto-Regular.smallcaps.default.41.ttf |    Bin 0 -> 2084 bytes
+ .../layout/Roboto-Regular.smallcaps.default.41.ttx |   1008 -
+ .../layout/Roboto-Regular.smallcaps.default.43.ttf |    Bin 0 -> 2116 bytes
+ .../layout/Roboto-Regular.smallcaps.default.43.ttx |   1017 -
+ .../Roboto-Regular.smallcaps.default.CA,CB.ttf     |    Bin 0 -> 2388 bytes
+ .../Roboto-Regular.smallcaps.default.CA,CB.ttx     |   1200 -
+ ...boto-Regular.smallcaps.retain-gids.41,42,43.ttf |    Bin 0 -> 2716 bytes
+ ...boto-Regular.smallcaps.retain-gids.41,42,43.ttx |   1431 -
+ .../Roboto-Regular.smallcaps.retain-gids.41,43.ttf |    Bin 0 -> 2548 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.41,43.ttx |   1305 -
+ .../Roboto-Regular.smallcaps.retain-gids.41.ttf    |    Bin 0 -> 2336 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.41.ttx    |   1188 -
+ .../Roboto-Regular.smallcaps.retain-gids.43.ttf    |    Bin 0 -> 2384 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.43.ttx    |   1207 -
+ .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttf |    Bin 0 -> 6476 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttx |   4120 -
+ .../data/expected/sbix/sbix.default.58,59.ttf      |    Bin 0 -> 193528 bytes
+ .../data/expected/sbix/sbix.default.58,59.ttx      |  12367 --
+ test/subset/data/expected/sbix/sbix.default.58.ttf |    Bin 0 -> 121168 bytes
+ test/subset/data/expected/sbix/sbix.default.58.ttx |   7801 -
+ test/subset/data/expected/sbix/sbix.default.59.ttf |    Bin 0 -> 89364 bytes
+ test/subset/data/expected/sbix/sbix.default.59.ttx |   5813 -
+ .../sbix/sbix.drop-hints-retain-gids.58,59.ttf     |    Bin 0 -> 193528 bytes
+ .../sbix/sbix.drop-hints-retain-gids.58,59.ttx     |  12367 --
+ .../sbix/sbix.drop-hints-retain-gids.58.ttf        |    Bin 0 -> 121168 bytes
+ .../sbix/sbix.drop-hints-retain-gids.58.ttx        |   7801 -
+ .../sbix/sbix.drop-hints-retain-gids.59.ttf        |    Bin 0 -> 89404 bytes
+ .../sbix/sbix.drop-hints-retain-gids.59.ttx        |   5826 -
+ .../data/expected/sbix/sbix.drop-hints.58,59.ttf   |    Bin 0 -> 193528 bytes
+ .../data/expected/sbix/sbix.drop-hints.58,59.ttx   |  12367 --
+ .../data/expected/sbix/sbix.drop-hints.58.ttf      |    Bin 0 -> 121168 bytes
+ .../data/expected/sbix/sbix.drop-hints.58.ttx      |   7801 -
+ .../data/expected/sbix/sbix.drop-hints.59.ttf      |    Bin 0 -> 89364 bytes
+ .../data/expected/sbix/sbix.drop-hints.59.ttx      |   5813 -
+ .../data/expected/sbix/sbix.retain-gids.58,59.ttf  |    Bin 0 -> 193528 bytes
+ .../data/expected/sbix/sbix.retain-gids.58,59.ttx  |  12367 --
+ .../data/expected/sbix/sbix.retain-gids.58.ttf     |    Bin 0 -> 121168 bytes
+ .../data/expected/sbix/sbix.retain-gids.58.ttx     |   7801 -
+ .../data/expected/sbix/sbix.retain-gids.59.ttf     |    Bin 0 -> 89404 bytes
+ .../data/expected/sbix/sbix.retain-gids.59.ttx     |   5826 -
+ .../variable/Fraunces.default.26,66,69,124,125.ttf |    Bin 0 -> 15792 bytes
+ .../variable/Fraunces.default.26,66,69,124,125.ttx |   6907 -
+ .../data/expected/variable/Fraunces.default.61.ttf |    Bin 0 -> 4228 bytes
+ .../data/expected/variable/Fraunces.default.61.ttx |   1427 -
+ test/subset/generate-expected-outputs.py           |      1 -
+ test/subset/run-tests.py                           |     29 +-
+ test/subset/subset_test_suite.py                   |     18 +-
+ 1945 files changed, 23 insertions(+), 3999130 deletions(-)
+
+commit 62a535f154a9453c7d16c669094c254666a6caac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 3 10:11:27 2021 -0600
+
+    [khmer] Fix comment
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3104
+
+ src/hb-ot-shape-complex-indic.cc   | 7 ++++---
+ src/hb-ot-shape-complex-khmer.cc   | 3 ++-
+ src/hb-ot-shape-complex-myanmar.cc | 3 ++-
+ src/hb-ot-shape-complex-use.cc     | 3 ++-
+ 4 files changed, 10 insertions(+), 6 deletions(-)
+
+commit 2cc9ed2b9e3de9e162e9d127edce377f059fd56b
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Aug 2 22:00:11 2021 +0200
+
+    [test] More lookup_collect_glyphs() tests
+
+ test/api/test-ot-collect-glyphs.c | 95 +++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 95 insertions(+)
+
+commit 06640374016f1e78d1fbfa8c5e7b09f8b04a44cc
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Aug 2 19:52:59 2021 +0200
+
+    [test] More lookup_collect_glyphs() tests
+
+ test/api/test-ot-collect-glyphs.c | 66 +++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 66 insertions(+)
+
+commit ecdd8e3f18700113032a88cdfdc94bcf55e08542
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Aug 2 19:36:20 2021 +0200
+
+    [test] More lookup_collect_glyphs() tests
+
+ test/api/fonts/Qahiri-Regular.ttf | Bin 0 -> 35984 bytes
+ test/api/test-ot-collect-glyphs.c | 122 ++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 122 insertions(+)
+
+commit f998d7e1ceee3c797104e90cc25caeff56407745
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Aug 2 16:10:13 2021 +0200
+
+    [test] Add API test for lookup_collect_glyphs()
+    
+    We don’t seem to have any tests exercising this API at all, and it is a
+    good check of GSUB/GPOS code.
+
+ test/api/Makefile.am              |   1 +
+ test/api/meson.build              |   1 +
+ test/api/test-ot-collect-glyphs.c | 209 ++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 211 insertions(+)
+
+commit 47d47e8c43d71c6d6570d354400c0757940bbb94
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 1 22:12:08 2021 -0600
+
+    [util/hb-shape/hb-subset] Don't terminate on first error in batch mode
+    
+    There's no reason to quit processing.  The failure is already
+    communicated via stdout in both cases.
+
+ util/hb-shape.cc  | 4 ----
+ util/hb-subset.cc | 3 ---
+ 2 files changed, 7 deletions(-)
+
+commit a363ce573c3aa706de3aecf0515519a5d7842af2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 1 22:11:13 2021 -0600
+
+    [util/hb-subset] Minor refactor of batch mode
+    
+    To match recent changes to hb-shape.
+
+ util/hb-subset.cc | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit 10e73d188a28e777b7950e37a9eed908f3a19615
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Aug 1 11:11:12 2021 +0200
+
+    [test] Add batch mode to hb-subset and use it
+    
+    time meson test --suite=subset down from:
+    real    0m22.822s
+    user    0m44.561s
+    sys     0m9.255s
+    
+    to:
+    real    0m19.418s
+    user    0m38.171s
+    sys     0m3.587s
+    
+    Does not seem to help much, but it is something.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3089
+
+ test/subset/run-repack-tests.py | 17 ++++++++++++++---
+ test/subset/run-tests.py        | 17 ++++++++++++++---
+ util/hb-subset.cc               | 34 ++++++++++++++++++++++++++++++++++
+ 3 files changed, 62 insertions(+), 6 deletions(-)
+
+commit 75f314c47150270a04b659c3218ba1e4738d13d2
+Merge: ed99c8062 1fd3a261e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 1 12:06:49 2021 -0600
+
+    Merge pull request #3103 from harfbuzz/test-reference
+    
+    [test] Remove unused shaping tests reference mode
+
+commit 1fd3a261e526745b1a99bf1eece8e87bcc673d49
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Aug 1 19:38:39 2021 +0200
+
+    [test] Remove unused shaping tests reference mode
+
+ test/shaping/run-tests.py | 35 +++++++++++------------------------
+ 1 file changed, 11 insertions(+), 24 deletions(-)
+
+commit ed99c80623ce6c81e5efedd97f2374b41f33d14b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 1 08:14:59 2021 -0600
+
+    [util/hb-shape] Refactor driver type duplication
+
+ util/hb-shape.cc | 11 +++++++++--
+ 1 file changed, 9 insertions(+), 2 deletions(-)
+
+commit 05cf81283b90531710f060f7ef6e3216fe8b5330
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 1 07:59:25 2021 -0600
+
+    [util/hb-shape] Fix use of EOF as end-of-line
+    
+    EOF is -1, which was being treated as a valid char (255).
+    Use int instead.
+
+ test/api/test-style.c  |  2 +-
+ util/main-font-text.hh |  2 +-
+ util/options.cc        | 15 ++++++++-------
+ util/options.hh        |  2 +-
+ 4 files changed, 11 insertions(+), 10 deletions(-)
+
+commit ee7473b8a447a05a67b185bd9ff6fac3f2ca24d8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 30 12:55:28 2021 -0600
+
+    [mutex] Remove unused HB_MUTEX_IMPL_INIT / HB_MUTEX_INIT
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3100#issuecomment-890089096
+
+ src/hb-mutex.hh | 8 +-------
+ 1 file changed, 1 insertion(+), 7 deletions(-)
+
+commit 0e37c07f4c116c983693ce87ae6828b1ca77a347
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 30 12:52:59 2021 -0600
+
+    Revert "Construct user_data in hb_object"
+    
+    This reverts commit a78eb43c79e7a2d870add6b686426748e104b7b3.
+    
+    See: https://github.com/harfbuzz/harfbuzz/pull/3100#issuecomment-890088227
+
+ src/hb-object.hh | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 5dc4cd71cc950ccf2bbeee2a9f03e5908850b1eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 30 12:37:40 2021 -0600
+
+    [blob] Minor change in destruction
+    
+    No semantic change.
+
+ src/hb-blob.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7cbcdaf68a59ae87420503f7b5be490745607fbe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 30 11:26:46 2021 -0600
+
+    Whitespace
+
+ test/subset/data/tests/cff-full-font.tests        | 1 -
+ test/subset/data/tests/cff-japanese.tests         | 3 ---
+ test/subset/data/tests/japanese.tests             | 2 --
+ test/subset/data/tests/layout.gdef-varstore.tests | 1 -
+ 4 files changed, 7 deletions(-)
+
+commit 5d283aa0bd65739f78b384590e070e8cfb531d74
+Merge: bbeb3a62b f6c67a5fc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 30 10:15:09 2021 -0600
+
+    Merge pull request #3095 from harfbuzz/subset-tests-speed
+    
+    [test] Speed-up subset tests by saving TTX dump
+
+commit bbeb3a62b0efbb598d8683f7c4b6cc7069a58aeb
+Merge: a78eb43c7 b63ac5717
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 30 09:54:55 2021 -0600
+
+    Merge pull request #3096 from googlefonts/multi_flag
+    
+    [subset] change input and plan flags to be bit sets.
+
+commit b63ac5717479cd8264e717f4e6a2df97d352bb67
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 29 18:23:41 2021 -0700
+
+    [subset] bail if collection region indices is in error.
+
+ src/hb-ot-layout-common.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit f9d8e4a97620eecd8dba3469b1bc115b3fbe242a
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 29 15:25:41 2021 -0700
+
+    [subset] switch ..._set_flags to not take a mask.
+
+ src/hb-subset-input.cc           | 21 ++++++++-------------
+ src/hb-subset-input.hh           |  4 +++-
+ src/hb-subset-plan.hh            |  2 +-
+ src/hb-subset.h                  | 35 +++++++++++++++--------------------
+ test/api/hb-subset-test.h        |  3 +--
+ test/api/test-subset-cff1.c      | 20 +++++++++-----------
+ test/api/test-subset-cff2.c      |  9 ++++-----
+ test/api/test-subset-glyf.c      | 12 ++++++------
+ test/api/test-subset-gvar.c      |  2 +-
+ test/api/test-subset-hvar.c      |  4 ++--
+ test/api/test-subset-vvar.c      |  2 +-
+ test/api/test-subset.c           | 11 ++---------
+ test/fuzzing/hb-subset-fuzzer.cc |  6 +++---
+ util/options.hh                  |  9 +++++----
+ 14 files changed, 61 insertions(+), 79 deletions(-)
+
+commit 46d4a5e67353517bb27d0ac2d944b7343a8cff3c
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 29 15:07:13 2021 -0700
+
+    [subset] Convert subset plan to use a flags bit set.
+
+ src/hb-ot-glyf-table.hh        | 15 +++++++++------
+ src/hb-ot-layout-gpos-table.hh |  6 +++---
+ src/hb-ot-maxp-table.hh        |  2 +-
+ src/hb-ot-name-table.hh        |  6 +++++-
+ src/hb-ot-os2-table.hh         |  3 ++-
+ src/hb-ot-post-table.hh        |  5 +++--
+ src/hb-ot-var-gvar-table.hh    |  8 ++++++--
+ src/hb-ot-var-hvar-table.hh    |  2 +-
+ src/hb-subset-cff-common.hh    | 13 ++++++++-----
+ src/hb-subset-cff1.cc          |  4 ++--
+ src/hb-subset-cff2.cc          |  4 ++--
+ src/hb-subset-plan.cc          | 29 +++++++++++++++++------------
+ src/hb-subset-plan.hh          | 13 ++-----------
+ src/hb-subset.cc               |  4 ++--
+ 14 files changed, 63 insertions(+), 51 deletions(-)
+
+commit 3d534b146c545d95e4b81fbec2c5a7a73531fae5
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 29 11:52:14 2021 -0700
+
+    [subset] convert subset input flags into bit flags.
+    
+    Store the flags in a bit set. Updates the public api to work with the bit set directly.
+
+ src/hb-subset-input.cc           | 103 +++++++--------------------------------
+ src/hb-subset-input.hh           |  12 +----
+ src/hb-subset-plan.cc            |  22 ++++-----
+ src/hb-subset.h                  |  62 ++++++++++++-----------
+ test/api/hb-subset-test.h        |   4 +-
+ test/api/test-subset-cff1.c      |  24 ++++-----
+ test/api/test-subset-cff2.c      |  11 +++--
+ test/api/test-subset-glyf.c      |  12 ++---
+ test/api/test-subset-gvar.c      |   2 +-
+ test/api/test-subset-hvar.c      |   4 +-
+ test/api/test-subset-vvar.c      |   2 +-
+ test/api/test-subset.c           |  41 ++++++++++++++++
+ test/fuzzing/hb-subset-fuzzer.cc |  33 +++----------
+ util/hb-subset.cc                |   2 +-
+ util/options-subset.cc           |  23 +++++----
+ util/options.hh                  |  24 +++++++++
+ 16 files changed, 180 insertions(+), 201 deletions(-)
+
+commit f6c67a5fcfcf64e6e01b337c34d366f167800410
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jul 30 02:20:19 2021 +0200
+
+    [test] Open file in UTF-8
+    
+    It is 2021 and Python still does not default to UTF-8 on Windows!
+
+ test/subset/run-tests.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit bafbade087d18f0045181ad31829a0a4ffbf0544
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jul 30 01:42:45 2021 +0200
+
+    [test] Force FontTools to use \n on all platforms
+    
+    On Windows in helfuly uses \r\n.
+
+ test/subset/run-tests.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a78eb43c79e7a2d870add6b686426748e104b7b3
+Author: Ben Wagner <bungeman@chromium.org>
+Date:   Thu Jul 29 17:35:25 2021 -0400
+
+    Construct user_data in hb_object
+    
+    hb_object's user_data is created lazily. The previous implementation of
+    hb_object_set_user_data created space for the user_data but did not
+    actually construct it. This means that hb_user_data_array_t's lock was
+    not constructed. If hb_mutex_t is backed by an implementation which
+    requires that it be constructed (not just zero initialized) then errors
+    will occur when taking the lock when setting the user data.
+    
+    Change hb_object_set_user_data to construct the user_data in the created
+    space and hb_object_fini to call the destructor.
+
+ src/hb-object.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 278f44dcee34cea25403e42e06668f0afe2328c1
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jul 29 23:43:56 2021 +0200
+
+    [test] Speed-up subset tests by saving TTX dump
+    
+    Speed-up subset tests by saving TTX dump of expected output instead of
+    generating it each time the tests are run.
+    
+    Cuts down meson test --suite=subset on my system from:
+    real    0m38.977s
+    user    1m12.024s
+    sys     0m10.547s
+    
+    to:
+    real    0m22.291s
+    user    0m44.548s
+    sys     0m9.221s
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/3089
+
+ .../Comfortaa-Regular-new.default.61,62,63.ttf     |    Bin 7060 -> 0 bytes
+ .../Comfortaa-Regular-new.default.61,62,63.ttx     |   4507 +
+ .../basics/Comfortaa-Regular-new.default.61,63.ttf |    Bin 6692 -> 0 bytes
+ .../basics/Comfortaa-Regular-new.default.61,63.ttx |   4359 +
+ .../basics/Comfortaa-Regular-new.default.61.ttf    |    Bin 6328 -> 0 bytes
+ .../basics/Comfortaa-Regular-new.default.61.ttx    |   4198 +
+ .../basics/Comfortaa-Regular-new.default.62.ttf    |    Bin 6200 -> 0 bytes
+ .../basics/Comfortaa-Regular-new.default.62.ttx    |   4151 +
+ .../basics/Comfortaa-Regular-new.default.63.ttf    |    Bin 6256 -> 0 bytes
+ .../basics/Comfortaa-Regular-new.default.63.ttx    |   4209 +
+ ...aa-Regular-new.default.retain-all-codepoint.ttf |    Bin 220928 -> 0 bytes
+ ...aa-Regular-new.default.retain-all-codepoint.ttx | 132956 +++++++++++++++++
+ ...Regular-new.drop-hints-retain-gids.61,62,63.ttf |    Bin 4608 -> 0 bytes
+ ...Regular-new.drop-hints-retain-gids.61,62,63.ttx |   1918 +
+ ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf |    Bin 4312 -> 0 bytes
+ ...aa-Regular-new.drop-hints-retain-gids.61,63.ttx |   1785 +
+ ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf |    Bin 3724 -> 0 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.61.ttx |   1493 +
+ ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf |    Bin 3900 -> 0 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.62.ttx |   1600 +
+ ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf |    Bin 3972 -> 0 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.63.ttx |   1662 +
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf |    Bin 189800 -> 0 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttx | 122816 ++++++++++++++++
+ .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  |    Bin 2600 -> 0 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,62,63.ttx  |    813 +
+ .../Comfortaa-Regular-new.drop-hints.61,63.ttf     |    Bin 2296 -> 0 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,63.ttx     |    675 +
+ .../basics/Comfortaa-Regular-new.drop-hints.61.ttf |    Bin 1976 -> 0 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.61.ttx |    523 +
+ .../basics/Comfortaa-Regular-new.drop-hints.62.ttf |    Bin 1900 -> 0 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.62.ttx |    490 +
+ .../basics/Comfortaa-Regular-new.drop-hints.63.ttf |    Bin 1968 -> 0 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.63.ttx |    547 +
+ ...Regular-new.drop-hints.retain-all-codepoint.ttf |    Bin 189756 -> 0 bytes
+ ...Regular-new.drop-hints.retain-all-codepoint.ttx | 122806 ++++++++++++++++
+ .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf |    Bin 7988 -> 0 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,62,63.ttx |   4929 +
+ .../basics/Comfortaa-Regular-new.gids.61,63.ttf    |    Bin 7628 -> 0 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,63.ttx    |   4778 +
+ .../basics/Comfortaa-Regular-new.gids.61.ttf       |    Bin 7256 -> 0 bytes
+ .../basics/Comfortaa-Regular-new.gids.61.ttx       |   4614 +
+ .../basics/Comfortaa-Regular-new.gids.62.ttf       |    Bin 7184 -> 0 bytes
+ .../basics/Comfortaa-Regular-new.gids.62.ttx       |   4606 +
+ .../basics/Comfortaa-Regular-new.gids.63.ttf       |    Bin 7180 -> 0 bytes
+ .../basics/Comfortaa-Regular-new.gids.63.ttx       |   4623 +
+ ...ortaa-Regular-new.gids.retain-all-codepoint.ttf |    Bin 220928 -> 0 bytes
+ ...ortaa-Regular-new.gids.retain-all-codepoint.ttx | 132956 +++++++++++++++++
+ .../Comfortaa-Regular-new.glyph-names.61,62,63.ttf |    Bin 7072 -> 0 bytes
+ .../Comfortaa-Regular-new.glyph-names.61,62,63.ttx |   4519 +
+ .../Comfortaa-Regular-new.glyph-names.61,63.ttf    |    Bin 6700 -> 0 bytes
+ .../Comfortaa-Regular-new.glyph-names.61,63.ttx    |   4371 +
+ .../Comfortaa-Regular-new.glyph-names.61.ttf       |    Bin 6336 -> 0 bytes
+ .../Comfortaa-Regular-new.glyph-names.61.ttx       |   4210 +
+ .../Comfortaa-Regular-new.glyph-names.62.ttf       |    Bin 6208 -> 0 bytes
+ .../Comfortaa-Regular-new.glyph-names.62.ttx       |   4163 +
+ .../Comfortaa-Regular-new.glyph-names.63.ttf       |    Bin 6264 -> 0 bytes
+ .../Comfortaa-Regular-new.glyph-names.63.ttx       |   4221 +
+ ...egular-new.glyph-names.retain-all-codepoint.ttf |    Bin 227920 -> 0 bytes
+ ...egular-new.glyph-names.retain-all-codepoint.ttx | 133598 ++++++++++++++++++
+ ...gular-new.keep-all-layout-features.61,62,63.ttf |    Bin 7504 -> 0 bytes
+ ...gular-new.keep-all-layout-features.61,62,63.ttx |   4670 +
+ ...-Regular-new.keep-all-layout-features.61,63.ttf |    Bin 7140 -> 0 bytes
+ ...-Regular-new.keep-all-layout-features.61,63.ttx |   4519 +
+ ...taa-Regular-new.keep-all-layout-features.61.ttf |    Bin 6772 -> 0 bytes
+ ...taa-Regular-new.keep-all-layout-features.61.ttx |   4355 +
+ ...taa-Regular-new.keep-all-layout-features.62.ttf |    Bin 6200 -> 0 bytes
+ ...taa-Regular-new.keep-all-layout-features.62.ttx |   4151 +
+ ...taa-Regular-new.keep-all-layout-features.63.ttf |    Bin 6256 -> 0 bytes
+ ...taa-Regular-new.keep-all-layout-features.63.ttx |   4209 +
+ ...ep-all-layout-features.retain-all-codepoint.ttf |    Bin 221620 -> 0 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttx | 133303 +++++++++++++++++
+ ...fortaa-Regular-new.layout-features.61,62,63.ttf |    Bin 7060 -> 0 bytes
+ ...fortaa-Regular-new.layout-features.61,62,63.ttx |   4507 +
+ ...Comfortaa-Regular-new.layout-features.61,63.ttf |    Bin 6692 -> 0 bytes
+ ...Comfortaa-Regular-new.layout-features.61,63.ttx |   4359 +
+ .../Comfortaa-Regular-new.layout-features.61.ttf   |    Bin 6328 -> 0 bytes
+ .../Comfortaa-Regular-new.layout-features.61.ttx   |   4198 +
+ .../Comfortaa-Regular-new.layout-features.62.ttf   |    Bin 6200 -> 0 bytes
+ .../Comfortaa-Regular-new.layout-features.62.ttx   |   4151 +
+ .../Comfortaa-Regular-new.layout-features.63.ttf   |    Bin 6256 -> 0 bytes
+ .../Comfortaa-Regular-new.layout-features.63.ttx   |   4209 +
+ ...ar-new.layout-features.retain-all-codepoint.ttf |    Bin 219124 -> 0 bytes
+ ...ar-new.layout-features.retain-all-codepoint.ttx | 131168 +++++++++++++++++
+ .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    |    Bin 6800 -> 0 bytes
+ .../Comfortaa-Regular-new.name-ids.61,62,63.ttx    |   4495 +
+ .../Comfortaa-Regular-new.name-ids.61,63.ttf       |    Bin 6432 -> 0 bytes
+ .../Comfortaa-Regular-new.name-ids.61,63.ttx       |   4347 +
+ .../basics/Comfortaa-Regular-new.name-ids.61.ttf   |    Bin 6068 -> 0 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.61.ttx   |   4186 +
+ .../basics/Comfortaa-Regular-new.name-ids.62.ttf   |    Bin 5940 -> 0 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.62.ttx   |   4139 +
+ .../basics/Comfortaa-Regular-new.name-ids.63.ttf   |    Bin 5996 -> 0 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.63.ttx   |   4197 +
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttf |    Bin 220668 -> 0 bytes
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttx | 132944 +++++++++++++++++
+ ...mfortaa-Regular-new.name-languages.61,62,63.ttf |    Bin 7060 -> 0 bytes
+ ...mfortaa-Regular-new.name-languages.61,62,63.ttx |   4507 +
+ .../Comfortaa-Regular-new.name-languages.61,63.ttf |    Bin 6692 -> 0 bytes
+ .../Comfortaa-Regular-new.name-languages.61,63.ttx |   4359 +
+ .../Comfortaa-Regular-new.name-languages.61.ttf    |    Bin 6328 -> 0 bytes
+ .../Comfortaa-Regular-new.name-languages.61.ttx    |   4198 +
+ .../Comfortaa-Regular-new.name-languages.62.ttf    |    Bin 6200 -> 0 bytes
+ .../Comfortaa-Regular-new.name-languages.62.ttx    |   4151 +
+ .../Comfortaa-Regular-new.name-languages.63.ttf    |    Bin 6256 -> 0 bytes
+ .../Comfortaa-Regular-new.name-languages.63.ttx    |   4209 +
+ ...lar-new.name-languages.retain-all-codepoint.ttf |    Bin 220928 -> 0 bytes
+ ...lar-new.name-languages.retain-all-codepoint.ttx | 132956 +++++++++++++++++
+ .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf |    Bin 7060 -> 0 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,62,63.ttx |   4507 +
+ .../Comfortaa-Regular-new.name-legacy.61,63.ttf    |    Bin 6692 -> 0 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,63.ttx    |   4359 +
+ .../Comfortaa-Regular-new.name-legacy.61.ttf       |    Bin 6328 -> 0 bytes
+ .../Comfortaa-Regular-new.name-legacy.61.ttx       |   4198 +
+ .../Comfortaa-Regular-new.name-legacy.62.ttf       |    Bin 6200 -> 0 bytes
+ .../Comfortaa-Regular-new.name-legacy.62.ttx       |   4151 +
+ .../Comfortaa-Regular-new.name-legacy.63.ttf       |    Bin 6256 -> 0 bytes
+ .../Comfortaa-Regular-new.name-legacy.63.ttx       |   4209 +
+ ...egular-new.name-legacy.retain-all-codepoint.ttf |    Bin 220928 -> 0 bytes
+ ...egular-new.name-legacy.retain-all-codepoint.ttx | 132956 +++++++++++++++++
+ ...egular-new.no-prune-unicode-ranges.61,62,63.ttf |    Bin 7060 -> 0 bytes
+ ...egular-new.no-prune-unicode-ranges.61,62,63.ttx |   4507 +
+ ...a-Regular-new.no-prune-unicode-ranges.61,63.ttf |    Bin 6692 -> 0 bytes
+ ...a-Regular-new.no-prune-unicode-ranges.61,63.ttx |   4359 +
+ ...rtaa-Regular-new.no-prune-unicode-ranges.61.ttf |    Bin 6328 -> 0 bytes
+ ...rtaa-Regular-new.no-prune-unicode-ranges.61.ttx |   4198 +
+ ...rtaa-Regular-new.no-prune-unicode-ranges.62.ttf |    Bin 6200 -> 0 bytes
+ ...rtaa-Regular-new.no-prune-unicode-ranges.62.ttx |   4151 +
+ ...rtaa-Regular-new.no-prune-unicode-ranges.63.ttf |    Bin 6256 -> 0 bytes
+ ...rtaa-Regular-new.no-prune-unicode-ranges.63.ttx |   4209 +
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf |    Bin 220928 -> 0 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttx | 132956 +++++++++++++++++
+ ...mfortaa-Regular-new.notdef-outline.61,62,63.ttf |    Bin 7652 -> 0 bytes
+ ...mfortaa-Regular-new.notdef-outline.61,62,63.ttx |   4758 +
+ .../Comfortaa-Regular-new.notdef-outline.61,63.ttf |    Bin 7284 -> 0 bytes
+ .../Comfortaa-Regular-new.notdef-outline.61,63.ttx |   4610 +
+ .../Comfortaa-Regular-new.notdef-outline.61.ttf    |    Bin 6920 -> 0 bytes
+ .../Comfortaa-Regular-new.notdef-outline.61.ttx    |   4449 +
+ .../Comfortaa-Regular-new.notdef-outline.62.ttf    |    Bin 6796 -> 0 bytes
+ .../Comfortaa-Regular-new.notdef-outline.62.ttx    |   4402 +
+ .../Comfortaa-Regular-new.notdef-outline.63.ttf    |    Bin 6844 -> 0 bytes
+ .../Comfortaa-Regular-new.notdef-outline.63.ttx    |   4460 +
+ ...lar-new.notdef-outline.retain-all-codepoint.ttf |    Bin 221524 -> 0 bytes
+ ...lar-new.notdef-outline.retain-all-codepoint.ttx | 133207 +++++++++++++++++
+ .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf |    Bin 9068 -> 0 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,62,63.ttx |   5612 +
+ .../Comfortaa-Regular-new.retain-gids.61,63.ttf    |    Bin 8708 -> 0 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,63.ttx    |   5469 +
+ .../Comfortaa-Regular-new.retain-gids.61.ttf       |    Bin 8076 -> 0 bytes
+ .../Comfortaa-Regular-new.retain-gids.61.ttx       |   5168 +
+ .../Comfortaa-Regular-new.retain-gids.62.ttf       |    Bin 8200 -> 0 bytes
+ .../Comfortaa-Regular-new.retain-gids.62.ttx       |   5261 +
+ .../Comfortaa-Regular-new.retain-gids.63.ttf       |    Bin 8260 -> 0 bytes
+ .../Comfortaa-Regular-new.retain-gids.63.ttx       |   5324 +
+ ...egular-new.retain-gids.retain-all-codepoint.ttf |    Bin 220972 -> 0 bytes
+ ...egular-new.retain-gids.retain-all-codepoint.ttx | 132966 +++++++++++++++++
+ ...numMyeongjo-Regular-subset.default.61,62,63.ttf |    Bin 4128 -> 0 bytes
+ ...numMyeongjo-Regular-subset.default.61,62,63.ttx |   2032 +
+ .../NanumMyeongjo-Regular-subset.default.61,63.ttf |    Bin 3580 -> 0 bytes
+ .../NanumMyeongjo-Regular-subset.default.61,63.ttx |   1822 +
+ .../NanumMyeongjo-Regular-subset.default.61.ttf    |    Bin 3156 -> 0 bytes
+ .../NanumMyeongjo-Regular-subset.default.61.ttx    |   1696 +
+ .../NanumMyeongjo-Regular-subset.default.62.ttf    |    Bin 3180 -> 0 bytes
+ .../NanumMyeongjo-Regular-subset.default.62.ttx    |   1719 +
+ .../NanumMyeongjo-Regular-subset.default.63.ttf    |    Bin 3048 -> 0 bytes
+ .../NanumMyeongjo-Regular-subset.default.63.ttx    |   1635 +
+ ...Regular-subset.default.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
+ ...Regular-subset.default.retain-all-codepoint.ttx |   4391 +
+ ...ular-subset.drop-hints-retain-gids.61,62,63.ttf |    Bin 1452 -> 0 bytes
+ ...ular-subset.drop-hints-retain-gids.61,62,63.ttx |    380 +
+ ...Regular-subset.drop-hints-retain-gids.61,63.ttf |    Bin 1284 -> 0 bytes
+ ...Regular-subset.drop-hints-retain-gids.61,63.ttx |    314 +
+ ...jo-Regular-subset.drop-hints-retain-gids.61.ttf |    Bin 1128 -> 0 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.61.ttx |    254 +
+ ...jo-Regular-subset.drop-hints-retain-gids.62.ttf |    Bin 1144 -> 0 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.62.ttx |    261 +
+ ...jo-Regular-subset.drop-hints-retain-gids.63.ttf |    Bin 1116 -> 0 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.63.ttx |    251 +
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf |    Bin 3536 -> 0 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttx |   1215 +
+ ...Myeongjo-Regular-subset.drop-hints.61,62,63.ttf |    Bin 1452 -> 0 bytes
+ ...Myeongjo-Regular-subset.drop-hints.61,62,63.ttx |    380 +
+ ...numMyeongjo-Regular-subset.drop-hints.61,63.ttf |    Bin 1276 -> 0 bytes
+ ...numMyeongjo-Regular-subset.drop-hints.61,63.ttx |    310 +
+ .../NanumMyeongjo-Regular-subset.drop-hints.61.ttf |    Bin 1128 -> 0 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.61.ttx |    254 +
+ .../NanumMyeongjo-Regular-subset.drop-hints.62.ttf |    Bin 1140 -> 0 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.62.ttx |    257 +
+ .../NanumMyeongjo-Regular-subset.drop-hints.63.ttf |    Bin 1104 -> 0 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.63.ttx |    243 +
+ ...ular-subset.drop-hints.retain-all-codepoint.ttf |    Bin 3536 -> 0 bytes
+ ...ular-subset.drop-hints.retain-all-codepoint.ttx |   1215 +
+ .../NanumMyeongjo-Regular-subset.gids.61,62,63.ttf |    Bin 4128 -> 0 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61,62,63.ttx |   2032 +
+ .../NanumMyeongjo-Regular-subset.gids.61,63.ttf    |    Bin 4128 -> 0 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61,63.ttx    |   2032 +
+ .../NanumMyeongjo-Regular-subset.gids.61.ttf       |    Bin 4128 -> 0 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61.ttx       |   2032 +
+ .../NanumMyeongjo-Regular-subset.gids.62.ttf       |    Bin 4128 -> 0 bytes
+ .../NanumMyeongjo-Regular-subset.gids.62.ttx       |   2032 +
+ .../NanumMyeongjo-Regular-subset.gids.63.ttf       |    Bin 4128 -> 0 bytes
+ .../NanumMyeongjo-Regular-subset.gids.63.ttx       |   2032 +
+ ...jo-Regular-subset.gids.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
+ ...jo-Regular-subset.gids.retain-all-codepoint.ttx |   4391 +
+ ...yeongjo-Regular-subset.glyph-names.61,62,63.ttf |    Bin 4128 -> 0 bytes
+ ...yeongjo-Regular-subset.glyph-names.61,62,63.ttx |   2032 +
+ ...umMyeongjo-Regular-subset.glyph-names.61,63.ttf |    Bin 3580 -> 0 bytes
+ ...umMyeongjo-Regular-subset.glyph-names.61,63.ttx |   1822 +
+ ...NanumMyeongjo-Regular-subset.glyph-names.61.ttf |    Bin 3156 -> 0 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.61.ttx |   1696 +
+ ...NanumMyeongjo-Regular-subset.glyph-names.62.ttf |    Bin 3180 -> 0 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.62.ttx |   1719 +
+ ...NanumMyeongjo-Regular-subset.glyph-names.63.ttf |    Bin 3048 -> 0 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.63.ttx |   1635 +
+ ...lar-subset.glyph-names.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
+ ...lar-subset.glyph-names.retain-all-codepoint.ttx |   4391 +
+ ...ar-subset.keep-all-layout-features.61,62,63.ttf |    Bin 4128 -> 0 bytes
+ ...ar-subset.keep-all-layout-features.61,62,63.ttx |   2032 +
+ ...gular-subset.keep-all-layout-features.61,63.ttf |    Bin 3580 -> 0 bytes
+ ...gular-subset.keep-all-layout-features.61,63.ttx |   1822 +
+ ...-Regular-subset.keep-all-layout-features.61.ttf |    Bin 3156 -> 0 bytes
+ ...-Regular-subset.keep-all-layout-features.61.ttx |   1696 +
+ ...-Regular-subset.keep-all-layout-features.62.ttf |    Bin 3180 -> 0 bytes
+ ...-Regular-subset.keep-all-layout-features.62.ttx |   1719 +
+ ...-Regular-subset.keep-all-layout-features.63.ttf |    Bin 3048 -> 0 bytes
+ ...-Regular-subset.keep-all-layout-features.63.ttx |   1635 +
+ ...ep-all-layout-features.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttx |   4391 +
+ ...gjo-Regular-subset.layout-features.61,62,63.ttf |    Bin 4128 -> 0 bytes
+ ...gjo-Regular-subset.layout-features.61,62,63.ttx |   2032 +
+ ...eongjo-Regular-subset.layout-features.61,63.ttf |    Bin 3580 -> 0 bytes
+ ...eongjo-Regular-subset.layout-features.61,63.ttx |   1822 +
+ ...mMyeongjo-Regular-subset.layout-features.61.ttf |    Bin 3156 -> 0 bytes
+ ...mMyeongjo-Regular-subset.layout-features.61.ttx |   1696 +
+ ...mMyeongjo-Regular-subset.layout-features.62.ttf |    Bin 3180 -> 0 bytes
+ ...mMyeongjo-Regular-subset.layout-features.62.ttx |   1719 +
+ ...mMyeongjo-Regular-subset.layout-features.63.ttf |    Bin 3048 -> 0 bytes
+ ...mMyeongjo-Regular-subset.layout-features.63.ttx |   1635 +
+ ...subset.layout-features.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
+ ...subset.layout-features.retain-all-codepoint.ttx |   4391 +
+ ...umMyeongjo-Regular-subset.name-ids.61,62,63.ttf |    Bin 3924 -> 0 bytes
+ ...umMyeongjo-Regular-subset.name-ids.61,62,63.ttx |   2020 +
+ ...NanumMyeongjo-Regular-subset.name-ids.61,63.ttf |    Bin 3376 -> 0 bytes
+ ...NanumMyeongjo-Regular-subset.name-ids.61,63.ttx |   1810 +
+ .../NanumMyeongjo-Regular-subset.name-ids.61.ttf   |    Bin 2952 -> 0 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.61.ttx   |   1684 +
+ .../NanumMyeongjo-Regular-subset.name-ids.62.ttf   |    Bin 2976 -> 0 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.62.ttx   |   1707 +
+ .../NanumMyeongjo-Regular-subset.name-ids.63.ttf   |    Bin 2844 -> 0 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.63.ttx   |   1623 +
+ ...egular-subset.name-ids.retain-all-codepoint.ttf |    Bin 9320 -> 0 bytes
+ ...egular-subset.name-ids.retain-all-codepoint.ttx |   4379 +
+ ...ngjo-Regular-subset.name-languages.61,62,63.ttf |    Bin 4172 -> 0 bytes
+ ...ngjo-Regular-subset.name-languages.61,62,63.ttx |   2041 +
+ ...yeongjo-Regular-subset.name-languages.61,63.ttf |    Bin 3624 -> 0 bytes
+ ...yeongjo-Regular-subset.name-languages.61,63.ttx |   1831 +
+ ...umMyeongjo-Regular-subset.name-languages.61.ttf |    Bin 3200 -> 0 bytes
+ ...umMyeongjo-Regular-subset.name-languages.61.ttx |   1705 +
+ ...umMyeongjo-Regular-subset.name-languages.62.ttf |    Bin 3224 -> 0 bytes
+ ...umMyeongjo-Regular-subset.name-languages.62.ttx |   1728 +
+ ...umMyeongjo-Regular-subset.name-languages.63.ttf |    Bin 3092 -> 0 bytes
+ ...umMyeongjo-Regular-subset.name-languages.63.ttx |   1644 +
+ ...-subset.name-languages.retain-all-codepoint.ttf |    Bin 9568 -> 0 bytes
+ ...-subset.name-languages.retain-all-codepoint.ttx |   4400 +
+ ...yeongjo-Regular-subset.name-legacy.61,62,63.ttf |    Bin 4128 -> 0 bytes
+ ...yeongjo-Regular-subset.name-legacy.61,62,63.ttx |   2032 +
+ ...umMyeongjo-Regular-subset.name-legacy.61,63.ttf |    Bin 3580 -> 0 bytes
+ ...umMyeongjo-Regular-subset.name-legacy.61,63.ttx |   1822 +
+ ...NanumMyeongjo-Regular-subset.name-legacy.61.ttf |    Bin 3156 -> 0 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.61.ttx |   1696 +
+ ...NanumMyeongjo-Regular-subset.name-legacy.62.ttf |    Bin 3180 -> 0 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.62.ttx |   1719 +
+ ...NanumMyeongjo-Regular-subset.name-legacy.63.ttf |    Bin 3048 -> 0 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.63.ttx |   1635 +
+ ...lar-subset.name-legacy.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
+ ...lar-subset.name-legacy.retain-all-codepoint.ttx |   4391 +
+ ...lar-subset.no-prune-unicode-ranges.61,62,63.ttf |    Bin 4128 -> 0 bytes
+ ...lar-subset.no-prune-unicode-ranges.61,62,63.ttx |   2032 +
+ ...egular-subset.no-prune-unicode-ranges.61,63.ttf |    Bin 3580 -> 0 bytes
+ ...egular-subset.no-prune-unicode-ranges.61,63.ttx |   1822 +
+ ...o-Regular-subset.no-prune-unicode-ranges.61.ttf |    Bin 3156 -> 0 bytes
+ ...o-Regular-subset.no-prune-unicode-ranges.61.ttx |   1696 +
+ ...o-Regular-subset.no-prune-unicode-ranges.62.ttf |    Bin 3180 -> 0 bytes
+ ...o-Regular-subset.no-prune-unicode-ranges.62.ttx |   1719 +
+ ...o-Regular-subset.no-prune-unicode-ranges.63.ttf |    Bin 3048 -> 0 bytes
+ ...o-Regular-subset.no-prune-unicode-ranges.63.ttx |   1635 +
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttx |   4391 +
+ ...ngjo-Regular-subset.notdef-outline.61,62,63.ttf |    Bin 4128 -> 0 bytes
+ ...ngjo-Regular-subset.notdef-outline.61,62,63.ttx |   2032 +
+ ...yeongjo-Regular-subset.notdef-outline.61,63.ttf |    Bin 3580 -> 0 bytes
+ ...yeongjo-Regular-subset.notdef-outline.61,63.ttx |   1822 +
+ ...umMyeongjo-Regular-subset.notdef-outline.61.ttf |    Bin 3156 -> 0 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.61.ttx |   1696 +
+ ...umMyeongjo-Regular-subset.notdef-outline.62.ttf |    Bin 3180 -> 0 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.62.ttx |   1719 +
+ ...umMyeongjo-Regular-subset.notdef-outline.63.ttf |    Bin 3048 -> 0 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.63.ttx |   1635 +
+ ...-subset.notdef-outline.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
+ ...-subset.notdef-outline.retain-all-codepoint.ttx |   4391 +
+ ...yeongjo-Regular-subset.retain-gids.61,62,63.ttf |    Bin 4128 -> 0 bytes
+ ...yeongjo-Regular-subset.retain-gids.61,62,63.ttx |   2032 +
+ ...umMyeongjo-Regular-subset.retain-gids.61,63.ttf |    Bin 3588 -> 0 bytes
+ ...umMyeongjo-Regular-subset.retain-gids.61,63.ttx |   1826 +
+ ...NanumMyeongjo-Regular-subset.retain-gids.61.ttf |    Bin 3156 -> 0 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.61.ttx |   1696 +
+ ...NanumMyeongjo-Regular-subset.retain-gids.62.ttf |    Bin 3184 -> 0 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.62.ttx |   1723 +
+ ...NanumMyeongjo-Regular-subset.retain-gids.63.ttf |    Bin 3060 -> 0 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.63.ttx |   1643 +
+ ...lar-subset.retain-gids.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
+ ...lar-subset.retain-gids.retain-all-codepoint.ttx |   4391 +
+ .../basics/Roboto-Regular.abc.default.61,62,63.ttf |    Bin 2452 -> 0 bytes
+ .../basics/Roboto-Regular.abc.default.61,62,63.ttx |   1407 +
+ .../basics/Roboto-Regular.abc.default.61,63.ttf    |    Bin 2260 -> 0 bytes
+ .../basics/Roboto-Regular.abc.default.61,63.ttx    |   1259 +
+ .../basics/Roboto-Regular.abc.default.61.ttf       |    Bin 2048 -> 0 bytes
+ .../basics/Roboto-Regular.abc.default.61.ttx       |   1127 +
+ .../basics/Roboto-Regular.abc.default.62.ttf       |    Bin 1916 -> 0 bytes
+ .../basics/Roboto-Regular.abc.default.62.ttx       |   1025 +
+ .../basics/Roboto-Regular.abc.default.63.ttf       |    Bin 1972 -> 0 bytes
+ .../basics/Roboto-Regular.abc.default.63.ttx       |   1073 +
+ ...to-Regular.abc.default.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
+ ...to-Regular.abc.default.retain-all-codepoint.ttx |   1407 +
+ ...Regular.abc.drop-hints-retain-gids.61,62,63.ttf |    Bin 1192 -> 0 bytes
+ ...Regular.abc.drop-hints-retain-gids.61,62,63.ttx |    479 +
+ ...to-Regular.abc.drop-hints-retain-gids.61,63.ttf |    Bin 1124 -> 0 bytes
+ ...to-Regular.abc.drop-hints-retain-gids.61,63.ttx |    433 +
+ ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf |    Bin 984 -> 0 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.61.ttx |    374 +
+ ...oboto-Regular.abc.drop-hints-retain-gids.62.ttf |    Bin 880 -> 0 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.62.ttx |    297 +
+ ...oboto-Regular.abc.drop-hints-retain-gids.63.ttf |    Bin 968 -> 0 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.63.ttx |    369 +
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf |    Bin 1192 -> 0 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttx |    479 +
+ .../Roboto-Regular.abc.drop-hints.61,62,63.ttf     |    Bin 1192 -> 0 bytes
+ .../Roboto-Regular.abc.drop-hints.61,62,63.ttx     |    479 +
+ .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf |    Bin 1108 -> 0 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61,63.ttx |    429 +
+ .../basics/Roboto-Regular.abc.drop-hints.61.ttf    |    Bin 984 -> 0 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61.ttx    |    374 +
+ .../basics/Roboto-Regular.abc.drop-hints.62.ttf    |    Bin 876 -> 0 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.62.ttx    |    293 +
+ .../basics/Roboto-Regular.abc.drop-hints.63.ttf    |    Bin 956 -> 0 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.63.ttx    |    361 +
+ ...Regular.abc.drop-hints.retain-all-codepoint.ttf |    Bin 1192 -> 0 bytes
+ ...Regular.abc.drop-hints.retain-all-codepoint.ttx |    479 +
+ .../basics/Roboto-Regular.abc.gids.61,62,63.ttf    |    Bin 2452 -> 0 bytes
+ .../basics/Roboto-Regular.abc.gids.61,62,63.ttx    |   1407 +
+ .../basics/Roboto-Regular.abc.gids.61,63.ttf       |    Bin 2452 -> 0 bytes
+ .../basics/Roboto-Regular.abc.gids.61,63.ttx       |   1407 +
+ .../expected/basics/Roboto-Regular.abc.gids.61.ttf |    Bin 2452 -> 0 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.61.ttx |   1407 +
+ .../expected/basics/Roboto-Regular.abc.gids.62.ttf |    Bin 2452 -> 0 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.62.ttx |   1407 +
+ .../expected/basics/Roboto-Regular.abc.gids.63.ttf |    Bin 2452 -> 0 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.63.ttx |   1407 +
+ ...oboto-Regular.abc.gids.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
+ ...oboto-Regular.abc.gids.retain-all-codepoint.ttx |   1407 +
+ .../Roboto-Regular.abc.glyph-names.61,62,63.ttf    |    Bin 2452 -> 0 bytes
+ .../Roboto-Regular.abc.glyph-names.61,62,63.ttx    |   1407 +
+ .../Roboto-Regular.abc.glyph-names.61,63.ttf       |    Bin 2260 -> 0 bytes
+ .../Roboto-Regular.abc.glyph-names.61,63.ttx       |   1259 +
+ .../basics/Roboto-Regular.abc.glyph-names.61.ttf   |    Bin 2048 -> 0 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.61.ttx   |   1127 +
+ .../basics/Roboto-Regular.abc.glyph-names.62.ttf   |    Bin 1916 -> 0 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.62.ttx   |   1025 +
+ .../basics/Roboto-Regular.abc.glyph-names.63.ttf   |    Bin 1972 -> 0 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.63.ttx   |   1073 +
+ ...egular.abc.glyph-names.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
+ ...egular.abc.glyph-names.retain-all-codepoint.ttx |   1407 +
+ ...gular.abc.keep-all-layout-features.61,62,63.ttf |    Bin 2452 -> 0 bytes
+ ...gular.abc.keep-all-layout-features.61,62,63.ttx |   1407 +
+ ...-Regular.abc.keep-all-layout-features.61,63.ttf |    Bin 2260 -> 0 bytes
+ ...-Regular.abc.keep-all-layout-features.61,63.ttx |   1259 +
+ ...oto-Regular.abc.keep-all-layout-features.61.ttf |    Bin 2048 -> 0 bytes
+ ...oto-Regular.abc.keep-all-layout-features.61.ttx |   1127 +
+ ...oto-Regular.abc.keep-all-layout-features.62.ttf |    Bin 1916 -> 0 bytes
+ ...oto-Regular.abc.keep-all-layout-features.62.ttx |   1025 +
+ ...oto-Regular.abc.keep-all-layout-features.63.ttf |    Bin 1972 -> 0 bytes
+ ...oto-Regular.abc.keep-all-layout-features.63.ttx |   1073 +
+ ...ep-all-layout-features.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttx |   1407 +
+ ...Roboto-Regular.abc.layout-features.61,62,63.ttf |    Bin 2452 -> 0 bytes
+ ...Roboto-Regular.abc.layout-features.61,62,63.ttx |   1407 +
+ .../Roboto-Regular.abc.layout-features.61,63.ttf   |    Bin 2260 -> 0 bytes
+ .../Roboto-Regular.abc.layout-features.61,63.ttx   |   1259 +
+ .../Roboto-Regular.abc.layout-features.61.ttf      |    Bin 2048 -> 0 bytes
+ .../Roboto-Regular.abc.layout-features.61.ttx      |   1127 +
+ .../Roboto-Regular.abc.layout-features.62.ttf      |    Bin 1916 -> 0 bytes
+ .../Roboto-Regular.abc.layout-features.62.ttx      |   1025 +
+ .../Roboto-Regular.abc.layout-features.63.ttf      |    Bin 1972 -> 0 bytes
+ .../Roboto-Regular.abc.layout-features.63.ttx      |   1073 +
+ ...ar.abc.layout-features.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
+ ...ar.abc.layout-features.retain-all-codepoint.ttx |   1407 +
+ .../Roboto-Regular.abc.name-ids.61,62,63.ttf       |    Bin 2452 -> 0 bytes
+ .../Roboto-Regular.abc.name-ids.61,62,63.ttx       |   1407 +
+ .../basics/Roboto-Regular.abc.name-ids.61,63.ttf   |    Bin 2260 -> 0 bytes
+ .../basics/Roboto-Regular.abc.name-ids.61,63.ttx   |   1259 +
+ .../basics/Roboto-Regular.abc.name-ids.61.ttf      |    Bin 2048 -> 0 bytes
+ .../basics/Roboto-Regular.abc.name-ids.61.ttx      |   1127 +
+ .../basics/Roboto-Regular.abc.name-ids.62.ttf      |    Bin 1916 -> 0 bytes
+ .../basics/Roboto-Regular.abc.name-ids.62.ttx      |   1025 +
+ .../basics/Roboto-Regular.abc.name-ids.63.ttf      |    Bin 1972 -> 0 bytes
+ .../basics/Roboto-Regular.abc.name-ids.63.ttx      |   1073 +
+ ...o-Regular.abc.name-ids.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
+ ...o-Regular.abc.name-ids.retain-all-codepoint.ttx |   1407 +
+ .../Roboto-Regular.abc.name-languages.61,62,63.ttf |    Bin 2452 -> 0 bytes
+ .../Roboto-Regular.abc.name-languages.61,62,63.ttx |   1407 +
+ .../Roboto-Regular.abc.name-languages.61,63.ttf    |    Bin 2260 -> 0 bytes
+ .../Roboto-Regular.abc.name-languages.61,63.ttx    |   1259 +
+ .../Roboto-Regular.abc.name-languages.61.ttf       |    Bin 2048 -> 0 bytes
+ .../Roboto-Regular.abc.name-languages.61.ttx       |   1127 +
+ .../Roboto-Regular.abc.name-languages.62.ttf       |    Bin 1916 -> 0 bytes
+ .../Roboto-Regular.abc.name-languages.62.ttx       |   1025 +
+ .../Roboto-Regular.abc.name-languages.63.ttf       |    Bin 1972 -> 0 bytes
+ .../Roboto-Regular.abc.name-languages.63.ttx       |   1073 +
+ ...lar.abc.name-languages.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
+ ...lar.abc.name-languages.retain-all-codepoint.ttx |   1407 +
+ .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    |    Bin 2452 -> 0 bytes
+ .../Roboto-Regular.abc.name-legacy.61,62,63.ttx    |   1407 +
+ .../Roboto-Regular.abc.name-legacy.61,63.ttf       |    Bin 2260 -> 0 bytes
+ .../Roboto-Regular.abc.name-legacy.61,63.ttx       |   1259 +
+ .../basics/Roboto-Regular.abc.name-legacy.61.ttf   |    Bin 2048 -> 0 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.61.ttx   |   1127 +
+ .../basics/Roboto-Regular.abc.name-legacy.62.ttf   |    Bin 1916 -> 0 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.62.ttx   |   1025 +
+ .../basics/Roboto-Regular.abc.name-legacy.63.ttf   |    Bin 1972 -> 0 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.63.ttx   |   1073 +
+ ...egular.abc.name-legacy.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
+ ...egular.abc.name-legacy.retain-all-codepoint.ttx |   1407 +
+ ...egular.abc.no-prune-unicode-ranges.61,62,63.ttf |    Bin 2452 -> 0 bytes
+ ...egular.abc.no-prune-unicode-ranges.61,62,63.ttx |   1407 +
+ ...o-Regular.abc.no-prune-unicode-ranges.61,63.ttf |    Bin 2260 -> 0 bytes
+ ...o-Regular.abc.no-prune-unicode-ranges.61,63.ttx |   1259 +
+ ...boto-Regular.abc.no-prune-unicode-ranges.61.ttf |    Bin 2048 -> 0 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.61.ttx |   1127 +
+ ...boto-Regular.abc.no-prune-unicode-ranges.62.ttf |    Bin 1916 -> 0 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.62.ttx |   1025 +
+ ...boto-Regular.abc.no-prune-unicode-ranges.63.ttf |    Bin 1972 -> 0 bytes
+ ...boto-Regular.abc.no-prune-unicode-ranges.63.ttx |   1073 +
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
+ ...o-prune-unicode-ranges.retain-all-codepoint.ttx |   1407 +
+ .../Roboto-Regular.abc.notdef-outline.61,62,63.ttf |    Bin 2452 -> 0 bytes
+ .../Roboto-Regular.abc.notdef-outline.61,62,63.ttx |   1407 +
+ .../Roboto-Regular.abc.notdef-outline.61,63.ttf    |    Bin 2260 -> 0 bytes
+ .../Roboto-Regular.abc.notdef-outline.61,63.ttx    |   1259 +
+ .../Roboto-Regular.abc.notdef-outline.61.ttf       |    Bin 2048 -> 0 bytes
+ .../Roboto-Regular.abc.notdef-outline.61.ttx       |   1127 +
+ .../Roboto-Regular.abc.notdef-outline.62.ttf       |    Bin 1916 -> 0 bytes
+ .../Roboto-Regular.abc.notdef-outline.62.ttx       |   1025 +
+ .../Roboto-Regular.abc.notdef-outline.63.ttf       |    Bin 1972 -> 0 bytes
+ .../Roboto-Regular.abc.notdef-outline.63.ttx       |   1073 +
+ ...lar.abc.notdef-outline.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
+ ...lar.abc.notdef-outline.retain-all-codepoint.ttx |   1407 +
+ .../Roboto-Regular.abc.retain-gids.61,62,63.ttf    |    Bin 2452 -> 0 bytes
+ .../Roboto-Regular.abc.retain-gids.61,62,63.ttx    |   1407 +
+ .../Roboto-Regular.abc.retain-gids.61,63.ttf       |    Bin 2276 -> 0 bytes
+ .../Roboto-Regular.abc.retain-gids.61,63.ttx       |   1264 +
+ .../basics/Roboto-Regular.abc.retain-gids.61.ttf   |    Bin 2048 -> 0 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.61.ttx   |   1127 +
+ .../basics/Roboto-Regular.abc.retain-gids.62.ttf   |    Bin 1924 -> 0 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.62.ttx   |   1030 +
+ .../basics/Roboto-Regular.abc.retain-gids.63.ttf   |    Bin 1988 -> 0 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.63.ttx   |   1083 +
+ ...egular.abc.retain-gids.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
+ ...egular.abc.retain-gids.retain-all-codepoint.ttx |   1407 +
+ .../cbdt/NotoColorEmoji.subset.default.2049.ttf    |    Bin 3112 -> 0 bytes
+ .../cbdt/NotoColorEmoji.subset.default.2049.ttx    |    397 +
+ .../cbdt/NotoColorEmoji.subset.default.38,2049.ttf |    Bin 4084 -> 0 bytes
+ .../cbdt/NotoColorEmoji.subset.default.38,2049.ttx |    474 +
+ .../cbdt/NotoColorEmoji.subset.default.38,20E3.ttf |    Bin 3568 -> 0 bytes
+ .../cbdt/NotoColorEmoji.subset.default.38,20E3.ttx |    441 +
+ ...rEmoji.subset.default.38,39,AE,2049,38,20E3.ttf |    Bin 10124 -> 0 bytes
+ ...rEmoji.subset.default.38,39,AE,2049,38,20E3.ttx |    898 +
+ .../NotoColorEmoji.subset.default.38,AE,2049.ttf   |    Bin 7544 -> 0 bytes
+ .../NotoColorEmoji.subset.default.38,AE,2049.ttx   |    705 +
+ .../cbdt/NotoColorEmoji.subset.default.39.ttf      |    Bin 1920 -> 0 bytes
+ .../cbdt/NotoColorEmoji.subset.default.39.ttx      |    323 +
+ .../cbdt/NotoColorEmoji.subset.default.AE.ttf      |    Bin 4412 -> 0 bytes
+ .../cbdt/NotoColorEmoji.subset.default.AE.ttx      |    478 +
+ ...lorEmoji.subset.drop-hints-retain-gids.2049.ttf |    Bin 3136 -> 0 bytes
+ ...lorEmoji.subset.drop-hints-retain-gids.2049.ttx |    406 +
+ ...Emoji.subset.drop-hints-retain-gids.38,2049.ttf |    Bin 4108 -> 0 bytes
+ ...Emoji.subset.drop-hints-retain-gids.38,2049.ttx |    480 +
+ ...Emoji.subset.drop-hints-retain-gids.38,20E3.ttf |    Bin 3600 -> 0 bytes
+ ...Emoji.subset.drop-hints-retain-gids.38,20E3.ttx |    450 +
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 10124 -> 0 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttx |    898 +
+ ...ji.subset.drop-hints-retain-gids.38,AE,2049.ttf |    Bin 7564 -> 0 bytes
+ ...ji.subset.drop-hints-retain-gids.38,AE,2049.ttx |    708 +
+ ...ColorEmoji.subset.drop-hints-retain-gids.39.ttf |    Bin 1928 -> 0 bytes
+ ...ColorEmoji.subset.drop-hints-retain-gids.39.ttx |    326 +
+ ...ColorEmoji.subset.drop-hints-retain-gids.AE.ttf |    Bin 4428 -> 0 bytes
+ ...ColorEmoji.subset.drop-hints-retain-gids.AE.ttx |    484 +
+ .../cbdt/NotoColorEmoji.subset.drop-hints.2049.ttf |    Bin 3112 -> 0 bytes
+ .../cbdt/NotoColorEmoji.subset.drop-hints.2049.ttx |    397 +
+ .../NotoColorEmoji.subset.drop-hints.38,2049.ttf   |    Bin 4084 -> 0 bytes
+ .../NotoColorEmoji.subset.drop-hints.38,2049.ttx   |    474 +
+ .../NotoColorEmoji.subset.drop-hints.38,20E3.ttf   |    Bin 3568 -> 0 bytes
+ .../NotoColorEmoji.subset.drop-hints.38,20E3.ttx   |    441 +
+ ...oji.subset.drop-hints.38,39,AE,2049,38,20E3.ttf |    Bin 10124 -> 0 bytes
+ ...oji.subset.drop-hints.38,39,AE,2049,38,20E3.ttx |    898 +
+ ...NotoColorEmoji.subset.drop-hints.38,AE,2049.ttf |    Bin 7544 -> 0 bytes
+ ...NotoColorEmoji.subset.drop-hints.38,AE,2049.ttx |    705 +
+ .../cbdt/NotoColorEmoji.subset.drop-hints.39.ttf   |    Bin 1920 -> 0 bytes
+ .../cbdt/NotoColorEmoji.subset.drop-hints.39.ttx   |    323 +
+ .../cbdt/NotoColorEmoji.subset.drop-hints.AE.ttf   |    Bin 4412 -> 0 bytes
+ .../cbdt/NotoColorEmoji.subset.drop-hints.AE.ttx   |    478 +
+ .../NotoColorEmoji.subset.gap.default.2049.ttf     |    Bin 3112 -> 0 bytes
+ .../NotoColorEmoji.subset.gap.default.2049.ttx     |    397 +
+ .../NotoColorEmoji.subset.gap.default.38,2049.ttf  |    Bin 4084 -> 0 bytes
+ .../NotoColorEmoji.subset.gap.default.38,2049.ttx  |    474 +
+ .../NotoColorEmoji.subset.gap.default.38,20E3.ttf  |    Bin 3568 -> 0 bytes
+ .../NotoColorEmoji.subset.gap.default.38,20E3.ttx  |    441 +
+ ...ji.subset.gap.default.38,39,AE,2049,38,20E3.ttf |    Bin 9188 -> 0 bytes
+ ...ji.subset.gap.default.38,39,AE,2049,38,20E3.ttx |    827 +
+ ...otoColorEmoji.subset.gap.default.38,AE,2049.ttf |    Bin 7544 -> 0 bytes
+ ...otoColorEmoji.subset.gap.default.38,AE,2049.ttx |    705 +
+ .../cbdt/NotoColorEmoji.subset.gap.default.39.ttf  |    Bin 908 -> 0 bytes
+ .../cbdt/NotoColorEmoji.subset.gap.default.39.ttx  |    207 +
+ .../cbdt/NotoColorEmoji.subset.gap.default.AE.ttf  |    Bin 4412 -> 0 bytes
+ .../cbdt/NotoColorEmoji.subset.gap.default.AE.ttx  |    478 +
+ ...moji.subset.gap.drop-hints-retain-gids.2049.ttf |    Bin 3136 -> 0 bytes
+ ...moji.subset.gap.drop-hints-retain-gids.2049.ttx |    406 +
+ ...i.subset.gap.drop-hints-retain-gids.38,2049.ttf |    Bin 4108 -> 0 bytes
+ ...i.subset.gap.drop-hints-retain-gids.38,2049.ttx |    480 +
+ ...i.subset.gap.drop-hints-retain-gids.38,20E3.ttf |    Bin 3600 -> 0 bytes
+ ...i.subset.gap.drop-hints-retain-gids.38,20E3.ttx |    450 +
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 9188 -> 0 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttx |    827 +
+ ...ubset.gap.drop-hints-retain-gids.38,AE,2049.ttf |    Bin 7564 -> 0 bytes
+ ...ubset.gap.drop-hints-retain-gids.38,AE,2049.ttx |    708 +
+ ...rEmoji.subset.gap.drop-hints-retain-gids.39.ttf |    Bin 916 -> 0 bytes
+ ...rEmoji.subset.gap.drop-hints-retain-gids.39.ttx |    210 +
+ ...rEmoji.subset.gap.drop-hints-retain-gids.AE.ttf |    Bin 4428 -> 0 bytes
+ ...rEmoji.subset.gap.drop-hints-retain-gids.AE.ttx |    484 +
+ .../NotoColorEmoji.subset.gap.drop-hints.2049.ttf  |    Bin 3112 -> 0 bytes
+ .../NotoColorEmoji.subset.gap.drop-hints.2049.ttx  |    397 +
+ ...otoColorEmoji.subset.gap.drop-hints.38,2049.ttf |    Bin 4084 -> 0 bytes
+ ...otoColorEmoji.subset.gap.drop-hints.38,2049.ttx |    474 +
+ ...otoColorEmoji.subset.gap.drop-hints.38,20E3.ttf |    Bin 3568 -> 0 bytes
+ ...otoColorEmoji.subset.gap.drop-hints.38,20E3.ttx |    441 +
+ ...subset.gap.drop-hints.38,39,AE,2049,38,20E3.ttf |    Bin 9188 -> 0 bytes
+ ...subset.gap.drop-hints.38,39,AE,2049,38,20E3.ttx |    827 +
+ ...ColorEmoji.subset.gap.drop-hints.38,AE,2049.ttf |    Bin 7544 -> 0 bytes
+ ...ColorEmoji.subset.gap.drop-hints.38,AE,2049.ttx |    705 +
+ .../NotoColorEmoji.subset.gap.drop-hints.39.ttf    |    Bin 908 -> 0 bytes
+ .../NotoColorEmoji.subset.gap.drop-hints.39.ttx    |    207 +
+ .../NotoColorEmoji.subset.gap.drop-hints.AE.ttf    |    Bin 4412 -> 0 bytes
+ .../NotoColorEmoji.subset.gap.drop-hints.AE.ttx    |    478 +
+ .../NotoColorEmoji.subset.gap.retain-gids.2049.ttf |    Bin 3136 -> 0 bytes
+ .../NotoColorEmoji.subset.gap.retain-gids.2049.ttx |    406 +
+ ...toColorEmoji.subset.gap.retain-gids.38,2049.ttf |    Bin 4108 -> 0 bytes
+ ...toColorEmoji.subset.gap.retain-gids.38,2049.ttx |    480 +
+ ...toColorEmoji.subset.gap.retain-gids.38,20E3.ttf |    Bin 3600 -> 0 bytes
+ ...toColorEmoji.subset.gap.retain-gids.38,20E3.ttx |    450 +
+ ...ubset.gap.retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 9188 -> 0 bytes
+ ...ubset.gap.retain-gids.38,39,AE,2049,38,20E3.ttx |    827 +
+ ...olorEmoji.subset.gap.retain-gids.38,AE,2049.ttf |    Bin 7564 -> 0 bytes
+ ...olorEmoji.subset.gap.retain-gids.38,AE,2049.ttx |    708 +
+ .../NotoColorEmoji.subset.gap.retain-gids.39.ttf   |    Bin 916 -> 0 bytes
+ .../NotoColorEmoji.subset.gap.retain-gids.39.ttx   |    210 +
+ .../NotoColorEmoji.subset.gap.retain-gids.AE.ttf   |    Bin 4428 -> 0 bytes
+ .../NotoColorEmoji.subset.gap.retain-gids.AE.ttx   |    484 +
+ ...olorEmoji.subset.index_format3.default.2049.ttf |    Bin 3108 -> 0 bytes
+ ...olorEmoji.subset.index_format3.default.2049.ttx |    397 +
+ ...rEmoji.subset.index_format3.default.38,2049.ttf |    Bin 4076 -> 0 bytes
+ ...rEmoji.subset.index_format3.default.38,2049.ttx |    474 +
+ ...rEmoji.subset.index_format3.default.38,20E3.ttf |    Bin 3560 -> 0 bytes
+ ...rEmoji.subset.index_format3.default.38,20E3.ttx |    441 +
+ ...index_format3.default.38,39,AE,2049,38,20E3.ttf |    Bin 10112 -> 0 bytes
+ ...index_format3.default.38,39,AE,2049,38,20E3.ttx |    898 +
+ ...oji.subset.index_format3.default.38,AE,2049.ttf |    Bin 7536 -> 0 bytes
+ ...oji.subset.index_format3.default.38,AE,2049.ttx |    705 +
+ ...oColorEmoji.subset.index_format3.default.39.ttf |    Bin 1916 -> 0 bytes
+ ...oColorEmoji.subset.index_format3.default.39.ttx |    323 +
+ ...oColorEmoji.subset.index_format3.default.AE.ttf |    Bin 4408 -> 0 bytes
+ ...oColorEmoji.subset.index_format3.default.AE.ttx |    478 +
+ ...t.index_format3.drop-hints-retain-gids.2049.ttf |    Bin 3132 -> 0 bytes
+ ...t.index_format3.drop-hints-retain-gids.2049.ttx |    406 +
+ ...ndex_format3.drop-hints-retain-gids.38,2049.ttf |    Bin 4100 -> 0 bytes
+ ...ndex_format3.drop-hints-retain-gids.38,2049.ttx |    480 +
+ ...ndex_format3.drop-hints-retain-gids.38,20E3.ttf |    Bin 3592 -> 0 bytes
+ ...ndex_format3.drop-hints-retain-gids.38,20E3.ttx |    450 +
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 10112 -> 0 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttx |    898 +
+ ...x_format3.drop-hints-retain-gids.38,AE,2049.ttf |    Bin 7552 -> 0 bytes
+ ...x_format3.drop-hints-retain-gids.38,AE,2049.ttx |    708 +
+ ...set.index_format3.drop-hints-retain-gids.39.ttf |    Bin 1924 -> 0 bytes
+ ...set.index_format3.drop-hints-retain-gids.39.ttx |    326 +
+ ...set.index_format3.drop-hints-retain-gids.AE.ttf |    Bin 4424 -> 0 bytes
+ ...set.index_format3.drop-hints-retain-gids.AE.ttx |    484 +
+ ...rEmoji.subset.index_format3.drop-hints.2049.ttf |    Bin 3108 -> 0 bytes
+ ...rEmoji.subset.index_format3.drop-hints.2049.ttx |    397 +
+ ...oji.subset.index_format3.drop-hints.38,2049.ttf |    Bin 4076 -> 0 bytes
+ ...oji.subset.index_format3.drop-hints.38,2049.ttx |    474 +
+ ...oji.subset.index_format3.drop-hints.38,20E3.ttf |    Bin 3560 -> 0 bytes
+ ...oji.subset.index_format3.drop-hints.38,20E3.ttx |    441 +
+ ...ex_format3.drop-hints.38,39,AE,2049,38,20E3.ttf |    Bin 10112 -> 0 bytes
+ ...ex_format3.drop-hints.38,39,AE,2049,38,20E3.ttx |    898 +
+ ....subset.index_format3.drop-hints.38,AE,2049.ttf |    Bin 7536 -> 0 bytes
+ ....subset.index_format3.drop-hints.38,AE,2049.ttx |    705 +
+ ...lorEmoji.subset.index_format3.drop-hints.39.ttf |    Bin 1916 -> 0 bytes
+ ...lorEmoji.subset.index_format3.drop-hints.39.ttx |    323 +
+ ...lorEmoji.subset.index_format3.drop-hints.AE.ttf |    Bin 4408 -> 0 bytes
+ ...lorEmoji.subset.index_format3.drop-hints.AE.ttx |    478 +
+ ...Emoji.subset.index_format3.retain-gids.2049.ttf |    Bin 3132 -> 0 bytes
+ ...Emoji.subset.index_format3.retain-gids.2049.ttx |    406 +
+ ...ji.subset.index_format3.retain-gids.38,2049.ttf |    Bin 4100 -> 0 bytes
+ ...ji.subset.index_format3.retain-gids.38,2049.ttx |    480 +
+ ...ji.subset.index_format3.retain-gids.38,20E3.ttf |    Bin 3592 -> 0 bytes
+ ...ji.subset.index_format3.retain-gids.38,20E3.ttx |    450 +
+ ...x_format3.retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 10112 -> 0 bytes
+ ...x_format3.retain-gids.38,39,AE,2049,38,20E3.ttx |    898 +
+ ...subset.index_format3.retain-gids.38,AE,2049.ttf |    Bin 7552 -> 0 bytes
+ ...subset.index_format3.retain-gids.38,AE,2049.ttx |    708 +
+ ...orEmoji.subset.index_format3.retain-gids.39.ttf |    Bin 1924 -> 0 bytes
+ ...orEmoji.subset.index_format3.retain-gids.39.ttx |    326 +
+ ...orEmoji.subset.index_format3.retain-gids.AE.ttf |    Bin 4424 -> 0 bytes
+ ...orEmoji.subset.index_format3.retain-gids.AE.ttx |    484 +
+ ...ji.subset.multiple_size_tables.default.2049.ttf |    Bin 5312 -> 0 bytes
+ ...ji.subset.multiple_size_tables.default.2049.ttx |    587 +
+ ...subset.multiple_size_tables.default.38,2049.ttf |    Bin 7244 -> 0 bytes
+ ...subset.multiple_size_tables.default.38,2049.ttx |    736 +
+ ...subset.multiple_size_tables.default.38,20E3.ttf |    Bin 6212 -> 0 bytes
+ ...subset.multiple_size_tables.default.38,20E3.ttx |    671 +
+ ...e_size_tables.default.38,39,AE,2049,38,20E3.ttf |    Bin 19280 -> 0 bytes
+ ...e_size_tables.default.38,39,AE,2049,38,20E3.ttx |   1570 +
+ ...set.multiple_size_tables.default.38,AE,2049.ttf |    Bin 14140 -> 0 bytes
+ ...set.multiple_size_tables.default.38,AE,2049.ttx |   1193 +
+ ...moji.subset.multiple_size_tables.default.39.ttf |    Bin 2928 -> 0 bytes
+ ...moji.subset.multiple_size_tables.default.39.ttx |    439 +
+ ...moji.subset.multiple_size_tables.default.AE.ttf |    Bin 7916 -> 0 bytes
+ ...moji.subset.multiple_size_tables.default.AE.ttx |    749 +
+ ...ple_size_tables.drop-hints-retain-gids.2049.ttf |    Bin 5336 -> 0 bytes
+ ...ple_size_tables.drop-hints-retain-gids.2049.ttx |    596 +
+ ..._size_tables.drop-hints-retain-gids.38,2049.ttf |    Bin 7268 -> 0 bytes
+ ..._size_tables.drop-hints-retain-gids.38,2049.ttx |    742 +
+ ..._size_tables.drop-hints-retain-gids.38,20E3.ttf |    Bin 6244 -> 0 bytes
+ ..._size_tables.drop-hints-retain-gids.38,20E3.ttx |    680 +
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 19280 -> 0 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttx |   1570 +
+ ...ze_tables.drop-hints-retain-gids.38,AE,2049.ttf |    Bin 14164 -> 0 bytes
+ ...ze_tables.drop-hints-retain-gids.38,AE,2049.ttx |   1196 +
+ ...tiple_size_tables.drop-hints-retain-gids.39.ttf |    Bin 2936 -> 0 bytes
+ ...tiple_size_tables.drop-hints-retain-gids.39.ttx |    442 +
+ ...tiple_size_tables.drop-hints-retain-gids.AE.ttf |    Bin 7932 -> 0 bytes
+ ...tiple_size_tables.drop-hints-retain-gids.AE.ttx |    755 +
+ ...subset.multiple_size_tables.drop-hints.2049.ttf |    Bin 5312 -> 0 bytes
+ ...subset.multiple_size_tables.drop-hints.2049.ttx |    587 +
+ ...set.multiple_size_tables.drop-hints.38,2049.ttf |    Bin 7244 -> 0 bytes
+ ...set.multiple_size_tables.drop-hints.38,2049.ttx |    736 +
+ ...set.multiple_size_tables.drop-hints.38,20E3.ttf |    Bin 6212 -> 0 bytes
+ ...set.multiple_size_tables.drop-hints.38,20E3.ttx |    671 +
+ ...ize_tables.drop-hints.38,39,AE,2049,38,20E3.ttf |    Bin 19280 -> 0 bytes
+ ...ize_tables.drop-hints.38,39,AE,2049,38,20E3.ttx |   1570 +
+ ....multiple_size_tables.drop-hints.38,AE,2049.ttf |    Bin 14140 -> 0 bytes
+ ....multiple_size_tables.drop-hints.38,AE,2049.ttx |   1193 +
+ ...i.subset.multiple_size_tables.drop-hints.39.ttf |    Bin 2928 -> 0 bytes
+ ...i.subset.multiple_size_tables.drop-hints.39.ttx |    439 +
+ ...i.subset.multiple_size_tables.drop-hints.AE.ttf |    Bin 7916 -> 0 bytes
+ ...i.subset.multiple_size_tables.drop-hints.AE.ttx |    749 +
+ ...ubset.multiple_size_tables.retain-gids.2049.ttf |    Bin 5336 -> 0 bytes
+ ...ubset.multiple_size_tables.retain-gids.2049.ttx |    596 +
+ ...et.multiple_size_tables.retain-gids.38,2049.ttf |    Bin 7268 -> 0 bytes
+ ...et.multiple_size_tables.retain-gids.38,2049.ttx |    742 +
+ ...et.multiple_size_tables.retain-gids.38,20E3.ttf |    Bin 6244 -> 0 bytes
+ ...et.multiple_size_tables.retain-gids.38,20E3.ttx |    680 +
+ ...ze_tables.retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 19280 -> 0 bytes
+ ...ze_tables.retain-gids.38,39,AE,2049,38,20E3.ttx |   1570 +
+ ...multiple_size_tables.retain-gids.38,AE,2049.ttf |    Bin 14164 -> 0 bytes
+ ...multiple_size_tables.retain-gids.38,AE,2049.ttx |   1196 +
+ ....subset.multiple_size_tables.retain-gids.39.ttf |    Bin 2936 -> 0 bytes
+ ....subset.multiple_size_tables.retain-gids.39.ttx |    442 +
+ ....subset.multiple_size_tables.retain-gids.AE.ttf |    Bin 7932 -> 0 bytes
+ ....subset.multiple_size_tables.retain-gids.AE.ttx |    755 +
+ .../NotoColorEmoji.subset.retain-gids.2049.ttf     |    Bin 3136 -> 0 bytes
+ .../NotoColorEmoji.subset.retain-gids.2049.ttx     |    406 +
+ .../NotoColorEmoji.subset.retain-gids.38,2049.ttf  |    Bin 4108 -> 0 bytes
+ .../NotoColorEmoji.subset.retain-gids.38,2049.ttx  |    480 +
+ .../NotoColorEmoji.subset.retain-gids.38,20E3.ttf  |    Bin 3600 -> 0 bytes
+ .../NotoColorEmoji.subset.retain-gids.38,20E3.ttx  |    450 +
+ ...ji.subset.retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 10124 -> 0 bytes
+ ...ji.subset.retain-gids.38,39,AE,2049,38,20E3.ttx |    898 +
+ ...otoColorEmoji.subset.retain-gids.38,AE,2049.ttf |    Bin 7564 -> 0 bytes
+ ...otoColorEmoji.subset.retain-gids.38,AE,2049.ttx |    708 +
+ .../cbdt/NotoColorEmoji.subset.retain-gids.39.ttf  |    Bin 1928 -> 0 bytes
+ .../cbdt/NotoColorEmoji.subset.retain-gids.39.ttx  |    326 +
+ .../cbdt/NotoColorEmoji.subset.retain-gids.AE.ttf  |    Bin 4428 -> 0 bytes
+ .../cbdt/NotoColorEmoji.subset.retain-gids.AE.ttx  |    484 +
+ ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf |    Bin 2580 -> 0 bytes
+ ...eSansPro-Regular.default.1FC,21,41,20,62,63.ttx |    738 +
+ .../SourceSansPro-Regular.default.61,62,63.otf     |    Bin 2216 -> 0 bytes
+ .../SourceSansPro-Regular.default.61,62,63.ttx     |    587 +
+ ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf |    Bin 2328 -> 0 bytes
+ ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.ttx |    578 +
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf |    Bin 20232 -> 0 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.ttx |   6312 +
+ ...Regular.desubroutinize-retain-gids.61,62,63.otf |    Bin 2316 -> 0 bytes
+ ...Regular.desubroutinize-retain-gids.61,62,63.ttx |    627 +
+ ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf |    Bin 30540 -> 0 bytes
+ ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.ttx |   9248 ++
+ ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf |    Bin 2436 -> 0 bytes
+ ...o-Regular.desubroutinize.1FC,21,41,20,62,63.ttx |    612 +
+ ...urceSansPro-Regular.desubroutinize.61,62,63.otf |    Bin 2120 -> 0 bytes
+ ...urceSansPro-Regular.desubroutinize.61,62,63.ttx |    492 +
+ ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf |    Bin 2312 -> 0 bytes
+ ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.ttx |    523 +
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf |    Bin 20064 -> 0 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.ttx |   6281 +
+ ...p-hints-desubroutinize-retain-gids.61,62,63.otf |    Bin 2192 -> 0 bytes
+ ...p-hints-desubroutinize-retain-gids.61,62,63.ttx |    607 +
+ ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf |    Bin 30372 -> 0 bytes
+ ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.ttx |   9215 ++
+ ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf |    Bin 2268 -> 0 bytes
+ ...rop-hints-desubroutinize.1FC,21,41,20,62,63.ttx |    581 +
+ ...-Regular.drop-hints-desubroutinize.61,62,63.otf |    Bin 1996 -> 0 bytes
+ ...-Regular.drop-hints-desubroutinize.61,62,63.ttx |    472 +
+ ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf |    Bin 2148 -> 0 bytes
+ ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.ttx |    490 +
+ ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf |    Bin 20156 -> 0 bytes
+ ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.ttx |   6367 +
+ ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf |    Bin 2228 -> 0 bytes
+ ...Pro-Regular.drop-hints-retain-gids.61,62,63.ttx |    670 +
+ ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf |    Bin 30384 -> 0 bytes
+ ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.ttx |   9259 ++
+ ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf |    Bin 2352 -> 0 bytes
+ ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.ttx |    667 +
+ .../SourceSansPro-Regular.drop-hints.61,62,63.otf  |    Bin 2060 -> 0 bytes
+ .../SourceSansPro-Regular.drop-hints.61,62,63.ttx  |    535 +
+ ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf |    Bin 2164 -> 0 bytes
+ ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.ttx |    534 +
+ ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf |    Bin 20384 -> 0 bytes
+ ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.ttx |   6438 +
+ .../SourceSansPro-Regular.retain-gids.61,62,63.otf |    Bin 2384 -> 0 bytes
+ .../SourceSansPro-Regular.retain-gids.61,62,63.ttx |    722 +
+ ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf |    Bin 30556 -> 0 bytes
+ ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.ttx |   9303 ++
+ ...ubset.default.3042,3044,3046,3048,304A,304B.otf |    Bin 4884 -> 0 bytes
+ ...ubset.default.3042,3044,3046,3048,304A,304B.ttx |   1165 +
+ ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 6276 -> 0 bytes
+ ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.ttx |   1708 +
+ ...eHanSans-Regular_subset.default.61,63,65,6B.otf |    Bin 2588 -> 0 bytes
+ ...eHanSans-Regular_subset.default.61,63,65,6B.ttx |    688 +
+ ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6736 -> 0 bytes
+ ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1585 +
+ .../SourceHanSans-Regular_subset.default.660E.otf  |    Bin 2456 -> 0 bytes
+ .../SourceHanSans-Regular_subset.default.660E.ttx  |    577 +
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 129876 -> 0 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.ttx |  62430 ++++++++
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 130920 -> 0 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.ttx |  62745 ++++++++
+ ...bset.desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 3412 -> 0 bytes
+ ...bset.desubroutinize-retain-gids.61,63,65,6B.ttx |   1081 +
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 122048 -> 0 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.ttx |  57783 ++++++++
+ ...ular_subset.desubroutinize-retain-gids.660E.otf |    Bin 50760 -> 0 bytes
+ ...ular_subset.desubroutinize-retain-gids.660E.ttx |  24455 ++++
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 4724 -> 0 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.ttx |   1044 +
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 5928 -> 0 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.ttx |   1414 +
+ ...s-Regular_subset.desubroutinize.61,63,65,6B.otf |    Bin 2520 -> 0 bytes
+ ...s-Regular_subset.desubroutinize.61,63,65,6B.ttx |    630 +
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6232 -> 0 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1152 +
+ ...eHanSans-Regular_subset.desubroutinize.660E.otf |    Bin 2440 -> 0 bytes
+ ...eHanSans-Regular_subset.desubroutinize.660E.ttx |    560 +
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 129448 -> 0 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.ttx |  62346 ++++++++
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 130312 -> 0 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.ttx |  62647 ++++++++
+ ...ints-desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 3288 -> 0 bytes
+ ...ints-desubroutinize-retain-gids.61,63,65,6B.ttx |   1055 +
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 121284 -> 0 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.ttx |  57675 ++++++++
+ ....drop-hints-desubroutinize-retain-gids.660E.otf |    Bin 50540 -> 0 bytes
+ ....drop-hints-desubroutinize-retain-gids.660E.ttx |  24416 ++++
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 4420 -> 0 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.ttx |    986 +
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 5416 -> 0 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.ttx |   1337 +
+ ...ubset.drop-hints-desubroutinize.61,63,65,6B.otf |    Bin 2416 -> 0 bytes
+ ...ubset.drop-hints-desubroutinize.61,63,65,6B.ttx |    609 +
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 5556 -> 0 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1063 +
+ ...gular_subset.drop-hints-desubroutinize.660E.otf |    Bin 2308 -> 0 bytes
+ ...gular_subset.drop-hints-desubroutinize.660E.ttx |    540 +
+ ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 129576 -> 0 bytes
+ ...s-retain-gids.3042,3044,3046,3048,304A,304B.ttx |  62443 ++++++++
+ ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 130604 -> 0 bytes
+ ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.ttx |  62929 +++++++++
+ ...r_subset.drop-hints-retain-gids.61,63,65,6B.otf |    Bin 3248 -> 0 bytes
+ ...r_subset.drop-hints-retain-gids.61,63,65,6B.ttx |   1089 +
+ ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 121776 -> 0 bytes
+ ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.ttx |  58100 ++++++++
+ ...-Regular_subset.drop-hints-retain-gids.660E.otf |    Bin 50552 -> 0 bytes
+ ...-Regular_subset.drop-hints-retain-gids.660E.ttx |  24429 ++++
+ ...et.drop-hints.3042,3044,3046,3048,304A,304B.otf |    Bin 4548 -> 0 bytes
+ ...et.drop-hints.3042,3044,3046,3048,304A,304B.ttx |   1083 +
+ ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 5708 -> 0 bytes
+ ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttx |   1619 +
+ ...nSans-Regular_subset.drop-hints.61,63,65,6B.otf |    Bin 2448 -> 0 bytes
+ ...nSans-Regular_subset.drop-hints.61,63,65,6B.ttx |    643 +
+ ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6048 -> 0 bytes
+ ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1488 +
+ ...ourceHanSans-Regular_subset.drop-hints.660E.otf |    Bin 2316 -> 0 bytes
+ ...ourceHanSans-Regular_subset.drop-hints.660E.ttx |    553 +
+ ...t.retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 130036 -> 0 bytes
+ ...t.retain-gids.3042,3044,3046,3048,304A,304B.ttx |  62551 ++++++++
+ ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 131272 -> 0 bytes
+ ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.ttx |  63039 +++++++++
+ ...Sans-Regular_subset.retain-gids.61,63,65,6B.otf |    Bin 3408 -> 0 bytes
+ ...Sans-Regular_subset.retain-gids.61,63,65,6B.ttx |   1139 +
+ ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 122552 -> 0 bytes
+ ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.ttx |  58216 ++++++++
+ ...urceHanSans-Regular_subset.retain-gids.660E.otf |    Bin 50776 -> 0 bytes
+ ...urceHanSans-Regular_subset.retain-gids.660E.ttx |  24472 ++++
+ ...039,1005,100A,103A,1038,1010,103D,1031,104A.otf |    Bin 7724 -> 0 bytes
+ ...039,1005,100A,103A,1038,1010,103D,1031,104A.ttx |   2971 +
+ ...otoSerifMyanmar-Regular.notdef-outline.1092.otf |    Bin 1380 -> 0 bytes
+ ...otoSerifMyanmar-Regular.notdef-outline.1092.ttx |    264 +
+ .../cmap/AdobeBlank-Regular.default.61,62.ttf      |    Bin 1252 -> 0 bytes
+ .../cmap/AdobeBlank-Regular.default.61,62.ttx      |    322 +
+ .../cmap/AdobeBlank-Regular.default.61,FEFA.ttf    |    Bin 1264 -> 0 bytes
+ .../cmap/AdobeBlank-Regular.default.61,FEFA.ttx    |    320 +
+ .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttf  |    Bin 1216 -> 0 bytes
+ .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttx  |    314 +
+ .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttf  |    Bin 1204 -> 0 bytes
+ .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttx  |    314 +
+ .../cmap/AdobeBlank-Regular.default.FEFA.ttf       |    Bin 1184 -> 0 bytes
+ .../cmap/AdobeBlank-Regular.default.FEFA.ttx       |    303 +
+ ...eBlank-Regular.drop-hints-retain-gids.61,62.ttf |    Bin 1468 -> 0 bytes
+ ...eBlank-Regular.drop-hints-retain-gids.61,62.ttx |    606 +
+ ...lank-Regular.drop-hints-retain-gids.61,FEFA.ttf |    Bin 8232 -> 0 bytes
+ ...lank-Regular.drop-hints-retain-gids.61,FEFA.ttx |   7356 +
+ ...nk-Regular.drop-hints-retain-gids.FEE6,FECF.ttf |    Bin 8104 -> 0 bytes
+ ...nk-Regular.drop-hints-retain-gids.FEE6,FECF.ttx |   7270 +
+ ...nk-Regular.drop-hints-retain-gids.FEF9,FEFA.ttf |    Bin 8172 -> 0 bytes
+ ...nk-Regular.drop-hints-retain-gids.FEF9,FEFA.ttx |   7350 +
+ ...beBlank-Regular.drop-hints-retain-gids.FEFA.ttf |    Bin 8156 -> 0 bytes
+ ...beBlank-Regular.drop-hints-retain-gids.FEFA.ttx |   7343 +
+ .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttf   |    Bin 1080 -> 0 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttx   |    218 +
+ .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttf |    Bin 1092 -> 0 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttx |    216 +
+ .../AdobeBlank-Regular.drop-hints.FEE6,FECF.ttf    |    Bin 1044 -> 0 bytes
+ .../AdobeBlank-Regular.drop-hints.FEE6,FECF.ttx    |    210 +
+ .../AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttf    |    Bin 1032 -> 0 bytes
+ .../AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttx    |    210 +
+ .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttf    |    Bin 1012 -> 0 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttx    |    199 +
+ .../cmap/AdobeBlank-Regular.name-ids.61,62.ttf     |    Bin 1000 -> 0 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.61,62.ttx     |    310 +
+ .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttf   |    Bin 1012 -> 0 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttx   |    308 +
+ .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttf |    Bin 964 -> 0 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttx |    302 +
+ .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttf |    Bin 952 -> 0 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttx |    302 +
+ .../cmap/AdobeBlank-Regular.name-ids.FEFA.ttf      |    Bin 932 -> 0 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEFA.ttx      |    291 +
+ .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttf  |    Bin 1640 -> 0 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttx  |    710 +
+ .../AdobeBlank-Regular.retain-gids.61,FEFA.ttf     |    Bin 8404 -> 0 bytes
+ .../AdobeBlank-Regular.retain-gids.61,FEFA.ttx     |   7460 +
+ .../AdobeBlank-Regular.retain-gids.FEE6,FECF.ttf   |    Bin 8276 -> 0 bytes
+ .../AdobeBlank-Regular.retain-gids.FEE6,FECF.ttx   |   7374 +
+ .../AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttf   |    Bin 8344 -> 0 bytes
+ .../AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttx   |   7454 +
+ .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttf   |    Bin 8328 -> 0 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttx   |   7447 +
+ .../cmap14/cmap14_font1.default.4E00,4E02,4E03.otf |    Bin 1360 -> 0 bytes
+ .../cmap14/cmap14_font1.default.4E00,4E02,4E03.ttx |    276 +
+ .../cmap14/cmap14_font1.default.4E00,4E03.otf      |    Bin 1236 -> 0 bytes
+ .../cmap14/cmap14_font1.default.4E00,4E03.ttx      |    261 +
+ .../cmap14/cmap14_font1.default.4E00,4E05,4E07.otf |    Bin 1328 -> 0 bytes
+ .../cmap14/cmap14_font1.default.4E00,4E05,4E07.ttx |    278 +
+ .../cmap14/cmap14_font1.default.4E02,4E03,4E08.otf |    Bin 1576 -> 0 bytes
+ .../cmap14/cmap14_font1.default.4E02,4E03,4E08.ttx |    294 +
+ .../expected/cmap14/cmap14_font1.default.4E02.otf  |    Bin 996 -> 0 bytes
+ .../expected/cmap14/cmap14_font1.default.4E02.ttx  |    233 +
+ .../expected/cmap14/cmap14_font1.default.4E03.otf  |    Bin 1080 -> 0 bytes
+ .../expected/cmap14/cmap14_font1.default.4E03.ttx  |    241 +
+ .../cmap14_font1.default.4E05,4E07,4E08,4E09.otf   |    Bin 1848 -> 0 bytes
+ .../cmap14_font1.default.4E05,4E07,4E08,4E09.ttx   |    329 +
+ .../cmap14/cmap14_font1.default.4E08,4E09.otf      |    Bin 1720 -> 0 bytes
+ .../cmap14/cmap14_font1.default.4E08,4E09.ttx      |    302 +
+ .../expected/cmap14/cmap14_font1.default.4E08.otf  |    Bin 1384 -> 0 bytes
+ .../expected/cmap14/cmap14_font1.default.4E08.ttx  |    265 +
+ .../cmap14_font1.default.retain-all-codepoint.otf  |    Bin 2348 -> 0 bytes
+ .../cmap14_font1.default.retain-all-codepoint.ttx  |    418 +
+ ...font1.drop-hints-retain-gids.4E00,4E02,4E03.otf |    Bin 1388 -> 0 bytes
+ ...font1.drop-hints-retain-gids.4E00,4E02,4E03.ttx |    318 +
+ ...ap14_font1.drop-hints-retain-gids.4E00,4E03.otf |    Bin 1272 -> 0 bytes
+ ...ap14_font1.drop-hints-retain-gids.4E00,4E03.ttx |    308 +
+ ...font1.drop-hints-retain-gids.4E00,4E05,4E07.otf |    Bin 1396 -> 0 bytes
+ ...font1.drop-hints-retain-gids.4E00,4E05,4E07.ttx |    340 +
+ ...font1.drop-hints-retain-gids.4E02,4E03,4E08.otf |    Bin 1720 -> 0 bytes
+ ...font1.drop-hints-retain-gids.4E02,4E03,4E08.ttx |    391 +
+ .../cmap14_font1.drop-hints-retain-gids.4E02.otf   |    Bin 1028 -> 0 bytes
+ .../cmap14_font1.drop-hints-retain-gids.4E02.ttx   |    280 +
+ .../cmap14_font1.drop-hints-retain-gids.4E03.otf   |    Bin 1124 -> 0 bytes
+ .../cmap14_font1.drop-hints-retain-gids.4E03.ttx   |    293 +
+ ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf |    Bin 1984 -> 0 bytes
+ ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.ttx |    421 +
+ ...ap14_font1.drop-hints-retain-gids.4E08,4E09.otf |    Bin 1872 -> 0 bytes
+ ...ap14_font1.drop-hints-retain-gids.4E08,4E09.ttx |    404 +
+ .../cmap14_font1.drop-hints-retain-gids.4E08.otf   |    Bin 1544 -> 0 bytes
+ .../cmap14_font1.drop-hints-retain-gids.4E08.ttx   |    372 +
+ ...drop-hints-retain-gids.retain-all-codepoint.otf |    Bin 2436 -> 0 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttx |    480 +
+ .../cmap14_font1.drop-hints.4E00,4E02,4E03.otf     |    Bin 1292 -> 0 bytes
+ .../cmap14_font1.drop-hints.4E00,4E02,4E03.ttx     |    268 +
+ .../cmap14/cmap14_font1.drop-hints.4E00,4E03.otf   |    Bin 1168 -> 0 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E00,4E03.ttx   |    253 +
+ .../cmap14_font1.drop-hints.4E00,4E05,4E07.otf     |    Bin 1260 -> 0 bytes
+ .../cmap14_font1.drop-hints.4E00,4E05,4E07.ttx     |    270 +
+ .../cmap14_font1.drop-hints.4E02,4E03,4E08.otf     |    Bin 1512 -> 0 bytes
+ .../cmap14_font1.drop-hints.4E02,4E03,4E08.ttx     |    286 +
+ .../cmap14/cmap14_font1.drop-hints.4E02.otf        |    Bin 928 -> 0 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E02.ttx        |    225 +
+ .../cmap14/cmap14_font1.drop-hints.4E03.otf        |    Bin 1012 -> 0 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E03.ttx        |    233 +
+ ...cmap14_font1.drop-hints.4E05,4E07,4E08,4E09.otf |    Bin 1780 -> 0 bytes
+ ...cmap14_font1.drop-hints.4E05,4E07,4E08,4E09.ttx |    321 +
+ .../cmap14/cmap14_font1.drop-hints.4E08,4E09.otf   |    Bin 1652 -> 0 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E08,4E09.ttx   |    294 +
+ .../cmap14/cmap14_font1.drop-hints.4E08.otf        |    Bin 1316 -> 0 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E08.ttx        |    257 +
+ ...map14_font1.drop-hints.retain-all-codepoint.otf |    Bin 2280 -> 0 bytes
+ ...map14_font1.drop-hints.retain-all-codepoint.ttx |    410 +
+ .../cmap14/cmap14_font1.gids.4E00,4E02,4E03.otf    |    Bin 1388 -> 0 bytes
+ .../cmap14/cmap14_font1.gids.4E00,4E02,4E03.ttx    |    297 +
+ .../cmap14/cmap14_font1.gids.4E00,4E03.otf         |    Bin 1380 -> 0 bytes
+ .../cmap14/cmap14_font1.gids.4E00,4E03.ttx         |    289 +
+ .../cmap14/cmap14_font1.gids.4E00,4E05,4E07.otf    |    Bin 1620 -> 0 bytes
+ .../cmap14/cmap14_font1.gids.4E00,4E05,4E07.ttx    |    318 +
+ .../cmap14/cmap14_font1.gids.4E02,4E03,4E08.otf    |    Bin 1744 -> 0 bytes
+ .../cmap14/cmap14_font1.gids.4E02,4E03,4E08.ttx    |    326 +
+ .../expected/cmap14/cmap14_font1.gids.4E02.otf     |    Bin 1312 -> 0 bytes
+ .../expected/cmap14/cmap14_font1.gids.4E02.ttx     |    277 +
+ .../expected/cmap14/cmap14_font1.gids.4E03.otf     |    Bin 1352 -> 0 bytes
+ .../expected/cmap14/cmap14_font1.gids.4E03.ttx     |    280 +
+ .../cmap14_font1.gids.4E05,4E07,4E08,4E09.otf      |    Bin 2164 -> 0 bytes
+ .../cmap14_font1.gids.4E05,4E07,4E08,4E09.ttx      |    373 +
+ .../cmap14/cmap14_font1.gids.4E08,4E09.otf         |    Bin 2036 -> 0 bytes
+ .../cmap14/cmap14_font1.gids.4E08,4E09.ttx         |    346 +
+ .../expected/cmap14/cmap14_font1.gids.4E08.otf     |    Bin 1704 -> 0 bytes
+ .../expected/cmap14/cmap14_font1.gids.4E08.ttx     |    309 +
+ .../cmap14_font1.gids.retain-all-codepoint.otf     |    Bin 2380 -> 0 bytes
+ .../cmap14_font1.gids.retain-all-codepoint.ttx     |    439 +
+ .../cmap14_font1.name-ids.4E00,4E02,4E03.otf       |    Bin 1292 -> 0 bytes
+ .../cmap14_font1.name-ids.4E00,4E02,4E03.ttx       |    264 +
+ .../cmap14/cmap14_font1.name-ids.4E00,4E03.otf     |    Bin 1168 -> 0 bytes
+ .../cmap14/cmap14_font1.name-ids.4E00,4E03.ttx     |    249 +
+ .../cmap14_font1.name-ids.4E00,4E05,4E07.otf       |    Bin 1260 -> 0 bytes
+ .../cmap14_font1.name-ids.4E00,4E05,4E07.ttx       |    266 +
+ .../cmap14_font1.name-ids.4E02,4E03,4E08.otf       |    Bin 1508 -> 0 bytes
+ .../cmap14_font1.name-ids.4E02,4E03,4E08.ttx       |    282 +
+ .../expected/cmap14/cmap14_font1.name-ids.4E02.otf |    Bin 928 -> 0 bytes
+ .../expected/cmap14/cmap14_font1.name-ids.4E02.ttx |    221 +
+ .../expected/cmap14/cmap14_font1.name-ids.4E03.otf |    Bin 1012 -> 0 bytes
+ .../expected/cmap14/cmap14_font1.name-ids.4E03.ttx |    229 +
+ .../cmap14_font1.name-ids.4E05,4E07,4E08,4E09.otf  |    Bin 1780 -> 0 bytes
+ .../cmap14_font1.name-ids.4E05,4E07,4E08,4E09.ttx  |    317 +
+ .../cmap14/cmap14_font1.name-ids.4E08,4E09.otf     |    Bin 1652 -> 0 bytes
+ .../cmap14/cmap14_font1.name-ids.4E08,4E09.ttx     |    290 +
+ .../expected/cmap14/cmap14_font1.name-ids.4E08.otf |    Bin 1316 -> 0 bytes
+ .../expected/cmap14/cmap14_font1.name-ids.4E08.ttx |    253 +
+ .../cmap14_font1.name-ids.retain-all-codepoint.otf |    Bin 2280 -> 0 bytes
+ .../cmap14_font1.name-ids.retain-all-codepoint.ttx |    406 +
+ .../cmap14_font1.retain-gids.4E00,4E02,4E03.otf    |    Bin 1452 -> 0 bytes
+ .../cmap14_font1.retain-gids.4E00,4E02,4E03.ttx    |    326 +
+ .../cmap14/cmap14_font1.retain-gids.4E00,4E03.otf  |    Bin 1340 -> 0 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E00,4E03.ttx  |    316 +
+ .../cmap14_font1.retain-gids.4E00,4E05,4E07.otf    |    Bin 1464 -> 0 bytes
+ .../cmap14_font1.retain-gids.4E00,4E05,4E07.ttx    |    348 +
+ .../cmap14_font1.retain-gids.4E02,4E03,4E08.otf    |    Bin 1788 -> 0 bytes
+ .../cmap14_font1.retain-gids.4E02,4E03,4E08.ttx    |    399 +
+ .../cmap14/cmap14_font1.retain-gids.4E02.otf       |    Bin 1096 -> 0 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E02.ttx       |    288 +
+ .../cmap14/cmap14_font1.retain-gids.4E03.otf       |    Bin 1192 -> 0 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E03.ttx       |    301 +
+ ...map14_font1.retain-gids.4E05,4E07,4E08,4E09.otf |    Bin 2048 -> 0 bytes
+ ...map14_font1.retain-gids.4E05,4E07,4E08,4E09.ttx |    429 +
+ .../cmap14/cmap14_font1.retain-gids.4E08,4E09.otf  |    Bin 1940 -> 0 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E08,4E09.ttx  |    412 +
+ .../cmap14/cmap14_font1.retain-gids.4E08.otf       |    Bin 1608 -> 0 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E08.ttx       |    380 +
+ ...ap14_font1.retain-gids.retain-all-codepoint.otf |    Bin 2500 -> 0 bytes
+ ...ap14_font1.retain-gids.retain-all-codepoint.ttx |    488 +
+ .../cmap14/cmap14_font2.default.4E00,4E02,4E03.otf |    Bin 1360 -> 0 bytes
+ .../cmap14/cmap14_font2.default.4E00,4E02,4E03.ttx |    276 +
+ .../cmap14/cmap14_font2.default.4E00,4E03.otf      |    Bin 1236 -> 0 bytes
+ .../cmap14/cmap14_font2.default.4E00,4E03.ttx      |    261 +
+ .../cmap14/cmap14_font2.default.4E00,4E05,4E07.otf |    Bin 1332 -> 0 bytes
+ .../cmap14/cmap14_font2.default.4E00,4E05,4E07.ttx |    278 +
+ .../cmap14/cmap14_font2.default.4E02,4E03,4E08.otf |    Bin 1576 -> 0 bytes
+ .../cmap14/cmap14_font2.default.4E02,4E03,4E08.ttx |    294 +
+ .../expected/cmap14/cmap14_font2.default.4E02.otf  |    Bin 992 -> 0 bytes
+ .../expected/cmap14/cmap14_font2.default.4E02.ttx  |    233 +
+ .../expected/cmap14/cmap14_font2.default.4E03.otf  |    Bin 1076 -> 0 bytes
+ .../expected/cmap14/cmap14_font2.default.4E03.ttx  |    241 +
+ .../cmap14_font2.default.4E05,4E07,4E08,4E09.otf   |    Bin 1848 -> 0 bytes
+ .../cmap14_font2.default.4E05,4E07,4E08,4E09.ttx   |    329 +
+ .../cmap14/cmap14_font2.default.4E08,4E09.otf      |    Bin 1716 -> 0 bytes
+ .../cmap14/cmap14_font2.default.4E08,4E09.ttx      |    302 +
+ .../expected/cmap14/cmap14_font2.default.4E08.otf  |    Bin 1380 -> 0 bytes
+ .../expected/cmap14/cmap14_font2.default.4E08.ttx  |    265 +
+ .../cmap14_font2.default.retain-all-codepoint.otf  |    Bin 2344 -> 0 bytes
+ .../cmap14_font2.default.retain-all-codepoint.ttx  |    418 +
+ ...font2.drop-hints-retain-gids.4E00,4E02,4E03.otf |    Bin 1388 -> 0 bytes
+ ...font2.drop-hints-retain-gids.4E00,4E02,4E03.ttx |    318 +
+ ...ap14_font2.drop-hints-retain-gids.4E00,4E03.otf |    Bin 1272 -> 0 bytes
+ ...ap14_font2.drop-hints-retain-gids.4E00,4E03.ttx |    308 +
+ ...font2.drop-hints-retain-gids.4E00,4E05,4E07.otf |    Bin 1400 -> 0 bytes
+ ...font2.drop-hints-retain-gids.4E00,4E05,4E07.ttx |    340 +
+ ...font2.drop-hints-retain-gids.4E02,4E03,4E08.otf |    Bin 1720 -> 0 bytes
+ ...font2.drop-hints-retain-gids.4E02,4E03,4E08.ttx |    391 +
+ .../cmap14_font2.drop-hints-retain-gids.4E02.otf   |    Bin 1024 -> 0 bytes
+ .../cmap14_font2.drop-hints-retain-gids.4E02.ttx   |    280 +
+ .../cmap14_font2.drop-hints-retain-gids.4E03.otf   |    Bin 1120 -> 0 bytes
+ .../cmap14_font2.drop-hints-retain-gids.4E03.ttx   |    293 +
+ ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf |    Bin 1984 -> 0 bytes
+ ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.ttx |    421 +
+ ...ap14_font2.drop-hints-retain-gids.4E08,4E09.otf |    Bin 1868 -> 0 bytes
+ ...ap14_font2.drop-hints-retain-gids.4E08,4E09.ttx |    404 +
+ .../cmap14_font2.drop-hints-retain-gids.4E08.otf   |    Bin 1540 -> 0 bytes
+ .../cmap14_font2.drop-hints-retain-gids.4E08.ttx   |    372 +
+ ...drop-hints-retain-gids.retain-all-codepoint.otf |    Bin 2432 -> 0 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttx |    480 +
+ .../cmap14_font2.drop-hints.4E00,4E02,4E03.otf     |    Bin 1292 -> 0 bytes
+ .../cmap14_font2.drop-hints.4E00,4E02,4E03.ttx     |    268 +
+ .../cmap14/cmap14_font2.drop-hints.4E00,4E03.otf   |    Bin 1168 -> 0 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E00,4E03.ttx   |    253 +
+ .../cmap14_font2.drop-hints.4E00,4E05,4E07.otf     |    Bin 1264 -> 0 bytes
+ .../cmap14_font2.drop-hints.4E00,4E05,4E07.ttx     |    270 +
+ .../cmap14_font2.drop-hints.4E02,4E03,4E08.otf     |    Bin 1512 -> 0 bytes
+ .../cmap14_font2.drop-hints.4E02,4E03,4E08.ttx     |    286 +
+ .../cmap14/cmap14_font2.drop-hints.4E02.otf        |    Bin 924 -> 0 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E02.ttx        |    225 +
+ .../cmap14/cmap14_font2.drop-hints.4E03.otf        |    Bin 1008 -> 0 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E03.ttx        |    233 +
+ ...cmap14_font2.drop-hints.4E05,4E07,4E08,4E09.otf |    Bin 1780 -> 0 bytes
+ ...cmap14_font2.drop-hints.4E05,4E07,4E08,4E09.ttx |    321 +
+ .../cmap14/cmap14_font2.drop-hints.4E08,4E09.otf   |    Bin 1648 -> 0 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E08,4E09.ttx   |    294 +
+ .../cmap14/cmap14_font2.drop-hints.4E08.otf        |    Bin 1312 -> 0 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E08.ttx        |    257 +
+ ...map14_font2.drop-hints.retain-all-codepoint.otf |    Bin 2276 -> 0 bytes
+ ...map14_font2.drop-hints.retain-all-codepoint.ttx |    410 +
+ .../cmap14/cmap14_font2.gids.4E00,4E02,4E03.otf    |    Bin 1388 -> 0 bytes
+ .../cmap14/cmap14_font2.gids.4E00,4E02,4E03.ttx    |    297 +
+ .../cmap14/cmap14_font2.gids.4E00,4E03.otf         |    Bin 1380 -> 0 bytes
+ .../cmap14/cmap14_font2.gids.4E00,4E03.ttx         |    289 +
+ .../cmap14/cmap14_font2.gids.4E00,4E05,4E07.otf    |    Bin 1624 -> 0 bytes
+ .../cmap14/cmap14_font2.gids.4E00,4E05,4E07.ttx    |    318 +
+ .../cmap14/cmap14_font2.gids.4E02,4E03,4E08.otf    |    Bin 1744 -> 0 bytes
+ .../cmap14/cmap14_font2.gids.4E02,4E03,4E08.ttx    |    326 +
+ .../expected/cmap14/cmap14_font2.gids.4E02.otf     |    Bin 1308 -> 0 bytes
+ .../expected/cmap14/cmap14_font2.gids.4E02.ttx     |    277 +
+ .../expected/cmap14/cmap14_font2.gids.4E03.otf     |    Bin 1348 -> 0 bytes
+ .../expected/cmap14/cmap14_font2.gids.4E03.ttx     |    280 +
+ .../cmap14_font2.gids.4E05,4E07,4E08,4E09.otf      |    Bin 2164 -> 0 bytes
+ .../cmap14_font2.gids.4E05,4E07,4E08,4E09.ttx      |    373 +
+ .../cmap14/cmap14_font2.gids.4E08,4E09.otf         |    Bin 2032 -> 0 bytes
+ .../cmap14/cmap14_font2.gids.4E08,4E09.ttx         |    346 +
+ .../expected/cmap14/cmap14_font2.gids.4E08.otf     |    Bin 1700 -> 0 bytes
+ .../expected/cmap14/cmap14_font2.gids.4E08.ttx     |    309 +
+ .../cmap14_font2.gids.retain-all-codepoint.otf     |    Bin 2376 -> 0 bytes
+ .../cmap14_font2.gids.retain-all-codepoint.ttx     |    439 +
+ .../cmap14_font2.name-ids.4E00,4E02,4E03.otf       |    Bin 1292 -> 0 bytes
+ .../cmap14_font2.name-ids.4E00,4E02,4E03.ttx       |    264 +
+ .../cmap14/cmap14_font2.name-ids.4E00,4E03.otf     |    Bin 1168 -> 0 bytes
+ .../cmap14/cmap14_font2.name-ids.4E00,4E03.ttx     |    249 +
+ .../cmap14_font2.name-ids.4E00,4E05,4E07.otf       |    Bin 1264 -> 0 bytes
+ .../cmap14_font2.name-ids.4E00,4E05,4E07.ttx       |    266 +
+ .../cmap14_font2.name-ids.4E02,4E03,4E08.otf       |    Bin 1508 -> 0 bytes
+ .../cmap14_font2.name-ids.4E02,4E03,4E08.ttx       |    282 +
+ .../expected/cmap14/cmap14_font2.name-ids.4E02.otf |    Bin 924 -> 0 bytes
+ .../expected/cmap14/cmap14_font2.name-ids.4E02.ttx |    221 +
+ .../expected/cmap14/cmap14_font2.name-ids.4E03.otf |    Bin 1008 -> 0 bytes
+ .../expected/cmap14/cmap14_font2.name-ids.4E03.ttx |    229 +
+ .../cmap14_font2.name-ids.4E05,4E07,4E08,4E09.otf  |    Bin 1780 -> 0 bytes
+ .../cmap14_font2.name-ids.4E05,4E07,4E08,4E09.ttx  |    317 +
+ .../cmap14/cmap14_font2.name-ids.4E08,4E09.otf     |    Bin 1648 -> 0 bytes
+ .../cmap14/cmap14_font2.name-ids.4E08,4E09.ttx     |    290 +
+ .../expected/cmap14/cmap14_font2.name-ids.4E08.otf |    Bin 1312 -> 0 bytes
+ .../expected/cmap14/cmap14_font2.name-ids.4E08.ttx |    253 +
+ .../cmap14_font2.name-ids.retain-all-codepoint.otf |    Bin 2276 -> 0 bytes
+ .../cmap14_font2.name-ids.retain-all-codepoint.ttx |    406 +
+ .../cmap14_font2.retain-gids.4E00,4E02,4E03.otf    |    Bin 1452 -> 0 bytes
+ .../cmap14_font2.retain-gids.4E00,4E02,4E03.ttx    |    326 +
+ .../cmap14/cmap14_font2.retain-gids.4E00,4E03.otf  |    Bin 1340 -> 0 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E00,4E03.ttx  |    316 +
+ .../cmap14_font2.retain-gids.4E00,4E05,4E07.otf    |    Bin 1468 -> 0 bytes
+ .../cmap14_font2.retain-gids.4E00,4E05,4E07.ttx    |    348 +
+ .../cmap14_font2.retain-gids.4E02,4E03,4E08.otf    |    Bin 1788 -> 0 bytes
+ .../cmap14_font2.retain-gids.4E02,4E03,4E08.ttx    |    399 +
+ .../cmap14/cmap14_font2.retain-gids.4E02.otf       |    Bin 1092 -> 0 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E02.ttx       |    288 +
+ .../cmap14/cmap14_font2.retain-gids.4E03.otf       |    Bin 1188 -> 0 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E03.ttx       |    301 +
+ ...map14_font2.retain-gids.4E05,4E07,4E08,4E09.otf |    Bin 2048 -> 0 bytes
+ ...map14_font2.retain-gids.4E05,4E07,4E08,4E09.ttx |    429 +
+ .../cmap14/cmap14_font2.retain-gids.4E08,4E09.otf  |    Bin 1936 -> 0 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E08,4E09.ttx  |    412 +
+ .../cmap14/cmap14_font2.retain-gids.4E08.otf       |    Bin 1604 -> 0 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E08.ttx       |    380 +
+ ...ap14_font2.retain-gids.retain-all-codepoint.otf |    Bin 2496 -> 0 bytes
+ ...ap14_font2.retain-gids.retain-all-codepoint.ttx |    488 +
+ .../TwemojiMozilla.subset.default.32,3297,3299.ttf |    Bin 1936 -> 0 bytes
+ .../TwemojiMozilla.subset.default.32,3297,3299.ttx |    626 +
+ .../colr/TwemojiMozilla.subset.default.32,3297.ttf |    Bin 1400 -> 0 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3297.ttx |    411 +
+ .../colr/TwemojiMozilla.subset.default.32,3299.ttf |    Bin 1576 -> 0 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3299.ttx |    475 +
+ .../colr/TwemojiMozilla.subset.default.32.ttf      |    Bin 932 -> 0 bytes
+ .../colr/TwemojiMozilla.subset.default.32.ttx      |    231 +
+ .../TwemojiMozilla.subset.default.3297,3299.ttf    |    Bin 1916 -> 0 bytes
+ .../TwemojiMozilla.subset.default.3297,3299.ttx    |    617 +
+ .../colr/TwemojiMozilla.subset.default.3297.ttf    |    Bin 1376 -> 0 bytes
+ .../colr/TwemojiMozilla.subset.default.3297.ttx    |    402 +
+ .../colr/TwemojiMozilla.subset.default.3299.ttf    |    Bin 1552 -> 0 bytes
+ .../colr/TwemojiMozilla.subset.default.3299.ttx    |    466 +
+ ....subset.drop-hints-retain-gids.32,3297,3299.ttf |    Bin 1916 -> 0 bytes
+ ....subset.drop-hints-retain-gids.32,3297,3299.ttx |    621 +
+ ...zilla.subset.drop-hints-retain-gids.32,3297.ttf |    Bin 1396 -> 0 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3297.ttx |    410 +
+ ...zilla.subset.drop-hints-retain-gids.32,3299.ttf |    Bin 1576 -> 0 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3299.ttx |    478 +
+ ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf |    Bin 912 -> 0 bytes
+ ...ojiMozilla.subset.drop-hints-retain-gids.32.ttx |    226 +
+ ...lla.subset.drop-hints-retain-gids.3297,3299.ttf |    Bin 1900 -> 0 bytes
+ ...lla.subset.drop-hints-retain-gids.3297,3299.ttx |    616 +
+ ...iMozilla.subset.drop-hints-retain-gids.3297.ttf |    Bin 1372 -> 0 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3297.ttx |    405 +
+ ...iMozilla.subset.drop-hints-retain-gids.3299.ttf |    Bin 1552 -> 0 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3299.ttx |    473 +
+ ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf |    Bin 1916 -> 0 bytes
+ ...emojiMozilla.subset.drop-hints.32,3297,3299.ttx |    621 +
+ .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   |    Bin 1380 -> 0 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3297.ttx   |    406 +
+ .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   |    Bin 1556 -> 0 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3299.ttx   |    470 +
+ .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   |    Bin 912 -> 0 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.32.ttx   |    226 +
+ .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf |    Bin 1896 -> 0 bytes
+ .../TwemojiMozilla.subset.drop-hints.3297,3299.ttx |    612 +
+ .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf |    Bin 1356 -> 0 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3297.ttx |    397 +
+ .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf |    Bin 1532 -> 0 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3299.ttx |    461 +
+ ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf |    Bin 1936 -> 0 bytes
+ ...mojiMozilla.subset.retain-gids.32,3297,3299.ttx |    626 +
+ .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  |    Bin 1416 -> 0 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3297.ttx  |    415 +
+ .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  |    Bin 1596 -> 0 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3299.ttx  |    483 +
+ .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  |    Bin 932 -> 0 bytes
+ .../colr/TwemojiMozilla.subset.retain-gids.32.ttx  |    231 +
+ ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf |    Bin 1920 -> 0 bytes
+ ...TwemojiMozilla.subset.retain-gids.3297,3299.ttx |    621 +
+ .../TwemojiMozilla.subset.retain-gids.3297.ttf     |    Bin 1392 -> 0 bytes
+ .../TwemojiMozilla.subset.retain-gids.3297.ttx     |    410 +
+ .../TwemojiMozilla.subset.retain-gids.3299.ttf     |    Bin 1572 -> 0 bytes
+ .../TwemojiMozilla.subset.retain-gids.3299.ttx     |    478 +
+ .../colr_with_components/colr-table.default.6B.ttf |    Bin 4260 -> 0 bytes
+ .../colr_with_components/colr-table.default.6B.ttx |   1435 +
+ .../colr-table.drop-hints-retain-gids.6B.ttf       |    Bin 4984 -> 0 bytes
+ .../colr-table.drop-hints-retain-gids.6B.ttx       |   1919 +
+ .../colr-table.drop-hints.6B.ttf                   |    Bin 4260 -> 0 bytes
+ .../colr-table.drop-hints.6B.ttx                   |   1435 +
+ .../colr-table.retain-gids.6B.ttf                  |    Bin 4984 -> 0 bytes
+ .../colr-table.retain-gids.6B.ttx                  |   1919 +
+ ...oColrEmojiGlyf-Regular.subset.default.1f35e.ttf |    Bin 3004 -> 0 bytes
+ ...oColrEmojiGlyf-Regular.subset.default.1f35e.ttx |   1077 +
+ ...oColrEmojiGlyf-Regular.subset.default.1f696.ttf |    Bin 3752 -> 0 bytes
+ ...oColrEmojiGlyf-Regular.subset.default.1f696.ttx |   1449 +
+ ...Regular.subset.drop-hints-retain-gids.1f35e.ttf |    Bin 3516 -> 0 bytes
+ ...Regular.subset.drop-hints-retain-gids.1f35e.ttx |   1417 +
+ ...Regular.subset.drop-hints-retain-gids.1f696.ttf |    Bin 5048 -> 0 bytes
+ ...Regular.subset.drop-hints-retain-gids.1f696.ttx |   2313 +
+ ...lrEmojiGlyf-Regular.subset.drop-hints.1f35e.ttf |    Bin 3004 -> 0 bytes
+ ...lrEmojiGlyf-Regular.subset.drop-hints.1f35e.ttx |   1077 +
+ ...lrEmojiGlyf-Regular.subset.drop-hints.1f696.ttf |    Bin 3752 -> 0 bytes
+ ...lrEmojiGlyf-Regular.subset.drop-hints.1f696.ttx |   1449 +
+ ...rEmojiGlyf-Regular.subset.retain-gids.1f35e.ttf |    Bin 3516 -> 0 bytes
+ ...rEmojiGlyf-Regular.subset.retain-gids.1f35e.ttx |   1417 +
+ ...rEmojiGlyf-Regular.subset.retain-gids.1f696.ttf |    Bin 5048 -> 0 bytes
+ ...rEmojiGlyf-Regular.subset.retain-gids.1f696.ttx |   2313 +
+ .../colrv1/TestCOLRv1.default.E000,E004.ttf        |    Bin 900 -> 0 bytes
+ .../colrv1/TestCOLRv1.default.E000,E004.ttx        |    316 +
+ .../colrv1/TestCOLRv1.default.E003,E004.ttf        |    Bin 1000 -> 0 bytes
+ .../colrv1/TestCOLRv1.default.E003,E004.ttx        |    367 +
+ .../expected/colrv1/TestCOLRv1.default.E004.ttf    |    Bin 744 -> 0 bytes
+ .../expected/colrv1/TestCOLRv1.default.E004.ttx    |    231 +
+ .../TestCOLRv1.default.retain-all-codepoint.ttf    |    Bin 1444 -> 0 bytes
+ .../TestCOLRv1.default.retain-all-codepoint.ttx    |    596 +
+ ...TestCOLRv1.drop-hints-retain-gids.E000,E004.ttf |    Bin 984 -> 0 bytes
+ ...TestCOLRv1.drop-hints-retain-gids.E000,E004.ttx |    364 +
+ ...TestCOLRv1.drop-hints-retain-gids.E003,E004.ttf |    Bin 1076 -> 0 bytes
+ ...TestCOLRv1.drop-hints-retain-gids.E003,E004.ttx |    411 +
+ .../TestCOLRv1.drop-hints-retain-gids.E004.ttf     |    Bin 836 -> 0 bytes
+ .../TestCOLRv1.drop-hints-retain-gids.E004.ttx     |    291 +
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf |    Bin 1444 -> 0 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttx |    596 +
+ .../colrv1/TestCOLRv1.drop-hints.E000,E004.ttf     |    Bin 900 -> 0 bytes
+ .../colrv1/TestCOLRv1.drop-hints.E000,E004.ttx     |    316 +
+ .../colrv1/TestCOLRv1.drop-hints.E003,E004.ttf     |    Bin 1000 -> 0 bytes
+ .../colrv1/TestCOLRv1.drop-hints.E003,E004.ttx     |    367 +
+ .../expected/colrv1/TestCOLRv1.drop-hints.E004.ttf |    Bin 744 -> 0 bytes
+ .../expected/colrv1/TestCOLRv1.drop-hints.E004.ttx |    231 +
+ .../TestCOLRv1.drop-hints.retain-all-codepoint.ttf |    Bin 1444 -> 0 bytes
+ .../TestCOLRv1.drop-hints.retain-all-codepoint.ttx |    596 +
+ .../colrv1/TestCOLRv1.retain-gids.E000,E004.ttf    |    Bin 984 -> 0 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E000,E004.ttx    |    364 +
+ .../colrv1/TestCOLRv1.retain-gids.E003,E004.ttf    |    Bin 1076 -> 0 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E003,E004.ttx    |    411 +
+ .../colrv1/TestCOLRv1.retain-gids.E004.ttf         |    Bin 836 -> 0 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E004.ttx         |    291 +
+ ...TestCOLRv1.retain-gids.retain-all-codepoint.ttf |    Bin 1444 -> 0 bytes
+ ...TestCOLRv1.retain-gids.retain-all-codepoint.ttx |    596 +
+ .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  |    Bin 3080 -> 0 bytes
+ .../Roboto-Regular.default.1FC,21,41,20,62,63.ttx  |   1659 +
+ .../full-font/Roboto-Regular.default.61,62,63.ttf  |    Bin 2672 -> 0 bytes
+ .../full-font/Roboto-Regular.default.61,62,63.ttx  |   1422 +
+ .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      |    Bin 3024 -> 0 bytes
+ .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttx      |   1571 +
+ ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf |    Bin 1632 -> 0 bytes
+ ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttx |    549 +
+ .../Roboto-Regular.drop-hints.61,62,63.ttf         |    Bin 1412 -> 0 bytes
+ .../Roboto-Regular.drop-hints.61,62,63.ttx         |    494 +
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   |    Bin 1648 -> 0 bytes
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttx   |    529 +
+ ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf |    Bin 3992 -> 0 bytes
+ ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttx |   1355 +
+ .../SourceSerifVariable-Roman.default.61,62,63.ttf |    Bin 3832 -> 0 bytes
+ .../SourceSerifVariable-Roman.default.61,62,63.ttx |   1262 +
+ ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf |    Bin 4396 -> 0 bytes
+ ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttx |   1522 +
+ ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf |    Bin 3968 -> 0 bytes
+ ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttx |   1349 +
+ ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf |    Bin 3832 -> 0 bytes
+ ...urceSerifVariable-Roman.drop-hints.61,62,63.ttx |   1262 +
+ ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf |    Bin 4396 -> 0 bytes
+ ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttx |   1522 +
+ .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  |    Bin 2344 -> 0 bytes
+ .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttx  |   1187 +
+ .../japanese/Mplus1p-Regular.default.25771.ttf     |    Bin 1992 -> 0 bytes
+ .../japanese/Mplus1p-Regular.default.25771.ttx     |   1033 +
+ ...gular.default.3042,3044,3046,3048,304A,304B.ttf |    Bin 2704 -> 0 bytes
+ ...gular.default.3042,3044,3046,3048,304A,304B.ttx |   1296 +
+ ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf |    Bin 2948 -> 0 bytes
+ ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttx |   1403 +
+ .../Mplus1p-Regular.default.61,63,65,6B.ttf        |    Bin 2324 -> 0 bytes
+ .../Mplus1p-Regular.default.61,63,65,6B.ttx        |   1172 +
+ ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf |    Bin 3244 -> 0 bytes
+ ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1522 +
+ .../japanese/Mplus1p-Regular.default.660E.ttf      |    Bin 1984 -> 0 bytes
+ .../japanese/Mplus1p-Regular.default.660E.ttx      |   1024 +
+ ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf |    Bin 1616 -> 0 bytes
+ ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttx |    522 +
+ .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  |    Bin 1264 -> 0 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.25771.ttx  |    368 +
+ ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf |    Bin 1976 -> 0 bytes
+ ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttx |    631 +
+ ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf |    Bin 2220 -> 0 bytes
+ ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttx |    738 +
+ .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     |    Bin 1596 -> 0 bytes
+ .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttx     |    507 +
+ ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf |    Bin 2516 -> 0 bytes
+ ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttx |    857 +
+ .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   |    Bin 1256 -> 0 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.660E.ttx   |    359 +
+ ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttf |    Bin 2344 -> 0 bytes
+ ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttx |   1187 +
+ .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf   |    Bin 1992 -> 0 bytes
+ .../japanese/Mplus1p-Regular.keep-gdef.25771.ttx   |   1033 +
+ ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttf |    Bin 2704 -> 0 bytes
+ ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttx |   1296 +
+ ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttf |    Bin 2948 -> 0 bytes
+ ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttx |   1403 +
+ .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttf      |    Bin 2324 -> 0 bytes
+ .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttx      |   1172 +
+ ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttf |    Bin 3244 -> 0 bytes
+ ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1522 +
+ .../japanese/Mplus1p-Regular.keep-gdef.660E.ttf    |    Bin 1984 -> 0 bytes
+ .../japanese/Mplus1p-Regular.keep-gdef.660E.ttx    |   1024 +
+ ...text1_multiple_subrules_f1.default.41,42,43.otf |    Bin 1328 -> 0 bytes
+ ...text1_multiple_subrules_f1.default.41,42,43.ttx |    284 +
+ ...context1_multiple_subrules_f1.default.41,42.otf |    Bin 1228 -> 0 bytes
+ ...context1_multiple_subrules_f1.default.41,42.ttx |    265 +
+ ...context1_multiple_subrules_f1.default.41,43.otf |    Bin 1332 -> 0 bytes
+ ...context1_multiple_subrules_f1.default.41,43.ttx |    275 +
+ ...os_context1_multiple_subrules_f1.default.41.otf |    Bin 1216 -> 0 bytes
+ ...os_context1_multiple_subrules_f1.default.41.ttx |    256 +
+ ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 3700 -> 0 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.ttx |   1247 +
+ ...1_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 2028 -> 0 bytes
+ ...1_multiple_subrules_f1.retain-gids.41,42,43.ttx |    604 +
+ ...ext1_multiple_subrules_f1.retain-gids.41,42.otf |    Bin 1932 -> 0 bytes
+ ...ext1_multiple_subrules_f1.retain-gids.41,42.ttx |    585 +
+ ...ext1_multiple_subrules_f1.retain-gids.41,43.otf |    Bin 2048 -> 0 bytes
+ ...ext1_multiple_subrules_f1.retain-gids.41,43.ttx |    600 +
+ ...ontext1_multiple_subrules_f1.retain-gids.41.otf |    Bin 1916 -> 0 bytes
+ ...ontext1_multiple_subrules_f1.retain-gids.41.ttx |    576 +
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 3700 -> 0 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1247 +
+ ...text2_multiple_subrules_f1.default.41,42,43.otf |    Bin 1328 -> 0 bytes
+ ...text2_multiple_subrules_f1.default.41,42,43.ttx |    284 +
+ ...context2_multiple_subrules_f1.default.41,42.otf |    Bin 1228 -> 0 bytes
+ ...context2_multiple_subrules_f1.default.41,42.ttx |    265 +
+ ...context2_multiple_subrules_f1.default.41,43.otf |    Bin 1332 -> 0 bytes
+ ...context2_multiple_subrules_f1.default.41,43.ttx |    275 +
+ ...os_context2_multiple_subrules_f1.default.41.otf |    Bin 1216 -> 0 bytes
+ ...os_context2_multiple_subrules_f1.default.41.ttx |    256 +
+ ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 3700 -> 0 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.ttx |   1247 +
+ ...2_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 2028 -> 0 bytes
+ ...2_multiple_subrules_f1.retain-gids.41,42,43.ttx |    604 +
+ ...ext2_multiple_subrules_f1.retain-gids.41,42.otf |    Bin 1932 -> 0 bytes
+ ...ext2_multiple_subrules_f1.retain-gids.41,42.ttx |    585 +
+ ...ext2_multiple_subrules_f1.retain-gids.41,43.otf |    Bin 2048 -> 0 bytes
+ ...ext2_multiple_subrules_f1.retain-gids.41,43.ttx |    600 +
+ ...ontext2_multiple_subrules_f1.retain-gids.41.otf |    Bin 1916 -> 0 bytes
+ ...ontext2_multiple_subrules_f1.retain-gids.41.ttx |    576 +
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 3700 -> 0 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1247 +
+ .../gpos_context3_simple_f1.default.41,42,43.otf   |    Bin 1308 -> 0 bytes
+ .../gpos_context3_simple_f1.default.41,42,43.ttx   |    284 +
+ .../gpos_context3_simple_f1.default.41,42.otf      |    Bin 1208 -> 0 bytes
+ .../gpos_context3_simple_f1.default.41,42.ttx      |    265 +
+ .../gpos_context3_simple_f1.default.41,43.otf      |    Bin 1312 -> 0 bytes
+ .../gpos_context3_simple_f1.default.41,43.ttx      |    275 +
+ .../gpos_context3_simple_f1.default.41.otf         |    Bin 1196 -> 0 bytes
+ .../gpos_context3_simple_f1.default.41.ttx         |    256 +
+ ...ext3_simple_f1.default.retain-all-codepoint.otf |    Bin 3680 -> 0 bytes
+ ...ext3_simple_f1.default.retain-all-codepoint.ttx |   1247 +
+ ...pos_context3_simple_f1.retain-gids.41,42,43.otf |    Bin 2008 -> 0 bytes
+ ...pos_context3_simple_f1.retain-gids.41,42,43.ttx |    604 +
+ .../gpos_context3_simple_f1.retain-gids.41,42.otf  |    Bin 1912 -> 0 bytes
+ .../gpos_context3_simple_f1.retain-gids.41,42.ttx  |    585 +
+ .../gpos_context3_simple_f1.retain-gids.41,43.otf  |    Bin 2028 -> 0 bytes
+ .../gpos_context3_simple_f1.retain-gids.41,43.ttx  |    600 +
+ .../gpos_context3_simple_f1.retain-gids.41.otf     |    Bin 1896 -> 0 bytes
+ .../gpos_context3_simple_f1.retain-gids.41.ttx     |    576 +
+ ..._simple_f1.retain-gids.retain-all-codepoint.otf |    Bin 3680 -> 0 bytes
+ ..._simple_f1.retain-gids.retain-all-codepoint.ttx |   1247 +
+ .../IndicTestJalandhar-Regular.default.A01.ttf     |    Bin 4176 -> 0 bytes
+ .../IndicTestJalandhar-Regular.default.A01.ttx     |   2916 +
+ .../IndicTestJalandhar-Regular.default.A05,A06.ttf |    Bin 4752 -> 0 bytes
+ .../IndicTestJalandhar-Regular.default.A05,A06.ttx |   3167 +
+ .../IndicTestJalandhar-Regular.default.A07,A1B.ttf |    Bin 4724 -> 0 bytes
+ .../IndicTestJalandhar-Regular.default.A07,A1B.ttx |   3148 +
+ ...andhar-Regular.default.retain-all-codepoint.ttf |    Bin 49244 -> 0 bytes
+ ...andhar-Regular.default.retain-all-codepoint.ttx |  22554 +++
+ .../IndicTestJalandhar-Regular.drop-hints.A01.ttf  |    Bin 1036 -> 0 bytes
+ .../IndicTestJalandhar-Regular.drop-hints.A01.ttx  |    281 +
+ ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttf |    Bin 1344 -> 0 bytes
+ ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttx |    403 +
+ ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttf |    Bin 1344 -> 0 bytes
+ ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttx |    404 +
+ ...har-Regular.drop-hints.retain-all-codepoint.ttf |    Bin 29464 -> 0 bytes
+ ...har-Regular.drop-hints.retain-all-codepoint.ttx |  11627 ++
+ .../IndicTestJalandhar-Regular.keep-gdef.A01.ttf   |    Bin 4176 -> 0 bytes
+ .../IndicTestJalandhar-Regular.keep-gdef.A01.ttx   |   2916 +
+ ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttf |    Bin 4752 -> 0 bytes
+ ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttx |   3167 +
+ ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttf |    Bin 4724 -> 0 bytes
+ ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttx |   3148 +
+ ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf |    Bin 49244 -> 0 bytes
+ ...dhar-Regular.keep-gdef.retain-all-codepoint.ttx |  22554 +++
+ .../AdobeVFPrototype.default.41,42,43,57.otf       |    Bin 5440 -> 0 bytes
+ .../AdobeVFPrototype.default.41,42,43,57.ttx       |   1536 +
+ .../AdobeVFPrototype.default.41,42,43.otf          |    Bin 4908 -> 0 bytes
+ .../AdobeVFPrototype.default.41,42,43.ttx          |   1338 +
+ .../AdobeVFPrototype.default.41,42.otf             |    Bin 4432 -> 0 bytes
+ .../AdobeVFPrototype.default.41,42.ttx             |   1201 +
+ .../AdobeVFPrototype.default.41,56,57.otf          |    Bin 4576 -> 0 bytes
+ .../AdobeVFPrototype.default.41,56,57.ttx          |   1310 +
+ .../AdobeVFPrototype.default.41.otf                |    Bin 3728 -> 0 bytes
+ .../AdobeVFPrototype.default.41.ttx                |   1000 +
+ .../AdobeVFPrototype.default.42,57.otf             |    Bin 4564 -> 0 bytes
+ .../AdobeVFPrototype.default.42,57.ttx             |   1253 +
+ .../AdobeVFPrototype.drop-hints.41,42,43,57.otf    |    Bin 5252 -> 0 bytes
+ .../AdobeVFPrototype.drop-hints.41,42,43,57.ttx    |   1500 +
+ .../AdobeVFPrototype.drop-hints.41,42,43.otf       |    Bin 4720 -> 0 bytes
+ .../AdobeVFPrototype.drop-hints.41,42,43.ttx       |   1302 +
+ .../AdobeVFPrototype.drop-hints.41,42.otf          |    Bin 4244 -> 0 bytes
+ .../AdobeVFPrototype.drop-hints.41,42.ttx          |   1165 +
+ .../AdobeVFPrototype.drop-hints.41,56,57.otf       |    Bin 4384 -> 0 bytes
+ .../AdobeVFPrototype.drop-hints.41,56,57.ttx       |   1274 +
+ .../AdobeVFPrototype.drop-hints.41.otf             |    Bin 3540 -> 0 bytes
+ .../AdobeVFPrototype.drop-hints.41.ttx             |    964 +
+ .../AdobeVFPrototype.drop-hints.42,57.otf          |    Bin 4376 -> 0 bytes
+ .../AdobeVFPrototype.drop-hints.42,57.ttx          |   1217 +
+ ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.otf |    Bin 5440 -> 0 bytes
+ ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.ttx |   1536 +
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.otf   |    Bin 4908 -> 0 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.ttx   |   1338 +
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42.otf      |    Bin 4432 -> 0 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42.ttx      |   1201 +
+ .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.otf   |    Bin 4576 -> 0 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.ttx   |   1310 +
+ .../AdobeVFPrototype.keep-gdef-gpos.41.otf         |    Bin 3728 -> 0 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41.ttx         |   1000 +
+ .../AdobeVFPrototype.keep-gdef-gpos.42,57.otf      |    Bin 4564 -> 0 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.42,57.ttx      |   1253 +
+ .../Roboto-Regular.default.1E00,303.ttf            |    Bin 2524 -> 0 bytes
+ .../Roboto-Regular.default.1E00,303.ttx            |   1258 +
+ .../layout.gdef/Roboto-Regular.default.303.ttf     |    Bin 2116 -> 0 bytes
+ .../layout.gdef/Roboto-Regular.default.303.ttx     |   1012 +
+ .../Roboto-Regular.default.309,20,30F.ttf          |    Bin 2212 -> 0 bytes
+ .../Roboto-Regular.default.309,20,30F.ttx          |   1054 +
+ .../layout.gdef/Roboto-Regular.default.323.ttf     |    Bin 2008 -> 0 bytes
+ .../layout.gdef/Roboto-Regular.default.323.ttx     |    949 +
+ .../Roboto-Regular.default.41,42,43.ttf            |    Bin 2572 -> 0 bytes
+ .../Roboto-Regular.default.41,42,43.ttx            |   1349 +
+ .../Roboto-Regular.drop-hints.1E00,303.ttf         |    Bin 1380 -> 0 bytes
+ .../Roboto-Regular.drop-hints.1E00,303.ttx         |    443 +
+ .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  |    Bin 1112 -> 0 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.303.ttx  |    312 +
+ .../Roboto-Regular.drop-hints.309,20,30F.ttf       |    Bin 1172 -> 0 bytes
+ .../Roboto-Regular.drop-hints.309,20,30F.ttx       |    328 +
+ .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  |    Bin 1056 -> 0 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.323.ttx  |    291 +
+ .../Roboto-Regular.drop-hints.41,42,43.ttf         |    Bin 1388 -> 0 bytes
+ .../Roboto-Regular.drop-hints.41,42,43.ttx         |    480 +
+ .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf     |    Bin 2524 -> 0 bytes
+ .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttx     |   1258 +
+ .../Roboto-Regular.keep-gdef-gpos.303.ttf          |    Bin 2116 -> 0 bytes
+ .../Roboto-Regular.keep-gdef-gpos.303.ttx          |   1012 +
+ .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf   |    Bin 2212 -> 0 bytes
+ .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttx   |   1054 +
+ .../Roboto-Regular.keep-gdef-gpos.323.ttf          |    Bin 2008 -> 0 bytes
+ .../Roboto-Regular.keep-gdef-gpos.323.ttx          |    949 +
+ .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     |    Bin 2572 -> 0 bytes
+ .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttx     |   1349 +
+ .../layout.gpos/gpos1_2_font.default.41,43.otf     |    Bin 1292 -> 0 bytes
+ .../layout.gpos/gpos1_2_font.default.41,43.ttx     |    275 +
+ .../layout.gpos/gpos1_2_font.default.41,46.otf     |    Bin 1424 -> 0 bytes
+ .../layout.gpos/gpos1_2_font.default.41,46.ttx     |    286 +
+ .../layout.gpos/gpos1_2_font.default.41.otf        |    Bin 1176 -> 0 bytes
+ .../layout.gpos/gpos1_2_font.default.41.ttx        |    256 +
+ .../layout.gpos/gpos1_2_font.default.42,44.otf     |    Bin 1268 -> 0 bytes
+ .../layout.gpos/gpos1_2_font.default.42,44.ttx     |    265 +
+ .../layout.gpos/gpos1_2_font.default.43,46.otf     |    Bin 1288 -> 0 bytes
+ .../layout.gpos/gpos1_2_font.default.43,46.ttx     |    275 +
+ .../gpos1_2_font.default.retain-all-codepoint.otf  |    Bin 3604 -> 0 bytes
+ .../gpos1_2_font.default.retain-all-codepoint.ttx  |   1221 +
+ .../layout.gpos/gpos1_2_font.retain-gids.41,43.otf |    Bin 2008 -> 0 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.41,43.ttx |    600 +
+ .../layout.gpos/gpos1_2_font.retain-gids.41,46.otf |    Bin 2172 -> 0 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.41,46.ttx |    626 +
+ .../layout.gpos/gpos1_2_font.retain-gids.41.otf    |    Bin 1876 -> 0 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.41.ttx    |    576 +
+ .../layout.gpos/gpos1_2_font.retain-gids.42,44.otf |    Bin 1992 -> 0 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.42,44.ttx |    595 +
+ .../layout.gpos/gpos1_2_font.retain-gids.43,46.otf |    Bin 2036 -> 0 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.43,46.ttx |    615 +
+ ...os1_2_font.retain-gids.retain-all-codepoint.otf |    Bin 3604 -> 0 bytes
+ ...os1_2_font.retain-gids.retain-all-codepoint.ttx |   1221 +
+ .../gpos2_1_font7.default.21,23,25.otf             |    Bin 1360 -> 0 bytes
+ .../gpos2_1_font7.default.21,23,25.ttx             |    287 +
+ .../layout.gpos2/gpos2_1_font7.default.21,23.otf   |    Bin 1240 -> 0 bytes
+ .../layout.gpos2/gpos2_1_font7.default.21,23.ttx   |    268 +
+ .../layout.gpos2/gpos2_1_font7.default.2E,23.otf   |    Bin 1508 -> 0 bytes
+ .../layout.gpos2/gpos2_1_font7.default.2E,23.ttx   |    291 +
+ .../gpos2_1_font7.default.41,42,43.otf             |    Bin 1288 -> 0 bytes
+ .../gpos2_1_font7.default.41,42,43.ttx             |    284 +
+ .../gpos2_1_font7.default.retain-all-codepoint.otf |    Bin 3604 -> 0 bytes
+ .../gpos2_1_font7.default.retain-all-codepoint.ttx |   1221 +
+ .../gpos2_1_font7.retain-gids.21,23,25.otf         |    Bin 1696 -> 0 bytes
+ .../gpos2_1_font7.retain-gids.21,23,25.ttx         |    457 +
+ .../gpos2_1_font7.retain-gids.21,23.otf            |    Bin 1564 -> 0 bytes
+ .../gpos2_1_font7.retain-gids.21,23.ttx            |    433 +
+ .../gpos2_1_font7.retain-gids.2E,23.otf            |    Bin 1944 -> 0 bytes
+ .../gpos2_1_font7.retain-gids.2E,23.ttx            |    511 +
+ .../gpos2_1_font7.retain-gids.41,42,43.otf         |    Bin 1988 -> 0 bytes
+ .../gpos2_1_font7.retain-gids.41,42,43.ttx         |    604 +
+ ...s2_1_font7.retain-gids.retain-all-codepoint.otf |    Bin 3604 -> 0 bytes
+ ...s2_1_font7.retain-gids.retain-all-codepoint.ttx |   1221 +
+ .../gpos2_2_font5.default.21,23,25.otf             |    Bin 1360 -> 0 bytes
+ .../gpos2_2_font5.default.21,23,25.ttx             |    287 +
+ .../layout.gpos2/gpos2_2_font5.default.21,23.otf   |    Bin 1240 -> 0 bytes
+ .../layout.gpos2/gpos2_2_font5.default.21,23.ttx   |    268 +
+ .../layout.gpos2/gpos2_2_font5.default.2E,23.otf   |    Bin 1508 -> 0 bytes
+ .../layout.gpos2/gpos2_2_font5.default.2E,23.ttx   |    291 +
+ .../gpos2_2_font5.default.41,42,43.otf             |    Bin 1288 -> 0 bytes
+ .../gpos2_2_font5.default.41,42,43.ttx             |    284 +
+ .../gpos2_2_font5.default.retain-all-codepoint.otf |    Bin 3604 -> 0 bytes
+ .../gpos2_2_font5.default.retain-all-codepoint.ttx |   1221 +
+ .../gpos2_2_font5.retain-gids.21,23,25.otf         |    Bin 1696 -> 0 bytes
+ .../gpos2_2_font5.retain-gids.21,23,25.ttx         |    457 +
+ .../gpos2_2_font5.retain-gids.21,23.otf            |    Bin 1564 -> 0 bytes
+ .../gpos2_2_font5.retain-gids.21,23.ttx            |    433 +
+ .../gpos2_2_font5.retain-gids.2E,23.otf            |    Bin 1944 -> 0 bytes
+ .../gpos2_2_font5.retain-gids.2E,23.ttx            |    511 +
+ .../gpos2_2_font5.retain-gids.41,42,43.otf         |    Bin 1988 -> 0 bytes
+ .../gpos2_2_font5.retain-gids.41,42,43.ttx         |    604 +
+ ...s2_2_font5.retain-gids.retain-all-codepoint.otf |    Bin 3604 -> 0 bytes
+ ...s2_2_font5.retain-gids.retain-all-codepoint.ttx |   1221 +
+ .../layout.gpos3/gpos3_font3.default.28,29.otf     |    Bin 1248 -> 0 bytes
+ .../layout.gpos3/gpos3_font3.default.28,29.ttx     |    276 +
+ .../layout.gpos3/gpos3_font3.default.28,2B.otf     |    Bin 1376 -> 0 bytes
+ .../layout.gpos3/gpos3_font3.default.28,2B.ttx     |    282 +
+ .../layout.gpos3/gpos3_font3.default.29,2B.otf     |    Bin 1292 -> 0 bytes
+ .../layout.gpos3/gpos3_font3.default.29,2B.ttx     |    277 +
+ .../layout.gpos3/gpos3_font3.default.41,42,43.otf  |    Bin 1284 -> 0 bytes
+ .../layout.gpos3/gpos3_font3.default.41,42,43.ttx  |    284 +
+ .../gpos3_font3.default.retain-all-codepoint.otf   |    Bin 3636 -> 0 bytes
+ .../gpos3_font3.default.retain-all-codepoint.ttx   |   1228 +
+ .../layout.gpos3/gpos3_font3.retain-gids.28,29.otf |    Bin 1632 -> 0 bytes
+ .../layout.gpos3/gpos3_font3.retain-gids.28,29.ttx |    471 +
+ .../layout.gpos3/gpos3_font3.retain-gids.28,2B.otf |    Bin 1780 -> 0 bytes
+ .../layout.gpos3/gpos3_font3.retain-gids.28,2B.ttx |    487 +
+ .../layout.gpos3/gpos3_font3.retain-gids.29,2B.otf |    Bin 1696 -> 0 bytes
+ .../layout.gpos3/gpos3_font3.retain-gids.29,2B.ttx |    482 +
+ .../gpos3_font3.retain-gids.41,42,43.otf           |    Bin 1984 -> 0 bytes
+ .../gpos3_font3.retain-gids.41,42,43.ttx           |    604 +
+ ...pos3_font3.retain-gids.retain-all-codepoint.otf |    Bin 3636 -> 0 bytes
+ ...pos3_font3.retain-gids.retain-all-codepoint.ttx |   1228 +
+ ...pos4_multiple_anchors_1.default.41,42,43,44.otf |    Bin 1516 -> 0 bytes
+ ...pos4_multiple_anchors_1.default.41,42,43,44.ttx |    304 +
+ ...pos4_multiple_anchors_1.default.41,42,43,45.otf |    Bin 1524 -> 0 bytes
+ ...pos4_multiple_anchors_1.default.41,42,43,45.ttx |    305 +
+ .../gpos4_multiple_anchors_1.default.41,42,43.otf  |    Bin 1308 -> 0 bytes
+ .../gpos4_multiple_anchors_1.default.41,42,43.ttx  |    284 +
+ .../gpos4_multiple_anchors_1.default.41,42.otf     |    Bin 1208 -> 0 bytes
+ .../gpos4_multiple_anchors_1.default.41,42.ttx     |    265 +
+ ...4_multiple_anchors_1.default.41,43,44,45,46.otf |    Bin 1864 -> 0 bytes
+ ...4_multiple_anchors_1.default.41,43,44,45,46.ttx |    336 +
+ .../gpos4_multiple_anchors_1.default.41,43,44.otf  |    Bin 1524 -> 0 bytes
+ .../gpos4_multiple_anchors_1.default.41,43,44.ttx  |    295 +
+ .../gpos4_multiple_anchors_1.default.41,43,45.otf  |    Bin 1532 -> 0 bytes
+ .../gpos4_multiple_anchors_1.default.41,43,45.ttx  |    296 +
+ .../gpos4_multiple_anchors_1.default.41,43.otf     |    Bin 1312 -> 0 bytes
+ .../gpos4_multiple_anchors_1.default.41,43.ttx     |    275 +
+ .../gpos4_multiple_anchors_1.default.41.otf        |    Bin 1196 -> 0 bytes
+ .../gpos4_multiple_anchors_1.default.41.ttx        |    256 +
+ ...iple_anchors_1.default.retain-all-codepoint.otf |    Bin 3668 -> 0 bytes
+ ...iple_anchors_1.default.retain-all-codepoint.ttx |   1233 +
+ ..._multiple_anchors_1.retain-gids.41,42,43,44.otf |    Bin 2220 -> 0 bytes
+ ..._multiple_anchors_1.retain-gids.41,42,43,44.ttx |    624 +
+ ..._multiple_anchors_1.retain-gids.41,42,43,45.otf |    Bin 2244 -> 0 bytes
+ ..._multiple_anchors_1.retain-gids.41,42,43,45.ttx |    630 +
+ ...os4_multiple_anchors_1.retain-gids.41,42,43.otf |    Bin 2008 -> 0 bytes
+ ...os4_multiple_anchors_1.retain-gids.41,42,43.ttx |    604 +
+ .../gpos4_multiple_anchors_1.retain-gids.41,42.otf |    Bin 1912 -> 0 bytes
+ .../gpos4_multiple_anchors_1.retain-gids.41,42.ttx |    585 +
+ ...ltiple_anchors_1.retain-gids.41,43,44,45,46.otf |    Bin 2584 -> 0 bytes
+ ...ltiple_anchors_1.retain-gids.41,43,44,45,46.ttx |    661 +
+ ...os4_multiple_anchors_1.retain-gids.41,43,44.otf |    Bin 2240 -> 0 bytes
+ ...os4_multiple_anchors_1.retain-gids.41,43,44.ttx |    620 +
+ ...os4_multiple_anchors_1.retain-gids.41,43,45.otf |    Bin 2260 -> 0 bytes
+ ...os4_multiple_anchors_1.retain-gids.41,43,45.ttx |    626 +
+ .../gpos4_multiple_anchors_1.retain-gids.41,43.otf |    Bin 2028 -> 0 bytes
+ .../gpos4_multiple_anchors_1.retain-gids.41,43.ttx |    600 +
+ .../gpos4_multiple_anchors_1.retain-gids.41.otf    |    Bin 1896 -> 0 bytes
+ .../gpos4_multiple_anchors_1.retain-gids.41.ttx    |    576 +
+ ..._anchors_1.retain-gids.retain-all-codepoint.otf |    Bin 3668 -> 0 bytes
+ ..._anchors_1.retain-gids.retain-all-codepoint.ttx |   1233 +
+ .../gpos5_font1.default.41,42,43,44.otf            |    Bin 1536 -> 0 bytes
+ .../gpos5_font1.default.41,42,43,44.ttx            |    323 +
+ .../gpos5_font1.default.41,42,43,45.otf            |    Bin 1544 -> 0 bytes
+ .../gpos5_font1.default.41,42,43,45.ttx            |    324 +
+ .../layout.gpos5/gpos5_font1.default.41,42,43.otf  |    Bin 1328 -> 0 bytes
+ .../layout.gpos5/gpos5_font1.default.41,42,43.ttx  |    303 +
+ .../layout.gpos5/gpos5_font1.default.41,42,44.otf  |    Bin 1460 -> 0 bytes
+ .../layout.gpos5/gpos5_font1.default.41,42,44.ttx  |    304 +
+ .../layout.gpos5/gpos5_font1.default.41,42,45.otf  |    Bin 1448 -> 0 bytes
+ .../layout.gpos5/gpos5_font1.default.41,42,45.ttx  |    305 +
+ .../layout.gpos5/gpos5_font1.default.41,42.otf     |    Bin 1228 -> 0 bytes
+ .../layout.gpos5/gpos5_font1.default.41,42.ttx     |    284 +
+ .../layout.gpos5/gpos5_font1.default.41,43.otf     |    Bin 1332 -> 0 bytes
+ .../layout.gpos5/gpos5_font1.default.41,43.ttx     |    294 +
+ .../layout.gpos5/gpos5_font1.default.41.otf        |    Bin 1216 -> 0 bytes
+ .../layout.gpos5/gpos5_font1.default.41.ttx        |    275 +
+ .../layout.gpos5/gpos5_font1.default.42.otf        |    Bin 1076 -> 0 bytes
+ .../layout.gpos5/gpos5_font1.default.42.ttx        |    264 +
+ .../gpos5_font1.default.retain-all-codepoint.otf   |    Bin 3688 -> 0 bytes
+ .../gpos5_font1.default.retain-all-codepoint.ttx   |   1250 +
+ .../gpos5_font1.retain-gids.41,42,43,44.otf        |    Bin 2240 -> 0 bytes
+ .../gpos5_font1.retain-gids.41,42,43,44.ttx        |    643 +
+ .../gpos5_font1.retain-gids.41,42,43,45.otf        |    Bin 2264 -> 0 bytes
+ .../gpos5_font1.retain-gids.41,42,43,45.ttx        |    649 +
+ .../gpos5_font1.retain-gids.41,42,43.otf           |    Bin 2028 -> 0 bytes
+ .../gpos5_font1.retain-gids.41,42,43.ttx           |    623 +
+ .../gpos5_font1.retain-gids.41,42,44.otf           |    Bin 2176 -> 0 bytes
+ .../gpos5_font1.retain-gids.41,42,44.ttx           |    629 +
+ .../gpos5_font1.retain-gids.41,42,45.otf           |    Bin 2172 -> 0 bytes
+ .../gpos5_font1.retain-gids.41,42,45.ttx           |    635 +
+ .../layout.gpos5/gpos5_font1.retain-gids.41,42.otf |    Bin 1932 -> 0 bytes
+ .../layout.gpos5/gpos5_font1.retain-gids.41,42.ttx |    604 +
+ .../layout.gpos5/gpos5_font1.retain-gids.41,43.otf |    Bin 2048 -> 0 bytes
+ .../layout.gpos5/gpos5_font1.retain-gids.41,43.ttx |    619 +
+ .../layout.gpos5/gpos5_font1.retain-gids.41.otf    |    Bin 1916 -> 0 bytes
+ .../layout.gpos5/gpos5_font1.retain-gids.41.ttx    |    595 +
+ .../layout.gpos5/gpos5_font1.retain-gids.42.otf    |    Bin 1788 -> 0 bytes
+ .../layout.gpos5/gpos5_font1.retain-gids.42.ttx    |    589 +
+ ...pos5_font1.retain-gids.retain-all-codepoint.otf |    Bin 3688 -> 0 bytes
+ ...pos5_font1.retain-gids.retain-all-codepoint.ttx |   1250 +
+ .../gpos6_font1.default.41,42,43,44.otf            |    Bin 1492 -> 0 bytes
+ .../gpos6_font1.default.41,42,43,44.ttx            |    304 +
+ .../gpos6_font1.default.41,42,43,45.otf            |    Bin 1500 -> 0 bytes
+ .../gpos6_font1.default.41,42,43,45.ttx            |    305 +
+ .../layout.gpos6/gpos6_font1.default.41,42,43.otf  |    Bin 1284 -> 0 bytes
+ .../layout.gpos6/gpos6_font1.default.41,42,43.ttx  |    284 +
+ .../layout.gpos6/gpos6_font1.default.41,42.otf     |    Bin 1184 -> 0 bytes
+ .../layout.gpos6/gpos6_font1.default.41,42.ttx     |    265 +
+ .../gpos6_font1.default.41,43,44,45,46.otf         |    Bin 1840 -> 0 bytes
+ .../gpos6_font1.default.41,43,44,45,46.ttx         |    336 +
+ .../layout.gpos6/gpos6_font1.default.41,43,44.otf  |    Bin 1500 -> 0 bytes
+ .../layout.gpos6/gpos6_font1.default.41,43,44.ttx  |    295 +
+ .../layout.gpos6/gpos6_font1.default.41,43,45.otf  |    Bin 1508 -> 0 bytes
+ .../layout.gpos6/gpos6_font1.default.41,43,45.ttx  |    296 +
+ .../layout.gpos6/gpos6_font1.default.41,43.otf     |    Bin 1288 -> 0 bytes
+ .../layout.gpos6/gpos6_font1.default.41,43.ttx     |    275 +
+ .../layout.gpos6/gpos6_font1.default.41.otf        |    Bin 1172 -> 0 bytes
+ .../layout.gpos6/gpos6_font1.default.41.ttx        |    256 +
+ .../gpos6_font1.default.retain-all-codepoint.otf   |    Bin 3644 -> 0 bytes
+ .../gpos6_font1.default.retain-all-codepoint.ttx   |   1231 +
+ .../gpos6_font1.retain-gids.41,42,43,44.otf        |    Bin 2196 -> 0 bytes
+ .../gpos6_font1.retain-gids.41,42,43,44.ttx        |    624 +
+ .../gpos6_font1.retain-gids.41,42,43,45.otf        |    Bin 2220 -> 0 bytes
+ .../gpos6_font1.retain-gids.41,42,43,45.ttx        |    630 +
+ .../gpos6_font1.retain-gids.41,42,43.otf           |    Bin 1984 -> 0 bytes
+ .../gpos6_font1.retain-gids.41,42,43.ttx           |    604 +
+ .../layout.gpos6/gpos6_font1.retain-gids.41,42.otf |    Bin 1888 -> 0 bytes
+ .../layout.gpos6/gpos6_font1.retain-gids.41,42.ttx |    585 +
+ .../gpos6_font1.retain-gids.41,43,44,45,46.otf     |    Bin 2560 -> 0 bytes
+ .../gpos6_font1.retain-gids.41,43,44,45,46.ttx     |    661 +
+ .../gpos6_font1.retain-gids.41,43,44.otf           |    Bin 2216 -> 0 bytes
+ .../gpos6_font1.retain-gids.41,43,44.ttx           |    620 +
+ .../gpos6_font1.retain-gids.41,43,45.otf           |    Bin 2236 -> 0 bytes
+ .../gpos6_font1.retain-gids.41,43,45.ttx           |    626 +
+ .../layout.gpos6/gpos6_font1.retain-gids.41,43.otf |    Bin 2004 -> 0 bytes
+ .../layout.gpos6/gpos6_font1.retain-gids.41,43.ttx |    600 +
+ .../layout.gpos6/gpos6_font1.retain-gids.41.otf    |    Bin 1872 -> 0 bytes
+ .../layout.gpos6/gpos6_font1.retain-gids.41.ttx    |    576 +
+ ...pos6_font1.retain-gids.retain-all-codepoint.otf |    Bin 3644 -> 0 bytes
+ ...pos6_font1.retain-gids.retain-all-codepoint.ttx |   1231 +
+ ...ular.default.627,644,623,62D,644,627,645,2E.ttf |    Bin 12684 -> 0 bytes
+ ...ular.default.627,644,623,62D,644,627,645,2E.ttx |   4529 +
+ .../Amiri-Regular.default.627,644,62D,628.ttf      |    Bin 9992 -> 0 bytes
+ .../Amiri-Regular.default.627,644,62D,628.ttx      |   3537 +
+ .../Amiri-Regular.default.627,644.ttf              |    Bin 4168 -> 0 bytes
+ .../Amiri-Regular.default.627,644.ttx              |   1383 +
+ ...-Regular.default.633,645,627,621,20,644,627.ttf |    Bin 9516 -> 0 bytes
+ ...-Regular.default.633,645,627,621,20,644,627.ttx |   3371 +
+ .../Amiri-Regular.default.63A,64A,631.ttf          |    Bin 7324 -> 0 bytes
+ .../Amiri-Regular.default.63A,64A,631.ttx          |   2587 +
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf |    Bin 48012 -> 0 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttx |  28725 ++++
+ .../Amiri-Regular.retain-gids.627,644,62D,628.ttf  |    Bin 42640 -> 0 bytes
+ .../Amiri-Regular.retain-gids.627,644,62D,628.ttx  |  25101 ++++
+ .../Amiri-Regular.retain-gids.627,644.ttf          |    Bin 36696 -> 0 bytes
+ .../Amiri-Regular.retain-gids.627,644.ttx          |  23003 +++
+ ...ular.retain-gids.633,645,627,621,20,644,627.ttf |    Bin 45908 -> 0 bytes
+ ...ular.retain-gids.633,645,627,621,20,644,627.ttx |  27759 ++++
+ .../Amiri-Regular.retain-gids.63A,64A,631.ttf      |    Bin 37988 -> 0 bytes
+ .../Amiri-Regular.retain-gids.63A,64A,631.ttx      |  22911 +++
+ ...g1_multiple_subrules_f1.default.30,31,32,33.otf |    Bin 1840 -> 0 bytes
+ ...g1_multiple_subrules_f1.default.30,31,32,33.ttx |    328 +
+ ...ning1_multiple_subrules_f1.default.41,42,43.otf |    Bin 1332 -> 0 bytes
+ ...ning1_multiple_subrules_f1.default.41,42,43.ttx |    284 +
+ ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 3704 -> 0 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.ttx |   1247 +
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf |    Bin 2304 -> 0 bytes
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.ttx |    563 +
+ ...1_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 2032 -> 0 bytes
+ ...1_multiple_subrules_f1.retain-gids.41,42,43.ttx |    604 +
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 3704 -> 0 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1247 +
+ ...g2_multiple_subrules_f1.default.30,31,32,33.otf |    Bin 1840 -> 0 bytes
+ ...g2_multiple_subrules_f1.default.30,31,32,33.ttx |    328 +
+ ...ning2_multiple_subrules_f1.default.41,42,43.otf |    Bin 1332 -> 0 bytes
+ ...ning2_multiple_subrules_f1.default.41,42,43.ttx |    284 +
+ ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 3704 -> 0 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.ttx |   1247 +
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf |    Bin 2304 -> 0 bytes
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.ttx |    563 +
+ ...2_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 2032 -> 0 bytes
+ ...2_multiple_subrules_f1.retain-gids.41,42,43.ttx |    604 +
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 3704 -> 0 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1247 +
+ ...pos_chaining3_simple_f1.default.30,31,32,33.otf |    Bin 1816 -> 0 bytes
+ ...pos_chaining3_simple_f1.default.30,31,32,33.ttx |    328 +
+ .../gpos_chaining3_simple_f1.default.41,42,43.otf  |    Bin 1308 -> 0 bytes
+ .../gpos_chaining3_simple_f1.default.41,42,43.ttx  |    284 +
+ ...ing3_simple_f1.default.retain-all-codepoint.otf |    Bin 3680 -> 0 bytes
+ ...ing3_simple_f1.default.retain-all-codepoint.ttx |   1247 +
+ ...chaining3_simple_f1.retain-gids.30,31,32,33.otf |    Bin 2280 -> 0 bytes
+ ...chaining3_simple_f1.retain-gids.30,31,32,33.ttx |    563 +
+ ...os_chaining3_simple_f1.retain-gids.41,42,43.otf |    Bin 2008 -> 0 bytes
+ ...os_chaining3_simple_f1.retain-gids.41,42,43.ttx |    604 +
+ ..._simple_f1.retain-gids.retain-all-codepoint.otf |    Bin 3680 -> 0 bytes
+ ..._simple_f1.retain-gids.retain-all-codepoint.ttx |   1247 +
+ .../layout.gpos9/gpos9_font2.default.41,42.otf     |    Bin 1184 -> 0 bytes
+ .../layout.gpos9/gpos9_font2.default.41,42.ttx     |    265 +
+ .../layout.gpos9/gpos9_font2.default.41.otf        |    Bin 1172 -> 0 bytes
+ .../layout.gpos9/gpos9_font2.default.41.ttx        |    256 +
+ .../layout.gpos9/gpos9_font2.default.42.otf        |    Bin 1032 -> 0 bytes
+ .../layout.gpos9/gpos9_font2.default.42.ttx        |    245 +
+ .../layout.gpos9/gpos9_font2.retain-gids.41,42.otf |    Bin 1888 -> 0 bytes
+ .../layout.gpos9/gpos9_font2.retain-gids.41,42.ttx |    585 +
+ .../layout.gpos9/gpos9_font2.retain-gids.41.otf    |    Bin 1872 -> 0 bytes
+ .../layout.gpos9/gpos9_font2.retain-gids.41.ttx    |    576 +
+ .../layout.gpos9/gpos9_font2.retain-gids.42.otf    |    Bin 1744 -> 0 bytes
+ .../layout.gpos9/gpos9_font2.retain-gids.42.ttx    |    570 +
+ ...ub_alternate_substitution.default.53A9,53F1.otf |    Bin 4348 -> 0 bytes
+ ...ub_alternate_substitution.default.53A9,53F1.ttx |   1009 +
+ .../gsub_alternate_substitution.default.53A9.otf   |    Bin 3904 -> 0 bytes
+ .../gsub_alternate_substitution.default.53A9.ttx   |    924 +
+ .../gsub_alternate_substitution.default.53F1.otf   |    Bin 2452 -> 0 bytes
+ .../gsub_alternate_substitution.default.53F1.ttx   |    638 +
+ ...e_substitution.default.retain-all-codepoint.otf |    Bin 6040 -> 0 bytes
+ ...e_substitution.default.retain-all-codepoint.ttx |   1387 +
+ ...lternate_substitution.retain-gids.53A9,53F1.otf |    Bin 4472 -> 0 bytes
+ ...lternate_substitution.retain-gids.53A9,53F1.ttx |   1063 +
+ ...sub_alternate_substitution.retain-gids.53A9.otf |    Bin 4056 -> 0 bytes
+ ...sub_alternate_substitution.retain-gids.53A9.ttx |    990 +
+ ...sub_alternate_substitution.retain-gids.53F1.otf |    Bin 2648 -> 0 bytes
+ ...sub_alternate_substitution.retain-gids.53F1.ttx |    728 +
+ ...bstitution.retain-gids.retain-all-codepoint.otf |    Bin 6132 -> 0 bytes
+ ...bstitution.retain-gids.retain-all-codepoint.ttx |   1423 +
+ ...text1_multiple_subrules_f2.default.41,42,43.otf |    Bin 1340 -> 0 bytes
+ ...text1_multiple_subrules_f2.default.41,42,43.ttx |    290 +
+ ...context1_multiple_subrules_f2.default.41,42.otf |    Bin 1240 -> 0 bytes
+ ...context1_multiple_subrules_f2.default.41,42.ttx |    271 +
+ ...context1_multiple_subrules_f2.default.41,43.otf |    Bin 1344 -> 0 bytes
+ ...context1_multiple_subrules_f2.default.41,43.ttx |    281 +
+ ...ub_context1_multiple_subrules_f2.default.41.otf |    Bin 1228 -> 0 bytes
+ ...ub_context1_multiple_subrules_f2.default.41.ttx |    262 +
+ ...le_subrules_f2.default.retain-all-codepoint.otf |    Bin 3712 -> 0 bytes
+ ...le_subrules_f2.default.retain-all-codepoint.ttx |   1253 +
+ ...1_multiple_subrules_f2.retain-gids.41,42,43.otf |    Bin 2040 -> 0 bytes
+ ...1_multiple_subrules_f2.retain-gids.41,42,43.ttx |    610 +
+ ...ext1_multiple_subrules_f2.retain-gids.41,42.otf |    Bin 1944 -> 0 bytes
+ ...ext1_multiple_subrules_f2.retain-gids.41,42.ttx |    591 +
+ ...ext1_multiple_subrules_f2.retain-gids.41,43.otf |    Bin 2060 -> 0 bytes
+ ...ext1_multiple_subrules_f2.retain-gids.41,43.ttx |    606 +
+ ...ontext1_multiple_subrules_f2.retain-gids.41.otf |    Bin 1928 -> 0 bytes
+ ...ontext1_multiple_subrules_f2.retain-gids.41.ttx |    582 +
+ ...ubrules_f2.retain-gids.retain-all-codepoint.otf |    Bin 3712 -> 0 bytes
+ ...ubrules_f2.retain-gids.retain-all-codepoint.ttx |   1253 +
+ ...text2_multiple_subrules_f2.default.41,42,43.otf |    Bin 1340 -> 0 bytes
+ ...text2_multiple_subrules_f2.default.41,42,43.ttx |    290 +
+ ...context2_multiple_subrules_f2.default.41,42.otf |    Bin 1240 -> 0 bytes
+ ...context2_multiple_subrules_f2.default.41,42.ttx |    271 +
+ ...context2_multiple_subrules_f2.default.41,43.otf |    Bin 1344 -> 0 bytes
+ ...context2_multiple_subrules_f2.default.41,43.ttx |    281 +
+ ...ub_context2_multiple_subrules_f2.default.41.otf |    Bin 1228 -> 0 bytes
+ ...ub_context2_multiple_subrules_f2.default.41.ttx |    262 +
+ ...le_subrules_f2.default.retain-all-codepoint.otf |    Bin 3712 -> 0 bytes
+ ...le_subrules_f2.default.retain-all-codepoint.ttx |   1253 +
+ ...2_multiple_subrules_f2.retain-gids.41,42,43.otf |    Bin 2040 -> 0 bytes
+ ...2_multiple_subrules_f2.retain-gids.41,42,43.ttx |    610 +
+ ...ext2_multiple_subrules_f2.retain-gids.41,42.otf |    Bin 1944 -> 0 bytes
+ ...ext2_multiple_subrules_f2.retain-gids.41,42.ttx |    591 +
+ ...ext2_multiple_subrules_f2.retain-gids.41,43.otf |    Bin 2060 -> 0 bytes
+ ...ext2_multiple_subrules_f2.retain-gids.41,43.ttx |    606 +
+ ...ontext2_multiple_subrules_f2.retain-gids.41.otf |    Bin 1928 -> 0 bytes
+ ...ontext2_multiple_subrules_f2.retain-gids.41.ttx |    582 +
+ ...ubrules_f2.retain-gids.retain-all-codepoint.otf |    Bin 3712 -> 0 bytes
+ ...ubrules_f2.retain-gids.retain-all-codepoint.ttx |   1253 +
+ ...sub_context3_successive_f1.default.41,42,43.otf |    Bin 1328 -> 0 bytes
+ ...sub_context3_successive_f1.default.41,42,43.ttx |    290 +
+ .../gsub_context3_successive_f1.default.41,42.otf  |    Bin 1228 -> 0 bytes
+ .../gsub_context3_successive_f1.default.41,42.ttx  |    271 +
+ .../gsub_context3_successive_f1.default.41,43.otf  |    Bin 1332 -> 0 bytes
+ .../gsub_context3_successive_f1.default.41,43.ttx  |    281 +
+ .../gsub_context3_successive_f1.default.41.otf     |    Bin 1216 -> 0 bytes
+ .../gsub_context3_successive_f1.default.41.ttx     |    262 +
+ ..._successive_f1.default.retain-all-codepoint.otf |    Bin 3700 -> 0 bytes
+ ..._successive_f1.default.retain-all-codepoint.ttx |   1253 +
+ ...context3_successive_f1.retain-gids.41,42,43.otf |    Bin 2028 -> 0 bytes
+ ...context3_successive_f1.retain-gids.41,42,43.ttx |    610 +
+ ...ub_context3_successive_f1.retain-gids.41,42.otf |    Bin 1932 -> 0 bytes
+ ...ub_context3_successive_f1.retain-gids.41,42.ttx |    591 +
+ ...ub_context3_successive_f1.retain-gids.41,43.otf |    Bin 2048 -> 0 bytes
+ ...ub_context3_successive_f1.retain-gids.41,43.ttx |    606 +
+ .../gsub_context3_successive_f1.retain-gids.41.otf |    Bin 1916 -> 0 bytes
+ .../gsub_context3_successive_f1.retain-gids.41.ttx |    582 +
+ ...cessive_f1.retain-gids.retain-all-codepoint.otf |    Bin 3700 -> 0 bytes
+ ...cessive_f1.retain-gids.retain-all-codepoint.ttx |   1253 +
+ ...g1_multiple_subrules_f1.default.30,31,32,33.otf |    Bin 1852 -> 0 bytes
+ ...g1_multiple_subrules_f1.default.30,31,32,33.ttx |    334 +
+ ...ning1_multiple_subrules_f1.default.41,42,43.otf |    Bin 1344 -> 0 bytes
+ ...ning1_multiple_subrules_f1.default.41,42,43.ttx |    290 +
+ ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 3716 -> 0 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.ttx |   1253 +
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf |    Bin 2316 -> 0 bytes
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.ttx |    569 +
+ ...1_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 2044 -> 0 bytes
+ ...1_multiple_subrules_f1.retain-gids.41,42,43.ttx |    610 +
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 3716 -> 0 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1253 +
+ ...g2_multiple_subrules_f1.default.30,31,32,33.otf |    Bin 1852 -> 0 bytes
+ ...g2_multiple_subrules_f1.default.30,31,32,33.ttx |    334 +
+ ...ning2_multiple_subrules_f1.default.41,42,43.otf |    Bin 1344 -> 0 bytes
+ ...ning2_multiple_subrules_f1.default.41,42,43.ttx |    290 +
+ ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 3716 -> 0 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.ttx |   1253 +
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf |    Bin 2316 -> 0 bytes
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.ttx |    569 +
+ ...2_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 2044 -> 0 bytes
+ ...2_multiple_subrules_f1.retain-gids.41,42,43.ttx |    610 +
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 3716 -> 0 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1253 +
+ ...sub_chaining3_simple_f2.default.30,31,32,33.otf |    Bin 1828 -> 0 bytes
+ ...sub_chaining3_simple_f2.default.30,31,32,33.ttx |    334 +
+ .../gsub_chaining3_simple_f2.default.41,42,43.otf  |    Bin 1320 -> 0 bytes
+ .../gsub_chaining3_simple_f2.default.41,42,43.ttx  |    290 +
+ ...ing3_simple_f2.default.retain-all-codepoint.otf |    Bin 3692 -> 0 bytes
+ ...ing3_simple_f2.default.retain-all-codepoint.ttx |   1253 +
+ ...chaining3_simple_f2.retain-gids.30,31,32,33.otf |    Bin 2292 -> 0 bytes
+ ...chaining3_simple_f2.retain-gids.30,31,32,33.ttx |    569 +
+ ...ub_chaining3_simple_f2.retain-gids.41,42,43.otf |    Bin 2020 -> 0 bytes
+ ...ub_chaining3_simple_f2.retain-gids.41,42,43.ttx |    610 +
+ ..._simple_f2.retain-gids.retain-all-codepoint.otf |    Bin 3692 -> 0 bytes
+ ..._simple_f2.retain-gids.retain-all-codepoint.ttx |   1253 +
+ ..._created.default.41,42,43,44,45,46,47,48,49.otf |    Bin 2176 -> 0 bytes
+ ..._created.default.41,42,43,44,45,46,47,48,49.ttx |    392 +
+ ...nually_created.default.41,42,43,44,45,46,47.otf |    Bin 1888 -> 0 bytes
+ ...nually_created.default.41,42,43,44,45,46,47.ttx |    357 +
+ ...nually_created.default.41,42,43,44,45,46,4D.otf |    Bin 1852 -> 0 bytes
+ ...nually_created.default.41,42,43,44,45,46,4D.ttx |    351 +
+ ...nually_created.default.41,42,43,44,45,46,51.otf |    Bin 1932 -> 0 bytes
+ ...nually_created.default.41,42,43,44,45,46,51.ttx |    364 +
+ ..._manually_created.default.41,42,43,44,45,46.otf |    Bin 1832 -> 0 bytes
+ ..._manually_created.default.41,42,43,44,45,46.ttx |    343 +
+ .../gsub8_manually_created.default.41,42,43.otf    |    Bin 1284 -> 0 bytes
+ .../gsub8_manually_created.default.41,42,43.ttx    |    285 +
+ .../gsub8_manually_created.default.41.otf          |    Bin 1172 -> 0 bytes
+ .../gsub8_manually_created.default.41.ttx          |    259 +
+ .../gsub8_manually_created.default.61.otf          |    Bin 1224 -> 0 bytes
+ .../gsub8_manually_created.default.61.ttx          |    268 +
+ ...nually_created.default.retain-all-codepoint.otf |    Bin 3656 -> 0 bytes
+ ...nually_created.default.retain-all-codepoint.ttx |   1152 +
+ ...ated.retain-gids.41,42,43,44,45,46,47,48,49.otf |    Bin 2884 -> 0 bytes
+ ...ated.retain-gids.41,42,43,44,45,46,47,48,49.ttx |    712 +
+ ...ly_created.retain-gids.41,42,43,44,45,46,47.otf |    Bin 2596 -> 0 bytes
+ ...ly_created.retain-gids.41,42,43,44,45,46,47.ttx |    677 +
+ ...ly_created.retain-gids.41,42,43,44,45,46,4D.otf |    Bin 2636 -> 0 bytes
+ ...ly_created.retain-gids.41,42,43,44,45,46,4D.ttx |    701 +
+ ...ly_created.retain-gids.41,42,43,44,45,46,51.otf |    Bin 2760 -> 0 bytes
+ ...ly_created.retain-gids.41,42,43,44,45,46,51.ttx |    734 +
+ ...ually_created.retain-gids.41,42,43,44,45,46.otf |    Bin 2540 -> 0 bytes
+ ...ually_created.retain-gids.41,42,43,44,45,46.ttx |    663 +
+ ...gsub8_manually_created.retain-gids.41,42,43.otf |    Bin 1984 -> 0 bytes
+ ...gsub8_manually_created.retain-gids.41,42,43.ttx |    605 +
+ .../gsub8_manually_created.retain-gids.41.otf      |    Bin 1872 -> 0 bytes
+ .../gsub8_manually_created.retain-gids.41.ttx      |    579 +
+ .../gsub8_manually_created.retain-gids.61.otf      |    Bin 2276 -> 0 bytes
+ .../gsub8_manually_created.retain-gids.61.ttx      |    748 +
+ ...ly_created.retain-gids.retain-all-codepoint.otf |    Bin 3656 -> 0 bytes
+ ...ly_created.retain-gids.retain-all-codepoint.ttx |   1152 +
+ .../expected/layout.khmer/Khmer.default.1780.ttf   |    Bin 4204 -> 0 bytes
+ .../expected/layout.khmer/Khmer.default.1780.ttx   |   2504 +
+ ...ult.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf |    Bin 6412 -> 0 bytes
+ ...ult.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttx |   3406 +
+ .../expected/layout.khmer/Khmer.default.31.ttf     |    Bin 4140 -> 0 bytes
+ .../expected/layout.khmer/Khmer.default.31.ttx     |   2486 +
+ .../layout.khmer/Khmer.retain-gids.1780.ttf        |    Bin 4464 -> 0 bytes
+ .../layout.khmer/Khmer.retain-gids.1780.ttx        |   2676 +
+ ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf |    Bin 7848 -> 0 bytes
+ ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttx |   4310 +
+ .../expected/layout.khmer/Khmer.retain-gids.31.ttf |    Bin 4256 -> 0 bytes
+ .../expected/layout.khmer/Khmer.retain-gids.31.ttx |   2562 +
+ ...Bold.default.627,644,623,62D,644,627,645,2E.ttf |    Bin 11396 -> 0 bytes
+ ...Bold.default.627,644,623,62D,644,627,645,2E.ttx |   4986 +
+ ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf |    Bin 18248 -> 0 bytes
+ ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttx |   9792 ++
+ .../NotoNastaliqUrdu-Bold.default.627,644.ttf      |    Bin 3528 -> 0 bytes
+ .../NotoNastaliqUrdu-Bold.default.627,644.ttx      |   1326 +
+ ...rdu-Bold.default.633,645,627,621,20,644,627.ttf |    Bin 12368 -> 0 bytes
+ ...rdu-Bold.default.633,645,627,621,20,644,627.ttx |   5279 +
+ .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  |    Bin 20368 -> 0 bytes
+ .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttx  |  10363 ++
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf |    Bin 18232 -> 0 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttx |   9170 ++
+ ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf |    Bin 24376 -> 0 bytes
+ ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttx |  13452 ++
+ .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  |    Bin 9176 -> 0 bytes
+ .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttx  |   5158 +
+ ...Bold.retain-gids.633,645,627,621,20,644,627.ttf |    Bin 18172 -> 0 bytes
+ ...Bold.retain-gids.633,645,627,621,20,644,627.ttx |   8915 ++
+ ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf |    Bin 26588 -> 0 bytes
+ ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttx |  14027 ++
+ .../Roboto-Regular.smallcaps.default.41,42,43.ttf  |    Bin 2464 -> 0 bytes
+ .../Roboto-Regular.smallcaps.default.41,42,43.ttx  |   1251 +
+ .../Roboto-Regular.smallcaps.default.41,43.ttf     |    Bin 2284 -> 0 bytes
+ .../Roboto-Regular.smallcaps.default.41,43.ttx     |   1120 +
+ .../layout/Roboto-Regular.smallcaps.default.41.ttf |    Bin 2084 -> 0 bytes
+ .../layout/Roboto-Regular.smallcaps.default.41.ttx |   1008 +
+ .../layout/Roboto-Regular.smallcaps.default.43.ttf |    Bin 2116 -> 0 bytes
+ .../layout/Roboto-Regular.smallcaps.default.43.ttx |   1017 +
+ .../Roboto-Regular.smallcaps.default.CA,CB.ttf     |    Bin 2388 -> 0 bytes
+ .../Roboto-Regular.smallcaps.default.CA,CB.ttx     |   1200 +
+ ...boto-Regular.smallcaps.retain-gids.41,42,43.ttf |    Bin 2716 -> 0 bytes
+ ...boto-Regular.smallcaps.retain-gids.41,42,43.ttx |   1431 +
+ .../Roboto-Regular.smallcaps.retain-gids.41,43.ttf |    Bin 2548 -> 0 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.41,43.ttx |   1305 +
+ .../Roboto-Regular.smallcaps.retain-gids.41.ttf    |    Bin 2336 -> 0 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.41.ttx    |   1188 +
+ .../Roboto-Regular.smallcaps.retain-gids.43.ttf    |    Bin 2384 -> 0 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.43.ttx    |   1207 +
+ .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttf |    Bin 6476 -> 0 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttx |   4120 +
+ .../data/expected/sbix/sbix.default.58,59.ttf      |    Bin 193528 -> 0 bytes
+ .../data/expected/sbix/sbix.default.58,59.ttx      |  12367 ++
+ test/subset/data/expected/sbix/sbix.default.58.ttf |    Bin 121168 -> 0 bytes
+ test/subset/data/expected/sbix/sbix.default.58.ttx |   7801 +
+ test/subset/data/expected/sbix/sbix.default.59.ttf |    Bin 89364 -> 0 bytes
+ test/subset/data/expected/sbix/sbix.default.59.ttx |   5813 +
+ .../sbix/sbix.drop-hints-retain-gids.58,59.ttf     |    Bin 193528 -> 0 bytes
+ .../sbix/sbix.drop-hints-retain-gids.58,59.ttx     |  12367 ++
+ .../sbix/sbix.drop-hints-retain-gids.58.ttf        |    Bin 121168 -> 0 bytes
+ .../sbix/sbix.drop-hints-retain-gids.58.ttx        |   7801 +
+ .../sbix/sbix.drop-hints-retain-gids.59.ttf        |    Bin 89404 -> 0 bytes
+ .../sbix/sbix.drop-hints-retain-gids.59.ttx        |   5826 +
+ .../data/expected/sbix/sbix.drop-hints.58,59.ttf   |    Bin 193528 -> 0 bytes
+ .../data/expected/sbix/sbix.drop-hints.58,59.ttx   |  12367 ++
+ .../data/expected/sbix/sbix.drop-hints.58.ttf      |    Bin 121168 -> 0 bytes
+ .../data/expected/sbix/sbix.drop-hints.58.ttx      |   7801 +
+ .../data/expected/sbix/sbix.drop-hints.59.ttf      |    Bin 89364 -> 0 bytes
+ .../data/expected/sbix/sbix.drop-hints.59.ttx      |   5813 +
+ .../data/expected/sbix/sbix.retain-gids.58,59.ttf  |    Bin 193528 -> 0 bytes
+ .../data/expected/sbix/sbix.retain-gids.58,59.ttx  |  12367 ++
+ .../data/expected/sbix/sbix.retain-gids.58.ttf     |    Bin 121168 -> 0 bytes
+ .../data/expected/sbix/sbix.retain-gids.58.ttx     |   7801 +
+ .../data/expected/sbix/sbix.retain-gids.59.ttf     |    Bin 89404 -> 0 bytes
+ .../data/expected/sbix/sbix.retain-gids.59.ttx     |   5826 +
+ .../variable/Fraunces.default.26,66,69,124,125.ttf |    Bin 15792 -> 0 bytes
+ .../variable/Fraunces.default.26,66,69,124,125.ttx |   6907 +
+ .../data/expected/variable/Fraunces.default.61.ttf |    Bin 4228 -> 0 bytes
+ .../data/expected/variable/Fraunces.default.61.ttx |   1427 +
+ test/subset/generate-expected-outputs.py           |      1 +
+ test/subset/run-tests.py                           |     24 +-
+ test/subset/subset_test_suite.py                   |     18 +-
+ 1945 files changed, 3999127 insertions(+), 21 deletions(-)
+
+commit 30579f5a37a7f0e044572e978660f050dc85559a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 29 11:19:13 2021 -0600
+
+    [set] Document & use open-ended del_range()
+
+ src/hb-ot-layout-common.hh   | 2 +-
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ src/hb-set.cc                | 3 +++
+ 3 files changed, 5 insertions(+), 2 deletions(-)
+
+commit 72489f3e0e41fd5a6b68afd1d0493a79a508e97c
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jul 29 18:20:03 2021 +0200
+
+    [test] Free memory in hb-aots-tester
+
+ test/shaping/data/aots/hb-aots-tester.cpp | 108 ++++++++++++++++--------------
+ 1 file changed, 56 insertions(+), 52 deletions(-)
+
+commit 895162d6f324590f79654575bf2b6126034a2042
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jul 29 18:03:00 2021 +0200
+
+    [test] Account for mark zeroing in AOTS tests
+    
+    The AOTS are not written with the face that mark glyphs gets their
+    advances zeroed. Taking this into account makes 16 more tests to pass.
+
+ test/shaping/data/aots/hb-aots-tester.cpp               | 17 ++++++++++++-----
+ test/shaping/data/aots/tests/gpos4_lookupflag.tests     |  4 ++--
+ .../data/aots/tests/gpos4_multiple_anchors.tests        |  2 +-
+ test/shaping/data/aots/tests/gpos4_simple.tests         | 10 +++++-----
+ test/shaping/data/aots/tests/gpos5.tests                |  4 ++--
+ test/shaping/data/aots/tests/gpos6.tests                |  6 +++---
+ .../data/aots/tests/gpos_chaining1_lookupflag.tests     |  2 +-
+ .../data/aots/tests/gpos_chaining2_lookupflag.tests     |  2 +-
+ .../data/aots/tests/gpos_chaining3_lookupflag.tests     |  2 +-
+ .../data/aots/tests/gpos_context1_lookupflag.tests      |  4 ++--
+ .../data/aots/tests/gpos_context2_lookupflag.tests      |  4 ++--
+ .../data/aots/tests/gpos_context3_lookupflag.tests      |  4 ++--
+ 12 files changed, 34 insertions(+), 27 deletions(-)
+
+commit e65bf60500d575d83d71bc94723c58a4765d59ba
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jul 29 17:36:09 2021 +0200
+
+    [test] make this test runner less verbose
+    
+    Print the command being called once and in a way the can be manually
+    run.
+
+ test/shaping/run-tests.py | 6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+commit 2d54c34680fd22e195eb6bd9e87c25a94e9a4b8b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 28 18:20:53 2021 -0600
+
+    [subset/VarStore] Fix OOM in fuzzer test
+    
+    The test in question is the one added in c68a00b92eb62fdc79f9a2bd1fc7a6acc24a3602.
+    Culprit is that it's allocating lots of memory because of region_indices that
+    are out-of-range anyway. So, try to filter those out first.
+
+ src/hb-ot-layout-common.hh | 28 ++++++++++++++++++----------
+ src/hb-set.hh              |  2 +-
+ 2 files changed, 19 insertions(+), 11 deletions(-)
+
+commit ff1fe25a5dbd249b8939f3c851d096b8fb1e50b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 28 18:02:52 2021 -0600
+
+    [VarStore] Rename internal get_scalars() to get_region_scalars()
+
+ src/hb-cff2-interp-cs.hh   |  4 ++--
+ src/hb-ot-layout-common.hh | 25 +++++++++++++------------
+ 2 files changed, 15 insertions(+), 14 deletions(-)
+
+commit d7541f7b55dc30cd0cbb68f9066b2fff5f60e754
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 29 00:09:24 2021 -0600
+
+    [util/hb-shape] Free cached resources on termination
+
+ util/options.cc | 33 +++++++++++++++------------------
+ util/options.hh | 18 ++++++++++++++----
+ 2 files changed, 29 insertions(+), 22 deletions(-)
+
+commit ad03f34df75bfff32f12787f4af3b972ee57fb19
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 28 19:05:12 2021 -0600
+
+    [util/hb-shape] Cache blob/face in batch mode
+
+ util/options.cc | 41 +++++++++++++++++++++++++++++++++++------
+ util/options.hh |  7 ++++++-
+ 2 files changed, 41 insertions(+), 7 deletions(-)
+
+commit 9a7ff54bb7ce9cafb563f740e25df931868e12dd
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jul 29 01:52:55 2021 +0200
+
+    [test] Write one sequence per-line
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3087#issuecomment-888691436
+
+ src/gen-emoji-table.py                             |   21 +-
+ .../data/in-house/tests/emoji-clusters.tests       | 3327 +++++++++++++++++++-
+ 2 files changed, 3265 insertions(+), 83 deletions(-)
+
+commit ddf87ffb22d30d6b15083f1f6d5d4fe20417b538
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jul 29 01:12:46 2021 +0200
+
+    [test] Add generated tests for emoji clusters
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3017
+    
+    Uses AdobeBlank2.ttf from:
+    
+      https://github.com/adobe-fonts/adobe-blank-2
+    
+    instead of a dummy empty font so that everything maps to GID 1 and
+    control code points are kept instead of being dropped because there is
+    not space glyph (otherwise we’d need to identify control code points
+    somehow when generating the expectations).
+
+ src/gen-emoji-table.py                             |  39 +++++++++++-
+ test/shaping/data/in-house/Makefile.sources        |   1 +
+ test/shaping/data/in-house/fonts/AdobeBlank2.ttf   | Bin 0 -> 2360 bytes
+ test/shaping/data/in-house/meson.build             |   1 +
+ .../data/in-house/tests/emoji-clusters.tests       |  66 +++++++++++++++++++++
+ 5 files changed, 105 insertions(+), 2 deletions(-)
+
+commit f0a1892ff991581e787193fb81361d68a93933e7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 28 17:36:22 2021 -0600
+
+    [serialize] Remove unnecessary pointer indirection
+
+ src/hb-open-file.hh            |  4 ++--
+ src/hb-open-type.hh            | 12 ++++++------
+ src/hb-ot-cff-common.hh        |  6 +++---
+ src/hb-ot-cff1-table.hh        |  4 ++--
+ src/hb-ot-cmap-table.hh        |  6 +++---
+ src/hb-ot-color-sbix-table.hh  |  2 +-
+ src/hb-ot-hdmx-table.hh        |  2 +-
+ src/hb-ot-layout-common.hh     | 20 ++++++++++----------
+ src/hb-ot-layout-gpos-table.hh |  4 ++--
+ src/hb-ot-layout-gsub-table.hh | 14 +++++++-------
+ src/hb-ot-var-hvar-table.hh    |  2 +-
+ 11 files changed, 38 insertions(+), 38 deletions(-)
+
+commit 1c511ed6f6c0f36ec2767b88e4c93682530cfd0d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 28 17:33:26 2021 -0600
+
+    [subset] Simplify VarStore serialization
+
+ src/hb-ot-layout-common.hh | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit ad4c6924926830316fb1593a60d0c4858d095052
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 28 16:50:34 2021 -0600
+
+    [subset] Simplify VarStore serialize
+
+ src/hb-ot-layout-common.hh | 25 +++++++++++++------------
+ 1 file changed, 13 insertions(+), 12 deletions(-)
+
+commit 25dee6097741e9594d545ff764623c30289e5c58
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 28 13:58:24 2021 -0600
+
+    [sanitize] Revert some from c68a00b92eb62fdc79f9a2bd1fc7a6acc24a3602
+    
+    That overflow check was already happening in arrayZ.sanitize().
+
+ src/hb-ot-layout-common.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 6fe0d7d6e8be657a64eaf288fc4049e010669c89
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 28 12:06:49 2021 -0600
+
+    [GSUB] If MultipleSubst is applied to a ligature-component, preserve lig-id
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3069
+
+ src/hb-ot-layout-gsub-table.hh                           |   9 +++++++--
+ .../fonts/b31e6c52a31edadc16f1bec9efe6019e2d59824a.ttf   | Bin 0 -> 6812 bytes
+ test/shaping/data/in-house/tests/ligature-id.tests       |   1 +
+ 3 files changed, 8 insertions(+), 2 deletions(-)
+
+commit b926fb9bb010e838282b9f735c3cb2e39340c708
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 28 11:58:10 2021 -0600
+
+    Whitespace
+
+ src/hb-ot-layout-gsub-table.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit cc3a7ceea3322080d0607b4af7d0fa2b2f0e6c0e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 28 11:53:06 2021 -0600
+
+    Fix macro-in-macro invocation
+    
+    ../src/hb-ot-color-colr-table.hh:980:2: error: embedding a directive within macro arguments has undefined behavior [-Werror,-Wembedded-directive]
+    \#if COLRV1_ENABLE_SUBSETTING == 1
+
+ src/hb-ot-color-colr-table.hh | 13 +++++--------
+ 1 file changed, 5 insertions(+), 8 deletions(-)
+
+commit 087e2705de1ea5195eb77e144ef9196058d1ee7d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 28 11:42:31 2021 -0600
+
+    Fix signed-ness error in 0ded6a70c829284a8220ce30a405b0a974061df4
+
+ src/hb-serialize.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit f3e031539f72d67e9bcfad96b28798367a79f1ec
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jul 27 14:40:15 2021 -0700
+
+    Revert "[ci] Bin FontTools version due to recent COLRv1 changes"
+    
+    This reverts commit 163748b5059e7b02a8ea57e263b009020a3ed499.
+
+ .circleci/config.yml           |  4 ++--
+ .github/workflows/linux-ci.yml |  2 +-
+ .github/workflows/macos-ci.yml |  2 +-
+ .github/workflows/msvc-ci.yml  |  2 +-
+ .github/workflows/msys2-ci.yml |  2 +-
+ src/hb-ot-color-colr-table.hh  | 13 +++++--------
+ 6 files changed, 11 insertions(+), 14 deletions(-)
+
+commit acbd8b27dce3ee369f7d6022eb8bcddfd2fb666c
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jul 27 14:31:18 2021 -0700
+
+    [subset] temporarily disable COLRv1 subsetting.
+    
+    Currently COLRv1 spec is being changed so the subsetting implementation is out of sync. Disable subsetting by failing sanitization for COLRv1 tables and disable all colrv1 tests.
+
+ src/hb-ot-color-colr-table.hh     | 15 +++++++++++++--
+ test/subset/data/Makefile.am      |  1 +
+ test/subset/data/Makefile.sources |  6 +++++-
+ test/subset/meson.build           |  4 +++-
+ 4 files changed, 22 insertions(+), 4 deletions(-)
+
+commit 5dae8297bbb868e57557a22bd9c56514bb8dd00d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 28 11:35:40 2021 -0600
+
+    [util] Minor followup to https://github.com/harfbuzz/harfbuzz/pull/3083
+
+ util/options.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0ded6a70c829284a8220ce30a405b0a974061df4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 28 11:28:38 2021 -0600
+
+    [subset] Fix another fuzzer issue
+    
+    Addition could overflow on 32bit arch.
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36636
+    Fixes https://oss-fuzz.com/testcase-detail/5072358514753536
+
+ src/hb-serialize.hh                                     |   5 +++--
+ ...testcase-minimized-hb-subset-fuzzer-5072358514753536 | Bin 0 -> 55875 bytes
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit c65e1e0842affc66149cf459e610159f7b7f3992
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jul 28 17:04:10 2021 +0200
+
+    [test] Run AOTS cmap tests with ot font functions only
+    
+    We are not interested in testing FreeType cmap support.
+    
+    Fixes most format 4 tests. The remaining test seems to be peculiar, and
+    I can’t find any cmap implementation that produces the expected output.
+
+ test/shaping/data/aots/hb-aots-tester.cpp |  2 +-
+ test/shaping/data/aots/tests/cmap0.tests  |  2 +-
+ test/shaping/data/aots/tests/cmap10.tests |  4 ++--
+ test/shaping/data/aots/tests/cmap12.tests |  2 +-
+ test/shaping/data/aots/tests/cmap2.tests  |  2 +-
+ test/shaping/data/aots/tests/cmap4.tests  | 12 ++++++------
+ test/shaping/data/aots/tests/cmap6.tests  |  4 ++--
+ test/shaping/data/aots/tests/cmap8.tests  |  2 +-
+ 8 files changed, 15 insertions(+), 15 deletions(-)
+
+commit 8396c523b6715893c67163c947521c9b1408f594
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jul 28 16:29:43 2021 +0200
+
+    [test] Add AOTS cmap tests
+    
+    Uses https://github.com/adobe-type-tools/aots/pull/3
+    
+    Related to https://github.com/unicode-org/text-rendering-tests/issues/70
+    
+    We don’t support format 4 or 8, so these tests are disabled. We support
+    format 4 but most of the tests are failing, investigating.
+
+ test/shaping/data/aots/Makefile.sources   |  7 +++
+ test/shaping/data/aots/hb-aots-tester.cpp | 82 +++++++++++++++++++++++++++++++
+ test/shaping/data/aots/meson.build        |  7 +++
+ test/shaping/data/aots/tests/cmap0.tests  |  1 +
+ test/shaping/data/aots/tests/cmap10.tests |  2 +
+ test/shaping/data/aots/tests/cmap12.tests |  1 +
+ test/shaping/data/aots/tests/cmap2.tests  |  1 +
+ test/shaping/data/aots/tests/cmap4.tests  |  6 +++
+ test/shaping/data/aots/tests/cmap6.tests  |  2 +
+ test/shaping/data/aots/tests/cmap8.tests  |  1 +
+ 10 files changed, 110 insertions(+)
+
+commit 50379fbb1517387d91b3ec4cc55a7500dd09b436
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jul 28 16:13:49 2021 +0200
+
+    [util] Don’t split text at new lines in batch mode
+    
+    In batch mode (which is used for testing) we are probably not interested
+    in splitting text into lines as we could have split the string into
+    different tests. This fixes a bunch of AOTS tests that use newlines as
+    input.
+
+ test/shaping/data/aots/tests/lookupflag_ignore_attach.tests | 10 +++++-----
+ util/hb-shape.cc                                            |  2 +-
+ util/main-font-text.hh                                      |  4 ++--
+ util/options.cc                                             |  6 +++---
+ util/options.hh                                             |  2 +-
+ 5 files changed, 12 insertions(+), 12 deletions(-)
+
+commit 92b85749f2b284a370fff3905c0a554bbbc7b323
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jul 28 15:56:53 2021 +0200
+
+    [util] Strip quotes when parsing features
+    
+    When running in batch mode, the quotes are not stripped by the shell and
+    end up in the feature string. This breaks one of the AOTS tests.
+    
+    Alternatively, we can remove the quotes from the test files, not sure
+    which is less hacky, though!
+
+ test/shaping/data/aots/tests/gsub3_1_simple.tests | 2 +-
+ util/options.cc                                   | 8 ++++++++
+ 2 files changed, 9 insertions(+), 1 deletion(-)
+
+commit ad9559e3e23ab32c27dc62374f040330e25f24eb
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jul 28 14:35:23 2021 +0200
+
+    [tests] Make AOTS update.py work on macOS
+    
+    Use C++ compiler and make sure C++11 is used.
+
+ test/shaping/data/aots/update.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d84efca312b2a10dc1c7b5444bc802c2d1b19e17
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jul 28 13:17:41 2021 +0200
+
+    [tests] Add missed test file to Makefile/meson
+    
+    It was introduced in 205737acdc268b1c90cf00bde2d2038519a8bf48 but was
+    not actually used.
+    
+    See https://github.com/harfbuzz/harfbuzz/issues/2098
+
+ test/shaping/data/in-house/Makefile.sources | 1 +
+ test/shaping/data/in-house/meson.build      | 1 +
+ 2 files changed, 2 insertions(+)
+
+commit 09474d8d7b051b1465582828c8ec5afcccb6c3c6
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jun 29 16:07:14 2021 -0700
+
+    [subset] Fix fuzzer timeout in add_gid_and_children.
+    
+    The composite glyph graph isn't check for max operations by sanitize so track an operations count during the graph traversal.
+
+ src/hb-ot-glyf-table.hh                            |  22 +++++++++++++++------
+ ...ase-minimized-hb-subset-fuzzer-5991762219892736 | Bin 0 -> 80599 bytes
+ 2 files changed, 16 insertions(+), 6 deletions(-)
+
+commit c68a00b92eb62fdc79f9a2bd1fc7a6acc24a3602
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 27 13:25:22 2021 -0600
+
+    [subset] Fix possible overflows in VarRegionList serialize
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5362189182566400
+
+ src/harfbuzz.cc                                         |   1 +
+ src/hb-ot-layout-common.hh                              |   7 +++++--
+ ...testcase-minimized-hb-subset-fuzzer-5362189182566400 | Bin 0 -> 85171 bytes
+ 3 files changed, 6 insertions(+), 2 deletions(-)
+
+commit 7b8464b655b190c16bba33cefdd58acb03d32ddf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 27 13:15:07 2021 -0600
+
+    [serialize] Check for overflow in allocate_size()
+    
+    If size was > INT_MAX, then the out-of-room check was failing to perform
+    as intended.
+    
+    Part of fixing https://oss-fuzz.com/testcase-detail/5362189182566400
+
+ src/hb-serialize.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit bf2c87bfe6b3826d187dfee2ca894b5a39f6d17e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 27 13:10:41 2021 -0600
+
+    Add hb_memcpy() that does len=0 check
+
+ src/hb-algs.hh | 8 ++++++++
+ src/hb-set.hh  | 8 ++------
+ 2 files changed, 10 insertions(+), 6 deletions(-)
+
+commit 5f801da945025d66204c61fc11a2ff7fd55e3666
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jul 27 20:54:19 2021 +0200
+
+    [hb-ms-features] Move code out of header file
+
+ src/Makefile.sources        |   2 +
+ src/hb-ms-feature-ranges.cc | 177 ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ms-feature-ranges.hh | 140 +----------------------------------
+ src/meson.build             |   2 +
+ 4 files changed, 185 insertions(+), 136 deletions(-)
+
+commit 990c15dbe5dfaf35de02089832938a4821369074
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jul 27 20:43:53 2021 +0200
+
+    [hb-ms-features] Rename types to be less general
+
+ src/hb-directwrite.cc       |  2 +-
+ src/hb-ms-feature-ranges.hh | 79 ++++++++++++++++++++++-----------------------
+ src/hb-uniscribe.cc         |  2 +-
+ 3 files changed, 41 insertions(+), 42 deletions(-)
+
+commit 69199211b7a9b7d7ea0a603ec9d8c25a48f1fcd5
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jul 27 19:51:23 2021 +0200
+
+    [uniscribe/directwrite] Move feature setup to shared file
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3070
+
+ src/hb-directwrite.cc       | 236 +++++++++-----------------------------------
+ src/hb-ms-feature-ranges.hh | 229 ++++++++++++++++++++++++++++++++++++++++++
+ src/hb-uniscribe.cc         | 213 ++++++---------------------------------
+ 3 files changed, 308 insertions(+), 370 deletions(-)
+
+commit fc7f77812068840fd6d6edc8c0647baf52f65d07
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jul 27 12:21:19 2021 -0600
+
+    [subset] add a note to hb-subset on what is and isn't supported (#3076)
+
+ src/hb-subset.cc | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit 3e4f006fe24186182b12ec04776aedbc0f6659b3
+Merge: 163748b50 791a1bf3a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 27 09:28:47 2021 -0600
+
+    Merge pull request #3079 from harfbuzz/windows-getenv
+    
+    Don’t disable getenv on Windows
+
+commit 791a1bf3a4e356d9ea0222e3ed6bc6b56011c64d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jul 27 15:22:13 2021 +0200
+
+    Don’t disable getenv on Windows
+    
+    The condition is inverted, regression from
+    40ec187dec07e97ed4004b9831e7be844e6e7948.
+
+ src/hb.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 163748b5059e7b02a8ea57e263b009020a3ed499
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jul 26 23:03:16 2021 +0200
+
+    [ci] Bin FontTools version due to recent COLRv1 changes
+    
+    Should be reverted once HarfBuzz updated to match FontTools.
+
+ .circleci/config.yml           | 4 ++--
+ .github/workflows/linux-ci.yml | 2 +-
+ .github/workflows/macos-ci.yml | 2 +-
+ .github/workflows/msvc-ci.yml  | 2 +-
+ .github/workflows/msys2-ci.yml | 2 +-
+ 5 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 4762fcb415c8070dbbfbb04ff0cf2c55385c812d
+Merge: aeec27845 71b5509c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 26 11:48:55 2021 -0700
+
+    Merge pull request #3067 from googlefonts/glyph_names
+    
+    [subset] support option --glyph-names
+
+commit aeec278453c1d529003f276867f56b4e205b6e2e
+Merge: 404b91b93 a9a607d36
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 26 11:31:54 2021 -0700
+
+    Merge pull request #3068 from harfbuzz/hoi
+    
+    [variations] Support multiple axes with same tag, aka HOI
+
+commit 404b91b93d4dd333992b021e416b4a0c27f997d6
+Merge: c2d58c974 ec99fdb7e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 26 11:07:55 2021 -0700
+
+    Merge pull request #3071 from harfbuzz/subset-flags
+    
+    [sebset] Use [s|g]et_flag for retain_all_layout_features
+
+commit ec99fdb7e83ebc70993385a9b852cc05bf4693bf
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jul 26 01:35:13 2021 +0200
+
+    [sebset] Use [s|g]et_flag for retain_all_layout_features
+    
+    Looks like this was missed when adding hb_subset_input_[s|g]et_flag()
+
+ docs/harfbuzz-sections.txt |  2 --
+ src/hb-subset-input.cc     | 19 +++++--------------
+ src/hb-subset.h            | 11 +++++------
+ 3 files changed, 10 insertions(+), 22 deletions(-)
+
+commit c2d58c9747794a91c4d1e9d71426039e8b16be0b
+Merge: b235511ed acc7100a3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 26 00:08:34 2021 -0700
+
+    Merge pull request #3072 from harfbuzz/subset-docs
+    
+    [docs] Improve subset documentation
+
+commit acc7100a3f37fd72cfcd5953cf9446b04ef387b6
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jul 26 02:13:49 2021 +0200
+
+    [docs] Improve subset documentation
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-subset-input.cc     | 58 +++++++++++++++++++++++++++++++++++-----------
+ src/hb-subset-plan.cc      |  9 +++++--
+ src/hb-subset.h            |  4 ++--
+ 4 files changed, 54 insertions(+), 18 deletions(-)
+
+commit 3e2734cf9131dc075ac120209c803d55720672b3
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jul 26 02:12:21 2021 +0200
+
+    [docs] Don’t use GTK-Doc syntax for internal functions
+    
+    We don’t generate docs for them, reduces the number of warnings.
+
+ src/hb-subset-cff-common.cc | 12 ++++--------
+ src/hb-subset-cff1.cc       |  6 ------
+ src/hb-subset-cff2.cc       |  4 ----
+ 3 files changed, 4 insertions(+), 18 deletions(-)
+
+commit 71b5509c195546b38c27a4efa69f80c175da4d3a
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jul 20 20:05:35 2021 -0700
+
+    [subset] support option --glyph-names
+
+ src/Makefile.sources                               |   1 +
+ src/hb-ot-post-table-v2subset.hh                   | 114 +++++++++++++++++++++
+ src/hb-ot-post-table.hh                            |  25 ++++-
+ src/hb-subset-input.cc                             |   6 ++
+ src/hb-subset-input.hh                             |   1 +
+ src/hb-subset-plan.cc                              |   1 +
+ src/hb-subset-plan.hh                              |   1 +
+ src/hb-subset.cc                                   |   1 +
+ src/hb-subset.h                                    |   3 +
+ .../Comfortaa-Regular-new.glyph-names.61,62,63.ttf | Bin 0 -> 7072 bytes
+ .../Comfortaa-Regular-new.glyph-names.61,63.ttf    | Bin 0 -> 6700 bytes
+ .../Comfortaa-Regular-new.glyph-names.61.ttf       | Bin 0 -> 6336 bytes
+ .../Comfortaa-Regular-new.glyph-names.62.ttf       | Bin 0 -> 6208 bytes
+ .../Comfortaa-Regular-new.glyph-names.63.ttf       | Bin 0 -> 6264 bytes
+ ...egular-new.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 227920 bytes
+ ...yeongjo-Regular-subset.glyph-names.61,62,63.ttf | Bin 0 -> 4128 bytes
+ ...umMyeongjo-Regular-subset.glyph-names.61,63.ttf | Bin 0 -> 3580 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.61.ttf | Bin 0 -> 3156 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.62.ttf | Bin 0 -> 3180 bytes
+ ...NanumMyeongjo-Regular-subset.glyph-names.63.ttf | Bin 0 -> 3048 bytes
+ ...lar-subset.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
+ .../Roboto-Regular.abc.glyph-names.61,62,63.ttf    | Bin 0 -> 2452 bytes
+ .../Roboto-Regular.abc.glyph-names.61,63.ttf       | Bin 0 -> 2260 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.61.ttf   | Bin 0 -> 2048 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.62.ttf   | Bin 0 -> 1916 bytes
+ .../basics/Roboto-Regular.abc.glyph-names.63.ttf   | Bin 0 -> 1972 bytes
+ ...egular.abc.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 2452 bytes
+ test/subset/data/profiles/glyph-names.txt          |   1 +
+ test/subset/data/tests/basics.tests                |   1 +
+ util/options-subset.cc                             |   1 +
+ 30 files changed, 152 insertions(+), 4 deletions(-)
+
+commit b235511ed88e46d97d27a9176da1931f4a701b0d
+Merge: 0a44feaed 1fde80ad2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 23 12:15:15 2021 -0700
+
+    Merge pull request #3021 from googlefonts/stable_api
+    
+    [subset] update hb_subset api with final changes before going stable.
+
+commit a9a607d360c491104517bffdb81701c99252cfe4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 22 16:49:56 2021 -0700
+
+    [variations] Support multiple axes with same tag, aka HOI
+    
+    The axes in fvar are in arbitrary order, NOT sorted. Hence have to
+    lsearch all entries.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1673
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2743
+    
+    Test from https://github.com/ctrlcctrlv/FontForge-Higher-Order-Interpolation
+
+ src/hb-font.cc                                     |  21 ++++++++-------
+ src/hb-ot-var-fvar-table.hh                        |  29 +++------------------
+ test/shaping/data/in-house/Makefile.sources        |   3 +--
+ .../e8691822f6a705e3e9fb48a0405c645b1a036590.ttf   | Bin 0 -> 2192 bytes
+ test/shaping/data/in-house/meson.build             |   3 +--
+ .../data/in-house/tests/variations-rounding.tests  |   2 --
+ .../data/in-house/tests/variations-space.tests     |   2 --
+ test/shaping/data/in-house/tests/variations.tests  |   5 ++++
+ 8 files changed, 21 insertions(+), 44 deletions(-)
+
+commit 1fde80ad282affc5d6cb54cd38915a803eeb70cb
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 22 16:45:48 2021 -0700
+
+    [subset] update comments referencing hb_subset_input_t parameter.
+
+ src/hb-subset-input.cc | 26 +++++++++++++-------------
+ 1 file changed, 13 insertions(+), 13 deletions(-)
+
+commit c581d11eba0885d3e286d58cf648fec52caf6cd4
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 22 14:04:39 2021 -0700
+
+    [set] in hb_set_set() avoid calling memcpy on nullptr.
+
+ src/hb-set.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 2b9cb29923ab1face19a84a03459dabe2d47fb67
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 22 13:26:03 2021 -0700
+
+    [subset] cleanup no_subset_tables on destruction.
+
+ src/hb-subset-input.cc | 1 +
+ src/hb-subset-plan.cc  | 1 +
+ 2 files changed, 2 insertions(+)
+
+commit 89fc399eba5c7adf61c67be60cf5e81cfb21bbdc
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 22 13:00:34 2021 -0700
+
+    [subset] Add hb-subset section documentation.
+
+ src/hb-subset.cc | 11 +++++++++++
+ src/hb-subset.h  |  4 ----
+ 2 files changed, 11 insertions(+), 4 deletions(-)
+
+commit 792e2ed61c14ba850e7ffcedbddc107947394014
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 22 12:41:48 2021 -0700
+
+    [subset] convert no get/set prune unicode ranges to enum.
+
+ src/hb-subset-input.cc | 45 ++++++---------------------------------------
+ src/hb-subset.h        | 26 +++-----------------------
+ 2 files changed, 9 insertions(+), 62 deletions(-)
+
+commit 0a44feaedaf211a47d93765014106495d161af3f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 22 12:18:48 2021 -0700
+
+    [fvar] Make find_axis_index() return a range, not individual value
+
+ src/hb-ot-var-fvar-table.hh | 24 ++++++++++++++++++++----
+ 1 file changed, 20 insertions(+), 4 deletions(-)
+
+commit 1b6c1aa684df072a4212f9d350c78d9592f93413
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jun 28 12:57:39 2021 -0700
+
+    [subset] add hb-subset api to documentation generator.
+    
+    Standardize subset_input parameter to be input.
+
+ docs/harfbuzz-docs.xml     |  8 ++++-
+ docs/harfbuzz-sections.txt | 22 ++++++++++++
+ src/hb-subset-input.cc     | 84 +++++++++++++++++++++++-----------------------
+ src/hb-subset-plan.cc      |  3 ++
+ src/hb-subset.h            | 22 ++++++------
+ 5 files changed, 85 insertions(+), 54 deletions(-)
+
+commit 8ce968341285be9dd5bf10a6bd5cf316995248cd
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 23 13:55:11 2021 -0700
+
+    [subset] add documentation for all hb-subset.h methods.
+
+ src/hb-subset-input.cc | 71 +++++++++++++++++++++++++++++++++++++++++++++++---
+ src/hb-subset.h        | 59 ++++++++++++++++++++++-------------------
+ 2 files changed, 100 insertions(+), 30 deletions(-)
+
+commit 9ab751ac9ff139a7a1c286674f5560af386a7d23
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 23 13:38:47 2021 -0700
+
+    [subset] Remove hb_subset(). Leaving just hb_subset_or_fail().
+
+ src/hb-subset.cc                   | 15 ---------------
+ src/hb-subset.h                    | 22 +++++++++++-----------
+ test/api/hb-subset-test.h          |  2 +-
+ test/api/test-subset-drop-tables.c |  3 ++-
+ test/api/test-subset-glyf.c        |  7 +++----
+ test/api/test-subset-hdmx.c        |  5 ++---
+ test/api/test-subset-hmtx.c        |  5 ++---
+ test/api/test-subset.c             | 12 +++++-------
+ test/fuzzing/hb-subset-fuzzer.cc   |  3 ++-
+ 9 files changed, 28 insertions(+), 46 deletions(-)
+
+commit e5c887fc0fc5263c4c84b32c327f1334b3b0dffc
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 23 13:19:25 2021 -0700
+
+    [subset] add documentation for subset input flag enums.
+
+ src/hb-subset.h | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit 372722ceee3bb4d30df9edd78c5899dbd6bbd66c
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 23 13:10:03 2021 -0700
+
+    [subset] move notdef_outline to the subset input property enum.
+
+ src/hb-subset-input.cc | 6 +++++-
+ src/hb-subset.h        | 1 +
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit a6c6cda48608e988a7debc3c18597186e3b4e2ee
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 9 17:46:47 2021 -0700
+
+    [subset] Add no subset tables and passthrough unrecognized tables to the subset api.
+    
+    Matches fontTools options.
+
+ src/hb-subset-input.cc | 29 ++++++++++++++++++++++++++++-
+ src/hb-subset-input.hh |  3 +++
+ src/hb-subset-plan.cc  |  2 ++
+ src/hb-subset-plan.hh  |  4 ++++
+ src/hb-subset.cc       | 22 ++++++++++++++++++----
+ src/hb-subset.h        | 15 +++++++++------
+ 6 files changed, 64 insertions(+), 11 deletions(-)
+
+commit 668f2bd93e3ea72e43e57ce10981d300f39a1967
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 9 16:33:50 2021 -0700
+
+    [subset] Add hb_subset_or_fail () to public subset api.
+
+ src/hb-subset.cc  | 22 ++++++++++++++++++++--
+ src/hb-subset.h   |  3 +++
+ util/hb-subset.cc | 10 ++++++----
+ 3 files changed, 29 insertions(+), 6 deletions(-)
+
+commit aba2e13141c133091197adfcb1579de0a965a59d
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 9 16:23:35 2021 -0700
+
+    [subset] Remove hb_subset_input_get/set_overlaps_flag ().
+
+ src/hb-subset.h             | 1 -
+ test/api/test-subset-glyf.c | 2 +-
+ 2 files changed, 1 insertion(+), 2 deletions(-)
+
+commit 7d82191f61f79aba910d37aff74d45f4ca0d48e9
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 9 16:20:55 2021 -0700
+
+    [subset] Remove hb_subset_input_get/set_name_legacy ().
+
+ src/hb-subset-input.cc    | 13 -------------
+ src/hb-subset.h           |  6 ------
+ test/api/hb-subset-test.h |  2 +-
+ 3 files changed, 1 insertion(+), 20 deletions(-)
+
+commit 942636ae1300e56dfe599b5f961719f044bdf828
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 9 16:18:39 2021 -0700
+
+    [subset] Remove hb_subset_input_get/set_retain_gids.
+
+ src/hb-subset-input.cc           | 24 ------------------------
+ src/hb-subset.h                  |  7 -------
+ test/api/test-subset-cff1.c      |  4 ++--
+ test/api/test-subset-cff2.c      |  2 +-
+ test/api/test-subset-glyf.c      |  4 ++--
+ test/api/test-subset-gvar.c      |  2 +-
+ test/api/test-subset-hvar.c      |  4 ++--
+ test/api/test-subset-vvar.c      |  2 +-
+ test/fuzzing/hb-subset-fuzzer.cc |  2 +-
+ 9 files changed, 10 insertions(+), 41 deletions(-)
+
+commit 77b4a1cd9634aafb6353b7d5e451d1f5a06e929b
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 9 14:11:17 2021 -0700
+
+    [subset] Remove hb_subset_input_get/set_desubroutinize.
+
+ src/hb-subset-input.cc      | 13 -------------
+ src/hb-subset.h             |  6 ------
+ test/api/test-subset-cff1.c |  8 ++++----
+ test/api/test-subset-cff2.c |  4 ++--
+ 4 files changed, 6 insertions(+), 25 deletions(-)
+
+commit 8bf5d4d4f787600e5e290bb8d59ee13f3a0d2515
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 9 14:05:17 2021 -0700
+
+    [subset] Remove hb_subset_input_get/set_drop_hints.
+
+ src/hb-subset-input.cc           | 13 -------------
+ src/hb-subset-plan.cc            |  2 +-
+ src/hb-subset.h                  |  6 +-----
+ test/api/test-subset-cff1.c      | 10 +++++-----
+ test/api/test-subset-cff2.c      |  4 ++--
+ test/api/test-subset-glyf.c      |  6 +++---
+ test/fuzzing/hb-subset-fuzzer.cc |  2 +-
+ 7 files changed, 13 insertions(+), 30 deletions(-)
+
+commit 9fb3a2563333a0af1b67b2519f50cbc8278a8244
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 9 13:46:35 2021 -0700
+
+    [subset] Use hb_set_copy in subset input.
+
+ src/hb-subset-plan.cc | 65 +++++++++++++++++++++++----------------------------
+ 1 file changed, 29 insertions(+), 36 deletions(-)
+
+commit 38de3491a08633175d7e40d9acabd48d813f755a
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 9 12:54:14 2021 -0700
+
+    [subset] add implementation for get/set flag on subset input.
+
+ src/hb-subset-input.cc | 61 +++++++++++++++++++++++++++++++++++++++-----------
+ src/hb-subset.h        | 35 ++++++++++++++++-------------
+ 2 files changed, 67 insertions(+), 29 deletions(-)
+
+commit 83727837ef8818eec7c7c840117e7752c4bb487e
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 9 11:09:14 2021 -0700
+
+    [subset] add proposed enum property get/set method.
+
+ src/hb-subset-input.cc | 15 +++++++++++++++
+ src/hb-subset.h        | 18 ++++++++++++++++++
+ 2 files changed, 33 insertions(+)
+
+commit b38e49dcfa8c8cf11b4586ce93784ce7523b5f48
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 9 10:57:58 2021 -0700
+
+    [subset] add get/set user data methods to subset input.
+
+ src/hb-subset-input.cc | 42 ++++++++++++++++++++++++++++++++++++++++++
+ src/hb-subset.h        | 10 ++++++++++
+ 2 files changed, 52 insertions(+)
+
+commit edb57a8d9af6513c8d4ed5799bd208e4b9d68927
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 9 10:42:48 2021 -0700
+
+    Make subset input const in the subsetting operation. Don't modify the subset input's sets.
+
+ src/hb-subset-plan.cc | 19 +++++++++++++------
+ src/hb-subset-plan.hh |  2 +-
+ src/hb-subset.cc      |  2 +-
+ src/hb-subset.h       |  2 +-
+ 4 files changed, 16 insertions(+), 9 deletions(-)
+
+commit 233c29b3024469fed9ea68018e9a072a036884af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 22 12:00:24 2021 -0700
+
+    [font] Call fvar.find_axis_index instead of find_axis_info in set_variations()
+
+ src/hb-font.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 89018068cd4e247d556d42a501a7ffa8e6c9ef52
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 22 11:59:23 2021 -0700
+
+    [fvar] Centralize axis finding logic
+    
+    Part of fixing https://github.com/harfbuzz/harfbuzz/issues/1673
+
+ src/hb-ot-var-fvar-table.hh | 13 ++++++++++---
+ 1 file changed, 10 insertions(+), 3 deletions(-)
+
+commit 0b2280af909cb57570a28602922c7d5787ae42c7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 22 11:53:32 2021 -0700
+
+    [font] Call fvar table directly, instead of calling public get_axis_info
+    
+    To lighten it up in next commit.
+
+ src/hb-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b86a45ca55d0ce230965f9db507939f55e5145dd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 22 11:46:44 2021 -0700
+
+    [fvar] Add TODO
+    
+    Fixing https://github.com/harfbuzz/harfbuzz/issues/1673
+
+ src/hb-ot-var-fvar-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit ba6db26b65c6ce00755def84691e117249b857ff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 22 11:37:39 2021 -0700
+
+    Tolerate unsorted OT table entries for small number of entries
+    
+    See comment.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3065
+
+ src/hb-open-file.hh | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 03cd9c5cbab9c70c091d4bc5d634fd67469f0658
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 22 11:27:33 2021 -0700
+
+    Align lfind() API to match bfind()
+
+ src/hb-array.hh            | 43 +++++++++++++++++++++++++++++++------------
+ src/hb-open-file.hh        |  2 +-
+ src/hb-open-type.hh        | 16 ++++++++++------
+ src/hb-ot-layout-common.hh |  4 ++--
+ src/hb-set.hh              |  6 +++---
+ src/hb-vector.hh           |  2 +-
+ 6 files changed, 48 insertions(+), 25 deletions(-)
+
+commit f54f5c1b16b920464557ff29049b07668b12dad7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 22 11:09:02 2021 -0700
+
+    Fix debug printer of bool
+
+ src/hb-debug.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6269866bddd789be354d189ce31ad444b479a772
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 16 14:06:55 2021 -0700
+
+    [subset] Keep bimap consistent if only one of the internal maps is in error.
+
+ src/hb-bimap.hh            | 5 +++++
+ src/hb-ot-layout-common.hh | 3 ++-
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+commit 48edbef96f41a1ace04232af72bb2d55003614d9
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jun 29 13:14:26 2021 -0700
+
+    [subset] bail if region_map is in error.
+    
+    Fixes fuzzer case https://oss-fuzz.com/testcase-detail/5499162606043136.
+
+ src/hb-ot-layout-common.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 79e8b306090ebadafa0fd53242ffcfbc74c94ab6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 16 15:06:10 2021 -0600
+
+    [ot-shape] Fix application of kern table if GPOS kern is missing
+    
+    Was broken sometime after we implemented kerx and tweaking it.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3043
+
+ src/hb-ot-shape.cc                                       |   9 ++++++---
+ src/hb-ot-shape.hh                                       |   1 +
+ test/shaping/data/in-house/Makefile.sources              |   1 +
+ .../fonts/b121d4306b2e3add5abbaad21d95fcf04aacbd64.ttf   | Bin 0 -> 1308 bytes
+ test/shaping/data/in-house/meson.build                   |   1 +
+ test/shaping/data/in-house/tests/tt-kern-gpos.tests      |   1 +
+ 6 files changed, 10 insertions(+), 3 deletions(-)
+
+commit 1060b04938d6d744b4441414f3061613047cff92
+Merge: deee24fbe 9aa0ecef3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 14 17:50:46 2021 -0700
+
+    Merge pull request #3060 from googlefonts/unicode_collect
+    
+    [subset] de-duplicate the logic that finds unicodes corresponding to …
+
+commit 9aa0ecef3fd2070e37a645c3455471407b363fbe
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 14 17:27:14 2021 -0700
+
+    [subset] de-duplicate the logic that finds unicodes corresponding to requested glyphs.
+    
+    Move the logic into subset planning and then re-use the results in cmap and OS2 subsetting. Removes depedency on cmap from os2.
+
+ src/hb-ot-cmap-table.hh | 41 ++++++----------------------------
+ src/hb-ot-os2-table.hh  | 23 ++------------------
+ src/hb-subset-plan.cc   | 58 ++++++++++++++++++++++++++++++++++---------------
+ 3 files changed, 50 insertions(+), 72 deletions(-)
+
+commit deee24fbef7a67989ed7f60d1f76538f926d22a7
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 14 13:46:36 2021 -0700
+
+    [subset] Add missing FontName op code in top dict parsing.
+    
+    Fix for #3058
+
+ src/hb-ot-cff1-table.hh                                |   1 +
+ test/subset/data/Makefile.am                           |   1 +
+ test/subset/data/Makefile.sources                      |   1 +
+ ...05,1039,1005,100A,103A,1038,1010,103D,1031,104A.otf | Bin 0 -> 7724 bytes
+ .../NotoSerifMyanmar-Regular.notdef-outline.1092.otf   | Bin 0 -> 1380 bytes
+ test/subset/data/fonts/NotoSerifMyanmar-Regular.otf    | Bin 0 -> 137544 bytes
+ test/subset/data/tests/cff.notoserifmyanmar.tests      |   9 +++++++++
+ test/subset/meson.build                                |   1 +
+ 8 files changed, 13 insertions(+)
+
+commit 9985ca64919b42b28010a741dc79b3cd0db4714d
+Merge: f51384d37 2c7ef0db0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 13 13:42:09 2021 -0700
+
+    Merge pull request #3057 from harfbuzz/ci-coverage-macos
+    
+    [ci] Add macOS GitHub workflow
+
+commit 2c7ef0db0b1b0815fa32d5d21b2c53d3b753aab6
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jul 13 13:23:53 2021 +0200
+
+    [ci] Generate only XML coverage data
+    
+    That is the one we are uploading, and HTML coverage seems broken on
+    macOS.
+
+ .github/workflows/linux-ci.yml | 2 +-
+ .github/workflows/macos-ci.yml | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit f51384d375210aea7d6e3bba82d776c812024950
+Merge: 1cb0ca1f2 95b04f740
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 12 16:51:43 2021 -0700
+
+    Merge pull request #3027 from harfbuzz/buffer-sync
+    
+    Improving buffer synchronization
+
+commit 95b04f7409e5af6dec97feb4ed18ba0bfae2cd88
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 12 17:35:45 2021 -0600
+
+    [buffer] Remove unnecessary have_separate_output()
+
+ src/hb-buffer.hh    | 5 +----
+ src/hb-ot-layout.cc | 2 --
+ 2 files changed, 1 insertion(+), 6 deletions(-)
+
+commit 3e266e5f64b6d078d64fe0f3783f774d7e29472d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 12 17:30:26 2021 -0600
+
+    [buffer] Update comments
+
+ src/hb-buffer.cc | 9 +++++----
+ src/hb-buffer.hh | 2 +-
+ 2 files changed, 6 insertions(+), 5 deletions(-)
+
+commit 3807061d634b60bd6235d6e1d8c47a034377f924
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 12 17:02:03 2021 -0600
+
+    [ot-layout] Don't remove_output() before reverse substitution
+    
+    No need anymore, because of new swap_buffers() semantics.
+    
+    Just assert instead.
+
+ src/hb-buffer.cc    | 10 ----------
+ src/hb-buffer.hh    |  1 -
+ src/hb-ot-layout.cc |  4 +---
+ 3 files changed, 1 insertion(+), 14 deletions(-)
+
+commit 10a9960f0af9d6fb93ff3d234b2a989f9bc00b21
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 12 17:09:03 2021 -0600
+
+    [buffer] Restructure swap_buffers()
+    
+    Is more of a "commit" operation now. Will rename when ready.
+
+ src/hb-buffer.cc | 20 +++++++-------------
+ 1 file changed, 7 insertions(+), 13 deletions(-)
+
+commit f6c9fcfd3e07dffe246fb727fce95429d028395a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jul 13 01:12:43 2021 +0200
+
+    [ci] Add macOS GitHub workflow
+    
+    To collect codecov coverage on macOS as well (hopefully it will run the
+    macOS-specific tests).
+
+ .github/workflows/macos-ci.yml | 27 +++++++++++++++++++++++++++
+ 1 file changed, 27 insertions(+)
+
+commit d56afb750a1cde046158f13bb7bc6abbd8f1cb1b
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Jul 13 00:56:54 2021 +0200
+
+    [tests] Ignore more symbols
+    
+    These seem to be exported when building with code coverage on macOS.
+
+ src/check-symbols.py | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit a7f4c985a8080797482c971a7b6275636fe5be62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 12 17:00:46 2021 -0600
+
+    [ot-layout] Always swap_buffers() even if no substitutions happened
+
+ src/hb-ot-layout.cc | 14 +++++---------
+ 1 file changed, 5 insertions(+), 9 deletions(-)
+
+commit 62b441e6ff798f1d551d290a2a4970482254dbe2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 12 16:59:34 2021 -0600
+
+    [layout] Use Proxy::inplace instead of table index check
+    
+    Equivalent.
+
+ src/hb-ot-layout.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 431f164003d1d92b657b3facf984c8bbe342418b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 12 16:57:25 2021 -0600
+
+    [layout] Don't call clear_output() before pause-func
+
+ src/hb-ot-layout.cc | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit a623446a34a4a388f86afc97ed9c5a74792d5420
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 12 16:55:54 2021 -0600
+
+    [shape] Remove stray clear_output() call in hb_shape()
+
+ src/hb-ot-shape.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 05c17787c4fc5283925920b546952ccca0ba4a00
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 12 16:55:08 2021 -0600
+
+    [buffer] Rewind cursor in clear_output()
+
+ src/hb-buffer.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 1cb0ca1f2cc24092e2977ac7b12274c399d6814a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 12 16:52:31 2021 -0600
+
+    Whitespace
+
+ src/hb-ot-layout.cc | 3 ++-
+ src/hb-ot-shape.cc  | 4 +++-
+ 2 files changed, 5 insertions(+), 2 deletions(-)
+
+commit 5f5a8b4dd7ddba13cd2459c626c3eb2f3c19d9d5
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jul 12 22:24:14 2021 +0200
+
+    [ci] Use the latest stable XCode image
+
+ .circleci/config.yml | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 13187d29efdf9d6ce19d649a6ce8349e2a9d954e
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jul 12 22:21:47 2021 +0200
+
+    [ci] Drop macOS job using deprecated XCode image
+
+ .circleci/config.yml | 14 --------------
+ 1 file changed, 14 deletions(-)
+
+commit 69310f14a6b79399041a1d9d70c246722b58829f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 9 17:24:29 2021 -0600
+
+    [buffer] Change nil buffer have_output to false
+    
+    Seems like a historical artefact that it was true.
+
+ src/hb-buffer.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 40884af17e9fd0149051b5a7ea452226ba806283
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 9 17:17:05 2021 -0600
+
+    [ot-layout] Narrow down random feature logic vs safe-to-break
+
+ src/hb-ot-layout-gsub-table.hh | 5 +++++
+ src/hb-ot-layout.cc            | 2 --
+ 2 files changed, 5 insertions(+), 2 deletions(-)
+
+commit 33b579d0ad06c34aec9780df90ae99eda697b7a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 9 17:12:09 2021 -0600
+
+    [ot-layout] Clear random flag for subsequent flags
+    
+    Ouch!
+
+ src/hb-ot-layout.cc | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 29c9833e579cddf9f97c4eca956ccca98c1683c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 9 11:58:36 2021 -0600
+
+    Remove Offset::serialize()
+    
+    Finishing https://github.com/harfbuzz/harfbuzz/pull/2355
+
+ src/hb-open-file.hh | 20 +++++++++++++-------
+ src/hb-open-type.hh |  9 ---------
+ 2 files changed, 13 insertions(+), 16 deletions(-)
+
+commit 63e15eac4f443fa53565d1e4fb9611cdd7814f28
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jul 8 22:46:33 2021 +0200
+
+    2.8.2
+
+ NEWS                   | 16 ++++++++++++++++
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ meson.build            |  2 +-
+ src/hb-blob.cc         |  4 ++--
+ src/hb-set.cc          |  2 +-
+ src/hb-version.h       |  4 ++--
+ 7 files changed, 24 insertions(+), 7 deletions(-)
+
+commit eee36bbea3c96ab3c84a2b928cb254d9e1860069
+Author: Caleb Maclennan <caleb@alerque.com>
+Date:   Thu Jul 8 21:19:57 2021 +0300
+
+    [releasing] Format notes as Markdown checklist for pasting in GH PR/Issue
+
+ RELEASING.md | 49 ++++++++++++++++++++++++-------------------------
+ 1 file changed, 24 insertions(+), 25 deletions(-)
+
+commit eda5dcdb3eb1b85d914602c27a480ba3a16e43fb
+Author: Caleb Maclennan <caleb@alerque.com>
+Date:   Thu Jul 8 21:10:35 2021 +0300
+
+    [releasing] Drop obsolete release process items
+
+ RELEASING.md | 8 +-------
+ 1 file changed, 1 insertion(+), 7 deletions(-)
+
+commit 2337f0d047f2561c13b29b70ad783bbf0d286654
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 8 10:58:50 2021 -0600
+
+    Internally use hb_malloc/.../hb_free instead of malloc/.../free
+    
+    Redefining those stock names as macros was conflicting with gcc 10
+    headers.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3044
+
+ src/hb-array.hh                            |  4 +--
+ src/hb-blob.cc                             | 32 ++++++++---------
+ src/hb-buffer.cc                           | 10 +++---
+ src/hb-common.cc                           | 12 +++----
+ src/hb-directwrite.cc                      |  4 +--
+ src/hb-draw.cc                             |  2 +-
+ src/hb-face.cc                             | 18 +++++-----
+ src/hb-font.cc                             | 58 +++++++++++++++---------------
+ src/hb-ft.cc                               | 24 ++++++-------
+ src/hb-gdi.cc                              |  6 ++--
+ src/hb-gobject-structs.cc                  |  4 +--
+ src/hb-graphite2.cc                        | 10 +++---
+ src/hb-machinery.hh                        |  6 ++--
+ src/hb-map.cc                              |  2 +-
+ src/hb-map.hh                              |  6 ++--
+ src/hb-object.hh                           |  8 ++---
+ src/hb-ot-color-cbdt-table.hh              |  2 +-
+ src/hb-ot-glyf-table.hh                    |  4 +--
+ src/hb-ot-layout-gsubgpos.hh               |  4 +--
+ src/hb-ot-name-table.hh                    |  4 +--
+ src/hb-ot-post-table.hh                    |  6 ++--
+ src/hb-ot-shape-complex-arabic-fallback.hh |  8 ++---
+ src/hb-ot-shape-complex-arabic.cc          |  4 +--
+ src/hb-ot-shape-complex-hangul.cc          |  4 +--
+ src/hb-ot-shape-complex-indic.cc           |  4 +--
+ src/hb-ot-shape-complex-khmer.cc           |  4 +--
+ src/hb-ot-shape-complex-use.cc             |  6 ++--
+ src/hb-ot-tag.cc                           |  4 +--
+ src/hb-pool.hh                             |  4 +--
+ src/hb-repacker.hh                         |  4 +--
+ src/hb-serialize.hh                        |  6 ++--
+ src/hb-set.cc                              |  2 +-
+ src/hb-shape-plan.cc                       | 12 +++----
+ src/hb-shape-plan.hh                       |  2 +-
+ src/hb-shape.cc                            |  4 +--
+ src/hb-shaper.cc                           |  4 +--
+ src/hb-subset-input.cc                     |  2 +-
+ src/hb-subset-plan.cc                      | 10 +++---
+ src/hb-unicode.cc                          |  2 +-
+ src/hb-uniscribe.cc                        | 24 ++++++-------
+ src/hb-vector.hh                           |  4 +--
+ src/hb.hh                                  | 13 ++++---
+ 42 files changed, 179 insertions(+), 174 deletions(-)
+
+commit bb48bf52a4645abda6fe98cc5ee33beab69931a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 8 10:53:45 2021 -0600
+
+    Rename misc uses of "free"
+    
+    In preparation for fixing https://github.com/harfbuzz/harfbuzz/issues/3044
+
+ src/hb-array.hh                |  4 ++--
+ src/hb-cache.hh                |  2 +-
+ src/hb-common.cc               | 10 ++++------
+ src/hb-iter.hh                 |  2 +-
+ src/hb-ot-face-table-list.hh   |  2 +-
+ src/hb-ot-glyf-table.hh        |  2 +-
+ src/hb-ot-layout-gpos-table.hh |  2 +-
+ src/hb-ot-layout.cc            |  3 ++-
+ src/hb-pool.hh                 |  4 ++--
+ src/hb-serialize.hh            |  2 +-
+ src/hb-set.hh                  |  2 +-
+ src/hb-shape-plan.cc           |  4 ++--
+ src/hb-shape-plan.hh           |  2 +-
+ src/test-repacker.cc           |  8 ++++----
+ 14 files changed, 24 insertions(+), 25 deletions(-)
+
+commit 7416faceeb7a875ba7316cee124edee2d59ea8d0
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jul 7 11:27:49 2021 -0700
+
+    [subset] fuzzer fix: https://oss-fuzz.com/testcase-detail/5715464591376384
+
+ src/hb-ot-color-cpal-table.hh                      |  49 +++++++--------------
+ ...ase-minimized-hb-subset-fuzzer-5715464591376384 | Bin 0 -> 2116 bytes
+ 2 files changed, 15 insertions(+), 34 deletions(-)
+
+commit 895acdf7c7ac128cc1540fa251f772323f0042e8
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jun 23 14:53:28 2021 +0200
+
+    [ci] Don’t build Cairo subproject with FontConfig on win32 cross-build
+    
+    We don’t need it and it breaks the build because FontConfig renamed its
+    master branch and the released version of Cairo wants to build
+    FontConfig from master branch.
+
+ .ci/build-win32.sh | 16 ++++++++++++++--
+ 1 file changed, 14 insertions(+), 2 deletions(-)
+
+commit 0da9158f620077ec46dcdfa4c1556253b23337eb
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jun 29 14:23:37 2021 -0700
+
+    [subset] Remove OffsetTo::serialize().
+    
+    Convert remaining uses of it to serialize_serialize() which correctly uses the object packer.
+
+ src/hb-open-type.hh                                   |   4 ----
+ src/hb-ot-layout-common.hh                            |   8 ++++----
+ src/hb-ot-var-hvar-table.hh                           |  14 ++++++++------
+ test/api/fonts/AdobeVFPrototype.abc.otf               | Bin 6900 -> 5164 bytes
+ test/api/fonts/AdobeVFPrototype.ac.nohints.otf        | Bin 4212 -> 4384 bytes
+ .../api/fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf | Bin 4092 -> 4268 bytes
+ test/api/fonts/AdobeVFPrototype.ac.nosubrs.otf        | Bin 6284 -> 4464 bytes
+ test/api/fonts/AdobeVFPrototype.ac.otf                | Bin 6408 -> 4584 bytes
+ test/api/fonts/AdobeVFPrototype.ac.retaingids.otf     | Bin 6412 -> 4584 bytes
+ .../fonts/SourceSansVariable-Roman-modHVAR.abc.ttf    | Bin 3260 -> 3124 bytes
+ .../api/fonts/SourceSansVariable-Roman-modHVAR.ac.ttf | Bin 3032 -> 2892 bytes
+ test/api/fonts/SourceSansVariable-Roman.abc.ttf       | Bin 3240 -> 3196 bytes
+ .../fonts/SourceSansVariable-Roman.ac.retaingids.ttf  | Bin 2616 -> 2976 bytes
+ test/api/fonts/SourceSansVariable-Roman.ac.ttf        | Bin 3028 -> 2964 bytes
+ test/api/fonts/SourceSerifVariable-Roman-VVAR.abc.ttf | Bin 5632 -> 3588 bytes
+ .../SourceSerifVariable-Roman-VVAR.ac.retaingids.ttf  | Bin 5288 -> 3244 bytes
+ test/api/fonts/SourceSerifVariable-Roman-VVAR.ac.ttf  | Bin 3224 -> 3224 bytes
+ 17 files changed, 12 insertions(+), 14 deletions(-)
+
+commit 0969614865a8664aaa13759e2d60caab0bd7df3a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 26 08:52:53 2021 -0600
+
+    [ot-shape] Rewrite loop without foreach_grapheme()
+    
+    We were not using the graphemes, and that's costlier than just for().
+
+ src/hb-ot-shape.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit eee7b459ee18cd722e9ba0d030c983e66b6e7777
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Jun 24 10:17:46 2021 -0700
+
+    [subset] add option --no-prune-unicode-ranges
+
+ src/hb-ot-os2-table.hh                                 |   1 +
+ src/hb-subset-input.cc                                 |  14 ++++++++++++++
+ src/hb-subset-input.hh                                 |   1 +
+ src/hb-subset-plan.cc                                  |   1 +
+ src/hb-subset-plan.hh                                  |   1 +
+ src/hb-subset.h                                        |   7 +++++++
+ ...aa-Regular-new.no-prune-unicode-ranges.61,62,63.ttf | Bin 0 -> 7060 bytes
+ ...ortaa-Regular-new.no-prune-unicode-ranges.61,63.ttf | Bin 0 -> 6692 bytes
+ ...omfortaa-Regular-new.no-prune-unicode-ranges.61.ttf | Bin 0 -> 6328 bytes
+ ...omfortaa-Regular-new.no-prune-unicode-ranges.62.ttf | Bin 0 -> 6200 bytes
+ ...omfortaa-Regular-new.no-prune-unicode-ranges.63.ttf | Bin 0 -> 6256 bytes
+ ...ew.no-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 0 -> 220928 bytes
+ ...Regular-subset.no-prune-unicode-ranges.61,62,63.ttf | Bin 0 -> 4128 bytes
+ ...jo-Regular-subset.no-prune-unicode-ranges.61,63.ttf | Bin 0 -> 3580 bytes
+ ...ongjo-Regular-subset.no-prune-unicode-ranges.61.ttf | Bin 0 -> 3156 bytes
+ ...ongjo-Regular-subset.no-prune-unicode-ranges.62.ttf | Bin 0 -> 3180 bytes
+ ...ongjo-Regular-subset.no-prune-unicode-ranges.63.ttf | Bin 0 -> 3048 bytes
+ ...et.no-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
+ ...to-Regular.abc.no-prune-unicode-ranges.61,62,63.ttf | Bin 0 -> 2452 bytes
+ ...oboto-Regular.abc.no-prune-unicode-ranges.61,63.ttf | Bin 0 -> 2260 bytes
+ .../Roboto-Regular.abc.no-prune-unicode-ranges.61.ttf  | Bin 0 -> 2048 bytes
+ .../Roboto-Regular.abc.no-prune-unicode-ranges.62.ttf  | Bin 0 -> 1916 bytes
+ .../Roboto-Regular.abc.no-prune-unicode-ranges.63.ttf  | Bin 0 -> 1972 bytes
+ ...bc.no-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 0 -> 2452 bytes
+ test/subset/data/profiles/no-prune-unicode-ranges.txt  |   1 +
+ test/subset/data/tests/basics.tests                    |   1 +
+ util/options-subset.cc                                 |   1 +
+ 27 files changed, 28 insertions(+)
+
+commit c3be28ea26cd23011440db7e6afaf4412e5d705d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jun 23 17:39:23 2021 +0200
+
+    [ot-shape] Numeric runs native direction is LTR
+    
+    See inline comments. Slightly modified version of the code from Jonathan
+    Kew on the linked issue.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/501
+
+ src/hb-ot-shape.cc                                 |  29 +++++++++++++++++++++
+ src/hb-unicode.hh                                  |   7 +++++
+ test/shaping/data/in-house/Makefile.sources        |   1 +
+ .../3b791518a9ba89675df02f1eefbc9026a50648a6.ttf   | Bin 0 -> 3144 bytes
+ .../a6b17da98b9f1565ba428719777bbf94a66403c1.ttf   | Bin 0 -> 3676 bytes
+ .../b082211be29a3e2cf91f0fd43497e40b2a27b344.ttf   | Bin 0 -> 4800 bytes
+ .../e5ff44940364c2247abed50bdda30d2ef5aedfe4.ttf   | Bin 0 -> 2548 bytes
+ test/shaping/data/in-house/meson.build             |   1 +
+ test/shaping/data/in-house/tests/digits.tests      |   5 ++++
+ 9 files changed, 43 insertions(+)
+
+commit 71a62966202012300a2cf2c8fbaae32354d136ba
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jun 23 18:16:56 2021 +0200
+
+    [tests] Make record-test.sh work with .otf files
+    
+    It hard-codes the file extension, but fonttools sunset will use .otf for
+    CFF fonts, so hard-code the output file from subset as well.
+
+ test/shaping/record-test.sh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit cc9bb294919e846ef8a0731b5e9f304f95ef3bb8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 20 18:47:03 2021 -0600
+
+    [blob] Fix-up recent mistake in hb_blob_create() destroy(user_data)
+    
+    https://github.com/harfbuzz/harfbuzz/pull/3026#discussion_r653437491
+
+ src/hb-blob.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit bc06af977fc89b8b25bfd7180d010b915811c0d8
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 16 15:49:14 2021 -0700
+
+    [subset] speed up feature collection when tags are specified.
+    
+    Precompute a feature index filter to avoid needing to iterate the feature tag list for each encountered feature index. For this particular fuzzer case speeds up feature collection from 50s to 2s.
+
+ src/hb-ot-layout.cc                                |  98 +++++++++++++--------
+ ...ase-minimized-hb-subset-fuzzer-5241922561114112 | Bin 0 -> 638237 bytes
+ 2 files changed, 63 insertions(+), 35 deletions(-)
+
+commit 14f220b76159a2f2d926029e32b3fe975d1dc525
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Jun 20 18:59:13 2021 +0200
+
+    [directwrite] Support feature ranges
+    
+    Code copied from hb-uniscribe.cc and adapted to use DirectWrite types.
+    May be there is a better way to de-duplicate the code, though I'm not
+    exactly sure how or if it is worth it.
+
+ src/hb-directwrite.cc | 198 +++++++++++++++++++++++++++++++++++++++++++++-----
+ 1 file changed, 180 insertions(+), 18 deletions(-)
+
+commit d2397d91f30c7eda0a446cefd623d78e16cf7268
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jun 18 18:12:19 2021 -0700
+
+    [subset] Add additional colrv1 subsetting tests that has a glyph with components.
+
+ test/subset/data/Makefile.am                            |   1 +
+ test/subset/data/Makefile.sources                       |   1 +
+ .../NotoColrEmojiGlyf-Regular.subset.default.1f35e.ttf  | Bin 0 -> 3004 bytes
+ .../NotoColrEmojiGlyf-Regular.subset.default.1f696.ttf  | Bin 0 -> 3752 bytes
+ ...Glyf-Regular.subset.drop-hints-retain-gids.1f35e.ttf | Bin 0 -> 3516 bytes
+ ...Glyf-Regular.subset.drop-hints-retain-gids.1f696.ttf | Bin 0 -> 5048 bytes
+ ...otoColrEmojiGlyf-Regular.subset.drop-hints.1f35e.ttf | Bin 0 -> 3004 bytes
+ ...otoColrEmojiGlyf-Regular.subset.drop-hints.1f696.ttf | Bin 0 -> 3752 bytes
+ ...toColrEmojiGlyf-Regular.subset.retain-gids.1f35e.ttf | Bin 0 -> 3516 bytes
+ ...toColrEmojiGlyf-Regular.subset.retain-gids.1f696.ttf | Bin 0 -> 5048 bytes
+ .../data/fonts/NotoColrEmojiGlyf-Regular.subset.ttf     | Bin 0 -> 71896 bytes
+ test/subset/data/tests/colrv1.notoemoji.tests           |  12 ++++++++++++
+ test/subset/meson.build                                 |   1 +
+ 13 files changed, 15 insertions(+)
+
+commit 26c80adb61938288b3954b907fe6ddbb430fa468
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jun 18 14:14:20 2021 -0700
+
+    [subset] do colrv1 glyph closure before glyf composite closure.
+
+ src/hb-subset-plan.cc | 21 +++++++++++----------
+ 1 file changed, 11 insertions(+), 10 deletions(-)
+
+commit d07f789ae3997ee95923525af56627d4be4a90e4
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jun 9 15:36:40 2021 -0700
+
+    [subset] support option "--notdef-outline"
+
+ src/hb-ot-glyf-table.hh                            |   5 ++++-
+ src/hb-ot-var-gvar-table.hh                        |   4 ++--
+ src/hb-subset-input.cc                             |  15 +++++++++++++++
+ src/hb-subset-input.hh                             |  14 ++++++++------
+ src/hb-subset-plan.cc                              |   1 +
+ src/hb-subset-plan.hh                              |   1 +
+ src/hb-subset.h                                    |   7 +++++++
+ .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 7652 -> 7060 bytes
+ .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 7284 -> 6692 bytes
+ .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6920 -> 6328 bytes
+ .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6796 -> 6200 bytes
+ .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6844 -> 6256 bytes
+ ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 221524 -> 220928 bytes
+ ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 5104 -> 4608 bytes
+ ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 4808 -> 4312 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 4220 -> 3724 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 4396 -> 3900 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 4468 -> 3972 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 190296 -> 189800 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 3100 -> 2600 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 2792 -> 2296 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 2472 -> 1976 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 2396 -> 1900 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 2460 -> 1968 bytes
+ ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 190252 -> 189756 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf | Bin 8580 -> 7988 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,63.ttf    | Bin 8220 -> 7628 bytes
+ .../basics/Comfortaa-Regular-new.gids.61.ttf       | Bin 7848 -> 7256 bytes
+ .../basics/Comfortaa-Regular-new.gids.62.ttf       | Bin 7772 -> 7184 bytes
+ .../basics/Comfortaa-Regular-new.gids.63.ttf       | Bin 7776 -> 7180 bytes
+ ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 221524 -> 220928 bytes
+ ...gular-new.keep-all-layout-features.61,62,63.ttf | Bin 8100 -> 7504 bytes
+ ...-Regular-new.keep-all-layout-features.61,63.ttf | Bin 7736 -> 7140 bytes
+ ...taa-Regular-new.keep-all-layout-features.61.ttf | Bin 7360 -> 6772 bytes
+ ...taa-Regular-new.keep-all-layout-features.62.ttf | Bin 6796 -> 6200 bytes
+ ...taa-Regular-new.keep-all-layout-features.63.ttf | Bin 6844 -> 6256 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 222212 -> 221620 bytes
+ ...fortaa-Regular-new.layout-features.61,62,63.ttf | Bin 7652 -> 7060 bytes
+ ...Comfortaa-Regular-new.layout-features.61,63.ttf | Bin 7284 -> 6692 bytes
+ .../Comfortaa-Regular-new.layout-features.61.ttf   | Bin 6920 -> 6328 bytes
+ .../Comfortaa-Regular-new.layout-features.62.ttf   | Bin 6796 -> 6200 bytes
+ .../Comfortaa-Regular-new.layout-features.63.ttf   | Bin 6844 -> 6256 bytes
+ ...ar-new.layout-features.retain-all-codepoint.ttf | Bin 219716 -> 219124 bytes
+ .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 7392 -> 6800 bytes
+ .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 7024 -> 6432 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 6660 -> 6068 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 6536 -> 5940 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 6584 -> 5996 bytes
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 221264 -> 220668 bytes
+ ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 7652 -> 7060 bytes
+ .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 7284 -> 6692 bytes
+ .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 6920 -> 6328 bytes
+ .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 6796 -> 6200 bytes
+ .../Comfortaa-Regular-new.name-languages.63.ttf    | Bin 6844 -> 6256 bytes
+ ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 221524 -> 220928 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 7652 -> 7060 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 7284 -> 6692 bytes
+ .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 6920 -> 6328 bytes
+ .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 6796 -> 6200 bytes
+ .../Comfortaa-Regular-new.name-legacy.63.ttf       | Bin 6844 -> 6256 bytes
+ ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 221524 -> 220928 bytes
+ ...mfortaa-Regular-new.notdef-outline.61,62,63.ttf | Bin 0 -> 7652 bytes
+ .../Comfortaa-Regular-new.notdef-outline.61,63.ttf | Bin 0 -> 7284 bytes
+ .../Comfortaa-Regular-new.notdef-outline.61.ttf    | Bin 0 -> 6920 bytes
+ .../Comfortaa-Regular-new.notdef-outline.62.ttf    | Bin 0 -> 6796 bytes
+ .../Comfortaa-Regular-new.notdef-outline.63.ttf    | Bin 0 -> 6844 bytes
+ ...lar-new.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 221524 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 9656 -> 9068 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 9300 -> 8708 bytes
+ .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 8668 -> 8076 bytes
+ .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8796 -> 8200 bytes
+ .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 8852 -> 8260 bytes
+ ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 221568 -> 220972 bytes
+ ...ngjo-Regular-subset.notdef-outline.61,62,63.ttf | Bin 0 -> 4128 bytes
+ ...yeongjo-Regular-subset.notdef-outline.61,63.ttf | Bin 0 -> 3580 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.61.ttf | Bin 0 -> 3156 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.62.ttf | Bin 0 -> 3180 bytes
+ ...umMyeongjo-Regular-subset.notdef-outline.63.ttf | Bin 0 -> 3048 bytes
+ ...-subset.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
+ .../Roboto-Regular.abc.notdef-outline.61,62,63.ttf | Bin 0 -> 2452 bytes
+ .../Roboto-Regular.abc.notdef-outline.61,63.ttf    | Bin 0 -> 2260 bytes
+ .../Roboto-Regular.abc.notdef-outline.61.ttf       | Bin 0 -> 2048 bytes
+ .../Roboto-Regular.abc.notdef-outline.62.ttf       | Bin 0 -> 1916 bytes
+ .../Roboto-Regular.abc.notdef-outline.63.ttf       | Bin 0 -> 1972 bytes
+ ...lar.abc.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 2452 bytes
+ .../cmap/AdobeBlank-Regular.default.61,62.ttf      | Bin 1336 -> 1252 bytes
+ .../cmap/AdobeBlank-Regular.default.61,FEFA.ttf    | Bin 1348 -> 1264 bytes
+ .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttf  | Bin 1300 -> 1216 bytes
+ .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttf  | Bin 1288 -> 1204 bytes
+ .../cmap/AdobeBlank-Regular.default.FEFA.ttf       | Bin 1268 -> 1184 bytes
+ ...eBlank-Regular.drop-hints-retain-gids.61,62.ttf | Bin 1552 -> 1468 bytes
+ ...lank-Regular.drop-hints-retain-gids.61,FEFA.ttf | Bin 8316 -> 8232 bytes
+ ...nk-Regular.drop-hints-retain-gids.FEE6,FECF.ttf | Bin 8188 -> 8104 bytes
+ ...nk-Regular.drop-hints-retain-gids.FEF9,FEFA.ttf | Bin 8256 -> 8172 bytes
+ ...beBlank-Regular.drop-hints-retain-gids.FEFA.ttf | Bin 8240 -> 8156 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttf   | Bin 1164 -> 1080 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttf | Bin 1176 -> 1092 bytes
+ .../AdobeBlank-Regular.drop-hints.FEE6,FECF.ttf    | Bin 1128 -> 1044 bytes
+ .../AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttf    | Bin 1116 -> 1032 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttf    | Bin 1096 -> 1012 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.61,62.ttf     | Bin 1084 -> 1000 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttf   | Bin 1096 -> 1012 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttf | Bin 1048 -> 964 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttf | Bin 1036 -> 952 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEFA.ttf      | Bin 1016 -> 932 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttf  | Bin 1724 -> 1640 bytes
+ .../AdobeBlank-Regular.retain-gids.61,FEFA.ttf     | Bin 8488 -> 8404 bytes
+ .../AdobeBlank-Regular.retain-gids.FEE6,FECF.ttf   | Bin 8360 -> 8276 bytes
+ .../AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttf   | Bin 8428 -> 8344 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttf   | Bin 8412 -> 8328 bytes
+ .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 3276 -> 3080 bytes
+ .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2864 -> 2672 bytes
+ .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 3216 -> 3024 bytes
+ ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1712 -> 1632 bytes
+ .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1496 -> 1412 bytes
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1728 -> 1648 bytes
+ ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 4144 -> 3992 bytes
+ .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 3984 -> 3832 bytes
+ ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4548 -> 4396 bytes
+ ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 4120 -> 3968 bytes
+ ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 3984 -> 3832 bytes
+ ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4548 -> 4396 bytes
+ .../IndicTestJalandhar-Regular.default.A01.ttf     | Bin 4220 -> 4176 bytes
+ .../IndicTestJalandhar-Regular.default.A05,A06.ttf | Bin 4796 -> 4752 bytes
+ .../IndicTestJalandhar-Regular.default.A07,A1B.ttf | Bin 4768 -> 4724 bytes
+ ...andhar-Regular.default.retain-all-codepoint.ttf | Bin 49288 -> 49244 bytes
+ .../IndicTestJalandhar-Regular.drop-hints.A01.ttf  | Bin 1080 -> 1036 bytes
+ ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttf | Bin 1388 -> 1344 bytes
+ ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttf | Bin 1388 -> 1344 bytes
+ ...har-Regular.drop-hints.retain-all-codepoint.ttf | Bin 29504 -> 29464 bytes
+ .../IndicTestJalandhar-Regular.keep-gdef.A01.ttf   | Bin 4220 -> 4176 bytes
+ ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttf | Bin 4796 -> 4752 bytes
+ ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttf | Bin 4768 -> 4724 bytes
+ ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf | Bin 49288 -> 49244 bytes
+ .../Roboto-Regular.default.1E00,303.ttf            | Bin 2720 -> 2524 bytes
+ .../layout.gdef/Roboto-Regular.default.303.ttf     | Bin 2312 -> 2116 bytes
+ .../Roboto-Regular.default.309,20,30F.ttf          | Bin 2408 -> 2212 bytes
+ .../layout.gdef/Roboto-Regular.default.323.ttf     | Bin 2204 -> 2008 bytes
+ .../Roboto-Regular.default.41,42,43.ttf            | Bin 2764 -> 2572 bytes
+ .../Roboto-Regular.drop-hints.1E00,303.ttf         | Bin 1464 -> 1380 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  | Bin 1196 -> 1112 bytes
+ .../Roboto-Regular.drop-hints.309,20,30F.ttf       | Bin 1256 -> 1172 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  | Bin 1136 -> 1056 bytes
+ .../Roboto-Regular.drop-hints.41,42,43.ttf         | Bin 1472 -> 1388 bytes
+ .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf     | Bin 2720 -> 2524 bytes
+ .../Roboto-Regular.keep-gdef-gpos.303.ttf          | Bin 2312 -> 2116 bytes
+ .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf   | Bin 2408 -> 2212 bytes
+ .../Roboto-Regular.keep-gdef-gpos.323.ttf          | Bin 2204 -> 2008 bytes
+ .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     | Bin 2764 -> 2572 bytes
+ ...ular.default.627,644,623,62D,644,627,645,2E.ttf | Bin 12724 -> 12684 bytes
+ .../Amiri-Regular.default.627,644,62D,628.ttf      | Bin 10028 -> 9992 bytes
+ .../Amiri-Regular.default.627,644.ttf              | Bin 4208 -> 4168 bytes
+ ...-Regular.default.633,645,627,621,20,644,627.ttf | Bin 9552 -> 9516 bytes
+ .../Amiri-Regular.default.63A,64A,631.ttf          | Bin 7360 -> 7324 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 48052 -> 48012 bytes
+ .../Amiri-Regular.retain-gids.627,644,62D,628.ttf  | Bin 42676 -> 42640 bytes
+ .../Amiri-Regular.retain-gids.627,644.ttf          | Bin 36736 -> 36696 bytes
+ ...ular.retain-gids.633,645,627,621,20,644,627.ttf | Bin 45944 -> 45908 bytes
+ .../Amiri-Regular.retain-gids.63A,64A,631.ttf      | Bin 38024 -> 37988 bytes
+ ...Bold.default.627,644,623,62D,644,627,645,2E.ttf | Bin 11436 -> 11396 bytes
+ ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf | Bin 18288 -> 18248 bytes
+ .../NotoNastaliqUrdu-Bold.default.627,644.ttf      | Bin 3568 -> 3528 bytes
+ ...rdu-Bold.default.633,645,627,621,20,644,627.ttf | Bin 12408 -> 12368 bytes
+ .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  | Bin 20408 -> 20368 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 18272 -> 18232 bytes
+ ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 24416 -> 24376 bytes
+ .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  | Bin 9216 -> 9176 bytes
+ ...Bold.retain-gids.633,645,627,621,20,644,627.ttf | Bin 18212 -> 18172 bytes
+ ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf | Bin 26628 -> 26588 bytes
+ .../variable/Fraunces.default.26,66,69,124,125.ttf | Bin 15912 -> 15792 bytes
+ .../data/expected/variable/Fraunces.default.61.ttf | Bin 4348 -> 4228 bytes
+ test/subset/data/profiles/notdef-outline.txt       |   1 +
+ test/subset/data/tests/basics.tests                |   1 +
+ test/subset/generate-expected-outputs.py           |   3 +--
+ util/options-subset.cc                             |   1 +
+ 175 files changed, 42 insertions(+), 11 deletions(-)
+
+commit 10ad1859320c0475bdbf706d4b547e1d292c7111
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 16 16:34:46 2021 -0700
+
+    [subset] add comment to copy_bytes().
+
+ src/hb-serialize.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 675ebbeb3a0c5b007f87505d6805096a570dd10c
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 16 10:40:46 2021 -0700
+
+    [subset] don't alloc zero bytes.
+    
+    It will be leaked later since hb_blob_create() won't set up the blob to cleanup since it has length zero.
+
+ src/hb-serialize.hh                                        |   2 ++
+ ...zz-testcase-minimized-hb-subset-fuzzer-5269686781607936 | Bin 0 -> 48 bytes
+ 2 files changed, 2 insertions(+)
+
+commit 93e6a9bc4e1ac16abeccc9c0bead08a1eded1540
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 15 15:38:49 2021 -0600
+
+    Revert "Remove unneeded buffer clear_output / remove_output calls"
+    
+    This reverts commit 06175b71433bc42edc07d342e6354035e37fb5fd.
+    
+    One of the sanitizers is failing. Pushing again as PR to debug.
+    I have suspicions.
+
+ src/hb-buffer.cc    | 10 ++++++++++
+ src/hb-buffer.hh    |  1 +
+ src/hb-ot-layout.cc | 12 ++++++++----
+ src/hb-ot-shape.cc  |  3 ++-
+ 4 files changed, 21 insertions(+), 5 deletions(-)
+
+commit 06175b71433bc42edc07d342e6354035e37fb5fd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 15 14:33:27 2021 -0600
+
+    Remove unneeded buffer clear_output / remove_output calls
+    
+    Made sure clear_output is always paired with swap_buffers.
+    Trying to see if we can move towards RAII-like buffer iterators
+    instead of the buffer keeping an iterator internally.
+
+ src/hb-buffer.cc    | 10 ----------
+ src/hb-buffer.hh    |  1 -
+ src/hb-ot-layout.cc | 12 ++++--------
+ src/hb-ot-shape.cc  |  3 +--
+ 4 files changed, 5 insertions(+), 21 deletions(-)
+
+commit bdfed8f113431a2156e13d59a4b21e19feb7efd9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 14 15:46:04 2021 -0600
+
+    [blob] Add failing versions of create API
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2567
+    
+    New API:
+    +hb_blob_create_or_fail()
+    +hb_blob_create_from_file_or_fail()
+    
+    Use these in util/ to distinguish empty file from not-found file.
+    Only err on the latter.
+
+ docs/harfbuzz-sections.txt          |  2 +
+ docs/usermanual-getting-started.xml |  2 +-
+ perf/perf-draw.hh                   |  4 +-
+ perf/perf-extents.hh                |  4 +-
+ perf/perf-shaping.hh                |  8 ++--
+ src/hb-blob.cc                      | 89 ++++++++++++++++++++++++++++++-------
+ src/hb-blob.h                       | 10 +++++
+ src/main.cc                         | 12 ++---
+ src/test-buffer-serialize.cc        |  5 ++-
+ src/test-gpos-size-params.cc        |  5 ++-
+ src/test-gsub-would-substitute.cc   |  5 ++-
+ src/test-ot-glyphname.cc            |  5 ++-
+ src/test-ot-meta.cc                 |  5 ++-
+ src/test-ot-name.cc                 |  5 ++-
+ src/test.cc                         |  5 ++-
+ test/api/hb-test.h                  |  4 +-
+ test/fuzzing/main.cc                | 10 +++--
+ util/options.cc                     |  6 +--
+ 18 files changed, 132 insertions(+), 54 deletions(-)
+
+commit 2fc8d0e6f0b7cfe3897f69ca0411265257dd4a18
+Merge: d3dd93630 085aa65e0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 15 12:56:17 2021 -0700
+
+    Merge pull request #3020 from googlefonts/serialize_serialize
+    
+    [subset] Always serialize objects point to by OffsetTo to a new serializer object.
+
+commit 085aa65e09e847cf28d6430e85238ea77cce20e2
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jun 14 16:47:45 2021 -0700
+
+    [subset] Convert offset serialization in gsubgpos and gdef to serialize_serialize().
+
+ src/hb-ot-layout-gdef-table.hh | 6 ++----
+ src/hb-ot-layout-gsubgpos.hh   | 6 ++----
+ 2 files changed, 4 insertions(+), 8 deletions(-)
+
+commit cc96c4e87ee3d5de6364ab207676daf6d243f95b
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jun 14 16:43:23 2021 -0700
+
+    [shaping] Update shaping substituion lookup serialization to use serializer pop()/pack().
+
+ src/hb-ot-layout-gsub-table.hh | 66 +++++++++++++++++++++++++++---------------
+ 1 file changed, 43 insertions(+), 23 deletions(-)
+
+commit d3dd9363095fadaeb59dabe59b5101bb0ecddb41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 14 12:31:02 2021 -0600
+
+    [coretext] Round position info
+    
+    Test:
+    
+    Before:
+    $ ./hb-shape /System/Library/Fonts/ヒラギノ丸ゴ\ ProN\ W4.ttc 1 --features="+palt" --shaper=coretext
+    [gid781=0@-78,0+841]
+    $ ./hb-shape /System/Library/Fonts/ヒラギノ丸ゴ\ ProN\ W4.ttc 1 --features="+palt" --shaper=ot
+    [gid781=0@-78,0+842]
+    
+    After:
+    $ ./hb-shape /System/Library/Fonts/ヒラギノ丸ゴ\ ProN\ W4.ttc 1 --features="+palt" --shaper=coretext
+    [gid781=0@-78,0+842]
+    $ ./hb-shape /System/Library/Fonts/ヒラギノ丸ゴ\ ProN\ W4.ttc 1 --features="+palt" --shaper=ot
+    [gid781=0@-78,0+842]
+    
+    I've verified in the font that 842 is correct.
+
+ src/hb-coretext.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 8443cc85cb118e858043179ac27673ce170dad3b
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jun 11 13:40:39 2021 -0700
+
+    [subset] Correct OffsetTo serialization in GPOS to use serialize_serialize ().
+
+ src/hb-ot-layout-gpos-table.hh | 30 +++++++++++-------------------
+ 1 file changed, 11 insertions(+), 19 deletions(-)
+
+commit 5ba46ed067a04b6e1de1611153885c2478de3ceb
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jun 11 13:34:00 2021 -0700
+
+    [subset] Correct OffsetTo serialization in GSUB to use serialize_serialize ().
+
+ src/hb-ot-layout-gsub-table.hh | 44 +++++++++++++++++++-----------------------
+ 1 file changed, 20 insertions(+), 24 deletions(-)
+
+commit 35458b6b66f801194a1dad957308be9a71280425
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jun 11 13:14:51 2021 -0700
+
+    [subset] Add serialize_serialize to OffsetTo.
+    
+    Similar to serialize_subset() this will serialize the new object and then link it to the offset.
+
+ src/hb-open-type.hh            | 17 +++++++++++++++++
+ src/hb-ot-layout-gsub-table.hh |  2 +-
+ 2 files changed, 18 insertions(+), 1 deletion(-)
+
+commit 2b0ced28b685de4edbd22cf5f59be30075984dfb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 9 19:06:31 2021 -0600
+
+    Cluster Regional_Indicator pairs (aka emoji flags)
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2265
+
+ src/hb-ot-shape.cc | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 4e72d5e35d68b1772985ddafc522dcd4b0aceec2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 13 05:46:17 2021 -0600
+
+    [src/check-static-init] Ignore objdump "file format not recognized" error
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3019
+
+ src/check-static-inits.py | 17 +++++++++++++++--
+ 1 file changed, 15 insertions(+), 2 deletions(-)
+
+commit 5bc05ba155a0fd568b56423009e55d16ed42b91c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 13 05:28:20 2021 -0600
+
+    Prefer GPOS over kerx, if GSUB was applied
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3008
+
+ src/hb-ot-shape.cc                           | 6 ++++--
+ test/shaping/data/in-house/tests/macos.tests | 3 +++
+ 2 files changed, 7 insertions(+), 2 deletions(-)
+
+commit 13c6ad980fcff52567955d268f33d698ff78379e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 12 11:00:19 2021 -0600
+
+    [src/check-*] Pickup $(NM), $(OBJDUMP), $(LDD), $(OTOOL)
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3019
+
+ src/Makefile.am            |  4 ++++
+ src/check-libstdc++.py     | 14 ++++++--------
+ src/check-static-inits.py  |  4 ++--
+ src/check-symbols.py       |  6 +++---
+ src/gen-ragel-artifacts.py |  4 ++--
+ 5 files changed, 17 insertions(+), 15 deletions(-)
+
+commit c61ce962cfdef3fc756850132eb9f76cb7a57ba5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 10 17:33:29 2021 -0600
+
+    [buffer] In hb_buffer_get_positions(), return NULL if inside message callback
+    
+    As discussed in https://github.com/harfbuzz/harfbuzz/issues/2468#issuecomment-645666066
+    
+    Part of fixing https://github.com/harfbuzz/harfbuzz/issues/2468
+
+ src/hb-buffer.cc | 16 +++++++++++++---
+ src/hb-buffer.hh |  9 +++++++++
+ util/options.cc  |  2 +-
+ 3 files changed, 23 insertions(+), 4 deletions(-)
+
+commit 855a3f478eea5b770e64611d09fd347336c56b67
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 9 15:10:52 2021 -0600
+
+    [emoji] Fix emoji table generation
+    
+    Previously, the last of each range having Extended_Pictograph property
+    was not processed as so. Ouch!
+    
+    Test:
+    
+    $ echo x > null; hb-shape null -u U+1f43b,U+200d,U+2744,U+fe0f
+    
+    Before:
+    [gid0=0+1000|gid0=2+1000]
+    
+    After:
+    [gid0=0+1000|gid0=0+1000]
+    
+    Caught by https://github.com/harfbuzz/harfbuzz/issues/3017
+
+ src/gen-emoji-table.py        |  2 +-
+ src/hb-unicode-emoji-table.hh | 64 +++++++++++++++++++++++--------------------
+ 2 files changed, 36 insertions(+), 30 deletions(-)
+
+commit bd5502f09f09b3f464754395880f9db30a5fcf60
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 9 14:03:25 2021 -0600
+
+    [set] Oops. Fix compile
+
+ src/hb-set.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3962225a7247582f1ae12193a4caee11dc876e1e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 9 14:02:31 2021 -0600
+
+    [set] Add hb_set_copy()
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3016
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-set.cc              | 18 ++++++++++++++++++
+ src/hb-set.h               |  3 +++
+ 3 files changed, 22 insertions(+)
+
+commit bc33b87f5e72648c66949cc9469291e77aa80701
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 9 11:51:32 2021 -0600
+
+    [set] Use references, not pointers, in internal C++ API
+
+ src/hb-ot-layout-gsubgpos.hh |  2 +-
+ src/hb-set.cc                | 14 ++++-----
+ src/hb-set.hh                | 69 ++++++++++++++++++++++----------------------
+ src/hb-subset-plan.cc        |  2 +-
+ 4 files changed, 44 insertions(+), 43 deletions(-)
+
+commit 9cfac093aa5816113289812764c44ec0c44c04c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 9 11:41:59 2021 -0600
+
+    [set] Add copy constructor/assignment
+
+ src/hb-set.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit a83b9b0fec4c21e9da19b7c83ea76cb33aabd195
+Merge: 4811e8f5d 6119ff9d8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 7 16:41:27 2021 -0700
+
+    Merge pull request #3011 from harfbuzz/directwrite-cleanup
+    
+    Some directwrite cleanups
+
+commit 4811e8f5d76ef528b4cec00f241cc4ab8110db30
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jun 7 10:54:36 2021 +0200
+
+    Trigger doc rebuild
+
+ src/hb-face.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 09a2eb65d782c1e6bba5ebb5027eaf84c40fc31a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jun 7 10:52:27 2021 +0200
+
+    Revert "Temporarily always push the docs commit"
+    
+    This reverts commit 6612fd39ae6f84446dad1b0507417d6febf22fa0.
+
+ .ci/deploy-docs.sh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 6612fd39ae6f84446dad1b0507417d6febf22fa0
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jun 7 10:36:02 2021 +0200
+
+    Temporarily always push the docs commit
+
+ .ci/deploy-docs.sh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b39b047505d0cd8a77fb9eafca2a08b717a07ead
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Jun 7 10:27:33 2021 +0200
+
+    Try to fix doc deployment
+    
+    https://github.com/harfbuzz/harfbuzz.github.io/issues/4
+    
+    From CI logs at https://github.com/harfbuzz/harfbuzz/runs/2758234200:
+    
+    + git init
+    hint: Using 'master' as the name for the initial branch. This default branch name
+    hint: is subject to change. To configure the initial branch name to use in all
+    hint: of your new repositories, which will suppress this warning, call:
+    hint:
+    hint:   git config --global init.defaultBranch <name>
+    hint:
+    hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
+    hint: 'development'. The just-created branch can be renamed via this command:
+    hint:
+    hint:   git branch -m <name>
+    
+    We want the branch too be main not master.
+
+ .ci/deploy-docs.sh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 5585ea02eb90c013ddba73290d3a9ae435df9f15
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Jun 5 08:35:28 2021 -0400
+
+    [syllabic] Set position of dotted circle for Indic
+
+ src/hb-ot-shape-complex-indic.cc                          |   3 ++-
+ src/hb-ot-shape-complex-syllabic.cc                       |   5 ++++-
+ src/hb-ot-shape-complex-syllabic.hh                       |   3 ++-
+ .../fonts/fd07ea46e4d8368ada1776208c07fd596f727852.ttf    | Bin 0 -> 956 bytes
+ test/shaping/data/in-house/tests/cluster.tests            |   1 +
+ 5 files changed, 9 insertions(+), 3 deletions(-)
+
+commit a9fb6a0c3cb1ffdbd6c18c8a4b1ad7a51ade2e1c
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Jun 6 14:40:50 2021 +0200
+
+    [aat] Add start table/end table to buffer messages
+    
+    Related to https://github.com/harfbuzz/harfbuzz/issues/3008
+
+ src/hb-aat-layout.cc | 6 ++++++
+ src/hb-ot-layout.cc  | 2 ++
+ 2 files changed, 8 insertions(+)
+
+commit 19cb449358202b22b851f87032ea01b950b04f0f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 5 13:44:51 2021 -0600
+
+    Update COPYING
+    
+    Mainly just to push any commit to see if it fixes our github.io site.
+    
+    https://github.com/harfbuzz/harfbuzz.github.io/issues/4
+
+ COPYING | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit cf9538e8080c6e96c840db09515191a799c85de9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 4 22:33:16 2021 -0600
+
+    Removal remaining uses of "blacklist" terminology
+
+ src/gen-use-table.py | 4 ++--
+ src/hb-config.hh     | 2 +-
+ src/hb-ot-layout.cc  | 6 +++---
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 6119ff9d806db7de3ceef73de67fe589507800bb
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jun 3 13:02:53 2021 +0200
+
+    [hb-directwrite] Don't load dwrit.dll dynamically
+    
+    We already link to it, so I don't see the point of trying to load it
+    dynamically.
+
+ src/hb-directwrite.cc | 36 ++----------------------------------
+ 1 file changed, 2 insertions(+), 34 deletions(-)
+
+commit b2070a509c6aabc5a275749979d140f8d78206e6
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jun 3 10:50:46 2021 +0200
+
+    [hb-directwrite] Don’t override new/delete
+    
+    This is a testing shaper, we don’t care for overridden malloc/free here.
+    Use malloc/free in the code called from hb_directwrite_face_create().
+
+ src/hb-directwrite.cc | 14 ++------------
+ 1 file changed, 2 insertions(+), 12 deletions(-)
+
+commit 221d642b196a1bc1550e06a06d32bc8888590380
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jun 3 10:45:23 2021 +0200
+
+    [hb-directwrite] Remove _hb_directwrite_shape_experimental_width
+    
+    Not used anywhere.
+
+ src/hb-directwrite.cc | 128 +++-----------------------------------------------
+ 1 file changed, 6 insertions(+), 122 deletions(-)
+
+commit fa432a121e3c409de77cd2e2b1085b31b93be4c6
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Jun 5 04:06:58 2021 +0200
+
+    Rename various references to master branch
+
+ .ci/deploy-docs.sh             | 4 ++--
+ .github/workflows/linux-ci.yml | 6 +++---
+ .github/workflows/msvc-ci.yml  | 4 ++--
+ .github/workflows/msys2-ci.yml | 4 ++--
+ README                         | 8 ++++----
+ README.md                      | 4 ++--
+ 6 files changed, 15 insertions(+), 15 deletions(-)
+
+commit 35d6af69435ff070cee00f7cd9741b3545ca161c
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Jun 4 10:04:27 2021 -0700
+
+    [subset] fix fuzzer testcase: https://oss-fuzz.com/testcase-detail/5965777994907648
+
+ src/hb-ot-color-colr-table.hh                            |  15 +++++++++++++--
+ ...-testcase-minimized-hb-subset-fuzzer-5965777994907648 | Bin 0 -> 159 bytes
+ 2 files changed, 13 insertions(+), 2 deletions(-)
+
+commit 92206345a390311e6ebe074238bf39d6dc77d79e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 4 14:51:49 2021 -0600
+
+    [ci] Disable patch-level codecov failures
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/3004
+
+ .codecov.yml | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 3d48bfc18731e3c2187a5b0666a7e94dcab0150b
+Author: Peter Williams <peter@newton.cx>
+Date:   Wed Jun 2 23:12:53 2021 -0400
+
+    Avoid a deprecation warning in graphite2
+    
+    As of graphite2 1.3.7, `gr_make_face` is deprecated in favor of
+    `gr_make_face_with_ops`. It's a one-liner to port over to using it.
+    
+    This is potentially a compatibility break since I'm not sure when the
+    `with_ops` API was added, but the minimum version of graphite2 that's
+    supported by Harfbuzz doesn't seem to be documented anywhere anyway.
+
+ src/hb-graphite2.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 1b6008ca625e0f41cb34259368f91677a110b5dd
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jun 2 15:07:18 2021 -0700
+
+    fix fuzzer testcase: https://oss-fuzz.com/testcase-detail/5417934246772736
+
+ src/hb-ot-color-colr-table.hh                             |  12 +++++++++---
+ ...z-testcase-minimized-hb-subset-fuzzer-5417934246772736 | Bin 0 -> 104 bytes
+ 2 files changed, 9 insertions(+), 3 deletions(-)
+
+commit 18f61210a43e2dc4e7001227e37fc899d5af7979
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 27 16:01:17 2021 -0700
+
+    Add public api methods to get/set the layout features to retain.
+
+ src/hb-subset-input.cc | 20 ++++++++++++++++++++
+ src/hb-subset.h        |  9 +++++++++
+ 2 files changed, 29 insertions(+)
+
+commit 243d056ff1c2af583ceb67e5dfbfaac51dc96e63
+Author: Andi-Bogdan Postelnicu <abpostelnicu@me.com>
+Date:   Wed Jun 2 14:08:11 2021 +0300
+
+    Removed unused variable `supp_size` from plan_subset_encoding(...).
+
+ src/hb-subset-cff1.cc | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 7ab0f4eda9a8a1d7ccd334fa7f9fef4b038a1c24
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu May 27 11:40:34 2021 -0700
+
+    fuzzer fix
+
+ src/hb-subset.cc                                           |   1 +
+ ...zz-testcase-minimized-hb-subset-fuzzer-4681956043390976 | Bin 0 -> 56 bytes
+ 2 files changed, 1 insertion(+)
+
+commit cb5a6b5a27cfe616113bafe7f23ad33f1b0d0a1e
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed May 19 17:33:46 2021 -0700
+
+    [subset] support option --layout-features
+
+ src/hb-subset-input.cc                             |  91 +++++++++++++
+ src/hb-subset-input.hh                             |   2 +
+ src/hb-subset-plan.cc                              | 147 +++++++++++----------
+ src/hb-subset-plan.hh                              |   4 +
+ .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 8100 -> 7652 bytes
+ .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 7736 -> 7284 bytes
+ .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 7360 -> 6920 bytes
+ ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 222212 -> 221524 bytes
+ ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 7012 -> 5104 bytes
+ ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 6712 -> 4808 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 6388 -> 4220 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 190920 -> 190296 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 3424 -> 3100 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 3128 -> 2792 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 2800 -> 2472 bytes
+ ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 190908 -> 190252 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf | Bin 9036 -> 8580 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,63.ttf    | Bin 8668 -> 8220 bytes
+ .../basics/Comfortaa-Regular-new.gids.61.ttf       | Bin 8304 -> 7848 bytes
+ .../basics/Comfortaa-Regular-new.gids.62.ttf       | Bin 8236 -> 7772 bytes
+ .../basics/Comfortaa-Regular-new.gids.63.ttf       | Bin 8220 -> 7776 bytes
+ ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 222212 -> 221524 bytes
+ ...gular-new.keep-all-layout-features.61,62,63.ttf | Bin 0 -> 8100 bytes
+ ...-Regular-new.keep-all-layout-features.61,63.ttf | Bin 0 -> 7736 bytes
+ ...taa-Regular-new.keep-all-layout-features.61.ttf | Bin 0 -> 7360 bytes
+ ...taa-Regular-new.keep-all-layout-features.62.ttf | Bin 0 -> 6796 bytes
+ ...taa-Regular-new.keep-all-layout-features.63.ttf | Bin 0 -> 6844 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 0 -> 222212 bytes
+ ...fortaa-Regular-new.layout-features.61,62,63.ttf | Bin 0 -> 7652 bytes
+ ...Comfortaa-Regular-new.layout-features.61,63.ttf | Bin 0 -> 7284 bytes
+ .../Comfortaa-Regular-new.layout-features.61.ttf   | Bin 0 -> 6920 bytes
+ .../Comfortaa-Regular-new.layout-features.62.ttf   | Bin 0 -> 6796 bytes
+ .../Comfortaa-Regular-new.layout-features.63.ttf   | Bin 0 -> 6844 bytes
+ ...ar-new.layout-features.retain-all-codepoint.ttf | Bin 0 -> 219716 bytes
+ .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 7840 -> 7392 bytes
+ .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 7476 -> 7024 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 7100 -> 6660 bytes
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 221952 -> 221264 bytes
+ ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 8100 -> 7652 bytes
+ .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 7736 -> 7284 bytes
+ .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 7360 -> 6920 bytes
+ ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 222212 -> 221524 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 8100 -> 7652 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 7736 -> 7284 bytes
+ .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 7360 -> 6920 bytes
+ ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 222212 -> 221524 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 11688 -> 9656 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 11320 -> 9300 bytes
+ .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 10952 -> 8668 bytes
+ ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 222224 -> 221568 bytes
+ ...ar-subset.keep-all-layout-features.61,62,63.ttf | Bin 0 -> 4128 bytes
+ ...gular-subset.keep-all-layout-features.61,63.ttf | Bin 0 -> 3580 bytes
+ ...-Regular-subset.keep-all-layout-features.61.ttf | Bin 0 -> 3156 bytes
+ ...-Regular-subset.keep-all-layout-features.62.ttf | Bin 0 -> 3180 bytes
+ ...-Regular-subset.keep-all-layout-features.63.ttf | Bin 0 -> 3048 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
+ ...gjo-Regular-subset.layout-features.61,62,63.ttf | Bin 0 -> 4128 bytes
+ ...eongjo-Regular-subset.layout-features.61,63.ttf | Bin 0 -> 3580 bytes
+ ...mMyeongjo-Regular-subset.layout-features.61.ttf | Bin 0 -> 3156 bytes
+ ...mMyeongjo-Regular-subset.layout-features.62.ttf | Bin 0 -> 3180 bytes
+ ...mMyeongjo-Regular-subset.layout-features.63.ttf | Bin 0 -> 3048 bytes
+ ...subset.layout-features.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
+ ...gular.abc.keep-all-layout-features.61,62,63.ttf | Bin 0 -> 2452 bytes
+ ...-Regular.abc.keep-all-layout-features.61,63.ttf | Bin 0 -> 2260 bytes
+ ...oto-Regular.abc.keep-all-layout-features.61.ttf | Bin 0 -> 2048 bytes
+ ...oto-Regular.abc.keep-all-layout-features.62.ttf | Bin 0 -> 1916 bytes
+ ...oto-Regular.abc.keep-all-layout-features.63.ttf | Bin 0 -> 1972 bytes
+ ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 0 -> 2452 bytes
+ ...Roboto-Regular.abc.layout-features.61,62,63.ttf | Bin 0 -> 2452 bytes
+ .../Roboto-Regular.abc.layout-features.61,63.ttf   | Bin 0 -> 2260 bytes
+ .../Roboto-Regular.abc.layout-features.61.ttf      | Bin 0 -> 2048 bytes
+ .../Roboto-Regular.abc.layout-features.62.ttf      | Bin 0 -> 1916 bytes
+ .../Roboto-Regular.abc.layout-features.63.ttf      | Bin 0 -> 1972 bytes
+ ...ar.abc.layout-features.retain-all-codepoint.ttf | Bin 0 -> 2452 bytes
+ ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 4192 -> 2580 bytes
+ .../SourceSansPro-Regular.default.61,62,63.otf     | Bin 3856 -> 2216 bytes
+ ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf | Bin 3144 -> 2328 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 30788 -> 20232 bytes
+ ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 30908 -> 2316 bytes
+ ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 31336 -> 30540 bytes
+ ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin 3968 -> 2436 bytes
+ ...urceSansPro-Regular.desubroutinize.61,62,63.otf | Bin 3556 -> 2120 bytes
+ ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 3168 -> 2312 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 30488 -> 20064 bytes
+ ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 30668 -> 2192 bytes
+ ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 31124 -> 30372 bytes
+ ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 3668 -> 2268 bytes
+ ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 3320 -> 1996 bytes
+ ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2952 -> 2148 bytes
+ ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 30624 -> 20156 bytes
+ ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 30888 -> 2228 bytes
+ ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 31104 -> 30384 bytes
+ ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 3808 -> 2352 bytes
+ .../SourceSansPro-Regular.drop-hints.61,62,63.otf  | Bin 3524 -> 2060 bytes
+ ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 2932 -> 2164 bytes
+ ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 31012 -> 20384 bytes
+ .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 31208 -> 2384 bytes
+ ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 31312 -> 30556 bytes
+ .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 4656 -> 3276 bytes
+ .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 3904 -> 2864 bytes
+ .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 3976 -> 3216 bytes
+ ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 2532 -> 1712 bytes
+ .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 2116 -> 1496 bytes
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 2184 -> 1728 bytes
+ ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 6876 -> 4144 bytes
+ .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 6552 -> 3984 bytes
+ ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 6136 -> 4548 bytes
+ ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 6832 -> 4120 bytes
+ ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 6552 -> 3984 bytes
+ ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 6136 -> 4548 bytes
+ ...text1_multiple_subrules_f1.default.41,42,43.otf | Bin 1440 -> 1328 bytes
+ ...context1_multiple_subrules_f1.default.41,42.otf | Bin 1324 -> 1228 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3812 -> 3700 bytes
+ ...1_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2140 -> 2028 bytes
+ ...ext1_multiple_subrules_f1.retain-gids.41,42.otf | Bin 2028 -> 1932 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3812 -> 3700 bytes
+ ...text2_multiple_subrules_f1.default.41,42,43.otf | Bin 1456 -> 1328 bytes
+ ...context2_multiple_subrules_f1.default.41,42.otf | Bin 1336 -> 1228 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3828 -> 3700 bytes
+ ...2_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2156 -> 2028 bytes
+ ...ext2_multiple_subrules_f1.retain-gids.41,42.otf | Bin 2040 -> 1932 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3828 -> 3700 bytes
+ .../gpos_context3_simple_f1.default.41,42,43.otf   | Bin 1420 -> 1308 bytes
+ ...ext3_simple_f1.default.retain-all-codepoint.otf | Bin 3792 -> 3680 bytes
+ ...pos_context3_simple_f1.retain-gids.41,42,43.otf | Bin 2120 -> 2008 bytes
+ ..._simple_f1.retain-gids.retain-all-codepoint.otf | Bin 3792 -> 3680 bytes
+ .../AdobeVFPrototype.default.41,42,43,57.otf       | Bin 5460 -> 5440 bytes
+ .../AdobeVFPrototype.default.41,42,43.otf          | Bin 4932 -> 4908 bytes
+ .../AdobeVFPrototype.default.41,42.otf             | Bin 4452 -> 4432 bytes
+ .../AdobeVFPrototype.default.41,56,57.otf          | Bin 4600 -> 4576 bytes
+ .../AdobeVFPrototype.default.41.otf                | Bin 3748 -> 3728 bytes
+ .../AdobeVFPrototype.default.42,57.otf             | Bin 4584 -> 4564 bytes
+ .../AdobeVFPrototype.drop-hints.41,42,43,57.otf    | Bin 5272 -> 5252 bytes
+ .../AdobeVFPrototype.drop-hints.41,42,43.otf       | Bin 4744 -> 4720 bytes
+ .../AdobeVFPrototype.drop-hints.41,42.otf          | Bin 4264 -> 4244 bytes
+ .../AdobeVFPrototype.drop-hints.41,56,57.otf       | Bin 4408 -> 4384 bytes
+ .../AdobeVFPrototype.drop-hints.41.otf             | Bin 3560 -> 3540 bytes
+ .../AdobeVFPrototype.drop-hints.42,57.otf          | Bin 4396 -> 4376 bytes
+ ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.otf | Bin 5460 -> 5440 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.otf   | Bin 4932 -> 4908 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42.otf      | Bin 4452 -> 4432 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.otf   | Bin 4600 -> 4576 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41.otf         | Bin 3748 -> 3728 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.42,57.otf      | Bin 4584 -> 4564 bytes
+ .../Roboto-Regular.default.41,42,43.ttf            | Bin 3668 -> 2764 bytes
+ .../Roboto-Regular.drop-hints.41,42,43.ttf         | Bin 2036 -> 1472 bytes
+ .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     | Bin 3668 -> 2764 bytes
+ .../layout.gpos/gpos1_2_font.default.41,43.otf     | Bin 1352 -> 1292 bytes
+ .../layout.gpos/gpos1_2_font.default.41,46.otf     | Bin 1484 -> 1424 bytes
+ .../layout.gpos/gpos1_2_font.default.41.otf        | Bin 1232 -> 1176 bytes
+ .../layout.gpos/gpos1_2_font.default.43,46.otf     | Bin 1348 -> 1288 bytes
+ .../gpos1_2_font.default.retain-all-codepoint.otf  | Bin 3668 -> 3604 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.41,43.otf | Bin 2068 -> 2008 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.41,46.otf | Bin 2232 -> 2172 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.41.otf    | Bin 1932 -> 1876 bytes
+ .../layout.gpos/gpos1_2_font.retain-gids.43,46.otf | Bin 2096 -> 2036 bytes
+ ...os1_2_font.retain-gids.retain-all-codepoint.otf | Bin 3668 -> 3604 bytes
+ .../gpos2_1_font7.default.21,23,25.otf             | Bin 1428 -> 1360 bytes
+ .../layout.gpos2/gpos2_1_font7.default.21,23.otf   | Bin 1308 -> 1240 bytes
+ .../gpos2_1_font7.default.retain-all-codepoint.otf | Bin 3688 -> 3604 bytes
+ .../gpos2_1_font7.retain-gids.21,23,25.otf         | Bin 1764 -> 1696 bytes
+ .../gpos2_1_font7.retain-gids.21,23.otf            | Bin 1632 -> 1564 bytes
+ ...s2_1_font7.retain-gids.retain-all-codepoint.otf | Bin 3688 -> 3604 bytes
+ .../gpos2_2_font5.default.21,23,25.otf             | Bin 1480 -> 1360 bytes
+ .../layout.gpos2/gpos2_2_font5.default.21,23.otf   | Bin 1360 -> 1240 bytes
+ .../gpos2_2_font5.default.retain-all-codepoint.otf | Bin 3724 -> 3604 bytes
+ .../gpos2_2_font5.retain-gids.21,23,25.otf         | Bin 1816 -> 1696 bytes
+ .../gpos2_2_font5.retain-gids.21,23.otf            | Bin 1684 -> 1564 bytes
+ ...s2_2_font5.retain-gids.retain-all-codepoint.otf | Bin 3724 -> 3604 bytes
+ .../layout.gpos3/gpos3_font3.default.28,29.otf     | Bin 1328 -> 1248 bytes
+ .../layout.gpos3/gpos3_font3.default.28,2B.otf     | Bin 1456 -> 1376 bytes
+ .../layout.gpos3/gpos3_font3.default.29,2B.otf     | Bin 1368 -> 1292 bytes
+ .../gpos3_font3.default.retain-all-codepoint.otf   | Bin 3728 -> 3636 bytes
+ .../layout.gpos3/gpos3_font3.retain-gids.28,29.otf | Bin 1712 -> 1632 bytes
+ .../layout.gpos3/gpos3_font3.retain-gids.28,2B.otf | Bin 1860 -> 1780 bytes
+ .../layout.gpos3/gpos3_font3.retain-gids.29,2B.otf | Bin 1772 -> 1696 bytes
+ ...pos3_font3.retain-gids.retain-all-codepoint.otf | Bin 3728 -> 3636 bytes
+ ...pos4_multiple_anchors_1.default.41,42,43,44.otf | Bin 1640 -> 1516 bytes
+ ...pos4_multiple_anchors_1.default.41,42,43,45.otf | Bin 1632 -> 1524 bytes
+ .../gpos4_multiple_anchors_1.default.41,42,43.otf  | Bin 1404 -> 1308 bytes
+ ...4_multiple_anchors_1.default.41,43,44,45,46.otf | Bin 1992 -> 1864 bytes
+ .../gpos4_multiple_anchors_1.default.41,43,44.otf  | Bin 1632 -> 1524 bytes
+ .../gpos4_multiple_anchors_1.default.41,43,45.otf  | Bin 1632 -> 1532 bytes
+ .../gpos4_multiple_anchors_1.default.41,43.otf     | Bin 1400 -> 1312 bytes
+ ...iple_anchors_1.default.retain-all-codepoint.otf | Bin 3816 -> 3668 bytes
+ ..._multiple_anchors_1.retain-gids.41,42,43,44.otf | Bin 2344 -> 2220 bytes
+ ..._multiple_anchors_1.retain-gids.41,42,43,45.otf | Bin 2352 -> 2244 bytes
+ ...os4_multiple_anchors_1.retain-gids.41,42,43.otf | Bin 2104 -> 2008 bytes
+ ...ltiple_anchors_1.retain-gids.41,43,44,45,46.otf | Bin 2712 -> 2584 bytes
+ ...os4_multiple_anchors_1.retain-gids.41,43,44.otf | Bin 2348 -> 2240 bytes
+ ...os4_multiple_anchors_1.retain-gids.41,43,45.otf | Bin 2360 -> 2260 bytes
+ .../gpos4_multiple_anchors_1.retain-gids.41,43.otf | Bin 2116 -> 2028 bytes
+ ..._anchors_1.retain-gids.retain-all-codepoint.otf | Bin 3816 -> 3668 bytes
+ .../gpos5_font1.default.41,42,43,44.otf            | Bin 1668 -> 1536 bytes
+ .../gpos5_font1.default.41,42,43,45.otf            | Bin 1660 -> 1544 bytes
+ .../layout.gpos5/gpos5_font1.default.41,42,43.otf  | Bin 1432 -> 1328 bytes
+ .../layout.gpos5/gpos5_font1.default.41,42,44.otf  | Bin 1588 -> 1460 bytes
+ .../layout.gpos5/gpos5_font1.default.41,42,45.otf  | Bin 1560 -> 1448 bytes
+ .../layout.gpos5/gpos5_font1.default.41,42.otf     | Bin 1328 -> 1228 bytes
+ .../gpos5_font1.default.retain-all-codepoint.otf   | Bin 3884 -> 3688 bytes
+ .../gpos5_font1.retain-gids.41,42,43,44.otf        | Bin 2372 -> 2240 bytes
+ .../gpos5_font1.retain-gids.41,42,43,45.otf        | Bin 2380 -> 2264 bytes
+ .../gpos5_font1.retain-gids.41,42,43.otf           | Bin 2132 -> 2028 bytes
+ .../gpos5_font1.retain-gids.41,42,44.otf           | Bin 2304 -> 2176 bytes
+ .../gpos5_font1.retain-gids.41,42,45.otf           | Bin 2284 -> 2172 bytes
+ .../layout.gpos5/gpos5_font1.retain-gids.41,42.otf | Bin 2032 -> 1932 bytes
+ ...pos5_font1.retain-gids.retain-all-codepoint.otf | Bin 3884 -> 3688 bytes
+ .../gpos6_font1.default.41,42,43,44.otf            | Bin 1616 -> 1492 bytes
+ .../gpos6_font1.default.41,42,43,45.otf            | Bin 1608 -> 1500 bytes
+ .../layout.gpos6/gpos6_font1.default.41,42,43.otf  | Bin 1380 -> 1284 bytes
+ .../gpos6_font1.default.41,43,44,45,46.otf         | Bin 1968 -> 1840 bytes
+ .../layout.gpos6/gpos6_font1.default.41,43,44.otf  | Bin 1608 -> 1500 bytes
+ .../layout.gpos6/gpos6_font1.default.41,43,45.otf  | Bin 1608 -> 1508 bytes
+ .../layout.gpos6/gpos6_font1.default.41,43.otf     | Bin 1376 -> 1288 bytes
+ .../gpos6_font1.default.retain-all-codepoint.otf   | Bin 3792 -> 3644 bytes
+ .../gpos6_font1.retain-gids.41,42,43,44.otf        | Bin 2320 -> 2196 bytes
+ .../gpos6_font1.retain-gids.41,42,43,45.otf        | Bin 2328 -> 2220 bytes
+ .../gpos6_font1.retain-gids.41,42,43.otf           | Bin 2080 -> 1984 bytes
+ .../gpos6_font1.retain-gids.41,43,44,45,46.otf     | Bin 2688 -> 2560 bytes
+ .../gpos6_font1.retain-gids.41,43,44.otf           | Bin 2324 -> 2216 bytes
+ .../gpos6_font1.retain-gids.41,43,45.otf           | Bin 2336 -> 2236 bytes
+ .../layout.gpos6/gpos6_font1.retain-gids.41,43.otf | Bin 2092 -> 2004 bytes
+ ...pos6_font1.retain-gids.retain-all-codepoint.otf | Bin 3792 -> 3644 bytes
+ ...ular.default.627,644,623,62D,644,627,645,2E.ttf | Bin 13288 -> 12724 bytes
+ .../Amiri-Regular.default.627,644,62D,628.ttf      | Bin 10188 -> 10028 bytes
+ .../Amiri-Regular.default.627,644.ttf              | Bin 4364 -> 4208 bytes
+ ...-Regular.default.633,645,627,621,20,644,627.ttf | Bin 10324 -> 9552 bytes
+ .../Amiri-Regular.default.63A,64A,631.ttf          | Bin 7824 -> 7360 bytes
+ ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 48596 -> 48052 bytes
+ .../Amiri-Regular.retain-gids.627,644,62D,628.ttf  | Bin 42836 -> 42676 bytes
+ .../Amiri-Regular.retain-gids.627,644.ttf          | Bin 36892 -> 36736 bytes
+ ...ular.retain-gids.633,645,627,621,20,644,627.ttf | Bin 46680 -> 45944 bytes
+ .../Amiri-Regular.retain-gids.63A,64A,631.ttf      | Bin 42896 -> 38024 bytes
+ ...g1_multiple_subrules_f1.default.30,31,32,33.otf | Bin 1944 -> 1840 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3832 -> 3704 bytes
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf | Bin 2408 -> 2304 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3832 -> 3704 bytes
+ ...g2_multiple_subrules_f1.default.30,31,32,33.otf | Bin 1964 -> 1840 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3864 -> 3704 bytes
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf | Bin 2428 -> 2304 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3864 -> 3704 bytes
+ ...pos_chaining3_simple_f1.default.30,31,32,33.otf | Bin 1936 -> 1816 bytes
+ ...ing3_simple_f1.default.retain-all-codepoint.otf | Bin 3800 -> 3680 bytes
+ ...chaining3_simple_f1.retain-gids.30,31,32,33.otf | Bin 2400 -> 2280 bytes
+ ..._simple_f1.retain-gids.retain-all-codepoint.otf | Bin 3800 -> 3680 bytes
+ .../layout.gpos9/gpos9_font2.default.41,42.otf     | Bin 1272 -> 1184 bytes
+ .../layout.gpos9/gpos9_font2.default.41.otf        | Bin 1236 -> 1172 bytes
+ .../layout.gpos9/gpos9_font2.default.42.otf        | Bin 1096 -> 1032 bytes
+ .../layout.gpos9/gpos9_font2.retain-gids.41,42.otf | Bin 1976 -> 1888 bytes
+ .../layout.gpos9/gpos9_font2.retain-gids.41.otf    | Bin 1936 -> 1872 bytes
+ .../layout.gpos9/gpos9_font2.retain-gids.42.otf    | Bin 1808 -> 1744 bytes
+ ...ub_alternate_substitution.default.53A9,53F1.otf | Bin 4984 -> 4348 bytes
+ .../gsub_alternate_substitution.default.53A9.otf   | Bin 4524 -> 3904 bytes
+ .../gsub_alternate_substitution.default.53F1.otf   | Bin 2816 -> 2452 bytes
+ ...e_substitution.default.retain-all-codepoint.otf | Bin 6728 -> 6040 bytes
+ ...lternate_substitution.retain-gids.53A9,53F1.otf | Bin 5108 -> 4472 bytes
+ ...sub_alternate_substitution.retain-gids.53A9.otf | Bin 4676 -> 4056 bytes
+ ...sub_alternate_substitution.retain-gids.53F1.otf | Bin 3012 -> 2648 bytes
+ ...bstitution.retain-gids.retain-all-codepoint.otf | Bin 6820 -> 6132 bytes
+ ...text1_multiple_subrules_f2.default.41,42,43.otf | Bin 1460 -> 1340 bytes
+ ...context1_multiple_subrules_f2.default.41,42.otf | Bin 1420 -> 1240 bytes
+ ...le_subrules_f2.default.retain-all-codepoint.otf | Bin 3808 -> 3712 bytes
+ ...1_multiple_subrules_f2.retain-gids.41,42,43.otf | Bin 2248 -> 2040 bytes
+ ...ext1_multiple_subrules_f2.retain-gids.41,42.otf | Bin 2224 -> 1944 bytes
+ ...ubrules_f2.retain-gids.retain-all-codepoint.otf | Bin 3808 -> 3712 bytes
+ ...text2_multiple_subrules_f2.default.41,42,43.otf | Bin 1476 -> 1340 bytes
+ ...context2_multiple_subrules_f2.default.41,42.otf | Bin 1432 -> 1240 bytes
+ ...le_subrules_f2.default.retain-all-codepoint.otf | Bin 3824 -> 3712 bytes
+ ...2_multiple_subrules_f2.retain-gids.41,42,43.otf | Bin 2264 -> 2040 bytes
+ ...ext2_multiple_subrules_f2.retain-gids.41,42.otf | Bin 2236 -> 1944 bytes
+ ...ubrules_f2.retain-gids.retain-all-codepoint.otf | Bin 3824 -> 3712 bytes
+ ..._successive_f1.default.retain-all-codepoint.otf | Bin 3828 -> 3700 bytes
+ ...cessive_f1.retain-gids.retain-all-codepoint.otf | Bin 3828 -> 3700 bytes
+ ...g1_multiple_subrules_f1.default.30,31,32,33.otf | Bin 1916 -> 1852 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3804 -> 3716 bytes
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf | Bin 2380 -> 2316 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3804 -> 3716 bytes
+ ...g2_multiple_subrules_f1.default.30,31,32,33.otf | Bin 1944 -> 1852 bytes
+ ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3836 -> 3716 bytes
+ ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf | Bin 2408 -> 2316 bytes
+ ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3836 -> 3716 bytes
+ ...sub_chaining3_simple_f2.default.30,31,32,33.otf | Bin 1904 -> 1828 bytes
+ ...ing3_simple_f2.default.retain-all-codepoint.otf | Bin 3772 -> 3692 bytes
+ ...chaining3_simple_f2.retain-gids.30,31,32,33.otf | Bin 2368 -> 2292 bytes
+ ..._simple_f2.retain-gids.retain-all-codepoint.otf | Bin 3772 -> 3692 bytes
+ ..._created.default.41,42,43,44,45,46,47,48,49.otf | Bin 2384 -> 2176 bytes
+ ...nually_created.default.41,42,43,44,45,46,47.otf | Bin 1996 -> 1888 bytes
+ ...nually_created.default.41,42,43,44,45,46,4D.otf | Bin 1996 -> 1852 bytes
+ ...nually_created.default.41,42,43,44,45,46,51.otf | Bin 2044 -> 1932 bytes
+ .../gsub8_manually_created.default.61.otf          | Bin 1540 -> 1224 bytes
+ ...nually_created.default.retain-all-codepoint.otf | Bin 3832 -> 3656 bytes
+ ...ated.retain-gids.41,42,43,44,45,46,47,48,49.otf | Bin 3172 -> 2884 bytes
+ ...ly_created.retain-gids.41,42,43,44,45,46,47.otf | Bin 2796 -> 2596 bytes
+ ...ly_created.retain-gids.41,42,43,44,45,46,4D.otf | Bin 2860 -> 2636 bytes
+ ...ly_created.retain-gids.41,42,43,44,45,46,51.otf | Bin 2864 -> 2760 bytes
+ .../gsub8_manually_created.retain-gids.61.otf      | Bin 2584 -> 2276 bytes
+ ...ly_created.retain-gids.retain-all-codepoint.otf | Bin 3832 -> 3656 bytes
+ .../Roboto-Regular.smallcaps.default.41,42,43.ttf  | Bin 3028 -> 2464 bytes
+ .../Roboto-Regular.smallcaps.default.41,43.ttf     | Bin 2628 -> 2284 bytes
+ .../layout/Roboto-Regular.smallcaps.default.41.ttf | Bin 2252 -> 2084 bytes
+ .../layout/Roboto-Regular.smallcaps.default.43.ttf | Bin 2324 -> 2116 bytes
+ .../Roboto-Regular.smallcaps.default.CA,CB.ttf     | Bin 2668 -> 2388 bytes
+ ...boto-Regular.smallcaps.retain-gids.41,42,43.ttf | Bin 6844 -> 2716 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.41,43.ttf | Bin 6472 -> 2548 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.41.ttf    | Bin 6096 -> 2336 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.43.ttf    | Bin 6152 -> 2384 bytes
+ .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttf | Bin 7996 -> 6476 bytes
+ .../variable/Fraunces.default.26,66,69,124,125.ttf | Bin 18448 -> 15912 bytes
+ .../data/expected/variable/Fraunces.default.61.ttf | Bin 5880 -> 4348 bytes
+ .../data/profiles/keep-all-layout-features.txt     |   1 +
+ test/subset/data/profiles/layout-features.txt      |   1 +
+ test/subset/data/tests/basics.tests                |   2 +
+ test/subset/generate-expected-outputs.py           |   1 -
+ util/options-subset.cc                             |  53 ++++++++
+ 314 files changed, 233 insertions(+), 69 deletions(-)
+
+commit 0989b5553af0e252d7201da9bf762d2f68fade9e
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue May 18 17:12:50 2021 -0700
+
+    [subset] Add test for overlaps flag setting.
+
+ test/api/fonts/Roboto-Regular.abcAE.ttf | Bin 0 -> 7224 bytes
+ test/api/fonts/Roboto-Regular.bAE.ttf   | Bin 0 -> 6732 bytes
+ test/api/test-subset-glyf.c             |  26 ++++++++++++++++++++++++++
+ 3 files changed, 26 insertions(+)
+
+commit 73ff04a324c3ac721bbebd2a7817dbe819c351fa
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue May 18 16:54:01 2021 -0700
+
+    [subset] add option to have the subsetter set the mac overlaps flag on each glyph.
+
+ src/hb-ot-glyf-table.hh | 50 +++++++++++++++++++++++++++++++++++++++++--------
+ src/hb-subset-input.cc  | 14 ++++++++++++++
+ src/hb-subset-input.hh  |  1 +
+ src/hb-subset-plan.cc   |  3 ++-
+ src/hb-subset-plan.hh   |  1 +
+ src/hb-subset.h         |  7 +++++++
+ util/options-subset.cc  |  3 ++-
+ 7 files changed, 69 insertions(+), 10 deletions(-)
+
+commit f739e1dc6a875d092d94bcc906d1604887729eac
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue May 11 11:44:32 2021 -0700
+
+    [subset] subset both CPAL and COLRv1
+
+ src/hb-ot-color-colr-table.hh                      |  69 +++++++++--
+ src/hb-ot-color-cpal-table.hh                      | 131 ++++++++++++++++++++-
+ src/hb-subset-plan.cc                              |  28 ++++-
+ src/hb-subset-plan.hh                              |   2 +-
+ src/hb-subset.cc                                   |   2 +
+ .../TwemojiMozilla.subset.default.32,3299.ttf      | Bin 5264 -> 1576 bytes
+ .../api/fonts/TwemojiMozilla.subset.default.32.ttf | Bin 4660 -> 932 bytes
+ .../fonts/TwemojiMozilla.subset.default.3297.ttf   | Bin 5068 -> 1376 bytes
+ test/api/fonts/TwemojiMozilla.subset.ttf           | Bin 5712 -> 1936 bytes
+ .../TwemojiMozilla.subset.default.32,3297,3299.ttf | Bin 5712 -> 1936 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3297.ttf | Bin 5176 -> 1400 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3299.ttf | Bin 5352 -> 1576 bytes
+ .../colr/TwemojiMozilla.subset.default.32.ttf      | Bin 4748 -> 932 bytes
+ .../TwemojiMozilla.subset.default.3297,3299.ttf    | Bin 5692 -> 1916 bytes
+ .../colr/TwemojiMozilla.subset.default.3297.ttf    | Bin 5152 -> 1376 bytes
+ .../colr/TwemojiMozilla.subset.default.3299.ttf    | Bin 5328 -> 1552 bytes
+ ....subset.drop-hints-retain-gids.32,3297,3299.ttf | Bin 5692 -> 1916 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3297.ttf | Bin 5172 -> 1396 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3299.ttf | Bin 5352 -> 1576 bytes
+ ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf | Bin 4728 -> 912 bytes
+ ...lla.subset.drop-hints-retain-gids.3297,3299.ttf | Bin 5676 -> 1900 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3297.ttf | Bin 5148 -> 1372 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3299.ttf | Bin 5328 -> 1552 bytes
+ ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf | Bin 5692 -> 1916 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   | Bin 5156 -> 1380 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   | Bin 5332 -> 1556 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   | Bin 4728 -> 912 bytes
+ .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf | Bin 5672 -> 1896 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf | Bin 5132 -> 1356 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf | Bin 5308 -> 1532 bytes
+ ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf | Bin 5712 -> 1936 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  | Bin 5192 -> 1416 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  | Bin 5372 -> 1596 bytes
+ .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  | Bin 4748 -> 932 bytes
+ ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf | Bin 5696 -> 1920 bytes
+ .../TwemojiMozilla.subset.retain-gids.3297.ttf     | Bin 5168 -> 1392 bytes
+ .../TwemojiMozilla.subset.retain-gids.3299.ttf     | Bin 5348 -> 1572 bytes
+ .../colr_with_components/colr-table.default.6B.ttf | Bin 4576 -> 4260 bytes
+ .../colr-table.drop-hints-retain-gids.6B.ttf       | Bin 5300 -> 4984 bytes
+ .../colr-table.drop-hints.6B.ttf                   | Bin 4576 -> 4260 bytes
+ .../colr-table.retain-gids.6B.ttf                  | Bin 5300 -> 4984 bytes
+ .../colrv1/TestCOLRv1.default.E000,E004.ttf        | Bin 0 -> 900 bytes
+ .../colrv1/TestCOLRv1.default.E003,E004.ttf        | Bin 0 -> 1000 bytes
+ .../expected/colrv1/TestCOLRv1.default.E004.ttf    | Bin 0 -> 744 bytes
+ .../TestCOLRv1.default.retain-all-codepoint.ttf    | Bin 0 -> 1444 bytes
+ ...TestCOLRv1.drop-hints-retain-gids.E000,E004.ttf | Bin 0 -> 984 bytes
+ ...TestCOLRv1.drop-hints-retain-gids.E003,E004.ttf | Bin 0 -> 1076 bytes
+ .../TestCOLRv1.drop-hints-retain-gids.E004.ttf     | Bin 0 -> 836 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 0 -> 1444 bytes
+ .../colrv1/TestCOLRv1.drop-hints.E000,E004.ttf     | Bin 0 -> 900 bytes
+ .../colrv1/TestCOLRv1.drop-hints.E003,E004.ttf     | Bin 0 -> 1000 bytes
+ .../expected/colrv1/TestCOLRv1.drop-hints.E004.ttf | Bin 0 -> 744 bytes
+ .../TestCOLRv1.drop-hints.retain-all-codepoint.ttf | Bin 0 -> 1444 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E000,E004.ttf    | Bin 0 -> 984 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E003,E004.ttf    | Bin 0 -> 1076 bytes
+ .../colrv1/TestCOLRv1.retain-gids.E004.ttf         | Bin 0 -> 836 bytes
+ ...TestCOLRv1.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 1444 bytes
+ test/subset/data/fonts/TestCOLRv1.ttf              | Bin 0 -> 1780 bytes
+ test/subset/data/tests/colrv1.tests                |  21 ++++
+ test/subset/subset_test_suite.py                   |   4 +
+ 60 files changed, 241 insertions(+), 16 deletions(-)
+
+commit 466e1fdf5dc2589fe134bec16a71d9ba9f0d035d
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 26 14:22:21 2021 -0700
+
+    [subset] remove unnessecary brackets.
+
+ src/hb-set.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 583237299d623b2e8afa36a4e334e396874da073
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 26 14:06:02 2021 -0700
+
+    Add cmp() method for major to page map.
+
+ src/hb-set.hh | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit 2c137045dc53c4ad678e18499cc556c00a0ce3cb
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 20 16:22:04 2021 -0700
+
+    [subset] Optimize set iteration by caching the last found page map index.
+    
+    Reuse it if possible on consecutive calls to next(). Will signifcantly speed up cases where the entire set is iterated. In local testing iterating a very large set was 10x faster.
+
+ src/hb-set.hh | 37 ++++++++++++++++++++++++++++---------
+ 1 file changed, 28 insertions(+), 9 deletions(-)
+
+commit 1bb00cd54b2343971371d520fdda159d2e2a9018
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 26 14:18:32 2021 -0700
+
+    [subset] add num-iterations flag to util/hb-subset.
+
+ util/hb-subset.cc      | 6 +++++-
+ util/options-subset.cc | 3 +++
+ util/options.hh        | 2 ++
+ 3 files changed, 10 insertions(+), 1 deletion(-)
+
+commit 9e5738a86af1bc50480b0263664057b665b94cba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 26 15:12:39 2021 -0600
+
+    [set] Okay, giving up on constexpr till C++14
+    
+    ../src/hb-set.hh:213:89: error: call to non-'constexpr' function 'const elt_t& hb_vector_size_t<elt_t, byte_size>::operator[](unsigned int) const [with elt_t = long long unsigned int; unsigned int byte_size = 64]'
+
+ src/hb-set.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit fac0bc78764a368a22623ba5b5a49ed803b0e915
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed May 26 14:44:58 2021 +0200
+
+    [meson] Drop more wraps we don’t use directly
+
+ Makefile.am                    |  5 ++---
+ subprojects/.gitignore         |  5 -----
+ subprojects/libffi.wrap        |  5 -----
+ subprojects/libpng.wrap        | 12 ------------
+ subprojects/pixman.wrap        |  6 ------
+ subprojects/proxy-libintl.wrap |  5 -----
+ subprojects/zlib.wrap          | 12 ------------
+ 7 files changed, 2 insertions(+), 48 deletions(-)
+
+commit 21d1034dc0320a43061df89a1fcb1f20c58f56a2
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed May 26 14:31:05 2021 +0200
+
+    [meson] Remove expat.wrap that we don’t use directly
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2987
+
+ Makefile.am            | 1 -
+ subprojects/.gitignore | 1 -
+ subprojects/expat.wrap | 9 ---------
+ 3 files changed, 11 deletions(-)
+
+commit 90fa558a5bfd9ac99dc8434810f50ef2b69014af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 26 15:05:48 2021 -0600
+
+    [set] Another try at constexpr to make msvc happy
+
+ src/hb-set.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit bf5d4a6392de3d0d26a4d2175490532639631d4c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 26 14:27:02 2021 -0600
+
+    [set] Add TODO
+
+ src/hb-set.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 11d03f1ff973bb1a0731cdf6302d1587185c347a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 26 14:26:05 2021 -0600
+
+    [set] Mark a couple methods as constexpr
+
+ src/hb-set.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d2829ad374a10957683b54f1d253df6653befd93
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 26 14:24:27 2021 -0600
+
+    [set] Refactor code into page_t::is_subset()
+
+ src/hb-set.hh | 18 ++++++++++++------
+ 1 file changed, 12 insertions(+), 6 deletions(-)
+
+commit e47e44a8583d9f74bd13172a6a0b084745f7d5fe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 26 14:19:27 2021 -0600
+
+    [set] Whitespace
+
+ src/hb-set.hh | 15 ++-------------
+ 1 file changed, 2 insertions(+), 13 deletions(-)
+
+commit 2000f47ae539ff31c248626e4d142a3221522708
+Author: Kurt Kartaltepe <kkartaltepe@gmail.com>
+Date:   Wed May 19 00:34:09 2021 -0700
+
+    [set] Compute is_subset by comparing pages.
+    
+    Test subsets one page at a time instead of by codepoints. On my machine
+    this is about 250x faster than the previous implementation.
+
+ src/hb-set.hh       | 44 +++++++++++++++++++++++++++++++++++++-------
+ test/api/test-set.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 90 insertions(+), 7 deletions(-)
+
+commit 1dffb553613d8bcaa5440d27b411ae1ff22bf68b
+Author: Dominik Röttsches <drott@chromium.org>
+Date:   Tue May 18 12:31:14 2021 +0300
+
+    Chromium build fixes for C++ 17 warning and missing _remap_indexes
+    
+    Use class instead of typename, move _remap_indexes out of #ifndef.
+    
+    Fixes #2979
+
+ src/hb-ot-color-colrv1-closure.hh | 8 ++++----
+ src/hb-subset-plan.cc             | 2 +-
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 89df3539966d7d544b49495a667ccebf94bb045c
+Author: Jonathan Kew <jfkthame@gmail.com>
+Date:   Thu May 13 11:45:32 2021 +0100
+
+    [aat] Add testcase for Apple Color Emoji couple-with-skin-tones sequence.
+
+ test/shaping/data/in-house/tests/macos.tests | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit bbc5fc373143b6a5f66b7e72eac42a9377c81d1e
+Author: Jonathan Kew <jfkthame@gmail.com>
+Date:   Thu May 13 11:39:09 2021 +0100
+
+    [aat] If shaping via morx, don't adjust mark positioning when zeroing widths.
+
+ src/hb-ot-shape.cc | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 4f1e8d2bf702910e45d3d3756227abbb9d659093
+Author: Jonathan Kew <jfkthame@gmail.com>
+Date:   Wed May 5 11:11:43 2021 +0100
+
+    [aat] Update glyph properties from GDEF if available when doing a replacement.
+
+ src/hb-aat-layout-common.hh     |  4 ++++
+ src/hb-aat-layout-morx-table.hh | 17 +++++++++++++++++
+ src/hb-aat-layout.cc            |  7 ++++---
+ 3 files changed, 25 insertions(+), 3 deletions(-)
+
+commit 5e0ec33b3d9379b78084cd59a9ebed3fc583eed6
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 12 14:46:54 2021 -0700
+
+    Error when link width not in [2, 4]
+
+ src/hb-repacker.hh | 17 +++++++++++------
+ 1 file changed, 11 insertions(+), 6 deletions(-)
+
+commit b23f29bf05650134a9d398d03eb271840172ac9e
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Sat Apr 17 09:59:45 2021 -0700
+
+    [subset] Add subset () method for COLRv1 Paint tables, BaseGlyphV1List and LayerV1List
+    
+    Also add support for Offset24 in serializer and repacker
+
+ src/hb-ot-color-colr-table.hh | 196 +++++++++++++++++++++++++++++++++++++++++-
+ src/hb-repacker.hh            |  16 ++--
+ src/hb-serialize.hh           |  17 ++--
+ 3 files changed, 216 insertions(+), 13 deletions(-)
+
+commit 413769bf8616c6b3cf420f35801bd19129155498
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 12 14:14:06 2021 -0700
+
+    Add hb-ot-color-colrv1-closure.hh to sources list.
+
+ src/Makefile.sources | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit de0eba20ed4fc38fb4bb81f8deab4a2e62187763
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 12 14:05:34 2021 -0700
+
+    Remove array for visited_paint.
+
+ src/hb-ot-color-colr-table.hh | 12 +++++-------
+ 1 file changed, 5 insertions(+), 7 deletions(-)
+
+commit e59ffe54824ffefd97cd14c81b0778afb4d8a878
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Apr 1 12:01:19 2021 -0700
+
+    [subset] COLRv1 layer/palette indices closure
+
+ src/hb-ot-color-colr-table.hh     | 134 ++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-color-colrv1-closure.hh | 101 ++++++++++++++++++++++++++++
+ src/hb-subset-plan.cc             |  12 ++++
+ src/hb-subset-plan.hh             |   4 ++
+ 4 files changed, 251 insertions(+)
+
+commit a08900b721fc8c5e26215dabe62c4124985d434d
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue May 4 16:48:41 2021 -0700
+
+    [subset] fix failing colrv0 subsetting when font has composite glyphs.
+    
+    Composite glyph collection was happening along side colrv0 glyph collection which meant it was possible to miss grabbing the component glyphs for a glyph added by colrv0.
+
+ src/hb-subset-plan.cc                                   |  16 ++++++++++++----
+ test/subset/data/Makefile.am                            |   1 +
+ test/subset/data/Makefile.sources                       |   1 +
+ .../colr_with_components/colr-table.default.6B.ttf      | Bin 0 -> 4576 bytes
+ .../colr-table.drop-hints-retain-gids.6B.ttf            | Bin 0 -> 5300 bytes
+ .../colr_with_components/colr-table.drop-hints.6B.ttf   | Bin 0 -> 4576 bytes
+ .../colr_with_components/colr-table.retain-gids.6B.ttf  | Bin 0 -> 5300 bytes
+ test/subset/data/fonts/colr-table.ttf                   | Bin 0 -> 26952 bytes
+ test/subset/data/tests/colr_with_components.tests       |  11 +++++++++++
+ test/subset/meson.build                                 |   1 +
+ 10 files changed, 26 insertions(+), 4 deletions(-)
+
+commit b54d9b695a17afb86f022084e12d72bb4a199673
+Author: tstuefe <thomas.stuefe@gmail.com>
+Date:   Thu May 6 06:22:48 2021 +0200
+
+    start
+
+ src/hb-ot-shape-complex-use-machine.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit b07b97d5d753ffb58cd5abcbc898d602f76b0f72
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Mar 29 10:39:38 2021 -0700
+
+    [subset] Add more Noto Nastaliq test cases.
+
+ ...Urdu-Bold.default.627,644,623,62D,644,627,645,2E.ttf | Bin 0 -> 11436 bytes
+ .../NotoNastaliqUrdu-Bold.default.627,644,62D,628.ttf   | Bin 0 -> 18288 bytes
+ .../NotoNastaliqUrdu-Bold.default.627,644.ttf           | Bin 0 -> 3568 bytes
+ ...aliqUrdu-Bold.default.633,645,627,621,20,644,627.ttf | Bin 0 -> 12408 bytes
+ .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf       | Bin 0 -> 20408 bytes
+ ...-Bold.retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 0 -> 18272 bytes
+ ...otoNastaliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 0 -> 24416 bytes
+ .../NotoNastaliqUrdu-Bold.retain-gids.627,644,62D.ttf   | Bin 11532 -> 0 bytes
+ .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf       | Bin 0 -> 9216 bytes
+ ...Urdu-Bold.retain-gids.633,645,627,621,20,644,627.ttf | Bin 0 -> 18212 bytes
+ .../NotoNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf   | Bin 0 -> 26628 bytes
+ test/subset/data/tests/layout.notonastaliqurdu.tests    |   7 ++++++-
+ 12 files changed, 6 insertions(+), 1 deletion(-)
+
+commit b37f03f16b39d397a626f097858e9ae550234ca0
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue May 4 02:07:06 2021 +0200
+
+    2.8.1
+
+ NEWS             | 9 +++++++++
+ configure.ac     | 2 +-
+ meson.build      | 2 +-
+ src/hb-version.h | 4 ++--
+ 4 files changed, 13 insertions(+), 4 deletions(-)
+
+commit d3e84413fd512441e62e5200eab6a24d34282e9a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun May 2 01:03:21 2021 +0200
+
+    [ci] Drop macos-10_13_6-aat-fonts job
+    
+    This version of macOS is no longer supported by Homebrew, it takes 26
+    minutes to brew the dependencies before it fails.
+
+ .circleci/config.yml | 14 --------------
+ 1 file changed, 14 deletions(-)
+
+commit 517d68b26e04be63a306cdacec20218a18ede3a4
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat May 1 23:50:39 2021 +0200
+
+    [ci] Pin fedora 33 docker image
+    
+    g-ir-scanner is broken on 34 image:
+    
+    FAILED: src/HarfBuzz-0.0.gir
+    /usr/bin/g-ir-scanner --no-libtool --namespace=HarfBuzz --nsversion=0.0 --warn-all --output src/HarfBuzz-0.0.gir --c-include=hb-gobject.h --cflags-begin -DHB_NO_SINGLE_HEADER_ERROR -DHAVE_GOBJECT -DHB_EXTERN= --cflags-end -I/root/project/src -I/root/project/build/src -I./. -I../. --filelist=/root/project/build/src/libharfbuzz-gobject.so.0.20800.0.p/HarfBuzz_0.0_gir_filelist --include=GObject-2.0 --symbol-prefix=hb --symbol-prefix=hb_gobject --identifier-prefix=hb_ --pkg-export=harfbuzz-gobject --cflags-begin -DHAVE_CONFIG_H -I./. -I../. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I./src/. -I../src/. -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gobject-introspection-1.0 --cflags-end --add-include-path=/usr/share/gir-1.0 -L/root/project/build/src --extra-library=harfbuzz --library harfbuzz-gobject -L/root/project/build/src -L/root/project/build/src --extra-library=glib-2.0 --extra-library=gobject-2.0 --extra-library=m --extra-library=freetype --extra-library=girepository-1.0 --sources-top-dirs /root/project/subprojects/ --sources-top-dirs /root/project/build/subprojects/
+    ../src/hb-buffer.cc:641: Warning: HarfBuzz: unknown annotation: xconstructor
+    ../src/hb-face.cc:192: Warning: HarfBuzz: unknown annotation: xconstructor
+    ../src/hb-font.cc:551: Warning: HarfBuzz: unknown annotation: xconstructor
+    ../src/hb-font.cc:1519: Warning: HarfBuzz: unknown annotation: xconstructor
+    ../src/hb-map.cc:43: Warning: HarfBuzz: unknown annotation: xconstructor
+    ../src/hb-ot-name.cc:55: Warning: HarfBuzz: unexpected annotation: out
+    ../src/hb-set.cc:43: Warning: HarfBuzz: unknown annotation: xconstructor
+    ../src/hb-shape-plan.cc:173: Warning: HarfBuzz: unknown annotation: xconstructor
+    ../src/hb-shape-plan.cc:201: Warning: HarfBuzz: unknown annotation: xconstructor
+    ../src/hb-unicode.cc:172: Warning: HarfBuzz: unknown annotation: xconstructor
+    g-ir-scanner: link: gcc -pthread -o /root/project/build/tmp-introspecta9rymai3/HarfBuzz-0.0 /root/project/build/tmp-introspecta9rymai3/HarfBuzz-0.0.o -L. -Wl,-rpath,. -Wl,--no-as-needed -L/root/project/build/src -Wl,-rpath,/root/project/build/src -L/root/project/build/src -Wl,-rpath,/root/project/build/src -L/root/project/build/src -Wl,-rpath,/root/project/build/src -lharfbuzz-gobject -lharfbuzz -lglib-2.0 -lgobject-2.0 -lm -lfreetype -lgirepository-1.0 -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lglib-2.0
+    ldd: error: you do not have read permission for `/root/project/build/tmp-introspecta9rymai3/HarfBuzz-0.0'
+    Traceback (most recent call last):
+      File "/usr/bin/g-ir-scanner", line 99, in <module>
+        sys.exit(scanner_main(sys.argv))
+      File "/usr/lib64/gobject-introspection/giscanner/scannermain.py", line 599, in scanner_main
+        shlibs = create_binary(transformer, options, args)
+      File "/usr/lib64/gobject-introspection/giscanner/scannermain.py", line 428, in create_binary
+        shlibs = resolve_shlibs(options, binary, options.libraries)
+      File "/usr/lib64/gobject-introspection/giscanner/shlibs.py", line 170, in resolve_shlibs
+        _resolve_non_libtool(options, binary, non_libtool))
+      File "/usr/lib64/gobject-introspection/giscanner/shlibs.py", line 106, in _resolve_non_libtool
+        output = subprocess.check_output(args)
+      File "/usr/lib64/python3.9/subprocess.py", line 424, in check_output
+        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
+      File "/usr/lib64/python3.9/subprocess.py", line 528, in run
+        raise CalledProcessError(retcode, process.args,
+    subprocess.CalledProcessError: Command '['ldd', '/root/project/build/tmp-introspecta9rymai3/HarfBuzz-0.0']' returned non-zero exit status 1.
+    ninja: build stopped: subcommand failed.
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2b7647649a2016e1f10a0eacc2bf2285e1207954
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 30 13:34:16 2021 -0700
+
+    [subset] update test-subset-gpos expected files.
+
+ test/api/fonts/AdobeVFPrototype.WA.gpos.otf | Bin 4148 -> 4096 bytes
+ test/api/fonts/Roboto-Regular-gpos-aw.ttf   | Bin 2236 -> 2228 bytes
+ 2 files changed, 0 insertions(+), 0 deletions(-)
+
+commit be50779cda64d6b7bc8422d6b428892ca829733f
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 30 12:59:17 2021 -0700
+
+    [subset] correct ClassDef format determination.
+    
+    It was possible for glyph_min to be a glyph mapped to class zero which threw off the number of glyph calculation.
+
+ src/hb-ot-layout-common.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 90713f270eeb8286067c141245209814b9e7e706
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Apr 30 16:56:39 2021 +0200
+
+    [hb-ot-layout] Document some return values
+
+ src/hb-ot-layout.cc | 25 +++++++++++++++++++++++--
+ 1 file changed, 23 insertions(+), 2 deletions(-)
+
+commit 46362a954c1408f8e4046d1c2069f2f9d7f80dcd
+Merge: 42bf8e3d4 e25efb31f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 30 11:39:47 2021 -0600
+
+    Merge pull request #2958 from googlefonts/layout_by_default_gr
+    
+    [subset] Enable layout subsetting by default.
+
+commit 42bf8e3d49b789adc00c6d7602ba8c73757ebfaf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 26 12:31:44 2021 -0600
+
+    [util] Disable chafa's truecolor mode
+    
+    See https://github.com/harfbuzz/harfbuzz/pull/2959#issuecomment-827056111
+
+ util/helper-cairo-ansi.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c571a96eb0866093f6bece1069f292e34f933421
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Apr 25 15:43:30 2021 +0200
+
+    [ci] Disable Chafa on jobs that enables all auto features
+    
+    No suitable versions are available on these setups.
+
+ .circleci/config.yml           | 2 +-
+ .github/workflows/linux-ci.yml | 2 +-
+ .github/workflows/msys2-ci.yml | 3 ++-
+ 3 files changed, 4 insertions(+), 3 deletions(-)
+
+commit 8298c2f93b0dbe39eae66455c80e68e812213a2f
+Author: Hans Petter Jansson <hpj@hpjansson.org>
+Date:   Fri Apr 23 18:37:58 2021 +0200
+
+    [hb-view] Use Chafa for terminal graphics if available
+    
+    This produces high-quality terminal graphics using symbols or sixels
+    according to the detected terminal capabilities.
+    
+    Fixes #2430.
+
+ configure.ac              |  19 +++++++++
+ meson.build               |   7 ++++
+ meson_options.txt         |   2 +
+ util/Makefile.am          |   2 +
+ util/helper-cairo-ansi.cc | 104 +++++++++++++++++++++++++++++++++++++++++++++-
+ util/meson.build          |   2 +-
+ 6 files changed, 133 insertions(+), 3 deletions(-)
+
+commit e25efb31f21441d29866a2be866abb835b77d7c8
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 23 19:09:37 2021 -0700
+
+    [subset] consider all value formats when computing effective format.
+
+ src/hb-ot-layout-gpos-table.hh | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit 84dbfacfec3818478a1e5ac2b9922d25917493ef
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Apr 15 16:52:11 2021 -0700
+
+    [subset] fix collect_variation_idx in PairPosFormat2
+
+ src/hb-ot-layout-common.hh     | 15 ++++++++++-----
+ src/hb-ot-layout-gdef-table.hh |  4 ++--
+ src/hb-ot-layout-gpos-table.hh | 22 ++++++++++++++++++----
+ 3 files changed, 30 insertions(+), 11 deletions(-)
+
+commit d356d0f79c6086e913722a8f40cbc0e59a365c1b
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 23 17:41:09 2021 -0700
+
+    [subset] optimize ValueRecord's for PairPosFormat1.
+
+ src/hb-ot-layout-gpos-table.hh | 53 +++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 52 insertions(+), 1 deletion(-)
+
+commit f9fbe4817ebcb0c88865dc19b7a6e616842a7be6
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 23 17:06:06 2021 -0700
+
+    [subset] implement value record optimization for PairPosFormat2.
+
+ src/hb-ot-layout-gpos-table.hh | 59 ++++++++++++++++++++++++++++--------------
+ 1 file changed, 40 insertions(+), 19 deletions(-)
+
+commit badb8e409bf65a7a0a1f73af735c86870c5c7899
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 23 16:32:56 2021 -0700
+
+    [subset] use copy_values for PairPos serialize.
+
+ src/hb-ot-layout-gpos-table.hh | 111 +++++++++++++++++++++++------------------
+ 1 file changed, 62 insertions(+), 49 deletions(-)
+
+commit 2f50283cd33f20b41a9efd5e851272edacf1d8c1
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 23 15:21:30 2021 -0700
+
+    [subset] Begin implementing ValueRecord optimization:
+    
+    remove value records which have a zero value.
+
+ src/hb-ot-layout-gpos-table.hh | 91 +++++++++++++++++++++++++++++++++++-------
+ 1 file changed, 76 insertions(+), 15 deletions(-)
+
+commit 5df7c668ba530fb5b27e6eed482aa286db3add23
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Apr 22 16:45:14 2021 -0700
+
+    [subset] In SinglePosFormat1 serialize only 1 value record.
+    
+    Previously one record per glyph in the subset was serialized.
+
+ src/hb-ot-layout-gpos-table.hh | 22 ++++++++++++++--------
+ 1 file changed, 14 insertions(+), 8 deletions(-)
+
+commit 92757f68097aaae74043a5030789289cc3ce514e
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Apr 22 15:18:35 2021 -0700
+
+    [subset] Don't drop anchor device tables when dropping hints. These may contain variation data.
+    
+    Update subseting expected files to match latest version of fontTools.
+
+ src/hb-ot-layout-gpos-table.hh                     |  20 +++++++++-----------
+ .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 8100 -> 8100 bytes
+ .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 7736 -> 7736 bytes
+ .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 7360 -> 7360 bytes
+ .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6796 -> 6796 bytes
+ ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 222212 -> 222212 bytes
+ ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 7032 -> 7012 bytes
+ ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 6724 -> 6712 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 6396 -> 6388 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 4396 -> 4396 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 4472 -> 4468 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 187952 -> 190920 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 3444 -> 3424 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 3140 -> 3128 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 2804 -> 2800 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 2396 -> 2396 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 2464 -> 2460 bytes
+ ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 187944 -> 190908 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf | Bin 9036 -> 9036 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,63.ttf    | Bin 8668 -> 8668 bytes
+ .../basics/Comfortaa-Regular-new.gids.61.ttf       | Bin 8304 -> 8304 bytes
+ .../basics/Comfortaa-Regular-new.gids.62.ttf       | Bin 8236 -> 8236 bytes
+ .../basics/Comfortaa-Regular-new.gids.63.ttf       | Bin 8220 -> 8220 bytes
+ ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 222212 -> 222212 bytes
+ .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 7840 -> 7840 bytes
+ .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 7476 -> 7476 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 7100 -> 7100 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 6536 -> 6536 bytes
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 221952 -> 221952 bytes
+ ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 8100 -> 8100 bytes
+ .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 7736 -> 7736 bytes
+ .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 7360 -> 7360 bytes
+ .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 6796 -> 6796 bytes
+ ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 222212 -> 222212 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 8100 -> 8100 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 7736 -> 7736 bytes
+ .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 7360 -> 7360 bytes
+ .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 6796 -> 6796 bytes
+ ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 222212 -> 222212 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 11688 -> 11688 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 11320 -> 11320 bytes
+ .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 10952 -> 10952 bytes
+ .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8796 -> 8796 bytes
+ ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 222224 -> 222224 bytes
+ ...Regular.abc.drop-hints-retain-gids.61,62,63.ttf | Bin 1208 -> 1192 bytes
+ ...to-Regular.abc.drop-hints-retain-gids.61,63.ttf | Bin 1136 -> 1124 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf | Bin 988 -> 984 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.63.ttf | Bin 972 -> 968 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 1208 -> 1192 bytes
+ .../Roboto-Regular.abc.drop-hints.61,62,63.ttf     | Bin 1208 -> 1192 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf | Bin 1120 -> 1108 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61.ttf    | Bin 988 -> 984 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.63.ttf    | Bin 960 -> 956 bytes
+ ...Regular.abc.drop-hints.retain-all-codepoint.ttf | Bin 1208 -> 1192 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 30500 -> 30488 bytes
+ ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 3680 -> 3668 bytes
+ ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 30636 -> 30624 bytes
+ ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 3820 -> 3808 bytes
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 2192 -> 2184 bytes
+ ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 6876 -> 6876 bytes
+ .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 6552 -> 6552 bytes
+ ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 6612 -> 6832 bytes
+ ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 6356 -> 6552 bytes
+ ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 5880 -> 6136 bytes
+ .../AdobeVFPrototype.drop-hints.41,42,43,57.otf    | Bin 5180 -> 5272 bytes
+ .../AdobeVFPrototype.drop-hints.41,42,43.otf       | Bin 4688 -> 4744 bytes
+ .../AdobeVFPrototype.drop-hints.41,42.otf          | Bin 4236 -> 4264 bytes
+ .../AdobeVFPrototype.drop-hints.41,56,57.otf       | Bin 4348 -> 4408 bytes
+ .../AdobeVFPrototype.drop-hints.41.otf             | Bin 3552 -> 3560 bytes
+ .../AdobeVFPrototype.drop-hints.42,57.otf          | Bin 4364 -> 4396 bytes
+ .../Roboto-Regular.drop-hints.1E00,303.ttf         | Bin 1468 -> 1464 bytes
+ .../expected/layout.khmer/Khmer.default.1780.ttf   | Bin 0 -> 4204 bytes
+ ...ult.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 0 -> 6412 bytes
+ .../expected/layout.khmer/Khmer.default.31.ttf     | Bin 0 -> 4140 bytes
+ .../layout.khmer/Khmer.retain-gids.1780.ttf        | Bin 0 -> 4464 bytes
+ ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 0 -> 7848 bytes
+ .../expected/layout.khmer/Khmer.retain-gids.31.ttf | Bin 0 -> 4256 bytes
+ .../variable/Fraunces.default.26,66,69,124,125.ttf | Bin 0 -> 18448 bytes
+ .../data/expected/variable/Fraunces.default.61.ttf | Bin 0 -> 5880 bytes
+ 79 files changed, 9 insertions(+), 11 deletions(-)
+
+commit 6fddc2bbf9224bde4327e1792a683de637ad5613
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Apr 1 15:34:17 2021 -0700
+
+    [subset] subset layout tables (G*) by default.
+
+ src/hb-subset-input.cc                             |   3 ---
+ .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 7392 -> 8100 bytes
+ .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 7036 -> 7736 bytes
+ .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6684 -> 7360 bytes
+ .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6628 -> 6796 bytes
+ .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6608 -> 6844 bytes
+ ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 182876 -> 222212 bytes
+ ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 4844 -> 7032 bytes
+ ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 4552 -> 6724 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 3988 -> 6396 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 4228 -> 4396 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 4236 -> 4472 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 151672 -> 187952 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 2852 -> 3444 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 2552 -> 3140 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 2240 -> 2804 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 2228 -> 2396 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 2228 -> 2464 bytes
+ ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 151608 -> 187944 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf | Bin 8296 -> 9036 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,63.ttf    | Bin 7944 -> 8668 bytes
+ .../basics/Comfortaa-Regular-new.gids.61.ttf       | Bin 7588 -> 8304 bytes
+ .../basics/Comfortaa-Regular-new.gids.62.ttf       | Bin 7528 -> 8236 bytes
+ .../basics/Comfortaa-Regular-new.gids.63.ttf       | Bin 7516 -> 8220 bytes
+ ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 182876 -> 222212 bytes
+ ...Regular-new.keep-layout-drop-hints.61,62,63.ttf | Bin 3444 -> 0 bytes
+ ...aa-Regular-new.keep-layout-drop-hints.61,63.ttf | Bin 3140 -> 0 bytes
+ ...ortaa-Regular-new.keep-layout-drop-hints.61.ttf | Bin 2804 -> 0 bytes
+ ...ortaa-Regular-new.keep-layout-drop-hints.62.ttf | Bin 2396 -> 0 bytes
+ ...ortaa-Regular-new.keep-layout-drop-hints.63.ttf | Bin 2464 -> 0 bytes
+ ...keep-layout-drop-hints.retain-all-codepoint.ttf | Bin 187944 -> 0 bytes
+ .../Comfortaa-Regular-new.keep-layout.61,62,63.ttf | Bin 8100 -> 0 bytes
+ .../Comfortaa-Regular-new.keep-layout.61,63.ttf    | Bin 7736 -> 0 bytes
+ .../Comfortaa-Regular-new.keep-layout.61.ttf       | Bin 7360 -> 0 bytes
+ .../Comfortaa-Regular-new.keep-layout.62.ttf       | Bin 6796 -> 0 bytes
+ .../Comfortaa-Regular-new.keep-layout.63.ttf       | Bin 6844 -> 0 bytes
+ ...egular-new.keep-layout.retain-all-codepoint.ttf | Bin 222212 -> 0 bytes
+ .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 7132 -> 7840 bytes
+ .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 6776 -> 7476 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 6424 -> 7100 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 6368 -> 6536 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 6348 -> 6584 bytes
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 182616 -> 221952 bytes
+ ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 7392 -> 8100 bytes
+ .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 7036 -> 7736 bytes
+ .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 6684 -> 7360 bytes
+ .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 6628 -> 6796 bytes
+ .../Comfortaa-Regular-new.name-languages.63.ttf    | Bin 6608 -> 6844 bytes
+ ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 182876 -> 222212 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 7392 -> 8100 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 7036 -> 7736 bytes
+ .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 6684 -> 7360 bytes
+ .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 6628 -> 6796 bytes
+ .../Comfortaa-Regular-new.name-legacy.63.ttf       | Bin 6608 -> 6844 bytes
+ ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 182876 -> 222212 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 9384 -> 11688 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 9036 -> 11320 bytes
+ .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 8432 -> 10952 bytes
+ .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8628 -> 8796 bytes
+ .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 8616 -> 8852 bytes
+ ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 182940 -> 222224 bytes
+ ...ular-subset.keep-layout-drop-hints.61,62,63.ttf | Bin 1452 -> 0 bytes
+ ...Regular-subset.keep-layout-drop-hints.61,63.ttf | Bin 1276 -> 0 bytes
+ ...jo-Regular-subset.keep-layout-drop-hints.61.ttf | Bin 1128 -> 0 bytes
+ ...jo-Regular-subset.keep-layout-drop-hints.62.ttf | Bin 1140 -> 0 bytes
+ ...jo-Regular-subset.keep-layout-drop-hints.63.ttf | Bin 1104 -> 0 bytes
+ ...keep-layout-drop-hints.retain-all-codepoint.ttf | Bin 3536 -> 0 bytes
+ ...yeongjo-Regular-subset.keep-layout.61,62,63.ttf | Bin 4128 -> 0 bytes
+ ...umMyeongjo-Regular-subset.keep-layout.61,63.ttf | Bin 3580 -> 0 bytes
+ ...NanumMyeongjo-Regular-subset.keep-layout.61.ttf | Bin 3156 -> 0 bytes
+ ...NanumMyeongjo-Regular-subset.keep-layout.62.ttf | Bin 3180 -> 0 bytes
+ ...NanumMyeongjo-Regular-subset.keep-layout.63.ttf | Bin 3048 -> 0 bytes
+ ...lar-subset.keep-layout.retain-all-codepoint.ttf | Bin 9524 -> 0 bytes
+ .../basics/Roboto-Regular.abc.default.61,62,63.ttf | Bin 2168 -> 2452 bytes
+ .../basics/Roboto-Regular.abc.default.61,63.ttf    | Bin 1988 -> 2260 bytes
+ .../basics/Roboto-Regular.abc.default.61.ttf       | Bin 1792 -> 2048 bytes
+ .../basics/Roboto-Regular.abc.default.62.ttf       | Bin 1740 -> 1916 bytes
+ .../basics/Roboto-Regular.abc.default.63.ttf       | Bin 1716 -> 1972 bytes
+ ...to-Regular.abc.default.retain-all-codepoint.ttf | Bin 2168 -> 2452 bytes
+ ...Regular.abc.drop-hints-retain-gids.61,62,63.ttf | Bin 924 -> 1208 bytes
+ ...to-Regular.abc.drop-hints-retain-gids.61,63.ttf | Bin 856 -> 1136 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf | Bin 732 -> 988 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.62.ttf | Bin 704 -> 880 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.63.ttf | Bin 716 -> 972 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 924 -> 1208 bytes
+ .../Roboto-Regular.abc.drop-hints.61,62,63.ttf     | Bin 924 -> 1208 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf | Bin 848 -> 1120 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61.ttf    | Bin 732 -> 988 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.62.ttf    | Bin 700 -> 876 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.63.ttf    | Bin 704 -> 960 bytes
+ ...Regular.abc.drop-hints.retain-all-codepoint.ttf | Bin 924 -> 1208 bytes
+ .../basics/Roboto-Regular.abc.gids.61,62,63.ttf    | Bin 2168 -> 2452 bytes
+ .../basics/Roboto-Regular.abc.gids.61,63.ttf       | Bin 2168 -> 2452 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.61.ttf | Bin 2168 -> 2452 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.62.ttf | Bin 2168 -> 2452 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.63.ttf | Bin 2168 -> 2452 bytes
+ ...oboto-Regular.abc.gids.retain-all-codepoint.ttf | Bin 2168 -> 2452 bytes
+ ...Regular.abc.keep-layout-drop-hints.61,62,63.ttf | Bin 1208 -> 0 bytes
+ ...to-Regular.abc.keep-layout-drop-hints.61,63.ttf | Bin 1120 -> 0 bytes
+ ...oboto-Regular.abc.keep-layout-drop-hints.61.ttf | Bin 988 -> 0 bytes
+ ...oboto-Regular.abc.keep-layout-drop-hints.62.ttf | Bin 876 -> 0 bytes
+ ...oboto-Regular.abc.keep-layout-drop-hints.63.ttf | Bin 960 -> 0 bytes
+ ...keep-layout-drop-hints.retain-all-codepoint.ttf | Bin 1208 -> 0 bytes
+ .../Roboto-Regular.abc.keep-layout.61,62,63.ttf    | Bin 2452 -> 0 bytes
+ .../Roboto-Regular.abc.keep-layout.61,63.ttf       | Bin 2260 -> 0 bytes
+ .../basics/Roboto-Regular.abc.keep-layout.61.ttf   | Bin 2048 -> 0 bytes
+ .../basics/Roboto-Regular.abc.keep-layout.62.ttf   | Bin 1916 -> 0 bytes
+ .../basics/Roboto-Regular.abc.keep-layout.63.ttf   | Bin 1972 -> 0 bytes
+ ...egular.abc.keep-layout.retain-all-codepoint.ttf | Bin 2452 -> 0 bytes
+ .../Roboto-Regular.abc.name-ids.61,62,63.ttf       | Bin 2168 -> 2452 bytes
+ .../basics/Roboto-Regular.abc.name-ids.61,63.ttf   | Bin 1988 -> 2260 bytes
+ .../basics/Roboto-Regular.abc.name-ids.61.ttf      | Bin 1792 -> 2048 bytes
+ .../basics/Roboto-Regular.abc.name-ids.62.ttf      | Bin 1740 -> 1916 bytes
+ .../basics/Roboto-Regular.abc.name-ids.63.ttf      | Bin 1716 -> 1972 bytes
+ ...o-Regular.abc.name-ids.retain-all-codepoint.ttf | Bin 2168 -> 2452 bytes
+ .../Roboto-Regular.abc.name-languages.61,62,63.ttf | Bin 2168 -> 2452 bytes
+ .../Roboto-Regular.abc.name-languages.61,63.ttf    | Bin 1988 -> 2260 bytes
+ .../Roboto-Regular.abc.name-languages.61.ttf       | Bin 1792 -> 2048 bytes
+ .../Roboto-Regular.abc.name-languages.62.ttf       | Bin 1740 -> 1916 bytes
+ .../Roboto-Regular.abc.name-languages.63.ttf       | Bin 1716 -> 1972 bytes
+ ...lar.abc.name-languages.retain-all-codepoint.ttf | Bin 2168 -> 2452 bytes
+ .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    | Bin 2168 -> 2452 bytes
+ .../Roboto-Regular.abc.name-legacy.61,63.ttf       | Bin 1988 -> 2260 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.61.ttf   | Bin 1792 -> 2048 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.62.ttf   | Bin 1740 -> 1916 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.63.ttf   | Bin 1716 -> 1972 bytes
+ ...egular.abc.name-legacy.retain-all-codepoint.ttf | Bin 2168 -> 2452 bytes
+ .../Roboto-Regular.abc.retain-gids.61,62,63.ttf    | Bin 2168 -> 2452 bytes
+ .../Roboto-Regular.abc.retain-gids.61,63.ttf       | Bin 1996 -> 2276 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.61.ttf   | Bin 1792 -> 2048 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.62.ttf   | Bin 1748 -> 1924 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.63.ttf   | Bin 1732 -> 1988 bytes
+ ...egular.abc.retain-gids.retain-all-codepoint.ttf | Bin 2168 -> 2452 bytes
+ ...olorEmoji.subset.index_format3.default.2049.ttf | Bin 3112 -> 3108 bytes
+ ...rEmoji.subset.index_format3.default.38,2049.ttf | Bin 4080 -> 4076 bytes
+ ...rEmoji.subset.index_format3.default.38,20E3.ttf | Bin 3564 -> 3560 bytes
+ ...index_format3.default.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
+ ...oji.subset.index_format3.default.38,AE,2049.ttf | Bin 7536 -> 7536 bytes
+ ...oColorEmoji.subset.index_format3.default.39.ttf | Bin 1920 -> 1916 bytes
+ ...oColorEmoji.subset.index_format3.default.AE.ttf | Bin 4412 -> 4408 bytes
+ ...t.index_format3.drop-hints-retain-gids.2049.ttf | Bin 3136 -> 3132 bytes
+ ...ndex_format3.drop-hints-retain-gids.38,2049.ttf | Bin 4104 -> 4100 bytes
+ ...ndex_format3.drop-hints-retain-gids.38,20E3.ttf | Bin 3596 -> 3592 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
+ ...x_format3.drop-hints-retain-gids.38,AE,2049.ttf | Bin 7556 -> 7552 bytes
+ ...set.index_format3.drop-hints-retain-gids.39.ttf | Bin 1928 -> 1924 bytes
+ ...set.index_format3.drop-hints-retain-gids.AE.ttf | Bin 4428 -> 4424 bytes
+ ...rEmoji.subset.index_format3.drop-hints.2049.ttf | Bin 3112 -> 3108 bytes
+ ...oji.subset.index_format3.drop-hints.38,2049.ttf | Bin 4080 -> 4076 bytes
+ ...oji.subset.index_format3.drop-hints.38,20E3.ttf | Bin 3564 -> 3560 bytes
+ ...ex_format3.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
+ ....subset.index_format3.drop-hints.38,AE,2049.ttf | Bin 7536 -> 7536 bytes
+ ...lorEmoji.subset.index_format3.drop-hints.39.ttf | Bin 1920 -> 1916 bytes
+ ...lorEmoji.subset.index_format3.drop-hints.AE.ttf | Bin 4412 -> 4408 bytes
+ ...Emoji.subset.index_format3.retain-gids.2049.ttf | Bin 3136 -> 3132 bytes
+ ...ji.subset.index_format3.retain-gids.38,2049.ttf | Bin 4104 -> 4100 bytes
+ ...ji.subset.index_format3.retain-gids.38,20E3.ttf | Bin 3596 -> 3592 bytes
+ ...x_format3.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
+ ...subset.index_format3.retain-gids.38,AE,2049.ttf | Bin 7556 -> 7552 bytes
+ ...orEmoji.subset.index_format3.retain-gids.39.ttf | Bin 1928 -> 1924 bytes
+ ...orEmoji.subset.index_format3.retain-gids.AE.ttf | Bin 4428 -> 4424 bytes
+ ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 2180 -> 4192 bytes
+ .../SourceSansPro-Regular.default.61,62,63.otf     | Bin 1892 -> 3856 bytes
+ ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf | Bin 2008 -> 3144 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 19796 -> 30788 bytes
+ ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 1992 -> 30908 bytes
+ ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30208 -> 31336 bytes
+ ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin 2036 -> 3968 bytes
+ ...urceSansPro-Regular.desubroutinize.61,62,63.otf | Bin 1796 -> 3556 bytes
+ ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 1992 -> 3168 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 19636 -> 30500 bytes
+ ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 1868 -> 30668 bytes
+ ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30060 -> 31124 bytes
+ ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 1876 -> 3680 bytes
+ ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 1672 -> 3320 bytes
+ ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 1844 -> 2952 bytes
+ ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 19728 -> 30636 bytes
+ ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 1904 -> 30888 bytes
+ ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30072 -> 31104 bytes
+ ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 1960 -> 3820 bytes
+ .../SourceSansPro-Regular.drop-hints.61,62,63.otf  | Bin 1736 -> 3524 bytes
+ ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 1860 -> 2932 bytes
+ ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 19948 -> 31012 bytes
+ .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 2060 -> 31208 bytes
+ ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 30224 -> 31312 bytes
+ ...ubset.default.3042,3044,3046,3048,304A,304B.otf | Bin 3036 -> 4884 bytes
+ ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 3248 -> 6276 bytes
+ ...eHanSans-Regular_subset.default.61,63,65,6B.otf | Bin 2208 -> 2588 bytes
+ ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 3468 -> 6736 bytes
+ .../SourceHanSans-Regular_subset.default.660E.otf  | Bin 1928 -> 2456 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 8932 -> 129876 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 116080 -> 130920 bytes
+ ...bset.desubroutinize-retain-gids.61,63,65,6B.otf | Bin 3016 -> 3412 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 116264 -> 122048 bytes
+ ...ular_subset.desubroutinize-retain-gids.660E.otf | Bin 50224 -> 50760 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 2960 -> 4724 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 3144 -> 5928 bytes
+ ...s-Regular_subset.desubroutinize.61,63,65,6B.otf | Bin 2140 -> 2520 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 3264 -> 6232 bytes
+ ...eHanSans-Regular_subset.desubroutinize.660E.otf | Bin 1904 -> 2440 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 8672 -> 129448 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 115768 -> 130312 bytes
+ ...ints-desubroutinize-retain-gids.61,63,65,6B.otf | Bin 2892 -> 3288 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 115884 -> 121284 bytes
+ ....drop-hints-desubroutinize-retain-gids.660E.otf | Bin 50040 -> 50540 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 2800 -> 4420 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 2904 -> 5416 bytes
+ ...ubset.drop-hints-desubroutinize.61,63,65,6B.otf | Bin 2036 -> 2416 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 2972 -> 5556 bytes
+ ...gular_subset.drop-hints-desubroutinize.660E.otf | Bin 1812 -> 2308 bytes
+ ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 8740 -> 129576 bytes
+ ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 115864 -> 130604 bytes
+ ...r_subset.drop-hints-retain-gids.61,63,65,6B.otf | Bin 2852 -> 3248 bytes
+ ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 116084 -> 121776 bytes
+ ...-Regular_subset.drop-hints-retain-gids.660E.otf | Bin 50060 -> 50552 bytes
+ ...et.drop-hints.3042,3044,3046,3048,304A,304B.otf | Bin 2856 -> 4548 bytes
+ ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 2996 -> 5708 bytes
+ ...nSans-Regular_subset.drop-hints.61,63,65,6B.otf | Bin 2068 -> 2448 bytes
+ ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 3172 -> 6048 bytes
+ ...ourceHanSans-Regular_subset.drop-hints.660E.otf | Bin 1832 -> 2316 bytes
+ ...t.retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 9016 -> 130036 bytes
+ ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 116184 -> 131272 bytes
+ ...Sans-Regular_subset.retain-gids.61,63,65,6B.otf | Bin 3012 -> 3408 bytes
+ ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 116468 -> 122552 bytes
+ ...urceHanSans-Regular_subset.retain-gids.660E.otf | Bin 50244 -> 50776 bytes
+ .../TwemojiMozilla.subset.default.32,3297,3299.ttf | Bin 5624 -> 5712 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3297.ttf | Bin 5088 -> 5176 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3299.ttf | Bin 5264 -> 5352 bytes
+ .../colr/TwemojiMozilla.subset.default.32.ttf      | Bin 4664 -> 4748 bytes
+ .../TwemojiMozilla.subset.default.3297,3299.ttf    | Bin 5604 -> 5692 bytes
+ .../colr/TwemojiMozilla.subset.default.3297.ttf    | Bin 5068 -> 5152 bytes
+ .../colr/TwemojiMozilla.subset.default.3299.ttf    | Bin 5244 -> 5328 bytes
+ ....subset.drop-hints-retain-gids.32,3297,3299.ttf | Bin 5604 -> 5692 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3297.ttf | Bin 5084 -> 5172 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3299.ttf | Bin 5264 -> 5352 bytes
+ ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf | Bin 4644 -> 4728 bytes
+ ...lla.subset.drop-hints-retain-gids.3297,3299.ttf | Bin 5588 -> 5676 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3297.ttf | Bin 5064 -> 5148 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3299.ttf | Bin 5244 -> 5328 bytes
+ ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf | Bin 5604 -> 5692 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   | Bin 5068 -> 5156 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   | Bin 5244 -> 5332 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   | Bin 4644 -> 4728 bytes
+ .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf | Bin 5584 -> 5672 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf | Bin 5048 -> 5132 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf | Bin 5224 -> 5308 bytes
+ ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf | Bin 5624 -> 5712 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  | Bin 5104 -> 5192 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  | Bin 5284 -> 5372 bytes
+ .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  | Bin 4664 -> 4748 bytes
+ ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf | Bin 5608 -> 5696 bytes
+ .../TwemojiMozilla.subset.retain-gids.3297.ttf     | Bin 5084 -> 5168 bytes
+ .../TwemojiMozilla.subset.retain-gids.3299.ttf     | Bin 5264 -> 5348 bytes
+ .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 2984 -> 4656 bytes
+ .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2580 -> 3904 bytes
+ .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 2944 -> 3976 bytes
+ ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1436 -> 2532 bytes
+ .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1228 -> 2116 bytes
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1464 -> 2192 bytes
+ ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 3572 -> 6876 bytes
+ .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 3540 -> 6552 bytes
+ ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4032 -> 6136 bytes
+ ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 3572 -> 6612 bytes
+ ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 3540 -> 6356 bytes
+ ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4032 -> 5880 bytes
+ .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  | Bin 2108 -> 2344 bytes
+ .../japanese/Mplus1p-Regular.default.25771.ttf     | Bin 1824 -> 1992 bytes
+ ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 2532 -> 2704 bytes
+ ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2776 -> 2948 bytes
+ .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2076 -> 2324 bytes
+ ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3072 -> 3244 bytes
+ .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 1816 -> 1984 bytes
+ ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf | Bin 1380 -> 1616 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  | Bin 1096 -> 1264 bytes
+ ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 1804 -> 1976 bytes
+ ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2048 -> 2220 bytes
+ .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1348 -> 1596 bytes
+ ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2344 -> 2516 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1088 -> 1256 bytes
+ ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttf | Bin 2148 -> 2344 bytes
+ .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf   | Bin 1860 -> 1992 bytes
+ ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttf | Bin 2572 -> 2704 bytes
+ ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2816 -> 2948 bytes
+ .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttf      | Bin 2116 -> 2324 bytes
+ ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3112 -> 3244 bytes
+ .../japanese/Mplus1p-Regular.keep-gdef.660E.ttf    | Bin 1852 -> 1984 bytes
+ ...ext1_multiple_subrules_f1.default.41,42,43.otf} | Bin
+ ...ontext1_multiple_subrules_f1.default.41,42.otf} | Bin
+ ...ontext1_multiple_subrules_f1.default.41,43.otf} | Bin
+ ...s_context1_multiple_subrules_f1.default.41.otf} | Bin
+ ...e_subrules_f1.default.retain-all-codepoint.otf} | Bin
+ ..._multiple_subrules_f1.retain-gids.41,42,43.otf} | Bin
+ ...xt1_multiple_subrules_f1.retain-gids.41,42.otf} | Bin
+ ...xt1_multiple_subrules_f1.retain-gids.41,43.otf} | Bin
+ ...ntext1_multiple_subrules_f1.retain-gids.41.otf} | Bin
+ ...brules_f1.retain-gids.retain-all-codepoint.otf} | Bin
+ ...ext2_multiple_subrules_f1.default.41,42,43.otf} | Bin
+ ...ontext2_multiple_subrules_f1.default.41,42.otf} | Bin
+ ...ontext2_multiple_subrules_f1.default.41,43.otf} | Bin
+ ...s_context2_multiple_subrules_f1.default.41.otf} | Bin
+ ...e_subrules_f1.default.retain-all-codepoint.otf} | Bin
+ ..._multiple_subrules_f1.retain-gids.41,42,43.otf} | Bin
+ ...xt2_multiple_subrules_f1.retain-gids.41,42.otf} | Bin
+ ...xt2_multiple_subrules_f1.retain-gids.41,43.otf} | Bin
+ ...ntext2_multiple_subrules_f1.retain-gids.41.otf} | Bin
+ ...brules_f1.retain-gids.retain-all-codepoint.otf} | Bin
+ ...> gpos_context3_simple_f1.default.41,42,43.otf} | Bin
+ ...f => gpos_context3_simple_f1.default.41,42.otf} | Bin
+ ...f => gpos_context3_simple_f1.default.41,43.otf} | Bin
+ ....otf => gpos_context3_simple_f1.default.41.otf} | Bin
+ ...xt3_simple_f1.default.retain-all-codepoint.otf} | Bin
+ ...os_context3_simple_f1.retain-gids.41,42,43.otf} | Bin
+ ... gpos_context3_simple_f1.retain-gids.41,42.otf} | Bin
+ ... gpos_context3_simple_f1.retain-gids.41,43.otf} | Bin
+ ... => gpos_context3_simple_f1.retain-gids.41.otf} | Bin
+ ...simple_f1.retain-gids.retain-all-codepoint.otf} | Bin
+ .../IndicTestJalandhar-Regular.default.A01.ttf     | Bin 4088 -> 4220 bytes
+ .../IndicTestJalandhar-Regular.default.A05,A06.ttf | Bin 4652 -> 4796 bytes
+ .../IndicTestJalandhar-Regular.default.A07,A1B.ttf | Bin 4620 -> 4768 bytes
+ ...andhar-Regular.default.retain-all-codepoint.ttf | Bin 28176 -> 49288 bytes
+ .../IndicTestJalandhar-Regular.drop-hints.A01.ttf  | Bin 948 -> 1080 bytes
+ ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttf | Bin 1244 -> 1388 bytes
+ ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttf | Bin 1240 -> 1388 bytes
+ ...har-Regular.drop-hints.retain-all-codepoint.ttf | Bin 15200 -> 29504 bytes
+ .../IndicTestJalandhar-Regular.keep-gdef.A01.ttf   | Bin 4140 -> 4220 bytes
+ ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttf | Bin 4716 -> 4796 bytes
+ ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttf | Bin 4688 -> 4768 bytes
+ ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf | Bin 28604 -> 49288 bytes
+ .../AdobeVFPrototype.default.41,42,43,57.otf       | Bin 4960 -> 5460 bytes
+ .../AdobeVFPrototype.default.41,42,43.otf          | Bin 4540 -> 4932 bytes
+ .../AdobeVFPrototype.default.41,42.otf             | Bin 4132 -> 4452 bytes
+ .../AdobeVFPrototype.default.41,56,57.otf          | Bin 4152 -> 4600 bytes
+ .../AdobeVFPrototype.default.41.otf                | Bin 3468 -> 3748 bytes
+ .../AdobeVFPrototype.default.42,57.otf             | Bin 4208 -> 4584 bytes
+ .../AdobeVFPrototype.drop-hints.41,42,43,57.otf    | Bin 4772 -> 5180 bytes
+ .../AdobeVFPrototype.drop-hints.41,42,43.otf       | Bin 4352 -> 4688 bytes
+ .../AdobeVFPrototype.drop-hints.41,42.otf          | Bin 3944 -> 4236 bytes
+ .../AdobeVFPrototype.drop-hints.41,56,57.otf       | Bin 3964 -> 4348 bytes
+ .../AdobeVFPrototype.drop-hints.41.otf             | Bin 3280 -> 3552 bytes
+ .../AdobeVFPrototype.drop-hints.42,57.otf          | Bin 4020 -> 4364 bytes
+ ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.otf | Bin 5400 -> 5460 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.otf   | Bin 4872 -> 4932 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42.otf      | Bin 4392 -> 4452 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.otf   | Bin 4540 -> 4600 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41.otf         | Bin 3688 -> 3748 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.42,57.otf      | Bin 4524 -> 4584 bytes
+ .../Roboto-Regular.default.1E00,303.ttf            | Bin 2456 -> 2720 bytes
+ .../layout.gdef/Roboto-Regular.default.303.ttf     | Bin 2128 -> 2312 bytes
+ .../Roboto-Regular.default.309,20,30F.ttf          | Bin 2220 -> 2408 bytes
+ .../layout.gdef/Roboto-Regular.default.323.ttf     | Bin 2020 -> 2204 bytes
+ .../Roboto-Regular.default.41,42,43.ttf            | Bin 2480 -> 3668 bytes
+ .../Roboto-Regular.drop-hints.1E00,303.ttf         | Bin 1204 -> 1468 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  | Bin 1012 -> 1196 bytes
+ .../Roboto-Regular.drop-hints.309,20,30F.ttf       | Bin 1068 -> 1256 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  | Bin 952 -> 1136 bytes
+ .../Roboto-Regular.drop-hints.41,42,43.ttf         | Bin 1188 -> 2036 bytes
+ .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf     | Bin 2648 -> 2720 bytes
+ .../Roboto-Regular.keep-gdef-gpos.303.ttf          | Bin 2240 -> 2312 bytes
+ .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf   | Bin 2336 -> 2408 bytes
+ .../Roboto-Regular.keep-gdef-gpos.323.ttf          | Bin 2132 -> 2204 bytes
+ .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     | Bin 2728 -> 3668 bytes
+ ...ut.41,43.otf => gpos1_2_font.default.41,43.otf} | Bin
+ ...ut.41,46.otf => gpos1_2_font.default.41,46.otf} | Bin
+ ...p-layout.41.otf => gpos1_2_font.default.41.otf} | Bin
+ ...ut.42,44.otf => gpos1_2_font.default.42,44.otf} | Bin
+ ...ut.43,46.otf => gpos1_2_font.default.43,46.otf} | Bin
+ ... gpos1_2_font.default.retain-all-codepoint.otf} | Bin
+ ...1,43.otf => gpos1_2_font.retain-gids.41,43.otf} | Bin
+ ...1,46.otf => gpos1_2_font.retain-gids.41,46.otf} | Bin
+ ...gids.41.otf => gpos1_2_font.retain-gids.41.otf} | Bin
+ ...2,44.otf => gpos1_2_font.retain-gids.42,44.otf} | Bin
+ ...3,46.otf => gpos1_2_font.retain-gids.43,46.otf} | Bin
+ ...s1_2_font.retain-gids.retain-all-codepoint.otf} | Bin
+ ...3,25.otf => gpos2_1_font7.default.21,23,25.otf} | Bin
+ ...t.21,23.otf => gpos2_1_font7.default.21,23.otf} | Bin
+ ...t.2E,23.otf => gpos2_1_font7.default.2E,23.otf} | Bin
+ ...2,43.otf => gpos2_1_font7.default.41,42,43.otf} | Bin
+ ...gpos2_1_font7.default.retain-all-codepoint.otf} | Bin
+ ....otf => gpos2_1_font7.retain-gids.21,23,25.otf} | Bin
+ ...,23.otf => gpos2_1_font7.retain-gids.21,23.otf} | Bin
+ ...,23.otf => gpos2_1_font7.retain-gids.2E,23.otf} | Bin
+ ....otf => gpos2_1_font7.retain-gids.41,42,43.otf} | Bin
+ ...2_1_font7.retain-gids.retain-all-codepoint.otf} | Bin
+ ...3,25.otf => gpos2_2_font5.default.21,23,25.otf} | Bin
+ ...t.21,23.otf => gpos2_2_font5.default.21,23.otf} | Bin
+ ...t.2E,23.otf => gpos2_2_font5.default.2E,23.otf} | Bin
+ ...2,43.otf => gpos2_2_font5.default.41,42,43.otf} | Bin
+ ...gpos2_2_font5.default.retain-all-codepoint.otf} | Bin
+ ....otf => gpos2_2_font5.retain-gids.21,23,25.otf} | Bin
+ ...,23.otf => gpos2_2_font5.retain-gids.21,23.otf} | Bin
+ ...,23.otf => gpos2_2_font5.retain-gids.2E,23.otf} | Bin
+ ....otf => gpos2_2_font5.retain-gids.41,42,43.otf} | Bin
+ ...2_2_font5.retain-gids.retain-all-codepoint.otf} | Bin
+ ...out.28,29.otf => gpos3_font3.default.28,29.otf} | Bin
+ ...out.28,2B.otf => gpos3_font3.default.28,2B.otf} | Bin
+ ...out.29,2B.otf => gpos3_font3.default.29,2B.otf} | Bin
+ ...,42,43.otf => gpos3_font3.default.41,42,43.otf} | Bin
+ ...> gpos3_font3.default.retain-all-codepoint.otf} | Bin
+ ...28,29.otf => gpos3_font3.retain-gids.28,29.otf} | Bin
+ ...28,2B.otf => gpos3_font3.retain-gids.28,2B.otf} | Bin
+ ...29,2B.otf => gpos3_font3.retain-gids.29,2B.otf} | Bin
+ ...43.otf => gpos3_font3.retain-gids.41,42,43.otf} | Bin
+ ...os3_font3.retain-gids.retain-all-codepoint.otf} | Bin
+ ...os4_multiple_anchors_1.default.41,42,43,44.otf} | Bin
+ ...os4_multiple_anchors_1.default.41,42,43,45.otf} | Bin
+ ... gpos4_multiple_anchors_1.default.41,42,43.otf} | Bin
+ ... => gpos4_multiple_anchors_1.default.41,42.otf} | Bin
+ ..._multiple_anchors_1.default.41,43,44,45,46.otf} | Bin
+ ... gpos4_multiple_anchors_1.default.41,43,44.otf} | Bin
+ ... gpos4_multiple_anchors_1.default.41,43,45.otf} | Bin
+ ... => gpos4_multiple_anchors_1.default.41,43.otf} | Bin
+ ...otf => gpos4_multiple_anchors_1.default.41.otf} | Bin
+ ...ple_anchors_1.default.retain-all-codepoint.otf} | Bin
+ ...multiple_anchors_1.retain-gids.41,42,43,44.otf} | Bin
+ ...multiple_anchors_1.retain-gids.41,42,43,45.otf} | Bin
+ ...s4_multiple_anchors_1.retain-gids.41,42,43.otf} | Bin
+ ...gpos4_multiple_anchors_1.retain-gids.41,42.otf} | Bin
+ ...tiple_anchors_1.retain-gids.41,43,44,45,46.otf} | Bin
+ ...s4_multiple_anchors_1.retain-gids.41,43,44.otf} | Bin
+ ...s4_multiple_anchors_1.retain-gids.41,43,45.otf} | Bin
+ ...gpos4_multiple_anchors_1.retain-gids.41,43.otf} | Bin
+ ...=> gpos4_multiple_anchors_1.retain-gids.41.otf} | Bin
+ ...anchors_1.retain-gids.retain-all-codepoint.otf} | Bin
+ ...,44.otf => gpos5_font1.default.41,42,43,44.otf} | Bin
+ ...,45.otf => gpos5_font1.default.41,42,43,45.otf} | Bin
+ ...,42,43.otf => gpos5_font1.default.41,42,43.otf} | Bin
+ ...,42,44.otf => gpos5_font1.default.41,42,44.otf} | Bin
+ ...,42,45.otf => gpos5_font1.default.41,42,45.otf} | Bin
+ ...out.41,42.otf => gpos5_font1.default.41,42.otf} | Bin
+ ...out.41,43.otf => gpos5_font1.default.41,43.otf} | Bin
+ ...ep-layout.41.otf => gpos5_font1.default.41.otf} | Bin
+ ...ep-layout.42.otf => gpos5_font1.default.42.otf} | Bin
+ ...> gpos5_font1.default.retain-all-codepoint.otf} | Bin
+ ...otf => gpos5_font1.retain-gids.41,42,43,44.otf} | Bin
+ ...otf => gpos5_font1.retain-gids.41,42,43,45.otf} | Bin
+ ...43.otf => gpos5_font1.retain-gids.41,42,43.otf} | Bin
+ ...44.otf => gpos5_font1.retain-gids.41,42,44.otf} | Bin
+ ...45.otf => gpos5_font1.retain-gids.41,42,45.otf} | Bin
+ ...41,42.otf => gpos5_font1.retain-gids.41,42.otf} | Bin
+ ...41,43.otf => gpos5_font1.retain-gids.41,43.otf} | Bin
+ ...-gids.41.otf => gpos5_font1.retain-gids.41.otf} | Bin
+ ...-gids.42.otf => gpos5_font1.retain-gids.42.otf} | Bin
+ ...os5_font1.retain-gids.retain-all-codepoint.otf} | Bin
+ ...,44.otf => gpos6_font1.default.41,42,43,44.otf} | Bin
+ ...,45.otf => gpos6_font1.default.41,42,43,45.otf} | Bin
+ ...,42,43.otf => gpos6_font1.default.41,42,43.otf} | Bin
+ ...out.41,42.otf => gpos6_font1.default.41,42.otf} | Bin
+ ....otf => gpos6_font1.default.41,43,44,45,46.otf} | Bin
+ ...,43,44.otf => gpos6_font1.default.41,43,44.otf} | Bin
+ ...,43,45.otf => gpos6_font1.default.41,43,45.otf} | Bin
+ ...out.41,43.otf => gpos6_font1.default.41,43.otf} | Bin
+ ...ep-layout.41.otf => gpos6_font1.default.41.otf} | Bin
+ ...> gpos6_font1.default.retain-all-codepoint.otf} | Bin
+ ...otf => gpos6_font1.retain-gids.41,42,43,44.otf} | Bin
+ ...otf => gpos6_font1.retain-gids.41,42,43,45.otf} | Bin
+ ...43.otf => gpos6_font1.retain-gids.41,42,43.otf} | Bin
+ ...41,42.otf => gpos6_font1.retain-gids.41,42.otf} | Bin
+ ... => gpos6_font1.retain-gids.41,43,44,45,46.otf} | Bin
+ ...44.otf => gpos6_font1.retain-gids.41,43,44.otf} | Bin
+ ...45.otf => gpos6_font1.retain-gids.41,43,45.otf} | Bin
+ ...41,43.otf => gpos6_font1.retain-gids.41,43.otf} | Bin
+ ...-gids.41.otf => gpos6_font1.retain-gids.41.otf} | Bin
+ ...os6_font1.retain-gids.retain-all-codepoint.otf} | Bin
+ ...lar.default.627,644,623,62D,644,627,645,2E.ttf} | Bin
+ ...f => Amiri-Regular.default.627,644,62D,628.ttf} | Bin
+ ...7,644.ttf => Amiri-Regular.default.627,644.ttf} | Bin
+ ...Regular.default.633,645,627,621,20,644,627.ttf} | Bin
+ ...1.ttf => Amiri-Regular.default.63A,64A,631.ttf} | Bin
+ ...retain-gids.627,644,623,62D,644,627,645,2E.ttf} | Bin
+ ... Amiri-Regular.retain-gids.627,644,62D,628.ttf} | Bin
+ ...4.ttf => Amiri-Regular.retain-gids.627,644.ttf} | Bin
+ ...lar.retain-gids.633,645,627,621,20,644,627.ttf} | Bin
+ ...f => Amiri-Regular.retain-gids.63A,64A,631.ttf} | Bin
+ ...1_multiple_subrules_f1.default.30,31,32,33.otf} | Bin
+ ...ing1_multiple_subrules_f1.default.41,42,43.otf} | Bin
+ ...e_subrules_f1.default.retain-all-codepoint.otf} | Bin
+ ...ltiple_subrules_f1.retain-gids.30,31,32,33.otf} | Bin
+ ..._multiple_subrules_f1.retain-gids.41,42,43.otf} | Bin
+ ...brules_f1.retain-gids.retain-all-codepoint.otf} | Bin
+ ...2_multiple_subrules_f1.default.30,31,32,33.otf} | Bin
+ ...ing2_multiple_subrules_f1.default.41,42,43.otf} | Bin
+ ...e_subrules_f1.default.retain-all-codepoint.otf} | Bin
+ ...ltiple_subrules_f1.retain-gids.30,31,32,33.otf} | Bin
+ ..._multiple_subrules_f1.retain-gids.41,42,43.otf} | Bin
+ ...brules_f1.retain-gids.retain-all-codepoint.otf} | Bin
+ ...os_chaining3_simple_f1.default.30,31,32,33.otf} | Bin
+ ... gpos_chaining3_simple_f1.default.41,42,43.otf} | Bin
+ ...ng3_simple_f1.default.retain-all-codepoint.otf} | Bin
+ ...haining3_simple_f1.retain-gids.30,31,32,33.otf} | Bin
+ ...s_chaining3_simple_f1.retain-gids.41,42,43.otf} | Bin
+ ...simple_f1.retain-gids.retain-all-codepoint.otf} | Bin
+ ...out.41,42.otf => gpos9_font2.default.41,42.otf} | Bin
+ ...ep-layout.41.otf => gpos9_font2.default.41.otf} | Bin
+ ...ep-layout.42.otf => gpos9_font2.default.42.otf} | Bin
+ ...41,42.otf => gpos9_font2.retain-gids.41,42.otf} | Bin
+ ...-gids.41.otf => gpos9_font2.retain-gids.41.otf} | Bin
+ ...-gids.42.otf => gpos9_font2.retain-gids.42.otf} | Bin
+ ...b_alternate_substitution.default.53A9,53F1.otf} | Bin
+ ...> gsub_alternate_substitution.default.53A9.otf} | Bin
+ ...> gsub_alternate_substitution.default.53F1.otf} | Bin
+ ..._substitution.default.retain-all-codepoint.otf} | Bin
+ ...ternate_substitution.retain-gids.53A9,53F1.otf} | Bin
+ ...ub_alternate_substitution.retain-gids.53A9.otf} | Bin
+ ...ub_alternate_substitution.retain-gids.53F1.otf} | Bin
+ ...stitution.retain-gids.retain-all-codepoint.otf} | Bin
+ ...ext1_multiple_subrules_f2.default.41,42,43.otf} | Bin
+ ...ontext1_multiple_subrules_f2.default.41,42.otf} | Bin
+ ...ontext1_multiple_subrules_f2.default.41,43.otf} | Bin
+ ...b_context1_multiple_subrules_f2.default.41.otf} | Bin
+ ...e_subrules_f2.default.retain-all-codepoint.otf} | Bin
+ ..._multiple_subrules_f2.retain-gids.41,42,43.otf} | Bin
+ ...xt1_multiple_subrules_f2.retain-gids.41,42.otf} | Bin
+ ...xt1_multiple_subrules_f2.retain-gids.41,43.otf} | Bin
+ ...ntext1_multiple_subrules_f2.retain-gids.41.otf} | Bin
+ ...brules_f2.retain-gids.retain-all-codepoint.otf} | Bin
+ ...ext2_multiple_subrules_f2.default.41,42,43.otf} | Bin
+ ...ontext2_multiple_subrules_f2.default.41,42.otf} | Bin
+ ...ontext2_multiple_subrules_f2.default.41,43.otf} | Bin
+ ...b_context2_multiple_subrules_f2.default.41.otf} | Bin
+ ...e_subrules_f2.default.retain-all-codepoint.otf} | Bin
+ ..._multiple_subrules_f2.retain-gids.41,42,43.otf} | Bin
+ ...xt2_multiple_subrules_f2.retain-gids.41,42.otf} | Bin
+ ...xt2_multiple_subrules_f2.retain-gids.41,43.otf} | Bin
+ ...ntext2_multiple_subrules_f2.retain-gids.41.otf} | Bin
+ ...brules_f2.retain-gids.retain-all-codepoint.otf} | Bin
+ ...ub_context3_successive_f1.default.41,42,43.otf} | Bin
+ ... gsub_context3_successive_f1.default.41,42.otf} | Bin
+ ... gsub_context3_successive_f1.default.41,43.otf} | Bin
+ ... => gsub_context3_successive_f1.default.41.otf} | Bin
+ ...successive_f1.default.retain-all-codepoint.otf} | Bin
+ ...ontext3_successive_f1.retain-gids.41,42,43.otf} | Bin
+ ...b_context3_successive_f1.retain-gids.41,42.otf} | Bin
+ ...b_context3_successive_f1.retain-gids.41,43.otf} | Bin
+ ...gsub_context3_successive_f1.retain-gids.41.otf} | Bin
+ ...essive_f1.retain-gids.retain-all-codepoint.otf} | Bin
+ ...1_multiple_subrules_f1.default.30,31,32,33.otf} | Bin
+ ...ing1_multiple_subrules_f1.default.41,42,43.otf} | Bin
+ ...e_subrules_f1.default.retain-all-codepoint.otf} | Bin
+ ...ltiple_subrules_f1.retain-gids.30,31,32,33.otf} | Bin
+ ..._multiple_subrules_f1.retain-gids.41,42,43.otf} | Bin
+ ...brules_f1.retain-gids.retain-all-codepoint.otf} | Bin
+ ...2_multiple_subrules_f1.default.30,31,32,33.otf} | Bin
+ ...ing2_multiple_subrules_f1.default.41,42,43.otf} | Bin
+ ...e_subrules_f1.default.retain-all-codepoint.otf} | Bin
+ ...ltiple_subrules_f1.retain-gids.30,31,32,33.otf} | Bin
+ ..._multiple_subrules_f1.retain-gids.41,42,43.otf} | Bin
+ ...brules_f1.retain-gids.retain-all-codepoint.otf} | Bin
+ ...ub_chaining3_simple_f2.default.30,31,32,33.otf} | Bin
+ ... gsub_chaining3_simple_f2.default.41,42,43.otf} | Bin
+ ...ng3_simple_f2.default.retain-all-codepoint.otf} | Bin
+ ...haining3_simple_f2.retain-gids.30,31,32,33.otf} | Bin
+ ...b_chaining3_simple_f2.retain-gids.41,42,43.otf} | Bin
+ ...simple_f2.retain-gids.retain-all-codepoint.otf} | Bin
+ ...created.default.41,42,43,44,45,46,47,48,49.otf} | Bin
+ ...ually_created.default.41,42,43,44,45,46,47.otf} | Bin
+ ...ually_created.default.41,42,43,44,45,46,4D.otf} | Bin
+ ...ually_created.default.41,42,43,44,45,46,51.otf} | Bin
+ ...manually_created.default.41,42,43,44,45,46.otf} | Bin
+ ...=> gsub8_manually_created.default.41,42,43.otf} | Bin
+ ...1.otf => gsub8_manually_created.default.41.otf} | Bin
+ ...1.otf => gsub8_manually_created.default.61.otf} | Bin
+ ...ually_created.default.retain-all-codepoint.otf} | Bin
+ ...ted.retain-gids.41,42,43,44,45,46,47,48,49.otf} | Bin
+ ...y_created.retain-gids.41,42,43,44,45,46,47.otf} | Bin
+ ...y_created.retain-gids.41,42,43,44,45,46,4D.otf} | Bin
+ ...y_created.retain-gids.41,42,43,44,45,46,51.otf} | Bin
+ ...ally_created.retain-gids.41,42,43,44,45,46.otf} | Bin
+ ...sub8_manually_created.retain-gids.41,42,43.otf} | Bin
+ ...f => gsub8_manually_created.retain-gids.41.otf} | Bin
+ ...f => gsub8_manually_created.retain-gids.61.otf} | Bin
+ ...y_created.retain-gids.retain-all-codepoint.otf} | Bin
+ .../Khmer.keep-layout-retain-gids.1780.ttf         | Bin 4464 -> 0 bytes
+ ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 7848 -> 0 bytes
+ .../Khmer.keep-layout-retain-gids.31.ttf           | Bin 4256 -> 0 bytes
+ .../layout.khmer/Khmer.keep-layout.1780.ttf        | Bin 4204 -> 0 bytes
+ ...out.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 6412 -> 0 bytes
+ .../expected/layout.khmer/Khmer.keep-layout.31.ttf | Bin 4140 -> 0 bytes
+ ...oNastaliqUrdu-Bold.retain-gids.627,644,62D.ttf} | Bin
+ ... Roboto-Regular.smallcaps.default.41,42,43.ttf} | Bin
+ ... => Roboto-Regular.smallcaps.default.41,43.ttf} | Bin
+ ...ttf => Roboto-Regular.smallcaps.default.41.ttf} | Bin
+ ...ttf => Roboto-Regular.smallcaps.default.43.ttf} | Bin
+ ... => Roboto-Regular.smallcaps.default.CA,CB.ttf} | Bin
+ ...oto-Regular.smallcaps.retain-gids.41,42,43.ttf} | Bin
+ ...Roboto-Regular.smallcaps.retain-gids.41,43.ttf} | Bin
+ ...=> Roboto-Regular.smallcaps.retain-gids.41.ttf} | Bin
+ ...=> Roboto-Regular.smallcaps.retain-gids.43.ttf} | Bin
+ ...Roboto-Regular.smallcaps.retain-gids.CA,CB.ttf} | Bin
+ .../Fraunces.keep-layout.26,66,69,124,125.ttf      | Bin 18496 -> 0 bytes
+ .../expected/variable/Fraunces.keep-layout.61.ttf  | Bin 5880 -> 0 bytes
+ .../data/profiles/keep-layout-drop-hints.txt       |   2 --
+ .../data/profiles/keep-layout-retain-gids.txt      |   2 --
+ test/subset/data/profiles/keep-layout.txt          |   1 -
+ test/subset/data/tests/basics.tests                |   2 --
+ test/subset/data/tests/layout.context.tests        |   4 ++--
+ test/subset/data/tests/layout.gpos.tests           |   4 ++--
+ test/subset/data/tests/layout.gpos2.tests          |   4 ++--
+ test/subset/data/tests/layout.gpos3.tests          |   4 ++--
+ test/subset/data/tests/layout.gpos4.tests          |   4 ++--
+ test/subset/data/tests/layout.gpos5.tests          |   4 ++--
+ test/subset/data/tests/layout.gpos6.tests          |   4 ++--
+ test/subset/data/tests/layout.gpos8.amiri.tests    |   4 ++--
+ test/subset/data/tests/layout.gpos8.tests          |   4 ++--
+ test/subset/data/tests/layout.gpos9.tests          |   4 ++--
+ test/subset/data/tests/layout.gsub3.tests          |   4 ++--
+ test/subset/data/tests/layout.gsub5.tests          |   4 ++--
+ test/subset/data/tests/layout.gsub6.tests          |   4 ++--
+ test/subset/data/tests/layout.gsub8.tests          |   4 ++--
+ test/subset/data/tests/layout.khmer.tests          |   4 ++--
+ .../data/tests/layout.notonastaliqurdu.tests       |   2 +-
+ test/subset/data/tests/layout.tests                |   4 ++--
+ test/subset/data/tests/variable.tests              |   2 +-
+ test/subset/generate-expected-outputs.py           |   2 +-
+ test/subset/run-tests.py                           |   2 +-
+ 614 files changed, 36 insertions(+), 46 deletions(-)
+
+commit 425ba1f4ab4fd1ee0245bc822336d26bd1755c52
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Apr 19 18:01:24 2021 -0700
+
+    [subset] fixes infinite loop in hb_set_get_max().
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5363902507515904
+
+ src/hb-set.hh                                            |   2 +-
+ test/api/test-set.c                                      |   7 ++++++-
+ ...-testcase-minimized-hb-subset-fuzzer-5363902507515904 | Bin 0 -> 1683 bytes
+ 3 files changed, 7 insertions(+), 2 deletions(-)
+
+commit ec4321068b9de1ea2730b8a62dda7cb23d064303
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Apr 19 17:18:05 2021 -0700
+
+    [subset] fix infinite loop caused by alloc failure in repacker.
+    
+    Fixes: https://oss-fuzz.com/testcase-detail/5609112151916544.
+
+ src/hb-repacker.hh                                      |   8 ++++----
+ ...testcase-minimized-hb-subset-fuzzer-5609112151916544 | Bin 0 -> 80225 bytes
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 0e845d973e2bf15b56cf68af9db778d1258b7709
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Apr 19 16:09:37 2021 -0700
+
+    [subset] fix memory leak in repacker caused by failed alloc.
+    
+    Fixes: https://oss-fuzz.com/testcase-detail/5616763250278400.
+
+ src/hb-repacker.hh                                      |   4 +++-
+ ...testcase-minimized-hb-subset-fuzzer-5616763250278400 | Bin 0 -> 97363 bytes
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit 3fb62cdc141d2d30ba0fc4a173dd50e7c1d56466
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Apr 5 15:48:34 2021 -0700
+
+    [subset] fail on offset overflow in tables that we don't repack.
+    
+    Fixes: https://oss-fuzz.com/testcase-detail/5229304507138048
+
+ src/hb-subset.cc                                        |   5 ++++-
+ ...testcase-minimized-hb-subset-fuzzer-5229304507138048 | Bin 0 -> 56552 bytes
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit 19e096aa97b1b3af21313df5250a937ddfece7fb
+Merge: ed2ee8a8c 23a28f5ad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 16 14:35:04 2021 -0600
+
+    Merge pull request #2067 from harfbuzz/null-size
+    
+    Avoid undefined-behavior, another try
+
+commit ed2ee8a8c26dc39e39172c169d8a0d434083fefe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 16 13:53:43 2021 -0600
+
+    Revert "Disable -Wunused-macros under GCC"
+    
+    This reverts commit 1b1413246b8b4a9c6f7e0aac16afd6d110c142cf.
+    
+    Err. It wasn't working. We already have that disabled in the files it
+    is warning about. Doesn't work.
+
+ src/hb.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 47cbf8f2c49ae82b85bf1edb211ade257f009800
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 30 21:01:44 2021 -0600
+
+    [test] Silence more compiler warnings
+
+ test/api/test-unicode.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 1b1413246b8b4a9c6f7e0aac16afd6d110c142cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 30 20:54:20 2021 -0600
+
+    Disable -Wunused-macros under GCC
+    
+    Since the pragram in hb-ot-shape-complex-indic-table.cc didn't seem to
+    silence GCC, eg:
+    
+    ../../src/hb-ot-shape-complex-indic-table.cc:55: warning: macro "ISC_TL" is not used [-Wunused-macros]
+       55 | #define ISC_TL   INDIC_SYLLABIC_CATEGORY_TONE_LETTER                 /*    7 chars; Tone_Letter */
+    
+    disable it at compiler level.
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 23a28f5ad059a45ff861a06a63d8537dab7f81b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 16 13:22:05 2021 -0600
+
+    Avoid undefined-behavior
+    
+    If a struct had (because it's a union) sizeof that is larger than the null_size,
+    we were providing only null_size bytes for its Null object. We know we'd never
+    access beyond that, but is undefined-behavior nonetheless according to the
+    standard.
+    
+    The alternative fix would have required use of flexible-arrays, which are not
+    standard and have their own issues in various compiler. We've discussed that
+    extensively in the follow Mozilla issue (currently locked; I've asked that it
+    be opened):
+    
+      https://bugzilla.mozilla.org/show_bug.cgi?id=1577584
+    
+    Part of
+    https://github.com/harfbuzz/harfbuzz/pull/2067
+
+ src/hb-null.hh | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit 499248c533eaf88f20920bc438a939989a359956
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 16 13:14:48 2021 -0600
+
+    [blob] Use min_size, instead of null_size in .as<T>()
+    
+    Part of https://github.com/harfbuzz/harfbuzz/pull/2067
+
+ src/hb-array.hh | 2 +-
+ src/hb-null.hh  | 9 ++++++++-
+ 2 files changed, 9 insertions(+), 2 deletions(-)
+
+commit a4fb5da984d1dc50e419298a6212a0f53b4f761f
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Apr 16 14:10:37 2021 +0200
+
+    [ci] Enable DirectWrite in win32 tarballs
+
+ .ci/build-win32.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f2240d12c2a847afda0eb2da635694ca2346de65
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Apr 16 02:37:11 2021 +0200
+
+    [ci] Use -j2 for make and ninja in distcheck job
+    
+    Lets see if this makes it faster without crashing gcc.
+
+ .circleci/config.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f5c922b7091b9919cd6dbe17db663edb366aea52
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Apr 16 01:47:34 2021 +0200
+
+    [ci] Try to stop distcheck job from crashing gcc
+
+ .circleci/config.yml | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit e116058bba1f5eb667d211c0c6c0be1bbffc6213
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Apr 15 13:52:19 2021 +0200
+
+    [directwrite] Use correct UTF-16 string length
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2474
+
+ src/hb-directwrite.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 668acff1f07ed6bb1472467e59d16399befa68ae
+Author: Ben Denckla <bdenckla@alum.mit.edu>
+Date:   Mon Apr 12 14:25:19 2021 -0400
+
+    similarly improve comments on Hebrew ccc 18 & 19
+    
+    Should have committed this along with commit 9658435a25c2ba82 but forgot.
+
+ src/hb-ot-shape-fallback.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 43d955207bcfcddbf5a5e3d35819fddb81605be3
+Author: Ben Denckla <bdenckla@alum.mit.edu>
+Date:   Mon Apr 12 14:01:56 2021 -0400
+
+    improve comments on Hebrew ccc 18 & 19
+    
+    improve comments to reflect that:
+    ccc 18 includes both "flavors" of qamats: qamats [gadol] and qamats qatan
+    ccc 19 includes both "flavors" of holam: holam [not haser for vav] and holam haser for vav
+    This code and its comments may have been written before these code points were added to Unicode.
+    I.e. originally, these comments may have been complete, but they may have become incomplete in the meantime.
+
+ src/hb-unicode.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4cc4cd3b24ded40cfff651ebf63d20d19253c505
+Author: Ambient Lighter <victor@opennodecloud.com>
+Date:   Sat Apr 10 14:11:23 2021 +0300
+
+    [docs] Fix spelling typo (#2945)
+
+ docs/usermanual-object-model.xml | 2 +-
+ perf/texts/en-words.txt          | 1 -
+ 2 files changed, 1 insertion(+), 2 deletions(-)
+
+commit 9dc9f0385dce05456d48730bf5dc7cac52eaa4da
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Apr 8 11:00:17 2021 -0700
+
+    [subset] fix for fuzzer testcase: https://oss-fuzz.com/testcase-detail/5858518134554624
+
+ src/hb-ot-layout-gpos-table.hh                            |   4 ++++
+ ...z-testcase-minimized-hb-subset-fuzzer-5858518134554624 | Bin 0 -> 802 bytes
+ 2 files changed, 4 insertions(+)
+
+commit 430a67ceaba5896c850c0a0da80f1bc211c022d8
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Apr 1 12:01:19 2021 -0700
+
+    [subset] COLRv1 struct definitions
+
+ src/hb-ot-color-colr-table.hh | 479 +++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 474 insertions(+), 5 deletions(-)
+
+commit 553ffaf6823040bf4a91bcd4c8e42592cd4d13c2
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Apr 7 17:15:32 2021 -0700
+
+    [subset] fix for fuzzer testcase: https://oss-fuzz.com/testcase-detail/6382598554255360
+     avoid writing to null pointer
+
+ src/hb-ot-layout-gpos-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 4af5dacedc8d45c701c8a559962f1b071419ca50
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Apr 7 10:56:49 2021 -0700
+
+    [subset] add fuzzer testcase
+
+ ...z-testcase-minimized-hb-subset-fuzzer-6382598554255360 | Bin 0 -> 766 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 8b686afeb5a7f959d98c0f85844d782c1cbc489f
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Apr 6 11:33:38 2021 -0700
+
+    [subset] add unlikely().
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 64122b5a443d78cc1c4c0c94fa2e489e1f22dd3e
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Apr 5 12:53:08 2021 -0700
+
+    [subset] don't visit lookup if covered glyph set has failed.
+    
+    If covered glyph set is in error then the same lookup can be recursed into repeatedly potentially causing a fuzzer timeout. Fixes: https://oss-fuzz.com/testcase-detail/5416421032067072.
+
+ src/hb-ot-layout-gsubgpos.hh                              |   2 ++
+ ...z-testcase-minimized-hb-subset-fuzzer-5416421032067072 | Bin 0 -> 114 bytes
+ 2 files changed, 2 insertions(+)
+
+commit 4ec18c85e6eebc0948c29df36fc13b5467fce86b
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 2 15:33:54 2021 -0700
+
+    [subset] add subsetting tests with drop hints and layout subsetting enabled.
+
+ ...taa-Regular-new.keep-layout-drop-hints.61,62,63.ttf | Bin 0 -> 3444 bytes
+ ...fortaa-Regular-new.keep-layout-drop-hints.61,63.ttf | Bin 0 -> 3140 bytes
+ ...Comfortaa-Regular-new.keep-layout-drop-hints.61.ttf | Bin 0 -> 2804 bytes
+ ...Comfortaa-Regular-new.keep-layout-drop-hints.62.ttf | Bin 0 -> 2396 bytes
+ ...Comfortaa-Regular-new.keep-layout-drop-hints.63.ttf | Bin 0 -> 2464 bytes
+ ...new.keep-layout-drop-hints.retain-all-codepoint.ttf | Bin 0 -> 187944 bytes
+ ...-Regular-subset.keep-layout-drop-hints.61,62,63.ttf | Bin 0 -> 1452 bytes
+ ...gjo-Regular-subset.keep-layout-drop-hints.61,63.ttf | Bin 0 -> 1276 bytes
+ ...eongjo-Regular-subset.keep-layout-drop-hints.61.ttf | Bin 0 -> 1128 bytes
+ ...eongjo-Regular-subset.keep-layout-drop-hints.62.ttf | Bin 0 -> 1140 bytes
+ ...eongjo-Regular-subset.keep-layout-drop-hints.63.ttf | Bin 0 -> 1104 bytes
+ ...set.keep-layout-drop-hints.retain-all-codepoint.ttf | Bin 0 -> 3536 bytes
+ ...oto-Regular.abc.keep-layout-drop-hints.61,62,63.ttf | Bin 0 -> 1208 bytes
+ ...Roboto-Regular.abc.keep-layout-drop-hints.61,63.ttf | Bin 0 -> 1120 bytes
+ .../Roboto-Regular.abc.keep-layout-drop-hints.61.ttf   | Bin 0 -> 988 bytes
+ .../Roboto-Regular.abc.keep-layout-drop-hints.62.ttf   | Bin 0 -> 876 bytes
+ .../Roboto-Regular.abc.keep-layout-drop-hints.63.ttf   | Bin 0 -> 960 bytes
+ ...abc.keep-layout-drop-hints.retain-all-codepoint.ttf | Bin 0 -> 1208 bytes
+ test/subset/data/profiles/keep-layout-drop-hints.txt   |   2 ++
+ test/subset/data/tests/basics.tests                    |   1 +
+ 20 files changed, 3 insertions(+)
+
+commit 6f98a8ed4627b662d9591649328d2d302fc01987
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 2 14:37:10 2021 -0700
+
+    [subset] Anchor should only use format 1 when hints are dropped.
+    
+    Refactor Anchor to have a subset method instead of copy. This also allows
+    use to use serialize_subset in several places which simplifies calculating
+    offset bases.
+
+ src/hb-ot-layout-gpos-table.hh | 189 +++++++++++++++++++++--------------------
+ 1 file changed, 95 insertions(+), 94 deletions(-)
+
+commit 71d6d1560035619ee685dc9aa626eeefabe5e9f1
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Apr 5 12:03:17 2021 -0700
+
+    [subset] clamp distance to prevent shifting outside of the limits of int64.
+    
+    Fixes https://oss-fuzz.com/testcase-detail/4961171477233664.
+
+ src/hb-repacker.hh                                      |   3 ++-
+ ...testcase-minimized-hb-subset-fuzzer-4961171477233664 | Bin 0 -> 39793 bytes
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit fcacd17748b85a56ff0c1d822295bfcbd8e175a2
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Apr 5 22:27:39 2021 +0200
+
+    [ot] Update _hb_glyph_info_is_default_ignorable_and_not_hidden()
+    
+    Used _hb_glyph_info_substituted() similar to the change made to
+    _hb_glyph_info_is_default_ignorable() in
+    7686ff854bbb9698bb1469dcfe6d288c695a76b7.
+
+ src/hb-ot-layout.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 596f4258d0b6464a8186263625a2da1b16014bdd
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Apr 2 12:41:09 2021 -0700
+
+    [subset] copy Lookup::markFilteringSet when subseting.
+
+ src/hb-ot-layout-common.hh                             |   8 ++++++++
+ .../Comfortaa-Regular-new.keep-layout.61,62,63.ttf     | Bin 0 -> 8100 bytes
+ .../basics/Comfortaa-Regular-new.keep-layout.61,63.ttf | Bin 0 -> 7736 bytes
+ .../basics/Comfortaa-Regular-new.keep-layout.61.ttf    | Bin 0 -> 7360 bytes
+ .../basics/Comfortaa-Regular-new.keep-layout.62.ttf    | Bin 0 -> 6796 bytes
+ .../basics/Comfortaa-Regular-new.keep-layout.63.ttf    | Bin 0 -> 6844 bytes
+ ...aa-Regular-new.keep-layout.retain-all-codepoint.ttf | Bin 0 -> 222212 bytes
+ ...numMyeongjo-Regular-subset.keep-layout.61,62,63.ttf | Bin 0 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.keep-layout.61,63.ttf | Bin 0 -> 3580 bytes
+ .../NanumMyeongjo-Regular-subset.keep-layout.61.ttf    | Bin 0 -> 3156 bytes
+ .../NanumMyeongjo-Regular-subset.keep-layout.62.ttf    | Bin 0 -> 3180 bytes
+ .../NanumMyeongjo-Regular-subset.keep-layout.63.ttf    | Bin 0 -> 3048 bytes
+ ...Regular-subset.keep-layout.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
+ .../basics/Roboto-Regular.abc.keep-layout.61,62,63.ttf | Bin 0 -> 2452 bytes
+ .../basics/Roboto-Regular.abc.keep-layout.61,63.ttf    | Bin 0 -> 2260 bytes
+ .../basics/Roboto-Regular.abc.keep-layout.61.ttf       | Bin 0 -> 2048 bytes
+ .../basics/Roboto-Regular.abc.keep-layout.62.ttf       | Bin 0 -> 1916 bytes
+ .../basics/Roboto-Regular.abc.keep-layout.63.ttf       | Bin 0 -> 1972 bytes
+ ...to-Regular.abc.keep-layout.retain-all-codepoint.ttf | Bin 0 -> 2452 bytes
+ test/subset/data/tests/basics.tests                    |   1 +
+ 20 files changed, 9 insertions(+)
+
+commit d3a2f999e4d5c83e14f6380b780aab170d9cbd39
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 2 08:32:41 2021 -0600
+
+    Fix up build
+    
+    This was left out; oops.
+
+ src/hb-set-digest.hh | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit c35d7863979f2395140d70cda49a19857b98f515
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Apr 1 14:32:38 2021 -0700
+
+    [subset] never drop the 'pref' feature.
+    
+    Never ever drop feature 'pref', even if it's empty. Harfbuzz uses it to choose the shaper for Khmer.
+
+ src/hb-ot-layout-gsubgpos.hh                            |   7 +++++++
+ test/subset/data/Makefile.am                            |   1 +
+ test/subset/data/Makefile.sources                       |   1 +
+ .../layout.khmer/Khmer.keep-layout-retain-gids.1780.ttf | Bin 0 -> 4464 bytes
+ ...ain-gids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 0 -> 7848 bytes
+ .../layout.khmer/Khmer.keep-layout-retain-gids.31.ttf   | Bin 0 -> 4256 bytes
+ .../expected/layout.khmer/Khmer.keep-layout.1780.ttf    | Bin 0 -> 4204 bytes
+ ...p-layout.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 0 -> 6412 bytes
+ .../data/expected/layout.khmer/Khmer.keep-layout.31.ttf | Bin 0 -> 4140 bytes
+ test/subset/data/fonts/Khmer.ttf                        | Bin 0 -> 75368 bytes
+ test/subset/data/tests/layout.khmer.tests               |  11 +++++++++++
+ test/subset/meson.build                                 |   1 +
+ 12 files changed, 21 insertions(+)
+
+commit 092094f7055c1632e9bdf2c07f16e984a88a65ec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 1 15:47:21 2021 -0600
+
+    Use as_array() and range loops in a few places
+
+ src/hb-ot-cmap-table.hh    | 17 +++++++----------
+ src/hb-ot-layout-common.hh | 26 +++++++++-----------------
+ src/hb-set.hh              |  4 ++++
+ 3 files changed, 20 insertions(+), 27 deletions(-)
+
+commit 55e7f3fe329021c77c880f1f3fd6d082f4ac27da
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Apr 1 13:35:30 2021 -0700
+
+    [subset] Match FeatureVariationRecord dropping from fontTools.
+    
+    Only drop records with no matching features that are at the end of the list. See: https://github.com/fonttools/fonttools/commit/cab7d13dc0883765cde435215c7d65e9212f152d
+
+ src/hb-ot-layout-common.hh | 36 ++++++++++++++++++++++++++++++------
+ 1 file changed, 30 insertions(+), 6 deletions(-)
+
+commit f0c78e028261a7823194cccc7be241aa9ddbac25
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Mar 25 12:57:12 2021 -0700
+
+    [subset] don't drop features referenced in a feature variation substitution.
+
+ src/hb-ot-layout-common.hh | 13 ++++++++++---
+ 1 file changed, 10 insertions(+), 3 deletions(-)
+
+commit dae99b7769616d354e8cce41fbd7cf780353cb44
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Mar 25 12:33:51 2021 -0700
+
+    [subset] don't keep FeatureVariationRecord's with no subsittutions.
+
+ src/hb-ot-layout-common.hh | 13 +++++++------
+ 1 file changed, 7 insertions(+), 6 deletions(-)
+
+commit 85b07287838440e000622c53cee9cc911ad0de6d
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Mar 25 12:17:18 2021 -0700
+
+    Add full variable font subsetting test.
+
+ test/subset/data/Makefile.am                           |   1 +
+ test/subset/data/Makefile.sources                      |   1 +
+ .../variable/Fraunces.keep-layout.26,66,69,124,125.ttf | Bin 0 -> 18496 bytes
+ .../data/expected/variable/Fraunces.keep-layout.61.ttf | Bin 0 -> 5880 bytes
+ test/subset/data/fonts/Fraunces.ttf                    | Bin 0 -> 360440 bytes
+ test/subset/data/tests/variable.tests                  |   9 +++++++++
+ test/subset/meson.build                                |   1 +
+ 7 files changed, 12 insertions(+)
+
+commit c4b49075f62eaa11799c95099a70acbb70e566c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 1 10:47:18 2021 -0700
+
+    Update CMakeLists.txt
+    
+    Keep the warning.
+
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9945f327463066957f2677237d468651235a1f3d
+Author: Timo Suoranta <timo.suoranta@varjo.com>
+Date:   Sat Feb 6 14:24:25 2021 +0200
+
+    Test fix to export target include directories
+
+ CMakeLists.txt | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit b10741ca7f4cd55526f303c47c72f0a5c1a932fe
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Mar 25 19:14:48 2021 -0700
+
+    [subset] when closing glyphs in context lookups don't use a current glyph set if a lookup is already applied.
+
+ src/hb-ot-layout-gsubgpos.hh                            |  12 ++++++++----
+ ...ayout-retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 18272 -> 0 bytes
+ ...rdu-Bold.keep-layout-retain-gids.627,644,62D,628.ttf | Bin 24416 -> 0 bytes
+ ...liqUrdu-Bold.keep-layout-retain-gids.627,644,62D.ttf | Bin 0 -> 11532 bytes
+ ...astaliqUrdu-Bold.keep-layout-retain-gids.627,644.ttf | Bin 9216 -> 0 bytes
+ ...ep-layout-retain-gids.633,645,627,621,20,644,627.ttf | Bin 18212 -> 0 bytes
+ ...liqUrdu-Bold.keep-layout-retain-gids.63A,64A,631.ttf | Bin 26628 -> 0 bytes
+ ...-Bold.keep-layout.627,644,623,62D,644,627,645,2E.ttf | Bin 11436 -> 0 bytes
+ ...otoNastaliqUrdu-Bold.keep-layout.627,644,62D,628.ttf | Bin 18288 -> 0 bytes
+ .../NotoNastaliqUrdu-Bold.keep-layout.627,644.ttf       | Bin 3568 -> 0 bytes
+ ...Urdu-Bold.keep-layout.633,645,627,621,20,644,627.ttf | Bin 12408 -> 0 bytes
+ .../NotoNastaliqUrdu-Bold.keep-layout.63A,64A,631.ttf   | Bin 20408 -> 0 bytes
+ test/subset/data/tests/layout.notonastaliqurdu.tests    |   7 +------
+ 13 files changed, 9 insertions(+), 10 deletions(-)
+
+commit 2773d057403292e4a13e13ca12912437607b9d86
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Nov 4 11:11:16 2020 -0800
+
+    [subset] Add a test case using NotoNastaliqUrdu.
+
+ test/subset/data/Makefile.am                            |   1 +
+ test/subset/data/Makefile.sources                       |   1 +
+ ...ayout-retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 0 -> 18272 bytes
+ ...rdu-Bold.keep-layout-retain-gids.627,644,62D,628.ttf | Bin 0 -> 24416 bytes
+ ...astaliqUrdu-Bold.keep-layout-retain-gids.627,644.ttf | Bin 0 -> 9216 bytes
+ ...ep-layout-retain-gids.633,645,627,621,20,644,627.ttf | Bin 0 -> 18212 bytes
+ ...liqUrdu-Bold.keep-layout-retain-gids.63A,64A,631.ttf | Bin 0 -> 26628 bytes
+ ...-Bold.keep-layout.627,644,623,62D,644,627,645,2E.ttf | Bin 0 -> 11436 bytes
+ ...otoNastaliqUrdu-Bold.keep-layout.627,644,62D,628.ttf | Bin 0 -> 18288 bytes
+ .../NotoNastaliqUrdu-Bold.keep-layout.627,644.ttf       | Bin 0 -> 3568 bytes
+ ...Urdu-Bold.keep-layout.633,645,627,621,20,644,627.ttf | Bin 0 -> 12408 bytes
+ .../NotoNastaliqUrdu-Bold.keep-layout.63A,64A,631.ttf   | Bin 0 -> 20408 bytes
+ test/subset/data/tests/layout.notonastaliqurdu.tests    |  13 +++++++++++++
+ test/subset/meson.build                                 |   1 +
+ 14 files changed, 16 insertions(+)
+
+commit 8ef4257dc8d6b59b55d0169b66c8de135d5f199b
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Mar 31 15:00:46 2021 -0700
+
+    [sanitize] change max ops to track number of bytes processed.
+    
+    Counting bytes as the operations is likely to be a better proxy for how
+    much work processing the table will cost vs. the current approach of
+    counting the number of sub-objects.
+    
+    This should allow checks for max features, max scripts, etc. to be removed.
+    
+    I tested this change against the full collection of fonts at https://github.com/google/fonts
+    and a max ops factor of 3 was sufficient to successfully sanitize all of them.
+
+ src/hb-sanitize.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 70110f6aaac541bc157eb5612b476d3b906b5d2a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 31 17:04:02 2021 -0600
+
+    Modify OffsetTo<>::sanitize() overflow check
+    
+    The code in question was introduced in 70eb2ff682.
+    Rewrite it to not call sanitizer check_range() as we want to use
+    check_range() for byte accounting.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/pull/2923
+
+ src/hb-open-type.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4dba749d833491ec0c73fb4647f55236be1caee3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 31 16:09:39 2021 -0600
+
+    Add SortedArray{16,32}Of<>
+
+ src/hb-open-type.hh            |  5 ++++-
+ src/hb-ot-cmap-table.hh        | 10 +++++-----
+ src/hb-ot-color-svg-table.hh   |  2 +-
+ src/hb-ot-layout-base-table.hh |  8 ++++----
+ src/hb-ot-layout-common.hh     |  8 ++++----
+ src/hb-ot-layout-jstf-table.hh |  2 +-
+ src/hb-ot-vorg-table.hh        |  2 +-
+ 7 files changed, 20 insertions(+), 17 deletions(-)
+
+commit 5639e253f91bd71cdb626719ebc5b8d68631cc73
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 31 16:04:43 2021 -0600
+
+    Add Array16Of<>
+
+ src/hb-aat-layout-common.hh                |  2 +-
+ src/hb-aat-layout-just-table.hh            |  2 +-
+ src/hb-open-type.hh                        |  6 ++--
+ src/hb-ot-gasp-table.hh                    |  2 +-
+ src/hb-ot-layout-common.hh                 | 12 +++----
+ src/hb-ot-layout-gdef-table.hh             |  4 +--
+ src/hb-ot-layout-gpos-table.hh             |  8 ++---
+ src/hb-ot-layout-gsub-table.hh             | 20 +++++------
+ src/hb-ot-layout-gsubgpos.hh               | 54 +++++++++++++++---------------
+ src/hb-ot-math-table.hh                    | 10 +++---
+ src/hb-ot-post-table.hh                    |  4 +--
+ src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
+ src/hb-ot-var-avar-table.hh                |  2 +-
+ 13 files changed, 64 insertions(+), 64 deletions(-)
+
+commit 2520a82df9116fbc287cec1be66d05874c467bbb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 31 15:34:26 2021 -0600
+
+    s/LArrayOf/Array32Of/g
+
+ src/hb-aat-layout-ankr-table.hh | 2 +-
+ src/hb-aat-layout-just-table.hh | 2 +-
+ src/hb-aat-ltag-table.hh        | 2 +-
+ src/hb-open-file.hh             | 4 ++--
+ src/hb-open-type.hh             | 4 ++--
+ src/hb-ot-color-cbdt-table.hh   | 8 ++++----
+ src/hb-ot-layout-common.hh      | 2 +-
+ src/hb-ot-meta-table.hh         | 2 +-
+ 8 files changed, 13 insertions(+), 13 deletions(-)
+
+commit 5efe3609865b450305474b9abe672905bd25cc06
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 31 15:33:22 2021 -0600
+
+    Rename (Unsized)OffsetListOf
+
+ src/hb-aat-layout-morx-table.hh | 4 ++--
+ src/hb-open-type.hh             | 6 +++---
+ src/hb-ot-layout-common.hh      | 8 ++++----
+ src/hb-ot-layout-gpos-table.hh  | 2 +-
+ src/hb-ot-layout-gsubgpos.hh    | 2 +-
+ src/hb-ot-layout-jstf-table.hh  | 6 +++---
+ 6 files changed, 14 insertions(+), 14 deletions(-)
+
+commit 6c4e0491d7ebdc41318db59c4b0911212b299341
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 31 15:31:32 2021 -0600
+
+    s/OffsetArrayOf/Array16OfOffset16To/g
+
+ src/hb-open-type.hh            |  6 ++---
+ src/hb-ot-layout-base-table.hh |  2 +-
+ src/hb-ot-layout-common.hh     |  8 +++----
+ src/hb-ot-layout-gdef-table.hh |  6 ++---
+ src/hb-ot-layout-gpos-table.hh |  2 +-
+ src/hb-ot-layout-gsub-table.hh | 26 ++++++++++----------
+ src/hb-ot-layout-gsubgpos.hh   | 54 +++++++++++++++++++++---------------------
+ 7 files changed, 52 insertions(+), 52 deletions(-)
+
+commit 1fc6b69aed28aa768b65a8cf0825b79aa851a71f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 31 15:30:35 2021 -0600
+
+    s/UnsizedOffsetArrayOf/UnsizedArray16OfOffsetTo/g
+
+ src/hb-open-type.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 2a54c9f744b195bb1412573afcc36db806d20a4b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 31 15:26:42 2021 -0600
+
+    .
+
+ src/hb-open-type.hh           | 9 +++------
+ src/hb-ot-color-sbix-table.hh | 4 ++--
+ src/hb-ot-layout-common.hh    | 4 ++--
+ 3 files changed, 7 insertions(+), 10 deletions(-)
+
+commit c539afb08b1b698216541087b1eec222472699ea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 31 13:28:25 2021 -0600
+
+    [CFF] Use NNOffsetTo<> instead of OffsetTo<>
+    
+    I'm pretty sure that's what is intended.
+
+ src/hb-ot-cff1-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9b4b58493b7e4c15565e4a47118181d96f517fae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 31 13:27:21 2021 -0600
+
+    Fixup for recent OffsetTo<> changes
+
+ src/hb-open-type.hh          | 2 +-
+ src/hb-ot-layout-gsubgpos.hh | 8 ++++----
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit ad28f973f3ec6184b4c405efc0e17fba87b51062
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 31 12:49:14 2021 -0600
+
+    Rename offset types to be explicit about their size
+    
+    Add Offset16To<>, Offset24To<>, and Offset32To<> for most use-cases.
+
+ src/hb-aat-layout-ankr-table.hh            |  6 +--
+ src/hb-aat-layout-common.hh                |  2 +-
+ src/hb-aat-layout-feat-table.hh            |  2 +-
+ src/hb-aat-layout-just-table.hh            | 12 ++---
+ src/hb-aat-layout-kerx-table.hh            | 14 +++---
+ src/hb-aat-layout-opbd-table.hh            |  8 ++--
+ src/hb-aat-layout-trak-table.hh            |  8 ++--
+ src/hb-aat-ltag-table.hh                   |  2 +-
+ src/hb-open-file.hh                        | 12 ++---
+ src/hb-open-type.hh                        | 14 +++---
+ src/hb-ot-cmap-table.hh                    |  6 +--
+ src/hb-ot-color-cbdt-table.hh              |  4 +-
+ src/hb-ot-color-colr-table.hh              |  4 +-
+ src/hb-ot-color-cpal-table.hh              |  8 ++--
+ src/hb-ot-color-sbix-table.hh              |  4 +-
+ src/hb-ot-color-svg-table.hh               |  4 +-
+ src/hb-ot-layout-base-table.hh             | 28 ++++++------
+ src/hb-ot-layout-common.hh                 | 22 +++++-----
+ src/hb-ot-layout-gdef-table.hh             | 24 +++++-----
+ src/hb-ot-layout-gpos-table.hh             | 70 +++++++++++++++---------------
+ src/hb-ot-layout-gsub-table.hh             | 14 +++---
+ src/hb-ot-layout-gsubgpos.hh               | 64 +++++++++++++--------------
+ src/hb-ot-layout-jstf-table.hh             | 24 +++++-----
+ src/hb-ot-math-table.hh                    | 34 +++++++--------
+ src/hb-ot-meta-table.hh                    |  2 +-
+ src/hb-ot-name-table.hh                    |  4 +-
+ src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
+ src/hb-ot-stat-table.hh                    |  8 ++--
+ src/hb-ot-var-fvar-table.hh                |  2 +-
+ src/hb-ot-var-gvar-table.hh                |  6 +--
+ src/hb-ot-var-hvar-table.hh                | 10 ++---
+ src/hb-ot-var-mvar-table.hh                |  2 +-
+ 32 files changed, 214 insertions(+), 212 deletions(-)
+
+commit c5c13006a1f8e5fb9b28a3c2081e93eb4e5d4c98
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Mar 31 11:23:46 2021 -0700
+
+    [subset] fix memory leaks found in https://oss-fuzz.com/testcase-detail/5179935334465536
+
+ src/hb-repacker.hh                                      |   3 ++-
+ src/hb-vector.hh                                        |   5 +++++
+ ...testcase-minimized-hb-subset-fuzzer-5179935334465536 | Bin 0 -> 50501 bytes
+ 3 files changed, 7 insertions(+), 1 deletion(-)
+
+commit bd2950b3939d88fed998717b05367651153dc21b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 31 11:36:36 2021 -0600
+
+    Make VariationStore::get_delta(outer, inner) private
+
+ src/hb-ot-layout-common.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 934675a42958ba2e4e3e10aa4b55a9e772977399
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 31 11:34:41 2021 -0600
+
+    Use VarIdx in VariationDevice
+
+ src/hb-ot-layout-common.hh | 17 +++++++----------
+ 1 file changed, 7 insertions(+), 10 deletions(-)
+
+commit 0f7f7536b9d98e65f345398529da9c6bc365a3fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 31 11:31:49 2021 -0600
+
+    [hvar] Change variation-index types from "unsigned int" to uint32_t
+
+ src/hb-ot-var-hvar-table.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 9ffc46b8ff5546998fc9b74cb54dec8618ed0ac7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 31 11:26:18 2021 -0600
+
+    Add VarIdx
+
+ src/hb-open-type.hh | 6 ++++++
+ src/hb-static.cc    | 1 +
+ 2 files changed, 7 insertions(+)
+
+commit 2179281c406452392a2d9c7e17b81e02735fe50b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 31 11:20:21 2021 -0600
+
+    Add Offset24
+
+ src/hb-open-type.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit b3159ed8d2dbe4af584d05298448e6de62d394d6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 30 20:52:56 2021 -0600
+
+    [util] Silence compiler warning
+
+ util/helper-cairo.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cab9d5a57dc56c47ba4db51b813fac618694c9a9
+Author: Andrzej Perczak <kartapolska@gmail.com>
+Date:   Fri Mar 19 22:10:50 2021 +0100
+
+    hb-config: Include config-override earlier
+    
+    Currently config-override.h is included at the end of this file. This caused a problem for me while undefing HB_DISABLE_DEPRECATED, namely HB_IF_NOT_DEPRECATED was defined before actual undef took place and broke the whole build. I believe it would break builds for some other defines, too. Moving config-override.h include right after predefined configs is more sane and fixes all potential problems with includes.
+
+ src/hb-config.hh | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit adca4ce071d12998deea6bb53b223daa3aa163c5
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Mar 30 13:20:50 2021 -0700
+
+    [subset] fixes https://oss-fuzz.com/testcase-detail/6173520787800064.
+    
+    Caused by incorrect bounds check in glyph closure for context lookups.
+
+ src/hb-ot-layout-gsubgpos.hh                             |   2 +-
+ ...-testcase-minimized-hb-subset-fuzzer-6173520787800064 | Bin 0 -> 1731 bytes
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 9f77a0c1ff02765862d6d2bfed6b9aab78db6fff
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Mar 30 14:10:45 2021 -0700
+
+    [subset] use hb_set_clear to avoid calling clear() on null pool set.
+
+ src/hb-ot-layout-gsubgpos.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 752e393ad2f5ec4f7faae84f5322fbef41ddb2ab
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Mar 29 17:23:33 2021 -0700
+
+    [subset] avoid calling clear on null pool set.
+
+ src/hb-ot-layout-gsubgpos.hh                              |   3 ++-
+ ...z-testcase-minimized-hb-subset-fuzzer-5617065093365760 | Bin 0 -> 160 bytes
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit 9ed5f04a7092c76744076ba65673b250aee22dcd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 29 18:14:30 2021 -0600
+
+    [subset] Simplify recent out-of-memory fixes
+    
+    By checking return status of map->set().
+
+ src/hb-ot-layout-common.hh   |  8 ++++----
+ src/hb-ot-layout-gsubgpos.hh | 12 ++++++------
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+commit a8f9f85a919543ce79b5a7d5df90c132830ae772
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 29 18:12:05 2021 -0600
+
+    [map] Return success from ->set()
+
+ src/hb-map.hh | 16 +++++++++-------
+ 1 file changed, 9 insertions(+), 7 deletions(-)
+
+commit 8741914a8043757d4800b14192980fbc1ea24492
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Mar 29 16:39:44 2021 -0700
+
+    [subset] fix memory leak when map insert fails.
+
+ src/hb-ot-layout-common.hh                             |  17 ++++++++++++-----
+ ...estcase-minimized-hb-subset-fuzzer-6421315436281856 | Bin 0 -> 59 bytes
+ 2 files changed, 12 insertions(+), 5 deletions(-)
+
+commit 2397689387419f9a86b928ea5084b2318d136ac6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 29 17:34:23 2021 -0600
+
+    Remove hb_success_t
+    
+    Was not rolled-out yet.  So just expand.
+
+ src/hb-open-type.hh | 4 ++--
+ src/hb.hh           | 1 -
+ 2 files changed, 2 insertions(+), 3 deletions(-)
+
+commit 7a2eda7817a26e017c9da3db4700a24dde550dde
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 29 17:32:29 2021 -0600
+
+    Move code around
+
+ src/hb-open-type.hh | 26 +++++++++++++-------------
+ 1 file changed, 13 insertions(+), 13 deletions(-)
+
+commit bcb57dccaabad4275ab96b14123413bbec6d0fec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 29 17:31:09 2021 -0600
+
+    [sanitize] Add short-circuit to ArrayOfM1
+    
+    Like the sibling ArrayOf types.
+
+ src/hb-open-type.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 5b6da6d2f0bcaeb7768705e6891f575ae73c8b41
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Mar 29 16:19:17 2021 -0700
+
+    [subset] add fuzzer test case.
+
+ ...z-testcase-minimized-hb-subset-fuzzer-5250795600740352 | Bin 0 -> 409 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 52df6b9fd8cf075f416372f0469a6915e814b0d6
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Mar 29 16:17:27 2021 -0700
+
+    [subset] check for set insertion success.
+
+ src/hb-ot-layout-gsubgpos.hh | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit c6adb90a273f22159b0775f798724d36d552d36c
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Mar 29 16:08:44 2021 -0700
+
+    [subset] fix nullptr deref.
+
+ src/hb-ot-layout-gsubgpos.hh | 20 +++++++++++---------
+ 1 file changed, 11 insertions(+), 9 deletions(-)
+
+commit 9a3537e5f688637a2ac2ced57de9e2b7c21d90a5
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Mar 29 14:34:24 2021 -0700
+
+    [subset] invert err() return value. Undo previous change to check_success.
+
+ src/hb-serialize.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a804a0c903f6dd230954ff5855ed7ff1dd92844d
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Mar 29 14:25:20 2021 -0700
+
+    [subset] add fuzzer test case.
+
+ ...-testcase-minimized-hb-subset-fuzzer-5887968763052032 | Bin 0 -> 3889 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit cdba5d44c28a97ab8d9298a3bef60fcbd0845000
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Mar 29 14:23:59 2021 -0700
+
+    [subset] fix incorrect handling of return value in check_success in the error case.
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 05e845c49ad2eebf110dcc6cb0ee48a7f68ca233
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 29 16:02:10 2021 -0700
+
+    Make previous commit gcc-only
+
+ src/hb.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit b5e40323921566ce8a15aa7808d22d36acac4edd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 29 15:54:40 2021 -0700
+
+    -Wno-unused-result
+    
+    GCC doesn't let one turn off the warning using "(void) foo()".
+    People have introduced macros that do "unused << foo()" instead.
+    Until we do something similar, silence gcc.
+    
+    Clang on the other hand understands "(void) foo()".
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit c30349d54e67c1ee7e1ea759e8378fcf6a6c9ff4
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Mar 21 20:12:59 2021 +0200
+
+    [hb-view] Support kitty inline images protocol
+    
+    https://github.com/harfbuzz/harfbuzz/issues/2758
+
+ util/helper-cairo.cc | 36 ++++++++++++++++++++++++++++++++++++
+ 1 file changed, 36 insertions(+)
+
+commit f7d5889b3ea9012d23407b83a176bcd54a94e21b
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Mar 21 18:16:33 2021 +0200
+
+    [hb-view] Support iTerm2 inline images protocol
+    
+    https://github.com/harfbuzz/harfbuzz/issues/2758
+
+ util/helper-cairo.cc | 85 +++++++++++++++++++++++++++++++++++++++++++++++-----
+ 1 file changed, 78 insertions(+), 7 deletions(-)
+
+commit 743baf35436d8de937984e09467f453cdfba102e
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Mar 22 15:51:17 2021 +0200
+
+    [build] Don’t look for FontConfig
+    
+    We don’t currently use it anywhere. It was used briefly for the
+    hb-fc-list tool, but this tool have not been built since 2015:
+    
+    commit cd042fc8c4a3984c3647cd22a27c34f00636f6e8
+    Author: Behdad Esfahbod <behdad@behdad.org>
+    Date:   Thu Jun 18 10:55:13 2015 -0700
+    
+        [util] Disable hb-fc-list for now
+    
+        Until I figure out what to do about the API, and finalize
+        the tool.
+
+ .circleci/config.yml                 |  2 +-
+ Makefile.am                          |  1 -
+ configure.ac                         | 19 -------------------
+ docs/usermanual-install-harfbuzz.xml | 20 --------------------
+ meson.build                          |  7 -------
+ meson_options.txt                    |  2 --
+ subprojects/.gitignore               |  1 -
+ subprojects/fontconfig.wrap          |  6 ------
+ 8 files changed, 1 insertion(+), 57 deletions(-)
+
+commit 95230e291dddc20185e6a34b69836631d894c0d8
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Mar 18 17:41:25 2021 -0700
+
+    [subset] support subsetting GSUB8
+
+ src/hb-ot-layout-gsub-table.hh                     |  73 ++++++++++++++++++++-
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ ...yout-retain-gids.41,42,43,44,45,46,47,48,49.otf | Bin 0 -> 3172 bytes
+ ...eep-layout-retain-gids.41,42,43,44,45,46,47.otf | Bin 0 -> 2796 bytes
+ ...eep-layout-retain-gids.41,42,43,44,45,46,4D.otf | Bin 0 -> 2860 bytes
+ ...eep-layout-retain-gids.41,42,43,44,45,46,51.otf | Bin 0 -> 2864 bytes
+ ...d.keep-layout-retain-gids.41,42,43,44,45,46.otf | Bin 0 -> 2540 bytes
+ ...ly_created.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 1984 bytes
+ ...manually_created.keep-layout-retain-gids.41.otf | Bin 0 -> 1872 bytes
+ ...manually_created.keep-layout-retain-gids.61.otf | Bin 0 -> 2584 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3832 bytes
+ ...ated.keep-layout.41,42,43,44,45,46,47,48,49.otf | Bin 0 -> 2384 bytes
+ ...ly_created.keep-layout.41,42,43,44,45,46,47.otf | Bin 0 -> 1996 bytes
+ ...ly_created.keep-layout.41,42,43,44,45,46,4D.otf | Bin 0 -> 1996 bytes
+ ...ly_created.keep-layout.41,42,43,44,45,46,51.otf | Bin 0 -> 2044 bytes
+ ...ually_created.keep-layout.41,42,43,44,45,46.otf | Bin 0 -> 1832 bytes
+ ...gsub8_manually_created.keep-layout.41,42,43.otf | Bin 0 -> 1284 bytes
+ .../gsub8_manually_created.keep-layout.41.otf      | Bin 0 -> 1172 bytes
+ .../gsub8_manually_created.keep-layout.61.otf      | Bin 0 -> 1540 bytes
+ ...ly_created.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3832 bytes
+ test/subset/data/fonts/gsub8_manually_created.otf  | Bin 0 -> 4824 bytes
+ test/subset/data/tests/layout.gsub8.tests          |  17 +++++
+ test/subset/meson.build                            |   1 +
+ 24 files changed, 91 insertions(+), 2 deletions(-)
+
+commit d18915f920a0d9ab7ce5cfec4654d3d610b1d082
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sun Mar 28 10:09:13 2021 -0400
+
+    Reformat gen-tag-table.py
+
+ src/gen-tag-table.py | 16 +++++++---------
+ 1 file changed, 7 insertions(+), 9 deletions(-)
+
+commit 3c8273ab68e37ed5b08b4edacac995fc451d5732
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Mar 25 11:39:57 2021 -0700
+
+    Check for alloc failures on the gsub/gpos_langsys maps in subset plan creation.
+
+ src/hb-subset-plan.cc | 46 ++++++++++++++++++++++++++++------------------
+ src/hb-subset.cc      |  4 +++-
+ 2 files changed, 31 insertions(+), 19 deletions(-)
+
+commit 29708e959a04ee003b9c0738f0c5330584f15b4f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 22 15:22:15 2021 -0700
+
+    [aat] Fix offsetToIndex math for out-of-bounds values
+    
+    Previously, some bad font data was accidentally being interpretted as
+    legit if it happened to not fall out of memory bounds. The intention
+    of the code was what this commit does.  I'm surprised we weren't getting
+    a "arithmetic between signed and unsigned values" warning / error
+    before.
+
+ src/hb-aat-layout-common.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit c5d6bdb4bf2d8d595f5c762c3e618444621803ae
+Merge: a7d120aea 46bf03d69
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 18 14:38:55 2021 -0700
+
+    Merge pull request #2857 from googlefonts/repacker
+    
+    [subset] add a GSUB/GPOS table repacker to resolve offset overflows.
+
+commit 46bf03d6919087e4ce8f0626a3d342380346dc97
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Mar 18 14:35:36 2021 -0700
+
+    [subset] add NODISCARD to error checking methods on serializer.
+
+ src/hb-serialize.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 3827a3eb567b424e8144564a42a22df74a20a7c6
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Mar 18 11:20:03 2021 -0700
+
+    [subset] rename serializer::set_error() to err().
+
+ src/hb-repacker.hh  |  4 ++--
+ src/hb-serialize.hh | 15 +++++++--------
+ 2 files changed, 9 insertions(+), 10 deletions(-)
+
+commit f561fa6e4c5572c60c8fcf40e617919e531e6ee3
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Mar 18 11:13:47 2021 -0700
+
+    Change priority queue to use (priority, value) instead of (value, priority).
+
+ src/Makefile.sources       |  2 +-
+ src/hb-priority-queue.hh   | 24 +++++++++++++-----------
+ src/hb-repacker.hh         | 14 +++++++-------
+ src/test-priority-queue.cc | 40 ++++++++++++++++++++--------------------
+ 4 files changed, 41 insertions(+), 39 deletions(-)
+
+commit b14475d2ae488acf3c2a169126a4901796401157
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Mar 18 10:51:26 2021 -0700
+
+    [subset] further changes to serializer error handling.
+    
+    - Rename enum type and enum members.
+    - in_errors() now returns true for any error having been set. hb-subset now looks for offset overflow only errors to divert to repacker.
+    - Added INT_OVERFLOW and ARRAY_OVERFLOW enum values.
+
+ src/hb-cff-interp-common.hh    |  2 +-
+ src/hb-open-type.hh            |  8 +++----
+ src/hb-ot-cmap-table.hh        | 11 +++++-----
+ src/hb-ot-hmtx-table.hh        |  2 +-
+ src/hb-ot-layout-gpos-table.hh |  8 +++----
+ src/hb-ot-layout-gsub-table.hh |  2 +-
+ src/hb-repacker.hh             |  4 ++--
+ src/hb-serialize.hh            | 50 ++++++++++++++++++++++++------------------
+ src/hb-subset.cc               |  4 ++--
+ 9 files changed, 50 insertions(+), 41 deletions(-)
+
+commit 73ed59f7a68fc5363ef444b6de131c92cc5ca836
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Mar 17 15:53:10 2021 -0700
+
+    [subset] store errors in the serializer as a flag set.
+    
+    Make check_assign/check_equal specify the type of error to set.
+
+ src/hb-cff-interp-common.hh    |  2 +-
+ src/hb-open-type.hh            | 10 ++++---
+ src/hb-ot-cmap-table.hh        | 17 +++++++----
+ src/hb-ot-hdmx-table.hh        |  2 +-
+ src/hb-ot-hmtx-table.hh        |  2 +-
+ src/hb-ot-layout-gpos-table.hh |  8 +++---
+ src/hb-ot-layout-gsub-table.hh |  4 +--
+ src/hb-ot-name-table.hh        |  3 +-
+ src/hb-repacker.hh             |  4 +--
+ src/hb-serialize.hh            | 64 +++++++++++++++++++++++++-----------------
+ src/hb-subset.cc               |  8 +++---
+ src/test-repacker.cc           |  4 +--
+ 12 files changed, 76 insertions(+), 52 deletions(-)
+
+commit b9ecc7420df811e94413d77e6d70140e18d6ebe6
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Feb 16 13:39:10 2021 -0800
+
+    [subset] init offset_overflow in hb_serialize_context_t.
+
+ src/hb-serialize.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit cf79fc342d7e59966fc7ba3e8460d58083b33966
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Feb 16 13:24:43 2021 -0800
+
+    [subset] limit priority bumps to 16.
+
+ src/hb-repacker.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0104409959b15ca8dc344df4a60ce36fc7f40105
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Feb 16 11:38:14 2021 -0800
+
+    Fix repack_tests for distcheck.
+
+ test/subset/data/repack_tests/Makefile.am | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit e2f14e81bd20cc944bdecba7fcea20a4b4eddec0
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Nov 11 13:55:35 2020 -0800
+
+    [subset] fix memory leaks in test-repacker.
+
+ src/test-repacker.cc | 19 ++++++++++++++++++-
+ 1 file changed, 18 insertions(+), 1 deletion(-)
+
+commit d3e2ba7c01b26da9cc5fac49a204fae8a54a3eb1
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Nov 11 13:50:18 2020 -0800
+
+    [subset] comment cleanup in hb-repacker.hh
+
+ src/hb-repacker.hh | 35 ++++++++++++++++++++++++-----------
+ 1 file changed, 24 insertions(+), 11 deletions(-)
+
+commit 832f2b599b3d4fad5eea6d0eeef77377d3e0bad0
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Nov 10 16:15:37 2020 -0800
+
+    [subset] Refactor _subset () to reduce nesting and eliminate the use of 'goto'.
+
+ src/hb-serialize.hh |   9 ++++
+ src/hb-subset.cc    | 134 +++++++++++++++++++++++++++++++---------------------
+ src/meson.build     |   1 +
+ 3 files changed, 90 insertions(+), 54 deletions(-)
+
+commit bb5c80a7c2d2454bba745a155146e7eaad912474
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Nov 10 14:11:57 2020 -0800
+
+    [subset] add error tracking to the repacker.
+    Also check for allocation failures as needed.
+
+ src/hb-repacker.hh | 93 ++++++++++++++++++++++++++++++++++++------------------
+ 1 file changed, 62 insertions(+), 31 deletions(-)
+
+commit b8b8c58b9ff9b51108caf47f5d98a15801b39058
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Nov 10 11:56:09 2020 -0800
+
+    [subset] add tests that check for successful repacking of a real font file.
+
+ configure.ac                                       |   1 +
+ test/subset/Makefile.am                            |   2 +
+ test/subset/data/Makefile.am                       |   2 +-
+ test/subset/data/fonts/NotoNastaliqUrdu-Bold.ttf   | Bin 0 -> 459600 bytes
+ test/subset/data/repack_tests/Makefile.am          |  22 +++++
+ test/subset/data/repack_tests/Makefile.sources     |  12 +++
+ .../repack_tests/advanced_prioritization.tests     |  72 ++++++++++++++
+ test/subset/data/repack_tests/basic.tests          |  52 +++++++++++
+ test/subset/data/repack_tests/prioritization.tests |  77 +++++++++++++++
+ .../data/repack_tests/table_duplication.tests      |  97 +++++++++++++++++++
+ test/subset/meson.build                            |  22 +++++
+ test/subset/repack_test.py                         |  36 +++++++
+ test/subset/run-repack-tests.py                    | 104 +++++++++++++++++++++
+ 13 files changed, 498 insertions(+), 1 deletion(-)
+
+commit 6e9468fcfb71c731b0ec5a5e9c434119f16245e9
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Nov 9 16:52:36 2020 -0800
+
+    [subset] cleanup memory leaks in the repacker.
+
+ src/hb-repacker.hh |  7 ++++++-
+ src/hb-subset.cc   | 12 ++++++++----
+ 2 files changed, 14 insertions(+), 5 deletions(-)
+
+commit a7a86a6eb4da25822cf0d42d7dd1668a15325a8f
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Nov 6 16:22:48 2020 -0800
+
+    [subset] Add prioritization offset resolution.
+    Vertices can now be prioritized to force them to sort closer to their parent. The resolver will attempt to use this for overflows on non-shared vertices.
+
+ src/hb-repacker.hh   | 107 +++++++++++++++++++++++++++++++++++++++++----------
+ src/test-repacker.cc |   1 +
+ 2 files changed, 88 insertions(+), 20 deletions(-)
+
+commit b452b2c76c9f76c9ea3501e8eb6534cb172f59ce
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Nov 6 15:37:05 2020 -0800
+
+    [subset] refactor repacker graph to cache edge count and distances of vertices.
+
+ src/hb-repacker.hh   | 315 ++++++++++++++++++++++++++++++---------------------
+ src/test-repacker.cc | 158 +++++++++++++-------------
+ 2 files changed, 265 insertions(+), 208 deletions(-)
+
+commit 75414e82b52d5a3adeb1eb48e64f43472913cba2
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Nov 5 16:39:23 2020 -0800
+
+    [subset] Add table duplication overflow resolution.
+
+ src/hb-debug.hh      |   4 ++
+ src/hb-repacker.hh   | 181 ++++++++++++++++++++++++++++++++++++++++-------
+ src/test-repacker.cc | 196 +++++++++++++++++++++++++++++++++++++++++++++++++--
+ 3 files changed, 347 insertions(+), 34 deletions(-)
+
+commit 8286bd80940a7d136ee503dd1b1142190c6695ff
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Nov 5 14:23:29 2020 -0800
+
+    [subset] use vectors instead of hashmaps throughout the repacker since all keys will be mapped for these use cases.
+
+ src/hb-repacker.hh | 65 ++++++++++++++++++++++++++----------------------------
+ 1 file changed, 31 insertions(+), 34 deletions(-)
+
+commit 519ae96617e1e2867122c5dbbdc8f1bbce89cb24
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Nov 5 11:22:16 2020 -0800
+
+    [subset] switch sort_shortest_distance() to use priority queue.
+
+ src/hb-repacker.hh | 35 +++++++++++++----------------------
+ 1 file changed, 13 insertions(+), 22 deletions(-)
+
+commit 5d3511e5b13eb825ea9914aa2400cc040edef8a7
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Nov 5 10:34:26 2020 -0800
+
+    [subset] Change compute_distances() to use a priority queue.
+
+ src/hb-repacker.hh | 38 ++++++++++++++++++++++++++++----------
+ src/meson.build    |  1 +
+ 2 files changed, 29 insertions(+), 10 deletions(-)
+
+commit 59ac0a0d0a99e91a75d18a3884ae276309370997
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Nov 5 10:29:56 2020 -0800
+
+    [subset] Use priority for comparison in heap.
+
+ src/hb-priority-queue.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 4c8dd41ed90292d4516c539be23c16d625d69a41
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Nov 5 09:21:25 2020 -0800
+
+    [subset] re-write compute distances to use an array lookup for the distance map.
+
+ src/hb-priority-queue.hh |  4 ++--
+ src/hb-repacker.hh       | 55 ++++++++++++++++++++----------------------------
+ src/test-repacker.cc     |  2 ++
+ 3 files changed, 27 insertions(+), 34 deletions(-)
+
+commit 5c4e0ffd9768de0c51a42baa35d9c29636fdd99a
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Nov 4 16:08:01 2020 -0800
+
+    [subset] Add a basic priority queue datastructure (binary heap).
+
+ src/Makefile.am            |   6 +-
+ src/Makefile.sources       |   1 +
+ src/hb-priority-queue.hh   | 149 +++++++++++++++++++++++++++++++++++++++++++++
+ src/test-priority-queue.cc |  89 +++++++++++++++++++++++++++
+ 4 files changed, 244 insertions(+), 1 deletion(-)
+
+commit dd8e5d0e1b0c52190bf16ab091ee3756b30d4d97
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Nov 3 14:01:42 2020 -0800
+
+    [subset] Only run the repacker for GSUB/GPOS.
+
+ src/hb-subset.cc | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit aaa7873d425a6267b1df16f5a1f3750578b438f0
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Nov 2 16:16:27 2020 -0800
+
+    [subset] add topological sort by closest distance via Dijkstra's algorithm.
+
+ src/hb-repacker.hh   | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/test-repacker.cc |  37 ++++++++++++++-
+ 2 files changed, 160 insertions(+), 2 deletions(-)
+
+commit 8ebe5d734f3543b7a1266f252fe96188efc69531
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Nov 2 14:51:39 2020 -0800
+
+    Implement will_overflow ().
+
+ src/hb-repacker.hh   | 73 +++++++++++++++++++++++++++++++++++++++++++++++++---
+ src/test-repacker.cc | 45 ++++++++++++++++++++++++++++++++
+ 2 files changed, 114 insertions(+), 4 deletions(-)
+
+commit 6b1ea4cbe724af10309763b708abc36c968f14a7
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Oct 30 12:16:26 2020 -0700
+
+    [subset] hook up the repacker to run if offset overflows are encountered during subsetting.
+
+ src/hb-serialize.hh | 13 +++++++++++--
+ src/hb-subset.cc    | 30 +++++++++++++++++++++++++++++-
+ 2 files changed, 40 insertions(+), 3 deletions(-)
+
+commit f4c78cc7dd11c83aa3f3a3516e75f4fe689aff19
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Oct 30 10:29:51 2020 -0700
+
+    [subset] Implement Kahn's algo for topological sorting instead of BFS.
+
+ src/hb-repacker.hh   | 88 +++++++++++++++++++++++++++++++++++-----------------
+ src/test-repacker.cc | 69 +++++++++++++++++++++++++++++++++++++---
+ 2 files changed, 124 insertions(+), 33 deletions(-)
+
+commit 00f393dc3fdd40a761df4fe988745ecb0e62df4b
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Oct 29 14:58:34 2020 -0700
+
+    [subset] finish up BFS sort implementation.
+
+ src/hb-repacker.hh   | 93 +++++++++++++++++++++++++++++++++++++++-----------
+ src/test-repacker.cc | 95 ++++++++++++++++++++++++++++++++++++++++++----------
+ 2 files changed, 151 insertions(+), 37 deletions(-)
+
+commit 1584d3cb8faf244ae439cd59eac5f3d006d7a106
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Oct 28 17:49:09 2020 -0700
+
+    [subset] Start a proof of concept implementation of the GSUB/GPOS offset overflow resolver.
+
+ src/Makefile.am      |   6 +-
+ src/Makefile.sources |   1 +
+ src/hb-repacker.hh   | 180 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-serialize.hh  |   3 +
+ src/test-repacker.cc |  87 +++++++++++++++++++++++++
+ 5 files changed, 276 insertions(+), 1 deletion(-)
+
+commit a7d120aeabbae6a08f3cdd39a5ef1d435c3a4854
+Merge: 69d772e52 56ca43578
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 17 14:33:33 2021 -0700
+
+    Merge pull request #2835 from googlefonts/remove_redundant_sys
+    
+    [subset] Remove redundant LangSys
+
+commit 56ca435787c1686fcfe01bf4db822bb91d9ba769
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Jan 28 15:21:26 2021 -0800
+
+    [subset] fix for collect_features and remove_redundant_lamngsys
+    
+    previously remove_redundant_sys () is missing in harfbuzz, after
+    redundant langsys removal, some features are removed as well in
+    prune_features() in fonttools. This change is trying to get the same
+    result between harfbuzz and fonttools.
+
+ src/hb-ot-layout-common.hh                         | 182 +++++++++++++++++++--
+ src/hb-ot-layout-gpos-table.hh                     |   2 +-
+ src/hb-ot-layout-gsub-table.hh                     |   2 +-
+ src/hb-ot-layout-gsubgpos.hh                       |  75 ++++++++-
+ src/hb-subset-plan.cc                              |  43 ++++-
+ src/hb-subset-plan.hh                              |   6 +-
+ ...-retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 48640 -> 48596 bytes
+ ...lar.keep-layout-retain-gids.627,644,62D,628.ttf | Bin 42884 -> 42836 bytes
+ ...iri-Regular.keep-layout-retain-gids.627,644.ttf | Bin 36940 -> 36892 bytes
+ ...yout-retain-gids.633,645,627,621,20,644,627.ttf | Bin 46724 -> 46680 bytes
+ ...Regular.keep-layout-retain-gids.63A,64A,631.ttf | Bin 42896 -> 42896 bytes
+ ....keep-layout.627,644,623,62D,644,627,645,2E.ttf | Bin 13332 -> 13288 bytes
+ .../Amiri-Regular.keep-layout.627,644,62D,628.ttf  | Bin 10232 -> 10188 bytes
+ .../Amiri-Regular.keep-layout.627,644.ttf          | Bin 4412 -> 4364 bytes
+ ...ular.keep-layout.633,645,627,621,20,644,627.ttf | Bin 10372 -> 10324 bytes
+ .../Amiri-Regular.keep-layout.63A,64A,631.ttf      | Bin 7824 -> 7824 bytes
+ test/subset/data/fonts/Amiri-Regular.ttf           | Bin 562684 -> 562980 bytes
+ 17 files changed, 284 insertions(+), 26 deletions(-)
+
+commit 69d772e522c60aa9d73b6ccd550f4a834e7bd9b8
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Mar 17 14:11:16 2021 -0700
+
+    [subset] Fixed test gsub5 test files.
+
+ ...2.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3752 -> 3808 bytes
+ ...e_subrules_f2.keep-layout.retain-all-codepoint.otf | Bin 3752 -> 3808 bytes
+ ...2.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3768 -> 3824 bytes
+ ...e_subrules_f2.keep-layout.retain-all-codepoint.otf | Bin 3768 -> 3824 bytes
+ ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3772 -> 3828 bytes
+ ...successive_f1.keep-layout.retain-all-codepoint.otf | Bin 3772 -> 3828 bytes
+ 6 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 0e1c0fa404e2ad087265dc59130dbec1c4682258
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jan 12 10:17:14 2021 -0800
+
+    [subset] optimize glyph closure method: step 5
+    
+    add testcase and some fixes
+
+ src/hb-ot-layout-common.hh                         |  35 ++++----
+ src/hb-ot-layout-gsub-table.hh                     |  10 +--
+ src/hb-ot-layout-gsubgpos.hh                       |  95 +++++++++++++++------
+ src/hb-ot-layout.cc                                |  18 +++-
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ ...ubrules_f2.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2248 bytes
+ ...e_subrules_f2.keep-layout-retain-gids.41,42.otf | Bin 0 -> 2224 bytes
+ ...e_subrules_f2.keep-layout-retain-gids.41,43.otf | Bin 0 -> 2060 bytes
+ ...iple_subrules_f2.keep-layout-retain-gids.41.otf | Bin 0 -> 1928 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3752 bytes
+ ...1_multiple_subrules_f2.keep-layout.41,42,43.otf | Bin 0 -> 1460 bytes
+ ...ext1_multiple_subrules_f2.keep-layout.41,42.otf | Bin 0 -> 1420 bytes
+ ...ext1_multiple_subrules_f2.keep-layout.41,43.otf | Bin 0 -> 1344 bytes
+ ...ontext1_multiple_subrules_f2.keep-layout.41.otf | Bin 0 -> 1228 bytes
+ ...ubrules_f2.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3752 bytes
+ ...ubrules_f2.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2264 bytes
+ ...e_subrules_f2.keep-layout-retain-gids.41,42.otf | Bin 0 -> 2236 bytes
+ ...e_subrules_f2.keep-layout-retain-gids.41,43.otf | Bin 0 -> 2060 bytes
+ ...iple_subrules_f2.keep-layout-retain-gids.41.otf | Bin 0 -> 1928 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3768 bytes
+ ...2_multiple_subrules_f2.keep-layout.41,42,43.otf | Bin 0 -> 1476 bytes
+ ...ext2_multiple_subrules_f2.keep-layout.41,42.otf | Bin 0 -> 1432 bytes
+ ...ext2_multiple_subrules_f2.keep-layout.41,43.otf | Bin 0 -> 1344 bytes
+ ...ontext2_multiple_subrules_f2.keep-layout.41.otf | Bin 0 -> 1228 bytes
+ ...ubrules_f2.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3768 bytes
+ ...cessive_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2028 bytes
+ ...successive_f1.keep-layout-retain-gids.41,42.otf | Bin 0 -> 1932 bytes
+ ...successive_f1.keep-layout-retain-gids.41,43.otf | Bin 0 -> 2048 bytes
+ ...t3_successive_f1.keep-layout-retain-gids.41.otf | Bin 0 -> 1916 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3772 bytes
+ ...context3_successive_f1.keep-layout.41,42,43.otf | Bin 0 -> 1328 bytes
+ ...ub_context3_successive_f1.keep-layout.41,42.otf | Bin 0 -> 1228 bytes
+ ...ub_context3_successive_f1.keep-layout.41,43.otf | Bin 0 -> 1332 bytes
+ .../gsub_context3_successive_f1.keep-layout.41.otf | Bin 0 -> 1216 bytes
+ ...cessive_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3772 bytes
+ .../fonts/gsub_context1_multiple_subrules_f2.otf   | Bin 0 -> 4776 bytes
+ .../fonts/gsub_context2_multiple_subrules_f2.otf   | Bin 0 -> 4796 bytes
+ .../data/fonts/gsub_context3_successive_f1.otf     | Bin 0 -> 4760 bytes
+ test/subset/data/tests/layout.gsub5.tests          |  15 ++++
+ test/subset/meson.build                            |   1 +
+ 41 files changed, 124 insertions(+), 52 deletions(-)
+
+commit b8a58a0c0b7d62c33b106ad119a567b6d86d1d36
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Sun Jan 10 15:50:04 2021 -0800
+
+    [subset] optimize glyph closure method: step 4
+    
+    optimize recurse_lookups in Context/ChainContext
+    glyph closure, only the glyphs that the parent lookup
+    can apply the recursion to can participate in recursing
+    the lookup.
+
+ src/hb-ot-layout-gsub-table.hh |  84 ++++------------
+ src/hb-ot-layout-gsubgpos.hh   | 219 +++++++++++++++++++++++++++++++----------
+ 2 files changed, 186 insertions(+), 117 deletions(-)
+
+commit 62423504ee6dcf282177ea0b91268df4e7a1e30b
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jan 5 14:54:40 2021 -0800
+
+    [subset] optimize glyph closure method: step 3
+    
+    Add function intersects_coverage_glyphs that collects
+    set of matching glyphs in Coverage table
+
+ src/hb-ot-layout-common.hh | 39 ++++++++++++++++++++++++++++++++++-----
+ 1 file changed, 34 insertions(+), 5 deletions(-)
+
+commit ef78d0f92345eb452e94c73301bc929822755b27
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jan 5 10:16:50 2021 -0800
+
+    [subset] optimize glyph closure method: step 2
+    Add function intersects_class_glyphs that collects
+    set of glyphs matching class in ClassDef table
+
+ src/hb-ot-layout-common.hh | 75 ++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 75 insertions(+)
+
+commit b4fc593c3c34c45521c684cb6d0d24079d553e3a
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Dec 9 10:44:18 2020 -0800
+
+    [subset] optimize glyph closure method: step1
+    
+    Previous GSUB glyph closure is done by recursively visiting
+    all reachable lookup tables that apply to any glyphs in the
+    current/input glyph set, but actually only the glyphs that
+    the parent lookup can apply the recursion to can participate
+    in recursing the lookup. This is step 1 for glyph closure
+    optimization:
+    1. Add stack of currently active glyph set pointers into hb_closure_context_t
+    2. Update closure() method in simple GSUB tables to use
+    this stack in order not to change current glyph set at different stages
+    of recursion
+    3. Add function may_have_non_1to1() to GSUB tables
+
+ src/hb-ot-layout-gsub-table.hh | 100 ++++++++++++++++++++++++++++++++++++++---
+ src/hb-ot-layout-gsubgpos.hh   |  57 ++++++++++++++++++++++-
+ 2 files changed, 150 insertions(+), 7 deletions(-)
+
+commit 5f4c321d4aae659f83178143d5a4df0d2d6b4d02
+Merge: 03538e872 1b79b8cd2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 17 10:20:59 2021 -0700
+
+    Merge pull request #2894 from googlefonts/gpos_2
+    
+    [subset] Update PairPosFormat2 subsetting to match fontTools
+
+commit 1b79b8cd2daebc99acd9310742755f02162e5ed0
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Mar 16 15:23:11 2021 -0700
+
+    [subset] update gpos tests to reflect updated behaviour.
+
+ test/api/fonts/AdobeVFPrototype.WA.gpos.otf | Bin 3948 -> 4148 bytes
+ test/api/fonts/Roboto-Regular-gpos-aw.ttf   | Bin 2232 -> 2236 bytes
+ test/api/test-subset-gpos.c                 |   5 -----
+ 3 files changed, 5 deletions(-)
+
+commit 2df39bcae7e34630361a49c44e9d295233367ce0
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Mar 16 14:20:49 2021 -0700
+
+    [subset] don't allocate a set to use as a glyph filter for PairPosFormat2.
+
+ src/hb-ot-layout-common.hh     | 34 ++++++++++++++++++++++------------
+ src/hb-ot-layout-gpos-table.hh |  7 +------
+ 2 files changed, 23 insertions(+), 18 deletions(-)
+
+commit b1b1486d07f8fe3c7a1fb4bc87e6f037ff5b47d3
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Mar 16 13:32:23 2021 -0700
+
+    [subset] update expected files to not include cmap12 pruning.
+
+ .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf      | Bin 2648 -> 2648 bytes
+ .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf      | Bin 2736 -> 2728 bytes
+ ...os2_2_font5.keep-layout-retain-gids.21,23,25.otf | Bin 1824 -> 1816 bytes
+ .../gpos2_2_font5.keep-layout-retain-gids.21,23.otf | Bin 1692 -> 1684 bytes
+ .../gpos2_2_font5.keep-layout-retain-gids.2E,23.otf | Bin 2024 -> 1944 bytes
+ ...keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3732 -> 3724 bytes
+ .../gpos2_2_font5.keep-layout.21,23,25.otf          | Bin 1488 -> 1480 bytes
+ .../gpos2_2_font5.keep-layout.21,23.otf             | Bin 1368 -> 1360 bytes
+ .../gpos2_2_font5.keep-layout.2E,23.otf             | Bin 1588 -> 1508 bytes
+ ...os2_2_font5.keep-layout.retain-all-codepoint.otf | Bin 3732 -> 3724 bytes
+ ...t-retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 48640 -> 48640 bytes
+ ...r.keep-layout.627,644,623,62D,644,627,645,2E.ttf | Bin 13332 -> 13332 bytes
+ 12 files changed, 0 insertions(+), 0 deletions(-)
+
+commit bb54e1047d2d501459bb366e47f24f51824c8db7
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Mar 16 13:19:26 2021 -0700
+
+    [subset] Also filter class1 by coverage when collecting variation indices for PairPosFormat2.
+
+ src/hb-ot-layout-gpos-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 190b7a98f8af54cc42d3ccdb6979e432dfd41aa9
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Oct 8 14:44:54 2020 -0700
+
+    [subset] Update PairPosFormat2 subsetting to match fontTools updated subsetting (https://github.com/fonttools/fonttools/pull/2221)
+    
+    - subset class def 1 against the coverage table.
+    - Don't re-use class 0 in class def 2.
+    - Ignore class 0 glyphs for the purposes of determing format 1 vs format 2 encoding for ClassDef.
+    
+    Add an additional test case which demonstrates these issues.
+
+ src/hb-ot-layout-common.hh                         |  43 +++++++++++++--------
+ src/hb-ot-layout-gpos-table.hh                     |  14 +++++--
+ ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.otf | Bin 5444 -> 5400 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.otf   | Bin 4916 -> 4872 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42.otf      | Bin 4436 -> 4392 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.otf   | Bin 4556 -> 4540 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41.otf         | Bin 3692 -> 3688 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.42,57.otf      | Bin 4556 -> 4524 bytes
+ ...gpos2_1_font7.keep-layout-retain-gids.2E,23.otf | Bin 0 -> 1944 bytes
+ .../gpos2_1_font7.keep-layout.2E,23.otf            | Bin 0 -> 1508 bytes
+ ...s2_2_font5.keep-layout-retain-gids.21,23,25.otf | Bin 1776 -> 1824 bytes
+ ...gpos2_2_font5.keep-layout-retain-gids.21,23.otf | Bin 1644 -> 1692 bytes
+ ...gpos2_2_font5.keep-layout-retain-gids.2E,23.otf | Bin 0 -> 2024 bytes
+ ...s2_2_font5.keep-layout-retain-gids.41,42,43.otf | Bin 1988 -> 1988 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 3684 -> 3732 bytes
+ .../gpos2_2_font5.keep-layout.21,23,25.otf         | Bin 1440 -> 1488 bytes
+ .../gpos2_2_font5.keep-layout.21,23.otf            | Bin 1320 -> 1368 bytes
+ .../gpos2_2_font5.keep-layout.2E,23.otf            | Bin 0 -> 1588 bytes
+ .../gpos2_2_font5.keep-layout.41,42,43.otf         | Bin 1288 -> 1288 bytes
+ ...s2_2_font5.keep-layout.retain-all-codepoint.otf | Bin 3684 -> 3732 bytes
+ test/subset/data/fonts/gpos2_2_font5.otf           | Bin 4580 -> 4632 bytes
+ test/subset/data/tests/layout.gpos2.tests          |   1 +
+ 22 files changed, 38 insertions(+), 20 deletions(-)
+
+commit 03538e872a0610a65fad692b33d3646f387cf578
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Mar 16 19:28:35 2021 +0200
+
+    2.8.0
+
+ NEWS             | 15 +++++++++++++++
+ configure.ac     |  2 +-
+ meson.build      |  2 +-
+ src/hb-version.h |  6 +++---
+ 4 files changed, 20 insertions(+), 5 deletions(-)
+
+commit 4c34478b28497acfce02b8a544fed4ae20526336
+Merge: daeb27734 f2d08578e
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Mar 16 10:37:49 2021 +0200
+
+    Merge pull request #2899 from harfbuzz/ci-fix
+    
+    [ci] Don’t install meson from its master branch
+
+commit daeb27734693183232a4571bae76a88ba869224f
+Merge: a5b8e7db4 f5356bcb6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 18:50:02 2021 -0700
+
+    Merge pull request #2900 from harfbuzz/nodiscard-buffer
+    
+    Mark buffer modification methods that can fail with nodiscard
+
+commit f2d08578e7a6c6febeff498dbba91ea1f747e14f
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Mar 16 00:19:40 2021 +0200
+
+    [tests] Increase shape-fuzzer timeout
+
+ test/fuzzing/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cad753e20f7f48d4910ce99c55bf8cc379a4aae7
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Mar 16 01:04:16 2021 +0200
+
+    [ci] Use known working Ubuntu version
+    
+    GitHub Actions seems to be moving ubuntu-latest from ubuntu-18.04 to
+    ubuntu-20.04, but gcovr is broken for us in the new version.
+
+ .github/workflows/linux-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ff86c72e09f8d7c623fafec671d44d62ef940e50
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Mar 16 00:20:05 2021 +0200
+
+    [ci] Avoid duplicate builds on pull requests
+    
+    Don’t run GitHub Actions on pushing to branches other than master. This
+    was already the case for the linux-ci workflow.
+
+ .github/workflows/msvc-ci.yml  | 2 ++
+ .github/workflows/msys2-ci.yml | 2 ++
+ 2 files changed, 4 insertions(+)
+
+commit f5356bcb6186d21158275e69fce75f015eac5478
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 16:52:39 2021 -0600
+
+    [ci] Switch back to c++2a
+    
+    Okay I guess we can be bothered to fix things up for next version of C++.
+    
+    Reverts meat of c0b3b9b2584c6dcb5fc37e3b49e26fba718d0e6c
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9e397ff2fb1beb08a226f12d68a406a13023f03d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 16:50:54 2021 -0600
+
+    [buffer] Fix order of HB_INTERNAL HB_DISCARD
+    
+    Sucks that has to be specified in this order. But that is what it is for now.
+    
+    Was only exhibiting problem on C++>=17 since that's when the [[nodiscard]]
+    was introduced.
+
+ src/hb-buffer.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 9582640eedbf73fa95e6877a83e9b70970d9d115
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 16:47:27 2021 -0600
+
+    [ci] Remove more cruft
+    
+    All were commented out already.
+
+ .circleci/config.yml | 6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+commit c0b3b9b2584c6dcb5fc37e3b49e26fba718d0e6c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 16:46:13 2021 -0600
+
+    [ci] Don't test C++2a build
+    
+    One of the bots is unhappy when HB_NODISCARD comes after HB_INTERNAL.
+    No idea why. But, again, we're testing HarfBuzz, not C++, not clang. Ugh.
+    
+    In file included from src/harfbuzz.cc:1:
+    In file included from src/hb-aat-layout.cc:30:
+    In file included from src/hb-aat-layout.hh:32:
+    In file included from src/hb-ot-shape.hh:32:
+    In file included from src/hb-ot-map.hh:32:
+    src/hb-buffer.hh:335:15: error: an attribute list cannot appear here
+      HB_INTERNAL HB_NODISCARD bool move_to (unsigned int i); /* i is output-buffer index. */
+                  ^~~~~~~~~~~~
+    https://app.circleci.com/pipelines/github/harfbuzz/harfbuzz/1693/workflows/77459205-a189-45d3-bc58-52a8fd952c3f/jobs/155912/parallel-runs/0/steps/0-110?invite=true
+
+ .circleci/config.yml | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 15f3ef01366c8dc1d6fa18f6c9e072b18f92afd7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 15:36:47 2021 -0600
+
+    [test] Fix output format
+
+ test/shaping/run-tests.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8450f43ae1d1a5825bdfc1ec665cb81b05f35cc2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 15:18:06 2021 -0600
+
+    [buffer] HB_NODISCARD next_glyph()
+
+ src/gen-vowel-constraints.py                 |  6 ++---
+ src/hb-aat-layout-common.hh                  |  2 +-
+ src/hb-buffer.hh                             |  2 +-
+ src/hb-ot-layout-gsubgpos.hh                 |  2 +-
+ src/hb-ot-layout.cc                          |  2 +-
+ src/hb-ot-shape-complex-hangul.cc            | 18 +++++++--------
+ src/hb-ot-shape-complex-syllabic.cc          |  4 ++--
+ src/hb-ot-shape-complex-thai.cc              |  9 ++++----
+ src/hb-ot-shape-complex-vowel-constraints.cc | 34 ++++++++++++++--------------
+ src/hb-ot-shape-normalize.cc                 | 33 +++++++++++++++------------
+ 10 files changed, 57 insertions(+), 55 deletions(-)
+
+commit f4bc7673db762db8dbb83caaeeb32b2c04dbcf9a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 14:54:45 2021 -0600
+
+    [buffer] Implement copy_glyph() in terms of output_info()
+
+ src/hb-buffer.hh | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit f73982a6992445141ea7ca402d1f4fea80f151c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 14:52:19 2021 -0600
+
+    [buffer] Implement replace_glyph() in terms of replace_glyphs(1,1)
+    
+    I get exact same binary size with this, suggesting that compiler is
+    optimizing these as needed.
+
+ src/hb-buffer.hh | 12 +-----------
+ 1 file changed, 1 insertion(+), 11 deletions(-)
+
+commit 862f913489a868154a3733a93e1ea0407e68cc05
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 14:48:50 2021 -0600
+
+    [buffer] Implement output_glyph() in terms of replace_glyphs(0,1)
+    
+    To my surprise, saves ~20kb in my build (non-size-optimized) build.
+    The output_glyph() method is never used in the fast paths, so doesn't
+    matter if is not fully optimized for the special case it is.
+
+ src/hb-buffer.hh | 9 +--------
+ 1 file changed, 1 insertion(+), 8 deletions(-)
+
+commit 34a1204f10eb1dedbd49c63eb7d89b86315ca093
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 14:39:06 2021 -0600
+
+    [buffer] HB_NODISCARD output_glyph()
+    
+    Also, generalize and use replace_glyphs() in morx where output_glyph() was used
+    in a loop.
+
+ src/gen-vowel-constraints.py                 |  4 +--
+ src/hb-aat-layout-morx-table.hh              |  6 ++---
+ src/hb-buffer.cc                             | 27 -------------------
+ src/hb-buffer.hh                             | 40 ++++++++++++++++++++--------
+ src/hb-ot-layout-gsubgpos.hh                 |  2 +-
+ src/hb-ot-shape-complex-thai.cc              |  7 +++--
+ src/hb-ot-shape-complex-vowel-constraints.cc |  4 +--
+ src/hb-ot-shape-normalize.cc                 |  3 ++-
+ 8 files changed, 41 insertions(+), 52 deletions(-)
+
+commit 07315d9c83b9f7b15244c9922f97f4c71f89ae7d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Mar 15 22:37:02 2021 +0200
+
+    [ci] Don’t install meson from its master branch
+    
+    We are testing Harfbuzz not meson!
+
+ .github/workflows/linux-ci.yml | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit e6be9eb4fbb9a5d1e028015cf1f92601da2984ac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 14:12:10 2021 -0600
+
+    [buffer] HB_NODISCARD output_info()
+
+ src/hb-buffer.hh                    | 2 +-
+ src/hb-ot-shape-complex-syllabic.cc | 2 +-
+ src/hb-ot-shape.cc                  | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 2a0dbb3ee59a83d1db568b002a17d617f4c45b63
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 14:10:39 2021 -0600
+
+    [buffer] HB_NODISCARD copy_glyph()
+
+ src/hb-aat-layout-morx-table.hh | 4 ++--
+ src/hb-buffer.hh                | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit b05e5d9a7998529ffd0e34f3b8d3ae5bf4c200eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 14:08:08 2021 -0600
+
+    [buffer] HB_NODISCARD next_glyphs()
+
+ src/hb-buffer.cc             | 2 +-
+ src/hb-buffer.hh             | 2 +-
+ src/hb-ot-shape-normalize.cc | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 4ae8aab83b83bc088719a993a359625b9ff1b6ab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 14:01:52 2021 -0600
+
+    [buffer] HB_NODISCARD has_separate_output()
+
+ src/hb-buffer.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8d3701f507cfda835855a64f598bed468a4b31e3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 14:01:32 2021 -0600
+
+    [buffer] HB_NODISCARD in_error()
+
+ src/hb-buffer.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 41e05479b6f1cc024576aca1f52b2185bdd93cef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 14:00:00 2021 -0600
+
+    [buffer] HB_NODISCARD shift_forward()
+
+ src/hb-buffer.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 83b3784d1d984ed3a94b696252b03eab514e3ffa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 13:59:14 2021 -0600
+
+    [buffer] HB_NODISCARD make_room_for()
+
+ src/hb-buffer.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c355508a8907584e41c4317fb56eac49f9627969
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 13:58:30 2021 -0600
+
+    [buffer] HB_NODISCARD ensure_glyphs() / ensure_unicode()
+
+ src/hb-buffer.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit bc22305b6ab626719e8b0c0d6fa518bf7b7267f6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 13:57:18 2021 -0600
+
+    [buffer] HB_NODISCARD ensure_inplace()
+
+ src/hb-buffer.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cac6c86d2f8013a6f803f95e5760d7be6d27bbe0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 13:46:54 2021 -0600
+
+    [buffer] HB_NODISCARD move_to()
+
+ src/hb-aat-layout-morx-table.hh | 14 +++++++-------
+ src/hb-buffer.hh                |  2 +-
+ src/hb-ot-layout-gsubgpos.hh    |  2 +-
+ 3 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 05d2d37f9a6753c2c3e0a2404e171f0b0a26c4ac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 13:43:29 2021 -0600
+
+    [buffer] HB_NODISCARD ensure()
+
+ src/hb-buffer.cc    | 7 +++++--
+ src/hb-buffer.hh    | 2 +-
+ src/hb-graphite2.cc | 2 +-
+ 3 files changed, 7 insertions(+), 4 deletions(-)
+
+commit d8028a076208d95fa66050d158f2c4b8c50040ad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 13:34:36 2021 -0600
+
+    [buffer] HB_NODISCARD enlarge()
+
+ src/hb-buffer.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3f1998a065075284e7fe57788411bcc086259349
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 13:33:44 2021 -0600
+
+    [buffer] HB_NODISCARD replace_glyph()
+
+ src/hb-aat-layout-morx-table.hh | 4 ++--
+ src/hb-buffer.hh                | 2 +-
+ src/hb-ot-layout-gsubgpos.hh    | 4 ++--
+ src/hb-ot-shape-complex-thai.cc | 5 ++---
+ 4 files changed, 7 insertions(+), 8 deletions(-)
+
+commit 607979d12f85eb8260b7d7b786a7866e60c3c49b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 13:23:48 2021 -0600
+
+    [buffer] HB_NODISCARD replace_glyphs()
+
+ src/hb-buffer.hh                  |  7 ++++---
+ src/hb-ot-shape-complex-hangul.cc | 10 ++++------
+ src/hb-ot-shape-normalize.cc      |  2 +-
+ 3 files changed, 9 insertions(+), 10 deletions(-)
+
+commit 906c9928bb49a1694f6e32d80bb2a1ed637674f8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 13:13:45 2021 -0600
+
+    [buffer] Return success status from buffer ops that can fail
+    
+    Previous error-handling philosophy was that user doesn't need to
+    immediately know whether operation failed. But as can be seen after
+    we added malloc-failing fuzzing, there's just so many places in the
+    code that a failure of these operations needs to be mitigated before
+    further operations. So I'm moving towards returning success here,
+    and possibly making it nodiscard.
+
+ src/hb-buffer.cc |  6 ++++--
+ src/hb-buffer.hh | 33 ++++++++++++++++++---------------
+ 2 files changed, 22 insertions(+), 17 deletions(-)
+
+commit a5b8e7db4d4a9aca46169e2be27be5bba1cdd4bd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 12:46:58 2021 -0600
+
+    [hangul] Improve error handling
+    
+    I did a review; changed some "return"s to "break"s, which should be identical.
+    Removed one check just before "continue" because not necessary.
+    The added error check is the actual fix.
+    
+    Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31755
+
+ src/hb-ot-shape-complex-hangul.cc | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit 99767f938689d308765ba96feb9ea67534b0c0d9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 15 12:36:59 2021 -0600
+
+    [hangul] Whitespace
+
+ src/hb-ot-shape-complex-hangul.cc | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit 3622120fab4e7d324a1b5e8465e7a6cfeb246e8d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Mar 10 12:21:43 2021 -0700
+
+    [subset] Make ClassDef format2 .intersects() return false if range value 0
+    
+    We treat Class0 as "doesn't intersect".  That's the only meaningful
+    interpretation. If one allos Class0 to mean "intersects", then the
+    intersects() result should be true iff glyphset is non-empty.
+    
+    Related to https://github.com/harfbuzz/harfbuzz/issues/2703
+
+ src/hb-ot-layout-common.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit e19de65eaeca135b2c735439185e35bfe1c0aeb7
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Mon Mar 8 13:12:47 2021 -0500
+
+    Update hb-ot-tag-table.hh (#2890)
+
+ src/gen-tag-table.py   |  1 +
+ src/hb-ot-tag-table.hh | 15 ++++++++++++---
+ 2 files changed, 13 insertions(+), 3 deletions(-)
+
+commit 7686ff854bbb9698bb1469dcfe6d288c695a76b7
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Mar 4 23:09:32 2021 +0200
+
+    [ot] Keep substituted Default_Ignorables (#2886)
+    
+    Don’t replace Default_Ignorables with zero-width space if they are
+    substituted or multiplied, not just when ligated.
+    
+    After this change, HarfBuzz output matches that of Uniscribe and
+    CoreText for the new tests.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2883
+
+ src/hb-ot-layout.hh                                      |   3 ++-
+ .../fonts/08b4b136f418add748dc641eb4a83033476f1170.ttf   | Bin 0 -> 2396 bytes
+ .../fonts/6677074106f94a2644da6aaaacd5bbd48cbdc7de.ttf   | Bin 0 -> 2388 bytes
+ .../fonts/fcea341ba6489536390384d8403ce5287ba71a4a.ttf   | Bin 0 -> 1824 bytes
+ .../shaping/data/in-house/tests/default-ignorables.tests |   3 +++
+ .../in-house/tests/mongolian-variation-selector.tests    |   2 +-
+ 6 files changed, 6 insertions(+), 2 deletions(-)
+
+commit 5efa04c8909cf61ad1491c0c1f41a6bb3f87e4e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 2 16:26:41 2021 -0700
+
+    [Makefile] Rebuild .def files if config changed
+    
+    I was getting check-symbols failure because my previous build was
+    without CoreText, and after reconfiguring with CoreText, the old
+    harfbuzz.defs file was not being regenerated.
+
+ src/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit d351bbf0fb7a20554bf4504fa568f85d4d68f266
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 2 16:24:54 2021 -0700
+
+    [Makefile] Remove unused variable HBNODISTHEADERS
+    
+    Not sure what it was used for before.
+
+ src/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fd489433a8a223068d904e04d4ce8bafa82900c7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 2 16:21:17 2021 -0700
+
+    [indic] Fix cluster-merging logic with cluster-level=1
+    
+    Was producing non-monotonic cluster numbers because our faulty logic
+    was not merging clusters if something from before base and after base
+    had switched positions.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2272
+
+ src/hb-ot-shape-complex-indic.cc                   |  28 ++++++++++++++++++---
+ .../6f36d056bad6d478fc0bf7397bd52dc3bd197d5f.ttf   | Bin 0 -> 2920 bytes
+ test/shaping/data/in-house/tests/cluster.tests     |   1 +
+ 3 files changed, 26 insertions(+), 3 deletions(-)
+
+commit 2902529b9276cd15319fa308a9b9e963fa21cc94
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Mar 2 15:05:22 2021 -0700
+
+    [subset] Fix HB_TINY build
+    
+    Fixes https://github.com/harfbuzz/harfbuzzjs/issues/34#issuecomment-789247723
+
+ src/hb-ot-layout-gsubgpos.hh | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 7cb22ba7ebf6ef053790a3201cb7014bacd51e46
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 1 12:44:06 2021 -0700
+
+    Include C headers with their C++ names (#2882)
+    
+    Remove unnecessary includes.
+    
+    Fixes build with some known broken SDKs (Nintendo Switch?)
+    
+    https://en.cppreference.com/w/cpp/header
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/2881
+
+ src/hb-blob.cc                    |  3 ---
+ src/hb-coretext.cc                |  1 -
+ src/hb-ot-color.cc                |  3 ---
+ src/hb.hh                         | 20 ++++++++++----------
+ src/test-buffer-serialize.cc      |  2 --
+ src/test-gpos-size-params.cc      |  2 --
+ src/test-gsub-would-substitute.cc |  2 --
+ src/test-ot-glyphname.cc          |  3 ---
+ src/test-ot-meta.cc               |  3 ---
+ src/test-ot-name.cc               |  3 ---
+ src/test.cc                       |  4 ----
+ 11 files changed, 10 insertions(+), 36 deletions(-)
+
+commit dbcf2f417fc545a5fb3a0ee4fb413409a15a0805
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Mar 1 12:43:32 2021 -0700
+
+    [cmake] Fix syntax
+
+ CMakeLists.txt | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 93745f9f49ec6004dfc477a01bdb6fd06b6484d0
+Merge: 8b2f9adf2 486da35cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 23 14:54:45 2021 -0700
+
+    Merge pull request #2875 from harfbuzz/constexpr-inttype
+    
+    [constexpr] Add constructors to IntType
+
+commit 486da35cc0954505db57b2e0f5b5b0b45a7c4007
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 23 13:58:14 2021 -0700
+
+    m Add comments to IntType cast out operator
+    
+    Okay, bots seem to be happy. Merging.
+
+ src/hb-open-type.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 83b66bfb665bb82fd03ae97c6f0e3eba01c0cba4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 23 13:04:25 2021 -0700
+
+    Another try to fix narrowing error
+    
+    ../src/hb-ot-layout-gsubgpos.hh: In instantiation of ‘void OT::ChainRule::serialize_array(hb_serialize_context_t*, OT::HBUINT16, Iterator) const [with Iterator = hb_map_iter_t<hb_array_t<const OT::IntType<short unsigned int> >, const hb_map_t*&, (hb_function_sortedness_t)0, 0>; typename hb_enable_if<hb_is_iterator_of<Lhs, typename Lhs::item_t>::value>::type* <anonymous> = 0; OT::HBUINT16 = OT::IntType<short unsigned int>]’:
+    ../src/hb-ot-layout-gsubgpos.hh:2341:30:   required from here
+    ../src/hb-ot-layout-gsubgpos.hh:2326:15: error: narrowing conversion of ‘(unsigned int)g’ from ‘unsigned int’ to ‘short unsigned int’ inside { } [-Werror=narrowing]
+           c->copy (HBUINT16 {g});
+           ~~~~~~~~^~~~~~~~~~~~~~
+    
+    https://github.com/harfbuzz/harfbuzz/pull/2875
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6c4bb60829d6e00647cb7ee74d816d648905cc3f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 22 22:45:32 2021 -0700
+
+    Fix narrowing errors with recent changes
+
+ src/hb-ot-layout-common.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit d6bd00a488ace632d51748b028a0378a2bdaad2c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 22 22:42:50 2021 -0700
+
+    Revert back IntType out cast to signed/unsigned
+    
+    Previous commit didn't fix the bots. Putting it back now that I
+    understand why I initially did the "Wide" casts.  But only doing
+    it for out-cast this time.  This causes "narrowing" warnings
+    whenever we are converting signed/unsigned to smaller HBUINT16
+    etc.  But those are valuable warnings.  We should address those
+    separately instead of ignoring.
+    
+    Maybe we should start using uint16_t more liberally in the
+    internal subsetter function signatures then.
+
+ src/hb-open-type.hh | 7 +------
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+commit 09836013995cab2b9f07577a179ad7b024130467
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 22 22:33:17 2021 -0700
+
+    Add back wider cast to IntType
+    
+    My local clang12 is fine, but many bots are not:
+    
+    ../src/hb-ot-cff1-table.hh: In instantiation of ‘bool CFF::Charset1_2<TYPE>::sanitize(hb_sanitize_context_t*, unsigned int) const [with TYPE = OT::IntType<unsigned char>]’:
+    ../src/hb-ot-cff1-table.hh:554:13:   required from here
+    ../src/hb-ot-cff1-table.hh:377:60: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
+           if (unlikely (!ranges[i].sanitize (c) || (num_glyphs < ranges[i].nLeft + 1)))
+                                                    ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
+    
+    Enabling the extra cast operator mentioned in previous commit to see if
+    that fixes this case.
+    
+    Again, I'd be happy to say "use 1u instead of 1" if this was universally
+    erred on.  But since some compilers happily compile this while others
+    err, it would be a huge headache. Let's see...
+    
+    https://github.com/harfbuzz/harfbuzz/pull/2875
+
+ src/hb-open-type.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 567cedcc5f99aae2db9c7f124b7f3a6f4b5ec57d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 22 22:09:15 2021 -0700
+
+    Narrow down cast operators on IntType
+    
+    Say for USHORT, we were implementing casts from and to unsigned.
+    With this change, we cast from and to uint16_t only.  This allows
+    compiler more opportunities to catch possible narrowing issues in
+    the code.
+    
+    It needed a couple of fixes in the codebase though, because
+    previously, if a USHORT was participating in arithmetic with signed
+    numbers, eg. "u + 1", the result would have been unsigned.  With
+    this change, it would be signed.  The correct fix is to update the
+    code to read "u + 1u".
+    
+    That said, I think about conditionally adding back the cast
+    out to signed/unsigned, to facilitate better type deduction.
+    But I couldn't think of a real situation where that would help
+    with anything.  So I didn't add.  Here's what it was:
+    
+      template <typename Type2 = hb_conditional<hb_is_signed (Type), signed, unsigned>,
+               hb_enable_if (sizeof (Type) < sizeof (Type2))>
+      operator hb_type_identity_t<Type2> () const { return v; }
+    
+    https://github.com/harfbuzz/harfbuzz/pull/2875
+
+ src/hb-aat-layout-common.hh     | 4 ++--
+ src/hb-aat-layout-morx-table.hh | 4 ++--
+ src/hb-open-type.hh             | 9 ++++-----
+ 3 files changed, 8 insertions(+), 9 deletions(-)
+
+commit f4f35a4d5fd595bc6887b9951f1c92ce4d100fe8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 22 22:28:32 2021 -0700
+
+    [constexpr] Use initializer instead of assignment
+
+ src/hb-ot-layout-common.hh   | 6 ++----
+ src/hb-ot-layout-gsubgpos.hh | 7 +------
+ 2 files changed, 3 insertions(+), 10 deletions(-)
+
+commit cc16b26ef4b9e7217ad819a31b9df55855a6f780
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 22 17:55:47 2021 -0700
+
+    [constexpr] IntType
+    
+    See https://github.com/harfbuzz/harfbuzz/pull/2875
+
+ src/hb-algs.hh      | 13 ++++++++-----
+ src/hb-open-type.hh | 12 ++++++++----
+ 2 files changed, 16 insertions(+), 9 deletions(-)
+
+commit 8b2f9adf2938513a183af58246e4b02b6173c359
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 22 17:42:24 2021 -0700
+
+    m Simplify Tag operator char*
+
+ src/hb-open-type.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 021a1725ed6b8b9f7b9b2987cbb89bed03a36477
+Merge: 1c693e8c2 11c28cb5f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 22 17:40:22 2021 -0700
+
+    Merge pull request #2874 from harfbuzz/constexpr2
+    
+    Some more cleanup towards using constexpr to simplify our internal datastrcutures.
+    
+    https://github.com/harfbuzz/harfbuzz/pull/2874
+
+commit 11c28cb5fa101a47b179e702e15ebf39d6483b32
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 22 17:38:53 2021 -0700
+
+    [cmake] Define HAVE_PTHREAD if not on win32
+    
+    Yeah...
+
+ CMakeLists.txt | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit b368a0736be279fe1ae78caa818351d88dc7131a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 22 17:23:53 2021 -0700
+
+    [atomic] Remove IBM/AIX implementation
+    
+    The C++11 implementation shall be enough for everyone.
+
+ src/hb-atomic.hh | 28 +---------------------------
+ 1 file changed, 1 insertion(+), 27 deletions(-)
+
+commit 52f91269607a45e4ae94ecca52df2299d6596de4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 22 17:22:09 2021 -0700
+
+    [atomic] Remove Windows implementation
+    
+    Since we require C++11 now, there's no point to do a macro version check.
+    Which means we don't hit the MSVC issue defining __cplusplus wrongly.
+
+ src/hb-atomic.hh | 28 ++--------------------------
+ 1 file changed, 2 insertions(+), 26 deletions(-)
+
+commit a666fe64a92206cc51d961be0848455d4fbd2bdd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 10:43:49 2020 -0700
+
+    [atomic] Comment
+
+ src/hb-atomic.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 3528a21e8d135e65d748895b469bf83c0ebec5ae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 10:40:21 2020 -0700
+
+    [atomic] Remove Apple implementation
+    
+    Continuation of https://github.com/harfbuzz/harfbuzz/pull/676
+
+ src/hb-atomic.hh | 24 ------------------------
+ 1 file changed, 24 deletions(-)
+
+commit 140797d4a2841d4109ad667a38226bfd59de5829
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 03:51:09 2020 -0700
+
+    [constexpr] hb_atomic_int_t
+
+ src/hb-atomic.hh | 13 ++++++++-----
+ src/hb-face.cc   |  4 ++--
+ src/hb-object.hh | 11 +++--------
+ 3 files changed, 13 insertions(+), 15 deletions(-)
+
+commit 2ec802b42a0766c3fc159fd47a2596a5eaf27742
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 03:48:38 2020 -0700
+
+    [object] Simplify reference_count_t
+
+ src/hb-object.hh | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit 4d116ed0f02920f9ba4634d87f6201343930b657
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 22 17:14:45 2021 -0700
+
+    [ci] Remove cmake
+    
+    Apparently(?) our cmake build never bothered setting up pthreads.
+    So when I removed the busy-loop mutex impl it now doesn't build.
+    
+    711c241f6c7e18c5403602375a733af74df76f83
+    
+    https://github.com/harfbuzz/harfbuzz/pull/2874#issuecomment-782778263
+
+ .circleci/config.yml | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 1c693e8c28478655e115ad6c25ff775222b7ac00
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 20 18:53:20 2021 -0700
+
+    [test] Fix unused-var warning
+
+ test/api/test-buffer.c | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 12a283d5132a3fe03c91e75ef1f7baf65d6b5855
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 22 12:50:41 2021 -0700
+
+    m[ft] No need to use atomic ops for cached_x_scale
+    
+    We have added a mutex since, so no need for atomicity.
+
+ src/hb-ft.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit b39c1f7829bb6c7a69eb783e579246fdb627cd94
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 20 15:46:17 2021 -0700
+
+    a[build] Fix distcheck
+
+ Makefile.am | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit a3c35aee30879cd86351413fc395d3128fe6817a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 02:07:20 2020 -0700
+
+    m Move HB_SCRIPT_MYANMAR_ZAWGYI
+
+ src/hb-ot-shape-complex.hh | 3 ++-
+ src/hb.hh                  | 8 --------
+ 2 files changed, 2 insertions(+), 9 deletions(-)
+
+commit c55bf55154887ae485501bf8843e26abb5cdedaa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 02:04:16 2020 -0700
+
+    Remove HB_CONST_FUNC and HB_PURE_FUNC
+    
+    They are not necessary for inline functions.
+
+ src/hb-algs.hh | 6 +++---
+ src/hb-face.hh | 2 +-
+ src/hb.hh      | 4 ----
+ 3 files changed, 4 insertions(+), 8 deletions(-)
+
+commit cba9893ac5470e5d70888ec240453b581a657252
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 01:55:57 2020 -0700
+
+    m[algs] Move roundf() here
+
+ src/hb-algs.hh | 7 +++++++
+ src/hb.hh      | 5 -----
+ 2 files changed, 7 insertions(+), 5 deletions(-)
+
+commit f0947717ff43c37a6273e9de7c83d082ffec22eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 01:53:21 2020 -0700
+
+    m[machinery] Move HB_VAR_ARRAY here
+
+ src/hb-machinery.hh | 5 +++++
+ src/hb.hh           | 5 -----
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 69464e9da04b9e9b7f5ac33688d3832b84a8318d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 20 15:42:44 2021 -0700
+
+    [algs] Another try at fixing BEInt constexpr
+    
+    ../src/hb-algs.hh:120:3: error: body of constexpr function ‘constexpr BEInt<Type, 2>::operator Type() const [with Type = short unsigned int]’ not a return-statement
+
+ src/hb-algs.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit ff7bf88192b0ceed3e9489c82f6b902ced37e1b4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 20 15:39:29 2021 -0700
+
+    m[algs] Fix BEInt -Wnarrowing errors
+
+ src/hb-algs.hh | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit a89d9f25b4baa538293c397920e5a4489859878c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 20 15:35:28 2021 -0700
+
+    m Err on -Wnarrowing instead of -Wc++11-narrowing
+    
+    On clang, -Wnarrowing is synonym for -Wc++11-narrowing.
+    On gcc it isn't. So, use the widely-available one
+
+ src/hb.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e208f80449caccea19f68e395ad4c38353849da6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Feb 20 15:31:27 2021 -0700
+
+    Make constexpr BEInt<Type, 2>::operator Type() C++11-compatible
+    
+    Multiple return values not permitted until C++14
+
+ src/hb-algs.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit c2fc2aa44cc8018ac689dde36efa34a635544197
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 01:49:28 2020 -0700
+
+    [atomic] Remove Solaris intrinsics
+
+ CMakeLists.txt                             | 17 -----------------
+ configure.ac                               | 18 ------------------
+ meson-cc-tests/solaris-atomic-operations.c |  8 --------
+ meson.build                                |  4 ----
+ src/hb-atomic.hh                           | 29 -----------------------------
+ 5 files changed, 76 deletions(-)
+
+commit 7099a6dca18c12a3bb062adba4d429abc46d76a9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 01:47:37 2020 -0700
+
+    [atomic] Remove old Intel primitives implementation
+
+ .github/workflows/coverity-scan.yml           |  6 +++---
+ CMakeLists.txt                                | 14 --------------
+ configure.ac                                  | 16 ----------------
+ meson-cc-tests/intel-atomic-primitives-test.c |  6 ------
+ meson.build                                   |  4 ----
+ src/hb-atomic.hh                              |  9 ---------
+ 6 files changed, 3 insertions(+), 52 deletions(-)
+
+commit 711c241f6c7e18c5403602375a733af74df76f83
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 01:40:30 2020 -0700
+
+    m[mutex] Remove busyloop mutex implemenation
+    
+    Don't know why I ever added this. :)
+
+ configure.ac    |  5 -----
+ meson.build     |  3 ---
+ src/hb-mutex.hh | 18 ------------------
+ 3 files changed, 26 deletions(-)
+
+commit 47f01c0726388102b82c1e04a5f134abb74b1831
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 01:25:35 2020 -0700
+
+    m[algs] Move BEInt here
+
+ src/hb-algs.hh | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb.hh      | 76 ------------------------------------------------------
+ 2 files changed, 80 insertions(+), 77 deletions(-)
+
+commit e5b7bc424dd08c206f8c5baf5ac1b67d1dfd116e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 01:24:02 2020 -0700
+
+    m Add default value to BEInt<> Size template parameter
+
+ src/hb-open-type.hh | 14 +++++++-------
+ src/hb-serialize.hh |  2 +-
+ src/hb.hh           |  4 ++--
+ 3 files changed, 10 insertions(+), 10 deletions(-)
+
+commit 2caae4a59aadf889b410c4e2f42c0285013c22e6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 01:18:28 2020 -0700
+
+    m Move class traits
+
+ src/hb-meta.hh | 11 +++++++++++
+ src/hb.hh      |  8 --------
+ 2 files changed, 11 insertions(+), 8 deletions(-)
+
+commit c2dbd6cc0f9f30b2faed1fa0f40cfff742baae86
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 01:15:36 2020 -0700
+
+    Remove static_assert of sizeof basic sized int types
+
+ src/hb.hh | 8 --------
+ 1 file changed, 8 deletions(-)
+
+commit e1706ffecdc0469063b90bbef6178c092dd7f32b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 00:59:06 2020 -0700
+
+    m [algs] Move flags here
+
+ src/hb-algs.hh | 36 ++++++++++++++++++++++++++++++++++++
+ src/hb.hh      | 36 ------------------------------------
+ 2 files changed, 36 insertions(+), 36 deletions(-)
+
+commit 017f6b0d2441dc7602d9cb4b6783aaf5a0424f96
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 00:44:41 2020 -0700
+
+    m Move static_assert_expr<>
+
+ src/hb-meta.hh | 4 ++++
+ src/hb.hh      | 5 -----
+ 2 files changed, 4 insertions(+), 5 deletions(-)
+
+commit 61f8d0e57dd9eee7e174f091f4e43646251dbb06
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 00:38:56 2020 -0700
+
+    m Rename ASSERT_STATIC_EXPR_ZERO to static_assert_expr
+
+ src/hb-ot-shape-complex-arabic-win1256.hh | 4 ++--
+ src/hb-ot-shape-complex-indic.hh          | 2 +-
+ src/hb.hh                                 | 8 ++++----
+ 3 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 59cfffb1af82c706e181db64e81794f43af05cf4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 00:34:07 2020 -0700
+
+    m Change ASSERT_STATIC_EXPR_ZERO template arg type to bool
+
+ src/hb.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 1981d83d7fefbc22d28d69714bfdac7aa5064d15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 00:28:31 2020 -0700
+
+    [constexpr] HB_MARK_AS_FLAG_T
+
+ src/hb.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit a4a99de0eb17b1de1be99534b5184fd1f1c53c37
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 00:22:02 2020 -0700
+
+    [constexpr] bswap
+
+ src/hb.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f8ebe1dacd71d93dc2b401d0afbac86f5e14311d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 29 00:20:45 2020 -0700
+
+    [constexpr] BEInt
+
+ src/hb.hh | 64 +++++++++++++++++++++++----------------------------------------
+ 1 file changed, 23 insertions(+), 41 deletions(-)
+
+commit 2fbd34f89a80fb25aa0f8edd1dbb692c66211842
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 28 22:41:09 2020 -0700
+
+    m[set/map] Add operator bool()
+    
+    Probably should use in places..
+
+ src/hb-map.hh | 1 +
+ src/hb-set.hh | 1 +
+ 2 files changed, 2 insertions(+)
+
+commit bf75a0a03ac910879ee91cd29a4581c304edc644
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 19 18:18:38 2021 -0700
+
+    m[dispatch] Use inline class member initialization
+    
+    Let's see how bots like this...
+
+ src/hb-dispatch.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 82928d9cf65e275362188e9d855690d2ae71f005
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 28 22:03:57 2020 -0700
+
+    m[blob] Move immutable check to C API boundary
+    
+    Similarly to 08ed9e3f779253e3b5f01c38d44d0e5db2d5e7aa
+
+ src/hb-blob.cc | 10 +++-------
+ 1 file changed, 3 insertions(+), 7 deletions(-)
+
+commit 4020c6b286a5a2bacf8ca97a402b39bbf29f18c6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 28 21:59:46 2020 -0700
+
+    m[blob] An empty blob can always be made writable
+
+ src/hb-blob.cc | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit 2d39031f7b03543d8e9638354afad1af68872f06
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 28 20:48:48 2020 -0700
+
+    [buffer/set/map] Move immutable check only to C API boundary
+    
+    The immutable objects are a concept only enforced by the C API.
+    So move checks only to that region.
+    
+    This does assume that the rest of the code is careful not getting
+    into these internal methods on immutable objects, which something
+    we do, but have no way of enforcing (currently).
+    
+    .
+
+ src/hb-buffer.cc | 21 ++++++---------------
+ src/hb-map.cc    |  3 +++
+ src/hb-map.hh    |  4 ----
+ src/hb-set.cc    |  3 +++
+ src/hb-set.hh    |  5 -----
+ 5 files changed, 12 insertions(+), 24 deletions(-)
+
+commit 6d83d44052d85f1a67ad14101b1a0a89cca642c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 28 21:02:51 2020 -0700
+
+    m[set] Recover set from error in .reset()
+
+ src/hb-set.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 445efe8d04b76e14148e7a53c891adb96e199dad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 28 20:59:01 2020 -0700
+
+    m[vector] Recover vector from error in .reset()
+
+ src/hb-vector.hh | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit 21433fa563028b1dda5f044bdeef9221511806f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 28 20:46:02 2020 -0700
+
+    m[buffer] In hb_buffer_append() don't change until allocation success
+
+ src/hb-buffer.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 0f61a6213acd3f8ad5dd93f11c526bacceff699c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 28 20:40:25 2020 -0700
+
+    m[vowels] Simplify
+    
+    If we didn't "process" anything, swap_buffers() becomes a no-op.
+
+ src/gen-vowel-constraints.py                 |  5 +----
+ src/hb-ot-shape-complex-vowel-constraints.cc | 19 +------------------
+ 2 files changed, 2 insertions(+), 22 deletions(-)
+
+commit 3b91e0b5920a4a1c16dc349c4c93b4a4daf006bc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 28 20:33:54 2020 -0700
+
+    m[buffer] Rename internal variable
+
+ src/hb-buffer.cc | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 9fcba109bf62aaff3dd8469ecb387e7451031a76
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 28 20:30:39 2020 -0700
+
+    [buffer] Make swap_buffers() copy rest
+
+ src/gen-vowel-constraints.py                 | 4 ----
+ src/hb-aat-layout-common.hh                  | 4 ----
+ src/hb-buffer.cc                             | 3 +++
+ src/hb-ot-shape-complex-vowel-constraints.cc | 4 ----
+ src/hb-ot-shape.cc                           | 2 --
+ 5 files changed, 3 insertions(+), 14 deletions(-)
+
+commit 86993c09a1f1d72b972592693ccfb18a5ab28af4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 19 17:09:33 2021 -0700
+
+    Ignore -Wrange-loop-analysis
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2834
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 6d94194497b49ee4cd05c9f590f6cd871a5708e9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 19 17:08:10 2021 -0700
+
+    Use auto in range-for-loop more
+
+ src/hb-ot-cff-common.hh      | 2 +-
+ src/hb-ot-cmap-table.hh      | 8 ++++----
+ src/hb-ot-layout-gsubgpos.hh | 6 ++++--
+ 3 files changed, 9 insertions(+), 7 deletions(-)
+
+commit 1551f3d51862ab8f6428c9c35c7f424b00af72ee
+Author: justvanrossum <justvanrossum@gmail.com>
+Date:   Thu Feb 18 11:57:37 2021 +0100
+
+    fixing more expected test results
+
+ test/api/test-draw.c | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 79e4f436e7fc4634ed285d548cad48069c6390eb
+Author: justvanrossum <justvanrossum@gmail.com>
+Date:   Wed Feb 17 10:21:58 2021 +0100
+
+    Apply rounding correctly when calculating glyph extents for CFF and CFF2; adjust expected test results
+
+ src/hb-ot-cff1-table.cc        | 4 ++--
+ src/hb-ot-cff2-table.cc        | 4 ++--
+ test/api/test-ot-extents-cff.c | 6 +++---
+ 3 files changed, 7 insertions(+), 7 deletions(-)
+
+commit d01ebeae21b8f17a7eff92b091340fdf804b4de2
+Author: justvanrossum <justvanrossum@gmail.com>
+Date:   Wed Feb 17 10:13:54 2021 +0100
+
+    calculate extents based on scaled then rounded values; undo two of the earlier test result adjustments
+
+ src/hb-ot-glyf-table.hh           | 4 ++--
+ test/api/test-ot-metrics-tt-var.c | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 1d02e9c63bde6f5d064671401a292ffc440a9e99
+Author: justvanrossum <justvanrossum@gmail.com>
+Date:   Tue Feb 16 21:39:43 2021 +0100
+
+    two more adjusted expected extents results (still not convinced this is the right thing, though)
+
+ test/api/test-ot-metrics-tt-var.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit cd0babe6a66ad8286fd8e60d7a87d7691b249482
+Author: justvanrossum <justvanrossum@gmail.com>
+Date:   Tue Feb 16 21:05:30 2021 +0100
+
+    adjust expected test result
+
+ test/api/test-ot-metrics-tt-var.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1d8a89504bc2fc37372f10ea699453992ae8fc0b
+Author: justvanrossum <justvanrossum@gmail.com>
+Date:   Tue Feb 16 20:55:16 2021 +0100
+
+    do not round added deltas; fixes #2866
+
+ src/hb-ot-var-gvar-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 103ed7da83758e6327a0b0b3e8f521dd41f2232b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 19 16:48:30 2021 -0700
+
+    [subset] Use dagger
+    
+    Better fix for https://github.com/harfbuzz/harfbuzz/pull/2858
+
+ src/hb-ot-layout-gpos-table.hh | 12 +++---------
+ 1 file changed, 3 insertions(+), 9 deletions(-)
+
+commit d8ea552d1095b92f44657ca8a90e4fc9fcdbd37a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 18 12:07:46 2021 -0700
+
+    [aat] Improve unsafe-to-break logic
+    
+    Reduces false-positives.  See comments for new logic.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2860
+    
+    Adjusts run-tests.sh to allow unhashed absolute filenames.
+
+ src/hb-aat-layout-common.hh                  | 91 +++++++++++++++++++++-------
+ test/shaping/data/in-house/tests/macos.tests |  3 +
+ test/shaping/run-tests.py                    | 17 +++---
+ 3 files changed, 81 insertions(+), 30 deletions(-)
+
+commit cf203936d7ba74dfb567a92378476c3125010023
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 18 12:03:26 2021 -0700
+
+    [aat] Unbreak builds
+    
+    Some compilers don't like this:
+    
+    ../src/hb-aat-layout-common.hh:732:9: error: declaration of 'using StateTable = struct AAT::StateTable<Types, EntryData>' changes meaning of 'StateTable' [-fpermissive]
+    732 |   using StateTable = StateTable<Types, EntryData>;
+
+ src/hb-aat-layout-common.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit b6fdaa6948a31beffa5a0715aca9718493bb9644
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 18 11:16:37 2021 -0700
+
+    [minor:aat] Use injected class name
+
+ src/hb-aat-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e27420bb189bff7b15f8830e834eaf486de63505
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 18 11:15:25 2021 -0700
+
+    [minor:aat] Simplify template reference
+
+ src/hb-aat-layout-common.hh | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit 7b8a8adb7d3d273e16ad5933b1a958f4d13a6572
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 18 09:47:24 2021 -0700
+
+    [aat] Fix unsafe-to-break marking when end-of-text action kicks in
+    
+    The state we are dealing with here is the previous state; so it should
+    cause unsafe_to_break before current glyph.
+    
+    I'm surprised this wasn't caught by any tests. Guess we don't have any
+    fonts with fancy end-of-text forms.
+
+ src/hb-aat-layout-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit aa80c7c8b4242d61e771b28775638bf2a2c5100f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 18 09:31:46 2021 -0700
+
+    [aat] Add buffer->successful check before buffer->next_glyph()
+
+ src/hb-aat-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit bcd10bf2741266e16d514269cc1c8902105187db
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 17 13:58:56 2021 -0700
+
+    [normalize] Add buffer success check before ->next_glyph()
+    
+    Speculative fix for:
+    https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=27843
+
+ src/hb-ot-shape-normalize.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 505b3fc6cfbed95a4101c9a9c75a76645eb6fb6b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 17 11:34:47 2021 -0700
+
+    [harfbuzz.cc] Fix OffsetTable name clash with Mac headers
+    
+    There's no easy way to undo a "using namespace" in our sources, so by the time
+    we get to include hb-coretext.cc from harfbuzz.cc, we already have "using namespace OT"
+    active, which clashes with Mac headers.
+    
+    Error was:
+    $ gcc -O3 -Wall -arch i386 -DHAVE_CORETEXT=1 -c harfbuzz.cc -o harfbuzz.o -std=c++11
+    /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/TextUtils.h:288:3: error:
+          reference to 'OffsetTable' is ambiguous
+      OffsetTable     offsets,
+      ^
+    /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/IntlResources.h:115:41: note:
+          candidate found by name lookup is 'OffsetTable'
+    typedef OffPair                         OffsetTable[3];
+                                            ^
+    ./hb-open-file.hh:81:16: note: candidate found by name lookup is 'OT::OffsetTable'
+    typedef struct OffsetTable
+                   ^
+    1 error generated.
+
+ src/hb-open-file.hh     | 6 +++---
+ src/hb-ot-head-table.hh | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 6a9f576fd438aef23242e72bd04285d0ea1279ad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 17 11:31:32 2021 -0700
+
+    [coretext] Silence CoreText deprecation warning
+    
+    As suggested by Ned, just ignoring it.
+    
+    warning: 'CTGetCoreTextVersion' is deprecated: first deprecated in macOS 11.0 - Use
+          -[NSProcessInfo operatingSystemVersion] [-Wdeprecated-declarations]
+
+ src/hb-coretext.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 8e53c7c125ad93c1e83224da378d53caee00ca1e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 17 11:12:56 2021 -0700
+
+    [coretext] Fix more CGFloat double-promotion warnings
+    
+    The warning is:
+    warning: implicit conversion increases floating-point precision: 'CGFloat' (aka 'float') to
+          'double' [-Wdouble-promotion]
+
+ src/hb-coretext.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit cd08c2528c69cc91d06efc3947ab21007269b00d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 16 18:51:43 2021 -0700
+
+    Fix typo
+
+ CONFIG.md | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 9c8032cb4b436e093c16dd8476284d8fdcc1c93e
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Feb 16 22:00:20 2021 +0200
+
+    [meson] Don’t build FontConfig subproject from master
+    
+    Pin it to a known working tag instead.
+
+ subprojects/fontconfig.wrap | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5ca353a2d026f655af61ae159adcaeace1fdb09c
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Feb 12 15:16:59 2021 -0800
+
+    [subset] fix heap buffer overflow found by fuzzer.
+
+ src/hb-ot-layout-gpos-table.hh                            |   3 +++
+ ...z-testcase-minimized-hb-subset-fuzzer-4901143794810880 | Bin 0 -> 565 bytes
+ ...z-testcase-minimized-hb-subset-fuzzer-6372147008241664 | Bin 0 -> 775 bytes
+ 3 files changed, 3 insertions(+)
+
+commit ae860db893f74a7025b7656697a10c017e38e261
+Merge: 7a60f4e3a 751ed68fe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 16 12:39:47 2021 -0700
+
+    Merge pull request #2859 from harfbuzz/override-0b55
+    
+    [indic] Fix shaping of U+0B55 ORIYA SIGN OVERLINE
+
+commit 751ed68fee1d32f8a2c13b4fdc4bfaa9856608e8
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sun Feb 14 12:47:34 2021 -0500
+
+    [indic] Fix shaping of U+0B55 ORIYA SIGN OVERLINE
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2849
+
+ src/hb-ot-shape-complex-indic.hh                          |   1 +
+ .../fonts/b3075ca42b27dde7341c2d0ae16703c5b6640df0.ttf    | Bin 0 -> 920 bytes
+ test/shaping/data/in-house/tests/indic-syllable.tests     |   2 ++
+ 3 files changed, 3 insertions(+)
+
+commit 7a60f4e3a407cdadedc3b723eb2f1d716e99cd72
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 12 14:14:17 2021 -0700
+
+    [subset] Remove debug burden
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2360
+
+ src/hb-subset-plan.hh | 15 +++++++++------
+ 1 file changed, 9 insertions(+), 6 deletions(-)
+
+commit 00d9276343f4c3d5fe6919308e0ba229c2f9ff10
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Oct 14 14:48:11 2020 -0700
+
+    Add gpos9 expected files to Makefile.am
+
+ test/subset/data/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 08a4997fdec4f8df388d73dab7274b67ace8dc67
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Oct 6 13:02:12 2020 -0700
+
+    [subset] Add subset support for Extension lookups (GPOS 9, GSUB 7).
+
+ src/hb-ot-layout-gsubgpos.hh                       |  30 +++++++++++++++++++++
+ test/subset/data/Makefile.sources                  |   1 +
+ .../gpos9_font2.keep-layout-retain-gids.41,42.otf  | Bin 0 -> 1976 bytes
+ .../gpos9_font2.keep-layout-retain-gids.41.otf     | Bin 0 -> 1936 bytes
+ .../gpos9_font2.keep-layout-retain-gids.42.otf     | Bin 0 -> 1808 bytes
+ .../layout.gpos9/gpos9_font2.keep-layout.41,42.otf | Bin 0 -> 1272 bytes
+ .../layout.gpos9/gpos9_font2.keep-layout.41.otf    | Bin 0 -> 1236 bytes
+ .../layout.gpos9/gpos9_font2.keep-layout.42.otf    | Bin 0 -> 1096 bytes
+ test/subset/data/fonts/gpos9_font2.otf             | Bin 0 -> 4588 bytes
+ test/subset/data/tests/layout.gpos9.tests          |  11 ++++++++
+ test/subset/meson.build                            |   1 +
+ 11 files changed, 43 insertions(+)
+
+commit bbbea3dbd86ece2ba0f6a0f7f70ea240fbc5a40f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 11 12:23:33 2021 -0700
+
+    [minor] Rewrite set operation in OS/2 subsetting
+    
+    This patch could be nicer:
+    https://github.com/harfbuzz/harfbuzz/pull/2572/files
+    
+    Just tiny touchup now.
+
+ src/hb-ot-os2-table.hh | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit cdb9197b4137ccac7d775b0e10adf0e9ef485f0c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 11 11:32:49 2021 -0700
+
+    [khmer] Remove more unused code
+    
+    Prodded by https://github.com/harfbuzz/harfbuzz/pull/2583
+    
+    These are leftovers from when we forked Khmer shaper from the Indic shaper.
+
+ src/hb-ot-shape-complex-khmer.cc | 23 -----------------------
+ 1 file changed, 23 deletions(-)
+
+commit dfa9d7acdc320005749bb21b4c4711224a87d511
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 11 11:08:52 2021 -0700
+
+    [minor] Use serializer->propagate_error() to simplify code
+
+ src/hb-ot-color-cbdt-table.hh |  8 ++++----
+ src/hb-ot-layout-gsubgpos.hh  | 18 ++++++++----------
+ src/hb-serialize.hh           |  9 +++++----
+ 3 files changed, 17 insertions(+), 18 deletions(-)
+
+commit 5faae8260ac9f81dbc022317edd63643c83bc8e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 11 10:58:02 2021 -0700
+
+    [post] Remove unneeded error check
+
+ src/hb-ot-post-table.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit d7e2a51de2fb6c18c05bbc4c270efb01e9d744e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Feb 11 10:55:03 2021 -0700
+
+    [minor] Add unlikely() when checking for error
+
+ src/hb-face.cc               | 2 +-
+ src/hb-ot-glyf-table.hh      | 2 +-
+ src/hb-ot-layout-gsubgpos.hh | 8 ++++----
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+commit eb069f3948ee6e79b9ac5396a4fd1aa37e4e9136
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 10 19:13:51 2021 -0700
+
+    [tests] Update expected output of recently-merged gpos5
+    
+    The merged PR was from before landing this:
+    
+    commit 7a72b20aa2b604053696e731185a17286de73b08
+    Author: Garret Rieger <grieger@google.com>
+    Date:   Thu Sep 24 15:58:48 2020 -0700
+    
+        [subset] Subset GDEF during layout subsetting tests.
+
+ ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3840 -> 3884 bytes
+ .../gpos5_font1.keep-layout.retain-all-codepoint.otf  | Bin 3840 -> 3884 bytes
+ 2 files changed, 0 insertions(+), 0 deletions(-)
+
+commit c7d232ce4e8eccdeaf8fc4bb4b73818b581d3fb9
+Merge: 68d576224 be33704c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 10 18:13:38 2021 -0700
+
+    Merge pull request #2701 from googlefonts/Mark-To-Ligature_grieger
+    
+    [subset] GPOS 5 MarkToLigature subsetting support
+
+commit 68d576224fcd6fd649a20c77b4573203a781f9c4
+Merge: 094406b67 7b9e23f28
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 10 14:56:29 2021 -0700
+
+    Merge pull request #2853 from harfbuzz/fix-g-ir-scanner
+    
+    [introspection] Fix g-ir-scanner syntax errors
+
+commit 7b9e23f28b2bf0540a2c49914f5d9c89079c96ba
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Feb 10 23:37:43 2021 +0200
+
+    [introspection] Fix g-ir-scanner syntax errors
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2851
+
+ src/Makefile.am             |  9 +--------
+ src/hb-aat-layout.h         |  2 +-
+ src/hb-blob.h               |  2 +-
+ src/hb-buffer.h             |  2 +-
+ src/hb-common.h             |  2 +-
+ src/hb-deprecated.h         |  2 +-
+ src/hb-draw.h               |  2 +-
+ src/hb-face.h               |  2 +-
+ src/hb-font.h               |  2 +-
+ src/hb-gobject-enums.h.tmpl |  2 +-
+ src/hb-gobject-structs.h    |  2 +-
+ src/hb-map.h                |  2 +-
+ src/hb-ot-color.h           |  2 +-
+ src/hb-ot-deprecated.h      |  2 +-
+ src/hb-ot-font.h            |  2 +-
+ src/hb-ot-layout.h          |  2 +-
+ src/hb-ot-math.h            |  2 +-
+ src/hb-ot-meta.h            |  2 +-
+ src/hb-ot-metrics.h         |  2 +-
+ src/hb-ot-name.h            |  2 +-
+ src/hb-ot-shape.h           |  2 +-
+ src/hb-ot-var.h             |  2 +-
+ src/hb-set.h                |  2 +-
+ src/hb-shape-plan.h         |  2 +-
+ src/hb-shape.h              |  2 +-
+ src/hb-style.h              |  2 +-
+ src/hb-unicode.h            |  2 +-
+ src/hb-version.h            |  2 +-
+ src/hb-version.h.in         |  2 +-
+ src/meson.build             | 10 ++--------
+ 30 files changed, 31 insertions(+), 44 deletions(-)
+
+commit 094406b67b074c460d8c44e31c847f9c1bec3d05
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Feb 10 22:49:27 2021 +0200
+
+    [ci] Disable failing Arch Linux job
+    
+    Some g-ir-scanner failure that does not seem to be related to us. The
+    job does not seem to be testing anything interesting anyway.
+
+ .circleci/config.yml | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 554aaa0c5deb4c4f315184be8540eebe9077fe27
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Feb 10 22:25:16 2021 +0200
+
+    [build] Fix make distcheck
+    
+    A regression from 7b77ce0507e18fb981a9b865f3eaac0c2ae06044.
+    It was caught by the CI build in the PR, but apparently we are now used
+    to CI failures that they are effectively ignored.
+    
+    Also, yay for multiple build systems.
+
+ test/subset/data/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 1da75afbe8804ede5b2843759a9c185e015918b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 10 00:03:30 2021 -0700
+
+    [minor] Add unlikely()
+
+ src/hb-ot-layout-gsubgpos.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 6e1afac64bbf3222d3e7f484749bbd2d17fc1a25
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 9 18:48:46 2021 -0700
+
+    [minor] Rename internal variable
+    
+    To address review comment:
+    https://github.com/harfbuzz/harfbuzz/pull/2699#discussion_r573370781
+
+ src/hb-ot-layout-gsubgpos.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 836814a571a18bca344c0b35d136b2122122f82e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 5 13:41:19 2021 -0500
+
+    [array] Swap order of args to hb_equal()
+    
+    Prioritizes Key::cmp() over table's cmp.
+
+ src/hb-array.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 98374cebe1001e726b40a588b9fdc13208c8a9b1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 5 13:40:10 2021 -0500
+
+    Conditionalize IntType::cmp() so it never fails to compile
+    
+    Useful with lfind() since that calls hb_equal() which SFINAEs which
+    cmp() to use.
+
+ src/hb-open-type.hh | 17 ++++++++++++-----
+ 1 file changed, 12 insertions(+), 5 deletions(-)
+
+commit ed04174a64c77e6ba7a68294d0672391740d2d75
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 5 13:36:46 2021 -0500
+
+    Whitespace
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 6a3fd94f3b8fa8f4aa1d4e4c9cfe74d0c3b88270
+Merge: 8f47dd577 aace09a3a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 9 20:49:04 2021 -0500
+
+    Merge pull request #2699 from googlefonts/gpos_8
+    
+    [subset] Add a more complex layout subsetting test case and fix the issues it exposed.
+
+commit 8f47dd5779f7f78b5c11f307a74128892ec1d26c
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Nov 4 11:05:22 2020 -0800
+
+    [subset] don't set lookup visited in closure_lookups_context_t::recurse.
+    - Lookup::closure_lookups also checks if the lookups visited and sets the lookup to visited. If we set visited in 'recurse' then Lookup::closure_lookups will fail to recurse into the children of the lookup.
+    - Also when copying ChainRule's skip LookupRecord's that point to lookups which aren't retained. This matches FontTool's behaviour.
+
+ src/hb-ot-layout-gsubgpos.hh | 16 +++++++++++-----
+ 1 file changed, 11 insertions(+), 5 deletions(-)
+
+commit feeff5928b7764934cec376d047a5c808e9412a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 9 14:59:40 2021 -0700
+
+    [docs] Add destroy() call to sample
+
+ docs/usermanual-fonts-and-faces.xml | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 319e5b3200a2896acb2b01cc047f1144305acc14
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jan 1 01:31:19 2021 +0200
+
+    [manual] Fix font functions section
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2731
+
+ docs/usermanual-fonts-and-faces.xml | 27 ++++++++++++++++++++-------
+ 1 file changed, 20 insertions(+), 7 deletions(-)
+
+commit 3583fce86d7c4a75b89d19107c9e0de45e169507
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 31 19:45:11 2020 +0200
+
+    [manual] Give all chapters & sections pretty links
+
+ docs/harfbuzz-docs.xml               | 12 ++++++------
+ docs/usermanual-getting-started.xml  |  6 +++---
+ docs/usermanual-what-is-harfbuzz.xml |  2 +-
+ 3 files changed, 10 insertions(+), 10 deletions(-)
+
+commit 84d4d9fc4d3b6811cefac097537136ef11ab78ee
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 31 18:27:10 2020 +0200
+
+    [manual] We don’t use ucdn library anymore
+
+ docs/usermanual-utilities.xml | 28 +---------------------------
+ 1 file changed, 1 insertion(+), 27 deletions(-)
+
+commit 68d2e1b221ca90a76f9a5179b05868e350ed0bd3
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jan 21 14:39:19 2021 +0200
+
+    [meson] Disable benchmark feature by default
+    
+    It downloads a dependency from the internet, and in the same time not
+    used anywhere (one needs to explicitly call ninja benchmark), not even
+    on the CI (not sure if it that would make much sense since it does not
+    seem to ever fail).
+
+ meson.build       | 12 ++----------
+ meson_options.txt |  2 +-
+ 2 files changed, 3 insertions(+), 11 deletions(-)
+
+commit b6f47af555e17dbc3b5cacc061bd22c54e0c80f9
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jan 21 14:34:01 2021 +0200
+
+    [meson] Report more options in the summary
+
+ meson.build | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 33a0f0b6860e0a48f92bc855c179a0fc5864112f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Feb 9 12:55:45 2021 -0700
+
+    [test] Remove fuzzed test font that triggers virus alert
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2750
+
+ ...testcase-minimized-hb-subset-fuzzer-5741295280848896 | Bin 98822 -> 0 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 99184fbe2b22b2662fdf1b29edd9aabc1abc040b
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Feb 3 13:40:39 2021 +0200
+
+    [ci] Add top level directory to win32 zip file
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2840
+
+ .ci/build-win32.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d9e0244cdfa522d5dfdd523197078968d83dc038
+Author: josephshen <joseph.smeng@gmail.com>
+Date:   Tue Feb 2 16:04:44 2021 +0800
+
+    remove duplicate file names
+
+ src/Makefile.sources | 2 --
+ src/meson.build      | 2 --
+ 2 files changed, 4 deletions(-)
+
+commit dad41c07e4076ff247042116a0815f33e41aa0d6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Feb 1 13:54:12 2021 -0500
+
+    [use] Typo
+
+ src/hb-ot-shape-complex-use-machine.rl | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 63a716c540657d2e0c71d3443a87ac97530cf265
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 29 20:36:42 2021 -0700
+
+    [indic] Use lfind()
+
+ src/hb-ot-shape-complex-indic.hh | 5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+commit 921b4e46b0096873cee8c182cade0dafa8b35b43
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 29 20:35:05 2021 -0700
+
+    [algs] Add hb_equal()
+    
+    Use in hb_array_t::lfind()
+
+ src/hb-algs.hh  | 42 ++++++++++++++++++++++++++++++++++++++++--
+ src/hb-array.hh |  2 +-
+ 2 files changed, 41 insertions(+), 3 deletions(-)
+
+commit f4ed3bf20bb8522189a8d5d12242089121617896
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 29 20:05:38 2021 -0700
+
+    [indic] Remove categorization of Khmer Ra
+    
+    Khmer goes through its own shaper these days.
+
+ src/hb-ot-shape-complex-indic.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 676d1e6adf9572f79544182491af1abb229d2ccf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 29 19:53:39 2021 -0700
+
+    [indic] Spell out INDIC_TABLE_ELEMENT_TYPE
+
+ src/gen-indic-table.py                   |    4 +-
+ src/hb-ot-shape-complex-indic-table.cc   |    4 +-
+ src/hb-ot-shape-complex-indic.hh         |    4 +-
+ src/hb-ot-shape-complex-khmer-machine.hh |  665 ++++++++++---------
+ src/hb-ot-shape-complex-use-machine.hh   | 1034 +++++++++++++++++-------------
+ 5 files changed, 953 insertions(+), 758 deletions(-)
+
+commit 769c2b19a3c3e87923928b9c9de4ded7307b3ed8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 29 11:40:59 2021 -0700
+
+    [indic/khmer/myanmar/use] Minor shuffling of found_syllable() macros
+
+ src/hb-ot-shape-complex-indic-machine.hh   | 32 +++++++++++++++---------------
+ src/hb-ot-shape-complex-indic-machine.rl   | 14 ++++++-------
+ src/hb-ot-shape-complex-khmer-machine.hh   | 18 ++++++++---------
+ src/hb-ot-shape-complex-khmer-machine.rl   |  8 ++++----
+ src/hb-ot-shape-complex-myanmar-machine.hh | 18 ++++++++---------
+ src/hb-ot-shape-complex-myanmar-machine.rl | 12 +++++------
+ src/hb-ot-shape-complex-use-machine.hh     | 30 ++++++++++++++--------------
+ src/hb-ot-shape-complex-use-machine.rl     | 22 ++++++++++----------
+ 8 files changed, 77 insertions(+), 77 deletions(-)
+
+commit 59721c2f372918555f3d238b449a61907d1fc94c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 29 11:34:59 2021 -0700
+
+    [use] Move data table into same compilation unit
+
+ src/Makefile.sources                               |  2 +-
+ src/gen-use-table.py                               | 11 +++--
+ src/harfbuzz.cc                                    |  1 -
+ src/hb-ot-shape-complex-use-machine.hh             | 55 ++++++++++------------
+ src/hb-ot-shape-complex-use-machine.rl             |  5 --
+ ...e-table.cc => hb-ot-shape-complex-use-table.hh} | 11 +++--
+ src/hb-ot-shape-complex-use.cc                     |  1 +
+ src/meson.build                                    |  2 +-
+ src/update-unicode-tables.make                     |  4 +-
+ 9 files changed, 42 insertions(+), 50 deletions(-)
+
+commit d9b167da3d261737ed7f5874f308eed3ad37fd0f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 28 20:40:42 2021 -0700
+
+    [use] Remove hb-ot-shape-complex-use.hh
+    
+    Inline into ragel machine.
+
+ src/Makefile.sources                   |   1 -
+ src/gen-use-table.py                   |   1 -
+ src/hb-ot-shape-complex-use-machine.hh | 100 ++++++++++++++++++++++++---------
+ src/hb-ot-shape-complex-use-machine.rl |  50 ++++++++++++++++-
+ src/hb-ot-shape-complex-use-table.cc   |   1 -
+ src/hb-ot-shape-complex-use.cc         |   1 -
+ src/hb-ot-shape-complex-use.hh         |  83 ---------------------------
+ src/meson.build                        |   1 -
+ 8 files changed, 123 insertions(+), 115 deletions(-)
+
+commit 3bb2653a5e843338ab42cc929a874923cc14bafa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 28 20:36:51 2021 -0700
+
+    [use] Reuse category numbers exported from ragel machine
+    
+    Part of https://github.com/harfbuzz/harfbuzz/pull/2726
+
+ src/gen-use-table.py                   |  7 +--
+ src/hb-ot-shape-complex-use-machine.hh | 57 ++++++++++++------------
+ src/hb-ot-shape-complex-use-machine.rl | 11 +++--
+ src/hb-ot-shape-complex-use-table.cc   | 81 +++++++++++++++++-----------------
+ src/hb-ot-shape-complex-use.cc         | 48 ++++++++++----------
+ src/hb-ot-shape-complex-use.hh         | 53 +---------------------
+ 6 files changed, 107 insertions(+), 150 deletions(-)
+
+commit c417e0d2f91f673dfb55c6d04e9d1fcda985abe7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 28 20:27:59 2021 -0700
+
+    [indic/khmer/myanmar/use] Move enum category around
+    
+    Such that the generated -machine.hh headers are independent.
+
+ src/hb-ot-shape-complex-indic-machine.hh   | 61 +++++++++++++++------------
+ src/hb-ot-shape-complex-indic-machine.rl   |  9 ++++
+ src/hb-ot-shape-complex-indic.cc           | 14 +------
+ src/hb-ot-shape-complex-khmer-machine.hh   | 44 +++++++++++---------
+ src/hb-ot-shape-complex-khmer-machine.rl   |  6 +++
+ src/hb-ot-shape-complex-khmer.cc           | 10 +----
+ src/hb-ot-shape-complex-myanmar-machine.hh | 45 +++++++++++---------
+ src/hb-ot-shape-complex-myanmar-machine.rl |  7 ++++
+ src/hb-ot-shape-complex-myanmar.cc         | 12 +-----
+ src/hb-ot-shape-complex-use-machine.hh     | 66 +++++++++++++++++++-----------
+ src/hb-ot-shape-complex-use-machine.rl     | 16 ++++++++
+ src/hb-ot-shape-complex-use.cc             | 20 +--------
+ 12 files changed, 169 insertions(+), 141 deletions(-)
+
+commit 675b6c29947befe1c893b1c7ec33741386ca2bad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 28 20:17:33 2021 -0700
+
+    [indic/khmer/myanmar/use] Remove unused dump-*-data programs
+    
+    In prep for streamlining tables.
+
+ src/Makefile.am          | 19 -------------------
+ src/dump-indic-data.cc   | 43 -------------------------------------------
+ src/dump-khmer-data.cc   | 41 -----------------------------------------
+ src/dump-myanmar-data.cc | 43 -------------------------------------------
+ src/dump-use-data.cc     | 38 --------------------------------------
+ src/meson.build          | 15 ---------------
+ 6 files changed, 199 deletions(-)
+
+commit 0a5c6311409547c7a24efbbd595ed5a50f754107
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 28 19:53:20 2021 -0700
+
+    [use] Rename internal enum joinint_form_t members
+    
+    To ease upcoming change.
+
+ src/hb-ot-shape-complex-use.cc | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit 880fdb7460caa88a0a08a535555e54cf5037eed3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 28 19:47:53 2021 -0700
+
+    [indic/khmer/myanmar/use] Export categories from Ragel source
+    
+    Not hooked up yet.
+    
+    Part of alternative approach to
+    https://github.com/harfbuzz/harfbuzz/pull/2726
+
+ src/hb-ot-shape-complex-indic-machine.hh   | 32 +++++++++--
+ src/hb-ot-shape-complex-indic-machine.rl   | 36 ++++++------
+ src/hb-ot-shape-complex-khmer-machine.hh   | 30 ++++++++--
+ src/hb-ot-shape-complex-khmer-machine.rl   | 32 +++++------
+ src/hb-ot-shape-complex-myanmar-machine.hh | 40 ++++++++++++--
+ src/hb-ot-shape-complex-myanmar-machine.rl | 52 +++++++++---------
+ src/hb-ot-shape-complex-use-machine.hh     | 88 ++++++++++++++++++++++--------
+ src/hb-ot-shape-complex-use-machine.rl     | 87 +++++++++++++++--------------
+ 8 files changed, 252 insertions(+), 145 deletions(-)
+
+commit f94bf9f06ff46d6fc33d04fbb4e92e5d25fcaa42
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jan 25 15:57:42 2021 -0800
+
+    [set fuzzer] limit the total number of set members in a fuzzing input.
+    Currently the fuzzer can create arbitarily long inputs which once big enough will trigger a timeout.
+
+ test/fuzzing/hb-set-fuzzer.cc | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit b198d944890f107d8be09fded0ad402332230229
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Mon Jan 25 16:34:11 2021 -0500
+
+    use {} rather than {0}
+
+ src/hb-ot-color-colr-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2e50b517e1f5346d87349c965ef0469ed61892da
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Mon Jan 25 16:19:07 2021 -0500
+
+    Nicer more idiomatic fix
+
+ src/hb-ot-color-colr-table.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 8f6559a373363e8992cb964ecae2ce2a115e2d7d
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Mon Jan 25 10:37:59 2021 -0500
+
+    [subet/COLR] Default initialize firstLayerIdx
+
+ src/hb-ot-color-colr-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit a650243d3994e5098a8528cce262d4ffb258b11d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 24 13:30:06 2021 -0700
+
+    [sanitize] Fix typo
+
+ src/hb-sanitize.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit e05e56061c75588dbc31a4ced73e13207e537fd9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 24 12:28:04 2021 -0700
+
+    [mingw] Reinstate win32 cross-compiling with autotools instructions
+    
+    Was removed in favor of meson in 6058ede3ae983c53d1d6f5352d4235bafce3499a.
+    However, those fail to build for me.
+
+ Makefile.am        |  1 +
+ README.mingw.md    | 32 ++++++++++++++++++++++++--------
+ mingw-configure.sh | 28 ++++++++++++++++++++++++++++
+ 3 files changed, 53 insertions(+), 8 deletions(-)
+
+commit 881ad720fe78b27421945824e3c30f7536a8e6bf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 21 14:27:45 2021 -0700
+
+    [algs] Remove passthru declaration
+    
+    Let compiler figure it out.
+
+ src/hb-algs.hh |  8 --------
+ src/hb-set.hh  | 25 ++++++++++++++-----------
+ 2 files changed, 14 insertions(+), 19 deletions(-)
+
+commit ca0b7afee9422338886cfb163f0a68e2f1868f24
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 21 12:18:48 2021 -0700
+
+    [set] Use hb_fill()
+
+ src/hb-ot-layout-common.hh | 8 ++++----
+ src/hb-set.hh              | 5 ++---
+ 2 files changed, 6 insertions(+), 7 deletions(-)
+
+commit 5fce8898e0be354a890c629516ecae76a3383a64
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 21 12:14:20 2021 -0700
+
+    [iter] Allow passing rvalue iters to hb_fill()
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6463ee02d6127fa2bfc4ada5e65468a4f8815531
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 21 12:01:13 2021 -0700
+
+    Speed up ClassDef/Coverage intersect methods
+    
+    Just avoiding overhead as measured by Garret.
+    Should rewrite as dagger in the future and confirm that it has the
+    same benefits. Later on, rewrite as lfind() maybe.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2826
+
+ src/hb-ot-layout-common.hh | 34 ++++++++++++++++++++++++----------
+ 1 file changed, 24 insertions(+), 10 deletions(-)
+
+commit 33368a12b7f7b394cc2b36048a04f76aa1f7009e
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jan 21 11:06:58 2021 -0800
+
+    uint32_t to unsigned in hb-set.hh
+
+ src/hb-set.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 2a0d0b901f687915eab4b270c48e658e52b95676
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jan 21 10:45:09 2021 -0800
+
+    Make set  clear work even when set is in failed state.
+
+ src/hb-set.hh | 28 ++++++++++++++--------------
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+commit 0ba73e980c210ea5b3542327aa889177f9e44a2e
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Sep 16 13:56:33 2020 -0700
+
+    [ENOMEM] handle allocation failures during page compaction.
+
+ src/hb-set.hh | 50 +++++++++++++++++++++++++++++++++++++++-----------
+ 1 file changed, 39 insertions(+), 11 deletions(-)
+
+commit a4c3732f59188046322e599a1a67279680385cbd
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Sep 16 12:35:09 2020 -0700
+
+    [ENOMEM] fix set clear() causing corruption if the set is in_error().
+
+ src/hb-set.hh                                            |  11 ++++++++---
+ ...-testcase-minimized-hb-subset-fuzzer-5345734743031808 | Bin 0 -> 1240 bytes
+ 2 files changed, 8 insertions(+), 3 deletions(-)
+
+commit 9b8be9643cba165abf9256df1b8b8413b0574ab0
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jan 20 23:49:24 2021 +0200
+
+    [docs] Ignore hb-gobject headers
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2797
+
+ docs/Makefile.am           |  3 --
+ docs/harfbuzz-docs.xml     |  1 -
+ docs/harfbuzz-sections.txt | 72 ----------------------------------------------
+ docs/meson.build           | 17 +++++------
+ src/hb-gobject-structs.h   | 30 -------------------
+ 5 files changed, 7 insertions(+), 116 deletions(-)
+
+commit 2a6a49c90b1255d687e52121ba7b3b3c272c4a70
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Jan 21 00:06:03 2021 +0200
+
+    [meson] Don’t scan files outside src for docs
+    
+    Similar to what we do in Makefile.am.
+
+ docs/meson.build | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 051a3c7b9a9b9064cf0a9fc8a2a32e6114f103ec
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Jan 20 22:35:34 2021 +0200
+
+    [docs] Fix typo
+
+ src/hb-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a44dd339f9ebf789b2642b5a7eef2785fca6d809
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Fri Jan 1 01:36:57 2021 +0200
+
+    [docs] Missing param docs
+
+ src/hb-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 478d169c0fdbecbf859352ae2f03d5261cb49b11
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 31 18:17:33 2020 +0200
+
+    [docs] Document more deprecated symbols
+
+ src/hb-deprecated.h    | 13 ++++++++++++-
+ src/hb-graphite2.cc    |  5 +++++
+ src/hb-ot-deprecated.h |  2 ++
+ 3 files changed, 19 insertions(+), 1 deletion(-)
+
+commit ca0a7a838447947ea2530bb51487c775f02d48b4
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 31 17:29:03 2020 +0200
+
+    [docs] Document hb_ot_math_constant_t somehow
+
+ src/hb-ot-math.h | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 59 insertions(+), 2 deletions(-)
+
+commit 3ba1e7e783d2beab39fce656d98f5ce79fdf2843
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 31 17:11:35 2020 +0200
+
+    [docs] Document HB_OT_TAG_DEFAULT_LANGUAGE/SCRIPT
+
+ src/hb-ot-layout.h | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit 4bfa0b3c0214a35a2c7c0400aef9797a82bc5cac
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 31 16:30:05 2020 +0200
+
+    [docs] Fix hb_color_get_* docs
+
+ src/hb-common.cc | 16 ++++++++++++----
+ 1 file changed, 12 insertions(+), 4 deletions(-)
+
+commit 2cdc92c0c27ecdd07735e1a7d3768651991ea0e1
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Aug 29 19:41:40 2020 -0400
+
+    [use] Move most joining scripts to USE
+
+ src/hb-ot-shape-complex.hh | 37 +++++++++----------------------------
+ 1 file changed, 9 insertions(+), 28 deletions(-)
+
+commit 5c73c9082b32a5dd955c1c0f0a4e08e85304c2e2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 18 12:47:25 2021 -0700
+
+    [syllabic] Fix signed/unsigned comparision errors
+
+ src/hb-ot-shape-complex-syllabic.cc | 6 +++---
+ src/hb-ot-shape-complex-syllabic.hh | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit e3d4c2972759f0fd578213d450da7e4d8b5c83e8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 15 19:23:33 2021 -0700
+
+    [indic/khmer/myanmar] Minor: Fix mask
+    
+    Seems like a typo. No behavior change.
+
+ src/hb-ot-shape-complex-indic.hh   | 2 +-
+ src/hb-ot-shape-complex-khmer.hh   | 2 +-
+ src/hb-ot-shape-complex-myanmar.hh | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 0ddade44cf02455bf78ebb782841c76f3c4cea9a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 15 19:13:47 2021 -0700
+
+    [syllabic] Merge various insert_dotted_circles implementations
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1810
+
+ src/hb-ot-shape-complex-indic.cc    | 70 ++++--------------------------------
+ src/hb-ot-shape-complex-khmer.cc    | 71 ++++--------------------------------
+ src/hb-ot-shape-complex-myanmar.cc  | 64 +++------------------------------
+ src/hb-ot-shape-complex-syllabic.cc | 67 ++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-syllabic.hh |  8 +++++
+ src/hb-ot-shape-complex-use.cc      | 72 +++++--------------------------------
+ 6 files changed, 101 insertions(+), 251 deletions(-)
+
+commit e8e9fd9556816e7d43f3c5c0a678789cd6b2cf24
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 15 18:52:57 2021 -0700
+
+    [syllabic] Add hb-ot-shape-complex-syllabic.cc/hh
+    
+    Empty for now.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1810
+
+ src/Makefile.sources                |  2 ++
+ src/harfbuzz.cc                     |  1 +
+ src/hb-ot-shape-complex-indic.hh    |  2 +-
+ src/hb-ot-shape-complex-syllabic.cc | 33 +++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-syllabic.hh | 33 +++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-use.hh      |  3 +--
+ src/meson.build                     |  2 ++
+ 7 files changed, 73 insertions(+), 3 deletions(-)
+
+commit 8af85c4e86ae88c02921b048c5100a57f27857c6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 15 18:48:12 2021 -0700
+
+    Remove hb-ot-shape-complex-machine-index.hh file
+    
+    Inline code into USE header.
+
+ src/Makefile.sources                     |  1 -
+ src/hb-ot-shape-complex-machine-index.hh | 69 --------------------------------
+ src/hb-ot-shape-complex-use-machine.hh   | 49 +++++++++++------------
+ src/hb-ot-shape-complex-use-machine.rl   |  1 -
+ src/hb-ot-shape-complex-use.hh           | 39 ++++++++++++++++++
+ 5 files changed, 63 insertions(+), 96 deletions(-)
+
+commit 9dd61c5b78dfc229e36f5ffe23fd448fc9bf82f5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 15 18:42:30 2021 -0700
+
+    Rename internal buffer var use
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1810
+
+ src/hb-ot-shape-complex-arabic.cc | 2 +-
+ src/hb-ot-shape-complex-hangul.cc | 2 +-
+ src/hb-ot-shape-complex-indic.hh  | 4 ++--
+ src/hb-ot-shape-complex-use.cc    | 2 +-
+ src/hb-ot-shape-complex.hh        | 4 ++--
+ 5 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 6a140ef570bc29aafc1078d16d5399fceadd476f
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Jan 17 22:48:50 2021 +0200
+
+    [meson] Pin Cairo subproject 1.17.4
+    
+    There is now a release with meson build support.
+
+ subprojects/cairo.wrap | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fb1b29cee4bdea6805f14a530cb2984185f0d3ac
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Jan 17 22:55:12 2021 +0200
+
+    [ci] Fix msys2 breakage
+    
+    What package manger randomly changes package names without fallback!
+
+ .github/workflows/msys2-ci.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 3c5b7886ebeee112ba7d2f2f7d7e581981ab61b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 15 19:26:04 2021 -0700
+
+    Revert "Avoid category duplication between C++ and Ragel"
+    
+    This reverts commit 67ea8133d3fa82b3365cd917fb266ba752f16169.
+    
+    Merged accidentally on https://github.com/harfbuzz/harfbuzz/pull/2726
+
+ src/Makefile.sources                       |  2 -
+ src/gen-ragel-artifacts.py                 |  2 +-
+ src/hb-ot-shape-complex-indic-category.hh  | 89 ------------------------------
+ src/hb-ot-shape-complex-indic-machine.hh   | 36 ++++++------
+ src/hb-ot-shape-complex-indic-machine.rl   | 19 ++++++-
+ src/hb-ot-shape-complex-indic.hh           | 36 +++++++++++-
+ src/hb-ot-shape-complex-khmer-machine.hh   | 22 ++++----
+ src/hb-ot-shape-complex-khmer-machine.rl   | 17 +++++-
+ src/hb-ot-shape-complex-khmer.hh           | 29 +++++++---
+ src/hb-ot-shape-complex-myanmar-machine.hh | 22 ++++----
+ src/hb-ot-shape-complex-myanmar-machine.rl | 31 ++++++++++-
+ src/hb-ot-shape-complex-myanmar.hh         | 32 +++++++++--
+ src/hb-ot-shape-complex-use-category.hh    | 87 -----------------------------
+ src/hb-ot-shape-complex-use-machine.hh     | 34 ++++++------
+ src/hb-ot-shape-complex-use-machine.rl     | 45 ++++++++++++++-
+ src/hb-ot-shape-complex-use.hh             | 53 +++++++++++++++++-
+ src/meson.build                            |  2 -
+ 17 files changed, 299 insertions(+), 259 deletions(-)
+
+commit 67ea8133d3fa82b3365cd917fb266ba752f16169
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Oct 17 14:37:22 2020 -0400
+
+    Avoid category duplication between C++ and Ragel
+
+ src/Makefile.sources                       |  2 +
+ src/gen-ragel-artifacts.py                 |  2 +-
+ src/hb-ot-shape-complex-indic-category.hh  | 89 ++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-indic-machine.hh   | 36 ++++++------
+ src/hb-ot-shape-complex-indic-machine.rl   | 19 +------
+ src/hb-ot-shape-complex-indic.hh           | 36 +-----------
+ src/hb-ot-shape-complex-khmer-machine.hh   | 22 ++++----
+ src/hb-ot-shape-complex-khmer-machine.rl   | 17 +-----
+ src/hb-ot-shape-complex-khmer.hh           | 29 +++-------
+ src/hb-ot-shape-complex-myanmar-machine.hh | 22 ++++----
+ src/hb-ot-shape-complex-myanmar-machine.rl | 31 +----------
+ src/hb-ot-shape-complex-myanmar.hh         | 32 ++---------
+ src/hb-ot-shape-complex-use-category.hh    | 87 +++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-use-machine.hh     | 34 ++++++------
+ src/hb-ot-shape-complex-use-machine.rl     | 45 +--------------
+ src/hb-ot-shape-complex-use.hh             | 53 +-----------------
+ src/meson.build                            |  2 +
+ 17 files changed, 259 insertions(+), 299 deletions(-)
+
+commit c8c5e52aba904cfede1c7e8e1043a392053938e6
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Mon Jan 4 20:31:12 2021 -0500
+
+    [use] Update overrides to 2021-01-04
+    
+    This uses the data files from
+    <https://github.com/microsoft/font-tools/tree/ed7b825ddbbd072d8bc731b7f12c54cb375e2f89/USE>.
+
+ src/hb-ot-shape-complex-use-table.cc            | 2 +-
+ src/ms-use/IndicSyllabicCategory-Additional.txt | 1 -
+ 2 files changed, 1 insertion(+), 2 deletions(-)
+
+commit 1fb7f3bda6de03279e2971086b6935a0970f4b98
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 31 03:03:48 2020 +0200
+
+    [docs] Document various HB_SCRIPT_*
+    
+    Need to have something for all of them to keep GTK-Doc happy.
+
+ src/hb-common.h | 500 ++++++++++++++++++++++++++++++++++++--------------------
+ 1 file changed, 326 insertions(+), 174 deletions(-)
+
+commit ea0907abf938f787ebfc0c41f439d1e2b2ef98ba
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 31 02:34:45 2020 +0200
+
+    [docs] Document version macros
+
+ src/hb-version.h    | 29 +++++++++++++++++++++++++++++
+ src/hb-version.h.in | 29 +++++++++++++++++++++++++++++
+ 2 files changed, 58 insertions(+)
+
+commit 5e9f05ff3f7dad07ba593f4a38989e0d90311b36
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 31 02:23:55 2020 +0200
+
+    [docs] Expand memory modes docs
+    
+    Per Behdad suggestions.
+
+ src/hb-blob.h | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 5151c2b668e76eac73a044c478319887e3fa9acb
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 31 00:28:27 2020 +0200
+
+    [introspection] Replace deprecated allow-none
+    
+    Use optional or nullable as appropriate.
+
+ src/hb-aat-layout.cc       |  2 +-
+ src/hb-buffer-serialize.cc | 16 ++++++++--------
+ src/hb-ot-layout.cc        | 32 ++++++++++++++++----------------
+ src/hb-ot-name.cc          |  8 ++++----
+ src/hb-ot-tag.cc           | 14 +++++++-------
+ src/hb-ot-var.cc           |  6 +++---
+ src/hb-shape.cc            |  6 +++---
+ 7 files changed, 42 insertions(+), 42 deletions(-)
+
+commit a64d56a3e5c7ecc0f0ecc491987487b9481dbdbc
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 31 00:27:49 2020 +0200
+
+    [introspection] nullable is for pointers
+
+ src/hb-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9936490c04e9333f4c3360312c4431a3e14468b8
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 31 00:19:29 2020 +0200
+
+    [docs] Invalid use of "optional" annotation
+    
+    It is valid only for out and inout parameters.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1787
+
+ src/hb-blob.cc       |  4 ++--
+ src/hb-buffer.cc     |  4 ++--
+ src/hb-deprecated.h  |  6 +++---
+ src/hb-face.cc       |  4 ++--
+ src/hb-font.cc       | 12 ++++++------
+ src/hb-font.h        | 32 ++++++++++++++++----------------
+ src/hb-ft.cc         |  4 ++--
+ src/hb-map.cc        |  2 +-
+ src/hb-set.cc        |  2 +-
+ src/hb-shape-plan.cc |  2 +-
+ src/hb-unicode.cc    |  2 +-
+ src/hb-unicode.h     | 12 ++++++------
+ 12 files changed, 43 insertions(+), 43 deletions(-)
+
+commit bf5b4b71c589e8cbe1a528b1091229825c6fec77
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 31 00:38:47 2020 +0200
+
+    [docs] Duplicated documentation
+
+ src/hb-unicode.h | 28 ----------------------------
+ 1 file changed, 28 deletions(-)
+
+commit 3d7a3616485e7d0ad8389547ab607234eb6ec11d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 30 23:58:37 2020 +0200
+
+    [docs] Miscellaneous missing docs
+
+ docs/harfbuzz-sections.txt |  3 +--
+ src/hb-blob.h              |  8 ++++----
+ src/hb-coretext.cc         |  2 +-
+ src/hb-directwrite.cc      |  4 ++++
+ src/hb-face.cc             |  2 +-
+ src/hb-face.h              | 13 +++++++++++++
+ src/hb-gdi.cc              |  2 ++
+ src/hb-map.h               |  6 +++++-
+ src/hb-ot-deprecated.h     |  7 +++++++
+ src/hb-ot-meta.cc          |  4 +++-
+ src/hb-ot-var.h            | 26 ++++++++++++++++----------
+ src/hb-set.h               |  6 +++++-
+ 12 files changed, 62 insertions(+), 21 deletions(-)
+
+commit a31a51cdec8cab763e7b29c42d161381c652d32d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 30 23:48:25 2020 +0200
+
+    [docs] Complete hb-ft docs a bit
+
+ src/hb-ft.cc | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 8c492d5c321ceee19102986e3eb2733bb5e6c5d7
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 30 23:47:33 2020 +0200
+
+    [docs] Complete hb-ot-math docs a bit
+
+ src/hb-ot-deprecated.h |  7 +++++++
+ src/hb-ot-math.h       | 22 +++++++++++++++++++++-
+ 2 files changed, 28 insertions(+), 1 deletion(-)
+
+commit 3f7ffd1b3d0bff1c641e5adf47de9be1925aa897
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 30 23:46:13 2020 +0200
+
+    [docs] Complete hb-unicode docs a bit
+
+ src/hb-deprecated.h | 33 ++++++++++++++++++++++-----------
+ src/hb-unicode.cc   |  2 +-
+ src/hb-unicode.h    |  4 +++-
+ 3 files changed, 26 insertions(+), 13 deletions(-)
+
+commit 2fdab788ad20ae6256542afe0d856b63b5cfc0e2
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 30 23:44:30 2020 +0200
+
+    [docs] Complete hb-buffer docs a bit
+
+ src/hb-buffer-serialize.cc | 32 +++++++++++++++-----------
+ src/hb-buffer.cc           | 32 +++++++++++++-------------
+ src/hb-buffer.h            | 57 ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-deprecated.h        | 10 ++++++++
+ 4 files changed, 102 insertions(+), 29 deletions(-)
+
+commit 492a5a9096cc36f6d1860f576ccf09b6117e86b5
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 30 23:42:49 2020 +0200
+
+    [docs] Complete hb-aat docs a bit
+
+ src/hb-aat-layout.cc | 14 ++++-----
+ src/hb-aat-layout.h  | 88 ++++++++++++++++++++++++++++------------------------
+ 2 files changed, 55 insertions(+), 47 deletions(-)
+
+commit 3a012cc469d22b9889907a79717524e983ac95b7
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 30 23:40:25 2020 +0200
+
+    [docs] Complete hb-metrics docs a bit
+
+ src/hb-ot-metrics.cc | 31 ++++++++++++++++++++-----------
+ src/hb-ot-metrics.h  |  3 ++-
+ 2 files changed, 22 insertions(+), 12 deletions(-)
+
+commit 5a55b31a383deadc3d479f83a6122cca821765eb
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 30 23:39:08 2020 +0200
+
+    [docs] Complete hb-shape-plan docs a bit
+
+ src/hb-shape-plan.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 8e8c3e5878028f4fba783bb92e25e03db662c664
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 30 23:37:49 2020 +0200
+
+    [docs] Complete hb-ot-layout docs a bit
+
+ docs/harfbuzz-sections.txt |  2 ++
+ src/hb-ot-layout.cc        | 59 ++++++++++++++++++++++++++++------------------
+ src/hb-ot-layout.h         | 51 ++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-tag.cc           | 15 ++++++++++--
+ 4 files changed, 101 insertions(+), 26 deletions(-)
+
+commit 5b7b730d4b94b33a9915e5fa0908e84e343aae41
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Dec 28 05:23:26 2020 +0200
+
+    [docs] Complete hb-color docs a bit
+
+ src/hb-ot-color.h | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit aa107e657b7940506548d003d5fda1510e8dfefa
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 30 23:34:17 2020 +0200
+
+    [docs] Complete hb-font docs a bit
+
+ docs/harfbuzz-sections.txt |   4 +-
+ src/hb-deprecated.h        |  37 +++++++++++--
+ src/hb-font.cc             |  28 +++++++---
+ src/hb-font.h              | 135 +++++++++++++++++++++++++++++++++++++++++----
+ 4 files changed, 179 insertions(+), 25 deletions(-)
+
+commit 9b602e8e22d399d494f4e0a0eb22b2b4ea0d4a6a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 30 23:28:54 2020 +0200
+
+    [docs] Complete hb-common docs a bit
+
+ docs/harfbuzz-docs.xml |   3 +
+ src/hb-common.cc       |  30 ++++++-
+ src/hb-common.h        | 239 ++++++++++++++++---------------------------------
+ 3 files changed, 107 insertions(+), 165 deletions(-)
+
+commit 53ed5597b2a0615299aa52e36e75a93437f9844a
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 30 23:11:33 2020 +0200
+
+    [docs] Add missing API indices
+
+ docs/harfbuzz-docs.xml | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit c9c3b3c94c4dc8e8bd1af723de287b49c8acbf42
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 30 23:09:59 2020 +0200
+
+    [docs] Use correct syntax
+
+ src/hb-blob.cc |  2 +-
+ src/hb-set.cc  | 12 ++++++------
+ 2 files changed, 7 insertions(+), 7 deletions(-)
+
+commit a8e72ee7842bb0f7cff9d3b703d335215cfbc1af
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 30 23:08:40 2020 +0200
+
+    [docs] Use %true and %false consistently
+
+ src/hb-aat-layout.cc |  6 +++---
+ src/hb-blob.cc       |  2 +-
+ src/hb-common.cc     |  4 ++--
+ src/hb-face.cc       |  2 +-
+ src/hb-font.cc       | 32 ++++++++++++++++----------------
+ src/hb-map.cc        |  4 ++--
+ src/hb-ot-color.cc   |  8 ++++----
+ src/hb-ot-layout.cc  | 32 ++++++++++++++++----------------
+ src/hb-ot-math.cc    |  4 ++--
+ src/hb-ot-var.cc     |  4 ++--
+ src/hb-sanitize.hh   |  2 +-
+ src/hb-set.cc        | 16 ++++++++--------
+ src/hb-unicode.cc    |  6 +++---
+ src/hb-unicode.h     |  8 ++++----
+ 14 files changed, 65 insertions(+), 65 deletions(-)
+
+commit a3fe43a41024f197936a12a62515c43a03a7c810
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 30 21:58:43 2020 +0200
+
+    [docs] Hide private enum values
+    
+    "/*< skip >*/" does not seem to hide them.
+
+ src/hb-ot-layout.h  | 1 +
+ src/hb-ot-meta.h    | 1 +
+ src/hb-ot-metrics.h | 1 +
+ src/hb-ot-var.h     | 1 +
+ src/hb-style.cc     | 1 +
+ 5 files changed, 5 insertions(+)
+
+commit b8e6f17eed5eec3715e9d16f7f3db4c352f6d312
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Dec 27 15:03:57 2020 +0200
+
+    [docs] Move note about harfbuzz-old to proper place
+    
+    Commit 443f87213272be5ae0579dce4749b2036dfe3815 seems to have moved it
+    to the API part by mistake.
+
+ docs/harfbuzz-docs.xml | 60 ++++++++++++++++++++++++--------------------------
+ 1 file changed, 29 insertions(+), 31 deletions(-)
+
+commit e93de6362b2388a3f11fa5cfa4f699d805c61c5d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Dec 27 00:57:29 2020 +0200
+
+    [docs] Document unused language in get_baseline
+    
+    Document that language_tag in hb_ot_layout_get_baseline() is currently
+    unused.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2662
+
+ src/hb-ot-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c7b2e64c6d9e2f9b130c8fd581f0e5a67021b76d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Dec 27 00:53:23 2020 +0200
+
+    [docs] make it clear that FT_Face must have size
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2590
+
+ src/hb-ft.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 4136ecf74149c533f9a31e039d67e9a234e1f9ce
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Dec 27 00:22:31 2020 +0200
+
+    [docs] Don’t use FreeType in the simple example
+    
+    Also make the code actually compile.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2106
+
+ docs/usermanual-getting-started.xml | 31 ++++++++++++++++++-------------
+ 1 file changed, 18 insertions(+), 13 deletions(-)
+
+commit bfe4bbfc05319400572dd4547b093f7bcae7eba2
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Dec 27 18:38:54 2020 +0200
+
+    [docs] Older GTK-Doc does not support HB_DEPRECATED_FOR() at all
+    
+    Fixes CI build failure.
+
+ docs/Makefile.am | 2 +-
+ docs/meson.build | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 4161146e62f7fae28afc42c297e824d298741bb3
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Dec 27 18:27:19 2020 +0200
+
+    [docs] Fix generated docs for deprecated symbols
+    
+    Without ignoring HB_DEPRECATED, most deprecated symbols get missing from
+    documentation. Ignoring HB_DEPRECATED_FOR does not work, but this seems
+    to be a GTK-Doc bug.
+
+ docs/Makefile.am | 2 +-
+ docs/meson.build | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 7236c7e29cef1c2d76c7a284c5081ff4d3aa1127
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Dec 27 01:59:00 2020 +0200
+
+    2.7.4
+
+ NEWS             | 7 +++++++
+ configure.ac     | 2 +-
+ meson.build      | 2 +-
+ src/hb-version.h | 4 ++--
+ 4 files changed, 11 insertions(+), 4 deletions(-)
+
+commit 6808b1fb3075990c389e3a2e80cee8c4874a8f6f
+Merge: 010bd5404 e8c15b7a1
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sun Dec 27 01:55:15 2020 +0200
+
+    Merge pull request #2781 from harfbuzz/g-i-dist
+    
+    [ci] Install gobject-introspection on distcheck job
+
+commit e8c15b7a1cd2c2174658e221193bb83d1ca4c635
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Dec 26 23:05:48 2020 +0200
+
+    [ci] Install gobject-introspection on distcheck job
+    
+    To fix missing --enable-introspection from release tarballs.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2779
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 010bd5404008e45bb23ff63613551a03e3b60f58
+Merge: 462b71eaf fdf3e448f
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Dec 26 01:17:27 2020 +0200
+
+    Merge pull request #2777 from harfbuzz/docs-unicode
+    
+    [docs] Improve hb-unicode docs a bit
+
+commit 462b71eaf3aff628cc50554f2ebcb78e27262e39
+Merge: 954167143 22468c8a9
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Sat Dec 26 01:16:32 2020 +0200
+
+    Merge pull request #1676 from n8willis/docs-gtkdoc-core
+    
+    [Docs] Add gtkdoc comments for low-level core APIs
+
+commit 22468c8a9046d03751039ae82626c780c74fdc66
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 24 22:38:06 2020 +0200
+
+    [docs] Give destroy callbacks have (optional) annotation
+
+ src/hb-blob.cc       |  4 ++--
+ src/hb-font.h        | 30 +++++++++++++++---------------
+ src/hb-ft.cc         |  2 +-
+ src/hb-map.cc        |  2 +-
+ src/hb-set.cc        |  2 +-
+ src/hb-shape-plan.cc |  2 +-
+ src/hb-unicode.cc    |  2 +-
+ src/hb-unicode.h     | 12 ++++++------
+ 8 files changed, 28 insertions(+), 28 deletions(-)
+
+commit 35c4a15a676beb6d9198e2a9b7f06ac5ab669b2c
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 24 22:34:02 2020 +0200
+
+    [docs] Update hb-font documentation
+
+ src/hb-font.cc | 20 +++++++++++---------
+ 1 file changed, 11 insertions(+), 9 deletions(-)
+
+commit 8586f15957ac593aad786ad839b49596e45c0fa8
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 24 22:23:47 2020 +0200
+
+    [docs] Update hb-common documentation
+
+ src/hb-common.cc |  5 +++--
+ src/hb-common.h  | 16 +++++++---------
+ 2 files changed, 10 insertions(+), 11 deletions(-)
+
+commit e8c21e003dfe84a2b8c8801821176575bfa7bbb4
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 24 21:56:31 2020 +0200
+
+    [docs] Remove comments the duplicate docs
+
+ src/hb-font.h | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit ff96f73f8f62344fc9d0c557bcc79cd6c2d0b95f
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 24 21:53:11 2020 +0200
+
+    [docs] Add some missing API to harfbuzz-sections.txt
+
+ docs/harfbuzz-sections.txt | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit cb319f0d80ab76da00c7263a7e0a433558fa73a2
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 24 21:47:05 2020 +0200
+
+    [docs] Add some missing annotations to hb-buffer.cc
+
+ src/hb-buffer.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9af0edd9511cdba61ad3bd2ce23eb789e9eb58fe
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 24 21:40:41 2020 +0200
+
+    [docs] Document return value of hb_blob_get_data()
+
+ src/hb-blob.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f88e845fc789cb1af3956b53b749987af8d6adc8
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 24 21:28:37 2020 +0200
+
+    [docs] Minor fixes
+
+ src/hb-blob.cc    | 6 +++---
+ src/hb-buffer.cc  | 4 ++--
+ src/hb-face.cc    | 2 +-
+ src/hb-font.cc    | 2 +-
+ src/hb-map.cc     | 2 +-
+ src/hb-set.cc     | 2 +-
+ src/hb-unicode.cc | 2 +-
+ 7 files changed, 10 insertions(+), 10 deletions(-)
+
+commit 82092d4005aa1ce38e069b43d35282089af4ea79
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon Apr 22 15:31:24 2019 +0100
+
+    [docs] Update gtk-doc comments in hb-font
+
+ src/hb-font.cc | 623 +++++++++++++++++++++++++++++++++++----------------------
+ src/hb-font.h  | 371 ++++++++++++++++++++++++++--------
+ 2 files changed, 679 insertions(+), 315 deletions(-)
+
+commit e8de26e1ef7b4486ff7b13aadb89c06300f1b705
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sun Apr 21 20:31:54 2019 +0100
+
+    [docs] Add gtkdoc comments to hb-buffer
+
+ src/hb-buffer.cc | 235 +++++++++++++++++++++++++++++--------------------------
+ src/hb-buffer.h  |  17 ++++
+ 2 files changed, 139 insertions(+), 113 deletions(-)
+
+commit d13b7eaaf18e772387ce25e899e2b3d4252c9e96
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sun Apr 21 20:31:31 2019 +0100
+
+    [docs] Add gtkdoc comments to hb-blob
+
+ src/hb-blob.cc | 48 +++++++++++++++++++++++++++---------------------
+ src/hb-blob.h  | 35 ++++++++++++++++++++++++++---------
+ 2 files changed, 53 insertions(+), 30 deletions(-)
+
+commit 4cdb12a3fa804392ec93e29633235f9552a4e106
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sun Apr 21 20:31:09 2019 +0100
+
+    [docs] Add gtkdoc comments to hb-common
+
+ src/hb-common.cc |  82 +++++++++-------
+ src/hb-common.h  | 295 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
+ 2 files changed, 337 insertions(+), 40 deletions(-)
+
+commit 922c32eb2df9bfedc15420ceef99f35c6be07e12
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sun Apr 21 20:30:54 2019 +0100
+
+    [docs] Add gtkdoc comments to hb-map
+
+ src/hb-map.cc | 87 ++++++++++++++++++++++++++++++++++++-----------------------
+ src/hb-map.h  |  6 +++++
+ 2 files changed, 60 insertions(+), 33 deletions(-)
+
+commit 71af2c6d9b58213963577a01c97dc9dc021dc6b7
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sun Apr 21 20:30:36 2019 +0100
+
+    [docs] Add gtkdoc comments to hb-set
+
+ src/hb-set.cc | 207 ++++++++++++++++++++++++++++++++--------------------------
+ src/hb-set.h  |   9 +++
+ 2 files changed, 124 insertions(+), 92 deletions(-)
+
+commit ec98730ff69a744955c5d98aa38078eb0bb8fd24
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Wed Apr 17 14:44:25 2019 +0100
+
+    [docs] regularize whitespace in function params
+
+ src/hb-font.cc | 563 ++++++++++++++++++++++++++++++---------------------------
+ 1 file changed, 295 insertions(+), 268 deletions(-)
+
+commit fdf3e448fdf92385675e64563b0489d8aea2e1b8
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 24 00:41:45 2020 +0200
+
+    [docs] Improve hb-unicode docs a bit
+    
+    Down to only one warning.
+
+ src/hb-unicode.h | 80 ++++++++++++++++++++++++++++++++++++++++----------------
+ 1 file changed, 58 insertions(+), 22 deletions(-)
+
+commit 0fd6144a5fd0de86c509e35a552105faca458fb2
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Thu Dec 24 00:10:27 2020 +0200
+
+    [docs] Fix warnings about unknown annotations
+    
+    Use square brackets so that gtk-doc does not consider these to be
+    annotations.
+
+ src/hb-unicode.h | 168 +++++++++++++++++++++++++++----------------------------
+ 1 file changed, 84 insertions(+), 84 deletions(-)
+
+commit 954167143befde8366150dcb885f50a9e64346a3
+Merge: 8560c3e35 71a3b54f3
+Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
+Date:   Wed Dec 23 23:04:17 2020 +0200
+
+    Merge pull request #2776 from harfbuzz/release
+    
+    2.7.3
+
+commit 71a3b54f3c6c6fba52a2f99e6a9258c62b5104cd
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 23 15:33:15 2020 +0200
+
+    2.7.3
+
+ NEWS             | 23 +++++++++++++++++++++++
+ configure.ac     |  2 +-
+ meson.build      |  2 +-
+ src/hb-buffer.cc |  2 +-
+ src/hb-version.h |  4 ++--
+ 5 files changed, 28 insertions(+), 5 deletions(-)
+
+commit 8560c3e355dbfd199fbd9e7052151c40a9039b29
+Merge: 769a21aab 296e9d7f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 23 00:25:10 2020 -0800
+
+    Merge pull request #2774 from harfbuzz/misc-doc
+    
+    Doc fixes
+
+commit 769a21aab6a2b1c43cc10d56de3861a3add723de
+Author: Ryan <ryan@luciaonline.net>
+Date:   Wed Dec 23 02:31:03 2020 -0500
+
+    meson: avoid regenerating hb-version.h unnecessarily
+    
+    The file is a dependency for the library as a whole, so previously editing the Meson build files at all would force a full rebuild. This will only rebuild it if the version has changed.
+
+ src/gen-hb-version.py | 11 ++++++++++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+commit 296e9d7f33fb314d0bd4e0dad5a85f60aefdade9
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 23 01:18:10 2020 +0200
+
+    [ci] Install fonttools using pip on msys2
+    
+    Hopefully fixes the broken package.
+
+ .github/workflows/msys2-ci.yml | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 3dba7ea93638df814b93d75d31ad3da24605704d
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 23 00:55:21 2020 +0200
+
+    [docs] Add missing API index for 1.4.0 release
+
+ docs/harfbuzz-docs.xml | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit c2e2c40bacb296526e1b395a957af0e13da4486f
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 23 00:49:23 2020 +0200
+
+    [docs] Fix gtk-doc comment syntax
+    
+    The documentation was not picked otherwise.
+
+ src/hb-aat-layout.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 0826940821e9b8068b0341dae4d3ea237df86aa2
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 23 00:45:39 2020 +0200
+
+    [docs] Add messing sections
+    
+    Docs for these sections were not generated at all.
+
+ docs/harfbuzz-docs.xml |  4 ++++
+ src/hb-directwrite.cc  |  9 +++++++++
+ src/hb-gdi.cc          | 10 ++++++++++
+ src/hb-ot-metrics.cc   |  9 +++++++++
+ 4 files changed, 32 insertions(+)
+
+commit b8b13018edc4115e9857d7871d254c5737f90046
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Wed Dec 23 00:22:56 2020 +0200
+
+    [docs] Make gtk-doc find these typedef’s
+
+ src/hb-aat-layout.h    | 3 +--
+ src/hb-buffer.h        | 3 +--
+ src/hb-font.h          | 6 ++----
+ src/hb-ot-color.h      | 3 +--
+ src/hb-ot-deprecated.h | 3 +--
+ src/hb-ot-name.h       | 3 +--
+ src/hb-ot-var.h        | 3 +--
+ 7 files changed, 8 insertions(+), 16 deletions(-)
+
+commit 8c3a530fd7aa832215b84f4f38d58f58ac8a5832
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Dec 22 23:52:46 2020 +0200
+
+    [docs] Some formatting fixes
+
+ src/hb-buffer-serialize.cc | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit b029a45caa6067c752643e49b30233a74a8be721
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Tue Dec 22 23:32:48 2020 +0200
+
+    [docs] Add new API to harfbuzz-sections.txt
+
+ docs/harfbuzz-docs.xml     | 1 +
+ docs/harfbuzz-sections.txt | 3 +++
+ 2 files changed, 4 insertions(+)
+
+commit ea4476d7389b8b5d30f1d969787c752856c32088
+Author: Khaled Hosny <khaled@aliftype.com>
+Date:   Mon Dec 21 17:44:03 2020 +0200
+
+    [autotools] Don’t fallback to icu-config
+    
+    ICU pkg-config support have been available for a long time, and
+    icu-config often breaks cross-compiling when the one from host system is
+    found.
+
+ configure.ac | 19 -------------------
+ 1 file changed, 19 deletions(-)
+
+commit 2953a66ab685957f57e52fb45f42445030d41e06
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Wed Dec 9 12:24:18 2020 +0800
+
+    CMake: Define HAVE_GOBJECT when harfbuzz-gobject is built
+    
+    Without this, the built library for harfbuzz-gobject is unuseful.
+
+ CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 25c0a792e3c2642e3796e0428fb315da9dc2618e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 10 14:29:47 2020 -0700
+
+    Remove unused+wrong UnsizedArrayOf<> operators
+    
+    Said compiler is wrong to err since they are unused. But yeah, they
+    didn't make sense and were copy/paste leftover.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2763
+
+ src/hb-open-type.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 07e304b2a488261a89e74f396902399cb28f5608
+Merge: 7c241651a 5f32fdff1
+Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
+Date:   Tue Dec 1 22:32:19 2020 +0200
+
+    Merge pull request #2755 from Myaamori/master
+    
+    meson: use meson.current_source_dir() instead of @CURRENT_SOURCE_DIR@
+
+commit 7c241651ac3c8a4d97a0a04d4db5bd0088988ed9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 30 16:38:53 2020 -0700
+
+    [algs] Don't forward rvalue twice
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/2293
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 53806e5b83cee0e275eac038d0780f95ac56588c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 25 11:51:37 2020 -0700
+
+    Tiny improvement on previous commit
+    
+    Functionally the same.
+
+ src/hb-blob.hh               | 1 +
+ src/hb-null.hh               | 1 +
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 3 files changed, 3 insertions(+), 1 deletion(-)
+
+commit a5f6f869e80c371665026dfe9d156f0088f2553d
+Author: Dominik Röttsches <drott@chromium.org>
+Date:   Fri Oct 23 14:25:05 2020 +0300
+
+    Drop layout table if layout lookup accelerator allocation failed
+    
+    If the table is kept, when the table is present but only the accelerator
+    allocation failed, then we run into nullptr dereferences downstream in
+    hb_ot_map_t::apply when trying to access proxy.accels[i].
+    
+    To fix this, instead of only setting lookup_count of accelerator_t
+    itself, drop the whole table to avoid hb-ot-map construction assuming
+    that the lookups will work correctly despite accelerator allocation
+    having failed.
+    
+    Fixes:
+    https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24490
+    https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24490
+
+ src/hb-ot-layout-gsubgpos.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 5f32fdff11bca45ca842dea583f1afd51a6435b9
+Author: Myaamori <myaamori1993@gmail.com>
+Date:   Tue Nov 24 01:29:24 2020 +0000
+
+    meson: use meson.current_source_dir() instead of @CURRENT_SOURCE_DIR@
+    
+    @CURRENT_SOURCE_DIR@ is not listed as a valid string substitution
+    for custom targets in the Meson reference, and in practice
+    it does not get substituted when using the vs2019 backend.
+
+ src/meson.build | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b2e7bb2a7caa20af244b7452ec960f9957eb8bba
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Oct 27 19:50:33 2020 -0400
+
+    Don’t map BCP 47 to coincidentally similar OT tag
+
+ src/gen-tag-table.py   |  34 ++++++++---
+ src/hb-ot-tag-table.hh | 163 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-tag.cc       |   1 +
+ test/api/test-ot-tag.c |   4 ++
+ 4 files changed, 194 insertions(+), 8 deletions(-)
+
+commit e1df2c5277a365d5e0c83d811f0b95f66428430b
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Mon Oct 26 19:16:35 2020 -0400
+
+    Map ISO 639 code qul to language system tag 'QUH '
+
+ src/gen-tag-table.py   | 1 +
+ src/hb-ot-tag-table.hh | 1 +
+ 2 files changed, 2 insertions(+)
+
+commit bac8a856f8ce034fde04f024065455c8b29bba5e
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sat Nov 21 16:07:57 2020 +0200
+
+    Revert "[CI] Don’t install ragel on circleci jobs"
+    
+    This reverts commit 9a9da110a54ea03a0bdd1e64fa9ff7a2b98ba53c.
+
+ .circleci/config.yml | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit f579c66108d4b9d122213704078c998bc194d427
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sat Nov 21 16:06:27 2020 +0200
+
+    Mark variable unused
+    
+    Hopefully fixes build with newer ragel.
+    
+    https://github.com/adrian-thurston/ragel/issues/56
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2752
+
+ src/hb-ot-shape-complex-use-machine.hh | 2 +-
+ src/hb-ot-shape-complex-use-machine.rl | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit f83496a9101f764e4eaec2ce205d55aa4f78558f
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Nov 20 08:16:36 2020 -0500
+
+    [use] Remove workaround for reserved code points
+    
+    See <https://github.com/microsoft/font-tools/issues/12>.
+
+ src/gen-use-table.py                            | 4 +---
+ src/ms-use/IndicSyllabicCategory-Additional.txt | 5 ++++-
+ 2 files changed, 5 insertions(+), 4 deletions(-)
+
+commit 17da41bd06f2b993976379c8ab9287b485f58dee
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Nov 17 14:29:05 2020 -0500
+
+    Update language system tag registry to OT 1.8.4
+
+ src/gen-tag-table.py   |   7 +-
+ src/hb-ot-tag-table.hh | 909 +++++++++++++++++++++++++++++++++++++------------
+ test/api/test-ot-tag.c |   6 +-
+ 3 files changed, 704 insertions(+), 218 deletions(-)
+
+commit 385d9c08d8906002690a7fbff86c1592f5b627b9
+Merge: c4ade4fdd 9722b4b26
+Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
+Date:   Tue Nov 17 19:43:22 2020 +0200
+
+    Merge pull request #2700 from xclaesse/cairo-ft
+    
+    meson: Fix cairo_ft_dep when fontconfig is a subproject
+
+commit 9722b4b269bda2d7e84c3164d69caa1324f8f8b3
+Author: Xavier Claessens <xavier.claessens@collabora.com>
+Date:   Tue Nov 17 11:56:52 2020 -0500
+
+    Meson: Update all wrap files to latest version
+
+ subprojects/expat.wrap            | 19 +++++++++----------
+ subprojects/fontconfig.wrap       |  6 +++---
+ subprojects/google-benchmark.wrap | 15 ++++++++-------
+ subprojects/libpng.wrap           | 22 ++++++++++++----------
+ subprojects/zlib.wrap             | 17 ++++++++++++-----
+ 5 files changed, 44 insertions(+), 35 deletions(-)
+
+commit a082fe400d1c981e22061168299334c853ad85a6
+Author: Xavier Claessens <xavier.claessens@collabora.com>
+Date:   Fri Nov 6 13:02:21 2020 -0500
+
+    ci: Install meson 0.56.0 in crossbuild-win32
+    
+    It is required for using cairo as subproject.
+
+ .circleci/config.yml | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit e2ba0e009e499e82b2922db7e58e91bc5f452d03
+Author: Xavier Claessens <xavier.claessens@collabora.com>
+Date:   Sat Oct 3 21:34:24 2020 -0400
+
+    meson: Fix check for cairo and cairo-ft dependencies
+    
+    When cairo comes from a subproject fallback it should still take
+    cairo-ft dependency, otherwise it miss freetype2 cflags.
+    
+    Also update wrap file to use upstream repository now that meson support
+    has been merged.
+    
+    This requires Meson >= 0.54.0 because cairo itself requires that version
+    and we use the new `fallback: 'cairo'` syntax without specifying a
+    variable name because cairo does not provide a variable name for
+    cairo-ft.
+
+ meson.build            | 37 +++++++++++++++++--------------------
+ subprojects/cairo.wrap |  4 ++--
+ 2 files changed, 19 insertions(+), 22 deletions(-)
+
+commit c4ade4fdd681b59c0694b7422d7a123fd1e9e6b8
+Merge: e6c21d7b5 fd8f4ffcc
+Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
+Date:   Tue Nov 17 14:32:04 2020 +0200
+
+    Merge pull request #2686 from simoncozens/more-tracing
+    
+    More tracing
+
+commit fd8f4ffcc6851ff9024957779be50411e87724d5
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Sep 18 16:37:22 2020 +0100
+
+    Trace reorder, not normalize
+
+ src/hb-ot-shape-normalize.cc | 3 ++-
+ src/hb-ot-shape.cc           | 5 +----
+ 2 files changed, 3 insertions(+), 5 deletions(-)
+
+commit 2e0193d7417d1134e1710bf3fa7690332bc561e0
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Sep 18 16:28:29 2020 +0100
+
+    Add more cast spaces
+
+ src/hb-ot-shape.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4bb6d54e3bd16ae42364587f9703128b95de89de
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Sep 18 16:26:08 2020 +0100
+
+    Missing cast
+
+ src/hb-ot-shape-complex-indic.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8e1bedc50b13d19e1fb3c0fbb0cfa6d87f042f51
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Sep 18 16:25:43 2020 +0100
+
+    Keep phase names
+
+ src/hb-ot-shape.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 428c111f1389e3ebf8b694f342ffdc011f2ee043
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Sep 18 16:24:47 2020 +0100
+
+    Fix spacing around casts
+
+ src/hb-ot-layout.cc                | 4 ++--
+ src/hb-ot-shape-complex-indic.cc   | 2 +-
+ src/hb-ot-shape-complex-khmer.cc   | 2 +-
+ src/hb-ot-shape-complex-myanmar.cc | 2 +-
+ src/hb-ot-shape-complex-use.cc     | 2 +-
+ 5 files changed, 6 insertions(+), 6 deletions(-)
+
+commit f19018da412cf0949748dc8ba80e1a0a376238af
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Thu Sep 17 15:08:32 2020 +0100
+
+    Smaller issues from review
+
+ src/hb-ot-shape-complex-indic.cc   | 12 ++++++------
+ src/hb-ot-shape-complex-myanmar.cc |  2 +-
+ src/hb-ot-shape.cc                 |  6 +++---
+ 3 files changed, 10 insertions(+), 10 deletions(-)
+
+commit 8b3b835a0aaf7b21825ad87f0e0ab9efbff34dcc
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Thu Sep 17 14:27:31 2020 +0100
+
+    Trace normalization and preprocessing stages
+
+ src/hb-ot-shape.cc | 15 ++++++++++++---
+ 1 file changed, 12 insertions(+), 3 deletions(-)
+
+commit b50099bff22f9add10e100b6ace5a063a574a066
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Thu Sep 17 14:25:30 2020 +0100
+
+    Trace reordering in pause functions
+
+ src/hb-ot-shape-complex-indic.cc   | 10 ++++++++--
+ src/hb-ot-shape-complex-khmer.cc   | 10 ++++++----
+ src/hb-ot-shape-complex-myanmar.cc |  9 ++++++---
+ src/hb-ot-shape-complex-use.cc     | 10 +++++++---
+ 4 files changed, 27 insertions(+), 12 deletions(-)
+
+commit e6c21d7b58224f483395a6c9355fe89d88aedd54
+Merge: 3bd43bd02 0c3dcfae1
+Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
+Date:   Tue Nov 17 08:53:32 2020 +0200
+
+    Merge pull request #2692 from ffontaine/master
+    
+    src/meson.build: allow introspection when cross-compiling
+
+commit 0c3dcfae193efd8d5333c44075ba01932edc1059
+Merge: 2604201ae 3bd43bd02
+Author: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+Date:   Tue Nov 17 07:31:07 2020 +0100
+
+    Merge remote-tracking branch 'upstream/master'
+
+commit 3bd43bd023ab713781058f9ce5bcb7566ecb2d68
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Mon Nov 16 21:55:02 2020 -0500
+
+    Map more ISO 15924 variants to `hb_script_t`s
+
+ src/hb-common.cc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 27170e058d2925ea05bf59f1ee8f56fb0bcb576a
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Wed Oct 28 18:02:55 2020 -0400
+
+    Fix names for language tag in gen-tag-table.py
+    
+    A BCP 47 language tag with both a script subtag and a region subtag
+    would be printed as a human-readable name in hb-ot-tag-table.hh as if it
+    only had its language subtag.
+
+ src/gen-tag-table.py   |  18 +++----
+ src/hb-ot-tag-table.hh | 126 ++++++++++++++++++++++++-------------------------
+ 2 files changed, 73 insertions(+), 71 deletions(-)
+
+commit 5091ea7e247b118009c719076650a93b3e2dde6d
+Merge: 69cc214c9 07961daed
+Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
+Date:   Sat Oct 24 22:37:52 2020 +0200
+
+    Merge pull request #2733 from astiob/buffer-context-doc
+    
+    [docs] Describe buffer context applicability more explicitly
+
+commit 07961daed06d181615d8087b25122985c83760cc
+Author: Oleg Oshmyan <chortos@inbox.lv>
+Date:   Sat Oct 24 21:58:02 2020 +0300
+
+    [docs] Describe buffer context applicability more explicitly
+    
+    Make it abundantly clear that the context's script etc. don't matter.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2730
+
+ docs/usermanual-buffers-language-script-and-direction.xml | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 69cc214c9a47ec9f19bfe477149c6c68cff6a483
+Merge: 49ebb9ebd 5adc1344a
+Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
+Date:   Sat Oct 24 10:41:33 2020 +0200
+
+    Merge pull request #2729 from khaledhosny/autotools-pkg-config
+    
+    [autotools] Require pkg-config 0.28
+
+commit 5adc1344a4c695ed655aabd02c8bfab114bb4d52
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Fri Oct 23 18:39:34 2020 +0200
+
+    [ci] Upload meason logs on some CircleCI jobs
+
+ .circleci/config.yml | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 71376f88ef07163f1330f1f54f9f479cd3a67306
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Fri Oct 23 18:21:41 2020 +0200
+
+    [ci] CircleCI removed xcode:9.0.1 image
+    
+    The replacement run newer versions of macOS (10.13.3), making this job
+    obsolete as it tests nothing the other jobs don’t test.
+
+ .circleci/config.yml | 12 ------------
+ 1 file changed, 12 deletions(-)
+
+commit 05403a07b5accbc248064ec44fb884efeb811fa2
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Fri Oct 23 17:24:29 2020 +0200
+
+    [autotools] Require pkg-config 0.28
+    
+    Follow up 0615c7b64b63400b2a70a1a6dd8a57d0b0fff10c, which fixes #1565.
+    This seems to be the version that fixed the circular dependency, based
+    on the ChangeLog:
+    https://cgit.freedesktop.org/pkg-config/commit/?h=pkg-config-0.28&id=74ceac54ef6f9247c00f08eecd8cca811a3c5934
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 49ebb9ebdd689490c74da835a3fb829f14df6ed1
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Oct 17 12:03:44 2020 -0400
+
+    [use] Remove redundant O entries from the table
+
+ src/gen-use-table.py                 | 11 +++---
+ src/hb-ot-shape-complex-use-table.cc | 69 ++++++++++++++++++------------------
+ 2 files changed, 39 insertions(+), 41 deletions(-)
+
+commit 79fd5ce22e03d9db6553dadc0a5e3862b0bfa20d
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Oct 17 11:57:08 2020 -0400
+
+    [use] Merge IND and Rsv classes into O
+
+ src/gen-use-table.py                   | 10 ++-------
+ src/hb-ot-shape-complex-use-machine.hh | 40 +++++++++++++++++-----------------
+ src/hb-ot-shape-complex-use-machine.rl |  6 ++---
+ src/hb-ot-shape-complex-use-table.cc   | 20 +++++++----------
+ src/hb-ot-shape-complex-use.hh         |  2 --
+ 5 files changed, 32 insertions(+), 46 deletions(-)
+
+commit c2cdcd4901132ea7690bda655602d84e63505eb1
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sat Oct 17 21:57:27 2020 +0200
+
+    [tests] warning: unused variable 'num_glyphs'
+
+ test/api/test-buffer.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit e25aa49a1bcd8f25eeda1846c7daf9b887571d84
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Oct 17 12:32:41 2020 -0400
+
+    Fix a dead link in CMakeLists.txt
+
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9a9da110a54ea03a0bdd1e64fa9ff7a2b98ba53c
+Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
+Date:   Sat Oct 17 17:58:11 2020 +0200
+
+    [CI] Don’t install ragel on circleci jobs
+    
+    Latest ragel version is broken (https://github.com/adrian-thurston/ragel/issues/56), but we also don’t need to regenerate state machine on CI jobs.
+
+ .circleci/config.yml | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit cde2cf84c0d6515c701296351b9d5a80a41d78c5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 16 23:49:31 2020 -0600
+
+    [use] Minor clean-up of unused categories
+
+ src/hb-ot-shape-complex-use-machine.hh | 34 +++++++++++++++++-----------------
+ src/hb-ot-shape-complex-use-machine.rl |  7 -------
+ src/hb-ot-shape-complex-use.cc         |  3 +--
+ src/hb-ot-shape-complex-use.hh         |  7 -------
+ 4 files changed, 18 insertions(+), 33 deletions(-)
+
+commit 0792690b73010e24848fe82d5983ef01f38ed1fb
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Oct 16 22:41:12 2020 -0400
+
+    [use] Skip WJ and ZWJ when clustering
+
+ src/gen-use-table.py                               |  13 +-
+ src/hb-ot-shape-complex-use-machine.hh             | 580 ++++++++++-----------
+ src/hb-ot-shape-complex-use-machine.rl             |   9 +-
+ src/hb-ot-shape-complex-use-table.cc               |   8 +-
+ src/hb-ot-shape-complex-use.hh                     |   2 -
+ .../shaping/data/in-house/tests/use-syllable.tests |   2 +
+ 6 files changed, 272 insertions(+), 342 deletions(-)
+
+commit 3fcf466b7b77f8eaf281f7a1a4e6ca90b5be54fe
+Author: Laurenz <laurmaedje@gmail.com>
+Date:   Fri Oct 16 23:03:01 2020 +0200
+
+    [hb-shape-fallback] Use signed int for correction
+
+ src/hb-ot-shape-fallback.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 77e704d1dbfbdb6c54127112814b24358ec52eea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 15 02:02:04 2020 -0600
+
+    [buffer] Add assert_unicode()/assert_glyphs() and use internally
+
+ src/hb-buffer-serialize.cc | 13 ++++---------
+ src/hb-buffer.cc           | 10 ++++------
+ src/hb-buffer.hh           | 10 ++++++++++
+ src/hb-shape-plan.cc       |  3 ++-
+ 4 files changed, 20 insertions(+), 16 deletions(-)
+
+commit 5ef0613909b8223396f2342119d217e2f24aff26
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 15 01:54:28 2020 -0600
+
+    [buffer] Add ensure_glyphs()/ensure_unicode()
+    
+    Use in deserialize. To be used more.
+
+ src/hb-buffer-deserialize-json.hh | 1257 +++++++++++++-----------------
+ src/hb-buffer-deserialize-json.rl |   21 +-
+ src/hb-buffer-deserialize-text.hh | 1531 +++++++++++++++++--------------------
+ src/hb-buffer-deserialize-text.rl |   21 +-
+ src/hb-buffer.hh                  |   23 +
+ 5 files changed, 1270 insertions(+), 1583 deletions(-)
+
+commit 84dd65a8740a91e58eaef43c0006ace3a3aa54a7
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Tue Oct 13 20:21:28 2020 +0200
+
+    [test] Remove timeout from test runners
+    
+    See https://github.com/harfbuzz/harfbuzz/issues/2707#issuecomment-707744079
+    
+    This wasn’t inconsistent as well, HB_TEST_SUBSET_FUZZER_TIMEOUT defaulted
+    to 12 in the test runner, but it was overridden to 50 in meson.build,
+    and then meson has its own test timeout.
+
+ .circleci/config.yml                    | 2 +-
+ test/fuzzing/meson.build                | 1 -
+ test/fuzzing/run-draw-fuzzer-tests.py   | 2 +-
+ test/fuzzing/run-shape-fuzzer-tests.py  | 2 +-
+ test/fuzzing/run-subset-fuzzer-tests.py | 2 +-
+ 5 files changed, 4 insertions(+), 5 deletions(-)
+
+commit 3232e6f2a9053e31da67fc7ff293e007e698ef39
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 15 00:20:17 2020 -0600
+
+    [buffer] Add hb_buffer_has_positions()
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2716
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-buffer.cc           | 21 ++++++++++++++++++++-
+ src/hb-buffer.h            |  3 +++
+ 3 files changed, 24 insertions(+), 1 deletion(-)
+
+commit 97a093c52f87dbfb0c800dd09a23436479e69861
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Mon Oct 12 15:32:22 2020 +0200
+
+    [hb-subset] Improve error handling a bit
+    
+    * Check that output-file option is actually set before trying to open
+      it.
+    * Print file name and errno when opening the output file fails.
+    * Be more resilient when writing output file and use ferror() to check
+      for errors.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2711
+
+ util/hb-subset.cc | 36 ++++++++++++++++++------------------
+ 1 file changed, 18 insertions(+), 18 deletions(-)
+
+commit fa771a7f85d6d07ed64db438c8f07cd6b3f65e3e
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sun Oct 11 22:11:17 2020 +0200
+
+    [tests] Fix memory leak in test
+    
+    To make valgrind bot happy.
+
+ test/api/test-buffer.c | 21 +++++++++++----------
+ 1 file changed, 11 insertions(+), 10 deletions(-)
+
+commit dec52006d939755e38dfc3da6de100f2443d574c
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Oct 10 14:49:55 2020 -0400
+
+    Map BCP 47 tags to all macrolanguages
+    
+    The general rule is that if a BCP 47 macrolanguage maps to an OpenType
+    language system tag, all its individual languages map to it too.
+    Previously, a tag like "prs" (Dari) would not map to the language system
+    tag ('FAR ') of its macrolanguage ("fa") because "prs" already has its
+    own language system tag ('DRI '). That exception has been removed: now
+    "prs" maps to 'DRI ' and falls back to 'FAR '.
+
+ src/gen-tag-table.py   |   7 +--
+ src/hb-ot-tag-table.hh | 128 ++++++++++++++++++++++++++++++++++++++++++-------
+ 2 files changed, 112 insertions(+), 23 deletions(-)
+
+commit 1d53268dfe39b6842b5129ce731f67021cb1d844
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Oct 10 14:46:36 2020 -0400
+
+    Fix two-way mapping of "man" and 'MNK '
+
+ src/gen-tag-table.py   | 4 ++--
+ src/hb-ot-tag-table.hh | 2 ++
+ test/api/test-ot-tag.c | 2 ++
+ 3 files changed, 6 insertions(+), 2 deletions(-)
+
+commit ab38cf674658fbdde5732171b218fddaaccecbf9
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Oct 10 14:21:20 2020 -0400
+
+    Map hy-arevmda to 'HYE ' instead of HYE0
+
+ src/gen-tag-table.py   | 3 +++
+ src/hb-ot-tag-table.hh | 7 +++++++
+ 2 files changed, 10 insertions(+)
+
+commit 916c5a900708f25b3b6efa7079ae0b9ce701643c
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Sat Oct 10 14:15:16 2020 -0400
+
+    Consistently emit BCP 47 subtag scope suffixes
+
+ src/gen-tag-table.py   |  23 ++++++++---
+ src/hb-ot-tag-table.hh | 102 ++++++++++++++++++++++++-------------------------
+ 2 files changed, 69 insertions(+), 56 deletions(-)
+
+commit 1c05f6789b86ae7bf54fb74255b3c8cea31d9978
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 11 12:28:25 2020 -0600
+
+    [buffer] Increase work limits
+    
+    Our previous limits of 64 per input character was already hit
+    by David Corbett's under-development Duployan font.
+    
+    Increase work limits by factor of 16, and number of glyphs by factor of 2.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2707
+
+ src/hb-buffer.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit b37edebfcb10ef9d37258d504de4d1a97847d6eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 9 21:26:09 2020 -0600
+
+    [buffer/deserialize] Do not clear() buffer upon content type mismatch
+    
+    We return false. I don't see reason to clear buffer.
+
+ src/hb-buffer-deserialize-json.hh | 54 +++++++++++-------------
+ src/hb-buffer-deserialize-json.rl |  8 +---
+ src/hb-buffer-deserialize-text.hh | 86 ++++++++++++++++-----------------------
+ src/hb-buffer-deserialize-text.rl |  8 +---
+ 4 files changed, 63 insertions(+), 93 deletions(-)
+
+commit c396e1600f732e6e53a8733815b0a215ab9be6ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 9 21:13:10 2020 -0600
+
+    [buffer/deserialize] Accept arbitrary glyph names
+    
+    Accepts escapes. Added TODO items for matching escaping in serialize().
+
+ src/hb-buffer-deserialize-json.hh | 201 ++++++------
+ src/hb-buffer-deserialize-json.rl |  17 +-
+ src/hb-buffer-deserialize-text.hh | 630 +++++++++++++++++++++++---------------
+ src/hb-buffer-deserialize-text.rl |   9 +-
+ src/hb-buffer-serialize.cc        |  14 +-
+ 5 files changed, 524 insertions(+), 347 deletions(-)
+
+commit 4a4eebcf86f258b3dc465400092063300a588bbf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 9 21:06:20 2020 -0600
+
+    [buffer/serialize] Minor renames in Ragel machines
+    
+    As per my previous review on:
+    https://github.com/harfbuzz/harfbuzz/pull/2687
+
+ src/hb-buffer-deserialize-json.hh |   2 +-
+ src/hb-buffer-deserialize-json.rl |  18 +++----
+ src/hb-buffer-deserialize-text.hh | 104 +++++++++++++++++++++++---------------
+ src/hb-buffer-deserialize-text.rl |  20 +++++---
+ 4 files changed, 86 insertions(+), 58 deletions(-)
+
+commit 540d2cdddb4ae4a39194d3cf0efc19a9e9edaf22
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 9 18:07:28 2020 -0600
+
+    [tests/buffer] Revert unintended whitespace changes
+    
+    From 9e5538d6a3d6f1ffbee7fad3c821621f17d61494
+    
+    Tried squashing into, but too much merge conflict.
+
+ test/api/test-buffer.c | 1332 ++++++++++++++++++++++++------------------------
+ 1 file changed, 667 insertions(+), 665 deletions(-)
+
+commit 78fb6a11afde1b4b62c343d72ea31f9f21580402
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 9 18:02:16 2020 -0600
+
+    Whitespace
+
+ src/hb-buffer-serialize.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 140552cec98684cdab72a29ee59ba6ddfcca75b4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 9 18:01:32 2020 -0600
+
+    [buffer/serialize] Only serialize empty buffers of CONTENT_TYPE_INVALID
+
+ src/hb-buffer-serialize.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 04658ec48f9c934e8453583b161e7b5260231a8d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 9 17:59:54 2020 -0600
+
+    [tests/buffer] Update tests for previous commit
+
+ test/api/test-buffer.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 8f5d8b155c0cbf9f61cf6a23d73dbc7130df21e0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 9 17:58:57 2020 -0600
+
+    [buffer] Buffer start <= end <= len requirement in (de-)serialize
+
+ src/hb-buffer-serialize.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 3b64122a7fd5218df6e0f8b345becb7ff73510f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 9 17:55:21 2020 -0600
+
+    [buffer] Fix immutable case with end_ptr==nullptr
+
+ src/hb-buffer-serialize.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 7c0bc0bb926a37a5bc1289c1c0867843e476e863
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Sep 25 21:24:41 2020 +0100
+
+    Serialize invalid buffer to !! (text) or [] (json)
+    
+    There is no generic deserialize - you have to choose glyphs or unicode - so there is no way to deserialize this buffer.
+
+ src/hb-buffer-serialize.cc | 49 +++++++++++++++++++++++++++++++++++++++++-----
+ test/api/test-buffer.c     | 20 ++++++++++++++++---
+ 2 files changed, 61 insertions(+), 8 deletions(-)
+
+commit 5bb88c4f4569a2740d392c1a432ebb3537935e9c
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Sep 25 10:08:00 2020 +0100
+
+    Oops debug print
+
+ src/hb-buffer-serialize.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit f56eb402f06003ef66f3922dd948257516fec18e
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Sep 25 10:06:33 2020 +0100
+
+    Immutable buffer fix
+
+ src/hb-buffer-serialize.cc | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 150f391438a56ada7227fbcb94a6a86f3305c68e
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Sep 25 10:04:39 2020 +0100
+
+    Prohibit mixed glyphs/unicode buffers in deserialization
+
+ src/hb-buffer-deserialize-json.hh |  190 ++++--
+ src/hb-buffer-deserialize-json.rl |   28 +-
+ src/hb-buffer-deserialize-text.hh |  130 ++--
+ src/hb-buffer-deserialize-text.rl |   28 +-
+ test/api/test-buffer.c            | 1315 +++++++++++++++++++------------------
+ 5 files changed, 938 insertions(+), 753 deletions(-)
+
+commit 6b1726b6efcd5c2a7c610277d58be57b0ec659dd
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Mon Sep 21 16:35:40 2020 +0100
+
+    Typos
+
+ src/hb-buffer-serialize.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 3d3c87e7e7bb8a6ec104da72aa7e6103941045bd
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Mon Sep 21 14:35:05 2020 +0100
+
+    Put the flags back in and serialize clusters.
+    
+    Note that now JSON glyph buffers and Unicode buffers look very similar, except for the g/u property difference.
+
+ src/hb-buffer-deserialize-json.hh | 467 +++++++++++++++++---------------------
+ src/hb-buffer-deserialize-json.rl |   9 +-
+ src/hb-buffer-deserialize-text.hh | 434 +++++++++++++++++++----------------
+ src/hb-buffer-deserialize-text.rl |   2 +-
+ src/hb-buffer-serialize.cc        |  45 +++-
+ src/hb-buffer.h                   |   3 +-
+ test/api/test-buffer.c            |  19 +-
+ 7 files changed, 500 insertions(+), 479 deletions(-)
+
+commit 432a05b2af8522c2c5f0c7c21f06e44ab6d6a07a
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Sep 18 14:19:39 2020 +0100
+
+    (Simple) tests for Unicode serialization/deserialization
+
+ test/api/test-buffer.c | 41 +++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 41 insertions(+)
+
+commit c03a2001b2e19ff8b88e24f5b489af58952a86e7
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Sep 18 14:19:17 2020 +0100
+
+    Deserialization routines for Unicode buffers
+
+ src/hb-buffer-deserialize-json.hh | 467 ++++++++++++++++++++++----------------
+ src/hb-buffer-deserialize-json.rl |   8 +-
+ src/hb-buffer-deserialize-text.hh | 456 +++++++++++++++++++++++--------------
+ src/hb-buffer-deserialize-text.rl |  19 +-
+ src/hb-buffer-serialize.cc        |  87 ++++++-
+ src/hb-buffer.h                   |   8 +
+ 6 files changed, 655 insertions(+), 390 deletions(-)
+
+commit c0716bb5dc8b25ec452e71afc74ebebbc927fed8
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Sep 18 10:31:28 2020 +0100
+
+    Move delimiter addition into hb-buffer-serialize
+
+ src/hb-buffer-serialize.cc | 23 ++++++++++++++++++++++-
+ util/options.cc            |  8 --------
+ 2 files changed, 22 insertions(+), 9 deletions(-)
+
+commit 36ede569622f64406b441758d03c7a44a55a3c50
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Sep 18 10:24:29 2020 +0100
+
+    Fix docs
+    
+    Note the delimiters stuff isn’t true yet, will be working on that
+
+ src/hb-buffer-serialize.cc | 59 +++++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 58 insertions(+), 1 deletion(-)
+
+commit bb7b634cd044846e95f47538fe0f3bb8c35abd5f
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Sep 18 09:49:19 2020 +0100
+
+    Simplify JSON unicode serialization
+    
+    It’s just an array of codepoints; no need to turn them into objects
+
+ src/hb-buffer-serialize.cc | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit 57a528ab2ca09b2252598008e3d83a9bda1576ae
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Sep 18 09:35:05 2020 +0100
+
+    Convert tabs to spaces
+
+ src/hb-buffer-serialize.cc | 298 +++++++++++++++++++++------------------------
+ 1 file changed, 136 insertions(+), 162 deletions(-)
+
+commit aff6a362665cd6c582c9f79cbc3724fb918e22ce
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Fri Sep 18 09:27:27 2020 +0100
+
+    Use auxbuffer for serialize_unicode_text
+
+ src/hb-buffer-serialize.cc | 39 ++++++++++++++++++++++-----------------
+ 1 file changed, 22 insertions(+), 17 deletions(-)
+
+commit a0203a28bb8e22a960eaeda8256ea7e657b2552a
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Thu Sep 17 16:49:59 2020 +0100
+
+    Use hb_buffer_serialize to trace in utils
+
+ util/hb-shape.cc |  2 +-
+ util/options.cc  | 37 +++++++++++++------------------------
+ util/options.hh  |  4 +---
+ 3 files changed, 15 insertions(+), 28 deletions(-)
+
+commit 58bcc1cedd5a38a0a0da569e7e11c7641cdfc910
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Thu Sep 17 16:29:40 2020 +0100
+
+    Serialize Unicode buffers
+
+ src/hb-buffer-serialize.cc | 181 +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-buffer.h            |  20 +++++
+ 2 files changed, 201 insertions(+)
+
+commit be33704c003732a7a45b8136736b42ca54be98b3
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Oct 9 16:46:46 2020 -0700
+
+    Add gpos 5 tests to meson build file.
+
+ test/subset/meson.build | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit c39ab82c90479341dcf28eaa8174af6f08c0d7ae
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Oct 6 16:51:40 2020 -0400
+
+    Fix usage text of gen-use-table.py
+
+ src/gen-use-table.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit aace09a3ad4249ee5b11c07a7ba343f763545d01
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Oct 6 10:26:17 2020 -0700
+
+    [subset] Use glyphset gsub for layout variation indices collection.
+
+ src/hb-subset-plan.cc | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 1d9801e01290a62cfb802971061b2cc9f7c43bc1
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Oct 5 14:41:55 2020 -0700
+
+    [subset] In AnchorMatrix::subset eliminate the use of dynamically allocated vector.
+
+ src/hb-ot-layout-gpos-table.hh | 17 +++++------------
+ 1 file changed, 5 insertions(+), 12 deletions(-)
+
+commit 093909b2ffb1d938206b4a543652ae02c99491b2
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Oct 5 13:14:53 2020 -0700
+
+    [subset] Fix wrong offset base for subsetting LigatureArray.
+    Offsets from LigatureArray must be relative to the beginning of the LigatureArray table. For the serialization mechanism to use the correct beginning point the LigatureArray must be created using the push()/pop() mechanism. So convert LigatureArray subsetting to use serialize_subset() instead of a manually called serialize and subset.
+
+ src/hb-ot-layout-gpos-table.hh | 78 +++++++++++++++++++-----------------------
+ 1 file changed, 36 insertions(+), 42 deletions(-)
+
+commit 147e93b910010b581f1abf8f835aa2f7eecc483d
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Oct 1 16:44:16 2020 -0700
+
+    [subset] Fixes to get GPOS 5 subsetting code compiling.
+
+ src/hb-ot-layout-gpos-table.hh | 37 ++++++++++++++++++++++++++++---------
+ 1 file changed, 28 insertions(+), 9 deletions(-)
+
+commit 3a0b05faf18afc5f1cfc436c55d0776d26b80e53
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Feb 6 15:08:26 2020 -0800
+
+    [subset] GPOS 5 MarkToLigature subsetting support
+
+ src/hb-ot-layout-gpos-table.hh                     | 109 +++++++++++++++++++--
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ ...5_font1.keep-layout-retain-gids.41,42,43,44.otf | Bin 0 -> 2372 bytes
+ ...5_font1.keep-layout-retain-gids.41,42,43,45.otf | Bin 0 -> 2380 bytes
+ ...pos5_font1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2132 bytes
+ ...pos5_font1.keep-layout-retain-gids.41,42,44.otf | Bin 0 -> 2304 bytes
+ ...pos5_font1.keep-layout-retain-gids.41,42,45.otf | Bin 0 -> 2284 bytes
+ .../gpos5_font1.keep-layout-retain-gids.41,42.otf  | Bin 0 -> 2032 bytes
+ .../gpos5_font1.keep-layout-retain-gids.41,43.otf  | Bin 0 -> 2048 bytes
+ .../gpos5_font1.keep-layout-retain-gids.41.otf     | Bin 0 -> 1916 bytes
+ .../gpos5_font1.keep-layout-retain-gids.42.otf     | Bin 0 -> 1788 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3840 bytes
+ .../gpos5_font1.keep-layout.41,42,43,44.otf        | Bin 0 -> 1668 bytes
+ .../gpos5_font1.keep-layout.41,42,43,45.otf        | Bin 0 -> 1660 bytes
+ .../gpos5_font1.keep-layout.41,42,43.otf           | Bin 0 -> 1432 bytes
+ .../gpos5_font1.keep-layout.41,42,44.otf           | Bin 0 -> 1588 bytes
+ .../gpos5_font1.keep-layout.41,42,45.otf           | Bin 0 -> 1560 bytes
+ .../layout.gpos5/gpos5_font1.keep-layout.41,42.otf | Bin 0 -> 1328 bytes
+ .../layout.gpos5/gpos5_font1.keep-layout.41,43.otf | Bin 0 -> 1332 bytes
+ .../layout.gpos5/gpos5_font1.keep-layout.41.otf    | Bin 0 -> 1216 bytes
+ .../layout.gpos5/gpos5_font1.keep-layout.42.otf    | Bin 0 -> 1076 bytes
+ ...pos5_font1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3840 bytes
+ test/subset/data/fonts/gpos5_font1.otf             | Bin 0 -> 4780 bytes
+ test/subset/data/tests/layout.gpos5.tests          |  18 ++++
+ 25 files changed, 121 insertions(+), 8 deletions(-)
+
+commit 718bf5aab397290ab5214c6a6bff3e248c4ab094
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Sep 29 13:16:01 2020 -0700
+
+    [subset] only keep features reachable from script in the final subset.
+    Matches fontTools behaviour.
+
+ src/hb-ot-layout-gsubgpos.hh | 31 +++++++++++++++++++++----------
+ src/hb-subset-plan.cc        | 21 +++++++++++++++++----
+ 2 files changed, 38 insertions(+), 14 deletions(-)
+
+commit e583505334a5b0990b545fde6ed7e9d874b8db4d
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Sep 29 11:05:08 2020 -0700
+
+    [subset] Use plan->glyphset_gsub instead of plan->glyphset for GSUB/GPOS
+    This matches fontTools behaviour. glyphset_gsub does not contain gids added from closing over composite glyphs in glyf, since these cannot particpate in GSUB/GPOS processing.
+
+ src/hb-ot-layout-common.hh     |  8 ++++----
+ src/hb-ot-layout-gpos-table.hh | 16 ++++++++--------
+ src/hb-ot-layout-gsub-table.hh | 12 ++++++------
+ src/hb-ot-layout-gsubgpos.hh   |  6 +++---
+ 4 files changed, 21 insertions(+), 21 deletions(-)
+
+commit a99e8721bfdb3f346d169e0d3ff0a52e13fbd1d7
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Mon Sep 28 21:12:46 2020 -0400
+
+    [use] Fix tests with MSVC
+
+ src/hb-ot-shape-complex-use-machine.hh | 17 +++++++++--------
+ src/hb-ot-shape-complex-use-machine.rl |  3 ++-
+ 2 files changed, 11 insertions(+), 9 deletions(-)
+
+commit 010accb3d5343b32c0ab8b98a0d48626df975cb8
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Sep 28 17:39:09 2020 -0700
+
+    [subset] Add additional test cases for the Amiri tests.
+
+ ...ayout-retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 0 -> 48640 bytes
+ ...-Regular.keep-layout-retain-gids.627,644,62D,628.ttf | Bin 0 -> 42884 bytes
+ ...ep-layout-retain-gids.633,645,627,621,20,644,627.ttf | Bin 0 -> 46724 bytes
+ ...miri-Regular.keep-layout-retain-gids.63A,64A,631.ttf | Bin 0 -> 42896 bytes
+ ...gular.keep-layout.627,644,623,62D,644,627,645,2E.ttf | Bin 0 -> 13332 bytes
+ .../Amiri-Regular.keep-layout.627,644,62D,628.ttf       | Bin 0 -> 10232 bytes
+ ...i-Regular.keep-layout.633,645,627,621,20,644,627.ttf | Bin 0 -> 10372 bytes
+ .../Amiri-Regular.keep-layout.63A,64A,631.ttf           | Bin 0 -> 7824 bytes
+ test/subset/data/tests/layout.gpos8.amiri.tests         |   4 ++++
+ 9 files changed, 4 insertions(+)
+
+commit 940e1c6f9838b245839f742cca0e71cf37a9c87a
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Sep 28 17:22:01 2020 -0700
+
+    [subset] ChainContextFormat3 - don't subset glyph sequences.
+    The backtrack, input, and lookahead sequence must be matched in their entirety so these sequences should not be subset. If any of the coverage tables in a sequence subsets to empty then the whole subtable should be dropped since it's not possible for this lookup to be activated.
+
+ src/hb-ot-layout-gsubgpos.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit e31c2690f80c312d13dd4691e6e51da1cab94813
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Sep 28 16:51:25 2020 -0700
+
+    [subset] remove unnecessary returns.
+
+ src/hb-ot-layout-gsubgpos.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 3271a7cdaadcab3756261db42177500436e1c37e
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Sep 28 16:46:15 2020 -0700
+
+    [subset] Remove redundant langys from Amiri test font.
+    FontTools removes these when subsetting but harfbuzz does not yet support redundant langsys removal. So this gets the Amiri tests passing for now.
+
+ ...iri-Regular.keep-layout-retain-gids.627,644.ttf | Bin 36892 -> 36940 bytes
+ .../Amiri-Regular.keep-layout.627,644.ttf          | Bin 4364 -> 4412 bytes
+ test/subset/data/fonts/Amiri-Regular.ttf           | Bin 562980 -> 562684 bytes
+ 3 files changed, 0 insertions(+), 0 deletions(-)
+
+commit ad241f991726b38cbda566fe00ac4eab55b14679
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Sep 28 15:26:13 2020 -0700
+
+    [subset] check that sub rules in ChainContextFormat 1 and 2 intersect the glyphs set before recursing during closure lookups.
+
+ src/hb-ot-layout-gsubgpos.hh | 42 +++++++++++++++++++++++++++++++++++-------
+ 1 file changed, 35 insertions(+), 7 deletions(-)
+
+commit 9fad540245bcfa0a5c07380ea075d8c264b3abcf
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Sep 28 13:24:25 2020 -0700
+
+    [subset] check that sub rules in ContextFormat 1 and 2 intersect the glyphs set before recursing during closure lookups.
+
+ src/hb-ot-layout-gsubgpos.hh | 40 +++++++++++++++++++++++++++++++---------
+ test/subset/meson.build      |  1 +
+ 2 files changed, 32 insertions(+), 9 deletions(-)
+
+commit 7e6070a47f2127c90ad233ab3794097357a3f4ed
+Author: Koji Ishii <kojii@chromium.org>
+Date:   Mon Aug 31 17:21:21 2020 +0900
+
+    Set *coord to nullptr
+
+ src/hb-ot-layout-base-table.hh | 18 +++++++++++++++---
+ 1 file changed, 15 insertions(+), 3 deletions(-)
+
+commit 4e0bddb7fea3ada6dc1ba05ed2fab9f2b813640d
+Author: Koji Ishii <kojii@chromium.org>
+Date:   Wed Aug 19 20:49:10 2020 +0900
+
+    get_baseline
+
+ src/hb-ot-layout-base-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 48fcb9094aeb04bb4ff581c04603fbb7acfd71df
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 27 16:53:32 2020 -0600
+
+    [docs] Remove misleading wording re OpenType
+    
+    HarfBuzz has not *just* been implementing OpenType for a while.
+    At least since 2.0, where we added native AAT support in Oct 2018.
+
+ docs/harfbuzz-docs.xml | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 5539d158b75470dcf41bb86e2e8b9a7a986447c0
+Merge: 1a15bf1c5 cc7b3a1ab
+Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
+Date:   Sat Sep 26 10:41:38 2020 +0200
+
+    Merge pull request #1679 from n8willis/docs-gtkdoc-extern
+    
+    [Docs] Add GTK-Doc comments for external APIs
+
+commit 1a15bf1c535236c4117dcf5eb9afa4e462fbe364
+Merge: 8c5d1332f fb0195ba8
+Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
+Date:   Sat Sep 26 10:41:04 2020 +0200
+
+    Merge pull request #2695 from khaledhosny/docs-fix
+    
+    Minor build docs improvement
+
+commit cc7b3a1abd24aebabd812a151e0c206bf6f09635
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sat Sep 26 10:22:39 2020 +0200
+
+    [Docs] Address review comments
+
+ src/hb-face.cc    | 11 ++++++-----
+ src/hb-face.h     |  2 --
+ src/hb-unicode.cc |  5 +++++
+ 3 files changed, 11 insertions(+), 7 deletions(-)
+
+commit 41b46a3cb2d18417d642c3101aacc38fc6a56dc9
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Sun Apr 26 16:01:31 2020 +0100
+
+    Update hb-face.cc
+
+ src/hb-face.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 726e320ece912a75918f4a3208dff973b18c4b45
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Sun Apr 26 15:56:57 2020 +0100
+
+    Update inline doc for hb_face_create: explain index
+
+ src/hb-face.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 70331ca4850427b2c5b235ab46f6b5fb6f7036f6
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon Apr 22 19:25:42 2019 +0100
+
+    [Docs] Minor
+    
+    update GTK-Doc comments in hb-ot-layout.
+
+ src/hb-ot-layout.cc | 36 ++++++++++++++++++------------------
+ 1 file changed, 18 insertions(+), 18 deletions(-)
+
+commit eb10ef46aa1c62d6871f4780831e7ea326af10cf
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon Apr 22 19:22:24 2019 +0100
+
+    [Docs] Add GTK-Doc comments for hb-ot-font and hb-ot-shape.
+
+ src/hb-ot-font.cc  |  3 +++
+ src/hb-ot-shape.cc | 15 +++++++++++++++
+ 2 files changed, 18 insertions(+)
+
+commit 3e72febde020649cb7c213f71675804e09fb1926
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon Apr 22 19:21:27 2019 +0100
+
+    [Docs] Add GTK-Doc comments for hb-face.
+
+ src/hb-face.cc | 174 +++++++++++++++++++++++++++++++++------------------------
+ src/hb-face.h  |   8 +++
+ 2 files changed, 110 insertions(+), 72 deletions(-)
+
+commit 88cdea60e07187139419c0dc2cc76eb7a3c81a6e
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon Apr 22 19:17:40 2019 +0100
+
+    [Docs] Add GTK-Doc comments to hb-shape-plan.
+
+ src/hb-shape-plan.cc | 140 ++++++++++++++++++++++++++++++++++-----------------
+ src/hb-shape-plan.h  |  14 ++++++
+ 2 files changed, 109 insertions(+), 45 deletions(-)
+
+commit 5b43eb5a4caadd1494a7402ff0bea893102556d7
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon Apr 22 19:16:48 2019 +0100
+
+    [Docs] Add GTK-Dod comments to hb-unicode.
+
+ src/hb-unicode.cc | 118 ++++++++++++---------
+ src/hb-unicode.h  | 307 +++++++++++++++++++++++++++++++++++++++++++++++-------
+ 2 files changed, 339 insertions(+), 86 deletions(-)
+
+commit fb0195ba8314a3e15e436ad82b68a65b20711098
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sat Sep 26 09:33:41 2020 +0200
+
+    [docs] Fix syntax and expand Windows section a tiny bit
+
+ docs/usermanual-install-harfbuzz.xml | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit db2381c92d2ffae66f155567b09576ecbfaca0af
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sat Sep 26 09:30:25 2020 +0200
+
+    [docs] Fix indentation of commands
+    
+    DocBook outputs the extra spacing before the commands verbatim.
+
+ docs/usermanual-install-harfbuzz.xml | 52 +++++++++---------------------------
+ 1 file changed, 13 insertions(+), 39 deletions(-)
+
+commit a5c0ec7516e8f44ced7a5531c3565e74e34d8092
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Sep 25 14:57:20 2020 -0700
+
+    [subset] For [Chain]ContextFormat3 make sure the sub table intersects the retained glyphset before recursing to its lookups.
+    Otherwise the lookup closure will potentially pull in lookups which cannot be accessed via the retained glyph set.
+
+ src/hb-ot-layout-gsubgpos.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit dc375559fd8aec33b28ea5775f2288250fd7ede7
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Sep 25 13:08:46 2020 -0700
+
+    [subset] shrink the serialize buffer when pruning empty offsets in ChainContextFormat2.
+    Currently the code reduces the array length, but does not trim back the space allocated in the serializer for those empty offsets.
+
+ src/hb-ot-layout-gsubgpos.hh | 16 +++++++++-------
+ 1 file changed, 9 insertions(+), 7 deletions(-)
+
+commit 90eb1a40eb4498b8bcfd73e67cbc69a0eaab1423
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Sep 25 12:36:32 2020 -0700
+
+    [subset] In ChainContextFormat3 don't skip subsetting if backtrack or lookahead are empty.
+    It's valid to have a ChainContextFormat3 with either an empty backtrack or lookahead. Only drop the lookup if the input sequence is empty.
+
+ src/hb-ot-layout-gsubgpos.hh | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+commit 2604201ae0f4f4e5b659d7af00684cb38d79c502
+Author: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+Date:   Thu Sep 24 21:00:34 2020 +0200
+
+    src/meson.build: allow introspection when cross-compiling
+    
+    introspection can be enabled when cross-compiling on certains conditions
+    (for example it is supported by buildroot) so, as suggested by
+    Tim-Philipp Müller, disable it by default for cross builds unless the
+    option was explicitly enabled by the user
+    
+    Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+
+ src/meson.build | 7 +------
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+commit 7b77ce0507e18fb981a9b865f3eaac0c2ae06044
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 24 16:35:59 2020 -0700
+
+    [subset] Add subsetting integration test using Amiri.
+    Demonstrates a failure in subsetting GPOS 8/GSUB 6.
+
+ test/subset/data/Makefile.sources                      |   1 +
+ .../Amiri-Regular.keep-layout-retain-gids.627,644.ttf  | Bin 0 -> 36892 bytes
+ .../Amiri-Regular.keep-layout.627,644.ttf              | Bin 0 -> 4364 bytes
+ test/subset/data/fonts/Amiri-Regular.ttf               | Bin 0 -> 562980 bytes
+ test/subset/data/tests/layout.gpos8.amiri.tests        |   9 +++++++++
+ 5 files changed, 10 insertions(+)
+
+commit 7a72b20aa2b604053696e731185a17286de73b08
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Sep 24 15:58:48 2020 -0700
+
+    [subset] Subset GDEF during layout subsetting tests.
+
+ ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3756 -> 3812 bytes
+ ...e_subrules_f1.keep-layout.retain-all-codepoint.otf | Bin 3756 -> 3812 bytes
+ ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3772 -> 3828 bytes
+ ...e_subrules_f1.keep-layout.retain-all-codepoint.otf | Bin 3772 -> 3828 bytes
+ ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3736 -> 3792 bytes
+ ...xt3_simple_f1.keep-layout.retain-all-codepoint.otf | Bin 3736 -> 3792 bytes
+ ...3.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3692 -> 3728 bytes
+ .../gpos3_font3.keep-layout.retain-all-codepoint.otf  | Bin 3692 -> 3728 bytes
+ ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3772 -> 3816 bytes
+ ...ple_anchors_1.keep-layout.retain-all-codepoint.otf | Bin 3772 -> 3816 bytes
+ ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3748 -> 3792 bytes
+ .../gpos6_font1.keep-layout.retain-all-codepoint.otf  | Bin 3748 -> 3792 bytes
+ ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3776 -> 3832 bytes
+ ...e_subrules_f1.keep-layout.retain-all-codepoint.otf | Bin 3776 -> 3832 bytes
+ ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3808 -> 3864 bytes
+ ...e_subrules_f1.keep-layout.retain-all-codepoint.otf | Bin 3808 -> 3864 bytes
+ ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3744 -> 3800 bytes
+ ...ng3_simple_f1.keep-layout.retain-all-codepoint.otf | Bin 3744 -> 3800 bytes
+ ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3748 -> 3804 bytes
+ ...e_subrules_f1.keep-layout.retain-all-codepoint.otf | Bin 3748 -> 3804 bytes
+ ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3780 -> 3836 bytes
+ ...e_subrules_f1.keep-layout.retain-all-codepoint.otf | Bin 3780 -> 3836 bytes
+ ...2.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3716 -> 3772 bytes
+ ...ng3_simple_f2.keep-layout.retain-all-codepoint.otf | Bin 3716 -> 3772 bytes
+ ...lar.smallcaps.keep-layout-retain-gids.41,42,43.ttf | Bin 6780 -> 6844 bytes
+ ...egular.smallcaps.keep-layout-retain-gids.41,43.ttf | Bin 6396 -> 6472 bytes
+ ...o-Regular.smallcaps.keep-layout-retain-gids.41.ttf | Bin 6032 -> 6096 bytes
+ ...o-Regular.smallcaps.keep-layout-retain-gids.43.ttf | Bin 6088 -> 6152 bytes
+ ...egular.smallcaps.keep-layout-retain-gids.CA,CB.ttf | Bin 7932 -> 7996 bytes
+ .../Roboto-Regular.smallcaps.keep-layout.41,42,43.ttf | Bin 2972 -> 3028 bytes
+ .../Roboto-Regular.smallcaps.keep-layout.41,43.ttf    | Bin 2572 -> 2628 bytes
+ .../Roboto-Regular.smallcaps.keep-layout.41.ttf       | Bin 2196 -> 2252 bytes
+ .../Roboto-Regular.smallcaps.keep-layout.43.ttf       | Bin 2268 -> 2324 bytes
+ .../Roboto-Regular.smallcaps.keep-layout.CA,CB.ttf    | Bin 2612 -> 2668 bytes
+ test/subset/data/profiles/keep-layout-retain-gids.txt |   2 +-
+ test/subset/data/profiles/keep-layout.txt             |   2 +-
+ 36 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 8c5d1332f152383563c2ef4b3377b9d54b151def
+Merge: 82fe13182 df00f45e2
+Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
+Date:   Thu Sep 24 13:09:38 2020 +0200
+
+    Merge pull request #1664 from n8willis/docs-gtkdoc-otvar
+    
+    [Docs] Add gtk-doc comments for hb-ot-var
+
+commit df00f45e261df757caf42d9435ec06f015e4a54d
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Thu Sep 24 11:57:12 2020 +0200
+
+    Fix annotation in previous commits
+
+ src/hb-ot-var.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 5a695a79a0f1269b1ad3b4601f5dfb9794729982
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sat May 11 13:54:40 2019 +0100
+
+    Swap # for () in gtk-doc function mention.
+
+ src/hb-ot-var.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 379be7b7c8d25f86f3d302ea4179e1bf93f025b9
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Thu May 9 14:40:57 2019 +0100
+
+    Update src/hb-ot-var.cc
+    
+    Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
+
+ src/hb-ot-var.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 938add712a25d20fbc9752963885a32753e30937
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Thu Apr 11 19:45:12 2019 +0100
+
+    Add GTK-Doc comments for hb-ot-var.
+
+ src/hb-ot-var.cc | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++++---
+ src/hb-ot-var.h  |  41 +++++++++++++++++++-
+ 2 files changed, 150 insertions(+), 6 deletions(-)
+
+commit 82fe13182d928e5d0e7f2c93528bddc0848e163b
+Merge: a1f4d285e 9a1be3fed
+Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
+Date:   Tue Sep 22 17:40:38 2020 +0200
+
+    Merge pull request #1661 from n8willis/docs-gtkdoc-aat
+    
+    [Docs] Add gtk-doc comments for hb-aat-layout
+
+commit 9a1be3fed58e75d23dcda087de63f7e410680631
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Tue Sep 22 16:46:03 2020 +0200
+
+    Fix enum documentation syntax
+
+ src/hb-aat-layout.h | 643 +++++++++++++++++++++++-----------------------------
+ 1 file changed, 283 insertions(+), 360 deletions(-)
+
+commit 3c9244e662c8225ed11c72db0c095dfe04b0f925
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Sat May 11 16:44:30 2019 +0100
+
+    Update src/hb-aat-layout.cc
+    
+    Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
+
+ src/hb-aat-layout.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit d619ba0681504a107e0bb8bde85d0564f9327edd
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon Apr 8 20:17:38 2019 +0100
+
+    Add gtk-doc documentation to AAT layout functions and enums.
+
+ src/hb-aat-layout.cc | 26 ++++++++++-----
+ src/hb-aat-layout.h  | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ 2 files changed, 106 insertions(+), 12 deletions(-)
+
+commit 514e6baaf061ee5c601f6b181f8dd9cd436843a9
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Thu Apr 4 10:18:29 2019 +0100
+
+    [gtk-doc] document AAT functions and enums.
+
+ src/hb-aat-layout.cc |  63 ++++++++---
+ src/hb-aat-layout.h  | 293 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 341 insertions(+), 15 deletions(-)
+
+commit a1f4d285e1305fda5da771c3c5555c912b8e2d65
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 21 16:50:11 2020 -0600
+
+    [buffer] Fix invalid write access in hb_buffer_deserialize_glyphs()
+    
+    If buffer is immutable, we were trying to set content_type on it.
+    Ouch!
+
+ src/hb-buffer-serialize.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 18b8046c6aa2e311f0b47bfa66613c764d13283e
+Merge: 1f8b1e7f1 e43b9a29a
+Author: Caleb Maclennan <caleb@chiefworks.com>
+Date:   Mon Sep 21 17:32:34 2020 +0300
+
+    Merge pull request #2678 from alerque/post-artifacts
+
+commit 1f8b1e7f186f44db575e18d0958c9fb3ea14a594
+Author: ebraminio <ebrahim@gnu.org>
+Date:   Mon Sep 21 11:39:38 2020 +0330
+
+    [ENOMEM] Return gracefully if stages isn't initialized correctly (#2639)
+    
+    This happens if calls to 'm.lookups[table_index].push ()' has been
+    silently failed due to lack of memory.
+    
+    This change just returns gracefully instead issuing the assert.
+    
+    Fixes https://crbug.com/oss-fuzz/24494
+
+ src/hb-ot-map.hh                                         |   4 ++--
+ ...z-testcase-minimized-hb-shape-fuzzer-5753845452636160 | Bin 0 -> 2109 bytes
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit a0ebea5280abddb9eb22dcc8fd97c521c38da597
+Merge: e40c0d82e f9f473a4c
+Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
+Date:   Fri Sep 18 17:04:38 2020 +0200
+
+    Merge pull request #2665 from khaledhosny/doc-default-features
+    
+    [docs] Improve documentation for default features
+
+commit f9f473a4c40d95392fd314ff7e31f89d8b3b452d
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Wed Sep 2 16:40:52 2020 +0200
+
+    [docs] Improve documentation for default features
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2213
+
+ docs/usermanual-opentype-features.xml | 44 +++++++++++++++++++++++++++++------
+ 1 file changed, 37 insertions(+), 7 deletions(-)
+
+commit e40c0d82e2c01af4c180f7e4f8ccc4200e6a5362
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 16 12:48:30 2020 -0600
+
+    [ENOMEM] Handle immutable buffer in shape_full()
+    
+    Move the content_type changing to shape_plan_execute() where it belongs.
+    Skip setting if content type is UNKNOWN, which happens with empty buffers
+    only, including the immutable buffer.
+    
+    Alternate fix to https://github.com/harfbuzz/harfbuzz/pull/2606
+    and https://github.com/harfbuzz/harfbuzz/pull/2625
+
+ src/hb-shape-plan.cc | 55 +++++++++++++++++++++++++++++++++-------------------
+ src/hb-shape.cc      |  4 ----
+ 2 files changed, 35 insertions(+), 24 deletions(-)
+
+commit bbbcad0dbbe980209be946612de352cadae98522
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Sep 16 11:19:40 2020 -0700
+
+    Revert "[ENOMEM] don't perform set process operations if the other set is in an error state."
+    
+    This reverts commit f3929abafe3b64f15d0dc2d21ad7b493eeb92dfe.
+
+ src/hb-set.hh                                            |   1 -
+ ...-testcase-minimized-hb-subset-fuzzer-5345734743031808 | Bin 1240 -> 0 bytes
+ 2 files changed, 1 deletion(-)
+
+commit f3929abafe3b64f15d0dc2d21ad7b493eeb92dfe
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Sep 15 13:06:36 2020 -0700
+
+    [ENOMEM] don't perform set process operations if the other set is in an error state.
+    Running a process while the other set is in an error state can potentially corrupt this sets map map (for example by overwritting all of the major values with 0).
+
+ src/hb-set.hh                                            |   1 +
+ ...-testcase-minimized-hb-subset-fuzzer-5345734743031808 | Bin 0 -> 1240 bytes
+ 2 files changed, 1 insertion(+)
+
+commit 584d3a43b269032322b00a19e240e3222425f2a9
+Merge: 8c3d4de79 7d64b0976
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Wed Sep 16 15:08:50 2020 +0100
+
+    Merge pull request #2681 from khaledhosny/myanmar-liga
+    
+    [myanmar] Don’t disable liga feature
+
+commit 7d64b09765e326da810e98d3234ca72209cd5aae
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sat Sep 12 21:17:18 2020 +0200
+
+    [myanmar] Don’t disable liga feature
+    
+    This seems to have been carried over from the Indic shaper, but
+    Uniscribe enables it by default.
+    
+    See https://github.com/harfbuzz/harfbuzz/issues/2213#issuecomment-686062915
+
+ src/hb-ot-shape-complex-myanmar.cc                       |   8 +-------
+ test/shaping/data/in-house/Makefile.sources              |   1 +
+ .../fonts/065b01e54f35f0d849fd43bd5b936212739a50cb.ttf   | Bin 0 -> 1808 bytes
+ test/shaping/data/in-house/meson.build                   |   1 +
+ test/shaping/data/in-house/tests/myanmar-misc.tests      |   1 +
+ 5 files changed, 4 insertions(+), 7 deletions(-)
+
+commit 8c3d4de796d8d691c63d5c20ac32051c652d72b8
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Sep 9 12:38:34 2020 -0700
+
+    [subset] Fix integer underflow in ContextFormat2.
+
+ src/hb-ot-layout-gsubgpos.hh                            |   2 +-
+ ...testcase-minimized-hb-subset-fuzzer-5689082504806400 | Bin 0 -> 84172 bytes
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit e43b9a29a98d303240976bb0a7de27a0e3a56504
+Author: Caleb Maclennan <caleb@alerque.com>
+Date:   Fri Sep 11 22:15:10 2020 +0300
+
+    [ci] Trigger dependencies of publish jobs on tags
+
+ .circleci/config.yml | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+commit deb09e0d7556cbe88e8003c6ff0fa2192052c337
+Author: Caleb Maclennan <caleb@alerque.com>
+Date:   Fri Sep 11 19:52:46 2020 +0300
+
+    [ci] Tweak job names so config is valid Circle 2.1 schema
+
+ .circleci/config.yml | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit f4dea33f6d9acd6eea16f4a3130c9ec5d57928bf
+Author: Caleb Maclennan <caleb@alerque.com>
+Date:   Fri Sep 11 17:23:00 2020 +0300
+
+    [ci] Move repeated artifact upload job code to script
+
+ .ci/publish_release_artifact.sh | 20 ++++++++++++++++++++
+ .circleci/config.yml            | 22 +++++-----------------
+ 2 files changed, 25 insertions(+), 17 deletions(-)
+
+commit 65be538fffb01a03d98212e77f5240225580dfe0
+Author: Caleb Maclennan <caleb@alerque.com>
+Date:   Fri Sep 11 16:46:34 2020 +0300
+
+    [ci] Add job to publish autotools dist file to GitHub
+
+ .circleci/config.yml | 27 +++++++++++++++++++++++++++
+ 1 file changed, 27 insertions(+)
+
+commit 42bcc47d01d86eb44feae2df9d9fc6d4345270bb
+Author: Caleb Maclennan <caleb@alerque.com>
+Date:   Fri Sep 11 16:40:32 2020 +0300
+
+    [ci] Use executor with Circle's image for autotools job
+
+ .circleci/config.yml | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit c70f5090229ea4dbdea823d5f92cc17e3d2e73f3
+Author: Caleb Maclennan <caleb@alerque.com>
+Date:   Fri Sep 11 14:54:02 2020 +0300
+
+    [ci] Use `ghr` CLI tool to post Win32 artifact to GitHub
+
+ .circleci/config.yml | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 610ed3b42c8a1b411f99654f45c68aba2215afbd
+Author: Caleb Maclennan <caleb@alerque.com>
+Date:   Fri Sep 11 10:47:08 2020 +0300
+
+    [ci] Add job to publish Win32 releases and pass it artifacts
+
+ .circleci/config.yml | 18 ++++++++++++++++++
+ 1 file changed, 18 insertions(+)
+
+commit a2d45cd5f7a16c8757f148f452561fdbe531ee4c
+Author: Caleb Maclennan <caleb@alerque.com>
+Date:   Fri Sep 11 14:14:20 2020 +0300
+
+    [ci] Use Circle's customized image for workspace support
+
+ .circleci/config.yml | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit ac3f859a30731fcd2cf4be044d69a64cc43b5225
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Wed Sep 9 11:49:56 2020 -0400
+
+    Demote unregistered vendor-specific language tags
+
+ src/gen-tag-table.py   | 12 +-----------
+ src/hb-ot-tag-table.hh |  4 +---
+ 2 files changed, 2 insertions(+), 14 deletions(-)
+
+commit ee12c078ed775cda64f177055a1d1640675fb2d2
+Merge: 695d85ca3 5aff83104
+Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
+Date:   Tue Sep 8 15:37:30 2020 +0200
+
+    Merge pull request #2668 from rossburton/meson
+    
+    meson: add hb-version.h to dependencies correctly
+
+commit 695d85ca327cf6aaafcde36870a21f70d46fa863
+Merge: 91fe20f0f e876886d1
+Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
+Date:   Tue Sep 8 15:37:00 2020 +0200
+
+    Merge pull request #2674 from rossburton/reprod
+    
+    src/hb-gobject-enums.cc.tmpl: write out only the filename, not the full path
+
+commit 91fe20f0f5b868fc375291c525a32a6777554bd3
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Sep 4 09:18:19 2020 -0400
+
+    Disambiguate OT tags when primary tag is not first
+
+ src/gen-tag-table.py   | 4 ++++
+ src/hb-ot-tag-table.hh | 8 +++++++-
+ test/api/test-ot-tag.c | 3 +++
+ 3 files changed, 14 insertions(+), 1 deletion(-)
+
+commit e876886d1e877ad90b6f02badefd6ebee1bc0b09
+Author: Alexander Kanavin <alex.kanavin@gmail.com>
+Date:   Tue Aug 18 10:31:47 2020 +0000
+
+    src/hb-gobject-enums.cc.tmpl: write out only the filename, not the full path
+    
+    This is beneficial for reproducible builds, as build paths can vary
+    between builds.
+
+ src/hb-gobject-enums.cc.tmpl | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5aff83104e03d6d2617987d24a51e490ab7a5cd1
+Author: Ross Burton <ross.burton@arm.com>
+Date:   Mon Sep 7 10:55:33 2020 +0100
+
+    [build] generate hb-version.h once at configure time with Meson
+    
+    Currently with Meson hb-version.h is generated during the build without
+    any explicit dependencies which can result in build failures due races
+    over the file.
+    
+    Change this to be generated at configure time, so that the file is always
+    generated once before the build itself.
+    
+    Closes #2667
+
+ src/meson.build | 17 ++++++++---------
+ 1 file changed, 8 insertions(+), 9 deletions(-)
+
+commit bc1c93fbe04459a4b12c76c713ba1b750d2d9108
+Author: Ross Burton <ross.burton@arm.com>
+Date:   Mon Sep 7 17:11:17 2020 +0100
+
+    [build] No need to pass source directory to gen-hb-version
+    
+    The input file is by definition in the source directory, so dirname()
+    that instead of needing the directory to be passed.
+    
+    Needed because a follow-up commit will change when this is called, and the
+    source directory isn't trivially available at that point.
+
+ src/gen-hb-version.py | 6 +++---
+ src/meson.build       | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit faf09f5466370a45e1a9d7c07968af517d680d78
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Aug 14 18:30:20 2020 -0400
+
+    [USE] Support hieroglyph clusters
+
+ src/gen-use-table.py                   |  24 ++
+ src/hb-ot-shape-complex-use-machine.hh | 465 +++++++++++++++++----------------
+ src/hb-ot-shape-complex-use-machine.rl |   6 +
+ src/hb-ot-shape-complex-use-table.cc   | 104 +++++++-
+ src/hb-ot-shape-complex-use.cc         |   2 +
+ src/hb-ot-shape-complex-use.hh         |   4 +
+ 6 files changed, 366 insertions(+), 239 deletions(-)
+
+commit 06f49fc8ae40f083758e1ca8e9bd9879549d8c39
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Thu Aug 13 13:37:45 2020 -0400
+
+    [USE] Update to the 2020-08-13 USE specification
+    
+    This also uses the data files from
+    <https://github.com/microsoft/font-tools/tree/78b2134fdca84df41a931d30d5c48fec115eca41/USE>.
+
+ src/gen-use-table.py                              | 210 +++++++-----
+ src/hb-ot-shape-complex-use-machine.hh            | 330 +++++++++---------
+ src/hb-ot-shape-complex-use-machine.rl            |   3 +-
+ src/hb-ot-shape-complex-use-table.cc              | 398 ++++++++++++++++++----
+ src/hb-ot-shape-complex-vowel-constraints.cc      |   2 +-
+ src/hb-ot-shape-complex.hh                        |   7 +
+ src/ms-use/IndicPositionalCategory-Additional.txt | 102 ++++++
+ src/ms-use/IndicShapingInvalidCluster.txt         |   4 +-
+ src/ms-use/IndicSyllabicCategory-Additional.txt   | 207 +++++++++++
+ src/update-unicode-tables.make                    |   2 +-
+ 10 files changed, 946 insertions(+), 319 deletions(-)
+
+commit e3db84a9d05f40c5281d889a726eb2e4baa12328
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Fri May 3 23:29:58 2019 -0400
+
+    [use] Test CGJ and ZWNJ
+
+ test/shaping/data/in-house/tests/use-syllable.tests | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 6a38adeb577444cd164eeb6ace70741fe1a33791
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Fri May 3 14:16:50 2019 -0400
+
+    [use] Skip most default ignorables when clustering
+
+ src/Makefile.sources                     |   1 +
+ src/gen-use-table.py                     |  12 +-
+ src/hb-ot-shape-complex-machine-index.hh |  69 ++++
+ src/hb-ot-shape-complex-use-machine.hh   | 592 +++++++++++++++----------------
+ src/hb-ot-shape-complex-use-machine.rl   |  55 ++-
+ src/hb-ot-shape-complex-use-table.cc     |  76 ++--
+ src/hb-ot-shape-complex-use.hh           |   2 -
+ 7 files changed, 422 insertions(+), 385 deletions(-)
+
+commit 645f4e7cdd874bd454fceec76b33e57c0a205775
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Fri May 3 18:28:18 2019 -0400
+
+    Unhide CGJ before ccc=0 characters
+    
+    If a CGJ precedes a starter, then it cannot have blocked any reordering,
+    so it can safely be skipped.
+
+ src/hb-ot-shape-normalize.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9825e3dd2eaea4e267054adebc8d972e1f01cc0d
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 26 17:31:50 2020 -0700
+
+    [ENOMEM] fix access to unitialized memory.
+    If the serialize() call fails to write the object then we can't safely read varstore_prime fields. Fixes https://oss-fuzz.com/testcase-detail/5137462782066688.
+
+ src/hb-ot-layout-common.hh                              |   5 ++++-
+ ...testcase-minimized-hb-subset-fuzzer-5137462782066688 | Bin 0 -> 76354 bytes
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit 45de128930a902004baa875831e38ef62780ae2e
+Merge: 9c98b2b9a fe6381d9f
+Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
+Date:   Tue Sep 1 04:58:50 2020 +0300
+
+    Merge pull request #2661 from khaledhosny/failing-dw-build
+    
+    [ci] Fix failing DirectWrite build
+
+commit fe6381d9f1a34f33f020d4f7c871304376dc2844
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Tue Sep 1 03:44:01 2020 +0200
+
+    [build] Minor
+
+ src/meson.build | 12 ++++--------
+ 1 file changed, 4 insertions(+), 8 deletions(-)
+
+commit a4f3a752ddd89b1155978fe862d6f45bd5a89d53
+Author: ebraminio <ebrahim@gnu.org>
+Date:   Tue Sep 1 03:21:12 2020 +0200
+
+    [build] hb-directwrite needs a C++ linker
+
+ src/meson.build | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+commit 9c98b2b9a9e43669c5e2b37eaa41b1e07de1ede3
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sat Aug 29 00:39:42 2020 +0200
+
+    2.7.2
+
+ NEWS             | 9 ++++++++-
+ configure.ac     | 2 +-
+ meson.build      | 2 +-
+ src/hb-version.h | 4 ++--
+ 4 files changed, 12 insertions(+), 5 deletions(-)
+
+commit c0a76cb5192f6c334c6713444ac5a02d59faaf74
+Merge: fcddf3b9b a495a5423
+Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
+Date:   Sat Aug 29 00:14:01 2020 +0300
+
+    Merge pull request #2660 from harfbuzz/arabic-shaping-in-use
+    
+    [USE] Fix assertion failure for joining scripts
+
+commit a495a54236d69def7e8b1293f2887f18a6b2fecc
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Aug 28 14:33:25 2020 -0400
+
+    Ignore T & U when determining the joining scripts
+
+ src/gen-arabic-joining-list.py                 | 2 ++
+ src/hb-ot-shape-complex-arabic-joining-list.hh | 1 -
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit 420a74f7725bec2d3d4688fda226163b06f9a564
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Fri Aug 28 14:11:48 2020 -0400
+
+    [USE] Fix assertion failure for joining scripts
+
+ src/hb-ot-shape-complex-use.cc             | 2 +-
+ test/shaping/data/in-house/tests/use.tests | 1 +
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit fcddf3b9b43e391a9ec33c823ef22827d18a1fb9
+Author: ebraminio <ebrahim@gnu.org>
+Date:   Fri Aug 14 10:19:33 2020 +0430
+
+    [docs] Minor in TESTING.md
+    
+    Start the fuzzer with test/fuzzing/fonts seeds
+
+ TESTING.md | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 99b8a84cc50346b6788a67eadfe0ebe17545724a
+Author: ebraminio <ebrahim@gnu.org>
+Date:   Fri Aug 14 10:14:14 2020 +0430
+
+    [docs] Reorder TESTING.md sections
+    
+    And use --reconfigure where makes sense
+
+ TESTING.md | 42 ++++++++++++++++++++----------------------
+ 1 file changed, 20 insertions(+), 22 deletions(-)
+
+commit 1e48225ca312a955cc7f4a4b7683492e83d77117
+Author: ebraminio <ebrahim@gnu.org>
+Date:   Thu Aug 13 23:22:14 2020 +0430
+
+    [ENOMEM] Check whether serialize context isn't in error
+
+ src/hb-ot-shape-complex-arabic-fallback.hh                 |   4 ++--
+ ...uzz-testcase-minimized-hb-shape-fuzzer-5138182937772032 | Bin 0 -> 68 bytes
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 05ef75c55340400d4b318bd24d742653bbf825d9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 13 20:52:03 2020 +0430
+
+    2.7.1
+
+ NEWS             | 8 ++++++++
+ configure.ac     | 2 +-
+ meson.build      | 2 +-
+ src/hb-version.h | 4 ++--
+ 4 files changed, 12 insertions(+), 4 deletions(-)
+
+commit 0a02f1e760db5c0568dc6e15c00fa394aa43ccbb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 13 15:33:39 2020 +0430
+
+    [meson] Abort if GDI/Uniscribe headers couldn't be found
+
+ meson.build | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 253a8f7a510ddfb8e2eb90de95db9763f2f42282
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 13 09:23:29 2020 +0430
+
+    [meson] Another approach to skip tests incompatible with MSVC
+
+ src/meson.build | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 24b42002434d3e8dc8d164f02dda7a9c3e5386b5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 13 09:06:39 2020 +0430
+
+    [meson] Avoid using has_headers as that has added in 0.50.0
+
+ meson.build | 55 +++++++++++++++++++++++++++++--------------------------
+ 1 file changed, 29 insertions(+), 26 deletions(-)
+
+commit 411b426c692f611dbcdec7a6516781aa4375d07e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 13 01:23:46 2020 +0430
+
+    [meson] minor
+
+ src/meson.build | 14 ++++----------
+ 1 file changed, 4 insertions(+), 10 deletions(-)
+
+commit 6e32145dc91e866132a3a3911870441e98737b16
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 13 00:13:06 2020 +0430
+
+    [meson] Make compatbile with 0.47.0
+
+ .circleci/config.yml     |  2 +-
+ docs/meson.build         |  4 ++--
+ meson.build              | 18 +++++++++++-------
+ perf/meson.build         |  2 +-
+ src/meson.build          | 21 ++++++++++-----------
+ test/fuzzing/meson.build |  6 +++---
+ test/shaping/meson.build | 12 ++++++------
+ test/subset/meson.build  |  4 ++--
+ 8 files changed, 36 insertions(+), 33 deletions(-)
+
+commit 58209c86a0d2d536ce3d35953ffe340762ad1f48
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 12 23:04:26 2020 +0430
+
+    [meson] Make compatbile with 0.49.0
+    
+    Contains a just put together summary feature polyfill and workaround
+    to broken ternary operator.
+
+ .circleci/config.yml |   3 +-
+ meson.build          | 102 +++++++++++++++++++++++++++++++++------------------
+ perf/meson.build     |   8 +++-
+ src/meson.build      |  28 +++++++++++---
+ 4 files changed, 98 insertions(+), 43 deletions(-)
+
+commit 1e4fe10b98a291787ae561beca80cb70b481b108
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 12 13:06:37 2020 -0700
+
+    [ENOMEM] check for error in visited map during closure features.
+
+ src/hb-ot-layout-gsubgpos.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 9562239f0531c0e49e6ab7e157da578d454432c8
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Aug 12 13:01:22 2020 -0700
+
+    [ENOMEM] check for error in lookup visited set.
+
+ src/hb-ot-layout-gsubgpos.hh                           |   3 +++
+ ...estcase-minimized-hb-subset-fuzzer-5741735372914688 | Bin 0 -> 560294 bytes
+ 2 files changed, 3 insertions(+)
+
+commit eea9b59fc5c7ad5649ba598765f335383795778f
+Author: Tom Schoonjans <Tom.Schoonjans@rfi.ac.uk>
+Date:   Wed Aug 12 06:40:23 2020 +0200
+
+    [meson] fix generating introspection
+    
+    Only libharfbuzz_gobject is introspectable, not libharfbuzz. Therefore,
+    it makes no sense to target the latter for introspection: it should
+    instead be listed as a dependency.
+
+ src/meson.build | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 7bffb5d7baf4dc8b96fab1f8dbc83740a6817b1a
+Author: David Corbett <corbett.dav@northeastern.edu>
+Date:   Tue Aug 11 19:24:46 2020 -0400
+
+    Generate `has_arabic_joining`
+
+ src/Makefile.am                                |   1 +
+ src/Makefile.sources                           |   1 +
+ src/gen-arabic-joining-list.py                 | 104 +++++++++++++++++++++++++
+ src/hb-ot-shape-complex-arabic-joining-list.hh |  47 +++++++++++
+ src/hb-ot-shape-complex-use.cc                 |  35 +--------
+ src/meson.build                                |   1 +
+ src/update-unicode-tables.make                 |   3 +
+ 7 files changed, 158 insertions(+), 34 deletions(-)
+
+commit 6f754852c19ff26d693a1d78de55bab263281a72
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Aug 11 15:40:47 2020 -0700
+
+    [ENOMEM] skip asserts in to_bias if serializer is in an error state.
+
+ src/hb-serialize.hh                                     |   1 +
+ ...testcase-minimized-hb-subset-fuzzer-5927551890096128 | Bin 0 -> 73364 bytes
+ 2 files changed, 1 insertion(+)
+
+commit 057769b1a316c604cf84c343a4a85a10f46c057c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 12 02:30:33 2020 +0430
+
+    [fuzzer] minor
+
+ test/fuzzing/hb-draw-fuzzer.cc   |  2 +-
+ test/fuzzing/hb-fuzzer.hh        |  2 +-
+ test/fuzzing/hb-shape-fuzzer.cc  |  2 +-
+ test/fuzzing/hb-subset-fuzzer.cc | 18 ++++++++----------
+ 4 files changed, 11 insertions(+), 13 deletions(-)
+
+commit 04179380116d6e1efcf95a70f0d79b8e095b69c6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 12 02:19:06 2020 +0430
+
+    [fuzzer] Mark alloc_state as unused
+    
+    It is really unused when failing-alloc isn't on.
+
+ test/fuzzing/hb-fuzzer.hh | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 2af58c351812603498f0b67e66f84f4a33a74455
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 12 00:51:07 2020 +0430
+
+    Revert "Remove cmake build files"
+    
+    This reverts commit 4e572c940724cdae6f140df924c9ad7f4baea35e.
+
+ .circleci/config.yml       |   3 +-
+ CMakeLists.txt             | 768 +++++++++++++++++++++++++++++++++++++++++++++
+ Makefile.am                |   2 +
+ replace-enum-strings.cmake |  21 ++
+ 4 files changed, 793 insertions(+), 1 deletion(-)
+
+commit ef2e3803429efe0f5a1fcb2679ae332139297917
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 12 00:50:33 2020 +0430
+
+    Revert "Remove cmake-config support of HarfBuzz"
+    
+    This reverts commit 75efa893433b6f352c28bda9d0a92683244900aa.
+
+ configure.ac                 |  1 +
+ meson.build                  |  1 +
+ src/Makefile.am              |  4 ++-
+ src/harfbuzz-config.cmake.in | 86 ++++++++++++++++++++++++++++++++++++++++++++
+ src/meson.build              | 10 ++++++
+ 5 files changed, 101 insertions(+), 1 deletion(-)
+
+commit 0ca35570481ee16c44577913263032726a0c0a51
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 9 16:10:06 2020 +0430
+
+    Turn -Wunused-but-set-variable to warning
+    
+    As #2555 turned out some glib headers are imposing that so let's turn it to warning
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 519335783224e2cbfd8a4a5b9071216fe2b139b5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Aug 11 23:51:59 2020 +0430
+
+    Revert "Remove autotools build support"
+    
+    This reverts commit 01ac32aab2109681abc58bb2f96a4ef4a7f0c6df.
+
+ .circleci/config.yml                               |  15 +
+ Makefile.am                                        |  96 ++
+ README                                             |  15 +
+ RELEASING.md                                       |   2 +-
+ autogen.sh                                         |  48 +
+ configure.ac                                       | 540 +++++++++++
+ docs/Makefile.am                                   | 126 +++
+ git.mk                                             | 400 +++++++++
+ m4/ax_check_link_flag.m4                           |  74 ++
+ m4/ax_code_coverage.m4                             | 264 ++++++
+ m4/ax_cxx_compile_stdcxx.m4                        | 982 +++++++++++++++++++++
+ m4/ax_pthread.m4                                   | 485 ++++++++++
+ src/Makefile.am                                    | 476 ++++++++++
+ src/Makefile.sources                               | 284 ++++++
+ test/Makefile.am                                   |  15 +
+ test/api/Makefile.am                               | 222 +++++
+ test/fuzzing/Makefile.am                           |  86 ++
+ test/shaping/Makefile.am                           |  39 +
+ test/shaping/data/Makefile.am                      |  14 +
+ test/shaping/data/aots/Makefile.am                 |  27 +
+ test/shaping/data/aots/Makefile.sources            | 126 +++
+ test/shaping/data/in-house/Makefile.am             |  26 +
+ test/shaping/data/in-house/Makefile.sources        |  66 ++
+ test/shaping/data/text-rendering-tests/Makefile.am |  32 +
+ .../data/text-rendering-tests/Makefile.sources     |  95 ++
+ test/subset/Makefile.am                            |  23 +
+ test/subset/data/Makefile.am                       |  45 +
+ test/subset/data/Makefile.sources                  |  31 +
+ util/Makefile.am                                   |  78 ++
+ util/Makefile.sources                              |  38 +
+ 30 files changed, 4769 insertions(+), 1 deletion(-)
+
+commit 9748ae7299330f0245e97f7b1f18cd1207043e62
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Aug 11 17:52:48 2020 +0430
+
+    Revert "Reordering fails when GDEF table is absent #2140"
+    
+    This reverts commit f4cd99f28eefe695b86876736166fd119e22e04e.
+    
+    As requested in https://github.com/harfbuzz/harfbuzz/issues/2516#issuecomment-670969185
+
+ src/hb-ot-layout-gsubgpos.hh | 37 +++++++++++++++++--------------------
+ src/hb-ot-layout.hh          |  8 ++++----
+ 2 files changed, 21 insertions(+), 24 deletions(-)
+
+commit d03eecb4d63e1cdac77a08d081179c28440b2d18
+Author: ebraminio <ebrahim@gnu.org>
+Date:   Tue Aug 11 16:40:40 2020 +0430
+
+    [glyf] minor
+    
+    style improvement
+
+ src/hb-ot-glyf-table.hh | 21 ++++++++++++---------
+ 1 file changed, 12 insertions(+), 9 deletions(-)
+
+commit 732a9164d9c778a3d4315b189922d5b9c4a51495
+Author: ebraminio <ebrahim@gnu.org>
+Date:   Tue Aug 11 16:37:55 2020 +0430
+
+    [gvar] minor
+
+ src/hb-ot-var-gvar-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit c0107c1e6ecf627d7dba344529fb5f054344f498
+Author: ebraminio <ebrahim@gnu.org>
+Date:   Mon Aug 10 14:30:34 2020 +0430
+
+    [ci] test experimental APIs in Arch Linux and sanitizers
+
+ .circleci/config.yml | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 0c1561894ac4899cd09ebef4b3d33a095e35c981
+Author: ebraminio <ebrahim@gnu.org>
+Date:   Mon Aug 10 08:52:01 2020 +0430
+
+    [glyf] minor
+
+ src/hb-ot-glyf-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit f06d7331e8b1643680df7f0126b2d89254563dcb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Aug 10 08:35:06 2020 +0430
+
+    [glyf] minor
+
+ src/hb-ot-glyf-table.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit db96c7f67aac93ea025cf992c20acdf2364d93bc
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Aug 10 08:23:21 2020 +0430
+
+    [glyf] protect CompositeGlyph fields
+    
+    Introduce methods instead
+
+ src/hb-ot-glyf-table.hh | 30 ++++++++++++++++++++----------
+ 1 file changed, 20 insertions(+), 10 deletions(-)
+
+commit e5fe363aa5d06a4dfe665b97a22971f12c3f84f4
+Author: ebraminio <ebrahim@gnu.org>
+Date:   Mon Aug 10 07:39:36 2020 +0430
+
+    [glyf] Minor, don't pass accelerator_t to points_aggregator_t
+    
+    No need to pass it to aggregator itself
+
+ src/hb-ot-glyf-table.hh | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 2b9927f7e16c7b25194b8aae36146bf23c73f131
+Author: ebraminio <ebrahim@gnu.org>
+Date:   Mon Aug 10 06:26:21 2020 +0430
+
+    [glyf] minor
+    
+    No need to pass glyph_for_gid as a lambda now that we are passing the accelerator itself
+
+ src/hb-ot-glyf-table.hh | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit fce64a407d381372c92fcb5f0e551c17185ea735
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 8 14:04:54 2020 -0600
+
+    Minor
+
+ src/hb-ot-layout-gpos-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ffe06c8f0498d7f5fe53c76e9d6fba9127997258
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Aug 8 13:17:34 2020 +0430
+
+    [glyf] Guard all the public APIs against null pool runs
+    
+    Fixes https://crbug.com/oss-fuzz/24575 and https://crbug.com/oss-fuzz/24737
+
+ src/hb-ot-glyf-table.hh                                |  17 ++++++++++++-----
+ ...-testcase-minimized-hb-draw-fuzzer-5103082208493568 | Bin 0 -> 1069 bytes
+ ...-testcase-minimized-hb-draw-fuzzer-5641612227772416 | Bin 0 -> 1069 bytes
+ 3 files changed, 12 insertions(+), 5 deletions(-)
+
+commit 01ac32aab2109681abc58bb2f96a4ef4a7f0c6df
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 2 11:35:55 2020 +0430
+
+    Remove autotools build support
+
+ .circleci/config.yml                               |  15 -
+ Makefile.am                                        |  96 --
+ README                                             |  15 -
+ RELEASING.md                                       |   2 +-
+ autogen.sh                                         |  48 -
+ configure.ac                                       | 540 -----------
+ docs/Makefile.am                                   | 126 ---
+ git.mk                                             | 400 ---------
+ m4/ax_check_link_flag.m4                           |  74 --
+ m4/ax_code_coverage.m4                             | 264 ------
+ m4/ax_cxx_compile_stdcxx.m4                        | 982 ---------------------
+ m4/ax_pthread.m4                                   | 485 ----------
+ src/Makefile.am                                    | 476 ----------
+ src/Makefile.sources                               | 284 ------
+ test/Makefile.am                                   |  15 -
+ test/api/Makefile.am                               | 222 -----
+ test/fuzzing/Makefile.am                           |  86 --
+ test/shaping/Makefile.am                           |  39 -
+ test/shaping/data/Makefile.am                      |  14 -
+ test/shaping/data/aots/Makefile.am                 |  27 -
+ test/shaping/data/aots/Makefile.sources            | 126 ---
+ test/shaping/data/in-house/Makefile.am             |  26 -
+ test/shaping/data/in-house/Makefile.sources        |  66 --
+ test/shaping/data/text-rendering-tests/Makefile.am |  32 -
+ .../data/text-rendering-tests/Makefile.sources     |  95 --
+ test/subset/Makefile.am                            |  23 -
+ test/subset/data/Makefile.am                       |  45 -
+ test/subset/data/Makefile.sources                  |  31 -
+ util/Makefile.am                                   |  78 --
+ util/Makefile.sources                              |  38 -
+ 30 files changed, 1 insertion(+), 4769 deletions(-)
+
+commit 3d164d5883ceb5698a98ca025b5f75ce465e1f51
+Author: Ryan Schmidt <git@ryandesign.com>
+Date:   Thu Aug 6 20:45:44 2020 -0500
+
+    Use printf instead of echo -n in autogen.sh
+    
+    "echo -n" is not portable and on some POSIX systems it literally prints "-n".
+
+ autogen.sh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 1f519c25670e8dfe694a7b3fa71c5bc7263b1b1f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Aug 7 01:21:19 2020 +0430
+
+    [glyf] Optimize retrieval of hmtx/vmtx/gvar
+    
+    This should make glyf/gvar faster as makes it to invoke less table wrapper atomic operations and things.
+    
+    $ meson build -Dexperimental_api=true --buildtype=release && ninja -Cbuild && build/perf/perf "--benchmark_filter=glyf.*- ot -"
+    
+    Before:
+    extents/glyf - ot - SourceSerifVariable         46091 ns      46036 ns      16173
+    extents/glyf/vf - ot - SourceSerifVariable    4160142 ns    4154913 ns        174
+    extents/glyf - ot - Comfortaa                   25754 ns      25726 ns      27030
+    extents/glyf/vf - ot - Comfortaa              2627804 ns    2624596 ns        265
+    extents/glyf - ot - Roboto                      33556 ns      33540 ns      18513
+    draw/glyf - ot - SourceSerifVariable          2716848 ns    2715438 ns        256
+    draw/glyf/vf - ot - SourceSerifVariable       4602379 ns    4598907 ns        151
+    draw/glyf - ot - Comfortaa                    1659364 ns    1658142 ns        417
+    draw/glyf/vf - ot - Comfortaa                 2845100 ns    2842549 ns        246
+    draw/glyf - ot - Roboto                       1571509 ns    1570060 ns        442
+    
+    After:
+    extents/glyf - ot - SourceSerifVariable         34738 ns      34713 ns      21332
+    extents/glyf/vf - ot - SourceSerifVariable    3700510 ns    3698104 ns        187
+    extents/glyf - ot - Comfortaa                   21604 ns      21595 ns      31907
+    extents/glyf/vf - ot - Comfortaa              2324787 ns    2323440 ns        296
+    extents/glyf - ot - Roboto                      31259 ns      31246 ns      21814
+    draw/glyf - ot - SourceSerifVariable          2689230 ns    2687589 ns        260
+    draw/glyf/vf - ot - SourceSerifVariable       4625135 ns    4622036 ns        131
+    draw/glyf - ot - Comfortaa                    1690336 ns    1689454 ns        402
+    draw/glyf/vf - ot - Comfortaa                 2898748 ns    2897074 ns        241
+    draw/glyf - ot - Roboto                       1570911 ns    1570138 ns        440
+
+ src/hb-ot-glyf-table.hh | 70 ++++++++++++++++++++++++++++++-------------------
+ 1 file changed, 43 insertions(+), 27 deletions(-)
+
+commit 0907c10214c9b989c76a34b260042e88c707f9bd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Aug 7 00:15:32 2020 +0430
+
+    [gvar] minor
+
+ src/hb-ot-var-gvar-table.hh | 11 +++--------
+ 1 file changed, 3 insertions(+), 8 deletions(-)
+
+commit 679fac87dfbdef3192184b2d2374fda334205b41
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 30 15:29:43 2020 +0430
+
+    Skip hb_shape if buffer object is immutable
+
+ src/hb-shape.cc                 | 2 ++
+ test/fuzzing/hb-shape-fuzzer.cc | 6 ++----
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 55c41f219f539464335c16dc8392787fd0ac1b46
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 6 23:37:43 2020 +0430
+
+    [glyf] Clamp advance value result
+    
+    Fixes a sanitizer complain https://circleci.com/gh/harfbuzz/harfbuzz/150247 revealed by 02d1ec1
+
+ src/hb-ot-glyf-table.hh | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit 02d1ec16585738d5e55354224bcfcc552b079a76
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 6 22:18:35 2020 +0430
+
+    [gvar] Don't fail on imprefect gvar
+    
+    No need to fail even if gvar doesn't have that much glyphs
+
+ src/hb-ot-var-gvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ec17b6245755a7527c7f5d5242868ce0886327c9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 6 20:16:11 2020 +0430
+
+    [var] Apply variations on empty glyphs
+    
+    It was ignoring empty glyphs for no good reason, this fixes it.
+    
+    Fixes #2618
+
+ src/hb-ot-glyf-table.hh                                  |   6 ++++--
+ src/hb-ot-var-gvar-table.hh                              |   2 ++
+ test/shaping/data/in-house/Makefile.sources              |   1 +
+ .../fonts/ab40c89624a6104e5d0a2308e448a989302f515b.ttf   | Bin 0 -> 7440 bytes
+ test/shaping/data/in-house/meson.build                   |   1 +
+ test/shaping/data/in-house/tests/variations-space.tests  |   2 ++
+ 6 files changed, 10 insertions(+), 2 deletions(-)
+
+commit 5cab55ca90a64da281ef2c55e892bb0d6ebb3019
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 6 18:54:58 2020 +0430
+
+    [gvar] minor
+
+ src/hb-ot-var-gvar-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 20e42a212849554687b808b316f077a023126a95
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Aug 4 16:49:27 2020 +0430
+
+    [docs] minor on TESTING.md
+
+ TESTING.md | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 5a2d216f309fa91faf76a1ebebbcf8a36e21f592
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Aug 4 15:25:48 2020 +0430
+
+    [docs] meson related updates on install
+
+ docs/usermanual-install-harfbuzz.xml | 83 +++++++++++++-----------------------
+ 1 file changed, 29 insertions(+), 54 deletions(-)
+
+commit 34a05320921629f430ed36c30e24494c9841079c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Aug 4 15:14:59 2020 +0430
+
+    [meson] minor note
+
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cac483bf1563381a6081b06592a96f7055427e10
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Aug 3 18:41:49 2020 +0430
+
+    [docs] Update README.python.md with meson
+
+ README.python.md | 9 ++-------
+ 1 file changed, 2 insertions(+), 7 deletions(-)
+
+commit 75efa893433b6f352c28bda9d0a92683244900aa
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 30 01:17:42 2020 +0430
+
+    Remove cmake-config support of HarfBuzz
+    
+    Reverts d38f37b2 as discussed in #2316
+
+ configure.ac                 |  1 -
+ meson.build                  |  1 -
+ src/Makefile.am              |  4 +--
+ src/harfbuzz-config.cmake.in | 86 --------------------------------------------
+ src/meson.build              | 10 ------
+ 5 files changed, 1 insertion(+), 101 deletions(-)
+
+commit 97079a7c8f7d52ff381b2b3d6e0c430358d1b340
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 2 12:34:21 2020 +0430
+
+    [meson] Pass cpp_eh=none and cpp_rtti=false as default options
+    
+    If we want to support a build with exception handling and RTTI
+    We should reflect that on library(..., link_language: 'c') also so for
+    now it is ok to just set it here to get MSVC support also and we
+    can remove hard coded flags later upon request.
+    
+    One other concern over just relying on it is on when harfbuzz is used
+    as a subproject and the parent project hasn't provided the same options,
+    that should be resolved first I think.
+    
+    Closes #2584
+
+ meson.build | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 749e2754c83583e51034da09d3581af0f8d9e1a3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 2 12:21:51 2020 +0430
+
+    [meson] remove useless note about -fvisibility-inlines-hidden
+    
+    It was put there as current situation of autotools but msys2 is ok
+    with the flag, if something like is needed for other it can handled
+    as a local patch.
+
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 903d6a1f1418a20094af53200a9da45214c1b6af
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 2 11:40:47 2020 +0430
+
+    [perf] Enable ttf-parser build just with experimental_api
+    
+    ttf-parser API is subject to breaking change and we are interested on its
+    hb-draw like API so let's hide it more.
+
+ perf/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cdb7d2b9bc0d5928ae4f6ba16fe905f603583688
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 2 11:26:29 2020 +0430
+
+    [docs] Update README.python.md with meson
+
+ README.python.md | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9fd48de6f0316fe6f1879879b96992b0471af88b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 2 11:22:09 2020 +0430
+
+    [docs] Adopt CONFIG.md with meson
+
+ CONFIG.md | 15 +++++++--------
+ 1 file changed, 7 insertions(+), 8 deletions(-)
+
+commit b0a4860d3429e9effc3e642d6ef57b92332d796b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 2 11:15:15 2020 +0430
+
+    [docs] Remove packagers related part
+    
+    Covered by https://github.com/harfbuzz/harfbuzz/wiki/Notes-on-migration-to-meson
+
+ BUILD.md | 18 ++----------------
+ 1 file changed, 2 insertions(+), 16 deletions(-)
+
+commit 50151567c13b8a3a2a838cbe1714b3cc1fd94bd6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 2 10:43:25 2020 +0430
+
+    [ci] Disable Travis CI
+
+ .ci/build-freetype.sh | 17 -----------------
+ .ci/fail.sh           | 18 ------------------
+ .ci/run-coveralls.sh  | 14 --------------
+ .circleci/config.yml  |  2 +-
+ .travis.yml           | 43 -------------------------------------------
+ README.md             |  2 +-
+ 6 files changed, 2 insertions(+), 94 deletions(-)
+
+commit 11bb8aa83e57b288241b9156706e6f8d25eaf383
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 2 00:47:21 2020 +0430
+
+    [meson] limit check-libstdc++ check to 0.55
+    
+    library(..., link_language: 'c') is introduced in 0.55 but we were relying on this anyway
+    assuming b_asneeded being true on meson.
+    
+    #2614
+
+ src/meson.build | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 9d3fbe0588f8f4d5883e425680fc37778660b284
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 30 14:54:00 2020 +0430
+
+    [meson] Add darwin versions to library()
+    
+    We now have,
+    
+    $ otool -L src/libharfbuzz.dylib
+    src/libharfbuzz.dylib:
+            @rpath/libharfbuzz.0.dylib (compatibility version 0.0.0, current version 0.0.0)
+    
+    And with the change should we get
+    
+    $ otool -L src/libharfbuzz.dylib
+    src/libharfbuzz.dylib:
+            @rpath/libharfbuzz.0.dylib (compatibility version 20700.0.0, current version 20700.0.0)
+
+ src/meson.build | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 18ab8029d5aab6ac20c240515ad1795bd31dca1e
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 31 14:40:49 2020 -0700
+
+    [ENOMEM] check vector status in cmap subsetting.
+
+ src/hb-ot-cmap-table.hh                                  |   3 +++
+ ...-testcase-minimized-hb-subset-fuzzer-6316256152780800 | Bin 0 -> 1335 bytes
+ 2 files changed, 3 insertions(+)
+
+commit 06dbb6acbbd322b3123820c73ed4371560efc558
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 31 15:56:14 2020 -0700
+
+    [ENOMEM] in GSUB ChainContext subsetting check maps for allocation errors.
+
+ src/hb-ot-layout-gsubgpos.hh                            |   6 ++++++
+ ...testcase-minimized-hb-subset-fuzzer-4880059756969984 | Bin 0 -> 45902 bytes
+ 2 files changed, 6 insertions(+)
+
+commit fb1477795cb950b25472efa8d47febe81340a45b
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jul 31 14:00:38 2020 -0700
+
+    [ENOMEM] Check result of vector resize in CBDT subsetting.
+
+ src/hb-ot-color-cbdt-table.hh                            |   6 +++++-
+ ...-testcase-minimized-hb-subset-fuzzer-6241118484955136 | Bin 0 -> 7345 bytes
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 8586bad2bdadccecd830fb0a1c973423115240fb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jul 31 09:28:51 2020 +0430
+
+    [ci] don't install rustc on linux-ci
+    
+    https://github.com/harfbuzz/harfbuzz/pull/2610/checks?check_run_id=930572217
+
+ .github/workflows/linux-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit efd716de3f4c7616aedd5c449bf8d27d565d4ab6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jul 31 08:58:53 2020 +0430
+
+    [cff] Check for scalars array resize result
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24504
+
+ src/hb-cff2-interp-cs.hh                                 |   8 +++++---
+ ...zz-testcase-minimized-hb-draw-fuzzer-6231698648596480 | Bin 0 -> 2707 bytes
+ 2 files changed, 5 insertions(+), 3 deletions(-)
+
+commit 040ed094ef3cf032d84c4d65bd81f40c26f6f9e0
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 30 15:14:02 2020 -0700
+
+    [ENOMEM] popragate packed/packed_map errors to the serializer.
+    Will disable further modifications based on a bad state.
+
+ src/hb-serialize.hh                                       |   3 +++
+ ...z-testcase-minimized-hb-subset-fuzzer-5661567174311936 | Bin 0 -> 473 bytes
+ 2 files changed, 3 insertions(+)
+
+commit 7f358a55f4b3c0eb6654be9e8c31ece29965b4d6
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 30 13:57:30 2020 -0700
+
+    [ENOMEM] unchecked resize in CFF2.
+
+ src/hb-ot-cff2-table.hh                                  |   3 ++-
+ ...-testcase-minimized-hb-subset-fuzzer-5181909018345472 | Bin 0 -> 2559 bytes
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit 32f052b033f12fbeb8741c9616860743b1f567c4
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 30 13:45:04 2020 -0700
+
+    [ENOMEM] Fix several instances of not checking resize in CFF.
+
+ src/hb-subset-cff-common.hh                        |  27 ++++++++++++++++++---
+ src/hb-subset-cff1.cc                              |  14 +++++++++--
+ src/hb-subset-plan.hh                              |   6 +++++
+ ...ase-minimized-hb-subset-fuzzer-5707809174585344 | Bin 0 -> 107592 bytes
+ ...ase-minimized-hb-subset-fuzzer-5708623339323392 | Bin 0 -> 151 bytes
+ 5 files changed, 41 insertions(+), 6 deletions(-)
+
+commit 4cbc7d61bc5e7f0658fc58d807f94f3b7c335f0d
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 30 12:20:31 2020 -0700
+
+    [ENOMEM] check for unset current in serializer->length().
+
+ src/hb-serialize.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 0d22fb38b97afb6082fb4e5791e6fdd0166fa4a9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 30 23:18:57 2020 +0430
+
+    Copy parts of README.md to README
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2591
+
+ README | 16 +++++++++++++++-
+ 1 file changed, 15 insertions(+), 1 deletion(-)
+
+commit cac30711834d343d36b0bea1138562beeb22340f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 30 16:25:42 2020 +0430
+
+    [meson] minor, use null_dep one more place
+
+ perf/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4e572c940724cdae6f140df924c9ad7f4baea35e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 30 16:19:15 2020 +0430
+
+    Remove cmake build files
+    
+    As discussed in https://github.com/harfbuzz/harfbuzz/pull/2252
+
+ .circleci/config.yml       |   3 +-
+ CMakeLists.txt             | 768 ---------------------------------------------
+ Makefile.am                |   2 -
+ replace-enum-strings.cmake |  21 --
+ 4 files changed, 1 insertion(+), 793 deletions(-)
+
+commit 5f9ff04fb0002351f130f13cdb8719d81d1683e0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 18 02:33:05 2020 +0430
+
+    Add comparison against ttf-parser
+
+ .github/workflows/linux-ci.yml |   2 +-
+ perf/meson.build               |  14 +++++-
+ perf/perf-draw.hh              | 112 +++++++++++++++++++++++++++++------------
+ perf/perf-extents.hh           |  81 ++++++++++++++++++++---------
+ perf/perf.cc                   |   1 +
+ subprojects/ttf-parser.wrap    |   5 ++
+ 6 files changed, 157 insertions(+), 58 deletions(-)
+
+commit 87f4aada9964d4eff92de50fa2cd3708c81b5066
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 30 15:20:17 2020 +0430
+
+    [docs] Update TESTING.md with meson
+
+ TESTING.md | 67 ++++++++++++++++++--------------------------------------------
+ 1 file changed, 19 insertions(+), 48 deletions(-)
+
+commit 15644ee60ecebb65fc4d8e6a5b999a3f1629c241
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 29 16:37:39 2020 -0700
+
+    [ENOMEM] fix memory leak if allocation fails during pop_pack().
+
+ src/hb-serialize.hh                                        |   6 +++++-
+ ...zz-testcase-minimized-hb-subset-fuzzer-5684542900535296 | Bin 0 -> 70 bytes
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 42237adffcfd951616efc2f8fba2cd195eb002ea
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 29 15:18:25 2020 -0700
+
+    [ENOMEM] make serializer modification operations no-ops if it's in an error state.
+
+ src/hb-serialize.hh                                       |  14 ++++++++++++++
+ ...z-testcase-minimized-hb-subset-fuzzer-6231212713312256 | Bin 0 -> 76 bytes
+ 2 files changed, 14 insertions(+)
+
+commit d1f13014906d2540ea3f3e6f2aa2781e1314a869
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 30 02:01:43 2020 +0430
+
+    [icu] Remove support for versions older than 49
+    
+    It just doesn't make sense anymore, https://github.com/harfbuzz/harfbuzz/commit/c9e5da8ded390b816613839214fe96137ca0a0a2#r41018112
+
+ src/hb-icu.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 0b74aaece71a3546c8ed4f60866c67b98e3659c0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 30 01:47:30 2020 +0430
+
+    [icu] Remove useless HB_UNUSED tags
+    
+    As https://github.com/harfbuzz/harfbuzz/commit/c9e5da8ded390b816613839214fe96137ca0a0a2#r41018040
+
+ src/hb-icu.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c9e5da8ded390b816613839214fe96137ca0a0a2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 30 00:53:40 2020 +0430
+
+    [icu] Remove support of ICU versions before 42
+    
+    ICU 42 is released in 2012, see also https://github.com/harfbuzz/harfbuzz/commit/44a3136ae6a28222922da13582bd2dfd3eb823c7#commitcomment-41016353
+
+ src/hb-icu.cc | 145 ++++++++++------------------------------------------------
+ 1 file changed, 23 insertions(+), 122 deletions(-)
+
+commit 4ba8e3c6fd34cf0ab5f97e607bac708a978fa9b3
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 29 12:33:42 2020 -0700
+
+    [ENOMEM] Fix failure to check calloc return.
+    Fixes https://oss-fuzz.com/testcase-detail/6246465148813312.
+
+ src/hb-ot-name-table.hh                                 |   2 ++
+ ...testcase-minimized-hb-subset-fuzzer-6246465148813312 | Bin 0 -> 24246 bytes
+ 2 files changed, 2 insertions(+)
+
+commit d307c24abf37b2702706cf9df0fab571a99e2a70
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 29 12:23:37 2020 -0700
+
+    [ENOMEM] check resize() return.
+    Fixes https://oss-fuzz.com/testcase-detail/5641892164009984.
+
+ src/hb-ot-cff1-table.hh                                |   3 ++-
+ ...estcase-minimized-hb-subset-fuzzer-5641892164009984 | Bin 0 -> 124518 bytes
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit 8b63de110921f139ffb74cf159e2b042b0cd73d8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 29 17:25:00 2020 +0430
+
+    [docs] Use untouched result of rsvg-convert for HarfBuzz.svg render
+    
+    See also https://github.com/harfbuzz/harfbuzz/commit/1ec77522d838dd751733d3927e3d9589bf298853?short_path=1bb7b85
+
+ docs/HarfBuzz.png | Bin 4740 -> 6254 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 7bab6087bf1b7809ce05a9fb07a40d5708e4ff5d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 29 08:49:01 2020 +0430
+
+    [ci] Install meson's master
+    
+    As https://github.com/mesonbuild/meson/issues/7437
+
+ .github/workflows/linux-ci.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 58a5961ca1f1d7c8ed89acf07620242208d33edf
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 29 08:44:23 2020 +0430
+
+    minor spacing tweak
+
+ src/hb-subset-plan.cc | 4 ++--
+ util/hb-fc-list.c     | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 07c43b8cf6c89c79eb3e23550c6a843eaade166b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 29 08:42:52 2020 +0430
+
+    minor spacing tweak
+
+ src/hb-subset-plan.cc  |  2 +-
+ util/options-subset.cc | 16 ++++++++--------
+ 2 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 5a7cc7fd8b6f7381c40be993faffb81b9608e9bf
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 29 08:33:32 2020 +0430
+
+    minor spacing tweak
+
+ perf/perf-draw.hh              |   2 +-
+ src/hb-ot-cmap-table.hh        | 154 ++++++++++++++++++++---------------------
+ src/hb-ot-layout-common.hh     |   8 +--
+ src/hb-ot-layout-gdef-table.hh |  18 ++---
+ src/hb-ot-layout-gpos-table.hh |  82 +++++++++++-----------
+ src/hb-ot-layout-gsub-table.hh |   4 +-
+ src/hb-ot-layout-gsubgpos.hh   |  20 +++---
+ src/hb-subset-plan.cc          |   7 +-
+ src/hb-subset-plan.hh          |   5 +-
+ util/options-subset.cc         |   2 +-
+ 10 files changed, 149 insertions(+), 153 deletions(-)
+
+commit 48ad745996159337fb4733561e834a0ffbe3a1ae
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 29 08:09:08 2020 +0430
+
+    [ENOMEM] Fix buffer's content check logic
+    
+    So now rest of shape fuzzer also can be enabled.
+    
+    Fixes #2571
+
+ src/hb-buffer-serialize.cc      |  8 ++++----
+ src/hb-buffer.cc                | 12 ++++++------
+ test/fuzzing/hb-shape-fuzzer.cc | 14 ++++++--------
+ 3 files changed, 16 insertions(+), 18 deletions(-)
+
+commit c33e8006fdaec3b4acf8927c75e04129e0410a59
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 14 19:29:58 2020 +0430
+
+    [fuzz] Implement failing allocator
+
+ src/failing-alloc.c              | 57 ++++++++++++++++++++++++++++++++++++++++
+ src/meson.build                  |  8 ++++++
+ test/fuzzing/hb-draw-fuzzer.cc   |  2 ++
+ test/fuzzing/hb-fuzzer.hh        |  8 ++++++
+ test/fuzzing/hb-set-fuzzer.cc    |  2 ++
+ test/fuzzing/hb-shape-fuzzer.cc  |  6 +++++
+ test/fuzzing/hb-subset-fuzzer.cc |  2 ++
+ test/fuzzing/meson.build         |  4 ++-
+ 8 files changed, 88 insertions(+), 1 deletion(-)
+
+commit 44a3136ae6a28222922da13582bd2dfd3eb823c7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 29 07:03:44 2020 +0430
+
+    [glib] Default to glib's script type handling
+    
+    2.29.14 is almost released a decade ago, no need to support archaic glib versions.
+
+ src/hb-glib.cc | 148 +--------------------------------------------------------
+ 1 file changed, 1 insertion(+), 147 deletions(-)
+
+commit dae32b4f12da5d90de32886b0fd16653e3853e25
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jul 28 18:31:46 2020 -0700
+
+    [subset] bail out of subsetting if plan allocation fails.
+
+ src/hb-face.cc        | 3 +++
+ src/hb-subset-plan.cc | 6 +++++-
+ src/hb-subset-plan.hh | 6 ++++++
+ src/hb-subset.cc      | 3 +++
+ 4 files changed, 17 insertions(+), 1 deletion(-)
+
+commit d38d63319bcec35a5dccb5e6ab49eee123bd4c0e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 27 09:19:29 2020 +0430
+
+    [tests] minor
+
+ test/subset/run-tests.py | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 322426f8c8ef818a60ec9090670ff077647fdfa2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 27 09:03:35 2020 +0430
+
+    [tests] Use TTFont of fonttools to avoid temp files
+
+ test/subset/run-tests.py | 56 +++++++++++++++++-------------------------------
+ 1 file changed, 20 insertions(+), 36 deletions(-)
+
+commit 08fef15818013e12ae49e44261f0bf8773124591
+Author: Hamidreza Bayat <hamidrezabayat76@gmail.com>
+Date:   Sun Jul 26 17:16:07 2020 +0430
+
+    Use fonttools's python package instead of cli
+
+ test/subset/run-tests.py | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit bec3db49bd1002b4fbe5baf3ca462bce85fb7da5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 25 13:45:34 2020 +0430
+
+    [ci] meson-gcc-mingw to crossbuild-win32
+
+ .circleci/config.yml | 16 +++-------------
+ 1 file changed, 3 insertions(+), 13 deletions(-)
+
+commit 24a6f046e467b875c71b8897078af1311dda11be
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 25 13:18:54 2020 +0430
+
+    [releasing] unbreak the build
+    
+    Use lower number of parallel jobs as https://circleci.com/gh/harfbuzz/harfbuzz/149413 apparent compiler OOM issue
+
+ .ci/build-win32.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cddfe4ea275f869afedc9adfae65d6b1317552da
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 25 13:09:57 2020 +0430
+
+    [releasing] Use release buildtype
+    
+    guess will optimize speed and size of the output, non important things anyway for the test only win32 packs
+
+ .ci/build-win32.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a01c7a380b9a3351bc7056c816e1340b5374a6f8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 25 12:27:31 2020 +0430
+
+    2.7.0
+
+ NEWS             | 21 +++++++++++++++++++++
+ configure.ac     |  9 +++------
+ meson.build      |  4 +---
+ src/hb-version.h |  6 +++---
+ 4 files changed, 28 insertions(+), 12 deletions(-)
+
+commit b32f2e8b490b3909c2ba6eb1b97506710efcbe5f
+Author: Evgeniy Reizner <razrfalcon@gmail.com>
+Date:   Thu Jul 23 11:48:19 2020 +0300
+
+    Remove unused code from the Khmer shaper.
+
+ src/hb-ot-shape-complex-khmer.cc | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit f9ac6ddbef0eba3ab172b1e2439ce776870b969f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 22 17:53:04 2020 +0430
+
+    [meson] Rename 'gtk_doc' option to 'docs'
+
+ docs/meson.build  | 2 +-
+ meson.build       | 2 +-
+ meson_options.txt | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 11ae45f6ebbff8ef1d8706c384e3ee74889917a7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 22 17:52:16 2020 +0430
+
+    [ci] Don't run cov-analyze
+    
+    https://stackoverflow.com/a/59353318
+
+ .github/workflows/coverity-scan.yml | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 46ec6db9656537997b29581cabb6dba901565767
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 22 17:30:48 2020 +0430
+
+    minor
+
+ src/hb-aat-layout-kerx-table.hh | 4 +---
+ src/hb-ot-map.hh                | 4 ++--
+ src/hb-subset-cff1.cc           | 2 +-
+ 3 files changed, 4 insertions(+), 6 deletions(-)
+
+commit 5c46683ab8b3f390a8aa043be97d89674e24162d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 22 17:23:22 2020 +0430
+
+    [fuzz] increase shape fuzzer timeout
+    
+    as https://circleci.com/gh/harfbuzz/harfbuzz/149203
+
+ test/fuzzing/meson.build | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 83c44f69d3724acbb16b25c1c1dee564ca1c3604
+Author: insilications <boboniboni@gmail.com>
+Date:   Mon Jul 20 17:35:10 2020 -0300
+
+    [tests] fix PGO build testing
+    
+    Adds 'mangle_path' to IGNORED_SYMBOLS
+
+ src/check-symbols.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 024fc665da00be5b8615af88cd00ed1a0f7485e9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 20 23:57:27 2020 +0430
+
+    [ci] disable clang nightly installation
+    
+    they don't like to work apparently for some reason https://circleci.com/gh/harfbuzz/harfbuzz/149164
+    
+    better to use oss-fuzz docker images, gcr.io/oss-fuzz-base/base-clang, but the fact it uses 16.04 is showstopper for us.
+
+ .circleci/config.yml | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit d058e56cf1015f6b922642d2cd7ccef27efd9958
+Author: Christoph Reiter <reiter.christoph@gmail.com>
+Date:   Mon Jul 20 20:50:09 2020 +0200
+
+    [ci] Update to msys2/setup-msys2@v2
+    
+    This update introduces better error handling and package caching by default.
+
+ .github/workflows/msys2-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ae8a71dfb8ad3b6f7cb48ff79dbc8a103f6d6fca
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 20 20:16:15 2020 +0430
+
+    [ci] minor, use --auto-features=enabled
+
+ .github/workflows/linux-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9bb15ee2edf563797ab5cdded6bb3ea186cd2fd6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 19 22:24:13 2020 +0430
+
+    [ci] remove irc notification
+    
+    is just a noise there, yet, done to see if is anyone really wants it let's see how I can bring it back in some other bot
+
+ .travis.yml | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit f65a8a33b60d04548ee755d1e052fc01ff6f1248
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 19 18:13:48 2020 +0430
+
+    [ci] run cov-analyze
+    
+    apparently we have to run that also ourselves, let's see
+
+ .github/workflows/coverity-scan.yml | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit ab1079b04621311b9e5b776adf77ab6038fefa66
+Merge: 05ed1ee0c 93aea76a2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 18 23:05:50 2020 +0430
+
+    Merge pull request #2577 from lazka/gha-msvc
+    
+    Use GitHub Actions for msvc bots
+
+commit 05ed1ee0c41088481baf8aafddd8d6976db0bdac
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 18 23:05:26 2020 +0430
+
+    [ci] Remove appveyor ci badge
+    
+    As https://github.com/harfbuzz/harfbuzz/pull/2577
+
+ README.md | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 93aea76a25640d923168272f001db43e776c8bdb
+Author: Christoph Reiter <reiter.christoph@gmail.com>
+Date:   Sat Jul 18 19:32:19 2020 +0200
+
+    Fix the GHA msvc build
+    
+    Use the 'ilammy/msvc-dev-cmd' action for setting up the msvc env,
+    so we can use powershell everywhere.
+    
+    Remove a directory from PATH which was interfering with the meson build
+    by providing an unrelated pkg-config.exe.
+
+ .github/workflows/msvc-ci.yml | 26 +++++++++++++++++++-------
+ 1 file changed, 19 insertions(+), 7 deletions(-)
+
+commit d0e2addd43dad705d9f54134b97ae81757f5e25e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 18 22:14:52 2020 +0430
+
+    minor
+
+ src/hb-aat-layout-bsln-table.hh |  2 +-
+ src/hb-aat-layout-kerx-table.hh |  8 +++-----
+ src/hb-aat-layout-morx-table.hh |  2 +-
+ src/hb-buffer.cc                |  4 ++--
+ src/hb-buffer.hh                |  2 +-
+ src/hb-cff2-interp-cs.hh        |  2 +-
+ src/hb-font.hh                  |  2 +-
+ src/hb-ot-cmap-table.hh         | 30 +++++++++++++--------------
+ src/hb-ot-layout-common.hh      | 14 ++++++-------
+ src/hb-ot-layout-gdef-table.hh  |  8 ++++----
+ src/hb-ot-layout-gpos-table.hh  | 45 ++++++++++++++++++++++++-----------------
+ src/hb-ot-layout-gsub-table.hh  |  4 ++--
+ src/hb-ot-layout-gsubgpos.hh    |  8 ++++----
+ src/hb-ot-math-table.hh         | 16 +++++++--------
+ src/hb-ot-shape.cc              |  4 ++--
+ src/hb-ot-var-gvar-table.hh     |  2 +-
+ src/hb-subset-cff2.cc           | 14 ++++++-------
+ 17 files changed, 87 insertions(+), 80 deletions(-)
+
+commit 3a46ae51273ce086aaec8ccf14420bbf5a36dffb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 15 12:46:34 2020 +0430
+
+    Use GitHub Actions for msvc bots
+
+ .github/workflows/msvc-ci.yml | 38 ++++++++++++++++++++++++++++++++++++++
+ appveyor.yml                  | 37 -------------------------------------
+ 2 files changed, 38 insertions(+), 37 deletions(-)
+
+commit 7e3edfa4541189cc3f9f477192629ad1a197b727
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 18 19:03:36 2020 +0430
+
+    minor
+
+ src/hb-open-type.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 8e5bc535d10fb166f721520db6977cc4e949f1c5
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jul 15 18:54:52 2020 -0700
+
+    [subset] call collect_mapping only when --gids option is used.
+    
+    collect_mapping is time consuming as it iterates all codepoints in all
+    cmap subtables, only trigger it when necessary
+
+ src/hb-ot-cmap-table.hh | 11 +++++++----
+ src/hb-ot-os2-table.hh  | 39 ++++++++++++++++++++++-----------------
+ 2 files changed, 29 insertions(+), 21 deletions(-)
+
+commit 1ebe5bad1a0b54b73ef0ab7cd1f67030120b3482
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 16 01:45:38 2020 +0430
+
+    [ci] minor fix
+
+ appveyor.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e9b71c296b45f1dc254f015caaa82b5b5f0792a4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 16 01:40:48 2020 +0430
+
+    [ci] cleanup
+
+ appveyor.yml | 13 +++----------
+ 1 file changed, 3 insertions(+), 10 deletions(-)
+
+commit 8cbdb6fa41b7364f59bb03295a307dd903908eef
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 15 13:32:57 2020 +0430
+
+    [meson] Don't enable benchmark under the conditions ever
+    
+    As we don't want to make headache for packagers as we don't want to
+    enable it when --auto-features=enabled is used.
+
+ .github/workflows/msys2-ci.yml | 3 +--
+ meson.build                    | 8 ++++----
+ 2 files changed, 5 insertions(+), 6 deletions(-)
+
+commit dc981fe951f10e88723452d3eeab8be2ed7d1c55
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 15 13:15:27 2020 +0430
+
+    [meson] Merge gdi and uniscribe
+    
+    They are the same thing obviously
+
+ meson.build | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 8e7a9b6eebfa2fbdfe90b80189d4428a1fb3b14e
+Author: Christoph Reiter <reiter.christoph@gmail.com>
+Date:   Wed Jul 15 09:01:53 2020 +0200
+
+    msys2-ci: clean up
+
+ .github/workflows/msys2-ci.yml | 20 +++++++-------------
+ 1 file changed, 7 insertions(+), 13 deletions(-)
+
+commit 9a4d590eeeda7f24e80c272aa4906f5446c07c1d
+Author: Christoph Reiter <reiter.christoph@gmail.com>
+Date:   Wed Jul 15 07:38:20 2020 +0200
+
+    CI: Port MSYS2 jobs from appveyor to github actions
+
+ .github/workflows/msys2-ci.yml | 66 ++++++++++++++++++++++++++++++++++++++++++
+ appveyor.yml                   | 18 ------------
+ 2 files changed, 66 insertions(+), 18 deletions(-)
+
+commit 945bcd7230277e648734b7d8a82e868d1f13257f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 15 09:54:32 2020 +0430
+
+    minor
+
+ test/fuzzing/hb-subset-fuzzer.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fa0436ddd16e463dfd4600822b90f8943ff7baf5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 15 09:52:40 2020 +0430
+
+    [ENOMEM][fuzzer/subset] early return if the result is null
+    
+    I don't see _or_fail APIs idiomatic for the project but since it is there, let's have this
+
+ test/fuzzing/hb-subset-fuzzer.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 7c433ffde2d566d849cd54a881abddad4d7e2f51
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 15 09:38:12 2020 +0430
+
+    Add HB_CUSTOM_MALLOC definition
+    
+    So one can use just HB_CUSTOM_MALLOC instead need for define each of hb_*alloc_impl
+
+ src/hb.hh | 13 +++++++++----
+ 1 file changed, 9 insertions(+), 4 deletions(-)
+
+commit 60959b08e532c0c61d0c5c89507a983595079df1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 14 20:28:06 2020 +0430
+
+    [meson] execute find_program('gen-ragel-artifacts.py') only once
+    
+    should rename the script also
+
+ src/meson.build | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 5c8e1bd2370e6b78de8d2b6ef6968c0429b37633
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 14 17:47:10 2020 +0430
+
+    [meson] Don't allow introspection on static library
+
+ src/meson.build | 12 +++++++++++-
+ 1 file changed, 11 insertions(+), 1 deletion(-)
+
+commit 9566904cb3eee5c33c166641debf1567d9ca301b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 14 15:17:17 2020 +0430
+
+    [morx] minor, mark with unlikely
+    
+    at least just to show this is the unusual path
+
+ src/hb-aat-layout-morx-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 11d583a9eaf5089418d0091a01e8e10be37485e1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 14 06:23:06 2020 +0430
+
+    [aat] Consume glyph insertion from buffer's max_ops (#2223)
+    
+    Glyph insertion is an expensive operation and we like to have it limited
+    based on buffer's input size which is handled by buffer's max_ops.
+    
+    clusterfuzz-testcase-minimized-harfbuzz_fuzzer-5754958982021120:
+    
+    Before the change: 0.67s user 0.00s system 99% cpu 0.674 total
+     After the change: 0.02s user 0.00s system 98% cpu 0.024 total
+    
+    Which takes much longer on valgrind and tsan bots.
+
+ src/hb-aat-layout-morx-table.hh                           |   2 ++
+ ...zz-testcase-minimized-harfbuzz_fuzzer-5754958982021120 | Bin 0 -> 319 bytes
+ 2 files changed, 2 insertions(+)
+
+commit 6937092a66aefa7602a38827a52b4241d3f96168
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 13 21:32:15 2020 +0430
+
+    [py] apply lgtm.com python suggestions
+
+ src/gen-indic-table.py | 5 ++---
+ src/gen-use-table.py   | 5 ++---
+ 2 files changed, 4 insertions(+), 6 deletions(-)
+
+commit 2a182128b9c1ffd825f5c0b1f94cbff8b28a8934
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 13 20:41:13 2020 +0430
+
+    [py] minor, comment buffer_add_utf8 call
+    
+    mainly to apply lgtm suggestion, looks better also however,
+    some minor spacing is also applied.
+
+ src/sample.py | 29 ++++++++++++++---------------
+ 1 file changed, 14 insertions(+), 15 deletions(-)
+
+commit 2c1d699409cd43af4b86649143f533418b03cf29
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 13 20:26:57 2020 +0430
+
+    [ci] use clang for cov-build
+    
+    to be honest this is done as a let's see what
+    happens move but the background is coverity
+    reveals more things for Firefox project and there
+    should be an interesting reason for it.
+
+ .github/workflows/coverity-scan.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit cdf18e8338325f4d6fdc307f3b2216b4c4a24e14
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 13 20:07:51 2020 +0430
+
+    [py] minor, remove unnecessary pass
+    
+    discovered by lgtm
+
+ src/gen-arabic-table.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 45d9e8d76c128fff73e6cf9291df60cfd8d1b25b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 13 19:25:53 2020 +0430
+
+    [py] minor, remove unused import
+
+ src/gen-ragel-artifacts.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9ab7525a0623048ac924467745683231488bc399
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 13 01:15:36 2020 +0430
+
+    [ci] use a fixed version of meson in gh actions bot
+    
+    a patch is uploaded to fix the issue with b_coverage in meson upstream thus let's revive our bot at least for now
+
+ .github/workflows/linux-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3236db625b77337a048b9f3ab04fc28f4f6dcb0c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 13 01:06:24 2020 +0430
+
+    [ci] install a fixed version of meson in msys2 bots
+    
+    for some reason apparently msys2 installation here has 0.51 version, which, is weird, lets use a fixed version anyway
+
+ appveyor.yml | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 51a8eb1c028ba430986bbe4b1e6afaf0063a6f76
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 12 23:40:50 2020 +0430
+
+    [ci] use meson package from msys2
+    
+    as https://github.com/harfbuzz/harfbuzz/issues/2561#issuecomment-657261692
+
+ appveyor.yml | 17 +++++++----------
+ 1 file changed, 7 insertions(+), 10 deletions(-)
+
+commit 3163e9fedb1029439f381c1192f0e057870437ea
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 12 23:11:45 2020 +0430
+
+    [ci] Remove HB_TEST_SUBSET_FUZZER_TIMEOUT
+    
+    meson is passing it itself
+    
+    Fortunately oss-fuzz has its own timeout value, I just like to be conservative here
+    and not involve outsiders with flakiness of tests specially as meson which runs
+    them concurrently so consuming more time is expected on meson.
+
+ .circleci/config.yml | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit cd6f62d9608c7fabd75028c2146a7e034bcc6a85
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 12 23:05:11 2020 +0430
+
+    [meson] Raise timeout value of subset fuzzer testcases
+    
+    happens when tsan is enabled
+
+ test/fuzzing/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1dfa33854f065d5bee104e880f138b994448f44f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 12 09:24:03 2020 -0700
+
+    [arabic] Remove stale comment
+
+ src/hb-ot-shape-complex-arabic.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit f8d345ee06596f90f0588d97e012dd3f62245897
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 9 10:57:51 2020 +0430
+
+    [ci] Remove ambiguous-reversed-operator warning from whitelist
+    
+    Should be fixed by 6a45df0
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6a45df0a543a74d6d19e249f043c9b223aae1935
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 8 18:17:40 2020 -0500
+
+    Fix -Wambiguous-reversed-operator warning
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2554
+
+ src/hb-map.hh    | 2 +-
+ src/hb-object.hh | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 5ea11cb817efbad0daae1a6ca5b60edf55c19d79
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 8 19:29:47 2020 +0430
+
+    [ci] don't use harfbuzz.cc with -Weverything
+    
+    Causes
+    
+    In file included from src/harfbuzz.cc:13:
+    src/hb-ot-cff1-table.cc:36:17: error: using namespace directive in global context in header [-Werror,-Wheader-hygiene]
+    using namespace CFF;
+                    ^
+    In file included from src/harfbuzz.cc:14:
+    src/hb-ot-cff2-table.cc:35:17: error: using namespace directive in global context in header [-Werror,-Wheader-hygiene]
+    using namespace CFF;
+                    ^
+    2 errors generated.
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e4f9969108f7a01d7c37c856e6833b400d0278de
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 8 15:10:25 2020 +0430
+
+    [ci] migrate to meson
+    
+    two bots, one bot here (distcheck) and one in travis still run autotools and
+    won't be removed till we decide about autotools
+
+ .circleci/config.yml                    | 210 ++++++++------------------------
+ test/fuzzing/run-draw-fuzzer-tests.py   |   6 +-
+ test/fuzzing/run-shape-fuzzer-tests.py  |   6 +-
+ test/fuzzing/run-subset-fuzzer-tests.py |   6 +-
+ 4 files changed, 55 insertions(+), 173 deletions(-)
+
+commit f62f4e388b1a904ea4b2863ec62bb7b4db153fe2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 8 00:26:40 2020 +0430
+
+    [meson] minor on gdi, dwrite and icu
+
+ meson.build | 49 ++++++++++++++++++++++---------------------------
+ 1 file changed, 22 insertions(+), 27 deletions(-)
+
+commit 69a1e07acb721cc2345e731f4b85a786a1d95323
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 8 03:12:09 2020 +0430
+
+    [meson] don't enable benchmark if is in nodownload wrap mode
+    
+    Fixes #2551
+
+ meson.build | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit e04050e3b856d275779a2d010fc59ff230a8c4d8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 8 01:06:30 2020 +0430
+
+    [meson] split fuzzer_ldflags before use
+
+ test/fuzzing/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 747f65f9ef28c552b53d4afa95cd7706acf78e44
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 7 11:37:16 2020 +0430
+
+    [meson] Remove HAVE_OT and HAVE_FALLBACK
+    
+    No need as 1e8fdd2 and 23768a9
+
+ meson.build | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit c5def347300b37368d3b342fc0f6e7a5fbd76ff4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 23:29:56 2020 +0430
+
+    [meson] don't underscorify fuzzers names
+
+ test/fuzzing/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d608f2ac85c5f7b5b98ffd8e9be76567af3aefb0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 22:40:51 2020 +0430
+
+    [meson] Add fuzzer_ldflags
+    
+    As ots, https://github.com/khaledhosny/ots/commit/4d37b9b
+
+ meson_options.txt        |  2 ++
+ test/fuzzing/meson.build | 12 +++++++++++-
+ 2 files changed, 13 insertions(+), 1 deletion(-)
+
+commit e1c35ca581886a0fe761ea95fdda2cfc3f720403
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 22:29:11 2020 +0430
+
+    [meson] rename the section
+    
+    As Behdad's comment
+
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ddb103ea1a729893a8a0dde24881f13534727207
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 22:27:39 2020 +0430
+
+    [meson] minor
+
+ meson.build | 20 +++++++++++---------
+ 1 file changed, 11 insertions(+), 9 deletions(-)
+
+commit 13d78b50f2b8a3941e495bc47f0a019a1f6b5fa5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 22:22:42 2020 +0430
+
+    [doc] minor
+
+ BUILD.md | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e5dd7d3ef94d68c3f28763962aa3855baf3488b8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 21:40:19 2020 +0430
+
+    [doc] more on build
+
+ BUILD.md | 24 ++++++++++++++++++++----
+ 1 file changed, 20 insertions(+), 4 deletions(-)
+
+commit 471ae786ce1544e03181ff06d33f5e5a8a71aff4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 18:29:23 2020 +0430
+
+    [ci] Install a newer meson version
+
+ .circleci/config.yml | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit 694a0c6bbc7c7f8dae9617bb3e1718bba940ce6a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 18:28:31 2020 +0430
+
+    [meson] Always add icu deps
+
+ .circleci/config.yml |  4 ++--
+ test/api/meson.build | 15 +++++++--------
+ 2 files changed, 9 insertions(+), 10 deletions(-)
+
+commit 28554cb831f60876c0c844b5016118ce11145fcd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 17:04:54 2020 +0430
+
+    [doc] add a note for packagers
+
+ BUILD.md | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 0fc52d3b2d918e0123d2083a005799b30cb9733b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 16:47:50 2020 +0430
+
+    [doc] Simplify and extend build instructions
+
+ BUILD.md | 44 ++++++++------------------------------------
+ 1 file changed, 8 insertions(+), 36 deletions(-)
+
+commit 3a8d137c2c0c06dd672894ed1b2dcd97f6bab27e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 16:31:32 2020 +0430
+
+    [ci] migrate macOS bots to meson
+
+ .circleci/config.yml | 33 ++++++++++++++++-----------------
+ 1 file changed, 16 insertions(+), 17 deletions(-)
+
+commit a2b52cbb77e37b5287608b457f483e1b7712e1b2
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Mon Jul 6 17:01:23 2020 +0200
+
+    [ci] Use --wrap-mode=default for MSVC builds
+
+ appveyor.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit dc684103d4aededf91e92ead21a8c42ac2acef87
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Mon Jul 6 14:48:37 2020 +0200
+
+    [meson] Set the default wrap mode to nofallback
+    
+    This, I believe, will prevent any automatic use of subprojects be
+    default and will only look for dependencies on the system.
+    https://mesonbuild.com/Subprojects.html#commandline-options
+
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 52199349aa898ae64ec83896d2a0edf6284a0715
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 16:30:59 2020 +0430
+
+    [meson] mark meson as tested
+    
+    tested in a CI bot that in a `-Dcoretext=enabled` build, `build/util/hb-shape --shaper=ot` works fine.
+
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ba810ce83d392daeaa0c69af5549d020436a5ac7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Apr 5 22:51:58 2020 +0430
+
+    [tests] Replace space with colon in batch mode
+
+ test/shaping/run-tests.py | 17 ++++++-----------
+ util/hb-shape.cc          |  7 +++++--
+ 2 files changed, 11 insertions(+), 13 deletions(-)
+
+commit 2013babcbffbd94e9fc0649d2862527a635d4e12
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 11:57:45 2020 +0430
+
+    [tests] Use HAVE_FREETYPE itself instead NO_FT_FUNCS
+
+ test/shaping/data/aots/Makefile.am                 | 5 +++++
+ test/shaping/data/in-house/Makefile.am             | 5 +++++
+ test/shaping/data/text-rendering-tests/Makefile.am | 5 +++++
+ test/shaping/meson.build                           | 2 +-
+ test/shaping/run-tests.py                          | 6 +++---
+ 5 files changed, 19 insertions(+), 4 deletions(-)
+
+commit d5238c18337e88e6ad3bb071296531d7a3354fb2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 01:53:27 2020 +0430
+
+    [RELEASE] Rely to GitHub's tarball generation
+
+ RELEASING.md | 36 +++++++++++++-----------------------
+ 1 file changed, 13 insertions(+), 23 deletions(-)
+
+commit a08ba46d86b1f6ba1a303fbb55ceebccd91f2fe2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 00:31:42 2020 +0430
+
+    [meson] move meson version so can be referenced easier
+
+ RELEASING.md | 2 +-
+ meson.build  | 3 ++-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit 6d3d0ebba3103ec63737383385ed51d65f4e0eae
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 00:26:07 2020 +0430
+
+    Remove .tarball-revision generation from meson dist
+    
+    Toward making release tarball identical to git checkout now that we are moving to meson.
+
+ Makefile.am               |  1 -
+ meson.build               |  4 ----
+ write-tarball-revision.py | 13 -------------
+ 3 files changed, 18 deletions(-)
+
+commit 1e6027e29cd5d900337b23a20886b2a8d81bb2de
+Author: jfkthame <jfkthame@gmail.com>
+Date:   Sun Jul 5 22:44:10 2020 +0100
+
+    [aat] Correct array indexing when looking up actions in KerxSubTableFormat4 (#2539)
+    
+    * [aat] Correct array indexing when looking up actions in KerxSubTableFormat4.
+    
+    - For action_type 0 and 1, there are 2 values per action record; for action_type 2, there are 4. So we need to account for these factors when indexing into the ankrData array.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2531.
+
+ src/hb-aat-layout-kerx-table.hh              | 20 +++++++++++++-------
+ test/shaping/data/in-house/tests/macos.tests |  1 +
+ 2 files changed, 14 insertions(+), 7 deletions(-)
+
+commit aa732e454a69ce48bf9a878a43b1bb3c364dca4d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 00:10:16 2020 +0430
+
+    [tests] minor, ligcarets is fetched from gdef not gsub
+
+ test/api/test-ot-ligature-carets.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 122a2897e4782c5e0a39ec7bb0eedb2e7d568913
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 5 22:45:11 2020 +0430
+
+    [aat] Remove lcar support
+    
+    Very low use, only two distinct font files, Apple Chancery.ttf and Hoefler Text.ttc
+    have it so it really doesn't worth the size addition and so, but one may argue that
+    whole ligature caret is low use but guess we better to encourage GDEF one anyway.
+
+ src/Makefile.sources               |   1 -
+ src/hb-aat-layout-lcar-table.hh    | 174 -------------------------------------
+ src/hb-ot-face-table-list.hh       |   1 -
+ src/hb-ot-layout.cc                |  18 +---
+ src/meson.build                    |   1 -
+ test/api/fonts/lcar.ttf            | Bin 808 -> 0 bytes
+ test/api/test-ot-ligature-carets.c |  75 ----------------
+ 7 files changed, 1 insertion(+), 269 deletions(-)
+
+commit a3b9b94b63ba5b99803f9ed62ad5f951d19b61d2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 6 00:05:21 2020 +0430
+
+    [style] Remove fdsc support (#2541)
+    
+    It isn't exposed yet and low use between Apple fonts,
+    32 fdsc table vs 767 OS/2 tables, even Apple doesn't
+    support it anymore per Ned.
+
+ src/Makefile.sources         |   1 -
+ src/hb-aat-fdsc-table.hh     | 126 -------------------------------------------
+ src/hb-aat-layout.cc         |   1 -
+ src/hb-ot-face-table-list.hh |   1 -
+ src/hb-style.cc              |  14 -----
+ src/meson.build              |   1 -
+ test/api/fonts/aat-fdsc.ttf  | Bin 556 -> 0 bytes
+ test/api/test-style.c        |  20 -------
+ 8 files changed, 164 deletions(-)
+
+commit 6a50aa4e54d3c1f678c589c7bbe0d53958bd5d60
+Author: Dirk Lemstra <dirk@lemstra.org>
+Date:   Sun Jul 5 18:46:29 2020 +0200
+
+    Corrected the link to the releases.
+
+ docs/usermanual-install-harfbuzz.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a6fb8ce98a6ee7b62fe42e233c946a427587bbd7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 4 23:43:21 2020 +0430
+
+    Minor, fix -Wrange-loop-analysis warnings
+    
+    Fixing these complains raised by newer versions of clang,
+    
+    ./hb-ot-layout-common.hh:1720:53: error: loop variable 'gid_klass_pair' is always a copy because the range of type 'hb_map_iter_t<hb_sorted_array_t<OT::HBGlyphID>, (lambda at ./hb-ot-layout-common.hh:1672:29), hb_function_sortedness_t::RETAINS_SORTING, nullptr>' does not return a reference [-Werror,-Wrange-loop-analysis]
+        for (const hb_pair_t<hb_codepoint_t, unsigned>& gid_klass_pair : + it)
+    
+    And
+    
+    ./hb-ot-color-colr-table.hh:177:44: error: loop variable '_' is always a copy because the range of type 'hb_map_iter_t<hb_filter_iter_t<hb_map_iter_t<hb_range_iter_t<unsigned int, unsigned int>, (lambda at ./hb-ot-color-colr-table.hh:209:31), hb_function_sortedness_t::RETAINS_SORTING, nullptr>, (anonymous struct at ./hb-algs.hh:331:1) &, (anonymous struct at ./hb-algs.hh:51:1) &, nullptr>, (anonymous struct at ./hb-algs.hh:338:1) &, hb_function_sortedness_t::RETAINS_SORTING, nullptr>' does not return a reference [-Werror,-Wrange-loop-analysis]
+        for (const hb_item_type<BaseIterator>& _ : + base_it.iter ())
+
+ src/hb-ot-color-colr-table.hh | 2 +-
+ src/hb-ot-layout-common.hh    | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit a470b0b20545229a51209e470692f1ad607bd17e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 4 23:56:10 2020 +0430
+
+    Minor, disable strict-aliasing warning in set fuzzer
+    
+    ../test/fuzzing/hb-set-fuzzer.cc: In function ‘int LLVMFuzzerTestOneInput(const uint8_t*, size_t)’:
+    ../test/fuzzing/hb-set-fuzzer.cc:38:82: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
+       38 |   const instructions_t &instructions = reinterpret_cast<const instructions_t &> (data);
+          |
+    
+    And it is already disabled at project level so let's disable it here also.
+
+ test/fuzzing/hb-set-fuzzer.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 44444822979615b284f679564c48b59ea6927ad8
+Author: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+Date:   Thu Jul 2 17:46:56 2020 +0000
+
+    meson: Pin harfbuzz in .pc files to the built version
+    
+    This ensures that we link -subset, -icu and -gobject with a matching
+    version of the main library.
+
+ src/meson.build | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 3adcf398a02f3b647d149b65e4dfd4506b4cc73e
+Author: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+Date:   Thu Jul 2 16:41:22 2020 +0000
+
+    meson: Make Requires in .pc files match autotools
+    
+    Libreoffice tries to use only harfbuzz-icu.pc and assumes this includes
+    -lharfbuzz.
+
+ src/meson.build | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 4db1b4f1a266b4b26ad0c445691abcc634a23ab8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 4 15:02:19 2020 +0430
+
+    [tests] rename no_ft_funcs to NO_FT_FUNCS
+
+ test/shaping/meson.build  | 4 +---
+ test/shaping/run-tests.py | 2 +-
+ 2 files changed, 2 insertions(+), 4 deletions(-)
+
+commit 6a2b0ba78a88c92b8fe2fcb2c4dd73289fce236f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 4 14:45:15 2020 +0430
+
+    [py] minor, replace exit with sys.exit
+
+ src/gen-harfbuzzcc.py      | 2 +-
+ src/gen-ragel-artifacts.py | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit a07672d353a943d7133bc545bb4b9f0189e9d4d8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 4 14:12:55 2020 +0430
+
+    [py] minor, replace os.environ.get with os.getenv
+
+ src/check-c-linkage-decls.py                     |  6 +++---
+ src/check-externs.py                             |  4 ++--
+ src/check-header-guards.py                       |  6 +++---
+ src/check-includes.py                            |  6 +++---
+ src/check-libstdc++.py                           |  4 ++--
+ src/check-static-inits.py                        |  4 ++--
+ src/check-symbols.py                             |  4 ++--
+ src/gen-def.py                                   |  2 +-
+ test/fuzzing/run-draw-fuzzer-tests.py            | 12 ++++++------
+ test/fuzzing/run-shape-fuzzer-tests.py           | 12 ++++++------
+ test/fuzzing/run-subset-fuzzer-tests.py          | 12 ++++++------
+ test/shaping/data/aots/update.py                 |  2 +-
+ test/shaping/data/text-rendering-tests/update.py |  2 +-
+ write-tarball-revision.py                        |  4 ++--
+ 14 files changed, 40 insertions(+), 40 deletions(-)
+
+commit 43e3ab019c6b6ab8e429b3dd3aa13a7b9e8316e6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 2 17:34:24 2020 +0430
+
+    [tests] make tests work when ft isn't present
+
+ test/shaping/meson.build  |  8 ++++++++
+ test/shaping/run-tests.py | 31 ++++++++++++++++++-------------
+ 2 files changed, 26 insertions(+), 13 deletions(-)
+
+commit c4b6bad73ae71c6372c97b9a2bb443138e1461b4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 2 18:07:01 2020 +0430
+
+    [tests] revert da95a8c and use the shared hb-shape process
+
+ test/shaping/run-tests.py | 40 +++++++++++++---------------------------
+ 1 file changed, 13 insertions(+), 27 deletions(-)
+
+commit 359dbc97ae610a78759fb9dbad1b89ee2540cdf0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 4 12:28:06 2020 +0430
+
+    [meson] Use the recommended way to generate harfbuzz.cc
+    
+    As https://github.com/harfbuzz/harfbuzz/pull/2532
+
+ src/gen-harfbuzzcc.py | 24 ++++++++++--------------
+ src/meson.build       | 14 +++++++-------
+ 2 files changed, 17 insertions(+), 21 deletions(-)
+
+commit a7e82e4ffdc377a2c18001beca36b5ebf0f08daa
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 4 12:04:41 2020 +0430
+
+    [meson] use the recommended way to generate hb-version.h
+    
+    As https://github.com/harfbuzz/harfbuzz/pull/2532
+
+ src/gen-hb-version.py      | 40 ++++++++++++++++++----------------------
+ src/gen-ragel-artifacts.py |  4 +++-
+ src/meson.build            |  3 ++-
+ 3 files changed, 23 insertions(+), 24 deletions(-)
+
+commit 404ecc252c7f8af6bc071e7b0823c7d406be6e3b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 4 03:13:32 2020 +0430
+
+    [meson] use basename in check scripts now that meson passes dir also
+
+ src/check-c-linkage-decls.py | 4 ++--
+ src/check-externs.py         | 2 +-
+ src/check-header-guards.py   | 4 ++--
+ src/check-includes.py        | 4 ++--
+ src/meson.build              | 4 ++--
+ 5 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 785a9a8f8ae9c8f88d7dc38d1ed1dae4d5896877
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 4 02:08:30 2020 +0430
+
+    [meson] use the recommended way to generate ragel headers
+    
+    As described in https://github.com/mesonbuild/meson/issues/7156#issuecomment-629622827
+
+ src/gen-harfbuzzcc.py      |  2 +-
+ src/gen-ragel-artifacts.py | 45 ++++++++----------------
+ src/meson.build            | 87 +++++++++++++++++++++++++++-------------------
+ 3 files changed, 66 insertions(+), 68 deletions(-)
+
+commit 5c07c291c74050bfa74a661c1e3a9a753b1f221c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 4 04:33:46 2020 +0430
+
+    [make] use sed the way autotools used to generate hb-version.h
+    
+    Left from 1853f84 and now exactly is like 4fc6189a329c
+
+ src/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 63322513e42193ee27f3f50c90f9e6e0781fea78
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 4 03:34:58 2020 +0430
+
+    [make] Revert the way harfbuzz.cc and hb-version.h are generated
+    
+    Partially reverts 4fc6189
+
+ src/Makefile.am | 14 +++++++++++---
+ 1 file changed, 11 insertions(+), 3 deletions(-)
+
+commit 1853f84abc64ed9dee6ef913760b0295c36a4ef5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jul 3 15:14:10 2020 +0430
+
+    [py] overwrite harfbuzz.cc only when there is a needed change
+
+ src/gen-harfbuzzcc.py | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit 82c6ddb986b2fe5333a92cb27526d7639972f905
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jul 3 15:09:10 2020 +0430
+
+    [py] remove not needed imports
+
+ src/gen-emoji-table.py       | 1 -
+ src/gen-harfbuzzcc.py        | 2 +-
+ src/gen-hb-version.py        | 2 +-
+ src/gen-indic-table.py       | 1 -
+ src/gen-ragel-artifacts.py   | 2 +-
+ src/gen-ucd-table.py         | 2 +-
+ src/gen-use-table.py         | 1 -
+ src/gen-vowel-constraints.py | 2 --
+ 8 files changed, 4 insertions(+), 9 deletions(-)
+
+commit 38fa924904d9d9bb08a4371c5ee48fd3833c3ed7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jul 3 11:44:44 2020 +0430
+
+    [meson] revert 020b182 as meson fails when there is cyclic dependency
+
+ meson.build | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit 42d039cc995f8b895dc3294e8888a45863e35c10
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jul 3 04:32:32 2020 +0430
+
+    [meson] minor
+
+ meson.build     | 13 ++++---------
+ src/meson.build |  6 ++----
+ 2 files changed, 6 insertions(+), 13 deletions(-)
+
+commit f2a80ab2c2ee2631ac4d12f10e2dd591e6cfb8c9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jul 3 04:28:08 2020 +0430
+
+    [meson] use null_dep idiom
+
+ meson.build     | 15 ++++++++-------
+ src/meson.build |  4 ++--
+ 2 files changed, 10 insertions(+), 9 deletions(-)
+
+commit 05ab073d9b252e39a3fc4bf60c86827045d3000f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 2 23:54:09 2020 +0430
+
+    [meson] Improve the way cairo-ft availability is checked
+
+ meson.build | 17 +++++++++--------
+ 1 file changed, 9 insertions(+), 8 deletions(-)
+
+commit d5439232946333b60f655d9ed37ec7dadf439287
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 2 01:30:24 2020 +0430
+
+    [fvar] minor
+
+ src/hb-ot-var-fvar-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit aadcd3ed8af0ca8eac77a4aacd746be703d55a15
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 1 14:31:33 2020 +0430
+
+    [meson] use dependency's has_headers to make pulled cairo has ft support
+
+ meson.build | 18 ++++++------------
+ 1 file changed, 6 insertions(+), 12 deletions(-)
+
+commit 020b182c790ec7f401236b5cc595e3f186942d96
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 1 14:22:46 2020 +0430
+
+    [meson] try freetype without harfbuzz just as a last resort
+
+ meson.build | 15 +++++++++++----
+ 1 file changed, 11 insertions(+), 4 deletions(-)
+
+commit 01fa55e88fc03374214a961b9ced089d6812358f
+Author: Xavier Claessens <xavier.claessens@collabora.com>
+Date:   Wed Jun 24 15:56:09 2020 -0400
+
+    meson: Allow freetype and cairo subprojects to fail
+    
+    If their respective option is set to 'auto' configuration of the
+    fallback subproject should be allowed to fail for any reason.
+
+ meson.build | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 00c652adab5e1be9a3c35a0cc60f1684ca6bb81b
+Author: Xavier Claessens <xavier.claessens@collabora.com>
+Date:   Wed Jun 24 14:11:32 2020 -0400
+
+    meson: Fallback to cairo subproject when option is 'auto'
+
+ meson.build | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 571365df335f03f9fe0c9593f60db8226bd6d2ef
+Author: Xavier Claessens <xavier.claessens@collabora.com>
+Date:   Wed Jun 24 14:11:07 2020 -0400
+
+    meson: Simplify check for cairo library and headers
+
+ meson.build | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit c4bbe89b53570025f00d2302e56e1396229716ad
+Author: Xavier Claessens <xavier.claessens@collabora.com>
+Date:   Wed Jun 24 13:40:55 2020 -0400
+
+    meson: Fallback to freetype2 subproject when option is 'auto'
+    
+    But disable harfbuzz support when configuring freetype2 subproject to
+    avoid dependency cycle.
+
+ meson.build | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 33252ce5761a997c23da2b05bc95e7e5b0be6e35
+Author: Xavier Claessens <xavier.claessens@collabora.com>
+Date:   Wed Jun 24 13:40:32 2020 -0400
+
+    meson: Simplify check for freetype2 library and headers
+
+ meson.build | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 40ec187dec07e97ed4004b9831e7be844e6e7948
+Author: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
+Date:   Fri Apr 24 14:01:07 2020 +0200
+
+    win32: Cleanup PARTITION handling
+    
+    Use the WINAPI_PARTITION macro to filter desktop/app flavors.
+    We use a negated desktop check because the default (for mingw-w64 at
+    least) is to allow all API by combining desktop + app partitions.
+    This causes build failures if we were to filter using
+    WINAPI_PARTITION(WINAPI_FAMILY_APP) because it would always be true, but
+    those API also require Windows 8 or later, while we only require Vista
+    
+    Fixes warnings like
+    ../src/hb-blob.cc:572:47: warning: 'WINAPI_FAMILY_PC_APP' is not defined, evaluates to 0 [-Wundef]
+     #if defined(WINAPI_FAMILY) && (WINAPI_FAMILY==WINAPI_FAMILY_PC_APP || WINAPI_FAMILY==WINAPI_FAMILY_PHONE_APP)
+                                                  ^
+    ../src/hb-blob.cc:572:86: warning: 'WINAPI_FAMILY_PHONE_APP' is not defined, evaluates to 0 [-Wundef]
+     #if defined(WINAPI_FAMILY) && (WINAPI_FAMILY==WINAPI_FAMILY_PC_APP || WINAPI_FAMILY==WINAPI_FAMILY_PHONE_APP)
+
+ src/hb-blob.cc  |  6 +++---
+ src/hb-mutex.hh |  3 +--
+ src/hb.hh       | 10 +++++++---
+ 3 files changed, 11 insertions(+), 8 deletions(-)
+
+commit f3f9205fac1580085d0d0a0f76cdb258e6536a78
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 1 03:01:25 2020 +0430
+
+    [meson] Assume cairo_ft always available when cairo isn't from pkgconfig
+
+ meson.build | 18 ++++++++++++------
+ 1 file changed, 12 insertions(+), 6 deletions(-)
+
+commit aa8bade97eb9280f53ef0f235b930ed883c4fd5e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 1 01:30:13 2020 +0430
+
+    [meson] enable cairo as subproject
+
+ .ci/build-win32.sh             |  2 +-
+ subprojects/.gitignore         |  5 ++++-
+ subprojects/cairo.wrap         |  5 +++++
+ subprojects/libpng.wrap        | 10 ++++++++++
+ subprojects/pixman.wrap        |  6 ++++++
+ subprojects/proxy-libintl.wrap |  2 +-
+ 6 files changed, 27 insertions(+), 3 deletions(-)
+
+commit ea8e784146664f807dc19a6273dc7651627a06ff
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jun 30 12:54:29 2020 +0430
+
+    [fvar] Improve naming
+
+ src/hb-ot-var-fvar-table.hh | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 5de07b8acd226d2e3152d9890afb2117002c3716
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jun 30 11:08:42 2020 +0430
+
+    [fvar] Move normalize logic where it is actually filled
+
+ src/hb-ot-var-fvar-table.hh | 62 ++++++++++++++++++++++++---------------------
+ 1 file changed, 33 insertions(+), 29 deletions(-)
+
+commit 0f8dda2cf2c73e9f0feec8375bac4c434c62b205
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jun 30 10:53:12 2020 +0430
+
+    [fvar] Move shared axis filling values into a new method
+
+ src/hb-ot-var-fvar-table.hh | 19 +++++++++++--------
+ 1 file changed, 11 insertions(+), 8 deletions(-)
+
+commit 98c42b3bc72079a335937e5cee84fb5d6e8677da
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jun 30 10:48:36 2020 +0430
+
+    [fvar] Make AxisRecord fields protected
+
+ src/hb-ot-var-fvar-table.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 5f870dfadb6ce3f85e5289131c4291cda31706c6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 29 02:22:02 2020 +0430
+
+    [meson] Make benchmark buildable also in dists
+
+ Makefile.am | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+
+commit 702847aadd6f46a37a79b66b088b1ccaba401010
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 29 00:39:43 2020 +0430
+
+    [meson] Turn benchmark to a feature
+
+ .circleci/config.yml           | 2 +-
+ .github/workflows/linux-ci.yml | 2 +-
+ meson.build                    | 5 ++++-
+ meson_options.txt              | 2 +-
+ 4 files changed, 7 insertions(+), 4 deletions(-)
+
+commit 7ee3194f9825e988716d760c0c765b7af2a10639
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 28 15:41:44 2020 -0700
+
+    [meta] Remove wrong comment
+
+ src/hb-meta.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 26b9670d996465161964bf1a0a7c4ecf2bf2212e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 28 14:52:15 2020 -0700
+
+    [ft] Better handle allocation failures
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2513
+
+ src/hb-ft.cc | 15 +++++----------
+ 1 file changed, 5 insertions(+), 10 deletions(-)
+
+commit 26111a11ad1a648f8075b5289c05c48126cc2d3f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 28 02:59:47 2020 -0700
+
+    [dagger] Minor cleanup using hb_enumerate
+
+ src/hb-ot-layout-gsubgpos.hh | 18 +++++++++++-------
+ 1 file changed, 11 insertions(+), 7 deletions(-)
+
+commit fd8b0a44c4768be62d162fee0a681ab9a8be7970
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 29 00:19:38 2020 +0430
+
+    [ci] Limit number of processes ninja uses
+    
+    Our CricleCI bots run with 32 cores last time I check which makes random compile issues
+    like this https://circleci.com/gh/harfbuzz/harfbuzz/146030 to happen. Guess that has
+    something to do with the way virtualization is done in Circle CI so let's limit number of processes.
+
+ .circleci/config.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 831b09000120ce5b9c448d156e6f099011bfd10d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 28 14:31:21 2020 +0430
+
+    rebase draw test as recent roundf changes
+
+ test/api/test-draw.c | 145 ++++++++++++++++++++++++++-------------------------
+ 1 file changed, 73 insertions(+), 72 deletions(-)
+
+commit cb7fb3cf4a018d6d8eafd2584c7f6934e1413324
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 28 13:41:33 2020 +0430
+
+    Add test for a783840789c93add42e4d70fdb407eb4ad6e062e
+
+ test/shaping/data/in-house/Makefile.sources              |   1 +
+ test/shaping/data/in-house/fonts/HBTest-VF.ttf           | Bin 0 -> 1128 bytes
+ test/shaping/data/in-house/meson.build                   |   1 +
+ .../data/in-house/tests/variations-rounding.tests        |   2 ++
+ 4 files changed, 4 insertions(+)
+
+commit 1536271f6b4940eb0a4f28e406bfc96f00d1293d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 28 13:35:13 2020 +0430
+
+    Don't check roundf availability in cmake and meson
+
+ CMakeLists.txt | 2 +-
+ meson.build    | 1 -
+ 2 files changed, 1 insertion(+), 2 deletions(-)
+
+commit 08d57d9eca94c3695a495be504e9e63b6ad1aa59
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 28 13:13:25 2020 +0430
+
+    Add hb_array_t::lfind
+
+ src/hb-array.hh             | 25 ++++++++++++++++---------
+ src/hb-open-type.hh         |  6 ++++++
+ src/hb-ot-stat-table.hh     | 17 ++---------------
+ src/hb-ot-var-fvar-table.hh | 26 ++++++++------------------
+ src/hb-vector.hh            |  3 +++
+ 5 files changed, 35 insertions(+), 42 deletions(-)
+
+commit a783840789c93add42e4d70fdb407eb4ad6e062e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 27 22:23:59 2020 -0700
+
+    Always round up
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2496
+
+ configure.ac | 2 +-
+ src/hb.hh    | 9 ++-------
+ 2 files changed, 3 insertions(+), 8 deletions(-)
+
+commit ca8202208a09376d061f50a8b400f5e276d8da06
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 28 11:34:01 2020 +0430
+
+    [ci] retire psvita and djgpp bots
+    
+    till update and overhaul
+
+ .circleci/config.yml | 27 ---------------------------
+ 1 file changed, 27 deletions(-)
+
+commit 2267da4ee0d7cafe8f00d94e7a4d48179e3d28b5
+Author: Sebastian Rasmussen <sebras@gmail.com>
+Date:   Sun Jun 28 11:18:16 2020 +0800
+
+    [ft] Do not deference ft_font if it is nullptr (#2502)
+
+ src/hb-ft.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit a373e16131ecc79be47edaaddc528efc6b411752
+Author: Sebastian Rasmussen <sebras@gmail.com>
+Date:   Sun Jun 28 11:09:45 2020 +0800
+
+    [ot-shape] Free shape plan maps upon error creating data (#2497)
+
+ src/hb-ot-shape.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit dbf9896e7aded3693a6e2080fa51b142a682a1f3
+Author: Sebastian Rasmussen <sebras@gmail.com>
+Date:   Sun Jun 28 10:57:34 2020 +0800
+
+    [ft] Handle nullptr when destroying freetype font (#2494)
+
+ src/hb-ft.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 20d1fa3671134de585df993ab1ec9fc46a74634d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 25 12:50:46 2020 +0430
+
+    [perf] fix the build
+
+ perf/perf-draw.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 76ba619daa2a3e01a37528270774f9011ea42d53
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jun 23 20:49:43 2020 +0430
+
+    Fix autotools's harfbuzz.cc build
+    
+    How this works? gen-harfbuzzcc.py operates at its own source path (see its 7th line)
+    and that is reliable when used both on meson and autotools.
+    
+    Just like 19ecabed, weirdly this didn't come up sooner, guess it has something
+    to do with timestamps. Fortunately whole harfbuzz.cc just doesn't matter for
+    packagers but we can tag a release only for this if needed.
+
+ src/Makefile.am | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 95b1081be432e18642b889c8d3960ddac8ae643b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jun 9 17:37:36 2020 +0430
+
+    Add performance benchmark for shaping, get extents and draw
+
+ .circleci/config.yml              |   4 +-
+ .github/workflows/linux-ci.yml    |  19 +++++-
+ meson.build                       |   4 ++
+ meson_options.txt                 |   2 +
+ perf/meson.build                  |   9 +++
+ perf/perf-draw.hh                 | 128 ++++++++++++++++++++++++++++++++++++++
+ perf/perf-extents.hh              |  65 +++++++++++++++++++
+ perf/perf-shaping.hh              |  65 +++++++++++++++++++
+ perf/perf.cc                      |  15 +++++
+ subprojects/.gitignore            |   1 +
+ subprojects/google-benchmark.wrap |   8 +++
+ 11 files changed, 318 insertions(+), 2 deletions(-)
+
+commit 12a9d572925a324be376440a1a26758eff832bcf
+Author: Sebastian Rasmussen <sebras@gmail.com>
+Date:   Wed Jun 24 03:25:43 2020 +0800
+
+    [face] Destroy blob if face closure can not be created (#2490)
+    
+    This fixes issue #2489.
+
+ src/hb-face.cc | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 53b0a183c7a40cd208b893ffd02fb4ba54137fc1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 22 18:04:01 2020 +0430
+
+    Remove concept of stable/unstable from build tools
+    
+    We never practiced the concept of stable and unstable releases, let's
+    remove the code and always use the stable scheme.
+
+ configure.ac    | 11 +----------
+ meson.build     |  9 +--------
+ src/meson.build |  2 +-
+ 3 files changed, 3 insertions(+), 19 deletions(-)
+
+commit e4203c14699cc0903a2b4611167a7b99532cfdb0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 22 05:03:27 2020 +0430
+
+    2.6.8
+
+ NEWS                | 13 +++++++++++++
+ configure.ac        |  2 +-
+ meson.build         |  2 +-
+ src/hb-ot-layout.cc |  2 +-
+ src/hb-version.h    |  4 ++--
+ 5 files changed, 18 insertions(+), 5 deletions(-)
+
+commit 8c84fee2e568c7b0a1852a7dad26386bbf6a9d0b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 22 04:04:40 2020 +0430
+
+    Update build systems status messages
+
+ CMakeLists.txt |  2 +-
+ configure.ac   | 11 +++++++++++
+ meson.build    |  2 +-
+ 3 files changed, 13 insertions(+), 2 deletions(-)
+
+commit e541fb474cc948659855dee9374946829de14581
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 21 09:49:48 2020 +0430
+
+    minor, replace single hb_apply daggers with foreach
+
+ src/hb-map.hh           | 10 ++++------
+ src/hb-ot-hmtx-table.hh | 36 +++++++++++++++++-------------------
+ src/hb-ot-math-table.hh | 15 ++++++---------
+ 3 files changed, 27 insertions(+), 34 deletions(-)
+
+commit 8bca9a420e1fcf460e2f3c115fbf7541c81abd9d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 21 09:18:12 2020 +0430
+
+    [fvar] minor
+
+ src/hb-ot-var-fvar-table.hh | 19 ++++++++-----------
+ 1 file changed, 8 insertions(+), 11 deletions(-)
+
+commit b5ae8eab44e92089a184d1901758aac6650eeab0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 21 08:51:46 2020 +0430
+
+    [ci] raise msan bot subset timeout
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 82ec9ef2e9c1a2c148b0fc7f91a2ca2c2a064ef5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 21 01:36:16 2020 +0430
+
+    [fvar] minor simplification
+
+ src/hb-ot-var-fvar-table.hh | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 4e37c48e375f3721157e919497a7114bdcb0d454
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jun 20 23:57:45 2020 +0430
+
+    [fvar] Remove get_axis_info and get_axis_deprecated
+
+ src/hb-ot-var-fvar-table.hh | 22 ++++++++--------------
+ 1 file changed, 8 insertions(+), 14 deletions(-)
+
+commit 61c240f39963064852a2e58fc42897351e37d8b5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jun 20 13:24:32 2020 +0430
+
+    [fvar] Push _axis_info fill logic deeper
+
+ src/hb-ot-var-fvar-table.hh | 54 ++++++++++++++++++++++++---------------------
+ 1 file changed, 29 insertions(+), 25 deletions(-)
+
+commit 47a0fbec31c2e49a2b895f6f926bf755820cacab
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 21 02:34:59 2020 +0430
+
+    [meson] Mark longer tests with slow
+    
+    So one can skip them easily by `meson test -Cbuild --no-suite slow`
+
+ src/meson.build          | 2 +-
+ test/fuzzing/meson.build | 4 ++--
+ test/subset/meson.build  | 2 +-
+ 3 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 47dedc7500843ac9c5a036621a7a65e1b1861a58
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 21 01:54:57 2020 +0430
+
+    [ci] increase tsan and ubsan subset fuzzer timeout
+    
+    as https://circleci.com/gh/harfbuzz/harfbuzz/144966 and https://circleci.com/gh/harfbuzz/harfbuzz/144970
+
+ .circleci/config.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b2d0dba5ef2ea9530c9c0d2a8ed33849a59b56f8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jun 20 12:07:42 2020 +0430
+
+    [cpal] Port to dagger
+
+ src/hb-ot-color-cpal-table.hh | 9 +++------
+ 1 file changed, 3 insertions(+), 6 deletions(-)
+
+commit 08816117788491a989888c30b9676bc8d7849f96
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jun 20 01:02:50 2020 +0430
+
+    [fuzzer] Make some use for test_font API calls
+    
+    Making some use for result of some of the test_font calls to make
+    sure compilers in fuzzers aren't just optimizing the calls.
+
+ test/api/test-ot-face.c         | 42 +++++++++++++++++++++++++----------------
+ test/fuzzing/hb-shape-fuzzer.cc |  8 ++++----
+ 2 files changed, 30 insertions(+), 20 deletions(-)
+
+commit b4f34539c26561e35eaa09160784e07cec6b1b9c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jun 20 00:47:00 2020 +0430
+
+    [fuzzer] test more of ot-layout APIs
+
+ test/api/test-ot-face.c | 17 +++++++++++++++++
+ 1 file changed, 17 insertions(+)
+
+commit a6bcc577a9062c875854305aeebe4e90a9abe5f7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jun 20 14:19:12 2020 +0430
+
+    [meson] don't `add_dist_script` when we are subproject
+    
+    Happens when harfbuzz is used as a meson subproject,
+      `ERROR: add_dist_script may not be used in a subproject.`
+
+ meson.build | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 175d93bbdaaf4640eb41baed2698fe0e2ee78831
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jun 20 14:03:10 2020 +0430
+
+    [mesos/docs] fix gobject headers ignoring logic
+    
+    fixes #2463
+
+ docs/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 25cf6874430afdb9bf93fcb7f92ae4c11f51be89
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jun 20 01:36:50 2020 +0430
+
+    Use dagger in OffsetTable::get_table_tags (#2477)
+
+ src/hb-open-file.hh | 13 ++++---------
+ 1 file changed, 4 insertions(+), 9 deletions(-)
+
+commit dce4353f86fe9c5e1b62194b89c844ba5da86143
+Merge: 89a2c46e6 d38eb49f4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jun 20 01:24:41 2020 +0430
+
+    Merge pull request #2476 from ebraminio/cv-get-chars
+    
+    [layout] Use dagger in hb_ot_layout_feature_get_characters
+
+commit 89a2c46e6198f188393415151620f6fb5f160e11
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jun 20 00:31:46 2020 +0430
+
+    [math] Use dagger (#2478)
+    
+    * [math] Use dagger
+    
+    * [ot-math] Address Behdad's review
+
+ src/hb-ot-math-table.hh | 20 +++++++++-----------
+ 1 file changed, 9 insertions(+), 11 deletions(-)
+
+commit d38eb49f46a3381c7930568b4bfb35af4052c0f9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 19 23:40:42 2020 +0430
+
+    Move the iteration logic to FeatureParamsCharacterVariants
+    
+    Hopefully I can make members protected also.
+
+ src/hb-ot-layout-common.hh | 12 ++++++++++++
+ src/hb-ot-layout.cc        | 15 ++++-----------
+ 2 files changed, 16 insertions(+), 11 deletions(-)
+
+commit 9b3d4f457ef0010a1bd3f0a8186f886f2499f688
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 19 23:33:07 2020 +0430
+
+    Use dagger in hb_ot_layout_feature_get_characters
+    
+    The way it used to work was a bit nonidiomatic but the replacment
+    is idiomatic way of iterating used elsewhere.
+    
+    The new code just doesn't check nullability of "characters", which isn't
+    what we do anywhere else.
+
+ src/hb-ot-layout.cc | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 675854b2bac03612ef7f5bd406a7ff7207b89b59
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 19 23:27:39 2020 +0430
+
+    [test] Add one more test for hb_ot_layout_feature_get_characters
+
+ test/api/test-ot-name.c | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit 63422c4cbc4cb53a19f3986b3c20312c1085b29f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 19 23:24:04 2020 +0430
+
+    [ot-layout] simplify
+
+ src/hb-ot-layout.cc | 11 +++--------
+ 1 file changed, 3 insertions(+), 8 deletions(-)
+
+commit 407bba3e0d591a5708955e76ae914aa67198044e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 19 23:12:42 2020 +0430
+
+    minor
+    
+    move FeatureParamsCharacterVariants::sanitize method right above members
+
+ src/hb-ot-layout-common.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit f1488152bd47d4434532226d94f1be38c24ac735
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 19 23:07:28 2020 +0430
+
+    [doc] Remove the not needed comment
+    
+    All the other similar iterating API are like this and don't have such
+    comment, written at the time I wasn't familiar enough with the way such
+    API are shaped.
+
+ src/hb-ot-layout.cc | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit 1535440b48a081cea04cffb7f12cd63c197ae9d4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 19 08:30:59 2020 -0700
+
+    [dispatch] Fix debug builds
+
+ src/hb-aat-layout-common.hh  | 1 -
+ src/hb-aat-layout.cc         | 3 +--
+ src/hb-dispatch.hh           | 3 ++-
+ src/hb-ot-layout-common.hh   | 2 --
+ src/hb-ot-layout-gsubgpos.hh | 6 +-----
+ src/hb-sanitize.hh           | 2 --
+ src/hb-subset.hh             | 4 +---
+ 7 files changed, 5 insertions(+), 16 deletions(-)
+
+commit bb9a40da653b5bab595f79de76a8feda18cb1b5c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 19 19:22:47 2020 +0430
+
+    [lcar] Use dagger
+
+ src/hb-aat-layout-lcar-table.hh | 23 +++++++++++++----------
+ 1 file changed, 13 insertions(+), 10 deletions(-)
+
+commit 6fbb59aba6680225d13a6c3e0ba7d033096e6c55
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 18 15:12:37 2020 -0700
+
+    Use daggers in a few get_array functions
+    
+    As I review https://github.com/harfbuzz/harfbuzz/pull/2471
+
+ src/hb-ot-layout-common.hh     | 21 +++++++++++----------
+ src/hb-ot-layout-gdef-table.hh |  7 +++----
+ 2 files changed, 14 insertions(+), 14 deletions(-)
+
+commit a512ca8eae70710974e845062305d73bf4012466
+Merge: 03bd3efaa 70d6696cc
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 19 10:46:12 2020 +0430
+
+    Merge pull request #2473 from harfbuzz/gsub-alternate
+    
+    fixes #673
+
+commit 03bd3efaa7072021b702ab3f4ce8abcd1ac47d46
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 19 10:32:46 2020 +0430
+
+    [meson] Write git revision to .tarball-revision on dist tarball
+
+ Makefile.am               |  1 +
+ meson.build               |  2 ++
+ write-tarball-revision.py | 13 +++++++++++++
+ 3 files changed, 16 insertions(+)
+
+commit 70d6696cc6c863673a580b3bfc79d16d3a5d393d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 18 17:09:39 2020 -0700
+
+    [dispatch] Don't require debug_depth for untraced objects
+
+ src/hb-dispatch.hh           |  1 +
+ src/hb-ot-layout-common.hh   |  4 +---
+ src/hb-ot-layout-gsubgpos.hh | 20 ++++----------------
+ src/hb-ot-layout.cc          |  4 +---
+ 4 files changed, 7 insertions(+), 22 deletions(-)
+
+commit 5bc4cedde67854ecda72305d839c7e7ad297e83e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 18 17:04:35 2020 -0700
+
+    Rename
+
+ src/hb-ot-layout.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit dc492d7c8a49f0c0322848348d35ac8b818fce57
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 18 17:03:05 2020 -0700
+
+    [dispatch] Comment
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 25aec0265c1a1030c7d6453e85b2463589c8688a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 18 16:58:01 2020 -0700
+
+    [dispatch] Default return type to hb_empty_t
+
+ src/hb-dispatch.hh           | 2 +-
+ src/hb-ot-layout-common.hh   | 2 +-
+ src/hb-ot-layout-gsubgpos.hh | 8 ++++----
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 8d0a90ac1bd9f6485d3e0fead7c648caa735eb81
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 18 16:53:54 2020 -0700
+
+    [dispatch] Default debug level to 0
+
+ src/hb-dispatch.hh           |  2 +-
+ src/hb-ot-layout-common.hh   |  2 +-
+ src/hb-ot-layout-gsubgpos.hh | 14 +++++++-------
+ src/hb-ot-layout.cc          |  2 +-
+ 4 files changed, 10 insertions(+), 10 deletions(-)
+
+commit d7d8604ec8526f96618b4f0f83ed9b3204e7b597
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 18 16:51:01 2020 -0700
+
+    Remove excessive trace routes
+
+ src/hb-debug.hh              | 4 ----
+ src/hb-ot-layout-gsubgpos.hh | 6 ++----
+ 2 files changed, 2 insertions(+), 8 deletions(-)
+
+commit e47a2ab8f8a90d903653a1d0d970c220f0957158
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 18 16:48:07 2020 -0700
+
+    Remove unused dispatcher names
+
+ src/hb-dispatch.hh           | 1 +
+ src/hb-ot-layout-common.hh   | 1 -
+ src/hb-ot-layout-gsubgpos.hh | 5 -----
+ src/hb-ot-layout.cc          | 1 -
+ 4 files changed, 1 insertion(+), 7 deletions(-)
+
+commit b2a1acccd9776beddb25fb4f9e24ca6e272958f4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 18 16:41:31 2020 -0700
+
+    Simplify get_glyph_alternates() dispatcher
+    
+    Trying to make it **very simple** to add a specialized dispatcher for
+    one API to be routed to just a few objects (one in this case).
+
+ src/hb-ot-layout-gsub-table.hh |  9 ++++++---
+ src/hb-ot-layout-gsubgpos.hh   | 40 ----------------------------------------
+ src/hb-ot-layout.cc            | 32 ++++++++++++++++++++++++++++++--
+ 3 files changed, 36 insertions(+), 45 deletions(-)
+
+commit ffe8d3f39d5a742e51f87b5af66a2a7e63c87037
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 18 16:31:39 2020 -0700
+
+    Use dispatch for get_glyph_alternates_t
+    
+    First time we do this in a way that if target object doesn't have the matching
+    function we basically "ignore".  Risky but I feel like is the right decision
+    for this case.
+    
+    I'm going to put back the template varargs and use those, which would make
+    the dispatcher be just that: "dispatcher", and wouldn't need to carry the
+    call context.  That would be a refreshing change I think.
+
+ src/hb-ot-layout-gsub-table.hh | 41 +++--------------------------------------
+ src/hb-ot-layout-gsubgpos.hh   | 39 +++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout.cc            |  5 ++++-
+ 3 files changed, 46 insertions(+), 39 deletions(-)
+
+commit bedf4171218ef7c64386aa492b574356277fc21f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 18 15:49:01 2020 -0700
+
+    Push get_glyph_alternates() work all the way down
+
+ src/hb-ot-layout-gsub-table.hh | 36 ++++++++++++------------------------
+ 1 file changed, 12 insertions(+), 24 deletions(-)
+
+commit 5bede33885a5349c05e0724e8ee6948af8a25670
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 18 15:25:19 2020 -0700
+
+    Whitespace
+
+ src/hb-ot-layout.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit e13aaaaa4566c8aa1a790402b38448713c6621ab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 18 15:22:54 2020 -0700
+
+    Move API to right place in header
+
+ src/hb-ot-layout.h | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 26514ad70e4e96b862ff6bd63fb2a03e136e7620
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 18 15:22:07 2020 -0700
+
+    Fix API comment
+
+ src/hb-ot-layout.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1bac85828c134835ce0a3ecd517aefdcecf43d9a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 18 22:56:07 2020 +0430
+
+    [layout] Rename _get_alternates to _get_glyph_alternates
+
+ docs/harfbuzz-sections.txt     |  2 +-
+ src/hb-ot-layout-gsub-table.hh | 36 ++++++++++++++++++------------------
+ src/hb-ot-layout.cc            | 16 ++++++++--------
+ src/hb-ot-layout.h             | 12 ++++++------
+ test/api/test-ot-alternates.c  |  6 +++---
+ 5 files changed, 36 insertions(+), 36 deletions(-)
+
+commit 9ef9ac3749abdc814088571108760144b0f6f812
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 17 17:41:15 2020 -0700
+
+    [gpos] Break cycle-of-2 when cursive attaching
+    
+    Fix thinko this time around.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2469
+
+ src/hb-ot-layout-gpos-table.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit d3c169792ba4771b459c37a4430fab6f2dcbda5e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 18 08:37:21 2020 +0430
+
+    [layout] move alternate buffer iteration logic to AlternateSet
+
+ src/hb-ot-layout-gsub-table.hh | 72 +++++++++++++++++++++++++++++++-----------
+ src/hb-ot-layout.cc            | 13 ++------
+ 2 files changed, 57 insertions(+), 28 deletions(-)
+
+commit 1348a2c865d368a4f6e83add0edfa9945d84914f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jun 16 21:05:16 2020 -0400
+
+    [layout] hb_ot_layout_lookup_get_alternates, a new API
+    
+    An API to retrieve one-to-one alternates from a given GSUB lookup index.
+
+ docs/harfbuzz-sections.txt     |  1 +
+ src/hb-ot-layout-gsub-table.hh | 30 ++++++++++++++++++++++++
+ src/hb-ot-layout.cc            | 37 +++++++++++++++++++++++++++++
+ src/hb-ot-layout.h             |  7 ++++++
+ test/api/Makefile.am           |  1 +
+ test/api/meson.build           |  1 +
+ test/api/test-ot-alternates.c  | 53 ++++++++++++++++++++++++++++++++++++++++++
+ 7 files changed, 130 insertions(+)
+
+commit a4955e21fdd4069cad6f519900b9ce130408581b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 18 08:59:49 2020 +0430
+
+    [ci] install gobject-instrospection on linux ci
+
+ .github/workflows/linux-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3fe719571362e39e70eb12ea9d7be9dabb505c4c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 17 17:51:08 2020 -0700
+
+    Revert "[gpos] Break cycle-of-2 when cursive attaching"
+    
+    This reverts commit 7090707de67e660ae626ecf774f6af8a63a692ab.
+
+ src/hb-ot-layout-gpos-table.hh | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit 7090707de67e660ae626ecf774f6af8a63a692ab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 17 17:41:15 2020 -0700
+
+    [gpos] Break cycle-of-2 when cursive attaching
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2469
+
+ src/hb-ot-layout-gpos-table.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 09dedb1b382d0f2f8725ead891c27b87359c072c
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Thu Jun 18 02:29:12 2020 +0200
+
+    [tests] I’m an idiot
+
+ test/shaping/data/in-house/Makefile.sources                           | 1 +
+ test/shaping/data/in-house/meson.build                                | 1 +
+ test/shaping/data/in-house/tests/reverse-sub.tests                    | 1 +
+ test/shaping/texts/in-house/shaper-default/script-latin/misc/misc.txt | 1 -
+ 4 files changed, 3 insertions(+), 1 deletion(-)
+
+commit 2598855454b77b69633220e7e912b2ac82f450f9
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Thu Jun 18 02:15:59 2020 +0200
+
+    [tests] Add test for ReverseChainSingleSubstFormat1 missing substitute
+    
+    https://github.com/harfbuzz/harfbuzz/issues/2467
+
+ .../fonts/a706511c65fb278fda87eaf2180ca6684a80f423.ttf    | Bin 0 -> 924 bytes
+ .../in-house/shaper-default/script-latin/misc/misc.txt    |   1 +
+ 2 files changed, 1 insertion(+)
+
+commit e5de3918f7fbed754ff912c78bec8f9825b06d52
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 17 16:54:23 2020 -0700
+
+    [indic] Add comment
+    
+    https://github.com/harfbuzz/harfbuzz/issues/2298#issuecomment-615318654
+
+ src/hb-ot-shape-complex-indic.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 41ef75f64afc36a8d7d6ab8382dd2093ad86fc49
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 17 16:29:09 2020 -0700
+
+    [gsub] Don't substitute in ReverseChainSingleSubstFormat1 if missing substitute
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2467
+
+ src/hb-ot-layout-gsub-table.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit e7c79e16b8cb0983ee9cfed478d721c75949e757
+Merge: f31e3d426 fe926970b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 17 15:32:40 2020 -0700
+
+    Merge pull request #2287 from simoncozens/instrumentation
+    
+    Add messages for GPOS/GSUB (take 2)
+
+commit fe926970bc16ee438fe74d8ee366393ed3576bd5
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Tue Jun 16 09:12:44 2020 +0100
+
+    Reformat messages again
+    
+    Messages can be:
+    
+    start/end table  XXXX
+    start/end lookup NNNN
+    start/end subtable NNNN (for kerx/kern)
+    start/end chainsubtable NNNN (for morx)
+
+ src/hb-aat-layout-kerx-table.hh | 4 ++--
+ src/hb-aat-layout-morx-table.hh | 4 ++--
+ src/hb-ot-layout.cc             | 4 ++--
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+commit f31e3d426dbbc096bca4892cbc2dc3f541a36d1d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 12 17:33:11 2020 +0430
+
+    [ci] raise subset fuzzer timeout for asan and valgrind bots
+
+ .circleci/config.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit cccdaf45df8a0664bc20c54055064460080ccbb8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 12 11:15:37 2020 +0430
+
+    [docs] minor
+    
+    revealed now that we turned gobject/gir build to 'auto'
+
+ src/hb-ot-meta.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit be278acf44e862c5cf83a0ca118058e1cb61372d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 12 01:46:23 2020 +0430
+
+    [ci] raise subset fuzzer cases runner timeout
+    
+    the bots are either not optimized ones or sanitizer ones so not much value
+    on trying to optimize them further.
+
+ .circleci/config.yml | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit b86bfe52915f61c0b1c228d967c42b14627fed5d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 12 01:42:27 2020 +0430
+
+    minor, fix lists sorting
+
+ test/shaping/data/in-house/meson.build | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 4e7cb7e2c4b182e8062c3c0c9a15059bcfd40700
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 12 01:38:16 2020 +0430
+
+    minor, fix lists sorting
+
+ src/Makefile.sources                        |  6 +++---
+ src/meson.build                             |  6 +++---
+ test/shaping/data/in-house/Makefile.sources |  6 +++---
+ test/subset/data/Makefile.sources           | 18 +++++++++---------
+ 4 files changed, 18 insertions(+), 18 deletions(-)
+
+commit 973c47f6c9886cd2a50d29e09c978831b4e355f6
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Jun 11 11:27:57 2020 -0700
+
+    [subset] Move 2 experimental public api methods to be private methods in GSUB/GPOS.
+    
+    2 methods are: hb_ot_layout_closure_lookups and hb_ot_layout_closure_features
+
+ docs/harfbuzz-sections.txt        |  2 --
+ src/gen-def.py                    |  4 +--
+ src/hb-ot-layout-gpos-table.hh    |  5 +++
+ src/hb-ot-layout-gsub-table.hh    |  5 +++
+ src/hb-ot-layout-gsubgpos.hh      | 15 +++++++++
+ src/hb-ot-layout.cc               | 66 ---------------------------------------
+ src/hb-ot-layout.h                | 14 ---------
+ src/hb-subset-plan.cc             | 35 ++++++++-------------
+ test/api/test-ot-face.c           |  6 ----
+ test/subset/data/Makefile.sources |  3 --
+ test/subset/meson.build           |  5 ---
+ 11 files changed, 39 insertions(+), 121 deletions(-)
+
+commit 62de2f749c16ebbb3908dba09e5dfcd670765140
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 11 19:09:24 2020 +0430
+
+    [meson] Remove spaces before named parameter colons
+    
+    meson documentations sometimes adds the space and sometimes don't and we
+    aren't adding it most of the times unconsciously so let's the cases and
+    be consistent.
+
+ meson.build       | 18 +++++++++---------
+ meson_options.txt | 10 +++++-----
+ 2 files changed, 14 insertions(+), 14 deletions(-)
+
+commit 2d91662294ebe8d4856342464243f0a9fa734702
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 11 19:04:08 2020 +0430
+
+    [meson] move tests lists to their directories
+    
+    We had to do so for text-rendering-tests list, let's apply the same for the rest also.
+
+ test/shaping/data/aots/Makefile.am     |   1 +
+ test/shaping/data/aots/meson.build     | 123 +++++++++++++++++++++
+ test/shaping/data/in-house/Makefile.am |   1 +
+ test/shaping/data/in-house/meson.build |  60 +++++++++++
+ test/shaping/meson.build               | 189 +--------------------------------
+ 5 files changed, 188 insertions(+), 186 deletions(-)
+
+commit b8454c3d61808bb85996d8e734cdb87e5be059ae
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 11 18:32:13 2020 +0430
+
+    [meson] use if blocks to separate different dependencies
+
+ meson.build | 106 ++++++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 56 insertions(+), 50 deletions(-)
+
+commit 8571b3551c6bbb032503c7c301c13d3d961923b5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jun 6 20:16:50 2020 +0430
+
+    [releasing] Remove tar signing procedure
+    
+    https://github.com/harfbuzz/harfbuzz/issues/2449#issuecomment-639898473
+
+ Makefile.am  | 11 -----------
+ RELEASING.md |  6 ++----
+ 2 files changed, 2 insertions(+), 15 deletions(-)
+
+commit ebab4b8658ed415b06d3014fca78e0e1c0bba5df
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jun 10 16:52:32 2020 +0430
+
+    [meson] Implement disabled state for cairo/freetype/icu
+    
+    'disabled' wasn't implemented for some of the features so they were
+    getting found even with explicit -Dfeature=disabled, this implements it.
+    
+    Run the following command to test this change and check whether 'disabled'
+    was actually effective,
+      meson build -Dglib=disabled -Dgobject=disabled -Dcairo=disabled -Dfontconfig=disabled -Dicu=disabled -Dfreetype=disabled -Dintrospection=disabled -Dgtk_doc=disabled
+    
+    This is useful when one wants to integrate harfbuzz into another project via
+    meson's subproject mechanism.
+
+ meson.build | 28 ++++++++++++++++++----------
+ 1 file changed, 18 insertions(+), 10 deletions(-)
+
+commit b88f1096ad88c8ee3a88b6d483387c4e6eab6f61
+Author: Nirbheek Chauhan <nirbheek@centricular.com>
+Date:   Tue Jun 9 20:06:50 2020 +0530
+
+    meson: Export symbols for a DLL when not building statically
+    
+    `default_library` might be 'both', in which case we will fail to link
+    when building with MSVC.
+
+ src/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5c8900efe43c0f408a8683bfd2be274cd0dac8c4
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Mon Jun 8 02:29:04 2020 +0200
+
+    [coretext] Properly check for macOS 10.10
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2452
+
+ src/hb-coretext.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0151da23d605c7709d432ebfb17a337a5f662839
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jun 6 01:48:23 2020 +0430
+
+    [meson] Remove with_libstdcxx build option
+    
+    This was done in #770 but no indication of anyone is using it,
+    let's remove it from our meson port and we can just don't care about
+    it in autotools port after the migration to meson.
+
+ meson_options.txt |  2 --
+ src/meson.build   | 21 +++++----------------
+ 2 files changed, 5 insertions(+), 18 deletions(-)
+
+commit 56719474c208508220f24b78fd295d94564882fa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 5 12:57:23 2020 -0700
+
+    s/blacklist/blocklist/g
+
+ src/hb-ot-layout-gdef-table.hh   | 4 ++--
+ src/hb-ot-layout-gpos-table.hh   | 2 +-
+ src/hb-ot-layout-gsub-table.hh   | 2 +-
+ src/hb-ot-layout-gsubgpos.hh     | 2 +-
+ src/hb-ot-layout.cc              | 8 ++++----
+ src/hb-ot-shape-complex-indic.cc | 2 +-
+ 6 files changed, 10 insertions(+), 10 deletions(-)
+
+commit 22048d55aa37acfe50a0f5ae7b361db8d323905e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 5 04:09:07 2020 +0430
+
+    [meson] Add -Bsymbolic-functions
+
+ meson.build | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit e98aa0c89712d676f8db328a192cd19a009f28ce
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jun 2 16:25:22 2020 +0430
+
+    [meson] Make gobject and introspection features automatic
+    
+    Meson doesn't have DISTCHECK_CONFIGURE_FLAGS like concept IIUC
+    and enabling them is the main thing we are doing with
+    distcheck flags anyway so lets turn them to auto.
+
+ meson_options.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 65462c4b0bf4b1656bacc5377d248f53e9966fd0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 5 01:08:08 2020 +0430
+
+    minor, improve the need for graphite comment
+
+ configure.ac | 2 +-
+ meson.build  | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 03bd6ead445b78560083caa22ce144058dcf4385
+Author: Christoph Reiter <reiter.christoph@gmail.com>
+Date:   Wed Jun 3 23:52:10 2020 +0200
+
+    [meson] Only pass required dependencies to everything
+    
+    Instead of passing dependencies as required we used one giant shared
+    dependency list containing all dependencies for every library/executable.
+    While this kinda works, the specified deps are also used for generating
+    the pkg-config files and this leads to lots of Requires.private and Libs.private
+    entries which aren't really needed.
+    
+    This removes the "deps" array and replaces it with a few smaller ones and
+    makes sure the public libraries only get passed the dependencies actually
+    needed.
+    
+    Fixes #2441
+
+ meson.build              | 29 ++++++++++-------------------
+ src/meson.build          | 24 ++++++++++++++++--------
+ test/api/meson.build     |  2 +-
+ test/fuzzing/meson.build |  1 -
+ util/meson.build         | 10 ++++++----
+ 5 files changed, 33 insertions(+), 33 deletions(-)
+
+commit 759df46575db49dd7d15da6e6df441d622e65470
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 4 15:49:54 2020 +0430
+
+    [style] Hide behind HB_EXPERIMENTAL_API compile flag
+
+ docs/harfbuzz-sections.txt |  6 ------
+ src/gen-def.py             |  1 +
+ src/hb-style.cc            | 40 ++++++++++++++++++++++++++++++++++++++--
+ src/hb-style.h             | 38 +++-----------------------------------
+ test/api/test-ot-face.c    |  2 ++
+ test/api/test-style.c      | 10 ++++++++++
+ 6 files changed, 54 insertions(+), 43 deletions(-)
+
+commit d54de56870d136e59b6239b9d1db023fe8f002ab
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 21 16:33:50 2020 +0430
+
+    [style] Adopt with meson
+
+ src/meson.build      | 2 ++
+ test/api/meson.build | 1 +
+ 2 files changed, 3 insertions(+)
+
+commit de0ec5f4fef8730d10ca049c43991ede7ae42f6d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Feb 8 14:09:09 2020 +0330
+
+    [style] give ptem value when asked for opsz
+    
+    ptem, used for AAT's tracking/`trak` table is equivalent to opsz of variable fonts.
+    
+    For variable AAT fonts, such as SFNS, ideally variable axis of the hb_font_t
+    should be set and equivalent to ptem, https://crbug.com/1005969#c37
+
+ src/hb-style.cc       | 3 +++
+ test/api/test-style.c | 3 +++
+ 2 files changed, 6 insertions(+)
+
+commit 22037499b42d9fce100ee771a229b961b5e1cb2d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 4 11:31:31 2019 +0430
+
+    [style] New experimental API, hb_style_get_value
+    
+    Searches variation axes of a hb_font_t object for a specific axis first,
+    if not set, then tries to get default style values from different
+    tables of the font.
+
+ docs/harfbuzz-sections.txt   |   6 ++
+ src/Makefile.sources         |   2 +
+ src/harfbuzz.cc              |   1 +
+ src/hb-config.hh             |   2 +-
+ src/hb-ot-face-table-list.hh |   5 +-
+ src/hb-ot-stat-table.hh      |  73 ++++++++++++++++++
+ src/hb-style.cc              | 110 +++++++++++++++++++++++++++
+ src/hb-style.h               |  75 ++++++++++++++++++
+ src/hb-subset-plan.cc        |   2 +-
+ src/hb.h                     |   1 +
+ test/api/Makefile.am         |   1 +
+ test/api/fonts/aat-fdsc.ttf  | Bin 0 -> 556 bytes
+ test/api/test-ot-face.c      |   6 ++
+ test/api/test-style.c        | 177 +++++++++++++++++++++++++++++++++++++++++++
+ 14 files changed, 457 insertions(+), 4 deletions(-)
+
+commit d67553d12fc72c4a89fcb75400829b62d53ca064
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 4 12:31:57 2020 +0430
+
+    [meson] fix with_libstdcxx effect
+    
+    oops
+
+ src/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6f7048b917e7c81d276a7dc4a832a4cf042ffffe
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 4 10:18:35 2020 +0430
+
+    [meson] Update subset tests list from autotools
+
+ test/subset/meson.build | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 7e74aa6a7811ddb0999be5f33581d7933af6ba1c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 4 09:32:20 2020 +0430
+
+    [ci] fix meson-gcc-mingw bot
+    
+    keep build folder for dist testing
+
+ .circleci/config.yml | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit b35764334e1ddf11c9aa4d0b1d0f9b7467d79106
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 4 04:10:11 2020 +0430
+
+    [ci] check workability of meson based dist
+
+ .circleci/config.yml | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 6bf5e8e7e62620501b068230f398db1e9219f1b8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 4 04:03:14 2020 +0430
+
+    [ci] Deploy only when there is something to push
+    
+    Apparently the previous version of gtk-doc was doing weird changes like https://github.com/harfbuzz/harfbuzz.github.io/commit/1b40da99bbd1985d060d273ef37f1ccad16913c4 and https://github.com/harfbuzz/harfbuzz.github.io/commit/d1d9bff14c805d1bcbd2446a4c22e633e8d365cf
+    in order to make every to have something for pushing and
+    now that we don't have such changes it will fail.
+    
+    Alternatively we can go for `git commit --allow-empty`, guess better to
+    pollute history of https://github.com/harfbuzz/harfbuzz.github.io however.
+
+ .ci/deploy-docs.sh | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 029ecf326e75071a84609a7510a8d4e58182f3e9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 4 03:31:15 2020 +0430
+
+    [meson] Fix gen-hb-version.py run
+    
+    It gets complicated apparently when executed in the dist process, let's use raw
+    names now that we are operating in the script folder anyway.
+
+ src/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 870304df766f0518898a09cd191c1fb6d94240f7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 4 03:19:53 2020 +0430
+
+    [meson] Remove amalgam build option
+    
+    Fixes #2444
+
+ .circleci/config.yml | 6 ++----
+ meson_options.txt    | 2 --
+ src/meson.build      | 9 +--------
+ 3 files changed, 3 insertions(+), 14 deletions(-)
+
+commit 5293fdba239846e677ba4ef6139ee6593e60b4f0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 4 02:38:27 2020 +0430
+
+    [ci] Move docs deployment from autotools to meson
+
+ .ci/deploy-docs.sh             |  9 ++-------
+ .github/workflows/linux-ci.yml | 10 ++++++++++
+ .travis.yml                    |  1 -
+ 3 files changed, 12 insertions(+), 8 deletions(-)
+
+commit b8320340cebace11cd3781fc029afbd50e82ad97
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jun 3 23:40:57 2020 +0430
+
+    [meson] fix gen script input
+    
+    matters more when harfbuzz is a subproject
+
+ src/meson.build | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 50d3f531ee96ffa862bc05429814ba104dddd4a2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jun 3 17:59:41 2020 +0430
+
+    Use output names in update-unicode-tables.make
+
+ src/update-unicode-tables.make | 51 +++++++++++++++++++-----------------------
+ 1 file changed, 23 insertions(+), 28 deletions(-)
+
+commit fb46a32ed0322d3f617dbfc7b982ff26f47d789c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jun 3 12:54:26 2020 +0430
+
+    2.6.7
+
+ NEWS             | 12 ++++++++++++
+ configure.ac     |  2 +-
+ meson.build      |  2 +-
+ src/hb-common.h  |  2 +-
+ src/hb-version.h |  4 ++--
+ 5 files changed, 17 insertions(+), 5 deletions(-)
+
+commit 23091864683390d49ca710373b205e89004ef065
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jun 2 21:52:57 2020 +0430
+
+    Move unicode tables update script to its own make file
+    
+    Also downloads things needed for unicode tables generators
+
+ src/Makefile.am                | 35 +------------------------
+ src/update-unicode-tables.make | 59 ++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 60 insertions(+), 34 deletions(-)
+
+commit 19ecabed37914bfff22dd79c633021fd5c1abd93
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jun 2 20:01:03 2020 +0430
+
+    minor, fix hb-version.h generation for out-of-tree builds
+
+ src/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9737170b6fa7dcc29e3295b9491ea8bfef484ab8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jun 2 19:18:35 2020 +0430
+
+    minor fixes on src gen scripts
+
+ src/gen-harfbuzzcc.py | 2 ++
+ src/gen-hb-version.py | 4 +++-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 6058ede3ae983c53d1d6f5352d4235bafce3499a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 1 12:58:31 2020 +0430
+
+    Build win32 artifacts using meson
+    
+    As a part of meson migration, this builds hb-shape dependencies
+    using meson subprojects and removes different unrelated mingw
+    files we've put on source root about things that aren't really our
+    concern. This also simplifies all the instructions we've put in
+    README.mingw.md and makes it easy to build the project on
+    distros that no mingw libraries (such i686-win32-{freetype,glib,...}
+    are packaged. The known catch is however lack of hb-view as its need
+    for build of cairo which apparently isn't that straightforward.
+
+ .ci/build-win32.sh             | 15 +++++++++++
+ .ci/win32-cross-file.txt       | 20 +++++++++++++++
+ .ci/win64-cross-file.txt       | 20 +++++++++++++++
+ .circleci/config.yml           | 28 +++++++++------------
+ Makefile.am                    | 19 --------------
+ README.mingw.md                | 29 +++++-----------------
+ RELEASING.md                   |  6 +----
+ meson-mingw-cross.txt          | 17 -------------
+ meson.build                    |  3 +++
+ mingw-configure.sh             | 28 ---------------------
+ mingw-ldd.py                   | 56 ------------------------------------------
+ mingw-meson.sh                 | 33 -------------------------
+ mingw32.sh                     |  2 --
+ mingw64.sh                     |  2 --
+ subprojects/fontconfig.wrap    |  1 +
+ subprojects/freetype2.wrap     |  1 +
+ subprojects/glib.wrap          |  1 +
+ subprojects/libffi.wrap        |  3 ++-
+ subprojects/proxy-libintl.wrap |  1 +
+ subprojects/zlib.wrap          |  1 +
+ 20 files changed, 84 insertions(+), 202 deletions(-)
+
+commit bb719915d95e5822b3da5f92d9192de08ce5532f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun May 31 12:57:26 2020 +0430
+
+    [tests/aots] move the update script to update.py
+
+ test/shaping/data/aots/Makefile.am | 18 +-----------------
+ test/shaping/data/aots/update.py   | 29 +++++++++++++++++++++++++++++
+ 2 files changed, 30 insertions(+), 17 deletions(-)
+
+commit b318229993cb681027f403e491cc1e652441864c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun May 31 12:52:53 2020 +0430
+
+    [tests/test-rendering-tests] run git pull on correct dir
+
+ test/shaping/data/text-rendering-tests/update.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8a9a802636728f47f42cc0d58a8c98c1b22f9609
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun May 31 10:51:24 2020 +0430
+
+    minor, fix extra dist list
+
+ test/shaping/data/text-rendering-tests/Makefile.am | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 419c2d0a00d6f5c5c8a3a8ecd705aa1fa97c4768
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun May 31 02:33:36 2020 +0430
+
+    [test/text-rendering-tests] Adopt the update script with meson
+
+ test/shaping/data/text-rendering-tests/meson.build | 95 ++++++++++++++++++++++
+ test/shaping/data/text-rendering-tests/update.py   |  8 ++
+ test/shaping/meson.build                           | 87 +-------------------
+ 3 files changed, 105 insertions(+), 85 deletions(-)
+
+commit 2681656073f1bddc82f49019aeb49f0cb8dd7b5a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun May 31 02:23:49 2020 +0430
+
+    [test/text-rendering-tests] Update from upstream
+
+ test/shaping/data/text-rendering-tests/DISABLED    |  12 ++++
+ .../data/text-rendering-tests/Makefile.sources     |  24 +++++---
+ .../data/text-rendering-tests/fonts/TestAVAR.ttf   | Bin 1608 -> 1608 bytes
+ .../data/text-rendering-tests/fonts/TestCMAP14.otf | Bin 1628 -> 1628 bytes
+ .../text-rendering-tests/fonts/TestGPOSThree.ttf   | Bin 3500 -> 3500 bytes
+ .../text-rendering-tests/fonts/TestGPOSTwo.otf     | Bin 1680 -> 1680 bytes
+ .../text-rendering-tests/fonts/TestGSUBThree.ttf   | Bin 1504 -> 1504 bytes
+ .../text-rendering-tests/fonts/TestGVARNine.ttf    | Bin 2168 -> 2168 bytes
+ .../text-rendering-tests/fonts/TestHVAROne.otf     | Bin 3984 -> 3984 bytes
+ .../text-rendering-tests/fonts/TestKERNOne.otf     | Bin 1380 -> 1380 bytes
+ .../text-rendering-tests/fonts/TestMORXEight.ttf   | Bin 2184 -> 2184 bytes
+ .../fonts/TestMORXEighteen.ttf                     | Bin 3256 -> 3256 bytes
+ .../text-rendering-tests/fonts/TestMORXEleven.ttf  | Bin 1624 -> 1624 bytes
+ .../text-rendering-tests/fonts/TestMORXForty.ttf   | Bin 2408 -> 2408 bytes
+ .../text-rendering-tests/fonts/TestMORXFour.ttf    | Bin 4764 -> 4764 bytes
+ .../fonts/TestMORXFourteen.ttf                     | Bin 1816 -> 1816 bytes
+ .../fonts/TestMORXFourtyone.ttf                    | Bin 2248 -> 2248 bytes
+ .../text-rendering-tests/fonts/TestMORXNine.ttf    | Bin 1624 -> 1624 bytes
+ .../text-rendering-tests/fonts/TestMORXOne.ttf     | Bin 2404 -> 2404 bytes
+ .../fonts/TestMORXSeventeen.ttf                    | Bin 1788 -> 1788 bytes
+ .../text-rendering-tests/fonts/TestMORXSixteen.ttf | Bin 1812 -> 1812 bytes
+ .../text-rendering-tests/fonts/TestMORXTen.ttf     | Bin 1620 -> 1620 bytes
+ .../fonts/TestMORXThirteen.ttf                     | Bin 1820 -> 1820 bytes
+ .../fonts/TestMORXThirtyeight.ttf                  | Bin 2444 -> 2444 bytes
+ .../fonts/TestMORXThirtyfive.ttf                   | Bin 1968 -> 1968 bytes
+ .../fonts/TestMORXThirtyfour.ttf                   | Bin 3608 -> 3608 bytes
+ .../fonts/TestMORXThirtynine.ttf                   | Bin 2436 -> 2436 bytes
+ .../fonts/TestMORXThirtyone.ttf                    | Bin 2964 -> 2964 bytes
+ .../fonts/TestMORXThirtyseven.ttf                  | Bin 2444 -> 2444 bytes
+ .../fonts/TestMORXThirtysix.ttf                    | Bin 1836 -> 1836 bytes
+ .../fonts/TestMORXThirtythree.ttf                  | Bin 1520 -> 1520 bytes
+ .../fonts/TestMORXThirtytwo.ttf                    | Bin 2948 -> 2948 bytes
+ .../text-rendering-tests/fonts/TestMORXThree.ttf   | Bin 4104 -> 4104 bytes
+ .../text-rendering-tests/fonts/TestMORXTwelve.ttf  | Bin 2200 -> 2200 bytes
+ .../text-rendering-tests/fonts/TestMORXTwenty.ttf  | Bin 3232 -> 3232 bytes
+ .../fonts/TestMORXTwentyeight.ttf                  | Bin 2660 -> 2660 bytes
+ .../fonts/TestMORXTwentyfive.ttf                   | Bin 3260 -> 3260 bytes
+ .../fonts/TestMORXTwentyfour.ttf                   | Bin 1828 -> 1828 bytes
+ .../fonts/TestMORXTwentynine.ttf                   | Bin 3012 -> 3012 bytes
+ .../fonts/TestMORXTwentyone.ttf                    | Bin 3244 -> 3244 bytes
+ .../fonts/TestMORXTwentyseven.ttf                  | Bin 2432 -> 2432 bytes
+ .../fonts/TestMORXTwentysix.ttf                    | Bin 3252 -> 3252 bytes
+ .../fonts/TestMORXTwentythree.ttf                  | Bin 1836 -> 1836 bytes
+ .../fonts/TestMORXTwentytwo.ttf                    | Bin 3256 -> 3256 bytes
+ .../text-rendering-tests/fonts/TestMORXTwo.ttf     | Bin 4960 -> 4960 bytes
+ .../text-rendering-tests/fonts/TestSFNTOne.otf     | Bin 0 -> 3228 bytes
+ .../text-rendering-tests/fonts/TestSFNTTwo.ttf     | Bin 0 -> 3228 bytes
+ .../fonts/TestSVGgradientTransform.otf             | Bin 0 -> 48292 bytes
+ .../text-rendering-tests/fonts/TestSVGgzip.otf     | Bin 0 -> 3024 bytes
+ .../fonts/TestSVGmultiGlyphs.otf                   | Bin 0 -> 10876 bytes
+ .../text-rendering-tests/fonts/TestShapeLana.ttf   | Bin 0 -> 87032 bytes
+ .../text-rendering-tests/fonts/TestTRAKOne.ttf     | Bin 1752 -> 1752 bytes
+ .../data/text-rendering-tests/tests/AVAR-1.tests   |  34 +++++------
+ .../data/text-rendering-tests/tests/CFF-1.tests    |  26 ++++-----
+ .../data/text-rendering-tests/tests/CFF-2.tests    |  26 ++++-----
+ .../data/text-rendering-tests/tests/CFF2-1.tests   |  18 +++---
+ .../data/text-rendering-tests/tests/CMAP-1.tests   |   8 +--
+ .../data/text-rendering-tests/tests/CMAP-2.tests   |   4 +-
+ .../data/text-rendering-tests/tests/CMAP-3.tests   |  40 ++++++-------
+ .../data/text-rendering-tests/tests/CVAR-1.tests   |   6 +-
+ .../data/text-rendering-tests/tests/CVAR-2.tests   |   6 +-
+ .../data/text-rendering-tests/tests/GLYF-1.tests   |   2 +-
+ .../data/text-rendering-tests/tests/GPOS-1.tests   |  38 ++++++-------
+ .../data/text-rendering-tests/tests/SFNT-1.tests   |   2 +
+ .../data/text-rendering-tests/tests/SFNT-2.tests   |   2 +
+ .../data/text-rendering-tests/tests/SHARAN-1.tests |  12 ++--
+ .../data/text-rendering-tests/tests/SHBALI-1.tests |  44 +++++++--------
+ .../data/text-rendering-tests/tests/SHBALI-2.tests |  24 ++++----
+ .../data/text-rendering-tests/tests/SHKNDA-2.tests |  32 +++++------
+ .../data/text-rendering-tests/tests/SHKNDA-3.tests |  62 ++++++++++-----------
+ .../data/text-rendering-tests/tests/SHLANA-1.tests |  52 +++++++++++++++++
+ .../text-rendering-tests/tests/SHLANA-10.tests     |  47 ++++++++++++++++
+ .../data/text-rendering-tests/tests/SHLANA-2.tests |  37 ++++++++++++
+ .../data/text-rendering-tests/tests/SHLANA-3.tests |  13 +++++
+ .../data/text-rendering-tests/tests/SHLANA-4.tests |   3 +
+ .../data/text-rendering-tests/tests/SHLANA-5.tests |  13 +++++
+ .../data/text-rendering-tests/tests/SHLANA-6.tests |   7 +++
+ .../data/text-rendering-tests/tests/SHLANA-7.tests |  18 ++++++
+ .../data/text-rendering-tests/tests/SHLANA-8.tests |  13 +++++
+ .../data/text-rendering-tests/tests/SHLANA-9.tests |   6 ++
+ 80 files changed, 433 insertions(+), 198 deletions(-)
+
+commit ff89ba6e4d8e0e7e3545bc386bbc32d3153faab8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun May 31 02:20:53 2020 +0430
+
+    [tests] Port text-rendering-tests update script to python
+
+ .../data/text-rendering-tests/extract-tests.py     |  61 -----------
+ test/shaping/data/text-rendering-tests/update.py   | 112 +++++++++++++++++++++
+ test/shaping/data/text-rendering-tests/update.sh   |  46 ---------
+ 3 files changed, 112 insertions(+), 107 deletions(-)
+
+commit a9d13463b554981cc48349de64bf6d44147ff754
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat May 30 14:17:56 2020 +0430
+
+    [meson] Categorize tests using `suite: [...]`
+    
+    So one can run a category of interested tests like
+    
+      meson test -Cbuild --suite aots --suite src --print-errorlogs
+    
+    Intead issuing particular tests which also is possible like
+    
+      meson test -Cbuild test-shape --print-errorlogs
+
+ src/meson.build          |  8 ++++++--
+ test/api/meson.build     |  2 +-
+ test/fuzzing/meson.build | 12 +++++++++---
+ test/shaping/meson.build |  3 +++
+ test/subset/meson.build  |  1 +
+ 5 files changed, 20 insertions(+), 6 deletions(-)
+
+commit 9d13124cfd6db1396f2a0ad5f7a9633825432898
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat May 30 14:45:22 2020 +0430
+
+    [ci] fix alpine build issue
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7250adee263f068634f6110b2c8d94f105294c13
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri May 29 12:34:30 2020 +0430
+
+    [tests] Port check scripts to python
+
+ src/Makefile.am              | 14 ++++-----
+ src/check-c-linkage-decls.py | 26 ++++++++++++++++
+ src/check-c-linkage-decls.sh | 27 ----------------
+ src/check-externs.py         | 20 ++++++++++++
+ src/check-externs.sh         | 22 -------------
+ src/check-header-guards.py   | 22 +++++++++++++
+ src/check-header-guards.sh   | 24 ---------------
+ src/check-includes.py        | 39 +++++++++++++++++++++++
+ src/check-includes.sh        | 44 --------------------------
+ src/check-libstdc++.py       | 41 +++++++++++++++++++++++++
+ src/check-libstdc++.sh       | 43 --------------------------
+ src/check-static-inits.py    | 38 +++++++++++++++++++++++
+ src/check-static-inits.sh    | 49 -----------------------------
+ src/check-symbols.py         | 73 ++++++++++++++++++++++++++++++++++++++++++++
+ src/check-symbols.sh         | 61 ------------------------------------
+ src/meson.build              | 61 +++++++++++++++++-------------------
+ 16 files changed, 294 insertions(+), 310 deletions(-)
+
+commit 5eb6cafd2eff067ee2915d084c14e872691dffac
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri May 29 23:54:14 2020 +0430
+
+    [meson] reflect chosen linker update
+    
+    As d9177a594bc2846b03a43b8d00949d23ab0d91c2
+
+ meson_options.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0d8442a55f6b34ca3b5f444de2a3cdcce27421ff
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri May 29 16:11:32 2020 +0430
+
+    [meson] minor, find run-tests.py only once
+
+ test/shaping/meson.build | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 3c5bdd9bb8eb97b8ff7109884cbf03c645e4eaa7
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Feb 18 10:02:19 2020 -0800
+
+    [subset] GDEF AttachList subsetting support
+
+ src/hb-ot-layout-gdef-table.hh                     |  41 +++++++++++++++++++--
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ .../IndicTestJalandhar-Regular.default.A01.ttf     | Bin 0 -> 4088 bytes
+ .../IndicTestJalandhar-Regular.default.A05,A06.ttf | Bin 0 -> 4652 bytes
+ .../IndicTestJalandhar-Regular.default.A07,A1B.ttf | Bin 0 -> 4620 bytes
+ ...andhar-Regular.default.retain-all-codepoint.ttf | Bin 0 -> 28176 bytes
+ .../IndicTestJalandhar-Regular.drop-hints.A01.ttf  | Bin 0 -> 948 bytes
+ ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttf | Bin 0 -> 1244 bytes
+ ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttf | Bin 0 -> 1240 bytes
+ ...har-Regular.drop-hints.retain-all-codepoint.ttf | Bin 0 -> 15200 bytes
+ .../IndicTestJalandhar-Regular.keep-gdef.A01.ttf   | Bin 0 -> 4140 bytes
+ ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttf | Bin 0 -> 4716 bytes
+ ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttf | Bin 0 -> 4688 bytes
+ ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf | Bin 0 -> 28604 bytes
+ .../data/fonts/IndicTestJalandhar-Regular.ttf      | Bin 0 -> 49816 bytes
+ .../subset/data/tests/layout.gdef-attachlist.tests |  13 +++++++
+ 17 files changed, 52 insertions(+), 4 deletions(-)
+
+commit 368ca306413da698f93562281926fec6f0e56863
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri May 29 00:42:32 2020 +0430
+
+    minor on python scripts
+    
+    * remove not needed imports
+    * remove semicolons
+
+ src/gen-harfbuzzcc.py            | 2 +-
+ src/gen-hb-version.py            | 2 +-
+ src/gen-os2-unicode-ranges.py    | 1 -
+ src/gen-ragel-artifacts.py       | 6 +++---
+ src/gen-ucd-table.py             | 2 +-
+ test/subset/run-tests.py         | 2 +-
+ test/subset/subset_test_suite.py | 4 ++--
+ 7 files changed, 9 insertions(+), 10 deletions(-)
+
+commit ad87155fd000aa05b5c6bf09c5a3ffbda658d60c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri May 29 00:11:19 2020 +0430
+
+    minor, use py3's open(encoding=)
+
+ src/gen-arabic-table.py                  | 4 ++--
+ src/gen-def.py                           | 4 ++--
+ src/gen-indic-table.py                   | 4 ++--
+ src/gen-os2-unicode-ranges.py            | 2 +-
+ src/gen-tag-table.py                     | 5 ++---
+ src/gen-use-table.py                     | 3 +--
+ src/gen-vowel-constraints.py             | 5 ++---
+ test/subset/generate-expected-outputs.py | 3 +--
+ test/subset/run-tests.py                 | 7 +++----
+ test/subset/subset_test_suite.py         | 3 +--
+ 10 files changed, 17 insertions(+), 23 deletions(-)
+
+commit cd5580e2d62038725f3ad3e828d326b6cd7934da
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 28 23:43:55 2020 +0430
+
+    minor, enable printing to stderr in run-tests.py
+    
+    As was originally intended https://github.com/harfbuzz/harfbuzz/blob/3ce6c7b/test/shaping/run-tests.sh
+
+ test/shaping/run-tests.py | 10 +++++-----
+ test/subset/run-tests.py  |  2 +-
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 7554f618ecfbc0ba07937c7167ca6b456d55d712
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 28 22:51:29 2020 +0430
+
+    minor, use sys.exit print shorthand
+
+ mingw-ldd.py                                       |  3 +-
+ src/gen-arabic-table.py                            |  3 +-
+ src/gen-emoji-table.py                             |  3 +-
+ src/gen-harfbuzzcc.py                              |  2 +-
+ src/gen-indic-table.py                             |  3 +-
+ src/gen-tag-table.py                               |  3 +-
+ src/gen-ucd-table.py                               |  3 +-
+ src/gen-use-table.py                               |  3 +-
+ src/gen-vowel-constraints.py                       |  3 +-
+ test/fuzzing/run-draw-fuzzer-tests.py              |  9 ++----
+ test/fuzzing/run-shape-fuzzer-tests.py             |  9 ++----
+ test/fuzzing/run-subset-fuzzer-tests.py            |  9 ++----
+ .../data/text-rendering-tests/extract-tests.py     |  3 +-
+ test/shaping/hb-diff                               |  3 +-
+ test/shaping/hb_test_tools.py                      | 33 +++++++++-------------
+ test/shaping/run-tests.py                          |  3 +-
+ test/subset/run-tests.py                           |  9 ++----
+ 17 files changed, 39 insertions(+), 65 deletions(-)
+
+commit 08f1d95a50f9efc2864dddef2a7713f57d387a26
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 28 15:01:15 2020 +0430
+
+    minor, move scripts manuals to __doc__
+
+ src/gen-arabic-table.py       | 14 ++++++++------
+ src/gen-def.py                |  4 +++-
+ src/gen-emoji-table.py        | 11 +++++++----
+ src/gen-harfbuzzcc.py         |  4 +++-
+ src/gen-hb-version.py         |  4 +++-
+ src/gen-indic-table.py        | 13 ++++++++-----
+ src/gen-os2-unicode-ranges.py |  9 +++++----
+ src/gen-tag-table.py          | 12 +++++++-----
+ src/gen-ucd-table.py          | 11 +++++++----
+ src/gen-use-table.py          | 17 ++++++++++-------
+ src/gen-vowel-constraints.py  |  9 +++++----
+ 11 files changed, 66 insertions(+), 42 deletions(-)
+
+commit 593e58c84287968f5625c8aa0dd7c60f1a03b705
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed May 20 18:00:25 2020 -0700
+
+    [subset] ChainContext subsetting fix: add lookup index remapping
+
+ src/hb-ot-layout-gsubgpos.hh                       |  57 ++++++++++++++-------
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ ...ules_f1.keep-layout-retain-gids.30,31,32,33.otf | Bin 0 -> 2408 bytes
+ ...ubrules_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2032 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3776 bytes
+ ...ultiple_subrules_f1.keep-layout.30,31,32,33.otf | Bin 0 -> 1944 bytes
+ ...1_multiple_subrules_f1.keep-layout.41,42,43.otf | Bin 0 -> 1332 bytes
+ ...ubrules_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3776 bytes
+ ...ules_f1.keep-layout-retain-gids.30,31,32,33.otf | Bin 0 -> 2428 bytes
+ ...ubrules_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2032 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3808 bytes
+ ...ultiple_subrules_f1.keep-layout.30,31,32,33.otf | Bin 0 -> 1964 bytes
+ ...2_multiple_subrules_f1.keep-layout.41,42,43.otf | Bin 0 -> 1332 bytes
+ ...ubrules_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3808 bytes
+ ...mple_f1.keep-layout-retain-gids.30,31,32,33.otf | Bin 0 -> 2400 bytes
+ ..._simple_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2008 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3744 bytes
+ ...chaining3_simple_f1.keep-layout.30,31,32,33.otf | Bin 0 -> 1936 bytes
+ ...os_chaining3_simple_f1.keep-layout.41,42,43.otf | Bin 0 -> 1308 bytes
+ ..._simple_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3744 bytes
+ .../fonts/gpos_chaining1_multiple_subrules_f1.otf  | Bin 0 -> 4772 bytes
+ .../fonts/gpos_chaining2_multiple_subrules_f1.otf  | Bin 0 -> 4860 bytes
+ .../subset/data/fonts/gpos_chaining3_simple_f1.otf | Bin 0 -> 4740 bytes
+ test/subset/data/tests/layout.gpos8.tests          |  13 +++++
+ 25 files changed, 53 insertions(+), 19 deletions(-)
+
+commit e3af529e511ca492284cdd9f4584666b88a9e00f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat May 23 22:13:32 2020 +0430
+
+    [meson] update generated headers only when the result is different
+    
+    This way it won't ruin incremental builds.
+    
+    We need a better way to declare source altering tasks
+    https://github.com/mesonbuild/meson/issues/7156
+    yet this is good enough despite being not idiomatic.
+    
+    It is however not that smooth yet as the change may is detected on the
+    next meson run. One of course can issue ./gen-ragel-artifacts.py
+    manually for better experience before running meson.
+
+ src/gen-hb-version.py      | 12 ++++++++++--
+ src/gen-ragel-artifacts.py | 26 ++++++++++++++++++++++----
+ src/meson.build            | 15 ++++++---------
+ 3 files changed, 38 insertions(+), 15 deletions(-)
+
+commit b32d169d22278a108b0772ab1dc72fd0c344af52
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat May 23 13:03:06 2020 +0430
+
+    [test] run aat APIs in shape fuzzer
+
+ test/api/test-ot-face.c | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 1fbb7883262d4d6eb28d283d236c152d2216db50
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat May 23 12:38:07 2020 +0430
+
+    [gdef] minor, use dagger in ligature carets fetch
+
+ src/hb-ot-layout-gdef-table.hh | 29 +++++++++++++++--------------
+ 1 file changed, 15 insertions(+), 14 deletions(-)
+
+commit 2264a7011f82140ac8dc12ec307ba5c563aad4a1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat May 23 12:14:40 2020 +0430
+
+    [tests] some more ligature carets tests
+
+ test/api/test-ot-ligature-carets.c | 69 +++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 68 insertions(+), 1 deletion(-)
+
+commit d7c012a08e347dcfd1ed4229d70c0a4be496c02b
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Feb 26 13:11:42 2020 -0800
+
+    [subset] GDEF Variation Store: step 2
+    do subset based on variation indices collected in step 1
+
+ src/hb-ot-layout-common.hh                         |  96 ++++++++++++++-
+ src/hb-ot-layout-gdef-table.hh                     |  28 +++--
+ src/hb-ot-layout-gpos-table.hh                     | 136 ++++++++++++---------
+ src/hb-ot-layout-gsubgpos.hh                       |   5 +-
+ src/hb-ot-layout.cc                                |  32 -----
+ src/hb-ot-layout.h                                 |   7 --
+ src/hb-subset-plan.cc                              |  22 +++-
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ .../AdobeVFPrototype.default.41,42,43,57.otf       | Bin 0 -> 4960 bytes
+ .../AdobeVFPrototype.default.41,42,43.otf          | Bin 0 -> 4540 bytes
+ .../AdobeVFPrototype.default.41,42.otf             | Bin 0 -> 4132 bytes
+ .../AdobeVFPrototype.default.41,56,57.otf          | Bin 0 -> 4152 bytes
+ .../AdobeVFPrototype.default.41.otf                | Bin 0 -> 3468 bytes
+ .../AdobeVFPrototype.default.42,57.otf             | Bin 0 -> 4208 bytes
+ .../AdobeVFPrototype.drop-hints.41,42,43,57.otf    | Bin 0 -> 4772 bytes
+ .../AdobeVFPrototype.drop-hints.41,42,43.otf       | Bin 0 -> 4352 bytes
+ .../AdobeVFPrototype.drop-hints.41,42.otf          | Bin 0 -> 3944 bytes
+ .../AdobeVFPrototype.drop-hints.41,56,57.otf       | Bin 0 -> 3964 bytes
+ .../AdobeVFPrototype.drop-hints.41.otf             | Bin 0 -> 3280 bytes
+ .../AdobeVFPrototype.drop-hints.42,57.otf          | Bin 0 -> 4020 bytes
+ ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.otf | Bin 0 -> 5444 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.otf   | Bin 0 -> 4916 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,42.otf      | Bin 0 -> 4436 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.otf   | Bin 0 -> 4556 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.41.otf         | Bin 0 -> 3692 bytes
+ .../AdobeVFPrototype.keep-gdef-gpos.42,57.otf      | Bin 0 -> 4556 bytes
+ test/subset/data/fonts/AdobeVFPrototype.otf        | Bin 0 -> 120400 bytes
+ test/subset/data/tests/layout.gdef-varstore.tests  |  16 +++
+ 29 files changed, 232 insertions(+), 112 deletions(-)
+
+commit 8200e48ffc1918daa8aaa9432048334844f3b8a5
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Feb 26 13:11:42 2020 -0800
+
+    [subset] GDEF Variation Store: step 1
+    closure device variation indexes, create old->new variation idx mapping
+    and store them in subset-plan
+
+ src/hb-ot-layout-common.hh     |  47 ++++++
+ src/hb-ot-layout-gdef-table.hh |  60 ++++++++
+ src/hb-ot-layout-gpos-table.hh | 325 +++++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-layout-gsubgpos.hh   |  15 ++
+ src/hb-ot-layout.cc            |  31 ++++
+ src/hb-ot-layout.h             |   6 +
+ src/hb-subset-plan.cc          |  28 +++-
+ src/hb-subset-plan.hh          |   5 +
+ 8 files changed, 504 insertions(+), 13 deletions(-)
+
+commit 8ba0077ea3b946efff40cd96ee0bfb36c776dfca
+Author: Vincent Torri <vincent.torri@gmail.com>
+Date:   Thu May 21 19:53:42 2020 +0200
+
+    Add shell script and cross-compilation file to compile Harfbuzz with meson
+
+ meson-mingw-cross.txt | 17 +++++++++++++++++
+ mingw-meson.sh        | 33 +++++++++++++++++++++++++++++++++
+ 2 files changed, 50 insertions(+)
+
+commit d2e3a048d190330270af1c4f439d55b62d8df81d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 21:48:01 2020 +0430
+
+    [meson] Fix fix_get_types.py shabang, minor format
+
+ src/fix_get_types.py | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit 887aa0214feade3f5b782ebb25e5c52704d0aa64
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 20:02:47 2020 +0430
+
+    [meson] Use find_program for locating python script
+    
+    Apparently that is the simplest and supported way of finding python scripts.
+
+ meson.build              | 2 --
+ src/meson.build          | 4 ++--
+ test/shaping/meson.build | 9 +++------
+ 3 files changed, 5 insertions(+), 10 deletions(-)
+
+commit d9177a594bc2846b03a43b8d00949d23ab0d91c2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 19:34:56 2020 +0430
+
+    [meson] Use a c linker for on Windows also
+    
+    Using a C linker was limited to non-Windows as 20a840c7, let's
+    revisit this while transition to meson.
+    
+    Packagers easily override that via the option and use a C++ linker
+    if needed.
+
+ src/meson.build | 5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+commit cc53fd158c09451a83cef7fda7371a84d906be20
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 19:33:18 2020 +0430
+
+    [meson] Normalize options names
+    
+    As https://github.com/harfbuzz/harfbuzz/pull/2412#discussion_r426275027
+
+ .circleci/config.yml    |  4 ++--
+ meson.build             |  4 ++--
+ meson_options.txt       | 10 +++++-----
+ src/meson.build         |  6 +++---
+ test/subset/meson.build |  2 +-
+ 5 files changed, 13 insertions(+), 13 deletions(-)
+
+commit a9e8328ae2b14341c3dee1b6610bb454f50e34aa
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 16:28:24 2020 +0430
+
+    [meson] Add build configuration summary just like autotools
+
+ docs/meson.build |  2 ++
+ meson.build      | 27 +++++++++++++++++++++++++++
+ src/meson.build  |  1 +
+ 3 files changed, 30 insertions(+)
+
+commit 99e2342a6b129cfc69f23081b9efb826f9aa950e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 17:41:45 2020 +0430
+
+    [ci] Install newer meson from pip
+
+ .circleci/config.yml | 8 ++++----
+ appveyor.yml         | 4 ++--
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit f7562672f909d9cca8118659c017c552328796af
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 17:01:04 2020 +0430
+
+    [meson] Use / instead join_paths
+    
+    We need some of the very recent features of meson, let's use the new features also
+
+ docs/meson.build         |  4 ++--
+ meson.build              |  2 +-
+ src/meson.build          |  8 ++++----
+ test/fuzzing/meson.build |  6 +++---
+ test/shaping/meson.build | 12 ++++++------
+ test/subset/meson.build  |  4 ++--
+ 6 files changed, 18 insertions(+), 18 deletions(-)
+
+commit b8d1760bc00071580a41b1e41fca6675f1e4aa04
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 14:45:41 2020 +0430
+
+    [meson/ci] Increase cmap fuzzer timeout even more
+
+ test/fuzzing/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4b12b8466faa14cd09d57ba5c3819c2d24e66b1e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 14:23:36 2020 +0430
+
+    [meson] Increase timeout in hope to resolve Actions' bot timeout
+
+ test/fuzzing/meson.build | 2 +-
+ test/subset/meson.build  | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 1c4dd79cfb2ce617f51778be96cd7fb99fda0382
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 08:49:14 2020 +0430
+
+    [ci] Increase timeout as gh bot issue isn't resolved by serial test
+
+ test/fuzzing/meson.build | 2 +-
+ test/subset/meson.build  | 3 +--
+ 2 files changed, 2 insertions(+), 3 deletions(-)
+
+commit eac2c3bdb1953d42b4ba07292a4c8e6a9bf94cad
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 07:09:03 2020 +0430
+
+    [ci] Enable sanitizer bots again
+
+ .circleci/config.yml | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit f9b31ddaaa81b63c2f3be325aa879796703e5a18
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 08:37:44 2020 +0430
+
+    [build] State encoding explicitly for hb-version.h.in
+    
+    As https://circleci.com/gh/harfbuzz/harfbuzz/140481
+      Traceback (most recent call last):
+        File "./gen-hb-version.py", line 14, in <module>
+          output_file.write (input_file.read ()
+        File "/usr/lib/python3.4/encodings/ascii.py", line 26, in decode
+          return codecs.ascii_decode(input, self.errors)[0]
+      UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 16: ordinal not in range(128)
+
+ src/gen-hb-version.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 759ab4fe561b329d8a2d7682e42b8b4f85aa78f6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 08:24:15 2020 +0430
+
+    [meson] Use subdir_done to simplify test/api/meson.build
+
+ test/api/meson.build | 161 ++++++++++++++++++++++++++-------------------------
+ 1 file changed, 81 insertions(+), 80 deletions(-)
+
+commit a79d0e405b65c9c077a5e29b0b9313a606da691b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 07:32:58 2020 +0430
+
+    [subset] minor, use a better type in iteration
+    
+    In file included from hb-ot-face.cc:34:
+    In file included from ./hb-ot-kern-table.hh:30:
+    In file included from ./hb-aat-layout-kerx-table.hh:31:
+    In file included from ./hb-kern.hh:32:
+    In file included from ./hb-ot-layout-gpos-table.hh:32:
+    ./hb-ot-layout-gsubgpos.hh:1878:63: error: loop variable '_' binds to a temporary value produced by a range of type 'decltype((hb_forward<hb_filter_iter_factory_t<hb_map_t &, const (anonymous struct at ./hb-algs.hh:331:1) &>>(rhs)(hb_forward<hb_zip_iter_t<hb_iota_iter_t<unsigned int, unsigned int>, hb_array_t<const OT::OffsetTo<OT::RuleSet, OT::IntType<unsigned short, 2>, true>>>>(lhs))))' (aka 'hb_filter_iter_t<hb_zip_iter_t<hb_iota_iter_t<unsigned int, unsigned int>, hb_array_t<const OT::OffsetTo<OT::RuleSet, OT::IntType<unsigned short, 2>, true>>>, hb_map_t &, const (anonymous struct at ./hb-algs.hh:331:1) &>') [-Werror,-Wrange-loop-bind-reference]
+        for (const hb_pair_t<unsigned, const OffsetTo<RuleSet>&>& _ : + hb_enumerate (ruleSet)
+                                                                  ^
+    ./hb-ot-layout-gsubgpos.hh:1878:10: note: use non-reference type 'hb_pair_t<unsigned int, const OffsetTo<OT::RuleSet> &>'
+        for (const hb_pair_t<unsigned, const OffsetTo<RuleSet>&>& _ : + hb_enumerate (ruleSet)
+             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+ src/hb-ot-layout-gsubgpos.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 8667df552c640c41413cb34d2ef008eb037988d2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 07:19:37 2020 +0430
+
+    [meson] Unbreak the build, oops
+
+ test/fuzzing/meson.build | 2 +-
+ test/subset/meson.build  | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 37f9cccc210dd17af93c71ef3a9327d4365181c0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 07:17:18 2020 +0430
+
+    [meson] Don't run subset tests in parallel
+    
+    Hopefully resolves https://github.com/harfbuzz/harfbuzz/runs/695051808#step:6:700 for now
+
+ test/subset/meson.build | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 791debdc4ae18b2b22842b1fb28a26e93633ce7b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 07:15:09 2020 +0430
+
+    [meson][ci] Don't run subset fuzzer test in parallel
+    
+    resolves https://github.com/harfbuzz/harfbuzz/runs/695051808#step:6:595 failure
+
+ test/fuzzing/meson.build | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 8a5368e2d6d136357f7114e638635a15e7759841
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 07:00:40 2020 +0430
+
+    [tests] Enable more gid misc calls on draw fuzzer
+
+ test/fuzzing/hb-draw-fuzzer.cc | 42 ++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 40 insertions(+), 2 deletions(-)
+
+commit c68ab4b52b898f5c168cf662137b3dce922c29d9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 00:25:17 2020 +0430
+
+    Fix _get_ligature_caret's oob read issue
+    
+    AAT::Lookup has no other way to detect whether it is returned from
+    a real and sanitized font data or from a null pool, this checks if
+    the table has been recognized valid by sanitizer by checking
+    table's major version which is zero if returned from a null pool and
+    non-zero if is from a sanitized font data, it is expected the other
+    calls of the table (unlikely to have more calls however) also do a
+    similar version check before calling the lookups used on the table.
+
+ src/hb-aat-layout-lcar-table.hh    |  9 +++++++++
+ test/api/test-ot-face.c            |  2 ++
+ test/api/test-ot-ligature-carets.c | 14 ++++----------
+ test/fuzzing/hb-draw-fuzzer.cc     |  3 +++
+ 4 files changed, 18 insertions(+), 10 deletions(-)
+
+commit 57886e2162312b789dd5a1956a883c3fd2c1cee0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 06:29:33 2020 +0430
+
+    [test] Enable tests fixed by 461cd5a which was regressed by b986fea
+
+ test/api/test-ot-ligature-carets.c | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 8b5d3ebd9653375025e5ff439191370332e1b346
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Apr 17 11:58:31 2020 -0700
+
+    [subset] GSUB5/GPOS7 Contextual Subst/Pos Subtbale Subsetting support
+
+ src/hb-ot-layout-gsubgpos.hh                       | 160 ++++++++++++++++++++-
+ src/hb-subset.cc                                   |   2 +-
+ src/hb-subset.hh                                   |   7 +-
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ ...ubrules_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2140 bytes
+ ...e_subrules_f1.keep-layout-retain-gids.41,42.otf | Bin 0 -> 2028 bytes
+ ...e_subrules_f1.keep-layout-retain-gids.41,43.otf | Bin 0 -> 2048 bytes
+ ...iple_subrules_f1.keep-layout-retain-gids.41.otf | Bin 0 -> 1916 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3756 bytes
+ ...1_multiple_subrules_f1.keep-layout.41,42,43.otf | Bin 0 -> 1440 bytes
+ ...ext1_multiple_subrules_f1.keep-layout.41,42.otf | Bin 0 -> 1324 bytes
+ ...ext1_multiple_subrules_f1.keep-layout.41,43.otf | Bin 0 -> 1332 bytes
+ ...ontext1_multiple_subrules_f1.keep-layout.41.otf | Bin 0 -> 1216 bytes
+ ...ubrules_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3756 bytes
+ ...ubrules_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2156 bytes
+ ...e_subrules_f1.keep-layout-retain-gids.41,42.otf | Bin 0 -> 2040 bytes
+ ...e_subrules_f1.keep-layout-retain-gids.41,43.otf | Bin 0 -> 2048 bytes
+ ...iple_subrules_f1.keep-layout-retain-gids.41.otf | Bin 0 -> 1916 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3772 bytes
+ ...2_multiple_subrules_f1.keep-layout.41,42,43.otf | Bin 0 -> 1456 bytes
+ ...ext2_multiple_subrules_f1.keep-layout.41,42.otf | Bin 0 -> 1336 bytes
+ ...ext2_multiple_subrules_f1.keep-layout.41,43.otf | Bin 0 -> 1332 bytes
+ ...ontext2_multiple_subrules_f1.keep-layout.41.otf | Bin 0 -> 1216 bytes
+ ...ubrules_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3772 bytes
+ ..._simple_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2120 bytes
+ ...xt3_simple_f1.keep-layout-retain-gids.41,42.otf | Bin 0 -> 1912 bytes
+ ...xt3_simple_f1.keep-layout-retain-gids.41,43.otf | Bin 0 -> 2028 bytes
+ ...ntext3_simple_f1.keep-layout-retain-gids.41.otf | Bin 0 -> 1896 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3736 bytes
+ ...pos_context3_simple_f1.keep-layout.41,42,43.otf | Bin 0 -> 1420 bytes
+ .../gpos_context3_simple_f1.keep-layout.41,42.otf  | Bin 0 -> 1208 bytes
+ .../gpos_context3_simple_f1.keep-layout.41,43.otf  | Bin 0 -> 1312 bytes
+ .../gpos_context3_simple_f1.keep-layout.41.otf     | Bin 0 -> 1196 bytes
+ ..._simple_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3736 bytes
+ .../fonts/gpos_context1_multiple_subrules_f1.otf   | Bin 0 -> 4760 bytes
+ .../fonts/gpos_context2_multiple_subrules_f1.otf   | Bin 0 -> 4780 bytes
+ test/subset/data/fonts/gpos_context3_simple_f1.otf | Bin 0 -> 4732 bytes
+ test/subset/data/tests/layout.context.tests        |  15 ++
+ 39 files changed, 176 insertions(+), 10 deletions(-)
+
+commit 00aba82a6d4b00b2d512e13ea1ee7aefea5d7441
+Merge: ca2705f1f 461cd5a15
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 00:10:33 2020 +0430
+
+    Merge pull request #2415 from pipcet/fix-ligature-carets
+    
+    minor: fix hb_ot_layout_get_ligature_carets
+
+commit ca2705f1fbd7e60fdabf59a93f8dc6c19fa2fcd0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 21 00:05:42 2020 +0430
+
+    [tests] Add more tests for _get_ligature_carets
+
+ test/api/fonts/NotoNastaliqUrdu-Regular.ttf | Bin 0 -> 497204 bytes
+ test/api/test-ot-ligature-carets.c          | 153 +++++++++++++++++++++++++---
+ 2 files changed, 138 insertions(+), 15 deletions(-)
+
+commit 461cd5a158cd01163c205e0e8cfeb366779c100e
+Author: Pip Cet <pipcet@gmail.com>
+Date:   Wed May 20 10:01:24 2020 +0000
+
+    minor: fix hb_ot_layout_get_ligature_carets
+
+ src/hb-ot-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3dd7b2105b3f36ce08dfa5bdaed792dc4eb69ad3
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Sun May 17 00:12:08 2020 +0100
+
+    meson: build documentation with gtk-doc
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2409
+
+ docs/Makefile.am  |  2 +-
+ docs/meson.build  | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ meson.build       |  4 ++++
+ meson_options.txt |  2 ++
+ 4 files changed, 74 insertions(+), 1 deletion(-)
+
+commit 4fc6189a329cdf5fbf0b5bef34b37b726c4a6959
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 21 12:19:16 2020 +0430
+
+    [meson] Generate harfbuzz.cc, hb-version.h and ragel artifacts
+
+ src/Makefile.am            | 18 +++++++-----------
+ src/gen-harfbuzzcc.py      | 14 ++++++++++++++
+ src/gen-hb-version.py      | 19 +++++++++++++++++++
+ src/gen-ragel-artifacts.py | 22 ++++++++++++++++++++++
+ src/meson.build            | 30 ++++++++++++++++++++++++++++++
+ 5 files changed, 92 insertions(+), 11 deletions(-)
+
+commit b19f927f967f50aecd64913dc37ee92085919644
+Author: Christoph Reiter <reiter.christoph@gmail.com>
+Date:   Sat May 16 09:27:05 2020 +0200
+
+    meson: error out if introspection is enabled but gobject isn't
+    
+    In case a user passed -Dintrospection=enabled the build would just ignore
+    it by default because gobject defaults to disabled and the introspection build
+    gets skipped.
+    
+    Instead, if introspection is explicitly enabled but gobject is for some reason
+    missing error out.
+    
+    Fixes #2404
+
+ src/meson.build | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit b207eab842bf7c18e3de49338726b26138c77c69
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Thu Apr 30 11:53:21 2020 -0400
+
+    Round-trip OpenType tags through BCP 47
+
+ src/hb-algs.hh         |  6 ++++
+ src/hb-ot-tag.cc       | 74 +++++++++++++++++++++++++++++---------------------
+ test/api/test-ot-tag.c | 58 +++++++++++++++++++++++++++++----------
+ 3 files changed, 93 insertions(+), 45 deletions(-)
+
+commit 10d6605bbe6cdde66e8901e1b2aee63e664516ad
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri May 15 10:52:49 2020 -0700
+
+    [subset] don't use << operator in collect_mapping
+
+ src/hb-ot-cmap-table.hh | 24 ++++++++++++------------
+ 1 file changed, 12 insertions(+), 12 deletions(-)
+
+commit ba3c77ef23eab3d0ab597ed89a7811be12ca0a6a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri May 15 12:14:23 2020 +0430
+
+    [docs] minor update on releasing
+
+ RELEASING.md | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit 0722889a6ee9e3d2c186d53d2c414cc7b28ca4b0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri May 15 10:10:27 2020 +0430
+
+    [meson] increase subset tests timeout
+    
+    https://github.com/harfbuzz/harfbuzz/runs/676665822#step:6:570
+    
+    fails because meson runs the tests in parallel, correct fix will be making the tests smaller
+
+ test/subset/meson.build | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit c15146448b534479de08b6aa8e6b1795221a2e1e
+Merge: 069c5de9f 7a961692e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 14 19:12:41 2020 -0700
+
+    Merge pull request #2264 from harfbuzz/unicode-13
+    
+    Update to Unicode 13.0.0
+
+commit 069c5de9f8d95ac8fb1b909e3276af9887311222
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 14 18:58:53 2020 -0700
+
+    [util/hb-view] Add --font-extents
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2402
+
+ util/options.cc    | 23 +++++++++++++++++++++++
+ util/options.hh    |  6 ++++++
+ util/view-cairo.cc | 25 ++++++++++++++++---------
+ 3 files changed, 45 insertions(+), 9 deletions(-)
+
+commit 7a961692e9568806221de8b2e2bf41bdfc1b8b3f
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Wed Apr 1 17:26:07 2020 -0400
+
+    Update IANA Language Subtag Registry to 2020-05-12
+
+ src/gen-tag-table.py   |   1 +
+ src/hb-ot-tag-table.hh | 125 ++++++++++++++++++++++++++++++++++++++++++++++---
+ 2 files changed, 119 insertions(+), 7 deletions(-)
+
+commit b2a965df5ef1a90a1260b40ff3b4775ae9a222f3
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Apr 22 15:58:41 2020 -0700
+
+    [subset] Add support for "--gids" option
+    cmap subsetting now retains entries associated with any glyph ids explicitly requested
+
+ src/hb-ot-cmap-table.hh                            | 205 +++++++++++++++++++--
+ src/hb-ot-os2-table.hh                             |  21 ++-
+ src/hb-subset-plan.cc                              |   2 +
+ src/hb-subset-plan.hh                              |   3 +
+ test/api/test-subset-cmap.c                        |   4 +-
+ test/subset/data/Makefile.sources                  |   2 +-
+ .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf | Bin 0 -> 8296 bytes
+ .../basics/Comfortaa-Regular-new.gids.61,63.ttf    | Bin 0 -> 7944 bytes
+ .../basics/Comfortaa-Regular-new.gids.61.ttf       | Bin 0 -> 7588 bytes
+ .../basics/Comfortaa-Regular-new.gids.62.ttf       | Bin 0 -> 7528 bytes
+ .../basics/Comfortaa-Regular-new.gids.63.ttf       | Bin 0 -> 7516 bytes
+ ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 0 -> 182876 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61,62,63.ttf | Bin 0 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61,63.ttf    | Bin 0 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.61.ttf       | Bin 0 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.62.ttf       | Bin 0 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.gids.63.ttf       | Bin 0 -> 4128 bytes
+ ...jo-Regular-subset.gids.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
+ .../basics/Roboto-Regular.abc.gids.61,62,63.ttf    | Bin 0 -> 2168 bytes
+ .../basics/Roboto-Regular.abc.gids.61,63.ttf       | Bin 0 -> 2168 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.61.ttf | Bin 0 -> 2168 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.62.ttf | Bin 0 -> 2168 bytes
+ .../expected/basics/Roboto-Regular.abc.gids.63.ttf | Bin 0 -> 2168 bytes
+ ...oboto-Regular.abc.gids.retain-all-codepoint.ttf | Bin 0 -> 2168 bytes
+ .../cmap14/cmap14_font1.gids.4E00,4E02,4E03.otf    | Bin 0 -> 1388 bytes
+ .../cmap14/cmap14_font1.gids.4E00,4E03.otf         | Bin 0 -> 1380 bytes
+ .../cmap14/cmap14_font1.gids.4E00,4E05,4E07.otf    | Bin 0 -> 1620 bytes
+ .../cmap14/cmap14_font1.gids.4E02,4E03,4E08.otf    | Bin 0 -> 1744 bytes
+ .../expected/cmap14/cmap14_font1.gids.4E02.otf     | Bin 0 -> 1312 bytes
+ .../expected/cmap14/cmap14_font1.gids.4E03.otf     | Bin 0 -> 1352 bytes
+ .../cmap14_font1.gids.4E05,4E07,4E08,4E09.otf      | Bin 0 -> 2164 bytes
+ .../cmap14/cmap14_font1.gids.4E08,4E09.otf         | Bin 0 -> 2036 bytes
+ .../expected/cmap14/cmap14_font1.gids.4E08.otf     | Bin 0 -> 1704 bytes
+ .../cmap14_font1.gids.retain-all-codepoint.otf     | Bin 0 -> 2380 bytes
+ .../cmap14/cmap14_font2.gids.4E00,4E02,4E03.otf    | Bin 0 -> 1388 bytes
+ .../cmap14/cmap14_font2.gids.4E00,4E03.otf         | Bin 0 -> 1380 bytes
+ .../cmap14/cmap14_font2.gids.4E00,4E05,4E07.otf    | Bin 0 -> 1624 bytes
+ .../cmap14/cmap14_font2.gids.4E02,4E03,4E08.otf    | Bin 0 -> 1744 bytes
+ .../expected/cmap14/cmap14_font2.gids.4E02.otf     | Bin 0 -> 1308 bytes
+ .../expected/cmap14/cmap14_font2.gids.4E03.otf     | Bin 0 -> 1348 bytes
+ .../cmap14_font2.gids.4E05,4E07,4E08,4E09.otf      | Bin 0 -> 2164 bytes
+ .../cmap14/cmap14_font2.gids.4E08,4E09.otf         | Bin 0 -> 2032 bytes
+ .../expected/cmap14/cmap14_font2.gids.4E08.otf     | Bin 0 -> 1700 bytes
+ .../cmap14_font2.gids.retain-all-codepoint.otf     | Bin 0 -> 2376 bytes
+ .../japanese/Mplus1p-Regular.default.25771.ttf     | Bin 0 -> 1824 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  | Bin 0 -> 1096 bytes
+ .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf   | Bin 0 -> 1860 bytes
+ test/subset/data/profiles/gids.txt                 |   1 +
+ test/subset/data/tests/basics.tests                |   1 +
+ test/subset/data/tests/cmap14.tests                |   1 +
+ test/subset/data/tests/japanese.tests              |   1 +
+ test/subset/meson.build                            |   3 +-
+ util/options-subset.cc                             |  61 ++++++
+ 53 files changed, 282 insertions(+), 23 deletions(-)
+
+commit 44d88cff95e9255fb851bf59b40f685b264dc082
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri May 8 15:33:34 2020 -0700
+
+    [subset] fix intersects () for Context/ChainContext tables
+    return true only when all values in array are intersected with input
+
+ src/hb-ot-layout-gsubgpos.hh | 38 +++++++++++++++++++-------------------
+ 1 file changed, 19 insertions(+), 19 deletions(-)
+
+commit 42025680cb0a30eba4ed48d125586a4dda3c973e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue May 12 00:14:33 2020 +0430
+
+    2.6.6
+
+ NEWS             | 7 +++++++
+ configure.ac     | 2 +-
+ meson.build      | 2 +-
+ src/hb-version.h | 4 ++--
+ 4 files changed, 11 insertions(+), 4 deletions(-)
+
+commit 57d67f177508c11a2a9b9e8aa5f2d3540b5319f5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue May 12 00:03:17 2020 +0430
+
+    [RELEASE] minor update
+
+ RELEASING.md | 20 +++++---------------
+ 1 file changed, 5 insertions(+), 15 deletions(-)
+
+commit b169a52c1e3c5d16adcf3e80cba37bb86adcbe77
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Mon May 11 14:35:11 2020 +0200
+
+    [blob] Fix build when HAVE_MMAP is not defined
+
+ src/hb-blob.cc | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit a2ce96881b40c1689319c1f699f1469afc3ffe40
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon May 11 17:15:37 2020 +0430
+
+    [cff] remove the not used member
+
+ src/hb-subset-cff1.cc | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit 2cc78a58c3fecf7a3cb26c01949e9cd4d0cd9ee5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon May 11 15:56:54 2020 +0430
+
+    [number] minor
+
+ src/hb-number-parser.hh | 16 +++++++---------
+ src/hb-number-parser.rl |  8 +++-----
+ 2 files changed, 10 insertions(+), 14 deletions(-)
+
+commit bb095e1bdd0f7f1de88651d6f7223bc04bf70d70
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun May 10 22:00:05 2020 +0430
+
+    [meson] make -subset target dependent to deps to get libm dependency
+
+ src/meson.build | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit dca8ba6b6d637ebfc51d658a893e8dbda28b7709
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun May 10 16:57:45 2020 +0430
+
+    [number] Make hb_parse_double simpler now that we don't have to mimic strtod
+
+ src/hb-number-parser.hh | 23 ++++++++++++-----------
+ src/hb-number-parser.rl | 15 ++++++++-------
+ src/hb-number.cc        | 25 +++++++++++++------------
+ src/test-number.cc      | 20 --------------------
+ 4 files changed, 33 insertions(+), 50 deletions(-)
+
+commit 44fe1c8ff19048d11785ff154993d6637b447fdd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 25 16:36:48 2020 +0430
+
+    Remove xlocale use now that isn't available in most distros
+    
+    Our CI bots don't detect it in Alpine, ArchLinux, Ubuntu and Fedora
+    so let's get rid of it use the fallback we are using anyway for a
+    long time.
+
+ CMakeLists.txt     |  6 +----
+ configure.ac       |  4 +--
+ meson.build        |  3 ---
+ src/hb-number.cc   | 71 +-----------------------------------------------------
+ src/test-number.cc |  9 -------
+ 5 files changed, 4 insertions(+), 89 deletions(-)
+
+commit eea99d7b7253027570f7afe64ca63962618553b7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun May 10 14:46:16 2020 +0430
+
+    [meson] Let name_prefix of exported libraries the default
+    
+    meson complains about this and it is the default per #2256
+    
+    Fixes #2256
+
+ src/meson.build | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 2ac4222022ee261269994ce4eaf4d7c070152492
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun May 10 14:20:27 2020 +0430
+
+    [meson] specify preferred linker to avoid stdc++ linking
+
+ meson_options.txt |  2 ++
+ src/meson.build   | 19 ++++++++++++++++++-
+ 2 files changed, 20 insertions(+), 1 deletion(-)
+
+commit 15083c24ee7c69e17eee4d99ee9db121a150338b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun May 10 14:12:20 2020 +0430
+
+    [meson] Reenable make check-symbols compatible with gcov
+
+ src/check-symbols.sh |  2 +-
+ src/meson.build      | 29 ++++++++++++++++++++---------
+ 2 files changed, 21 insertions(+), 10 deletions(-)
+
+commit 68855e4a6dedf40d643a1ec9ac89c9ae32ce763c
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Fri May 8 00:51:15 2020 +0200
+
+    [docs] Don’t recommend outdated FDO releases pages
+
+ docs/usermanual-install-harfbuzz.xml | 10 ++--------
+ 1 file changed, 2 insertions(+), 8 deletions(-)
+
+commit 1ec77522d838dd751733d3927e3d9589bf298853
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 7 14:08:05 2020 +0430
+
+    [docs] Simplify logo's SVG source, down scale png version
+    
+    * SVG version is simplified using SVGO and some hand tweak
+    * PNG result of SVG logo is optimized using pngwolf-zopfli
+    * Down scaled to fit visually a little better on docs page
+
+ docs/HarfBuzz.png | Bin 8814 -> 4740 bytes
+ docs/HarfBuzz.svg | 283 ++----------------------------------------------------
+ 2 files changed, 7 insertions(+), 276 deletions(-)
+
+commit 0b261c5d0b38f1b9a564798ea26edb698e872841
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 7 10:28:24 2020 +0430
+
+    [ci] disable clang-{everthing,*san} bots
+    
+    are flaky, will enable them somewhere else
+
+ .circleci/config.yml | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 385d64eef1d5dd37187310a08ca6f0408a2e4625
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 7 09:59:01 2020 +0430
+
+    Add a not discardable bool type, hb_success_t
+
+ src/hb-open-type.hh |  4 ++--
+ src/hb.hh           | 12 ++++++++++++
+ 2 files changed, 14 insertions(+), 2 deletions(-)
+
+commit 1026b3d0b65fd101939ce8d2b74aaf074c44c3e6
+Author: jfkthame <jfkthame@gmail.com>
+Date:   Wed May 6 21:32:24 2020 +0100
+
+    [subset] Check vector resize() call for failure (#2389)
+    
+    Other .resize() calls are checked, presumably this one should be as well.
+
+ src/hb-subset-cff2.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 100d40c827eb8336b2b671856f151275d47e71ad
+Author: jfkthame <jfkthame@gmail.com>
+Date:   Wed May 6 01:48:24 2020 +0100
+
+    [aat] Fix implementation of AAT kerning for Geeza Pro. (#2388)
+    
+    * [aat] Fix implementation of AAT kerning for Geeza Pro.
+    
+    Despite what the comment in the code used to say, it appears that Geeza Pro
+    does rely on accumulating kerning values from successive subtables. With
+    this change, the results now match Core Text rendering (and avoid the clear
+    visual breakage reported in #2358).
+    
+    Testcase: U+0644,U+064E,U+0645,U+064E,U+0651,U+0627
+    
+    Fixes #2358.
+    
+    * [aat] Update test expectations, add new testcase.
+
+ src/hb-aat-layout-kerx-table.hh              | 50 +++++++++++++---------------
+ test/shaping/data/in-house/tests/macos.tests | 12 ++++---
+ 2 files changed, 31 insertions(+), 31 deletions(-)
+
+commit 9fc774ab00be92dbfd1cc1c03b4e6cadcd9b7674
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Apr 30 23:14:54 2020 +0430
+
+    minor spacing
+
+ src/hb-blob.cc                |  4 ++--
+ src/hb-ot-color-cbdt-table.hh | 12 ++++++------
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 09b9d63e56eb8dac50db9684cf5a77a84eb31a60
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Thu Apr 30 18:51:46 2020 +0200
+
+    [blob] Try to support resource fork fonts on macOS
+    
+    If the size of opened file is zero, try opening resource fork by
+    appending "/..namedfork/rsrc" to the file name. This is guarded with
+    __APPLE__ ifdef and uses _PATH_RSRCFORKSPEC macro from sys/paths.h.
+    
+    Defining HB_NO_RESOURCE_FORK will disable this fallback.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2383
+
+ src/hb-blob.cc | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 50 insertions(+)
+
+commit fd748fac41366166307fd67a083759465d03bd64
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Sun Mar 15 15:59:31 2020 -0400
+
+    Update to Unicode 13.0.0
+
+ src/Makefile.am                              |    2 +-
+ src/gen-arabic-table.py                      |    4 +-
+ src/gen-emoji-table.py                       |    4 +-
+ src/gen-indic-table.py                       |    2 +-
+ src/gen-tag-table.py                         |    2 +-
+ src/gen-ucd-table.py                         |    2 +-
+ src/gen-use-table.py                         |   20 +-
+ src/gen-vowel-constraints.py                 |    2 +-
+ src/hb-common.cc                             |    4 +
+ src/hb-common.h                              |    8 +
+ src/hb-ot-shape-complex-arabic-table.hh      |   56 +-
+ src/hb-ot-shape-complex-indic-table.cc       |   60 +-
+ src/hb-ot-shape-complex-indic.hh             |    1 +
+ src/hb-ot-shape-complex-use-table.cc         |   91 +-
+ src/hb-ot-shape-complex-vowel-constraints.cc |    4 +-
+ src/hb-ot-shape-complex.hh                   |    4 +
+ src/hb-ucd-table.hh                          | 6248 +++++++++++++-------------
+ src/hb-unicode-emoji-table.hh                |   12 +-
+ test/api/test-unicode.c                      |   12 +
+ 19 files changed, 3336 insertions(+), 3202 deletions(-)
+
+commit 28633b1979d1363c76888a7d8380e6e9e78bd837
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 29 11:15:25 2020 -0700
+
+    [vowel-constraints] Simplify generated code
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2385
+
+ src/gen-vowel-constraints.py                 | 4 ++--
+ src/hb-ot-shape-complex-vowel-constraints.cc | 6 ++----
+ 2 files changed, 4 insertions(+), 6 deletions(-)
+
+commit 665483c9790c2a45bbbd5f2d4fece369126b17f4
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Wed Apr 1 17:28:12 2020 -0400
+
+    Recognize Elymaic as a right-to-left script
+
+ src/hb-common.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit d6ddb232fc9b8c3a04398360a1d3a0b7931033e3
+Author: René Meusel <rene.meusel@nexenio.com>
+Date:   Tue Apr 28 19:30:00 2020 +0200
+
+    FIX: -Wextra-semi-stmt in Clang9
+
+ src/hb-coretext.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 8ba8980222731a51f23ebc12b0145d29caee1a91
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 28 20:14:17 2020 +0430
+
+    [ci] enable experimental apis in coverity scan
+
+ .github/workflows/coverity-scan.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d63ee13a2a3d4e480bd563dcbac74817b675e812
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 28 20:01:11 2020 +0430
+
+    [ci] enable more on coverity
+
+ .github/workflows/coverity-scan.yml | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit ace202e17e7f41aa3347618426b334be3d9f0e17
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 28 19:38:04 2020 +0430
+
+    [ci] remove trigger-coverity.sh
+    
+    hopefully not needed, we are submitting it in a bot
+
+ .ci/trigger-coverity.sh | 11 -----------
+ 1 file changed, 11 deletions(-)
+
+commit a22e6de0e96b68b28cd750e3041fdc864bf3331a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 28 19:25:37 2020 +0430
+
+    [blob] close file reader handle
+    
+    fortunately it isn't in that use as having mmap reader as the default
+
+ src/hb-blob.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 39976ee660ba82c75e4fa757134f7925740b1c4d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 28 18:50:33 2020 +0430
+
+    [ci] install fonttools in linux-ci bot
+
+ .github/workflows/linux-ci.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1801489b49f4c2c6ef82fba89440d4e766de3555
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 28 18:47:39 2020 +0430
+
+    [ci] Add coverity scan bot
+
+ .github/workflows/coverity-scan.yml | 38 +++++++++++++++++++++++++++++++++++++
+ 1 file changed, 38 insertions(+)
+
+commit 156714f797fcb5bc07ff5e22ae8ee8d78a7cf79b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 28 16:32:15 2020 +0430
+
+    [ci] fix linux-ci bot
+    
+    It shows some percentage of coverage regression
+    as the switch from lcov to gcovr and autotools to meson while this travis to github actions switch.
+
+ .github/workflows/linux-ci.yml | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 4b298cc6c4e3ecdde2d27dfa28e8cbb377a5e05d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 28 15:50:03 2020 +0430
+
+    [ci] remove travis's clang bot
+    
+    we are testing it on other bots, let's remove it from travis
+
+ .travis.yml | 24 ++----------------------
+ 1 file changed, 2 insertions(+), 22 deletions(-)
+
+commit 34a4ce98f4ccf7c6aa6cb7d4e4497da4cf2aeb0f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 28 15:34:29 2020 +0430
+
+    [ci] run apt-get with sudo
+
+ .github/workflows/linux-ci.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f27c0065d42f22c3f1484d97cac34f727832ff78
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 28 15:30:25 2020 +0430
+
+    [ci] Add a GitHub CI bot
+    
+    Run coverage also
+
+ .github/workflows/linux-ci.yml | 25 +++++++++++++++++++++++++
+ 1 file changed, 25 insertions(+)
+
+commit 482f4aafd53982d96f08eaebe9af6e7dd4419dc9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 28 15:29:19 2020 +0430
+
+    [ci] Remove coverity and codecov
+    
+    * This coverity runner doesn't work from here but will try again in GitHub Actions bot
+    * Trying to move codecov to GitHub Actions
+
+ .travis.yml | 13 -------------
+ 1 file changed, 13 deletions(-)
+
+commit 6890554256f96d2dee43261ad5012e788695754c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 28 14:56:47 2020 +0430
+
+    [ci/meson] temporarily disable check-symbols
+    
+    will enable again
+
+ src/meson.build | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit e53c44e3260d6136e27635b5bbcb2da43bc4f1b1
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Apr 24 14:06:13 2020 -0700
+
+    [subset] temporarily revert previous cmap commit
+    Required in https://github.com/harfbuzz/harfbuzz/issues/2356
+
+ src/hb-ot-cmap-table.hh                                  |   3 ++-
+ test/api/test-subset-cmap.c                              |   4 +++-
+ test/subset/data/Makefile.sources                        |   2 +-
+ .../expected/japanese/Mplus1p-Regular.default.25771.ttf  | Bin 1824 -> 0 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.25771.ttf        | Bin 1096 -> 0 bytes
+ .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf         | Bin 1860 -> 0 bytes
+ test/subset/data/tests/japanese.tests                    |   1 -
+ test/subset/meson.build                                  |   1 -
+ 8 files changed, 6 insertions(+), 5 deletions(-)
+
+commit 08428a15c392e2fff267aa3bc92b343f566c983a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Apr 24 23:45:17 2020 +0430
+
+    minor, spacing
+
+ src/hb-aat-fdsc-table.hh        |   4 +-
+ src/hb-aat-layout-just-table.hh |   8 +--
+ src/hb-aat-layout-opbd-table.hh |   4 +-
+ src/hb-aat-layout-trak-table.hh |   2 +-
+ src/hb-ot-cff-common.hh         |   3 +-
+ src/hb-ot-cmap-table.hh         |   4 +-
+ src/hb-ot-hdmx-table.hh         |  10 ++--
+ src/hb-ot-hhea-table.hh         |  61 ++++++++++---------
+ src/hb-ot-hmtx-table.hh         |  44 +++++++-------
+ src/hb-ot-kern-table.hh         |  37 +++++++-----
+ src/hb-ot-layout-gsubgpos.hh    |   2 +-
+ src/hb-ot-math-table.hh         | 130 ++++++++++++++++++++++------------------
+ src/hb-ot-maxp-table.hh         |   7 ++-
+ src/hb-ot-meta-table.hh         |   5 +-
+ src/hb-ot-name-table.hh         |   8 +--
+ src/hb-ot-post-table.hh         |   2 +-
+ src/hb-ot-stat-table.hh         |  14 ++---
+ src/hb-ot-var-fvar-table.hh     |   6 +-
+ src/hb-ot-vorg-table.hh         |   7 ++-
+ 19 files changed, 194 insertions(+), 164 deletions(-)
+
+commit 89ad3c6cc520517af15174391a9725e634929107
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 23 10:57:30 2020 -0700
+
+    Rename add_class to collect_class
+
+ src/hb-ot-layout-common.hh     | 10 +++++-----
+ src/hb-ot-layout-gdef-table.hh |  2 +-
+ src/hb-ot-layout-gsubgpos.hh   |  2 +-
+ 3 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 5cf53c06e66d3307d7b30ea32059437887abcab1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 23 10:55:41 2020 -0700
+
+    Rename add_coverage to collect_coverage
+
+ src/hb-ot-layout-common.hh     | 28 ++++++++++++++--------------
+ src/hb-ot-layout-gpos-table.hh | 28 ++++++++++++++--------------
+ src/hb-ot-layout-gsub-table.hh | 20 ++++++++++----------
+ src/hb-ot-layout-gsubgpos.hh   | 30 +++++++++++++++---------------
+ 4 files changed, 53 insertions(+), 53 deletions(-)
+
+commit 689f3f57fa26922af4f2ab451eb834ae6c3119b2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 23 10:51:12 2020 -0700
+
+    [set] Add << overload for range-sink
+
+ src/hb-set.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit a7df5a7bdaef870617b6bdb7350a26ebbec5824a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 23 10:50:02 2020 -0700
+
+    [hashmap] Minor
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cc1ed76f381531c800833cb0f5b41fc524ed20a3
+Merge: 5a0936f53 a11db0b9d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 24 08:15:32 2020 -0700
+
+    Merge pull request #1729 from n8willis/usermanual-integration
+    
+    [Docs] Usermanual: Add OS/platform-integration chapter
+
+commit 5a0936f53ef533787a91063c0884275cc121585f
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Thu Apr 23 19:09:00 2020 -0400
+
+    Increase the size of the serialization buffer
+
+ util/options.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a11db0b9d4d3e7cc22a4a53374d4f8a049ce067e
+Merge: 1ed30515c 19346524c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 23 15:32:43 2020 -0700
+
+    Merge branch 'master' into usermanual-integration
+
+commit 19346524c698586c24b0461648b33373092c60df
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Apr 23 14:22:33 2020 +0430
+
+    minor, add an option to skip private APIs use in main.cc
+
+ src/main.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 2e3dfdcd5fe6ebf38872d8fd817a562bfade8c46
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Apr 23 14:04:24 2020 +0430
+
+    [meson] make 'tests' option enabled by default
+    
+    Not sure what 'auto' can mean here but it makes my local test to not run properly
+
+ meson_options.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6881939f77e2d89ceba4cb6ed08075b93de6e500
+Author: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
+Date:   Thu Apr 23 10:08:45 2020 +0200
+
+    src: meson: Reindent after last changes
+
+ src/meson.build | 162 ++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 81 insertions(+), 81 deletions(-)
+
+commit e18858c68509e1d4576bb14c7a07a5e9818c50ae
+Author: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
+Date:   Thu Apr 23 10:06:20 2020 +0200
+
+    src: Don't build tests when they are disabled
+
+ src/meson.build | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 0c65a232fa00a1eb09ca0e9d1d8d26747b27416e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Apr 23 11:23:54 2020 +0430
+
+    minor, add unlikely around lookup_limit_exceeded checks
+    
+    addresses https://github.com/harfbuzz/harfbuzz/pull/2294#issuecomment-618022488
+
+ src/hb-ot-layout-gsubgpos.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 3e686d24590fc0b30a4bbbf4dc762d6858de8e8f
+Author: Evgeniy Reizner <razrfalcon@gmail.com>
+Date:   Wed Apr 22 13:44:53 2020 +0300
+
+    [kern] Refactoring.
+
+ src/hb-kern.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 186976ebd6cefdfe993b5ae400a559ca33c66688
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 21 22:37:56 2020 -0700
+
+    [autotools] C++11 requirement is mandatory
+    
+    How was this not updated?
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f4cd99f28eefe695b86876736166fd119e22e04e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 22 14:45:57 2020 -0700
+
+    Reordering fails when GDEF table is absent #2140
+    
+    Preserve glyph class if there's no GDEF and no guess.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2140
+
+ src/hb-ot-layout-gsubgpos.hh | 41 ++++++++++++++++++++++-------------------
+ src/hb-ot-layout.hh          |  8 ++++----
+ 2 files changed, 26 insertions(+), 23 deletions(-)
+
+commit 05be05eb65ed2a5d5d88df55f9e36d005408d66c
+Author: Evgeniy Reizner <razrfalcon@gmail.com>
+Date:   Wed Apr 22 13:34:51 2020 +0300
+
+    [kern] Test format 3.
+
+ test/shaping/data/in-house/tests/macos.tests | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit c7afb6d7b83da9f7503a033d289d4bba6af2ae39
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Wed Apr 22 15:18:40 2020 +0200
+
+    [docs] Fix broken link
+
+ src/hb-ot-layout.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit bd8aa1b043a6fb9e1d5dce735715ae9530d9ff20
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 21 22:19:46 2020 -0700
+
+    Minor
+
+ src/hb-null.hh   | 4 ++--
+ src/hb-shaper.hh | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit b22f61d86a27e1dcbcab5ecdbbff579175dc5aaf
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Tue Apr 21 11:49:05 2020 -0400
+
+    Fix bug
+
+ src/hb-ot-color-cbdt-table.hh                            |   7 ++++++-
+ ...-testcase-minimized-hb-subset-fuzzer-5684014636859392 | Bin 0 -> 7148 bytes
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit 1cd14b40e794721d594553614cf4ece11410a934
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 21 14:42:17 2020 +0430
+
+    minor, update ragel generated hb-number-parser.hh
+
+ src/hb-number-parser.hh | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit 6d5e8e5ee49aac1f51a35f67335ee2f633470d76
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 21 14:38:09 2020 +0430
+
+    minor
+    
+    following to c37100e7d
+
+ src/hb-number-parser.rl | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 5b91c52083aee1653c0cf1e778923de00c08fa5d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Apr 20 21:44:01 2020 +0000
+
+    [ci] run experimental APIs tests
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 750bb73e32f967ce40e29751338e6a64042b5674
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 21 01:13:13 2020 +0430
+
+    [meson] Add an experimental-api option
+
+ .circleci/config.yml    |  4 ++--
+ meson.build             |  4 ++++
+ meson_options.txt       |  2 ++
+ src/gen-def.py          |  2 +-
+ src/main.cc             | 12 ++++++------
+ src/meson.build         |  8 +++++++-
+ test/subset/meson.build | 23 ++++++++++++++---------
+ 7 files changed, 36 insertions(+), 19 deletions(-)
+
+commit 262eced2adae740de7dd7bcbb4359e892471536b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 20 12:17:28 2020 -0700
+
+    [subset] FeatureVariations subsetting is wrong
+    
+    Never drop FeatureVariationRecord for now.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2334
+
+ src/hb-ot-layout-common.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 2a549aadd334b43d37444fed37fdbf8ec673ec14
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 21 00:32:34 2020 +0430
+
+    minor
+
+ util/options.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2be859d289a9e04199a29bd4b8d393a502ed4791
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Apr 20 23:48:23 2020 +0430
+
+    minor, replace nullptr checks with implicit ones
+
+ src/hb-blob.cc                  | 12 ++++++------
+ src/hb-cff-interp-common.hh     |  6 +++---
+ src/hb-cff-interp-cs-common.hh  |  4 ++--
+ src/hb-cff2-interp-cs.hh        |  2 +-
+ src/hb-directwrite.cc           |  2 +-
+ src/hb-ot-cff-common.hh         | 18 ++++++++----------
+ src/hb-ot-cff1-table.hh         | 26 +++++++++++++-------------
+ src/hb-ot-cff2-table.hh         |  6 +++---
+ src/hb-ot-layout.cc             |  2 +-
+ src/hb-ot-os2-unicode-ranges.hh |  3 +--
+ src/hb-subset-cff-common.cc     |  6 +++---
+ src/hb-subset-cff-common.hh     | 22 +++++++++++-----------
+ src/hb-subset-cff1.cc           | 28 ++++++++++++++--------------
+ src/hb-subset-cff2.cc           | 17 ++++++++---------
+ src/main.cc                     |  4 ++--
+ src/test-buffer-serialize.cc    |  2 +-
+ util/hb-subset.cc               |  4 ++--
+ util/options.cc                 | 10 ++++++----
+ 18 files changed, 86 insertions(+), 88 deletions(-)
+
+commit 0181f03019ec13031c179727eb2a38c478c05f5c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Apr 20 17:07:09 2020 +0430
+
+    [test] Workaround Windows pipe issue by storing ttx in a file
+
+ test/subset/run-tests.py | 40 +++++++++++++++++++++++++++++-----------
+ 1 file changed, 29 insertions(+), 11 deletions(-)
+
+commit 4cfb6cb9649fa58b606154e52bf7bb05d23f3f5b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Apr 20 16:40:25 2020 +0430
+
+    [ci] Switch msys2 bot to meson
+
+ appveyor.yml | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 2dda6dd744b192616c65ca4aa5fce8e90fd0ff30
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Apr 20 14:12:45 2020 +0430
+
+    minor, tweak spacing
+    
+    turn 8 spaces to tab, add space before Null/Crap
+
+ src/hb-aat-layout-ankr-table.hh            |   2 +-
+ src/hb-aat-layout-common.hh                |   6 +-
+ src/hb-aat-layout-morx-table.hh            |   6 +-
+ src/hb-aat-layout.cc                       |   2 +-
+ src/hb-aat-map.cc                          |  10 +--
+ src/hb-aat-map.hh                          |   4 +-
+ src/hb-blob.cc                             |   2 +-
+ src/hb-buffer.cc                           |   2 +-
+ src/hb-buffer.h                            |   2 +-
+ src/hb-buffer.hh                           |   4 +-
+ src/hb-cff-interp-common.hh                |   6 +-
+ src/hb-cff-interp-cs-common.hh             |   2 +-
+ src/hb-cff2-interp-cs.hh                   |   2 +-
+ src/hb-draw.hh                             |   2 +-
+ src/hb-face.cc                             |   2 +-
+ src/hb-font.cc                             |   2 +-
+ src/hb-font.hh                             |   2 +-
+ src/hb-machinery.hh                        |   2 +-
+ src/hb-map.cc                              |   2 +-
+ src/hb-map.hh                              |   4 +-
+ src/hb-null.hh                             |   8 +-
+ src/hb-open-file.hh                        |   4 +-
+ src/hb-ot-cff-common.hh                    |   4 +-
+ src/hb-ot-cff1-table.hh                    | 107 ++++++++++++------------
+ src/hb-ot-cff2-table.hh                    |  18 ++---
+ src/hb-ot-cmap-table.hh                    |  34 ++++----
+ src/hb-ot-color-cpal-table.hh              |   2 +-
+ src/hb-ot-glyf-table.hh                    |   4 +-
+ src/hb-ot-hmtx-table.hh                    |   2 +-
+ src/hb-ot-layout-common.hh                 | 126 ++++++++++++++---------------
+ src/hb-ot-layout-gdef-table.hh             |  10 +--
+ src/hb-ot-layout-gpos-table.hh             |  26 +++---
+ src/hb-ot-layout-gsubgpos.hh               |  70 ++++++++--------
+ src/hb-ot-layout.cc                        |  18 ++---
+ src/hb-ot-name-table.hh                    |   2 +-
+ src/hb-ot-shape-complex-arabic-fallback.hh |   4 +-
+ src/hb-ot-shape-complex-arabic.cc          |   2 +-
+ src/hb-ot-var-hvar-table.hh                |   4 +-
+ src/hb-set.cc                              |  62 +++++++-------
+ src/hb-set.hh                              |  24 +++---
+ src/hb-shape-plan.cc                       |   2 +-
+ src/hb-subset-cff-common.hh                |   2 +-
+ src/hb-subset-cff1.cc                      |  12 +--
+ src/hb-subset-cff2.cc                      |   6 +-
+ src/hb-subset.hh                           |   2 +-
+ src/hb-unicode.cc                          |   2 +-
+ src/hb-vector.hh                           |   6 +-
+ src/test-iter.cc                           |   2 +-
+ 48 files changed, 316 insertions(+), 315 deletions(-)
+
+commit ac26f19c9ea1ff170cd5226470115f7d08860e02
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Apr 19 22:25:14 2020 +0430
+
+    Refactor test/api/meson.build and always run test-unicode test
+
+ test/api/meson.build | 39 ++++++++++-----------------------------
+ 1 file changed, 10 insertions(+), 29 deletions(-)
+
+commit 0133cb55e2d76c81ccfeef3baf4c46e31297665c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Apr 19 22:42:57 2020 +0430
+
+    Minor, use hb_sorted_array::bsearch where possible
+
+ src/hb-aat-layout.cc            | 2 +-
+ src/hb-ot-cff1-table.cc         | 4 ++--
+ src/hb-ot-os2-unicode-ranges.hh | 7 +++----
+ 3 files changed, 6 insertions(+), 7 deletions(-)
+
+commit 1ed30515cb6308f1cf651cd502012ee5c8bd24ef
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Sun Apr 19 15:38:52 2020 +0100
+
+    [Docs, usernmanual] Fix with-icu=builtin explanation
+
+ docs/usermanual-integration.xml | 14 +++++++++-----
+ 1 file changed, 9 insertions(+), 5 deletions(-)
+
+commit d6edd9a4083f523b6290ba29c1fcbb5a6b7f96bb
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Sun Apr 19 15:26:28 2020 +0100
+
+    [Docs, usermanual] Reword hb_ft_font_create_referenced explanation
+
+ docs/usermanual-integration.xml | 29 +++++++++++++++++++----------
+ 1 file changed, 19 insertions(+), 10 deletions(-)
+
+commit fb3acdbcb645f30671db0776577652d7545d21ed
+Author: Christoph Reiter <reiter.christoph@gmail.com>
+Date:   Sun Apr 19 14:57:04 2020 +0200
+
+    meson: only install gobject/icu headers if the features are enabled
+
+ src/meson.build | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit ad5dcda0b5a7fe3acb09615c0ba020927cca5cee
+Author: Christoph Reiter <reiter.christoph@gmail.com>
+Date:   Sun Apr 19 14:53:05 2020 +0200
+
+    meson: install hb-icu.h header
+
+ src/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2cc85281c2cc4169b972e9c5d951ddfcded6ddde
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Apr 18 16:29:32 2020 -0700
+
+    [serializer] Make snapshot()/revert() revert current object links
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2325
+
+ src/hb-serialize.hh | 38 +++++++++++++++++++++++++-------------
+ 1 file changed, 25 insertions(+), 13 deletions(-)
+
+commit 6f6e78a26ecdd874403b7fe397e335f386ac02e7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Apr 18 16:12:18 2020 -0700
+
+    Fix float-to-double warnings
+    
+    ./hb-ot-glyf-table.hh:978:37: warning: implicit conversion increases floating-point precision: 'float' to 'double' [-Wdouble-promotion]
+
+ src/hb-ot-glyf-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c37100e7d9a1bcce35c9db651f404a1a87c8a1a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Apr 18 16:02:55 2020 -0700
+
+    Clean up math.h and float.h includes
+
+ src/hb-cff-interp-dict-common.hh | 2 --
+ src/hb-number-parser.hh          | 2 --
+ src/hb-ot-glyf-table.hh          | 2 --
+ src/hb.hh                        | 1 +
+ 4 files changed, 1 insertion(+), 6 deletions(-)
+
+commit c6b3f73b098225728d36448e15499473ff9419b8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Apr 19 00:54:24 2020 +0430
+
+    [meson] Make harfbuzz-icu separate module optout-able
+
+ meson.build          |  3 +++
+ meson_options.txt    |  2 ++
+ src/meson.build      | 13 ++++++++++---
+ test/api/meson.build |  2 +-
+ 4 files changed, 16 insertions(+), 4 deletions(-)
+
+commit 8ae06c9489f132844cbede80b5fe8241ce47fc0e
+Author: Christoph Reiter <reiter.christoph@gmail.com>
+Date:   Sat Apr 18 20:22:45 2020 +0200
+
+    meson: build a separate library for harfbuzz-icu
+    
+    This adds a seperate library like with autotools.
+    
+    This also fixes the ico feature option which was just set to required:false
+    when disabled instead of really disabling it.
+    Disabling is still broken with msvc because it then tries to find the library
+    another way, but that's broken for all other deps as well so I left it as is.
+    
+    For tests only test-unicode.c is using icu specific functions so split it out
+    into its own category which depends on harfbuzz-icu.
+    
+    Fixes #2338
+
+ meson.build          |  7 +++++--
+ src/meson.build      | 33 +++++++++++++++++++++++++++------
+ test/api/meson.build | 16 +++++++++++++++-
+ 3 files changed, 47 insertions(+), 9 deletions(-)
+
+commit 2354a90008043b0679e46c09165a9e53e47d39ab
+Author: Christoph Reiter <reiter.christoph@gmail.com>
+Date:   Sat Apr 18 20:28:25 2020 +0200
+
+    tests: fix subset/run-tests.py under Windows
+    
+    It assumed that stdout of a subprocess in binary mode was using
+    utf-8 which isn't the case. Instead open stdout of the subprocess
+    in text mode and let Python handle the decoding.
+
+ test/subset/run-tests.py | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit c1228990b9693226d8d14740414e4e93597f4a0f
+Author: Christoph Reiter <reiter.christoph@gmail.com>
+Date:   Sat Apr 18 15:29:56 2020 +0200
+
+    autotools: Add fix_get_types.py to EXTRA_DIST
+    
+    So it ends up in the release tarball and can be used in the meson build.
+    
+    Fixes #2337
+
+ src/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit dced2fbee97a4f8af9572076306d3b2e6476640e
+Author: Christoph Reiter <reiter.christoph@gmail.com>
+Date:   Sat Apr 18 14:37:03 2020 +0200
+
+    meson: complete introspection build config
+    
+    Pass the same config to gobject-introspection as with cmake/autotools.
+    
+    This makes sure the c-include and package name is included in the gir
+    and also fixes the build because of the missing HB_AAT_H* defines.
+    
+    Fixes #2336
+
+ src/meson.build | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 22f7c61acf8073cb8db8db47e92aef18864a85c6
+Author: ariza <ariza@adobe.com>
+Date:   Fri Apr 17 23:49:51 2020 -0700
+
+    implement SID to glyph ID mapping with predefined Charset
+    Also fixes oss-fuzz 21769
+
+ src/hb-ot-cff1-table.cc                            |  99 +++++++++++++++++++++
+ src/hb-ot-cff1-table.hh                            |  29 +++++-
+ test/api/test-ot-glyphname.c                       |  15 ++++
+ ...case-minimized-hb-shape-fuzzer-5769590820044800 | Bin 0 -> 87807 bytes
+ 4 files changed, 142 insertions(+), 1 deletion(-)
+
+commit f9bc373381ddf8553f943b774596ae5a53bf2641
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Apr 17 22:37:48 2020 +0430
+
+    2.6.5
+
+ NEWS             | 13 +++++++++++++
+ configure.ac     |  2 +-
+ meson.build      |  2 +-
+ src/hb-ft.cc     |  4 ++--
+ src/hb-version.h |  4 ++--
+ 5 files changed, 19 insertions(+), 6 deletions(-)
+
+commit a8455292f4fc44ffee5a4efae04cd94195696908
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Apr 17 22:50:48 2020 +0430
+
+    [layout] minor on doc
+
+ src/hb-ot-layout.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit fefaa8c835cf42f3ee5327a927aac62a10165019
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Apr 17 22:28:09 2020 +0430
+
+    [test] define G_APPROX_VALUE and EPSILON only when used
+    
+    resolves -Weverything bot complain
+
+ test/api/test-var-coords.c | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 29c903223b31c30ad609a23c75a98231674c3a73
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Apr 17 22:11:40 2020 +0430
+
+    Move hb_ot_layout_closure_{features,lookups} behind EXPERIMENTAL flag
+
+ src/gen-def.py                    |  4 +++-
+ src/hb-ot-layout.cc               |  2 ++
+ src/hb-ot-layout.h                |  2 ++
+ src/hb-subset-plan.cc             |  6 ++++++
+ test/api/test-ot-face.c           |  4 ++++
+ test/api/test-subset-gpos.c       |  4 ++++
+ test/subset/data/Makefile.sources | 13 ++++++++-----
+ test/subset/meson.build           | 18 +++++++++---------
+ 8 files changed, 38 insertions(+), 15 deletions(-)
+
+commit 9b7fb5c23fb7b333e0e81b8c82160aac4a21b27e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Apr 17 20:12:24 2020 +0430
+
+    Move hb_font_get_var_coords_design behind HB_EXPERIMENTAL_API
+
+ src/gen-def.py             | 3 ++-
+ src/hb-font.cc             | 4 +++-
+ src/hb-font.h              | 2 ++
+ test/api/test-var-coords.c | 2 ++
+ 4 files changed, 9 insertions(+), 2 deletions(-)
+
+commit 41c671e701e13bdd4a196030b74172fe1c6b7ccf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 17 08:37:25 2020 -0700
+
+    [build] Adjust check-symbols for -flto
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2328
+
+ src/check-symbols.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e7d5fa4a5891a4fb4c4a5d8ba0a05540c4358a33
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Fri Apr 17 15:54:40 2020 +0100
+
+    [Usermanual, utilities] - correct DocBook tags
+    
+    Changes stray <program> DocBook tags on this page to <command>. No instances found in the other docs.
+
+ docs/usermanual-utilities.xml | 28 ++++++++++++++--------------
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+commit 8f6d0f8401ffd011332981fd9ba6d38d18b6cf3b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Apr 17 11:30:27 2020 +0430
+
+    [os2] minor, fix font_page_t enum naming
+    
+    As https://github.com/harfbuzz/harfbuzz/pull/986#pullrequestreview-395052800
+
+ src/hb-ot-os2-table.hh | 17 +++++++++--------
+ 1 file changed, 9 insertions(+), 8 deletions(-)
+
+commit 818f109bdec9659c05f9fd9a1de1db85ece65cbe
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Apr 16 21:25:32 2020 +0430
+
+    Use float in avar calculation instead ints and checking their overflows
+
+ src/hb-algs.hh              | 12 ------------
+ src/hb-ot-var-avar-table.hh |  9 ++-------
+ src/hb.hh                   |  4 ----
+ 3 files changed, 2 insertions(+), 23 deletions(-)
+
+commit 9ffa50fe5dfeb7e999a178e031d7092121e0c146
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Apr 16 21:25:32 2020 +0430
+
+    Add an appropriate fallback to hb_int_mul_overflows
+
+ src/hb-algs.hh              | 15 ++++++++-------
+ src/hb-ot-var-avar-table.hh |  6 +++---
+ src/hb.hh                   |  4 ++++
+ 3 files changed, 15 insertions(+), 10 deletions(-)
+
+commit 32f431406e602e977bde17e335a4ad086064494e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Apr 16 22:07:07 2020 +0430
+
+    [docs] minor
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2321
+
+ docs/usermanual-buffers-language-script-and-direction.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a5e5a79004c5ebdef52ab282c7772ab0d9cf354b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Apr 16 01:38:43 2020 +0430
+
+    [tests] Enable the just added macOS test for older version
+    
+    The test is added in 7035c9cd but the same font is available in older versions of macOS
+    so let's run it in older versions also.
+    
+    It doesn't matter much, more for consistency reasons.
+
+ test/shaping/data/in-house/tests/macos.tests | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 7035c9cdfe38dd6654bd9b71e3bb5cbf49e4014d
+Author: Jonathan Kew <jfkthame@gmail.com>
+Date:   Fri Apr 3 19:00:42 2020 +0100
+
+    Add test for #2290.
+    
+    This tests that we can set two separate Type=Ligature selectors at the same time,
+    common=off + discretionary=on.
+
+ test/shaping/data/in-house/tests/macos.tests | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 573b6bf82692c5fdd54d55a512405f7f75556362
+Author: Jonathan Kew <jfkthame@gmail.com>
+Date:   Mon Mar 30 23:20:30 2020 +0100
+
+    Handle non-exclusive features when mapping OpenType tags to AAT feature type/selector pairs.
+    
+    Fixes #2290.
+
+ src/hb-aat-layout-feat-table.hh |  2 ++
+ src/hb-aat-layout-morx-table.hh |  6 ++++--
+ src/hb-aat-map.cc               | 15 ++++++++++++---
+ src/hb-aat-map.hh               | 13 +++++++++----
+ 4 files changed, 27 insertions(+), 9 deletions(-)
+
+commit b57b9042420538f998cc0941407be8059b6e7562
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Wed Apr 15 18:46:31 2020 +0100
+
+    Add detail to hb_ft_font_create inline comments
+    
+    Providing lengthier explanation for how the destroy function works on the hb_font_t but that destroying the FT_Face (and not destroying it too early) remains the client's responsibility.
+
+ src/hb-ft.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 1bca2be256ce1c2c4d74efac2286db80dbfa5c48
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Wed Apr 15 18:30:47 2020 +0100
+
+    Rewrite hb_ft_font_set_funcs inline explanation
+
+ src/hb-ft.cc | 13 +++++++++++--
+ 1 file changed, 11 insertions(+), 2 deletions(-)
+
+commit 80c01d768734faafe5701414bd63c63cd243a404
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Wed Apr 15 18:08:55 2020 +0100
+
+    Update hb-ft.cc
+
+ src/hb-ft.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 9457b60edc6f3c7b3b4ccf7460d4569c072bc98e
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Mon Apr 13 17:01:15 2020 +0100
+
+    Update usermanual-integration.xml
+
+ docs/usermanual-integration.xml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 05b7bdb4dd57d1bf233379e0f4ae5ec6451113d7
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Mon Apr 13 16:59:41 2020 +0100
+
+    Update usermanual-integration.xml
+
+ docs/usermanual-integration.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f782d736cefa7808ef31712bcc6a51cfa2d02826
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Mon Apr 13 16:57:36 2020 +0100
+
+    Update usermanual-integration.xml
+
+ docs/usermanual-integration.xml | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 17b60efc38fbc32953424fa9a21daf3738ff8935
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Mon Apr 13 16:51:58 2020 +0100
+
+    Update docs/usermanual-integration.xml
+    
+    Co-Authored-By: Khaled Hosny <dr.khaled.hosny@gmail.com>
+
+ docs/usermanual-integration.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9b91669cb4e92281f155e4b1b1cef26ba562e786
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Mon Apr 13 16:40:15 2020 +0100
+
+    Update hb-ft.cc
+
+ src/hb-ft.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3a47921e88ad20873e08e19dff22205ecdf48f98
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Mon Apr 13 15:42:00 2020 +0100
+
+    Update usermanual-integration.xml
+
+ docs/usermanual-integration.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a29578c17a10f409db651ed55f20ca3eb20953ae
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Mon Apr 13 15:30:18 2020 +0100
+
+    Update usermanual-integration.xml
+
+ docs/usermanual-integration.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c241e82f00dad423bf1d15cc8e365224fb7a8575
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Mon Apr 13 15:28:42 2020 +0100
+
+    Update docs/usermanual-integration.xml
+    
+    Co-Authored-By: Khaled Hosny <dr.khaled.hosny@gmail.com>
+
+ docs/usermanual-integration.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fd59cc700ade05fa86b89d10cf07eef7f57c9973
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Mon Apr 13 15:15:00 2020 +0100
+
+    Update src/hb-glib.cc
+    
+    Co-Authored-By: Khaled Hosny <dr.khaled.hosny@gmail.com>
+
+ src/hb-glib.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fb9d106797f4ae458717dd9e9d0b2c9eca4b89c2
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Mon Apr 13 15:14:42 2020 +0100
+
+    Update src/hb-graphite2.cc
+    
+    Co-Authored-By: Khaled Hosny <dr.khaled.hosny@gmail.com>
+
+ src/hb-graphite2.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a199eab20eca8710e58fab845b8c330aada797a3
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Mon Apr 13 15:14:28 2020 +0100
+
+    Update src/hb-graphite2.cc
+    
+    Co-Authored-By: Khaled Hosny <dr.khaled.hosny@gmail.com>
+
+ src/hb-graphite2.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit aff21795b2da558e8f595706e7a46f11b891f8be
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Mon Apr 13 15:14:06 2020 +0100
+
+    Update src/hb-icu.cc
+    
+    Co-Authored-By: Khaled Hosny <dr.khaled.hosny@gmail.com>
+
+ src/hb-icu.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ccc235698394aab2cea69bd2e00a0caa766d577b
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Mon Apr 13 15:13:56 2020 +0100
+
+    Update src/hb-graphite2.h
+    
+    Co-Authored-By: Khaled Hosny <dr.khaled.hosny@gmail.com>
+
+ src/hb-graphite2.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0d5695983e8bf3184ecd4cb92f737b9dfe5d6d25
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Sun Apr 5 18:44:26 2020 -0700
+
+    [subset] fixes dangling object_t issue in FeatureVariationRecord
+    Fixes https://crbug.com/oss-fuzz/21560
+    revert () does not clean up useless object_t. Adjust the order of
+    subsetting substitutions and conditions to avoid dangling object_t.
+
+ src/hb-ot-layout-common.hh                                |   9 +++++----
+ ...z-testcase-minimized-hb-subset-fuzzer-5759725666041856 | Bin 0 -> 114 bytes
+ 2 files changed, 5 insertions(+), 4 deletions(-)
+
+commit 57b7de032f60d0499ae2debb293d0f8456acfdfb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Apr 5 17:07:48 2020 +0430
+
+    [subset] Fail ClassDefFormat1 serialization if no space available
+    
+    Fixes https://crbug.com/oss-fuzz/21580
+
+ src/hb-ot-layout-common.hh                               |   2 +-
+ ...-testcase-minimized-hb-subset-fuzzer-5704307501694976 | Bin 0 -> 1062 bytes
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit c8cc1e378df500122d8082a2038d68179eec63d0
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Apr 2 16:57:01 2020 -0700
+
+    fix issues in ClassDefFormat1 serialize:
+    glyph ids in Iterator may be non-consecutive,
+    so the number in classValue might be larger than length of the Iterator
+
+ src/hb-ot-layout-common.hh                          |  20 +++++++++++++++-----
+ src/hb-ot-layout-gpos-table.hh                      |   2 +-
+ ...f => Roboto-Regular.keep-gdef-gpos.1E00,303.ttf} | Bin 2520 -> 2648 bytes
+ ...03.ttf => Roboto-Regular.keep-gdef-gpos.303.ttf} | Bin 2192 -> 2240 bytes
+ ...=> Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf} | Bin 2288 -> 2336 bytes
+ ...23.ttf => Roboto-Regular.keep-gdef-gpos.323.ttf} | Bin 2084 -> 2132 bytes
+ ...f => Roboto-Regular.keep-gdef-gpos.41,42,43.ttf} | Bin 2536 -> 2736 bytes
+ test/subset/data/profiles/keep-gdef-gpos.txt        |   1 +
+ test/subset/data/tests/layout.gdef.tests            |   2 +-
+ 9 files changed, 18 insertions(+), 7 deletions(-)
+
+commit 4a49b36a9e244e176a8e6d9ae9d6caadabfbcc6c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Apr 3 19:36:48 2020 +0430
+
+    [tests/macos] Adopt added Apple Chancery tests with older macos versions
+
+ test/shaping/data/in-house/tests/macos.tests | 30 ++++++++++++++++++++++------
+ 1 file changed, 24 insertions(+), 6 deletions(-)
+
+commit 75cae46dc2702e4edd32a92fe59300172931ed9f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Apr 3 20:04:16 2020 +0430
+
+    [aat] minor spacing
+
+ src/hb-aat-map.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 37377763842c80bf261d7bc0b3502cd5213244a4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Apr 3 20:03:20 2020 +0430
+
+    [aat] add the bug link, minor
+
+ src/hb-aat-map.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 548a25259e183f95713c0fdf0ad8c9450af73252
+Author: Jonathan Kew <jfkthame@gmail.com>
+Date:   Fri Apr 3 16:18:20 2020 +0100
+
+    Add a test for #2307.
+
+ test/shaping/data/in-house/tests/macos.tests | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 1faf0caae165f680689610b20c467b9308275308
+Author: Jonathan Kew <jfkthame@gmail.com>
+Date:   Fri Apr 3 16:10:34 2020 +0100
+
+    Special-case 'smcp' when checking for exposed AAT features.
+    
+    This may be implemented by selectors under either LETTER_CASE or LOWER_CASE feature types
+    in AAT, so we need to check for the presence of either one.
+    
+    Fixes #2307.
+
+ src/hb-aat-map.cc | 12 +++++++++++-
+ 1 file changed, 11 insertions(+), 1 deletion(-)
+
+commit 120d86fa189ca4f3dbb8502e92f7ac63f66d0037
+Author: Jonathan Kew <jfkthame@gmail.com>
+Date:   Fri Apr 3 15:10:14 2020 +0100
+
+    Add tests for #2305.
+
+ test/shaping/data/in-house/tests/macos.tests | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit b87cf6e8d44aa60e162a68225394386cecb0e690
+Author: Jonathan Kew <jfkthame@gmail.com>
+Date:   Fri Apr 3 15:02:07 2020 +0100
+
+    Fix sense of comparsion in hb_aat_map_builder_t::feature_info_t.
+    
+    This makes bsearch actually work for the features array.
+    
+    Fixes #2305.
+
+ src/hb-aat-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b027cb518dc7e6ac7e41e617364476e3c7839792
+Author: Jonathan Kew <jfkthame@gmail.com>
+Date:   Mon Mar 30 18:47:22 2020 +0100
+
+    Set sequence number when adding feature to aat map builder, to support stable sort.
+    
+    Fixes #2288.
+
+ src/hb-aat-map.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit e0e77270641fb932552b36bbb35813fbc5cfac1e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Apr 3 01:12:16 2020 +0430
+
+    [ci] Update macOS 10.15's version
+
+ .circleci/config.yml | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 89fa70f511a62fedc46e68f692b6f19e119d647e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Apr 3 00:05:40 2020 +0430
+
+    [aat] minor over previous feat related changes
+
+ src/hb-aat-layout-feat-table.hh              |  2 +-
+ src/hb-aat-map.cc                            | 12 +++++-------
+ test/shaping/data/in-house/tests/macos.tests | 14 ++++++++++++--
+ 3 files changed, 18 insertions(+), 10 deletions(-)
+
+commit 58b4d18b53a530b1bbc2fea2c3123754b9be4868
+Author: Jonathan Kew <jfkthame@gmail.com>
+Date:   Thu Apr 2 17:54:09 2020 +0100
+
+    Add a couple testcases for issue 2285.
+    
+    A few simple testcases to confirm that setting liga=0 does not break shaping with
+    the Tibetan AAT font Kokonor, but does still disable common ligatures in Times.
+
+ test/shaping/data/in-house/tests/macos.tests | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit b1c0b9da2ff105d3476fed411e1d7010decb394e
+Author: Jonathan Kew <jfkthame@gmail.com>
+Date:   Thu Apr 2 14:39:13 2020 +0100
+
+    [AAT] Don't map OT tags to AAT feature types that are not exposed.
+    
+    If an AAT feature type is not exposed in the 'feat' table, we assume it is not intended
+    to be user-controllable and so we should not map any OT feature tag requests to it.
+    
+    Fixes #2285.
+
+ src/hb-aat-layout-feat-table.hh | 6 ++++++
+ src/hb-aat-map.cc               | 7 +++++++
+ 2 files changed, 13 insertions(+)
+
+commit e0c3979af1c84f82b8879c710a07f027fe32f564
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Apr 1 16:49:53 2020 -0700
+
+    typo fix
+
+ src/hb-ot-layout-common.hh   | 2 +-
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 65f413630366ded4867522ca9ffa0d7e936380ac
+Author: ariza <ariza@adobe.com>
+Date:   Wed Apr 1 19:49:18 2020 -0700
+
+    minor; fixes #2292
+
+ src/hb-serialize.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 014e038b2c2fd55e0bffbe5c5adc893c07df187a
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Mar 31 16:29:29 2020 -0700
+
+    [subset] Bail out of context lookup expansion once the lookup limit is encountered.
+
+ src/hb-ot-layout-gsubgpos.hh                           |   8 ++++++++
+ ...testcase-minimized-hb-shape-fuzzer-5158673602314240 | Bin 0 -> 881650 bytes
+ 2 files changed, 8 insertions(+)
+
+commit 5d345d0cd169dcc8c0205918a6e064f03e4bc07a
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Mar 31 17:46:19 2020 -0700
+
+    [subset] Limit the number of lookup indices processed subsetting Feature.
+    > Also, remove two unnessecary full iterations of the lookup index iterator during serialization of the index array. Fixes fuzzer found timeout.
+
+ src/hb-ot-layout-common.hh                         |  25 +++++++++++++++------
+ ...ase-minimized-hb-subset-fuzzer-5719588814979072 | Bin 0 -> 1048576 bytes
+ 2 files changed, 18 insertions(+), 7 deletions(-)
+
+commit bdda2ff6092a3ddce2fe236dfe8cf3176330589b
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Mon Mar 30 16:40:29 2020 +0100
+
+    More strictly follow noun/verb/identifier format for GPOS/GSUB lookups
+    
+    Less generic than the previous commit, but more descriptive and more consistent.
+
+ src/hb-ot-layout.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit bef7ef81da8030628ca99c27a3eb52ab642e6a85
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Mon Mar 30 16:39:43 2020 +0100
+
+    Reformat kerx/morx instrumentation to 'verb noun identifier'
+
+ src/hb-aat-layout-kerx-table.hh | 4 ++--
+ src/hb-aat-layout-morx-table.hh | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 42aac64030c54e514c4c031b49f646ece2b878fa
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Mon Mar 30 16:06:30 2020 +0100
+
+    Add table index to lookup messages
+    
+    We could say GSUB/GPOS explicitly, but using the index is more general, in case future tables (such as JSTF, Silf) become supported.
+
+ src/hb-ot-layout.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 2cea796b75702d4fd433da2f4733810cf3dd3cfa
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Mon Mar 30 16:04:17 2020 +0100
+
+    Instrument entering GSUB/GPOS tables
+
+ src/hb-ot-layout.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 1b64b73080994ac577a6d936a0109b3c6f5d21de
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Mon Mar 30 16:49:23 2020 +0200
+
+    Revert "Add messages for GPOS/GSUB phases"
+    
+    This reverts commit b07714d6b53bb20a2796f5efa607dc32aac587f1.
+
+ src/hb-ot-layout.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 2e1bf61dd5afcef71957b349254b80e7cfd14e45
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 26 22:59:26 2020 +0430
+
+    [gsubgpos] Use FeatureVariations::NOT_FOUND_INDEX instead Index::
+    
+    As noted by https://github.com/harfbuzz/harfbuzz/issues/2280#issuecomment-604386389
+    
+    Added on b143e34, fixed on 2571891
+    
+    Closes #2280
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 96d792ae80c448715ef317c9f69eb30dc3d34a10
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 14:05:47 2020 +0430
+
+    [avar] Prevent mul overflow
+    
+    Fixes https://crbug.com/oss-fuzz/21350
+
+ src/hb-algs.hh                                     |  29 ++++++++++++++++-----
+ src/hb-ot-var-avar-table.hh                        |  10 ++++---
+ ...tcase-minimized-hb-draw-fuzzer-5712313459146752 | Bin 0 -> 146696 bytes
+ 3 files changed, 30 insertions(+), 9 deletions(-)
+
+commit 18fc9197e23460f2599670b65548d07a522d5a73
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 26 13:34:28 2020 +0430
+
+    [meson] Run check-symbols.sh and check-static-inits.sh correctly
+    
+    * Search src/ build directory for objects in check-static-inits.sh
+    * Find .def files in src/ build directory in src/check-symbols.sh
+    * Pass builddir also in autotools also, we may just remove libs passing after autotools removal
+    * Move harfbuzz_subset_def target so can be referenced as a check-static-inits.sh dependency
+
+ src/Makefile.am           |  1 +
+ src/check-static-inits.sh | 13 ++++++++--
+ src/check-symbols.sh      |  7 +++---
+ src/meson.build           | 63 +++++++++++++++++++++++++----------------------
+ 4 files changed, 50 insertions(+), 34 deletions(-)
+
+commit 9c2c9553eb85b272c2838f5fc60301aafe361549
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 26 13:24:38 2020 +0430
+
+    [test] Check -subset also doesn't link to lib[std]c++
+
+ src/check-libstdc++.sh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 25718913d4263ed709bd7142a107e128c9f91d4c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 26 14:04:37 2020 +0430
+
+    [gsubgpos] minor build fix
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b143e34ee1bb56d104e33b78abff70302a93d3d0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 26 11:58:45 2020 +0430
+
+    [gsubgpos] Initialize variation index on HB_NO_VAR
+    
+    hb_shape_plan_key_t::equal expects hb_ot_shape_plan_key_t be initialized by
+    hb_ot_layout_table_find_feature_variations calls but it won't get initialized
+    when HB_NO_VAR build config is used.
+    
+    Related to https://github.com/harfbuzz/harfbuzz/issues/2280
+
+ src/hb-ot-layout-gsubgpos.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 071e2e345fb0a78d13462744dca9b1a8b15e78cb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 26 12:01:53 2020 +0430
+
+    minor
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ src/hb-ot-shape.hh           | 6 +++---
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit cc977b6e5c263803abc47f52538b530458f08f16
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 26 11:18:02 2020 +0430
+
+    [gsubgpos] Minor simplification
+    
+    Just changed the order, no functional change
+
+ src/hb-ot-layout-gsubgpos.hh | 23 ++++++++++++-----------
+ 1 file changed, 12 insertions(+), 11 deletions(-)
+
+commit 1a48278511c396799693f23dde98c82b44a5f7d3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 26 11:15:09 2020 +0430
+
+    [gsubgpos] Minor style improve
+
+ src/hb-ot-layout-gsubgpos.hh | 24 ++++++------------------
+ 1 file changed, 6 insertions(+), 18 deletions(-)
+
+commit 4ad686b9c0460bdc88663b882e5039b808bf8cce
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Mar 25 23:32:28 2020 -0700
+
+    [subset] fix fuzzer timeout in layout closure
+    
+    Bail out of chain context lookup expansion once the lookup limit is encountered.
+
+ src/hb-ot-layout-gsubgpos.hh                       |  26 +++++++++++++++++++++
+ ...ase-minimized-hb-subset-fuzzer-5713850117914624 | Bin 0 -> 1048576 bytes
+ 2 files changed, 26 insertions(+)
+
+commit f0ce56bbd031a8b922e9695670c09c8a385c657f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 22:53:38 2020 +0430
+
+    [meson] Don't compile test-bimap on msvc either
+    
+    MSVC doens't like its NullPool,
+    
+    test-bimap.cc.obj : error LNK2019: unresolved external symbol "unsigned __int64 const * const _hb_NullPool" (?_hb_NullPool@@3QB_KB) referenced in function
+
+ src/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 22f311e100bf18728f3d697b724e643a4a5c917e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 22:43:02 2020 +0430
+
+    [meson] Don't compile noinst_programs in msvc for now
+
+ src/meson.build | 40 ++++++++++++++++++++++------------------
+ 1 file changed, 22 insertions(+), 18 deletions(-)
+
+commit 7054b122068f14fda3442c1a3d2c05562ef8453d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 22:35:41 2020 +0430
+
+    [meson] Mark rest of non-install executables explicitly
+
+ src/meson.build          | 12 ++++++------
+ test/api/meson.build     |  2 ++
+ test/fuzzing/meson.build |  1 +
+ 3 files changed, 9 insertions(+), 6 deletions(-)
+
+commit 68df3f7dacfa85d61fa7c059a13a09925b613484
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 20:58:38 2020 +0430
+
+    [meson] test/api, separate subset tests
+
+ test/api/meson.build | 20 ++++++++++++++++----
+ 1 file changed, 16 insertions(+), 4 deletions(-)
+
+commit 600bf21fbc9076e1a7c276b41a7fcd610dae8adc
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 20:08:40 2020 +0430
+
+    [meson] Add draw-fuzzer runner
+
+ test/fuzzing/meson.build | 22 ++++++++++++++--------
+ 1 file changed, 14 insertions(+), 8 deletions(-)
+
+commit 466dbaa2583c9570016208655951b0b2466ac6c7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 19:52:43 2020 +0430
+
+    [meson] Add a note on meson stability status
+
+ meson.build | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 28deb6b718997976a519e66e9aa8c15d8f117217
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 19:41:53 2020 +0430
+
+    [meson] test/fuzzing simplify
+
+ test/fuzzing/meson.build | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+commit 78622231ac6da55bf86e598a7bca9e50471c03ab
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 19:39:42 2020 +0430
+
+    [meson] More comment on tests are causing timeout failure
+
+ test/fuzzing/meson.build | 3 ++-
+ test/subset/meson.build  | 5 +++--
+ 2 files changed, 5 insertions(+), 3 deletions(-)
+
+commit 9bc792f416dddd4aabb99780c632010d97054f5d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 19:37:56 2020 +0430
+
+    [meson] Don't set MALLOC_PERTURB_ as it is already set by meson
+
+ test/api/meson.build | 9 ++-------
+ 1 file changed, 2 insertions(+), 7 deletions(-)
+
+commit e8808c1c203c306f7b7667f9a0f32422c9f7abbb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 19:15:09 2020 +0430
+
+    [meson] Minor, replace tabs with spaces
+
+ .editorconfig            |  1 +
+ meson.build              |  4 ++--
+ src/meson.build          | 32 ++++++++++++++++----------------
+ test/shaping/meson.build | 16 ++++++++--------
+ 4 files changed, 27 insertions(+), 26 deletions(-)
+
+commit 4dfda9feaa431c2ab19d87cb177cc2502f5f0c21
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 19:33:31 2020 +0430
+
+    [meson] Update and simplify test/shaping
+
+ test/shaping/meson.build | 538 +++++++++++++++++++++++------------------------
+ 1 file changed, 268 insertions(+), 270 deletions(-)
+
+commit f22e92bb300775c1d494c841c6fb26b0bbc96668
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 19:32:55 2020 +0430
+
+    [meson] Update test/api from autotools
+
+ test/api/meson.build | 118 ++++++++++++++++++++++++++++++---------------------
+ 1 file changed, 70 insertions(+), 48 deletions(-)
+
+commit e248a4e46c5c94b6de349d0fd0e1765b29acad99
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 18:56:49 2020 +0430
+
+    [make] Minor reordering on test/api/Makefile.am
+
+ test/api/Makefile.am | 30 +++++++++++-------------------
+ 1 file changed, 11 insertions(+), 19 deletions(-)
+
+commit 2db8279162be7ac184ccf99982fad2aeeb0d7540
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 18:55:56 2020 +0430
+
+    [meson] Don't compile test-{algs,iter,meta} on msvc
+
+ src/meson.build | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit 3385afacd3daabc98e69d1880dad558faa932842
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 18:55:01 2020 +0430
+
+    [meson] Don't run check-includes if is amalgam build
+
+ src/meson.build | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 6a8a1dc5bb67e2acd3fb3e8aae4cb558e3b093f7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 16:04:33 2020 +0430
+
+    [meson] Port src/ binary artifacts to meson
+
+ src/meson.build | 416 +++++++++++++++++++++++++++++++++++++++++---------------
+ 1 file changed, 306 insertions(+), 110 deletions(-)
+
+commit d57fc627e9923579aed3d451c8f3b15520805fc1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 24 16:03:04 2020 +0430
+
+    [meson] raise timeout value of subset fuzzer
+
+ test/fuzzing/meson.build | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 4738dff18e7644306c3526b8cc9429fda6d6db0d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Mar 23 23:37:49 2020 +0430
+
+    [make] minor move on Makefile.am
+
+ src/Makefile.am | 40 ++++++++++++++++++++--------------------
+ 1 file changed, 20 insertions(+), 20 deletions(-)
+
+commit b07714d6b53bb20a2796f5efa607dc32aac587f1
+Author: Simon Cozens <simon@simon-cozens.org>
+Date:   Sat Mar 14 17:55:27 2020 +0000
+
+    Add messages for GPOS/GSUB phases
+
+ src/hb-ot-layout.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 748e1cf8980e8c54b61ec86599f94450e98ad47a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Mar 21 23:31:52 2020 +0430
+
+    [subset] Avoid linking to libstdc++ in libharfbuzz-subset.so
+    
+    Just like other targets (except harfbuzz-icu) avoid linking to libstdc++
+
+ src/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 761695264b309693346dd027d38e6bc53056c3ab
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 19 11:43:37 2020 +0330
+
+    [tests] Remove py2 workaround for lack of timeout in subprocess
+
+ test/fuzzing/run-draw-fuzzer-tests.py   | 28 ++++++----------------------
+ test/fuzzing/run-shape-fuzzer-tests.py  | 28 ++++++----------------------
+ test/fuzzing/run-subset-fuzzer-tests.py | 32 ++++++++------------------------
+ 3 files changed, 20 insertions(+), 68 deletions(-)
+
+commit b5526a09ff89780de4584ff422127cb962b138f3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 18 23:58:20 2020 +0330
+
+    [tools] Remove in-house 'which' now that we have py3
+
+ test/fuzzing/run-draw-fuzzer-tests.py   | 22 ++--------------------
+ test/fuzzing/run-shape-fuzzer-tests.py  | 22 ++--------------------
+ test/fuzzing/run-subset-fuzzer-tests.py | 22 ++--------------------
+ test/subset/run-tests.py                | 22 +++-------------------
+ 4 files changed, 9 insertions(+), 79 deletions(-)
+
+commit a0c58be371f67aa03335f40b98aa7073f1968cab
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 18 23:40:59 2020 +0330
+
+    [tools] Remove py2 remains
+
+ src/gen-os2-unicode-ranges.py | 5 -----
+ src/gen-use-table.py          | 7 +------
+ test/shaping/hb_test_tools.py | 4 ----
+ 3 files changed, 1 insertion(+), 15 deletions(-)
+
+commit 2e29a4077b48e11d5c33a0d054dafcd17749ff07
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Mar 14 16:34:36 2020 +0330
+
+    [ci/appveyor] Adopt with Meson
+
+ appveyor.yml | 59 +++++++++++++----------------------------------------------
+ 1 file changed, 13 insertions(+), 46 deletions(-)
+
+commit 03564fd2cfa752c28a3f306994cfc8865d208cfd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Mar 14 20:09:00 2020 +0330
+
+    [test] fix misspell
+
+ test/shaping/run-tests.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1b8a37f75f44bf6cd20250c0dcfc1c0a70879aa5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Mar 14 20:06:41 2020 +0330
+
+    [test] minor fix
+    
+    oops...
+
+ test/shaping/run-tests.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0423da33732cda737354f52b37053809a80571b1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Mar 14 20:05:23 2020 +0330
+
+    [test] minor fix
+    
+    macos tests are using absolute path which aren't relevant in Windows
+
+ test/shaping/run-tests.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 74fdd34f4d1912b506b2e640f52b3606dad4a3aa
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Mar 14 20:03:14 2020 +0330
+
+    [test] make run-tests.py work on Windows
+
+ test/shaping/run-tests.py | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 93b3e30215599fad6ec40351e5eef0a91e2ae031
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Sat Mar 14 11:27:50 2020 +0000
+
+    [meson] fix icu-related linking errors in test with amalgam build
+    
+    test-unicode.c:960: undefined reference to `hb_icu_get_unicode_funcs'
+    test-unicode.c:961: undefined reference to `hb_icu_get_unicode_funcs'
+    
+    For now add the icu sources to libharfbuzz also for the amalgam
+    build, later we need to have a separate harfbuzz-icu module and
+    link against that, and/or generate harfbuzz.cc.
+
+ src/meson.build | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+commit a3892be70108adb0cbafcff9bf4c2ebc0f65acb0
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Sat Mar 14 01:08:15 2020 +0000
+
+    [meson] fix spurious warning when building test/api C sources
+    
+    Fixes compiler warning
+    
+      test-unicode.c:589:1: warning: ‘test_unicode_properties_lenient’ defined but not used
+    
+    which didn't happen with autotools.
+    
+    Reason it does with meson is that the setup for C was slightly wrong.
+    We would only add -DHAVE_CONFIG_H to cpp_args which is only valid when
+    compiling C++ code, but not plain C code, and many of these tests were
+    plain C.
+    
+    Instead pass -DHAVE_CONFIG_H via add_project_arguments() and make sure
+    to set both c_args and cpp_args when building test executables.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2257
+
+ meson.build          | 5 +++--
+ test/api/meson.build | 3 +--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit bb8aaa310887aa6b4a5ec2bfa9ee0330f1619c75
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Sat Mar 14 01:05:38 2020 +0000
+
+    [meson] use add_project_arguments() instead of add_global_arguments()
+    
+    .. and simplify, can pass two languages in one go.
+    
+    add_global_arguments() won't work if harfbuzz is used as a
+    meson subproject.
+
+ meson.build | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 2f556c38c08d6d19bed115cc5ab5e0e369d9b4d0
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Mar 13 12:21:10 2020 -0700
+
+    [subset] Fix crash when serializer runs out of room during gpos subsetting.
+
+ src/hb-ot-layout-gpos-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 430bf696537a4cf19e3ad371c4485f9580b4433b
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Mar 13 11:20:34 2020 -0700
+
+    Add potentially crashing font as a fuzzer seed.
+
+ test/fuzzing/fonts/kanit.ttf | Bin 0 -> 160304 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit c54ab9ba791efe5492dac89c64ac449de308eb6f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Mar 13 14:41:28 2020 +0330
+
+    Provide meson wrap files on release tarball
+
+ Makefile.am | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit f1dd605cd9023b697c319b6640fdc25f78ef7e8c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Mar 13 14:40:07 2020 +0330
+
+    [docs] Update to mention meson
+
+ BUILD.md   | 7 ++-----
+ CONFIG.md  | 2 +-
+ TESTING.md | 5 ++---
+ 3 files changed, 5 insertions(+), 9 deletions(-)
+
+commit 838346c54a332cc7acafea676b4272ab8419c9e8
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Fri Mar 13 18:01:17 2020 +0800
+
+    meson: Support GDI integration
+    
+    ...and supersede the configuration option uniscribe with gdi, as Uniscribe is
+    tightly tied to GDI.  This means that enabling GDI would also mean enabling
+    Uniscribe.
+
+ meson.build       | 9 +++++----
+ meson_options.txt | 4 ++--
+ src/meson.build   | 5 +++++
+ 3 files changed, 12 insertions(+), 6 deletions(-)
+
+commit 9d0e6aef8abe12270df161d7535d6bc741cf4c31
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Fri Mar 13 16:56:55 2020 +0800
+
+    Meson: Look harder for Cairo on Visual Studio
+    
+    Since Cairo's build system for Visual Studio does not generate pkg-config files
+    for us, look for cairo.h and cairo.lib manually if the pkg-config files cannot
+    be found.
+    
+    Also look for cairo-ft more carefully: ensure that we have cairo-ft.h, and one
+    of its symbols can be found in the same cairo.lib that we previously found.
+
+ meson.build | 18 +++++++++++++++---
+ 1 file changed, 15 insertions(+), 3 deletions(-)
+
+commit 5efce600ab3a8e4e7f429f5d683595c33d6cbe45
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Fri Mar 13 16:40:20 2020 +0800
+
+    Meson: Try harder to look for ICU on Visual Studio
+    
+    ICU's Visual Studio build files do not generate pkg-config files for us, unless
+    it is built with Cygwin instead of the project files.  If pkg-config files for
+    ICU cannot be found, look for its headers and .lib manually.
+
+ meson.build | 21 ++++++++++++++++++++-
+ 1 file changed, 20 insertions(+), 1 deletion(-)
+
+commit 7baa8e0dbe816769f1ceeffdc2e72af7797e5df9
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Fri Mar 13 16:21:25 2020 +0800
+
+    meson: Updates to Uniscribe and DirectWrite build support
+    
+    Update the DirectWrite support to look for dwrite_1.h, and give the green light
+    for both the DirectWrite and Uniscribe build options.
+
+ meson.build | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 733414b286b544b54c48e72ba8ae78d5584c157d
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Fri Mar 13 16:15:21 2020 +0800
+
+    meson: Try harder to find FreeType on Visual Studio
+    
+    If we can't find FreeType via pkg-config or CMake, try looking for it manually,
+    before we attempt to build it as a fallback.
+
+ meson.build | 14 ++++++++++++--
+ 1 file changed, 12 insertions(+), 2 deletions(-)
+
+commit 4b4d5c295d584809e0281b27687757e895e7edfc
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Fri Mar 13 16:00:09 2020 +0800
+
+    src/meson.build: Some cleanups for Visual Studio builds
+    
+    We don't actually need the .def files (vs_module_defs) entry when we are
+    building DLLs with Visual Studio as long as we have HB_DLL_EXPORT defined.
+    
+    Plus, to maintain compatibility with the CMake builds, for Visual Studio builds
+    we do not prefix the libraries with 'lib', nor have a '-0' suffix for the DLL
+    file name.
+
+ src/meson.build | 26 +++++++++++++++-----------
+ 1 file changed, 15 insertions(+), 11 deletions(-)
+
+commit da95a8c239bda7020716cc8c7ba34c380f68ffc3
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Fri Mar 13 15:49:08 2020 +0800
+
+    Shaping tests: Skip FreeType tests if support not present
+    
+    HarfBuzz could have been built without FreeType, so we skip the test
+    when hb-shape reports that the font function `ft' is unknown
+
+ test/shaping/run-tests.py | 40 +++++++++++++++++++++++++++-------------
+ 1 file changed, 27 insertions(+), 13 deletions(-)
+
+commit 91ca17e1fd8145e863a5df27092ddd20aa2599f5
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Fri Mar 13 12:19:32 2020 +0800
+
+    src/hb-gobject-enums.cc.tmpl: Replace © with (C)
+    
+    This was, we also avoid Visual Studio compiler warnings C4828 as that sign is
+    not favored when /utf-8 is enabled, which is the norm nowadays as Visual Studio
+    2015 or later is required to build harfbuzz nowadays.
+
+ src/hb-gobject-enums.cc.tmpl | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 62fb6738d5115298ee7c72a4da3d9858b08a7269
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Fri Mar 13 12:18:09 2020 +0800
+
+    Fix gen-def for harefbuzz-gobject
+    
+    The © sign is causing issues for the script, so replace those with (C)
+
+ src/hb-gobject-enums.h.tmpl | 2 +-
+ src/hb-gobject-structs.h    | 2 +-
+ src/hb-gobject.h            | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 8d425ed446e6b6cce30c5da16d9ad7d492f0c368
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Fri Mar 13 12:15:28 2020 +0800
+
+    meson: Fix harfbuzz-gobject builds without introspection
+    
+    Make the `sources:` field reflect the items depending on whether introspection
+    is being built
+
+ src/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3341d5346e530cd67d23f93cbc85e21bba7e8d0e
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Fri Mar 13 12:07:06 2020 +0800
+
+    meson: Don't apply -DHB_DLL_EXPORT to all targets
+    
+    Only have it apply to the libraries when they are not built statically on
+    Visual Studio
+
+ meson.build     |  1 -
+ src/meson.build | 11 ++++++++---
+ 2 files changed, 8 insertions(+), 4 deletions(-)
+
+commit a224f4179fea20b782cc131e4840c258cc3600ad
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Mar 13 08:33:34 2020 +0330
+
+    Turn more of simple dagger chains to foreach
+    
+    Less noise, as was agreed before and applied 385741d also
+
+ src/hb-ot-cff-common.hh |  21 ++++---
+ src/hb-ot-cmap-table.hh | 142 ++++++++++++++++++++++--------------------------
+ src/hb-ot-hdmx-table.hh |   7 +--
+ src/hb-pool.hh          |   4 +-
+ 4 files changed, 79 insertions(+), 95 deletions(-)
+
+commit 755a77d6608c5b6d4e9ee3374a4721c77ff693ac
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jan 29 22:26:04 2020 +0330
+
+    Move outline draw API behind HB_EXPERIMENTAL_API directive
+
+ .circleci/config.yml           |  2 ++
+ docs/harfbuzz-sections.txt     | 21 ---------------------
+ src/gen-def.py                 | 24 +++++++++++++++++++++++-
+ src/hb-draw.cc                 | 24 +++++++++++++-----------
+ src/hb-draw.h                  |  4 +++-
+ src/hb-draw.hh                 |  2 ++
+ src/hb-font.h                  |  2 ++
+ src/hb-ot-cff1-table.cc        |  2 ++
+ src/hb-ot-cff1-table.hh        |  2 ++
+ src/hb-ot-cff2-table.cc        |  2 ++
+ src/hb-ot-cff2-table.hh        |  2 ++
+ src/hb-ot-glyf-table.hh        |  2 ++
+ src/main.cc                    |  4 ++++
+ test/api/test-draw.c           |  7 +++++++
+ test/api/test-ot-face.c        |  2 ++
+ test/fuzzing/hb-draw-fuzzer.cc |  8 ++++++++
+ 16 files changed, 76 insertions(+), 34 deletions(-)
+
+commit dfab7a254655f5ef5d68a2b92f0d5c197517c853
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 12 21:05:01 2020 +0330
+
+    [cmake] Bring it back to release tarball
+
+ .circleci/config.yml | 6 ++++--
+ Makefile.am          | 3 ++-
+ 2 files changed, 6 insertions(+), 3 deletions(-)
+
+commit e860000db5c393139c546a1273ba37983c729b41
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 12 21:04:06 2020 +0330
+
+    [cmake] Suggest Meson port in CMake
+
+ CMakeLists.txt | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit b1c3d0b8b0f3d8f644e7bc2f0e4aae2d383f4d79
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 12 20:59:18 2020 +0330
+
+    [cmake] cleanup
+
+ CMakeLists.txt | 21 ---------------------
+ 1 file changed, 21 deletions(-)
+
+commit cc63eb66ce7e8579c92303f8b9d8a8183ec76513
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 12 14:53:26 2020 +0330
+
+    [editorconfig] Add meson config
+
+ .editorconfig | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 1dd389668847bcbc5e94573c80bb71bb87ee0d9c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 12 13:41:10 2020 +0330
+
+    [meson] Make it work on autotools dist
+
+ .circleci/config.yml | 3 ++-
+ Makefile.am          | 3 +++
+ src/Makefile.am      | 1 +
+ util/Makefile.am     | 2 ++
+ 4 files changed, 8 insertions(+), 1 deletion(-)
+
+commit 47a047bd16c072d883a86a8dfc6ab22de9a4be5b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 12 14:47:40 2020 +0330
+
+    [ci] Remove the not used azure-pipelines.yml
+    
+    We will use GitHub Actions instead, same infrastructure anyway, or even better, CircleCI's Windows support
+
+ azure-pipelines.yml | 21 ---------------------
+ 1 file changed, 21 deletions(-)
+
+commit 834a224a507bc8b971b280483de3f067a709611f
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Mar 12 03:02:36 2020 -0700
+
+    [subset] Put a limit on the number of lookup indices that can be visited during closures
+    
+    Fixes https://crbug.com/oss-fuzz/21025
+
+ src/hb-ot-layout-common.hh                          |   3 +++
+ src/hb-ot-layout-gsubgpos.hh                        |  20 +++++++++++++++++---
+ ...case-minimized-hb-subset-fuzzer-5662792105590784 | Bin 0 -> 1047599 bytes
+ 3 files changed, 20 insertions(+), 3 deletions(-)
+
+commit 31218b41c6bf8e8d43220f7bc87af03a7c70783b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 11 22:27:32 2020 +0330
+
+    [meson] Explicit state C++11 for older compilers
+    
+    Needed as https://circleci.com/gh/harfbuzz/harfbuzz/132417
+
+ meson.build | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 749cf378e81be77eb7d23ba1a4f26e5dbbc67037
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 11 22:25:27 2020 +0330
+
+    [meson] test meson's own unity feature also
+
+ .circleci/config.yml | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit f8c8be05640618cadbbcb5e4717261e6360828d5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 11 20:51:40 2020 +0330
+
+    [meson] Add amalgam build option
+
+ .circleci/config.yml | 7 +++++--
+ meson_options.txt    | 3 +++
+ src/meson.build      | 5 +++++
+ 3 files changed, 13 insertions(+), 2 deletions(-)
+
+commit 365d2d3cc32fc0117d88e4a161a34c952151ba58
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 11 20:16:36 2020 +0330
+
+    [meson] Add needed compiler flags
+
+ meson.build | 13 +++++++++++++
+ 1 file changed, 13 insertions(+)
+
+commit 12df69e59c1e54137c36113a5ceb1e3000e0dc0f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 11 21:52:43 2020 +0330
+
+    Minor, delete not needed cmake testing file
+
+ test/subset/CMakeLists.txt | 10 ----------
+ 1 file changed, 10 deletions(-)
+
+commit 943bfeda53f6a8e0aa9b32c7cb0fcc9d01b7dcff
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 11 20:30:41 2020 +0330
+
+    [meson] Enable more of the subset tests
+
+ test/subset/meson.build | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit c494d7abcd626c274477319859b9bcb873aca388
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 11 19:44:13 2020 +0330
+
+    Remove cmake testing and add meson build bot
+    
+    CMake tests are broken anyway as py3 changes so let's get rid of them
+
+ .circleci/config.yml        | 90 ++++-----------------------------------------
+ CMakeLists.txt              | 52 --------------------------
+ Makefile.am                 |  2 +-
+ test/CMakeLists.txt         |  4 --
+ test/Makefile.am            |  2 +-
+ test/api/CMakeLists.txt     | 36 ------------------
+ test/api/Makefile.am        |  2 +-
+ test/fuzzing/CMakeLists.txt | 27 --------------
+ test/fuzzing/Makefile.am    |  2 +-
+ test/shaping/CMakeLists.txt | 28 --------------
+ test/shaping/Makefile.am    |  2 +-
+ test/subset/Makefile.am     |  2 +-
+ 12 files changed, 13 insertions(+), 236 deletions(-)
+
+commit 1c3f80ba136bffec00343bae87269bbc9c33ecde
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 11 19:29:47 2020 +0330
+
+    [meson] Minor updates
+
+ meson.build              |  4 ++--
+ test/fuzzing/meson.build |  2 ++
+ test/subset/meson.build  | 22 +++++++++++++++++++++-
+ 3 files changed, 25 insertions(+), 3 deletions(-)
+
+commit 68f982415be747b8fd675d3eb55332a8277805e5
+Author: Aaron Boxer <aaron.boxer@collabora.com>
+Date:   Mon Jul 22 12:12:02 2019 -0600
+
+    meson: update to latest master
+
+ meson_options.txt |  2 --
+ src/meson.build   | 21 ++++++++++++---------
+ util/meson.build  |  1 +
+ 3 files changed, 13 insertions(+), 11 deletions(-)
+
+commit 535186fd84d0fba3710cb33a4983efbbc074fcca
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Mon Dec 3 20:51:06 2018 +0100
+
+    meson: provide a harfbuzz-config for use from CMake
+    
+    See #822 and #1437.
+
+ meson.build     | 16 ++++++++++++++++
+ src/meson.build | 14 +++++++++++++-
+ 2 files changed, 29 insertions(+), 1 deletion(-)
+
+commit 6afa7e1c3682b70ea49e3ec0f75a4e0b1deae3cc
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Sun Dec 2 01:28:23 2018 +0000
+
+    meson: update harfbuzz version
+
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f1e5f4a78440b2f43a8a3fb753fe88971eddad8b
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Sun Dec 2 00:33:43 2018 +0000
+
+    meson: tests: shaping: add aots tests
+
+ test/shaping/meson.build | 139 +++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 139 insertions(+)
+
+commit 84725fb005777990890a85ba9e67566c7f2e0a74
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Sun Dec 2 00:32:57 2018 +0000
+
+    meson: tests: shaping: add missing in-house tests
+
+ test/shaping/meson.build | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 8fc66dbf9f95c707f57c7714b0ee1c88338d4bd3
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Sat Dec 1 21:15:33 2018 +0000
+
+    meson: tests: subset: no need to check for 'which' command any more
+    
+    Test runner script now handles that.
+
+ test/subset/meson.build | 33 +++++++++++++--------------------
+ 1 file changed, 13 insertions(+), 20 deletions(-)
+
+commit 0976300be4f4f3c049f48fdc29bcabb385b6e182
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Sat Dec 1 21:10:57 2018 +0000
+
+    meson: pin glib wrap to 2.58.1 release
+
+ subprojects/glib.wrap | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0fcf098206e669ab4ca17e2e04c4aa52e6ef0e90
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Sat Dec 1 18:22:46 2018 +0000
+
+    meson: fix linking on MSVC
+
+ meson.build | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 4a47f1aabc300317a87c581b71e21048416d2c20
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Sat Dec 1 11:05:27 2018 +0000
+
+    meson: suppress some spurious compiler warnings with MSVC
+
+ meson.build | 18 ++++++++++++++++++
+ 1 file changed, 18 insertions(+)
+
+commit 7eaf3754dc39f91295ba769714e01e37ddf23189
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Fri Nov 16 16:26:06 2018 +0000
+
+    meson: update for changes in master
+    
+    And remove header files from sources list, Meson figures
+    out header dependencies by itself (via the compiler).
+
+ src/meson.build | 104 +++++---------------------------------------------------
+ 1 file changed, 9 insertions(+), 95 deletions(-)
+
+commit 04438554c838abcfc860a646df866cb3baed5621
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Thu Nov 15 00:25:41 2018 +0200
+
+    meson: Update build files after rebase
+
+ src/meson.build          | 111 ++++++++++++++++++++++++++++++++++++++++++++---
+ test/api/meson.build     |  16 +++++--
+ test/fuzzing/meson.build |   2 -
+ test/shaping/meson.build |  64 ++++++++++++++++++++++++++-
+ 4 files changed, 181 insertions(+), 12 deletions(-)
+
+commit 618584e9234c13369505b5064949214d0871e2d0
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Wed Nov 14 20:19:36 2018 +0000
+
+    meson: rename incbase to incconfig
+    
+    Makes it clearer what it's for: config.h. See #4.
+
+ meson.build              | 2 +-
+ src/meson.build          | 6 +++---
+ test/api/meson.build     | 2 +-
+ test/fuzzing/meson.build | 2 +-
+ util/meson.build         | 8 ++++----
+ 5 files changed, 10 insertions(+), 10 deletions(-)
+
+commit 14b5c774c205a1f8db72fa68a3e626391e917e09
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Wed Nov 14 21:05:47 2018 +0200
+
+    meson: Fix include directory when used as subproject
+    
+    HarfBuzz headers are under src/ not the root directory, without using
+    incsrc no headers will be found by the dependent project. I think
+    incbase is superfluous, it should be replaced by incsrc or dropped.
+
+ src/meson.build | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 6abe7983edcf820d7b8b35e1a7dddaaf3d0f1346
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Wed Nov 14 13:49:03 2018 +0000
+
+    meson: add g-i introspection
+
+ meson_options.txt |  4 ++--
+ src/meson.build   | 24 ++++++++++++++++++++++++
+ 2 files changed, 26 insertions(+), 2 deletions(-)
+
+commit 6147df337ee5a0b8135453443c696f85624dbfa3
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Wed Nov 14 10:12:40 2018 +0000
+
+    meson: add option to disable tests
+
+ meson.build       | 5 ++++-
+ meson_options.txt | 4 ++--
+ 2 files changed, 6 insertions(+), 3 deletions(-)
+
+commit d230a02048efb860190a6d694ecc2729d4c4fb12
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Mon Nov 12 19:41:39 2018 +0000
+
+    meson: generate .def file for MSVC symbol export on the fly
+    
+    Fix symbol export with MSVC when features are disabled,
+    such as GLib. We need to generate the list of exported
+    symbols on the fly to make sure we only export symbols
+    that are actually available.
+    
+    Needs some minor modifications to the gen-def.py script:
+     - accept header list also via command line args; we can't
+       pass things to a configure_file() command via the environment
+       in Meson.
+     - strip any leading 'src/' from library filename. This might
+       be there because in Meson the script might be called from
+       the top-level directory and not the current source directory.
+    
+    Remove .def files again which had been checked in for earlier
+    versions of the Meson port.
+
+ src/gen-def.py           |   2 +-
+ src/harfbuzz-gobject.def |  33 -----
+ src/harfbuzz-icu.def     |   5 -
+ src/harfbuzz-subset.def  |  12 --
+ src/harfbuzz.def         | 310 -----------------------------------------------
+ src/meson.build          |  56 ++++++---
+ 6 files changed, 38 insertions(+), 380 deletions(-)
+
+commit 4840c8237e484177b676e774ffebbdf40c654133
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Mon Nov 12 16:56:56 2018 +0000
+
+    meson: add option and build system plumbing for CoreText on macOS/iOS
+    
+    Untested though.
+
+ meson.build       | 21 +++++++++++++++++++++
+ meson_options.txt |  2 ++
+ src/meson.build   |  9 +++++----
+ 3 files changed, 28 insertions(+), 4 deletions(-)
+
+commit 83ebbe4ade0c74ec83d62fcfc6ba04de87384ff5
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Mon Nov 12 16:56:56 2018 +0000
+
+    meson: add option and build system plumbing for DirectWrite on Windows
+    
+    Untested though.
+
+ meson.build       | 10 ++++++++++
+ meson_options.txt |  2 ++
+ src/meson.build   |  9 +++++----
+ 3 files changed, 17 insertions(+), 4 deletions(-)
+
+commit b7796a5d6984d40a44fbd828a6d3006c71f1cb3d
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Mon Nov 12 16:56:56 2018 +0000
+
+    meson: add option and build system plumbing for uniscribe on Windows
+    
+    Untested though.
+
+ meson.build       | 14 ++++++++++++++
+ meson_options.txt |  2 ++
+ src/meson.build   |  9 +++++----
+ 3 files changed, 21 insertions(+), 4 deletions(-)
+
+commit c81290b0c11a6bcc960ab5d043502ac3a5998abd
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Mon Nov 12 15:58:09 2018 +0000
+
+    meson: add feature option for internal ucdn lib
+
+ meson_options.txt |  2 ++
+ src/meson.build   | 17 ++++++++---------
+ 2 files changed, 10 insertions(+), 9 deletions(-)
+
+commit 49ba211a9d4518ebba0c44e2d22946e23a2cead8
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Mon Nov 12 15:36:27 2018 +0000
+
+    meson: add options to enable/disable various features
+    
+    And fix build without GLib. Fixes #2.
+
+ meson.build       | 16 ++++++++--------
+ meson_options.txt | 21 +++++++++++++++++++++
+ util/meson.build  |  4 ++++
+ 3 files changed, 33 insertions(+), 8 deletions(-)
+
+commit c5f2e5e5abb9754460e9db37b54cd314b665a8d2
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Mon Nov 12 10:05:04 2018 +0000
+
+    meson: use proxy-libintl from frida
+
+ subprojects/proxy-libintl.wrap | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 54417b127b3cfb4952788f8535ad5bfa788fb2b8
+Author: Tim-Philipp Müller <tim@centricular.com>
+Date:   Mon Nov 12 10:04:15 2018 +0000
+
+    meson: fix glib git url
+    
+    It's on gitlab now.
+    
+    Fixes #1
+
+ subprojects/glib.wrap | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f65def4dc7bad244742be1f6aed2552c23d12b8f
+Author: Nirbheek Chauhan <nirbheek@centricular.com>
+Date:   Fri Oct 12 19:41:49 2018 +0530
+
+    meson: Declare dependencies for use as a subproject
+    
+    Also use fallbacks for dependencies that have meson build files
+
+ meson.build     | 28 ++++++++++++++++++++++------
+ src/meson.build | 17 +++++++++++++++++
+ 2 files changed, 39 insertions(+), 6 deletions(-)
+
+commit 14432b3ded153972b02fe2aed4f5c3d095ef5b4a
+Author: Mathieu Duponchelle <mathieu@centricular.com>
+Date:   Wed Jul 4 17:54:28 2018 +0200
+
+    meson: remove debug message
+
+ meson.build | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 07cadc9c870c9ed49973ecf8828cbbe9e3e9daf2
+Author: Mathieu Duponchelle <mathieu@centricular.com>
+Date:   Mon Jun 18 17:18:05 2018 +0200
+
+    meson: update minimum meson version
+
+ meson.build | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 04bcdb9c73ff47a4b624608b69bde86b88505588
+Author: Mathieu Duponchelle <mathieu@centricular.com>
+Date:   Tue Jun 5 20:59:29 2018 +0200
+
+    meson: misc fixes
+
+ meson.build | 24 +++++++++++++-----------
+ 1 file changed, 13 insertions(+), 11 deletions(-)
+
+commit 29c47d8eb5adf4967fe0b05013d0f53856066288
+Author: Mathieu Duponchelle <mathieu@centricular.com>
+Date:   Tue Jun 5 18:19:29 2018 +0200
+
+    meson: pass subdirs to pkgconfig.generate()
+
+ src/meson.build | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 484313ff3667f279f0a1d98021b2e5719508ad31
+Author: Mathieu Duponchelle <mathieu@centricular.com>
+Date:   Tue Jun 5 02:15:43 2018 +0200
+
+    meson: install
+
+ meson.build      |  1 +
+ src/meson.build  | 32 +++++++++++++++++++++++++++++---
+ util/meson.build | 14 +++++++++-----
+ 3 files changed, 39 insertions(+), 8 deletions(-)
+
+commit d4a723732791a4806d92828d55fd6138d857722d
+Author: Mathieu Duponchelle <mathieu@centricular.com>
+Date:   Thu May 17 16:25:22 2018 -0700
+
+    meson: all tests passing on Windows / MSVC
+
+ src/harfbuzz-gobject.def       |  33 +++++
+ src/harfbuzz-icu.def           |   5 +
+ src/harfbuzz-subset.def        |  12 ++
+ src/harfbuzz.def               | 310 +++++++++++++++++++++++++++++++++++++++++
+ subprojects/.gitignore         |   2 +
+ subprojects/proxy-libintl.wrap |   4 +
+ subprojects/zlib.wrap          |   4 +
+ test/fuzzing/meson.build       |   6 +-
+ test/shaping/meson.build       |   8 +-
+ test/subset/meson.build        |  27 ++--
+ 10 files changed, 393 insertions(+), 18 deletions(-)
+
+commit 99b26789d2ff2874ec8adf760416f2434e3093ad
+Author: Mathieu Duponchelle <mathieu@centricular.com>
+Date:   Thu May 17 14:53:20 2018 -0700
+
+    meson: more windows fixes
+
+ src/meson.build  | 14 +++++++++++---
+ util/meson.build | 59 ++++++++++++++++++++++++++++++--------------------------
+ 2 files changed, 43 insertions(+), 30 deletions(-)
+
+commit 7ee650b173dc39fa998fb16aa10206dc8501a004
+Author: Mathieu Duponchelle <mathieu@centricular.com>
+Date:   Thu May 17 23:52:36 2018 +0200
+
+    meson: refactor fuzzing test
+
+ test/fuzzing/meson.build | 16 +++++++++++-----
+ 1 file changed, 11 insertions(+), 5 deletions(-)
+
+commit fce88f9905f336aa83c934f346c44eb0829abeae
+Author: Mathieu Duponchelle <mathieu@centricular.com>
+Date:   Thu May 17 16:20:10 2018 +0200
+
+    meson: add subproject wraps for dependencies
+
+ meson.build                 | 29 ++++++++++-------------------
+ subprojects/.gitignore      |  6 ++++++
+ subprojects/expat.wrap      | 10 ++++++++++
+ subprojects/fontconfig.wrap |  5 +++++
+ subprojects/freetype2.wrap  |  5 +++++
+ subprojects/glib.wrap       |  5 +++++
+ subprojects/libffi.wrap     |  4 ++++
+ 7 files changed, 45 insertions(+), 19 deletions(-)
+
+commit 920efc0ef72eb4bb5dce02ee9f9adcdd5fdf8f7a
+Author: Mathieu Duponchelle <mathieu@centricular.com>
+Date:   Thu May 17 01:28:53 2018 +0200
+
+    Add Meson build definitions
+    
+    Fixes #490
+    
+    http://mesonbuild.com
+
+ meson-cc-tests/intel-atomic-primitives-test.c |   6 +
+ meson-cc-tests/solaris-atomic-operations.c    |   8 +
+ meson.build                                   | 189 ++++++++++++++++++++
+ src/fix_get_types.py                          |  15 ++
+ src/meson.build                               | 237 ++++++++++++++++++++++++++
+ test/api/meson.build                          |  51 ++++++
+ test/fuzzing/meson.build                      |  32 ++++
+ test/meson.build                              |   4 +
+ test/shaping/meson.build                      | 110 ++++++++++++
+ test/subset/meson.build                       |  20 +++
+ util/meson.build                              |  51 ++++++
+ 11 files changed, 723 insertions(+)
+
+commit 0615c7b64b63400b2a70a1a6dd8a57d0b0fff10c
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Tue Mar 10 21:57:31 2020 +0200
+
+    Remove workaround for old pkg-config
+    
+    Add FreeType dependency to .pc, Ubuntu 14.4 is long dead.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1565
+
+ src/Makefile.am | 7 +------
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+commit 78eabf247e3127413a80ad92f7d576b00a438687
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 10 13:34:42 2020 +0330
+
+    [test] Enable OT funcs on tests that are working
+
+ .../data/in-house/tests/indic-joiners.tests        |  8 +--
+ test/shaping/data/in-house/tests/use.tests         |  2 +-
+ .../data/text-rendering-tests/tests/AVAR-1.tests   | 34 ++++++------
+ .../data/text-rendering-tests/tests/CFF-1.tests    | 26 ++++-----
+ .../data/text-rendering-tests/tests/CFF-2.tests    | 26 ++++-----
+ .../data/text-rendering-tests/tests/CFF2-1.tests   | 18 +++----
+ .../data/text-rendering-tests/tests/CMAP-1.tests   |  8 +--
+ .../data/text-rendering-tests/tests/CMAP-2.tests   |  4 +-
+ .../data/text-rendering-tests/tests/CMAP-3.tests   | 40 +++++++-------
+ .../data/text-rendering-tests/tests/CVAR-1.tests   |  6 +--
+ .../data/text-rendering-tests/tests/CVAR-2.tests   |  6 +--
+ .../data/text-rendering-tests/tests/GLYF-1.tests   |  2 +-
+ .../data/text-rendering-tests/tests/GPOS-1.tests   | 38 ++++++-------
+ .../data/text-rendering-tests/tests/SHARAN-1.tests | 12 ++---
+ .../data/text-rendering-tests/tests/SHBALI-1.tests | 44 +++++++--------
+ .../data/text-rendering-tests/tests/SHBALI-2.tests | 24 ++++-----
+ .../data/text-rendering-tests/tests/SHKNDA-2.tests | 32 +++++------
+ .../data/text-rendering-tests/tests/SHKNDA-3.tests | 62 +++++++++++-----------
+ 18 files changed, 196 insertions(+), 196 deletions(-)
+
+commit 47f5a860362180f6655d49956d7d12e0d296463d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 10 13:57:46 2020 +0330
+
+    minor, use NN on every OffsetTo<UnsizedArrayOf<>>
+
+ src/hb-aat-layout-feat-table.hh | 2 +-
+ src/hb-aat-layout-trak-table.hh | 2 +-
+ src/hb-ot-meta-table.hh         | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 648338c7d495f69a896348faabd2175c1e21981f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 10 13:12:00 2020 +0330
+
+    [gvar] Add fields docs from ot-spec as other tables
+
+ src/hb-ot-var-gvar-table.hh | 151 ++++++++++++++++++++++++++------------------
+ 1 file changed, 88 insertions(+), 63 deletions(-)
+
+commit 1b3b96973bc00294f00adc18104ab12997b75661
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 10 12:46:09 2020 +0330
+
+    [gvar] Don't copy shared tuples into gvar's accelerator
+
+ src/hb-ot-var-gvar-table.hh | 26 +++++++-------------------
+ 1 file changed, 7 insertions(+), 19 deletions(-)
+
+commit 29dd1fe506d254abdf8b4cccd7dfdf48d6f5e7e6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 10 11:41:51 2020 +0330
+
+    [gvar] Don't check again against face num glyph
+    
+    Done once by sanitize_shallow
+
+ src/hb-ot-var-gvar-table.hh | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit d4b11817600e3ac444895336dd78a72dbeaf2a56
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 10 11:29:56 2020 +0330
+
+    [gvar] minor, rename gvar_table to table
+
+ src/hb-ot-var-gvar-table.hh | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit 5c376938644f820c7fd69991c8d2e9c4952145c4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 10 10:51:38 2020 +0330
+
+    [gvar] Remove axisCount comparison with fvar as we runtime check that
+
+ src/hb-ot-var-gvar-table.hh | 10 +++-------
+ 1 file changed, 3 insertions(+), 7 deletions(-)
+
+commit ba22df36adf2d60df442330ac13618fe640f8d4c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 10 10:42:20 2020 +0330
+
+    minor
+    
+    makes search for sanitize calls easier for me
+
+ src/hb-ot-color-svg-table.hh   | 2 +-
+ src/hb-ot-hmtx-table.hh        | 4 ++--
+ src/hb-ot-layout-gdef-table.hh | 4 ++--
+ src/hb-ot-layout-gsubgpos.hh   | 2 +-
+ src/hb-ot-name-table.hh        | 2 +-
+ 5 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 8ca9df7acb6283eb68fcf3d66aacac6faafcc94c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 10 10:40:05 2020 +0330
+
+    [subset] Remove not needed blob sanitize call
+
+ src/hb-subset-cff1.cc | 10 +++-------
+ src/hb-subset-cff2.cc | 11 +++--------
+ 2 files changed, 6 insertions(+), 15 deletions(-)
+
+commit 07acd1a0426a5ba3f4924e3bb79a6715c164782c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Mar 8 23:39:24 2020 +0330
+
+    [subset] Rename src_base args to base to match sanitize methods
+    
+    So it will become easier to follow that serialize methods signatures should
+    match with their sanitize methods counterparts.
+
+ src/hb-open-type.hh            |  18 ++----
+ src/hb-ot-cmap-table.hh        |  37 ++++++-----
+ src/hb-ot-color-cbdt-table.hh  |   4 +-
+ src/hb-ot-layout-common.hh     | 135 +++++++++++++++++------------------------
+ src/hb-ot-layout-gpos-table.hh |  51 +++++++---------
+ src/hb-ot-layout-gsubgpos.hh   |   6 +-
+ src/hb-ot-name-table.hh        |   5 +-
+ 7 files changed, 108 insertions(+), 148 deletions(-)
+
+commit 188a0a47c225a0bf1869b2d4c14db96055c2099c
+Author: ariza <ariza@adobe.com>
+Date:   Sat Mar 7 11:02:36 2020 -0800
+
+    removed default base; replaced w/ bias if required
+
+ src/hb-open-type.hh            | 11 +++----
+ src/hb-ot-cmap-table.hh        | 18 +++++------
+ src/hb-ot-color-cbdt-table.hh  |  7 ++---
+ src/hb-ot-color-sbix-table.hh  | 10 +++---
+ src/hb-ot-layout-common.hh     | 70 +++++++++++++++++-------------------------
+ src/hb-ot-layout-gdef-table.hh | 20 ++++++------
+ src/hb-ot-layout-gpos-table.hh | 55 ++++++++++++++++-----------------
+ src/hb-ot-layout-gsub-table.hh |  8 ++---
+ src/hb-ot-layout-gsubgpos.hh   | 30 ++++++++----------
+ src/hb-ot-name-table.hh        |  2 +-
+ src/hb-serialize.hh            | 22 +++++--------
+ 11 files changed, 112 insertions(+), 141 deletions(-)
+
+commit 4c3af7d406359d2addd51b2fc91d49b3a8d45c29
+Author: blueshade7 <ariza@typekit.com>
+Date:   Thu Mar 5 15:40:44 2020 -0800
+
+    add "add_link()" with bias arg
+    
+    issue #2227
+
+ src/hb-ot-cff-common.hh |  2 +-
+ src/hb-serialize.hh     | 37 +++++++++++++++++++++----------------
+ 2 files changed, 22 insertions(+), 17 deletions(-)
+
+commit bdf372b24c19516c7e608b3eb254fb3720b36b6c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Mar 8 00:47:25 2020 +0330
+
+    [subset/cbdt] Release the referenced cbdt table on error
+    
+    Just accidentally spotted it, when the table has less than 4 bytes
+
+ src/hb-ot-color-cbdt-table.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 0d729b4b7237934abfca0b5738ad4383f3f22476
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Mar 7 11:53:12 2020 +0330
+
+    [avar] Fix out-of-bound read when input is bigger than all the coords
+    
+    'i' shouldn't become equal to array's length which as the increament
+    is happened at end of the loop, if the input is bigger than all the
+    table coords, it will be equal to array's length.
+    
+    Fixes https://crbug.com/oss-fuzz/21092
+
+ src/hb-ot-var-avar-table.hh                              |   2 +-
+ ...zz-testcase-minimized-hb-draw-fuzzer-5681465586352128 | Bin 0 -> 4448 bytes
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 6924e29f62a320c91d987a91d4efa752d13c7660
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 3 13:11:11 2020 +0330
+
+    [var] Fix hb_ot_var_get_axis_infos's offset semantic
+    
+    The API was adding offset to input's infos buffer index also which is
+    unusual between our APIs and wrong.
+
+ src/hb-ot-var-fvar-table.hh | 26 ++++----------------------
+ test/api/test-var-coords.c  | 25 +++++++++++++++++++++++++
+ 2 files changed, 29 insertions(+), 22 deletions(-)
+
+commit b7617f6b3cfa0abf10292ea79bcd53ef61a08e90
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 5 12:07:33 2020 +0330
+
+    [glyf] Update to latests of ttf-parser
+
+ src/hb-ot-glyf-table.hh | 45 +++++++++++++++++++++------------------------
+ 1 file changed, 21 insertions(+), 24 deletions(-)
+
+commit 0b290538646b08d391321fcbb9a1cb5f648d83ff
+Author: ariza <ariza@adobe.com>
+Date:   Wed Mar 4 22:31:21 2020 -0800
+
+    removed unused code
+
+ src/hb-ot-cff1-table.hh     | 24 ++++++++++++------------
+ src/hb-ot-cff2-table.hh     | 10 +++++-----
+ src/hb-subset-cff-common.hh |  6 +++---
+ src/hb-subset-cff1.cc       | 16 ++++++++--------
+ 4 files changed, 28 insertions(+), 28 deletions(-)
+
+commit e8f010d7938b9f8c6065ca455c6b24968fcfd898
+Author: ariza <ariza@adobe.com>
+Date:   Wed Mar 4 16:54:27 2020 -0800
+
+    removed unused code & data; rename
+
+ src/hb-cff-interp-dict-common.hh | 13 --------
+ src/hb-ot-cff-common.hh          | 62 +-------------------------------------
+ src/hb-ot-cff1-table.hh          | 65 ++++++++--------------------------------
+ src/hb-ot-cff2-table.hh          | 44 ++++-----------------------
+ src/hb-subset-cff-common.hh      | 52 +++-----------------------------
+ src/hb-subset-cff1.cc            | 18 +++++------
+ 6 files changed, 31 insertions(+), 223 deletions(-)
+
+commit 14a7b6f1ab1926680369bf43efc9ee8d5f89402d
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Feb 26 15:09:04 2020 -0800
+
+    Set hb_buffer_t to use array_t.reverse().
+
+ src/Makefile.am   |  6 ++++-
+ src/hb-array.hh   | 25 ++++++++++--------
+ src/hb-buffer.cc  | 18 ++-----------
+ src/test-array.cc | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 97 insertions(+), 28 deletions(-)
+
+commit 5935a1dc0b45d1256c81b214222125b47e3db345
+Author: ariza <ariza@adobe.com>
+Date:   Tue Mar 3 12:12:51 2020 -0800
+
+    add pop_discard() calls to errror returns
+
+ src/hb-subset-cff1.cc | 135 ++++++++++++++++++++++++++++++++++----------------
+ src/hb-subset-cff2.cc |  54 +++++++++++++-------
+ 2 files changed, 130 insertions(+), 59 deletions(-)
+
+commit c05458ec7f11753be95d1c3cdd7c377d07d7b981
+Author: ariza <ariza@adobe.com>
+Date:   Mon Mar 2 16:51:19 2020 -0800
+
+    update cff & cff2 subsetters
+
+ src/hb-ot-cff-common.hh                            | 201 ++++----
+ src/hb-ot-cff1-table.hh                            |  58 ++-
+ src/hb-ot-cff2-table.hh                            |   9 +-
+ src/hb-subset-cff-common.hh                        |  63 +--
+ src/hb-subset-cff1.cc                              | 526 ++++++---------------
+ src/hb-subset-cff2.cc                              | 320 ++++---------
+ test/api/fonts/AdobeVFPrototype.ac.nohints.otf     | Bin 6220 -> 4212 bytes
+ .../fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf  | Bin 6100 -> 4092 bytes
+ test/api/fonts/cff1_expert.2D,F6E9,FB00.otf        | Bin 3096 -> 1412 bytes
+ 9 files changed, 430 insertions(+), 747 deletions(-)
+
+commit 446d1e3bbce4627f2edf24bb991fe606465f2d7e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 4 23:32:50 2020 +0330
+
+    [fuzz] Add more of fixed cases
+
+ ...fuzz-testcase-hb-subset-fuzzer-5686749313892352 | Bin 0 -> 2808 bytes
+ ...case-minimized-harfbuzz_fuzzer-5017946948370432 | Bin 0 -> 1321 bytes
+ ...case-minimized-harfbuzz_fuzzer-5170405903695872 | Bin 0 -> 1271 bytes
+ ...case-minimized-harfbuzz_fuzzer-6223034666713088 | Bin 0 -> 1260 bytes
+ ...case-minimized-hb-shape-fuzzer-5154718402215936 | Bin 0 -> 226 bytes
+ ...case-minimized-hb-shape-fuzzer-5196560812474368 | Bin 0 -> 1816 bytes
+ ...case-minimized-hb-shape-fuzzer-5632586529898496 | Bin 0 -> 695 bytes
+ ...case-minimized-hb-shape-fuzzer-5642666339991552 | Bin 0 -> 32 bytes
+ ...case-minimized-hb-shape-fuzzer-5642899625082880 | Bin 0 -> 759578 bytes
+ ...case-minimized-hb-shape-fuzzer-5648999235715072 | Bin 0 -> 297 bytes
+ ...case-minimized-hb-shape-fuzzer-5652700541222912 | Bin 0 -> 232 bytes
+ ...case-minimized-hb-shape-fuzzer-5711096049041408 | Bin 0 -> 93 bytes
+ ...case-minimized-hb-shape-fuzzer-5711472756260864 | Bin 0 -> 154432 bytes
+ ...case-minimized-hb-shape-fuzzer-5742079188140032 | Bin 0 -> 16731 bytes
+ ...case-minimized-hb-shape-fuzzer-5749627240841216 | Bin 0 -> 99 bytes
+ ...case-minimized-hb-shape-fuzzer-6306977171374080 | Bin 0 -> 713443 bytes
+ ...ase-minimized-hb-subset-fuzzer-5160311461511168 | Bin 0 -> 68 bytes
+ ...ase-minimized-hb-subset-fuzzer-5640452927127552 | Bin 0 -> 32376 bytes
+ ...ase-minimized-hb-subset-fuzzer-5640889218629632 | Bin 0 -> 1490 bytes
+ ...ase-minimized-hb-subset-fuzzer-5641053680173056 | Bin 0 -> 2863 bytes
+ ...ase-minimized-hb-subset-fuzzer-5674228796358656 | Bin 0 -> 913 bytes
+ ...ase-minimized-hb-subset-fuzzer-5675720390475776 | Bin 299037 -> 131084 bytes
+ ...ase-minimized-hb-subset-fuzzer-5678476148867072 | Bin 0 -> 113915 bytes
+ ...ase-minimized-hb-subset-fuzzer-5685097303375872 | Bin 0 -> 134 bytes
+ ...ase-minimized-hb-subset-fuzzer-5695865298092032 | Bin 0 -> 139054 bytes
+ ...ase-minimized-hb-subset-fuzzer-5697351339999232 | Bin 0 -> 391689 bytes
+ ...ase-minimized-hb-subset-fuzzer-5708063625969664 | Bin 0 -> 155466 bytes
+ ...ase-minimized-hb-subset-fuzzer-5711849555755008 | Bin 0 -> 1896 bytes
+ ...ase-minimized-hb-subset-fuzzer-5733203291144192 | Bin 0 -> 34 bytes
+ ...ase-minimized-hb-subset-fuzzer-5735719311507456 | Bin 0 -> 879 bytes
+ ...ase-minimized-hb-subset-fuzzer-5745268385906688 | Bin 0 -> 291536 bytes
+ ...ase-minimized-hb-subset-fuzzer-5756658848890880 | Bin 0 -> 2734 bytes
+ ...ase-minimized-hb-subset-fuzzer-5758358618898432 | Bin 0 -> 20112 bytes
+ ...ase-minimized-hb-subset-fuzzer-5764020596899840 | Bin 0 -> 1766 bytes
+ test/fuzzing/fonts/fuzz-0-harfbuzz_hb-fuzzer       | Bin 0 -> 3266 bytes
+ 35 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 9004848560141d98dff61eda2dea01412ddc24ea
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 4 12:12:35 2020 +0330
+
+    [gvar] Make sure font's num_coords matches with gvar.axisCount
+
+ src/hb-ot-glyf-table.hh     |  2 +-
+ src/hb-ot-var-gvar-table.hh | 11 ++++++-----
+ 2 files changed, 7 insertions(+), 6 deletions(-)
+
+commit 1af3363f9e4b52d68e6dd5600cef4479614292d5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 4 11:32:01 2020 +0330
+
+    [gvar] Use hb_array_t instead indexing raw pointers
+
+ src/hb-ot-var-gvar-table.hh | 39 ++++++++++++++++++---------------------
+ 1 file changed, 18 insertions(+), 21 deletions(-)
+
+commit 99b5b3f1b125010aea0cbb9183950fa18fe089b5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 4 11:15:46 2020 +0330
+
+    [gvar] Make sure TupleVarHeader has the needed size
+    
+    Fixes https://crbug.com/oss-fuzz/21026
+
+ src/hb-ot-var-gvar-table.hh                              |   2 +-
+ ...zz-testcase-minimized-hb-draw-fuzzer-5703524300357632 | Bin 0 -> 1515 bytes
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit b398748d8bd61dbf61a3f8ec7e6aaf715bf57f65
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 4 11:18:19 2020 +0330
+
+    [algs] Add hb_clamp
+    
+    Similar to stl and glsl's clamp
+
+ src/hb-algs.hh              | 7 +++++++
+ src/hb-ot-var-fvar-table.hh | 2 +-
+ src/hb-sanitize.hh          | 6 +++---
+ 3 files changed, 11 insertions(+), 4 deletions(-)
+
+commit 558f922788ccceaa80c31bf0e379be4c96598d13
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 3 20:27:19 2020 +0330
+
+    [fuzz] Avoid empty memcpy and ubsan complain by length checking before memcpy
+
+ test/fuzzing/hb-shape-fuzzer.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 6543d166fded5aefb223bcaf614985654a2dafc0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 3 20:26:46 2020 +0330
+
+    [fuzz] Remove the not yet fixed timeout, going to investigate
+
+ ...zz-testcase-minimized-harfbuzz_fuzzer-5754958982021120 | Bin 319 -> 0 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 2bbf1c8673a549be22b316a8055c080787129f55
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 3 19:42:38 2020 +0330
+
+    [fuzz] Add more of supposed to already be fixed cases from Chromium bug tracker
+
+ ...usterfuzz-testcase-harfbuzz_fuzzer-4822416500195328 | Bin 0 -> 16800 bytes
+ ...usterfuzz-testcase-harfbuzz_fuzzer-5598263003840512 | Bin 0 -> 16800 bytes
+ ...usterfuzz-testcase-harfbuzz_fuzzer-6327734241591296 | Bin 0 -> 30 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-4601449528688640 | Bin 0 -> 99 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-4684060812378112 | Bin 0 -> 604 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-4710179695493120 | Bin 0 -> 982 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-4850271066914816 | Bin 0 -> 386 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-4977194146988032 | Bin 0 -> 520 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-5012913062150144 | Bin 0 -> 283 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-5103148350963712 | Bin 0 -> 112 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-5151890782027776 | Bin 0 -> 318 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-5157039562162176 | Bin 0 -> 363 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-5163560220753920 | Bin 0 -> 520 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-5180622648770560 | Bin 0 -> 110 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-5221177988743168 | Bin 0 -> 936 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-5334300410773504 | Bin 0 -> 99 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-5644474732249088 | Bin 0 -> 568 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-5677289226108928 | Bin 0 -> 47 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-5719356528656384 | Bin 0 -> 330 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-5754958982021120 | Bin 0 -> 319 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-5952939792531456 |   0
+ ...testcase-minimized-harfbuzz_fuzzer-6107935408390144 | Bin 0 -> 16800 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-6120104833843200 | Bin 0 -> 81 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-6128803416637440 | Bin 0 -> 4041 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-6142466903506944 | Bin 0 -> 926 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-6198448785981440 | Bin 0 -> 2357 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-6462232674959360 | Bin 0 -> 2738 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-6600932143136768 | Bin 0 -> 988 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-6603291950841856 | Bin 0 -> 1384 bytes
+ ...testcase-minimized-harfbuzz_fuzzer-6712347260092416 | Bin 0 -> 196336 bytes
+ ...case-minimized-harfbuzz_fuzzer.exe-5470269447340032 | Bin 0 -> 341 bytes
+ ...z-testcase-minimized-hb-set-fuzzer-6255224052514816 |   1 +
+ test/fuzzing/fonts/fuzz-0-harfbuzz_fuzzer              | Bin 0 -> 982 bytes
+ test/fuzzing/fonts/fuzz-1-harfbuzz_fuzzer              | Bin 0 -> 10424 bytes
+ test/fuzzing/fonts/fuzz-1-harfbuzz_fuzzer(1)           | Bin 0 -> 16144 bytes
+ test/fuzzing/fonts/fuzz-2-harfbuzz_fuzzer              | Bin 0 -> 1010 bytes
+ test/fuzzing/fonts/fuzz-2-harfbuzz_fuzzer(1)           | Bin 0 -> 1010 bytes
+ test/fuzzing/fonts/fuzz-3-harfbuzz_fuzzer              | Bin 0 -> 6791 bytes
+ test/fuzzing/fonts/fuzz-3-harfbuzz_fuzzer(1)           | Bin 0 -> 2625 bytes
+ test/fuzzing/fonts/fuzz-3-harfbuzz_fuzzer(2)           | Bin 0 -> 2813 bytes
+ test/fuzzing/fonts/fuzz-3-harfbuzz_fuzzer(3)           | Bin 0 -> 2813 bytes
+ test/fuzzing/fonts/fuzz-3-harfbuzz_fuzzer(4)           | Bin 0 -> 646 bytes
+ test/fuzzing/fonts/fuzz-3-harfbuzz_fuzzer(5)           | Bin 0 -> 6791 bytes
+ 43 files changed, 1 insertion(+)
+
+commit f745777c60455e31d4f30ca0b06f06b8d062b013
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 3 19:14:41 2020 +0330
+
+    minor, debug bit, ops
+
+ src/hb-ot-layout-gsubgpos.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit f253f06cf368d74f1ec5d84c6439ae2a571e99f1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Mar 3 18:57:13 2020 +0330
+
+    [fuzz] Add another fixed case
+    
+    https://crbug.com/oss-fuzz/14626
+    
+    another numerous subtables count which is fixed by d38360397
+
+ src/hb-ot-layout-gsubgpos.hh                           |   1 +
+ ...testcase-minimized-hb-shape-fuzzer-5712050577211392 | Bin 0 -> 647751 bytes
+ 2 files changed, 1 insertion(+)
+
+commit d38360397609d2f3d2dd115bcb0f58d10a1bb4a3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Mar 2 22:41:08 2020 +0330
+
+    Limit OT::Lookup subtables (#2219)
+    
+    Fixes https://crbug.com/oss-fuzz/13943
+
+ src/hb-ot-layout-common.hh                             |   7 +++++--
+ src/hb-sanitize.hh                                     |  13 +++++++++++--
+ ...testcase-minimized-hb-shape-fuzzer-5666162551029760 | Bin 0 -> 202319 bytes
+ 3 files changed, 16 insertions(+), 4 deletions(-)
+
+commit 29efd964f20625e12e697d74ae226b0d3b158aa5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Mar 2 14:22:29 2020 +0330
+
+    [fuzz] Add cases that marked as wontfix
+    
+    Let's see if they were really false alarms, if so, let's just have them.
+
+ ...usterfuzz-testcase-hb-shape-fuzzer-5072750494875648 | Bin 0 -> 35 bytes
+ ...usterfuzz-testcase-hb-shape-fuzzer-5638729035677696 | Bin 0 -> 946 bytes
+ ...usterfuzz-testcase-hb-shape-fuzzer-5643643755429888 | Bin 0 -> 1776 bytes
+ ...usterfuzz-testcase-hb-shape-fuzzer-5644258942386176 | Bin 0 -> 61 bytes
+ ...usterfuzz-testcase-hb-shape-fuzzer-5657878543728640 | Bin 0 -> 1828 bytes
+ ...usterfuzz-testcase-hb-shape-fuzzer-5680362806575104 | Bin 0 -> 564 bytes
+ ...usterfuzz-testcase-hb-shape-fuzzer-5689920685867008 | Bin 0 -> 42 bytes
+ ...sterfuzz-testcase-hb-subset-fuzzer-5756332481708032 | Bin 0 -> 6065 bytes
+ ...estcase-minimized-hb-subset-fuzzer-5121706490593280 | Bin 0 -> 161328 bytes
+ ...estcase-minimized-hb-subset-fuzzer-5759783999635456 | Bin 0 -> 165952 bytes
+ 10 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 60262e4ca9dc8acd740e47b14d6e7b586c16ceac
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Feb 29 22:57:59 2020 +0330
+
+    [var] Build end-points array on gvar itself
+
+ src/hb-ot-glyf-table.hh     | 13 +++----------
+ src/hb-ot-var-gvar-table.hh |  8 ++++++--
+ 2 files changed, 9 insertions(+), 12 deletions(-)
+
+commit cb65150fecee43b47cb706ed51be4f428b8f33df
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Feb 29 16:12:54 2020 +0330
+
+    [draw] minor
+
+ test/fuzzing/hb-draw-fuzzer.cc | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit 44169f3396af0c60ebc74fd4c624988d871dcf0f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Feb 29 16:04:03 2020 +0330
+
+    [draw] Fix invalid rendering of some glyph on Estedad-VF
+    
+    Basically reverts 11f3fca so I can do the same tested and better later
+    
+    Fixes #2215
+
+ src/hb-ot-glyf-table.hh       |  15 ++++++++---
+ src/hb-ot-var-gvar-table.hh   |  26 ++++++------------
+ test/api/fonts/Estedad-VF.ttf | Bin 0 -> 94364 bytes
+ test/api/fonts/README         |   2 ++
+ test/api/test-draw.c          |  61 ++++++++++++++++++++++++++++++++++++++++++
+ 5 files changed, 83 insertions(+), 21 deletions(-)
+
+commit 86c40b3a1d8c7d970ce1b450f4dfadef8d9d0126
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Feb 29 14:11:46 2020 +0330
+
+    [fuzz/draw] Call _get_glyph_extents
+    
+    Other render related APIs also may be added also later such
+    as ot-color and future rendering things.
+
+ test/fuzzing/hb-draw-fuzzer.cc | 13 +++++++++++--
+ 1 file changed, 11 insertions(+), 2 deletions(-)
+
+commit 5ab50eebd7846b79528058a1e4e83bb181416c30
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Feb 29 01:32:29 2020 -0800
+
+    collect_unicodes() with clamp, calling add_range()
+    
+    Use add_range instead an inner loop, clamp its input number by
+    number of glyphs a face has.
+    
+    Even the face cmap12 and 13 have 32-bit hb_codepoint_t, which is here
+    used to make timeout, face's maxp has 16-bit gid limitation at least for now,
+    using that makes sure we both fix and the timeout and don't need to change
+    much things here also in order to support 32-bit gids also someday.
+    
+    Fixes #2204
+
+ src/hb-face.cc                                     |   2 +-
+ src/hb-ot-cmap-table.hh                            |  30 ++++++++++++---------
+ .../fonts/1746cad6bc3fb2b355db50a5af37c9b58d9ad376 | Bin 0 -> 23293 bytes
+ 3 files changed, 19 insertions(+), 13 deletions(-)
+
+commit 414529e45a4cb3ee444c2dd5a2a9cbd6be0598af
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Feb 28 15:15:55 2020 -0800
+
+    [subset] Limit the number of feature indices processed during script subsetting.
+
+ src/hb-ot-layout-common.hh   | 20 ++++++++++++++++++--
+ src/hb-ot-layout-gsubgpos.hh |  2 +-
+ 2 files changed, 19 insertions(+), 3 deletions(-)
+
+commit 75622b0d246eefe5d912a6918d14c7250ebaea78
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Feb 28 14:11:48 2020 -0800
+
+    [subset] Limit the number of features processed in the feature closure.
+
+ src/hb-ot-layout-gsubgpos.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 410b4881d088e924781385d1958878f2923645d0
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Feb 28 10:38:27 2020 -0800
+
+    [subset] Add fuzzer timeout testcase.
+
+ ...estcase-minimized-hb-subset-fuzzer-6276691949518848 | Bin 0 -> 184722 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit c66ee213b70eb204b750675d60f25549d942d3d7
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Feb 27 12:25:01 2020 -0800
+
+    Limit the number of feature indices processed during feature collection.
+
+ src/hb-ot-layout-common.hh |  5 +++++
+ src/hb-ot-layout.cc        | 14 +++++++++++---
+ 2 files changed, 16 insertions(+), 3 deletions(-)
+
+commit e57ced5fc06bd14a579a983db73e94416f6fedf4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Feb 28 23:29:05 2020 +0330
+
+    [gvar] Add other possibly fixed fuzzer case
+    
+    Speculatively should've been fixed by 61208401
+    
+    https://crbug.com/oss-fuzz/20924 related
+
+ ...zz-testcase-minimized-hb-draw-fuzzer-5750654771658752 | Bin 0 -> 4004 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 758fda728ba5c9d4542ea2385482f7d090ffda0d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Feb 28 23:19:06 2020 +0330
+
+    [glyf] Don't accept gids higher than maxp's glyphs number
+    
+    This specially becomes concerning on sub-components where a gvar table
+    that is sanitized using maxp's glyphs number overflows when a high gid
+    accepted here goes to it, maybe an additional check can be put there
+    also, this however feels to be enough.
+    
+    Fixes https://crbug.com/oss-fuzz/20944
+
+ src/hb-ot-glyf-table.hh                                  |   1 +
+ ...zz-testcase-minimized-hb-draw-fuzzer-5668491560747008 | Bin 0 -> 8771 bytes
+ 2 files changed, 1 insertion(+)
+
+commit e642aab1166cf7782fb55f1721eba057c2bfd609
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Feb 28 22:24:25 2020 +0330
+
+    [subset] Add source_blob as a hb_subset_context_t field (#2203)
+    
+    So no more double sanitizing source table.
+
+ src/hb-ot-color-sbix-table.hh | 23 ++++++++---------------
+ src/hb-ot-var-gvar-table.hh   | 27 ++++++---------------------
+ src/hb-subset.cc              |  2 +-
+ src/hb-subset.hh              |  5 ++++-
+ 4 files changed, 19 insertions(+), 38 deletions(-)
+
+commit e90213868b121af72d19b6022a671ebe72ff55aa
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Feb 28 21:24:27 2020 +0330
+
+    Revert "collect_unicodes() to check gid < num_glyphs with cmap 12"
+    
+    Didn't fix the case actually, making bots to fail.
+    
+    This reverts commit 15b43a410400c74a32d40f4b89dbea02fa7cd6e1.
+
+ src/hb-face.cc                                     |   2 +-
+ src/hb-ot-cmap-table.hh                            |  30 +++++++++------------
+ .../fonts/1746cad6bc3fb2b355db50a5af37c9b58d9ad376 | Bin 23293 -> 0 bytes
+ 3 files changed, 13 insertions(+), 19 deletions(-)
+
+commit 61208401f41f5d41f32d436cee500c630706f6be
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Feb 28 21:09:07 2020 +0330
+
+    [gvar] Use hb_bytes_t.check_range instead having in house one
+    
+    And use TupleVarHeader calculated size for validity check.
+    
+    Fixes https://crbug.com/oss-fuzz/20919 and possibly other gvar related issues
+
+ src/hb-ot-var-gvar-table.hh                        |  36 ++++++++-------------
+ ...tcase-minimized-hb-draw-fuzzer-5686960406659072 | Bin 0 -> 4004 bytes
+ 2 files changed, 13 insertions(+), 23 deletions(-)
+
+commit 15b43a410400c74a32d40f4b89dbea02fa7cd6e1
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Feb 28 08:45:39 2020 -0800
+
+    collect_unicodes() to check gid < num_glyphs with cmap 12
+    
+    fixes #2204
+
+ src/hb-face.cc                                     |   2 +-
+ src/hb-ot-cmap-table.hh                            |  30 ++++++++++++---------
+ .../fonts/1746cad6bc3fb2b355db50a5af37c9b58d9ad376 | Bin 0 -> 23293 bytes
+ 3 files changed, 19 insertions(+), 13 deletions(-)
+
+commit 868ecf7b2660747f7628df2b3a17a8d68b0325eb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Feb 28 19:50:30 2020 +0330
+
+    [draw] Add fuzzer runner
+
+ test/fuzzing/Makefile.am              |   3 +
+ test/fuzzing/run-draw-fuzzer-tests.py | 107 ++++++++++++++++++++++++++++++++++
+ 2 files changed, 110 insertions(+)
+
+commit b0749bfaa53cdf34180b2d15c6e3840f03d5ece2
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Feb 14 13:49:44 2020 -0800
+
+    [subset] GDEF LigCaretList subsetting support
+
+ src/hb-ot-layout-gdef-table.hh | 73 +++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 72 insertions(+), 1 deletion(-)
+
+commit 002f0e20c4c6e35e0ff379ff58cfe1e19067133a
+Author: ariza <ariza@adobe.com>
+Date:   Thu Feb 27 17:34:26 2020 -0800
+
+    reimplment serialize_int using check_assign()
+
+ src/hb-cff-interp-common.hh | 23 ++++++++++-------------
+ src/hb-ot-cff-common.hh     | 24 +++++++++++++-----------
+ src/hb-subset-cff1.cc       |  2 +-
+ 3 files changed, 24 insertions(+), 25 deletions(-)
+
+commit 14b134379d7a34af1a78b0ea930a6fab79779723
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Feb 27 15:58:58 2020 +0330
+
+    [gvar] Minor, check whether sub_array result also have enough room
+
+ src/hb-ot-var-gvar-table.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 8eba66c1c6d19bcc779a3b4e7b68251511986ee8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Feb 27 15:58:58 2020 +0330
+
+    [gvar] Fix invalid memory access by refactoring GlyphVarData fetch logic
+    
+    Fixes https://crbug.com/oss-fuzz/20906
+
+ src/hb-ot-var-gvar-table.hh                        |  70 +++++++++++----------
+ ...tcase-minimized-hb-draw-fuzzer-5088336521986048 | Bin 0 -> 1413 bytes
+ 2 files changed, 36 insertions(+), 34 deletions(-)
+
+commit f44e1dc07d24abb4c9311d4a55725219665ca84c
+Author: Evgeniy Reizner <razrfalcon@gmail.com>
+Date:   Thu Feb 27 02:02:22 2020 +0200
+
+    Fix spelling.
+
+ src/hb-ot-glyf-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5ad761b943721c3541d0ca0472f34f7d54b89b5b
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Feb 11 13:05:40 2020 -0800
+
+    [subset] GDEF MarkGlyphSets subsetting support
+
+ src/hb-ot-layout-gdef-table.hh                     |  43 ++++++++++++++++++++-
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ .../Roboto-Regular.default.1E00,303.ttf            | Bin 0 -> 2456 bytes
+ .../layout.gdef/Roboto-Regular.default.303.ttf     | Bin 0 -> 2128 bytes
+ .../Roboto-Regular.default.309,20,30F.ttf          | Bin 0 -> 2220 bytes
+ .../layout.gdef/Roboto-Regular.default.323.ttf     | Bin 0 -> 2020 bytes
+ .../Roboto-Regular.default.41,42,43.ttf            | Bin 0 -> 2480 bytes
+ .../Roboto-Regular.drop-hints.1E00,303.ttf         | Bin 0 -> 1204 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  | Bin 0 -> 1012 bytes
+ .../Roboto-Regular.drop-hints.309,20,30F.ttf       | Bin 0 -> 1068 bytes
+ .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  | Bin 0 -> 952 bytes
+ .../Roboto-Regular.drop-hints.41,42,43.ttf         | Bin 0 -> 1188 bytes
+ .../Roboto-Regular.keep-gdef.1E00,303.ttf          | Bin 0 -> 2520 bytes
+ .../layout.gdef/Roboto-Regular.keep-gdef.303.ttf   | Bin 0 -> 2192 bytes
+ .../Roboto-Regular.keep-gdef.309,20,30F.ttf        | Bin 0 -> 2288 bytes
+ .../layout.gdef/Roboto-Regular.keep-gdef.323.ttf   | Bin 0 -> 2084 bytes
+ .../Roboto-Regular.keep-gdef.41,42,43.ttf          | Bin 0 -> 2536 bytes
+ test/subset/data/tests/layout.gdef.tests           |  14 +++++++
+ 19 files changed, 58 insertions(+), 1 deletion(-)
+
+commit fcd7f33bbb12d66b3a50caa448cb91ef7c0daa9e
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Feb 10 10:36:50 2020 -0800
+
+    [subset] GDEF glyphClassDef subsetting support
+    glyphClassDef uses the same ClassDef format. However, glyphClassDef table
+    uses predefined class values so we do not remap class values.
+
+ src/hb-ot-layout-common.hh                         |  42 ++++++++++++---------
+ ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttf | Bin 0 -> 2148 bytes
+ .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf   | Bin 0 -> 1860 bytes
+ ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttf | Bin 0 -> 2572 bytes
+ ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 0 -> 2816 bytes
+ .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttf      | Bin 0 -> 2116 bytes
+ ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 0 -> 3112 bytes
+ .../japanese/Mplus1p-Regular.keep-gdef.660E.ttf    | Bin 0 -> 1852 bytes
+ test/subset/data/profiles/keep-gdef.txt            |   1 +
+ test/subset/data/tests/japanese.tests              |   1 +
+ 10 files changed, 26 insertions(+), 18 deletions(-)
+
+commit 50129b03a1cc0bb08231d46571a34aca85b7b14f
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Feb 25 17:39:59 2020 -0800
+
+    Add a reverse () call to hb_array_t.
+
+ src/hb-array.hh         | 15 +++++++++++++++
+ src/hb-ot-cmap-table.hh | 26 +++++++++++++++-----------
+ 2 files changed, 30 insertions(+), 11 deletions(-)
+
+commit 38c6598c1c7d645b46970ec2e7f345d45dd38380
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Feb 25 17:20:05 2020 -0800
+
+    Switch to C style comments.
+
+ src/hb-ot-cmap-table.hh | 38 +++++++++++++++++++++-----------------
+ 1 file changed, 21 insertions(+), 17 deletions(-)
+
+commit 52b6e0baa0c479511d3e06d3a71a65f73e88cfdc
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Feb 10 12:26:40 2020 -0800
+
+    When serializing cmap14 order the offsets from smallest to largest.
+    Current versions of OTS fail fonts with cmap 14's who's last offset does not point to the a block at the end of the table.
+
+ src/hb-ot-cmap-table.hh | 115 ++++++++++++++++++++++++++++++++++--------------
+ 1 file changed, 83 insertions(+), 32 deletions(-)
+
+commit a99134c5bee945e144b9429ba4a4d58ff18313b4
+Author: ariza <ariza@adobe.com>
+Date:   Wed Feb 26 09:58:03 2020 -0800
+
+    add oss-fuzz 20886 test file
+
+ ...-testcase-minimized-hb-subset-fuzzer-5641370503217152 | Bin 0 -> 3099 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit d0aaba5c5087781c7231e26fdd190c65baebde95
+Author: ariza <ariza@adobe.com>
+Date:   Wed Feb 26 09:35:32 2020 -0800
+
+    fixes oss-fuzz 20886
+    
+    hb_set_t::resize () is needed after compact()
+
+ src/hb-set.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 05a25c1a5bfbc70ed9151ab9c368ddc6aa4e8fd4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 26 19:35:27 2020 +0330
+
+    [cff] minor, remove unused fields
+
+ src/hb-ot-cff1-table.cc | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit 9fe0dc3464391e1cd51c01c499b6110d99895d25
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 26 17:40:44 2020 +0330
+
+    [draw] Pass draw_helper_t itself around instead recreating it
+    
+    Specially helpful if we want to change the design
+
+ src/hb-draw.cc          |  7 ++++---
+ src/hb-draw.hh          |  4 ++--
+ src/hb-ot-cff1-table.cc | 43 ++++++++++++++++++++-----------------------
+ src/hb-ot-cff1-table.hh |  4 ++--
+ src/hb-ot-cff2-table.cc | 23 ++++++++++-------------
+ src/hb-ot-cff2-table.hh |  4 ++--
+ src/hb-ot-glyf-table.hh | 42 ++++++++++++++++++++----------------------
+ 7 files changed, 60 insertions(+), 67 deletions(-)
+
+commit 1b8b8638980d4276f424e8c4f59731f50832d119
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 26 16:36:48 2020 +0330
+
+    minor
+
+ test/fuzzing/hb-draw-fuzzer.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4cdaa9d1f4ca4e9225fab6383f16d24f9a323995
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 26 16:27:04 2020 +0330
+
+    [glyf] Simplify contour end logic
+    
+    So no need for infinite loop here
+
+ src/hb-ot-glyf-table.hh | 53 +++++++++++++++++++++----------------------------
+ 1 file changed, 23 insertions(+), 30 deletions(-)
+
+commit 132fcfbc4733c521733e9fea84e19c58746980f2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 26 16:15:17 2020 +0330
+
+    [fuzz] minor don't abort main.cc when the file was empty or not found
+
+ test/fuzzing/main.cc | 7 +------
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+commit 84163c83d398665c694b1c90d1a94344e95464b7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 26 15:58:11 2020 +0330
+
+    [draw] Skip commands and paths not contributing anything
+    
+    They aren't contributing to rendering and making issue for stroking, let's skip them
+    ourselves as Skia does also https://skia-review.googlesource.com/c/skia/+/268166
+    
+    They are useful for extracting extents and so which that functionality won't be effected by this change.
+
+ src/hb-draw.hh                 | 22 ++++++++++++++++------
+ test/api/test-draw.c           |  8 ++++----
+ test/fuzzing/hb-draw-fuzzer.cc |  8 +++++++-
+ 3 files changed, 27 insertions(+), 11 deletions(-)
+
+commit 073d4954e01c45e8dd1cf63a53ad35563f46ef17
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 26 15:40:40 2020 +0330
+
+    [draw] Port glyf path extract to draw_helper_t
+
+ src/hb-draw.hh          |  44 +++++++++++++-------
+ src/hb-ot-glyf-table.hh | 104 +++++++++++-------------------------------------
+ 2 files changed, 52 insertions(+), 96 deletions(-)
+
+commit 0ebf3a4e62f5f54f3557e954f4493b4de43990dd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 26 15:14:41 2020 +0330
+
+    [draw] Move common CFF path building logic to draw_helper_t
+
+ src/hb-draw.hh          | 70 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-cff1-table.cc | 60 +++++++++---------------------------------
+ src/hb-ot-cff2-table.cc | 67 ++++++++--------------------------------------
+ 3 files changed, 93 insertions(+), 104 deletions(-)
+
+commit c400cb8863abb5f894e021da5d524c1e28b1e980
+Merge: c21eb86bf 4081439d2
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Feb 25 16:06:03 2020 -0800
+
+    Re-implement hb_set_t::del_range (#2194)
+    
+    * optimize hb_set_del_range()
+    
+    fix issue #2193
+    
+    * fixed bug & added tests
+    
+    * coding & comment tweaks
+
+commit c21eb86bfd671b04aca54395988cbfe6c9fd2e27
+Merge: 152000d9c 4aa354beb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 26 02:54:38 2020 +0330
+
+    Merge pull request #2163 from harfbuzz/absolute-link
+    
+    added add_link_abs()
+
+commit 4081439d2a49f5dfde2f9043b0e53f2008ff211f
+Author: ariza <ariza@adobe.com>
+Date:   Tue Feb 25 15:03:12 2020 -0800
+
+    tweak reflecting review & add test cases
+
+ src/hb-set.hh       | 37 ++++++++++++++++++++++---------------
+ test/api/test-set.c | 53 +++++++++++++++++++++++++++++++++++------------------
+ 2 files changed, 57 insertions(+), 33 deletions(-)
+
+commit 152000d9c761233261cfbfb22e771eb97576aab3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 25 20:07:25 2020 +0330
+
+    [fuzz] Practice variations on font object
+
+ test/api/test-ot-face.c         |  8 +++-----
+ test/fuzzing/hb-shape-fuzzer.cc | 16 ++++++++++++++--
+ 2 files changed, 17 insertions(+), 7 deletions(-)
+
+commit 036d868913b2d4564880d588eb67c48924bd861b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Feb 24 10:34:51 2020 +0330
+
+    [draw] Add a fuzzer
+    
+    Specially checks correctness of the API semantics:
+    * no move happens when a path is already opened with move-to.
+    * no path will be left open and close-path will happen at the end of opened paths.
+    * no path opens with a move-to and will be closed with no length.
+    * paths start and ending points matches.
+    * no line/quadratic/cubic command will be issued when no path is started.
+
+ test/fuzzing/Makefile.am       |   9 ++++
+ test/fuzzing/hb-draw-fuzzer.cc | 117 +++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 126 insertions(+)
+
+commit de896278f7534c876d28d9b5cf344c5d707d3490
+Author: ariza <ariza@adobe.com>
+Date:   Tue Feb 25 07:12:20 2020 -0800
+
+    coding & comment tweaks
+
+ src/hb-set.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 2f97aa65e556b6ce0ce220c088a3da5504738189
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 25 18:07:44 2020 +0330
+
+    [cff] Make sure previous is ended on processing a seac
+
+ src/hb-ot-cff1-table.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit acc2d4738eec3444b6f789ccbd30a7790383f2c8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 25 18:05:48 2020 +0330
+
+    [cff] Make path extract easier to read and more defensive
+
+ src/hb-ot-cff1-table.cc | 8 ++++----
+ src/hb-ot-cff2-table.cc | 8 ++++----
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
+commit b59eb54f70c20d0260026067177a958e11c3a044
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 25 10:30:59 2020 +0330
+
+    [glyf] Refactor, move get_points inside Glyph
+
+ src/hb-ot-glyf-table.hh | 267 +++++++++++++++++++++++-------------------------
+ 1 file changed, 125 insertions(+), 142 deletions(-)
+
+commit 173b745da8bfd8bda710c90ab48427364068eeb5
+Author: ariza <ariza@adobe.com>
+Date:   Mon Feb 24 22:56:57 2020 -0800
+
+    fixed bug & added tests
+
+ src/hb-set.hh       |  3 ++-
+ test/api/test-set.c | 10 ++++++----
+ 2 files changed, 8 insertions(+), 5 deletions(-)
+
+commit a5012e97c4a392d2788777580e0d08b44e036750
+Author: ariza <ariza@adobe.com>
+Date:   Mon Feb 24 17:09:48 2020 -0800
+
+    optimize hb_set_del_range()
+    
+    fix issue #2193
+
+ src/hb-set.hh       | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++---
+ test/api/test-set.c | 29 +++++++++++++++++++++++++++
+ 2 files changed, 82 insertions(+), 3 deletions(-)
+
+commit 96b71e802fe8d1fa9a14d1dece7935f4eb9789af
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Feb 24 23:00:58 2020 +0330
+
+    [fuzz] make the custom loader to handle multiple files
+    
+    Actually this was the way it used to work :)
+
+ test/fuzzing/main.cc | 27 ++++++++++++---------------
+ 1 file changed, 12 insertions(+), 15 deletions(-)
+
+commit 1f5a54c768159e1bcf1c772ab236737994f638aa
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Feb 24 13:18:24 2020 +0330
+
+    [gvar] fix infinite loop introduced by 11f3fca
+    
+    The attempt on removing end_points had made the code unreadable
+    and has intrdouced infinite, fixed by making the code clear what
+    it tries to achieve.
+
+ src/hb-ot-var-gvar-table.hh       |  22 ++++++++++++++++------
+ test/api/fonts/TestGVAREight.ttf  | Bin 0 -> 4692 bytes
+ test/api/test-ot-metrics-tt-var.c |  18 ++++++++++++++++++
+ 3 files changed, 34 insertions(+), 6 deletions(-)
+
+commit f00eb4ebfa02dea593c4842a7672aa2640a6bbf2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Feb 24 09:21:25 2020 +0330
+
+    [gvar] Don't compare against Null address
+
+ src/hb-ot-var-gvar-table.hh | 18 ++++++++++--------
+ 1 file changed, 10 insertions(+), 8 deletions(-)
+
+commit 19b78d56cdec354d4f35bf6ae529f670cba88fb3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Feb 24 09:08:01 2020 +0330
+
+    [gvar] Accept coord_count even if is higher than gvar's axisCount
+
+ src/hb-ot-var-gvar-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 197e2e929b7184b8c1365b08a1b275871fc08012
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Feb 24 08:53:53 2020 +0330
+
+    [gvar] Return gracefully even if gvar wasn't used at all
+
+ src/hb-ot-var-gvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 346ab9884b019ce919c2ab2ee3a3c373bec6fc33
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Feb 24 08:46:08 2020 +0330
+
+    [gvar] Return gracefully even if coords_count != gvar's axis count
+    
+    It shouldn't be that common to have the situation, even so, no need to
+    reject entire a glyph even if gvar isn't used.
+
+ src/hb-ot-var-gvar-table.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 5f23a76e99f627f06ff7e56dddd9b53b4cbaae84
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Feb 24 08:23:23 2020 +0330
+
+    [cff] Don't remove coords const qualification
+    
+    We should find some way to audit all the const removals, perhaps by
+    enabling -Wold-style-cast warning on the project and turning all the
+    implicit const removals to const_cast.
+
+ src/hb-cff2-interp-cs.hh   | 5 ++---
+ src/hb-ot-layout-common.hh | 4 ++--
+ 2 files changed, 4 insertions(+), 5 deletions(-)
+
+commit ff5223ba6075ea4d9c9844e3733ad7a0dc5875bd
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sun Feb 23 15:53:21 2020 -0800
+
+    remove invalid glyphs from closure (#2188)
+    
+    fix issue #2186
+
+ src/hb-ot-layout-gsubgpos.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit e17fd0d91cbd69fa9c01b20bd5c448d0a4fe0e67
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Feb 23 23:58:39 2020 +0330
+
+    [tools] More on py3 compatibility
+
+ src/gen-tag-table.py          | 23 +++++++----------------
+ src/gen-vowel-constraints.py  | 13 ++++---------
+ test/shaping/hb-diff          |  2 +-
+ test/shaping/hb_test_tools.py |  6 +++---
+ 4 files changed, 15 insertions(+), 29 deletions(-)
+
+commit 0cf050a7b13703e0d665f8dd263cc0d22a95c4f1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Feb 23 23:00:48 2020 +0330
+
+    [draw] Merge consequent move-to commands of CFF/CFF2
+
+ src/hb-ot-cff1-table.cc     |   4 ++--
+ src/hb-ot-cff2-table.cc     |   7 ++-----
+ test/api/fonts/Stroking.otf | Bin 0 -> 1060 bytes
+ test/api/test-draw.c        |  26 +++++++++++++++++++++++++-
+ 4 files changed, 29 insertions(+), 8 deletions(-)
+
+commit 86bd5a0ba12e389eb0742bf63eb9c88ca3fd8786
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Feb 23 22:46:26 2020 +0330
+
+    [draw] End CFF paths with a line-to
+    
+    Issue a line-to command when start and end point of a path isn't same, matches freetype also.
+
+ src/hb-ot-cff1-table.cc | 35 ++++++++++++++++++++++++++++++++---
+ src/hb-ot-cff2-table.cc | 40 ++++++++++++++++++++++++++++++++++++----
+ test/api/test-draw.c    | 16 +++++++++-------
+ 3 files changed, 77 insertions(+), 14 deletions(-)
+
+commit a46ba770ab6ce2f3fd2c420f550600d2589642d3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Feb 22 17:15:00 2020 +0330
+
+    [number] minor
+
+ src/hb-number-parser.hh | 4 ++--
+ src/hb-number-parser.rl | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 4aa354beba8b01f32257225de052b5e6a6feab3a
+Author: ariza <ariza@adobe.com>
+Date:   Thu Feb 20 05:03:15 2020 -0800
+
+    chain second OffsetTo::serialize_copy() to first
+
+ src/hb-open-type.hh | 18 ++----------------
+ 1 file changed, 2 insertions(+), 16 deletions(-)
+
+commit 6120f50c8f52ff2e8e3c7d4f86f17fc259dcec50
+Author: ariza <ariza@adobe.com>
+Date:   Wed Feb 19 13:55:39 2020 -0800
+
+    fix Head with link.bias
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e65bff09433b66c207f1c40cd6e5b73c7f19d7cd
+Author: ariza <ariza@adobe.com>
+Date:   Wed Feb 19 13:38:04 2020 -0800
+
+    workaround whence_t as bit-field
+
+ src/hb-serialize.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 1aed6d223ccf7e3cce5ed277200c57d4ecf9e2a7
+Author: ariza <ariza@adobe.com>
+Date:   Wed Feb 19 13:20:29 2020 -0800
+
+    fix whence=Head; position as 28 bits
+
+ src/hb-serialize.hh | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit 4ca8e0d9891591c56ecca7e4cea3e06c6a5a8e38
+Author: ariza <ariza@adobe.com>
+Date:   Wed Feb 19 12:52:18 2020 -0800
+
+    re-implement Tail; rewrote name table with it
+
+ src/hb-open-type.hh     | 24 ++++++++++++++++++++
+ src/hb-ot-name-table.hh | 16 ++++----------
+ src/hb-serialize.hh     | 58 ++++++++++++++++++-------------------------------
+ 3 files changed, 49 insertions(+), 49 deletions(-)
+
+commit c1313e4be24017478deacfec1d9ee0284c411bbd
+Author: ariza <ariza@adobe.com>
+Date:   Mon Feb 17 17:33:18 2020 -0800
+
+    minor: undid unintended change
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9c65680b48fc993b31526c8aa9b9b71d772fdb52
+Author: ariza <ariza@adobe.com>
+Date:   Mon Feb 17 16:59:45 2020 -0800
+
+    rename enums to avoid conflict on win
+
+ src/hb-serialize.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 555f6f1daa5cc1365930e2b6ed7283c704b3b438
+Author: ariza <ariza@adobe.com>
+Date:   Mon Feb 17 16:29:40 2020 -0800
+
+    merge add_link_abs() into add_link()
+
+ src/hb-serialize.hh | 92 ++++++++++++++++++++++++++---------------------------
+ 1 file changed, 46 insertions(+), 46 deletions(-)
+
+commit 017cd945bf6351a89c661ba00b0f7e1dad69b52a
+Author: ariza <ariza@adobe.com>
+Date:   Thu Feb 6 16:11:58 2020 -0800
+
+    added add_link_abs()
+
+ src/hb-serialize.hh | 69 ++++++++++++++++++++++++++++++++++++++++++++---------
+ 1 file changed, 58 insertions(+), 11 deletions(-)
+
+commit 07504569d5e7ca2f7da987fc016fc4141eeca263
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Feb 21 13:05:44 2020 +0330
+
+    [gsub] minor format
+
+ src/hb-ot-layout-gsub-table.hh | 19 +++++++++----------
+ 1 file changed, 9 insertions(+), 10 deletions(-)
+
+commit 411225426ffca0b93f4e83f7a488a62a54b17880
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Feb 20 13:43:06 2020 -0800
+
+    Fix glyph closure for alternate substitution.
+    It was not filtering on the glyphs to be retained.
+
+ src/hb-ot-layout-gsub-table.hh                           |   1 +
+ test/subset/data/Makefile.am                             |   1 +
+ test/subset/data/Makefile.sources                        |   1 +
+ ...te_substitution.keep-layout-retain-gids.53A9,53F1.otf | Bin 0 -> 5108 bytes
+ ...ternate_substitution.keep-layout-retain-gids.53A9.otf | Bin 0 -> 4676 bytes
+ ...ternate_substitution.keep-layout-retain-gids.53F1.otf | Bin 0 -> 3012 bytes
+ ...tion.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 6820 bytes
+ ...gsub_alternate_substitution.keep-layout.53A9,53F1.otf | Bin 0 -> 4984 bytes
+ .../gsub_alternate_substitution.keep-layout.53A9.otf     | Bin 0 -> 4524 bytes
+ .../gsub_alternate_substitution.keep-layout.53F1.otf     | Bin 0 -> 2816 bytes
+ ...ate_substitution.keep-layout.retain-all-codepoint.otf | Bin 0 -> 6728 bytes
+ test/subset/data/fonts/gsub_alternate_substitution.otf   | Bin 0 -> 8448 bytes
+ test/subset/data/tests/layout.gsub3.tests                |  12 ++++++++++++
+ 13 files changed, 15 insertions(+)
+
+commit da37880e172c207001ceff65c51276538a2d90db
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Feb 20 19:01:43 2020 +0330
+
+    [draw] Add a private bit field instead null-checking quad-to callback
+    
+    This doesn't imply the the design is good or stable just is better
+    to not fail due to null quad-to callback so as our quad-cubic curves
+    translation is currently table limited which can be revisited anytime.
+
+ src/hb-draw.cc          | 9 ++++++++-
+ src/hb-draw.hh          | 1 +
+ src/hb-ot-glyf-table.hh | 4 ++--
+ 3 files changed, 11 insertions(+), 3 deletions(-)
+
+commit 79b2b8a91fe5c011bda03a5350a3f482e053d0ba
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 19 16:41:13 2020 +0330
+
+    minor
+
+ CMakeLists.txt              | 2 +-
+ m4/ax_cxx_compile_stdcxx.m4 | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 8c652f72fc1323b811b5cde53604f0a71334efa2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 19 16:32:44 2020 +0330
+
+    Minor, switch to https links where possible
+
+ src/gen-tag-table.py              | 2 +-
+ src/hb-ot-cff1-table.hh           | 2 +-
+ src/hb-ot-shape-complex-arabic.cc | 2 +-
+ src/hb-unicode-emoji-table.hh     | 4 ++--
+ test/api/hb-test.h                | 8 ++++----
+ test/shaping/hb_test_tools.py     | 2 +-
+ 6 files changed, 10 insertions(+), 10 deletions(-)
+
+commit bbcbcafc2579a3d4b1dbe743fa77a0167e3f949c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 19 16:21:47 2020 +0330
+
+    [tool] Minor, move input files link
+
+ src/gen-tag-table.py | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 83db1e117e4d6f5624eafa6fe51b1622a8642b65
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 19 15:15:18 2020 +0330
+
+    [ci] Compatibility with Python 3
+    
+    Disabled CMake test runners as it goes for Python 2 and updated the bots
+    
+    Install Python 3 on macOS 10.12 bot
+
+ .circleci/config.yml | 14 ++++++--------
+ 1 file changed, 6 insertions(+), 8 deletions(-)
+
+commit 8d199077045bd28cc74d4dc66fc6e1a734ea3bda
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 19 14:56:55 2020 +0330
+
+    Remove python2 support from tests/utils scripts
+
+ mingw-ldd.py                                       |  3 +-
+ src/gen-arabic-table.py                            |  4 +-
+ src/gen-def.py                                     |  4 +-
+ src/gen-emoji-table.py                             |  3 +-
+ src/gen-indic-table.py                             |  4 +-
+ src/gen-os2-unicode-ranges.py                      |  6 +-
+ src/gen-tag-table.py                               | 10 +--
+ src/gen-ucd-table.py                               |  4 +-
+ src/gen-use-table.py                               |  4 +-
+ src/gen-vowel-constraints.py                       |  4 +-
+ src/sample.py                                      | 19 +----
+ test/fuzzing/run-shape-fuzzer-tests.py             |  4 +-
+ test/fuzzing/run-subset-fuzzer-tests.py            |  4 +-
+ .../data/text-rendering-tests/extract-tests.py     |  4 +-
+ test/shaping/hb-diff                               |  2 +-
+ test/shaping/hb-diff-colorize                      |  2 +-
+ test/shaping/hb-diff-filter-failures               |  2 +-
+ test/shaping/hb-diff-stat                          |  2 +-
+ test/shaping/hb-unicode-decode                     |  2 +-
+ test/shaping/hb-unicode-encode                     |  2 +-
+ test/shaping/hb-unicode-prettyname                 |  2 +-
+ test/shaping/hb_test_tools.py                      | 86 ++--------------------
+ test/shaping/record-test.sh                        |  2 +-
+ test/shaping/run-tests.py                          |  4 +-
+ test/subset/generate-expected-outputs.py           |  4 +-
+ test/subset/run-tests.py                           |  4 +-
+ test/subset/subset_test_suite.py                   |  2 +-
+ 27 files changed, 35 insertions(+), 158 deletions(-)
+
+commit 2c9fbf5561e4ca5abe93ce3990c0cca3982f3517
+Author: Rico Tzschichholz <ricotz@ubuntu.com>
+Date:   Wed Feb 12 14:59:52 2020 +0100
+
+    Improve GIR build
+
+ CMakeLists.txt  |  6 ++++--
+ src/Makefile.am | 11 ++++++++++-
+ 2 files changed, 14 insertions(+), 3 deletions(-)
+
+commit bd13470f23744a5bbe44b7b20846e112579abe0d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 19 13:19:38 2020 +0330
+
+    [ci] Update Ubuntu bots versions
+
+ .circleci/config.yml | 40 ++++++++++++++++++++--------------------
+ 1 file changed, 20 insertions(+), 20 deletions(-)
+
+commit 493e40ff787222af598b4227f40af7718548f335
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Feb 18 13:09:08 2020 -0800
+
+    [subset] add one empty byte to glyf table
+    if it's going to end up empty after subsetting
+    This will make OTS happy and match what fontTools is doing now.
+
+ src/hb-ot-glyf-table.hh                               |  12 ++++++++++++
+ .../colr/TwemojiMozilla.subset.default.32.ttf         | Bin 4660 -> 4664 bytes
+ ...wemojiMozilla.subset.drop-hints-retain-gids.32.ttf | Bin 4640 -> 4644 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.32.ttf      | Bin 4640 -> 4644 bytes
+ .../colr/TwemojiMozilla.subset.retain-gids.32.ttf     | Bin 4660 -> 4664 bytes
+ 5 files changed, 12 insertions(+)
+
+commit a7dec0cb515d5f9ffc6cf39e712ed0b0b93bd1f0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 18 16:22:12 2020 +0330
+
+    [glyf] Tweak path_builder_t
+
+ src/hb-ot-glyf-table.hh | 66 ++++++++++++++++++++++++++++---------------------
+ 1 file changed, 38 insertions(+), 28 deletions(-)
+
+commit d52ea2a42ce9332564cc2f049734545796e0c79b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 18 15:46:02 2020 +0330
+
+    [glyf] minor
+
+ src/hb-ot-glyf-table.hh | 15 +++++++++------
+ 1 file changed, 9 insertions(+), 6 deletions(-)
+
+commit 3b0c58f811203ac59d96d94ab3675a1b85adb411
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 18 15:42:48 2020 +0330
+
+    [glyf] minor, use private font coords to simplify
+
+ src/hb-ot-glyf-table.hh | 8 ++------
+ 1 file changed, 2 insertions(+), 6 deletions(-)
+
+commit dcd2729e717f48013e07d0b93b64826507c049cc
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 18 15:38:57 2020 +0330
+
+    [glyf] Move contour_bounds_t into scope it is actually used
+
+ src/hb-ot-glyf-table.hh | 81 ++++++++++++++++++++++++-------------------------
+ 1 file changed, 40 insertions(+), 41 deletions(-)
+
+commit 8bb47fa17d53d8e4c729d427b7a5d49d8e14953c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 18 15:06:43 2020 +0330
+
+    [glyf] minor, spacing
+
+ src/hb-ot-glyf-table.hh | 46 +++++++++++++++++++++++-----------------------
+ 1 file changed, 23 insertions(+), 23 deletions(-)
+
+commit 21a5fe4f0981bbae8eaa9caec9c288e44c716470
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 18 14:38:55 2020 +0330
+
+    [glyf] Make returning phantoms to not require another vector
+
+ src/hb-ot-glyf-table.hh | 27 +++++++++++++--------------
+ 1 file changed, 13 insertions(+), 14 deletions(-)
+
+commit 5c03fbe7e0b563ac0f1ce8f867bd747c5e72da86
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 18 13:55:28 2020 +0330
+
+    [glyf] do a phantom only iteration when possible
+
+ src/hb-ot-glyf-table.hh | 50 +++++++++++++++++++++++++++++++------------------
+ 1 file changed, 32 insertions(+), 18 deletions(-)
+
+commit 11f3fca01d6840f3a690b59040ad7452e5343abf
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 18 12:53:20 2020 +0330
+
+    [glyf/gvar] Remove need of passing end points vector around
+
+ src/hb-ot-glyf-table.hh     | 30 +++++++++---------------------
+ src/hb-ot-var-gvar-table.hh | 24 ++++++++++++------------
+ 2 files changed, 21 insertions(+), 33 deletions(-)
+
+commit 0f2c2d989b6ad4ddd5bb7d64d90aa3e57dc85a68
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 18 11:52:16 2020 +0330
+
+    [glyf] Push consumer machine one more level further
+
+ src/hb-ot-glyf-table.hh | 69 +++++++++++++++++++++++++------------------------
+ 1 file changed, 35 insertions(+), 34 deletions(-)
+
+commit 11f5f7c59cbf5a430a99831c1d6f0a8ac93090b0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Feb 17 23:44:31 2020 +0330
+
+    [glyf] Adopt a state machine like style for the path builder
+    
+    Toward making glyf path reader alloc free at least on gvar absence.
+
+ src/hb-ot-glyf-table.hh | 279 +++++++++++++++++++++++++-----------------------
+ 1 file changed, 145 insertions(+), 134 deletions(-)
+
+commit 60f8f384f9d272a8ae2795e3e7a533bdec452da9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Feb 17 10:11:49 2020 +0330
+
+    [glyf] Switch to ttf-parser's glyf to path algorithm
+    
+    It consumes each point at a time and doesn't need to know contour size before hand
+
+ src/hb-ot-glyf-table.hh | 151 ++++++++++++++++-------
+ test/api/test-draw.c    | 309 +++++++++++++++++++++++-------------------------
+ 2 files changed, 254 insertions(+), 206 deletions(-)
+
+commit 3c792c2aa5ccbe5760a7415df24e8bf04edf7914
+Author: ariza <ariza@adobe.com>
+Date:   Mon Feb 17 07:18:08 2020 -0800
+
+    add test cases for hb_unwrap_type
+
+ src/test-meta.cc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 168ceeac496f15b4c81b106cfb790dd5739a0143
+Author: ariza <ariza@adobe.com>
+Date:   Fri Feb 14 11:56:56 2020 -0800
+
+    renamed to hb_unrwap_type(); now recursive
+
+ src/hb-meta.hh | 13 ++++++-------
+ 1 file changed, 6 insertions(+), 7 deletions(-)
+
+commit 71552ecc269c84aab46aa8f078526a546a288925
+Author: ariza <ariza@adobe.com>
+Date:   Thu Feb 13 12:58:22 2020 -0800
+
+    add hb_get_type
+
+ src/hb-meta.hh | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit 65858463523aa5abb776d0181bf14da7bfb2931e
+Author: ariza <ariza@adobe.com>
+Date:   Sun Feb 16 17:16:29 2020 -0800
+
+    pop_pack(share=false) in end_serialize()
+    
+    issue #2177
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 39fb57c0e456ec352b2d0a6e6dc61b9bdee85665
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sun Feb 16 08:38:41 2020 -0800
+
+    add share option to pop_pack() (#2176)
+    
+    as a solution for #2164
+
+ src/hb-serialize.hh | 21 +++++++++++++++------
+ 1 file changed, 15 insertions(+), 6 deletions(-)
+
+commit 9c6499d9f4556b9755487c1755e4d2386979d82b
+Author: ariza <ariza@adobe.com>
+Date:   Sun Feb 16 00:56:31 2020 -0800
+
+    rewrite read_points() to take lambda & consts args
+    
+    replacing awkward x/y_setter_t structs
+
+ src/hb-ot-glyf-table.hh | 35 ++++++++++++-----------------------
+ 1 file changed, 12 insertions(+), 23 deletions(-)
+
+commit a94d1af193ac1601a1725266dbb0dd51195af98b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 12 19:25:10 2020 +0330
+
+    [fuzz] minor style fixes
+
+ test/fuzzing/hb-set-fuzzer.cc | 51 +++++++++++++++++++++----------------------
+ 1 file changed, 25 insertions(+), 26 deletions(-)
+
+commit 1c015d3e9f5d514da9647dab258af0a09b3ba550
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 12 19:19:37 2020 +0330
+
+    [fuzz] minor fuzzer case move, oops
+
+ ...fuzz-testcase-minimized-hb-shape-fuzzer-5658272078495744 | Bin
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 49341faee27df689e1c155b1990874c2679b563f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 12 19:15:16 2020 +0330
+
+    [fuzz] minor, move two fuzzer cases to their correct place
+
+ ...fuzz-testcase-minimized-hb-shape-fuzzer-5658272078495744 | Bin
+ ...erfuzz-testcase-minimized-hb-set-fuzzer-6255224052514816 |   0
+ 2 files changed, 0 insertions(+), 0 deletions(-)
+
+commit d663e28af1b84f27bea9730a9a8f18212387bb7f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 12 15:41:21 2020 +0000
+
+    [serialize] Catch signedness overflows in check_assign()
+    
+    Should address https://github.com/harfbuzz/harfbuzz/pull/2163#pullrequestreview-355137936
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 97229244ebd2e50ec0021ecd442e3c1c27156a5c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 12 15:41:22 2020 +0330
+
+    [fuzzer] Fix hb-set-fuzzer minor overflow issue
+    
+    Size shouldn't be smaller than the struct not its pointer size.
+    
+    Fixes https://crbug.com/oss-fuzz/20655
+
+ .../clusterfuzz-testcase-minimized-hb-set-fuzzer-6255224052514816 | 1 +
+ test/fuzzing/hb-set-fuzzer.cc                                     | 8 ++++----
+ 2 files changed, 5 insertions(+), 4 deletions(-)
+
+commit 7b42403c1c03e6f2f32fcc792b588ca5a42b1e19
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Feb 11 12:25:57 2020 -0800
+
+    Add explicit values to the set fuzzer enums.
+
+ test/fuzzing/hb-set-fuzzer.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit e805923310af6b502e94903b504477266b55b028
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Feb 11 12:20:54 2020 -0800
+
+    Add a few basic seeds for the set fuzzer.
+
+ test/fuzzing/sets/intersect_01      | Bin 0 -> 21 bytes
+ test/fuzzing/sets/subtract_01       | Bin 0 -> 21 bytes
+ test/fuzzing/sets/symmetric_diff_01 | Bin 0 -> 21 bytes
+ test/fuzzing/sets/union_01          | Bin 0 -> 21 bytes
+ 4 files changed, 0 insertions(+), 0 deletions(-)
+
+commit ff984ed3cdd18290ed3a37c76961176d9f86c9cd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 11 19:50:51 2020 +0330
+
+    Use multiplication to avoid undefined behaviour per clang
+    
+    Newer versions of MSVC with /we4146 don't like putting negative sign behind a
+    unsigned number as https://github.com/harfbuzz/harfbuzz/pull/2069
+    That however have made https://crbug.com/1050424 this complain:
+      src/hb-ot-color-sbix-table.hh:304:28: runtime error: negation of -2147483648 cannot be represented in type 'int';
+                                            cast to an unsigned type to negate this value to itself
+    which apparently can be fixed using this change.
+    
+    Let's see if this won't make another ubsan complain!
+
+ src/hb-ot-color-sbix-table.hh                             |   2 +-
+ ...zz-testcase-minimized-hb_shape_fuzzer-5633785895911424 | Bin 0 -> 582 bytes
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 21e1b1310ab20628d0a81c02b17cc5e49a56a4a7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 11 17:08:55 2020 +0330
+
+    [colr] minor style fix
+
+ src/hb-ot-color-colr-table.hh | 87 ++++++++++++++++++++++---------------------
+ 1 file changed, 44 insertions(+), 43 deletions(-)
+
+commit cbb45c3ee7be42091a04fc1edfd98a07cfcd864c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 11 16:46:14 2020 +0330
+
+    [subset/colr] minor improve to resolve msvc complain
+    
+    MSVC says,
+      hb-ot-color-colr-table.hh(215): warning C4700: uninitialized local variable 'new_record' used [build\harfbuzz-subset.vcxproj]
+        harfbuzz-subset.vcxproj -> build\Debug\harfbuzz-subset.lib
+
+ src/hb-ot-color-colr-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit bca9bc6b92cfdba1118f74c1d1d6fdb1301f5c81
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Feb 6 13:02:58 2020 -0800
+
+    Add hb-set-fuzzer.
+    It fuzzes all of the hb_set process methods (intersection, subtraction, union, and symmetric difference).
+
+ test/fuzzing/Makefile.am      | 11 +++++++
+ test/fuzzing/hb-set-fuzzer.cc | 77 +++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 88 insertions(+)
+
+commit 352ac63ef937629385da7517408cd3d6df7db08a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 11 03:03:03 2020 +0330
+
+    Fix an unlikely UAF on the deprecated _set_glyph_func API
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2168
+
+ src/hb-font.cc | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+commit 6a390df8af534cc95c19a07ec2bbdd818ade6cac
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Feb 10 17:19:23 2020 +0330
+
+    [tools] Print unicode links on gen-* tools output
+    
+    As Behdad's review
+
+ src/gen-arabic-table.py      | 13 +++++++------
+ src/gen-emoji-table.py       |  7 ++++---
+ src/gen-indic-table.py       | 12 ++++++------
+ src/gen-ucd-table.py         |  7 ++++---
+ src/gen-use-table.py         | 14 +++++++-------
+ src/gen-vowel-constraints.py |  6 ++++--
+ 6 files changed, 32 insertions(+), 27 deletions(-)
+
+commit 4dc87365d79d9cb0ad85b351b6afe978c3abee3c
+Author: Evgeniy Reizner <razrfalcon@gmail.com>
+Date:   Sun Feb 9 18:39:33 2020 +0200
+
+    Add links to files used by python scripts.
+    
+    Closes #2150
+
+ src/gen-arabic-table.py      | 5 +++++
+ src/gen-emoji-table.py       | 2 ++
+ src/gen-indic-table.py       | 5 +++++
+ src/gen-tag-table.py         | 4 ++++
+ src/gen-ucd-table.py         | 2 ++
+ src/gen-use-table.py         | 6 ++++++
+ src/gen-vowel-constraints.py | 2 ++
+ 7 files changed, 26 insertions(+)
+
+commit 40166eb0e5d4095772059d509aa647ef4118f794
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Feb 8 13:17:06 2020 +0330
+
+    [var] Fix the just introduced hb_font_set_var_coords_design storing bug
+    
+    The memcpy call was using the current coords count which is zero initially so no copy at all.
+    
+    Sad that no test has caught it, should see why, will however with the upcoming style API tests.
+
+ src/hb-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5c1a023f67806ee5316518d11f3c236c66fa5c87
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Feb 8 10:57:07 2020 +0330
+
+    [tool] Optimize COLR glyph dump
+    
+    Move palette colors fetching out of gid iteration so not
+    fetching all the colors of a palette each time.
+
+ src/main.cc | 91 +++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 46 insertions(+), 45 deletions(-)
+
+commit 0b76e8130e1711754184118fdef8523e943d51c9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Aug 20 15:15:22 2019 +0430
+
+    Don't use _normalize_variations to avoid twice axis fetch
+
+ src/hb-font.cc | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+commit ab2d3ec542799baa0ac056cfcd264e5b3c301d82
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 14 18:42:51 2019 +0430
+
+    [var] Implement hb_font_get_var_coords_design
+    
+    Hold design coords and simulate when normalized coords are set directly.
+
+ docs/harfbuzz-sections.txt |   1 +
+ src/hb-font.cc             | 121 ++++++++++++++++++++++++++++++++++++---------
+ src/hb-font.h              |   4 ++
+ src/hb-font.hh             |   1 +
+ test/api/Makefile.am       |   1 +
+ test/api/test-var-coords.c |  76 ++++++++++++++++++++++++++++
+ 6 files changed, 180 insertions(+), 24 deletions(-)
+
+commit 5a10f3a0551c2e62bc0969fd857033ed53f10943
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Feb 7 10:38:27 2020 -0800
+
+    Use vector instead of map during page compaction in hb-set.
+
+ src/hb-set.hh | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit 2742c8162479a33d9276fa7a1e6deecc65fef5aa
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jan 28 13:55:31 2020 -0800
+
+    Fix page_map corruption in hb_set_t during process().
+    
+    If a process operation results in less pages then the current set has, it will likely corrupt the page_map since it overwrites page_map entries ahead of where it's processing. This fixes that problem by removing page_map entries that will be dropped. Then dropping orphaned pages and re-indexing retained pages.
+
+ src/hb-set.hh       | 51 ++++++++++++++++++++++++++++++++--
+ test/api/test-set.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 127 insertions(+), 3 deletions(-)
+
+commit eb7849a806699c1c5efc435cf39ee3a0eb9b9e1c
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Feb 5 15:29:03 2020 -0800
+
+    [subset] GPOS6 MarkToMark subsetting support
+
+ src/hb-ot-layout-gpos-table.hh                     |  66 ++++++++++++++++++++-
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ ...6_font1.keep-layout-retain-gids.41,42,43,44.otf | Bin 0 -> 2320 bytes
+ ...6_font1.keep-layout-retain-gids.41,42,43,45.otf | Bin 0 -> 2328 bytes
+ ...pos6_font1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2080 bytes
+ .../gpos6_font1.keep-layout-retain-gids.41,42.otf  | Bin 0 -> 1888 bytes
+ ...ont1.keep-layout-retain-gids.41,43,44,45,46.otf | Bin 0 -> 2688 bytes
+ ...pos6_font1.keep-layout-retain-gids.41,43,44.otf | Bin 0 -> 2324 bytes
+ ...pos6_font1.keep-layout-retain-gids.41,43,45.otf | Bin 0 -> 2336 bytes
+ .../gpos6_font1.keep-layout-retain-gids.41,43.otf  | Bin 0 -> 2092 bytes
+ .../gpos6_font1.keep-layout-retain-gids.41.otf     | Bin 0 -> 1872 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3748 bytes
+ .../gpos6_font1.keep-layout.41,42,43,44.otf        | Bin 0 -> 1616 bytes
+ .../gpos6_font1.keep-layout.41,42,43,45.otf        | Bin 0 -> 1608 bytes
+ .../gpos6_font1.keep-layout.41,42,43.otf           | Bin 0 -> 1380 bytes
+ .../layout.gpos6/gpos6_font1.keep-layout.41,42.otf | Bin 0 -> 1184 bytes
+ .../gpos6_font1.keep-layout.41,43,44,45,46.otf     | Bin 0 -> 1968 bytes
+ .../gpos6_font1.keep-layout.41,43,44.otf           | Bin 0 -> 1608 bytes
+ .../gpos6_font1.keep-layout.41,43,45.otf           | Bin 0 -> 1608 bytes
+ .../layout.gpos6/gpos6_font1.keep-layout.41,43.otf | Bin 0 -> 1376 bytes
+ .../layout.gpos6/gpos6_font1.keep-layout.41.otf    | Bin 0 -> 1172 bytes
+ ...pos6_font1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3748 bytes
+ test/subset/data/fonts/gpos6_font1.otf             | Bin 0 -> 4688 bytes
+ test/subset/data/tests/layout.gpos6.tests          |  18 ++++++
+ 25 files changed, 84 insertions(+), 2 deletions(-)
+
+commit 82afc75835364338b8db4e978ad8a0c466e41225
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Feb 4 13:24:37 2020 -0800
+
+    [subset] GPOS4 MarkBase subsetting support
+
+ src/hb-open-type.hh                                |   7 +
+ src/hb-ot-layout-gpos-table.hh                     | 145 ++++++++++++++++++++-
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ ...chors_1.keep-layout-retain-gids.41,42,43,44.otf | Bin 0 -> 2344 bytes
+ ...chors_1.keep-layout-retain-gids.41,42,43,45.otf | Bin 0 -> 2352 bytes
+ ..._anchors_1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2104 bytes
+ ...ple_anchors_1.keep-layout-retain-gids.41,42.otf | Bin 0 -> 1912 bytes
+ ...rs_1.keep-layout-retain-gids.41,43,44,45,46.otf | Bin 0 -> 2712 bytes
+ ..._anchors_1.keep-layout-retain-gids.41,43,44.otf | Bin 0 -> 2348 bytes
+ ..._anchors_1.keep-layout-retain-gids.41,43,45.otf | Bin 0 -> 2360 bytes
+ ...ple_anchors_1.keep-layout-retain-gids.41,43.otf | Bin 0 -> 2116 bytes
+ ...ltiple_anchors_1.keep-layout-retain-gids.41.otf | Bin 0 -> 1896 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3772 bytes
+ ..._multiple_anchors_1.keep-layout.41,42,43,44.otf | Bin 0 -> 1640 bytes
+ ..._multiple_anchors_1.keep-layout.41,42,43,45.otf | Bin 0 -> 1632 bytes
+ ...os4_multiple_anchors_1.keep-layout.41,42,43.otf | Bin 0 -> 1404 bytes
+ .../gpos4_multiple_anchors_1.keep-layout.41,42.otf | Bin 0 -> 1208 bytes
+ ...ltiple_anchors_1.keep-layout.41,43,44,45,46.otf | Bin 0 -> 1992 bytes
+ ...os4_multiple_anchors_1.keep-layout.41,43,44.otf | Bin 0 -> 1632 bytes
+ ...os4_multiple_anchors_1.keep-layout.41,43,45.otf | Bin 0 -> 1632 bytes
+ .../gpos4_multiple_anchors_1.keep-layout.41,43.otf | Bin 0 -> 1400 bytes
+ .../gpos4_multiple_anchors_1.keep-layout.41.otf    | Bin 0 -> 1196 bytes
+ ..._anchors_1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3772 bytes
+ .../subset/data/fonts/gpos4_multiple_anchors_1.otf | Bin 0 -> 4712 bytes
+ test/subset/data/tests/layout.gpos4.tests          |  18 +++
+ 26 files changed, 169 insertions(+), 3 deletions(-)
+
+commit 4dc3db7344b464695d3c8cfdb7f3e5d518b4a6ac
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Feb 6 12:12:41 2020 +0330
+
+    Minor, fix warnings raised when built with -std=c++2a
+    
+    Follow up to c184180,
+    
+    It was raising,
+    
+      src/hb-ot-layout-common.hh:1067:63: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture]
+          | hb_filter ([=] (const OffsetTo<TSubTable> &_) { return (this+_).intersects (glyphset, lookup_type); })
+                                                                    ^
+      src/hb-ot-layout-common.hh:1067:19: note: add an explicit capture of 'this' to capture '*this' by reference
+          | hb_filter ([=] (const OffsetTo<TSubTable> &_) { return (this+_).intersects (glyphset, lookup_type); })
+                        ^
+                         , this
+    
+    and
+    
+      src/hb-ot-layout-common.hh:2626:38: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture]
+                      { r.collect_lookups (this, lookup_indexes); })
+                                           ^
+      src/hb-ot-layout-common.hh:2625:18: note: add an explicit capture of 'this' to capture '*this' by reference
+          | hb_apply ([=] (const FeatureTableSubstitutionRecord& r)
+                       ^
+                        , this
+    
+    and
+    
+      src/hb-ot-hdmx-table.hh:141:44: error: implicit capture of 'this' with a capture default of '=' is deprecated [-Werror,-Wdeprecated-this-capture]
+                              return device_record->widthsZ.as_array (get_num_glyphs ()) [_];
+                                                                      ^
+      src/hb-ot-hdmx-table.hh:137:17: note: add an explicit capture of 'this' to capture '*this' by reference
+                  | hb_map ([=] (hb_codepoint_t _)
+                             ^
+                              , this
+
+ .circleci/config.yml       |  4 +++-
+ src/hb-ot-hdmx-table.hh    |  4 ++--
+ src/hb-ot-layout-common.hh | 18 ++++++++----------
+ 3 files changed, 13 insertions(+), 13 deletions(-)
+
+commit b4d3bf1d8a97b77cbea6dd770a16aea618af7aee
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Feb 2 14:32:38 2020 +0330
+
+    [draw] Add hb_draw_funcs_is_immutable and hb_draw_funcs_make_immutable
+
+ docs/harfbuzz-sections.txt |  2 ++
+ src/hb-draw.cc             | 32 ++++++++++++++++++++++++++++++++
+ src/hb-draw.h              |  6 ++++++
+ test/api/test-draw.c       | 13 +++++++++++++
+ 4 files changed, 53 insertions(+)
+
+commit 63b8190db884d9ae88a80336067eab539a44b882
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Feb 6 11:38:11 2020 +0330
+
+    [test] minor
+    
+    Remained from previous naming.
+
+ test/api/test-draw.c | 32 ++++++++++++++++----------------
+ 1 file changed, 16 insertions(+), 16 deletions(-)
+
+commit 3a98c7fae196fd149078af4553b966dc1c8d763b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Feb 6 01:11:00 2020 +0330
+
+    [glyf] Skip empty contours
+    
+    As https://savannah.nongnu.org/bugs/index.php?57701
+
+ src/hb-ot-glyf-table.hh     |   8 ++++++
+ test/api/fonts/Stroking.ttf | Bin 0 -> 3380 bytes
+ test/api/test-draw.c        |  60 +++++++++++++++++++++++++++++++++++++++++---
+ 3 files changed, 65 insertions(+), 3 deletions(-)
+
+commit c31762e9e89bc440d21a94d8da34608d1649dc85
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 5 23:12:37 2020 +0330
+
+    [test] minor
+    
+    don't test first ten glyph, just testing cp just like other API calls is enough
+
+ test/api/test-ot-face.c | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 03f778cf3c1170051c3cfb21d9a835252a0123c9
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Wed Feb 5 09:26:45 2020 -0500
+
+    [cmap] remove dead code
+
+ src/hb-ot-cmap-table.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 43253e404d25da31d8b8a57f1fc3ef5c2bb1d1fd
+Merge: 71a201860 774725b43
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 5 17:45:19 2020 +0330
+
+    Merge remote-tracking branch 'upstream/master'
+
+commit 71a201860023e61ef413b5bf05449c624d3ff575
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 5 17:15:50 2020 +0330
+
+    [cbdt] minor, tweak spaces
+
+ src/hb-ot-color-cbdt-table.hh | 437 +++++++++++++++++++++---------------------
+ 1 file changed, 214 insertions(+), 223 deletions(-)
+
+commit eaa2402a793501bc03e7aa7e662333da2b1aadb1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 5 17:02:03 2020 +0330
+
+    [cbdt] Merge hb-ot-color-cbdt-table.cc into its header file
+    
+    Not needed as far as can be said.
+
+ src/Makefile.sources          |  2 --
+ src/harfbuzz.cc               |  1 -
+ src/hb-ot-color-cbdt-table.cc | 75 -------------------------------------------
+ src/hb-ot-color-cbdt-table.hh | 55 ++++++++++++++++++++++++-------
+ 4 files changed, 43 insertions(+), 90 deletions(-)
+
+commit a7f694d4b0d5e95a6202da926ba3c29df6fbb6f0
+Merge: 43016715e b114b26a5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 5 16:31:21 2020 +0330
+
+    Merge branch 'subset_cblc' into master
+
+commit 774725b43a05d7e44286a809bb3767f18189c1a4
+Author: ckitagawa-work <59700018+ckitagawa-work@users.noreply.github.com>
+Date:   Wed Feb 5 07:43:10 2020 -0500
+
+    [subset] Avoid incorrectly dropping cmap for NotoColorEmoji.ttf
+    
+    NotoColorEmoji.ttf uses two cmap subtables
+    
+     Format 14 | Platform ID 0 | Platform Encoding ID  5
+     Format 12 | Platform ID 3 | Platform Encoding ID 10
+    
+    This combination results in the cmap table being dropped during subsetting despite being valid/required.
+
+ src/hb-ot-cmap-table.hh                            |   2 +-
+ test/api/fonts/NotoColorEmoji.cmap.38,AE,2049.ttf  | Bin 0 -> 10032 bytes
+ test/api/fonts/NotoColorEmoji.cmap.ttf             | Bin 0 -> 10052 bytes
+ test/api/test-subset-cmap.c                        |  44 +++++++++++++++++++++
+ .../cmap14/cmap14_font2.default.4E00,4E02,4E03.otf | Bin 0 -> 1360 bytes
+ .../cmap14/cmap14_font2.default.4E00,4E03.otf      | Bin 0 -> 1236 bytes
+ .../cmap14/cmap14_font2.default.4E00,4E05,4E07.otf | Bin 0 -> 1332 bytes
+ .../cmap14/cmap14_font2.default.4E02,4E03,4E08.otf | Bin 0 -> 1576 bytes
+ .../expected/cmap14/cmap14_font2.default.4E02.otf  | Bin 0 -> 992 bytes
+ .../expected/cmap14/cmap14_font2.default.4E03.otf  | Bin 0 -> 1076 bytes
+ .../cmap14_font2.default.4E05,4E07,4E08,4E09.otf   | Bin 0 -> 1848 bytes
+ .../cmap14/cmap14_font2.default.4E08,4E09.otf      | Bin 0 -> 1716 bytes
+ .../expected/cmap14/cmap14_font2.default.4E08.otf  | Bin 0 -> 1380 bytes
+ .../cmap14_font2.default.retain-all-codepoint.otf  | Bin 0 -> 2344 bytes
+ ...font2.drop-hints-retain-gids.4E00,4E02,4E03.otf | Bin 0 -> 1388 bytes
+ ...ap14_font2.drop-hints-retain-gids.4E00,4E03.otf | Bin 0 -> 1272 bytes
+ ...font2.drop-hints-retain-gids.4E00,4E05,4E07.otf | Bin 0 -> 1400 bytes
+ ...font2.drop-hints-retain-gids.4E02,4E03,4E08.otf | Bin 0 -> 1720 bytes
+ .../cmap14_font2.drop-hints-retain-gids.4E02.otf   | Bin 0 -> 1024 bytes
+ .../cmap14_font2.drop-hints-retain-gids.4E03.otf   | Bin 0 -> 1120 bytes
+ ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf | Bin 0 -> 1984 bytes
+ ...ap14_font2.drop-hints-retain-gids.4E08,4E09.otf | Bin 0 -> 1868 bytes
+ .../cmap14_font2.drop-hints-retain-gids.4E08.otf   | Bin 0 -> 1540 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.otf | Bin 0 -> 2432 bytes
+ .../cmap14_font2.drop-hints.4E00,4E02,4E03.otf     | Bin 0 -> 1292 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E00,4E03.otf   | Bin 0 -> 1168 bytes
+ .../cmap14_font2.drop-hints.4E00,4E05,4E07.otf     | Bin 0 -> 1264 bytes
+ .../cmap14_font2.drop-hints.4E02,4E03,4E08.otf     | Bin 0 -> 1512 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E02.otf        | Bin 0 -> 924 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E03.otf        | Bin 0 -> 1008 bytes
+ ...cmap14_font2.drop-hints.4E05,4E07,4E08,4E09.otf | Bin 0 -> 1780 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E08,4E09.otf   | Bin 0 -> 1648 bytes
+ .../cmap14/cmap14_font2.drop-hints.4E08.otf        | Bin 0 -> 1312 bytes
+ ...map14_font2.drop-hints.retain-all-codepoint.otf | Bin 0 -> 2276 bytes
+ .../cmap14_font2.name-ids.4E00,4E02,4E03.otf       | Bin 0 -> 1292 bytes
+ .../cmap14/cmap14_font2.name-ids.4E00,4E03.otf     | Bin 0 -> 1168 bytes
+ .../cmap14_font2.name-ids.4E00,4E05,4E07.otf       | Bin 0 -> 1264 bytes
+ .../cmap14_font2.name-ids.4E02,4E03,4E08.otf       | Bin 0 -> 1508 bytes
+ .../expected/cmap14/cmap14_font2.name-ids.4E02.otf | Bin 0 -> 924 bytes
+ .../expected/cmap14/cmap14_font2.name-ids.4E03.otf | Bin 0 -> 1008 bytes
+ .../cmap14_font2.name-ids.4E05,4E07,4E08,4E09.otf  | Bin 0 -> 1780 bytes
+ .../cmap14/cmap14_font2.name-ids.4E08,4E09.otf     | Bin 0 -> 1648 bytes
+ .../expected/cmap14/cmap14_font2.name-ids.4E08.otf | Bin 0 -> 1312 bytes
+ .../cmap14_font2.name-ids.retain-all-codepoint.otf | Bin 0 -> 2276 bytes
+ .../cmap14_font2.retain-gids.4E00,4E02,4E03.otf    | Bin 0 -> 1452 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E00,4E03.otf  | Bin 0 -> 1340 bytes
+ .../cmap14_font2.retain-gids.4E00,4E05,4E07.otf    | Bin 0 -> 1468 bytes
+ .../cmap14_font2.retain-gids.4E02,4E03,4E08.otf    | Bin 0 -> 1788 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E02.otf       | Bin 0 -> 1092 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E03.otf       | Bin 0 -> 1188 bytes
+ ...map14_font2.retain-gids.4E05,4E07,4E08,4E09.otf | Bin 0 -> 2048 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E08,4E09.otf  | Bin 0 -> 1936 bytes
+ .../cmap14/cmap14_font2.retain-gids.4E08.otf       | Bin 0 -> 1604 bytes
+ ...ap14_font2.retain-gids.retain-all-codepoint.otf | Bin 0 -> 2496 bytes
+ test/subset/data/fonts/cmap14_font2.otf            | Bin 0 -> 4480 bytes
+ test/subset/data/tests/cmap14.tests                |   1 +
+ 56 files changed, 46 insertions(+), 1 deletion(-)
+
+commit 43016715e1b4d48bc0cf598f374ffa9213b5fe2e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 5 15:02:20 2020 +0330
+
+    [subset] minor on _subset
+
+ src/hb-subset.cc | 32 ++++++++++++++------------------
+ 1 file changed, 14 insertions(+), 18 deletions(-)
+
+commit dcb5dfc970f2720b9c76efd672c83cf2bdbd4bf0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 5 15:01:25 2020 +0330
+
+    [subset] minor on tables iteration
+
+ src/hb-subset.cc | 38 +++++++++++++++++---------------------
+ 1 file changed, 17 insertions(+), 21 deletions(-)
+
+commit a8593339e2bd76eef30d0b87a9f509c5f2e8366c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 5 15:00:25 2020 +0330
+
+    [subset] minor on switch statements
+
+ src/hb-subset.cc | 166 ++++++++++++++++++-------------------------------------
+ 1 file changed, 55 insertions(+), 111 deletions(-)
+
+commit b1f63109c6f084ee1b963ebcb85b440f8639e322
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 5 00:28:21 2020 +0330
+
+    [subset] Optimize _is_table_present
+    
+    One call for most of the fonts and no malloc
+
+ src/hb-subset.cc | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 25707e37e32777aee76317c55a234921c4a3b51e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 5 00:27:28 2020 +0330
+
+    [cff] minor
+
+ src/hb-ot-cff1-table.hh | 5 +----
+ src/hb-ot-cff2-table.hh | 5 +----
+ 2 files changed, 2 insertions(+), 8 deletions(-)
+
+commit 0d61926ca7c2f3e1d06231dd659ff3c43aa41746
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Tue Feb 4 13:36:51 2020 -0500
+
+    [subset] Keep head when no glyf table
+
+ src/hb-ot-cff1-table.hh | 12 +------
+ src/hb-ot-cff2-table.hh | 12 +------
+ src/hb-ot-head-table.hh | 12 +++++++
+ src/hb-subset.cc        | 91 ++++++++++++++++++++++++++++++-------------------
+ 4 files changed, 69 insertions(+), 58 deletions(-)
+
+commit 7f9b2228a610ad614b77b24503bf02f95e0bf4b8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 4 23:05:46 2020 +0330
+
+    [glyf] minor
+    
+    Improve using https://developer.blender.org/diffusion/B/browse/master/source/blender/blenlib/intern/freetypefont.c$572
+
+ src/hb-ot-glyf-table.hh | 14 ++++++--------
+ 1 file changed, 6 insertions(+), 8 deletions(-)
+
+commit 5b436033851960ea3638fbf882100b8c04d6d5a3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Feb 4 21:29:19 2020 +0330
+
+    [subset] Rename _subset2 to _subset
+
+ src/hb-subset.cc | 62 +++++++++++++++++++-------------------------------------
+ 1 file changed, 21 insertions(+), 41 deletions(-)
+
+commit 2792fb8ba1b542b4f974c272a51014aadbecc670
+Author: ariza <ariza@adobe.com>
+Date:   Sun Feb 2 22:00:53 2020 -0800
+
+    first rewrite of cff/cff2 _subset with _subset2
+
+ src/hb-ot-cff1-table.hh |  12 ++----
+ src/hb-ot-cff2-table.hh |  12 ++----
+ src/hb-subset-cff1.cc   | 106 ++++++++++++++++++++----------------------------
+ src/hb-subset-cff1.hh   |   3 +-
+ src/hb-subset-cff2.cc   |  90 ++++++++++++++++------------------------
+ src/hb-subset-cff2.hh   |   3 +-
+ src/hb-subset.cc        |   4 +-
+ 7 files changed, 89 insertions(+), 141 deletions(-)
+
+commit b114b26a56234c17c620f69d30b1f388fc5fb6df
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Tue Feb 4 09:49:24 2020 -0500
+
+    Add guard to copy_glyph_at_idx
+
+ src/hb-ot-color-cbdt-table.cc | 2 +-
+ src/hb-ot-color-cbdt-table.hh | 9 ++++++++-
+ 2 files changed, 9 insertions(+), 2 deletions(-)
+
+commit b2a68ed587b9931168bba5cae684e40840afc699
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Feb 1 23:16:26 2020 +0330
+
+    [name] Minor, use subtraction instead ternary operator
+    
+    Guess ternary was a bit more legible, apparently however we agreed to use subtraction,
+    https://github.com/harfbuzz/harfbuzz/pull/2139#discussion_r372582005
+
+ src/hb-ot-name-table.hh | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 490ef1cc236ae77b8168218d77cbc3b85ecb81bc
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jan 28 15:57:33 2020 -0800
+
+    [subset] Fix namerecord ordering
+    This will fix inconsistency with fontTools.
+    Also according to the spec, namerecords must be sorted
+    first by platform ID, then by platform-specific ID,
+    then by language ID, and then by name ID.
+
+ src/hb-ot-name-table.hh                            |  37 ++++++++++++++++++++-
+ ...numMyeongjo-Regular-subset.default.61,62,63.ttf | Bin 0 -> 4128 bytes
+ .../NanumMyeongjo-Regular-subset.default.61,63.ttf | Bin 0 -> 3580 bytes
+ .../NanumMyeongjo-Regular-subset.default.61.ttf    | Bin 0 -> 3156 bytes
+ .../NanumMyeongjo-Regular-subset.default.62.ttf    | Bin 0 -> 3180 bytes
+ .../NanumMyeongjo-Regular-subset.default.63.ttf    | Bin 0 -> 3048 bytes
+ ...Regular-subset.default.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
+ ...ular-subset.drop-hints-retain-gids.61,62,63.ttf | Bin 0 -> 1452 bytes
+ ...Regular-subset.drop-hints-retain-gids.61,63.ttf | Bin 0 -> 1284 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.61.ttf | Bin 0 -> 1128 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.62.ttf | Bin 0 -> 1144 bytes
+ ...jo-Regular-subset.drop-hints-retain-gids.63.ttf | Bin 0 -> 1116 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 0 -> 3536 bytes
+ ...Myeongjo-Regular-subset.drop-hints.61,62,63.ttf | Bin 0 -> 1452 bytes
+ ...numMyeongjo-Regular-subset.drop-hints.61,63.ttf | Bin 0 -> 1276 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.61.ttf | Bin 0 -> 1128 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.62.ttf | Bin 0 -> 1140 bytes
+ .../NanumMyeongjo-Regular-subset.drop-hints.63.ttf | Bin 0 -> 1104 bytes
+ ...ular-subset.drop-hints.retain-all-codepoint.ttf | Bin 0 -> 3536 bytes
+ ...umMyeongjo-Regular-subset.name-ids.61,62,63.ttf | Bin 0 -> 3924 bytes
+ ...NanumMyeongjo-Regular-subset.name-ids.61,63.ttf | Bin 0 -> 3376 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.61.ttf   | Bin 0 -> 2952 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.62.ttf   | Bin 0 -> 2976 bytes
+ .../NanumMyeongjo-Regular-subset.name-ids.63.ttf   | Bin 0 -> 2844 bytes
+ ...egular-subset.name-ids.retain-all-codepoint.ttf | Bin 0 -> 9320 bytes
+ ...ngjo-Regular-subset.name-languages.61,62,63.ttf | Bin 0 -> 4172 bytes
+ ...yeongjo-Regular-subset.name-languages.61,63.ttf | Bin 0 -> 3624 bytes
+ ...umMyeongjo-Regular-subset.name-languages.61.ttf | Bin 0 -> 3200 bytes
+ ...umMyeongjo-Regular-subset.name-languages.62.ttf | Bin 0 -> 3224 bytes
+ ...umMyeongjo-Regular-subset.name-languages.63.ttf | Bin 0 -> 3092 bytes
+ ...-subset.name-languages.retain-all-codepoint.ttf | Bin 0 -> 9568 bytes
+ ...yeongjo-Regular-subset.name-legacy.61,62,63.ttf | Bin 0 -> 4128 bytes
+ ...umMyeongjo-Regular-subset.name-legacy.61,63.ttf | Bin 0 -> 3580 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.61.ttf | Bin 0 -> 3156 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.62.ttf | Bin 0 -> 3180 bytes
+ ...NanumMyeongjo-Regular-subset.name-legacy.63.ttf | Bin 0 -> 3048 bytes
+ ...lar-subset.name-legacy.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
+ ...yeongjo-Regular-subset.retain-gids.61,62,63.ttf | Bin 0 -> 4128 bytes
+ ...umMyeongjo-Regular-subset.retain-gids.61,63.ttf | Bin 0 -> 3588 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.61.ttf | Bin 0 -> 3156 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.62.ttf | Bin 0 -> 3184 bytes
+ ...NanumMyeongjo-Regular-subset.retain-gids.63.ttf | Bin 0 -> 3060 bytes
+ ...lar-subset.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
+ .../japanese/Mplus1p-Regular.default.25771.ttf     | Bin 1824 -> 1824 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  | Bin 1096 -> 1096 bytes
+ .../data/fonts/NanumMyeongjo-Regular-subset.ttf    | Bin 0 -> 9964 bytes
+ test/subset/data/tests/basics.tests                |   1 +
+ 47 files changed, 37 insertions(+), 1 deletion(-)
+
+commit e128f8027888536cb8f84f950bd2dbd6ecaf67a9
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Tue Jan 21 13:35:43 2020 -0500
+
+    parent 777ba47b50f6379b9f9abf1d72559316b7116b9e
+    author ckitagawa <ckitagawa@chromium.org> 1579631743 -0500
+    committer ckitagawa <ckitagawa@chromium.org> 1580506176 -0500
+    
+    [subset] Add CBLC support
+
+ src/Makefile.sources                               |   2 +
+ src/harfbuzz.cc                                    |   1 +
+ src/hb-ot-cmap-table.hh                            |   6 +-
+ src/hb-ot-color-cbdt-table.cc                      |  75 ++++
+ src/hb-ot-color-cbdt-table.hh                      | 411 ++++++++++++++++++++-
+ src/hb-ot-head-table.hh                            |  12 +
+ src/hb-subset.cc                                   |  98 +++--
+ test/api/Makefile.am                               |   2 +
+ .../fonts/NotoColorEmoji.subset.default.2049.ttf   | Bin 0 -> 3112 bytes
+ .../api/fonts/NotoColorEmoji.subset.default.39.ttf | Bin 0 -> 1920 bytes
+ ...oji.subset.index_format3.default.38,AE,2049.ttf | Bin 0 -> 7536 bytes
+ .../fonts/NotoColorEmoji.subset.index_format3.ttf  | Bin 0 -> 10112 bytes
+ ...set.multiple_size_tables.default.38,AE,2049.ttf | Bin 0 -> 14140 bytes
+ .../NotoColorEmoji.subset.multiple_size_tables.ttf | Bin 0 -> 19280 bytes
+ test/api/fonts/NotoColorEmoji.subset.ttf           | Bin 0 -> 10124 bytes
+ test/api/test-subset-cbdt.c                        | 158 ++++++++
+ .../fonts/NotoColorEmoji.subset.index_format3.ttf  | Bin 0 -> 10112 bytes
+ .../NotoColorEmoji.subset.multiple_size_tables.ttf | Bin 0 -> 19280 bytes
+ test/fuzzing/fonts/NotoColorEmoji.subset.ttf       | Bin 0 -> 10124 bytes
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ .../cbdt/NotoColorEmoji.subset.default.2049.ttf    | Bin 0 -> 3112 bytes
+ .../cbdt/NotoColorEmoji.subset.default.38,2049.ttf | Bin 0 -> 4084 bytes
+ .../cbdt/NotoColorEmoji.subset.default.38,20E3.ttf | Bin 0 -> 3568 bytes
+ ...rEmoji.subset.default.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 10124 bytes
+ .../NotoColorEmoji.subset.default.38,AE,2049.ttf   | Bin 0 -> 7544 bytes
+ .../cbdt/NotoColorEmoji.subset.default.39.ttf      | Bin 0 -> 1920 bytes
+ .../cbdt/NotoColorEmoji.subset.default.AE.ttf      | Bin 0 -> 4412 bytes
+ ...lorEmoji.subset.drop-hints-retain-gids.2049.ttf | Bin 0 -> 3136 bytes
+ ...Emoji.subset.drop-hints-retain-gids.38,2049.ttf | Bin 0 -> 4108 bytes
+ ...Emoji.subset.drop-hints-retain-gids.38,20E3.ttf | Bin 0 -> 3600 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 10124 bytes
+ ...ji.subset.drop-hints-retain-gids.38,AE,2049.ttf | Bin 0 -> 7564 bytes
+ ...ColorEmoji.subset.drop-hints-retain-gids.39.ttf | Bin 0 -> 1928 bytes
+ ...ColorEmoji.subset.drop-hints-retain-gids.AE.ttf | Bin 0 -> 4428 bytes
+ .../cbdt/NotoColorEmoji.subset.drop-hints.2049.ttf | Bin 0 -> 3112 bytes
+ .../NotoColorEmoji.subset.drop-hints.38,2049.ttf   | Bin 0 -> 4084 bytes
+ .../NotoColorEmoji.subset.drop-hints.38,20E3.ttf   | Bin 0 -> 3568 bytes
+ ...oji.subset.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 10124 bytes
+ ...NotoColorEmoji.subset.drop-hints.38,AE,2049.ttf | Bin 0 -> 7544 bytes
+ .../cbdt/NotoColorEmoji.subset.drop-hints.39.ttf   | Bin 0 -> 1920 bytes
+ .../cbdt/NotoColorEmoji.subset.drop-hints.AE.ttf   | Bin 0 -> 4412 bytes
+ .../NotoColorEmoji.subset.gap.default.2049.ttf     | Bin 0 -> 3112 bytes
+ .../NotoColorEmoji.subset.gap.default.38,2049.ttf  | Bin 0 -> 4084 bytes
+ .../NotoColorEmoji.subset.gap.default.38,20E3.ttf  | Bin 0 -> 3568 bytes
+ ...ji.subset.gap.default.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 9188 bytes
+ ...otoColorEmoji.subset.gap.default.38,AE,2049.ttf | Bin 0 -> 7544 bytes
+ .../cbdt/NotoColorEmoji.subset.gap.default.39.ttf  | Bin 0 -> 908 bytes
+ .../cbdt/NotoColorEmoji.subset.gap.default.AE.ttf  | Bin 0 -> 4412 bytes
+ ...moji.subset.gap.drop-hints-retain-gids.2049.ttf | Bin 0 -> 3136 bytes
+ ...i.subset.gap.drop-hints-retain-gids.38,2049.ttf | Bin 0 -> 4108 bytes
+ ...i.subset.gap.drop-hints-retain-gids.38,20E3.ttf | Bin 0 -> 3600 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 9188 bytes
+ ...ubset.gap.drop-hints-retain-gids.38,AE,2049.ttf | Bin 0 -> 7564 bytes
+ ...rEmoji.subset.gap.drop-hints-retain-gids.39.ttf | Bin 0 -> 916 bytes
+ ...rEmoji.subset.gap.drop-hints-retain-gids.AE.ttf | Bin 0 -> 4428 bytes
+ .../NotoColorEmoji.subset.gap.drop-hints.2049.ttf  | Bin 0 -> 3112 bytes
+ ...otoColorEmoji.subset.gap.drop-hints.38,2049.ttf | Bin 0 -> 4084 bytes
+ ...otoColorEmoji.subset.gap.drop-hints.38,20E3.ttf | Bin 0 -> 3568 bytes
+ ...subset.gap.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 9188 bytes
+ ...ColorEmoji.subset.gap.drop-hints.38,AE,2049.ttf | Bin 0 -> 7544 bytes
+ .../NotoColorEmoji.subset.gap.drop-hints.39.ttf    | Bin 0 -> 908 bytes
+ .../NotoColorEmoji.subset.gap.drop-hints.AE.ttf    | Bin 0 -> 4412 bytes
+ .../NotoColorEmoji.subset.gap.retain-gids.2049.ttf | Bin 0 -> 3136 bytes
+ ...toColorEmoji.subset.gap.retain-gids.38,2049.ttf | Bin 0 -> 4108 bytes
+ ...toColorEmoji.subset.gap.retain-gids.38,20E3.ttf | Bin 0 -> 3600 bytes
+ ...ubset.gap.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 9188 bytes
+ ...olorEmoji.subset.gap.retain-gids.38,AE,2049.ttf | Bin 0 -> 7564 bytes
+ .../NotoColorEmoji.subset.gap.retain-gids.39.ttf   | Bin 0 -> 916 bytes
+ .../NotoColorEmoji.subset.gap.retain-gids.AE.ttf   | Bin 0 -> 4428 bytes
+ ...olorEmoji.subset.index_format3.default.2049.ttf | Bin 0 -> 3112 bytes
+ ...rEmoji.subset.index_format3.default.38,2049.ttf | Bin 0 -> 4080 bytes
+ ...rEmoji.subset.index_format3.default.38,20E3.ttf | Bin 0 -> 3564 bytes
+ ...index_format3.default.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 10112 bytes
+ ...oji.subset.index_format3.default.38,AE,2049.ttf | Bin 0 -> 7536 bytes
+ ...oColorEmoji.subset.index_format3.default.39.ttf | Bin 0 -> 1920 bytes
+ ...oColorEmoji.subset.index_format3.default.AE.ttf | Bin 0 -> 4412 bytes
+ ...t.index_format3.drop-hints-retain-gids.2049.ttf | Bin 0 -> 3136 bytes
+ ...ndex_format3.drop-hints-retain-gids.38,2049.ttf | Bin 0 -> 4104 bytes
+ ...ndex_format3.drop-hints-retain-gids.38,20E3.ttf | Bin 0 -> 3596 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 10112 bytes
+ ...x_format3.drop-hints-retain-gids.38,AE,2049.ttf | Bin 0 -> 7556 bytes
+ ...set.index_format3.drop-hints-retain-gids.39.ttf | Bin 0 -> 1928 bytes
+ ...set.index_format3.drop-hints-retain-gids.AE.ttf | Bin 0 -> 4428 bytes
+ ...rEmoji.subset.index_format3.drop-hints.2049.ttf | Bin 0 -> 3112 bytes
+ ...oji.subset.index_format3.drop-hints.38,2049.ttf | Bin 0 -> 4080 bytes
+ ...oji.subset.index_format3.drop-hints.38,20E3.ttf | Bin 0 -> 3564 bytes
+ ...ex_format3.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 10112 bytes
+ ....subset.index_format3.drop-hints.38,AE,2049.ttf | Bin 0 -> 7536 bytes
+ ...lorEmoji.subset.index_format3.drop-hints.39.ttf | Bin 0 -> 1920 bytes
+ ...lorEmoji.subset.index_format3.drop-hints.AE.ttf | Bin 0 -> 4412 bytes
+ ...Emoji.subset.index_format3.retain-gids.2049.ttf | Bin 0 -> 3136 bytes
+ ...ji.subset.index_format3.retain-gids.38,2049.ttf | Bin 0 -> 4104 bytes
+ ...ji.subset.index_format3.retain-gids.38,20E3.ttf | Bin 0 -> 3596 bytes
+ ...x_format3.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 10112 bytes
+ ...subset.index_format3.retain-gids.38,AE,2049.ttf | Bin 0 -> 7556 bytes
+ ...orEmoji.subset.index_format3.retain-gids.39.ttf | Bin 0 -> 1928 bytes
+ ...orEmoji.subset.index_format3.retain-gids.AE.ttf | Bin 0 -> 4428 bytes
+ ...ji.subset.multiple_size_tables.default.2049.ttf | Bin 0 -> 5312 bytes
+ ...subset.multiple_size_tables.default.38,2049.ttf | Bin 0 -> 7244 bytes
+ ...subset.multiple_size_tables.default.38,20E3.ttf | Bin 0 -> 6212 bytes
+ ...e_size_tables.default.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 19280 bytes
+ ...set.multiple_size_tables.default.38,AE,2049.ttf | Bin 0 -> 14140 bytes
+ ...moji.subset.multiple_size_tables.default.39.ttf | Bin 0 -> 2928 bytes
+ ...moji.subset.multiple_size_tables.default.AE.ttf | Bin 0 -> 7916 bytes
+ ...ple_size_tables.drop-hints-retain-gids.2049.ttf | Bin 0 -> 5336 bytes
+ ..._size_tables.drop-hints-retain-gids.38,2049.ttf | Bin 0 -> 7268 bytes
+ ..._size_tables.drop-hints-retain-gids.38,20E3.ttf | Bin 0 -> 6244 bytes
+ ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 19280 bytes
+ ...ze_tables.drop-hints-retain-gids.38,AE,2049.ttf | Bin 0 -> 14164 bytes
+ ...tiple_size_tables.drop-hints-retain-gids.39.ttf | Bin 0 -> 2936 bytes
+ ...tiple_size_tables.drop-hints-retain-gids.AE.ttf | Bin 0 -> 7932 bytes
+ ...subset.multiple_size_tables.drop-hints.2049.ttf | Bin 0 -> 5312 bytes
+ ...set.multiple_size_tables.drop-hints.38,2049.ttf | Bin 0 -> 7244 bytes
+ ...set.multiple_size_tables.drop-hints.38,20E3.ttf | Bin 0 -> 6212 bytes
+ ...ize_tables.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 19280 bytes
+ ....multiple_size_tables.drop-hints.38,AE,2049.ttf | Bin 0 -> 14140 bytes
+ ...i.subset.multiple_size_tables.drop-hints.39.ttf | Bin 0 -> 2928 bytes
+ ...i.subset.multiple_size_tables.drop-hints.AE.ttf | Bin 0 -> 7916 bytes
+ ...ubset.multiple_size_tables.retain-gids.2049.ttf | Bin 0 -> 5336 bytes
+ ...et.multiple_size_tables.retain-gids.38,2049.ttf | Bin 0 -> 7268 bytes
+ ...et.multiple_size_tables.retain-gids.38,20E3.ttf | Bin 0 -> 6244 bytes
+ ...ze_tables.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 19280 bytes
+ ...multiple_size_tables.retain-gids.38,AE,2049.ttf | Bin 0 -> 14164 bytes
+ ....subset.multiple_size_tables.retain-gids.39.ttf | Bin 0 -> 2936 bytes
+ ....subset.multiple_size_tables.retain-gids.AE.ttf | Bin 0 -> 7932 bytes
+ .../NotoColorEmoji.subset.retain-gids.2049.ttf     | Bin 0 -> 3136 bytes
+ .../NotoColorEmoji.subset.retain-gids.38,2049.ttf  | Bin 0 -> 4108 bytes
+ .../NotoColorEmoji.subset.retain-gids.38,20E3.ttf  | Bin 0 -> 3600 bytes
+ ...ji.subset.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 10124 bytes
+ ...otoColorEmoji.subset.retain-gids.38,AE,2049.ttf | Bin 0 -> 7564 bytes
+ .../cbdt/NotoColorEmoji.subset.retain-gids.39.ttf  | Bin 0 -> 1928 bytes
+ .../cbdt/NotoColorEmoji.subset.retain-gids.AE.ttf  | Bin 0 -> 4428 bytes
+ .../data/fonts/NotoColorEmoji.subset.gap.ttf       | Bin 0 -> 9188 bytes
+ .../fonts/NotoColorEmoji.subset.index_format3.ttf  | Bin 0 -> 10112 bytes
+ .../NotoColorEmoji.subset.multiple_size_tables.ttf | Bin 0 -> 19280 bytes
+ test/subset/data/fonts/NotoColorEmoji.subset.ttf   | Bin 0 -> 10124 bytes
+ test/subset/data/tests/cbdt.tests                  |  20 +
+ 138 files changed, 747 insertions(+), 40 deletions(-)
+
+commit b4377afd28c8158ff0c8234aa9b2bfec3a54abd1
+Author: Evgeniy Reizner <razrfalcon@gmail.com>
+Date:   Fri Jan 31 15:11:45 2020 +0200
+
+    Minor hb_ot_layout documentation fixes.
+
+ src/hb-ot-layout.cc |  8 ++++----
+ src/hb-ot-layout.h  | 10 +++++-----
+ 2 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 0216a96b0fd6bd1ab4030cd7097873a1063cd846
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Jan 30 12:36:58 2020 -0800
+
+    [subset] Fix simple glyph trim_padding in glyf table
+    Detail: when numOfContours = 1 and flag = 0x31
+    xCoordinates and yCoordinates would be empty
+
+ src/hb-ot-glyf-table.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit b6a8f5e63c144868edb0259e45b33e14275d1e3e
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jan 28 09:30:51 2020 -0800
+
+    [subset] CMAP table subsetting fix
+    Not all codepoints smaller than 0xFFFF go to cmap4 table.
+    Only subset codepoints existing in each table.
+    This will also make harfbuzz consistent with fontTools' behavior
+
+ src/hb-ot-cmap-table.hh                                 |  15 ++++++++++++---
+ test/subset/data/Makefile.am                            |   1 +
+ test/subset/data/Makefile.sources                       |   1 +
+ .../expected/cmap/AdobeBlank-Regular.default.61,62.ttf  | Bin 0 -> 1336 bytes
+ .../cmap/AdobeBlank-Regular.default.61,FEFA.ttf         | Bin 0 -> 1348 bytes
+ .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttf       | Bin 0 -> 1300 bytes
+ .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttf       | Bin 0 -> 1288 bytes
+ .../expected/cmap/AdobeBlank-Regular.default.FEFA.ttf   | Bin 0 -> 1268 bytes
+ .../AdobeBlank-Regular.drop-hints-retain-gids.61,62.ttf | Bin 0 -> 1552 bytes
+ ...dobeBlank-Regular.drop-hints-retain-gids.61,FEFA.ttf | Bin 0 -> 8316 bytes
+ ...beBlank-Regular.drop-hints-retain-gids.FEE6,FECF.ttf | Bin 0 -> 8188 bytes
+ ...beBlank-Regular.drop-hints-retain-gids.FEF9,FEFA.ttf | Bin 0 -> 8256 bytes
+ .../AdobeBlank-Regular.drop-hints-retain-gids.FEFA.ttf  | Bin 0 -> 8240 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttf        | Bin 0 -> 1164 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttf      | Bin 0 -> 1176 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.FEE6,FECF.ttf    | Bin 0 -> 1128 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttf    | Bin 0 -> 1116 bytes
+ .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttf         | Bin 0 -> 1096 bytes
+ .../expected/cmap/AdobeBlank-Regular.name-ids.61,62.ttf | Bin 0 -> 1084 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttf        | Bin 0 -> 1096 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttf      | Bin 0 -> 1048 bytes
+ .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttf      | Bin 0 -> 1036 bytes
+ .../expected/cmap/AdobeBlank-Regular.name-ids.FEFA.ttf  | Bin 0 -> 1016 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttf       | Bin 0 -> 1724 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.61,FEFA.ttf     | Bin 0 -> 8488 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.FEE6,FECF.ttf   | Bin 0 -> 8360 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttf   | Bin 0 -> 8428 bytes
+ .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttf        | Bin 0 -> 8412 bytes
+ test/subset/data/fonts/AdobeBlank-Regular.ttf           | Bin 0 -> 72408 bytes
+ test/subset/data/tests/cmap.tests                       |  16 ++++++++++++++++
+ 30 files changed, 30 insertions(+), 3 deletions(-)
+
+commit 777ba47b50f6379b9f9abf1d72559316b7116b9e
+Merge: 5b069c361 92f43a99c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jan 30 22:38:43 2020 +0330
+
+    Merge pull request #2132 from ckitagawa-work/subset_colr
+    
+    [subset] Add COLR support
+
+commit 5b069c3612e0347db4b7932135f6a3b9e1f84f58
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jan 30 18:05:01 2020 +0330
+
+    [draw][docs] update to new terminology
+
+ src/hb-draw.h | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 920dca4550f73f05d79e95ddf537054e2775f7e5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jan 30 18:03:06 2020 +0330
+
+    [draw][docs] update to new terminlogy
+
+ src/hb-draw.cc | 32 ++++++++++++++++----------------
+ 1 file changed, 16 insertions(+), 16 deletions(-)
+
+commit 1632726c1fbcd49d8c27c03948859e80476b41bd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jan 30 16:48:34 2020 +0330
+
+    [draw] minor
+
+ src/hb-draw.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 92f43a99c685752416f216c22b6edb9d87ce5d35
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Wed Jan 29 16:06:55 2020 -0500
+
+    [subset] COLR, simplify logic and use add_array
+
+ src/hb-ot-color-colr-table.hh | 15 ++++++---------
+ 1 file changed, 6 insertions(+), 9 deletions(-)
+
+commit fba5128a9e9459de5b08367c96d05674aa1363a9
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Wed Jan 29 10:24:55 2020 -0500
+
+    Fix build
+
+ src/hb-ot-color-colr-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7d542a5274d56229a72c30e53aecbae8ea938f4e
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Wed Jan 29 10:20:00 2020 -0500
+
+    Refactor to two iterators
+
+ src/hb-ot-color-colr-table.hh                      | 142 ++++++++++++---------
+ src/hb-subset-plan.cc                              |   2 +-
+ .../TwemojiMozilla.subset.default.32,3299.ttf      | Bin 0 -> 5264 bytes
+ test/api/test-subset-colr.c                        |  21 +++
+ 4 files changed, 105 insertions(+), 60 deletions(-)
+
+commit 0aed54dca6fefbc26f466ace6c105881c536baa2
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Fri Jan 24 15:51:06 2020 -0500
+
+    Use one-liner methods
+
+ src/hb-ot-color-colr-table.hh | 18 ++++--------------
+ 1 file changed, 4 insertions(+), 14 deletions(-)
+
+commit 81c469eb62294666c27bcd82e4e6fcad742dcbf3
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Fri Jan 24 15:49:25 2020 -0500
+
+    Try to fix Wrange-loop-analysis
+
+ src/hb-ot-color-colr-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0d1ba94ac7910f0fc8232c539d4f6709cd2493fd
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Fri Jan 24 15:44:40 2020 -0500
+
+    Minor style fixes
+
+ src/hb-ot-color-colr-table.hh | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit 49b98e865007bbbfd5780b301a68daa7b3800ec3
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Fri Jan 24 15:39:02 2020 -0500
+
+    Fix nullptr de-reference failure if both blobs in a subset test are 0 in size
+
+ test/api/hb-subset-test.h | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit ed857c4680721d767ce9c60cf081ad0a1bcee8e6
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Fri Jan 24 08:52:23 2020 -0500
+
+    [subset] Add COLR support
+
+ src/hb-ot-color-colr-table.hh                      | 127 ++++++++++++++++++++-
+ src/hb-subset-plan.cc                              |   5 +
+ src/hb-subset.cc                                   |   4 +
+ test/api/Makefile.am                               |   2 +
+ .../api/fonts/TwemojiMozilla.subset.default.32.ttf | Bin 0 -> 4660 bytes
+ .../fonts/TwemojiMozilla.subset.default.3297.ttf   | Bin 0 -> 5068 bytes
+ test/api/fonts/TwemojiMozilla.subset.ttf           | Bin 0 -> 5712 bytes
+ test/api/test-subset-colr.c                        |  99 ++++++++++++++++
+ test/fuzzing/fonts/TwemojiMozilla.subset.ttf       | Bin 0 -> 5712 bytes
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ .../TwemojiMozilla.subset.default.32,3297,3299.ttf | Bin 0 -> 5624 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3297.ttf | Bin 0 -> 5088 bytes
+ .../colr/TwemojiMozilla.subset.default.32,3299.ttf | Bin 0 -> 5264 bytes
+ .../colr/TwemojiMozilla.subset.default.32.ttf      | Bin 0 -> 4660 bytes
+ .../TwemojiMozilla.subset.default.3297,3299.ttf    | Bin 0 -> 5604 bytes
+ .../colr/TwemojiMozilla.subset.default.3297.ttf    | Bin 0 -> 5068 bytes
+ .../colr/TwemojiMozilla.subset.default.3299.ttf    | Bin 0 -> 5244 bytes
+ ....subset.drop-hints-retain-gids.32,3297,3299.ttf | Bin 0 -> 5604 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3297.ttf | Bin 0 -> 5084 bytes
+ ...zilla.subset.drop-hints-retain-gids.32,3299.ttf | Bin 0 -> 5264 bytes
+ ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf | Bin 0 -> 4640 bytes
+ ...lla.subset.drop-hints-retain-gids.3297,3299.ttf | Bin 0 -> 5588 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3297.ttf | Bin 0 -> 5064 bytes
+ ...iMozilla.subset.drop-hints-retain-gids.3299.ttf | Bin 0 -> 5244 bytes
+ ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf | Bin 0 -> 5604 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   | Bin 0 -> 5068 bytes
+ .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   | Bin 0 -> 5244 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   | Bin 0 -> 4640 bytes
+ .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf | Bin 0 -> 5584 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf | Bin 0 -> 5048 bytes
+ .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf | Bin 0 -> 5224 bytes
+ ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf | Bin 0 -> 5624 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  | Bin 0 -> 5104 bytes
+ .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  | Bin 0 -> 5284 bytes
+ .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  | Bin 0 -> 4660 bytes
+ ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf | Bin 0 -> 5608 bytes
+ .../TwemojiMozilla.subset.retain-gids.3297.ttf     | Bin 0 -> 5084 bytes
+ .../TwemojiMozilla.subset.retain-gids.3299.ttf     | Bin 0 -> 5264 bytes
+ test/subset/data/fonts/TwemojiMozilla.subset.ttf   | Bin 0 -> 5712 bytes
+ test/subset/data/tests/colr.tests                  |  17 +++
+ 41 files changed, 255 insertions(+), 1 deletion(-)
+
+commit d106900bfd61ed45fbd4ffd93875d167d86e01e4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jan 28 15:26:13 2020 +0330
+
+    [draw][glyf] Implement quadratic to cubic call translation
+
+ src/hb-draw.cc          |  7 +-----
+ src/hb-draw.h           |  3 +++
+ src/hb-ot-glyf-table.hh | 58 ++++++++++++++++++++++++++++++++++++++++++++-----
+ test/api/test-draw.c    | 27 +++++++++++++++++++++--
+ 4 files changed, 81 insertions(+), 14 deletions(-)
+
+commit 74fdcdcac8bf0467c50ddf6793b147e93b790a52
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jan 28 13:45:22 2020 +0330
+
+    [draw] Rename conic_to to quadratic_to
+
+ docs/harfbuzz-sections.txt |  4 ++--
+ src/hb-draw.cc             | 16 ++++++++--------
+ src/hb-draw.h              | 10 +++++-----
+ src/hb-draw.hh             |  2 +-
+ src/hb-ot-glyf-table.hh    |  4 ++--
+ src/main.cc                |  8 ++++----
+ test/api/test-draw.c       |  8 ++++----
+ 7 files changed, 26 insertions(+), 26 deletions(-)
+
+commit ac81e94016be3fb638c16bae38bd61cc131104ac
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jan 28 12:34:47 2020 +0330
+
+    Rename hb_outline_decompose to hb_font_draw_glyph and hb_outline_decompose_funcs_t to hb_draw_funcs_t
+
+ docs/harfbuzz-sections.txt               | 38 ++++++-------
+ src/Makefile.sources                     |  6 +--
+ src/harfbuzz.cc                          |  2 +-
+ src/hb-config.hh                         |  2 +-
+ src/{hb-outline.cc => hb-draw.cc}        | 91 +++++++++++++++----------------
+ src/hb-draw.h                            | 87 ++++++++++++++++++++++++++++++
+ src/{hb-outline.hh => hb-draw.hh}        | 18 +++----
+ src/hb-font.h                            |  5 ++
+ src/hb-ot-cff1-table.cc                  | 12 ++---
+ src/hb-ot-cff1-table.hh                  |  2 +-
+ src/hb-ot-cff2-table.cc                  |  8 +--
+ src/hb-ot-cff2-table.hh                  |  2 +-
+ src/hb-ot-glyf-table.hh                  |  4 +-
+ src/hb-outline.h                         | 92 --------------------------------
+ src/hb.h                                 |  2 +-
+ src/main.cc                              | 26 ++++-----
+ test/api/Makefile.am                     |  2 +-
+ test/api/{test-outline.c => test-draw.c} | 70 ++++++++++++------------
+ test/api/test-ot-face.c                  |  6 +--
+ 19 files changed, 238 insertions(+), 237 deletions(-)
+
+commit cf5f94675669154ab84695e5b24a1d54d2ad8c5e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jan 27 23:38:39 2020 +0330
+
+    [outline] use hb_object_is_immutable instead comparing to Null
+
+ src/hb-outline.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 981125aa2adbe4f513d3ecf357459e5bcfd06d0a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jan 25 21:31:36 2020 +0330
+
+    Rename hb_ot_glyph_* to hb_outline_*
+
+ docs/harfbuzz-sections.txt                   |  38 +++++-----
+ src/Makefile.sources                         |   6 +-
+ src/harfbuzz.cc                              |   2 +-
+ src/hb-config.hh                             |   2 +-
+ src/hb-ot-cff1-table.cc                      |  12 ++--
+ src/hb-ot-cff1-table.hh                      |   2 +-
+ src/hb-ot-cff2-table.cc                      |   8 +--
+ src/hb-ot-cff2-table.hh                      |   2 +-
+ src/hb-ot-glyf-table.hh                      |   4 +-
+ src/hb-ot-glyph.h                            |  92 ------------------------
+ src/hb-ot.h                                  |   1 -
+ src/{hb-ot-glyph.cc => hb-outline.cc}        |  88 +++++++++++------------
+ src/hb-outline.h                             |  92 ++++++++++++++++++++++++
+ src/{hb-ot-glyph.hh => hb-outline.hh}        |  18 ++---
+ src/hb.h                                     |   1 +
+ src/main.cc                                  |  26 +++----
+ test/api/Makefile.am                         |   2 +-
+ test/api/test-ot-face.c                      |   6 +-
+ test/api/{test-ot-glyph.c => test-outline.c} | 104 +++++++++++++--------------
+ 19 files changed, 253 insertions(+), 253 deletions(-)
+
+commit 30857089a59b673b80b1fbaafe8ed65ae21ed472
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jan 27 21:16:57 2020 +0330
+
+    [test][glyph] add subcomponent scale test
+
+ test/api/test-ot-glyph.c | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit d809aca8d05c64c0e871923b36bdd3b17a85358d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jan 27 20:52:56 2020 +0330
+
+    [test] test for not applying morx on horizontal runs if gsub exists
+    
+    https://github.com/harfbuzz/harfbuzz/pull/2130
+
+ test/shaping/data/in-house/tests/macos.tests | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit cd7b46ca1569850929974ef146aa1ca083c2557d
+Author: Evgeniy Reizner <razrfalcon@gmail.com>
+Date:   Sun Jan 26 20:46:19 2020 +0200
+
+    Use correct return type in _unsafe_to_break_find_min_cluster.
+
+ src/hb-buffer.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1438bae7a5a2c7cc631e041bcf75745578935014
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jan 26 23:48:30 2020 +0330
+
+    [ot-glyph] Add fontkit non variables fonts tests
+
+ test/api/fonts/Mada-VF.ttf                         | Bin 0 -> 120384 bytes
+ .../fonts/NotoSansCJKkr-Regular-subset-colon.ttf   | Bin 0 -> 2084 bytes
+ test/api/fonts/OpenSans-Regular.ttf                | Bin 0 -> 217360 bytes
+ test/api/fonts/SourceSansPro-Regular.otf           | Bin 0 -> 220852 bytes
+ test/api/test-ot-glyph.c                           | 113 ++++++++++++++++++++-
+ 5 files changed, 112 insertions(+), 1 deletion(-)
+
+commit 9bb1c79a2c41b85ab48ef0086a412e08ce18acd8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jan 26 22:10:47 2020 +0330
+
+    [ot-glyph][test] Avoid sprintf use
+
+ test/api/test-ot-glyph.c | 160 ++++++++++++++++++++++++++++++++++-------------
+ 1 file changed, 116 insertions(+), 44 deletions(-)
+
+commit 99f8e52d5e32b837648550b5cf09267ea7efcb48
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jan 26 17:02:11 2020 +0330
+
+    [ot-glyph] Add fontkits's variations toSVG tests
+
+ test/api/fonts/AdobeVFPrototype-Subset.otf | Bin 0 -> 7096 bytes
+ test/api/fonts/TestGVARFour.ttf            | Bin 0 -> 3204 bytes
+ test/api/fonts/TestGVAROne.ttf             | Bin 0 -> 14312 bytes
+ test/api/fonts/TestGVARThree.ttf           | Bin 0 -> 14336 bytes
+ test/api/fonts/TestGVARTwo.ttf             | Bin 0 -> 15668 bytes
+ test/api/test-ot-glyph.c                   | 246 ++++++++++++++++++++++++++++-
+ 6 files changed, 244 insertions(+), 2 deletions(-)
+
+commit e44982f5485571e852810cad7e55eca5c14e3758
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jan 26 14:30:03 2020 +0330
+
+    [ot-glyph] Add ttf-parser's outline_glyph tests
+
+ test/api/fonts/README     |   2 +
+ test/api/fonts/glyphs.ttf | Bin 0 -> 808 bytes
+ test/api/test-ot-glyph.c  |  92 ++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 94 insertions(+)
+
+commit 5440313924172e155e34391f033f5e6c5e2390b3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jan 26 00:07:28 2020 +0330
+
+    Update COPYING
+    
+    2020 update and add my name for years had more or less considerable contributions
+
+ COPYING | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit cd266e4f3d3c8ef338c007a93a2ae356467d7953
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jan 25 21:33:38 2020 +0330
+
+    minor
+
+ src/hb-ot-glyph.hh | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit f9070cfef8b0bb3e9dc5a934d24ef6348eb19880
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jan 24 22:19:03 2020 +0330
+
+    Run morx if run is horizontal or GSUB doesn't exist
+
+ src/hb-ot-shape.cc | 13 +++++++++++--
+ 1 file changed, 11 insertions(+), 2 deletions(-)
+
+commit 58976972508d6f6d564cb3305bbb6f706bd1ba33
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jan 25 00:32:46 2020 +0330
+
+    [test] Increase subset timeout
+    
+    No random timeout please
+
+ test/fuzzing/run-subset-fuzzer-tests.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d1830437c92caf1ba3869c9ddae8acb5f8f96739
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jan 25 00:09:47 2020 +0330
+
+    [tests] Apply expected results of Mplus1p-Regular subset
+    
+    Related to #2131
+
+ .../japanese/Mplus1p-Regular.default.25771.ttf        | Bin 1976 -> 1824 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.25771.ttf     | Bin 1248 -> 1096 bytes
+ 2 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 8e0898080faf6e8aeee0b1e41e842fe7611d9c44
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jan 24 23:39:44 2020 +0330
+
+    [sbix] minor style fixes
+
+ src/hb-ot-color-sbix-table.hh | 55 +++++++++++++++++++++++--------------------
+ 1 file changed, 29 insertions(+), 26 deletions(-)
+
+commit 36a5c042d701f19f574442d987b1c3dcf7d5943b
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jan 21 13:37:28 2020 -0800
+
+    [subset] Add "--name-languages" and "--name-legacy" options
+    Make name table subsetting consistent with fontTools
+
+ src/hb-ot-name-table.hh                            |  11 ++++
+ src/hb-subset-input.cc                             |  23 ++++++++
+ src/hb-subset-input.hh                             |   2 +
+ src/hb-subset-plan.cc                              |   3 ++
+ src/hb-subset-plan.hh                              |   4 ++
+ src/hb-subset.h                                    |   9 ++++
+ test/api/hb-subset-test.h                          |   5 ++
+ .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 7460 -> 7392 bytes
+ .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 7104 -> 7036 bytes
+ .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6752 -> 6684 bytes
+ .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6696 -> 6628 bytes
+ .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6676 -> 6608 bytes
+ ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 182944 -> 182876 bytes
+ ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 4912 -> 4844 bytes
+ ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 4620 -> 4552 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 4056 -> 3988 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 4296 -> 4228 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 4304 -> 4236 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 151740 -> 151672 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 2920 -> 2852 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 2620 -> 2552 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 2308 -> 2240 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 2296 -> 2228 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 2296 -> 2228 bytes
+ ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 151676 -> 151608 bytes
+ .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 7204 -> 7132 bytes
+ .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 6848 -> 6776 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 6496 -> 6424 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 6440 -> 6368 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 6420 -> 6348 bytes
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 182688 -> 182616 bytes
+ ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 0 -> 7392 bytes
+ .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 0 -> 7036 bytes
+ .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 0 -> 6684 bytes
+ .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 0 -> 6628 bytes
+ .../Comfortaa-Regular-new.name-languages.63.ttf    | Bin 0 -> 6608 bytes
+ ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 0 -> 182876 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 0 -> 7392 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 0 -> 7036 bytes
+ .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 0 -> 6684 bytes
+ .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 0 -> 6628 bytes
+ .../Comfortaa-Regular-new.name-legacy.63.ttf       | Bin 0 -> 6608 bytes
+ ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 0 -> 182876 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 9452 -> 9384 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 9104 -> 9036 bytes
+ .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 8500 -> 8432 bytes
+ .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8696 -> 8628 bytes
+ .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 8684 -> 8616 bytes
+ ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 183008 -> 182940 bytes
+ .../Roboto-Regular.abc.name-languages.61,62,63.ttf | Bin 0 -> 2168 bytes
+ .../Roboto-Regular.abc.name-languages.61,63.ttf    | Bin 0 -> 1988 bytes
+ .../Roboto-Regular.abc.name-languages.61.ttf       | Bin 0 -> 1792 bytes
+ .../Roboto-Regular.abc.name-languages.62.ttf       | Bin 0 -> 1740 bytes
+ .../Roboto-Regular.abc.name-languages.63.ttf       | Bin 0 -> 1716 bytes
+ ...lar.abc.name-languages.retain-all-codepoint.ttf | Bin 0 -> 2168 bytes
+ .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    | Bin 0 -> 2168 bytes
+ .../Roboto-Regular.abc.name-legacy.61,63.ttf       | Bin 0 -> 1988 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.61.ttf   | Bin 0 -> 1792 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.62.ttf   | Bin 0 -> 1740 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.63.ttf   | Bin 0 -> 1716 bytes
+ ...egular.abc.name-legacy.retain-all-codepoint.ttf | Bin 0 -> 2168 bytes
+ ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 2384 -> 2180 bytes
+ .../SourceSansPro-Regular.default.61,62,63.otf     | Bin 2096 -> 1892 bytes
+ ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf | Bin 2212 -> 2008 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 20000 -> 19796 bytes
+ ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 2196 -> 1992 bytes
+ ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30412 -> 30208 bytes
+ ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin 2240 -> 2036 bytes
+ ...urceSansPro-Regular.desubroutinize.61,62,63.otf | Bin 2000 -> 1796 bytes
+ ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2196 -> 1992 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 19840 -> 19636 bytes
+ ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 2072 -> 1868 bytes
+ ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30264 -> 30060 bytes
+ ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 2080 -> 1876 bytes
+ ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 1876 -> 1672 bytes
+ ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2048 -> 1844 bytes
+ ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 19932 -> 19728 bytes
+ ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 2108 -> 1904 bytes
+ ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30276 -> 30072 bytes
+ ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 2164 -> 1960 bytes
+ .../SourceSansPro-Regular.drop-hints.61,62,63.otf  | Bin 1940 -> 1736 bytes
+ ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 2064 -> 1860 bytes
+ ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 20152 -> 19948 bytes
+ .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 2264 -> 2060 bytes
+ ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 30428 -> 30224 bytes
+ .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 3164 -> 2984 bytes
+ .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2760 -> 2580 bytes
+ .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 3124 -> 2944 bytes
+ ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1616 -> 1436 bytes
+ .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1408 -> 1228 bytes
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1644 -> 1464 bytes
+ ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 4132 -> 3572 bytes
+ .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 4100 -> 3540 bytes
+ ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4592 -> 4032 bytes
+ ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 4132 -> 3572 bytes
+ ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 4100 -> 3540 bytes
+ ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4592 -> 4032 bytes
+ .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  | Bin 2260 -> 2108 bytes
+ ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 2684 -> 2532 bytes
+ ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2928 -> 2776 bytes
+ .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2228 -> 2076 bytes
+ ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3224 -> 3072 bytes
+ .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 1968 -> 1816 bytes
+ ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf | Bin 1532 -> 1380 bytes
+ ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 1956 -> 1804 bytes
+ ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2200 -> 2048 bytes
+ .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1500 -> 1348 bytes
+ ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2496 -> 2344 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1240 -> 1088 bytes
+ test/subset/data/profiles/name-languages.txt       |   1 +
+ test/subset/data/profiles/name-legacy.txt          |   1 +
+ test/subset/data/tests/basics.tests                |   2 +
+ test/subset/generate-expected-outputs.py           |   6 +--
+ util/options-subset.cc                             |  58 +++++++++++++++++++++
+ 114 files changed, 121 insertions(+), 4 deletions(-)
+
+commit b7762c70680324fca0c1ae26ad3b7f432c0c990e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jan 24 21:20:07 2020 +0330
+
+    Disable hb_ot_glyph_decompose in HB_TINY
+
+ src/hb-config.hh   | 1 +
+ src/hb-ot-glyph.cc | 2 +-
+ src/main.cc        | 5 +++++
+ 3 files changed, 7 insertions(+), 1 deletion(-)
+
+commit 0e4b2676bdffeef3cb79b235bc9624f2a49dccad
+Author: ckitagawa-work <59700018+ckitagawa-work@users.noreply.github.com>
+Date:   Fri Jan 24 12:16:08 2020 -0500
+
+    [subset] sbix fix missed offset is_null() check
+
+ src/hb-ot-color-sbix-table.hh                           |   9 ++++++---
+ ...testcase-minimized-hb-subset-fuzzer-5747280156295168 | Bin 0 -> 98811 bytes
+ 2 files changed, 6 insertions(+), 3 deletions(-)
+
+commit 5532374f61284a254d5b2a8de9472c64f138c854
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jan 23 20:27:21 2020 +0330
+
+    [ot-glyph] Add a test for #2053
+
+ test/api/fonts/README                      |   2 ++
+ test/api/fonts/RanaKufi-Regular.subset.otf | Bin 0 -> 2260 bytes
+ test/api/test-ot-glyph.c                   |  26 ++++++++++++++++++++++++++
+ 3 files changed, 28 insertions(+)
+
+commit f7187e90d2ec703f8f99f94077c5e449541c0462
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jan 24 20:22:27 2020 +0330
+
+    [cmake] Don't build src/main
+    
+    Closes #2108
+
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1a6d53d3c05ee5bce7bd3e2a86471a84377d21c0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jan 24 20:00:23 2020 +0330
+
+    [ci] Increase msan and fedora-O0 bots subset fuzzer timeout
+
+ .circleci/config.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 2d14735588e8a7a22e2c9801d70374835a058898
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jan 24 19:41:26 2020 +0330
+
+    [src/main] separate the places use private API, minor
+
+ src/main.cc | 191 +++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 100 insertions(+), 91 deletions(-)
+
+commit 23277beef968aae8639f18f913eac8c69d323478
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jan 24 18:49:48 2020 +0330
+
+    Fold src/test-ot-glyph and src/test-ot-color into src/main
+
+ src/Makefile.am      |  10 --
+ src/main.cc          | 305 ++++++++++++++++++++++++++++++++++++++++++--
+ src/test-ot-color.cc | 347 ---------------------------------------------------
+ src/test-ot-glyph.cc | 143 ---------------------
+ 4 files changed, 297 insertions(+), 508 deletions(-)
+
+commit b72337e57e791dd7f043a910273c0b433922d8e2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jan 23 21:23:13 2020 +0330
+
+    [test] Adopt test-ot-color with ot-glyph and remove freetype/cairo dependecy
+
+ src/Makefile.am      |   8 +-
+ src/test-ot-color.cc | 237 +++++++++++++++++++++++++--------------------------
+ 2 files changed, 120 insertions(+), 125 deletions(-)
+
+commit e171beeb5f3f26dee84373b4db223512675f5837
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jan 24 19:51:21 2020 +0330
+
+    Revert "[subset] Add "--name-languages" and "--name-legacy" options"
+    
+    Causes tests failures, please reapply when tests are fixed, thanks.
+    
+    This reverts commit fd85818b5b85fb0ad2db71c60e94ca0689d38bca.
+
+ src/hb-ot-name-table.hh                            |  11 ----
+ src/hb-subset-input.cc                             |  23 --------
+ src/hb-subset-input.hh                             |   2 -
+ src/hb-subset-plan.cc                              |   3 --
+ src/hb-subset-plan.hh                              |   4 --
+ src/hb-subset.h                                    |   9 ----
+ test/api/hb-subset-test.h                          |   5 --
+ .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 7392 -> 7460 bytes
+ .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 7036 -> 7104 bytes
+ .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6684 -> 6752 bytes
+ .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6628 -> 6696 bytes
+ .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6608 -> 6676 bytes
+ ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 182876 -> 182944 bytes
+ ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 4844 -> 4912 bytes
+ ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 4552 -> 4620 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 3988 -> 4056 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 4228 -> 4296 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 4236 -> 4304 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 151672 -> 151740 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 2852 -> 2920 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 2552 -> 2620 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 2240 -> 2308 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 2228 -> 2296 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 2228 -> 2296 bytes
+ ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 151608 -> 151676 bytes
+ .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 7132 -> 7204 bytes
+ .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 6776 -> 6848 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 6424 -> 6496 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 6368 -> 6440 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 6348 -> 6420 bytes
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 182616 -> 182688 bytes
+ ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 7392 -> 0 bytes
+ .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 7036 -> 0 bytes
+ .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 6684 -> 0 bytes
+ .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 6628 -> 0 bytes
+ .../Comfortaa-Regular-new.name-languages.63.ttf    | Bin 6608 -> 0 bytes
+ ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 182876 -> 0 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 7392 -> 0 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 7036 -> 0 bytes
+ .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 6684 -> 0 bytes
+ .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 6628 -> 0 bytes
+ .../Comfortaa-Regular-new.name-legacy.63.ttf       | Bin 6608 -> 0 bytes
+ ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 182876 -> 0 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 9384 -> 9452 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 9036 -> 9104 bytes
+ .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 8432 -> 8500 bytes
+ .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8628 -> 8696 bytes
+ .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 8616 -> 8684 bytes
+ ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 182940 -> 183008 bytes
+ .../Roboto-Regular.abc.name-languages.61,62,63.ttf | Bin 2168 -> 0 bytes
+ .../Roboto-Regular.abc.name-languages.61,63.ttf    | Bin 1988 -> 0 bytes
+ .../Roboto-Regular.abc.name-languages.61.ttf       | Bin 1792 -> 0 bytes
+ .../Roboto-Regular.abc.name-languages.62.ttf       | Bin 1740 -> 0 bytes
+ .../Roboto-Regular.abc.name-languages.63.ttf       | Bin 1716 -> 0 bytes
+ ...lar.abc.name-languages.retain-all-codepoint.ttf | Bin 2168 -> 0 bytes
+ .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    | Bin 2168 -> 0 bytes
+ .../Roboto-Regular.abc.name-legacy.61,63.ttf       | Bin 1988 -> 0 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.61.ttf   | Bin 1792 -> 0 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.62.ttf   | Bin 1740 -> 0 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.63.ttf   | Bin 1716 -> 0 bytes
+ ...egular.abc.name-legacy.retain-all-codepoint.ttf | Bin 2168 -> 0 bytes
+ ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 2180 -> 2384 bytes
+ .../SourceSansPro-Regular.default.61,62,63.otf     | Bin 1892 -> 2096 bytes
+ ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf | Bin 2008 -> 2212 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 19796 -> 20000 bytes
+ ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 1992 -> 2196 bytes
+ ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30208 -> 30412 bytes
+ ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin 2036 -> 2240 bytes
+ ...urceSansPro-Regular.desubroutinize.61,62,63.otf | Bin 1796 -> 2000 bytes
+ ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 1992 -> 2196 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 19636 -> 19840 bytes
+ ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 1868 -> 2072 bytes
+ ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30060 -> 30264 bytes
+ ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 1876 -> 2080 bytes
+ ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 1672 -> 1876 bytes
+ ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 1844 -> 2048 bytes
+ ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 19728 -> 19932 bytes
+ ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 1904 -> 2108 bytes
+ ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30072 -> 30276 bytes
+ ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 1960 -> 2164 bytes
+ .../SourceSansPro-Regular.drop-hints.61,62,63.otf  | Bin 1736 -> 1940 bytes
+ ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 1860 -> 2064 bytes
+ ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 19948 -> 20152 bytes
+ .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 2060 -> 2264 bytes
+ ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 30224 -> 30428 bytes
+ .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 2984 -> 3164 bytes
+ .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2580 -> 2760 bytes
+ .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 2944 -> 3124 bytes
+ ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1436 -> 1616 bytes
+ .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1228 -> 1408 bytes
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1464 -> 1644 bytes
+ ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 3572 -> 4132 bytes
+ .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 3540 -> 4100 bytes
+ ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4032 -> 4592 bytes
+ ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 3572 -> 4132 bytes
+ ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 3540 -> 4100 bytes
+ ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4032 -> 4592 bytes
+ .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  | Bin 2108 -> 2260 bytes
+ ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 2532 -> 2684 bytes
+ ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2776 -> 2928 bytes
+ .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2076 -> 2228 bytes
+ ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3072 -> 3224 bytes
+ .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 1816 -> 1968 bytes
+ ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf | Bin 1380 -> 1532 bytes
+ ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 1804 -> 1956 bytes
+ ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2048 -> 2200 bytes
+ .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1348 -> 1500 bytes
+ ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2344 -> 2496 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1088 -> 1240 bytes
+ test/subset/data/profiles/name-languages.txt       |   1 -
+ test/subset/data/profiles/name-legacy.txt          |   1 -
+ test/subset/data/tests/basics.tests                |   2 -
+ test/subset/generate-expected-outputs.py           |   6 ++-
+ util/options-subset.cc                             |  58 ---------------------
+ 114 files changed, 4 insertions(+), 121 deletions(-)
+
+commit 298c46afbfd48f014243be7d3e6dbba5e69d242d
+Author: Dominik Röttsches <drott@chromium.org>
+Date:   Fri Jan 24 12:11:07 2020 +0200
+
+    Only prefer AAT morx for horizontal layout
+    
+    Fixes #2124.
+
+ src/hb-ot-shape.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit fd85818b5b85fb0ad2db71c60e94ca0689d38bca
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jan 21 13:37:28 2020 -0800
+
+    [subset] Add "--name-languages" and "--name-legacy" options
+    Make name table subsetting consistent with fontTools
+
+ src/hb-ot-name-table.hh                            |  11 ++++
+ src/hb-subset-input.cc                             |  23 ++++++++
+ src/hb-subset-input.hh                             |   2 +
+ src/hb-subset-plan.cc                              |   3 ++
+ src/hb-subset-plan.hh                              |   4 ++
+ src/hb-subset.h                                    |   9 ++++
+ test/api/hb-subset-test.h                          |   5 ++
+ .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 7460 -> 7392 bytes
+ .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 7104 -> 7036 bytes
+ .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6752 -> 6684 bytes
+ .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6696 -> 6628 bytes
+ .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6676 -> 6608 bytes
+ ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 182944 -> 182876 bytes
+ ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 4912 -> 4844 bytes
+ ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 4620 -> 4552 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 4056 -> 3988 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 4296 -> 4228 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 4304 -> 4236 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 151740 -> 151672 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 2920 -> 2852 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 2620 -> 2552 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 2308 -> 2240 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 2296 -> 2228 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 2296 -> 2228 bytes
+ ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 151676 -> 151608 bytes
+ .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 7204 -> 7132 bytes
+ .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 6848 -> 6776 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 6496 -> 6424 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 6440 -> 6368 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 6420 -> 6348 bytes
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 182688 -> 182616 bytes
+ ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 0 -> 7392 bytes
+ .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 0 -> 7036 bytes
+ .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 0 -> 6684 bytes
+ .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 0 -> 6628 bytes
+ .../Comfortaa-Regular-new.name-languages.63.ttf    | Bin 0 -> 6608 bytes
+ ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 0 -> 182876 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 0 -> 7392 bytes
+ .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 0 -> 7036 bytes
+ .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 0 -> 6684 bytes
+ .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 0 -> 6628 bytes
+ .../Comfortaa-Regular-new.name-legacy.63.ttf       | Bin 0 -> 6608 bytes
+ ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 0 -> 182876 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 9452 -> 9384 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 9104 -> 9036 bytes
+ .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 8500 -> 8432 bytes
+ .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8696 -> 8628 bytes
+ .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 8684 -> 8616 bytes
+ ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 183008 -> 182940 bytes
+ .../Roboto-Regular.abc.name-languages.61,62,63.ttf | Bin 0 -> 2168 bytes
+ .../Roboto-Regular.abc.name-languages.61,63.ttf    | Bin 0 -> 1988 bytes
+ .../Roboto-Regular.abc.name-languages.61.ttf       | Bin 0 -> 1792 bytes
+ .../Roboto-Regular.abc.name-languages.62.ttf       | Bin 0 -> 1740 bytes
+ .../Roboto-Regular.abc.name-languages.63.ttf       | Bin 0 -> 1716 bytes
+ ...lar.abc.name-languages.retain-all-codepoint.ttf | Bin 0 -> 2168 bytes
+ .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    | Bin 0 -> 2168 bytes
+ .../Roboto-Regular.abc.name-legacy.61,63.ttf       | Bin 0 -> 1988 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.61.ttf   | Bin 0 -> 1792 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.62.ttf   | Bin 0 -> 1740 bytes
+ .../basics/Roboto-Regular.abc.name-legacy.63.ttf   | Bin 0 -> 1716 bytes
+ ...egular.abc.name-legacy.retain-all-codepoint.ttf | Bin 0 -> 2168 bytes
+ ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 2384 -> 2180 bytes
+ .../SourceSansPro-Regular.default.61,62,63.otf     | Bin 2096 -> 1892 bytes
+ ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf | Bin 2212 -> 2008 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 20000 -> 19796 bytes
+ ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 2196 -> 1992 bytes
+ ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30412 -> 30208 bytes
+ ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin 2240 -> 2036 bytes
+ ...urceSansPro-Regular.desubroutinize.61,62,63.otf | Bin 2000 -> 1796 bytes
+ ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2196 -> 1992 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 19840 -> 19636 bytes
+ ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 2072 -> 1868 bytes
+ ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30264 -> 30060 bytes
+ ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 2080 -> 1876 bytes
+ ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 1876 -> 1672 bytes
+ ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2048 -> 1844 bytes
+ ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 19932 -> 19728 bytes
+ ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 2108 -> 1904 bytes
+ ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30276 -> 30072 bytes
+ ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 2164 -> 1960 bytes
+ .../SourceSansPro-Regular.drop-hints.61,62,63.otf  | Bin 1940 -> 1736 bytes
+ ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 2064 -> 1860 bytes
+ ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 20152 -> 19948 bytes
+ .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 2264 -> 2060 bytes
+ ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 30428 -> 30224 bytes
+ .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 3164 -> 2984 bytes
+ .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2760 -> 2580 bytes
+ .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 3124 -> 2944 bytes
+ ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1616 -> 1436 bytes
+ .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1408 -> 1228 bytes
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1644 -> 1464 bytes
+ ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 4132 -> 3572 bytes
+ .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 4100 -> 3540 bytes
+ ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4592 -> 4032 bytes
+ ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 4132 -> 3572 bytes
+ ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 4100 -> 3540 bytes
+ ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4592 -> 4032 bytes
+ .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  | Bin 2260 -> 2108 bytes
+ ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 2684 -> 2532 bytes
+ ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2928 -> 2776 bytes
+ .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2228 -> 2076 bytes
+ ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3224 -> 3072 bytes
+ .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 1968 -> 1816 bytes
+ ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf | Bin 1532 -> 1380 bytes
+ ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 1956 -> 1804 bytes
+ ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2200 -> 2048 bytes
+ .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1500 -> 1348 bytes
+ ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2496 -> 2344 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1240 -> 1088 bytes
+ test/subset/data/profiles/name-languages.txt       |   1 +
+ test/subset/data/profiles/name-legacy.txt          |   1 +
+ test/subset/data/tests/basics.tests                |   2 +
+ test/subset/generate-expected-outputs.py           |   6 +--
+ util/options-subset.cc                             |  58 +++++++++++++++++++++
+ 114 files changed, 121 insertions(+), 4 deletions(-)
+
+commit c370da45ff0dd64c2868be313e640272931cffed
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jan 22 11:36:15 2020 -0800
+
+    [subset] Cmap table: remove encodingRecord entry for empty cmap4 subtable
+
+ src/hb-ot-cmap-table.hh                            |  10 ++++++----
+ test/api/fonts/Roboto-Regular.empty.ttf            | Bin 0 -> 1456 bytes
+ test/api/test-subset-cmap.c                        |  21 +++++++++++++++++++++
+ .../japanese/Mplus1p-Regular.default.25771.ttf     | Bin 0 -> 1976 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  | Bin 0 -> 1248 bytes
+ test/subset/data/tests/japanese.tests              |   1 +
+ 6 files changed, 28 insertions(+), 4 deletions(-)
+
+commit d3fff622b35725bbdfb07fea98a58f56199991f4
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Thu Jan 23 11:36:47 2020 -0500
+
+    Move push call to caller
+
+ src/hb-ot-color-sbix-table.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 7dc341fe745bc1784b08efd4c658de292b958b0d
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Thu Jan 23 11:09:15 2020 -0500
+
+    [subset] Fix UBSAN issue in sbix
+
+ src/hb-ot-color-sbix-table.hh                             |   5 +++--
+ ...z-testcase-minimized-hb-subset-fuzzer-5753173985984512 | Bin 0 -> 616 bytes
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit acb4627ebaf595e266cf294ef047e87084b520da
+Author: ariza <ariza@adobe.com>
+Date:   Wed Jan 22 12:28:30 2020 -0800
+
+    add api test
+
+ test/api/fonts/AdobeVFPrototype.WA.gpos.otf  | Bin 0 -> 3948 bytes
+ test/api/fonts/AdobeVFPrototype.WAV.gpos.otf | Bin 0 -> 4448 bytes
+ test/api/test-subset-gpos.c                  |  27 +++++++++++++++++++++++++++
+ 3 files changed, 27 insertions(+)
+
+commit 1ab3924b3171b408438f5df6a4d48124d9d1bd68
+Author: ariza <ariza@adobe.com>
+Date:   Wed Jan 22 11:20:56 2020 -0800
+
+    refix PR #2087 subset PairPos1
+    
+    also added oss-fuzz 20211 data fixed by this
+
+ src/hb-ot-layout-gpos-table.hh                           |  10 ++++------
+ ...-testcase-minimized-hb-subset-fuzzer-5206191479455744 | Bin 0 -> 3558 bytes
+ 2 files changed, 4 insertions(+), 6 deletions(-)
+
+commit 7633b7695e5b6188d6180fc5592c0678f03327ed
+Merge: 3747b329b 02f324c94
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jan 23 18:51:40 2020 +0330
+
+    Merge pull request #2016 from ebraminio/glyf
+    
+    Implement glyph outline path API
+
+commit 02f324c9499a95463c363926a0f38c261fad7117
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jan 23 15:12:12 2020 +0330
+
+    [ot-glyph] remove open callback
+    
+    Apparently it wasn't requested actually and can be detected easily
+    as paths are opened usually when move command is issued anyway.
+
+ docs/harfbuzz-sections.txt |  2 --
+ src/hb-ot-cff1-table.cc    |  2 +-
+ src/hb-ot-cff2-table.cc    |  2 +-
+ src/hb-ot-glyf-table.hh    |  1 -
+ src/hb-ot-glyph.cc         | 31 ++++++++-----------------------
+ src/hb-ot-glyph.h          |  5 -----
+ src/hb-ot-glyph.hh         |  1 -
+ src/test-ot-glyph.cc       |  1 +
+ test/api/test-ot-glyph.c   |  4 ----
+ 9 files changed, 11 insertions(+), 38 deletions(-)
+
+commit 684ff3e0cd77dfa5e83c2110ea613b8b9678d4f5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jan 23 14:48:59 2020 +0330
+
+    [ot-glyph] noop->nil, fix close path
+
+ src/hb-ot-cff1-table.cc  | 10 +++++-----
+ src/hb-ot-cff2-table.cc  |  6 +++---
+ src/hb-ot-glyph.cc       | 23 ++++++++++-------------
+ test/api/test-ot-glyph.c | 22 +++++++++++-----------
+ 4 files changed, 29 insertions(+), 32 deletions(-)
+
+commit 3747b329b2a8be0f234fca861364951bf9de1797
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Wed Jan 22 09:07:32 2020 -0500
+
+    Address garretrieger@'s comments
+
+ src/hb-ot-color-sbix-table.hh | 18 ++++++++----------
+ 1 file changed, 8 insertions(+), 10 deletions(-)
+
+commit b18cb5b5ee56477e85cf82b299ac08df6202b148
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Tue Jan 21 15:43:12 2020 -0500
+
+    Add second fixed test
+
+ ...estcase-minimized-hb-subset-fuzzer-5747028458209280 | Bin 0 -> 100109 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit af62c1c3b036904a18e0ed0748ead255029bc9f3
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Tue Jan 21 15:19:33 2020 -0500
+
+    Fix style issue
+
+ src/hb-ot-color-sbix-table.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 8614a30bc9763ba7f8b452df5527d806bacf4fd9
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Tue Jan 21 15:14:03 2020 -0500
+
+    [subset] Fix sbix fuzz problem
+
+ src/hb-ot-color-sbix-table.hh                       |  20 +++++++++++++-------
+ ...case-minimized-hb-subset-fuzzer-5741295280848896 | Bin 0 -> 98822 bytes
+ 2 files changed, 13 insertions(+), 7 deletions(-)
+
+commit 72cbfb9059ac4f041cffaef86a1d8067a93b16ec
+Author: ariza <ariza@adobe.com>
+Date:   Sat Jan 18 16:35:52 2020 -0800
+
+    remove empty lookup subtables
+    
+    Added a variant of subset_offset_array which takes an extra arg passed to serialize_subset for this impl.
+    Added a new api test "test-subset-gpos" for this.
+
+ src/hb-ot-layout-common.hh                 |  70 ++++++++++++++++++++++++-----
+ src/hb-ot-layout-gpos-table.hh             |   6 +++
+ src/hb-ot-layout-gsub-table.hh             |   6 +++
+ test/api/Makefile.am                       |   2 +
+ test/api/fonts/Roboto-Regular-gpos-.aw.ttf | Bin 0 -> 2368 bytes
+ test/api/fonts/Roboto-Regular-gpos-aw.ttf  | Bin 0 -> 2232 bytes
+ test/api/test-subset-gpos.c                |  65 +++++++++++++++++++++++++++
+ 7 files changed, 139 insertions(+), 10 deletions(-)
+
+commit a3cf4ae0804f2971bcda4266dbeec245bce21eb1
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Jan 17 13:02:47 2020 -0800
+
+    [subset] Add more tests for GPOS1 subsetting
+    These tests were left out because of issue: https://github.com/fonttools/fonttools/issues/1709
+    Now re-adding these tests since the issue is resolved.
+
+ .../gpos1_2_font.keep-layout-retain-gids.41.otf          | Bin 0 -> 1932 bytes
+ .../layout.gpos/gpos1_2_font.keep-layout.41,43.otf       | Bin 0 -> 1352 bytes
+ .../layout.gpos/gpos1_2_font.keep-layout.41,46.otf       | Bin 0 -> 1484 bytes
+ .../expected/layout.gpos/gpos1_2_font.keep-layout.41.otf | Bin 0 -> 1232 bytes
+ .../layout.gpos/gpos1_2_font.keep-layout.42,44.otf       | Bin 0 -> 1268 bytes
+ .../layout.gpos/gpos1_2_font.keep-layout.43,46.otf       | Bin 0 -> 1348 bytes
+ .../gpos1_2_font.keep-layout.retain-all-codepoint.otf    | Bin 0 -> 3668 bytes
+ test/subset/data/tests/layout.gpos.tests                 |   2 ++
+ 8 files changed, 2 insertions(+)
+
+commit 8f49aaa16f2dff5902142988b3a5a039a03129eb
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Jan 16 15:15:15 2020 -0800
+
+    minor: un-include glyf.hh in gvar.hh
+
+ src/hb-ot-var-gvar-table.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit c828d7bf76dd039be1775edff1d798dbcc10708b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Jan 15 15:32:44 2020 -0800
+
+    [subset] fixed GPOS device table sanitize & serialize (#2087)
+
+ src/hb-ot-layout-gpos-table.hh | 112 ++++++++++++++++++++++++++++++++++-------
+ 1 file changed, 93 insertions(+), 19 deletions(-)
+
+commit e565d1f9bcf3d9bf607e194e3a9cf06f5d2e3633
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Nov 1 10:21:36 2019 -0700
+
+    [subset] subset lookup/feature/script lists for GSUB/GPOS
+
+ src/hb-ot-layout-common.hh                         | 396 +++++++++++++++++----
+ src/hb-ot-layout-gpos-table.hh                     |   5 +-
+ src/hb-ot-layout-gsub-table.hh                     |   5 +-
+ src/hb-ot-layout-gsubgpos.hh                       |  41 ++-
+ test/api/test-ot-face.c                            |   7 +
+ .../gpos1_2_font.keep-layout-retain-gids.42,44.otf | Bin 0 -> 1992 bytes
+ ...s2_1_font7.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 1988 bytes
+ .../gpos2_1_font7.keep-layout.41,42,43.otf         | Bin 0 -> 1288 bytes
+ ...s2_2_font5.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 1988 bytes
+ .../gpos2_2_font5.keep-layout.41,42,43.otf         | Bin 0 -> 1288 bytes
+ ...pos3_font3.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 1984 bytes
+ .../gpos3_font3.keep-layout.41,42,43.otf           | Bin 0 -> 1284 bytes
+ ...ubrules_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2044 bytes
+ ...1_multiple_subrules_f1.keep-layout.41,42,43.otf | Bin 0 -> 1344 bytes
+ ...ubrules_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2044 bytes
+ ...2_multiple_subrules_f1.keep-layout.41,42,43.otf | Bin 0 -> 1344 bytes
+ ..._simple_f2.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2020 bytes
+ ...ub_chaining3_simple_f2.keep-layout.41,42,43.otf | Bin 0 -> 1320 bytes
+ test/subset/data/tests/layout.gpos.tests           |   1 +
+ test/subset/data/tests/layout.gpos2.tests          |   1 +
+ test/subset/data/tests/layout.gpos3.tests          |   1 +
+ test/subset/data/tests/layout.gsub6.tests          |   1 +
+ 22 files changed, 380 insertions(+), 78 deletions(-)
+
+commit 93376a64362a0d062aa3f9f39bfe0d7b4328a92e
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Wed Jan 15 13:11:40 2020 -0500
+
+    Add unittests
+
+ src/hb-subset-input.cc                             |   2 -
+ test/api/Makefile.am                               |   2 +
+ test/api/fonts/sbix.ttf                            | Bin 0 -> 193528 bytes
+ test/api/fonts/sbix_X.ttf                          | Bin 0 -> 121168 bytes
+ test/api/test-subset-sbix.c                        |  81 +++++++++++++++++++++
+ .../data/expected/sbix/sbix.default.58,59.ttf      | Bin 196080 -> 193528 bytes
+ test/subset/data/expected/sbix/sbix.default.58.ttf | Bin 122736 -> 121168 bytes
+ test/subset/data/expected/sbix/sbix.default.59.ttf | Bin 90344 -> 89364 bytes
+ .../sbix/sbix.drop-hints-retain-gids.58,59.ttf     | Bin 196080 -> 193528 bytes
+ .../sbix/sbix.drop-hints-retain-gids.58.ttf        | Bin 122736 -> 121168 bytes
+ .../sbix/sbix.drop-hints-retain-gids.59.ttf        | Bin 90384 -> 89404 bytes
+ .../data/expected/sbix/sbix.drop-hints.58,59.ttf   | Bin 196080 -> 193528 bytes
+ .../data/expected/sbix/sbix.drop-hints.58.ttf      | Bin 122736 -> 121168 bytes
+ .../data/expected/sbix/sbix.drop-hints.59.ttf      | Bin 90344 -> 89364 bytes
+ .../data/expected/sbix/sbix.retain-gids.58,59.ttf  | Bin 196080 -> 193528 bytes
+ .../data/expected/sbix/sbix.retain-gids.58.ttf     | Bin 122736 -> 121168 bytes
+ .../data/expected/sbix/sbix.retain-gids.59.ttf     | Bin 90384 -> 89404 bytes
+ test/subset/data/fonts/sbix.ttf                    | Bin 196080 -> 193528 bytes
+ 18 files changed, 83 insertions(+), 2 deletions(-)
+
+commit 6bcf57eaa3d9b1381e384743a2fbee912d72474e
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Tue Jan 14 14:56:02 2020 -0500
+
+    Simplify copy and add fuzzing coverage
+
+ src/hb-ot-color-sbix-table.hh |   7 ++-----
+ test/fuzzing/fonts/sbix.ttf   | Bin 0 -> 196080 bytes
+ 2 files changed, 2 insertions(+), 5 deletions(-)
+
+commit 78b50a67be6fb40e715132eabe9b05c64ddd99c8
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Tue Jan 14 11:01:09 2020 -0500
+
+    Address initial comments
+
+ src/hb-ot-color-sbix-table.hh                      |  49 +++++++++------------
+ .../data/expected/sbix/sbix.default.58,59.ttf      | Bin 0 -> 196080 bytes
+ .../sbix/sbix.drop-hints-retain-gids.58,59.ttf     | Bin 0 -> 196080 bytes
+ .../data/expected/sbix/sbix.drop-hints.58,59.ttf   | Bin 0 -> 196080 bytes
+ .../data/expected/sbix/sbix.retain-gids.58,59.ttf  | Bin 0 -> 196080 bytes
+ test/subset/data/tests/sbix.tests                  |   2 +-
+ 6 files changed, 23 insertions(+), 28 deletions(-)
+
+commit 43b6c865aeb763944362375e1c345afcd60211b4
+Author: ckitagawa <ckitagawa@chromium.org>
+Date:   Thu Jan 9 10:44:20 2020 -0500
+
+    [subset] Support sbix subsetting
+
+ src/hb-ot-color-sbix-table.hh                      | 126 +++++++++++++++++++++
+ src/hb-subset.cc                                   |   4 +
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ test/subset/data/expected/sbix/sbix.default.58.ttf | Bin 0 -> 122736 bytes
+ test/subset/data/expected/sbix/sbix.default.59.ttf | Bin 0 -> 90344 bytes
+ .../sbix/sbix.drop-hints-retain-gids.58.ttf        | Bin 0 -> 122736 bytes
+ .../sbix/sbix.drop-hints-retain-gids.59.ttf        | Bin 0 -> 90384 bytes
+ .../data/expected/sbix/sbix.drop-hints.58.ttf      | Bin 0 -> 122736 bytes
+ .../data/expected/sbix/sbix.drop-hints.59.ttf      | Bin 0 -> 90344 bytes
+ .../data/expected/sbix/sbix.retain-gids.58.ttf     | Bin 0 -> 122736 bytes
+ .../data/expected/sbix/sbix.retain-gids.59.ttf     | Bin 0 -> 90384 bytes
+ test/subset/data/fonts/sbix.ttf                    | Bin 0 -> 196080 bytes
+ test/subset/data/tests/sbix.tests                  |  13 +++
+ test/subset/generate-expected-outputs.py           |   1 +
+ test/subset/run-tests.py                           |   3 +-
+ 16 files changed, 148 insertions(+), 1 deletion(-)
+
+commit 79fed9a1e42397ed4044d3ce8f042309f0e4cde8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jan 14 17:23:30 2020 +0330
+
+    [ot-glyph] Add open/close callbacks
+
+ docs/harfbuzz-sections.txt |  4 ++++
+ src/hb-ot-cff1-table.cc    |  4 ++--
+ src/hb-ot-cff2-table.cc    |  4 ++--
+ src/hb-ot-glyf-table.hh    |  9 ++++++--
+ src/hb-ot-glyph.cc         | 39 +++++++++++++++++++++++++++++++
+ src/hb-ot-glyph.h          | 10 ++++++++
+ src/hb-ot-glyph.hh         |  2 ++
+ src/test-ot-glyph.cc       |  6 +++++
+ test/api/test-ot-glyph.c   | 57 +++++++++++++++++++++++++++++-----------------
+ 9 files changed, 108 insertions(+), 27 deletions(-)
+
+commit ec1fba1388c329c7216bcdaa9a86627abfc85637
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jan 13 19:31:18 2020 +0330
+
+    [ot-glyph] make hb_ot_glyph_decompose_funcs_t struct opaque
+
+ docs/harfbuzz-sections.txt |  11 +++-
+ src/Makefile.sources       |   1 +
+ src/hb-ot-cff1-table.cc    |  11 ++--
+ src/hb-ot-cff1-table.hh    |   2 +-
+ src/hb-ot-cff2-table.cc    |   7 +-
+ src/hb-ot-cff2-table.hh    |   2 +-
+ src/hb-ot-glyf-table.hh    |   3 +-
+ src/hb-ot-glyph.cc         | 156 ++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-glyph.h          |  41 ++++++++----
+ src/hb-ot-glyph.hh         |  44 +++++++++++++
+ src/test-ot-glyph.cc       |  14 ++--
+ test/api/test-ot-face.c    |  34 ++--------
+ test/api/test-ot-glyph.c   |  51 ++++++---------
+ 13 files changed, 281 insertions(+), 96 deletions(-)
+
+commit 8ffc9add2237899afc57184ad3297404659bc1cd
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Oct 31 15:59:02 2019 -0700
+
+    [subset] layout closure_features and store them in subset-plan
+
+ docs/harfbuzz-sections.txt   |  1 +
+ src/hb-ot-layout-common.hh   | 35 ++++++++++++++++++++++++++++
+ src/hb-ot-layout-gsubgpos.hh | 14 +++++++++++
+ src/hb-ot-layout.cc          | 21 +++++++++++++++++
+ src/hb-ot-layout.h           |  6 +++++
+ src/hb-subset-plan.cc        | 55 +++++++++++++++++++++++++++++++-------------
+ src/hb-subset-plan.hh        |  4 ++++
+ 7 files changed, 120 insertions(+), 16 deletions(-)
+
+commit 66dfd605b5b9aaf74ff806ba1719ca09a1003909
+Author: Dominik Röttsches <drott@chromium.org>
+Date:   Mon Jan 13 15:50:27 2020 +0200
+
+    Fix duplicate check in hb_ot_rotate chars
+    
+    Fixes #2099. Fix indentation in mirroring section as well.
+
+ src/hb-ot-shape.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit d7c3cb18ee6b2ffe529c5d703fae1cd965f39dc9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jan 13 17:35:57 2020 +0330
+
+    [ot-glyph] minor on tests
+
+ src/test-ot-glyph.cc     | 28 +++++++----------
+ test/api/test-ot-face.c  | 13 ++++----
+ test/api/test-ot-glyph.c | 81 ++++++++++++++++++++++++++++++++++--------------
+ 3 files changed, 77 insertions(+), 45 deletions(-)
+
+commit dc03a993d0f2b6db7c5cfb11eaa6e8a4f6f274e6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jan 12 14:21:29 2020 +0330
+
+    Fix collect lookups logic of FeatureTableSubstitution (#2097)
+    
+    https://crbug.com/oss-fuzz/20036
+
+ src/hb-ot-layout-common.hh                               |   6 +++---
+ ...-testcase-minimized-hb-subset-fuzzer-5715299773186048 | Bin 0 -> 6717 bytes
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit a32ecc15aec6518f5a126fb8f3643e563327f74d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jan 11 15:37:24 2020 +0330
+
+    Fix collect lookups logic of FeatureVariationRecord
+    
+    As "Offset to a feature table substitution table, from beginning of the FeatureVariations table."
+    from https://docs.microsoft.com/en-us/typography/opentype/spec/chapter2 the record should
+    match its sanitize logic not the reverse way.
+    
+    Fixes https://crbug.com/oss-fuzz/20021 and https://crbug.com/oss-fuzz/20022
+
+ src/hb-ot-layout-common.hh                                 |   7 ++++---
+ ...zz-testcase-minimized-hb-subset-fuzzer-5167653459329024 | Bin 0 -> 46 bytes
+ ...zz-testcase-minimized-hb-subset-fuzzer-5642531954229248 | Bin 0 -> 46 bytes
+ 3 files changed, 4 insertions(+), 3 deletions(-)
+
+commit 1a4c658b43152ab01bcb6d151940c09cc1e8fc56
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jan 11 01:30:05 2020 +0330
+
+    Use REPLACEME tag
+    
+    So we can use the version we like when we decide what it should be while the next release
+    and can review the API before the release one other time.
+
+ src/hb-ot-layout.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit d7454cf07eeb87600d8fcf23ada3617b6bda0f35
+Merge: 9cd76813a 0b39c4806
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jan 11 01:24:39 2020 +0330
+
+    [subset] closure lookups for GSUB/GPOS
+
+commit 0b39c48064864850193bc80e2566839546be3551
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Oct 22 16:00:43 2019 -0700
+
+    [subset] closure lookups for GSUB/GPOS
+
+ docs/harfbuzz-sections.txt     |   1 +
+ src/hb-ot-layout-common.hh     |  30 ++++++++
+ src/hb-ot-layout-gpos-table.hh |  42 +++++++++++
+ src/hb-ot-layout-gsub-table.hh |  39 ++++++++++
+ src/hb-ot-layout-gsubgpos.hh   | 158 ++++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout.cc            |  44 ++++++++++++
+ src/hb-ot-layout.h             |   6 ++
+ src/hb-subset-plan.cc          |  56 +++++++++++++--
+ src/hb-subset-plan.hh          |   4 ++
+ test/api/test-ot-face.c        |   5 ++
+ 10 files changed, 379 insertions(+), 6 deletions(-)
+
+commit 42f4f1ea5013e9879fdb008021956c32247fa3db
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jan 11 00:00:51 2020 +0330
+
+    [ot-glyph] Add tests for hb_ot_glyph_decompose
+
+ src/hb-ot-glyf-table.hh  |   2 +-
+ test/api/Makefile.am     |   1 +
+ test/api/test-ot-face.c  |  24 +++---
+ test/api/test-ot-glyph.c | 190 +++++++++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 207 insertions(+), 10 deletions(-)
+
+commit 06a1fcb3b47050257f7819eb3d6043cf78ebbac2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jan 10 23:12:30 2020 +0330
+
+    [ot-glyphs] fix the tests
+
+ src/hb-ot-cff1-table.cc |  4 ++--
+ src/hb-ot-cff2-table.cc |  2 +-
+ src/hb-ot-glyph.h       |  2 +-
+ test/api/test-ot-face.c | 25 +++++++++++++++++++++++--
+ 4 files changed, 27 insertions(+), 6 deletions(-)
+
+commit 084a8182fb5c79cb8ebb41e015992fc4e4daea4a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jan 10 22:14:46 2020 +0330
+
+    [ot-glyphs] Move CFF glyph decompose logic to their tables
+    
+    Thus making path decompose zero alloc on CFF/CFF2
+
+ docs/harfbuzz-sections.txt | 14 ++++----
+ src/hb-ot-cff1-table.cc    | 85 +++++++++++++++++++++++++++-------------------
+ src/hb-ot-cff1-table.hh    |  3 +-
+ src/hb-ot-cff2-table.cc    | 62 ++++++++++++++++-----------------
+ src/hb-ot-cff2-table.hh    |  6 ++--
+ src/hb-ot-glyph.cc         | 41 ++--------------------
+ 6 files changed, 93 insertions(+), 118 deletions(-)
+
+commit 61185235025db6b205dea65c5423905d69c457cd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jan 10 21:08:21 2020 +0330
+
+    [ot-glyph] move glyph decompose logic of glyf to itself
+    
+    One less vector allocation yet isn't zero alloc yet
+    which needs more work.
+
+ src/hb-ot-glyf-table.hh | 31 +++++++++++++++----------------
+ src/hb-ot-glyph.cc      | 16 ++++++----------
+ src/test-ot-glyph.cc    |  7 ++++++-
+ 3 files changed, 27 insertions(+), 27 deletions(-)
+
+commit 017f606c83cbf410cb61b7a4cdc2e9cd1bb3e1b6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jan 10 20:44:15 2020 +0330
+
+    [ot-glyph] rewrite the API
+
+ src/hb-ot-glyph.cc   | 176 ++++++++++++---------------------------------------
+ src/hb-ot-glyph.h    |  59 +++++++++--------
+ src/test-ot-glyph.cc |  83 +++++++++++++++---------
+ 3 files changed, 126 insertions(+), 192 deletions(-)
+
+commit 9cd76813ab0280238dd7baa1bc58405333e5fa5d
+Author: Evgeniy Reizner <razrfalcon@gmail.com>
+Date:   Fri Jan 10 17:36:41 2020 +0200
+
+    Fix malformed readme. (#2093)
+
+ README.md | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 05443e55bc232f0a6a08d5ef6cc58ebf3e373ee7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 28 09:16:58 2019 +0330
+
+    [ot-glyph] Return empty path for empty faces
+
+ src/hb-ot-glyph.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6e7602c1049a1b409c1db61ac2dfa2d2b57a170d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 28 08:43:00 2019 +0330
+
+    [ot-glyph] Fix leaks
+
+ src/hb-ot-glyph.cc | 17 +++++++++++++++--
+ 1 file changed, 15 insertions(+), 2 deletions(-)
+
+commit 5b08596d60f4e8b8efb92d3701eeb100bdad71ca
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 28 08:42:45 2019 +0330
+
+    [gvar] Don't apply anything when no coords is given
+
+ src/hb-ot-var-gvar-table.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 742aaa136343e1aed223612f0801a7e17bb92936
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Nov 27 23:18:43 2019 +0330
+
+    [ot-glyf] Fix leak issue
+
+ src/hb-ot-glyph.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit fddf79fc3735274f0252596c28fff8034916b1ca
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 21 14:11:27 2019 +0330
+
+    [glyf] minor
+
+ src/hb-ot-glyf-table.hh | 7 ++-----
+ test/api/test-ot-face.c | 3 +++
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 0b559d750fbc2a99d1605e1c35c228f938bf2bf1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 21 13:52:48 2019 +0330
+
+    [ot-glyph] Improve API names
+
+ docs/harfbuzz-sections.txt | 12 ++++++++++++
+ src/hb-ot-glyph.cc         | 10 +++++-----
+ src/hb-ot-glyph.h          | 23 ++++++++++++-----------
+ src/test-ot-glyph.cc       | 10 ++++++++--
+ 4 files changed, 37 insertions(+), 18 deletions(-)
+
+commit af08f388ab2c2e48f39c0b31644baab5b37c1975
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 21 13:28:05 2019 +0330
+
+    [ot-glyph] Support CFF1's seac
+
+ src/hb-ot-cff1-table.cc | 45 +++++++++++++++++++++------------------------
+ 1 file changed, 21 insertions(+), 24 deletions(-)
+
+commit 04ac7fb1c9f93c7002792e5d676b6a145d3be628
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 21 13:06:12 2019 +0330
+
+    [ot-glyph] Add cff2 support
+
+ src/hb-ot-cff1-table.cc | 45 +++++++++++++++----------
+ src/hb-ot-cff2-table.cc | 87 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-cff2-table.hh |  4 +++
+ src/hb-ot-glyf-table.hh | 26 +++++++++------
+ src/hb-ot-glyph.cc      | 25 +++++++-------
+ src/hb-ot-glyph.h       |  2 +-
+ 6 files changed, 148 insertions(+), 41 deletions(-)
+
+commit 5cc09c462bad8532c220813b1cccb72d2e2ff855
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 20 16:24:14 2019 +0330
+
+    [ot-glyph] Initial cff1 support
+
+ src/hb-ot-cff1-table.cc | 110 ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-cff1-table.hh |   1 +
+ src/hb-ot-glyph.cc      |   5 +++
+ 3 files changed, 116 insertions(+)
+
+commit 3dcba9f21554db54daf89d4566938c5a69636b5b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 20 16:23:27 2019 +0330
+
+    [ot-glyph] Redesign the API
+
+ src/hb-ot-glyph.cc   | 143 ++++++++++++++++++++++++++++++++++++++++++++-------
+ src/hb-ot-glyph.h    |  40 +++++++++-----
+ src/test-ot-glyph.cc |  38 ++++++++++----
+ 3 files changed, 179 insertions(+), 42 deletions(-)
+
+commit b8b3ff1a02c637163d8629d51843f6822a12cdef
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 14 15:37:41 2019 +0330
+
+    [glyph] Don't copy, write directly into result
+
+ src/hb-ot-glyf-table.hh | 26 ++++++++++----------------
+ src/hb-ot-glyph.cc      | 25 ++++++++++++++++---------
+ src/test-ot-glyph.cc    |  6 ++++--
+ 3 files changed, 30 insertions(+), 27 deletions(-)
+
+commit f883c31cce18372269fc1e46b3379295de7c9f7c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 13 12:31:53 2019 +0330
+
+    Implement glyph outline path API
+    
+    Got help from https://github.com/opentypejs/opentype.js/blob/4e0bb99/src/tables/glyf.js#L222
+
+ src/Makefile.am             |   5 ++
+ src/Makefile.sources        |   2 +
+ src/harfbuzz.cc             |   1 +
+ src/hb-ot-glyf-table.hh     | 119 +++++++++++++++++++++++++++++++++-----------
+ src/hb-ot-glyph.cc          |  50 +++++++++++++++++++
+ src/hb-ot-glyph.h           |  52 +++++++++++++++++++
+ src/hb-ot-var-gvar-table.hh |   6 ++-
+ src/hb-ot.h                 |   1 +
+ src/test-ot-glyph.cc        |  84 +++++++++++++++++++++++++++++++
+ 9 files changed, 290 insertions(+), 30 deletions(-)
+
+commit d2ab1ec65b1697b113b2b923c63e300659cf1998
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Jan 9 20:24:16 2020 -0800
+
+    fixes oss-fuzz 19978: Null-dereference READ (#2091)
+
+ src/hb-ot-var-hvar-table.hh                              |   1 +
+ ...-testcase-minimized-hb-subset-fuzzer-5148388450631680 | Bin 0 -> 2685 bytes
+ 2 files changed, 1 insertion(+)
+
+commit 5e55a6d6910e3c942638ad6e9fa1e38befb36c12
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jan 9 23:40:40 2020 +0330
+
+    [subset/hvar] minor
+    
+    not super excited about state of the code around, assuming was needed
+    so let's add this may unlikely check also.
+
+ src/hb-ot-var-hvar-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 257a197ae723b55d26c3254dbe1edd8b0509af1b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jan 9 22:55:45 2020 +0330
+
+    Fail serialize when map has incorrect value
+    
+    fixes https://crbug.com/oss-fuzz/19956
+    
+    am not super happy with the fix, guess we should do some check
+    before the memcpy anyway as @blueshade7 thinks also,
+    so let's have it or revert it when we have a better approach for the case.
+
+ src/hb-ot-layout-common.hh                               |   7 ++++++-
+ ...-testcase-minimized-hb-subset-fuzzer-5708764082864128 | Bin 0 -> 6452 bytes
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit 1db2c1d0da9eed4b330ca0c6a46c19482c6e377b
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jan 7 11:10:40 2020 -0800
+
+    fix for cmap4 and OS_2 subsetting: maximum character code allowed is 0xFFFF
+
+ src/hb-ot-cmap-table.hh                            |  14 ++++++++----
+ src/hb-ot-os2-table.hh                             |   4 ++--
+ test/api/fonts/Mplus1p-Regular-cmap4-testing.ttf   | Bin 0 -> 2024 bytes
+ test/api/fonts/Mplus1p-Regular.ttf                 | Bin 0 -> 1757292 bytes
+ test/api/test-subset-cmap.c                        |  24 +++++++++++++++++++++
+ .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  | Bin 0 -> 2260 bytes
+ ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf | Bin 0 -> 1532 bytes
+ test/subset/data/tests/japanese.tests              |   2 +-
+ 8 files changed, 37 insertions(+), 7 deletions(-)
+
+commit 8ed46c3678cd4518efe5c9907bb9d22e6161bbd5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jan 7 23:43:53 2020 +0330
+
+    [fuzz] minor, add another already fixed case
+    
+    https://crbug.com/oss-fuzz/19907
+
+ ...z-testcase-minimized-hb-subset-fuzzer-5695925913911296 | Bin 0 -> 385 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 341407f7a52680be84144eb285e6cb09131b2956
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jan 7 09:10:24 2020 +0330
+
+    [fuzz] minor, upload another fixed case
+    
+    https://crbug.com/oss-fuzz/19878
+
+ ...z-testcase-minimized-hb-subset-fuzzer-5169035432165376 | Bin 0 -> 108 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 7950beecfcc66194541437349c91625fd27c0071
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jan 6 21:25:00 2020 +0330
+
+    [subset] Fix null pointer dereference in hvar/vvar subset (#2085)
+    
+    Rest of the code assumes there is at least one subtable, lets return here if not.
+    
+    * https://crbug.com/oss-fuzz/19827
+    * https://crbug.com/oss-fuzz/19847
+
+ src/hb-ot-var-hvar-table.hh                              |   2 ++
+ ...lusterfuzz-testcase-hb-subset-fuzzer-5641053680173056 | Bin 0 -> 4229 bytes
+ ...-testcase-minimized-hb-subset-fuzzer-5650879734874112 | Bin 0 -> 3278 bytes
+ 3 files changed, 2 insertions(+)
+
+commit 8ed27757b197670ee9f91cfb27ec50bcd3045a2f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jan 6 19:01:13 2020 +0330
+
+    Remove _POSIX_C_SOURCE definition from the project
+    
+    Added fpr suncc support but apparently is causing more issues
+    even on suncc so let's see if we can go without it.
+    
+    Fixes #2084
+
+ src/hb-blob.cc | 12 ------------
+ 1 file changed, 12 deletions(-)
+
+commit e7d1aeb61023dff22852048561f6161c6972ec75
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jan 6 12:48:22 2020 +0330
+
+    [hvar] minor, fix unlikely statement
+
+ src/hb-ot-var-hvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 57b1534198ae07c840010cff5af7997c5f738e88
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jan 6 12:46:50 2020 +0330
+
+    [glyf] minor, fix unlikely statements
+
+ src/hb-ot-glyf-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9e48c6e9ef3f6d398c7140933a2cd90980f0ed5b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Dec 31 15:57:39 2019 +0330
+
+    minor, use private API of hb_set_t where possible
+
+ src/hb-ot-var-hvar-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit ce114d6b27976f38effba015d9cdf00b96c2fdfc
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Dec 31 15:53:02 2019 +0330
+
+    minor, tweak spaces
+
+ src/hb-aat-fdsc-table.hh                   |  4 ++--
+ src/hb-aat-layout-ankr-table.hh            |  2 +-
+ src/hb-aat-layout-just-table.hh            | 36 +++++++++++++++---------------
+ src/hb-aat-layout-trak-table.hh            |  4 ++--
+ src/hb-debug.hh                            |  2 +-
+ src/hb-ot-cff-common.hh                    |  6 ++---
+ src/hb-ot-cff1-table.hh                    | 12 +++++-----
+ src/hb-ot-color-cbdt-table.hh              |  2 +-
+ src/hb-ot-gasp-table.hh                    |  4 ++--
+ src/hb-ot-layout-common.hh                 | 14 ++++++------
+ src/hb-ot-layout-gsubgpos.hh               |  8 +++----
+ src/hb-ot-layout-jstf-table.hh             |  2 +-
+ src/hb-ot-math-table.hh                    | 33 ++++++++++++++-------------
+ src/hb-ot-shape-complex-indic-machine.rl   |  2 +-
+ src/hb-ot-shape-complex-myanmar-machine.rl |  2 +-
+ src/hb-ot-var-avar-table.hh                |  2 +-
+ src/hb-ot-var-gvar-table.hh                | 18 +++++++--------
+ src/hb-ot-var-hvar-table.hh                | 12 +++++-----
+ src/hb-subset-cff-common.cc                |  2 +-
+ src/hb-subset-cff-common.hh                | 34 ++++++++++++++--------------
+ src/hb-subset-cff1.cc                      | 16 ++++++-------
+ src/hb-subset-cff2.cc                      |  8 +++----
+ util/options.cc                            |  2 +-
+ 23 files changed, 114 insertions(+), 113 deletions(-)
+
+commit 33c3d63a0a9734a9cca9411a666d6ba9793d642f
+Merge: 68c1798a6 ea8fdfa07
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Dec 31 13:52:50 2019 +0330
+
+    Merge pull request #1594 from harfbuzz/var-subset
+    
+    Issue 1558: [subset] TrueType/CFF2 variable font
+
+commit 68c1798a6703f9476b29c53abe95dd59ae280613
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Wed Dec 18 15:57:14 2019 +0200
+
+    [coretext] Use kCTFontOpenTypeFeatureTag
+    
+    Instead of trying to map OpenType features to AAT feature selectors
+    which only works for a small subset of OpenType features, use the
+    simpler kCTFontOpenTypeFeatureTag with OpenType feature tags directly.
+    
+    With this change, features like cvXX can be enabled in coretext shaper,
+    while they were previously ignored due to missing mapping.
+    
+    This seems to work even with AAT fonts that don’t have OpenType layout
+    tables, which suggests that CoreText is doing the mapping itself in this
+    case.
+    
+    kCTFontOpenTypeFeatureTag seems to have been introduced in macOS 10.10
+    and iOS 8.0, though, so its use is conditional on version check for now.
+    Not sure how to check iOS version, so I left this out.
+
+ src/hb-coretext.cc | 20 +++++++++++++++++++-
+ 1 file changed, 19 insertions(+), 1 deletion(-)
+
+commit b28c282585afd3bff844e84eae7f29e1a1267aef
+Author: Marcel Fabian Krüger <zauguin@gmail.com>
+Date:   Tue Dec 17 02:58:51 2019 +0100
+
+    Check to avoid overflows
+
+ src/hb-sanitize.hh | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit d70afb1e5a32f23d03cc69bbbc725d1e668eb616
+Author: Marcel Fabian Krüger <zauguin@gmail.com>
+Date:   Tue Dec 17 02:29:28 2019 +0100
+
+    Clamp max_ops to upper bound in hb-sanitize.hh
+
+ src/hb-sanitize.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit aa43e183dda2288b9d83fe7473f357422a4771f1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 15 16:04:00 2019 -0800
+
+    [perf Add texts/en-words.txt
+    
+    $ cat docs/usermanual-*.xml src/hb*.cc src/hb*.{h,hh,cc} | sed 's/[^a-zA-Z ]/ /g' | tr ' ' '\n' | sort | uniq | grep . > perf/texts/en-words.txt
+
+ perf/texts/en-words.txt | 12392 ++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 12392 insertions(+)
+
+commit 80762cc4d0663a9ca465e94e73424e3b352de24c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Dec 15 23:21:10 2019 +0330
+
+    [ci] Speedup tsan bot
+    
+    We don't expect fails thus expecting readable failure backtrace so let's speed it up instead
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b79ceac3c68a41a0b7f624c0f172e99eb7498737
+Author: Evgeniy Reizner <razrfalcon@gmail.com>
+Date:   Sun Dec 15 16:50:01 2019 +0200
+
+    Prefer UINT_MAX instead of uint overflow.
+    
+    Also, prefer HB_FEATURE_GLOBAL_START and HB_FEATURE_GLOBAL_END.
+
+ src/hb-buffer.cc                          | 6 +++---
+ src/hb-common.cc                          | 4 ++--
+ src/hb-face.hh                            | 2 +-
+ src/hb-graphite2.cc                       | 2 +-
+ src/hb-ot-map.hh                          | 4 ++--
+ src/hb-ot-shape-complex-arabic.cc         | 6 +++---
+ src/hb-ot-shape.cc                        | 2 +-
+ src/hb-set.hh                             | 4 ++--
+ test/shaping/data/aots/hb-aots-tester.cpp | 4 ++--
+ util/ansi-print.cc                        | 6 +++---
+ util/options.cc                           | 2 +-
+ util/options.hh                           | 2 +-
+ 12 files changed, 22 insertions(+), 22 deletions(-)
+
+commit b618e0ae1368aa22050ce0fe48329b723e2fd632
+Author: Evgeniy Reizner <razrfalcon@gmail.com>
+Date:   Sun Dec 15 16:26:50 2019 +0200
+
+    Remove non-breaking spaces from comments.
+    
+    `0xC2A0` was used, for some reasons. It's not really a problem, but Qt Creator
+    constatly trying to replace them with regular spaces, so I have to edit those
+    files separately.
+
+ src/hb-buffer.cc |  4 ++--
+ src/hb-common.cc | 20 ++++++++++----------
+ 2 files changed, 12 insertions(+), 12 deletions(-)
+
+commit 780d640c02e01664ea13729f4e4b416c440c3cdf
+Author: Evgeniy Reizner <razrfalcon@gmail.com>
+Date:   Sun Dec 15 16:11:37 2019 +0200
+
+    Remove unnecessary check in hb_buffer_t::set_masks.
+    
+    Bounds are already checked by the caller.
+    
+    Closes #2073
+
+ src/hb-buffer.cc | 7 -------
+ 1 file changed, 7 deletions(-)
+
+commit 34ed8e7218d9147a6ccd99198db594cf8f66f61b
+Author: Evgeniy Reizner <razrfalcon@gmail.com>
+Date:   Fri Dec 13 07:25:34 2019 +0200
+
+    Prefer _hb_glyph_info_is_unicode_mark where possible.
+
+ src/hb-ot-shape-fallback.cc  | 6 +++---
+ src/hb-ot-shape-normalize.cc | 6 +++---
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 3e1a2632dce396157a4e8ff6669740a145e7062c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Dec 12 15:48:27 2019 +0330
+
+    [unscribe] fix leak issue
+    
+    with no user_data provided, `free` will be called with `(0)` thus silently having a leak
+
+ src/hb-uniscribe.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e75d785b51d713de2e37ad41c62de5423fc95949
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Dec 12 15:42:37 2019 +0330
+
+    [doc] fix hb_blob_create call example
+    
+    otherwise free(0) will be called that silently makes a leak
+
+ docs/usermanual-object-model.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4ef597e17003402c0ceebcb5a0c185f08c97aac1
+Author: Daeren <Daeren@users.noreply.github.com>
+Date:   Wed Dec 11 13:44:05 2019 +0300
+
+    Fix unary minus operator applied to unsigned int
+    
+    Applying unary minus operator to unsigned int causes the following error on MSVS: error C4146
+    This patch fixes the error.
+
+ src/hb-ot-color-sbix-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1770493cf5e0c098a0566281bc1dd089101f0f78
+Author: Daeren <Daeren@users.noreply.github.com>
+Date:   Wed Dec 11 13:44:15 2019 +0300
+
+    Fix unary minus operator applied to unsigned int
+    
+    Applying unary minus operator to unsigned int causes the following error on MSVS: error C4146
+    This patch fixes the error.
+
+ src/hb-ot-color-cbdt-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a061e47fcc84a8947ca478b7ff2d02efeafecbce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 10 13:31:50 2019 -0600
+
+    Change a few HB_INTERNAL static methods to static inline
+
+ src/hb-ot-layout-gpos-table.hh | 10 +++++-----
+ src/hb-ot-layout-gsub-table.hh | 10 +++++-----
+ src/hb-ot-layout-gsubgpos.hh   |  2 +-
+ 3 files changed, 11 insertions(+), 11 deletions(-)
+
+commit dd3972a3649e30c2bee88303ee56f88b260deb53
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 10 13:21:26 2019 -0600
+
+    [GSUB] Simplify Extension is_reverse()
+    
+    We don't allow extension lookups to chain to another extension lookup.
+    Simplify code for that.
+
+ src/hb-ot-layout-gpos-table.hh | 10 +++++-----
+ src/hb-ot-layout-gsub-table.hh | 14 +++++---------
+ 2 files changed, 10 insertions(+), 14 deletions(-)
+
+commit 858b627984c50e94bc71b9530c340a8fff59d330
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 10 13:18:32 2019 -0600
+
+    [machinery] Remove CastR<>()
+
+ src/hb-machinery.hh            | 8 --------
+ src/hb-open-file.hh            | 2 +-
+ src/hb-ot-layout-common.hh     | 4 ++--
+ src/hb-ot-layout-gpos-table.hh | 2 +-
+ src/hb-ot-layout-gsub-table.hh | 6 +++---
+ src/hb-ot-layout-gsubgpos.hh   | 8 ++++----
+ 6 files changed, 11 insertions(+), 19 deletions(-)
+
+commit b84ceb2fcf7a71fe03f499dd0c4611254b561f1d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 10 13:02:48 2019 -0600
+
+    [machinery] Remove CastP
+
+ src/hb-machinery.hh            | 8 --------
+ src/hb-ot-layout-gpos-table.hh | 8 +++++---
+ src/main.cc                    | 4 ++--
+ 3 files changed, 7 insertions(+), 13 deletions(-)
+
+commit 85574ec28735c1e9d53ccff9abafbbc25cf34f0f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 10 12:52:32 2019 -0600
+
+    [machinery] Minor
+
+ src/hb-machinery.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e101a6725731a2e82f3e2a146c3281111c747d90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 10 12:46:14 2019 -0600
+
+    [perf] Add texts/fa-thelittleprince.txt
+
+ perf/texts/en-thelittleprince.txt |   3 -
+ perf/texts/fa-thelittleprince.txt | 923 ++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 923 insertions(+), 3 deletions(-)
+
+commit 2c781a670108d52149a61fb7bc5b9b6eb3592b9d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 10 12:43:42 2019 -0600
+
+    [perf] More rename
+
+ perf/run.sh                                 | 2 +-
+ perf/{text => texts}/en-thelittleprince.txt | 0
+ perf/{text => texts}/fa-monologue.txt       | 0
+ 3 files changed, 1 insertion(+), 1 deletion(-)
+
+commit d703392afef578cbeb17968783109c8cbe117890
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 10 12:42:29 2019 -0600
+
+    [perf] Adjust text/fa-monologue.txt
+
+ perf/text/fa-monologue.txt | 17 -----------------
+ 1 file changed, 17 deletions(-)
+
+commit 19d1b9d4f319b75121bfbba677122ca74bf6f796
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 10 12:39:01 2019 -0600
+
+    [perf] Renames
+
+ perf/run.sh                                                    | 2 +-
+ perf/text/{littleprince.txt => en-thelittleprince.txt}         | 0
+ perf/text/{test-long-arabic-paragraph.txt => fa-monologue.txt} | 0
+ 3 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 6a60ca117c51e15279ba39dcae19301d24789c62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 10 12:32:37 2019 -0600
+
+    [algs] Fold last other bsearch() in
+    
+    Now truly have only one bsearch implementation.
+
+ src/hb-ot-cmap-table.hh | 37 ++++++++++++++++++++-----------------
+ 1 file changed, 20 insertions(+), 17 deletions(-)
+
+commit 53dc8d944f71481ce7f18a32aca63c3f004e6e0c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Dec 10 21:53:30 2019 +0330
+
+    Add initial shaping performance test and profiler
+
+ perf/fonts/Amiri-Regular.ttf              |  Bin 0 -> 551560 bytes
+ perf/fonts/NotoNastaliqUrdu-Regular.ttf   |  Bin 0 -> 497204 bytes
+ perf/fonts/NotoSansDevanagari-Regular.ttf |  Bin 0 -> 212740 bytes
+ perf/fonts/Roboto-Regular.ttf             |  Bin 0 -> 305608 bytes
+ perf/run.sh                               |   25 +
+ perf/text/littleprince.txt                | 1896 +++++++++++++++++++++++++++++
+ perf/text/test-long-arabic-paragraph.txt  |   18 +
+ 7 files changed, 1939 insertions(+)
+
+commit 39afe608b476c3d09460dfceae75df65a9eb22b4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 10 12:04:44 2019 -0600
+
+    [algs] Fold one more custom bsearch() in
+    
+    One more to go.
+
+ src/hb-ot-layout-gpos-table.hh | 49 ++++++++++++++++--------------------------
+ 1 file changed, 19 insertions(+), 30 deletions(-)
+
+commit b1dc676eaa606660584f3c67f0570457e9f09dd3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 10 11:41:24 2019 -0600
+
+    [algs] Reduce one more bsearch() impl
+    
+    Ouch, there were three more left.  Down one.  Two to go.
+
+ src/hb-open-type.hh | 21 +++++++++------------
+ 1 file changed, 9 insertions(+), 12 deletions(-)
+
+commit 6f76c325e5244adfa1599952040ed7f13b10f38c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Dec 10 21:43:11 2019 +0330
+
+    [test] Update 10.15 results
+    
+    Turned out only SFNS, which wasn't available in 10.14 anyway, needed an update
+    See https://crbug.com/1005969#c37 also
+
+ test/shaping/data/in-house/tests/macos.tests | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 2241a676ba084214fdfc6d35f35862a64f296271
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Dec 10 19:50:34 2019 +0330
+
+    [test] Add macOS 10.15 related fonts
+    
+    breaks the test and 10.15 bot, will add the fix in next commit, also adds a broken test for f47cbade1
+
+ test/shaping/data/in-house/tests/macos.tests | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit f3de3b6d3db278845bee1392ffdb3659921c6410
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Dec 10 16:37:48 2019 +0330
+
+    [ci] fix macOS 10.15 bot
+    
+    Xcode 11.3.0 image is supposed to work per https://circleci.com/docs/2.0/testing-ios/
+    but isn't https://circleci.com/gh/harfbuzz/harfbuzz/118693 AFAICS
+    
+    Let's try Xcode 11.2.1 image
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 49434bdd49eec61a3bcb18e242b30e72cdc81279
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Dec 10 16:28:04 2019 +0330
+
+    [ci] Add a macOS 10.15 bot
+    
+    Should update macos.tests with the fonts, for now
+
+ .circleci/config.yml | 14 +++++++++++++-
+ 1 file changed, 13 insertions(+), 1 deletion(-)
+
+commit f47cbade18acc4f9c935ba2c6c863beb6087d781
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 9 18:10:34 2019 -0600
+
+    [aat] Adjust fallback positioning logic
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1528
+    
+    Wish could add a test...
+    
+    $ ./hb-view --font-file Thonburi.ttc --unicodes U+0E17,U+0E35,U+0E48,U+0E4A --shaper ot
+    
+                       ▃
+    
+             ▂▃▃▄▃▂▁▊        ▃  ▃       ▎
+          ▗   ▅▆▆▅          ▌ ▆▆▅▆▙ ▌▗
+         ▗                  ▙ ▂  ▎▗   ▟
+         ▅▆▆▆▇▇▇▇▇▇▇▆▆▅▄     ▇▅▅▅ ▙▆▇
+        ▁▁▂▁       ▁▁
+             ▖                    ▖ ▂▂
+      ▉   ▁        ▆▆        ▌   ▆  ▙▄ ▁▁
+       ▙            ▉      ▃▖           ▟
+          ▊         ▉      ▅▟           ▗▄
+          ▊         ▉     ▗ ▏           ▇▆
+          ▊    ▟    ▉      ▆             ▖
+          ▊         ▉        ▌        ▂
+          ▊   ▏     ▉           ▌ ▗   ▄▟
+          ▊                        ▆
+
+ src/hb-ot-shape-complex-default.cc | 20 ++++++++++++++++++++
+ src/hb-ot-shape-complex.hh         |  5 +++--
+ src/hb-ot-shape.cc                 |  5 +++--
+ 3 files changed, 26 insertions(+), 4 deletions(-)
+
+commit fa7edf87c99a46d29a9f0d58b2896bc24a43853e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 7 22:01:13 2019 -0600
+
+    [bsearch] Massage API some more
+
+ src/hb-algs.hh  | 25 +++++++++++++++----------
+ src/hb-array.hh | 23 ++++++++++-------------
+ 2 files changed, 25 insertions(+), 23 deletions(-)
+
+commit 70aa5071d89dbba792c4c9fb4df7ca716304656a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 7 22:35:34 2019 -0600
+
+    [algs] Adjust return value of hb_ctz(0) to be 32 instead of 0
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit eefb78f674c9a71aaaca45cc1246584848622923
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 8 21:07:00 2019 -0600
+
+    Minor
+
+ src/hb-common.cc | 32 --------------------------------
+ src/hb-static.cc | 36 ++++++++++++++++++++++++++++++++++++
+ 2 files changed, 36 insertions(+), 32 deletions(-)
+
+commit 9fb030585a1c429c13e86fbd128d9db004d3a355
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 7 19:45:08 2019 +0000
+
+    Rename start/end to first/last in RangeRecord
+    
+    Because that's what they are.
+
+ src/hb-ot-layout-common.hh | 48 +++++++++++++++++++++++-----------------------
+ 1 file changed, 24 insertions(+), 24 deletions(-)
+
+commit 8ac4ba14dca7c700b6dfdc19ceb5385a7e6fb889
+Author: Evgeniy Reizner <razrfalcon@gmail.com>
+Date:   Mon Dec 9 18:58:28 2019 +0200
+
+    Fix typo in TESTING.md (#2066)
+
+ TESTING.md | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9b1d5c4a59c6d3d9c248eae5d05d801791d42b7a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Dec 9 12:29:28 2019 +0330
+
+    [number] fix where strtod_l not available
+
+ src/hb-number.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 5c8f96028988f647cace1af9f5a4c33c29b6e562
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Dec 9 10:48:43 2019 +0330
+
+    [number] minor, include the renamed header
+
+ src/hb-number.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 48eef2724c8aa55d081fb742a5e6cef17ff5d4a2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 6 05:04:11 2019 +0000
+
+    [algs/array] Consolidate the last two bsearch implementations!
+    
+    Yay!  Seems to work.
+
+ src/hb-algs.hh  | 31 +++++++++++++++++--------------
+ src/hb-array.hh | 31 +++++++++++--------------------
+ 2 files changed, 28 insertions(+), 34 deletions(-)
+
+commit ed35dea8c07f1ecc50df48657bb330fcd77ca8e3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 6 04:37:11 2019 +0000
+
+    Fourth try... sighs
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9168310bb4c9d7d0652c7ead53017e30d1fafda2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 6 04:28:06 2019 +0000
+
+    Fix build, third times...
+
+ src/hb-ot-post-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 34f5cc2cc80cf1fd45bc9697d828d3536e3ac74f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 6 04:09:33 2019 +0000
+
+    Second try at fixing build
+
+ src/hb-algs.hh | 13 +++++++++++--
+ 1 file changed, 11 insertions(+), 2 deletions(-)
+
+commit 14ce5ab0b7ae012c6e46511bab399c472eb39eb2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 6 03:54:46 2019 +0000
+
+    First try at fixing build errors
+
+ src/hb-algs.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 2274270c6ac2e170cf939e03a89721f03f2f98bd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 6 03:42:21 2019 +0000
+
+    [algs] Streamline bsearch some more
+
+ src/hb-algs.hh | 46 ++++++++++++++++++++++++++++++++--------------
+ 1 file changed, 32 insertions(+), 14 deletions(-)
+
+commit bd55d4b49fcd1ac1335e60ead1fe9941e7b01f8c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 6 03:35:24 2019 +0000
+
+    [algs] Streamline bsearch() API more towards hb_array_t::bsearch_impl()
+    
+    Preparing to merge the two finally!
+
+ src/hb-aat-layout.cc              |  6 +-----
+ src/hb-aat-layout.hh              | 10 ++--------
+ src/hb-algs.hh                    | 27 +++++++++++++++++++--------
+ src/hb-ot-name-language-static.hh | 15 +++------------
+ src/hb-ot-name-table.hh           | 12 +++++-------
+ src/hb-ot-os2-unicode-ranges.hh   | 20 +++-----------------
+ src/hb-ot-post-table.hh           |  3 +--
+ src/hb-ot-var-mvar-table.hh       |  4 +++-
+ src/hb-ucd.cc                     | 18 ++++++++++--------
+ 9 files changed, 47 insertions(+), 68 deletions(-)
+
+commit fd6df520a1a4aa9cdaa0c2e515f29ba93d2910d1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 6 03:00:23 2019 +0000
+
+    [array] Isolate bsearch implementation more
+
+ src/hb-array.hh | 26 ++++++++++++++++++++------
+ 1 file changed, 20 insertions(+), 6 deletions(-)
+
+commit 06d3c2019fc2dd9a284a3c2471a1eabef47584c5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 6 02:52:54 2019 +0000
+
+    [array] Simplify bfind() positioning
+    
+    I had copied the old scheme from fontconfig's fccharset.c.  I just
+    convinced myself that this change is correct and produces exact
+    same results.  But I also am skeptical.  Anyone else feel like
+    convincing themselves as well please?
+
+ src/hb-array.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit d67ba649a38aec1646525a30f992d5f50c4cf06d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Dec 5 13:15:21 2019 +0330
+
+    Rename hb_array_t::in_range to hb_array_t::check_range
+
+ src/hb-array.hh             |  2 +-
+ src/hb-ot-glyf-table.hh     | 20 ++++++++++----------
+ src/hb-ot-var-gvar-table.hh | 16 ++++++++--------
+ 3 files changed, 19 insertions(+), 19 deletions(-)
+
+commit 72d83a0280b95f99b94c64380bc46558fc941462
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Dec 5 13:09:48 2019 +0330
+
+    Make hb_array_t::in_range similar to hb_sanitize_context_t::check_range
+
+ src/hb-array.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit b1167d19e9d72bcadc1a71873afa8dcbe0e26f29
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 5 15:46:58 2019 +0000
+
+    Fix!
+
+ .../fonts/2681c1c72d6484ed3410417f521b1b819b4e2392.ttf   | Bin 0 -> 1288 bytes
+ .../fonts/28cbcd9409236705ff14bec11a273d16cffdd543.ttf   | Bin 1080 -> 0 bytes
+ 2 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 5ff410b493f3abadb397347c118fdfbcfd278e69
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 5 15:37:56 2019 +0000
+
+    Add files, oops
+
+ .../fonts/28cbcd9409236705ff14bec11a273d16cffdd543.ttf   | Bin 0 -> 1080 bytes
+ test/shaping/data/in-house/tests/rotation.tests          |   4 ++++
+ 2 files changed, 4 insertions(+)
+
+commit 2dc20e632efd6aab2abe0ad15ed110ca4553f3ba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 5 15:28:42 2019 +0000
+
+    Implement fallback vertical shaping from Firefox
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/355
+
+ src/hb-ot-shape.cc                          | 92 ++++++++++++++++++++++++-----
+ src/hb-ot-shape.hh                          |  1 +
+ test/shaping/data/in-house/Makefile.sources |  1 +
+ 3 files changed, 80 insertions(+), 14 deletions(-)
+
+commit b6d0f1529df9461f1fdb93fae7b5103702ae1517
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 5 12:19:52 2019 +0000
+
+    [indic] Fix old-spec base-finding logic w vatu feature
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1587
+
+ src/hb-ot-shape-complex-indic.cc | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+commit 0414341ac576c4403231f507e216c7716c8f0828
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 5 11:26:39 2019 +0000
+
+    Prefer AAT shaping over OT if both available
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1529
+
+ src/hb-common.cc    |  1 -
+ src/hb-debug.hh     |  1 -
+ src/hb-ot-layout.cc | 21 ---------------------
+ src/hb-ot-shape.cc  | 25 ++-----------------------
+ 4 files changed, 2 insertions(+), 46 deletions(-)
+
+commit 82545c5e2ba2067f2eb117c7358ed6d5b50ca942
+Author: blueshade7 <ariza@typekit.com>
+Date:   Tue Nov 26 10:24:32 2019 -0800
+
+    more coding style fixes
+
+ src/hb-ot-font.cc | 19 +++++++++----------
+ 1 file changed, 9 insertions(+), 10 deletions(-)
+
+commit 2e7c1239c886ea8fa6ba37b7597d76b2d319f468
+Author: blueshade7 <ariza@typekit.com>
+Date:   Tue Nov 26 09:57:53 2019 -0800
+
+    minor: coding style
+
+ src/hb-ot-font.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit ed94e41065797b3b22860f1aa68a0b2ea47317e7
+Author: blueshade7 <ariza@typekit.com>
+Date:   Wed Nov 20 10:42:50 2019 -0800
+
+    fixed api test test-ot-glyphname
+
+ test/api/test-ot-glyphname.c | 8 ++------
+ 1 file changed, 2 insertions(+), 6 deletions(-)
+
+commit 7a4745ba8da89f945b7c62f59bbb3d1cc5a45e2d
+Author: blueshade7 <ariza@typekit.com>
+Date:   Wed Nov 20 10:15:41 2019 -0800
+
+    added api test test-ot-glyphname
+
+ test/api/Makefile.am         |  1 +
+ test/api/test-ot-glyphname.c | 83 ++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 84 insertions(+)
+
+commit ab525ac66dc2e72a636d3f04b575f766af76f9e0
+Author: blueshade7 <ariza@typekit.com>
+Date:   Tue Nov 19 20:36:56 2019 -0800
+
+    fix HB_TINY buid
+
+ src/hb-subset-plan.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit ff64652cf6bda18d1d7d54f511eed131464e1f3d
+Author: blueshade7 <ariza@typekit.com>
+Date:   Tue Nov 19 18:50:57 2019 -0800
+
+    fix shape-fuzzer failure
+
+ src/hb-ot-cff1-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit a333b0f7172923ff70dcb1bca15a5474fd84f82f
+Author: blueshade7 <ariza@typekit.com>
+Date:   Tue Nov 19 18:01:53 2019 -0800
+
+    add hb-ot-cff1-std-str.hh to Makefile.sources
+
+ src/Makefile.sources | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 61707266a3ea9fc54323742de6559fb00987dc29
+Author: blueshade7 <ariza@typekit.com>
+Date:   Tue Nov 19 17:09:12 2019 -0800
+
+    fix get_sid crash
+
+ src/hb-ot-cff1-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4c4e08a1eff5a4bf355f032f32fb4fa25b9349d7
+Author: blueshade7 <ariza@typekit.com>
+Date:   Tue Nov 19 16:50:28 2019 -0800
+
+    add cff1::accelerator_t::fini
+
+ src/hb-ot-cff1-table.hh | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit ff87465b400af4685680a7a3076533ee6b635dd3
+Author: blueshade7 <ariza@typekit.com>
+Date:   Tue Nov 19 16:18:33 2019 -0800
+
+    add get_glyph_from_name & test. use hb_string_array
+
+ src/Makefile.am           |   5 +
+ src/hb-ot-cff1-std-str.hh | 425 ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-cff1-table.cc   |  69 --------
+ src/hb-ot-cff1-table.hh   |  85 +++++++++-
+ src/hb-ot-font.cc         |   6 +-
+ src/test-ot-glyphname.cc  |  91 ++++++++++
+ 6 files changed, 602 insertions(+), 79 deletions(-)
+
+commit 51e772852191e99206bd69f2f06d029ba01e5745
+Author: blueshade7 <ariza@typekit.com>
+Date:   Sun Nov 17 02:25:39 2019 -0800
+
+    minor
+
+ src/hb-ot-cff1-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6d9eb9c04095db74f40c00a3d6e5a6432491059d
+Author: blueshade7 <ariza@typekit.com>
+Date:   Sun Nov 17 02:20:22 2019 -0800
+
+    fixed failure with language-tags.tests
+
+ src/hb-ot-cff1-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 59fe379797adca37e29c002ffabc27f9c74f8746
+Author: blueshade7 <ariza@typekit.com>
+Date:   Sat Nov 16 19:47:31 2019 -0800
+
+    fixed hb-shape-fuzzer failures in get_sid
+
+ src/hb-ot-cff1-table.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit e26df436bcf215d1a4520e9851aa607b0de0ca84
+Author: blueshade7 <ariza@typekit.com>
+Date:   Sat Nov 16 19:12:34 2019 -0800
+
+    fix test-ot-face crash
+
+ src/hb-ot-cff1-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 7b49042ef4812d8550d884a400936331fad9951a
+Author: blueshade7 <ariza@typekit.com>
+Date:   Sat Nov 16 18:20:16 2019 -0800
+
+    add cff1::get_glyph_name
+
+ src/hb-ot-cff1-table.cc |  69 +++++++++++++++++++++++++++
+ src/hb-ot-cff1-table.hh | 124 +++++++++++++++++++++++++++---------------------
+ src/hb-ot-font.cc       |   6 ++-
+ 3 files changed, 144 insertions(+), 55 deletions(-)
+
+commit ea8fdfa07939b97db6636327c8d55cd3b5a62b4c
+Merge: 453050ad3 d5338ba18
+Author: blueshade7 <ariza@typekit.com>
+Date:   Fri Nov 22 15:59:09 2019 -0800
+
+    Merge branch 'master' into var-subset
+
+commit d5338ba1894f73629528a2a505e30cd681a5f1c6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 22 16:22:27 2019 -0500
+
+    [ft] Add locking FT_Face API
+    
+    Now that we mutex our internal FT_Face, share it with clients.
+    
+    New API:
+    - hb_ft_font_lock_face()
+    - hb_ft_font_unlock_face()
+
+ docs/harfbuzz-sections.txt |  2 ++
+ src/hb-ft.cc               | 56 +++++++++++++++++++++++++++++++++++++++++++---
+ src/hb-ft.h                |  6 +++++
+ 3 files changed, 61 insertions(+), 3 deletions(-)
+
+commit e5c7ee9f757baa166a96d73b7ec0cb2b1ae23385
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 20 14:22:01 2019 -0500
+
+    [set] Fix undefined-behavior shift in _previous()
+    
+    harfbuzz/src/hb-set.hh:138:43: runtime error: shift exponent 64 is too large for 64-bit type 'hb_set_t::page_t::elt_t' (aka 'unsigned long long')
+
+ src/hb-set.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 5fddc5f1698aa50e1be9cd729032c40fa5bd64b1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 20 13:07:26 2019 -0500
+
+    Use foreach_cluster
+
+ src/hb-buffer.cc | 14 ++------------
+ 1 file changed, 2 insertions(+), 12 deletions(-)
+
+commit e4a101ed38f61b3ac710e483528816372cbeb3d0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 19 20:04:00 2019 -0500
+
+    [ft] Fix for HB_NO_VAR build
+
+ src/hb-ft.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 76c27462c242f00e26d3b172dbdf618121aac306
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Tue Nov 19 16:51:33 2019 -0500
+
+    Don’t modify a ccc to 6
+    
+    ccc=6 will be used in Unicode 13.0.
+
+ src/hb-unicode.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 8fdafee2a621f64101a5d55ded64de9e693db34a
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Nov 18 16:44:25 2019 -0800
+
+    undef HB_STRING_ARRAY_LENG_NAME
+
+ src/hb-string-array.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 5e9863f3c63c6b9060d270d5cf959e16ac1294bb
+Author: blueshade7 <ariza@typekit.com>
+Date:   Mon Nov 18 15:40:43 2019 -0800
+
+    ARRAY_LENGTH fails with -Wglobal-constructors
+
+ src/hb-string-array.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a75983690d0b3575ef208592c51f730410230af7
+Author: blueshade7 <ariza@typekit.com>
+Date:   Mon Nov 18 15:09:24 2019 -0800
+
+    calculate hb_string_array length automatically
+
+ src/hb-ot-post-table.hh | 10 ++++------
+ src/hb-string-array.hh  |  3 +++
+ 2 files changed, 7 insertions(+), 6 deletions(-)
+
+commit 57da16bc5986ce714fb3f57501e5f45a33aaa99a
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sun Nov 17 21:32:12 2019 +0200
+
+    [cff] Check rcurveline and rlinecurve arguments
+    
+    Make sure the number of arguments is not too many or too few, otherwise
+    skip the command.
+
+ src/hb-cff-interp-cs-common.hh | 41 +++++++++++++++++++++++------------------
+ 1 file changed, 23 insertions(+), 18 deletions(-)
+
+commit 9f1524ce83ebd2c3320ffc90776cb0f533db143f
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sun Nov 17 16:17:20 2019 +0200
+
+    [cff] Fix a typo in processing rlinecurve
+    
+    We want to process all pairs of arguments except the last 6 as lines, so
+    should have been subtracting 6 here, otherwise if the number of
+    arguments happens to be multiples of 6 they will be all treated as
+    curves.
+    
+    See https://github.com/harfbuzz/harfbuzz/pull/2016#issuecomment-554640098
+
+ src/hb-cff-interp-cs-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 78d5eca813250b79e9b1fbfd2de3eae7ccf1fcf3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 18 13:09:29 2019 -0500
+
+    [set] Fix range-based-loop condition
+    
+    Alternative to https://github.com/harfbuzz/harfbuzz/pull/2046
+
+ src/hb-set.hh | 13 ++++++++++---
+ 1 file changed, 10 insertions(+), 3 deletions(-)
+
+commit 4dae7cee4b44fd6ffb295f8c99a52e42934d0c3c
+Author: Hal Canary <halcanary@gmail.com>
+Date:   Wed Nov 13 10:08:35 2019 -0500
+
+    [minor] Fix common typos: substition, the the.
+    
+    s/substition/substitution/
+    s/the the/the/
+
+ src/hb-ot-layout.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit e6351d9b2c44c9abde90a6599ae7ebf0f6416c65
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Mon Nov 11 17:39:55 2019 -0500
+
+    Add ms-use/IndicShapingInvalidCluster.txt
+
+ src/Makefile.am                              |   2 +-
+ src/gen-vowel-constraints.py                 |   4 +-
+ src/hb-ot-shape-complex-vowel-constraints.cc |   2 +-
+ src/ms-use/COPYING                           |  21 ++++++
+ src/ms-use/IndicShapingInvalidCluster.txt    | 105 +++++++++++++++++++++++++++
+ 5 files changed, 130 insertions(+), 4 deletions(-)
+
+commit b372c3e95694c8b1cabc0eb01c5abef6c41d3dbd
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Fri Nov 8 20:59:48 2019 -0500
+
+    Insert a dotted circle within <U+0B85, U+0BC2>
+
+ src/HBIndicVowelConstraints.txt              | 97 ----------------------------
+ src/Makefile.am                              |  2 +-
+ src/gen-vowel-constraints.py                 | 25 ++++---
+ src/hb-ot-shape-complex-vowel-constraints.cc | 27 ++++++--
+ 4 files changed, 40 insertions(+), 111 deletions(-)
+
+commit 64a45be5198f6e22c91454bda7bd9a9294552dff
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Nov 9 12:25:33 2019 +0330
+
+    [ubsan] Don't decrease pointer if match_glyph_data is null (#2048)
+    
+    Similar to fix on https://github.com/harfbuzz/harfbuzz/pull/2022
+    
+    Fixes https://crbug.com/1023070
+
+ src/hb-ot-layout-gsubgpos.hh                              |   6 +++++-
+ ...zz-testcase-minimized-harfbuzz_fuzzer-5740518101090304 | Bin 0 -> 439 bytes
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 878e3588a3349c2660b0f9aa6d94a994034d7c10
+Author: Don <don.j.olmstead@gmail.com>
+Date:   Tue Nov 5 15:26:01 2019 -0800
+
+    [cmake] Add harfbuzz-icu library
+
+ CMakeLists.txt | 21 +++++++++++++++++++++
+ 1 file changed, 21 insertions(+)
+
+commit 84b86a12d99e996cfd85f9fe6fd2c2a593dd5cc2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Nov 6 09:22:34 2019 +0330
+
+    [fuzz] Remove just added case
+    
+    It didn't fail locally but on bots causing timeout, let remove for now.
+
+ ...estcase-minimized-hb-subset-fuzzer-5121706490593280 | Bin 161328 -> 0 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit a8f049c9a18f166a826c78caa153330a1ec04214
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Nov 5 22:26:36 2019 +0330
+
+    [fuzz] Upload testcase of https://crbug.com/oss-fuzz/18529
+    
+    Apparently false alarm per last comment and was ok locally also but lets have it here also
+
+ ...estcase-minimized-hb-subset-fuzzer-5121706490593280 | Bin 0 -> 161328 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 7cde68f10cdf2c3ff77c1d9077475c0fc034c75c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Nov 2 19:04:14 2019 +0330
+
+    [ci] install pip in fedora bot
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 46178c0325afc6b3131388fa2496e85d2aacace6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Nov 2 14:36:30 2019 +0330
+
+    [ci] fix fedora bot
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 486754a888d067c990d6a4351ccd41570f08c956
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Sep 23 23:48:08 2019 +0330
+
+    [serialize] Extract iterable copy, copy_all
+
+ src/hb-ot-cmap-table.hh        | 6 +++---
+ src/hb-ot-layout-gpos-table.hh | 7 ++-----
+ src/hb-ot-name-table.hh        | 2 +-
+ src/hb-ot-vorg-table.hh        | 2 +-
+ src/hb-serialize.hh            | 6 ++++++
+ 5 files changed, 13 insertions(+), 10 deletions(-)
+
+commit 35218c488c3966aa6d459ec5a007a2b43208e97c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 31 13:19:44 2019 -0700
+
+    Minor
+    
+    Allow empty HB_VAR_ARRAY definition.  Though, doesn't compile with any
+    compiler I know of.
+
+ src/hb-machinery.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1a1d64bc6f52b42e21609e8ceb4269bdf53b3c40
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 31 12:50:47 2019 -0700
+
+    If applying morx, apply kern table even if GPOS is present and has kern
+    
+    Since we won't be applying GPOS if morx...
+    
+    To be adjusted as I receive more information from Ned.  But for now
+    fixes this:
+    
+    $ ./hb-shape GillSans.ttc Ty
+    [T=0+1109|y=1@-128,0+769]
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1982 for now.
+
+ src/hb-ot-shape.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3a74ee528255cc027d84b204a87b5c25e47bff79
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 29 12:27:03 2019 -0700
+
+    2.6.4
+
+ NEWS             | 7 +++++++
+ configure.ac     | 2 +-
+ src/hb-version.h | 4 ++--
+ 3 files changed, 10 insertions(+), 3 deletions(-)
+
+commit 3958f6fb2378d83dd5107d62a8464187c93707b0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 29 22:36:50 2019 +0330
+
+    Add in_range in hb_bytes_t to merge range_checker_t with it
+
+ src/hb-array.hh             |  9 +++++++++
+ src/hb-ot-glyf-table.hh     | 28 ++++++++++++--------------
+ src/hb-ot-var-gvar-table.hh | 49 +++++++++++++++------------------------------
+ 3 files changed, 38 insertions(+), 48 deletions(-)
+
+commit 7915c5d6fa3efac99df08a54d4437eca0b780033
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 29 22:55:34 2019 +0330
+
+    [ci] Check the recipt introduce in 7152ac3
+
+ .circleci/config.yml | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit aa3831e295540083350c640d4a630f53e70d822f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 29 21:37:07 2019 +0330
+
+    [glyf] Use contour_bounds_t::empty to simplify get_extents logic
+
+ src/hb-ot-glyf-table.hh | 20 ++++++--------------
+ 1 file changed, 6 insertions(+), 14 deletions(-)
+
+commit d59ae5836d1349b885db980cbb741da33caebfde
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 29 21:30:04 2019 +0330
+
+    [glyf] Refactor contour_bounds_t use to make its fields protected
+
+ src/hb-ot-glyf-table.hh | 47 ++++++++++++++++++++++++++---------------------
+ 1 file changed, 26 insertions(+), 21 deletions(-)
+
+commit 773ee8041e8905bfb06c1a71d2b4fc99110b3dc6
+Merge: 47b4074d5 0efbda7a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 29 10:58:56 2019 -0700
+
+    Merge pull request #2038 from ebraminio/glyf-contour
+    
+    Remove contour_point_t so we won't need to zero its unused var
+
+commit 0efbda7a40742cbdf30d5a85061ffb6a0a55bcc0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 29 21:03:26 2019 +0330
+
+    Remove contour_point_t so we won't need to zero its unused var
+
+ src/hb-ot-glyf-table.hh | 27 +++++++++++++--------------
+ 1 file changed, 13 insertions(+), 14 deletions(-)
+
+commit 47b4074d5f98d71d2983470602eff9b93f102af4
+Merge: dd8a84603 dd288840d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 29 03:16:34 2019 -0700
+
+    Merge pull request #2034 from khaledhosny/cmap-notdef
+    
+    [cmap] Check GID before adding ranges in format 4 & 12
+
+commit dd8a8460377ca54207877ea9da96931175dbb15f
+Author: jfkthame <jfkthame@gmail.com>
+Date:   Tue Oct 29 09:20:41 2019 +0000
+
+    Use proper y-scale factor for height value
+
+ src/hb-ot-cff1-table.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7152ac3fcfe8a599aa0d20f8d02ef38c69111231
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 28 17:12:55 2019 -0700
+
+    Fix build
+    
+    $ make CPPFLAGS="-DHB_TINY -DHB_NO_OT_FONT" libharfbuzz-subset.la
+
+ src/hb-subset-plan.cc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit dd288840d6f87acd13b99b71408dcdb35a2be9cb
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Tue Oct 29 01:45:49 2019 +0200
+
+    [cmap] Check GID before adding ranges in format 4 & 12
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2031
+
+ src/hb-ot-cmap-table.hh          |  32 ++++++++++++++++++++++++--------
+ test/api/fonts/cmunrm.otf        | Bin 0 -> 330492 bytes
+ test/api/test-collect-unicodes.c |  22 ++++++++++++++++++++++
+ 3 files changed, 46 insertions(+), 8 deletions(-)
+
+commit fd71c045b46380281ba8a7e351fac7248938c74c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 28 17:06:53 2019 -0700
+
+    Hopefully fix up previous commit and bots
+
+ src/hb.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e832dc4c642f604d2cbb8e6b2f0b8d37151936f1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 28 17:02:40 2019 -0700
+
+    [config] Make HB_NO_ERRNO work with systems defining errno as a macro
+
+ src/hb.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit ce11df1b5b8e49712bef249de19bc4768f3a691c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 28 14:45:31 2019 -0700
+
+    2.6.3
+
+ NEWS             | 8 ++++++++
+ configure.ac     | 2 +-
+ src/hb-font.cc   | 2 +-
+ src/hb-version.h | 4 ++--
+ 4 files changed, 12 insertions(+), 4 deletions(-)
+
+commit 5a59de2b983ed7a1c639ea3e4d23c341134cd6d5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 28 14:02:47 2019 -0700
+
+    Actually add +hb_font_get_nominal_glyphs()
+    
+    New API:
+    +hb_font_get_nominal_glyphs()
+
+ src/hb-font.cc | 23 +++++++++++++++++++++++
+ src/hb-font.h  |  8 ++++++++
+ 2 files changed, 31 insertions(+)
+
+commit 03028a5fe512978a8f8e2396001cf8e425b44f72
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 28 13:46:56 2019 -0700
+
+    Revert "Don't include codepoint 0 in the results of collect_unicodes."
+    
+    This reverts commit 14ad96ffbf77c33d8d33d2686d17c2375381989e.
+    
+    This was wrong.  My bad!
+    
+    https://github.com/harfbuzz/harfbuzz/issues/2031
+
+ src/hb-ot-cmap-table.hh | 8 +-------
+ 1 file changed, 1 insertion(+), 7 deletions(-)
+
+commit 2714dc31b8d0ffe3c043935dd7619be0dd7b7635
+Merge: aca639028 14ad96ffb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 28 13:01:34 2019 -0700
+
+    Merge pull request #2032 from googlefonts/collect_unicodes
+    
+    Don't include codepoint 0 in the results of collect_unicodes.
+
+commit 14ad96ffbf77c33d8d33d2686d17c2375381989e
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Oct 28 12:56:04 2019 -0700
+
+    Don't include codepoint 0 in the results of collect_unicodes.
+    It is always assumed to be the notdef glyph.
+
+ src/hb-ot-cmap-table.hh | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit aca63902814748b36bf6939421cfa95eed3a1ca7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 22 00:06:46 2019 +0330
+
+    [gpos] Don't move pointer when match_glyph_data is not set
+
+ src/hb-ot-layout-gsubgpos.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit defe9b6da018bc85750c999454c51fde0cadb9b2
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Oct 25 10:07:26 2019 -0700
+
+    crash fix : Heap-buffer-overflow READ 2
+    https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18513
+
+ src/hb-ot-layout-gpos-table.hh                            |  12 ++++++------
+ ...z-testcase-minimized-hb-subset-fuzzer-5677906231033856 | Bin 0 -> 938 bytes
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit b2fcca6e14afc8085cc1c2491b2d7c780dad1450
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Oct 24 15:15:26 2019 -0700
+
+     fuzzer crash fix
+     https://oss-fuzz.com/testcase-detail/5643107869917184
+
+ src/hb-ot-layout-gsubgpos.hh                             |  11 +++++++----
+ ...-testcase-minimized-hb-subset-fuzzer-5643107869917184 | Bin 0 -> 3232 bytes
+ 2 files changed, 7 insertions(+), 4 deletions(-)
+
+commit 9815ca0338b47c6ea4e82f2fbd39d70e3456aca1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 24 21:05:38 2019 +0330
+
+    [ci] Use custom subset fuzzer timeout for failing sanitizer bots
+
+ .circleci/config.yml                    | 8 ++++----
+ test/fuzzing/run-shape-fuzzer-tests.py  | 3 ++-
+ test/fuzzing/run-subset-fuzzer-tests.py | 3 ++-
+ 3 files changed, 8 insertions(+), 6 deletions(-)
+
+commit b03b62cb304279195569180061cde745e0c9880a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Oct 23 12:18:21 2019 +0330
+
+    [ci] Add HB_NO_MT on non HB_TINY no-build-system builds
+
+ .circleci/config.yml | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 5e489670e15329f5eced16e5a76145c6149a265f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 22 15:03:47 2019 -0700
+
+    Remove hb-warning.cc
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/2005
+
+ src/Makefile.sources |  1 -
+ src/harfbuzz.cc      |  1 -
+ src/hb-atomic.hh     | 16 +++++-----------
+ src/hb-mutex.hh      | 25 ++++++-------------------
+ src/hb-warning.cc    | 37 -------------------------------------
+ 5 files changed, 11 insertions(+), 69 deletions(-)
+
+commit 05bcdb39d8648c49f7984c404aee096f2ad1d655
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Oct 21 16:10:06 2019 -0700
+
+    Add a specialization of array_t:hash for hb_bytes_t and hb_ubytes_t.
+
+ src/hb-array.hh              | 34 ++++++++++++++++++++++++----------
+ src/hb-ot-layout-gsubgpos.hh |  2 --
+ 2 files changed, 24 insertions(+), 12 deletions(-)
+
+commit 95ab110cd9a6083a854e538211618b2733aba643
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Oct 21 13:15:46 2019 -0700
+
+    Optimize intersects_array to fix fuzzer timeout.
+
+ src/hb-ot-layout-gsubgpos.hh                           |  10 +++++-----
+ ...estcase-minimized-hb-subset-fuzzer-5763024094232576 | Bin 0 -> 125681 bytes
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit be5cdcdfa21a2d956fc8c445452a78e77ede95fb
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Oct 22 11:55:04 2019 -0700
+
+    Store the hash value of a key in item_t in hb_map to reduce the number of hash computations.
+
+ src/hb-map.hh | 70 ++++++++++++++++++++++++++++++++++-------------------------
+ 1 file changed, 40 insertions(+), 30 deletions(-)
+
+commit b33a0d628e5e76992fdd02fd4178906137e6153c
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Oct 21 13:24:52 2019 -0700
+
+    fuzzer crash fix: Null-dereference WRITE
+    https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18363
+
+ src/hb-ot-layout-common.hh                                |   4 +++-
+ ...z-testcase-minimized-hb-subset-fuzzer-5659903036751872 | Bin 0 -> 781 bytes
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit cf414e361a99decd9c1710f1012236bffd067878
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Sep 27 09:55:17 2019 -0700
+
+    Added profiling instructions to TESTING.md
+
+ TESTING.md | 11 +++++++++++
+ 1 file changed, 11 insertions(+)
+
+commit 1f0a9d9be979de01527c05f4dbe6fbc62799597c
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Sep 17 11:10:08 2019 -0700
+
+    [subset] GPOS Lookup Type 2: PairPos
+
+ src/hb-ot-layout-gpos-table.hh                     | 131 ++++++++++++++++++++-
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ ...s2_1_font7.keep-layout-retain-gids.21,23,25.otf | Bin 0 -> 1764 bytes
+ ...gpos2_1_font7.keep-layout-retain-gids.21,23.otf | Bin 0 -> 1632 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3688 bytes
+ .../gpos2_1_font7.keep-layout.21,23,25.otf         | Bin 0 -> 1428 bytes
+ .../gpos2_1_font7.keep-layout.21,23.otf            | Bin 0 -> 1308 bytes
+ ...s2_1_font7.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3688 bytes
+ ...s2_2_font5.keep-layout-retain-gids.21,23,25.otf | Bin 0 -> 1776 bytes
+ ...gpos2_2_font5.keep-layout-retain-gids.21,23.otf | Bin 0 -> 1644 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3684 bytes
+ .../gpos2_2_font5.keep-layout.21,23,25.otf         | Bin 0 -> 1440 bytes
+ .../gpos2_2_font5.keep-layout.21,23.otf            | Bin 0 -> 1320 bytes
+ ...s2_2_font5.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3684 bytes
+ test/subset/data/fonts/gpos2_1_font7.otf           | Bin 0 -> 4584 bytes
+ test/subset/data/fonts/gpos2_2_font5.otf           | Bin 0 -> 4580 bytes
+ test/subset/data/tests/layout.gpos2.tests          |  12 ++
+ 18 files changed, 139 insertions(+), 6 deletions(-)
+
+commit e766783152b91fb20baf0c657586628fd7959b1b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 21 22:17:06 2019 +0330
+
+    [fuzz] Add https://crbug.com/oss-fuzz/17898 testcase
+
+ ...sterfuzz-testcase-hb-subset-fuzzer-5717414645334016 | Bin 0 -> 310324 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit b66094ada0ae7e69d5d08ee8423554629eabccaf
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Sep 30 16:19:18 2019 -0700
+
+    [subset] GSUB Lookup Type 6: ChainContextSubst
+
+ src/hb-ot-layout-common.hh                         | 260 ++++++++++++++-------
+ src/hb-ot-layout-gsubgpos.hh                       | 218 ++++++++++++++++-
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ ...ules_f1.keep-layout-retain-gids.30,31,32,33.otf | Bin 0 -> 2380 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3748 bytes
+ ...ultiple_subrules_f1.keep-layout.30,31,32,33.otf | Bin 0 -> 1916 bytes
+ ...ubrules_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3748 bytes
+ ...ules_f1.keep-layout-retain-gids.30,31,32,33.otf | Bin 0 -> 2408 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3780 bytes
+ ...ultiple_subrules_f1.keep-layout.30,31,32,33.otf | Bin 0 -> 1944 bytes
+ ...ubrules_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3780 bytes
+ ...mple_f2.keep-layout-retain-gids.30,31,32,33.otf | Bin 0 -> 2368 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3716 bytes
+ ...chaining3_simple_f2.keep-layout.30,31,32,33.otf | Bin 0 -> 1904 bytes
+ ..._simple_f2.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3716 bytes
+ .../fonts/gsub_chaining1_multiple_subrules_f1.otf  | Bin 0 -> 4700 bytes
+ .../fonts/gsub_chaining2_multiple_subrules_f1.otf  | Bin 0 -> 4780 bytes
+ .../subset/data/fonts/gsub_chaining3_simple_f2.otf | Bin 0 -> 4668 bytes
+ test/subset/data/tests/layout.gsub6.tests          |  12 +
+ 20 files changed, 405 insertions(+), 87 deletions(-)
+
+commit eff91bbb4b1e6f4cc8401b1915d5ddad64e053bb
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Oct 16 16:58:57 2019 -0700
+
+    Add missing pop() for the failure case of script subsetting.
+
+ src/hb-ot-layout-common.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit eab191fd9c851cb7881163ddd5e11a2ebc58cef4
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Oct 2 14:28:53 2019 -0700
+
+    Rewrite hash and == function for hb_array_t as a plain loop.
+    
+    Profling showed that the current implementation were accounting for nearly all processing time in some cases. These implementations look to be about 10x faster.
+
+ src/hb-array.hh | 21 +++++++++++----------
+ 1 file changed, 11 insertions(+), 10 deletions(-)
+
+commit 831daf4c76aed87d229b1edfb59a0a37caa8e581
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Oct 1 17:46:27 2019 -0700
+
+    Enforce HB_MAX_LANGSYS limit during layout subsetting.
+
+ src/hb-ot-layout-common.hh                         |  68 +++++++++++++--------
+ ...ase-minimized-hb-subset-fuzzer-5721073428987904 | Bin 0 -> 349561 bytes
+ 2 files changed, 41 insertions(+), 27 deletions(-)
+
+commit 9871461bce9a1557807f69615300e5df4f6ae322
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Oct 1 16:29:24 2019 -0700
+
+    Enforce HB_MAX_SCRIPTS during subsetting of the script table.
+
+ src/hb-ot-layout-common.hh | 46 +++++++++++++++++++++++++++++++++++++++++-----
+ 1 file changed, 41 insertions(+), 5 deletions(-)
+
+commit 029775bcbd0a25ee1cdb6c0653a2ce189774490a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 9 11:00:09 2019 +0700
+
+    [buffer] Minor; improve HB_NO_BUFFER_MESSAGE
+
+ src/hb-buffer.cc | 2 ++
+ src/hb-buffer.hh | 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit 9a68e6b901967da14a5da5acb535c944794627b8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Oct 16 13:28:15 2019 +0330
+
+    [doc] minor
+    
+    Addresses https://github.com/harfbuzz/harfbuzz/pull/2013/files#r335196908
+
+ src/hb-common.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 453050ad3083ed344bc2ab3b1651babbed34934d
+Merge: d7df7db16 b0b8551af
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 13 08:38:56 2019 +0330
+
+    Merge remote-tracking branch 'upstream/master' into var-subset
+
+commit b0b8551afc2ff86d027fdb380210601cb465af41
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 12 21:12:19 2019 +0330
+
+    [glyf] Use range_checker_t in composite_iter_t
+
+ src/hb-ot-glyf-table.hh     | 12 +++++++-----
+ src/hb-ot-var-gvar-table.hh | 19 +++++++++----------
+ 2 files changed, 16 insertions(+), 15 deletions(-)
+
+commit 06e35ce052388e7ce079c0250db62428ae0c5bc8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 12 15:16:31 2019 +0330
+
+    [glyf] minor
+
+ src/hb-ot-glyf-table.hh | 128 +++++++++++++++++++++++++-----------------------
+ 1 file changed, 67 insertions(+), 61 deletions(-)
+
+commit d13bb4bd94a6ba8cdd4a03d40d8089a8f8b3a7ec
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 12 12:13:57 2019 +0330
+
+    [glyf] other cleanups
+
+ src/hb-ot-glyf-table.hh | 338 +++++++++++++++++++++++-------------------------
+ 1 file changed, 160 insertions(+), 178 deletions(-)
+
+commit e7aa8c5d22b034f3d7bcf187a63cdec27732fa8a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 12 11:25:32 2019 +0330
+
+    [glyf] Introduce glyf::Glyph, a hb_bytes_t/GlyphHeader pair
+
+ src/hb-ot-glyf-table.hh | 177 +++++++++++++++++++++++++-----------------------
+ 1 file changed, 91 insertions(+), 86 deletions(-)
+
+commit 546ffc9faf869b4971765e9a4fd232cfe0eecaea
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 12 09:51:57 2019 +0330
+
+    [glyf] minor
+
+ src/hb-ot-glyf-table.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 4299ea266e03b64db4e8a132983fed9fd0a967ee
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 12 09:51:27 2019 +0330
+
+    [glyf] Move get_contour_points to GlyphHeader
+
+ src/hb-ot-glyf-table.hh | 260 ++++++++++++++++++++++++++----------------------
+ 1 file changed, 141 insertions(+), 119 deletions(-)
+
+commit b918cd8c76a6333e43b9be23178afc9e74e17024
+Author: Ben Wagner <bungeman@chromium.org>
+Date:   Thu Oct 10 15:30:48 2019 -0400
+
+    Document hb_feature_t.
+    
+    This documents hb_feature_t. This is motivated mostly by the ambiguity
+    of the units for 'start' and 'end' (clusters) and whether they are
+    inclusive or exclusive. This also documents that for lookup type 3 the
+    value is the one based index into the alternates and that in a list of
+    features later feature values override previous feature values with the
+    same tag.
+
+ src/hb-common.h | 15 +++++++++++++++
+ src/hb-shape.cc |  4 +++-
+ 2 files changed, 18 insertions(+), 1 deletion(-)
+
+commit e637a4b3de2fb8bdbc1b82e822f4a6cc579e794b
+Merge: 670fec231 e4464f448
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 11 10:28:58 2019 +0700
+
+    Merge pull request #2012 from harfbuzz/lepcha-oo
+    
+    Reorder U+1C29 LEPCHA VOWEL SIGN OO
+
+commit 670fec231d31bf7417de590efd3485f337a7330f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 10 09:21:08 2019 +0330
+
+    Minor, add a zero length tolerant memset, hb_memset
+
+ src/hb-algs.hh   | 10 +++++++++-
+ src/hb-buffer.cc |  3 +--
+ 2 files changed, 10 insertions(+), 3 deletions(-)
+
+commit e4464f4484009b4efe7144570384d836cb6bbac8
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Wed Oct 9 20:55:52 2019 -0400
+
+    Reorder U+1C29 LEPCHA VOWEL SIGN OO
+
+ src/gen-use-table.py                 | 3 +++
+ src/hb-ot-shape-complex-use-table.cc | 2 +-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit e17e7443007fc0debc4a26e5cf37d5d76c747fbf
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Oct 9 11:45:42 2019 -0700
+
+    Convert existing uses of serialize_append in gsub subsetting to use subset_offset_array.
+
+ src/hb-ot-layout-gsub-table.hh | 44 +++---------------------------------------
+ 1 file changed, 3 insertions(+), 41 deletions(-)
+
+commit 36f18cecbbaf8635a2179a827242ca99d5283666
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Oct 7 14:02:31 2019 -0700
+
+    Add subset_offset_array helper function which simplifies subsetting offset arrays during stream operations.
+
+ src/hb-ot-layout-common.hh     | 54 ++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-gsub-table.hh | 15 +-----------
+ 2 files changed, 55 insertions(+), 14 deletions(-)
+
+commit dc45f225212da7b8eca0ddcb3c9cd66e65983605
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 8 23:27:37 2019 +0330
+
+    [ot-metrics] Don't use mixed scaled and not scaled for generating extents
+
+ src/hb-ot-cff1-table.cc        | 4 ++--
+ src/hb-ot-cff2-table.cc        | 4 ++--
+ src/hb-ot-color-sbix-table.hh  | 7 +++++++
+ src/hb-ot-glyf-table.hh        | 6 +++---
+ test/api/test-ot-extents-cff.c | 6 +++---
+ 5 files changed, 17 insertions(+), 10 deletions(-)
+
+commit b068e25f8f89d9b07963dddd5d5e14f61539556f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 8 16:29:15 2019 +0330
+
+    [glyf] Address Behdad's reviews
+    
+    Addresses https://github.com/harfbuzz/harfbuzz/pull/1999#issuecomment-539298559
+    * Don't check against Null pool
+    * Remove cryptic _tt suffix
+
+ src/hb-ot-font.cc       |  4 ++--
+ src/hb-ot-hmtx-table.hh | 16 ++++++++--------
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+commit 6961766db2c53ea813079c61e4d996234ae8be4f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 8 16:26:48 2019 +0330
+
+    [glyf] fix scaling direction
+
+ src/hb-ot-glyf-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0527fda4c75e4354198df79275526d4726a3aacc
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 8 16:19:39 2019 +0330
+
+    minor
+
+ src/hb-subset-cff-common.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit b2628f1a3e3a6875dcdf7cb89f5b10a4ae76e6f9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 8 15:09:09 2019 +0330
+
+    [glyf] Move glyph bytes drop hints logic to GlyphHeader
+
+ src/hb-ot-glyf-table.hh | 92 ++++++++++++++++++++-----------------------------
+ 1 file changed, 37 insertions(+), 55 deletions(-)
+
+commit 1fb9c3b6463fdee9eb4dac697beab4d3d7a5fdcf
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 8 13:50:16 2019 +0330
+
+    [glyf] Implement depth limit for add_gid_and_children
+
+ src/hb-ot-glyf-table.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit be0eddd41896824cb093024c2b4929b612ee1fae
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 8 13:46:55 2019 +0330
+
+    [glyf] Move add_gid_and_children to glyf table
+
+ src/hb-ot-glyf-table.hh | 14 ++++++++++++++
+ src/hb-subset-plan.cc   | 19 +------------------
+ 2 files changed, 15 insertions(+), 18 deletions(-)
+
+commit c7621cf21115aa563ee4fb9d2fcb601984848494
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 8 13:24:26 2019 +0330
+
+    Minor, replace hb_set_add with private API
+
+ src/hb-ot-map.cc            |  2 +-
+ src/hb-subset-cff-common.hh |  2 +-
+ src/hb-subset-cff1.cc       |  2 +-
+ src/hb-subset-cff2.cc       |  2 +-
+ src/hb-subset-plan.cc       | 10 +++++-----
+ 5 files changed, 9 insertions(+), 9 deletions(-)
+
+commit ad86806dcb702b25fac6a3364cf0f85e1b8f4b2a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 8 12:14:14 2019 +0330
+
+    [glyf] Move subset related methods inside GlyphHeader
+
+ src/hb-ot-glyf-table.hh | 428 ++++++++++++++++++++++++------------------------
+ src/hb-subset-plan.cc   |   4 +-
+ 2 files changed, 214 insertions(+), 218 deletions(-)
+
+commit 7839e23558344f206175b5a798149e0f04f38266
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 7 11:14:26 2019 +0330
+
+    [glyf] minor
+
+ src/hb-ot-glyf-table.hh | 38 +++++++++++++++-----------------------
+ 1 file changed, 15 insertions(+), 23 deletions(-)
+
+commit cbefbb2439c1a2f4c20877e611f8986b3933234e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 7 10:15:18 2019 +0330
+
+    [glyf] Move padding removal logic to GlyphHeader
+
+ src/hb-ot-glyf-table.hh | 219 +++++++++++++++++++++++-------------------------
+ 1 file changed, 105 insertions(+), 114 deletions(-)
+
+commit 1ab8f9aa7a182fa078f6c6a5a78ef95686b1ac54
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 7 08:24:12 2019 +0330
+
+    [glyf] minor
+
+ src/hb-ot-glyf-table.hh | 15 +++++++++------
+ 1 file changed, 9 insertions(+), 6 deletions(-)
+
+commit 13fb5612ad545b419ca217f031864dde1b71c43f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 6 23:24:06 2019 +0330
+
+    [glyf] Aggregate get_offsets uses
+
+ src/hb-ot-glyf-table.hh | 29 +++++++----------------------
+ 1 file changed, 7 insertions(+), 22 deletions(-)
+
+commit 5179b96958f2db71c315c1d8c224bab87e2f4ae8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 8 11:09:12 2019 +0330
+
+    [cff] minor on number_t
+
+ src/hb-cff-interp-common.hh | 11 ++++-------
+ 1 file changed, 4 insertions(+), 7 deletions(-)
+
+commit d73cdcf3612ae6114a0f828e0f667d447ed1a964
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 6 18:09:14 2019 +0330
+
+    [ot-font] Apply font scaling before turning to int
+
+ src/hb-ot-cff1-table.cc        | 12 ++++-----
+ src/hb-ot-cff1-table.hh        |  2 +-
+ src/hb-ot-cff2-table.cc        |  8 +++---
+ src/hb-ot-color-cbdt-table.hh  | 14 +++++-----
+ src/hb-ot-color-sbix-table.hh  |  8 +++---
+ src/hb-ot-font.cc              | 12 +++------
+ src/hb-ot-glyf-table.hh        | 58 ++++++++++++++++++++----------------------
+ src/hb-ot-hmtx-table.hh        |  2 +-
+ src/hb-ot-var-hvar-table.hh    |  5 ++--
+ test/api/test-ot-extents-cff.c | 20 +++++++--------
+ 10 files changed, 66 insertions(+), 75 deletions(-)
+
+commit d7df7db160992e92c31afb6c79c7ccdad510fec1
+Merge: 74a2dbbce f2339964b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 6 17:18:59 2019 +0330
+
+    Merge remote-tracking branch 'upstream/master' into var-subset
+
+commit 74a2dbbcedb4647bf14dac17eb4faf1d1d57cf99
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 6 17:06:40 2019 +0330
+
+    minor
+
+ .gitignore                  |  1 -
+ src/Makefile.sources        |  1 -
+ src/hb-ot-font.cc           |  1 -
+ src/hb-ot-hmtx-table.hh     |  1 -
+ src/hb-ot-var-hvar-table.hh | 37 +++++++++++++++++--------------------
+ 5 files changed, 17 insertions(+), 24 deletions(-)
+
+commit f2339964b713815c8e0e33699bf34ee24db12215
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 6 16:41:52 2019 +0330
+
+    [glyf] minor, remove GlyphHeader::simple_* helpers
+
+ src/hb-ot-glyf-table.hh | 16 +++-------------
+ 1 file changed, 3 insertions(+), 13 deletions(-)
+
+commit 2d7ca6a76a754a42ec09a66319ac3e4ab5efc618
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 6 16:31:29 2019 +0330
+
+    [glyf] Move get_instruction_length inside GlyphHeader struct
+
+ src/hb-ot-glyf-table.hh | 153 ++++++++++++++++++++++++++----------------------
+ 1 file changed, 84 insertions(+), 69 deletions(-)
+
+commit 50aef4d7f80b6c8a19481ad3d0fa89c7c7f222c2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 6 14:00:07 2019 +0330
+
+    [glyf] cleanup
+
+ src/hb-ot-glyf-table.hh | 128 +++++++++++++++++++++---------------------------
+ 1 file changed, 55 insertions(+), 73 deletions(-)
+
+commit ee3f4630d70099c42fd9c84796b29a236f6135b6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 6 13:56:35 2019 +0330
+
+    [glyf] Remove get_composite_iter and refactor bytes_for_glyph for shape uses
+
+ src/hb-ot-glyf-table.hh | 42 ++++++++++++++++--------------------------
+ src/hb-subset-plan.cc   |  2 +-
+ 2 files changed, 17 insertions(+), 27 deletions(-)
+
+commit 8378ab96e28fa34f154583850ff1c2c672a4310d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 6 13:49:45 2019 +0330
+
+    [glyf] Rewrite composite iterator to new iterators convention
+
+ src/hb-ot-glyf-table.hh | 201 ++++++++++++++++++++----------------------------
+ src/hb-subset-plan.cc   |  10 +--
+ 2 files changed, 85 insertions(+), 126 deletions(-)
+
+commit 100dbccaa50b2f965f3877f2156d388453f0948a
+Merge: c54ee4853 b7684fa9f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 6 09:18:22 2019 +0330
+
+    Merge remote-tracking branch 'upstream/master' into var-subset
+
+commit b7684fa9f42dffa6bd81acfade163123b30800b8
+Merge: 79ec65ae1 21c80d955
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 6 09:00:48 2019 +0330
+
+    Merge pull request #1999 from ebraminio/glyf-var
+    
+    Implement gvar table and variable glyf
+
+commit 21c80d955f69c1242c77e0ec7ccd852360dd54dd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 5 23:58:52 2019 +0330
+
+    [gvar] minor
+
+ src/hb-ot-var-gvar-table.hh | 43 +++++++++++++++++++++----------------------
+ 1 file changed, 21 insertions(+), 22 deletions(-)
+
+commit 5752863640cf4292dec313edebb57aecd47496f3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 5 23:51:50 2019 +0330
+
+    [glyf][gvar] Make HB_NO_VAR buildable
+
+ src/hb-ot-font.cc       | 2 ++
+ src/hb-ot-glyf-table.hh | 6 ++++++
+ src/hb-ot-hmtx-table.hh | 8 ++++++++
+ 3 files changed, 16 insertions(+)
+
+commit 8e33510343d151afe49730f3a0b263a2853822b8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 4 01:11:03 2019 +0330
+
+    [gvar] minor
+
+ src/hb-ot-var-gvar-table.hh | 132 ++++++++++++++++++++++----------------------
+ 1 file changed, 66 insertions(+), 66 deletions(-)
+
+commit b3afa8164460d63031a80d399200bcaa769c0fa1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 4 00:32:04 2019 +0330
+
+    [glyf] Use common convention of other tables access, format
+
+ src/hb-ot-face-table-list.hh |  1 +
+ src/hb-ot-glyf-table.hh      | 65 +++++++++++++++++++-------------------------
+ 2 files changed, 29 insertions(+), 37 deletions(-)
+
+commit 88bd342c0ff686daad88bb6b4f2968bbd8b01a24
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 3 22:45:37 2019 +0330
+
+    [glyf] minor
+
+ src/hb-ot-glyf-table.hh     | 247 +++++++++++++++++++++++---------------------
+ src/hb-ot-var-gvar-table.hh |  54 +++++-----
+ 2 files changed, 155 insertions(+), 146 deletions(-)
+
+commit ee7610181cee5bbc0b5dc291228fbe032097bde4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 3 15:59:45 2019 +0330
+
+    [hmtx] Use more conventional internal API style
+
+ src/Makefile.sources    |  1 -
+ src/harfbuzz.cc         |  1 -
+ src/hb-ot-font.cc       | 12 ++++++++++++
+ src/hb-ot-hmtx-table.cc | 42 ------------------------------------------
+ src/hb-ot-hmtx-table.hh | 18 ++++++++++--------
+ 5 files changed, 22 insertions(+), 52 deletions(-)
+
+commit c9577a630fd5bd08482ee7b94bc03c91fcf366c7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 3 15:48:35 2019 +0330
+
+    [hmtx] Use more optimal way to access glyf table
+
+ src/hb-ot-hmtx-table.cc | 20 ++++----------------
+ src/hb-ot-hmtx-table.hh |  4 ++--
+ 2 files changed, 6 insertions(+), 18 deletions(-)
+
+commit b9ff43c162e8f61cff8e48d3dcbf7c1fe263d625
+Author: Michiharu Ariza <ariza@typekit.com>
+Date:   Tue Oct 1 16:13:40 2019 +0330
+
+    Implement gvar table and variable glyf
+    
+    Split from Ariza's "[subset] TrueType/CFF2 variable font" work on #1594
+
+ src/Makefile.sources                               |   2 +
+ src/harfbuzz.cc                                    |   1 +
+ src/hb-ot-font.cc                                  |   4 +-
+ src/hb-ot-glyf-table.hh                            | 618 ++++++++++++++---
+ src/hb-ot-hmtx-table.cc                            |  54 ++
+ src/hb-ot-hmtx-table.hh                            |  33 +-
+ src/hb-ot-var-gvar-table.hh                        | 734 +++++++++++++++++++++
+ test/api/Makefile.am                               |   1 +
+ .../SourceSansVariable-Roman-nohvar-41,C1.ttf      | Bin 0 -> 4696 bytes
+ test/api/fonts/SourceSansVariable-Roman.anchor.ttf | Bin 0 -> 4708 bytes
+ .../api/fonts/SourceSansVariable-Roman.modcomp.ttf | Bin 0 -> 3252 bytes
+ .../fonts/SourceSerifVariable-Roman-VVAR.abc.ttf   | Bin 0 -> 5632 bytes
+ test/api/test-ot-metrics-tt-var.c                  | 250 +++++++
+ 13 files changed, 1588 insertions(+), 109 deletions(-)
+
+commit c54ee4853092b8a7f9a47da36407455992f55d93
+Merge: 19d45dcab 79ec65ae1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 3 14:28:37 2019 +0330
+
+    Merge remote-tracking branch 'upstream/master' into var-subset
+
+commit 79ec65ae10f959aeddaa1e39eba5226c604a8c87
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 3 14:27:51 2019 +0330
+
+    [ot-font] Use var vmtx side bearing in calculating v-origin
+
+ src/hb-ot-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 19d45dcab732f3a836e17d31be9ca92f01c818b0
+Merge: 8106ba7f8 3fd555be5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 3 13:39:17 2019 +0330
+
+    Merge remote-tracking branch 'upstream/master' into var-subset
+
+commit 3fd555be543a3e9bf9fee509327dbbc9a7b51cdb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 3 13:02:41 2019 +0330
+
+    [hmtx] Prepare to fix and minor fixes
+
+ src/hb-ot-hmtx-table.hh     | 41 ++++++++++++++++-------------------------
+ src/hb-ot-var-hvar-table.hh |  9 +++++----
+ 2 files changed, 21 insertions(+), 29 deletions(-)
+
+commit 6d09b5a8a0f6ed7a2a92d91ac3d027bd54c452be
+Author: Michiharu Ariza <ariza@typekit.com>
+Date:   Thu Oct 3 12:01:39 2019 +0330
+
+    Implement hmtx/vmtx metrics read from hvar/vvar
+
+ src/hb-ot-hmtx-table.hh     | 46 ++++++++++++++++++++++++++++++++++++++++-----
+ src/hb-ot-var-hvar-table.hh | 19 +++++++++++++------
+ 2 files changed, 54 insertions(+), 11 deletions(-)
+
+commit cfafee52e4ff0441a33530847533f1b1f6019006
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Oct 2 09:22:46 2019 +0330
+
+    Add Repology badges by @luzpaz
+    
+    fixes #2002
+    to track downstream packaging of harfbuzz
+
+ README.md | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit 2d7221a0e3552b1d902629d4ab6c0ce22db983a6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 1 15:05:02 2019 +0330
+
+    [cff] minor
+
+ src/hb-ot-cff-common.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 0558413f27e9a18188c0e3d55f5ee57ea42b1548
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 1 13:49:55 2019 +0330
+
+    Minor, tweak spaces
+
+ src/hb-aat-layout-kerx-table.hh    |  4 ++--
+ src/hb-array.hh                    |  4 ++--
+ src/hb-buffer.hh                   |  3 +--
+ src/hb-font.h                      |  4 ++--
+ src/hb-font.hh                     |  8 ++++----
+ src/hb-open-file.hh                |  2 +-
+ src/hb-open-type.hh                | 10 +++++-----
+ src/hb-ot-cff-common.hh            |  4 ++--
+ src/hb-ot-cff1-table.cc            | 11 +++++------
+ src/hb-ot-cff1-table.hh            | 24 ++++++++++++------------
+ src/hb-ot-cff2-table.cc            |  4 ++--
+ src/hb-ot-cmap-table.hh            |  6 ++----
+ src/hb-ot-color-cbdt-table.hh      |  2 +-
+ src/hb-ot-color-cpal-table.hh      |  2 +-
+ src/hb-ot-kern-table.hh            | 12 ++++++------
+ src/hb-ot-layout-common.hh         |  2 +-
+ src/hb-ot-layout-gpos-table.hh     | 14 +++++++-------
+ src/hb-ot-os2-table.hh             |  4 ++--
+ src/hb-ot-shape-complex-myanmar.cc |  4 ++--
+ src/hb-subset-cff-common.hh        |  2 +-
+ src/hb-unicode.cc                  |  8 ++++----
+ src/hb-unicode.h                   | 20 ++++++++++----------
+ src/hb-vector.hh                   |  4 ++--
+ src/main.cc                        | 37 +++++++++++++++++++++++--------------
+ src/test-iter.cc                   |  2 +-
+ 25 files changed, 101 insertions(+), 96 deletions(-)
+
+commit 51b720f686adf45bc1b6db3aa76b7d2e62ad1304
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 1 12:06:22 2019 +0330
+
+    Fix -Wsizeof-array-div clang warning
+
+ src/hb-ot-shape-complex-arabic-fallback.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit faace9437ea09d89ef5f5f9c9fc3ce0dbc672142
+Merge: e48ef0804 f0dd724c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 30 13:34:05 2019 -0700
+
+    Merge pull request #1807 from harfbuzz/subset-varstore
+    
+    VariationStore serializer
+
+commit e48ef0804ad7e4abd35ff3646fa6ed10ad32f1ef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 30 12:39:06 2019 -0700
+
+    2.6.2
+
+ NEWS             | 6 ++++++
+ configure.ac     | 2 +-
+ src/hb-version.h | 4 ++--
+ 3 files changed, 9 insertions(+), 3 deletions(-)
+
+commit d6ad613159aabce42fc21d57f6f1a4762c5617bf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 10 15:31:44 2019 -0700
+
+    [docs] Misc fixes
+
+ docs/harfbuzz-sections.txt | 4 ++--
+ src/hb-gdi.cc              | 2 +-
+ src/hb-ot-layout.cc        | 2 +-
+ 3 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 2dce85ed06a8cc7ca20900c65662af659c53e717
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Sep 26 21:15:59 2019 +0330
+
+    [icu] Remove HB_ICU_STMT (#1993)
+    
+    And ignore extra semicolon error to ICU versions < 65
+
+ src/hb-icu.cc | 43 ++++++++++++++++++++++++-------------------
+ 1 file changed, 24 insertions(+), 19 deletions(-)
+
+commit d6a83abd6a0c684bd9a27f593d5be388819022b7
+Author: Iceflower <iceflower@gmx.de>
+Date:   Thu Sep 26 11:42:11 2019 +0200
+
+    Define HB_UNUSED for clang
+
+ src/hb.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c4567968cd175dc367ab951c9e3141ab5c03c2d6
+Author: Iceflower <iceflower@gmx.de>
+Date:   Thu Sep 26 11:35:27 2019 +0200
+
+    [dwrite] Fix extra semicolon issue
+
+ src/hb-directwrite.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b0c3eb06b64dcfcfee09a25dde8250804484f77d
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Sep 18 16:11:44 2019 -0700
+
+    [subset] GPOS Lookup Type 3: CursivePos
+
+ src/hb-ot-layout-common.hh                         |  33 ++++++++
+ src/hb-ot-layout-gpos-table.hh                     |  87 ++++++++++++++++++++-
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ .../gpos3_font3.keep-layout-retain-gids.28,29.otf  | Bin 0 -> 1712 bytes
+ .../gpos3_font3.keep-layout-retain-gids.28,2B.otf  | Bin 0 -> 1860 bytes
+ .../gpos3_font3.keep-layout-retain-gids.29,2B.otf  | Bin 0 -> 1772 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3692 bytes
+ .../layout.gpos3/gpos3_font3.keep-layout.28,29.otf | Bin 0 -> 1328 bytes
+ .../layout.gpos3/gpos3_font3.keep-layout.28,2B.otf | Bin 0 -> 1456 bytes
+ .../layout.gpos3/gpos3_font3.keep-layout.29,2B.otf | Bin 0 -> 1368 bytes
+ ...pos3_font3.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3692 bytes
+ test/subset/data/fonts/gpos3_font3.otf             | Bin 0 -> 4624 bytes
+ test/subset/data/tests/layout.gpos3.tests          |  12 +++
+ 14 files changed, 132 insertions(+), 2 deletions(-)
+
+commit 68d39ea4866a9d2bae60107619aad25dac6da241
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Sep 24 13:52:46 2019 +0330
+
+    Revert previous change and fix -Wrange-loop-analysis complains
+
+ src/hb-ot-layout-gpos-table.hh | 6 +++---
+ src/hb-ot-vorg-table.hh        | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit cbc0646a6cfc0f6a04804d6888636f12130cd51b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Sep 24 12:08:12 2019 +0330
+
+    Minor, normalize for each calls
+
+ src/hb-ot-glyf-table.hh        |  5 +----
+ src/hb-ot-layout-gpos-table.hh | 10 +++++-----
+ src/hb-ot-name-table.hh        |  3 +--
+ src/hb-ot-vorg-table.hh        |  3 +--
+ 4 files changed, 8 insertions(+), 13 deletions(-)
+
+commit 22b6c6a5c7b9bebe123822c702b9661e144ebd6b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Sep 24 12:06:28 2019 +0330
+
+    [serialize] use for each as #resolve_links, format
+
+ src/hb-serialize.hh | 22 +++++++---------------
+ 1 file changed, 7 insertions(+), 15 deletions(-)
+
+commit 512551f27600adac875de3381533b52d78f6b22d
+Author: Qunxin Liu <48925186+qxliu76@users.noreply.github.com>
+Date:   Mon Sep 23 17:28:16 2019 -0700
+
+    memory leak fix in serializer (#1988)
+
+ src/hb-serialize.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit f0a7677993e51ba4076a0f9a0e7d032d99917d34
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Sep 23 21:09:39 2019 +0330
+
+    [gpos] minor
+
+ src/hb-ot-layout-gpos-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 035ec3d1b46b8e60bea3aa8dcf29cf47a5a42d57
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Sep 23 20:51:43 2019 +0330
+
+    [cmap] remove has_format14, minor format
+    
+    fixes #1986
+
+ src/hb-ot-cmap-table.hh | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit c1a585fab0c17fe47b0728cf67920791c2173019
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 21 23:30:52 2019 +0430
+
+    [gpos] minor
+
+ src/hb-ot-layout-gpos-table.hh | 22 +++++++---------------
+ 1 file changed, 7 insertions(+), 15 deletions(-)
+
+commit d87d38998a4ff7bec3d8fb658dc9299f144a2fcb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 21 17:27:39 2019 +0430
+
+    Fix clang -Wrange-loop-analysis complains
+    
+    ./hb-ot-layout-gpos-table.hh:674:43: error: loop variable '_' is always a copy because the range of type 'hb_zip_iter_t<hb_iter_type<hb_array_t<const OT::IntType<unsigned short, 2> > &>, hb_iter_type<hb_array_t<const OT::IntType<unsigned short, 2> > &> >' (aka 'hb_zip_iter_t<hb_array_t<const OT::IntType<unsigned short, 2> >, hb_array_t<const OT::IntType<unsigned short, 2> > >') does not return a reference [-Werror,-Wrange-loop-analysis]
+          for (const hb_pair_t<Value, Value>& _ : hb_zip (val_iter, first_val_iter))
+                                              ^
+    ./hb-ot-layout-gpos-table.hh:674:12: note: use non-reference type 'hb_pair_t<OT::Value, OT::Value>' (aka 'hb_pair_t<IntType<unsigned short, 2>, IntType<unsigned short, 2> >')
+          for (const hb_pair_t<Value, Value>& _ : hb_zip (val_iter, first_val_iter))
+    
+    and
+    
+    In file included from hb-subset.cc:44:
+    ./hb-ot-vorg-table.hh:87:34: error: loop variable '_' is always a copy because the range of type 'hb_map_iter_t<hb_filter_iter_t<hb_sorted_array_t<const OT::VertOriginMetric>, const hb_set_t *, OT::HBGlyphID OT::VertOriginMetric::*, nullptr>, (lambda at ./hb-ot-vorg-table.hh:100:15), hb_function_sortedness_t::NOT_SORTED, nullptr>' does not return a reference [-Werror,-Wrange-loop-analysis]
+        for (const VertOriginMetric& _ : it)
+                                     ^
+    ./hb-ot-vorg-table.hh:113:17: note: in instantiation of function template specialization 'OT::VORG::serialize<hb_map_iter_t<hb_filter_iter_t<hb_sorted_array_t<const OT::VertOriginMetric>, const hb_set_t *, OT::HBGlyphID OT::VertOriginMetric::*, nullptr>, (lambda at ./hb-ot-vorg-table.hh:100:15), hb_function_sortedness_t::NOT_SORTED, nullptr>, nullptr>' requested here
+        vorg_prime->serialize (c->serializer, it, defaultVertOriginY);
+                    ^
+    ./hb-ot-vorg-table.hh:87:10: note: use non-reference type 'OT::VertOriginMetric'
+        for (const VertOriginMetric& _ : it)
+             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+ src/hb-ot-layout-gpos-table.hh | 2 +-
+ src/hb-ot-vorg-table.hh        | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 6e42a418c8fe4231c3cc080bc771455578b0cce0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 21 16:25:54 2019 +0430
+
+    Minor, turn more of hb_apply to for each
+
+ src/hb-ot-glyf-table.hh        |  5 ++---
+ src/hb-ot-layout-gpos-table.hh | 42 ++++++++++++++----------------------------
+ src/hb-ot-name-table.hh        |  5 ++---
+ src/hb-ot-vorg-table.hh        |  5 ++---
+ 4 files changed, 20 insertions(+), 37 deletions(-)
+
+commit 0665dce1163317390adbed9394cce2b1325ddb6c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 21 17:22:02 2019 +0430
+
+    [fuzzer] Don't process output in debug mode as it causes timeout
+
+ test/fuzzing/run-shape-fuzzer-tests.py  | 7 ++++++-
+ test/fuzzing/run-subset-fuzzer-tests.py | 7 ++++++-
+ 2 files changed, 12 insertions(+), 2 deletions(-)
+
+commit dc886f6638f50e45e73d01e49db77b4bcefc85e1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 14 11:18:47 2019 +0430
+
+    [ci] Re-enable debug builds on fedora bot
+
+ .circleci/config.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 70228f68ac413ee19281861e3039a82d90c17f2a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 21 16:24:41 2019 +0430
+
+    [ci] Enable HB_WITH_WIN1256 on -Weverything bot
+    
+    To catch its compile warnings, #1969 related
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 385741d565de1cc90de23664f8e66fc77c31efae
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 21 15:26:14 2019 +0430
+
+    [cmap] Turn hb_apply into foreach where possible
+
+ src/hb-ot-cmap-table.hh | 151 +++++++++++++++++++-----------------------------
+ 1 file changed, 61 insertions(+), 90 deletions(-)
+
+commit 1023c2cc6de0f33602df8709134bef8cdb66ba0c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 21 14:33:43 2019 +0430
+
+    [cmap] minor
+
+ src/hb-ot-cmap-table.hh | 62 ++++++++++++++++++-------------------------------
+ 1 file changed, 22 insertions(+), 40 deletions(-)
+
+commit ead46eefe3bf2bea61c86689f4c5a1da9b7e446b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 21 14:25:11 2019 +0430
+
+    minor, use internal API instead public hb_set_has
+
+ src/hb-ot-cmap-table.hh | 4 ++--
+ src/hb-subset-plan.cc   | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit d8af4e7701fe63d63f6669706ce7a5bb3a15a19d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 21 14:19:14 2019 +0430
+
+    [cmap] minor, turn 8 spaces to tab
+
+ src/hb-ot-cmap-table.hh | 228 ++++++++++++++++++++++++------------------------
+ src/hb-subset-plan.cc   |   6 +-
+ 2 files changed, 117 insertions(+), 117 deletions(-)
+
+commit 4315666283a7d1b175d1c3ed43b5ac85fdc84a50
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Aug 29 11:17:20 2019 -0700
+
+    [subset] updates according to review comments
+
+ src/hb-ot-cmap-table.hh | 95 ++++++++++++++++++++++++-------------------------
+ 1 file changed, 47 insertions(+), 48 deletions(-)
+
+commit bf66d1bf589b6af2ceb30c18619f210b718c9db9
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Aug 21 14:24:33 2019 -0700
+
+    [subset] Add integration tests for cmap14
+
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ .../cmap14/cmap14_font1.default.4E00,4E02,4E03.otf | Bin 0 -> 1360 bytes
+ .../cmap14/cmap14_font1.default.4E00,4E03.otf      | Bin 0 -> 1236 bytes
+ .../cmap14/cmap14_font1.default.4E00,4E05,4E07.otf | Bin 0 -> 1328 bytes
+ .../cmap14/cmap14_font1.default.4E02,4E03,4E08.otf | Bin 0 -> 1576 bytes
+ .../expected/cmap14/cmap14_font1.default.4E02.otf  | Bin 0 -> 996 bytes
+ .../expected/cmap14/cmap14_font1.default.4E03.otf  | Bin 0 -> 1080 bytes
+ .../cmap14_font1.default.4E05,4E07,4E08,4E09.otf   | Bin 0 -> 1848 bytes
+ .../cmap14/cmap14_font1.default.4E08,4E09.otf      | Bin 0 -> 1720 bytes
+ .../expected/cmap14/cmap14_font1.default.4E08.otf  | Bin 0 -> 1384 bytes
+ .../cmap14_font1.default.retain-all-codepoint.otf  | Bin 0 -> 2348 bytes
+ ...font1.drop-hints-retain-gids.4E00,4E02,4E03.otf | Bin 0 -> 1388 bytes
+ ...ap14_font1.drop-hints-retain-gids.4E00,4E03.otf | Bin 0 -> 1272 bytes
+ ...font1.drop-hints-retain-gids.4E00,4E05,4E07.otf | Bin 0 -> 1396 bytes
+ ...font1.drop-hints-retain-gids.4E02,4E03,4E08.otf | Bin 0 -> 1720 bytes
+ .../cmap14_font1.drop-hints-retain-gids.4E02.otf   | Bin 0 -> 1028 bytes
+ .../cmap14_font1.drop-hints-retain-gids.4E03.otf   | Bin 0 -> 1124 bytes
+ ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf | Bin 0 -> 1984 bytes
+ ...ap14_font1.drop-hints-retain-gids.4E08,4E09.otf | Bin 0 -> 1872 bytes
+ .../cmap14_font1.drop-hints-retain-gids.4E08.otf   | Bin 0 -> 1544 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.otf | Bin 0 -> 2436 bytes
+ .../cmap14_font1.drop-hints.4E00,4E02,4E03.otf     | Bin 0 -> 1292 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E00,4E03.otf   | Bin 0 -> 1168 bytes
+ .../cmap14_font1.drop-hints.4E00,4E05,4E07.otf     | Bin 0 -> 1260 bytes
+ .../cmap14_font1.drop-hints.4E02,4E03,4E08.otf     | Bin 0 -> 1512 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E02.otf        | Bin 0 -> 928 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E03.otf        | Bin 0 -> 1012 bytes
+ ...cmap14_font1.drop-hints.4E05,4E07,4E08,4E09.otf | Bin 0 -> 1780 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E08,4E09.otf   | Bin 0 -> 1652 bytes
+ .../cmap14/cmap14_font1.drop-hints.4E08.otf        | Bin 0 -> 1316 bytes
+ ...map14_font1.drop-hints.retain-all-codepoint.otf | Bin 0 -> 2280 bytes
+ .../cmap14_font1.name-ids.4E00,4E02,4E03.otf       | Bin 0 -> 1292 bytes
+ .../cmap14/cmap14_font1.name-ids.4E00,4E03.otf     | Bin 0 -> 1168 bytes
+ .../cmap14_font1.name-ids.4E00,4E05,4E07.otf       | Bin 0 -> 1260 bytes
+ .../cmap14_font1.name-ids.4E02,4E03,4E08.otf       | Bin 0 -> 1508 bytes
+ .../expected/cmap14/cmap14_font1.name-ids.4E02.otf | Bin 0 -> 928 bytes
+ .../expected/cmap14/cmap14_font1.name-ids.4E03.otf | Bin 0 -> 1012 bytes
+ .../cmap14_font1.name-ids.4E05,4E07,4E08,4E09.otf  | Bin 0 -> 1780 bytes
+ .../cmap14/cmap14_font1.name-ids.4E08,4E09.otf     | Bin 0 -> 1652 bytes
+ .../expected/cmap14/cmap14_font1.name-ids.4E08.otf | Bin 0 -> 1316 bytes
+ .../cmap14_font1.name-ids.retain-all-codepoint.otf | Bin 0 -> 2280 bytes
+ .../cmap14_font1.retain-gids.4E00,4E02,4E03.otf    | Bin 0 -> 1452 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E00,4E03.otf  | Bin 0 -> 1340 bytes
+ .../cmap14_font1.retain-gids.4E00,4E05,4E07.otf    | Bin 0 -> 1464 bytes
+ .../cmap14_font1.retain-gids.4E02,4E03,4E08.otf    | Bin 0 -> 1788 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E02.otf       | Bin 0 -> 1096 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E03.otf       | Bin 0 -> 1192 bytes
+ ...map14_font1.retain-gids.4E05,4E07,4E08,4E09.otf | Bin 0 -> 2048 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E08,4E09.otf  | Bin 0 -> 1940 bytes
+ .../cmap14/cmap14_font1.retain-gids.4E08.otf       | Bin 0 -> 1608 bytes
+ ...ap14_font1.retain-gids.retain-all-codepoint.otf | Bin 0 -> 2500 bytes
+ test/subset/data/fonts/cmap14_font1.otf            | Bin 0 -> 4484 bytes
+ test/subset/data/tests/cmap14.tests                |  21 +++++++++++++++++++++
+ 54 files changed, 23 insertions(+)
+
+commit 2583afa0eb90134274ddd92864ea5270eeebc52e
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Aug 16 13:54:24 2019 -0700
+
+    [subset] subsetting cmap14
+
+ src/hb-ot-cmap-table.hh | 295 +++++++++++++++++++++++++++++++++++++++++++-----
+ 1 file changed, 265 insertions(+), 30 deletions(-)
+
+commit 078ddbd0f6ad660e740809b7f4c067e02309b98d
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Aug 7 13:17:26 2019 -0700
+
+    [subset] glyph closure for CMAP14
+
+ src/hb-ot-cmap-table.hh | 34 +++++++++++++++++++++++++++++++++-
+ src/hb-subset-plan.cc   | 10 ++++++++++
+ 2 files changed, 43 insertions(+), 1 deletion(-)
+
+commit bbe878006d347893fc70e282c2aaafef5dd622b4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Sep 18 22:22:01 2019 +0430
+
+    Avoid bitwise negate of enum value
+    
+    Fixes this -fno-sanitize-recover=undefined fail,
+    
+    hb-ot-map.hh:188:1: runtime error: load of value 4294967294, which is not a valid value for type 'hb_ot_map_feature_flags_t'
+        #0 0x7f62bfa9b227 in operator&=(hb_ot_map_feature_flags_t&, hb_ot_map_feature_flags_t) /home/ebrahim/Desktop/harfbuzz/src/./hb-ot-map.hh:188:1
+        #1 0x7f62bfa9b227 in hb_ot_map_builder_t::compile(hb_ot_map_t&, hb_ot_shape_plan_key_t const&) /home/ebrahim/Desktop/harfbuzz/src/hb-ot-map.cc:194
+        #2 0x7f62bface650 in hb_ot_shape_planner_t::compile(hb_ot_shape_plan_t&, hb_ot_shape_plan_key_t const&) /home/ebrahim/Desktop/harfbuzz/src/hb-ot-shape.cc:108:7
+        #3 0x7f62bfacec1e in hb_ot_shape_plan_t::init0(hb_face_t*, hb_shape_plan_key_t const*) /home/ebrahim/Desktop/harfbuzz/src/hb-ot-shape.cc:225:11
+        #4 0x7f62bfae1318 in hb_shape_plan_create2 /home/ebrahim/Desktop/harfbuzz/src/hb-shape-plan.cc:232:7
+        #5 0x7f62bfae1d2a in hb_shape_plan_create_cached2 /home/ebrahim/Desktop/harfbuzz/src/hb-shape-plan.cc:489:33
+        #6 0x7f62bfae2527 in hb_shape_full /home/ebrahim/Desktop/harfbuzz/src/hb-shape.cc:135:33
+        #7 0x55ed360b6588 in shape_options_t::shape(hb_font_t*, hb_buffer_t*, char const**) /home/ebrahim/Desktop/harfbuzz/util/./options.hh:242:10
+        #8 0x55ed360b5d9c in shape_consumer_t<output_buffer_t>::consume_line(char const*, unsigned int, char const*, char const*) /home/ebrahim/Desktop/harfbuzz/util/./shape-consumer.hh:67:19
+        #9 0x55ed360b549f in main_font_text_t<shape_consumer_t<output_buffer_t>, 2147483647, 0>::main(int, char**) /home/ebrahim/Desktop/harfbuzz/util/./main-font-text.hh:81:16
+        #10 0x55ed360b4e23 in main /home/ebrahim/Desktop/harfbuzz/util/hb-shape.cc:189:17
+        #11 0x7f62bf104ee2 in __libc_start_main (/usr/lib/libc.so.6+0x26ee2)
+        #12 0x55ed3608f7ad in _start (/home/ebrahim/Desktop/harfbuzz/util/.libs/lt-hb-shape+0xd7ad)
+
+ src/hb-ot-map.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit e6909ee58d0f7b954f3bb227c2f90ca4cfd0c858
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Sep 18 22:12:25 2019 +0430
+
+    minor
+
+ src/hb-buffer.cc | 2 +-
+ src/hb-common.cc | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit bb41b74fd1fb42b08e9069c22ee046daeee98e6b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Sep 18 00:55:24 2019 +0430
+
+    Don't rely on undefined left shift of negative value behavior
+    
+    Fixes this -fno-sanitize-recover=undefined check,
+    
+    hb-ft.cc:869:27: runtime error: left shift of negative value -16384
+        #0 0x7ff8f47da843 in hb_ft_font_set_funcs /home/ebrahim/Desktop/harfbuzz/src/hb-ft.cc:869:27
+        #1 0x55f20a66c7d6 in font_options_t::get_font() const /home/ebrahim/Desktop/harfbuzz/util/options.cc:731:3
+        #2 0x55f20a668c1f in shape_consumer_t<output_buffer_t>::init(hb_buffer_t*, font_options_t const*) /home/ebrahim/Desktop/harfbuzz/util/./shape-consumer.hh:47:42
+        #3 0x55f20a668441 in main_font_text_t<shape_consumer_t<output_buffer_t>, 2147483647, 0>::main(int, char**) /home/ebrahim/Desktop/harfbuzz/util/./main-font-text.hh:75:14
+        #4 0x55f20a667f91 in main /home/ebrahim/Desktop/harfbuzz/util/hb-shape.cc:180:21
+        #5 0x7ff8f3df7ee2 in __libc_start_main (/usr/lib/libc.so.6+0x26ee2)
+        #6 0x55f20a6427ad in _start (/home/ebrahim/Desktop/harfbuzz/util/.libs/lt-hb-shape+0xd7ad)
+
+ src/hb-ft.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b73313ade75130bf86ad1efbd312ce4106166089
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Sep 18 00:50:32 2019 +0430
+
+    Don't seek of out-of-bound value even if the result is not used
+    
+    Fixes this -fno-sanitize-recover=undefined fail,
+    
+    /set/iter: hb-algs.hh:1016:60: runtime error: index 4294967295 out of bounds for type 'unsigned long long const[8]'
+        #0 0x4d1e09 in hb_vector_size_t<unsigned long long, 64u>::operator[](unsigned int) const /home/user/code/harfbuzz/src/./hb-algs.hh:1016:60
+        #1 0x4d8b5f in hb_set_t::page_t::previous(unsigned int*) const /home/user/code/harfbuzz/src/./hb-set.hh:139:53
+        #2 0x4d0ada in hb_set_t::previous(unsigned int*) const /home/user/code/harfbuzz/src/./hb-set.hh:602:36
+        #3 0x4cd76f in hb_set_previous /home/user/code/harfbuzz/src/hb-set.cc:494:15
+        #4 0x4ca8af in test_set_iter /home/user/code/harfbuzz/test/api/test-set.c:310:3
+        #5 0x7f3a4f3e0f49  (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x72f49)
+        #6 0x7f3a4f3e0e7a  (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x72e7a)
+        #7 0x7f3a4f3e1121 in g_test_run_suite (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x73121)
+        #8 0x7f3a4f3e1140 in g_test_run (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x73140)
+        #9 0x4c8894 in hb_test_run /home/user/code/harfbuzz/test/api/./hb-test.h:88:10
+        #10 0x4c8894 in main /home/user/code/harfbuzz/test/api/test-set.c:408:10
+        #11 0x7f3a4e3d2b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310
+        #12 0x41e7d9 in _start (/home/user/code/harfbuzz/test/api/test-set+0x41e7d9)
+
+ src/hb-set.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit d8af9ee017ed1018343d30272f55b90dd03a3559
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Sep 18 00:47:55 2019 +0430
+
+    Don't rely on nullptr deref recovery
+    
+    Fixes this -fno-sanitize-recover=undefined fail,
+    
+    /types/language: hb-common.cc:385:20: runtime error: member access within null pointer of type 'const struct hb_language_impl_t'
+        #0 0x4caa34 in hb_language_to_string /home/user/code/harfbuzz/src/hb-common.cc:385:20
+        #1 0x4c9be8 in test_types_language /home/user/code/harfbuzz/test/api/test-common.c:205:3
+        #2 0x7f9557e72f49  (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x72f49)
+        #3 0x7f9557e72e7a  (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x72e7a)
+        #4 0x7f9557e73121 in g_test_run_suite (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x73121)
+        #5 0x7f9557e73140 in g_test_run (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x73140)
+        #6 0x4c88a3 in hb_test_run /home/user/code/harfbuzz/test/api/./hb-test.h:88:10
+        #7 0x4c88a3 in main /home/user/code/harfbuzz/test/api/test-common.c:224:10
+        #8 0x7f9556e64b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310
+        #9 0x41e7d9 in _start (/home/user/code/harfbuzz/test/api/test-common+0x41e7d9)
+
+ src/hb-common.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit bfb155a5f19b26f9dcff667a76a24cd5c3b83234
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Sep 18 00:44:52 2019 +0430
+
+    Don't call memset when length is zero
+    
+    Fixes this -fno-sanitize-recover=undefined check,
+    
+    /buffer/positions/empty: hb-buffer.cc:327:11: runtime error: null pointer passed as argument 1, which is declared to never be null
+    
+    /usr/include/string.h:60:62: note: nonnull attribute specified here
+        #0 0x4cf31c in hb_buffer_t::clear_positions() /home/user/code/harfbuzz/src/hb-buffer.cc:327:3
+        #1 0x4d4dd4 in hb_buffer_get_glyph_positions /home/user/code/harfbuzz/src/hb-buffer.cc:1418:13
+        #2 0x4cb553 in test_buffer_positions /home/user/code/harfbuzz/test/api/test-buffer.c:305:3
+        #3 0x7f324187bf49  (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x72f49)
+        #4 0x7f324187be7a  (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x72e7a)
+        #5 0x7f324187be7a  (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x72e7a)
+        #6 0x7f324187c121 in g_test_run_suite (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x73121)
+        #7 0x7f324187c140 in g_test_run (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x73140)
+        #8 0x4c8bd3 in hb_test_run /home/user/code/harfbuzz/test/api/./hb-test.h:88:10
+        #9 0x4c8bd3 in main /home/user/code/harfbuzz/test/api/test-buffer.c:884:10
+        #10 0x7f324086db96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310
+        #11 0x41e919 in _start (/home/user/code/harfbuzz/test/api/test-buffer+0x41e919)
+
+ src/hb-buffer.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 5a1cc199ab7b619935af04584ecc650216a83d66
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Sep 18 00:43:44 2019 +0430
+
+    [ci] Run -fno-sanitize-recover=undefined checks
+
+ .circleci/config.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c930ae2bd8b6f626ddec0628ae6b38e3134e3c97
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Sep 16 14:04:34 2019 +0430
+
+    Avoid stdint.h in Kernel module compiles
+
+ src/hb-common.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 412d6cac3a46d710159ed4b3cc3bb59fd5876d5f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Sep 16 13:50:11 2019 +0430
+
+    Extract an avoid errno compile flag
+
+ src/hb-blob.cc   | 1 -
+ src/hb-config.hh | 1 +
+ src/hb.hh        | 9 +++++++--
+ 3 files changed, 8 insertions(+), 3 deletions(-)
+
+commit 8a16d6f1c13388e6d9ca844a309632ec583ee1a2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Sep 15 20:43:33 2019 +0430
+
+    [doc] fix minor typo
+
+ src/hb-ot-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit aab279b33dda45ae0e45c887f2fad6381b5138dc
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 14 11:20:09 2019 +0430
+
+    [ci] Install cmake on macOS cmake/amalgam tester
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f3214df6f63919ebe73c713b1e80bba1097a0cea
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 14 10:56:00 2019 +0430
+
+    [coretext] Fix double promotion warnings by making casts explicit
+
+ src/hb-coretext.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit cbbb6fa45519a8670870c784841d7b9e1ab71dd1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 14 10:53:12 2019 +0430
+
+    [ci] Don't build cmake tests in macOS bot
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6e4736a3c5acc0eea1b16c79b95d1a3082baa320
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 14 10:38:52 2019 +0430
+
+    [name] Undef entry_{index,score} to avoid collision in amalgam builds
+
+ src/hb-ot-name-table.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit d512087e4dfb5d9483b78eaf8443b4fa8724b8e1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 14 10:36:29 2019 +0430
+
+    Rename GlyphID to HBGlyphID
+    
+    Avoid collision with macOS's ATSUnicodeTypes.h GlyphID
+
+ src/hb-aat-layout-bsln-table.hh            |  4 +-
+ src/hb-aat-layout-common.hh                | 16 +++----
+ src/hb-aat-layout-just-table.hh            |  8 ++--
+ src/hb-aat-layout-kerx-table.hh            |  4 +-
+ src/hb-aat-layout-morx-table.hh            | 32 ++++++-------
+ src/hb-open-type.hh                        |  4 +-
+ src/hb-ot-cmap-table.hh                    |  4 +-
+ src/hb-ot-color-cbdt-table.hh              |  8 ++--
+ src/hb-ot-color-colr-table.hh              |  4 +-
+ src/hb-ot-glyf-table.hh                    |  2 +-
+ src/hb-ot-layout-base-table.hh             |  2 +-
+ src/hb-ot-layout-common.hh                 | 22 ++++-----
+ src/hb-ot-layout-gpos-table.hh             |  2 +-
+ src/hb-ot-layout-gsub-table.hh             | 72 +++++++++++++++---------------
+ src/hb-ot-layout-jstf-table.hh             |  2 +-
+ src/hb-ot-math-table.hh                    |  4 +-
+ src/hb-ot-shape-complex-arabic-fallback.hh | 14 +++---
+ src/hb-ot-vorg-table.hh                    |  2 +-
+ 18 files changed, 103 insertions(+), 103 deletions(-)
+
+commit bf08611044d83b6f5d6dec443f5216db259b4085
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 14 10:35:08 2019 +0430
+
+    [ci] Update and compile cmake/amalgam on macOS bot
+
+ .circleci/config.yml | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 229ef1d29d5c7a370ebb10a1131c04719f34dc81
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 10 10:31:07 2019 -0700
+
+    Rename Fixed to HBFixed
+    
+    Fixes(!!) https://github.com/harfbuzz/harfbuzz/issues/1966
+
+ src/hb-aat-fdsc-table.hh        |  4 ++--
+ src/hb-aat-layout-just-table.hh | 20 ++++++++++----------
+ src/hb-aat-layout-trak-table.hh |  8 ++++----
+ src/hb-open-type.hh             |  4 ++--
+ src/hb-ot-post-table.hh         |  2 +-
+ src/hb-ot-stat-table.hh         | 14 +++++++-------
+ src/hb-ot-var-fvar-table.hh     | 16 ++++++++--------
+ 7 files changed, 34 insertions(+), 34 deletions(-)
+
+commit 170b5dd856b1ba8f26e79863fe0c64a52eb68951
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 8 16:34:11 2019 -0400
+
+    [aat] Minor
+
+ src/hb-aat-layout-morx-table.hh | 14 +++++---------
+ 1 file changed, 5 insertions(+), 9 deletions(-)
+
+commit a0695687eb03bcf80c4dec19917127cdd8d8797d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 8 16:32:12 2019 -0400
+
+    [aat] Minor
+
+ src/hb-aat-layout-morx-table.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 4905a2198b4c47c12c6356f72ae0d2b178630d25
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Sep 9 12:36:12 2019 +0430
+
+    [number] Add static to hb-number-parser.hh functions
+
+ src/hb-number-parser.hh | 4 ++--
+ src/hb-number-parser.rl | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 30e5cdfbf1ce2aadadf29ccfd0733355ced2d065
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Sep 9 00:28:16 2019 +0430
+
+    [number] Optimize _pow10 constants (#1963)
+
+ src/hb-number-parser.hh | 43 +++++++++++++++++++------------------------
+ src/hb-number-parser.rl | 31 +++++++++++++------------------
+ 2 files changed, 32 insertions(+), 42 deletions(-)
+
+commit 3f2cdf07a417f81aeeb1e296db493b6e02d76ba8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 8 15:08:02 2019 -0400
+
+    Change HB_VAR_ARRAY to 1 again
+    
+    To fix MSVC bots, while I work on changing this to 0 permanently.
+
+ src/hb.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 39cf8e21be2bf69717cf60a339b3ad26c6f7985b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 7 15:27:30 2019 +0430
+
+    [number] Add overflow checks used to be done in parse_bcd
+    
+    Which were removed in 1083df8
+
+ src/hb-number-parser.hh | 60 +++++++++++++++++++++++++++++++++----------------
+ src/hb-number-parser.rl | 38 ++++++++++++++++++++++++-------
+ 2 files changed, 71 insertions(+), 27 deletions(-)
+
+commit 47d82713a144e06e00a486b3aa7d3934d62d68fd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Sep 6 20:33:10 2019 +0430
+
+    Replace strtod with a ragel implementation
+    
+    Use a ragel based number parser when strtod_l couldn't be found
+    as libc's strtod may is locale sensetivity which we need to not.
+
+ src/Makefile.sources    |   2 +
+ src/hb-number-parser.hh | 223 ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-number-parser.rl | 122 ++++++++++++++++++++++++++
+ src/hb-number.cc        |   3 +-
+ src/test-number.cc      |  30 +++++++
+ 5 files changed, 379 insertions(+), 1 deletion(-)
+
+commit 80613e5b9ee31125f4390012719e6f39970118d3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 7 14:25:54 2019 +0430
+
+    Minor, remove unused header
+
+ src/hb-common.cc | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 5902198cee9b9939ae310f459f9f18f5f1b07424
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 6 21:36:31 2019 -0400
+
+    [kerx] Fix offset issue in kern format 2
+    
+    Fixes tests with HB_VAR_ARRAY != 1, as done in previous commit.
+
+ src/hb-aat-layout-common.hh     | 2 +-
+ src/hb-aat-layout-kerx-table.hh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 861547d5315be4cb22f3a1e7cd59696d8657ca49
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 6 16:55:00 2019 -0400
+
+    Change HB_VAR_ARRAY from 1 to 0
+    
+    Going to see which compilers it breaks and special-case those...
+
+ src/hb.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 0e294c455e7f2e50172f65463ab016f1372d4c59
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 6 16:54:27 2019 -0400
+
+    Rename VAR to HB_VAR_ARRAY
+
+ src/hb-machinery.hh        | 2 +-
+ src/hb-open-type.hh        | 8 ++++----
+ src/hb-ot-cff-common.hh    | 6 +++---
+ src/hb-ot-cff1-table.hh    | 4 ++--
+ src/hb-ot-layout-common.hh | 2 +-
+ src/hb-ot-maxp-table.hh    | 2 +-
+ src/hb-string-array.hh     | 2 +-
+ src/hb.hh                  | 2 +-
+ 8 files changed, 14 insertions(+), 14 deletions(-)
+
+commit c379faed2bcca1cc1a81b0de132fc3c4f7f7a080
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 6 16:41:12 2019 -0400
+
+    Fix a few struct size declarations
+    
+    Was wrong.  As excercised by defining VAR to other than 1 in hb.hh.
+
+ src/hb-aat-layout-feat-table.hh | 2 +-
+ src/hb-ot-cff-common.hh         | 2 +-
+ src/hb-ot-color-sbix-table.hh   | 2 +-
+ src/hb-ot-layout-common.hh      | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 7d4da8b86242d5a541e501937ddf321716b43f07
+Author: Evgeniy Reizner <razrfalcon@gmail.com>
+Date:   Fri Sep 6 19:24:32 2019 +0300
+
+    Remove duplicated tests from test-ot-tag (#1958)
+
+ test/api/test-ot-tag.c | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 3aceee2527ad921e0d589e42a1fe451e0fc67ee0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 6 12:17:18 2019 -0400
+
+    Revert "[null] Silence undefined-behavior complaints with too-small null bytes"
+    
+    This reverts commit 911c76abcdfe89770b252eb0d4eb621c0db00ad5.
+    
+    Broke tests.  I'm not sure I understand why.  At any rate, this was a
+    bad way to fix.  I'll look into understanding as well as better fix.
+
+ src/hb-null.hh | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit 911c76abcdfe89770b252eb0d4eb621c0db00ad5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 6 11:53:11 2019 -0400
+
+    [null] Silence undefined-behavior complaints with too-small null bytes
+    
+    Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1577584
+
+ src/hb-null.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 3c81246f66585edd8ee4515d226b133c290e9d7c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 1 19:25:50 2019 -0500
+
+    [subset] Use newer iter tools in SinglePosFormat1
+
+ src/hb-ot-layout-gpos-table.hh | 8 ++------
+ 1 file changed, 2 insertions(+), 6 deletions(-)
+
+commit 9510e918f72d2496f5e2ec84c58e79af944c8a0b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 1 16:25:33 2019 -0500
+
+    [iter] Partialize hb_zip()
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 52d19ba4591e822708e52a8fc96d9821fe2668f4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 1 19:42:08 2019 -0500
+
+    Minor
+
+ test/subset/Makefile.am | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit cad698568a36ea6c929b4c888bd5e8aafe8d39e3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Sep 4 10:59:19 2019 +0430
+
+    Use roundf to fix cast to int difference of msys2 w64
+
+ src/test-number.cc | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 88c73359da3f7078d02f27087790c7109ab4d248
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Sep 4 11:16:18 2019 +0430
+
+    Check roundf availibity in autotools
+    
+    Hmm, not sure how I missed it.
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1083df8b80b08aa1a4f2dabfe414aaa4a0ec8aa1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Sep 4 01:22:21 2019 +0430
+
+    Use hb_parse_double in CFF::dict_opset_t::parse_bcd
+
+ src/Makefile.sources             |   2 +
+ src/hb-cff-interp-dict-common.hh | 136 +++++++++------------------------------
+ 2 files changed, 31 insertions(+), 107 deletions(-)
+
+commit 57f88e11d4c48f40a2e56625a54bdfed4aae601a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Sep 4 01:20:50 2019 +0430
+
+    [number] Turn hb_parse_float into hb_parse_double
+
+ src/hb-common.cc   |  6 +++++-
+ src/hb-number.cc   | 16 ++++++++--------
+ src/hb-number.hh   |  4 ++--
+ src/test-number.cc | 44 ++++++++++++++++++++++----------------------
+ 4 files changed, 37 insertions(+), 33 deletions(-)
+
+commit 65690b5a4bf1186a072e8e918c5e01464f918d46
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Sep 3 23:09:47 2019 +0430
+
+    [number] Add whole buffer check and test it
+
+ src/hb-algs.hh             |  6 ++----
+ src/hb-buffer-serialize.cc | 12 ++++--------
+ src/hb-number.cc           | 39 ++++++++++++++++++++++++---------------
+ src/hb-number.hh           |  9 ++++++---
+ src/test-number.cc         | 19 ++++++++++++++++---
+ 5 files changed, 52 insertions(+), 33 deletions(-)
+
+commit 3661eb6105a33a763736d8dc4a2cd95c01aa4332
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Sep 3 19:43:14 2019 +0430
+
+    Don't check null terminaion of source in hb_codepoint_parse
+    
+    This isn't what intended originally, just checking if consumed
+    all the buffer is enough.
+
+ src/hb-algs.hh     |  4 ++--
+ src/test-number.cc | 32 +++++++++++++++++++++++++++++++-
+ 2 files changed, 33 insertions(+), 3 deletions(-)
+
+commit 3a162727501ad0c56d5d6561cace115d858eacb7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Sep 3 17:19:33 2019 +0430
+
+    [test] resolve msvc complain on signedness comparing
+
+ src/test-number.cc | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 005389beb5a28e2a94b40d0bb8229e9598b84b1d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Sep 3 17:00:46 2019 +0430
+
+    Use hb_parse_uint in deserializer token parser
+
+ src/hb-buffer-serialize.cc | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 3d5b1df7ab689871db37ec9a2f5b1ff1665fdb20
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Sep 3 16:58:16 2019 +0430
+
+    [number] Add test
+
+ src/Makefile.am    |   6 +-
+ src/test-number.cc | 180 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 185 insertions(+), 1 deletion(-)
+
+commit b5e6805ee777347ae13ba0133ca0d64252ef9d55
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Sep 3 15:23:40 2019 +0430
+
+    [number] Minor tweak on parser related codes
+
+ src/hb-algs.hh             |  6 +++---
+ src/hb-buffer-serialize.cc |  6 ++----
+ src/hb-common.cc           | 14 ++++++--------
+ src/hb-number.cc           |  6 ++----
+ 4 files changed, 13 insertions(+), 19 deletions(-)
+
+commit e2cecf1f34fe1cc62fd8260172f9bd694a17fac5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Sep 3 15:14:21 2019 +0430
+
+    [number] Remove parsing code duplication of the calls using lambda
+
+ src/hb-number.cc | 57 +++++++++++++++++++-------------------------------------
+ 1 file changed, 19 insertions(+), 38 deletions(-)
+
+commit a77bb7eb41d34b19a672bb4ede038cc1b19a3945
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Sep 3 14:49:14 2019 +0430
+
+    Move hb_codepoint_parse to hb_parse_uint
+
+ src/hb-algs.hh             | 20 +++++++++-----------
+ src/hb-buffer-serialize.cc |  1 -
+ src/hb-common.cc           |  1 -
+ src/hb-number.cc           | 26 +++++++++++++++++++++++---
+ src/hb-number.hh           |  3 +++
+ src/hb.hh                  |  3 ++-
+ 6 files changed, 37 insertions(+), 17 deletions(-)
+
+commit 43372fbb5afe31ea1e66d450f29de718b6190828
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Sep 3 01:02:40 2019 +0430
+
+    Merge and aggregate number parsing logics to form hb-number
+
+ src/Makefile.sources       |   2 +
+ src/harfbuzz.cc            |   1 +
+ src/hb-buffer-serialize.cc |  41 +++++---------
+ src/hb-common.cc           | 121 +++------------------------------------
+ src/hb-number.cc           | 138 +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-number.hh           |  35 ++++++++++++
+ 6 files changed, 197 insertions(+), 141 deletions(-)
+
+commit d50d2fcbc7233f0473493e17ab3fb243d8d30edd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Sep 3 05:02:06 2019 +0430
+
+    Fallback if roundf didn't exist, like in dietlibc (#1953)
+
+ CMakeLists.txt | 2 +-
+ src/hb.hh      | 9 +++++++++
+ 2 files changed, 10 insertions(+), 1 deletion(-)
+
+commit d3b984d3790d61931d4427ad7c0ae6547f8f1076
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Sep 2 18:18:25 2019 +0430
+
+    Revert in-house pow10 (d80a3ea) and fix oss-fuzz/16922
+    
+    Probably can be fixed but merging it was wrong so let's revert.
+
+ src/hb-cff-interp-dict-common.hh                   |  37 ++-------------------
+ ...ase-minimized-hb-subset-fuzzer-5728664968232960 | Bin 0 -> 28 bytes
+ 2 files changed, 3 insertions(+), 34 deletions(-)
+
+commit 41d6e95b0d47c874b73b314cd147e6ea8ec5ddfb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Sep 2 01:41:48 2019 +0430
+
+    [subset] Use internal API of hb_set_t
+
+ src/hb-subset.cc | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 8ccf328d548a51140e22fe61ba6fdae3f7194aa2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Sep 2 00:02:06 2019 +0430
+
+    [subset] Run once for a tag
+
+ src/hb-subset.cc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 0954c8f7a003b4130cfdc1b3f29db8c57953a78f
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sun Sep 1 17:09:08 2019 +0200
+
+    [ft] Prefer symbol cmap subtable if found (#1948)
+    
+    Similar to commit d304d60e4d49df14ed85d6646680085f27bafbf2 for ot-font.
+
+ src/hb-ft.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4375858792f3e3cc2fae72c3ae3327f52884f780
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Sep 1 15:13:05 2019 +0430
+
+    [editorconfig] Treat Ragel files also as C sources
+
+ .editorconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d80a3ea983534e291aee273dba5b1c6e889dadfa
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Sep 1 14:05:16 2019 +0430
+
+    [cff] Implement in-house power of 10
+    
+    A minimal power only for natural numbers exponents of ten, for portability.
+    
+    Found the idea in Tcl/Tk but wrote it myself after weeks and it turned out
+    being a different implementation, reverse direction, constexpr, etc.
+
+ src/hb-cff-interp-dict-common.hh | 37 ++++++++++++++++++++++++++++++++++---
+ 1 file changed, 34 insertions(+), 3 deletions(-)
+
+commit f441a7c00837fbe7843df6faedd5f6383c2258c3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Sep 1 02:18:09 2019 +0430
+
+    Don't allow reference blob be accessed using empty tag in hb_face_reference_table (#1947)
+
+ src/hb-face.cc   | 3 +++
+ src/hb-subset.cc | 5 -----
+ 2 files changed, 3 insertions(+), 5 deletions(-)
+
+commit c9eb913f4cf3d9d4a28059c7ecf7145ad3c49c65
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 31 15:21:02 2019 -0500
+
+    [iter] Simplify hb_chop()
+
+ src/hb-iter.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 67ec9fa9e48714f595ab17bb8a673b5ee7c73aa8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 31 14:51:49 2019 -0500
+
+    [iter] Add hb_chop()
+
+ src/hb-iter.hh   | 14 ++++++++++++++
+ src/test-iter.cc |  2 +-
+ 2 files changed, 15 insertions(+), 1 deletion(-)
+
+commit 5828d8e83c023547f0add77b6413967056c2a13c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 31 14:36:44 2019 -0500
+
+    [iter] Add hb_take() specialization for arrays
+
+ src/hb-iter.hh | 11 +++++++++++
+ 1 file changed, 11 insertions(+)
+
+commit 398b296f3b205daa8964de1a63957efeb59f6bdf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 31 12:44:24 2019 -0500
+
+    [iter] Add hb_len()
+
+ src/hb-iter.hh   | 8 ++++++++
+ src/test-iter.cc | 2 +-
+ 2 files changed, 9 insertions(+), 1 deletion(-)
+
+commit 875131d47854c162c1d0a39a5c0f8f8d0c5f24e0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 31 12:42:52 2019 -0500
+
+    [iter] Add hb_take()
+
+ src/hb-iter.hh   | 12 ++++++++++--
+ src/test-iter.cc |  1 +
+ 2 files changed, 11 insertions(+), 2 deletions(-)
+
+commit 1f88dae9f54d18cd740f149d020b2bb435dc9378
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 31 12:24:42 2019 -0500
+
+    [iter] Make iota() accept invokable for increasing to next item
+
+ src/hb-iter.hh   | 21 ++++++++++++++++-----
+ src/test-iter.cc |  1 +
+ 2 files changed, 17 insertions(+), 5 deletions(-)
+
+commit 3bc86fb237b668e738a78397be04c603e7cf083b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 30 16:39:52 2019 -0500
+
+    [algs] Fix hb_inc/dec signature
+
+ src/hb-algs.hh   | 5 +++--
+ src/test-algs.cc | 4 ++++
+ 2 files changed, 7 insertions(+), 2 deletions(-)
+
+commit b1378d8a217a53e17562abebee22276e09528f8c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 30 12:10:45 2019 -0500
+
+    [iter] Add hb_repeat()
+
+ src/hb-iter.hh   | 37 +++++++++++++++++++++++++++++++++----
+ src/test-iter.cc |  3 +++
+ 2 files changed, 36 insertions(+), 4 deletions(-)
+
+commit 966a18b92a8b95d8024ae67bc237eeffe5019711
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 30 12:07:17 2019 -0500
+
+    [iter] Remove some &&
+
+ src/hb-iter.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit de45775c37873dd5818058dfe316cc0e98590334
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 30 12:02:46 2019 -0500
+
+    [iter] Use hb_ridentity instead of lazy +
+
+ src/hb-iter.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ce4d63beec08995aaa6b8b45f7986f074a73f295
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 30 11:59:50 2019 -0500
+
+    [iter] Separate hb_iota implementation from hb_range
+
+ src/hb-iter.hh | 29 +++++++++++++++++++++++++++--
+ 1 file changed, 27 insertions(+), 2 deletions(-)
+
+commit 814dc3cbe5a5e51b48cb962a6f7053797bbb8e0d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 30 10:20:30 2019 -0500
+
+    [iter] Rename
+    
+    Moving towards making iota useful for non-integers.
+
+ src/hb-iter.hh | 35 ++++++++++++++++++-----------------
+ 1 file changed, 18 insertions(+), 17 deletions(-)
+
+commit 2d5643aed4a5a4bc3ea129d4af3dcbe7af7b9995
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 30 09:51:22 2019 -0500
+
+    [algs] Add hb_inc() and hb_dec())
+
+ src/hb-algs.hh | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit 7eafe94705bb818aac71fbc142158a22da622d19
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 30 09:40:40 2019 -0500
+
+    Revert "[array] Add chop()"
+    
+    This reverts commit 545fe9d9f0870568c40c17591f3f224c228feba6.
+    
+    Breaks gcc 4.8 and MSVC all versions.
+    
+    Will add hb_chop() that works on all iterators instead.
+
+ src/hb-array.hh | 14 --------------
+ 1 file changed, 14 deletions(-)
+
+commit 28c8dcb53f0af0dd3f4e7909285e67865a10b67b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Aug 31 12:27:14 2019 +0430
+
+    [subset] minor
+
+ src/hb-subset.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 545fe9d9f0870568c40c17591f3f224c228feba6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 29 15:48:21 2019 -0700
+
+    [array] Add chop()
+    
+    Takes n, and returns iterator of iterators that contain up to
+    n items each.  Basically cuts the array into subarrays of size n.
+    The last sub-array might contain fewer.
+    
+    Ideally this should become a generic iter tool, not array-specific,
+    so we can use it in GPOS to chop a value matrix into rows and elements.
+
+ src/hb-array.hh | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+
+commit c72589f13f24ca24a0613f7d9bc28b7fe1ef25c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 29 15:45:21 2019 -0700
+
+    [iter] Change item_size to get_item_size()
+    
+    By moving access to hb_static_size(Type) into a function instead of
+    a class-const, we can refer to iter types of incomplete types, which
+    come handy when a method of hb_array_t wants to return iterator
+    of hb_array_t.  That kind of stuff.   Next commit needs this to
+    build on clang...
+
+ src/hb-array.hh | 8 ++++----
+ src/hb-iter.hh  | 4 ++--
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit d58e248df62457bdc8a5bab743e5de26c6fc57be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 29 15:23:48 2019 -0700
+
+    [array] Add truncate() method
+
+ src/hb-array.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit a06edf1430ba73d24104fce5406f2bc787ce5f11
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 29 15:21:18 2019 -0700
+
+    [array] Use injected class name more
+
+ src/hb-array.hh | 24 ++++++++++++------------
+ 1 file changed, 12 insertions(+), 12 deletions(-)
+
+commit e0e0c8c10948212e97426e987b6f296dc4270c43
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 29 14:58:16 2019 -0700
+
+    Minor
+
+ src/hb-ot-layout-gpos-table.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 0313ef86e32a217e14950d46a3c3b98362a53dee
+Author: qxliu76 <48925186+qxliu76@users.noreply.github.com>
+Date:   Thu Aug 29 14:09:05 2019 -0700
+
+    bug fix in optimizing coverage table format (#1942)
+    
+    We are comparing number of shorts, NOT number of bytes.
+
+ src/hb-ot-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 38f95baf6b7a74547906e8e813c826ee8f8c272f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 29 13:40:46 2019 -0700
+
+    [subset] in SingleSubst subsetting, check for substitute in glyphset
+    
+    That matches what fonttools does and allows for specifying exact
+    glyphset for subset.
+
+ src/hb-ot-layout-gsub-table.hh | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 8106ba7f882f087be114801e857bc945e42cf45b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 29 20:33:36 2019 +0430
+
+    [glyf] Reapply use of hb_bytes_t.as<GlyphHeader> ()
+
+ src/hb-ot-glyf-table.hh | 37 ++++++++++++++++++-------------------
+ 1 file changed, 18 insertions(+), 19 deletions(-)
+
+commit 9e80fc683639fc63870f7705feff8fc962363167
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 29 20:17:31 2019 +0430
+
+    [glyf] Reapply common moving logic to GlyphHeader struct
+
+ src/hb-ot-glyf-table.hh | 27 +++++++++++++++++----------
+ 1 file changed, 17 insertions(+), 10 deletions(-)
+
+commit 852c9aa0e33744669cba2343f08cab67376edf14
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 29 20:12:53 2019 +0430
+
+    [glyf] Reapply style fixes
+
+ src/hb-ot-glyf-table.hh | 162 +++++++++++++++++++++++++++---------------------
+ 1 file changed, 90 insertions(+), 72 deletions(-)
+
+commit 9ff32b79b37e686bab0b4baa924c97b841bd8413
+Merge: 6b3e09391 499029644
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 29 19:53:18 2019 +0430
+
+    Merge remote-tracking branch 'upstream/master' into glyf-rebase
+
+commit 499029644f35be7feedca7edf4610b2594855f01
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 29 15:09:39 2019 +0430
+
+    [gsub] Fix clang's semicolon complains
+
+ src/hb-ot-layout-gsub-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 28620310b8a86092074d5a1c40c87fdc9a91ba61
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 29 14:55:54 2019 +0430
+
+    [test] Avoid alloca use as clang complain
+    
+    Fixes https://circleci.com/gh/harfbuzz/harfbuzz/108171 complain
+
+ test/api/test-ot-color.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 875985cd481f1609d10ad0472f1e77af075c93bc
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 29 14:51:22 2019 +0430
+
+    [subset] Don't allow malicious fonts to insert unlimited table headers
+    
+    Fixes https://crbug.com/oss-fuzz/16810
+
+ src/hb-subset.cc                                       |   5 +++++
+ ...estcase-minimized-hb-subset-fuzzer-5675720390475776 | Bin 0 -> 299037 bytes
+ 2 files changed, 5 insertions(+)
+
+commit dc9222b1dd197ba50f7b63eb97f3fe0891a7b7b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 28 15:38:46 2019 -0700
+
+    [subset] Implement AlternateSubst subsetting
+
+ src/hb-ot-layout-gsub-table.hh | 61 +++++++++++++++++++++++++++++++++++++-----
+ 1 file changed, 55 insertions(+), 6 deletions(-)
+
+commit 23681b6da4368895fc049beda5a79af58aad8d69
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 28 15:30:37 2019 -0700
+
+    Minor
+
+ src/hb-ot-layout-gsub-table.hh | 21 ++++++++-------------
+ 1 file changed, 8 insertions(+), 13 deletions(-)
+
+commit 33c8e2303c23e8dfacb79ac15d8a0e6c7f866c89
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 28 15:25:55 2019 -0700
+
+    [subset] Implement MultipleSubst subsetting
+
+ src/hb-ot-layout-gsub-table.hh | 50 ++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 48 insertions(+), 2 deletions(-)
+
+commit 5c43a7ba7e4cac229593f9cbe1017d3c55b111ac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 28 15:09:58 2019 -0700
+
+    [GSUB] Use dagger in Ligature::intersects()
+
+ src/hb-ot-layout-gsub-table.hh | 8 +-------
+ 1 file changed, 1 insertion(+), 7 deletions(-)
+
+commit b8c642c1f597fb28ef323ac3cd78541eb462a2f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 28 15:06:45 2019 -0700
+
+    Minor
+
+ src/hb-ot-layout-gsub-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit dc2c9aa0c398ac068e1385fffe1fb2b28c80d099
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 28 15:05:49 2019 -0700
+
+    Rename
+
+ src/hb-open-type.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit bc5ef765a874ecd9fc0634dccf0848d1ee839c9a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 28 14:51:28 2019 -0700
+
+    [subset] Subset ligature substitutes!
+    
+    Test with:
+    
+    $ ./hb-subset -o out.ttf NotoSansArabic-Regular.ttf --drop-tables=  سلام && ./hb-view out.ttf سلام
+
+ src/hb-ot-layout-gsub-table.hh | 79 ++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 76 insertions(+), 3 deletions(-)
+
+commit 42d887bd221879f57ef939838d4f72bf38268943
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 28 14:47:14 2019 -0700
+
+    Beef up HeadlessArrayOf<>
+    
+    Should be merged with ArrayOf...
+    https://github.com/harfbuzz/harfbuzz/issues/1937
+
+ src/hb-open-type.hh | 37 ++++++++++++++++++++++++++++++-------
+ 1 file changed, 30 insertions(+), 7 deletions(-)
+
+commit 3ca809e3623e59b9a99bc0b9e5d10b02238bba3c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 28 13:49:35 2019 -0700
+
+    Add ArrayOf::pop()
+
+ src/hb-open-type.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 307bd6d79f11eb175f06c08c321947a447496291
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 28 13:49:17 2019 -0700
+
+    Add arithmetic operators to IntType<>
+
+ src/hb-open-type.hh | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 2e1d00c85bba98f08a728c4f6f8112d5a25d8062
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 28 13:49:04 2019 -0700
+
+    [debug] Minor
+
+ src/hb-debug.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 062cad5e28574f9f004f917afa7d010fa68fdad0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 28 13:33:08 2019 -0700
+
+    Add ArrayOf::serialize_append
+
+ src/hb-open-type.hh | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit b66076812d067f893a5a422af2656916ff479d8f
+Author: Adrian Wong <adrianwjw@gmail.com>
+Date:   Wed Aug 28 21:31:27 2019 +1000
+
+    Adjustments to the generated Indic table output (#1936)
+    
+    * Add empty parentheses after print call
+    
+    * Minor: newlines. Move #pragma pop down one; #endif up one
+    
+    * Adjust #define ISC/IMC output
+    
+    * Regenerate Indic table
+
+ src/gen-indic-table.py                 |  21 ++++---
+ src/hb-ot-shape-complex-indic-table.cc | 109 +++++++++++++++++----------------
+ 2 files changed, 70 insertions(+), 60 deletions(-)
+
+commit 4ef08dbce1a9acd7e941168245c96e010248ecb6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Aug 27 14:49:46 2019 +0430
+
+    Use hb_bytes_t as<T> in hb_blob_t
+
+ src/hb-blob.hh | 8 ++------
+ 1 file changed, 2 insertions(+), 6 deletions(-)
+
+commit dce42cef2b769379a0690053da0e7467ff086195
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Aug 27 14:32:05 2019 +0430
+
+    [glyf] Move GlyphHeader::from_bytes to hb_bytes_t, introduce .as<T> ()
+
+ src/hb-array.hh         |  6 ++++++
+ src/hb-ot-glyf-table.hh | 24 +++++++++---------------
+ 2 files changed, 15 insertions(+), 15 deletions(-)
+
+commit 6e82d59b4f72e8f2ff1830fb384907dcba95962a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Aug 27 12:33:42 2019 +0430
+
+    [glyf] Revert the way indexToLocFormat is set
+
+ src/hb-ot-glyf-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 88e9db19d29480fadcd4f49f0f4d9029ac64b429
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Aug 27 02:44:26 2019 +0430
+
+    [subset] Remove subset table size assertion
+    
+    As https://github.com/harfbuzz/harfbuzz/pull/1930#issuecomment-525036802
+
+ src/hb-subset.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit a0b4ac4dce392326284138fc47cf3741e2798e21
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Aug 24 17:57:14 2019 +0430
+
+    Turn 8 spaces to tab across the project
+    
+    According to the current code style of the project
+
+ src/hb-aat-layout-kerx-table.hh    |  12 +-
+ src/hb-aat-layout-morx-table.hh    |  16 +--
+ src/hb-aat-layout-trak-table.hh    |   6 +-
+ src/hb-array.hh                    |   4 +-
+ src/hb-blob.cc                     |   4 +-
+ src/hb-buffer-serialize.cc         |   2 +-
+ src/hb-buffer.cc                   |  22 ++--
+ src/hb-buffer.h                    |   4 +-
+ src/hb-common.cc                   |   4 +-
+ src/hb-coretext.cc                 |  50 ++++----
+ src/hb-dispatch.hh                 |   2 +-
+ src/hb-font.cc                     |  16 +--
+ src/hb-ft.cc                       |   2 +-
+ src/hb-graphite2.cc                |  10 +-
+ src/hb-iter.hh                     |   4 +-
+ src/hb-kern.hh                     |   6 +-
+ src/hb-machinery.hh                |   2 +-
+ src/hb-object.hh                   |   2 +-
+ src/hb-open-file.hh                |   4 +-
+ src/hb-open-type.hh                |   2 +-
+ src/hb-ot-cmap-table.hh            | 252 ++++++++++++++++++-------------------
+ src/hb-ot-color-cbdt-table.hh      |   2 +-
+ src/hb-ot-color-cpal-table.hh      |   2 +-
+ src/hb-ot-color-sbix-table.hh      |   8 +-
+ src/hb-ot-font.cc                  |  16 +--
+ src/hb-ot-hmtx-table.hh            |  62 ++++-----
+ src/hb-ot-layout-common.hh         |  16 +--
+ src/hb-ot-layout-gdef-table.hh     |   4 +-
+ src/hb-ot-layout-gpos-table.hh     |  74 +++++------
+ src/hb-ot-layout.cc                |  26 ++--
+ src/hb-ot-layout.h                 |  18 +--
+ src/hb-ot-map.cc                   |   2 +-
+ src/hb-ot-maxp-table.hh            |   2 +-
+ src/hb-ot-name-table.hh            |   8 +-
+ src/hb-ot-name.cc                  |   2 +-
+ src/hb-ot-shape-complex-arabic.cc  |  14 +--
+ src/hb-ot-shape-complex-hangul.cc  |  12 +-
+ src/hb-ot-shape-complex-indic.cc   |  34 ++---
+ src/hb-ot-shape-complex-khmer.cc   |   2 +-
+ src/hb-ot-shape-complex-myanmar.cc |   2 +-
+ src/hb-ot-shape-complex-use.cc     |   2 +-
+ src/hb-ot-shape-fallback.cc        |  46 +++----
+ src/hb-ot-shape-normalize.cc       |   4 +-
+ src/hb-ot-shape.cc                 |  16 +--
+ src/hb-ot-stat-table.hh            |   4 +-
+ src/hb-ot-var-avar-table.hh        |   2 +-
+ src/hb-ot-var-fvar-table.hh        |   6 +-
+ src/hb-ot-vorg-table.hh            |  28 ++---
+ src/hb-pool.hh                     |   2 +-
+ src/hb-sanitize.hh                 |   6 +-
+ src/hb-set.hh                      |  36 +++---
+ src/hb-shape-plan.cc               |  50 ++++----
+ src/hb-subset-cff2.cc              |  18 +--
+ src/hb-subset-input.cc             |   2 +-
+ src/hb-subset-plan.cc              |  34 ++---
+ src/hb-subset-plan.hh              |   8 +-
+ src/hb-subset.h                    |   2 +-
+ src/hb-uniscribe.cc                |   8 +-
+ src/hb-utf.hh                      |   8 +-
+ src/hb-vector.hh                   |   2 +-
+ src/hb.hh                          |  12 +-
+ src/test-ot-color.cc               |   4 +-
+ src/test-unicode-ranges.cc         |   6 +-
+ test/api/hb-subset-test.h          |   6 +-
+ test/api/test-buffer.c             |   2 +-
+ test/api/test-object.c             |   2 +-
+ test/api/test-ot-math.c            | 132 +++++++++----------
+ test/api/test-unicode.c            |  16 +--
+ util/ansi-print.cc                 |  26 ++--
+ util/hb-fc-list.c                  |   2 +-
+ util/hb-fc.cc                      |   4 +-
+ util/hb-shape.cc                   |   2 +-
+ util/hb-subset.cc                  |  10 +-
+ util/helper-cairo-ansi.cc          |   4 +-
+ util/helper-cairo.cc               |   2 +-
+ util/options-subset.cc             |  26 ++--
+ util/options.cc                    |  50 ++++----
+ util/options.hh                    |   8 +-
+ 78 files changed, 662 insertions(+), 668 deletions(-)
+
+commit 269a120f137ca69ca83b6fa00bb6a0ff1a87ae3e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 25 20:37:00 2019 +0430
+
+    [subset] Raise the bar in new vs old table size
+    
+    https://crbug.com/oss-fuzz/16740
+    
+    This is actually an interesting thing that {h,v}mtx allocates as
+    much as a font pretends to have glyphs but the solution is not
+    that obvious as regular fonts can have less than actually containing
+    metrics in their {h,v}mtx. This change raises the bar to consider this
+    hmtx 4 byte for every glyph case.
+    
+    Initially we wanted to just find things allocating crazy amount of
+    memory but having the assert has led to interesting findings also
+    so let's don't remove the assert and see what we can find elsewhere.
+
+ src/hb-subset.cc                                          |   2 +-
+ ...z-testcase-minimized-hb-subset-fuzzer-5667673584697344 | Bin 0 -> 178 bytes
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 2f8e823331aca2c73b940f057f4b149a89af0502
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 25 12:37:40 2019 +0430
+
+    [glyf] minor
+
+ src/hb-ot-glyf-table.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 07e467a30e2bab9731900d72dbf926dbe6fc6e1d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 25 00:36:58 2019 +0430
+
+    [glyf] Move GlyphHeader size checking to a static method
+
+ src/hb-ot-glyf-table.hh | 69 ++++++++++++++++++++++++++-----------------------
+ 1 file changed, 36 insertions(+), 33 deletions(-)
+
+commit 139d14dc899250cf06a8d03b70504687184d5c7f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Aug 24 17:23:16 2019 +0430
+
+    [glyf] Move GlyphHeader related logics to its, making its fields protected
+
+ src/hb-ot-glyf-table.hh | 73 +++++++++++++++++++++++++------------------------
+ 1 file changed, 38 insertions(+), 35 deletions(-)
+
+commit d57819cbdbab18ccf20caa25cb72cd66efe30848
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Aug 24 16:26:42 2019 +0430
+
+    [glyf] format source
+
+ src/hb-ot-glyf-table.hh | 282 ++++++++++++++++++++++++++----------------------
+ 1 file changed, 154 insertions(+), 128 deletions(-)
+
+commit 2aef3013f3e6d71eacd0123f4faa63445034c32b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Aug 24 02:59:18 2019 +0430
+
+    [subset] Consider instruction length place itself
+    
+    Now fixes https://crbug.com/oss-fuzz/16639 completely
+
+ src/hb-ot-glyf-table.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 922898c814b328712fac6c3259740804679dae11
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Aug 23 22:04:14 2019 +0430
+
+    [subset] Fail on table grow more than 16x+4096
+
+ src/hb-subset.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 28aba780c4035cc85a31b778db0f5553c896dd6a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Aug 23 16:47:15 2019 +0430
+
+    [subset] Fix blob leak of _subset2 when returns early
+    
+    Fixes https://crbug.com/oss-fuzz/16639
+
+ src/hb-subset.cc                                          |   2 ++
+ ...z-testcase-minimized-hb-subset-fuzzer-5754526379802624 | Bin 0 -> 288 bytes
+ 2 files changed, 2 insertions(+)
+
+commit 541f3c2d7dcae47eb55650082e372286369d4a55
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 23 12:25:58 2019 -0700
+
+    [debug] Fix extra semicolon issue
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1923
+
+ src/hb-debug.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 4dcaca84115bf8de130fc2c9e03bd7e63fcf9607
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 23 12:24:15 2019 -0700
+
+    Whitespace
+
+ src/hb-debug.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 569426d861ac9336f4083e55f98284b4c647c795
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 23 11:54:20 2019 -0700
+
+    [debug] Fix build with HB_DEBUG
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1923
+
+ src/hb-debug.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit f233e6c8014cde9b2396c5350c29a3277cd3a657
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Fri Aug 23 13:15:37 2019 +0200
+
+    [doc] Update list of default features in the manual
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1921
+
+ docs/usermanual-opentype-features.xml | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit be97e9d678017d4ec66625fa2b17ef3485552cad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 22 15:52:24 2019 -0700
+
+    2.6.1
+
+ NEWS             | 11 +++++++++++
+ configure.ac     |  2 +-
+ src/hb-version.h |  4 ++--
+ 3 files changed, 14 insertions(+), 3 deletions(-)
+
+commit d304d60e4d49df14ed85d6646680085f27bafbf2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 21 12:30:22 2019 -0700
+
+    [ot-font] Prefer symbol cmap subtable if found
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1918
+    
+    Hopefully doesn't break anyone...
+
+ src/hb-ot-cmap-table.hh | 16 +++++++++-------
+ 1 file changed, 9 insertions(+), 7 deletions(-)
+
+commit 2a3d4987a75fb2cd51ccf4c1d08baba383ceda7b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 21 03:02:01 2019 +0430
+
+    Remove hb_directwrite_shape_experimental_width public API
+    
+    I had specially exposed the API as I didn't know how to embed harfbuzz
+    easily elsewhere but now with harfbuzz.cc it has become very easy
+    and I don't like to see its use anywhere as it has a bad naming and
+    its Kashida adding is bogus and only useful to check where it should
+    be added, not visually useful however.
+
+ src/hb-directwrite.cc | 29 ++++++-----------------------
+ src/hb-directwrite.h  |  5 -----
+ 2 files changed, 6 insertions(+), 28 deletions(-)
+
+commit 163a66dc737645852d7515381304d69706688e16
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 20 14:22:57 2019 -0700
+
+    [test] Add test for aaa85931f3542639cd9d0dfb92fd6baab5b0298d
+
+ test/api/test-shape.c | 48 ++++++++++++++++++++++++++++++------------------
+ 1 file changed, 30 insertions(+), 18 deletions(-)
+
+commit aaa85931f3542639cd9d0dfb92fd6baab5b0298d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 20 13:06:10 2019 -0700
+
+    [font] Update multipliers when creating sub_font
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1910
+
+ src/hb-font.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit bbad1b8298125d78c159ed7fdd7bde6a3f3fff56
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Aug 20 14:46:48 2019 +0430
+
+    [trak] minor, use roundf instead round to normalize the use
+    
+    The change to `round` wasn't intended
+
+ src/hb-aat-layout-trak-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit e67cb500e9c5f6717d0d1cd152de84d88ec7370e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Aug 20 13:30:34 2019 +0430
+
+    [readme] add oss-fuzz badge
+    
+    Related:
+    https://github.com/google/oss-fuzz/pull/2513
+    https://github.com/systemd/systemd/commit/ce2098b7e9443cd6f31fb70af7f72308cd2962a3
+
+ README.md | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit d59d89b28128cf644d76098c709b9309b834eb09
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Aug 20 13:07:17 2019 +0430
+
+    [test] Rebase 10.14 trak related test
+
+ test/shaping/data/in-house/tests/macos.tests | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 20b1a27c8a319d43a582c3efa8233b9f2c3cc73e
+Merge: 5ee1e451c 37de38ade
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Aug 20 13:04:51 2019 +0430
+
+    Merge remove-coretext-96dpi-assumption, @drott
+    
+    Remove assumption about Core Text working in 96 DPI
+
+commit 37de38adeae48e1855c2431a39639db873a74554
+Merge: f401f85a5 5ee1e451c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Aug 20 12:59:33 2019 +0430
+
+    Merge branch 'master' into remove-coretext-96dpi-assumption
+
+commit 5ee1e451cfc75dc6ddbc3ae300ba7394a0cd560e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 19 14:23:17 2019 -0700
+
+    Minor touch-up for recent change
+
+ src/hb-ot-var-avar-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 33489928444b94bdd2cc523dac14707eb29d667e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 7 20:07:58 2019 +0430
+
+    [avar] Implement inverse map, unmap
+
+ src/hb-ot-var-avar-table.hh | 30 ++++++++++++++++++++++++------
+ 1 file changed, 24 insertions(+), 6 deletions(-)
+
+commit 981f5a54c3cbc1de45ba941fdf5315c62d86b6f3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 7 18:45:39 2019 +0430
+
+    [fvar] Implement inverse normalize, unnormalize
+
+ src/hb-ot-var-fvar-table.hh | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+
+commit dcb4cd400fb44172872a20ba54baa011d748b61d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 19 11:35:37 2019 -0700
+
+    Minor
+
+ src/hb-font.cc | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit ca54440324745afc388edac40ad1047e92567fdb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 18 11:58:04 2019 +0430
+
+    Remove continuous development helper script
+    
+    Not have used it personally for a long time, lets remove it
+
+ src/dev-run.sh | 99 ----------------------------------------------------------
+ 1 file changed, 99 deletions(-)
+
+commit 40aef1b473f63701ab901880d764e33682f13414
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Fri Aug 16 01:00:30 2019 +0200
+
+    [ot-shape] Keep horizontal_features array sorted
+
+ src/hb-ot-shape.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit da5118da77898ae4778af1ace4af52334b210dd6
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Fri Aug 16 00:48:26 2019 +0200
+
+    [ot-shape] Enable abvm/blwm features by default
+    
+    Core Text seems to apply them to Latin text, but Uniscribe doesn’t.
+    
+    See https://github.com/harfbuzz/harfbuzz/pull/1908#issuecomment-521819343
+
+ src/hb-ot-shape-complex-indic.cc                   |   9 ---------
+ src/hb-ot-shape-complex-khmer.cc                   |   9 ---------
+ src/hb-ot-shape-complex-myanmar.cc                 |  21 ---------------------
+ src/hb-ot-shape-complex-use.cc                     |  14 --------------
+ src/hb-ot-shape.cc                                 |   2 ++
+ test/shaping/data/in-house/Makefile.sources        |   2 +-
+ .../ea3f63620511b2097200d23774ffef197e829e69.ttf   | Bin 0 -> 1804 bytes
+ .../f79eb71df4e4c9c273b67b89a06e5ff9e3c1f834.ttf   | Bin 0 -> 1860 bytes
+ test/shaping/data/in-house/tests/dist.tests        |   1 -
+ .../data/in-house/tests/positioning-features.tests |   3 +++
+ 10 files changed, 6 insertions(+), 55 deletions(-)
+
+commit 2164bd6f29df265acdc04b84f5f94cf63b2cea8a
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Fri Aug 16 00:28:41 2019 +0200
+
+    [ot-shape] Enable dist feature by default (#1908)
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1907
+
+ src/hb-ot-shape-complex-indic.cc                         |   2 --
+ src/hb-ot-shape-complex-khmer.cc                         |   2 --
+ src/hb-ot-shape-complex-myanmar.cc                       |   1 -
+ src/hb-ot-shape-complex-use.cc                           |   1 -
+ src/hb-ot-shape.cc                                       |   1 +
+ test/shaping/data/in-house/Makefile.sources              |   1 +
+ .../fonts/53a91c20e33a596f2be17fb68b382d6b7eb85d5c.ttf   | Bin 0 -> 2020 bytes
+ test/shaping/data/in-house/tests/dist.tests              |   1 +
+ 8 files changed, 3 insertions(+), 6 deletions(-)
+
+commit bc27f86ffef537835f6c9dbbecbc2ee6792cb127
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 14 22:37:00 2019 +0430
+
+    Move HB_NO_VAR to a better place in hb-font.cc
+    
+    Needed for other works
+
+ src/hb-font.cc | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 1cc844da66ab527991ff96efdf10d97f6b626bfe
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 14 19:10:02 2019 +0430
+
+    minor
+    
+    Use hb_font_t coords directly
+
+ src/hb-ot-cff2-table.cc | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 6a194b6876db12f083ae5391ca01972168d4e68a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 14 18:49:57 2019 +0430
+
+    Minor, remove trailing spaces in hb-font.{cc,h} as .editorconfig
+
+ src/hb-font.cc | 338 ++++++++++++++++++++++++++++-----------------------------
+ src/hb-font.h  |  26 ++---
+ 2 files changed, 182 insertions(+), 182 deletions(-)
+
+commit 3ae44645d60fe8271ad18b004434d475eaeb7ad6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 14 14:34:55 2019 +0430
+
+    Fix caret_count value when AAT is disabled
+    
+    Set caret_count to zero as that is what we want to happen inside lcar when
+    there is no result.
+
+ src/hb-ot-layout.cc | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit a5aa67b9f288687e21ca7a9887483f7fe1cbce54
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 14 14:29:01 2019 +0430
+
+    [lcar] Use multiformat convention
+
+ src/hb-aat-layout-lcar-table.hh | 115 +++++++++++++++++++++++++++++++---------
+ 1 file changed, 90 insertions(+), 25 deletions(-)
+
+commit bfffe85dd7d7557e10ec9f9886b86fe0d8b4a7a2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 14 13:55:49 2019 +0430
+
+    [opbd] Use multiformat convention on the table
+
+ src/hb-aat-layout-opbd-table.hh | 116 ++++++++++++++++++++++++++++++----------
+ 1 file changed, 89 insertions(+), 27 deletions(-)
+
+commit d6206dbcc4e4ef8c034ee714e74d3a76c5333a12
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 14 11:24:06 2019 +0430
+
+    [opbd] Turn OpticalBounds fields to FWORD
+
+ src/hb-aat-layout-opbd-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 6461143b44f81a4190d3f1cb02238750536f08e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 13 22:20:54 2019 -0700
+
+    2.6.0
+
+ NEWS                   | 23 +++++++++++++++++++++++
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  4 ++++
+ src/hb-font.cc         |  2 +-
+ src/hb-gdi.cc          |  2 +-
+ src/hb-ot-layout.cc    |  2 ++
+ src/hb-ot-layout.h     |  2 +-
+ src/hb-ot-meta.cc      |  4 ++--
+ src/hb-ot-meta.h       |  2 +-
+ src/hb-ot-metrics.cc   |  8 ++++----
+ src/hb-ot-metrics.h    |  2 +-
+ src/hb-version.h       |  6 +++---
+ 12 files changed, 44 insertions(+), 15 deletions(-)
+
+commit e56d4ff43b97ca35a8324be2acf1c8644f3b0a24
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 13 21:02:47 2019 -0700
+
+    Rename hb_ot_meta_get_entries() to +hb_ot_meta_get_entry_tags()
+
+ docs/harfbuzz-sections.txt | 2 +-
+ src/hb-ot-meta.cc          | 8 ++++----
+ src/hb-ot-meta.h           | 8 ++++----
+ src/test-ot-meta.cc        | 4 ++--
+ test/api/test-ot-face.c    | 2 +-
+ test/api/test-ot-meta.c    | 6 +++---
+ 6 files changed, 15 insertions(+), 15 deletions(-)
+
+commit aade9b70aabd8a97dd8a28cda2cf4d0694dd7350
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 13 16:09:20 2019 -0700
+
+    [pool] Fix alignment assertion
+    
+    I *think* it should fix https://github.com/harfbuzz/harfbuzz/issues/1901
+    
+    Ie. if on a system, alignof(void*) < sizeof(void*)...
+
+ src/hb-pool.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b31d627f151c8eeeb12ed84c3282392d6adbc5b4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 11 23:34:48 2019 +0430
+
+    Increase subset fuzzer timeout to 16s
+    
+    To satisfy -valgrind and -tsan bots, very ugly
+
+ test/fuzzing/run-subset-fuzzer-tests.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5b9cf191fe1fb13bd4bf914e0f4c03c3b2795a73
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 11 23:07:29 2019 +0430
+
+    [ci] Disable vcpkg thus running the test suit in Windows
+    
+    vcpkg apparently doesn't like to work the same way used to anymore, lets disable it
+
+ appveyor.yml | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 60d9f0097580a339c7ffe582cc0657698e315cea
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Aug 11 16:15:19 2019 +0430
+
+    Implement opbd table parsing
+    
+    https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6opbd.html
+
+ src/Makefile.sources            |   1 +
+ src/hb-aat-layout-opbd-table.hh | 111 ++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-face-table-list.hh    |   1 +
+ src/hb-ot-layout.cc             |   1 +
+ 4 files changed, 114 insertions(+)
+
+commit 8762676e34cef13f4b263b377b485b199b66d4d1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Aug 10 01:26:55 2019 +0430
+
+    [os2] Replace null pool addr compare by checking vital fields (#1896)
+
+ src/hb-ot-os2-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1f926fb2b642094a15e686be6a910e709b15ebd0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 7 20:22:20 2019 +0430
+
+    [fvar] Use roundf instead hardcoding round logic
+
+ src/hb-ot-var-fvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 60485ab0473630c585bb96fcdc14dbe415edf4f2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 7 23:23:06 2019 +0430
+
+    [os2] Get defined lower/upper optical size
+
+ src/hb-ot-os2-table.hh | 17 +++++++++++++++++
+ 1 file changed, 17 insertions(+)
+
+commit 321d5588d4fa96bcc4aa558d2f982430031f242e
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jul 2 16:30:57 2019 -0700
+
+    [subset] Add subsetting for GPOS Lookup Type 1: Single Adjustment Positioning Subtable
+
+ src/hb-ot-layout-gpos-table.hh                     | 157 ++++++++++++++++++++-
+ test/subset/data/Makefile.am                       |   1 +
+ test/subset/data/Makefile.sources                  |   1 +
+ .../gpos1_2_font.keep-layout-retain-gids.41,43.otf | Bin 0 -> 2068 bytes
+ .../gpos1_2_font.keep-layout-retain-gids.41,46.otf | Bin 0 -> 2232 bytes
+ .../gpos1_2_font.keep-layout-retain-gids.43,46.otf | Bin 0 -> 2096 bytes
+ ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3668 bytes
+ test/subset/data/fonts/gpos1_2_font.otf            | Bin 0 -> 4564 bytes
+ test/subset/data/tests/layout.gpos.tests           |  11 ++
+ 9 files changed, 166 insertions(+), 4 deletions(-)
+
+commit 37572882e7a685d804384eaf11f0f3e53af38341
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jun 25 13:17:30 2019 -0700
+
+    [subset] cmap table to use _subset2 and new iterator frameworks
+
+ src/hb-ot-cmap-table.hh                          | 670 +++++++++++------------
+ src/hb-subset.cc                                 |   2 +-
+ test/api/fonts/Roboto-Regular.D7,D8,D9,DA,DE.ttf | Bin 2816 -> 2532 bytes
+ test/api/fonts/Roboto-Regular.abc.ttf            | Bin 2460 -> 2168 bytes
+ test/api/fonts/Roboto-Regular.ac.ttf             | Bin 2268 -> 1988 bytes
+ 5 files changed, 320 insertions(+), 352 deletions(-)
+
+commit 06596cf90700ff76f23297141c656dfc317eece6
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sat Aug 3 13:55:34 2019 +0200
+
+    Some styling
+
+ README.python.md | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 5848c890cf2f8a14c9d9e329c4f8283feac1f0c3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Aug 3 14:19:28 2019 +0430
+
+    [metrics] Add metrics tags documentation
+
+ src/hb-ot-metrics.h | 28 ++++++++++++++++++++++++++++
+ 1 file changed, 28 insertions(+)
+
+commit 4d1872b8e019659a92a59b1d7cba6fd81ed3607d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Aug 3 14:06:46 2019 +0430
+
+    [base] Add documentation for baseline tags from ot spec
+
+ src/hb-ot-layout.h | 19 ++++++++++++++++++-
+ 1 file changed, 18 insertions(+), 1 deletion(-)
+
+commit bbeee84a7f048633b0aaa95aa6129871a3a22164
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Aug 3 13:47:55 2019 +0430
+
+    [meta] Add metadata tags documentation from ot spec
+
+ src/hb-ot-meta.h | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 6b3e093911aaf834c0adf5b2a114d357914322ee
+Merge: 07f27accb 521c7013a
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Jul 31 16:04:48 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit 07f27accb9c3823cef5d652150701f24af89fca2
+Merge: a87fbb872 6e3bfecf3
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Jul 31 14:58:53 2019 -0700
+
+    Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
+
+commit 521c7013abab84a0994fda3977ccd1ba3d496242
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 30 18:10:40 2019 +0430
+
+    [cpal] revert port to dagger
+    
+    It has a different semantic, maybe we should just do a zero memset,
+    letting Behdad to decide.
+
+ src/hb-ot-color-cpal-table.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 8014ce198a09d20cb947e4a465c7d893a84c55be
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 30 17:31:34 2019 +0430
+
+    [cpal] port to dagger (#1887)
+
+ src/hb-ot-color-cpal-table.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit d67201da5a2142cb9d039a8cb2cb713556d945af
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 30 17:20:18 2019 +0430
+
+    [colr] minor
+
+ src/hb-ot-color-colr-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8c0a2e68ad91e55a11162da0cddb355810a4c8a0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 30 13:16:15 2019 +0430
+
+    [fuzz] Add dummy call of the added APIs (#1886)
+
+ test/api/test-ot-face.c | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit e5cf9718c07c8bf1fc20cd573cef2d125c28281f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 30 04:44:23 2019 +0430
+
+    [colr][feat][meta] Port sub_array iteration to dagger (#1868)
+
+ src/hb-aat-layout-feat-table.hh | 37 ++++++++++++++++++-------------------
+ src/hb-ot-color-colr-table.hh   | 14 ++++++--------
+ src/hb-ot-meta-table.hh         |  8 +++++---
+ 3 files changed, 29 insertions(+), 30 deletions(-)
+
+commit 9f2b4956b484b802eb37f36974c11785c90493ce
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 30 04:42:51 2019 +0430
+
+    [base] Add hb_ot_layout_get_baseline API
+
+ docs/harfbuzz-sections.txt   |  2 +
+ src/hb-ot-face-table-list.hh |  6 ++-
+ src/hb-ot-layout.cc          | 87 ++++++++++++--------------------------------
+ src/hb-ot-layout.h           | 32 ++++++++++++++++
+ test/api/test-baseline.c     |  4 +-
+ 5 files changed, 63 insertions(+), 68 deletions(-)
+
+commit 40a4b6ddbdc84a25f76bd4d7ff41b1322fe95b83
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 27 13:33:46 2019 +0430
+
+    [var] Add a new API, hb_font_set_var_named_instance
+
+ docs/harfbuzz-sections.txt     |  1 +
+ src/hb-font.cc                 | 28 ++++++++++++++++++++++++++++
+ src/hb-font.h                  |  4 ++++
+ test/api/test-ot-extents-cff.c | 32 ++++++++++++++++++++++++++++++++
+ 4 files changed, 65 insertions(+)
+
+commit b6a2281f1a2d29cc5797f4f266800f7141591585
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 30 03:45:45 2019 +0430
+
+    [meta] Make values match their enum type naming
+
+ src/hb-ot-meta.h        | 10 +++++-----
+ test/api/test-ot-meta.c |  4 ++--
+ 2 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 20072a2eca8943a82e36cbb603ad31481cfc56cd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 30 03:43:15 2019 +0430
+
+    [metrics] Make values match their enum type naming
+
+ src/hb-ot-font.cc          |  12 +++---
+ src/hb-ot-metrics.cc       | 100 ++++++++++++++++++++++-----------------------
+ src/hb-ot-metrics.h        |  58 +++++++++++++-------------
+ test/api/test-ot-metrics.c |  26 ++++++------
+ 4 files changed, 98 insertions(+), 98 deletions(-)
+
+commit ed2965a8527ee89994c8eecf451bf71846b3ca86
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 30 03:34:10 2019 +0430
+
+    [base] Don't use enum inside the table
+
+ src/hb-ot-layout-base-table.hh | 31 ++++++++++++++-----------------
+ 1 file changed, 14 insertions(+), 17 deletions(-)
+
+commit 388fa9b32611a8726b9bbfe7ccf8cdbcd818fd70
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 27 14:56:18 2019 +0430
+
+    [lcar] flip for and switch position
+
+ src/hb-aat-layout-lcar-table.hh | 16 ++++++++++------
+ 1 file changed, 10 insertions(+), 6 deletions(-)
+
+commit f0dd724c1e091f42f289efbebd2c50e830e59c6e
+Merge: 68ac767e4 4e1da6bb6
+Author: blueshade7 <ariza@typekit.com>
+Date:   Mon Jul 29 14:21:05 2019 -0700
+
+    Merge branch 'master' into subset-varstore
+
+commit 6e3bfecf358a1785995a64c18eb4c1d7cf926ca5
+Merge: 5988ab8a4 4e1da6bb6
+Author: blueshade7 <ariza@typekit.com>
+Date:   Mon Jul 29 12:25:43 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit 4e1da6bb612b0c6386ab143dbb4ca19ff25bc2ba
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 29 22:03:56 2019 +0430
+
+    [metrics] Rename hb_ot_metrics_t to hb_ot_metrics_tag_t
+
+ src/hb-ot-metrics.cc | 22 +++++++++++-----------
+ src/hb-ot-metrics.h  | 16 ++++++++--------
+ src/hb-ot-metrics.hh |  6 +++---
+ 3 files changed, 22 insertions(+), 22 deletions(-)
+
+commit 2c2a2b97dbe24ae2e09018f435559c97a460bdcb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 29 22:01:13 2019 +0430
+
+    [meta] Rename hb_ot_meta_t to hb_ot_meta_tag_t
+
+ src/hb-ot-meta-table.hh | 10 +++++-----
+ src/hb-ot-meta.cc       | 10 +++++-----
+ src/hb-ot-meta.h        | 14 +++++++-------
+ src/test-ot-meta.cc     |  4 ++--
+ test/api/test-ot-meta.c |  6 +++---
+ 5 files changed, 22 insertions(+), 22 deletions(-)
+
+commit 7bcc5dfa97a43d9c5f6dfdb87b4f0d5a589ecd48
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 28 20:55:50 2019 -0700
+
+    [iter] Fix accumulate to accept const types
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e21bdf500d4ecc3a5fd6f79aabf6232f3967035e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 28 22:59:09 2019 +0430
+
+    Increase subset fuzzer timeout to 8s
+    
+    Probably we should just remove timeout when running tsan and vaglrind here, the flaky bots
+
+ test/fuzzing/run-subset-fuzzer-tests.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 87454c447d705327a26c1f879e0a4f3002ae2667
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 28 20:46:47 2019 +0430
+
+    [base] fix logic
+
+ src/hb-ot-layout-base-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 69655d5bc3c7b240424545bdef197d9d7251e509
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 28 20:39:20 2019 +0430
+
+    [base] minor
+
+ src/hb-ot-layout-base-table.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit d9c44e7239daf59e283fecd4166c984b43d48e24
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 28 20:35:32 2019 +0430
+
+    [base] Check if the returned base_coord is valid
+
+ src/hb-ot-layout-base-table.hh | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit 53853c044a6382ece51393dfc3a4fe6a5f8a5a23
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 28 20:23:48 2019 +0430
+
+    [meta] minor
+
+ src/hb-ot-meta-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ed126d8c37c45d8d60eb0368143c6776d1fcfbff
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 28 20:21:59 2019 +0430
+
+    [base] fix build
+
+ src/hb-ot-layout-base-table.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit c7b22b96cc64c81248362a70f2d60d93ee520f2d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 28 19:46:57 2019 +0430
+
+    [base] minor
+
+ src/hb-ot-layout-base-table.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit a157342fce2616141ee62d68ad8e3fb93e52187e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 28 18:54:13 2019 +0430
+
+    [base] Fix use of bsearch
+
+ src/hb-ot-layout-base-table.hh | 94 ++++++++++++++----------------------------
+ 1 file changed, 31 insertions(+), 63 deletions(-)
+
+commit eddd45653282ffff8ef002ad2163bcf8bf4f3df1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 28 02:21:54 2019 +0430
+
+    [base] minor spacing
+
+ src/hb-ot-layout-base-table.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 0a18efd766b3b6cc987ee18785f7858fe2bd1c67
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 26 14:34:26 2019 -0700
+
+    Minor
+
+ src/hb-ot-layout-gsub-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 60d0fe2eda9c0eb67f50d61e905b584b8edc3e95
+Merge: 6d53cda1b 658424b29
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 27 01:20:55 2019 +0430
+
+    Merge pull request #1872 from darktohka/cmake-regex-fix
+    
+    [cmake] Fix CMake build on newer CMake versions
+
+commit 658424b29efbc758541a790193c42171bb7fa965
+Author: Derzsi Dániel <daniel@tohka.us>
+Date:   Fri Jul 26 22:52:03 2019 +0300
+
+    [cmake] Fix CMake build on newer CMake versions
+    
+    Unfortunately, newer CMake versions die during regex variable extraction, causing the build to fail.
+    
+    This is caused by the lack of escaping used around variables in the extract_make_variable function, causing these variables to be automatically unwrapped into empty strings.
+
+ CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 6d53cda1baf130853e5725fe8fea1d1c5f766a79
+Author: Zero King <l2dy@icloud.com>
+Date:   Fri Jul 26 15:43:51 2019 +0000
+
+    [util] Fix memory leak
+
+ util/options.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit d3d99f8bb6ad77d1ac73901885acfffd3bb3e7f7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jul 26 16:46:04 2019 +0430
+
+    [metrics] Expose raw OS2/HHEA asc/dsc values using private tags (#1867)
+
+ src/hb-ot-metrics.cc | 16 ++++++++++++++++
+ 1 file changed, 16 insertions(+)
+
+commit aaffe41094f8ddefad6f33e86cbd04a24dd9bfff
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jul 26 01:14:37 2019 +0430
+
+    [meta] minor, simplify iterator
+
+ src/hb-ot-meta-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 62932c14bd256f10031380047ededd93a2aacd88
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jul 26 00:30:29 2019 +0430
+
+    [meta] Rename ot-metadata to ot-meta per review
+
+ docs/harfbuzz-sections.txt                      |  7 +++---
+ src/Makefile.am                                 |  8 +++----
+ src/Makefile.sources                            |  4 ++--
+ src/harfbuzz.cc                                 |  2 +-
+ src/hb-ot-meta-table.hh                         |  8 +++----
+ src/{hb-ot-metadata.cc => hb-ot-meta.cc}        | 22 +++++++++---------
+ src/{hb-ot-metadata.h => hb-ot-meta.h}          | 30 ++++++++++++-------------
+ src/hb-ot.h                                     |  2 +-
+ src/{test-ot-metadata.cc => test-ot-meta.cc}    | 10 ++++-----
+ test/api/Makefile.am                            |  2 +-
+ test/api/{test-ot-metadata.c => test-ot-meta.c} | 26 ++++++++++-----------
+ 11 files changed, 61 insertions(+), 60 deletions(-)
+
+commit 821d9e9034c57c5c593741284b134c76cc3c7c0f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jul 26 00:08:58 2019 +0430
+
+    Use .sub_array for DataMap tags iteration
+
+ src/hb-ot-meta-table.hh | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit a250af98ae74c94ac3aa069e6e5958a937586bfc
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 24 03:10:41 2019 +0430
+
+    [meta] Add max value to hb_ot_metadata_t
+
+ src/hb-ot-metadata.h | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 80e246a1f2b3c4e3c25a4a3ec042e7610944abd4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 24 03:08:34 2019 +0430
+
+    [meta] Add a test program for metadata
+
+ src/Makefile.am         |  5 ++++
+ src/test-ot-metadata.cc | 70 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 75 insertions(+)
+
+commit bc65ebbce765545bc4455d8ae5ba4a6a99201e41
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 24 02:28:09 2019 +0430
+
+    [meta] hb_ot_metadata_get_entries, tags iteration API
+
+ src/hb-ot-meta-table.hh     | 17 +++++++++++++++++
+ src/hb-ot-metadata.cc       | 28 ++++++++++++++++++++++++----
+ src/hb-ot-metadata.h        |  8 +++++++-
+ test/api/test-ot-metadata.c | 26 ++++++++++++++++++++++++++
+ 4 files changed, 74 insertions(+), 5 deletions(-)
+
+commit 3ac03bd67cb9f4a72e636bf56bc4a79e04bcba62
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 22 23:35:08 2019 +0430
+
+    [meta] New API, hb_ot_metadata_reference_entry for fetching meta entries
+
+ docs/harfbuzz-sections.txt   |   6 +++++
+ src/Makefile.sources         |   2 ++
+ src/harfbuzz.cc              |   1 +
+ src/hb-config.hh             |   1 +
+ src/hb-ot-face-table-list.hh |   4 ++-
+ src/hb-ot-face.cc            |   1 +
+ src/hb-ot-layout.cc          |   1 -
+ src/hb-ot-meta-table.hh      |  20 +++++++++++++++
+ src/hb-ot-metadata.cc        |  57 ++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-metadata.h         |  57 ++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot.h                  |   1 +
+ test/api/Makefile.am         |   1 +
+ test/api/fonts/meta.ttf      | Bin 0 -> 320 bytes
+ test/api/test-ot-metadata.c  |  58 +++++++++++++++++++++++++++++++++++++++++++
+ 14 files changed, 208 insertions(+), 2 deletions(-)
+
+commit aab8e084873eb098c55ed2569c15bb308c59e436
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jul 26 02:19:22 2019 +0430
+
+    minor spacing fix (#1869)
+
+ src/hb-open-type.hh     | 16 ++++++++--------
+ src/hb-ot-vorg-table.hh |  2 +-
+ src/hb-vector.hh        |  8 ++++----
+ 3 files changed, 13 insertions(+), 13 deletions(-)
+
+commit d791446a930f8e2009c5ab5ea389da98d1ed9b95
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jul 26 02:12:06 2019 +0430
+
+    [feat] minor
+
+ src/hb-aat-layout-feat-table.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 356b68a00afaf972908cb2a478170e3933eaf974
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 25 23:22:00 2019 +0430
+
+    [metrics] Add a test that actually practices variation (#1858)
+
+ test/api/fonts/TestCFF2VF.otf | Bin 0 -> 3636 bytes
+ test/api/test-ot-metrics.c    |  28 ++++++++++++++++++++++++++--
+ 2 files changed, 26 insertions(+), 2 deletions(-)
+
+commit a744fdc6c8217d0d4bfce30e638ed2e5200cf380
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 25 14:49:02 2019 +0430
+
+    Add _MAX_VALUE to hb_ot_metrics_t (#1861)
+
+ src/hb-ot-metrics.cc | 4 ++--
+ src/hb-ot-metrics.h  | 4 +++-
+ 2 files changed, 5 insertions(+), 3 deletions(-)
+
+commit 069872c51b31fe1a618e3ca5c3b0ab8ccba0cf81
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 25 14:27:43 2019 +0430
+
+    minor
+
+ src/hb-ot-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 737eb85a4ec8861791157d83dd170ac48fa2cfc7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 25 14:26:30 2019 +0430
+
+    Add _MAX_VALUE to disabled baseline types enum
+
+ src/hb-ot-layout.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit dd9a0ed3f0c0a8a94e107689318463d62414cf60
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 24 00:47:19 2019 +0430
+
+    Replace 0x7FFFFFFFu in enums with HB_TAG_MAX_SIGNED
+
+ src/hb-aat-layout.h | 4 ++--
+ src/hb-ot-var.h     | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 5988ab8a4e0d2b6d174f2ff0f18addc3f41b7a94
+Merge: 4cba7bdae 636ae4223
+Author: blueshade7 <ariza@typekit.com>
+Date:   Mon Jul 22 14:36:16 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit 636ae422372ed7f17b695e78c9c9015188b204e8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 22 22:50:21 2019 +0430
+
+    minor, comment out meta table in list till its use
+
+ src/hb-ot-face-table-list.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 04c11a19b75663af35d16c827e295aa2e555d110
+Merge: 41ab56e09 c9796d15e
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Mon Jul 22 16:44:47 2019 +0200
+
+    Merge pull request #1851 from khaledhosny/fix-sbix-extents
+    
+    Fix sbix glyph extents
+
+commit 41ab56e09586b675b1c5de745cf5f520a808bba1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 22 18:46:52 2019 +0430
+
+    Implement meta table parsing
+
+ src/Makefile.sources         |  1 +
+ src/hb-ot-face-table-list.hh |  1 +
+ src/hb-ot-layout.cc          | 15 ++++----
+ src/hb-ot-meta-table.hh      | 89 ++++++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 99 insertions(+), 7 deletions(-)
+
+commit a51aa951b5ad8da4ac7effc891437345e012a0ac
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 22 18:35:55 2019 +0430
+
+    [metrics] Fix _get_variation API to works with actual coord values
+
+ src/hb-ot-metrics.cc       | 16 ++++++++--------
+ src/hb-ot-metrics.h        |  2 +-
+ test/api/test-ot-metrics.c |  2 +-
+ 3 files changed, 10 insertions(+), 10 deletions(-)
+
+commit 77141dff7d73fa6290f51c9e1ca56ce51a5deec0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 22 07:48:32 2019 -0400
+
+    [metrics] _-prefix internal symbol
+
+ src/hb-ot-font.cc    | 12 ++++++------
+ src/hb-ot-metrics.cc |  8 ++++----
+ src/hb-ot-metrics.hh |  6 +++---
+ 3 files changed, 13 insertions(+), 13 deletions(-)
+
+commit 89228ccb9a81b728bc9955082c17c68c848c50c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 22 07:07:37 2019 -0400
+
+    Fix warning on IBM compilers
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1852
+
+ src/hb.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit c9796d15e1ec5f8939f8b1ae368cb3352b6a9cb9
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Mon Jul 22 03:57:24 2019 +0200
+
+    Fix sbix glyph extents
+    
+    * The ‘height’ needs to be negated since the API returns “distance from
+      top to bottom side”.
+    * Similarly, the ‘y_offset‘ needs to be added to the height to get the
+      ‘y_bearing’, since sbix’s offset is “the point in the glyph relative
+      to its lower-left corner which corresponds to the origin” while
+      ‘y_bearing’ is the “top side of glyph from origin”.
+    
+    With these changes the sbix glyph metrics return values similar to other
+    tables, as they were otherwise unusable.
+
+ src/hb-ot-color-sbix-table.hh                            |   4 ++--
+ test/api/test-ot-color.c                                 |   4 ++--
+ .../fonts/fcbaa518d3cce441ed37ae3b1fed6a19e9b54efd.ttf   | Bin 0 -> 3128 bytes
+ test/shaping/data/in-house/tests/color-fonts.tests       |   1 +
+ 4 files changed, 5 insertions(+), 4 deletions(-)
+
+commit 759f3bd486c99bb09fb9fa5f42e621ec21399df8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 22 02:06:07 2019 +0430
+
+    [metrics] Don't use metrics API in _common
+    
+    As it is exposed with a different condition
+
+ src/hb-ot-metrics.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit eb8bd2f7eccde483d33406f102c69260fde6fe23
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 16 22:27:01 2019 +0430
+
+    Add hb_gdi_face_create API
+    
+    Based on Konstantin Ritt work posted on mailing list
+
+ CMakeLists.txt             |  8 +++++
+ appveyor.yml               |  2 +-
+ configure.ac               | 23 +++++++++++++++
+ docs/harfbuzz-sections.txt |  5 ++++
+ src/Makefile.am            |  8 +++++
+ src/Makefile.sources       |  3 ++
+ src/harfbuzz.cc            |  1 +
+ src/hb-directwrite.cc      |  9 ++----
+ src/hb-gdi.cc              | 73 ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-gdi.h               | 39 +++++++++++++++++++++++++
+ src/hb-uniscribe.cc        |  7 -----
+ src/hb.hh                  |  5 ++++
+ 12 files changed, 168 insertions(+), 15 deletions(-)
+
+commit 3d03bb84d44bc9ef8a77e974d0e937a3385ffb92
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 21 12:38:04 2019 +0430
+
+    [metrics] minor, tweak comment
+
+ src/hb-ot-metrics.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit e540d402f6120e8761ff655bdbffb07d91a5f643
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 19 11:19:31 2019 -0700
+
+    [docs] Minor
+
+ docs/harfbuzz-sections.txt | 2 ++
+ src/hb-ot-math.h           | 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit 00e13985fbc5291850b8ea3d021e5f83c8a297e3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 20 23:03:51 2019 +0430
+
+    Revert hhea fallback to OS/2 to its reverse way
+    
+    As searching number of hhea having fonts beats the number of OS/2
+    having ones in macOS 10.14.2
+
+ src/hb-ot-metrics.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit c13ef9cc64a447e74abfed75f4f418bf644be88d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 20 15:01:37 2019 +0430
+
+    Bring back asc/desc abs logic used to be in hmtx table
+
+ src/hb-ot-metrics.cc | 21 ++++++++++++++++++---
+ 1 file changed, 18 insertions(+), 3 deletions(-)
+
+commit 772e62688cd72c02910f623653d2ec8ef6990928
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 20 14:50:31 2019 +0430
+
+    Make HB_TINY builds work again by separating the always needed part
+
+ src/hb-ot-font.cc    | 12 +++++-----
+ src/hb-ot-metrics.cc | 62 ++++++++++++++++++++++++++++++++++++++++------------
+ src/hb-ot-metrics.hh |  5 +++++
+ 3 files changed, 59 insertions(+), 20 deletions(-)
+
+commit cb704337407ae9ccb57ae7631567002028b93c84
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 20 14:33:57 2019 +0430
+
+    Merge _get_position_internal into _get_position
+
+ src/hb-ot-metrics.cc | 143 ++++++++++++++++++---------------------------------
+ src/hb-ot-metrics.hh |   5 --
+ 2 files changed, 49 insertions(+), 99 deletions(-)
+
+commit ac3518af58464b33f1b16b34b8846c302b935208
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 20 14:03:36 2019 +0430
+
+    Define post table only when used
+
+ src/hb-ot-face-table-list.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 471f798ace08b4551f0c9ead6855a4e49b72ba25
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 20 14:00:20 2019 +0430
+
+    Merge ot-metrics-internal.cc with ot-metrics now that isn't needed in subset
+
+ src/Makefile.sources          |   3 --
+ src/harfbuzz.cc               |   1 -
+ src/hb-ot-metrics-internal.cc | 100 ------------------------------------------
+ src/hb-ot-metrics.cc          |  71 +++++++++++++++++++++++++++++-
+ 4 files changed, 70 insertions(+), 105 deletions(-)
+
+commit 29444d7e9fd5007bf39efa2cf57a0117aabfc770
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 20 13:52:21 2019 +0430
+
+    Don't cache ascender/descender metrics
+
+ src/hb-ot-font.cc       | 24 ++++++++----------------
+ src/hb-ot-hmtx-table.hh | 20 --------------------
+ 2 files changed, 8 insertions(+), 36 deletions(-)
+
+commit 5e28c2654d030655d7b93ec0d6213d2b9fb2956e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 20 14:08:11 2019 +0430
+
+    [doc] minor, improve hb-ot-metrics doc a bit
+
+ src/hb-ot-metrics.cc | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+commit ac8b6e330a443a66c3e0fb83af9794310688d848
+Merge: ec8dde814 08b48e89d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 20 13:16:16 2019 +0430
+
+    Merge pull request #1844 from ebraminio/hhea
+    
+    Fallback hhea's ascender/descender to OS2
+
+commit 08b48e89d3c1bafe252badc7c65a9fc2f166a693
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 20 12:53:40 2019 +0430
+
+    [os2] minor spacing tweaks
+
+ src/hb-ot-os2-table.hh | 11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+commit 54b9ab704dbf62e2916f1d5276ffef2543bcc2a7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 20 12:51:38 2019 +0430
+
+    Fallback hhea's ascender/descender to OS2
+
+ src/hb-ot-metrics-internal.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit ec8dde8142fbf9e5bc0aee9318a7c4e73d61c758
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 19 11:13:50 2019 -0700
+
+    [metrics] Fall back to hhea if OS2 metrics are empty
+    
+    Reinstates previous logic, even if it might be unnecessary.
+
+ src/hb-ot-metrics-internal.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 2e5b49d11d1dbfd44d8c640cb9ce5de7d26ca873
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jul 19 11:41:07 2019 +0430
+
+    Add HB_NO_METRICS and fix HB_TINY build (#1839)
+
+ src/hb-config.hh              | 1 +
+ src/hb-ot-face-table-list.hh  | 2 --
+ src/hb-ot-metrics-internal.cc | 8 +++++++-
+ src/hb-ot-metrics.cc          | 6 ++++++
+ 4 files changed, 14 insertions(+), 3 deletions(-)
+
+commit bdfdac0f26aafb3e9ff2db123116f0406fa49efc
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jul 19 10:33:00 2019 +0430
+
+    [ci][fuzzer] print valgrind failure if an error happened
+
+ test/fuzzing/run-shape-fuzzer-tests.py | 34 +++++++++++++++++-----------------
+ 1 file changed, 17 insertions(+), 17 deletions(-)
+
+commit 2bd953ff4f656f042dba2845f0479a7fe7c439a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 18 14:25:45 2019 -0700
+
+    [metrics] Fix weird use of xor
+    
+    I believe that was a try to use one approach as fallback to other.  But
+    felt wrong.  Just believe what's in OS/2 table to be correct.
+
+ src/hb-ot-metrics-internal.cc | 12 ++++++------
+ src/hb-ot-os2-table.hh        |  2 +-
+ 2 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 9675a067bf1cc0e5d4707c1345736fda4be75b82
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 18 14:15:08 2019 -0700
+
+    [ot-metrics] Touch up
+
+ src/harfbuzz.cc         |  2 ++
+ src/hb-ot-hmtx-table.hh | 19 +++++++++----------
+ 2 files changed, 11 insertions(+), 10 deletions(-)
+
+commit 87e628436e32786635796fbb07ed200f8c0da68f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Nov 20 23:26:46 2018 +0330
+
+    Implement a simple API for fetching opentype metrics
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/1432
+
+ docs/harfbuzz-sections.txt    |   9 +++
+ src/Makefile.sources          |   6 ++
+ src/hb-ot-face-table-list.hh  |   2 +
+ src/hb-ot-hhea-table.hh       |   2 +
+ src/hb-ot-hmtx-table.hh       |  62 +++++++++----------
+ src/hb-ot-layout.cc           |   1 -
+ src/hb-ot-metrics-internal.cc |  94 +++++++++++++++++++++++++++++
+ src/hb-ot-metrics.cc          | 135 ++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-metrics.h           |  92 ++++++++++++++++++++++++++++
+ src/hb-ot-metrics.hh          |  35 +++++++++++
+ src/hb-ot-os2-table.hh        |   4 ++
+ src/hb-ot-post-table.hh       |   5 +-
+ src/hb-ot.h                   |   1 +
+ test/api/Makefile.am          |   1 +
+ test/api/test-ot-metrics.c    |  54 +++++++++++++++++
+ 15 files changed, 467 insertions(+), 36 deletions(-)
+
+commit 4cba7bdae94d21ae780b5a71186c5d6da0800fa2
+Author: blueshade7 <ariza@typekit.com>
+Date:   Thu Jul 18 14:03:33 2019 -0700
+
+    regenerate Confortaa subset test expected results
+
+ ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 97204 -> 182944 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 65976 -> 151740 bytes
+ ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 65936 -> 151676 bytes
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 96948 -> 182688 bytes
+ ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 97244 -> 183008 bytes
+ 5 files changed, 0 insertions(+), 0 deletions(-)
+
+commit ed67efcc8c3638c625b2904833af3f27ef51db14
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Mon Jun 17 10:16:24 2019 -0400
+
+    Revert "[Myanmar] Prevent reordering between Asat and Dot below"
+    
+    This reverts commit 1c8654ead41ca746d577549c92d2a41c594ab639.
+
+ src/hb-unicode.hh | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit a76d8b0d5531a6a8d682ea9d5150ee7893932269
+Merge: 386a4a64f 504bb1728
+Author: blueshade7 <ariza@typekit.com>
+Date:   Wed Jul 17 14:12:06 2019 -0700
+
+    Merge commit '504bb17287c978d60a4a515555852465319f74ed' into var-subset
+
+commit 504bb17287c978d60a4a515555852465319f74ed
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 17 22:57:46 2019 +0430
+
+    [ci] Bring back -linux-arm64 bot
+    
+    Let's see if 576065b has fixed it
+
+ .circleci/config.yml | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 6157bbe5127bbcbd17348622601976cffcd11c63
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 17 11:20:08 2019 -0700
+
+    Revert "Revert previous change"
+    
+    This reverts commit b8e90ca1a10fbd472eda1aa8cc3797011da52356.
+    
+    Works now.
+
+ src/hb-subset-plan.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 576065b4429109359c3af491b34b9ab0c6b149ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 17 11:19:34 2019 -0700
+
+    [iter] Fix reduce type deduction
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4552864c82c876da738ec3bf772cc089216f2fd2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 17 22:08:39 2019 +0430
+
+    [ci] Disable -linux-arm64 bot
+    
+    This is its failure https://circleci.com/gh/harfbuzz/harfbuzz/99864
+    
+    Trying to fix like ee05627, interestingly, makes the bot and the
+    others to fail like this https://circleci.com/gh/harfbuzz/harfbuzz/99841
+
+ .circleci/config.yml | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit b8e90ca1a10fbd472eda1aa8cc3797011da52356
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 17 21:38:19 2019 +0430
+
+    Revert previous change
+    
+    Interestingly all of the bots disagreed with the change and the complain is... weird.
+
+ src/hb-subset-plan.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ee05627aff2993c51ed8a4bff3170450c000a28a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 17 21:28:25 2019 +0430
+
+    Improve syntax to make out linux-arm64 a little happy
+    
+    Decided to apply is we did the same on other places however this won't
+    fix all of its complains
+
+ src/hb-subset-plan.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6a6bf7b7bc4a0b375fcf04ff7c674bf76e6d51aa
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 17 21:22:38 2019 +0430
+
+    Downgrade -Wdeprecated-declarations to warning
+    
+    Fixes #1834 at least till fix of #1829
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 25e2562fdff6c14a9cb70999a1ad71ee1bdff494
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 17 09:35:56 2019 -0700
+
+    [amalgam] Fix redundant-declaration warning/error
+
+ src/hb-unicode.cc | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit c184180228540c23405aaa03b6b571bb41103b45
+Author: Ali Javadi <ali.djavadi@gmail.com>
+Date:   Tue Jul 16 22:10:24 2019 +0430
+
+    Fix C++20 compile warning on implicit capture of this with '=' default capture (#1833)
+    
+    Happens when compiled with -std=c++2a, the fix just makes the captures explicit to resolve the issue. Just adding this in addition to = doesn't work in C++11.
+    
+    src/hb-ot-layout-gpos-table.hh:737:18: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture]
+                  { return (this+_).intersects (glyphs, valueFormat); })
+                            ^
+    src/hb-ot-layout-gpos-table.hh:736:16: note: add an explicit capture of 'this' to capture '*this' by reference
+        | hb_map ([=] (const OffsetTo<PairSet> &_)
+                   ^
+                    , this
+
+ src/hb-ot-layout-gpos-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1f94388516befe137d265c261f687a47ce6f8e69
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 16 11:24:29 2019 +0430
+
+    [usp] define atfree callback only if used
+
+ src/hb-uniscribe.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 1da1b4dc94c500e4c9c833ab74fced07364d13fb
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jun 26 13:23:24 2019 -0700
+
+    [subset] For option "--unicodes",  add support for "*" to retain all code points
+
+ ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 0 -> 97204 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 0 -> 65976 bytes
+ ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 0 -> 65936 bytes
+ ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 0 -> 96948 bytes
+ ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 97244 bytes
+ ...to-Regular.abc.default.retain-all-codepoint.ttf | Bin 0 -> 2168 bytes
+ ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 0 -> 924 bytes
+ ...Regular.abc.drop-hints.retain-all-codepoint.ttf | Bin 0 -> 924 bytes
+ ...o-Regular.abc.name-ids.retain-all-codepoint.ttf | Bin 0 -> 2168 bytes
+ ...egular.abc.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 2168 bytes
+ test/subset/data/tests/basics.tests                |   1 +
+ test/subset/subset_test_suite.py                   |  20 +++++++---
+ util/hb-subset.cc                                  |   7 ++++
+ util/options.cc                                    |  44 ++++++++++++---------
+ 14 files changed, 48 insertions(+), 24 deletions(-)
+
+commit 68ac767e430c4dfe4c556b2c4f962cc3dfc5d3e4
+Author: blueshade7 <ariza@typekit.com>
+Date:   Fri Jul 12 23:02:29 2019 -0700
+
+    added skip(), get_next_value() to inc_bimap to subset VarStore with retain-gids
+
+ src/hb-bimap.hh            | 25 ++++++++++++++++++++++++-
+ src/hb-ot-layout-common.hh | 14 +++++++-------
+ 2 files changed, 31 insertions(+), 8 deletions(-)
+
+commit 386a4a64f5ae0e2ba941f80966585a0a66813576
+Author: blueshade7 <ariza@typekit.com>
+Date:   Fri Jul 12 17:05:34 2019 -0700
+
+    regenerate subset api test result SourceHanSans-Regular.41,4C2E.retaingids.otf
+
+ .../SourceHanSans-Regular.41,4C2E.retaingids.otf      | Bin 2736 -> 2664 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 670768e5b9f24958f60a74f3d194b24333def446
+Author: blueshade7 <ariza@typekit.com>
+Date:   Fri Jul 12 16:14:23 2019 -0700
+
+    fix inc-bimap for subsetting VarStore with retain-gids
+
+ src/hb-bimap.hh                                    |  19 ++++++++-
+ src/hb-ot-layout-common.hh                         |  43 ++++++++++-----------
+ src/hb-ot-var-hvar-table.hh                        |   5 ++-
+ test/api/fonts/AdobeVFPrototype.ac.retaingids.otf  | Bin 6416 -> 6412 bytes
+ .../SourceHanSans-Regular.41,4C2E.retaingids.otf   | Bin 2656 -> 2736 bytes
+ .../SourceSansVariable-Roman.ac.retaingids.ttf     | Bin 2616 -> 2616 bytes
+ ...ourceSerifVariable-Roman-VVAR.ac.retaingids.ttf | Bin 5296 -> 5288 bytes
+ 7 files changed, 42 insertions(+), 25 deletions(-)
+
+commit 4730b350b7ee90338caf3e962343af42412ce3df
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 12 15:38:35 2019 -0700
+
+    Revert "Update Graphite API to latest (#1215)"
+    
+    This reverts commit e4e74c2751ac24178086cce2811d34d8019b6f85.
+    
+    See https://github.com/harfbuzz/harfbuzz/issues/1829
+
+ src/hb-graphite2.cc | 28 +---------------------------
+ 1 file changed, 1 insertion(+), 27 deletions(-)
+
+commit f8242b61ab01002e9f7374daa8755e92c6a92eb4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 11 15:10:36 2019 +0430
+
+    [fuzz] Increase subset runner timeout for tsan bot
+    
+    Now is flaky let's just increase and maybe investigate later
+
+ test/fuzzing/run-subset-fuzzer-tests.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b65bad18aa527684af999b5808a9087404c0759a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 11 14:31:55 2019 +0430
+
+    [fuzz] Don't fail when blob is empty
+    
+    And enable more tests able to trig the issue.
+
+ ...zz-testcase-minimized-hb-subset-fuzzer-5738978499624960 | Bin 0 -> 28 bytes
+ test/fuzzing/hb-subset-fuzzer.cc                           |   2 +-
+ test/fuzzing/run-subset-fuzzer-tests.py                    |   9 +++++----
+ 3 files changed, 6 insertions(+), 5 deletions(-)
+
+commit 7a9d643c297990f9889a2f7b4a470ef933bac131
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jul 11 01:35:06 2019 +0430
+
+    Fix unintialized memory read in cmap subset (#1826)
+
+ src/hb-ot-cmap-table.hh | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+commit a6065d05cf38620c06b6dd10b8a841ed236f76c2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 10 16:41:40 2019 +0430
+
+    Don't call memcpy when a table is empty
+
+ src/hb-open-file.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit c85f624b519df1db141bf55d9452bc2837ef35c4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 10 14:28:06 2019 +0430
+
+    Force blob generation and memory check in hb-subset-fuzzer
+
+ test/fuzzing/hb-subset-fuzzer.cc | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+
+commit 0eef8113d8a7940b4529a340790976a577fe829e
+Author: blueshade7 <ariza@typekit.com>
+Date:   Tue Jul 9 11:43:59 2019 -0700
+
+    retain gids in HVAR so in sync with fontTools
+    regenerate Comfortaa subset test results
+
+ src/hb-bimap.hh                                    |   6 +
+ src/hb-ot-var-hvar-table.hh                        | 123 +++++++++++++--------
+ .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 6492 -> 7460 bytes
+ .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 6316 -> 7104 bytes
+ .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6148 -> 6752 bytes
+ .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6088 -> 6696 bytes
+ .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6068 -> 6676 bytes
+ ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 3284 -> 4912 bytes
+ ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 3164 -> 4620 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 2868 -> 4056 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 3020 -> 4296 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 3024 -> 4304 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 1952 -> 2920 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 1832 -> 2620 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 1704 -> 2308 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 1688 -> 2296 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 1688 -> 2296 bytes
+ .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 6236 -> 7204 bytes
+ .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 6060 -> 6848 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 5892 -> 6496 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 5832 -> 6440 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 5812 -> 6420 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 7824 -> 9452 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 7648 -> 9104 bytes
+ .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 7312 -> 8500 bytes
+ .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 7420 -> 8696 bytes
+ .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 7404 -> 8684 bytes
+ test/subset/run-tests.py                           |   2 +-
+ 28 files changed, 85 insertions(+), 46 deletions(-)
+
+commit a87fbb872b31c7a292ed8b414be728aa951e2833
+Merge: 49252c42b 6e35668b4
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Jul 9 10:25:54 2019 -0700
+
+    Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
+
+commit 6e35668b452cef86702e2563f4006a1db5d8fd74
+Author: blueshade7 <ariza@typekit.com>
+Date:   Tue Jul 9 09:47:54 2019 -0700
+
+    fix var-subset build
+
+ src/harfbuzz.cc          | 1 +
+ test/subset/run-tests.py | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit 8bf989ea70804dad66fb1c2d0c625ef5e562a309
+Merge: 5763a9274 2e7021da7
+Author: blueshade7 <ariza@typekit.com>
+Date:   Mon Jul 8 17:13:29 2019 -0700
+
+    update from master
+
+commit 2e7021da7d1726a37822e6a001b9218f82255bc8
+Author: Dominik Röttsches <drott@chromium.org>
+Date:   Mon Jul 8 10:19:49 2019 +0300
+
+    Revert "Minor" - revert moving extern "C" definitions in-function
+    
+    This reverts commit 62e60322cb9e18b3ee75f1b4a2a6d3069f587407 since it
+    breaks building HarfBuzz as part of Chromium.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1821.
+
+ src/hb-unicode.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit f18ea1dd3a9961661a383b2966de57ea68a267e7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 5 13:56:45 2019 -0700
+
+    [font] Remove division when scaling
+    
+    Yoohoo.  This seems to be precise enough!  Let's see if it sticks.
+    I'm asking Dominik to run this in Chrome test suite and report.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1801
+
+ src/hb-font.hh          | 23 +++++++++--------------
+ src/hb-ot-math-table.hh | 16 ++++++++--------
+ 2 files changed, 17 insertions(+), 22 deletions(-)
+
+commit b847769292aca13345fd1facae35aaf999198ad4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 5 13:52:09 2019 -0700
+
+    [font] Keep font-space to user-space multiplier
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1801
+
+ src/hb-font.cc |  5 +++++
+ src/hb-font.hh | 13 +++++++++++--
+ 2 files changed, 16 insertions(+), 2 deletions(-)
+
+commit df6edcd44ceb63d01d9c0d6d2aa06b6c6cbb914d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 5 13:45:15 2019 -0700
+
+    Make face immutable in hb_font_set_face()
+
+ src/hb-font.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 0d425e1eeaea97bf5e4fc9ce40e549332bc0cea1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 5 13:18:05 2019 -0700
+
+    [ot-font] Optimize rounding
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1801
+    
+    The assumption that compiler optimizes "upem/2" to a shift only
+    works if upem is unsigned...  Anyway, spoon-feed the compiler.
+
+ src/hb-font.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 144326e215671a42fb3ac9f00ddef779ba354345
+Author: Simon Sapin <simon.sapin@exyr.org>
+Date:   Fri Jul 5 19:05:11 2019 +0200
+
+    Clusters are reversed based on the direction, not script
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1818
+
+ docs/usermanual-clusters.xml | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit cf1a782a5ca82a880906cae3d4cb76b10ec2aad2
+Author: Simon Sapin <simon.sapin@exyr.org>
+Date:   Thu Jul 4 21:06:59 2019 +0200
+
+    Docs: fix a typo in function name
+
+ docs/usermanual-fonts-and-faces.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ffa736f151f27adb76fb0bf91e18e1ec5cb8fe8d
+Author: Simon Sapin <simon.sapin@exyr.org>
+Date:   Thu Jul 4 23:05:50 2019 +0200
+
+    hb_set_previous_range docs: fix presumed copy/paste error
+
+ src/hb-set.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 641f33738089ef7ccbedce09886309edcd2e1718
+Author: Simon Sapin <simon.sapin@exyr.org>
+Date:   Thu Jul 4 23:03:45 2019 +0200
+
+    Docs typo fix: slower → lower
+
+ src/hb-set.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9fea6b4dd41bfe2b85f788523162658a7ab9bd49
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jul 5 18:46:41 2019 +0430
+
+    [amalgam] Use it in cmake port and fix conflicts (#1812)
+
+ .circleci/config.yml           |  8 ++---
+ CMakeLists.txt                 | 74 ++++--------------------------------------
+ src/Makefile.am                |  2 ++
+ src/hb-cff-interp-common.hh    |  6 ++--
+ src/hb-cff-interp-cs-common.hh |  2 +-
+ src/hb-coretext.cc             |  4 +--
+ src/hb-directwrite.cc          | 14 ++++----
+ src/hb-ft.cc                   |  4 +--
+ 8 files changed, 27 insertions(+), 87 deletions(-)
+
+commit b240d701fd98efa59a7f772ff39654fc95b8fc8f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 3 12:17:57 2019 -0700
+
+    [amalgam] Include integration source files as well
+    
+    Just for those that are normally built into libharfbuzz itself.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1809
+
+ src/Makefile.am | 12 ++++++++++--
+ src/harfbuzz.cc |  6 ++++++
+ 2 files changed, 16 insertions(+), 2 deletions(-)
+
+commit d51524204528b36907ab0f48bf2a48ec124c93d9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 3 12:10:03 2019 -0700
+
+    [amalgam] Rename hb.cc to harfbuzz.cc
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1809
+
+ src/Makefile.am            | 8 ++++----
+ src/{hb.cc => harfbuzz.cc} | 0
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 4cb180d227c1adc32e921c241a93cd1f50a98d33
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 2 19:44:18 2019 -0700
+
+    Revert "Use constexpr to replace passthru_ bools"
+    
+    This reverts commit c4aa10ebc8dc28b1f9c90af2ca2092a7535f8395.
+    
+    Broke several compilers... Sigh.  The version without constexpr
+    didn't fully optimize out the unreachable code on clang.
+    So, revert it is...
+
+ src/hb-algs.hh |  8 ++++++++
+ src/hb-set.hh  | 18 ++++++++----------
+ 2 files changed, 16 insertions(+), 10 deletions(-)
+
+commit c4aa10ebc8dc28b1f9c90af2ca2092a7535f8395
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 2 19:15:03 2019 -0700
+
+    Use constexpr to replace passthru_ bools
+
+ src/hb-algs.hh |  8 --------
+ src/hb-set.hh  | 18 ++++++++++--------
+ 2 files changed, 10 insertions(+), 16 deletions(-)
+
+commit 2e48fd077954410f59156b3100c16bf56a507948
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 2 17:55:58 2019 -0700
+
+    Sprinkle constexpr around
+    
+    Being conservative.  Also not sure it makes any real difference
+    in our codebase.
+
+ src/hb-algs.hh | 48 ++++++++++++++++++++++++------------------------
+ src/hb-meta.hh | 18 +++++++++---------
+ 2 files changed, 33 insertions(+), 33 deletions(-)
+
+commit df4448064e370a410404708a15ce819daf1d9386
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 2 17:11:09 2019 -0700
+
+    Remove unused 'inline' specifier
+
+ src/hb-ot-map.hh     |  4 ++--
+ src/hb-shape-plan.hh | 18 +++++++++---------
+ 2 files changed, 11 insertions(+), 11 deletions(-)
+
+commit 04a4957040380bba58880ff51d529c5cccf1d2c7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 2 16:19:18 2019 -0700
+
+    [amalgam] Add hb.cc to git
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1809
+
+ src/Makefile.am |  1 +
+ src/hb.cc       | 44 ++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 45 insertions(+)
+
+commit 62e60322cb9e18b3ee75f1b4a2a6d3069f587407
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 2 16:07:03 2019 -0700
+
+    Minor
+
+ src/hb-unicode.cc | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit ceb4c212dc91a277f646c4a5354e4362f548a9f6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 2 16:02:13 2019 -0700
+
+    [amalgam] Fix UCD issue
+    
+    This actually makes it build now!
+    
+    Part https://github.com/harfbuzz/harfbuzz/issues/1809
+    
+    Keeping open to add tests, CI, etc.
+
+ src/hb-ucd.cc     | 5 +----
+ src/hb-unicode.cc | 2 --
+ src/hb-unicode.hh | 3 +++
+ 3 files changed, 4 insertions(+), 6 deletions(-)
+
+commit 7ca54811f471a28163de6b3c561990c85aa39880
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 2 16:00:58 2019 -0700
+
+    [amalgam] Fix CFF
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1809
+
+ src/hb-ot-cff1-table.cc | 18 +++++++++---------
+ src/hb-ot-cff2-table.cc | 16 ++++++++--------
+ 2 files changed, 17 insertions(+), 17 deletions(-)
+
+commit 3724f13ba0292055197efdbfcacfe3d7b067175c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 2 15:23:00 2019 -0700
+
+    [amalgam] Finish fixing Indic-like shapers
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1809
+
+ src/hb-ot-shape-complex-indic.cc   | 34 +++++++++++++++++-----------------
+ src/hb-ot-shape-complex-indic.hh   |  9 ++++++++-
+ src/hb-ot-shape-complex-khmer.cc   | 18 +++++++++---------
+ src/hb-ot-shape-complex-khmer.hh   | 17 ++++++++---------
+ src/hb-ot-shape-complex-myanmar.cc |  8 ++++----
+ src/hb-ot-shape-complex-myanmar.hh | 16 ++++++++--------
+ src/hb-ot-shape-complex-use.cc     | 14 +++++++-------
+ 7 files changed, 61 insertions(+), 55 deletions(-)
+
+commit eb37bc9d93b3abebee24390708940510fe37477a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 2 15:19:39 2019 -0700
+
+    [use] Remove Syriac features
+    
+    This was non-standard, and unused anyway.
+
+ src/hb-ot-shape-complex-use.cc | 7 +------
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+commit dc480fc4717937d53cf38860a5c5d48211e8cbc8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 2 15:17:56 2019 -0700
+
+    [amalgam] More Indic-like issues
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1809
+
+ src/hb-ot-shape-complex-indic.cc | 76 +++++++++++++++++++++-------------------
+ src/hb-ot-shape-complex-khmer.cc | 36 ++++++++++---------
+ src/hb-ot-shape-complex-use.cc   | 32 ++++++++---------
+ 3 files changed, 74 insertions(+), 70 deletions(-)
+
+commit d8b5353e07650cf243ba182dbf52e7f198719762
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 2 15:09:26 2019 -0700
+
+    [amalgam] More
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1809
+
+ src/hb-ot-shape-complex-myanmar.cc | 28 ++++++++++++++--------------
+ src/hb-ot-shape-complex-use.cc     | 28 ++++++++++++++--------------
+ 2 files changed, 28 insertions(+), 28 deletions(-)
+
+commit d115a9e022c0b687fb402cfd2b90d516beded5c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 2 14:42:45 2019 -0700
+
+    [amalgam] Fix most duplicate-id instances in Indic-like shapers
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1809
+
+ src/hb-ot-layout.hh                        |  22 +++++
+ src/hb-ot-shape-complex-indic-machine.hh   |   6 +-
+ src/hb-ot-shape-complex-indic-machine.rl   |   6 +-
+ src/hb-ot-shape-complex-indic.cc           | 130 +++++++++----------------
+ src/hb-ot-shape-complex-indic.hh           |  26 +++++
+ src/hb-ot-shape-complex-khmer-machine.hh   |   6 +-
+ src/hb-ot-shape-complex-khmer-machine.rl   |   6 +-
+ src/hb-ot-shape-complex-khmer.cc           |  97 ++++++-------------
+ src/hb-ot-shape-complex-myanmar-machine.hh |   4 +-
+ src/hb-ot-shape-complex-myanmar-machine.rl |   4 +-
+ src/hb-ot-shape-complex-myanmar.cc         |  69 ++++++--------
+ src/hb-ot-shape-complex-use-machine.hh     |   4 +-
+ src/hb-ot-shape-complex-use-machine.rl     |   4 +-
+ src/hb-ot-shape-complex-use.cc             | 148 ++++++++++++-----------------
+ 14 files changed, 230 insertions(+), 302 deletions(-)
+
+commit c073233f45da6ad8131dd38cb43b125f48c17432
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 2 14:26:45 2019 -0700
+
+    Add make rule to build hb.cc
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1809
+
+ src/Makefile.am | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit f1d20d9b4dcbeead3757650b9286393918b4be8a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 2 14:18:38 2019 -0700
+
+    Add ucd-table make target
+
+ src/Makefile.am      | 23 +++++++++++++++--------
+ src/gen-ucd-table.py |  8 +++++---
+ 2 files changed, 20 insertions(+), 11 deletions(-)
+
+commit 634390ecaf600176245e3354edd8dfdcb7f64cc5
+Author: blueshade7 <ariza@typekit.com>
+Date:   Mon Jul 1 18:52:57 2019 -0700
+
+    added VariationStore serializer to be used by HVAR/VVAR subsetters
+
+ src/hb-ot-layout-common.hh | 165 ++++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 163 insertions(+), 2 deletions(-)
+
+commit 5763a92749386e134f2b4073531c10e9586d1d19
+Merge: 6f35cf7a6 6bcbe495b
+Author: Michiharu Ariza <ariza@typekit.com>
+Date:   Mon Jul 1 15:17:19 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit 040b261deeed8924edcb087e27a61392d1f85023
+Author: Michiharu Ariza <ariza@typekit.com>
+Date:   Sun Jun 30 16:13:07 2019 -0700
+
+    add bimap test along with bug fix/tweaks
+
+ src/Makefile.am   |  6 ++++-
+ src/hb-bimap.hh   |  4 +++
+ src/test-bimap.cc | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 85 insertions(+), 1 deletion(-)
+
+commit 9c93f5cc2de5c60d5464a65890fc7d8c25aa9702
+Merge: ad341d5f1 4ab2d1d67
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 1 20:08:22 2019 +0430
+
+    Merge pull request #1806 from carlo-bramini/master
+    
+    Make harfbuzz working on all existing versions of Windows
+
+commit 4ab2d1d6767568c45495be515e016805cce0c69a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 1 19:30:21 2019 +0430
+
+    [dwrite] Apply minor style improves
+
+ src/hb-directwrite.cc | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 5ebd265e66cbcd167469837dcf8647484310dfb5
+Author: Carlo Bramini <30959007+carlo-bramini@users.noreply.github.com>
+Date:   Mon Jul 1 16:06:43 2019 +0200
+
+    Fix error rised by GCC8+
+
+ src/hb-directwrite.cc | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 693dacbb1c0bc805e3e6aedaca5a57f04eb6ec9c
+Author: Carlo Bramini <30959007+carlo-bramini@users.noreply.github.com>
+Date:   Mon Jul 1 13:31:26 2019 +0200
+
+    Use lower case file name with #include
+    
+    I tried to cross compile harfbuzz for Windows and an error was generated because `DWrite_1.h` was not found.
+    This happened because the filesystem is case sensitive and for this reason that include file was not found.
+    The right name of the file to be used is `dwrite_1.h`, with all letters not capitalized:
+    https://docs.microsoft.com/en-us/windows/desktop/api/dwrite_1/
+    I also verified in the installation of VS2017 with Windows Kit v10 and in that place it was also lower case.
+    So, in my opinion it should be better to change this.
+
+ src/hb-directwrite.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a4543d408b31376c38bab878b2f72d4323abc564
+Author: Carlo Bramini <30959007+carlo-bramini@users.noreply.github.com>
+Date:   Sun Jun 30 15:06:30 2019 +0200
+
+    Empty DIRECTWRITE_LIBS
+    
+    Not used anymore since DWRITE is loaded dynamically.
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 601b6825b05f67354b48dd3629b95e0d8bf68a14
+Author: Carlo Bramini <30959007+carlo-bramini@users.noreply.github.com>
+Date:   Sun Jun 30 15:03:44 2019 +0200
+
+    Dynamically load DWRITE
+    
+    Also checks if DWriteCreateFactory() has been executed successfully.
+
+ src/hb-directwrite.cc | 41 +++++++++++++++++++++++++++++++++--------
+ 1 file changed, 33 insertions(+), 8 deletions(-)
+
+commit ad341d5f1624f4e30b2d0eb2a171054a973053b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 28 16:00:37 2019 -0700
+
+    [config] Fix CoreText build with NO_AAT
+
+ src/hb-aat-layout.cc | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 3f806673fbeacdbe1b31399394ccc26c773a794b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jun 29 00:00:00 2019 +0430
+
+    Apply some minor improves on CFFIndex
+
+ src/hb-ot-cff-common.hh | 38 +++++++++++++-------------------------
+ 1 file changed, 13 insertions(+), 25 deletions(-)
+
+commit ddd29e5594ccc9d0281e6da7373a1f115f6f6f3a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 28 23:44:14 2019 +0430
+
+    minor, reuse StructAtOffset logic in StructAtOffsetOrNull
+
+ src/hb-ot-cff-common.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 9db7ce73d7ac6566837cdd70d38c45f3aefd7769
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 28 23:11:52 2019 +0430
+
+    minor style improve in hb-cff-interp-common.hh
+
+ src/hb-cff-interp-common.hh | 91 +++++++++++++++------------------------------
+ 1 file changed, 30 insertions(+), 61 deletions(-)
+
+commit 9a7b7bd9fc5bde7796ffdd997ee65cb33cbf6b29
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 28 22:53:51 2019 +0430
+
+    style fix for pylint complain
+
+ src/gen-emoji-table.py | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 8d36ef50c8712be476572514d73b7bddf43e5951
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 27 14:48:10 2019 -0700
+
+    [config] Add links
+
+ CONFIG.md | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit f53590971c5326dd15f4296764bfd1255ec0506a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 27 13:42:51 2019 -0700
+
+    [test] Make Unicode tests strict against internal UCD
+    
+    https://github.com/harfbuzz/harfbuzz/pull/1799
+
+ test/api/test-unicode.c | 30 ++++++++++++++++++++++--------
+ 1 file changed, 22 insertions(+), 8 deletions(-)
+
+commit d42264f151a61a4a77e5d5712e535fc6e2daf338
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Wed Jun 26 21:10:11 2019 -0400
+
+    Test at least one character per Unicode version
+
+ test/api/test-unicode.c | 142 ++++++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 138 insertions(+), 4 deletions(-)
+
+commit 7185bd6ffb4dd8c0efebdab5b930e62c5695e3ab
+Merge: cd65305b0 8341c0b30
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 27 22:09:28 2019 +0430
+
+    Merge pull request #1800 from harfbuzz/harfbuzz/cffnull_fix2
+    
+    [CFF] fix for Subrs null ptr access
+
+commit 8341c0b304ee3bb0b7d150bcfb42a8b9e6448687
+Author: Michiharu Ariza <ariza@typekit.com>
+Date:   Thu Jun 27 08:43:31 2019 -0700
+
+    add test case file
+
+ ...z-testcase-minimized-harfbuzz_fuzzer-5093685255077888 | Bin 0 -> 1160 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 01832fd16b605971466fc3b174cb932787ef4bfb
+Author: Michiharu Ariza <ariza@typekit.com>
+Date:   Wed Jun 26 15:58:38 2019 -0700
+
+    alternate fix for https://crbug.com/971933
+
+ src/hb-cff-interp-cs-common.hh | 6 +++---
+ src/hb-cff1-interp-cs.hh       | 2 +-
+ src/hb-cff2-interp-cs.hh       | 2 +-
+ 3 files changed, 5 insertions(+), 5 deletions(-)
+
+commit cd65305b059e7495f4f993d25cfda4d88781589b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 26 14:57:48 2019 -0700
+
+    [config] Don't disable emoji sequences in HB_TINY
+    
+    It makes sense to disable this code these if editing is not needed.
+    However, this is also necessary to correctly display emoji sequences
+    in right-to-left direction.  For that reason, don't auto-disable it.
+
+ src/hb-config.hh   | 1 -
+ src/hb-ot-shape.cc | 2 +-
+ src/hb-unicode.cc  | 2 +-
+ 3 files changed, 2 insertions(+), 3 deletions(-)
+
+commit 7298716a3cfbdabedd15960404623317a64db3ae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 26 14:51:17 2019 -0700
+
+    [config] Compile out modified combining-class if HB_NO_OT_SHAPE
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-unicode.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 1cdd0fa60d9a6aaddc20e646d294d642e2db9be4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 26 14:49:15 2019 -0700
+
+    [emoji] Port generator to packtab
+
+ src/gen-emoji-table.py        |  18 ++++--
+ src/hb-unicode-emoji-table.hh | 126 ++++++++++++++++--------------------------
+ src/hb-unicode.cc             |   5 +-
+ 3 files changed, 60 insertions(+), 89 deletions(-)
+
+commit 5130c90ac0173c542b550049c93738ab5de84bb9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 26 14:29:39 2019 -0700
+
+    [config] Add HB_NO_EMOJI
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh   | 1 +
+ src/hb-ot-shape.cc | 2 ++
+ src/hb-unicode.cc  | 2 ++
+ 3 files changed, 5 insertions(+)
+
+commit 9d5b5348c7ca1e39faa9e197fdebfb8f5d3aeece
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 26 13:58:40 2019 -0700
+
+    [config] Add HB_NO_SHAPER
+    
+    Don't know who would want when why.  But makes sense to have.
+
+ src/hb-shaper-list.hh | 6 ++++++
+ src/hb-shaper.cc      | 2 ++
+ 2 files changed, 8 insertions(+)
+
+commit 8fe15485cbc2f56adb29d4d5f0c3957869bd0e1a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 26 13:49:42 2019 -0700
+
+    [config] Add HB_NO_OT_TAG
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh    | 1 +
+ src/hb-ot-layout.cc | 4 ++++
+ src/hb-ot-tag.cc    | 5 +++++
+ src/hb-uniscribe.cc | 4 ++++
+ 4 files changed, 14 insertions(+)
+
+commit 7dcf8e126ecf52c67f59745e04d21df68b1a6992
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 26 13:44:10 2019 -0700
+
+    [config] Fix build with HB_NO_OT_LAYOUT
+
+ src/hb-ot-face-table-list.hh   | 2 ++
+ src/hb-ot-layout-gpos-table.hh | 3 ++-
+ src/hb-ot-layout-gsub-table.hh | 5 +++--
+ src/hb-ot-layout-gsubgpos.hh   | 8 +++++++-
+ 4 files changed, 14 insertions(+), 4 deletions(-)
+
+commit 2804790bceb9398cc9b668ca63f5aa9ffe29beeb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 26 13:38:14 2019 -0700
+
+    [config] Add dependency
+
+ src/hb-ot-shape.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit b0fd16eec62dea29d984bab879064ae9d91afdfc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 26 13:31:51 2019 -0700
+
+    [config] Add dependency
+
+ src/hb-config.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 12092a46d8826eec5dcf69e7817921380e4bc507
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 26 13:31:01 2019 -0700
+
+    [config] Rename HB_NO_SHAPE_AAT to HB_NO_AAT_SHAPE
+
+ src/hb-aat-map.cc       |  2 +-
+ src/hb-config.hh        |  2 +-
+ src/hb-ot-kern-table.hh | 14 +++++++-------
+ src/hb-ot-layout.cc     |  2 +-
+ src/hb-ot-shape.cc      | 36 ++++++++++++++++++------------------
+ src/hb-ot-shape.hh      |  8 ++++----
+ 6 files changed, 32 insertions(+), 32 deletions(-)
+
+commit bb4bbe617d3878ca7e5e359ada493c68ec7f0a90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 26 13:29:58 2019 -0700
+
+    [config] Add HB_NO_OT_LAYOUT
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh    | 1 +
+ src/hb-ot-layout.cc | 7 +++++++
+ src/hb-ot-map.cc    | 7 +++++++
+ 3 files changed, 15 insertions(+)
+
+commit ab40a2feecf53d2ef787b7785132bf57e5bdcff9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 26 13:25:02 2019 -0700
+
+    [config] Enable HB_NO_OT_FONT in HB_NO_OT
+
+ CONFIG.md        | 4 ++--
+ src/hb-config.hh | 1 +
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit 7aad53657eb23264f658711a71da3e50f2264455
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 26 13:21:03 2019 -0700
+
+    [config] Add HB_NO_OT_SHAPE / HB_NO_OT
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ CONFIG.md                                    | 14 ++++++++++++++
+ src/gen-indic-table.py                       |  6 ++++++
+ src/gen-use-table.py                         |  6 ++++++
+ src/gen-vowel-constraints.py                 |  7 +++++++
+ src/hb-config.hh                             |  4 ++++
+ src/hb-ot-shape-complex-arabic.cc            |  6 ++++++
+ src/hb-ot-shape-complex-default.cc           |  7 +++++++
+ src/hb-ot-shape-complex-hangul.cc            |  7 +++++++
+ src/hb-ot-shape-complex-hebrew.cc            |  7 +++++++
+ src/hb-ot-shape-complex-indic-table.cc       |  6 ++++++
+ src/hb-ot-shape-complex-indic.cc             |  7 +++++++
+ src/hb-ot-shape-complex-khmer.cc             |  7 +++++++
+ src/hb-ot-shape-complex-myanmar.cc           |  7 +++++++
+ src/hb-ot-shape-complex-thai.cc              |  7 +++++++
+ src/hb-ot-shape-complex-use-table.cc         |  6 ++++++
+ src/hb-ot-shape-complex-use.cc               |  7 +++++++
+ src/hb-ot-shape-complex-vowel-constraints.cc |  6 ++++++
+ src/hb-ot-shape-fallback.cc                  |  7 +++++++
+ src/hb-ot-shape-normalize.cc                 |  7 +++++++
+ src/hb-ot-shape.cc                           |  7 +++++++
+ src/hb-shape-plan.cc                         | 10 ++++++++++
+ src/hb-shape-plan.hh                         |  4 ++++
+ src/hb-shaper-list.hh                        |  2 ++
+ 23 files changed, 154 insertions(+)
+
+commit cee9f6e044278b590694f4dff6f22eaad9371385
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 26 13:01:58 2019 -0700
+
+    Fail compile if no shapers enabled
+
+ src/hb-shaper.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 8786820a5a7406be95bc4a6b6e2aca736126420c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 26 12:53:57 2019 -0700
+
+    [src] Add make targets "tiny" and "tinyz"
+
+ src/Makefile.am | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit b14e413fae8f14b75c5956e9b38e413c878ded0c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 26 10:44:10 2019 -0700
+
+    2.5.3
+
+ NEWS             | 7 +++++++
+ configure.ac     | 2 +-
+ src/hb-version.h | 4 ++--
+ 3 files changed, 10 insertions(+), 3 deletions(-)
+
+commit 3bfa878c98cceeaae074d81c14329e358bea8912
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 25 19:07:07 2019 -0700
+
+    [gen-ucd] Protect against accidents like previous commit
+    
+    https://github.com/harfbuzz/harfbuzz/pull/1796
+
+ src/gen-ucd-table.py | 24 +++++++++++-------------
+ 1 file changed, 11 insertions(+), 13 deletions(-)
+
+commit f4ea1a9afb4849e7cfb7a5eb9e81e4f656c3f89e
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Tue Jun 25 21:08:14 2019 -0400
+
+    [ucd] Include scripts added in Unicode 10 or later
+
+ src/gen-ucd-table.py |   2 +-
+ src/hb-ucd-table.hh  | 970 +++++++++++++++++++++++++++------------------------
+ 2 files changed, 511 insertions(+), 461 deletions(-)
+
+commit 10bd6b8d913a57260b35c1ef830db37c06eebd18
+Author: Michiharu Ariza <ariza@typekit.com>
+Date:   Thu Jun 20 16:22:08 2019 -0700
+
+    minor
+
+ src/hb-bimap.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f3ee2bd020f8ca313fae783cc49a374f1377e877
+Author: Michiharu Ariza <ariza@typekit.com>
+Date:   Thu Jun 20 14:33:09 2019 -0700
+
+    add ops & methods to hb_bimap_t making it more like hb_map_t
+    moved has () to hb_bimap_t from hb_inc_bimap_t
+    moved identity () to hb_inc_bimap_t
+    removed forward()
+
+ src/hb-bimap.hh             | 38 ++++++++++++++++++++++++--------------
+ src/hb-ot-cff-common.hh     |  2 +-
+ src/hb-ot-cff1-table.hh     |  4 ++--
+ src/hb-subset-cff-common.cc |  2 +-
+ src/hb-subset-cff-common.hh |  4 ++--
+ src/hb-subset-cff1.cc       |  4 ++--
+ src/hb-subset-cff2.cc       |  2 +-
+ 7 files changed, 33 insertions(+), 23 deletions(-)
+
+commit 094966959f96d9a41fb612fd0b870f5ae8f5a954
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Jun 17 22:12:40 2019 -0700
+
+    add hb_bimap_t, subclass hb_inc_bimap_t replacing CFF::remap_t
+
+ src/Makefile.sources        |   1 +
+ src/hb-bimap.hh             | 129 ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-cff-common.hh     |  64 +++-------------------
+ src/hb-ot-cff1-table.hh     |  16 +++---
+ src/hb-subset-cff-common.cc |  12 ++---
+ src/hb-subset-cff-common.hh |  40 ++++++--------
+ src/hb-subset-cff1.cc       |  26 ++++-----
+ src/hb-subset-cff2.cc       |  31 +++++------
+ 8 files changed, 191 insertions(+), 128 deletions(-)
+
+commit 0660175dc82d82bbb38c45b9cb53190e06f55750
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Tue Jun 25 10:14:03 2019 -0400
+
+    Categorize U+1133B for use in Tamil
+
+ src/hb-ot-shape-complex-indic.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fb0df17b2701c1c5623198440aa88a676985bd4f
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Mon Jun 24 21:54:26 2019 -0400
+
+    Correct "nonunihan" to "nounihan"
+
+ src/gen-ucd-table.py | 4 ++--
+ src/hb-ucd-table.hh  | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit bb4cdf8e0bcc98a036c22cfd44242502b107fb32
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jun 25 01:42:42 2019 +0430
+
+    Replace create_from_file with empty blob if HB_NO_OPEN is defined
+
+ src/main.cc                       | 4 ++++
+ src/test-buffer-serialize.cc      | 4 ++++
+ src/test-gpos-size-params.cc      | 4 ++++
+ src/test-gsub-would-substitute.cc | 4 ++++
+ src/test-ot-color.cc              | 4 ++++
+ src/test-ot-name.cc               | 4 ++++
+ src/test.cc                       | 4 ++++
+ 7 files changed, 28 insertions(+)
+
+commit ccf1448238c91da3cba8370ee527229013f6d362
+Author: GaryQian <garyq@google.com>
+Date:   Mon Jun 24 12:57:13 2019 -0700
+
+    Cast long->size_t to ensure comparison of similar types
+
+ src/hb-common.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ec8e635e0c1a8e5c631a90820be68cf07c52c1a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 24 12:37:23 2019 -0700
+
+    [ucd] Use custom encoding to shrink composition data
+    
+    Saves another 2.5kb.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/gen-ucd-table.py |  22 +-
+ src/hb-algs.hh       |   5 +
+ src/hb-ucd-table.hh  | 963 ++++++++++++++++++++++++++++++++++-----------------
+ src/hb-ucd.cc        |  49 ++-
+ 4 files changed, 704 insertions(+), 335 deletions(-)
+
+commit 9c933acaa443889bc2484dbe3ef3e990b299cd52
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jun 23 17:14:27 2019 -0700
+
+    [ucd] Save a few more bytes
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/gen-ucd-table.py | 11 ++++++-----
+ src/hb-ucd-table.hh  | 34 +++++++++++++++++-----------------
+ src/hb-ucd.cc        | 12 ++++++------
+ 3 files changed, 29 insertions(+), 28 deletions(-)
+
+commit 9bd8d66c2ba97aec57597ff85e059a7618260a1c
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jun 12 11:02:48 2019 -0700
+
+    [subset] VORG table to use _subset2 method and new iterator frameworks
+
+ src/hb-ot-vorg-table.hh | 128 ++++++++++++++----------------------------------
+ src/hb-subset.cc        |   2 +-
+ 2 files changed, 39 insertions(+), 91 deletions(-)
+
+commit 8062979990d348671b465c877e4dd672e1337665
+Merge: ad97ec950 c2d7dfc68
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 23 11:19:48 2019 +0430
+
+    Merge pull request #1788 from jameshilliard/configure-svg
+    
+    Add missing cairo-svg dependency to test-ot-color
+
+commit c2d7dfc68ffcb389c9f73b5ef94da7b270bdcf9e
+Author: James Hilliard <james.hilliard1@gmail.com>
+Date:   Sat Jun 22 19:38:48 2019 -0600
+
+    Add missing cairo-svg dependency to test-ot-color
+
+ src/test-ot-color.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit ad97ec95019b1e5170d00953d4dfe392cfb4abb0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 21 00:44:29 2019 -0700
+
+    [config/ucd] Add HB_NO_UNICODE_UNASSIGNED and activate in HB_TINY
+    
+    Saves another 12kb:
+    
+    $ python ./gen-ucd-table.py ucd.nounihan.grouped.zip > hb-ucd-table.hh && make -j5 CPPFLAGS='-Os -DHB_TINY' -C ~/hb/build/src/  && size ~/hb/build/src/.libs/libharfbuzz_la-hb-ucd.o
+    INFO: Loading UCDXML...
+    INFO: Preparing data tables...
+    INFO: Generating output...
+    INFO:   Compression=1:
+    INFO:       Dataset=gc       FullCost=18612
+    INFO:       Dataset=ccc      FullCost=3550
+    INFO:       Dataset=bmg      FullCost=1548
+    INFO:       Dataset=sc       FullCost=17765
+    INFO:       Dataset=dm       FullCost=13325
+    INFO:   Compression=3:
+    INFO:       Dataset=gc       FullCost=10726
+    INFO:       Dataset=ccc      FullCost=2389
+    INFO:       Dataset=bmg      FullCost=1052
+    INFO:       Dataset=sc       FullCost=13669
+    INFO:       Dataset=dm       FullCost=7780
+    INFO:   Compression=5:
+    INFO:       Dataset=gc       FullCost=8274
+    INFO:       Dataset=ccc      FullCost=2055
+    INFO:       Dataset=bmg      FullCost=908
+    INFO:       Dataset=sc       FullCost=4073
+    INFO:       Dataset=dm       FullCost=7780
+    INFO: Done.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ CONFIG.md            |    3 +-
+ src/gen-ucd-table.py |   27 +-
+ src/hb-config.hh     |    1 +
+ src/hb-ucd-table.hh  | 1161 +++++++++++++++++++++++++++++++++++++++++++++++++-
+ 4 files changed, 1185 insertions(+), 7 deletions(-)
+
+commit ccea7fa119d139b6a3a429b3b81fac8448f3bab1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 21 00:42:06 2019 -0700
+
+    [config] Make test build under HB_TINY
+
+ src/test-gpos-size-params.cc | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+commit 12cec6c12ec1856e483097e702126214dd25a34a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 21 22:39:42 2019 +0430
+
+    Don't define hb_blob_create_from_file if HB_NO_OPEN is defined
+
+ src/hb-blob.cc | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit 7f3b409e85897ff267f1b6a5ce1b5cdafbfe7afe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 20 14:24:43 2019 -0700
+
+    Fix build with -O0
+    
+    message_impl was not defined.  That causes trouble if compiler didn't
+    optimize the unreachable call out...
+
+ src/hb-buffer.cc | 1 -
+ src/hb-buffer.hh | 4 ++++
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit 6b44bf85382146b355a5a3cbbfde48166721ce52
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 20 11:57:19 2019 -0700
+
+    2.5.2
+
+ NEWS             | 12 ++++++++++++
+ configure.ac     |  2 +-
+ src/hb-version.h |  4 ++--
+ 3 files changed, 15 insertions(+), 3 deletions(-)
+
+commit e9f7b338ef599b9cbffa125fe594a9939b8517cb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jun 20 11:48:44 2019 -0700
+
+    [config] Adjust description of HB_LEAN
+    
+    https://github.com/harfbuzz/harfbuzz/commit/d84932ba50482b3b47e393714eb77b19173d1f14
+
+ CONFIG.md | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit fce3bf8127321bb53b14eb8a5528a2347cd9be8a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 20:34:29 2019 -0700
+
+    [config] Add HB_NO_LAYOUT_COLLECT_GLYPHS
+    
+    Part of
+
+ src/hb-config.hh    | 1 +
+ src/hb-ot-layout.cc | 2 ++
+ 2 files changed, 3 insertions(+)
+
+commit 6c725c7799bf4870fb8b4f896a537a2c0f7a1ccc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 20:12:25 2019 -0700
+
+    [config] Add HB_NO_LAYOUT_FEATURE_PARAMS
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh           | 1 +
+ src/hb-ot-layout-common.hh | 7 +++++--
+ src/hb-ot-layout.cc        | 6 ++----
+ 3 files changed, 8 insertions(+), 6 deletions(-)
+
+commit 27de7c44fe80e69c527578c99c26280ba9f26c15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 20:07:02 2019 -0700
+
+    [config] Add HB_NO_FACE_COLLECT_UNICODES
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh             | 1 +
+ src/hb-face.cc               | 5 ++---
+ src/hb-ot-face-table-list.hh | 2 ++
+ 3 files changed, 5 insertions(+), 3 deletions(-)
+
+commit 3caa32d737e7c2b4fe6ccd10950760998524f573
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 19:50:54 2019 -0700
+
+    [config] Add HB_NO_CMAP_LEGACY_SUBTABLES
+    
+    Part of https://vimeo.com/331852453/06eec89c65
+
+ src/hb-config.hh        |  1 +
+ src/hb-ot-cmap-table.hh | 16 ++++++++++++----
+ 2 files changed, 13 insertions(+), 4 deletions(-)
+
+commit 8e3cde67dfa4aa17c0f1156b4a4acd0c95bdbe6f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 19:58:24 2019 -0700
+
+    Fix MSVC build
+    
+    MSVC warning:
+    
+    c:\projects\harfbuzz\src\hb-ot-layout-gsubgpos.hh(2732): error C2121: '#': invalid character: possibly the result of a macro expansion [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
+    
+    Clang warning for it:
+    
+    ./hb-ot-layout-gsubgpos.hh:2729:2: error: embedding a directive within macro arguments has undefined behavior [-Werror,-Wembedded-directive]
+
+ src/hb-ot-layout-gsubgpos.hh | 18 +++++++++++-------
+ src/hb.hh                    |  1 +
+ 2 files changed, 12 insertions(+), 7 deletions(-)
+
+commit c8f529a07eca06acf2216935921377e7cad8436f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 19:33:15 2019 -0700
+
+    [config] Add HB_NO_HINTING, enabled by HB_TINY
+    
+    Disables HintingDevice tables and Anchors addressing contour points.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh               | 3 ++-
+ src/hb-ot-layout-common.hh     | 6 ++++++
+ src/hb-ot-layout-gpos-table.hh | 7 +++++++
+ 3 files changed, 15 insertions(+), 1 deletion(-)
+
+commit a849873124efea6577b4938b23501d9e4f4af2f4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 19:26:22 2019 -0700
+
+    [config] Add HB_NO_VAR to disable variations support, enabled by HB_TINY
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh             |  1 +
+ src/hb-font.cc               |  3 ++-
+ src/hb-ot-face-table-list.hh |  2 ++
+ src/hb-ot-layout-common.hh   | 34 ++++++++++++++++++++++++++++------
+ src/hb-ot-layout-gsubgpos.hh | 18 +++++++++++++++---
+ src/hb-ot-var.cc             |  7 ++++++-
+ src/hb-subset-plan.cc        |  2 ++
+ 7 files changed, 56 insertions(+), 11 deletions(-)
+
+commit 230adf2c417bbb6b5f367eb857dd6f98bea3ef26
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 18:49:52 2019 -0700
+
+    [config] Add HB_NO_OT_FONT_GLYPH_NAMES
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh             | 1 +
+ src/hb-ot-face-table-list.hh | 4 +++-
+ src/hb-ot-font.cc            | 5 ++++-
+ 3 files changed, 8 insertions(+), 2 deletions(-)
+
+commit b0debc32f6cedfa76a4851aa391f88ed1860955d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 18:42:39 2019 -0700
+
+    [subset] Simplify collect_name_ids
+
+ src/hb-subset-plan.cc | 19 ++-----------------
+ 1 file changed, 2 insertions(+), 17 deletions(-)
+
+commit a5897463d4d0b83cb1bfe4ae1477dac4e3851252
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 18:36:35 2019 -0700
+
+    [config] Add HB_NO_STAT
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh             | 1 +
+ src/hb-ot-face-table-list.hh | 2 ++
+ src/hb-subset-plan.cc        | 2 ++
+ 3 files changed, 5 insertions(+)
+
+commit ffc2b8d56e5d35b4dc19499c830d8fc4b643213a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 18:33:29 2019 -0700
+
+    [config] Don't include name table in face if HB_NO_NAME
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-face-table-list.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 1432df102ebf206592f92677f48bb950871675b3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 18:32:40 2019 -0700
+
+    [config] Disable hb-ot-font code if HB_NO_OT_FONT
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-font.cc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit b1a2384a5244ea3ea63ca94eb095c4add2cd451d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 17:34:12 2019 -0700
+
+    [ucd] Print out table sizes
+
+ src/gen-ucd-table.py | 27 +++++++++++++++++++--------
+ src/hb-ucd-table.hh  |  1 -
+ 2 files changed, 19 insertions(+), 9 deletions(-)
+
+commit f4de0c775408e34474a688361fa319251e1a9c18
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 17:08:26 2019 -0700
+
+    [config] Disable AAT map
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-aat-map.cc  | 15 +++++++--------
+ src/hb-ot-shape.cc |  6 ++++++
+ 2 files changed, 13 insertions(+), 8 deletions(-)
+
+commit d8bf6723a1176ca26e97e8015044c8829ec77c36
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 17:04:16 2019 -0700
+
+    [config] Disable more legacy kerning
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-shape.cc | 4 +++-
+ src/hb-ot-shape.hh | 8 ++++++++
+ 2 files changed, 11 insertions(+), 1 deletion(-)
+
+commit 43d7048d59b1a0af62b80bd914805bdec74a29d2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 17:02:32 2019 -0700
+
+    [config] More trak disabling
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-shape.cc | 4 +++-
+ src/hb-ot-shape.hh | 8 ++++++++
+ 2 files changed, 11 insertions(+), 1 deletion(-)
+
+commit d84932ba50482b3b47e393714eb77b19173d1f14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 16:57:48 2019 -0700
+
+    [config] add HB_NO_OT_SHAPE_FRACTIONS, enabled in HB_LEAN
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh   |  1 +
+ src/hb-ot-shape.cc |  9 +++++++++
+ src/hb-ot-shape.hh | 10 ++++++++++
+ 3 files changed, 20 insertions(+)
+
+commit eaf4a7364c28663720a9da57bf4d576b6009e17d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 16:51:13 2019 -0700
+
+    [config] Minor trak disable
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-shape.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 971330c0588307bcd73934e44c6343db55b1f5b6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 16:37:35 2019 -0700
+
+    [config] Add HB_NO_LANGUAGE_PRIVATE_SUBTAG
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh | 1 +
+ src/hb-ot-tag.cc | 4 ++++
+ 2 files changed, 5 insertions(+)
+
+commit f642a5fa6c42b145574593a0e18815dc74d3c617
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 16:36:09 2019 -0700
+
+    Restructure code
+
+ src/hb-ot-tag.cc | 44 ++++++++++++++++++++------------------------
+ 1 file changed, 20 insertions(+), 24 deletions(-)
+
+commit d2ff73b256599a655e4ddedbe1ca75abdf837d23
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 16:28:08 2019 -0700
+
+    [config] Remove remaining AAT context bits if HB_NO_OT_KERN
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-aat-layout.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 588697afd0ddf411e8201866ade1f593ccb61aab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 16:24:51 2019 -0700
+
+    [config] Add HB_NO_OT_KERN, enabled by HB_MINI / HB_NO_LEGACY
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh             |  1 +
+ src/hb-ot-face-table-list.hh |  6 +++++-
+ src/hb-ot-layout.cc          |  4 ++--
+ src/hb-ot-shape.cc           | 16 ++++++++++++++--
+ src/hb-ot-shape.hh           |  4 ++++
+ 5 files changed, 26 insertions(+), 5 deletions(-)
+
+commit 2e3e929d2b0fa6026c55eb92f91de0498fb22646
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 15:50:13 2019 -0700
+
+    Fix build
+
+ src/hb-ot-face-table-list.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 631da9d816da381c5fd4b3cc640c41fda736a96f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 19 15:36:14 2019 -0700
+
+    [config] Remove tables from hb_face_t for disabled features
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/Makefile.sources         |   1 +
+ src/hb-ot-face-table-list.hh | 112 +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-face.cc            |   8 +---
+ src/hb-ot-face.hh            |  52 ++------------------
+ src/hb-ot-layout.cc          |   2 +
+ 5 files changed, 120 insertions(+), 55 deletions(-)
+
+commit e710888188ff3285a162c25c89d886d9535d9f02
+Author: Misty De Meo <mistydemeo@gmail.com>
+Date:   Tue Jun 18 15:20:38 2019 -0700
+
+    coretext: remove trailing macro from SCRATCH_RESTORE
+
+ src/hb-coretext.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 10bac21bb5b25cf20c2198934e99e444625dfd97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 15:15:06 2019 -0700
+
+    [coretext/uniscribe/directwrite] Remove extra semicolons
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/1783
+
+ src/hb-coretext.cc    | 2 +-
+ src/hb-directwrite.cc | 2 +-
+ src/hb-uniscribe.cc   | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit f0b0fd4e78e94315c9d01b9232ebfb09bbfef556
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 14:40:24 2019 -0700
+
+    Remove dead code
+
+ src/hb-ot-layout.cc | 10 ++--------
+ 1 file changed, 2 insertions(+), 8 deletions(-)
+
+commit d7e27cd65a085a76c85cddd93cea48ce4b7be03f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 14:38:05 2019 -0700
+
+    [config] Don't use VORG table if HB_NO_OT_FONT_CFF
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-font.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 37f8ebff5f1973423c7e4ed9dea88881d0642b61
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 14:33:49 2019 -0700
+
+    [config] Fixup for AAT ltag table access
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-aat-layout.hh    | 8 --------
+ src/hb-ot-name-table.hh | 2 +-
+ 2 files changed, 1 insertion(+), 9 deletions(-)
+
+commit f08066ce9a41469e2a7396f0accd61e1c02e5649
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 14:29:27 2019 -0700
+
+    [config] One more morx disabling
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-layout.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 231d0257883ec9e8904afae1adfd73f3c225f177
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 14:25:52 2019 -0700
+
+    [config] Don't compile AAT API if HB_NO_AAT
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-aat-layout.cc | 131 ++++++++++++++++-----------------------------------
+ src/hb-ot-shape.cc   |  19 ++++++--
+ 2 files changed, 56 insertions(+), 94 deletions(-)
+
+commit bf9424a9a198b99d49c005536a10f27387630064
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 13:31:35 2019 -0700
+
+    [config] Don't compile unused layout API if HB_NO_LAYOUT_UNUSED
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-layout.cc | 16 ++--------------
+ 1 file changed, 2 insertions(+), 14 deletions(-)
+
+commit eb9798ef733da53e69966054b67752cd8937eb7b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 13:29:55 2019 -0700
+
+    [config] Dont' compile buffer message API if HB_NO_BUFFER_MESSAGE
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-buffer.cc | 2 ++
+ src/hb-buffer.hh | 5 ++++-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit be1c0ab2186a728eabdf6666632a9f759474f901
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 13:26:03 2019 -0700
+
+    [config] Don't compile buffer serialize API if HB_NO_BUFFER_SERIALIZE
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-buffer-serialize.cc   | 19 +++++++------------
+ src/test-buffer-serialize.cc |  7 ++++++-
+ 2 files changed, 13 insertions(+), 13 deletions(-)
+
+commit bdbabd110cfdb4c59cf24bd500ce63073a5213e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 13:21:25 2019 -0700
+
+    Minor header include cleanup
+
+ src/hb-aat-layout.cc | 1 -
+ src/hb-ot-math.cc    | 3 ---
+ src/hb-ot-name.cc    | 1 -
+ src/hb-ot-var.cc     | 4 ++--
+ 4 files changed, 2 insertions(+), 7 deletions(-)
+
+commit 83de3a60ab7383cf3ee25c1f8c33a45a7778d003
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 13:18:15 2019 -0700
+
+    [config] Don't compile color API if HB_NO_COLOR
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-color.cc   | 55 +++++++++-------------------------------------------
+ src/test-ot-color.cc |  9 ++++++++-
+ 2 files changed, 17 insertions(+), 47 deletions(-)
+
+commit 350f98ea47aaf0fe008065b92c8b6fe2bc519fa7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 13:11:41 2019 -0700
+
+    [config] Don't compile name table API if HB_NO_NAME
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-name.cc   | 25 +++++--------------------
+ src/test-ot-name.cc |  5 ++++-
+ 2 files changed, 9 insertions(+), 21 deletions(-)
+
+commit da51a2cb0efae664d4ee83c6036f29a21621e993
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 13:09:22 2019 -0700
+
+    [config] Don't compile math API if HB_NO_MATH
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-math.cc | 47 +++++++----------------------------------------
+ 1 file changed, 7 insertions(+), 40 deletions(-)
+
+commit 737436d3f8aacfd0bd586cd54d7034bae3afc4e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 13:07:44 2019 -0700
+
+    Streamline HB_NO_CFF
+
+ src/hb-ot-cff1-table.cc     | 7 +++++--
+ src/hb-ot-cff2-table.cc     | 7 +++++--
+ src/hb-subset-cff-common.cc | 7 +++++++
+ src/hb-subset-cff1.cc       | 7 +++++--
+ src/hb-subset-cff2.cc       | 7 +++++--
+ 5 files changed, 27 insertions(+), 8 deletions(-)
+
+commit 60653a7adbbd8143d187b3edf33cb7a2dddadf74
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 13:01:11 2019 -0700
+
+    Remove HB_VECTOR_SIZE
+    
+    It was cumbersome to get it to work reliably, for dubious performance
+    gain, mostly in the subsetter maybe...
+    
+    Life is easier without.  It was disabled forever anyway.
+
+ src/hb-algs.hh   | 36 +++++++++---------------------------
+ src/hb-null.hh   |  4 ++--
+ src/hb-static.cc |  4 ++--
+ src/hb.hh        | 32 --------------------------------
+ 4 files changed, 13 insertions(+), 63 deletions(-)
+
+commit 24060d3aa77f1e1a18960cc61c3d1ac241875507
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 12:50:42 2019 -0700
+
+    Add hb_bitwise_neg
+
+ src/hb-algs.hh | 33 +++++++++++++++++++++------------
+ 1 file changed, 21 insertions(+), 12 deletions(-)
+
+commit 7cf9169078f35299ec0633a7b212256acdd71661
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 12:44:03 2019 -0700
+
+    Remove accidentally left cruft
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6172ec5d879653c536d7cb3d3b3760fbb6d0f3f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 18 12:41:56 2019 -0700
+
+    Remove (unused) posix_memalign fallback
+    
+    Was wrong.  The returned pointer couldn't be passed to free().  Ouch!
+
+ configure.ac |  2 +-
+ src/hb.hh    | 34 ----------------------------------
+ 2 files changed, 1 insertion(+), 35 deletions(-)
+
+commit eb28d6e48b02a8c49875cfcd084a16c1c66c367e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jun 18 12:14:10 2019 +0430
+
+    [ci] Test no build system builds
+    
+    Introduced in aa3450c, let's preserve it
+
+ .circleci/config.yml | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit efef672911dd6c3b80e53294f3fcd59dbb64597a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 17 22:57:51 2019 -0700
+
+    Fix cmake build
+    
+    Hopefullly.
+
+ CMakeLists.txt | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit aa3450cac148280f747fb88864b6fcc4ec70cc51
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 17 22:41:49 2019 -0700
+
+    [config] Don't compile disabled features
+    
+    This makes it possible to include all .cc files into build, even if not
+    building CoreText, Uniscribe, etc.
+    
+    This was mostly to help custom builders.  But also means that we can
+    include all files in our own build system.  Not sure if we should.
+    Definitely simplifies things, but slightly only.
+
+ src/Makefile.am              | 1 +
+ src/hb-coretext.cc           | 6 ++++++
+ src/hb-directwrite.cc        | 6 ++++++
+ src/hb-ft.cc                 | 5 +++++
+ src/hb-glib.cc               | 5 +++++
+ src/hb-gobject-enums.cc.tmpl | 7 +++++++
+ src/hb-gobject-structs.cc    | 5 +++++
+ src/hb-graphite2.cc          | 7 +++++++
+ src/hb-icu.cc                | 5 +++++
+ src/hb-uniscribe.cc          | 4 ++++
+ 10 files changed, 51 insertions(+)
+
+commit 33d8b76e74579a27b06fa788d0bf696a9dd44cc4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 17 21:54:20 2019 -0700
+
+    [config] Flesh out CONFIG.md
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ CONFIG.md | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
+ 1 file changed, 84 insertions(+), 3 deletions(-)
+
+commit 23ccd00a3d5033b812f2bebcc5b793a4415b252b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 17 20:35:04 2019 -0700
+
+    Minor
+
+ src/hb-config.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 23768a99e08cbe691772b7514c023d3184989ff8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 17 20:29:29 2019 -0700
+
+    [config] Replace HAVE_FALLBACK with HB_NO_FALLBACK_SHAPE
+    
+    This disables fallback shaper in tiny builds.  Projects that don't
+    use our build system and want to disable fallback shaper (eg. Firefox)
+    should define HB_NO_FALLBACK_SHAPE now.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ CMakeLists.txt           | 2 --
+ configure.ac             | 8 --------
+ src/Makefile.am          | 4 ----
+ src/Makefile.sources     | 5 +----
+ src/hb-config.hh         | 1 +
+ src/hb-fallback-shape.cc | 3 +++
+ src/hb-shaper-list.hh    | 2 +-
+ 7 files changed, 6 insertions(+), 19 deletions(-)
+
+commit 3a9394635ffd663d8acd0715236dd01d9f22f3b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 17 20:10:36 2019 -0700
+
+    Add CONFIG.md
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ CONFIG.md   | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ Makefile.am |  1 +
+ README.md   |  2 ++
+ 3 files changed, 54 insertions(+)
+
+commit 1c56b5d1d8307efd12519556e41fc50c5371f136
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 17 14:23:04 2019 -0700
+
+    [serialize] Fix copy() calling operator=
+    
+    https://github.com/googlefonts/harfbuzz/commit/9f610ae239a11e86f94621e26bc15849b65ce41b#commitcomment-33944686
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6492b2345cd913223b0eb931e9e11f7e5ad33049
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 17 14:19:13 2019 -0700
+
+    Minor
+
+ src/hb-open-type.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8938dd23c64f80dbd31f87133d9df88cd0c98c1a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 17 14:12:11 2019 -0700
+
+    Use injected class name
+
+ src/hb-open-type.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit bfb5569d530a2b65dafd0d9be45d594af9e742ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 17 14:06:04 2019 -0700
+
+    Disable non-OpenType kerning with hb-ft in HB_TINY
+
+ src/hb-ft.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 0819f3ca863af520fe546e6ef0596300e9e28b01
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 17 14:02:47 2019 -0700
+
+    Deprecate v_kerning callback again
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1682
+
+ docs/harfbuzz-sections.txt |  6 +++---
+ src/hb-deprecated.h        | 23 +++++++++++++++++++++++
+ src/hb-font.cc             |  7 +++----
+ src/hb-font.h              | 20 --------------------
+ src/hb-font.hh             |  2 +-
+ 5 files changed, 30 insertions(+), 28 deletions(-)
+
+commit eb2825c7f140185f41922a371434873a0114ef67
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 17 13:42:53 2019 -0700
+
+    Minor
+
+ src/hb-ot-font.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 896416bd4c6ac486eb4e1926eaa09d5a9b693763
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 17 13:39:49 2019 -0700
+
+    Partially revert "[ft/ot] Remove implementation of deprecated kerning funcs"
+    
+    This reverts commit 47030b1855f04c0d75899ffb6f5021fea3c19b90.
+    
+    Reverts only the hb-ft part, to reinstate non-OpenType kerning with
+    FreeType.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1682
+
+ src/hb-ft.cc | 19 +++++++++++++++++++
+ 1 file changed, 19 insertions(+)
+
+commit 2682efb02df72fb254c819cb76fc23592c30fc45
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 17 13:38:08 2019 -0700
+
+    Revert "Deprecate font kern API"
+    
+    This reverts commit d219f899f4b2fb4b39ebc1dff9fb648fc5d6d112.
+    
+    API change: Un-deprecate font kern API.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1682
+    
+    We should document that this API is only necessary to hook up
+    non-OpenType kerning.  hb-ot-font will continue to NOT implement them.
+
+ docs/harfbuzz-sections.txt | 16 +++++++-------
+ src/hb-deprecated.h        | 54 ----------------------------------------------
+ src/hb-font.cc             |  3 ---
+ src/hb-font.h              | 51 +++++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 59 insertions(+), 65 deletions(-)
+
+commit d6cb244f7d63338e0cbfa774c2a32e6e7e06f15b
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Sat Jun 15 21:38:27 2019 -0400
+
+    Canonically reorder U+0C55 and U+0C56
+
+ src/hb-unicode.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 82d4bfb8f3ac30fecce41f8abe59f58ad64ba98a
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Jun 14 10:49:42 2019 -0700
+
+    enable cff subset tests
+    
+    add Unicode UCS-4 cmap
+    fix Unicode bits in OS/2
+    add Unicode cmap sub-table in SourceHanSans-Regular_subset.otf
+    regenerate cff subset test expected results
+
+ src/hb-ot-cmap-table.hh                            |  73 +++++++++++++++++----
+ src/hb-ot-os2-table.hh                             |  10 ++-
+ test/subset/data/Makefile.am                       |   2 +
+ test/subset/data/Makefile.sources                  |   2 +
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 32124 -> 20000 bytes
+ ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 29688 -> 2196 bytes
+ ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 33316 -> 30412 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 31960 -> 19840 bytes
+ ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 29564 -> 2072 bytes
+ ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 33168 -> 30264 bytes
+ ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 32052 -> 19932 bytes
+ ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 29632 -> 2108 bytes
+ ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 33180 -> 30276 bytes
+ ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 32276 -> 20152 bytes
+ .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 29788 -> 2264 bytes
+ ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 33332 -> 30428 bytes
+ ...ubset.default.3042,3044,3046,3048,304A,304B.otf | Bin 3028 -> 3036 bytes
+ ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 3240 -> 3248 bytes
+ ...eHanSans-Regular_subset.default.61,63,65,6B.otf | Bin 2200 -> 2208 bytes
+ ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 3460 -> 3468 bytes
+ .../SourceHanSans-Regular_subset.default.660E.otf  | Bin 1920 -> 1928 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 90956 -> 8932 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 125820 -> 116080 bytes
+ ...bset.desubroutinize-retain-gids.61,63,65,6B.otf | Bin 88392 -> 3016 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 126004 -> 116264 bytes
+ ...ular_subset.desubroutinize-retain-gids.660E.otf | Bin 103780 -> 50224 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 2952 -> 2960 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 3136 -> 3144 bytes
+ ...s-Regular_subset.desubroutinize.61,63,65,6B.otf | Bin 2132 -> 2140 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 3256 -> 3264 bytes
+ ...eHanSans-Regular_subset.desubroutinize.660E.otf | Bin 1896 -> 1904 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 90656 -> 8672 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 125468 -> 115768 bytes
+ ...ints-desubroutinize-retain-gids.61,63,65,6B.otf | Bin 88156 -> 2892 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 125584 -> 115884 bytes
+ ....drop-hints-desubroutinize-retain-gids.660E.otf | Bin 103556 -> 50040 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 2792 -> 2800 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 2896 -> 2904 bytes
+ ...ubset.drop-hints-desubroutinize.61,63,65,6B.otf | Bin 2028 -> 2036 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 2964 -> 2972 bytes
+ ...gular_subset.drop-hints-desubroutinize.660E.otf | Bin 1804 -> 1812 bytes
+ ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 90724 -> 8740 bytes
+ ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 125560 -> 115864 bytes
+ ...r_subset.drop-hints-retain-gids.61,63,65,6B.otf | Bin 88196 -> 2852 bytes
+ ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 125780 -> 116084 bytes
+ ...-Regular_subset.drop-hints-retain-gids.660E.otf | Bin 103572 -> 50060 bytes
+ ...et.drop-hints.3042,3044,3046,3048,304A,304B.otf | Bin 2848 -> 2856 bytes
+ ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 2988 -> 2996 bytes
+ ...nSans-Regular_subset.drop-hints.61,63,65,6B.otf | Bin 2060 -> 2068 bytes
+ ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 3164 -> 3172 bytes
+ ...ourceHanSans-Regular_subset.drop-hints.660E.otf | Bin 1824 -> 1832 bytes
+ ...t.retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 91040 -> 9016 bytes
+ ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 125924 -> 116184 bytes
+ ...Sans-Regular_subset.retain-gids.61,63,65,6B.otf | Bin 88468 -> 3012 bytes
+ ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 126208 -> 116468 bytes
+ ...urceHanSans-Regular_subset.retain-gids.660E.otf | Bin 103800 -> 50244 bytes
+ .../data/fonts/SourceHanSans-Regular_subset.otf    | Bin 2707728 -> 2707736 bytes
+ 57 files changed, 70 insertions(+), 17 deletions(-)
+
+commit 6bcbe495bff221169f8c0769dde1b4b2c165a211
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 13 15:04:51 2019 +0430
+
+    [cff] minor format (#1774)
+
+ src/hb-subset-cff-common.cc | 104 ++++++++++++++++++++------------------------
+ 1 file changed, 48 insertions(+), 56 deletions(-)
+
+commit 4f37c0db9bf4e3d536a50126d17b36009b12f9cb
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Tue Jun 11 17:55:31 2019 -0400
+
+    Remove 'mym3'
+
+ src/hb-ot-tag.cc       | 4 +++-
+ test/api/test-ot-tag.c | 2 +-
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+commit 90872a29ee5d0bef6df1c2900f7001c11106c4da
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Jun 11 12:28:30 2019 -0700
+
+    change assert(false) to failure
+
+ src/hb-subset-cff-common.cc                               |   2 +-
+ ...z-testcase-minimized-hb-subset-fuzzer-5680398559870976 | Bin 0 -> 145 bytes
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 0c5da57d1aab91d7677a5c6517a3da254d53267f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 10 14:06:25 2019 -0700
+
+    Fix typo :)
+
+ src/hb-blob.cc   | 3 ++-
+ src/hb-config.hh | 2 +-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit 19b8eb08e5457cd643aee5f9b9ad1c80b2243895
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jun 11 01:33:30 2019 +0430
+
+    Move HB_NO_SETLOCALE to closer place to its to unbreak HB_TINY build (#1768)
+
+ src/hb-common.cc | 3 +++
+ src/hb.hh        | 4 ----
+ 2 files changed, 3 insertions(+), 4 deletions(-)
+
+commit b4a5a69ad8625e3b90eb907a1b70e3ed24d4ff97
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jun 11 01:33:09 2019 +0430
+
+    Add HB_NO_OEPN (#1767)
+
+ src/hb-blob.cc   | 3 +++
+ src/hb-config.hh | 2 ++
+ 2 files changed, 5 insertions(+)
+
+commit a36ff941710b5a5f7e464e6d72aff36cf5549a91
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 10 15:48:28 2019 +0430
+
+    Add HB_NO_SETLOCALE
+
+ src/hb-config.hh | 1 +
+ src/hb.hh        | 6 +++++-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit c4cae81a26a816979f3206418c47856b5ed2d8bb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 10 15:32:54 2019 +0430
+
+    Remove round polyfill
+    
+    Added in 01dff1e and 19256bef, this was targeted at older
+    msvc versions that don't support C99 but now as we require
+    C++11 we don't target places those envs thus removing this.
+
+ CMakeLists.txt |  2 +-
+ configure.ac   |  6 ------
+ src/hb.hh      | 14 --------------
+ 3 files changed, 1 insertion(+), 21 deletions(-)
+
+commit ff9b9b1c89d5529fafc74ce84c0acb71b5d6031b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 10 12:48:25 2019 -0700
+
+    Simplify HB_PARTIALIZE impl
+    
+    +this works on gcc 4.8 as well as default code path.
+
+ src/hb-algs.hh | 17 +++++------------
+ 1 file changed, 5 insertions(+), 12 deletions(-)
+
+commit 451edbd4d063a4b43c1ca3d2b60c7392602ae7b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 10 12:46:54 2019 -0700
+
+    Revert "Test new solution for HB_PARTIALIZE"
+    
+    This reverts commit a0c4900799c26e4ff34180842a5ff21048fe31a0.
+
+ src/hb-algs.hh | 18 +++++++++++++++++-
+ 1 file changed, 17 insertions(+), 1 deletion(-)
+
+commit a0c4900799c26e4ff34180842a5ff21048fe31a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jun 10 12:33:23 2019 -0700
+
+    Test new solution for HB_PARTIALIZE
+    
+    Just testing bots.  Will finish based on results.
+
+ src/hb-algs.hh | 18 +-----------------
+ 1 file changed, 1 insertion(+), 17 deletions(-)
+
+commit 4a2b58555f173b692b767c933d280a51142926dd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 10 08:16:51 2019 -0700
+
+    [ci] Use HB_OPTIMIZE_SIZE instead of __OPTIMIZE_SIZE__
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a228bb5f1d471a334bc9727f5d4f5b59dbe829ff
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 10 15:56:36 2019 +0430
+
+    [ci] Test -Os and optimize size in Alpine bot
+    
+    __OPTIMIZE_SIZE__ should be defined whenever -Os but some Internet thread
+    indicate may not so lets do that ourselves as that is the main intention
+
+ .circleci/config.yml | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 9407ef8d4bb96346b1f8b07757d79d3f8cc61cf7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 10 15:17:43 2019 +0430
+
+    minor, add HB_USE_INTERNAL_QSORT
+    
+    The only thing I need for a working wasm in a minimum libc,
+    otherwise I have to provide the very same qsort inside that libc
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 801d93fc58aa13082dea86fb2c3821bc6362f593
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 10 14:53:14 2019 +0430
+
+    [ci] remove wine from fedora bot
+    
+    We are not testing Windows exes in fedora mingw bot, we don't have to as
+    probably won't go that smoothly and we have real Windows bots anyway
+    and as wine installation itself is time taking let's remove it
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7dcfc5357df879491f847bd7d2941645e58f268c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 9 11:58:08 2019 +0430
+
+    [stat] minor format
+
+ src/hb-ot-stat-table.hh | 72 ++++++++++++++++++++++++-------------------------
+ 1 file changed, 36 insertions(+), 36 deletions(-)
+
+commit 2646c7149ce49d3b6cf90e354658df35254bcce0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 9 11:51:58 2019 +0430
+
+    [stat] minor
+
+ src/hb-ot-stat-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit c4669fda7890bc741ef934ebc360e366eba94866
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 9 11:50:36 2019 +0430
+
+    [algs] minor
+
+ src/hb-algs.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 9b853f755dd05ccef3429d3d3d0d561a99cc4c2d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 9 11:49:25 2019 +0430
+
+    [cff] Use switch on multi-format structs (#1762)
+
+ src/hb-cff-interp-cs-common.hh   |   4 +-
+ src/hb-cff-interp-dict-common.hh |  12 +--
+ src/hb-ot-cff-common.hh          | 135 ++++++++++++------------
+ src/hb-ot-cff1-table.hh          | 215 ++++++++++++++++++++++-----------------
+ src/hb-ot-cff2-table.hh          |  68 +++++++------
+ src/hb-subset-cff1.cc            |   2 +-
+ src/hb-subset-cff2.cc            |   2 +-
+ 7 files changed, 233 insertions(+), 205 deletions(-)
+
+commit eff579f743a91c0b1c543f4b69ab33580cae6392
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 7 12:58:09 2019 +0430
+
+    Update and use internal qsort everywhere
+
+ src/hb-algs.hh          | 210 +++++++++++++++++++++++++++++++++++-------------
+ src/hb-array.hh         |   6 +-
+ src/hb-ot-post-table.hh |   2 +-
+ 3 files changed, 158 insertions(+), 60 deletions(-)
+
+commit 5074d665a8b0980f202a5986bda52808674cfb54
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 7 14:20:45 2019 -0700
+
+    [ucd] Save another 1.5kb
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/gen-ucd-table.py |  8 +++++---
+ src/hb-ucd-table.hh  | 37 +++++++++++++++++++++----------------
+ src/hb-ucd.cc        | 12 +++++++++---
+ 3 files changed, 35 insertions(+), 22 deletions(-)
+
+commit 6d58b45782833f8c6c8efd9426e2785c78e6462a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jun 8 00:40:18 2019 +0430
+
+    [ci] use trusty for its gcc 4.8 again
+
+ .travis.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 973699c49b905e142ecc5cefd1f4fa15aad8e309
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 7 12:49:06 2019 -0700
+
+    Disable clang gcc impersonator
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e4e518f33d933a02058bad86a6aae714e59814db
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 7 12:41:09 2019 -0700
+
+    Fix build on gcc 4.8
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1724
+
+ src/hb-algs.hh | 29 +++++++++++++++++++++++++++--
+ 1 file changed, 27 insertions(+), 2 deletions(-)
+
+commit 3c240bd3dc0aaca38154da555d0aef350da62ee6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jun 7 10:56:24 2019 -0700
+
+    Downgrade double-promotion from error to warning
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1740
+
+ src/hb.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 385e436692e94588fc4cb3a7afbeb862035db09b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 7 10:44:53 2019 -0700
+
+    Minor, fix gcc maybe-uninitialized complain
+    
+    I guess all of its field will be initialized anyway here but lets make it more defensive
+
+ src/hb-ot-glyf-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1bada656a86e9cb27d4a6b9fcc50748f0bd9c1d9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jun 7 02:01:27 2019 +0430
+
+    Minor, remove unnecessary semicolon
+    
+    Causing -Wextra-semi-stmt build error when no primitive has chosen
+    Interesting that nobody has noticed it yet.
+
+ src/hb-mutex.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f9b1ae73360054d9f121a2d36820377909888b35
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jun 5 17:40:59 2019 -0700
+
+    [subset] Move OS/2 to subset2.
+
+ src/hb-ot-os2-table.hh | 32 ++++++++++++++++----------------
+ src/hb-subset.cc       |  2 +-
+ 2 files changed, 17 insertions(+), 17 deletions(-)
+
+commit 93d592e0e181f436ea47038fef419134007208aa
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Jun 5 16:51:31 2019 -0700
+
+    [subset] post table to use _subset2
+
+ src/hb-ot-post-table.hh | 31 +++++++++++++++----------------
+ src/hb-subset.cc        |  2 +-
+ 2 files changed, 16 insertions(+), 17 deletions(-)
+
+commit 6f35cf7a637f5efc0ef3888d929a6392cc2863c3
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Jun 6 09:15:34 2019 -0700
+
+    regenerate SourceSerifVariable expected subset results
+
+ .gitignore                                            |   1 +
+ ...SerifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 5464 -> 4132 bytes
+ .../SourceSerifVariable-Roman.default.61,62,63.ttf    | Bin 5432 -> 4100 bytes
+ ...urceSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 5924 -> 4592 bytes
+ ...ifVariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 5464 -> 4132 bytes
+ .../SourceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 5432 -> 4100 bytes
+ ...eSerifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 5924 -> 4592 bytes
+ 7 files changed, 1 insertion(+)
+
+commit db938479d7b1e3ec35a39a9ad31c945e09e6d5e5
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Jun 4 10:30:53 2019 -0700
+
+    [subset] maxp table to use _subset2
+
+ src/hb-ot-maxp-table.hh | 48 ++++++++++++++++++++++--------------------------
+ src/hb-subset.cc        |  2 +-
+ 2 files changed, 23 insertions(+), 27 deletions(-)
+
+commit 66361c72f655cc9170fd8c25610ed192fa0ff86d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Jun 5 14:51:04 2019 -0700
+
+    restore gvar/MVAR/HVAR tables in subset tests
+
+ test/subset/generate-expected-outputs.py | 2 +-
+ test/subset/run-tests.py                 | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit d5e5f378329b6ce21944b79b568369ea7bc36cf3
+Author: Eli Zaretskii <eliz@gnu.org>
+Date:   Wed Jun 5 22:20:03 2019 +0300
+
+    This makes minor changes to allow building HarfBuzz with
+    mingw.org's MinGW.
+    
+    src/hb-algs.hh: Don't compile _BitScanForward and _BitScanReverse
+    for GCC >= 4.  mingw.org's MinGW doesn't have these functions.
+    
+    src/hb-atomic.hh: MemoryBarrier does exist in mingw.org's MinGW,
+    but it is not a macro, it is an inline function.  __MINGW32_VERSION
+    is a macro that exists only in mingw.org's MinGW, so conditioning
+    on it should not affect MinGW64, where MemoryBarrier is a macro.
+    
+    src/hb-uniscribe.cc: Define E_NOT_SUFFICIENT_BUFFER if it is not
+    defined (mingw.org's MinGW doesn't).
+    
+    src/hb.hh: Don't include intrin.h for mingw.org's MinGW, since that
+    header is not available; instead, include windows.h.  Conditioned
+    on __MINGW32_VERSION to avoid affecting MinGW64.
+
+ src/hb-algs.hh      | 4 ++--
+ src/hb-atomic.hh    | 2 +-
+ src/hb-uniscribe.cc | 4 ++++
+ src/hb.hh           | 7 +++++++
+ 4 files changed, 14 insertions(+), 3 deletions(-)
+
+commit 8f8e8a84795db45098c95e19a7ff83d898d3bc7d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Jun 5 12:59:09 2019 -0700
+
+    fix build
+
+ src/hb-ot-font.cc           | 2 +-
+ src/hb-ot-glyf-table.hh     | 8 ++++----
+ src/hb-ot-hmtx-table.hh     | 2 +-
+ src/hb-ot-var-gvar-table.hh | 6 +++---
+ src/hb-ot-var-hvar-table.hh | 2 +-
+ 5 files changed, 10 insertions(+), 10 deletions(-)
+
+commit c7439d4e3a76d596845aad4e4bc860bd61ee47e3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jun 5 12:13:49 2019 -0700
+
+    Slightly massage buffer-messaging commit
+    
+    Saves a few bytes.
+
+ src/hb-buffer.cc | 3 ---
+ src/hb-buffer.hh | 8 +++++++-
+ 2 files changed, 7 insertions(+), 4 deletions(-)
+
+commit 4ddab6facc0c7ffe7623bf6449ab9b27166924a6
+Merge: 157a414bd 4b1b0bf2f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Jun 5 11:21:27 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit 4b1b0bf2f51f806d3285a7e7dec378b9eab9333e
+Merge: 659eeddb2 815f002bb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jun 5 12:57:28 2019 +0430
+
+    Merge pull request #1755 from ebraminio/slim
+    
+    Don't use vsnprintf when HB_NO_BUFFER_MESSAGE is defined
+
+commit 815f002bb9230a52768a165383497cc98c58eadb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jun 5 10:38:06 2019 +0430
+
+    Don't use vsnprintf when HB_NO_BUFFER_MESSAGE is defined
+
+ src/hb-buffer.cc | 5 ++++-
+ src/hb-config.hh | 1 +
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 659eeddb2df5b97cc01bd39e106381f65c9f41f1
+Author: Bruce Mitchener <bruce.mitchener@gmail.com>
+Date:   Mon Jun 3 22:31:50 2019 +0700
+
+    Use C++11 override keyword.
+
+ util/hb-ot-shape-closure.cc |  2 +-
+ util/options.hh             | 30 +++++++++++++++---------------
+ 2 files changed, 16 insertions(+), 16 deletions(-)
+
+commit 2e16593b70688dfcee1788f38c6af03c5a589f6e
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Sat Jun 1 20:54:46 2019 -0400
+
+    [myanmar] Make medial_group match the OT spec
+    
+    Sometime between [July 2018] and [January 2019], the OpenType Myanmar
+    grammar changed: one asat is now allowed after a medial ya, before any
+    other medial consonant.
+    
+    [July 2018]: http://web.archive.org/web/20180711011550/https://docs.microsoft.com/en-us/typography/script-development/myanmar
+    [January 2019]: http://web.archive.org/web/20190115044451/https://docs.microsoft.com/en-us/typography/script-development/myanmar
+    
+    This also reverts commit 439b05867c0856a81fa8f9bea3a7465b4b4bdd91, which
+    allowed an asat immediately after a medial ra.
+
+ src/hb-ot-shape-complex-myanmar-machine.hh | 249 +++++++++++++++--------------
+ src/hb-ot-shape-complex-myanmar-machine.rl |   2 +-
+ 2 files changed, 129 insertions(+), 122 deletions(-)
+
+commit 209491fc37c46281e063c3e6707d686d5f2b2ba4
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed May 29 14:03:17 2019 -0700
+
+    [subset] Hmtx/vmtx tables to use subset2 and new iterator frameworks
+
+ src/hb-ot-hmtx-table.hh | 115 +++++++++++++++++++++++-------------------------
+ src/hb-subset.cc        |   6 +--
+ 2 files changed, 59 insertions(+), 62 deletions(-)
+
+commit 89a7a880a1d5cd5e585d43fdde6d44c6dba559cf
+Merge: 760eb1bf9 12febd68d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jun 4 10:52:16 2019 +0430
+
+    Merge pull request #1747 from harfbuzz/cff2-fdselect-fix
+    
+    fixed faulty FDSelect::sanitize
+
+commit 12febd68d694cc1bae44b0b672d88bf9fbe8568d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Jun 3 16:40:03 2019 -0700
+
+    added parentheses to FDSelect::sanitize as well
+
+ src/hb-ot-cff-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 65e66a2d371f42d018b1a22f31a6428d19a90284
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Jun 3 16:31:41 2019 -0700
+
+    added test data
+
+ ...zz-testcase-minimized-harfbuzz_fuzzer-6252118652092416 | Bin 0 -> 126 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit be82a2fc0c7ad3553f2e6dc8082a3255cb6c917c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Jun 3 15:52:23 2019 -0700
+
+    parenthesized cond-exp in CFF2FDSelect::sanitize
+
+ src/hb-ot-cff2-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 760eb1bf9398bd37103ca879e825fad9bef4bfdd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 3 05:48:04 2019 -0700
+
+    Reapply possible bsearch overflow fix
+    
+    Originally introduced in 21ede86 (#1314) but as it wasn't applied to hb_bsearch
+    accidentally removed while merging hb_bsearch_r to it.
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5846884f86cae61c1b0c369c81427712fb97ed83
+Author: Bruce Mitchener <bruce.mitchener@gmail.com>
+Date:   Mon Jun 3 15:00:25 2019 +0700
+
+    test: Use nullptr in C++ code. (#1744)
+
+ src/test-ot-color.cc             | 8 ++++----
+ test/fuzzing/hb-shape-fuzzer.cc  | 6 +++---
+ test/fuzzing/hb-subset-fuzzer.cc | 2 +-
+ util/options-subset.cc           | 2 +-
+ 4 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 7c14b9014587e1423ef7481058e48dae84a65fce
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 2 13:51:26 2019 +0430
+
+    [ci] revert to xenial
+    
+    It should've done in a branch
+
+ .travis.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8278ff7dce41e6694eba15a7c94a0c0eb3bca427
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 2 00:36:30 2019 +0430
+
+    minor
+
+ src/hb-algs.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 33d38e793e2e4882337e5f42fbbae7d00d343940
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 2 00:19:57 2019 +0430
+
+    Use a unified bsearch (#1741)
+    
+    A part of #593
+
+ src/hb-aat-layout.cc        | 10 +++++-----
+ src/hb-algs.hh              | 29 ++++-------------------------
+ src/hb-ot-post-table.hh     |  4 ++--
+ src/hb-ot-var-mvar-table.hh |  6 +++---
+ 4 files changed, 14 insertions(+), 35 deletions(-)
+
+commit 97b92685775983a280f335423263a6a8d82c3941
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jun 1 21:25:09 2019 +0430
+
+    [ci] Downgrade Travis distribution upon Behdad request
+
+ .travis.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit faf69e03f5ab9f3926442525f6c6e30fbc7a93d5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jun 1 11:02:25 2019 +0430
+
+    [ci] Install ragel on appveyor mingw bots
+    
+    Hopefully autotools timestamps issues will go
+
+ appveyor.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c91f3fa3eaf77fa255292c779f88da4feaaae8a0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jun 1 10:55:37 2019 +0430
+
+    [dwrite] Replace REPLACEME with release version the symbol had
+
+ src/hb-directwrite.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 93c455567fe3d92a7efe65bf0e9ac2af794e2c4f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 31 22:53:27 2019 -0700
+
+    2.5.1
+
+ NEWS             | 11 +++++++++++
+ configure.ac     |  2 +-
+ src/hb-version.h |  4 ++--
+ 3 files changed, 14 insertions(+), 3 deletions(-)
+
+commit 10e3cb9246ab3d288af4effe484f4d8beb2243d6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 31 22:56:37 2019 -0700
+
+    [docs] Fix dist
+
+ docs/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 619f5f1eb9e5e2a4f326f89c9e3e05b01f9c042f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 31 22:31:35 2019 -0700
+
+    Fourth try at building VS bots
+    
+    Based on https://github.com/harfbuzz/harfbuzz/issues/1730#issuecomment-497151210
+
+ src/hb-algs.hh | 16 +++++++++++-----
+ 1 file changed, 11 insertions(+), 5 deletions(-)
+
+commit f387a09742bd8e4a7a8da6db954339609839a113
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 31 22:12:23 2019 -0700
+
+    [ci] Disable VS 2013
+    
+    That one doesn't even understand constexpr.
+
+ appveyor.yml | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit aba3888d933474a874d2f3ff02397b523846466c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 31 22:11:27 2019 -0700
+
+    Third try at fixing VS build
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1730
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8aaecbb5832568135f6149254ed9e17ac4310341
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 31 21:41:40 2019 -0700
+
+    Second VS fix try
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1730
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 5a1b5c0a8b91a2291e7327e84acba2406a14414e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 31 21:08:39 2019 -0700
+
+    Try fixing VS builds
+    
+    Hopefully fixes https://github.com/harfbuzz/harfbuzz/issues/1730
+
+ src/hb-algs.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 66381fb73f21e8e3c1c14b196e64d1004be303c7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 31 20:20:43 2019 -0700
+
+    [ci] Enable other versions of Visual Studio
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1730
+
+ appveyor.yml | 44 ++++++++++++++++++++++++--------------------
+ 1 file changed, 24 insertions(+), 20 deletions(-)
+
+commit 92fde3dea282d308fad2b8e93cd638aa813c6f2a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 31 20:16:25 2019 -0700
+
+    Whitespace
+
+ src/hb-algs.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 49879adbfc57c3173a25bbc55afc0796ee71b6da
+Author: rsheeter <rsheeter@google.com>
+Date:   Fri May 31 15:14:44 2019 -0700
+
+    [subset] Correct calculation of max offset; fixes bug where loca would erroneously be short
+
+ src/hb-ot-glyf-table.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 2ad4ba7bc04fbbd886a2da6fbc55a4e13468d878
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 31 15:48:54 2019 -0700
+
+    [gsub] Minor
+
+ src/hb-ot-layout-gsub-table.hh | 40 +++++++++++++++++++++-------------------
+ 1 file changed, 21 insertions(+), 19 deletions(-)
+
+commit 2dbdec66a17af94fffc50949e4712465aada9a68
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 31 15:38:11 2019 -0700
+
+    [gsub] Porting serialize to iterators
+
+ src/hb-ot-layout-gsub-table.hh | 15 ++++++++++-----
+ 1 file changed, 10 insertions(+), 5 deletions(-)
+
+commit 1834cf86d40abfbb536db1edb366c90318ba49fc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 31 14:39:32 2019 -0700
+
+    [serialize] Pass offset to serialize_subset()
+
+ src/hb-open-type.hh            | 14 +++++++++-----
+ src/hb-ot-layout-common.hh     |  4 ++--
+ src/hb-ot-layout-gdef-table.hh | 12 ++++++------
+ src/hb-ot-layout-gsubgpos.hh   |  7 ++++---
+ 4 files changed, 21 insertions(+), 16 deletions(-)
+
+commit 926044162472aeca8f5032b11b544d38be587110
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 31 14:34:34 2019 -0700
+
+    [serialize] Pass offset to serialize_copy()
+
+ src/hb-open-type.hh          | 12 ++++++++----
+ src/hb-ot-layout-common.hh   |  4 ++--
+ src/hb-ot-layout-gsubgpos.hh |  2 +-
+ src/hb-ot-name-table.hh      |  2 +-
+ 4 files changed, 12 insertions(+), 8 deletions(-)
+
+commit 87dd4bff1c42f1845fb3d11477e5de210121d48e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 30 11:26:17 2019 -0400
+
+    [math] Rename HB_MATH_GLYPH_PART_FLAG_EXTENDER
+    
+    To HB_OT_MATH_GLYPH_PART_FLAG_EXTENDER.  Added a deprecated macro.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1734
+
+ src/hb-ot-deprecated.h  |  4 ++++
+ src/hb-ot-math-table.hh |  2 +-
+ src/hb-ot-math.h        |  2 +-
+ test/api/test-ot-math.c | 16 ++++++++--------
+ 4 files changed, 14 insertions(+), 10 deletions(-)
+
+commit 88f9dab366491af144da316384991e74af443226
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed May 29 01:55:31 2019 +0430
+
+    [ci] Clean up and add disabled bots of other msvc versions (#1733)
+
+ appveyor.yml | 41 ++++++++++++++++++++++++++++++-----------
+ 1 file changed, 30 insertions(+), 11 deletions(-)
+
+commit da9d43171ba4ae0a78c92e9de83498fd2f513c8b
+Author: Bruce Mitchener <bruce.mitchener@gmail.com>
+Date:   Tue May 28 21:50:17 2019 +0700
+
+    Fix some typos.
+
+ docs/usermanual-clusters.xml        | 4 ++--
+ docs/usermanual-fonts-and-faces.xml | 2 +-
+ src/hb-ot-math.h                    | 2 +-
+ 3 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 8a133718472d152fa1f69ec52862b019b71b371f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue May 28 13:54:45 2019 +0430
+
+    [test] minor, fix copyright
+    
+    nothing important, fixing a copy paste error inconsistency
+
+ test/api/test-aat-layout.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 13316ac5d435f11c2c65fd2d762841a819afb639
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue May 28 13:48:39 2019 +0430
+
+    [test] minor style improve
+
+ test/subset/run-tests.py | 38 +++++++++++++++++++-------------------
+ 1 file changed, 19 insertions(+), 19 deletions(-)
+
+commit d64fb9db520d77eb7bb40ceda4e20be5e602bf91
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Sun May 26 11:05:54 2019 -0400
+
+    [use] Allow U+1A60 TAI THAM SIGN SAKOT after vowel
+
+ src/gen-use-table.py                               |   7 +-
+ src/hb-ot-shape-complex-use-machine.hh             | 609 +++++++++++----------
+ src/hb-ot-shape-complex-use-machine.rl             |  20 +-
+ src/hb-ot-shape-complex-use-table.cc               |   4 +-
+ src/hb-ot-shape-complex-use.cc                     |   3 +
+ src/hb-ot-shape-complex-use.hh                     |   2 +
+ .../3cc01fede4debd4b7794ccb1b16cdb9987ea7571.ttf   | Bin 0 -> 1144 bytes
+ .../fd565cabd5208d345d0ed4fda7ae742917d846a5.ttf   | Bin 1056 -> 0 bytes
+ .../shaping/data/in-house/tests/use-syllable.tests |   5 +-
+ 9 files changed, 351 insertions(+), 299 deletions(-)
+
+commit 179570d4cae9aefcd91d540b8865a81d569b3358
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 27 13:08:07 2019 -0400
+
+    [atomic] Fix warning, second time
+    
+    Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1554306
+
+ src/hb-atomic.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ad17a8bdd571c7b275f9735e3602a8068f12934f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 25 16:33:21 2019 -0400
+
+    [ucd] Update for latest packTab
+
+ src/gen-ucd-table.py | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 771712b3ca97035ba5690e65bd7e63a852286159
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 25 15:58:45 2019 -0400
+
+    [ucd] Update for recent packTab
+    
+    No need for separate youseedy package.
+
+ src/gen-ucd-table.py | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 52aa6c57c5a4b18807a1329549dface90b148f22
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat May 25 22:55:06 2019 +0430
+
+    [ci] minor
+
+ .circleci/config.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9b75da4299adb5487519ddf96e99949b1dad2d5c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat May 25 22:46:10 2019 +0430
+
+    [ci] minor
+
+ .circleci/config.yml | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 9158cab3f9f9e1a4941c1dbf0aa71455ceb00da6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat May 25 22:33:02 2019 +0430
+
+    [ci] Store dist-win result instead
+
+ .circleci/config.yml | 11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+commit 85b68a42af541bc91f2851389ac09b012a6d3aa1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 25 12:59:01 2019 -0400
+
+    [atomic] Fix warnings
+    
+    https://bugzilla.mozilla.org/show_bug.cgi?id=1554306
+
+ src/hb-atomic.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 941c1b6d711b8528d0f5faa5655b09ea74f7dfb4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 25 12:52:16 2019 -0400
+
+    [mingw] Update instructions
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1728
+
+ RELEASING.md | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 210f93c143d0fa2a7b293a6ffd138b3e01cab7c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 25 12:49:20 2019 -0400
+
+    [mutex] Prefer pthread over windows
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1728
+
+ src/hb-mutex.hh | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit a5d1b0bdaa0183e2bd310640f5867426096e0b18
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 25 12:45:40 2019 -0400
+
+    Look for pthread even if win32
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1728
+
+ configure.ac | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit f3b132187fc734cbb3705b405361c8bad9a72582
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 25 12:42:38 2019 -0400
+
+    [mingw] Some more tweaks
+    
+    It now survives ./config.status --recheck as well.
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1728
+
+ mingw-configure.sh | 37 ++++++++++++++++++-------------------
+ mingw32.sh         |  2 +-
+ mingw64.sh         |  2 +-
+ 3 files changed, 20 insertions(+), 21 deletions(-)
+
+commit c41ed54b169c16fb9862e88ddf127ae68c1561e9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 25 12:35:09 2019 -0400
+
+    [mingw] Add "make dist-win" to toplevel Makefile
+
+ Makefile.am | 16 +++++++++++++---
+ 1 file changed, 13 insertions(+), 3 deletions(-)
+
+commit a0a75a7c701932f4533b104eeb3c6087d01aa2ae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 25 12:16:28 2019 -0400
+
+    [mingw] More
+
+ Makefile.am        |  8 +++++++-
+ mingw-configure.sh | 29 +++++++++++++++++++++++++++++
+ mingw32.sh         | 25 ++-----------------------
+ mingw64.sh         | 25 ++-----------------------
+ 4 files changed, 40 insertions(+), 47 deletions(-)
+
+commit 309a9d8ffb499f89738864acef596685ca495150
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat May 25 20:40:03 2019 +0430
+
+    [ci] Remove --without-icu now that we have it in ./mingw{32,64} scripts
+
+ .circleci/config.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ccfe642c0cdc9fbc8280669e3e8b01dc5eb682d8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 25 12:08:05 2019 -0400
+
+    [mingw] Force off ICU
+    
+    If cross-compiled ICU is not available, we might end up finding the
+    native ICU via icu-config.  That's distracting.
+
+ mingw32.sh | 2 +-
+ mingw64.sh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 0e6b7f7cd51d7376f21a422881cb4eb542360b0b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat May 25 20:27:29 2019 +0430
+
+    [ci] Build mingw on Fedora and store .exe outputs
+
+ .circleci/config.yml | 16 ++++++++++++----
+ 1 file changed, 12 insertions(+), 4 deletions(-)
+
+commit 7b716cbbe6de2902ca6b1f67024b3f8cdb41340c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 25 11:37:23 2019 -0400
+
+    [ming2] Update instructions
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1728
+    
+    Only left to write how to create a win32 bundle.
+
+ README.mingw.md | 44 ++++++++++++++++++++++++++------------------
+ RELEASING.md    | 54 ++++++------------------------------------------------
+ 2 files changed, 32 insertions(+), 66 deletions(-)
+
+commit 77a1b6b7c3bd5490ffa5bb48a8b52d9c4c18e669
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 25 11:18:40 2019 -0400
+
+    [mingw] Rename README.wine
+
+ Makefile.am                       | 2 +-
+ README.wine.md => README.mingw.md | 0
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit c68b4264880c0f99bcb579345e51ce54e799655b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 25 11:17:56 2019 -0400
+
+    [mingw] Update for recent change
+
+ README.wine.md | 2 +-
+ RELEASING.md   | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 5cf2e648a67e1af20a23e010c86e8812a74ff7a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 25 11:15:15 2019 -0400
+
+    [mingw] Update for Fedora mingw installation location
+    
+    Also adds --with-uniscribe by default.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1728
+
+ mingw32.sh | 9 +++++----
+ mingw64.sh | 9 +++++----
+ 2 files changed, 10 insertions(+), 8 deletions(-)
+
+commit e7ed85de95d3ccdb674ec5a30ae66d53cea74b3a
+Merge: f93a5e6a7 97ba206be
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Sat May 25 16:05:07 2019 +0100
+
+    Merge pull request #1691 from n8willis/usermanual-shaping
+    
+    Usermanual: Add new chapters.
+
+commit 97ba206bed341dc7c915a86531512b1e0617303d
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sat May 25 12:26:50 2019 +0100
+
+    Usermanual; minor.
+
+ ...usermanual-buffers-language-script-and-direction.xml |  2 +-
+ docs/usermanual-opentype-features.xml                   | 17 ++++++++++-------
+ 2 files changed, 11 insertions(+), 8 deletions(-)
+
+commit f93a5e6a7dad4fde2bf61c241bf32da678525c8b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 24 17:02:38 2019 -0400
+
+    [win] Add mingw-ldd.py
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1728
+
+ mingw-ldd.py | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 58 insertions(+)
+
+commit 5fd3ece5237ac6a4ee95b2665b5e20102ed176bb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 24 15:56:15 2019 -0400
+
+    2.5.0
+
+ Makefile.am      |  2 +-
+ NEWS             | 14 ++++++++++++++
+ configure.ac     |  2 +-
+ src/hb-version.h |  4 ++--
+ 4 files changed, 18 insertions(+), 4 deletions(-)
+
+commit 1da089179b9bd06f071f967d128819e85998b809
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 24 15:41:34 2019 -0400
+
+    Put back Since: tags for hb_color_get_*
+
+ src/hb-common.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit dd5ad6b6b5aed3db62bc03b89acf90c68795edb4
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Fri May 24 20:30:22 2019 +0100
+
+    Usermanual-buffers-chapter: trim out fallback-of-ufuncs talk and just mention that stuff exists if you care to go find it.
+
+ docs/usermanual-buffers-language-script-and-direction.xml | 13 +++++++------
+ 1 file changed, 7 insertions(+), 6 deletions(-)
+
+commit e1a5ce6aa661251e998df7b3612a1d5d39e28827
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri May 24 10:58:52 2019 -0700
+
+    Fix fuzzer crash testcase
+    
+    Add a check for stringOffSet(uint16) overflow,
+    return early if overflow happens
+
+ src/hb-ot-name-table.hh                                |   2 +-
+ ...estcase-minimized-hb-subset-fuzzer-5077547978588160 | Bin 0 -> 339602 bytes
+ ...estcase-minimized-hb-subset-fuzzer-5761434614497280 | Bin 0 -> 532 bytes
+ 3 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 240540ff9a463cf386ae5755471a5621b94290df
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Fri May 24 20:13:35 2019 +0100
+
+    Usermanual-buffers-chapter: explain ICU fallback for Ufuncs.
+
+ docs/usermanual-buffers-language-script-and-direction.xml | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit d100ccad02b038719472b2cc733940ffb0374cd1
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Sun May 19 10:01:20 2019 -0400
+
+    [use] Allow multiple FMs in a cluster
+
+ src/gen-use-table.py                   |  12 +-
+ src/hb-ot-shape-complex-use-machine.hh | 567 ++++++++++++++++-----------------
+ src/hb-ot-shape-complex-use-machine.rl |  14 +-
+ src/hb-ot-shape-complex-use-table.cc   |  38 ++-
+ src/hb-ot-shape-complex-use.hh         |  11 +-
+ 5 files changed, 315 insertions(+), 327 deletions(-)
+
+commit 322df806eef74247c8bf0da200a2cde29133950e
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Fri May 24 19:49:19 2019 +0100
+
+    [Docs] Usermanual: integration chapter; add GI-Python section.
+
+ docs/usermanual-integration.xml | 35 +++++++++++++++++++++++------------
+ 1 file changed, 23 insertions(+), 12 deletions(-)
+
+commit 487879e013758aef2c7f824033a40cd56361d240
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 24 12:37:53 2019 -0400
+
+    Don't compile in UCD if HB_NO_UCD defined
+
+ src/hb-ucd.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 1fffe51a295b6106a442bed8107d305c325bef05
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 24 10:52:09 2019 -0400
+
+    [blob] Shuffle
+
+ src/hb-blob.h | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 773c85f343e8958daf271d91d64033514289c236
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Fri May 24 19:23:19 2019 +0100
+
+    [Docs] Usermanual: integration chapter; add ICU section.
+
+ docs/usermanual-integration.xml | 47 +++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 45 insertions(+), 2 deletions(-)
+
+commit 96de94768b08287325be8947255917502368c337
+Merge: c96c6b287 1197bef26
+Author: rsheeter <rsheeter@google.com>
+Date:   Fri May 24 11:22:41 2019 -0700
+
+    Merge pull request #1722 from googlefonts/glyf
+    
+    [subset] Use iterators in glyf/loca subsetting
+
+commit 1197bef26c63ee896bea3fab5788635cb0fc9d18
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Fri May 24 10:52:49 2019 -0700
+
+    [subset] Per code review, use hb_array to avoid duplicated type name
+
+ src/hb-ot-glyf-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c0bb66ecbff712221fb7c97f628ed026926229b2
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Fri May 24 18:49:40 2019 +0100
+
+    [Docs] Usermanual: integration chapter; add CoreText/Mac section.
+
+ docs/usermanual-integration.xml | 107 +++++++++++++++++++++++++++++++++-------
+ 1 file changed, 89 insertions(+), 18 deletions(-)
+
+commit e66253283385aa67eb9c5ab627139a56f9ae5a71
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Fri May 24 10:39:56 2019 -0700
+
+    [subset] Cppcheck complaints
+
+ test/api/hb-test.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 13b3cd307e7dedea3b419fb06d81a008e49ccff6
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Fri May 24 10:10:12 2019 -0700
+
+    [subset] Address @behdad review feedback
+
+ src/hb-ot-glyf-table.hh | 18 ++++++++----------
+ 1 file changed, 8 insertions(+), 10 deletions(-)
+
+commit dd1c7656a5918702a81bc3aaf66e0e54fdb3c545
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Fri May 24 14:30:15 2019 +0100
+
+    [Docs] Usermanual: integration chapter; add Uniscribe/Windows section.
+
+ docs/usermanual-integration.xml | 110 ++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 105 insertions(+), 5 deletions(-)
+
+commit 2da567e7b69da95738015b445901afb00094d92b
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Fri May 24 11:13:53 2019 +0100
+
+    [Docs] Usermanual: platform integration chapter; add intro, GLib, FreeType sections. Update XML TOCs to match.
+
+ docs/Makefile.am                |   1 +
+ docs/harfbuzz-docs.xml          |   1 +
+ docs/usermanual-integration.xml | 365 ++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 367 insertions(+)
+
+commit c96c6b287ff1d96da6a50a8cb3f641fe8705e5f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 23 21:37:17 2019 -0400
+
+    One more
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b567d4ea14cc6ec0e8efc64a4993a9b0461adb20
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 23 21:36:42 2019 -0400
+
+    Fix build after UCDN -> UCD
+
+ CMakeLists.txt                       | 14 --------------
+ configure.ac                         | 18 +-----------------
+ docs/usermanual-install-harfbuzz.xml | 34 ++++++++--------------------------
+ 3 files changed, 9 insertions(+), 57 deletions(-)
+
+commit 226ab06ec110f4cbd56b39ce0d05d349dfec35b9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 23 20:39:04 2019 -0400
+
+    [ucd] Add URL to dependencies
+
+ src/gen-ucd-table.py | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 65392b734e38668b870b1ffcbfb4b42ec289ef58
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 22 16:21:21 2019 -0400
+
+    [ucdn] Replace UCDN with a new UCD implementation
+    
+    UCDN was ~120kb of data.  New implementatoin is 69kb in default builds,
+    and 49kb if built with HB_OPTIMIZE_SIZE or __OPTIMIZE_SIZE__.  The
+    latter automatically enabled if built with -Os or -Oz.
+    
+    There's room to shave off another 10kb or 20kb.  That will follow later.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/Makefile.am              |   11 -
+ src/Makefile.sources         |    5 +-
+ src/gen-ucd-table.py         |   11 +-
+ src/hb-algs.hh               |    8 +
+ src/hb-ot-layout.cc          |   76 +-
+ src/hb-ucd-table.hh          | 5160 +++++++++++++++++++++++++++++++++++++
+ src/hb-ucd.cc                |  209 ++
+ src/hb-ucdn.cc               |  272 --
+ src/hb-ucdn/COPYING          |   13 -
+ src/hb-ucdn/Makefile.am      |   16 -
+ src/hb-ucdn/Makefile.sources |    7 -
+ src/hb-ucdn/README           |   40 -
+ src/hb-ucdn/ucdn.c           |  361 ---
+ src/hb-ucdn/ucdn.h           |  472 ----
+ src/hb-ucdn/ucdn_db.h        | 5790 ------------------------------------------
+ src/hb-unicode.cc            |    8 +-
+ 16 files changed, 5427 insertions(+), 7032 deletions(-)
+
+commit 12c59f6c40401c8221facc5d0aed63f510a77dd7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 23 13:33:21 2019 -0400
+
+    [deprecated] Minor
+
+ src/hb-deprecated.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 36dee9221f8de3a2a6a23f0548460aab4982b594
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 22 15:51:53 2019 -0400
+
+    [gen-ucd] Rename
+
+ src/Makefile.am                      | 1 +
+ src/{gen-ucd.py => gen-ucd-table.py} | 0
+ 2 files changed, 1 insertion(+)
+
+commit 831c213501fc38229755be7958b2952fe0cdff0e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 22 15:46:19 2019 -0400
+
+    [gen-ucd] Minor
+
+ src/gen-ucd.py | 30 +++++++++++++++++++++++++++---
+ 1 file changed, 27 insertions(+), 3 deletions(-)
+
+commit 15a9e32b566fbf6f4a2c6fd488d8cc3865234b17
+Merge: 993d81b9c ff7fc6d48
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu May 23 11:02:15 2019 +0430
+
+    Merge pull request #1723 from googlefonts/drop_tables
+    
+    [subset] Add morx, mort, kern, and kernx to the default layout tables…
+
+commit ff7fc6d488f37e3faaca4986cde35836f013b03f
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 22 17:36:16 2019 -0700
+
+    [subset] Add morx, mort, kern, and kernx to the default layout tables drop list.
+
+ src/hb-subset-input.cc | 4 ++++
+ src/hb-subset.cc       | 4 ++++
+ 2 files changed, 8 insertions(+)
+
+commit 993d81b9c57f2e27d80d276953b0430821129425
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue May 14 13:55:11 2019 -0700
+
+    [subset] Add one ttf file with fvar/STAT tables to integration test
+    Ignore gvar/MVAR/HVAR table
+    add support for --nameIDs=* option
+
+ src/hb-ot-cmap-table.hh                            |  27 +++++++++++++++++----
+ src/hb-ot-stat-table.hh                            |   2 +-
+ src/hb-subset-input.cc                             |   1 +
+ src/hb-subset-plan.cc                              |   6 +----
+ test/api/hb-subset-test.h                          |   2 +-
+ .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 0 -> 6492 bytes
+ .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 0 -> 6316 bytes
+ .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 0 -> 6148 bytes
+ .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 0 -> 6088 bytes
+ .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 0 -> 6068 bytes
+ ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 0 -> 3284 bytes
+ ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 0 -> 3164 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 0 -> 2868 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 0 -> 3020 bytes
+ ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 0 -> 3024 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 0 -> 1952 bytes
+ .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 0 -> 1832 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 0 -> 1704 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 0 -> 1688 bytes
+ .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 0 -> 1688 bytes
+ .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 0 -> 6236 bytes
+ .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 0 -> 6060 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 0 -> 5892 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 0 -> 5832 bytes
+ .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 0 -> 5812 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 0 -> 7824 bytes
+ .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 0 -> 7648 bytes
+ .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 0 -> 7312 bytes
+ .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 0 -> 7420 bytes
+ .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 0 -> 7404 bytes
+ ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 3784 -> 2384 bytes
+ .../SourceSansPro-Regular.default.61,62,63.otf     | Bin 3496 -> 2096 bytes
+ ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf | Bin 3612 -> 2212 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 33516 -> 32124 bytes
+ ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 31080 -> 29688 bytes
+ ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 34708 -> 33316 bytes
+ ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin 3640 -> 2240 bytes
+ ...urceSansPro-Regular.desubroutinize.61,62,63.otf | Bin 3400 -> 2000 bytes
+ ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 3596 -> 2196 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 33352 -> 31960 bytes
+ ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 30956 -> 29564 bytes
+ ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 34560 -> 33168 bytes
+ ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 3480 -> 2080 bytes
+ ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 3288 -> 1876 bytes
+ ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 3448 -> 2048 bytes
+ ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 33448 -> 32052 bytes
+ ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 31028 -> 29632 bytes
+ ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 34576 -> 33180 bytes
+ ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 3564 -> 2164 bytes
+ .../SourceSansPro-Regular.drop-hints.61,62,63.otf  | Bin 3340 -> 1940 bytes
+ ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 3464 -> 2064 bytes
+ ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 33668 -> 32276 bytes
+ .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 31180 -> 29788 bytes
+ ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 34724 -> 33332 bytes
+ .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 3772 -> 3164 bytes
+ .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 3368 -> 2760 bytes
+ .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 3732 -> 3124 bytes
+ ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 2224 -> 1616 bytes
+ .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 2016 -> 1408 bytes
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 2252 -> 1644 bytes
+ ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 3112 -> 2684 bytes
+ ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 3356 -> 2928 bytes
+ .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2656 -> 2228 bytes
+ ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3652 -> 3224 bytes
+ .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 2396 -> 1968 bytes
+ ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 2384 -> 1956 bytes
+ ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2628 -> 2200 bytes
+ .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1928 -> 1500 bytes
+ ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2924 -> 2496 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1668 -> 1240 bytes
+ test/subset/data/fonts/Comfortaa-Regular-new.ttf   | Bin 0 -> 230316 bytes
+ test/subset/data/tests/basics.tests                |   1 +
+ test/subset/generate-expected-outputs.py           |   3 +--
+ test/subset/run-tests.py                           |   3 ++-
+ util/options-subset.cc                             |  23 +++++++++++++++---
+ 75 files changed, 50 insertions(+), 18 deletions(-)
+
+commit 58ce477ac170969430310750b78dcb5f9e3b06a3
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Tue May 21 20:22:40 2019 -0700
+
+    [subset] Report failure more often
+
+ src/hb-ot-glyf-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 51a0129f7322e97825455df4eb6eecfea14980f5
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Tue May 21 20:12:19 2019 -0700
+
+    [subset] Thar be comparison of integers of different signs
+
+ test/api/hb-test.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 14e3b0cf41d9657c39f1f921f7e09a1418fa3278
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Tue May 21 20:09:36 2019 -0700
+
+    [subset] Code review feedback
+
+ src/hb-ot-glyf-table.hh | 53 +++++++++++++++++++++++++------------------------
+ 1 file changed, 27 insertions(+), 26 deletions(-)
+
+commit a03ed95e7d50b9dd947e8982c7730de969795b05
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 21 16:43:14 2019 -0400
+
+    [gen-ucd] Generate decomposition tables
+    
+    Code is ugly.  Ugh.
+
+ src/gen-ucd.py | 40 ++++++++++++++++++++--------------------
+ 1 file changed, 20 insertions(+), 20 deletions(-)
+
+commit 8a48c88fa9fe047a83ba4a45dbd6399412ca3302
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 21 13:02:54 2019 -0400
+
+    [gen-ucd] Comment
+
+ src/gen-ucd.py | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit b71d353cee89a6654810f75e7a1d7fd156b76faa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 20 17:33:55 2019 -0400
+
+    [gen-ucd] Remove some code
+
+ src/gen-ucd.py | 7 -------
+ 1 file changed, 7 deletions(-)
+
+commit 4ea44112b5163591ce0b086e0d13ec368f4f6ddc
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Tue May 21 13:07:43 2019 -0700
+
+    [subset] Remove missed reference to hb-subset-glyf, was deleted
+
+ src/Makefile.sources | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit b928de91a755788fd0fad9fa0f5f03c5670ac6a3
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue May 21 11:23:26 2019 -0700
+
+    [subset] Add test/subset/data/expected/layout to dist list.
+
+ test/subset/data/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 0af9de13b78ddd35f58ee02ce8ffeffd99509ec5
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon May 20 15:04:20 2019 -0700
+
+    [subset] For gsub subsetting only consider glyphs reachable via gsub closure.
+
+ src/hb-ot-layout-gsub-table.hh |  4 +--
+ src/hb-subset-plan.cc          | 55 ++++++++++++++++++++----------------------
+ src/hb-subset-plan.hh          | 10 ++++++++
+ 3 files changed, 38 insertions(+), 31 deletions(-)
+
+commit c740c8636b48b1790bba42445a301e8e1cf8f749
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 16 10:57:33 2019 -0700
+
+    [subset] Add integration tests for SingleSubst.
+
+ test/subset/data/Makefile.sources                      |   1 +
+ ...ular.smallcaps.keep-layout-retain-gids.41,42,43.ttf | Bin 0 -> 6780 bytes
+ ...Regular.smallcaps.keep-layout-retain-gids.41,43.ttf | Bin 0 -> 6396 bytes
+ ...to-Regular.smallcaps.keep-layout-retain-gids.41.ttf | Bin 0 -> 6032 bytes
+ ...to-Regular.smallcaps.keep-layout-retain-gids.43.ttf | Bin 0 -> 6088 bytes
+ ...Regular.smallcaps.keep-layout-retain-gids.CA,CB.ttf | Bin 0 -> 7932 bytes
+ .../Roboto-Regular.smallcaps.keep-layout.41,42,43.ttf  | Bin 0 -> 2972 bytes
+ .../Roboto-Regular.smallcaps.keep-layout.41,43.ttf     | Bin 0 -> 2572 bytes
+ .../layout/Roboto-Regular.smallcaps.keep-layout.41.ttf | Bin 0 -> 2196 bytes
+ .../layout/Roboto-Regular.smallcaps.keep-layout.43.ttf | Bin 0 -> 2268 bytes
+ .../Roboto-Regular.smallcaps.keep-layout.CA,CB.ttf     | Bin 0 -> 2612 bytes
+ test/subset/data/fonts/Roboto-Regular.smallcaps.ttf    | Bin 0 -> 131632 bytes
+ test/subset/data/profiles/keep-layout-retain-gids.txt  |   2 ++
+ test/subset/data/profiles/keep-layout.txt              |   1 +
+ test/subset/data/tests/full-font.tests                 |   1 -
+ test/subset/data/tests/layout.tests                    |  13 +++++++++++++
+ test/subset/generate-expected-outputs.py               |   3 ++-
+ 17 files changed, 19 insertions(+), 2 deletions(-)
+
+commit 349d692b0ee45330220fd3ec9267979d73acd149
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Tue May 21 12:38:53 2019 -0700
+
+    [subset] Iter in and out for loca
+
+ src/hb-ot-glyf-table.hh | 31 ++++++++++++++++---------------
+ test/api/hb-test.h      |  7 ++-----
+ 2 files changed, 18 insertions(+), 20 deletions(-)
+
+commit 95445d79be0a79e6e2d384d46819730146d397d8
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Tue May 21 11:14:31 2019 -0700
+
+    [subset] Write loca using more idiomatic harfbuzzese
+
+ src/hb-ot-glyf-table.hh | 35 +++++++++++++++++++----------------
+ 1 file changed, 19 insertions(+), 16 deletions(-)
+
+commit d1b12a546561a78ae3c3e9d6bffa057caf82dbee
+Merge: 3a43603ec f49a5bec9
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Mon May 20 21:29:54 2019 -0700
+
+    Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into glyf
+
+commit 3a43603ecea2c349f58396e103a52948776681e0
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Mon May 20 20:40:55 2019 -0700
+
+    [subset] Fix memory leak caused by failure to cleanup glyf accelerator
+
+ src/hb-ot-glyf-table.hh | 42 ++++++++++++++++++++++++++----------------
+ 1 file changed, 26 insertions(+), 16 deletions(-)
+
+commit 5cedda5e4a3f726168b87d357aee723e6fd919cd
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Thu May 16 19:16:52 2019 -0700
+
+    [subset] Fix null pointer deref, tidy up a bit
+
+ src/hb-ot-glyf-table.hh     | 282 +++++++++++++++++++++++++-------------------
+ test/api/test-subset-glyf.c |  18 +--
+ 2 files changed, 167 insertions(+), 133 deletions(-)
+
+commit 8a84b540c7b850c1fb30d5bc1ffdeb43033be173
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Thu May 16 19:14:16 2019 -0700
+
+    [subset] Tests passing using iterator based glyf
+
+ src/hb-ot-glyf-table.hh     | 117 +++++++++++++++++++++++++++++++-------------
+ test/api/test-subset-glyf.c |   4 +-
+ 2 files changed, 86 insertions(+), 35 deletions(-)
+
+commit 82bbec306376d61b6700461c4038c6789e60a998
+Merge: 9d09ac13a b7be59311
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Thu May 16 15:14:01 2019 -0700
+
+    Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into glyf
+
+commit 9d09ac13a114967576284d0b006a0ac7965d928a
+Author: rsheeter <rsheeter@google.com>
+Date:   Sat May 11 23:16:40 2019 -0700
+
+    [subset] Tweak hint stripping
+
+ src/hb-ot-glyf-table.hh | 46 +++++++++++++++++++++++++++++++++-------------
+ 1 file changed, 33 insertions(+), 13 deletions(-)
+
+commit 3a4c928fcfce5a8c7a56907b9945e87b0ce8e327
+Author: rsheeter <rsheeter@google.com>
+Date:   Sat May 11 22:06:46 2019 -0700
+
+    [subset] Fix glyf tests except hint stripping & local test asan
+
+ src/hb-ot-glyf-table.hh     | 93 +++++++++++++++++++++++++++++++++------------
+ test/api/hb-subset-test.h   |  2 +-
+ test/api/hb-test.h          | 13 +++++++
+ test/api/test-subset-glyf.c |  8 ++--
+ 4 files changed, 86 insertions(+), 30 deletions(-)
+
+commit b77dde8f138442935e5ca99460a520a4117d6dd2
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Fri May 10 16:52:19 2019 -0700
+
+    [subset] Destroy blob
+
+ src/hb-ot-glyf-table.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 14db6512f8dca80a575f468708949346b005834a
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Fri May 10 09:32:43 2019 -0700
+
+    [subset] Correct flipped use short computation
+
+ src/hb-ot-glyf-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ab3fe5de2bbe10fdc13711537f824b62d091f995
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Thu May 9 22:12:20 2019 -0700
+
+    [subset] Glyf by iter now runs but fails tests
+
+ src/hb-ot-glyf-table.hh | 88 +++++++++++++++++++++++++++++++++----------------
+ 1 file changed, 59 insertions(+), 29 deletions(-)
+
+commit f8de063b48c243d551c8892bdd2a799606fda3f4
+Merge: 0d7fef2d5 8f174870e
+Author: Rod Sheeter <rsheeter@google.com>
+Date:   Thu May 9 20:02:38 2019 -0700
+
+    Merge branch 'glyf' of github.com:googlefonts/harfbuzz into glyf
+
+commit 0d7fef2d50bba714815c0c13f3b3dd6464710a1d
+Author: rsheeter <rsheeter@google.com>
+Date:   Wed May 8 16:52:00 2019 -0700
+
+    [subset] Dinner time, checkpoint
+
+ src/hb-ot-glyf-table.hh | 97 +++++++++++++++++++++++++++++--------------------
+ 1 file changed, 58 insertions(+), 39 deletions(-)
+
+commit 240bc86e3a0b177ee84ec9c60723304a0cf4c405
+Author: rsheeter <rsheeter@google.com>
+Date:   Wed May 8 14:59:03 2019 -0700
+
+    [subset] Remove subset-glyf; want everything to point to new iter-based edition. Some of the code will resurface as impl builds out.
+
+ src/Makefile.sources    |   2 -
+ src/hb-ot-glyf-table.hh |   9 +-
+ src/hb-subset-glyf.cc   | 346 ------------------------------------------------
+ src/hb-subset-glyf.hh   |  40 ------
+ src/hb-subset.cc        |   1 -
+ 5 files changed, 6 insertions(+), 392 deletions(-)
+
+commit 02d4d4f3e67dcc37915bc386d506bb272455ff1e
+Author: rsheeter <rsheeter@google.com>
+Date:   Wed May 8 14:43:18 2019 -0700
+
+    [subset] Starting to sketch glyf as iter
+
+ src/hb-ot-glyf-table.hh | 60 ++++++++++++++++++++++++++++++++++++-------------
+ src/hb-subset-plan.hh   |  2 ++
+ src/hb-subset.cc        |  2 +-
+ 3 files changed, 47 insertions(+), 17 deletions(-)
+
+commit 8f174870e9eed4c47463fdb0d4fe3e22a6f5fdc8
+Author: rsheeter <rsheeter@google.com>
+Date:   Wed May 8 16:52:00 2019 -0700
+
+    [subset] Dinner time, checkpoint
+
+ src/hb-ot-glyf-table.hh | 97 +++++++++++++++++++++++++++++--------------------
+ 1 file changed, 58 insertions(+), 39 deletions(-)
+
+commit 723d054dcb6ad44e9eab4dc8cc55f8d480d2ff16
+Merge: ed727d4bb e2a51ff72
+Author: rsheeter <rsheeter@google.com>
+Date:   Wed May 8 16:45:35 2019 -0700
+
+    Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into glyf
+
+commit ed727d4bb74860c126675e94f87f65ff7874dbb6
+Merge: fb9bff955 e8b45c193
+Author: rsheeter <rsheeter@google.com>
+Date:   Wed May 8 16:39:45 2019 -0700
+
+    Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into glyf
+
+commit fb9bff955a9356b053c5c9bcd7aa9101edb55767
+Author: rsheeter <rsheeter@google.com>
+Date:   Wed May 8 14:59:03 2019 -0700
+
+    [subset] Remove subset-glyf; want everything to point to new iter-based edition. Some of the code will resurface as impl builds out.
+
+ src/Makefile.sources    |   2 -
+ src/hb-ot-glyf-table.hh |   9 +-
+ src/hb-subset-glyf.cc   | 346 ------------------------------------------------
+ src/hb-subset-glyf.hh   |  40 ------
+ src/hb-subset.cc        |   1 -
+ 5 files changed, 6 insertions(+), 392 deletions(-)
+
+commit f9b089b695edc89023e3d62700ae68d5648f8494
+Author: rsheeter <rsheeter@google.com>
+Date:   Wed May 8 14:43:18 2019 -0700
+
+    [subset] Starting to sketch glyf as iter
+
+ src/hb-ot-glyf-table.hh | 60 ++++++++++++++++++++++++++++++++++++-------------
+ src/hb-subset-plan.hh   |  2 ++
+ src/hb-subset.cc        |  2 +-
+ 3 files changed, 47 insertions(+), 17 deletions(-)
+
+commit f49a5bec9fc241c098be5a49233aa83cd5dc098e
+Author: rsheeter <rsheeter@google.com>
+Date:   Mon May 20 20:45:11 2019 -0700
+
+    [docs] Tweak fuzzer doc
+
+ TESTING.md | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 1aadd1449c65c50d5f35191f43136841c64ad399
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 20 17:29:13 2019 -0400
+
+    [gen-ucd] Generate script order table
+
+ src/gen-ucd.py | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit be8de188671c04ddd8ec4d7af38b313322189136
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 20 17:17:38 2019 -0400
+
+    [gen-ucd] Start adding script-order
+
+ src/gen-ucd.py | 14 +++++++++++++-
+ 1 file changed, 13 insertions(+), 1 deletion(-)
+
+commit 4a0eb066fdceb0cab48107f17670d6943ec0d61e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 20 16:57:04 2019 -0400
+
+    [gen-ucd] Add gc order
+
+ src/gen-ucd.py | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit d1f9b2f961c71e5218ee359e8fb20cfbdb894c7e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 20 15:47:49 2019 -0400
+
+    [gen-ucd] Flesh out a bit more
+
+ src/gen-ucd.py | 52 ++++++++++++++++++++++++++++++++++++++++------------
+ 1 file changed, 40 insertions(+), 12 deletions(-)
+
+commit d6de4659aa7edb991507f8838dc566874e5b6a61
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 20 15:33:23 2019 -0400
+
+    Add HB_OPTIMIZE_SIZE
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 0ff3618c2d841d16cce9ba2d73321048e7ca6a2d
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri May 17 15:30:01 2019 -0700
+
+    [subset] Use hb_subset_input_t inside of subset_options_t so that input defaults are shared between the library and cli.
+
+ src/hb-subset-input.cc           |  42 ++++++++-----
+ src/hb-subset-input.hh           |   7 +--
+ src/hb-subset-plan.cc            |   3 +-
+ src/hb-subset-plan.hh            |   1 -
+ src/hb-subset.cc                 |  23 +------
+ src/hb-subset.h                  |   6 --
+ test/api/test-subset-glyf.c      |   8 ++-
+ test/fuzzing/hb-subset-fuzzer.cc |   8 ++-
+ util/Makefile.am                 |   5 +-
+ util/Makefile.sources            |   1 +
+ util/hb-subset.cc                |   9 +--
+ util/options-subset.cc           | 127 +++++++++++++++++++++++++++++++++++++++
+ util/options.cc                  | 101 -------------------------------
+ util/options.hh                  |  20 ++----
+ 14 files changed, 182 insertions(+), 179 deletions(-)
+
+commit 67064294a0c521550f5277b51b8c7e5d6bb27e68
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 16 15:13:39 2019 -0700
+
+    [subset] Add drop-tables option to hb-subset util.
+
+ util/hb-subset.cc |  1 +
+ util/options.cc   | 45 ++++++++++++++++++++++++++++++++++++++++++---
+ util/options.hh   |  3 +++
+ 3 files changed, 46 insertions(+), 3 deletions(-)
+
+commit 3be0ffe45d1ba32ddd8d3af25ff2c420be85da76
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 16 11:29:15 2019 -0700
+
+    [subset] Add drop tables to subset input.
+
+ src/hb-subset-input.cc             |  8 +++++
+ src/hb-subset-input.hh             |  1 +
+ src/hb-subset-plan.cc              |  3 ++
+ src/hb-subset-plan.hh              |  5 ++-
+ src/hb-subset.cc                   |  3 ++
+ src/hb-subset.h                    |  3 ++
+ test/api/Makefile.am               |  2 ++
+ test/api/test-subset-drop-tables.c | 71 ++++++++++++++++++++++++++++++++++++++
+ 8 files changed, 95 insertions(+), 1 deletion(-)
+
+commit d00a20bedc5706d4d764f78ea108ca4316651b11
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon May 20 17:38:38 2019 +0100
+
+    [Docs] Add gtk-doc comments to hb-graphite2.
+
+ src/hb-graphite2.cc | 16 ++++++++++++++--
+ src/hb-graphite2.h  | 10 +++++++++-
+ 2 files changed, 23 insertions(+), 3 deletions(-)
+
+commit 0a5a8fcbceb49f317a16803da090864f9ea03577
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon May 20 17:38:13 2019 +0100
+
+    [Docs] Add gtk-doc comments to hb-icu.
+
+ src/hb-icu.cc | 35 ++++++++++++++++++++++++++++++++++-
+ 1 file changed, 34 insertions(+), 1 deletion(-)
+
+commit 9126a5ff070fe1191dfaf852aa601d506ddcffcb
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon May 20 17:37:56 2019 +0100
+
+    [Docs] Add gtk-doc comments to hb-ft.
+
+ src/hb-ft.cc | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++--------
+ 1 file changed, 117 insertions(+), 18 deletions(-)
+
+commit bfa7b0af02a6ec66898723fe3e82f74760996a10
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon May 20 17:36:55 2019 +0100
+
+    [Docs] Add gtk-doc comments to hb-gobject and hb-glib.
+
+ src/hb-glib.cc            | 44 +++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-gobject-structs.cc | 13 +++++++++++--
+ 2 files changed, 54 insertions(+), 3 deletions(-)
+
+commit 27222253d42d0485ec5a9a3db602f5cba64df94e
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon May 20 17:36:18 2019 +0100
+
+    [Docs] Add gtk-doc comments to hb-uniscribe.
+
+ src/hb-uniscribe.cc | 22 +++++++++++++++++++++-
+ 1 file changed, 21 insertions(+), 1 deletion(-)
+
+commit 32ae0d3e78c4e1f7299cb4fa251c0e66b3d5ae78
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon May 20 17:35:39 2019 +0100
+
+    [Docs] Add gtk-doc comments to hb-coretext.
+
+ src/hb-coretext.cc | 45 +++++++++++++++++++++++++++++++++++++++++----
+ src/hb-coretext.h  | 32 ++++++++++++++++++++++++++++++++
+ 2 files changed, 73 insertions(+), 4 deletions(-)
+
+commit 0ca7ad4352eff357cbb5cc1dfe62aa15b440de84
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 20 11:39:07 2019 -0400
+
+    [cff] Fix unlikely invocations
+
+ src/hb-ot-cff-common.hh | 8 ++++----
+ src/hb-ot-cff1-table.hh | 2 +-
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 9ef241cd409b7ad4eeb8259cbf1a7a01358a766e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 20 11:38:02 2019 -0400
+
+    [test] Add one more
+
+ ...-testcase-minimized-hb-subset-fuzzer-5634197349203968 | Bin 0 -> 5791 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 3efb7af7e28061f8cd138eb2ed5261bf521abc63
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 20 11:37:16 2019 -0400
+
+    [STAT] Fix sanitize condition
+    
+    Oops!
+    
+    Fixes https://oss-fuzz.com/testcase-detail/5696825891225600
+
+ src/hb-ot-stat-table.hh                                    |   2 +-
+ ...zz-testcase-minimized-hb-subset-fuzzer-5696825891225600 | Bin 0 -> 69 bytes
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit e66eb21a46b2374bfb51f86ed9f5eec35ba87a61
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat May 18 07:44:48 2019 -0700
+
+    Don't set _POSIX_C_SOURCE in NetBSD
+    
+    According to a harfbuzz package patch on NetBSD project
+    https://github.com/NetBSD/pkgsrc/blob/trunk/fonts/harfbuzz/patches/patch-src_hb-blob.cc
+
+ src/hb-blob.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 08c3648c6e18a0969a64284337dbd5b435d40f37
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 17 16:21:34 2019 -0700
+
+    Oops, fix include
+
+ src/hb-set.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 24958b8868a8003936e872d8fda873c52d528bcf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 17 16:20:36 2019 -0700
+
+    [set] Use StructAtOffsetUnaligned
+
+ src/hb-set.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a0febbac439ac4cc58af674f676e473d2f6d726f
+Author: rsheeter <rsheeter@google.com>
+Date:   Thu May 16 15:58:49 2019 -0700
+
+    Update TESTING.md
+
+ TESTING.md | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit b7be59311f27112791e9b9c6356464e1c3ff92c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 16 13:32:56 2019 -0700
+
+    Fix msan issue
+    
+    The fact that HB_AUTO_RETURN will return rvalue-references for rvalues
+    is very disturbing.
+    
+    Even apart from that, I'm totally lost re any hb_move needs or
+    hb_forward'ing to functions/templates where the type is fixed by
+    explicitly specifying template parameters.
+    
+    ==1==ERROR: AddressSanitizer: stack-use-after-return on address 0x7f6ad65e51e0 at pc 0x0000005da240 bp 0x7ffc104ab670 sp 0x7ffc104ab668
+    READ of size 4 at 0x7f6ad65e51e0 thread T0
+    SCARINESS: 55 (4-byte-read-stack-use-after-return)
+         #0 0x5da23f in bool OT::Coverage::serialize<hb_map_iter_t<hb_map_iter_t<hb_filter_iter_t<OT::Coverage::iter_t, hb_set_t const&, $_7&, (void*)0>, OT::SingleSubstFormat1::subset(hb_subset_context_t*) const::'lambda'(unsigned int), (hb_function_sortedness_t)1, (void*)0>, $_20&, (hb_function_sortedness_t)1, (void*)0>, (void*)0>(hb_serialize_context_t*, hb_map_iter_t<hb_map_iter_t<hb_filter_iter_t<OT::Coverage::iter_t, hb_set_t const&, $_7&, (void*)0>, OT::SingleSubstFormat1::subset(hb_subset_context_t*) const::'lambda'(unsigned int), (hb_function_sortedness_t)1, (void*)0>, $_20&, (hb_function_sortedness_t)1, (void*)0>) harfbuzz/src/hb-ot-layout-common.hh:1055:16
+         #1 0x5d88f9 in bool OT::SingleSubstFormat1::serialize<hb_map_iter_t<hb_map_iter_t<hb_filter_iter_t<OT::Coverage::iter_t, hb_set_t const&, $_7&, (void*)0>, OT::SingleSubstFormat1::subset(hb_subset_context_t*) const::'lambda'(unsigned int), (hb_function_sortedness_t)1, (void*)0>, $_20&, (hb_function_sortedness_t)1, (void*)0>, (void*)0>(hb_serialize_context_t*, hb_map_iter_t<hb_map_iter_t<hb_filter_iter_t<OT::Coverage::iter_t, hb_set_t const&, $_7&, (void*)0>, OT::SingleSubstFormat1::subset(hb_subset_context_t*) const::'lambda'(unsigned int), (hb_function_sortedness_t)1, (void*)0>, $_20&, (hb_function_sortedness_t)1, (void*)0>, unsigned int) harfbuzz/src/hb-ot-layout-gsub-table.hh:98:9
+
+ src/hb-algs.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit bcd3ffc948f63f59a709923a3ba6dc9d591aae6b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 16 13:22:09 2019 -0700
+
+    Whitespace
+
+ src/hb-ot-layout-gsub-table.hh | 24 ++++++++++++------------
+ 1 file changed, 12 insertions(+), 12 deletions(-)
+
+commit 05bc5f96fb0818531404174b71c6ff497d5e2738
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 16 13:05:58 2019 -0700
+
+    [subset] Remove extra iteration
+
+ src/hb-ot-layout-gsub-table.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 6555f209586886a4b2562412363cf152d7837d5c
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 15 09:42:38 2019 -0700
+
+    [subset] Truncate empty gids at the end in retain-gids mode.
+
+ src/hb-subset-plan.cc                              |   8 ++++---
+ test/api/fonts/Roboto-Regular.a.retaingids.ttf     | Bin 0 -> 2068 bytes
+ .../SourceHanSans-Regular.41,4C2E.retaingids.otf   | Bin 2736 -> 2656 bytes
+ test/api/test-subset-glyf.c                        |  25 +++++++++++++++++++++
+ ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf | Bin 744 -> 732 bytes
+ ...oboto-Regular.abc.drop-hints-retain-gids.62.ttf | Bin 712 -> 704 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.61.ttf   | Bin 1808 -> 1792 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.62.ttf   | Bin 1756 -> 1748 bytes
+ 8 files changed, 30 insertions(+), 3 deletions(-)
+
+commit 2376867649f97d25e4319f45845525ec207887f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 21:57:26 2019 -0700
+
+    Use hb_map(hb_add(this)) to dereference OffsetTo<>'s
+
+ src/hb-ot-layout-gsub-table.hh | 30 ++++++++++++++-------
+ src/hb-ot-layout-gsubgpos.hh   | 60 ++++++++++++++++++++++++++++--------------
+ src/hb-ot-stat-table.hh        |  2 +-
+ 3 files changed, 61 insertions(+), 31 deletions(-)
+
+commit 6f51e5552477125480f764a6af763dad9f8e3e1b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 21:41:12 2019 -0700
+
+    [algs] Rename hb_bind to hb_partial
+    
+    Since our API is the invers of what std::bind is, and closer to Python
+    functools.partial().
+
+ src/hb-algs.hh   | 12 ++++++------
+ src/test-algs.cc |  6 +++---
+ 2 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 0888e7bc86454020db45f78ee1136d6f3a1b9527
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 21:36:42 2019 -0700
+
+    [algs] Change hb_bind parameter number to be from one
+    
+    To match std:;bind, even though our interfaces are very different.
+
+ src/hb-algs.hh   | 24 +++++++++++++-----------
+ src/test-algs.cc |  6 +++---
+ 2 files changed, 16 insertions(+), 14 deletions(-)
+
+commit dfa5e4297147b52f0ed2f569c9b90a0c68c003c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 21:18:14 2019 -0700
+
+    Add back symmetric OffsetTo<>::friend operator+
+    
+    Finally seems to be working now.
+
+ src/hb-open-type.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit a06a236891611da9db601ddbc2b1513380ad12e6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 21:12:22 2019 -0700
+
+    [algs] Partialize all operators
+
+ src/hb-algs.hh   | 66 +++++++++++++++++++++++++++++++++++---------------------
+ src/test-algs.cc |  4 ++--
+ 2 files changed, 44 insertions(+), 26 deletions(-)
+
+commit edc69ec935511d1993240fb68b54b2cfd6afa888
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 21:09:56 2019 -0700
+
+    [algs] Rewrite bind API
+    
+    And add a partialization API use example to hb_add()
+
+ src/hb-algs.hh   | 45 ++++++++++++++++++++-------------------------
+ src/test-algs.cc |  9 ++++++---
+ 2 files changed, 26 insertions(+), 28 deletions(-)
+
+commit 16a3540ea4257a19b9bfd9d5300a280e18b423a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 20:48:20 2019 -0700
+
+    [algs] Add hb_bind0 and hb_bind1
+
+ src/hb-algs.hh   | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/test-algs.cc |  7 +++++++
+ 2 files changed, 61 insertions(+)
+
+commit d214b07883a626f3ecebb027797e8bb994e174a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 19:07:39 2019 -0700
+
+    Fix clang build
+    
+    Ugh.
+    
+    In file included from hb-ot-face.cc:41:
+    ./hb-ot-layout-gsub-table.hh:293:7: error: template parameter redefines default argument
+             hb_requires (hb_is_sorted_source_of (Iterator,
+             ^
+    ./hb-meta.hh:59:27: note: expanded from macro 'hb_requires'
+     define hb_requires(Cond) hb_enable_if((Cond))
+                              ^
+    ./hb-meta.hh:57:67: note: expanded from macro 'hb_enable_if'
+     define hb_enable_if(Cond) typename hb_enable_if<(Cond)>::type* = nullptr
+                                                                      ^
+    ./hb-ot-layout-gsub-table.hh:40:5: note: previous default template argument defined here
+        hb_requires (hb_is_sorted_source_of (Iterator,
+        ^
+    ./hb-meta.hh:59:27: note: expanded from macro 'hb_requires'
+     define hb_requires(Cond) hb_enable_if((Cond))
+                              ^
+    ./hb-meta.hh:57:67: note: expanded from macro 'hb_enable_if'
+     define hb_enable_if(Cond) typename hb_enable_if<(Cond)>::type* = nullptr
+                                                                      ^
+
+ src/hb-ot-layout-gsub-table.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 371b55c7a0c718fcaca0330edfeacf610797cf7a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 18:54:07 2019 -0700
+
+    Fix clang build
+    
+    In file included from hb-ot-face.cc:41:
+    ./hb-ot-layout-gsub-table.hh:293:7: error: template parameter redefines default argument
+             hb_requires (hb_is_sorted_source_of (Iterator,
+             ^
+    ./hb-meta.hh:59:27: note: expanded from macro 'hb_requires'
+     define hb_requires(Cond) hb_enable_if((Cond))
+                              ^
+    ./hb-meta.hh:57:67: note: expanded from macro 'hb_enable_if'
+     define hb_enable_if(Cond) typename hb_enable_if<(Cond)>::type* = nullptr
+                                                                      ^
+    ./hb-ot-layout-gsub-table.hh:40:5: note: previous default template argument defined here
+        hb_requires (hb_is_sorted_source_of (Iterator,
+        ^
+    ./hb-meta.hh:59:27: note: expanded from macro 'hb_requires'
+     define hb_requires(Cond) hb_enable_if((Cond))
+                              ^
+    ./hb-meta.hh:57:67: note: expanded from macro 'hb_enable_if'
+     define hb_enable_if(Cond) typename hb_enable_if<(Cond)>::type* = nullptr
+                                                                      ^
+    1 error generated.
+
+ src/hb-ot-layout-gsub-table.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 243a5a6af2565937705d6bc20e65a62b686bb664
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 19:03:59 2019 -0700
+
+    [algs] Remove pair copy constructor
+    
+    Use default.
+
+ src/hb-algs.hh   | 1 -
+ src/test-algs.cc | 1 +
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit f92d188d7703184d04e8f205ae46ca3081d3e048
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 18:52:57 2019 -0700
+
+    Whitespace
+
+ src/hb-ot-layout-gsub-table.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 962f95cf802404dafadf2f999772d3f9fc949d63
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu May 9 13:04:11 2019 -0700
+
+    [subset] Switch SingleSubst to use iterators in serialize.
+
+ src/hb-ot-layout-common.hh     |  6 +--
+ src/hb-ot-layout-gsub-table.hh | 97 +++++++++++++++++++++++++-----------------
+ 2 files changed, 62 insertions(+), 41 deletions(-)
+
+commit 78d35f0e780dd811ae103c96f3b1060d49046a7a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 18:15:05 2019 -0700
+
+    Reduce captures of lambdas
+
+ src/hb-ot-hdmx-table.hh        |  4 ++--
+ src/hb-ot-layout-gpos-table.hh |  2 +-
+ src/hb-ot-layout-gsub-table.hh | 29 +++++++++++++++--------------
+ src/hb-ot-layout-gsubgpos.hh   | 12 ++++++------
+ src/hb-ot-name-table.hh        |  2 +-
+ src/hb-ot-stat-table.hh        |  2 +-
+ src/hb-ot-var-fvar-table.hh    |  4 ++--
+ src/hb-subset-plan.cc          |  2 +-
+ src/test-iter.cc               |  4 ++--
+ 9 files changed, 31 insertions(+), 30 deletions(-)
+
+commit 5266ca86b633b84850492b7982334fb63271ccbc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 17:59:00 2019 -0700
+
+    Fix tests
+    
+    Oops.
+
+ src/test-algs.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 5da8a3a90db5e5ccaaf68de2ac312108af911821
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 17:11:18 2019 -0700
+
+    Remove variadic form of hb_min/hb_max
+    
+    Unused, and why here and not in other functions...
+
+ src/hb-algs.hh | 22 ++--------------------
+ 1 file changed, 2 insertions(+), 20 deletions(-)
+
+commit e5cfe9d582d86281eda2bcb85d3d1cbd4afbb5bb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 16:59:36 2019 -0700
+
+    Add arithmetic operators
+
+ src/hb-algs.hh | 44 ++++++++++++++++++++++++++++++--------------
+ 1 file changed, 30 insertions(+), 14 deletions(-)
+
+commit f7a458510d9c34d1c52579985ded5082ad0f3458
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 16:49:35 2019 -0700
+
+    Add hb_bitwise_* ops
+
+ src/hb-algs.hh | 56 +++++++++++++++++++++++++++++++++++---------------------
+ src/hb-set.hh  | 14 +++++++-------
+ 2 files changed, 42 insertions(+), 28 deletions(-)
+
+commit d822e0a16f914ec6a7e629d21ed972d009a88561
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 16:30:08 2019 -0700
+
+    [array] Adjust operator!=
+    
+    See comments.
+
+ src/hb-array.hh  | 7 ++++++-
+ src/hb-vector.hh | 1 +
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+commit 203ea58bf67b3df3e376f94cdfb37382dd3858a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 16:14:40 2019 -0700
+
+    More adjustment to OffsetTo<>::friend opeator+
+    
+    Let's see if I break any bots.  But yeah, it wasn't accepting a
+    non-const pointer.  It just happens that we don't use that in the
+    code it seems.
+
+ src/hb-open-type.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit ebf47a95f29dd959319feb7f8728f7c0162a181e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 15:14:26 2019 -0700
+
+    [iter] Simplify operator!= of iterator filters
+    
+    Both to save ops, and also because lambdas don't implement operator!=,
+    so this was failing in range-based for loop if a lambda was passed to
+    hb_map() or hb_filter().  Just check end-condition assuming that we
+    are comparing to .end() or iterators that are otherwise derived from
+    current iterator.  Ie. don't compare things that are expected to be
+    in common.
+
+ src/hb-iter.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit d3e1d5044f23a2dc910f4253c3f4976bf08f93ab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 14:25:54 2019 -0700
+
+    Add all pair_t comparison operators
+
+ src/hb-algs.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit f244224dbb5ee8929af109a0c4e23d2d993c8df8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 14:19:20 2019 -0700
+
+    [iter] Use default operators instead of redefining empty ones
+
+ src/hb-iter.hh | 26 +++++++++++++++-----------
+ 1 file changed, 15 insertions(+), 11 deletions(-)
+
+commit 125c45ed368ae61a74e2c558b9c884cfde6295e1
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Wed May 15 17:02:32 2019 -0400
+
+    Convert Consonant_Initial_Postfixed to CONS_MED
+
+ src/gen-use-table.py                                     |   6 +++---
+ src/hb-ot-shape-complex-use-table.cc                     |   2 +-
+ .../fonts/fd565cabd5208d345d0ed4fda7ae742917d846a5.ttf   | Bin 0 -> 1056 bytes
+ test/shaping/data/in-house/tests/use-syllable.tests      |   1 +
+ 4 files changed, 5 insertions(+), 4 deletions(-)
+
+commit 99ca956c131563b57d490b1ec3c8de920645e53f
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Wed May 15 16:29:51 2019 -0400
+
+    Fix record-test.sh on machines without sha1sum
+
+ test/shaping/record-test.sh | 13 ++++++++++++-
+ 1 file changed, 12 insertions(+), 1 deletion(-)
+
+commit e2767e438c56b8ee0bc2f2040c10b13b34d37f95
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed May 15 13:14:09 2019 +0430
+
+    [ci][test] Ignore other gcov symbols also
+    
+    To fix https://travis-ci.org/harfbuzz/harfbuzz/jobs/532693197
+
+ src/check-symbols.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 397cbbd5ff25c9796ecd56b8270e83de1eb322ac
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed May 15 13:03:28 2019 +0430
+
+    [ci][travis] Update its distribution
+    
+    It may break things, lets see
+
+ .travis.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 763ea4224bf612f3efb80d5744d1e8852682683e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 01:15:11 2019 -0700
+
+    Another try
+
+ src/hb-open-type.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit e1b2edb04af7bd2b4eecb59392f75abcc72cd8a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 01:12:04 2019 -0700
+
+    Completely revert the thing back
+
+ src/hb-open-type.hh | 14 +++++---------
+ 1 file changed, 5 insertions(+), 9 deletions(-)
+
+commit c58eeb5fb35ec6a8d0a4394fd83cb2571cd5af4f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 01:10:31 2019 -0700
+
+    Another try at fix
+    
+    Fails locally.  Trying to understand.  Sigh
+
+ src/hb-open-type.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 004edf3bdac77564d39516b51b0666de60e65ece
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 01:02:50 2019 -0700
+
+    Ugh.  How was the Travis bot happy before, but isn't now?! :(
+
+ src/hb-open-type.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit e01c7b1648dbbb76966b3bd4437bcf7699e77c35
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 00:52:17 2019 -0700
+
+    Move OffsetTo operator+ back out of class
+    
+    Apparently there's different overload resolution rules that apply, at
+    least with some (older?) version of gcc.
+    
+    hb-ot-name-table.hh: In member function ‘void OT::name::accelerator_t::init(hb_face_t*)’:
+    hb-ot-name-table.hh:244:62: error: ambiguous overload for ‘operator+’ (operand types are ‘hb_blob_ptr_t<OT::name>’ and ‘OT::NNOffsetTo<OT::UnsizedArrayOf<OT::IntType<unsigned char, 1u> > > {aka const OT::OffsetTo<OT::UnsizedArrayOf<OT::IntType<unsigned char, 1u> >, OT::IntType<short unsigned int, 2u>, false>}’)
+           this->pool = (const char *) (const void *) (this->table+this->table->stringOffset);
+                                                                  ^
+    hb-ot-name-table.hh:244:62: note: candidates are:
+    hb-ot-name-table.hh:244:62: note: operator+(const C*, long int) <built-in>
+    hb-ot-name-table.hh:244:62: note: operator+(const char*, long int) <built-in>
+
+ src/hb-open-type.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit b213042f87dd736bad7a852fe98269f84cbff493
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 00:50:48 2019 -0700
+
+    Revert "Revert symmetric OffsetTo overloads"
+    
+    This reverts commit 01912efb74fc554a81c8cfe572145ce45b8fa58b.
+    
+    Actually this didn't break things.  Fixing
+
+ src/hb-open-type.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 01912efb74fc554a81c8cfe572145ce45b8fa58b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 00:42:47 2019 -0700
+
+    Revert symmetric OffsetTo overloads
+    
+    Reverts 57f65ae9355004044325dd6441cde761bca5e0a3
+    
+    Caused ambiguous-overload on some gcc...
+
+ src/hb-open-type.hh | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit d0df996cdc249a245c9dad1fa6503213c84dbcd2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 15 00:32:41 2019 -0700
+
+    Use implicit lambda return type
+
+ src/hb-array.hh                |  4 ++--
+ src/hb-ot-layout-gsub-table.hh |  8 ++++----
+ src/hb-ot-layout-gsubgpos.hh   | 18 +++++++++---------
+ src/hb-ot-stat-table.hh        |  2 +-
+ src/hb-ot-var-fvar-table.hh    |  4 ++--
+ src/test-iter.cc               |  8 ++++----
+ src/test-meta.cc               |  1 -
+ 7 files changed, 22 insertions(+), 23 deletions(-)
+
+commit 57f65ae9355004044325dd6441cde761bca5e0a3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 14 22:52:59 2019 -0700
+
+    Add symmetric friend operator+ for OffsetTo
+
+ src/hb-open-type.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 71208e5047c71108dec7361fd7c3e594c8b6c2d8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 14 22:51:59 2019 -0700
+
+    Move OffsetTo<> deref operators in-class as friends
+
+ src/hb-open-type.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit e6d6f4b96dd5517406265093cd57834c00850d41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 14 22:45:03 2019 -0700
+
+    Whitespace
+
+ src/hb-ot-stat-table.hh     | 2 +-
+ src/hb-ot-var-fvar-table.hh | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 889dc1eb06a80ea9be4223a19011e47a52abebdd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 14 22:28:07 2019 -0700
+
+    [iter] Remove sort categorization
+    
+    See comments.
+
+ src/hb-array.hh            |  2 +-
+ src/hb-iter.hh             | 48 ++++++++++++++++++++++++++++++----------------
+ src/hb-ot-layout-common.hh |  2 +-
+ src/hb-set.hh              |  2 +-
+ 4 files changed, 35 insertions(+), 19 deletions(-)
+
+commit b4eff38397c2a4e475f426df38e040dddf94a4fa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 14 09:07:20 2019 -0700
+
+    Start of gen-ucd.py, to replace UCDN
+
+ src/gen-ucd.py | 46 ++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 46 insertions(+)
+
+commit 02e5e5d939be36d8f108029601a1ce1f533e5ccb
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon May 13 09:38:42 2019 -0700
+
+    [subset] retian nameids from STAT and fvar tables
+
+ src/hb-ot-stat-table.hh     | 76 +++++++++++++++++++++++++++++++++++++++++----
+ src/hb-ot-var-fvar-table.hh | 21 +++++++++++++
+ src/hb-subset-plan.cc       | 26 ++++++++++++++++
+ 3 files changed, 117 insertions(+), 6 deletions(-)
+
+commit ff7995200e706f3161b9fc5c27bb950e3d87e8e2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 14 07:44:03 2019 -0700
+
+    Hopefully last warning fix
+
+ src/hb-subset-cff2.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d1baf99697d215584b2ecb8d2d38ba5b9045955c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue May 14 16:16:46 2019 +0430
+
+    [ci] add HB_TINY to asmjs builder
+
+ .circleci/config.yml | 28 ++++++++++++++--------------
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+commit 9e7c9c3adb33b06610951be38f3c820342333092
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue May 14 15:58:51 2019 +0430
+
+    Fix -Wunused-function on HB_NO_SHAPE_AAT
+    
+    We should add a bot for it
+    Part of #1652
+
+ src/hb-ot-shape.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit c73d7ba75d4556d9b8e05b10d6572f74f4814f7a
+Author: Dominik Röttsches <drott@chromium.org>
+Date:   Tue May 14 13:26:18 2019 +0300
+
+    Fix building with HB_NO_SUBSET_LAYOUT
+    
+    Fixes an unused function warning when building with HB_NO_SUBSET_LAYOUT
+    as part of the Chrome build.
+
+ src/hb-subset-plan.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit f39934983f459c992e27075cd2c45ac0025183d0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 14 00:13:21 2019 -0700
+
+    [ucdn] Fix Hangul composition
+    
+    https://github.com/grigorig/ucdn/issues/23
+
+ src/hb-ucdn/ucdn.c      | 3 ++-
+ test/api/test-unicode.c | 4 ++++
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit b2ab15a78c219016e20389582716e0ac0ee8aeb5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 23:47:28 2019 -0700
+
+    Fix more warnings
+
+ src/hb-ot-cff1-table.hh | 8 ++++----
+ src/hb-subset-cff1.cc   | 4 ++--
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 42ae468a8a76e1e4e6a8121eec5dc118f52086ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 23:43:45 2019 -0700
+
+    [config] Add NDEBUG and HB_NDEBUG
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh | 10 ++++++++++
+ src/hb.hh        | 10 ----------
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+commit 0a01deb76fa582afa83da70a09478299d8080827
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 18:04:09 2019 -0700
+
+    One more warning fix
+    
+    No idea where these appear from...
+
+ src/hb-ot-cff-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f76e9f2ede76a189d48ddd4f2275442d8e849815
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 17:39:46 2019 -0700
+
+    [icu] Comment
+
+ src/hb-icu.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 70fe9e73555f3354238f7cda5ff0f0c0b75e1d62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 17:35:02 2019 -0700
+
+    Fix moreeeeeeeeeee
+
+ src/hb-icu.cc         | 28 +++++++++++++++-------------
+ src/hb-subset-plan.cc |  2 +-
+ 2 files changed, 16 insertions(+), 14 deletions(-)
+
+commit 68e12e68f813bfd22dda040463d042cc06b958ec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 17:28:59 2019 -0700
+
+    Fix more semi-colon issues
+
+ src/hb-coretext.cc    | 4 ++--
+ src/hb-directwrite.cc | 4 ++--
+ src/hb-graphite2.cc   | 4 ++--
+ src/hb-uniscribe.cc   | 4 ++--
+ 4 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 4d3cf2adb669c345cc43832d11689271995e160a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 17:25:07 2019 -0700
+
+    [iter] Fix zip iterator sortedness classification logic
+
+ src/hb-iter.hh | 9 ++-------
+ 1 file changed, 2 insertions(+), 7 deletions(-)
+
+commit c572732f29787d1cf7ff39b8160b3935d4b13ba4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 15:41:09 2019 -0700
+
+    Fix more excess semi-colon errors
+
+ src/hb-common.cc                 | 2 +-
+ src/hb-ot-name.cc                | 4 ++--
+ src/hb-ot-shape-complex-indic.hh | 2 +-
+ src/hb-ot-shape-complex-khmer.hh | 2 +-
+ 4 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 513762849a683914fc266a17ddf38f133cccf072
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 15:36:14 2019 -0700
+
+    [iter] Track strictly-sorted iterators
+    
+    This make output of hb_enumerate() sorted regardless of input iterator.
+
+ src/hb-array.hh            |  2 +-
+ src/hb-iter.hh             | 30 +++++++++++++++++++++---------
+ src/hb-ot-layout-common.hh |  2 +-
+ src/hb-set.hh              |  2 +-
+ 4 files changed, 24 insertions(+), 12 deletions(-)
+
+commit 7e02063f3202712b4e5fbddac0354adadb924f72
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 15:26:00 2019 -0700
+
+    [iter] Minor
+
+ src/hb-iter.hh | 21 +++++++++++----------
+ 1 file changed, 11 insertions(+), 10 deletions(-)
+
+commit a5fb44a8cbbaad194ddf6d02a6b6c98b0b637149
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon May 13 14:57:40 2019 -0700
+
+    [subset] Fix shadowed 'groups' param in cmap.
+
+ src/hb-ot-cmap-table.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 73943bdf21a96f4e12cb9efd8458a2711de0d870
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 14:48:31 2019 -0700
+
+    Adjust uniscribe_bug_compatible mode
+    
+    More correct behavior.  We were commenting out some legit conditions
+    before.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-shape-complex-indic.cc | 10 ++--------
+ 1 file changed, 2 insertions(+), 8 deletions(-)
+
+commit 809c58708359bcc22bb1273069886f2cbf68be65
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 14:45:51 2019 -0700
+
+    [config] Better compile away morx/kerx/trak
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-shape.cc | 38 ++++++++++++++------------------------
+ src/hb-ot-shape.hh | 12 +++++++++++-
+ 2 files changed, 25 insertions(+), 25 deletions(-)
+
+commit b1d3e54bd3c881794b05831e811b1a77a7d427c5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 14:35:04 2019 -0700
+
+    [indic] Don't constrain how many C, M, ... occur
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1709
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-shape-complex-indic-machine.hh | 1225 ++++++++----------------------
+ src/hb-ot-shape-complex-indic-machine.rl |    8 +-
+ 2 files changed, 305 insertions(+), 928 deletions(-)
+
+commit 148d88368013ba9bf70a7dd275b1a0f9c64fd45c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 14:33:06 2019 -0700
+
+    [test] Don't call deprecated API
+
+ test/api/test-font.c  |  3 ---
+ test/api/test-shape.c | 16 ++--------------
+ 2 files changed, 2 insertions(+), 17 deletions(-)
+
+commit a487fc33248ea2f934ff4cb857cb556065c11841
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 14:16:33 2019 -0700
+
+    Another extra semi-colon
+
+ src/hb-ot-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8461ade7832110d28001dc641342d3f9461e03b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 14:10:48 2019 -0700
+
+    Revert "[ragel] Regenerate ragel-generated files using ragel 7.0.0.11 May 2018"
+    
+    This reverts commit 9b05db33b54e6e5f0b4658f4c06e7fe563f8923b.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1708
+
+ src/hb-buffer-deserialize-json.hh          | 1051 ++++++-----
+ src/hb-buffer-deserialize-text.hh          | 1009 ++++++-----
+ src/hb-ot-shape-complex-indic-machine.hh   | 2678 ++++++++++++----------------
+ src/hb-ot-shape-complex-khmer-machine.hh   |  709 ++++----
+ src/hb-ot-shape-complex-myanmar-machine.hh |  820 ++++-----
+ src/hb-ot-shape-complex-use-machine.hh     | 1144 ++++++------
+ 6 files changed, 3452 insertions(+), 3959 deletions(-)
+
+commit 52c15b053aec06d351404a4c15609384946b26e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 14:10:28 2019 -0700
+
+    Revert "[ragel] Switch to -T1 output instead of -F1"
+    
+    This reverts commit ae8719eb596485ebff07dd5016256015cd0cf86b.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1708
+
+ src/Makefile.am                            |    2 +-
+ src/hb-buffer-deserialize-json.hh          |  381 ++-
+ src/hb-buffer-deserialize-text.hh          |  308 +--
+ src/hb-ot-shape-complex-indic-machine.hh   | 3527 +++++++---------------------
+ src/hb-ot-shape-complex-khmer-machine.hh   |  396 +---
+ src/hb-ot-shape-complex-myanmar-machine.hh |  742 ++----
+ src/hb-ot-shape-complex-use-machine.hh     | 1011 ++------
+ 7 files changed, 1658 insertions(+), 4709 deletions(-)
+
+commit e98f0ddd6373f64ef4b542daa36b5841399170af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 13:53:06 2019 -0700
+
+    Fix extra semi-colon
+
+ src/hb-iter.hh | 2 +-
+ src/hb.hh      | 1 +
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit ae8719eb596485ebff07dd5016256015cd0cf86b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 13 12:27:10 2019 -0700
+
+    [ragel] Switch to -T1 output instead of -F1
+    
+    Fedora upgraded to ragel 7, which is buggy if char is signed.
+    Switching to -G2 output fails with sign-compare error:
+    
+    ../../src/hb-buffer-deserialize-json.hh:107:12: error: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘const char’ [-Werror=sign-compare]
+        if ( 9u <= ( (*( p))) && ( (*( p))) <= 13u ) {
+             ~~~^~~~~~~~~~~~~
+    
+    Switching to -T1 for now.  It actually results in smaller code,
+    at the expense of some binary searching instead of flat tables.
+    In the not distant future, we might actually generate two different
+    outputs and choose between depending on size-optimize options.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1708
+
+ src/Makefile.am                            |    2 +-
+ src/hb-buffer-deserialize-json.hh          |  381 ++--
+ src/hb-buffer-deserialize-text.hh          |  308 ++-
+ src/hb-ot-shape-complex-indic-machine.hh   | 3401 +++++++++++++++++++++-------
+ src/hb-ot-shape-complex-khmer-machine.hh   |  396 +++-
+ src/hb-ot-shape-complex-myanmar-machine.hh |  742 ++++--
+ src/hb-ot-shape-complex-use-machine.hh     | 1011 ++++++---
+ 7 files changed, 4646 insertions(+), 1595 deletions(-)
+
+commit df3f36f0bb7aeed0554843f24f6542852e40f6cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 12 20:56:36 2019 -0700
+
+    Minor
+
+ src/gen-os2-unicode-ranges.py | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit ccc88e98f34453100830d6408fdabfe90e6b47b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 12 16:12:06 2019 -0700
+
+    Fix MSVC build
+
+ src/hb-ot-shape-complex-indic.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f8f9cb93b7166b0d8c816610596da486443c7391
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 12 15:56:25 2019 -0700
+
+    [config] Define HB_NO_SUBSET_LAYOUT in HB_LEAN
+    
+    Assumning subsetter would be used for printing-like uses in that case,
+    which don't need GSUB/GPOS.
+
+ src/hb-config.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit a1394a28fc4b3d15ef45481f3147f0685d343acb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 12 15:47:46 2019 -0700
+
+    [config] Add HB_NO_UNISCRIBE_BUG_COMPATIBLE
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh                 |  4 ++++
+ src/hb-ot-shape-complex-indic.cc | 24 ++++++++++++++++++------
+ 2 files changed, 22 insertions(+), 6 deletions(-)
+
+commit dba1ac1b0e8f5f96974fc1119b318ae6127daa82
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 12 15:33:31 2019 -0700
+
+    [config] Disable buffer serialize routines in HB_TINY
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-buffer-serialize.cc | 14 +++++++++++++-
+ src/hb-config.hh           |  1 +
+ 2 files changed, 14 insertions(+), 1 deletion(-)
+
+commit 3d9be2ad5036aaf02b69095faaf9c18705c2c5bc
+Merge: a20db496f 1a850abd6
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Sun May 12 20:03:29 2019 +0100
+
+    Merge pull request #1665 from n8willis/docs-gtkdoc-colormath
+    
+    [Docs] Add gtk-doc comments for OT color and OT math
+
+commit a20db496f090abc5b937857b7c5f077161b6ffe4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 12 11:08:45 2019 -0700
+
+    Fix builds
+
+ src/hb-subset-plan.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 8694d6082901661e90e2ffcf732e9985a215063f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 12 11:05:24 2019 -0700
+
+    [config] Enable HB_NO_MT in HB_TINY
+    
+    Now that user can override it if needed...
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7f6fca4ef78cf3c9384bf835def14219b2ce8791
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 12 10:29:47 2019 -0700
+
+    Force-disable CFF code under disabling conditions
+    
+    Subsetter size goes down from 190kb to 119kb.  Main library about 7kb.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-cff1-table.cc | 4 ++++
+ src/hb-ot-cff2-table.cc | 4 ++++
+ src/hb-subset-cff1.cc   | 4 ++++
+ src/hb-subset-cff2.cc   | 4 ++++
+ 4 files changed, 16 insertions(+)
+
+commit 5249eee43748db32b40ad2602b3243d2491642b3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 16:12:07 2019 -0700
+
+    [config] Allow overriding chosen config
+
+ src/hb-config.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 30c059a978c91fcd38d47f1ac4a03295f887a7da
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat May 11 18:48:41 2019 -0400
+
+    [test] minor, fix -Weverything bot
+
+ test/fuzzing/main.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit a29b1de55abca2e90733caff7423e5251d72e03c
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sat May 11 20:56:55 2019 +0100
+
+    Usermanual, fix up userfeatures example code in OpenType features section of shaping chapter.
+
+ docs/usermanual-opentype-features.xml | 15 +++++++++++----
+ 1 file changed, 11 insertions(+), 4 deletions(-)
+
+commit 78fcb14db9041af0e0d5ea209cf0cb1977f6dcc3
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sat May 11 20:56:02 2019 +0100
+
+    Usermanual, minor: flesh out invisible-glyph discussion in buffers chapter.
+
+ ...ermanual-buffers-language-script-and-direction.xml | 19 +++++++++++++++----
+ 1 file changed, 15 insertions(+), 4 deletions(-)
+
+commit 25531a30394c451a7a2aee77928e0a550015b803
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat May 11 19:50:42 2019 +0000
+
+    [test] minor
+    
+    style fix and add return statement
+
+ test/fuzzing/main.cc | 10 +++++++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+commit 1a850abd66999707b6f4795050e748fc879b92ef
+Merge: 8a544171d a6048e4cd
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Sat May 11 20:16:57 2019 +0100
+
+    Merge branch 'master' into docs-gtkdoc-colormath
+
+commit 8a544171d15bb36c15ca7bf679643b2b14f94b45
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sat May 11 20:11:49 2019 +0100
+
+    Corrections to OT Color gtk-doc comments.
+
+ src/hb-ot-color.cc | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 301f5091f6663cc8a1fff848bf5285aa15cc0598
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sat May 11 20:11:36 2019 +0100
+
+    Corrections to OT Math gtk-doc comments.
+
+ src/hb-ot-math.cc | 33 +++++++++++++++++++++++----------
+ 1 file changed, 23 insertions(+), 10 deletions(-)
+
+commit a6048e4cd013987ecb846e0683a7cf6f0caa65f9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 12:11:22 2019 -0700
+
+    Fix build
+
+ src/hb-ot-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 32d3c06b61f2f4252f4403b55c6ba07fbb572149
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 11:59:18 2019 -0700
+
+    Disable sbix if no-color or no-ot-font-bitmap
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-font.cc | 21 +++++++++++----------
+ 1 file changed, 11 insertions(+), 10 deletions(-)
+
+commit 606841b07017ac80dea2fc5ada25b5976f2f9192
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 11:54:30 2019 -0700
+
+    [iter] Check for more before forwarding/rewinding past ends
+
+ src/hb-iter.hh   | 4 ++--
+ src/test-iter.cc | 6 ++----
+ 2 files changed, 4 insertions(+), 6 deletions(-)
+
+commit c1c122e7b3f60dc7b5a224c68d2acb106fda8b49
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Sat May 11 11:38:06 2019 -0400
+
+    [iter] Fix filter rewinding
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b854d4ff46602104343201361919f30169144cf1
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Fri May 10 22:51:49 2019 -0400
+
+    [array] Fix rewinding
+
+ src/hb-array.hh | 22 +++++++++++++---------
+ 1 file changed, 13 insertions(+), 9 deletions(-)
+
+commit 76e80c5ca5e820e955438e4c727929ddd99e695e
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Sat May 11 19:51:24 2019 +0100
+
+    Update src/hb-ot-color.cc
+    
+    Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
+
+ src/hb-ot-color.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 79126df3070f00193fe3caefe9deb62c4520e048
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 11:23:31 2019 -0700
+
+    [iter] Add hb_map_sorted() and hb_map_retains_sorting()
+
+ src/hb-iter.hh | 38 +++++++++++++++++++++++++++++++-------
+ 1 file changed, 31 insertions(+), 7 deletions(-)
+
+commit bcd81932f0bcb2258276ae313709780e90e9b0f6
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Sat May 11 14:10:32 2019 +0100
+
+    Update src/hb-ot-math.cc
+    
+    Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
+
+ src/hb-ot-math.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ddc6dd42f753a20204898e41cc711b0100638330
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Sat May 11 14:10:11 2019 +0100
+
+    Update src/hb-ot-math.cc
+    
+    Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
+
+ src/hb-ot-math.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 46e05ecca16e561a0ff4ca60bb064f480374590a
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Sat May 11 14:09:52 2019 +0100
+
+    Update src/hb-ot-color.cc
+    
+    Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
+
+ src/hb-ot-color.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6d9870b4799f20a6c58a2c071713e56aa93b0221
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Sat May 11 14:09:26 2019 +0100
+
+    Update src/hb-ot-color.cc
+    
+    Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
+
+ src/hb-ot-color.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 12ea4a24c40c7ac28d058e9721479347951e3482
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Sat May 11 14:08:40 2019 +0100
+
+    Update src/hb-ot-color.cc
+    
+    Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
+
+ src/hb-ot-color.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3535f2d31efe1ebe44ba63f980882ba23cdcde3b
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Sat May 11 14:07:38 2019 +0100
+
+    Update src/hb-ot-color.cc
+    
+    Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
+
+ src/hb-ot-color.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 12d2c472fe8ec3268a4b39a57603dcc734ab7b88
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Sat May 11 14:06:56 2019 +0100
+
+    Update src/hb-ot-color.cc
+    
+    Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
+
+ src/hb-ot-color.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7f45ce42dbf11366e904f48db45cf5405e4e94df
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 01:28:31 2019 -0700
+
+    [config] Rename
+
+ src/hb-config.hh    | 2 +-
+ src/hb-ot-layout.cc | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 0e78d4ddaec5f29d6652cc4185cbcca98c3a2927
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 01:27:50 2019 -0700
+
+    [config] Add HB_NO_NAME
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh  |  6 +++++-
+ src/hb-ot-name.cc | 20 ++++++++++++++++++++
+ 2 files changed, 25 insertions(+), 1 deletion(-)
+
+commit 1fc077211771c752768f63f178116d2b8f2f7d03
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 01:24:23 2019 -0700
+
+    [config] HB_NO_OT_NAME_LANGUAGE AAT
+
+ src/hb-config.hh                  | 4 ++--
+ src/hb-ot-name-language-static.hh | 3 +++
+ src/hb-ot-name-table.hh           | 4 +++-
+ 3 files changed, 8 insertions(+), 3 deletions(-)
+
+commit 4381bb2de7a554a148302836b86a5d73264abeae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 01:14:04 2019 -0700
+
+    [config] Comment
+
+ src/hb-config.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 9c921e6c32ab5ac4c524f554b7a7841eeeb0908f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 01:08:51 2019 -0700
+
+    [config] Enable HB_NO_NAME_TABLE_AAT
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 81b79dfc397599182f43d63bf9346eee28e2d220
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 00:53:52 2019 -0700
+
+    [config] Add HB_NO_COLOR to HB_LEAN
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh   |  1 +
+ src/hb-ot-color.cc | 49 +++++++++++++++++++++++++++++++++++++++++++++----
+ src/hb-ot-color.h  |  2 +-
+ src/hb-ot-layout.h |  2 +-
+ 4 files changed, 48 insertions(+), 6 deletions(-)
+
+commit b63a8e173cbc5a81f2ca4a0a82f20b9dafaedb30
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 00:47:20 2019 -0700
+
+    [config Add HB_NO_OT_SHAPE_COMPLEX_VOWEL_CONSTRAINTS to LEAN
+    
+    Already I don't like the inflexibility of this approach :(.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 42a21284778f3203d96133f74b0f846cd1567958
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 00:44:22 2019 -0700
+
+    [config] Disbale getenv() and atexit() if HB_LEAN
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit fca27860417812d51e40f040de97c10177b1250e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 00:37:01 2019 -0700
+
+    [config] Make HB_DISABLE_DEPRECATED actually compile
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh            |  7 +++++++
+ src/hb-font.cc              |  8 ++++++++
+ src/hb-font.hh              | 12 ++++++++++--
+ src/hb-graphite2.cc         |  2 ++
+ src/hb-icu.cc               |  2 +-
+ src/hb-ot-layout.cc         |  7 ++++++-
+ src/hb-ot-shape-fallback.cc |  4 ++++
+ src/hb-ot-tag.cc            |  4 ++++
+ src/hb-ot-var-fvar-table.hh |  6 ++++++
+ src/hb-ot-var.cc            |  2 ++
+ src/hb-set.cc               |  2 ++
+ src/hb-unicode.cc           |  6 ++++++
+ src/hb-unicode.hh           | 10 +++++++---
+ 13 files changed, 65 insertions(+), 7 deletions(-)
+
+commit 5a48611ccd045de5782ad2fd5f6718357fe232a2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 00:19:03 2019 -0700
+
+    [config] Add HB_NO_OT_LAYOUT_UNUSED
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh    |  1 +
+ src/hb-ot-layout.cc | 12 ++++++++++++
+ 2 files changed, 13 insertions(+)
+
+commit 771f1b21d1d7128440d6b4488705456d43dbc0e7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 00:16:18 2019 -0700
+
+    [config] Adjust
+
+ src/hb-config.hh | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit 484f6e8215038006a945da67d245f14db3eeeb2e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 00:13:35 2019 -0700
+
+    [config] Add HB_LEAN
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh  |  5 +++++
+ src/hb-ot-math.cc | 40 ++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 45 insertions(+)
+
+commit 0bfd14c0ed2f95f00d0b94d396c777399afa4d68
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 00:06:57 2019 -0700
+
+    [config] Fix tests
+
+ src/hb-config.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 784df8eba1aaf20d2db464f8b3ea0984f7ea1308
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat May 11 00:04:59 2019 -0700
+
+    [config] Flesh out more
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-config.hh | 17 +++++++++++++++++
+ 1 file changed, 17 insertions(+)
+
+commit 799c6a5081e5058260199eeeb2091ee2c1dfefff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 23:55:22 2019 -0700
+
+    [config] Add some
+
+ src/hb-aat-layout.cc    | 26 +++++++++++++-------------
+ src/hb-aat-map.cc       |  4 ++--
+ src/hb-config.hh        | 18 ++++++++++++++++++
+ src/hb-ot-kern-table.hh | 14 +++++++-------
+ src/hb-ot-shape.cc      | 22 +++++++++++-----------
+ 5 files changed, 51 insertions(+), 33 deletions(-)
+
+commit e6582de12f1af9ab5e3122d762a3e12438a66b6b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 23:53:38 2019 -0700
+
+    Add hb-config.hh
+
+ src/Makefile.sources |  1 +
+ src/hb-config.hh     | 36 ++++++++++++++++++++++++++++++++++++
+ src/hb.hh            |  7 ++++---
+ 3 files changed, 41 insertions(+), 3 deletions(-)
+
+commit d43af339e7a7f5dab1690703a78d2690baefbd59
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 23:46:22 2019 -0700
+
+    [subset] More HB_NO_SUBSET_LAYOUT
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-subset-plan.cc | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit 31c591d69f6a7605088883db59149e83c80d019c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 23:39:53 2019 -0700
+
+    [cff] Prune more code if HB_NO_OT_FONT_CFF
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-cff1-table.cc | 5 +++++
+ src/hb-ot-cff2-table.cc | 5 +++++
+ 2 files changed, 10 insertions(+)
+
+commit 5ea8ad5c48f9baabc4ccf81dce4aee1067c401f6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 23:36:42 2019 -0700
+
+    [subset] Add HB_NO_SUBSET_CFF
+    
+    Doesn't fully prune all the relevant code.  To be fixed later.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-subset.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 2c93f0dee31b2277567ccbee041539732b9bd26d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 23:31:05 2019 -0700
+
+    Add HB_NO_AAT
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-aat-layout.cc    | 58 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-aat-map.cc       |  8 +++++++
+ src/hb-ot-kern-table.hh | 14 ++++++++++++
+ src/hb-ot-shape.cc      | 28 +++++++++++++++++++++++-
+ 4 files changed, 107 insertions(+), 1 deletion(-)
+
+commit 62dfe7aea23c95f4550543085071990e20ee4d54
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 23:17:15 2019 -0700
+
+    [cff] Minor
+
+ src/hb-subset-cff1.cc | 2 +-
+ src/hb-subset-cff2.cc | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 227d85e138d4c785c2d658e225ed35f5acd1235f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 23:15:58 2019 -0700
+
+    Minor
+
+ src/hb-atomic.hh                             |  2 +-
+ src/hb-debug.hh                              |  2 +-
+ src/hb-font.cc                               |  2 +-
+ src/hb-ot-font.cc                            |  4 ++--
+ src/hb-ot-layout.cc                          |  6 +++---
+ src/hb-ot-name-table.hh                      |  2 +-
+ src/hb-ot-shape-complex-arabic.cc            |  2 +-
+ src/hb-ot-shape-complex-hebrew.cc            |  2 +-
+ src/hb-ot-shape-complex-thai.cc              |  2 +-
+ src/hb-ot-shape-complex-vowel-constraints.cc |  2 +-
+ src/hb-ot-shape-fallback.cc                  |  6 +++---
+ src/hb-subset.cc                             |  4 ++--
+ src/hb-warning.cc                            |  4 ++--
+ src/hb.hh                                    | 10 +++++-----
+ 14 files changed, 25 insertions(+), 25 deletions(-)
+
+commit 9bfe22af6113ee8cd24cb9ee091f0841c27bbf98
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 22:44:19 2019 -0700
+
+    [sanitize] Fix previous commit
+
+ src/hb-open-type.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 4dcf65328f04a11594fc190fd7e976afa54455e9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 22:23:24 2019 -0700
+
+    [sanitize] Simplify
+
+ src/hb-open-type.hh | 45 ++++++++++-----------------------------------
+ 1 file changed, 10 insertions(+), 35 deletions(-)
+
+commit 23168c3981f7c80883663fa69c608caee98d3d99
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 22:11:51 2019 -0700
+
+    [sanitize] Use hb_is_trivially_copyable()
+
+ src/hb-open-type.hh | 64 +++++++----------------------------------------------
+ 1 file changed, 8 insertions(+), 56 deletions(-)
+
+commit 0ff7954f9f09f80654ac91c16712154744a0dd2d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 22:04:40 2019 -0700
+
+    [meta] Add hb_is_trivial
+
+ src/hb-meta.hh   | 7 +++++++
+ src/test-meta.cc | 4 ++++
+ 2 files changed, 11 insertions(+)
+
+commit 7162a97bca6e0dde3d277701a3bf15688deef61d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 22:03:03 2019 -0700
+
+    [meta] Add hb_is_trivially_copyable()
+
+ src/hb-meta.hh   | 11 +++++++++++
+ src/test-meta.cc |  4 ++++
+ 2 files changed, 15 insertions(+)
+
+commit f2398f34c019a55d4f0e1a7031961714afadf2b3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 21:59:57 2019 -0700
+
+    [meta] Add is_trivially_destructible
+
+ src/hb-meta.hh   | 6 +++---
+ src/test-meta.cc | 7 +++++--
+ 2 files changed, 8 insertions(+), 5 deletions(-)
+
+commit 72cb5b8e52b7103c18adcb82cbcd4b91a2c85474
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 21:50:15 2019 -0700
+
+    Remove accidentally included include
+
+ src/test-meta.cc | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 086772e409759e8f1edd0e34f6f25374e51e9e10
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 21:49:25 2019 -0700
+
+    [meta] Add is_destructible
+
+ src/hb-meta.hh | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+
+commit b14745278ad16fe7f4e838b685029e3fdda516ca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 21:42:59 2019 -0700
+
+    [met]a Add is_constructible, ...
+
+ src/hb-meta.hh   | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/test-meta.cc | 23 ++++++++++++++++++
+ 2 files changed, 96 insertions(+)
+
+commit 19e08a146712dacd11359370c91a7bad55bc6f62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 21:25:07 2019 -0700
+
+    [iter] Adjust source_of/sink_of
+
+ src/hb-iter.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c0485e32a320e17dd0634b2cc8b4dd8c4fdc65e0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 21:03:14 2019 -0700
+
+    Use hb_void_t<> the way it's supposed to be used
+
+ src/hb-null.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 40fb36a39de5dd3ee9a4c84f1f76205b6bb68660
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 21:01:19 2019 -0700
+
+    [meta] Minor
+
+ src/hb-meta.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit f9a96a0a97f59a0b31ee0f901d1c21dde6b3cfaf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 20:56:16 2019 -0700
+
+    [meta] More rewrites
+
+ src/hb-meta.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 5252677e53ff4473701172bbbd4e953ac6b08e6f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 20:49:52 2019 -0700
+
+    [meta] Rewrite hb_int_min/max
+
+ src/hb-meta.hh | 44 ++++++++++++++++++++++----------------------
+ 1 file changed, 22 insertions(+), 22 deletions(-)
+
+commit caa3f92e91062ff78b657aec23569b099de48640
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 20:43:51 2019 -0700
+
+    [meta] void_tt -> void_t
+
+ src/hb-meta.hh | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit 7df3ecfb4069d275cd277c71165962bb5769364a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 20:43:26 2019 -0700
+
+    [meta] hb_void_t -> hb_empty_t
+
+ src/hb-debug.hh                |  6 +++---
+ src/hb-meta.hh                 |  2 +-
+ src/hb-ot-layout-gsub-table.hh |  2 +-
+ src/hb-ot-layout-gsubgpos.hh   | 18 +++++++++---------
+ 4 files changed, 14 insertions(+), 14 deletions(-)
+
+commit 149c3db8a2d41894b5d65f4c4b7c20757f6de6dd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 20:34:52 2019 -0700
+
+    [meta] Minor
+
+ src/hb-meta.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 707ff5b59d3903b60312a028f2ba5d74c18db101
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 20:31:20 2019 -0700
+
+    Minor
+
+ src/hb-meta.hh      | 5 -----
+ src/hb-open-type.hh | 2 +-
+ 2 files changed, 1 insertion(+), 6 deletions(-)
+
+commit ce300f4fb68a25d46d165e8b0a4825482c83a966
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 20:26:29 2019 -0700
+
+    [meta] Rewrite is_signed, add is_unsigned
+
+ src/hb-meta.hh | 29 ++++++++++++-----------------
+ 1 file changed, 12 insertions(+), 17 deletions(-)
+
+commit e939d88bd72e0db0ebe357649b7a0fa3447c0bf4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 20:20:51 2019 -0700
+
+    [meta] Rewrite is_integral / is_floating_point, add is_arithmetic
+
+ src/hb-meta.hh | 49 +++++++++++++++++++++++++++++++------------------
+ 1 file changed, 31 insertions(+), 18 deletions(-)
+
+commit c3a456a26e8e5f8bc483b326f1928e9c603a7216
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 20:17:30 2019 -0700
+
+    [meta] Rewrite is_cr_convertible
+
+ src/hb-meta.hh | 13 +++++--------
+ 1 file changed, 5 insertions(+), 8 deletions(-)
+
+commit b4ad6af9c4ec30c462078bd93ae12653619c5fea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 20:15:03 2019 -0700
+
+    [meta] Rewrite is_base_of
+
+ src/hb-meta.hh | 5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+commit 5a171ed3a69313e10df6e42a03affb5e8bfe8e95
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 20:11:29 2019 -0700
+
+    [null] Modernize template work
+
+ src/hb-null.hh | 19 ++++++-------------
+ 1 file changed, 6 insertions(+), 13 deletions(-)
+
+commit 61d150c916d181cc3f333d0378108e08210370ad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 20:06:31 2019 -0700
+
+    [meta] Add integral_constant, true_t -> true_type, false_t -> false_type
+
+ src/hb-iter.hh | 20 ++++++++++----------
+ src/hb-meta.hh | 17 ++++++++---------
+ src/hb-null.hh |  4 ++--
+ 3 files changed, 20 insertions(+), 21 deletions(-)
+
+commit 38e3a8bd531ef3d35ca0fbcfad09db3f83345038
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 20:03:14 2019 -0700
+
+    [meta] bool_tt -> bool_constant
+
+ src/hb-meta.hh | 6 +++---
+ src/hb-null.hh | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 3919ca41b5e657764c7f75dfdc21cf8ca20bd66f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 19:56:36 2019 -0700
+
+    [meta] Add is_floating_point
+
+ src/hb-meta.hh | 33 +++++++++++++++++++--------------
+ 1 file changed, 19 insertions(+), 14 deletions(-)
+
+commit 25bb7e005d96c367731fd8d129d764d101b1200f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 19:49:26 2019 -0700
+
+    [meta] Add is_signed for floating point types
+
+ src/hb-meta.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit e0315b4aadb3fbc6b618de56d643471e8d1f7859
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 19:48:02 2019 -0700
+
+    [meta] is_integer -> is_integral
+
+ src/hb-algs.hh |  2 +-
+ src/hb-map.hh  |  4 ++--
+ src/hb-meta.hh | 26 +++++++++++++-------------
+ 3 files changed, 16 insertions(+), 16 deletions(-)
+
+commit 9574de7a3e763b9c5eacf65b4b8c148724c00b82
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 19:29:32 2019 -0700
+
+    [meta] Add add_const, add_pointer, add_lvalue_reference, add_rvalue_reference
+
+ src/hb-meta.hh | 11 +++++++++++
+ 1 file changed, 11 insertions(+)
+
+commit 2fb3a8327ab35248a0c7877c48422718cfbe375d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 18:40:29 2019 -0700
+
+    [vector] Simplify arrayZ
+    
+    Was turned into function when we had static ones and wanted to be
+    move-safe...  Not the case anymore.
+
+ src/hb-coretext.cc      |  2 +-
+ src/hb-ot-cff-common.hh |  2 +-
+ src/hb-uniscribe.cc     | 10 +++----
+ src/hb-vector.hh        | 71 ++++++++++++++++++++++---------------------------
+ 4 files changed, 39 insertions(+), 46 deletions(-)
+
+commit 4d67743ffd99ed9f2278ab21adfac7eb314c0df0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 16:35:31 2019 -0700
+
+    [subset] Use more auto typing
+
+ src/hb-ot-layout-common.hh     | 8 ++++----
+ src/hb-ot-layout-gdef-table.hh | 2 +-
+ src/hb-ot-layout-gsubgpos.hh   | 4 ++--
+ 3 files changed, 7 insertions(+), 7 deletions(-)
+
+commit a27a31b9ee2601a05575cb581dc227caa73742c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 16:26:19 2019 -0700
+
+    Minor
+
+ src/hb-ot-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2ade0086286963ae2c65d44b94e63cb3836ce36b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 16:21:03 2019 -0700
+
+    [serialize] More rewrite
+
+ src/hb-ot-layout-common.hh | 42 ++++++++++++++++++++++++------------------
+ 1 file changed, 24 insertions(+), 18 deletions(-)
+
+commit 99ed6e29d86bbf391c12ee1f980b8af9dc35615e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 16:07:51 2019 -0700
+
+    [serialize] Fix a TODO
+
+ src/hb-ot-layout-common.hh | 16 ++++++++++------
+ 1 file changed, 10 insertions(+), 6 deletions(-)
+
+commit d8a49b53e3676ad742bdb8edf0ec3ca6f7a7cac9
+Author: rsheeter <rsheeter@google.com>
+Date:   Fri May 10 16:52:43 2019 -0700
+
+    Update TESTING.md
+
+ TESTING.md | 9 ++++++++-
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+commit 25a5b287f220802728cd3312692f368c45d22862
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 16:01:39 2019 -0700
+
+    Fix sanitize fail of extension sublookups
+    
+    Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=960331
+
+ src/hb-ot-layout-common.hh                                 |  10 ++++++++--
+ src/hb-sanitize.hh                                         |   2 ++
+ ...uzz-testcase-minimized-harfbuzz_fuzzer-5702671124791296 | Bin 0 -> 94 bytes
+ 3 files changed, 10 insertions(+), 2 deletions(-)
+
+commit 9c0c3589f31106d1898f8922cc9a2e18cb054989
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 13:56:50 2019 -0700
+
+    Minor
+
+ src/hb-ot-layout-common.hh | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit 5d773ec60029e1a6edec45c27ea918d9be4ea806
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 13:53:15 2019 -0700
+
+    Minor
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ac737f8c9e7cbc81cdb5a0542a2494671f236895
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 13:51:12 2019 -0700
+
+    Minor again
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5d4437fad0f99508ebd5c026a3d927f5d649615e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 13:43:29 2019 -0700
+
+    Minor
+
+ src/hb-ot-layout-common.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit cd9bc732a75c716121a86e39ab588d2e0af58eba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 13:17:41 2019 -0700
+
+    [gsubgpos] Minor
+
+ src/hb-ot-layout-gsubgpos.hh | 9 ++-------
+ 1 file changed, 2 insertions(+), 7 deletions(-)
+
+commit 6d63e27ca41b12ba2e8fb22fd6bc44417651c518
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 11:53:02 2019 -0700
+
+    Generate tarball in .xz instead of .bz2
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1662
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1d870cce68f7033f6d3967ce4e9ba622a6fafe79
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 11:32:59 2019 -0700
+
+    Fix bot
+    
+    Any way to catch these?
+
+ src/test-meta.cc | 26 +++++++++++++-------------
+ 1 file changed, 13 insertions(+), 13 deletions(-)
+
+commit 30e4ae6bd19bf297b029205b5f86c1a0ae14943d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 11:26:39 2019 -0700
+
+    [meta] Add hb_is_base_of
+
+ src/hb-meta.hh   |  7 +++++++
+ src/test-meta.cc | 16 ++++++++++++++++
+ 2 files changed, 23 insertions(+)
+
+commit 98974ac16f5caf282c9c7cf0c417b494efd6af1d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 10 11:18:52 2019 -0700
+
+    [iter] Adjust is_source_of / is_sink_of
+    
+    There are two cases that we accept.  Encode both.
+
+ src/hb-iter.hh | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 1b58bf22ca70908bb578910757795ee32d48b65a
+Author: rsheeter <rsheeter@google.com>
+Date:   Thu May 9 20:06:29 2019 -0700
+
+    Update TESTING.md
+
+ TESTING.md | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit ed972d5d73ba0592e1ba92426adf2a8f67acf9c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 16:58:28 2019 -0700
+
+    [iter] Rewrite test functions
+    
+    Notably, add hb_is_source_of(,) and hb_is_sink_of(,) to replace most
+    uses of hb_is_iterator_of(,).
+
+ src/hb-iter.hh             | 65 +++++++++++++++++++++++++++++-----------------
+ src/hb-open-type.hh        |  7 +++--
+ src/hb-ot-layout-common.hh |  6 ++---
+ src/hb-ot-name-table.hh    |  2 +-
+ src/test-iter.cc           |  2 +-
+ 5 files changed, 49 insertions(+), 33 deletions(-)
+
+commit 42901d7af91b4c5cffee9752f653447e4f4bd4f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 16:22:08 2019 -0700
+
+    Minor
+
+ src/hb-meta.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 322627ae1daa16f62f7a91c3c3ed02eb5b708ca5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 16:08:10 2019 -0700
+
+    Whitespace
+
+ src/hb-array.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 489f3c35bddb22cfe40c45d3a5c1cb6d88ccaf1f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 15:39:32 2019 -0700
+
+    Fix bot
+
+ src/test-meta.cc | 70 ++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 35 insertions(+), 35 deletions(-)
+
+commit 790315e0dbc0ce796f0081a60953f74bd3fbdb63
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 15:31:24 2019 -0700
+
+    [algs] Implement implicit casting between compatible pair types
+
+ src/hb-algs.hh   | 5 +++++
+ src/test-algs.cc | 3 +++
+ 2 files changed, 8 insertions(+)
+
+commit 69d9114b5372c1fcea5f20e75a187158c31c52f8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 15:24:14 2019 -0700
+
+    [meta] Rewrite hb_is_cr_converitble
+
+ src/hb-meta.hh | 22 ++++++++++------------
+ 1 file changed, 10 insertions(+), 12 deletions(-)
+
+commit ceda1f03b7b06248ffd056eb7b2400088bb4a121
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 15:19:42 2019 -0700
+
+    Fix compile
+    
+    NameRecord is not copy-constructible, so should be iterator of
+    const-reference.
+
+ src/hb-meta.hh          |  2 --
+ src/hb-ot-name-table.hh |  2 +-
+ src/test-meta.cc        | 12 ++++++++++++
+ 3 files changed, 13 insertions(+), 3 deletions(-)
+
+commit 3686c3b65c017cf8689b67db440b4cddd399538b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 15:09:07 2019 -0700
+
+    Adjust is_cr_convertible
+    
+    If To is const& then From doesn't need to be &.
+
+ src/hb-meta.hh | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+commit 726002a6a615e2d213186d402cca4e8d7e7a7f58
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 14:53:02 2019 -0700
+
+    [iter] Make hb_is_iterator_of() check is_convertible
+    
+    Instead of is_cr_convertible.
+
+ src/hb-array.hh | 8 ++++----
+ src/hb-iter.hh  | 2 +-
+ src/hb-meta.hh  | 8 ++++----
+ 3 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 70a49f2e4a9ab05fe04d1949bbf7a128d14a1284
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 14:35:15 2019 -0700
+
+    [meta] Add hb_conditional<> and hb_is_convertible()
+
+ src/Makefile.am  |  6 ++++-
+ src/hb-meta.hh   | 56 +++++++++++++++++++++++++++++++++++++--------
+ src/test-meta.cc | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 121 insertions(+), 11 deletions(-)
+
+commit 5e3cbed048b19ee579277ab4c56167a15d13104e
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 8 16:33:03 2019 -0700
+
+    [subset] Switch building of glyph maps in subset plan to use iterators.
+
+ src/hb-algs.hh        |  4 +---
+ src/hb-subset-plan.cc | 52 +++++++++++++++++++++++++--------------------------
+ 2 files changed, 27 insertions(+), 29 deletions(-)
+
+commit 971020eca7c5d576816b93431607f1e63e9584a4
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed May 8 16:31:52 2019 -0700
+
+    Add sink support for hb_hashmap_t and a reverse call to hb_pair_t.
+
+ src/hb-algs.hh | 5 +++++
+ src/hb-map.hh  | 4 ++++
+ 2 files changed, 9 insertions(+)
+
+commit 98eec3dd5f527cc562d98784429db0c7269e82a8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 13:15:36 2019 -0700
+
+    Add hb_pair_t(,) macro as alternative to hb_pair_t<,>
+    
+    Just so it's easier to use it in other macros.
+
+ src/hb-algs.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit c9b287a867d6130a0cc745d7fd3ccfa4dcb4c32e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 12:43:57 2019 -0700
+
+    Add hb_lidentity(), and rename hb_rvalue() to hb_ridentity()
+
+ src/hb-algs.hh   | 13 ++++++++++++-
+ src/hb-map.hh    |  4 ++--
+ src/test-iter.cc |  2 +-
+ 3 files changed, 15 insertions(+), 4 deletions(-)
+
+commit 00195a22ce5198345cb39825a45863cef7d8f7fc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 12:14:36 2019 -0700
+
+    [hdmx] Adjust to hb_iota() behavior change
+    
+    Use hb_range() instead.
+
+ src/hb-ot-hdmx-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4f2ad75a839708de71e7341f23c2d4b72059fc58
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 12:07:45 2019 -0700
+
+    [enumerate] Fix hb_enumerate() len for step=0
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5da3c9c33f02010a3fc57cf0e1d07955af681e7c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 11:30:31 2019 -0700
+
+    [iter] Fix hb_zip() end condition
+    
+    We should compare-equal to end if either iterator's end reaches,
+    not if both reach at the same time.  Fixes infinite-loop in test
+    which was happening after hb_enumerate() switched to using hb_zip().
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 57a5256fbcef6e5d29fc40cf019cc4b2c29c9dcf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 11:30:27 2019 -0700
+
+    [iter] Minor
+
+ src/hb-iter.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 12dd56f8573cb86169580d5ac31b986208805c03
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 11:25:02 2019 -0700
+
+    [iter] Minor
+
+ src/hb-iter.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 57d545932f539d06c52862310ecdfe79c143bb6b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 11:23:41 2019 -0700
+
+    [test-iter] Don't walk past end
+    
+    That's not legal.
+
+ src/test-iter.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 46837910e628248edc09e45e212532a3493905da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 11:20:41 2019 -0700
+
+    [iter] Allow negative step in hb_iota()
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 087327af1eac8c3a16115904557cbf3ab0f28072
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 11:14:06 2019 -0700
+
+    [iter] Minor
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 64f0899a9f5e5aff65c5a78fa796ceae6f35c008
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 11:10:31 2019 -0700
+
+    [iter] Bug fix
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5d263556b95047bced88e4a6252178d2fc0f9a19
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 11:08:25 2019 -0700
+
+    [iter] Fix
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2c24ea37b1ef63f79fcc24752dd180ce53540eda
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 11:07:38 2019 -0700
+
+    [iter] Take start value in hb_enumerate()
+    
+    Also rewrite it via composition.
+
+ src/hb-iter.hh   | 61 ++++++++++++--------------------------------------------
+ src/test-iter.cc |  1 +
+ 2 files changed, 14 insertions(+), 48 deletions(-)
+
+commit 7675d0d3a6cc13ade1a2047019ef7fac8c373a3c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 11:02:56 2019 -0700
+
+    [iter] Add hb_range()
+    
+    hb_range() is like Python range.  hb_iota() has slightly different API.
+    Ie. it takes a start, instead of end.
+
+ src/hb-iter.hh   | 29 ++++++++++++++++++-----------
+ src/test-iter.cc | 19 +++++++++++--------
+ 2 files changed, 29 insertions(+), 19 deletions(-)
+
+commit 05867d9f5315c7e4f49e5873a5aba6bba7121f04
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 11:00:43 2019 -0700
+
+    [meta] Add hb_int_max()
+
+ src/hb-meta.hh | 91 ++++++++++++++++++++++++++++++++++++----------------------
+ 1 file changed, 56 insertions(+), 35 deletions(-)
+
+commit 71537f93e0ce27121012bf1e81270b6b03b22224
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 9 10:46:49 2019 -0700
+
+    [iota] end -> end_ to not shadow
+
+ src/hb-iter.hh | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit 6bc82579100992e3f04c11f36b9c2f0014d880f2
+Merge: 347644542 6d9a86ae7
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Thu May 9 14:39:05 2019 +0100
+
+    Merge pull request #1680 from n8willis/usermanual-obj
+    
+    Usermanual: object-model chapter
+
+commit 3476445420d0e6432c09710b6667205453799129
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 21:14:01 2019 -0700
+
+    Remove unnecessary template keyword
+    
+    Should fix MSVC.
+
+ src/hb-array.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e2a51ff7264940312197184318f5ad4ec971492f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 16:41:39 2019 -0700
+
+    Remove unused var
+
+ src/hb-open-type.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit e8b45c19330d8718cd6d7aef0ca2db0539a53294
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 16:37:38 2019 -0700
+
+    [array] Add .copy()
+
+ src/hb-array.hh     | 11 +++++++++++
+ src/hb-open-type.hh | 10 ++++------
+ src/hb-serialize.hh |  2 +-
+ 3 files changed, 16 insertions(+), 7 deletions(-)
+
+commit afb013f350b0022ae6c05f140aeba23d5de34101
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 16:16:43 2019 -0700
+
+    Fix msan issue
+    
+    hb_identity returns rvalue-reference if input is rvalue.  That, can leak
+    the reference and cause in bad access to temporaries after they are
+    destructed.  This is unfortunately unfixable given the desired
+    transparency of hb_identity :(.  Just don't use it with hb_map().
+
+ src/test-iter.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4c94bc63d914fac7e11940eb165b6cf1039ba5a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 15:57:33 2019 -0700
+
+    Move hb_invoke() back to hb-algs.hh
+
+ src/hb-algs.hh | 32 ++++++++++++++++++++++++++++++++
+ src/hb-meta.hh | 32 --------------------------------
+ 2 files changed, 32 insertions(+), 32 deletions(-)
+
+commit b710176ce28e863a01797987d7ce37d19aaf2fd3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 15:46:51 2019 -0700
+
+    [hdmx] Touch up
+
+ src/hb-ot-hdmx-table.hh | 24 ++++++++++++++----------
+ 1 file changed, 14 insertions(+), 10 deletions(-)
+
+commit e8ef0e627c493af700e254bdd2767f8955f2d03f
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue May 7 17:23:02 2019 -0700
+
+    [subset] WIP convert hdmx subsetting to use iterators.
+
+ src/hb-ot-hdmx-table.hh     | 121 +++++++++++++++++++-------------------------
+ test/api/test-subset-hdmx.c |  23 ---------
+ 2 files changed, 51 insertions(+), 93 deletions(-)
+
+commit d5decf9bf77db914b67ffc446379df621516e362
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue May 7 15:47:38 2019 -0700
+
+    [subset] Move hdmx to subset2.
+
+ src/hb-ot-hdmx-table.hh | 36 ++++++------------------------------
+ src/hb-subset.cc        |  2 +-
+ 2 files changed, 7 insertions(+), 31 deletions(-)
+
+commit 27b2093009745b6c30663605f45ac95deb1562cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 15:32:57 2019 -0700
+
+    [map] Return rvalues from keys()/values()
+
+ src/hb-algs.hh | 7 +++++++
+ src/hb-map.hh  | 2 ++
+ 2 files changed, 9 insertions(+)
+
+commit 372c5b97bfa3b744de1d017cf662607eb8a2fa6e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 15:28:39 2019 -0700
+
+    [map] Fix bots
+    
+    Older compilers don't like calling iter() from return-type decltype()
+    
+    ../src/hb-map.hh:226:12: error: cannot call member function 'decltype ((((+ hb_array(((const hb_hashmap_t<K, V, kINVALID, vINVALID>*)this)->hb_hashmap_t<K, V, kINVALID, vINVALID>::items, (((const hb_hashmap_t<K, V, kINVALID, vINVALID>*)this)->hb_hashmap_t<K, V, kINVALID, vINVALID>::mask ? (((const hb_hashmap_t<K, V, kINVALID, vINVALID>*)this)->hb_hashmap_t<K, V, kINVALID, vINVALID>::mask + 1) : 0))) | hb_filter((& hb_hashmap_t<K, V, kINVALID, vINVALID>::item_t:: is_real))) | hb_map((& hb_hashmap_t<K, V, kINVALID, vINVALID>::item_t:: get_pair)))) hb_hashmap_t<K, V, kINVALID, vINVALID>::iter() const [with K = const hb_serialize_context_t::object_t*; V = unsigned int; K kINVALID = 0u; V vINVALID = 0u; decltype ((((+ hb_array(((const hb_hashmap_t<K, V, kINVALID, vINVALID>*)this)->hb_hashmap_t<K, V, kINVALID, vINVALID>::items, (((const hb_hashmap_t<K, V, kINVALID, vINVALID>*)this)->hb_hashmap_t<K, V, kINVALID, vINVALID>::mask ? (((const hb_hashmap_t<K, V, kINVALID, vINVALID>*)this)->hb_hashmap_t<K, V, kINVALID, vINVALID>::mask + 1) : 0))) | hb_filter((& hb_hashmap_t<K, V, kINVALID, vINVALID>::item_t:: is_real))) | hb_map((& hb_hashmap_t<K, V, kINVALID, vINVALID>::item_t:: get_pair)))) = hb_map_iter_t<hb_filter_iter_t<hb_array_t<hb_hashmap_t<const hb_serialize_context_t::object_t*, unsigned int, 0u, 0u>::item_t>, bool (hb_hashmap_t<const hb_serialize_context_t::object_t*, unsigned int, 0u, 0u>::item_t::*)() const, const<anonymous struct>&, 0u>, hb_pair_t<const hb_serialize_context_t::object_t*, unsigned int> (hb_hashmap_t<const hb_serialize_context_t::object_t*, unsigned int, 0u, 0u>::item_t::*)() const, 0u>]' without object
+         + iter()
+                ^
+    ../src/hb-meta.hh:58:41: note: in definition of macro 'HB_AUTO_RETURN'
+     #define HB_AUTO_RETURN(E) -> decltype ((E)) { return (E); }
+                                             ^
+
+ src/hb-map.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit a30482718491e3455365167e1c85981c8c0f542b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 15:08:10 2019 -0700
+
+    [map] Add .values() iterator
+
+ src/hb-map.hh    | 6 +++++-
+ src/test-iter.cc | 8 ++++++++
+ 2 files changed, 13 insertions(+), 1 deletion(-)
+
+commit 3c69505b3a7850b68a931849a2badb84b6b36d51
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 15:05:10 2019 -0700
+
+    [map] Fix iter
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5ceaafa5de8dff51fe91f7008a12ec9c304a1376
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 14:59:25 2019 -0700
+
+    [algs] Fix identity return type
+
+ src/hb-algs.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit f5705d7656817cbfdbc4479b1cb0be3af6f4abdf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 14:46:55 2019 -0700
+
+    Whitespace
+
+ src/hb-map.hh    | 10 +++++-----
+ src/test-iter.cc | 11 +++++++----
+ 2 files changed, 12 insertions(+), 9 deletions(-)
+
+commit a17f0fa3a10a25959561582ae63ef2e5208647e2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 14:44:11 2019 -0700
+
+    [meta] Capture rvalue-references in is_reference / remove_reference
+
+ src/hb-meta.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 7166bd563447a64eda05c66668bd4a178292bd79
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 14:24:57 2019 -0700
+
+    Minor
+
+ src/hb-open-type.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b827181ba1f539c990e1bd8fdd3559f1589c8d28
+Author: rsheeter <rsheeter@google.com>
+Date:   Wed May 8 13:51:11 2019 -0700
+
+    [map] tweak test-iter.cc
+
+ src/hb-map.hh    | 1 -
+ src/test-iter.cc | 2 +-
+ 2 files changed, 1 insertion(+), 2 deletions(-)
+
+commit 492af0f1bf1d7198b474fda2faca451908af267f
+Author: rsheeter <rsheeter@google.com>
+Date:   Wed May 8 12:47:18 2019 -0700
+
+    [map] add keys()
+
+ src/hb-map.hh    | 9 ++++++++-
+ src/test-iter.cc | 4 ++++
+ 2 files changed, 12 insertions(+), 1 deletion(-)
+
+commit ba60512813caafc2006b26214e95bbfe1c0e460a
+Author: rsheeter <rsheeter@google.com>
+Date:   Wed May 8 12:09:10 2019 -0700
+
+    [map] add a test for iteration
+
+ src/hb-map.hh    | 2 +-
+ src/test-iter.cc | 4 ++++
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 183b8094b577dcb7f40b7fcd64b60d405845897a
+Author: rsheeter <rsheeter@google.com>
+Date:   Wed May 8 11:40:31 2019 -0700
+
+    [map] add iteration
+
+ src/hb-map.hh | 11 +++++++++++
+ 1 file changed, 11 insertions(+)
+
+commit df237d2fe78086ad16bdbd2cc60639ae9ce909d6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed May 8 14:17:14 2019 -0700
+
+    [test] Add https://crbug.com/oss-fuzz/14641 testcase
+    
+    As 503748d fix
+
+ ...-testcase-minimized-hb-subset-fuzzer-5676773460672512 | Bin 0 -> 2172 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 02ae2591d930563cec8c3c63086afb0a3a12c4aa
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed May 8 13:44:03 2019 -0700
+
+    initialize return param subr_num in popSubrNum
+    
+    also snake_cased popSubrtNum and other surrounding function names
+
+ src/hb-cff-interp-cs-common.hh | 15 ++++++++-------
+ src/hb-subset-cff1.cc          |  4 ++--
+ src/hb-subset-cff2.cc          |  4 ++--
+ 3 files changed, 12 insertions(+), 11 deletions(-)
+
+commit 503748d8a80dd5db450c8c4dc109f2b97049d989
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 12:45:02 2019 -0700
+
+    [name] Sanitize records for reals
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14641
+
+ src/hb-ot-name-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 5875d775e1253c0e14b900539c28c2de881da7aa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 12:25:34 2019 -0700
+
+    [iter] Rename hb_iter_t() to hb_iter_type<> and add hb_item_type<>
+
+ src/hb-iter.hh | 18 ++++++++++--------
+ 1 file changed, 10 insertions(+), 8 deletions(-)
+
+commit bad16066392e4dbdd8490a4b1c70d1dcddcc8ec8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 12:11:52 2019 -0700
+
+    [map] Make .has() optionally return value
+
+ src/hb-map.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 750d5af48e38627c3c84a2f3857a7ee602221e24
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 12:01:55 2019 -0700
+
+    Make compiler happy with -Og
+
+ src/hb-cff-interp-cs-common.hh | 2 +-
+ src/hb-ot-cmap-table.hh        | 6 +++---
+ src/hb-ot-glyf-table.hh        | 2 +-
+ src/hb-subset-glyf.cc          | 4 ++--
+ 4 files changed, 7 insertions(+), 7 deletions(-)
+
+commit cdb61eb0431d426f7152f975e89ee3ba4431083f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 11:00:18 2019 -0700
+
+    [iter] Accept pointer in hb_iter() and hb_iter_t()
+
+ src/hb-iter.hh   | 4 ++--
+ src/test-iter.cc | 3 +++
+ 2 files changed, 5 insertions(+), 2 deletions(-)
+
+commit c93eeba9b21cb8f8ba64ebaf284bf9c8a8544886
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 10:56:09 2019 -0700
+
+    [iter] Accept pointer in hb_map()
+
+ src/hb-iter.hh   | 4 ++--
+ src/test-iter.cc | 7 ++++++-
+ 2 files changed, 8 insertions(+), 3 deletions(-)
+
+commit 4c9e0c37a34e8355d752af39507b310f473bffa5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 10:40:39 2019 -0700
+
+    [serialize] LangSys subset->copy
+
+ src/hb-ot-layout-common.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 50dc3e7d9f4f290c7353313c5e5f888cb7c4846d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 10:35:02 2019 -0700
+
+    Add hb_iota()
+
+ src/hb-iter.hh   | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/test-iter.cc | 10 ++++++++++
+ 2 files changed, 61 insertions(+)
+
+commit aa4ac13f0be34bba66b00d04fd7806c474ff59c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 10:02:30 2019 -0700
+
+    [iter] Actually fix previous commit
+    
+    The iter objects shouldn't not be const.  D'oh.
+
+ src/hb-iter.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit a66598e0306fe80063c5d6a678bbca4a931bc4d4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 09:56:29 2019 -0700
+
+    [iter] For ref-qualified variants
+
+ src/hb-iter.hh | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+commit fa576ce1874fd886688bf3f16b714d86aebb07ec
+Author: rsheeter <rsheeter@google.com>
+Date:   Wed May 8 09:53:58 2019 -0700
+
+    Update README.md
+
+ README.md | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit d109c9e767ff3198d51e23a7ac8931d0bc4d5d72
+Author: rsheeter <rsheeter@google.com>
+Date:   Wed May 8 09:53:29 2019 -0700
+
+    Update README.md
+
+ README.md | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 4063181791d6b3efb35e7c748dee12273e64ebd4
+Author: rsheeter <rsheeter@google.com>
+Date:   Wed May 8 09:47:34 2019 -0700
+
+    [docs] add fuzzer instructions (courtesy of Garret)
+
+ TESTING.md | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 00946ca3aa45f109c455871ce89c5872fd243624
+Author: Roderick Sheeter <rsheeter@rsheeter-macbookpro2.roam.corp.google.com>
+Date:   Wed May 8 09:42:35 2019 -0700
+
+    [docs] add sample commands for test exec
+
+ README.md  |  4 ++++
+ TESTING.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 51 insertions(+)
+
+commit 8479eb5955c93cbc8951d0319b2fe43ff19cc403
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 09:48:55 2019 -0700
+
+    [iter] Fix hb_sink() to accept rvalue
+
+ src/hb-iter.hh   | 2 +-
+ src/test-iter.cc | 4 ++++
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 710d459acac88fd784d4ead0ba75b9aa623c48d4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 09:33:09 2019 -0700
+
+    [iter] Default predicates to hb_identity instead of hb_bool
+    
+    The bool conversion happens after predicate is called automatically.
+
+ src/hb-iter.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit fe14a4000a58528878bcc75fde0972de2b779316
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 09:32:19 2019 -0700
+
+    Adjust hb_all/any/none
+
+ src/hb-iter.hh   | 18 +++++++++---------
+ src/test-iter.cc | 10 ++++++----
+ 2 files changed, 15 insertions(+), 13 deletions(-)
+
+commit 4a101d8ffccd6f907f16ef190125ded5e27e0d8b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 09:16:33 2019 -0700
+
+    Add hb_match
+
+ src/hb-algs.hh | 30 +++++++++++++++++++++++++++++-
+ 1 file changed, 29 insertions(+), 1 deletion(-)
+
+commit 26adefd9eaf4bc1d80b1ffececf0d86f3308f9ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 09:14:44 2019 -0700
+
+    [algs] Try f[v] in hb_get() as last resort
+
+ src/hb-algs.hh | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit 0601a19d38b2b0fc5dd36fd821af634a49322ebf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed May 8 07:47:36 2019 -0700
+
+    Fix a few more double-pomotion errors
+
+ src/hb-coretext.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 2ba984fcbbef4561d35c3a2c502610c38b26f4fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 23:28:22 2019 -0700
+
+    Fix signed comparison on 32bit
+
+ src/hb-sanitize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit dfc57802450360f06026668b7b61495aaa2d1943
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 23:26:09 2019 -0700
+
+    Fix more double-promotion errors
+    
+    WHy do only some of the clang bots catch this I have no idea :(.
+
+ src/hb-aat-layout-trak-table.hh |  4 ++--
+ src/hb-font.hh                  |  2 +-
+ src/hb-open-type.hh             |  4 ++--
+ src/hb-ot-color-cbdt-table.hh   | 12 ++++++------
+ src/hb-ot-color-sbix-table.hh   | 10 +++++-----
+ src/hb-ot-layout-gpos-table.hh  | 20 ++++++++++----------
+ 6 files changed, 26 insertions(+), 26 deletions(-)
+
+commit c2c9d204fa5c2189e369726276a1c0e92e09a9ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 23:13:38 2019 -0700
+
+    Fix double-promotion warnings
+    
+    Make it an error.
+
+ src/hb-ot-var-fvar-table.hh | 12 ++++++------
+ src/hb.hh                   |  1 +
+ 2 files changed, 7 insertions(+), 6 deletions(-)
+
+commit 2c7093ed01f417828d5521d983eae63042363197
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 23:10:59 2019 -0700
+
+    More tests
+
+ src/test-algs.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 56d2d0294b836ea1e2dea9e242ae72c99387d00a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 23:08:49 2019 -0700
+
+    [algs] Sprinkle hb_min/max with hb-forward salad
+    
+    Let's see if fixes MSVC fail.  Though, the error doesn't make sense to me.
+    
+      hb-blob.cc
+    c:\projects\harfbuzz\src\hb-algs.hh(166): error C2440: 'return': cannot convert from 'unsigned int' to 'unsigned int &&' [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
+      c:\projects\harfbuzz\src\hb-algs.hh(166): note: You cannot bind an lvalue to an rvalue reference
+      c:\projects\harfbuzz\src\hb-algs.hh(174): note: see reference to function template instantiation 'T &&<unnamed-type-hb_min>::impl<T,unsigned int&>(T &&,T2) const' being compiled
+              with
+              [
+                  T=unsigned int,
+                  T2=unsigned int &
+              ]
+
+ src/hb-algs.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit bdbfdc92b58d5c9f8654e430075dab543d1ba394
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 22:52:43 2019 -0700
+
+    [iter] Add value and projection to hb_all/any/none
+    
+    Allows for eg, checking all values equal 2: hb_all (it, 2).
+
+ src/hb-iter.hh   | 24 ++++++++++++++++++------
+ src/test-iter.cc | 10 +++++++++-
+ 2 files changed, 27 insertions(+), 7 deletions(-)
+
+commit cf61acb9eaa2bb3fe479a9050116b4b96934e3ed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 22:45:01 2019 -0700
+
+    [iter] Accept rvalues to hb_enumerate()
+
+ src/hb-iter.hh   | 2 +-
+ src/test-iter.cc | 2 ++
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit e8bd5fc3fa2cc5c5f8f254629553902aed3496ba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 22:29:40 2019 -0700
+
+    [meta] Move hb_invoke from algs to meta
+
+ src/hb-algs.hh | 31 -------------------------------
+ src/hb-meta.hh | 32 ++++++++++++++++++++++++++++++++
+ 2 files changed, 32 insertions(+), 31 deletions(-)
+
+commit af571dbffc12e6bb7a3146762d12bb4ac3f19bdc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 21:39:20 2019 -0700
+
+    [meta] Replace most hb_enable_if with hb_requires
+    
+    They do absolutely same thing.  hb_requires is to encode constraints,
+    whereas hb_enable_if is for more conditional enabling.
+
+ src/hb-iter.hh             | 63 +++++++++++++++++++++-------------------------
+ src/hb-open-type.hh        |  6 ++---
+ src/hb-ot-layout-common.hh |  6 ++---
+ src/test-iter.cc           |  6 ++---
+ 4 files changed, 37 insertions(+), 44 deletions(-)
+
+commit 6fa1f38070e710b2f80a836bd633b6ab33e1bc80
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 21:33:26 2019 -0700
+
+    [algs] Accept varargs in hb_min/max
+
+ src/hb-algs.hh   | 24 +++++++++++++++++++++---
+ src/test-algs.cc |  8 ++++++++
+ 2 files changed, 29 insertions(+), 3 deletions(-)
+
+commit 1ad07080c3ea7f6a1b3cb247529ec0c78575a6d3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 21:00:23 2019 -0700
+
+    Rename
+
+ src/hb-algs.hh | 24 ++++++++++++------------
+ 1 file changed, 12 insertions(+), 12 deletions(-)
+
+commit 83e3eabd84e2b53c696768d1357a6a259bcd3576
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 20:58:43 2019 -0700
+
+    Whitespace
+
+ src/hb-aat-layout-common.hh     |  2 +-
+ src/hb-aat-layout-kerx-table.hh |  2 +-
+ src/hb-aat-layout-morx-table.hh |  2 +-
+ src/hb-algs.hh                  |  6 +++---
+ src/hb-dispatch.hh              |  2 +-
+ src/hb-open-type.hh             | 18 +++++++++---------
+ src/hb-ot-kern-table.hh         |  4 ++--
+ src/hb-ot-layout-common.hh      |  2 +-
+ src/hb-ot-layout-gpos-table.hh  | 16 ++++++++--------
+ src/hb-ot-layout-gsub-table.hh  | 14 +++++++-------
+ src/hb-ot-layout-gsubgpos.hh    |  8 ++++----
+ src/hb-sanitize.hh              |  6 +++---
+ src/hb-serialize.hh             | 12 ++++++------
+ src/hb-subset.hh                |  6 +++---
+ 14 files changed, 50 insertions(+), 50 deletions(-)
+
+commit 2b9402a86a4e37e6386f8028bdf3789ae262a4c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 20:55:33 2019 -0700
+
+    Use universal references in hb_min/max
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 41248cce0e32653227a83eb4e42ccf793f040fc2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 20:54:31 2019 -0700
+
+    Remove MIN/MAX in favor of hb_min/hb_max
+
+ src/hb-aat-layout-common.hh      |  8 ++++----
+ src/hb-aat-layout-feat-table.hh  |  2 +-
+ src/hb-aat-layout-kerx-table.hh  |  2 +-
+ src/hb-aat-layout-morx-table.hh  | 18 +++++++++---------
+ src/hb-algs.hh                   | 14 +++++---------
+ src/hb-array.hh                  |  4 ++--
+ src/hb-blob.cc                   |  2 +-
+ src/hb-buffer-serialize.cc       | 32 ++++++++++++++++----------------
+ src/hb-buffer.cc                 |  4 ++--
+ src/hb-buffer.hh                 |  2 +-
+ src/hb-common.cc                 | 20 ++++++++++----------
+ src/hb-coretext.cc               |  6 +++---
+ src/hb-debug.hh                  |  2 +-
+ src/hb-directwrite.cc            |  2 +-
+ src/hb-ft.cc                     |  2 +-
+ src/hb-iter.hh                   |  2 +-
+ src/hb-open-file.hh              |  2 +-
+ src/hb-open-type.hh              |  2 +-
+ src/hb-ot-cmap-table.hh          |  8 ++++----
+ src/hb-ot-color-cbdt-table.hh    |  6 +++---
+ src/hb-ot-color-cpal-table.hh    |  2 +-
+ src/hb-ot-color-sbix-table.hh    |  2 +-
+ src/hb-ot-glyf-table.hh          | 14 +++++++-------
+ src/hb-ot-hmtx-table.hh          |  2 +-
+ src/hb-ot-layout-gpos-table.hh   |  2 +-
+ src/hb-ot-layout-gsub-table.hh   |  4 ++--
+ src/hb-ot-layout-gsubgpos.hh     |  6 +++---
+ src/hb-ot-layout.cc              |  2 +-
+ src/hb-ot-map.cc                 |  8 ++++----
+ src/hb-ot-post-table.hh          |  2 +-
+ src/hb-ot-shape-complex-indic.cc |  8 ++++----
+ src/hb-ot-shape-complex-use.cc   |  2 +-
+ src/hb-ot-shape.cc               |  4 ++--
+ src/hb-ot-tag.cc                 |  2 +-
+ src/hb-ot-var-avar-table.hh      |  2 +-
+ src/hb-ot-var-fvar-table.hh      | 18 +++++++++---------
+ src/hb-sanitize.hh               |  4 ++--
+ src/hb-uniscribe.cc              |  2 +-
+ 38 files changed, 111 insertions(+), 115 deletions(-)
+
+commit 5c0f62adc969696b46c1ceb57cd3c2fa408eb94f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 17:23:46 2019 -0700
+
+    [serializer] Accept pointer & reference in more methods
+
+ src/hb-serialize.hh | 39 ++++++++++++++++++++++++---------------
+ 1 file changed, 24 insertions(+), 15 deletions(-)
+
+commit 839618de3b3da285e8753b6ca6d767e9a483bfde
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 17:21:27 2019 -0700
+
+    [serializer] Minor
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 035b818e34bbd2d5c1f65328c9847c845d74d919
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 17:21:18 2019 -0700
+
+    [meta] Fix addressof()
+
+ src/hb-meta.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7654ebe3a51c98b4d3bf6fb11779024f1c770962
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 16:53:03 2019 -0700
+
+    Whitespace
+
+ src/hb-algs.hh | 30 ++++++++++++++++++++----------
+ src/hb-iter.hh | 39 ++++++++++++++++++++++++++-------------
+ src/hb-meta.hh | 11 ++++++-----
+ 3 files changed, 52 insertions(+), 28 deletions(-)
+
+commit 95426ea983bde01fadf4681926cb77e3b3c0d40a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 15:56:51 2019 -0700
+
+    Add comment
+
+ src/hb-open-type.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit e33ad252222481a6078a8bb423505e713b081313
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 15:46:24 2019 -0700
+
+    [serialize] FeatureVariations subset->copy
+
+ src/hb-ot-layout-common.hh   | 6 +++---
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit fa8c4ba81175f671c3f39f1586d0a1d9067d9f89
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 14:26:03 2019 -0700
+
+    Minor
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c09d6c58e99dba50f29a569e4c53916b5b507ef1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 14:09:00 2019 -0700
+
+    [iter] Require lvalue in operators that return reference
+
+ src/hb-iter.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 52f6c04c1e0eab2aaa0c7d817b212c01ba993fe9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 13:45:48 2019 -0700
+
+    Minor
+
+ src/hb-serialize.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 7c037bd2be2e794dfd882b806f684ad74c56dbb8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 13:37:43 2019 -0700
+
+    [name] Clean up some more
+
+ src/hb-meta.hh          |  2 ++
+ src/hb-ot-name-table.hh | 30 ++++++++++++++----------------
+ 2 files changed, 16 insertions(+), 16 deletions(-)
+
+commit f982b9d9f8d6b61efd2a3e89cc3d34923c1914b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 13:29:01 2019 -0700
+
+    [name] Clean up serialize() API
+
+ src/hb-ot-name-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 59ee61fddc76cd18f19f351bca7dd293eb610333
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 13:26:15 2019 -0700
+
+    [name] Use iterators more
+
+ src/hb-ot-name-table.hh | 46 +++++++++++++++-------------------------------
+ src/hb-subset-plan.cc   |  3 +++
+ 2 files changed, 18 insertions(+), 31 deletions(-)
+
+commit 2eb7e0e0e923d096d2598133cacd6e5ee04a6a04
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 12:45:38 2019 -0700
+
+    [serialize] Minor
+
+ src/hb-serialize.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 1c81cff2d3f9df2c18ffbdfff02ed418560480c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 11:51:10 2019 -0700
+
+    Fix signed-comparison error on 32bit
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 938de315756e08bd2b5fa816c7951640e5835b2e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 11:47:02 2019 -0700
+
+    Comment
+
+ src/hb-subset-glyf.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 159fe962e90dd3b758ad10046b9d75cf87c1d4f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 11:46:11 2019 -0700
+
+    [doc] Make header search more resilient
+    
+    How stupid to scan all files... Sigh.
+
+ docs/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9b05db33b54e6e5f0b4658f4c06e7fe563f8923b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 11:39:44 2019 -0700
+
+    [ragel] Regenerate ragel-generated files using ragel 7.0.0.11 May 2018
+
+ src/hb-buffer-deserialize-json.hh          | 1051 +++++------
+ src/hb-buffer-deserialize-text.hh          | 1009 +++++------
+ src/hb-ot-shape-complex-indic-machine.hh   | 2678 ++++++++++++++++------------
+ src/hb-ot-shape-complex-khmer-machine.hh   |  709 ++++----
+ src/hb-ot-shape-complex-myanmar-machine.hh |  820 +++++----
+ src/hb-ot-shape-complex-use-machine.hh     | 1144 ++++++------
+ 6 files changed, 3959 insertions(+), 3452 deletions(-)
+
+commit 521262b236dacf7b2b64e0a1d3c79d6a10b07063
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 11:08:08 2019 -0700
+
+    [subset] Add TODO
+
+ src/hb-subset.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit e6a622b5b202533d64f83e71d7ff8a8104d46e26
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 11:06:43 2019 -0700
+
+    [serialize] Enable bias assertion
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 530ddbbc320bd24b4902ee6d49bf80242a591794
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 11:05:51 2019 -0700
+
+    [serialize] Use range-based loop
+
+ src/hb-serialize.hh | 15 ++++++---------
+ 1 file changed, 6 insertions(+), 9 deletions(-)
+
+commit 0987c4204fae66f80224c6f01d9c5dc3abe809e0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 11:01:02 2019 -0700
+
+    [name] Remove dead code
+
+ src/hb-ot-name-table.hh | 88 +------------------------------------------------
+ 1 file changed, 1 insertion(+), 87 deletions(-)
+
+commit 5ac4ab686809be9352e91bc3213e1edf3ba66a93
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 16:29:07 2019 -0700
+
+    [subset] fix for name table serializing with new serializer machinery
+
+ src/hb-ot-name-table.hh            |   8 ++++++--
+ test/api/fonts/nameID.expected.ttf | Bin 170696 -> 2388 bytes
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+commit c548fcedc404c03442c042059a71194d97d23bb6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 16:29:07 2019 -0700
+
+    [WIP] [name] Port to fancy serializer machinery
+
+ src/hb-ot-name-table.hh | 18 +++++++++++-------
+ 1 file changed, 11 insertions(+), 7 deletions(-)
+
+commit fa2d97161f8b7de3d7a70e06d41b6f7e154012ad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 00:34:50 2019 -0700
+
+    Remove use of deprecated implicit copy/move assignment operators
+    
+    By removing custom copy constructor.
+
+ src/hb-meta.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 45f5e56236912359d0ac72310dcdba9259cfee66
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 00:33:32 2019 -0700
+
+    Warn on -Wdeprecated
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit c3e0eafc80481f8c16516fdae1841c563e7253d4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue May 7 12:04:00 2019 +0430
+
+    [ci] Upgrade Ubuntu 17.10 bots to 19.04
+
+ .circleci/config.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 8903040fcd09e7d7ad5112ac2a583718bb85795d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 00:13:11 2019 -0700
+
+    Actually make it work
+
+ src/hb-iter.hh | 2 ++
+ src/hb-meta.hh | 6 ++++--
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+commit 025eaa3c81214cdb20f2f588bab665512d21507c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 00:05:37 2019 -0700
+
+    [iter] Make filter/map copyable
+
+ src/hb-iter.hh   | 18 +++++++++---------
+ src/test-iter.cc |  4 ++--
+ 2 files changed, 11 insertions(+), 11 deletions(-)
+
+commit 03a68165d8296ed5cc0eb2434500381419409e79
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue May 7 00:03:35 2019 -0700
+
+    [meta] Add hb_reference_wrapper<>
+    
+    Functionality kinda superset of std:: counterpart.
+
+ src/hb-meta.hh | 21 +++++++++++++++++++++
+ 1 file changed, 21 insertions(+)
+
+commit 0bf86d9c5dcb0de206b38c3cf1824d2254376f37
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 6 23:39:26 2019 -0700
+
+    Whitespace
+
+ src/hb-meta.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 72eb91deb9eb7a08e38e100a3234518651fe4cb8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 6 23:39:13 2019 -0700
+
+    Add hb_ref()
+    
+    Unused.
+
+ src/hb-meta.hh | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 240f57e58d3b0161feb90621d5db9e2fc4d99b27
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 6 23:17:39 2019 -0700
+
+    Rename hb_deref_pointer() to hb_deref()
+
+ src/hb-algs.hh      | 12 ++++++------
+ src/hb-map.hh       |  2 +-
+ src/hb-meta.hh      |  2 +-
+ src/hb-serialize.hh |  2 +-
+ 4 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 0b1ca5a13b6921cb4d00f8651bb99fc7c7037ec2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 6 23:04:32 2019 -0700
+
+    [iter] Adjust hb_filter
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4c2fd05ca5fa34303b986c34948b512d770ab8fe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 6 19:57:15 2019 -0700
+
+    [iter] Implement range-based for loops
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1648
+
+ src/hb-array.hh            |  6 ++++
+ src/hb-iter.hh             | 74 ++++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-layout-common.hh | 14 +++++++++
+ src/hb-set.hh              |  3 ++
+ src/test-iter.cc           | 28 ++++++++++++++----
+ 5 files changed, 118 insertions(+), 7 deletions(-)
+
+commit e261dc3a4043230ae1b4f56e2cc7d3133b7da4ca
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue May 7 01:24:55 2019 +0430
+
+    Ignore -Wc++11-compat as we require C++11 actually
+    
+    pollutes gcc bots logs https://circleci.com/gh/harfbuzz/harfbuzz/85395
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 9f9890e9e82c620e733d123f421f7c63d91ce8e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon May 6 12:16:51 2019 -0700
+
+    Remove HB_NO_OPTIONS in favor of HB_NO_GETENV
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-debug.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 36bb24f7b4dbbe171b945639bac749c46785e17c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 5 10:14:17 2019 -0700
+
+    [dispatch] Forward arguments in all dispatch multiplexers
+
+ src/hb-aat-layout-kerx-table.hh | 14 ++++-----
+ src/hb-aat-layout-morx-table.hh | 14 ++++-----
+ src/hb-ot-kern-table.hh         | 16 +++++-----
+ src/hb-ot-layout-common.hh      |  6 ++--
+ src/hb-ot-layout-gpos-table.hh  | 68 ++++++++++++++++++++---------------------
+ src/hb-ot-layout-gsub-table.hh  | 58 +++++++++++++++++------------------
+ src/hb-ot-layout-gsubgpos.hh    | 32 +++++++++----------
+ 7 files changed, 104 insertions(+), 104 deletions(-)
+
+commit c14efb8e68e31fb7537bcfe5eea779c0830a0b0c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 5 09:54:58 2019 -0700
+
+    Fix previous commit
+    
+    Priority should be given to specific over dispatch.  Broke sanitize before.
+    This fixes it, by moving prioritization to the context implementation, since
+    the correct priority cannot be done in the dispatch implementation.  Done
+    for subset and sanitize only, which need it.
+
+ src/hb-aat-layout-common.hh  |  2 +-
+ src/hb-dispatch.hh           | 10 +---------
+ src/hb-ot-layout-gsubgpos.hh | 14 +++++++-------
+ src/hb-sanitize.hh           | 16 +++++++++++++---
+ src/hb-subset.hh             | 15 ++++++++++++---
+ 5 files changed, 34 insertions(+), 23 deletions(-)
+
+commit b10f65933a77434bf8d68058793037f38a8ed5a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 5 09:23:35 2019 -0700
+
+    [dispatch] Use functionality from previous commit
+    
+    To remove a couple of unwanted wrapper methods
+
+ src/hb-dispatch.hh             | 15 +++++++++------
+ src/hb-open-type.hh            | 10 +++++-----
+ src/hb-ot-layout-gpos-table.hh |  6 ------
+ src/hb-ot-layout-gsub-table.hh |  6 ------
+ src/hb-sanitize.hh             |  5 +++--
+ src/hb-subset.hh               |  5 +++--
+ 6 files changed, 20 insertions(+), 27 deletions(-)
+
+commit ac350c92fd6b04845c6240a5f3b77ceaf29e51d0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun May 5 09:10:46 2019 -0700
+
+    [dispatch] Try obj.dispatch(c) before trying c->dispatch(obj)
+
+ src/hb-aat-layout-common.hh  |  2 +-
+ src/hb-dispatch.hh           | 13 +++++++++++++
+ src/hb-ot-layout-gsubgpos.hh | 14 +++++++-------
+ src/hb-sanitize.hh           |  2 +-
+ src/hb-subset.hh             |  4 ++--
+ 5 files changed, 24 insertions(+), 11 deletions(-)
+
+commit 49252c42bb00380663ba9612e075c07f1be606b3
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri May 3 10:42:11 2019 -0700
+
+    get rid of O(n^2) loop from apply_deltas_to_points
+
+ src/hb-ot-var-gvar-table.hh | 55 +++++++++++++++++++++++++++++++--------------
+ 1 file changed, 38 insertions(+), 17 deletions(-)
+
+commit 0d5fd168f8e3c1202358a82161a28e407149b1b4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri May 3 10:37:32 2019 -0700
+
+    Revert "[WIP] [name] Port to fancy serializer machinery"
+    
+    This reverts commit c7f366fbbb208d0a9103ac4ee4ac00ff726c31e4.
+    
+    Don't know how it got to master!
+
+ src/hb-ot-name-table.hh | 18 +++++++-----------
+ 1 file changed, 7 insertions(+), 11 deletions(-)
+
+commit 72e3eba8f87e2a8b145a4f98e24499f0aafe099b
+Author: Cody Planteen <planteen@gmail.com>
+Date:   Thu May 2 13:03:15 2019 -0600
+
+    Add configuration option HB_NO_GETENV to disable use of getenv()
+
+ src/hb.hh | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+commit c7f366fbbb208d0a9103ac4ee4ac00ff726c31e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 16:29:07 2019 -0700
+
+    [WIP] [name] Port to fancy serializer machinery
+
+ src/hb-ot-name-table.hh | 18 +++++++++++-------
+ 1 file changed, 11 insertions(+), 7 deletions(-)
+
+commit 8855af38a8497d7788924d368baa9eeae4916940
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 16:26:06 2019 -0700
+
+    [name] Add NameRecord::copy()
+
+ src/hb-ot-name-table.hh | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 097bb3f0af391dbb5d498df548b769f165f35c8a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 16:25:00 2019 -0700
+
+    [name] Minor changes
+
+ src/hb-ot-name-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 431b6e1c449582619169722e16b472e872b02d58
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 16:22:32 2019 -0700
+
+    [serialize] Disable assertion for now
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8a32c9eecbdc907415195eca9ebad47c8acf2df5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 16:20:18 2019 -0700
+
+    [serialize] Misc getting copy() to work
+
+ src/hb-open-type.hh | 16 +++++++++-------
+ src/hb-serialize.hh | 26 ++++++++++++++++----------
+ 2 files changed, 25 insertions(+), 17 deletions(-)
+
+commit 7d497a3a92973d4cec14888b932091f49de1d190
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 16:20:03 2019 -0700
+
+    [debug] Allow return_trace() to return any type
+
+ src/hb-debug.hh | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit 49b1c763a0459d586b7f0aa86eadd13d21b24867
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 16:19:34 2019 -0700
+
+    [test] Run "fonttools ttx" instead of "ttx"
+
+ test/subset/run-tests.py | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 91176d5b778b44172591e82ba84127e5eff1372d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 15:12:07 2019 -0700
+
+    [serialize] Check offset base is within (possibly end of) object
+
+ src/hb-serialize.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 0f1a6ce8268b197732aab40069bbda57eddac2e0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 15:03:41 2019 -0700
+
+    [name] Fix format of susbetted table to 0
+
+ src/hb-ot-name-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 87810fc958e28d0c5e05097b1b3fe78d962fdc62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 14:45:57 2019 -0700
+
+    [name] Use variable forwarding to simplify sanitize()
+
+ src/hb-ot-name-table.hh | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+commit bf91b418b0e988619c230156f5f062c5d2802dd8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 14:42:37 2019 -0700
+
+    [name]
+
+ src/hb-ot-name-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 998b0b68ac2eafd1d5bca51b3723fa753e4db7c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 14:39:52 2019 -0700
+
+    [serializer] Add copy() to (Unsized)ArrayOf
+
+ src/hb-open-type.hh | 41 +++++++++++++++++++++++++++++++++++++++++
+ src/hb-serialize.hh |  4 ++--
+ 2 files changed, 43 insertions(+), 2 deletions(-)
+
+commit 88a41472404a8e7754e1099ca4a5b2146dae5298
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 14:22:31 2019 -0700
+
+    [serializer] Accept exact type in serialize_subset/copy()
+
+ src/hb-open-type.hh            | 12 ++++++------
+ src/hb-ot-layout-common.hh     | 33 ++-------------------------------
+ src/hb-ot-layout-gpos-table.hh |  6 ++++++
+ src/hb-ot-layout-gsub-table.hh |  6 ++++++
+ 4 files changed, 20 insertions(+), 37 deletions(-)
+
+commit 88fdeeecc0ef57e41219d92c90f35f13cbd3a35e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 14:14:33 2019 -0700
+
+    [serialize] Take arguments in copy()
+
+ src/hb-open-type.hh |  6 +++---
+ src/hb-serialize.hh | 10 ++++++----
+ 2 files changed, 9 insertions(+), 7 deletions(-)
+
+commit 273ed6127bd9471fd11b3c1c7f232638f1ff1dba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 14:04:51 2019 -0700
+
+    [serializer] Add serialize_copy()
+
+ src/hb-open-type.hh | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+
+commit bf22338f49fb1711f7cbcad2d9949d7962cdc0bc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu May 2 13:51:52 2019 -0700
+
+    Remove dead code
+
+ src/hb-algs.hh | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 157a414bd9fb8b1b7a066603e7c44b8680b48e28
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu May 2 11:25:10 2019 -0700
+
+    fix mixup of TRACE_SUBSET/SERIALIZE
+
+ src/hb-ot-layout-common.hh  | 4 ++--
+ src/hb-ot-var-hvar-table.hh | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 14e1fabc41a9a5ead3d91d560773050469982f54
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Wed May 1 21:29:06 2019 -0400
+
+    Sync gen-vowel-constraints.py with current output
+
+ src/gen-vowel-constraints.py | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 026ab825c8e41980e286be911cc6fbb958dd7cd3
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Wed May 1 16:15:58 2019 -0400
+
+    Add dotted circles to more broken clusters
+
+ src/gen-use-table.py                       |   9 +
+ src/hb-ot-shape-complex-myanmar-machine.hh | 196 +++++-----
+ src/hb-ot-shape-complex-myanmar-machine.rl |   4 +-
+ src/hb-ot-shape-complex-use-machine.hh     | 602 +++++++++++++++--------------
+ src/hb-ot-shape-complex-use-machine.rl     |  11 +-
+ src/hb-ot-shape-complex-use-table.cc       |   2 +-
+ 6 files changed, 433 insertions(+), 391 deletions(-)
+
+commit 92588782d7a45e0c023c5f48cbd19b11cfa8f0d2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 30 13:05:10 2019 -0700
+
+    Remove space between right angle brackets now that we have C++11 (#1689)
+
+ src/hb-aat-layout-ankr-table.hh |  2 +-
+ src/hb-aat-layout-common.hh     | 14 +++----
+ src/hb-aat-layout-just-table.hh |  4 +-
+ src/hb-aat-layout-kerx-table.hh | 14 +++----
+ src/hb-aat-layout-lcar-table.hh |  2 +-
+ src/hb-aat-layout-morx-table.hh | 14 +++----
+ src/hb-aat-layout-trak-table.hh |  2 +-
+ src/hb-aat-ltag-table.hh        |  2 +-
+ src/hb-cff-interp-cs-common.hh  |  2 +-
+ src/hb-cff1-interp-cs.hh        |  2 +-
+ src/hb-cff2-interp-cs.hh        |  2 +-
+ src/hb-iter.hh                  |  4 +-
+ src/hb-null.hh                  |  8 ++--
+ src/hb-open-file.hh             |  8 ++--
+ src/hb-open-type.hh             |  8 ++--
+ src/hb-ot-color-cbdt-table.hh   |  2 +-
+ src/hb-ot-color-colr-table.hh   |  4 +-
+ src/hb-ot-color-cpal-table.hh   |  8 ++--
+ src/hb-ot-color-sbix-table.hh   |  2 +-
+ src/hb-ot-color-svg-table.hh    |  4 +-
+ src/hb-ot-kern-table.hh         |  6 +--
+ src/hb-ot-layout-base-table.hh  |  2 +-
+ src/hb-ot-layout-common.hh      | 10 ++---
+ src/hb-ot-layout-gdef-table.hh  |  4 +-
+ src/hb-ot-layout-gpos-table.hh  |  6 +--
+ src/hb-ot-layout-gsub-table.hh  | 18 ++++-----
+ src/hb-ot-layout-gsubgpos.hh    | 86 ++++++++++++++++++++---------------------
+ src/hb-ot-math-table.hh         |  2 +-
+ src/hb-ot-name-table.hh         | 10 ++---
+ src/hb-ot-stat-table.hh         |  4 +-
+ src/hb-subset-cff1.cc           |  2 +-
+ src/test-iter.cc                | 10 ++---
+ 32 files changed, 134 insertions(+), 134 deletions(-)
+
+commit f27fdca4aa438ec366ee17370fbc9fdeb962c397
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 30 13:01:04 2019 -0700
+
+    [doc] Add documentation to hb_color_get_* and hb_directwrite_face_* (#1690)
+
+ src/hb-common.cc      | 12 ++++++++----
+ src/hb-directwrite.cc |  8 ++++++--
+ 2 files changed, 14 insertions(+), 6 deletions(-)
+
+commit c52294eb28e9b043306f91611e4444651fe5e8ef
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Apr 30 10:40:45 2019 -0700
+
+    renaming & arg reorder
+
+ src/hb-ot-var-hvar-table.hh | 56 ++++++++++++++++++++++-----------------------
+ 1 file changed, 28 insertions(+), 28 deletions(-)
+
+commit fe4a0ac707802b5bb36787723f8d55a58c2946a5
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Tue Apr 30 13:35:50 2019 -0400
+
+    Fix some dead links
+
+ src/gen-os2-unicode-ranges.py      | 2 +-
+ src/gen-use-table.py               | 6 +++---
+ src/hb-ot-shape-complex-myanmar.hh | 2 +-
+ 3 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 68749e996aedbae9b1c4553f5672f74e1727b850
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Tue Apr 30 17:23:55 2019 +0100
+
+    [Docs] Usermanual; update XML manifest for new chapters.
+
+ docs/Makefile.am       | 4 ++--
+ docs/harfbuzz-docs.xml | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 30d7d1064ee339ca216699851030f9bae8c07c68
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Tue Apr 30 17:23:19 2019 +0100
+
+    [Docs] Usermanual; add Utilities chapter.
+
+ docs/usermanual-utilities.xml | 244 ++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 244 insertions(+)
+
+commit d0f5a05aef73293fe21ddb022084166a7a095862
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Tue Apr 30 17:22:54 2019 +0100
+
+    [Docs] Usermanual; add Shaping, Features, and Plans.
+
+ docs/usermanual-opentype-features.xml | 279 +++++++++++++++++++++++++++++++++-
+ 1 file changed, 277 insertions(+), 2 deletions(-)
+
+commit 8354c99fbee2887cb71440f4e25ad1e6f46b2592
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Tue Apr 30 17:22:08 2019 +0100
+
+    [Docs] Usermanual; add Fonts And Faces chapter.
+
+ docs/usermanual-fonts-and-faces.xml | 445 +++++++++++++++++++++++++++++++++++-
+ 1 file changed, 437 insertions(+), 8 deletions(-)
+
+commit 3b301c5ac6b15728f858cb6f5de8dfc6a77209fa
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Tue Apr 30 17:21:33 2019 +0100
+
+    [Docs] Usermanual; fill out Buffers chapter.
+
+ ...anual-buffers-language-script-and-direction.xml | 358 +++++++++++++++++++--
+ 1 file changed, 335 insertions(+), 23 deletions(-)
+
+commit 6d9a86ae7535ea8e3c108a49c6da877a78cdac26
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Tue Apr 30 16:09:01 2019 +0100
+
+    [Docs] Usermanual; fixes to Object Model chapter
+
+ docs/usermanual-object-model.xml | 35 ++++++++++++++++++++++-------------
+ 1 file changed, 22 insertions(+), 13 deletions(-)
+
+commit 1223a352b7c8d1cc362693b850f348af4d4d03fb
+Merge: aa3ac5924 9542bdd0e
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Apr 29 16:43:48 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit 9542bdd0ed2d581cdb4bd950ac3cd7e3bf899478
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Apr 29 14:52:28 2019 -0700
+
+    Add color channels getters ABI (#1513)
+    
+    So can be used with language wrappers
+
+ src/hb-common.cc | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-common.h  | 40 +++++++++++-----------------------------
+ 2 files changed, 64 insertions(+), 29 deletions(-)
+
+commit e200d165a4e8a5f901165c705d617b6e457ec595
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 30 02:10:50 2019 +0430
+
+    [ci] Remove crosscompile-notest-freebsd9 bot
+    
+    It was testing an old version of freebsd and now it's image is gone.
+    We really like to test the environment.
+
+ .circleci/config.yml | 10 ----------
+ 1 file changed, 10 deletions(-)
+
+commit 4aa546b70ad7b11154b901e67f98c1ec6bc5c364
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Mon Apr 29 14:16:51 2019 -0400
+
+    Allow some Balinese Po & So as aksara modre bases
+
+ src/gen-use-table.py                 | 10 ++++++++--
+ src/hb-ot-shape-complex-use-table.cc |  4 ++--
+ 2 files changed, 10 insertions(+), 4 deletions(-)
+
+commit 6d6edc8b25395c87477181a647a8e6d02f2cad4f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Apr 28 11:54:07 2019 -0700
+
+    [valgrind] Use libtool and support run-subset-fuzzer-tests (#1668)
+
+ test/fuzzing/Makefile.am                |  4 +-
+ test/fuzzing/run-shape-fuzzer-tests.py  | 28 ++++++------
+ test/fuzzing/run-subset-fuzzer-tests.py | 75 ++++++++++++++++++++++++++++++---
+ 3 files changed, 85 insertions(+), 22 deletions(-)
+
+commit 62c6e170728303f4225aaa25523675fc260ae1ab
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Apr 28 10:55:07 2019 -0700
+
+    [test] Add crbug.com/oss-fuzz/14474 testcase
+    
+    Fixed at 6977a95f
+
+ ...testcase-minimized-hb-subset-fuzzer-5716947896893440 | Bin 0 -> 65833 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 6977a95fed8a35d6e915ed3fc3a3ea8709f3d4a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Apr 27 10:05:25 2019 -0700
+
+    [subset] Don't crash if subsetting GSUB/GPOS fails
+    
+    Fixes fuzzer issue.
+
+ src/hb-subset.cc | 27 ++++++++++++++-------------
+ 1 file changed, 14 insertions(+), 13 deletions(-)
+
+commit 2b051e7aa147c78cfbf953b6f0eb18c25b732eb2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Apr 27 10:01:11 2019 -0700
+
+    [subset] Check error after calling serializer end
+
+ src/hb-subset.cc | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 750b65e9a980efc13e50ea5d0388ecf06e7a93b1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 26 17:14:25 2019 -0700
+
+    [meta] Add hb_type_identity<>
+    
+    To block template argument deduction.
+
+ src/hb-meta.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 8c8922a019eb1ceb8beffc05ca638ee0ca25b565
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Thu Apr 25 09:17:58 2019 -0700
+
+    [subset] Updates due to changes in resolve_links() on master branch
+
+ src/Makefile.sources    | 1 +
+ src/hb-ot-name-table.hh | 7 +++++--
+ src/hb-static.cc        | 3 +--
+ 3 files changed, 7 insertions(+), 4 deletions(-)
+
+commit 2f6ec35344db08d0c892152bc7a7eaa67e7c03f0
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Apr 24 15:15:36 2019 -0700
+
+    Move implementations of hb-ot-name-language.cc into a hb-static.cc
+
+ src/hb-aat-layout.hh              |   1 -
+ src/hb-ot-name-language-static.hh | 462 ++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-name-language.hh        | 432 +----------------------------------
+ src/hb-static.cc                  |   2 +
+ 4 files changed, 468 insertions(+), 429 deletions(-)
+
+commit 19afd25004487cfaa7b487b1768b4dae1ab37296
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Apr 24 14:02:29 2019 -0700
+
+    [subset] Update to use _subset2() for name table
+
+ src/hb-ot-name-table.hh | 47 ++++++++++-------------------------------------
+ src/hb-subset.cc        |  4 ++--
+ 2 files changed, 12 insertions(+), 39 deletions(-)
+
+commit 1ca4b5c77012ed586413f39e730b03bf965e1305
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Apr 22 11:31:23 2019 -0700
+
+    [subset] Add unit test for str de-dup
+    Also move the implementation of some methods from the .cc to the .hh
+
+ src/Makefile.sources                   |   1 -
+ src/hb-aat-layout.cc                   |   8 -
+ src/hb-aat-layout.hh                   |   9 +-
+ src/hb-ot-name-language.cc             | 457 ---------------------------------
+ src/hb-ot-name-language.hh             | 432 ++++++++++++++++++++++++++++++-
+ test/api/fonts/nameID.dup.expected.ttf | Bin 0 -> 2340 bytes
+ test/api/fonts/nameID.dup.origin.ttf   | Bin 0 -> 170680 bytes
+ test/api/test-subset-nameids.c         |  21 ++
+ 8 files changed, 456 insertions(+), 472 deletions(-)
+
+commit 9ad14f56b6cf2a345104b3a897b52a1f4c0f33a5
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Apr 16 11:20:58 2019 -0700
+
+    [subset] update name table subsetting with new serializer
+
+ src/hb-ot-name-table.hh | 126 ++++++++++++++++++++++++++++--------------------
+ 1 file changed, 75 insertions(+), 51 deletions(-)
+
+commit 6faac8df83bb59f08e5d329e76435ba438b2ea54
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Wed Apr 10 16:38:35 2019 -0700
+
+    [subset] Subsetting Name Table Step 4
+    Add unit test and integration test
+
+ test/api/Makefile.am                               |   2 +
+ test/api/fonts/nameID.expected.ttf                 | Bin 0 -> 170696 bytes
+ test/api/fonts/nameID.origin.ttf                   | Bin 0 -> 170976 bytes
+ test/api/hb-subset-test.h                          |   9 ++++
+ test/api/test-subset-nameids.c                     |  58 +++++++++++++++++++++
+ .../Roboto-Regular.abc.name-ids.61,62,63.ttf       | Bin 0 -> 2168 bytes
+ .../basics/Roboto-Regular.abc.name-ids.61,63.ttf   | Bin 0 -> 1988 bytes
+ .../basics/Roboto-Regular.abc.name-ids.61.ttf      | Bin 0 -> 1792 bytes
+ .../basics/Roboto-Regular.abc.name-ids.62.ttf      | Bin 0 -> 1740 bytes
+ .../basics/Roboto-Regular.abc.name-ids.63.ttf      | Bin 0 -> 1716 bytes
+ test/subset/data/profiles/name-ids.txt             |   1 +
+ test/subset/data/tests/basics.tests                |   1 +
+ 12 files changed, 71 insertions(+)
+
+commit e501ea143d1e63974903cdb41932c50f4222ff4e
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Apr 5 10:05:55 2019 -0700
+
+    [subset] Subset name table step 3, add --nameids option to guide the
+    selection of which name records to keep in the subset method.
+
+ src/hb-ot-name-table.hh | 28 ++++++++++++++++------------
+ src/hb-subset-input.cc  |  8 ++++++++
+ src/hb-subset-input.hh  |  3 ++-
+ src/hb-subset-plan.cc   | 10 ++++++----
+ src/hb-subset-plan.hh   |  3 +++
+ src/hb-subset.h         |  3 +++
+ util/hb-subset.cc       |  1 +
+ util/options.cc         | 45 +++++++++++++++++++++++++++++++++++++++++++++
+ util/options.hh         |  8 ++++++++
+ 9 files changed, 92 insertions(+), 17 deletions(-)
+
+commit 2637a81615c80443911a603cbd161ade525c79f1
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Apr 2 13:38:27 2019 -0700
+
+    [subset] subset name table step 2, add implementation for collecting subset
+    elements and serialize method
+
+ src/hb-ot-name-table.hh | 131 ++++++++++++++++++++++++++++++++++++++++--------
+ 1 file changed, 109 insertions(+), 22 deletions(-)
+
+commit 408c1daeb4ff86d2204ed1bdd059513357ada392
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Fri Mar 29 10:34:32 2019 -0700
+
+    [subset] subset name table step 1,  write out table unmodified, use accelerator to access
+    string
+
+ src/hb-ot-name-table.hh | 53 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-subset.cc        |  4 ++++
+ 2 files changed, 57 insertions(+)
+
+commit 3a7f5bdd18314676425ec811199767a5f8e65a40
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 26 14:40:01 2019 -0700
+
+    Rewrite hb_is_signed()
+
+ src/hb-meta.hh | 20 +++++++++++---------
+ 1 file changed, 11 insertions(+), 9 deletions(-)
+
+commit 73c82f2301a52cf2111296b34691bc898a7a6363
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 26 13:16:48 2019 -0700
+
+    [iter] Fix hb_is_iterator_of() to actually check item type
+
+ src/hb-iter.hh | 20 +++++++++-----------
+ 1 file changed, 9 insertions(+), 11 deletions(-)
+
+commit c51f15ddfcae8578483693b761b81ceaebf05f2a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 26 13:03:41 2019 -0700
+
+    [array] Adjust hb_sorted_array_t copy constructor/assignment to match hb_array_t
+
+ src/hb-array.hh | 13 ++++++++++---
+ 1 file changed, 10 insertions(+), 3 deletions(-)
+
+commit b2758c360cc08d7a0334aae11845d0c5d50c46af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 26 12:58:06 2019 -0700
+
+    [array] Use hb_is_cr_convertible_to()
+
+ src/hb-array.hh | 14 ++------------
+ 1 file changed, 2 insertions(+), 12 deletions(-)
+
+commit 8ecae793aa79056a312d3c8518106cfeca42390e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 26 12:57:56 2019 -0700
+
+    [meta] Add hb_is_cr_convertible_to()
+
+ src/hb-meta.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 52bb0346d319c322f117567a096fafa1bc804e26
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 26 12:52:28 2019 -0700
+
+    [meta] Add hb_decay<>
+
+ src/hb-meta.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 474f3587cd18fdaf86b2068647fa03b107557d8c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Apr 26 10:12:38 2019 -0700
+
+    copy retain_gids from input to plan
+
+ src/hb-subset-plan.cc | 1 +
+ src/hb-subset-plan.hh | 1 +
+ 2 files changed, 2 insertions(+)
+
+commit 3fc066314ac19005ea8157a6541412cfd24abbc2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 16:41:57 2019 -0700
+
+    Another try at fixing cmake build
+
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c69f02784ac53a7fd13eee559559b38d8224ef59
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 16:31:37 2019 -0700
+
+    Fix sign-compare error on 32-bit systems
+
+ src/hb-open-type.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f2d20dd9d3b52f434f5fe9dbef82bd95eb499edf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 15:08:27 2019 -0700
+
+    [THANKS] Add Ivan Kuckir <https://photopea.com/>
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1633#issuecomment-485764140
+
+ THANKS | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0ca358f21a2a6e86a3d5c145a70bb84ab6e2db32
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 16:36:29 2019 -0400
+
+    Try fixing cmake build
+
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 59a8fa53533b10b9c25458d9ba2d68b7b01c3ff0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 12:19:13 2019 -0400
+
+    [iter] Add tests for casting to hb_iter_t<> base class for hb_sorted_array_t<>
+    
+    Something's phishy about hb_sorted_array_t<>.  Can't get it work nicely with
+    change I'm making.  Ugh..
+
+ src/test-iter.cc | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 714307cc437f375f128e17e5ab01eba0c57aaf01
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 10:56:12 2019 -0400
+
+    [iter] Remove fixed TODO
+
+ src/hb-iter.hh | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 22da12318a3e9fd9955f24fd0092de1a4a1a940d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 10:53:16 2019 -0400
+
+    [map] Fix TODO
+
+ src/hb-map.hh           | 6 ++----
+ src/hb-meta.hh          | 6 ++++++
+ src/hb-ot-cff1-table.cc | 1 -
+ src/hb-ot-cff2-table.cc | 1 -
+ src/hb.hh               | 3 +--
+ 5 files changed, 9 insertions(+), 8 deletions(-)
+
+commit 4c6136e976af4f7332f703f5a7625505ffc296b6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 10:44:24 2019 -0400
+
+    [mutex] Remove TODO
+
+ src/hb-mutex.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 0268db11965d022883d5ef2ef828c0635165b7bd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 10:43:40 2019 -0400
+
+    [map] Use hb_invoke() with pointer-to-method
+
+ src/hb-algs.hh   | 5 ++++-
+ src/hb-map.hh    | 4 ++--
+ src/test-algs.cc | 8 ++++++++
+ 3 files changed, 14 insertions(+), 3 deletions(-)
+
+commit 8f79a5750e8982f9ab73c0dc6a8534dffef74610
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 10:32:49 2019 -0400
+
+    [algs] Add more hb_forward<>()'s
+
+ src/hb-algs.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 42526d1697e2449fa23741f84721dcf2ce688af7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 10:24:33 2019 -0400
+
+    [serialize] Fix SingleSubstFormat1 failure
+
+ src/hb-ot-layout-gsub-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 6cc9707c9c0885a3133b7844f615cdcdaeccec18
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 10:22:06 2019 -0400
+
+    [serialize] Rename
+
+ src/hb-serialize.hh | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit 085793d6cd35a1590a66712f39260030367490db
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 10:15:59 2019 -0400
+
+    Remove wrong TODOs
+
+ src/hb-ot-layout-gsubgpos.hh       | 2 +-
+ src/hb-ot-shape-complex-indic.cc   | 1 -
+ src/hb-ot-shape-complex-khmer.cc   | 4 ++--
+ src/hb-ot-shape-complex-myanmar.cc | 3 ++-
+ src/hb-ot-shape-complex-use.cc     | 4 ++--
+ 5 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 915b9ea5f48d56df21419761477b2d4ba2843b54
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 10:07:19 2019 -0400
+
+    [serialize] Add c->check_assign()
+    
+    To check for assignment overflows.
+
+ src/hb-open-type.hh            |  7 +++----
+ src/hb-ot-layout-gsub-table.hh |  2 +-
+ src/hb-serialize.hh            | 20 +++++++++++++-------
+ 3 files changed, 17 insertions(+), 12 deletions(-)
+
+commit 00a00bc1f23c681d64fbd4df33582ec0165e337a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 10:01:30 2019 -0400
+
+    Fix two TODOs
+
+ src/hb-ot-layout-gsub-table.hh | 11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+commit 11ab889a8d743304c8ec17920e209a514f46739d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 09:55:24 2019 -0400
+
+    Rename a few test programs
+
+ src/Makefile.am                                    | 24 +++++++++++-----------
+ ...est-size-params.cc => test-gpos-size-params.cc} |  0
+ ...substitute.cc => test-gsub-would-substitute.cc} |  0
+ src/{test-name-table.cc => test-ot-name.cc}        |  0
+ 4 files changed, 12 insertions(+), 12 deletions(-)
+
+commit 12017db0bfe62e7777e1ab6ba5b14729dcd4c351
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 09:24:38 2019 -0400
+
+    Move test code around
+
+ src/test-algs.cc | 8 ++++++++
+ src/test-iter.cc | 9 ---------
+ 2 files changed, 8 insertions(+), 9 deletions(-)
+
+commit 27377a7e287dd39e3f7caad5c1e0691ae381ccf8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 09:22:14 2019 -0400
+
+    Rely on variadic parameter pack more
+
+ src/hb-open-type.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 3ad20c38ade76aca8aed024014977ecb5f2b636e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 24 09:09:00 2019 -0400
+
+    [serialize] Fix a few overflow TODO items
+
+ src/hb-open-type.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 175bdad8bff5b0e9732ab1fb97617a9293680fd4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 23 23:57:11 2019 -0400
+
+    One more variadic parameter pack use
+
+ src/hb-aat-layout-common.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 441cca235477a5399af214c9ac85320d4de69f0b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 23 23:49:21 2019 -0400
+
+    Use hb_forward() when forwarding parameter pack
+
+ src/hb-open-type.hh | 32 ++++++++++++++++----------------
+ src/hb-serialize.hh |  3 ++-
+ 2 files changed, 18 insertions(+), 17 deletions(-)
+
+commit 20f3134789f65b10f301c4635c9f80c2dda0fb97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 23 12:58:52 2019 -0400
+
+    Use variadic templates in OffsetTo<> and various ArrayOf<>s
+
+ src/hb-open-type.hh | 145 ++++++++++++++++++----------------------------------
+ 1 file changed, 49 insertions(+), 96 deletions(-)
+
+commit aa6692cb0079bbe1e003f211a321e8fe6a18ea94
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Tue Apr 23 17:56:44 2019 +0100
+
+    Usermanual: update Makefile SGML list. Again.
+
+ docs/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 98c54cdef8b0615a95382bdba4ecd008789f8c9e
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Tue Apr 23 17:48:42 2019 +0100
+
+    Usermanual: add chapter on object model.
+
+ docs/harfbuzz-docs.xml           |   1 +
+ docs/usermanual-object-model.xml | 249 +++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 250 insertions(+)
+
+commit 64ca2ffa4c88b961dcbd9d06be8ac7dd80ad8182
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 23 01:10:46 2019 -0700
+
+    Fix clang's -Wmain complain (#1678)
+
+ src/test-iter.cc | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 7c218351ab45c41e48147b2196393357f7b551d4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 23 12:40:29 2019 +0430
+
+    .editorconfig, minor
+    
+    still doesn't work with vscode
+
+ .editorconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 25dd88efc6521b972babe1067c0de1b9d4f5dbe5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 22 17:45:23 2019 -0400
+
+    Err, fix hb_invoke() variadic
+
+ src/hb-algs.hh   | 6 +++---
+ src/test-iter.cc | 5 ++++-
+ 2 files changed, 7 insertions(+), 4 deletions(-)
+
+commit c862a532df0bc3ce0b47f3fde9bf1dd300ff8bee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 22 17:32:19 2019 -0400
+
+    Add variadic arguments to hb_invoke()
+
+ src/hb-algs.hh | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit 9c724e48a2f5d61c31c79f0b4660f08e5d07db10
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 22 15:37:10 2019 -0400
+
+    [serializer] Add err_propagaged_error()
+
+ src/hb-serialize.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit ae8da4b61b4cc3b55242b85fe7c63393d65bd6cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 22 15:25:11 2019 -0400
+
+    Minor
+
+ src/hb-iter.hh | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 24da1d08603a7fe262ae88d687986efc0343956f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 22 15:20:25 2019 -0400
+
+    Use variadic template args for propagate_error()
+    
+    Let's see if bots happy.
+    
+    Not sure where else we can use these.  Mm.  Maybe in hb_invoke().
+
+ src/hb-serialize.hh | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+commit 9bab398462fa598047f34fd6d23e07a91305b1b3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 22 15:16:35 2019 -0400
+
+    Simplify propagate_error()
+
+ src/hb-serialize.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit ecac94ca763e80d217ba5db429745e8882b38464
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Apr 21 12:27:32 2019 -0400
+
+    [docs] Remove fdo repo
+    
+    Has not been updated.
+
+ docs/harfbuzz-docs.xml | 6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+commit 8ed7655be89c658219ab702e34a79734ba0efb73
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Apr 21 12:25:19 2019 -0400
+
+    Update AUTHORS / COPYING
+
+ AUTHORS | 3 +++
+ COPYING | 3 ++-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit a464cbeecea73aeaa03c262f49fed8584057d9bb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Apr 19 12:14:09 2019 -0700
+
+    Revert "Add harfbuzzjs build configuration (#1636)" (#1675)
+    
+    This reverts commit 694cb1beeefe1c54b2e613d2d566a21e248a2c9c.
+
+ CMakeLists.txt | 35 -----------------------------------
+ 1 file changed, 35 deletions(-)
+
+commit 694cb1beeefe1c54b2e613d2d566a21e248a2c9c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Apr 19 07:51:04 2019 -0700
+
+    Add harfbuzzjs build configuration (#1636)
+
+ CMakeLists.txt | 35 +++++++++++++++++++++++++++++++++++
+ 1 file changed, 35 insertions(+)
+
+commit 42f4bd6b801f96fc33a365db8ab6390e74cef05a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 18 19:04:59 2019 -0400
+
+    Minor warning fix again
+
+ src/hb-ot-map.cc        | 20 ++++++++++----------
+ test/api/test-ot-face.c |  2 +-
+ 2 files changed, 11 insertions(+), 11 deletions(-)
+
+commit 267fb9c7163e61c9cdbafbb16005bc659ec5a4a2
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Apr 18 15:17:10 2019 -0700
+
+    add spaces
+
+ src/hb-ot-cff1-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ba0386060d92dffcde2d14f9e523a46ea8713de2
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Apr 18 14:53:35 2019 -0700
+
+    fix oss-fuzz issue 14345
+
+ src/hb-ot-cff1-table.hh                                 |   3 ++-
+ ...testcase-minimized-hb-subset-fuzzer-5923632099885056 | Bin 0 -> 25847 bytes
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit 63a2108480cca2d9c1a2f61d6642d70496f1a5e3
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Apr 18 13:54:58 2019 -0700
+
+    silence MVC warnings 3rd attempt
+
+ src/hb-ot-cff1-table.cc | 5 +++--
+ src/hb-ot-cff2-table.cc | 9 +++++----
+ 2 files changed, 8 insertions(+), 6 deletions(-)
+
+commit 705dde57fe7bd5aafe93f284db2aa809aad932dc
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Apr 18 11:32:10 2019 -0700
+
+    silence MVC warnings 2nd attempt
+
+ src/hb-ot-cff1-table.cc | 4 ++--
+ src/hb-ot-cff2-table.cc | 8 ++++----
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit dd4c37529bcecee33d43015a852a3fcf9e978b7f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Apr 18 10:38:57 2019 -0700
+
+    silence MVC warnings
+
+ src/hb-cff-interp-common.hh | 2 +-
+ src/hb-ot-cff1-table.cc     | 4 ++--
+ src/hb-ot-cff2-table.cc     | 8 ++++----
+ 3 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 518e6e07f29d9bb7e532313fb0af6177d8022ea5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 18 12:21:25 2019 -0400
+
+    Minor
+
+ src/hb-ot-map.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 91d958acc08cb99ddd3b656922e13497b9d1595d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 18 10:04:10 2019 -0400
+
+    [array] Simplify copy assignment/constructor
+    
+    To fix bogus MSVC warnings:
+    
+      c:\projects\harfbuzz\src\hb-array.hh(189): warning C4521: 'hb_array_t<Type>': multiple copy constructors specified [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
+      c:\projects\harfbuzz\src\hb-array.hh(189): warning C4522: 'hb_array_t<Type>': multiple assignment operators specified [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
+
+ src/hb-array.hh | 29 +++++++++++++++++++----------
+ 1 file changed, 19 insertions(+), 10 deletions(-)
+
+commit 693d91cd49fda3e728b59e6885bea8d7b01958ef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 17 17:59:39 2019 -0400
+
+    [serialize] Fix offset calculation
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit db0c9a1485ae6ca7ca9af38a43504f1ae4ea09c8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 17 17:58:13 2019 -0400
+
+    [subset] Assert offsets are zero during relocation
+    
+    If they're not, it's a bug in our subsetting logic somewhere.  So check.
+
+ src/hb-serialize.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit aa3ac59245a9f90c6636fbf6d3489d2b7caa4fd3
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Apr 17 12:43:53 2019 -0700
+
+    fix build
+
+ src/hb-ot-var-hvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c87488b46d1f302e1ad313c365e2cd440e60141a
+Merge: 49fe81fde c67a0d581
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Apr 17 12:07:15 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit 49fe81fdeb236e10c1b525b34edb4ec8aaeac35f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Apr 17 11:48:12 2019 -0700
+
+    updated api test results for HVAR/VVAR subset changes
+
+ test/api/fonts/AdobeVFPrototype.abc.otf               | Bin 6952 -> 6900 bytes
+ test/api/fonts/AdobeVFPrototype.ac.nohints.otf        | Bin 6272 -> 6220 bytes
+ .../api/fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf | Bin 6152 -> 6100 bytes
+ test/api/fonts/AdobeVFPrototype.ac.nosubrs.otf        | Bin 6336 -> 6284 bytes
+ test/api/fonts/AdobeVFPrototype.ac.otf                | Bin 6460 -> 6408 bytes
+ test/api/fonts/AdobeVFPrototype.ac.retaingids.otf     | Bin 6464 -> 6416 bytes
+ .../fonts/SourceSansVariable-Roman.ac.retaingids.ttf  | Bin 3040 -> 2616 bytes
+ .../SourceSerifVariable-Roman-VVAR.ac.retaingids.ttf  | Bin 5288 -> 5296 bytes
+ 8 files changed, 0 insertions(+), 0 deletions(-)
+
+commit efbba7ad26dda5930f5d1bd5292304835432f504
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 17 11:00:08 2019 -0400
+
+    [serializer] Add copy()
+    
+    Calls obj.copy() or obj.operator=() in that order.
+
+ src/hb-serialize.hh | 18 ++++++++++++++++++
+ 1 file changed, 18 insertions(+)
+
+commit c67a0d581fcc50df5563c23060b4fcd9dac4c87c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 17 10:20:02 2019 -0400
+
+    Add HB_RETURN
+
+ src/hb-algs.hh | 13 ++++++-------
+ src/hb-meta.hh | 34 ++++++++++++++++++++--------------
+ 2 files changed, 26 insertions(+), 21 deletions(-)
+
+commit 6745a600bfec13b3f5468b3d31bab7d82b1e61ce
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Tue Apr 16 17:29:34 2019 -0400
+
+    Comment out ot_languages where fallback suffices
+
+ src/gen-tag-table.py   |  15 +-
+ src/hb-ot-tag-table.hh | 443 +++++++++++++++++++++++++------------------------
+ src/hb-ot-tag.cc       |  19 ++-
+ test/api/test-ot-tag.c |   5 +-
+ 4 files changed, 255 insertions(+), 227 deletions(-)
+
+commit 5daeff3e68e4e202effb152f52702a044c09f386
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Wed Apr 17 09:11:44 2019 -0400
+
+    Fix "hb_script_" doc typo
+
+ src/hb-common.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6916b77863cd5ce492a274eb85f196f2152fbb96
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 16 18:33:51 2019 -0400
+
+    One more auto return type
+
+ src/hb-iter.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 5b33427f2c4d596a12f05ffebebfd68655fd63eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 16 18:28:17 2019 -0400
+
+    Rename HB_AUTO_RETURN_EXPR to HB_AUTO_RETURN
+
+ src/hb-algs.hh | 34 +++++++++++++++++-----------------
+ src/hb-meta.hh |  8 ++++----
+ 2 files changed, 21 insertions(+), 21 deletions(-)
+
+commit da293b0e59a0d6c47e9b3a7807115a168a0a5c94
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 16 18:27:25 2019 -0400
+
+    Use HB_AUTO_RETURN_EXPR in hb_min/max
+
+ src/hb-algs.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 0241a40f2aff43aba045fb7de4a2c3e5f1e9626a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 16 18:26:30 2019 -0400
+
+    Use auto return type for hb_first/hb_second
+
+ src/hb-algs.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit fe30fcd228ff95be1f169f580b30184c8511d1c3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 16 17:34:06 2019 -0400
+
+    Use hb_deref_pointer() to reduce number of overloads
+
+ src/hb-algs.hh | 27 ++++++++++-----------------
+ src/hb-meta.hh | 36 +++++++++++++++++++-----------------
+ 2 files changed, 29 insertions(+), 34 deletions(-)
+
+commit c918a6706fa759696569ad6dcaae03fed76306bc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 16 17:28:18 2019 -0400
+
+    Properly prioritize hb_hash()
+
+ src/hb-algs.hh | 46 +++++++++++++++++++++++-----------------------
+ 1 file changed, 23 insertions(+), 23 deletions(-)
+
+commit 75fd845a4abccc2596f0e1fe2294f936199e61f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 16 17:22:29 2019 -0400
+
+    Move around
+
+ src/hb-algs.hh | 25 ++++++++++++-------------
+ 1 file changed, 12 insertions(+), 13 deletions(-)
+
+commit 973717175d46d62471772318bb0b607070c53ec7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 16 16:50:07 2019 -0400
+
+    Fix priorities
+
+ src/hb-algs.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 54ece299bcb3436763cc4f3b6b0ca11de8133b28
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 16 16:45:53 2019 -0400
+
+    Use type aliasing for meta-functions, ie. those returning a type
+
+ src/hb-algs.hh   |  3 ++-
+ src/hb-array.hh  |  6 +++---
+ src/hb-atomic.hh |  2 +-
+ src/hb-blob.hh   |  2 +-
+ src/hb-common.cc |  2 +-
+ src/hb-ft.cc     |  2 +-
+ src/hb-iter.hh   |  2 +-
+ src/hb-meta.hh   | 12 ++++++------
+ src/hb-null.hh   |  6 +++---
+ 9 files changed, 19 insertions(+), 18 deletions(-)
+
+commit 6cde814a360eaeab6755685cf7980887af3225d1
+Merge: 007bb3e0d 1ce11b443
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Apr 16 11:35:07 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit 007bb3e0d1478912f8006f4c440866b4628cc28f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Apr 16 10:33:51 2019 -0700
+
+    retain-gids in HVAR/VVAR (unused deltas retained)
+
+ src/hb-ot-var-hvar-table.hh | 24 ++++++++++++------------
+ 1 file changed, 12 insertions(+), 12 deletions(-)
+
+commit 1ce11b44375dae74e8984ace1db4f08c51ac9c38
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Tue Apr 16 10:04:45 2019 -0400
+
+    Reduce LangTag from 3 language system tags to 1
+
+ src/gen-tag-table.py   |   13 +-
+ src/hb-ot-tag-table.hh | 2078 ++++++++++++++++++++++++------------------------
+ src/hb-ot-tag.cc       |   22 +-
+ 3 files changed, 1053 insertions(+), 1060 deletions(-)
+
+commit 155e92f25908830bef192304a2039853f6f5d4b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 16 11:35:09 2019 -0400
+
+    Reduce NullPool size
+
+ src/hb-null.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4fc2d2d7248171c386c39630aa2612f240669a58
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 16 11:24:42 2019 -0400
+
+    [meta] Flesh out hb_invoke()
+
+ src/hb-algs.hh | 14 ++++++++++++--
+ 1 file changed, 12 insertions(+), 2 deletions(-)
+
+commit e03d9395aa79a29d731607bfd46533b700dc1a37
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 16 11:20:16 2019 -0400
+
+    Comment
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b8e763fd7140b3e298863e04053ec0f3c73a6a70
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 16 10:50:22 2019 -0400
+
+    [meta] Add hb_invoke()
+
+ src/hb-algs.hh | 34 ++++++++++++++++++++++++++++++++--
+ src/hb-iter.hh |  2 +-
+ 2 files changed, 33 insertions(+), 3 deletions(-)
+
+commit a3fcb9a370ad7a3c205342f831d8529c81660466
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 16 10:45:20 2019 -0400
+
+    [meta] Add HB_AUTO_RETURN_EXPR, HB_VOID_RETURN_EXPR, hb_priority, hb_has(), hb_get()
+    
+    The first three based on range-v3.
+
+ src/hb-algs.hh | 46 ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-iter.hh |  7 ++++---
+ src/hb-meta.hh | 32 +++++++++++++++-----------------
+ src/hb.hh      |  2 +-
+ 4 files changed, 66 insertions(+), 21 deletions(-)
+
+commit ff68be31bf2ea82bf6bfcc6f993fb6806a895f97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 16 09:59:08 2019 -0400
+
+    Add hb_void_tt<> ala std::void_t
+
+ src/hb-meta.hh | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit eb348fc5c00df2330f98ea769699ce586f97e1d6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Apr 15 16:24:22 2019 -0700
+
+    optimize out regions & region index lists & short count
+
+ src/hb-ot-layout-common.hh | 107 +++++++++++++++++++++++++++++++++------------
+ 1 file changed, 80 insertions(+), 27 deletions(-)
+
+commit 89fea21697adfbba5057dd1d69c9806ee86e5ca8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 15 17:36:09 2019 -0400
+
+    Fix copyright
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b7384c89e2685cec1b6761c918ec7d91e8ae3af8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 15 16:53:10 2019 -0400
+
+    [fuzzing] Run valgrind with --leak-check=full
+
+ test/fuzzing/run-shape-fuzzer-tests.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3ff66c00292b20325b0d991dfd5eee80284cb9a8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 15 16:52:21 2019 -0400
+
+    [fuzzing] Fail if valgrind is requested but not found
+
+ test/fuzzing/run-shape-fuzzer-tests.py | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 07776b60965d503dfb7fb5c611397e40759b0bdc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 15 16:43:34 2019 -0400
+
+    More tweaks to previous commit
+    
+    Delete assignment operator of OffsetTo<> instead of Offset<>.
+    
+    In simple ArrayOf<>::sanitize() assert that Type has assignment operator.
+    Ideally we should SFINAE this and fallback to calling Type::sanitize()
+    if assignment operator is not available.  But we don't have a case of
+    that in the codebase.
+
+ src/hb-open-file.hh |  4 ++--
+ src/hb-open-type.hh | 16 +++++++++++-----
+ 2 files changed, 13 insertions(+), 7 deletions(-)
+
+commit 699de689e9aa2246ba9207c07140ccd564f5ec20
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 15 16:00:20 2019 -0400
+
+    Delete default assignment operator Offset<>
+
+ src/hb-open-type.hh        |  3 +++
+ src/hb-ot-cmap-table.hh    |  2 +-
+ src/hb-ot-layout-common.hh | 14 +++++++-------
+ 3 files changed, 11 insertions(+), 8 deletions(-)
+
+commit 02d864aa26359b7f057e2aa81404309e17180d47
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 15 15:39:03 2019 -0400
+
+    Add HB_FUNCOBJ()
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1651
+
+ src/hb-algs.hh | 28 +++++++++++++++-------------
+ src/hb-iter.hh | 56 ++++++++++++++++++++++++++++----------------------------
+ src/hb-meta.hh | 22 +++++++++++++---------
+ src/hb.hh      |  7 +++++++
+ 4 files changed, 63 insertions(+), 50 deletions(-)
+
+commit 60be1450ad04612a6c2a6116036dbf3e436018de
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon Apr 15 18:05:14 2019 +0100
+
+    [Usermanual]: fix Tamil error in Why-do-I-need-a-shaping-engine section.
+
+ docs/usermanual-what-is-harfbuzz.xml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 38b1d0b9b2e798dd808a816a397323ed7ba697ab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 15 12:44:31 2019 -0400
+
+    Move static const to post-struct for a function object
+    
+    Just sending this to bots to see if all happy, then turn it into macro and
+    apply everywhere.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1651
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 19e800c9d881ec016ab2e5fcaadab55ab5188398
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 15 12:07:00 2019 -0400
+
+    Ugh.  Another try, to unbreak gcc this time!
+    
+    Jenga.
+
+ src/hb-subset.cc | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 3a88f55c15b625a0ad10fbfadf4562bcbb41ae53
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 15 11:59:57 2019 -0400
+
+    Move location of HB_UNUSED to make MSVC happy
+
+ src/hb-subset.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1ae265888e144328dbf1df796d379bf742c4151a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 15 11:31:40 2019 -0400
+
+    Fix gcc warning
+
+ src/hb-array.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit c0ea37b557f53b50094042f11fe2611b1b30d725
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Apr 15 00:34:04 2019 +0430
+
+    [ci] Fix macOS glib issue
+
+ .circleci/config.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ad126036643e44a98c4c42d2a2a4a3b4a3649937
+Merge: 341b70a3b 47e538a35
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sun Apr 14 15:42:42 2019 +0100
+
+    Merge branch 'master' of https://github.com/harfbuzz/harfbuzz
+
+commit cd9889cac3ac3b271f7335f3e94acc4667a59b40
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sun Apr 14 15:33:56 2019 +0100
+
+    Docs: update and extended GTK-Doc comments for hb-ot-math.
+
+ src/hb-ot-math.cc | 133 ++++++++++++++++++++++++++++++++----------------------
+ src/hb-ot-math.h  |  21 +++++++++
+ 2 files changed, 99 insertions(+), 55 deletions(-)
+
+commit 3f74b7a14bffb8e91cd98edd0c3ddf0b0ddc169a
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sun Apr 14 15:20:56 2019 +0100
+
+    Docs: Regularize GTK-Doc comments for hb-ot-color.
+
+ src/hb-ot-color.cc | 136 ++++++++++++++++++++++++++++++-----------------------
+ src/hb-ot-color.h  |   6 +--
+ 2 files changed, 80 insertions(+), 62 deletions(-)
+
+commit 47e538a35f9072e5775a65e2bf110ae895818321
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 12 22:50:22 2019 -0400
+
+    Add HB_NO_SUBSET_LAYOUT
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-subset.cc | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+commit a98e4068e76d50bd9562d85a452b56e681f1d62b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 12 22:42:44 2019 -0400
+
+    Revert "Hide symbols in hb-iter"
+    
+    This reverts commit 98f14c4cdb837a962083a6702f401d41b4c1ec5c.
+    
+    Same as previous commit.
+
+ src/hb-iter.hh | 88 +++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 44 insertions(+), 44 deletions(-)
+
+commit dab92bdd4623aa7dac8eb00b14131566d75d095e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 12 22:39:38 2019 -0400
+
+    Revert "Hide more symbols"
+    
+    This reverts commit 2e86d50915cf1a791da9acb95245aa820a3d70f4.
+    
+    I think the setup that caused me to do this is faulty and not hiding inlines.
+
+ src/hb-blob.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 98f14c4cdb837a962083a6702f401d41b4c1ec5c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 12 18:11:18 2019 -0400
+
+    Hide symbols in hb-iter
+    
+    Painful.  All template methods need to be explicitly hidden :(.
+    
+    Maybe we should switch to -fvisibility=hidden pragma.
+    
+    A LOT more to go.
+
+ src/hb-iter.hh | 88 +++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 44 insertions(+), 44 deletions(-)
+
+commit 2e86d50915cf1a791da9acb95245aa820a3d70f4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 12 18:07:42 2019 -0400
+
+    Hide more symbols
+    
+    Exposed by:
+    
+    $ make -j5 CPPFLAGS="-O0" CXXFLAGS=-flto=thin LDFLAGS=-lc++ && ./check-symbols.sh
+
+ src/hb-blob.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit caa20e4ef9dff61a86312daec5d5a1df27d95ff7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 12 17:59:18 2019 -0400
+
+    Hide a few more symbols
+    
+    Exposed by:
+    
+    $ make CPPFLAGS=-O0
+
+ src/hb-array.hh | 4 ++--
+ src/hb-meta.hh  | 6 +++---
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 95df00aec1996d521acdff6deff063ba98214fb9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 12 17:50:03 2019 -0400
+
+    Hide a few static methods
+    
+    Looks like static methods that do not get inlined end up exported.
+    We have a lot more.  Need to protect all at some point.  Wish there
+    was an easier way, like the visibility flag we pass that automatically
+    hides all inline methods.
+    
+    Was exposed by check-symbols.sh when compiling on OS X 10.14 with:
+    
+    $ make CPPFLAGS=-Oz CXXFLAGS=-flto=thin LDFLAGS=-lc++
+
+ src/hb-aat-layout.hh           |  2 +-
+ src/hb-aat-map.hh              |  2 +-
+ src/hb-array.hh                |  2 +-
+ src/hb-coretext.cc             |  4 ++--
+ src/hb-open-file.hh            |  2 +-
+ src/hb-open-type.hh            |  3 ++-
+ src/hb-ot-cmap-table.hh        | 14 +++++++-------
+ src/hb-ot-layout-base-table.hh |  6 +++---
+ src/hb-ot-layout-gpos-table.hh |  8 ++++----
+ src/hb-ot-layout-gsub-table.hh |  8 ++++----
+ src/hb-ot-layout-gsubgpos.hh   |  2 +-
+ src/hb-ot-map.hh               |  4 ++--
+ src/hb-uniscribe.cc            |  4 ++--
+ 13 files changed, 31 insertions(+), 30 deletions(-)
+
+commit 2f4be4ba54b539fbadc31fc53bdcfca81d7db77a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 12 16:21:58 2019 -0400
+
+    Add HB_NO_OPTIONS
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-debug.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 3e524bf77280e5f3cd0c4d7429d2a6a5ec49268d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Apr 12 12:48:48 2019 -0700
+
+    fix VarData serialize to remove unused data sets
+    
+    add api test case for that
+
+ src/hb-ot-layout-common.hh                         |  14 ++++++++++----
+ .../fonts/SourceSansVariable-Roman-modHVAR.abc.ttf | Bin 0 -> 3260 bytes
+ .../fonts/SourceSansVariable-Roman-modHVAR.ac.ttf  | Bin 0 -> 3032 bytes
+ test/api/test-subset-hvar.c                        |  21 +++++++++++++++++++++
+ 4 files changed, 31 insertions(+), 4 deletions(-)
+
+commit 079d2dcbb2607cda3daa497199090c5813a51de5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 12 15:00:37 2019 -0400
+
+    Add HB_NO_NAME_TABLE_AAT
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-name-table.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 60a58aa61c09cafd12c432fdc1f7325f2a6d44bd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 12 14:58:53 2019 -0400
+
+    Add HB_NO_OT_FONT_BITMAP
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-font.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 160c4d8b2d9f6c205b713236f043081e6dd532ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 12 14:57:49 2019 -0400
+
+    Add HB_NO_OT_FONT_CFF
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-font.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 35f3b97fac3b106d345a06a4970f6adce182797b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 12 10:16:12 2019 -0400
+
+    Add HB_NO_OT_SHAPE_COMPLEX_HEBREW_FALLBACK
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-shape-complex-hebrew.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 414c5de26b34c0c53f6f4b5f00ddc8e1a3b62ac2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 12 10:12:11 2019 -0400
+
+    Add HB_NO_OT_SHAPE_FALLBACK
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-shape-fallback.cc | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit fe0018f7ef804acefa729e888f5a9935e571079d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 12 09:35:29 2019 -0400
+
+    Add HB_NO_OT_SHAPE_COMPLEX_THAI_FALLBACK
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-shape-complex-thai.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 9ddbfa006d752f6ddd3610ff968f84cf18dec031
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Apr 12 09:33:25 2019 -0400
+
+    Add HB_NO_OT_LAYOUT_BLACKLIST
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-layout.cc | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit 571fad4cf17d90434562d1b6f5d08b6f27343c7a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 11 17:54:38 2019 -0400
+
+    Add HB_NO_OT_SHAPE_COMPLEX_VOWEL_CONSTRAINTS
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-shape-complex-vowel-constraints.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit a90e4916df74f6f84ce78eb2a73b6f325e7e8617
+Merge: 945737026 3db227265
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Apr 11 15:57:32 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit 3db227265bc0790ffd718bf265d245c78598a49d
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Tue Apr 2 18:49:40 2019 +0100
+
+    Update gtk-doc annotations for inout counts on various getter functions.
+
+ src/hb-ot-layout.cc | 122 ++++++++++++++++++++++++++++++----------------------
+ 1 file changed, 70 insertions(+), 52 deletions(-)
+
+commit c08ddbd91b7f0fffe761638a2ee4893304b012db
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sun Mar 24 15:07:07 2019 +0000
+
+    [Docs] Minor edits to gtk-doc inline comment review.
+
+ src/hb-ot-layout.cc | 21 +++++++++++++--------
+ 1 file changed, 13 insertions(+), 8 deletions(-)
+
+commit af5230bce39020cf6fc87ee5e21cca3ba201a417
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon Mar 18 14:03:16 2019 +0000
+
+    [Docs] Minor; fix formatting for gtk-doc multiple-annotations.
+
+ src/hb-ot-layout.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 6c0a1e8cd67144d20c8b5fcad23953910eeeea51
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sun Mar 17 14:50:47 2019 +0000
+
+    [Docs] Annotate gtk-doc formatting with some un-annotated (out)s.
+
+ src/hb-ot-layout.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 5122805c740961d4fdfbff440ed68792b63d50ed
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sun Mar 17 14:43:06 2019 +0000
+
+    [Docs] Fix gtk-doc formatting for (out) and (inout).
+
+ src/hb-ot-layout.cc | 108 ++++++++++++++++++++++++++--------------------------
+ 1 file changed, 54 insertions(+), 54 deletions(-)
+
+commit d3178aa52ae822ac6af606027ac8150ded0a2966
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sun Mar 17 14:27:27 2019 +0000
+
+    [Docs] Fix gtk-doc references to 'kern' table functions, clarifying that GPOS is not examined.
+
+ src/hb-ot-layout.cc | 10 +++++++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+commit 3449031fad9dff7acedde7dceb0e47db708fc025
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sat Mar 16 15:38:08 2019 +0000
+
+    [Docs] Add inline gtk-doc documentation of GDEF glyph classes.
+
+ src/hb-ot-layout.h | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 930f6fc3da04ce1897e65862fccb03afa9d3a780
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sat Mar 16 15:10:21 2019 +0000
+
+    [Docs] Add inlind gtk-doc comments for hb-ot-layout functions.
+
+ src/hb-ot-layout.cc | 456 +++++++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout.h  |  11 ++
+ 2 files changed, 462 insertions(+), 5 deletions(-)
+
+commit 945737026d5647c42c1fb897a88364613a7dd51c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Apr 11 10:52:11 2019 -0700
+
+    tweak: moved xshift code out of get_points_var
+
+ src/hb-ot-glyf-table.hh | 21 +++++++++------------
+ 1 file changed, 9 insertions(+), 12 deletions(-)
+
+commit e8140832025e31d62784ce16a03fc5667b0c4015
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Apr 11 09:59:13 2019 -0700
+
+    undo hb_ot_ge_glyph_v_origin to fix test failures
+
+ src/hb-ot-font.cc | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit b52c0e54b9855a1f3d400e4dbcd0372520f2c2fc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 11 11:20:10 2019 -0400
+
+    Use injected class name to simplify macros
+
+ src/hb-open-type.hh | 10 +++++-----
+ src/hb.hh           | 14 --------------
+ 2 files changed, 5 insertions(+), 19 deletions(-)
+
+commit baf1e79075b0f917b79484446cd2ca47b58f50aa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 11 11:18:04 2019 -0400
+
+    [C++11] Use deleted methods
+
+ src/hb.hh | 30 +++++++++++++++---------------
+ 1 file changed, 15 insertions(+), 15 deletions(-)
+
+commit 824fd342d5d66584a5ed88951e05975f33c55617
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Apr 11 11:16:01 2019 -0400
+
+    Rename a few macros
+
+ src/hb-map.hh       |  2 +-
+ src/hb-open-type.hh | 10 +++++-----
+ src/hb-set.hh       |  2 +-
+ src/hb.hh           | 12 ++++++------
+ 4 files changed, 13 insertions(+), 13 deletions(-)
+
+commit 9e79285ef3b4d7490b4bbad0eef16dd73fd8fb62
+Merge: 6d79a25be c5509be93
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Apr 10 17:24:29 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit 6d79a25bed110b2d8842bd102ffdb5606023b8a1
+Merge: ab9d30965 196481ccb
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Apr 10 17:23:00 2019 -0700
+
+    Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
+
+commit ab9d30965d298c10e0f1934364b03276067cf8a5
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Apr 10 17:21:37 2019 -0700
+
+    Add tt var metrics test cases & bug fixes
+
+ src/hb-ot-font.cc                                  |   4 +-
+ src/hb-ot-glyf-table.hh                            | 131 ++++++++++-----------
+ src/hb-ot-hmtx-table.hh                            |   4 +-
+ src/hb-ot-var-gvar-table.hh                        |   4 +-
+ .../api/fonts/SourceSansVariable-Roman.modcomp.ttf | Bin 0 -> 3252 bytes
+ test/api/test-ot-metrics-tt-var.c                  |  79 ++++++++++++-
+ 6 files changed, 147 insertions(+), 75 deletions(-)
+
+commit edfc6be4a0362efa5c1d39f4792a28b5726c3ce5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 10 15:53:48 2019 -0400
+
+    [arabic] Disable fallback shaping if HB_NO_OT_SHAPE_COMPLEX_ARABIC_FALLBACK defined
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-ot-shape-complex-arabic-fallback.hh | 1 -
+ src/hb-ot-shape-complex-arabic.cc          | 4 ++++
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit 4d31662b5da20790f6f860cec8f5fdabf48210f0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 10 15:40:03 2019 -0400
+
+    Don't install ot-font funcs on new fonts if HB_NO_OT_FONT defined
+    
+    Currently linker cannot GC hb-ot-font completely because we install
+    it on fonts by default.  Don't do that if HB_NO_OT_FONT defined.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-font.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit b111b3de020cde6fb0686efc224cace4608f2e45
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 10 15:38:15 2019 -0400
+
+    Don't use any default unicode funcs if HB_NO_UNICODE_FUNCS is defined
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1652
+
+ src/hb-unicode.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit c5509be93a351177724f2891dd5e9ddb02553452
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 8 14:50:58 2019 -0400
+
+    [coretext] Fix unused-variable error
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1659
+
+ src/hb-coretext.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 196481ccb913d23e30cbd267df296deada919e88
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Apr 5 16:37:12 2019 -0700
+
+    shift glyph horizontally at top level, not components
+
+ src/hb-ot-glyf-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 8a92ffd9bb9357cdf219e166c8a71abc90823976
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Apr 5 15:04:23 2019 -0700
+
+    fix failure to check glyf recursion
+
+ src/hb-ot-glyf-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4c19aa26204d0dc2f08b6e4a824e9088301f68d8
+Author: Maks Naumov <maksqwe1@ukr.net>
+Date:   Fri Apr 5 21:46:27 2019 +0300
+
+    Fix MSVC C4068 warning (#1656)
+
+ src/hb-blob.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e44b83aac0443bd23df15b505a3d638883621b0e
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Apr 5 10:15:08 2019 -0700
+
+    replace test font SourceHanSans with its subet
+
+ ...gular.default.3042,3044,3046,3048,304A,304B.otf |    Bin 6356 -> 0 bytes
+ ...gular.default.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 6564 -> 0 bytes
+ .../SourceHanSans-Regular.default.61,63,65,6B.otf  |    Bin 5532 -> 0 bytes
+ ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6780 -> 0 bytes
+ .../SourceHanSans-Regular.default.660E.otf         |    Bin 5248 -> 0 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 537992 -> 0 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 692312 -> 0 bytes
+ ...ular.desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 531624 -> 0 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 692496 -> 0 bytes
+ ...ans-Regular.desubroutinize-retain-gids.660E.otf |    Bin 613836 -> 0 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 6272 -> 0 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 6456 -> 0 bytes
+ ...eHanSans-Regular.desubroutinize.61,63,65,6B.otf |    Bin 5460 -> 0 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6572 -> 0 bytes
+ .../SourceHanSans-Regular.desubroutinize.660E.otf  |    Bin 5224 -> 0 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 537424 -> 0 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 691692 -> 0 bytes
+ ...ints-desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 531124 -> 0 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 691808 -> 0 bytes
+ ....drop-hints-desubroutinize-retain-gids.660E.otf |    Bin 613348 -> 0 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 6096 -> 0 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 6204 -> 0 bytes
+ ...gular.drop-hints-desubroutinize.61,63,65,6B.otf |    Bin 5344 -> 0 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6268 -> 0 bytes
+ ...Sans-Regular.drop-hints-desubroutinize.660E.otf |    Bin 5120 -> 0 bytes
+ ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 537492 -> 0 bytes
+ ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 691788 -> 0 bytes
+ ...-Regular.drop-hints-retain-gids.61,63,65,6B.otf |    Bin 531164 -> 0 bytes
+ ...-Regular.drop-hints-retain-gids.61,63,65,6B.ttx | 393879 ------------------
+ ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 692008 -> 0 bytes
+ ...HanSans-Regular.drop-hints-retain-gids.660E.otf |    Bin 613368 -> 0 bytes
+ ...ar.drop-hints.3042,3044,3046,3048,304A,304B.otf |    Bin 6164 -> 0 bytes
+ ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 6300 -> 0 bytes
+ ...ourceHanSans-Regular.drop-hints.61,63,65,6B.otf |    Bin 5376 -> 0 bytes
+ ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6472 -> 0 bytes
+ .../SourceHanSans-Regular.drop-hints.660E.otf      |    Bin 5140 -> 0 bytes
+ ...r.retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 538076 -> 0 bytes
+ ...r.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 692420 -> 0 bytes
+ ...urceHanSans-Regular.retain-gids.61,63,65,6B.otf |    Bin 531704 -> 0 bytes
+ ...r.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 692700 -> 0 bytes
+ .../SourceHanSans-Regular.retain-gids.660E.otf     |    Bin 613860 -> 0 bytes
+ ...ubset.default.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 3028 bytes
+ ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 3240 bytes
+ ...eHanSans-Regular_subset.default.61,63,65,6B.otf |    Bin 0 -> 2200 bytes
+ ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 3460 bytes
+ .../SourceHanSans-Regular_subset.default.660E.otf  |    Bin 0 -> 1920 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 90956 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 125820 bytes
+ ...bset.desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 0 -> 88392 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 126004 bytes
+ ...ular_subset.desubroutinize-retain-gids.660E.otf |    Bin 0 -> 103780 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 2952 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 3136 bytes
+ ...s-Regular_subset.desubroutinize.61,63,65,6B.otf |    Bin 0 -> 2132 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 3256 bytes
+ ...eHanSans-Regular_subset.desubroutinize.660E.otf |    Bin 0 -> 1896 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 90656 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 125468 bytes
+ ...ints-desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 0 -> 88156 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 125584 bytes
+ ....drop-hints-desubroutinize-retain-gids.660E.otf |    Bin 0 -> 103556 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 2792 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 2896 bytes
+ ...ubset.drop-hints-desubroutinize.61,63,65,6B.otf |    Bin 0 -> 2028 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 2964 bytes
+ ...gular_subset.drop-hints-desubroutinize.660E.otf |    Bin 0 -> 1804 bytes
+ ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 90724 bytes
+ ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 125560 bytes
+ ...r_subset.drop-hints-retain-gids.61,63,65,6B.otf |    Bin 0 -> 88196 bytes
+ ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 125780 bytes
+ ...-Regular_subset.drop-hints-retain-gids.660E.otf |    Bin 0 -> 103572 bytes
+ ...et.drop-hints.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 2848 bytes
+ ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 2988 bytes
+ ...nSans-Regular_subset.drop-hints.61,63,65,6B.otf |    Bin 0 -> 2060 bytes
+ ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 3164 bytes
+ ...ourceHanSans-Regular_subset.drop-hints.660E.otf |    Bin 0 -> 1824 bytes
+ ...t.retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 91040 bytes
+ ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 125924 bytes
+ ...Sans-Regular_subset.retain-gids.61,63,65,6B.otf |    Bin 0 -> 88468 bytes
+ ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 126208 bytes
+ ...urceHanSans-Regular_subset.retain-gids.660E.otf |    Bin 0 -> 103800 bytes
+ test/subset/data/fonts/SourceHanSans-Regular.otf   |    Bin 16427580 -> 0 bytes
+ .../data/fonts/SourceHanSans-Regular_subset.otf    |    Bin 0 -> 2707728 bytes
+ test/subset/data/tests/cff-japanese.tests          |      2 +-
+ 84 files changed, 1 insertion(+), 393880 deletions(-)
+
+commit a96d003d6ec4212fadad4f5b9058c9f8b07bcf89
+Author: Maks Naumov <maksqwe1@ukr.net>
+Date:   Fri Apr 5 12:29:56 2019 +0300
+
+    Fix MSVC C4138 warning (#1657)
+
+ src/hb-ot-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c68eb7002f1c2b847d955797e27f5403199e3d9d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 3 16:24:12 2019 -0700
+
+    Minor
+
+ src/hb-ot-layout-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 85adf4ad5c76172514f281bfbe3850ef35473cc7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 3 16:06:55 2019 -0700
+
+    [GDEF] Don't assume glyphlist is sorted
+    
+    As was hit by the fuzzer.
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14032
+
+ src/hb-ot-layout-common.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit ecabdffc61cb0b71424f4845aeda8cd0a6d25a29
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 3 16:06:34 2019 -0700
+
+    [algs] Add hb_min() and hb_max()
+
+ src/hb-algs.hh | 11 +++++++++++
+ 1 file changed, 11 insertions(+)
+
+commit 7b863142ceb82fc2fd23802f19f7379aa2f152e5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 3 15:48:27 2019 -0700
+
+    [serialize] Make putting breakpoint on out-of-memory easier
+
+ src/hb-serialize.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 2bd275023405b6a669d59ad4cdcb2e8cb410d593
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 3 15:31:53 2019 -0700
+
+    [iter] Tweak SFINAE again
+    
+    Don't think we need hb_is_same().
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f02ebc89ec89e78a348f9b67d613a2024feabc18
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 3 15:23:06 2019 -0700
+
+    [array] Add compy assignment operator since copy constructor is explicit
+
+ src/hb-array.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 20a73da2c9227a0f9bc943a3d766eedeb5bed3b3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 3 14:32:15 2019 -0700
+
+    [array] Add default copy constructor
+    
+    MSVC seems to need it.
+
+ src/hb-array.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit d419a9a4376de7b2ae1dec7df09f8d034cc2d039
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 3 14:18:19 2019 -0700
+
+    [iter] Use different SFINAE scheme to make MSVC happy
+    
+    From Orvid King: TLDR; MSVC has some issues using sizeof(declval<T>()) for
+    SFINAE of templated types, so I just used SFINAE in a different context where
+    MSVC doesn't have the issue.
+
+ src/hb-iter.hh | 21 ++++++++++++---------
+ 1 file changed, 12 insertions(+), 9 deletions(-)
+
+commit 2778df7972f537192b51cd0719adf2ab4d1f3397
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Apr 3 14:15:01 2019 -0700
+
+    [meta] Add hb_is_same()
+
+ src/hb-meta.hh | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit b999ce9bf06fc90c4cb3c531357967835d7e706d
+Merge: c2d727a47 6215fb8e6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Apr 3 10:34:09 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit c2d727a479429b7c14126569e0f3e41d4b0beadf
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Apr 3 10:33:55 2019 -0700
+
+    fix xshift by (lsb - xMin)
+
+ src/hb-ot-glyf-table.hh | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit 6215fb8e68bdf69f4af9f7f4959ad55a70723774
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 2 23:10:03 2019 -0700
+
+    [serialize] Actually reclaim storage from duplicate objects
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3305a2cad24f878f5d8773c2acae491ebd5a9059
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 2 22:42:22 2019 -0700
+
+    [serialize] Port to use object pool
+    
+    Tested, but feels fragile :(.
+
+ src/hb-pool.hh      |   5 +-
+ src/hb-serialize.hh | 141 ++++++++++++++++++++++++++++++++--------------------
+ 2 files changed, 91 insertions(+), 55 deletions(-)
+
+commit 5efbc01174127bede4d533866acac239e5a0cfd5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 2 22:41:06 2019 -0700
+
+    [pool] Uses memset() instead of assigning Null()
+    
+    Assignment is invalid on invalid object.
+
+ src/hb-pool.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 434d78bf91ac5204ffbf2144f199eb7a0f65c421
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 2 21:46:40 2019 -0700
+
+    Add hb_pool_t<> for pooled memory allocation
+
+ src/Makefile.sources |  1 +
+ src/hb-pool.hh       | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 99 insertions(+)
+
+commit 8e4df1a152f3916613594fa1bac308efdb61d512
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 2 20:20:53 2019 -0700
+
+    [serialize] Disable packed_map again
+    
+    Ugh.  Need to think of something else.
+
+ src/hb-serialize.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 31c1a83899147310b27bd40fac755c629cb59cef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 2 20:17:27 2019 -0700
+
+    [map] Protect more against pointer deref
+
+ src/hb-map.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 5bffa9e375fe294718452ad51e4c5ff017a046b4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 2 20:13:16 2019 -0700
+
+    More
+
+ src/hb-map.hh    | 5 +++++
+ src/hb-set.hh    | 9 ++++++++-
+ src/hb-vector.hh | 8 ++++----
+ 3 files changed, 17 insertions(+), 5 deletions(-)
+
+commit 5b66b033fd2cd9c95284d283f08d6789c7ec985d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 2 19:27:02 2019 -0700
+
+    [serialize] Fix hb_hashmap_t<> for pointers and use in packed_map
+
+ src/hb-array.hh     | 12 +++++++++++-
+ src/hb-map.hh       | 22 ++++++++++++++--------
+ src/hb-serialize.hh |  8 +++-----
+ src/hb-vector.hh    |  1 +
+ 4 files changed, 29 insertions(+), 14 deletions(-)
+
+commit 42ab32cbbaf8b403c351953f091c0fbe8464c4cb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 2 18:41:33 2019 -0700
+
+    [iter] Remove passing pointer to hb_iter()
+    
+    While doable with hb_deref_pointer() as well, we also would then
+    need to do it in a ton of places.  Not worth it / messy.
+
+ src/hb-array.hh  | 2 +-
+ src/hb-iter.hh   | 5 -----
+ src/test-iter.cc | 3 ---
+ 3 files changed, 1 insertion(+), 9 deletions(-)
+
+commit d0da547b3741323493398eed8975a76f4a5742c2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 2 18:22:39 2019 -0700
+
+    [array] Use dagger for hashing array
+    
+    Also switch to better mixing.
+
+ src/hb-array.hh | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit b6f29bf14153cac51b218e3aaba9e1b3aa747a8c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 2 18:12:01 2019 -0700
+
+    [iter] Accept pointers in hb_iter()
+    
+    No idea how to avoid dupicating code.  Was hoping hb_deref_pointer()
+    would do it, but looks like a pointer can't bind to a universal
+    reference T&&.  Humm.
+
+ src/hb-iter.hh   | 5 +++++
+ src/test-iter.cc | 3 +++
+ 2 files changed, 8 insertions(+)
+
+commit fc24bb9046e7e39d52a245bdc3480a30095cb6ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 2 17:49:52 2019 -0700
+
+    [serialize] Towards maintaining packed_map
+
+ src/hb-serialize.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit aa2293a55eaa39f4e77b60851bbdee56b1120225
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 2 17:42:10 2019 -0700
+
+    [serialize] Minor
+
+ src/hb-open-type.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit e42b82c828ecec6f534040dae5518e04643b5f10
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 2 17:21:54 2019 -0700
+
+    [serialize] Handle non-nullable offsets
+
+ src/hb-open-type.hh | 13 +++++++++----
+ 1 file changed, 9 insertions(+), 4 deletions(-)
+
+commit e04518bafc66224887bf7f478e1affb54bc7acd0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 2 17:20:04 2019 -0700
+
+    [serialize] Movce empty-object handling earlier
+
+ src/hb-serialize.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 7f73c9744e6c0e8dd37a208b75a4bc299bccbd4d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 2 17:12:24 2019 -0700
+
+    [serialize] Minor
+
+ src/hb-open-type.hh | 14 +++++---------
+ 1 file changed, 5 insertions(+), 9 deletions(-)
+
+commit 27d3bac8ef77d56f91a7bd88bed02c3f1aceba0a
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Apr 2 17:02:11 2019 -0700
+
+    fix 2x2 component transform
+
+ src/hb-ot-var-gvar-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 5a3de4f4f8791139d2c04a66244001aba192ef6b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Apr 2 16:53:05 2019 -0700
+
+    [serialize] Allow offset links that have base offset from the object base
+    
+    Rarely used, but used, in name table or similar constructs.
+
+ src/hb-serialize.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit edad6b2c450e22e67ae86c5f2328cca3c29aaad2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Apr 3 00:48:59 2019 +0430
+
+    [test][iter] minor, fix double promotion warning
+
+ src/test-iter.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8801b80d724d36f9e6547b7975aaf1cc1a355734
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Apr 2 13:10:36 2019 -0700
+
+    refix: orig_points must be saved before any adjustment
+
+ src/hb-ot-var-gvar-table.hh | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+commit ee58f6012e9570c8d56e23d14c605a2186d4a265
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Apr 2 11:24:29 2019 -0700
+
+    infer gvar deltas for each region (not after accumulation)
+
+ src/hb-ot-var-gvar-table.hh | 74 ++++++++++++++++++++++-----------------------
+ 1 file changed, 37 insertions(+), 37 deletions(-)
+
+commit 2c31652c8a9186068ee8958b46139121c51f1bf4
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Apr 2 10:07:43 2019 -0700
+
+    fix private_indices vs shared_indices
+
+ src/hb-ot-var-gvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 062f5d6e7aa061358eb5874a8f3a3f3bd6e9f16f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 2 20:27:00 2019 +0430
+
+    [test] minor, c style comments
+
+ src/test-iter.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit afdbf960d6147ec607ddb2c780d3a83068f61357
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 2 20:25:06 2019 +0430
+
+    [iter][test] Add another test for hb_reduce
+    
+    Different initial and accumulator types
+
+ src/test-iter.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit bfa02bef4546f448e048288c1162988c8c39322a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 1 21:36:13 2019 -0700
+
+    [serialize] Switch to tetris-packing
+
+ src/hb-open-type.hh | 15 +++++++++++----
+ 1 file changed, 11 insertions(+), 4 deletions(-)
+
+commit f0ea3ac17bef98409d302b9f285e94015e069823
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 1 21:36:03 2019 -0700
+
+    [serialize] Fix linking
+
+ src/hb-serialize.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 7c0e2054e0799ed89cdc5de8c1416d009c0029b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 1 21:32:29 2019 -0700
+
+    [serialize] Minor
+
+ src/hb-serialize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit dce9e5e622b94aaf8ba7e81dd6e09a0cead0c51f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Apr 1 20:55:02 2019 -0700
+
+    fix get_start_tuple, get_end_tuple
+
+ src/hb-ot-var-gvar-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 64d0f0893812fa1cb2746071d8b021560969526d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 1 16:50:28 2019 -0700
+
+    [cmap] Minor
+
+ src/hb-ot-cmap-table.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 2e675cc7b50b5a57ceddf799d63811801ffcfe94
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 1 16:45:50 2019 -0700
+
+    [subset] Call serialize start/end around it
+    
+    To be cleaned up.
+
+ src/hb-subset.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit abe33c6149719eb371c5f2b0d8c143550938129e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 1 16:45:40 2019 -0700
+
+    [serialize] Assert stack
+
+ src/hb-serialize.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 72e9b2c16cd1bc183226ca0aa8a58a5b1222573d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 1 16:17:30 2019 -0700
+
+    [serialize] Add add_link() to add link
+
+ src/hb-serialize.hh | 26 +++++++++++++++++++++++---
+ 1 file changed, 23 insertions(+), 3 deletions(-)
+
+commit 74addbecac3b8be699ac90b3853970f6c7efd0eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Apr 1 14:17:09 2019 -0700
+
+    [serialize] Add default template type to push()
+
+ src/hb-serialize.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit b8642087e6c2ec96dc70fcef617128b6ce353a7e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Apr 2 00:30:06 2019 +0430
+
+    [iter] hb_reduce, accumulator with a different type
+
+ src/hb-iter.hh   | 22 ++++++++++++----------
+ src/test-iter.cc | 26 +++++++++++++++++++++++++-
+ 2 files changed, 37 insertions(+), 11 deletions(-)
+
+commit e526414c759ebca82f1071cdeafe1160bcaa9637
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Mar 31 12:41:58 2019 +0430
+
+    [iter] Implement hb_reduce
+
+ src/hb-iter.hh   | 28 ++++++++++++++++++++++++++++
+ src/test-iter.cc |  5 +++++
+ 2 files changed, 33 insertions(+)
+
+commit 72545cb83949571393f06b0f26c36adf461b967e
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Apr 1 16:49:15 2019 -0700
+
+    fixed off by one bug in apply_deltas_to_points()
+
+ src/hb-ot-var-gvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f3aca6aa267f7687a0406c7c545aefb5eed300b2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Mar 31 21:37:14 2019 -0700
+
+    [serialize] Implement linking
+    
+    Untested!
+
+ src/hb-serialize.hh | 29 +++++++++++++++++++++++++++--
+ 1 file changed, 27 insertions(+), 2 deletions(-)
+
+commit 17f0cfa7ea3a5f0946d8800b98c1582c05dad853
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Mar 31 21:34:19 2019 -0700
+
+    Move BEInt to hb.hh
+    
+    I knows...
+
+ src/hb-machinery.hh | 88 ----------------------------------------------------
+ src/hb.hh           | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 89 insertions(+), 88 deletions(-)
+
+commit 78fc43f2930064cd6cf4229c1e4cb76edb8ed7f6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Mar 31 19:17:07 2019 -0700
+
+    [iter] Fix up build, ouch
+    
+    Yeah, some things not very clear...
+
+ src/hb-iter.hh   | 8 ++++++--
+ src/test-iter.cc | 4 ++--
+ 2 files changed, 8 insertions(+), 4 deletions(-)
+
+commit e5d6fe9782a9fcde0786392c075c6c0b85c24829
+Author: Jonathan Kew <jfkthame@gmail.com>
+Date:   Sun Mar 31 19:17:32 2019 +0100
+
+    Don't skip setting the .end field of the first range
+    
+    Fixes a bug in CoverageFormat2::serialize whereby the first range
+    was not serialized correctly if it consists of only a single glyph ID.
+    This broke shaping of U+0626 in the Arabic fallback shaper, because it
+    is not found in the coverage table of the 'init' and 'medi' lookups.
+    
+    Also fix similar bug in ClassDefFormat2::serialize, noted during code
+    inspection (I haven't observed a case that was actually affected by
+    this, but it looks broken).
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1504
+
+ src/hb-ot-layout-common.hh | 14 +++++++++-----
+ 1 file changed, 9 insertions(+), 5 deletions(-)
+
+commit 8a8d45b924cdb4343b4b11a7ef14e2d1fabb6f82
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Mar 31 19:00:09 2019 -0700
+
+    [iter] Adjust hb_copy() and use it
+    
+    Untested.
+
+ src/hb-iter.hh   | 11 ++++-------
+ src/hb-vector.hh |  4 ++--
+ 2 files changed, 6 insertions(+), 9 deletions(-)
+
+commit ba4b7be45523e88c26f763f8a329cc43c13b98a1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Mar 31 01:32:30 2019 -0700
+
+    Remove coretext_aat shaper (#1581)
+    
+    coretext_aat was a temporary shaper to redirect shaping of AAT fonts
+    to CoreText and leaving the rest for HarfBuzz.  As HarfBuzz now supports
+    AAT and Chrome now actually ships that on a stable version on macOS,
+    we no longer care about such use-case.  If a client really wants 100%
+    metrics compatibility with CoreText better to use it directly or through
+    our API.  Replicating the same behavior still is possible using
+    hb_shape_full, something we don't care or like to offer anymore.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1478
+
+ src/hb-coretext.cc    | 56 ---------------------------------------------------
+ src/hb-shaper-list.hh |  4 ----
+ 2 files changed, 60 deletions(-)
+
+commit ef11305bfda0e261f0793acd81c9478df1719b1e
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sun Mar 31 00:23:58 2019 -0700
+
+    fixed tt var extents
+    
+    max bounds were not correctly initialized
+
+ src/hb-ot-glyf-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f7700fc479c25599e89b9d59edaad66e103a742d
+Merge: 43725d363 d6005b49b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Mar 30 20:49:34 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit d6005b49b32410543a8dfa93ce2a213223cf8f01
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 19:49:56 2019 -0700
+
+    [serialize] Start implementing linking
+
+ src/hb-serialize.hh | 15 ++++++++++++---
+ 1 file changed, 12 insertions(+), 3 deletions(-)
+
+commit 313b3057c335da6baa4cd447bac95812992413b9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 19:46:35 2019 -0700
+
+    [serializer] Implement dedup!
+
+ src/hb-serialize.hh | 18 +++++++++++++++---
+ 1 file changed, 15 insertions(+), 3 deletions(-)
+
+commit b189bbc48fb4b7c251d30b26a57ad84d1cb6dbe4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 19:41:48 2019 -0700
+
+    Implement hashing of objects
+    
+    Should be improved for hb_bytes_t.
+
+ src/hb-algs.hh      |  2 +-
+ src/hb-array.hh     | 13 +++++++++++++
+ src/hb-serialize.hh |  5 +++++
+ src/hb-vector.hh    |  5 +++++
+ 4 files changed, 24 insertions(+), 1 deletion(-)
+
+commit d6b28057a5cc636138cd453947d3a2008f18729f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 19:31:51 2019 -0700
+
+    Fix hb_hash(pointer)
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d74dc3ef65a159fe585e906deccdb32b570433aa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 19:26:37 2019 -0700
+
+    [serialize] Don't insert empty object into tree
+
+ src/hb-serialize.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 7fd82283263f8caded4870d6e12f74c7e660fa8d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 19:16:20 2019 -0700
+
+    [serialize] Towards maintaining hashmap
+
+ src/hb-algs.hh      |  2 +-
+ src/hb-serialize.hh | 16 ++++++++++++++--
+ src/hb-vector.hh    |  1 +
+ 3 files changed, 16 insertions(+), 3 deletions(-)
+
+commit f254f45a1e6b1de6d83c97033773d20408772763
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 19:05:51 2019 -0700
+
+    [serialize] Only pack main object if there are other objects
+    
+    Avoids a memmove for tables that don't use the object packing mechanism.
+
+ src/hb-serialize.hh | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 946d446f9b795f657d56ca443edbc0b77d660a50
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 19:03:55 2019 -0700
+
+    [serialize] Copy both sides of the buffer
+
+ src/hb-serialize.hh | 13 +++++++++----
+ 1 file changed, 9 insertions(+), 4 deletions(-)
+
+commit 8512dc565d310e9fd80d831282736284cc3ecd2e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 19:01:23 2019 -0700
+
+    [serialize] Simplify copy
+
+ src/hb-serialize.hh | 22 +++++++---------------
+ 1 file changed, 7 insertions(+), 15 deletions(-)
+
+commit 43725d36322b7277d515b958b5e894e1c892cede
+Merge: 294d520f6 a7c63cd8f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Mar 30 18:51:15 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit 0b1fe7b716628f7b7b4098da9ef544e1518008f5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 18:48:26 2019 -0700
+
+    [serializer] Unbreak for now
+
+ src/hb-serialize.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 10f062234eb7c762a36cf750e75fe6f74ee89a3d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 18:44:01 2019 -0700
+
+    [map] Shuffle fini code
+
+ src/hb-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e6b78003efbe02ba4542cadcc13bc1dd0b1d57b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 18:33:30 2019 -0700
+
+    [vector] Add move semantics
+
+ src/hb-vector.hh | 16 ++++++++++++++++
+ 1 file changed, 16 insertions(+)
+
+commit 4c4d3c3ed55a8f1eea20593c08322e61fe1cdd3c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 18:30:50 2019 -0700
+
+    [vector] Add some move and forwarding
+
+ src/hb-serialize.hh | 2 +-
+ src/hb-vector.hh    | 8 ++++----
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 7c9ceabcef426ca6fc54b70db9dd8cb63937710b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 18:19:36 2019 -0700
+
+    [meta] Add hb_move and hb_forward ala std::
+
+ src/hb-meta.hh | 11 +++++++++++
+ 1 file changed, 11 insertions(+)
+
+commit 9a19b885f9136b0b7cdfa04679274cd4b6d16188
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 18:14:30 2019 -0700
+
+    [serialize] Flesh out packing
+
+ src/hb-serialize.hh | 58 +++++++++++++++++++++++++++++++----------------------
+ 1 file changed, 34 insertions(+), 24 deletions(-)
+
+commit 357c7c611cc20f86c646bd2d392c243140f92d34
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 18:13:57 2019 -0700
+
+    [vector] Add copy constructor and assignment operator
+
+ src/hb-vector.hh | 17 ++++++++++++++++-
+ 1 file changed, 16 insertions(+), 1 deletion(-)
+
+commit 6f69c9d26fa53cd8a2331395bbc146bfc85fd1e3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 18:00:03 2019 -0700
+
+    [serialize] Minor
+
+ src/hb-serialize.hh | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit a43290192beedc6335efc3841c05ec7fa54e8871
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 17:51:26 2019 -0700
+
+    [serialize] Add packed_map
+
+ src/hb-map.hh       |  7 +++++++
+ src/hb-serialize.hh | 24 +++++++++++++++++++++---
+ 2 files changed, 28 insertions(+), 3 deletions(-)
+
+commit bed150bd2e8d61950ea17d1b5a4bf4705801c1cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 17:26:35 2019 -0700
+
+    [serialize] Start fleshing out object stack
+
+ src/hb-serialize.hh | 91 ++++++++++++++++++++++++++++++++++++++---------------
+ src/hb-vector.hh    |  9 ++++--
+ 2 files changed, 72 insertions(+), 28 deletions(-)
+
+commit 63c35651893b2a1c555f728012e9ad36c0f84145
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 17:12:40 2019 -0700
+
+    [serialize] Simplify propagate_error()
+
+ src/hb-serialize.hh | 9 ++-------
+ 1 file changed, 2 insertions(+), 7 deletions(-)
+
+commit dbe9ba6711c6d35374de645097babfd81bc295b2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 17:10:59 2019 -0700
+
+    [serialize] Add object_t, link_t, and snapshot_t
+
+ src/hb-serialize.hh | 32 +++++++++++++++++++++++++++++++-
+ 1 file changed, 31 insertions(+), 1 deletion(-)
+
+commit 38d57b9a66008c9722125d4d677d759a910cf2a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 16:38:06 2019 -0700
+
+    [map] Add another TODO item
+
+ src/hb-map.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 7fd940f899da4948d2c61ed497c1face42776187
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 16:29:19 2019 -0700
+
+    [map] Add TODO
+
+ src/hb-map.hh | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 6dcf7c4017619c782dbc8bd2c584bb33df96fc83
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 15:08:39 2019 -0700
+
+    [serialize] Add unused 'tail'
+
+ src/hb-serialize.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit fe05e48086be9ed685b8a6ca4af966660744bc0f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 15:06:25 2019 -0700
+
+    [serialize] Add ran_out_of_room
+
+ src/hb-serialize.hh | 8 +++++++-
+ src/hb-subset.cc    | 7 ++++++-
+ 2 files changed, 13 insertions(+), 2 deletions(-)
+
+commit a7c63cd8f8475c6de7fd5bb6444bf5d24082a191
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 14:59:40 2019 -0700
+
+    Split sanitize and dispatch into their own files
+
+ src/Makefile.sources |   2 +
+ src/hb-dispatch.hh   |  50 +++++++
+ src/hb-machinery.hh  | 369 +-----------------------------------------------
+ src/hb-sanitize.hh   | 388 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 442 insertions(+), 367 deletions(-)
+
+commit be66b575fc15dbbe82cf1a7fa0b58020e86cffdc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 14:53:54 2019 -0700
+
+    Move serializer to hb-serialize.hh
+
+ src/Makefile.sources |   1 +
+ src/hb-machinery.hh  | 164 +-----------------------------------------
+ src/hb-serialize.hh  | 196 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 198 insertions(+), 163 deletions(-)
+
+commit bb22462f292995a724bf20363adf52d3a8357a97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 14:46:54 2019 -0700
+
+    Whitespace
+
+ src/hb-machinery.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit ef33b5d1f6d3ec21e15ad74ca2524a117f594e06
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 14:39:21 2019 -0700
+
+    [map] Deref pointers before equality check
+
+ src/hb-map.hh  | 6 ++++--
+ src/hb-meta.hh | 4 ++--
+ 2 files changed, 6 insertions(+), 4 deletions(-)
+
+commit c98f51da719d1792bf23b53a9a345926056bf34d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 14:30:22 2019 -0700
+
+    [map] Templatize hb_map_t
+    
+    Template name is hb_hashmap_t<K,V>.
+
+ src/hb-map.hh | 65 ++++++++++++++++++++++++++++++++++-------------------------
+ 1 file changed, 37 insertions(+), 28 deletions(-)
+
+commit 294d520f6542198fa6cf08764f7732fe138e5c97
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Mar 30 13:58:22 2019 -0700
+
+    more iter changes from master
+
+ src/hb-iter.hh               |  4 ++--
+ src/hb-ot-layout-gsubgpos.hh | 12 ++++++------
+ src/test-iter.cc             |  2 +-
+ 3 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 4b7f4dbc0cf58d87f4c91f059734e91e4d988480
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Mar 30 13:48:32 2019 -0700
+
+    Add hb_deref_pointer()
+
+ src/hb-algs.hh | 18 +++++++++++++-----
+ src/hb-meta.hh |  8 ++++++++
+ 2 files changed, 21 insertions(+), 5 deletions(-)
+
+commit 8f2ce82f7699e12b80986fcdf408f7b43358bcc8
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Mar 30 11:50:24 2019 -0700
+
+    hb.hh from master
+
+ src/hb.hh | 53 -----------------------------------------------------
+ 1 file changed, 53 deletions(-)
+
+commit 3bfd3a367cdd8714b151d2504148b772f1159558
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Mar 30 00:27:02 2019 -0700
+
+    fix build
+
+ src/Makefile.sources | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit c7ca8853ae286b685d8e3dea342c044237213341
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Mar 30 00:11:58 2019 -0700
+
+    more change set() to =
+
+ src/hb-ot-layout-common.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit d75b73a309d5b6064a6e13d9a7eb998e0ec53822
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Mar 30 00:06:54 2019 -0700
+
+    fix rebase errors
+
+ .circleci/config.yml  | 11 -----------
+ src/hb-common.h       |  2 +-
+ src/hb-directwrite.cc | 15 ++++++++++++++-
+ src/hb-directwrite.h  |  3 +++
+ src/hb-null.hh        |  2 +-
+ 5 files changed, 19 insertions(+), 14 deletions(-)
+
+commit 3fbd242ba62835a5c41164807bfdb0e4f63260da
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 29 23:53:06 2019 -0700
+
+    replace .set() with =
+    
+    remove .gitignore
+
+ .gitignore                  |  1 -
+ src/hb-ot-var-gvar-table.hh | 26 +++++++++++++-------------
+ src/hb-ot-var-hvar-table.hh | 18 +++++++++---------
+ 3 files changed, 22 insertions(+), 23 deletions(-)
+
+commit 8a8965be39d909198d6c91d5a45aede6802ebd71
+Merge: cc94a9ed3 3236623e1
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 29 23:38:16 2019 -0700
+
+    Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
+
+commit cc94a9ed3b63cf74aa64c83a203137f16c6e152c
+Merge: 435bc7f3e ce6093a96
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 29 18:41:38 2019 -0700
+
+    Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
+    rebase master
+
+commit e5306927994e8e412dea5dd960b8b3ed4ca848eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 23:31:07 2019 -0700
+
+    [iter] Fix bug in hb_any() and hb_none()
+
+ src/hb-iter.hh               |  4 ++--
+ src/hb-ot-layout-gsubgpos.hh | 12 ++++++------
+ src/test-iter.cc             |  2 +-
+ 3 files changed, 9 insertions(+), 9 deletions(-)
+
+commit ce6093a96ba4c68b4eb4f1cd4b695eb41f1fa334
+Merge: ddb84dcec a1177fec8
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 29 10:32:45 2019 -0700
+
+    Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
+
+commit a1177fec8f43a65bca6696378995d6d39d8f6330
+Merge: 58c8c7a49 f505b5d5c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 29 08:43:47 2019 -0700
+
+    Merge branch 'master' into var-subset
+    
+    rebase master
+
+commit f505b5d5c9c05741a933b4b986503e1697bbdfdb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 22:55:02 2019 -0700
+
+    [iter] Port remaining "for (auto" instances to daggers
+
+ src/hb-ot-layout-gsubgpos.hh | 35 +++++++++++++++++++++++------------
+ 1 file changed, 23 insertions(+), 12 deletions(-)
+
+commit 668d2d562fec797d779c6d6a43eb6e1c7cfbc07a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 22:48:38 2019 -0700
+
+    [iter] One more dagger
+
+ src/hb-ot-layout-gsubgpos.hh | 13 +++++++------
+ 1 file changed, 7 insertions(+), 6 deletions(-)
+
+commit d51452500f909803a346f26c71cf4b3f84f619bd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 22:48:12 2019 -0700
+
+    [iter] Remove more wrong &&'s
+    
+    Sigh...
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 05f2130a1c479afe7982e8ddcfb3d83af9960e5b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 22:40:13 2019 -0700
+
+    [iter] More daggers
+
+ src/hb-ot-layout-gsubgpos.hh | 110 +++++++++++++++++++++++++------------------
+ 1 file changed, 64 insertions(+), 46 deletions(-)
+
+commit 22ec4c3aa5aa41b7aa2a89290851ddd386273579
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 22:27:46 2019 -0700
+
+    [iter] More daggers
+
+ src/hb-ot-layout-gsubgpos.hh | 55 ++++++++++++++++++++++++++------------------
+ 1 file changed, 33 insertions(+), 22 deletions(-)
+
+commit 688069bbfb40d69fb141371633cd499d91324cc2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 22:17:31 2019 -0700
+
+    [iter] One more dagger
+
+ src/hb-ot-layout-gsub-table.hh | 13 +++++--------
+ 1 file changed, 5 insertions(+), 8 deletions(-)
+
+commit 90b60bd6909ffc6d0bff3e6901057439460407ca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 22:12:42 2019 -0700
+
+    Remove HB_DEBUG_WOULD_APPLY
+    
+    Not that useful.
+
+ src/hb-debug.hh                | 15 +---------
+ src/hb-ot-layout-gsub-table.hh | 49 ++++++++++----------------------
+ src/hb-ot-layout-gsubgpos.hh   | 64 ++++++++++++++++++------------------------
+ 3 files changed, 43 insertions(+), 85 deletions(-)
+
+commit 4d28267e59406cc85761131b84c5b2b4c65c6b35
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 22:04:15 2019 -0700
+
+    [iter] Port more to daggers
+
+ src/hb-ot-layout-gsub-table.hh | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit 9d8c72042b4a023b55cb39779407fdecaf098af1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 21:59:28 2019 -0700
+
+    Whitespace
+
+ src/hb-ot-layout-gpos-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 418e9d07e2120f806852312f4c74204fa085a6cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 21:57:26 2019 -0700
+
+    Simplify code
+
+ src/hb-ot-layout-gsub-table.hh | 20 +++-----------------
+ 1 file changed, 3 insertions(+), 17 deletions(-)
+
+commit f5ef8a7347656ad5f5bb8cec5f9a3de262a79411
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 21:57:17 2019 -0700
+
+    [iter] Port one more function to dagger
+
+ src/hb-ot-layout-gpos-table.hh | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit bcab098c8f35ac4bef6618d949a7bf1d95869fa5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 21:49:18 2019 -0700
+
+    [iter] Port more code to daggers
+
+ src/hb-ot-layout-gsub-table.hh | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit 4c75158e1803e73d6126f715aa4b22ebe30aa7c7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 21:46:13 2019 -0700
+
+    [iter] Port two more functions to daggers
+
+ src/hb-ot-layout-gsub-table.hh | 29 +++++++++++++++++------------
+ 1 file changed, 17 insertions(+), 12 deletions(-)
+
+commit e70ccbe9edd4d5e033df4afa728b3593ba9f78af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 21:45:49 2019 -0700
+
+    Fix pair signature
+    
+    Oh well.  Again, who does fully understand what is right???
+
+ src/hb-algs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6237b47f0c59fd3913b19b23800cdf83eaa01fb6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 21:36:49 2019 -0700
+
+    [iter] Add hb_unzip()
+
+ src/hb-iter.hh | 38 ++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 38 insertions(+)
+
+commit f1dad91eb3ce9dcdedbb4a0d6e34517db0154a84
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 21:17:08 2019 -0700
+
+    Whitespace
+
+ src/hb-ot-layout-gsub-table.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 896b31670d07cbe276feff1db249b64faa5c552c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 21:16:30 2019 -0700
+
+    [iter] Port two more loops to dagger
+
+ src/hb-ot-layout-gsub-table.hh | 14 +++++++++-----
+ 1 file changed, 9 insertions(+), 5 deletions(-)
+
+commit 8e34cb251a9b22d6fbc637fd2f25965beb260270
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 21:14:20 2019 -0700
+
+    [iter] Remove unneeded &&
+    
+    Next commit needs this.  I never fully get this, sigh.
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 12a4c0441ff13e56bb87f53eab45930c2a6142ed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 21:06:10 2019 -0700
+
+    Whitespace
+
+ src/hb-ot-layout-gsub-table.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 4c38a9f6011a9b1dd6c4fc98620e23decc340322
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 20:23:07 2019 -0700
+
+    Remove hb_assign()
+    
+    Not needed anymore.  We just use operator= now.
+
+ src/hb-iter.hh      |  2 +-
+ src/hb-machinery.hh |  2 +-
+ src/hb-null.hh      | 13 -------------
+ src/hb-open-type.hh |  2 +-
+ 4 files changed, 3 insertions(+), 16 deletions(-)
+
+commit b986c6a321f7d997eba0a9308b651966644bf336
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 20:17:46 2019 -0700
+
+    [C++11] Remove IntType::set() in favor of operator=
+
+ src/hb-cff-interp-common.hh                |  4 +-
+ src/hb-ft.cc                               |  2 +-
+ src/hb-null.hh                             |  6 ---
+ src/hb-open-file.hh                        | 14 +++---
+ src/hb-open-type.hh                        | 43 +++++++++++------
+ src/hb-ot-cff-common.hh                    | 24 +++++-----
+ src/hb-ot-cff1-table.hh                    | 32 ++++++-------
+ src/hb-ot-cmap-table.hh                    | 77 +++++++++++++++---------------
+ src/hb-ot-glyf-table.hh                    |  2 +-
+ src/hb-ot-hdmx-table.hh                    | 12 ++---
+ src/hb-ot-hmtx-table.hh                    |  8 ++--
+ src/hb-ot-layout-common.hh                 | 44 ++++++++---------
+ src/hb-ot-layout-gdef-table.hh             |  8 ++--
+ src/hb-ot-layout-gsub-table.hh             | 18 +++----
+ src/hb-ot-maxp-table.hh                    | 16 +++----
+ src/hb-ot-os2-table.hh                     | 10 ++--
+ src/hb-ot-post-table.hh                    |  2 +-
+ src/hb-ot-shape-complex-arabic-fallback.hh | 10 ++--
+ src/hb-ot-vorg-table.hh                    | 12 ++---
+ src/hb-subset-cff-common.cc                | 12 ++---
+ src/hb-subset-cff-common.hh                |  2 +-
+ src/hb-subset-cff1.cc                      | 10 ++--
+ src/hb-subset-cff2.cc                      |  8 ++--
+ src/hb-subset-glyf.cc                      |  8 ++--
+ src/hb-uniscribe.cc                        | 22 ++++-----
+ 25 files changed, 206 insertions(+), 200 deletions(-)
+
+commit 58ad357951a732f05d9680573d00a4764171a9dd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 20:05:19 2019 -0700
+
+    [vector] Accept all types in push(...)
+    
+    Let assignment operator worry about conversion.
+
+ src/hb-vector.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 489faf826ca16e9bc89515869ebaf52653450b54
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 20:01:37 2019 -0700
+
+    [C++11] Use type aliases for template partial instantiations
+
+ src/hb-open-type.hh | 24 ++++++++++++++----------
+ 1 file changed, 14 insertions(+), 10 deletions(-)
+
+commit 3236623e1f4a11c23f8f2fb41d886d1255c2bc63
+Merge: 435bc7f3e d30e5e748
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 29 18:41:38 2019 -0700
+
+    Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
+
+commit 435bc7f3e2290e108550ed460f4fdeacf25e9f28
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 29 18:39:30 2019 -0700
+
+    Update hb-ot-var-gvar-table.hh
+
+ src/hb-ot-var-gvar-table.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 8fdb8fcf808da7d928aa289e0d1c432223fb1a26
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 29 18:39:27 2019 -0700
+
+    fix rebase errors
+
+ src/hb-ot-layout-common.hh  |  21 ++++++--
+ src/hb-ot-var-gvar-table.hh | 119 ++++++++++++++------------------------------
+ 2 files changed, 54 insertions(+), 86 deletions(-)
+
+commit 1ccb457cbb7be2466536661d76d62de9fe582639
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 29 18:28:25 2019 -0700
+
+    fix gvar fuzz bug
+
+ src/hb-ot-var-gvar-table.hh | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 3f84589232b5a6397e711774351bfe8dc6b1cfd7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 28 21:21:26 2019 -0700
+
+    2.4.0
+
+ NEWS             | 11 +++++++++++
+ configure.ac     |  2 +-
+ src/hb-buffer.h  |  2 +-
+ src/hb-version.h |  6 +++---
+ 4 files changed, 16 insertions(+), 5 deletions(-)
+
+commit 282c76d9a01cbe4300d9306d391c387f1890c391
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 28 21:00:58 2019 -0700
+
+    Use internal bsearch() for language tags
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/1639
+
+ src/hb-ot-tag.cc | 46 ++++++++++++++++++++++------------------------
+ 1 file changed, 22 insertions(+), 24 deletions(-)
+
+commit 3bed03dc6aded78037b09f21ea1defe842bfb73c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 28 20:50:04 2019 -0700
+
+    [indic] Add back medial-consonant to grammar
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1592
+
+ src/hb-ot-shape-complex-indic-machine.hh           | 1244 +++++++++++---------
+ src/hb-ot-shape-complex-indic-machine.rl           |    5 +-
+ src/hb-ot-shape-complex-indic.cc                   |    2 +-
+ src/hb-ot-shape-complex-indic.hh                   |    6 +-
+ .../f75c4b05a0a4d67c1a808081ae3d74a9c66509e8.ttf   |  Bin 0 -> 1924 bytes
+ .../data/in-house/tests/indic-syllable.tests       |    2 +
+ 6 files changed, 672 insertions(+), 587 deletions(-)
+
+commit f8803fbacec52d633adc37acfd2c9c79c4c12041
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 28 20:23:12 2019 -0700
+
+    [khmer] Add trailing Coeng to syllable grammar
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1541
+
+ src/hb-ot-shape-complex-khmer-machine.hh           | 248 ++++++++++-----------
+ src/hb-ot-shape-complex-khmer-machine.rl           |   2 +-
+ .../ad01ab2ea1cb1a4d3a2783e2675112ef11ae6404.ttf   | Bin 0 -> 1500 bytes
+ test/shaping/data/in-house/tests/khmer-misc.tests  |   1 +
+ 4 files changed, 122 insertions(+), 129 deletions(-)
+
+commit 93a6a063dc448b7b8303fe10fc9bbf1c2298b5f8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 28 16:57:56 2019 -0700
+
+    [ci] Tweak macos and psvita bots (#1638)
+    
+    * Add --with-graphite2 to macOS
+    * Add a dummy ragel script for psvita
+
+ .circleci/config.yml | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit f84342c094727a41be6225d484d30170d1ddf118
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Mar 28 16:17:36 2019 -0700
+
+    minor
+
+ src/hb-ot-var-hvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7e8c4585accc9608a7cb167279ab1ca9e6e1f779
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 28 15:42:45 2019 -0700
+
+    [ci] Use only CircleCI for macOS (#1637)
+
+ .circleci/config.yml |  5 +++--
+ .travis.yml          | 18 ------------------
+ 2 files changed, 3 insertions(+), 20 deletions(-)
+
+commit 3e18447c6445f4d5e35f706f086872a21f46e9f4
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Mar 28 15:07:49 2019 -0700
+
+    fixed a fuzzer bug
+
+ src/hb-ot-var-hvar-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 4774283a2c8c286bc431fa1c56950ece3b57f13f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 28 13:44:38 2019 -0700
+
+    Fix shell syntax error
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1612
+
+ src/check-symbols.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4b763affa640735cf5c7382e15f16dbcb88cf54e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 28 11:11:52 2019 -0700
+
+    Comment
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit d9d6649bf2de061704651eb2b7f57f4434e75c49
+Author: punchcutter <zarijoscha@gmail.com>
+Date:   Wed Mar 27 23:12:58 2019 -0700
+
+    Override USE category for Grantha and Tirhuta visargas to allow marks
+
+ src/gen-use-table.py                 | 3 ++-
+ src/hb-ot-shape-complex-use-table.cc | 4 ++--
+ 2 files changed, 4 insertions(+), 3 deletions(-)
+
+commit 13ae138af3e108eb81a0df907f1232f581245091
+Author: Egor Pugin <egor.pugin@gmail.com>
+Date:   Thu Mar 28 19:06:12 2019 +0300
+
+    Disable unwanted C++ definitions for MSVC.
+    
+    MSVC does not set __cplusplus to the latest standard and also it does not like redefining some keywords.
+
+ src/hb.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 53d40426e10f14b2b4e583b7d51f23bfefbd0700
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Mar 27 08:52:46 2019 -0700
+
+    tweaked recursion checks
+
+ src/hb-ot-glyf-table.hh | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit dc07ecbd80814f79733ce3a2662d17bcbb54b1e9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 27 16:38:39 2019 +0430
+
+    [ci] remove ragel from psvita compile bot
+
+ .circleci/config.yml | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit dd3624b6d5186e910dd70dd6939192507324b089
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 27 16:21:47 2019 +0430
+
+    [ci] Don't install ragel on cmake build bot images
+    
+    It is not needed anyway
+
+ .circleci/config.yml | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit 4f351754bbb91795b373e12c2c004f59c071af1d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 26 20:35:01 2019 -0700
+
+    add recursion checks
+
+ src/hb-ot-glyf-table.hh | 24 ++++++++++++++----------
+ 1 file changed, 14 insertions(+), 10 deletions(-)
+
+commit 0008963b28d57f180bcd7930d63b451381f4a02f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 26 17:10:46 2019 -0700
+
+    add support of anchor point & SCALED/UNSCALED_COMPONENT_OFFSET
+    
+    some code cleanup
+
+ src/hb-ot-glyf-table.hh                            | 166 ++++++++++++++-------
+ src/hb-ot-var-gvar-table.hh                        |  38 ++++-
+ test/api/fonts/SourceSansVariable-Roman.anchor.ttf | Bin 0 -> 4708 bytes
+ test/api/test-ot-metrics-tt-var.c                  |  33 ++++
+ 4 files changed, 179 insertions(+), 58 deletions(-)
+
+commit ea281aa8d07dac2b90bf4762882a3f3d2bca8249
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Tue Mar 26 16:18:03 2019 -0700
+
+    Use class templates for Null objects
+    
+    This allows partial-instantiating custom Null object for template Lookup<T>.
+    Before, this had to be handcoded per instantiation.  Apparently I missed
+    adding one for AAT::ankr.lookupTable, so it was getting the wrong (generic)
+    null for Lookup object, which is wrong and unsafe.
+    
+    Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=944346
+
+ src/hb-aat-layout-common.hh                        |  14 ++++------
+ src/hb-null.hh                                     |  31 +++++++++++++--------
+ ...case-minimized-harfbuzz_fuzzer-5748102301614080 | Bin 0 -> 213 bytes
+ 3 files changed, 24 insertions(+), 21 deletions(-)
+
+commit 1dfc2dfff57802633d819a66708c210f76174461
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Tue Mar 26 16:17:45 2019 -0700
+
+    [aat] Add missing check to ankr table
+    
+    Isn't absolutely needed.  But helps.
+
+ src/hb-aat-layout-ankr-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 782961d216f53ff3237bdb6fd9544f54a1bc69a5
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Mon Mar 25 15:15:37 2019 -0700
+
+    [docs] Update
+
+ docs/harfbuzz-docs.xml | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit d4fb54508d17d1c64636f336a699ef8352d8c863
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Mon Mar 25 15:08:14 2019 -0700
+
+    Update ChangeLog generation
+    
+    Let's see if I can make a release on Mac...
+
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2f97cd7a525c64a98730466f195d1d3c5cd3ea50
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Mar 26 10:37:24 2019 -0700
+
+    completely remove lines that are commented out
+
+ src/hb-subset-plan.cc | 6 ------
+ src/hb-subset-plan.hh | 3 ---
+ 2 files changed, 9 deletions(-)
+
+commit e74d646d9ee3ecfda4f338a0e3bf2e0564fb1858
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Mar 26 09:15:56 2019 -0700
+
+    update arguments in_populate_gids_to_retain() and _create_old_gid_to_new_gid_map()
+    so they don't use deprecated variable
+
+ src/hb-subset-plan.cc | 36 ++++++++++++++++++------------------
+ 1 file changed, 18 insertions(+), 18 deletions(-)
+
+commit b12a5daad7cd5ec4c019c8d4827bf8456ef632c9
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Mar 25 19:59:37 2019 -0700
+
+    try to remove deprecated variable from struct definition
+
+ src/hb-subset-plan.cc | 9 +++++----
+ src/hb-subset-plan.hh | 2 +-
+ 2 files changed, 6 insertions(+), 5 deletions(-)
+
+commit 9c5d694af2c6146833011498c3adcf68c0123c31
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 22 11:05:23 2019 -0700
+
+    add HVAR & VVAR advance width api test
+
+ test/api/test-ot-metrics-tt-var.c | 41 +++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 39 insertions(+), 2 deletions(-)
+
+commit ae3db1f4e3bb1c451e04b96125cb95cdfce964d4
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Mar 21 18:09:37 2019 -0700
+
+    added api test for subset VVAR & bug fix
+    
+    added a mod copy of SourceSerifVariable-Roman.ttf with VVAR as a test font
+
+ src/hb-ot-var-hvar-table.hh                        |   7 +-
+ test/api/Makefile.am                               |   2 +
+ .../fonts/SourceSerifVariable-Roman-VVAR.abc.ttf   | Bin 0 -> 5632 bytes
+ ...ourceSerifVariable-Roman-VVAR.ac.retaingids.ttf | Bin 0 -> 5288 bytes
+ .../fonts/SourceSerifVariable-Roman-VVAR.ac.ttf    | Bin 0 -> 3224 bytes
+ test/api/test-subset-vvar.c                        | 103 +++++++++++++++++++++
+ 6 files changed, 108 insertions(+), 4 deletions(-)
+
+commit b3007ec2098884721979c1105a0f1e428b95e2ca
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Mar 21 09:50:53 2019 -0700
+
+    regenerated expected full fonts data after fontTools bug 1550 fixed
+
+ ...eSerifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 5928 -> 5924 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit fe5aa8b36c040b3561e33aac79006337fffda282
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Mar 20 15:10:59 2019 -0700
+
+    added TT VF full font test & fixed bugs
+    
+    updated CFF2 VF api test results too
+
+ src/hb-ot-layout-common.hh                         |  34 +++++++++++---
+ src/hb-ot-var-hvar-table.hh                        |  51 +++++++++++----------
+ test/api/fonts/AdobeVFPrototype.abc.otf            | Bin 6772 -> 6952 bytes
+ test/api/fonts/AdobeVFPrototype.ac.nohints.otf     | Bin 6096 -> 6272 bytes
+ .../fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf  | Bin 6160 -> 6152 bytes
+ test/api/fonts/AdobeVFPrototype.ac.nosubrs.otf     | Bin 6376 -> 6336 bytes
+ test/api/fonts/AdobeVFPrototype.ac.otf             | Bin 6312 -> 6460 bytes
+ test/api/fonts/AdobeVFPrototype.ac.retaingids.otf  | Bin 6316 -> 6464 bytes
+ ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 0 -> 5464 bytes
+ .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 0 -> 5432 bytes
+ ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 0 -> 5924 bytes
+ ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 0 -> 5464 bytes
+ ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 0 -> 5432 bytes
+ ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 0 -> 5928 bytes
+ .../data/fonts/SourceSerifVariable-Roman.ttf       | Bin 0 -> 586100 bytes
+ test/subset/data/tests/full-font.tests             |   1 +
+ 16 files changed, 56 insertions(+), 30 deletions(-)
+
+commit 2bd2e656f96111bc1261e4670851c2dc5f3acfd9
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 19 18:23:14 2019 -0700
+
+    update CFF2 test results
+
+ test/api/fonts/AdobeVFPrototype.abc.otf               | Bin 7456 -> 6772 bytes
+ test/api/fonts/AdobeVFPrototype.ac.nohints.otf        | Bin 6780 -> 6096 bytes
+ .../api/fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf | Bin 6844 -> 6160 bytes
+ test/api/fonts/AdobeVFPrototype.ac.nosubrs.otf        | Bin 7060 -> 6376 bytes
+ test/api/fonts/AdobeVFPrototype.ac.otf                | Bin 6996 -> 6312 bytes
+ test/api/fonts/AdobeVFPrototype.ac.retaingids.otf     | Bin 7000 -> 6316 bytes
+ 6 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 212dcb758c9c43dc74da3d4507a54ac78c6bee57
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 19 16:00:01 2019 -0700
+
+    add api test cases for HVAR with index map (and fix)
+
+ src/hb-ot-var-hvar-table.hh |  2 +-
+ test/api/test-subset-hvar.c | 76 +++++++++++++++++++++++++++++++++++++++++----
+ 2 files changed, 71 insertions(+), 7 deletions(-)
+
+commit dc10a7ef603b911b15596e80f12b702ecfcd60c4
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 19 12:34:03 2019 -0700
+
+    add gvar & HVAR retain-gids test cases
+
+ .../SourceSansVariable-Roman.ac.retaingids.ttf     | Bin 0 -> 3040 bytes
+ test/api/test-subset-gvar.c                        |  22 ++++++++++++++++++++
+ test/api/test-subset-hvar.c                        |  23 +++++++++++++++++++++
+ 3 files changed, 45 insertions(+)
+
+commit 43420dfa964c2ee4ccc359001e5664def5371623
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 19 01:00:53 2019 -0700
+
+    fix test build
+
+ test/api/Makefile.am | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 6ee71166b0003b3464d9a20554a0270f5ead5194
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 19 00:41:41 2019 -0700
+
+    add api tests for subset gvar & HVAR; bug fixes
+
+ src/hb-ot-layout-common.hh                      |   3 +-
+ src/hb-ot-var-gvar-table.hh                     |  24 +++----
+ src/hb-ot-var-hvar-table.hh                     |  19 +++++-
+ test/api/Makefile.am                            |   2 +
+ test/api/fonts/SourceSansVariable-Roman.abc.ttf | Bin 0 -> 3240 bytes
+ test/api/fonts/SourceSansVariable-Roman.ac.ttf  | Bin 0 -> 3028 bytes
+ test/api/test-subset-gvar.c                     |  81 ++++++++++++++++++++++++
+ test/api/test-subset-hvar.c                     |  81 ++++++++++++++++++++++++
+ 8 files changed, 194 insertions(+), 16 deletions(-)
+
+commit 6e066464f0c1611738ff784ee7f8f3d84645e85f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Mar 18 18:11:00 2019 -0700
+
+    replaced tt var api test with a composite glyph
+    
+    for better coverage
+
+ .../SourceSansVariable-Roman-nohvar-41,C1.ttf      | Bin 0 -> 4696 bytes
+ test/api/fonts/SourceSansVariable-Roman.abc.ttf    | Bin 3168 -> 0 bytes
+ test/api/test-ot-metrics-tt-var.c                  |  36 ++++++++++-----------
+ 3 files changed, 18 insertions(+), 18 deletions(-)
+
+commit 84d0af456bb42f5a468fb5ef9edb04647e7840d8
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Mar 18 17:50:20 2019 -0700
+
+    move rounding advance width to glyf
+
+ src/hb-ot-glyf-table.hh | 24 ++++++++++++++----------
+ src/hb-ot-hmtx-table.cc |  8 ++++----
+ 2 files changed, 18 insertions(+), 14 deletions(-)
+
+commit 10f264da7518ba3cc48b635d00343ecce9d734e7
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Mar 18 17:16:43 2019 -0700
+
+    fix empty glyf's advance width
+
+ src/hb-ot-glyf-table.hh | 8 +++++++-
+ src/hb-ot-hmtx-table.cc | 4 ++--
+ 2 files changed, 9 insertions(+), 3 deletions(-)
+
+commit 511518c759c13ebad32e4879146c036c9af031ac
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Mar 18 15:39:10 2019 -0700
+
+    add api test for tt var advance widths
+    
+    stripped HVAR from SourceSansVariable-Roman.abc.ttf so glyf gets parsed
+
+ src/hb-ot-hmtx-table.hh                         |   1 -
+ test/api/fonts/SourceSansVariable-Roman.abc.ttf | Bin 3240 -> 3168 bytes
+ test/api/test-ot-metrics-tt-var.c               |  37 ++++++++++++++++++++++++
+ 3 files changed, 37 insertions(+), 1 deletion(-)
+
+commit bee8d86671c45b093d4f238ceba9eebe4120e0bb
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Mar 18 10:48:53 2019 -0700
+
+    fix build
+
+ src/hb-ot-hmtx-table.cc     | 15 ++++-----------
+ src/hb-ot-hmtx-table.hh     | 15 +++++++++------
+ src/hb-ot-var-gvar-table.hh |  1 +
+ 3 files changed, 14 insertions(+), 17 deletions(-)
+
+commit f74712a4e025375730176be7578359945bedcef0
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sun Mar 17 22:49:18 2019 -0700
+
+    fix composite glyf extents
+
+ src/hb-ot-glyf-table.hh     | 41 +++++++++++++++++++++++++++--------------
+ src/hb-ot-var-gvar-table.hh |  3 +++
+ 2 files changed, 30 insertions(+), 14 deletions(-)
+
+commit cd817e7955c45c3e56b33a304027e7fd6c6e0520
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sun Mar 17 18:45:30 2019 -0700
+
+    fix unpack_points
+
+ src/hb-ot-var-gvar-table.hh | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit a35e3dfc775f8a86b8a95623059f581c02cf8e00
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sun Mar 17 17:48:10 2019 -0700
+
+    fix infer_delta
+    
+    code cleanup
+
+ src/hb-ot-glyf-table.hh     | 22 ++++++++++++++--------
+ src/hb-ot-var-gvar-table.hh |  9 +++++++--
+ 2 files changed, 21 insertions(+), 10 deletions(-)
+
+commit 4f4fbb1d5e4b120336a2f8f6d23417b64888b37e
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sun Mar 17 16:01:49 2019 -0700
+
+    added explicit casts to metrics
+
+ src/hb-ot-hmtx-table.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit c302ec6d945411b3023e9a633ea288aa3024366d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sun Mar 17 15:36:26 2019 -0700
+
+    moved most of var code from gvar to glyf
+    
+    initialize phantom points from metrics from htmx/vmtx & glyf bbox before execution
+    added source file hb-ot-hmtx-table.cc to call glyf from hmtx/vmtx indirectly & temporarily, workaround a cyclic reference between the two
+
+ src/Makefile.sources        |   1 +
+ src/hb-ot-face.hh           |   1 -
+ src/hb-ot-font.cc           |   8 +-
+ src/hb-ot-glyf-table.hh     | 236 +++++++++++++++++++++++++++++++++++++-------
+ src/hb-ot-hmtx-table.cc     |  61 ++++++++++++
+ src/hb-ot-hmtx-table.hh     |  39 ++++----
+ src/hb-ot-var-gvar-table.hh | 123 ++++++++---------------
+ src/hb-ot-var-hvar-table.hh |  10 +-
+ 8 files changed, 333 insertions(+), 146 deletions(-)
+
+commit bd040a43548b30e8e7ff56cacbf35885becb6173
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Mar 16 16:27:33 2019 -0700
+
+    add components transformation
+
+ src/hb-ot-glyf-table.hh     | 44 ++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-var-gvar-table.hh | 31 ++++++++++++++++++-------------
+ 2 files changed, 60 insertions(+), 15 deletions(-)
+
+commit 139e87b56caf46a63bb78290316b3ddeb71e1e65
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Mar 16 00:08:03 2019 -0700
+
+    fix tt var extents & add test
+
+ src/hb-ot-glyf-table.hh                         |  32 +--
+ src/hb-ot-var-gvar-table.hh                     | 257 ++++++++++++------------
+ test/api/Makefile.am                            |   1 +
+ test/api/fonts/SourceSansVariable-Roman.abc.ttf | Bin 0 -> 3240 bytes
+ test/api/test-ot-metrics-tt-var.c               |  72 +++++++
+ 5 files changed, 223 insertions(+), 139 deletions(-)
+
+commit 9584b090bbd4286d611dda4de00f81c87f808ec7
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 15 13:46:25 2019 -0700
+
+    cff2 subset fuzzer issues (#1619)
+    
+    * add check to FDArray::serialize
+    
+    * add test files
+    
+    * fix off by one
+
+ src/hb-ot-cff-common.hh                                   |   1 +
+ ...z-testcase-minimized-hb-subset-fuzzer-5739000398086144 | Bin 0 -> 620 bytes
+ ...z-testcase-minimized-hb-subset-fuzzer-5760768497156096 | Bin 0 -> 210 bytes
+ ...z-testcase-minimized-hb-subset-fuzzer-5764268627066880 | Bin 0 -> 687 bytes
+ 4 files changed, 1 insertion(+)
+
+commit 161e61fc3beae6173253f7ec13b504dc70052cc1
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 21:49:04 2019 -0800
+
+    minor edits
+
+ src/hb-ot-layout-common.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit ebbfe36510e50fb713469437d625c5c9293154cd
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 15:14:22 2019 -0800
+
+    calculate VF advance widths from gvar & glyf
+
+ src/hb-ot-glyf-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9690461a91df3a6bb467cc111e0dfe1da20a821e
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Feb 26 11:11:50 2019 -0800
+
+    Added hb-ot-var-gvar-table.hh
+    
+    implemented sanitize()
+    placeholder subset()
+    some code cleanup
+
+ src/hb-ot-gvar-table.hh     | 211 --------------------------------------------
+ src/hb-ot-var-gvar-table.hh |  12 +--
+ 2 files changed, 6 insertions(+), 217 deletions(-)
+
+commit 9168b32a1bb4ce4efbdefbee8ea7d0b73fb84753
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Feb 25 09:59:27 2019 -0800
+
+    renamed hb_map2_t to hb_bimap_h in its own .hh
+
+ src/hb-ot-gvar-table.hh    | 211 +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-common.hh |  77 -----------------
+ 2 files changed, 211 insertions(+), 77 deletions(-)
+
+commit d102c7a65258b3421f4d5628e5630e8688528743
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Feb 22 10:22:08 2019 -0800
+
+    unuse set in hb_map2_t impl
+    
+    also some code cleanup
+
+ src/hb-ot-layout-common.hh | 46 +++++++++++++++++++++++-----------------------
+ 1 file changed, 23 insertions(+), 23 deletions(-)
+
+commit dd67214210da15c6b61096cde3d60ac3a238967c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Feb 20 15:48:29 2019 -0800
+
+    subset HVAR
+    
+    Re-implemented & repurposed CFF:remap_t as hb_map2_t (moved to hb-ot-layout-common.hh) for two-way mapping for use by index map subsetting.
+    Hooked up HVAR subsetter through _subset2.
+    Some renaming in CFF code.
+
+ src/hb-ot-layout-common.hh  | 81 +++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-var-hvar-table.hh |  2 +-
+ 2 files changed, 79 insertions(+), 4 deletions(-)
+
+commit 5bbe78a0f353bb806a686fd97ad411fa8a9ebf5b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 14 16:49:42 2019 -0700
+
+    Allow zero length ranges in sanitization (#1617)
+    
+    Fixes fvar table sanitization where there are no named instance
+    by allowing zero length ranges starting from Null() address.
+    
+    Fixes #1607
+
+ src/hb-machinery.hh      |  30 ++++++++++++++++--------------
+ test/api/fonts/Zycon.ttf | Bin 0 -> 21036 bytes
+ test/api/test-ot-face.c  |   9 +++++++++
+ 3 files changed, 25 insertions(+), 14 deletions(-)
+
+commit ee8719eaaf4d5719053f0ba21a2b116771aa1b2f
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Thu Mar 14 21:41:25 2019 +0200
+
+    [ci] Cache FreeType build on Travis
+
+ .ci/build-freetype.sh | 17 +++++++++++++++++
+ .travis.yml           | 18 ++++++++++++------
+ 2 files changed, 29 insertions(+), 6 deletions(-)
+
+commit 5d7725ad1a950bceaef184b113fd5a8b7ba3dff7
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Tue Mar 12 19:30:47 2019 -0400
+
+    Categorize U+09FC as Consonant_Placeholder
+
+ src/hb-ot-shape-complex-indic.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit b150bb4a49d9214f747c55d506975ea9b4f0a60e
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Wed Mar 13 13:21:12 2019 +0200
+
+    [ci] Simplify and fix Travis CI macOS build
+
+ .travis.yml | 16 +++++++++-------
+ 1 file changed, 9 insertions(+), 7 deletions(-)
+
+commit 628d457c871954bdbf2bca2cc7b1bb821f4bd638
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 12 11:03:53 2019 -0700
+
+    add gvar::get_extents
+
+ src/hb-ot-face.hh           |   1 +
+ src/hb-ot-font.cc           |   3 +
+ src/hb-ot-glyf-table.hh     |  21 ++++--
+ src/hb-ot-var-gvar-table.hh | 164 +++++++++++++++++++++++++++++++++++++++++---
+ 4 files changed, 175 insertions(+), 14 deletions(-)
+
+commit 7b27fe5255b14e7701966b1435e2bb5585b29cbc
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Mon Mar 11 18:09:51 2019 -0700
+
+    Remove redundant hb_ot_layout_lookup_would_substitute_fast
+
+ src/hb-ot-layout.cc              | 13 -------------
+ src/hb-ot-layout.hh              |  7 -------
+ src/hb-ot-shape-complex-indic.cc |  2 +-
+ src/hb-ot-shape-complex-khmer.cc |  2 +-
+ 4 files changed, 2 insertions(+), 22 deletions(-)
+
+commit 56164f754f0302cb99fecc30298699a1216c94ab
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Tue Mar 12 01:09:27 2019 +0200
+
+    [doc] Add placeholder since version for new flag
+
+ src/hb-buffer.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cb758f2669cfd04e732788f6ca8bead67a1a5ee8
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Fri Mar 8 09:46:48 2019 -0500
+
+    Remove obsolete overrides from Indic/USE scripts
+
+ src/gen-indic-table.py               |  4 ----
+ src/gen-use-table.py                 | 30 +++++++-----------------------
+ src/hb-ot-shape-complex-use-table.cc |  2 +-
+ 3 files changed, 8 insertions(+), 28 deletions(-)
+
+commit 40c4bd3e123deb97506526d868cbc94b972b4bee
+Author: Eric Muller <emuller@amazon.com>
+Date:   Tue Feb 12 11:41:16 2019 -0800
+
+    Update generation code for hb-ot-shape-complex-vowel-constraints.cc. Remove 'unlikely'
+
+ src/gen-vowel-constraints.py                 | 3 +++
+ src/hb-ot-shape-complex-vowel-constraints.cc | 2 +-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit ce7f2c4da3a933444b3c331c08847a9d7d0f2ef0
+Author: Eric Muller <emuller@amazon.com>
+Date:   Sun Feb 10 04:31:41 2019 -0800
+
+    Fix coding style.
+
+ src/hb-ot-shape-complex-hangul.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a86356913e65efff195697016de27cc8cbd2186f
+Author: Eric Muller <emuller@amazon.com>
+Date:   Sat Feb 9 02:55:27 2019 -0800
+
+    Add a flag to hb_buffer_t to prevent the insertion of dotted circles on incorrect character sequences.
+    
+    Current behavior unchanged if this flag is not set (and it isn't by default).
+
+ src/hb-buffer.h                              | 7 ++++++-
+ src/hb-ot-shape-complex-hangul.cc            | 3 ++-
+ src/hb-ot-shape-complex-indic.cc             | 3 +++
+ src/hb-ot-shape-complex-khmer.cc             | 3 +++
+ src/hb-ot-shape-complex-myanmar.cc           | 3 +++
+ src/hb-ot-shape-complex-use.cc               | 3 +++
+ src/hb-ot-shape-complex-vowel-constraints.cc | 3 +++
+ src/hb-ot-shape.cc                           | 3 +++
+ 8 files changed, 26 insertions(+), 2 deletions(-)
+
+commit 9b5556d985b6d06a2475af588cc329385b29ffa4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Mar 8 01:33:41 2019 +0330
+
+    Add a macOS 10.14.3 fonts tests (#1608)
+
+ .circleci/config.yml                         | 11 +++++++++++
+ test/shaping/data/in-house/tests/macos.tests | 19 +++++++++++++++++++
+ 2 files changed, 30 insertions(+)
+
+commit 4a19d3b0806ed110ac5f05492ab98caabfa6306e
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Wed Mar 6 12:37:25 2019 -0500
+
+    Update to Unicode 12.0.0
+
+ src/gen-use-table.py                         |    1 -
+ src/gen-vowel-constraints.py                 |    1 +
+ src/hb-common.h                              |    8 +
+ src/hb-ot-shape-complex-arabic-table.hh      |   14 +-
+ src/hb-ot-shape-complex-indic-table.cc       |   56 +-
+ src/hb-ot-shape-complex-use-table.cc         |   49 +-
+ src/hb-ot-shape-complex-vowel-constraints.cc |    4 +-
+ src/hb-ot-shape-complex.hh                   |    3 +
+ src/hb-ot-tag-table.hh                       |   12 +-
+ src/hb-ucdn.cc                               |    4 +
+ src/hb-ucdn/ucdn.h                           |   11 +
+ src/hb-ucdn/ucdn_db.h                        | 2998 +++++++++++++-------------
+ src/hb-unicode-emoji-table.hh                |    6 +-
+ 13 files changed, 1631 insertions(+), 1536 deletions(-)
+
+commit 4f03d5c79d6fccbd63ede421daa9d270e7677964
+Author: Adrian Wong <adrianwjw@gmail.com>
+Date:   Wed Feb 13 21:04:46 2019 +1100
+
+    [indic] Remove superfluous ZWNJ check in final reorder of pre-base matras
+
+ src/hb-ot-shape-complex-indic.cc | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit 7b7852efa5422b2e1481addf09e6c0afa0b25830
+Author: Stephan Bergmann <sbergman@redhat.com>
+Date:   Tue Mar 5 17:18:57 2019 +0100
+
+    Fix hb_atomic_* variants based on C++11 atomics
+    
+    I stumbled over this when trying to upgrade the version of HarfBuzz used by
+    LibreOffice to 3.2.1 (see <https://gerrit.libreoffice.org/plugins/gitiles/core/
+    +/b7ddc514bff9bdf682abae537f990aa01dc2c0fb%5E!/> "Upgrade to latest
+    HarfBuzz 2.3.1"), where building with MSVC 2017 failed like
+    
+    > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): error C2440: 'reinterpret_cast': cannot convert from 'const int *' to 'std::atomic<int> *'
+    > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): note: Conversion loses qualifiers
+    > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): error C2227: left of '->load' must point to class/struct/union/generic type
+    
+    (see <https://ci.libreoffice.org/job/gerrit_windows/29916/>).
+    
+    I added all the necessary "const" to make building of HarfBuzz 2.3.1 with
+    MSVC 2017 succeed for me.  There may be more missing at least conceptually.
+
+ src/hb-atomic.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 72962420465f6d4b6b140032f2b14feea0e54fb9
+Author: Martin Hosken <martin_hosken@sil.org>
+Date:   Mon Mar 4 11:12:21 2019 +0700
+
+    Fix offset drift in graphite integration
+
+ src/hb-graphite2.cc | 35 +++++++++++++++++++----------------
+ 1 file changed, 19 insertions(+), 16 deletions(-)
+
+commit 5fc99b3d341a120d22f9789d0ce112af3eaa0d83
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 21:54:49 2019 -0800
+
+    fix build
+
+ src/hb-ot-var-gvar-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 696b841a5a0c8b3d54514e76f442455c31c5107d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 21:49:04 2019 -0800
+
+    minor edits
+
+ src/hb-ot-cff-common.hh    | 2 +-
+ src/hb-ot-layout-common.hh | 2 ++
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit 14be8b9e877c2f3998e28241f1c1cc9aa2d03238
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 21:33:21 2019 -0800
+
+    build fix attempt
+
+ src/hb-ot-glyf-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 618de1c7f9973c2297e4488e2d5e0698e209a87d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 18:24:56 2019 -0800
+
+    more build fixes
+
+ src/hb-ot-glyf-table.hh     |  2 +-
+ src/hb-ot-var-gvar-table.hh | 13 ++++++-------
+ 2 files changed, 7 insertions(+), 8 deletions(-)
+
+commit f2c556594a54196ed3cce771afc6371249463068
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 18:12:31 2019 -0800
+
+    fix build attempt
+
+ src/hb-ot-var-gvar-table.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 64eb1ddc2685d830fb0f96447dbd3a2734874218
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Mar 2 03:24:49 2019 +0330
+
+    Minor, remove .editorconfig hack
+    
+    As vscode is going to support it soon
+
+ .editorconfig | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+commit 40dfca72132775b8a2fc34b3b9aea0999f1e193a
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 15:14:22 2019 -0800
+
+    calculate VF advance widths from gvar & glyf
+
+ src/hb-ot-glyf-table.hh     | 151 ++++++++++++++++
+ src/hb-ot-hmtx-table.hh     |  23 ++-
+ src/hb-ot-var-gvar-table.hh | 410 +++++++++++++++++++++++++++++++++++++++-----
+ 3 files changed, 542 insertions(+), 42 deletions(-)
+
+commit d0b6d539f6b5424b8f769f800c1126a5cf5374c9
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Feb 28 17:25:05 2019 -0800
+
+    Make hb_subset_input_glyph_set () actually do something.
+
+ src/hb-subset-plan.cc       |  3 +++
+ test/api/hb-subset-test.h   | 11 ++++++++++-
+ test/api/test-subset-glyf.c | 24 ++++++++++++++++++++++++
+ 3 files changed, 37 insertions(+), 1 deletion(-)
+
+commit a842fdfbf0986c05b91efa02a5d95583e80511e9
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Feb 26 16:54:00 2019 -0800
+
+    gvar::subset()
+
+ src/hb-ot-var-gvar-table.hh | 81 +++++++++++++++++++++++++++++++++++++++------
+ 1 file changed, 71 insertions(+), 10 deletions(-)
+
+commit c2e9d750351665324fa86d8d20eace9fe349892d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Feb 22 13:13:42 2019 +0330
+
+    [dwrite] hb_directwrite_face_create, a new API
+    
+    It makes a hb_face_t from IDWriteFontFace, useful when using
+    DirectWrite facilities for font selection, loading and rendering
+    but using harfbuzz for shaping.
+
+ src/hb-directwrite.cc | 70 +++++++++++++++++++++++++++++++++++++++++++++++----
+ src/hb-directwrite.h  |  5 +++-
+ 2 files changed, 69 insertions(+), 6 deletions(-)
+
+commit 2c5ed7f152afe989e039de4e6d41a7e72f0de80f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Feb 26 11:11:50 2019 -0800
+
+    Added hb-ot-var-gvar-table.hh
+    
+    implemented sanitize()
+    placeholder subset()
+    some code cleanup
+
+ src/Makefile.sources        |   1 +
+ src/hb-bimap.hh             |   6 +-
+ src/hb-ot-gvar-table.hh     | 211 --------------------------------------------
+ src/hb-ot-var-gvar-table.hh | 207 +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-var-hvar-table.hh |  14 +--
+ src/hb-subset.cc            |   4 +
+ 6 files changed, 222 insertions(+), 221 deletions(-)
+
+commit 087b9a0ad0759f6c190597ec5ee65d998fd2b829
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Mon Feb 18 22:30:40 2019 -0500
+
+    Fix or document unsupported font-feature-settings
+
+ src/hb-common.cc | 18 ++++++++++++------
+ util/options.cc  |  3 ++-
+ 2 files changed, 14 insertions(+), 7 deletions(-)
+
+commit bb29ece23ae860f923741bb09af6efcf56ac41c4
+Author: Joël R. Langlois <joel.r.langlois@gmail.com>
+Date:   Mon Feb 25 15:26:58 2019 -0500
+
+    Remove Forcing Diagnostic Colours from CMakeLists.txt (#1597)
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1596
+
+ CMakeLists.txt | 12 ------------
+ 1 file changed, 12 deletions(-)
+
+commit f1e97c189ec506ec1dfd74a413884b63dedcb682
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Feb 25 09:59:27 2019 -0800
+
+    renamed hb_map2_t to hb_bimap_h in its own .hh
+
+ src/Makefile.sources        |   1 +
+ src/hb-bimap.hh             | 109 +++++++++++++++++++++++
+ src/hb-ot-cff-common.hh     |   4 +-
+ src/hb-ot-cff1-table.hh     |   4 +-
+ src/hb-ot-gvar-table.hh     | 211 ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-common.hh  |  84 +-----------------
+ src/hb-ot-var-hvar-table.hh |  12 +--
+ src/hb-subset-cff-common.cc |   2 +-
+ src/hb-subset-cff-common.hh |   4 +-
+ src/hb-subset-cff1.cc       |   8 +-
+ src/hb-subset-cff2.cc       |   2 +-
+ 11 files changed, 343 insertions(+), 98 deletions(-)
+
+commit 655bc96bc23265f85c1c3c531957ee7e4aa3bf2c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Feb 22 14:53:06 2019 -0800
+
+    subset VVAR & outer indices
+
+ src/hb-ot-var-hvar-table.hh | 49 ++++++++++++++++++++++++++++++++++++---------
+ src/hb-subset.cc            |  3 +++
+ 2 files changed, 43 insertions(+), 9 deletions(-)
+
+commit 6ecfaaa6d5f0fd7f3ab3e1670a055b372975fffb
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Feb 22 10:22:08 2019 -0800
+
+    unuse set in hb_map2_t impl
+    
+    also some code cleanup
+
+ src/hb-ot-layout-common.hh | 46 +++++++++++++++++++++++-----------------------
+ 1 file changed, 23 insertions(+), 23 deletions(-)
+
+commit a762cf5033e4520cc01949854a772207bb27191f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Feb 21 16:42:30 2019 -0800
+
+    fixed compiler gripes
+
+ src/hb-ot-var-hvar-table.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit a00d1d5e7454dadf70328c723111f219b0ef9a39
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Feb 21 16:34:49 2019 -0800
+
+    fix CFF2 local subr subsetting
+    
+    bug exposed by impl change of fdmap
+    also fixed name of subr_remap_ts as subr_remaps_t
+
+ src/hb-subset-cff-common.hh |  8 ++++----
+ src/hb-subset-cff2.cc       | 20 +++++++++-----------
+ 2 files changed, 13 insertions(+), 15 deletions(-)
+
+commit 8bd9d28e2a4d21aa939918626121e90e37d1e61f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Feb 21 15:47:27 2019 -0800
+
+    fix HVAR & VarStore subsetting
+
+ src/hb-ot-layout-common.hh  |  15 +++--
+ src/hb-ot-var-hvar-table.hh | 140 ++++++++++++++++++++++----------------------
+ 2 files changed, 77 insertions(+), 78 deletions(-)
+
+commit 4fd02f6ee58ebf7b4ecf0526328938c5bd74a180
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 17:57:59 2019 -0700
+
+    Remove unused line
+
+ src/hb-machinery.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 9a5b15dc1eda4f34496bb942d78f0df4e975b469
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 17:57:24 2019 -0700
+
+    [C++11] Replace BEInt.set() with operator=
+
+ src/hb-machinery.hh | 15 +++++++++++----
+ src/hb-open-type.hh |  8 ++++----
+ 2 files changed, 15 insertions(+), 8 deletions(-)
+
+commit 0aa59b1de34ddebc242cca3ebddde6859269f5f1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 17:49:55 2019 -0700
+
+    [C++11] Add operator= to IntType<>
+    
+    Now that we require C++11 we can do this.
+
+ src/hb-open-type.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit eca466e6b1a3e29532af92a2d30b2555c0fafbfc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 15:59:04 2019 -0700
+
+    Err.  Fixup C++11 polyfill removal
+    
+    Fixes 1d75db19fb5df139b9648ff3f5e6184a5c554345
+
+ src/hb.hh | 27 +++++++++++++++++++++------
+ 1 file changed, 21 insertions(+), 6 deletions(-)
+
+commit 3f36c89f2ea16e293f8af7e7f549ebcd7247ea97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 15:22:46 2019 -0700
+
+    Inline explicit_operator macro
+    
+    Now that we require C++11, no need to macro.
+
+ src/hb-iter.hh      | 2 +-
+ src/hb-machinery.hh | 2 +-
+ src/hb-open-type.hh | 2 +-
+ src/hb-vector.hh    | 6 +++---
+ src/hb.hh           | 5 -----
+ 5 files changed, 6 insertions(+), 11 deletions(-)
+
+commit 1d75db19fb5df139b9648ff3f5e6184a5c554345
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 15:20:34 2019 -0700
+
+    Remove C++<11 polyfill
+    
+    Leaving hb-atomic.hh as is since harmless and other projects might
+    copy from that file.
+
+ src/hb.hh | 81 ---------------------------------------------------------------
+ 1 file changed, 81 deletions(-)
+
+commit 8e7887ca5f8a2822345bdcbdc873c73a31c81177
+Merge: 7929b0f07 90aebc6cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 14:37:04 2019 -0700
+
+    Merge branch 'master' into iter
+
+commit 90aebc6cf1aaca281ce51cb8e23831d7167cdcd3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 14:30:02 2019 -0700
+
+    Update RELEASING
+
+ RELEASING.md | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit 7929b0f07e87a77687ea50205e6e4013c9264f85
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 14:14:55 2019 -0700
+
+    [ci] Fix build
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b292772e6ef15728dd66329e637265748df0efe1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Mar 29 13:00:56 2019 -0700
+
+    [dwrite] A new API, hb_directwrite_face_get_font_face (#1600)
+    
+    Can be useful when using HarfBuzz for font loading and shaping
+    but using DirectWrite for rendering.
+
+ docs/harfbuzz-sections.txt | 10 ++++++++--
+ src/hb-directwrite.cc      | 34 ++++++++++++++++++++++++++++++----
+ src/hb-directwrite.h       |  3 +++
+ 3 files changed, 41 insertions(+), 6 deletions(-)
+
+commit 59f36f36820f6e6fb1d3b6da26d6b5ee7588c42f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 10:55:12 2019 -0700
+
+    Replace REPLACEME's left out of 2.4.0
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1641
+
+ src/hb-common.h        | 2 +-
+ src/hb-directwrite.cc  | 2 +-
+ src/hb-subset-input.cc | 4 ++--
+ 3 files changed, 4 insertions(+), 4 deletions(-)
+
+commit fe570bc043ca2c6be71b18f7401c8f06e73527e0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 10:51:38 2019 -0700
+
+    [docs] Remove unexisting section
+
+ docs/harfbuzz-docs.xml | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 443db2a24624b63c49fa3ad9a10d3b4c523af1ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 29 10:46:44 2019 -0700
+
+    [iter] Remove hb_len()
+    
+    Not planning on using it.  So remove.  Can add later if needed.
+
+ src/hb-iter.hh   | 8 --------
+ src/test-iter.cc | 2 --
+ 2 files changed, 10 deletions(-)
+
+commit d30e5e74814c6db23fdedbe75fd9b89c0dfb4dce
+Merge: ddb84dcec a252392bc
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 29 10:32:45 2019 -0700
+
+    Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
+
+commit ddb84dcece8a12a5615cb1609030a52387bd2fce
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 29 10:32:42 2019 -0700
+
+    fix gvar fuzz bug
+
+ .gitignore                  | 1 +
+ src/hb-ot-var-gvar-table.hh | 8 +++++++-
+ 2 files changed, 8 insertions(+), 1 deletion(-)
+
+commit a252392bc05e8e9e4127e0002b10fe514323730f
+Merge: 58c8c7a49 d6fc1d49a
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 29 08:43:47 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit bdd5a9c48d644b660f8fcac16902a576cc7ff443
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 28 21:58:07 2019 -0700
+
+    Add hb_hash()
+    
+    I don't like the hb_remove_reference() hack, but necessary.
+
+ src/hb-algs.hh | 17 +++++++++++++++++
+ src/hb-map.hh  | 10 +---------
+ src/hb.hh      |  2 +-
+ 3 files changed, 19 insertions(+), 10 deletions(-)
+
+commit 343e6063dcd512164a999f1d12bae50877392a82
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 28 21:44:12 2019 -0700
+
+    Add hb_is_integer(T)
+
+ src/hb-meta.hh | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+
+commit f639b9a8eab369bee6e36b3e60b585b4f720e77e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 28 21:34:47 2019 -0700
+
+    [iter] Add hb_len() function-object
+
+ src/hb-iter.hh   | 8 ++++++++
+ src/test-iter.cc | 2 ++
+ 2 files changed, 10 insertions(+)
+
+commit a030ce4ff83e0948e4f865accc5670e8b5e78dde
+Merge: 11456b2d9 d6fc1d49a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 28 21:26:50 2019 -0700
+
+    Merge branch 'master' into iter
+
+commit d6fc1d49aa099104a889c96bc9087c21d8fc0960
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 28 21:21:26 2019 -0700
+
+    2.4.0
+
+ NEWS             | 11 +++++++++++
+ configure.ac     |  2 +-
+ src/hb-buffer.h  |  2 +-
+ src/hb-version.h |  6 +++---
+ 4 files changed, 16 insertions(+), 5 deletions(-)
+
+commit d2db71fdc4764eecf8320cf465ee0e4254146b6e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 28 21:00:58 2019 -0700
+
+    Use internal bsearch() for language tags
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/1639
+
+ src/hb-ot-tag.cc | 46 ++++++++++++++++++++++------------------------
+ 1 file changed, 22 insertions(+), 24 deletions(-)
+
+commit 21bb80ebf2e20025a196386cee8fd92dd1eb4597
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 28 20:50:04 2019 -0700
+
+    [indic] Add back medial-consonant to grammar
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1592
+
+ src/hb-ot-shape-complex-indic-machine.hh           | 1244 +++++++++++---------
+ src/hb-ot-shape-complex-indic-machine.rl           |    5 +-
+ src/hb-ot-shape-complex-indic.cc                   |    2 +-
+ src/hb-ot-shape-complex-indic.hh                   |    6 +-
+ .../f75c4b05a0a4d67c1a808081ae3d74a9c66509e8.ttf   |  Bin 0 -> 1924 bytes
+ .../data/in-house/tests/indic-syllable.tests       |    2 +
+ 6 files changed, 672 insertions(+), 587 deletions(-)
+
+commit 5ab6de7a6fbad4c4a954c2c81d216486a5a14f72
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 28 20:23:12 2019 -0700
+
+    [khmer] Add trailing Coeng to syllable grammar
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1541
+
+ src/hb-ot-shape-complex-khmer-machine.hh           | 248 ++++++++++-----------
+ src/hb-ot-shape-complex-khmer-machine.rl           |   2 +-
+ .../ad01ab2ea1cb1a4d3a2783e2675112ef11ae6404.ttf   | Bin 0 -> 1500 bytes
+ test/shaping/data/in-house/tests/khmer-misc.tests  |   1 +
+ 4 files changed, 122 insertions(+), 129 deletions(-)
+
+commit 7360265e69a8cdaa9f993c36def2860a79cca49f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 28 16:57:56 2019 -0700
+
+    [ci] Tweak macos and psvita bots (#1638)
+    
+    * Add --with-graphite2 to macOS
+    * Add a dummy ragel script for psvita
+
+ .circleci/config.yml | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 58c8c7a495fcc353d09158fc23a45f35b2dab2dc
+Merge: 485fe06f7 a548d1da7
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Mar 28 16:17:41 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit 485fe06f74d7dce41480d7d6f0dbe0129a7b2a39
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Mar 28 16:17:36 2019 -0700
+
+    minor
+
+ src/hb-ot-var-hvar-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a548d1da78b506cc6460fdde3715f6ef13ccad48
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 28 15:42:45 2019 -0700
+
+    [ci] Use only CircleCI for macOS (#1637)
+
+ .circleci/config.yml |  5 +++--
+ .travis.yml          | 18 ------------------
+ 2 files changed, 3 insertions(+), 20 deletions(-)
+
+commit 5f36771c2ab612b403e55504b7901b0390b1b76d
+Merge: 99f0c107f 061bd0a99
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Mar 28 15:07:53 2019 -0700
+
+    Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
+
+commit 99f0c107f7e1083d3b8ad8354876770f69fddf52
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Mar 28 15:07:49 2019 -0700
+
+    fixed a fuzzer bug
+
+ src/hb-ot-var-hvar-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 160b4a2b01e925812fbf0e7db5bc9dcb90dc81cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 28 13:44:38 2019 -0700
+
+    Fix shell syntax error
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1612
+
+ src/check-symbols.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8665b9b0a24e4d46e486057d72c0486b9da16523
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Mar 28 11:11:52 2019 -0700
+
+    Comment
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit a7eed7e41dba8e583a9c740a4ca7ddf53e77de63
+Author: punchcutter <zarijoscha@gmail.com>
+Date:   Wed Mar 27 23:12:58 2019 -0700
+
+    Override USE category for Grantha and Tirhuta visargas to allow marks
+
+ src/gen-use-table.py                 | 3 ++-
+ src/hb-ot-shape-complex-use-table.cc | 4 ++--
+ 2 files changed, 4 insertions(+), 3 deletions(-)
+
+commit cf040c0fef4a049a75a5ec7972f518b9034bdc76
+Author: Egor Pugin <egor.pugin@gmail.com>
+Date:   Thu Mar 28 19:06:12 2019 +0300
+
+    Disable unwanted C++ definitions for MSVC.
+    
+    MSVC does not set __cplusplus to the latest standard and also it does not like redefining some keywords.
+
+ src/hb.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 061bd0a99b0724953fcbdaaef4ea91a54cd7d3ce
+Merge: d8e3e3607 67175987b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Mar 27 08:53:50 2019 -0700
+
+    Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
+
+commit d8e3e3607e6435b994a3e2f4285c5b4d17c5dfa4
+Merge: bcd689bb1 717181c59
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Mar 27 08:53:48 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit 67175987bd6c90ca2e79e8d604a73e6052e82823
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Mar 27 08:52:46 2019 -0700
+
+    tweaked recursion checks
+
+ src/hb-ot-glyf-table.hh | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit 717181c5943c13a682c719dce10bfc3d9cc47e6b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 27 16:38:39 2019 +0430
+
+    [ci] remove ragel from psvita compile bot
+
+ .circleci/config.yml | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 08e36c5d8be22b3a7e31f33af9452372dafeacc0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Mar 27 16:21:47 2019 +0430
+
+    [ci] Don't install ragel on cmake build bot images
+    
+    It is not needed anyway
+
+ .circleci/config.yml | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit feb712d8d80c48e08f3f715a41400e4ef19b80de
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 26 20:35:01 2019 -0700
+
+    add recursion checks
+
+ src/hb-ot-glyf-table.hh | 24 ++++++++++++++----------
+ 1 file changed, 14 insertions(+), 10 deletions(-)
+
+commit bcd689bb1090a1bf5113e67edfce583832bb2187
+Merge: 49f935963 ec2a5dc85
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 26 17:13:31 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit 49f9359632c78754b6e1eb32f2505b340cde55c8
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 26 17:10:46 2019 -0700
+
+    add support of anchor point & SCALED/UNSCALED_COMPONENT_OFFSET
+    
+    some code cleanup
+
+ src/hb-ot-glyf-table.hh                            | 166 ++++++++++++++-------
+ src/hb-ot-var-gvar-table.hh                        |  38 ++++-
+ test/api/fonts/SourceSansVariable-Roman.anchor.ttf | Bin 0 -> 4708 bytes
+ test/api/test-ot-metrics-tt-var.c                  |  33 ++++
+ 4 files changed, 179 insertions(+), 58 deletions(-)
+
+commit ec2a5dc859b03ceb92518aa992e4e9c053b30534
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Tue Mar 26 16:18:03 2019 -0700
+
+    Use class templates for Null objects
+    
+    This allows partial-instantiating custom Null object for template Lookup<T>.
+    Before, this had to be handcoded per instantiation.  Apparently I missed
+    adding one for AAT::ankr.lookupTable, so it was getting the wrong (generic)
+    null for Lookup object, which is wrong and unsafe.
+    
+    Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=944346
+
+ src/hb-aat-layout-common.hh                        |  14 ++++------
+ src/hb-null.hh                                     |  31 +++++++++++++--------
+ ...case-minimized-harfbuzz_fuzzer-5748102301614080 | Bin 0 -> 213 bytes
+ 3 files changed, 24 insertions(+), 21 deletions(-)
+
+commit 96f12377942dbe1c6b1d0ffa7d626d99cb265443
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Tue Mar 26 16:17:45 2019 -0700
+
+    [aat] Add missing check to ankr table
+    
+    Isn't absolutely needed.  But helps.
+
+ src/hb-aat-layout-ankr-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit e5dfffb1ef610a982ed9878fbf3f9ee49cbc3a97
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Mon Mar 25 15:15:37 2019 -0700
+
+    [docs] Update
+
+ docs/harfbuzz-docs.xml | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 0dd3fdf9d227f9bd79f395078f8e58dcfc32d1bf
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Mon Mar 25 15:08:14 2019 -0700
+
+    Update ChangeLog generation
+    
+    Let's see if I can make a release on Mac...
+
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2d9034491eca0a63db82d3801f05c067a5241b7d
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Mar 26 10:37:24 2019 -0700
+
+    completely remove lines that are commented out
+
+ src/hb-subset-plan.cc | 6 ------
+ src/hb-subset-plan.hh | 3 ---
+ 2 files changed, 9 deletions(-)
+
+commit 3147133b6173487c26813a2a406aebd067b53fbf
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Tue Mar 26 09:15:56 2019 -0700
+
+    update arguments in_populate_gids_to_retain() and _create_old_gid_to_new_gid_map()
+    so they don't use deprecated variable
+
+ src/hb-subset-plan.cc | 36 ++++++++++++++++++------------------
+ 1 file changed, 18 insertions(+), 18 deletions(-)
+
+commit 79a6c258497e80be15245a7b576e34443d9f7bff
+Author: Qunxin Liu <qxliu@google.com>
+Date:   Mon Mar 25 19:59:37 2019 -0700
+
+    try to remove deprecated variable from struct definition
+
+ src/hb-subset-plan.cc | 9 +++++----
+ src/hb-subset-plan.hh | 2 +-
+ 2 files changed, 6 insertions(+), 5 deletions(-)
+
+commit 94ef1a703ff20614538680587a23cec5f1649189
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 22 11:05:23 2019 -0700
+
+    add HVAR & VVAR advance width api test
+
+ test/api/test-ot-metrics-tt-var.c | 41 +++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 39 insertions(+), 2 deletions(-)
+
+commit 3c4f041e9e8adc5d906a7bd37dc86345c2bf91e8
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 22 10:26:48 2019 -0700
+
+    fix uninitialized memory bug
+
+ src/hb-ot-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d2a0149c2999eab315a0582a5e1fa31a2511b869
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Mar 21 18:09:37 2019 -0700
+
+    added api test for subset VVAR & bug fix
+    
+    added a mod copy of SourceSerifVariable-Roman.ttf with VVAR as a test font
+
+ src/hb-ot-var-hvar-table.hh                        |   7 +-
+ test/api/Makefile.am                               |   2 +
+ .../fonts/SourceSerifVariable-Roman-VVAR.abc.ttf   | Bin 0 -> 5632 bytes
+ ...ourceSerifVariable-Roman-VVAR.ac.retaingids.ttf | Bin 0 -> 5288 bytes
+ .../fonts/SourceSerifVariable-Roman-VVAR.ac.ttf    | Bin 0 -> 3224 bytes
+ test/api/test-subset-vvar.c                        | 103 +++++++++++++++++++++
+ 6 files changed, 108 insertions(+), 4 deletions(-)
+
+commit 8ec279072e039c7a75ea90e2284d46bd9faee8ee
+Merge: 0593a95e2 5390e3934
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Mar 21 10:38:12 2019 -0700
+
+    Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
+
+commit 0593a95e28e08a130c87f23c527156ac1d46219b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Mar 21 10:36:53 2019 -0700
+
+    refix short count
+
+ src/hb-ot-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5390e39342e78566095b580603bd1f76cdafc010
+Merge: 084be9a0f 5f15fca66
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Mar 21 10:21:50 2019 -0700
+
+    Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
+
+commit 084be9a0f466134998da79e9a81191836f847ab8
+Merge: 3faaa52aa bcb4e505d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Mar 21 10:21:31 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit 5f15fca66206af36cafc9a7b650462b544460d6e
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Mar 21 10:18:03 2019 -0700
+
+    fix short count optimization
+
+ src/hb-ot-layout-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 3faaa52aa7e4c72d94657702047e2d3dddbb3292
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Mar 21 09:50:53 2019 -0700
+
+    regenerated expected full fonts data after fontTools bug 1550 fixed
+
+ ...eSerifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 5928 -> 5924 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 325918172e7a346b6de6a8afcd94a4d7fd35d5c0
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Mar 20 15:10:59 2019 -0700
+
+    added TT VF full font test & fixed bugs
+    
+    updated CFF2 VF api test results too
+
+ src/hb-ot-layout-common.hh                         |  53 +++++++++++++++++----
+ src/hb-ot-var-hvar-table.hh                        |  51 +++++++++++---------
+ test/api/fonts/AdobeVFPrototype.abc.otf            | Bin 6772 -> 6952 bytes
+ test/api/fonts/AdobeVFPrototype.ac.nohints.otf     | Bin 6096 -> 6272 bytes
+ .../fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf  | Bin 6160 -> 6152 bytes
+ test/api/fonts/AdobeVFPrototype.ac.nosubrs.otf     | Bin 6376 -> 6336 bytes
+ test/api/fonts/AdobeVFPrototype.ac.otf             | Bin 6312 -> 6460 bytes
+ test/api/fonts/AdobeVFPrototype.ac.retaingids.otf  | Bin 6316 -> 6464 bytes
+ ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 0 -> 5464 bytes
+ .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 0 -> 5432 bytes
+ ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 0 -> 5924 bytes
+ ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 0 -> 5464 bytes
+ ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 0 -> 5432 bytes
+ ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 0 -> 5928 bytes
+ .../data/fonts/SourceSerifVariable-Roman.ttf       | Bin 0 -> 586100 bytes
+ test/subset/data/tests/full-font.tests             |   1 +
+ 16 files changed, 72 insertions(+), 33 deletions(-)
+
+commit 92bc74055831acae3d296f6e1470fa4cd4d193fd
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 19 18:23:14 2019 -0700
+
+    update CFF2 test results
+
+ test/api/fonts/AdobeVFPrototype.abc.otf               | Bin 7456 -> 6772 bytes
+ test/api/fonts/AdobeVFPrototype.ac.nohints.otf        | Bin 6780 -> 6096 bytes
+ .../api/fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf | Bin 6844 -> 6160 bytes
+ test/api/fonts/AdobeVFPrototype.ac.nosubrs.otf        | Bin 7060 -> 6376 bytes
+ test/api/fonts/AdobeVFPrototype.ac.otf                | Bin 6996 -> 6312 bytes
+ test/api/fonts/AdobeVFPrototype.ac.retaingids.otf     | Bin 7000 -> 6316 bytes
+ 6 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 1051faf7aa639abc27974da213eb48f549f8c39c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 19 16:00:01 2019 -0700
+
+    add api test cases for HVAR with index map (and fix)
+
+ src/hb-ot-var-hvar-table.hh |  2 +-
+ test/api/test-subset-hvar.c | 76 +++++++++++++++++++++++++++++++++++++++++----
+ 2 files changed, 71 insertions(+), 7 deletions(-)
+
+commit 0576253a340243eb8e4feabb3481f354a82a11a1
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 19 12:34:03 2019 -0700
+
+    add gvar & HVAR retain-gids test cases
+
+ .../SourceSansVariable-Roman.ac.retaingids.ttf     | Bin 0 -> 3040 bytes
+ test/api/test-subset-gvar.c                        |  22 ++++++++++++++++++++
+ test/api/test-subset-hvar.c                        |  23 +++++++++++++++++++++
+ 3 files changed, 45 insertions(+)
+
+commit 6dd1077b68e20e97b595c676267b964dd5cbbe1c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 19 01:00:53 2019 -0700
+
+    fix test build
+
+ test/api/Makefile.am | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 2e6038a209022c8b7957daf661488edfc166bdc5
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 19 00:41:41 2019 -0700
+
+    add api tests for subset gvar & HVAR; bug fixes
+
+ src/hb-ot-layout-common.hh                      |   3 +-
+ src/hb-ot-var-gvar-table.hh                     |  24 +++----
+ src/hb-ot-var-hvar-table.hh                     |  19 +++++-
+ test/api/Makefile.am                            |   2 +
+ test/api/fonts/SourceSansVariable-Roman.abc.ttf | Bin 0 -> 3240 bytes
+ test/api/fonts/SourceSansVariable-Roman.ac.ttf  | Bin 0 -> 3028 bytes
+ test/api/test-subset-gvar.c                     |  81 ++++++++++++++++++++++++
+ test/api/test-subset-hvar.c                     |  81 ++++++++++++++++++++++++
+ 8 files changed, 194 insertions(+), 16 deletions(-)
+
+commit aeddb30f87ea957e7e780705c099e849c6d7e27d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Mar 18 18:11:00 2019 -0700
+
+    replaced tt var api test with a composite glyph
+    
+    for better coverage
+
+ .../SourceSansVariable-Roman-nohvar-41,C1.ttf      | Bin 0 -> 4696 bytes
+ test/api/fonts/SourceSansVariable-Roman.abc.ttf    | Bin 3168 -> 0 bytes
+ test/api/test-ot-metrics-tt-var.c                  |  36 ++++++++++-----------
+ 3 files changed, 18 insertions(+), 18 deletions(-)
+
+commit 560bcd774473691b310e746d2e7c0287c2bea9fe
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Mar 18 17:50:20 2019 -0700
+
+    move rounding advance width to glyf
+
+ src/hb-ot-glyf-table.hh | 24 ++++++++++++++----------
+ src/hb-ot-hmtx-table.cc |  8 ++++----
+ 2 files changed, 18 insertions(+), 14 deletions(-)
+
+commit c7edd14dc96af59cb53e9560a45f48d809fe8bb1
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Mar 18 17:16:43 2019 -0700
+
+    fix empty glyf's advance width
+
+ src/hb-ot-glyf-table.hh | 8 +++++++-
+ src/hb-ot-hmtx-table.cc | 4 ++--
+ 2 files changed, 9 insertions(+), 3 deletions(-)
+
+commit 9d3a252030e8f86aff4a35ce56fe77eb718e2071
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Mar 18 15:39:10 2019 -0700
+
+    add api test for tt var advance widths
+    
+    stripped HVAR from SourceSansVariable-Roman.abc.ttf so glyf gets parsed
+
+ src/hb-ot-hmtx-table.hh                         |   1 -
+ test/api/fonts/SourceSansVariable-Roman.abc.ttf | Bin 3240 -> 3168 bytes
+ test/api/test-ot-metrics-tt-var.c               |  37 ++++++++++++++++++++++++
+ 3 files changed, 37 insertions(+), 1 deletion(-)
+
+commit 9d9d5c706b68a16b2d07f8b8972b2b499c94bf0a
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Mar 18 10:48:53 2019 -0700
+
+    fix build
+
+ src/hb-ot-hmtx-table.cc     | 15 ++++-----------
+ src/hb-ot-hmtx-table.hh     | 15 +++++++++------
+ src/hb-ot-var-gvar-table.hh |  1 +
+ 3 files changed, 14 insertions(+), 17 deletions(-)
+
+commit b6cc838888cc302f0de19030b75773fe0fda372f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sun Mar 17 22:49:18 2019 -0700
+
+    fix composite glyf extents
+
+ src/hb-ot-glyf-table.hh     | 41 +++++++++++++++++++++++++++--------------
+ src/hb-ot-var-gvar-table.hh |  3 +++
+ 2 files changed, 30 insertions(+), 14 deletions(-)
+
+commit 597ad4df0cdff4a0355121e3da2a59e7fa8ee68f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sun Mar 17 18:45:30 2019 -0700
+
+    fix unpack_points
+
+ src/hb-ot-var-gvar-table.hh | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit cabe22fc6967e6299c3a06bbfa9c19e9a23a0ae3
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sun Mar 17 17:48:10 2019 -0700
+
+    fix infer_delta
+    
+    code cleanup
+
+ src/hb-ot-glyf-table.hh     | 22 ++++++++++++-------
+ src/hb-ot-var-gvar-table.hh | 52 ++++++++++++++++++++++++++++++---------------
+ 2 files changed, 49 insertions(+), 25 deletions(-)
+
+commit c8b31773a6513e7051e5db98d7d26700856a32a3
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sun Mar 17 16:01:49 2019 -0700
+
+    added explicit casts to metrics
+
+ src/hb-ot-hmtx-table.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 8a7998fd6ce730dd0f182d69d598b802476250dc
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sun Mar 17 15:36:26 2019 -0700
+
+    moved most of var code from gvar to glyf
+    
+    initialize phantom points from metrics from htmx/vmtx & glyf bbox before execution
+    added source file hb-ot-hmtx-table.cc to call glyf from hmtx/vmtx indirectly & temporarily, workaround a cyclic reference between the two
+
+ src/Makefile.sources        |   1 +
+ src/hb-ot-face.hh           |   1 -
+ src/hb-ot-font.cc           |   8 +-
+ src/hb-ot-glyf-table.hh     | 236 +++++++++++++++++++++++++++++++++++++-------
+ src/hb-ot-hmtx-table.cc     |  61 ++++++++++++
+ src/hb-ot-hmtx-table.hh     |  39 ++++----
+ src/hb-ot-var-gvar-table.hh | 195 ++++++++----------------------------
+ src/hb-ot-var-hvar-table.hh |  10 +-
+ 8 files changed, 333 insertions(+), 218 deletions(-)
+
+commit 00b2653ac3b927f93ac350dbe1d3711790a50119
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Mar 16 16:27:33 2019 -0700
+
+    add components transformation
+
+ src/hb-ot-glyf-table.hh     | 44 ++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-var-gvar-table.hh | 31 ++++++++++++++++++-------------
+ 2 files changed, 60 insertions(+), 15 deletions(-)
+
+commit 434ea06841e60b98601b529ca20cf6bf25f6c165
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Mar 16 00:08:03 2019 -0700
+
+    fix tt var extents & add test
+
+ src/hb-ot-glyf-table.hh                         |  32 +--
+ src/hb-ot-var-gvar-table.hh                     | 270 +++++++++++++-----------
+ test/api/Makefile.am                            |   1 +
+ test/api/fonts/SourceSansVariable-Roman.abc.ttf | Bin 0 -> 3240 bytes
+ test/api/test-ot-metrics-tt-var.c               |  72 +++++++
+ 5 files changed, 236 insertions(+), 139 deletions(-)
+
+commit bcb4e505d6ffe33e3268a06698e75d6be0e64957
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 15 13:46:25 2019 -0700
+
+    cff2 subset fuzzer issues (#1619)
+    
+    * add check to FDArray::serialize
+    
+    * add test files
+    
+    * fix off by one
+
+ src/hb-ot-cff-common.hh                                   |   1 +
+ ...z-testcase-minimized-hb-subset-fuzzer-5739000398086144 | Bin 0 -> 620 bytes
+ ...z-testcase-minimized-hb-subset-fuzzer-5760768497156096 | Bin 0 -> 210 bytes
+ ...z-testcase-minimized-hb-subset-fuzzer-5764268627066880 | Bin 0 -> 687 bytes
+ 4 files changed, 1 insertion(+)
+
+commit a5118c1db51d6d3b24622a52e50246e00b07fa74
+Merge: 90ea140ac 079c386ca
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 15 10:33:03 2019 -0700
+
+    Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
+
+commit 079c386ca89b6d2833786db3ba54b7137d045188
+Merge: 99502b324 8aaab78ef
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 15 10:12:19 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit 90ea140aca18d073401fc971681ce48403fbf399
+Merge: d23c201f5 99502b324
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Mar 14 16:58:19 2019 -0700
+
+    Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
+
+commit d23c201f5d8af8f9b38c666e1ba6525d38ef0806
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 12 11:03:53 2019 -0700
+
+    add gvar::get_extents
+
+ src/hb-ot-face.hh           |   1 +
+ src/hb-ot-font.cc           |   3 +
+ src/hb-ot-glyf-table.hh     |  21 ++++--
+ src/hb-ot-var-gvar-table.hh | 164 +++++++++++++++++++++++++++++++++++++++++---
+ 4 files changed, 175 insertions(+), 14 deletions(-)
+
+commit dde8bb1f6d0bfaac283fd8c2ad15e354c233bac1
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 21:54:49 2019 -0800
+
+    fix build
+
+ src/hb-ot-var-gvar-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 5ec65f779bef1ebf2479f83f4b76f4e24d69ddad
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 21:49:04 2019 -0800
+
+    minor edits
+
+ src/hb-ot-cff-common.hh    | 2 +-
+ src/hb-ot-layout-common.hh | 2 ++
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit 2d7ad3f28ba3a9c97287eb9e1bf75ad353a908c6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 21:33:21 2019 -0800
+
+    build fix attempt
+
+ src/hb-ot-glyf-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cf2ef92c741a20158d15d7ea7c14f6ba82906d36
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 18:24:56 2019 -0800
+
+    more build fixes
+
+ src/hb-ot-glyf-table.hh     |  2 +-
+ src/hb-ot-var-gvar-table.hh | 13 ++++++-------
+ 2 files changed, 7 insertions(+), 8 deletions(-)
+
+commit ae0a557c2e56064d204ae549a3be135dca884f67
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 18:12:31 2019 -0800
+
+    fix build attempt
+
+ src/hb-ot-var-gvar-table.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit baf2ccf1471856f948ed8d2d46e4d68b0c0b739a
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 15:14:22 2019 -0800
+
+    calculate VF advance widths from gvar & glyf
+
+ src/hb-ot-glyf-table.hh     | 151 ++++++++++++++++
+ src/hb-ot-hmtx-table.hh     |  23 ++-
+ src/hb-ot-var-gvar-table.hh | 410 +++++++++++++++++++++++++++++++++++++++-----
+ 3 files changed, 542 insertions(+), 42 deletions(-)
+
+commit 0b1ae2385b5564efe3dbcd5d068462bcd55effe2
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Feb 26 16:54:00 2019 -0800
+
+    gvar::subset()
+
+ src/hb-ot-var-gvar-table.hh | 81 +++++++++++++++++++++++++++++++++++++++------
+ 1 file changed, 71 insertions(+), 10 deletions(-)
+
+commit eddbc9d0dbb09589a09e7d8e661004cdd7487e87
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Feb 26 11:11:50 2019 -0800
+
+    Added hb-ot-var-gvar-table.hh
+    
+    implemented sanitize()
+    placeholder subset()
+    some code cleanup
+
+ src/Makefile.sources        |   1 +
+ src/hb-bimap.hh             |   6 +-
+ src/hb-ot-gvar-table.hh     | 211 --------------------------------------------
+ src/hb-ot-var-gvar-table.hh | 207 +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-var-hvar-table.hh |  14 +--
+ src/hb-subset.cc            |   4 +
+ 6 files changed, 222 insertions(+), 221 deletions(-)
+
+commit f289ffe5eaf1c8cc87f9ee80f77a4af974919611
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Feb 25 09:59:27 2019 -0800
+
+    renamed hb_map2_t to hb_bimap_h in its own .hh
+
+ src/Makefile.sources        |   1 +
+ src/hb-bimap.hh             | 109 +++++++++++++++++++++++
+ src/hb-ot-cff-common.hh     |   4 +-
+ src/hb-ot-cff1-table.hh     |   4 +-
+ src/hb-ot-gvar-table.hh     | 211 ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-common.hh  |  84 +-----------------
+ src/hb-ot-var-hvar-table.hh |  12 +--
+ src/hb-subset-cff-common.cc |   2 +-
+ src/hb-subset-cff-common.hh |   4 +-
+ src/hb-subset-cff1.cc       |   8 +-
+ src/hb-subset-cff2.cc       |   2 +-
+ 11 files changed, 343 insertions(+), 98 deletions(-)
+
+commit 8563169291bf257400608aa0900fc3ee8c2f9e8b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Feb 22 14:53:06 2019 -0800
+
+    subset VVAR & outer indices
+
+ src/hb-ot-var-hvar-table.hh | 49 ++++++++++++++++++++++++++++++++++++---------
+ src/hb-subset.cc            |  3 +++
+ 2 files changed, 43 insertions(+), 9 deletions(-)
+
+commit 08dc86594bb17e31df2d5c0e25521ee1f072871b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Feb 22 10:22:08 2019 -0800
+
+    unuse set in hb_map2_t impl
+    
+    also some code cleanup
+
+ src/hb-ot-layout-common.hh | 46 +++++++++++++++++++++++-----------------------
+ 1 file changed, 23 insertions(+), 23 deletions(-)
+
+commit 1b13cc775c3b8143b1218e205b21b91b0852f8bd
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Feb 21 16:42:30 2019 -0800
+
+    fixed compiler gripes
+
+ src/hb-ot-var-hvar-table.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit c485b77c7c1df2fcd2f21107692d1afd0ed34e1f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Feb 21 16:34:49 2019 -0800
+
+    fix CFF2 local subr subsetting
+    
+    bug exposed by impl change of fdmap
+    also fixed name of subr_remap_ts as subr_remaps_t
+
+ src/hb-subset-cff-common.hh |  8 ++++----
+ src/hb-subset-cff2.cc       | 20 +++++++++-----------
+ 2 files changed, 13 insertions(+), 15 deletions(-)
+
+commit c9b07c75a14b6efb4b32cb12b2f3e8cfc1953638
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Feb 21 15:47:27 2019 -0800
+
+    fix HVAR & VarStore subsetting
+
+ src/hb-ot-layout-common.hh  |  15 +++--
+ src/hb-ot-var-hvar-table.hh | 140 ++++++++++++++++++++++----------------------
+ 2 files changed, 77 insertions(+), 78 deletions(-)
+
+commit c8420109ccb74a7bf15c4af425f9f58bc315d2ce
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Feb 20 15:48:29 2019 -0800
+
+    subset HVAR
+    
+    Re-implemented & repurposed CFF:remap_t as hb_map2_t (moved to hb-ot-layout-common.hh) for two-way mapping for use by index map subsetting.
+    Hooked up HVAR subsetter through _subset2.
+    Some renaming in CFF code.
+
+ src/hb-ot-cff-common.hh     |  63 ++----------
+ src/hb-ot-cff1-table.hh     |   8 +-
+ src/hb-ot-layout-common.hh  | 158 ++++++++++++++++++++++++++++--
+ src/hb-ot-var-hvar-table.hh | 232 +++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-subset-cff-common.cc |   9 +-
+ src/hb-subset-cff-common.hh |  27 ++----
+ src/hb-subset-cff1.cc       |  29 +++---
+ src/hb-subset-cff2.cc       |  12 +--
+ src/hb-subset.cc            |   4 +
+ 9 files changed, 426 insertions(+), 116 deletions(-)
+
+commit 8aaab78efcac81a05ec919be13792c98741ea1b5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Mar 14 16:49:42 2019 -0700
+
+    Allow zero length ranges in sanitization (#1617)
+    
+    Fixes fvar table sanitization where there are no named instance
+    by allowing zero length ranges starting from Null() address.
+    
+    Fixes #1607
+
+ src/hb-machinery.hh      |  30 ++++++++++++++++--------------
+ test/api/fonts/Zycon.ttf | Bin 0 -> 21036 bytes
+ test/api/test-ot-face.c  |   9 +++++++++
+ 3 files changed, 25 insertions(+), 14 deletions(-)
+
+commit b1dfb8c850f36d4065190a779a6e3342a5fbb593
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Thu Mar 14 21:41:25 2019 +0200
+
+    [ci] Cache FreeType build on Travis
+
+ .ci/build-freetype.sh | 17 +++++++++++++++++
+ .travis.yml           | 18 ++++++++++++------
+ 2 files changed, 29 insertions(+), 6 deletions(-)
+
+commit 7de9f92ee9ced6f4c176459cf25f4ca931ca5ceb
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Tue Mar 12 19:30:47 2019 -0400
+
+    Categorize U+09FC as Consonant_Placeholder
+
+ src/hb-ot-shape-complex-indic.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 8b1eaecd9485fe504af364db1537bb04852b265c
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Wed Mar 13 13:21:12 2019 +0200
+
+    [ci] Simplify and fix Travis CI macOS build
+
+ .travis.yml | 16 +++++++++-------
+ 1 file changed, 9 insertions(+), 7 deletions(-)
+
+commit 99502b324dd6cb45d401bc5f6cc08d7a77677ba5
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 12 11:03:53 2019 -0700
+
+    add gvar::get_extents
+
+ src/hb-ot-face.hh           |   1 +
+ src/hb-ot-font.cc           |   3 +
+ src/hb-ot-glyf-table.hh     |  21 ++++--
+ src/hb-ot-var-gvar-table.hh | 164 +++++++++++++++++++++++++++++++++++++++++---
+ 4 files changed, 175 insertions(+), 14 deletions(-)
+
+commit 23e2d5ac86968c7548df0d212c1a321d09328ffa
+Merge: f5a466389 e52ec3fc2
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Mar 12 10:53:15 2019 -0700
+
+    Merge branch 'master' into var-subset
+
+commit e52ec3fc23c2d5a881849f047885e0423bd74740
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Mon Mar 11 18:09:51 2019 -0700
+
+    Remove redundant hb_ot_layout_lookup_would_substitute_fast
+
+ src/hb-ot-layout.cc              | 13 -------------
+ src/hb-ot-layout.hh              |  7 -------
+ src/hb-ot-shape-complex-indic.cc |  2 +-
+ src/hb-ot-shape-complex-khmer.cc |  2 +-
+ 4 files changed, 2 insertions(+), 22 deletions(-)
+
+commit c2442c90d6ecfaee987ed8ac6f93a9ac6b07c642
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Tue Mar 12 01:09:27 2019 +0200
+
+    [doc] Add placeholder since version for new flag
+
+ src/hb-buffer.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8c42f03215097d7c1bae74db7e98315263d3e8a4
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Fri Mar 8 09:46:48 2019 -0500
+
+    Remove obsolete overrides from Indic/USE scripts
+
+ src/gen-indic-table.py               |  4 ----
+ src/gen-use-table.py                 | 30 +++++++-----------------------
+ src/hb-ot-shape-complex-use-table.cc |  2 +-
+ 3 files changed, 8 insertions(+), 28 deletions(-)
+
+commit b38bab86229bc40d9cdf4819d6dc6aab444d0291
+Author: Eric Muller <emuller@amazon.com>
+Date:   Tue Feb 12 11:41:16 2019 -0800
+
+    Update generation code for hb-ot-shape-complex-vowel-constraints.cc. Remove 'unlikely'
+
+ src/gen-vowel-constraints.py                 | 3 +++
+ src/hb-ot-shape-complex-vowel-constraints.cc | 2 +-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit 44a67ddeb878f7639b30d1884e38b1525aab4f4a
+Author: Eric Muller <emuller@amazon.com>
+Date:   Sun Feb 10 04:31:41 2019 -0800
+
+    Fix coding style.
+
+ src/hb-ot-shape-complex-hangul.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 30d7c40f8ce9f47d733b1f43a93f20739772859e
+Author: Eric Muller <emuller@amazon.com>
+Date:   Sat Feb 9 02:55:27 2019 -0800
+
+    Add a flag to hb_buffer_t to prevent the insertion of dotted circles on incorrect character sequences.
+    
+    Current behavior unchanged if this flag is not set (and it isn't by default).
+
+ src/hb-buffer.h                              | 7 ++++++-
+ src/hb-ot-shape-complex-hangul.cc            | 3 ++-
+ src/hb-ot-shape-complex-indic.cc             | 3 +++
+ src/hb-ot-shape-complex-khmer.cc             | 3 +++
+ src/hb-ot-shape-complex-myanmar.cc           | 3 +++
+ src/hb-ot-shape-complex-use.cc               | 3 +++
+ src/hb-ot-shape-complex-vowel-constraints.cc | 3 +++
+ src/hb-ot-shape.cc                           | 3 +++
+ 8 files changed, 26 insertions(+), 2 deletions(-)
+
+commit 8b6eb6cf465032d0ca747f4b75f6e9155082bc45
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Mar 8 01:33:41 2019 +0330
+
+    Add a macOS 10.14.3 fonts tests (#1608)
+
+ .circleci/config.yml                         | 11 +++++++++++
+ test/shaping/data/in-house/tests/macos.tests | 19 +++++++++++++++++++
+ 2 files changed, 30 insertions(+)
+
+commit e723c04de1b3dcd96e6a70baf09e3ae2ddbbc0bf
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Wed Mar 6 12:37:25 2019 -0500
+
+    Update to Unicode 12.0.0
+
+ src/gen-use-table.py                         |    1 -
+ src/gen-vowel-constraints.py                 |    1 +
+ src/hb-common.h                              |    8 +
+ src/hb-ot-shape-complex-arabic-table.hh      |   14 +-
+ src/hb-ot-shape-complex-indic-table.cc       |   56 +-
+ src/hb-ot-shape-complex-use-table.cc         |   49 +-
+ src/hb-ot-shape-complex-vowel-constraints.cc |    4 +-
+ src/hb-ot-shape-complex.hh                   |    3 +
+ src/hb-ot-tag-table.hh                       |   12 +-
+ src/hb-ucdn.cc                               |    4 +
+ src/hb-ucdn/ucdn.h                           |   11 +
+ src/hb-ucdn/ucdn_db.h                        | 2998 +++++++++++++-------------
+ src/hb-unicode-emoji-table.hh                |    6 +-
+ 13 files changed, 1631 insertions(+), 1536 deletions(-)
+
+commit 2f125b0fa763c3be7d8d74489c027f7155607756
+Author: Adrian Wong <adrianwjw@gmail.com>
+Date:   Wed Feb 13 21:04:46 2019 +1100
+
+    [indic] Remove superfluous ZWNJ check in final reorder of pre-base matras
+
+ src/hb-ot-shape-complex-indic.cc | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit d936ad4582a0017cf88406372d7c08b9896beed6
+Author: Stephan Bergmann <sbergman@redhat.com>
+Date:   Tue Mar 5 17:18:57 2019 +0100
+
+    Fix hb_atomic_* variants based on C++11 atomics
+    
+    I stumbled over this when trying to upgrade the version of HarfBuzz used by
+    LibreOffice to 3.2.1 (see <https://gerrit.libreoffice.org/plugins/gitiles/core/
+    +/b7ddc514bff9bdf682abae537f990aa01dc2c0fb%5E!/> "Upgrade to latest
+    HarfBuzz 2.3.1"), where building with MSVC 2017 failed like
+    
+    > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): error C2440: 'reinterpret_cast': cannot convert from 'const int *' to 'std::atomic<int> *'
+    > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): note: Conversion loses qualifiers
+    > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): error C2227: left of '->load' must point to class/struct/union/generic type
+    
+    (see <https://ci.libreoffice.org/job/gerrit_windows/29916/>).
+    
+    I added all the necessary "const" to make building of HarfBuzz 2.3.1 with
+    MSVC 2017 succeed for me.  There may be more missing at least conceptually.
+
+ src/hb-atomic.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 731b13e4e9190a45e51f855f19e88869a7718d43
+Author: Martin Hosken <martin_hosken@sil.org>
+Date:   Mon Mar 4 11:12:21 2019 +0700
+
+    Fix offset drift in graphite integration
+
+ src/hb-graphite2.cc | 35 +++++++++++++++++++----------------
+ 1 file changed, 19 insertions(+), 16 deletions(-)
+
+commit f5a466389382183cbc009b66734e0fa339f168ff
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 21:54:49 2019 -0800
+
+    fix build
+
+ src/hb-ot-var-gvar-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 2e1965e572f5643c56e5a0c11a8bf7d5cf68a483
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 21:49:04 2019 -0800
+
+    minor edits
+
+ src/hb-ot-cff-common.hh    | 2 +-
+ src/hb-ot-layout-common.hh | 2 ++
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit ff60f34dd6b57401c8904a8808c1775ee09f4458
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 21:33:21 2019 -0800
+
+    build fix attempt
+
+ src/hb-ot-glyf-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9aa5805a44e883c3dcb09a43e952b8bf40016423
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 18:24:56 2019 -0800
+
+    more build fixes
+
+ src/hb-ot-glyf-table.hh     |  2 +-
+ src/hb-ot-var-gvar-table.hh | 13 ++++++-------
+ 2 files changed, 7 insertions(+), 8 deletions(-)
+
+commit 3f3da718632e9beef9a1d9cf8b5775025ffe3fd6
+Merge: 21aaf3005 f448195a4
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 18:12:35 2019 -0800
+
+    Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
+
+commit 21aaf30058823e06c121908734b05c6c7f0bdeec
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 18:12:31 2019 -0800
+
+    fix build attempt
+
+ src/hb-ot-var-gvar-table.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 8a25868e6a41a3d82782aadb3c7b744ad87d20ff
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Mar 2 03:24:49 2019 +0330
+
+    Minor, remove .editorconfig hack
+    
+    As vscode is going to support it soon
+
+ .editorconfig | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+commit f448195a4b041db83b0e515c829b99d2349bf73f
+Merge: fa2b3d30f 4f37ab63d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 15:22:17 2019 -0800
+
+    Merge branch 'master' into var-subset
+
+commit fa2b3d30f6562a7457acca205f1bf544089c88ba
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Mar 1 15:14:22 2019 -0800
+
+    calculate VF advance widths from gvar & glyf
+
+ src/hb-ot-glyf-table.hh     | 151 ++++++++++++++++
+ src/hb-ot-hmtx-table.hh     |  23 ++-
+ src/hb-ot-var-gvar-table.hh | 410 +++++++++++++++++++++++++++++++++++++++-----
+ 3 files changed, 542 insertions(+), 42 deletions(-)
+
+commit 4f37ab63de9705d7bf74ee75364747e41b7c06a1
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Feb 28 17:25:05 2019 -0800
+
+    Make hb_subset_input_glyph_set () actually do something.
+
+ src/hb-subset-plan.cc       |  3 +++
+ test/api/hb-subset-test.h   | 11 ++++++++++-
+ test/api/test-subset-glyf.c | 24 ++++++++++++++++++++++++
+ 3 files changed, 37 insertions(+), 1 deletion(-)
+
+commit 33354ab6b87211ae2e702bee162fa4260078e70a
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Feb 26 16:54:00 2019 -0800
+
+    gvar::subset()
+
+ src/hb-ot-var-gvar-table.hh | 81 +++++++++++++++++++++++++++++++++++++++------
+ 1 file changed, 71 insertions(+), 10 deletions(-)
+
+commit 45149eb34f9735b5d690a2a7956adb42b938c8d9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Feb 22 13:13:42 2019 +0330
+
+    [dwrite] hb_directwrite_face_create, a new API
+    
+    It makes a hb_face_t from IDWriteFontFace, useful when using
+    DirectWrite facilities for font selection, loading and rendering
+    but using harfbuzz for shaping.
+
+ src/hb-directwrite.cc | 70 +++++++++++++++++++++++++++++++++++++++++++++++----
+ src/hb-directwrite.h  |  5 +++-
+ 2 files changed, 69 insertions(+), 6 deletions(-)
+
+commit 6f91e0d903d7510a4612a9cc7306ec04260cefed
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Feb 26 11:11:50 2019 -0800
+
+    Added hb-ot-var-gvar-table.hh
+    
+    implemented sanitize()
+    placeholder subset()
+    some code cleanup
+
+ src/Makefile.sources        |   1 +
+ src/hb-bimap.hh             |   6 +-
+ src/hb-ot-gvar-table.hh     | 211 --------------------------------------------
+ src/hb-ot-var-gvar-table.hh | 207 +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-var-hvar-table.hh |  14 +--
+ src/hb-subset.cc            |   4 +
+ 6 files changed, 222 insertions(+), 221 deletions(-)
+
+commit 45adc185260f0fa1fa86472aafb7f91f942c567e
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Mon Feb 18 22:30:40 2019 -0500
+
+    Fix or document unsupported font-feature-settings
+
+ src/hb-common.cc | 18 ++++++++++++------
+ util/options.cc  |  3 ++-
+ 2 files changed, 14 insertions(+), 7 deletions(-)
+
+commit d66f7e14a0097d8ca54ad9824f7aa7daee6c7f72
+Author: Joël R. Langlois <joel.r.langlois@gmail.com>
+Date:   Mon Feb 25 15:26:58 2019 -0500
+
+    Remove Forcing Diagnostic Colours from CMakeLists.txt (#1597)
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1596
+
+ CMakeLists.txt | 12 ------------
+ 1 file changed, 12 deletions(-)
+
+commit d817b446a132816e48e9ce4e3619a52a340ab35a
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Feb 25 09:59:27 2019 -0800
+
+    renamed hb_map2_t to hb_bimap_h in its own .hh
+
+ src/Makefile.sources        |   1 +
+ src/hb-bimap.hh             | 109 +++++++++++++++++++++++
+ src/hb-ot-cff-common.hh     |   4 +-
+ src/hb-ot-cff1-table.hh     |   4 +-
+ src/hb-ot-gvar-table.hh     | 211 ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-common.hh  |  84 +-----------------
+ src/hb-ot-var-hvar-table.hh |  12 +--
+ src/hb-subset-cff-common.cc |   2 +-
+ src/hb-subset-cff-common.hh |   4 +-
+ src/hb-subset-cff1.cc       |   8 +-
+ src/hb-subset-cff2.cc       |   2 +-
+ 11 files changed, 343 insertions(+), 98 deletions(-)
+
+commit 5d781f62ba4df4f322b01ded5008d1c936acd585
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Feb 22 14:53:06 2019 -0800
+
+    subset VVAR & outer indices
+
+ src/hb-ot-var-hvar-table.hh | 49 ++++++++++++++++++++++++++++++++++++---------
+ src/hb-subset.cc            |  3 +++
+ 2 files changed, 43 insertions(+), 9 deletions(-)
+
+commit 2d545e1e86d94af05550118cac20ec097bc843b4
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Feb 22 10:22:08 2019 -0800
+
+    unuse set in hb_map2_t impl
+    
+    also some code cleanup
+
+ src/hb-ot-layout-common.hh | 46 +++++++++++++++++++++++-----------------------
+ 1 file changed, 23 insertions(+), 23 deletions(-)
+
+commit ca3b4a21dff4fcd804b0bf2249fb3f286486d8fa
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Feb 21 16:42:30 2019 -0800
+
+    fixed compiler gripes
+
+ src/hb-ot-var-hvar-table.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit a7b801f6d1410443f518cec5dad4d89a8feaf01d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Feb 21 16:34:49 2019 -0800
+
+    fix CFF2 local subr subsetting
+    
+    bug exposed by impl change of fdmap
+    also fixed name of subr_remap_ts as subr_remaps_t
+
+ src/hb-subset-cff-common.hh |  8 ++++----
+ src/hb-subset-cff2.cc       | 20 +++++++++-----------
+ 2 files changed, 13 insertions(+), 15 deletions(-)
+
+commit a190140fa47ff5655edbb4eb414175852f722f85
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Feb 21 15:47:27 2019 -0800
+
+    fix HVAR & VarStore subsetting
+
+ src/hb-ot-layout-common.hh  |  15 +++--
+ src/hb-ot-var-hvar-table.hh | 140 ++++++++++++++++++++++----------------------
+ 2 files changed, 77 insertions(+), 78 deletions(-)
+
+commit 09df17e71b1860e250638e8e76deee1da5e7a06b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Feb 20 15:48:29 2019 -0800
+
+    subset HVAR
+    
+    Re-implemented & repurposed CFF:remap_t as hb_map2_t (moved to hb-ot-layout-common.hh) for two-way mapping for use by index map subsetting.
+    Hooked up HVAR subsetter through _subset2.
+    Some renaming in CFF code.
+
+ src/hb-ot-cff-common.hh     |  63 ++----------
+ src/hb-ot-cff1-table.hh     |   8 +-
+ src/hb-ot-layout-common.hh  | 158 ++++++++++++++++++++++++++++--
+ src/hb-ot-var-hvar-table.hh | 232 +++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-subset-cff-common.cc |   9 +-
+ src/hb-subset-cff-common.hh |  27 ++----
+ src/hb-subset-cff1.cc       |  29 +++---
+ src/hb-subset-cff2.cc       |  12 +--
+ src/hb-subset.cc            |   4 +
+ 9 files changed, 426 insertions(+), 116 deletions(-)
+
+commit 93739242e1aab9b745d0ba3c22c33b4acaf9526c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Feb 20 13:23:12 2019 -0800
+
+    minor edit
+
+ src/hb-map.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit eebc21c8de08d58c806fcd3d0f3a5aedee867776
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Feb 20 12:43:18 2019 -0800
+
+    fix crash in hb_map_t::clear()
+    
+    in case called immediately after init()
+
+ src/hb-map.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit a17ed8459ee1e01caf4761f682bcda821bc8e656
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Tue Feb 19 21:14:11 2019 +0200
+
+    [doc] Move hb_variation_t to hb-common section
+
+ docs/harfbuzz-sections.txt | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 9caabc9cf898e1d66921f88890d5b7d46494dc90
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Tue Feb 19 19:27:28 2019 +0200
+
+    [doc] Move feature_t and its function to hb-common
+    
+    It is rather confusing to have script, language etc, in hb-common section
+    while feature is in hb-shape section. I keep looking for it in hb-common
+    section then using the API index because I can’t find it there.
+
+ docs/harfbuzz-sections.txt | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit d29c8424c8bfa47c910d0e270f05b5c0a1f803a2
+Author: Evgeniy Reizner <razrfalcon@gmail.com>
+Date:   Tue Feb 19 18:35:00 2019 +0200
+
+    Typo (#1588)
+    
+    Fixed a small typo.
+    [skip ci]
+
+ src/hb-ot-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6bd4c082e49143d0631881645b81f999347257f8
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Tue Feb 19 02:23:58 2019 +0200
+
+    [doc] Document hb_feature_from_string() syntax
+    
+    Copied and edited from the util option documentation. The docbook table
+    syntax is too verbose, but that is the best I can come up with.
+
+ src/hb-common.cc | 35 ++++++++++++++++++++++++++++++++++-
+ 1 file changed, 34 insertions(+), 1 deletion(-)
+
+commit 11456b2d9c1c567d1ad6496a3056154b69cafa21
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Fri Feb 15 16:58:43 2019 -0800
+
+    WHitespace
+
+ src/hb-ot-layout-gsubgpos.hh | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit 77060bcda229dc237d3952fbf5da59709cd81e05
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Fri Feb 15 16:55:08 2019 -0800
+
+    [iter] Add hb_all, hb_any, hb_none
+
+ src/hb-iter.hh   | 46 +++++++++++++++++++++++++++++++++++++++++++++-
+ src/test-iter.cc |  2 ++
+ 2 files changed, 47 insertions(+), 1 deletion(-)
+
+commit 72dd5e34e0fc2902857c39cd4609d40b71fa4736
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Fri Feb 15 16:11:32 2019 -0800
+
+    [iter] Make hb_iter() into function-object
+
+ src/hb-iter.hh | 28 +++++++++++++++++++---------
+ 1 file changed, 19 insertions(+), 9 deletions(-)
+
+commit 98be7bd77ada32e58dad76897cefcf1d99538d2b
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Fri Feb 15 16:09:29 2019 -0800
+
+    [iter] Make hb_map into function-object
+
+ src/hb-iter.hh | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+commit c1e5ba81fe4888143c1cf4a3deb3597875580c6d
+Merge: b8b3b3e38 3da79dd5b
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Fri Feb 15 16:06:03 2019 -0800
+
+    Merge remote-tracking branch 'origin/master' into iter
+
+commit b8b3b3e38b08ee7bb8d44481dd25febcee693554
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Fri Feb 15 16:05:36 2019 -0800
+
+    [iter] Add hb_enumerate() and use it
+
+ src/hb-iter.hh               | 39 +++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-layout-gsubgpos.hh | 32 ++++++++++++--------------------
+ 2 files changed, 49 insertions(+), 22 deletions(-)
+
+commit 3da79dd5b92b89fbf062cbe591e6b1ba83083aec
+Merge: 500055018 d8a68728a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 15 15:54:51 2019 -0800
+
+    Merge pull request #1557 from harfbuzz/cff-more-arrayof-fixes
+    
+    CFF more arrayof fixes
+
+commit 5000550183022db8c9cfef63a9ed90eb9f37764d
+Merge: 5c2bb1de8 90c8bbf98
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 15 15:54:13 2019 -0800
+
+    Merge pull request #1583 from harfbuzz/cff-retain-gids
+    
+    [subset] Implement --retain-gids with CFF/CFF2
+
+commit d8a68728a077a8c5fc8ceae19f2866cdc8b70baf
+Merge: 1cb1d5d7f 5c2bb1de8
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Feb 15 14:48:10 2019 -0800
+
+    Merge branch 'master' into cff-more-arrayof-fixes
+
+commit 90c8bbf98747eb29687471da892b4a34a9236242
+Merge: 6f1dfd082 5c2bb1de8
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Feb 15 14:47:38 2019 -0800
+
+    Merge branch 'master' into cff-retain-gids
+
+commit 5c2bb1de8de31fecf0dae2ef905b896e42d39f1d
+Author: Martin <44297768+TheRealMDoerr@users.noreply.github.com>
+Date:   Fri Feb 15 19:23:46 2019 +0100
+
+    Support xlclang++ on AIX. (#1584)
+
+ src/hb-atomic.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1558a43342e2c5649cf48cb5860ac8a7aa9faf1d
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 20:46:13 2019 -0800
+
+    [test] Minor
+
+ src/test-algs.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit fa373584def11c97d8a7db00d9abc04851ca9480
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 20:15:07 2019 -0800
+
+    [algs] Test pair more
+
+ src/test-algs.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 0d7af5fb02723d8f4e8ad93848e9abe384174b36
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 19:37:57 2019 -0800
+
+    [algs] Use universal references for hb_pair()
+    
+    Such that it carries lvalues inside.
+
+ src/Makefile.am  |  6 +++++-
+ src/hb-algs.hh   |  2 +-
+ src/test-algs.cc | 45 +++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 51 insertions(+), 2 deletions(-)
+
+commit 5b99c92d4c6e294bb328113308e5c9cd23b3ed67
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 17:10:04 2019 -0800
+
+    [iter] Use more
+
+ src/hb-iter.hh               |  4 ++--
+ src/hb-ot-layout-gsubgpos.hh | 10 ++++------
+ 2 files changed, 6 insertions(+), 8 deletions(-)
+
+commit 72c1b59588bec30322abfa4de04b53e93122b25b
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 15:43:20 2019 -0800
+
+    [iter] Use in more places
+
+ src/hb-ot-layout-gsubgpos.hh | 48 ++++++++++++++++++--------------------------
+ 1 file changed, 20 insertions(+), 28 deletions(-)
+
+commit 40cce41eaeac731334251cccaa124407e6bffccb
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 15:14:37 2019 -0800
+
+    [iter] Use in a couple more intersects() calls
+
+ src/hb-ot-layout-gsubgpos.hh | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit bafdf1829d15e658df55eabc0548e9ca71d18b1b
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 15:13:16 2019 -0800
+
+    [iter] Use in a couple more closure() calls
+
+ src/hb-ot-layout-gsubgpos.hh | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit fa35d3fd81c1ddb847cdd83556f817db9ef7f35b
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 14:04:05 2019 -0800
+
+    [iter] Add hb_drain
+
+ src/hb-iter.hh   | 11 +++++++++++
+ src/test-iter.cc |  7 ++++++-
+ 2 files changed, 17 insertions(+), 1 deletion(-)
+
+commit f4cfd6b6adbe0a87fe565a29b6cd600cf86f65dd
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 13:45:52 2019 -0800
+
+    [iter] A couple more hb_apply() + lambda uses
+
+ src/hb-ot-layout-gsub-table.hh | 16 +++++++++-------
+ 1 file changed, 9 insertions(+), 7 deletions(-)
+
+commit 7514a49f217c42ae0c895755e305f1d5b75c759d
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 13:16:33 2019 -0800
+
+    [iter] Use hb_apply() with lambda functions in a few places
+
+ src/hb-ot-layout-gsub-table.hh | 30 +++++++++++++++++-------------
+ 1 file changed, 17 insertions(+), 13 deletions(-)
+
+commit 0670e1a6f5d9938d30d5d0674ea10752d4a58114
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 11:53:40 2019 -0800
+
+    [iter] Remove excess use of universal references
+    
+    Every time I have to study these to understand why a change is right..
+
+ src/hb-iter.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 773d75637c36426b96be43f1188c68d77ac4ba47
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 11:40:22 2019 -0800
+
+    [iter] Add hb_apply()
+
+ src/hb-iter.hh   | 30 ++++++++++++++++++++++++++++++
+ src/test-iter.cc |  3 +++
+ 2 files changed, 33 insertions(+)
+
+commit 5b725784e53a96ba4d983184a2670aba2aa0fd9c
+Merge: 00db94095 28f773613
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 11:34:55 2019 -0800
+
+    Merge branch 'master' into iter
+
+commit 28f77361322886360743fdbffd388c9482cf4257
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 11:34:28 2019 -0800
+
+    [CI] Install more packages
+    
+    Wish there was a way to streamline this :(.
+
+ .circleci/config.yml | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 00db94095d53bd5e954be31caa428a3fd8f5f4c2
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 11:10:13 2019 -0800
+
+    [iter] Make hb_filter() a function-object
+
+ src/hb-iter.hh | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit aa4c3212628f6861f1ef3ecb9eb5205b5780ac91
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 11:07:12 2019 -0800
+
+    [iter] Make hb_zip() a function-object
+
+ src/hb-iter.hh | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit f8fcfb263e197c27015eeea56761b2dc8138da91
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 11:03:29 2019 -0800
+
+    [iter] Accept pointers to hb_sink()
+
+ src/hb-iter.hh                 | 4 ++++
+ src/hb-ot-layout-gsub-table.hh | 6 +++---
+ 2 files changed, 7 insertions(+), 3 deletions(-)
+
+commit b530573ad9b30e06d5cecfd107941c573cd5d999
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 11:00:10 2019 -0800
+
+    [iter] Make hb_sink function-object
+
+ src/hb-iter.hh | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+commit bb139cb8d0e4339042c5d0d0f192e13707c2bda4
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 10:51:47 2019 -0800
+
+    [iter] Back to dagger formatting for pipelines
+
+ src/hb-ot-layout-gsub-table.hh | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 5fa52e62b1744347970c42f42bbcd8d2e82d6c60
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 10:51:02 2019 -0800
+
+    [iter] Accept iterator, not iterable, in hb_sink()()
+
+ src/hb-iter.hh   | 8 ++++----
+ src/test-iter.cc | 1 +
+ 2 files changed, 5 insertions(+), 4 deletions(-)
+
+commit 0f292ea85f54b3496fe87e6466acf43b76f57dcd
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 10:49:31 2019 -0800
+
+    [iter] Accept iterator, not iterable, in hb_filter()()
+
+ src/hb-iter.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 345bfbb207b4d1174ee0ec41cf35cdc2e14936ff
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 10:48:20 2019 -0800
+
+    [iter] Accept iterator, not iterable, in hb_map()()
+
+ src/hb-iter.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 16cc313dcd7d4ddf16451cadc118aeb680101384
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 10:40:05 2019 -0800
+
+    [iter] Use hb_sink()
+
+ src/hb-ot-layout-gsub-table.hh | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit b702a0cbf8abae4622a99adf3a3b6adda3d9f2c1
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Thu Feb 14 10:39:58 2019 -0800
+
+    [iter] Add hb_sink()
+
+ src/hb-iter.hh | 25 +++++++++++++++++++++++++
+ 1 file changed, 25 insertions(+)
+
+commit 1cb1d5d7fb74e9f42dc8361dcdf669ed479d595d
+Merge: 8a568a885 d5287e1ba
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Feb 14 10:09:19 2019 -0800
+
+    Merge branch 'master' into cff-more-arrayof-fixes
+
+commit 6f1dfd082cf79488ae6773e7d99172f13575668c
+Merge: b1dbc77fa d5287e1ba
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Feb 14 10:08:16 2019 -0800
+
+    Merge branch 'master' into cff-retain-gids
+
+commit 9e7383d124f1f1422f542720c76b4ee9605bda8b
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Wed Feb 13 23:54:36 2019 -0800
+
+    [CI] Disable cmake-oracledeveloperstudio bot
+    
+    Weird error:
+    
+    "/root/project/src/hb-iter.hh", line 277: Error: Type name expected instead of "decltype()".
+    "/root/project/src/hb-iter.hh", line 278: Error: Invalid type while substituting into Iter::item_t.
+    "/root/project/src/hb-iter.hh", line 317: Error: Type name expected instead of "decltype()".
+    "/root/project/src/hb-iter.hh", line 318: Error: Invalid type while substituting into Iter::item_t.
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4103252323b15a821f0a912b580c2107211b918f
+Merge: f1b893440 d5287e1ba
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Wed Feb 13 23:46:43 2019 -0800
+
+    Merge branch 'master' into iter
+
+commit d5287e1ba40638be5d48178ce3d64557b622b01f
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Wed Feb 13 23:46:17 2019 -0800
+
+    [CI] Install wget on clang-O3-O0 bot
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f1b8934400137fe832909730ad86d73595612e9e
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Wed Feb 13 23:30:21 2019 -0800
+
+    [CI] Remove macos-notest-ios bot
+    
+    Not sure what ancient compiler it is (gcc 4.2?), but didn't like hb_zip SFINAE
+    apparently:
+    
+    In file included from /Users/distiller/project/src/hb-aat-layout.cc:28:
+    In file included from /Users/distiller/project/src/hb-open-type.hh:32:
+    In file included from /Users/distiller/project/src/hb.hh:642:
+    /Users/distiller/project/src/hb-iter.hh:364:1: note: candidate template ignored: substitution failure [with A = OT::Coverage, B = OT::OffsetArrayOf<OT::ChainRuleSet>]: non-type template argument does not refer to any declaration
+    hb_zip (const A& a, const B &b)
+    ^
+    In file included from /Users/distiller/project/src/hb-aat-layout.cc:37:
+    In file included from /Users/distiller/project/src/hb-aat-layout-kerx-table.hh:31:
+    In file included from /Users/distiller/project/src/hb-kern.hh:32:
+    /Users/distiller/project/src/hb-ot-layout-gpos-table.hh:725:20: error: no matching function for call to 'hb_zip'
+        for (auto it = hb_zip (this+coverage, pairSet)
+                       ^~~~~~
+    
+    Not going to try to appease.
+
+ .circleci/config.yml | 13 -------------
+ 1 file changed, 13 deletions(-)
+
+commit 7d2376de336c7fc14d69e01add02115335f92db8
+Merge: 2d940946d 890d0ee77
+Author: Behdad Esfahbod <behdad@fb.com>
+Date:   Wed Feb 13 22:08:54 2019 -0800
+
+    Merge branch 'master' into iter
+
+commit 890d0ee77fecd6aa4f19b663bb2897735a0d4c0b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Feb 14 00:27:01 2019 +0330
+
+    Minor, use a meaningful naming in template parameter (#1582)
+
+ src/hb-ot-layout.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 8a568a8858b44a81ca43a82761a70bf8d53e7c26
+Merge: c83412e4c 1e1d0e63d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Feb 13 11:25:00 2019 -0800
+
+    Merge branch 'master' into cff-more-arrayof-fixes
+
+commit b1dbc77fa62a99047df539663cfd1e8778d2c907
+Merge: c3a3536c9 1e1d0e63d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Feb 13 11:24:38 2019 -0800
+
+    Merge branch 'master' into cff-retain-gids
+
+commit 1e1d0e63df405730ed542ae1d729928623addf08
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Feb 13 12:58:01 2019 +0330
+
+    Fix djgpp complains by tweaking templates (#1579)
+    
+    For some reasons djgpp doesn't understand "unsigned int" can be same
+    with one of uint*_t anyway so lets do that for it explicitly.
+    
+    Just to note, our CI's djgpp is based GCC 7.2.0 and isn't old.
+
+ src/hb-ot-layout.hh               | 4 ++--
+ src/hb-ot-shape-complex-arabic.cc | 6 +++---
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit c3a3536c9a00a989ebd83d52e67d06525ed669bc
+Merge: bc33c617b 85a6d3121
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Feb 12 15:10:59 2019 -0800
+
+    Merge branch 'cff-retain-gids' of https://github.com/harfbuzz/harfbuzz into cff-retain-gids
+
+commit bc33c617b85988f4d81312e62a75f92601852c76
+Merge: c6af84617 fdfa3d29b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Feb 12 15:10:50 2019 -0800
+
+    Merge branch 'master' into cff-retain-gids
+
+commit c6af846178bba10af318bcea1e9ac5165ec2aea6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Feb 12 15:10:43 2019 -0800
+
+    tweaked --desubroutinize to remove hintmask only subrs
+
+ src/hb-subset-cff-common.hh | 26 ++++++++++++++++++++++++--
+ 1 file changed, 24 insertions(+), 2 deletions(-)
+
+commit 85a6d3121a26c9bcbec60d37b64643ff8dc97a0a
+Merge: d9ded0699 fdfa3d29b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Feb 11 14:25:21 2019 -0800
+
+    Merge branch 'master' into cff-retain-gids
+
+commit c83412e4cec10f6f6f6ac38f202b3ce373da5daf
+Merge: 1239b6b2b fdfa3d29b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Feb 11 14:16:25 2019 -0800
+
+    Merge branch 'master' into cff-more-arrayof-fixes
+
+commit fdfa3d29b7c347b5038f4f9148428c80dde462ae
+Author: Ken <21211439+kencu@users.noreply.github.com>
+Date:   Sun Feb 10 23:46:05 2019 -0800
+
+    hb-coretext.cc: remove TARGET_OS_MAC from test (#1578)
+    
+    it is always true when building on APPLE systems
+    and this file only builds on APPLE systems
+
+ src/hb-coretext.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit f55e7bf5835c59e478d6a448327d53027c4e9f4a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Feb 10 01:08:05 2019 +0330
+
+    [ci] Install 'base-devel' on ArchLinux CI bot
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8f4eb919bd0498e997852aa39656adc4c65b3f0e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Feb 9 16:58:02 2019 +0330
+
+    [ci] Install 'which' in ArchLinux bot
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 02294349618037f59b32834b49880ca75ed96261
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Feb 9 16:33:28 2019 +0330
+
+    [ci] Speculative fix for Alpine and ArchLinux bots
+
+ .circleci/config.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d9ded069926bf46a5d8e5edbf5201c98044db78e
+Merge: a5e933eba 84694af72
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Feb 8 14:44:20 2019 -0800
+
+    Merge branch 'master' into cff-retain-gids
+
+commit a5e933eba08ff50ac3beb1055ae952ccc26d0af7
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Feb 8 14:44:13 2019 -0800
+
+    Updated expected/cff-japanese fonts with retained FDs
+
+ ...gular.default.3042,3044,3046,3048,304A,304B.otf |    Bin 6324 -> 6356 bytes
+ ...gular.default.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 6568 -> 6564 bytes
+ .../SourceHanSans-Regular.default.61,63,65,6B.otf  |    Bin 5500 -> 5532 bytes
+ ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6780 -> 6780 bytes
+ .../SourceHanSans-Regular.default.660E.otf         |    Bin 5248 -> 5248 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 536352 -> 537992 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 690752 -> 692312 bytes
+ ...ular.desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 530004 -> 531624 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 690868 -> 692496 bytes
+ ...ans-Regular.desubroutinize-retain-gids.660E.otf |    Bin 612212 -> 613836 bytes
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 6248 -> 6272 bytes
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 6432 -> 6456 bytes
+ ...eHanSans-Regular.desubroutinize.61,63,65,6B.otf |    Bin 5428 -> 5460 bytes
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6552 -> 6572 bytes
+ .../SourceHanSans-Regular.desubroutinize.660E.otf  |    Bin 5196 -> 5224 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 536176 -> 537424 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 690500 -> 691692 bytes
+ ...ints-desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 529888 -> 531124 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 690564 -> 691808 bytes
+ ....drop-hints-desubroutinize-retain-gids.660E.otf |    Bin 612108 -> 613348 bytes
+ ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 536244 -> 537492 bytes
+ ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 690596 -> 691788 bytes
+ ...-Regular.drop-hints-retain-gids.61,63,65,6B.otf |    Bin 529928 -> 531164 bytes
+ ...-Regular.drop-hints-retain-gids.61,63,65,6B.ttx | 393879 ++++++++++++++++++
+ ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 690768 -> 692008 bytes
+ ...HanSans-Regular.drop-hints-retain-gids.660E.otf |    Bin 612128 -> 613368 bytes
+ ...ar.drop-hints.3042,3044,3046,3048,304A,304B.otf |    Bin 6132 -> 6164 bytes
+ ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 6304 -> 6300 bytes
+ ...ourceHanSans-Regular.drop-hints.61,63,65,6B.otf |    Bin 5344 -> 5376 bytes
+ ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6472 -> 6472 bytes
+ .../SourceHanSans-Regular.drop-hints.660E.otf      |    Bin 5140 -> 5140 bytes
+ ...r.retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 536436 -> 538076 bytes
+ ...r.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 690860 -> 692420 bytes
+ ...urceHanSans-Regular.retain-gids.61,63,65,6B.otf |    Bin 530084 -> 531704 bytes
+ ...r.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 691076 -> 692700 bytes
+ .../SourceHanSans-Regular.retain-gids.660E.otf     |    Bin 612236 -> 613860 bytes
+ 36 files changed, 393879 insertions(+)
+
+commit 84694af723bde07cf3231ed2d2e193123f5f73ed
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Feb 8 15:30:17 2019 +0330
+
+    [ci] Disable the just added bot
+    
+    Doesn't play well with CircleCI apparently
+    
+    https://circleci.com/gh/harfbuzz/harfbuzz/74289
+
+ .circleci/config.yml | 19 ++++++++++---------
+ 1 file changed, 10 insertions(+), 9 deletions(-)
+
+commit 81ae4974e35aa8ca408abd6238eb768f5c948287
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Feb 8 15:18:26 2019 +0330
+
+    [ci] Add a Void Linux bot
+    
+    https://voidlinux.org/ is yet another and different distro written from scratch, thus completely eligible to have a bot here!
+    
+    Seriously however not that useful yet however but I will try to overload it other tasks later, like our other bots.
+    
+    No test yet also, couldn't install cairo-devel, will try to fix that later.
+    
+    Their harfbuzz package source: https://github.com/void-linux/void-packages/blob/master/srcpkgs/harfbuzz/template
+
+ .circleci/config.yml | 11 ++++++++++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+commit e2856c2d85eb0f6ce0c780d1889dc9bb05cdc433
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Feb 7 15:32:32 2019 -0800
+
+    retain FDSelect & FDArray with --retain-gids
+    
+    so in sync with fonttools behavior
+
+ src/hb-subset-cff-common.cc                           |  12 ++++--------
+ .../SourceHanSans-Regular.41,4C2E.retaingids.otf      | Bin 2604 -> 2736 bytes
+ 2 files changed, 4 insertions(+), 8 deletions(-)
+
+commit 1239b6b2b4430658aea78216a1dcc885724a7ab4
+Merge: 9f80eb017 126abca98
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Feb 7 10:29:40 2019 -0800
+
+    Merge branch 'master' into cff-more-arrayof-fixes
+
+commit a5fa76977b5bdf3bd40ede3cdd0da9c5546557a6
+Merge: 214d0b024 126abca98
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Feb 7 10:28:13 2019 -0800
+
+    Merge branch 'master' into cff-retain-gids
+
+commit 214d0b024b49edd51974ff2c051535ae06de0709
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Feb 7 10:27:43 2019 -0800
+
+    minor change
+
+ src/hb-subset-cff-common.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 126abca98a954f7ec3374d0593fee25f78dc10f3
+Merge: 1e0628210 7859decdd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Feb 6 13:36:52 2019 -0800
+
+    Merge pull request #1571 from kencu/cleanostests
+    
+    hb-coretext.cc: clean up macosx test
+
+commit 7859decdd02f65dfb3da07bd95742b14b4697638
+Author: Ken Cunningham <kencu@macports.org>
+Date:   Tue Feb 5 20:26:49 2019 -0800
+
+    hb-coretext.cc: clean up macosx test
+    
+    TARGET_OS_OSX was introduced only in late OS versions
+    so always returns as "0" on older systems.
+    
+    if !TARGET_OS_IPHONE can work, as it returns as !0 on older
+    systems where TARGET_OS_IPHONE is not defined, but is not
+    specific
+    
+    if TARGET_OS_MAC && !(defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE)
+    is both specific and accurate on all systems.
+
+ src/hb-coretext.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 9328354a83252a8d8d74fe424ab3894d398b0bd0
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Feb 4 11:28:15 2019 -0800
+
+    separate CFF from TrueType in full font tests
+
+ ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin
+ .../SourceSansPro-Regular.default.61,62,63.otf     | Bin
+ ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf | Bin
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin
+ ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin
+ ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin
+ ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin
+ ...urceSansPro-Regular.desubroutinize.61,62,63.otf | Bin
+ ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin
+ ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin
+ ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin
+ ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin
+ ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin
+ ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin
+ ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin
+ ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin
+ ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin
+ ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin
+ .../SourceSansPro-Regular.drop-hints.61,62,63.otf  | Bin
+ ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin
+ ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin
+ .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin
+ ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin
+ ...gular.default.3042,3044,3046,3048,304A,304B.otf | Bin
+ ...gular.default.3042,3044,3046,73E0,5EA6,8F38.otf | Bin
+ .../SourceHanSans-Regular.default.61,63,65,6B.otf  | Bin
+ ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin
+ .../SourceHanSans-Regular.default.660E.otf         | Bin
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin
+ ...ular.desubroutinize-retain-gids.61,63,65,6B.otf | Bin
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin
+ ...ans-Regular.desubroutinize-retain-gids.660E.otf | Bin
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin
+ ...eHanSans-Regular.desubroutinize.61,63,65,6B.otf | Bin
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin
+ .../SourceHanSans-Regular.desubroutinize.660E.otf  | Bin
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin
+ ...ints-desubroutinize-retain-gids.61,63,65,6B.otf | Bin
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin
+ ....drop-hints-desubroutinize-retain-gids.660E.otf | Bin
+ ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin
+ ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin
+ ...gular.drop-hints-desubroutinize.61,63,65,6B.otf | Bin
+ ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin
+ ...Sans-Regular.drop-hints-desubroutinize.660E.otf | Bin
+ ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin
+ ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin
+ ...-Regular.drop-hints-retain-gids.61,63,65,6B.otf | Bin
+ ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin
+ ...HanSans-Regular.drop-hints-retain-gids.660E.otf | Bin
+ ...ar.drop-hints.3042,3044,3046,3048,304A,304B.otf | Bin
+ ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf | Bin
+ ...ourceHanSans-Regular.drop-hints.61,63,65,6B.otf | Bin
+ ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin
+ .../SourceHanSans-Regular.drop-hints.660E.otf      | Bin
+ ...r.retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin
+ ...r.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin
+ ...urceHanSans-Regular.retain-gids.61,63,65,6B.otf | Bin
+ ...r.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin
+ .../SourceHanSans-Regular.retain-gids.660E.otf     | Bin
+ test/subset/data/tests/cff-full-font.tests         |  18 +++++++++++++++++
+ test/subset/data/tests/cff-japanese.tests          |  22 +++++++++++++++++++++
+ test/subset/data/tests/full-font.tests             |   7 -------
+ test/subset/data/tests/japanese.tests              |   7 -------
+ test/subset/subset_test_suite.py                   |   7 +------
+ 69 files changed, 41 insertions(+), 20 deletions(-)
+
+commit ec30a8a9acf7be9918a8a6bff41696127090173f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Feb 1 15:58:03 2019 -0800
+
+    removed unused test data
+
+ ...ts.desubroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 15456 -> 0 bytes
+ ...r.drop-hints.desubroutinize-retain-gids.61,62,63.otf | Bin 13036 -> 0 bytes
+ ...-hints.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 16656 -> 0 bytes
+ ...nsPro-Regular.drop-hints.desubroutinize.61,62,63.otf | Bin 3276 -> 0 bytes
+ ...-hints.desubroutinize.retain-gids.D7,D8,D9,DA,DE.otf | Bin 34560 -> 0 bytes
+ ...ro-Regular.drop-hints.retain-gids.D7,D8,D9,DA,DE.otf | Bin 34576 -> 0 bytes
+ 6 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 30b781f20a8e386732f8e2858a22665d7af98061
+Merge: c12862657 1e0628210
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Feb 1 14:50:34 2019 -0800
+
+    Merge branch 'master' into cff-retain-gids
+
+commit c12862657f24b6c197e23d99a4edbdfcf3c90653
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Feb 1 14:50:01 2019 -0800
+
+    added desubroutinize & retain-gids full test cases with CFF fonts
+    
+    and CFF retain-gids fixes
+
+ src/hb-subset-cff1.cc                              |  44 +++++++++------------
+ .../SourceHanSans-Regular.41,4C2E.retaingids.otf   | Bin 2600 -> 2604 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 0 -> 33516 bytes
+ ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 0 -> 31080 bytes
+ ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 0 -> 34708 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 0 -> 33352 bytes
+ ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 0 -> 30956 bytes
+ ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 0 -> 34560 bytes
+ ...op-hints-desubroutinize.1FC,21,41,20,62,63.otf} | Bin
+ ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 0 -> 3288 bytes
+ ...r.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf} | Bin
+ ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 0 -> 33448 bytes
+ ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 0 -> 31028 bytes
+ ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 0 -> 34576 bytes
+ ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 0 -> 15456 bytes
+ ...p-hints.desubroutinize-retain-gids.61,62,63.otf | Bin 0 -> 13036 bytes
+ ...s.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 0 -> 16656 bytes
+ ...s.desubroutinize.retain-gids.D7,D8,D9,DA,DE.otf | Bin 0 -> 34560 bytes
+ ...gular.drop-hints.retain-gids.D7,D8,D9,DA,DE.otf | Bin 0 -> 34576 bytes
+ ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 0 -> 33668 bytes
+ .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 0 -> 31180 bytes
+ ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 0 -> 34724 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 0 -> 536352 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 0 -> 690752 bytes
+ ...ular.desubroutinize-retain-gids.61,63,65,6B.otf | Bin 0 -> 530004 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 0 -> 690868 bytes
+ ...ans-Regular.desubroutinize-retain-gids.660E.otf | Bin 0 -> 612212 bytes
+ .../SourceHanSans-Regular.desubroutinize..otf      | Bin 2340 -> 0 bytes
+ ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 0 -> 536176 bytes
+ ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 0 -> 690500 bytes
+ ...ints-desubroutinize-retain-gids.61,63,65,6B.otf | Bin 0 -> 529888 bytes
+ ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 0 -> 690564 bytes
+ ....drop-hints-desubroutinize-retain-gids.660E.otf | Bin 0 -> 612108 bytes
+ ...subroutinize.3042,3044,3046,3048,304A,304B.otf} | Bin 6076 -> 6096 bytes
+ ...subroutinize.3042,3044,3046,73E0,5EA6,8F38.otf} | Bin 6180 -> 6204 bytes
+ ...ular.drop-hints-desubroutinize.61,63,65,6B.otf} | Bin 5312 -> 5344 bytes
+ ...subroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf} | Bin 6248 -> 6268 bytes
+ ...ans-Regular.drop-hints-desubroutinize.660E.otf} | Bin 5140 -> 5120 bytes
+ ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 0 -> 536244 bytes
+ ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 0 -> 690596 bytes
+ ...-Regular.drop-hints-retain-gids.61,63,65,6B.otf | Bin 0 -> 529928 bytes
+ ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 0 -> 690768 bytes
+ ...HanSans-Regular.drop-hints-retain-gids.660E.otf | Bin 0 -> 612128 bytes
+ ...eHanSans-Regular.drop-hints.desubroutinize..otf | Bin 2188 -> 0 bytes
+ ...r.retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 0 -> 536436 bytes
+ ...r.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 0 -> 690860 bytes
+ ...urceHanSans-Regular.retain-gids.61,63,65,6B.otf | Bin 0 -> 530084 bytes
+ ...r.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 0 -> 691076 bytes
+ .../SourceHanSans-Regular.retain-gids.660E.otf     | Bin 0 -> 612236 bytes
+ .../data/profiles/desubroutinize-retain-gids.txt   |   2 +
+ .../drop-hints-desubroutinize-retain-gids.txt      |   3 ++
+ test/subset/data/tests/full-font.tests             |   6 +++
+ test/subset/data/tests/japanese.tests              |   6 +++
+ test/subset/subset_test_suite.py                   |   2 +-
+ 54 files changed, 36 insertions(+), 27 deletions(-)
+
+commit f2908b4d8f9b02ce06d3f648c3f08757797073b6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Jan 31 14:16:37 2019 -0800
+
+    Implement subset --regain-gids option with CFF1/2
+    
+    along with api tests & expected results
+
+ src/hb-subset-cff-common.cc                        |  17 +++-
+ src/hb-subset-cff-common.hh                        |  91 +++++++++++++--------
+ src/hb-subset-cff1.cc                              |  89 ++++++++++++--------
+ src/hb-subset-cff2.cc                              |  30 ++++---
+ test/api/fonts/AdobeVFPrototype.ac.retaingids.otf  | Bin 0 -> 7000 bytes
+ .../SourceHanSans-Regular.41,4C2E.retaingids.otf   | Bin 0 -> 2600 bytes
+ .../fonts/SourceSansPro-Regular.ac.retaingids.otf  | Bin 0 -> 1708 bytes
+ test/api/test-subset-cff1.c                        |  48 +++++++++++
+ test/api/test-subset-cff2.c                        |  24 ++++++
+ 9 files changed, 217 insertions(+), 82 deletions(-)
+
+commit 1e06282105a2d579aab32094cc7abc10ed231978
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 31 13:56:58 2019 -0800
+
+    Adjust hb_is_signed<>
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1535
+
+ src/hb-dsalgs.hh | 27 +++++++++------------------
+ 1 file changed, 9 insertions(+), 18 deletions(-)
+
+commit 21ea1c91529471c05e03b6db61df256f24fa23c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 31 13:49:18 2019 -0800
+
+    Remove stale comment
+
+ src/hb-dsalgs.hh | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit 9f80eb0177e527253818ad9171fc75fb565318cb
+Merge: b37990075 d14d2c20b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Jan 31 12:54:36 2019 -0800
+
+    Merge branch 'master' into cff-more-arrayof-fixes
+
+commit 2d940946d5af0e3869a2324b6e36ca8ea3698c48
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 30 16:03:16 2019 -0800
+
+    [iter] Fix mystery crash
+    
+    Fuzzer caught it:
+    
+    ==14==ERROR: AddressSanitizer: stack-use-after-return on address 0x7fca2ed7a3e0 at pc 0x0000006057aa bp 0x7ffc3290f1d0 sp 0x7ffc3290f1c8
+    READ of size 4 at 0x7fca2ed7a3e0 thread T0
+    SCARINESS: 55 (4-byte-read-stack-use-after-return)
+        #0 0x6057a9 in OT::SingleSubstFormat2::subset(hb_subset_context_t*) const /src/harfbuzz/src/./hb-ot-layout-gsub-table.hh:194:40
+        #1 0x5ff921 in hb_subset_context_t::return_t OT::SingleSubst::dispatch<hb_subset_context_t>(hb_subset_context_t*) const /src/harfbuzz/src/./hb-ot-layout-gsub-table.hh:256:13
+    
+    I can't reproduce locally, but many of the bots are failing because of this
+    as well.
+    
+    It's a pity that operator-> must return pointer.  Ugh.  Why?!
+
+ src/hb-iter.hh                 | 4 ++++
+ src/hb-ot-layout-gsub-table.hh | 4 ++--
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+commit d14d2c20b05c5acf0a6f9c6dc36a7b8d8966153e
+Merge: acf5f0a3a dc04261a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 30 18:36:57 2019 -0500
+
+    Merge pull request #1567 from googlefonts/fuzzer
+    
+    [subset] Update the subset fuzzer to get  options to use from test case.
+
+commit dc04261a5b8408bcfde16090ddf91568c3d8dae7
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jan 30 15:23:19 2019 -0800
+
+    [subset] Update the subset fuzzer to determine which options to use based on data in the fuzzing test case.
+    Add support for toggling retain_gids.
+
+ test/fuzzing/hb-subset-fuzzer.cc | 32 +++++++++++++++++++-------------
+ 1 file changed, 19 insertions(+), 13 deletions(-)
+
+commit 2e675d49f2f705a5b5d95574a5336d5e670a0fba
+Merge: ede117dc4 acf5f0a3a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 30 15:10:43 2019 -0800
+
+    Merge branch 'master' into iter
+
+commit acf5f0a3aff0e128509b0979f629edf0596fcee5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 30 15:10:23 2019 -0800
+
+    [configure] Fix up
+
+ configure.ac | 11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+commit ede117dc40d547cd457a420c9f7c9829cdb5f307
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 30 15:10:23 2019 -0800
+
+    [configure] Fix up
+
+ configure.ac | 11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+commit cbe2118c588622070612ba7ac7eae7496a092e3c
+Merge: 8b46c2d93 6b834c1c7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 30 15:07:09 2019 -0800
+
+    Merge branch 'master' into iter
+
+commit 6b834c1c76b867ef32747202a755255d2f360f1e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 30 15:06:22 2019 -0800
+
+    [configure] Print compiler version info in report
+
+ configure.ac | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 8b46c2d933b546a88799b08f4a74fd1285518ed5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 30 15:06:22 2019 -0800
+
+    [configure] Print compiler version info in report
+
+ configure.ac | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 4aa4eedfd5633ee84d37469c9625d12856dbc575
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 30 15:02:29 2019 -0800
+
+    [ci] Switch clang-O3-O0 bot to Ubuntu image
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1566
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7c292c0853140540f13f73d43ef7f7e0746e5f28
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 30 14:54:23 2019 -0800
+
+    [iter] Warning fix
+    
+    Not sure why I don't get it, but this warning:
+    
+    warning: base class ‘struct hb_iter_fallback_mixin_t<hb_array_t<const OT::UVSMapping>, const OT::UVSMapping&>’ should be explicitly initialized in the copy constructor [-Wextra]
+
+ src/hb-iter.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit a84b0145ea799c9452ecb97713689247955d30ff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 30 14:42:48 2019 -0800
+
+    [ci] Disable -Wunused-template on -Weverything bot
+    
+    ./hb-algs.hh:37:3: error: unused function template 'operator()' [-Werror,-Wunused-template]
+      operator () (const T& v) const { return v; }
+      ^
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d983c529b66b530715e9c813c69e699b1d8029d3
+Merge: 55d1d7c8b e6ffcc590
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 30 17:17:59 2019 -0500
+
+    Merge pull request #1564 from googlefonts/retain_gids
+    
+    [subset] Add --retain-gids option to the subsetter.
+
+commit 55d1d7c8bcd8d97c4e618e5dd21f13df50b10ce8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 30 13:54:15 2019 -0800
+
+    2.3.1
+
+ NEWS             | 7 +++++++
+ configure.ac     | 2 +-
+ src/hb-version.h | 4 ++--
+ 3 files changed, 10 insertions(+), 3 deletions(-)
+
+commit e799004e9f6821864b955a09673544d92e8b45e6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 29 17:15:12 2019 -0800
+
+    [iter] Whitespace
+
+ src/hb-iter.hh | 23 ++++++++++++++---------
+ 1 file changed, 14 insertions(+), 9 deletions(-)
+
+commit 849a0f1758b67eb3b4d864047b9df671e76404a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 29 17:10:19 2019 -0800
+
+    [iter] Add hb_iter_with_fallback_t instead
+
+ src/hb-array.hh            |  5 +----
+ src/hb-iter.hh             | 29 +++++++++++++----------------
+ src/hb-ot-layout-common.hh |  5 +----
+ src/hb-set.hh              |  5 +----
+ src/test-iter.cc           |  5 +----
+ 5 files changed, 17 insertions(+), 32 deletions(-)
+
+commit 4d40ed9d1a7a4f18af6710a1b8ba90257b8456a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 29 13:55:23 2019 -0800
+
+    [iter] Add hb_iter_with_mixin_t<>
+
+ src/hb-array.hh            |  5 +++--
+ src/hb-iter.hh             | 18 ++++++++++++++++--
+ src/hb-ot-layout-common.hh |  5 +++--
+ src/hb-set.hh              |  5 +++--
+ src/test-iter.cc           |  5 +++--
+ 5 files changed, 28 insertions(+), 10 deletions(-)
+
+commit 6521d5b201cb8df5a3c2657b4da703cf52472f81
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 29 13:44:39 2019 -0800
+
+    [iter] Export operator << / >>
+
+ src/hb-iter.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 84a25d79c649776a299526c087bf369a9705f89e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 29 13:39:19 2019 -0800
+
+    [iter] Rename
+
+ src/hb-array.hh            |  2 +-
+ src/hb-iter.hh             | 12 ++++++------
+ src/hb-ot-layout-common.hh |  2 +-
+ src/hb-set.hh              |  2 +-
+ src/test-iter.cc           |  2 +-
+ 5 files changed, 10 insertions(+), 10 deletions(-)
+
+commit e6ffcc5904ab88143cad0c7a7a4c990147af278b
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jan 28 18:12:19 2019 -0800
+
+    [subset] Add expected files for retain-gids integration tests.
+
+ ...oboto-Regular.abc.drop-hints-retain-gids.61,62,63.ttf | Bin 0 -> 924 bytes
+ .../Roboto-Regular.abc.drop-hints-retain-gids.61,63.ttf  | Bin 0 -> 856 bytes
+ .../Roboto-Regular.abc.drop-hints-retain-gids.61.ttf     | Bin 0 -> 744 bytes
+ .../Roboto-Regular.abc.drop-hints-retain-gids.62.ttf     | Bin 0 -> 712 bytes
+ .../Roboto-Regular.abc.drop-hints-retain-gids.63.ttf     | Bin 0 -> 716 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.61,62,63.ttf   | Bin 0 -> 2168 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.61,63.ttf      | Bin 0 -> 1996 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.61.ttf         | Bin 0 -> 1808 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.62.ttf         | Bin 0 -> 1756 bytes
+ .../basics/Roboto-Regular.abc.retain-gids.63.ttf         | Bin 0 -> 1732 bytes
+ test/subset/data/profiles/retain-gids.txt                |   1 -
+ 11 files changed, 1 deletion(-)
+
+commit 198859bb3702e45cb271dd51b7231f10d01576be
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jan 28 18:10:56 2019 -0800
+
+    [subset] For retain gids don't truncate glyphs past the highest requested subset glyph.
+
+ src/hb-subset-plan.cc | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 490d52f908aaa4722e71a4a682de20e94d89ad00
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jan 28 17:43:42 2019 -0800
+
+    [subset] Add retain-gids option to hb-subset executable.
+
+ util/hb-subset.cc | 1 +
+ util/options.cc   | 1 +
+ util/options.hh   | 2 ++
+ 3 files changed, 4 insertions(+)
+
+commit a903f9c228d1f3e8065f89de16e50027d6018e58
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jan 28 17:43:11 2019 -0800
+
+    [subset] Add some subsetting integration tests covering retain gids.
+
+ test/subset/data/profiles/drop-hints-retain-gids.txt | 2 ++
+ test/subset/data/profiles/retain-gids.txt            | 2 ++
+ test/subset/data/tests/basics.tests                  | 2 ++
+ 3 files changed, 6 insertions(+)
+
+commit 05e99c86baa0e95c2bff1c87d601eaf022c9d1f8
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jan 28 17:05:04 2019 -0800
+
+    [subset] A few small fixes for the new subset plan api.
+
+ src/hb-ot-hdmx-table.hh | 6 +++---
+ src/hb-ot-hmtx-table.hh | 9 +++------
+ src/hb-subset.cc        | 2 +-
+ 3 files changed, 7 insertions(+), 10 deletions(-)
+
+commit bdbe047d6ce3d8873c6740500d38d1b0c4e851f8
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jan 28 16:59:15 2019 -0800
+
+    [subset] Update hb-subset-plan.cc to match hb-subset-plan.hh.
+
+ src/hb-subset-plan.cc | 20 ++++++++++----------
+ src/hb-subset-plan.hh |  1 -
+ 2 files changed, 10 insertions(+), 11 deletions(-)
+
+commit 74c44ffebafe7758937d82524758be8bb4ecc4e2
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jan 28 16:53:01 2019 -0800
+
+    [subset] Update hb-subset-glyf.cc to use new hb-subset-plan API.
+
+ src/hb-subset-glyf.cc | 57 ++++++++++++++++++++-------------------------------
+ 1 file changed, 22 insertions(+), 35 deletions(-)
+
+commit 4842294b861b9fe322c811abef0ebb0553be2bf0
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jan 28 16:51:27 2019 -0800
+
+    [subset] Update gsub to use glyphset() method of subset plan.
+
+ src/hb-ot-layout-gsub-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 853b1f1aa5489b8439c41c30be77ed042c8c89e5
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jan 28 16:50:56 2019 -0800
+
+    [subset] Correct maxp num glyph's to use new subset plan method.
+
+ src/hb-ot-maxp-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 846e05a298bc088f2cd2fe53b75ca531916a56f8
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jan 28 16:50:20 2019 -0800
+
+    [subset] Re-add glyphs array to subset plan, with new name 'glyphs_deprecated'. Switch CFF subsetting to use it.
+
+ src/hb-subset-cff1.cc | 36 ++++++++++++++++++------------------
+ src/hb-subset-cff2.cc | 12 ++++++------
+ src/hb-subset-plan.hh |  3 +++
+ 3 files changed, 27 insertions(+), 24 deletions(-)
+
+commit 03e88eab5c0f8775ccffc0925532748140d93470
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jan 28 16:15:06 2019 -0800
+
+    Re-implement HMTX/VMTX subsetting. Update it to support glyph renumbering and simplify the implementation.
+
+ src/hb-ot-hmtx-table.hh | 99 +++++++++++++++++++++++++------------------------
+ src/hb-subset-plan.cc   |  2 +-
+ src/hb-subset-plan.hh   |  2 +-
+ 3 files changed, 53 insertions(+), 50 deletions(-)
+
+commit 925be2922348336335a96d84e606d4bdd9a11110
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jan 25 18:04:41 2019 -0800
+
+    Update hb-ot-vorg-table and hb-ot-layout-common to use the updated subset plan api.
+
+ src/hb-ot-layout-common.hh |  4 ++--
+ src/hb-ot-vorg-table.hh    | 30 +++++++++++++++++++-----------
+ 2 files changed, 21 insertions(+), 13 deletions(-)
+
+commit 4af3be6ef8654ae05b331941e6e690ac197fd144
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jan 25 18:03:47 2019 -0800
+
+    Remove glyph array from subset plan, make num_glyphs and glyphset private.
+
+ src/hb-subset-plan.hh | 51 +++++++++++++++++++++++++++++++++++++++++----------
+ 1 file changed, 41 insertions(+), 10 deletions(-)
+
+commit 23f364429dc9350ee06146bdf0ff73d7035e1d71
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jan 18 18:33:21 2019 -0800
+
+    [subset] Fix hdmx subsetting when retain gids is enabled.
+
+ src/hb-ot-hdmx-table.hh | 19 +++++++++++--------
+ src/hb-subset-plan.cc   | 10 ++++++++++
+ src/hb-subset-plan.hh   | 16 +++++++++++++++-
+ 3 files changed, 36 insertions(+), 9 deletions(-)
+
+commit 2da1654aefbe4f8e5f1320f1c061adbf90963951
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jan 18 17:49:35 2019 -0800
+
+    [subset] Compute num_glyphs during subset plan construction.
+    Update maxp to use the correct num glyphs.
+
+ src/hb-ot-maxp-table.hh |  2 +-
+ src/hb-subset-glyf.cc   |  6 +-----
+ src/hb-subset-plan.cc   | 16 +++++++++++++---
+ src/hb-subset-plan.hh   |  1 +
+ 4 files changed, 16 insertions(+), 9 deletions(-)
+
+commit ccc59dc6121e98ed8d610350b43218e540f61f25
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jan 18 17:36:32 2019 -0800
+
+    [subset] Add unit test for glyf subsetting and retain gids.
+
+ test/api/fonts/Roboto-Regular.ac.retaingids.ttf | Bin 0 -> 2284 bytes
+ test/api/test-subset-glyf.c                     |  26 ++++++++++++++++++++++++
+ 2 files changed, 26 insertions(+)
+
+commit 96b038f375bcfcfdf76c75200ca02758ea7a4ff6
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jan 18 16:41:08 2019 -0800
+
+    [subset] fix failure to init instruction ranges values for an invalid glyph.
+
+ src/hb-subset-glyf.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 4b1ac3a2fa0a5842b5d45d287fe33e5050ffda3f
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jan 18 15:11:26 2019 -0800
+
+    [subset] Do some refactoring in hb-subset-glyf.cc.
+    - Extract code out into helper methods in several places.
+    - Bundle loca address, size and is short into a struct.
+
+ src/hb-subset-glyf.cc | 264 ++++++++++++++++++++++++++++----------------------
+ 1 file changed, 148 insertions(+), 116 deletions(-)
+
+commit b7f971884ed838636be85de216bf60ca4a28ccb9
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jan 17 18:55:56 2019 -0800
+
+    Add retain_gids option to subset input. Update glyf and loca handling to respect retain_gids.
+
+ src/hb-subset-glyf.cc  | 39 ++++++++++++++++++++++++++++++---------
+ src/hb-subset-input.cc | 27 +++++++++++++++++++++++++++
+ src/hb-subset-input.hh |  1 +
+ src/hb-subset-plan.cc  | 14 ++++++++++----
+ src/hb-subset.h        |  6 ++++++
+ 5 files changed, 74 insertions(+), 13 deletions(-)
+
+commit b3799007554f2909170df941b07c72f7dc02dfcd
+Merge: c68564438 fe5329231
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Jan 29 12:19:57 2019 -0800
+
+    Merge branch 'master' into cff-more-arrayof-fixes
+
+commit e75b22039f4129b5057f4b175c9e9d79634b1728
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 28 21:26:23 2019 -0500
+
+    Move hb_addressof() to hb-meta.hh
+
+ src/hb-algs.hh | 12 ------------
+ src/hb-iter.hh |  1 -
+ src/hb-meta.hh | 14 +++++++++++++-
+ src/hb.hh      |  2 +-
+ 4 files changed, 14 insertions(+), 15 deletions(-)
+
+commit 6cf25c2971aa9a7471b1cc00176ef36e9acacad4
+Merge: 71157a452 fe5329231
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 28 21:23:28 2019 -0500
+
+    Merge branch 'master' into iter
+
+commit 71157a4520ae5cdbbeb197a979ae02b484856686
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 28 21:20:12 2019 -0500
+
+    [meta] Remove _ft struct names
+    
+    Using decltype() instead.
+
+ src/hb-algs.hh | 8 ++++----
+ src/hb-iter.hh | 2 +-
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 9103bd056fadd73eab2531f632790920ce602f18
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 28 21:16:51 2019 -0500
+
+    [pair] Use decltype
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit fe532923101586e316b300d419a337d357cd93da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 28 20:47:58 2019 -0500
+
+    [CI] Peg CircleCI badge link to master branch
+    
+    [skip ci]
+
+ README.md | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9569819e24f72926a5b26e4c8a86d815c0132745
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 28 20:43:43 2019 -0500
+
+    [ci] Peg build status badges to master branch
+    
+    [skip ci]
+
+ README.md | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 1e29906a77c275c34a440a416654a514810485e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 28 20:38:15 2019 -0500
+
+    Switch README / README.md
+    
+    [skip ci]
+
+ README    | 19 +------------------
+ README.md | 19 ++++++++++++++++++-
+ 2 files changed, 19 insertions(+), 19 deletions(-)
+
+commit a30e13469e6d3ec6ff412211722d26f70a97e261
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 28 16:39:01 2019 -0500
+
+    [iter] Add operator << to set / vector
+
+ src/hb-set.hh    | 3 +++
+ src/hb-vector.hh | 3 +++
+ 2 files changed, 6 insertions(+)
+
+commit d438e610420d931a203b31332cf74d7e0f9dd3f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 28 16:34:04 2019 -0500
+
+    [iter] Fix operator() impls
+
+ src/hb-map.hh              | 5 +++--
+ src/hb-ot-layout-common.hh | 8 +++++---
+ src/hb-set.hh              | 3 ++-
+ 3 files changed, 10 insertions(+), 6 deletions(-)
+
+commit 57795bc8dd6a9ee894c2abb8633c271876b5f596
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 28 16:23:12 2019 -0500
+
+    [iter] Add operator>> and operator<<
+
+ src/hb-iter.hh   | 4 ++++
+ src/test-iter.cc | 4 ++++
+ 2 files changed, 8 insertions(+)
+
+commit 8bd96be9940ca73e45138172f9f4178190566225
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 28 16:17:36 2019 -0500
+
+    [iter] Use auto c = C.iter() internally
+
+ src/hb-iter.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 073fa4ac5aff4ee72bbb38676bd351b5aa1ec167
+Merge: d592bd16c 9a1df82e3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 28 14:35:41 2019 -0500
+
+    Merge branch 'master' into iter
+
+commit 9a1df82e3f13fbd4488ee9955814bbb5d0957074
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 28 14:15:18 2019 -0500
+
+    [uniscribe] Whitelist function type cast
+
+ src/hb-uniscribe.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 6e1c3eaf7005d06c89f0807f693aadd835aa0468
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 28 14:12:41 2019 -0500
+
+    Fix sign comparison error
+
+ src/hb-open-file.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 9db7a7da6339eacbb6c699fa1939bbd7e9e148f5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 28 14:09:59 2019 -0500
+
+    Fix warning
+    
+    c:\projects\harfbuzz\src\hb-ot-color-cbdt-table.hh(59): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
+
+ src/hb-ot-color-cbdt-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 51b584880e550545ced3aa8ba4ccad3cf79bb53e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 28 14:09:45 2019 -0500
+
+    [pragma] Silence MSVC unknown-pragma warning
+
+ src/hb.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit d592bd16cd6c5ad1ee351d90d213ee2a1ea71b05
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 28 13:41:40 2019 -0500
+
+    Try fixing MSVC build
+
+ src/hb-algs.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 0363ce650b6085f62e66aff4639aa203fa17d419
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 27 01:03:56 2019 +0100
+
+    [iter] Accept C arrays in hb_iter()
+
+ src/hb-array.hh  |  4 +---
+ src/hb-iter.hh   | 11 +++++++++++
+ src/test-iter.cc |  5 ++++-
+ 3 files changed, 16 insertions(+), 4 deletions(-)
+
+commit b62e7f9223a6369768bde2500efe1bd1d27a0ea2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 27 00:51:43 2019 +0100
+
+    [test] Test unary operator+
+    
+    "Test" as in compiles..
+
+ src/test-iter.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 778c96b8d7b86ae2a0fe944f499fa4a57c12e365
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 27 00:50:54 2019 +0100
+
+    [iter] Fix hb_iter()
+
+ src/hb-algs.hh   |  4 ----
+ src/hb-iter.hh   | 10 +++++++---
+ src/test-iter.cc |  2 +-
+ 3 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 2f5b1a9104e5f4a14aa77a2f4c3c6e1c2837500c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 27 00:49:37 2019 +0100
+
+    [iter] Add unary operator+ that returns a copy
+
+ src/hb-iter.hh   | 1 +
+ src/test-iter.cc | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit fbab07f9b3dac90ce2136506f72879335193fc02
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 27 00:44:45 2019 +0100
+
+    [iter] Add hb_bool() and make hb_filter default to it for predicate
+
+ src/hb-algs.hh   |  6 ++++++
+ src/hb-iter.hh   |  4 ++--
+ src/test-iter.cc | 10 +++++++++-
+ 3 files changed, 17 insertions(+), 3 deletions(-)
+
+commit 313d63e240736bfe7c312133fe8c09ccff428d52
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 26 22:58:26 2019 +0100
+
+    [meta] Back to using _ft suffix for function-object types
+    
+    Seprate namespace, cleaner, more clear.
+
+ src/hb-algs.hh | 6 +++---
+ src/hb-iter.hh | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 2aff6d9625673062b1129e2af5b7d029f7622e71
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 26 22:54:25 2019 +0100
+
+    [iter] Test that default-constructed iterators are empty
+
+ src/test-iter.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit f35e7eabf10d99c2a4ddab054cf89f3da359e7a8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 26 22:50:00 2019 +0100
+
+    pragma GCC diagnostic error   "-Winjected-class-name"
+    
+    See 6b6783e1588ebe5772a1edc19552219e9d931bda
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 509353357c220a3a60910b70b3a90ea8fa6a14a8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 26 22:47:35 2019 +0100
+
+    [iter] Use hb_declval() instead of Null() to get instance
+    
+    I had used Null to make one of the bots happy before.  Not going
+    to bend to such demands anymore..
+
+ src/hb-iter.hh | 3 +--
+ src/hb.hh      | 2 +-
+ 2 files changed, 2 insertions(+), 3 deletions(-)
+
+commit 6b6783e1588ebe5772a1edc19552219e9d931bda
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 26 22:44:09 2019 +0100
+
+    [iter/meta] Fix build on newer clang
+    
+    The mystery failure had to do with SFINAE failure because the template
+    function involved was accessing ::iter_t of a type that was also named iter_t.
+    In this context, apparently:
+    
+    warning: ISO C++ specifies that qualified reference to 'iter_t' is a
+    constructor name rather than a type in this context, despite preceding 'typename' keyword
+    [-Winjected-class-name]
+    
+    We use a new macro, also called hb_iter_t(), to get iterator type of
+    a type.  This uses declval/hb_decltype, and has the added benefit
+    that it returns correct type for const vs non-const objects, if they
+    have different iterators.
+
+ src/hb-iter.hh | 22 ++++++++++++----------
+ 1 file changed, 12 insertions(+), 10 deletions(-)
+
+commit 5adb113bafb2cf10ea768ff7a15ad4e6a1270a29
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 26 22:15:59 2019 +0100
+
+    [meta] Mark function-objects as const
+
+ src/hb-algs.hh | 6 +++---
+ src/hb-iter.hh | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit ac90f17c552e5264ad0a9d17c50fac9008d6ebe7
+Merge: 090fe56dc 60022ecce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 26 14:05:39 2019 +0100
+
+    Merge branch 'master' into iter
+
+commit 60022ecced202760daa7f75516bba6a4689a49de
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 26 14:04:51 2019 +0100
+
+    Fix -Wcast-function-type warnings in util/ with gcc 4.8
+
+ src/hb.hh       | 1 +
+ util/options.hh | 5 ++++-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit a9321cb5f88cae1dafbd623b8bf7c68a82a3c211
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 25 16:11:45 2019 +0100
+
+    Fix mac test
+
+ test/shaping/data/in-house/tests/macos.tests | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f39809752909f193a9c60f4357a88ea1c3ce1162
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 25 16:08:25 2019 +0100
+
+    More static constexpr
+
+ src/hb-machinery.hh  | 10 +++++-----
+ src/hb-set-digest.hh | 14 +++++++-------
+ 2 files changed, 12 insertions(+), 12 deletions(-)
+
+commit 090fe56dc6ef5f7afa297f2cb200418a520a2026
+Merge: 21c0713a1 06358ae97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 25 15:34:03 2019 +0100
+
+    Merge branch 'master' into iter
+
+commit 06358ae9746ae72c0917e8a5f294d14fd695f380
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 25 15:11:47 2019 +0100
+
+    [AAT] Add test for recent Ligature stack fix, using Zapfino on Mac
+
+ test/shaping/data/in-house/tests/macos.tests | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit c685644386d1c88d6df6e024e56d61c792d94418
+Merge: 0bd0a3311 e970de48b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Jan 24 13:19:18 2019 -0800
+
+    Merge branch 'master' into cff-more-arrayof-fixes
+
+commit e970de48bcbdccd29350f331288c0a98f7846c16
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 24 18:16:17 2019 +0100
+
+    [AAT] Minor sign
+
+ src/hb-aat-layout-morx-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a371a28cda23805cbea22867e0a3ed53ecb811ed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 24 18:12:25 2019 +0100
+
+    [AAT] Use a ring buffer for ligature stack
+    
+    I think Apple does very similarly, but probably with a stack size of 16.
+    We do it with a stack size that is currently set to 64.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1531
+
+ src/hb-aat-layout-morx-table.hh | 15 ++++++---------
+ 1 file changed, 6 insertions(+), 9 deletions(-)
+
+commit 7886b1578fceee368ae5afe206ff98f50e1c42e3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 24 18:06:17 2019 +0100
+
+    Whitespace
+
+ src/hb-aat-layout-morx-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b976940243bf1f174bd6abb85955789ef2631d24
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 24 18:01:07 2019 +0100
+
+    [AAT] Handle transition errors during machine operation
+    
+    Before we used to give up.  Now, just ignore error and continue processing.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1531
+
+ src/hb-aat-layout-common.hh     |  3 +--
+ src/hb-aat-layout-kerx-table.hh | 21 +++++++--------------
+ src/hb-aat-layout-morx-table.hh | 34 +++++++++++++---------------------
+ 3 files changed, 21 insertions(+), 37 deletions(-)
+
+commit 0bd0a3311cfded5ffa4d9d488d404558cf65e8ed
+Merge: 12cd3171b f60282c5b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Jan 24 08:53:28 2019 -0800
+
+    Merge branch 'master' into cff-more-arrayof-fixes
+
+commit e234bb6a428cd6c8ddf57eb078cd51b9d1f25ba8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 24 17:23:11 2019 +0100
+
+    [AAT] Ignore machine errors and continue
+
+ src/hb-aat-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1ec90514f69efc329691186466f62373efa863b1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 24 17:21:41 2019 +0100
+
+    [AAT] Minor
+
+ src/hb-aat-layout-common.hh     | 12 ++++----
+ src/hb-aat-layout-kerx-table.hh | 38 +++++++++++------------
+ src/hb-aat-layout-morx-table.hh | 68 ++++++++++++++++++++---------------------
+ 3 files changed, 59 insertions(+), 59 deletions(-)
+
+commit 299eca0c3b28c99add006420bc667431d874fb2e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 24 17:17:00 2019 +0100
+
+    [AAT] Handle out-of-bounds classes
+
+ src/hb-aat-layout-common.hh | 13 ++++++-------
+ 1 file changed, 6 insertions(+), 7 deletions(-)
+
+commit c4623db4a3f963394db940449007fa3312460993
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 24 17:10:12 2019 +0100
+
+    [AAT] Minor
+
+ src/hb-aat-layout-common.hh | 11 ++++-------
+ 1 file changed, 4 insertions(+), 7 deletions(-)
+
+commit c4e36f97b6df1eb5fba588b09ae1630bb5c49589
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 24 17:06:16 2019 +0100
+
+    [AAT] Minor
+
+ src/hb-aat-layout-common.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit f60282c5bff4a317ba3180e3519274963c6e8849
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 24 16:29:09 2019 +0100
+
+    More pragma control
+    
+    Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=924848
+
+ src/hb.hh | 16 +++++++++++++++-
+ 1 file changed, 15 insertions(+), 1 deletion(-)
+
+commit fd0889f903ac1ba2da06e77eed8424395ea85a90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 24 16:12:52 2019 +0100
+
+    Comment
+
+ src/hb-ot-shape.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 00f06d1aa61e9a6d01b5943ce55ba2b0c40237ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 24 16:11:05 2019 +0100
+
+    Fix test
+
+ test/shaping/data/in-house/tests/cluster.tests | 1 -
+ test/shaping/data/in-house/tests/emoji.tests   | 3 ++-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 9f314177336f9551756944e0e555614c9189c7a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 24 16:08:33 2019 +0100
+
+    Form cluster for Emoji sub-region tag sequences
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1556
+
+ src/hb-ot-shape.cc                                       |  13 +++++++++++++
+ .../fonts/8d9c4b193808b8bde94389ba7831c1fc6f9e794e.ttf   | Bin 0 -> 1548 bytes
+ test/shaping/data/in-house/tests/cluster.tests           |   1 +
+ 3 files changed, 14 insertions(+)
+
+commit 5034f8f2ab8f53eb0395e6f6ce2f8da69a08460d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 24 12:50:38 2019 +0100
+
+    Fix macos tests with previous commit
+
+ test/shaping/data/in-house/tests/macos.tests | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 3ecda71041a7239ca37ec7b888809efe8f595a19
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 24 12:08:23 2019 +0100
+
+    Adjust mark offsets when zeroing from fallback mark positioning code
+    
+    Adjust tests.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1532
+
+ src/hb-ot-shape-fallback.cc                        | 31 +++++++++++++++-------
+ src/hb-ot-shape-fallback.hh                        |  3 ++-
+ src/hb-ot-shape.cc                                 |  3 ++-
+ .../in-house/tests/arabic-fallback-shaping.tests   |  2 +-
+ test/shaping/data/in-house/tests/cluster.tests     |  2 +-
+ .../data/in-house/tests/fallback-positioning.tests |  4 +--
+ 6 files changed, 30 insertions(+), 15 deletions(-)
+
+commit 12cd3171ba3b84eff9f359778fabcab8f66ce36e
+Merge: 261a74218 36fb2b4da
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Jan 23 14:05:42 2019 -0800
+
+    Merge branch 'master' into cff-more-arrayof-fixes
+
+commit 261a7421814d83f84d8def046b7108a245347461
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Jan 23 14:04:29 2019 -0800
+
+    more rewriting with ArrayOf<>
+    
+    CFF1 Encoding0, Encoding1, CFF1SuppEncData
+
+ src/hb-ot-cff1-table.hh | 51 +++++++++++++++++++++++--------------------------
+ 1 file changed, 24 insertions(+), 27 deletions(-)
+
+commit 36fb2b4da9718a86978fa07c99ba4345f7ca9b4b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 23 20:53:57 2019 +0100
+
+    [AAT] In InsertionChain, set mark to previous-position if inserting
+    
+    Fixes MORX-31
+
+ src/hb-aat-layout-morx-table.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit cbe0ed117ac86179183c389977d15981d26524f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 23 20:45:18 2019 +0100
+
+    [AAT] Re-enable tests MORX-31 and MORX-41
+
+ test/shaping/data/text-rendering-tests/DISABLED         | 3 ---
+ test/shaping/data/text-rendering-tests/Makefile.sources | 2 ++
+ 2 files changed, 2 insertions(+), 3 deletions(-)
+
+commit baf4d6a68a031bf65e17ccd5dac15fe7d0df33b6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 23 20:36:07 2019 +0100
+
+    [AAT] Remove mark_set from InsertionChain
+
+ src/hb-aat-layout-morx-table.hh | 7 +------
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+commit 410731d3fb678365c07a4d1745b72b6bb3142b70
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 23 20:30:48 2019 +0100
+
+    [test/text-rendering-tests] Update from upstream
+
+ test/shaping/data/text-rendering-tests/extract-tests.py    | 2 +-
+ test/shaping/data/text-rendering-tests/tests/MORX-14.tests | 2 +-
+ test/shaping/data/text-rendering-tests/tests/MORX-32.tests | 8 ++++----
+ test/shaping/data/text-rendering-tests/tests/MORX-41.tests | 4 ++--
+ 4 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 0b2fa342de88bbe609b2147444e56c94680cbd38
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 22 16:36:00 2019 +0100
+
+    More of previous
+
+ src/hb-subset-cff1.cc | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit a5e5dd8b42b40c3647e06e6bb62580af77bed42b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 22 16:30:07 2019 +0100
+
+    Fix sign-compare error resulted from promoting unsigned integers to signed larger ints
+    
+    Clang and gcc know not to warn in these cases, but not nonmainstream compilers
+
+ src/hb-subset-cff2.cc | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 32379bbf10726bb7ed2e507d0a6b5917c350e056
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 22 12:55:29 2019 +0100
+
+    Cast HB_UNTAG results to uint8_t
+
+ src/hb-common.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 83d4aa5ca9a39dbe66db9b81b34f5b568503bd7e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 22 12:52:23 2019 +0100
+
+    More -Wcast-error fix
+
+ src/hb-dsalgs.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 447323b85a7b68bd41561a87c91431cd05227b97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 22 12:45:40 2019 +0100
+
+    Better fix for -Wcast-align errors
+
+ src/hb-font.cc          | 33 +++++++++------------------------
+ src/hb-ft.cc            | 14 ++++----------
+ src/hb-machinery.hh     | 16 ++++++++++++++++
+ src/hb-ot-cmap-table.hh |  7 ++-----
+ src/hb-ot-font.cc       | 14 ++++----------
+ 5 files changed, 35 insertions(+), 49 deletions(-)
+
+commit 81ec543d800c4a94b5e608fd87e84d33d7dae8ac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 22 12:43:12 2019 +0100
+
+    More -Wcast-error fixes
+
+ src/hb-font.cc    | 8 ++++----
+ src/hb-ft.cc      | 2 +-
+ src/hb-ot-font.cc | 4 ++--
+ 3 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 90772725493108c79487a67620f0240e5d68f4ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 22 12:40:18 2019 +0100
+
+    pragma GCC diagnostic error   "-Wsign-compare"
+
+ src/hb.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8d05bf7dc0094e75be07ca1f7ef852a1e45d0687
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 22 12:34:05 2019 +0100
+
+    Fix cast-align error
+    
+    If compiler doesn't inline StructAtOffset, this was an error since we
+    only disable cast-align at call-site.  So, move the cast out.
+    
+    ../src/hb-machinery.hh: In instantiation of 'const Type& StructAtOffset(const void*, unsigned int) [with Type = unsigned int]':
+    ../src/hb-font.cc:146:85:   required from here
+    ../src/hb-machinery.hh:63:12: error: cast from 'const char*' to 'const unsigned int*' increases required alignment of target type [-Werror=cast-align]
+     { return * reinterpret_cast<const Type*> ((const char *) P + offset); }
+                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+    ../src/hb-machinery.hh: In instantiation of 'Type& StructAtOffset(void*, unsigned int) [with Type = unsigned int]':
+    ../src/hb-font.cc:147:79:   required from here
+    ../src/hb-machinery.hh:66:12: error: cast from 'char*' to 'unsigned int*' increases required alignment of target type [-Werror=cast-align]
+     { return * reinterpret_cast<Type*> ((char *) P + offset); }
+                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+ src/hb-font.cc          | 8 ++++----
+ src/hb-ft.cc            | 6 +++---
+ src/hb-ot-cmap-table.hh | 4 ++--
+ src/hb-ot-font.cc       | 4 ++--
+ 4 files changed, 11 insertions(+), 11 deletions(-)
+
+commit b270cee6c5800c019aafb55e9ca9d7e92a92d3ec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 22 12:29:05 2019 +0100
+
+    [CI] Remove gcc 4.2 bots
+    
+    We don't support that version anymore.
+
+ .circleci/config.yml | 25 -------------------------
+ 1 file changed, 25 deletions(-)
+
+commit 70a52d6bd8c45630ca90e945fc4d716fe9114010
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 22 12:15:23 2019 +0100
+
+    Convert all other enum class consts to static constexpr
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1553
+
+ src/hb-cff-interp-common.hh |  2 +-
+ src/hb-iter.hh              |  2 +-
+ src/hb-machinery.hh         | 12 ++++++------
+ src/hb-open-type.hh         |  8 ++++----
+ src/hb-set-digest.hh        |  4 ++--
+ src/hb-set.hh               | 10 +++++-----
+ src/hb-vector.hh            |  2 +-
+ 7 files changed, 20 insertions(+), 20 deletions(-)
+
+commit 5d4b0377b99ddc4112b8ffb2b787eac0b383081c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 22 12:11:24 2019 +0100
+
+    Convert unsigned enum class consts to static constexpr
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1553
+
+ src/hb-aat-layout-common.hh     | 6 +++---
+ src/hb-aat-layout-kerx-table.hh | 2 +-
+ src/hb-buffer.hh                | 2 +-
+ src/hb-open-type.hh             | 2 +-
+ src/hb-ot-kern-table.hh         | 4 ++--
+ src/hb-ot-layout-common.hh      | 2 +-
+ src/hb-ot-layout.cc             | 4 ++--
+ 7 files changed, 11 insertions(+), 11 deletions(-)
+
+commit ef00654962204ae706b276871e2b6758fbbf69e0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 22 12:08:57 2019 +0100
+
+    Convert tag enum class consts to static constexpr
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1553
+
+ src/hb-aat-fdsc-table.hh        |  2 +-
+ src/hb-aat-layout-ankr-table.hh |  2 +-
+ src/hb-aat-layout-bsln-table.hh |  2 +-
+ src/hb-aat-layout-feat-table.hh |  2 +-
+ src/hb-aat-layout-just-table.hh |  2 +-
+ src/hb-aat-layout-kerx-table.hh |  2 +-
+ src/hb-aat-layout-lcar-table.hh |  2 +-
+ src/hb-aat-layout-morx-table.hh |  6 +++---
+ src/hb-aat-layout-trak-table.hh |  2 +-
+ src/hb-aat-ltag-table.hh        |  2 +-
+ src/hb-ot-cff1-table.hh         |  2 +-
+ src/hb-ot-cff2-table.hh         |  2 +-
+ src/hb-ot-cmap-table.hh         |  2 +-
+ src/hb-ot-color-cbdt-table.hh   |  4 ++--
+ src/hb-ot-color-colr-table.hh   |  2 +-
+ src/hb-ot-color-cpal-table.hh   |  2 +-
+ src/hb-ot-color-sbix-table.hh   |  2 +-
+ src/hb-ot-color-svg-table.hh    |  2 +-
+ src/hb-ot-gasp-table.hh         |  2 +-
+ src/hb-ot-glyf-table.hh         |  4 ++--
+ src/hb-ot-hdmx-table.hh         |  2 +-
+ src/hb-ot-head-table.hh         |  2 +-
+ src/hb-ot-hhea-table.hh         |  4 ++--
+ src/hb-ot-hmtx-table.hh         | 12 ++++++------
+ src/hb-ot-kern-table.hh         |  6 +++---
+ src/hb-ot-layout-base-table.hh  |  2 +-
+ src/hb-ot-layout-gdef-table.hh  |  2 +-
+ src/hb-ot-layout-gpos-table.hh  |  2 +-
+ src/hb-ot-layout-gsub-table.hh  |  2 +-
+ src/hb-ot-layout-jstf-table.hh  |  2 +-
+ src/hb-ot-math-table.hh         |  2 +-
+ src/hb-ot-maxp-table.hh         |  2 +-
+ src/hb-ot-name-table.hh         |  2 +-
+ src/hb-ot-os2-table.hh          |  2 +-
+ src/hb-ot-post-table.hh         |  2 +-
+ src/hb-ot-stat-table.hh         |  2 +-
+ src/hb-ot-var-avar-table.hh     |  2 +-
+ src/hb-ot-var-fvar-table.hh     |  2 +-
+ src/hb-ot-var-hvar-table.hh     |  8 ++++----
+ src/hb-ot-var-mvar-table.hh     |  2 +-
+ src/hb-ot-vorg-table.hh         |  2 +-
+ 41 files changed, 56 insertions(+), 56 deletions(-)
+
+commit 39e1b6d03f71ccb8f18d64dfbff64acfaf02970b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 22 12:07:43 2019 +0100
+
+    Convert boolean enum class consts to static constexpr
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1553
+
+ src/hb-aat-layout-common.hh     |  4 ++--
+ src/hb-aat-layout-kerx-table.hh |  4 ++--
+ src/hb-aat-layout-morx-table.hh |  8 ++++----
+ src/hb-dsalgs.hh                | 16 ++++++++--------
+ src/hb-ot-kern-table.hh         |  4 ++--
+ src/hb-ot-layout.cc             |  4 ++--
+ 6 files changed, 20 insertions(+), 20 deletions(-)
+
+commit 271cb7c1c0f49c7af786daa5d5310b9f08142148
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 22 12:05:35 2019 +0100
+
+    Make some enum constants unsigned
+
+ src/hb-aat-layout-common.hh | 6 +++---
+ src/hb-buffer.hh            | 2 +-
+ src/hb-ot-layout.cc         | 8 ++++----
+ 3 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 3d9a6e62662fb769e0f785fa7a43df806988d2a2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 22 12:02:06 2019 +0100
+
+    Whitespace
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c81f02fd06fcbc4426c9e3255833f8d7057cc97a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 22 12:00:44 2019 +0100
+
+    pragma GCC diagnostic error   "-Wvla"
+
+ src/hb.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ff98109455bfbf92f7633262bc570b05d15d5d01
+Author: Alfie John <alfie@alfie.wtf>
+Date:   Tue Jan 22 19:58:36 2019 +1100
+
+    Fix grammar
+
+ docs/usermanual-clusters.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e9c0f5e714cc62bcf6349b86b13e1c031f9bb764
+Author: Alfie John <alfie@alfie.wtf>
+Date:   Tue Jan 22 00:03:02 2019 +0000
+
+    Grammar fix
+
+ docs/usermanual-clusters.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 789396ed6bf2c76c1bb955e80efb43f75e3c61d2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 20 20:09:10 2019 -0500
+
+    Remove wrongly added files
+
+ test/api/test-ot-extents-cff                        | Bin 8574336 -> 0 bytes
+ .../test-ot-extents-cff.dSYM/Contents/Info.plist    |  20 --------------------
+ .../Contents/Resources/DWARF/test-ot-extents-cff    | Bin 7650053 -> 0 bytes
+ 3 files changed, 20 deletions(-)
+
+commit 380c3cffb9353083913a3bb505c2c62367613096
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 20 19:51:08 2019 -0500
+
+    Use enum for class constant
+
+ src/hb-cff-interp-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6d042a18e7079e07a2b2f465a6a56483a42ef189
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 20 19:49:59 2019 -0500
+
+    [CFF] Use enum for tableTag
+
+ src/hb-ot-cff1-table.hh | 2 +-
+ src/hb-ot-cff2-table.hh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit c1cbbb94595641f0609cc8d2dbe8415540c10f77
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 20 19:47:52 2019 -0500
+
+    Use static constexpr for large class constants
+
+ src/hb-map.hh | 2 +-
+ src/hb-set.hh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 30ae62779f1a68c5657ab27bc7e77496ba8a906c
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Mon Jan 21 16:44:48 2019 +0200
+
+    Regular spaces will do
+
+ docs/usermanual-getting-started.xml | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit ed62551d67ac5bb8dbfaf3fa5eb51013157b214a
+Author: Alfie John <alfie@alfie.wtf>
+Date:   Mon Jan 21 05:00:01 2019 +0000
+
+    Adding leading space for code example
+
+ docs/usermanual-getting-started.xml | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 3e332544db35ca08de767ecab01b489a9905c559
+Author: Alfie John <alfie@alfie.wtf>
+Date:   Mon Jan 21 04:54:27 2019 +0000
+
+    Fix description of example
+
+ docs/usermanual-getting-started.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2144ca9f01d01b6de386d17ada73a288372ee553
+Author: Alfie John <alfie@alfie.wtf>
+Date:   Mon Jan 21 04:47:05 2019 +0000
+
+    Added option to build docs to docs
+
+ docs/usermanual-install-harfbuzz.xml | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit 21c0713a1cf4b42b5dfa8fb9bdf1c1935a481b00
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 21:24:51 2019 -0800
+
+    Whitespace
+
+ src/hb-ot-layout-gsub-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 934d3fa2a7d5d47da7030f43ea7ca7234625fc7e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 21:00:13 2019 -0800
+
+    Use more iter pipelines
+
+ src/hb-ot-layout-gpos-table.hh |  9 +++++----
+ src/hb-ot-layout-gsubgpos.hh   | 32 ++++++++++++++++++--------------
+ 2 files changed, 23 insertions(+), 18 deletions(-)
+
+commit 420d8ac350590d776832dc7b353d997857cd7b45
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 20:58:25 2019 -0800
+
+    [algs] Add hb_iter()
+    
+    Makes it nicer in pipelines.
+
+ src/hb-algs.hh                 | 4 ++++
+ src/hb-ot-layout-gsub-table.hh | 6 +++---
+ 2 files changed, 7 insertions(+), 3 deletions(-)
+
+commit 54ec48ea20d7d7d9e62bca12265e2f26383f9bc1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 20:54:21 2019 -0800
+
+    Use iter pipelines more
+
+ src/hb-ot-layout-gsub-table.hh | 81 +++++++++++++++++++++++-------------------
+ 1 file changed, 44 insertions(+), 37 deletions(-)
+
+commit 83cecd80d93a1e09231b8deaa6ecf8cd44875dfd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 19:49:13 2019 -0800
+
+    [iter] Default projection to identity
+
+ src/hb-algs.hh | 6 +++---
+ src/hb-iter.hh | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit a699c6b17cf2d272ac445838e82db6b0017cdbd7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 19:42:41 2019 -0800
+
+    [algs] Add hb_identity
+
+ src/hb-algs.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 463cfb426ff94b78b8e44f1c5662931b948beca7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 16:19:40 2019 -0800
+
+    Fix unused-variable warnings
+    
+    inline variables are not C++11, so mark them unused...
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f4cbb1ee0c7e1c2911c3676936e1bb571f6b255f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 13:28:00 2019 -0800
+
+    WIP
+
+ src/hb-ot-layout-gsub-table.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 471e96e55d3366a6ad723fe88c9aa895921c048f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 12:42:01 2019 -0800
+
+    [iter] Use forwarding references
+
+ src/hb-iter.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 528ea66f24c326d7361663a145bd9b8081c7c5c2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 12:36:17 2019 -0800
+
+    [algs] Fix hb_first() / hb_second()
+
+ src/hb-algs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 343f5a4bfcf528ed8f5239fae9ddfca64b998fde
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 12:35:45 2019 -0800
+
+    [iter] Misc fixes to get piping almost work
+
+ src/hb-iter.hh | 19 ++++++++++++-------
+ 1 file changed, 12 insertions(+), 7 deletions(-)
+
+commit 7cedf7f64c2be0d16771dba73fd370325f7b66a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 12:22:14 2019 -0800
+
+    Change hb_first() and hb_second() to function objects
+
+ src/hb-algs.hh | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+commit f35568d603df6409e4f867acf2f58794560f6649
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 11:32:33 2019 -0800
+
+    [iter] Add hb_filter()
+    
+    Untested.
+
+ src/hb-iter.hh | 39 +++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 39 insertions(+)
+
+commit 1733e4702c4f4f8058e69500008d050cf9df0318
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 11:15:49 2019 -0800
+
+    [iter] Add hb_map()
+    
+    Untested.
+
+ src/hb-iter.hh | 43 ++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 42 insertions(+), 1 deletion(-)
+
+commit f7fcc476418099e2b89c52068ac81280a95bf76f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 11:00:32 2019 -0800
+
+    [iter] Make hb_zip() take const references
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ede1a71b31f49a6dc247ac0491b78508346e9932
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 10:45:53 2019 -0800
+
+    Minor rename
+
+ src/hb-ot-layout-gsub-table.hh | 12 ++++++------
+ src/hb-ot-layout-gsubgpos.hh   |  6 +++---
+ 2 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 93551669c5a41ee11a156ef60a9f80dc328430b9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 10:18:49 2019 -0800
+
+    Remove unused Coverage::iter_t::get_coverage()
+
+ src/hb-ot-layout-common.hh | 11 -----------
+ 1 file changed, 11 deletions(-)
+
+commit af2067e87b06995a9cc9154baab2a5bc4f3f6955
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 10:17:33 2019 -0800
+
+    Use hb_zip() moooore
+
+ src/hb-ot-layout-gsub-table.hh | 24 ++++++++++++------------
+ 1 file changed, 12 insertions(+), 12 deletions(-)
+
+commit 0d1fdf939de13bb1994bc8f70da7f9f511b7e5be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 10:06:48 2019 -0800
+
+    Use hb_zip() some mooore
+
+ src/hb-ot-layout-gpos-table.hh | 13 +++------
+ src/hb-ot-layout-gsub-table.hh | 64 +++++++++++-------------------------------
+ 2 files changed, 21 insertions(+), 56 deletions(-)
+
+commit af6c1902356c937bc47ad8c37ab6f037b5810b67
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 10:01:28 2019 -0800
+
+    Use hb_zip() some moore
+
+ src/hb-ot-layout-gsubgpos.hh | 52 ++++++++++++--------------------------------
+ 1 file changed, 14 insertions(+), 38 deletions(-)
+
+commit 83ad0b6d0f3e7656f78611e89d7ebb939cd8e713
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 09:57:36 2019 -0800
+
+    Use hb_zip() some more
+
+ src/hb-ot-layout-gsub-table.hh | 36 ++++++++++--------------------------
+ 1 file changed, 10 insertions(+), 26 deletions(-)
+
+commit f0dd0656b8d2038ae6aa8d0a39d17130ddc8f16f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 09:52:10 2019 -0800
+
+    Use hb_zip() some
+
+ src/hb-ot-layout-gsub-table.hh | 20 +++++---------------
+ 1 file changed, 5 insertions(+), 15 deletions(-)
+
+commit 200cdb721bfb125cd462437ccbcc40554560c4d0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 09:49:12 2019 -0800
+
+    [iter] Rename hb_zip_t to hb_zip_iter_t
+
+ src/hb-iter.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 3290c181c17db33991cd1b79eca49f70d2601ce0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 09:08:15 2019 -0800
+
+    [algs] Whitespace
+
+ src/hb-algs.hh | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit 014c50292b471de0167b65fdc0eb446245438b84
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 09:07:01 2019 -0800
+
+    [iter] Move code
+
+ src/hb-iter.hh | 47 ++++++++++++++++++++++++++++-------------------
+ 1 file changed, 28 insertions(+), 19 deletions(-)
+
+commit 6e3ad650d1b864742084c6254d020734f09cb396
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 09:05:01 2019 -0800
+
+    Rename hb-dsalgs to hb-algs
+
+ src/Makefile.sources             | 2 +-
+ src/{hb-dsalgs.hh => hb-algs.hh} | 6 +++---
+ src/hb-array.hh                  | 2 +-
+ src/hb-debug.hh                  | 2 +-
+ src/hb-iter.hh                   | 2 +-
+ src/hb.hh                        | 8 ++++----
+ 6 files changed, 11 insertions(+), 11 deletions(-)
+
+commit f27607580e4d13e8ddf721df971a7d5062c54fb2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 09:03:21 2019 -0800
+
+    [algs] Add hb_first() and hb_second()
+
+ src/hb-dsalgs.hh | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit a7de144df342f30b3d6f9e61c3fe3d1348ab222d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 08:39:25 2019 -0800
+
+    Implement uniform map interface
+    
+    Coverage, ClassDef, hb_set_t, and hb_map_t implement.
+
+ src/hb-map.hh              | 13 +++++++------
+ src/hb-ot-layout-common.hh | 14 ++++++++++++--
+ src/hb-set.hh              | 17 ++++++++++++-----
+ 3 files changed, 31 insertions(+), 13 deletions(-)
+
+commit 7987095e64e52b509661828aeadabe0b27bba0d0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 01:02:38 2019 -0800
+
+    [meta] Remove hb_enable_if_t
+    
+    It was only used for C++<11 which does not allow default parameters
+    in function templates.  Looks like we cannot support <11 anyway, so,
+    start cleaning up.
+
+ src/hb-iter.hh             | 18 +++++++++---------
+ src/hb-meta.hh             |  1 -
+ src/hb-open-type.hh        | 14 ++++++--------
+ src/hb-ot-layout-common.hh | 21 +++++++++------------
+ src/test-iter.cc           | 12 ++++++------
+ 5 files changed, 30 insertions(+), 36 deletions(-)
+
+commit 15a69284369ce739e79bf288a55c4c3010313144
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 00:36:47 2019 -0800
+
+    [iter] Implement operator-> unconditionally
+    
+    The right condition to check for would have been "is_struct", which
+    we don't have.
+
+ src/hb-iter.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 8f52a827e7d93abf3ef6159fd00f7c85c6d46793
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 00:36:26 2019 -0800
+
+    Allow rvalues in hb_addressof()
+
+ src/hb-dsalgs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a4ea0d368015b91df8d4c164a8838c45943562dc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 00:32:11 2019 -0800
+
+    [iter] Change from const_iter_t/iter_t to iter_t/writer_t
+
+ src/hb-open-type.hh | 26 ++++++++++++--------------
+ src/hb-vector.hh    | 13 ++++++-------
+ 2 files changed, 18 insertions(+), 21 deletions(-)
+
+commit 7798e4fcc34edca5c7d5d2fe7abd09a0540f0fea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 9 00:25:53 2019 -0800
+
+    [iter] Change Coverage iterator to only return glyph-id
+
+ src/hb-ot-layout-common.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 84e5d002290eb2f58392743bc841fa7def7fc96d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 23:57:16 2019 -0800
+
+    [iter] Add hb_zip()
+
+ src/hb-iter.hh   | 34 ++++++++++++++++++++++++++++++++++
+ src/test-iter.cc |  2 ++
+ 2 files changed, 36 insertions(+)
+
+commit 636786ecaf18c52d4c337d009434b22e868ab796
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 23:48:35 2019 -0800
+
+    [iter] Rename __item_type__ to __item_t__
+
+ src/hb-array.hh            | 2 +-
+ src/hb-iter.hh             | 4 ++--
+ src/hb-ot-layout-common.hh | 4 ++--
+ src/hb-set.hh              | 2 +-
+ src/test-iter.cc           | 2 +-
+ 5 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 6caf76f4a8b5e232a87b84dc5e357dddef63d00b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 23:28:05 2019 -0800
+
+    Tighten Coverage iteration
+
+ src/hb-ot-layout-common.hh | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit ff3a7ce1e75b020c2d536200beb5610ed054e097
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 23:20:23 2019 -0800
+
+    [subset] Minor
+
+ src/hb-ot-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 42bf80e578a1b7f4023b3edeea7de103a3c7d7be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 19:13:17 2019 -0800
+
+    [iter] More semicolon
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f78f837ef17591144d6b22ae3cc71c49458253ff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 16:38:08 2019 -0800
+
+    [iter] Use aliasing using for types
+    
+    Fix ambiguity of hb_sorted_array_t::item_t with gcc.  No idea if that's a gcc bug
+    or what spec requires, but using aliasing using seems to fix it.  It probably breaks
+    our non-C++11 bots, in which case I have to condition the change.  Testing.
+
+ src/hb-iter.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 3fc03e42ce73021c4573729a637d19346f7e5f44
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 16:33:31 2019 -0800
+
+    [iter] Use static_assert with hb_is_random_access_iterator()
+    
+    Both, checks constexpr'ness, and fixes build with cra**y implementations
+    of assert() macro:
+    
+    test-iter.cc:108:11: error: too many arguments provided to function-like macro invocation
+      assert (hb_is_random_access_iterator (array_iter_t<int>));
+              ^
+    ./hb-iter.hh:186:42: note: expanded from macro 'hb_is_random_access_iterator'
+      hb_is_random_access_iterator_of (Iter, typename Iter::item_t)
+                                             ^
+    /usr/include/x86_64-linux-gnu/sys/cdefs.h:89:9: note: macro '__STRING' defined here
+    \#define __STRING(x)     #x
+            ^
+    test-iter.cc:108:3: error: use of undeclared identifier '__STRING'
+      assert (hb_is_random_access_iterator (array_iter_t<int>));
+      ^
+    /usr/include/assert.h:91:21: note: expanded from macro 'assert'
+       : __assert_fail (__STRING(expr), __FILE__, __LINE__, __ASSERT_FUNCTION))
+                        ^
+
+ src/test-iter.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6af9c5f18eaf51f2d7e564d23d9b09219af9d700
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 16:27:37 2019 -0800
+
+    [iter] Remove stray semicolons
+
+ src/hb-iter.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 74ca7b580c284d6fe3bf7067a19a2095102e72d1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 13:48:42 2019 -0800
+
+    [OT] Implement operator[] for Coverage and ClassDef
+
+ src/hb-ot-layout-common.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 6c548b6657d419e013969f9a456418e46bef0b30
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 13:43:49 2019 -0800
+
+    [iter] Add TODO
+
+ src/hb-iter.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 362d4e7cc324bf99b087aa34a4fae6898e50674f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 13:41:30 2019 -0800
+
+    [iter] Implement for OT::ArrayOf / OT::SortedArrayOf
+
+ src/hb-open-type.hh | 36 ++++++++++++++++++++++++------------
+ 1 file changed, 24 insertions(+), 12 deletions(-)
+
+commit 2f837a365c0986c2f925624d9c00ede8cd9e7669
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 13:05:01 2019 -0800
+
+    [SortedArrayOf] Fix sub_array() return type
+
+ src/hb-open-type.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 54c30e949e7d0a80c19cb8a12c300d62425683a9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 13:00:06 2019 -0800
+
+    [iter] Constrain hb_fill() and hb_copy()
+
+ src/hb-iter.hh | 10 +++++++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+commit dc0a98cbe7be25a38220eda19ee06b19bf2d130d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 12:57:01 2019 -0800
+
+    [iter] Add TODO
+
+ src/hb-iter.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 2658e40ffb66dba6e2e5525d6ee4792fe1ea1dd1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 12:53:02 2019 -0800
+
+    [iter] Add hb_is_random_access_iterator()
+
+ src/hb-iter.hh   | 10 +++++++---
+ src/test-iter.cc |  2 ++
+ 2 files changed, 9 insertions(+), 3 deletions(-)
+
+commit 445364d80a06007de5ac4c0fca9bb0b846f25c9c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 12:42:15 2019 -0800
+
+    [iter] Rename hb_is_[sorted_]iterator() -> hb_is_[sorted_]iterator_of()
+
+ src/hb-iter.hh             | 15 +++++++++------
+ src/hb-open-type.hh        |  4 ++--
+ src/hb-ot-layout-common.hh |  6 +++---
+ src/test-iter.cc           |  2 +-
+ 4 files changed, 15 insertions(+), 12 deletions(-)
+
+commit a6c013b1bf1f828f1eea7db801f2efb9a1486773
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 14:27:51 2019 -0500
+
+    [meta] Add hb_declval() macro
+
+ src/hb-iter.hh | 2 +-
+ src/hb-meta.hh | 1 +
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit adc5910a63f209e35133c59f4466443844c9a18a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 14:26:41 2019 -0500
+
+    [iter] Syntax
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ca6adcd1ad35932aeac4d46a191809b010636b3d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 8 14:23:12 2019 -0500
+
+    [iter] Test hb_is_iterable / hb_is_iterator
+
+ src/test-iter.cc | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit 8237809f065f41653a12c95885e3b76409c42f36
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 7 22:00:45 2019 -0500
+
+    [serialize] Make SortedArrayOf:;serialize() take sorted-iterator
+
+ src/hb-open-type.hh     | 17 +++++++++++++++++
+ src/hb-ot-cmap-table.hh | 18 +++++++++---------
+ 2 files changed, 26 insertions(+), 9 deletions(-)
+
+commit 47333c8a304c6f57f848b5f60eea8ec85ffe2b33
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 7 21:38:49 2019 -0500
+
+    [iter] Fix operator->
+
+ src/hb-iter.hh   | 3 ++-
+ src/test-iter.cc | 3 +++
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 177a8af380738e5be598952adbf275503bb3f5bc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 7 20:20:44 2019 -0500
+
+    [array] SFINAE fun
+
+ src/hb-array.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 8414f167879c1af8ce5c80a15ba1aec2f7e436a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 7 19:41:52 2019 -0500
+
+    [meta] Rename
+
+ src/hb-meta.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 8e0a58e1b3f338098d2384f2e6e0b4ad08d6c042
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 7 19:03:53 2019 -0500
+
+    [array] Remove construction that was removing constness
+
+ src/hb-array.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 85969e357a34691cc42c88490fc7e341175783dd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 7 18:59:26 2019 -0500
+
+    [iter] Fix test
+
+ src/test-iter.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit da4996183693b4acecf245c58b58d6040d92a1bf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 7 18:36:14 2019 -0500
+
+    [iter] Remove comment
+
+ src/hb-iter.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 815cde9fa3465828030ca1ed4f32ca1df72c1f37
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 7 18:33:04 2019 -0500
+
+    [iter] Use is_sorted_iterator
+
+ src/hb-aat-map.hh                          |  2 +-
+ src/hb-array.hh                            |  4 +++
+ src/hb-meta.hh                             | 23 +++++++++-------
+ src/hb-ot-layout-common.hh                 |  8 +++---
+ src/hb-ot-layout-gsub-table.hh             | 42 +++++++++++++++---------------
+ src/hb-ot-map.hh                           |  2 +-
+ src/hb-ot-shape-complex-arabic-fallback.hh |  4 +--
+ src/hb-set.hh                              |  2 +-
+ src/hb-vector.hh                           | 32 ++++++++++++++---------
+ 9 files changed, 66 insertions(+), 53 deletions(-)
+
+commit ed4336680d3fc080f99c7dd67db48c55bcd7a020
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 7 17:24:23 2019 -0500
+
+    [iter] Handhold hb_is_iterator() type deduction
+    
+    by partial-instantiating on Iter.
+
+ src/hb-iter.hh | 18 +++++++++++-------
+ 1 file changed, 11 insertions(+), 7 deletions(-)
+
+commit cb5011d364904452a625cfc0485f5a713f472d07
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 4 11:22:32 2019 -0500
+
+    Revert "[iter] Add hb_iter_of_t<>"
+    
+    This reverts commit d6cbe96e2fc7bc8f1c10e631b52b1ef31ff9a6f5.
+    
+    Isn't useful, as duplicate inheritance of same type results in ambiguity
+    errors...
+
+ src/hb-iter.hh | 14 ++++++--------
+ 1 file changed, 6 insertions(+), 8 deletions(-)
+
+commit c132cda9d98286f002d2f5b27d1d00bf80b42a9c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 2 17:00:01 2019 -0500
+
+    [iter] Fix warnings
+
+ src/hb-iter.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit c9d8a07e30d05b870c3d2374853adba019601b02
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 2 16:43:52 2019 -0500
+
+    [iter] Add hb_iter_of_t<>
+
+ src/hb-iter.hh | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit b5d6fe1a452c72dd47d20c03a563321771330acc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 2 16:20:40 2019 -0500
+
+    [iter] Remove hb_sorted_iter_t
+    
+    Not enforcing it using type hierarchy.
+
+ src/hb-array.hh            |  6 ++++--
+ src/hb-iter.hh             | 26 ++++----------------------
+ src/hb-ot-layout-common.hh |  3 ++-
+ src/hb-set.hh              |  3 ++-
+ 4 files changed, 12 insertions(+), 26 deletions(-)
+
+commit 255085bd599cb108779d467690b372263f304dcb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jan 2 16:14:00 2019 -0500
+
+    [iter] Const correctness
+
+ src/hb-open-type.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 415f3f4320c80d47e03fe9594a917fb2964b1144
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 31 13:37:13 2018 -0500
+
+    Add operator= to IntType, commented out
+    
+    https://github.com/harfbuzz/harfbuzz/pull/1510
+
+ src/hb-open-type.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 183be8f452862aaf0cdedb28d54ec114d67745b2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 20:58:25 2018 -0500
+
+    [iter] Minor
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6cd96ba1aca99b6eb31f8402d02c565dd4e96e03
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 20:51:31 2018 -0500
+
+    [iter] Make is_random_access_iterator a constant
+    
+    We cannot rely on constexpr functions...
+
+ src/hb-array.hh  |  2 +-
+ src/hb-iter.hh   | 11 ++++-------
+ src/test-iter.cc |  2 +-
+ 3 files changed, 6 insertions(+), 9 deletions(-)
+
+commit a685bfe8fc93ac1886a708687ea6fa7aa0b7c8c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 20:24:21 2018 -0500
+
+    Separate GlyphID from HBUINT16
+    
+    For stricter enforcement.
+
+ src/hb-dsalgs.hh                           | 8 ++++----
+ src/hb-open-type.hh                        | 2 +-
+ src/hb-ot-layout-common.hh                 | 2 +-
+ src/hb-ot-shape-complex-arabic-fallback.hh | 8 ++++++--
+ 4 files changed, 12 insertions(+), 8 deletions(-)
+
+commit 8ac64d00907756333d5917db4b627619420f9260
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 20:06:12 2018 -0500
+
+    [iter] Fix sorted_iter iter class
+
+ src/hb-array.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 93615b9598f6b5e514384327b30acfd6bd8cfcfb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 19:12:06 2018 -0500
+
+    [iter/meta] Add hb_is_sorted_iterator()
+
+ src/hb-iter.hh | 16 ++++++++++++----
+ 1 file changed, 12 insertions(+), 4 deletions(-)
+
+commit 92f25db1e86c7b79962a2eb735cd3596c302f71f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 19:10:26 2018 -0500
+
+    [iter] Remove stale comment
+
+ src/hb-iter.hh | 5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+commit 40c24fd4a623c5f570e657f22fb4e88cba48b02b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 19:06:47 2018 -0500
+
+    [iter] Port Coverage towards iter_t instead of array_t specifics
+
+ src/hb-ot-layout-common.hh | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit d552b6818c21efe9eae8b9cd72d5199dadd3724f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 18:54:07 2018 -0500
+
+    [meta] Move typename around
+    
+    We'll see if bots like.
+
+ src/hb-atomic.hh | 2 +-
+ src/hb-blob.hh   | 2 +-
+ src/hb-iter.hh   | 2 +-
+ src/hb-meta.hh   | 6 +++---
+ src/hb-null.hh   | 6 +++---
+ 5 files changed, 9 insertions(+), 9 deletions(-)
+
+commit f64ea8fc65b0dacc2ac3b1de97c92488b6e1b6fa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 18:49:34 2018 -0500
+
+    [meta] Move code around
+
+ src/hb-atomic.hh |  1 +
+ src/hb-meta.hh   | 10 ++++++++++
+ src/hb.hh        | 14 +-------------
+ 3 files changed, 12 insertions(+), 13 deletions(-)
+
+commit aa2ab4f0617c50de2501722205d3d0eaaf808ff4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 18:47:47 2018 -0500
+
+    [iter] WHitespace
+
+ src/hb-iter.hh | 12 ++++--------
+ 1 file changed, 4 insertions(+), 8 deletions(-)
+
+commit 851fbb23ea552bc639269670949a9937236d96d5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 18:45:50 2018 -0500
+
+    [iter] Port Coverage::serialize to hb_is_iterator
+
+ src/hb-open-type.hh        |  2 +-
+ src/hb-ot-layout-common.hh | 18 ++++++++++++------
+ 2 files changed, 13 insertions(+), 7 deletions(-)
+
+commit 06a44e2e537303ab8ed1fb761bf3885eb433a718
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 18:42:14 2018 -0500
+
+    [iter/meta] Match hb_is_iterator<> using SFINAE
+    
+    By specifying Item type, which is desirable.
+
+ src/hb-iter.hh      | 28 +++++++++++-----------------
+ src/hb-open-type.hh |  2 +-
+ 2 files changed, 12 insertions(+), 18 deletions(-)
+
+commit bcb913efb484e971d8a76ac1a897a1724bdad58b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 17:54:24 2018 -0500
+
+    Minor
+
+ src/hb-ot-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fa1ae3d465fd627ea99c5eb597b85cffe04c1e34
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 12:01:13 2018 -0500
+
+    Use C++11 when available
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit dc0f98298eca6520efd6e05d34f9aa7847979203
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 11:22:16 2018 -0500
+
+    [ci] Remove unused config for gcc 4.2
+    
+    [skip ci]
+
+ .circleci/config.yml | 25 -------------------------
+ 1 file changed, 25 deletions(-)
+
+commit eaa9023634282bed5955a068f9f92b8ef1733c39
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 11:16:14 2018 -0500
+
+    [ci] Disable other gcc 4.2 bot
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 859a880b083c67e767162c394e08c46367078b0b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 02:11:03 2018 -0500
+
+    [iter] Add back operator +
+    
+    Too ugly to remove..
+
+ src/hb-iter.hh   | 6 +++---
+ src/test-iter.cc | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 076faf7c1803238f135034579935e6b8f10c774c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 01:40:08 2018 -0500
+
+    [iter] Disable operator +
+    
+    To see if it makes bots happy... This is frustrating.
+
+ src/hb-iter.hh   | 5 +++--
+ src/test-iter.cc | 5 +++--
+ 2 files changed, 6 insertions(+), 4 deletions(-)
+
+commit a46874f1ab4b2470784c9ef688c7a8e00592165f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 28 21:23:26 2018 -0500
+
+    [iter] Revert back uses of C++11 auto type deduction
+
+ src/hb-ot-layout-gpos-table.hh |  2 +-
+ src/hb-ot-layout-gsub-table.hh | 26 +++++++++++++-------------
+ src/hb-ot-layout-gsubgpos.hh   |  8 ++++----
+ 3 files changed, 18 insertions(+), 18 deletions(-)
+
+commit 0828db8444d4b6922469770ca1b432356512db18
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 28 21:22:26 2018 -0500
+
+    [iter] Rename
+
+ src/hb-ot-layout-common.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 037f735efdc77ae9c8a24527da5d9805163180a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 28 21:09:15 2018 -0500
+
+    [iter] Remove friend operator +, hoping to fix some bots
+
+ src/hb-iter.hh   | 1 -
+ src/test-iter.cc | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit cb27918d0a104c5f3884013a7dc7c99f3e3e3378
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 28 20:16:44 2018 -0500
+
+    Use Null() instead of declval(), hoping to fix some bots
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3d22900f6251b4386d8a7dfd7e2118dd75f12763
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 28 20:01:57 2018 -0500
+
+    [meta] Don't use template default arguments for functions
+    
+    That's a C++11 extension apparently...
+
+ src/hb-meta.hh      | 2 +-
+ src/hb-open-type.hh | 8 ++++----
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit b89d20dd9f7e0b4fad3f6c8803c73d2ace34c340
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 28 16:41:04 2018 -0500
+
+    [meta] Fix unused-function-template warning
+
+ src/hb-meta.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit df138da2e67ce72bec13e656e3146b21b4600c14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 28 16:29:48 2018 -0500
+
+    [iter/meta] Implement is_iterator
+    
+    Removes use of auto type deduction again, which was not supported on many bots.
+
+ src/hb-iter.hh      | 42 +++++++++++++++++++++++++++++++++++++++---
+ src/hb-meta.hh      |  4 ++--
+ src/hb-open-type.hh | 13 +++++++------
+ 3 files changed, 48 insertions(+), 11 deletions(-)
+
+commit 8570da1d741bbe6becbfd27d7bce3b2a6b78dae7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 28 14:40:30 2018 -0500
+
+    [meta] Minor
+
+ src/hb-iter.hh | 4 ++--
+ src/hb-null.hh | 8 ++++----
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 442f4a58919b8e997daf5465b948975ecbe7e3df
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 28 14:34:00 2018 -0500
+
+    [meta] Move more code here
+
+ src/hb-dsalgs.hh    | 20 --------------------
+ src/hb-meta.hh      | 31 +++++++++++++++++++++++++++++++
+ src/hb-open-type.hh |  6 +-----
+ 3 files changed, 32 insertions(+), 25 deletions(-)
+
+commit 8c6cbbdfa326d6edee4a4b5f33971ad1ecfbcd2c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 28 14:29:09 2018 -0500
+
+    [iter/meta] Add hb_is_iterable
+
+ src/hb-iter.hh      | 26 +++++++++++++++++++++++---
+ src/hb-meta.hh      | 15 ++++++++++-----
+ src/hb-null.hh      | 17 ++++++++---------
+ src/hb-open-type.hh |  6 ++++--
+ src/hb.hh           |  2 +-
+ 5 files changed, 46 insertions(+), 20 deletions(-)
+
+commit 576d5e242028b492c2a8bbe56edeaa484b8a886a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 27 18:39:39 2018 -0500
+
+    Don't use delegating constructors
+    
+    Not all C++11 features are created equal when it comes to support...
+
+ src/hb-dsalgs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e32bf3976686c01fe9804086a8ca48aa0069b392
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 27 17:38:26 2018 -0500
+
+    [meta] Add enable_if
+
+ src/hb-meta.hh | 16 ++++++++++++++++
+ 1 file changed, 16 insertions(+)
+
+commit e76a3cae0fd8cb1e716f4e55f4abbb57af49b10f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 27 17:23:12 2018 -0500
+
+    Add hb-meta.hh for meta-programming
+
+ src/Makefile.sources |  1 +
+ src/hb-dsalgs.hh     |  4 ----
+ src/hb-iter.hh       |  1 +
+ src/hb-meta.hh       | 40 ++++++++++++++++++++++++++++++++++++++++
+ src/hb.hh            |  3 ++-
+ 5 files changed, 44 insertions(+), 5 deletions(-)
+
+commit 5ec11ce13a6bf4479205f3cf2a9cc96342df7f60
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 27 17:17:28 2018 -0500
+
+    [iter] Clarify readonly vs lvalue iterators
+    
+    lvalue iterators must declare __item_type__ as a reference.
+
+ src/hb-array.hh  |  6 +++---
+ src/hb-iter.hh   | 11 ++++++-----
+ src/hb-set.hh    |  6 +++---
+ src/test-iter.cc |  6 ++++--
+ 4 files changed, 16 insertions(+), 13 deletions(-)
+
+commit 2cbf5bf3a959402a7f69b328469232b7050bae01
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 27 16:55:18 2018 -0500
+
+    [iter] Test OT::Coverage iter
+
+ src/hb-dsalgs.hh           | 6 +++++-
+ src/hb-ot-layout-common.hh | 6 +++---
+ src/test-iter.cc           | 9 ++++++++-
+ 3 files changed, 16 insertions(+), 5 deletions(-)
+
+commit fd75d29f0f317c4fb36b093c8fabf2a7dcd28042
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 27 16:29:22 2018 -0500
+
+    [iter] Streamline vector iterators
+
+ src/hb-vector.hh | 15 +++++++--------
+ 1 file changed, 7 insertions(+), 8 deletions(-)
+
+commit 570473a345a73ab05ea8e8acf88cfba9b90a81a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 27 13:29:51 2018 -0500
+
+    [iter] Make hb_sorted_array_t work as iter
+    
+    Ugly, but does the job.
+
+ src/hb-array.hh  |  6 ++++--
+ src/hb-iter.hh   | 18 ++++++++++++++++++
+ src/test-iter.cc |  2 ++
+ 3 files changed, 24 insertions(+), 2 deletions(-)
+
+commit d6024794fb072647d8233b184c25da5def26c435
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 27 09:56:41 2018 -0500
+
+    Change hb_void_t implementation
+
+ src/hb-dsalgs.hh               |  3 +--
+ src/hb-ot-layout-gsub-table.hh |  2 +-
+ src/hb-ot-layout-gsubgpos.hh   | 12 ++++++------
+ 3 files changed, 8 insertions(+), 9 deletions(-)
+
+commit cde31988c26043a47e4599bf7e0d88ea67fc333f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 27 09:39:34 2018 -0500
+
+    [iter] Mark Coverage iterator sorted
+
+ src/hb-ot-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 49161d411f30d06bc920f4153f5925944895cdbc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 26 22:50:33 2018 -0500
+
+    [subset] Take iterator in ArrayOf serialize
+    
+    Still not satisfied with how I can enforce iterators only, but
+    seems to work for now.
+
+ src/hb-open-type.hh | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit e16884248f80c52cd29e39a9b27b15422d76b0f1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 26 22:27:23 2018 -0500
+
+    [iter] Port Coverage iterator to hb_iter_t
+
+ src/hb-ot-layout-common.hh     | 12 +++++++++---
+ src/hb-ot-layout-gpos-table.hh |  2 +-
+ src/hb-ot-layout-gsub-table.hh | 26 +++++++++++++-------------
+ src/hb-ot-layout-gsubgpos.hh   |  8 ++++----
+ 4 files changed, 27 insertions(+), 21 deletions(-)
+
+commit c68bca0f953f5b7b7e15780f65a8e3da24917800
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 26 22:21:58 2018 -0500
+
+    Add hb_pair_t<> and hb_pair()
+
+ src/hb-dsalgs.hh | 17 +++++++++++++++++
+ 1 file changed, 17 insertions(+)
+
+commit 8303a9b011eb2ab710371b9bd7d75693c7639bc1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 26 22:08:54 2018 -0500
+
+    [Coverage] Ensure increasing coverage in iteration
+
+ src/hb-ot-layout-common.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 50cd26d3941156daefb1d9ba7f514049eed04b16
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 26 22:05:25 2018 -0500
+
+    [Coverage] Mark iterator methods const
+
+ src/hb-ot-layout-common.hh | 25 ++++++++++++-------------
+ 1 file changed, 12 insertions(+), 13 deletions(-)
+
+commit 9df1a6eba77e8b7319fc7724e41ceaeda70c2590
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 26 20:28:41 2018 -0500
+
+    [iter] Use operator bool in a few places
+
+ src/hb-ot-layout-common.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 7788ac14a408e038fae9da4299fad69158c7b465
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 26 20:06:10 2018 -0500
+
+    [iter] Remove redundant methods
+
+ src/hb-iter.hh | 44 +++++++++++++++++---------------------------
+ 1 file changed, 17 insertions(+), 27 deletions(-)
+
+commit 3dea9affdaa063c01d67d6697df1f16c62f55c9a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 26 19:56:37 2018 -0500
+
+    [iter] Test default-constructability
+
+ src/test-iter.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 743ff09368f223c56beeda9b72b0520766130322
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 26 19:54:52 2018 -0500
+
+    [iter] Implement friend opeator + (int, iter)
+
+ src/hb-iter.hh   | 1 +
+ src/test-iter.cc | 1 +
+ 2 files changed, 2 insertions(+)
+
+commit 6dc4a1c9b1f6aa38bca094d251154f9e51049d4d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 26 19:49:13 2018 -0500
+
+    [iter] Remove const_iter
+
+ src/hb-iter.hh   |  2 --
+ src/hb-set.hh    | 14 ++++++--------
+ src/hb-vector.hh |  6 +++---
+ 3 files changed, 9 insertions(+), 13 deletions(-)
+
+commit d12b80c05a2673c4e4bf2337e2cd4f3100e9f88b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 26 19:15:21 2018 -0500
+
+    [ci] Disable macos-llvm-gcc-4.2 again
+    
+    Not C++11.
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f2b56af3ef721ce3961bea7d2ee8b6dba6f3fbf2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 26 19:14:39 2018 -0500
+
+    [iter] Remove hack for older compilers
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2ea79e0340c01d58ebeeaab9d31ffdd64250a24b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 26 19:01:46 2018 -0500
+
+    [iter] Minor
+
+ src/test-iter.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fb053b633351afe2012ece0874a8ac15d504a15c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 26 19:01:30 2018 -0500
+
+    [iter] Rename random_access() to constexpr is_random_access()
+
+ src/hb-iter.hh   | 4 ++--
+ src/test-iter.cc | 2 ++
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+commit 2790aad28ce58acf0077e02921332120325edb4c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 26 18:58:42 2018 -0500
+
+    [iter] Add operator ->
+
+ src/hb-iter.hh | 2 ++
+ src/hb.hh      | 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit d3976b7e63559b87ef34abc62acf5033f3369197
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 26 18:54:27 2018 -0500
+
+    [iter] Make them work, mostly
+
+ src/hb-iter.hh   | 11 ++++++++---
+ src/hb-set.hh    | 18 ++++++++++--------
+ src/test-iter.cc | 25 +++++++++++++++++++++++++
+ 3 files changed, 43 insertions(+), 11 deletions(-)
+
+commit 959bb58bdda8e78690789441e07cf22a99113c53
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 26 18:54:15 2018 -0500
+
+    [vector] Add iterator
+
+ src/hb-vector.hh | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit 6fc6a141e6d68955310d15c91f6e3d061f7221fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 20 20:09:10 2019 -0500
+
+    Remove wrongly added files
+
+ test/api/test-ot-extents-cff                        | Bin 8574336 -> 0 bytes
+ .../test-ot-extents-cff.dSYM/Contents/Info.plist    |  20 --------------------
+ .../Contents/Resources/DWARF/test-ot-extents-cff    | Bin 7650053 -> 0 bytes
+ 3 files changed, 20 deletions(-)
+
+commit dd7c628ed122f858be9ad08c184c87ff31f2ec2d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 20 19:51:08 2019 -0500
+
+    Use enum for class constant
+
+ src/hb-cff-interp-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cf7edf52c3cb38989af20b196a69bf099a1681d6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 20 19:49:59 2019 -0500
+
+    [CFF] Use enum for tableTag
+
+ src/hb-ot-cff1-table.hh | 2 +-
+ src/hb-ot-cff2-table.hh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit bd1318b8ccf08d5f9241851dbb689c7dac717f0a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jan 20 19:47:52 2019 -0500
+
+    Use static constexpr for large class constants
+
+ src/hb-map.hh | 2 +-
+ src/hb-set.hh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 043b610fa698ed247347dfaa042f032f3fd3f572
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 19 09:20:46 2019 -0500
+
+    Fix sign compare warnings
+    
+    ../../third_party/harfbuzz-ng/src/src/hb-map.hh(56,45):  warning: comparison of integers of different signs: 'const hb_codepoint_t' (aka 'const unsigned int') and 'hb_map_t::(anonymous enum at ../../third_party/harfbuzz-ng/src/src/hb-map.hh:169:3)' [-Wsign-compare]
+        bool is_unused () const    { return key == INVALID; }
+
+ src/hb-map.hh | 2 +-
+ src/hb-set.hh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit ce317d032061d81c520180a338172ce38b427135
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jan 19 09:18:03 2019 -0500
+
+    Fix warning
+    
+    warning: '_WIN64' is not defined, evaluates to 0 [-Wundef]
+
+ src/hb-dsalgs.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0c2bd1b160fda4e77919889ac80f9460967fa251
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jan 19 16:30:07 2019 +0330
+
+    [dwrite] Fix delete-non-virtual-dtor warning (#1550)
+
+ src/hb-directwrite.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 89bcfb204c736f5962d377896af2c1350f179882
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 18 14:59:18 2019 -0500
+
+    Remove TRACE_COLLECT_GLYPHS
+
+ src/hb-debug.hh                | 13 -------------
+ src/hb-ot-layout-gpos-table.hh | 26 ++++----------------------
+ src/hb-ot-layout-gsub-table.hh | 21 +++------------------
+ src/hb-ot-layout-gsubgpos.hh   | 12 +-----------
+ 4 files changed, 8 insertions(+), 64 deletions(-)
+
+commit f13b6786f0aefd2060ca976f7e42db7387b49450
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 18 14:53:54 2019 -0500
+
+    [pragma] Only add if GCC or clang
+
+ src/hb.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit c2ea7a9da463c567d321233b23813c59762841bb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 18 13:45:33 2019 -0500
+
+    [directwrite] More fix
+
+ src/hb-directwrite.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9714d3ec5c45b2fe460fa6b21bdb3487c62029d3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jan 18 21:55:21 2019 +0330
+
+    [dwrite] Try to fix delete-non-virtual-dtor warnings
+    
+    Fixes #1548 hopefully
+
+ src/hb-directwrite.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0772c06f96c3f5a319485c390416531b8125251b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 18 12:53:06 2019 -0500
+
+    Remove tracing from closure
+
+ src/hb-debug.hh                | 13 -------------
+ src/hb-ot-layout-gsub-table.hh | 15 ++-------------
+ src/hb-ot-layout-gsubgpos.hh   | 14 +-------------
+ 3 files changed, 3 insertions(+), 39 deletions(-)
+
+commit d9f6be3a61edfe9e1bce01ea9b11e2bcb16f9618
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 18 12:48:01 2019 -0500
+
+    Fix -Wundef errors with __GNUC__
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1549
+
+ src/hb-common.h |  4 ++--
+ src/hb.hh       | 10 +++++-----
+ 2 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 28917e58f973e5875d3ef3004c16e1ee1a5a973c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Jan 18 09:43:51 2019 -0800
+
+    init interp_env_t::hintmask_size
+    
+    fixes issue #1547
+
+ src/hb-cff-interp-cs-common.hh                      |   1 +
+ test/api/test-ot-extents-cff                        | Bin 0 -> 8574336 bytes
+ .../test-ot-extents-cff.dSYM/Contents/Info.plist    |  20 ++++++++++++++++++++
+ .../Contents/Resources/DWARF/test-ot-extents-cff    | Bin 0 -> 7650053 bytes
+ 4 files changed, 21 insertions(+)
+
+commit 9b4e51b2e44d7dea026b1f9201d2f83277bab1cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 18 12:23:02 2019 -0500
+
+    [pragma] Enable error -Wdelete-non-virtual-dtor
+    
+    Currently fails directwrite backend.
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit e65272281c71d416f0ff886a55536597665b9dc3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 18 12:22:07 2019 -0500
+
+    [directwrite] Fix error
+    
+    hb-directwrite.cc: In constructor 'TextAnalysis::TextAnalysis(const wchar_t*, uint32_t, const wchar_t*, DWRITE_READING_DIRECTION)':
+    hb-directwrite.cc:489:18: error: 'TextAnalysis::mText' will be initialized after [-Werror=reorder]
+       const wchar_t* mText;
+                      ^~~~~
+    hb-directwrite.cc:488:12: error:   'uint32_t TextAnalysis::mTextLength' [-Werror=reorder]
+       uint32_t mTextLength;
+                ^~~~~~~~~~~
+    hb-directwrite.cc:282:3: error:   when initialized here [-Werror=reorder]
+       TextAnalysis (const wchar_t* text, uint32_t textLength,
+       ^~~~~~~~~~~~
+    hb-directwrite.cc: In function 'hb_bool_t _hb_directwrite_shape_full(hb_shape_plan_t*, hb_font_t*, hb_buffer_t*, const hb_feature_t*, unsigned int, float)':
+
+ src/hb-directwrite.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b900f78088abb87ebec263474b2802593afa0264
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 18 10:08:23 2019 -0500
+
+    [pragma] More cast-align whitelist
+
+ src/hb-font.cc          | 20 +++++++++++++++-----
+ src/hb-ft.cc            |  6 ++++++
+ src/hb-ot-cmap-table.hh |  3 +++
+ src/hb-ot-font.cc       |  6 ++++++
+ 4 files changed, 30 insertions(+), 5 deletions(-)
+
+commit 0d8b931bbeee9743d2e3bd37dd2fa9dffb807eaa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 18 10:03:43 2019 -0500
+
+    [pragma] Allow cast-align in hb-font.cc
+    
+    ../src/hb-machinery.hh: In instantiation of 'const Type& StructAtOffset(const void*, unsigned int) [with Type = unsigned int]':
+    ../src/hb-font.cc:144:85:   required from here
+    ../src/hb-machinery.hh:63:12: error: cast from 'const char*' to 'const unsigned int*' increases required alignment of target type [-Werror=cast-align]
+     { return * reinterpret_cast<const Type*> ((const char *) P + offset); }
+                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+    ../src/hb-machinery.hh: In instantiation of 'Type& StructAtOffset(void*, unsigned int) [with Type = unsigned int]':
+    ../src/hb-font.cc:145:79:   required from here
+    ../src/hb-machinery.hh:66:12: error: cast from 'char*' to 'unsigned int*' increases required alignment of target type [-Werror=cast-align]
+     { return * reinterpret_cast<Type*> ((char *) P + offset); }
+                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+    ../src/hb-machinery.hh: In instantiation of 'Type& StructAtOffset(void*, unsigned int) [with Type = int]':
+
+ src/hb-font.cc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit a25174a56b8fc334a050aa63be3654f53a7d8893
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 18 09:59:36 2019 -0500
+
+    [pragma] GCC diagnostic error   "-Wreorder"
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 4660090569efbf64d3acc99ef6fa33e01abc9701
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 18 09:53:16 2019 -0500
+
+    [pragma] GCC diagnostic warning "-Wmaybe-uninitialized"
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 7a634d7d5b859eb1121acd0b17c727c541a7f540
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 18 09:49:14 2019 -0500
+
+    [pragma] Massage more
+
+ src/hb.hh | 106 ++++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 55 insertions(+), 51 deletions(-)
+
+commit 16e5ba85b1822ff9d2b2f85f45ddd44f1a05f4b1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 18 09:46:17 2019 -0500
+
+    [pragma] More
+
+ src/hb.hh | 17 ++++++++++++++++-
+ 1 file changed, 16 insertions(+), 1 deletion(-)
+
+commit 2bd530d59883cce437a5093323625f94b9618d89
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 18 09:28:22 2019 -0500
+
+    [pragma] Reorg again
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1546
+
+ src/hb.hh | 91 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 46 insertions(+), 45 deletions(-)
+
+commit c04272fac81cac48b6310182d58d54569117f298
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jan 18 08:49:45 2019 -0500
+
+    [pragma] GCC diagnostic ignored "-Wunknown-warning-option"
+    
+    Try at fixing https://github.com/harfbuzz/harfbuzz/issues/1546
+
+ src/hb.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 4d3c8f9685b1744077ab264ffc0e0457d63c4b9a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 19:58:54 2019 -0500
+
+    [uniscribe] More warnings
+
+ src/hb-uniscribe.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 6a5d2b21d8457001a59537e85596461feba3dbd5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 19:57:17 2019 -0500
+
+    [uniscribe] Fix warnings
+
+ src/hb-uniscribe.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 5b13e458c34d16fef6540a9389225e0597a99df5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 19:52:32 2019 -0500
+
+    Fix build
+
+ src/hb-directwrite.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit a77bd6bb8960ecff35aac07f221653c65d08e58e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 19:33:41 2019 -0500
+
+    [pragma] GCC diagnostic ignored "-Wclass-memaccess"
+
+ src/hb.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e1302842d9c589ccbed90d29c953fea503d3901f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 19:12:07 2019 -0500
+
+    [ci] Remove unnecessary warning declarations
+    
+    clang -Weverything still left to be ported to pragmas
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 436c7b294ab12ae338aaa879fe4280caae6c6155
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 19:03:33 2019 -0500
+
+    [pragma] ignored -Wunsafe-loop-optimizations // TODO fix
+
+ src/hb.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit e3b3181e9ddd8b76428d7eaca64a3e03a99fcdd5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 19:02:06 2019 -0500
+
+    [pragma] error -Wclass-memaccess
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 1a6b97a491f2ba4f84e52c89517b7a02faa70cc3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 18:55:03 2019 -0500
+
+    [pragma] More
+
+ src/hb.hh | 11 ++++++++++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+commit 06e8091661352873c4d6040fd06a940136497e6f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 18:47:32 2019 -0500
+
+    [pragma] More
+
+ src/hb.hh | 18 +++++++++++++++++-
+ 1 file changed, 17 insertions(+), 1 deletion(-)
+
+commit 1077e40bf12f998976df4bf509c69df9f9e2a590
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 18:36:10 2019 -0500
+
+    [pragma] Flesh out more
+
+ src/hb.hh | 22 +++++++++++++++++-----
+ 1 file changed, 17 insertions(+), 5 deletions(-)
+
+commit 7e6bd510fc695c423a7fa6b25c15805482f7d185
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 18:24:18 2019 -0500
+
+    Use NNOffsetTo<> in rest of places
+
+ src/hb-aat-layout-common.hh     |  8 ++++----
+ src/hb-aat-layout-kerx-table.hh | 22 +++++++++++-----------
+ src/hb-aat-layout-morx-table.hh | 10 +++++-----
+ 3 files changed, 20 insertions(+), 20 deletions(-)
+
+commit b1152d5e66d7463a30af8ca2a485f75e0c8e6ffd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 18:17:04 2019 -0500
+
+    Use NNOffsetTo<>
+
+ src/hb-aat-layout-ankr-table.hh |  6 +++---
+ src/hb-aat-layout-trak-table.hh |  2 +-
+ src/hb-aat-ltag-table.hh        |  2 +-
+ src/hb-open-file.hh             | 10 +++++-----
+ src/hb-ot-cff2-table.hh         |  6 +++---
+ src/hb-ot-color-cbdt-table.hh   |  2 +-
+ src/hb-ot-color-colr-table.hh   |  4 ++--
+ src/hb-ot-color-cpal-table.hh   |  8 ++++----
+ src/hb-ot-color-svg-table.hh    |  2 +-
+ src/hb-ot-name-table.hh         |  2 +-
+ src/hb-ot-stat-table.hh         |  4 ++--
+ 11 files changed, 24 insertions(+), 24 deletions(-)
+
+commit 205d72a198805ba276c1d0e63b1ca313c7bd517f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 18:10:38 2019 -0500
+
+    Add NNOffsetTo<>
+
+ src/hb-open-type.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit c99d13d860e3d34e16cd2c070070d4f5d7d58cf4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 17:56:27 2019 -0500
+
+    [AAT] Comment
+
+ src/hb-aat-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f39b5603ffa0452528b2366f8641e7e770960847
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 17:49:55 2019 -0500
+
+    Comment
+
+ src/hb-ot-layout-gpos-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 347ad454b88b89fc4bc30fca86c9ca37bea0be5b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 17:47:29 2019 -0500
+
+    [AAT] Remove unused code
+
+ src/hb-aat-layout-ankr-table.hh |  3 +--
+ src/hb-aat-layout-common.hh     |  3 +--
+ src/hb-aat-layout-kerx-table.hh |  6 ++----
+ src/hb-aat-layout.cc            | 14 +++-----------
+ 4 files changed, 7 insertions(+), 19 deletions(-)
+
+commit b344d4385af5bc9adac2a24850cb963929d4ae9e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 17:44:39 2019 -0500
+
+    [AAT] Allow null in ankr lookupTable offset
+
+ src/hb-aat-layout-ankr-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 14a560a245109376b7314c949895968d0a54452c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 17:42:44 2019 -0500
+
+    [pragma GCC] Ignore -Wtype-limits
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 41b4312e936a0dfc396e6f0ef13c2c691dac6e40
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 16:07:27 2019 -0500
+
+    [ci] Remove -Werror from Travis
+    
+    hb-machinery.hh:111:37: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
+    
+    Also ignore -Wtype-limits.
+
+ .travis.yml | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 3f2daae63073bd536bceb1ae71dffd3187afce11
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 15:27:31 2019 -0500
+
+    More GCC pragmas
+
+ src/hb.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit d6c5473e1f86cae7f1060abe18f73ccb8e536d6c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 15:22:46 2019 -0500
+
+    Rename macro
+
+ src/hb.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a9946b7cfef185d53304e804169d6e53e9d522a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 15:22:28 2019 -0500
+
+    Add more GCC warning pragmas
+
+ src/hb.hh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 868b0c0c2e2f1a2dea9b0d3c8eb6e56ded8b1a14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 15:08:36 2019 -0500
+
+    Move -Wcast-align to hb.hh
+
+ configure.ac | 3 ---
+ src/hb.hh    | 4 ++++
+ 2 files changed, 4 insertions(+), 3 deletions(-)
+
+commit 8874eef8ff70de6416266d719fa74eec39e5d8f9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 15:04:44 2019 -0500
+
+    Add pragram GCC diagnostic ignored "-Wunused-macros"
+
+ src/gen-indic-table.py                 | 3 +++
+ src/gen-use-table.py                   | 3 +++
+ src/hb-blob.cc                         | 3 +++
+ src/hb-ot-shape-complex-indic-table.cc | 3 +++
+ src/hb-ot-shape-complex-use-table.cc   | 3 +++
+ 5 files changed, 15 insertions(+)
+
+commit cc8e9a436fa408a1c63f4b9afb7643cea76a079c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 14:54:32 2019 -0500
+
+    [AAT] Fully sanitize ankr table at sanitize time
+    
+    Third try to fix access. Followup 6879efc2c1596d11a6a6ad296f80063b558d5e0f
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12532
+    Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=922303
+
+ src/hb-aat-layout-ankr-table.hh | 13 ++++---------
+ 1 file changed, 4 insertions(+), 9 deletions(-)
+
+commit 6879efc2c1596d11a6a6ad296f80063b558d5e0f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 14:06:37 2019 -0500
+
+    [AAT] Fix anchor bound checking, again
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12532
+    Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=922303
+
+ src/hb-aat-layout-ankr-table.hh                           |   3 ++-
+ ...zz-testcase-minimized-harfbuzz_fuzzer-5166320261529600 | Bin 0 -> 393 bytes
+ ...zz-testcase-minimized-hb-shape-fuzzer-5667182741028864 | Bin 0 -> 407 bytes
+ 3 files changed, 2 insertions(+), 1 deletion(-)
+
+commit a262eb3d0b7009aabd9e0beebc77e5c0a2a65548
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jan 17 14:06:32 2019 -0500
+
+    [aat] Minor
+
+ src/hb-aat-layout-kerx-table.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit c986ca15a6320d78471adf950394f391e8729b15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jan 15 13:58:19 2019 -0500
+
+    Improve overflow avoidance
+    
+    Better fix for 480406cd3ef9e5ab8476ddfa04498bf23906c508
+    This way we behave the same on 32bit and 64bit archs.
+
+ src/hb-machinery.hh | 10 +++-------
+ 1 file changed, 3 insertions(+), 7 deletions(-)
+
+commit f401f85a5a3ec4ab9c28012a0bfe713d7ee96951
+Author: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
+Date:   Mon Dec 17 00:48:35 2018 +0100
+
+    Remove assumption about Core Text working in 96 DPI
+    
+    Core Text doesn't actually have a concept of DPI internally, as it
+    doesn't rasterize anything by itself, it just generates vector paths
+    that get passed along to Core Graphics.
+    
+    In practice this means Core Text operates in the classical macOS
+    logical DPI of 72, with one typographic point corresponding to one
+    point in the Core Graphics coordinate system, which for a normal
+    bitmap context then corresponds to one pixel -- or two pixels for
+    a "retina" context with a 2x scale transform.
+    
+    Scaling the font point sizes given to HarfBuzz to an assumed DPI
+    of 96 is problematic with this in mind, as fonts with optical
+    features such as 'trak' tables for tracking, or color glyphs,
+    will then base the metrics off of the wrong point size compared
+    to what the client asked for.
+    
+    This in turn causes mismatches between the metrics of the shaped
+    text and the actual rasterization, which doesn't include the 72
+    to 96 DPI scaling.
+    
+    If a 96 DPI is needed, such as on the Web, the scaling should be
+    done outside of HarfBuzz, allowing the client to keep the DPI of
+    the shaping in sync with the rasterization.
+    
+    The recommended way to do that is by scaling the font point size,
+    not by applying a transform to the target Core Graphics context,
+    to let Core Text choose the right optical features of the target
+    point size, as described in WWDC 2015 session 804:
+    
+      https://developer.apple.com/videos/play/wwdc2015/804/
+
+ src/hb-aat-layout-trak-table.hh                 | 11 ++---------
+ src/hb-coretext.cc                              | 25 ++++---------------------
+ test/shaping/data/in-house/tests/aat-trak.tests | 14 +++++++-------
+ test/shaping/data/in-house/tests/macos.tests    |  4 ++--
+ 4 files changed, 15 insertions(+), 39 deletions(-)
+
+commit 0d2727f4fe734af146785df10a44e3505e410ba1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 14 18:23:17 2019 -0800
+
+    fix FDSelect fuzzing bug (#1539)
+    
+    Rewrote struct FDSelect3_4.ranges as ArrayOf
+    Updated FDSelect3_4::sanitize () to call ranges.sanitize ()
+    nRanges now a function to return a reference to ranges.len
+
+ src/hb-ot-cff-common.hh     | 29 +++++++++++++++--------------
+ src/hb-subset-cff-common.cc |  2 +-
+ 2 files changed, 16 insertions(+), 15 deletions(-)
+
+commit 9f6172d669d53abbf3bf2a3546429cb5036e3d5f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 14 20:45:31 2019 -0500
+
+    Move _POSIX_SOURCE definition
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1308
+
+ src/hb-blob.cc | 9 +++++++++
+ src/hb.hh      | 4 ----
+ 2 files changed, 9 insertions(+), 4 deletions(-)
+
+commit 91d774712fa76dd26c441526712bddddca5b4bdd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 14 15:31:31 2019 -0500
+
+    [test] Add test for previous commit
+
+ ...uzz-testcase-minimized-harfbuzz_fuzzer-5662548265009152 | Bin 0 -> 28 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 480406cd3ef9e5ab8476ddfa04498bf23906c508
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 14 15:27:34 2019 -0500
+
+    Fix assertion on address overflow
+    
+    Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=917031
+
+ src/hb-machinery.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 7a6686a589ed6bf17a5af0b8012501e4d4ee2ded
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 14 15:09:14 2019 -0500
+
+    [AAT] Fix mort ContextualSubtable offset access
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12312
+
+ src/hb-aat-layout-morx-table.hh                           |   3 ++-
+ ...zz-testcase-minimized-hb-shape-fuzzer-5631444412530688 | Bin 0 -> 336 bytes
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit a3fa7d33360a58df5333dbbd121328e580f08849
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jan 14 14:37:36 2019 -0500
+
+    [AAT] Fix ankr table access
+    
+    Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=918340
+
+ src/hb-aat-layout-ankr-table.hh                          |   7 ++++---
+ ...z-testcase-minimized-harfbuzz_fuzzer-5126525414014976 | Bin 0 -> 1141 bytes
+ 2 files changed, 4 insertions(+), 3 deletions(-)
+
+commit 760303d411b1561533f8f08c7c15db331c71ece8
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Jan 11 15:27:35 2019 -0800
+
+    deleted a duplicate fontdicts_mod.fini() call (#1538)
+
+ src/hb-subset-cff1.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 5110f3da9a4711a35bfb780ea06cda677cc00209
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jan 9 16:01:11 2019 +0330
+
+    Add an initial .clang-format config
+    
+    There are things can be improved on clang-format side I guess before
+    the full assertion, but is the best we can get for now I guess.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1536
+
+ .clang-format | 38 ++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 38 insertions(+)
+
+commit 099bca6d406af9c8e12a66b93fcc9a38ff7914f9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jan 9 15:56:32 2019 +0330
+
+    Minor, hack .editorconfig for vscode use
+    
+    As VSCode and Atom https://github.com/Microsoft/vscode/issues/44438 don't support it
+
+ .editorconfig | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 7b48641aa8551115d21c534940ac4fb364e5ab92
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Jan 8 12:37:48 2019 -0800
+
+    fix leak in subset_enc_supp_codes (#1537)
+    
+    oss-fuzz issue 12310
+
+ src/hb-subset-cff1.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 97f67a3c3d499959d33e66aeed449e2957a14bc6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Jan 4 23:10:39 2019 +0330
+
+    [ci] Enable more of GCC compile warnings (#1533)
+
+ .circleci/config.yml      | 16 ++++++++--------
+ src/hb-gobject-structs.cc |  4 ++--
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+commit ad954870383a880262edcd01acd8e171c4614a68
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon Dec 3 12:49:44 2018 -0600
+
+    Usermanual: small formatting and wording fixes.
+
+ docs/usermanual-getting-started.xml  |  3 +++
+ docs/usermanual-install-harfbuzz.xml | 30 ++++++++++++++----------------
+ docs/usermanual-what-is-harfbuzz.xml | 11 ++++++-----
+ 3 files changed, 23 insertions(+), 21 deletions(-)
+
+commit ed13caddf2de68312608e12c37d0e6287c1ac0a0
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Wed Nov 28 13:48:38 2018 -0600
+
+    Usermanual: small updates.
+
+ ...anual-buffers-language-script-and-direction.xml |   7 +-
+ docs/usermanual-clusters.xml                       | 279 ++++++++++++++++-----
+ docs/usermanual-getting-started.xml                |  91 ++++++-
+ docs/usermanual-install-harfbuzz.xml               |   3 +-
+ docs/usermanual-shaping-concepts.xml               |  11 +-
+ 5 files changed, 314 insertions(+), 77 deletions(-)
+
+commit 26c5b54fb09fb45e02c9c4618bcea4958c698953
+Author: cclauss <cclauss@me.com>
+Date:   Mon Dec 31 04:30:43 2018 +0100
+
+    CircleCI: Test for Python 3 syntax errors and undefined names (#1522)
+    
+    Catch missing imports and errors like #1520 and #1521
+    
+    __E901,E999,F821,F822,F823__ are the "_showstopper_" [flake8](http://flake8.pycqa.org) issues that can halt the runtime with a SyntaxError, NameError, etc. Most other flake8 issues are merely "style violations" -- useful for readability but they do not effect runtime safety.
+    * F821: undefined name `name`
+    * F822: undefined name `name` in `__all__`
+    * F823: local variable name referenced before assignment
+    * E901: SyntaxError or IndentationError
+    * E999: SyntaxError -- failed to compile a file into an Abstract Syntax Tree
+
+ .circleci/config.yml             | 3 ++-
+ src/gen-use-table.py             | 4 +++-
+ test/subset/subset_test_suite.py | 2 +-
+ 3 files changed, 6 insertions(+), 3 deletions(-)
+
+commit 686e6f2e40da378e031b4c9871a471599c6d61cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 11:27:42 2018 -0500
+
+    Fix automake warnings
+    
+    [skip ci]
+
+ test/api/Makefile.am         | 1 -
+ test/subset/data/Makefile.am | 2 +-
+ 2 files changed, 1 insertion(+), 2 deletions(-)
+
+commit b5c12b9f4d2c32a5013c340f7e40649cb5f2b41a
+Author: cclauss <cclauss@me.com>
+Date:   Sun Dec 30 13:07:28 2018 +0100
+
+    print() is a function in Python 3 (#1520)
+
+ test/subset/generate-expected-outputs.py | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit f4da28b1f153ccf293b367363a1a4d83c056e4e1
+Author: cclauss <cclauss@me.com>
+Date:   Sun Dec 30 12:58:34 2018 +0100
+
+    Python 3 fixes to gen-os2-unicode-ranges.py (#1521)
+    
+    In Python 3, __reload()__ was moved and __sys.setdefaultencoding()__ because the default is already utf-8.  Also __Error()__ is an _undefined name_ and __Exception()__ creates a generic exception.
+
+ src/gen-os2-unicode-ranges.py | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+commit e5989e0962309b27b2486d8fd20f3cbc05c3d79a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Dec 30 10:23:47 2018 +0330
+
+    [cmake] Enable C++11 on CMake (#1519)
+
+ CMakeLists.txt | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+commit d092fb27198f24423e51ce07375ebd6d486f64d3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 01:53:03 2018 -0500
+
+    Ouch! Fix build on C++<11
+
+ src/hb.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 89949ed28db96edabeb09433fcc09f28168163d2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 30 01:52:19 2018 -0500
+
+    Fix ubsan with passing nullptr to qsort()
+
+ src/hb-array.hh | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 357a0a7ad344caf898eb1697fcdb859d118b7a13
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 27 18:29:23 2018 -0500
+
+    Fix build on C++ < 11
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 54c0a1731069a17ae4f3b79b419af75709f03f5b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 27 18:27:36 2018 -0500
+
+    [vector] Fix warning
+
+ src/hb-vector.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1043ddbee878a14df0ad8d83fbaa893370ef5a75
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 27 18:27:11 2018 -0500
+
+    [aat] Minor
+
+ src/hb-aat-layout-morx-table.hh | 2 +-
+ src/hb-aat-map.hh               | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 71da9ca62fa87bd3e0fa9d40924bb4c220313a03
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 27 18:01:06 2018 -0500
+
+    [vector] Remove use of arrayZ() by using casts
+
+ src/hb-ot-name-table.hh | 2 +-
+ src/hb-ot-name.cc       | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit fa333e34d6230210bc73a88b0ba6df2102dcda51
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 27 17:56:22 2018 -0500
+
+    [vector] Remove static_array
+    
+    Was good idea, but with C++ types with constructor/destructor, was getting in
+    the way as compiler was destructing those items where it was not desired.
+    Since C++ does not allow zero-sized arrays, just remove it...
+
+ src/hb-aat-map.hh            |  4 ++--
+ src/hb-cff-interp-common.hh  |  2 +-
+ src/hb-face.cc               |  2 +-
+ src/hb-object.hh             |  2 +-
+ src/hb-ot-cff-common.hh      |  2 +-
+ src/hb-ot-layout-gsubgpos.hh |  2 +-
+ src/hb-ot-map.hh             | 10 +++++-----
+ src/hb-ot-post-table.hh      |  2 +-
+ src/hb-set.hh                |  4 ++--
+ src/hb-vector.hh             | 34 +++++++++++-----------------------
+ src/hb.hh                    |  3 +++
+ 11 files changed, 29 insertions(+), 38 deletions(-)
+
+commit ab2258a419abbace9ff27916143b46f88e8ccef3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 27 17:45:05 2018 -0500
+
+    [vector] Use allocated = -1 to signify failure
+
+ src/hb-vector.hh | 16 +++++++++-------
+ 1 file changed, 9 insertions(+), 7 deletions(-)
+
+commit 09fa536d89d969998fe6bbe274a9964c73d1d982
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Dec 27 08:33:09 2018 -0800
+
+    fix lealk with cff2::accelerator_templ_t::topDict (#1517)
+
+ src/hb-ot-cff2-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 3b81442cd5c11099ae9245074d24ef679b4473fa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 24 11:31:04 2018 -0500
+
+    [vector] Change pre-alloced count from 8 to 2
+    
+    I'm thinking about dropping it to zero, but that needs slight code changes.
+
+ src/hb-vector.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d25a2f1496d13846ddaea123ac6fb9807dc5669a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 23 20:19:52 2018 -0500
+
+    Fix a few warnings
+
+ src/hb-aat-layout-common.hh | 12 ++++++------
+ src/hb-iter.hh              |  8 ++++----
+ src/hb-null.hh              |  2 +-
+ src/hb-ot-cff1-table.hh     |  2 +-
+ src/hb-ot-cff2-table.hh     |  2 +-
+ src/hb-subset-cff-common.hh |  3 ++-
+ src/hb.hh                   |  3 ++-
+ 7 files changed, 17 insertions(+), 15 deletions(-)
+
+commit 85003b594b3aa1f6638e274bc89f18999a5de9f5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 22 16:19:10 2018 -0500
+
+    [iter] Fix warning
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e4355b1ca177200db6769136ead1ee25da86ec85
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 22 16:11:22 2018 -0500
+
+    [set] Add iter_t as alias to const_iter_t
+
+ src/hb-set.hh    | 6 ++++--
+ src/test-iter.cc | 2 ++
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+commit 33f8de61863efa538c488121c476fd0e907020d0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 22 15:10:18 2018 -0500
+
+    [set] Change to const_iter
+
+ src/hb-set.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit f88fed5cd8787e3deeec05dac4353337dc02abdd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 22 11:11:10 2018 -0500
+
+    [set] Cache length in iterator
+
+ src/hb-set.hh | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit d0a706c7fdb72a1d224b4a5bdbad0fb8c90e3186
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Dec 22 19:47:48 2018 +0330
+
+    Minor, remove redundant inline
+
+ src/hb-ot-layout.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit ae6e348d642194585543f0d548fb94d210575fe4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Dec 22 19:47:29 2018 +0330
+
+    Minor, tweak spaces
+
+ src/hb-ot-glyf-table.hh     |  8 ++++----
+ src/hb-subset-cff-common.hh | 15 ++++++---------
+ 2 files changed, 10 insertions(+), 13 deletions(-)
+
+commit 29f0b6bce7da4c599f54066f7e7f6000f10d2f29
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Dec 22 07:47:04 2018 -0800
+
+    CFF renaming (#1507)
+    
+    * reimplement ByteStr as byte_str_t based on hb_ubytes_t
+    
+    Unuse start_embed<ByteStr>
+    Also renamed SubByteStr to byte_str_ref_t
+    More renaming to come
+    
+    * substr renamed to str_ref in line with its type byte_str_ref_t
+    
+    * uncamelize non-table struct names
+    
+    * uncamelized non-struct types OpCode etc
+    
+    * add byte_str_t copy ctor
+    
+    * test
+    
+    * test2
+    
+    * undo tests
+    
+    * fix bot failure
+    
+    * undo the previous change
+    
+    * fixed tabs, added inline
+    
+    * Revert "fixed tabs, added inline"
+    
+    This reverts commit 21163c30e9d18759414f7fe2518628241599f039.
+    
+    * fix tabs
+
+ src/hb-cff-interp-common.hh      | 215 +++++++++++++++------------------
+ src/hb-cff-interp-cs-common.hh   | 250 +++++++++++++++++++--------------------
+ src/hb-cff-interp-dict-common.hh |  64 +++++-----
+ src/hb-cff1-interp-cs.hh         |  26 ++--
+ src/hb-cff2-interp-cs.hh         |  56 ++++-----
+ src/hb-ot-cff-common.hh          |  59 ++++-----
+ src/hb-ot-cff1-table.cc          |  56 ++++-----
+ src/hb-ot-cff1-table.hh          | 147 ++++++++++++-----------
+ src/hb-ot-cff2-table.cc          |  28 ++---
+ src/hb-ot-cff2-table.hh          | 128 ++++++++++----------
+ src/hb-subset-cff-common.cc      |  10 +-
+ src/hb-subset-cff-common.hh      | 232 ++++++++++++++++++------------------
+ src/hb-subset-cff1.cc            | 244 +++++++++++++++++++-------------------
+ src/hb-subset-cff2.cc            | 100 ++++++++--------
+ 14 files changed, 796 insertions(+), 819 deletions(-)
+
+commit 89d04129e2f4dedb865635dcb8f0fd020e4218c2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 20:07:52 2018 -0500
+
+    [set] Actually derive iterator from hb_sorted_iter_t<>
+
+ src/hb-set.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fc35919d015c5b8d231933d6bc6ea640c83af6b2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 20:06:17 2018 -0500
+
+    [set] Implement unified iterator
+
+ src/hb-set.hh | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit 4911e67d2d2188ee9bdc0315e121e51d9967b567
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 20:00:52 2018 -0500
+
+    [set] Mark some internals protected
+
+ src/hb-set.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 954b985422a8964f6e7da9f71ab7a68074017111
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 19:55:02 2018 -0500
+
+    [iter] Add hb_sorted_iter_t<>
+
+ src/hb-array.hh |  2 +-
+ src/hb-iter.hh  | 11 +++++++++++
+ 2 files changed, 12 insertions(+), 1 deletion(-)
+
+commit b205105c9e1c6295b17cfd88ffb8ca7d963ef173
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 19:48:21 2018 -0500
+
+    [iter] Change operator[] operand to be signed
+    
+    To fix older compilers again (this was the case in hb_array_t).
+    
+    hb-ot-layout-common.hh:1353: note: candidate 2: operator[](T*, int) <built-in>
+    hb-ot-layout-common.hh:1354: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
+    hb-iter.hh:63: note: candidate 1: Item& hb_iter_t<Iter, Item>::operator[](unsigned int) const [with Iter = hb_array_t<const OT::IntType<short unsigned int, 2u> >, Item = const OT::IntType<short unsigned int, 2u>]
+    hb-ot-layout-common.hh:1354: note: candidate 2: operator[](T*, int) <built-in>
+    hb-ot-layout-common.hh: In member function 'bool OT::ClassDef::serialize(hb_serialize_context_t*, hb_array_t<const OT::IntType<short unsigned int, 2u> >, hb_array_t<const OT::IntType<short unsigned int, 2u> >)':
+    hb-ot-layout-common.hh:1490: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
+    hb-iter.hh:63: note: candidate 1: Item& hb_iter_t<Iter, Item>::operator[](unsigned int) const [with Iter = hb_array_t<const OT::IntType<short unsigned int, 2u> >, Item = const OT::IntType<short unsigned int, 2u>]
+    hb-ot-layout-common.hh:1490: note: candidate 2: operator[](T*, int) <built-in>
+
+ src/hb-iter.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 25786f49c1df36fdb5f78681055a1f4aa4b17f86
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 19:29:00 2018 -0500
+
+    [array] Port to hb_iter_t<>
+    
+    hb_array_t is its own iterator...
+
+ src/hb-array.hh | 75 +++++++++++++++++++++++++--------------------------------
+ src/hb-iter.hh  |  5 ++--
+ 2 files changed, 36 insertions(+), 44 deletions(-)
+
+commit 2a33ab0560a13cb8fef5983bfe0f6d68dfd47b14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 18:49:27 2018 -0500
+
+    [iter] Change __more__ to fallback to __len__
+
+ src/hb-iter.hh   | 15 ++++++---------
+ src/test-iter.cc |  1 -
+ 2 files changed, 6 insertions(+), 10 deletions(-)
+
+commit 474a12058d681f2d7cef84db0cf20f9f784fa400
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 18:46:51 2018 -0500
+
+    [array/vector] Rename len to length
+
+ src/hb-aat-layout-feat-table.hh |  5 ++-
+ src/hb-aat-layout-lcar-table.hh |  2 +-
+ src/hb-aat-map.cc               |  4 +--
+ src/hb-array.hh                 | 72 ++++++++++++++++++++---------------------
+ src/hb-cff-interp-common.hh     | 10 +++---
+ src/hb-cff2-interp-cs.hh        |  6 ++--
+ src/hb-coretext.cc              | 12 +++----
+ src/hb-face.cc                  |  4 +--
+ src/hb-object.hh                | 23 +++++++------
+ src/hb-open-file.hh             |  4 +--
+ src/hb-open-type.hh             |  8 ++---
+ src/hb-ot-cff-common.hh         | 38 +++++++++++-----------
+ src/hb-ot-cff1-table.hh         | 28 ++++++++--------
+ src/hb-ot-cmap-table.hh         | 24 +++++++-------
+ src/hb-ot-color-colr-table.hh   |  6 ++--
+ src/hb-ot-hdmx-table.hh         |  6 ++--
+ src/hb-ot-hmtx-table.hh         |  8 ++---
+ src/hb-ot-layout-common.hh      | 32 +++++++++---------
+ src/hb-ot-layout-gdef-table.hh  |  4 +--
+ src/hb-ot-layout-gsub-table.hh  | 24 +++++++-------
+ src/hb-ot-layout-gsubgpos.hh    |  2 +-
+ src/hb-ot-layout.cc             |  2 +-
+ src/hb-ot-map.cc                | 22 ++++++-------
+ src/hb-ot-map.hh                |  4 +--
+ src/hb-ot-math-table.hh         |  4 +--
+ src/hb-ot-maxp-table.hh         |  2 +-
+ src/hb-ot-name-table.hh         |  8 ++---
+ src/hb-ot-name.cc               |  4 +--
+ src/hb-ot-post-table.hh         |  8 ++---
+ src/hb-ot-var-fvar-table.hh     |  2 +-
+ src/hb-ot-vorg-table.hh         | 10 +++---
+ src/hb-set.hh                   | 36 ++++++++++-----------
+ src/hb-subset-cff-common.cc     |  8 ++---
+ src/hb-subset-cff-common.hh     | 50 ++++++++++++++--------------
+ src/hb-subset-cff1.cc           | 48 +++++++++++++--------------
+ src/hb-subset-cff2.cc           | 16 ++++-----
+ src/hb-subset-glyf.cc           | 14 ++++----
+ src/hb-subset-plan.cc           |  2 +-
+ src/hb-uniscribe.cc             | 26 +++++++--------
+ src/hb-vector.hh                | 56 ++++++++++++++++----------------
+ src/test-iter.cc                |  4 +--
+ 41 files changed, 325 insertions(+), 323 deletions(-)
+
+commit 2fc1860a5b40f5deba720c0c1099fdd0450b77c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 18:09:45 2018 -0500
+
+    [iter] Split hb_iter_t<> into hb_iter_t<> and hb_iter_mixin_t<>
+
+ src/hb-iter.hh   | 31 ++++++++++++++++++++-----------
+ src/test-iter.cc |  2 +-
+ 2 files changed, 21 insertions(+), 12 deletions(-)
+
+commit 865deeb3be1cb40efe3d7c42db48b0cdf977de47
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 17:35:58 2018 -0500
+
+    Adjust internal header dependencies
+
+ src/hb-array.hh            |  5 ++++-
+ src/hb-dsalgs.hh           |  1 -
+ src/hb-iter.hh             |  1 +
+ src/hb-vector.hh           |  1 +
+ src/hb.hh                  | 15 +++++++++------
+ src/test-iter.cc           |  1 +
+ src/test-unicode-ranges.cc |  1 +
+ 7 files changed, 17 insertions(+), 8 deletions(-)
+
+commit 8e5c2bc60bd9a800dacc96cc29c6ff831a852ae3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 17:29:11 2018 -0500
+
+    [Makefile.am] Minor
+
+ src/Makefile.am | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit f419cef4174c5447bf5031e771483f3274ae4dce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 17:22:09 2018 -0500
+
+    [iter] Include from hb.hh
+
+ src/hb.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 7557e34872c846433c2465b21b99bf7c5f961673
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 17:21:19 2018 -0500
+
+    [iter] Move hb_fill() and hb_copy() to hb-iter.hh
+
+ src/hb-iter.hh   | 18 ++++++++++++++++++
+ src/test-iter.cc | 16 ----------------
+ 2 files changed, 18 insertions(+), 16 deletions(-)
+
+commit 5e1840e031cff1127842fc5cc8ee93e5959f02d5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 16:39:57 2018 -0500
+
+    [iter] Disallow copy-construction or assignment of hb_iter_t<>
+    
+    Should only be done by subclass.
+
+ src/hb-iter.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 65e8bd56ad26912636fbdc400a83cc48db2a13ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 16:20:30 2018 -0500
+
+    [iter] Fix hb_copy() return value
+
+ src/test-iter.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 40d71211a8969ec4414d2476a209e60d0a3525d3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 16:19:44 2018 -0500
+
+    [iter] Add const_iter_t / const_iter()
+
+ src/hb-iter.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit aaddfaa57a841726a8b49653af3f8b702831da1b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 16:04:38 2018 -0500
+
+    [iter] Make hb_fill() take collection type, not iter
+    
+    Starting to get the hang of when take which.
+
+ src/test-iter.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 7b4eea853c36fd59db6e5d68bbef9b8cebad760e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 16:02:16 2018 -0500
+
+    [array] Add more hb_array() / hb_sorted_array() variants
+
+ src/hb-array.hh | 15 +++++++++++----
+ 1 file changed, 11 insertions(+), 4 deletions(-)
+
+commit 09740148e310021a4a690666c2e2836c2005353d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 15:56:01 2018 -0500
+
+    [serialize] Use component_list by reference, as a supplier
+
+ src/hb-ot-layout-gsub-table.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 3dbe1e364c19d82ab436b9ea7b41c9754d43e923
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 15:53:09 2018 -0500
+
+    [iter] Add .random_access()
+
+ src/hb-iter.hh   | 4 ++++
+ src/test-iter.cc | 1 +
+ 2 files changed, 5 insertions(+)
+
+commit 20f14b4aa6311d8fb2ed80c47bb15e8d87d2f6b3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 15:19:22 2018 -0500
+
+    [iter] Fix __end__()
+
+ src/hb-iter.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 95265aeab7da54f31d4f68590af7730054b6be16
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 15:12:55 2018 -0500
+
+    [array] Remove copy constructor
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1502
+
+ src/hb-array.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 69d232eaea323b8c42e5fa1788553ac4e8bf3a50
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 15:08:06 2018 -0500
+
+    Fix bot
+    
+      C:\projects\harfbuzz\src\hb-uniscribe.cc(709): error C2666: 'hb_vector_t<OPENTYPE_FEATURE_RECORD,8>::operator +': 3 overloads have similar conversions [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
+
+ src/hb-uniscribe.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b9a51f531009ce201b86a0326aff662fd19a68a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 15:05:00 2018 -0500
+
+    Minor
+
+ src/hb-ot-layout-gpos-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit bdb6da72267c8fa4802a2183ba69a1535653378b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 11:20:27 2018 -0500
+
+    [iter] Fix test again
+
+ src/test-iter.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit e9520752489298e0ce1a08da10ec3d439f9356d9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 11:15:16 2018 -0500
+
+    Minor
+
+ src/Makefile.am  | 6 +++---
+ src/test-iter.cc | 1 -
+ 2 files changed, 3 insertions(+), 4 deletions(-)
+
+commit 35503d7d7324293162b605ffe0bd712656dd52b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 03:03:46 2018 -0500
+
+    [iter] More prototyping
+
+ src/test-iter.cc | 18 ++++++++++++++++++
+ 1 file changed, 18 insertions(+)
+
+commit 73c7a896d1395539e3c9e71b073ce5094c835aa0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 02:48:28 2018 -0500
+
+    [iter] Make hb_fill() and hb_copy() take iterators
+    
+    I'm still going back and force...
+
+ src/test-iter.cc | 11 ++++-------
+ 1 file changed, 4 insertions(+), 7 deletions(-)
+
+commit 12e506fda4bfd82d67e4beede29ae7dbc02ad8f4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 02:47:04 2018 -0500
+
+    [iter] Add hb_fill()
+
+ src/test-iter.cc | 20 ++++++++++++++------
+ 1 file changed, 14 insertions(+), 6 deletions(-)
+
+commit ad3ed58de5297930826c67d18b99991b93d29654
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 02:12:55 2018 -0500
+
+    [iter] Start prototyping hb_copy()
+
+ src/test-iter.cc | 18 ++++++++++++++----
+ 1 file changed, 14 insertions(+), 4 deletions(-)
+
+commit 44af738d19486095c0fbc2ef2b359a298126ac2b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 01:59:37 2018 -0500
+
+    [iter] Showcase implicit casts
+
+ src/test-iter.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 879faa2aee74e237594901426096ceeb78a716a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 01:57:40 2018 -0500
+
+    Rename
+
+ src/hb-array.hh     | 2 +-
+ src/hb-open-type.hh | 4 ++--
+ src/hb-vector.hh    | 2 +-
+ 3 files changed, 4 insertions(+), 4 deletions(-)
+
+commit aeb696a91cd1cdc73bf5b87e56163c7f64778616
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 01:57:02 2018 -0500
+
+    [iter] Rename
+
+ src/hb-iter.hh | 44 ++++++++++++++++++++++----------------------
+ 1 file changed, 22 insertions(+), 22 deletions(-)
+
+commit 8001e00a470ad06f0307002b4cade5612ee7b521
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 01:53:27 2018 -0500
+
+    [iter] First sample use
+
+ src/Makefile.am  |  5 ++++-
+ src/hb-iter.hh   | 25 +++++++++++--------------
+ src/test-iter.cc | 25 ++++++++++++++++++++-----
+ 3 files changed, 35 insertions(+), 20 deletions(-)
+
+commit 19d2b5013d8ac7aa45b3b8e8c61ad90773c86925
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 01:17:35 2018 -0500
+
+    [iter] Add bidirectionality
+
+ src/hb-iter.hh | 14 ++++++++++++--
+ 1 file changed, 12 insertions(+), 2 deletions(-)
+
+commit 314d8698d0746416efd332f5fae45aecb26df7ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 00:54:55 2018 -0500
+
+    [iter] Sketch new iterator design
+
+ src/hb-iter.hh   | 154 +++++++++++++++++++------------------------------------
+ src/test-iter.cc |  16 ++++++
+ 2 files changed, 69 insertions(+), 101 deletions(-)
+
+commit f6d5f1e91ced2b6b1114ad765f568f799dd3612f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 00:23:34 2018 -0500
+
+    [iter] Add empty test
+
+ src/Makefile.am            |  7 +++++--
+ src/hb-machinery.hh        |  1 -
+ src/test-iter.cc           | 33 +++++++++++++++++++++++++++++++++
+ src/test-unicode-ranges.cc |  2 --
+ 4 files changed, 38 insertions(+), 5 deletions(-)
+
+commit b80b97b549dacc10d314bf8b5fd4ace596ccdfe1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Dec 21 00:08:05 2018 -0500
+
+    Revert "Remove unused hb-iter.hh"
+    
+    This reverts commit 969ff3c7aadbe721cdd414488eb170433f10d00c.
+
+ src/Makefile.sources |   1 +
+ src/hb-iter.hh       | 146 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-machinery.hh  |   1 +
+ 3 files changed, 148 insertions(+)
+
+commit a728c63a98281fd4a0661e17fc01171bc3205b27
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 20 23:15:49 2018 -0500
+
+    [vector] Add operator bool
+
+ src/hb-vector.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit bd369773921b4891996bd21f325702e490f47ca4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 20 23:14:24 2018 -0500
+
+    Rename
+
+ src/hb-array.hh     | 2 +-
+ src/hb-open-type.hh | 4 ++--
+ src/hb-vector.hh    | 2 +-
+ 3 files changed, 4 insertions(+), 4 deletions(-)
+
+commit e6ebc9b6f89e62d888b3bcf926afd624f16f3e95
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 20 23:13:36 2018 -0500
+
+    Remove unused typedef
+
+ src/hb-machinery.hh | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 4941e95f10fe0fe658752134a42b58896fb19c42
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 20 21:48:57 2018 -0500
+
+    2.3.0
+
+ NEWS                 | 15 +++++++++++++++
+ configure.ac         |  2 +-
+ src/hb-aat-layout.cc |  6 +++---
+ src/hb-version.h     |  4 ++--
+ 4 files changed, 21 insertions(+), 6 deletions(-)
+
+commit 87f7c83fffb7e64970be23c8e3c620d32a3b8f5b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 20 15:54:17 2018 -0500
+
+    [serializer] Add operator <<
+    
+    Not sure if we are going to use it.  But might incentivize us to.
+
+ src/hb-machinery.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 5b70074edf1c12a9442037d54c03d3025bd93995
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 20 15:38:59 2018 -0500
+
+    Add hb_assign(obj, value)
+
+ src/hb-machinery.hh |  2 +-
+ src/hb-null.hh      | 24 +++++++++++++++++++++++-
+ src/hb-open-type.hh |  5 +++--
+ 3 files changed, 27 insertions(+), 4 deletions(-)
+
+commit 6124123393eabb77d34830c971ec463998d50aba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 20 12:26:30 2018 -0500
+
+    [serialize] Adjust ClassDef
+    
+    [skip ci]
+
+ src/hb-ot-layout-common.hh | 32 ++++++++++++++++----------------
+ 1 file changed, 16 insertions(+), 16 deletions(-)
+
+commit 4220b7bdd7706622563401bf8f055c4b1482b4e5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 20 11:48:45 2018 -0500
+
+    Fix code on big-endian gcc / clang
+    
+    Ouch!  We need a bigendian bot...
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1498
+
+ src/hb-machinery.hh | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit c87ee72232416099a73b563ca7aaf293b1c87b2a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 19 22:28:16 2018 -0500
+
+    Minor [skip ci]
+
+ src/hb-dsalgs.hh | 13 +++++++------
+ 1 file changed, 7 insertions(+), 6 deletions(-)
+
+commit 5000a59a6391d588c2cbdda132839b1fb1f75bf2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 19 21:07:53 2018 -0500
+
+    [saitnize] Minor
+
+ src/hb-machinery.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 3ee4ea945674c4b96c9aa6b0367bbf22dc8745d1
+Author: fanc999 <fanc999@yahoo.com.tw>
+Date:   Thu Dec 20 11:26:54 2018 +0800
+
+    Fix build on older Visual Studio versions (#1499)
+    
+    * src/hb-cff-interp-dict-common.hh: Use ull for unsigned int64_t
+    
+    The llu suffix does not work for older Visual Studio versions
+    (pre-2013), but ull works for all the compilers that we attempt to
+    support.
+    
+    * test/api: Fix build on pre-C99 compilers
+    
+    Ensure variables are declared at the top of the block.
+    
+    * src/hb-dsalgs.hh: Add specialization for hb_is_signed<> for __int8
+    
+    Pre-Visual Studio 2010 does not consider __int8 (which is typedef'ed to
+    int8_t) to be equivilant to signed char, so the compiler cannot find the
+    corresponding hb_is_signed<> specialization that is needed.
+    
+    The interesting thing is unsigned __int8 is considered to be equivilant
+    to unsigned char, so as the other types (short, int, long) that we look
+    for here, so only the specialization for __int8 is added here.
+    
+    This will fix builds on Visual Studio 2008 at least.
+
+ src/hb-cff-interp-dict-common.hh |  2 +-
+ src/hb-dsalgs.hh                 |  9 +++++++++
+ test/api/test-aat-layout.c       |  3 ++-
+ test/api/test-subset-cff1.c      | 12 ++++++++----
+ 4 files changed, 20 insertions(+), 6 deletions(-)
+
+commit a62870506d16949582bf0b54e3dc8846b9747a4a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 19 21:05:00 2018 -0500
+
+    [sanitize] Use hb_static_size instead of ::static_size
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1496#issuecomment-448818112
+
+ src/hb-machinery.hh | 11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+commit 0c9cd5d5f4d96df77e4298e16c786e67b83f9bc4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Dec 19 21:18:30 2018 +0330
+
+    [test] Fix test-name-table.cc leak issue
+    
+    Spotted it accidentally but wanted to see if is anything serious so went for fixing it
+
+ src/test-name-table.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 3d9d7dc4dd4be8e746507282569504b511afa709
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 18 22:11:23 2018 -0500
+
+    [arrays] Add hb_ubytes_t for unsigned char
+
+ src/hb-array.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit f1e95e40edc871c840abe8a8a695efc252af40f5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 18 16:49:08 2018 -0500
+
+    [arrays] Remove hb_supplier_t<>
+
+ src/hb-array.hh                            |  11 --
+ src/hb-cff2-interp-cs.hh                   |   2 +-
+ src/hb-face.cc                             |   6 +-
+ src/hb-open-file.hh                        |  15 +-
+ src/hb-open-type.hh                        |  18 +-
+ src/hb-ot-cmap-table.hh                    |   3 +-
+ src/hb-ot-layout-common.hh                 | 104 ++++--------
+ src/hb-ot-layout-gsub-table.hh             | 257 +++++++++++++----------------
+ src/hb-ot-shape-complex-arabic-fallback.hh |  23 +--
+ 9 files changed, 170 insertions(+), 269 deletions(-)
+
+commit f9417af29bd5a1d2f5b55389a1cc6f4280b347d8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 18 13:23:32 2018 -0500
+
+    [serialize] Propagate error from hb-face
+
+ src/hb-face.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 9aebfb418222427a324d911b32abfc11256ca9e3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 18 13:22:17 2018 -0500
+
+    [serialize] Streamline error propagation
+
+ src/hb-buffer.hh               |  2 ++
+ src/hb-machinery.hh            | 35 ++++++++++++++++++++++++++---------
+ src/hb-map.hh                  |  2 ++
+ src/hb-ot-layout-common.hh     |  4 ++--
+ src/hb-ot-layout-gsub-table.hh |  4 ++--
+ src/hb-set.hh                  |  2 ++
+ src/hb-subset.cc               |  2 +-
+ 7 files changed, 37 insertions(+), 14 deletions(-)
+
+commit 969ff3c7aadbe721cdd414488eb170433f10d00c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 17 22:43:00 2018 -0500
+
+    Remove unused hb-iter.hh
+    
+    The ideas there are all part of hb-array.hh now.  To be determined how we
+    want to use generic iterator patterns.
+
+ src/Makefile.sources |   1 -
+ src/hb-iter.hh       | 146 ---------------------------------------------------
+ src/hb-machinery.hh  |   1 -
+ 3 files changed, 148 deletions(-)
+
+commit b1094fc2d2b614c1407b502d15bd98407a5ffb56
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 17 22:41:04 2018 -0500
+
+    [arrays] Minor tweaks to hb_supplier_t
+    
+    I think I like to keep this hb_supplier_t thing separately from hb_array_t.
+
+ src/hb-array.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit cf39c242057636feebafce347f8e7ac2b305112a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 17 22:36:23 2018 -0500
+
+    [arrays] Rename Supplier to hb_supplier_t
+
+ src/hb-array.hh                            |   6 +-
+ src/hb-face.cc                             |   2 +-
+ src/hb-open-file.hh                        |   4 +-
+ src/hb-open-type.hh                        |   4 +-
+ src/hb-ot-cmap-table.hh                    |   2 +-
+ src/hb-ot-layout-common.hh                 |  34 ++++-----
+ src/hb-ot-layout-gsub-table.hh             | 108 ++++++++++++++---------------
+ src/hb-ot-shape-complex-arabic-fallback.hh |  14 ++--
+ 8 files changed, 87 insertions(+), 87 deletions(-)
+
+commit 6b5eaa753047b6b0389cb7521c52efbaccf72daf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 17 21:55:33 2018 -0500
+
+    Hide hb_addressof()
+
+ src/hb-dsalgs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6befa75cdf83d561de69fb342f68694cd7b46f5e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 17 20:34:51 2018 -0500
+
+    Enable __builtin_* on clang
+    
+    We'll see which old clang versions this breaks...
+
+ src/hb-dsalgs.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 8d2d41025619e24160ed80edd1c413168a2dda36
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 17 20:23:26 2018 -0500
+
+    Add hb_addressof() and use it to fix bug after hb_bytes_t merge
+    
+    We cannot take address hb_bytes_t direction.  We need to use the
+    newly added hb_addressof(), ala std::addressof().
+
+ src/hb-dsalgs.hh        | 9 +++++++++
+ src/hb-ot-post-table.hh | 3 ++-
+ 2 files changed, 11 insertions(+), 1 deletion(-)
+
+commit 49334f9b509fc15e8baa93d49b86886ca933de04
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 17 18:27:36 2018 -0500
+
+    Enable system extensions in hb.hh
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1491
+
+ configure.ac |  1 -
+ src/hb.hh    | 26 ++++++++++++++++++++++++++
+ 2 files changed, 26 insertions(+), 1 deletion(-)
+
+commit 37c14bc7459e8b9cc0840b68223123ffb950b4cc
+Author: prrace <philip.race@oracle.com>
+Date:   Mon Dec 17 14:59:37 2018 -0800
+
+    Fix Solaris use after free (#1495)
+
+ src/hb-atomic.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 483f2491e40ccf660836ed2797738297e40bd100
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 17 17:56:10 2018 -0500
+
+    Remove define GNU_SOURCE
+    
+    Not needed.  We get it in our config.h automatically thanks to
+    AC_USE_SYSTEM_EXTENSIONS.  Let's see whose build it breaks...
+    If we end up putting it back, we should add other things from
+    that macro and remove the macro.
+
+ src/hb.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 87ff65aea117391c732d51d874964b3e32d6fa94
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 17 17:19:42 2018 -0500
+
+    Fix more warnings
+
+ src/hb.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f9d219a17417f61fa2c6152d2181504866583a72
+Author: prrace <philip.race@oracle.com>
+Date:   Mon Dec 17 14:18:47 2018 -0800
+
+    Fix Solaris Trailing comma in enum warnings (#1490)
+
+ src/hb-ot-color.h | 2 +-
+ src/hb-ot-name.h  | 2 +-
+ src/hb-ot-var.h   | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 244a8627f7b0ed651d6010c7ee7e54fa8fcca400
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Dec 17 21:31:43 2018 +0330
+
+    Lower coretext_aat shaper priority (#1488)
+    
+    Related to https://github.com/harfbuzz/harfbuzz/issues/1478
+
+ src/hb-shaper-list.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit e41200859997ccf8fd7d36fff654f3ceea3a4160
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Dec 17 21:31:01 2018 +0330
+
+    Remove redundant void from C++ sources (#1486)
+
+ src/dump-indic-data.cc           |   2 +-
+ src/dump-khmer-data.cc           |   2 +-
+ src/dump-myanmar-data.cc         |   2 +-
+ src/dump-use-data.cc             |   2 +-
+ src/hb-aat-fdsc-table.hh         |   4 +-
+ src/hb-aat-layout-common.hh      |  23 +++---
+ src/hb-aat-layout-feat-table.hh  |   8 +--
+ src/hb-aat-layout-just-table.hh  |   2 +-
+ src/hb-aat-layout-kerx-table.hh  |  21 +++---
+ src/hb-aat-layout-morx-table.hh  |  10 +--
+ src/hb-aat-layout-trak-table.hh  |   4 +-
+ src/hb-aat-layout.cc             |   6 +-
+ src/hb-aat-map.hh                |   4 +-
+ src/hb-array.hh                  |  24 +++----
+ src/hb-atomic.hh                 |  18 ++---
+ src/hb-blob.cc                   |   8 +--
+ src/hb-blob.hh                   |  33 ++++-----
+ src/hb-buffer-serialize.cc       |   2 +-
+ src/hb-buffer.cc                 |  24 +++----
+ src/hb-buffer.hh                 |  51 ++++++-------
+ src/hb-cache.hh                  |   6 +-
+ src/hb-cff-interp-common.hh      | 113 +++++++++++++----------------
+ src/hb-cff-interp-cs-common.hh   |  26 +++----
+ src/hb-cff-interp-dict-common.hh |  12 ++--
+ src/hb-cff1-interp-cs.hh         |   4 +-
+ src/hb-cff2-interp-cs.hh         |  24 +++----
+ src/hb-common.cc                 |  20 +++---
+ src/hb-coretext.cc               |   2 +-
+ src/hb-debug.hh                  |   6 +-
+ src/hb-directwrite.cc            |  16 ++---
+ src/hb-dsalgs.hh                 |   2 +-
+ src/hb-face.cc                   |   6 +-
+ src/hb-face.hh                   |   8 +--
+ src/hb-font.cc                   |   6 +-
+ src/hb-font.hh                   |   6 +-
+ src/hb-ft.cc                     |  18 ++---
+ src/hb-glib.cc                   |   8 +--
+ src/hb-gobject-enums.cc.tmpl     |   2 +-
+ src/hb-gobject-enums.h.tmpl      |   2 +-
+ src/hb-gobject-structs.cc        |   2 +-
+ src/hb-icu.cc                    |   8 +--
+ src/hb-iter.hh                   |  15 ++--
+ src/hb-machinery.hh              | 150 ++++++++++++++++-----------------------
+ src/hb-map.cc                    |   4 +-
+ src/hb-map.hh                    |  24 +++----
+ src/hb-mutex.hh                  |  10 +--
+ src/hb-null.hh                   |  32 ++++-----
+ src/hb-object.hh                 |  22 +++---
+ src/hb-open-file.hh              |  32 ++++-----
+ src/hb-open-type.hh              |  66 +++++++++--------
+ src/hb-ot-cff-common.hh          |  30 ++++----
+ src/hb-ot-cff1-table.cc          |  17 ++---
+ src/hb-ot-cff1-table.hh          |  52 ++++++--------
+ src/hb-ot-cff2-table.cc          |   8 +--
+ src/hb-ot-cff2-table.hh          |  34 ++++-----
+ src/hb-ot-cmap-table.hh          |  10 +--
+ src/hb-ot-color-cbdt-table.hh    |   4 +-
+ src/hb-ot-color-colr-table.hh    |   2 +-
+ src/hb-ot-color-cpal-table.hh    |  10 +--
+ src/hb-ot-color-sbix-table.hh    |  11 ++-
+ src/hb-ot-color-svg-table.hh     |   7 +-
+ src/hb-ot-face.cc                |   2 +-
+ src/hb-ot-face.hh                |   2 +-
+ src/hb-ot-font.cc                |   8 +--
+ src/hb-ot-glyf-table.hh          |   6 +-
+ src/hb-ot-hdmx-table.hh          |   4 +-
+ src/hb-ot-head-table.hh          |   8 +--
+ src/hb-ot-hmtx-table.hh          |   2 +-
+ src/hb-ot-kern-table.hh          |  20 +++---
+ src/hb-ot-layout-base-table.hh   |  10 +--
+ src/hb-ot-layout-common.hh       |  67 +++++++++--------
+ src/hb-ot-layout-gdef-table.hh   |  20 +++---
+ src/hb-ot-layout-gpos-table.hh   |  34 ++++-----
+ src/hb-ot-layout-gsub-table.hh   |  24 +++----
+ src/hb-ot-layout-gsubgpos.hh     |  92 +++++++++++-------------
+ src/hb-ot-layout-jstf-table.hh   |   8 +--
+ src/hb-ot-map.cc                 |   2 +-
+ src/hb-ot-map.hh                 |   8 +--
+ src/hb-ot-math-table.hh          |  11 ++-
+ src/hb-ot-maxp-table.hh          |   5 +-
+ src/hb-ot-name-table.hh          |   6 +-
+ src/hb-ot-os2-table.hh           |  18 ++---
+ src/hb-ot-post-table.hh          |   4 +-
+ src/hb-ot-shape.cc               |   2 +-
+ src/hb-ot-shape.hh               |   2 +-
+ src/hb-ot-tag.cc                 |   4 +-
+ src/hb-ot-var-fvar-table.hh      |   9 ++-
+ src/hb-ot-var-hvar-table.hh      |   9 +--
+ src/hb-ot-vorg-table.hh          |   2 +-
+ src/hb-set-digest.hh             |   4 +-
+ src/hb-set.cc                    |   4 +-
+ src/hb-set.hh                    |  38 +++++-----
+ src/hb-shape-plan.cc             |   2 +-
+ src/hb-shape-plan.hh             |   5 +-
+ src/hb-shape.cc                  |  10 +--
+ src/hb-shaper.cc                 |  14 ++--
+ src/hb-shaper.hh                 |   6 +-
+ src/hb-static.cc                 |   4 +-
+ src/hb-subset-cff-common.hh      |  91 +++++++++++-------------
+ src/hb-subset-cff1.cc            |  20 ++----
+ src/hb-subset-cff2.cc            |   8 +--
+ src/hb-subset-input.cc           |   2 +-
+ src/hb-subset.hh                 |   4 +-
+ src/hb-ucdn.cc                   |  10 +--
+ src/hb-unicode.cc                |  64 ++++++++---------
+ src/hb-uniscribe.cc              |  12 ++--
+ src/hb-vector.hh                 |  38 +++++-----
+ src/hb.hh                        |   6 +-
+ src/test-unicode-ranges.cc       |   4 +-
+ util/ansi-print.cc               |   6 +-
+ util/hb-fc.cc                    |   2 +-
+ util/hb-shape.cc                 |   5 +-
+ util/helper-cairo.cc             |   2 +-
+ util/helper-cairo.hh             |   2 +-
+ util/main-font-text.hh           |   2 +-
+ util/options.cc                  |   8 +--
+ util/options.hh                  |  22 +++---
+ util/view-cairo.hh               |  14 ++--
+ 118 files changed, 861 insertions(+), 1024 deletions(-)
+
+commit 7ace10078c23d00da4af0480f91b877faeed3d38
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Dec 17 20:07:04 2018 +0330
+
+    Minor, fix two more ArrayOf incorrect operator logic
+
+ src/hb-open-type.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a1240383aa82fd88e922a1e751444d14033ae882
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 17 10:44:14 2018 -0500
+
+    [arrays] Minor fix
+
+ src/hb-open-type.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 381c3548e9022a421bcf88db148cc11f337f3b79
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 17 00:39:30 2018 -0500
+
+    [array] Add cast operator to add const to Type
+    
+    In lieu of constructor removed in previous commit.
+
+ src/hb-array.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 15acf33c228e0c8e0f8cc6a04e566970164dd5f1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 17 00:38:13 2018 -0500
+
+    [array] Remove problematic constructor
+
+ src/hb-array.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 470369a871791b610e0c42212558e83baeb83409
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 17 00:20:19 2018 -0500
+
+    [array] Add arithmetic operators
+
+ src/hb-array.hh | 22 ++++++++++++++++++----
+ 1 file changed, 18 insertions(+), 4 deletions(-)
+
+commit 6cd60c2f2aa17e3f02b50c19cf640b3f183f3354
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 17 00:09:06 2018 -0500
+
+    [array] Return Crap instead of Null if Type is not const
+    
+    Ouch!
+
+ src/hb-array.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 94e72cf1c9af563fbf522efb7f2e0b1fcd616418
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 17 00:06:40 2018 -0500
+
+    [array] Add operator *
+
+ src/hb-array.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 68d4a5eee0f248891d20d69b897201d105951aef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 17 00:02:42 2018 -0500
+
+    [array] Add constructor from fixed-size array
+
+ src/hb-array.hh | 1 +
+ src/hb-iter.hh  | 4 ++--
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit a4354d2fd36377ec8b544c7b88a231cb1273dccd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 16 23:57:27 2018 -0500
+
+    [array] Organize
+
+ src/hb-array.hh | 75 ++++++++++++++++++++++++++++++++++++---------------------
+ 1 file changed, 48 insertions(+), 27 deletions(-)
+
+commit 84c1865821151d83a8798ae11ebba3329a12c560
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 16 23:52:17 2018 -0500
+
+    [arrays] Reduce Supplier<> even further
+
+ src/hb-array.hh | 24 +++---------------------
+ 1 file changed, 3 insertions(+), 21 deletions(-)
+
+commit 1bcc4fc9f34ab518fc822c9464a73ba3e90f5f1c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 16 23:47:56 2018 -0500
+
+    Whitespace
+
+ src/hb-ot-shape-complex-arabic-fallback.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit f85f6e815f439075f8c6f5391e5c8dfe77e0f00d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 16 23:45:07 2018 -0500
+
+    [array] Add operator +=
+
+ src/hb-array.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 7c0e3e9b2b077fced829a10f616ed3d6b51c15c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 16 23:43:17 2018 -0500
+
+    [array] Add constructor from hb_array_t<const Type>
+
+ src/hb-array.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 92680361ec68734ad38e2158626feebaf18eec88
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 16 23:38:51 2018 -0500
+
+    [arrays] Move Supplier<> to hb-array.hh
+
+ src/hb-array.hh     | 33 +++++++++++++++++++++++++++++++++
+ src/hb-machinery.hh | 32 --------------------------------
+ 2 files changed, 33 insertions(+), 32 deletions(-)
+
+commit 2a3fa3f82ffdb778a2d21fc01e859579161237c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 16 23:33:03 2018 -0500
+
+    [arrays] Remove unnecessary constructor from Supplier<>
+    
+    Looks like operator hb_array_t<> from vector works here. :)
+
+ src/hb-machinery.hh | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit 507cac4943e987879b95d842fe60643abbf22efa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 16 23:31:19 2018 -0500
+
+    [arrays] Start moving Supplier<> to hb_array_t<>
+
+ src/hb-machinery.hh | 31 +++++++++++--------------------
+ 1 file changed, 11 insertions(+), 20 deletions(-)
+
+commit 1e2c98126e8500ace31483b05d77478afd59bab8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 16 22:30:44 2018 -0500
+
+    [arrays] Remove unused stride from Supplier
+
+ src/hb-machinery.hh | 10 +++-------
+ 1 file changed, 3 insertions(+), 7 deletions(-)
+
+commit 0d0fe9df46c645538feaee1ec99a0108383a3669
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 16 22:29:40 2018 -0500
+
+    [arrays] Remove need of stride in Supplier<>
+
+ src/hb-face.cc      |  6 ++----
+ src/hb-open-file.hh | 19 +++++++++----------
+ src/hb-vector.hh    |  2 +-
+ 3 files changed, 12 insertions(+), 15 deletions(-)
+
+commit dcfa4a8d711716de88b94a370663e9564e3e7ccc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 16 20:40:07 2018 -0500
+
+    [array] Remove custom hb_bytes_t implementation
+
+ src/hb-array.hh         | 67 +++++++++++++++++--------------------------------
+ src/hb-machinery.hh     |  2 +-
+ src/hb-ot-name-table.hh |  8 +++---
+ src/hb-ot-name.cc       | 10 ++++----
+ 4 files changed, 33 insertions(+), 54 deletions(-)
+
+commit 3656f56d47cf6b89a25990d7836704fef79fa5b4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 16 20:35:11 2018 -0500
+
+    [arrays] Minor
+
+ src/hb-array.hh     |  3 ++-
+ src/hb-open-type.hh | 10 ++++------
+ src/hb-vector.hh    |  4 +---
+ 3 files changed, 7 insertions(+), 10 deletions(-)
+
+commit aa8f94714ee720c56be1a3406df7bacb0550158c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 16 20:20:35 2018 -0500
+
+    [array] Minor
+
+ src/hb-array.hh | 4 ++++
+ src/hb-iter.hh  | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 5a552f75468d777d8d4bd3168e28f56a3369eafd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 16 20:07:44 2018 -0500
+
+    [array] Move hb_array_t and related types to hb-array.hh
+
+ src/Makefile.sources |   1 +
+ src/hb-array.hh      | 241 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-dsalgs.hh     | 206 -------------------------------------------
+ src/hb-machinery.hh  |   1 +
+ src/hb-vector.hh     |   2 +-
+ 5 files changed, 244 insertions(+), 207 deletions(-)
+
+commit 01d06e34ffa746d3737df00bb692cdb1e859c1c6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 16 14:27:43 2018 -0500
+
+    Minor change to explicit_operator aesthetics
+
+ src/hb-iter.hh      | 2 +-
+ src/hb-machinery.hh | 2 +-
+ src/hb-vector.hh    | 4 ++--
+ src/hb.hh           | 4 ++--
+ 4 files changed, 6 insertions(+), 6 deletions(-)
+
+commit b2ebaa9afac0f57006283db92d1f3b4df3d6bd7e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Dec 16 22:38:10 2018 +0330
+
+    Remove redundant 'inline' from methods (#1483)
+
+ src/hb-aat-fdsc-table.hh         |  12 +-
+ src/hb-aat-layout-ankr-table.hh  |  12 +-
+ src/hb-aat-layout-bsln-table.hh  |  13 +-
+ src/hb-aat-layout-common.hh      | 150 +++++++-------
+ src/hb-aat-layout-feat-table.hh  |  46 ++---
+ src/hb-aat-layout-just-table.hh  |  26 +--
+ src/hb-aat-layout-kerx-table.hh  | 120 +++++------
+ src/hb-aat-layout-lcar-table.hh  |  14 +-
+ src/hb-aat-layout-morx-table.hh  | 104 +++++-----
+ src/hb-aat-layout-trak-table.hh  |  28 +--
+ src/hb-aat-layout.hh             |   2 +-
+ src/hb-aat-ltag-table.hh         |   6 +-
+ src/hb-aat-map.hh                |   7 +-
+ src/hb-atomic.hh                 |  26 +--
+ src/hb-blob.hh                   |  32 ++-
+ src/hb-buffer.hh                 |  76 ++++---
+ src/hb-cache.hh                  |  10 +-
+ src/hb-cff-interp-common.hh      | 197 +++++++++---------
+ src/hb-cff-interp-cs-common.hh   | 166 +++++++--------
+ src/hb-cff-interp-dict-common.hh |  26 +--
+ src/hb-cff1-interp-cs.hh         |  21 +-
+ src/hb-cff2-interp-cs.hh         |  48 ++---
+ src/hb-common.cc                 |  13 +-
+ src/hb-debug.hh                  |  20 +-
+ src/hb-directwrite.cc            |   2 +-
+ src/hb-dsalgs.hh                 |  84 ++++----
+ src/hb-face.cc                   |   2 +-
+ src/hb-face.hh                   |   6 +-
+ src/hb-font.hh                   | 216 ++++++++++----------
+ src/hb-ft.cc                     |   8 +-
+ src/hb-glib.cc                   |   2 +-
+ src/hb-icu.cc                    |   2 +-
+ src/hb-iter.hh                   |  18 +-
+ src/hb-kern.hh                   |   8 +-
+ src/hb-machinery.hh              | 210 +++++++++----------
+ src/hb-map.hh                    |  38 ++--
+ src/hb-mutex.hh                  |  12 +-
+ src/hb-null.hh                   |  26 +--
+ src/hb-object.hh                 |  34 ++--
+ src/hb-open-file.hh              |  92 ++++-----
+ src/hb-open-type.hh              | 253 ++++++++++++-----------
+ src/hb-ot-cff-common.hh          | 177 ++++++++--------
+ src/hb-ot-cff1-table.cc          |  32 +--
+ src/hb-ot-cff1-table.hh          | 160 +++++++--------
+ src/hb-ot-cff2-table.cc          |  16 +-
+ src/hb-ot-cff2-table.hh          |  62 +++---
+ src/hb-ot-cmap-table.hh          | 185 +++++++++--------
+ src/hb-ot-color-cbdt-table.hh    |  40 ++--
+ src/hb-ot-color-colr-table.hh    |  18 +-
+ src/hb-ot-color-cpal-table.hh    |  55 +++--
+ src/hb-ot-color-sbix-table.hh    |  48 ++---
+ src/hb-ot-color-svg-table.hh     |  20 +-
+ src/hb-ot-font.cc                |   2 +-
+ src/hb-ot-gasp-table.hh          |   6 +-
+ src/hb-ot-glyf-table.hh          |  37 ++--
+ src/hb-ot-hdmx-table.hh          |  36 ++--
+ src/hb-ot-head-table.hh          |  10 +-
+ src/hb-ot-hhea-table.hh          |   2 +-
+ src/hb-ot-hmtx-table.hh          |  18 +-
+ src/hb-ot-kern-table.hh          |  44 ++--
+ src/hb-ot-layout-base-table.hh   | 104 +++++-----
+ src/hb-ot-layout-common.hh       | 425 ++++++++++++++++++++-------------------
+ src/hb-ot-layout-gdef-table.hh   | 126 ++++++------
+ src/hb-ot-layout-gpos-table.hh   | 209 +++++++++----------
+ src/hb-ot-layout-gsub-table.hh   | 360 ++++++++++++++++-----------------
+ src/hb-ot-layout-gsubgpos.hh     | 353 ++++++++++++++++----------------
+ src/hb-ot-layout-jstf-table.hh   |  44 ++--
+ src/hb-ot-map.hh                 |  38 ++--
+ src/hb-ot-math-table.hh          | 142 ++++++-------
+ src/hb-ot-maxp-table.hh          |  12 +-
+ src/hb-ot-name-table.hh          |  21 +-
+ src/hb-ot-os2-table.hh           |  34 ++--
+ src/hb-ot-post-table.hh          |  26 +--
+ src/hb-ot-shape-complex-indic.cc |  10 +-
+ src/hb-ot-shape-complex-khmer.cc |  10 +-
+ src/hb-ot-shape.hh               |   6 +-
+ src/hb-ot-stat-table.hh          |  16 +-
+ src/hb-ot-var-avar-table.hh      |   8 +-
+ src/hb-ot-var-fvar-table.hh      |  55 +++--
+ src/hb-ot-var-hvar-table.hh      |  16 +-
+ src/hb-ot-var-mvar-table.hh      |  10 +-
+ src/hb-ot-vorg-table.hh          |  22 +-
+ src/hb-set-digest.hh             |  41 ++--
+ src/hb-set.hh                    | 114 +++++------
+ src/hb-shape.cc                  |  14 +-
+ src/hb-shaper.cc                 |  14 +-
+ src/hb-shaper.hh                 |  10 +-
+ src/hb-subset-cff-common.hh      | 175 ++++++++--------
+ src/hb-subset-cff1.cc            |  91 ++++-----
+ src/hb-subset-cff2.cc            |  36 ++--
+ src/hb-subset-plan.hh            |  12 +-
+ src/hb-subset.hh                 |   4 +-
+ src/hb-ucdn.cc                   |   2 +-
+ src/hb-unicode.hh                |  26 +--
+ src/hb-uniscribe.cc              |  16 +-
+ src/hb-utf.hh                    |  54 +++--
+ src/hb-vector.hh                 |  86 ++++----
+ 97 files changed, 2911 insertions(+), 2987 deletions(-)
+
+commit 7251c7729061b7df29efe2b466315e96c81ad03f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 15 21:00:55 2018 -0500
+
+    Whitespace
+
+ src/hb-buffer-serialize.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 829b56b1a22736eac49132b2e56dc480157afca2
+Author: Behdad Esfahbod <behdad@google.com>
+Date:   Sat Dec 15 13:02:13 2018 -0500
+
+    Whitespace
+
+ src/hb-ot-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 42a1012562c1f020f470526a34b68ed21ad138cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 13 19:39:59 2018 -0500
+
+    [subset] Actually subset GDEF
+
+ src/hb-subset.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit c9c746c7f6091e575fd74ba8f8cae2c4fd44a1ad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 13 18:37:37 2018 -0500
+
+    [subset] Fix up ClassDef some more
+
+ src/hb-ot-layout-common.hh | 13 +++++++++----
+ 1 file changed, 9 insertions(+), 4 deletions(-)
+
+commit 7ee6128902333716dd8d8df6e38a8d1ebacb0a46
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 13 18:32:04 2018 -0500
+
+    [subset] Fix ClassDefFormat1 subsetting
+
+ src/hb-ot-layout-common.hh | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit 1b6d0c44b3067f5840d3fdac99fbc7448d0f37bf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 13 18:10:48 2018 -0500
+
+    [subset] Sketch GDEF subsetting
+
+ src/hb-ot-layout-gdef-table.hh | 20 ++++++++++++++++++++
+ src/hb-ot-layout-gsubgpos.hh   |  2 ++
+ 2 files changed, 22 insertions(+)
+
+commit 705e2f5056d60c28154004e0c5d3b0ec67fe93c8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 13 17:48:42 2018 -0500
+
+    [subset] Implement for ClassDef
+
+ src/hb-ot-layout-common.hh     | 80 ++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-gsub-table.hh |  8 ++---
+ 2 files changed, 84 insertions(+), 4 deletions(-)
+
+commit 6e33a3955df77b9d1fda5ea44302d97b21e7871c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 13 16:40:01 2018 -0500
+
+    Minor
+
+ src/hb-machinery.hh            | 12 +++++++++---
+ src/hb-ot-cmap-table.hh        |  3 +--
+ src/hb-ot-layout-gsub-table.hh |  8 ++++----
+ 3 files changed, 14 insertions(+), 9 deletions(-)
+
+commit cc65901ca7185df926570d5067ace763a2cc759e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 13 16:01:45 2018 -0500
+
+    [serialize] Implement for ClassDef
+
+ src/hb-ot-layout-common.hh | 33 +++++++++++++++++++++++++++++++--
+ 1 file changed, 31 insertions(+), 2 deletions(-)
+
+commit e5309e4fd8583aa5c5ad9f3934d8aa593c850468
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 13 15:57:12 2018 -0500
+
+    [serialize] Implement for ClassDefFormat2
+
+ src/hb-ot-layout-common.hh | 50 ++++++++++++++++++++++++++++++++++++++++++----
+ 1 file changed, 46 insertions(+), 4 deletions(-)
+
+commit c8b43cbe316b07507aece4dc769f38226cd706da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 13 15:50:13 2018 -0500
+
+    [serialize] Implement for ClassDefFormat1
+
+ src/hb-ot-layout-common.hh | 34 ++++++++++++++++++++++++++++++++++
+ 1 file changed, 34 insertions(+)
+
+commit 576103132945c9d916514720d4034b398e099cfa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 12 21:21:26 2018 -0500
+
+    [subset] Minor
+
+ src/hb-subset.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 798e98c47bd9fa4d434487ae92e2c88ebb8a19a5
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Dec 12 18:08:15 2018 -0800
+
+    [CFF] bad offset in Index (#1476)
+    
+    * Update hb-ot-cff-common.hh
+    
+    * fix bug
+    
+    * bummer fix wasn't hit. refix
+    
+    * additional sanity check
+    
+    * Added test cases for oss-fuzz issues 11805, 11806
+
+ src/hb-ot-cff-common.hh                                   |  10 ++++++++--
+ ...clusterfuzz-testcase-hb-subset-fuzzer-5643036478930944 | Bin 0 -> 369 bytes
+ ...clusterfuzz-testcase-hb-subset-fuzzer-5686186874503168 | Bin 0 -> 962 bytes
+ 3 files changed, 8 insertions(+), 2 deletions(-)
+
+commit bcb4ecaf68c7219e89a801352bfc6a682b1581ef
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Dec 12 17:36:01 2018 -0800
+
+    [CFF] check out of range FD index (#1477)
+    
+    * add fd index checks to subr subsetter
+    
+    also added oss-fuzz test case
+    
+    * undid SubrSubsetParam::is_valid
+    
+    because already validated by SubrClosures.valid
+
+ src/hb-subset-cff-common.hh                              |  10 ++++++++++
+ ...lusterfuzz-testcase-hb-subset-fuzzer-5762137968869376 | Bin 0 -> 2037 bytes
+ 2 files changed, 10 insertions(+)
+
+commit 3f8e7a98d3cc10fefe65b9638c8abdf3ebe152cb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 12 11:32:57 2018 -0500
+
+    [util/hb-subset] Add --layout to keep GDEF/GSUB/GPOS
+    
+    Will become default and option removed in the future.
+
+ util/hb-subset.cc | 1 +
+ util/options.cc   | 1 +
+ util/options.hh   | 2 ++
+ 3 files changed, 4 insertions(+)
+
+commit 2cc993e035cb37711f894968246817e53a9e823d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 12 10:07:38 2018 -0500
+
+    [dispatch] Minor
+
+ src/hb-ot-layout-gpos-table.hh | 4 +---
+ src/hb-ot-layout-gsub-table.hh | 4 +---
+ 2 files changed, 2 insertions(+), 6 deletions(-)
+
+commit 602fbfe3c96b3f18b0109239528ba18a19be4948
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 12 09:56:47 2018 -0500
+
+    [sanitize] Fix sanitizing sublookup array
+
+ src/hb-ot-layout-common.hh | 12 +++++++++++-
+ 1 file changed, 11 insertions(+), 1 deletion(-)
+
+commit c78e4784fbe06ceb27b54a1d8908016ade071cb4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 12 09:50:18 2018 -0500
+
+    [dispatch] Minor
+
+ src/hb-machinery.hh          | 1 +
+ src/hb-ot-layout-gsubgpos.hh | 3 ---
+ src/hb-subset.hh             | 1 -
+ 3 files changed, 1 insertion(+), 4 deletions(-)
+
+commit f9d211af1d6d78d092038d263b222ec8a65cf09d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 12 09:44:30 2018 -0500
+
+    Revert "Minor fix re sanitize of Lookup subtables"
+    
+    This reverts commit 7146718bef81492e13aede0a2801cda1da41ce35.
+    
+    Fixing differently.
+
+ src/hb-ot-layout-common.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 7ee5c52345c122436e054062084cd51292b90ad1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Dec 12 15:14:37 2018 +0330
+
+    minor style fix, use void in methods on no argument
+
+ src/hb-aat-fdsc-table.hh        |   4 +-
+ src/hb-aat-layout-common.hh     |   6 +-
+ src/hb-aat-layout-feat-table.hh |   4 +-
+ src/hb-aat-layout-trak-table.hh |  18 +--
+ src/hb-aat-layout.cc            |   4 +-
+ src/hb-buffer.cc                |  48 +++----
+ src/hb-directwrite.cc           | 297 +++++++++++++++++++---------------------
+ src/hb-dsalgs.hh                |   5 +-
+ src/hb-map.hh                   |  20 +--
+ src/hb-ot-cmap-table.hh         |   2 +-
+ src/hb-ot-color-cbdt-table.hh   |   2 +-
+ src/hb-ot-color-cpal-table.hh   |   4 +-
+ src/hb-ot-color-sbix-table.hh   |  10 +-
+ src/hb-ot-color-svg-table.hh    |  15 +-
+ src/hb-ot-glyf-table.hh         |   2 +-
+ src/hb-ot-hdmx-table.hh         |   6 +-
+ src/hb-ot-layout-base-table.hh  |  11 +-
+ src/hb-ot-os2-table.hh          |  15 +-
+ 18 files changed, 211 insertions(+), 262 deletions(-)
+
+commit a33f238f8888cc969e1e393deda0518fb8dd6b13
+Merge: 7146718be 1e09add23
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Dec 12 12:44:06 2018 +0330
+
+    Merge pull request #1474 from fanc999/master.msvc
+    
+    Few fixes for Visual Studio builds
+
+commit 7146718bef81492e13aede0a2801cda1da41ce35
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 11 23:44:29 2018 -0500
+
+    Minor fix re sanitize of Lookup subtables
+    
+    We were dereferencing Null pointers and trying to sanitize them,
+    which is not necessary...
+
+ src/hb-ot-layout-common.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit ce069d193229cde12c77a3f464fc10286bedf5f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 11 23:07:48 2018 -0500
+
+    Minor
+
+ src/hb-open-type.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 1aea86944605e7e18acfd2c0a77ba60e62239274
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 11 22:53:58 2018 -0500
+
+    [subset] Map glyphs during SingleSubst subsetting
+    
+    Ha!
+
+ src/hb-ot-layout-gsub-table.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit 41d1a1c10f7e5ca69a337ae164d270e09b5f93ac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 11 22:48:27 2018 -0500
+
+    [subset] Minor
+
+ src/hb-machinery.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2aba2c6c73301396f7e0e5dee819ab6863e74900
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 11 21:18:47 2018 -0500
+
+    [serialize] Break down assert
+
+ src/hb-machinery.hh | 18 ++++++++----------
+ 1 file changed, 8 insertions(+), 10 deletions(-)
+
+commit 9844c880e280e9cd28dcbeac2e581ac923c5ddf3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 11 17:28:04 2018 -0500
+
+    Minor
+
+ test/shaping/Makefile.am | 2 ++
+ util/Makefile.am         | 2 ++
+ 2 files changed, 4 insertions(+)
+
+commit 2941208f1eedabec2715b2a67d40f058df7eb5e6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Dec 11 12:21:24 2018 -0800
+
+    [CFF] oss-fuzz issue 11690 ASSERT: substr.offset >= opStart (#1461)
+    
+    * fix oss-fuzz 11690: substr.offset >= opStart
+    
+    detect recursive subroutine call & handle as error
+    
+    * fix build failure
+    
+    * add minimized test case for oss-fuzz 11690
+    
+    * removed asserts
+
+ src/hb-cff-interp-common.hh                             |   9 ++++-----
+ src/hb-subset-cff-common.hh                             |  12 ++++++++++--
+ src/hb-subset-cff1.cc                                   |   4 ++--
+ src/hb-subset-cff2.cc                                   |   4 ++--
+ ...testcase-minimized-hb-subset-fuzzer-5750420593442816 | Bin 0 -> 96091 bytes
+ 5 files changed, 18 insertions(+), 11 deletions(-)
+
+commit 333586245cb37668c8a29af17920474c09667f4b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Dec 11 12:20:20 2018 -0800
+
+    minimize use of assert: removed or changed to error handling (#1467)
+
+ src/hb-ot-cff-common.hh     |  2 +-
+ src/hb-ot-cff1-table.hh     | 12 ++++++++----
+ src/hb-subset-cff-common.cc |  6 ++++--
+ src/hb-subset-cff-common.hh |  1 -
+ src/hb-subset-cff1.cc       | 22 +++++++++++++++++-----
+ src/hb-subset-cff2.cc       | 14 +++++++++++---
+ 6 files changed, 41 insertions(+), 16 deletions(-)
+
+commit f24498c1e95e816889eb7a2f8b1062bbf15bed1b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Dec 11 23:02:52 2018 +0330
+
+    [ci] Fix Travis macOS bot ICU issue (#1472)
+
+ .travis.yml | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 9f3a51ddb952e1281f9a656fde7193c3e3b8dad2
+Author: 👻 <sarabi@Corsac-Fox.local>
+Date:   Tue Dec 11 13:38:05 2018 -0500
+
+    [ucdn] Fix header
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1470
+
+ src/hb-ucdn/ucdn.h | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit b225593d6baf3455e1ac951efc0df5015fdf7c69
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Tue Dec 11 13:19:17 2018 -0500
+
+    Correct REPLACEMENT CHARACTER's code point to FFFD (#1471)
+
+ test/shaping/hb_test_tools.py | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 1e09add232e14ef61d2f222a5ee05a2105af64f0
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Wed Dec 12 01:32:01 2018 +0800
+
+    test/api: Fix building on pre-C99 compilers
+    
+    Ensure variables are declared at the top of the block.
+
+ test/api/hb-test.h         |  3 ++-
+ test/api/test-aat-layout.c |  3 ++-
+ test/api/test-font.c       |  2 +-
+ test/api/test-map.c        |  9 ++++++---
+ test/api/test-ot-color.c   |  9 +++++----
+ test/api/test-ot-face.c    | 14 ++++++++------
+ test/api/test-ot-name.c    | 30 ++++++++++++++++--------------
+ test/api/test-ot-tag.c     | 11 ++++++-----
+ 8 files changed, 46 insertions(+), 35 deletions(-)
+
+commit 09b16c536d31376de771eedde54620dd6c8f39d7
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Wed Dec 12 01:23:53 2018 +0800
+
+    CMake: Fix Introspection builds
+    
+    We need to add -DHB_AAT_H and -DHB_AAT_H_IN to the flags that are passed
+    to g-ir-scanner, so that introspection builds can proceed normally.
+
+ CMakeLists.txt | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 1683bb2c9337fa34e5e80d459ab5eab99d7a9804
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Dec 8 13:57:39 2018 +0330
+
+    [glyf] minor
+
+ src/hb-ot-glyf-table.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit f7cfe99815c07f82d5ad253af1e811db734bf92b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Dec 8 13:40:44 2018 +0330
+
+    [os2] Move typometrics detection logic to the table (#1465)
+
+ src/hb-ot-hmtx-table.hh | 14 +++++---------
+ src/hb-ot-os2-table.hh  |  7 ++++---
+ 2 files changed, 9 insertions(+), 12 deletions(-)
+
+commit 47cf9a9633bbff12fef1131e7179dfc351f7e5f3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Dec 8 10:20:25 2018 +0330
+
+    Apply non-controversial parts of ot-style (#1464)
+    
+    Things to be used in https://github.com/harfbuzz/harfbuzz/pull/1459
+
+ src/hb-aat-fdsc-table.hh    | 29 +++++++++++++++++++++++++---
+ src/hb-aat-layout-common.hh |  1 +
+ src/hb-ot-head-table.hh     | 13 +++++++++++++
+ src/hb-ot-os2-table.hh      | 46 +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-stat-table.hh     | 38 ++++++++++++++++++-------------------
+ 5 files changed, 105 insertions(+), 22 deletions(-)
+
+commit 4d809696ef4db046d11072e5433ea5ff36bd7b26
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Dec 7 20:49:39 2018 -0800
+
+    fix for issue #1447 (#1462)
+    
+    Added case for OpCode_BaseFontName. This opcode in spec but practically unused.
+    Added a comment for default case which can't be hit
+
+ src/hb-ot-cff1-table.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 1abd4fcaec31053b442525d7f240af489c5974b1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Dec 7 22:34:12 2018 +0330
+
+    [fdsc] minor
+
+ src/hb-aat-fdsc-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 59345cdef38cf1f514a6a0eb6e8852350acb6166
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Dec 6 13:36:26 2018 -0800
+
+    [CFF] Refix oss-fuzz 11714: set_blends (PR #1458) (#1460)
+    
+    * pass subarray of stack to set_blends
+    
+    * get_subarray to return a value, not ref
+    
+    * restored error check (with tweak)
+
+ src/hb-cff-interp-common.hh |  5 +++++
+ src/hb-cff2-interp-cs.hh    | 14 +++++++++-----
+ 2 files changed, 14 insertions(+), 5 deletions(-)
+
+commit 20245f0000a0f04f2ba172b51ce69ee7ebb256aa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 6 10:27:37 2018 -0800
+
+    Fix likely check
+    
+    Ouch!
+
+ src/hb-cff-interp-dict-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d866e905fd555d393464ed58d5fc11ee453c7ea4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 6 10:26:32 2018 -0800
+
+    Add default value to first argument of sub_array()
+
+ src/hb-dsalgs.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit f1352f7486caaf6d3480ef2ac6b4719acf73e6a2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 6 10:21:06 2018 -0800
+
+    Add sub_array to hb_vector_t
+
+ src/hb-vector.hh | 18 ++++++++++++++++++
+ 1 file changed, 18 insertions(+)
+
+commit ca23b719357b01e98a5cf533bbf637d6706a4ec2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Dec 6 10:19:03 2018 -0800
+
+    Add default-value for second arg of sub_array()
+
+ src/hb-dsalgs.hh    | 7 +++----
+ src/hb-open-type.hh | 8 ++++----
+ 2 files changed, 7 insertions(+), 8 deletions(-)
+
+commit 6ad3fcddaf2ba8ebc9ad49ff9e7b33b60fcad16a
+Merge: f95324a33 ae087d10c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Dec 6 10:21:00 2018 +0330
+
+    Merge pull request #1458 from harfbuzz/cff-check-blends
+    
+    [CFF] oss-fuzz issue 11714: set_blends
+
+commit ae087d10c22249f3aec3239e4eac98a728f71f75
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Dec 5 21:47:34 2018 -0800
+
+    add minimized test case for oss-fuzz issue 11714
+
+ ...-testcase-minimized-hb-subset-fuzzer-5710107829075968 | Bin 0 -> 3660 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 1ccbdcf73bbc967f5f94c0bc7f7e869bd87d9fa0
+Merge: 14d29a104 f95324a33
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Dec 5 21:37:38 2018 -0800
+
+    Merge branch 'master' into cff-check-blends
+
+commit 14d29a10437205566c4bd7bcfa2282d34d9f4f2f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Dec 5 21:33:29 2018 -0800
+
+    check number of blends against args on stack
+
+ src/hb-cff2-interp-cs.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit f95324a3351c1f699214ad84d073268218ea83a3
+Merge: 6727c4b6f 9d8f3b0df
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Dec 6 08:33:44 2018 +0330
+
+    Merge pull request #1457 from harfbuzz/cff-varstore-sanitize
+    
+    [CFF] oss-fuzz issue 11713 (CFF2VariationStore::serialize)
+
+commit 6727c4b6f0356b08803b4d5cde608ec004e3533f
+Merge: d9dabc00e 34e3ef8ff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 5 17:37:21 2018 -0800
+
+    Merge pull request #1456 from harfbuzz/cff-subr-sanitize
+    
+    [CFF] fix oss-fuzz issue 11691 (BlendArg::set_blends)
+
+commit 9d8f3b0dfbf39f5dfa25d52f47e8af6ad318eb17
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Dec 5 17:14:51 2018 -0800
+
+    add minimized test case for oss-fuzz issue 11713
+
+ ...z-testcase-minimized-hb-subset-fuzzer-5660711141769216 | Bin 0 -> 383 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit c31092ab34641072606f854408eb1bea18ed2507
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Dec 5 17:04:55 2018 -0800
+
+    sanitize variationStore in CFF2 against its size
+
+ src/hb-ot-cff2-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 34e3ef8ff394f281b8d7e2c08f346a9495692edc
+Merge: 72d8f7636 d9dabc00e
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Dec 5 15:50:05 2018 -0800
+
+    Merge branch 'master' into cff-subr-sanitize
+
+commit 72d8f76368b264a42fe58438fe15811d458a7935
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Dec 5 15:49:11 2018 -0800
+
+    add minimized test case for oss-fuzz issue 11691
+
+ ...z-testcase-minimized-hb-shape-fuzzer-5686369209286656 | Bin 0 -> 2880 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit d9dabc00e9278a346e85538212c126da7e610d55
+Merge: 81cfd3c77 010e2ddb3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 5 15:39:34 2018 -0800
+
+    Merge pull request #1454 from harfbuzz/cff-fixbcd
+    
+    [CFF] fix oss-fuzz issue 11674: parse_bcd
+
+commit 81cfd3c775dbc470f57d7fe2775cc068ffa367b6
+Merge: 8394a6cb2 6708c5595
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Dec 5 15:37:15 2018 -0800
+
+    Merge pull request #1455 from harfbuzz/cff-strinc_assert
+    
+    [CFF] fix oss-fuzz issue 11675 (ASSERT: count <= str.len)
+
+commit 6dcfda92c17a7701479118751a8290246e9a3c05
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Dec 5 15:07:46 2018 -0800
+
+    sanitize CFF1 & CFF2 global subrs
+
+ src/hb-ot-cff1-table.hh | 2 +-
+ src/hb-ot-cff2-table.hh | 1 +
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit 6708c5595fc6babdae0132f8a23cbe3558a58703
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Dec 5 12:51:18 2018 -0800
+
+    fix oss-fuzz issue 11675 (ASSERT: count <= str.len)
+    
+    Also added an additional error check to avail ()
+
+ src/hb-cff-interp-common.hh                           |  18 ++++++++++++++++--
+ ...stcase-minimized-hb-subset-fuzzer-5768186323009536 | Bin 0 -> 337 bytes
+ 2 files changed, 16 insertions(+), 2 deletions(-)
+
+commit 010e2ddb384b5a721172fd7466aafec58dbf8063
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Dec 5 12:23:58 2018 -0800
+
+    minimized test case for oss-fuzz issue 11674
+
+ ...zz-testcase-minimized-hb-subset-fuzzer-5672006905757696 | Bin 0 -> 73 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 2cb9d4c183afc838ecf2ba0d47814e9eaa6f09c6
+Merge: a5fa843c7 8394a6cb2
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Dec 5 11:25:29 2018 -0800
+
+    Merge branch 'master' into cff-fixbcd
+
+commit a5fa843c746e20aaca48ece6cff057deb8d916ca
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Dec 5 11:18:16 2018 -0800
+
+    fixed a bug with fractional part in a negative value
+
+ src/hb-cff-interp-dict-common.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 8394a6cb252dd8b4230c2b59e8c346ec5403bf88
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Dec 5 15:23:41 2018 +0330
+
+    [os2] Make newer table fields accessible (#1452)
+
+ src/hb-ot-os2-table.hh | 88 +++++++++++++++++++++++++++++++++++++-------------
+ 1 file changed, 66 insertions(+), 22 deletions(-)
+
+commit 5ab086ebb18112ef48bf6c913acc91b2009a9bed
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Dec 5 14:17:37 2018 +0330
+
+    [fdsc] Implement the table parsing
+    
+    Related to https://github.com/harfbuzz/harfbuzz/issues/1337
+    
+    May used in addition to an API related to STAT.
+    
+    Lots of Apple fonts have it.
+
+ src/Makefile.sources     |   1 +
+ src/hb-aat-fdsc-table.hh | 103 +++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-aat-layout.cc     |   1 +
+ 3 files changed, 105 insertions(+)
+
+commit 8f80e53341a3d5bac6c2c39ab6d6973eedb0b074
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Dec 5 13:51:14 2018 +0330
+
+    [gasp] Implement the table parsing
+    
+    May or may not be used in https://github.com/harfbuzz/harfbuzz/pull/1432
+
+ src/Makefile.sources    |  1 +
+ src/hb-ot-gasp-table.hh | 84 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout.cc     |  5 +--
+ 3 files changed, 88 insertions(+), 2 deletions(-)
+
+commit 79e7e3445efef2dc57f8a10c7e355e802af08868
+Merge: cf4b7db6b 78f639b8b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Dec 5 13:25:18 2018 +0330
+
+    Merge pull request #1449 from harfbuzz/cff-fixcharset
+    
+    [CFF] fix for oss-fuzz 11657: Charset overrun
+
+commit cf4b7db6b1e01c11d7a8a26d95cf947935a234a7
+Merge: 32cc46c75 803d2f92d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Dec 5 13:23:23 2018 +0330
+
+    Merge pull request #1448 from harfbuzz/cff-leak
+    
+    [CFF] fix leak: oss-fuzz 11662
+
+commit 620d1ef588c6ce25644891cfe4b9c20fd8a9d1db
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Dec 5 00:36:11 2018 -0800
+
+    fix unsigned long const
+
+ src/hb-cff-interp-dict-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 28dfb4c14280b05ad0a519f9df2b0eda41a62540
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Dec 5 00:26:03 2018 -0800
+
+    fix signed/unsigned comparison
+
+ src/hb-cff-interp-dict-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f9cee08edd32182044407bf6ffde00df0feb09b7
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Dec 4 23:58:26 2018 -0800
+
+    use sized int types in parse_bcd
+
+ src/hb-cff-interp-dict-common.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit c01a5f32a33fa875de68ca29a4672fd36a05245b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Dec 4 23:23:23 2018 -0800
+
+    refix
+
+ src/hb-cff-interp-dict-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 755fefc92113e469a1aadee2546958fede156c01
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Dec 4 23:18:28 2018 -0800
+
+    fix bug
+
+ src/hb-cff-interp-dict-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0e81b153aff1f2e301e73ca1a15a9bc5b2e7bb82
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Dec 4 22:40:07 2018 -0800
+
+    fix typo
+
+ src/hb-cff-interp-dict-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 85d4b15cd88ce9a6ffccccf90300f9c184166058
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Dec 4 22:30:33 2018 -0800
+
+    include float.h
+
+ src/hb-cff-interp-dict-common.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 5a7c371e4c6f1775ebbfe120fafe92afe402a954
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Dec 4 22:24:38 2018 -0800
+
+    check overflow & clamp
+
+ src/hb-cff-interp-dict-common.hh | 36 +++++++++++++++++++++++++++---------
+ 1 file changed, 27 insertions(+), 9 deletions(-)
+
+commit 32cc46c75a5f163f254b7998ed9193d5bbc85e4b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Dec 4 21:32:34 2018 -0800
+
+    [CFF] fix oss-fuzz issue 11670: NULL dereference (#1450)
+    
+    * guard against no subr access
+    
+    * code tweak
+    
+    * add minimized testcase for oss-fuzz 11670 (Null deference)
+
+ src/hb-cff-interp-cs-common.hh                     |  22 ++++++++++++++++-----
+ src/hb-ot-cff-common.hh                            |   2 +-
+ ...ase-minimized-hb-subset-fuzzer-5672913680728064 | Bin 0 -> 861 bytes
+ 3 files changed, 18 insertions(+), 6 deletions(-)
+
+commit 78f639b8bf508ccfb27224f12442f8e8a1460e08
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Dec 4 14:17:03 2018 -0800
+
+    added minimized testcase for oss-fuzz issue 11657
+
+ ...zz-testcase-minimized-hb-shape-fuzzer-5700264032468992 | Bin 0 -> 648 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit d3d2f32c6e85de1d7fbbb18afef356e09110e61c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Dec 4 13:51:26 2018 -0800
+
+    fix oss-fuzz 11657: buffer overrun
+    
+    Check overrun in Charset1_2::get_glyph
+
+ src/hb-ot-cff1-table.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit d0a250a7b15f1099c2005bc2427d62e7370dcc33
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Dec 4 23:42:13 2018 +0330
+
+    Reuse hb_aat_layout_has_* logic in coretext-aat detection logic (#1442)
+
+ src/hb-coretext.cc | 16 ++--------------
+ 1 file changed, 2 insertions(+), 14 deletions(-)
+
+commit 803d2f92dca329a84d92c224a73e13906e8b8d56
+Merge: 6ce8d10b4 c775adc13
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Dec 4 11:01:26 2018 -0800
+
+    Merge branch 'master' into cff-leak
+
+commit 6ce8d10b45598f5f6dade38e65486f793f33d0b6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Dec 4 10:39:17 2018 -0800
+
+    add unlikely to error handling
+
+ src/hb-ot-cff1-table.hh | 2 +-
+ src/hb-ot-cff2-table.hh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit b61f74f69a84f427b40deefefed429fbc915981c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Dec 4 10:30:35 2018 -0800
+
+    added minimized test case for oss-fuzz issue 11662
+
+ ...testcase-minimized-hb-shape-fuzzer-5175735354916864 | Bin 0 -> 354461 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 0b952e6026c8be13d16d97f464034ee477e6282f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Dec 4 10:22:35 2018 -0800
+
+    more leak fixes
+
+ src/hb-ot-cff1-table.hh | 2 +-
+ src/hb-ot-cff2-table.hh | 3 ++-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit c775adc1383f72f02b1329628b3eba1dc377a0f7
+Merge: c968869f2 04f2ca942
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Dec 4 21:30:07 2018 +0330
+
+    Merge pull request #1444 from harfbuzz/cff-assert
+    
+    removed assert, fixes https://github.com/harfbuzz/harfbuzz/issues/1443
+
+commit 9473463f5c884fcb1de8a7ba7410da2601e6ffa8
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Dec 4 09:58:48 2018 -0800
+
+    fix attempt for oss-fuzz 11662 leak
+
+ src/hb-ot-cff1-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 04f2ca94212983d675ed2cd36350be23ff2a6e19
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Dec 4 09:24:07 2018 -0800
+
+    removed assert
+
+ src/hb-ot-cff1-table.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit c968869f212dbfcb86d42fb36049328521cbf00c
+Merge: 8c05b955e c48f53d30
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Dec 4 04:14:13 2018 -0500
+
+    Merge pull request #1441 from harfbuzz/cff-doublenum
+    
+    use double as CFF Number implementation
+
+commit c48f53d30901dfc20b7432c2947e66642010dc4e
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Dec 3 16:59:41 2018 -0800
+
+    more double changes
+
+ src/hb-cff2-interp-cs.hh       | 4 ++--
+ test/api/test-ot-extents-cff.c | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 9424e8052686a6a93e0d30e38aecbe927db9d787
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Dec 3 16:18:10 2018 -0800
+
+    added minimized test cases
+
+ ...zz-testcase-minimized-hb-shape-fuzzer-5647267827023872 | Bin 0 -> 655 bytes
+ ...zz-testcase-minimized-hb-shape-fuzzer-5725855502827520 | Bin 0 -> 655 bytes
+ ...zz-testcase-minimized-hb-shape-fuzzer-5736657639178240 | Bin 0 -> 459 bytes
+ 3 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 5fff6ab0024547a8ac47723a0047f4b17416d6ce
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Dec 3 16:06:58 2018 -0800
+
+    additional precision made a difference in extents test
+
+ src/hb-cff-interp-common.hh    | 2 +-
+ src/hb-cff2-interp-cs.hh       | 2 +-
+ test/api/test-ot-extents-cff.c | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 9e5180cd444b6900a0fa0c3df4c8138f9a663383
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Dec 3 15:32:42 2018 -0800
+
+    more double changes
+
+ src/hb-cff-interp-common.hh      |  8 ++++----
+ src/hb-cff-interp-dict-common.hh | 10 +++++-----
+ 2 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 9af33d7a2ad5ce88fc508bc5c6a56be4650d2621
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Dec 3 14:48:46 2018 -0800
+
+    Number to use double for all types
+
+ src/hb-cff-interp-common.hh | 84 +++++++--------------------------------------
+ 1 file changed, 13 insertions(+), 71 deletions(-)
+
+commit 8c05b955eb4aa088b2b5df9b6415863486eaf59c
+Merge: d19b1680b 01f628cf5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 3 14:30:51 2018 -0500
+
+    Merge pull request #1439 from ebraminio/tracking
+    
+    [aat] Expose hb_aat_layout_has_tracking API
+
+commit 01f628cf5571b8b58108ab66cfc3e929c9840e31
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Dec 3 22:04:48 2018 +0330
+
+    [aat] Expose hb_aat_layout_has_tracking API
+
+ docs/harfbuzz-sections.txt  |   7 ++++---
+ src/hb-aat-layout.cc        |   9 ++++++++-
+ src/hb-aat-layout.h         |   8 ++++++++
+ src/hb-aat-layout.hh        |   3 ---
+ test/api/fonts/aat-morx.ttf | Bin 0 -> 1620 bytes
+ test/api/fonts/aat-trak.ttf | Bin 0 -> 2456 bytes
+ test/api/test-aat-layout.c  |  13 +++++++++++++
+ 7 files changed, 33 insertions(+), 7 deletions(-)
+
+commit d19b1680b53e54f449736432f369a676c394ebf8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Dec 3 10:41:37 2018 -0500
+
+    [aat] Expose a couple APIs
+    
+    New API:
+    +hb_aat_layout_has_substitution()
+    +hb_aat_layout_has_positioning()
+
+ docs/harfbuzz-sections.txt |  2 ++
+ src/hb-aat-layout.cc       | 20 ++++++++++++++++----
+ src/hb-aat-layout.h        | 16 ++++++++++++++++
+ src/hb-aat-layout.hh       |  6 ------
+ 4 files changed, 34 insertions(+), 10 deletions(-)
+
+commit 84efe0438e1cfc5b070e114b70e8c070be6119ca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Dec 2 12:38:53 2018 -0500
+
+    [aat] Fix division sign fallout
+    
+    Happened after 11d2f49af8f53340134c844173f4d8655b00dea3
+    since now nClasses is unsigned int...
+
+ src/hb-aat-layout-common.hh                               |   2 +-
+ ...zz-testcase-minimized-hb-shape-fuzzer-5768046065483776 | Bin 0 -> 342 bytes
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 2087f5a2a743380b36399ba8a2b4ff9e93890fcf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 1 20:04:45 2018 -0500
+
+    Add casts to hb_array_t<>
+
+ src/hb-open-type.hh | 13 ++++++++++---
+ src/hb-vector.hh    |  2 ++
+ 2 files changed, 12 insertions(+), 3 deletions(-)
+
+commit 58d4d19947794aded4e966290b01e1034f216a7d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 1 19:34:18 2018 -0500
+
+    Simplify build source list
+
+ CMakeLists.txt       |  12 +--
+ src/Makefile.am      |   6 --
+ src/Makefile.sources | 231 ++++++++++++++++++++++++---------------------------
+ 3 files changed, 111 insertions(+), 138 deletions(-)
+
+commit 967a204ee92548163a0d19678a237dcaf3720c20
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 1 19:28:17 2018 -0500
+
+    Minor
+
+ test/api/hb-subset-test.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 11d2f49af8f53340134c844173f4d8655b00dea3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 1 13:12:21 2018 -0500
+
+    New approach to change BigEndian casts to be int-sized
+    
+    Fixes spurious warnings like:
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1436
+
+ src/hb-open-type.hh | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+commit 50e0273ab18acd2fbb21bcf18ad487092e890b4e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 1 13:03:52 2018 -0500
+
+    Change hb_assert_unsigned_t<> to hb_is_signed<>
+
+ src/hb-dsalgs.hh | 16 ++++++++++------
+ 1 file changed, 10 insertions(+), 6 deletions(-)
+
+commit c3a8b047aab47e40dc107a952b3a1472068ec932
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 1 00:14:48 2018 -0500
+
+    Revert "Change BigEndian casts to be int-sized"
+    
+    This reverts commit eb5ddd32bf4e458ca0af8d5784f8fd46485ad225.
+    
+    Broke tests, badly.  To be investigated and reenabled.
+
+ src/hb-open-type.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit be45677ab605efc711a433323d66e4051c289252
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 1 00:04:29 2018 -0500
+
+    Minor
+
+ src/hb-ot-layout-gsub-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit eb5ddd32bf4e458ca0af8d5784f8fd46485ad225
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Dec 1 00:03:01 2018 -0500
+
+    Change BigEndian casts to be int-sized
+    
+    Fixes spurious warnings like:
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1436
+
+ src/hb-open-type.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit e8860fdcaa69e3452edd903f78599bc8fa9d109c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 23:38:24 2018 -0500
+
+    Fix more warning
+
+ src/hb-ot-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit af349ee3487b31c2328f0a37a43d31b248ed14e5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 23:20:50 2018 -0500
+
+    Fix warning
+
+ src/hb-ot-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 825df6dbc7fd013c68d7b5672f81e69b69bc14e7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 23:04:59 2018 -0500
+
+    [CFF] Change spaces to tabs
+
+ src/hb-cff-interp-common.hh      | 389 ++++++++++++++++-----------------
+ src/hb-cff-interp-cs-common.hh   | 324 ++++++++++++++--------------
+ src/hb-cff-interp-dict-common.hh | 190 ++++++++--------
+ src/hb-cff1-interp-cs.hh         |  72 +++----
+ src/hb-cff2-interp-cs.hh         |  76 +++----
+ src/hb-ot-cff-common.hh          | 128 +++++------
+ src/hb-ot-cff1-table.cc          |   4 +-
+ src/hb-ot-cff1-table.hh          | 456 +++++++++++++++++++--------------------
+ src/hb-ot-cff2-table.cc          |   4 +-
+ src/hb-ot-cff2-table.hh          | 216 +++++++++----------
+ src/hb-subset-cff-common.cc      |  76 +++----
+ src/hb-subset-cff-common.hh      | 384 ++++++++++++++++-----------------
+ src/hb-subset-cff1.cc            | 416 +++++++++++++++++------------------
+ src/hb-subset-cff1.hh            |   2 +-
+ src/hb-subset-cff2.cc            | 240 ++++++++++-----------
+ src/hb-subset-cff2.hh            |   2 +-
+ 16 files changed, 1492 insertions(+), 1487 deletions(-)
+
+commit 592f39b3c4ed04a6f6cf129020358e64782c7108
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 22:54:57 2018 -0500
+
+    [CFF] Whitespace
+
+ src/hb-cff-interp-common.hh      |  7 +++----
+ src/hb-cff-interp-cs-common.hh   |  6 +++---
+ src/hb-cff-interp-dict-common.hh |  6 +++---
+ src/hb-cff2-interp-cs.hh         |  2 +-
+ src/hb-ot-cff-common.hh          | 12 ++++++------
+ src/hb-ot-cff1-table.hh          | 30 +++++++++++++++---------------
+ src/hb-ot-cff2-table.hh          | 12 ++++++------
+ src/hb-subset-cff-common.cc      |  8 ++++----
+ src/hb-subset-cff-common.hh      | 34 +++++++++++++++++-----------------
+ src/hb-subset-cff1.cc            | 20 ++++++++++----------
+ src/hb-subset-cff2.cc            | 18 +++++++++---------
+ 11 files changed, 77 insertions(+), 78 deletions(-)
+
+commit a2e8d1d455c5d0ae22927567cf8a9a2539cd3470
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 22:54:20 2018 -0500
+
+    Minor
+
+ src/Makefile.sources | 27 +++++++++++++--------------
+ 1 file changed, 13 insertions(+), 14 deletions(-)
+
+commit e3dc47c6357813d2dd098aad312d79e9d7c2aa18
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 22:43:22 2018 -0500
+
+    Remove generated files that were accidentally added by CFF2 branch
+
+ gtk-doc.make      |  320 --
+ m4/libtool.m4     | 8369 -----------------------------------------------------
+ m4/ltoptions.m4   |  437 ---
+ m4/ltsugar.m4     |  124 -
+ m4/ltversion.m4   |   23 -
+ m4/lt~obsolete.m4 |   99 -
+ 6 files changed, 9372 deletions(-)
+
+commit 5e64e0f53259dbc0a3ea8e220ded15e85bbc1782
+Merge: 09096aa89 d8c691376
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 22:40:54 2018 -0500
+
+    Merge pull request #1113 from harfbuzz/cff-subset
+    
+    CFF/CFF2 subsetter
+
+commit 09096aa89f1944dff94a5518bce578eba8989e74
+Author: Bruce Mitchener <bruce.mitchener@gmail.com>
+Date:   Sat Dec 1 10:22:49 2018 +0700
+
+    Use nullptr instead of 0/NULL. (#1435)
+    
+    * Use nullptr instead of 0/NULL.
+    
+    * Update test-name-table.cc
+
+ src/hb-debug.hh        | 2 +-
+ src/test-name-table.cc | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit d8c69137655fbe9678d1dfef0eb3c4172f8bbfc0
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Nov 30 18:58:14 2018 -0800
+
+    undo 0u
+
+ src/hb-cff2-interp-cs.hh    | 2 +-
+ src/hb-ot-cff1-table.hh     | 4 ++--
+ src/hb-ot-vorg-table.hh     | 2 +-
+ src/hb-subset-cff-common.hh | 4 ++--
+ src/hb-subset-cff1.cc       | 4 ++--
+ 5 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 2c859b3880868b30823eb00bed90dc0de873628b
+Merge: 9483da145 bb72de66d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Nov 30 18:47:34 2018 -0800
+
+    Merge branch 'master' into cff-subset
+
+commit bb72de66ddf3ae9ae53cf68642cb228e88aa64f5
+Merge: fedd8e6c1 fb0590821
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 21:36:35 2018 -0500
+
+    Merge pull request #1433 from harfbuzz/overload-overload
+    
+    Fix ambiguous overload errors with old compilers
+
+commit fb059082138bf17a5a8616410d9a35f927f9fd85
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 20:45:40 2018 -0500
+
+    Revert ugly fixes
+    
+    Now that we have 6daf45e0, revert cryptic hacks...
+    
+    This reverts commit abd81ed4f5cbc5a94171747909bc6b77551cb929.
+    This reverts commit 9c6921c08c905a0cf45ba0182134e6ff910fac51.
+    This reverts commit d39760cabfe4007cefdfc45231e85e93fababac2.
+    This reverts commit fedd8e6c176dea85194693399e50243eb1c117c4.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1374
+
+ src/hb-aat-layout-morx-table.hh |  4 ++--
+ src/hb-face.cc                  |  4 ++--
+ src/hb-machinery.hh             |  4 ++--
+ src/hb-ot-color-cpal-table.hh   |  2 +-
+ src/hb-ot-kern-table.hh         |  2 +-
+ src/hb-ot-layout-gpos-table.hh  | 32 ++++++++++++++++----------------
+ src/hb-ot-layout-gsubgpos.hh    | 14 +++++++-------
+ 7 files changed, 31 insertions(+), 31 deletions(-)
+
+commit dfad19ad5aefdacecca6af81917abc2670d4416f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 19:57:12 2018 -0500
+
+    Make operator [] take signed int
+    
+    The built-in operator takes signed int.  So, match it, such that
+    the built-in is never a better or equally-good match to our operator.
+    Fixes "ambiguous overload" errors from gcc 4.2 and VS 2008.
+    
+    See https://github.com/harfbuzz/harfbuzz/issues/1374
+
+ src/hb-dsalgs.hh    |  3 ++-
+ src/hb-open-type.hh | 42 ++++++++++++++++++++++++++++--------------
+ src/hb-vector.hh    |  6 ++++--
+ 3 files changed, 34 insertions(+), 17 deletions(-)
+
+commit 9483da145d6da1bdfa3224fe13a5b4e9b449d19f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Nov 30 16:59:41 2018 -0800
+
+    redo fixes
+
+ src/hb-cff2-interp-cs.hh    | 2 +-
+ src/hb-ot-cff1-table.hh     | 4 ++--
+ src/hb-subset-cff-common.hh | 6 +++---
+ src/hb-subset-cff1.cc       | 4 ++--
+ 4 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 291da448237cdc0b5534fbc1ce2288e1aa8e7b8a
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Nov 30 16:50:46 2018 -0800
+
+    yet another
+
+ src/hb-subset-cff-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b1821b9d092e4fd7fd888f4bffc341283bace461
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Nov 30 16:31:01 2018 -0800
+
+    some more
+
+ src/hb-subset-cff-common.hh | 4 ++--
+ src/hb-subset-cff1.cc       | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 9784cff55688d1ee93275e39c2339d5a486ed78b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Nov 30 16:07:08 2018 -0800
+
+    fix another pesky gcc error
+
+ src/hb-cff2-interp-cs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 23a797b44365ed76fc7db25be13bd9c3580a8695
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Nov 30 15:15:31 2018 -0800
+
+    silence picky gcc errors
+
+ src/hb-ot-cff1-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9ae954f43ad1eb703d54db98ce46157370b71a9c
+Merge: 471db3aa6 fedd8e6c1
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Nov 30 15:00:52 2018 -0800
+
+    Merge branch 'master' into cff-subset
+
+commit fedd8e6c176dea85194693399e50243eb1c117c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 16:50:30 2018 -0500
+
+    One more.........
+    
+    I wonder if there's something better to do about these :(.
+    
+    In file included from hb-ot-color.cc:31:
+    hb-ot-color-cpal-table.hh: In member function 'unsigned int OT::CPAL::get_size() const':
+    hb-ot-color-cpal-table.hh:118: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
+
+ src/hb-ot-color-cpal-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit bc5db9b0807767ac04d6e50070d69cb9c520f06e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 16:04:52 2018 -0500
+
+    One more....
+    
+    hb-ot-vorg-table.hh:96: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
+    hb-vector.hh:87: note: candidate 1: const Type& hb_vector_t<Type, PreallocedCount>::operator[](unsigned int) const [with Type = OT::VertOriginMetric, unsigned int PreallocedCount = 8u]
+    hb-ot-vorg-table.hh:96: note: candidate 2: operator[](const T*, int) <built-in>
+
+ src/hb-ot-vorg-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d39760cabfe4007cefdfc45231e85e93fababac2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 15:55:30 2018 -0500
+
+    One more...
+    
+    Sigh.
+    
+    hb-ot-kern-table.hh: In member function 'int OT::KernSubTableFormat3<KernSubTableHeader>::get_kerning(hb_codepoint_t, hb_codepoint_t) const':
+    hb-ot-kern-table.hh:59: error: ambiguous overload for 'operator[]' in 'kernValue[kernIndex[i]]'
+    hb-ot-kern-table.hh:59: note: candidates are: operator[](T*, int) <built-in>
+    hb-dsalgs.hh:574: note:                 Type& hb_array_t<Type>::operator[](unsigned int) const [with Type = const OT::IntType<short int, 2u>]
+
+ src/hb-ot-kern-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9c6921c08c905a0cf45ba0182134e6ff910fac51
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 15:16:57 2018 -0500
+
+    More...
+    
+    hb-ot-layout-gsubgpos.hh:1707: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
+    ...
+
+ src/hb-aat-layout-morx-table.hh |  4 ++--
+ src/hb-ot-layout-gpos-table.hh  | 32 ++++++++++++++++----------------
+ src/hb-ot-layout-gsubgpos.hh    | 16 ++++++++--------
+ 3 files changed, 26 insertions(+), 26 deletions(-)
+
+commit f998bb2086342d6fdcd4295593eddea91396e0b6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 12:52:21 2018 -0500
+
+    More weird fixes
+    
+    In file included from hb-ot-name.cc:29:
+    hb-ot-name-table.hh: In member function 'unsigned int OT::name::get_size() const':
+    hb-ot-name-table.hh:157: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
+    hb-open-type.hh:354: note: candidate 1: const Type& OT::UnsizedArrayOf<Type>::operator[](unsigned int) const [with Type = OT::NameRecord]
+    hb-ot-name-table.hh:157: note: candidate 2: operator[](const T*, int) <built-in>
+    hb-ot-name-table.hh: In member function 'void OT::name::accelerator_t::init(hb_face_t*)':
+    hb-ot-name-table.hh:196: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
+    hb-dsalgs.hh:574: note: candidate 1: Type& hb_array_t<Type>::operator[](unsigned int) const [with Type = const OT::NameRecord]
+    hb-ot-name-table.hh:196: note: candidate 2: operator[](T*, int) <built-in>
+    hb-ot-name-table.hh:197: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
+    hb-dsalgs.hh:574: note: candidate 1: Type& hb_array_t<Type>::operator[](unsigned int) const [with Type = const OT::NameRecord]
+    hb-ot-name-table.hh:197: note: candidate 2: operator[](T*, int) <built-in>
+    hb-ot-name-table.hh:198: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
+    hb-dsalgs.hh:574: note: candidate 1: Type& hb_array_t<Type>::operator[](unsigned int) const [with Type = const OT::NameRecord]
+    hb-ot-name-table.hh:198: note: candidate 2: operator[](T*, int) <built-in>
+    make[4]: *** [libharfbuzz_la-hb-ot-name.lo] Error 1
+    make[3]: *** [all-recursive] Error 1
+
+ src/hb-ot-name-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 67fd94da98f950b5feb719ac805f2a45379fc935
+Merge: abd81ed4f ae79fdaa7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 11:53:30 2018 -0500
+
+    Merge commit 'ae79fdaa7774d3f886a8f03926577c3bd2010b03'
+
+commit abd81ed4f5cbc5a94171747909bc6b77551cb929
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 11:51:26 2018 -0500
+
+    Umm.  Cryptic, yes
+    
+    In file included from hb-face.cc:35:
+    hb-ot-cmap-table.hh: In member function 'void OT::CmapSubtableFormat4::_compiles_assertion_on_line_388() const':
+    hb-ot-cmap-table.hh:388: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
+    hb-open-type.hh:354: note: candidate 1: const Type& OT::UnsizedArrayOf<Type>::operator[](unsigned int) const [with Type = OT::IntType<short unsigned int, 2u>]
+    hb-ot-cmap-table.hh:388: note: candidate 2: operator[](const T*, int) <built-in>
+    hb-ot-cmap-table.hh: In member function 'void OT::CmapSubtableFormat4::_instance_assertion_on_line_388() const':
+    hb-ot-cmap-table.hh:388: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
+    hb-open-type.hh:354: note: candidate 1: const Type& OT::UnsizedArrayOf<Type>::operator[](unsigned int) const [with Type = OT::IntType<short unsigned int, 2u>]
+    hb-ot-cmap-table.hh:388: note: candidate 2: operator[](const T*, int) <built-in>
+    hb-face.cc: In function 'hb_blob_t* _hb_face_builder_data_reference_blob(hb_face_builder_data_t*)':
+    hb-face.cc:650: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
+    hb-vector.hh:81: note: candidate 1: Type& hb_vector_t<Type, PreallocedCount>::operator[](unsigned int) [with Type = hb_face_builder_data_t::table_entry_t, unsigned int PreallocedCount = 32u]
+    hb-face.cc:650: note: candidate 2: operator[](T*, int) <built-in>
+    hb-face.cc:650: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
+    hb-vector.hh:81: note: candidate 1: Type& hb_vector_t<Type, PreallocedCount>::operator[](unsigned int) [with Type = hb_face_builder_data_t::table_entry_t, unsigned int PreallocedCount = 32u]
+    hb-face.cc:650: note: candidate 2: operator[](const T*, int) <built-in>
+    hb-face.cc:651: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
+    hb-vector.hh:81: note: candidate 1: Type& hb_vector_t<Type, PreallocedCount>::operator[](unsigned int) [with Type = hb_face_builder_data_t::table_entry_t, unsigned int PreallocedCount = 32u]
+    hb-face.cc:651: note: candidate 2: operator[](T*, int) <built-in>
+    hb-face.cc:651: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
+    hb-vector.hh:81: note: candidate 1: Type& hb_vector_t<Type, PreallocedCount>::operator[](unsigned int) [with Type = hb_face_builder_data_t::table_entry_t, unsigned int PreallocedCount = 32u]
+    hb-face.cc:651: note: candidate 2: operator[](const T*, int) <built-in>
+
+ src/hb-face.cc      | 4 ++--
+ src/hb-machinery.hh | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit ae79fdaa7774d3f886a8f03926577c3bd2010b03
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 11:51:26 2018 -0500
+
+    Umm.  Cryptic, yes
+    
+    hb-face.cc:650: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
+    hb-vector.hh:81: note: candidate 1: Type& hb_vector_t<Type, PreallocedCount>::operator[](unsigned int) [with Type = hb_face_builder_data_t::table_entry_t, unsigned int PreallocedCount = 32u]
+    hb-face.cc:650: note: candidate 2: operator[](T*, int) <built-in>
+
+ src/hb-face.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0f32c95e1487ffcc37439635c3294f941eae857a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 11:31:39 2018 -0500
+
+    Fix a few more sizeof(vector[0]) errors with weird compilers
+
+ src/hb-face.cc | 4 ++--
+ src/hb-set.hh  | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 88630a458b21b811075bed9e761a94c50736dc11
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 01:11:04 2018 -0500
+
+    Fix build for realz
+
+ src/hb-ot-deprecated.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 346286d04eb616c43ba8c796211fa2e5e7bf1983
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 00:44:40 2018 -0500
+
+    Fix build
+
+ src/hb-ot-deprecated.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 31f39cb41e1497a76c5838c93f9b4034089049f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 00:38:08 2018 -0500
+
+    [post] Rename v2 to v2X
+
+ src/hb-ot-post-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit e3dd47e6025a7f082af4830ba483d90d9b44381f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 30 00:32:12 2018 -0500
+
+    Move things
+
+ src/Makefile.sources   |   1 +
+ src/hb-deprecated.h    |  61 +---------------------------
+ src/hb-ot-deprecated.h | 106 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot.h            |   1 +
+ 4 files changed, 109 insertions(+), 60 deletions(-)
+
+commit 27a6b0a2f7255ed6fc7bfe1f10052c2e344e319b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 29 16:29:30 2018 -0500
+
+    Fix build for realz
+
+ src/hb-coretext.cc  |  2 +-
+ src/hb-uniscribe.cc | 10 +++++-----
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit e2af4dd1ecbe398c60fe5f3f370dd35400d7e1eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 29 16:03:15 2018 -0500
+
+    [uniscribe] Fix build
+
+ src/hb-uniscribe.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit bf738ba3ba80778c7feb95ece446607a250d9382
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Nov 30 00:06:40 2018 +0330
+
+    [test][aat] Remove extra --shaper ot
+    
+    As run-tests.py already adds it
+
+ test/shaping/data/in-house/tests/macos.tests | 64 ++++++++++++++--------------
+ 1 file changed, 32 insertions(+), 32 deletions(-)
+
+commit b65645bbafb3f1f9f956df3028cf4479a4bdc265
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 29 23:57:50 2018 +0330
+
+    [ci] Re-enable llvm-gcc-4.2 bots (#1429)
+
+ .circleci/config.yml | 48 ++++++++++++++++++++++++------------------------
+ 1 file changed, 24 insertions(+), 24 deletions(-)
+
+commit e7bd29ea11bd6301a332b471120a4a2cd8575d09
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 29 23:47:20 2018 +0330
+
+    Limit __builtin_bswap16 to GCC >= 5 as it was implemented on 4.8
+
+ src/hb-machinery.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ac0264717b949df8840b179d882a9bed2993fb74
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 29 15:07:44 2018 -0500
+
+    [coretext] Fix compile
+    
+    Fingers crossed.
+
+ src/hb-coretext.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5c4fead734b082e0168e6811bec4bcaa19acc36a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 29 15:04:34 2018 -0500
+
+    Convert "static const hb_tag_t" constants to enum
+
+ src/hb-aat-layout-ankr-table.hh |  2 +-
+ src/hb-aat-layout-bsln-table.hh |  2 +-
+ src/hb-aat-layout-feat-table.hh |  2 +-
+ src/hb-aat-layout-just-table.hh |  2 +-
+ src/hb-aat-layout-kerx-table.hh |  2 +-
+ src/hb-aat-layout-lcar-table.hh |  2 +-
+ src/hb-aat-layout-morx-table.hh |  6 +++---
+ src/hb-aat-layout-trak-table.hh |  2 +-
+ src/hb-aat-ltag-table.hh        |  2 +-
+ src/hb-ot-cmap-table.hh         |  2 +-
+ src/hb-ot-color-cbdt-table.hh   |  4 ++--
+ src/hb-ot-color-colr-table.hh   |  2 +-
+ src/hb-ot-color-cpal-table.hh   |  2 +-
+ src/hb-ot-color-sbix-table.hh   |  2 +-
+ src/hb-ot-color-svg-table.hh    |  2 +-
+ src/hb-ot-glyf-table.hh         |  4 ++--
+ src/hb-ot-hdmx-table.hh         |  2 +-
+ src/hb-ot-head-table.hh         |  2 +-
+ src/hb-ot-hhea-table.hh         |  4 ++--
+ src/hb-ot-hmtx-table.hh         | 14 +++++++-------
+ src/hb-ot-kern-table.hh         |  6 +++---
+ src/hb-ot-layout-base-table.hh  |  2 +-
+ src/hb-ot-layout-gdef-table.hh  |  2 +-
+ src/hb-ot-layout-gpos-table.hh  |  2 +-
+ src/hb-ot-layout-gsub-table.hh  |  2 +-
+ src/hb-ot-layout-jstf-table.hh  |  2 +-
+ src/hb-ot-math-table.hh         |  2 +-
+ src/hb-ot-maxp-table.hh         |  2 +-
+ src/hb-ot-name-table.hh         |  2 +-
+ src/hb-ot-os2-table.hh          |  2 +-
+ src/hb-ot-post-table.hh         |  2 +-
+ src/hb-ot-stat-table.hh         |  2 +-
+ src/hb-ot-var-avar-table.hh     |  2 +-
+ src/hb-ot-var-fvar-table.hh     |  2 +-
+ src/hb-ot-var-hvar-table.hh     |  8 ++++----
+ src/hb-ot-var-mvar-table.hh     |  2 +-
+ src/hb-ot-vorg-table.hh         |  2 +-
+ 37 files changed, 53 insertions(+), 53 deletions(-)
+
+commit 9e4138c82548c2b29a1ae8801d2c6c7c1f1a9c7a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 29 15:01:10 2018 -0500
+
+    Convert misc "static const" constants to enum
+
+ src/hb-aat-layout-kerx-table.hh |  4 ++--
+ src/hb-map.hh                   |  2 +-
+ src/hb-ot-kern-table.hh         |  4 ++--
+ src/hb-set-digest.hh            | 14 +++++++-------
+ 4 files changed, 12 insertions(+), 12 deletions(-)
+
+commit 44cbd2ea3dc36312bd80860983b6616586e78c6c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 29 14:53:43 2018 -0500
+
+    Convert "static const bool" constants to anonymous enum
+
+ src/hb-aat-layout-common.hh     |  4 ++--
+ src/hb-aat-layout-kerx-table.hh |  4 ++--
+ src/hb-aat-layout-morx-table.hh |  8 ++++----
+ src/hb-dsalgs.hh                | 16 ++++++++--------
+ src/hb-ot-kern-table.hh         |  4 ++--
+ src/hb-ot-layout.cc             |  4 ++--
+ 6 files changed, 20 insertions(+), 20 deletions(-)
+
+commit 861bc75349257f74c12b261abfcd5ab9e2f04863
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 29 14:34:44 2018 -0500
+
+    [vector] Make pointer cast explicit
+    
+    Too bad this doesn't help MSVC 2008 build, as explicit operators are
+    C++11.
+
+ src/hb-machinery.hh     | 2 +-
+ src/hb-ot-cmap-table.hh | 3 ++-
+ src/hb-set.hh           | 4 ++--
+ src/hb-subset.cc        | 2 +-
+ src/hb-vector.hh        | 4 ++--
+ 5 files changed, 8 insertions(+), 7 deletions(-)
+
+commit 72955e68256806f082439d65e6f9b5cf2e35fa8a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 29 14:28:44 2018 -0500
+
+    Hand-hold older compilers
+
+ src/hb-set.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1a182e97ee71de0e78a70ff823ae17fa93a31830
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 29 12:39:52 2018 -0500
+
+    [test/text-rendering-tests] Update from upstream
+
+ .../text-rendering-tests/fonts/TestGVAR-Composite-0.ttf  | Bin 0 -> 3136 bytes
+ .../fonts/TestGVAR-Composite-Missing.ttf                 | Bin 0 -> 2984 bytes
+ 2 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 000d4b128eba58677acdc3b361829ff2f9a257b1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 29 12:32:47 2018 -0500
+
+    Make shaper's override_features() override user features as well
+    
+    The override_features is used to override features that are normally
+    discretionary features, but in a specific shaper are for various
+    reasons desired to be bolted on or off, because they've been used
+    for inherent shaping.  As such, it makes sense that they also
+    override user features.  Ie. if user turned 'liga' on, we don't
+    want Khmer shaping to become broken...  Or turn 'clig' off...
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1310
+
+ src/hb-ot-shape.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit a95d9d8c8465ebc927bc2194dffe4ea95542e54c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 29 12:30:14 2018 -0500
+
+    [khmer] Move 'clig' to overrides
+    
+    Prerequisite for https://github.com/harfbuzz/harfbuzz/issues/1310
+
+ src/hb-ot-shape-complex-khmer.cc | 15 +++++++++------
+ 1 file changed, 9 insertions(+), 6 deletions(-)
+
+commit 282ce7230b8bd8ad65c408cdaf1499504038247d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 29 12:18:14 2018 -0500
+
+    Fix "typename outside template" issues
+    
+    Nothing an extra template class wouldn't fix...
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1419
+
+ src/hb-null.hh | 25 +++++++++++++++++++------
+ 1 file changed, 19 insertions(+), 6 deletions(-)
+
+commit dc41ecef85b094b30c612113606597b91c55351c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 29 11:53:53 2018 -0500
+
+    2.2.0
+
+ NEWS                 | 35 +++++++++++++++++++++++++++++++++++
+ configure.ac         |  2 +-
+ src/hb-aat-layout.cc |  6 +++---
+ src/hb-aat-layout.h  |  4 ++--
+ src/hb-deprecated.h  |  4 ++--
+ src/hb-ot-var.cc     |  8 ++++----
+ src/hb-ot-var.h      |  4 ++--
+ src/hb-version.h     |  6 +++---
+ 8 files changed, 52 insertions(+), 17 deletions(-)
+
+commit 7b85081be4fbd6cad75dc28ae933ce920f71b22d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 29 11:34:22 2018 -0500
+
+    [icu] Minor
+
+ src/hb-icu.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0bcb1de1265368a27e53c6d935c965cbcb4130a0
+Merge: e0307de81 a85886fc7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 29 10:39:18 2018 -0500
+
+    Merge pull request #1418 from gvictor/replace_icu_deprecated
+    
+    Replace @Deprecated ICU API - USCRIPT_CODE_LIMIT
+
+commit e0307de818ad1f70ef96938642bda61d7a62532a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 29 11:36:05 2018 +0330
+
+    [test][aat.kern] More (#1427)
+
+ test/shaping/data/in-house/tests/macos.tests | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit 471db3aa6f963ecd4ebaf66daa81ef245d30d3b8
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Nov 28 17:06:11 2018 -0800
+
+    workaround for issue #1417
+
+ src/hb-cff-interp-common.hh | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit 32d291ae899eb095500052bed2a22e5255a34838
+Merge: 1ecbf4d3e 949655aa7
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Nov 28 16:27:45 2018 -0800
+
+    Merge branch 'master' into cff-subset
+
+commit 949655aa7853a4513af6b5247b9822be38f5d322
+Merge: 7b78d2233 d3d0f15f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 28 17:21:57 2018 -0500
+
+    Merge pull request #1425 from mbutterick/patch-1
+    
+    update simple shaping example (closes #298)
+
+commit d3d0f15f7d20bedf7018fb2fb652f92ff4159bd7
+Author: Matthew Butterick <mbutterick@users.noreply.github.com>
+Date:   Wed Nov 28 13:46:12 2018 -0800
+
+    update simple shaping example (closes #298)
+    
+    add call to `FT_Set_Char_Size`, otherwise default size remains at `0`, and glyph positions come back as `0` too
+
+ docs/usermanual-getting-started.xml | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 7b78d2233df0e51e2967bc54a9202b3f9e05059a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 29 00:55:05 2018 +0330
+
+    [test][aat] Update expectency
+    
+    It is not visually noticeable but apparently affected by kern format2 correct implementation.
+    I should've checked CoreText result which can't as CircleCI outage.
+
+ test/shaping/data/in-house/tests/macos.tests | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 5155067e10011f78f1ce35b3dadb062bccd3a706
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 29 00:07:00 2018 +0330
+
+    [test] Add test for format2 kern (#1423)
+
+ test/shaping/data/in-house/Makefile.sources             |   1 +
+ .../fonts/e39391c77a6321c2ac7a2d644de0396470cd4bfe.ttf  | Bin 0 -> 34116 bytes
+ test/shaping/data/in-house/tests/kern-format2.tests     |   3 +++
+ 3 files changed, 4 insertions(+)
+
+commit 42a2b496e428521151ff5cb07454d2e993f892cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 28 15:24:30 2018 -0500
+
+    [kerx] Fix Format2 index calc again
+
+ src/hb-aat-layout-common.hh     | 14 ++++++++++++++
+ src/hb-aat-layout-kerx-table.hh |  2 +-
+ 2 files changed, 15 insertions(+), 1 deletion(-)
+
+commit 9e4f03b6ed80a81f8aee5ba93564f5eabab4299c
+Merge: 19863c805 a3267cf80
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 28 15:08:01 2018 -0500
+
+    Merge remote-tracking branch 'fdo/master'
+
+commit a3267cf803082af157a7f2b0026af2633b14f8e3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 28 15:06:01 2018 -0500
+
+    [kern] Fix kern table Format2 offsetToIndex
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1421
+
+ src/hb-aat-layout-kerx-table.hh | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit f9a9c0fd1e561715d696c7bd840bab552d0718ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 28 14:51:56 2018 -0500
+
+    [kerx] Fix ClassTable implementation for 'kern' table Format 2
+
+ src/hb-aat-layout-common.hh     |  8 +++++---
+ src/hb-aat-layout-kerx-table.hh | 10 ++--------
+ 2 files changed, 7 insertions(+), 11 deletions(-)
+
+commit 5b4a789ca857664668ff69936574dcd09bee6065
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 28 14:46:26 2018 -0500
+
+    [aat] Towards adding two ClassTable's
+
+ src/hb-aat-layout-common.hh | 40 ++++++++++++++++++++--------------------
+ 1 file changed, 20 insertions(+), 20 deletions(-)
+
+commit 19863c805982d5d1d059d4dd9376039d3fdaabcd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Nov 28 20:28:42 2018 +0330
+
+    [test][aat] Add a test and make macOS runners faster (#1422)
+
+ .circleci/config.yml                         | 15 +++-----
+ test/shaping/data/in-house/tests/macos.tests | 54 ++++++++++++++--------------
+ 2 files changed, 33 insertions(+), 36 deletions(-)
+
+commit 987f4187722a05e3f360b85c66309a351fc5d6ad
+Merge: 1042d9fbc 4e2a03b6b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 27 17:40:32 2018 -0500
+
+    Merge pull request #1398 from Adenilson/bigInt01
+    
+    Optimize harfbuzz big integer conversions
+
+commit 4e2a03b6b6e0c0d1c4edea10dc1aae63eeb6c581
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 27 17:40:09 2018 -0500
+
+    Comment
+
+ src/hb-machinery.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 4a719a7f4c997ea7e47588bc0288c97706dae015
+Author: Adenilson Cavalcanti <adenilson.cavalcanti@arm.com>
+Date:   Tue Nov 20 14:41:19 2018 -0800
+
+    Optimize harfbuzz big integer conversions
+    
+    Profiling showed that type conversions were adding considerable cycles in time
+    spent doing text shaping.
+    
+    The idea is to optimize it using native processor instructions to help Blink
+    layout performance.
+    
+    Doing further investigation revelead that compilers may not use the
+    proper instruction on ARM 32bits builds (i.e. REV16).
+    
+    One way to insure that the generated ASM was ideal for both gcc/clang
+    was using __builtin_bswap16.
+    
+    Added bonus is that we no longer need to test for CPU architecture.
+
+ src/hb-machinery.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit a85886fc77083084e9a12ee15b47eab7876f9f53
+Author: Victor Chang <vichang@google.com>
+Date:   Tue Nov 27 11:34:56 2018 +0000
+
+    Replace @Deprecated ICU API - USCRIPT_CODE_LIMIT
+    
+    Use of the deprecated API USCRIPT_CODE_LIMIT prevents harfbuzz
+    using the ICU4C as a shared library.
+    
+    The API has been replaced by u_getIntPropertyMaxValue(UCHAR_SCRIPT)
+
+ src/hb-icu.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 1042d9fbc05aff9d51f15c2824a8521e963d0acd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Nov 26 18:58:39 2018 +0330
+
+    [ci] Add .codecov.yml
+    
+    Similar to https://github.com/GoogleChrome/lighthouse/blob/master/.codecov.yml
+    
+    No strong preference on commenting, feel free to enable it again
+
+ .codecov.yml | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 97eaedca5de76c74534bab41562aee130098558a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Nov 26 16:58:58 2018 +0330
+
+    [test][aat] Enable Tamil MN test (#1414)
+
+ test/shaping/data/in-house/tests/macos.tests | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 574d888c8a409295a952361a39c8e83a52a0fc3d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 25 16:51:22 2018 -0500
+
+    [aat] Ignore GSUB table of Muthu Foundry if they have morx table
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1410
+
+ src/hb-ot-layout-gpos-table.hh |  3 +++
+ src/hb-ot-layout-gsub-table.hh |  3 +++
+ src/hb-ot-layout-gsubgpos.hh   |  5 +++++
+ src/hb-ot-layout.cc            | 36 +++++++++++++++++++++++++++++++++++-
+ 4 files changed, 46 insertions(+), 1 deletion(-)
+
+commit 4151c2848d8df75b6d0a4f5d79bee843158aa4a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 25 16:38:36 2018 -0500
+
+    [GDEF] Move more code
+
+ src/hb-ot-layout-gdef-table.hh | 10 +++++++++-
+ src/hb-ot-layout.cc            | 11 -----------
+ 2 files changed, 9 insertions(+), 12 deletions(-)
+
+commit 4f21703f225b6977196ef180e8d7300ea86d2cc3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 25 15:59:18 2018 -0500
+
+    [GDEF] Move code around
+
+ src/hb-ot-layout-gdef-table.hh |  3 +++
+ src/hb-ot-layout.cc            | 16 +++++++---------
+ 2 files changed, 10 insertions(+), 9 deletions(-)
+
+commit 4ed9fb1a0050f3151f9332f08c8bb2c13652c607
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 25 15:51:01 2018 -0500
+
+    [GDEF] Minor
+
+ src/hb-ot-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0e3a48e54248d69197e8fb23c824d987f91b3bf7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Nov 25 13:37:23 2018 +0330
+
+    [test][aat] fix 10.13.6 Helvetica expectation
+
+ test/shaping/data/in-house/tests/macos.tests | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cbc541b426f01717641f1f3529a7c9703aec7a28
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Nov 25 12:50:30 2018 +0330
+
+    [aat] Add m grave test (#1412)
+
+ test/shaping/data/in-house/tests/macos.tests | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit fa26ad0f48462063f2160a43cb62b018bb21e251
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Nov 25 11:25:17 2018 +0330
+
+    [aat] Fix macos expectation
+
+ test/shaping/data/in-house/tests/macos.tests | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 926f512f354835f8323bb2c2e58789dd918a9b65
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 25 01:14:40 2018 -0500
+
+    [aat.feat] Rework API and implementation
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/1346
+
+ docs/harfbuzz-docs.xml          |  5 +++
+ docs/harfbuzz-sections.txt      |  7 ++--
+ src/hb-aat-layout-feat-table.hh | 89 +++++++++++++++++++++++------------------
+ src/hb-aat-layout.cc            | 80 ++++++++++++++++--------------------
+ src/hb-aat-layout.h             | 32 +++++++++------
+ test/api/test-aat-layout.c      | 58 ++++++++++++++-------------
+ 6 files changed, 141 insertions(+), 130 deletions(-)
+
+commit 84dacbca7ea54a3ca2d5d711d50272a7f3baf456
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 12:08:36 2018 -0500
+
+    [aat.feat] Add _MAX_VALUE to enums
+
+ src/hb-aat-layout.h | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 3922aae1620958768d3257c0988432d5609dca1b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 11:02:04 2018 -0500
+
+    [aat.feat] Minor
+
+ src/hb-aat-layout-feat-table.hh | 12 ++----------
+ 1 file changed, 2 insertions(+), 10 deletions(-)
+
+commit 0f8e98eca2463da3b83d1b66a19259a584df1682
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 11:00:42 2018 -0500
+
+    [aat.feat] Whitespace
+
+ src/hb-aat-layout-feat-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit c2256068339c9e10c8e6df5d1749be4b4eb04ad4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 10:54:40 2018 -0500
+
+    [aat.feat] Port to SortedUnsizedArrayOf.bsearch()
+
+ src/hb-aat-layout-feat-table.hh | 19 +++++++------------
+ 1 file changed, 7 insertions(+), 12 deletions(-)
+
+commit 52ae9867efd6520d17306b9f3ad612fe5463e93d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 10:46:56 2018 -0500
+
+    [AAT.feat] Use lsearch for looking up SettingName's
+    
+    They are not sorted.
+
+ src/hb-aat-layout-feat-table.hh | 18 ++++++------------
+ src/hb-open-type.hh             | 16 ++++++++--------
+ src/hb-static.cc                |  6 ++++--
+ 3 files changed, 18 insertions(+), 22 deletions(-)
+
+commit 44b9331f663c09174d94e06baf36d48a50599c42
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 10:30:35 2018 -0500
+
+    [aat] Fix include issues
+
+ src/Makefile.am | 2 ++
+ src/hb-aat.h    | 2 ++
+ 2 files changed, 4 insertions(+)
+
+commit b206133d1f616339a57996b634dadc7f0a2c4cfb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 23 14:05:11 2018 -0500
+
+    [aat] Move contents of hb-aat.h to hb-aat-layout.h
+    
+    Since it was pages and pages...
+
+ src/Makefile.sources |   1 +
+ src/hb-aat-layout.cc |   1 -
+ src/hb-aat-layout.h  | 452 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-aat-layout.hh |   1 -
+ src/hb-aat-map.hh    |   1 -
+ src/hb-aat.h         | 417 +----------------------------------------------
+ src/hb.hh            |   2 +
+ 7 files changed, 458 insertions(+), 417 deletions(-)
+
+commit 2cb235d0210e74ea4ee123767b489301a9c340ab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 23 12:23:35 2018 -0500
+
+    [aat.feat] Fix enum namespace
+
+ src/hb-aat-layout-feat-table.hh |   2 +-
+ src/hb-aat-layout-morx-table.hh |   4 +-
+ src/hb-aat-layout.cc            | 150 ++++++------
+ src/hb-aat.h                    | 502 ++++++++++++++++++++--------------------
+ test/api/test-aat-layout.c      |   2 +-
+ 5 files changed, 330 insertions(+), 330 deletions(-)
+
+commit 712762cabbbe85e6ab8361cd115c22a176827734
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 23 12:21:02 2018 -0500
+
+    Minor
+
+ src/hb-aat.h | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit e20f81f4fa977a8d22c6afee1e46fbf46bc182d9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 23 11:57:42 2018 -0500
+
+    [aat] Rename feat API a bit more
+
+ docs/harfbuzz-sections.txt      | 10 +++++-----
+ src/hb-aat-layout-feat-table.hh |  8 ++++----
+ src/hb-aat-layout.cc            | 32 ++++++++++++++++----------------
+ src/hb-aat.h                    | 26 +++++++++++++-------------
+ test/api/test-aat-layout.c      | 28 ++++++++++++++--------------
+ 5 files changed, 52 insertions(+), 52 deletions(-)
+
+commit 54f4c17f0a932b0ca0317e1ad5e5e43a11a83fd1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Nov 23 12:05:06 2018 +0330
+
+    [feat] Rename API uses of setting to selector
+
+ docs/harfbuzz-sections.txt      |  6 +--
+ src/hb-aat-layout-feat-table.hh | 52 ++++++++++++------------
+ src/hb-aat-layout-morx-table.hh |  2 +-
+ src/hb-aat-layout.cc            | 88 ++++++++++++++++++++---------------------
+ src/hb-aat-layout.hh            |  4 +-
+ src/hb-aat-map.cc               |  2 +-
+ src/hb-aat-map.hh               |  2 +-
+ src/hb-aat.h                    | 20 +++++-----
+ test/api/test-aat-layout.c      | 46 ++++++++++-----------
+ 9 files changed, 111 insertions(+), 111 deletions(-)
+
+commit 9c64b216ec7ae2c2c124ebd00dc6fa568752be78
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Nov 23 11:44:53 2018 +0330
+
+    [feat] Apply renamings and add documentation
+
+ docs/harfbuzz-sections.txt | 10 ++++++++++
+ src/hb-aat-layout.cc       | 44 ++++++++++++++++++++++++++++++++++++++------
+ src/hb-aat.h               |  6 +++---
+ test/api/test-aat-layout.c | 28 ++++++++++++++--------------
+ 4 files changed, 65 insertions(+), 23 deletions(-)
+
+commit a8726cb4830f51a820db4bc6346ed09c91493817
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Nov 17 14:23:11 2018 +0330
+
+    [feat] Use bsearch
+
+ src/hb-aat-layout-feat-table.hh | 36 ++++++++++++++++++++++--------------
+ src/hb-aat-layout-morx-table.hh |  2 +-
+ src/hb.hh                       |  2 ++
+ 3 files changed, 25 insertions(+), 15 deletions(-)
+
+commit 4009a05ca7de21fff2176621597cd0cd01e9d80e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Nov 17 11:30:50 2018 +0330
+
+    [feat] Address Behdad comments
+
+ src/hb-aat-layout-feat-table.hh | 114 ++++---
+ src/hb-aat-layout.cc            |  14 +-
+ src/hb-aat.h                    | 673 +++++++++++++++++-----------------------
+ test/api/test-aat-layout.c      |  88 +++---
+ 4 files changed, 423 insertions(+), 466 deletions(-)
+
+commit 19b6025534a98df96d67eee45c5c1ea6fbc1cc43
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Nov 17 01:07:09 2018 +0330
+
+    [feat] Address @behdad comments
+
+ src/Makefile.sources            |   2 +-
+ src/hb-aat-layout-feat-table.hh |  82 +++----
+ src/hb-aat-layout-morx-table.hh |   2 +-
+ src/hb-aat-layout.cc            | 104 ++++----
+ src/hb-aat-map.cc               |   2 +-
+ src/hb-aat.h                    | 533 ++++++++++++----------------------------
+ src/hb-ot.h                     |   1 -
+ test/api/test-aat-layout.c      |  84 +++----
+ 8 files changed, 282 insertions(+), 528 deletions(-)
+
+commit 9212ec203c948e290a1d92b701619ccdbc89377c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Nov 9 00:50:10 2018 +0330
+
+    [feat] Complete feature types list
+
+ src/hb-aat-layout-morx-table.hh |   2 +-
+ src/hb-aat-layout.cc            | 154 ++++-----
+ src/hb-aat.h                    | 697 ++++++++++++++++++++++++++++++++++++++--
+ 3 files changed, 752 insertions(+), 101 deletions(-)
+
+commit fbad794bd2c574363a0c5c5fefabce764496f93c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 1 22:24:42 2018 +0330
+
+    [feat] Add feature iteration API
+
+ src/hb-aat-layout-feat-table.hh | 36 +++++++++++++++++++++--------
+ src/hb-aat-layout.cc            | 26 +++++++++++----------
+ src/hb-aat.h                    | 23 +++++++++++++++++--
+ test/api/test-aat-layout.c      | 51 +++++++++++++++++++++++++++--------------
+ 4 files changed, 96 insertions(+), 40 deletions(-)
+
+commit 7a0471aa356bcd062d31a59bdb19c335249116c7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 1 21:38:54 2018 +0330
+
+    [feat] Turn AAT feature id into enum
+
+ src/hb-aat-layout-feat-table.hh |  20 ++---
+ src/hb-aat-layout-morx-table.hh |  10 +--
+ src/hb-aat-layout.cc            | 170 ++++++++++++++++++++--------------------
+ src/hb-aat-layout.hh            |   6 +-
+ src/hb-aat-map.cc               |   2 +-
+ src/hb-aat-map.hh               |   4 +-
+ src/hb-aat.h                    |  64 +++++++++------
+ test/api/test-aat-layout.c      |   8 +-
+ test/api/test-c.c               |   1 +
+ 9 files changed, 150 insertions(+), 135 deletions(-)
+
+commit b233fa4bc9cdb1c6677b37106d96d878d6e03bfd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 1 20:02:57 2018 +0330
+
+    [feat] Rename records to selectors as @drott
+
+ src/hb-aat-layout-feat-table.hh | 20 ++++++++++----------
+ src/hb-aat-layout.cc            | 10 +++++-----
+ src/hb-aat.h                    |  4 ++--
+ 3 files changed, 17 insertions(+), 17 deletions(-)
+
+commit a157b3e4ebd57ad29f217c4cef6519e7398cfa5c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 1 19:56:16 2018 +0330
+
+    [feat] Apply @behdad comments
+
+ src/Makefile.sources              |  2 +-
+ src/hb-aat-layout-feat-table.hh   |  1 +
+ src/hb-aat-layout.cc              | 16 ++++++++--------
+ src/hb-aat-layout.hh              |  2 +-
+ src/hb-aat-map.hh                 |  2 +-
+ src/{hb-aat-layout.h => hb-aat.h} | 22 +++++++++++++---------
+ src/hb-ot.h                       |  1 +
+ test/api/test-aat-layout.c        | 14 +++++++-------
+ test/api/test-c.c                 |  1 -
+ 9 files changed, 33 insertions(+), 28 deletions(-)
+
+commit 3aff3f822f0d7bf7a2b5160ad93df3fe413c7c47
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 1 19:20:20 2018 +0330
+
+    [feat] Apply @drott and @jfkthame comments
+
+ src/hb-aat-layout-feat-table.hh | 14 ++++++--------
+ src/hb-aat-layout.cc            | 12 +++++++-----
+ src/hb-aat-layout.h             | 10 +++++-----
+ test/api/test-aat-layout.c      |  4 ++--
+ 4 files changed, 20 insertions(+), 20 deletions(-)
+
+commit b791bbbae47aa19709da640a1dc5e84590c5c2c2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 1 15:15:56 2018 +0330
+
+    [feat] Apply @jfkthame reviews
+
+ src/hb-aat-layout-feat-table.hh |  27 +++++++++++++++------------
+ src/hb-aat-layout.cc            |  23 ++++++++++++-----------
+ src/hb-aat-layout.h             |  14 +++++++++-----
+ test/api/fonts/aat-feat.ttf     | Bin 0 -> 1132 bytes
+ test/api/test-aat-layout.c      |  30 ++++++++++++++++++------------
+ 5 files changed, 54 insertions(+), 40 deletions(-)
+
+commit 95abd53758e281325b9124f0942aafb382a89090
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 1 13:14:29 2018 +0330
+
+    [feat] Expose public API
+    
+    * hb_aat_get_feature_settings
+
+ src/Makefile.sources            |  1 +
+ src/hb-aat-layout-feat-table.hh | 68 ++++++++++++++++++++++++++++++-
+ src/hb-aat-layout-morx-table.hh |  6 +--
+ src/hb-aat-layout.cc            | 33 +++++++++++++++
+ src/hb-aat-layout.h             | 75 ++++++++++++++++++++++++++++++++++
+ src/hb-aat-layout.hh            |  7 ++--
+ src/hb-aat-map.hh               |  5 ++-
+ src/hb-ot-face.hh               |  1 +
+ test/api/Makefile.am            |  1 +
+ test/api/test-aat-layout.c      | 89 +++++++++++++++++++++++++++++++++++++++++
+ test/api/test-c.c               |  1 +
+ 11 files changed, 278 insertions(+), 9 deletions(-)
+
+commit 264c4a539cbfd8d5e5f143206d9d27230a186897
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 25 00:30:08 2018 -0500
+
+    [test] Reorder test suites
+    
+    aots is less interesting.  Run text-rendering-tests before aots.
+
+ test/shaping/data/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9326912941e5927bcfb4689689c954b9a3995baa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 25 00:27:23 2018 -0500
+
+    [kerx] Fix crash
+
+ src/hb-machinery.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 6ee401049d475b2a2d9c859e6dbf8ff2750a1609
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 25 00:21:13 2018 -0500
+
+    Simplify sanitize set_object() / fix bots
+
+ src/hb-machinery.hh | 26 +++++++++++++-------------
+ 1 file changed, 13 insertions(+), 13 deletions(-)
+
+commit c5a6b355e165e90d8d90454ceeca7b100282945f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 23:49:23 2018 -0500
+
+    [kerx] Port to hb_sanitize_with_object_t
+
+ src/hb-aat-layout-kerx-table.hh | 19 +++++++------------
+ 1 file changed, 7 insertions(+), 12 deletions(-)
+
+commit c405ed0509afaa7c3846e8e461bedfbceb0cd937
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 23:46:15 2018 -0500
+
+    [morx] Port to hb_sanitize_with_object_t
+
+ src/hb-aat-layout-morx-table.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 1e8994221fb5cfdb1902d5249c7a75cde6d6e3c8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 23:38:06 2018 -0500
+
+    Add hb_sanitize_with_object_t
+    
+    Context manager.
+
+ src/hb-machinery.hh | 17 +++++++++++++++++
+ 1 file changed, 17 insertions(+)
+
+commit b3c5affc05a3c7bbcfbd98521703d3d3447fcd7d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 23:34:34 2018 -0500
+
+    Simplify sanitize set_object()
+
+ src/hb-aat-layout-kerx-table.hh | 12 ++++++------
+ src/hb-aat-layout-morx-table.hh | 10 +++++-----
+ src/hb-machinery.hh             | 26 +++++++++++++-------------
+ 3 files changed, 24 insertions(+), 24 deletions(-)
+
+commit 3d3097269995aa227b4b198d4da2baf942b65c66
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 23:12:28 2018 -0500
+
+    [aat] Skip terminator in VarSizedBinSearchArray<>
+    
+    Fixes shaping with Apple Chancery on 10.13 again.  In that font,
+    there was a terminator segment, that was tripping off sanitize().
+
+ src/hb-aat-layout-common.hh |  6 ++++++
+ src/hb-open-type.hh         | 21 ++++++++++++++++++++-
+ 2 files changed, 26 insertions(+), 1 deletion(-)
+
+commit 4202a3cde3b6065124feb7f4c662563de1e08126
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 22:48:34 2018 -0500
+
+    Minor
+
+ src/hb-open-type.hh | 21 ++++++++++++++++-----
+ 1 file changed, 16 insertions(+), 5 deletions(-)
+
+commit 1c2302bbf1d2d0e66f49ab54ad98d1b61bc5603d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 22:32:17 2018 -0500
+
+    [debug] Print function in return_trace()
+
+ src/hb-debug.hh | 16 +++++++++++-----
+ 1 file changed, 11 insertions(+), 5 deletions(-)
+
+commit 748198a6718adbb200ee24ac013c617f62c946a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 22:16:59 2018 -0500
+
+    Revert "[aat.morx] Remove set_object() business"
+    
+    This reverts commit ae8ed58a6e53441d9ccbf67afd8a00b815cde99e.
+    
+    Apparently this broke Apple Chancery from OS X 10.12 :(.
+    Investigating...
+
+ src/hb-aat-layout-morx-table.hh | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit c8a2dc820eb0ee3124e3762cb1167ac9e528ad28
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 22:16:53 2018 -0500
+
+    Revert "[aat.kerx] Remove kerx subtable boundary enforcement"
+    
+    This reverts commit 15905a2a2998f7ddd964f920a4828602235d6b00.
+
+ src/hb-aat-layout-kerx-table.hh | 21 +++++++++++++++++++++
+ 1 file changed, 21 insertions(+)
+
+commit 9eeebd8ddedb96c03860ce7eb5500aafa3969d6b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 22:16:47 2018 -0500
+
+    Revert "[sanitize] Remove now-unused set_object() machinery"
+    
+    This reverts commit bbdb6edb3e1cea4c5b7076c4f6b3e6998ae36dae.
+
+ src/hb-machinery.hh | 25 ++++++++++++++++++++++++-
+ 1 file changed, 24 insertions(+), 1 deletion(-)
+
+commit 248ce22857c8918bf3468ef48d906de4c19c3d4d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 22:01:06 2018 -0500
+
+    [tests] Minor
+
+ test/shaping/run-tests.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f47c5da0aa04a88b37d9c3af4730204319a9a36b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 21:36:57 2018 -0500
+
+    [arrays] Use hb_array_t<> in all places with sub_array()
+
+ src/hb-aat-layout-lcar-table.hh |  6 +++---
+ src/hb-ot-layout-gdef-table.hh  | 14 ++++++++------
+ src/hb-ot-math-table.hh         | 10 ++++------
+ 3 files changed, 15 insertions(+), 15 deletions(-)
+
+commit 3246a8ebbd900bcc3e3c70532eab0f406b8f5c4a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 21:32:00 2018 -0500
+
+    [arrays] Merge ArrayOf's sub_array into hb_array_t's
+
+ src/hb-dsalgs.hh    | 44 +++++++++++++++++++++++++++-----------------
+ src/hb-open-type.hh | 30 ++++++++++++++++++------------
+ 2 files changed, 45 insertions(+), 29 deletions(-)
+
+commit e6877e28cd30e89af7cce59d903184a5a01ec970
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Nov 25 02:12:40 2018 +0330
+
+    [test] Add the missed aots fonts
+
+ test/shaping/data/aots/fonts/classdef1_font1.otf   | Bin 0 -> 6004 bytes
+ test/shaping/data/aots/fonts/classdef1_font2.otf   | Bin 0 -> 6020 bytes
+ test/shaping/data/aots/tests/classdef1_empty.tests |   2 +-
+ 3 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 825ea5a4607fafa11c56a72a82bda773f6b44e79
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Nov 25 01:59:54 2018 +0330
+
+    [test] Merge 10.12.6 and 10.13.6 tests, update to Apple Chancery fix
+
+ test/shaping/data/in-house/Makefile.sources        |  3 +--
+ .../data/in-house/tests/macos-10.12.6.tests        | 11 ---------
+ .../data/in-house/tests/macos-10.13.6.tests        | 13 -----------
+ test/shaping/data/in-house/tests/macos.tests       | 26 ++++++++++++++++++++++
+ 4 files changed, 27 insertions(+), 26 deletions(-)
+
+commit bbdb6edb3e1cea4c5b7076c4f6b3e6998ae36dae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 17:15:38 2018 -0500
+
+    [sanitize] Remove now-unused set_object() machinery
+
+ src/hb-machinery.hh | 25 +------------------------
+ 1 file changed, 1 insertion(+), 24 deletions(-)
+
+commit 15905a2a2998f7ddd964f920a4828602235d6b00
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 17:14:39 2018 -0500
+
+    [aat.kerx] Remove kerx subtable boundary enforcement
+    
+    Have not encountered fonts needing this, but same reasoning as
+    for morx (see previos commit.)
+
+ src/hb-aat-layout-kerx-table.hh | 21 ---------------------
+ 1 file changed, 21 deletions(-)
+
+commit ae8ed58a6e53441d9ccbf67afd8a00b815cde99e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 17:11:09 2018 -0500
+
+    [aat.morx] Remove set_object() business
+    
+    With OS X 10.13 Apple Chancery fails to ligate if we limit each morx
+    sub-chain to its declared length.  Perhaps their newer compiler does
+    object-sharing across sub-chains.  Anyway, since that's a valid, if
+    unspecified, way to compile tables, remove enforcement.
+    
+    Probably do the same with kern/kerx.
+
+ src/hb-aat-layout-morx-table.hh | 8 --------
+ 1 file changed, 8 deletions(-)
+
+commit b518e5af9f66414396752069bb8f43466a9236fa
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Nov 25 01:39:00 2018 +0330
+
+    Add 10.13.6 aat fonts tests and bot (#1409)
+
+ .circleci/config.yml                                     | 16 ++++++++++++++--
+ test/shaping/data/in-house/Makefile.sources              |  3 ++-
+ .../in-house/tests/{macos.tests => macos-10.12.6.tests}  |  2 --
+ test/shaping/data/in-house/tests/macos-10.13.6.tests     | 13 +++++++++++++
+ 4 files changed, 29 insertions(+), 5 deletions(-)
+
+commit b7f7950e8fc4b9e229b466ac2453d57b8da9a5a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 15:56:17 2018 -0500
+
+    [aat] Add test for recent regression
+
+ test/shaping/data/in-house/tests/macos.tests | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit ea9512e61a7ed333b810918e74cce4c8bd2291b9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 15:49:33 2018 -0500
+
+    [tests] Redo test runner logging a  bit
+
+ test/shaping/run-tests.py | 44 +++++++++++++++++++++++---------------------
+ 1 file changed, 23 insertions(+), 21 deletions(-)
+
+commit 5020affc3877d39377506245ecaf01a659eef82a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 15:42:11 2018 -0500
+
+    [tests] Minor
+
+ test/shaping/data/in-house/tests/macos.tests | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit ee3a3e10d45f5df1a74b65fbe3df77f8dd8f902e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 15:37:01 2018 -0500
+
+    [tests/shaping] Allow comments in test files
+    
+    Line should start with "# ".
+
+ test/shaping/run-tests.py | 17 +++++++++++++++--
+ 1 file changed, 15 insertions(+), 2 deletions(-)
+
+commit ed900ee9afa0dabdbf6bf9d2af46c2343a16773f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 15:22:09 2018 -0500
+
+    [tests] Rename
+
+ test/shaping/data/in-house/Makefile.sources                         | 2 +-
+ test/shaping/data/in-house/tests/{macos-10.12.tests => macos.tests} | 0
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 20edc70d537b01e8a384ee05673335f2f8a18238
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 14:52:34 2018 -0500
+
+    [morx/kerx] Fix sanitize regression
+    
+    Broke in 8dcc1913a1670ede7b124f7b5b775d7ab8791386
+    
+    If sanitizer is left with another object, it wouldn't work.
+    
+    Better fix coming soon.
+
+ src/hb-aat-layout-kerx-table.hh | 6 +-----
+ src/hb-aat-layout-morx-table.hh | 4 +---
+ 2 files changed, 2 insertions(+), 8 deletions(-)
+
+commit 3cc14e78aeb1c70eb82891ab4513c0e7d0f59928
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Nov 24 20:49:21 2018 +0330
+
+    [test] Enable more of aots tests (#1408)
+    
+    The ones commented out in this change should've be passed :/
+    a closer look is needed.
+
+ test/shaping/data/aots/Makefile.sources            | 76 +++++++++++-----------
+ test/shaping/data/aots/hb-aots-tester.cpp          |  1 +
+ test/shaping/data/aots/tests/classdef1_empty.tests |  2 +-
+ test/shaping/data/aots/tests/gsub3_1_simple.tests  |  2 +-
+ .../data/aots/tests/lookupflag_ignore_attach.tests | 10 +--
+ 5 files changed, 46 insertions(+), 45 deletions(-)
+
+commit 24887d1115ee41cfad70577eb243382f6c23ab6e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Nov 24 20:07:24 2018 +0330
+
+    Add Adobe AOTS tests (#1395)
+    
+    Annotated OpenType Specification or aots, https://github.com/adobe-type-tools/aots
+    provides a set of tests for OpenType specification, this change add those tests in addition
+    to modified version of their HarfBuzz test runner for generating harfbuzz project specific tests.
+
+ configure.ac                                       |   1 +
+ test/shaping/CMakeLists.txt                        |  13 +-
+ test/shaping/data/Makefile.am                      |   1 +
+ test/shaping/data/aots/COPYING                     |  13 +
+ test/shaping/data/aots/Makefile.am                 |  37 +++
+ test/shaping/data/aots/Makefile.sources            | 126 ++++++++
+ test/shaping/data/aots/fonts/classdef1_font3.otf   | Bin 0 -> 6060 bytes
+ test/shaping/data/aots/fonts/classdef1_font4.otf   | Bin 0 -> 5984 bytes
+ test/shaping/data/aots/fonts/classdef2_font1.otf   | Bin 0 -> 6004 bytes
+ test/shaping/data/aots/fonts/classdef2_font2.otf   | Bin 0 -> 6016 bytes
+ test/shaping/data/aots/fonts/classdef2_font3.otf   | Bin 0 -> 6052 bytes
+ test/shaping/data/aots/fonts/classdef2_font4.otf   | Bin 0 -> 5984 bytes
+ test/shaping/data/aots/fonts/cmap0_font1.otf       | Bin 0 -> 5196 bytes
+ test/shaping/data/aots/fonts/cmap10_font1.otf      | Bin 0 -> 4968 bytes
+ test/shaping/data/aots/fonts/cmap10_font2.otf      | Bin 0 -> 4960 bytes
+ test/shaping/data/aots/fonts/cmap12_font1.otf      | Bin 0 -> 4980 bytes
+ test/shaping/data/aots/fonts/cmap14_font1.otf      | Bin 0 -> 5028 bytes
+ test/shaping/data/aots/fonts/cmap2_font1.otf       | Bin 0 -> 6000 bytes
+ test/shaping/data/aots/fonts/cmap4_font1.otf       | Bin 0 -> 4964 bytes
+ test/shaping/data/aots/fonts/cmap4_font2.otf       | Bin 0 -> 4956 bytes
+ test/shaping/data/aots/fonts/cmap4_font3.otf       | Bin 0 -> 4956 bytes
+ test/shaping/data/aots/fonts/cmap4_font4.otf       | Bin 0 -> 4972 bytes
+ test/shaping/data/aots/fonts/cmap6_font1.otf       | Bin 0 -> 4948 bytes
+ test/shaping/data/aots/fonts/cmap6_font2.otf       | Bin 0 -> 4944 bytes
+ test/shaping/data/aots/fonts/cmap8_font1.otf       | Bin 0 -> 13224 bytes
+ .../data/aots/fonts/cmap_composition_font1.otf     | Bin 0 -> 5096 bytes
+ .../aots/fonts/cmap_subtableselection_font1.otf    | Bin 0 -> 6412 bytes
+ .../aots/fonts/cmap_subtableselection_font2.otf    | Bin 0 -> 6140 bytes
+ .../aots/fonts/cmap_subtableselection_font3.otf    | Bin 0 -> 5872 bytes
+ .../aots/fonts/cmap_subtableselection_font4.otf    | Bin 0 -> 5600 bytes
+ .../aots/fonts/cmap_subtableselection_font5.otf    | Bin 0 -> 5332 bytes
+ .../data/aots/fonts/gpos1_1_lookupflag_f1.otf      | Bin 0 -> 5208 bytes
+ test/shaping/data/aots/fonts/gpos1_1_simple_f1.otf | Bin 0 -> 5136 bytes
+ test/shaping/data/aots/fonts/gpos1_1_simple_f2.otf | Bin 0 -> 5136 bytes
+ test/shaping/data/aots/fonts/gpos1_1_simple_f3.otf | Bin 0 -> 5136 bytes
+ test/shaping/data/aots/fonts/gpos1_1_simple_f4.otf | Bin 0 -> 5136 bytes
+ test/shaping/data/aots/fonts/gpos1_2_font1.otf     | Bin 0 -> 5108 bytes
+ test/shaping/data/aots/fonts/gpos1_2_font2.otf     | Bin 0 -> 5148 bytes
+ test/shaping/data/aots/fonts/gpos2_1_font6.otf     | Bin 0 -> 5120 bytes
+ test/shaping/data/aots/fonts/gpos2_1_font7.otf     | Bin 0 -> 5132 bytes
+ .../data/aots/fonts/gpos2_1_lookupflag_f1.otf      | Bin 0 -> 5220 bytes
+ .../data/aots/fonts/gpos2_1_lookupflag_f2.otf      | Bin 0 -> 5220 bytes
+ .../data/aots/fonts/gpos2_1_next_glyph_f1.otf      | Bin 0 -> 5180 bytes
+ .../data/aots/fonts/gpos2_1_next_glyph_f2.otf      | Bin 0 -> 5176 bytes
+ test/shaping/data/aots/fonts/gpos2_1_simple_f1.otf | Bin 0 -> 5148 bytes
+ test/shaping/data/aots/fonts/gpos2_2_font1.otf     | Bin 0 -> 5148 bytes
+ test/shaping/data/aots/fonts/gpos2_2_font2.otf     | Bin 0 -> 5188 bytes
+ test/shaping/data/aots/fonts/gpos2_2_font3.otf     | Bin 0 -> 5188 bytes
+ test/shaping/data/aots/fonts/gpos2_2_font4.otf     | Bin 0 -> 5148 bytes
+ test/shaping/data/aots/fonts/gpos2_2_font5.otf     | Bin 0 -> 5140 bytes
+ test/shaping/data/aots/fonts/gpos3_font1.otf       | Bin 0 -> 5120 bytes
+ test/shaping/data/aots/fonts/gpos3_font2.otf       | Bin 0 -> 5160 bytes
+ test/shaping/data/aots/fonts/gpos3_font3.otf       | Bin 0 -> 5164 bytes
+ .../data/aots/fonts/gpos4_lookupflag_f1.otf        | Bin 0 -> 5256 bytes
+ .../data/aots/fonts/gpos4_lookupflag_f2.otf        | Bin 0 -> 5240 bytes
+ .../data/aots/fonts/gpos4_multiple_anchors_1.otf   | Bin 0 -> 5352 bytes
+ test/shaping/data/aots/fonts/gpos4_simple_1.otf    | Bin 0 -> 5200 bytes
+ test/shaping/data/aots/fonts/gpos5_font1.otf       | Bin 0 -> 5284 bytes
+ test/shaping/data/aots/fonts/gpos6_font1.otf       | Bin 0 -> 5176 bytes
+ test/shaping/data/aots/fonts/gpos7_1_font1.otf     | Bin 0 -> 5160 bytes
+ test/shaping/data/aots/fonts/gpos9_font1.otf       | Bin 0 -> 5096 bytes
+ test/shaping/data/aots/fonts/gpos9_font2.otf       | Bin 0 -> 5124 bytes
+ .../data/aots/fonts/gpos_chaining1_boundary_f1.otf | Bin 0 -> 5496 bytes
+ .../data/aots/fonts/gpos_chaining1_boundary_f2.otf | Bin 0 -> 5500 bytes
+ .../data/aots/fonts/gpos_chaining1_boundary_f3.otf | Bin 0 -> 5496 bytes
+ .../data/aots/fonts/gpos_chaining1_boundary_f4.otf | Bin 0 -> 5496 bytes
+ .../aots/fonts/gpos_chaining1_lookupflag_f1.otf    | Bin 0 -> 5520 bytes
+ .../fonts/gpos_chaining1_multiple_subrules_f1.otf  | Bin 0 -> 5592 bytes
+ .../fonts/gpos_chaining1_multiple_subrules_f2.otf  | Bin 0 -> 5592 bytes
+ .../aots/fonts/gpos_chaining1_next_glyph_f1.otf    | Bin 0 -> 5540 bytes
+ .../data/aots/fonts/gpos_chaining1_simple_f1.otf   | Bin 0 -> 5488 bytes
+ .../data/aots/fonts/gpos_chaining1_simple_f2.otf   | Bin 0 -> 5488 bytes
+ .../aots/fonts/gpos_chaining1_successive_f1.otf    | Bin 0 -> 5524 bytes
+ .../data/aots/fonts/gpos_chaining2_boundary_f1.otf | Bin 0 -> 5704 bytes
+ .../data/aots/fonts/gpos_chaining2_boundary_f2.otf | Bin 0 -> 5708 bytes
+ .../data/aots/fonts/gpos_chaining2_boundary_f3.otf | Bin 0 -> 5704 bytes
+ .../data/aots/fonts/gpos_chaining2_boundary_f4.otf | Bin 0 -> 5704 bytes
+ .../aots/fonts/gpos_chaining2_lookupflag_f1.otf    | Bin 0 -> 5728 bytes
+ .../fonts/gpos_chaining2_multiple_subrules_f1.otf  | Bin 0 -> 5800 bytes
+ .../fonts/gpos_chaining2_multiple_subrules_f2.otf  | Bin 0 -> 5800 bytes
+ .../aots/fonts/gpos_chaining2_next_glyph_f1.otf    | Bin 0 -> 5744 bytes
+ .../data/aots/fonts/gpos_chaining2_simple_f1.otf   | Bin 0 -> 5696 bytes
+ .../data/aots/fonts/gpos_chaining2_simple_f2.otf   | Bin 0 -> 5696 bytes
+ .../aots/fonts/gpos_chaining2_successive_f1.otf    | Bin 0 -> 5732 bytes
+ .../data/aots/fonts/gpos_chaining3_boundary_f1.otf | Bin 0 -> 5504 bytes
+ .../data/aots/fonts/gpos_chaining3_boundary_f2.otf | Bin 0 -> 5508 bytes
+ .../data/aots/fonts/gpos_chaining3_boundary_f3.otf | Bin 0 -> 5500 bytes
+ .../data/aots/fonts/gpos_chaining3_boundary_f4.otf | Bin 0 -> 5500 bytes
+ .../aots/fonts/gpos_chaining3_lookupflag_f1.otf    | Bin 0 -> 5548 bytes
+ .../aots/fonts/gpos_chaining3_next_glyph_f1.otf    | Bin 0 -> 5524 bytes
+ .../data/aots/fonts/gpos_chaining3_simple_f1.otf   | Bin 0 -> 5496 bytes
+ .../data/aots/fonts/gpos_chaining3_simple_f2.otf   | Bin 0 -> 5516 bytes
+ .../aots/fonts/gpos_chaining3_successive_f1.otf    | Bin 0 -> 5544 bytes
+ .../data/aots/fonts/gpos_context1_boundary_f1.otf  | Bin 0 -> 5480 bytes
+ .../data/aots/fonts/gpos_context1_boundary_f2.otf  | Bin 0 -> 5480 bytes
+ .../data/aots/fonts/gpos_context1_expansion_f1.otf | Bin 0 -> 5492 bytes
+ .../aots/fonts/gpos_context1_lookupflag_f1.otf     | Bin 0 -> 5508 bytes
+ .../aots/fonts/gpos_context1_lookupflag_f2.otf     | Bin 0 -> 5500 bytes
+ .../fonts/gpos_context1_multiple_subrules_f1.otf   | Bin 0 -> 5568 bytes
+ .../fonts/gpos_context1_multiple_subrules_f2.otf   | Bin 0 -> 5568 bytes
+ .../aots/fonts/gpos_context1_next_glyph_f1.otf     | Bin 0 -> 5500 bytes
+ .../data/aots/fonts/gpos_context1_simple_f1.otf    | Bin 0 -> 5476 bytes
+ .../data/aots/fonts/gpos_context1_simple_f2.otf    | Bin 0 -> 5468 bytes
+ .../aots/fonts/gpos_context1_successive_f1.otf     | Bin 0 -> 5508 bytes
+ .../data/aots/fonts/gpos_context2_boundary_f1.otf  | Bin 0 -> 5492 bytes
+ .../data/aots/fonts/gpos_context2_boundary_f2.otf  | Bin 0 -> 5496 bytes
+ .../data/aots/fonts/gpos_context2_classes_f1.otf   | Bin 0 -> 5540 bytes
+ .../data/aots/fonts/gpos_context2_classes_f2.otf   | Bin 0 -> 5564 bytes
+ .../data/aots/fonts/gpos_context2_expansion_f1.otf | Bin 0 -> 5524 bytes
+ .../aots/fonts/gpos_context2_lookupflag_f1.otf     | Bin 0 -> 5540 bytes
+ .../aots/fonts/gpos_context2_lookupflag_f2.otf     | Bin 0 -> 5532 bytes
+ .../fonts/gpos_context2_multiple_subrules_f1.otf   | Bin 0 -> 5600 bytes
+ .../fonts/gpos_context2_multiple_subrules_f2.otf   | Bin 0 -> 5600 bytes
+ .../aots/fonts/gpos_context2_next_glyph_f1.otf     | Bin 0 -> 5512 bytes
+ .../data/aots/fonts/gpos_context2_simple_f1.otf    | Bin 0 -> 5508 bytes
+ .../data/aots/fonts/gpos_context2_simple_f2.otf    | Bin 0 -> 5484 bytes
+ .../aots/fonts/gpos_context2_successive_f1.otf     | Bin 0 -> 5544 bytes
+ .../data/aots/fonts/gpos_context3_boundary_f1.otf  | Bin 0 -> 5476 bytes
+ .../data/aots/fonts/gpos_context3_boundary_f2.otf  | Bin 0 -> 5472 bytes
+ .../aots/fonts/gpos_context3_lookupflag_f1.otf     | Bin 0 -> 5512 bytes
+ .../aots/fonts/gpos_context3_lookupflag_f2.otf     | Bin 0 -> 5504 bytes
+ .../aots/fonts/gpos_context3_next_glyph_f1.otf     | Bin 0 -> 5496 bytes
+ .../data/aots/fonts/gpos_context3_simple_f1.otf    | Bin 0 -> 5480 bytes
+ .../aots/fonts/gpos_context3_successive_f1.otf     | Bin 0 -> 5516 bytes
+ .../data/aots/fonts/gsub1_1_lookupflag_f1.otf      | Bin 0 -> 5208 bytes
+ test/shaping/data/aots/fonts/gsub1_1_modulo_f1.otf | Bin 0 -> 5216 bytes
+ test/shaping/data/aots/fonts/gsub1_1_simple_f1.otf | Bin 0 -> 5136 bytes
+ .../data/aots/fonts/gsub1_2_lookupflag_f1.otf      | Bin 0 -> 5212 bytes
+ test/shaping/data/aots/fonts/gsub1_2_simple_f1.otf | Bin 0 -> 5140 bytes
+ .../data/aots/fonts/gsub2_1_lookupflag_f1.otf      | Bin 0 -> 5224 bytes
+ .../aots/fonts/gsub2_1_multiple_sequences_f1.otf   | Bin 0 -> 5248 bytes
+ test/shaping/data/aots/fonts/gsub2_1_simple_f1.otf | Bin 0 -> 5144 bytes
+ .../data/aots/fonts/gsub3_1_lookupflag_f1.otf      | Bin 0 -> 5224 bytes
+ .../data/aots/fonts/gsub3_1_multiple_f1.otf        | Bin 0 -> 5168 bytes
+ test/shaping/data/aots/fonts/gsub3_1_simple_f1.otf | Bin 0 -> 5144 bytes
+ .../data/aots/fonts/gsub4_1_lookupflag_f1.otf      | Bin 0 -> 5220 bytes
+ .../aots/fonts/gsub4_1_multiple_ligatures_f1.otf   | Bin 0 -> 5252 bytes
+ .../aots/fonts/gsub4_1_multiple_ligatures_f2.otf   | Bin 0 -> 5252 bytes
+ .../aots/fonts/gsub4_1_multiple_ligsets_f1.otf     | Bin 0 -> 5240 bytes
+ test/shaping/data/aots/fonts/gsub4_1_simple_f1.otf | Bin 0 -> 5148 bytes
+ test/shaping/data/aots/fonts/gsub7_font1.otf       | Bin 0 -> 5096 bytes
+ test/shaping/data/aots/fonts/gsub7_font2.otf       | Bin 0 -> 5116 bytes
+ .../data/aots/fonts/gsub_chaining1_boundary_f1.otf | Bin 0 -> 5516 bytes
+ .../data/aots/fonts/gsub_chaining1_boundary_f2.otf | Bin 0 -> 5520 bytes
+ .../data/aots/fonts/gsub_chaining1_boundary_f3.otf | Bin 0 -> 5520 bytes
+ .../data/aots/fonts/gsub_chaining1_boundary_f4.otf | Bin 0 -> 5520 bytes
+ .../aots/fonts/gsub_chaining1_lookupflag_f1.otf    | Bin 0 -> 5544 bytes
+ .../fonts/gsub_chaining1_multiple_subrules_f1.otf  | Bin 0 -> 5616 bytes
+ .../fonts/gsub_chaining1_multiple_subrules_f2.otf  | Bin 0 -> 5616 bytes
+ .../aots/fonts/gsub_chaining1_next_glyph_f1.otf    | Bin 0 -> 5560 bytes
+ .../data/aots/fonts/gsub_chaining1_simple_f1.otf   | Bin 0 -> 5508 bytes
+ .../data/aots/fonts/gsub_chaining1_simple_f2.otf   | Bin 0 -> 5512 bytes
+ .../aots/fonts/gsub_chaining1_successive_f1.otf    | Bin 0 -> 5544 bytes
+ .../data/aots/fonts/gsub_chaining2_boundary_f1.otf | Bin 0 -> 5724 bytes
+ .../data/aots/fonts/gsub_chaining2_boundary_f2.otf | Bin 0 -> 5728 bytes
+ .../data/aots/fonts/gsub_chaining2_boundary_f3.otf | Bin 0 -> 5728 bytes
+ .../data/aots/fonts/gsub_chaining2_boundary_f4.otf | Bin 0 -> 5728 bytes
+ .../aots/fonts/gsub_chaining2_lookupflag_f1.otf    | Bin 0 -> 5752 bytes
+ .../fonts/gsub_chaining2_multiple_subrules_f1.otf  | Bin 0 -> 5824 bytes
+ .../fonts/gsub_chaining2_multiple_subrules_f2.otf  | Bin 0 -> 5824 bytes
+ .../aots/fonts/gsub_chaining2_next_glyph_f1.otf    | Bin 0 -> 5764 bytes
+ .../data/aots/fonts/gsub_chaining2_simple_f1.otf   | Bin 0 -> 5716 bytes
+ .../data/aots/fonts/gsub_chaining2_simple_f2.otf   | Bin 0 -> 5720 bytes
+ .../aots/fonts/gsub_chaining2_successive_f1.otf    | Bin 0 -> 5752 bytes
+ .../data/aots/fonts/gsub_chaining3_boundary_f1.otf | Bin 0 -> 5528 bytes
+ .../data/aots/fonts/gsub_chaining3_boundary_f2.otf | Bin 0 -> 5532 bytes
+ .../data/aots/fonts/gsub_chaining3_boundary_f3.otf | Bin 0 -> 5524 bytes
+ .../data/aots/fonts/gsub_chaining3_boundary_f4.otf | Bin 0 -> 5524 bytes
+ .../aots/fonts/gsub_chaining3_lookupflag_f1.otf    | Bin 0 -> 5572 bytes
+ .../aots/fonts/gsub_chaining3_next_glyph_f1.otf    | Bin 0 -> 5548 bytes
+ .../data/aots/fonts/gsub_chaining3_simple_f1.otf   | Bin 0 -> 5520 bytes
+ .../data/aots/fonts/gsub_chaining3_simple_f2.otf   | Bin 0 -> 5540 bytes
+ .../aots/fonts/gsub_chaining3_successive_f1.otf    | Bin 0 -> 5568 bytes
+ .../data/aots/fonts/gsub_context1_boundary_f1.otf  | Bin 0 -> 5500 bytes
+ .../data/aots/fonts/gsub_context1_boundary_f2.otf  | Bin 0 -> 5504 bytes
+ .../data/aots/fonts/gsub_context1_expansion_f1.otf | Bin 0 -> 5516 bytes
+ .../aots/fonts/gsub_context1_lookupflag_f1.otf     | Bin 0 -> 5532 bytes
+ .../aots/fonts/gsub_context1_lookupflag_f2.otf     | Bin 0 -> 5524 bytes
+ .../fonts/gsub_context1_multiple_subrules_f1.otf   | Bin 0 -> 5592 bytes
+ .../fonts/gsub_context1_multiple_subrules_f2.otf   | Bin 0 -> 5592 bytes
+ .../aots/fonts/gsub_context1_next_glyph_f1.otf     | Bin 0 -> 5520 bytes
+ .../data/aots/fonts/gsub_context1_simple_f1.otf    | Bin 0 -> 5500 bytes
+ .../data/aots/fonts/gsub_context1_simple_f2.otf    | Bin 0 -> 5492 bytes
+ .../aots/fonts/gsub_context1_successive_f1.otf     | Bin 0 -> 5528 bytes
+ .../data/aots/fonts/gsub_context2_boundary_f1.otf  | Bin 0 -> 5516 bytes
+ .../data/aots/fonts/gsub_context2_boundary_f2.otf  | Bin 0 -> 5516 bytes
+ .../data/aots/fonts/gsub_context2_classes_f1.otf   | Bin 0 -> 5564 bytes
+ .../data/aots/fonts/gsub_context2_classes_f2.otf   | Bin 0 -> 5584 bytes
+ .../data/aots/fonts/gsub_context2_expansion_f1.otf | Bin 0 -> 5544 bytes
+ .../aots/fonts/gsub_context2_lookupflag_f1.otf     | Bin 0 -> 5560 bytes
+ .../aots/fonts/gsub_context2_lookupflag_f2.otf     | Bin 0 -> 5552 bytes
+ .../fonts/gsub_context2_multiple_subrules_f1.otf   | Bin 0 -> 5620 bytes
+ .../fonts/gsub_context2_multiple_subrules_f2.otf   | Bin 0 -> 5620 bytes
+ .../aots/fonts/gsub_context2_next_glyph_f1.otf     | Bin 0 -> 5536 bytes
+ .../data/aots/fonts/gsub_context2_simple_f1.otf    | Bin 0 -> 5528 bytes
+ .../data/aots/fonts/gsub_context2_simple_f2.otf    | Bin 0 -> 5504 bytes
+ .../aots/fonts/gsub_context2_successive_f1.otf     | Bin 0 -> 5568 bytes
+ .../data/aots/fonts/gsub_context3_boundary_f1.otf  | Bin 0 -> 5500 bytes
+ .../data/aots/fonts/gsub_context3_boundary_f2.otf  | Bin 0 -> 5496 bytes
+ .../aots/fonts/gsub_context3_lookupflag_f1.otf     | Bin 0 -> 5536 bytes
+ .../aots/fonts/gsub_context3_lookupflag_f2.otf     | Bin 0 -> 5528 bytes
+ .../aots/fonts/gsub_context3_next_glyph_f1.otf     | Bin 0 -> 5520 bytes
+ .../data/aots/fonts/gsub_context3_simple_f1.otf    | Bin 0 -> 5504 bytes
+ .../aots/fonts/gsub_context3_successive_f1.otf     | Bin 0 -> 5540 bytes
+ .../aots/fonts/lookupflag_ignore_attach_f1.otf     | Bin 0 -> 5416 bytes
+ .../data/aots/fonts/lookupflag_ignore_base_f1.otf  | Bin 0 -> 5256 bytes
+ .../fonts/lookupflag_ignore_combination_f1.otf     | Bin 0 -> 5408 bytes
+ .../aots/fonts/lookupflag_ignore_ligatures_f1.otf  | Bin 0 -> 5320 bytes
+ .../data/aots/fonts/lookupflag_ignore_marks_f1.otf | Bin 0 -> 5288 bytes
+ test/shaping/data/aots/hb-aots-tester.cpp          | 343 +++++++++++++++++++++
+ test/shaping/data/aots/tests/classdef1.tests       |   1 +
+ test/shaping/data/aots/tests/classdef1_empty.tests |   1 +
+ .../data/aots/tests/classdef1_multiple.tests       |   1 +
+ .../shaping/data/aots/tests/classdef1_single.tests |   1 +
+ test/shaping/data/aots/tests/classdef2.tests       |   1 +
+ test/shaping/data/aots/tests/classdef2_empty.tests |   1 +
+ .../data/aots/tests/classdef2_multiple.tests       |   1 +
+ .../shaping/data/aots/tests/classdef2_single.tests |   1 +
+ .../data/aots/tests/gpos1_1_lookupflag.tests       |   1 +
+ test/shaping/data/aots/tests/gpos1_1_simple.tests  |   4 +
+ test/shaping/data/aots/tests/gpos1_2.tests         |   1 +
+ .../data/aots/tests/gpos1_2_lookupflag.tests       |   1 +
+ test/shaping/data/aots/tests/gpos2_1.tests         |   2 +
+ .../data/aots/tests/gpos2_1_lookupflag.tests       |   2 +
+ .../data/aots/tests/gpos2_1_next_glyph.tests       |   2 +
+ test/shaping/data/aots/tests/gpos2_1_simple.tests  |   2 +
+ test/shaping/data/aots/tests/gpos2_2.tests         |   5 +
+ test/shaping/data/aots/tests/gpos3.tests           |  11 +
+ .../shaping/data/aots/tests/gpos3_lookupflag.tests |   2 +
+ .../shaping/data/aots/tests/gpos4_lookupflag.tests |   2 +
+ .../data/aots/tests/gpos4_multiple_anchors.tests   |   1 +
+ test/shaping/data/aots/tests/gpos4_simple.tests    |   5 +
+ test/shaping/data/aots/tests/gpos5.tests           |   2 +
+ test/shaping/data/aots/tests/gpos6.tests           |   3 +
+ test/shaping/data/aots/tests/gpos7_1.tests         |   2 +
+ test/shaping/data/aots/tests/gpos9.tests           |   2 +
+ .../data/aots/tests/gpos_chaining1_boundary.tests  |   4 +
+ .../aots/tests/gpos_chaining1_lookupflag.tests     |   1 +
+ .../tests/gpos_chaining1_multiple_subrules.tests   |   2 +
+ .../aots/tests/gpos_chaining1_next_glyph.tests     |   1 +
+ .../data/aots/tests/gpos_chaining1_simple.tests    |  11 +
+ .../aots/tests/gpos_chaining1_successive.tests     |   1 +
+ .../data/aots/tests/gpos_chaining2_boundary.tests  |   4 +
+ .../aots/tests/gpos_chaining2_lookupflag.tests     |   1 +
+ .../tests/gpos_chaining2_multiple_subrules.tests   |   2 +
+ .../aots/tests/gpos_chaining2_next_glyph.tests     |   1 +
+ .../data/aots/tests/gpos_chaining2_simple.tests    |  11 +
+ .../aots/tests/gpos_chaining2_successive.tests     |   1 +
+ .../data/aots/tests/gpos_chaining3_boundary.tests  |   4 +
+ .../aots/tests/gpos_chaining3_lookupflag.tests     |   1 +
+ .../aots/tests/gpos_chaining3_next_glyph.tests     |   1 +
+ .../data/aots/tests/gpos_chaining3_simple.tests    |  11 +
+ .../aots/tests/gpos_chaining3_successive.tests     |   1 +
+ .../data/aots/tests/gpos_context1_boundary.tests   |   2 +
+ .../data/aots/tests/gpos_context1_expansion.tests  |   1 +
+ .../data/aots/tests/gpos_context1_lookupflag.tests |   2 +
+ .../tests/gpos_context1_multiple_subrules.tests    |   2 +
+ .../data/aots/tests/gpos_context1_next_glyph.tests |   1 +
+ .../data/aots/tests/gpos_context1_simple.tests     |   3 +
+ .../data/aots/tests/gpos_context1_successive.tests |   1 +
+ .../data/aots/tests/gpos_context2_boundary.tests   |   2 +
+ .../data/aots/tests/gpos_context2_classes.tests    |   2 +
+ .../data/aots/tests/gpos_context2_expansion.tests  |   1 +
+ .../data/aots/tests/gpos_context2_lookupflag.tests |   2 +
+ .../tests/gpos_context2_multiple_subrules.tests    |   2 +
+ .../data/aots/tests/gpos_context2_next_glyph.tests |   1 +
+ .../data/aots/tests/gpos_context2_simple.tests     |   3 +
+ .../data/aots/tests/gpos_context2_successive.tests |   1 +
+ .../data/aots/tests/gpos_context3_boundary.tests   |   2 +
+ .../data/aots/tests/gpos_context3_lookupflag.tests |   2 +
+ .../data/aots/tests/gpos_context3_next_glyph.tests |   1 +
+ .../data/aots/tests/gpos_context3_simple.tests     |   2 +
+ .../data/aots/tests/gpos_context3_successive.tests |   1 +
+ .../data/aots/tests/gsub1_1_lookupflag.tests       |   1 +
+ test/shaping/data/aots/tests/gsub1_1_modulo.tests  |   1 +
+ test/shaping/data/aots/tests/gsub1_1_simple.tests  |   1 +
+ .../data/aots/tests/gsub1_2_lookupflag.tests       |   1 +
+ test/shaping/data/aots/tests/gsub1_2_simple.tests  |   1 +
+ .../data/aots/tests/gsub2_1_lookupflag.tests       |   1 +
+ .../aots/tests/gsub2_1_multiple_sequences.tests    |   1 +
+ test/shaping/data/aots/tests/gsub2_1_simple.tests  |   2 +
+ .../data/aots/tests/gsub3_1_lookupflag.tests       |   1 +
+ .../shaping/data/aots/tests/gsub3_1_multiple.tests |   1 +
+ test/shaping/data/aots/tests/gsub3_1_simple.tests  |   1 +
+ .../data/aots/tests/gsub4_1_lookupflag.tests       |   1 +
+ .../aots/tests/gsub4_1_multiple_ligatures.tests    |   2 +
+ .../data/aots/tests/gsub4_1_multiple_ligsets.tests |   1 +
+ test/shaping/data/aots/tests/gsub4_1_simple.tests  |   1 +
+ test/shaping/data/aots/tests/gsub7.tests           |   2 +
+ .../data/aots/tests/gsub_chaining1_boundary.tests  |   4 +
+ .../aots/tests/gsub_chaining1_lookupflag.tests     |   1 +
+ .../tests/gsub_chaining1_multiple_subrules.tests   |   2 +
+ .../aots/tests/gsub_chaining1_next_glyph.tests     |   1 +
+ .../data/aots/tests/gsub_chaining1_simple.tests    |  11 +
+ .../aots/tests/gsub_chaining1_successive.tests     |   1 +
+ .../data/aots/tests/gsub_chaining2_boundary.tests  |   4 +
+ .../aots/tests/gsub_chaining2_lookupflag.tests     |   1 +
+ .../tests/gsub_chaining2_multiple_subrules.tests   |   2 +
+ .../aots/tests/gsub_chaining2_next_glyph.tests     |   1 +
+ .../data/aots/tests/gsub_chaining2_simple.tests    |  11 +
+ .../aots/tests/gsub_chaining2_successive.tests     |   1 +
+ .../data/aots/tests/gsub_chaining3_boundary.tests  |   4 +
+ .../aots/tests/gsub_chaining3_lookupflag.tests     |   1 +
+ .../aots/tests/gsub_chaining3_next_glyph.tests     |   1 +
+ .../data/aots/tests/gsub_chaining3_simple.tests    |  11 +
+ .../aots/tests/gsub_chaining3_successive.tests     |   1 +
+ .../data/aots/tests/gsub_context1_boundary.tests   |   2 +
+ .../data/aots/tests/gsub_context1_expansion.tests  |   1 +
+ .../data/aots/tests/gsub_context1_lookupflag.tests |   2 +
+ .../tests/gsub_context1_multiple_subrules.tests    |   2 +
+ .../data/aots/tests/gsub_context1_next_glyph.tests |   1 +
+ .../data/aots/tests/gsub_context1_simple.tests     |   3 +
+ .../data/aots/tests/gsub_context1_successive.tests |   1 +
+ .../data/aots/tests/gsub_context2_boundary.tests   |   2 +
+ .../data/aots/tests/gsub_context2_classes.tests    |   2 +
+ .../data/aots/tests/gsub_context2_expansion.tests  |   1 +
+ .../data/aots/tests/gsub_context2_lookupflag.tests |   2 +
+ .../tests/gsub_context2_multiple_subrules.tests    |   2 +
+ .../data/aots/tests/gsub_context2_next_glyph.tests |   1 +
+ .../data/aots/tests/gsub_context2_simple.tests     |   3 +
+ .../data/aots/tests/gsub_context2_successive.tests |   1 +
+ .../data/aots/tests/gsub_context3_boundary.tests   |   2 +
+ .../data/aots/tests/gsub_context3_lookupflag.tests |   2 +
+ .../data/aots/tests/gsub_context3_next_glyph.tests |   1 +
+ .../data/aots/tests/gsub_context3_simple.tests     |   2 +
+ .../data/aots/tests/gsub_context3_successive.tests |   1 +
+ .../data/aots/tests/lookupflag_ignore_attach.tests |   5 +
+ .../data/aots/tests/lookupflag_ignore_base.tests   |   2 +
+ .../aots/tests/lookupflag_ignore_combination.tests |   3 +
+ .../aots/tests/lookupflag_ignore_ligatures.tests   |   3 +
+ .../data/aots/tests/lookupflag_ignore_marks.tests  |   1 +
+ test/shaping/run-tests.py                          |   9 +-
+ 332 files changed, 815 insertions(+), 3 deletions(-)
+
+commit ae96c98dfaef3a789227ffecd40b92518dface8a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 10:25:10 2018 -0500
+
+    [color] Use SortedUnsizedArrayOf<>
+
+ src/hb-ot-color-colr-table.hh | 16 ++--------------
+ 1 file changed, 2 insertions(+), 14 deletions(-)
+
+commit 4a3b20738fca3231e5d9a36adba333b5bce05f4a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 10:17:59 2018 -0500
+
+    [trak] Coment
+
+ src/hb-aat-layout-trak-table.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 918b1ee54d43eb493c9226bff7677ed8ec07934b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 10:09:17 2018 -0500
+
+    [arrays] Add not_found to reference bsearch as well
+
+ src/hb-open-type.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit d77a098b735cf14aa601feab5bdb9f4e474c794f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 10:06:13 2018 -0500
+
+    [arrays] Improve bfind() interface
+    
+    Much more useful now. :)
+
+ src/hb-dsalgs.hh           | 29 +++++++++++++++++++++++++----
+ src/hb-open-file.hh        |  9 +--------
+ src/hb-open-type.hh        | 12 ++++++++----
+ src/hb-ot-layout-common.hh | 10 ++--------
+ src/hb-set.hh              |  6 +++---
+ src/hb-vector.hh           |  6 ++++--
+ 6 files changed, 43 insertions(+), 29 deletions(-)
+
+commit 1204a247a5d9a4da39675d3da85d4fd3268a5b66
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 09:49:21 2018 -0500
+
+    [fuzzing] Add tests for previous commit
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11526
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11522
+
+ ...zz-testcase-minimized-hb-shape-fuzzer-5634620935110656 | Bin 0 -> 41 bytes
+ ...zz-testcase-minimized-hb-shape-fuzzer-5716208469409792 | Bin 0 -> 243 bytes
+ 2 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 8dcc1913a1670ede7b124f7b5b775d7ab8791386
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 09:47:45 2018 -0500
+
+    [kerx/morx] Make sure object length is sanitized before accessing it
+
+ src/hb-aat-layout-kerx-table.hh | 5 +++++
+ src/hb-aat-layout-morx-table.hh | 5 +++++
+ 2 files changed, 10 insertions(+)
+
+commit 70d80c90fe2f4eca66bec3e1d313bbf7e4d0ab65
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 01:59:50 2018 -0500
+
+    [arrays] Port ArrayOf.qsort() and hb_vector_t.qsort() to hb_array_t
+
+ src/hb-dsalgs.hh    | 14 ++++++++++++--
+ src/hb-open-type.hh | 14 ++++++++++++--
+ 2 files changed, 24 insertions(+), 4 deletions(-)
+
+commit 073d837aa2394d29dda72679802d583c559c3c5b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 01:48:48 2018 -0500
+
+    [arrays] Port ArrayOf.qsort() to hb_array_t's
+
+ src/hb-open-type.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit ad5c871d801b481f95dd32c8b65ecc70def597be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 01:47:49 2018 -0500
+
+    [arrays] Add copy-constructor to hb_array_t and hb_sorted_array_t
+
+ src/hb-dsalgs.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 61de55bf496c1edb120e4d096140eb1125552bbe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 01:45:58 2018 -0500
+
+    [arrays] Port hb_vector_t.qsort() to hb_array_t's
+
+ src/hb-dsalgs.hh | 16 +++++++++++++---
+ src/hb-vector.hh | 10 ++--------
+ 2 files changed, 15 insertions(+), 11 deletions(-)
+
+commit e3face8e791d677f94154e8a7f3d787d0d69a02f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 01:42:17 2018 -0500
+
+    [arrays] Remove one flavor of hb_vector_t.qsort()
+
+ src/hb-vector.hh | 8 ++------
+ 1 file changed, 2 insertions(+), 6 deletions(-)
+
+commit 7c1600dcd9813ca560ecccc5c54877a5750caf4e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 01:37:11 2018 -0500
+
+    [arrays] Add (unused) SortedUnsizedArrayOf<>
+
+ src/hb-open-type.hh | 21 +++++++++++++++++++++
+ 1 file changed, 21 insertions(+)
+
+commit e700392f5cbf366f1e03dc7e7b1a2eb6c3027b92
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 01:31:00 2018 -0500
+
+    [arrays] Port SortedArrayOf.bsearch/bfind to hb_sorted_array_t's
+
+ src/hb-dsalgs.hh    |  9 +++------
+ src/hb-open-type.hh | 50 ++++++++++----------------------------------------
+ src/hb-vector.hh    | 35 ++++++++++-------------------------
+ 3 files changed, 23 insertions(+), 71 deletions(-)
+
+commit e604306f2829804e9016966c1378166253b19d29
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 01:24:48 2018 -0500
+
+    [arrays] Port hb_vector_t.bsearch/bfind to (new) hb_sorted_array_t's
+
+ src/hb-dsalgs.hh    | 63 +++++++++++++++++++++++++++++++++++++++++++++++++----
+ src/hb-open-type.hh | 12 ++++++----
+ src/hb-vector.hh    | 57 +++++++++++++++++++-----------------------------
+ 3 files changed, 89 insertions(+), 43 deletions(-)
+
+commit 268eca24921e85eda98f4f0cce05d40c7235ba62
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 01:11:12 2018 -0500
+
+    [arrays] Port (unused) ArrayOf.lsearch() to hb_array_t's
+
+ src/hb-open-type.hh | 12 ++----------
+ 1 file changed, 2 insertions(+), 10 deletions(-)
+
+commit 830856ba6b9454bf507e00416f9d45e9975fb7dc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 01:09:28 2018 -0500
+
+    [arrays] Port hb_vector_t.lsearch() to hb_array_t's
+
+ src/hb-dsalgs.hh | 26 +++++++++++++++++++++++---
+ src/hb-vector.hh | 16 ++++------------
+ 2 files changed, 27 insertions(+), 15 deletions(-)
+
+commit 96cf0889804b7d72a96274b25641bb18f7dd2e1e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 01:07:15 2018 -0500
+
+    [arrays] More
+
+ src/hb-face.cc   | 6 +++---
+ src/hb-vector.hh | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 3e26c8d2b10fc08642c25c7f13aef68b0b1008f6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 00:58:44 2018 -0500
+
+    [arrays] Update ArrayOf.lsearch()
+    
+    Currently unused apparently
+
+ src/hb-open-type.hh | 17 +++++++++++++----
+ 1 file changed, 13 insertions(+), 4 deletions(-)
+
+commit 22e1857b01c71714245ddca05cb3fa0127bf7da2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 00:53:19 2018 -0500
+
+    [arrays] Change argument type of cmp called by hb_vector_t.bsearch()
+    
+    Towards consolidating all array bsearch/...
+
+ src/hb-aat-map.hh | 4 ++--
+ src/hb-ot-map.hh  | 4 ++--
+ src/hb-set.hh     | 2 +-
+ src/hb-vector.hh  | 4 ++--
+ 4 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 5fdf7b724eb3cb5ac60cd7f90d3250877ad7ca06
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Thu Nov 15 17:40:21 2018 -0600
+
+    Usermanual: clusters chapter; add brief grapheme definition and clarify monotonous cluster handling.
+
+ docs/usermanual-clusters.xml | 56 ++++++++++++++++++++++++++++++--------------
+ 1 file changed, 39 insertions(+), 17 deletions(-)
+
+commit 939220e57da613e090d247aa1af2396c28370af4
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Thu Nov 15 15:47:03 2018 -0600
+
+    Usermanual: clusters chapter, minor updates.
+
+ docs/usermanual-clusters.xml | 25 ++++++++++++++++---------
+ 1 file changed, 16 insertions(+), 9 deletions(-)
+
+commit 53ac46e974cf0ee8720b40ef394714eb97ff53b9
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon Nov 12 12:17:06 2018 -0600
+
+    Usermanual: expand clusters chapter.
+
+ docs/usermanual-clusters.xml | 743 +++++++++++++++++++++++++++----------------
+ 1 file changed, 473 insertions(+), 270 deletions(-)
+
+commit 30cb45b3eaacda15cc45435815cae3fd50e87557
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 00:35:31 2018 -0500
+
+    Change ArrayOf.bsearch() return semantics
+    
+    Towards consolidating all array bsearch/...
+
+ src/hb-aat-layout-kerx-table.hh | 16 +++-------------
+ src/hb-open-file.hh             | 12 ++++++++----
+ src/hb-open-type.hh             | 42 ++++++++++++++++++++++++++++++++---------
+ src/hb-ot-cmap-table.hh         | 30 ++++++++++++-----------------
+ src/hb-ot-color-svg-table.hh    |  3 +--
+ src/hb-ot-layout-common.hh      | 29 +++++++++++-----------------
+ src/hb-ot-vorg-table.hh         |  9 ++++-----
+ src/hb-vector.hh                | 14 +++++++++-----
+ 8 files changed, 81 insertions(+), 74 deletions(-)
+
+commit 5cd9546ba73d9f8c8b7b8db0960d657c50b70f64
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 00:38:36 2018 -0500
+
+    Minor
+
+ src/hb-ot-layout-common.hh | 5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+commit fd94e729cb50f2b6bd83b80cbf400e10ac633a1c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 00:45:55 2018 -0500
+
+    Whitespace
+
+ src/hb-ot-layout-common.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit bb2a2065080a3099eb0dc82d1df0891ad2601316
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 00:31:40 2018 -0500
+
+    Assert that item-type of arrays have static size
+
+ src/hb-dsalgs.hh    | 2 ++
+ src/hb-open-type.hh | 4 ++++
+ src/hb-vector.hh    | 2 ++
+ 3 files changed, 8 insertions(+)
+
+commit 690d9eb83d3421b397b0cb824cd768d6d73cbf12
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 00:29:22 2018 -0500
+
+    [vector] Rename
+
+ src/hb-vector.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit ba38378fd4374f3d44bdc9aa0de902401b60b13d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 00:27:57 2018 -0500
+
+    [aat] Minor
+
+ src/hb-aat-layout-common.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 39b9d63b014380d421cc9b94a49dd411c7a5aabf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 00:25:40 2018 -0500
+
+    Add hb_static_size(T)
+
+ src/hb-null.hh | 19 +++++++++++++++++++
+ 1 file changed, 19 insertions(+)
+
+commit f99abcc37990a478189dda691d1fdac7b9d51386
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 24 00:22:21 2018 -0500
+
+    Add template-function convenience macros
+
+ src/hb-atomic.hh |  2 +-
+ src/hb-blob.hh   |  4 ++--
+ src/hb-common.cc |  2 +-
+ src/hb-ft.cc     |  2 +-
+ src/hb-null.hh   | 11 ++++++-----
+ src/hb.hh        |  3 +++
+ 6 files changed, 14 insertions(+), 10 deletions(-)
+
+commit ec83b2228e0bbb6df7e7b94dad49db32b041af4a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 23 19:58:49 2018 -0500
+
+    Add null bytes for CmapSubtableLongGroup
+
+ src/hb-ot-cmap-table.hh | 1 +
+ src/hb-static.cc        | 4 +++-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit e2ffb33a534a427c760dae53d0469eeced4343ba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 23 16:24:28 2018 -0500
+
+    Remove lsearch for small TableDirectorys
+
+ src/hb-open-file.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 04f7e5536924e7f277d72b8cb9d878239877c331
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 23 16:07:43 2018 -0500
+
+    [arrays] Add as_array() to hb_vector_t<>
+
+ src/hb-vector.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit c514f65181390ab98b0f738632f71cda31e46b68
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 23 16:04:56 2018 -0500
+
+    [arrays] Add as_array() to ArrayOf<>
+
+ src/hb-open-type.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 9552f4ef0da0b7e1fb28cb2738b865888e7941d9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 23 15:24:17 2018 -0500
+
+    [kern] Don't enforce length of last subtable
+
+ src/hb-aat-layout-kerx-table.hh | 19 +++++++++++++++++--
+ 1 file changed, 17 insertions(+), 2 deletions(-)
+
+commit 992b7128656e72f935089dc2e12c2d2a25511886
+Merge: c9cc96c0c 018ba46e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 23 13:49:34 2018 -0500
+
+    Merge pull request #1407 from harfbuzz/at-sign
+    
+    Don't canonicalize '@' to '-' in language tags
+
+commit 018ba46e4d003a5dd0f6d2d899226129c4ef0c60
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Fri Nov 23 13:21:22 2018 -0500
+
+    Don't canonicalize '@' to '-' in language tags
+    
+    Fixes #1406.
+
+ src/hb-common.cc       | 2 +-
+ test/api/test-ot-tag.c | 3 +++
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit c9cc96c0cfbbb87b9292e413d500a454182be9f4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Nov 23 19:58:56 2018 +0330
+
+    [aat] Update expectation
+
+ test/shaping/data/in-house/tests/macos-10.12.tests | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 748962264a9f098b32b9cb3fe4d18c786907a184
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 23 11:10:17 2018 -0500
+
+    [aat] Disable mark advance zeroing if kern table has state-machines
+    
+    Geeza Pro for example, relies on that for fancy mark positioning.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1405
+
+ src/hb-aat-layout-kerx-table.hh | 15 +++++++++++++++
+ src/hb-ot-kern-table.hh         |  9 +++++++++
+ src/hb-ot-layout.cc             |  6 ++++++
+ src/hb-ot-layout.hh             |  3 +++
+ src/hb-ot-shape.cc              |  4 +++-
+ 5 files changed, 36 insertions(+), 1 deletion(-)
+
+commit 3d2b98ef14af29acd74f01647bef60cd410825fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 23 10:45:44 2018 -0500
+
+    Minor
+
+ src/hb.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 341851efe158599a34d241a97593058a4333852e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Nov 23 15:40:05 2018 +0330
+
+    [aat] Add macOS specific tests (#1404)
+
+ .circleci/config.yml                               | 46 ++++++++++++++--------
+ test/shaping/CMakeLists.txt                        |  2 +
+ test/shaping/data/in-house/Makefile.sources        |  1 +
+ test/shaping/data/in-house/tests/macos-10.12.tests | 10 +++++
+ test/shaping/run-tests.py                          | 38 ++++++++++++++----
+ 5 files changed, 73 insertions(+), 24 deletions(-)
+
+commit 22798e93c414a2655c757a6e41b300f67e04a9a3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 22:47:51 2018 -0500
+
+    [use] Minor clarification
+
+ src/hb-ot-shape-complex-use.cc | 34 +++++++++++++++++-----------------
+ 1 file changed, 17 insertions(+), 17 deletions(-)
+
+commit a2d6c1075a5595a08ef09357293919d9df8eb64a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 22:40:57 2018 -0500
+
+    Minor tweak to FLAG64
+
+ src/hb.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 8280459e74cff2dec3de012abd309cda9578b759
+Merge: e4a4555d1 3c7792ca3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 22:39:12 2018 -0500
+
+    Merge pull request #1291 from harfbuzz/use-reordering
+    
+    [use] Fix reordering
+
+commit e4a4555d1e40dacdf72452805e9e6b6109627d63
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 22:17:49 2018 -0500
+
+    [cmap] Move code around
+
+ src/hb-ot-cmap-table.hh | 18 ++++++++++--------
+ 1 file changed, 10 insertions(+), 8 deletions(-)
+
+commit 758c9d68e2143493978d8ac8391f4af2a2abc26a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 22:16:12 2018 -0500
+
+    [morx/kerx] Limit range to subtable when sanitizing
+
+ src/hb-aat-layout-kerx-table.hh | 2 ++
+ src/hb-aat-layout-morx-table.hh | 2 ++
+ 2 files changed, 4 insertions(+)
+
+commit a9fe787a11fc391d9a43a4ea19e6eb1c474199bd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 22:12:36 2018 -0500
+
+    [sanitizer] Add reset_object(), make set_object() do bounds-check
+    
+    Affects morx/kerx run-time only currently.  Will adjust their sanitize next.
+
+ src/hb-aat-layout-kerx-table.hh |  1 +
+ src/hb-aat-layout-morx-table.hh |  1 +
+ src/hb-machinery.hh             | 30 +++++++++++++++++++-----------
+ 3 files changed, 21 insertions(+), 11 deletions(-)
+
+commit 2c8188bf599e351a4e0804d74612f9643b3d2443
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 22:02:19 2018 -0500
+
+    [kerx] Make sure subtables are non-zero-length
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11400
+
+ src/hb-aat-layout-kerx-table.hh                          |   1 +
+ src/hb-aat-layout-morx-table.hh                          |   2 +-
+ ...z-testcase-minimized-hb-shape-fuzzer-5722888989048832 | Bin 0 -> 3608 bytes
+ 3 files changed, 2 insertions(+), 1 deletion(-)
+
+commit a9e0bdc35dfcbead7d4b6fa249d60ebedd7d43ca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 21:30:04 2018 -0500
+
+    [GSUB] Don't flush glyphset during recursion in closure()
+    
+    See comment.
+    
+    Supercedes https://github.com/harfbuzz/harfbuzz/pull/1401
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11366
+
+ src/hb-ot-layout-gsub-table.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 8982830d3ec54f50cc951de9569520fafc735e75
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Nov 19 13:00:24 2018 -0800
+
+    [subset] add fuzzer testcase.
+
+ ...z-testcase-minimized-hb-subset-fuzzer-5067936541179904 | Bin 0 -> 172 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit d0e81b2cc85d09d01905c5fc5b3382c25eaa3bb3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 21:20:39 2018 -0500
+
+    [set] Rename
+
+ src/hb-set.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit e866910579e9cdc5b1ffa2e401fd0c056d44ca6a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 18:07:59 2018 -0500
+
+    Enforce requiring null_size even if min_size is 0
+    
+    This concludes null-size enforcement changes
+
+ src/hb-null.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4d4fd64ff47da04a7008d410c92e8fb4ad970781
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 18:07:36 2018 -0500
+
+    Allow non-nullable OffsetTo<> to non-Null'able objects
+
+ src/hb-open-type.hh | 16 +++++++++++++++-
+ 1 file changed, 15 insertions(+), 1 deletion(-)
+
+commit fa9f585ec53bc7145d3bed1a4bd756d64dae1e55
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 17:56:51 2018 -0500
+
+    [glyf] Don't mark structs UNBOUNDED
+    
+    See comments.
+
+ src/hb-ot-glyf-table.hh | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit f47a60a7543dbaf41086c25a1a22ae518d8b92a9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 17:53:29 2018 -0500
+
+    Mark UnsizedArrayOf<> as UNBOUNDED
+    
+    Since min_size is 0, Null() still accepts this type.
+
+ src/hb-open-type.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 199a0f7b41b691e371487fd569c0d0146da3c3f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 17:31:07 2018 -0500
+
+    [ot-shape] Simplify logic
+
+ src/hb-ot-shape.cc | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 014e4980ed9c8c473001abdb3a44121eb73fd50d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 16:21:49 2018 -0500
+
+    Move
+
+ src/hb-ot-shape.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 62890dee18b88865a2014fb6a1322c1c9218bd49
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 16:20:29 2018 -0500
+
+    [aat] Zero mark advances if decided so even if there's cross-kerning
+    
+    Cross-kerning can only take care of positioning vertically.  It doesn't
+    adjust mark advance...
+
+ src/hb-ot-shape.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a201fa74cd67f36a402a5c8093889c9d793e9fd5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 15:52:29 2018 -0500
+
+    [aat] Tweak fallback positioning logic when applying morx
+    
+    Such that for Indic-like scripts (eg. Khmer), we don't do any fallback mark
+    advance-zeroing / positioning, but we do for Latin, etc.  Reuses preferences
+    of our script-specific OpenType shapers for those.
+    
+    Fixes regression: https://github.com/harfbuzz/harfbuzz/issues/1393
+    Which means, fixes again: https://github.com/harfbuzz/harfbuzz/issues/1264
+    While not regressing: https://github.com/harfbuzz/harfbuzz/issues/1357
+
+ src/hb-ot-shape.cc | 38 +++++++++++++++++++++++---------------
+ src/hb-ot-shape.hh |  3 +++
+ 2 files changed, 26 insertions(+), 15 deletions(-)
+
+commit fa0bd8964d110c168a918bc331dcd350c3fed8c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 14:46:39 2018 -0500
+
+    [myanmar] Minor move
+
+ src/hb-ot-shape-complex.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 7dc561984bdb1f29f09ae0793195b5fbf772522b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 14:45:46 2018 -0500
+
+    [myanmar] If there's no GSUB table, pick myanmar shaper
+    
+    Needed for morx+kern mark-zeroing interaction.  All other scripts
+    work this way.
+
+ src/hb-ot-shape-complex.hh | 16 +++++++++++++---
+ 1 file changed, 13 insertions(+), 3 deletions(-)
+
+commit 25f52f58c20715cc0dee2dd2885669078a128b08
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 14:41:01 2018 -0500
+
+    [myanmar] Remove myanmar_old shaper
+    
+    Over time it has become the same as default shaper.  So, remove.
+
+ src/hb-ot-shape-complex-myanmar.cc | 21 ---------------------
+ src/hb-ot-shape-complex.hh         |  4 +---
+ 2 files changed, 1 insertion(+), 24 deletions(-)
+
+commit eeed802b1d0f932c61a088d3e0156ae70645b9e2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 01:53:36 2018 -0500
+
+    Fix spurious gcc warnings
+    
+    ../../src/hb-null.hh:53:39: warning: enum constant in boolean context [-Wint-in-bool-context]
+
+ src/hb-null.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b96ecb9971a9ad089a631d0139f05ae9d880fc55
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 01:49:12 2018 -0500
+
+    More
+    
+    This makes more of the gcc spurious warning:
+    
+    ../../src/hb-null.hh:53:39: warning: enum constant in boolean context [-Wint-in-bool-context]
+    
+    But not going to let that defeat correct code.  Type to switch to clang
+    as my main compiler...
+
+ src/hb-blob.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2737aa81e5aee721e868bf0c72f19c0245c721fe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 01:44:27 2018 -0500
+
+    Fix up recent change
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1300
+
+ src/hb-null.hh          | 12 +++++++++---
+ src/hb-open-type.hh     |  5 -----
+ src/hb-ot-glyf-table.hh |  4 ++--
+ 3 files changed, 11 insertions(+), 10 deletions(-)
+
+commit fffea5aff7a631eedd13c38c1fb7ea4f5f950930
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 01:25:34 2018 -0500
+
+    Minor
+
+ src/hb-open-type.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 209b58ef731f102b92179ed76551e2fd6b5ed075
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 01:22:33 2018 -0500
+
+    Minor
+
+ src/hb-ot-kern-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3b9fd176e83bbebc4d0b5fc967c15b08fdef7015
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 01:18:55 2018 -0500
+
+    Disallow taking Null() of unbounded structs
+    
+    Not sure I've marked all such structs.  To be done as we discover.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1300
+
+ src/hb-aat-layout-common.hh |  2 +-
+ src/hb-machinery.hh         |  4 ++++
+ src/hb-ot-kern-table.hh     |  2 +-
+ src/hb-ot-var-fvar-table.hh | 31 ++++++++++++++++---------------
+ 4 files changed, 22 insertions(+), 17 deletions(-)
+
+commit f2b91d6510face95008151bb0d25837723536f9f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 01:10:22 2018 -0500
+
+    Use Type::null_size for our structs in Null(), sizeof() for other types
+
+ src/hb-null.hh | 17 +++++++++++++++--
+ 1 file changed, 15 insertions(+), 2 deletions(-)
+
+commit 7dd945a8764cbbf76f686fd9387918b63f7d2fb4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 01:05:02 2018 -0500
+
+    One more time..
+
+ src/hb-machinery.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d062ad10de6c63d94676660b76526a160cf4299e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 00:39:14 2018 -0500
+
+    Fix bots happy again, hopefully
+    
+    So, our fallback static_assert cannot be had more than once per line
+    of source.
+
+ src/hb-machinery.hh | 16 +++++++---------
+ 1 file changed, 7 insertions(+), 9 deletions(-)
+
+commit fb10c021c8a32f8dc054f008caf86af82667e109
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 22 00:21:49 2018 -0500
+
+    Revert alignof() == 1 check
+    
+    Bots not happy with using "this" inside assertion...
+    
+    This reverts 2656644887e77a9d814bb12374af3c26b42fd935
+
+ src/hb-machinery.hh | 12 ++++--------
+ 1 file changed, 4 insertions(+), 8 deletions(-)
+
+commit 8d778877b88155dec1808a994416ead0b3d98ae7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 21 23:46:09 2018 -0500
+
+    ..
+
+ src/hb-machinery.hh | 8 ++++++--
+ src/hb-null.hh      | 4 ++--
+ 2 files changed, 8 insertions(+), 4 deletions(-)
+
+commit 8cfeed99486e87c3217dc141bc24b7768a460f32
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 21 23:42:31 2018 -0500
+
+    Minor
+
+ src/hb-machinery.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit e5d954a2fb0c390ea67e83763e3c3a47caa2eb50
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 21 23:30:50 2018 -0500
+
+    Minor
+
+ src/hb-machinery.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit e987059c618e03d2346c31ed64429d67ce0e367a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 21 23:25:06 2018 -0500
+
+    Minor
+
+ src/hb-machinery.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit a2b6d308a40d737f54a79f00bc7ace226bad5aaf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 21 23:23:49 2018 -0500
+
+    Remove DEFINE_SIZE_ARRAY2
+
+ src/hb-machinery.hh        | 6 ------
+ src/hb-ot-layout-common.hh | 8 ++++----
+ src/hb-ot-post-table.hh    | 6 +++---
+ 3 files changed, 7 insertions(+), 13 deletions(-)
+
+commit 2656644887e77a9d814bb12374af3c26b42fd935
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 21 23:23:21 2018 -0500
+
+    Check alignof() structs are 1
+
+ src/hb-machinery.hh | 16 +++++++++++-----
+ 1 file changed, 11 insertions(+), 5 deletions(-)
+
+commit 6321fdf7040ce48e3de8d34fdcc57caa6433cb66
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 21 23:19:00 2018 -0500
+
+    Whitespace
+
+ src/hb-machinery.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f961c1eb88af0d178e5d3431b9d57bdf79669488
+Merge: ecdceea86 264439c6c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 21 17:27:27 2018 -0500
+
+    Merge pull request #1400 from harfbuzz/sharada-sandhi-mark
+    
+    Test U+111C9 SHARADA SANDHI MARK
+
+commit 264439c6c308ac5f01c4ba4faf64daa2d642236a
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Wed Nov 21 16:33:45 2018 -0500
+
+    Test U+111C9 SHARADA SANDHI MARK
+
+ .../fonts/86cdd983c4e4c4d7f27dd405d6ceb7d4b9ed3d35.ttf    | Bin 0 -> 968 bytes
+ test/shaping/data/in-house/tests/use-syllable.tests       |   1 +
+ 2 files changed, 1 insertion(+)
+
+commit ecdceea861952be003e1d435aa3282a4e3e200a9
+Merge: b89c7fd3d b3d5b0a5d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 21 16:12:32 2018 -0500
+
+    Merge pull request #1399 from harfbuzz/sharada-sandhi-mark
+    
+    Fix USE categories for U+111C9 SHARADA SANDHI MARK
+
+commit b89c7fd3dc505a958dd4b6acec0e0f8e57224fd8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 21 12:32:48 2018 -0500
+
+    Allow defining HB_USE_ATEXIT to 0
+    
+    That's better use of that value than requiring extra macro HB_NO_ATEXIT
+
+ src/hb-common.cc    | 10 +++++-----
+ src/hb-ft.cc        | 12 ++++++------
+ src/hb-glib.cc      |  6 +++---
+ src/hb-icu.cc       |  6 +++---
+ src/hb-ot-font.cc   |  6 +++---
+ src/hb-shape.cc     |  6 +++---
+ src/hb-shaper.cc    |  6 +++---
+ src/hb-ucdn.cc      |  6 +++---
+ src/hb-uniscribe.cc |  4 ++--
+ src/hb.hh           |  5 ++++-
+ 10 files changed, 35 insertions(+), 32 deletions(-)
+
+commit b3d5b0a5d92115ca672b8103999ab7ac88e39a4a
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Wed Nov 21 11:35:44 2018 -0500
+
+    Fix USE categories for U+111C9 SHARADA SANDHI MARK
+
+ src/gen-use-table.py                 | 7 ++++++-
+ src/hb-ot-shape-complex-use-table.cc | 2 +-
+ 2 files changed, 7 insertions(+), 2 deletions(-)
+
+commit f48bb9a3939067f24a81007e642caaac77cc7167
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 20 20:40:55 2018 -0500
+
+    [var] Deprecated axis enumeration API and add new version
+    
+    New version has axis flags.
+    
+    New API:
+    +hb_ot_var_axis_info_t
+    +hb_ot_var_find_axis_info()
+    +hb_ot_var_get_axis_infos()
+    
+    Deprecated API:
+    -HB_OT_VAR_NO_AXIS_INDEX
+    -hb_ot_var_axis_t
+    -hb_ot_var_find_axis()
+    -hb_ot_var_get_axes()
+
+ docs/harfbuzz-sections.txt  |  14 +++---
+ src/hb-deprecated.h         |  37 +++++++++++++++
+ src/hb-ot-var-fvar-table.hh | 112 ++++++++++++++++++++++++++++++++------------
+ src/hb-ot-var.cc            |  43 ++++++++++++++---
+ src/hb-ot-var.h             |  61 ++++++++++++------------
+ test/api/test-ot-face.c     |   2 +-
+ 6 files changed, 192 insertions(+), 77 deletions(-)
+
+commit b2d803cef6974519d5892af2c9efeb8dfba87618
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 20 11:42:25 2018 -0500
+
+    Remove newly-added -hb_ot_var_axis_get_flags()
+
+ src/hb-ot-var-fvar-table.hh |  6 ------
+ src/hb-ot-var.cc            | 12 ------------
+ src/hb-ot-var.h             |  4 ----
+ 3 files changed, 22 deletions(-)
+
+commit 736897d7a1410fd281fbcedc084b85bf4ba1410c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 20 11:40:43 2018 -0500
+
+    [var] Make sure hb_ot_var_axis_flags_t is int-sized
+
+ src/hb-ot-var.h | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit eab5d15f6156e771cb606b760dd170b96c5cd398
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 20 11:33:33 2018 -0500
+
+    [var] Move code
+
+ src/hb-ot-var.h | 27 ++++++++++++++-------------
+ 1 file changed, 14 insertions(+), 13 deletions(-)
+
+commit 1ecbf4d3e3de7edc86651c6f805788747d6d89af
+Merge: 515f1a161 064f703c7
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Nov 20 17:19:05 2018 -0800
+
+    Merge branch 'master' into cff-subset
+
+commit 064f703c7ac5a28803a8221720e922ea6dbd2505
+Merge: be1828daa 829511827
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 20 16:29:30 2018 -0500
+
+    Merge pull request #1397 from harfbuzz/small-emoji-table
+    
+    Shrink the emoji table by merging adjacent ranges
+
+commit 82951182799772a642d32195dd87e6f0c116f545
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Tue Nov 20 15:41:45 2018 -0500
+
+    Shrink the emoji table by merging adjacent ranges
+
+ src/gen-emoji-table.py        |  13 +--
+ src/hb-unicode-emoji-table.hh | 189 ++++--------------------------------------
+ 2 files changed, 23 insertions(+), 179 deletions(-)
+
+commit be1828daaa1e1a72d971aed8d34fff54688d0f41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 20 11:16:23 2018 -0500
+
+    [var] Fix type of coords returned
+    
+    Ouch.  Wonder how none of the bots caught the float->int truncation.
+
+ src/hb-ot-var-fvar-table.hh | 2 +-
+ src/hb-ot-var.cc            | 2 +-
+ src/hb-ot-var.h             | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 8f3ee17ae468950a34439785d2e6ac4182efb65c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 20 01:38:23 2018 -0500
+
+    [travis] Update Coverity token
+
+ .travis.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f9552362986efd0973b2637d21b787edbc8479f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 20 01:21:36 2018 -0500
+
+    Add codecov.io badge
+
+ README | 13 +++++++------
+ 1 file changed, 7 insertions(+), 6 deletions(-)
+
+commit 831ba74382e35f110006539f22bebce4d57c8502
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 20 01:16:08 2018 -0500
+
+    Fix Codacy "issues"
+
+ src/test-name-table.cc  |  2 +-
+ src/test-ot-color.cc    | 14 +++++++-------
+ test/api/test-buffer.c  |  5 +++--
+ test/api/test-object.c  |  2 +-
+ test/api/test-ot-name.c |  2 +-
+ 5 files changed, 13 insertions(+), 12 deletions(-)
+
+commit c49e43c1ffee0e9664da6202ace493d932b725a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 20 01:06:50 2018 -0500
+
+    [travis] Another push for codecov.io after setting token
+
+ .travis.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 96b24c5124a085b7601215360eed847ce5302699
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 20 01:03:42 2018 -0500
+
+    [travis] Add codecov.io
+
+ .travis.yml | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 3c7792ca326abfb989285f794d6ee71ad9f6bf89
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Sat Oct 20 15:02:26 2018 -0400
+
+    [use] Fix reordering
+    
+    Fixes #1235.
+
+ src/hb-ot-shape-complex-use.cc                     |  48 ++++++++++++++-------
+ src/hb.hh                                          |   2 +
+ .../4afb0e8b9a86bb9bd73a1247de4e33fbe3c1fd93.ttf   | Bin 0 -> 1824 bytes
+ test/shaping/data/in-house/tests/use.tests         |   3 ++
+ 4 files changed, 38 insertions(+), 15 deletions(-)
+
+commit 587d49fc657c10c8a20f2409a04d72bf80bb361e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 19 14:27:19 2018 -0500
+
+    [fvar] Add named-instance API
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1241
+
+ docs/harfbuzz-sections.txt  |  4 ++++
+ src/hb-ot-var-fvar-table.hh | 55 ++++++++++++++++++++++++++++++++++++++++++---
+ src/hb-ot-var.cc            | 33 +++++++++++++++++++++++++++
+ src/hb-ot-var.h             | 32 ++++++++++++++++++++++++++
+ 4 files changed, 121 insertions(+), 3 deletions(-)
+
+commit 46c0da820fc313bad8afaf019d2cd9065fa5f514
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 19 13:32:48 2018 -0500
+
+    Fix build
+
+ src/hb-dsalgs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 56c9238d3da8c034336cf80ba37e03e33c493718
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 19 13:09:53 2018 -0500
+
+    [fvar] Rewrite sanitize
+
+ src/hb-ot-var-fvar-table.hh | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit 4a6a692e3ea4fab632a0162c6d513dc151054d8f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 19 13:04:43 2018 -0500
+
+    [fvar] Use hb_array_t for axes
+
+ src/hb-dsalgs.hh            |  6 ++++++
+ src/hb-ot-var-fvar-table.hh | 14 ++++----------
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+commit e0097396010c40cf62641cd12ceb12dd5d79c9c7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 19 12:53:53 2018 -0500
+
+    [fvar] Minor
+
+ src/hb-ot-var-fvar-table.hh | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit 1a2eb108b857de9c5e84cc5de0c12c7657e04498
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 19 12:36:56 2018 -0500
+
+    [ot-var] Add hb_ot_var_axis_get_flags()
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1241
+    
+    New API:
+    +hb_ot_var_axis_flags_t
+    +hb_ot_var_axis_get_flags
+
+ docs/harfbuzz-sections.txt  |  2 ++
+ src/hb-buffer.h             |  2 ++
+ src/hb-ot-var-fvar-table.hh |  9 +++++++++
+ src/hb-ot-var.cc            | 12 ++++++++++++
+ src/hb-ot-var.h             | 13 +++++++++++++
+ 5 files changed, 38 insertions(+)
+
+commit bd6b2ba1d3910cc259db7abeb6c9bd7ed9494857
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 19 11:34:56 2018 -0500
+
+    [ot-var] Add flags
+    
+    Unfortunate that we don't have room in hb_ot_var_axis_t to expose flags :(.
+
+ src/hb-ot-var-fvar-table.hh | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+commit c076c7b85ce4d069ae8b2b04143aca4c4f052ae9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 19 11:30:40 2018 -0500
+
+    [ot-var] Use hb_ot_name_id_t
+
+ src/hb-ot-var.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 515f1a16140f78c9ec379854851f77a1b44af145
+Merge: a6da9b941 e3a1a8350
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Nov 16 17:38:47 2018 -0800
+
+    Merge branch 'master' into cff-subset
+
+commit a6da9b9415bae43c58f12a8e43b77ba31dd432a6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Nov 16 17:29:03 2018 -0800
+
+    fixed Charset format selection
+
+ src/hb-subset-cff1.cc | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit e3a1a8350a6a7933b0a100194985f4425ab9de19
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 16:53:25 2018 -0800
+
+    2.1.3
+
+ NEWS             | 6 ++++++
+ configure.ac     | 2 +-
+ src/hb-version.h | 4 ++--
+ 3 files changed, 9 insertions(+), 3 deletions(-)
+
+commit 9714e114b88893bd962b1bcf36382bdacbc4866c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 16:52:42 2018 -0800
+
+    Fix recent commits
+
+ src/hb-open-type.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0328a1ce41611ed981d41384ae5727479699f3a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 16:48:28 2018 -0800
+
+    Revert b4c61130324455bfd42095b01fa14ac901e441f1
+    
+    Was causing more trouble than it solved.  We use unsigned for indexing,
+    and it's not helpful to allow that wrapping to negative integers on
+    32bit machines.  The only way we could work around it would have been
+    by accepting int64_t arg, but that's overkill.
+    
+    Ignore the MSVC 2008 build issue.  We don't support that compiler.
+
+ src/hb-open-type.hh | 17 ++++-------------
+ 1 file changed, 4 insertions(+), 13 deletions(-)
+
+commit 52f61cdb87b67ef42a25288d8624170d0b6d3a25
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 16:41:59 2018 -0800
+
+    Detect over/under-flow in UnsizedArray::operator[]
+    
+    Was causing bad substitutions in mort table because of WordOffsetToIndex()
+    producing negative numbers that were cast to unsigned int and returned as
+    large numbers (which was desirable, so they would be rejected), but then
+    they were cast to int when passed to this operator and acting as small
+    negative integers, which was bad...
+    
+    Detect overflow.  Ouch, however, now I see this still fails on 32-bit.
+    Guess I'm going to revert an earlier change.
+
+ src/hb-open-type.hh | 21 ++++++++++++++++-----
+ 1 file changed, 16 insertions(+), 5 deletions(-)
+
+commit 6910ff03e66f5f4c9eb5592262d414ef7d91df04
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 16:11:02 2018 -0800
+
+    [aat] Fix mort shaping
+    
+    Ouch!
+
+ src/hb-aat-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fdb29ab2b0058c9813f9fc44c83dd9048db92d16
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 15:38:11 2018 -0800
+
+    2.1.2
+
+ NEWS             | 13 ++++++++++++-
+ configure.ac     |  2 +-
+ src/hb-version.h |  4 ++--
+ 3 files changed, 15 insertions(+), 4 deletions(-)
+
+commit cff4c6087fdb667a40f54f20ca3c49251bf076de
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 15:04:41 2018 -0800
+
+    Fix vertical fallback space sign
+    
+    Ouch!
+    
+    Follow-up to cf203af8a33591c163b63dbdf0fd341bc4606190
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1343
+
+ src/hb-ot-shape-fallback.cc                   |  8 ++++----
+ test/shaping/data/in-house/tests/spaces.tests | 22 +++++++++++-----------
+ 2 files changed, 15 insertions(+), 15 deletions(-)
+
+commit 7a97f7074052a5d746af29f0743abd20682b09a2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 14:46:40 2018 -0800
+
+    Don't apply GPOS if applying morx
+    
+    That's what Apple does, and it wouldn't degrade our OpenType performance.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1348
+
+ src/hb-ot-shape.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit eafd515639497098436ecf4c7b836e231bced323
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 14:45:56 2018 -0800
+
+    Prefer morx table if GSUB is empty (no scripts)
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1348
+
+ src/hb-ot-shape.cc | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit aa06574823e27c4dbb378d2467a3e6f6f36af9fe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 14:31:05 2018 -0800
+
+    Minor
+
+ src/hb-aat-layout-trak-table.hh | 2 +-
+ src/hb-ot-layout-gdef-table.hh  | 2 +-
+ src/hb-ot-layout-gsubgpos.hh    | 2 +-
+ src/hb-ot-math-table.hh         | 2 +-
+ src/hb-ot-var-fvar-table.hh     | 2 +-
+ 5 files changed, 5 insertions(+), 5 deletions(-)
+
+commit b6903bd6c4b0c792c821e37a8e223088ae40e5fa
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Nov 16 13:46:58 2018 -0800
+
+    ensure fdmap initialized as identity for single-FD (non-CID) fonts
+
+ src/hb-subset-cff1.cc | 13 ++++++++++---
+ src/hb-subset-cff2.cc |  2 ++
+ 2 files changed, 12 insertions(+), 3 deletions(-)
+
+commit b403be8ad98ffd2dbe95dad73e96c7ed1295d9fc
+Merge: b67a7c731 50d1a41c0
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Nov 16 12:29:18 2018 -0800
+
+    Merge branch 'master' into cff-subset
+
+commit b67a7c731f041323c19ab245f0285c304d9ae3d2
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Nov 16 12:28:24 2018 -0800
+
+    drop dotsection as hint along with test case
+
+ src/hb-subset-cff-common.hh             |   4 ++++
+ src/hb-subset-cff1.cc                   |   1 +
+ test/api/fonts/cff1_dotsect.nohints.otf | Bin 0 -> 3132 bytes
+ test/api/fonts/cff1_dotsect.otf         | Bin 0 -> 3220 bytes
+ test/api/test-subset-cff1.c             |  21 +++++++++++++++++++++
+ 5 files changed, 26 insertions(+)
+
+commit 50d1a41c08ad3508a94240b52df03c383ae8f1f8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 08:52:57 2018 -0500
+
+    [coretext] Hopefully the last one
+
+ src/hb-coretext.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0aab861f9cda6fba5ce71562d9f087d924e8a161
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 08:43:25 2018 -0500
+
+    [coretext] Another round
+
+ src/hb-coretext.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 0809b76a9a1d7bd53818df7e83a9c81e664dfe0e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 08:29:47 2018 -0500
+
+    [coretext] One more try..
+
+ src/hb-coretext.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 78bd4475946f2d255539306e4b1115f408c54b54
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 04:10:53 2018 -0500
+
+    [coretext] One more try
+
+ src/hb-coretext.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fd27a23c824bbbd4f4c7e75701cc5d287289704b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 03:57:12 2018 -0500
+
+    [coretext] Another build fix attemt
+
+ src/hb-coretext.cc | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 729aedf0da90cbf11235a35588cfdc06ba87a784
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 03:26:46 2018 -0500
+
+    [directwrite] Fix build
+
+ src/hb-directwrite.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit cfb9771a3b096006cbae98438f1ba101d222e0e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 03:24:22 2018 -0500
+
+    [coretext] Try to fix
+
+ src/hb-coretext.cc  | 48 ++++++++++++++++++++++++++++++++++++++----------
+ src/hb-machinery.hh | 15 +++++----------
+ src/hb-shaper.hh    | 44 --------------------------------------------
+ 3 files changed, 43 insertions(+), 64 deletions(-)
+
+commit e3e9547365417e547beec84494c8bf6e4e2947fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 02:55:29 2018 -0500
+
+    [coretext] Unbreak build
+
+ src/hb-coretext.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ce5da0f36a2ece29c387810a060531df15ad6c7b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 02:29:13 2018 -0500
+
+    [shaper] Rewrite shaper data code to be more template-driven than macro-driven
+
+ src/hb-coretext.cc       |  17 +++----
+ src/hb-directwrite.cc    |   9 +---
+ src/hb-face.cc           |  12 +----
+ src/hb-face.hh           |  13 ++----
+ src/hb-fallback-shape.cc |   5 --
+ src/hb-font.cc           |  14 ++----
+ src/hb-font.hh           |  12 ++---
+ src/hb-graphite2.cc      |  11 ++---
+ src/hb-machinery.hh      |  14 ++----
+ src/hb-ot-shape.cc       |   5 --
+ src/hb-shape-plan.cc     |   4 +-
+ src/hb-shaper-impl.hh    |   9 +---
+ src/hb-shaper.hh         | 117 ++++++++++++++++++++++++++++++++---------------
+ src/hb-uniscribe.cc      |  32 +++++--------
+ 14 files changed, 127 insertions(+), 147 deletions(-)
+
+commit cb4bf85b14afb3761a85e3da130f2844ac94a49d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 02:02:24 2018 -0500
+
+    [hdmx] Fix bounds checking
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11351
+
+ src/hb-ot-hdmx-table.hh | 11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+commit af727b4e629f8b07d7afb809be69d053827f6a51
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 01:55:39 2018 -0500
+
+    [hdmx] Minor
+
+ src/hb-ot-hdmx-table.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 9e9f16c92debecb4caf533fa112898dfec116d98
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 16 01:48:26 2018 -0500
+
+    [subset] Remove invalid glyphs from glypset to retain
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/1388
+
+ src/hb-subset-plan.cc | 13 +++++++++++++
+ 1 file changed, 13 insertions(+)
+
+commit 072c7aba92d3c92c84454a12578264f12439bb0d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Nov 15 15:41:46 2018 -0800
+
+    use 2-byte offset instead of 4-byte for local subrs
+    
+    more than enough since local subrs immediately follow its corresponding private dict, as the result 2-byte redunction for each font dict with local subrs
+    updated api test expected subset fonts accordingly
+
+ src/hb-subset-cff-common.hh                           |   4 ++--
+ test/api/fonts/AdobeVFPrototype.abc.otf               | Bin 7460 -> 7456 bytes
+ test/api/fonts/AdobeVFPrototype.ac.nohints.otf        | Bin 6780 -> 6780 bytes
+ test/api/fonts/AdobeVFPrototype.ac.otf                | Bin 6996 -> 6996 bytes
+ .../fonts/SourceHanSans-Regular.41,4C2E.nohints.otf   | Bin 2380 -> 2376 bytes
+ test/api/fonts/SourceHanSans-Regular.41,4C2E.otf      | Bin 2576 -> 2572 bytes
+ test/api/fonts/SourceSansPro-Regular.abc.otf          | Bin 1812 -> 1808 bytes
+ test/api/fonts/SourceSansPro-Regular.ac.nohints.otf   | Bin 1592 -> 1592 bytes
+ test/api/fonts/SourceSansPro-Regular.ac.otf           | Bin 1708 -> 1704 bytes
+ test/api/fonts/cff1_seac.C0.otf                       | Bin 1604 -> 1600 bytes
+ 10 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 9d0231cfe7c404da3b5bc360ad76180a7aded62c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Nov 15 15:39:43 2018 -0800
+
+    fixed a subset bug when no font dicts reduce
+
+ src/hb-ot-cff-common.hh     | 11 +++++++++++
+ src/hb-subset-cff-common.cc | 24 +++++++++++++-----------
+ src/hb-subset-cff1.cc       | 27 ++++++---------------------
+ src/hb-subset-cff2.cc       | 25 +++++--------------------
+ 4 files changed, 35 insertions(+), 52 deletions(-)
+
+commit 11aa0468ac2c62ff734ba6b0f6eb43d1bd6f602b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 15 23:10:56 2018 +0330
+
+    [subset] minor, adjust spaces
+
+ src/hb-open-type.hh            |  70 ++++++------
+ src/hb-ot-cmap-table.hh        | 182 +++++++++++++++----------------
+ src/hb-ot-glyf-table.hh        | 242 ++++++++++++++++++++---------------------
+ src/hb-ot-hdmx-table.hh        |  20 ++--
+ src/hb-ot-hmtx-table.hh        |  14 +--
+ src/hb-ot-layout-common.hh     |  77 ++++++-------
+ src/hb-ot-layout-gpos-table.hh |  16 +--
+ src/hb-ot-layout-gsub-table.hh |   4 +-
+ src/hb-ot-layout-gsubgpos.hh   |  88 +++++++--------
+ src/hb-ot-os2-table.hh         |  24 ++--
+ src/hb-ot-post-table.hh        |  26 ++---
+ src/hb-subset-glyf.cc          | 182 +++++++++++++++----------------
+ src/hb-subset-glyf.hh          |   6 +-
+ src/hb-subset-input.cc         |   4 +-
+ src/hb-subset-plan.cc          |  32 +++---
+ src/hb-subset-plan.hh          |  12 +-
+ src/hb-subset.cc               |  46 ++++----
+ src/hb-subset.h                |   7 +-
+ util/hb-subset.cc              |   2 +-
+ 19 files changed, 510 insertions(+), 544 deletions(-)
+
+commit d7c50ff0d65192fd2b7b80704e227fa108c06de3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 15 23:10:49 2018 +0330
+
+    [math] minor, adjust spaces
+
+ src/hb-ot-math-table.hh | 28 ++++++++++++++--------------
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+commit 13735570f051c4131cdc481939799d76c38c758b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Nov 15 12:10:23 2018 -0800
+
+    reject nested seac
+
+ src/hb-cff1-interp-cs.hh |  4 ++++
+ src/hb-ot-cff1-table.cc  | 11 ++++++-----
+ 2 files changed, 10 insertions(+), 5 deletions(-)
+
+commit c37aecd41c5b55e5ef496f3c4cc255a1e2ce7f9f
+Merge: ecdb77f0a cabe433fb
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Nov 15 11:03:46 2018 -0800
+
+    Merge branch 'master' into cff-subset
+
+commit ecdb77f0ae1ef9b129cf9195dbdaa9f6c4425ed5
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Nov 15 10:54:15 2018 -0800
+
+    fixed CFF1 subset of std encoding & non-std charset combo
+
+ src/hb-ot-cff-common.hh | 2 --
+ src/hb-ot-cff1-table.hh | 2 ++
+ src/hb-subset-cff1.cc   | 5 +++--
+ 3 files changed, 5 insertions(+), 4 deletions(-)
+
+commit cabe433fbb81d314ad9e3cbed768dd13983a4477
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 15 02:48:50 2018 -0500
+
+    [base] Add TODO items
+
+ src/hb-ot-layout-base-table.hh | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 3bf1ce748fa89316dd32de28bfdc636495e657fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 14 21:08:54 2018 -0500
+
+    [shaper] Rename
+
+ src/hb-shape-plan.cc |  2 +-
+ src/hb-shape.cc      |  2 +-
+ src/hb-shaper.cc     | 16 ++++++++--------
+ src/hb-shaper.hh     |  4 ++--
+ 4 files changed, 12 insertions(+), 12 deletions(-)
+
+commit c221dc0ba70fd4af94d8f735a9cef1ab92cc6ede
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 14 14:49:34 2018 -0500
+
+    [ot-shape] Move code around
+
+ src/hb-aat-layout-common.hh |  4 ++--
+ src/hb-aat-layout.cc        |  8 ++++----
+ src/hb-aat-layout.hh        |  6 +++---
+ src/hb-ot-layout.cc         |  2 +-
+ src/hb-ot-layout.hh         |  2 +-
+ src/hb-ot-shape.cc          | 44 +++++++++++++++++++++++++++++---------------
+ src/hb-ot-shape.hh          |  6 +++---
+ 7 files changed, 43 insertions(+), 29 deletions(-)
+
+commit 892ab37e7c9580e35b35a4d82a99e2ea73ac7b0b
+Merge: 3787c0785 7867c2bad
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Nov 14 13:54:07 2018 -0800
+
+    Merge branch 'master' into cff-subset
+
+commit 3787c078561f1157bd04644f092c4467f63c717c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Nov 14 13:38:03 2018 -0800
+
+    Implemented seac for extents & subset along with API tests
+
+ gtk-doc.make                    | 321 +++++++++++++++++++++++++++++++++++++++-
+ src/hb-cff-interp-common.hh     |   2 +-
+ src/hb-cff-interp-cs-common.hh  |   7 +
+ src/hb-cff1-interp-cs.hh        |  29 +++-
+ src/hb-ot-cff1-table.cc         | 256 +++++++++++++++++++++++++-------
+ src/hb-ot-cff1-table.hh         |  88 ++++++++---
+ src/hb-subset-plan.cc           |  19 +++
+ test/api/fonts/cff1_seac.C0.otf | Bin 0 -> 1604 bytes
+ test/api/fonts/cff1_seac.otf    | Bin 0 -> 2260 bytes
+ test/api/test-ot-extents-cff.c  |  31 ++++
+ test/api/test-subset-cff1.c     |  19 +++
+ 11 files changed, 699 insertions(+), 73 deletions(-)
+
+commit 7867c2bad05fe48f9e4a1b776fb7da67b747fb4e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Nov 14 22:13:50 2018 +0330
+
+    [STAT] Add table parsing (#1384)
+
+ src/Makefile.sources    |   1 +
+ src/hb-ot-face.hh       |   2 +
+ src/hb-ot-font.cc       |   4 +-
+ src/hb-ot-hmtx-table.hh |  11 +-
+ src/hb-ot-stat-table.hh | 280 ++++++++++++++++++++++++++++++++++++++++++++++++
+ 5 files changed, 290 insertions(+), 8 deletions(-)
+
+commit 48d16c2ab2b181c733accd4fd9730963e59b6323
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 14 09:56:30 2018 -0500
+
+    [hmtx] Fix signedness issue
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1248#issuecomment-438689499
+
+ src/hb-ot-hmtx-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 29db2a44a6b7a28ade5e288779dbf5a200b43acd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Nov 14 12:13:16 2018 +0330
+
+    [ot-color/svg] Note that it can be gzipped
+
+ src/hb-ot-color.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a9c27d576ffe4452d1a3dae73964a8f4d6dcc088
+Merge: 3c3eb5ea9 e543e1a08
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Nov 14 08:29:17 2018 +0330
+
+    Merge pull request #1383 from punchcutter/master
+    
+    Add test for https://github.com/harfbuzz/harfbuzz/issues/1379
+
+commit e543e1a0858bb5d7384d82600a789d40b62d9821
+Author: punchcutter <zarijoscha@gmail.com>
+Date:   Tue Nov 13 20:44:27 2018 -0800
+
+    Add Grantha test
+
+ .../fonts/dcf774ca21062e7439f98658b18974ea8b956d0c.ttf   | Bin 0 -> 2568 bytes
+ test/shaping/data/in-house/tests/use.tests               |   1 +
+ 2 files changed, 1 insertion(+)
+
+commit 3c3eb5ea9ccf34d33e94f83b9961b3a5e903d196
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 13 21:10:10 2018 -0500
+
+    [aat] Disable fallback mark advance zeroing and positioning if morx applied
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1357
+
+ src/hb-ot-shape.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit dc4225ccd1d16a1139cbc6092353db9ed03e8980
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 13 20:48:46 2018 -0500
+
+    Don't retry creating again and again in lazy_loader if create failed
+    
+    Still does that if get_null() returns nullptr.  Our shaper data objects
+    are like that.  Shrug.
+
+ src/hb-machinery.hh | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+commit 086235f59310ed77542d4916d31a4285c68630ff
+Merge: 2092f595c c565fc3fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 13 19:50:25 2018 -0500
+
+    Merge pull request #1382 from punchcutter/master
+    
+    Change USE Category for Grantha Virama
+
+commit 2092f595c7a4c591cace41cb99d31620fa6d5fa4
+Merge: 475be9d5c eee5b5ed0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 13 19:49:06 2018 -0500
+
+    Merge pull request #1380 from kbrow1i/cygwin
+    
+    Don't use Win32 API on Cygwin
+
+commit c565fc3fb3b14c02e30af28b9d4d4289b0d2e162
+Author: punchcutter <zarijoscha@gmail.com>
+Date:   Tue Nov 13 12:51:10 2018 -0800
+
+    Change USE Category for Grantha Virama
+    https://github.com/harfbuzz/harfbuzz/issues/1379
+
+ src/gen-use-table.py                 | 3 ++-
+ src/hb-ot-shape-complex-use-table.cc | 2 +-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit 475be9d5c672db6e1764d9425ed7fdaa0dff35c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 13 13:01:13 2018 -0500
+
+    Fix Windows build
+
+ src/hb-atomic.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit fc44dea341f1750fec801faed66656b8a58dcded
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 13 11:54:33 2018 -0500
+
+    Use atomic ints for upem and num_glyphs on face
+
+ src/hb-aat-layout-lcar-table.hh |  3 ++-
+ src/hb-face.cc                  | 10 +++++-----
+ src/hb-face.hh                  | 24 ++++++++++++++----------
+ src/hb-ot-color-sbix-table.hh   |  2 +-
+ src/hb-static.cc                | 13 +++++++++----
+ 5 files changed, 31 insertions(+), 21 deletions(-)
+
+commit 9579ed9755d7c3e47435c55881c9841a5f60ad7e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 13 11:45:12 2018 -0500
+
+    Make atomic types' internal values non-mutable
+    
+    This resulted from confusion previously...
+
+ src/hb-atomic.hh | 10 +++++-----
+ src/hb-object.hh |  2 +-
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit c52d5bcd9405dbaa9289d720d9f0853aeac6b244
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 13 11:41:29 2018 -0500
+
+    [ot-face] Add 'head' table
+
+ src/hb-ot-face.hh       |  1 +
+ src/hb-ot-glyf-table.hh | 11 +++--------
+ src/hb-static.cc        |  5 +----
+ 3 files changed, 5 insertions(+), 12 deletions(-)
+
+commit eee5b5ed04f588f618a2251397dd5b850c378627
+Author: Ken Brown <kbrown@cornell.edu>
+Date:   Mon Nov 12 21:05:39 2018 -0500
+
+    Don't use Win32 API on Cygwin
+    
+    Cygwin is a Posix platform to the extent possible.  It should use the
+    Posix API except in special circumstances.
+
+ src/hb-atomic.hh                           |  2 +-
+ src/hb-blob.cc                             | 10 +++++-----
+ src/hb-mutex.hh                            |  2 +-
+ src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
+ src/hb.hh                                  |  2 +-
+ 5 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 56f541d0001f6d7e2e35cdd15217bdf52ebf8391
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 19:46:37 2018 -0500
+
+    [shape-plan] Remove unused code
+
+ src/hb-shape-plan.hh | 12 +-----------
+ 1 file changed, 1 insertion(+), 11 deletions(-)
+
+commit 6c22f3fd95617a8c3cd558858c6758a0d548d370
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 19:26:01 2018 -0500
+
+    [shape-plan] Implement fine-grained caching plans with user-features
+    
+    Only tag, value, and global-ness of features are considered, not their
+    start/end offsets.
+
+ src/hb-shape-plan.cc | 69 ++++++++++++++++++++++++++++++----------------------
+ src/hb-shape-plan.hh | 17 ++-----------
+ 2 files changed, 42 insertions(+), 44 deletions(-)
+
+commit cc8428756a1b18b0445c2c5fbb38e05453693dad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 18:48:10 2018 -0500
+
+    [shape-plan] Cache shape plans with variations based on variation indices
+
+ src/hb-aat-map.cc    |  4 +---
+ src/hb-aat-map.hh    |  4 +---
+ src/hb-ot-map.cc     | 18 +++++------------
+ src/hb-ot-map.hh     |  6 +++---
+ src/hb-ot-shape.cc   | 13 +++++--------
+ src/hb-ot-shape.hh   | 28 +++++++++++++++++++++++---
+ src/hb-shape-plan.cc | 55 ++++------------------------------------------------
+ src/hb-shape-plan.hh | 23 ++++++++++++++++++----
+ 8 files changed, 63 insertions(+), 88 deletions(-)
+
+commit 8284cb9fb3600268e06d8a2ba8400700510de7a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 18:18:20 2018 -0500
+
+    [shape-plan] Refactor more
+
+ src/hb-shape-plan.cc | 46 ++++++++++++++++++++++++++--------------------
+ 1 file changed, 26 insertions(+), 20 deletions(-)
+
+commit 1082338525c96206f43785e283e41b3e959871fd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 18:05:02 2018 -0500
+
+    [shape-plan] Only use shape-plan key to initialize hb_ot_shape_plan_t
+    
+    Such that we don't accidentally use info not in the cache key.
+
+ src/hb-ot-shape.cc   | 25 +++++++++++--------------
+ src/hb-ot-shape.hh   |  8 +++-----
+ src/hb-shape-plan.cc |  7 +------
+ 3 files changed, 15 insertions(+), 25 deletions(-)
+
+commit 7ac03f88a22325fb4d6b77ee7694ad11f6a99bcb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 17:50:30 2018 -0500
+
+    [shape-plan] Minor
+
+ src/hb-shape-plan.cc | 32 ++++++++++++++++----------------
+ 1 file changed, 16 insertions(+), 16 deletions(-)
+
+commit c7be933439af1bc8251b2b19df75b42bd0f3bdb5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 17:49:15 2018 -0500
+
+    [shape-plan] Refactor some more
+
+ src/hb-shape-plan.cc | 147 ++++++++++++++++++++++++++++-----------------------
+ src/hb-shape-plan.hh |  15 ++++++
+ 2 files changed, 95 insertions(+), 67 deletions(-)
+
+commit fc27777833e052dab91ca5777802e6c4e956deb4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 17:27:34 2018 -0500
+
+    [shape-plan] Refactor more
+
+ src/hb-shape-plan.cc | 44 +++++++++++++++++++++++---------------------
+ 1 file changed, 23 insertions(+), 21 deletions(-)
+
+commit 566612295b7c9bc003e9f1723f2491113724b788
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 17:19:45 2018 -0500
+
+    [shape-plan] Turn hb_shape_plan_proposal_t into hb_shape_plan_key_t
+    
+    And include it in hb_shape_plan_t itself.
+
+ src/hb-shape-plan.cc | 206 +++++++++++++++++++--------------------------------
+ src/hb-shape-plan.hh |  27 +++----
+ 2 files changed, 92 insertions(+), 141 deletions(-)
+
+commit af123bd1b814b4fb881ea3d11f1ef0bcced75942
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 16:27:08 2018 -0500
+
+    Add hb_memcmp()
+
+ src/hb-dsalgs.hh | 17 ++++++++++++-----
+ src/hb-set.hh    |  2 +-
+ 2 files changed, 13 insertions(+), 6 deletions(-)
+
+commit 65456bff37ef61094c35574a35c96f6437fd6015
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 16:15:26 2018 -0500
+
+    [shape-plan] Minor
+
+ src/hb-shape-plan.cc | 15 ++++++++-------
+ src/hb-shape-plan.hh |  9 +++++----
+ 2 files changed, 13 insertions(+), 11 deletions(-)
+
+commit 1db672a5e903de39f955e70b8814c275ccbe1b5c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 16:05:09 2018 -0500
+
+    [shaper] Rename
+
+ src/hb-shape-plan.cc |  2 +-
+ src/hb-shape.cc      |  2 +-
+ src/hb-shaper.cc     | 16 ++++++++--------
+ src/hb-shaper.hh     |  4 ++--
+ 4 files changed, 12 insertions(+), 12 deletions(-)
+
+commit 5212cd8af2171b9d0e9b78196e7758c37f148b80
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 14:25:18 2018 -0500
+
+    [fuzzing] Add new test
+
+ ...zz-testcase-minimized-hb-shape-fuzzer-5754863779053568 | Bin 0 -> 100 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 274f4c726f461f49f54a79557d63bf95d22903cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 14:24:36 2018 -0500
+
+    Rename check_array2() to check_array()
+
+ src/hb-aat-layout-kerx-table.hh | 2 +-
+ src/hb-machinery.hh             | 8 ++++----
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit e014405a214bceff3a1ce80f0b98273c44078e82
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 14:23:31 2018 -0500
+
+    Rename check_array(array, a, b) to check_range()
+
+ src/hb-aat-layout-common.hh    |  8 ++++++--
+ src/hb-machinery.hh            | 31 +++++++++++++++++++++++--------
+ src/hb-open-type.hh            |  4 +++-
+ src/hb-ot-layout-common.hh     |  5 +++--
+ src/hb-ot-layout-gpos-table.hh | 11 ++++++++---
+ src/hb-ot-var-hvar-table.hh    |  4 +++-
+ src/hb-ot-var-mvar-table.hh    |  4 +++-
+ 7 files changed, 49 insertions(+), 18 deletions(-)
+
+commit c8f4cc49272d8bcd47706a6306a625d724349f5a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 14:11:29 2018 -0500
+
+    [kerx] Fix integer overflow in multiply
+    
+    Fixes https://oss-fuzz.com/v2/testcase-detail/5754863779053568
+
+ src/hb-aat-layout-kerx-table.hh |  2 +-
+ src/hb-machinery.hh             | 29 ++++++++++++++++-------------
+ 2 files changed, 17 insertions(+), 14 deletions(-)
+
+commit 1300f027a938d8898cdc9abbcad71afadf70e6e6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 13:56:48 2018 -0500
+
+    [kerx] Minor tweak on previous commit
+
+ src/hb-aat-layout-kerx-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit d6666b3866037c9d3e8a497958af9ba8d2f47a73
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 13:21:14 2018 -0500
+
+    [fuzzing] Remove limited-edition build of libraries
+    
+    Use normal, production, shared libraries.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1237
+
+ src/Makefile.am          | 31 -------------------------------
+ test/fuzzing/Makefile.am | 39 +++++++++++++--------------------------
+ 2 files changed, 13 insertions(+), 57 deletions(-)
+
+commit a549aa14a0b60436a16f7f8924a5b5f82b4d5b7e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 12 13:01:22 2018 -0500
+
+    [kerx] Protect against stack underflow
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11367
+
+ src/hb-aat-layout-kerx-table.hh                            |   2 +-
+ ...uzz-testcase-minimized-hb-shape-fuzzer-5691469793329152 | Bin 0 -> 69 bytes
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 41a8bc7fd9399def8f580b02627a77f3972cc0e9
+Merge: 0dfa584cb 77bd0a645
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Nov 12 08:49:00 2018 -0800
+
+    Merge branch 'master' into cff-subset
+
+commit 0dfa584cb4af6be2852d038e9bd591f67ea9fc6e
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Nov 12 08:47:07 2018 -0800
+
+    changed Adobe company name
+
+ src/hb-cff-interp-common.hh      | 2 +-
+ src/hb-cff-interp-cs-common.hh   | 2 +-
+ src/hb-cff-interp-dict-common.hh | 2 +-
+ src/hb-cff1-interp-cs.hh         | 2 +-
+ src/hb-cff2-interp-cs.hh         | 2 +-
+ src/hb-ot-cff-common.hh          | 2 +-
+ src/hb-ot-cff1-table.cc          | 2 +-
+ src/hb-ot-cff1-table.hh          | 2 +-
+ src/hb-ot-cff2-table.cc          | 2 +-
+ src/hb-ot-cff2-table.hh          | 2 +-
+ src/hb-ot-vorg-table.hh          | 2 +-
+ src/hb-subset-cff-common.cc      | 2 +-
+ src/hb-subset-cff-common.hh      | 2 +-
+ src/hb-subset-cff1.cc            | 2 +-
+ src/hb-subset-cff1.hh            | 2 +-
+ src/hb-subset-cff2.cc            | 2 +-
+ src/hb-subset-cff2.hh            | 2 +-
+ test/api/test-ot-extents-cff.c   | 2 +-
+ test/api/test-subset-cff1.c      | 2 +-
+ test/api/test-subset-cff2.c      | 2 +-
+ 20 files changed, 20 insertions(+), 20 deletions(-)
+
+commit 3e284e02c2a5da758526360a45364a330b8ab8e9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 22:51:34 2018 -0500
+
+    [shape-plan] Minor
+
+ src/hb-ot-shape.cc   | 26 ++++++++++++++------------
+ src/hb-ot-shape.hh   | 15 ++++++++-------
+ src/hb-shape-plan.cc |  3 ++-
+ 3 files changed, 24 insertions(+), 20 deletions(-)
+
+commit 420c9de6447cdb491184e7f8caf0811b0c962c05
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 22:38:05 2018 -0500
+
+    [shape-plan] Minor rename
+
+ src/hb-shape-plan.cc | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit 77bd0a6458a9169df59f6be667a8eb79bd353dc9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 22:08:48 2018 -0500
+
+    Add variation coords to shape_plan proposal
+    
+    This is the root cause of bug worked around in 19e77e01bc13f44138e1d50533327d314dd0a018.
+    
+    Still no shape plan caching for variations though.
+
+ src/hb-shape-plan.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 9c767d075d0be85227b8dc146061de9bd24f3fec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 22:03:15 2018 -0500
+
+    Minor
+
+ src/hb-shape-plan.cc | 31 +++++++++++++------------------
+ 1 file changed, 13 insertions(+), 18 deletions(-)
+
+commit f521a28b4aad1566664cf14d70a911728ee0b962
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 21:32:01 2018 -0500
+
+    Embed hb_ot_shape_plan_t into hb_shape_plan_t
+    
+    No other shaper will need shape_plan_data, by definition.  So, remove
+    abstraction layer and always create hb_ot_shape_plan_t as part of
+    hb_shape_plan_t.
+
+ src/hb-coretext.cc       | 45 ----------------------
+ src/hb-directwrite.cc    | 21 ----------
+ src/hb-fallback-shape.cc | 22 -----------
+ src/hb-graphite2.cc      | 22 -----------
+ src/hb-ot-shape.cc       | 99 ++++++++++++++++++++++--------------------------
+ src/hb-ot-shape.hh       | 21 +++++-----
+ src/hb-shape-plan.cc     | 22 ++++++-----
+ src/hb-shape-plan.hh     |  3 +-
+ src/hb-uniscribe.cc      | 22 -----------
+ 9 files changed, 70 insertions(+), 207 deletions(-)
+
+commit fabb01210433ce1c6d5f630bc270f82a8a4a4014
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 17:10:23 2018 -0500
+
+    Remove wrong comment
+
+ src/hb-shape-plan.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 1fd183ee1c40e2eedf86b5e82d1b547c5650ebf5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 16:47:52 2018 -0500
+
+    Finish off eecccc919ce15f60ae7ef9da5cfb311b4aa05c63
+
+ src/hb-machinery.hh | 5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+commit 1beacdded9cd1e4467b52244cdfd8497516eb107
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 16:35:28 2018 -0500
+
+    Minor
+
+ src/hb-coretext.cc       | 8 ++++----
+ src/hb-directwrite.cc    | 4 ++--
+ src/hb-fallback-shape.cc | 4 ++--
+ src/hb-graphite2.cc      | 4 ++--
+ src/hb-ot-shape.cc       | 4 ++--
+ src/hb-shaper.hh         | 3 ++-
+ src/hb-uniscribe.cc      | 4 ++--
+ 7 files changed, 16 insertions(+), 15 deletions(-)
+
+commit e88d47b7f2f9aee5b0b3cdc0b8f708884175a71f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 16:25:43 2018 -0500
+
+    Minor
+
+ src/hb-face.cc | 2 +-
+ src/hb-face.hh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 55c66c7c56c1ecd493f51fe66fd434b28addfb41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 16:09:38 2018 -0500
+
+    Revert "Declare Null() constexpr"
+    
+    This reverts commit 442a72d95ab1fb3a47b486d8d1eb68e909d0ffb8.
+    
+    Doesn't make sense.  No idea how my local compilers where happy with it!
+
+ src/hb-null.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 98c6f03ccdd0630282ea0b166f66dcfb2a9c1f51
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 15:54:20 2018 -0500
+
+    Minor
+
+ src/hb-face.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 442a72d95ab1fb3a47b486d8d1eb68e909d0ffb8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 15:51:23 2018 -0500
+
+    Declare Null() constexpr
+
+ src/hb-null.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit eecccc919ce15f60ae7ef9da5cfb311b4aa05c63
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 15:48:47 2018 -0500
+
+    Don't store to null object
+    
+    Ouch :).
+
+ src/hb-machinery.hh | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit 903856ab505cbc6b756d7b904650df72e90f67a7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 15:45:58 2018 -0500
+
+    Remove unused function
+
+ src/hb-machinery.hh | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit 0e0af11c62c6a55248a5d3c8868da91ef36384c5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 12:54:16 2018 -0500
+
+    [hdmx] Renames
+
+ src/hb-ot-hdmx-table.hh | 46 +++++++++++++++++++++++-----------------------
+ 1 file changed, 23 insertions(+), 23 deletions(-)
+
+commit da6aa3b0333de3f2169a5cfcb33374e1b2fe346e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 11:40:57 2018 -0500
+
+    Add hb_blob_ptr_t.destroy()
+
+ src/hb-blob.hh                 | 1 +
+ src/hb-ot-cmap-table.hh        | 2 +-
+ src/hb-ot-color-cbdt-table.hh  | 4 ++--
+ src/hb-ot-color-sbix-table.hh  | 2 +-
+ src/hb-ot-color-svg-table.hh   | 2 +-
+ src/hb-ot-glyf-table.hh        | 4 ++--
+ src/hb-ot-hmtx-table.hh        | 6 +++---
+ src/hb-ot-layout-gdef-table.hh | 2 +-
+ src/hb-ot-layout-gsubgpos.hh   | 2 +-
+ src/hb-ot-name-table.hh        | 2 +-
+ src/hb-ot-post-table.hh        | 2 +-
+ 11 files changed, 15 insertions(+), 14 deletions(-)
+
+commit bb9abb4efd7d72198ffe8abb137ccf07ae17743e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 00:39:52 2018 -0500
+
+    [hmtx/port] Use hb_blob_ptr_t
+
+ src/hb-ot-hmtx-table.hh | 24 ++++++++++--------------
+ src/hb-ot-post-table.hh | 11 +++++------
+ 2 files changed, 15 insertions(+), 20 deletions(-)
+
+commit 0e2680a6e8d16afd38ffdb6e8cf244150a5e3837
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 00:28:47 2018 -0500
+
+    [cmap] Port to hb_blob_ptr_t
+    
+    Although didn't need it...
+
+ src/hb-ot-cmap-table.hh | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 0b0fad3ea8888d57d1e077077f5897d1901c5371
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 00:26:55 2018 -0500
+
+    [color] Port to hb_blob_ptr_t
+    
+    Fix hb_blob_ptr_t::get_length () as well.
+
+ src/hb-blob.hh                |  2 +-
+ src/hb-ot-color-cbdt-table.hh | 38 +++++++++++++-------------------------
+ src/hb-ot-color-sbix-table.hh | 10 ++++------
+ src/hb-ot-color-svg-table.hh  | 11 +++++------
+ src/hb-ot-glyf-table.hh       | 22 ++++++++--------------
+ 5 files changed, 31 insertions(+), 52 deletions(-)
+
+commit 925b7a214f06b83b6f2278052656dabc4ebdd6b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 00:17:30 2018 -0500
+
+    Comment
+
+ src/hb-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit dcb63868333ba8e229fd8756377151440dd9fd23
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 00:16:17 2018 -0500
+
+    [shape-plan] Remove use of custom null object
+
+ src/hb-shape-plan.cc | 24 ------------------------
+ src/hb-shape-plan.hh |  1 -
+ 2 files changed, 25 deletions(-)
+
+commit 109891d49876de4de14a91adefbdf681c2b9acc2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 00:15:08 2018 -0500
+
+    [shape-plan] Make null object all zeros
+    
+    To remove custom null object next..
+
+ src/hb-shape-plan.cc | 8 ++++----
+ src/hb-shape-plan.hh | 2 +-
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 34185ff3bc7ece5620145fc05da07c79da950f34
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 00:12:30 2018 -0500
+
+    [blob] Use default null object
+
+ src/hb-blob.cc | 12 ------------
+ src/hb-blob.hh |  1 -
+ 2 files changed, 13 deletions(-)
+
+commit 2ee1d9f555fba60342bab63294a6dacca10466de
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 11 00:11:28 2018 -0500
+
+    [blob] Change null object memory mode to DUPLICATE
+    
+    We never rely on that being equal to readonly.  Just not being
+    writable.  Maybe not even that given that the object is inert.
+    
+    In prep for next commit, using default null pool.
+
+ src/hb-blob.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5d0078a48b246e713817e5bb6b4efada9618bea3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 23:52:15 2018 -0500
+
+    Add hb_blob_ptr_t
+    
+    Use in a couple of places.  Push to bots to see how many unhappy before
+    I convert the rest.
+
+ src/hb-blob.hh                 | 23 +++++++++++++++++++++++
+ src/hb-ot-layout-gdef-table.hh |  5 ++---
+ src/hb-ot-layout-gsubgpos.hh   |  8 +++-----
+ src/hb-ot-layout.cc            | 14 ++++++--------
+ src/hb-ot-name-table.hh        | 12 +++++-------
+ 5 files changed, 39 insertions(+), 23 deletions(-)
+
+commit e44046ec499949884b9b77c4c9937ad381386850
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 22:41:35 2018 -0500
+
+    Minor
+
+ src/hb-ot-layout.cc | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 752bd8a192af209f44dacaf1d3510d0bfc6354b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 21:13:13 2018 -0500
+
+    [kerx] Fix Format1 tupleKern sanitization
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11312
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11305
+
+ src/hb-aat-layout-kerx-table.hh                            |   6 +++---
+ ...uzz-testcase-minimized-hb-shape-fuzzer-5629524117553152 | Bin 0 -> 93 bytes
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit f9e0552debc45afedd86c848484bcd169af62dc2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 21:01:49 2018 -0500
+
+    [fuzzing] Make "make lib" faster and more usable
+
+ src/Makefile.am          |  2 +-
+ test/fuzzing/Makefile.am | 12 +++++++-----
+ 2 files changed, 8 insertions(+), 6 deletions(-)
+
+commit 4674655841bb810e7b68f03431d7b5a7c34c6f20
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 20:11:10 2018 -0500
+
+    Minor
+
+ src/hb-ot-shape-complex-arabic-fallback.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit a953b647507fe2ae8f5187fbfb04e69d2a2952e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 20:10:03 2018 -0500
+
+    Revert parts of previous commit that made clang unhappy
+
+ src/hb-machinery.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1d66cdcf770e45d995a318592352e4349faecb71
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 19:54:08 2018 -0500
+
+    Better fix for MSVC 2008
+    
+    Follow up on b4c61130324455bfd42095b01fa14ac901e441f1
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1374
+
+ src/hb-machinery.hh            | 8 ++++----
+ src/hb-open-type.hh            | 8 ++++++++
+ src/hb-ot-cmap-table.hh        | 4 ++--
+ src/hb-ot-layout-gpos-table.hh | 4 ++--
+ src/hb-ot-var-avar-table.hh    | 9 ++++-----
+ 5 files changed, 20 insertions(+), 13 deletions(-)
+
+commit fb2a037f54f3cd323a447925f6534eccd1c709c1
+Merge: 879841658 b4c611303
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Nov 10 16:23:11 2018 -0800
+
+    Merge branch 'master' into cff-subset
+
+commit b4c61130324455bfd42095b01fa14ac901e441f1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 16:35:39 2018 -0500
+
+    Try fixing MSVC 2008 build
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1374
+
+ src/hb-open-type.hh | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+commit f2e942f3023e3c5cb3e732ee7b4782b3df170a85
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 16:11:14 2018 -0500
+
+    Fix hb_bytes_t's unused template array constructor
+
+ src/hb-dsalgs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6213a75b68825037fbaf6f5ad4eef66e8bad4b3c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 16:09:21 2018 -0500
+
+    Add trivial casts to hb_bytes_t
+
+ src/hb-dsalgs.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 8bb97d2ce140b7fe81d0726c32e024d887e0be1c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 15:54:33 2018 -0500
+
+    Revert back hb_bytes_t.cmp() to the scheme it was
+    
+    But fix UBSan complaint.
+    
+    There's nothing in hb_bytes_t that guarantees lexical ordering, and
+    ordering by length first is much faster.
+
+ src/hb-dsalgs.hh | 13 ++++++-------
+ 1 file changed, 6 insertions(+), 7 deletions(-)
+
+commit 534e1d7694c96f61e853daef481b41274d5d16d8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 15:43:16 2018 -0500
+
+    Fix hb_bytes_t.cmp() for realz this time
+
+ src/hb-dsalgs.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit 929f07dbfc8b8c40771d27a502f6e5842c1c1e90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 15:38:48 2018 -0500
+
+    Fix hb_bytes_t.cmp()
+    
+    Ouch!
+
+ src/hb-dsalgs.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 5547bfa9f2815df727fa524b0ea0f136a6f955b7
+Merge: 3a9fa8c02 1d82b4761
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 15:35:12 2018 -0500
+
+    Merge pull request #1376 from ebraminio/minor
+    
+    [colr/feat/trak] minor
+
+commit 1d82b4761d0a2e2e0be002e8a6bfe060f7b6dec3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Nov 10 18:08:11 2018 +0330
+
+    [colr/feat/trak] minor
+
+ src/hb-aat-layout-feat-table.hh | 14 +++++++-------
+ src/hb-aat-layout-trak-table.hh | 35 +++++++++++++++++++----------------
+ src/hb-ot-color-colr-table.hh   | 18 ++++++------------
+ 3 files changed, 32 insertions(+), 35 deletions(-)
+
+commit 3a9fa8c026bf28bf87e20ec95327f74fd7070b74
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 01:56:37 2018 -0500
+
+    [qsort] Fix O(N^2) behavior if all array elements are the same
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11327
+    
+    Reported as https://github.com/noporpoise/sort_r/issues/7
+
+ src/hb-dsalgs.hh                                        |  15 +++++++++++----
+ ...-testcase-minimized-hb-shape-fuzzer-5634443633491968 | Bin 0 -> 41814 bytes
+ 2 files changed, 11 insertions(+), 4 deletions(-)
+
+commit b308aaccf0773e252880b9b887f3d3d1dec00168
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 00:37:17 2018 -0500
+
+    [post] Minor
+
+ src/hb-ot-post-table.hh | 22 +++++++++-------------
+ 1 file changed, 9 insertions(+), 13 deletions(-)
+
+commit 4111c3b8cd1b1c44f722877614ec1ee25111e78c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 00:26:36 2018 -0500
+
+    [post] Move sanitize close to data fields
+
+ src/hb-ot-post-table.hh | 26 +++++++++++++-------------
+ 1 file changed, 13 insertions(+), 13 deletions(-)
+
+commit e26e6dbb336e48a5898738dbbd9e56e3a00b7bed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 10 00:19:50 2018 -0500
+
+    [post] Remove unnecessary hb_nonnull_ptr_t<>
+
+ src/hb-ot-post-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6b8178c6499f8d0ee45a57332af778af0e48d1b5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Nov 10 02:42:08 2018 +0330
+
+    [glyf] minor
+
+ src/hb-ot-glyf-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 87984165877c90bf4e0a0418a6407e44c048335d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Nov 9 08:59:18 2018 -0800
+
+    fixed vstem handling (lack thereof) in check_width
+    
+    bug exposed by U+2261 equivalence in SourceCodePro-Regular.otf
+
+ src/hb-cff1-interp-cs.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 5f97fe9956274d9de4e7813d7f2e850d9ffd8224
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 9 10:01:50 2018 -0500
+
+    Fix a few MSVC 2008 warnings
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1374
+
+ src/hb-set.hh    | 4 ++--
+ src/hb-vector.hh | 3 +++
+ 2 files changed, 5 insertions(+), 2 deletions(-)
+
+commit f51bb6ee7bd4ebca9b432851adc527ec086360fe
+Merge: 2d987110c b986fead0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 8 14:42:40 2018 -0500
+
+    Merge pull request #1358 from ebraminio/lcar
+    
+    Hook AAT's lcar to _get_ligature_carets
+
+commit b986fead0aee52d219ce85dd49c9109bfaf31801
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Nov 5 12:31:58 2018 +0330
+
+    Hook AAT's lcar to _get_ligature_carets
+
+ src/Makefile.sources               |   1 +
+ src/hb-aat-layout-lcar-table.hh    |  92 +++++++++++++++++++++++++++++++++++++
+ src/hb-ot-face.hh                  |   1 +
+ src/hb-ot-layout-gdef-table.hh     |   6 +--
+ src/hb-ot-layout.cc                |  17 ++++---
+ test/api/Makefile.am               |   1 +
+ test/api/fonts/lcar.ttf            | Bin 0 -> 808 bytes
+ test/api/test-ot-ligature-carets.c |  67 +++++++++++++++++++++++++++
+ 8 files changed, 175 insertions(+), 10 deletions(-)
+
+commit 2d987110c067ccbf63b1399d2a87820121925e39
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 8 21:46:26 2018 +0330
+
+    [aat] Minor
+
+ src/hb-aat-layout-just-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9fae611740f514e5fc101a18c4551a20b4a47b59
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 8 12:17:09 2018 -0500
+
+    [test/text-rendering-tests] Update from upstream
+
+ test/shaping/data/text-rendering-tests/DISABLED          |  1 +
+ test/shaping/data/text-rendering-tests/Makefile.sources  |  2 +-
+ .../data/text-rendering-tests/tests/MORX-31.tests        | 16 ++++++++--------
+ 3 files changed, 10 insertions(+), 9 deletions(-)
+
+commit b989507fa6b36eb9950001d4e28f3946ffbe75f9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 8 20:48:54 2018 +0330
+
+    [aat] Minor (#1369)
+
+ src/hb-aat-layout-just-table.hh | 11 ++++++-----
+ src/hb-aat-layout-trak-table.hh | 12 ++++++------
+ 2 files changed, 12 insertions(+), 11 deletions(-)
+
+commit 26c291aaa023d31c793b6f505c76e0dd7acbff9b
+Merge: 417963dd9 f90423847
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Nov 8 09:06:49 2018 -0800
+
+    Merge branch 'master' into cff-subset
+
+commit 417963dd9f93a316e672c77493e763978bfdbc28
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Nov 8 09:01:20 2018 -0800
+
+    got rid of Remap::fullset() as incorrect, redundant, inefficient
+
+ src/hb-ot-cff-common.hh | 22 ----------------------
+ 1 file changed, 22 deletions(-)
+
+commit f90423847b07ff9c9f66be6dfa3b6071f9c7d9d3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 8 19:17:02 2018 +0330
+
+    [just] Initial table implementation (#1364)
+    
+    A starting point, its sanitization is not tested however
+
+ src/Makefile.sources            |   1 +
+ src/hb-aat-layout-just-table.hh | 416 ++++++++++++++++++++++++++++++++++++++++
+ src/hb-aat-layout.cc            |   1 +
+ 3 files changed, 418 insertions(+)
+
+commit b8b00fb3c60d23efca5720db15555c4a01c56a45
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 8 18:53:14 2018 +0330
+
+    [aat] Support Lookup<OffsetTo<>>, needed by just and lcar (#1368)
+
+ src/hb-aat-layout-common.hh | 57 +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-open-type.hh         | 11 +++++++++
+ 2 files changed, 68 insertions(+)
+
+commit 073d0a9fbcf4f9cf44878f3f91afa27615b14e5c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 8 10:59:50 2018 +0330
+
+    [ci] minor
+
+ .circleci/config.yml | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 15326826bf20f1f3d5ef3ddde2ad17b0ccbfa605
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 21:58:04 2018 -0500
+
+    [aat] Ignore cross-stream offset of deleted-glyphs
+    
+    I think it makes sense to accumulate it, but Ned tells me that's
+    what CoreText does.
+
+ src/hb-aat-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 636a6833c57eb88ebaa92034c1f4722471f70781
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Nov 7 17:58:45 2018 -0800
+
+    fixed ends_in_hint bug
+    
+    subr ends in hint itself should be regarded as hint
+    this flag should propagate to its caller if the call itself is at the end of the caller
+
+ src/hb-subset-cff-common.hh | 15 +++++++++++++--
+ 1 file changed, 13 insertions(+), 2 deletions(-)
+
+commit 0bf76154f1bb15aa2fc361eb725977313f103a58
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 19:11:43 2018 -0500
+
+    [fuzzing] Take whatever text we can
+
+ test/fuzzing/hb-shape-fuzzer.cc | 24 +++++++++++++-----------
+ 1 file changed, 13 insertions(+), 11 deletions(-)
+
+commit 517a1bac97b6273e03562deefcca129648698c31
+Merge: 9d5027696 b18a56a29
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 18:40:48 2018 -0500
+
+    Merge pull request #1362 from harfbuzz/cross-kern
+    
+    Vastly improve kern/kerx tables, including cross-stream "kerning"
+
+commit b18a56a290bf5330e81019b33f15e6951dd86a8b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 18:13:22 2018 -0500
+
+    [kerx] Comment
+
+ src/hb-aat-layout-kerx-table.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 4d740206943ecb72e4be7cc4815e0a3aa3edaa9d
+Merge: e0c30b961 9d5027696
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Nov 7 15:09:30 2018 -0800
+
+    Merge branch 'master' into cff-subset
+
+commit e0c30b961de87d38bff8dd49e86785a5b74fcad3
+Merge: 0996c0ff6 ae8fd0dbf
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Nov 7 15:08:55 2018 -0800
+
+    merge with cff-subset branch
+
+commit 006386be3a069199ebaf22bcc55fa7233c62e0d5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 18:04:53 2018 -0500
+
+    [kern] Implement negative state numbers
+    
+    Let the fuzzing bots rip this code apart...
+
+ src/hb-aat-layout-common.hh     | 90 ++++++++++++++++++++++++++++++-----------
+ src/hb-aat-layout-kerx-table.hh | 10 -----
+ 2 files changed, 66 insertions(+), 34 deletions(-)
+
+commit 0996c0ff6279f377e2b14f08663df2ce82de2b14
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Nov 7 14:48:37 2018 -0800
+
+    implented no-desubroutinize with CFF2 along with API test
+    
+    replaced AdobeVFPrototype.abc.otf with a hinted (maually) & subroutinized copy
+    replaced expected results as well
+
+ src/hb-cff-interp-dict-common.hh                   |   4 +-
+ src/hb-cff2-interp-cs.hh                           |  16 +-
+ src/hb-ot-cff-common.hh                            |  22 +--
+ src/hb-subset-cff-common.hh                        |  64 +++++---
+ src/hb-subset-cff2.cc                              | 180 ++++++++++++++++++---
+ test/api/fonts/AdobeVFPrototype.abc.nohints.otf    | Bin 7800 -> 0 bytes
+ test/api/fonts/AdobeVFPrototype.abc.otf            | Bin 7800 -> 7460 bytes
+ test/api/fonts/AdobeVFPrototype.ac.nohints.otf     | Bin 7152 -> 6780 bytes
+ .../fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf  | Bin 0 -> 6844 bytes
+ test/api/fonts/AdobeVFPrototype.ac.nosubrs.otf     | Bin 0 -> 7060 bytes
+ test/api/fonts/AdobeVFPrototype.ac.otf             | Bin 7336 -> 6996 bytes
+ test/api/test-subset-cff2.c                        |  51 +++++-
+ 12 files changed, 271 insertions(+), 66 deletions(-)
+
+commit 29c5302376ff2bc8f04b0fc0efba3ce40ef564a7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 17:29:37 2018 -0500
+
+    [morx] Minor
+
+ src/hb-aat-layout-morx-table.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 385f78b3123f268e4c7ff423621e5ce9e8a5c54b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 17:19:21 2018 -0500
+
+    [aat] Remove deleted-glyhs after applying kerx/kern
+    
+    Finally:  Fixes https://github.com/harfbuzz/harfbuzz/issues/1356
+    
+    Test case:
+    $ ./hb-shape GeezaPro.ttc -u U+0628,U+064A,U+064E,U+0651,U+0629
+    [u0629.final.tehMarbuta=4+713|u064e_u0651.shaddaFatha=1@0,-200+0|u064a.medial.yeh=1+656|u0628.initial.beh=0+656]
+    
+    The mark positioning (kern table CrossStream kerning) only works if deleted
+    glyph (as result of ligation) is still in stream and pushed through the
+    state machine.
+
+ src/hb-aat-layout-morx-table.hh |  16 -------
+ src/hb-aat-layout.cc            |  30 ++++++++++--
+ src/hb-aat-layout.hh            |  12 +++--
+ src/hb-ot-layout-gpos-table.hh  |   6 +--
+ src/hb-ot-layout.cc             |  60 +++++++++++++++++++++--
+ src/hb-ot-layout.hh             |  23 +++++----
+ src/hb-ot-shape.cc              | 102 ++++++++++++++--------------------------
+ 7 files changed, 142 insertions(+), 107 deletions(-)
+
+commit 1909072235e59eb80f9169300279b65779b932a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 16:42:16 2018 -0500
+
+    [aat] Add debug info to state machine
+
+ src/hb-aat-layout-common.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit ca23567f41a2d6389f6fd2483a994cf5aa6aeaf8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 16:19:51 2018 -0500
+
+    Disable fallback mark positioning if kern table has cross-stream kerning
+    
+    Happens even if the cross-stream kerning is for cursive attachment only.  Oh well..
+
+ src/hb-ot-layout.cc |  6 ++++++
+ src/hb-ot-layout.hh |  3 +++
+ src/hb-ot-shape.cc  | 14 ++++++--------
+ src/hb-ot-shape.hh  |  2 +-
+ 4 files changed, 16 insertions(+), 9 deletions(-)
+
+commit 5cf6f94dfd30a468ab8464435e846811c39d9226
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 16:07:22 2018 -0500
+
+    Don't apply both kerx and kern
+    
+    Ouch!
+
+ src/hb-ot-shape.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 41cff7afc916048810a7ea4aa33ecdee7401df74
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 16:05:36 2018 -0500
+
+    Minor
+
+ src/hb-ot-shape.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 9af983af24788afad4b37bd2297b86cdca7c5c29
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 16:03:09 2018 -0500
+
+    [kern] Switch to dispatch
+
+ src/hb-aat-layout-kerx-table.hh |  7 +++++--
+ src/hb-ot-kern-table.hh         | 28 +++++++++++++++-------------
+ src/hb-ot-layout.cc             |  6 ++----
+ 3 files changed, 22 insertions(+), 19 deletions(-)
+
+commit bc06e2805ae55f5c152dfb70ee91c75830ad8f54
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 16:02:40 2018 -0500
+
+    [kerx/kern] Add has_cross_stream()
+
+ src/hb-aat-layout-kerx-table.hh | 15 +++++++++++++++
+ src/hb-ot-kern-table.hh         |  9 +++++++++
+ 2 files changed, 24 insertions(+)
+
+commit ea579f9ccc87718d4c2ca8945a997e6679428a12
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 15:44:40 2018 -0500
+
+    [kerx] Fix peculiar indexing that was needed previously
+    
+    Not needed now that we use GPOS attachment for cursive kerx.
+
+ src/hb-aat-layout-kerx-table.hh | 20 +++++++-------------
+ 1 file changed, 7 insertions(+), 13 deletions(-)
+
+commit 6ee6cd93d8c61389cf242e42a531cc6e7214b21a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 15:40:55 2018 -0500
+
+    [GPOS] Only mark unsafe-to-break if kerning happened
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1365
+
+ src/hb-ot-layout-gpos-table.hh | 56 ++++++++++++++++++++++++------------------
+ 1 file changed, 32 insertions(+), 24 deletions(-)
+
+commit 501a364d9bb6c5828f9d660bae8b6e93b158b275
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 15:02:16 2018 -0500
+
+    [GPOS] Add TODO item
+
+ src/hb-ot-layout-gpos-table.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 7a9629f2f11a11d1c064662a08a0172ac2001668
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 14:52:36 2018 -0500
+
+    [kerx] Implement CrossStream kerning for non-state-machine subtables
+    
+    Untested.
+
+ src/hb-aat-layout-kerx-table.hh | 12 ++++++------
+ src/hb-kern.hh                  | 43 +++++++++++++++++++++++++++++------------
+ src/hb-ot-kern-table.hh         |  4 ++--
+ 3 files changed, 39 insertions(+), 20 deletions(-)
+
+commit 0eb4157011e78c332d781e28b54b020aa08957c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 14:42:15 2018 -0500
+
+    [kerx] Disable backwards-kerning for non-state-machine tables
+    
+    That's what the spec says for Backwards flag, only applicable to
+    formats 1 and 4.
+
+ src/hb-aat-layout-kerx-table.hh | 8 +++-----
+ src/hb-ot-kern-table.hh         | 2 +-
+ 2 files changed, 4 insertions(+), 6 deletions(-)
+
+commit b2f687c2569a3cc0b1cd0335c5ca0f8d193f8a39
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 14:38:29 2018 -0500
+
+    [kerx] Use GPOS attachment facilities for CrossStream kerning
+
+ src/hb-aat-layout-kerx-table.hh | 51 ++++++++++++++++++++++++++++-------------
+ 1 file changed, 35 insertions(+), 16 deletions(-)
+
+commit e10a856eb24ae45e301c3ffa778caa4c0a995bb9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 14:11:48 2018 -0500
+
+    [kerx] Format
+
+ src/hb-aat-layout-kerx-table.hh | 58 ++++++++++++++++++++---------------------
+ 1 file changed, 28 insertions(+), 30 deletions(-)
+
+commit 649cc3ef2773950b0b5884d9d1caf414aac888bf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 14:04:04 2018 -0500
+
+    [kerx] Don't disable crossKerning if kern feature is off
+
+ src/hb-aat-layout-kerx-table.hh | 9 +++++----
+ src/hb-ot-shape.cc              | 2 +-
+ 2 files changed, 6 insertions(+), 5 deletions(-)
+
+commit 0c3b061ac244fa8a8657366e1b95523503fdf7be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 13:58:41 2018 -0500
+
+    [kern] Apply erlier, where GPOS/kerx are applied
+
+ src/hb-aat-layout-kerx-table.hh |  3 +--
+ src/hb-ot-shape-fallback.cc     |  9 +++++++++
+ src/hb-ot-shape.cc              | 12 +++++-------
+ 3 files changed, 15 insertions(+), 9 deletions(-)
+
+commit f4bad0086e40c70d66d6514f038ddda1411657c8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 13:51:17 2018 -0500
+
+    [kerx] Implement tupleKerning for Format1
+    
+    Untested.
+
+ src/hb-aat-layout-kerx-table.hh | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 39b4ef6f18605e85c68cbcec534e137fc831dbca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 13:48:45 2018 -0500
+
+    [kerx] Better sanitize tupleKerning
+
+ src/hb-aat-layout-kerx-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 14772da06f9c67d0d40712369e26064e3dee2a91
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 13:40:22 2018 -0500
+
+    [kern/kerx] Share KernTable, renamed to KerxTable
+
+ src/hb-aat-layout-kerx-table.hh |  77 ++++++++++++++++++++++--------
+ src/hb-ot-kern-table.hh         | 103 ++--------------------------------------
+ 2 files changed, 61 insertions(+), 119 deletions(-)
+
+commit c038f5be6b70b8edffc701dd3e4e3cd08d14e2f0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 13:35:06 2018 -0500
+
+    [fallback] Minor
+
+ src/hb-ot-shape-fallback.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit db6e658e8c0c4953c2f026f6a67a5d2fb4bdc204
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 13:33:23 2018 -0500
+
+    [kern/kerx] More towards sharing KernTable
+
+ src/hb-aat-layout-kerx-table.hh | 48 ++++++++++++++++++---------------
+ src/hb-ot-kern-table.hh         | 59 ++++++++++++++++++++++++++++-------------
+ 2 files changed, 67 insertions(+), 40 deletions(-)
+
+commit 89ec095979bde94bd203ed2c394f6e40629e9e78
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 13:10:05 2018 -0500
+
+    [kern] Disable Format1 and Format3 for OT-style tables
+
+ src/hb-ot-kern-table.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit ab57bcae0fd4505c80bb4ccdef6838bb2805ce79
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 13:04:21 2018 -0500
+
+    [kern] Minor
+
+ src/hb-ot-kern-table.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 30af5b4a4c2071599dc87bc092a7329befcc45cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 12:57:10 2018 -0500
+
+    [kern] Move code
+
+ src/hb-ot-kern-table.hh | 118 +++++++++++++++++++++++++-----------------------
+ 1 file changed, 62 insertions(+), 56 deletions(-)
+
+commit 1ff300464a1075b8cd5311970afbbcf4bb3b6f3d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 12:51:49 2018 -0500
+
+    [kern] Massage more
+
+ src/hb-ot-kern-table.hh | 15 +++++++--------
+ 1 file changed, 7 insertions(+), 8 deletions(-)
+
+commit 8e9f6cd0fddd572e048487aae3141d3dbb1b99cb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 12:49:20 2018 -0500
+
+    [kerx] More minor
+
+ src/hb-aat-layout-kerx-table.hh | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit f8c3df7d4a685bb86a1c15a5ef95485e8ef30305
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 12:48:06 2018 -0500
+
+    [kern/kerx] Minor
+
+ src/hb-aat-layout-kerx-table.hh |  5 +++--
+ src/hb-ot-kern-table.hh         | 19 ++++++++++---------
+ 2 files changed, 13 insertions(+), 11 deletions(-)
+
+commit f5e0a63a22f91720a997f5070b84e982e57de661
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 12:32:39 2018 -0500
+
+    [kern/kerx] Towards sharing KernTable
+
+ src/hb-aat-layout-kerx-table.hh |  4 ++--
+ src/hb-ot-kern-table.hh         | 19 +++++++------------
+ 2 files changed, 9 insertions(+), 14 deletions(-)
+
+commit 330508497d301c0ba5d5fb5d0900b62c191aabb5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 12:27:44 2018 -0500
+
+    [kern/kerx] Minor
+
+ src/hb-aat-layout-kerx-table.hh | 2 +-
+ src/hb-ot-kern-table.hh         | 5 +++--
+ 2 files changed, 4 insertions(+), 3 deletions(-)
+
+commit 1a5ef8490034f4bd8965a3c71d34a5930ebe11b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 12:19:52 2018 -0500
+
+    [kern/kerx] Share Format2
+    
+    This, enables Format2 for kern table, which was disabled before.
+
+ src/hb-aat-layout-kerx-table.hh |  6 ++++
+ src/hb-ot-kern-table.hh         | 73 +----------------------------------------
+ 2 files changed, 7 insertions(+), 72 deletions(-)
+
+commit 8faec4e33486616fdc0d690ad80d4a38a73c8182
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 12:16:38 2018 -0500
+
+    [kerx] Towards merging Format2
+
+ src/hb-aat-layout-kerx-table.hh | 17 ++++++++++-------
+ 1 file changed, 10 insertions(+), 7 deletions(-)
+
+commit ae8fd0dbfb57afadfe815c5bde4ad4a6485fd950
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Nov 7 09:16:12 2018 -0800
+
+    clear stack after vsindex op
+
+ src/hb-cff2-interp-cs.hh | 1 +
+ src/hb-ot-cff2-table.hh  | 1 +
+ 2 files changed, 2 insertions(+)
+
+commit 7fed7d80f72b35900b41878ae59e38fd1cb49dc8
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Nov 7 09:09:13 2018 -0800
+
+    fixed off-by-one error in CFF1 Encoding lookup
+
+ src/hb-ot-cff1-table.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit d5c0ca210fef315fd039e5b1825a865f36606a3f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 12:08:44 2018 -0500
+
+    [aat] Minor
+
+ src/hb-aat-layout-common.hh | 16 ++++++++++------
+ src/hb-ot-kern-table.hh     |  4 ++--
+ 2 files changed, 12 insertions(+), 8 deletions(-)
+
+commit e72e041c3cda164b2ffb02d770b35d0d70954818
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 11:56:36 2018 -0500
+
+    [kerx] Rename
+
+ src/hb-aat-layout-kerx-table.hh | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit 241ba7da518adee334fff105ae19dfb051868a57
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 11:51:40 2018 -0500
+
+    [morx/kerx] Rename types
+
+ src/hb-aat-layout-common.hh     |  4 ++--
+ src/hb-aat-layout-kerx-table.hh | 17 +++++++++--------
+ src/hb-aat-layout-morx-table.hh |  4 ++--
+ src/hb-ot-kern-table.hh         |  4 ++--
+ 4 files changed, 15 insertions(+), 14 deletions(-)
+
+commit c808e444da12840ac3ab1d78569504b9b7e876f9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 11:28:36 2018 -0500
+
+    [kern/kerx] Share Format1 subtable
+
+ src/hb-aat-layout-kerx-table.hh |   9 +-
+ src/hb-ot-kern-table.hh         | 187 +---------------------------------------
+ 2 files changed, 4 insertions(+), 192 deletions(-)
+
+commit a244190afa90ac253724a2ff23a3bdf0c507d0e6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 11:43:25 2018 -0500
+
+    [kerx] Minor
+
+ src/hb-aat-layout-kerx-table.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 2a720911964a00ad607ff712be09ea3ea0925c9b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 11:25:55 2018 -0500
+
+    [kerx] Minor
+
+ src/hb-aat-layout-kerx-table.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit f5f4ca7871ec2be2b5666a7b9e6e5e28133b8393
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 11:21:09 2018 -0500
+
+    [kern/kerx] Enable crossStream kerning in vertical
+    
+    CoreText doesn't, but no reason we shouldn't do.
+
+ src/hb-aat-layout-kerx-table.hh | 8 ++++----
+ src/hb-ot-kern-table.hh         | 8 ++++----
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
+commit d5c88af4a23bffc09840c43e6b1403b64a9f74d5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 11:20:14 2018 -0500
+
+    [kerx] More towards sharing Format1
+
+ src/hb-aat-layout-kerx-table.hh | 35 +++++++++++++++++++++++++++++++----
+ src/hb-aat-layout-morx-table.hh | 10 ++++++----
+ 2 files changed, 37 insertions(+), 8 deletions(-)
+
+commit b693fd0dc6c7979dcacdff060ecf12a2e107071d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 11:05:28 2018 -0500
+
+    [morx] Simplify
+
+ src/hb-aat-layout-morx-table.hh | 27 +++++++++++----------------
+ 1 file changed, 11 insertions(+), 16 deletions(-)
+
+commit ce3451dc2aad2241c148953842e696e9f53b5deb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 11:02:04 2018 -0500
+
+    [kerx] Towards sharing Format1
+
+ src/hb-aat-layout-kerx-table.hh | 61 +++++++++++++++++++++++++++++++----------
+ 1 file changed, 47 insertions(+), 14 deletions(-)
+
+commit e890753ebbf0d20c1c86796837918d530610df3b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 10:58:50 2018 -0500
+
+    [morx] Minor
+
+ src/hb-aat-layout-morx-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 5b17853547ca6848ee652ef6990a81bb345ac06f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 10:45:25 2018 -0500
+
+    [kern/kerx] Share Format0
+
+ src/hb-aat-layout-kerx-table.hh | 22 +++++++++++++-----
+ src/hb-ot-kern-table.hh         | 50 ++++++-----------------------------------
+ 2 files changed, 23 insertions(+), 49 deletions(-)
+
+commit c97dde5d55929df394fbe57c1ba1a725592c6732
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 10:39:39 2018 -0500
+
+    [kern/kerx] Towards merge more
+
+ src/hb-aat-layout-kerx-table.hh | 75 ++++++++++++++++++++++++++++++-----------
+ src/hb-kern.hh                  | 33 ------------------
+ src/hb-ot-kern-table.hh         |  7 ++--
+ 3 files changed, 58 insertions(+), 57 deletions(-)
+
+commit 540ccc38b0f95804d08047f8b2d059bfd1e09337
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 10:33:46 2018 -0500
+
+    [kern/kerx] More towards sharing
+
+ src/hb-aat-layout-kerx-table.hh |  7 ++++---
+ src/hb-ot-kern-table.hh         | 10 +++++++---
+ 2 files changed, 11 insertions(+), 6 deletions(-)
+
+commit d0f8f4c200670bc0bfbffbf301139a3613865a7f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 10:25:25 2018 -0500
+
+    [kern] Move kern machine to hb-kern.hh
+
+ src/Makefile.sources            |   1 +
+ src/hb-aat-layout-kerx-table.hh |   5 +-
+ src/hb-kern.hh                  | 153 ++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-kern-table.hh         | 115 +-----------------------------
+ src/hb-ot-shape-fallback.cc     |   2 +-
+ 5 files changed, 157 insertions(+), 119 deletions(-)
+
+commit a6acff252c72457ecfa856fd6c57081b3a4290dd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 10:19:46 2018 -0500
+
+    [kerx] Towards sharing subtables with kern
+
+ src/hb-aat-layout-kerx-table.hh | 41 +++++++++++++++++++++++------------------
+ 1 file changed, 23 insertions(+), 18 deletions(-)
+
+commit befac337ca2c705e2cea60a9a92e40e0dbbc40aa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 09:53:02 2018 -0500
+
+    [kern] Remove Override business
+    
+    Not used in any fonts.  Not well-specified when mixing kerning with
+    Cross-Stream positioning.
+
+ src/hb-ot-kern-table.hh | 16 ----------------
+ 1 file changed, 16 deletions(-)
+
+commit 9d5027696e418b7c2a5ccbc18faafe6b9290d08b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 09:16:53 2018 -0500
+
+    [post] Return true on truncation
+    
+    Client can check that buffer was completely filled out and reallocate.
+
+ src/hb-ot-post-table.hh | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 7d91f07edf29c4923716af6cee8eb94f948ac91f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 09:14:42 2018 -0500
+
+    [post] Protect against huge empty tables
+
+ src/hb-ot-post-table.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 5ed816ab5900ac4ff7feca3d98cbd92e62fd1754
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 09:13:51 2018 -0500
+
+    [post] Minor
+
+ src/hb-ot-post-table.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 64f0becd89cc2b0136c7dc1609abc9f957525cf8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 09:10:55 2018 -0500
+
+    [post] Fix bound checking
+
+ src/hb-ot-post-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7ec694ddf25a313483044256f7ed88b644432e15
+Author: HinTak <htl10@users.sourceforge.net>
+Date:   Wed Nov 7 13:19:36 2018 +0000
+
+    Use non-GRID-fitted values for metrics (#1363)
+    
+    * Use non-GRID-fitted values for metrics
+    
+    See freetype/src/base/ftobjs.c:ft_recompute_scaled_metrics() and
+    the usage of GRID_FIT_METRICS inside.
+    
+    Fixes https://github.com/behdad/harfbuzz/issues/1262
+    
+    * Update hb-ft.cc
+
+ src/hb-ft.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 59e04e42312293c30714a666c4479e209aec3c0e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 00:25:48 2018 -0500
+
+    [kern/kerx] Fix cursive joining
+    
+    Tested with Waseem TTC:
+    
+    $ hb-shape Waseem.ttc جحخج
+    [F1Jeem_R2=3@0,180+479|M1Khah_L2_R2=2@0,682+403|M1Hah_L2_R2=1@0,1184+403|I1Jeem_L2=0@0,1184+744]
+
+ src/hb-aat-layout-kerx-table.hh | 2 ++
+ src/hb-ot-kern-table.hh         | 2 ++
+ 2 files changed, 4 insertions(+)
+
+commit 8d0f797139e853d13cb2383d541c2e691d9dbae3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Nov 7 00:04:40 2018 -0500
+
+    [kern/kerx] Fix "reset" magic value
+
+ src/hb-aat-layout-kerx-table.hh | 2 +-
+ src/hb-ot-kern-table.hh         | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 0123976a0c1e2f629252969a7ff632dc2b1dbbc9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 21:45:40 2018 -0500
+
+    [kerx] Adjust CrossStream kern to match 'kern' table
+
+ src/hb-aat-layout-kerx-table.hh | 62 +++++++++++++++++++++++++++++++----------
+ 1 file changed, 48 insertions(+), 14 deletions(-)
+
+commit 80a33b9ac351d81793f35a92e0255ffbf5ceb8b9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 21:41:28 2018 -0500
+
+    [kern] More tweaks
+    
+    Solves a mystery or two.  I'm fairly confident this is what CoreText does now.
+
+ src/hb-ot-kern-table.hh | 40 ++++++++++++++++++++++------------------
+ 1 file changed, 22 insertions(+), 18 deletions(-)
+
+commit 564e8ac0465d8ced3a98ecb55d09ffaa45eefc2f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 21:04:40 2018 -0500
+
+    [kern] Adjust some more
+    
+    Getting closer.  So many open questions still...
+
+ src/hb-ot-kern-table.hh | 36 ++++++++++++++++++++++--------------
+ 1 file changed, 22 insertions(+), 14 deletions(-)
+
+commit 4d003b8503f9c984abe2ac0de8c526a276ea8e54
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 21:04:02 2018 -0500
+
+    [kern] Add TODO
+
+ src/hb-ot-kern-table.hh | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit 9810f0b80e5b6580a7a15debcec073dfc9ca759f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 19:24:04 2018 -0500
+
+    [kern] Minor
+
+ src/hb-ot-kern-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9c04b6058306cd4b2123a33a7cbeb47505434217
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 18:35:58 2018 -0500
+
+    [kern] In Format1, adjust how kerning is done
+    
+    In a series of kerns in one action, kern all but last glyph forward,
+    and the last one backward.  Seems to better match what CoreText is doing.
+    
+    Test cases, with GeezaPro Arabic:
+    
+    $ ./hb-shape GeezaPro_10_10.ttc -u U+0631,U+0628
+    [u0628.beh=1+1415|u0631.reh=0@-202,0+700]
+    
+    $ ./hb-shape GeezaPro_10_10.ttc -u U+0628,U+064F
+    [u064f.damma=0@0,-250+-250|u0628.beh=0@250,0+1665]
+    
+    In a later change, I'll make kern machine avoid producing negative kerns.
+
+ src/hb-ot-kern-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit e8c47724638c29d78001905610c662de99c59cad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 17:16:04 2018 -0500
+
+    [kern] XXX Negate CrossKerning sign
+    
+    Not sure why, but seems to better match GeezaPro Arabic w CoreText.
+    
+    Quite possibly I'm doing something very wrong...
+
+ src/hb-ot-kern-table.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 01bf43ac01576a6415336cc56c74bb1a872566d1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 14:48:42 2018 -0500
+
+    [kern] Implement CrossStream kerning
+
+ src/hb-aat-layout-kerx-table.hh | 75 ++++++++++++++++++++++++++---------------
+ src/hb-ot-kern-table.hh         | 63 ++++++++++++++++++++++++++++------
+ 2 files changed, 101 insertions(+), 37 deletions(-)
+
+commit b11830c09e0d78bbdaf86ef02191d00b3d8256c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 15:23:18 2018 -0500
+
+    [kern] Improve Format 2
+    
+    Still disabled.
+
+ src/hb-aat-layout-common.hh | 20 +++++++++-----------
+ src/hb-ot-kern-table.hh     | 35 ++++++-----------------------------
+ 2 files changed, 15 insertions(+), 40 deletions(-)
+
+commit c0383c6bb725bed2a48485988a427348384f3f87
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 15:07:19 2018 -0500
+
+    Minor
+
+ src/hb-aat-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 10e6f708f30986bab9f7b506935f2555d6b79ff4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 13:32:13 2018 -0500
+
+    [kern] Minor
+
+ src/hb-ot-kern-table.hh | 30 +++++++++++-------------------
+ 1 file changed, 11 insertions(+), 19 deletions(-)
+
+commit 164eedd9181345d84d5f8059475ad4b97784fd46
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 13:18:27 2018 -0500
+
+    [kern] Minor
+
+ src/hb-ot-kern-table.hh | 14 +++++++++-----
+ 1 file changed, 9 insertions(+), 5 deletions(-)
+
+commit 220a5991baa213b7bd173ea02090dc6fc8aef655
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 13:51:39 2018 -0500
+
+    [kern/kerx] Fix trace numbering
+
+ src/hb-aat-layout-kerx-table.hh | 1 +
+ src/hb-ot-kern-table.hh         | 1 +
+ 2 files changed, 2 insertions(+)
+
+commit 7b21319edfd6531a444846f71e87303bc09f4621
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Nov 6 13:59:07 2018 -0800
+
+    don't reject empty Dict
+
+ src/hb-cff-interp-dict-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 43ee0e4d006ce7b4ade4483f2c8ec3d39723fc94
+Merge: ec6817c1b bfafe208d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Nov 6 09:57:17 2018 -0800
+
+    Merge branch 'master' into cff-subset
+
+commit bfafe208da11817b5ebf3751f02af2dcdf57bd19
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 12:11:45 2018 -0500
+
+    [kern] Switch to dispatch
+
+ src/hb-aat-layout-kerx-table.hh | 12 ++++++------
+ src/hb-ot-kern-table.hh         | 31 +++++++++++++++----------------
+ 2 files changed, 21 insertions(+), 22 deletions(-)
+
+commit 213fa3bf711dae5028e3d041e305cdd35223de77
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 12:07:15 2018 -0500
+
+    [kern] Refactor to include header in each subtable type
+
+ src/hb-ot-kern-table.hh | 189 +++++++++++++++++++++++-------------------------
+ 1 file changed, 91 insertions(+), 98 deletions(-)
+
+commit b0da2cd0b9c1346b7cda5997fb799e895e34aace
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 11:16:45 2018 -0500
+
+    [kern] Some more
+
+ src/hb-ot-kern-table.hh | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit 75b00b51c8fca5d605c479333eb3abd608623613
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 11:13:40 2018 -0500
+
+    [kern] Renames
+
+ src/hb-ot-kern-table.hh | 20 +++++++++-----------
+ 1 file changed, 9 insertions(+), 11 deletions(-)
+
+commit 5c3ccbc634158ba9f84d365c9a31a596f6d8825b
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Tue Nov 6 18:10:56 2018 +0200
+
+    Another missing backlash
+    
+    Did this ever work?
+
+ test/api/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d29602b962c13836f4c0d46796bc693f66f9b9fe
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Tue Nov 6 18:07:47 2018 +0200
+
+    Add missing backslash
+
+ test/api/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9bddfde25dc8c302c765a1e9a8a2c38c4a836e2e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 11:03:34 2018 -0500
+
+    [util] Fix up previous commit
+
+ util/options.cc | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 3ec2e4fa7bec07ec181a0390e5f5fd695abee611
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 10:49:19 2018 -0500
+
+    [util] Don't terminate string after a a 0 in -u
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1361
+
+ util/options.cc | 4 +++-
+ util/options.hh | 2 ++
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 8790b2740a334f1789fb0cf329f2b8ac9733793c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 10:24:54 2018 -0500
+
+    [fuzzing] Fix test
+
+ test/fuzzing/hb-shape-fuzzer.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 3af0a7edd0c99aaef846ae787056d7664bc69d35
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 10:20:57 2018 -0500
+
+    [fuzzing] Add make check-valgrind
+
+ test/fuzzing/Makefile.am | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit b062378ce640eb418cb413b595b79cc81a193209
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 10:20:36 2018 -0500
+
+    [test] Minor
+
+ test/api/.valgrind-suppressions | 0
+ test/api/Makefile.am            | 2 +-
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 37f421c951c853dff165df6731d0ab9c46350790
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Nov 6 10:03:38 2018 -0500
+
+    Minor
+
+ src/hb-ot-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b6112e5ea4d08fcbfa8f7cb4ef3903514a6e99f3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Nov 6 11:42:47 2018 +0330
+
+    [test] Fix -Weverything bot complain
+
+ test/api/test-ot-name.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a49df419f04b4065fc7f70a77c5cbc453e6ba906
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Nov 6 11:26:30 2018 +0330
+
+    [test] Test hb_ot_name_{list_names,get_utf8} on test-ot-name
+
+ test/api/test-ot-name.c | 27 ++++++++++++++++++++++++---
+ 1 file changed, 24 insertions(+), 3 deletions(-)
+
+commit 9139cc23ea9fb339be9426860e0c72038d32a2ab
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Nov 6 11:17:14 2018 +0330
+
+    Fix link issue of some of the bots
+    
+    e.g. https://circleci.com/gh/harfbuzz/harfbuzz/52410
+
+ src/hb-ot-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 98b37f0c109d0f7454e91c9563c56d1903d6d496
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Nov 6 09:16:28 2018 +0330
+
+    [mort] Fix table detection logic
+    
+    mort really needs some initial tests at least.
+
+ src/hb-aat-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fa3ebf845fcffa827600fc4ca9fdde3aaa99f4c5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 23:34:07 2018 -0500
+
+    Simplify some more
+
+ src/hb-aat-layout.cc | 10 +++++-----
+ src/hb-ot-layout.cc  |  2 +-
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 61f52231f430c72e1b66b76dabb018cfe45a01d5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 23:28:52 2018 -0500
+
+    [math] Shorten names a bit
+
+ src/hb-ot-math-table.hh |  4 ++--
+ src/hb-ot-math.cc       | 33 +++++++++++++++++++--------------
+ 2 files changed, 21 insertions(+), 16 deletions(-)
+
+commit 737efbe65583a71d7df9ae7b423d9fb1d68599b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 23:26:29 2018 -0500
+
+    [ot-layout] Simplify GSUB/GPOS access
+    
+    This concludes simplifying table access to face->table.XXXX.
+
+ src/hb-ot-layout.cc | 31 +++++++++++++------------------
+ 1 file changed, 13 insertions(+), 18 deletions(-)
+
+commit 5e68cec17913e9f6e98e5017a56c78a5614e4030
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 23:23:57 2018 -0500
+
+    [ot-layout] Simplify GDEF access
+
+ src/hb-ot-layout.cc | 44 ++++++++++++++++----------------------------
+ 1 file changed, 16 insertions(+), 28 deletions(-)
+
+commit 33b006cc51b0d27cbe1d8ed498bbf2b548cb6554
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 23:19:04 2018 -0500
+
+    [ot-layout] Simplify some access
+
+ src/hb-ot-layout-gdef-table.hh |  2 +-
+ src/hb-ot-layout-gpos-table.hh |  9 +++++----
+ src/hb-ot-layout-gsub-table.hh |  9 +++++----
+ src/hb-ot-layout-gsubgpos.hh   |  2 +-
+ src/hb-ot-layout.hh            | 12 +-----------
+ 5 files changed, 13 insertions(+), 21 deletions(-)
+
+commit db35409f0db9faf91a10defc81e4d6d60dc7822a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 23:11:46 2018 -0500
+
+    [ot-layout] Remove ensures
+
+ src/hb-ot-layout.cc | 14 ++++----------
+ 1 file changed, 4 insertions(+), 10 deletions(-)
+
+commit 9198de7b9b6020c1e3d6a48783e36db7e1f7e99a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 23:10:37 2018 -0500
+
+    [ot-font] Remove ensure
+
+ src/hb-ot-font.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit ea6d9b661fc3cf6bc4366feeb7694c0b712abfae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 23:09:29 2018 -0500
+
+    [ot-face] Remove a few ensures
+
+ src/hb-face.cc | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 0fe7a745c9a323a3fc76beb011b6ab8919cf905b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 23:08:33 2018 -0500
+
+    [ot-face] Simplify more table access
+
+ src/hb-face.cc      |  6 +++---
+ src/hb-ot-face.hh   |  3 ---
+ src/hb-ot-font.cc   |  4 +---
+ src/hb-ot-layout.cc | 34 +++++++++++++++++-----------------
+ 4 files changed, 21 insertions(+), 26 deletions(-)
+
+commit a35c92cbe771a75df40412fd248ad06f6a0cfebf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 22:58:43 2018 -0500
+
+    [ot-face] Simplify table access
+    
+    Yoohoo!
+
+ src/hb-aat-layout.cc | 107 ++++++++++-----------------------------------------
+ src/hb-ot-color.cc   |  66 ++++++++-----------------------
+ src/hb-ot-layout.cc  |  20 ++--------
+ src/hb-ot-math.cc    |  47 ++++++++--------------
+ src/hb-ot-name.cc    |  11 +-----
+ src/hb-ot-var.cc     |  33 ++++------------
+ 6 files changed, 64 insertions(+), 220 deletions(-)
+
+commit 914b595f2598d5bdb2c750832d567a57d45db84e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 22:39:50 2018 -0500
+
+    [ot-face] Include hb-ot-face directly in hb_face_t
+    
+    Simplifying access coming next.
+
+ src/hb-face.cc     |  4 ++++
+ src/hb-face.hh     |  3 +++
+ src/hb-ot-face.cc  | 24 ++----------------------
+ src/hb-ot-face.hh  | 39 +++++++++++++++------------------------
+ src/hb-ot-font.cc  | 24 ++++++++++++------------
+ src/hb-ot-math.cc  |  3 +--
+ src/hb-ot-shape.cc |  5 +++--
+ 7 files changed, 40 insertions(+), 62 deletions(-)
+
+commit 56ba998cddbb2ba5d24fb0b02d2bf77a46c0f23f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 19:49:54 2018 -0500
+
+    [cmap] Push get_nominal_glyphs down into cmap accelerator
+
+ src/hb-ot-cmap-table.hh | 21 +++++++++++++++++++++
+ src/hb-ot-font.cc       | 13 +++----------
+ 2 files changed, 24 insertions(+), 10 deletions(-)
+
+commit 36d85dce25abd079252d973f804220bf7b97e987
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 19:46:29 2018 -0500
+
+    [cmap] Use hb_nonnullptr_t
+
+ src/hb-ot-cmap-table.hh | 34 ++++++++++++++--------------------
+ 1 file changed, 14 insertions(+), 20 deletions(-)
+
+commit 8be74d85534534dbdd39a0a6f496e26e9f3e661d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 18:47:22 2018 -0500
+
+    2.1.1
+
+ NEWS             | 8 ++++++++
+ configure.ac     | 2 +-
+ src/hb-version.h | 4 ++--
+ 3 files changed, 11 insertions(+), 3 deletions(-)
+
+commit 6482fda519ca7d173e3bcb3717aa30e237f04b25
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 15:03:18 2018 -0500
+
+    [fuzzing] Fuzz glyph-id etc in test-ot-face
+
+ test/api/test-ot-face.c         | 57 +++++++++++++++++++++--------------------
+ test/fuzzing/hb-shape-fuzzer.cc | 19 +-------------
+ 2 files changed, 30 insertions(+), 46 deletions(-)
+
+commit 252632c477b963f305116d69fcafacd8bf7b97bf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 14:33:41 2018 -0500
+
+    [uniscribe] Fix use of deprecated API
+
+ src/hb-uniscribe.cc | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit bb380ec18394b2c581b672ecbf98991e14897f2e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 13:45:12 2018 -0500
+
+    [cmap] Make null accelerator safe
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1146
+
+ src/hb-ot-cmap-table.hh | 50 ++++++++++++++++++++++++-------------------------
+ 1 file changed, 25 insertions(+), 25 deletions(-)
+
+commit f6fc5574d3dae177a54b10195e0d1f368a74f768
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 13:23:54 2018 -0500
+
+    Add pointer magic operators to hb_atomic_ptr_t
+
+ src/hb-atomic.hh                  | 3 +++
+ src/hb-common.cc                  | 6 +++---
+ src/hb-face.cc                    | 2 +-
+ src/hb-graphite2.cc               | 8 ++++----
+ src/hb-machinery.hh               | 1 +
+ src/hb-ot-shape-complex-arabic.cc | 4 ++--
+ src/hb-shape-plan.cc              | 2 +-
+ 7 files changed, 15 insertions(+), 11 deletions(-)
+
+commit f6e7cb51b13aabb447dc97a59602d65eb42edc4b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 13:23:07 2018 -0500
+
+    Fix const-confusion in hb_array_t as well
+
+ src/hb-dsalgs.hh | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit 0da22fb0ada8a54fc59739057f281a406a993212
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 13:13:39 2018 -0500
+
+    [null] Tweak hb_nonnull_ptr_t some more
+
+ src/hb-null.hh | 18 ++++++------------
+ 1 file changed, 6 insertions(+), 12 deletions(-)
+
+commit 03348ce0051cfae7172ac0d09b83ed5f82fa842a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Nov 5 12:59:32 2018 -0500
+
+    Minor
+
+ src/hb-aat-layout.cc | 12 ++++++------
+ src/hb-ot-color.cc   | 10 +++++-----
+ src/hb-ot-font.cc    | 18 +++++++++---------
+ src/hb-ot-layout.cc  |  2 +-
+ src/hb-ot-math.cc    |  2 +-
+ src/hb-ot-name.cc    |  2 +-
+ src/hb-ot-var.cc     |  6 ++----
+ 7 files changed, 25 insertions(+), 27 deletions(-)
+
+commit ec6817c1bd82a60b84cb868e4d7ff4c65cb80ccc
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Nov 5 07:59:08 2018 -0800
+
+    remove build files accidentally pushed
+
+ INSTALL                 |   370 -
+ Makefile                |   954 --
+ Makefile.in             |   954 --
+ aclocal.m4              |  1496 ---
+ ar-lib                  |   270 -
+ autom4te.cache/output.0 | 23333 ----------------------------------------------
+ autom4te.cache/output.1 | 23333 ----------------------------------------------
+ autom4te.cache/output.2 | 23333 ----------------------------------------------
+ autom4te.cache/requests |   555 --
+ autom4te.cache/traces.0 |  3823 --------
+ autom4te.cache/traces.1 |  1229 ---
+ autom4te.cache/traces.2 |  3823 --------
+ compile                 |   347 -
+ config.guess            |  1421 ---
+ config.h                |   227 -
+ config.h.in             |   226 -
+ config.log              |  1560 ----
+ config.status           |  2420 -----
+ config.sub              |  1807 ----
+ configure               | 23333 ----------------------------------------------
+ depcomp                 |   791 --
+ install-sh              |   501 -
+ libtool                 | 11805 -----------------------
+ ltmain.sh               | 11147 ----------------------
+ missing                 |   215 -
+ stamp-h1                |     1 -
+ test-driver             |   148 -
+ 27 files changed, 139422 deletions(-)
+
+commit b721fdae662673ab706da897aaa1db126f8ca1a5
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sun Nov 4 16:19:15 2018 -0800
+
+    fixed leaks in CFF subr subset
+
+ src/hb-ot-cff-common.hh     | 10 +++++++++-
+ src/hb-subset-cff-common.hh | 10 +++++++++-
+ 2 files changed, 18 insertions(+), 2 deletions(-)
+
+commit 85f5644e8e9fe18032e37d4153c3c928d087ac6a
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sun Nov 4 14:17:30 2018 -0800
+
+    added missing switch breaks
+
+ src/hb-subset-cff-common.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 1682d1bbecaeeddc8a1678a01c57c0e0023bf7c4
+Merge: d8fadec09 b605db2f6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sun Nov 4 13:25:41 2018 -0800
+
+    Merge branch 'master' into cff-subset
+
+commit d8fadec098935335e69e46c1101da3f142824638
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sun Nov 4 13:12:20 2018 -0800
+
+    added desubroutinize full font test profiles & expected fonts
+    
+    modified subset_test_suite.py to apply desubroutinize profiles to CFF only (not to TT)
+
+ ...urceSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 3640 -> 3784 bytes
+ .../SourceSansPro-Regular.default.61,62,63.otf        | Bin 3400 -> 3496 bytes
+ .../SourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf  | Bin 3596 -> 3612 bytes
+ ...sPro-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin 0 -> 3640 bytes
+ .../SourceSansPro-Regular.desubroutinize.61,62,63.otf | Bin 0 -> 3400 bytes
+ ...eSansPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 0 -> 3596 bytes
+ ...eSansPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 3480 -> 3564 bytes
+ .../SourceSansPro-Regular.drop-hints.61,62,63.otf     | Bin 3276 -> 3340 bytes
+ ...ourceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 3448 -> 3464 bytes
+ ...r.drop-hints.desubroutinize.1FC,21,41,20,62,63.otf | Bin 0 -> 3480 bytes
+ ...Pro-Regular.drop-hints.desubroutinize.61,62,63.otf | Bin 0 -> 3276 bytes
+ ...gular.drop-hints.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 0 -> 3448 bytes
+ ...-Regular.default.3042,3044,3046,3048,304A,304B.otf | Bin 6248 -> 6324 bytes
+ ...-Regular.default.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 6432 -> 6568 bytes
+ .../SourceHanSans-Regular.default.61,63,65,6B.otf     | Bin 5428 -> 5500 bytes
+ ...-Regular.default.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6552 -> 6780 bytes
+ .../japanese/SourceHanSans-Regular.default.660E.otf   | Bin 5196 -> 5248 bytes
+ ....otf => SourceHanSans-Regular.desubroutinize..otf} | Bin
+ ...r.desubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 0 -> 6248 bytes
+ ...r.desubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 0 -> 6432 bytes
+ ...urceHanSans-Regular.desubroutinize.61,63,65,6B.otf | Bin 0 -> 5428 bytes
+ ...r.desubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 0 -> 6552 bytes
+ .../SourceHanSans-Regular.desubroutinize.660E.otf     | Bin 0 -> 5196 bytes
+ ...gular.drop-hints.3042,3044,3046,3048,304A,304B.otf | Bin 6076 -> 6132 bytes
+ ...gular.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 6180 -> 6304 bytes
+ .../SourceHanSans-Regular.drop-hints.61,63,65,6B.otf  | Bin 5312 -> 5344 bytes
+ ...gular.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6248 -> 6472 bytes
+ .../SourceHanSans-Regular.drop-hints.660E.otf         | Bin 5088 -> 5140 bytes
+ ...rceHanSans-Regular.drop-hints.desubroutinize..otf} | Bin
+ ...s.desubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 0 -> 6076 bytes
+ ...s.desubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 0 -> 6180 bytes
+ ...-Regular.drop-hints.desubroutinize.61,63,65,6B.otf | Bin 0 -> 5312 bytes
+ ...s.desubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 0 -> 6248 bytes
+ ...HanSans-Regular.drop-hints.desubroutinize.660E.otf | Bin 0 -> 5140 bytes
+ test/subset/data/profiles/desubroutinize.txt          |   1 +
+ .../data/profiles/drop-hints-desubroutinize.txt       |   2 ++
+ test/subset/generate-expected-outputs.py              |   1 -
+ test/subset/subset_test_suite.py                      |   7 ++++++-
+ 38 files changed, 9 insertions(+), 2 deletions(-)
+
+commit b605db2f65e62ad6727a61481f78015933dbf207
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 4 12:58:02 2018 -0500
+
+    [aat] Clean up ankr table include mess
+
+ src/hb-aat-layout-ankr-table.hh |  2 ++
+ src/hb-aat-layout-common.hh     | 31 +++++++++---------------------
+ src/hb-aat-layout-kerx-table.hh | 16 ++++++++--------
+ src/hb-aat-layout.cc            | 42 +++++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-kern-table.hh         |  1 -
+ src/hb-static.cc                |  1 -
+ 6 files changed, 59 insertions(+), 34 deletions(-)
+
+commit bce437cf0b71e9b60bbf058eaf61593fed30ae33
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 4 02:47:34 2018 -0500
+
+    [test] Call test-ot-face.c test from hb-shape-fuzzer
+    
+    Should increase coverage...
+
+ test/api/test-ot-face.c         | 28 ++++++++++++++++++----------
+ test/fuzzing/hb-shape-fuzzer.cc |  6 ++++++
+ 2 files changed, 24 insertions(+), 10 deletions(-)
+
+commit 777c22425cae97009ca4dc5b1e400670c4aa0799
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 4 02:40:20 2018 -0500
+
+    [test] More funcs in test-ot-face
+
+ test/api/test-font.c    |  5 +++++
+ test/api/test-ot-face.c | 21 +++++++++++++++++++--
+ 2 files changed, 24 insertions(+), 2 deletions(-)
+
+commit 17335a8161e674e630287e18a6d304ec0c33767c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Nov 4 02:25:07 2018 -0500
+
+    Clean up buffer->swap_buffers() calls
+    
+    That function checks for buffer->successful already.  No need
+    to check at call site.
+
+ src/gen-vowel-constraints.py                 | 4 +---
+ src/hb-aat-layout-common.hh                  | 3 +--
+ src/hb-aat-layout-morx-table.hh              | 3 +--
+ src/hb-ot-shape-complex-indic.cc             | 1 -
+ src/hb-ot-shape-complex-khmer.cc             | 1 -
+ src/hb-ot-shape-complex-myanmar.cc           | 1 -
+ src/hb-ot-shape-complex-thai.cc              | 3 +--
+ src/hb-ot-shape-complex-use.cc               | 1 -
+ src/hb-ot-shape-complex-vowel-constraints.cc | 5 ++---
+ src/hb-ot-shape.cc                           | 1 -
+ 10 files changed, 6 insertions(+), 17 deletions(-)
+
+commit 191ca0f15b7fc9ab959e1f6472c48839687402ec
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Nov 3 22:42:22 2018 -0700
+
+    CFF1 no-desubr fixes
+    
+    make sure charstring/subrs not ending with endchar/return handled correctly
+    if no local subrs, skip serializing Subrs op in Private
+    misc fixes
+
+ src/hb-ot-cff-common.hh     | 13 +++++++++-
+ src/hb-subset-cff-common.hh | 59 +++++++++++++++++++++++----------------------
+ src/hb-subset-cff1.cc       | 27 +++++++++++++++------
+ 3 files changed, 62 insertions(+), 37 deletions(-)
+
+commit 4eb52460c8c6dc48af240f2254f76fae065bfa97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 3 21:45:39 2018 -0400
+
+    Fix >>
+
+ src/hb-ot-post-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ae9ad1076e536aee370f9863cde8351b79f01b3b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 3 21:41:50 2018 -0400
+
+    Fix "Warning: extra ";" ignored."
+
+ src/hb.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit d0163afb7bed83935c6a54d57a0e7366caeba0b3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 3 21:38:24 2018 -0400
+
+    Revert "Add operator char * to the naked array types as well"
+    
+    This reverts commit db889c182ee5f54127285bfaab5bc94dafe46bda.
+    
+    Was resulting in ambigious overloads...
+
+ src/hb-dsalgs.hh    | 4 +---
+ src/hb-open-type.hh | 2 --
+ 2 files changed, 1 insertion(+), 5 deletions(-)
+
+commit c8f94a1ca6928f07749285da910b63087d485537
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 3 21:07:39 2018 -0400
+
+    Minor
+
+ src/hb-ot-name.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9779e602ed7ac214c0da2c90e104b38460422476
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 3 20:50:56 2018 -0400
+
+    [test] Add test for empty face
+
+ test/api/Makefile.am    |  1 +
+ test/api/test-ot-face.c | 94 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 95 insertions(+)
+
+commit 1da4de7e7b71dfde734cb77ec6acb31f574585f2
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Nov 3 15:41:29 2018 -0700
+
+    fix for subset fuzzer failure
+    
+    A called subr must be freshly parsed or completely parsed. otherwise the prevoius parse must have terminated prematurely
+
+ src/hb-subset-cff1.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 0b0b38ec1e6a815a30bef98193043d255b52c4a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 3 16:15:30 2018 -0400
+
+    Fix null accelerator's
+    
+    Fixes all except for cmap.  To be done separately.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1146
+
+ src/hb-ot-color-cbdt-table.hh  | 10 ++--------
+ src/hb-ot-color-sbix-table.hh  | 11 ++++-------
+ src/hb-ot-color-svg-table.hh   | 11 ++++-------
+ src/hb-ot-glyf-table.hh        |  6 +++---
+ src/hb-ot-layout-gdef-table.hh |  2 +-
+ src/hb-ot-layout-gsubgpos.hh   |  2 +-
+ src/hb-ot-name-table.hh        |  2 +-
+ src/hb-ot-post-table.hh        |  2 +-
+ 8 files changed, 17 insertions(+), 29 deletions(-)
+
+commit db889c182ee5f54127285bfaab5bc94dafe46bda
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 3 16:04:19 2018 -0400
+
+    Add operator char * to the naked array types as well
+
+ src/hb-dsalgs.hh    | 4 +++-
+ src/hb-open-type.hh | 2 ++
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit d6fdae310f2a98ca624c3a77c3aa03b8b3bd393a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 3 16:02:03 2018 -0400
+
+    Add operator char * to hb_nonnull_ptr_t
+
+ src/hb-null.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 7430ff604aa54bedcb07cc1c2962eae85fcade76
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 3 15:59:13 2018 -0400
+
+    Template casts in hb_nonnull_ptr_t
+
+ src/hb-null.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit da408fce98153e0fab3d82fe28813085feed0974
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 3 15:49:37 2018 -0400
+
+    [blob] Allow null parent in create_sub_blob()
+    
+    Like font and unicode.
+
+ src/hb-blob.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fb0f30f55a5d654b2f1f9b99efa9b8abc51dbf34
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 3 15:24:14 2018 -0400
+
+    Add hb_nonnull_ptr_t
+    
+    Towards fixing https://github.com/harfbuzz/harfbuzz/issues/1146
+
+ src/hb-null.hh | 28 ++++++++++++++++++++++++++++
+ 1 file changed, 28 insertions(+)
+
+commit 8d98c51d133b058a845ed7a84bfe8a43083bbb03
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 3 15:14:57 2018 -0400
+
+    [kern] Third try fix access violation in Format3
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11245
+
+ src/hb-ot-kern-table.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit f074da8c2b6a7061c71d12213a6c494c119eb20e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 3 15:06:45 2018 -0400
+
+    [kern] Really fix access violation in Format3
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11245
+
+ src/hb-ot-kern-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 93ef20a83b31e6528bb1835d2b4b83b913805885
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 3 15:03:06 2018 -0400
+
+    Replace most uses of is_inert with is_immutable
+
+ src/hb-buffer.cc     | 32 ++++++++++++++++----------------
+ src/hb-coretext.cc   |  2 +-
+ src/hb-font.cc       |  2 +-
+ src/hb-set.hh        |  8 +++++---
+ src/hb-shape-plan.cc |  2 +-
+ 5 files changed, 24 insertions(+), 22 deletions(-)
+
+commit 0589787ff55bff9bd5849c4443229e926cc574a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 3 14:58:54 2018 -0400
+
+    [kern] Fix access violation in Format3
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11245
+
+ src/hb-ot-kern-table.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 5570c87f21f061cc197e02bd0526ab44c63ed6f1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 3 14:51:38 2018 -0400
+
+    Port objects to use header.writable instead of immutable
+    
+    Saves 4 or 8 bytes per object on 64bit archs.
+
+ src/hb-blob.cc    | 12 ++++--------
+ src/hb-blob.hh    |  2 --
+ src/hb-face.cc    | 16 ++++++----------
+ src/hb-face.hh    |  2 --
+ src/hb-font.cc    | 46 +++++++++++++++++++---------------------------
+ src/hb-font.hh    |  4 ----
+ src/hb-ft.cc      |  2 +-
+ src/hb-object.hh  | 11 ++++++++---
+ src/hb-unicode.cc | 11 ++++-------
+ src/hb-unicode.hh |  2 --
+ 10 files changed, 42 insertions(+), 66 deletions(-)
+
+commit ee351a38ec0c62b76dd1b3f20fe56cb4d63e62be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Nov 3 14:28:55 2018 -0400
+
+    [object] Add "writable"
+
+ src/hb-object.hh | 14 +++++++++++++-
+ 1 file changed, 13 insertions(+), 1 deletion(-)
+
+commit b8a78ce201608e9ac6d7f77447b2bbef6f09e9ff
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Nov 3 22:28:30 2018 +0330
+
+    [BASE] Improvements (#1347)
+
+ src/hb-ot-layout-base-table.hh | 610 ++++++++++++++++++-----------------------
+ src/hb-ot-layout.cc            |  65 ++++-
+ src/hb-ot-layout.h             |  16 --
+ test/api/Makefile.am           |   1 +
+ test/api/fonts/base.ttf        | Bin 0 -> 5596 bytes
+ test/api/test-baseline.c       |  58 ++++
+ 6 files changed, 380 insertions(+), 370 deletions(-)
+
+commit c560ca92512c0283e826c059431273ffecf5d993
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Nov 3 13:03:36 2018 +0330
+
+    [fuzz] A new testcase
+
+ ...uzz-testcase-minimized-hb-shape-fuzzer-5735679418433536 | Bin 0 -> 36 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 34b06d994a79124963d2a7432d0ec945e72bfdbd
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Nov 2 16:40:20 2018 -0700
+
+    fixed FDSelect size calcluation
+
+ src/hb-ot-cff-common.hh                               |   2 +-
+ src/hb-subset-cff-common.cc                           |   6 +++---
+ test/api/fonts/SourceHanSans-Regular.41,3041,4C2E.otf | Bin 2576 -> 3892 bytes
+ 3 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 481fdfdc23f557400ad3aceeceeab07add78f005
+Merge: 1bc710a8c 2840a104c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Nov 2 15:28:09 2018 -0700
+
+    Merge branch 'cff-subset' of https://github.com/harfbuzz/harfbuzz into cff-subset
+
+commit 1bc710a8c94fbe08ca3a3e535c7b6597a57883df
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Nov 2 15:28:01 2018 -0700
+
+    added CFF1 desubr api test cases & bug fixes
+
+ src/hb-cff1-interp-cs.hh                           |   7 --
+ src/hb-ot-cff-common.hh                            |  56 ++++++----
+ src/hb-subset-cff-common.hh                        | 100 +++++++++--------
+ src/hb-subset-cff1.cc                              |  53 ++++-----
+ .../fonts/SourceHanSans-Regular.41,3041,4C2E.otf   | Bin 3892 -> 2576 bytes
+ .../SourceHanSans-Regular.41,4C2E.nohints.otf      | Bin 0 -> 2380 bytes
+ ...urceHanSans-Regular.41,4C2E.nosubrs.nohints.otf | Bin 0 -> 2360 bytes
+ .../SourceHanSans-Regular.41,4C2E.nosubrs.otf      | Bin 0 -> 2548 bytes
+ test/api/fonts/SourceHanSans-Regular.41,4C2E.otf   | Bin 2548 -> 2576 bytes
+ test/api/fonts/SourceSansPro-Regular.abc.otf       | Bin 3412 -> 1812 bytes
+ .../api/fonts/SourceSansPro-Regular.ac.nohints.otf | Bin 3228 -> 1592 bytes
+ .../SourceSansPro-Regular.ac.nosubrs.nohints.otf   | Bin 0 -> 1540 bytes
+ .../api/fonts/SourceSansPro-Regular.ac.nosubrs.otf | Bin 0 -> 1632 bytes
+ test/api/fonts/SourceSansPro-Regular.ac.otf        | Bin 3332 -> 1708 bytes
+ test/api/test-subset-cff1.c                        | 122 +++++++++++++++++++++
+ 15 files changed, 232 insertions(+), 106 deletions(-)
+
+commit 2c68f34bddbe506d0b22948562f2f59b9a5b6050
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Fri Nov 2 23:06:00 2018 +0200
+
+    [os2] Capitalize table tag and struct
+    
+    Other tables follow the case of the OT tag, except this one.
+
+ src/hb-ot-hmtx-table.hh |  6 +++---
+ src/hb-ot-os2-table.hh  | 12 ++++++------
+ src/hb-subset.cc        |  4 ++--
+ 3 files changed, 11 insertions(+), 11 deletions(-)
+
+commit 8034d1dda091998d356e77f249d3c9f50501cc77
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 2 14:47:42 2018 -0400
+
+    [kern] Implement Format1
+    
+    Also, implement backwards kerning for Format1 in kern and kerx.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1350
+
+ src/hb-aat-layout-kerx-table.hh |  11 +++-
+ src/hb-ot-kern-table.hh         | 127 ++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 136 insertions(+), 2 deletions(-)
+
+commit 46b3885c1a8ea3b85efbdd1704edcee385797c5d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 2 14:43:38 2018 -0400
+
+    [kern] Set subtable on sanitizer
+
+ src/hb-ot-kern-table.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 74c7a2c6c892446dcec574986e128967bd570e47
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 2 14:26:04 2018 -0400
+
+    [kern] Respect more flags
+
+ src/hb-ot-kern-table.hh | 21 +++++++++++++++------
+ 1 file changed, 15 insertions(+), 6 deletions(-)
+
+commit 9f880bad0d7291eaab10d814567c7a680e139c48
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 2 13:57:41 2018 -0400
+
+    [kern] Minor
+    
+    We like check_struct() more.
+
+ src/hb-ot-kern-table.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 04b82b181d06c229a98314c1620d3ae8a2825267
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 2 13:47:33 2018 -0400
+
+    Remove pointer cast operators from ArrayOf<>
+    
+    ArrayOf<>, unlike UnsizedArrayOf<>, has data before the array.
+    This was confusing.  Remove.
+
+ src/hb-open-type.hh | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit f1df441bedaf5b2c7fadf9954ea39616af87702a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 2 13:26:15 2018 -0400
+
+    [kern] Comment
+
+ src/hb-ot-kern-table.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 095f5add0b1ca39dd09842594b80fae92f0796e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 2 13:23:54 2018 -0400
+
+    [kern] Push apply loop to each subtable
+
+ src/hb-ot-kern-table.hh | 153 ++++++++++++++++++++++++++++++++++++++----------
+ src/hb-ot-layout.cc     |  28 ++++++---
+ src/hb-ot-layout.hh     |   8 ++-
+ src/hb-ot-shape.cc      |   2 +-
+ 4 files changed, 149 insertions(+), 42 deletions(-)
+
+commit 949dad89a81ff5b6ef92e8737962b667249a3f2b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 2 12:47:55 2018 -0400
+
+    [kern] Remove accelerator
+    
+    It wasn't doing anything.
+
+ src/hb-ot-face.hh       |  2 +-
+ src/hb-ot-kern-table.hh | 55 ++++++++++++++-----------------------------------
+ src/hb-ot-layout.cc     |  4 ++--
+ 3 files changed, 18 insertions(+), 43 deletions(-)
+
+commit 0382b7184addf5b3723db40a57790e5e62ac1703
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 2 12:23:26 2018 -0400
+
+    Use as_array in more places
+
+ src/hb-aat-layout-morx-table.hh |  4 ++--
+ src/hb-ot-layout-gsubgpos.hh    | 22 +++++++++++++---------
+ 2 files changed, 15 insertions(+), 11 deletions(-)
+
+commit 91de9dfcf3bba7cbeef1e709679c8e24ab684c97
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 2 12:14:21 2018 -0400
+
+    Fix &array_of<>
+
+ src/hb-dsalgs.hh    | 3 +++
+ src/hb-open-type.hh | 4 ++--
+ 2 files changed, 5 insertions(+), 2 deletions(-)
+
+commit 9b7cb137946013592c9a5a9f0a3464fb4613577b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 2 12:00:55 2018 -0400
+
+    Fixup
+
+ src/hb-dsalgs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6e06fe162ed79bb47f62aae03669cd72b99014a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 2 11:56:55 2018 -0400
+
+    [kern] Implement Format3
+    
+    Untested.
+
+ src/hb-ot-kern-table.hh | 51 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 51 insertions(+)
+
+commit c6ef5dbd5c40cc8934756456221e080012a82530
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 2 11:51:21 2018 -0400
+
+    Add cast operators to hb_array_t
+
+ src/hb-dsalgs.hh | 21 +++++++++++++--------
+ 1 file changed, 13 insertions(+), 8 deletions(-)
+
+commit 72462eb76584a2892f1d961c90fd289240ea9380
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 2 11:46:24 2018 -0400
+
+    Add UnsizedArrayOf::as_array() instead of hb_array() template
+
+ src/hb-aat-layout-trak-table.hh |  2 +-
+ src/hb-dsalgs.hh                |  2 --
+ src/hb-open-file.hh             |  2 +-
+ src/hb-open-type.hh             | 11 +++--------
+ src/hb-ot-color-cpal-table.hh   |  6 +++---
+ 5 files changed, 8 insertions(+), 15 deletions(-)
+
+commit 1cf075ecb674cc0c7043bffe2fef5ef187c15335
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 2 11:38:00 2018 -0400
+
+    Add get_size to UnsizedArrayOf
+
+ src/hb-open-type.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit a4a7a623893fd4c8db3a987d81a1c80243006f1e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Nov 2 11:16:43 2018 -0400
+
+    [kern] Add buffer message
+
+ src/hb-ot-kern-table.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 0b2870085ddecdde8370eebc7c2bb346b1992b93
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Nov 1 22:43:17 2018 -0700
+
+    removed unused code
+
+ src/hb-cff-interp-common.hh | 18 ------------------
+ 1 file changed, 18 deletions(-)
+
+commit 6186dbf1be4da88d9c4f1ef5cea19fd7779f29ab
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Nov 1 17:25:23 2018 -0700
+
+    added hb_subset_input_set_desubroutinize API
+    
+    hooked up with CFF1 subroutinizer
+    a renaming
+
+ src/hb-subset-cff-common.hh |  2 +-
+ src/hb-subset-cff1.cc       |  4 ++--
+ src/hb-subset-input.cc      | 13 +++++++++++++
+ src/hb-subset.h             |  5 +++++
+ util/hb-subset.cc           |  1 +
+ util/options.cc             |  2 +-
+ 6 files changed, 23 insertions(+), 4 deletions(-)
+
+commit b1d0c589154d080ff519c3e80aea923185787b13
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Nov 1 16:33:46 2018 -0700
+
+    removed extraneous ;s
+
+ src/hb-cff-interp-common.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 2840a104c1288af79cbda720afa9e37aec6fb29d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Nov 1 16:18:13 2018 -0700
+
+    tweaks to build with new merge
+
+ src/hb-cff2-interp-cs.hh    | 11 +++++++----
+ src/hb-ot-cff2-table.cc     |  9 +++++----
+ src/hb-ot-cff2-table.hh     |  7 +++----
+ src/hb-subset-cff-common.cc | 12 ++++--------
+ src/hb-subset-cff-common.hh |  3 +--
+ src/hb-subset-cff1.cc       |  3 +--
+ src/hb-subset-cff2.cc       |  3 +--
+ 7 files changed, 22 insertions(+), 26 deletions(-)
+
+commit e600e5440b3b77294df47fae947758137ea02501
+Merge: 82248b928 de96e5c81
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Nov 1 16:13:56 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit de96e5c81c7f473520df93052ecea162baa5a350
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 1 18:13:58 2018 -0400
+
+    [Crap] Avoid operator=
+
+ src/hb-null.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f9353bd68c112dea8962dd586bf5e664f75a2a07
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 1 18:05:22 2018 -0400
+
+    [aat] Rely on vector auto initialization
+
+ src/hb-aat-map.hh | 10 +---------
+ 1 file changed, 1 insertion(+), 9 deletions(-)
+
+commit 5a18d97b35d05c826c242e6847764c2418831a55
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 1 18:01:26 2018 -0400
+
+    [aat] Remove unused forward declaration
+
+ src/hb-aat-map.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 82248b9287e7b208c304e761393b745604a51c6e
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Nov 1 10:36:50 2018 -0700
+
+    fix leak attempt ^2
+
+ src/hb-subset-cff2.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a9c305c2b00b7e793dc3d8333eee43d677aebd42
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Nov 1 10:31:21 2018 -0700
+
+    fix leaks
+
+ src/hb-subset-cff1.cc | 4 ++--
+ src/hb-subset-cff2.cc | 3 +--
+ 2 files changed, 3 insertions(+), 4 deletions(-)
+
+commit 049ce078e51bebce50b17889f3edae3db3ea39f5
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Nov 1 08:46:21 2018 -0700
+
+    fix bogus width with --no-hinting
+
+ src/hb-cff1-interp-cs.hh | 15 +++++++++------
+ 1 file changed, 9 insertions(+), 6 deletions(-)
+
+commit 07ec792212063851ee41eae33792d3d90d31e6a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Nov 1 10:31:12 2018 -0400
+
+    Warning fix
+
+ src/test-ot-color.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c32280b30fb3844addda31a0d97ae7cb55ef07d2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 1 15:31:14 2018 +0330
+
+    [ot-layout] minor
+
+ src/hb-ot-layout.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit cad90be4ea56a85ddc084f86f36dd7129850f6d7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Nov 1 13:39:06 2018 +0330
+
+    [test] minor
+
+ test/api/test-ot-color.c | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit d56e338a903a5a7c4f8ccd0f4d983cd492243ed6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Oct 31 22:30:34 2018 -0700
+
+    CFF1 no-desubroutinize + no-hinting
+    
+    no-desubroutinize option is disabled for now
+    code cleanup (esp. CFF1 width handling)
+    bug fixes & renaming
+
+ src/hb-cff-interp-common.hh      |  49 +++
+ src/hb-cff-interp-cs-common.hh   |  93 +++++-
+ src/hb-cff-interp-dict-common.hh |  45 +--
+ src/hb-cff1-interp-cs.hh         |  66 +++-
+ src/hb-cff2-interp-cs.hh         |   1 +
+ src/hb-ot-cff-common.hh          |  85 ++---
+ src/hb-ot-cff1-table.hh          |  20 +-
+ src/hb-ot-cff2-table.hh          |  25 +-
+ src/hb-subset-cff-common.hh      | 702 ++++++++++++++++++++++++++++++++++++---
+ src/hb-subset-cff1.cc            | 242 +++++++++++---
+ src/hb-subset-cff2.cc            |  45 +--
+ src/hb-subset-input.hh           |   1 +
+ src/hb-subset-plan.cc            |   1 +
+ src/hb-subset-plan.hh            |   1 +
+ util/options.cc                  |   2 +
+ util/options.hh                  |   2 +
+ 16 files changed, 1130 insertions(+), 250 deletions(-)
+
+commit 52a00cd87f63c8ab32413a1a9ce792a3e2ec84e2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 31 19:05:53 2018 -0700
+
+    [aat] Implement 'aalt' mapping
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1160
+
+ src/hb-aat-map.cc | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 6e3ea269fa1fe0a3de7a8a13c6e853c91231808e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 31 19:00:11 2018 -0700
+
+    [aat] Add 'afrc' feature mapping
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1342#issuecomment-434829028
+
+ src/hb-aat-layout.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 40b19fd46951e2f9b402e59e1fbbf06fde7ecd61
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 31 18:51:45 2018 -0700
+
+    [aat] Fallback to old style "Letter Case" small caps
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1342
+
+ src/hb-aat-layout-morx-table.hh | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit f9289319481a1e9762ad366b287e781c44ba9fc6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 31 18:25:05 2018 -0700
+
+    [test] Minor
+
+ test/shaping/run-tests.py | 13 +++++++------
+ 1 file changed, 7 insertions(+), 6 deletions(-)
+
+commit cf203af8a33591c163b63dbdf0fd341bc4606190
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 31 18:21:48 2018 -0700
+
+    Implement space fallback in vertical direction
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1343
+
+ src/hb-ot-shape-fallback.cc                   | 36 +++++++++++++++++++--------
+ test/shaping/data/in-house/tests/spaces.tests | 17 +++++++++++++
+ 2 files changed, 42 insertions(+), 11 deletions(-)
+
+commit e01250230b1ad85e49cc0021365d1ee43feb9855
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 31 18:14:00 2018 -0700
+
+    [hmtx/vmtx] Fix a crasher
+
+ src/hb-ot-hmtx-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 36e90ef56e6c0643ef61e947d7361c6fa4eadf10
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 31 15:09:09 2018 -0700
+
+    [mort] Massage some more
+
+ src/hb-aat-layout-common.hh     | 28 ++++++++++++++++++++++++++++
+ src/hb-aat-layout-morx-table.hh | 21 +++++----------------
+ 2 files changed, 33 insertions(+), 16 deletions(-)
+
+commit cbaff4ef1910e2872bfff61f3d5427c076b3673d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 31 15:06:12 2018 -0700
+
+    [mort] Some more
+
+ src/hb-aat-layout-morx-table.hh | 34 ++++++++++++++++------------------
+ 1 file changed, 16 insertions(+), 18 deletions(-)
+
+commit 3087046d3144afb50bcc13e4afa2d20d9f71f2c8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 31 14:59:14 2018 -0700
+
+    [mort] Refactor offset-to-index mapping
+
+ src/hb-aat-layout-morx-table.hh | 27 ++++++++++++++++-----------
+ 1 file changed, 16 insertions(+), 11 deletions(-)
+
+commit b9db610add702da0a257db2eb21f3a7fb56682f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 31 14:22:31 2018 -0700
+
+    Minor
+
+ src/hb-font.cc | 28 ++++++++++++++--------------
+ src/hb-font.h  |  2 +-
+ 2 files changed, 15 insertions(+), 15 deletions(-)
+
+commit 995bf6c6f82d6b2dabcb81e1426910ee82b91b44
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 31 13:21:33 2018 -0700
+
+    [sbix] Rely on blob->as<> checking size against Type::min_size
+
+ src/hb-ot-color-sbix-table.hh | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit 4d4e526b5cc703111eb445b7e319a4cd1917489f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 31 13:19:42 2018 -0700
+
+    Improve blob->as<>
+    
+    It's true that blob->as<> should only be called on null or sanitized
+    data.  But this change is safe, so keep it.
+
+ src/hb-blob.hh          | 2 +-
+ src/hb-ot-glyf-table.hh | 3 ++-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit 5854d3fa251069f8158b97a831d1439c2ff8b510
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 31 10:42:49 2018 -0700
+
+    [set] Warning fix with gcc 8.1
+    
+    https://github.com/harfbuzz/harfbuzz/pull/1334
+
+ src/hb-dsalgs.hh | 6 ++++--
+ src/hb-set.hh    | 4 ++--
+ 2 files changed, 6 insertions(+), 4 deletions(-)
+
+commit 850a7af3a419c6c4ab92bff59991758a2951d41f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Oct 31 14:20:23 2018 +0330
+
+    [ot-color-test] Remove the non-working exact strike size storing (#1339)
+
+ src/test-ot-color.cc | 135 +++++++++++++++++++++++----------------------------
+ 1 file changed, 62 insertions(+), 73 deletions(-)
+
+commit 2e639c47c9d35ff7dc4dde21f744f9ee695a27f3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Oct 31 14:20:14 2018 +0330
+
+    [aat] Fix older compilers by not referencing enum directly (#1340)
+
+ src/hb-aat-layout-morx-table.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 642c9dcf1b34b51ffdbf88ccbef4762aa12a5cbe
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Oct 31 14:02:37 2018 +0330
+
+    [aat] Minor, remove extra semicolons
+
+ src/hb-aat-layout-morx-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit c962d5e714a6f88c4cb20bed219177b1bc4a2dfd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 31 01:16:33 2018 -0700
+
+    [mort] Make ligatures work
+    
+     ./hb-shape Apple_Chancery_10_12.ttf  "Th th ll te to tr fr fu fj"
+    [T_h=0+2308|space=2+569|t_h=3+1687|space=5+569|l_l=6+1108|space=8+569|t_e=9+1408|space=11+569|t_o=12+1531|space=14+569|t_r=15+1385|space=17+569|f_r=18+1432|space=20+569|f_u=21+1733|space=23+569|f_j=24+1098]
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1331
+
+ src/hb-aat-layout-morx-table.hh | 25 +++++++++++++++++--------
+ 1 file changed, 17 insertions(+), 8 deletions(-)
+
+commit c07798960004439fcd8fa0f4ae33e225428d1065
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 31 00:36:03 2018 -0700
+
+    [mort] More Ligature work
+
+ src/hb-aat-layout-morx-table.hh | 54 ++++++++++++++++++++++++++++++-----------
+ 1 file changed, 40 insertions(+), 14 deletions(-)
+
+commit 431c6e496be56e441ee4b9b705f40a1246bdd0d6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 31 00:15:00 2018 -0700
+
+    [mort] Some Ligature work
+
+ src/hb-aat-layout-morx-table.hh | 38 +++++++++++++++++++++++++++++++-------
+ 1 file changed, 31 insertions(+), 7 deletions(-)
+
+commit 28b68cffe4e5ebf82217ebf439f428431d672af3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 23:33:30 2018 -0700
+
+    [mort] Implement / adjust Contextual substitution
+
+ src/hb-aat-layout-morx-table.hh | 70 ++++++++++++++++++++++++++++++-----------
+ src/hb-open-type.hh             |  7 +++++
+ 2 files changed, 59 insertions(+), 18 deletions(-)
+
+commit 11dbf0f12926b80d0c308c70a218342280045c23
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 21:49:59 2018 -0700
+
+    [mort] More fixes]
+
+ src/hb-aat-layout-common.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit e1552af95b6c17571f7ee58ebac92f48d93c8f98
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 21:09:05 2018 -0700
+
+    [maxp] Minor
+
+ src/hb-ot-maxp-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0cf282a32e5b0fe1fec454ff293ffe04b33f1112
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 20:51:44 2018 -0700
+
+    [mort] Grind some more
+
+ src/hb-aat-layout-common.hh | 17 ++++++++++++-----
+ 1 file changed, 12 insertions(+), 5 deletions(-)
+
+commit 90667b31bc3e61e68e27966e4781aba456c6b93b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 20:15:28 2018 -0700
+
+    [mort] Hook up more
+
+ src/hb-aat-layout.cc | 14 +++++++++++++-
+ 1 file changed, 13 insertions(+), 1 deletion(-)
+
+commit 9346b1f158dfd7d25ed0057b40aaa6980a85ea17
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 20:04:13 2018 -0700
+
+    [morx] Remove stale comment
+
+ src/hb-aat-layout-morx-table.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit f864ef215e1354a1e5a3c8796afafba761404e08
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 19:42:21 2018 -0700
+
+    [mort] More massaging towards mort
+
+ src/hb-aat-layout-morx-table.hh | 53 +++++++++++++++++++++--------------------
+ 1 file changed, 27 insertions(+), 26 deletions(-)
+
+commit 2d9467340b1498ccc0cd47bf915b84ab12dfa025
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 19:33:31 2018 -0700
+
+    [mort] Fix version check in sanitize
+
+ src/hb-aat-layout-morx-table.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit c2527a1bc2b493473f06ea6ae79f0a87b722c4d3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 19:26:16 2018 -0700
+
+    [mort] Make it compile / hook it up
+    
+    Untested.
+
+ src/hb-aat-layout-common.hh     | 11 +++++-----
+ src/hb-aat-layout-morx-table.hh |  2 +-
+ src/hb-aat-layout.cc            | 47 ++++++++++++++++++++++++++---------------
+ 3 files changed, 36 insertions(+), 24 deletions(-)
+
+commit 933babdc075c27fbcc1b726c3c9b2aa67338c6ad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 19:22:43 2018 -0700
+
+    [mort] Fixup on previous commit
+
+ src/hb-aat-layout-morx-table.hh | 24 ++++++++++++------------
+ 1 file changed, 12 insertions(+), 12 deletions(-)
+
+commit b053cabacd99ff69144a1459fe02ffd574c2416c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 30 18:41:34 2018 +0330
+
+    [mort] Bring back mort generalizations
+    
+    Started by reverting https://github.com/harfbuzz/harfbuzz/commit/1f1c85a5
+    
+    Just a starting point, if we agree even mort can come back.
+
+ src/hb-aat-layout-common.hh     |  76 +++++++++++++++++++----
+ src/hb-aat-layout-kerx-table.hh |  17 ++---
+ src/hb-aat-layout-morx-table.hh | 133 ++++++++++++++++++++++++----------------
+ src/hb-aat-layout.cc            |  16 ++++-
+ src/hb-ot-face.hh               |   1 +
+ 5 files changed, 171 insertions(+), 72 deletions(-)
+
+commit 5cd544a621f10b307bb97aea27ea54e55aacb2e9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 19:16:00 2018 -0700
+
+    Fix build
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1338
+
+ src/test-ot-color.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 69297bb21640677532b7030332f803c0768c6579
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 19:06:21 2018 -0700
+
+    [fuzzing] Call hb-ot-color API
+
+ test/fuzzing/hb-shape-fuzzer.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 1019391046cf01524c4ef20c9256a47b7411610b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 15:52:26 2018 -0700
+
+    2.1.0
+
+ NEWS                   | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ RELEASING.md           |  3 +-
+ configure.ac           |  2 +-
+ docs/harfbuzz-docs.xml |  1 +
+ src/hb-ot-color.cc     | 22 +++++++++-----
+ src/hb-ot-color.h      |  4 +--
+ src/hb-version.h       |  6 ++--
+ 7 files changed, 105 insertions(+), 14 deletions(-)
+
+commit bfd549daaa078e7edba5a65971b1d3e872664f2d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 14:47:27 2018 -0700
+
+    Fix everything-bot
+
+ src/hb-ot-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0e1ad5a075c6858ca60bad0e2da58b5256e15815
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Oct 30 11:29:58 2018 -0700
+
+    [subset] Limit the number of scripts and langsys' that should be checked when collecting features.
+
+ src/hb-ot-layout-common.hh |  8 ++++++++
+ src/hb-ot-layout.cc        | 11 ++++++++++-
+ 2 files changed, 18 insertions(+), 1 deletion(-)
+
+commit a7aba99baab2d6e6105675ceedbe22222fa0f166
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 14:04:09 2018 -0700
+
+    [name] Rename hb_name_id_t to hb_ot_name_id_t
+    
+    https://github.com/harfbuzz/harfbuzz/pull/1254
+
+ docs/harfbuzz-sections.txt    |  3 +-
+ src/hb-ot-color-cpal-table.hh | 12 +++---
+ src/hb-ot-color.cc            |  6 +--
+ src/hb-ot-color.h             |  4 +-
+ src/hb-ot-layout.cc           | 44 +++++++++----------
+ src/hb-ot-layout.h            | 28 ++++++-------
+ src/hb-ot-name-table.hh       |  6 +--
+ src/hb-ot-name.cc             | 38 ++++++++---------
+ src/hb-ot-name.h              | 98 +++++++++++++++++++++----------------------
+ test/api/test-ot-color.c      | 30 ++++++-------
+ test/api/test-ot-name.c       |  8 ++--
+ 11 files changed, 139 insertions(+), 138 deletions(-)
+
+commit 881e1054bc66fd07489d661dd5c3f84a5d077edc
+Author: Simon Tooke <stooke@redhat.com>
+Date:   Tue Oct 30 14:16:23 2018 -0400
+
+    fix various GCC function pointer warnings
+
+ src/hb-debug.hh | 6 +++---
+ src/hb-set.hh   | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit dc9bd29feac6675c79343b88a06f03f356f9175b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 13:16:07 2018 -0700
+
+    [CBDT] Implement Format18 get_extens
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1327
+
+ src/hb-ot-color-cbdt-table.hh | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+commit a2a7422aaf47dd43c2c55ad48dd15513f9d5b081
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 13:14:56 2018 -0700
+
+    [CBDT] Bound checks in reference_png
+
+ src/hb-ot-color-cbdt-table.hh | 57 ++++++++++++++++++++++++++-----------------
+ 1 file changed, 34 insertions(+), 23 deletions(-)
+
+commit f236f790884d7b5c7afb73768724c360d4ea5212
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Tue Oct 30 11:24:56 2018 -0500
+
+    Docs Makefile: sync SGML list to harfbuzz-docs.xml include list. Hopefully fixes distcheck failure.
+
+ docs/Makefile.am | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+commit 9f4b375e396fe65b30c792b9524a732da0b477d1
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon Oct 29 17:10:53 2018 -0500
+
+    Usermanual: minor wording updates, build fixes.
+
+ ...rmanual-buffers-language-script-and-direction.xml |  8 +++++++-
+ docs/usermanual-clusters.xml                         |  6 ++++++
+ docs/usermanual-fonts-and-faces.xml                  |  8 +++++++-
+ docs/usermanual-getting-started.xml                  |  6 ++++++
+ docs/usermanual-glyph-information.xml                |  8 +++++++-
+ docs/usermanual-install-harfbuzz.xml                 | 20 +++++++++++++++++---
+ docs/usermanual-opentype-features.xml                |  8 +++++++-
+ docs/usermanual-shaping-concepts.xml                 |  6 ++++++
+ docs/usermanual-what-is-harfbuzz.xml                 | 12 +++++++-----
+ 9 files changed, 70 insertions(+), 12 deletions(-)
+
+commit e110032b914db9f417cc152b2beb51cda0a91dd7
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon Oct 29 16:42:59 2018 -0500
+
+    Usermanual: update DTD in chapter XML to avoid HTML entity parsing errors.
+
+ docs/usermanual-what-is-harfbuzz.xml | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit 01400f7425f7aec852f39ebee17aa502a74025fb
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sat Oct 20 17:21:49 2018 +0100
+
+    Usermanual; minor wording changes.
+
+ docs/usermanual-getting-started.xml  | 14 +++++++-------
+ docs/usermanual-install-harfbuzz.xml | 10 +++++++++-
+ docs/usermanual-what-is-harfbuzz.xml | 31 ++++++++++---------------------
+ 3 files changed, 26 insertions(+), 29 deletions(-)
+
+commit e89f43dc0884cb4a73beff86e49b7bd8565a01f1
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sat Oct 20 16:12:45 2018 +0100
+
+    Minor; rewording unsafe-to-break note.
+    
+    Co-Authored-By: n8willis <nwillis@glyphography.com>
+
+ docs/usermanual-getting-started.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ccdfb634382596a6114380c72f2f344b1af23f94
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sat Oct 20 15:46:04 2018 +0100
+
+    Trivial; typo.
+    
+    Co-Authored-By: n8willis <nwillis@glyphography.com>
+
+ docs/usermanual-what-is-harfbuzz.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 722099487be72346e7109872b6abf30696f3b7c3
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sat Oct 20 15:45:24 2018 +0100
+
+    Minor; simplify example code
+    
+    Co-Authored-By: n8willis <nwillis@glyphography.com>
+
+ docs/usermanual-getting-started.xml | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 6e4dd58a4af003eeec93cbe90d1258d91a38b53c
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sat Oct 20 15:44:51 2018 +0100
+
+    Minor: simplify example code
+    
+    Co-Authored-By: n8willis <nwillis@glyphography.com>
+
+ docs/usermanual-getting-started.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f9ee0deceebd8952a8d80f3fd7b264b33e70f703
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sat Oct 20 15:41:00 2018 +0100
+
+    Minor; drop 'OpenType' from sentence
+    
+    Co-Authored-By: n8willis <nwillis@glyphography.com>
+
+ docs/usermanual-what-is-harfbuzz.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f028da59d902c39e61021b48fc73f2821a9f3be2
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Sat Oct 20 15:18:29 2018 +0100
+
+    Minor.
+
+ docs/harfbuzz-docs.xml | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit ed5547f828fe7559cc3331f05780ae9f041b1e0f
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sat Oct 20 15:00:52 2018 +0100
+
+    Use 'glyphs' instead of 'text'
+    
+    Co-Authored-By: n8willis <nwillis@glyphography.com>
+
+ docs/harfbuzz-docs.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 236285545b5da8513f2b61fc8066ba78308a555a
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Wed Oct 17 10:10:48 2018 -0500
+
+    Docs: minor, update Makefile w new file name.
+
+ docs/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 163ab81ab0f4000d968cc55b418402497e605e6c
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Tue Oct 16 17:48:15 2018 -0500
+
+    Docs: rename Hello HarfBuzz to Getting Started.
+
+ docs/harfbuzz-docs.xml                                                 | 2 +-
+ docs/{usermanual-hello-harfbuzz.xml => usermanual-getting-started.xml} | 0
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 9e7efa3f47557a77852a15d89619787fd9933ed1
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Tue Oct 16 17:46:03 2018 -0500
+
+    Docs: usermanual, add API Overview to Hello HarfBuzz chapter. Start Terminology section.
+
+ docs/usermanual-hello-harfbuzz.xml | 309 +++++++++++++++++++++++++------------
+ 1 file changed, 212 insertions(+), 97 deletions(-)
+
+commit 3a27e8fb97f716c17b03e3a4a634a4900bcb6045
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Fri Oct 12 18:23:26 2018 -0500
+
+    Docs: usermanual, add Shaping Concepts chapter.
+
+ docs/harfbuzz-docs.xml               |   5 +-
+ docs/usermanual-shaping-concepts.xml | 368 +++++++++++++++++++++++++++++++++++
+ 2 files changed, 371 insertions(+), 2 deletions(-)
+
+commit 9aa865dcc68ec207741e07ba3f7aacf4ac750c1c
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Fri Oct 12 18:22:41 2018 -0500
+
+    Docs: usermanual, minor cleanup to What Is HarfBuzz chapter.
+
+ docs/usermanual-what-is-harfbuzz.xml | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 443f87213272be5ae0579dce4749b2036dfe3815
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Thu Oct 11 15:40:08 2018 -0500
+
+    Docs: move harfbuzz-ng-vs-old discussion down below the TOC; put in note.
+
+ docs/harfbuzz-docs.xml | 63 ++++++++++++++++++++++++++++++++++----------------
+ 1 file changed, 43 insertions(+), 20 deletions(-)
+
+commit 792af5d254fddcdc4292dffb76b81d65754e65a9
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Thu Oct 11 14:05:59 2018 -0500
+
+    Docs: flesh out config options in Usermanual:Install chapter.
+
+ docs/usermanual-install-harfbuzz.xml | 108 +++++++++++++++++++++++++++--------
+ 1 file changed, 85 insertions(+), 23 deletions(-)
+
+commit 325e2745cfa55f9ef114ee8eeaf7bd8176743822
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Wed Oct 10 17:01:21 2018 -0500
+
+    Docs: add basic config-options section to Usermanual Installation chapter.
+
+ docs/usermanual-install-harfbuzz.xml | 132 ++++++++++++++++++++++++++++++++++-
+ 1 file changed, 131 insertions(+), 1 deletion(-)
+
+commit 97c1c46cd2241d77b531a582dd1a2432af976357
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Wed Oct 10 16:38:22 2018 -0500
+
+    Docs: update and linearize build instructions; add installation overview material.
+
+ docs/usermanual-install-harfbuzz.xml | 229 ++++++++++++++++++++++++++++-------
+ 1 file changed, 188 insertions(+), 41 deletions(-)
+
+commit 088755f9e654d2ec638dce0c68d523084b9eaf5a
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Wed Oct 10 16:37:29 2018 -0500
+
+    Docs: update usermanual What Is HarfBuzz material.
+
+ docs/usermanual-what-is-harfbuzz.xml | 220 +++++++++++++++++++++++++++--------
+ 1 file changed, 172 insertions(+), 48 deletions(-)
+
+commit 0956ab41851d30f50c39c28730cf30ea0bbc5466
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Fri Sep 28 17:15:59 2018 -0500
+
+    Docs: Move What-HarfBuzz-doesnt-do to Usermanual-what-is-HarfBuzz.
+
+ docs/usermanual-hello-harfbuzz.xml   |  98 +++------------------------------
+ docs/usermanual-what-is-harfbuzz.xml | 101 +++++++++++++++++++++++++++++++++--
+ 2 files changed, 104 insertions(+), 95 deletions(-)
+
+commit fd270beedb331c4685e918f5a3ef5789a23ffaeb
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Fri Sep 28 16:36:38 2018 -0500
+
+    Docs: Usermanual- What is HarfBuzz; add intro to shaping concepts.
+
+ docs/usermanual-what-is-harfbuzz.xml | 51 ++++++++++++++++++++++++++++++++++++
+ 1 file changed, 51 insertions(+)
+
+commit d9fd92721002726c4aeaae9cc3a519a41f694e48
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Fri Sep 28 16:07:37 2018 -0500
+
+    Docs: update Usermanual-What Is HarfBuzz.
+
+ docs/usermanual-what-is-harfbuzz.xml | 199 +++++++++++++++++++++++------------
+ 1 file changed, 130 insertions(+), 69 deletions(-)
+
+commit 0af3d176a64c0a57c7acb2a64ce8b9d08f449241
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Tue Oct 30 17:05:28 2018 +0200
+
+    [sbix] Fix memory leak in early return
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11210
+
+ src/hb-ot-color-sbix-table.hh                             |   3 +++
+ ...zz-testcase-minimized-hb-shape-fuzzer-5768601332613120 | Bin 0 -> 108 bytes
+ 2 files changed, 3 insertions(+)
+
+commit edaa768253cfeb97d614537253f90d47aa93ff6f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 01:35:58 2018 -0700
+
+    [util] Use fgets instead of getline such that windows passes
+
+ util/hb-shape.cc | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit 56738429d667f6c35e5c7af30b51604fc133c23c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 01:33:22 2018 -0700
+
+    [test] Fix warnings
+
+ test/api/test-ot-tag.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 138f9e0f25752bbf7f8e867f230ca91442f40028
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 01:31:13 2018 -0700
+
+    Minor
+
+ src/hb-machinery.hh | 13 +++++++------
+ 1 file changed, 7 insertions(+), 6 deletions(-)
+
+commit 83a612739accf6b0f2e1cb1be15097402f7ecf33
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 01:24:23 2018 -0700
+
+    [util] Minor
+
+ util/options.cc | 6 ------
+ util/options.hh | 8 ++------
+ 2 files changed, 2 insertions(+), 12 deletions(-)
+
+commit 64e41d2c89c533f554e49ffbd18e6653a70ab999
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 01:08:34 2018 -0700
+
+    [test] Fix Python3
+
+ test/shaping/run-tests.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f7a08cd41df1ff3e44aa838306218ae0565b7273
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 30 11:29:09 2018 +0330
+
+    Fix extra semicolon issues and test that on CI (#1330)
+
+ .circleci/config.yml         |  2 +-
+ src/hb-machinery.hh          | 16 ++++++++--------
+ src/hb-ot-layout-common.hh   |  6 +++---
+ src/hb-ot-layout-gsubgpos.hh |  2 +-
+ src/hb.hh                    |  2 +-
+ util/options.hh              |  2 +-
+ 6 files changed, 15 insertions(+), 15 deletions(-)
+
+commit 422debb830fe150c26e1628f77531f41f0871325
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 00:51:43 2018 -0700
+
+    [test/shaping] Spawn one hb-shape per test file
+    
+    Speeds up runnings in-house tests from over 20s to 2s.
+
+ test/shaping/run-tests.py | 32 ++++++++++++--------------------
+ 1 file changed, 12 insertions(+), 20 deletions(-)
+
+commit 58e20f53bf61244e3eef09be8ebed60aaf52fb11
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 00:50:18 2018 -0700
+
+    [util] Add hb-shape --batch
+
+ util/hb-shape.cc | 30 ++++++++++++++++++++++++++++++
+ 1 file changed, 30 insertions(+)
+
+commit 6131fb6283cff87333db14b9b32e92be6139c3d6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 30 00:38:01 2018 -0700
+
+    [util] Don't close stdin/stdout
+
+ util/options.cc | 6 ++++++
+ util/options.hh | 8 ++++++--
+ 2 files changed, 12 insertions(+), 2 deletions(-)
+
+commit 7e998d193a1429b42bb69582f9e5738aa6fd1a72
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 23:31:42 2018 -0700
+
+    Fix spurious warning re uninitialized use
+
+ src/hb-ot-layout-common.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 1b7bfb5e1864fc355715b536faac6693b5ce0218
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 30 10:19:40 2018 +0330
+
+    [cmake] Make build of tests and subset optional (#1329)
+
+ .circleci/config.yml |  2 +-
+ CMakeLists.txt       | 19 ++++++-------------
+ 2 files changed, 7 insertions(+), 14 deletions(-)
+
+commit b186274362725b7501211c2a782c1a0badd57107
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 23:21:14 2018 -0700
+
+    [set/map] Fix uninitialized memory
+    
+    I keep forgetting that primitive types are NOT initialized during construction. :|
+
+ src/hb-map.hh    | 4 ++--
+ src/hb-object.hh | 1 +
+ src/hb-set.hh    | 4 ++--
+ 3 files changed, 5 insertions(+), 4 deletions(-)
+
+commit ad3cededdd5ee6a364161e9d27e4cf4d95a80177
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 22:53:16 2018 -0700
+
+    [fuzzing] Make test runners less verbose
+
+ test/fuzzing/run-shape-fuzzer-tests.py  | 3 ++-
+ test/fuzzing/run-subset-fuzzer-tests.py | 1 -
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 4ef671f25f38895e3f87cd69687670c3d8ea4600
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 22:46:19 2018 -0700
+
+    [unicode] Fix a long-standing double-declaration warning
+
+ src/hb-unicode.cc | 31 +++++++------------------------
+ 1 file changed, 7 insertions(+), 24 deletions(-)
+
+commit 166ae8b0aa3b1e7298a1bbb872647cb352a0f924
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 22:40:37 2018 -0700
+
+    Remove now unused hb_auto_t<>
+
+ src/hb-dsalgs.hh | 20 --------------------
+ 1 file changed, 20 deletions(-)
+
+commit 56e0fd345c4e68753123a05cd80291e933d71061
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 22:35:44 2018 -0700
+
+    Remove last use of hb_auto_t<>
+
+ src/hb-ot-cmap-table.hh | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit ca5e5a4979fa4aca873ba986e60b3010aaf0b1de
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 22:30:21 2018 -0700
+
+    Port Coverage::Iter off hb_auto_t<>
+
+ src/hb-ot-layout-common.hh     |  4 +---
+ src/hb-ot-layout-gpos-table.hh |  2 +-
+ src/hb-ot-layout-gsub-table.hh | 26 +++++++++++++-------------
+ src/hb-ot-layout-gsubgpos.hh   |  8 ++++----
+ 4 files changed, 19 insertions(+), 21 deletions(-)
+
+commit 3a4e5dd425a2a37ff4c37db953943386c0b6e5d8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 18:05:25 2018 -0700
+
+    Remove a few unnecessary hb_auto_t<>'s
+    
+    See a85641446c30247c4e948263f0f8c1147ed4efb9
+
+ src/hb-coretext.cc             |  8 ++++----
+ src/hb-ot-cmap-table.hh        |  6 ++----
+ src/hb-ot-layout-gsub-table.hh |  8 ++++----
+ src/hb-ot-layout-gsubgpos.hh   |  2 +-
+ src/hb-ot-layout.cc            | 10 +++++-----
+ src/hb-subset-plan.cc          |  2 +-
+ src/hb-subset.cc               |  2 +-
+ src/hb-uniscribe.cc            | 12 ++++++------
+ 8 files changed, 24 insertions(+), 26 deletions(-)
+
+commit 67a22f377dee0dbd89f301f0a1fec6f787867b5e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 17:37:41 2018 -0700
+
+    [set/map/vector] Make constructable, but not copy or assignable
+    
+    Disable copy/assign on them, as they shouldn't.
+    
+    Make constructor / destructor call init_shallow/fini_shallow,
+    and make those idempotent.  So, these three can be constructed
+    on stack now and no init/fini call is needed.  As such,
+    hb_auto_t<> is not needed anymore.  I'll remove that separately.
+
+ src/hb-map.hh    |  6 ++++++
+ src/hb-set.hh    |  5 +++++
+ src/hb-vector.hh | 37 ++++++++++++++++++++-----------------
+ src/hb.hh        | 12 ++++++++++++
+ 4 files changed, 43 insertions(+), 17 deletions(-)
+
+commit ea0e51d1b161245aaf5ad0f844bb5316b1cbcd5e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 16:00:23 2018 -0700
+
+    Add HB_NO_CREATE_COPY_ASSIGN
+
+ src/hb-open-type.hh | 10 +++++-----
+ src/hb.hh           | 15 +++++++++------
+ 2 files changed, 14 insertions(+), 11 deletions(-)
+
+commit 5b563640b2df5b100130c9901b666713b2e1767e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 15:58:44 2018 -0700
+
+    Remove HB_DISALLOW_COPY_AND_ASSIGN from hb_ot_shape_planner_t
+    
+    It was arbitrary that this struct had it and not dozens of others.
+
+ src/hb-ot-shape.hh | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 14b353c1852be64db244f84bf5e95b4b7f3e65b6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 15:29:13 2018 -0700
+
+    One more iteration
+
+ src/hb.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit c7c5df9ffd4f7bcc84a9a02a565ccc1807cca529
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 15:16:52 2018 -0700
+
+    Try fixing older bots
+    
+    Older C++ doesn't allow struct-with-constructor in union.
+
+ src/hb.hh | 13 ++++++++++++-
+ 1 file changed, 12 insertions(+), 1 deletion(-)
+
+commit be87959a67b8ccf2b21d3cfdb7d16202f18df670
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 15:16:38 2018 -0700
+
+    [cmap] Minor
+
+ src/hb-ot-cmap-table.hh | 16 ++--------------
+ 1 file changed, 2 insertions(+), 14 deletions(-)
+
+commit 35d410f2bad62e98f3634c5ee156d0aea9031067
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 14:45:44 2018 -0700
+
+    Remove ASSERT_POD
+    
+    Newer compilers / language allows structs with constructor in union.
+    So, this was not actually testing anything.  Indeed, the recent
+    change in DISALLOW_COPY *is* making some of our types non-POD.
+    That broke some bots.
+    
+    Just remove this since it wasn't doing much, and I'd rather have
+    DISALLOW_COPY.
+
+ src/hb-blob.hh                             |  1 -
+ src/hb-buffer.hh                           |  1 -
+ src/hb-face.hh                             |  1 -
+ src/hb-font.hh                             |  2 --
+ src/hb-machinery.hh                        |  5 +----
+ src/hb-object.hh                           |  6 +-----
+ src/hb-ot-shape-complex-arabic-fallback.hh |  2 --
+ src/hb-ot-shape-complex-arabic.cc          |  2 --
+ src/hb-ot-shape-complex-hangul.cc          |  2 --
+ src/hb-ot-shape-complex-indic.cc           |  2 --
+ src/hb-ot-shape-complex-khmer.cc           |  2 --
+ src/hb-ot-shape-complex-use.cc             |  2 --
+ src/hb-set-digest.hh                       |  4 ----
+ src/hb-shape-plan.hh                       |  1 -
+ src/hb-subset-input.hh                     |  1 -
+ src/hb-subset-plan.hh                      |  1 -
+ src/hb-unicode.hh                          |  1 -
+ src/hb.hh                                  | 26 --------------------------
+ 18 files changed, 2 insertions(+), 60 deletions(-)
+
+commit 6f0454e176efdb8b99c8aa59b5ad765ca455b8d6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 13:51:15 2018 -0700
+
+    Fix extra-semicolon warnings
+
+ src/hb-machinery.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit a256a92b3fbb72487cf073a63e646eab952b42ed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 11:25:35 2018 -0700
+
+    Make Array types uncopyable-unassignable
+    
+    Finally!  Catches hard-to-find errors like this:
+    
+    -    const SortedArrayOf<SVGDocumentIndexEntry> docs = this+svgDocEntries;
+    +    const SortedArrayOf<SVGDocumentIndexEntry> &docs = this+svgDocEntries;
+    
+    We implement this for our array types.  This, in turn, trickles down
+    into all types that embed the arrays.  So, as long as we define all
+    open-ended structs in terms of Array types (all can be done using
+    UnsizedArrayOf), this achieves the goal of making uncopyable all
+    structs that are variable-sized.  Yay!
+
+ src/hb-open-type.hh | 11 +++++++++++
+ src/hb.hh           |  6 ++++++
+ 2 files changed, 17 insertions(+)
+
+commit 31cc1f74b7028ef88fa0e93e7f12166c7e06de8e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 11:14:37 2018 -0700
+
+    [svg] Minor
+
+ src/hb-ot-color-svg-table.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 1366bb9760d0f171f8f655e5739e74dfd2537652
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 29 11:01:25 2018 -0700
+
+    Fix g-i warnings
+
+ src/hb-ot-color.h | 4 +++-
+ src/hb-ot-name.cc | 4 ++--
+ 2 files changed, 5 insertions(+), 3 deletions(-)
+
+commit ae802c2c6e001492f8f639e4c24546f0e21d86c7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 29 13:42:14 2018 +0330
+
+    [test-ot-color] Minor
+
+ src/test-ot-color.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 7170e35096f0afd084be1350d080695c70c65d40
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 29 13:11:01 2018 +0330
+
+    Rename deprecated symbols list file name and clean it up (#1328)
+
+ src/Makefile.am      | 6 +++---
+ src/gen-def.py       | 9 ++++-----
+ test/api/Makefile.am | 2 +-
+ 3 files changed, 8 insertions(+), 9 deletions(-)
+
+commit 1dfe964378e97e45eedf9db9b9a7f675fe38c0bf
+Merge: f10252b4b 9c692e5b8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 29 12:34:33 2018 +0330
+
+    Merge pull request #1326 from ebraminio/test-ot-color
+    
+    Revive and rename dump-emoji to test-ot-color but use public APIs instead
+
+commit 9c692e5b8d195d8e82538594d89865c609d708f3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 29 11:36:11 2018 +0330
+
+    [test-ot-color] Use public APIs on the tool
+
+ src/Makefile.am      |   9 +++
+ src/test-ot-color.cc | 184 +++++++++++++++++++++++++++++----------------------
+ 2 files changed, 113 insertions(+), 80 deletions(-)
+
+commit fb525f8943b43fe241424c93461bee2b94af28e3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 29 09:43:17 2018 +0330
+
+    Rename dump-emoji to test-ot-color
+
+ src/{dump-emoji.cc => test-ot-color.cc} | 0
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 81bcf47e9ea7eb447ff95ce48ecbc5c4439cb53f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 29 09:40:39 2018 +0330
+
+    Revive dump-emoji
+
+ src/dump-emoji.cc | 322 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 322 insertions(+)
+
+commit f10252b4b637b4aa0b74bb75963ae1e1a41b5b9f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 29 10:29:58 2018 +0330
+
+    [svg] Fix incorrect array referencing
+
+ src/hb-ot-color-svg-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5eb251aab041d89b06b0d3f65906ff6712608263
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 23:16:13 2018 -0700
+
+    [cbdt] Implement strike selection logic
+
+ src/hb-ot-color-cbdt-table.hh | 25 ++++++++++++++++++++-----
+ 1 file changed, 20 insertions(+), 5 deletions(-)
+
+commit 98bddbc8ef3330bc5635f6255e6b9c16593a1934
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 23:14:15 2018 -0700
+
+    [sbix] Minor
+
+ src/hb-ot-color-sbix-table.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 8cffee0577284839a24d9fb863206886d2373974
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 23:07:59 2018 -0700
+
+    [cbdt] Simplify more
+
+ src/hb-ot-color-cbdt-table.hh | 22 +++++++---------------
+ 1 file changed, 7 insertions(+), 15 deletions(-)
+
+commit 574579d3766b7b42e62495cb9a98f3ffd91079e8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 23:04:37 2018 -0700
+
+    [color] Rename get_strike() to choose_strike()
+
+ src/hb-ot-color-cbdt-table.hh |  8 ++++----
+ src/hb-ot-color-sbix-table.hh | 10 +++++-----
+ 2 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 0aa90271fdbb2b85389cd5af029b6d4468fb8146
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 23:03:20 2018 -0700
+
+    [tests] Fix for recent rounding change in CBDT
+
+ test/shaping/data/in-house/tests/color-fonts.tests | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e2ba96da4c39ba5fe941bf2704c1e7cc5f98034f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 23:01:57 2018 -0700
+
+    [cbdt] Refactor get_strike()
+
+ src/hb-ot-color-cbdt-table.hh | 39 ++++++++++++++++-----------------------
+ src/hb-ot-color.cc            |  2 +-
+ 2 files changed, 17 insertions(+), 24 deletions(-)
+
+commit 6983cca9c865752fe0a9a065f9b0278b686c3abc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 22:46:18 2018 -0700
+
+    [cbdt] Minor
+
+ src/hb-ot-color-cbdt-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e998fb9fbfbd79b476d758238af60f6a4ddff20c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 22:45:53 2018 -0700
+
+    [color] Round extents when scaling
+
+ src/hb-ot-color-cbdt-table.hh | 12 +++++++-----
+ src/hb-ot-color-sbix-table.hh | 12 ++++++------
+ 2 files changed, 13 insertions(+), 11 deletions(-)
+
+commit c929ccfcea18c5c35d6d41ae921845eeffba978a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 29 08:41:13 2018 +0330
+
+    [ot-color/png] Consider strike ppem on scaling
+
+ src/hb-ot-color-cbdt-table.hh |  5 +++--
+ src/hb-ot-color-sbix-table.hh | 23 +++++++++++++++++++----
+ src/hb-ot-color.cc            |  2 +-
+ src/hb-ot-font.cc             |  2 +-
+ test/api/test-ot-color.c      |  4 ++--
+ 5 files changed, 26 insertions(+), 10 deletions(-)
+
+commit a8c9facf7a73cca39e3fed1f637db4858e64414a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 18:32:37 2018 -0700
+
+    [svg] Cosmetic
+
+ src/hb-ot-color-svg-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9c1460e5685448ad4eac8faff9f05e456f87ed28
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 18:29:14 2018 -0700
+
+    [svg] Use SortedArrayOf.bsearch
+
+ src/hb-ot-color-svg-table.hh | 18 +++---------------
+ 1 file changed, 3 insertions(+), 15 deletions(-)
+
+commit 18dd6363a5021cfd770b431a6320386f94447674
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 18:26:49 2018 -0700
+
+    [svg] Minor
+
+ src/hb-ot-color-svg-table.hh | 23 +++++++++++------------
+ 1 file changed, 11 insertions(+), 12 deletions(-)
+
+commit 4876c938a20af356988d566ba95472d3bcbb133d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 18:01:25 2018 -0700
+
+    [sbix] Comment
+
+ src/hb-ot-color-sbix-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 519fca101466283ca5c993dec2ec2c6891d8add5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 16:32:20 2018 -0700
+
+    [color] Minor
+
+ src/hb-ot-color.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e8ff27c2082ffcf3bd213e7a77d823dc1809857e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 16:29:09 2018 -0700
+
+    Minor
+
+ src/hb-open-type.hh        | 6 ++++--
+ src/hb-ot-layout-common.hh | 4 ++--
+ 2 files changed, 6 insertions(+), 4 deletions(-)
+
+commit 65621723815138150e8a6354413ed14d53cf35b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 16:27:18 2018 -0700
+
+    [sbix] Use LOffsetLArrayOf<>
+
+ src/hb-open-type.hh           | 2 ++
+ src/hb-ot-color-sbix-table.hh | 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit a3ddd8067f266e49d9451c53a0fd40aff8551af7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 16:26:03 2018 -0700
+
+    [sbix] Add get_strike
+
+ src/hb-ot-color-sbix-table.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 95524ed9bccdcd0d6a46c5dcc372e96a0c34b5f0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 15:58:48 2018 -0700
+
+    [sbix] Remove sbix_len
+
+ src/hb-ot-color-sbix-table.hh | 29 +++++++++++++++++++++--------
+ 1 file changed, 21 insertions(+), 8 deletions(-)
+
+commit 69e9846452f829f82f6866a683845167b3d3d6e5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 15:53:11 2018 -0700
+
+    [sbix] Fix get_glyph_blob() on Null object
+
+ src/hb-ot-color-sbix-table.hh | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 4e0ee2af091634198c4b9b17036d9391a4e6b084
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 15:44:40 2018 -0700
+
+    [sbix] Simplify ppem access
+    
+    If struct members are simple and needed publicly, we make them public.
+
+ src/hb-ot-color-sbix-table.hh | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 6ac9a4eaa3a47c9b9f2c7aa123255e82ccc53551
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 15:43:54 2018 -0700
+
+    [sbix] Simplify glyph_length calc
+
+ src/hb-ot-color-sbix-table.hh | 22 +++++-----------------
+ 1 file changed, 5 insertions(+), 17 deletions(-)
+
+commit 0730d623854dc17ce0c3f1f2755a90b656c8e52c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 15:38:42 2018 -0700
+
+    [sbix] Check glyph data end is in range
+
+ src/hb-ot-color-sbix-table.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit b76dc03108d04975335dbf3580f8d02321cb5d25
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 15:36:17 2018 -0700
+
+    [sbix] Reduce code
+
+ src/hb-ot-color-sbix-table.hh | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 50fb02a219dbf168d300c4ccf9f29aee38a78e6c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 15:33:12 2018 -0700
+
+    [sbix] Check glyph id before looking into unsafe array
+    
+    That 'Z' at end of imageOffsetsZ is a reminder that you should check...
+
+ src/hb-ot-color-sbix-table.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit a8cb9c73da29afa89b0253b6475ff220613e100a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 15:30:57 2018 -0700
+
+    [sbix] Simplify 'dupe' handling logic
+
+ src/hb-ot-color-sbix-table.hh | 21 +++++++++++----------
+ 1 file changed, 11 insertions(+), 10 deletions(-)
+
+commit d7eb534e59064633732959c3771b6557cc97005e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 15:27:04 2018 -0700
+
+    [sbix] Check offsets before proceeding
+
+ src/hb-ot-color-sbix-table.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit c8380bd3e4a2e51dfbe2e44e19738445be16ac75
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 15:20:33 2018 -0700
+
+    [color] Remove more dump-emoji cruft
+
+ src/hb-ot-color-cbdt-table.hh | 53 -------------------------------------------
+ src/hb-ot-color-sbix-table.hh | 13 -----------
+ 2 files changed, 66 deletions(-)
+
+commit 68f2c832c894d71715073d4748ad321a9d271a0e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 15:18:55 2018 -0700
+
+    Remove dump-emoji
+
+ src/Makefile.am               |   9 --
+ src/dump-emoji.cc             | 322 ------------------------------------------
+ src/hb-ot-color-sbix-table.hh |   4 +-
+ 3 files changed, 3 insertions(+), 332 deletions(-)
+
+commit b46de42b3a4bdf110154f4f067656f153f5a7d1b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 15:13:45 2018 -0700
+
+    [sbix] Fix order of parameters
+
+ src/hb-ot-color-sbix-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a91cda72abdfc5e401510474c59dd14026e8b6cb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 15:12:05 2018 -0700
+
+    [sbix] Remove redundant parameter
+
+ src/hb-ot-color-sbix-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c712005f55b2a1e5c782302d8a548cf1231c01f0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 15:11:10 2018 -0700
+
+    [sbix] Add get_strike()
+
+ src/hb-ot-color-sbix-table.hh | 23 +++++++++++++----------
+ 1 file changed, 13 insertions(+), 10 deletions(-)
+
+commit 400bc3f030b4ffebe24aa3562d8eb5fcc1cf4bdd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 15:05:40 2018 -0700
+
+    [sbix] Remove a couple of extra checks
+
+ src/hb-ot-color-sbix-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 3770282c837aacbf49b16be1986c91a608faa7da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 15:02:53 2018 -0700
+
+    [sbix] Rename sbix_table to table in accelerator
+
+ src/hb-ot-color-sbix-table.hh | 26 +++++++++++++-------------
+ 1 file changed, 13 insertions(+), 13 deletions(-)
+
+commit 7346841807ad96fc65bfc6ee9e78c3f190488f2a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 15:00:13 2018 -0700
+
+    [cbdt] Rename reference_blob_for_glyph() to reference_png()
+
+ src/hb-ot-color-cbdt-table.hh | 8 ++++----
+ src/hb-ot-color.cc            | 2 +-
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 1f33b8525d578323d6c798c08fc23c56896f9de0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 14:56:55 2018 -0700
+
+    [sbix] Rename ugly reference_blob_for_glyph() to reference_png()
+
+ src/hb-ot-color-sbix-table.hh | 16 +++++++---------
+ src/hb-ot-color.cc            |  4 +---
+ 2 files changed, 8 insertions(+), 12 deletions(-)
+
+commit 946b5344193183133bfc9799e26d3d0436d86404
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 14:52:25 2018 -0700
+
+    [sbix] Fix uninitialized variables
+
+ src/hb-ot-color-sbix-table.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 01c7d53fb739b547f3633972194893f68a4738bc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 14:51:18 2018 -0700
+
+    [sbix] Select best strike based on ppem
+
+ src/hb-ot-color-sbix-table.hh | 50 ++++++++++++++++++++++++-------------------
+ src/hb-ot-color.cc            |  3 +--
+ src/hb-ot-font.cc             |  2 +-
+ 3 files changed, 30 insertions(+), 25 deletions(-)
+
+commit f9f26bff4c79d65a92affd6b73e2b3de017f2d6d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 14:20:50 2018 -0700
+
+    [sbix] Move code around. Add get_extents()
+
+ src/hb-ot-color-sbix-table.hh | 15 +++++++++++++--
+ src/hb-ot-font.cc             |  2 +-
+ 2 files changed, 14 insertions(+), 3 deletions(-)
+
+commit 48bc3039cb46d2b8cf672d86b63b4235a86252e6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 14:16:52 2018 -0700
+
+    [sbix] Check blob length against PNG header leangth
+
+ src/hb-ot-color-sbix-table.hh | 37 +++++++++++++++++++++++--------------
+ 1 file changed, 23 insertions(+), 14 deletions(-)
+
+commit d3ec31a57cb99048fb33bca65041da9dc884d8cb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 29 00:28:44 2018 +0330
+
+    [ot-color] More on PNGHeader fields
+
+ src/hb-ot-color-sbix-table.hh | 12 +++++++++---
+ 1 file changed, 9 insertions(+), 3 deletions(-)
+
+commit 35fa3d326096639a33635e19f204a9cb31f20826
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 29 00:07:26 2018 +0330
+
+    [ot-color] Apply Behdad comment
+
+ src/hb-ot-color-sbix-table.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 307d61867a2b70073eecd1e0cb9b7d912e1c3f06
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 29 00:03:01 2018 +0330
+
+    [ot-color] Make PNGHeader reading actually work
+
+ src/hb-ot-color-sbix-table.hh | 6 +++---
+ test/api/test-ot-color.c      | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 632e9af862aba49ab31343c4fd07dffef6d2749f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 28 23:43:50 2018 +0330
+
+    [ot-color] Implement PNGHeader and test it, it doesn't work however
+
+ src/hb-ot-color-sbix-table.hh | 20 +++++++++++++++-----
+ src/hb-ot-font.cc             |  4 +---
+ test/api/test-ot-color.c      | 16 ++++++++++++++++
+ 3 files changed, 32 insertions(+), 8 deletions(-)
+
+commit 38706a0746822865008f810f9f577740c32580fa
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 28 23:19:04 2018 +0330
+
+    [ot-color] Preparation for setting PNG width/height in extents
+
+ src/dump-emoji.cc             |  7 +++---
+ src/hb-ot-color-sbix-table.hh | 52 +++++++++++++++++++++++++++++++++++--------
+ src/hb-ot-color.cc            | 14 +++++-------
+ src/hb-ot-font.cc             |  7 +++++-
+ 4 files changed, 59 insertions(+), 21 deletions(-)
+
+commit d6d6f3bc225bab57c1ab29b41876c98ac4ec1e4d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 11:41:33 2018 -0700
+
+    [docs] Add comment
+
+ src/hb-ot-font.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 3d4c1f6a41022ec99adefa2bdd2489622e2f9a66
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 28 21:38:56 2018 +0330
+
+    [ot-color] Apply Behdad reviews
+
+ docs/harfbuzz-sections.txt    |  4 ++--
+ src/hb-ot-color-cbdt-table.hh | 15 ++++-----------
+ src/hb-ot-color-sbix-table.hh |  6 ++----
+ src/hb-ot-color.cc            |  8 ++++----
+ src/hb-ot-color.h             |  4 ++--
+ test/api/test-ot-color.c      | 14 +++++++-------
+ 6 files changed, 21 insertions(+), 30 deletions(-)
+
+commit 8ef0d2ef928ac47278d7c6db8c8040a47f076e85
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 28 20:09:40 2018 +0330
+
+    [ot-color] Apply Behdad comment
+
+ src/dump-emoji.cc             |  2 +-
+ src/hb-ot-color-cbdt-table.hh | 16 +++++++---------
+ src/hb-ot-color-sbix-table.hh | 14 ++++----------
+ src/hb-ot-color.cc            | 22 +++++++---------------
+ src/hb-ot-color.h             |  5 +----
+ test/api/test-ot-color.c      | 15 ++++-----------
+ 6 files changed, 24 insertions(+), 50 deletions(-)
+
+commit dbd419bedef06a07c844b6a748a5e2868016000c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 27 15:15:24 2018 +0330
+
+    [ot-color] Add public API for CBDT/sbix/SVG color Emojis
+
+ docs/harfbuzz-sections.txt |  4 ++++
+ src/dump-emoji.cc          |  4 ++--
+ src/hb-ot-color.cc         | 39 ++++-----------------------------------
+ src/hb-ot-color.h          | 24 ++++++++++++++++++++++++
+ test/api/test-ot-color.c   |  8 ++------
+ 5 files changed, 36 insertions(+), 43 deletions(-)
+
+commit 6ce49a921a80f1238ddc537f77a1fceea5274a21
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 08:26:30 2018 -0700
+
+    [name] Change hb_name_id_t back to unsigned int
+    
+    https://github.com/harfbuzz/harfbuzz/commit/d941f66c75fe26f909b1ba248535cc372bbde851#commitcomment-31076011
+
+ docs/harfbuzz-sections.txt    |  2 --
+ src/hb-ot-color-cpal-table.hh |  4 ++--
+ src/hb-ot-layout.cc           | 12 ++++++------
+ src/hb-ot-name-table.hh       |  2 +-
+ src/hb-ot-name.h              |  6 +++---
+ src/test-size-params.cc       |  2 +-
+ 6 files changed, 13 insertions(+), 15 deletions(-)
+
+commit a4f4f5ba5f64174dea931e02367aa4067d034383
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 28 08:23:36 2018 -0700
+
+    [docs] Fix titles here as well
+
+ src/hb-map.cc        | 2 +-
+ src/hb-set.cc        | 2 +-
+ src/hb-shape-plan.cc | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 213b6dd33564d0273b1db1c17a4e82548b727dfe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 18:36:24 2018 -0700
+
+    [name] Make sure hb_name_id_t is int-sized
+    
+    https://github.com/harfbuzz/harfbuzz/commit/d941f66c75fe26f909b1ba248535cc372bbde851#commitcomment-31068905
+
+ src/hb-ot-name.h | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 4740a3593d6bbb97758593b7d5cd1b86eccbed78
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 05:07:54 2018 -0700
+
+    [docs] Divide reference API into three chapters
+
+ docs/harfbuzz-docs.xml | 213 +++++++++++++------------------------------------
+ 1 file changed, 56 insertions(+), 157 deletions(-)
+
+commit 1d40d72f291ed5e11850f8bd51a8562b57de1997
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 05:00:42 2018 -0700
+
+    [docs] Hook up hb-var
+
+ docs/harfbuzz-docs.xml |  1 +
+ src/hb-ot-var.cc       | 11 +++++++++++
+ 2 files changed, 12 insertions(+)
+
+commit 80d9a427cf61f61512de13cd88bdc63d881019fe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 04:58:32 2018 -0700
+
+    [docs] Document remaining sections
+
+ src/hb-ot-color.cc  | 10 ++++++++++
+ src/hb-ot-font.cc   | 10 ++++++++++
+ src/hb-ot-layout.cc | 10 ++++++++++
+ src/hb-ot-math.cc   | 11 +++++++++++
+ src/hb-ot-name.cc   | 10 ++++++++++
+ src/hb-ot-shape.cc  | 10 ++++++++++
+ 6 files changed, 61 insertions(+)
+
+commit cf5fa57f00613d324b55732d9e21c779ba0d2de2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 04:50:38 2018 -0700
+
+    [docs] Change section titles again
+    
+    I think I like the uniform "hb-*" more.
+
+ src/hb-blob.cc      |  2 +-
+ src/hb-buffer.cc    |  2 +-
+ src/hb-common.cc    |  4 ++--
+ src/hb-deprecated.h | 12 ++++++++++++
+ src/hb-face.cc      |  2 +-
+ src/hb-font.cc      |  2 +-
+ src/hb-shape.cc     |  2 +-
+ src/hb-unicode.cc   |  2 +-
+ 8 files changed, 20 insertions(+), 8 deletions(-)
+
+commit 04981ee05d83ed30c9f818106589a4de9c3e9b7f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 04:40:43 2018 -0700
+
+    [docs] More
+
+ src/hb-coretext.cc        | 10 ++++++++++
+ src/hb-ft.cc              | 11 +++++++++++
+ src/hb-glib.cc            | 10 ++++++++++
+ src/hb-gobject-structs.cc | 12 ++++++++++++
+ src/hb-graphite2.cc       | 10 ++++++++++
+ src/hb-icu.cc             | 10 ++++++++++
+ src/hb-uniscribe.cc       | 10 ++++++++++
+ 7 files changed, 73 insertions(+)
+
+commit 5dd86aa33b4e52a0de4fcd96b2ea7bafcae8dd34
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 04:28:40 2018 -0700
+
+    [docs] Rename section titles to object names
+    
+    More useful.
+
+ src/hb-blob.cc       | 2 +-
+ src/hb-buffer.cc     | 2 +-
+ src/hb-face.cc       | 4 ++--
+ src/hb-font.cc       | 4 ++--
+ src/hb-map.cc        | 2 +-
+ src/hb-set.cc        | 2 +-
+ src/hb-shape-plan.cc | 2 +-
+ src/hb-unicode.cc    | 2 +-
+ 8 files changed, 10 insertions(+), 10 deletions(-)
+
+commit 524fb70216d7fec17f5327237faa4d092ae15a00
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 04:27:36 2018 -0700
+
+    [docs] More
+
+ src/hb-map.cc | 11 ++++++++++-
+ src/hb-set.cc | 11 ++++++++++-
+ 2 files changed, 20 insertions(+), 2 deletions(-)
+
+commit 46072b7cb55bfeb8c46a78cbdb335dfdcce48298
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 04:21:20 2018 -0700
+
+    [ot] Fold hb-ot-tag.h into hb-ot-layout.h
+
+ docs/harfbuzz-docs.xml     |  1 -
+ docs/harfbuzz-sections.txt | 20 +++++-------
+ src/Makefile.sources       |  1 -
+ src/hb-graphite2.cc        |  2 +-
+ src/hb-ot-layout.h         | 42 ++++++++++++++++++++++++-
+ src/hb-ot-tag.h            | 78 ----------------------------------------------
+ src/hb-ot.h                |  1 -
+ src/hb-uniscribe.cc        |  2 +-
+ 8 files changed, 51 insertions(+), 96 deletions(-)
+
+commit 00cf4e5eb6dcb04406d5a519712da799277cec2e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 04:07:33 2018 -0700
+
+    [docs] Fill in some sections
+
+ docs/harfbuzz-docs.xml     | 20 ++++++--------
+ docs/harfbuzz-sections.txt | 65 +++++++++++++++++++---------------------------
+ src/hb-blob.cc             | 13 ++++++++++
+ src/hb-buffer.cc           |  3 ++-
+ src/hb-common.cc           | 23 ++++++++++++++++
+ src/hb-face.cc             | 13 ++++++++++
+ src/hb-font.cc             | 13 ++++++++++
+ src/hb-shape-plan.cc       | 13 ++++++++++
+ src/hb-shape.cc            |  4 ++-
+ src/hb-unicode.cc          | 14 ++++++++++
+ 10 files changed, 129 insertions(+), 52 deletions(-)
+
+commit 55a19d73b4d5e7ddd328263d241a442f16f005b2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 04:01:19 2018 -0700
+
+    Move HB_EXTERN
+
+ src/hb-common.h | 4 ++++
+ src/hb.h        | 4 ----
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 524e854c15f9d6c50c5456ae0e188f039dcf153c
+Merge: 4ee3c8272 8180c37df
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 27 15:04:43 2018 +0330
+
+    Merge pull request #1318 from ebraminio/png
+    
+    Add a non-hooked _png _svg get emoji blob
+
+commit 8180c37df0a856dbc3564c0aefd8b2acab8baf8a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 27 14:45:00 2018 +0330
+
+    [ot-color] Remove _png and _svg public APIs
+
+ docs/harfbuzz-sections.txt |  4 ----
+ src/dump-emoji.cc          | 11 ++++++++---
+ src/hb-ot-color.cc         | 39 +++++++++++++++++++++++++++++++++++----
+ src/hb-ot-color.h          | 24 ------------------------
+ test/api/test-ot-color.c   |  8 ++++++--
+ 5 files changed, 49 insertions(+), 37 deletions(-)
+
+commit 9aa6279a2d64ab8057b0d7acbcc77044442c6d0e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 27 14:24:58 2018 +0330
+
+    [ot-color/png] Try to get image blob from sbix first options.aat is set
+
+ src/hb-ot-color.cc | 16 +++++++++++-----
+ 1 file changed, 11 insertions(+), 5 deletions(-)
+
+commit b42661ee91ea92309e827a970f370cacc62c73aa
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 27 14:15:38 2018 +0330
+
+    [ot-color] Add some documentation
+
+ src/hb-ot-color.cc | 37 +++++++++++++++++++------------------
+ src/hb-ot-color.h  |  2 +-
+ 2 files changed, 20 insertions(+), 19 deletions(-)
+
+commit 4ee3c8272c31736980218cba95f97fed53d24e14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 03:18:45 2018 -0700
+
+    [docs] Fix hb_name_id_t
+    
+    Yep, was not recognized without this patch!
+
+ src/hb-ot-name.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9435fb24daadf08add9a701816da01bd54c0cd78
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 27 13:32:14 2018 +0330
+
+    [ot-color/png] Implement CBDT part
+
+ src/hb-ot-color-cbdt-table.hh | 56 +++++++++++++++++++++++++++++++++++++++----
+ src/hb-ot-color.cc            | 19 ++-------------
+ src/hb-ot-color.h             |  4 ++++
+ test/api/test-ot-color.c      | 25 ++++++++++++++++---
+ 4 files changed, 79 insertions(+), 25 deletions(-)
+
+commit 9457cfd7bcc9c2fff38194f2bb82ab7be881bfeb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 03:15:34 2018 -0700
+
+    [docs] Hook up hb-map
+
+ docs/harfbuzz-docs.xml | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit d941f66c75fe26f909b1ba248535cc372bbde851
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 02:55:52 2018 -0700
+
+    [name] Make hb_name_id_t be the enum
+    
+    This is like hb_script_t.
+    
+    We had this exposed as unsigned int since 2.0.0 release in two APIs,
+    as well as hb_ot_layout_get_size_params() from earlier.
+    But since no one uses those (right?!), let's just fix this now.
+
+ docs/harfbuzz-docs.xml        |  6 ++++--
+ docs/harfbuzz-sections.txt    |  4 +++-
+ src/hb-ot-color-cpal-table.hh | 12 ++++++------
+ src/hb-ot-layout.cc           | 16 ++++++++--------
+ src/hb-ot-name-table.hh       |  2 +-
+ src/hb-ot-name.h              | 15 ++++-----------
+ src/test-size-params.cc       |  2 +-
+ 7 files changed, 27 insertions(+), 30 deletions(-)
+
+commit 40496a54a03864c5e6a1224c18b4b93a1f578eed
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 02:49:32 2018 -0700
+
+    [name] Move HB_NAME_ID_INVALID into the enum
+    
+    Don't know how to document anonymous enum members.
+
+ src/hb-ot-name.h | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit a8a55b9f892a5e4f086b20bbe337dc29182210af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 02:45:57 2018 -0700
+
+    [name] Move around
+
+ src/hb-ot-name.h | 74 ++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 37 insertions(+), 37 deletions(-)
+
+commit 3b7e5f131383956e19642d28c938f1bc0d16295f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 02:39:20 2018 -0700
+
+    [name] Rename hb_ot_name_get_names() to hb_ot_name_list_names()
+    
+    And swap return value positions, so can be annotated for gobject-introspectin.
+
+ docs/harfbuzz-sections.txt |  2 +-
+ src/hb-ot-name.cc          | 17 ++++++++---------
+ src/hb-ot-name.h           |  6 +++---
+ src/test-name-table.cc     |  4 ++--
+ 4 files changed, 14 insertions(+), 15 deletions(-)
+
+commit 4025ad804383dc8d5ace9654ae21d4d726d0dbc4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 02:35:06 2018 -0700
+
+    Document new API
+
+ src/hb-common.h     | 30 +++++++++++++++++++++++++-
+ src/hb-ot-color.cc  | 16 +++++++-------
+ src/hb-ot-layout.cc |  2 +-
+ src/hb-ot-name.cc   | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-name.h    | 15 +++++++++++++
+ 5 files changed, 113 insertions(+), 11 deletions(-)
+
+commit 5e2a52f71a8d081441fbc1c57a3550e3a9573e46
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 27 12:44:33 2018 +0330
+
+    [sbix] Remove dump method from sbix accelerator
+
+ src/dump-emoji.cc             | 36 ++++++++++++++++++++++++------------
+ src/hb-ot-color-sbix-table.hh | 26 ++++++++++----------------
+ 2 files changed, 34 insertions(+), 28 deletions(-)
+
+commit 0353ac6cde47df8f5386733f5c12cc60732a5bf4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 27 12:24:53 2018 +0330
+
+    Fix test-name-table on older bots
+
+ src/test-name-table.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit dc11a38107ac1f0a2d3edacae33ff7f10f5e894c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 27 12:15:25 2018 +0330
+
+    [sbix] Set num_glyphs on accelerator
+    
+    dump-emoji was broken without it
+
+ src/hb-ot-color-sbix-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 6a38fd68a8f4e66d9248e0c943ae3a1cf45c521b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 27 10:50:53 2018 +0330
+
+    [ot-color/png] sbix runtime memory check
+
+ src/hb-ot-color-cbdt-table.hh | 16 +++++++---------
+ src/hb-ot-color-sbix-table.hh | 18 ++++++++++++------
+ src/hb-ot-color-svg-table.hh  |  4 ++--
+ 3 files changed, 21 insertions(+), 17 deletions(-)
+
+commit ca645accb97841e01846e45cda32e6bd2ad15940
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 00:39:31 2018 -0700
+
+    Comment
+
+ src/hb-ot-shape-complex-indic.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 265ad408ca41e9d0b5a1056a751d834d4eadc911
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 26 23:55:11 2018 +0330
+
+    [ot-color/png] Implement sbix part
+
+ docs/harfbuzz-sections.txt    |  2 +
+ src/dump-emoji.cc             |  5 ++-
+ src/hb-ot-color-cbdt-table.hh | 27 ++++++++----
+ src/hb-ot-color-sbix-table.hh | 98 +++++++++++++++++++++++++++++++++++++------
+ src/hb-ot-color.cc            | 64 ++++++++++++++++++++++++++++
+ src/hb-ot-color.h             |  9 ++++
+ test/api/test-ot-color.c      | 32 ++++++++++++++
+ 7 files changed, 215 insertions(+), 22 deletions(-)
+
+commit 7f5941e162bf7806299656edafd452a47b5a55b9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 27 00:06:48 2018 -0700
+
+    Remove stale comment
+    
+    Ugliness was fixed in 30eab97a0072fbc22d353082249e0e6e546cd86b
+    But yeah, my smell detector was working.  Ugliness was buggy.
+
+ src/hb-ot-shape-normalize.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit e7400c0275cad4f584eeaf21ce6d5c6adca29bbb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 26 22:09:17 2018 -0700
+
+    [docs] Hook up new symbols
+
+ docs/harfbuzz-docs.xml     | 46 +++++++++++++++++++++++++++++++++++++++++-----
+ docs/harfbuzz-sections.txt | 21 +++++++++++++++++++++
+ src/hb-ot-color.cc         |  2 +-
+ 3 files changed, 63 insertions(+), 6 deletions(-)
+
+commit 6aa019c4af6b64bb732205e6051f3e73e1b70721
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 26 22:02:17 2018 -0700
+
+    [morx] Fix merge_cluster to end at last ligature component
+    
+    Don't assume current position was a component in the ligature.
+
+ src/hb-aat-layout-morx-table.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 00ae4be6bf8b1d0800043167c5cf95187ac12515
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 26 21:59:20 2018 -0700
+
+    [morx] Fix bailing out ligation at end-of-text
+    
+    Check was after a move_to, which wouldn't work.
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11147
+
+ src/hb-aat-layout-morx-table.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 30eab97a0072fbc22d353082249e0e6e546cd86b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 26 21:54:07 2018 -0700
+
+    Fix invalid memory read
+    
+    Buffer might be relocated inside replace_glyphs().
+    
+    Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=895117
+
+ src/hb-ot-shape-normalize.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 79b2fa62ca7eb5a875778d3a2ecae63350083ba3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 26 21:21:18 2018 -0700
+
+    [indic] Fix infinite loop
+    
+    Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=863044
+
+ src/hb-ot-shape-complex-indic.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 39bd07aed5fe6ccddde53206bafceec32d56dcc1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 26 21:01:11 2018 -0700
+
+    Fix bunch of unused parameter warnings
+    
+    Show up with gcc -O0.
+    
+    There's a few more but those are functions that need to be filled in.
+    
+    Maybe this is a lost battle...
+
+ src/gen-vowel-constraints.py                 |  4 ++--
+ src/hb-aat-layout-common.hh                  |  7 +++++--
+ src/hb-aat-layout-kerx-table.hh              |  4 ++--
+ src/hb-aat-layout-morx-table.hh              | 10 +++++-----
+ src/hb-face.cc                               |  2 +-
+ src/hb-font.cc                               | 29 ++++++++++++++--------------
+ src/hb-graphite2.cc                          |  9 ++++++---
+ src/hb-machinery.hh                          |  4 ++--
+ src/hb-ot-color-cbdt-table.hh                |  2 +-
+ src/hb-ot-glyf-table.hh                      |  4 ++--
+ src/hb-ot-hmtx-table.hh                      |  2 +-
+ src/hb-ot-layout-gpos-table.hh               |  2 +-
+ src/hb-ot-math-table.hh                      |  2 +-
+ src/hb-ot-maxp-table.hh                      |  2 +-
+ src/hb-ot-shape-complex-arabic-fallback.hh   |  6 +++---
+ src/hb-ot-shape-complex-arabic.cc            |  6 +++---
+ src/hb-ot-shape-complex-hangul.cc            |  2 +-
+ src/hb-ot-shape-complex-khmer.cc             |  2 +-
+ src/hb-ot-shape-complex-myanmar.cc           |  6 +++---
+ src/hb-ot-shape-complex-use.cc               |  8 ++++----
+ src/hb-ot-shape-complex-vowel-constraints.cc |  4 ++--
+ src/hb-ot-shape-fallback.cc                  |  4 ++--
+ src/hb-ot-shape-normalize.cc                 |  4 +++-
+ src/hb-ot-shape.cc                           |  2 +-
+ src/hb-ot-tag.cc                             |  3 +--
+ src/hb-ot-vorg-table.hh                      |  2 +-
+ src/hb-set.cc                                |  2 +-
+ src/hb-shape-plan.cc                         |  2 +-
+ src/hb-utf.hh                                |  2 +-
+ 29 files changed, 73 insertions(+), 65 deletions(-)
+
+commit b2e1ec374cbd2a6e4d79419bd5601a4e2ecb9864
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 26 20:45:28 2018 -0700
+
+    [subset] Fix warning
+
+ src/hb-subset.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 337ea0b7175793305e9d8935aecf385b707a5bc4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 26 20:31:14 2018 -0700
+
+    [fuzzing] Remove HB_NDEBUG
+    
+    Not sure why it ever was added.
+
+ src/Makefile.am | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 12058e44d100c28816f42c91c63a0f960a662181
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 26 16:23:50 2018 -0700
+
+    [fuzzing] Add more test
+
+ ...z-testcase-minimized-harfbuzz_fuzzer-5659690013556736 | Bin 0 -> 2732 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit c965eeadbc71943f2336a20dc16ac691c805b90e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 13:43:25 2018 -0700
+
+    [name] Default to "en" if language is not specified
+
+ src/hb-ot-name.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 3fd6e5dbefe52a4a2e604c28a4edfbd40ed16027
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 24 13:42:38 2018 -0700
+
+    [name] Add pre-defined nameIDs
+
+ src/hb-ot-name.h | 29 +++++++++++++++++++++++++++++
+ 1 file changed, 29 insertions(+)
+
+commit 20d0171d20cf9f3f93bdd6878bbc1d7d8329e75f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 24 13:20:19 2018 -0700
+
+    [name] Fill out most missing language codes
+
+ src/hb-ot-name-language.cc | 114 +++++++++++++++++++++++----------------------
+ 1 file changed, 58 insertions(+), 56 deletions(-)
+
+commit 622b014faf7bbe7a97f9aff959c434d1664c10d0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 24 12:40:15 2018 -0700
+
+    [name] Skip enumerating names with unknown language
+
+ src/hb-ot-name-table.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 2c39f359e4a7312e3b518f76815d79e42ee96a32
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 24 12:34:30 2018 -0700
+
+    [utf] Remove unused typedef
+
+ src/hb-utf.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit ce81c7429810ad3902c37e50016ca54b9bae6f91
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 24 12:34:03 2018 -0700
+
+    [utf] Fix ASCII
+
+ src/hb-utf.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 327546e633b590d6dedfb901810ccf490a0bf922
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 23:33:44 2018 -0700
+
+    [name] Hook up ltag table
+
+ src/hb-aat-layout.cc     | 15 ++++++++++++++-
+ src/hb-aat-layout.hh     |  5 +++++
+ src/hb-aat-ltag-table.hh | 17 +++++++++++++++--
+ src/hb-ot-face.hh        |  3 ++-
+ src/hb-ot-name-table.hh  |  9 +++++----
+ 5 files changed, 41 insertions(+), 8 deletions(-)
+
+commit dc9a5f88b401fcad598946fcf735010c563741ac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 23:16:06 2018 -0700
+
+    [name] Do record sanitization at run-time
+
+ src/hb-dsalgs.hh        | 62 +++++++++++++++++++++++++++----------------------
+ src/hb-ot-name-table.hh | 22 +++++++++++-------
+ src/hb-ot-name.cc       |  2 +-
+ 3 files changed, 49 insertions(+), 37 deletions(-)
+
+commit a53d301b1c9f72cb42cc0fc321e2ad4dbac8e064
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 23:05:55 2018 -0700
+
+    [name] Minor
+
+ src/hb-ot-name-table.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit c442fd9a10b3e91ab18720188afff08325adf6dc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 22:45:45 2018 -0700
+
+    [name] Add src/test-name-table tool to show all font names
+
+ src/Makefile.am        | 17 ++++++++-----
+ src/test-name-table.cc | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 78 insertions(+), 6 deletions(-)
+
+commit 7007bd9dff9f8eef3263f1b39327552ff1ebae3f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 22:44:36 2018 -0700
+
+    [name] Rebuild language list, include missing entries
+
+ src/hb-ot-name-language.cc | 634 ++++++++++++++++++++++++++-------------------
+ 1 file changed, 370 insertions(+), 264 deletions(-)
+
+commit 68f172101c1228a7d669d71da1d0eeb96a10565e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 22:19:09 2018 -0700
+
+    [name] Fix cmp for invalid language
+
+ src/hb-ot-name-table.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 888a65615c7b11222749ae85c124aaa9a36fe863
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 22:16:32 2018 -0700
+
+    [name] Fix nul-termination bug
+
+ src/hb-ot-name.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9b532e2ed432611005b19c40cac7e626afcccd08
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 22:00:19 2018 -0700
+
+    [name] Add language mapping
+
+ src/Makefile.sources       |   2 +
+ src/hb-ot-name-language.cc | 349 +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-name-language.hh |  40 ++++++
+ src/hb-ot-name-table.hh    |  21 ++-
+ 4 files changed, 399 insertions(+), 13 deletions(-)
+
+commit e2f9b657758cda3708c0a9db971c467ca59d5c19
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 21:19:56 2018 -0700
+
+    [name] Start adding language support
+
+ src/hb-ot-name-table.hh | 25 ++++++++++++++++++++++++-
+ 1 file changed, 24 insertions(+), 1 deletion(-)
+
+commit 6db6bbe64bd63554919647c5b527e03aedbaee4e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 21:12:58 2018 -0700
+
+    [name] Remove unused cmp function
+
+ src/hb-ot-name-table.hh | 16 ----------------
+ 1 file changed, 16 deletions(-)
+
+commit 4668a05006e6c4797df19651489b4589817e1e01
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 20:51:53 2018 -0700
+
+    [name] Hook things up
+    
+    Accept Mac Latin name entries as ASCII as well.
+
+ src/hb-ot-name-table.hh | 24 +++++++++++++++------
+ src/hb-ot-name.cc       |  8 +++++--
+ src/hb-utf.hh           | 55 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 79 insertions(+), 8 deletions(-)
+
+commit 69f5da0629f1e5a307fc49fe58490aa92d1bd0e2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 20:30:40 2018 -0700
+
+    [name] More
+    
+    It assumes all names are encoded in UTF16-BE.  Other than that, and not
+    listing languages correctly, it's *supposed* to work.
+
+ src/hb-dsalgs.hh                | 21 +++++++++++++++++++++
+ src/hb-ot-name-table.hh         | 37 ++++++++++++++++++++++++++++++-------
+ src/hb-ot-name.cc               | 12 ++++++++----
+ src/hb-ot-os2-unicode-ranges.hh | 10 +++++-----
+ src/hb-unicode.cc               |  8 ++++----
+ src/hb-unicode.hh               |  2 +-
+ 6 files changed, 69 insertions(+), 21 deletions(-)
+
+commit 64334aff8c2ea5aa066d77a95844bc6f84efe725
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 20:15:53 2018 -0700
+
+    [name] Fix check
+
+ src/hb-ot-name.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5531bd068e759a5acb3b8d301c0ff9c64844166e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 20:04:05 2018 -0700
+
+    [name] Flesh out UTF-X to UTF-X conversion routines
+
+ src/hb-ot-name.cc |  84 ++++++++++++++++++++++++++++++++++++------
+ src/hb-ot-name.h  |  10 ++---
+ src/hb-utf.hh     | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 182 insertions(+), 19 deletions(-)
+
+commit 84811a06a26508effe9f4a9eaf1be15297ecf0cb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 03:16:03 2018 -0700
+
+    [name] Fix for rebase changes to hb_array_t
+
+ src/hb-ot-name-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 1046b1938b16ab6be861b0828b446fa13cf0377b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 17 05:42:23 2018 -0700
+
+    [name] Some more
+
+ src/hb-ot-name.cc | 19 +++++++++++++------
+ 1 file changed, 13 insertions(+), 6 deletions(-)
+
+commit b4d4d1ea787c829dea023d99f974a38bdc3de0ae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 19:55:17 2018 -0700
+
+    [name] Return full string length from API
+
+ src/hb-ot-name.cc | 6 +++---
+ src/hb-ot-name.h  | 6 +++---
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 8d304ef7f9094a71fabc3efd87b37a030c437adf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 19:04:48 2018 -0700
+
+    [utf] Add UTF16-BE and UTF32-BE
+
+ src/hb-buffer.cc |  4 +--
+ src/hb-utf.hh    | 80 ++++++++++++++++++++++++++++++++------------------------
+ 2 files changed, 48 insertions(+), 36 deletions(-)
+
+commit a826a8730f21ae996ae8f4d12c44dc18b9e8e933
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 13:06:56 2018 -0700
+
+    [name] Hide internal details from public API
+
+ src/hb-ot-name-table.hh | 23 +++++++++++++----------
+ src/hb-ot-name.h        |  3 +--
+ 2 files changed, 14 insertions(+), 12 deletions(-)
+
+commit e7c595a9f09ba1552b2de1f8d56cbdcf376b9cad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 23:34:54 2018 -0700
+
+    [name] More
+
+ src/hb-ot-name.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 75cd8c86bd9b0973864bb92e0244bf038980765e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 23:32:08 2018 -0700
+
+    [name] Add hb_ot_name_get_utf()
+
+ src/hb-ot-name.cc | 24 ++++++++++++++++++------
+ 1 file changed, 18 insertions(+), 6 deletions(-)
+
+commit c783d36324dd1e2031d3387064afab1ce5d90b6f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 23:28:49 2018 -0700
+
+    [name] Pre-allocate array
+
+ src/hb-ot-name-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit c2aa409537c3e8a7b8592ef90f8304bd6588561d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 23:09:28 2018 -0700
+
+    [name] Start implementing hb_ot_name_get_utf16()
+
+ src/hb-ot-name-table.hh |  6 ++++--
+ src/hb-ot-name.cc       | 22 ++++++++++++++++++++++
+ src/hb-ot-name.h        |  8 ++++++--
+ 3 files changed, 32 insertions(+), 4 deletions(-)
+
+commit 740cde8991283b8b4e1e77e022175251eb37d3d1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 23:00:27 2018 -0700
+
+    [name] Implement hb_bytes_t get_name()
+
+ src/hb-ot-name-table.hh | 24 +++++-------------------
+ 1 file changed, 5 insertions(+), 19 deletions(-)
+
+commit c3425f2401dffb1f3b5bd6fdbc0c3e9aad0f4306
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 22:53:40 2018 -0700
+
+    [name] Add hb-ot-name.cc for realz
+
+ src/hb-ot-name.cc | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 50 insertions(+)
+
+commit 90420ed8cb297f1ceff75f5a75c8fa7b6ea6f65e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 22:48:48 2018 -0700
+
+    [name] Implement hb_ot_name_get_names()
+
+ src/Makefile.sources    | 1 +
+ src/hb-ot-name-table.hh | 3 +--
+ src/hb-ot-name.h        | 4 ++--
+ 3 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 9a6c87c17d51fd57e4225c776a0fabbfd313f4f4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 22:42:04 2018 -0700
+
+    [name] Finish accelerator sorting
+
+ src/hb-ot-name-table.hh | 61 +++++++++++++++++++++++++++++++++++++++++--------
+ src/hb-ot-name.h        |  3 ++-
+ 2 files changed, 53 insertions(+), 11 deletions(-)
+
+commit 2157e56b34e7b932dd144ee3563f5bd682bbed30
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 22:22:50 2018 -0700
+
+    [name] Start implementing public API infrastructure
+
+ src/hb-ot-face.cc       |  1 +
+ src/hb-ot-face.hh       |  7 +++---
+ src/hb-ot-name-table.hh | 60 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-name.h        |  3 +++
+ 4 files changed, 68 insertions(+), 3 deletions(-)
+
+commit 0bf93ec0fb549d838b0a246de02a95559a9b2772
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 21:34:10 2018 -0700
+
+    [name] Add public API declarations
+
+ src/hb-ot-name.h | 34 ++++++++++++++++++++++++++++++++++
+ 1 file changed, 34 insertions(+)
+
+commit 982c2f4a65d127e56e09e7ab583f84099b8136bb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 26 15:40:12 2018 -0700
+
+    [indic/khmer/myanmar/use] Clarify clear_syllable
+    
+    No logic change.
+
+ src/hb-ot-shape-complex-indic.cc   |  3 ++-
+ src/hb-ot-shape-complex-khmer.cc   |  4 +---
+ src/hb-ot-shape-complex-myanmar.cc | 40 ++++++++++++++++++--------------------
+ src/hb-ot-shape-complex-use.cc     | 22 +++++++++++++++------
+ 4 files changed, 38 insertions(+), 31 deletions(-)
+
+commit 143ffe65aa7f20d6c53219905cbc2520d680b8dd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 26 12:14:30 2018 +0330
+
+    [fuzz] Add a new testcase
+
+ ...z-testcase-minimized-hb-shape-fuzzer-5658272078495744 | Bin 0 -> 2252 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 30f18039b3c0e5748101f8934ae82aebfc5a83f7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 26 09:34:34 2018 +0330
+
+    [svg] Rename _svg_create_blob to _glyph_reference_blob_svg
+
+ docs/harfbuzz-sections.txt | 2 ++
+ src/dump-emoji.cc          | 2 +-
+ src/hb-ot-color.cc         | 4 ++--
+ src/hb-ot-color.h          | 2 +-
+ test/api/test-ot-color.c   | 6 +++---
+ 5 files changed, 9 insertions(+), 7 deletions(-)
+
+commit 5cb1ce868138a10c0663a18c3891bc717aa4bc64
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 25 22:39:58 2018 +0330
+
+    [svg] Collapse SVGDocumentIndex into SVG
+
+ src/hb-ot-color-svg-table.hh | 54 +++++++++++++++-----------------------------
+ src/hb-ot-color.cc           |  2 +-
+ test/api/test-ot-color.c     |  2 +-
+ 3 files changed, 20 insertions(+), 38 deletions(-)
+
+commit 4ceabb8c2126fe365303b8d69e667005276c0241
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 25 21:52:35 2018 +0330
+
+    [svg] Hide start_glyph and end_glyph from API
+
+ src/dump-emoji.cc            | 21 ++++++++-------------
+ src/hb-ot-color-svg-table.hh | 42 ++++++++++++------------------------------
+ src/hb-ot-color.cc           |  9 ++-------
+ src/hb-ot-color.h            |  5 +----
+ test/api/test-ot-color.c     | 11 ++---------
+ 5 files changed, 25 insertions(+), 63 deletions(-)
+
+commit c7a4e3dfb5c8dd4f8faf08e327bb1900c0096cf6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 23 18:00:48 2018 +0330
+
+    [svg] Add public API
+    
+    * hb_ot_color_has_svg
+    * hb_ot_color_glyph_svg_create_blob
+
+ src/dump-emoji.cc             | 51 +++++++++++++++----------
+ src/hb-open-type.hh           |  1 -
+ src/hb-ot-color-sbix-table.hh |  2 +
+ src/hb-ot-color-svg-table.hh  | 86 ++++++++++++++++++++++++++++++++-----------
+ src/hb-ot-color.cc            | 53 ++++++++++++++++++++++----
+ src/hb-ot-color.h             | 13 +++++++
+ src/hb-ot-face.cc             |  2 +
+ src/hb-ot-face.hh             |  4 +-
+ src/hb-ot-layout.cc           |  4 --
+ test/api/test-ot-color.c      | 43 +++++++++++++++++++---
+ 10 files changed, 199 insertions(+), 60 deletions(-)
+
+commit e98af6d1eda33346f72de8a45fbd317fc0e15935
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 22:25:29 2018 -0700
+
+    [layout] Try to speed up collect_lookups some more
+    
+    Barely made a dent :(.
+
+ src/hb-ot-layout-common.hh |  2 ++
+ src/hb-ot-layout.cc        | 23 ++++-------------------
+ 2 files changed, 6 insertions(+), 19 deletions(-)
+
+commit eb44bfc864f91c0c833c3156475d191ac1b79c72
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 21:42:19 2018 -0700
+
+    [layout] Memoize collect_features
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/1317
+    Fixes https://oss-fuzz.com/v2/testcase-detail/6543700493598720
+
+ src/hb-ot-layout.cc | 55 ++++++++++++++++++++++++++++++++++++++++++++++-------
+ 1 file changed, 48 insertions(+), 7 deletions(-)
+
+commit 84098b1639775aea5bf3f5d91fa6e657b612ce3a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 21:33:12 2018 -0700
+
+    [layout] Remove unintentionally added code
+
+ src/hb-ot-layout-common.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 941600a9e06309f148d51403fa07dc56ce542572
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 21:26:08 2018 -0700
+
+    [layout] Add hb_collect_features_context_t
+    
+    Towards https://github.com/harfbuzz/harfbuzz/pull/1317
+
+ src/hb-ot-layout.cc | 66 +++++++++++++++++++++++++++++------------------------
+ 1 file changed, 36 insertions(+), 30 deletions(-)
+
+commit c237cdfcc74d33f77b2399b4d08228c2fcf50df5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 21:17:30 2018 -0700
+
+    [lookup] Fold another function inline
+
+ src/hb-ot-layout.cc | 48 +++++++++++++++++++++---------------------------
+ 1 file changed, 21 insertions(+), 27 deletions(-)
+
+commit fe5520ddea3941f7a72888d908fd2b895e2f388e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 20:58:34 2018 -0700
+
+    [layout] More prep work to memoize collect_features() work
+
+ src/hb-ot-layout.cc | 62 ++++++++++++++++++++---------------------------------
+ 1 file changed, 23 insertions(+), 39 deletions(-)
+
+commit e8e67503ff0a50eb10ad410d6a76a282ea494cf4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 20:48:20 2018 -0700
+
+    [lookup] More prep work for memoizing collect_features
+    
+    https://github.com/harfbuzz/harfbuzz/pull/1317
+
+ src/hb-ot-layout-common.hh |  2 ++
+ src/hb-ot-layout.cc        | 83 +++++++++++++++++++++-------------------------
+ 2 files changed, 40 insertions(+), 45 deletions(-)
+
+commit 96828b97a8fc2c50721ce040bdde63c462908791
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 20:34:29 2018 -0700
+
+    [layout] Minor
+    
+    We were returning the accelerator's lookup count.  Returns table's.
+    They are the same except for OOM cases.  Just shorter code.
+
+ src/hb-ot-layout.cc | 14 +-------------
+ 1 file changed, 1 insertion(+), 13 deletions(-)
+
+commit 73449cd213c3a12468e99b9c3d840fc60a334902
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 20:32:05 2018 -0700
+
+    [layout] Fold one function inline
+    
+    Preparation for fixing https://github.com/harfbuzz/harfbuzz/pull/1317
+
+ src/hb-ot-layout.cc | 22 +++-------------------
+ 1 file changed, 3 insertions(+), 19 deletions(-)
+
+commit ba5ca6a762cb46a17f41673b14996a12e6cfe3d1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 17:41:26 2018 -0700
+
+    [morx] Use deleted-glyph, instead of actual deletion, in Ligation
+    
+    Closer to what CoreText does.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1302
+
+ src/hb-aat-layout-morx-table.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 5c272e3613667ca532f32764824784c63d797f57
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 17:36:33 2018 -0700
+
+    [morx] Remove deleted-glyph at the end of processing
+
+ src/hb-aat-layout-morx-table.hh | 17 +++++++++++++++++
+ 1 file changed, 17 insertions(+)
+
+commit 1bb8ed86d6cfec0fc87c8e1930d9a86426b42001
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 17:33:48 2018 -0700
+
+    [aat] Minor
+
+ src/hb-aat-layout-common.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 102af615f15d04da20c17d80eb38f5948020f9ac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 17:29:32 2018 -0700
+
+    [aat] Start adding support for DELETED-GLYPH
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1302
+
+ src/hb-aat-layout-common.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 955aa56b11e4fa14bc6d5b1b56cb810e28fab6cd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 16:50:38 2018 -0700
+
+    [vector] Make it act more like pointer
+    
+    Add pointer cast operator and plus operator.
+
+ src/hb-coretext.cc      |  2 +-
+ src/hb-machinery.hh     |  2 +-
+ src/hb-ot-cmap-table.hh |  2 +-
+ src/hb-set.hh           |  8 ++++----
+ src/hb-subset.cc        |  2 +-
+ src/hb-uniscribe.cc     | 12 ++++++------
+ src/hb-vector.hh        |  6 ++++++
+ 7 files changed, 20 insertions(+), 14 deletions(-)
+
+commit 8d55e2adef9a376a5cf83c20aff2dba27dd64da8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 16:37:53 2018 -0700
+
+    [set] Minor
+
+ src/hb-set.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 64c32edfe18f5ef3b348e5c84077ee1f6faf4f48
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 16:35:36 2018 -0700
+
+    [set] Make array access more explicit
+    
+    Follow up on 94e421abbfc7ede9aaf3c8d86bb0ff9992ea3123
+
+ src/hb-set.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit e3ceb2dde3525824de68914e12ad4e8a873ab90a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 14:30:24 2018 -0700
+
+    Fix again
+
+ test/shaping/data/in-house/fonts/DFONT.dfont | Bin 0 -> 3505 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit eceeb85666814023f57ee3517bbb304830a60c55
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 26 00:23:45 2018 +0330
+
+    [docs] Add hb-ot-color section
+
+ docs/harfbuzz-sections.txt | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+
+commit be746009e9b7063dcb57e30e342f9410387ef8b6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Oct 25 13:40:40 2018 -0700
+
+    dropped support of legacy CFF CharString ops
+    
+    along with test & font
+
+ src/hb-cff1-interp-cs.hh          | 135 +-------------------------------------
+ test/api/fonts/cff1_legacyops.otf | Bin 3104 -> 0 bytes
+ test/api/test-ot-extents-cff.c    |  23 -------
+ 3 files changed, 1 insertion(+), 157 deletions(-)
+
+commit 1cfe702872058ebc50d6cb5543daa38fb3a7ebfb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 13:37:08 2018 -0700
+
+    Fixup
+
+ test/shaping/data/in-house/fonts/{TRAK.tff => TRAK.ttf} | Bin
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 5739c876d0d080e7feaefd323245702c663f33be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 13:23:33 2018 -0700
+
+    [test] Rename some fonts
+    
+    If we have duplicae font files in different directories, that would
+    break the oss-fuzz build currently.  So, rename some to avoid
+    name class with text-rendering-test.  Would be better to find
+    another solution.
+
+ ...TestMORXTwentyeight.ttf => MORXTwentyeight.ttf} | Bin
+ .../data/in-house/fonts/{TestTRAK.ttf => TRAK.tff} | Bin
+ .../data/in-house/fonts/{TestTTC.ttc => TTC.ttc}   | Bin
+ test/shaping/data/in-house/fonts/TestDFONT.dfont   | Bin 3505 -> 0 bytes
+ test/shaping/data/in-house/tests/aat-morx.tests    |   2 +-
+ test/shaping/data/in-house/tests/aat-trak.tests    |  22 ++++++++++-----------
+ test/shaping/data/in-house/tests/collections.tests |  12 +++++------
+ 7 files changed, 18 insertions(+), 18 deletions(-)
+
+commit 21ede867df28d1214ca677a24ac65ab0b7e95f42
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 25 13:19:34 2018 -0700
+
+    Fix possible overflow in bsearch impls
+    
+    From bungeman.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/1314
+
+ src/hb-dsalgs.hh               | 2 +-
+ src/hb-open-type.hh            | 4 ++--
+ src/hb-ot-cmap-table.hh        | 2 +-
+ src/hb-ot-layout-gpos-table.hh | 2 +-
+ src/hb-vector.hh               | 2 +-
+ 5 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 2ebf36010206cebdbe58bab6edf4e3bc011b6479
+Merge: 36c2c374b 94e421abb
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Oct 25 13:05:06 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit 94e421abbfc7ede9aaf3c8d86bb0ff9992ea3123
+Author: Ben Wagner <bungeman@chromium.org>
+Date:   Thu Oct 25 13:44:27 2018 -0400
+
+    Remove some use of Crap in hb-set.
+    
+    When hb_set_t::page_for_insert needs to insert at the end of the page_map
+    it ends up evaluating '&page_map[i + 1]' which has hb_vector return an
+    lvalue of a Crap so that nothing can be moved to its address. This turns
+    into issues with ThreadSanitizer on Crap when two threads modify different
+    hb_set_t instances. This can be avoided by using '&page_map[i] + 1'
+    instead.
+
+ src/hb-set.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2798ac1c28edc4ba6f2283784d1027393f588f8c
+Author: azure-pipelines[bot] <azure-pipelines[bot]@users.noreply.github.com>
+Date:   Thu Oct 25 15:22:54 2018 +0000
+
+    Set up CI with Azure Pipelines
+
+ azure-pipelines.yml | 21 +++++++++++++++++++++
+ 1 file changed, 21 insertions(+)
+
+commit 9a830a17318446dab86e1439f7167d8a698eb856
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Thu Oct 25 01:55:10 2018 +0200
+
+    [appveyor] Drop Cygwin builds again
+    
+    They are so slow and we had only a couple of Cygwin build failure
+    reported in ~5 years.
+
+ appveyor.yml | 11 -----------
+ 1 file changed, 11 deletions(-)
+
+commit 00e51a10832965f4c1d65a6d71c9582782f02c2b
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Wed Oct 24 22:58:22 2018 +0200
+
+    [appveyor] Limit make to three jobs
+    
+    https://github.com/harfbuzz/harfbuzz/pull/1309#issuecomment-432778270
+
+ appveyor.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ae9e8f292b2ad79b01776ae5785a94afbfc4b3e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 24 16:46:07 2018 -0700
+
+    [vowel-constraints] Reset continuation on all dottedcircles
+    
+    One of the was missed before.  Not intentional.
+
+ src/gen-vowel-constraints.py                 | 9 +++++++--
+ src/hb-ot-shape-complex-vowel-constraints.cc | 9 +++++++--
+ 2 files changed, 14 insertions(+), 4 deletions(-)
+
+commit d2b20ba18dfe3fe507ee7cb64fd73e3f1e1e5ae0
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Wed Oct 24 11:37:09 2018 +0200
+
+    [appveyor] Build on Cygwin and msys2 in parallel
+
+ appveyor.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0d2fa7fd4c4df0dcf7800b1267d1126e5a4b1ab1
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Wed Oct 24 11:23:21 2018 +0200
+
+    [appveyor] Do not update msys2
+    
+    Looks like AppVeyor has new enough packages for our needs. Cuts CI build
+    time by 5 minutes.
+
+ appveyor.yml | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 6a3ad245609ce8496d08404b28217dca8d01c10b
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Wed Oct 24 09:49:08 2018 +0200
+
+    [appveyor] Organize config file a bit
+
+ appveyor.yml | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 0cd7d041d83ae28e8c7d8a156750464af76de291
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Wed Oct 24 09:43:10 2018 +0200
+
+    [appveyor] Don’t build branches with open PR twice
+
+ appveyor.yml | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 401cdf07922f66c762dabfd8e3d45c35e33de7c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 17:00:49 2018 -0700
+
+    [ot-font] Fix sign of ascent/descent
+    
+    Some fonts, like msmincho, have positive number as descent
+    in vhea table.  That's wrong.  Just enforce sign on ascent/descent
+    when reading both horizontal and vertical metrics.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1248
+
+ src/hb-ot-hmtx-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit ba502dea1e81981f3893b5353400909bf60e354f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 16:46:10 2018 -0700
+
+    [morx] Fix cluster-merging when ligating
+    
+    Only merge when actual ligature happened.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1305
+
+ src/hb-aat-layout-morx-table.hh                          |   7 ++++---
+ test/shaping/data/in-house/Makefile.sources              |   1 +
+ test/shaping/data/in-house/fonts/TestMORXTwentyeight.ttf | Bin 0 -> 2660 bytes
+ test/shaping/data/in-house/tests/aat-morx.tests          |   1 +
+ 4 files changed, 6 insertions(+), 3 deletions(-)
+
+commit aa5af8d041521507f8bc8ded8a365ee56098388c
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Oct 23 15:45:35 2018 -0700
+
+    Fix size calculation in DEFINE_SIZE_ARRAY_SIZED.
+
+ src/hb-machinery.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 36c2c374bf9c2d0ca903e601760e69bfc3da5388
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Oct 23 15:11:09 2018 -0700
+
+    removed unused multi_val from DictVal
+
+ src/hb-cff-interp-common.hh      | 16 ----------------
+ src/hb-cff-interp-dict-common.hh |  3 ---
+ src/hb-ot-cff1-table.hh          |  2 +-
+ src/hb-ot-cff2-table.hh          |  1 -
+ 4 files changed, 1 insertion(+), 21 deletions(-)
+
+commit f33ad6d69216a983624e832177895481549bdc07
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 14:31:51 2018 -0700
+
+    [aat] Fix up previous commit and add files
+
+ src/hb-aat-map.cc  |  62 +++++++++++++++++++++++++++++++
+ src/hb-aat-map.hh  | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-map.cc   |   1 +
+ src/hb-ot-shape.cc |  15 ++++++--
+ 4 files changed, 181 insertions(+), 3 deletions(-)
+
+commit ffe347844803a6a9036d8357b744a982f5e5a6c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 14:14:03 2018 -0700
+
+    [aat] Allow enabling/disabling features
+    
+    Only works at entire-buffer range, not sub-ranges.
+    
+    Test with:
+    
+    $ hb-shape Zapfino.dfont Zapfino
+    [Z_a_p_f_i_n_o=0+2333]
+    
+    $ hb-shape Zapfino.dfont Zapfino --features=-dlig
+    [Z=0+416|a=1@-21,0+264|p_f=2+433|i=4+181|n=5+261|o=6+250]
+    
+    $ hb-shape Zapfino.dfont Zapfino --features=+dlig
+    [Z_a_p_f_i_n_o=0+2333]
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1303
+
+ src/Makefile.sources            |  2 ++
+ src/hb-aat-layout-morx-table.hh | 29 +++++++++++++++++++++++++----
+ src/hb-aat-layout.cc            |  8 ++++++++
+ src/hb-aat-layout.hh            |  3 +++
+ src/hb-ot-shape.cc              |  4 ++++
+ src/hb-ot-shape.hh              |  5 +++++
+ 6 files changed, 47 insertions(+), 4 deletions(-)
+
+commit 8be0e5fd4540b18e26b28b414bd99af3bb1548b1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 13:39:50 2018 -0700
+
+    [ot-map] Minor
+
+ src/hb-ot-map.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e8fccbc36b2cc5e1c9f218c83cad7f606c03e7a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 13:25:03 2018 -0700
+
+    Minor
+
+ src/hb-ot-map.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 76324d95caa4b83cd4b515f516c2d3674455ea5e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 13:09:30 2018 -0700
+
+    Shift code around
+
+ src/hb-ot-shape.cc | 18 ++++++++++--------
+ src/hb-ot-shape.hh |  9 +++------
+ 2 files changed, 13 insertions(+), 14 deletions(-)
+
+commit e1241636d60a63cbfd741288716b55797a4dc8ee
+Merge: 960267fc4 cf92d6579
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Oct 23 11:25:51 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit cf92d6579e91d326598dcff93457fe85dfa962c2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 03:10:56 2018 -0700
+
+    [trak] Allow disabling tracking for ranges of text
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1303
+
+ src/hb-aat-layout-trak-table.hh                 |  4 ++++
+ src/hb-ot-shape.cc                              | 11 +++++++----
+ src/hb-ot-shape.hh                              |  5 ++++-
+ test/shaping/data/in-house/tests/aat-trak.tests |  1 +
+ 4 files changed, 16 insertions(+), 5 deletions(-)
+
+commit 8869436cb8a338b46c138305966a4b7b2c3ee374
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 03:07:48 2018 -0700
+
+    When parsing feature ranges, accept ';' instead of ':'
+
+ src/hb-common.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 22ecefd88e1ea1841f363057b948aa792ac871a6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 23 00:52:05 2018 +0330
+
+    Make tracking optout possible using 'trak' ot feature
+    
+    So '--features=-trak' or 'font-feature-settings: 'trak' 0;' can prevent
+    applying of tracking if used.
+
+ src/hb-ot-shape.cc                              | 10 +++++++---
+ test/shaping/data/in-house/tests/aat-trak.tests |  2 ++
+ 2 files changed, 9 insertions(+), 3 deletions(-)
+
+commit 6d40eb8372a2c74a6e1294b44a2b19c99d11e7da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 02:51:42 2018 -0700
+
+    Touch up on previous commit
+    
+    https://github.com/harfbuzz/harfbuzz/pull/1273
+
+ src/HBIndicVowelConstraints.txt              |  97 ++++++
+ src/Makefile.am                              |   6 +-
+ src/Makefile.sources                         |   1 +
+ src/gen-vowel-constraints.py                 | 124 ++------
+ src/hb-ot-shape-complex-indic.cc             |  10 +-
+ src/hb-ot-shape-complex-use.cc               |  11 +-
+ src/hb-ot-shape-complex-vowel-constraints.cc | 433 ++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-vowel-constraints.hh | 447 ++-------------------------
+ 8 files changed, 606 insertions(+), 523 deletions(-)
+
+commit 205737acdc268b1c90cf00bde2d2038519a8bf48
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Fri Oct 12 16:54:54 2018 -0400
+
+    [use] Prohibit visually ambiguous vowel sequences
+
+ src/Makefile.am                                    |   7 +-
+ src/Makefile.sources                               |   1 +
+ src/gen-vowel-constraints.py                       | 286 ++++++++++++++
+ src/hb-ot-shape-complex-indic.cc                   | 272 +------------
+ src/hb-ot-shape-complex-use.cc                     |   3 +-
+ src/hb-ot-shape-complex-vowel-constraints.hh       | 434 +++++++++++++++++++++
+ test/shaping/README.md                             |   4 +-
+ .../46669c8860cbfea13562a6ca0d83130ee571137b.ttf   | Bin 0 -> 7184 bytes
+ .../in-house/tests/use-vowel-letter-spoofing.tests |  94 +++++
+ 9 files changed, 827 insertions(+), 274 deletions(-)
+
+commit 48ed598a356983f4623029dd5e87254fb59e3691
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 02:19:32 2018 -0700
+
+    [VORG] Hook up to hb-ot-font's v_origin
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/544
+    
+    Test added with NotoSansCJK, eg. with U+FF38.
+
+ src/hb-ot-face.cc                                        |   1 -
+ src/hb-ot-font.cc                                        |  11 +++++++++--
+ src/hb-ot-vorg-table.hh                                  |   6 ++++--
+ .../fonts/4cbbc461be066fccc611dcc634af6e8cb2705537.ttf   | Bin 0 -> 2808 bytes
+ test/shaping/data/in-house/tests/vertical.tests          |   1 +
+ 5 files changed, 14 insertions(+), 5 deletions(-)
+
+commit 097ecfd4a991d4fa306bab7330d9952966e94d1f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 02:09:42 2018 -0700
+
+    [VORG] Add get_y_origin()
+    
+    Unhooked.
+
+ src/hb-ot-vorg-table.hh | 16 ++++++++++++++--
+ 1 file changed, 14 insertions(+), 2 deletions(-)
+
+commit 6fb24d5e3e0cf61c0ed3574e5bcf4598a13d6b69
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 01:58:59 2018 -0700
+
+    [VORG] Add VORG table
+    
+    Cherry-picked from cff-subset branch.
+
+ src/Makefile.sources    |   1 +
+ src/hb-ot-face.cc       |   1 +
+ src/hb-ot-face.hh       |   1 +
+ src/hb-ot-vorg-table.hh | 168 ++++++++++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 171 insertions(+)
+
+commit 531f9822b2e8a60f03c43d6f86ef9ed32c951f0e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 01:32:08 2018 -0700
+
+    [morx] Add a few debug messages to Ligature chain
+
+ src/hb-aat-layout-morx-table.hh | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 0e5bcdef7fb592f986ad5b4e07b80d2efb5e3344
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 23 00:39:44 2018 -0700
+
+    [morx] Clear stack upon underflow when acting ligatures
+
+ src/hb-aat-layout-morx-table.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 1bfb96a9c8d7653f0dee5c5fab3c6e85cea900cd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 23:41:47 2018 -0700
+
+    [test/text-rendering-tests] Update from upstream
+
+ test/shaping/data/text-rendering-tests/Makefile.sources  |   2 +-
+ .../data/text-rendering-tests/fonts/TestTRAKOne.ttf      | Bin 0 -> 1752 bytes
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 792071de4075cb9af0793f0d7c70da0780923bb6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 23:38:34 2018 -0700
+
+    [morx] Leave ligature on stack after ligating
+    
+    Test with Apple Color Emoji.ttf of ~66MB and following sequence:
+    
+    ./hb-shape Apple\ Color\ Emoji-old.ttf --font-funcs=ot -u U+1F468,200d,U+1F469,200d,U+1F467,200d,1f466
+    
+    Should form full family if matching works correctly.  It first makes
+    family of three, then makes family of four out of that and the last
+    two characters.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1292
+
+ src/hb-aat-layout-morx-table.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit e1b8e933f099efae3c3e1f5706be19120b44de20
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 23 09:23:48 2018 +0330
+
+    [ci] Disable llvm-gcc
+    
+      #define Null(Type) Null<typename hb_remove_const<typename hb_remove_reference<Type>::value>::value>()
+    
+    raises:
+      hb-blob.cc: In function 'hb_blob_t* hb_blob_get_empty()':
+      hb-blob.cc:194: error: using 'typename' outside of template
+      hb-blob.cc:194: error: using 'typename' outside of template
+    
+    Removing "typename"s fixes the issue but makes newer compiler fail apparently.
+    
+    Probably downstream can patch that locally till we get a solution.
+
+ .circleci/config.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 8c78ced95b639730efd0edc521e4e81ad50af501
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 21:49:42 2018 -0700
+
+    Unbreak builds
+
+ src/hb-dsalgs.hh    | 2 +-
+ src/hb-open-type.hh | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 8d689f8a7bccda861bcb286d52f1a90fca52df0f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 21:33:18 2018 -0700
+
+    Add hb_array<>() specialization for UnsizedArrayOf
+    
+    Related https://github.com/harfbuzz/harfbuzz/issues/1301
+
+ src/hb-aat-layout-trak-table.hh | 2 +-
+ src/hb-open-file.hh             | 2 +-
+ src/hb-open-type.hh             | 8 ++++++++
+ src/hb-ot-color-cpal-table.hh   | 6 +++---
+ 4 files changed, 13 insertions(+), 5 deletions(-)
+
+commit abfbba191141c3e3cf2a391f365b5323f9dc37c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 21:27:45 2018 -0700
+
+    Add hb_array<>()
+    
+    Simplifies transient object creation.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1301
+
+ src/hb-aat-layout-trak-table.hh | 2 +-
+ src/hb-dsalgs.hh                | 2 ++
+ src/hb-open-file.hh             | 3 +--
+ src/hb-ot-color-cpal-table.hh   | 6 +++---
+ 4 files changed, 7 insertions(+), 6 deletions(-)
+
+commit 17ffbc070ff4190d8ebaf88f8db62f19e6fa370d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 21:22:25 2018 -0700
+
+    [color] Use Index for colorIdx
+    
+    Doesn't matter, but matches the description.
+
+ src/hb-ot-color-colr-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 07386ea410af13e8fc844eb939a6c6e47c2adaf1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 21:18:27 2018 -0700
+
+    Remove const and references when binding Null()
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1299
+    
+    Removes anomaly I was seeing in cpal table trying to use implicit Null(NameID).
+
+ src/hb-atomic.hh              | 5 +----
+ src/hb-common.cc              | 2 +-
+ src/hb-ft.cc                  | 2 +-
+ src/hb-null.hh                | 4 ++--
+ src/hb-open-type.hh           | 6 ++----
+ src/hb-ot-color-cpal-table.hh | 8 ++------
+ src/hb-static.cc              | 1 -
+ src/hb.hh                     | 9 +++++++++
+ 8 files changed, 18 insertions(+), 19 deletions(-)
+
+commit b18acab7bce062fef397d3d8b0efc7826f473b50
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 18:20:57 2018 -0700
+
+    [color] Add HB_COLOR
+    
+    Normally I would have added to_string / from_string like other types
+    have.  But since we don't use hb_color_t much, I'm not going to do that.
+    Although, if we did, we could use it in hb-view to parse colors...
+
+ src/hb-common.h | 14 +++++++++-----
+ 1 file changed, 9 insertions(+), 5 deletions(-)
+
+commit 228f96c9d09272c8f677935a640e75e173b817a3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 16:55:12 2018 -0700
+
+    [color] Finish reviewing / revamping CPAL
+    
+    Now to hb_color_t.
+
+ src/hb-ot-color-cpal-table.hh | 52 ++++++++++++++++++++++---------------------
+ src/hb-ot-color.cc            | 33 +++++----------------------
+ src/hb-ot-color.h             | 10 ++++-----
+ 3 files changed, 38 insertions(+), 57 deletions(-)
+
+commit 960267fc4315a138f0963e78407e3af2ec6007af
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Oct 22 16:37:39 2018 -0700
+
+    fix build attempt ^4
+
+ src/hb-ot-cff-common.hh | 5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+commit 683fad062792a199e2fe86fe161f41b9389d08c3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 16:35:03 2018 -0700
+
+    [color] Minor
+
+ src/hb-ot-color.cc | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit 14474d21040bf9b025b53bb9b0df599eaf260119
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 16:30:30 2018 -0700
+
+    [color] Rely on CPALV1Tail Null object
+
+ src/hb-ot-color-cpal-table.hh | 39 ++++++++++++++-------------------------
+ 1 file changed, 14 insertions(+), 25 deletions(-)
+
+commit d7865107ea4664e04c03a1d79678cdcadc0d5ea5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 16:18:34 2018 -0700
+
+    Remove const from hb_array_t details
+    
+    Will come in through <T> if desired.
+
+ src/hb-aat-layout-trak-table.hh | 6 +++---
+ src/hb-dsalgs.hh                | 6 +++---
+ src/hb-open-file.hh             | 4 ++--
+ 3 files changed, 8 insertions(+), 8 deletions(-)
+
+commit f3336580dd0c6959a1871f92b4a37f7c0a4b2160
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 16:16:21 2018 -0700
+
+    [color] Use hb_array_t in CPAL
+    
+    Doesn't work though, ouch :(.  Need to figure out if it's unreasonable
+    to expect Null(T) inside hb_array_t<T> to see the later specialization
+    of Null for NameID.
+
+ src/hb-open-type.hh           |  3 ++-
+ src/hb-ot-color-cpal-table.hh | 47 ++++++++++++++++++++++---------------------
+ src/hb-static.cc              |  1 +
+ 3 files changed, 27 insertions(+), 24 deletions(-)
+
+commit 5ae18855d115577ff796158d483db7b890d9956f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 14:54:55 2018 -0700
+
+    [color] Check for null CPAL arrays
+    
+    We cannot use a nullable offset here though.
+
+ src/hb-ot-color-cpal-table.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 69ab72e4aa7cbf197873d38f7e623866b4e40502
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 14:51:40 2018 -0700
+
+    [color] More CPAL rename
+
+ src/hb-ot-color-cpal-table.hh | 104 +++++++++++++++++++++---------------------
+ src/hb-ot-color.cc            |   6 +--
+ 2 files changed, 54 insertions(+), 56 deletions(-)
+
+commit 0befb06c468aa36f3337b5ef2235f6d69dda8397
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 14:46:21 2018 -0700
+
+    [color] More CPAL rename
+
+ src/hb-ot-color-cpal-table.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 3600d206037ef23d6448c79a3f010c4f903a971c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 14:43:12 2018 -0700
+
+    [color] Rename vars in CPAL
+
+ src/hb-ot-color-cpal-table.hh | 32 ++++++++++++++++----------------
+ src/hb-ot-color.cc            |  1 +
+ 2 files changed, 17 insertions(+), 16 deletions(-)
+
+commit ba055a8d53595ab49747ed3e02d90c9b6a3cf4f3
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Oct 22 16:20:04 2018 -0700
+
+    fix build attempt ^3
+
+ test/api/test-ot-extents-cff.c | 2 +-
+ test/api/test-subset-cff1.c    | 1 +
+ test/api/test-subset-cff2.c    | 1 +
+ 3 files changed, 3 insertions(+), 1 deletion(-)
+
+commit b11032afaefb2c84f9a4bbffe95c91f6374df802
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Oct 22 15:52:37 2018 -0700
+
+    fix build attempt ^2
+
+ src/hb-ot-cff-common.hh        | 2 +-
+ test/api/test-ot-extents-cff.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 3d3df5575c5be0e3c69b99ca1d8df2cea1672aaf
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Oct 22 15:23:39 2018 -0700
+
+    fix build attempt
+
+ src/hb-ot-cff-common.hh        |  5 ++++-
+ test/api/test-ot-extents-cff.c | 11 +++++------
+ test/api/test-subset-cff1.c    | 19 +++++++++----------
+ test/api/test-subset-cff2.c    | 11 +++++------
+ 4 files changed, 23 insertions(+), 23 deletions(-)
+
+commit 0babf761c986855f9cdd1a2679380ee6a02390c8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 23 01:33:45 2018 +0330
+
+    Adopt dump-emoji with latest unreleased APIs changes (#1297)
+
+ src/dump-emoji.cc | 24 +++++++++++-------------
+ 1 file changed, 11 insertions(+), 13 deletions(-)
+
+commit 7997144b5f08c81b2cce2c7c2a085fb7eeb506e3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 13:02:04 2018 -0700
+
+    [color] Revamp palette API
+
+ src/hb-ot-color.cc       |  81 ++++++++++++++---------------
+ src/hb-ot-color.h        |  26 +++++-----
+ test/api/test-ot-color.c | 130 +++++++++++++++++++++++------------------------
+ 3 files changed, 117 insertions(+), 120 deletions(-)
+
+commit 3bf91bd2690cda34a7687ed5465dc4bb0672f2b6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 12:40:38 2018 -0700
+
+    [color] Rewrite colr access
+    
+    COLR table has one function: return layers for a glyph, and we expose exactly
+    that, so should just wire it through.  Also use sub_array() for verifiable
+    safety.
+    
+    Also, BaseGlyphRecord's null object is enough.  We don't need to special-case
+    the not-found.
+
+ src/hb-dsalgs.hh              | 11 +++++++++
+ src/hb-open-type.hh           |  2 +-
+ src/hb-ot-color-colr-table.hh | 53 +++++++++++++++++++++++--------------------
+ src/hb-ot-color.cc            | 19 +---------------
+ 4 files changed, 41 insertions(+), 44 deletions(-)
+
+commit 1de17bdb80b0668f4d4a4700e3f80c8caee3303d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 22 10:29:01 2018 -0700
+
+    [colr] Add hb_ot_color_layer_t
+    
+    We never return parallel arrays from functions.  That's inconvenient
+    and hard to bind.
+
+ src/hb-ot-color.cc       | 18 ++++++++----------
+ src/hb-ot-color.h        | 22 ++++++++++++++++------
+ test/api/test-ot-color.c | 33 +++++++++++++++------------------
+ 3 files changed, 39 insertions(+), 34 deletions(-)
+
+commit 3b3668acc8b16afacb96d8c525eff603ef5f411f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 21 19:23:11 2018 -0700
+
+    [color] Rename / reorder a bit
+    
+    Implement has_data() for realz.
+
+ src/hb-ot-color-colr-table.hh |  2 ++
+ src/hb-ot-color-cpal-table.hh |  2 ++
+ src/hb-ot-color.cc            | 78 ++++++++++++++++++++++++-------------------
+ src/hb-ot-color.h             | 33 ++++++++++++------
+ test/api/test-ot-color.c      | 30 ++++++++---------
+ 5 files changed, 85 insertions(+), 60 deletions(-)
+
+commit 570b77f7d2b41262ccb20fadbee2c6b455cd06c6
+Merge: 857c58279 d440c8d3f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Oct 22 13:06:47 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit 9085a72deb041cf10edfa61d24b7c25f947f736b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 21 19:08:25 2018 -0700
+
+    [cpal] Touch up palette flags
+
+ src/hb-ot-color.h        | 16 ++++++++++------
+ test/api/test-ot-color.c |  4 ++--
+ 2 files changed, 12 insertions(+), 8 deletions(-)
+
+commit ee11fae9d0d2c16a3a4b4ecf5cf328ffe950bb03
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 21 19:02:47 2018 -0700
+
+    [color] Rename "gid" to "glyph"
+    
+    We don't expose "gid" in API.
+
+ src/hb-ot-color.cc | 12 ++++++------
+ src/hb-ot-color.h  |  8 ++++----
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+commit 228fa71bf9186faedff48b3a259d696c7c07b5b5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 21 17:43:29 2018 -0700
+
+    [colr] Move sanitize
+
+ src/hb-ot-color-colr-table.hh | 17 ++++++++---------
+ 1 file changed, 8 insertions(+), 9 deletions(-)
+
+commit d440c8d3fbb907f17b1eb9287918009ced27a8c1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 22 22:07:59 2018 +0330
+
+    Add chromacheck Emoji test fonts and minor preparations (#1294)
+
+ src/hb-ot-color.cc                  |  26 ++++++++++++++++++++++++++
+ src/hb-ot-face.hh                   |   8 +++++---
+ test/api/fonts/README               |   2 ++
+ test/api/fonts/chromacheck-cbdt.ttf | Bin 0 -> 792 bytes
+ test/api/fonts/chromacheck-colr.ttf | Bin 0 -> 652 bytes
+ test/api/fonts/chromacheck-sbix.ttf | Bin 0 -> 864 bytes
+ test/api/fonts/chromacheck-svg.ttf  | Bin 0 -> 792 bytes
+ test/api/hb-test.h                  |   2 +-
+ test/api/test-ot-color.c            |  21 +++++++++++++++++++++
+ 9 files changed, 55 insertions(+), 4 deletions(-)
+
+commit 857c58279e82897ed69e8ade2f736073fa12883b
+Merge: 51fba41cc b92b9d7e5
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Oct 22 09:57:20 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit b92b9d7e5290eaa83e94fd40cddaee71628a3c2a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 21 17:42:51 2018 -0700
+
+    [colr] Move compare function into a static
+    
+    Not sure if MSVC would be unhappy about this.
+
+ src/hb-ot-color-colr-table.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit b6b171732a12b396a704984699bd0da906f5dc24
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 21 17:41:49 2018 -0700
+
+    [colr] Minor
+
+ src/hb-ot-color-colr-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit a6ade3471e730d7a8b56e4ed706a8eb126e957f6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 21 17:39:39 2018 -0700
+
+    [colr] Move sanitize() to right place
+    
+    Sanitize always comes just before data member definitions, so
+    it's easy to cross-check.
+
+ src/hb-ot-color-colr-table.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 24adc1575745a711558dab79488760f1ceb24750
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 21 17:39:00 2018 -0700
+
+    [colr] Touch up a bit
+    
+    When a struct is plain old data with no references, etc, it's okay
+    to mark its members public.
+
+ src/hb-ot-color-colr-table.hh | 36 +++++++++++++++++++++++-------------
+ 1 file changed, 23 insertions(+), 13 deletions(-)
+
+commit cc6e77ca98e90fb531dd90a5c9c41d14d1dda9c4
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sun Oct 21 13:29:40 2018 +0200
+
+    [color] Fix documentation a bit
+
+ src/hb-ot-color.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 37ba2413c19f6a1d62868178fc80f870ee44e7ab
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 21 11:46:51 2018 +0330
+
+    Minor
+
+ src/hb-ot-color-cpal-table.hh | 10 +++++-----
+ src/hb-ot-color.cc            | 25 ++++++++++++++-----------
+ src/hb-ot-color.h             | 12 ++++++------
+ 3 files changed, 25 insertions(+), 22 deletions(-)
+
+commit 44f79b4bf8ac341c5968a27f6a2a13a8af48b34f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 21 10:17:34 2018 +0330
+
+    Remove _palette_entry_count as can be done with _palette_colors
+
+ src/hb-ot-color.cc       | 18 ++----------------
+ src/hb-ot-color.h        |  3 ---
+ test/api/test-ot-color.c |  8 ++------
+ 3 files changed, 4 insertions(+), 25 deletions(-)
+
+commit 6795dcfc0884b87b72fce8d902654f28ffe1366c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 21 09:51:15 2018 +0330
+
+    [test] Test hb_ot_color_has_{colr,cpal}_data
+
+ src/dump-emoji.cc        |  3 ++-
+ src/hb-ot-color.cc       |  7 ++++---
+ test/api/test-ot-color.c | 23 +++++++++++++++++++++++
+ 3 files changed, 29 insertions(+), 4 deletions(-)
+
+commit b8ee3a0ec89d63721618ac90c01ac6da228f5055
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 21 09:44:16 2018 +0330
+
+    [CPAL] Add palette entry and enable palette flag API
+
+ src/hb-ot-color-cpal-table.hh |  66 +++++++++++++++----------
+ src/hb-ot-color.cc            | 109 ++++++++++++++++++++++++------------------
+ src/hb-ot-color.h             |  23 +++++++++
+ test/api/test-ot-color.c      |  35 ++++++++++++--
+ 4 files changed, 158 insertions(+), 75 deletions(-)
+
+commit d4261b4bb6d20fac7deebacfbe120fb84a92e423
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 21 08:48:07 2018 +0330
+
+    Add API test for hb_ot_color_get_color_layers
+
+ src/dump-emoji.cc        |  3 ++-
+ src/hb-ot-color.cc       |  2 +-
+ src/hb-ot-color.h        |  2 ++
+ test/api/test-ot-color.c | 31 +++++++++++++++++++++++++++++--
+ 4 files changed, 34 insertions(+), 4 deletions(-)
+
+commit 456978d408cd41156e1123abfc3689800558e89b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 21 08:26:40 2018 +0330
+
+    Address COLR/CPAL reviews and revive cpal_v1 tests
+
+ src/dump-emoji.cc             |  26 ++++----
+ src/hb-common.h               |  12 ++++
+ src/hb-ot-color-cpal-table.hh |  37 +++++-------
+ src/hb-ot-color.cc            | 136 +++++++++++++++++++++++++-----------------
+ src/hb-ot-color.h             |  38 +++---------
+ test/api/test-ot-color.c      | 101 +++++++++++++++----------------
+ 6 files changed, 179 insertions(+), 171 deletions(-)
+
+commit 687f679b80c071c69d0924f07a315f9d2691b7fc
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 20 17:50:39 2018 +0330
+
+    [color] Fix alpha channel value and adjust spaces
+
+ src/dump-emoji.cc          | 36 ++++++++++++++++++------------------
+ src/hb-buffer-serialize.cc | 14 +++++++-------
+ src/hb-ot-color.cc         | 10 +++++-----
+ 3 files changed, 30 insertions(+), 30 deletions(-)
+
+commit 00e94ce24efb1f5b3a9cd13c0b9f81f405ad8055
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 20 00:31:04 2018 +0330
+
+    [dump-emoji] Formatting
+
+ src/dump-emoji.cc | 26 ++++++++++++++++----------
+ 1 file changed, 16 insertions(+), 10 deletions(-)
+
+commit e9d798dc12d42e97ae8c19e7b73e25abc34d265a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 19 18:30:01 2018 +0330
+
+    [test] Use hb_test_open_font_file
+
+ test/api/test-ot-color.c | 16 ++--------------
+ 1 file changed, 2 insertions(+), 14 deletions(-)
+
+commit e8a6f5b8039cce3f7ec568fd90fe73690e49a037
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 19 18:23:42 2018 +0330
+
+    Add three macros for separating color channels
+
+ src/dump-emoji.cc        |  8 ++++----
+ src/hb-ot-color.cc       |  1 -
+ src/hb-ot-color.h        | 15 ++++++++++-----
+ test/api/test-ot-color.c | 10 +++++-----
+ 4 files changed, 19 insertions(+), 15 deletions(-)
+
+commit 0e33467e52942e62e04cf825a6bd105fa311c864
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 19 17:44:06 2018 +0330
+
+    Make ot-color tests pass
+
+ test/api/test-ot-color.c | 52 ++++++++++++++++++++++++------------------------
+ 1 file changed, 26 insertions(+), 26 deletions(-)
+
+commit d4e928b1421c154adbda9b6e1f2cf804b21654cb
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Tue May 1 17:16:46 2018 +0200
+
+    [color] Minimal API for COLR/CPAL
+
+ src/Makefile.sources                               |   1 +
+ src/dump-emoji.cc                                  | 114 +++++++++++----------
+ src/hb-ot-color-colr-table.hh                      |  12 +--
+ src/hb-ot-color-cpal-table.hh                      |  51 +++------
+ src/hb-ot-color.cc                                 |  87 +++++++++++-----
+ src/hb-ot-color.h                                  |  85 +++++++++++++++
+ src/hb-ot-face.hh                                  |   3 +
+ src/hb-ot.h                                        |   1 +
+ .../fonts/cpal-v0.ttf}                             | Bin
+ .../fonts/cpal-v1.ttf}                             | Bin
+ test/api/test-ot-color.c                           |  43 +++++---
+ 11 files changed, 257 insertions(+), 140 deletions(-)
+
+commit 0229eaea299443b4faa3bd086f23ec1496d6112c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 22 10:51:37 2018 +0330
+
+    [fuzz] Add a found hb-subset testcase
+
+ ...z-testcase-minimized-hb-subset-fuzzer-5725847365877760 | Bin 0 -> 880 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 0ecddad7c5948ecd7879bc7507f8a7a2d99eee86
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 22 00:44:28 2018 +0330
+
+    [ci] Disable flaky -windows-x64 and add a comment for iOS
+
+ .circleci/config.yml | 20 +++++++++++---------
+ 1 file changed, 11 insertions(+), 9 deletions(-)
+
+commit 9b3461574f6473c8ff7c995202858cf46012eed8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 21 11:37:38 2018 +0330
+
+    [fuzz] Add more testcases
+    
+    Fixed already but better to have anyway.
+    
+    One didn't have minimized but it was only 164 B, so
+
+ ...uzz-testcase-minimized-hb-shape-fuzzer-5706010589659136 | Bin 0 -> 52 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 4fa94a3e39c21bc1dcdbbd5bda99bff1e1490b0e
+Merge: 217a3728b c110878cb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 21 11:36:41 2018 +0330
+
+    Merge pull request #1290 from ebraminio/testopenfont
+    
+    [test] Unify font file opening across the tests
+
+commit c110878cb61f5df99e9d97dda253f2987ddce58e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Oct 21 11:07:17 2018 +0330
+
+    [test] Unify font file opening across the tests
+
+ test/api/hb-subset-test.h        | 21 ---------------------
+ test/api/hb-test.h               | 21 +++++++++++++++++++++
+ test/api/test-collect-unicodes.c |  6 +++---
+ test/api/test-multithread.c      | 26 +++++---------------------
+ test/api/test-ot-name.c          | 27 ++++-----------------------
+ test/api/test-subset-cmap.c      |  8 ++++----
+ test/api/test-subset-glyf.c      | 28 ++++++++++++++--------------
+ test/api/test-subset-hdmx.c      | 14 +++++++-------
+ test/api/test-subset-hmtx.c      | 20 ++++++++++----------
+ test/api/test-subset-os2.c       |  4 ++--
+ test/api/test-subset-post.c      |  4 ++--
+ test/api/test-subset-vmtx.c      |  6 +++---
+ test/api/test-subset.c           |  6 +++---
+ 13 files changed, 78 insertions(+), 113 deletions(-)
+
+commit 217a3728b4991a855070678bc079cb400eee605a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 20 20:39:56 2018 -0700
+
+    [fuzzing] Add more font
+
+ .../clusterfuzz-testcase-hb-shape-fuzzer-5097734906839040 | Bin 0 -> 164 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 1e39833ba8547c90a0a4ed7f265a6c4bc8eb8fe1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 20 16:56:06 2018 -0700
+
+    [docs] Minor
+
+ src/hb-buffer.h | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit a5ad8c658dac1fbe63d1034cdfe8df33f50462b6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 20 16:52:55 2018 -0700
+
+    [docs] More fixes
+
+ src/hb-ot-layout.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 2d9198f205fafda557520d7206f9cfbf3373353f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 20 16:50:39 2018 -0700
+
+    [docs] Fix for hb-version.h being in src tree
+
+ docs/Makefile.am | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 314b1af74f1fb71ea5cfcb5a58766773f0b2a5a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 20 16:49:16 2018 -0700
+
+    [docs] Fix warning
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1260
+
+ src/hb-deprecated.h | 6 ------
+ src/hb-unicode.cc   | 1 +
+ 2 files changed, 1 insertion(+), 6 deletions(-)
+
+commit b713c1397718bf1f702a2ead2afb4dcee2c1505a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 20 14:56:28 2018 -0700
+
+    [kerx] Implement tuple-kerning in Format0
+
+ src/hb-aat-layout-kerx-table.hh | 44 ++++++++++++++++++++++++++++-------------
+ 1 file changed, 30 insertions(+), 14 deletions(-)
+
+commit 0a3b7a0fb0734a66926dfda5d95d3cacea8890ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 20 13:14:07 2018 -0700
+
+    2.0.2
+
+ NEWS             | 6 ++++++
+ configure.ac     | 2 +-
+ src/hb-version.h | 4 ++--
+ 3 files changed, 9 insertions(+), 3 deletions(-)
+
+commit 8931bc4a6b41a2a41069b99cb5c551fa30216f0b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 20 23:23:32 2018 +0330
+
+    [test] Fix -Wunused-parameter on test-font.c
+
+ test/api/test-font.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 68b705076808d4b0a4ac3bfa945b8f9ae23db1df
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 20 12:09:41 2018 -0700
+
+    [kerx] Fix sanitize of KerxSubtableFormat2::array read
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11033
+
+ src/hb-aat-layout-kerx-table.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 00fdbca4f6a5c4623b9c4838da502cccce8aaa74
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 20 12:04:51 2018 -0700
+
+    [aat] Fix LookupFormat10 sanitize
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11060
+
+ src/hb-aat-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f11c557662dee16a59bb54276c50a96e4e675201
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 20 11:56:30 2018 -0700
+
+    [test] Fix leak
+
+ test/api/test-font.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 440a675c7cc72c7c77b4ad7b20c855c53808ef48
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 20 21:13:25 2018 +0330
+
+    [TODO] Remove BCP 47 language handling item
+    
+    Closes https://github.com/harfbuzz/harfbuzz/issues/1286
+
+ TODO | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit d39acc5a95f968b0dbfd5a942abda606d9aa3343
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 20 12:20:30 2018 +0330
+
+    [fuzzing] Add new testcases
+
+ .../clusterfuzz-testcase-hb-shape-fuzzer-5688420752424960 | Bin 0 -> 163 bytes
+ ...zz-testcase-minimized-hb-shape-fuzzer-5688420752424960 | Bin 0 -> 69 bytes
+ 2 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 1e55e21dea78aaaddc0715e7df96fd198ec8f78a
+Merge: 964ae32aa d084719ff
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 20 07:45:46 2018 +0330
+
+    Merge pull request #1283 from khaledhosny/cygwin
+    
+    Cygwin fixes and CI build
+
+commit 964ae32aac793540a49c44efab878592394d48db
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 20 07:39:18 2018 +0330
+
+    Run valgrind on run-shape-fuzzer only when RUN_VALGRIND is set (#1285)
+
+ .circleci/config.yml                   | 2 +-
+ test/fuzzing/run-shape-fuzzer-tests.py | 4 +++-
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+commit f70f994112b2577271c20a929f7b980fa1d17428
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 19 20:00:36 2018 -0700
+
+    Minor
+
+ test/api/test-ot-name.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4e09fb8f7a93ec0c8d7f71cd58772ba468b5523f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 19 19:59:41 2018 -0700
+
+    Oops. Fix build
+
+ test/api/test-map.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9e288d29d86ef27acacd397b1abf04d512f1e61e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 19 19:47:27 2018 -0700
+
+    [test-map] Cosmetic
+
+ test/api/test-map.c | 11 ++++-------
+ 1 file changed, 4 insertions(+), 7 deletions(-)
+
+commit 7c2c8ac301b526da8b5384d6b90f156ca096568e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 19 19:37:46 2018 -0700
+
+    2.0.1
+
+ NEWS             | 15 ++++++++++++++-
+ configure.ac     |  2 +-
+ src/hb-version.h |  4 ++--
+ 3 files changed, 17 insertions(+), 4 deletions(-)
+
+commit 5a24ea15e0c242c3e2a4a49980da3ab7dd61a3df
+Author: Bruce Mitchener <bruce.mitchener@gmail.com>
+Date:   Sat Oct 20 08:09:52 2018 +0700
+
+    Make more 'coords' params const.
+
+ src/hb-ot-layout-common.hh   | 8 ++++----
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ src/hb-ot-var-hvar-table.hh  | 2 +-
+ src/hb-ot-var-mvar-table.hh  | 2 +-
+ 4 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 08b7172969b442cc83b47f44e685a0495b2d8cd4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 19 19:12:33 2018 -0700
+
+    [font] Fix parallel funcs passing to eachover in infinite-loop
+    
+    Fixes test just added.
+
+ src/hb-font.cc | 20 +++++++++++++-------
+ src/hb-font.hh |  8 ++++++++
+ 2 files changed, 21 insertions(+), 7 deletions(-)
+
+commit 77d5c3df07bec8e9d2dd57f89d5810b768bdc4f5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 19 19:01:01 2018 -0700
+
+    [font] Add failing test amongst font-func parallels infinite-looping
+    
+    Reported by Nona while updating Android to HarfBuzz 2.0.0.
+
+ test/api/test-font.c | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 64 insertions(+)
+
+commit d084719ff5a9e0e363bf352037f85b884bff11a7
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sat Oct 20 00:18:36 2018 +0200
+
+    Add Cygwin CI build
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1274
+
+ appveyor.yml | 15 +++++++++++++++
+ 1 file changed, 15 insertions(+)
+
+commit 29d877518fc2c29083cd7b955b422087966235f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 19 16:06:54 2018 -0700
+
+    [kerx] Implement variation-kerning tables (without the variation part)
+    
+    SFSNDisplay uses these.  We just apply the default kern without
+    variations right now.  But at least makes the default kern work.
+
+ src/hb-aat-layout-kerx-table.hh | 37 +++++++++++++++++++++++++++++--------
+ 1 file changed, 29 insertions(+), 8 deletions(-)
+
+commit f7c0b4319c6f82f1e0020a0029469d8953a7a161
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 19 15:23:49 2018 -0700
+
+    [aat] Implement LookupFormat10
+
+ src/hb-aat-layout-ankr-table.hh |  6 +++--
+ src/hb-aat-layout-common.hh     | 55 ++++++++++++++++++++++++++++++++++++++---
+ src/hb-machinery.hh             |  4 +++
+ src/hb-open-type.hh             |  3 +++
+ 4 files changed, 63 insertions(+), 5 deletions(-)
+
+commit cf92cb7e002f479505fed8c2c55ab12dcbea2d83
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Fri Oct 19 22:21:39 2018 +0200
+
+    Use g_strdup instead of strdup
+    
+    Cygwin does not seem to have strdup.
+
+ util/options.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 30cbe6158de1ddc0546d55e4edc1fe264e1b86ef
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Fri Oct 19 22:04:56 2018 +0200
+
+    Use O_BINARY instead of _O_BINARY
+    
+    Cygwin does not seem to have the later
+
+ src/hb-blob.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 257ded1f9ec653d15e79d2ea0a83bd8c5c53d831
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 19 11:20:14 2018 -0700
+
+    [trak] Fix test for previous fix
+
+ test/shaping/data/in-house/tests/aat-trak.tests | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 72bb139b807c21f1569058fb5fb260dcdd81eba4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 19 11:15:35 2018 -0700
+
+    [RELEASING] Post-mortem
+    
+    Re https://github.com/harfbuzz/harfbuzz/issues/1271
+
+ RELEASING.md | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 79b63561552bdfe8dc67a450d740fda8802486ad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 19 11:00:20 2018 -0700
+
+    [trak] Fix extrapolation at end side
+
+ src/hb-aat-layout-trak-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2352cc3539b2e58d0481cdb8b9cd48cbc09a778e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 19 09:58:45 2018 -0700
+
+    [kerx] Whitespace
+
+ src/hb-aat-layout-kerx-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 114f66dda6a07d61b5e64da5c44b05db7aa51cc9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 19 12:05:26 2018 +0330
+
+    Fix hb_map_is_empty logic
+    
+    This needs reviewing
+
+ src/hb-map.hh       |  2 +-
+ test/api/test-map.c | 13 ++++++++-----
+ 2 files changed, 9 insertions(+), 6 deletions(-)
+
+commit 9df2fb1611e03e401f0d5a9432b440641085ba1e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 19 12:04:47 2018 +0330
+
+    Add API tests for hb_map_t
+
+ src/Makefile.am      |   2 +-
+ test/api/Makefile.am |   6 ++-
+ test/api/test-map.c  | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 120 insertions(+), 2 deletions(-)
+
+commit 8a5eba711069285e8d8b6d682eea0090256527bb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 19 10:20:16 2018 +0330
+
+    [test] cosmetic, use g_assert_cmpint
+
+ test/api/test-ot-name.c | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit c6eb5e852c24e12fec3138cf9def5eb76acedfd6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 19 10:14:25 2018 +0330
+
+    Don't report deprecated symbols as unused symbols
+
+ src/Makefile.am      | 2 ++
+ test/api/Makefile.am | 4 +++-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 34f357c78a7a530fdb3580ec9d3d865600c06128
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 19 10:13:53 2018 +0330
+
+    Add test for hb_set_del
+
+ test/api/test-set.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 4594730f64e534e975065afce925b581fd9c6acd
+Author: Bruce Mitchener <bruce.mitchener@gmail.com>
+Date:   Fri Oct 19 22:12:25 2018 +0700
+
+    Remove redundant return at end of void-returning function.
+
+ src/hb-ot-layout-gsubgpos.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 093c7c4a54b37f5b12ad21e2d67f109597d068b1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 19 18:46:41 2018 +0330
+
+    [ci] Run valgrind on test/api
+    
+    run-shape-fuzzer-tests.py automatically runs valgrind if see available
+    but test/api runs it by request, we probably should normalize the approaches
+    later
+
+ .circleci/config.yml | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 8d1e479d1dcf7789be99a6cd0db0b883a90299dc
+Author: Bruce Mitchener <bruce.mitchener@gmail.com>
+Date:   Thu Oct 18 22:18:42 2018 +0700
+
+    Use bool literals instead of 0/1.
+
+ src/hb-common.cc               | 2 +-
+ src/hb-coretext.cc             | 4 ++--
+ src/hb-ot-layout-gpos-table.hh | 2 +-
+ src/hb-ot-tag.cc               | 2 +-
+ src/hb-shape-plan.cc           | 8 ++++----
+ 5 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 257d0e5aa36fd5b3e54e04918ce12bb7d7e0d177
+Author: Bruce Mitchener <bruce.mitchener@gmail.com>
+Date:   Fri Oct 19 22:49:21 2018 +0700
+
+    Fix typos.
+
+ BUILD.md                       | 2 +-
+ CMakeLists.txt                 | 8 ++++----
+ README.python.md               | 2 +-
+ README.wine.md                 | 6 +++---
+ src/hb-machinery.hh            | 2 +-
+ src/hb-null.hh                 | 4 ++--
+ src/hb-open-file.hh            | 2 +-
+ src/hb-ot-layout-common.hh     | 2 +-
+ src/hb-ot-layout-gdef-table.hh | 2 +-
+ src/hb-ot-layout-gsub-table.hh | 2 +-
+ src/hb-ot-layout-gsubgpos.hh   | 2 +-
+ 11 files changed, 17 insertions(+), 17 deletions(-)
+
+commit b7cef8cb1dfaf1f0f2c0d79b96b171049b69466a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 19 09:24:21 2018 +0330
+
+    Enable valgrind and dedicate a bot to it
+
+ .circleci/config.yml                   | 13 +++++++++++++
+ test/fuzzing/run-shape-fuzzer-tests.py | 31 +++++++++++++++++++++++++++++++
+ 2 files changed, 44 insertions(+)
+
+commit bccd09d6c7baa99fdaccb8c5b3ff7e1834edd3bf
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 19 09:06:42 2018 +0330
+
+    Minor, tweak spaces on hb-shape-fuzzer.cc
+
+ test/fuzzing/hb-shape-fuzzer.cc | 42 ++++++++++++++++++++---------------------
+ 1 file changed, 21 insertions(+), 21 deletions(-)
+
+commit fbf665b307c8cc9f16f5897671bfdd8719a195b5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 19 08:09:53 2018 +0330
+
+    [fuzz] Add more found cases (#1275)
+
+ ...clusterfuzz-testcase-hb-shape-fuzzer-5728971283496960 | Bin 0 -> 101 bytes
+ ...terfuzz-testcase-minimized-hb-fuzzer-5713868010553344 | Bin 0 -> 370 bytes
+ ...terfuzz-testcase-minimized-hb-fuzzer-6278851874258944 | Bin 0 -> 598 bytes
+ ...z-testcase-minimized-hb-shape-fuzzer-5649959857160192 | Bin 0 -> 3608 bytes
+ ...z-testcase-minimized-hb-shape-fuzzer-5664873493561344 | Bin 0 -> 400 bytes
+ ...z-testcase-minimized-hb-shape-fuzzer-5762953198960640 | Bin 0 -> 62 bytes
+ ...z-testcase-minimized-hb-shape-fuzzer-5764636557705216 | Bin 0 -> 2184 bytes
+ ...-testcase-minimized-hb-subset-fuzzer-5690658895953920 | Bin 0 -> 2735 bytes
+ ...-testcase-minimized-hb-subset-fuzzer-5695279609675776 | Bin 0 -> 135 bytes
+ ...-testcase-minimized-hb-subset-fuzzer-5718215406125056 | Bin 0 -> 107 bytes
+ ...-testcase-minimized-hb-subset-fuzzer-5743250149736448 | Bin 0 -> 103 bytes
+ ...-testcase-minimized-hb-subset-fuzzer-5765071062958080 | Bin 0 -> 329 bytes
+ ...ized-hb-subset-get-codepoints-fuzzer-5930139383758848 | Bin 0 -> 9410 bytes
+ 13 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 51fba41cc958ded3afc6c1e738895b0a81993e18
+Merge: e555ed961 3d9a0306e
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Oct 18 13:08:42 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit e555ed961e86104e059861efe4245b7b146dbd3b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Oct 18 13:04:41 2018 -0700
+
+    added flex extents test
+
+ test/api/fonts/cff1_flex.otf   | Bin 0 -> 3152 bytes
+ test/api/test-ot-extents-cff.c |  23 +++++++++++++++++++++++
+ 2 files changed, 23 insertions(+)
+
+commit 8679d02b4b3f2f9147c4ea0319eb39851c4e40e6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Oct 18 13:04:21 2018 -0700
+
+    implement flex ops for glyph extents/subset
+    
+    also removed unused CSInterpEnv::move_[xy]_with_arg
+    fixed bug a width being left over on argStack with CFF1
+
+ src/hb-cff-interp-cs-common.hh | 157 +++++++++++++++++++++++++++++++++++------
+ src/hb-cff1-interp-cs.hh       |   1 +
+ src/hb-subset-cff1.cc          |   4 --
+ src/hb-subset-cff2.cc          |   4 --
+ 4 files changed, 138 insertions(+), 28 deletions(-)
+
+commit 3d9a0306ebb48706778fd2c487c3cacc7d508d6c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 18 05:58:17 2018 -0700
+
+    2.0.0
+
+ NEWS                | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ configure.ac        |  2 +-
+ src/hb-buffer.cc    |  4 ++--
+ src/hb-common.h     |  4 ++--
+ src/hb-deprecated.h | 18 +++++++-------
+ src/hb-font.cc      |  6 ++---
+ src/hb-font.h       |  2 +-
+ src/hb-ot-layout.cc |  8 +++----
+ src/hb-ot-name.h    |  4 ++--
+ src/hb-ot-tag.cc    |  4 ++--
+ src/hb-ot-tag.h     |  4 ++--
+ src/hb-version.h    |  6 ++---
+ 12 files changed, 99 insertions(+), 31 deletions(-)
+
+commit 535ca678bf9c8ab470ebf5ad84a090328d79d42b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 18 05:58:04 2018 -0700
+
+    [test] Don't use newer glib API
+
+ test/api/test-ot-tag.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 03e144135b5c691e3942d1aef917fe2246665fb6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 18 11:06:37 2018 +0330
+
+    [ubsan] Use unsigned int instead enum where needed (#1270)
+    
+    Actually the check is right,
+    
+    On -myanmar.hh, on that particular switch, OT_C is indic_category_t
+    but OT_D is myanmar_category_t so we are mixing the types in one variable.
+    
+    And on -arabic.cc, step can goes one number higher than step_t enum in the
+    loop so we are actually using it as an unsinged int.
+
+ .circleci/config.yml               |  2 +-
+ src/hb-ot-shape-complex-arabic.cc  |  4 ++--
+ src/hb-ot-shape-complex-myanmar.hh | 48 +++++++++++++++++++-------------------
+ 3 files changed, 27 insertions(+), 27 deletions(-)
+
+commit 64df6b0b0f9d221e14811084f2412a01cf4deb46
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 18 00:35:01 2018 -0700
+
+    [AUTHORS] Add Ebrahim and Khaled
+
+ AUTHORS | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit f1ced9be378d7c7ad3ea35a1cee6f9aff7a44a13
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 17 23:06:53 2018 -0700
+
+    More warning fix
+    
+    Okay, let's see if the gods are happy now...
+
+ src/hb-static.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 40606abd0cd40faf3973d0a8c30af90d36ae8231
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 17 23:06:37 2018 -0700
+
+    Fix build
+
+ src/hb-static.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit c406aca19303e61fa5ba15d215386cfc6d920124
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 17 22:58:43 2018 -0700
+
+    Fix warning
+
+ src/hb-machinery.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 270a37c3244b32dd839a99eb379be241613ee895
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 17 22:42:47 2018 -0700
+
+    Kick bots
+
+ src/hb-aat-layout-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 6da8ef3f9f4706fe88715fabdba7904ff279539b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 17 22:37:34 2018 -0700
+
+    Fix some wierdness...
+
+ src/hb-static.cc | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 83780308b41b029513ac2568b6688d3eaad77338
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 17 22:34:16 2018 -0700
+
+    [aat] Fix sanitize slowdown
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11034
+
+ src/hb-aat-layout-common.hh | 4 ++++
+ src/hb-machinery.hh         | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit b9478e28ac4361353e4920d749cc5d29e5bfef67
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 17 21:52:14 2018 -0700
+
+    Revert "[test] Remove not-fixed yet testcases (#1268)"
+    
+    This reverts commit 191eef823fe95355425621f8e002dfe7fe632383.
+
+ ...rfuzz-testcase-minimized-hb-fuzzer-4548492505645056 | Bin 0 -> 122 bytes
+ ...rfuzz-testcase-minimized-hb-fuzzer-6210176798425088 | Bin 0 -> 1420 bytes
+ ...testcase-minimized-hb-shape-fuzzer-5738888765636608 | Bin 0 -> 267731 bytes
+ 3 files changed, 0 insertions(+), 0 deletions(-)
+
+commit af99b20dfddbca75e68f84c5aa465a54728990a6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 18 08:35:20 2018 +0330
+
+    [ci/ubsan] Disable enum sanitization
+    
+    Behdad apparently not interested on them
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9e8a9b846ec24e9124d61706272a0e5fa58d7a24
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 17 21:41:25 2018 -0700
+
+    [aat] Another try at fixing Lookup null objects...
+    
+    Ugly as hell, and don't even understand why some bits are needed.
+    But the logic is sound.
+
+ src/hb-aat-layout-common.hh | 23 ++++++++++++++++++++---
+ src/hb-static.cc            |  4 ++++
+ 2 files changed, 24 insertions(+), 3 deletions(-)
+
+commit 191eef823fe95355425621f8e002dfe7fe632383
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 18 08:04:18 2018 +0330
+
+    [test] Remove not-fixed yet testcases (#1268)
+    
+    I added them but now that I think, it is a bad idea to have them as
+    fuzzing bots will find good seeds to tweak in order to find easy new
+    testcases which causes duplicated issues.
+
+ ...rfuzz-testcase-minimized-hb-fuzzer-4548492505645056 | Bin 122 -> 0 bytes
+ ...rfuzz-testcase-minimized-hb-fuzzer-6210176798425088 | Bin 1420 -> 0 bytes
+ ...testcase-minimized-hb-shape-fuzzer-5738888765636608 | Bin 267731 -> 0 bytes
+ 3 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 392e1f4ddd7eb649e1a71755b9bcf6431739f98f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 18 07:42:20 2018 +0330
+
+    [test/shape-fuzzer] fail on timeout and ubsan errors (#1267)
+
+ test/fuzzing/run-shape-fuzzer-tests.py | 38 ++++++++++++++++++++++++++++++----
+ 1 file changed, 34 insertions(+), 4 deletions(-)
+
+commit eeddda3ec6c28b411d33c74938ec6198c7f6888d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 18 07:38:47 2018 +0330
+
+    [util] Better file-not-found error from hb-shape / hb-view
+    
+    fixes #1266
+
+ util/options.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 751c10e55e43e2266a5bba024d560c5127fae4b8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 18 06:36:48 2018 +0330
+
+    [fuzz] Add more new testcases
+
+ ...testcase-minimized-hb-shape-fuzzer-5718464350650368 | Bin 0 -> 41 bytes
+ ...testcase-minimized-hb-shape-fuzzer-5738888765636608 | Bin 0 -> 267731 bytes
+ 2 files changed, 0 insertions(+), 0 deletions(-)
+
+commit fd282eb3285e6d20f77e8a3a7237b677433ccbb4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 18 06:33:39 2018 +0330
+
+    [fuzz] Add a new testcase
+
+ .../clusterfuzz-testcase-hb-shape-fuzzer-5634395566768128 | Bin 0 -> 106 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 9d42d70269b879e67f3c7724beab8e4cdbfc877a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 17 17:55:47 2018 -0700
+
+    [trak] Fix calc
+    
+    We were getting the first track record always.  Ie. this line:
+    
+           if (trackTable[i].get_track_value () == 0.f)
+           {
+    -       trackTableEntry = &trackTable[0];
+    +       trackTableEntry = &trackTable[i];
+            break;
+           }
+    
+    The rest is cleanup.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1263 for the most part.
+
+ src/hb-aat-layout-trak-table.hh | 17 ++++++++---------
+ 1 file changed, 8 insertions(+), 9 deletions(-)
+
+commit 3341c7fbfb9bc8e137afd9f16da8cf18eb67b25b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 17 15:04:35 2018 -0700
+
+    [fuzzing] Move fuzzing fonts from api/ here
+
+ ...estcase-minimized-hb-subset-fuzzer-5521982557782016 | Bin 1228 -> 0 bytes
+ ...estcase-minimized-hb-subset-fuzzer-5542653037903872 | Bin 160249 -> 0 bytes
+ ...estcase-minimized-hb-subset-fuzzer-5609911946838016 | Bin 313 -> 0 bytes
+ ...estcase-minimized-hb-subset-fuzzer-5670861909524480 | Bin 1298 -> 0 bytes
+ ...estcase-minimized-hb-subset-fuzzer-5750092395970560 | Bin 72435 -> 0 bytes
+ ...estcase-minimized-hb-subset-fuzzer-6651660668502016 | Bin 15229 -> 0 bytes
+ ...ed-hb-subset-get-codepoints-fuzzer-5973295416475648 | Bin 109 -> 0 bytes
+ ...ed-hb-subset-get-codepoints-fuzzer-6136125075750912 | Bin 65816 -> 0 bytes
+ test/api/test-subset-glyf.c                            |   2 +-
+ test/api/test-subset-hdmx.c                            |   4 ++--
+ test/api/test-subset-hmtx.c                            |   2 +-
+ test/api/test-subset.c                                 |   6 +++---
+ .../crash-4b60576767ee4d9fe1cc10959d89baf73d4e8249     | Bin
+ .../crash-b577db318b30f2851828a4c9ef97cb30678b1b54     | Bin
+ .../crash-ccc61c92d589f895174cdef6ff2e3b20e9999a1a     | Bin
+ .../crash-e4e0bb1458a91b692eba492c907ae1f94e635480     | Bin
+ .../fonts/oom-6ef8c96d3710262511bcc730dce9c00e722cb653 | Bin
+ .../fonts/oom-ccc61c92d589f895174cdef6ff2e3b20e9999a1a | Bin
+ 18 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 1f34388e8b40a77157f61c8e1a2fc7c4846c192e
+Merge: 9ade3e7bb 2e7c71651
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Oct 17 09:34:48 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit 2e7c716511e8b2cfcd059fa2a2ed4cdd48b351bf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 18:35:03 2018 -0700
+
+    [buffer] Add an assert
+    
+    See if it helps debugging https://bugs.chromium.org/p/chromium/issues/detail?id=895117
+
+ src/hb-buffer.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 5842756b1398253d38749c4c8a23a1450e642caf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 18:28:55 2018 -0700
+
+    [fuzzing] Delete blink fuzzed data
+    
+    These are text, not font.
+
+ ...minimized-blink_harfbuzz_shaper_fuzzer-5099655095123968 | Bin 88 -> 0 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 25fe7e7e1031401d38db1efed360cd75ea7910b9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 18:22:54 2018 -0700
+
+    [aat] Comment
+
+ src/hb-aat-layout-common.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 26092bb3d1aa239de5e933700e0371619d147f65
+Author: HinTak <htl10@users.sourceforge.net>
+Date:   Wed Oct 17 00:54:39 2018 +0100
+
+    "allow-none" annotation for "out" parameters
+    
+    Fixes the following warnings:
+    hb-ot-tag.cc:330: Warning: HarfBuzz: invalid "allow-none" annotation: only valid for pointer types and out parameters
+    hb-ot-tag.cc:334: Warning: HarfBuzz: invalid "allow-none" annotation: only valid for pointer types and out parameters
+
+ src/hb-ot-tag.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ba42651608da1be0d152e03ad42ea96fc8476ac7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 17:35:46 2018 -0700
+
+    Fix indent
+
+ test/fuzzing/run-shape-fuzzer-tests.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 49bdb54427b17d439eadf31732a5f2a0add46bf5
+Author: HinTak <htl10@users.sourceforge.net>
+Date:   Wed Oct 17 00:36:04 2018 +0100
+
+    typo in gobject annotation - "in/out" should be "inout"
+    
+    "in/out" should be "inout"
+
+ src/hb-ot-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c0c190c16a2c1b281f40dacdcf515dc5a59ab3bb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 16:39:29 2018 -0700
+
+    [fuzzing] Run tests against fuzzing fonts
+    
+    Some disable.
+
+ test/fuzzing/run-shape-fuzzer-tests.py        | 12 ++--
+ test/fuzzing/run-subset-fuzzer-tests.py       | 35 ++++++-----
+ test/shaping/data/in-house/Makefile.sources   |  1 -
+ test/shaping/data/in-house/tests/fuzzed.tests | 84 ---------------------------
+ 4 files changed, 24 insertions(+), 108 deletions(-)
+
+commit 7b37705fb579a39334be0618c6215c1b887bf9fc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 16:33:06 2018 -0700
+
+    [fuzzing] Rename
+
+ ...ebdebc6.ttf => 0509e80afb379d16560e9e47bdd7d888bebdebc6} | Bin
+ ...63b6daf.ttf => 1a6f1687b7a221f9f2c834b0b360d3c8463b6daf} | Bin
+ ...28b22cb.ttf => 205edd09bd3d141cc9580f650109556cc28b22cb} | Bin
+ ...f026462.ttf => 217a934cfe15c548b572c203dceb2befdf026462} | Bin
+ ...ac34f18.ttf => 3511ff5c1647150595846ac414c595cccac34f18} | Bin
+ ...675d5a3.ttf => 375d6ae32a3cbe52fbf81a4e5777e3377675d5a3} | Bin
+ ...9c9a56b.ttf => 43979b90b2dd929723cf4fe1715990bcb9c9a56b} | Bin
+ ...1a8e2b0.ttf => 558661aa659912f4d30ecd27bd09835171a8e2b0} | Bin
+ ...0655fa8.ttf => 5a5daf5eb5a4db77a2baa3ad9c7a6ed6e0655fa8} | Bin
+ ...c149ddc.ttf => 641bd9db850193064d17575053ae2bf8ec149ddc} | Bin
+ ...bcf861f.ttf => 8240789f6d12d4cfc4b5e8e6f246c3701bcf861f} | Bin
+ ...1386016.ttf => a34a9191d9376bda419836effeef7e75c1386016} | Bin
+ ...bdae30e.ttf => a69118c2c2ada48ff803d9149daa54c9ebdae30e} | Bin
+ ...6b31fe2.ttf => b9e2aaa0d75fcef6971ec3a96d806ba4a6b31fe2} | Bin
+ ...14a0467.ttf => e88c339237f52d21e01c55f01b9c1b4cc14a0467} | Bin
+ ...1395725.ttf => fab39d60d758cb586db5a504f218442cd1395725} | Bin
+ 16 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 3676c685d407cc7b9b813b4a08e7c5bcd9a47ea1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 16:32:26 2018 -0700
+
+    [fuzzing] Move rest of fuzzing tests here
+
+ .../fonts/0509e80afb379d16560e9e47bdd7d888bebdebc6.ttf  | Bin
+ .../fonts/1a6f1687b7a221f9f2c834b0b360d3c8463b6daf.ttf  | Bin
+ .../fonts/205edd09bd3d141cc9580f650109556cc28b22cb.ttf  | Bin
+ .../fonts/217a934cfe15c548b572c203dceb2befdf026462.ttf  | Bin
+ .../fonts/3511ff5c1647150595846ac414c595cccac34f18.ttf  | Bin
+ .../fonts/375d6ae32a3cbe52fbf81a4e5777e3377675d5a3.ttf  | Bin
+ .../fonts/43979b90b2dd929723cf4fe1715990bcb9c9a56b.ttf  | Bin
+ .../fonts/558661aa659912f4d30ecd27bd09835171a8e2b0.ttf  | Bin
+ .../fonts/5a5daf5eb5a4db77a2baa3ad9c7a6ed6e0655fa8.ttf  | Bin
+ .../fonts/641bd9db850193064d17575053ae2bf8ec149ddc.ttf  | Bin
+ .../fonts/8240789f6d12d4cfc4b5e8e6f246c3701bcf861f.ttf  | Bin
+ .../fonts/a34a9191d9376bda419836effeef7e75c1386016.ttf  | Bin
+ .../fonts/a69118c2c2ada48ff803d9149daa54c9ebdae30e.ttf  | Bin
+ .../fonts/b9e2aaa0d75fcef6971ec3a96d806ba4a6b31fe2.ttf  | Bin
+ .../fonts/e88c339237f52d21e01c55f01b9c1b4cc14a0467.ttf  | Bin
+ .../fonts/fab39d60d758cb586db5a504f218442cd1395725.ttf  | Bin
+ test/shaping/data/in-house/tests/fuzzed.tests           |  16 ----------------
+ 17 files changed, 16 deletions(-)
+
+commit 1487173dcf4137fb210b15d9a869aa1f0c626d15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 16:30:38 2018 -0700
+
+    [fuzzing] Delete duplicate fonts
+
+ .../233c1e252e737ca79e03a9fd56b71aaa4a230f2b.ttf      | Bin 1048576 -> 0 bytes
+ .../243798dd281c1c77c065958e1ff467420faa9bde.ttf      | Bin 225 -> 0 bytes
+ .../9d8a94a67932a3ab75a596fc8b5c6d0392ca9e49.ttf      | Bin 4545 -> 0 bytes
+ .../b6acef662e0beb8d5fcf5b61c6b0ca69537b7402.ttf      | Bin 3301 -> 0 bytes
+ .../bbf4a308c402f0678c3e82844892a4da2ebe598f.ttf      | Bin 204 -> 0 bytes
+ .../dd9f0c7c7c36f75a18be0cab1cddf8f3ab0f366b.ttf      | Bin 2786 -> 0 bytes
+ .../ef2511f215aa3ca847cbfffbf861793b42170875.ttf      | Bin 1152 -> 0 bytes
+ test/shaping/data/in-house/tests/fuzzed.tests         |   7 -------
+ 8 files changed, 7 deletions(-)
+
+commit 49c041f7c5b135cbcbd1663e18047afd54fc948b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 16:25:24 2018 -0700
+
+    Minor
+
+ test/fuzzing/clusterfuzz-testcase-6107935408390144 | Bin 16800 -> 0 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 36f38ea7033b4e52c6cd94a8a0d686a95c0cc148
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 16:24:03 2018 -0700
+
+    [gpos] Protect mark attachment against out-of-bounds
+    
+    Not sure how can happen, but does...
+
+ src/hb-ot-layout-gpos-table.hh | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+commit 1147ce2392ac6b3d12fdabe69ac5da9bae97e30d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 16:18:32 2018 -0700
+
+    [fuzzing] Add more tests
+
+ .../fuzzing/fonts/clusterfuzz-testcase-6107935408390144 | Bin 0 -> 16800 bytes
+ ...-testcase-minimized-harfbuzz_fuzzer-5973566991106048 | Bin 0 -> 4047 bytes
+ ...-testcase-minimized-hb-shape-fuzzer-5633985665826816 | Bin 0 -> 73 bytes
+ 3 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 12cbe195ae65656dbc9e32b4d50696bc4223136b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 16:13:53 2018 -0700
+
+    [aat] Another non-null offset
+
+ src/hb-aat-layout-ankr-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 87205ef935ede70365187549d133014669ea47f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 15:40:44 2018 -0700
+
+    [aat] Make sure Lookup offset is never nulled
+    
+    It has unbounded size...
+    
+    Fixes https://oss-fuzz.com/v2/testcase-detail/5718889451749376
+
+ src/hb-aat-layout-ankr-table.hh |  2 +-
+ src/hb-aat-layout-common.hh     |  3 ++-
+ src/hb-aat-layout-kerx-table.hh | 18 ++++++++----------
+ src/hb-aat-layout-morx-table.hh |  4 ++--
+ src/hb-open-type.hh             | 12 ++++++------
+ 5 files changed, 19 insertions(+), 20 deletions(-)
+
+commit 1aa353e4fc79dfa880559ff75113ed58fac8392b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 15:26:51 2018 -0700
+
+    Fix tests
+
+ test/shaping/data/in-house/tests/fuzzed.tests | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 98d4ad02b97628e5a9a7bfe3187ccc3851c00b18
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 15:17:31 2018 -0700
+
+    [fuzzing] One more
+
+ test/fuzzing/clusterfuzz-testcase-6107935408390144 | Bin 0 -> 16800 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit e6f267c3dfe3e93dfc726266672da5a235fbd930
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 15:16:20 2018 -0700
+
+    [fuzzing] Add more clusterfuzz tests I had lying around
+
+ .../fonts/clusterfuzz-testcase-5517117891805184       | Bin 0 -> 178 bytes
+ ...sterfuzz-testcase-hb-shape-fuzzer-5746142327865344 | Bin 0 -> 219 bytes
+ ...sterfuzz-testcase-hb-shape-fuzzer-5750379279548416 | Bin 0 -> 317 bytes
+ .../clusterfuzz-testcase-minimized-4884742786777088   | Bin 0 -> 393 bytes
+ .../clusterfuzz-testcase-minimized-5255344882188288   | Bin 0 -> 65 bytes
+ .../clusterfuzz-testcase-minimized-5720051798769664   | Bin 0 -> 1048576 bytes
+ .../clusterfuzz-testcase-minimized-5924299061854208   | Bin 0 -> 2786 bytes
+ .../clusterfuzz-testcase-minimized-6460279560863744   | Bin 0 -> 589 bytes
+ ...ized-blink_harfbuzz_shaper_fuzzer-5099655095123968 | Bin 0 -> 88 bytes
+ ...estcase-minimized-hb-shape-fuzzer-5650286710882304 | Bin 0 -> 76 bytes
+ ...stcase-minimized-hb-shape-fuzzer-5672261407735808} | Bin
+ 11 files changed, 0 insertions(+), 0 deletions(-)
+
+commit e53206271db4a83834433ab5f82d16815a18b998
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Oct 17 01:42:04 2018 +0330
+
+    Add all the fonts found by fuzzers to the repo (#1258)
+
+ test/fuzzing/Makefile.am                           |   1 +
+ ...clusterfuzz-testcase-hb-fuzzer-4666056377368576 | Bin 0 -> 1152 bytes
+ ...clusterfuzz-testcase-hb-fuzzer-5662671558934528 | Bin 0 -> 242272 bytes
+ ...clusterfuzz-testcase-hb-fuzzer-6243458541944832 | Bin 0 -> 370187 bytes
+ ...clusterfuzz-testcase-hb-fuzzer-6303297511096320 | Bin 0 -> 4545 bytes
+ ...clusterfuzz-testcase-hb-fuzzer-6696647723581440 | Bin 0 -> 3266 bytes
+ ...z-testcase-minimized-hb-fuzzer-4523479581851648 | Bin 0 -> 322 bytes
+ ...z-testcase-minimized-hb-fuzzer-4535496598355968 | Bin 0 -> 2786 bytes
+ ...z-testcase-minimized-hb-fuzzer-4548492505645056 | Bin 0 -> 122 bytes
+ ...z-testcase-minimized-hb-fuzzer-4595692015190016 | Bin 0 -> 225 bytes
+ ...z-testcase-minimized-hb-fuzzer-4687441845813248 | Bin 0 -> 162 bytes
+ ...z-testcase-minimized-hb-fuzzer-4706238090706944 | Bin 0 -> 350 bytes
+ ...z-testcase-minimized-hb-fuzzer-4769173588672512 | Bin 0 -> 37 bytes
+ ...z-testcase-minimized-hb-fuzzer-4827735151083520 | Bin 0 -> 1384 bytes
+ ...z-testcase-minimized-hb-fuzzer-4841745322868736 | Bin 0 -> 660 bytes
+ ...z-testcase-minimized-hb-fuzzer-4884742786777088 | Bin 0 -> 393 bytes
+ ...z-testcase-minimized-hb-fuzzer-5216838347653120 | Bin 0 -> 157600 bytes
+ ...z-testcase-minimized-hb-fuzzer-5255344882188288 | Bin 0 -> 65 bytes
+ ...z-testcase-minimized-hb-fuzzer-5294584596791296 | Bin 0 -> 1602 bytes
+ ...z-testcase-minimized-hb-fuzzer-5303930168803328 | Bin 0 -> 7321 bytes
+ ...z-testcase-minimized-hb-fuzzer-5331901587914752 | Bin 0 -> 3301 bytes
+ ...z-testcase-minimized-hb-fuzzer-5388906574905344 | Bin 0 -> 9937 bytes
+ ...z-testcase-minimized-hb-fuzzer-5517117891805184 | Bin 0 -> 178 bytes
+ ...z-testcase-minimized-hb-fuzzer-5617496443846656 | Bin 0 -> 195 bytes
+ ...z-testcase-minimized-hb-fuzzer-5672141338968064 | Bin 0 -> 176 bytes
+ ...z-testcase-minimized-hb-fuzzer-5700697074958336 | Bin 0 -> 878 bytes
+ ...z-testcase-minimized-hb-fuzzer-5720051798769664 | Bin 0 -> 1048576 bytes
+ ...z-testcase-minimized-hb-fuzzer-5924299061854208 | Bin 0 -> 2786 bytes
+ ...z-testcase-minimized-hb-fuzzer-6023178755244032 | Bin 0 -> 2261 bytes
+ ...z-testcase-minimized-hb-fuzzer-6111685556305920 | Bin 0 -> 586 bytes
+ ...z-testcase-minimized-hb-fuzzer-6160439919509504 | Bin 0 -> 204 bytes
+ ...z-testcase-minimized-hb-fuzzer-6210176798425088 | Bin 0 -> 1420 bytes
+ ...z-testcase-minimized-hb-fuzzer-6260579246276608 | Bin 0 -> 700 bytes
+ ...z-testcase-minimized-hb-fuzzer-6264625609834496 | Bin 0 -> 1731 bytes
+ ...z-testcase-minimized-hb-fuzzer-6424351550210048 | Bin 0 -> 73 bytes
+ ...z-testcase-minimized-hb-fuzzer-6460279560863744 | Bin 0 -> 589 bytes
+ ...z-testcase-minimized-hb-fuzzer-6576177596596224 | Bin 0 -> 385 bytes
+ ...z-testcase-minimized-hb-fuzzer-6595199411159040 | Bin 0 -> 1862 bytes
+ ...z-testcase-minimized-hb-fuzzer-6624904746106880 | Bin 0 -> 42 bytes
+ ...z-testcase-minimized-hb-fuzzer-6723367514144768 | Bin 0 -> 1074 bytes
+ ...case-minimized-hb-shape-fuzzer-5630246225707008 | Bin 0 -> 109 bytes
+ ...case-minimized-hb-shape-fuzzer-5635082459545600 | Bin 0 -> 52 bytes
+ ...case-minimized-hb-shape-fuzzer-5652019562414080 | Bin 0 -> 49 bytes
+ ...case-minimized-hb-shape-fuzzer-5656511058018304 | Bin 0 -> 28 bytes
+ ...case-minimized-hb-shape-fuzzer-5659641787187200 | Bin 0 -> 3498 bytes
+ ...case-minimized-hb-shape-fuzzer-5668791174823936 | Bin 0 -> 3608 bytes
+ ...ase-minimized-hb-shape-fuzzer-56722614077358084 | Bin 0 -> 192 bytes
+ ...case-minimized-hb-shape-fuzzer-5674361600606208 | Bin 0 -> 518 bytes
+ ...case-minimized-hb-shape-fuzzer-5677421274071040 | Bin 0 -> 3608 bytes
+ ...case-minimized-hb-shape-fuzzer-5679244475105280 | Bin 0 -> 256 bytes
+ ...case-minimized-hb-shape-fuzzer-5685596677210112 | Bin 0 -> 58 bytes
+ ...case-minimized-hb-shape-fuzzer-5695615258853376 | Bin 0 -> 194 bytes
+ ...case-minimized-hb-shape-fuzzer-5696686572175360 | Bin 0 -> 256 bytes
+ ...case-minimized-hb-shape-fuzzer-5718889451749376 | Bin 0 -> 1680 bytes
+ ...case-minimized-hb-shape-fuzzer-5719982789361664 | Bin 0 -> 3608 bytes
+ ...case-minimized-hb-shape-fuzzer-5725129603022848 | Bin 0 -> 3608 bytes
+ ...case-minimized-hb-shape-fuzzer-5726089628876800 | Bin 0 -> 76 bytes
+ ...case-minimized-hb-shape-fuzzer-5729361857085440 | Bin 0 -> 2250 bytes
+ ...case-minimized-hb-shape-fuzzer-5733166795456512 | Bin 0 -> 78 bytes
+ ...case-minimized-hb-shape-fuzzer-5734736291430400 | Bin 0 -> 66 bytes
+ ...case-minimized-hb-shape-fuzzer-5740171484463104 | Bin 0 -> 186 bytes
+ ...case-minimized-hb-shape-fuzzer-5750379279548416 | Bin 0 -> 219 bytes
+ ...case-minimized-hb-shape-fuzzer-5762490181353472 | Bin 0 -> 101 bytes
+ ...ase-minimized-hb-subset-fuzzer-5359635656605696 | Bin 0 -> 393270 bytes
+ ...ase-minimized-hb-subset-fuzzer-5521982557782016 | Bin 0 -> 1228 bytes
+ ...ase-minimized-hb-subset-fuzzer-5542653037903872 | Bin 0 -> 160249 bytes
+ ...ase-minimized-hb-subset-fuzzer-5609911946838016 | Bin 0 -> 313 bytes
+ ...ase-minimized-hb-subset-fuzzer-5629878397829120 | Bin 0 -> 3746 bytes
+ ...ase-minimized-hb-subset-fuzzer-5651059347816448 | Bin 0 -> 2648 bytes
+ ...ase-minimized-hb-subset-fuzzer-5669437462544384 | Bin 0 -> 284427 bytes
+ ...ase-minimized-hb-subset-fuzzer-5670861909524480 | Bin 0 -> 1298 bytes
+ ...ase-minimized-hb-subset-fuzzer-5696607199166464 | Bin 0 -> 28 bytes
+ ...ase-minimized-hb-subset-fuzzer-5711951464759296 | Bin 0 -> 284521 bytes
+ ...ase-minimized-hb-subset-fuzzer-5747265633779712 | Bin 0 -> 177090 bytes
+ ...ase-minimized-hb-subset-fuzzer-5750092395970560 | Bin 0 -> 72435 bytes
+ ...ase-minimized-hb-subset-fuzzer-5758598970343424 | Bin 0 -> 64 bytes
+ ...ase-minimized-hb-subset-fuzzer-6543700493598720 | Bin 0 -> 138425 bytes
+ ...ase-minimized-hb-subset-fuzzer-6651660668502016 | Bin 0 -> 15229 bytes
+ ...b-subset-get-codepoints-fuzzer-5203067375976448 | Bin 0 -> 16310 bytes
+ ...b-subset-get-codepoints-fuzzer-5630904853069824 | Bin 0 -> 580 bytes
+ ...b-subset-get-codepoints-fuzzer-5687638085337088 | Bin 0 -> 1206 bytes
+ ...b-subset-get-codepoints-fuzzer-5736539338833920 | Bin 0 -> 512 bytes
+ ...b-subset-get-codepoints-fuzzer-5973295416475648 | Bin 0 -> 109 bytes
+ ...b-subset-get-codepoints-fuzzer-6136125075750912 | Bin 0 -> 65816 bytes
+ ...b-subset-get-codepoints-fuzzer-6394290358976512 | Bin 0 -> 1868 bytes
+ test/fuzzing/run-shape-fuzzer-tests.py             |   4 +
+ test/shaping/data/in-house/tests/fuzzed.tests      |  84 +++++++++++++++++++++
+ 87 files changed, 89 insertions(+)
+
+commit 2137582c9696b6e38d70b4a0d4199b315c9fd4ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 14:46:07 2018 -0700
+
+    [morx] Reword ligation
+    
+    Still fails MORX-41.  Am talking to Sascha to better understand what CoreText
+    is doing.
+
+ src/hb-aat-layout-morx-table.hh                    | 25 ++++++++++++----------
+ test/shaping/data/text-rendering-tests/DISABLED    |  2 ++
+ .../data/text-rendering-tests/Makefile.sources     |  2 +-
+ 3 files changed, 17 insertions(+), 12 deletions(-)
+
+commit c53a25c6579a4d3fe8e6a6fc198d70add41035ec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 13:57:35 2018 -0700
+
+    [morx] Comment
+
+ src/hb-aat-layout-morx-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c46d42f8f2c303817467c6a4e19d69d0e433dba6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 13:39:54 2018 -0700
+
+    [test/text-rendering-tests] Update from upstream
+
+ test/shaping/data/text-rendering-tests/Makefile.sources  |   1 +
+ .../text-rendering-tests/fonts/TestMORXFourtyone.ttf     | Bin 0 -> 2248 bytes
+ .../data/text-rendering-tests/tests/MORX-41.tests        |   4 ++++
+ 3 files changed, 5 insertions(+)
+
+commit 5eb7e7f6461bcf5b1e1d8ccb49eb904382762533
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 13:32:52 2018 -0700
+
+    Revert "[vector] Simplify Sort" and "More of the same"
+    
+    This reverts commit de0b9a466490c2c13d6ec6f59d5122b0a87d3180.
+    This reverts commit 921f0e6ec722940a1e37660e1291aa69f9f39db8.
+    
+    Annnnd, revert.  MSVC doesn't like it.
+
+ src/hb-vector.hh | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit 661340c475dc928f227d54b3f36eaf6f41c2b6e3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 16 13:24:29 2018 -0700
+
+    [kern] Scale kern pairs before applying
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1255
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1252
+
+ src/hb-ot-kern-table.hh     | 18 ++++++++++++------
+ src/hb-ot-shape-fallback.cc |  2 +-
+ 2 files changed, 13 insertions(+), 7 deletions(-)
+
+commit de0b9a466490c2c13d6ec6f59d5122b0a87d3180
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 22:20:26 2018 -0700
+
+    [vector] More of the same
+
+ src/hb-vector.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 921f0e6ec722940a1e37660e1291aa69f9f39db8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 22:19:17 2018 -0700
+
+    [vector] Simplify sort
+    
+    Hopefully this fits fine with SFINAE with all our compilers.
+
+ src/hb-vector.hh | 7 +------
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+commit 61510b63c15e91d80e36a497260db0e2d6d36c66
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 16 14:17:21 2018 +0330
+
+    [test] Minor cleanup in test-multithread and test-ot-name (#1256)
+
+ test/api/CMakeLists.txt                       |  2 +-
+ test/api/Makefile.am                          |  2 +-
+ test/api/test-multithread.c                   |  6 ++-
+ test/api/{test-ot-nameid.c => test-ot-name.c} | 58 ++++++++++++++-------------
+ 4 files changed, 36 insertions(+), 32 deletions(-)
+
+commit 42b75dc3a701b13665115e2a234bfa5dedafef3f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 16 10:58:09 2018 +0330
+
+    [kerx] Minor, remove debug bit
+
+ src/hb-aat-layout-kerx-table.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 11703afce6cebbb4c5e7cdea59ca59a1787608b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 21:16:58 2018 -0700
+
+    [kerx] Fix Format6 sanitize
+    
+    Fixes https://oss-fuzz.com/v2/testcase-detail/5650286710882304
+
+ src/hb-aat-layout-kerx-table.hh | 21 +++++++++++----------
+ 1 file changed, 11 insertions(+), 10 deletions(-)
+
+commit 4c27da7638f6d072c3ff93223488c4ab316236c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 19:46:45 2018 -0700
+
+    [CBDT] Fix more offsetting
+    
+    Fixes https://oss-fuzz.com/v2/testcase-detail/5750379279548416
+
+ src/hb-ot-color-cbdt-table.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 9ade3e7bb81be43b3c0811614b9b9533127894b0
+Merge: 6420ffe00 0f85edb77
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Oct 15 14:03:23 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit 6420ffe00fc4f4c6ffa63b80d961f70bc36c2caf
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Oct 15 14:03:18 2018 -0700
+
+    fixed type casting bug
+
+ src/hb-cff-interp-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0f85edb7781f4d5ec2de676979be75a0f6559d80
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 11:15:54 2018 -0700
+
+    [morx] Another end-of-text corner case
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10990
+
+ src/hb-aat-layout-morx-table.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 55d5ea666c25f75e9b1bc2eb43cfb104a16ebe04
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 11:04:49 2018 -0700
+
+    [kerx] Merge clusters in Ligature
+
+ src/hb-aat-layout-morx-table.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit bb35725cd760f07fdb0586453512a106e534b739
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 10:20:39 2018 -0700
+
+    [kerx/morx] More end-of-text protection
+
+ src/hb-aat-layout-kerx-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 8f3048a1f838484babc4948754c16dda8f53daf1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 15 12:16:47 2018 +0330
+
+    [dump-emoji] minor
+
+ src/dump-emoji.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 27e095a613ed0a753231405cab887da19e9aecd1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 15 12:04:14 2018 +0330
+
+    [dump-emoji] better explaination of the usage
+
+ src/dump-emoji.cc | 21 ++++++++++++++++++++-
+ 1 file changed, 20 insertions(+), 1 deletion(-)
+
+commit 8dc6296818e3a52c003852aa185f2b7eb6afa5d3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 15 01:09:05 2018 -0700
+
+    [ot-font] Implement TrueType v_origin
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/537
+
+ src/hb-ot-font.cc                               | 31 +++++++++++++++++-
+ src/hb-ot-hmtx-table.hh                         | 43 ++++++++++++++++---------
+ test/shaping/data/in-house/tests/vertical.tests |  2 +-
+ 3 files changed, 59 insertions(+), 17 deletions(-)
+
+commit 6e07076fd094afc8c9c8ad8f08453e7882294592
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 14 22:22:45 2018 -0700
+
+    [blob] Fix UBSan error
+
+ src/hb-blob.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit fc812faaa96aa4e67814a92376b2da751d5a0aba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 14 21:32:09 2018 -0700
+
+    [CBDT] Fix more offsetting issues
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/960
+    
+    dump-emoji still segfaults.  Needs debugging.
+
+ src/hb-ot-color-cbdt-table.hh | 28 +++++++++++++++-------------
+ 1 file changed, 15 insertions(+), 13 deletions(-)
+
+commit 6aee3bb87cee88525b745a640df294cb721245f6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 14 21:08:42 2018 -0700
+
+    [CBDT] Fix offset handling
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/960
+
+ src/hb-ot-color-cbdt-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit da744c6b3e79b778f414ec9f4d9070d06ec2a706
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 14 20:49:21 2018 -0700
+
+    [CBDT] More UnsizedArrayOf cleanup
+
+ src/hb-ot-color-cbdt-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2995b4465bce52b30de2cb6ba24cc80d8602413d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 14 20:37:57 2018 -0700
+
+    [CBDT] Simplify sanitize
+
+ src/hb-ot-color-cbdt-table.hh | 7 +------
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+commit 1c76c8f6ff7877e486f6e94d04b2dc65348b26d5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 14 19:39:31 2018 -0700
+
+    [morx] Handle end-of-text conditions in Insertion
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10955
+
+ src/hb-aat-layout-morx-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 60c13976733ea05e71c66c486d62e31ffbb71bac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 14 19:36:46 2018 -0700
+
+    [buffer] Fix output_glyph at end of buffer
+    
+    Part of https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10955
+
+ src/hb-buffer.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 7efa38257b6f79d1c6e2a9bad29c33af276abe29
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 14 19:30:44 2018 -0700
+
+    [aat] More protection against buffer fail
+
+ src/hb-aat-layout-common.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit e1add2a275a8afa5efc22aa44a4e62646f0b0ba4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 14 16:26:03 2018 -0700
+
+    [hmtx] Whitespace
+
+ src/hb-ot-hmtx-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 62376a7d983442408059b0b8987e7ca8d1de154e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 14 15:20:50 2018 -0700
+
+    Ignore signed-integer-overflow while kerning
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1247
+
+ src/hb-ot-kern-table.hh | 1 +
+ src/hb.hh               | 9 +++++++++
+ 2 files changed, 10 insertions(+)
+
+commit 40f2b9355cf827c7b82ea5e55b112ce0032a9abf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 14 14:56:32 2018 -0700
+
+    [kerx] Fix Format1 sanitize
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10948
+
+ src/hb-aat-layout-kerx-table.hh | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 44af1f93ee32e236a5c14085c72d3fa102a14f5e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 14 14:52:17 2018 -0700
+
+    [aat] Whitespace
+
+ src/hb-aat-layout-common.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit db0d83ddc73ecf50ec4489fc10eddf3fa5835ae2
+Merge: 9228db06f 56b8dd17f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Oct 13 17:25:38 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit 9228db06f46908afd0e62f5964470c37c66ba91f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Oct 13 17:25:09 2018 -0700
+
+    added CFF1 Expert Encoding subset test & bug fixes
+
+ src/hb-ot-cff1-table.hh                     |   8 +++++++-
+ src/hb-subset-cff1.cc                       |  10 ++++++++--
+ test/api/fonts/cff1_expert.2D,F6E9,FB00.otf | Bin 0 -> 3096 bytes
+ test/api/fonts/cff1_expert.otf              | Bin 0 -> 3656 bytes
+ test/api/test-subset-cff1.c                 |  21 +++++++++++++++++++++
+ 5 files changed, 36 insertions(+), 3 deletions(-)
+
+commit 56b8dd17f677ffe97e4d917c47924e1ac7632c71
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 13 19:03:33 2018 -0400
+
+    [aat] Finish off massaging table
+
+ src/hb-aat-layout.cc | 163 +++++++++++++++++++++++++--------------------------
+ 1 file changed, 81 insertions(+), 82 deletions(-)
+
+commit e0c5e0d91bbc0c8b2bb547ba5cb118989affc617
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 13 18:37:14 2018 -0400
+
+    [aat] WIP remove feature mapping here from hb-coretext
+    
+    Need to map enum values to numerics since we don't have CoreText headers.
+
+ src/hb-aat-layout.cc |  94 +++++++++++++++++++++++++
+ src/hb-aat-layout.hh |  22 ++++++
+ src/hb-coretext.cc   | 189 +--------------------------------------------------
+ 3 files changed, 117 insertions(+), 188 deletions(-)
+
+commit cb057749131826dd89bc3b92527116a974ae3bbe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 13 17:03:32 2018 -0400
+
+    [coretext] Prepare AAT feature mapping to be moved
+
+ src/hb-coretext.cc | 39 ++++++++++++++++++++++-----------------
+ 1 file changed, 22 insertions(+), 17 deletions(-)
+
+commit de6e414c565de5f27b9da8c7b8b11f88659a4c42
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 13 13:48:22 2018 -0400
+
+    [kerx] Sanitize more
+
+ src/hb-aat-layout-kerx-table.hh | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 71f76f2f39c88998b430b171c99b85818d4fa0ab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 13 13:36:27 2018 -0400
+
+    [kerx] Fix-up previous commit
+    
+    A "&" was missing.  Go back to using pointers that are less error-prone.
+
+ src/hb-aat-layout-kerx-table.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 6d4b054234b4736ca9927268ee3e2d9a0f8f6ead
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 13 12:20:33 2018 -0400
+
+    [kerx] Use sanitizer instead of handcoded runtime sanitization
+
+ src/hb-aat-layout-kerx-table.hh | 24 +++++++++---------------
+ 1 file changed, 9 insertions(+), 15 deletions(-)
+
+commit 5733113662e668a25187e0042935d955e44fb488
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 13 12:16:12 2018 -0400
+
+    [kerx] Wire up context down to get_kerning
+
+ src/hb-aat-layout-kerx-table.hh | 32 ++++++++++++++------------------
+ 1 file changed, 14 insertions(+), 18 deletions(-)
+
+commit c4502833b711a76cce1af0c5bf075692b965c991
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 13 11:48:49 2018 -0400
+
+    [kerx] Use sanitizer.get_num_glyphs() instead of face->get_num_glyphs()
+
+ src/hb-aat-layout-kerx-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit fc45e698f2d8a6d577f33b1e69a83714aceae528
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 13 11:39:12 2018 -0400
+
+    [kerx] Protext against overflows
+
+ src/hb-aat-layout-kerx-table.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit ed2ee78136c40de8e7b915dfdfd3ca92880912c3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 13 09:47:51 2018 -0400
+
+    [hangul] Fix use-after-free issue
+    
+    out_info might have moved since we copied it's position into local
+    info var.
+    
+    Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=894937
+
+ src/hb-ot-shape-complex-hangul.cc | 16 +++++++++-------
+ 1 file changed, 9 insertions(+), 7 deletions(-)
+
+commit 63109432cf61333e01af4ef5163d4202bb43f84d
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 13 14:00:05 2018 +0330
+
+    Cosmetic and minor changes
+
+ src/hb-buffer-serialize.cc   |   4 +-
+ src/hb-ot-cmap-table.hh      |   4 +-
+ src/hb-ot-layout-common.hh   |   4 +-
+ src/hb-ot-layout-gsubgpos.hh |   8 +--
+ src/hb-ot-layout.cc          | 127 +++++++++++++++++++------------------------
+ src/hb-ot-layout.h           |  25 +++++----
+ src/hb-ot-math-table.hh      |   8 +--
+ src/hb-ot-name.h             |   1 -
+ src/hb-ot-shape-complex.hh   |  18 +++---
+ 9 files changed, 93 insertions(+), 106 deletions(-)
+
+commit b64ef69b9e3d9cd4e81a2149cea3fe6e9e371cac
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Oct 12 14:14:21 2018 -0700
+
+    from encode_int removed assert hit by fuzzer
+    
+    clamp the value instead
+
+ src/hb-subset-cff-common.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit c0a6814b49e376984a0cae9d385a6f6ba8c73579
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 12 16:05:56 2018 -0400
+
+    Touch up new API
+    
+    New API:
+    +hb_ot_layout_feature_get_name_ids()
+    +hb_ot_layout_feature_get_characters()
+
+ src/hb-ot-layout.cc       | 16 +++++++++-------
+ src/hb-ot-layout.h        |  2 --
+ test/api/test-ot-nameid.c | 16 ++++++++++------
+ 3 files changed, 19 insertions(+), 15 deletions(-)
+
+commit 477bc9aafeaf89708d13a436869126351e2d9b50
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 12 15:52:31 2018 -0400
+
+    Add hb-ot-name.h
+    
+    Actual name-fetching API to come later.
+    
+    New API:
+    hb_name_id_t
+    HB_NAME_ID_INVALID
+
+ src/Makefile.sources       |  1 +
+ src/hb-ot-layout-common.hh |  2 +-
+ src/hb-ot-layout.h         | 12 ++---------
+ src/hb-ot-name.h           | 54 ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot.h                |  1 +
+ 5 files changed, 59 insertions(+), 11 deletions(-)
+
+commit dc49bd8d813571fe16d9e5342e4a3926ff947bd6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Oct 12 03:00:59 2018 +0330
+
+    Add two APIs for getting stylistic set labels
+    
+    * hb_ot_layout_feature_get_characters
+    * hb_ot_layout_feature_get_name_ids
+    
+    However HarfBuzz currently doesn't expose an API for retrieving the actual
+    information associated with NameId from the `name` table and that should be
+    done separately.
+
+ docs/harfbuzz-sections.txt |   2 +
+ src/hb-ot-layout-common.hh |  14 +++++
+ src/hb-ot-layout.cc        | 133 +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout.h         |  29 ++++++++++
+ test/api/CMakeLists.txt    |   2 +
+ test/api/Makefile.am       |   1 +
+ test/api/fonts/cv01.otf    | Bin 0 -> 1956 bytes
+ test/api/test-ot-nameid.c  |  96 ++++++++++++++++++++++++++++++++
+ 8 files changed, 277 insertions(+)
+
+commit e9f9c0d81c73d8b6d87700aadb5b886bd289769a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 21:37:45 2018 -0400
+
+    [sanitize] Reorder condition to silence bogus gcc warning
+    
+    Was givin a dozen of:
+    
+    ../../src/hb-machinery.hh: In member function ‘bool AAT::ankr::sanitize(hb_sanitize_context_t*) const’:
+    ../../src/hb-machinery.hh:307:23: warning: missed loop optimization, the loop counter may overflow [-Wunsafe-loop-optimizations]
+         bool ok = --this->max_ops > 0 &&
+                   ~~~~~~~~~~~~~~~~~~~~~~
+            this->start <= p &&
+            ~~~~~~~~~~~~~~~~~~~
+            p <= this->end &&
+            ~~~~~~~~~~~~~~~^~
+            (unsigned int) (this->end - p) >= len;
+            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+    
+    I believe those are bogus, but this silences them and does not introduce
+    logic issues I believe.
+
+ src/hb-machinery.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 1a6b5ac6c300ed2ccdcd8eadde433120f6e07f2a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 21:22:49 2018 -0400
+
+    Add HB_DEPRECATED_FOR and mark relevant symbols
+
+ src/hb-common.h     |  8 ++++++++
+ src/hb-deprecated.h | 10 +++++-----
+ src/hb-graphite2.h  |  2 +-
+ 3 files changed, 14 insertions(+), 6 deletions(-)
+
+commit c9413d7bb575093411b39ac21974795b6ad91454
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 21:19:39 2018 -0400
+
+    [graphite] Add HB_DEPRECATED annotation
+
+ src/hb-graphite2.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 68c86af187ff645a1305ac3b64832f3bb2350519
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 21:18:20 2018 -0400
+
+    Always compile deprecated symbols
+    
+    We haven't been keeping this updated.  So, while we don't expose the
+    symbols in the headers if HB_DISABLE_DEPRECATED is defined, we still
+    always build them.
+
+ src/hb-font.cc | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit fc0153a1d4903a57b21974cc8d0b0a82d7bc43dc
+Merge: 7d99a6cef c55100000
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Oct 12 12:16:50 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit 7d99a6cef80ec178c10dcf0e848394614c5e6912
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Oct 12 02:16:07 2018 -0700
+
+    overhauled error handling in CFF interpreter
+    
+    minimized "if (error) return false" idiom
+
+ src/hb-cff-interp-common.hh      | 138 +++++++++++++++++++++++----------------
+ src/hb-cff-interp-cs-common.hh   |  43 ++++++------
+ src/hb-cff-interp-dict-common.hh |  72 +++++++++++---------
+ src/hb-cff1-interp-cs.hh         |  72 +++++++++++---------
+ src/hb-cff2-interp-cs.hh         |  50 +++++++-------
+ src/hb-ot-cff1-table.hh          |  91 +++++++++++---------------
+ src/hb-ot-cff2-table.hh          |  71 +++++++++-----------
+ 7 files changed, 281 insertions(+), 256 deletions(-)
+
+commit c55100000bc20d7c8319cfc54294215a923ffc25
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Thu Oct 11 22:08:14 2018 -0400
+
+    Add missing colons to GObject annotations
+
+ src/hb-ot-tag.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1e816d62efe1b3540ef605092b97794e68ec0832
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Thu Oct 11 20:37:49 2018 -0400
+
+    Fix Indic script tags in Graphite
+
+ src/hb-graphite2.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit bf8469be9a8932cc407b60daf4d494fef46e233b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 20:45:00 2018 -0400
+
+    Attach CursivePositioning backwards, not forward
+    
+    This is how Uniscribe does it.  So, adjust.  This is only relevant
+    to fonts that apply cursive positioning from a contextual lookup.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1181
+
+ src/hb-ot-layout-gpos-table.hh                      |  20 ++++++++++----------
+ .../9fc3e6960b3520e5304033ef5fd540285f72f14d.ttf    | Bin 0 -> 2380 bytes
+ .../data/in-house/tests/cursive-positioning.tests   |   1 +
+ 3 files changed, 11 insertions(+), 10 deletions(-)
+
+commit bdb53ca24a5ad9671d8e29e17d1d8981505bd882
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 20:20:00 2018 -0400
+
+    [myanmar] Implement Zawgyi shaper
+    
+    Enabled if script tag 'Qaag' is passed to HarfBuzz.  Disables mark
+    advance-zeroing and fallback mark-positioning.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1162
+
+ src/hb-ot-shape-complex-myanmar.cc                 |  22 +++++++++++++++++++++
+ src/hb-ot-shape-complex.hh                         |   5 +++++
+ src/hb.hh                                          |   8 ++++++++
+ test/shaping/data/in-house/Makefile.sources        |   1 +
+ .../ab14b4eb9d7a67e293f51d30d719add06c9d6e06.ttf   | Bin 0 -> 1792 bytes
+ .../data/in-house/tests/myanmar-zawgyi.tests       |   1 +
+ 6 files changed, 37 insertions(+)
+
+commit 00c5c4a79dfb352a679a5c56bf9c756ab0fa98d2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 20:15:31 2018 -0400
+
+    [myanmar] Shuffle
+
+ src/hb-ot-shape-complex-myanmar.cc | 33 +++++++++++++++++----------------
+ 1 file changed, 17 insertions(+), 16 deletions(-)
+
+commit ec8f493bf9fefc33f027db24c4b175990b2d751c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 20:15:00 2018 -0400
+
+    [graphite] Remove assert
+
+ src/hb-graphite2.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 5646dcbd1125049c3af342fadfcfcbd523ce53d3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 19:39:07 2018 -0400
+
+    Minor
+
+ src/hb-ot-tag.cc | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 788e1478557603d30966f12449eef0d0bd51c880
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 19:24:52 2018 -0400
+
+    [test] Add test for USE indic3
+
+ test/shaping/data/in-house/Makefile.sources              |   1 +
+ .../fonts/3c96e7a303c58475a8c750bf4289bbe73784f37d.ttf   | Bin 0 -> 3364 bytes
+ test/shaping/data/in-house/tests/use-indic3.tests        |   1 +
+ 3 files changed, 2 insertions(+)
+
+commit a11972787a2a90b541f92cc56bb885859390a0c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 19:23:36 2018 -0400
+
+    Minor
+
+ test/shaping/record-test.sh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 654365dc894326f04abaaba415f48ca5ba2d1286
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 17:51:21 2018 -0400
+
+    Pass indic3 tags to USE shaper
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/539
+
+ src/hb-ot-shape-complex.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 28d091d045b042506a1ec2cdefe7cf0d718e8b22
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Thu Oct 11 17:15:22 2018 -0400
+
+    Parse Indic3 tags
+
+ src/hb-ot-tag.cc       | 11 ++++++++---
+ test/api/test-ot-tag.c | 44 +++++++++++++++++++++++++-------------------
+ 2 files changed, 33 insertions(+), 22 deletions(-)
+
+commit 211cd3691ba01b1cb2eeb8a91ac3532181791a8a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 17:31:29 2018 -0400
+
+    Remove remains of get-codepoint-fuzzer
+
+ test/fuzzing/CMakeLists.txt             |  7 +------
+ test/fuzzing/run-subset-fuzzer-tests.py | 12 ------------
+ 2 files changed, 1 insertion(+), 18 deletions(-)
+
+commit 120ed0272569e6a34172a511d4a5a70a3a18f1d2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 17:08:12 2018 -0400
+
+    [fuzzing] Fold get-codepoints-fuzzer into subset-fuzzer
+
+ test/fuzzing/Makefile.am                        | 16 ----------------
+ test/fuzzing/hb-subset-fuzzer.cc                |  5 +++++
+ test/fuzzing/hb-subset-get-codepoints-fuzzer.cc | 23 -----------------------
+ 3 files changed, 5 insertions(+), 39 deletions(-)
+
+commit 2c824d3644e16643c2bbe85fb88f9fb6fed53ce7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 16:41:01 2018 -0400
+
+    [aat] Fix two wrongs that made a right before!
+    
+    Unfortunately our static asserts (DEFINE_SIZE_STATIC) don't actually
+    fail when used in templates, thanks to SFINAE.  Le sighs.
+    
+    Probably fixes https://oss-fuzz.com/v2/testcase-detail/5740171484463104
+
+ src/hb-aat-layout-common.hh | 4 ++--
+ src/hb-open-type.hh         | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit e940530c9723c3a581a5d5b31e5f419865dd6cc7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 15:56:17 2018 -0400
+
+    [aat] Fix mul overflow
+    
+    Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10897
+
+ src/hb-aat-layout-common.hh | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit 1d995a340b9e17fc8dca7a3e88e0918de2d8f02c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 15:42:54 2018 -0400
+
+    Minor
+
+ test/api/hb-subset-test.h   | 6 ++----
+ test/api/test-multithread.c | 5 +----
+ test/fuzzing/main.cc        | 2 +-
+ 3 files changed, 4 insertions(+), 9 deletions(-)
+
+commit 0744a02cb12e4d800abb611dfa5d268bb2dfd9f3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 15:14:18 2018 -0400
+
+    [arabic] Update to latest UTR#53
+    
+    From Lorna Evans: "That was a new character added to Unicode 11.0"
+
+ src/hb-ot-shape-complex-arabic.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 57b05210b1a8968d18ccbbe70879b2e11b6a09f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 15:03:21 2018 -0400
+
+    [test] Fix use of deprecated symbols
+
+ test/api/test-ot-tag.c | 60 ++++++++++++++++++++++++++++++++++++++------------
+ 1 file changed, 46 insertions(+), 14 deletions(-)
+
+commit ca37172ee3908bac12cc3d97768b95ae571530d2
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Oct 11 11:55:55 2018 -0700
+
+    fixed leak
+
+ test/api/test-ot-extents-cff.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 4f9e36e8cf5d9d3d3e5a1ed46149355ee5f5e9fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 14:32:59 2018 -0400
+
+    [graphite] Remove deprecated symbol use
+
+ src/hb-graphite2.cc | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit da591f2a9d2ae2a5878d3b2ef78a6d589b19aab0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 14:30:15 2018 -0400
+
+    Whitespace
+
+ src/hb-ot-tag.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 4d205f0462b19f371df495b9cc12c0128f507de9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 14:25:48 2018 -0400
+
+    [graphite] Fix deva/dev2 resolution
+    
+    See https://github.com/harfbuzz/harfbuzz/pull/730#issuecomment-428277800
+
+ src/hb-graphite2.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8061664ad1a5933098adc3bc1dca0b5be48586ef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 14:16:55 2018 -0400
+
+    Add doc stubs for recently added API
+    
+    Thanks to David Corbett who revamped our script and language processing
+    and implemented full BCP 47 support.
+    
+    https://github.com/harfbuzz/harfbuzz/pull/730
+    
+    New API:
+    +hb_ot_layout_table_select_script()
+    +hb_ot_layout_script_select_language()
+    +HB_OT_MAX_TAGS_PER_SCRIPT
+    +HB_OT_MAX_TAGS_PER_LANGUAGE
+    +hb_ot_tags_from_script_and_language()
+    +hb_ot_tags_to_script_and_language()
+    
+    Deprecated API:
+    -hb_ot_layout_table_choose_script()
+    -hb_ot_layout_script_find_language()
+    -hb_ot_tags_from_script()
+    -hb_ot_tag_from_language()
+
+ src/hb-ot-layout.cc | 10 ++++++++++
+ src/hb-ot-tag.cc    | 21 ++++++++++++++++-----
+ src/hb-ot-tag.h     | 10 ++++++++++
+ src/hb-unicode.h    |  2 +-
+ 4 files changed, 37 insertions(+), 6 deletions(-)
+
+commit cf975ac653bff369f4ed7ba7fc04fae6ce2cec95
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 14:07:44 2018 -0400
+
+    Remove use of deprecated function
+
+ src/hb-ot-layout.cc | 23 ++++++++++++-----------
+ src/hb-ot-layout.h  | 12 ++++++------
+ 2 files changed, 18 insertions(+), 17 deletions(-)
+
+commit 66790d64c7120b75c72bf91c769dc52d95858909
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Mon Sep 10 13:15:00 2018 -0400
+
+    Increase HB_OT_MAX_TAGS_PER_SCRIPT to 3
+    
+    No script has 3 tags yet, but the plan is for the Indic scripts to each
+    get a third tag someday.
+
+ src/hb-ot-tag.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit bca7a16938609539e4adb5cdf943734b7dfa1561
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Mon Sep 10 12:05:51 2018 -0400
+
+    Update language system tag registry to OT 1.8.3
+
+ src/gen-tag-table.py   | 10 +++++++++-
+ src/hb-ot-tag-table.hh | 44 +++++++++++++++++++++++++++++++++-----------
+ 2 files changed, 42 insertions(+), 12 deletions(-)
+
+commit 7f1fbfe2e312f397db9271dd17a8e701489ffc79
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Mon Jul 23 21:19:23 2018 -0400
+
+    Add hb_ot_tags_to_script_and_language
+
+ docs/harfbuzz-sections.txt |  3 +-
+ src/hb-ot-map.cc           |  2 +-
+ src/hb-ot-tag.cc           | 75 ++++++++++++++++++++++++++++++++++++++++------
+ src/hb-ot-tag.h            | 18 +++++++----
+ test/api/test-ot-tag.c     | 33 ++++++++++++++++++--
+ 5 files changed, 112 insertions(+), 19 deletions(-)
+
+commit 3f8877473fb4c72a6f3edfcfc927b9993a5f3616
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Thu Jul 19 13:48:07 2018 -0400
+
+    Switch on the first char of a complex language tag
+    
+    This results in a tenfold speed-up for the common case of tags that are
+    not complex, in the sense of `hb_ot_tags_from_complex_language`.
+
+ src/gen-tag-table.py   |  171 ++++--
+ src/hb-ot-tag-table.hh | 1580 ++++++++++++++++++++++++------------------------
+ 2 files changed, 922 insertions(+), 829 deletions(-)
+
+commit a754d44195021603306af2a296d06187eda95409
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Mon Jul 16 21:14:48 2018 -0400
+
+    Map Quechua languages to closest ones with tags
+    
+    OpenType only officially maps four ISO 639 codes to Quechua languages,
+    but prior versions of HarfBuzz also mapped qu to 'QUZ '. Because qu is a
+    macrolanguage, the mapping now applies to all individual Quechua
+    languages. OpenType calls 'QUZ ' "Quechua", but it really corresponds to
+    Cusco Quechua, so the individual Quechua languages should not all
+    necessarily be mapped to it.
+
+ src/gen-tag-table.py   | 32 ++++++++++++++++++++++++++
+ src/hb-ot-tag-table.hh | 62 +++++++++++++++++++++++++++-----------------------
+ 2 files changed, 65 insertions(+), 29 deletions(-)
+
+commit 65d01f77552a5102ee114d9917fd2ecf091a35c3
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Thu Jan 18 16:33:39 2018 -0500
+
+    Test deprecated tag fallback in a font
+    
+    The font supports the deprecated tag 'DHV ' instead of 'DIV '. dv is
+    mapped to 'DIV ' and 'DHV ', in that order. The test specifies
+    `--language=dv`, demonstrating that if a font does not support the first
+    OpenType tag mapped to a BCP 47 tag, it will fall back to the next tag.
+
+ .../fonts/d3129450fafe5e5c98cfc25a4e71809b1b4d2855.ttf    | Bin 0 -> 956 bytes
+ test/shaping/data/in-house/tests/language-tags.tests      |   1 +
+ 2 files changed, 1 insertion(+)
+
+commit 7c7cb2a98907d99ca86bdbfca0bf9c48bfa4ed49
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Sat Jan 20 15:53:09 2018 -0500
+
+    Match extlang subtags
+    
+    If the second subtag of a BCP 47 tag is three letters long, it denotes
+    an extended language. The tag converter ignores the language subtag and
+    uses the extended language instead.
+    
+    There are some grandfathered exceptions, which are handled earlier.
+
+ src/gen-tag-table.py   |  2 +-
+ src/hb-ot-tag-table.hh | 21 +++++++++++++++++++++
+ src/hb-ot-tag.cc       | 10 +++++++++-
+ test/api/test-ot-tag.c |  7 +++++++
+ 4 files changed, 38 insertions(+), 2 deletions(-)
+
+commit 2f1f961cc0f0f907916b4b00342d8a2dda8b4ee1
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Fri Dec 8 22:45:52 2017 -0500
+
+    Autogenerate the BCP 47 to OpenType mappings
+    
+    The new script, gen-tag-table.py, generates `ot_languages` automatically
+    from the [OpenType language system tag registry][ot] and the [IANA
+    Language Subtag Registry][bcp47] with some manual modifications. If an
+    OpenType tag maps to a BCP 47 macrolanguage, all the macrolanguage's
+    individual languages are mapped to the same OpenType tag, except for
+    individual languages with their own OpenType mappings. Deprecated
+    BCP 47 tags are canonicalized.
+    
+    [ot]: https://docs.microsoft.com/en-us/typography/opentype/spec/languagetags
+    [bcp47]: https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
+    
+    Some OpenType tags correspond to multiple ISO 639 codes. The mapping
+    from ISO 639 codes lists OpenType tags in priority order, such that more
+    specific or more likely tags appear first.
+    
+    Some OpenType tags have no corresponding ISO 639 code in the registry so
+    their mappings use BCP 47 subtags besides the language. For example, any
+    BCP 47 tag with a fonipa variant subtag is mapped to 'IPPH', and 'IPPH'
+    is mapped back to und-fonipa.
+    
+    Other OpenType tags have no corresponding ISO 639 code because it is not
+    clear what they are for. HarfBuzz just ignores these tags.
+    
+    One such ignored tag is 'ZHP ' (Chinese Phonetic). It probably means
+    zh-Latn. However, it is used in Microsoft JhengHei and Microsoft YaHei
+    with the script tag 'hani', implying that it is not a romanization
+    scheme after all. It would be simple enough to add this mapping to
+    gen-tag-table.py once a definitive mapping is determined.
+    
+    The manual modifications are mainly either obvious mappings that the
+    OpenType registry omits or mappings for compatibility with previous
+    versions of HarfBuzz. Some of the old mappings were discarded, though,
+    for homophonous language names. For example, OpenType maps 'KUI ' to
+    kxu; previous versions of HarfBuzz also mapped it to kvd, because kvd
+    and kxu both happen to be called "Kui".
+    
+    gen-tag-table.py also generates a function to convert multi-subtag tags
+    like el-polyton and zh-HK to OpenType tags, replacing `ot_languages_zh`
+    and the hard-coded list of special cases in `hb_ot_tags_from_language`.
+    It also generates a function to convert OpenType tags to BCP 47,
+    replacing the hard-coded list of special cases in
+    `hb_ot_tag_to_language`.
+
+ src/Makefile.am        |    9 +-
+ src/Makefile.sources   |    1 +
+ src/gen-tag-table.py   | 1013 ++++++++++++++++++++++++
+ src/hb-ot-tag-table.hh | 1997 ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-tag.cc       |  842 +-------------------
+ src/hb-ot-tag.h        |    2 +-
+ test/api/test-ot-tag.c |   66 +-
+ 7 files changed, 3092 insertions(+), 838 deletions(-)
+
+commit 2c7d4db7af16e228bb30eddf7334a524b74ae26c
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Fri Dec 29 20:19:05 2017 +0800
+
+    Deprecate obsolete functions
+    
+    `hb_ot_tags` replaces `hb_ot_tags_from_script` and
+    `hb_ot_tag_from_language`.
+    
+    `hb_ot_layout_table_select_script` replaces
+    `hb_ot_layout_table_choose_script`.
+    
+    `hb_ot_layout_script_select_language` replaces
+    `hb_ot_layout_script_find_language`.
+
+ docs/harfbuzz-sections.txt |  8 ++++----
+ src/hb-deprecated.h        | 23 +++++++++++++++++++++++
+ src/hb-ot-layout.h         | 15 ---------------
+ src/hb-ot-tag.h            |  8 --------
+ 4 files changed, 27 insertions(+), 27 deletions(-)
+
+commit 91067716f5e7b15d9a642f69019246c83fc7c108
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Fri Dec 8 11:21:14 2017 -0500
+
+    Refactor the selection of script and language tags
+    
+    The old hb-ot-tag.cc functions, `hb_ot_tags_from_script` and
+    `hb_ot_tag_from_language`, are now wrappers around a new function:
+    `hb_ot_tags`. It converts a script and a language to arrays of script
+    tags and language tags. This will make it easier to add new script tags
+    to scripts, like 'dev3'. It also allows for language fallback chains;
+    nothing produces more than one language yet though.
+    
+    Where the old functions return the default tags 'DFLT' and 'dflt',
+    `hb_ot_tags` returns an empty array. The caller is responsible for
+    using the default tag in that case.
+    
+    The new function also adds a new private use subtag syntax for script
+    overrides: "x-hbscabcd" requests a script tag of 'abcd'.
+    
+    The old hb-ot-layout.cc functions,`hb_ot_layout_table_choose_script` and
+    `hb_ot_layout_script_find_language` are now wrappers around the new
+    functions `hb_ot_layout_table_select_script` and
+    `hb_ot_layout_script_select_language`. They are essentially the same as
+    the old ones plus a tag count parameter.
+    
+    Closes #495.
+
+ docs/harfbuzz-sections.txt |    5 +
+ src/hb-ot-layout.cc        |   43 +-
+ src/hb-ot-layout.h         |   16 +
+ src/hb-ot-map.cc           |   13 +-
+ src/hb-ot-tag.cc           | 1639 ++++++++++++++++++++++++--------------------
+ src/hb-ot-tag.h            |   11 +
+ test/api/test-ot-tag.c     |  107 +++
+ 7 files changed, 1070 insertions(+), 764 deletions(-)
+
+commit a03f5f4dfbbf885db567c3909241a55eb5869fce
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Thu Dec 28 22:59:29 2017 +0800
+
+    Replace "ISO 639" with "BCP 47"
+    
+    `hb_language_from_string` accepts not only ISO 639 but also BCP 47. Not
+    all ISO 639 codes are valid BCP 47 tags but the function does not accept
+    overlong language subtags anyway.
+
+ src/hb-buffer.cc | 2 +-
+ src/hb-common.cc | 6 +++---
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit ce6639cd27f79856466a5e8abf58f544f069e25d
+Merge: a6b6faf2b 0b9d60e1a
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Oct 11 10:53:48 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit a6b6faf2b87f113fb23cf8e040f8b7875e2daf80
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Oct 11 10:53:44 2018 -0700
+
+    Replaced CFF1 J subset font for better coverage
+    
+    in api test-ot-extents-cff
+
+ test/api/fonts/SourceHanSans-Regular.41,3041,4C2E.otf | Bin 0 -> 3892 bytes
+ test/api/fonts/SourceHanSans-Regular.41,3041,4E9D.otf | Bin 5864 -> 0 bytes
+ test/api/fonts/SourceHanSans-Regular.41,4C2E.otf      | Bin 0 -> 2548 bytes
+ test/api/fonts/SourceHanSans-Regular.41,4E9D.otf      | Bin 5500 -> 0 bytes
+ test/api/test-ot-extents-cff.c                        |  15 +++++++++++++++
+ test/api/test-subset-cff1.c                           |  18 +++++++++---------
+ 6 files changed, 24 insertions(+), 9 deletions(-)
+
+commit 0b9d60e1a1c4b7867ac907bbd7c004191a14e697
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 13:26:58 2018 -0400
+
+    [aat] Apply kerx if GPOS kern was not applied
+    
+    Ned tells me this is what Apple does.
+
+ src/hb-ot-shape.cc | 18 ++++++++----------
+ 1 file changed, 8 insertions(+), 10 deletions(-)
+
+commit b59a428af08d6451a47f40ed01e594815ebf6303
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 13:24:17 2018 -0400
+
+    Minor
+
+ src/hb-ot-shape.cc | 6 +++++-
+ src/hb-ot-shape.hh | 5 +++--
+ 2 files changed, 8 insertions(+), 3 deletions(-)
+
+commit 100e95f48e3d137c654d206e858d6419ea62a12c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 11:30:45 2018 -0400
+
+    [trak] Add tests
+
+ test/shaping/data/in-house/Makefile.sources     |   1 +
+ test/shaping/data/in-house/fonts/TestTRAK.ttf   | Bin 0 -> 2456 bytes
+ test/shaping/data/in-house/tests/aat-trak.tests |   8 ++++++++
+ 3 files changed, 9 insertions(+)
+
+commit 04f72e8990ea61ffc6b62105c75e0a3e1b1ebab4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 11:25:07 2018 -0400
+
+    [trak] Implement extrapolation
+    
+    This concludes trak, as well as AAT shaping support!
+
+ src/hb-aat-layout-trak-table.hh | 39 ++++++++++++++++++++-------------------
+ 1 file changed, 20 insertions(+), 19 deletions(-)
+
+commit d6a12dba6da6262fd9e5d8397b46ac8516136cae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 11:10:06 2018 -0400
+
+    [trak] Fix, and hook up
+    
+    Works beautifully!  Test coming.
+
+ src/hb-aat-layout-common.hh     |  4 ++--
+ src/hb-aat-layout-trak-table.hh |  6 ++++--
+ src/hb-aat-layout.cc            | 25 ++++++++++++++++++++++++-
+ src/hb-aat-layout.hh            |  8 ++++++++
+ src/hb-ot-shape.cc              |  2 ++
+ 5 files changed, 40 insertions(+), 5 deletions(-)
+
+commit 3d7dea6dfdc9e75dcca100a79525aa3736dbe29c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 10:32:08 2018 -0400
+
+    [trak] Handle nSizes=0 and 1
+
+ src/hb-aat-layout-trak-table.hh | 11 ++++++++++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+commit 451f3de521ff1b7f4d3b8ebb2cc0b95d88c9314a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 10:30:32 2018 -0400
+
+    [trak] Fix counting
+
+ src/hb-aat-layout-trak-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit a5be380cae9b49ed85c8620f1921209ef61a72ad
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 10:29:02 2018 -0400
+
+    [trak] More
+
+ src/hb-aat-layout-trak-table.hh | 26 +++++++++++++++++---------
+ 1 file changed, 17 insertions(+), 9 deletions(-)
+
+commit d06c4a867f0d383d8c27f2957e646d9e3fe6853b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 10:22:01 2018 -0400
+
+    [trak] Only adjust around first glyph
+    
+    Assumes graphemes only have one base glyph.
+
+ src/hb-aat-layout-trak-table.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 071a2cbcddcbafae9458e674c21db5001b39518d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 10:18:46 2018 -0400
+
+    [trak] Clean up
+
+ src/hb-aat-layout-trak-table.hh | 67 +++++++++++++++++++++++------------------
+ 1 file changed, 37 insertions(+), 30 deletions(-)
+
+commit fbbd926dba163d9a2a6a62f380951f03363c2b14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 01:22:29 2018 -0400
+
+    [kerx] Implement Format4 action_type=1 contour-point-based attachment
+    
+    Untested.
+    
+    This concludes kerx table support!
+
+ src/hb-aat-layout-kerx-table.hh | 17 ++++++++++++++++-
+ 1 file changed, 16 insertions(+), 1 deletion(-)
+
+commit b6bc0d4ff62e4509643db3b304306a72bbcb2c38
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 01:17:57 2018 -0400
+
+    [kerx] Implement Format4 action_type=2 coordinate-based attachment
+    
+    Untested.
+
+ src/hb-aat-layout-kerx-table.hh | 21 ++++++++++++---------
+ 1 file changed, 12 insertions(+), 9 deletions(-)
+
+commit 1622ba5943d14b2d50d45dc17fb723f4c9ddb0bb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 01:14:18 2018 -0400
+
+    [kerx] Implement Format4 'ankr'-based mark attachment
+    
+    Tested with Kannada MN:
+    
+    $ HB_OPTIONS=aat ./hb-shape Kannada\ MN.ttc -u 0CCD,0C95,0CD6
+    [kn_ka.vattu=0+230|kn_ai_length_mark=1@326,0+607]
+
+ src/hb-aat-layout-common.hh     |  8 ++++++--
+ src/hb-aat-layout-kerx-table.hh | 20 +++++++++++++++++---
+ src/hb-aat-layout.cc            | 20 ++++++++++++++++----
+ src/hb-ot-layout-gpos-table.hh  |  4 ----
+ 4 files changed, 39 insertions(+), 13 deletions(-)
+
+commit 7bb4da7d9538f3d4b1d28030d43e0c3d720d821b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 00:52:07 2018 -0400
+
+    [aat] Wire up 'ankr' table to apply context
+
+ src/hb-aat-layout-common.hh | 7 +++++--
+ src/hb-aat-layout.cc        | 8 +++++++-
+ 2 files changed, 12 insertions(+), 3 deletions(-)
+
+commit 28f0367aab648c486d6e8d0e13dbbb2af1b65dcc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 11 00:12:49 2018 -0400
+
+    [kerx] Flesh out Format4
+    
+    Doesn't apply actions yet.
+
+ src/hb-aat-layout-kerx-table.hh | 122 ++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 118 insertions(+), 4 deletions(-)
+
+commit 947962a287d9aca2cb509c11f44cb5150aa6daf1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 23:07:03 2018 -0400
+
+    [ankr] Implement table access
+
+ src/hb-aat-layout-ankr-table.hh | 16 ++++++++++++++++
+ 1 file changed, 16 insertions(+)
+
+commit 7281cb3eeb00091c6e6085895afd4a38a0516f35
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 22:56:52 2018 -0400
+
+    [ankr] Start fixing
+
+ src/hb-aat-layout-ankr-table.hh | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit 34caadc5c78e3d09faf11ef60bfade8f64f55de2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 22:17:07 2018 -0400
+
+    Ugh. Re-enable accidentally disabled GPOS
+
+ src/hb-ot-shape.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f7c45bc33ec1559c960a039b770d5c37bd82f057
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 22:15:13 2018 -0400
+
+    [kerx] Allow granularly disabling kerning
+
+ src/hb-aat-layout-kerx-table.hh | 14 +++++++++-----
+ 1 file changed, 9 insertions(+), 5 deletions(-)
+
+commit 2b72c4b63d29eea39b646c8a1a1cfc2db732e1a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 21:53:14 2018 -0400
+
+    [kerx] Comment
+
+ src/hb-aat-layout-kerx-table.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 9f450f07b0a1593962e3b45d00f2cf93916f3466
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 21:46:58 2018 -0400
+
+    [kerx] Make Format1 work
+    
+    Tested using Kannada MN:
+    
+    $ HB_OPTIONS=aat ./hb-shape Kannada\ MN.ttc -u 0C95,0CCd,C95,CCD
+    [kn_ka.virama=0+1299|kn_ka.vattu=0+115|_blank=0@-115,0+385]
+    
+    $ HB_OPTIONS=aat ./hb-shape Kannada\ MN.ttc -u 0C95,0CCd,C95,CCD --features=-kern
+    [kn_ka.virama=0+1799|kn_ka.vattu=0+230|_blank=0+0]
+    
+    I don't see the GPOS table in the font do the same.  ¯\_(ツ)_/¯
+
+ src/hb-aat-layout-kerx-table.hh | 15 ++++++++++-----
+ 1 file changed, 10 insertions(+), 5 deletions(-)
+
+commit b5aa5dbb1158a5dfba29f7b119df9b4b319e8489
+Merge: af61c3b10 ab1f30bd0
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Oct 10 18:36:35 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit af61c3b10f83a00b4862cc0cb92fc9f0856e7dd6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Oct 10 18:35:12 2018 -0700
+
+    added vsindex test & fixed process_vsindex
+
+ src/hb-cff2-interp-cs.hh                    |  12 +++++-----
+ test/api/fonts/AdobeVFPrototype_vsindex.otf | Bin 0 -> 7036 bytes
+ test/api/test-ot-extents-cff.c              |  33 ++++++++++++++++++++++++++++
+ 3 files changed, 40 insertions(+), 5 deletions(-)
+
+commit 504cb68fc972c7f606bf9fc62015376382f78f45
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 21:29:46 2018 -0400
+
+    Disable mark advance zeroing as well as mark fallback positioning if doing kerx
+
+ src/hb-ot-shape.cc | 50 ++++++++++++++++++++++++++------------------------
+ 1 file changed, 26 insertions(+), 24 deletions(-)
+
+commit 84967537966a76297c89460d95e7336f1bfc332d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 21:18:37 2018 -0400
+
+    [kerx] Implement Format1
+    
+    Untested.
+
+ src/hb-aat-layout-kerx-table.hh | 62 +++++++++++++++++++++++++++++++++--------
+ src/hb-aat-layout-morx-table.hh |  2 +-
+ 2 files changed, 52 insertions(+), 12 deletions(-)
+
+commit c9165f5450b99e6d93e2a168b198384a221eef58
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 20:43:21 2018 -0400
+
+    [kerx] More UnsizedArrayOf<>
+
+ src/hb-aat-layout-kerx-table.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit ca54eba4846d0afda4601929556617a7ebe51714
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 20:41:16 2018 -0400
+
+    [kerx] Fix bound-checking error introduced a couple commits past
+
+ src/hb-aat-layout-kerx-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 339036dd970625e03696b4533ced1e25fc4fd131
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 20:37:22 2018 -0400
+
+    [kerx] Start fleshing out Format1
+
+ src/hb-aat-layout-kerx-table.hh | 59 +++++++++++++++++++++++++++++++++++------
+ src/hb-aat-layout-morx-table.hh |  2 +-
+ 2 files changed, 52 insertions(+), 9 deletions(-)
+
+commit ab1f30bd059f1d2270793e9726b60666b328d2b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 20:10:20 2018 -0400
+
+    [kerx] Implement Format6
+    
+    Untested.  The only Apple font shipping with this format is San Francisco fonts
+    that use this for their kerx variation tables, which we don't support.
+
+ src/hb-aat-layout-kerx-table.hh | 73 +++++++++++++++++++++++++++++++++--------
+ 1 file changed, 60 insertions(+), 13 deletions(-)
+
+commit c9a2ce9e05f91730a2150b9214dc6a49f31555c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 20:00:44 2018 -0400
+
+    [kerx] Move bounds-checking to subtable length itself
+
+ src/hb-aat-layout-kerx-table.hh | 12 +++++-------
+ 1 file changed, 5 insertions(+), 7 deletions(-)
+
+commit 22955b23cdeb48e46cdffd0eb906a855a420c4d1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 19:58:20 2018 -0400
+
+    [kerx] Start fleshing out Format6
+
+ src/hb-aat-layout-kerx-table.hh | 42 ++++++++++++++++++++++++++++++++---------
+ src/hb-open-type.hh             |  3 +++
+ 2 files changed, 36 insertions(+), 9 deletions(-)
+
+commit f6aaad9b4ffb42e6cd8398f6439fe420e393c8f6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 19:20:06 2018 -0400
+
+    [kerx] When rejecting variable kerning, also check for tupleCount
+
+ src/hb-aat-layout-kerx-table.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 7ed5366d3cfca9c533250cb419e8cc878f32505d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 19:11:30 2018 -0400
+
+    [kerx] No-op
+    
+    Tested that Format0 works with Kannada MN font:
+    
+    $ make -j5 lib -s && HB_OPTIONS=aat ./hb-shape Kannada\ MN.ttc -u 0C95,0CC2
+    [kn_ka=0+1000|kn_matra_uu=0@-30,0+1345]
+    
+    $ make -j5 lib -s && HB_OPTIONS=aat ./hb-shape Kannada\ MN.ttc -u 0C95,0CC2 --features=-kern
+    [kn_ka=0+1030|kn_matra_uu=0+1375]
+    
+    Note that GPOS does the same with 'dist' feature, and applies the whole difference to the
+    same glyph:
+    
+    $ make -j5 lib -s && ./hb-shape Kannada\ MN.ttc -u 0C95,0CC2
+    [kn_ka=0+970|kn_matra_uu=0+1375]
+    
+    $ make -j5 lib -s && ./hb-shape Kannada\ MN.ttc -u 0C95,0CC2 --features=-dist
+    [kn_ka=0+1030|kn_matra_uu=0+1375]
+
+ src/hb-aat-layout-kerx-table.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 7fa69e92ca3dd9d8fa92aba0e01098165d2b7975
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 19:02:32 2018 -0400
+
+    Comment
+
+ src/hb-machinery.hh | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 7e6e5bf6147596d6d096e2ba37f3a6eefd7429cd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 18:59:07 2018 -0400
+
+    Fix option string matching
+
+ src/hb-common.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5d34164d98f04816aafaa0abfc44cd899c7d70b3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 18:14:41 2018 -0400
+
+    [kern/kerx] Fix offset base
+    
+    Disable kern Format2.
+    
+    Fix kerx Format2.  Manually tested this with Tamil MN font and it works:
+    
+    $ HB_OPTIONS=aat ./hb-shape Tamil\ MN.ttc -u 0B94,0B95
+    [tgv_au=0+3435|tgc_ka=1@-75,0+1517]
+    
+     HB_OPTIONS=aat ./hb-shape Tamil\ MN.ttc -u 0B94,0B95 --features=-kern
+    [tgv_au=0+3510|tgc_ka=1+1592]
+
+ src/hb-aat-layout-kerx-table.hh | 73 +++++++++++++++++++++++++----------------
+ src/hb-ot-kern-table.hh         |  7 ++++
+ 2 files changed, 52 insertions(+), 28 deletions(-)
+
+commit 60f86d32d7c735ccf783b382e18ecdc096eaa682
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 18:10:05 2018 -0400
+
+    [kerx] Don't loop over kerning subtables if kerning disabled
+
+ src/hb-aat-layout-kerx-table.hh | 12 ++++++++++++
+ src/hb-ot-shape.cc              |  4 ++--
+ src/hb-ot-shape.hh              |  1 +
+ 3 files changed, 15 insertions(+), 2 deletions(-)
+
+commit 38a7a8a89ed035a1d1fc34a675a1860ad660b6ff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 17:44:46 2018 -0400
+
+    Allow HB_OPTIONS=aat to prefer AAT tables over OT
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/322
+
+ src/hb-common.cc   | 23 +++++++++++++++++++++--
+ src/hb-debug.hh    |  7 ++++---
+ src/hb-ot-shape.cc | 24 ++++++++++++++++--------
+ 3 files changed, 41 insertions(+), 13 deletions(-)
+
+commit 44f09afd5bd4f4f1ea47ca54ac9d605219b06910
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 17:32:32 2018 -0400
+
+    [kerx] Skip variation subtables
+
+ src/hb-aat-layout-kerx-table.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 1e8fdd285f90b7b715b6d9ca9222a3c91cbea6b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 16:32:35 2018 -0400
+
+    Remove HAVE_OT
+    
+    We never tested compiling without it.  Just kill it.  We always build
+    our own shaper.
+
+ CMakeLists.txt        | 1 -
+ configure.ac          | 6 ------
+ src/Makefile.am       | 2 --
+ src/hb-shaper-list.hh | 2 --
+ src/hb.hh             | 2 --
+ test/api/Makefile.am  | 4 +---
+ test/api/test-c.c     | 5 +----
+ util/Makefile.am      | 4 ----
+ util/options.cc       | 4 ----
+ util/options.hh       | 2 --
+ 10 files changed, 2 insertions(+), 30 deletions(-)
+
+commit 7727e737566ddc826647e19fc645b296ad5a0cac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 13:24:51 2018 -0400
+
+    [kerx] Actually hook up, and fix crash
+
+ src/hb-aat-layout-common.hh     | 6 ++++++
+ src/hb-aat-layout-kerx-table.hh | 4 ++--
+ src/hb-ot-shape.cc              | 4 ++--
+ 3 files changed, 10 insertions(+), 4 deletions(-)
+
+commit b3390990f508def9c375716614b92fc7b0038228
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 12:07:49 2018 -0400
+
+    Add per-subtable set-digests
+    
+    This speeds up Roboto shaping by ~10%.  I was hoping for more.
+    Still, good defense against lookups with many subtables.
+
+ src/hb-null.hh               |   2 +-
+ src/hb-ot-layout-gsubgpos.hh | 108 +++++++++++++++++++++++--------------------
+ 2 files changed, 59 insertions(+), 51 deletions(-)
+
+commit e78549edfb4df617128a5f5ddd12692f1d0af4bf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 11:54:48 2018 -0400
+
+    Move apply down into subtables accel
+
+ src/hb-ot-layout-gsubgpos.hh | 10 +++++++++-
+ src/hb-ot-layout.cc          | 17 +++--------------
+ 2 files changed, 12 insertions(+), 15 deletions(-)
+
+commit 78c09bf21335a0f2b538b37de6647af08e3b1161
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 11:50:46 2018 -0400
+
+    Move subtable array into lookup accel
+
+ src/hb-null.hh               |  2 +-
+ src/hb-ot-layout-gsubgpos.hh | 14 +++++++++++---
+ src/hb-ot-layout.cc          | 16 ++++++----------
+ 3 files changed, 18 insertions(+), 14 deletions(-)
+
+commit 97e5913d5ac2cd313fb3923e9602358d7f75f11d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 11:41:05 2018 -0400
+
+    Move more code
+
+ src/hb-ot-layout-gsubgpos.hh               | 17 +++++++++++++++++
+ src/hb-ot-layout.cc                        | 12 ++++++------
+ src/hb-ot-layout.hh                        | 20 ++------------------
+ src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
+ 4 files changed, 26 insertions(+), 25 deletions(-)
+
+commit c8f2d9334c0f91ec30f1c7821eb44bb5149bd31c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 11:36:28 2018 -0400
+
+    Move code
+    
+    In preparation to move add per-subtable set digests...
+
+ src/hb-ot-layout-gsubgpos.hh | 50 ++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout.cc          | 57 ++++----------------------------------------
+ 2 files changed, 54 insertions(+), 53 deletions(-)
+
+commit a03850a3567d532c3a4d7655aa71bfe73dfb0e33
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 10:57:28 2018 -0400
+
+    Fix GPOS/kern interaction
+    
+    Oops.  Was checking for kern feature in GSUB, not GPOS.
+
+ src/hb-ot-shape.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d1be805e784dfaadf2ce9caa830a3f851fdd67da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 10:49:45 2018 -0400
+
+    More rewriting plan compile
+    
+    Hopefully more clear.
+
+ src/hb-ot-shape.cc | 55 ++++++++++++++++++++++++++++++++++++++----------------
+ src/hb-ot-shape.hh |  1 -
+ 2 files changed, 39 insertions(+), 17 deletions(-)
+
+commit 961ab46b24ca9f3ef42a56398646191f106bf5bd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 10:42:10 2018 -0400
+
+    More reshuffle plan compile
+
+ src/hb-ot-shape.cc | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 2091b509e3e3b7fb7315539679fae81da2879280
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 10:41:08 2018 -0400
+
+    [kerx] Hook up to shaper
+
+ src/hb-aat-layout.cc | 31 ++++++++++++++++++++++++-------
+ src/hb-aat-layout.hh |  3 +++
+ src/hb-ot-shape.cc   |  6 ++++--
+ src/hb-ot-shape.hh   |  1 +
+ 4 files changed, 32 insertions(+), 9 deletions(-)
+
+commit 8d00c39bfc558895c63e22148d88db51cde39164
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 10:18:39 2018 -0400
+
+    [kern] Minor
+
+ src/hb-ot-shape-fallback.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit e655fd38cf20eefb1c071a52282a4caccb6f08ea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 10:16:09 2018 -0400
+
+    Apply TT or fallback kerning when GPOS does not have kern feature
+    
+    Previously we only did if there was no GPOS whatsoever.  This applies
+    to Arial, Times New Roman, etc in Win7.  Was not kerning before.  It
+    is now.
+
+ src/hb-ot-shape.cc | 25 ++++++++++++++++---------
+ 1 file changed, 16 insertions(+), 9 deletions(-)
+
+commit 754cf440bf80ced36461a98a5d4607a700f44fd3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 10 10:04:05 2018 -0400
+
+    Minor
+
+ src/hb-ot-shape-fallback.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 187df7d7a9a1d9cd67cb2f72d4d6ed8cae1eed61
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Oct 10 17:12:52 2018 +0330
+
+    [circleci] Add an iOS bot (#1233)
+
+ .circleci/config.yml |  12 +++++
+ CMakeLists.txt       | 140 ++++++++++++++++++++++++++++++++-------------------
+ 2 files changed, 100 insertions(+), 52 deletions(-)
+
+commit c06a5dff0b0f8d1c5aba53bcfd7fb0b680f1ca92
+Merge: 83c5298f3 0537a4019
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Oct 9 22:00:10 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit 83c5298f33e66cfd3d84d246297683f0de80c57d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Oct 9 21:59:36 2018 -0700
+
+    added cff1_legacyops.otf as test-ot-extents-cff test case
+    
+    fixed roll operator bugs uncovered by the test
+
+ src/hb-cff-interp-common.hh       |   4 ++--
+ test/api/fonts/cff1_legacyops.otf | Bin 0 -> 3104 bytes
+ test/api/test-ot-extents-cff.c    |  23 +++++++++++++++++++++++
+ 3 files changed, 25 insertions(+), 2 deletions(-)
+
+commit 0537a40193e803d50a99cd6b993d6d9301e84ebf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 23:35:07 2018 -0400
+
+    [kerx] Comment
+
+ src/hb-aat-layout-kerx-table.hh | 2 +-
+ src/hb-ot-kern-table.hh         | 1 +
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit 362d3241195bb7054c395fb4b029b6d55da4612a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 23:27:00 2018 -0400
+
+    [aat] Rename
+
+ src/hb-aat-layout-kerx-table.hh | 4 ++--
+ src/hb-aat-layout-morx-table.hh | 6 +++---
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 54c9ecb92d196e62901eef3f8bc025c024ed16bb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 23:18:19 2018 -0400
+
+    [morx] Use subtable range for embedded sanitizer here as well
+
+ src/hb-aat-layout-morx-table.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit d35315cc028e70dd1b3ffc8cb079a2336b22a0c3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 23:17:32 2018 -0400
+
+    [aat] Fixup recent commit
+    
+    For 329f2401082011007d9ce12b15ce0225cd267c57
+    
+    max_ops is signed.
+
+ src/hb-aat-layout-common.hh | 2 +-
+ src/hb-machinery.hh         | 5 ++++-
+ 2 files changed, 5 insertions(+), 2 deletions(-)
+
+commit 948f59a13a4c643ae310f5fc643e29fefd6c3787
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 23:07:47 2018 -0400
+
+    [kerx] Use subtable range for runtime checks
+
+ src/hb-aat-layout-kerx-table.hh | 4 +++-
+ src/hb-machinery.hh             | 8 ++++++++
+ 2 files changed, 11 insertions(+), 1 deletion(-)
+
+commit 329f2401082011007d9ce12b15ce0225cd267c57
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 23:02:53 2018 -0400
+
+    [aat] Set embedded sanitizer max ops really high
+    
+    Since we consume it legitimately during shaping.
+
+ src/hb-aat-layout-common.hh | 1 +
+ src/hb-machinery.hh         | 2 ++
+ 2 files changed, 3 insertions(+)
+
+commit ad763074861da60ed51211931788ca5b27fc1512
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 22:57:00 2018 -0400
+
+    [kerx] Comment
+
+ src/hb-aat-layout-kerx-table.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit db9600bbe15035cea6c2d4e8e9d184a5e23e357e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 22:55:47 2018 -0400
+
+    [kerx] Remove junk
+
+ src/hb-aat-layout-kerx-table.hh | 16 ----------------
+ 1 file changed, 16 deletions(-)
+
+commit 27db859416c0362f211e2b42dc9a2ebb53b0e0f4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 22:52:41 2018 -0400
+
+    [kern/kerx] Adjust bounds check
+
+ src/hb-aat-layout-kerx-table.hh | 8 +++-----
+ src/hb-ot-kern-table.hh         | 8 +++-----
+ 2 files changed, 6 insertions(+), 10 deletions(-)
+
+commit c66f7f8c5deaac109e34bf65fc16cff92b74e69a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 22:49:33 2018 -0400
+
+    [kerx] Implement Format2 apply()
+    
+    Still, not hooked.
+
+ src/hb-aat-layout-kerx-table.hh | 5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+commit 4b461785bdf356e4b5586cb6e5b226f47da04b7d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 22:46:30 2018 -0400
+
+    Fix check
+
+ src/hb-aat-layout-kerx-table.hh | 2 ++
+ src/hb-aat-layout.cc            | 4 +++-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 4df8eb200def767d342762654b96d5d9314e5b21
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 22:46:12 2018 -0400
+
+    [kern] Use kern subtable length for sanitizing in the accelerator
+
+ src/hb-ot-kern-table.hh | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 8bff1d2994876a5202c8605d1cc37522431c6c84
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 22:39:31 2018 -0400
+
+    [kern] Minor
+
+ src/hb-ot-kern-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 53e55945000347fb19168bb4c13a470d30d46251
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 22:35:22 2018 -0400
+
+    [kerx] Implement Format0 apply()
+    
+    Not hooked up to be called yet.
+
+ src/hb-aat-layout-common.hh     |  6 ++++--
+ src/hb-aat-layout-kerx-table.hh | 29 ++++++++++++++++++++++++++---
+ src/hb-aat-layout.cc            |  6 ++++--
+ src/hb-aat-layout.hh            | 12 +++++++-----
+ src/hb-ot-shape.cc              |  2 +-
+ 5 files changed, 42 insertions(+), 13 deletions(-)
+
+commit 60318f87153b559e5da103f0bfcce6bad8bab3b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 22:25:53 2018 -0400
+
+    Minor
+
+ src/hb-mutex.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 210f899acad1959d60892538ac1968a36dbbb51b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 21:56:37 2018 -0400
+
+    [kern] Sanitize 4 bytes, not 2
+
+ src/hb-ot-kern-table.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 588518ea51b2226bdb41417946848d18c3913a67
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Oct 9 14:48:04 2018 -0700
+
+    fixed test-ot-extents-cff failure on some platforms
+
+ test/api/test-ot-extents-cff.c | 11 +++--------
+ 1 file changed, 3 insertions(+), 8 deletions(-)
+
+commit be2f148da474d6dd30132c22dd467ea33a942edf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 16:24:50 2018 -0400
+
+    [ft] Use mutex to lock access to FT_Face
+    
+    Makes our FT-backed hb_font_t safe to use from multiple threads.  Still,
+    the underlying FT_Face should NOT be used from other threads by client
+    or other libraries.
+    
+    Maybe I add a lock()/unlock() public API ala PangoFT2 and cairo-ft.
+    Maybe not.
+
+ src/hb-ft.cc                | 18 +++++++++++++++++-
+ src/hb-mutex.hh             |  8 ++++++++
+ test/api/test-multithread.c |  7 ++-----
+ 3 files changed, 27 insertions(+), 6 deletions(-)
+
+commit d18c3c5861d40291077eb8b8667dc2f12b649cf2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 16:07:55 2018 -0400
+
+    [ft] Remove (probably) stale comment
+
+ src/hb-ft.cc | 7 +------
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+commit 7003b601afd02b0ba7e839510a7d0b886da09aaa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 15:55:26 2018 -0400
+
+    Minor
+
+ src/hb-ot-shape-complex-arabic.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 07899435b8065d494e563f83e0a35300c828eefe
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 15:39:51 2018 -0400
+
+    Install ot-funcs on newly created funcs
+    
+    **Finally**!  Casual users can stop caring about font-funcs completely now,
+    like they haven't been needing to care re unicode-funcs for a few years.
+
+ src/hb-font.cc | 39 ++++++++++++++++++++++++++-------------
+ 1 file changed, 26 insertions(+), 13 deletions(-)
+
+commit 55153553675445e8aad06e363295d399aa79c54f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 15:12:09 2018 -0400
+
+    [ot-font] Don't pre-load cmap table
+    
+    Now that we have get_h_advances() and get_nominal_glyphs() implemented, the
+    overhead of doing a proper atomic load would be once per run, NOT once per
+    glyph.  So, no need to pre-load the tables to avoid that overhead.
+    
+    As such, hb_ot_font_set_funcs() has become really cheap.  Can *finally* make
+    it be default font functions on all newly created fonts!
+
+ src/hb-ot-font.cc | 9 +++------
+ 1 file changed, 3 insertions(+), 6 deletions(-)
+
+commit ec84460e46fdaa5f8a3c16c8d48dabe2b0c869da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 15:07:04 2018 -0400
+
+    [ot/ft] Implement get_nominal_glyphs() callback
+    
+    Some more measurable speedup.  The recent commits' speedups are as follows:
+    
+    Testing with Roboto, ****when disabling kern and liga****:
+    
+    Before:
+    
+    FT --features=-kern,-liga
+    user↦   0m0.521s
+    
+    OT --features=-liga,-kern
+    user↦   0m0.568s
+    
+    After:
+    
+    FT --features=-liga,-kern
+    user↦   0m0.428s
+    
+    OT --features=-liga,-kern
+    user↦   0m0.470s
+    
+    So, 17% speedup.
+    
+    Note that FT callbacks are faster than OT these days since we added an advance
+    cache to FT.  I don't think the difference is enough to justify adding a cache
+    to OT.
+    
+    When not disabling kern, the thing is three times slower, so the speedups
+    are three times less impressive...  Still, 5% not bad for a codebase that I
+    otherwise thought is optimized out.
+    
+    Note that, because of this and other optimiztions in our main shaper,
+    disabling kern and liga, the OT shaper is now *faster* than the fallback
+    shaper.  So, that's my recommendation to clients that need the absolute
+    fastest...
+
+ src/hb-ft.cc      | 26 ++++++++++++++++++++++++++
+ src/hb-ot-font.cc | 24 ++++++++++++++++++++++++
+ 2 files changed, 50 insertions(+)
+
+commit e883f52732a25f5495ec30656489954afd8cc3a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 14:50:57 2018 -0400
+
+    Call get_nominal_glyphs() for runs of simple clusters at a time
+    
+    Even without FT or OT font funcs implementing get_nominal_glyphs(), there's measurable
+    speedup.
+
+ src/hb-buffer.hh             | 20 +++++++++++++++++++-
+ src/hb-ot-shape-normalize.cc |  9 +++++++++
+ 2 files changed, 28 insertions(+), 1 deletion(-)
+
+commit 8008bca83b0bb310fc434dbdd339545af951193b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 14:38:23 2018 -0400
+
+    Whitespace
+
+ src/hb-font.hh               |  2 +-
+ src/hb-ot-shape-normalize.cc | 52 ++++++++++++++++++++++++--------------------
+ 2 files changed, 29 insertions(+), 25 deletions(-)
+
+commit 30c114ffec335770452e60729224b1634586c5b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 14:37:08 2018 -0400
+
+    Avoid sort and recompose stages if all clusters simple
+    
+    Even has measurable speedup...
+
+ src/hb-ot-shape-normalize.cc | 52 ++++++++++++++++++++++++--------------------
+ 1 file changed, 29 insertions(+), 23 deletions(-)
+
+commit 9f79365c3b183278d14352ba6241c7d4ec274984
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 14:36:25 2018 -0400
+
+    Fix warning
+    
+    How come this one is not generated by clang everything bot?!
+    
+    ../../../test/api/test-multithread.c:37:26: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
+     static char *font_path = "fonts/Inconsolata-Regular.abc.ttf";
+                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+    ../../../test/api/test-multithread.c:38:21: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
+
+ test/api/test-multithread.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 24382debe893450088acd1e4b387ac31145d4553
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 14:33:24 2018 -0400
+
+    Rewrite main normalizer loop to isolate runs of simple clusters
+
+ src/hb-ot-shape-normalize.cc | 24 +++++++++++++++++++-----
+ 1 file changed, 19 insertions(+), 5 deletions(-)
+
+commit b5371f18effbeb91565fd8c554c120b911641f0b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 14:12:59 2018 -0400
+
+    Inline decompose_cluster
+    
+    Towards separating the common case into its own loop.
+
+ src/hb-ot-shape-normalize.cc | 14 ++++----------
+ 1 file changed, 4 insertions(+), 10 deletions(-)
+
+commit f5f505b5120c316f06306318c6c2f0db4496ba04
+Merge: 8b349040e 4035158de
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Oct 9 10:10:35 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit b314c4e9abf4236c6650a63d1287471b61f64885
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 09:23:51 2018 -0400
+
+    [font] Add get_nominal_glyphs() callback (note the plural)
+    
+    Unused as of now.  To be wired up to normalizer, which would remove
+    overhead and allow hb-ot-font initialization to become a no-op, so
+    we can enable it by default.
+
+ docs/harfbuzz-sections.txt |  3 +++
+ src/hb-font.cc             | 33 +++++++++++++++++++++++++++++++++
+ src/hb-font.h              | 24 ++++++++++++++++++++++++
+ src/hb-font.hh             | 13 +++++++++++++
+ 4 files changed, 73 insertions(+)
+
+commit ca6a317012a13ee84b58a69e14e74c94c5b158ff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 09:06:07 2018 -0400
+
+    Minor
+
+ src/hb-font.cc | 6 +++---
+ src/hb-font.h  | 8 ++++----
+ src/hb-font.hh | 2 +-
+ 3 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 4035158de46ce373b7521daf61c5b6df83312968
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Wed Jul 25 18:26:10 2018 +0800
+
+    test/api/test-subset-*.c: Fix build on pre-C99
+    
+    Ensure that we have the variables at the beginning of the block.  These
+    are the only fixes that we need for building HarfBuzz on older
+    compilers.
+
+ test/api/test-collect-unicodes.c |  9 ++++++---
+ test/api/test-subset-glyf.c      | 19 +++++++++++++------
+ test/api/test-subset-hdmx.c      |  8 ++++++--
+ test/api/test-subset-hmtx.c      |  3 ++-
+ test/api/test-subset-post.c      |  3 ++-
+ test/api/test-subset-vmtx.c      |  6 ++++--
+ test/api/test-subset.c           | 12 +++++++++---
+ 7 files changed, 42 insertions(+), 18 deletions(-)
+
+commit 8e4ad1d7a0a35298ca04828ef1ef18b4c019ec03
+Author: Chun-wei Fan <fanchunwei@src.gnome.org>
+Date:   Wed Jul 25 18:12:34 2018 +0800
+
+    builds: Fix and clean up MSVC DLL builds
+    
+    Instead of passing a CFLAG/CXXFLAG to define HB_EXTERN, define it
+    directly in src/hb.hh as __declspec(dllexport) extern when we are
+    building HarfBuzz as DLLs on Visual Studio.  Define HB_INTERNAL
+    as nothing without defining HB_NO_VISIBILITY when building HarfBuzz as
+    DLLs to avoid linker errors on Visual Studio builds.
+    
+    Also "install" harfbuzz-subset.dll into $(PREFIX)\bin as the
+    hb-subset utility will depend on that DLL at runtime, when HarfBuzz is
+    built as DLLs.  Since it consists of private APIs that are subject to
+    change, we do not install its headers nor .lib file.
+
+ CMakeLists.txt |  7 ++++++-
+ src/hb.hh      | 10 ++++++++--
+ 2 files changed, 14 insertions(+), 3 deletions(-)
+
+commit e640f3a6b16f41cee5f7868ec738fda01244e96a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 08:28:07 2018 -0400
+
+    Another old bot fix
+
+ src/hb-aat-layout-kerx-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e4f27f368f8f0509fa47f6a28f3984e90b40588f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 08:20:10 2018 -0400
+
+    Try fixing older bots
+
+ src/hb-ot-shape-fallback.cc | 42 +++++++++++++++++++++---------------------
+ 1 file changed, 21 insertions(+), 21 deletions(-)
+
+commit bee93e269711a3eda4e7d762b730522564fe6e87
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 08:01:49 2018 -0400
+
+    Add const to get_*_advances API
+    
+    Ouch!
+
+ src/hb-font.cc    | 10 +++++-----
+ src/hb-font.h     |  8 ++++----
+ src/hb-font.hh    |  6 +++---
+ src/hb-ft.cc      |  2 +-
+ src/hb-ot-font.cc |  4 ++--
+ 5 files changed, 15 insertions(+), 15 deletions(-)
+
+commit eb2be97f864c726feaa2434e290f962ddfa97069
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 07:48:52 2018 -0400
+
+    Port test off deprecated API
+
+ test/api/test-shape.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit cc126f2817844a2e83e973129e5b2caa18de599f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 01:10:15 2018 -0400
+
+    Minor
+
+ src/Makefile.am          | 2 +-
+ test/shaping/Makefile.am | 2 ++
+ test/subset/Makefile.am  | 2 +-
+ 3 files changed, 4 insertions(+), 2 deletions(-)
+
+commit b2fbe55b828ea5864bc0aed54db7109a2e189de2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 01:07:36 2018 -0400
+
+    [icu] Unbreak
+
+ src/hb-icu.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a353c1768dc1d7934b8ac293761620f561304bb2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 01:05:28 2018 -0400
+
+    Remove test for deprecated hb_set_invert()
+
+ test/api/test-set.c | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit a52bc039c33b3c01dbb96b815dc24df7f03bc4be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 00:56:33 2018 -0400
+
+    Properly remove deprecated stuff
+
+ src/hb-glib.cc | 15 ++++++---------
+ src/hb-icu.cc  | 15 ++++++---------
+ src/hb-ucdn.cc | 15 ++++++---------
+ 3 files changed, 18 insertions(+), 27 deletions(-)
+
+commit 8b349040e92b8894a7f8a609fac8070bcb110f96
+Merge: df964a093 fc5091658
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Oct 8 21:46:23 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit fc50916589a300e49183b5ee598e64ca28d0bd9a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 00:39:42 2018 -0400
+
+    Remove deprecated decompose_compatibility stuff
+
+ src/hb-glib.cc          | 31 +-----------------------------
+ src/hb-icu.cc           | 33 +-------------------------------
+ src/hb-ucdn.cc          |  8 +-------
+ test/api/test-unicode.c | 51 -------------------------------------------------
+ 4 files changed, 3 insertions(+), 120 deletions(-)
+
+commit eed737f6726d3408191a4e64592805b70d8bb247
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 00:33:30 2018 -0400
+
+    Remove deprecated eastasian_width
+
+ src/hb-glib.cc          |  8 +------
+ src/hb-icu.cc           | 19 +--------------
+ src/hb-ucdn.cc          |  9 +------
+ test/api/test-unicode.c | 64 -------------------------------------------------
+ 4 files changed, 3 insertions(+), 97 deletions(-)
+
+commit 47030b1855f04c0d75899ffb6f5021fea3c19b90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 00:30:45 2018 -0400
+
+    [ft/ot] Remove implementation of deprecated kerning funcs
+
+ src/hb-ft.cc      | 19 -------------------
+ src/hb-ot-font.cc | 13 -------------
+ 2 files changed, 32 deletions(-)
+
+commit 977c8a8e5c811995f47b0eb721199d0dc3689e48
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 00:22:08 2018 -0400
+
+    [kern] Minor
+
+ src/hb-ot-kern-table.hh | 11 +++++++++--
+ 1 file changed, 9 insertions(+), 2 deletions(-)
+
+commit ed5cfa42c7fb8d5ff2d74bdb452a0590174f4e19
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 00:20:35 2018 -0400
+
+    [kern] Minor
+
+ src/hb-aat-layout-kerx-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit d219f899f4b2fb4b39ebc1dff9fb648fc5d6d112
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 9 00:01:09 2018 -0400
+
+    Deprecate font kern API
+
+ docs/harfbuzz-sections.txt | 16 +++++++-------
+ src/hb-deprecated.h        | 54 ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-font.cc             |  3 +++
+ src/hb-font.h              | 51 -------------------------------------------
+ 4 files changed, 65 insertions(+), 59 deletions(-)
+
+commit a51958819fcf51ade3f8eb38001e680a419ebbba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 8 23:57:45 2018 -0400
+
+    Apply TrueType/OpenType kern table when GPOS kern feature is not available
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/250
+
+ src/hb-ot-kern-table.hh     | 24 +++++++++++--------
+ src/hb-ot-layout.cc         | 57 ++++++++++++++++++++-------------------------
+ src/hb-ot-layout.hh         | 13 +++++++++++
+ src/hb-ot-shape-fallback.cc |  4 ++--
+ src/hb-ot-shape.cc          | 10 +++++---
+ src/hb-ot-shape.hh          |  1 +
+ 6 files changed, 62 insertions(+), 47 deletions(-)
+
+commit 09ad2613c8d8a60dac69a878c2d568adfea054c8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 8 23:30:24 2018 -0400
+
+    Separate fallback kern vs mark positioning
+
+ src/hb-ot-shape-fallback.cc | 12 ++++++------
+ src/hb-ot-shape-fallback.hh | 12 ++++++------
+ src/hb-ot-shape.cc          | 15 ++++++++-------
+ src/hb-ot-shape.hh          |  4 ++--
+ 4 files changed, 22 insertions(+), 21 deletions(-)
+
+commit 3c23ff9b7c4241ec23054a95f1fdfbdef2c51f40
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 8 23:26:26 2018 -0400
+
+    [kern] Add kerning driver to TT kern table
+
+ src/hb-ot-kern-table.hh     | 19 +++++++++++++++++--
+ src/hb-ot-shape-fallback.cc |  2 +-
+ 2 files changed, 18 insertions(+), 3 deletions(-)
+
+commit 683c3a95330928129cfbb1488650f708414d68ba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 8 23:09:48 2018 -0400
+
+    [kern] Abstract away kerning machine
+
+ src/hb-font.hh              |  2 +-
+ src/hb-ot-kern-table.hh     | 71 +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-fallback.cc | 67 +++++++++++-------------------------------
+ 3 files changed, 89 insertions(+), 51 deletions(-)
+
+commit fb4f43838154a77912a9fc3437110c81e9d34aac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 8 22:44:16 2018 -0400
+
+    Add HB_DEPRECATED
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1232
+
+ src/hb-common.h     |  9 +++++++++
+ src/hb-deprecated.h | 12 ++++++------
+ 2 files changed, 15 insertions(+), 6 deletions(-)
+
+commit 80e3102b8a216f9a751d073f9a2f7900ca758086
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 8 22:41:08 2018 -0400
+
+    [kerx] Process coverage flags
+
+ src/hb-aat-layout-kerx-table.hh | 27 +++++++++++++++++++++++++++
+ 1 file changed, 27 insertions(+)
+
+commit 26d7305da7a7e2cf765b068f565836442872ffe7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 8 22:31:35 2018 -0400
+
+    Deprecate decompose_compatibility stuff
+
+ docs/harfbuzz-sections.txt |  7 +++---
+ src/hb-deprecated.h        | 63 ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-unicode.h           | 47 ----------------------------------
+ 3 files changed, 67 insertions(+), 50 deletions(-)
+
+commit 42b51eee54f143854b7c6c3be5d84bfbbd895100
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 8 22:26:39 2018 -0400
+
+    Deprecate eastasian_width stuff
+
+ docs/harfbuzz-sections.txt |  5 +++--
+ src/hb-deprecated.h        | 37 +++++++++++++++++++++++++++++++++++++
+ src/hb-unicode.h           | 28 ----------------------------
+ 3 files changed, 40 insertions(+), 30 deletions(-)
+
+commit df964a09319bbf5b0a7528b906311726d4f640d6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Oct 8 15:38:05 2018 -0700
+
+    fixed test-subset-cff2
+
+ src/hb-cff2-interp-cs.hh | 7 +++----
+ src/hb-ot-cff2-table.cc  | 2 +-
+ 2 files changed, 4 insertions(+), 5 deletions(-)
+
+commit a90fd8b9feeee3b02d139f2e7db774766d7855cb
+Merge: b51418f59 e42cd58c9
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Oct 8 15:07:58 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit b51418f596097aa5d1b28fb0a02b613c36bacd8e
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Oct 8 15:05:36 2018 -0700
+
+    added CFF2 get_extents
+    
+    added source hb-ot-cff2-table.cc
+    augmented VariationData to return scalars
+    misc bug fixes, renaming, cleanup
+
+ src/Makefile.sources             |   2 +
+ src/hb-cff-interp-common.hh      |  37 ++++++-----
+ src/hb-cff-interp-cs-common.hh   | 134 +++++++++++++++++++-------------------
+ src/hb-cff-interp-dict-common.hh |   6 +-
+ src/hb-cff2-interp-cs.hh         | 102 ++++++++++++++++++++++++-----
+ src/hb-ot-cff1-table.hh          |   4 +-
+ src/hb-ot-cff2-table.cc          | 135 +++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-cff2-table.hh          |  71 ++++++++++++--------
+ src/hb-ot-face.cc                |   1 +
+ src/hb-ot-face.hh                |   1 +
+ src/hb-ot-font.cc                |   4 ++
+ src/hb-ot-layout-common.hh       |  28 +++++++-
+ src/hb-subset-cff1.cc            |   2 +-
+ src/hb-subset-cff2.cc            |   4 +-
+ test/api/test-ot-extents-cff.c   |  36 +++++++++++
+ 15 files changed, 426 insertions(+), 141 deletions(-)
+
+commit 286a45641fc6732bb7cab02f06c90396834541b1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 8 16:41:08 2018 -0400
+
+    Minor
+
+ src/hb-ot-shape-normalize.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c0d3bf1bafe7b6d2e8f2798c1f55aaec71350d90
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 8 16:32:44 2018 -0400
+
+    Minor
+
+ src/hb-ot-shape.cc | 26 +++++++++++++-------------
+ 1 file changed, 13 insertions(+), 13 deletions(-)
+
+commit 9c1bb81f5c5ca64ad1c665edd16947e4bc6f6c46
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 8 16:10:54 2018 -0400
+
+    [test/text-rendering-tests] Update from upstream
+
+ test/shaping/data/text-rendering-tests/DISABLED            | 3 ---
+ test/shaping/data/text-rendering-tests/Makefile.sources    | 2 +-
+ test/shaping/data/text-rendering-tests/tests/MORX-35.tests | 4 ++--
+ 3 files changed, 3 insertions(+), 6 deletions(-)
+
+commit 1a5a3325a26f4989ab8c4bb91515d4898ffa4631
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 23:08:39 2018 -0400
+
+    [kerx] Minor
+
+ src/hb-aat-layout-kerx-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d62b4011cc600ade2b130f81a077dd08d4e4464f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 22:58:06 2018 -0400
+
+    [kern] Shout less
+
+ src/hb-ot-kern-table.hh | 36 +++++++++++++++++++-----------------
+ 1 file changed, 19 insertions(+), 17 deletions(-)
+
+commit c6bb3a588f493630b40d8823532b482f407bacbf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 22:52:53 2018 -0400
+
+    [kerx] Clean up Format2
+
+ src/hb-aat-layout-kerx-table.hh | 48 ++++++++---------------------------------
+ 1 file changed, 9 insertions(+), 39 deletions(-)
+
+commit 8aa83d97f9e7f63e2fcb4ae965b75a39961c7d87
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 22:43:59 2018 -0400
+
+    [kern/kerx] Fix Format2 offsetting
+    
+    "The values in the right class table are stored pre-multiplied by the
+    number of bytes in a single kerning value, and the values in the left
+    class table are stored pre-multiplied by the number of bytes in one
+    row. This eliminates needing to multiply the row and column values
+    together to determine the location of the kerning value. The array can
+    be indexed by doing the right- and left-hand class mappings, adding the
+    class values to the address of the array, and fetching the kerning
+    value to which the new address points."
+
+ src/hb-aat-layout-kerx-table.hh | 2 +-
+ src/hb-ot-kern-table.hh         | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit ed2a404272bc99234c6f71f22b5a642834e59e6c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 22:33:41 2018 -0400
+
+    [kerx] Clean up Format0
+
+ src/hb-aat-layout-kerx-table.hh | 48 +++++++++++------------------------------
+ 1 file changed, 12 insertions(+), 36 deletions(-)
+
+commit 4c3b19d52ec7a1fa46f8d0971e377a7d29b87e27
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 22:30:42 2018 -0400
+
+    Support HBUINT32 BinSearchArrayOf
+
+ src/hb-open-type.hh | 13 +++++++------
+ 1 file changed, 7 insertions(+), 6 deletions(-)
+
+commit 456a68c506238e9c6b019244237d4443bd3589af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 22:28:45 2018 -0400
+
+    Move code
+
+ src/hb-aat-layout-common.hh | 105 --------------------------------------------
+ src/hb-open-type.hh         | 105 +++++++++++++++++++++++++++++++++++++++++++-
+ 2 files changed, 104 insertions(+), 106 deletions(-)
+
+commit 3515c8b187e2316dcf3abaefc84917b09449d485
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 22:27:00 2018 -0400
+
+    [aat] Rename
+
+ src/hb-aat-layout-common.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit e42cd58c997adafca5517faa9aacf651b90520f5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 20:46:11 2018 -0400
+
+    Rename invisible_codepoint to invisible_glyph in API
+    
+    Deleted recently added API:
+        hb_buffer_set_invisible_codepoint()
+        hb_buffer_get_invisible_codepoint()
+    
+        hb-shape / hb-view --invisible-codepoint
+    
+    New API:
+        hb_buffer_set_invisible_glyph()
+        hb_buffer_get_invisible_glyph()
+    
+        hb-shape / hb-view --invisible-glyph
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1216
+
+ docs/harfbuzz-sections.txt |  4 ++--
+ src/hb-buffer.cc           | 12 ++++++------
+ src/hb-buffer.h            |  6 +++---
+ util/options.cc            |  2 +-
+ util/options.hh            |  6 +++---
+ 5 files changed, 15 insertions(+), 15 deletions(-)
+
+commit 2a5cb37fdb43230217e055f3d7c770a35cfd5c21
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 20:36:46 2018 -0400
+
+    Revert "[morx] Fix MORX-35"
+    
+    This reverts commit f62f6e90ad1f1a83f77771ad65ee1ffb79470a8a.
+
+ src/hb-aat-layout-morx-table.hh                         | 14 +++++---------
+ test/shaping/data/text-rendering-tests/DISABLED         |  3 +++
+ test/shaping/data/text-rendering-tests/Makefile.sources |  2 +-
+ 3 files changed, 9 insertions(+), 10 deletions(-)
+
+commit 14ebf8af0c04efcae6ca788ac85601bfe462f28d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 20:35:06 2018 -0400
+
+    [buffer] Improve shift_forward()
+    
+    "Improve" is a strong word in this case though, I understand.
+
+ src/hb-buffer.cc | 16 +++++++++++++---
+ 1 file changed, 13 insertions(+), 3 deletions(-)
+
+commit f62f6e90ad1f1a83f77771ad65ee1ffb79470a8a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 18:06:53 2018 -0400
+
+    [morx] Fix MORX-35
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1224
+
+ src/hb-aat-layout-morx-table.hh                         | 14 ++++++++++----
+ test/shaping/data/text-rendering-tests/DISABLED         |  3 ---
+ test/shaping/data/text-rendering-tests/Makefile.sources |  2 +-
+ 3 files changed, 11 insertions(+), 8 deletions(-)
+
+commit 94368855c6bd7201d562cab3d2107685589e69c8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 18:52:12 2018 -0400
+
+    Remove some code
+    
+    We use scratch-flags to short-circuit this function.  No need for previous
+    early loop.
+
+ src/hb-ot-shape.cc | 16 +++-------------
+ 1 file changed, 3 insertions(+), 13 deletions(-)
+
+commit c07b91b812dc66b38b11329cd6a93258a3769f9e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 18:00:14 2018 -0400
+
+    [test/text-rendering-tests] Update from upstream
+
+ test/shaping/data/text-rendering-tests/Makefile.sources  |   6 +++++-
+ .../data/text-rendering-tests/fonts/TestMORXForty.ttf    | Bin 0 -> 2408 bytes
+ .../text-rendering-tests/fonts/TestMORXThirtyeight.ttf   | Bin 0 -> 2444 bytes
+ .../text-rendering-tests/fonts/TestMORXThirtynine.ttf    | Bin 0 -> 2436 bytes
+ .../text-rendering-tests/fonts/TestMORXThirtyseven.ttf   | Bin 0 -> 2444 bytes
+ .../data/text-rendering-tests/tests/MORX-35.tests        |   4 ++--
+ .../data/text-rendering-tests/tests/MORX-37.tests        |   4 ++++
+ .../data/text-rendering-tests/tests/MORX-38.tests        |   4 ++++
+ .../data/text-rendering-tests/tests/MORX-39.tests        |   4 ++++
+ .../data/text-rendering-tests/tests/MORX-40.tests        |   4 ++++
+ 10 files changed, 23 insertions(+), 3 deletions(-)
+
+commit fdce1e15434f14b7f4802edd67f7af737cf2b075
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 14:01:33 2018 -0400
+
+    [kerx] Clean up kerx and KerxTable structures
+
+ src/hb-aat-layout-kerx-table.hh | 169 ++++++++++++++++++++++++++--------------
+ src/hb-aat-layout-morx-table.hh |   2 +-
+ 2 files changed, 113 insertions(+), 58 deletions(-)
+
+commit 71b65eb27dd0867f51d9906887b9e372eb37f54a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 18:41:52 2018 +0200
+
+    Add API for setting invisible-codepoint
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1216
+    
+    New API:
+    hb_buffer_set_invisible_codepoint()
+    hb_buffer_get_invisible_codepoint()
+    
+    hb-shape / hb-view --invisible-codepoint
+
+ docs/harfbuzz-sections.txt |  2 ++
+ src/hb-buffer.cc           | 42 ++++++++++++++++++++++++++++++++++++++++++
+ src/hb-buffer.h            |  7 +++++++
+ src/hb-buffer.hh           |  1 +
+ src/hb-ot-shape.cc         |  8 ++++----
+ util/options.cc            |  1 +
+ util/options.hh            |  3 +++
+ 7 files changed, 60 insertions(+), 4 deletions(-)
+
+commit 13da3be0b342e8e2f060eba8753c6957c477c4ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 18:23:45 2018 +0200
+
+    [ot-font] Load hmtx/vmtx lazily
+    
+    Since we have get_*_advanes() API now, the overhead is once per shape,
+    not once per glyph.
+    
+    Only cmap is warmed-up at set_funcs() time now.
+
+ src/hb-ot-font.cc | 26 +++++++++++++-------------
+ 1 file changed, 13 insertions(+), 13 deletions(-)
+
+commit 856db4c9184e39c0457cc07c815f90058937c8a2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 18:21:15 2018 +0200
+
+    Minor
+
+ src/hb-ot-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f92330b5e0b1a5a61768494bd7081e3fc235b182
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 17:51:50 2018 +0200
+
+    Minor
+
+ test/api/test-multithread.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit b2e398c077cf9437298bfe2ee53b7407a5865c14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Oct 7 16:31:33 2018 +0200
+
+    [coretext] Fix OS X check
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1230
+
+ src/hb-coretext.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 55942ad5c1ee999c9f590b8cc8fbde12e937aa6f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Sat Oct 6 14:49:44 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+ TODO                                               |  10 +--
+ configure.ac                                       |   2 +-
+ src/hb-aat-layout-common.hh                        |   4 +-
+ src/hb-aat-layout-morx-table.hh                    |   9 +-
+ src/hb-aat-layout.cc                               |   6 ++
+ src/hb-aat-layout.hh                               |   2 +
+ src/hb-face.cc                                     |   2 +-
+ src/hb-machinery.hh                                |   2 +-
+ src/hb-ot-cmap-table.hh                            |   2 +-
+ src/hb-ot-post-table.hh                            |   2 +-
+ src/hb-ot-shape.cc                                 |  27 ++++--
+ src/hb-ot-shape.hh                                 |   5 ++
+ src/hb-set.hh                                      |   4 +-
+ src/hb-subset.cc                                   |   2 +-
+ src/hb-vector.hh                                   | 100 ++++++++++++++-------
+ test/shaping/data/text-rendering-tests/DISABLED    |  35 +-------
+ .../data/text-rendering-tests/Makefile.sources     |  18 ++--
+ .../data/text-rendering-tests/extract-tests.py     |  18 +++-
+ .../text-rendering-tests/fonts/TestGSUBThree.ttf   | Bin 0 -> 1504 bytes
+ .../fonts/TestMORXThirtyfive.ttf                   | Bin 0 -> 1968 bytes
+ .../fonts/TestMORXThirtyfour.ttf                   | Bin 0 -> 3608 bytes
+ .../fonts/TestMORXThirtysix.ttf                    | Bin 0 -> 1836 bytes
+ .../fonts/TestMORXThirtythree.ttf                  | Bin 0 -> 1520 bytes
+ .../fonts/TestMORXTwentyfour.ttf                   | Bin 0 -> 1828 bytes
+ .../data/text-rendering-tests/tests/GSUB-3.tests   |   1 +
+ .../data/text-rendering-tests/tests/MORX-24.tests  |   1 +
+ .../data/text-rendering-tests/tests/MORX-32.tests  |   8 +-
+ .../data/text-rendering-tests/tests/MORX-33.tests  |   3 +
+ .../data/text-rendering-tests/tests/MORX-34.tests  |   1 +
+ .../data/text-rendering-tests/tests/MORX-35.tests  |   2 +
+ .../data/text-rendering-tests/tests/MORX-36.tests  |   1 +
+ test/shaping/run-tests.py                          |  19 ++--
+ util/view-cairo.hh                                 |   2 +-
+ 33 files changed, 173 insertions(+), 115 deletions(-)
+
+commit 7ee50af8366547c382047a30a94f7f5f739aabcb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 6 21:31:44 2018 +0200
+
+    [morx] Fix memory access issues with unsafe_to_break
+
+ src/hb-aat-layout-common.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit f58c5175890e666503b6f140d238e1abca91598e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 6 22:42:56 2018 +0330
+
+    Make msan output a little more readable
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e9abe33963739f753cdfb007eed40101ce33f550
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Oct 6 12:19:33 2018 +0330
+
+    Use tempfile in run-tests as a fix for Windows CI fails (#1228)
+
+ test/shaping/run-tests.py | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 0816a549789a1b647443c2b33cfda3f4400a0f87
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Oct 6 02:40:57 2018 +0200
+
+    [uniscribe/coretext] Fix for previous change
+
+ src/hb-coretext.cc  |  2 +-
+ src/hb-uniscribe.cc | 12 ++++++------
+ 2 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 341206eb609202e4b2f0d03d29cb577ebe8390b9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 5 18:39:48 2018 +0200
+
+    [vector] Make hb_vector_t relocatable / nestable
+    
+    Ugly, but...
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1227
+
+ src/hb-face.cc          |  2 +-
+ src/hb-machinery.hh     |  2 +-
+ src/hb-ot-cmap-table.hh |  2 +-
+ src/hb-ot-post-table.hh |  2 +-
+ src/hb-set.hh           |  4 +--
+ src/hb-subset.cc        |  2 +-
+ src/hb-vector.hh        | 94 +++++++++++++++++++++++++++++++------------------
+ 7 files changed, 66 insertions(+), 42 deletions(-)
+
+commit 5469d80707d32c733b1c60f79ab2f217e879de55
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 5 18:21:08 2018 +0200
+
+    Add hb_vector_t::fini_deep ()
+
+ src/hb-vector.hh | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 4831e615d173be9c7e140be0fa9017e4d9e499af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 5 18:14:13 2018 +0200
+
+    [morx] Fix memory access issue
+    
+    If buffer was enlarged, info was being outdated.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1225
+
+ src/hb-aat-layout-common.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 5a41cf6be69adb0b5b29976a33c4c6dd6ce7afc5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 5 11:33:19 2018 +0200
+
+    [test/text-rendering-tests] Update from upstream
+
+ test/shaping/data/text-rendering-tests/DISABLED          |   3 +++
+ test/shaping/data/text-rendering-tests/Makefile.sources  |   2 ++
+ .../text-rendering-tests/fonts/TestMORXThirtyfive.ttf    | Bin 0 -> 1968 bytes
+ .../text-rendering-tests/fonts/TestMORXThirtysix.ttf     | Bin 0 -> 1836 bytes
+ .../data/text-rendering-tests/tests/MORX-35.tests        |   2 ++
+ .../data/text-rendering-tests/tests/MORX-36.tests        |   1 +
+ 6 files changed, 8 insertions(+)
+
+commit a62f37d6fa412b799b7247b813f6e65a968e7645
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Oct 5 02:49:29 2018 +0200
+
+    Change vendor features from Harf/Buzz to HARF/BUZZ
+    
+    https://github.com/harfbuzz/harfbuzz/commit/a01194aaf4c15160330b4042066263b2c963b658#commitcomment-30772041
+    
+    "The tag space of tags consisting of four uppercase letters (A-Z) with no punctuation,
+    spaces, or numbers, is reserved as a vendor space. Font vendors may use such tags to
+    identify private features."
+
+ src/hb-ot-shape.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit e7a045e4db39e037badcab0ad1239c0cb56c1170
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Oct 4 14:16:07 2018 -0700
+
+    fixed leak exposed by test-ot-extents-cff
+
+ src/hb-cff-interp-common.hh      | 3 +++
+ src/hb-cff-interp-dict-common.hh | 4 ++++
+ 2 files changed, 7 insertions(+)
+
+commit 6238edbd8b654d105bbd191dffabc7820f0a3223
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Oct 4 13:59:36 2018 -0700
+
+    added CFF glyph extents API test
+
+ test/api/Makefile.am           |  1 +
+ test/api/test-ot-extents-cff.c | 65 ++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 66 insertions(+)
+
+commit 0222d57c357c775f25866653700b9dcb7d5bb807
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Oct 4 09:37:57 2018 -0700
+
+    tweaked previous warning fixes
+
+ src/hb-cff-interp-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 7b3ae5ffd202346cb3742fe0f8cfafe8c36a4bd5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 4 16:36:42 2018 +0200
+
+    More bot fixes
+
+ test/shaping/run-tests.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 310bdac4a08b99a25de6a16a20464873f90b52e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 4 16:31:14 2018 +0200
+
+    Fix a warning
+
+ util/view-cairo.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0abce58139bb58b8b97171db6387d2ac7eebdee0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 4 16:23:42 2018 +0200
+
+    [test] Choose 'ot' shaper specifically
+    
+    Now that we added morx support, our OS X bot is running them through CoreText
+    and failing (with a DoS / infinite loop no less!).  Always run tests through
+    our own shaper.
+
+ test/shaping/run-tests.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c93d379bf2414eb6ee6d38fb9753ddf818a777ea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 4 13:28:13 2018 +0200
+
+    [TODO] Clean up
+
+ TODO | 10 +---------
+ 1 file changed, 1 insertion(+), 9 deletions(-)
+
+commit a01194aaf4c15160330b4042066263b2c963b658
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 4 13:00:37 2018 +0200
+
+    Enable two OpenType features, 'Harf' and 'Buzz'
+    
+    One early, before script-specific features, one late, after.  Allows font
+    developers to detect us and behave differently if needed.
+
+ src/hb-ot-shape.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 55468ca01b4cdf274900fb752fbf9ae05a78705e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 4 12:13:55 2018 +0200
+
+    [test/text-rendering-tests] Update from upstream
+
+ test/shaping/data/text-rendering-tests/Makefile.sources  |   6 +++++-
+ test/shaping/data/text-rendering-tests/extract-tests.py  |  12 ++++++++++++
+ .../data/text-rendering-tests/fonts/TestGSUBThree.ttf    | Bin 0 -> 1504 bytes
+ .../text-rendering-tests/fonts/TestMORXThirtyfour.ttf    | Bin 0 -> 3608 bytes
+ .../text-rendering-tests/fonts/TestMORXThirtythree.ttf   | Bin 0 -> 1520 bytes
+ .../text-rendering-tests/fonts/TestMORXTwentyfour.ttf    | Bin 0 -> 1828 bytes
+ .../shaping/data/text-rendering-tests/tests/GSUB-3.tests |   1 +
+ .../data/text-rendering-tests/tests/MORX-24.tests        |   1 +
+ .../data/text-rendering-tests/tests/MORX-32.tests        |   8 ++++----
+ .../data/text-rendering-tests/tests/MORX-33.tests        |   3 +++
+ .../data/text-rendering-tests/tests/MORX-34.tests        |   1 +
+ test/shaping/run-tests.py                                |  15 +++++++++------
+ 12 files changed, 36 insertions(+), 11 deletions(-)
+
+commit 6ff8a8a10b62a54a87d53b0af66ccaba5d58b107
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 4 12:09:45 2018 +0200
+
+    Minor
+
+ test/shaping/data/text-rendering-tests/extract-tests.py | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 14ff3cbe0f30dea24e1bb175b1e8e41039f6afdc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 4 11:34:21 2018 +0200
+
+    Apply morx if there's no GSUB!
+
+ src/hb-ot-shape.cc                                 | 23 ++++++++++++----
+ src/hb-ot-shape.hh                                 |  5 ++++
+ test/shaping/data/text-rendering-tests/DISABLED    | 32 ----------------------
+ .../data/text-rendering-tests/Makefile.sources     | 14 +++++-----
+ 4 files changed, 29 insertions(+), 45 deletions(-)
+
+commit 3417037eb13a59dce6add0b1691ddb1b2b54c1e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Oct 4 11:08:15 2018 +0200
+
+    [aat] Add +hb_aat_layout_has_substitution
+
+ src/hb-aat-layout-morx-table.hh | 2 ++
+ src/hb-aat-layout.cc            | 6 ++++++
+ src/hb-aat-layout.hh            | 2 ++
+ 3 files changed, 10 insertions(+)
+
+commit 1f14107f71a6c3da8270ed21c3588f945fa91733
+Author: Sascha Brawer <sascha@brawer.ch>
+Date:   Thu Oct 4 09:17:08 2018 +0200
+
+    Minor: Fix autoconf warning
+    
+    Before this change, autoconf was emitting the following warnings:
+    
+    ```
+    configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
+    ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
+    configure.ac:22: the top level
+    configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
+    ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
+    configure.ac:22: the top level
+    configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
+    ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
+    configure.ac:22: the top level
+    configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
+    ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
+    configure.ac:22: the top level
+    configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
+    ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
+    configure.ac:22: the top level
+    configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
+    ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
+    configure.ac:22: the top level
+    configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
+    ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
+    configure.ac:22: the top level
+    configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
+    ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
+    configure.ac:22: the top level
+    ```
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7810bb1a59ea71afeed7ea489400801ebdf642e4
+Author: Sascha Brawer <sascha@brawer.ch>
+Date:   Thu Oct 4 09:24:08 2018 +0200
+
+    [morx] Only insert glyphs at mark when a mark has been set before
+    
+    This reverts commit f4072e8cb81072cd6d51a2607efedb76c02e7db1.
+    https://github.com/harfbuzz/harfbuzz/issues/1195
+
+ src/hb-aat-layout-morx-table.hh | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 3ef358909eb7e26ca9630e61c7ba142d9e94389e
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Oct 3 18:08:25 2018 -0700
+
+    fixed warnings
+
+ src/hb-cff-interp-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1aeaee9dfc7ee3ca410919c41e55452a0b6b9bf6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Oct 3 17:44:45 2018 -0700
+
+    fixed cff2 subset test data
+
+ test/api/fonts/AdobeVFPrototype.abc.nohints.otf | Bin 0 -> 7800 bytes
+ test/api/test-subset-cff2.c                     |   4 ++--
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 8be5a9186be3ca4c50c73f372be4dbad08ac1863
+Merge: d7b384ad0 5de2d9cdb
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Oct 3 17:06:18 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit 5de2d9cdbdca870901c0ba9472f5b78c48ba0a58
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 4 02:14:18 2018 +0330
+
+    Minor, fix double-promotion warnings (#1221)
+
+ .circleci/config.yml        | 2 +-
+ src/dump-emoji.cc           | 2 +-
+ src/hb-common.cc            | 2 +-
+ src/hb-ot-var-fvar-table.hh | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+commit c2c7e6471ca912c91c82f6d71338082978f13dc6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Oct 4 00:29:40 2018 +0330
+
+    State our graphite2 dependency no-deprecated compile flag (#1220)
+
+ .circleci/config.yml | 2 +-
+ .travis.yml          | 2 --
+ configure.ac         | 2 +-
+ 3 files changed, 2 insertions(+), 4 deletions(-)
+
+commit e4e74c2751ac24178086cce2811d34d8019b6f85
+Author: mhosken <mhosken@users.noreply.github.com>
+Date:   Thu Oct 4 02:33:26 2018 +0700
+
+    Update Graphite API to latest (#1215)
+
+ src/hb-graphite2.cc | 28 +++++++++++++++++++++++++++-
+ 1 file changed, 27 insertions(+), 1 deletion(-)
+
+commit 81f5eb09eca010337ffb3369000a3d5c1e8e2cda
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 21:30:48 2018 +0200
+
+    Add emoji test for recent work
+
+ test/shaping/data/in-house/Makefile.sources             |   2 +-
+ .../fonts/3cf6f8ac6d647473a43a3100e7494b202b2cfafe.ttf  | Bin 0 -> 16596 bytes
+ test/shaping/data/in-house/tests/emoji-flag-tags.tests  |   2 --
+ test/shaping/data/in-house/tests/emoji.tests            |   4 ++++
+ 4 files changed, 5 insertions(+), 3 deletions(-)
+
+commit 9e2824cca0e42a53fafda7b2feb095986df40675
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Oct 3 22:49:02 2018 +0330
+
+    [ci] Delete azure-pipelines
+    
+    End of experiment, we might get back to it later
+
+ azure-pipelines.yml | 10 ----------
+ 1 file changed, 10 deletions(-)
+
+commit b710ea4fdeb1a620b396bd07665fc129fe5fc074
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 21:17:59 2018 +0200
+
+    Clean Fitzpatrick hack
+
+ src/hb-ot-layout.hh |  2 +-
+ src/hb-ot-shape.cc  |  9 +++++++--
+ src/hb-unicode.hh   | 20 --------------------
+ 3 files changed, 8 insertions(+), 23 deletions(-)
+
+commit 95e5f1ae69036108f318b93b11d85b2ebc19109b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 21:11:13 2018 +0200
+
+    Unbreak Fitzpatrick
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1159
+
+ src/hb-ot-layout.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 03fb6dd4c7d12a98cc0ef325432658c3c76ab208
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 21:02:16 2018 +0200
+
+    Rewrite grapheme-formation in terms of new work
+    
+    Also, don't attach ZWNJ to previous cluster.  Closer to Unicode graphemes.
+
+ src/hb-coretext.cc                                 |  2 +-
+ src/hb-ot-shape.cc                                 | 48 ++++++----------------
+ .../in-house/tests/indic-joiner-candrabindu.tests  |  2 +-
+ .../data/in-house/tests/indic-joiners.tests        |  6 +--
+ 4 files changed, 18 insertions(+), 40 deletions(-)
+
+commit 68106b1d9b96caf79b0a778a7da75caf54e7d44a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 20:50:12 2018 +0200
+
+    Minor
+
+ src/hb-ot-layout.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 3f1c741b7a85d9c2d66e7f2446e988470c538b49
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 20:45:19 2018 +0200
+
+    [test] Split a test
+
+ .../fonts/4d4206e30b2dbf1c1ef492a8eae1c9e7829ebad8.ttf | Bin 0 -> 51924 bytes
+ .../fonts/bb29ce50df2bdba2d10726427c6b7609bf460e04.ttf | Bin 74856 -> 0 bytes
+ .../in-house/tests/mongolian-variation-selector.tests  |  17 ++++++++++++++++-
+ 3 files changed, 16 insertions(+), 1 deletion(-)
+
+commit ba813aab0909375af0c8f8e0c34595680c2762a4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Oct 3 21:52:15 2018 +0330
+
+    Update azure-pipelines.yml
+
+ azure-pipelines.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 06922acbc4558699e43a4ed98ffb21f1e84abfc6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 20:19:17 2018 +0200
+
+    Fix distcheck
+
+ src/Makefile.sources | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 4eea2e279b019ac627b2b9e2234a194957971022
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 20:16:03 2018 +0200
+
+    [thai] Set continuation on decomposed nikhahit
+
+ src/hb-ot-shape-complex-thai.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 8edc91022c3943fb306cee26ed6eb85381b5ea76
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 20:13:20 2018 +0200
+
+    [indic] Reset continuation on inserted dottedcircle
+
+ src/hb-ot-shape-complex-indic.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 2a6f15213ec30e5eb07465dd9dc81c2c386cb1e0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 20:09:14 2018 +0200
+
+    [buffer] Inline some more
+
+ src/hb-buffer.cc | 44 --------------------------------------------
+ src/hb-buffer.hh | 52 ++++++++++++++++++++++++++++++++++++++++++++--------
+ 2 files changed, 44 insertions(+), 52 deletions(-)
+
+commit 6f39c22029867c6d00cf70d7df242a28ca8f12bc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 20:06:32 2018 +0200
+
+    Add code
+
+ src/hb-ot-layout.hh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 19d50aa2620f1464da8e00185b746e46fb0d80c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 20:05:28 2018 +0200
+
+    [indic] Simplify dottedcircle
+
+ src/hb-ot-shape-complex-indic.cc | 23 +++++++++++++++--------
+ 1 file changed, 15 insertions(+), 8 deletions(-)
+
+commit 3b7831851052ecf2611a115cc2b80ef970d83df8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 19:44:15 2018 +0200
+
+    [emoji] Mark emoji contination sequences as continuation
+    
+    This adds a new grapheme bit.  Not used yet.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1159
+
+ src/hb-ot-layout.hh | 83 +++++++++++++++++++++++++----------------------------
+ src/hb-ot-shape.cc  | 24 ++++++++++++++++
+ src/hb-unicode.hh   |  5 ----
+ 3 files changed, 63 insertions(+), 49 deletions(-)
+
+commit 123326e20a30a51e25339c2eca272e4e6c847742
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 19:19:51 2018 +0200
+
+    Dotted-circle all marks, not just non-spacing, at text beginning
+
+ src/hb-ot-shape.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 4146c00caa29e53ee9a29def151f12792ac76596
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Oct 3 21:26:58 2018 +0330
+
+    [test] Use an in-repo font for test-multithread (#1218)
+    
+    As Khaled's suggestion, hard-coded font paths was only for my own testing.
+
+ test/api/hb-subset-test.h   | 13 +++++++++----
+ test/api/test-multithread.c | 41 ++++++++++++++++++++++++++---------------
+ test/fuzzing/main.cc        |  6 ++++++
+ 3 files changed, 41 insertions(+), 19 deletions(-)
+
+commit fde9b8852d7cd6224afeffcfe363f4b445ab1ece
+Author: azure-pipelines[bot] <azure-pipelines[bot]@users.noreply.github.com>
+Date:   Wed Oct 3 17:47:05 2018 +0000
+
+    [ci] Add a test Azure Pipelines Linux bot
+    
+    Related #1219
+
+ azure-pipelines.yml | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 674560cf244054a7e8c16073a59aa1b01e1ba5ea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 19:10:28 2018 +0200
+
+    Fix build
+
+ src/test-unicode-ranges.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 45e55f70801e2ccd28e1ee30bdf5341b1ac6efe5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 18:07:49 2018 +0200
+
+    [indic] Fix clang everything
+
+ src/hb-ot-shape-complex-indic.cc | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+commit 4df02e3240ada0734748a47572baa2fc1c6afbd1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 17:54:09 2018 +0200
+
+    Minor
+
+ src/hb-ot-os2-unicode-ranges.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1e8f195b96765480007808da60789de9ac501c3b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 17:46:48 2018 +0200
+
+    [emoji] Add emoji Extended_Pictographic table and function
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/1159
+    
+    .
+
+ src/Makefile.am                 |  12 +-
+ src/gen-emoji-table.py          |  64 ++++++++++
+ src/hb-ot-os2-table.hh          |   2 +-
+ src/hb-ot-os2-unicode-ranges.hh |   6 +-
+ src/hb-unicode-emoji-table.hh   | 269 ++++++++++++++++++++++++++++++++++++++++
+ src/hb-unicode.cc               |  16 +++
+ src/hb-unicode.hh               |  37 +++++-
+ 7 files changed, 398 insertions(+), 8 deletions(-)
+
+commit 1dc601b04a816a5b5ed12ae1c01ddcfd60a8398f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 17:27:46 2018 +0200
+
+    [os2] Minor rename/shuffle
+
+ ...unicode-ranges.py => gen-os2-unicode-ranges.py} |  2 +-
+ src/hb-ot-os2-unicode-ranges.hh                    | 45 +++++++++++-----------
+ 2 files changed, 24 insertions(+), 23 deletions(-)
+
+commit 7a1ab0464d3ee1ca5c9b31215fbffb8601ae860d
+Author: lantw44 <lantw44@gmail.com>
+Date:   Wed Oct 3 23:22:43 2018 +0800
+
+    Fix test-multithread build on FreeBSD (#1217)
+    
+    Add the default font path used by FreeBSD ports.
+
+ test/api/test-multithread.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit df32eaae42b505b00de4a8b5efce9ab948bed847
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 14:44:25 2018 +0200
+
+    [indic] Disallow vowel mark combinations that spoof other vowel marks
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1019
+    
+    New numbers:
+    
+    BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
+    DEVANAGARI: 707261 out of 707394 tests passed. 133 failed (0.0188014%)
+    GUJARATI: 366353 out of 366457 tests passed. 104 failed (0.0283799%)
+    GURMUKHI: 60729 out of 60747 tests passed. 18 failed (0.0296311%)
+    KANNADA: 951300 out of 951913 tests passed. 613 failed (0.0643966%)
+    MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
+    ORIYA: 42327 out of 42329 tests passed. 2 failed (0.00472489%)
+    SINHALA: 271596 out of 271847 tests passed. 251 failed (0.0923313%)
+    TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
+    TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
+    
+    Devanagari regressed because Uniscribe doesn't enforce the full set.
+    
+    Tests added with the *-vowel-letters.txt files in tree and Noto fonts.
+
+ src/hb-ot-shape-complex-indic.cc                   | 256 ++++++++++++++++++++-
+ test/shaping/data/in-house/Makefile.sources        |   1 +
+ .../03e3f463c3a985bc42096620cc415342818454fb.ttf   | Bin 0 -> 2904 bytes
+ .../1a5face3fcbd929d228235c2f72bbd6f8eb37424.ttf   | Bin 0 -> 8188 bytes
+ .../2c25beb56d9c556622d56b0b5d02b4670c034f89.ttf   | Bin 0 -> 2460 bytes
+ .../604026ae5aaca83c49cd8416909d71ba3e1c1194.ttf   | Bin 0 -> 4120 bytes
+ .../738d9f3b8c2dfd03875bf35a61d28fd78faf17c8.ttf   | Bin 0 -> 2336 bytes
+ .../7d18685e1529e4ceaad5b6095dfab2f9789e5bce.ttf   | Bin 0 -> 3452 bytes
+ .../881642af1667ae30a54e58de8be904566d00508f.ttf   | Bin 0 -> 2760 bytes
+ .../af85624080af5627fb050f570d148a62f04fda74.ttf   | Bin 0 -> 2656 bytes
+ .../tests/indic-vowel-letter-spoofing.tests        |  53 +++++
+ 11 files changed, 309 insertions(+), 1 deletion(-)
+
+commit 1b8d5e999192035c08f918aa1fcfcebdea67d82e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 14:44:19 2018 +0200
+
+    [thai] Minor
+
+ src/hb-ot-shape-complex-thai.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit d3d0cbd27831a6ea41b89f50d380296565c0016d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 13:54:21 2018 +0200
+
+    Typo
+
+ .../{bengali-vowel-leters.txt => bengali-vowel-letters.txt}               | 0
+ .../{gujarati-vowel-letter.txt => gujarati-vowel-letters.txt}             | 0
+ 2 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 0dd9101fd0ddff80fff10ba98e93523aed95c8f5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 13:26:26 2018 +0200
+
+    Minor
+
+ src/hb-ot-shape-complex-indic.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 9c4ffd10c4040ada9b1ffeb13c35f1330336359e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 12:53:54 2018 +0200
+
+    Minor
+
+ src/hb-ot-shape-complex.hh | 11 +++--------
+ 1 file changed, 3 insertions(+), 8 deletions(-)
+
+commit bd1be8738fc4c73635cab7d77965264748d747cc
+Author: HinTak <htl10@users.sourceforge.net>
+Date:   Wed Oct 3 07:11:22 2018 +0800
+
+    Missing colon for gobject annotation
+    
+    There should be a colon separating "(transfer full)" and the rest. Warned by g-ir-scanner.
+
+ src/hb-face.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 75114e01d29b90f72a9398ed5dbc4298aba5a6b8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Oct 3 12:29:56 2018 +0200
+
+    [use] Add Halant_Or_Vowel_Modifier category
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1102
+
+ src/gen-use-table.py                               |   7 +-
+ src/hb-ot-shape-complex-use-machine.hh             | 518 +++++++++++----------
+ src/hb-ot-shape-complex-use-machine.rl             |   9 +-
+ src/hb-ot-shape-complex-use-table.cc               |   4 +-
+ src/hb-ot-shape-complex-use.hh                     |   5 +-
+ .../28f497629c04ceb15546c9a70e0730125ed6698d.ttf   | Bin 0 -> 1496 bytes
+ .../shaping/data/in-house/tests/use-syllable.tests |   3 +
+ 7 files changed, 301 insertions(+), 245 deletions(-)
+
+commit d7b384ad0d0a3e1d35ef92a6e98a97bb9c367f48
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Oct 2 21:08:36 2018 -0700
+
+    silence warning ^3
+
+ src/hb-subset-cff1.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e9cc71ac86bd771d9fcb2ee1eb620060db92ac1a
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Oct 2 20:44:30 2018 -0700
+
+    silence warning ^2
+
+ src/hb-subset-cff1.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2700db9ade23cbf69d17a7a1802a7f144c25f8dc
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Oct 2 15:05:26 2018 -0700
+
+    rm build files
+
+ build/test/api/.libs/test-collect-unicodes | Bin 14336 -> 0 bytes
+ build/test/api/.libs/test-multithread      | Bin 10936 -> 0 bytes
+ build/test/api/test-collect-unicodes       | 210 -----------------------------
+ build/test/api/test-multithread            | 210 -----------------------------
+ 4 files changed, 420 deletions(-)
+
+commit 51d5bf4ca2ebb9b8aa3b2777781e328fb93ceea7
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Oct 2 14:38:06 2018 -0700
+
+    silence warnings
+
+ src/hb-cff-interp-cs-common.hh | 2 +-
+ src/hb-subset-cff1.cc          | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 35b64dfb57cac0d949363e9b19352dd4274c2584
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Oct 2 14:13:36 2018 -0700
+
+    silence & fix new warnings
+
+ src/hb-cff-interp-dict-common.hh | 3 ++-
+ src/hb-cff1-interp-cs.hh         | 9 +++++----
+ src/hb-ot-cff-common.hh          | 4 ++--
+ src/hb-subset-cff1.cc            | 4 ++--
+ src/hb-subset-cff2.cc            | 4 ++--
+ 5 files changed, 13 insertions(+), 11 deletions(-)
+
+commit eed7e6bbc8e7be99d59a7822a1c37bc715c379b3
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Oct 2 13:45:14 2018 -0700
+
+    redefine OpCodes as define instead of enum
+    
+    in order to eradicate duplicate enum warnings
+
+ src/hb-cff-interp-common.hh | 348 ++++++++++++++++++++++----------------------
+ 1 file changed, 174 insertions(+), 174 deletions(-)
+
+commit 9cdd70b344b9dc34a29aeca79028cbb5d949ca1d
+Merge: 3dd43f023 6353cc1f8
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Oct 2 13:43:21 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit 6353cc1f83c862910860976411a1157f7ed571bc
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 2 21:39:19 2018 +0330
+
+    [circleci] Fix some of warnings from clang-everything bot (#1211)
+    
+    * -Wshift-sign-overflow
+    * -Wmissing-prototypes
+
+ .circleci/config.yml             |  4 ++--
+ src/dump-emoji.cc                | 19 ++++++++++---------
+ src/hb-ucdn.cc                   |  3 +++
+ src/test-unicode-ranges.cc       |  4 ++--
+ test/fuzzing/hb-subset-fuzzer.cc | 32 +++++++++++++++++---------------
+ util/ansi-print.cc               |  4 ++--
+ 6 files changed, 36 insertions(+), 30 deletions(-)
+
+commit 9f1dee32fbad3b1486725c18570199156b57a94d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 18:56:20 2018 +0200
+
+    [tests] Allow test-runner to ignore shaping output
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1212
+
+ test/shaping/data/in-house/tests/fuzzed.tests | 46 +++++++++++++--------------
+ test/shaping/run-tests.py                     |  2 +-
+ 2 files changed, 24 insertions(+), 24 deletions(-)
+
+commit fef7af1e22efb399517137b35d0ba9f307411ca3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 18:46:13 2018 +0200
+
+    [tibetan] Remove unused Tibetan shaper
+
+ src/Makefile.sources               |  1 -
+ src/hb-ot-shape-complex-tibetan.cc | 63 --------------------------------------
+ src/hb-ot-shape-complex.hh         |  1 -
+ 3 files changed, 65 deletions(-)
+
+commit 32a438166fbccac6e0d9a615a492fc8cabfd21ab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 18:43:29 2018 +0200
+
+    [tibetan] Route Tibetan through USE
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/933
+    https://github.com/harfbuzz/harfbuzz/issues/1012
+    
+    Tibetan failures go from 0 to 2:
+    
+    TIBETAN: 208467 out of 208469 tests passed. 2 failed (0.000959375%)
+
+ src/gen-use-table.py                 | 30 ++++++++++------
+ src/hb-ot-shape-complex-use-table.cc | 70 ++++++++++++++++++++++--------------
+ src/hb-ot-shape-complex.hh           |  8 +----
+ 3 files changed, 65 insertions(+), 43 deletions(-)
+
+commit 77792187be1405599e6aecfc3ed1fc771d505ddb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 18:20:16 2018 +0200
+
+    [khmer] Remove unused khmer_position()
+
+ src/dump-khmer-data.cc           | 8 +++-----
+ src/hb-ot-shape-complex-khmer.hh | 1 -
+ 2 files changed, 3 insertions(+), 6 deletions(-)
+
+commit 5101abd42f4027edf182eddfa58c629b11c2a7f6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 17:49:06 2018 +0200
+
+    [indic/use] Factor common expressions in ragel machine
+    
+    No machine change.
+
+ src/hb-ot-shape-complex-indic-machine.hh | 46 ++++++++++++++++----------------
+ src/hb-ot-shape-complex-indic-machine.rl | 10 ++++---
+ src/hb-ot-shape-complex-use-machine.hh   | 38 +++++++++++++-------------
+ src/hb-ot-shape-complex-use-machine.rl   | 20 +++++++-------
+ 4 files changed, 58 insertions(+), 56 deletions(-)
+
+commit 6f457f8370de5d96452ee3a2d1b0a97b025ef1d1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 17:46:27 2018 +0200
+
+    [indic] Minor flip grammar around
+    
+    No behavior change.
+
+ src/hb-ot-shape-complex-indic-machine.rl | 2 +-
+ src/hb-ot-shape-complex-use-machine.rl   | 1 -
+ 2 files changed, 1 insertion(+), 2 deletions(-)
+
+commit d992982d23ef0c39ea42595ed0e8a4752977d1a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 17:16:01 2018 +0200
+
+    [indic] Add some confusable sequences from Unicode Standard
+
+ .../script-bengali/bengali-vowel-leters.txt        |  3 ++
+ .../devanagari-atomic-consonants.txt               | 33 ++++++++++++++++++++++
+ .../script-devanagari/devanagari-vowel-letters.txt | 17 +++++++++++
+ .../script-gujarati/gujarati-vowel-letter.txt      |  8 ++++++
+ .../script-gurmukhi/gurmukhi-vowel-letters.txt     |  9 ++++++
+ .../script-kannada/kannada-vowel-letters.txt       |  3 ++
+ .../script-malayalam/malayalam-vowel-letters.txt   |  5 ++++
+ .../script-oriya/oriya-vowel-letters.txt           |  3 ++
+ .../script-telugu/telugu-vowel-letters.txt         |  5 ++++
+ 9 files changed, 86 insertions(+)
+
+commit 40d5d19d5b875eef526a2a66892c3f638f633fa3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 17:04:05 2018 +0200
+
+    [ragel] Use ts/te (token-start / token-end) instead of manual tracking
+
+ src/hb-ot-shape-complex-indic-machine.hh   | 22 ++++++++++------------
+ src/hb-ot-shape-complex-indic-machine.rl   |  8 +++-----
+ src/hb-ot-shape-complex-khmer-machine.hh   | 22 ++++++++++------------
+ src/hb-ot-shape-complex-khmer-machine.rl   |  8 +++-----
+ src/hb-ot-shape-complex-myanmar-machine.hh | 22 ++++++++++------------
+ src/hb-ot-shape-complex-myanmar-machine.rl |  8 +++-----
+ src/hb-ot-shape-complex-use-machine.hh     | 22 ++++++++++------------
+ src/hb-ot-shape-complex-use-machine.rl     |  8 +++-----
+ 8 files changed, 52 insertions(+), 68 deletions(-)
+
+commit 9efddb9de821fc909a3ea8354f3dfd39c823e97b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 16:05:26 2018 +0200
+
+    Treat a base+mark... ligature as base, not ligature
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/746
+
+ src/hb-ot-layout-gsubgpos.hh | 22 +++++++++++++++-------
+ 1 file changed, 15 insertions(+), 7 deletions(-)
+
+commit 3cca978723db43233d25402254d297dfccf991a3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 15:02:16 2018 +0200
+
+    Move code around
+
+ src/hb-ot-layout-gsub-table.hh |  3 ---
+ src/hb-ot-layout-gsubgpos.hh   | 22 +++++++++++-----------
+ 2 files changed, 11 insertions(+), 14 deletions(-)
+
+commit 0a371fee4d22ed63207aa76c00b05b75bbc95f5f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 14:48:39 2018 +0200
+
+    Minor
+
+ src/hb-ot-map.hh                   | 6 ++++--
+ src/hb-ot-shape-complex-arabic.cc  | 6 +++---
+ src/hb-ot-shape-complex-myanmar.cc | 4 ++--
+ src/hb-ot-shape-complex-use.cc     | 8 ++++----
+ src/hb-ot-shape.cc                 | 4 ++--
+ 5 files changed, 15 insertions(+), 13 deletions(-)
+
+commit 94d15528f80dbb7110d816fb5845f257f605a0be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 14:45:09 2018 +0200
+
+    Minor
+
+ src/hb-ot-map.hh   |  1 +
+ src/hb-ot-shape.cc | 39 ++++++++++++++++++---------------------
+ 2 files changed, 19 insertions(+), 21 deletions(-)
+
+commit 729f634728fb553300021d52089495271dfb19fd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 14:40:14 2018 +0200
+
+    Disable joiner-skipping when looking back for base to attach mark to
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1189
+
+ src/hb-ot-shape.cc                                      |   5 ++++-
+ test/shaping/data/in-house/Makefile.sources             |   1 +
+ .../fonts/641ca9d7808b01cafa9a666c13811c9b56eb9c52.ttf  | Bin 0 -> 11492 bytes
+ .../data/in-house/tests/arabic-mark-attach.tests        |   1 +
+ 4 files changed, 6 insertions(+), 1 deletion(-)
+
+commit c36f3f5bef52e660541933f003fafa6e3a14785d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 14:34:29 2018 +0200
+
+    [arabic] Use manual-zwj instead of flipping joiners
+
+ src/hb-buffer.hh                  |  3 +--
+ src/hb-ot-layout.hh               | 12 ++----------
+ src/hb-ot-shape-complex-arabic.cc | 41 ++++++---------------------------------
+ 3 files changed, 9 insertions(+), 47 deletions(-)
+
+commit 48c513fec978819927535bc86b43be74315f746c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 14:17:42 2018 +0200
+
+    Minor
+
+ src/hb-ot-shape-complex-arabic.cc  |  2 +-
+ src/hb-ot-shape-complex-default.cc |  2 +-
+ src/hb-ot-shape-complex-hangul.cc  |  2 +-
+ src/hb-ot-shape-complex-hebrew.cc  | 14 +-------------
+ src/hb-ot-shape-complex-indic.cc   |  2 +-
+ src/hb-ot-shape-complex-indic.hh   |  2 --
+ src/hb-ot-shape-complex-khmer.cc   |  2 +-
+ src/hb-ot-shape-complex-myanmar.cc |  4 ++--
+ src/hb-ot-shape-complex-thai.cc    |  2 +-
+ src/hb-ot-shape-complex-tibetan.cc |  2 +-
+ src/hb-ot-shape-complex-use.cc     |  2 +-
+ src/hb-ot-shape-complex.hh         | 11 ++++-------
+ src/hb-ot-shape.cc                 |  8 ++++----
+ 13 files changed, 19 insertions(+), 36 deletions(-)
+
+commit cca757ae56d6a82cfad35edc6dbae58049a34f91
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 13:27:11 2018 +0200
+
+    Minor
+
+ src/hb-ot-shape.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 96eca87f89588126d3fa5c7f3884ae2f302a91e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 13:24:40 2018 +0200
+
+    Move things
+
+ src/hb-ot-shape.cc | 22 ++++++++++------------
+ src/hb-ot-shape.hh |  3 +++
+ 2 files changed, 13 insertions(+), 12 deletions(-)
+
+commit 588a4ac8bc9fd20464c7a77ead27ae34478c9bc8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 13:13:47 2018 +0200
+
+    Rename
+
+ src/hb-ot-face.cc | 20 +++++++-------
+ src/hb-ot-face.hh | 78 +++++++++++++++++++++++++++----------------------------
+ 2 files changed, 49 insertions(+), 49 deletions(-)
+
+commit 10b6c7c63870fa04cd8adcf9f38644c2a799db8a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 13:11:18 2018 +0200
+
+    Minor include cleanup
+
+ src/hb-ot-shape-complex.hh | 1 +
+ src/hb-ot-shape.cc         | 4 +---
+ src/hb-ot-shape.hh         | 2 +-
+ 3 files changed, 3 insertions(+), 4 deletions(-)
+
+commit 1d1734e985e1f2a746b4fff0cd82d96d477577d5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Oct 2 13:04:05 2018 +0200
+
+    Shuffle code around
+
+ src/hb-ot-shape-complex-hebrew.cc |  2 +-
+ src/hb-ot-shape-fallback.cc       |  2 +-
+ src/hb-ot-shape-normalize.cc      |  2 +-
+ src/hb-ot-shape.cc                | 32 ++++++++++++++++++++++++++++----
+ src/hb-ot-shape.hh                | 29 ++++++-----------------------
+ 5 files changed, 37 insertions(+), 30 deletions(-)
+
+commit bf5088b3dcd94106937290c180f3f40bc8524b48
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 2 11:07:06 2018 +0330
+
+    Minor, fix -Weverthing bot warnings (#1210)
+
+ test/api/test-buffer.c      | 8 ++++----
+ test/api/test-multithread.c | 3 +--
+ 2 files changed, 5 insertions(+), 6 deletions(-)
+
+commit d27e5ec3a236b8eb37ef9ce558ad54077e46b003
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Tue Oct 2 08:25:29 2018 +0200
+
+    Skip BOM in the Python sample file
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1208
+
+ src/sample.py | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit f9ea3dc4c6e85c417dd4c8546e5ebe02b67131b9
+Author: HinTak <htl10@users.sourceforge.net>
+Date:   Tue Oct 2 06:43:06 2018 +0100
+
+    Missing "out" indicator (#1209)
+    
+    Missing "out" indicator. Affect gobject introspection.
+
+ src/hb-font.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9742679b8253919f8bfec8a77532092044e951aa
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 2 03:20:48 2018 +0330
+
+    [circleci] Remove some of the not needed flags
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f72b748371da2d7ce327a5d15feea46960aa7dd3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Oct 2 00:16:08 2018 +0330
+
+    [circleci] Fix "msan" and "everything" bots (#1205)
+
+ .circleci/config.yml                    | 13 ++++++-------
+ src/check-symbols.sh                    |  2 --
+ test/fuzzing/main.cc                    | 22 +++++++++-------------
+ test/fuzzing/run-shape-fuzzer-tests.py  |  2 --
+ test/fuzzing/run-subset-fuzzer-tests.py |  2 --
+ 5 files changed, 15 insertions(+), 26 deletions(-)
+
+commit 8bf4027d23318c7e1ff7fe9f5e7ad8b0380e5415
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 1 20:05:00 2018 +0200
+
+    [indic] Remove Consonant_Medial from grammar and code
+    
+    The only Indic CM is U+0A75 GURMUKHI SIGN YAKASH, which Uniscribe doesn't treat
+    specially, and font designers design for that.  So, do the same.
+
+ src/hb-ot-shape-complex-indic-machine.hh | 1244 ++++++++++++++----------------
+ src/hb-ot-shape-complex-indic-machine.rl |   10 +-
+ src/hb-ot-shape-complex-indic.cc         |    2 +-
+ src/hb-ot-shape-complex-indic.hh         |    6 +-
+ 4 files changed, 589 insertions(+), 673 deletions(-)
+
+commit ab4c37f73a7d4fcf48584cda3fff94e98a672086
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 1 19:35:48 2018 +0200
+
+    [khmer] Add mark-ordering tests
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/667
+
+ test/shaping/data/in-house/Makefile.sources        |   2 ++
+ .../b6031119874ae9ff1dd65383a335e361c0962220.ttf   | Bin 0 -> 2564 bytes
+ .../data/in-house/tests/khmer-mark-order.tests     |  25 +++++++++++++++++++++
+ 3 files changed, 27 insertions(+)
+
+commit 51436547162a18e88144e7125ad6ce4a69a08d4b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 1 19:09:58 2018 +0200
+
+    [khmer] Rewrite grammar completely
+    
+    Based on experimenting with Uniscribe to extract grammar and categories.
+    
+    Failures down from 44 to 35:
+    
+    KHMER: 299089 out of 299124 tests passed. 35 failed (0.0117008%)
+    
+    We still don't enforce the one-matra rule pre-decomposition, but enforce
+    an order and one-matra-per-position post-decomposition.
+    
+    https://github.com/harfbuzz/harfbuzz/issues/667
+
+ src/hb-ot-shape-complex-indic.hh         |   2 +-
+ src/hb-ot-shape-complex-khmer-machine.hh | 300 ++++++++++++++++++++-----------
+ src/hb-ot-shape-complex-khmer-machine.rl |  42 +++--
+ src/hb-ot-shape-complex-khmer.cc         |   4 +-
+ src/hb-ot-shape-complex-khmer.hh         |  99 +++++-----
+ 5 files changed, 270 insertions(+), 177 deletions(-)
+
+commit 3dd43f0234febd434d89927adf2ee19f0489c5a7
+Merge: ab16b24cc eb1e60287
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Oct 1 10:22:06 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit aaaa65baa7fcfb65ae814528bdd93cc5c4ea540d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 1 16:59:48 2018 +0200
+
+    [khmer] Remove unused code
+
+ src/hb-ot-shape-complex-khmer.hh | 12 ------------
+ 1 file changed, 12 deletions(-)
+
+commit eb1e60287732ede6040ce6f7498c10909448d248
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 1 15:31:50 2018 +0200
+
+    [test] Try import unicodedata2 as unicodedata
+
+ test/shaping/hb_test_tools.py | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 81afdbe803ca949d915d03cab4a6ed6c6e6ff304
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 1 15:01:04 2018 +0200
+
+    [use] Disable automatic ZWJ for 'akhn' feature
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/746
+
+ src/hb-ot-shape-complex-use.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ceef311dcaea7e1ecfedb4f1257a705572611f0f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 1 12:45:06 2018 +0200
+
+    [use] Change categories for Left_And_* matras
+    
+    These are only relevant to Sinhala, because they decompose in other
+    cases.  The USE spec categorizes them all as VPst.  No idea why we
+    weren't following that before.
+
+ src/gen-use-table.py                 |  4 ++--
+ src/hb-ot-shape-complex-use-table.cc | 24 ++++++++++++------------
+ 2 files changed, 14 insertions(+), 14 deletions(-)
+
+commit 3426a361571a1996b5a895fb9374ce3a4a7f9af3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 1 12:55:57 2018 +0200
+
+    Unbreak bots
+
+ src/hb-cache.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 98ac01d3b3deb7c7f5411f6f25c6e7588d84b5f9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 1 12:10:00 2018 +0200
+
+    [morx] Break out if buffer gets into error
+    
+    Was getting stuck not making progress somehow.
+
+ src/hb-aat-layout-common.hh     | 2 ++
+ src/hb-aat-layout-morx-table.hh | 4 ++++
+ 2 files changed, 6 insertions(+)
+
+commit df827a6ab88cd8bde346176fc53a5c2d57eee808
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Oct 1 11:34:20 2018 +0200
+
+    [cache] Fix cache coherency corner-case
+    
+    If key_bits+value_bits-cache_bits==32 then -1 is ambiguous...
+
+ src/hb-cache.hh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 0fa1edbd3bbf825be078677dc46c3440f9802551
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Oct 1 09:40:29 2018 +0330
+
+    [circleci] Couple of fixes (#1200)
+    
+    * Raise error on warnings on -everything
+    * Enable fontconfig to two bots
+    * Fix msan bot now that all of its real complain are gone
+
+ .circleci/config.yml                    | 14 ++++++--------
+ src/check-symbols.sh                    |  2 ++
+ src/hb-ucdn.cc                          |  2 ++
+ test/fuzzing/run-shape-fuzzer-tests.py  |  2 ++
+ test/fuzzing/run-subset-fuzzer-tests.py |  2 ++
+ util/helper-cairo.cc                    |  2 ++
+ 6 files changed, 16 insertions(+), 8 deletions(-)
+
+commit 3babb0813c69d2b419f06773f366a44a9ad32cdb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 20:02:30 2018 +0200
+
+    [msan] Disable icu explicitly
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit dc9b47ae87096d34d146e50e44e742a76861976f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 18:35:12 2018 +0200
+
+    [msan] Remove uninstrumented libraries
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ad1c190ecfbac66ffeef69db769073a33331eed3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 18:26:45 2018 +0200
+
+    Correct fix for glib-mkenum warning
+
+ src/hb-buffer.h | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 1dd1e56bf42af5b11afc3e34f78869e93d39867e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 18:25:58 2018 +0200
+
+    Revert "Fix glib-mkenum warning"
+    
+    This reverts commit 247756a7d89008ee6a7d1171dc07ba22454c6034.
+    
+    Was wrong.  Right fix coming.
+
+ src/hb-buffer.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 3f08750fa6772e7e342b96192b84cb9963f7335b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 18:23:34 2018 +0200
+
+    Move _POSIX_SOURCE to hb.hh
+
+ src/hb-blob.cc | 5 -----
+ src/hb.hh      | 4 ++++
+ 2 files changed, 4 insertions(+), 5 deletions(-)
+
+commit 90dd255e570bf8ea3436e2f29242068845256e55
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 18:19:54 2018 +0200
+
+    Change _HB_SCRIPT_MAX_VALUE from 0xFFFFFFFF to 0x7FFFFFFF
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/504
+
+ src/hb-common.h | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit dcfcb950b81a2865ef01f5a69087264b79ed1bfd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 18:14:50 2018 +0200
+
+    [test] Fix -Wunused-parameter warnings
+
+ test/api/hb-test.h          |  1 +
+ test/api/test-blob.c        |  2 +-
+ test/api/test-c.c           |  2 +-
+ test/api/test-font.c        | 16 ++++++++--------
+ test/api/test-multithread.c |  2 +-
+ test/api/test-ot-color.c    |  2 +-
+ test/api/test-shape.c       | 14 +++++++-------
+ test/api/test-unicode.c     | 10 +++++-----
+ 8 files changed, 25 insertions(+), 24 deletions(-)
+
+commit be0b2ed3162f465dbf44a0f018d4e2af5dcdf87c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 18:01:20 2018 +0200
+
+    More warning fixes
+
+ test/api/test-multithread.c | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 5c65ed800de4caef5ee9ad2111225fa5d8235737
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 17:48:55 2018 +0200
+
+    Fix bug introduced in 9b0b40b3c1ac8155c80ed5dc976228f4d3ec7e1f
+    
+    Also discovered by msan bot.
+
+ src/hb-ot-shape-fallback.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 247756a7d89008ee6a7d1171dc07ba22454c6034
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 13:10:54 2018 +0200
+
+    Fix glib-mkenum warning
+    
+      GEN      hb-gobject-enums.h
+    WARNING: Failed to parse "/*< private >*/" in ../../src/hb-buffer.h
+
+ src/hb-buffer.h | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 0a89f9572fe2d0d9fbf0297e0a69307f0ba1a17c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Sep 30 17:44:15 2018 +0330
+
+    [circleci] Pass ‌freetype compile flags to right place
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ad701f05cc86c22e8e53b7f5458887457e3a5e5f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Sep 30 17:30:42 2018 +0330
+
+    [circleci] Use an instrumented freetype on msan bot
+
+ .circleci/config.yml | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 57aabbc29ec6dfa7f1b57da7b6c62fdc547f8ef8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Sep 30 16:31:28 2018 +0330
+
+    [circleci] Another on fixing msan
+
+ .circleci/config.yml | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 24f148df3ecc899c9cf6d5359d3d35ee5e84a98c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Sep 30 14:46:56 2018 +0330
+
+    [circleci] minor
+
+ .circleci/config.yml | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 0a9aab672287149540e8d90b5063ad4c562c423c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Sep 30 14:45:43 2018 +0330
+
+    [circleci] Try to fix msan bot
+
+ .circleci/config.yml | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit b5285b34798cb7ee672343d00cbe066ea8a2ef83
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 12:23:01 2018 +0200
+
+    [util] Remove unneeded virtual
+    
+    clang warning:
+    
+    ../../util/options.hh:72:13: warning: destination for this 'memset' call is a pointer to dynamic class
+          'option_parser_t'; vtable pointer will be overwritten [-Wdynamic-class-memaccess]
+        memset (this, 0, sizeof (*this));
+        ~~~~~~  ^
+    ../../util/options.hh:72:13: note: explicitly cast the pointer to silence this warning
+        memset (this, 0, sizeof (*this));
+                ^
+                (void*)
+
+ util/options.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 89ed040b21b366c927199bedd0e4cb060389d076
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 06:06:26 2018 -0400
+
+    [util] Fix more non-virtual-destructor warnings
+
+ util/options.hh | 28 ++++++++++++++++++----------
+ 1 file changed, 18 insertions(+), 10 deletions(-)
+
+commit 2382dd07fa6ff49638b146a523e9d2e93cf69ceb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 05:54:47 2018 -0400
+
+    Minor
+
+ util/options.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 9caa432d0c5c09c8151cfce1e2cc184fbdd89594
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 05:49:08 2018 -0400
+
+    [util] Use HB_FALLTHROUGH
+    
+    Sure, gcc knows to warn about this as well:
+    
+    ../../util/options.cc:175:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
+         case 1: m.r = m.t;
+                 ~~~~^~~~~
+    ../../util/options.cc:176:5: note: here
+         case 2: m.b = m.t;
+         ^~~~
+    
+    But HOLY SMOKES, look at clang -Weverything bot message:
+    
+    options.cc:176:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
+        case 2: m.b = m.t;
+        ^
+    options.cc:176:5: note: insert 'HB_FALLTHROUGH;' to silence this warning
+        case 2: m.b = m.t;
+        ^
+        HB_FALLTHROUGH;
+    
+    Right, it's telling me to insert "HB_FALLTHROUGH;" there!!!!!!!!!
+
+ util/options.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 2e728a7d86c714d845524a0722c2b653feb9d915
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 05:47:36 2018 -0400
+
+    [util] Mark var static
+    
+    From clang -Weverything bot:
+    
+    options.cc:39:3: warning: no previous extern declaration for non-static variable 'supported_font_funcs' [-Wmissing-variable-declarations]
+
+ util/options.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e910a1aef4b2413c627240fc06d2a5696b24747a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 05:46:20 2018 -0400
+
+    [util] Add empty virtual destructor to option_group_t
+    
+    From clang -Weverything bot:
+    
+    ./options.hh:57:8: warning: 'option_group_t' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor]
+    struct option_group_t
+           ^
+
+ util/options.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit b1e07e1e6cc7a8e5445c7aeb9491ae629029011b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 05:43:22 2018 -0400
+
+    [indic/khmer] Remove use of global constructors
+    
+    Alternative woul have been to resurrect F_COMBINE that I removed in
+    70136a78cb9eda244767f8e8a3d30d0f3c569d01
+    
+    But this does it for now.  I'm not sure why check-static-inits.sh didn't
+    catch this before.  Clang -Weverything bot did:
+    
+      CXX      libharfbuzz_la-hb-ot-shape-complex-indic.lo
+    hb-ot-shape-complex-indic.cc:99:1: warning: declaration requires a global constructor [-Wglobal-constructors]
+    indic_features[] =
+    ^
+    1 warning generated.
+      CXX      libharfbuzz_la-hb-ot-shape-complex-khmer.lo
+    hb-ot-shape-complex-khmer.cc:36:1: warning: declaration requires a global constructor [-Wglobal-constructors]
+    khmer_features[] =
+    ^
+    1 warning generated.
+
+ src/hb-ot-map.hh                 |  2 ++
+ src/hb-ot-shape-complex-indic.cc | 34 +++++++++++++++++-----------------
+ src/hb-ot-shape-complex-khmer.cc | 18 +++++++++---------
+ 3 files changed, 28 insertions(+), 26 deletions(-)
+
+commit 00cd00e64130694ff7b49456d4bc421a153b4e6d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 05:34:30 2018 -0400
+
+    Tweak HB_TAG and HB_UNTAG
+    
+    uint32_t was getting promoted to signed int, which is not what we wanted...
+    
+    Wow, clang has become good at generating warnings...
+    
+    ../../src/hb-common.h:349:29: warning: signed shift result (0xFF000000) sets the sign bit of the shift expression's type ('int') and becomes negative [-Wshift-sign-overflow]
+      _HB_SCRIPT_MAX_VALUE                          = HB_TAG_MAX, /*< skip >*/
+                                                      ^~~~~~~~~~
+    ../../src/hb-common.h:93:20: note: expanded from macro 'HB_TAG_MAX'
+     define HB_TAG_MAX HB_TAG(0xff,0xff,0xff,0xff)
+                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
+    ../../src/hb-common.h:89:57: note: expanded from macro 'HB_TAG'
+     define HB_TAG(c1,c2,c3,c4) ((hb_tag_t)((((uint8_t)(c1))<<24)|(((uint8_t)(c2))<<16)|(((uint8_t)(c3))<<8)|((uint8_t)(c4))))
+                                             ~~~~~~~~~~~~~~~^ ~~
+    ../../src/hb-common.h:349:3: warning: ISO C restricts enumerator values to range of 'int' (4294967295 is too large) [-Wpedantic]
+      _HB_SCRIPT_MAX_VALUE                          = HB_TAG_MAX, /*< skip >*/
+      ^                                               ~~~~~~~~~~
+
+ src/hb-common.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 8a31e406291f4cb27480fc85049f08abd739cb59
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 05:27:39 2018 -0400
+
+    [font] Make *_advance() fallback to *_advances
+    
+    And remove redundant implementations.
+
+ src/hb-font.cc    | 12 ++++++++++++
+ src/hb-ft.cc      | 19 -------------------
+ src/hb-ot-font.cc | 22 ----------------------
+ 3 files changed, 12 insertions(+), 41 deletions(-)
+
+commit bd07d2878ff28baecf7b4b587a18ffbb744b7eb1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 03:54:40 2018 -0400
+
+    Use buffer scratch_flags to remember if we had any joiners
+
+ src/hb-buffer.hh                  |  3 ++-
+ src/hb-ot-layout.hh               | 12 ++++++++++--
+ src/hb-ot-shape-complex-arabic.cc |  3 +++
+ 3 files changed, 15 insertions(+), 3 deletions(-)
+
+commit ba0f0f156fe05bda760efcb0c8d34f303fa26ab0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 30 03:49:52 2018 -0400
+
+    Document setlocale() threadsafety issue
+    
+    "Fixes" //github.com/harfbuzz/harfbuzz/issues/1191
+
+ src/hb-buffer.cc | 2 ++
+ src/hb-common.cc | 7 +++++++
+ 2 files changed, 9 insertions(+)
+
+commit 06be2aa93fa6ea8cc32684a4b51bfe927c5202bb
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Sep 30 00:15:25 2018 +0330
+
+    [ci] Build glib and freetype and enable msan bot (#1198)
+
+ .circleci/config.yml | 41 +++++++++++++++++++++--------------------
+ 1 file changed, 21 insertions(+), 20 deletions(-)
+
+commit cefdef0247026f941eba8930c73b66b0498bb63c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 29 10:19:54 2018 +0330
+
+    Minor on test-multithread, align the actual and expected results
+
+ test/api/test-multithread.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 678beff64ca3b2963de25d8a76a2bf3710c3d7a6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 29 10:16:14 2018 +0330
+
+    [circleci] Add -Wno-reserved-id-macro to clang-everything
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c763b9440189b541316054ba4f623e728b5aae77
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 28 20:53:07 2018 -0400
+
+    [test-multithread] Disable FreeType funcs
+
+ test/api/test-multithread.c | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 9b0b40b3c1ac8155c80ed5dc976228f4d3ec7e1f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 28 11:16:18 2018 -0400
+
+    Fix fallback kerning to check for current glyph's mask
+
+ src/hb-ot-shape-fallback.cc | 9 ++++++++-
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+commit 909a07b587884e9cd1d92ba9f3d5b96d8774c67a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 29 03:10:13 2018 +0330
+
+    [circleci] Improve clang-everything bot log, more to come
+    
+    #1196
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9be8062b4d241f02bb96df436e98f10f08bda4f8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 29 02:11:05 2018 +0330
+
+    [ci] Another try on mingw bot
+
+ appveyor.yml | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit d4d261a97723b27fb9ad9a69b8dc7fd8c560a98b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 29 01:57:50 2018 +0330
+
+    [ci] Another try on fixing mingw bots
+    
+    Per https://github.com/Alexpux/MSYS2-packages/issues/163#issuecomment-73555971
+
+ appveyor.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7b68edf2abc7680199360d52ed283cfc4f49b7d5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Sep 28 20:53:48 2018 +0330
+
+    [tests] Don't try to get glyph names on failures
+    
+    As it may cause a race unrelated to the issue actually happened
+
+ test/api/test-multithread.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d289d6381864649504abfb1196ac20a1d4664a4e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Sep 28 20:47:21 2018 +0330
+
+    [ci] Trying to fix mingw bot
+    
+    As https://github.com/Alexpux/MSYS2-packages/issues/702
+
+ appveyor.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 33231a855f0e3d2a14e5e2fcb921c6fc773ae6cf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 28 11:06:49 2018 -0400
+
+    Fix pthread fail for real
+    
+    Using a hack...
+
+ test/api/Makefile.am | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 8cb8209c911a69442f23f744981e3ed01e44a3fc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 28 10:55:28 2018 -0400
+
+    Fix bot fails
+
+ test/api/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f4072e8cb81072cd6d51a2607efedb76c02e7db1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 28 10:14:23 2018 -0400
+
+    [morx] Remove mark_set from Insertion
+    
+    text-rendering-tests test MORX-32 shows that for Insertion, an unset mark is treated
+    as mark set at 0.  This is unlike the Reordering lookup where un unset mark performs
+    nothing.
+    
+    Fixes MORX-32.
+
+ src/hb-aat-layout-morx-table.hh | 7 +------
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+commit 0d18ec5467818fa8f763ec2871146a64d39987e7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 28 10:00:07 2018 -0400
+
+    [morx] unsafe-to-break in Insertion
+    
+    Makes MORX-29, MORX-30, MORX-31 pass.
+
+ src/hb-aat-layout-morx-table.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 02bebe42c1ffbd8e11b232c943317c8cd8141afb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 28 09:51:35 2018 -0400
+
+    [test/text-rendering-tests] Update from upstream
+
+ test/shaping/data/text-rendering-tests/DISABLED          |   4 ++++
+ test/shaping/data/text-rendering-tests/Makefile.sources  |   4 ++++
+ .../text-rendering-tests/fonts/TestMORXThirtyone.ttf     | Bin 0 -> 2964 bytes
+ .../text-rendering-tests/fonts/TestMORXThirtytwo.ttf     | Bin 0 -> 2948 bytes
+ .../text-rendering-tests/fonts/TestMORXTwentynine.ttf    | Bin 0 -> 3012 bytes
+ .../data/text-rendering-tests/tests/MORX-29.tests        |   4 ++++
+ .../data/text-rendering-tests/tests/MORX-30.tests        |   4 ++++
+ .../data/text-rendering-tests/tests/MORX-31.tests        |   8 ++++++++
+ .../data/text-rendering-tests/tests/MORX-32.tests        |   4 ++++
+ 9 files changed, 28 insertions(+)
+
+commit 4cd342baea323bf9709340bbabfc092c976c239c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 28 09:47:45 2018 -0400
+
+    Fix ubsan bot
+
+ test/api/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit b435df3a5b6f7fddc091c4362a36840305144a57
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 28 09:13:14 2018 -0400
+
+    More atomic tuneup
+
+ src/hb-atomic.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 7e6e094abd27fd022fe9aea1872ef82f6a0cdcec
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 28 08:45:57 2018 -0400
+
+    [test-multithread] Install ot funcs before filling ref buffer
+
+ test/api/test-multithread.c | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 21fbee831e0eab2c2f4513825c939158f4578156
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 28 08:43:37 2018 -0400
+
+    [test-multithread] Take num-threads and num-iters from command-line
+
+ test/api/test-multithread.c | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 598be3bb38fd11a288f8155b8c27ffef4ebdd8b9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 28 08:33:26 2018 -0400
+
+    Minor
+
+ test/api/test-multithread.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit c09bf3d50589c8eb95b322ef3e4eb8a288dacebe
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Sep 28 16:13:01 2018 +0330
+
+    test-multithread, check the results on every iteration (#1194)
+
+ test/api/test-multithread.c | 59 ++++++++++++++++++++++++---------------------
+ 1 file changed, 32 insertions(+), 27 deletions(-)
+
+commit dbc3070a15290310bb5aade11d04eb24fe958094
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Fri Sep 28 16:01:15 2018 +0330
+
+    Make test-multithread pass the tsan bot test (#1193)
+
+ test/api/test-multithread.c | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit d2542cd28c70b2ba7ab28c0fe5459a1b4a873478
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 27 17:23:24 2018 -0400
+
+    More atomic fixup
+
+ src/hb-atomic.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3ee96984f4633852736b33640c89d1706bc77e0b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 27 17:20:26 2018 -0400
+
+    Fixup atomics from recent change
+
+ src/hb-atomic.hh | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 305468708dc9ce9dadad36c117c380f13bcc6a26
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 27 16:54:23 2018 -0400
+
+    [cache] Use atomic writes in clear()
+    
+    To help TSan.
+
+ src/hb-cache.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 341b70a3b47ef3ceeb81e715937d6b2305258060
+Merge: bbf2a0954 9e9a36ee6
+Author: n8willis <n8willis@users.noreply.github.com>
+Date:   Thu Sep 27 11:15:22 2018 -0500
+
+    Merge pull request #1 from harfbuzz/master
+    
+    Resync with upstream
+
+commit 9e9a36ee651502b69717895385387951a2d0802a
+Author: Volker Krause <vkrause@kde.org>
+Date:   Thu Sep 27 16:33:49 2018 +0200
+
+    Fix infinite loop when walking up the directory hierarchy (#1183)
+    
+    A single find_package(harfbuzz) line in user code resulted in this loop
+    getting stuck when _harfbuzz_libdir_iter became "/".
+
+ src/harfbuzz-config.cmake.in | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 0c1d852bc41a4f69f890be4817c84bd7de56e07a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Sep 27 11:53:17 2018 +0330
+
+    Use clang for compiling freetype for tsan bot
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ab16b24cc94389ac66a9353327d2a87a7c230ed4
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Sep 26 18:51:36 2018 -0700
+
+    tweaked get_fd fix
+
+ src/hb-ot-cff-common.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit dac70f252a84e1a255375eaacffc2cb3f3fc6e58
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Sep 26 16:30:26 2018 -0700
+
+    Added CFF1 J font subset to api test
+    
+    Also fixed FDSelect3_4::get_fd
+    Fixed test_subset_cff1_strip_hints (wrong font names!)
+
+ src/hb-ot-cff-common.hh                            |   2 +-
+ .../fonts/SourceHanSans-Regular.41,3041,4E9D.otf   | Bin 0 -> 5864 bytes
+ test/api/fonts/SourceHanSans-Regular.41,4E9D.otf   | Bin 0 -> 5500 bytes
+ test/api/test-subset-cff1.c                        |  25 +++++++++++++++++++--
+ 4 files changed, 24 insertions(+), 3 deletions(-)
+
+commit 662f7d7e8bfa77b21ffa05e853f61dda993dcc8a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 26 18:42:37 2018 -0400
+
+    [arabic] Do the joiner-flipping only for rlig feature
+    
+    See comment.
+
+ src/hb-ot-shape-complex-arabic.cc | 24 +++++++++++++++++++-----
+ 1 file changed, 19 insertions(+), 5 deletions(-)
+
+commit 7f30629cddcf0196d7b754df0cb2d4a8e5fed4b6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 26 16:40:23 2018 -0400
+
+    [ft] Make TSan happy
+
+ src/hb-ft.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit ec743fce2a72a1cb76ac9401747a442a03a051d9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 26 16:37:18 2018 -0400
+
+    Add more atomic intrinsics
+
+ src/hb-atomic.hh | 21 ++++++++++++++++++---
+ 1 file changed, 18 insertions(+), 3 deletions(-)
+
+commit d183b33c1dd42055a9432f4a756ea20856913201
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 26 16:29:35 2018 -0400
+
+    Rename test
+
+ test/api/Makefile.am                                           | 2 +-
+ test/api/{test-subset-codepoints.c => test-collect-unicodes.c} | 0
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit c9c75fe3d9eb36f166d594ceb5889a1dc0b14fe6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Sep 27 00:08:06 2018 +0330
+
+    [ci] Compile freetype on tsan and put sanitizer flags on correct places (#1188)
+
+ .circleci/config.yml | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+commit 39da1914b4fd1c58d61cb29c78a0904ff6b905c6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Sep 26 23:32:45 2018 +0330
+
+    Test freetype funcs on test-multithread (#1187)
+
+ test/api/Makefile.am        |  6 ++++--
+ test/api/test-multithread.c | 25 +++++++++++++++++--------
+ 2 files changed, 21 insertions(+), 10 deletions(-)
+
+commit e88009a93f5d13ed31b6262f928761e9574dcef1
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Sep 26 22:53:02 2018 +0330
+
+    Minor, remove the no longer needed comment on test-multithread
+
+ test/api/test-multithread.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 90a0f9fa0c020c268ac3ba31c7f1337eed85f35e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 26 15:03:07 2018 -0400
+
+    Make TSan happy with make_immutable()
+
+ src/hb-blob.cc    | 2 ++
+ src/hb-face.cc    | 2 ++
+ src/hb-font.cc    | 4 ++++
+ src/hb-unicode.cc | 2 ++
+ 4 files changed, 10 insertions(+)
+
+commit 34d5a2595331c568ae524057d031c9d5d2573978
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 26 15:02:21 2018 -0400
+
+    Fix test-multithread and increase num_threads to 30
+    
+    What were you thinking? ;)
+
+ test/api/test-multithread.c | 56 +++++++++++++++++++++------------------------
+ 1 file changed, 26 insertions(+), 30 deletions(-)
+
+commit 8bb73dad7f3279e1f1362cf9a137504e8ef08985
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Sep 26 20:50:51 2018 +0330
+
+    Add a multithreaded test (#1184)
+
+ test/api/Makefile.am        |   6 ++
+ test/api/test-multithread.c | 146 ++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 152 insertions(+)
+
+commit 04caf11608d2db13eb6ed2ecc3d406e284b4c13c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 26 12:13:47 2018 -0400
+
+    [hb-view] Change subpixel bits from 8 to 6
+    
+    To match FreeType units, such that FreeType gets correct size from us.
+    This matters more now that we allow setting --ft-load-flags.
+
+ util/hb-view.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 824111d4842b9a7bbbdcd147325f8f372ed3d37c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 25 12:47:37 2018 -0400
+
+    Fix iOS build
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/1179
+
+ src/hb-coretext.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4b4be7701f635f8378e7f868cfbe8d4571fc841f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Sep 25 09:24:35 2018 +0330
+
+    [circle] Add an obsessive clang bot (#1178)
+
+ .circleci/config.yml | 17 +++++++++++++++++
+ 1 file changed, 17 insertions(+)
+
+commit ae7f0e83d4417fac2455c44eaea15b3cca03d18e
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Sep 24 22:49:44 2018 -0700
+
+    fixed memory leaks
+    
+    in CFF1 & CFF2 accelerators, VORG subsetter
+
+ src/hb-ot-cff1-table.hh | 2 ++
+ src/hb-ot-cff2-table.hh | 2 ++
+ src/hb-ot-vorg-table.hh | 3 +++
+ 3 files changed, 7 insertions(+)
+
+commit 258b456566abd266657725b3fc4e70f18b370d5d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Sep 24 16:50:47 2018 -0700
+
+    Added CFF1 & CFF2 api tests
+
+ test/api/Makefile.am                               |   4 +
+ test/api/fonts/AdobeVFPrototype.abc.otf            | Bin 0 -> 7800 bytes
+ test/api/fonts/AdobeVFPrototype.ac.nohints.otf     | Bin 0 -> 7152 bytes
+ test/api/fonts/AdobeVFPrototype.ac.otf             | Bin 0 -> 7336 bytes
+ test/api/fonts/SourceSansPro-Regular.abc.otf       | Bin 0 -> 3412 bytes
+ .../api/fonts/SourceSansPro-Regular.ac.nohints.otf | Bin 0 -> 3228 bytes
+ test/api/fonts/SourceSansPro-Regular.ac.otf        | Bin 0 -> 3332 bytes
+ test/api/test-subset-cff1.c                        | 104 +++++++++++++++++++++
+ test/api/test-subset-cff2.c                        | 104 +++++++++++++++++++++
+ 9 files changed, 212 insertions(+)
+
+commit 8282e881b51363811078bce53fad6aa5b41f7b41
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 19:43:01 2018 -0400
+
+    Disable msan bot again
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1175
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6c0e7eb6a6f3f888442c0a97ce6a771631990ed6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 19:07:23 2018 -0400
+
+    Minor
+
+ src/hb-ot-map.hh                 |  1 +
+ src/hb-ot-shape-complex-indic.cc | 34 +++++++++++++++++-----------------
+ src/hb-ot-shape-complex-khmer.cc | 18 +++++++++---------
+ 3 files changed, 27 insertions(+), 26 deletions(-)
+
+commit d748dc76644f28d4130f9cb1dee7a22cbe81c25d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 18:30:50 2018 -0400
+
+    More iter inits
+
+ src/hb-ot-layout-gsubgpos.hh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit d9867497d09af929554eaa89cc6fee865b018646
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 18:11:59 2018 -0400
+
+    Minor
+
+ src/hb-ot-shape.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 70136a78cb9eda244767f8e8a3d30d0f3c569d01
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 18:03:34 2018 -0400
+
+    Remove F_COMBINE
+    
+    Now I wonder if any bots will be unhappy we calling | in static const initializations...
+    Or would that cost runtime init?  Our tests don't detect any..
+
+ src/hb-ot-map.hh                  | 2 --
+ src/hb-ot-shape-complex-arabic.cc | 2 +-
+ 2 files changed, 1 insertion(+), 3 deletions(-)
+
+commit f048ead84a4d3fe0bb712ed228c2f39c01ce9705
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 18:01:53 2018 -0400
+
+    Some more
+
+ src/hb-ot-map.cc                   |  5 +++--
+ src/hb-ot-map.hh                   | 13 +++++++------
+ src/hb-ot-shape-complex-arabic.cc  | 18 +++++++++---------
+ src/hb-ot-shape-complex-hangul.cc  |  2 +-
+ src/hb-ot-shape-complex-indic.cc   |  8 ++++----
+ src/hb-ot-shape-complex-khmer.cc   |  8 ++++----
+ src/hb-ot-shape-complex-myanmar.cc | 10 +++++-----
+ src/hb-ot-shape-complex-tibetan.cc |  2 +-
+ src/hb-ot-shape-complex-use.cc     | 20 ++++++++++----------
+ src/hb-ot-shape.cc                 | 30 +++++++++++++++---------------
+ 10 files changed, 59 insertions(+), 57 deletions(-)
+
+commit 1676f608c8e4f880789252ca448bb008f6dd51b4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 17:55:03 2018 -0400
+
+    Minor refactoring
+
+ src/hb-ot-map.hh                   | 15 ++++++++++-
+ src/hb-ot-shape-complex-hangul.cc  |  2 +-
+ src/hb-ot-shape-complex-indic.cc   | 52 +++++++++++++++-----------------------
+ src/hb-ot-shape-complex-khmer.cc   | 38 ++++++++++------------------
+ src/hb-ot-shape-complex-myanmar.cc |  2 +-
+ 5 files changed, 51 insertions(+), 58 deletions(-)
+
+commit 10203339600e85d6aaffba6034ac250e72fdfc12
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Sep 25 01:00:32 2018 +0330
+
+    [circleci] Update sanitizer bots with newer clang and Ubuntu version (#1176)
+
+ .circleci/config.yml | 48 ++++++++++++++++++++++++++++++++----------------
+ 1 file changed, 32 insertions(+), 16 deletions(-)
+
+commit 12b8baa7653741ba13a89cd40f1f36b8bac11666
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 17:22:39 2018 -0400
+
+    [msan] Enable again to get a build log, and try to play with suppressions
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit aec0d3cbc923a8801c5bd9e9ae05801a31a7260c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 13:12:15 2018 -0400
+
+    [ubsan] Re-enable now that it passes locally
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4839807340cc73d5ba826dff4b4ba358775a213d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 13:11:34 2018 -0400
+
+    [check-static-inits.sh] Allow some if ubsan is in effect
+
+ src/check-static-inits.sh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0604bf2b3846b200c56447ffe542bf69c0529a06
+Merge: 76e54d2bd 45f5aa979
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Sep 24 10:09:25 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit e45ba31dc723988150ef766758fa89fecd50ca03
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 13:04:48 2018 -0400
+
+    [check-symbols.sh] Allow weak objects "V"
+    
+    ubsan generates these.
+
+ src/check-symbols.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d07f3111b4bc38798e16a2459b80a16d7a9f9ff1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 13:01:35 2018 -0400
+
+    Link API test programs with C++ linker
+    
+    Needed to make ubsan work.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1174
+
+ test/api/Makefile.am | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit a96508cfc9bd9013d24b18547fcd9c03e08fe2f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 12:52:42 2018 -0400
+
+    [msan] Add MSAN_OPTIONS=exitcode=42
+    
+    Default exit value is 77, which causes autotools to "skip" test.
+
+ .circleci/config.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 45f5aa97905996e3486c6dbba8493b11cfa0cf15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 12:43:29 2018 -0400
+
+    [circleci] Disable msan and ubsan builds
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1174
+    https://github.com/harfbuzz/harfbuzz/issues/1175
+
+ .circleci/config.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 2d93148a0f915bb52433ecc9d66845191a2f9135
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 11:52:22 2018 -0400
+
+    Ignore weak symbols in check-symbols.sh
+    
+    Some clang versions leave a std::round(float) weak symbol around...
+
+ src/check-symbols.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 55bae6825ed2058255a512a73293e3cdff0e78a4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 10:43:06 2018 -0400
+
+    [docs] A few improvements
+    
+    If we wrote just this much every day...
+
+ src/hb-buffer.cc |  4 ++++
+ src/hb-buffer.h  | 20 +++++++++++++++-----
+ src/hb-face.cc   | 11 +++++++----
+ src/hb-font.cc   | 12 +++++++-----
+ 4 files changed, 33 insertions(+), 14 deletions(-)
+
+commit 57fa2c23de8b6b66894d6872d192ac90ec8bf05a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 09:57:52 2018 -0400
+
+    Readjust Hebrew composition again
+
+ src/hb-ot-shape-complex-hebrew.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7f335390f3a498119319a0e6c3ce7656a3902066
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 09:56:18 2018 -0400
+
+    Revert change that would decompose text if GPOS mark feature is available
+    
+    https://github.com/harfbuzz/harfbuzz/issues/653#issuecomment-423905920
+
+ src/hb-ot-shape-normalize.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit a6f4b2f7cd088aeb44e1aac672434641f4f9e484
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 24 09:54:37 2018 -0400
+
+    Fix normalization
+    
+    https://github.com/harfbuzz/harfbuzz/commit/62d1e0852a5549a1b510ad46a4b89f12730bb708#commitcomment-30613091
+
+ src/hb-ot-shape-normalize.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 3583fb03b14a10ec5ab5f9c480e150934101fd0b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 23 22:33:38 2018 -0400
+
+    Simplify ZWJ-skipping a bit
+    
+    Towards disabling ZWJ-skipping in certain GPOS contexts.
+    
+    Part of https://github.com/flutter/flutter/issues/16886
+
+ src/hb-ot-layout-gsubgpos.hh       |  6 +++---
+ src/hb-ot-shape-complex-indic.cc   | 21 ++++++++++++++++-----
+ src/hb-ot-shape-complex-khmer.cc   | 21 ++++++++++++++-------
+ src/hb-ot-shape-complex-myanmar.cc | 15 ++++++++++++++-
+ src/hb-ot-shape-complex-use.cc     | 15 +++++++++++++--
+ 5 files changed, 60 insertions(+), 18 deletions(-)
+
+commit 9516cbd3df7ccdb40b27a7ba99a1e0da8a6b170c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 23 22:00:34 2018 -0400
+
+    Reinit skippy iters when auto_zwj / auto_zwnj change
+    
+    Ouch.  How did we not hit this bug before...
+
+ src/hb-ot-layout-gsubgpos.hh | 17 +++++++++--------
+ 1 file changed, 9 insertions(+), 8 deletions(-)
+
+commit 62d1e0852a5549a1b510ad46a4b89f12730bb708
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 23 21:32:18 2018 -0400
+
+    Prefer decomposed form if font has GPOS mark feature
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/653
+
+ src/hb-ot-shape-complex-hebrew.cc |   2 +-
+ src/hb-ot-shape-normalize.cc      | 126 ++++++++++++++++++++------------------
+ src/hb-ot-shape-normalize.hh      |   7 ++-
+ 3 files changed, 72 insertions(+), 63 deletions(-)
+
+commit d7f21777e6a797758ab234555f5f7e07c87278f9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 23 19:12:52 2018 -0400
+
+    [ot-font] Fix leak
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1171
+    
+    I'm glad we have leak-detector bots now.
+
+ src/hb-ot-post-table.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit ae39a53f55e6b812defb4c7b48562651c9eb13a3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 22 14:22:17 2018 +0330
+
+    Add bots with address- and thread-sanitizer
+
+ .circleci/config.yml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 52 insertions(+)
+
+commit 24dd6c1a9d8d571c30dce4d39c1975b1d1cedc2a
+Author: Matt Oliver <protogonoi@gmail.com>
+Date:   Sun Sep 23 18:08:30 2018 +1000
+
+    src/hb-blob.cc: Fix mmap functionality with UWP.
+
+ src/hb-blob.cc | 27 +++++++++++++++++++++++++++
+ src/hb.hh      |  4 +++-
+ 2 files changed, 30 insertions(+), 1 deletion(-)
+
+commit b7f1bbc2f8b14a402fa9e42e88919dc0173373ce
+Author: Khaled Hosny <khaledhosny@eglug.org>
+Date:   Sat Sep 22 16:41:56 2018 +0200
+
+    [test] Fix printing subprocess error messages
+    
+    Decode the string as Python 3 returns bytes string, and also don’t
+    assume that it ends with a new line.
+
+ test/shaping/run-tests.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 403019482b0d7f17fbdb5def2be5f43e28bafcf3
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 22 17:24:03 2018 +0330
+
+    Fix test-subset-* leak issues
+    
+    See also https://github.com/harfbuzz/harfbuzz/pull/1169
+
+ test/api/hb-subset-test.h | 12 +++++++++---
+ 1 file changed, 9 insertions(+), 3 deletions(-)
+
+commit f6ebe1f4dc95a7c4b3a0af23086873a11867c1d9
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 22 17:05:52 2018 +0330
+
+    Fix test-ot-math leak issue
+    
+    See also https://github.com/harfbuzz/harfbuzz/pull/1169
+
+ test/api/test-ot-math.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 669ac81ac52e9d559324db851a9ee46ef651e7b0
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 22 16:49:23 2018 +0330
+
+    Fix test-set leak issue
+    
+    See also https://github.com/harfbuzz/harfbuzz/pull/1169
+
+ test/api/test-set.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit ef9307fd2227bf0f750d8f7fafae466affc81454
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Sep 22 16:45:31 2018 +0330
+
+    Fix test-font leak issue
+    
+    See also https://github.com/harfbuzz/harfbuzz/pull/1169
+
+ test/api/test-font.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 76e54d2bd804414183858ca198157050419dfe6c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Sep 21 12:16:36 2018 -0700
+
+    fixed subroutinized CFF2 flattening
+    
+    and some code cleanup
+
+ src/hb-cff-interp-common.hh    |  2 +-
+ src/hb-cff-interp-cs-common.hh | 13 -------------
+ src/hb-cff2-interp-cs.hh       |  7 ++++---
+ 3 files changed, 5 insertions(+), 17 deletions(-)
+
+commit 321e592333014f713557e8ce8041dcb5de710218
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Sep 20 10:31:06 2018 -0700
+
+    Added desubroutinize option to generate-expected-outputs.py
+    
+    Currently hb-subset always desubroutinizes CFF fonts.
+    Note that even with this option fonttools won't generate the expected subset CFF fonts. They were manually created & tweaked to match hb-subset output.
+
+ test/subset/generate-expected-outputs.py | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit f212c050ad50898d5105d1d3a6ea3498f94ee462
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Sep 20 09:45:43 2018 -0700
+
+    Added VORG struct and its subsetter
+    
+    new file: hb-ot-vorg-table.hh
+
+ src/Makefile.sources    |   1 +
+ src/hb-ot-vorg-table.hh | 163 ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-subset.cc        |   5 +-
+ 3 files changed, 168 insertions(+), 1 deletion(-)
+
+commit 5fd8bce945e7efaa48d0c29eb8b2700027bd3c0b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 19 22:34:09 2018 -0400
+
+    [morx] Fix mark_set check
+
+ src/hb-aat-layout-morx-table.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 1377adc8a88c627891cb8b9cea511d8f9f5324f9
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Sep 19 17:00:10 2018 -0700
+
+    Added SourceHanSans-Regular for CFF subset test
+    
+    Disabled FDSelect serialization to format 0 for compatibility with fonttools
+
+ src/hb-subset-cff-common.cc                          |  16 +++++++++++++---
+ .../japanese/SourceHanSans-Regular.default..otf      | Bin 0 -> 2340 bytes
+ ...Regular.default.3042,3044,3046,3048,304A,304B.otf | Bin 0 -> 6248 bytes
+ ...Regular.default.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 0 -> 6432 bytes
+ .../SourceHanSans-Regular.default.61,63,65,6B.otf    | Bin 0 -> 5428 bytes
+ ...Regular.default.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 0 -> 6552 bytes
+ .../japanese/SourceHanSans-Regular.default.660E.otf  | Bin 0 -> 5196 bytes
+ .../japanese/SourceHanSans-Regular.drop-hints..otf   | Bin 0 -> 2188 bytes
+ ...ular.drop-hints.3042,3044,3046,3048,304A,304B.otf | Bin 0 -> 6076 bytes
+ ...ular.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 0 -> 6180 bytes
+ .../SourceHanSans-Regular.drop-hints.61,63,65,6B.otf | Bin 0 -> 5312 bytes
+ ...ular.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 0 -> 6248 bytes
+ .../SourceHanSans-Regular.drop-hints.660E.otf        | Bin 0 -> 5088 bytes
+ test/subset/data/fonts/SourceHanSans-Regular.otf     | Bin 0 -> 16427580 bytes
+ test/subset/data/tests/japanese.tests                |   1 +
+ 15 files changed, 14 insertions(+), 3 deletions(-)
+
+commit 0739b28169eb63332b31420deb5bf58b5446f154
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 19 17:32:21 2018 -0400
+
+    [aat] Minor
+
+ src/hb-aat-layout-common.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 7671cb9b04770d50b1b2a05a24f6fadc35993cd1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 19 17:10:26 2018 -0400
+
+    [coretext] Minor
+
+ src/hb-coretext.cc | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit dc8ed45292ce4e522c3bda03fd83873da7b6591e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 19 16:46:41 2018 -0400
+
+    [morx] Implement forward/backward processing
+    
+    We reverse too many times. Can be optimized. But I doubt many fonts
+    use reverse lookups, so doesn't matter.
+    
+    Other than not applying user features, this completes morx table
+    implementation.
+
+ src/hb-aat-layout-morx-table.hh | 40 ++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 40 insertions(+)
+
+commit 3bccd62196b5dff70d446c3fe053b1b47bb9c19e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 19 16:24:34 2018 -0400
+
+    [morx] Implement horiz-only/vert-only subtables
+
+ src/hb-aat-layout-morx-table.hh | 24 +++++++++++++++++++++++-
+ 1 file changed, 23 insertions(+), 1 deletion(-)
+
+commit 041a08de3d0ca74d3e2fdccfa5311ff26a8b97e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 19 16:02:56 2018 -0400
+
+    [morx] Improve buffer position in Insertion w DontAdvance and wo
+    
+    Just speculation. Needs tests to determine which is correct behavior.
+
+ src/hb-aat-layout-morx-table.hh | 23 ++++++++++++++++++-----
+ 1 file changed, 18 insertions(+), 5 deletions(-)
+
+commit ebeccf3e63bff96b7a7766dea566704a9cbeae44
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Sep 18 17:24:30 2018 -0700
+
+    fixed char widths & standard Encoding in subset CFF
+    
+    also merged flush_n_args to flush_args into one
+    takes start index of the arguments on stack instead of count
+
+ src/hb-cff-interp-cs-common.hh | 20 +++++---------------
+ src/hb-cff1-interp-cs.hh       | 11 +++++++----
+ src/hb-cff2-interp-cs.hh       |  2 +-
+ src/hb-subset-cff1.cc          | 22 ++++++++++++++++------
+ src/hb-subset-cff2.cc          | 12 ++++++------
+ 5 files changed, 35 insertions(+), 32 deletions(-)
+
+commit bf4eb2e4cf8d08b674f81954e22b331cca2b3721
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Sep 18 15:53:37 2018 -0700
+
+    Added SourceSansPro-Regular along as CFF full-font test case
+    
+    derived "expected" subset fonts from fonttools then manually tweaked further so they resemble hb-subset output
+
+ ...ourceSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 0 -> 3640 bytes
+ .../SourceSansPro-Regular.default.61,62,63.otf         | Bin 0 -> 3400 bytes
+ .../SourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf   | Bin 0 -> 3596 bytes
+ ...ceSansPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 0 -> 3480 bytes
+ .../SourceSansPro-Regular.drop-hints.61,62,63.otf      | Bin 0 -> 3276 bytes
+ ...SourceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 0 -> 3448 bytes
+ test/subset/data/fonts/SourceSansPro-Regular.otf       | Bin 0 -> 220852 bytes
+ test/subset/data/tests/full-font.tests                 |   1 +
+ test/subset/run-tests.py                               |   4 ++--
+ test/subset/subset_test_suite.py                       |   5 +++++
+ 10 files changed, 8 insertions(+), 2 deletions(-)
+
+commit e75e7224c9c02ab99e132a51fe8801e29827cac5
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Sep 17 15:34:39 2018 -0700
+
+    include curve control points in extents
+    
+    this makes results consistent with FT
+    also optimized handling of path end points
+
+ src/hb-cff-interp-cs-common.hh |  6 +++---
+ src/hb-ot-cff1-table.cc        | 27 +++++++++++++++++++++++++--
+ 2 files changed, 28 insertions(+), 5 deletions(-)
+
+commit 98b94f8ba53276887ab583eeeb4cb097c7b84b2c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Sep 17 13:56:39 2018 -0700
+
+    fix static_assert failure in OffsetTo<TopDict>
+
+ src/hb-ot-cff2-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d050ab8d3e73debfb414fc8c9426180459150b61
+Merge: f0a4e0c2c 388ab9164
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Sep 17 13:07:29 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit f0a4e0c2ca5ee0225765590384216d5d5367de7e
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Sep 17 12:11:56 2018 -0700
+
+    fix build attempt ^3
+
+ src/hb-ot-cff1-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f0d74971aee5ce309bdfa2a4397667f14ee15f42
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Sep 17 12:02:12 2018 -0700
+
+    fix attempt ^2: unuse INT32_MAX/MIN
+
+ src/hb-ot-cff1-table.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 4d963a2711e6035e97e246241d8420273363f857
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Sep 17 11:28:33 2018 -0700
+
+    fix build attempt
+
+ src/hb-ot-cff1-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 388ab91642734e1ba0d7a4a4f29a17b15f1b249d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 17 19:29:34 2018 +0200
+
+    [morx] Implement InsertionChain
+
+ src/hb-aat-layout-morx-table.hh | 87 ++++++++++++++++-------------------------
+ 1 file changed, 33 insertions(+), 54 deletions(-)
+
+commit c0c85b852d37dad75eeef473e6dd3ec91a3b559b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Sep 17 11:14:56 2018 -0700
+
+    implemented get_glyph_extents with CFF1
+    
+    Implemented path operators in a new struct PathProc hooked up to CSOpSet
+    Added current point to CSInterpEnv
+
+ src/hb-cff-interp-common.hh    |  86 ++++++++-
+ src/hb-cff-interp-cs-common.hh | 425 +++++++++++++++++++++++++++++++++++++++--
+ src/hb-cff1-interp-cs.hh       |  18 +-
+ src/hb-cff2-interp-cs.hh       |  10 +-
+ src/hb-null.hh                 |   2 +-
+ src/hb-ot-cff1-table.cc        |  82 ++++++++
+ src/hb-ot-cff1-table.hh        |  95 +++++----
+ src/hb-ot-face.cc              |   1 +
+ src/hb-ot-face.hh              |   1 +
+ src/hb-ot-font.cc              |   2 +
+ src/hb-subset-cff1.cc          |   4 +-
+ src/hb-subset-cff2.cc          |  10 +-
+ 12 files changed, 657 insertions(+), 79 deletions(-)
+
+commit d8d1e7df0057c79f54d855b7bfec2d21f59b09e8
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Mon Sep 17 11:09:51 2018 -0400
+
+    Don't enforce a native direction for Old Hungarian
+
+ src/hb-common.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6a97d0f3d377a35ea691d15ac142ce043f953e71
+Author: Simon Hausmann <hausmann@gmail.com>
+Date:   Mon Sep 17 10:33:34 2018 +0200
+
+    Fix installation of cmake config when building with cmake (#1161)
+    
+    When building with the auto tools, the manually mantained
+    harfbuzz-config.cmake is installed. When building with cmake, we can use
+    cmake to generate the correct config files for us and install them.
+
+ CMakeLists.txt | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 606bf57430370810f7bb62ba12b9685d8943685d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 16 19:33:48 2018 +0200
+
+    Revert forcing use of single-parameter static_assert()
+    
+    Some clang versions define static_assert as a macro apparently, so we cannot
+    redefine it...
+    
+    This reverts commit 94bfea0ce6a7b4d5641c198d50751748a353df11.
+    This reverts commit 4e62627831e7457ed60ff87712570065b14b200a.
+
+ src/hb-atomic.hh                           |  4 ++--
+ src/hb-buffer.cc                           |  2 +-
+ src/hb-buffer.hh                           |  4 ++--
+ src/hb-cache.hh                            |  4 ++--
+ src/hb-coretext.cc                         |  2 +-
+ src/hb-debug.hh                            |  2 +-
+ src/hb-dsalgs.hh                           |  4 ++--
+ src/hb-machinery.hh                        |  4 ++--
+ src/hb-null.hh                             |  8 +++----
+ src/hb-open-type.hh                        |  4 ++--
+ src/hb-ot-layout-common.hh                 |  2 +-
+ src/hb-ot-layout-gdef-table.hh             |  6 +++---
+ src/hb-ot-layout.cc                        | 14 ++++++------
+ src/hb-ot-map.cc                           |  2 +-
+ src/hb-ot-math-table.hh                    |  2 +-
+ src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
+ src/hb-ot-shape-complex-indic.hh           |  2 +-
+ src/hb-ot-shape-complex-use.cc             |  2 +-
+ src/hb-set-digest.hh                       |  4 ++--
+ src/hb-set.hh                              |  6 +++---
+ src/hb-uniscribe.cc                        |  2 +-
+ src/hb.hh                                  | 34 +++++++++++++-----------------
+ util/options.cc                            |  3 ++-
+ 23 files changed, 58 insertions(+), 61 deletions(-)
+
+commit cbcaba6ffdf6b147d45baa95d62fd29cec67ed54
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 16 19:25:19 2018 +0200
+
+    One more bot fix
+
+ src/hb-unicode.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 94bfea0ce6a7b4d5641c198d50751748a353df11
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 16 19:12:19 2018 +0200
+
+    Fix build, another try
+
+ util/options.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 89dd4b959773d35981299551074ccc7a1eb332bd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 16 18:11:46 2018 +0200
+
+    Fix bots
+    
+    "Unused private member" warning turned error.  ugh.
+
+ src/hb-aat-layout-morx-table.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 4e62627831e7457ed60ff87712570065b14b200a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 16 18:09:36 2018 +0200
+
+    Enforce single-param static_assert() only
+    
+    So we don't accidentally break it again.
+
+ src/hb-atomic.hh                           |  4 ++--
+ src/hb-buffer.cc                           |  2 +-
+ src/hb-buffer.hh                           |  4 ++--
+ src/hb-cache.hh                            |  4 ++--
+ src/hb-coretext.cc                         |  2 +-
+ src/hb-debug.hh                            |  2 +-
+ src/hb-dsalgs.hh                           |  4 ++--
+ src/hb-machinery.hh                        |  4 ++--
+ src/hb-null.hh                             |  8 +++----
+ src/hb-open-type.hh                        |  4 ++--
+ src/hb-ot-layout-common.hh                 |  2 +-
+ src/hb-ot-layout-gdef-table.hh             |  6 +++---
+ src/hb-ot-layout.cc                        | 14 ++++++------
+ src/hb-ot-map.cc                           |  2 +-
+ src/hb-ot-math-table.hh                    |  2 +-
+ src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
+ src/hb-ot-shape-complex-indic.hh           |  2 +-
+ src/hb-ot-shape-complex-use.cc             |  2 +-
+ src/hb-set-digest.hh                       |  4 ++--
+ src/hb-set.hh                              |  6 +++---
+ src/hb-uniscribe.cc                        |  2 +-
+ src/hb.hh                                  | 34 +++++++++++++++++-------------
+ 22 files changed, 60 insertions(+), 56 deletions(-)
+
+commit f1a86e1e6f3906f33fc89de694a4bbbc3e40d2bc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 16 18:01:32 2018 +0200
+
+    Remove unused try
+
+ src/hb-null.hh | 13 -------------
+ 1 file changed, 13 deletions(-)
+
+commit ebd50b3c83a22a0fdba53271275b8619a23739aa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 16 17:57:12 2018 +0200
+
+    Fix static_assert
+
+ src/hb-open-type.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 10642b3fbfbc1776e784b190c43a9e0693dd423a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Sep 15 19:43:33 2018 +0200
+
+    Disallow null-enabled offsets to unsized structures...
+    
+    ...like UnsizedArrayOf<>.
+    
+    This fixes a class of crasher bugs, mostly with color and AAT tables.  We
+    cannot use nullable offsets to varsized data that does not declare min_size,
+    because it's nost safe to use our fixed-size null pool for types that have
+    their size external.  So, use non_null'able offsets for these.
+    
+    A further enhancement would be to make use of min_size in Null<> itself.
+    Will try that after.
+
+ src/hb-aat-layout-common.hh     |  8 ++++----
+ src/hb-aat-layout-feat-table.hh |  2 +-
+ src/hb-aat-layout-morx-table.hh | 10 +++++-----
+ src/hb-aat-layout-trak-table.hh |  4 ++--
+ src/hb-aat-ltag-table.hh        |  2 +-
+ src/hb-open-type.hh             |  5 +++++
+ src/hb-ot-color-cbdt-table.hh   |  4 +---
+ src/hb-ot-color-colr-table.hh   |  4 ++--
+ src/hb-ot-color-cpal-table.hh   |  8 ++++----
+ src/hb-ot-color-svg-table.hh    |  2 +-
+ src/hb-ot-layout-common.hh      | 18 ++++++++++--------
+ src/hb-ot-layout-jstf-table.hh  |  4 ++--
+ 12 files changed, 38 insertions(+), 33 deletions(-)
+
+commit 9ff76c6025b55d184c96b193f23aa935ab32f1fc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Sep 15 18:31:14 2018 +0200
+
+    [morx] Respect default feature settings
+    
+    Does NOT apply user-selected features.  But at least now enables
+    correct subtables.
+
+ src/hb-aat-layout-morx-table.hh | 34 +++++++++++++++++++++++-----------
+ 1 file changed, 23 insertions(+), 11 deletions(-)
+
+commit 2f97da6e2d6629e112789d399765d90f96952c0a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Sep 15 14:51:50 2018 +0200
+
+    [aat] Change version field
+
+ src/hb-aat-layout-morx-table.hh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 29c2bd1795b933a611512af50a14f25e25d43159
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Sep 15 14:47:18 2018 +0200
+
+    [morx] Add stub for InsertionChain
+
+ src/hb-aat-layout-morx-table.hh | 209 ++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 200 insertions(+), 9 deletions(-)
+
+commit f8ccb545c47abe8f0f4ed318ff7b5bf176913893
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 14 18:59:53 2018 +0200
+
+    [dfont] Disable null-processsing for offsets
+    
+    An offset to unsized arrayis not safe to be redirected to our fixed-sized
+    null pool.  Plus, we want to reject, not repair, bad-looking dfonts.
+
+ src/hb-open-file.hh | 8 ++++----
+ src/hb-open-type.hh | 2 +-
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 01b9148d9ae7d18228538774243e49840cfd2499
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 14 14:23:09 2018 +0200
+
+    [unicode] Move Fitzpatrick hack from ot-layout into unicode.hh
+
+ src/hb-ot-layout.hh | 12 +-----------
+ src/hb-unicode.hh   | 36 +++++++++++++++++++++++++++---------
+ 2 files changed, 28 insertions(+), 20 deletions(-)
+
+commit 6ebbf514ac90712fe089b2b64f68d1cf681edd5d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 14 12:15:53 2018 +0200
+
+    Minor
+
+ src/hb-ot-layout.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 957dbed388fc3214248f6aca65902ad277d070fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 14 12:14:42 2018 +0200
+
+    Fix builds
+
+ src/hb-aat-layout-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4653e6cf3c1ef5005886d901df30e952d57eed6c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 14 11:31:33 2018 +0200
+
+    [aat] Add enums for pre-defined state and classes
+    
+    Not sure how I didn't add before...
+
+ src/hb-aat-layout-common.hh | 19 ++++++++++++++++---
+ 1 file changed, 16 insertions(+), 3 deletions(-)
+
+commit 67449c39331babb88f7d29d737895d786cd5da33
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 14 10:58:00 2018 +0200
+
+    Don't dereference offset before check_struct()
+
+ src/hb-open-file.hh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit f2c4720ae696096d90493db218ef1283681561e7
+Merge: 1234a8136 ca746f261
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Sep 13 12:44:00 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit ca746f261e1e54cec2f9c8bc7a6f930491e19418
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 13 20:35:21 2018 +0200
+
+    [dfont] Also check dataLen range in sanitize
+    
+    Just to disagree with myself re being done with this code...
+
+ src/hb-open-file.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 3789c557ca06aef430726f4942cafecac6fe4eef
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 13 20:30:04 2018 +0200
+
+    [dfont] Solve the mystery +2 offset thing!
+    
+    Previously, ResourceForkHeader was defined as 30 bytes, having the typeCountM1 as last member.
+    There was a mysterious offset-by-2 in the code, derived from FontTools and JDK code this was
+    ported from.
+    
+    In testing, I observed that typeListZ offset is actually 28.  Suggesting that the typeCountM1
+    does NOT actually belong to ResourceForkHeader, but belongs to the array itself.  Adjusting for
+    that resolves the mystery +2 offset hack, so everything is clean and good now.
+    
+    This, concludes my dfont hacking.  The code looks great now, and I'm happy to leave it.
+    Fuzzers might disagree though, we will see!
+
+ src/hb-open-file.hh | 30 ++++++++++++------------------
+ src/hb-open-type.hh | 44 ++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 56 insertions(+), 18 deletions(-)
+
+commit effc7ced72a6ce0fea328a8b68dc3d55f09774f1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 13 20:21:54 2018 +0200
+
+    Rename HeadlessArrayOf::len to lenP1
+    
+    So it doesn't accidentally match our templates, etc.
+
+ src/hb-open-type.hh            | 14 +++++++-------
+ src/hb-ot-layout-gsub-table.hh | 10 +++++-----
+ src/hb-ot-layout-gsubgpos.hh   | 10 +++++-----
+ 3 files changed, 17 insertions(+), 17 deletions(-)
+
+commit 1234a8136891429bb7353f47480595f44615f322
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Sep 13 10:55:56 2018 -0700
+
+    add head table to CFF/CFF2
+
+ src/hb-ot-cff1-table.hh | 4 ++++
+ src/hb-ot-cff2-table.hh | 4 ++++
+ 2 files changed, 8 insertions(+)
+
+commit 180a88a96ce327e4103df3635c73559de65d1546
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 13 19:19:57 2018 +0200
+
+    [dfont] Some more
+
+ src/hb-open-file.hh | 21 ++++++++-------------
+ 1 file changed, 8 insertions(+), 13 deletions(-)
+
+commit 0ab0f1e5ac5ccb07c57364e9f5be0b991398eb6f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 13 19:13:01 2018 +0200
+
+    [dfont] Push methods further down
+
+ src/hb-open-file.hh | 58 ++++++++++++++++++++++++++++++-----------------------
+ 1 file changed, 33 insertions(+), 25 deletions(-)
+
+commit 8c9bdcc1feeab321a642bdaac50b716e48ce4263
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 13 19:08:22 2018 +0200
+
+    [dfont] Minor
+
+ src/hb-open-file.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 4479d3a2eda57d278700f5c78414ef6ef617d2a9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 13 19:05:59 2018 +0200
+
+    [dfon]t Sanitize OpenTypeFontFace
+
+ src/hb-dsalgs.hh    |  6 ------
+ src/hb-open-file.hh | 21 +++++++++------------
+ 2 files changed, 9 insertions(+), 18 deletions(-)
+
+commit 3fba41906fba28c5ea01cc0749654de862453bf4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 13 18:49:16 2018 +0200
+
+    [dfont] Minor
+
+ src/hb-open-file.hh | 9 +++------
+ 1 file changed, 3 insertions(+), 6 deletions(-)
+
+commit bf852f0e62a8bdbb809af6a975f8ae8eed708d70
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 13 18:47:53 2018 +0200
+
+    [dfont] Make test pass
+    
+    Offset 0 is not null in this context.
+
+ src/hb-open-file.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 29faebe911a13916aa3d737e93d38deedc53567f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 13 18:45:35 2018 +0200
+
+    Allow Offset<>'s that have no 0==null
+
+ src/hb-open-type.hh | 43 +++++++++++++++++++++----------------------
+ 1 file changed, 21 insertions(+), 22 deletions(-)
+
+commit 82f4d776c21b7c1224dd7073ce69cdf76d85f16b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 13 18:27:20 2018 +0200
+
+    [dfont] Minor
+
+ src/hb-open-file.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 07e0ca930c29757217c2f9e4e0e6954657b6b82d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 13 17:39:09 2018 +0200
+
+    [bytes] Rename content to arrayZ
+
+ src/hb-dsalgs.hh        | 16 ++++++++--------
+ src/hb-ot-post-table.hh |  2 +-
+ 2 files changed, 9 insertions(+), 9 deletions(-)
+
+commit dbb764dceb61365b7360a48d581ba5a4b3526e98
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 13 16:49:26 2018 +0200
+
+    [dfont] Clean up sanitize()
+    
+    I don't think I broke anything.  Fuzzers will let me know..
+
+ src/hb-dsalgs.hh    |   8 ++++
+ src/hb-open-file.hh | 122 ++++++++++++++++++++++++----------------------------
+ 2 files changed, 64 insertions(+), 66 deletions(-)
+
+commit 361fc2686152ad8c0ebaf19e0522e0fc58ba3953
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 13 16:47:33 2018 +0200
+
+    Fix OffsetTo::sanitize() after reshuffling
+
+ src/hb-open-type.hh | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit 4c6b0fb5f6668a6e562260d16f629ad3c41e8961
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 13 16:39:30 2018 +0200
+
+    OffsetTo::sanitize() Add version with three user_data
+
+ src/hb-open-type.hh | 18 +++++++++++++-----
+ 1 file changed, 13 insertions(+), 5 deletions(-)
+
+commit a73bea69c599787b4cfeac92a3afd00749e00434
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 13 16:31:31 2018 +0200
+
+    OffsetTo::sanitize() more shuffling
+
+ src/hb-open-type.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit b482e5231cd5987082dd2c05fd649c3653f3c67a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Sep 13 16:29:49 2018 +0200
+
+    OffsetTo::sanitize() reshuffling
+
+ src/hb-open-type.hh | 26 +++++++++++++++++++-------
+ 1 file changed, 19 insertions(+), 7 deletions(-)
+
+commit 3cae9c75153277b9cfaaba20e0de84e420aeb1eb
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Sep 12 17:23:08 2018 -0700
+
+    fixed hb_plan_subset_cff_fdselect
+    
+    FDSelect3/4 sentinel size wasn't taken into account
+
+ src/hb-subset-cff-common.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0f159a38a62bbf1b7fb267694a5d91d8135da625
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Sep 12 16:08:54 2018 -0700
+
+    fixed serialize_fdselect_3_4
+
+ src/hb-ot-cff-common.hh     |  6 ++++
+ src/hb-ot-cff1-table.hh     |  6 ----
+ src/hb-subset-cff-common.cc | 68 ++++++++++++++++++++++++++-------------------
+ src/hb-subset-cff-common.hh | 10 +++----
+ src/hb-subset-cff1.cc       | 12 ++++----
+ src/hb-subset-cff2.cc       | 12 ++++----
+ 6 files changed, 63 insertions(+), 51 deletions(-)
+
+commit 1608481d88919ca748e367146e3a78458d5bbe8f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Sep 12 13:22:19 2018 -0700
+
+    fixed bugs in Charset serialization
+    
+    also some code cleanup
+
+ src/hb-ot-cff1-table.hh |  4 ++--
+ src/hb-subset-cff1.cc   | 44 ++++++++++++++++++++------------------------
+ 2 files changed, 22 insertions(+), 26 deletions(-)
+
+commit f45ac6296add6435ea5a902f7519187414aa8092
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Sep 11 22:41:50 2018 -0700
+
+    fixed name mixup in Remap::reset
+    
+    it was causing inconsistent Strings Index subset results
+
+ src/hb-ot-cff-common.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 497e7fb264ec5cb799c038cbe693b70410b18da3
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Sep 11 16:47:55 2018 -0700
+
+    misc bug fixes
+    
+    Added OpCode_FontMatrix to TopDictOpSet (yet to parse values)
+    fixed a wrong assert in encode_int
+
+ src/hb-cff-interp-dict-common.hh | 3 +++
+ src/hb-subset-cff-common.hh      | 2 +-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit 5b453f77f804cd8421a45d8276ed3e04041da23c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Sep 11 16:20:39 2018 -0700
+
+    fixed off-by-one error with offSize
+
+ src/hb-ot-cff-common.hh | 5 +++--
+ src/hb-subset-cff1.cc   | 4 ++--
+ src/hb-subset-cff2.cc   | 2 +-
+ 3 files changed, 6 insertions(+), 5 deletions(-)
+
+commit 1499029a9695e26beaf72e11287be60ad9e40cfe
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Sep 11 13:56:52 2018 -0700
+
+    fixed a bug
+
+ src/hb-cff-interp-dict-common.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0bd5912a08698fb7880e1354e45bf63ef45125a5
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Sep 11 13:24:27 2018 -0700
+
+    make parse_bcd locale free
+
+ src/hb-cff-interp-dict-common.hh | 92 +++++++++++++++++++++++++++++-----------
+ 1 file changed, 68 insertions(+), 24 deletions(-)
+
+commit bb38d0f66388ec37ee9b0e81176d60c66fc17a19
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Sep 11 10:43:15 2018 -0700
+
+    Implement parse_bcd
+
+ src/hb-cff-interp-common.hh      | 15 --------------
+ src/hb-cff-interp-dict-common.hh | 44 ++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 44 insertions(+), 15 deletions(-)
+
+commit 45e564a51917475ef6481825a6efb5b99bf1912e
+Merge: c6f75c304 d5c509272
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Sep 11 09:46:37 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit bd75fd45cdbd0edb24568326bb7fde59d299a82c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 18:12:26 2018 +0200
+
+    [dfont] Some renaming, plus add link to reference doc
+
+ src/hb-open-file.hh | 79 ++++++++++++++++++++++++-----------------------------
+ 1 file changed, 35 insertions(+), 44 deletions(-)
+
+commit 4134ec1307bbaff24972e238bc5e4a403cd3f1c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 17:56:03 2018 +0200
+
+    [dfont] Sanitize only sfnt resources as OpenTypeFontFile
+
+ src/hb-open-file.hh | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+commit 6b5e4d07adb6b739dc294da513c4a7acd03977f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 17:26:24 2018 +0200
+
+    [dfont] Minor
+
+ src/hb-open-file.hh | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+commit d5c509272f2fbd1b4c56e3b530da7e42e7f03901
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 17:18:21 2018 +0200
+
+    [dfont] Fix test expecatation and minor touch up
+    
+    I have no way to authoritatively know, but looks like test font only has one
+    face.  So, adjust test expectation instead.
+
+ src/hb-open-file.hh                                | 18 ++++++------------
+ test/shaping/data/in-house/tests/collections.tests |  2 +-
+ 2 files changed, 7 insertions(+), 13 deletions(-)
+
+commit 2b2ed1e536061cfd3a0f29522118f42b451678bd
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jul 2 17:26:43 2018 +0430
+
+    [dfont] Add test
+
+ test/shaping/data/in-house/Makefile.sources        |   1 +
+ test/shaping/data/in-house/fonts/TestDFONT.dfont   | Bin 0 -> 3505 bytes
+ test/shaping/data/in-house/fonts/TestTTC.ttc       | Bin 0 -> 2608 bytes
+ test/shaping/data/in-house/tests/collections.tests |   6 ++++++
+ 4 files changed, 7 insertions(+)
+
+commit 9479ffefbfa3ea4ee39747e34177d26ab1ebbec9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 16:41:26 2018 +0200
+
+    [dfont] Re-enable and fix offset handling
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/1085
+
+ src/hb-face.cc      |  5 +++--
+ src/hb-open-file.hh | 19 +++++++++++++------
+ 2 files changed, 16 insertions(+), 8 deletions(-)
+
+commit a1814e2bec3a43b9eeb4d50a67daae3fc52fd0a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 14:45:23 2018 +0200
+
+    Whitespace
+
+ src/hb-open-file.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 383060cc3354e12611dec3082a6fe08fdb25f652
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 14:41:19 2018 +0200
+
+    [ft] Invalidate advance cache if font size changed
+
+ src/hb-ft.cc | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit 54998befc43ef38e47b74b3153380adbcf6279d4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 14:35:26 2018 +0200
+
+    [ft] Cache advances
+    
+    I decided to always use the cache, instead of my previous sketch direction
+    that was to only allocate and use cache if fast advances are not available.
+    The cache is a mere 1kb, so just use it...
+    
+    TODO: Invalidate cache on font size change.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/651
+    Fixes https://github.com/harfbuzz/harfbuzz/pull/1082
+
+ src/hb-cache.hh |  2 +-
+ src/hb-ft.cc    | 37 +++++++++++++++++--------------------
+ 2 files changed, 18 insertions(+), 21 deletions(-)
+
+commit f90bab8560816b60b4b3f2379b36c08756b21e6c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 14:21:15 2018 +0200
+
+    [util] Add --ft-load-flags
+    
+    Useful for performance testing.
+    
+    Not hooked to cairo yet.  Just changes shaping, not rasterization.
+
+ util/helper-cairo.cc | 2 +-
+ util/options.cc      | 4 ++++
+ util/options.hh      | 2 ++
+ 3 files changed, 7 insertions(+), 1 deletion(-)
+
+commit 93f7596254808d567b9e1e01fb4855efcd34677c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 14:11:10 2018 +0200
+
+    [util] Add -n shorthand for --num-iterations
+    
+    Meh.
+
+ util/options.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 047a84c5dd76cdfc072de25c572e30866f87a1f7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 14:05:16 2018 +0200
+
+    [ft] Towards caching slow get_h_advance results
+    
+    Related to https://github.com/harfbuzz/harfbuzz/pull/1082
+
+ src/hb-ft.cc | 24 ++++++++++++++++++++----
+ 1 file changed, 20 insertions(+), 4 deletions(-)
+
+commit 237f21537842e6b471cdd6c86b98edfc0da0756c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 13:05:47 2018 +0200
+
+    [ft] Add advances() callback
+
+ src/hb-ft.cc | 27 +++++++++++++++++++++++++++
+ 1 file changed, 27 insertions(+)
+
+commit cbea7d49ab8d4765a2d72dcbf608d326bdf9af3d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 12:56:17 2018 +0200
+
+    [ot-font] Rename
+
+ src/hb-ot-font.cc | 74 +++++++++++++++++++++++++++----------------------------
+ 1 file changed, 37 insertions(+), 37 deletions(-)
+
+commit d8a67dac2a673138bb4d41cd7eab97c9ee987958
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 12:55:54 2018 +0200
+
+    [ot-font] Add advances() callbacks
+
+ src/hb-ot-font.cc | 43 ++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 42 insertions(+), 1 deletion(-)
+
+commit 0ea42e117ba2c76e118974fe114ae5d9ceef5743
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 12:22:42 2018 +0200
+
+    [cache] Minor
+
+ src/hb-cache.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0f520adaacca3c7b6d8e84a7722343184105f612
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 12:02:34 2018 +0200
+
+    Revert "Remove unused hb_cache_t"
+    
+    This reverts commit 473b17af4d421f4ce7ac18c769731bb2aa4088f8.
+    
+    Updates to recent changes.
+
+ src/Makefile.sources |  1 +
+ src/hb-cache.hh      | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ft.cc         |  1 +
+ 3 files changed, 77 insertions(+)
+
+commit cfdea884754ed40ffa5cc00cb1ecaa86cb46a394
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 10:57:48 2018 +0200
+
+    [random] Switch to 32bit RNG
+
+ src/hb-ot-layout-gsubgpos.hh                | 7 ++++---
+ test/shaping/data/in-house/tests/rand.tests | 4 ++--
+ 2 files changed, 6 insertions(+), 5 deletions(-)
+
+commit 08260c708ae6adc4efa9bde5e9ede01b7e4d42cc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 10:51:19 2018 +0200
+
+    [random] Shuffle
+
+ src/hb-ot-layout-gsub-table.hh | 5 +----
+ src/hb-ot-layout-gsubgpos.hh   | 6 ++++++
+ 2 files changed, 7 insertions(+), 4 deletions(-)
+
+commit 71c9f84e7c0afe41a8987b8a4ebc2b45a22fac56
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 10 22:37:19 2018 +0200
+
+    Make --features rand=1 available to the user
+    
+    Use rand=255 to mean "randomize".
+    
+    Part of https://github.com/harfbuzz/harfbuzz/pull/803
+
+ src/hb-ot-layout-gsub-table.hh | 11 ++++-------
+ src/hb-ot-layout-gsubgpos.hh   |  1 +
+ src/hb-ot-map.cc               |  4 ++--
+ src/hb-ot-map.hh               |  3 +++
+ src/hb-ot-shape.cc             |  2 +-
+ 5 files changed, 11 insertions(+), 10 deletions(-)
+
+commit cc1c4fdf88f6953dcd07fb42ee963404657cdef4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 10 16:36:05 2018 +0200
+
+    Respect user's wish if they set rand feature manually
+    
+    Except if the set it to 1, which would mean "randomize"... Ugly.
+
+ src/hb-ot-layout-gsub-table.hh | 30 ++++++++++++++++--------------
+ 1 file changed, 16 insertions(+), 14 deletions(-)
+
+commit 80de4bcd2677bfb0907ea7059524f918b109ac37
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 10 16:24:52 2018 +0200
+
+    Minor clean up of 'rand' patchset
+
+ src/hb-ot-layout-gsub-table.hh              |  7 +++++--
+ src/hb-ot-layout-gsubgpos.hh                |  7 ++++---
+ src/hb-ot-shape.cc                          | 13 ++++++-------
+ test/shaping/data/in-house/tests/rand.tests |  2 +-
+ 4 files changed, 16 insertions(+), 13 deletions(-)
+
+commit b545e27d8891f1e7f1fd034dd84abe44c839c380
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Fri Feb 23 12:22:32 2018 -0500
+
+    Don't seed the RNG from the contents of the buffer
+
+ src/hb-ot-layout-gsubgpos.hh                | 7 ++-----
+ src/hb-ot-layout.cc                         | 5 +----
+ test/shaping/data/in-house/tests/rand.tests | 2 +-
+ 3 files changed, 4 insertions(+), 10 deletions(-)
+
+commit 2de96e846844d21888af6893378b21a33fc19232
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Sat Jan 27 19:48:38 2018 -0500
+
+    Test 'rand'
+
+ test/shaping/data/in-house/Makefile.sources              |   1 +
+ .../fonts/5bb74492f5e0ffa1fbb72e4c881be035120b6513.ttf   | Bin 0 -> 1352 bytes
+ test/shaping/data/in-house/tests/rand.tests              |   3 +++
+ 3 files changed, 4 insertions(+)
+
+commit f05df643b44d9bbfd742e93f02c235fc821190d0
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Fri Jan 26 21:36:15 2018 -0500
+
+    Allow requesting a specific glyph for 'rand'
+    
+    Randomization only happens by default. If the user specifies a value for
+    'rand', that value is respected.
+
+ src/hb-ot-map.cc   | 3 ++-
+ src/hb-ot-map.hh   | 4 +++-
+ src/hb-ot-shape.cc | 7 ++++++-
+ 3 files changed, 11 insertions(+), 3 deletions(-)
+
+commit c2a75e07e54314f6c611dda0f050ed5f09909e43
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Thu Jan 25 14:22:03 2018 -0500
+
+    Implement 'rand'
+
+ src/hb-ot-layout-gsub-table.hh | 19 ++++++++++++-------
+ src/hb-ot-layout-gsubgpos.hh   |  8 ++++++++
+ src/hb-ot-layout.cc            |  8 ++++++++
+ src/hb-ot-map.cc               |  7 +++++--
+ src/hb-ot-map.hh               |  4 +++-
+ src/hb-ot-shape.cc             |  1 +
+ 6 files changed, 37 insertions(+), 10 deletions(-)
+
+commit c6f75c3049685440d166bd4169b36abac2df4fdd
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Sep 10 17:02:31 2018 -0700
+
+    fix build attempt
+
+ src/hb-ot-cff1-table.hh | 70 ++++++++++++++++++++++++-------------------------
+ src/hb-subset-cff1.cc   | 16 +++++------
+ 2 files changed, 43 insertions(+), 43 deletions(-)
+
+commit 96471fe8593575deceb44d3757c227f65f10a25e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 01:39:23 2018 +0200
+
+    [uniscribe] Fix build
+
+ src/hb-uniscribe.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cc52e53cf0cb76809145ae7407a8b613e9e61153
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Sep 10 16:27:49 2018 -0700
+
+    Removed unused subr subset code
+
+ src/hb-subset-cff-common.hh | 98 ++-------------------------------------------
+ src/hb-subset-cff1.cc       | 92 +++++-------------------------------------
+ src/hb-subset-cff2.cc       | 90 ++++-------------------------------------
+ 3 files changed, 22 insertions(+), 258 deletions(-)
+
+commit becd84aa2f2902ea9d2d1677b28945e103a68816
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 01:26:18 2018 +0200
+
+    Add HB_FEATURE_GLOBAL_START/END
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1141
+    
+    New API:
+    HB_FEATURE_GLOBAL_START
+    HB_FEATURE_GLOBAL_END
+
+ docs/harfbuzz-sections.txt |  2 ++
+ src/hb-common.cc           |  4 ++--
+ src/hb-common.h            | 13 +++++++++++++
+ 3 files changed, 17 insertions(+), 2 deletions(-)
+
+commit 13a8786c7c580651d8a6db9345b9aa85ca8ed956
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 01:07:06 2018 +0200
+
+    Add (unused) hb_array_t<>
+
+ src/hb-dsalgs.hh | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit bccf3e1827eec07433340eea705597201b6d0a32
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Sep 11 01:04:50 2018 +0200
+
+    Minor
+
+ src/hb-open-type.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit dff2c45f1e2a30767f6813d3cb6a70978d98d424
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 10 23:29:26 2018 +0200
+
+    Port rest from VAR to UnsizedArrayOf<>
+
+ src/hb-aat-layout-common.hh     | 14 +++++++-------
+ src/hb-aat-layout-morx-table.hh | 16 ++++++++--------
+ src/hb-open-type.hh             | 10 +++++-----
+ src/hb-ot-cmap-table.hh         |  8 +++++---
+ src/hb-ot-color-cbdt-table.hh   | 16 ++++++++--------
+ src/hb-ot-glyf-table.hh         | 10 +++++-----
+ src/hb-ot-hdmx-table.hh         | 30 +++++++++++++-----------------
+ src/hb-ot-hmtx-table.hh         |  8 ++++----
+ src/hb-ot-kern-table.hh         | 20 ++++++++++----------
+ src/hb-ot-layout-common.hh      |  9 +++++----
+ src/hb-ot-layout-gpos-table.hh  | 26 +++++++++++++-------------
+ src/hb-ot-math-table.hh         | 36 +++++++++++++++++++-----------------
+ src/hb-ot-maxp-table.hh         |  2 +-
+ src/hb-ot-name-table.hh         | 13 +++++++------
+ src/hb-ot-post-table.hh         |  5 +++--
+ 15 files changed, 113 insertions(+), 110 deletions(-)
+
+commit 1666b89e300c86347dc82131423463cbfed8cc0f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Sep 10 16:00:20 2018 -0700
+
+    subset CFF1 String Index
+    
+    Repurposed FDMap as Remap then subclassed for remapping SIDs
+    misc code cleanup
+
+ src/hb-cff-interp-common.hh      |   2 -
+ src/hb-cff-interp-dict-common.hh |  12 +-
+ src/hb-ot-cff-common.hh          |  96 +++++++++--
+ src/hb-ot-cff1-table.hh          | 251 +++++++++++++++++++----------
+ src/hb-ot-cff2-table.hh          |  12 +-
+ src/hb-subset-cff-common.cc      |  24 +--
+ src/hb-subset-cff-common.hh      |  20 ++-
+ src/hb-subset-cff1.cc            | 334 ++++++++++++++++++++++++++++++++-------
+ src/hb-subset-cff2.cc            |   8 +-
+ 9 files changed, 565 insertions(+), 194 deletions(-)
+
+commit 9507b05a7a65962d5d02eb424e4f5d8570976f4e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 10 23:18:07 2018 +0200
+
+    Simplify sanitize->check_array()
+    
+    Fix a bug in CBDT sanitize, and redundant check in avar.
+
+ src/hb-aat-layout-common.hh     | 10 ++++------
+ src/hb-aat-layout-morx-table.hh |  2 +-
+ src/hb-machinery.hh             |  3 ++-
+ src/hb-open-type.hh             |  6 +++---
+ src/hb-ot-color-cbdt-table.hh   |  4 ++--
+ src/hb-ot-kern-table.hh         |  2 +-
+ src/hb-ot-layout-common.hh      |  2 +-
+ src/hb-ot-layout-gpos-table.hh  |  8 ++++----
+ src/hb-ot-layout-gsubgpos.hh    |  4 ++--
+ src/hb-ot-math-table.hh         |  8 ++------
+ src/hb-ot-name-table.hh         |  2 +-
+ src/hb-ot-var-avar-table.hh     |  4 ++--
+ src/hb-ot-var-fvar-table.hh     |  2 +-
+ src/hb-ot-var-hvar-table.hh     |  2 +-
+ src/hb-ot-var-mvar-table.hh     |  2 +-
+ 15 files changed, 28 insertions(+), 33 deletions(-)
+
+commit bc485a98122131efc4768fef9147823f2bce146b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 10 23:02:24 2018 +0200
+
+    Port some VAR arrays to UnsizedArrayOf<>
+    
+    Fix avar sanitize().
+
+ src/hb-ot-layout-gsubgpos.hh | 59 +++++++++++++++++++++++---------------------
+ src/hb-ot-var-avar-table.hh  | 10 +++++---
+ src/hb-ot-var-fvar-table.hh  |  7 +++---
+ src/hb-ot-var-hvar-table.hh  |  9 ++++---
+ src/hb-ot-var-mvar-table.hh  |  9 ++++---
+ 5 files changed, 51 insertions(+), 43 deletions(-)
+
+commit 1bc7a8d6c4deb9fa6e010d7be08b68cad88579ae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 10 22:51:26 2018 +0200
+
+    [indic] Cache hb_options().uniscribe_bug_compatible on indic_plan
+
+ src/hb-ot-shape-complex-indic.cc | 10 +++++++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+commit 24f1d9622489a016904314a5d4e3c637da2e1c77
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 10 18:19:37 2018 +0200
+
+    Unbreak HB_OPTIONS
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1154
+
+ src/hb-debug.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit e46c51f1e985ac9c0ffa90fda4ea436d54b4009c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 10 17:38:19 2018 +0200
+
+    [indic] Do NOT allow matra after Halant,ZWJ
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/556
+    
+    Devanagari regresses 12 tests, and Gujarati 2.  See:
+    
+      https://github.com/harfbuzz/harfbuzz/issues/556#issuecomment-419957472
+    
+    New numbers:
+    
+    BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
+    DEVANAGARI: 707299 out of 707394 tests passed. 95 failed (0.0134296%)
+    GUJARATI: 366353 out of 366457 tests passed. 104 failed (0.0283799%)
+    GURMUKHI: 60729 out of 60747 tests passed. 18 failed (0.0296311%)
+    KANNADA: 951300 out of 951913 tests passed. 613 failed (0.0643966%)
+    MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
+    ORIYA: 42327 out of 42329 tests passed. 2 failed (0.00472489%)
+    SINHALA: 271596 out of 271847 tests passed. 251 failed (0.0923313%)
+    TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
+    TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
+
+ src/hb-ot-shape-complex-indic-machine.hh | 1688 ++++++++++++++----------------
+ src/hb-ot-shape-complex-indic-machine.rl |    2 +-
+ 2 files changed, 784 insertions(+), 906 deletions(-)
+
+commit 5dfd6e07626a9022a995eb7fa16767eff66c6047
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 10 15:45:32 2018 +0200
+
+    Fix sanitize or Context Rule
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1110
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 20a11a824d2a07a8544649477ad03e809bdd8e19
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 10 13:56:28 2018 +0200
+
+    Revert "[subset] Disable GSUB/GPOS subsetting for now"
+    
+    This reverts commit 616fd34a69bb69bc35c7e4ea939e71c3ea2e92cb.
+
+ src/hb-subset.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 54d332dd9b0263821376161cdffb60ffb3c7847f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 10 11:37:24 2018 +0200
+
+    1.9.0
+
+ NEWS             | 19 +++++++++++++++++++
+ configure.ac     |  2 +-
+ src/hb-face.cc   | 10 +++++-----
+ src/hb-unicode.h |  5 +++++
+ src/hb-version.h |  6 +++---
+ 5 files changed, 33 insertions(+), 9 deletions(-)
+
+commit 616fd34a69bb69bc35c7e4ea939e71c3ea2e92cb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 10 11:19:49 2018 +0200
+
+    [subset] Disable GSUB/GPOS subsetting for now
+    
+    So I can get a release out.  I haven't debugged those yet, and they
+    are producing bad tables.
+
+ src/hb-subset.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d42f0e5809964136911cbbd845bc423a8dfd5e31
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 10 11:05:33 2018 +0200
+
+    [atomic] Fix pointer type passed to InterlockedExchangeAdd()
+    
+    John Emmas reported on mailing list that build with MSVC is failing.
+    Not sure why bots don't catch it, but this should fix.
+
+ src/hb-atomic.hh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit fda994e1d45c4d34601af7272f37ea257f92a3d8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 7 15:02:57 2018 -0400
+
+    Use enum instead of "static const" in class scope
+    
+    Technically, static const needs an out-of-class definition.  Eg:
+    
+      CXXLD    libharfbuzz-subset.la
+    Undefined symbols for architecture x86_64:
+      "OT::FeatureVariationRecord::min_size", referenced from:
+          bool OT::GSUBGPOS::subset<OT::PosLookup>(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o
+          bool OT::GSUBGPOS::subset<OT::SubstLookup>(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o
+      "OT::Record<OT::LangSys>::min_size", referenced from:
+          OT::Script::subset(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o
+      "OT::IntType<unsigned short, 2u>::min_size", referenced from:
+          OT::Script::subset(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o
+          OT::RecordListOf<OT::Feature>::subset(hb_subset_context_t*) const  in libharfbuzz_subset_la-hb-subset.o
+    ld: symbol(s) not found for architecture x86_64
+    collect2: ld returned 1 exit status
+    make[4]: *** [libharfbuzz-subset.la] Error 1
+    make[3]: *** [all-recursive] Error 1
+    make[2]: *** [all] Error 2
+    make[1]: *** [all-recursive] Error 1
+    make: *** [all] Error 2
+    Exited with code 2
+
+ src/hb-buffer.hh           |  2 +-
+ src/hb-machinery.hh        |  8 ++++----
+ src/hb-open-file.hh        |  2 +-
+ src/hb-open-type.hh        |  2 +-
+ src/hb-ot-layout-common.hh |  2 +-
+ src/hb-ot-layout.cc        |  4 ++--
+ src/hb-set-digest.hh       |  4 ++--
+ src/hb-set.hh              | 12 ++++++------
+ 8 files changed, 18 insertions(+), 18 deletions(-)
+
+commit 1e88b1755c37eaa171c08f7bedb93f110238c80f
+Merge: 22b88632d ebe67137a
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Sep 7 10:50:55 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit ebe67137ab3559c2c6aaf53442ca223cb34df5af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 7 10:46:13 2018 -0400
+
+    Try fixing bots
+
+ src/hb-ot-layout-common.hh | 32 ++++++++++++++++++--------------
+ 1 file changed, 18 insertions(+), 14 deletions(-)
+
+commit 5f17dbc3025093308d2191a4abd2eec24db35c0e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Sep 7 10:24:22 2018 -0400
+
+    [subset] Fix div-by-zero
+
+ src/hb-subset.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 22b88632d5bd3676642b0a1d93f27e47438c140b
+Merge: 2a74536aa 21bf14705
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Sep 6 22:27:44 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit 2a74536aae443a8b7f23ed018dec14a013c04dfe
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Sep 6 18:26:13 2018 -0700
+
+    fix build attempt ^2
+    
+    Added hb-ot-cff1-table.cc to hb-subset sources
+    Deleted unused variable (charset)
+
+ src/Makefile.sources  | 1 +
+ src/hb-subset-cff1.cc | 1 -
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit 55268df9d4b287883c8266e316cda44f4011f424
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Sep 6 17:56:05 2018 -0700
+
+    fix build attempt
+    
+    Added HB_INTERNAL to static funtion declarations
+
+ src/hb-ot-cff1-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit aca73c9df2054f62cf10a5c27bc5fa7823747f8b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Sep 6 17:28:15 2018 -0700
+
+    subset CFF1 Encoding & Charset
+    
+    fixed misc Charset bugs
+    added source file hb-ot-cff1.table.cc
+    renamed things for clarity & consistency
+
+ src/Makefile.sources             |   1 +
+ src/hb-cff-interp-dict-common.hh |  15 +-
+ src/hb-ot-cff-common.hh          |  34 ++--
+ src/hb-ot-cff1-table.cc          | 130 +++++++++++++
+ src/hb-ot-cff1-table.hh          | 403 ++++++++++++++++++++++++++++++++-------
+ src/hb-ot-cff2-table.hh          |  24 +--
+ src/hb-subset-cff1.cc            | 247 ++++++++++++++++++++----
+ src/hb-subset-cff2.cc            |  30 +--
+ 8 files changed, 737 insertions(+), 147 deletions(-)
+
+commit 21bf147054f6b5bd1c430c0e02a8c4058ed229a1
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Sep 5 18:04:52 2018 -0700
+
+    [subset] Fix hdmx subsetted size calculation.
+
+ src/hb-ot-hdmx-table.hh                         |  14 ++++++++++----
+ test/api/fonts/Roboto-Regular.multihdmx.a.ttf   | Bin 0 -> 2052 bytes
+ test/api/fonts/Roboto-Regular.multihdmx.abc.ttf | Bin 0 -> 2468 bytes
+ test/api/test-subset-hdmx.c                     |  20 ++++++++++++++++++++
+ 4 files changed, 30 insertions(+), 4 deletions(-)
+
+commit 1e6599f59680c81356b2e9ddddb61252490337a0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 5 19:29:42 2018 -0700
+
+    Fix older compilers re '>>' at nested template declarations
+
+ src/hb-ot-layout-gsub-table.hh | 8 ++++----
+ src/hb-subset.cc               | 2 +-
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit a1e5e07c735091e82d66ac56a4e27341f589369d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Sep 5 16:24:28 2018 -0700
+
+    [subset] Hook up GSUB/GPOS, but still disabled
+    
+    They are still in the drop list.
+
+ src/hb-ot-hdmx-table.hh |  3 +-
+ src/hb-subset.cc        | 75 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 77 insertions(+), 1 deletion(-)
+
+commit 0d160d5ff5158fd4190201becd652c8f28ef4430
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 3 20:50:11 2018 -0700
+
+    [subset] Implement subsetting of SingleSubst
+
+ src/hb-machinery.hh            |  2 ++
+ src/hb-null.hh                 | 43 +++++++++++++++++++-----------
+ src/hb-ot-layout-gsub-table.hh | 59 +++++++++++++++++++++++++++++++++++-------
+ src/hb-vector.hh               |  2 ++
+ 4 files changed, 81 insertions(+), 25 deletions(-)
+
+commit 5ea03d2951375bfcc1258c2c0b5c33efc6ebf7f8
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Sep 4 11:29:15 2018 -0700
+
+    fix build by untemplatizing DictOpSet & DictVal
+    
+    as they aren't instantiated with BlendArg (yet)
+
+ src/hb-cff-interp-dict-common.hh | 21 +++++++++------------
+ src/hb-cff2-interp-cs.hh         |  1 -
+ src/hb-ot-cff1-table.hh          |  8 ++++----
+ src/hb-ot-cff2-table.hh          | 16 ++++++++--------
+ src/hb-subset-cff-common.hh      |  4 ++--
+ 5 files changed, 23 insertions(+), 27 deletions(-)
+
+commit f2d299b0b75fd110cdc6b16de31e7212e292cc14
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Tue Sep 4 10:25:21 2018 -0700
+
+    Drop hints from CFF2 charstrings
+    
+    Templatized ArgStack so it may store the default value along with blend deltas as BlendArg while parsing blend operator arguments in CFF2 charstring
+    Added get_region_count() method to VarRegionList & VariationStore
+
+ src/hb-cff-interp-common.hh | 67 +++++++++++++++++++++++++++------
+ src/hb-cff1-interp-cs.hh    |  5 ++-
+ src/hb-cff2-interp-cs.hh    | 91 +++++++++++++++++++++++++++++++++++++++------
+ src/hb-ot-cff2-table.hh     | 22 ++++++-----
+ src/hb-ot-layout-common.hh  |  6 +++
+ src/hb-subset-cff-common.hh | 60 ++++++++++++++++--------------
+ src/hb-subset-cff1.cc       |  5 ++-
+ src/hb-subset-cff2.cc       | 54 ++++++++++++++++++++++-----
+ 8 files changed, 235 insertions(+), 75 deletions(-)
+
+commit 3f00d0b0df14d69859b15568ff28a810d08f59ea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 3 18:54:32 2018 -0700
+
+    [subset] Keep glyph set in plan
+    
+    Should remove the vector version at some point...
+
+ src/hb-subset-plan.cc | 19 ++++++++++---------
+ src/hb-subset-plan.hh |  3 +--
+ 2 files changed, 11 insertions(+), 11 deletions(-)
+
+commit dc50493a8da05d6561242136d63cae836486c150
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 3 18:23:23 2018 -0700
+
+    [subset] Towards subsetting SingleSubstFormat1
+    
+    Why does subset plan not have a hb_set_t of glyphs?
+
+ src/hb-machinery.hh            | 10 +++++++++-
+ src/hb-ot-layout-gsub-table.hh | 12 +++++++++++-
+ 2 files changed, 20 insertions(+), 2 deletions(-)
+
+commit 339d3603b916cebf24ff86d9842b766261e1b262
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 3 17:33:34 2018 -0700
+
+    [subset] Wire up subset() call down to subtables
+
+ src/hb-ot-layout-common.hh     | 36 +++++++++++++++++++++++
+ src/hb-ot-layout-gpos-table.hh | 67 +++++++++++++++++++++++++++++++++++++++---
+ src/hb-ot-layout-gsub-table.hh | 54 ++++++++++++++++++++++++++++------
+ src/hb-ot-layout-gsubgpos.hh   | 42 ++++++++++++++++++++++++++
+ 4 files changed, 186 insertions(+), 13 deletions(-)
+
+commit 7b2ef551da0d53cd94106035b1f065a759cf3cd5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 3 17:16:09 2018 -0700
+
+    Templatize Lookup::sanitize()
+
+ src/hb-ot-layout-common.hh     | 40 ++++++++++++++++++++++++++++------------
+ src/hb-ot-layout-gpos-table.hh |  7 ++-----
+ src/hb-ot-layout-gsub-table.hh | 25 +++----------------------
+ 3 files changed, 33 insertions(+), 39 deletions(-)
+
+commit 9c3747c5e50423e0a7202f249728d5c5b2b09073
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 3 16:53:03 2018 -0700
+
+    [subset] More
+
+ src/hb-ot-layout-gpos-table.hh | 10 +++++----
+ src/hb-ot-layout-gsub-table.hh | 48 +++++++++++++++++++++---------------------
+ src/hb-ot-layout-gsubgpos.hh   | 22 +++++++++++++------
+ 3 files changed, 45 insertions(+), 35 deletions(-)
+
+commit 6d618522d63a94230ad708fc49c1c73927da0137
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 3 16:41:28 2018 -0700
+
+    Templatize GSUBGPOS::sanitize()
+
+ src/hb-ot-layout-gpos-table.hh |  6 +-----
+ src/hb-ot-layout-gsub-table.hh | 14 +++++---------
+ src/hb-ot-layout-gsubgpos.hh   |  4 +++-
+ 3 files changed, 9 insertions(+), 15 deletions(-)
+
+commit 49c44b58f6c2536ea5f403c54a40cab41b905150
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Sep 3 16:37:17 2018 -0700
+
+    [subset] Fix serialize_subset() calls
+    
+    Ouch.
+
+ src/hb-open-type.hh            |  2 +-
+ src/hb-ot-layout-common.hh     |  6 +++---
+ src/hb-ot-layout-gsub-table.hh | 13 ++++++-------
+ src/hb-ot-layout-gsubgpos.hh   |  6 +++---
+ 4 files changed, 13 insertions(+), 14 deletions(-)
+
+commit 7c9cfa2b4002c18585a26134ab987ceb7ebc97a2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 2 19:47:50 2018 -0700
+
+    Add intersects() method to GSUB/GPOS lookups
+
+ src/hb-ot-layout-common.hh     |  77 +++++++++--
+ src/hb-ot-layout-gpos-table.hh | 103 ++++++++++----
+ src/hb-ot-layout-gsub-table.hh | 205 +++++++++++++++++++--------
+ src/hb-ot-layout-gsubgpos.hh   | 306 ++++++++++++++++++++++++++++++++---------
+ 4 files changed, 528 insertions(+), 163 deletions(-)
+
+commit 61ce62e55455bb0d6c9db3b076676ab18e51d449
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Sep 2 17:00:27 2018 -0700
+
+    [subset] Minor
+    
+    Remove Lookup::subset().
+
+ src/hb-ot-layout-common.hh   | 11 -----------
+ src/hb-ot-layout-gsubgpos.hh |  2 +-
+ 2 files changed, 1 insertion(+), 12 deletions(-)
+
+commit bfa72a9a72a15d977f503f12eef376a355679d76
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Sep 1 18:34:50 2018 -0700
+
+    [subset] Towards GSUB/GPOS subsetting
+    
+    Add subset() call for GSUBGPOS struct and its dependencies.
+    Not hooked up anywhere.
+
+ src/hb-machinery.hh            | 10 ++++--
+ src/hb-open-type.hh            | 25 ++++++++++++-
+ src/hb-ot-layout-common.hh     | 80 +++++++++++++++++++++++++++++++++++-------
+ src/hb-ot-layout-gdef-table.hh | 33 ++++++++++-------
+ src/hb-ot-layout-gsub-table.hh | 11 ++++--
+ src/hb-ot-layout-gsubgpos.hh   | 19 ++++++++++
+ 6 files changed, 145 insertions(+), 33 deletions(-)
+
+commit 6803ed8674028a656957910381150ab28d75a5f8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 31 17:11:08 2018 -0700
+
+    [serialize] Add reset()
+
+ src/hb-machinery.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit e58b190292f85c9676fe14cf63d2831d4d6e6bab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 31 16:46:35 2018 -0700
+
+    [subset] De-templatize hb_subset_context_t
+    
+    We're going to (finally) use virtual methods for hb_serialize_context_t
+    customization, so don't need to carry a Serializer template variable
+    around...  Simplifies code.
+
+ src/hb-machinery.hh            | 2 +-
+ src/hb-ot-layout-gsub-table.hh | 5 ++---
+ src/hb-subset.hh               | 7 +++----
+ 3 files changed, 6 insertions(+), 8 deletions(-)
+
+commit 22acd424ca77c16d28405021f06c5562497920ab
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 31 16:38:04 2018 -0700
+
+    [serialize] Add a couple small methods
+
+ src/hb-machinery.hh            | 25 +++++++++++++++++--------
+ src/hb-open-file.hh            |  3 +--
+ src/hb-ot-layout-gsub-table.hh |  1 +
+ 3 files changed, 19 insertions(+), 10 deletions(-)
+
+commit d1f29908c281b1685eea00b71bae934d9f1f20eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 31 16:31:00 2018 -0700
+
+    [subset] Add hb_subset_context_t<>
+
+ src/hb-open-type.hh            |  1 +
+ src/hb-ot-cmap-table.hh        |  1 -
+ src/hb-ot-hdmx-table.hh        |  1 -
+ src/hb-ot-hmtx-table.hh        |  1 -
+ src/hb-ot-layout-gsub-table.hh |  9 +++++++++
+ src/hb-ot-maxp-table.hh        |  1 -
+ src/hb-ot-os2-table.hh         |  1 -
+ src/hb-ot-post-table.hh        |  1 -
+ src/hb-subset.hh               | 21 +++++++++++++++++++++
+ 9 files changed, 31 insertions(+), 6 deletions(-)
+
+commit fcf177885b4c3d732ffeb82936da906969a269d3
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Aug 31 16:28:47 2018 -0700
+
+    templatized ArgStack as a prep to store blends
+
+ src/hb-cff-interp-common.hh      | 46 +++++++++++++++++++++---------------
+ src/hb-cff-interp-cs-common.hh   | 41 ++++++++++++++++++--------------
+ src/hb-cff-interp-dict-common.hh | 35 ++++++++++++++++-----------
+ src/hb-cff1-interp-cs.hh         | 15 +++++++-----
+ src/hb-cff2-interp-cs.hh         | 14 +++++++----
+ src/hb-ot-cff1-table.hh          | 32 ++++++++++++-------------
+ src/hb-ot-cff2-table.hh          | 51 ++++++++++++++++++++++++++--------------
+ src/hb-subset-cff-common.hh      |  4 ++--
+ src/hb-subset-cff1.cc            |  1 -
+ src/hb-subset-cff2.cc            |  2 +-
+ 10 files changed, 142 insertions(+), 99 deletions(-)
+
+commit 968168bf0e369927cd6a7f63608d844abe123a7b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Aug 31 13:28:16 2018 -0700
+
+    drop hints from CFF1 charstrings
+    
+    renamed confusing Stack.size to Stack.count
+
+ src/hb-cff-interp-common.hh      |  43 +++++++-----
+ src/hb-cff-interp-cs-common.hh   | 140 +++++++++++++++++----------------------
+ src/hb-cff-interp-dict-common.hh |   4 +-
+ src/hb-cff1-interp-cs.hh         |  14 ++--
+ src/hb-cff2-interp-cs.hh         |  18 ++---
+ src/hb-ot-cff1-table.hh          |  26 ++++----
+ src/hb-ot-cff2-table.hh          |  20 +++---
+ src/hb-subset-cff1.cc            |  53 ++++++++-------
+ src/hb-subset-cff2.cc            |  69 +++++++++----------
+ 9 files changed, 190 insertions(+), 197 deletions(-)
+
+commit aba0a945c5f8724cc7bd1a9b7f7b5df1c64b03f4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 31 13:25:19 2018 -0700
+
+    [subset] Add hb-subset-input.hh and make hb-subset.hh toplevel include
+
+ src/Makefile.sources    |  1 +
+ src/hb-ot-cmap-table.hh |  2 +-
+ src/hb-ot-glyf-table.hh |  2 --
+ src/hb-ot-hdmx-table.hh |  2 +-
+ src/hb-ot-hmtx-table.hh |  2 +-
+ src/hb-ot-maxp-table.hh |  2 +-
+ src/hb-ot-os2-table.hh  |  2 +-
+ src/hb-ot-post-table.hh |  2 +-
+ src/hb-subset-glyf.cc   |  1 -
+ src/hb-subset-glyf.hh   |  2 +-
+ src/hb-subset-input.hh  | 57 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-subset-plan.cc   |  3 +--
+ src/hb-subset-plan.hh   |  2 +-
+ src/hb-subset.cc        |  3 +--
+ src/hb-subset.hh        | 23 +++-----------------
+ 15 files changed, 71 insertions(+), 35 deletions(-)
+
+commit 18d01eac7f2870e2804ceed2c70a604a5dc6a320
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 31 13:00:57 2018 -0700
+
+    Minor
+
+ src/hb-ot-shape-complex-arabic-fallback.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 8c5e03b5415f83312719ebb3cd284229e52a4843
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Aug 30 17:21:56 2018 -0700
+
+    Added drop_hints to SubrFlattener
+
+ src/hb-cff-interp-cs-common.hh | 20 +++++++++++++++++++-
+ src/hb-subset-cff-common.hh    | 18 ++++++++++++++----
+ src/hb-subset-cff1.cc          | 35 ++++++++++++++++++++++------------
+ src/hb-subset-cff2.cc          | 43 ++++++++++++++++++++++++++----------------
+ 4 files changed, 83 insertions(+), 33 deletions(-)
+
+commit a23b892fe6cc4859a30edc7ffc003ab7624aa5f0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 29 18:28:39 2018 -0700
+
+    Shuffle
+
+ src/hb-machinery.hh | 62 +++++++++++++++++++++++++++--------------------------
+ 1 file changed, 32 insertions(+), 30 deletions(-)
+
+commit 93fe0faaee45b8fb646f7aa33620105c62193885
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 29 18:24:03 2018 -0700
+
+    [subset] Clean up hb_subset_input_t API
+
+ src/hb-subset-input.cc           | 44 +++++++++++++++++++---------------------
+ src/hb-subset-plan.cc            |  4 ++--
+ src/hb-subset-plan.hh            | 10 ++++-----
+ src/hb-subset.cc                 |  2 +-
+ src/hb-subset.h                  | 14 +++++++++----
+ src/hb-subset.hh                 |  4 ++--
+ test/api/test-subset-glyf.c      | 10 ++++-----
+ test/fuzzing/hb-subset-fuzzer.cc | 10 ++++-----
+ util/hb-subset.cc                |  3 +--
+ 9 files changed, 52 insertions(+), 49 deletions(-)
+
+commit 9fd08cc238f8e2f7be1eaefca110021382efe606
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 29 18:18:18 2018 -0700
+
+    CFF2 subroutine flattner
+    
+    Factored out CFF1 & CFF2 common subsetting code in hb-subset-cff-common.hh
+
+ src/hb-cff2-interp-cs.hh    |  34 +++++--
+ src/hb-subset-cff-common.hh | 154 +++++++++++++++++++++++++++++
+ src/hb-subset-cff1.cc       | 135 +++-----------------------
+ src/hb-subset-cff2.cc       | 229 ++++++++++++++++++--------------------------
+ 4 files changed, 285 insertions(+), 267 deletions(-)
+
+commit d237ce71810045ee400c52740cd8ab6e1113aada
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 29 18:13:07 2018 -0700
+
+    [subset] Bail if subsetting a table failed
+
+ src/hb-subset.cc | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit f39166f0c0c09fac7874fda6b0b0825f20768e3e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 29 18:09:55 2018 -0700
+
+    [subset] Remove unused hb_subset_profile_t
+    
+    We might reintroduce it later, but for now remove, as it was unused.
+    Some things that should have been in this object (drop_hints, etc)
+    are already in hb_subset_input_t.  So, for now, keep everything there.
+
+ src/hb-subset-plan.cc            |  3 +--
+ src/hb-subset-plan.hh            |  1 -
+ src/hb-subset.cc                 | 39 +++------------------------------------
+ src/hb-subset.h                  | 16 +---------------
+ test/api/hb-subset-test.h        |  4 +---
+ test/api/test-subset-hdmx.c      |  8 ++------
+ test/api/test-subset-hmtx.c      |  4 +---
+ test/api/test-subset.c           | 12 +++---------
+ test/fuzzing/hb-subset-fuzzer.cc |  5 +----
+ util/hb-subset.cc                |  4 +---
+ 10 files changed, 14 insertions(+), 82 deletions(-)
+
+commit 2ccc322cf88a01248aa5df88a5073db3dfb40eea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 29 16:38:04 2018 -0700
+
+    [ot-font] Clean up cmap with gid=0
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1145
+
+ src/hb-ot-cmap-table.hh | 25 +++++++++++++++----------
+ 1 file changed, 15 insertions(+), 10 deletions(-)
+
+commit 0c7b633f528bae4a0cf5ca816f75a0d84206b3fb
+Author: Ross Burton <ross@burtonini.com>
+Date:   Wed Aug 29 22:37:39 2018 +0100
+
+    Delete pkg.m4
+    
+    pkg.m4 is provided by pkg-config, which is a requirement to build, and this copy is ancient.  Delete it to avoid it being used instead of the host copy.
+
+ m4/pkg.m4 | 157 --------------------------------------------------------------
+ 1 file changed, 157 deletions(-)
+
+commit b95bf075d7b62baf7d6fa1d8f0d1f16fad934975
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 29 14:41:52 2018 -0700
+
+    fix build attempt ^2
+
+ src/hb-subset-cff1.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 1d1afddfd21155ef136c2d96b1d6c286bdc8925f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 29 13:36:39 2018 -0700
+
+    corrected preprocessor guards
+
+ src/hb-cff-interp-common.hh      | 6 +++---
+ src/hb-cff-interp-cs-common.hh   | 6 +++---
+ src/hb-cff-interp-dict-common.hh | 6 +++---
+ src/hb-ot-cff-common.hh          | 6 +++---
+ src/hb-subset-cff-common.hh      | 6 +++---
+ 5 files changed, 15 insertions(+), 15 deletions(-)
+
+commit 8af9690ac7ce41fb1db878d556df5c4ee624eaa0
+Merge: 0ad081ec3 fee0f41c6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 29 13:26:17 2018 -0700
+
+    Merge branch 'master' into cff-subset
+    
+    Renamed cff "private" source/headers without the suffix
+
+commit 0ad081ec324e734cfca60d4d2c36a1be5bc8a067
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 29 12:56:48 2018 -0700
+
+    attempt to fix build failure
+
+ src/hb-subset-cff1.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a11420b48c405e1a43e2ba62893e9a0872e5f496
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 29 12:14:30 2018 -0700
+
+    Subroutine flattener for CFF1
+    
+    Subr-flattened charstrings are temporarily re-encoded in ByteStrBuff during "plan" phase, then copied to hb_serialize_context_t during "write" phase
+    
+    CSOpSet may callback opcode processing "virtual" functions via CRTP
+    
+    Numer struct may store a value as fixed optionally in addition to int and float
+
+ src/hb-cff-interp-common-private.hh    |  53 ++++++++++--
+ src/hb-cff-interp-cs-common-private.hh | 109 ++++++++++++++++++-----
+ src/hb-cff1-interp-cs.hh               |  35 +++++---
+ src/hb-cff2-interp-cs.hh               |  14 +--
+ src/hb-ot-cff-common-private.hh        |  10 +--
+ src/hb-subset-cff-common-private.hh    | 102 +++++++++++++++++++++-
+ src/hb-subset-cff1.cc                  | 152 ++++++++++++++++++++++-----------
+ src/hb-subset-cff2.cc                  |   7 +-
+ 8 files changed, 372 insertions(+), 110 deletions(-)
+
+commit fee0f41c6c1e50621d10b07802ca36a9b295b53d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 28 18:27:41 2018 -0700
+
+    Don't declare extern symbols as inline
+    
+    clang -O3 was completely removing _get_gdef(), causing link
+    failure when needed from another compilation unit.  Surprisingly,
+    "extern inline" didn't fix it.
+
+ src/hb-ot-layout.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 967741e4c468ebf0a40f91934ed1923506099806
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 28 18:18:02 2018 -0700
+
+    Add explicit to hb_auto_t 1param constructors
+
+ src/hb-dsalgs.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit c0a3f38f78362a183b30afd109dcebfca563d144
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 28 17:22:38 2018 -0700
+
+    Fix distcheck
+
+ src/Makefile.sources | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 2dde6c803a9e50c5bff74095187b0cb2e12eebdd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 28 11:02:00 2018 -0700
+
+    Explicitly pass reference in hb_auto_t constructor
+    
+    Fixes clang bots as well as fuzzer issue.
+
+ src/hb-dsalgs.hh | 9 ++++++++-
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+commit a26806801005c28115ae9e48bdcf3bbbc1bcd767
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 26 15:18:46 2018 -0700
+
+    [ot-face] Remove tables_t. The face_data_t is what tables_t was
+
+ src/hb-aat-layout.cc |  4 ++--
+ src/hb-face.cc       |  6 +++---
+ src/hb-ot-face.cc    |  8 ++++----
+ src/hb-ot-face.hh    | 28 ++++++++++++----------------
+ src/hb-ot-font.cc    | 25 +++++++++++--------------
+ src/hb-ot-layout.cc  | 36 ++++++++++++++++++------------------
+ src/hb-ot-math.cc    |  4 ++--
+ src/hb-ot-var.cc     |  4 ++--
+ 8 files changed, 54 insertions(+), 61 deletions(-)
+
+commit 3a0b3a29cc246d0b1e5989c9e8c1e6d544046dcc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 26 15:11:24 2018 -0700
+
+    Free up hb-ot-face.hh from includes
+    
+    There might be a better way to do this, but I couldn't find...
+
+ src/hb-face.cc                 |  1 +
+ src/hb-ot-cmap-table.hh        |  1 +
+ src/hb-ot-color-cbdt-table.hh  |  2 ++
+ src/hb-ot-face.cc              | 10 ++++++++++
+ src/hb-ot-face.hh              | 15 ++-------------
+ src/hb-ot-font.cc              |  7 +++++++
+ src/hb-ot-glyf-table.hh        |  2 ++
+ src/hb-ot-hmtx-table.hh        |  3 +++
+ src/hb-ot-kern-table.hh        |  2 ++
+ src/hb-ot-layout-gdef-table.hh |  1 +
+ src/hb-ot-layout-gpos-table.hh |  2 ++
+ src/hb-ot-layout-gsub-table.hh |  1 +
+ src/hb-ot-post-table.hh        |  2 ++
+ 13 files changed, 36 insertions(+), 13 deletions(-)
+
+commit a84309afc8817cd386e555af21dfcdc03388b329
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 26 09:33:01 2018 -0700
+
+    [face] Use saved cmap in collect_unicodes() APIs
+
+ src/hb-face.cc | 18 ++++++++----------
+ 1 file changed, 8 insertions(+), 10 deletions(-)
+
+commit c624e18a24311c66737dde4ce515aa1eca892b94
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 26 09:19:20 2018 -0700
+
+    [OT] Move code around
+
+ src/hb-ot-layout-gsub-table.hh | 18 ------------------
+ src/hb-ot-layout.cc            | 23 +++++++++++++++++++++--
+ 2 files changed, 21 insertions(+), 20 deletions(-)
+
+commit 399909468204b76769857508e74f802d648ca0a5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 26 09:12:25 2018 -0700
+
+    [OT] Use relaxed ops for recursing into GSUB/GPOS lookups again
+
+ src/hb-ot-layout-gpos-table.hh |  4 ++--
+ src/hb-ot-layout-gsub-table.hh |  4 ++--
+ src/hb-ot-layout.cc            | 12 ++++++++++--
+ src/hb-ot-layout.hh            |  4 ++--
+ 4 files changed, 16 insertions(+), 8 deletions(-)
+
+commit d8c57e85d9981b4c7a11fae4f31100359574cf13
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 26 09:03:31 2018 -0700
+
+    [GDEF] Move code around
+
+ src/hb-ot-layout-gdef-table.hh | 118 +-----------------------------------
+ src/hb-ot-layout.cc            | 134 ++++++++++++++++++++++++++++++++++++++---
+ src/hb-ot-layout.hh            |  14 +----
+ 3 files changed, 128 insertions(+), 138 deletions(-)
+
+commit 453e0c60b1c87d2cd2527d6d2de673f65458a9fd
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 26 01:30:52 2018 -0700
+
+    Add template keyword
+    
+    I swear I have no idea why this is needed, but it is...
+
+ src/hb-ot-layout-gsubgpos.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c44b0caf0d0cddb7228dcec0b9d25bb62f641abc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 26 01:29:30 2018 -0700
+
+    Fixup
+
+ src/hb-ot-layout-gpos-table.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4096fbe487d90de04020e32e8487295ecd4d8836
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 26 01:25:54 2018 -0700
+
+    [ot-face] Port GDEF to unified table accelerator model as well
+
+ src/hb-ot-face.cc              | 108 ----------------------------------
+ src/hb-ot-face.hh              |   2 +-
+ src/hb-ot-layout-gdef-table.hh | 129 +++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout.cc            |  14 ++++-
+ src/hb-ot-layout.hh            |   5 +-
+ 5 files changed, 147 insertions(+), 111 deletions(-)
+
+commit b929100f8782816c2621715f6c007ecefc419d83
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 26 01:15:47 2018 -0700
+
+    [ot-face] Unify GSUB/GPOS accelerators in the table accelerator framework
+
+ src/hb-aat-layout.cc           |  4 +---
+ src/hb-ot-face.cc              | 40 ++--------------------------------------
+ src/hb-ot-face.hh              | 25 +++++++++++--------------
+ src/hb-ot-layout-gpos-table.hh |  2 +-
+ src/hb-ot-layout-gsub-table.hh |  6 +++---
+ src/hb-ot-layout-gsubgpos.hh   | 24 +++++++++++++-----------
+ src/hb-ot-layout.cc            | 33 +++++++++++++++++----------------
+ src/hb-ot-layout.hh            | 17 +++++++++++++++++
+ src/hb-ot-shape.cc             |  1 +
+ 9 files changed, 66 insertions(+), 86 deletions(-)
+
+commit 963413fc5454d92621ae83a8d9c9324e404b8166
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 26 00:47:55 2018 -0700
+
+    WIP
+
+ src/hb-ot-cmap-table.hh        |  1 -
+ src/hb-ot-face.hh              | 22 ----------------------
+ src/hb-ot-layout-gpos-table.hh |  2 ++
+ src/hb-ot-layout-gsub-table.hh |  2 ++
+ src/hb-ot-layout-gsubgpos.hh   | 31 ++++++++++++++++++++++++++++++-
+ src/hb-ot-layout.hh            | 18 +++++++++++++++++-
+ 6 files changed, 51 insertions(+), 25 deletions(-)
+
+commit e6cb9380651c753485f721bd3df523d03be41d91
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 26 00:21:29 2018 -0700
+
+    [ot-face] Unify accelerators and tables
+
+ src/hb-machinery.hh     |  4 ++--
+ src/hb-ot-cmap-table.hh |  3 ++-
+ src/hb-ot-face.cc       |  6 +++--
+ src/hb-ot-face.hh       | 58 +++++++++++++------------------------------------
+ src/hb-ot-font.cc       |  6 ++---
+ 5 files changed, 26 insertions(+), 51 deletions(-)
+
+commit 7f8b6fe67d64b41786edbf8650efb1c0deba573f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 26 00:07:12 2018 -0700
+
+    Minor
+
+ src/hb-ot-face.hh | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 59bca0d2cb6010bc237afb2255ccda3b8dd0585d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 26 00:06:12 2018 -0700
+
+    [ot-font] Rename
+
+ src/hb-ot-face.hh | 12 ++++++------
+ src/hb-ot-font.cc | 24 ++++++++++++------------
+ 2 files changed, 18 insertions(+), 18 deletions(-)
+
+commit 1c48a7ef06b82ef9ca013066d1fb3c6fda82aa0c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 23:54:06 2018 -0700
+
+    [ot-font] Cache tables on face, not font
+
+ src/hb-ot-cmap-table.hh      |  1 +
+ src/hb-ot-face.cc            |  2 ++
+ src/hb-ot-face.hh            | 55 +++++++++++++++++++++++++++-----
+ src/hb-ot-font.cc            | 75 ++++----------------------------------------
+ src/hb-ot-layout-gsubgpos.hh |  1 +
+ src/hb-ot-layout.hh          |  1 -
+ 6 files changed, 58 insertions(+), 77 deletions(-)
+
+commit 71f8893eff56bff651e3df6288becc68ecea6cd1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 23:27:45 2018 -0700
+
+    [ot-font] Use init0
+
+ src/hb-ot-font.cc | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit f36ae6f8a82485bbf727f24dfd7da8f32002cad6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 23:19:34 2018 -0700
+
+    [ot-font] Make everything (cmap/metrics) lazy
+
+ src/hb-machinery.hh |  5 +++++
+ src/hb-ot-font.cc   | 51 ++++++++++++++++++++++++++-------------------------
+ 2 files changed, 31 insertions(+), 25 deletions(-)
+
+commit 62fc54725a3863473829f3a3748c9336e4dc0787
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 23:15:52 2018 -0700
+
+    [ot-font] Fallback vertical advance to UPEM
+    
+    Used to be ascent+descent.  Whatever. This is more convenient for
+    upcoming changes.
+
+ src/hb-ot-font.cc                               | 2 +-
+ test/shaping/data/in-house/tests/vertical.tests | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit d950022c8ae3f85546272b38b187d6ed9f5ff16f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 23:06:37 2018 -0700
+
+    Add hb-ot-face.cc/hh
+
+ src/Makefile.sources |   2 +
+ src/hb-ot-face.cc    | 206 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-face.hh    | 144 +++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout.cc  | 172 ------------------------------------------
+ src/hb-ot-layout.hh  | 108 +--------------------------
+ src/hb-ot-math.cc    |   2 +-
+ src/hb-ot-var.cc     |   2 +-
+ 7 files changed, 355 insertions(+), 281 deletions(-)
+
+commit dae39c58fb63c2211e2842121bbe6d5b8b18651b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 22:44:39 2018 -0700
+
+    [face] Introduce character-map API
+    
+    New API:
+    +hb_face_collect_unicodes
+    +hb_face_collect_variation_selectors
+    +hb_face_collect_variation_unicodes
+
+ docs/harfbuzz-sections.txt                      |  3 ++
+ src/hb-face.cc                                  | 61 ++++++++++++++++++++++++-
+ src/hb-face.h                                   | 19 ++++++++
+ src/hb-subset.cc                                | 53 ---------------------
+ src/hb-subset.h                                 | 15 ------
+ test/api/test-subset-codepoints.c               |  6 +--
+ test/fuzzing/hb-subset-get-codepoints-fuzzer.cc |  2 +-
+ 7 files changed, 86 insertions(+), 73 deletions(-)
+
+commit 66384db97c439a64d729f9206657d0b37ec0cb32
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 22:39:17 2018 -0700
+
+    Minor
+
+ src/hb-subset.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit c77ae40852aabb1698da9e8d488f75bae2f4e734
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 22:36:36 2018 -0700
+
+    Rename hb-*private.hh to hb-*.hh
+    
+    Sorry for the noise, downstream custom builders.  Please adjust.
+
+ src/Makefile.sources                               | 75 +++++++++++-----------
+ src/check-includes.sh                              |  8 +--
+ src/dump-indic-data.cc                             |  2 +-
+ src/dump-khmer-data.cc                             |  2 +-
+ src/dump-myanmar-data.cc                           |  2 +-
+ src/dump-use-data.cc                               |  2 +-
+ src/gen-indic-table.py                             |  2 +-
+ src/gen-use-table.py                               |  2 +-
+ src/hb-aat-layout-ankr-table.hh                    |  2 +-
+ src/hb-aat-layout-bsln-table.hh                    |  2 +-
+ ...t-common-private.hh => hb-aat-layout-common.hh} |  8 +--
+ src/hb-aat-layout-feat-table.hh                    |  2 +-
+ src/hb-aat-layout-kerx-table.hh                    |  4 +-
+ src/hb-aat-layout-morx-table.hh                    |  6 +-
+ src/hb-aat-layout-trak-table.hh                    |  6 +-
+ src/hb-aat-layout.cc                               |  8 +--
+ src/{hb-aat-layout-private.hh => hb-aat-layout.hh} | 14 ++--
+ src/hb-aat-ltag-table.hh                           |  2 +-
+ src/{hb-atomic-private.hh => hb-atomic.hh}         |  8 +--
+ src/hb-blob.cc                                     |  4 +-
+ src/{hb-blob-private.hh => hb-blob.hh}             |  8 +--
+ src/hb-buffer-deserialize-json.hh                  |  2 +-
+ src/hb-buffer-deserialize-json.rl                  |  2 +-
+ src/hb-buffer-deserialize-text.hh                  |  2 +-
+ src/hb-buffer-deserialize-text.rl                  |  2 +-
+ src/hb-buffer-serialize.cc                         |  2 +-
+ src/hb-buffer.cc                                   |  4 +-
+ src/{hb-buffer-private.hh => hb-buffer.hh}         | 10 +--
+ src/hb-common.cc                                   |  4 +-
+ src/hb-coretext.cc                                 |  4 +-
+ src/hb-debug.hh                                    |  4 +-
+ src/hb-directwrite.cc                              |  4 +-
+ src/hb-dsalgs.hh                                   |  2 +-
+ src/hb-face.cc                                     |  8 +--
+ src/{hb-face-private.hh => hb-face.hh}             | 12 ++--
+ src/hb-fallback-shape.cc                           |  2 +-
+ src/hb-font.cc                                     |  6 +-
+ src/{hb-font-private.hh => hb-font.hh}             | 12 ++--
+ src/hb-ft.cc                                       |  6 +-
+ src/hb-glib.cc                                     |  6 +-
+ src/hb-gobject-enums.cc.tmpl                       |  2 +-
+ src/hb-gobject-structs.cc                          |  2 +-
+ src/hb-graphite2.cc                                |  2 +-
+ src/hb-icu.cc                                      |  6 +-
+ src/{hb-iter-private.hh => hb-iter.hh}             |  8 +--
+ src/{hb-machinery-private.hh => hb-machinery.hh}   | 12 ++--
+ src/hb-map.cc                                      |  2 +-
+ src/{hb-map-private.hh => hb-map.hh}               |  8 +--
+ src/{hb-mutex-private.hh => hb-mutex.hh}           |  8 +--
+ src/hb-null.hh                                     |  2 +-
+ src/{hb-object-private.hh => hb-object.hh}         | 14 ++--
+ src/{hb-open-file-private.hh => hb-open-file.hh}   |  8 +--
+ src/{hb-open-type-private.hh => hb-open-type.hh}   | 14 ++--
+ src/hb-ot-cmap-table.hh                            |  4 +-
+ src/hb-ot-color-cbdt-table.hh                      |  2 +-
+ src/hb-ot-color-colr-table.hh                      |  2 +-
+ src/hb-ot-color-cpal-table.hh                      |  2 +-
+ src/hb-ot-color-sbix-table.hh                      |  2 +-
+ src/hb-ot-color-svg-table.hh                       |  2 +-
+ src/hb-ot-color.cc                                 |  6 +-
+ src/hb-ot-font.cc                                  |  6 +-
+ src/hb-ot-glyf-table.hh                            |  4 +-
+ src/hb-ot-hdmx-table.hh                            |  2 +-
+ src/hb-ot-head-table.hh                            |  2 +-
+ src/hb-ot-hhea-table.hh                            |  2 +-
+ src/hb-ot-hmtx-table.hh                            |  2 +-
+ src/hb-ot-kern-table.hh                            |  2 +-
+ src/hb-ot-layout-base-table.hh                     |  4 +-
+ ...ut-common-private.hh => hb-ot-layout-common.hh} | 14 ++--
+ src/hb-ot-layout-gdef-table.hh                     |  4 +-
+ src/hb-ot-layout-gpos-table.hh                     |  2 +-
+ src/hb-ot-layout-gsub-table.hh                     |  2 +-
+ ...subgpos-private.hh => hb-ot-layout-gsubgpos.hh} | 14 ++--
+ src/hb-ot-layout-jstf-table.hh                     |  2 +-
+ src/hb-ot-layout.cc                                |  8 +--
+ src/{hb-ot-layout-private.hh => hb-ot-layout.hh}   | 16 ++---
+ src/hb-ot-map.cc                                   |  4 +-
+ src/{hb-ot-map-private.hh => hb-ot-map.hh}         |  8 +--
+ src/hb-ot-math-table.hh                            |  4 +-
+ src/hb-ot-math.cc                                  |  4 +-
+ src/hb-ot-maxp-table.hh                            |  2 +-
+ src/hb-ot-name-table.hh                            |  2 +-
+ src/hb-ot-os2-table.hh                             |  2 +-
+ src/hb-ot-os2-unicode-ranges.hh                    |  2 +-
+ src/hb-ot-post-macroman.hh                         |  2 +-
+ src/hb-ot-post-table.hh                            |  2 +-
+ src/hb-ot-shape-complex-arabic-fallback.hh         |  4 +-
+ src/hb-ot-shape-complex-arabic-win1256.hh          |  2 +-
+ src/hb-ot-shape-complex-arabic.cc                  |  6 +-
+ ...ic-private.hh => hb-ot-shape-complex-arabic.hh} | 10 +--
+ src/hb-ot-shape-complex-default.cc                 |  2 +-
+ src/hb-ot-shape-complex-hangul.cc                  |  2 +-
+ src/hb-ot-shape-complex-hebrew.cc                  |  2 +-
+ src/hb-ot-shape-complex-indic-machine.hh           |  2 +-
+ src/hb-ot-shape-complex-indic-machine.rl           |  2 +-
+ src/hb-ot-shape-complex-indic-table.cc             |  2 +-
+ src/hb-ot-shape-complex-indic.cc                   |  4 +-
+ ...dic-private.hh => hb-ot-shape-complex-indic.hh} | 12 ++--
+ src/hb-ot-shape-complex-khmer-machine.hh           |  2 +-
+ src/hb-ot-shape-complex-khmer-machine.rl           |  2 +-
+ src/hb-ot-shape-complex-khmer.cc                   |  4 +-
+ ...mer-private.hh => hb-ot-shape-complex-khmer.hh} | 10 +--
+ src/hb-ot-shape-complex-myanmar-machine.hh         |  2 +-
+ src/hb-ot-shape-complex-myanmar-machine.rl         |  2 +-
+ src/hb-ot-shape-complex-myanmar.cc                 |  2 +-
+ ...r-private.hh => hb-ot-shape-complex-myanmar.hh} | 10 +--
+ src/hb-ot-shape-complex-thai.cc                    |  2 +-
+ src/hb-ot-shape-complex-tibetan.cc                 |  2 +-
+ src/hb-ot-shape-complex-use-machine.hh             |  2 +-
+ src/hb-ot-shape-complex-use-machine.rl             |  2 +-
+ src/hb-ot-shape-complex-use-table.cc               |  2 +-
+ src/hb-ot-shape-complex-use.cc                     |  4 +-
+ ...x-use-private.hh => hb-ot-shape-complex-use.hh} | 10 +--
+ ...e-complex-private.hh => hb-ot-shape-complex.hh} | 12 ++--
+ src/hb-ot-shape-fallback.cc                        |  4 +-
+ ...fallback-private.hh => hb-ot-shape-fallback.hh} | 10 +--
+ src/hb-ot-shape-normalize.cc                       |  6 +-
+ ...rmalize-private.hh => hb-ot-shape-normalize.hh} |  8 +--
+ src/hb-ot-shape.cc                                 | 20 +++---
+ src/{hb-ot-shape-private.hh => hb-ot-shape.hh}     | 12 ++--
+ src/hb-ot-tag.cc                                   |  2 +-
+ src/hb-ot-var-avar-table.hh                        |  2 +-
+ src/hb-ot-var-fvar-table.hh                        |  2 +-
+ src/hb-ot-var-hvar-table.hh                        |  2 +-
+ src/hb-ot-var-mvar-table.hh                        |  2 +-
+ src/hb-ot-var.cc                                   |  4 +-
+ src/{hb-set-digest-private.hh => hb-set-digest.hh} |  8 +--
+ src/hb-set.cc                                      |  2 +-
+ src/{hb-set-private.hh => hb-set.hh}               |  8 +--
+ src/hb-shape-plan.cc                               | 10 +--
+ src/{hb-shape-plan-private.hh => hb-shape-plan.hh} | 10 +--
+ src/hb-shape.cc                                    | 12 ++--
+ ...hb-shaper-impl-private.hh => hb-shaper-impl.hh} | 16 ++---
+ src/hb-shaper.cc                                   |  6 +-
+ src/{hb-shaper-private.hh => hb-shaper.hh}         |  8 +--
+ src/hb-static.cc                                   |  8 +--
+ src/hb-string-array.hh                             |  2 +-
+ src/hb-subset-glyf.cc                              |  2 +-
+ src/hb-subset-glyf.hh                              |  2 +-
+ src/hb-subset-input.cc                             |  4 +-
+ src/hb-subset-plan.cc                              |  6 +-
+ src/hb-subset-plan.hh                              |  6 +-
+ src/hb-subset.cc                                   |  8 +--
+ src/{hb-subset-private.hh => hb-subset.hh}         | 10 +--
+ src/hb-ucdn.cc                                     |  6 +-
+ src/hb-unicode.cc                                  |  6 +-
+ src/{hb-unicode-private.hh => hb-unicode.hh}       |  8 +--
+ src/hb-uniscribe.cc                                |  6 +-
+ src/{hb-utf-private.hh => hb-utf.hh}               |  8 +--
+ src/{hb-vector-private.hh => hb-vector.hh}         |  8 +--
+ src/hb-warning.cc                                  |  6 +-
+ src/{hb-private.hh => hb.hh}                       | 12 ++--
+ src/main.cc                                        |  4 +-
+ src/test-buffer-serialize.cc                       |  2 +-
+ src/test-size-params.cc                            |  2 +-
+ src/test-unicode-ranges.cc                         |  2 +-
+ src/test-would-substitute.cc                       |  2 +-
+ src/test.cc                                        |  2 +-
+ test/api/test-common.c                             |  1 -
+ util/Makefile.am                                   |  4 +-
+ util/ansi-print.hh                                 |  3 +-
+ util/hb-subset.cc                                  |  2 +-
+ util/helper-cairo-ansi.hh                          |  2 +-
+ util/helper-cairo.hh                               |  2 +-
+ util/main-font-text.hh                             |  2 +-
+ util/options.hh                                    |  2 +-
+ util/shape-consumer.hh                             |  2 +-
+ util/view-cairo.hh                                 |  2 +-
+ 168 files changed, 452 insertions(+), 455 deletions(-)
+
+commit 82b12bcadd50c9e86bbe82623a1cbc0b4afdd237
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 22:07:17 2018 -0700
+
+    [unicode] Add HB_UNICODE_MAX
+    
+    New API:
+    HB_UNICODE_MAX
+
+ docs/harfbuzz-sections.txt | 1 +
+ src/hb-ot-cmap-table.hh    | 8 ++------
+ src/hb-unicode.h           | 3 +++
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+commit b09a0336ca856a2b1040e7fabd5819b64749e308
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 22:04:39 2018 -0700
+
+    [cmap] More hb_auto_t<>(...)
+
+ src/hb-subset.cc | 12 +++---------
+ 1 file changed, 3 insertions(+), 9 deletions(-)
+
+commit 28634db07e6ecbdb7e59ed8f989212272a97de86
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 21:23:43 2018 -0700
+
+    [cmap] Fix skipping gid0 in Format4 collect_unicodes()
+
+ src/hb-ot-cmap-table.hh | 20 ++++++++++++++++++--
+ 1 file changed, 18 insertions(+), 2 deletions(-)
+
+commit acce1fa3ea9707d0883cd66397fd187d3268905c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 21:15:39 2018 -0700
+
+    Use new hb_auto_t<> constructor with Coverage::Iter
+
+ src/hb-ot-layout-common-private.hh | 65 ++++++++++++++++++++++++--------------
+ src/hb-ot-layout-gsub-table.hh     | 30 ++++++------------
+ 2 files changed, 52 insertions(+), 43 deletions(-)
+
+commit ddea4d19cf6d64270e14418f02e7ff1f1b9458db
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 21:08:15 2018 -0700
+
+    Add 1-param passthrough constructor to hb_auto_t<>
+    
+    And use.
+
+ src/hb-dsalgs.hh        | 1 +
+ src/hb-ot-cmap-table.hh | 7 +++----
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit c8cfb702e96bf4e89495fcc56f965c88bfa77dca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 16:14:32 2018 -0700
+
+    [cmap] Minor
+
+ src/hb-ot-cmap-table.hh | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 1dcf5fb038e7c2d3d03a50c4cd9869a922f9adf7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 16:11:26 2018 -0700
+
+    [cmap Add hb_subset_collect_variation_unicodes()
+    
+    To be moved to hb-face.h later.
+
+ src/hb-ot-cmap-table.hh | 59 +++++++++++++++++++++++++++++++++++++++++--------
+ src/hb-subset.cc        | 25 ++++++++++++++++++++-
+ src/hb-subset.h         | 10 +++++++--
+ 3 files changed, 82 insertions(+), 12 deletions(-)
+
+commit 4806b3800d77603c203e8bb2e88baeb2b3a14f05
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 15:56:07 2018 -0700
+
+    [cmap] Add hb_subset_collect_variation_selectors()
+    
+    To be moved to hb-face later.
+
+ src/hb-ot-cmap-table.hh | 20 ++++++++++++++++----
+ src/hb-subset.cc        | 30 ++++++++++++++++++++++++++----
+ src/hb-subset.h         |  8 +++++++-
+ 3 files changed, 49 insertions(+), 9 deletions(-)
+
+commit 3336de24790ac1a12852ac2a3e2fff4d6bb19bc7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 15:41:25 2018 -0700
+
+    [cmap] Remove unused code
+
+ src/hb-ot-cmap-table.hh | 10 ----------
+ 1 file changed, 10 deletions(-)
+
+commit 1becabe06c0c58aaf69a9ba641508e77a60f3451
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 15:37:56 2018 -0700
+
+    [cmap] Use bsearch to find subtables
+
+ src/hb-ot-cmap-table.hh                       | 5 +----
+ test/shaping/data/in-house/tests/fuzzed.tests | 2 +-
+ 2 files changed, 2 insertions(+), 5 deletions(-)
+
+commit 02fe03e09a3258e07d2d6749990f6d31dd2a8525
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 15:33:05 2018 -0700
+
+    [cmap] Factor out find_best_subtable
+
+ src/hb-ot-cmap-table.hh | 52 +++++++++++++++++++++++++++++--------------------
+ 1 file changed, 31 insertions(+), 21 deletions(-)
+
+commit b41c43b4e112bfa38fef35694842f242c28a7da2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 15:25:03 2018 -0700
+
+    Minor
+
+ src/hb-ot-cmap-table.hh | 48 ++++++++++++++++++++++++++----------------------
+ 1 file changed, 26 insertions(+), 22 deletions(-)
+
+commit 7d382fa276f44b7b163e98d434cc79f958bf87fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 09:35:45 2018 -0700
+
+    [cmap] Implement collect_unicodes() for Format0/6/10
+
+ src/hb-ot-cmap-table.hh | 23 +++++++++++++++++++----
+ 1 file changed, 19 insertions(+), 4 deletions(-)
+
+commit bd0e542525d41d9ebe51cbcab8151d65eb984b2e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 09:33:30 2018 -0700
+
+    [cmap] Simplify collect_unicodes()
+    
+    Don't use accelerator (almost).  Hooks up Format13 as well.
+
+ src/hb-ot-cmap-table.hh | 52 +++++++++++++++++++++++++++----------------------
+ 1 file changed, 29 insertions(+), 23 deletions(-)
+
+commit d60c465627d76fcfbeb37d6b8f9382f3b84ace6e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 08:47:06 2018 -0700
+
+    Rename get_all_codepoints() to collect_unicodes()
+
+ src/hb-ot-cmap-table.hh                         | 26 ++++++++++++-------------
+ src/hb-subset.cc                                |  6 +++---
+ src/hb-subset.h                                 |  4 ++--
+ test/api/test-subset-codepoints.c               | 18 ++++++++---------
+ test/fuzzing/hb-subset-get-codepoints-fuzzer.cc |  2 +-
+ 5 files changed, 28 insertions(+), 28 deletions(-)
+
+commit 531051b8b904cf4eb6a50bacebc11c2d85e40140
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 08:44:18 2018 -0700
+
+    [ot-font] Return char-not-found if mapped to gid 0
+    
+    OpenType cmap table can use gid=0 to mean "not covered" to produce
+    more optimized cmap subtables.  Return false from get_nominal_glyph()
+    for those.  hb-ft already does this.
+
+ src/hb-ot-cmap-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit aadb2a9188f143126392c0b0f139326dcf7f9c8d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Aug 25 08:18:53 2018 -0700
+
+    Add face-builder
+    
+    New API:
+    +hb_face_builder_create
+    +hb_face_builder_add_table
+
+ docs/harfbuzz-sections.txt |   5 +-
+ src/hb-face.cc             | 149 +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-face.h              |  14 +++++
+ src/hb-subset-plan.cc      |   2 +-
+ src/hb-subset-plan.hh      |   2 +-
+ src/hb-subset-private.hh   |   7 ---
+ src/hb-subset.cc           | 129 ---------------------------------------
+ 7 files changed, 169 insertions(+), 139 deletions(-)
+
+commit 6cac9dc9ccb76945e9dfacafc169afad4a6e1e88
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 24 10:29:45 2018 -0700
+
+    [blob] Add as_bytes()
+
+ src/hb-blob-private.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 29a9a0883877c598413de78cd0c61f07bc393b2c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 24 10:24:45 2018 -0700
+
+    [sanitize] Document how sanitize machinery works
+
+ src/hb-machinery-private.hh | 62 +++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 62 insertions(+)
+
+commit 142ac5a6be6088771e0ee4b135ba753c80036a9a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 24 10:07:49 2018 -0700
+
+    [serialize] Add copy_bytes() and copy_blob()
+
+ src/hb-dsalgs.hh            |  3 +++
+ src/hb-machinery-private.hh | 21 ++++++++++++++++++++-
+ 2 files changed, 23 insertions(+), 1 deletion(-)
+
+commit 1c6b3693245d38103cab224d75262d45dc88c71c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 15 20:12:25 2018 -0700
+
+    [ot] Rename hb_ot_layout_t to hb_ot_face_data_t
+
+ src/hb-aat-layout.cc                 |  17 +-----
+ src/hb-ot-color.cc                   |   6 +--
+ src/hb-ot-layout-gpos-table.hh       |   6 +--
+ src/hb-ot-layout-gsub-table.hh       |   8 ++-
+ src/hb-ot-layout-gsubgpos-private.hh |   2 +-
+ src/hb-ot-layout-private.hh          |  12 ++---
+ src/hb-ot-layout.cc                  | 100 +++++++++++++++++------------------
+ src/hb-ot-math.cc                    |   2 +-
+ src/hb-ot-shape.cc                   |   5 +-
+ src/hb-ot-var.cc                     |   4 +-
+ 10 files changed, 71 insertions(+), 91 deletions(-)
+
+commit 27c32d8afbdf5b587b14f3b194f79882680348ba
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 22 11:36:39 2018 -0700
+
+    fixed "Fixed" number decoding
+
+ src/hb-cff-interp-common-private.hh    | 11 ++++++++++-
+ src/hb-cff-interp-cs-common-private.hh |  4 ++--
+ 2 files changed, 12 insertions(+), 3 deletions(-)
+
+commit 811a651bbd3f1bda7ed8eaee9af8e9dbbc8f80de
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Aug 20 14:04:46 2018 -0700
+
+    fixed bugs with empty CFFIndex, fullset FDMap
+
+ src/hb-ot-cff-common-private.hh | 21 ++++++++++++++++++---
+ 1 file changed, 18 insertions(+), 3 deletions(-)
+
+commit 5cde2f55cd2f8917954f3a3f60bd571c86b3aa59
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Aug 17 16:50:13 2018 -0700
+
+    drop hints from CFF & CFF2 Private
+
+ src/hb-cff-interp-dict-common-private.hh | 24 ++++++++++++++
+ src/hb-subset-cff1.cc                    | 53 +++++++++++++++++++++++++++---
+ src/hb-subset-cff2.cc                    | 55 +++++++++++++++++++++++++++++---
+ 3 files changed, 123 insertions(+), 9 deletions(-)
+
+commit cef75ea41a513a612a683bced27ced31761204b5
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Aug 17 13:13:18 2018 -0700
+
+    Added CFF2 Subr nullifier
+    
+    along with CFF2 charstring interpreter
+    factored out common code between CFF1 & CFF2 to CSInterpreter
+    moved fetch_op from Interpreter to InterpEnv
+    misc code clean up & bug fixes
+
+ src/Makefile.sources                     |  1 +
+ src/hb-cff-interp-common-private.hh      | 44 +++++++--------
+ src/hb-cff-interp-cs-common-private.hh   | 95 +++++++++++++++++++++++++++++--
+ src/hb-cff-interp-dict-common-private.hh |  3 +-
+ src/hb-cff1-interp-cs.hh                 | 82 ---------------------------
+ src/hb-cff2-interp-cs.hh                 | 97 ++++++++++++++++++++++++++++++++
+ src/hb-ot-cff-common-private.hh          |  4 ++
+ src/hb-ot-cff2-table.hh                  |  7 ++-
+ src/hb-subset-cff1.cc                    |  1 +
+ src/hb-subset-cff2.cc                    | 62 ++++++++++++++++++--
+ 10 files changed, 278 insertions(+), 118 deletions(-)
+
+commit f57d6bcbca276cec54d1e5308c308265e8e983b9
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Aug 16 08:03:46 2018 -0700
+
+    renamed CFF::Index to CFF::CFFIndex
+    
+    to avoid confusion with OT::Index
+
+ src/hb-ot-cff-common-private.hh | 38 +++++++++++++++++++-------------------
+ src/hb-ot-cff1-table.hh         |  4 ++--
+ src/hb-ot-cff2-table.hh         |  2 +-
+ src/hb-subset-cff2.cc           |  4 ++--
+ 4 files changed, 24 insertions(+), 24 deletions(-)
+
+commit c4ae426a3d3f9411b94d35745ca0e14677cd7bdb
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Aug 16 00:59:46 2018 -0700
+
+    treat h/vstem the same as h/vstemhm
+
+ src/hb-cff1-interp-cs.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit e67bb3fbcf39385ea1db136aeca61291364fb75b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Aug 16 00:25:57 2018 -0700
+
+    renamed OT::cff to OT::cff1 for consistency
+    
+    along with HB_OT_TAG_cff1
+
+ src/hb-ot-cff1-table.hh | 14 +++++++-------
+ src/hb-subset-cff1.cc   | 16 ++++++++--------
+ src/hb-subset.cc        |  4 ++--
+ 3 files changed, 17 insertions(+), 17 deletions(-)
+
+commit fdbfa1848b2f279c0f7a885bc1a985fa3375cfcd
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Aug 16 00:13:09 2018 -0700
+
+    renamed CFF version 1 structs and sources to CFF1 from CFF
+    
+    "CFF" is used for shared structs & sources between CFF1 & CFF2
+    except OT:cff is for CFF version 1 table
+
+ src/Makefile.sources                              |   8 +-
+ src/{hb-cff-interp-cs.hh => hb-cff1-interp-cs.hh} |  22 ++--
+ src/{hb-ot-cff-table.hh => hb-ot-cff1-table.hh}   | 150 +++++++++++-----------
+ src/hb-ot-font.cc                                 |   2 +-
+ src/{hb-subset-cff.cc => hb-subset-cff1.cc}       |  86 ++++++-------
+ src/{hb-subset-cff.hh => hb-subset-cff1.hh}       |   8 +-
+ src/hb-subset.cc                                  |   2 +-
+ 7 files changed, 139 insertions(+), 139 deletions(-)
+
+commit 867f68bd8a74634ac6220bd76c8bafe3e2226041
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 15 15:53:50 2018 -0700
+
+    fix build attempt ^7
+
+ src/hb-subset-cff2.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 685db67bb07505729fdb997129ffd068bbe3c40d
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 15 15:45:17 2018 -0700
+
+    fix build attempt ^6
+
+ src/hb-subset-cff2.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 2810caafeb9a621d53653f454dab0fa3e7f5c4a3
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 15 15:30:24 2018 -0700
+
+    fix build attempt ^5
+
+ src/hb-subset-cff2.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 25b8310b2a3e074c9d1d723ab6d10a29f8d189be
+Merge: 7aa23f359 22defe096
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 15 15:00:55 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit 7aa23f3597e4783b88ad526021cc4cafc05395f2
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 15 15:00:32 2018 -0700
+
+    fix build attempt ^4
+
+ src/hb-cff-interp-cs.hh | 10 +++++-----
+ src/hb-subset-cff.cc    |  2 +-
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 270452a44653773b3dc584729ec438ff922e2739
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 15 13:15:08 2018 -0700
+
+    fix build attempt ^3
+
+ src/hb-cff-interp-common-private.hh    | 2 --
+ src/hb-cff-interp-cs-common-private.hh | 1 +
+ src/hb-cff-interp-cs.hh                | 1 +
+ src/hb-subset-cff.cc                   | 2 +-
+ 4 files changed, 3 insertions(+), 3 deletions(-)
+
+commit c234839f25e68700c3489c55fda2773f2e00eecb
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 15 13:04:43 2018 -0700
+
+    fix build attempt ^2
+
+ src/hb-cff-interp-common-private.hh      | 2 ++
+ src/hb-cff-interp-cs-common-private.hh   | 6 +++---
+ src/hb-cff-interp-cs.hh                  | 6 +++---
+ src/hb-cff-interp-dict-common-private.hh | 6 +++---
+ src/hb-subset-cff.cc                     | 6 +++---
+ 5 files changed, 14 insertions(+), 12 deletions(-)
+
+commit eab07e713a67da2c5b368c59808f7e2db1cf0b0b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 15 12:15:55 2018 -0700
+
+    fix build
+
+ src/Makefile.sources | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 633ce88de93f5c565ee7fb8acdbd93c57779524b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 15 12:00:19 2018 -0700
+
+    CFF Subrs subsetting
+    
+    Unreferenced subroutines are nullified (not removed) in a subset font
+    
+    Separate Interpreter struct from hb-ot-cff-common-private.hh in a set of four header files, augmented for CharString (CS):
+    hb-cff-interp-common-private.hh
+    hb-cff-interp-dict-common-private.hh
+    hb-cff-interp-cs-common-private.hh
+    hb-cff-interp-cs.hh
+    
+    Interpreter runtime is separated off as a new struct InterpEnv sub-classed differently for Dict and CharString (CS)
+
+ src/Makefile.sources                     |   8 +-
+ src/hb-cff-interp-common-private.hh      | 581 +++++++++++++++++++++++++++++++
+ src/hb-cff-interp-cs-common-private.hh   | 174 +++++++++
+ src/hb-cff-interp-cs.hh                  | 282 +++++++++++++++
+ src/hb-cff-interp-dict-common-private.hh | 183 ++++++++++
+ src/hb-ot-cff-common-private.hh          | 562 ++----------------------------
+ src/hb-ot-cff-table.hh                   | 165 ++++-----
+ src/hb-ot-cff2-table.hh                  | 147 ++++----
+ src/hb-subset-cff-common-private.hh      |  83 +++++
+ src/hb-subset-cff.cc                     | 118 +++++--
+ src/hb-subset-cff2.cc                    |  38 +-
+ 11 files changed, 1585 insertions(+), 756 deletions(-)
+
+commit 22defe0965adddaa09eebc13df7fa6c64e2abba3
+Author: Emil A Eklund <eae@chromium.org>
+Date:   Tue Aug 14 14:47:20 2018 -0700
+
+    Add guard around free_static_C_locale
+    
+    Add HB_USE_ATEXIT guard around free_static_C_locale missed by previous
+    commit.
+
+ src/hb-common.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 7112c6413ca7a1773847fe258145cc5162420953
+Author: Emil A Eklund <eae@chromium.org>
+Date:   Tue Aug 14 13:50:24 2018 -0700
+
+    Guard free_static function definitions with macro
+    
+    Add HB_USE_ATEXIT macros around free_static function definitions to
+    avoid unused function compiler warnings/errors.
+
+ src/hb-ft.cc      | 5 ++++-
+ src/hb-glib.cc    | 3 ++-
+ src/hb-icu.cc     | 3 ++-
+ src/hb-ot-font.cc | 3 ++-
+ src/hb-shape.cc   | 4 +++-
+ src/hb-shaper.cc  | 3 ++-
+ 6 files changed, 15 insertions(+), 6 deletions(-)
+
+commit 63be5dcdde61275822d931b2924425478bc1dac1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 14 10:59:34 2018 -0700
+
+    1.8.8
+
+ NEWS             | 18 ++++++++++++++++++
+ configure.ac     |  2 +-
+ src/hb-version.h |  4 ++--
+ 3 files changed, 21 insertions(+), 3 deletions(-)
+
+commit c9a22fa124310c98c73b8d7b495ed354542a75de
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 13 17:02:21 2018 -0700
+
+    [icu] Pass normalizer instance down as user_data
+
+ src/hb-icu.cc | 23 +++++++++--------------
+ 1 file changed, 9 insertions(+), 14 deletions(-)
+
+commit f0ef096b8cab33aa9e26edba9b15696bf907e268
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 13 10:30:41 2018 -0700
+
+    Don't add reference in get_unicode_funcs() functions
+    
+    Users don't expect a new reference returned from a get() function.
+    Indeed, all users of that API I foud where NOT destroying the reference.
+    Just change the implementations to NOT return a reference.
+    
+    This applies to the following APIs:
+    hb_unicode_funcs_get_default()
+    hb_glib_get_unicode_funcs()
+    hb_icu_get_unicode_funcs()
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1134
+
+ src/hb-buffer.cc | 3 +--
+ src/hb-glib.cc   | 2 +-
+ src/hb-icu.cc    | 2 +-
+ src/hb-ucdn.cc   | 2 +-
+ 4 files changed, 4 insertions(+), 5 deletions(-)
+
+commit 9bbd1cdf068635f4a737f1fc9ab54ba075601a5d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 18:20:53 2018 -0700
+
+    [uniscribe] Use lazy loader
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1129
+
+ src/hb-uniscribe.cc | 56 +++++++++++++++++++++++++++--------------------------
+ 1 file changed, 29 insertions(+), 27 deletions(-)
+
+commit 266368993625e0cfb6eef9188f8b9aa29fb97391
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 18:10:59 2018 -0700
+
+    Another clang bot fix
+
+ src/hb-shape.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 989e71a982658145f28f83f2111bdab9561f3db0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 17:47:59 2018 -0700
+
+    Silence clang
+
+ src/hb-machinery-private.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6750ec692cdd682bd33cb1c37b137cf3bb641d43
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 17:42:16 2018 -0700
+
+    [lazy] Use for C_locale
+
+ src/hb-common.cc | 60 ++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 30 insertions(+), 30 deletions(-)
+
+commit 747d2564e6bdcc15cf6a197e543fb732924159c5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 17:32:10 2018 -0700
+
+    [lazy] Port more
+
+ src/hb-machinery-private.hh |  1 -
+ src/hb-shaper.cc            | 78 ++++++++++++++++++++-------------------------
+ src/hb-uniscribe.cc         |  3 +-
+ 3 files changed, 37 insertions(+), 45 deletions(-)
+
+commit 7bd508a0c4ce426f474bfcc729cb39207dd1f7b4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 17:19:55 2018 -0700
+
+    [lazy] Rename free()
+
+ src/hb-ft.cc                | 4 ++--
+ src/hb-glib.cc              | 2 +-
+ src/hb-icu.cc               | 2 +-
+ src/hb-machinery-private.hh | 4 ++--
+ src/hb-ot-font.cc           | 2 +-
+ src/hb-shape.cc             | 6 +++---
+ src/hb-ucdn.cc              | 2 +-
+ 7 files changed, 11 insertions(+), 11 deletions(-)
+
+commit a3b97db910662e26bafe6e6bc1c36b437f4ed931
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 17:14:32 2018 -0700
+
+    [lazy] Port more to it
+
+ src/hb-shape.cc | 75 +++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 38 insertions(+), 37 deletions(-)
+
+commit 6901090945d7e16102f3a2b168465434032b9a09
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 16:57:06 2018 -0700
+
+    [lazy] Make hb_lazy_loader_t<> more usable
+
+ src/hb-ft.cc                |  7 +++---
+ src/hb-machinery-private.hh | 57 +++++++++++++++++++++++++++------------------
+ 2 files changed, 37 insertions(+), 27 deletions(-)
+
+commit bb905e9afcc3eb28a22ba78c09e661a814d04c1f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 16:40:08 2018 -0700
+
+    [lazy] Minor
+
+ src/hb-machinery-private.hh | 36 ++++++++++++++++++------------------
+ src/hb-ot-font.cc           |  8 ++++----
+ 2 files changed, 22 insertions(+), 22 deletions(-)
+
+commit 3945cd78a96bdd287e203a0261bac490df1314b0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 16:33:48 2018 -0700
+
+    Minor
+
+ src/hb-machinery-private.hh | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit c21a1b95dffedb6ed66b384f4adf07e6d05d4b9f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 16:30:39 2018 -0700
+
+    [icu] Use get_relaxed for normalizer access
+    
+    We've had the proper barriers already.  No need for more with every access.
+
+ src/hb-icu.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 125fefa2a6b23cf7eb4559904b23aff3731d5dba
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 16:29:41 2018 -0700
+
+    [icu] Fix for breakage after recent change
+
+ src/hb-icu.cc | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 53442be1edc73993bdcaffc4b895c07f1ea03ba0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 16:20:11 2018 -0700
+
+    [lazy] Use for ft_library
+
+ src/hb-ft.cc                | 61 ++++++++++++++++++++++-----------------------
+ src/hb-glib.cc              |  2 +-
+ src/hb-icu.cc               |  2 +-
+ src/hb-machinery-private.hh |  2 +-
+ src/hb-ot-font.cc           |  2 +-
+ src/hb-ucdn.cc              |  2 +-
+ 6 files changed, 35 insertions(+), 36 deletions(-)
+
+commit 7a8d480378af4094645dfb1527a61a94b4786b54
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 16:00:13 2018 -0700
+
+    [lazy] Add .free()
+
+ src/hb-ft.cc                | 2 +-
+ src/hb-glib.cc              | 2 +-
+ src/hb-icu.cc               | 2 +-
+ src/hb-machinery-private.hh | 4 ++++
+ src/hb-ot-font.cc           | 2 +-
+ src/hb-ucdn.cc              | 2 +-
+ 6 files changed, 9 insertions(+), 5 deletions(-)
+
+commit c7ca30a5337cb660e650d51ddd17d389909357c2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 13:46:53 2018 -0700
+
+    [ot/ft] Port font_funcs statis to lazy-loader
+
+ src/hb-ft.cc                | 56 ++++++++++++++++++++++-----------------------
+ src/hb-machinery-private.hh | 14 ++++++++++++
+ src/hb-ot-font.cc           | 49 +++++++++++++++++----------------------
+ 3 files changed, 62 insertions(+), 57 deletions(-)
+
+commit cb3fc3685c03c8ed07bcf05188f5d6c582fd5aaa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 13:39:01 2018 -0700
+
+    [ucdn/glib/icu] Port unicode_funcs statics to lazy-loader
+
+ src/hb-glib.cc              | 50 ++++++++++++++++++--------------------
+ src/hb-icu.cc               | 59 ++++++++++++++++-----------------------------
+ src/hb-machinery-private.hh | 28 ++++++++++++++++-----
+ src/hb-ucdn.cc              | 51 +++++++++++++++++----------------------
+ 4 files changed, 88 insertions(+), 100 deletions(-)
+
+commit 1b6b481262465ae1865c66c4d499b4b2c8d297fb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 13:16:40 2018 -0700
+
+    [lazy] Allow calling fini() multiple times
+
+ src/hb-machinery-private.hh | 9 ++++++++-
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+commit 918ad9f5d9b85384f24157523272a4ffc1927d16
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 13:12:29 2018 -0700
+
+    [lazy] More
+
+ src/hb-machinery-private.hh | 45 +++++++++++++++++++++++++++++++++++++--------
+ 1 file changed, 37 insertions(+), 8 deletions(-)
+
+commit 5abdf5eebadf9a4fbd50c1a893c9654de74d22ac
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 12:40:24 2018 -0700
+
+    [lazy] More shuffle
+
+ src/hb-machinery-private.hh | 80 +++++++++++++++++++--------------------------
+ 1 file changed, 34 insertions(+), 46 deletions(-)
+
+commit 5d9863be6ecf873033cbab732207dd420f3866e7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 12:27:47 2018 -0700
+
+    Minor
+
+ src/hb-machinery-private.hh | 6 ++++--
+ src/hb-ot-layout-private.hh | 2 +-
+ 2 files changed, 5 insertions(+), 3 deletions(-)
+
+commit f9a3eab81008c01a458d16f274b1a0eaaae00e7c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 12:21:56 2018 -0700
+
+    Add explicit_operator
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1127
+
+ src/hb-iter-private.hh |  2 +-
+ src/hb-private.hh      | 15 ++++++++++++++-
+ 2 files changed, 15 insertions(+), 2 deletions(-)
+
+commit 470acb6c322fc64556d59847d829d95caa2d51e6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 12 12:09:20 2018 -0700
+
+    Rename
+
+ src/hb-machinery-private.hh | 19 ++++++++++++-------
+ 1 file changed, 12 insertions(+), 7 deletions(-)
+
+commit 39607dc98e433ef577c1de0f309ce40fc40529be
+Author: Martin Hosken <martin_hosken@sil.org>
+Date:   Thu Aug 9 15:16:32 2018 +0700
+
+    Support _ in feature ids
+
+ src/hb-common.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a3a8c85b027779365bb33e2063221b4650fbac3b
+Merge: 145f371d7 652cd45c6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Aug 10 13:41:42 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit 145f371d71965b86635025c73117db0e24f2df75
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Aug 10 13:07:53 2018 -0700
+
+    fixed TRACE build failure
+
+ src/hb-ot-cff-common-private.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a97ed342d18bdb262400c8ab6501df110fe4e18f
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Aug 10 12:55:22 2018 -0700
+
+    fixed inclusion of excluded Private & local Subrs
+    
+    It was bloating a multi-FD subset font unnecessarily
+    defined a wrapper struct FDMap for fdmap
+
+ src/hb-ot-cff-common-private.hh     | 34 ++++++++++++++++++++-----
+ src/hb-subset-cff-common-private.cc |  6 ++---
+ src/hb-subset-cff-common-private.hh |  4 +--
+ src/hb-subset-cff.cc                | 48 +++++++++++++++++++----------------
+ src/hb-subset-cff2.cc               | 50 ++++++++++++++++++++-----------------
+ 5 files changed, 87 insertions(+), 55 deletions(-)
+
+commit 64c541226457907ec1801a5766050ee64feb67e8
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Aug 10 11:07:07 2018 -0700
+
+    Added CFF support
+    
+    Added sources hb-ot-cff-table.hh, hb-subset-cff.cc & hh
+    Templatized Index because CFF uses 16-bit count while CFF2 uses 32-bit
+    Misc code cleanup & bug fixes
+
+ src/Makefile.sources                |   9 +-
+ src/hb-ot-cff-common-private.hh     | 477 ++++++++++++-------
+ src/hb-ot-cff-table.hh              | 919 ++++++++++++++++++++++++++++++++++++
+ src/hb-ot-cff2-table.hh             | 235 ++++-----
+ src/hb-ot-font.cc                   |   1 +
+ src/hb-subset-cff-common-private.cc |   6 +-
+ src/hb-subset-cff-common-private.hh |   4 +-
+ src/hb-subset-cff.cc                | 560 ++++++++++++++++++++++
+ src/hb-subset-cff.hh                |  38 ++
+ src/hb-subset-cff2.cc               | 104 ++--
+ src/hb-subset.cc                    |   4 +
+ 11 files changed, 1991 insertions(+), 366 deletions(-)
+
+commit 652cd45c650b1cdce2585dcee614e5a9cdda530c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 9 01:02:02 2018 -0700
+
+    [coretext] Another try
+
+ src/hb-coretext.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3f3585ca1406edd74138f78739612c167ab57913
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 9 00:58:17 2018 -0700
+
+    Fix coretext build (hopefully)
+
+ src/hb-coretext.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit aa3b6017ed71fc251522ff1bedcdae965b4c1c1c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 9 00:56:28 2018 -0700
+
+    Revert "[iter] Make operator bool explicit"
+    
+    This reverts commit 66920a6bace7c54c8166c4ed938b6ffc5fabcf2b.
+    
+    Some of our bots (Oracle Studio and Apple gcc 4.2) do not allow
+    explicit except for constructors.
+    
+    https://github.com/harfbuzz/harfbuzz/issues/1127
+
+ src/hb-iter-private.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e1a2354220c369bd5a62d255acc42c60cd14c473
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 9 00:53:25 2018 -0700
+
+    [atomic] More
+
+ src/hb-atomic-private.hh | 2 --
+ src/hb-object-private.hh | 7 +++++--
+ 2 files changed, 5 insertions(+), 4 deletions(-)
+
+commit f1f4b45ac3d228a6b11e33357725de065e2ba2be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 9 00:28:40 2018 -0700
+
+    Fix lazy_loader fini()
+    
+    Was creating object even if wasn't there.
+
+ src/hb-machinery-private.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1f7380944df9aa81cd48a4764c763d692533c4a6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 9 00:22:37 2018 -0700
+
+    [atomic] Add hb_atomic_ptr_t<> and port all uses
+    
+    Found and fixed a couple bugs.
+    
+    Found a couple multithreading issues.  Marked them with "XXX-MT-bug".
+
+ src/hb-atomic-private.hh          | 34 +++++++++++++++++++++++++++++++---
+ src/hb-common.cc                  | 34 ++++++++++++++++++----------------
+ src/hb-face-private.hh            |  3 ++-
+ src/hb-face.cc                    |  6 +++---
+ src/hb-font.cc                    |  2 +-
+ src/hb-ft.cc                      | 22 ++++++++++++----------
+ src/hb-glib.cc                    | 11 ++++++-----
+ src/hb-graphite2.cc               | 16 +++++++++-------
+ src/hb-icu.cc                     | 22 ++++++++++++----------
+ src/hb-machinery-private.hh       | 17 +++++++++--------
+ src/hb-object-private.hh          | 29 +++++++++++++++--------------
+ src/hb-ot-font.cc                 | 11 ++++++-----
+ src/hb-ot-layout-private.hh       |  2 +-
+ src/hb-ot-post-table.hh           |  9 +++++----
+ src/hb-ot-shape-complex-arabic.cc |  9 +++++----
+ src/hb-shape-plan.cc              | 19 +++++++++++--------
+ src/hb-shape.cc                   | 11 ++++++-----
+ src/hb-shaper-impl-private.hh     |  2 +-
+ src/hb-shaper-private.hh          | 16 +++++++++-------
+ src/hb-shaper.cc                  | 18 ++++++++++--------
+ src/hb-ucdn.cc                    | 11 ++++++-----
+ src/hb-uniscribe.cc               | 14 +++++++-------
+ 22 files changed, 185 insertions(+), 133 deletions(-)
+
+commit 6e42f4c53ff52cc242051e80600e19513136f6d1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 8 22:51:35 2018 -0700
+
+    [atomic] Remove hb_atomic_int_impl_t now that it's always int
+
+ src/hb-atomic-private.hh | 14 +++++---------
+ 1 file changed, 5 insertions(+), 9 deletions(-)
+
+commit 1227a9e5a5befffa688c1cce141533fd80144d14
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 8 22:45:49 2018 -0700
+
+    [atomic] Unify typedef
+    
+    Removes volatile from fallback implementation.  That was handwavy
+    anyway.
+
+ src/hb-atomic-private.hh | 22 ++++++++--------------
+ 1 file changed, 8 insertions(+), 14 deletions(-)
+
+commit 5cd1888c9dcb8b32bcfe08be38bdd13fd8a09b5e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 8 22:43:53 2018 -0700
+
+    [atomic] Change Mac atomic int type to int
+    
+    If ever int is not 32bit, we'll fix this...
+
+ src/hb-atomic-private.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e1de86eac188e804c6737fcad66ae09cf25ef221
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 8 22:42:33 2018 -0700
+
+    [atomic] Change Windows atomic int type to int
+
+ src/hb-atomic-private.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit aee2d10b2bf09814b32bccdecd4c3fbebafc542e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 8 22:40:10 2018 -0700
+
+    [atomic] Change Solaris atomic int to signed
+
+ src/hb-atomic-private.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b6fdcf4f8bd09e065c767939125861c9dc8ff18f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 8 21:54:08 2018 -0700
+
+    1.8.7
+
+ NEWS             | 6 ++++++
+ RELEASING.md     | 3 +++
+ configure.ac     | 2 +-
+ src/hb-version.h | 4 ++--
+ 4 files changed, 12 insertions(+), 3 deletions(-)
+
+commit 51ffc3e65aacbece63995be99e2bc20538e3eb75
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 8 22:01:04 2018 -0700
+
+    Fix previous commit to use atomic operations
+
+ src/hb-machinery-private.hh | 13 ++++++++++---
+ 1 file changed, 10 insertions(+), 3 deletions(-)
+
+commit 883957688cc4aa4335e5131a60b3ac3b53290726
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 8 21:42:18 2018 -0700
+
+    Fix assertion failure
+    
+    https://bugzilla.mozilla.org/show_bug.cgi?id=1476334
+
+ src/hb-machinery-private.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit e49a38b20e82e50bca96751470e945cbe0524880
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 7 09:55:42 2018 -0700
+
+    1.8.6
+
+ NEWS             | 15 +++++++++++++++
+ configure.ac     |  2 +-
+ src/hb-font.cc   |  6 +++---
+ src/hb-font.h    |  4 ++--
+ src/hb-version.h |  4 ++--
+ 5 files changed, 23 insertions(+), 8 deletions(-)
+
+commit b0ff79acd804e47a2a3db73746cf9c6dc986950a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 7 09:52:06 2018 -0700
+
+    Add +hb_font_get_glyph_advances_for_direction
+    
+    New API:
+    +hb_font_get_glyph_advances_for_direction
+
+ docs/harfbuzz-sections.txt |  1 +
+ src/hb-font-private.hh     | 12 ++++++++++++
+ src/hb-font.cc             | 20 ++++++++++++++++++++
+ src/hb-font.h              |  8 ++++++++
+ 4 files changed, 41 insertions(+)
+
+commit 28e2f467e1c7dd5e82d105efa8c4580dbfc93960
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 7 09:47:00 2018 -0700
+
+    Actually add hb_font_get_glyph_[hv]_advances
+    
+    New API:
+    +hb_font_get_glyph_h_advances
+    +hb_font_get_glyph_v_advances
+
+ src/hb-font.cc | 37 +++++++++++++++++++++++++++++++++++++
+ src/hb-font.h  | 15 +++++++++++++++
+ 2 files changed, 52 insertions(+)
+
+commit 996775191a3fdeeeaee80e3123ef2240e6390b3d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 7 09:44:01 2018 -0700
+
+    Minor
+
+ src/hb-font-private.hh | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit 3d7c555a19ca0725c386aa6da648ecf2ae50fc19
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Aug 7 09:37:52 2018 -0700
+
+    Remove get_advances_nil and alias it to get_advances_default
+
+ src/hb-font.cc | 36 ++----------------------------------
+ 1 file changed, 2 insertions(+), 34 deletions(-)
+
+commit 66920a6bace7c54c8166c4ed938b6ffc5fabcf2b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 6 15:32:13 2018 -0700
+
+    [iter] Make operator bool explicit
+    
+    We would need to write:
+    
+      for (Iter<T> it (...); bool (t); t++)
+    
+    instead of:
+    
+      for (Iter<T> it (...); t; t++)
+    
+    But I think it's an improvement in code readability in the long term.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1127
+
+ src/hb-iter-private.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 161ece4c3097096f355dc5ea514320a8dc678bea
+Merge: e8d695eba 79e21984b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Aug 6 11:23:50 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit e8d695ebaa4b5d36d907042fb6930244e87b1e29
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Aug 6 11:13:06 2018 -0700
+
+    removed CMakeCache.txt
+
+ build/CMakeCache.txt | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 9fae33b9f3fd7fce816c3db71089db4ce0c82d4c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Aug 6 10:44:12 2018 -0700
+
+    Silence Codacy
+
+ build/CMakeCache.txt                | 1 +
+ src/hb-subset-cff-common-private.cc | 8 +++++---
+ src/hb-subset-cff2.cc               | 4 +++-
+ 3 files changed, 9 insertions(+), 4 deletions(-)
+
+commit 5561b818498431adb52f958d1e9589620f0e6539
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Aug 6 10:04:53 2018 -0700
+
+    subset FDSelect and FDArray
+    
+    Added a set of sources hb-subset-cff-common-private.cc & .hh for FDSelect subseting code.
+    Added FDSelect format 4 (CFF2 only) support. Shared its implementation with format 3 as a template.
+
+ src/Makefile.sources                |   2 +
+ src/hb-ot-cff-common-private.hh     | 130 ++++++++++++++++-------
+ src/hb-ot-cff2-table.hh             |  71 ++++++++++++-
+ src/hb-subset-cff-common-private.cc | 200 ++++++++++++++++++++++++++++++++++++
+ src/hb-subset-cff-common-private.hh |  54 ++++++++++
+ src/hb-subset-cff2.cc               |  71 ++++++++++---
+ 6 files changed, 476 insertions(+), 52 deletions(-)
+
+commit 79e21984b13bdb879f3007ba9a97fde47df340d3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 6 09:45:17 2018 -0700
+
+    Add batch advance width callback function
+    
+    New API:
+    +hb_font_funcs_set_glyph_h_advances_func
+    +hb_font_funcs_set_glyph_v_advances_func
+    +hb_font_get_glyph_h_advances
+    +hb_font_get_glyph_h_advances_func_t
+    +hb_font_get_glyph_v_advances
+    +hb_font_get_glyph_v_advances_func_t
+
+ docs/harfbuzz-sections.txt |   6 +
+ src/hb-font-private.hh     |  41 +++++--
+ src/hb-font.cc             | 299 +++++++++++++++++++++++++++------------------
+ src/hb-font.h              |  53 ++++++--
+ src/hb-ot-shape.cc         |   3 +-
+ 5 files changed, 255 insertions(+), 147 deletions(-)
+
+commit 9533364cc3a8cccbae793de1873a727de73f64d5
+Author: Koji Ishii <kojii@chromium.org>
+Date:   Wed Aug 1 13:01:08 2018 +0900
+
+    batchwidth
+
+ src/hb-font-private.hh | 13 +++++++++++++
+ src/hb-font.cc         | 37 +++++++++++++++++++++++++++++++++++++
+ src/hb-font.h          | 15 +++++++++++++++
+ src/hb-ot-shape.cc     |  4 ++--
+ 4 files changed, 67 insertions(+), 2 deletions(-)
+
+commit b912fbea17c50e229977345012227810ed7641e9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 6 06:30:12 2018 -0700
+
+    Remove most uses of direct comparison to Null objects
+
+ src/hb-ot-glyf-table.hh                    | 6 +++---
+ src/hb-ot-head-table.hh                    | 4 ++--
+ src/hb-ot-layout-gdef-table.hh             | 1 +
+ src/hb-ot-layout-gsubgpos-private.hh       | 1 +
+ src/hb-ot-layout.cc                        | 6 +++---
+ src/hb-ot-math-table.hh                    | 2 ++
+ src/hb-ot-math.cc                          | 2 +-
+ src/hb-ot-shape-complex-arabic-fallback.hh | 3 ++-
+ src/hb-ot-var-fvar-table.hh                | 2 ++
+ src/hb-ot-var.cc                           | 2 +-
+ src/hb-subset.cc                           | 2 +-
+ src/main.cc                                | 2 +-
+ 12 files changed, 20 insertions(+), 13 deletions(-)
+
+commit 3506672ce9d8685ce4e113716b0d06adbc7981b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 6 06:17:48 2018 -0700
+
+    Port _nil objects to Null() machinery
+    
+    Finally, unified!
+
+ src/hb-blob-private.hh                     |  1 +
+ src/hb-blob.cc                             | 29 ++++++-------
+ src/hb-buffer-private.hh                   |  4 +-
+ src/hb-buffer.cc                           | 44 ++++++++++----------
+ src/hb-face-private.hh                     |  6 +--
+ src/hb-face.cc                             |  5 ++-
+ src/hb-font-private.hh                     | 10 +++--
+ src/hb-font.cc                             | 66 ++++++++++++++++--------------
+ src/hb-null.hh                             | 11 ++++-
+ src/hb-ot-shape-complex-arabic-fallback.hh | 11 +++--
+ src/hb-shape-plan-private.hh               |  1 +
+ src/hb-shape-plan.cc                       | 50 +++++++++++-----------
+ src/hb-unicode-private.hh                  |  7 ++--
+ src/hb-unicode.cc                          |  5 ++-
+ 14 files changed, 137 insertions(+), 113 deletions(-)
+
+commit 1abd427acfb7229b8607646bdde59f29306b86e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 6 05:53:35 2018 -0700
+
+    [BASE] Rename horzi/vert to h/v
+
+ src/hb-ot-layout-base-table.hh | 68 +++++++++++++++++++++---------------------
+ 1 file changed, 34 insertions(+), 34 deletions(-)
+
+commit da48aca1be89efbb8b3ca4471f542aa54aff17c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 6 05:52:12 2018 -0700
+
+    [BASE] Misc fixes
+    
+    The code was badly broken.  In better shape now, but still, needs
+    a full review before ever working.
+
+ src/hb-ot-layout-base-table.hh | 163 +++++++++++++++++------------------------
+ 1 file changed, 68 insertions(+), 95 deletions(-)
+
+commit f9cfa5cb0e70203279e74fb6adb0cd4570238ff8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 6 05:29:15 2018 -0700
+
+    Change null-pool specialization to min_size again
+
+ src/hb-null.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 25147ff8086ab65995fe046cfdf8007604de6962
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 6 05:01:52 2018 -0700
+
+    Move Null system to hb-null.hh
+
+ src/Makefile.sources |  1 +
+ src/hb-null.hh       | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-private.hh    | 65 +----------------------------------
+ 3 files changed, 99 insertions(+), 64 deletions(-)
+
+commit f800368df33e7ec15c3e77bdb9f4b464899322d3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 6 04:58:34 2018 -0700
+
+    Remove unused macros
+
+ src/hb-object-private.hh | 1 -
+ src/hb-vector-private.hh | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit 19e0091299f06856002c702792b448b06da637a8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 6 04:54:31 2018 -0700
+
+    Minor
+
+ src/hb-private.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 37be774af921812018f723521b90f2ab54f661c5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 6 04:51:38 2018 -0700
+
+    Minor
+
+ src/hb-private.hh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit e1acff806b469e58f568bf5ad6ba578207821e87
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 6 04:42:46 2018 -0700
+
+    Move hb_vector_t to hb-vector-private.hh
+
+ src/Makefile.sources     |   1 +
+ src/hb-dsalgs.hh         | 297 -----------------------------------------------
+ src/hb-object-private.hh | 109 ++++++++++++++++-
+ src/hb-vector-private.hh | 239 ++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 346 insertions(+), 300 deletions(-)
+
+commit be336dadc07460a53de51be32dd5d1f218b398b6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Aug 6 04:32:51 2018 -0700
+
+    Move some more code around
+
+ src/hb-dsalgs.hh  | 43 +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-private.hh | 51 +--------------------------------------------------
+ 2 files changed, 44 insertions(+), 50 deletions(-)
+
+commit 92806ee055c8efb68fcbe9e1750ce2532a1f8ab3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Aug 5 21:41:52 2018 -0700
+
+    Move null data definitions to hb-static.cc
+    
+    Also remove "    " null data for Tag.  Just use zeroes.
+
+ src/hb-open-type-private.hh        |  3 +--
+ src/hb-ot-layout-common-private.hh |  5 ++---
+ src/hb-private.hh                  | 12 +++++++-----
+ src/hb-static.cc                   | 10 +++++++++-
+ 4 files changed, 19 insertions(+), 11 deletions(-)
+
+commit 1b4d5a2402302e90867c178b6b2ad07541091a74
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 3 19:55:09 2018 -0700
+
+    Minor
+
+ src/hb-ot-layout-private.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 7df7963b46223f47e89a5a38c597c874aaa93141
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 3 19:54:33 2018 -0700
+
+    Make lazy loader deal with OOM
+
+ src/hb-machinery-private.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 30ff8ac865a266c8dca11eeac155c2cd3d1aa159
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 3 17:32:00 2018 -0700
+
+    Rename
+
+ src/hb-machinery-private.hh | 6 +++---
+ src/hb-ot-font.cc           | 8 ++++----
+ 2 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 85ba4a190f30da5147d3b2ddac4d58dda31181f1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 3 17:06:42 2018 -0700
+
+    [ot] Comment
+
+ src/hb-ot-layout-private.hh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 07afc1a213bde91fdfc44dd613f2e82ac1617c9f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 3 17:03:32 2018 -0700
+
+    [ot] Add misc tables to tables_t
+    
+    Most unused.
+
+ src/hb-ot-layout-private.hh | 36 ++++++++++++++++++++++--------------
+ 1 file changed, 22 insertions(+), 14 deletions(-)
+
+commit 74b4df2cdef68b74536d9c29426b242199a63a6f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 3 16:57:40 2018 -0700
+
+    [ot] Move GDEF into tables_t
+
+ src/hb-machinery-private.hh          |  6 ++++++
+ src/hb-ot-layout-gsub-table.hh       |  2 +-
+ src/hb-ot-layout-gsubgpos-private.hh |  2 +-
+ src/hb-ot-layout-private.hh          |  7 +------
+ src/hb-ot-layout.cc                  | 15 +++++----------
+ 5 files changed, 14 insertions(+), 18 deletions(-)
+
+commit 0271c7ab3b76dbf8a4e3e92eaf67d9d61b7a63dc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 3 16:45:57 2018 -0700
+
+    [ot] Move GSUB/GPOS into tables_t
+
+ src/hb-machinery-private.hh    |  6 ++----
+ src/hb-ot-layout-gpos-table.hh |  4 ++--
+ src/hb-ot-layout-gsub-table.hh |  4 ++--
+ src/hb-ot-layout-private.hh    |  7 ++----
+ src/hb-ot-layout.cc            | 49 +++++++++++++++++++-----------------------
+ 5 files changed, 30 insertions(+), 40 deletions(-)
+
+commit f73d2775cf649d148ace7c2593da9666d60fc1be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 3 16:34:25 2018 -0700
+
+    [ot] More shuffling
+    
+    Misc. table loading now properly automated.
+
+ src/hb-ot-layout-private.hh | 67 +++++++++++++++++++++++++++++----------------
+ src/hb-ot-layout.cc         | 25 +++++++++++------
+ src/hb-ot-math.cc           |  2 +-
+ 3 files changed, 61 insertions(+), 33 deletions(-)
+
+commit 52fbd23d868a989d51b7df5be40be582890d13e5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Aug 3 16:22:16 2018 -0700
+
+    [ot] Minor
+
+ src/hb-aat-layout.cc        |  4 ++--
+ src/hb-face-private.hh      |  7 ++-----
+ src/hb-machinery-private.hh |  1 +
+ src/hb-ot-layout-private.hh | 15 +++++++++------
+ src/hb-ot-layout.cc         | 20 ++++++++++----------
+ src/hb-ot-math.cc           |  2 +-
+ src/hb-ot-var.cc            |  4 ++--
+ 7 files changed, 27 insertions(+), 26 deletions(-)
+
+commit cc3f4e00aa5da1d9f0430adefe30689b3daa8282
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Aug 3 15:00:37 2018 -0700
+
+    silence gcc
+
+ src/hb-ot-cff2-table.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 00970dd2420c3dcc58c25568be4abe6586c159df
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Fri Aug 3 14:35:09 2018 -0700
+
+    Removed parsed hint fields from CFF2PrivateDictValues
+    
+    Instead moved & stored uniformly in values vector (renamed from opstrs)
+    This should be fine as we aren't likely going to use them as hints after all
+    Templatized DictValues whether to parse them out
+    For subsetter, they aren't parsed
+
+ src/hb-ot-cff-common-private.hh | 113 ++++++++++++++----------
+ src/hb-ot-cff2-table.hh         | 185 ++++++++++++----------------------------
+ src/hb-subset-cff2.cc           |   2 +-
+ 3 files changed, 120 insertions(+), 180 deletions(-)
+
+commit 6a0a298aabe777e2c1ed443f100fe6142c83e3b3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 2 23:13:19 2018 -0700
+
+    [ot] Move code around
+
+ src/hb-ot-layout.cc | 211 ++++++++++++++++++++++++++--------------------------
+ 1 file changed, 106 insertions(+), 105 deletions(-)
+
+commit 5e718a751efdda89511c9f30238b500125193499
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 2 23:04:42 2018 -0700
+
+    [ot] Use switch for checking for blacklisted GDEF tables
+    
+    Faster / more compact code.
+
+ src/hb-ot-layout.cc | 107 +++++++++++++++++++++++++++++-----------------------
+ 1 file changed, 59 insertions(+), 48 deletions(-)
+
+commit b5cdf5280d5b00df5356cc5c3236844ca0576bd0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 2 22:56:42 2018 -0700
+
+    [ot] In GDEF blacklisting logic, remove the glyph index check for Times
+    
+    Just blacklist based on table sizes like we do for other fonts.
+
+ src/hb-ot-layout.cc | 12 ------------
+ 1 file changed, 12 deletions(-)
+
+commit c988b119994ef78d400bc7d3139785312da0be75
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 2 20:04:37 2018 -0700
+
+    Move code around
+
+ src/hb-ot-font.cc | 41 ++++++++++++++++++++++++++---------------
+ 1 file changed, 26 insertions(+), 15 deletions(-)
+
+commit 76f7397c10832b891a082e30afc74222bd5ffd7b
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Aug 2 16:28:10 2018 -0700
+
+    templatized CFF2 accelerator for lean Private dict interpretting for subset
+    
+    also fixed local subrs serialization
+
+ src/hb-ot-cff-common-private.hh |   8 ++-
+ src/hb-ot-cff2-table.hh         | 119 ++++++++++++++++++++++++++++++++--------
+ src/hb-subset-cff2.cc           |  13 +++--
+ 3 files changed, 109 insertions(+), 31 deletions(-)
+
+commit 43040564e661fdd616d39e84fde07612d55bb785
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Aug 2 12:23:10 2018 -0700
+
+    removed TRACE_SERIALIZE from non-member function _write_cff2
+
+ src/hb-subset-cff2.cc | 29 ++++++++++++++---------------
+ 1 file changed, 14 insertions(+), 15 deletions(-)
+
+commit e2fd49e4779663e3138bd1990736a9cf850303bf
+Merge: 693ae8047 d4d1bf817
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Aug 2 11:39:22 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit 693ae804743c60968d4339465fa6480e0ed8396c
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Aug 2 11:22:42 2018 -0700
+
+    more silencing fixes
+
+ src/hb-ot-cff2-table.hh | 2 +-
+ src/hb-subset-cff2.cc   | 1 +
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit f6da44983178e345ddbac1bcd1691ddb330399c6
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Aug 2 10:52:08 2018 -0700
+
+    silence archlinux
+
+ src/hb-ot-cff-common-private.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 58279c3db4f31bf3f9a509d1d88bca01b57c6b81
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Thu Aug 2 10:18:01 2018 -0700
+
+    silence Codacy
+
+ src/hb-ot-cff-common-private.hh | 25 +++++++++++++++++++------
+ src/hb-ot-cff2-table.hh         | 14 +++++++-------
+ 2 files changed, 26 insertions(+), 13 deletions(-)
+
+commit 574b37e933f98e35c2bdae04458a95522bbfbb82
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 2 02:22:38 2018 -0700
+
+    Minor
+
+ src/hb-ot-font.cc           | 2 +-
+ src/hb-ot-layout-private.hh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit d4d1bf8177b127caa57b146c932f553dca1ad933
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 2 02:04:02 2018 -0700
+
+    Fix for recent rename
+
+ src/hb-graphite2.cc | 2 +-
+ src/hb-uniscribe.cc | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 91126aa11a5fa2bff72137df4768ad13fc9b7803
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 2 02:03:13 2018 -0700
+
+    [uniscribe] Update for recent changes
+
+ src/hb-uniscribe.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 66952ec47b5f09d88b83fb6a71b1cdb26c53668d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 2 01:44:20 2018 -0700
+
+    Remove unused table reference
+
+ src/hb-ot-layout-private.hh | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit 443de26fa56dd1ef149d3ce4206f4495eceec2eb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 2 01:41:19 2018 -0700
+
+    Minor
+
+ src/hb-face.cc              |  1 -
+ src/hb-ot-layout-private.hh | 12 ++++++------
+ 2 files changed, 6 insertions(+), 7 deletions(-)
+
+commit ee35af738b5c802ca62eb1c39b77f0bd992329df
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 2 01:37:57 2018 -0700
+
+    Make lazy-loader safe for nil objectification
+
+ src/hb-machinery-private.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 6404c49d0735d92779089ddef5c1d34aad1542d7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 2 01:36:08 2018 -0700
+
+    Minor
+
+ src/hb-machinery-private.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit ff7826e90bce46985651015059872d1d8559b6ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 2 01:27:40 2018 -0700
+
+    Reduce storage by sharing face amongst lazy_loaders
+
+ src/hb-machinery-private.hh | 113 ++++++++++++++++++++++++--------------------
+ src/hb-ot-font.cc           |  19 ++++----
+ src/hb-ot-layout-private.hh |  11 +++--
+ src/hb-ot-layout.cc         |   9 ++--
+ 4 files changed, 85 insertions(+), 67 deletions(-)
+
+commit bdd3c11a19d87999eeaff2c82f21c6938d1d9342
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Aug 2 00:38:46 2018 -0700
+
+    Internal templatization of lazy-loaders
+
+ src/hb-machinery-private.hh | 74 ++++++++++++++++++++-------------------------
+ 1 file changed, 32 insertions(+), 42 deletions(-)
+
+commit ed7b2e58fc9afb547656cf28eb4a253d989de43c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 1 23:59:09 2018 -0700
+
+    Remove OT namespace from hb-machinery-private.hh
+
+ src/dump-emoji.cc                          |  4 ++--
+ src/hb-aat-layout.cc                       |  2 +-
+ src/hb-face.cc                             |  4 ++--
+ src/hb-machinery-private.hh                | 14 +++++---------
+ src/hb-ot-font.cc                          |  8 ++++----
+ src/hb-ot-layout-private.hh                | 10 +++++-----
+ src/hb-ot-layout.cc                        |  8 ++++----
+ src/hb-ot-shape-complex-arabic-fallback.hh | 18 +++++++++---------
+ src/hb-static.cc                           |  4 ++--
+ src/hb-subset-glyf.cc                      |  2 +-
+ src/hb-subset.cc                           |  8 ++++----
+ src/hb-uniscribe.cc                        |  2 +-
+ 12 files changed, 40 insertions(+), 44 deletions(-)
+
+commit cb1491f92e24649433988ff81a89347dccf07c8b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 1 22:50:45 2018 -0700
+
+    Minor
+
+ src/hb-blob-private.hh      |  5 -----
+ src/hb-machinery-private.hh | 10 ++++++----
+ 2 files changed, 6 insertions(+), 9 deletions(-)
+
+commit 16ccfafbbd48c7a9737ce1d12e75406a050b71a9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 1 22:50:06 2018 -0700
+
+    [face] Sprinkle const in the API
+
+ src/hb-face.cc | 17 +++++++++--------
+ src/hb-face.h  | 16 ++++++++--------
+ 2 files changed, 17 insertions(+), 16 deletions(-)
+
+commit 3d22aefedebb5277c5d79011e48e7be1a26a53c1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 1 18:03:32 2018 -0700
+
+    Rename
+
+ src/hb-coretext.cc       | 46 +++++++++++++++++++++++-----------------------
+ src/hb-directwrite.cc    | 28 ++++++++++++++--------------
+ src/hb-fallback-shape.cc | 24 ++++++++++++------------
+ src/hb-graphite2.cc      | 26 +++++++++++++-------------
+ src/hb-ot-shape.cc       | 20 ++++++++++----------
+ src/hb-shaper-private.hh |  2 +-
+ src/hb-uniscribe.cc      | 34 +++++++++++++++++-----------------
+ 7 files changed, 90 insertions(+), 90 deletions(-)
+
+commit 1a624c6e06763a8a61bc686d2d44272d4ef50d4a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 1 17:53:30 2018 -0700
+
+    Add comment re (our only) race condition
+
+ src/hb-shaper-private.hh | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 19ce0b24c0173fed11104a8ab039e856cbf40924
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 1 17:34:59 2018 -0700
+
+    removed unused field OpStr::update
+
+ src/hb-ot-cff-common-private.hh |  4 +---
+ src/hb-ot-cff2-table.hh         | 22 +++++++++++-----------
+ 2 files changed, 12 insertions(+), 14 deletions(-)
+
+commit 3bda54c43b248ee2bc18a9210fb4d880bb4d82ac
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 1 16:32:27 2018 -0700
+
+    fixed Index::serialize
+    
+    The bug was causing CharString of the last glyph corrupt
+
+ src/hb-ot-cff-common-private.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 16f4dc9b73a197a5ab0ad29dcf5a7ed7495ec4e1
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 1 16:06:52 2018 -0700
+
+    fixed CFF2VariationStore::serialize
+    
+    also get_size
+
+ src/hb-ot-cff2-table.hh | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 44d1fb37efa20852cc466c0f0bba95dbd24ce288
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 1 14:51:51 2018 -0700
+
+    1.8.5
+
+ NEWS                | 8 ++++++++
+ configure.ac        | 2 +-
+ src/hb-ot-layout.cc | 2 +-
+ src/hb-version.h    | 4 ++--
+ 4 files changed, 12 insertions(+), 4 deletions(-)
+
+commit 13f4c137c686aed5c2888b5c47d9f16892be0d5e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 1 14:13:59 2018 -0700
+
+    [atomic] Fix Solaris ones to add proper barriers
+
+ src/hb-atomic-private.hh | 52 +++++++++++++++++++++++++++++++++---------------
+ 1 file changed, 36 insertions(+), 16 deletions(-)
+
+commit 19dfaa351568887a74cee2c46d6acfcc3fa718ff
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 1 14:02:39 2018 -0700
+
+    [atomic] Remove volatile from IBM impl signature
+
+ src/hb-atomic-private.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 2093a3e0cbb98c2daa39f308d50a12f0a719bc81
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 1 14:00:46 2018 -0700
+
+    [atomic] Oops
+
+ src/hb-atomic-private.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 19b98348ffc660501e518bf48cd63d232f7585e7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 1 13:59:59 2018 -0700
+
+    [atomic] Use read-barrier for get()
+
+ src/hb-atomic-private.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 006d4f031a30dd04f5bb9c3d1daca187ef6b7f1e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 1 13:59:31 2018 -0700
+
+    [atomic] Some more minor tweaks
+
+ src/hb-atomic-private.hh | 31 ++++++++++++++++++++-----------
+ 1 file changed, 20 insertions(+), 11 deletions(-)
+
+commit 28d03a8afcc1f0ba6d9d0d88f669cc53bb030dd8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Aug 2 00:11:43 2018 +0430
+
+    [ci] Fix Appveyor bot (#1123)
+
+ appveyor.yml | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit b2ff582c8c1a0fea60ee323dc820ce6fe807b063
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Aug 1 11:30:38 2018 -0700
+
+    Implemented hb_subset_cff2
+    
+    Added serialize functions to CFF2 structs
+    Fixed issues & bugs & code cleanup
+    Now subsetting CFF2 table outputs something
+
+ src/hb-ot-cff-common-private.hh | 428 +++++++++++++++++++++++++++++++++++-----
+ src/hb-ot-cff2-table.hh         | 237 +++++++++++++++++-----
+ src/hb-private.hh               |   2 +-
+ src/hb-subset-cff2.cc           | 392 +++++++++++++++++++++++++++++++-----
+ 4 files changed, 914 insertions(+), 145 deletions(-)
+
+commit 1a7fed631880fff8a947ebec9c7427efff581916
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Aug 1 12:15:44 2018 +0430
+
+    Revert "Add a new API, hb_ot_layout_get_feature_name_ids (#976)" (#1121)
+    
+    This reverts commit 0c1b287b72e91e0898d75acb5d5acf1c6b9a7498.
+
+ docs/harfbuzz-sections.txt         |  1 -
+ src/hb-ot-layout-common-private.hh | 14 -------
+ src/hb-ot-layout.cc                | 86 --------------------------------------
+ src/hb-ot-layout.h                 |  8 ----
+ 4 files changed, 109 deletions(-)
+
+commit dfc86e4b35ffdeb8f73e83511712e75413bbb7d9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 1 00:22:18 2018 -0700
+
+    [atomic] Fix cast to fallback ptr_get()
+
+ src/hb-atomic-private.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7a4d576e81c4de68ea66b2d5fe7712e29d715272
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Aug 1 00:19:25 2018 -0700
+
+    [gobject] Fix copy/paste error
+
+ src/hb-gobject-structs.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ad275627425c9b3c4fb1e69aa408067bd0bb77da
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 23:01:05 2018 -0700
+
+    [atomic] On IBM, use light-weight sync for everything
+    
+    lwsync() is a full read/write-barrier.  That's all we need, never
+    need sync().  I'm not sure why an isync() was used in fetch_and_add,
+    but since that's a read-modify-write, I just changed it to have
+    lwsync() on both sides.
+
+ src/hb-atomic-private.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit fd638d215feb058c2294e447cc68f6f50e2b481d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 23:00:15 2018 -0700
+
+    [atomic] Add XXX items around Solaris ops
+    
+    Since add_int and cas are both read-modify-write, I wonder if we
+    also need a barrier after them.
+
+ src/hb-atomic-private.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 896ff15ae60a4a4b94c62946e69196b877839bb5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 22:51:38 2018 -0700
+
+    [atomic] Fix get() impl
+    
+    Originally, glib's atomic_get was implemented as "memory_barrier; load".
+    I copied this into cairo, fontconfig, and harfbuzz.  However, that's
+    wrong.  Correct way is "load; memory_barrier".  The details are long
+    and hard to fully grasp.  Best to read:
+    
+      https://www.kernel.org/doc/Documentation/memory-barriers.txt
+    
+    Also see my report against GNOME:
+    
+      https://gitlab.gnome.org/GNOME/glib/issues/1449
+    
+    Note that this is irrelevant if C++11-like atomic ops are available.
+
+ src/hb-atomic-private.hh | 28 +++++++++++++++++-----------
+ 1 file changed, 17 insertions(+), 11 deletions(-)
+
+commit d7a15799d40dac1f9521674a82c3293a7cb42ee4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 22:28:28 2018 -0700
+
+    [gobject] Hook up hb_map_t
+
+ docs/harfbuzz-sections.txt | 2 ++
+ src/hb-gobject-structs.cc  | 1 +
+ src/hb-gobject-structs.h   | 4 ++++
+ src/hb-map.cc              | 6 ++----
+ 4 files changed, 9 insertions(+), 4 deletions(-)
+
+commit 63c74e8d1d85067cbeffe635eb5ed4e8aa130776
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 22:21:21 2018 -0700
+
+    [atomic] Fix fallback impl
+
+ src/hb-atomic-private.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4bc16aca4760ac9ffd8c63bbaea24fc7d234f715
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 21:05:51 2018 -0700
+
+    [atomic] Add get_relaxed / set_relaxed
+    
+    To help TSan and be more "correct".
+
+ src/hb-atomic-private.hh         | 37 ++++++++++++++++++++++-------------
+ src/hb-common.cc                 |  4 ++--
+ src/hb-debug.hh                  | 42 ++++++++++++++++++++++++++++++++++++++++
+ src/hb-object-private.hh         | 12 ++++++------
+ src/hb-ot-shape-complex-indic.cc | 22 +++++++++++----------
+ src/hb-private.hh                | 28 ---------------------------
+ 6 files changed, 86 insertions(+), 59 deletions(-)
+
+commit 3dd1b88765f6ce91bd0558a16cdd8cf0c1e15d1b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 19:33:37 2018 -0700
+
+    [atomic] Use CONSUME, not ACQUIRE, memory-order for get()
+    
+    Although, all implementations just elevate that to ACQUIRE.
+    But requirement for us is just CONSUME.
+
+ src/hb-atomic-private.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 06b91d935da1a40ef9de6697717eb0af1015989e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 19:29:49 2018 -0700
+
+    Revert "[atomic] Make pointer get op relaxed instead of acquire"
+    
+    This reverts commit b1e5650c67266dc158f22355fed206cd1c413f70.
+    
+    After lots of head-scratching and finally finding the only truly
+    readable source to be the good old:
+    
+      https://www.kernel.org/doc/Documentation/memory-barriers.txt
+    
+    I've convinced myself that we need consume memory-ordering on get().
+    The location of memory-barrier in a load should be after, not before
+    the load.  That needs fixing.  I'll do that separately.
+
+ src/hb-atomic-private.hh | 34 +++++++++++++++++++++++++---------
+ 1 file changed, 25 insertions(+), 9 deletions(-)
+
+commit 2bdd903c69eb3a34f3d3bf5e4f4c94cd66337117
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jul 31 17:44:02 2018 -0700
+
+    [subset] limit the max codepoint value to the unicode limit.
+    When collecting all codepoints in the cmap avoid using large amount of memory for fonts that declare coverage over all 32 bit integers.
+
+ src/hb-ot-cmap-table.hh                                   |   9 +++++++--
+ ...mized-hb-subset-get-codepoints-fuzzer-5973295416475648 | Bin 0 -> 109 bytes
+ 2 files changed, 7 insertions(+), 2 deletions(-)
+
+commit 7278d9df3093a87f99cec9b4cea38bd688c5d020
+Author: Garret Rieger <grieger@google.com>
+Date:   Tue Jul 31 17:59:19 2018 -0700
+
+    [subset] Add hb_ot_layout_collect_features to harfbuzz-sections.txt.
+    Add the fuzzer test case for feature collection timeout.
+
+ docs/harfbuzz-sections.txt                             |   1 +
+ ...estcase-minimized-hb-subset-fuzzer-5542653037903872 | Bin 0 -> 160249 bytes
+ 2 files changed, 1 insertion(+)
+
+commit 89733755a48feef0a663e1ea7b8294949581ce7e
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jul 30 18:10:43 2018 -0700
+
+    [subset] use add_array to populate feature_indexes.
+    This is much faster then calling a bunch of individual add()'s.
+
+ src/hb-ot-layout-common-private.hh |  7 +++++++
+ src/hb-ot-layout.cc                | 40 +++++++++++++++++++-------------------
+ 2 files changed, 27 insertions(+), 20 deletions(-)
+
+commit 7d92bef9c5afb319d125f60b0fce4763afeaa686
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jul 30 17:17:43 2018 -0700
+
+    [subset] collect features first, then use those to collect lookups.
+
+ src/hb-ot-layout.cc | 148 +++++++++++++++++++++++++---------------------------
+ src/hb-ot-layout.h  |   7 +++
+ 2 files changed, 78 insertions(+), 77 deletions(-)
+
+commit af876cce3066833c7c34d213a578eec6b09dd5c9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 15:27:29 2018 -0700
+
+    [indic] Flip default logic for double-halants in old-school
+    
+    Oriya went down from 9 to 2.
+    
+    BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
+    DEVANAGARI: 707311 out of 707394 tests passed. 83 failed (0.0117332%)
+    GUJARATI: 366355 out of 366457 tests passed. 102 failed (0.0278341%)
+    GURMUKHI: 60729 out of 60747 tests passed. 18 failed (0.0296311%)
+    KANNADA: 951300 out of 951913 tests passed. 613 failed (0.0643966%)
+    MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
+    MYANMAR: 1115830 out of 1123883 tests passed. 8053 failed (0.716534%)
+    ORIYA: 42327 out of 42329 tests passed. 2 failed (0.00472489%)
+    SINHALA: 271596 out of 271847 tests passed. 251 failed (0.0923313%)
+    TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
+    TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
+
+ src/hb-ot-shape-complex-indic.cc | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit 92ba9905caa060466230f63b428ccee767696464
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 15:19:32 2018 -0700
+
+    [indic] Allow double-halant in old-spec Devanagari
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1071
+
+ src/hb-ot-shape-complex-indic.cc                      |  18 ++++++++++++------
+ .../b722a7d09e60421f3efbc706ad348ab47b88567b.ttf      | Bin 0 -> 4672 bytes
+ test/shaping/data/in-house/tests/indic-old-spec.tests |   2 ++
+ 3 files changed, 14 insertions(+), 6 deletions(-)
+
+commit fe099a844b9b8fe05dd4eb187b5ca3769441f012
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 14:20:31 2018 -0700
+
+    [test] Add Khmer tests, with NotoSansKhmer-Regular.ttf
+    
+    Note that there's minor positioning differences, and ONE reordering
+    difference between what we get for these and what Uniscribe gets.
+    Probably same as what's described in commit message for
+    1a96cc825dc9c8e3b6eef1403fe0864a1cfc0245
+
+ .../3998336402905b8be8301ef7f47cf7e050cbb1bd.ttf   | Bin 0 -> 24392 bytes
+ test/shaping/data/in-house/tests/khmer-misc.tests  |  89 +++++++++++++++++++++
+ 2 files changed, 89 insertions(+)
+
+commit 5772edc0ea8f697c6123e439c5d0c3e813ebeb45
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 14:10:31 2018 -0700
+
+    [khmer] Typo
+
+ src/hb-ot-shape-complex-khmer.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2d6edc9008182c1446951f2c5c04df20094597f8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 13:56:55 2018 -0700
+
+    [test] Add Khmer test texts from recent bugs
+
+ test/shaping/texts/in-house/shaper-khmer/misc.txt | 66 +++++++++++++++++++++++
+ 1 file changed, 66 insertions(+)
+
+commit df26a32c8fd22cbd486e2a1014d30b9f38f51cd1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 13:55:53 2018 -0700
+
+    [test] Move things around for shaper updates
+
+ .../texts/in-house/shaper-indic/{indic => }/script-assamese/utrrs/LICENSE | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-assamese/utrrs/README  | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-assamese/utrrs/SOURCES | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt        | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
+ .../script-assamese/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt  | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt                | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
+ .../script-assamese/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt         | 0
+ .../script-assamese/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt         | 0
+ .../{indic => }/script-assamese/utrrs/gsub/IndicFontFeatureGSUB.txt       | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-bengali/misc/misc.txt  | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-bengali/misc/reph.txt  | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-bengali/utrrs/LICENSE  | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-bengali/utrrs/README   | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-bengali/utrrs/SOURCES  | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt        | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
+ .../script-bengali/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt   | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
+ .../script-bengali/utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
+ .../script-bengali/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt          | 0
+ .../script-bengali/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt          | 0
+ .../{indic => }/script-bengali/utrrs/gsub/IndicFontFeatureGSUB.txt        | 0
+ .../shaper-indic/{indic => }/script-devanagari/misc/dottedcircle.txt      | 0
+ .../in-house/shaper-indic/{indic => }/script-devanagari/misc/eyelash.txt  | 0
+ .../in-house/shaper-indic/{indic => }/script-devanagari/misc/joiners.txt  | 0
+ .../in-house/shaper-indic/{indic => }/script-devanagari/misc/misc.txt     | 0
+ .../shaper-indic/{indic => }/script-devanagari/misc/spec-deviations.txt   | 0
+ .../shaper-indic/{indic => }/script-devanagari/misc/tricky-reordering.txt | 0
+ .../in-house/shaper-indic/{indic => }/script-devanagari/utrrs/LICENSE     | 0
+ .../in-house/shaper-indic/{indic => }/script-devanagari/utrrs/README      | 0
+ .../in-house/shaper-indic/{indic => }/script-devanagari/utrrs/SOURCES     | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt    | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt        | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
+ .../codepoint/IndicFontFeatureCodepoint-DevnagariSpecificAddition.txt     | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt                  | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-GenericPunctuation.txt      | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
+ .../script-devanagari/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt       | 0
+ .../script-devanagari/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt       | 0
+ .../{indic => }/script-devanagari/utrrs/gsub/IndicFontFeatureGSUB.txt     | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-gujarati/utrrs/LICENSE | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-gujarati/utrrs/README  | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-gujarati/utrrs/SOURCES | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt        | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
+ .../script-gujarati/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt  | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt                | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
+ .../script-gujarati/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt         | 0
+ .../script-gujarati/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt         | 0
+ .../{indic => }/script-gujarati/utrrs/gsub/IndicFontFeatureGSUB.txt       | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-gurmukhi/misc/misc.txt | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-gurmukhi/utrrs/LICENSE | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-gurmukhi/utrrs/README  | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-gurmukhi/utrrs/SOURCES | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
+ .../script-gurmukhi/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt  | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-GurmukhiSpecific.txt        | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt                | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
+ .../script-gurmukhi/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt         | 0
+ .../script-gurmukhi/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt         | 0
+ .../{indic => }/script-gurmukhi/utrrs/gsub/IndicFontFeatureGSUB.txt       | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-kannada/misc/misc.txt  | 0
+ .../shaper-indic/{indic => }/script-kannada/misc/right-matras.txt         | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-kannada/utrrs/LICENSE  | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-kannada/utrrs/README   | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-kannada/utrrs/SOURCES  | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt    | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt        | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
+ .../script-kannada/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt   | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
+ .../script-kannada/utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
+ .../script-kannada/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt          | 0
+ .../{indic => }/script-kannada/utrrs/gsub/IndicFontFeatureGSUB.txt        | 0
+ .../in-house/shaper-indic/{indic => }/script-malayalam/misc/cibu.txt      | 0
+ .../in-house/shaper-indic/{indic => }/script-malayalam/misc/dot-reph.txt  | 0
+ .../in-house/shaper-indic/{indic => }/script-malayalam/misc/misc.txt      | 0
+ .../in-house/shaper-indic/{indic => }/script-malayalam/utrrs/LICENSE      | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-malayalam/utrrs/README | 0
+ .../in-house/shaper-indic/{indic => }/script-malayalam/utrrs/SOURCES      | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt        | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
+ .../script-malayalam/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt                | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
+ .../{indic => }/script-malayalam/utrrs/gsub/IndicFontFeatureGSUB.txt      | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-oriya/misc/bindu.txt   | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-oriya/misc/misc.txt    | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-oriya/utrrs/LICENSE    | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-oriya/utrrs/README     | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-oriya/utrrs/SOURCES    | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt    | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt        | 0
+ .../script-oriya/utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
+ .../script-oriya/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt     | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-OriyaSpecific.txt           | 0
+ .../script-oriya/utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt   | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
+ .../{indic => }/script-oriya/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
+ .../in-house/shaper-indic/{indic => }/script-sinhala/misc/extensive.txt   | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-sinhala/misc/misc.txt  | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-sinhala/misc/reph.txt  | 0
+ .../shaper-indic/{indic => }/script-sinhala/misc/split-matras.txt         | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-sinhala/utrrs/LICENSE  | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-sinhala/utrrs/README   | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-sinhala/utrrs/SOURCES  | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Punctuation.txt             | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
+ .../{indic => }/script-sinhala/utrrs/gpos/IndicFontFeatureGPOS.txt        | 0
+ .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt           | 0
+ .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt      | 0
+ .../{indic => }/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt | 0
+ .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Special-Cases.txt      | 0
+ .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-TouchingLetters.txt    | 0
+ .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt            | 0
+ .../{indic => }/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB.txt        | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-tamil/misc/misc.txt    | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-tamil/utrrs/LICENSE    | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-tamil/utrrs/README     | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-tamil/utrrs/SOURCES    | 0
+ .../script-tamil/utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-CurrencySymbols.txt         | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
+ .../script-tamil/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt     | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
+ .../script-tamil/utrrs/codepoint/IndicFontFeatureCodepoint-Numerics.txt   | 0
+ .../script-tamil/utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt   | 0
+ .../script-tamil/utrrs/codepoint/IndicFontFeatureCodepoint-Symbols.txt    | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-TamilSymbol.txt             | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
+ .../script-tamil/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt            | 0
+ .../script-tamil/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt            | 0
+ .../{indic => }/script-tamil/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-telugu/misc/misc.txt   | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-telugu/utrrs/LICENSE   | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-telugu/utrrs/README    | 0
+ .../texts/in-house/shaper-indic/{indic => }/script-telugu/utrrs/SOURCES   | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt        | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
+ .../script-telugu/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
+ .../script-telugu/utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
+ .../script-telugu/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           | 0
+ .../{indic => }/script-telugu/utrrs/gsub/IndicFontFeatureGSUB.txt         | 0
+ .../south-east-asian/script-khmer/misc => shaper-khmer}/misc.txt          | 0
+ .../script-khmer/misc => shaper-khmer}/other-marks-invalid.txt            | 0
+ .../south-east-asian/script-khmer/misc => shaper-khmer}/other-marks.txt   | 0
+ .../south-east-asian => shaper-use}/script-javanese/misc.txt              | 0
+ 174 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 6ddd669e205cf2c1c3b0a362330b686386f68519
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 13:38:07 2018 -0700
+
+    [khmer] Clear syllables before presentation features
+    
+    Probably not what Uniscribe does, but good idea?
+
+ src/hb-ot-shape-complex-khmer.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 8eef1964a708c3db52e5e7312689c4664afa9839
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 13:35:10 2018 -0700
+
+    [khmer] Revert previous change, and remove pauses
+    
+    This makes test suite happy again (at 44) while fixing the sequences
+    we were fixing, which were the following with KhmerUI.ttf:
+    
+      U+1789,U+17BC
+      U+1789,U+17D2,U+1789
+      U+1789,U+17D2,U+1789,U+17BC
+    
+    Fixes rest of https://github.com/harfbuzz/harfbuzz/issues/974
+
+ src/hb-ot-shape-complex-khmer.cc | 23 ++++++++++-------------
+ 1 file changed, 10 insertions(+), 13 deletions(-)
+
+commit 7c658ea2f20a77cac35e8988e54316425396198a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 12:49:02 2018 -0700
+
+    [khmer] Apply ccmp after basic features
+    
+    Part of https://github.com/harfbuzz/harfbuzz/issues/974
+
+ src/hb-ot-shape-complex-khmer.cc | 22 +++++++++++++++++-----
+ 1 file changed, 17 insertions(+), 5 deletions(-)
+
+commit 1a96cc825dc9c8e3b6eef1403fe0864a1cfc0245
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 11:45:32 2018 -0700
+
+    [khmer] Rewrite most of shaper to better follow spec
+    
+    Khmer spec has only one reordering phase, and only simple prebase
+    matra and Coeng-Ro reordering.  Implement that.  Specifically,
+    this was done to address recognizing different orders of the matra
+    and Coeng-Ro sequence.  That said, some combinations are now
+    reordered differently from Uniscribe.  Not clear if that's intended
+    or a bug in Uniscribe.  The following two sequences render the same
+    in Uniscribe whereas we reorder them differently:
+    
+      U+17A0,U+17D2,U+179A,U+17C2
+      U+17A0,U+17C2,U+17D2,U+179A
+    
+    For that reason, our test suite numbers regressed slightly.  Used
+    to be at 34 for fails, now at:
+    
+    KHMER: 299080 out of 299124 tests passed. 44 failed (0.0147096%)
+    
+    But generally a good change, and removed lots of code.
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1026
+
+ src/hb-ot-shape-complex-indic-private.hh |   4 +-
+ src/hb-ot-shape-complex-khmer.cc         | 460 ++++---------------------------
+ src/hb-ot-shape-complex-private.hh       |  13 -
+ 3 files changed, 64 insertions(+), 413 deletions(-)
+
+commit f5152cea423947cd8a85332566443b4e2e091672
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 01:27:04 2018 -0700
+
+    [shaper] Move code around
+
+ src/hb-shaper-private.hh | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 36d0fbbc52bdf2c71da022fb1fdc31eca17078ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 01:15:04 2018 -0700
+
+    [shaper] Remove a macro
+
+ src/hb-shaper-private.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit b1e5650c67266dc158f22355fed206cd1c413f70
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 31 01:02:31 2018 -0700
+
+    [atomic] Make pointer get op relaxed instead of acquire
+    
+    We only use it before cmpexch, so relaxed is fine and faster for
+    common case.
+
+ src/hb-atomic-private.hh | 34 +++++++++-------------------------
+ 1 file changed, 9 insertions(+), 25 deletions(-)
+
+commit 66ccd8ac405c9c25b37de9eb467a7382880dda35
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 30 17:03:06 2018 -0700
+
+    [serialize] Increase stage count from 8 to 32
+    
+    Indic shaper uses many stages.  Now we are provably not limiting
+    functionality whereas the previous limit of 8 was assuming real-world
+    practices.
+
+ src/hb-ot-layout-common-private.hh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit ee8cf919654cb191e955fe1f89b1ebfb2b8b32ee
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 30 16:59:41 2018 -0700
+
+    [serialize] Remove unused truncate() method
+
+ src/hb-machinery-private.hh | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit 8782f80cce147c101b605501d9fd9c7d64338314
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Jul 30 15:27:20 2018 -0700
+
+    fixed FDSelect0::sanitize
+
+ src/hb-ot-cff-common-private.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 9c4cadaef01733b32ab6190dd91552ee7145f3c3
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Jul 30 14:28:40 2018 -0700
+
+    Added sanitize functions & calls
+    
+    Added sanitize functions to FDSelect
+    Added satnitize calls for FDSelect, VariationStore, FDArray, TopDict
+
+ src/hb-ot-cff-common-private.hh | 67 ++++++++++++++++++++++++++++++++---------
+ src/hb-ot-cff2-table.hh         | 26 +++++++++++-----
+ src/hb-subset-cff2.cc           |  2 +-
+ 3 files changed, 72 insertions(+), 23 deletions(-)
+
+commit 161b642ec5babc7e4b81d41f725d81ad2caa9330
+Merge: 3a61c3e93 5edf454aa
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Mon Jul 30 12:22:09 2018 -0700
+
+    Merge branch 'master' into cff-subset
+
+commit 5edf454aa64aad461c90bd991e7eaf27668b7e6b
+Author: Garret Rieger <grieger@google.com>
+Date:   Thu Jul 26 17:42:02 2018 -0700
+
+    [subset] During lookup collection remember the features we've already processed.
+
+ src/hb-ot-layout.cc                                |  26 +++++++++++++++++----
+ ...ase-minimized-hb-subset-fuzzer-5670861909524480 | Bin 0 -> 1298 bytes
+ ...b-subset-get-codepoints-fuzzer-6136125075750912 | Bin 0 -> 65816 bytes
+ 3 files changed, 21 insertions(+), 5 deletions(-)
+
+commit 42c183f80355fe7cadac2931a23d389285c8b98c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Jul 27 14:55:29 2018 -0700
+
+    Minor
+
+ src/hb-ft.cc       | 5 +++--
+ src/hb-ot-shape.cc | 5 +++--
+ 2 files changed, 6 insertions(+), 4 deletions(-)
+
+commit ecab6604e57ea2bb4e78250a7a400e15b3e86f7a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 25 17:37:38 2018 -0700
+
+    [serialize] Allocate for markFilteringSet
+
+ src/hb-ot-layout-common-private.hh | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit 7f08818c441517f73c5bea0a2a88f494dfc8fa58
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 25 17:22:05 2018 -0700
+
+    Minor
+
+ src/hb-iter-private.hh      | 8 +++++---
+ src/hb-machinery-private.hh | 1 -
+ 2 files changed, 5 insertions(+), 4 deletions(-)
+
+commit 2e25d8f49181ab1d7fda520ae6587d293a982acf
+Author: prrace <philip.race@oracle.com>
+Date:   Fri Jul 27 13:58:27 2018 -0700
+
+    Fix unlikely leaks
+
+ src/hb-ft.cc       | 4 +++-
+ src/hb-ot-shape.cc | 4 +++-
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+commit 3c2842cbcf8cded73d1e310379e1a4ca124a6fc2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 25 17:07:17 2018 -0700
+
+    Add hb-iter-private.hh
+    
+    Unused so far.
+
+ src/Makefile.sources        |   1 +
+ src/hb-iter-private.hh      | 147 ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-machinery-private.hh |   1 +
+ 3 files changed, 149 insertions(+)
+
+commit 92b1e025c639d006f55400bf68fc23bdeaa1c716
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 25 16:58:47 2018 -0700
+
+    Move some code from hb-open-type-private.hh to hb-machinery-private.hh
+
+ src/Makefile.sources        |   1 +
+ src/hb-machinery-private.hh | 702 ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-open-type-private.hh | 669 +----------------------------------------
+ 3 files changed, 706 insertions(+), 666 deletions(-)
+
+commit 6b11fea99716e22522b563d919ef7c72fe9a3c45
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 25 16:01:37 2018 -0700
+
+    [closure] Allocate out set on the stack
+
+ src/hb-ot-layout-gsubgpos-private.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 74467b790154838e86c3ca8df0eaafe82e87f976
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 25 14:30:07 2018 -0700
+
+    Fix compile
+
+ src/hb-shaper-private.hh | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit bf90f35302c319ec4699ccbcd1e28b15ef2ec423
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 24 18:00:14 2018 -0700
+
+    [coretext] Add note
+
+ src/hb-shaper-private.hh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit fb58cb4b5ca7043fa746b1a01790abf53bedfa86
+Author: Garret Rieger <grieger@google.com>
+Date:   Wed Jul 25 13:39:17 2018 -0700
+
+    [subset] Only used reachable lookups for gsub closure.
+
+ src/hb-subset-plan.cc | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit c38bd4025f3f6ff4c1a39cc106b8618361a0c62b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 24 09:43:27 2018 -0700
+
+    [closure] Separate in and out glyphs
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1107
+
+ src/hb-ot-layout-gsub-table.hh       | 26 ++++++++++++++++++--------
+ src/hb-ot-layout-gsubgpos-private.hh | 16 +++++++++++++++-
+ 2 files changed, 33 insertions(+), 9 deletions(-)
+
+commit 85646fdadb2f102333485e07425361795b4e0412
+Author: Garret Rieger <grieger@google.com>
+Date:   Mon Jul 23 15:37:18 2018 -0700
+
+    [subset] Limit the iterations of the closure algorithm.
+    Prevents O(n^2) run times.
+
+ src/hb-ot-layout-common-private.hh | 7 +++++++
+ src/hb-ot-layout.cc                | 5 ++++-
+ 2 files changed, 11 insertions(+), 1 deletion(-)
+
+commit 94759d4cf8986388399026ef5204ac55ee187180
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 23 15:01:39 2018 -0700
+
+    Fix visibility on mingw32
+    
+    Should fix bots again.
+
+ src/hb-private.hh | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 61eddbd8ef64dc66e3c42723533d53967e61c9af
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 23 14:44:10 2018 -0700
+
+    Fix infinite loop in loading num_glyphs within sanitizer
+
+ src/hb-open-type-private.hh | 13 ++++++++++---
+ src/hb-static.cc            |  4 +++-
+ 2 files changed, 13 insertions(+), 4 deletions(-)
+
+commit e22a48ac95a60fac5e1bca26eed7f5623d73a7be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 23 13:24:26 2018 -0700
+
+    One more visibility trick
+    
+    Should fix Windows build again.
+
+ src/hb-common.cc  |  9 +++++++++
+ src/hb-private.hh | 20 ++------------------
+ src/hb-static.cc  |  4 +++-
+ 3 files changed, 14 insertions(+), 19 deletions(-)
+
+commit e57a638bdec378eed8e83513818c8add3ffae896
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 23 12:00:02 2018 -0700
+
+    One more
+
+ src/hb-ot-cmap-table.hh | 40 ++++++++++++++++++++--------------------
+ 1 file changed, 20 insertions(+), 20 deletions(-)
+
+commit 36ed163fdd50419e4619c665a4a9dbf97f66c349
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 23 11:57:45 2018 -0700
+
+    Remove unnecessary OT:: namespace specifiers
+
+ src/hb-ot-cmap-table.hh       | 30 +++++++++++++++---------------
+ src/hb-ot-color-sbix-table.hh |  4 ++--
+ src/hb-ot-color-svg-table.hh  |  4 ++--
+ src/hb-ot-glyf-table.hh       |  4 ++--
+ src/hb-ot-hmtx-table.hh       |  2 +-
+ src/hb-ot-maxp-table.hh       |  6 +++---
+ src/hb-ot-os2-table.hh        |  4 ++--
+ src/hb-ot-post-table.hh       |  2 +-
+ 8 files changed, 28 insertions(+), 28 deletions(-)
+
+commit c6bc7c38314ea831418fdd1434bbe5afc0875f33
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 23 11:46:46 2018 -0700
+
+    Set num glyphs on sanitizer reference_table()
+    
+    Move out-of-class definitions of two methods to hb-static so they
+    are accessible in libharfbuzz-subset.
+
+ src/hb-face.cc              | 20 --------------------
+ src/hb-open-type-private.hh |  1 +
+ src/hb-static.cc            | 22 ++++++++++++++++++++++
+ 3 files changed, 23 insertions(+), 20 deletions(-)
+
+commit 9401829d4e93f6f433957fa2d053f3b9d42da557
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 22 22:50:58 2018 -0700
+
+    Remove Sanitizer<>
+
+ src/hb-open-type-private.hh | 16 +---------------
+ 1 file changed, 1 insertion(+), 15 deletions(-)
+
+commit 8e3e41272b3896274459c5961aac813ef2666321
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 22 22:49:26 2018 -0700
+
+    Port rest of code away from Sanitizer<>
+
+ src/hb-face.cc | 4 ++--
+ src/main.cc    | 3 +--
+ 2 files changed, 3 insertions(+), 4 deletions(-)
+
+commit d6a8f64045ca3bf4c7d01520909fa0c7dfca4d64
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 22 22:47:19 2018 -0700
+
+    Port dump-emoji away from Sanitizer<>
+
+ src/dump-emoji.cc | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit 14f78d2b3bb1e1292efbd6a3e3f0d618179c171a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 22 22:45:26 2018 -0700
+
+    .
+
+ src/hb-aat-layout.cc | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 4547051f48ca6aa53309b81a768b5b44c4ab6e3b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 22 22:44:22 2018 -0700
+
+    Minor
+
+ src/hb-open-file-private.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 740ae27d5c0f5ff87e2ff489fb49d5db1a0c95be
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 22 22:40:56 2018 -0700
+
+    Port sbix off of Sanitizer<>
+
+ src/hb-ot-color-sbix-table.hh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 9583e0077d0a3a043f8b5bd23925014e04da8d32
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 22 22:40:32 2018 -0700
+
+    Port more off of Sanitizer<>
+
+ src/hb-face.cc                |  4 ++--
+ src/hb-open-type-private.hh   |  2 +-
+ src/hb-ot-cmap-table.hh       |  2 +-
+ src/hb-ot-color-cbdt-table.hh |  4 ++--
+ src/hb-ot-color-svg-table.hh  |  4 +---
+ src/hb-ot-glyf-table.hh       |  8 ++++----
+ src/hb-ot-hmtx-table.hh       | 10 +++++-----
+ src/hb-ot-kern-table.hh       |  2 +-
+ src/hb-ot-layout.cc           |  6 +++---
+ src/hb-ot-maxp-table.hh       |  2 +-
+ src/hb-ot-os2-table.hh        |  2 +-
+ src/hb-ot-post-table.hh       |  2 +-
+ src/hb-subset.cc              |  4 +---
+ 13 files changed, 24 insertions(+), 28 deletions(-)
+
+commit e7737b41d793bfce9455d1797eb5e0af60794f23
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sun Jul 22 22:24:31 2018 -0700
+
+    Add sanitizer reference_table, also fix clang build
+    
+    Clang is being really peculiar.  Fix with:
+    
+    -  inline hb_blob_t *sanitize (hb_blob_t *blob) { return c->sanitize<Type> (blob); }
+    +  inline hb_blob_t *sanitize (hb_blob_t *blob) { return c[0].template/*clang idiosyncrasy*/sanitize_blob<Type> (blob); }
+
+ src/hb-open-type-private.hh | 10 ++++++++--
+ src/hb-ot-post-table.hh     |  2 +-
+ src/hb-subset-glyf.cc       |  2 +-
+ src/hb-uniscribe.cc         |  2 +-
+ 4 files changed, 11 insertions(+), 5 deletions(-)
+
+commit 62fa7cd1ccff4d4448ef84f9cc146464672636aa
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Fri Apr 13 18:45:37 2018 -0400
+
+    Order Chakma split vowels in accordance with NFC
+    
+    Fixes #1105.
+
+ src/gen-use-table.py                               |  10 ++++++++++
+ src/hb-ot-shape-complex-use-table.cc               |   4 ++--
+ src/hb-ot-shape-complex-use.cc                     |  21 +--------------------
+ .../2a670df15b73a5dc75a5cc491bde5ac93c5077dc.ttf   | Bin 0 -> 1344 bytes
+ test/shaping/data/in-house/tests/use.tests         |   5 +++++
+ 5 files changed, 18 insertions(+), 22 deletions(-)
+
+commit 0c1b287b72e91e0898d75acb5d5acf1c6b9a7498
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sat Jul 21 21:14:48 2018 +0430
+
+    Add a new API, hb_ot_layout_get_feature_name_ids (#976)
+    
+    This new API returns cvXX and ssXX related NameId, things like
+    featUiLabelNameId, featUiTooltipTextNameId, sampleTextNameId, ... of cvXX
+    and UINameId of ssXX, in a unified way.
+    
+    However HarfBuzz currently doesn't expose an API for retrieving the actual
+    information associated with NameId from the `name` table and that should be
+    done separately.
+
+ docs/harfbuzz-sections.txt         |  1 +
+ src/hb-ot-layout-common-private.hh | 14 +++++++
+ src/hb-ot-layout.cc                | 86 ++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout.h                 |  8 ++++
+ 4 files changed, 109 insertions(+)
+
+commit 3a61c3e935cf649ba65ef0cb4daa9f06ab5d3c0a
+Author: Michiharu Ariza <ariza@adobe.com>
+Date:   Wed Jul 18 14:17:52 2018 -0700
+
+    first push of CFF/CFF2 work
+    
+    Index, Dict structs
+    hooked up to hb-subset (takes CFF2, outputs empty CFF2)
+
+ src/Makefile.sources            |   4 +
+ src/hb-ot-cff-common-private.hh | 475 ++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-cff2-table.hh         | 386 ++++++++++++++++++++++++++++++++
+ src/hb-ot-font.cc               |   2 +
+ src/hb-subset-cff2.cc           | 121 ++++++++++
+ src/hb-subset-cff2.hh           |  38 ++++
+ src/hb-subset.cc                |   4 +
+ 7 files changed, 1030 insertions(+)
+
+commit 93b65d9fe331a217640069fad4159cb7c3ec35e6
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 17 23:29:16 2018 +0430
+
+    Remove dump-fon (#1100)
+    
+    It had interesting stuffs like EXE parsing and
+    big-endian parsers but added in an attempt to find
+    a solution for #681 which later found not related.
+
+ src/Makefile.am |   4 -
+ src/dump-fon.cc | 555 --------------------------------------------------------
+ 2 files changed, 559 deletions(-)
+
+commit d5cd47a69c40966b4d5b5aed87dd7ac6f070c37a
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jul 17 22:32:37 2018 +0430
+
+    Remove AAT's gcid/fmtx (#1099)
+    
+    We are not going to use them, at least in the foreseeable future
+
+ src/Makefile.sources     |  2 --
+ src/hb-aat-fmtx-table.hh | 67 --------------------------------------------
+ src/hb-aat-gcid-table.hh | 73 ------------------------------------------------
+ src/hb-aat-layout.cc     |  2 --
+ 4 files changed, 144 deletions(-)
+
+commit 1e9e344b2ba076a5fd6d57d1705e17a59c3875ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 17 19:17:59 2018 +0200
+
+    Fix hb_face_count() sanitize referencing
+
+ src/hb-face.cc | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit a8cc0b5907e61199334a3a886fe22efe9cc17149
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 17 19:09:03 2018 +0200
+
+    Remove TODO that is not gonna be done
+    
+    Previously the idea was to cache sanitize results externally (think,
+    in Fontconfig) and avoid resanitizing every time.  That's, not a good
+    idea.
+
+ src/hb-open-type-private.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit be7073840097c873ce4954c6cffadab175a007d3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 17 18:45:25 2018 +0200
+
+    Move sanitizer code around a bit
+
+ src/hb-aat-layout-common-private.hh |  4 +-
+ src/hb-open-type-private.hh         | 95 ++++++++++++++++++++-----------------
+ src/hb-ot-color-sbix-table.hh       | 12 ++---
+ src/hb-ot-layout-common-private.hh  |  3 --
+ 4 files changed, 58 insertions(+), 56 deletions(-)
+
+commit db5d430effce67db57ddea2545694b7275ee8b35
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 17 18:14:45 2018 +0200
+
+    [aat] Update for blob changes
+    
+    Also, uncomment code again, just "if (0)" it out, so it doesn't get stale again.
+
+ src/hb-aat-layout.cc        | 58 ++-------------------------------------------
+ src/hb-open-type-private.hh | 27 +++++++++++++--------
+ src/hb-ot-layout-private.hh |  1 +
+ src/hb-ot-layout.cc         |  2 ++
+ src/hb-ot-shape.cc          |  6 ++---
+ 5 files changed, 25 insertions(+), 69 deletions(-)
+
+commit 68310a65cba7eed20f8696f4c670bb195677f467
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 17 13:20:40 2018 +0200
+
+    1.8.4
+
+ NEWS             | 7 +++++++
+ configure.ac     | 2 +-
+ src/hb-version.h | 4 ++--
+ 3 files changed, 10 insertions(+), 3 deletions(-)
+
+commit 04b7b81bcbf19cb85d06d930192d6591ba45ef72
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 17 10:57:01 2018 +0200
+
+    Reland "Implement C++11-style GCC builtin atomic ops"
+    
+    Fixed the crasher in it.
+
+ src/hb-atomic-private.hh | 22 +++++++++++++++++++---
+ src/hb-object-private.hh |  2 +-
+ 2 files changed, 20 insertions(+), 4 deletions(-)
+
+commit 019d18e9ae643134bfc3861be65ac618a5892c92
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 17 10:59:19 2018 +0200
+
+    Minor
+
+ src/Makefile.am      | 1 +
+ test/api/Makefile.am | 2 ++
+ 2 files changed, 3 insertions(+)
+
+commit 3edef5a19b5c0f30381ae6fe01c3370ded37f6ca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 17 10:50:01 2018 +0200
+
+    Revert "Implement C++11-style GCC builtin atomic ops"
+    
+    This reverts commit 21fa170f0bfb0109c506ed17f5aff8b062564ffa.
+    
+    Is crashing.  Oops.
+
+ src/hb-atomic-private.hh | 22 +++-------------------
+ src/hb-object-private.hh |  2 +-
+ 2 files changed, 4 insertions(+), 20 deletions(-)
+
+commit 21fa170f0bfb0109c506ed17f5aff8b062564ffa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 16 17:58:02 2018 +0200
+
+    Implement C++11-style GCC builtin atomic ops
+    
+    Hopefully fixes bots.
+
+ src/hb-atomic-private.hh | 22 +++++++++++++++++++---
+ src/hb-object-private.hh |  2 +-
+ 2 files changed, 20 insertions(+), 4 deletions(-)
+
+commit 804b59cf4901d471253016e0cbf82cc1bbbc1d15
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 16 15:44:58 2018 +0200
+
+    Relax C++11 atomic ops memory order to acquire-release
+
+ src/hb-atomic-private.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit bda242409fc0cbb79a0ff00eba9856c4b0a9c7a1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Mon Jul 16 15:41:09 2018 +0200
+
+    Implement C++11 <atomic> operations
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/345
+
+ src/hb-atomic-private.hh          | 27 ++++++++++++++++++++++++---
+ src/hb-open-type-private.hh       |  2 +-
+ src/hb-ot-shape-complex-arabic.cc |  2 +-
+ 3 files changed, 26 insertions(+), 5 deletions(-)
+
+commit 524411224054b23bab4adad7343314df45c9c183
+Merge: 2aae617a8 269eb4565
+Author: Cosimo Lupo <cosimo@anthrotype.com>
+Date:   Mon Jul 16 14:42:43 2018 +0200
+
+    Merge pull request #1094 from anthrotype/fix-appveyor-msys2
+    
+    appveyor.yml: try updating msys2 to fix failing mingw-w64-x86_64 build
+
+commit 269eb45650be66901627da7f1014339065a948a5
+Author: Cosimo Lupo <cosimo@anthrotype.com>
+Date:   Mon Jul 16 14:14:42 2018 +0200
+
+    appveyor.yml: try only updating msys2 core, not the rest of the packages
+    
+    maybe it'll get a bit faster
+
+ appveyor.yml | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 3ab52c6cb5c405366af804d278216e2d02a39ecb
+Author: Cosimo Lupo <cosimo@anthrotype.com>
+Date:   Mon Jul 16 12:57:27 2018 +0200
+
+    appveyor.yml: pass --needed option to pacman
+    
+    so it won't attempt reinstalling packages which are already installed
+
+ appveyor.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5631d70d36aa7952d343ea794bd5169a730706ae
+Author: Cosimo Lupo <cosimo@anthrotype.com>
+Date:   Mon Jul 16 12:41:59 2018 +0200
+
+    appveyor.yml: try updating msys2 to fix failing mingw-w64-x86_64 build
+    
+    https://github.com/harfbuzz/harfbuzz/pull/1093#issuecomment-405201903
+    https://ci.appveyor.com/project/harfbuzz/harfbuzz/build/job/ky7lao1ii1bi7ew4#L71
+
+ appveyor.yml | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 2aae617a84f47836f10efd30df43e13e3a9447e1
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 11 17:27:23 2018 +0200
+
+    Move _hb_alignof later again
+    
+    It uses constexpr...
+
+ src/hb-private.hh | 26 +++++++++++++-------------
+ 1 file changed, 13 insertions(+), 13 deletions(-)
+
+commit f3a74c16ecafdca135a647ebe85117c35c1ef585
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 11 17:23:53 2018 +0200
+
+    Make hb_vector_t 8 bytes smaller
+
+ src/hb-dsalgs.hh | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit 44999f8b758374015f5d48c83f9adcb464607c2f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 11 17:00:59 2018 +0200
+
+    Align NullPool and CrapPool to HB_VECTOR_SIZE
+
+ src/hb-dsalgs.hh  |  3 +--
+ src/hb-private.hh | 64 ++++++++++++++++++++++++++++++++-----------------------
+ src/hb-static.cc  |  4 ++--
+ 3 files changed, 40 insertions(+), 31 deletions(-)
+
+commit 20a318d06acaabdee0090339dfa621aab46f1441
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 11 17:00:13 2018 +0200
+
+    Fix return type of alignof() fallback
+
+ src/hb-private.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 58cb4d9f73f1292454e3673d5e7ae5a58a566522
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 11 16:44:21 2018 +0200
+
+    Minor
+
+ test/api/test-ot-math.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 7796857c93b779e3c93eedd1cceb217d691dfd81
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 11 15:27:37 2018 +0200
+
+    Minor
+
+ RELEASING.md | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2b76767bf572364d3d647cdd139f2044a7ad06b2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Wed Jul 11 15:27:13 2018 +0200
+
+    1.8.3
+
+ NEWS             | 8 ++++++++
+ configure.ac     | 2 +-
+ src/hb-version.h | 4 ++--
+ 3 files changed, 11 insertions(+), 3 deletions(-)
+
+commit 718dfd4189275b1e4233dc7c12ab457352fccfcb
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 10 16:34:31 2018 +0200
+
+    Fix shift
+
+ src/hb-dsalgs.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 25aa411ac524ed08624033da473a5e050ff41633
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 10 16:05:03 2018 +0200
+
+    Put back include dependencies
+
+ src/hb-object-private.hh | 2 ++
+ src/hb-private.hh        | 7 ++++---
+ 2 files changed, 6 insertions(+), 3 deletions(-)
+
+commit 491d93bf74dd0483715ecca430715b69664e1211
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 10 16:03:31 2018 +0200
+
+    Move more stuff from hb-private.hh to hb-dsalgs.hh
+
+ src/hb-debug.hh   |   1 +
+ src/hb-dsalgs.hh  | 237 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-private.hh | 246 +-----------------------------------------------------
+ 3 files changed, 240 insertions(+), 244 deletions(-)
+
+commit f477765661c196ac17b2c86731881a3da36a5ae6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 10 15:49:05 2018 +0200
+
+    Move more stuff to hb-dsalgs.hh
+
+ src/hb-dsalgs.hh  | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-private.hh | 81 -----------------------------------------------------
+ 2 files changed, 83 insertions(+), 81 deletions(-)
+
+commit be7f664f723fb4e7bcf15c1c2b7c6bec46f90393
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 10 15:23:08 2018 +0200
+
+    Move hb_bytes_t to hb-dsalgs.hh
+
+ src/hb-dsalgs.hh  | 45 ++++++++++++++++++++++++++++++++++-----------
+ src/hb-private.hh | 26 --------------------------
+ 2 files changed, 34 insertions(+), 37 deletions(-)
+
+commit 7a00f7eb2e3859db4563071934e76142bfd13916
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 10 14:42:10 2018 +0200
+
+    Remove hb_auto_array_t
+
+ src/hb-dsalgs.hh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit be458eb05962dd5f5c60a25f54cf0b20e7d8b055
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 10 14:41:04 2018 +0200
+
+    Include more basic internal headers from hb-private.hh
+
+ src/hb-blob-private.hh               | 2 --
+ src/hb-blob.cc                       | 1 -
+ src/hb-buffer-private.hh             | 1 -
+ src/hb-common.cc                     | 2 --
+ src/hb-coretext.cc                   | 1 -
+ src/hb-directwrite.cc                | 1 -
+ src/hb-face-private.hh               | 1 -
+ src/hb-font-private.hh               | 1 -
+ src/hb-ft.cc                         | 1 -
+ src/hb-map-private.hh                | 1 -
+ src/hb-object-private.hh             | 4 ----
+ src/hb-open-type-private.hh          | 1 -
+ src/hb-ot-layout-common-private.hh   | 1 -
+ src/hb-ot-layout-gsubgpos-private.hh | 1 -
+ src/hb-ot-shape-complex-arabic.cc    | 1 -
+ src/hb-private.hh                    | 6 +++++-
+ src/hb-set-private.hh                | 1 -
+ src/hb-shape-plan-private.hh         | 1 -
+ src/hb-shape-plan.cc                 | 1 -
+ src/hb-subset-input.cc               | 1 -
+ src/hb-subset-plan.hh                | 1 -
+ src/hb-subset.cc                     | 1 -
+ src/hb-unicode-private.hh            | 1 -
+ src/hb-uniscribe.cc                  | 1 -
+ src/hb-warning.cc                    | 4 +---
+ 25 files changed, 6 insertions(+), 32 deletions(-)
+
+commit bddeb2b10ca2f4b4bee6f7eaaf5615875a67111d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 10 14:12:37 2018 +0200
+
+    Minor renamings of internal inline functions
+
+ src/hb-buffer.cc               |  4 ++--
+ src/hb-dsalgs.hh               |  2 +-
+ src/hb-map-private.hh          |  2 +-
+ src/hb-open-type-private.hh    |  4 ++--
+ src/hb-ot-cmap-table.hh        |  2 +-
+ src/hb-ot-hdmx-table.hh        |  2 +-
+ src/hb-ot-layout-gpos-table.hh |  4 ++--
+ src/hb-ot-layout-gsub-table.hh |  2 +-
+ src/hb-ot-map.cc               |  4 ++--
+ src/hb-ot-shape.cc             |  4 ++--
+ src/hb-private.hh              | 27 ++++++++++++++-------------
+ src/hb-set-private.hh          |  6 +++---
+ src/hb-subset.cc               |  2 +-
+ 13 files changed, 33 insertions(+), 32 deletions(-)
+
+commit d652ef299d123f28409e755ed2d2411295293f19
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 10 14:05:00 2018 +0200
+
+    Move hb_vector_t and hb_lockable_set_t to hb-dsalgs.hh
+
+ src/hb-dsalgs.hh  | 311 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-private.hh | 315 ------------------------------------------------------
+ 2 files changed, 311 insertions(+), 315 deletions(-)
+
+commit 9e53b083295ad910a87e778ebd16cbe69ebe2130
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 10 14:03:58 2018 +0200
+
+    Move hb_stable_sort to hb-dsalgs.hh
+    
+    Also, include hb-dsalgs.hh from end of hb-pricate.hh
+
+ src/hb-dsalgs.hh                | 51 +++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-os2-unicode-ranges.hh |  1 -
+ src/hb-ot-post-table.hh         |  1 -
+ src/hb-private.hh               | 51 ++---------------------------------------
+ 4 files changed, 53 insertions(+), 51 deletions(-)
+
+commit 39f11d8e72c6b2568f3b70847c6c9d1f374cd49c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 10 14:01:39 2018 +0200
+
+    Minor
+
+ src/hb-private.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 763f878cc0595162255c58ffe7a82ac1ca51cb0b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 10 13:47:41 2018 +0200
+
+    Fix syntax
+    
+    Oops.
+
+ src/hb-private.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 83ea277178544cd7e417bdfb7b600ede94910e13
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 10 13:17:27 2018 +0200
+
+    Add posix_memalign() fallback
+
+ configure.ac      |  2 +-
+ src/hb-private.hh | 40 ++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 41 insertions(+), 1 deletion(-)
+
+commit 292c100d6141eb2e981fa632602d73768f748727
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 10 13:16:52 2018 +0200
+
+    Always compile (but not use) alignof() and round() fallback codes
+    
+    Catches compile-errors in them better.
+
+ src/hb-private.hh | 23 ++++++++++++-----------
+ 1 file changed, 12 insertions(+), 11 deletions(-)
+
+commit 27c5317d918971c2fb67c213621a19ac790440e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 10 13:03:42 2018 +0200
+
+    Fix alignof impl
+
+ src/hb-private.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit bca83618cda7ee4f683b4685d10db9e1bef4983c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 10 12:58:13 2018 +0200
+
+    Add fallback implementation for constexpr and alignof
+
+ src/hb-private.hh | 18 ++++++++++++++++++
+ 1 file changed, 18 insertions(+)
+
+commit 7cb47d0f3f202843ebc7fb8801bf388bb90ba3aa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 10 12:51:29 2018 +0200
+
+    Minor
+
+ src/hb-set-private.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit bf9e9676dda686f5b76826b4e3148f4a0b512e3c
+Merge: 46d8f0d55 53f73409a
+Author: Cosimo Lupo <cosimo@anthrotype.com>
+Date:   Mon Jul 9 20:24:22 2018 +0200
+
+    Merge pull request #1091 from anthrotype/fix-gen-def-py
+    
+    gen-def.py: pass headers as arguments so that msys2 can convert posix paths
+
+commit 53f73409a91241765ae6a0cadf7600676988b6af
+Author: Cosimo Lupo <cosimo@anthrotype.com>
+Date:   Mon Jul 9 18:54:23 2018 +0100
+
+    CMakeLists.txt: don't pass header args as single space-separated string
+    
+    let python's parse command-line args as usual
+
+ CMakeLists.txt | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 83d2233a5c47cf1feadcdece5bd4a6b498c6ee7a
+Author: Cosimo Lupo <cosimo@anthrotype.com>
+Date:   Mon Jul 9 18:48:20 2018 +0100
+
+    CMakeLists.txt: pass headers as arguments to gen-def.py; call using PYTHON_EXECUTABLE
+
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ccdd15655480fe35226c0b757e28d3527fe2e6af
+Author: Cosimo Lupo <cosimo@anthrotype.com>
+Date:   Mon Jul 9 18:26:44 2018 +0100
+
+    src/Makefile.am: pass headers to gen-def.py as arguments, not env vars
+
+ src/Makefile.am | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit e3a931ef0b86419b5e4ba17de51535393471ed9d
+Author: Cosimo Lupo <cosimo@anthrotype.com>
+Date:   Mon Jul 9 18:11:29 2018 +0100
+
+    gen-def.py: pass headers as arguments so that msys2 can convert posix paths
+    
+    When one is not using the msys2 python, the header files that are passed in as environment
+    variable cannot be found.
+    
+    https://ci.appveyor.com/project/fonttools/ttfautohint-py/build/1.0.65/job/rkremny4jjid9nl2#L803
+    
+    This is because msys2 shell and make use POSIX paths (e.g. /c/Users/clupo/...)
+    whereas non-msys2 python.exe uses native Windows paths (e.g. C:\Users\clupo\...).
+    
+    Msys2 will automatically convert command line arguments (but not environment variables) from
+    POSIX to Windows paths when calling a native win32 executable, so we pass the header paths
+    as arguments instead of environment variables.
+    
+    This way the gen-def.py script can support both mingw python running in an MSYS2 shell, and
+    native win32 python.
+
+ src/gen-def.py | 12 +++++++++---
+ 1 file changed, 9 insertions(+), 3 deletions(-)
+
+commit 46d8f0d5521c3dd0b10c78e66153faefdb9046db
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Fri Jul 6 15:47:03 2018 -0400
+
+    Do not enforce a native direction of LTR for Runic
+    
+    Fixes #481
+
+ src/hb-common.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 936dadc6610666aa5781e8662b859f18f9baa636
+Author: David Corbett <corbett.dav@husky.neu.edu>
+Date:   Sat Jul 7 11:08:17 2018 -0400
+
+    Regenerate the USE table for Grantha and Bhaiksuki (#1090)
+    
+    Completes #1037 and fixes #1035.
+
+ src/hb-ot-shape-complex-use-table.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1ebaa090d80bf0b59308d2c70f5e58dd8da47450
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 5 14:04:13 2018 +0430
+
+    Disable vectorization
+    
+    Disable vectorization for now.  To correctly use them, we should
+    use posix_memalign() to allocate them.  Otherwise, can cause
+    misaligned access.
+    
+    https://bugs.chromium.org/p/chromium/issues/detail?id=860184
+
+ src/hb-private.hh | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit 18a06f8a662ca7a9e63f74c6443e24a035c40655
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 5 14:03:48 2018 +0430
+
+    Fix warning
+    
+    ../../src/hb-ot-layout-gsubgpos-private.hh:391:18: warning: missed loop optimization, the loop counter may overflow [-Wunsafe-loop-optimizations]
+
+ src/hb-ot-layout-gsubgpos-private.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 058708a665cdd9e796581dbcf60a5778d3f5e240
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Thu Jul 5 13:16:00 2018 +0430
+
+    Allow disabling vector_size use
+
+ src/hb-private.hh | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit d8a7dedc83042c5a643195172830acf78f2e59ff
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jul 4 15:33:39 2018 +0430
+
+    Use CreateFileW explicitly and pass wchar_t to it (#1087)
+
+ src/hb-blob.cc | 12 +++++++++---
+ 1 file changed, 9 insertions(+), 3 deletions(-)
+
+commit 9940504e933d6766f87dca7fccc3c2f889976a22
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 3 14:29:25 2018 +0430
+
+    [indic] Adjust left-matra repositioning and Halant,ZWJ sequence
+    
+    From the new code (first paragraph is from the OT Devanagari spec.):
+    
+      /*   o Reorder matras:
+       *
+       *     If a pre-base matra character had been reordered before applying basic
+       *     features, the glyph can be moved closer to the main consonant based on
+       *     whether half-forms had been formed. Actual position for the matra is
+       *     defined as “after last standalone halant glyph, after initial matra
+       *     position and before the main consonant”. If ZWJ or ZWNJ follow this
+       *     halant, position is moved after it.
+       *
+       * IMPLEMENTATION NOTES:
+       *
+       * It looks like the last sentence is wrong.  Testing, with Windows 7 Uniscribe
+       * and Devanagari shows that the behavior is best described as:
+       *
+       * "If ZWJ follows this halant, matra is NOT repositioned after this halant.
+       *  If ZWNJ follows this halant, position is moved after it."
+       *
+       * Test case, with Adobe Devanagari or Nirmala UI:
+       *
+       *   U+091F,U+094D,U+200C,U+092F,U+093F
+       *   (Matra moves to the middle, after ZWNJ.)
+       *
+       *   U+091F,U+094D,U+200D,U+092F,U+093F
+       *   (Matra does NOT move, stays to the left.)
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1070
+    
+    Test case added with Adobe Devanagari.
+
+ src/hb-ot-shape-complex-indic.cc                   |  37 +++++++++++++++++++++
+ .../8116e5d8fedfbec74e45dc350d2416d810bed8c4.ttf   | Bin 0 -> 4364 bytes
+ .../data/in-house/tests/indic-joiners.tests        |   4 +++
+ 3 files changed, 41 insertions(+)
+
+commit 2cb075fe26201f3e370fccfff6c1bc242b5acc79
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 3 13:04:05 2018 +0430
+
+    Fix unused function '_hb_mapped_file_destroy' if no mmap
+
+ src/hb-blob.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 343e8c694b03eea625523229a9468fbb456e3aea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 3 12:43:59 2018 +0430
+
+    1.8.2
+
+ NEWS             | 8 ++++++++
+ configure.ac     | 2 +-
+ src/hb-version.h | 4 ++--
+ 3 files changed, 11 insertions(+), 3 deletions(-)
+
+commit 29e7879bcf3fe955a0be3bb41e929e68f39ad01e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jul 3 12:38:21 2018 +0430
+
+    Disable .dfont code for now
+    
+    The get_table imple was wrong, as table offsets in a dfont are
+    relative to the resource.  We were treating them as relative to
+    the big blob itself.  To be fixed.
+    
+    Part of https://github.com/harfbuzz/harfbuzz/pull/1085
+
+ src/hb-open-file-private.hh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 32348a43c154eac6bfb21b9e8044b38ed763601e
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 1 15:32:43 2018 +0430
+
+    Fix trak table apply logic
+    
+    In collaboration with Behdad
+
+ src/hb-aat-layout-trak-table.hh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 225b92b7d4437360f8779850ee0aae85966679b5
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 1 14:32:00 2018 +0430
+
+    Support dfont font files (#949)
+
+ src/hb-open-file-private.hh | 196 ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-open-type-private.hh |   1 +
+ src/main.cc                 |   3 +
+ 3 files changed, 200 insertions(+)
+
+commit 5d8cafcf6a47ce73afff06499f6be23c72ab6797
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jul 1 01:54:14 2018 +0430
+
+    Improve nommap naming and use C style comments on create_from_file (#1084)
+
+ .circleci/config.yml |  2 +-
+ src/hb-blob.cc       | 16 ++++++++--------
+ 2 files changed, 9 insertions(+), 9 deletions(-)
+
+commit d3c0980ac234698627cb281e5526cc99139eed30
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 30 15:59:25 2018 +0430
+
+    Adjust MarkBasePos heuristic in presence of MultipleSubst
+    
+    From the issue:
+    "In this font, the virama,ya first forms a ligature, then decomposes back to
+    virama,ya. This causes those two to be marked parts of a MultipleSubst
+    sequence. When attaching the matra, we look for the first of the MultipleSubst
+    sequence because that's where we attach to (because of eg #740). In this case,
+    the first glyph in the MultipleSubst sequence is a mark, so we skip it and
+    attach to the base char before it."
+    
+    Font in question is Nirmala UI from Windows 10. Test sequence:
+    
+      U+0926,U+094D,U+092F,U+0941
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1020
+
+ src/hb-ot-layout-gpos-table.hh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 8b9cbe3b24be2ae0166e682103e22ec916316ecf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 30 12:28:03 2018 +0430
+
+    [indic] Tweak for old-spec Bengali and halant-ya-halant
+    
+    Fixes https://github.com/harfbuzz/harfbuzz/issues/1073
+
+ src/hb-ot-shape-complex-indic.cc | 13 ++++++++++---
+ 1 file changed, 10 insertions(+), 3 deletions(-)
+
+commit 9541c9dae10156fb61e4786545d1976cdcfb6bda
+Author: punchcutter <zarijoscha@gmail.com>
+Date:   Sun Jun 24 22:54:57 2018 -0700
+
+    Rebase and update USE overrides for Bhaiksuki Gap Fillers and Grantha Anusvara
+
+ src/gen-use-table.py | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 7b8dfac560abe89d48cfc2f6efb4a61820bd28bf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 30 09:16:54 2018 +0430
+
+    [khmer] Fix infinite-loop in cluster merging
+    
+    Indic shaper already had this check.  We removed it when forking
+    Khmer shaper by mistake.
+    
+    Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1464623
+
+ src/hb-ot-shape-complex-khmer.cc | 31 +++++++++++++++++--------------
+ 1 file changed, 17 insertions(+), 14 deletions(-)
+
+commit 25970a93aa6596d50ae538c6274625f95153572c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 28 14:32:36 2018 +0430
+
+    armcc compatibility, don't use EINTR if doesn't exist
+    
+    Fixes #1081
+
+ src/hb-blob.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 8a51f91b7035bbfaf39af1b962faf1613d2ea3b7
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Thu Jun 28 13:22:21 2018 +0430
+
+    Minor on hb_blob_create_from_file, reuse ferror result
+    
+    Oops
+
+ src/hb-blob.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 71971800ed1c0501a58e6ff7730e3cebec2ef2f8
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jun 27 18:14:52 2018 +0430
+
+    [ci] Don't fail on apt update and revive clang-O3-O0
+
+ .circleci/config.yml | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 7b4099f35f766d33d483a4b9d0805ef16020ea23
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jun 27 16:54:44 2018 +0430
+
+    Minor, rename blob to data on blob_from_file
+
+ src/hb-blob.cc | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit fa090ed4d47df12b2e611c9a667c398742f7e4ba
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Wed Jun 27 14:13:26 2018 +0430
+
+    Minor touches on hb_blob_create_from_file (#1079)
+    
+    * Handle EINTR on fallback reader
+    * Increase fallback reader limitation size limitation to 2 << 28
+    * Ensure _O_BINARY does exist if MMAP is used on Windows
+      (maybe superfluous but makes me more confident)
+
+ src/hb-blob.cc | 22 +++++++++++++---------
+ 1 file changed, 13 insertions(+), 9 deletions(-)
+
+commit 01dff1ea1aa871fa19a92c2afd63c8cb5dd6e455
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 26 18:00:58 2018 -0400
+
+    Make round() fallback portable to systems that do have round()
+    
+    Makes compiling without HAVE_ROUND on systems that do have it work.
+
+ src/hb-private.hh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 7db2e9ea38329b9393c9e8cc905b180735c9b0f4
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Tue Jun 26 10:46:10 2018 +0430
+
+    Minor on hb_blob_create_from_file
+    
+    Add one more "unlikely" annotation and use explicit nullptr check for more consistency.
+
+ src/hb-blob.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4f8753464ae44dfb60bee81ede10448175db7b90
+Author: Garret Rieger <grieger@google.com>
+Date:   Fri Jun 22 15:29:34 2018 -0700
+
+    [subset] Add fuzzer test case that caused a timeout to the corpus.
+
+ ...testcase-minimized-hb-subset-fuzzer-5750092395970560 | Bin 0 -> 72435 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit bbf2a09549a88bd52ac3db89a0ae93f3b71b3e37
+Merge: 8db058d20 35ce8f31d
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Mon Jun 25 13:02:11 2018 -0500
+
+    Merge branch 'master' of http://github.com/behdad/harfbuzz
+    
+    Catching up.
+
+commit 35ce8f31d37cf7c2a1f8265d36ba4c2c9a3efb2c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 25 22:23:43 2018 +0430
+
+    Unify our pipe reader with the fallback reader (#1068)
+    
+    And assign one bot to use the path always using NOMMAPFILEREADER token.
+    
+    It's limited to 200mb so no more fun with using /dev/zero on hb-view!
+
+ .circleci/config.yml |   6 +-
+ src/hb-blob.cc       | 152 ++++++++++++++++++++++-----------------------------
+ 2 files changed, 68 insertions(+), 90 deletions(-)
+
+commit f57804a8a596e88843ddc8b88afac7526349b89b
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 25 18:45:49 2018 +0430
+
+    Resolve ttx absolute path before use (#1075)
+
+ test/subset/run-tests.py | 101 ++++++++++++++++++++++++++---------------------
+ 1 file changed, 57 insertions(+), 44 deletions(-)
+
+commit 159ddb872986f121818e816d2ea75d271075ba1f
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 24 23:09:16 2018 +0430
+
+    Treat - just as /dev/stdin and remove one extra file reader (#1065)
+
+ util/options.cc | 27 +++++++++------------------
+ 1 file changed, 9 insertions(+), 18 deletions(-)
+
+commit b2a187918757a0faaf0f564ec2b0766c09fa364c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Sat Jun 23 10:32:28 2018 -0400
+
+    In Coverage iterator, bail out if table smells
+    
+    In particular, if CoverageFormat2 has unsorted ranges, bail out.
+    Otherwise, 64k ranges of each 64k glyphs can DoS closure() method.
+    
+    We can do the same for CoverageFormat1, but that one does not expose
+    the quadratic behavior, so, fine.
+
+ src/hb-ot-layout-common-private.hh | 17 +++++++++++++++--
+ 1 file changed, 15 insertions(+), 2 deletions(-)
+
+commit 941f2b85489b344698bf036922c589483034a7f2
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 18 20:35:40 2018 +0430
+
+    Support pipe and friends on hb_blob_create_from_file (#1061)
+    
+    With this hb-view/hb-shape support pipes and possibly socket and named pipe
+    also, anything fails just on mmap.
+    
+    We can later do the same for Windows also.
+    
+    This however reveals two issues, the fact most of our bots don't have HAVE_MMAP and using
+    this instead the other fread/fopen reader can make failure on CI. I should look at them separately
+    this change however is very low risk I believe.
+
+ src/hb-blob.cc | 44 +++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 43 insertions(+), 1 deletion(-)
+
+commit d0c2889dfc43da92c76d6eab5482b1298744dc9c
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Mon Jun 18 19:59:33 2018 +0430
+
+    Revert file blob sanitization and index checking (#1062)
+    
+    As https://github.com/harfbuzz/harfbuzz/pull/1059#issuecomment-397912812 we
+    like to still work with blobs that harfbuzz itself can't handle directly that are failing sanitization
+    currently apparently.
+
+ util/options.cc | 12 ++----------
+ util/options.hh |  2 +-
+ 2 files changed, 3 insertions(+), 11 deletions(-)
+
+commit c53697d3f2a3fae8b68ec4c5146c7000a07e0963
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 17 17:04:55 2018 +0430
+
+    Verbose fail when something is wrong with hb-shape/hb-view input font file (#1059)
+    
+    This checks if the blob isn't empty and uses `hb_face_count`
+    to see if the font file passes the simple font file sanitization
+    so can detect if the input is actually a font and checks also
+    whether input font-index is out of range.
+
+ util/options.cc | 11 +++++++++++
+ 1 file changed, 11 insertions(+)
+
+commit aa0c5df4199ef4e96df2b856c8f629e49fdd5120
+Author: Ebrahim Byagowi <ebrahim@gnu.org>
+Date:   Sun Jun 17 16:49:34 2018 +0430
+
+    Fix reading fonts from stdin (#1060)
+    
+    We were passing the font path directly to freetype so rendering
+    was broken when we are getting the font from stdin.
+    
+    This fixes it by using FT_New_Memory_Face instead.
+    
+    This fixes:
+    * build/util/hb-view /dev/stdin text < font.ttf
+    * build/util/hb-view - text < font.ttf
+    * cat font.ttf | build/util/hb-view - text
+    
+    but doesn't work on
+    * cat font.ttf | build/util/hb-view /dev/stdin text
+    
+    which I will try to fix separately.
+
+ util/helper-cairo.cc | 14 ++++++++++----
+ util/options.cc      |  5 ++---
+ util/options.hh      |  4 +++-
+ 3 files changed, 15 insertions(+), 8 deletions(-)
+
+commit 3654d9be6b017e66307fe0ffe635266938b14702
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Tue Jun 12 19:38:04 2018 -0400
+
+    1.8.1
+
+ NEWS             | 8 ++++++++
+ configure.ac     | 2 +-
+ src/hb-version.h | 4 ++--
+ 3 files changed, 11 insertions(+), 3 deletions(-)
+
 commit f3e58ab8a957cdf36bddef793c473664744885a7
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 12 19:32:04 2018 -0400
@@ -13,11 +137059,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 12 19:20:20 2018 -0400
 
     Move hb-version.h generation to Makefile
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/864
-
-    Unfortunately 1.7.7 and 1.8.0 went out with the wrong hb-version.h
-    contents.
+    
+    Unfortunately 1.7.7 and 1.8.0 went out with the wrong hb-version.h contents.
 
  configure.ac     |  1 -
  src/Makefile.am  | 21 ++++++++++++++++-----
@@ -29,7 +137074,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 12 18:24:54 2018 -0400
 
     [subset] Remove HB_SUBSET_BUILTIN
-
+    
     Just include hb-static.cc in libharfbuzz-subset.so source list as
     well.  Those building it built-in will include hb-static.cc once
     already.  No need for any gymnastics.
@@ -98,7 +137143,7 @@ Author: Jonathan Kew <jfkthame@gmail.com>
 Date:   Mon Jun 11 20:55:14 2018 -0700
 
     [hb-set] Don't shrink vectors until after processing their contents.
-
+    
     Fixes #1054.
 
  src/hb-set-private.hh | 10 +++++++---
@@ -109,9 +137154,8 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Mon Jun 11 03:47:43 2018 +0430
 
     Fetch the updated dwrite_1.h header from a better place
-
-    Following to
-    https://ci.appveyor.com/project/harfbuzz/harfbuzz/build/1.0.1693/job/mfkjdhcdykjuqdfc
+    
+    Following to https://ci.appveyor.com/project/harfbuzz/harfbuzz/build/1.0.1693/job/mfkjdhcdykjuqdfc
 
  appveyor.yml | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -121,7 +137165,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jun 10 17:22:38 2018 -0400
 
     More fixes for SunStudio 12.6 build
-
+    
     Followup to https://github.com/harfbuzz/harfbuzz/pull/1053
 
  src/hb-ft.cc     | 8 ++++----
@@ -165,8 +137209,7 @@ Date:   Thu Jun 7 15:32:52 2018 -0700
  test/api/fonts/Roboto-Regular.gsub.fi.ttf   | Bin 0 -> 2652 bytes
  test/api/fonts/Roboto-Regular.gsub.fil.ttf  | Bin 0 -> 3228 bytes
  test/api/fonts/Roboto-Regular.nogsub.fi.ttf | Bin 0 -> 1856 bytes
- test/api/test-subset-glyf.c                 |  52
- ++++++++++++++++++++++++++++
+ test/api/test-subset-glyf.c                 |  52 ++++++++++++++++++++++++++++
  4 files changed, 52 insertions(+)
 
 commit 37eab27be3b88079614f66e484c700bb2d40af10
@@ -206,8 +137249,7 @@ commit 57badadb769d0bcdbee00afce3af4972bc5c6bf1
 Author: Garret Rieger <grieger@google.com>
 Date:   Wed Jun 6 16:02:51 2018 -0700
 
-    [subset] add a new closure call to hb-ot-layout that can compute
-    the closure over multiple lookups.
+    [subset] add a new closure call to hb-ot-layout that can compute the closure over multiple lookups.
 
  src/hb-ot-layout.cc | 26 ++++++++++++++++++++++++++
  src/hb-ot-layout.h  |  6 ++++++
@@ -219,7 +137261,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jun 6 16:46:50 2018 -0700
 
     [set] Add is_subset
-
+    
     New API:
     +hb_set_is_subset()
 
@@ -255,7 +137297,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jun 6 15:23:35 2018 -0700
 
     Compiler gymnastics
-
+    
     Part of https://github.com/harfbuzz/harfbuzz/issues/630
 
  src/hb-private.hh | 3 +++
@@ -266,18 +137308,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jun 6 14:55:30 2018 -0700
 
     Move prime_for back into map
-
-    This was causing problem on systems without visibility when map
-    was used
+    
+    This was causing problem on systems without visibility when map was used
     from both libharfbuzz and libharfbuzz-subset. Sigh.
-
+    
     https://ci.appveyor.com/project/harfbuzz/harfbuzz/build/1.0.1669/job/dey47nmff0770vp3
 
- src/hb-map-private.hh | 53
- ++++++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-map-private.hh | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++-
  src/hb-private.hh     |  3 ---
- src/hb-static.cc      | 51
- -------------------------------------------------
+ src/hb-static.cc      | 51 -------------------------------------------------
  3 files changed, 52 insertions(+), 55 deletions(-)
 
 commit a2a1484ef93d5b5c3748b15219eca669d866b0a9
@@ -285,9 +137324,8 @@ Author: David Corbett <corbett.dav@husky.neu.edu>
 Date:   Wed Jun 6 12:57:28 2018 -0400
 
     Convert Consonant_Initial_Postfixed to CONS_FINAL
-
-    Consonant_Initial_Postfixed was split off of
-    Consonant_Succeeding_Repha,
+    
+    Consonant_Initial_Postfixed was split off of Consonant_Succeeding_Repha,
     so it should correspond to the same USE class, CONS_FINAL.
 
  src/gen-use-table.py                 | 5 +++--
@@ -309,12 +137347,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 5 17:59:31 2018 -0700
 
     [ucdn] Update to Unicode 11
-
+    
     https://github.com/grigorig/ucdn/issues/19
 
  src/hb-ucdn.cc        |    7 +
- src/hb-ucdn/ucdn_db.h | 2754
- ++++++++++++++++++++++++++-----------------------
+ src/hb-ucdn/ucdn_db.h | 2754 ++++++++++++++++++++++++++-----------------------
  2 files changed, 1479 insertions(+), 1282 deletions(-)
 
 commit 060e6b4a13a4224de885214d374b079610224123
@@ -322,7 +137359,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 5 17:31:46 2018 -0700
 
     Update to Unicode 11.0.0
-
+    
     UCDN is not updated yet.
 
  src/gen-use-table.py                    | 13 +++--
@@ -332,8 +137369,7 @@ Date:   Tue Jun 5 17:31:46 2018 -0700
  src/hb-ot-shape-complex-indic-table.cc  | 77 ++++++++++++++-------------
  src/hb-ot-shape-complex-private.hh      |  9 ++++
  src/hb-ot-shape-complex-use-machine.rl  |  2 +-
- src/hb-ot-shape-complex-use-table.cc    | 94
- +++++++++++++++++++++------------
+ src/hb-ot-shape-complex-use-table.cc    | 94 +++++++++++++++++++++------------
  8 files changed, 170 insertions(+), 84 deletions(-)
 
 commit 105a3b5e2d2ff228cdc1fbe8618f6c8fdfdabe9e
@@ -374,7 +137410,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jun 4 16:47:45 2018 -0700
 
     [khmer] Fix Coeng vs Halant confusion
-
+    
     Test suite results are unchanged (34).
 
  src/hb-ot-shape-complex-khmer.cc | 6 +++---
@@ -385,7 +137421,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Tue Jun 5 22:50:53 2018 +0430
 
     Fix hb_face_count build issue
-
+    
     I should've rebased #1002 before the merge, my bad
 
  src/hb-face.cc | 2 +-
@@ -396,16 +137432,15 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Tue Jun 5 18:56:26 2018 +0430
 
     Add hb_face_count, a new API (#1002)
-
+    
     Simply, it returns the number of faces on a font blob.
-
+    
     To be used on hb-sanitizer tool but other clients also
     can benefit from it.
 
  TODO                       |  2 -
  docs/harfbuzz-sections.txt |  1 +
- src/hb-face.cc             | 95
- ++++++++++++++++++++++++++++------------------
+ src/hb-face.cc             | 95 ++++++++++++++++++++++++++++------------------
  src/hb-face.h              |  4 ++
  4 files changed, 64 insertions(+), 38 deletions(-)
 
@@ -414,17 +137449,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jun 4 15:40:43 2018 -0700
 
     [sinhala] Move reph to after post-consonants
-
+    
     Apparently this changed between Win 7 and Win 10.
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/967
-
+    
     To be continued in https://github.com/harfbuzz/harfbuzz/issues/1044
 
  src/hb-ot-shape-complex-indic.cc                         |   2 +-
  test/shaping/data/in-house/Makefile.sources              |   1 +
- .../fonts/5af5361ed4d1e8305780b100e1730cb09132f8d1.ttf   | Bin 0 ->
- 3152 bytes
+ .../fonts/5af5361ed4d1e8305780b100e1730cb09132f8d1.ttf   | Bin 0 -> 3152 bytes
  test/shaping/data/in-house/tests/sinhala.tests           |   1 +
  4 files changed, 3 insertions(+), 1 deletion(-)
 
@@ -433,7 +137467,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jun 4 15:38:05 2018 -0700
 
     [test] Fix record-test to use gids not glyph-names
-
+    
     as those might not match what FontTools think of the glyphs if font
     does NOT have glyph names.
 
@@ -445,11 +137479,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jun 2 20:30:09 2018 -0700
 
     Remove DISALLOW_* from vector, set, and map
-
-    Some of the build bots, still fail on this.  I suppose mine pass
-    because
+    
+    Some of the build bots, still fail on this.  I suppose mine pass because
     I enable C++11...
-
+    
     Anyway, remove these again.
 
  src/hb-map-private.hh | 3 ---
@@ -463,7 +137496,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jun 2 15:30:59 2018 -0700
 
     Fix fallout from 975bdd5ef562e37655067b703b2b9ca7481f4985
-
+    
     Ouch!
 
  src/hb-ot-map-private.hh   | 40 ++++++++++++++++++++++------------------
@@ -514,7 +137547,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 1 17:32:07 2018 -0700
 
     Another attempt at making every compiler happy...
-
+    
     Sigh.
 
  src/hb-private.hh | 6 +++---
@@ -526,11 +137559,9 @@ Date:   Fri Jun 1 17:28:47 2018 -0700
 
     [map] Move prime_for to hb-static
 
- src/hb-map-private.hh | 53
- +--------------------------------------------------
+ src/hb-map-private.hh | 53 +--------------------------------------------------
  src/hb-private.hh     |  2 ++
- src/hb-static.cc      | 51
- +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-static.cc      | 51 +++++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 54 insertions(+), 52 deletions(-)
 
 commit 33d6f46bbbb4fdee110f1cb024a37ed2e46e5e22
@@ -556,11 +137587,9 @@ commit a070dfd333f411bf720120eb332f7da93077054f
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu May 31 16:47:39 2018 -0700
 
-    [subset] Have the subset fuzzer pull the text string to subset to
-    from the end of the fuzzer provided data.
+    [subset] Have the subset fuzzer pull the text string to subset to from the end of the fuzzer provided data.
 
- test/fuzzing/hb-subset-fuzzer.cc | 54
- +++++++++++++++++++++++++---------------
+ test/fuzzing/hb-subset-fuzzer.cc | 54 +++++++++++++++++++++++++---------------
  1 file changed, 34 insertions(+), 20 deletions(-)
 
 commit bb6f4adac70a161505953414aa85ba78cd993c65
@@ -577,9 +137606,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 1 16:07:55 2018 -0700
 
     Revert "Remove HB_DISALLOW_COPY_AND_ASSIGN"
-
+    
     This reverts commit ff92de766bf775bfdd3a01bda94de699180ff86a.
-
+    
     Revert that and remove ASSERT_POD. Let's see which bots are
     unhappy with this configuration...
 
@@ -614,11 +137643,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 31 20:03:00 2018 -0700
 
     Rename in_error to !successful
-
+    
     Towards possibly using Null pool for some nil objects.
 
- src/hb-buffer-deserialize-json.hh    | 758
- +++++++++++++++++------------------
+ src/hb-buffer-deserialize-json.hh    | 758 +++++++++++++++++------------------
  src/hb-buffer-deserialize-json.rl    |   2 +-
  src/hb-buffer-deserialize-text.hh    | 510 +++++++++++------------
  src/hb-buffer-deserialize-text.rl    |   2 +-
@@ -645,7 +137673,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 31 19:52:16 2018 -0700
 
     Fix a whitespace inconsistency
-
+    
     Null() and Crap() are only places that there's no space before '('...
 
  src/dump-fon.cc   | 12 ++++++------
@@ -668,7 +137696,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 31 19:28:04 2018 -0700
 
     Use 0 as inert object reference value instead of -1
-
+    
     Towards using Null object for nil objects.
 
  src/hb-object-private.hh | 2 +-
@@ -679,7 +137707,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 31 17:58:40 2018 -0700
 
     Add const OffsetTo<> dereference
-
+    
     Unused, but now that we have CrapPool, implement it.
 
  src/hb-open-type-private.hh | 6 ++++++
@@ -690,13 +137718,11 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Thu May 31 12:27:31 2018 +0430
 
     Fix symbol export issue of prime_mod on Alpine bot
-
-    Apparently our gcc-6.4.0 on Alpine Linux distribution doesn't like
-    defining static const
+    
+    Apparently our gcc-6.4.0 on Alpine Linux distribution doesn't like defining static const
     inside a method, lets put that on outside the classes.
 
- src/hb-map-private.hh | 89
- ++++++++++++++++++++++++++-------------------------
+ src/hb-map-private.hh | 89 ++++++++++++++++++++++++++-------------------------
  1 file changed, 45 insertions(+), 44 deletions(-)
 
 commit 54800f8322e8ab106d801fc332b7e813c58138ac
@@ -704,7 +137730,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 30 16:26:50 2018 -0700
 
     [map] Mark prime_for HB_INTERNAL
-
+    
     Trying to see if it fixes gcc-4.2 bots.
 
  src/hb-map-private.hh | 2 +-
@@ -733,8 +137759,7 @@ Date:   Wed May 30 12:23:51 2018 -0700
  src/hb-ot-os2-table.hh  |  35 +++--------
  src/hb-ot-post-table.hh |   2 +-
  src/hb-subset-glyf.cc   |   9 ++-
- src/hb-subset-plan.cc   | 159
- ++++++++++++++++--------------------------------
+ src/hb-subset-plan.cc   | 159 ++++++++++++++++--------------------------------
  src/hb-subset-plan.hh   |  68 +++++++++++++--------
  src/hb-subset.cc        |   2 +-
  11 files changed, 139 insertions(+), 188 deletions(-)
@@ -744,7 +137769,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 30 14:02:49 2018 -0700
 
     [map] Fix size calculation
-
+    
     Don't know why I thought I should subtract one there...
 
  src/hb-map-private.hh | 2 +-
@@ -755,15 +137780,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 29 18:48:45 2018 -0700
 
     Remove HB_DISALLOW_COPY_AND_ASSIGN
-
+    
     llvm-gcc-4.2 bot had this problem:
-    hb-private.hh:812: error: initializer specified for non-virtual method
-    'void hb_vector_t<Type, StaticSize>::operator=(const hb_vector_t<Type,
-    StaticSize>&) [with Type = hb_user_data_array_t::hb_user_data_item_t,
-    unsigned int StaticSize = 1u]'
-
-    Removing the delete didn't work with a constructor. So, remove
-    constructor.
+    hb-private.hh:812: error: initializer specified for non-virtual method 'void hb_vector_t<Type, StaticSize>::operator=(const hb_vector_t<Type, StaticSize>&) [with Type = hb_user_data_array_t::hb_user_data_item_t, unsigned int StaticSize = 1u]'
+    
+    Removing the delete didn't work with a constructor. So, remove constructor.
     Just disallow assignment.  Still better than nothing.
 
  src/hb-map-private.hh      | 2 +-
@@ -786,13 +137807,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 29 18:21:55 2018 -0700
 
     Disable use of thread_local
-
+    
     Clang build was failing with:
-
-    /usr/bin/ld: .libs/libharfbuzz_la-hb-blob.o: relocation R_X86_64_PC32
-    against undefined hidden symbol `_ZTH12_hb_CrapPool' can not be used
-    when making a shared object
-
+    
+    /usr/bin/ld: .libs/libharfbuzz_la-hb-blob.o: relocation R_X86_64_PC32 against undefined hidden symbol `_ZTH12_hb_CrapPool' can not be used when making a shared object
+    
     Instead of fighting it, just disable use of it.
 
  src/hb-private.hh | 4 ++--
@@ -814,10 +137833,8 @@ Date:   Tue May 29 18:13:13 2018 -0700
 
     [map] Move prime_mod to header to avoid linkage issues in subset.so
 
- src/hb-map-private.hh | 53
- +++++++++++++++++++++++++++++++++++++++++++++++++--
- src/hb-map.cc         | 52
- --------------------------------------------------
+ src/hb-map-private.hh | 53 +++++++++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-map.cc         | 52 --------------------------------------------------
  2 files changed, 51 insertions(+), 54 deletions(-)
 
 commit 6baebc5d559e15c7903a81f21be08b45537e7903
@@ -919,7 +137936,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 29 16:45:06 2018 -0700
 
     Revert "[map] Return bool from set()"
-
+    
     This reverts commit face7cf55d4895ffca314c8448c0a749a26cc182.
 
  src/hb-map-private.hh | 7 +++----
@@ -930,7 +137947,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 29 16:44:55 2018 -0700
 
     Revert "[map] Make hb_map_set() return bool"
-
+    
     This reverts commit 7bf1980146cfc081b06264ac367b23ae9397adf1.
 
  src/hb-map.cc | 4 ++--
@@ -970,13 +137987,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 29 16:28:48 2018 -0700
 
     [map] First try at implementing an integer-to-integer hashmap
-
+    
     Fully untested.
 
  src/Makefile.sources  |   3 +
  src/hb-map-private.hh | 180 ++++++++++++++++++++++++++++++++
- src/hb-map.cc         | 279
- ++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-map.cc         | 279 ++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-map.h          | 110 ++++++++++++++++++++
  src/hb.h              |   1 +
  5 files changed, 573 insertions(+)
@@ -986,7 +138002,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Sat May 26 23:50:10 2018 +0430
 
     [blob] Use MAP_NORESERVE if available (#1039)
-
+    
     MAP_NORESERVE is not available on macOS for example so set the flag
     to zero if not defined on the headers.
 
@@ -1035,10 +138051,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 24 14:09:04 2018 -0700
 
     Fix Uniscribe build
-
+    
     If a pointer type was passed to Null(), reinterpret_cast<> was
-    complaining about qualifiers being removed. Turns out I need the
-    const on
+    complaining about qualifiers being removed. Turns out I need the const on
     the other side of "Type" to fix that.  Also remove unused const from
     NullPool type.
 
@@ -1064,7 +138079,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 24 11:46:57 2018 -0700
 
     Mark CrapPool thread_local
-
+    
     Not sure if I like to keep it. For now, aim for correctness.
 
  src/dump-emoji.cc   |  2 +-
@@ -1080,7 +138095,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 24 11:33:15 2018 -0700
 
     Add CrapPool
-
+    
     Common Regoin for Access Protection.  Like the NullPool, but writable.
 
  src/dump-emoji.cc           |  1 +
@@ -1098,8 +138113,7 @@ Date:   Wed May 23 20:12:23 2018 -0700
 
     Move code around
 
- src/hb-private.hh | 91
- ++++++++++++++++++++++++++++++-------------------------
+ src/hb-private.hh | 91 ++++++++++++++++++++++++++++++-------------------------
  1 file changed, 49 insertions(+), 42 deletions(-)
 
 commit 65aeabd62275b37c6bb6715f3341e45625f4ba6e
@@ -1107,7 +138121,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 23 16:15:28 2018 -0700
 
     Add hb_vector_t::push(const Type &v)
-
+    
     Makes for cleaner code.
 
  src/hb-coretext.cc      |  3 +--
@@ -1122,10 +138136,9 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Wed May 23 13:37:57 2018 +0430
 
     [ci] Revive the SunCC bot
-
+    
     * Adds libnsl to the bot as it is now needed apparently
-    * Disables hb-icu, apparently the newer ICU itself is not compatible
-    with SunCC
+    * Disables hb-icu, apparently the newer ICU itself is not compatible with SunCC
 
  .circleci/config.yml | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
@@ -1135,7 +138148,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 22 22:00:05 2018 -0700
 
     Actually enable vectorized operations
-
+    
     Fixup for previous commit. Was accidentally turned off.
 
  src/hb-private.hh | 2 +-
@@ -1146,7 +138159,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 22 21:36:07 2018 -0700
 
     Another try at smart vectorization
-
+    
     Make clang happy. Also, don't use anonymous union.
 
  src/hb-private.hh | 36 +++++++++++++++++++++++++-----------
@@ -1157,7 +138170,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 22 21:06:22 2018 -0700
 
     Try enabling vectorization smartly
-
+    
     We'll see if this sticks to the bots.
 
  src/hb-private.hh     | 25 +++++++++++++++++--------
@@ -1181,12 +138194,9 @@ Date:   Tue May 22 18:28:13 2018 -0700
 
  test/shaping/data/text-rendering-tests/DISABLED         |   2 ++
  test/shaping/data/text-rendering-tests/Makefile.sources |   2 ++
- .../text-rendering-tests/fonts/TestMORXTwentyeight.ttf  | Bin 0 ->
- 2660 bytes
- .../text-rendering-tests/fonts/TestMORXTwentyseven.ttf  | Bin 0 ->
- 2432 bytes
- .../data/text-rendering-tests/fonts/TestShapeKndaV3.ttf | Bin 0 ->
- 89400 bytes
+ .../text-rendering-tests/fonts/TestMORXTwentyeight.ttf  | Bin 0 -> 2660 bytes
+ .../text-rendering-tests/fonts/TestMORXTwentyseven.ttf  | Bin 0 -> 2432 bytes
+ .../data/text-rendering-tests/fonts/TestShapeKndaV3.ttf | Bin 0 -> 89400 bytes
  .../data/text-rendering-tests/tests/MORX-27.tests       |   3 +++
  .../data/text-rendering-tests/tests/MORX-28.tests       |   5 +++++
  7 files changed, 12 insertions(+)
@@ -1196,11 +138206,9 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Fri May 11 22:44:44 2018 +0430
 
     Minor, make CreateFile compatible with the disabled writable flag
-
-    "writable" is not in use and probably we can go in the reverse
-    direction
-    and remove the flags that are useful for enabled writable, this
-    is just
+    
+    "writable" is not in use and probably we can go in the reverse direction
+    and remove the flags that are useful for enabled writable, this is just
     for the sake of completeness however.
 
  src/hb-blob.cc | 5 +++--
@@ -1211,7 +138219,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Fri May 11 14:36:41 2018 +0430
 
     Remove unnecessary headers and definitions of hb-blob (#1028)
-
+    
     It removes io.h and other polyfills which we no longer need as 7e76d74
 
  src/hb-blob.cc | 22 ++++------------------
@@ -1222,24 +138230,23 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Fri May 11 13:40:33 2018 +0430
 
     Make hb_blob_create_from_file more portable (#1027)
-
+    
     This makes it compatible with ARMCC which I had access in
     a collaboration with @imgtec, thanks!
-
+    
     Basically hb_blob_create_from_file features three code paths,
     mmap, Win32 and fallback.
-
+    
     We had fallback implementation even before this but it was relied
     to "open" which is not available on some environments. This change
     improved the situtation by using only fopen and friends for
     fallback path.
-
+    
     Interestingly we could use "open" on Windows but in fact it was
     emulated by MSVCRT so I've completely split that from Unix path
     now that we have a distinct path for fallback path also.
 
- src/hb-blob.cc | 64
- +++++++++++++++++++++++++++++++++++++++-------------------
+ src/hb-blob.cc | 64 +++++++++++++++++++++++++++++++++++++++-------------------
  1 file changed, 43 insertions(+), 21 deletions(-)
 
 commit e99d75ea9c4fe1f64d7f8408093741a682ed5243
@@ -1256,7 +138263,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 9 15:27:17 2018 -0700
 
     Reinstante DEFINE_NULL_DATA
-
+    
     Seems like I messed up; buffer overrun got reported.
 
  src/hb-open-type-private.hh        |  2 ++
@@ -1268,9 +138275,8 @@ commit 93bdf9b2dfe18af0f1aa93b890f0be260f31d90e
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Wed May 9 23:24:17 2018 +0430
 
-    Use arrayZ on hb-coretext and hb-uniscribe and fix macOS/Win bots
-    (#1024)
-
+    Use arrayZ on hb-coretext and hb-uniscribe and fix macOS/Win bots (#1024)
+    
     Following to 63f57f4
 
  src/hb-coretext.cc  |  2 +-
@@ -1292,8 +138298,7 @@ Date:   Tue May 8 16:56:11 2018 -0700
  src/hb-ot-color-cbdt-table.hh        | 10 +++---
  src/hb-ot-layout-common-private.hh   | 12 +++----
  src/hb-ot-layout-gsub-table.hh       | 16 ++++-----
- src/hb-ot-layout-gsubgpos-private.hh | 64
- ++++++++++++++++++------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 64 ++++++++++++++++++------------------
  src/hb-ot-post-table.hh              |  4 +--
  src/hb-ot-var-avar-table.hh          | 26 +++++++--------
  src/hb-private.hh                    | 54 +++++++++++++++---------------
@@ -1306,19 +138311,19 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 8 16:42:45 2018 -0700
 
     Use UnsizedArrayOf<> in one place where [VAR] was used
-
+    
     Trying to see how many can converted meaningfully.
 
  src/hb-ot-layout-common-private.hh | 10 +++++-----
  1 file changed, 5 insertions(+), 5 deletions(-)
 
 commit 0644d92ef32b09e32d473c758d2a968f2d125628
-Merge: 2a2e28e7 3be050f0
+Merge: 2a2e28e70 3be050f07
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 8 15:21:09 2018 -0700
 
     Merge pull request #1018 from googlefonts/cmap4
-
+    
     [subset] Add cmap format 4 subsetting.
 
 commit 2a2e28e701319b4053a5c95f06c68f859e4ce99b
@@ -1356,8 +138361,7 @@ commit eba1c16a604d1be774f22541bf3e417f27a27c68
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 8 02:47:42 2018 -0700
 
-    Always lock blob in sanitize. Remove blob->lock_as() in favor of
-    blob->lock()
+    Always lock blob in sanitize. Remove blob->lock_as() in favor of blob->lock()
 
  src/dump-emoji.cc             | 4 ++--
  src/dump-fon.cc               | 2 +-
@@ -1412,8 +138416,7 @@ Date:   Tue May 8 02:23:36 2018 -0700
  src/dump-emoji.cc                  |  6 ++---
  src/dump-fon.cc                    | 14 +++++------
  src/hb-aat-layout.cc               |  8 +++----
- src/hb-open-type-private.hh        | 48
- +++-----------------------------------
+ src/hb-open-type-private.hh        | 48 +++-----------------------------------
  src/hb-ot-cmap-table.hh            |  4 ++--
  src/hb-ot-color.cc                 |  4 ++--
  src/hb-ot-layout-common-private.hh | 13 ++++++++---
@@ -1450,9 +138453,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 8 01:47:05 2018 -0700
 
     Allocate user-data-array on the heap
-
-    This saves each object allocation 72 bytes.  Now object overhead
-    is just
+    
+    This saves each object allocation 72 bytes.  Now object overhead is just
     16 bytes (on x86) instead of 88 bytes. Neat.
 
  src/hb-object-private.hh | 36 ++++++++++++++++++++++++++++--------
@@ -1463,11 +138465,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 8 01:28:19 2018 -0700
 
     Oops
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/1023
 
- src/hb-blob-private.hh | 77
- ++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-blob-private.hh | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 77 insertions(+)
 
 commit f673cfbd64d0c9d97123500a7b851b9cfc09deb3
@@ -1475,9 +138476,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 7 13:58:32 2018 -0700
 
     Support scripts that are written both LTR and RTL
-
+    
     Right now only Old Italic is marked as such.
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/1000
 
  src/hb-buffer.cc                                         |   4 ++++
@@ -1485,8 +138486,7 @@ Date:   Mon May 7 13:58:32 2018 -0700
  src/hb-ot-shape.cc                                       |   7 +++++--
  test/api/test-common.c                                   |   1 +
  test/shaping/data/in-house/Makefile.sources              |   1 +
- .../fonts/73e84dac2fc6a2d1bc9250d1414353661088937d.ttf   | Bin 0 ->
- 1136 bytes
+ .../fonts/73e84dac2fc6a2d1bc9250d1414353661088937d.ttf   | Bin 0 -> 1136 bytes
  test/shaping/data/in-house/tests/none-directional.tests  |   3 +++
  7 files changed, 20 insertions(+), 2 deletions(-)
 
@@ -1505,8 +138505,7 @@ Date:   Thu May 3 22:14:54 2018 -0400
 
     Move some blob functions to methods
 
- src/hb-blob.cc | 80
- +++++++++++++++++++++++++---------------------------------
+ src/hb-blob.cc | 80 +++++++++++++++++++++++++---------------------------------
  1 file changed, 34 insertions(+), 46 deletions(-)
 
 commit 5c64d61475f15d7f8de8993a52639735b2bcf750
@@ -1514,7 +138513,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 3 21:10:57 2018 -0400
 
     Add hb-blob-private.hh
-
+    
     Towards making blob more memory-allocation-friendly
 
  src/Makefile.sources |  1 +
@@ -1526,9 +138525,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 3 21:03:27 2018 -0400
 
     [ot-layout] Remove unused members
-
-    We should hang those off somewhere else. For now, the unused ones
-    can go.
+    
+    We should hang those off somewhere else. For now, the unused ones can go.
 
  src/hb-aat-layout-common-private.hh |  2 +-
  src/hb-aat-layout.cc                |  6 ++++++
@@ -1541,9 +138539,8 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Tue May 8 01:05:15 2018 +0430
 
     Set inline hidden flag only on shared library building
-
-    To avoid need of CMP0063 which is not available on older CMake
-    versions
+    
+    To avoid need of CMP0063 which is not available on older CMake versions
 
  CMakeLists.txt | 16 ++++++++--------
  1 file changed, 8 insertions(+), 8 deletions(-)
@@ -1570,8 +138567,7 @@ commit 95eb0f3bafb7ab0e2451e3e2f8afc5008e18e88e
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu May 3 13:00:19 2018 -0700
 
-    [subset] Switch to a non-log using implementation of caculating
-    searchRangeZ, entrySelectorZ, and rangeShiftZ in cmap4.
+    [subset] Switch to a non-log using implementation of caculating searchRangeZ, entrySelectorZ, and rangeShiftZ in cmap4.
 
  src/hb-ot-cmap-table.hh | 12 +++++-------
  1 file changed, 5 insertions(+), 7 deletions(-)
@@ -1580,72 +138576,43 @@ commit b0d7971be0fa3c9393b04038b8d0a76398b0d8d7
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu May 3 11:22:51 2018 -0700
 
-    [subset] Updated expected files for japanese subset integration
-    tests to include cmap4.
-
- ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 3032 ->
- 3112 bytes
- ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 3268 ->
- 3356 bytes
- .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2584 ->
- 2656 bytes
- ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3564 ->
- 3652 bytes
- .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 2348 ->
- 2396 bytes
- ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 2304 ->
- 2384 bytes
- ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2540 ->
- 2628 bytes
- .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1856 ->
- 1928 bytes
- ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2836 ->
- 2924 bytes
- .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1620 ->
- 1668 bytes
- test/subset/data/fonts/Mplus1p-Regular.ttf         | Bin 1758820 ->
- 1757292 bytes
+    [subset] Updated expected files for japanese subset integration tests to include cmap4.
+
+ ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 3032 -> 3112 bytes
+ ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 3268 -> 3356 bytes
+ .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2584 -> 2656 bytes
+ ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3564 -> 3652 bytes
+ .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 2348 -> 2396 bytes
+ ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 2304 -> 2384 bytes
+ ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2540 -> 2628 bytes
+ .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1856 -> 1928 bytes
+ ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2836 -> 2924 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1620 -> 1668 bytes
+ test/subset/data/fonts/Mplus1p-Regular.ttf         | Bin 1758820 -> 1757292 bytes
  11 files changed, 0 insertions(+), 0 deletions(-)
 
 commit 79479273170275447042aa50912acee74bbacdf6
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu May 3 11:18:02 2018 -0700
 
-    [subset] Update expected files for subset integration tests to
-    include cmap4.
-
- .../basics/Roboto-Regular.abc.default.61,62,63.ttf    | Bin 2120 ->
- 2168 bytes
- .../basics/Roboto-Regular.abc.default.61,63.ttf       | Bin 1932 ->
- 1988 bytes
- .../expected/basics/Roboto-Regular.abc.default.61.ttf | Bin 1744 ->
- 1792 bytes
- .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1692 ->
- 1740 bytes
- .../expected/basics/Roboto-Regular.abc.default.63.ttf | Bin 1668 ->
- 1716 bytes
- .../basics/Roboto-Regular.abc.drop-hints.61,62,63.ttf | Bin 876 ->
- 924 bytes
- .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf    | Bin 792 ->
- 848 bytes
- .../basics/Roboto-Regular.abc.drop-hints.61.ttf       | Bin 684 ->
- 732 bytes
- .../basics/Roboto-Regular.abc.drop-hints.62.ttf       | Bin 652 ->
- 700 bytes
- .../basics/Roboto-Regular.abc.drop-hints.63.ttf       | Bin 656 ->
- 704 bytes
- .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf     | Bin 3700 ->
- 3772 bytes
- .../full-font/Roboto-Regular.default.61,62,63.ttf     | Bin 3320 ->
- 3368 bytes
- .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf         | Bin 3668 ->
- 3732 bytes
- .../Roboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf  | Bin 2152 ->
- 2224 bytes
- .../full-font/Roboto-Regular.drop-hints.61,62,63.ttf  | Bin 1968 ->
- 2016 bytes
- .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf      | Bin 2188 ->
- 2252 bytes
+    [subset] Update expected files for subset integration tests to include cmap4.
+
+ .../basics/Roboto-Regular.abc.default.61,62,63.ttf    | Bin 2120 -> 2168 bytes
+ .../basics/Roboto-Regular.abc.default.61,63.ttf       | Bin 1932 -> 1988 bytes
+ .../expected/basics/Roboto-Regular.abc.default.61.ttf | Bin 1744 -> 1792 bytes
+ .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1692 -> 1740 bytes
+ .../expected/basics/Roboto-Regular.abc.default.63.ttf | Bin 1668 -> 1716 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61,62,63.ttf | Bin 876 -> 924 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf    | Bin 792 -> 848 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61.ttf       | Bin 684 -> 732 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.62.ttf       | Bin 652 -> 700 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.63.ttf       | Bin 656 -> 704 bytes
+ .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf     | Bin 3700 -> 3772 bytes
+ .../full-font/Roboto-Regular.default.61,62,63.ttf     | Bin 3320 -> 3368 bytes
+ .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf         | Bin 3668 -> 3732 bytes
+ .../Roboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf  | Bin 2152 -> 2224 bytes
+ .../full-font/Roboto-Regular.drop-hints.61,62,63.ttf  | Bin 1968 -> 2016 bytes
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf      | Bin 2188 -> 2252 bytes
  16 files changed, 0 insertions(+), 0 deletions(-)
 
 commit a8e7f9b958dcb4e00226f78d0ff83f031bc1323d
@@ -1662,8 +138629,7 @@ commit c817992f495cba21bf468014f22afe349fbc799f
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu May 3 10:53:20 2018 -0700
 
-    [subset] Write out a format 4, plat 0 encoding record to match
-    fontTools.
+    [subset] Write out a format 4, plat 0 encoding record to match fontTools.
 
  src/hb-ot-cmap-table.hh     | 24 +++++++++++++++---------
  test/api/test-subset-cmap.c |  2 +-
@@ -1675,8 +138641,7 @@ Date:   Wed May 2 18:50:56 2018 -0700
 
     [subset] A few bug fixes for cmap format 4 subsetting.
 
- src/hb-ot-cmap-table.hh | 57
- ++++++++++++++++++++++++++++---------------------
+ src/hb-ot-cmap-table.hh | 57 ++++++++++++++++++++++++++++---------------------
  1 file changed, 33 insertions(+), 24 deletions(-)
 
 commit 81ea75f5c860ef682184bd2c9d0ff8b48251e3ce
@@ -1712,27 +138677,23 @@ Date:   Wed May 2 16:12:04 2018 -0700
 
     [subset] WIP cmap format 4 subsetting.
 
- src/hb-ot-cmap-table.hh | 104
- ++++++++++++++++++++++++++++++++++++++++--------
+ src/hb-ot-cmap-table.hh | 104 ++++++++++++++++++++++++++++++++++++++++--------
  1 file changed, 88 insertions(+), 16 deletions(-)
 
 commit 0053d13283458996372f04bd501001d450523605
 Author: Garret Rieger <grieger@google.com>
 Date:   Wed May 2 15:42:43 2018 -0700
 
-    [subset] Refactor cmap subsetting to make it possible to add support
-    for more sub tables.
+    [subset] Refactor cmap subsetting to make it possible to add support for more sub tables.
 
- src/hb-ot-cmap-table.hh | 161
- ++++++++++++++++++++++++++++++------------------
+ src/hb-ot-cmap-table.hh | 161 ++++++++++++++++++++++++++++++------------------
  1 file changed, 102 insertions(+), 59 deletions(-)
 
 commit 03b27548123756dfd9988a8fc74bc78733fb2c44
 Author: Garret Rieger <grieger@google.com>
 Date:   Wed May 2 15:42:08 2018 -0700
 
-    [subset] Add const to the hb_subset_plan_t input to a couple functions
-    in hb-subset-plan.
+    [subset] Add const to the hb_subset_plan_t input to a couple functions in hb-subset-plan.
 
  src/hb-subset-plan.cc |  4 ++--
  src/hb-subset-plan.hh | 18 +++++++++---------
@@ -1743,7 +138704,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 2 14:59:14 2018 -0400
 
     Rename some X-terminated members to Z-terminated
-
+    
     X-terminated means don't access this, it's not located correctly.
     Z-terminated means this is a C array with no bound checking.
 
@@ -1759,7 +138720,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 2 12:56:21 2018 -0400
 
     [set] Fix init/fini of set on the stack to call object init/fini
-
+    
     Part of https://github.com/harfbuzz/harfbuzz/issues/1017
 
  src/hb-set-private.hh | 14 ++++++++++++--
@@ -1771,7 +138732,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 1 19:09:00 2018 -0400
 
     Remove hb_auto_array_t
-
+    
     Part of https://github.com/harfbuzz/harfbuzz/issues/1017
 
  src/hb-coretext.cc      |  8 ++++----
@@ -1786,7 +138747,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 1 19:07:04 2018 -0400
 
     s/hb_prealloced_array_t/hb_vector_t/g
-
+    
     Part of https://github.com/harfbuzz/harfbuzz/issues/1017
 
  src/hb-ot-cmap-table.hh  |  6 +++---
@@ -1807,7 +138768,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 1 19:05:58 2018 -0400
 
     Add hb_auto_t
-
+    
     Part of https://github.com/harfbuzz/harfbuzz/issues/1017
 
  src/hb-private.hh | 11 ++++++++---
@@ -1818,7 +138779,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 1 19:01:25 2018 -0400
 
     s/finish/fini
-
+    
     For consistency.
 
  src/hb-common.cc            |  8 ++++----
@@ -1851,7 +138812,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 1 18:27:41 2018 -0400
 
     [set] Cache population
-
+    
     Part of https://github.com/harfbuzz/harfbuzz/issues/1017
 
  src/hb-set-private.hh | 24 +++++++++++++++++++++++-
@@ -1863,9 +138824,8 @@ Author: violet-sippial <38817272+violet-sippial@users.noreply.github.com>
 Date:   Sat Apr 28 20:29:13 2018 +0200
 
     [subset] Do not compare ttx progress output in the tests
-
-    Suppress progress messages of ttx. This avoids comparing this output
-    to the reference file which lets the test fail.
+    
+    Suppress progress messages of ttx. This avoids comparing this output to the reference file which lets the test fail.
 
  test/subset/run-tests.py | 1 +
  1 file changed, 1 insertion(+)
@@ -1884,13 +138844,12 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Fri Apr 13 12:43:29 2018 +0430
 
     Don't decompose Bengali Rra and Rha
-
+    
     Fixes #779 and follow up to b01d9b3d90e892341ee4463f2eda4600850b97d8
 
  src/hb-ot-shape-complex-indic.cc                        |   3 +++
  test/shaping/data/in-house/Makefile.sources             |   1 +
- .../fonts/932ad5132c2761297c74e9976fe25b08e5ffa10b.ttf  | Bin 0 ->
- 22980 bytes
+ .../fonts/932ad5132c2761297c74e9976fe25b08e5ffa10b.ttf  | Bin 0 -> 22980 bytes
  test/shaping/data/in-house/tests/indic-decompose.tests  |   1 +
  4 files changed, 5 insertions(+)
 
@@ -1899,7 +138858,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Wed Apr 25 16:44:04 2018 +0430
 
     Minor, improve file reading failing condition comment
-
+    
     https://bugzilla.gnome.org/show_bug.cgi?id=659212 for more context
 
  src/hb-blob.cc | 3 ++-
@@ -1909,8 +138868,7 @@ commit 2eaba80cbd3afb32363da93ebf6e60b11509d3f8
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Tue Apr 24 09:04:15 2018 +0430
 
-    Minor, re-add unused mark to some of ragel defined state machines
-    (#1005)
+    Minor, re-add unused mark to some of ragel defined state machines (#1005)
 
  src/hb-ot-shape-complex-indic-machine.hh   | 2 +-
  src/hb-ot-shape-complex-indic-machine.rl   | 2 +-
@@ -1927,7 +138885,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Tue Apr 24 08:11:13 2018 +0430
 
     Minor, re-add unused mark for two TRACE_ macros
-
+    
     To revive Travis CI bot
 
  src/hb-debug.hh | 4 ++--
@@ -2004,8 +138962,7 @@ Date:   Fri Apr 20 21:12:58 2018 +0430
 
     [aat/kerx] Minor (#1003)
 
- src/hb-aat-layout-kerx-table.hh | 46
- +++++++++++++++++++++--------------------
+ src/hb-aat-layout-kerx-table.hh | 46 +++++++++++++++++++++--------------------
  1 file changed, 24 insertions(+), 22 deletions(-)
 
 commit ce17340b23d96f543cd88e400e631bdb5656331c
@@ -2018,8 +138975,7 @@ Date:   Fri Apr 20 10:29:06 2018 +0430
  docs/harfbuzz-sections.txt   |   1 +
  src/dump-emoji.cc            |  33 +----------
  src/dump-fon.cc              |  11 +---
- src/hb-blob.cc               | 131
- ++++++++++++++++++++++++++++++++++++++++---
+ src/hb-blob.cc               | 131 ++++++++++++++++++++++++++++++++++++++++---
  src/hb-blob.h                |   2 +
  src/main.cc                  |  26 +--------
  src/test-buffer-serialize.cc |  42 +-------------
@@ -2037,21 +138993,18 @@ commit 4fa1c6705a1bc5299adb5a848ceaf6ac8f33c0ba
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu Apr 19 15:30:35 2018 -0700
 
-    [subset] Check instruction offsets in glyph to ensure they are
-    in bounds.
+    [subset] Check instruction offsets in glyph to ensure they are in bounds.
 
  src/hb-ot-glyf-table.hh                            |  18 ++++++++++--
  .../oom-ccc61c92d589f895174cdef6ff2e3b20e9999a1a   | Bin 0 -> 63302 bytes
- test/api/test-subset-glyf.c                        |  31
- +++++++++++++++++++++
+ test/api/test-subset-glyf.c                        |  31 +++++++++++++++++++++
  3 files changed, 47 insertions(+), 2 deletions(-)
 
 commit 3c97614598ecd0bbccb2c90a8e0e99f010952b76
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu Apr 19 13:39:57 2018 -0700
 
-    [subset] In subset fuzzer run through drop hints and keep hints
-    pathways.
+    [subset] In subset fuzzer run through drop hints and keep hints pathways.
 
  test/fuzzing/hb-subset-fuzzer.cc | 12 +++++++++++-
  1 file changed, 11 insertions(+), 1 deletion(-)
@@ -2061,9 +139014,9 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Thu Apr 19 23:41:37 2018 +0300
 
     [util] Check all specified shapers are known (#993)
-
+    
     A bit brute force and requires all shapers to be known, not just one.
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/956
 
  util/options.cc | 22 ++++++++++++++++++++--
@@ -2075,10 +139028,8 @@ Date:   Wed Apr 18 17:37:39 2018 -0700
 
     [subset] Add integration tests for cmap breakge.
 
- .../full-font/Roboto-Regular.default.D7,D8,D9,DA,DE.ttf  | Bin 0 ->
- 3668 bytes
- .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf         | Bin 0 ->
- 2188 bytes
+ .../full-font/Roboto-Regular.default.D7,D8,D9,DA,DE.ttf  | Bin 0 -> 3668 bytes
+ .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf         | Bin 0 -> 2188 bytes
  test/subset/data/tests/full-font.tests                   |   1 +
  3 files changed, 1 insertion(+)
 
@@ -2089,8 +139040,7 @@ Date:   Wed Apr 18 17:32:43 2018 -0700
     [subset] Add a test for previous cmap breakage.
 
  test/api/fonts/Roboto-Regular.D7,D8,D9,DA,DE.ttf | Bin 0 -> 2972 bytes
- test/api/test-subset-cmap.c                      |  23
- +++++++++++++++++++++++
+ test/api/test-subset-cmap.c                      |  23 +++++++++++++++++++++++
  2 files changed, 23 insertions(+)
 
 commit 5e318e09ba590eef7b7ec047d7857f7f1eb7d787
@@ -2098,8 +139048,7 @@ Author: Garret Rieger <grieger@google.com>
 Date:   Wed Apr 18 17:13:37 2018 -0700
 
     [subset] Fix broken cmap creation.
-    It was ignoring the restriction that gids must be consecutive to be
-    placed into a single group.
+    It was ignoring the restriction that gids must be consecutive to be placed into a single group.
 
  src/hb-ot-cmap-table.hh | 23 ++++++++++++++++-------
  1 file changed, 16 insertions(+), 7 deletions(-)
@@ -2147,13 +139096,11 @@ commit c02b40e58f35ecd10c4945d2fa2b7074137c2c04
 Author: Garret Rieger <grieger@google.com>
 Date:   Tue Apr 17 08:21:22 2018 -0600
 
-    [subset] add a fuzzer target for subset_get_all_codepoints
-    method. (#987)
+    [subset] add a fuzzer target for subset_get_all_codepoints method. (#987)
 
  test/fuzzing/CMakeLists.txt                     |  7 ++++++-
  test/fuzzing/Makefile.am                        | 16 ++++++++++++++++
- test/fuzzing/hb-subset-get-codepoints-fuzzer.cc | 24
- ++++++++++++++++++++++++
+ test/fuzzing/hb-subset-get-codepoints-fuzzer.cc | 24 ++++++++++++++++++++++++
  test/fuzzing/run-subset-fuzzer-tests.py         | 19 ++++++++++++++++++-
  4 files changed, 64 insertions(+), 2 deletions(-)
 
@@ -2170,13 +139117,11 @@ commit 5dadbb0fa096574b6bccd75cced203baf615fedf
 Author: Garret Rieger <grieger@google.com>
 Date:   Tue Apr 17 07:00:23 2018 -0600
 
-    [subset] Add implementation of cmap format 12 codepoint
-    listing. (#988)
+    [subset] Add implementation of cmap format 12 codepoint listing. (#988)
 
  src/hb-ot-cmap-table.hh                        |  21 +++++++++++-
  test/api/fonts/Roboto-Regular.abc.format12.ttf | Bin 0 -> 2412 bytes
- test/api/test-subset-codepoints.c              |  44
- +++++++++++++++++++++++++
+ test/api/test-subset-codepoints.c              |  44 +++++++++++++++++++++++++
  3 files changed, 64 insertions(+), 1 deletion(-)
 
 commit 6771e79bcc2166b5c03ca615d271c8508d692416
@@ -2184,9 +139129,8 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Tue Apr 17 09:36:52 2018 +0430
 
     Add pre-opentype font pages detection code (#986)
-
-    As Khaled's finding on #981 this is the way Uniscribe detects those
-    fonts. This is its detection part.
+    
+    As Khaled's finding on #981 this is the way Uniscribe detects those fonts. This is its detection part.
 
  src/hb-ot-os2-table.hh | 18 ++++++++++++++++++
  1 file changed, 18 insertions(+)
@@ -2196,11 +139140,9 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Tue Apr 17 09:13:35 2018 +0430
 
     Make some of implicit header uses explicit (#989)
-
-    Splitted from #950 and #986 IIRC Chromium had a policy about this
-    encouraging it,
-    not sure about automated way to detect and add them but for now lets
-    have the needed
+    
+    Splitted from #950 and #986 IIRC Chromium had a policy about this encouraging it,
+    not sure about automated way to detect and add them but for now lets have the needed
     ones of them.
 
  src/hb-aat-layout-morx-table.hh | 1 +
@@ -2216,9 +139158,8 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Tue Apr 17 09:13:03 2018 +0430
 
     Add round to F2DOT14 inner store setter (#990)
-
-    It uses floor implicitly without it but explicit use of round will
-    be more correct.
+    
+    It uses floor implicitly without it but explicit use of round will be more correct.
 
  src/hb-open-type-private.hh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -2227,8 +139168,7 @@ commit 39754fb65981fa8d11615e1dced852285ad09e4e
 Author: Garret Rieger <grieger@google.com>
 Date:   Mon Apr 16 15:09:27 2018 -0700
 
-    [subset] Don't assume the last segment in cmap 4 can be skipped,
-    actually check it.
+    [subset] Don't assume the last segment in cmap 4 can be skipped, actually check it.
 
  src/hb-ot-cmap-table.hh | 8 ++++++--
  1 file changed, 6 insertions(+), 2 deletions(-)
@@ -2237,17 +139177,14 @@ commit 21a181af2bf1582991c55de5f9281494733c5d12
 Author: Garret Rieger <grieger@google.com>
 Date:   Tue Apr 10 15:40:24 2018 -0700
 
-    [subset] sketch out support for a call that lists all codepoints
-    present in a font. Implement support for it in format 4 cmap sub
-    table.
+    [subset] sketch out support for a call that lists all codepoints present in a font. Implement support for it in format 4 cmap sub table.
 
  src/hb-ot-cmap-table.hh                       |  37 ++++++++++++++--
  src/hb-subset.cc                              |  14 ++++++
  src/hb-subset.h                               |   5 ++-
  test/api/Makefile.am                          |   2 +
  test/api/fonts/Roboto-Regular.abc.format4.ttf | Bin 0 -> 2424 bytes
- test/api/test-subset-codepoints.c             |  59
- ++++++++++++++++++++++++++
+ test/api/test-subset-codepoints.c             |  59 ++++++++++++++++++++++++++
  6 files changed, 113 insertions(+), 4 deletions(-)
 
 commit aef96e246cb695c4c83b8b6daed06a0d14fe1d32
@@ -2256,8 +139193,7 @@ Date:   Mon Apr 16 18:30:25 2018 +0430
 
     Further improvements on dump-fon (#985)
 
- src/dump-fon.cc | 153
- +++++++++++++++++++++++++++++++++++++++++++++-----------
+ src/dump-fon.cc | 153 +++++++++++++++++++++++++++++++++++++++++++++-----------
  1 file changed, 123 insertions(+), 30 deletions(-)
 
 commit 67dfb1937b703b3f1dc45251f4f884abf35c8576
@@ -2267,8 +139203,7 @@ Date:   Mon Apr 16 14:25:45 2018 +0430
     Add dump-fon, a prototype on how to work with .fon/.fnt files (#981)
 
  src/Makefile.am |   4 +
- src/dump-fon.cc | 475
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/dump-fon.cc | 475 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 479 insertions(+)
 
 commit ce99dd04de830c8426af14c11dbee45f8bcc9e60
@@ -2292,12 +139227,12 @@ Date:   Sun Apr 15 21:18:48 2018 +0430
  3 files changed, 5 insertions(+), 5 deletions(-)
 
 commit 3737c652a5e0b6d73b6090dc6c3863008c9dc8fd
-Merge: 632713ba 8f4c1230
+Merge: 632713bab 8f4c12308
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Fri Apr 13 23:19:19 2018 +0430
 
     Merge pull request #979 from ebraminio/msvc05
-
+    
     Reinstate support for Visual Studio 2005
 
 commit 8f4c12308a8d9e61922fb352e913acae46b28a88
@@ -2316,7 +139251,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Thu Apr 12 14:17:03 2018 +0430
 
     Always enable atexit on Android (#971)
-
+    
     Obviously one can use a newer NDK for building an updated HarfBuzz
     instead that now pretty old version however I am concerned if that
     version checking is working with clang that is used with the newer
@@ -2455,8 +139390,7 @@ Date:   Wed Apr 11 17:13:20 2018 +0430
  src/hb-open-type-private.hh   |  1 -
  src/hb-ot-color-cbdt-table.hh | 10 +++++-----
  src/hb-ot-color-cpal-table.hh |  4 ++--
- src/hb-ot-color-sbix-table.hh | 41
- ++++++++++++++++++++---------------------
+ src/hb-ot-color-sbix-table.hh | 41 ++++++++++++++++++++---------------------
  src/hb-ot-color-svg-table.hh  | 37 +++++++++++++++++++------------------
  5 files changed, 46 insertions(+), 47 deletions(-)
 
@@ -2476,8 +139410,7 @@ Date:   Tue Apr 10 00:53:50 2018 +0430
     [colr/cpal] Improvements and add a sample renderer (#927)
 
  src/Makefile.am               |  13 ++-
- src/dump-emoji.cc             | 181
- +++++++++++++++++++++++++++++++++++++++---
+ src/dump-emoji.cc             | 181 +++++++++++++++++++++++++++++++++++++++---
  src/hb-ot-color-colr-table.hh |  43 +++++++++-
  src/hb-ot-color-cpal-table.hh |  70 +++++++++-------
  4 files changed, 259 insertions(+), 48 deletions(-)
@@ -2487,9 +139420,8 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Tue Apr 10 00:51:57 2018 +0430
 
     [ci] Don't fail on brew warnings
-
-    Not the best fix but it works and we don't care about brew warnings,
-    so
+    
+    Not the best fix but it works and we don't care about brew warnings, so
 
  .travis.yml | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -2510,8 +139442,7 @@ Date:   Sun Apr 1 12:16:42 2018 +0430
     [aat] Further improvements on feat (#948)
 
  src/Makefile.sources                               |  2 +-
- ...t-feat-table.hh => hb-aat-layout-feat-table.hh} | 48
- +++++++++++-----------
+ ...t-feat-table.hh => hb-aat-layout-feat-table.hh} | 48 +++++++++++-----------
  src/hb-aat-layout.cc                               |  2 +-
  3 files changed, 25 insertions(+), 27 deletions(-)
 
@@ -2531,8 +139462,7 @@ Date:   Sat Mar 31 16:51:36 2018 +0430
     [aat] Implement feat table parsing (#947)
 
  src/Makefile.sources     |   3 +-
- src/hb-aat-feat-table.hh | 122
- +++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-aat-feat-table.hh | 122 +++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-aat-layout.cc     |   1 +
  3 files changed, 125 insertions(+), 1 deletion(-)
 
@@ -2541,7 +139471,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Mar 31 12:15:50 2018 +0200
 
     Another try at fixing linker issue
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/880
 
  configure.ac    | 11 +++++++++--
@@ -2566,8 +139496,7 @@ Date:   Fri Mar 30 21:57:10 2018 +0430
     [aat] Implement gcid table parsing (#944)
 
  src/Makefile.sources     |  1 +
- src/hb-aat-gcid-table.hh | 73
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-aat-gcid-table.hh | 73 ++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-aat-layout.cc     |  1 +
  3 files changed, 75 insertions(+)
 
@@ -2578,8 +139507,7 @@ Date:   Fri Mar 30 19:36:00 2018 +0430
     [aat] Implement bsln table parsing (#943)
 
  src/Makefile.sources            |   1 +
- src/hb-aat-layout-bsln-table.hh | 156
- ++++++++++++++++++++++++++++++++++++++++
+ src/hb-aat-layout-bsln-table.hh | 156 ++++++++++++++++++++++++++++++++++++++++
  src/hb-aat-layout.cc            |   3 +-
  3 files changed, 159 insertions(+), 1 deletion(-)
 
@@ -2589,8 +139517,7 @@ Date:   Fri Mar 30 05:00:28 2018 +0430
 
     Make atexit callbacks threadsafe (#930)
 
- src/hb-common.cc    | 60
- +++++++++++++++++++++++++++++------------------------
+ src/hb-common.cc    | 60 +++++++++++++++++++++++++++++------------------------
  src/hb-ft.cc        | 44 ++++++++++++++++++++++++---------------
  src/hb-glib.cc      |  7 ++++++-
  src/hb-icu.cc       |  7 ++++++-
@@ -2641,8 +139568,7 @@ Date:   Thu Mar 29 12:48:47 2018 +0430
     Make more gen-* scripts py3 compatible (#940)
 
  src/Makefile.am                                    |   2 +-
- src/gen-arabic-table.py                            | 163
- +++++++++++----------
+ src/gen-arabic-table.py                            | 163 +++++++++++----------
  src/gen-def.py                                     |   2 +-
  src/gen-indic-table.py                             | 120 +++++++--------
  src/gen-unicode-ranges.py                          |   8 +-
@@ -2665,8 +139591,7 @@ Date:   Thu Mar 29 04:22:53 2018 +0430
 
  Makefile.am                       |  3 ++-
  README.python => README.python.md | 12 +++++++++---
- README.wine.md                    | 40
- +++++++++++++++++++++++++++++++++++++++
+ README.wine.md                    | 40 +++++++++++++++++++++++++++++++++++++++
  RELEASING.md                      | 25 +++++++++++++-----------
  4 files changed, 65 insertions(+), 15 deletions(-)
 
@@ -2675,7 +139600,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 28 15:33:51 2018 -0700
 
     [atexit] Make hb_languate_item_t *langs freeing threadsafe
-
+    
     Part of https://github.com/harfbuzz/harfbuzz/issues/923
 
  src/hb-common.cc | 15 ++++++++++-----
@@ -2686,7 +139611,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 28 14:06:58 2018 -0700
 
     Fix one UBSan warning
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/935
 
  src/hb-font-private.hh | 6 +++++-
@@ -2697,7 +139622,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 28 13:38:51 2018 -0700
 
     [uniscribe] Fixup for previous commit
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/934
 
  src/hb-uniscribe.cc | 5 +++--
@@ -2708,13 +139633,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 28 10:44:52 2018 -0700
 
     [uniscribe] Fix assertion fail in checksum calc
-
-    Program:
-    Z:\Users\ebrahim\Desktop\harfbuzz\winbuild\util\.libs\hb-shape.exe
+    
+    Program: Z:\Users\ebrahim\Desktop\harfbuzz\winbuild\util\.libs\hb-shape.exe
     File: ../../src/hb-open-type-private.hh, Line 769
-
+    
     Expression: 0 == (Length & 3)
-
+    
     abnormal program termination
 
  src/hb-uniscribe.cc | 2 +-
@@ -2726,21 +139650,18 @@ Date:   Wed Mar 28 19:08:19 2018 +0430
 
     Make gen-use-table.py py3 compatible (#932)
 
- src/gen-use-table.py | 105
- ++++++++++++++++++++++++++-------------------------
+ src/gen-use-table.py | 105 ++++++++++++++++++++++++++-------------------------
  1 file changed, 53 insertions(+), 52 deletions(-)
 
 commit 1c3372786c503f3f9108971dfa8956e4cb95f65d
 Author: Garret Rieger <grieger@google.com>
 Date:   Tue Mar 27 10:42:19 2018 -0700
 
-    [subset] fix infinite loop bug in looping through tables for
-    subsetting.
+    [subset] fix infinite loop bug in looping through tables for subsetting.
 
  src/hb-subset.cc                                   |   2 +-
  ...ase-minimized-hb-subset-fuzzer-5521982557782016 | Bin 0 -> 1228 bytes
- test/api/test-subset.c                             |  23
- +++++++++++++++++++++
+ test/api/test-subset.c                             |  23 +++++++++++++++++++++
  3 files changed, 24 insertions(+), 1 deletion(-)
 
 commit 8fd55422c3fa2279991d93875d912fca4ee89cf5
@@ -2748,14 +139669,12 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Tue Mar 27 16:57:09 2018 +0430
 
     Implement an internal emojis dumper tool (#909)
-
-    Later to be expanded to a more general tool but for now it only
-    supports CBDT, SVG and CBDT.
+    
+    Later to be expanded to a more general tool but for now it only supports CBDT, SVG and CBDT.
 
  CMakeLists.txt                |   2 +-
  src/Makefile.am               |   4 ++
- src/dump-emoji.cc             | 141
- ++++++++++++++++++++++++++++++++++++++++++
+ src/dump-emoji.cc             | 141 ++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-color-cbdt-table.hh |  71 +++++++++++++++++++++
  src/hb-ot-color-sbix-table.hh |  79 ++++++++++++++---------
  src/hb-ot-color-svg-table.hh  |  56 ++++++++++++-----
@@ -2775,16 +139694,15 @@ Author: Garret Rieger <grieger@google.com>
 Date:   Mon Mar 26 20:56:56 2018 -0600
 
     [subset] Couple of fixes for fuzzer discovered issues. (#924)
-
-    * [subset] sanitize individual DeviceRecord's as part of hdmx
-    sanitization.
-
+    
+    * [subset] sanitize individual DeviceRecord's as part of hdmx sanitization.
+    
     * [subset] Fix out of bounds read with non-two byte align glyphs.
-
+    
     * [subset] Just use size_device_record >= DeviceRecord::min_size.
-
+    
     * [subset] Add TODO.
-
+    
     * [subset] Re-order checks in hdmx sanitize.
 
  src/hb-ot-hdmx-table.hh                            |   1 +
@@ -2792,8 +139710,7 @@ Date:   Mon Mar 26 20:56:56 2018 -0600
  src/hb-subset.cc                                   |   6 +++++-
  ...ase-minimized-hb-subset-fuzzer-5609911946838016 | Bin 0 -> 313 bytes
  ...ase-minimized-hb-subset-fuzzer-6651660668502016 | Bin 0 -> 15229 bytes
- test/api/test-subset-hdmx.c                        |  23
- +++++++++++++++++++++
+ test/api/test-subset-hdmx.c                        |  23 +++++++++++++++++++++
  6 files changed, 32 insertions(+), 4 deletions(-)
 
 commit 6f46883f5b74b206a3b77246891ab2ac57a27c4e
@@ -2819,7 +139736,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Mar 26 15:09:54 2018 -0700
 
     Fix previous commit
-
+    
     Automake has this stupid behavior where if your Makefile.am has
     syntactic error, it can get to a state that make succeeds but just
     ignores broken Makefile.am.  Ouch.
@@ -2832,12 +139749,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Mar 26 14:26:45 2018 -0700
 
     Try fixing linking again
-
-    Before 1.7.5, we were setting -fno-exceptions etc on CXXFLAGS. In
-    1.7.6
+    
+    Before 1.7.5, we were setting -fno-exceptions etc on CXXFLAGS. In 1.7.6
     we set it as CPPFLAGS. Try fixing. Also, I'm fairly sure it's safe to
     set these unconditionally.
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/880 (or so I hope)
 
  src/Makefile.am      | 19 +++++++------------
@@ -2849,7 +139765,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Mar 26 14:09:29 2018 -0700
 
     Add HB_SUBSET_BUILTIN
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/865
 
  src/hb-subset.cc | 2 +-
@@ -2903,8 +139819,7 @@ Date:   Mon Mar 26 12:04:30 2018 +0430
  src/Makefile.sources            |  2 ++
  src/hb-aat-layout-fmtx-table.hh |  6 ++--
  src/hb-aat-layout-kerx-table.hh |  4 +--
- src/hb-aat-layout-ltag-table.hh | 80
- +++++++++++++++++++++++++++++++++++++++++
+ src/hb-aat-layout-ltag-table.hh | 80 +++++++++++++++++++++++++++++++++++++++++
  src/hb-aat-layout-morx-table.hh |  4 +--
  src/hb-aat-layout-trak-table.hh |  4 +--
  src/hb-aat-layout.cc            |  3 +-
@@ -2916,8 +139831,7 @@ Date:   Sun Mar 25 23:56:02 2018 +0430
 
     [aat/fmtx] Implement the table parsing (#910)
 
- src/hb-aat-layout-fmtx-table.hh | 67
- +++++++++++++++++++++++++++++++++++++++++
+ src/hb-aat-layout-fmtx-table.hh | 67 +++++++++++++++++++++++++++++++++++++++++
  src/hb-aat-layout-trak-table.hh |  4 +--
  src/hb-aat-layout.cc            |  1 +
  3 files changed, 70 insertions(+), 2 deletions(-)
@@ -2938,8 +139852,7 @@ Date:   Sun Mar 25 18:19:23 2018 +0430
     [dwrite] minor
 
  src/dev-run.sh        |   5 ++-
- src/hb-directwrite.cc | 118
- ++++++++++++++++++++------------------------------
+ src/hb-directwrite.cc | 118 ++++++++++++++++++++------------------------------
  2 files changed, 50 insertions(+), 73 deletions(-)
 
 commit ebccd019749e24e6c045518ee1ffbfc947744204
@@ -2947,7 +139860,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Mar 24 17:51:55 2018 -0700
 
     More ULL fixes
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/901
 
  src/hb-private.hh | 12 ++++++------
@@ -2958,7 +139871,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Mar 24 14:12:12 2018 -0700
 
     Define uint64_t constants with ULL suffix
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/901
 
  src/hb-private.hh | 2 +-
@@ -2969,12 +139882,12 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Mon Mar 12 13:33:03 2018 +0800
 
     hb-private.hh: Add fallback implementation for round()
-
+    
     For pre-C99 compilers that do not support round(), we need to have a
     simplistic implementation for it, when it is not detected during build
     configuration, either via CMake or autotools, by using floor() and
     ceil(), which are provided in the pre-C99 compilers.
-
+    
     Please see discussion at commit 86a0ac2 for more details for re-adding
     this patch.
 
@@ -2986,7 +139899,7 @@ Author: Nikolaus Waxweiler <madigens@gmail.com>
 Date:   Fri Mar 23 19:38:11 2018 +0000
 
     Policy 0063 must be enabled to have hidden inline visibility... (#900)
-
+    
     ...on static builds.
 
  CMakeLists.txt | 2 ++
@@ -3010,16 +139923,14 @@ Date:   Thu Mar 22 16:04:38 2018 +0430
 
     [dwrite] Replace rest of 'malloc/free's with 'new/delete' (#897)
 
- src/hb-directwrite.cc | 251
- +++++++++++++++++++++++++-------------------------
+ src/hb-directwrite.cc | 251 +++++++++++++++++++++++++-------------------------
  1 file changed, 127 insertions(+), 124 deletions(-)
 
 commit 3f55e0e74680c246819233a7250df612821698d7
 Author: Garret Rieger <grieger@google.com>
 Date:   Tue Mar 20 17:36:52 2018 -0700
 
-    [subset] Check for the Null table and not nullptr to detect failure
-    to find a table in glyf accelerator.
+    [subset] Check for the Null table and not nullptr to detect failure to find a table in glyf accelerator.
 
  src/hb-ot-glyf-table.hh | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
@@ -3037,12 +139948,10 @@ commit 139661404006b8be039436a81cb6b1a73ec44042
 Author: Garret Rieger <grieger@google.com>
 Date:   Tue Mar 20 16:55:42 2018 -0700
 
-    [subset] don't use pointers returned from push after array has
-    resized in hb-subset-glyf.cc
+    [subset] don't use pointers returned from push after array has resized in hb-subset-glyf.cc
 
  src/hb-subset-glyf.cc                                   |   9 +++++++--
- .../crash-b577db318b30f2851828a4c9ef97cb30678b1b54      | Bin 0 ->
- 22473 bytes
+ .../crash-b577db318b30f2851828a4c9ef97cb30678b1b54      | Bin 0 -> 22473 bytes
  2 files changed, 7 insertions(+), 2 deletions(-)
 
 commit 3531efdb4c641ef543ea0686fef9289307d52096
@@ -3051,8 +139960,7 @@ Date:   Tue Mar 20 16:31:21 2018 -0700
 
     [subset] Fixed out of bounds read when subsetting hdmx.
 
- src/hb-ot-hdmx-table.hh                            |  30
- ++++++++++++++++-----
+ src/hb-ot-hdmx-table.hh                            |  30 ++++++++++++++++-----
  .../crash-ccc61c92d589f895174cdef6ff2e3b20e9999a1a | Bin 0 -> 63302 bytes
  test/api/test-subset-hdmx.c                        |  23 ++++++++++++++++
  3 files changed, 47 insertions(+), 6 deletions(-)
@@ -3061,13 +139969,11 @@ commit e597436b994c0a553e85e4c2dbd74aa037e69b60
 Author: Garret Rieger <grieger@google.com>
 Date:   Tue Mar 20 13:00:49 2018 -0700
 
-    [subset] Disable glyf accelerator_t methods if it didn't successfully
-    init.
+    [subset] Disable glyf accelerator_t methods if it didn't successfully init.
 
  src/hb-ot-glyf-table.hh                            |   7 ++++++-
  .../crash-4b60576767ee4d9fe1cc10959d89baf73d4e8249 | Bin 0 -> 3140 bytes
- test/api/test-subset.c                             |  23
- +++++++++++++++++++++
+ test/api/test-subset.c                             |  23 +++++++++++++++++++++
  3 files changed, 29 insertions(+), 1 deletion(-)
 
 commit 7251181b56af564e2a9444f002f8ac03f98c7ee3
@@ -3079,8 +139985,7 @@ Date:   Tue Mar 20 11:21:06 2018 -0700
  src/hb-subset.cc                                   |   1 +
  test/api/Makefile.am                               |   1 +
  .../oom-6ef8c96d3710262511bcc730dce9c00e722cb653   | Bin 0 -> 24233 bytes
- test/api/test-subset.c                             |  62
- +++++++++++++++++++++
+ test/api/test-subset.c                             |  62 +++++++++++++++++++++
  4 files changed, 64 insertions(+)
 
 commit 1a94804d35d533d39849d21a177039c4cbfade98
@@ -3100,8 +140005,7 @@ Date:   Mon Mar 19 17:47:57 2018 -0700
     [subset] Add a test demonstrating a seg fault while subsetting hmtx.
 
  .../crash-e4e0bb1458a91b692eba492c907ae1f94e635480 | Bin 0 -> 63302 bytes
- test/api/test-subset-hmtx.c                        |  22
- +++++++++++++++++++++
+ test/api/test-subset-hmtx.c                        |  22 +++++++++++++++++++++
  2 files changed, 22 insertions(+)
 
 commit b5c7d6cffc2098dafa06822b28a5fd4f6218b60c
@@ -3138,12 +140042,10 @@ commit 7b4333b090a3adf04519ec853456cafff07dedf0
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Fri Mar 16 22:45:09 2018 +0330
 
-    Do feature test before adding -Bsymbolic-functions, autotools part
-    (#892)
+    Do feature test before adding -Bsymbolic-functions, autotools part (#892)
 
  configure.ac             |  2 +-
- m4/ax_check_link_flag.m4 | 74
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ m4/ax_check_link_flag.m4 | 74 ++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 75 insertions(+), 1 deletion(-)
 
 commit d68f00e4d8b061f56d3bd46d5ed1bc51406a4f1a
@@ -3160,7 +140062,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Fri Mar 16 22:39:58 2018 +0330
 
     [cmake] Don't hide symbols by default (#891)
-
+    
     But keep use of cmake idiomatic way of making inlines hidden
 
  CMakeLists.txt | 17 ++---------------
@@ -3170,8 +140072,7 @@ commit 584693e0cb3585a910b18d7916d7e554ecdf619a
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu Mar 15 18:27:01 2018 -0700
 
-    [subset] Test not linking libharfbuzz-subset-fuzzing into
-    hb-subset-fuzzer.
+    [subset] Test not linking libharfbuzz-subset-fuzzing into hb-subset-fuzzer.
 
  test/fuzzing/Makefile.am                | 2 +-
  test/fuzzing/hb-subset-fuzzer.cc        | 2 ++
@@ -3218,8 +140119,7 @@ commit 64bab8b3d009ed4327c2db9fa3425682de225810
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu Mar 15 16:12:00 2018 -0700
 
-    [subset] Fix run-shape-fuzzer-tests.py. It was generating incorrect
-    paths for input fonts.
+    [subset] Fix run-shape-fuzzer-tests.py. It was generating incorrect paths for input fonts.
 
  test/fuzzing/run-shape-fuzzer-tests.py | 6 ++++--
  1 file changed, 4 insertions(+), 2 deletions(-)
@@ -3240,13 +140140,10 @@ Date:   Thu Mar 15 13:04:31 2018 -0700
 
     [subset] Rename hb-fuzzer -> hb-shape-fuzzer.
 
- test/fuzzing/CMakeLists.txt                              | 16
- ++++++++--------
- test/fuzzing/Makefile.am                                 | 16
- ++++++++--------
+ test/fuzzing/CMakeLists.txt                              | 16 ++++++++--------
+ test/fuzzing/Makefile.am                                 | 16 ++++++++--------
  test/fuzzing/{hb-fuzzer.cc => hb-shape-fuzzer.cc}        |  0
- .../{run-fuzzer-tests.py => run-shape-fuzzer-tests.py}   | 12
- ++++++------
+ .../{run-fuzzer-tests.py => run-shape-fuzzer-tests.py}   | 12 ++++++------
  4 files changed, 22 insertions(+), 22 deletions(-)
 
 commit 1e9bd6d5ff0af0189b6398c5e13cff11ee70762b
@@ -3262,13 +140159,11 @@ commit 474afaafd908a9c8174e05d693ac214ef2cc2597
 Author: Garret Rieger <grieger@google.com>
 Date:   Wed Mar 14 19:15:33 2018 -0700
 
-    [subset] Add a test runner for hb-subset-fuzzer and cmake build
-    config.
+    [subset] Add a test runner for hb-subset-fuzzer and cmake build config.
 
  test/fuzzing/CMakeLists.txt             |  9 +++++++++
  test/fuzzing/Makefile.am                |  3 ++-
- test/fuzzing/run-subset-fuzzer-tests.py | 31
- +++++++++++++++++++++++++++++++
+ test/fuzzing/run-subset-fuzzer-tests.py | 31 +++++++++++++++++++++++++++++++
  3 files changed, 42 insertions(+), 1 deletion(-)
 
 commit aa9612d35f59f7f269fba4797c8da491844c56ec
@@ -3298,8 +140193,7 @@ Date:   Mon Mar 12 16:08:16 2018 -0700
 
  src/Makefile.am                  | 24 +++++++++++++++++++++++-
  test/fuzzing/Makefile.am         | 15 +++++++++++++++
- test/fuzzing/hb-subset-fuzzer.cc | 37
- +++++++++++++++++++++++++++++++++++++
+ test/fuzzing/hb-subset-fuzzer.cc | 37 +++++++++++++++++++++++++++++++++++++
  3 files changed, 75 insertions(+), 1 deletion(-)
 
 commit 127096e4748d6381339342fc2750dd540e815fa5
@@ -3307,9 +140201,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Mar 15 13:23:27 2018 -0700
 
     [util] Remove line buffering
-
+    
     Something weird seems to be going on. Just kill it.
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/888
 
  configure.ac    |  2 +-
@@ -3321,7 +140215,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Mar 15 09:05:22 2018 -0700
 
     Remove extra stdbool includes
-
+    
     They are handled in our common header.
 
  test/api/test-subset-post.c | 2 --
@@ -3346,8 +140240,7 @@ Date:   Wed Mar 14 16:26:33 2018 +0100
 
     [color/COLR] Simplify
 
- src/hb-ot-color-colr-table.hh | 48
- +++----------------------------------------
+ src/hb-ot-color-colr-table.hh | 48 +++----------------------------------------
  1 file changed, 3 insertions(+), 45 deletions(-)
 
 commit 6418ae4e8a3f4681cb4e7d54c589562930bc0678
@@ -3356,10 +140249,8 @@ Date:   Wed Mar 14 16:18:42 2018 +0100
 
     [color/COLR] Clean up
 
- src/hb-aat-layout-common-private.hh | 84
- -------------------------------------
- src/hb-open-type-private.hh         | 84
- +++++++++++++++++++++++++++++++++++++
+ src/hb-aat-layout-common-private.hh | 84 -------------------------------------
+ src/hb-open-type-private.hh         | 84 +++++++++++++++++++++++++++++++++++++
  src/hb-ot-color-colr-table.hh       | 30 ++++++-------
  3 files changed, 99 insertions(+), 99 deletions(-)
 
@@ -3368,9 +140259,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 14 16:08:12 2018 +0100
 
     [color/COLR] Fix bad sanitize
-
-    Bad bad bad bad code. Don't do that. If compiler's not happy,
-    understand why.
+    
+    Bad bad bad bad code. Don't do that. If compiler's not happy, understand why.
 
  src/hb-ot-color-colr-table.hh | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
@@ -3390,8 +140280,7 @@ Date:   Wed Mar 14 15:52:53 2018 +0100
 
     [color/cbdt] Clean up
 
- src/hb-ot-color-cbdt-table.hh | 112
- ++++++++++++++++++++----------------------
+ src/hb-ot-color-cbdt-table.hh | 112 ++++++++++++++++++++----------------------
  1 file changed, 54 insertions(+), 58 deletions(-)
 
 commit 86a0ac284fc4c2ce96354bfdf32878b6db5c77bd
@@ -3399,24 +140288,22 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 14 15:51:33 2018 +0100
 
     Revert "hb-private.hh: Add fallback implementation for round()"
-
+    
     This reverts commit b9dcbb1f8312d8606b230f75594d40b7d4087004.
-
-    This is gross. Should be only done if a specific macro is defined. Not
-    the other way
-    around. This fails my build as autotools companions where not
-    added anyway.
+    
+    This is gross. Should be only done if a specific macro is defined. Not the other way
+    around. This fails my build as autotools companions where not added anyway.
 
  src/hb-private.hh | 13 -------------
  1 file changed, 13 deletions(-)
 
 commit 791d80a1d42ce0bd7c5f0a3d3d10c562a6161a82
-Merge: d4907e83 22de9bf5
+Merge: d4907e83e 22de9bf56
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Thu Mar 15 11:40:52 2018 +0330
 
     Merge pull request #886 from madig/only-export-visible-symbols
-
+    
     CMake: hide symbols by default on non-MSVC, define export attribute
 
 commit 22de9bf56d80dbf6a13a06beafd21711bdab78af
@@ -3424,7 +140311,7 @@ Author: Nikolaus Waxweiler <nikolaus.waxweiler@daltonmaag.com>
 Date:   Wed Mar 14 10:29:24 2018 +0000
 
     Enable implicit symbol hiding for all libraries, static and shared
-
+    
     This covers all built libraries now and both static and shared builds.
 
  CMakeLists.txt | 35 +++++++++++++++++++++++------------
@@ -3453,7 +140340,7 @@ Author: Nikolaus Waxweiler <madigens@gmail.com>
 Date:   Wed Mar 14 00:50:32 2018 +0000
 
     CMake: hide symbols by default on non-MSVC, define export attribute
-
+    
     This change makes sure that non-MSVC builds using CMake properly hide
     non-exported functions.
 
@@ -3461,12 +140348,12 @@ Date:   Wed Mar 14 00:50:32 2018 +0000
  1 file changed, 12 insertions(+), 8 deletions(-)
 
 commit a12dd6f75d85cf29ed78182ac97a12ebbcf77375
-Merge: 28f25f32 7c43adab
+Merge: 28f25f32f 7c43adab6
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Wed Mar 14 02:54:07 2018 +0330
 
     Merge pull request #877 from fanc999/master.msvc
-
+    
     Fix CMake builds on Windows, MSVC in particular
 
 commit 7c43adab6deb9302a24cc857c4aaa9b6b62215d2
@@ -3474,9 +140361,8 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Mon Mar 12 16:43:53 2018 +0800
 
     CMake: Fix utility program installation
-
-    Put in the utility program that was missed in installation by
-    replacing
+    
+    Put in the utility program that was missed in installation by replacing
     the one that was duplicated.
 
  CMakeLists.txt | 2 +-
@@ -3487,12 +140373,10 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Mon Mar 12 16:23:57 2018 +0800
 
     CMake: Fix introspection on Windows
-
+    
     The list of source files to pass to g-ir-scanner is becoming too
-    long for Windows, as Windows imposes a 8192-character limit for
-    command
-    lines, so we need to first transform that list into a listings
-    file, and
+    long for Windows, as Windows imposes a 8192-character limit for command
+    lines, so we need to first transform that list into a listings file, and
     then use the --filelist option for g-ir-scanner to build the
     introspection files.
 
@@ -3504,11 +140388,11 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Mon Mar 12 13:48:55 2018 +0800
 
     test/api: Fix building subset tests
-
+    
     Include stdbool.h in hb-setset-test.h instead of in the individual
     sources, if it is found; otherwise use a simplistic fallback for it if
     it is not found.
-
+    
     Also declare variables at the top of the block, to build on pre-C99
     compiliers.
 
@@ -3525,7 +140409,7 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Mon Mar 12 13:38:01 2018 +0800
 
     CMake: Fix running tests on Windows
-
+    
     For the API tests, output the test programs at $(TOP_BUILDDIR) so that
     the freshly-built DLLs will be available for the test programs.  For
     those that are run through the Python wrapper scripts, use
@@ -3543,9 +140427,8 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Mon Mar 12 13:33:03 2018 +0800
 
     hb-private.hh: Add fallback implementation for round()
-
-    Add a simplistic round() implementation for our purposes, used
-    when the
+    
+    Add a simplistic round() implementation for our purposes, used when the
     compiler does not support round() directly.
 
  src/hb-private.hh | 13 +++++++++++++
@@ -3556,16 +140439,13 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Mon Mar 12 13:27:38 2018 +0800
 
     configure.ac/CMake: Check for round() and stdbool.h
-
-    Not all the compilers that HarfBuzz is buildable on supports round()
-    and
-    has the header stdbool.h, so we check for them and define HAVE_ROUND
-    and
+    
+    Not all the compilers that HarfBuzz is buildable on supports round() and
+    has the header stdbool.h, so we check for them and define HAVE_ROUND and
     HAVE_STDBOOL_H repsectively in our CFLAGS so that we include them only
     when they are found, or use fallback implementations when necessary.
-
-    Also include FindPythonInterp earlier as we need PYTHON_EXECUTABLE
-    to be
+    
+    Also include FindPythonInterp earlier as we need PYTHON_EXECUTABLE to be
     set for running the tests.
 
  CMakeLists.txt | 12 ++++++++++--
@@ -3587,8 +140467,7 @@ Date:   Sun Mar 11 20:38:40 2018 +0100
 
     [sbix] Clean up
 
- src/hb-ot-color-sbix-table.hh | 70
- +++++++++++++++++++++++--------------------
+ src/hb-ot-color-sbix-table.hh | 70 +++++++++++++++++++++++--------------------
  1 file changed, 37 insertions(+), 33 deletions(-)
 
 commit 218fa7166e9626f2036d08882854a86d753e4192
@@ -3598,8 +140477,7 @@ Date:   Sat Mar 10 11:13:52 2018 +0330
     [ot-color] SVG table implementation (#874)
 
  src/Makefile.sources         |   3 +-
- src/hb-ot-color-svg-table.hh | 111
- +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-color-svg-table.hh | 111 +++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-layout.cc          |   1 +
  3 files changed, 114 insertions(+), 1 deletion(-)
 
@@ -3610,8 +140488,7 @@ Date:   Sat Mar 10 11:07:56 2018 +0330
     [ot-color] sbix table implementation (#870)
 
  src/Makefile.sources          |   1 +
- src/hb-ot-color-sbix-table.hh | 128
- ++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-color-sbix-table.hh | 128 ++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-layout.cc           |   1 +
  3 files changed, 130 insertions(+)
 
@@ -3625,12 +140502,12 @@ Date:   Sat Mar 10 00:44:36 2018 +0330
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 743ef317619a57ebf5a75935db0eecccade5d5b7
-Merge: 9206762b 39b2f69f
+Merge: 9206762bb 39b2f69fa
 Author: Garret Rieger <grieger@google.com>
 Date:   Fri Mar 9 12:06:52 2018 -0700
 
     Merge pull request #872 from googlefonts/drop-tables
-
+    
     [subset] Drop the same tables by default as fontTools does.
 
 commit 9206762bbd4033e97d6d35ef1cce1b7940fbc935
@@ -3638,7 +140515,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Fri Mar 9 15:43:03 2018 +0330
 
     Make subset test runner compatible with py3
-
+    
     Fixes #873
 
  test/subset/run-tests.py | 4 ++--
@@ -3649,7 +140526,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Fri Mar 9 15:25:59 2018 +0330
 
     [ci] Enable subset tests on ArchLinux to test
-
+    
     This makes ArchLinux bots fail, a starting point to #873
 
  .circleci/config.yml | 7 ++++---
@@ -3665,12 +140542,12 @@ Date:   Thu Mar 8 16:30:36 2018 -0800
  1 file changed, 34 insertions(+), 15 deletions(-)
 
 commit dbe552770fa7cec91bba750e0e81aaeae96b3caf
-Merge: 2ebf4c69 8548fa15
+Merge: 2ebf4c69b 8548fa152
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu Mar 8 15:50:25 2018 -0700
 
     Merge pull request #871 from googlefonts/mplus
-
+    
     [subset] Add a Japanese font to the subset integration tests.
 
 commit 8548fa152241d6c5b020146f97aac15934ba0065
@@ -3679,34 +140556,23 @@ Date:   Wed Mar 7 12:37:03 2018 -0800
 
     [subset] Drop cmap 12, platform 0 tables from Mplus1p expected files.
 
- ...-Regular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 3040 ->
- 3032 bytes
- ...-Regular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 3276 ->
- 3268 bytes
- .../japanese/Mplus1p-Regular.default.61,63,65,6B.ttf  | Bin 2592 ->
- 2584 bytes
- ...-Regular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3572 ->
- 3564 bytes
- .../japanese/Mplus1p-Regular.default.660E.ttf         | Bin 2356 ->
- 2348 bytes
- ...gular.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 2312 ->
- 2304 bytes
- ...gular.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2548 ->
- 2540 bytes
- .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf        | Bin 1864 ->
- 1856 bytes
- ...gular.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2844 ->
- 2836 bytes
- .../japanese/Mplus1p-Regular.drop-hints.660E.ttf      | Bin 1628 ->
- 1620 bytes
+ ...-Regular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 3040 -> 3032 bytes
+ ...-Regular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 3276 -> 3268 bytes
+ .../japanese/Mplus1p-Regular.default.61,63,65,6B.ttf  | Bin 2592 -> 2584 bytes
+ ...-Regular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3572 -> 3564 bytes
+ .../japanese/Mplus1p-Regular.default.660E.ttf         | Bin 2356 -> 2348 bytes
+ ...gular.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 2312 -> 2304 bytes
+ ...gular.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2548 -> 2540 bytes
+ .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf        | Bin 1864 -> 1856 bytes
+ ...gular.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2844 -> 2836 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.660E.ttf      | Bin 1628 -> 1620 bytes
  10 files changed, 0 insertions(+), 0 deletions(-)
 
 commit 9b00b9a10d5fdfd2d9deb1b0e847695797b7e09b
 Author: Garret Rieger <grieger@google.com>
 Date:   Tue Mar 6 17:47:40 2018 -0800
 
-    [subset] Fix deadlock waiting for process output in subset test
-    runner.
+    [subset] Fix deadlock waiting for process output in subset test runner.
 
  test/subset/run-tests.py | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
@@ -3728,47 +140594,34 @@ Date:   Thu Mar 1 18:20:00 2018 -0800
 
  test/subset/data/Makefile.am                          |   1 +
  test/subset/data/Makefile.sources                     |   1 +
- ...-Regular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 0 ->
- 3040 bytes
- ...-Regular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 0 ->
- 3276 bytes
- .../japanese/Mplus1p-Regular.default.61,63,65,6B.ttf  | Bin 0 ->
- 2592 bytes
- ...-Regular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 0 ->
- 3572 bytes
- .../japanese/Mplus1p-Regular.default.660E.ttf         | Bin 0 ->
- 2356 bytes
- ...gular.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 0 ->
- 2312 bytes
- ...gular.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 0 ->
- 2548 bytes
- .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf        | Bin 0 ->
- 1864 bytes
- ...gular.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 0 ->
- 2844 bytes
- .../japanese/Mplus1p-Regular.drop-hints.660E.ttf      | Bin 0 ->
- 1628 bytes
- test/subset/data/fonts/Mplus1p-Regular.ttf            | Bin 0 ->
- 1758820 bytes
- test/subset/data/tests/japanese.tests                 |  16
- ++++++++++++++++
+ ...-Regular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 0 -> 3040 bytes
+ ...-Regular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 0 -> 3276 bytes
+ .../japanese/Mplus1p-Regular.default.61,63,65,6B.ttf  | Bin 0 -> 2592 bytes
+ ...-Regular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 0 -> 3572 bytes
+ .../japanese/Mplus1p-Regular.default.660E.ttf         | Bin 0 -> 2356 bytes
+ ...gular.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 0 -> 2312 bytes
+ ...gular.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 0 -> 2548 bytes
+ .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf        | Bin 0 -> 1864 bytes
+ ...gular.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 0 -> 2844 bytes
+ .../japanese/Mplus1p-Regular.drop-hints.660E.ttf      | Bin 0 -> 1628 bytes
+ test/subset/data/fonts/Mplus1p-Regular.ttf            | Bin 0 -> 1758820 bytes
+ test/subset/data/tests/japanese.tests                 |  16 ++++++++++++++++
  14 files changed, 18 insertions(+)
 
 commit 2ebf4c69b18452caa0c871aebec9785e80348166
-Merge: 1ab51480 869ccac5
+Merge: 1ab514805 869ccac5a
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu Mar 8 14:41:59 2018 -0700
 
     Merge pull request #868 from googlefonts/post
-
+    
     [subset] Drop glyph names from post when subsetting.
 
 commit 869ccac5ab69060f2db2893014b5538539fd4f45
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu Mar 8 11:06:49 2018 -0800
 
-    [subset] use create_sub_blob instead of manually copying the post
-    table.
+    [subset] use create_sub_blob instead of manually copying the post table.
 
  src/hb-ot-post-table.hh | 20 +++++++-------------
  1 file changed, 7 insertions(+), 13 deletions(-)
@@ -3780,10 +140633,8 @@ Date:   Wed Mar 7 10:33:02 2018 -0800
     [subset] Unit test to check that post subsetting drops glyph names.
 
  test/api/Makefile.am                               |   2 +
- ...lus1p-Regular.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3572 ->
- 3724 bytes
- test/api/test-subset-post.c                        |  61
- +++++++++++++++++++++
+ ...lus1p-Regular.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3572 -> 3724 bytes
+ test/api/test-subset-post.c                        |  61 +++++++++++++++++++++
  3 files changed, 63 insertions(+)
 
 commit dd107699938740e261948e4b525fa0ad501beb03
@@ -3797,12 +140648,12 @@ Date:   Tue Mar 6 18:33:39 2018 -0800
  2 files changed, 32 insertions(+)
 
 commit 1ab514805ced190efdabc2103e4800d40b248300
-Merge: 70ad69f2 362f2824
+Merge: 70ad69f24 362f28240
 Author: Garret Rieger <grieger@google.com>
 Date:   Wed Mar 7 12:36:00 2018 -0700
 
     Merge pull request #867 from googlefonts/vmtx
-
+    
     [subset] Add vmtx subsetting.
 
 commit 362f28240683fde395ff52f4fc1216fbc7131452
@@ -3842,8 +140693,7 @@ Date:   Tue Mar 6 15:40:35 2018 -0800
  test/api/Makefile.am                               |   2 +
  ...lus1p-Regular.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 0 -> 3572 bytes
  test/api/fonts/Mplus1p-Regular.660E.ttf            | Bin 0 -> 2356 bytes
- test/api/test-subset-vmtx.c                        | 100
- +++++++++++++++++++++
+ test/api/test-subset-vmtx.c                        | 100 +++++++++++++++++++++
  4 files changed, 102 insertions(+)
 
 commit 0e8f9430c83c076993a0c7a320713bb484051343
@@ -3899,13 +140749,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 7 15:51:42 2018 +0100
 
     Remove hb-ot-color.h
-
+    
     So I can make a release.
 
  src/Makefile.sources          |  1 -
  src/hb-ot-color-cpal-table.hh | 48 +++++++++++++++++++++++++
- src/hb-ot-color.h             | 81
- -------------------------------------------
+ src/hb-ot-color.h             | 81 -------------------------------------------
  src/hb-ot.h                   |  1 -
  4 files changed, 48 insertions(+), 83 deletions(-)
 
@@ -3914,12 +140763,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 7 15:31:15 2018 +0100
 
     [ot] Remove hb-ot-base.h
-
+    
     BASE table API will go into hb-ot-layout.h.
 
  src/Makefile.sources           |  1 -
- src/hb-ot-base.h               | 56
- ------------------------------------------
+ src/hb-ot-base.h               | 56 ------------------------------------------
  src/hb-ot-layout-base-table.hh |  1 -
  src/hb-ot-layout.h             | 16 ++++++++++++
  src/hb-ot.h                    |  1 -
@@ -3930,9 +140778,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 7 10:49:26 2018 +0100
 
     [set] Fix algebra
-
+    
     Was totally b0rked. Ouch!
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/863
 
  src/hb-set-private.hh | 20 +++++++++++++++++---
@@ -3943,9 +140791,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 7 09:55:22 2018 +0100
 
     [set] Minor
-
+    
     In preparation to fix https://github.com/harfbuzz/harfbuzz/issues/863
-
+    
     Binary operations are sets are completely broken. Ouch.
 
  src/hb-set-private.hh | 21 ++++++++++++++-------
@@ -3993,13 +140841,12 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Tue Mar 6 16:41:08 2018 +0330
 
     [ot-color] Further improvements on COLR/CPAL implementation (#859)
-
+    
     * Implemented a bsearch on get_base_glyph_record
     * Made get_color_record_argb actually work
 
  src/hb-ot-color-colr-table.hh | 35 ++++++++++++++-----------
- src/hb-ot-color-cpal-table.hh | 59
- +++++++++++++++----------------------------
+ src/hb-ot-color-cpal-table.hh | 59 +++++++++++++++----------------------------
  src/hb-ot-color.h             | 12 ++-------
  3 files changed, 42 insertions(+), 64 deletions(-)
 
@@ -4102,8 +140949,7 @@ Date:   Sat Mar 3 22:55:09 2018 +0330
     Enable coverage test on autotools (#857)
 
  configure.ac           |   1 +
- m4/ax_code_coverage.m4 | 264
- +++++++++++++++++++++++++++++++++++++++++++++++++
+ m4/ax_code_coverage.m4 | 264 +++++++++++++++++++++++++++++++++++++++++++++++++
  src/Makefile.am        |   6 +-
  3 files changed, 269 insertions(+), 2 deletions(-)
 
@@ -4126,8 +140972,7 @@ Date:   Sat Mar 3 22:00:29 2018 +0330
 
     [COLR/CPAL] Provide enough helper for rasterization (#855)
 
- src/hb-ot-colr-table.hh | 47
- ++++++++++++++++++++++++++++++++++++++++++++---
+ src/hb-ot-colr-table.hh | 47 ++++++++++++++++++++++++++++++++++++++++++++---
  src/hb-ot-cpal-table.hh | 18 +++++++++++++++---
  2 files changed, 59 insertions(+), 6 deletions(-)
 
@@ -4136,9 +140981,8 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Sat Mar 3 01:05:59 2018 +0330
 
     [COLR] Revert previous sanitization on the table
-
-    That sanitization wasn't right, firstLayerIndex is an index from
-    beginning of the Layer Records
+    
+    That sanitization wasn't right, firstLayerIndex is an index from beginning of the Layer Records
     not the table itself.
 
  src/hb-ot-colr-table.hh | 23 ++++++-----------------
@@ -4159,8 +141003,7 @@ Date:   Fri Mar 2 00:07:26 2018 +0330
 
     [aat/kerx] Make parsing of the table actually work (#850)
 
- src/hb-aat-layout-kerx-table.hh | 298
- +++++++++++++++++-----------------------
+ src/hb-aat-layout-kerx-table.hh | 298 +++++++++++++++++-----------------------
  1 file changed, 124 insertions(+), 174 deletions(-)
 
 commit a570edcde2f89e59b5ccd4867a8c0eed084bf35d
@@ -4186,11 +141029,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 28 16:31:46 2018 -0800
 
     [test] Add test suite for Brahmi Number Joiners
-
+    
     https://github.com/harfbuzz/harfbuzz/pull/660
 
- .../fonts/1ed7e9064f008f62de6ff0207bb4dd29409597a5.ttf   | Bin 0 ->
- 2768 bytes
+ .../fonts/1ed7e9064f008f62de6ff0207bb4dd29409597a5.ttf   | Bin 0 -> 2768 bytes
  test/shaping/data/in-house/tests/use-syllable.tests      |   1 +
  test/shaping/record-test.sh                              |   2 +-
  3 files changed, 2 insertions(+), 1 deletion(-)
@@ -4199,19 +141041,18 @@ commit b4ba71ea7ccce70e24138373774741c7f03dd24e
 Author: Garret Rieger <grieger@google.com>
 Date:   Wed Feb 28 15:44:00 2018 -0800
 
-    [subset] In subset integration test pass output through ots-sanitize
-    if present.
+    [subset] In subset integration test pass output through ots-sanitize if present.
 
  test/subset/run-tests.py | 25 +++++++++++++++++++++++--
  1 file changed, 23 insertions(+), 2 deletions(-)
 
 commit 588a4e0f9b2d71362503a274de7200f3eb4367f7
-Merge: 55a4dfa3 b3f1a045
+Merge: 55a4dfa37 b3f1a045a
 Author: rsheeter <rsheeter@google.com>
 Date:   Wed Feb 28 13:52:29 2018 -0800
 
     Merge pull request #845 from googlefonts/drophints
-
+    
     [subset] drop hints from composites
 
 commit b3f1a045a8b86747afce6bc154f2a166ea678efb
@@ -4237,19 +141078,19 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Wed Feb 28 15:43:23 2018 +0330
 
     Use old project location of coverity
-
+    
     https://github.com/harfbuzz/harfbuzz/commit/8089711a61687d565f207c56d3d2b658f514d7ab#commitcomment-27835452
 
  .travis.yml | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 3821978bcd92cbdb607111452796e051c456f391
-Merge: 77227462 f671f7f0
+Merge: 772274625 f671f7f0a
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Wed Feb 28 13:30:17 2018 +0330
 
     Merge pull request #847 from ebraminio/colr
-
+    
     [colr] Implement
 
 commit f671f7f0a8caa7b5763e00146e1ec4b9a7258227
@@ -4261,20 +141102,19 @@ Date:   Wed Feb 28 13:19:40 2018 +0330
  src/Makefile.sources        |  1 +
  src/hb-ot-color.cc          |  9 +++++
  src/hb-ot-color.h           |  9 -----
- src/hb-ot-colr-table.hh     | 98
- +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-colr-table.hh     | 98 +++++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-cpal-table.hh     |  6 +--
  src/hb-ot-layout-private.hh |  6 ++-
  src/hb-ot-layout.cc         | 11 +++--
  7 files changed, 122 insertions(+), 18 deletions(-)
 
 commit 772274625e9f17d726f2a1da8192ec3ec24793a3
-Merge: 0eec3315 5b9c2340
+Merge: 0eec33154 5b9c23404
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Wed Feb 28 12:05:49 2018 +0330
 
     Merge pull request #841 from ebraminio/color
-
+    
     Support CPAL table
 
 commit 0eec33154a418fba97a08be7169b59e748b7e785
@@ -4283,8 +141123,7 @@ Date:   Wed Feb 28 11:53:39 2018 +0330
 
     [cmake] cleanup (#846)
 
- CMakeLists.txt          | 70
- ++++++++++++++++++++-----------------------------
+ CMakeLists.txt          | 70 ++++++++++++++++++++-----------------------------
  test/api/CMakeLists.txt |  2 +-
  2 files changed, 30 insertions(+), 42 deletions(-)
 
@@ -4298,8 +141137,7 @@ Date:   Tue Feb 27 22:56:17 2018 +0330
  src/Makefile.am                                    |   1 -
  src/hb-ot-color.cc                                 |  70 +++----------
  src/hb-ot-color.h                                  |  31 +++---
- src/hb-ot-cpal-table.hh                            | 116
- +++++++++++++++------
+ src/hb-ot-cpal-table.hh                            | 116 +++++++++++++++------
  src/hb-ot-layout-private.hh                        |   3 +-
  src/hb-ot-layout.cc                                |   5 +-
  test/api/hb-test.h                                 |   2 +
@@ -4312,8 +141150,7 @@ commit 6836a821428b714b9f2e95d5c4ebbd73867d9a53
 Author: Rod Sheeter <rsheeter@google.com>
 Date:   Tue Feb 27 20:51:12 2018 -0800
 
-    [subset] remove WE_HAVE_INSTRUCTIONS from composites when dropping
-    hints
+    [subset] remove WE_HAVE_INSTRUCTIONS from composites when dropping hints
 
  src/hb-subset-glyf.cc | 12 +++++++++++-
  1 file changed, 11 insertions(+), 1 deletion(-)
@@ -4325,18 +141162,16 @@ Date:   Tue Feb 27 20:17:04 2018 -0800
     [subset] update the test file for composite, fix an offset calculation
 
  src/hb-ot-glyf-table.hh                                  |   2 +-
- test/api/fonts/Roboto-Regular.components.1fc.nohints.ttf | Bin 0 ->
- 932 bytes
+ test/api/fonts/Roboto-Regular.components.1fc.nohints.ttf | Bin 0 -> 932 bytes
  test/api/test-subset-glyf.c                              |   5 ++---
  3 files changed, 3 insertions(+), 4 deletions(-)
 
 commit c8b230e4377bc8e80d37835a229511ce0e30cc47
-Merge: b3790a65 904dd7be
+Merge: b3790a65a 904dd7bee
 Author: Rod Sheeter <rsheeter@google.com>
 Date:   Tue Feb 27 17:25:32 2018 -0800
 
-    Merge branch 'expand-tests' of github.com:googlefonts/harfbuzz
-    into drophints
+    Merge branch 'expand-tests' of github.com:googlefonts/harfbuzz into drophints
 
 commit 904dd7beea756fd7429fad36f5c37321aedb4e81
 Author: Garret Rieger <grieger@google.com>
@@ -4344,10 +141179,8 @@ Date:   Tue Feb 27 14:33:36 2018 -0800
 
     [subset] Add drop hinting profile to full-font.tests
 
- .../Roboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf     | Bin 0 ->
- 2152 bytes
- .../full-font/Roboto-Regular.drop-hints.61,62,63.ttf     | Bin 0 ->
- 1968 bytes
+ .../Roboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf     | Bin 0 -> 2152 bytes
+ .../full-font/Roboto-Regular.drop-hints.61,62,63.ttf     | Bin 0 -> 1968 bytes
  test/subset/data/tests/full-font.tests                   |   1 +
  3 files changed, 1 insertion(+)
 
@@ -4357,16 +141190,11 @@ Date:   Tue Feb 27 14:28:50 2018 -0800
 
     [subset] Add a drop hints profile to basics.tests
 
- .../basics/Roboto-Regular.abc.drop-hints.61,62,63.ttf     | Bin 0 ->
- 876 bytes
- .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf        | Bin 0 ->
- 792 bytes
- .../expected/basics/Roboto-Regular.abc.drop-hints.61.ttf  | Bin 0 ->
- 684 bytes
- .../expected/basics/Roboto-Regular.abc.drop-hints.62.ttf  | Bin 0 ->
- 652 bytes
- .../expected/basics/Roboto-Regular.abc.drop-hints.63.ttf  | Bin 0 ->
- 656 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61,62,63.ttf     | Bin 0 -> 876 bytes
+ .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf        | Bin 0 -> 792 bytes
+ .../expected/basics/Roboto-Regular.abc.drop-hints.61.ttf  | Bin 0 -> 684 bytes
+ .../expected/basics/Roboto-Regular.abc.drop-hints.62.ttf  | Bin 0 -> 652 bytes
+ .../expected/basics/Roboto-Regular.abc.drop-hints.63.ttf  | Bin 0 -> 656 bytes
  test/subset/data/profiles/drop-hints.txt                  |   1 +
  test/subset/data/tests/basics.tests                       |   1 +
  7 files changed, 2 insertions(+)
@@ -4375,8 +141203,7 @@ commit 5241d7f4b999d5457de564bd950b60d70f9d0e19
 Author: Garret Rieger <grieger@google.com>
 Date:   Tue Feb 27 13:15:40 2018 -0800
 
-    [subset] apply subset profiles (flags) to the subset integration
-    tests.
+    [subset] apply subset profiles (flags) to the subset integration tests.
 
  test/subset/generate-expected-outputs.py | 27 ++++++++++++++-------------
  test/subset/run-tests.py                 |  3 ++-
@@ -4399,12 +141226,9 @@ Date:   Mon Feb 26 18:51:56 2018 -0800
     [subset] Add subset integration tests using the full roboto font.
 
  test/subset/data/Makefile.sources                      |   1 +
- .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf      | Bin 0 ->
- 3700 bytes
- .../full-font/Roboto-Regular.default.61,62,63.ttf      | Bin 0 ->
- 3320 bytes
- test/subset/data/fonts/Roboto-Regular.ttf              | Bin 0 ->
- 171676 bytes
+ .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf      | Bin 0 -> 3700 bytes
+ .../full-font/Roboto-Regular.default.61,62,63.ttf      | Bin 0 -> 3320 bytes
+ test/subset/data/fonts/Roboto-Regular.ttf              | Bin 0 -> 171676 bytes
  test/subset/data/tests/full-font.tests                 |  10 ++++++++++
  test/subset/generate-expected-outputs.py               |  12 ++++++++----
  6 files changed, 19 insertions(+), 4 deletions(-)
@@ -4415,14 +141239,10 @@ Date:   Mon Feb 26 18:39:09 2018 -0800
 
     [subset] Add some more variations of the basic test.
 
- .../basics/Roboto-Regular.abc.default.61,62,63.ttf       | Bin 0 ->
- 2120 bytes
- .../expected/basics/Roboto-Regular.abc.default.61,63.ttf | Bin 0 ->
- 1932 bytes
- .../expected/basics/Roboto-Regular.abc.default.61.ttf    | Bin 0 ->
- 1744 bytes
- .../expected/basics/Roboto-Regular.abc.default.63.ttf    | Bin 0 ->
- 1668 bytes
+ .../basics/Roboto-Regular.abc.default.61,62,63.ttf       | Bin 0 -> 2120 bytes
+ .../expected/basics/Roboto-Regular.abc.default.61,63.ttf | Bin 0 -> 1932 bytes
+ .../expected/basics/Roboto-Regular.abc.default.61.ttf    | Bin 0 -> 1744 bytes
+ .../expected/basics/Roboto-Regular.abc.default.63.ttf    | Bin 0 -> 1668 bytes
  test/subset/data/tests/basics.tests                      |   4 ++++
  5 files changed, 4 insertions(+)
 
@@ -4437,12 +141257,12 @@ Date:   Tue Feb 27 17:23:30 2018 -0800
  2 files changed, 29 insertions(+), 6 deletions(-)
 
 commit 4c6023f861a4b87782c17ac626ffee7e93f15fc8
-Merge: d7633d0a 921b65cb
+Merge: d7633d0a4 921b65cbc
 Author: Garret Rieger <grieger@google.com>
 Date:   Tue Feb 27 17:06:27 2018 -0700
 
     Merge pull request #842 from googlefonts/maxp
-
+    
     [subset] when dropping hints, clear hint related fields in maxp.
 
 commit 921b65cbc29f0c2c9c13e9fb272dafe4c8a14591
@@ -4467,11 +141287,9 @@ commit a76344da796670f33b2fa48a9b1676545dac93c2
 Author: Garret Rieger <grieger@google.com>
 Date:   Tue Feb 27 14:11:36 2018 -0800
 
-    [subset] Add maxpV1Tail instead of defining a struct inside maxp
-    for v1 data.
+    [subset] Add maxpV1Tail instead of defining a struct inside maxp for v1 data.
 
- src/hb-ot-maxp-table.hh | 81
- ++++++++++++++++++++++++++++++-------------------
+ src/hb-ot-maxp-table.hh | 81 ++++++++++++++++++++++++++++++-------------------
  1 file changed, 49 insertions(+), 32 deletions(-)
 
 commit f14d1b64c2d148ffdec95c17adbee3f185d5d436
@@ -4480,8 +141298,7 @@ Date:   Tue Feb 27 13:49:00 2018 -0800
 
     [subset] when dropping hints, clear hint related fields in maxp.
 
- src/hb-ot-maxp-table.hh     | 43
- ++++++++++++++++++++++++++++++++++++++++---
+ src/hb-ot-maxp-table.hh     | 43 ++++++++++++++++++++++++++++++++++++++++---
  test/api/test-subset-glyf.c | 30 +++++++++++++++++++++++-------
  2 files changed, 63 insertions(+), 10 deletions(-)
 
@@ -4491,8 +141308,7 @@ Date:   Tue Feb 27 12:50:57 2018 -0800
 
     [BASE] More
 
- src/hb-ot-layout-base-table.hh | 153
- ++++-------------------------------------
+ src/hb-ot-layout-base-table.hh | 153 ++++-------------------------------------
  1 file changed, 12 insertions(+), 141 deletions(-)
 
 commit 7a70c20fec6ece9e729dc2634e2896a8d8eb9962
@@ -4501,25 +141317,24 @@ Date:   Tue Feb 27 12:45:26 2018 -0800
 
     [BASE] Clean up first 29%
 
- src/hb-ot-layout-base-table.hh | 262
- +++++++++++++++++++----------------------
+ src/hb-ot-layout-base-table.hh | 262 +++++++++++++++++++----------------------
  src/hb-ot-layout-gsub-table.hh |   2 +-
  2 files changed, 125 insertions(+), 139 deletions(-)
 
 commit 101850f9e6b9e0932fe1dd4169f88d6764c669c1
-Merge: 5967eaba f110c0c8
+Merge: 5967eaba7 f110c0c88
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Tue Feb 27 20:15:54 2018 +0330
 
     Merge with master
 
 commit f110c0c8866c853c0d5a930564a2b69231a33322
-Merge: 4a1d51ef 0ad8c663
+Merge: 4a1d51ef1 0ad8c663e
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Tue Feb 27 11:41:12 2018 +0330
 
     Merge pull request #838 from harfbuzz/BASE
-
+    
     BASE table
 
 commit 0ad8c663e0b4602e2a413e77a8158bf8a46755d5
@@ -4530,37 +141345,35 @@ Date:   Mon Feb 26 12:45:08 2018 +0330
 
  src/hb-ot-base.h               |  4 ++--
  src/hb-ot-layout-base-table.hh | 20 +++++++++---------
- src/hb-ot-layout.cc            | 48
- ++++++++++++++++++++----------------------
+ src/hb-ot-layout.cc            | 48 ++++++++++++++++++++----------------------
  3 files changed, 35 insertions(+), 37 deletions(-)
 
 commit 4a1d51ef15a423706406f784a146078073147885
-Merge: d0caf7e5 903771b6
+Merge: d0caf7e5e 903771b6c
 Author: rsheeter <rsheeter@google.com>
 Date:   Mon Feb 26 20:23:41 2018 -0800
 
     Merge pull request #818 from googlefonts/drophints
-
+    
     [subset] Drop hints
 
 commit 903771b6c7689b9eee9a11bac128c42f39833b2e
 Author: Rod Sheeter <rsheeter@google.com>
 Date:   Mon Feb 26 19:50:06 2018 -0800
 
-    [subset] clearer name for trim() and better comment about composite
-    handling, per review feedback
+    [subset] clearer name for trim() and better comment about composite handling, per review feedback
 
  src/hb-ot-glyf-table.hh |  8 +++++---
  src/hb-subset-glyf.cc   | 17 ++++++++---------
  2 files changed, 13 insertions(+), 12 deletions(-)
 
 commit d0caf7e5e3294c25230ed0e5580c647fa0f1a2c8
-Merge: 6c844ae8 44dc36dd
+Merge: 6c844ae8e 44dc36dd8
 Author: Garret Rieger <grieger@google.com>
 Date:   Mon Feb 26 19:24:18 2018 -0700
 
     Merge pull request #840 from googlefonts/os2
-
+    
     [subset] During os2 subsetting update ulUnicodeRange[]c
 
 commit 44dc36dd82fc948a15e2ad0d605eb4a466b3553d
@@ -4596,8 +141409,7 @@ commit 0c0fe2ff8209228f2ddfce464b7b6f1b1ee1654a
 Author: Garret Rieger <grieger@google.com>
 Date:   Mon Feb 26 17:47:10 2018 -0800
 
-    [subset] Move util/generated-unicode-ranges.py to
-    src/gen-unicode-ranges.py
+    [subset] Move util/generated-unicode-ranges.py to src/gen-unicode-ranges.py
 
  util/generate-unicode-ranges.py => src/gen-unicode-ranges.py | 0
  1 file changed, 0 insertions(+), 0 deletions(-)
@@ -4652,11 +141464,9 @@ commit ddc4f2b9fc5566e70558a57133289f84d467cc98
 Author: Garret Rieger <grieger@google.com>
 Date:   Mon Feb 26 15:59:32 2018 -0800
 
-    [subset] Add python util that was used to generated
-    hb-ot-os2-unicode-ranges.hh
+    [subset] Add python util that was used to generated hb-ot-os2-unicode-ranges.hh
 
- util/generate-unicode-ranges.py | 50
- +++++++++++++++++++++++++++++++++++++++++
+ util/generate-unicode-ranges.py | 50 +++++++++++++++++++++++++++++++++++++++++
  1 file changed, 50 insertions(+)
 
 commit f757757eda5f00a89a156e3427bdf8c4313611ef
@@ -4687,23 +141497,19 @@ Date:   Mon Feb 26 15:50:13 2018 -0800
 
  src/Makefile.sources            |   1 -
  src/hb-ot-os2-table.hh          |  23 ++++-
- src/hb-ot-os2-unicode-ranges.cc | 221
- ++--------------------------------------
- src/hb-ot-os2-unicode-ranges.hh | 210
- +++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-os2-unicode-ranges.cc | 221 ++--------------------------------------
+ src/hb-ot-os2-unicode-ranges.hh | 210 +++++++++++++++++++++++++++++++++++++-
  4 files changed, 236 insertions(+), 219 deletions(-)
 
 commit a570142d0c6d819feeeeb9e209fc90a33c1c2b48
 Author: Garret Rieger <grieger@google.com>
 Date:   Mon Feb 26 15:20:23 2018 -0800
 
-    [subset] Move hb-ot-os2-unicode-ranges into a cc file with a helper
-    methods and tests.
+    [subset] Move hb-ot-os2-unicode-ranges into a cc file with a helper methods and tests.
 
  src/Makefile.am                 |   9 +-
  src/Makefile.sources            |   2 +
- src/hb-ot-os2-unicode-ranges.cc | 279
- ++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-os2-unicode-ranges.cc | 279 ++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-os2-unicode-ranges.hh | 189 +--------------------------
  4 files changed, 292 insertions(+), 187 deletions(-)
 
@@ -4713,8 +141519,7 @@ Date:   Fri Feb 23 18:35:41 2018 -0800
 
     [subset] Add hb-ot-os2-unicode-ranges.hh, a map of os2 unicode ranges.
 
- src/hb-ot-os2-unicode-ranges.hh | 220
- ++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-os2-unicode-ranges.hh | 220 ++++++++++++++++++++++++++++++++++++++++
  1 file changed, 220 insertions(+)
 
 commit 6c844ae8e89f52f5f40eace66bb987544fc316e3
@@ -4750,9 +141555,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 26 01:04:16 2018 -0800
 
     [aat/ankr] Minor
-
-    DEFINE_SIZE_MIN is to be used only in rare cases. For fixed-size
-    structs
+    
+    DEFINE_SIZE_MIN is to be used only in rare cases. For fixed-size structs
     we want DEFINE_SIZE_STATIC.
 
  src/hb-aat-layout-ankr-table.hh | 2 +-
@@ -4782,8 +141586,7 @@ Date:   Mon Feb 26 00:32:11 2018 -0800
 
     [aat/trak] Simplify sanitize()
 
- src/hb-aat-layout-trak-table.hh | 67
- ++++++++++-------------------------------
+ src/hb-aat-layout-trak-table.hh | 67 ++++++++++-------------------------------
  1 file changed, 16 insertions(+), 51 deletions(-)
 
 commit f0bc6c0992c4302ae1a20f155ad256bfa331087c
@@ -4791,10 +141594,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 26 00:18:17 2018 -0800
 
     [aat/trak] Clean up
-
+    
     We always just used "unsigned int" for counter values. There's
     no use for uint16_t outside of a struct.
-
+    
     Also, no need for explict casting where implicit does.
 
  src/hb-aat-layout-trak-table.hh | 12 ++++++------
@@ -4807,8 +141610,7 @@ Date:   Sun Feb 25 12:30:33 2018 +0330
     [aat] trak sanitization
 
  src/dev-run.sh                  |  4 +-
- src/hb-aat-layout-trak-table.hh | 95
- ++++++++++++++++++++++++++++++++---------
+ src/hb-aat-layout-trak-table.hh | 95 ++++++++++++++++++++++++++++++++---------
  src/hb-aat-layout.cc            |  2 +-
  util/options.hh                 |  2 +-
  4 files changed, 78 insertions(+), 25 deletions(-)
@@ -4818,7 +141620,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Mon Feb 26 11:29:48 2018 +0330
 
     [aat] minor
-
+    
     Ops, this was done for testing
 
  src/hb-aat-layout-ankr-table.hh | 2 +-
@@ -4839,11 +141641,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 25 18:54:52 2018 -0800
 
     [aat/trak] Minor
-
+    
     Maybe we should make DEFINE_* make structs uncopyable.
 
- src/hb-aat-layout-trak-table.hh | 56
- +++++++++++++++++++++++------------------
+ src/hb-aat-layout-trak-table.hh | 56 +++++++++++++++++++++++------------------
  1 file changed, 32 insertions(+), 24 deletions(-)
 
 commit ae14dd0fb0a176f6f0143690907b51626999d248
@@ -4853,8 +141654,7 @@ Date:   Mon Feb 26 00:31:09 2018 +0330
     [aat] Implement ankr
 
  src/Makefile.sources            |  3 +-
- src/hb-aat-layout-ankr-table.hh | 86
- +++++++++++++++++++++++++++++++++++++++++
+ src/hb-aat-layout-ankr-table.hh | 86 +++++++++++++++++++++++++++++++++++++++++
  src/hb-aat-layout-kerx-table.hh |  2 +-
  src/hb-aat-layout.cc            | 37 +++++++++++++-----
  src/hb-ot-layout-private.hh     |  6 ++-
@@ -4869,14 +141669,13 @@ Date:   Sun Feb 25 16:32:17 2018 -0800
 
  src/Makefile.sources           |   1 -
  src/hb-ot-base.cc              |  58 -----------------------
- src/hb-ot-layout-base-table.hh | 103
- ++++++++++++++++++++++++++++-------------
+ src/hb-ot-layout-base-table.hh | 103 ++++++++++++++++++++++++++++-------------
  src/hb-ot-layout.cc            |  34 ++++++++++++++
  src/hb-ot-layout.h             |   1 +
  5 files changed, 105 insertions(+), 92 deletions(-)
 
 commit 05699fd996ed9c0e5dde8918388ac188e58df1a7
-Merge: 83af6c23 3ebcd5a3
+Merge: 83af6c237 3ebcd5a38
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Feb 24 12:01:54 2018 -0800
 
@@ -4896,7 +141695,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Sat Feb 24 00:44:07 2018 +0200
 
     Workaround for old automake on Travis Linux images
-
+    
     https://github.com/harfbuzz/harfbuzz/pull/821#issuecomment-368116538
 
  .ci/fail.sh | 10 ++++++++--
@@ -4921,8 +141720,7 @@ Date:   Sat Feb 24 12:49:42 2018 +0330
 
  src/hb-aat-layout-kerx-table.hh |  7 ++++
  src/hb-aat-layout-private.hh    |  3 ++
- src/hb-aat-layout-trak-table.hh | 78
- +++++++++++++++++++++++++++++++++++++++--
+ src/hb-aat-layout-trak-table.hh | 78 +++++++++++++++++++++++++++++++++++++++--
  src/hb-aat-layout.cc            | 46 ++++++++++++++++++++++++
  src/hb-open-type-private.hh     |  4 +--
  src/hb-ot-layout-private.hh     | 22 ++++++++++++
@@ -4939,8 +141737,7 @@ Date:   Fri Feb 23 22:51:17 2018 -0800
  CMakeLists.txt       | 36 ++++++++++++++--------------
  src/Makefile.am      |  8 +++----
  src/Makefile.sources |  3 ---
- src/hb-version.h     | 66
- ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-version.h     | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++
  4 files changed, 87 insertions(+), 26 deletions(-)
 
 commit 5267520e078ed413df78f3a6781fd5370b6da63a
@@ -4963,12 +141760,11 @@ Date:   Fri Feb 23 18:18:54 2018 -0800
  2 files changed, 10 insertions(+), 4 deletions(-)
 
 commit d78393b5547135b8db0356b0ec14d5ed0d334768
-Merge: 1454d82a 83af6c23
+Merge: 1454d82a9 83af6c237
 Author: Rod Sheeter <rsheeter@google.com>
 Date:   Fri Feb 23 17:53:26 2018 -0800
 
-    Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into
-    drophints
+    Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into drophints
 
 commit 1454d82a9d3d9a47901b3d92ff7f2c05c596c0d5
 Author: Rod Sheeter <rsheeter@google.com>
@@ -4984,8 +141780,7 @@ commit 0ac8c0c1e6a6c076ce33b16baa173ff8763ac04e
 Author: Rod Sheeter <rsheeter@google.com>
 Date:   Fri Feb 23 17:43:00 2018 -0800
 
-    [subset] zero glyf and loca memory before writing so pads are
-    clean. Test just the part of maxp we care about
+    [subset] zero glyf and loca memory before writing so pads are clean. Test just the part of maxp we care about
 
  src/hb-ot-glyf-table.hh     |  6 +++---
  src/hb-subset-glyf.cc       |  4 ++--
@@ -4993,12 +141788,12 @@ Date:   Fri Feb 23 17:43:00 2018 -0800
  3 files changed, 21 insertions(+), 8 deletions(-)
 
 commit 83af6c237f2bfd66af76a8647a62b3d1ab996744
-Merge: 7e5e1feb dc5c7927
+Merge: 7e5e1feb6 dc5c7927e
 Author: Garret Rieger <grieger@google.com>
 Date:   Fri Feb 23 18:33:25 2018 -0700
 
     Merge pull request #829 from googlefonts/test-checksum
-
+    
     [subset] Caclculate head table checksum adjustment
 
 commit dc5c7927e75ea09461e46fe6e56897091b4b4f00
@@ -5006,23 +141801,22 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 23 16:42:06 2018 -0800
 
     [subset] Caclculate head table checksum adjustment
-
+    
     Test still fails, because we do not serialize tables in the same
     order that fonttools subsetter does.
 
- src/hb-open-file-private.hh | 51
- ++++++++++++++++++++++++++++++++++-----------
+ src/hb-open-file-private.hh | 51 ++++++++++++++++++++++++++++++++++-----------
  src/hb-ot-head-table.hh     |  2 ++
  src/hb-subset.cc            |  2 ++
  3 files changed, 43 insertions(+), 12 deletions(-)
 
 commit 7e5e1feb666d6a861b5cd64bf29a16e3854fb812
-Merge: ec2538c8 99967e21
+Merge: ec2538c88 99967e21c
 Author: Garret Rieger <grieger@google.com>
 Date:   Fri Feb 23 17:59:08 2018 -0700
 
     Merge pull request #828 from googlefonts/mem-fixes
-
+    
     [subset] Fix several memory leaks in subsetting.
 
 commit ec2538c8803be254b6e09ca0ea724b07c35126da
@@ -5097,8 +141891,7 @@ Date:   Fri Feb 23 16:55:53 2018 -0500
 
  configure.ac                 |  2 ++
  src/Makefile.am              |  4 ++-
- src/harfbuzz-config.cmake.in | 82
- ++++++++++++++++++++++++++++++++++++++++++++
+ src/harfbuzz-config.cmake.in | 82 ++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 87 insertions(+), 1 deletion(-)
 
 commit e0939d811f1fdeda9c5763e7e53887b3d3cb21eb
@@ -5106,18 +141899,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 23 13:19:34 2018 -0800
 
     Clean up check-defs and check-symbols (#821)
-
+    
     Also, call c++filt on their results.
-
+    
     Also build and fix and check harfbuzz-gobject.def
-
+    
     Also changes harfbuzz-gobject to distribute generated enum sources.
 
  CMakeLists.txt              |  3 +--
  src/Makefile.am             | 33 ++++++++++++++++------------
  src/Makefile.sources        |  9 +++++---
- src/check-defs.sh           | 52
- ---------------------------------------------
+ src/check-defs.sh           | 52 ---------------------------------------------
  src/check-symbols.sh        | 30 ++++++++++++++++++++------
  src/hb-gobject-enums.h.tmpl |  3 ++-
  src/hb-gobject-structs.h    | 45 ++++++++++++++++++++++++++-------------
@@ -5129,8 +141921,7 @@ Date:   Fri Feb 23 13:05:58 2018 -0800
 
     [subset] clone trim logic from fonttools glyf handling
 
- src/hb-ot-glyf-table.hh                      |  92
- ++++++++++++++++++++++++++-
+ src/hb-ot-glyf-table.hh                      |  92 ++++++++++++++++++++++++++-
  src/hb-subset-glyf.cc                        |  26 ++++----
  src/hb-subset-plan.cc                        |   3 +
  src/hb-subset.cc                             |  13 ++--
@@ -5140,12 +141931,12 @@ Date:   Fri Feb 23 13:05:58 2018 -0800
  7 files changed, 117 insertions(+), 24 deletions(-)
 
 commit b1ec82105189053d648a798cf5b3ab2887046298
-Merge: e15e41ef c2e4713b
+Merge: e15e41ef1 c2e4713b5
 Author: Garret Rieger <grieger@google.com>
 Date:   Fri Feb 23 12:32:18 2018 -0700
 
     Merge pull request #823 from googlefonts/hdmx
-
+    
     [subset] Add hdmx subsetting.
 
 commit e15e41ef12e146333e355defef8db210378b5be0
@@ -5161,22 +141952,18 @@ commit 2b844803433bd1557a7fd0c93a91c66ef5319b21
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu Feb 22 18:38:44 2018 -0800
 
-    [subset] Update expected files for subsetting integration test to
-    not include cmap 4.
+    [subset] Update expected files for subsetting integration test to not include cmap 4.
 
- .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1740 ->
- 1692 bytes
+ .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1740 -> 1692 bytes
  1 file changed, 0 insertions(+), 0 deletions(-)
 
 commit a88504c601ac95601730bd602861c13e5ac4fdd8
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu Feb 22 14:28:18 2018 -0800
 
-    [subset] Fix checksum clearning in subset test diff. Add an updated
-    expected file (has cmap4 restored).
+    [subset] Fix checksum clearning in subset test diff. Add an updated expected file (has cmap4 restored).
 
- .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1692 ->
- 1740 bytes
+ .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1692 -> 1740 bytes
  test/subset/run-tests.py                              |   7 +++++--
  2 files changed, 5 insertions(+), 2 deletions(-)
 
@@ -5184,8 +141971,7 @@ commit 537698b60131bd3d7999919a04596c41dda6b2e4
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu Feb 22 14:07:52 2018 -0800
 
-    [subset] Don't compare actual to itself in Fix
-    test/subset/run-tests. Print a diff on failure.
+    [subset] Don't compare actual to itself in Fix test/subset/run-tests. Print a diff on failure.
 
  test/subset/run-tests.py | 6 +++++-
  1 file changed, 5 insertions(+), 1 deletion(-)
@@ -5213,11 +141999,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 23 10:34:26 2018 -0800
 
     [hdmx] Move DeviceRecord to toplevel again
-
+    
     More readable.
 
- src/hb-ot-hdmx-table.hh | 112
- ++++++++++++++++++++++++------------------------
+ src/hb-ot-hdmx-table.hh | 112 ++++++++++++++++++++++++------------------------
  1 file changed, 57 insertions(+), 55 deletions(-)
 
 commit 96d7805a9235443972c6b6c5cd9502283c8836e9
@@ -5263,8 +142048,7 @@ Date:   Wed Feb 21 17:59:57 2018 -0800
     [subset] Add a unit test for hdmx subsetting.
 
  test/api/Makefile.am        |  2 ++
- test/api/test-subset-hdmx.c | 81
- +++++++++++++++++++++++++++++++++++++++++++++
+ test/api/test-subset-hdmx.c | 81 +++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 83 insertions(+)
 
 commit aa4aa2353c52f86fd56446de6b7ff86a9e990b9c
@@ -5282,8 +142066,7 @@ Date:   Wed Feb 21 17:42:58 2018 -0800
 
     [subset] Move DeviceRecord inside of hdmx.
 
- src/hb-ot-hdmx-table.hh | 98
- +++++++++++++++++++++++++------------------------
+ src/hb-ot-hdmx-table.hh | 98 +++++++++++++++++++++++++------------------------
  1 file changed, 50 insertions(+), 48 deletions(-)
 
 commit 6704cded65985b2de262bdd3bb0887929e5a3b0b
@@ -5308,8 +142091,7 @@ commit dddf44279f610e77e8b9a0819fd91f48802158b6
 Author: Garret Rieger <grieger@google.com>
 Date:   Wed Feb 21 15:36:09 2018 -0800
 
-    [subset] When serializing a DeviceRecord in hdmx pad to make 32
-    bit aligned.
+    [subset] When serializing a DeviceRecord in hdmx pad to make 32 bit aligned.
 
  src/hb-ot-hdmx-table.hh | 19 +++++++++++++------
  1 file changed, 13 insertions(+), 6 deletions(-)
@@ -5320,8 +142102,7 @@ Date:   Wed Feb 21 15:15:22 2018 -0800
 
     [subset] Begin implementing serialize for hdmx.
 
- src/hb-ot-hdmx-table.hh | 79
- +++++++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-hdmx-table.hh | 79 +++++++++++++++++++++++++++++++++++++++++++++++--
  1 file changed, 77 insertions(+), 2 deletions(-)
 
 commit fe42862ab30d17483a1d0c2e2b1d859d01bbaff1
@@ -5331,8 +142112,7 @@ Date:   Wed Feb 21 14:18:49 2018 -0800
     [subset] Sketch out a basic hb-ot-hdmx.hh.
 
  src/Makefile.sources    |  1 +
- src/hb-ot-hdmx-table.hh | 77
- +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-hdmx-table.hh | 77 +++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-subset.cc        |  1 +
  3 files changed, 79 insertions(+)
 
@@ -5368,13 +142148,10 @@ commit 4f07437dfebd3dc5923f40154c6f1b7e1dce1bd4
 Author: Rod Sheeter <rsheeter@google.com>
 Date:   Wed Feb 21 22:23:05 2018 -0800
 
-    [subset] sketch out dropping in-glyf instructions. Sometimes yields
-    differnet size glyphs than fonttools, possibly due to padding not
-    being corrected
+    [subset] sketch out dropping in-glyf instructions. Sometimes yields differnet size glyphs than fonttools, possibly due to padding not being corrected
 
  src/hb-ot-glyf-table.hh                      |  45 ++++++++++++++++
- src/hb-subset-glyf.cc                        |  78
- +++++++++++++++++++++------
+ src/hb-subset-glyf.cc                        |  78 +++++++++++++++++++++------
  src/hb-subset-input.cc                       |   6 +++
  src/hb-subset.h                              |   2 +
  test/api/fonts/Roboto-Regular.ac.nohints.ttf | Bin 0 -> 1128 bytes
@@ -5399,11 +142176,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 21 14:38:02 2018 -0800
 
     Add two more ragel-generated headers
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/817
 
- src/hb-buffer-deserialize-json.hh | 643
- ++++++++++++++++++++++++++++++++++++++
+ src/hb-buffer-deserialize-json.hh | 643 ++++++++++++++++++++++++++++++++++++++
  src/hb-buffer-deserialize-text.hh | 571 +++++++++++++++++++++++++++++++++
  2 files changed, 1214 insertions(+)
 
@@ -5411,8 +142187,7 @@ commit 74e0c13a4a55848e797242c02c8f067e587ea603
 Author: Rod Sheeter <rsheeter@google.com>
 Date:   Wed Feb 21 11:19:18 2018 -0800
 
-    [subset] drop hint tables if so flagged. Still need to dump glyf
-    instructions.
+    [subset] drop hint tables if so flagged. Still need to dump glyf instructions.
 
  src/hb-subset-plan.cc    |  1 +
  src/hb-subset-plan.hh    |  2 ++
@@ -5428,7 +142203,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Wed Feb 21 22:13:58 2018 +0330
 
     Add .editorconfig (#810)
-
+    
     More information: http://editorconfig.org/
 
  .editorconfig | 18 ++++++++++++++++++
@@ -5469,8 +142244,7 @@ commit 2cc845f311b6dc4f0feda8b8fc5609fbd51b5923
 Author: Garret Rieger <grieger@google.com>
 Date:   Tue Feb 20 18:13:41 2018 -0800
 
-    [subset] fix calculation of range shiftz. Should be 16 * len -
-    searchRange not 16 * (len - searchRange).
+    [subset] fix calculation of range shiftz. Should be 16 * len - searchRange not 16 * (len - searchRange).
 
  src/hb-open-type-private.hh | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
@@ -5479,8 +142253,7 @@ commit 8e614ade5aef102baed56f91c2fcb1f3d1788ea9
 Author: Garret Rieger <grieger@google.com>
 Date:   Tue Feb 20 17:36:54 2018 -0800
 
-    [subset] Reverse table order for font serialization to match what
-    OTS expects.
+    [subset] Reverse table order for font serialization to match what OTS expects.
 
  src/hb-open-file-private.hh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -5489,8 +142262,7 @@ commit a998eeee4ad7bba4a1574c9735618891b6bd0948
 Author: Garret Rieger <grieger@google.com>
 Date:   Tue Feb 20 16:48:52 2018 -0800
 
-    [subset] sanity check glyph data writes during glyph subsetting to
-    ensure they are inbounds.
+    [subset] sanity check glyph data writes during glyph subsetting to ensure they are inbounds.
 
  src/hb-subset-glyf.cc | 11 +++++++++--
  1 file changed, 9 insertions(+), 2 deletions(-)
@@ -5501,17 +142273,16 @@ Date:   Tue Feb 20 15:33:03 2018 -0800
 
     [subset] Sanity check that loca writes are inbounds.
 
- src/hb-subset-glyf.cc | 55
- ++++++++++++++++++++++++++++++++++++++-------------
+ src/hb-subset-glyf.cc | 55 ++++++++++++++++++++++++++++++++++++++-------------
  1 file changed, 41 insertions(+), 14 deletions(-)
 
 commit 73e20ec6e9ad86bea023fc8b6fc10287889ed048
-Merge: 6ae4013f 69e443b2
+Merge: 6ae4013f2 69e443b25
 Author: Garret Rieger <grieger@google.com>
 Date:   Tue Feb 20 17:34:59 2018 -0700
 
     Merge pull request #812 from googlefonts/cleanup
-
+    
     Clean up of glyf subsetting.
 
 commit 6ae4013f2e53d6496507a58b715298fee4eadcee
@@ -5528,20 +142299,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 20 14:34:16 2018 -0800
 
     Add Ragel-generated files to git
-
+    
     I know it's bad form; I know I've said no to this multiple times...
-    But this is part of an experiment to see if we can make rolling
-    HarfBuzz
+    But this is part of an experiment to see if we can make rolling HarfBuzz
     into Chrome much faster. That will give us a lot more testing exposure
     that currently Chrome does.
-
+    
     Doing this while those files are still considered ignored by our
     gitignore rules; will see how that flies.
 
  autogen.sh                                 |   10 +-
  src/Makefile.am                            |    3 +-
- src/hb-ot-shape-complex-indic-machine.hh   | 1319
- ++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-indic-machine.hh   | 1319 ++++++++++++++++++++++++++++
  src/hb-ot-shape-complex-khmer-machine.hh   |  294 +++++++
  src/hb-ot-shape-complex-myanmar-machine.hh |  413 +++++++++
  src/hb-ot-shape-complex-use-machine.hh     |  502 +++++++++++
@@ -5563,10 +142332,8 @@ Date:   Tue Feb 20 14:07:40 2018 -0800
 
     [subset] Move glyf subsetting code into hb-ot-glyf-table.hh
 
- src/hb-ot-glyf-table.hh | 49
- +++++++++++++++++++++++++++++++++++++++++++++++-
- src/hb-subset.cc        | 50
- +------------------------------------------------
+ src/hb-ot-glyf-table.hh | 49 +++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-subset.cc        | 50 +------------------------------------------------
  2 files changed, 49 insertions(+), 50 deletions(-)
 
 commit d1f16fce963092404bf0b59e449a3215ca031b54
@@ -5574,11 +142341,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 20 10:32:09 2018 -0800
 
     Don't use %zu
-
-    Some of our bots / compilers don't like it. Wasn't caught by bots
-    because this
+    
+    Some of our bots / compilers don't like it. Wasn't caught by bots because this
     is only in debug code.
-
+    
     https://github.com/harfbuzz/harfbuzz/pull/809/commits/825ad378e0f0e6e6bb690894a0d5d25f198be21b
 
  src/hb-ot-cmap-table.hh | 2 +-
@@ -5607,7 +142373,7 @@ Author: Dominik Röttsches <drott@chromium.org>
 Date:   Tue Feb 20 10:26:07 2018 +0200
 
     Use %zu format specifier for size_t to fix cross platform build
-
+    
     Fixes Chromium Android builds, compare
     https://ci.chromium.org/buildbot/tryserver.chromium.android/linux_android_rel_ng/491787
 
@@ -5630,8 +142396,7 @@ Date:   Mon Feb 19 23:27:08 2018 +0330
     [aat] First dig on 'trak'
 
  src/Makefile.sources            |   3 +-
- src/hb-aat-layout-trak-table.hh | 100
- ++++++++++++++++++++++++++++++++++++++++
+ src/hb-aat-layout-trak-table.hh | 100 ++++++++++++++++++++++++++++++++++++++++
  src/hb-aat-layout.cc            |   3 +-
  src/hb-ot-layout-private.hh     |   6 ++-
  4 files changed, 108 insertions(+), 4 deletions(-)
@@ -5688,7 +142453,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Mon Feb 19 11:06:13 2018 +0330
 
     Test debug builds on ArchLinux bot
-
+    
     Fixes #805
 
  .circleci/config.yml | 6 +++---
@@ -5699,14 +142464,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 18 17:28:53 2018 -0800
 
     Limit how much work sanitize() can do
-
+    
     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6022
 
  src/Makefile.am                                       |   2 ++
- src/hb-open-type-private.hh                           |  16
- ++++++++++++++--
- .../233c1e252e737ca79e03a9fd56b71aaa4a230f2b.ttf      | Bin 0 ->
- 1048576 bytes
+ src/hb-open-type-private.hh                           |  16 ++++++++++++++--
+ .../233c1e252e737ca79e03a9fd56b71aaa4a230f2b.ttf      | Bin 0 -> 1048576 bytes
  test/shaping/data/in-house/tests/fuzzed.tests         |   1 +
  4 files changed, 17 insertions(+), 2 deletions(-)
 
@@ -5724,7 +142487,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 18 16:27:59 2018 -0800
 
     Fix debug build
-
+    
     Context needs to be called 'c'. The TRACE_* rely on that.
 
  src/hb-ot-cmap-table.hh | 22 +++++++++++-----------
@@ -5753,10 +142516,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 18 15:57:09 2018 -0800
 
     Readjust mark attachment heuristic a bit more
-
+    
     Previously adjusted logic could fail if nothing around was ligated,
     and something moved.  This should take care of that.
-
+    
     CC https://github.com/harfbuzz/harfbuzz/issues/740
 
  src/hb-ot-layout-gpos-table.hh | 5 ++++-
@@ -5768,8 +142531,7 @@ Date:   Sun Feb 18 15:42:25 2018 -0800
 
     [test] Add test for https://github.com/harfbuzz/harfbuzz/issues/740
 
- .../fonts/573d3a3177c9a8646e94c8a0d7b224334340946a.ttf   | Bin 0 ->
- 5680 bytes
+ .../fonts/573d3a3177c9a8646e94c8a0d7b224334340946a.ttf   | Bin 0 -> 5680 bytes
  test/shaping/data/in-house/tests/use.tests               |   1 +
  2 files changed, 1 insertion(+)
 
@@ -5780,19 +142542,18 @@ Date:   Mon Feb 19 03:17:44 2018 +0330
     [aat] First dig on 'kerx' (#704)
 
  src/Makefile.sources            |   1 +
- src/hb-aat-layout-kerx-table.hh | 377
- ++++++++++++++++++++++++++++++++++++++++
+ src/hb-aat-layout-kerx-table.hh | 377 ++++++++++++++++++++++++++++++++++++++++
  src/hb-aat-layout.cc            |   1 +
  src/hb-ot-layout-private.hh     |   2 +
  4 files changed, 381 insertions(+)
 
 commit 279c70a5b36446f444e5d2f4ac1db7614c8a3db8
-Merge: e9164478 89b82814
+Merge: e91644786 89b82814b
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 18 14:04:33 2018 -0800
 
     Merge pull request #796 from ebraminio/dev-run
-
+    
     Add a continuous builder using fswatch
 
 commit e91644786bf7c278e75962b851d5d47011ff175c
@@ -5829,19 +142590,19 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Sun Feb 18 23:25:15 2018 +0330
 
     Another attempt on fixing coverity
-
+    
     I hope I am in a correct direction at least
 
  .travis.yml | 5 ++---
  1 file changed, 2 insertions(+), 3 deletions(-)
 
 commit 79d0d791b9ee920e1f687a93de5adf5d113cc829
-Merge: 21646cc4 97a71102
+Merge: 21646cc4a 97a711021
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 18 11:35:51 2018 -0800
 
     Merge pull request #800 from harfbuzz/bitops
-
+    
     Optimize set through optimized bit operations
 
 commit 97a71102153d28982297a190739c7d82e76b109e
@@ -5849,14 +142610,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 18 10:50:24 2018 -0800
 
     Fix BitScanForward() usage
-
+    
     Should fix Win64 bot.
 
  src/hb-private.hh | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit fe8f40a4180e7b02831a264c0b3c66763156abb6
-Merge: cd11107b 21646cc4
+Merge: cd11107bb 21646cc4a
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 18 10:45:33 2018 -0800
 
@@ -5867,7 +142628,7 @@ Author: David Corbett <corbett.dav@husky.neu.edu>
 Date:   Fri Feb 16 12:08:55 2018 -0500
 
     Do not mark the first glyph as unsafe to break
-
+    
     Fixes #791.
 
  src/hb-buffer-private.hh | 3 +--
@@ -5909,11 +142670,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 16 16:58:17 2018 -0800
 
     Misc fixes
-
+    
     Should bring bag djgpp bot.
 
- src/hb-ot-os2-table.hh | 54
- +++++++++++++++++++++++++-------------------------
+ src/hb-ot-os2-table.hh | 54 +++++++++++++++++++++++++-------------------------
  src/hb-subset-plan.cc  | 16 +++++++--------
  2 files changed, 34 insertions(+), 36 deletions(-)
 
@@ -5925,8 +142685,7 @@ Date:   Fri Feb 16 17:02:51 2018 -0700
 
  .../api/fonts/Roboto-Regular.components.subset.ttf | Bin 0 -> 2052 bytes
  test/api/fonts/Roboto-Regular.components.ttf       | Bin 0 -> 2572 bytes
- test/api/test-subset-glyf.c                        |  21
- +++++++++++++++++++++
+ test/api/test-subset-glyf.c                        |  21 +++++++++++++++++++++
  3 files changed, 21 insertions(+)
 
 commit c36d015b0e9c363431cd9d228b776ad419fde474
@@ -5942,8 +142701,7 @@ commit 2130392dcc30784ee34c487ab16316006c91f16d
 Author: Garret Rieger <grieger@google.com>
 Date:   Fri Feb 16 17:01:00 2018 -0700
 
-    [subset] Add support for updating reference gids in components to
-    their new values.
+    [subset] Add support for updating reference gids in components to their new values.
 
  src/hb-subset-glyf.cc | 38 +++++++++++++++++++++++++++++++++-----
  1 file changed, 33 insertions(+), 5 deletions(-)
@@ -5952,11 +142710,9 @@ commit 49544eb860e523838892d6ce88eeca72ffd19da4
 Author: Garret Rieger <grieger@google.com>
 Date:   Fri Feb 16 16:56:15 2018 -0700
 
-    [subset] Refactor composite glyf iteration code into an Iterator
-    outside of the accelerator.
+    [subset] Refactor composite glyf iteration code into an Iterator outside of the accelerator.
 
- src/hb-ot-glyf-table.hh | 110
- +++++++++++++++++++++++++-----------------------
+ src/hb-ot-glyf-table.hh | 110 +++++++++++++++++++++++++-----------------------
  src/hb-subset-plan.cc   |   6 +--
  2 files changed, 60 insertions(+), 56 deletions(-)
 
@@ -5964,8 +142720,7 @@ commit dc6d67df1395faf38d7587b1dd3c6661ee7cd6f0
 Author: Garret Rieger <grieger@google.com>
 Date:   Fri Feb 16 15:20:14 2018 -0700
 
-    [subset] Use gids_to_retain_sorted to produce old gid -> new gid
-    mapping since it now has the more complete set.
+    [subset] Use gids_to_retain_sorted to produce old gid -> new gid mapping since it now has the more complete set.
 
  src/hb-subset-plan.cc | 10 ++++++----
  1 file changed, 6 insertions(+), 4 deletions(-)
@@ -5984,8 +142739,7 @@ commit 58a54c9d4f72e228c012451c4469da730742d3d8
 Author: Garret Rieger <grieger@google.com>
 Date:   Fri Feb 16 11:20:38 2018 -0700
 
-    [subset] add constant to get_composite and in_table methods in
-    hb-ot-glyf-table
+    [subset] add constant to get_composite and in_table methods in hb-ot-glyf-table
 
  src/hb-ot-glyf-table.hh | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
@@ -6003,11 +142757,9 @@ commit d3684141437fad6ebf5f9945f92125c9a42ea853
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu Feb 15 14:03:34 2018 -0800
 
-    [subset] add helper methods to glyf accelerator for reading composite
-    glyph information.
+    [subset] add helper methods to glyf accelerator for reading composite glyph information.
 
- src/hb-ot-glyf-table.hh | 115
- ++++++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-glyf-table.hh | 115 ++++++++++++++++++++++++++++++++++++++++++++++--
  1 file changed, 112 insertions(+), 3 deletions(-)
 
 commit cd11107bb44ac719709e10264e9e6ba6a1cfae0c
@@ -6015,7 +142767,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 16 18:28:58 2018 -0800
 
     Another bitops fallback fix
-
+    
     I'm confident that all bugs are hashed out now.
 
  src/hb-private.hh | 4 ++--
@@ -6036,8 +142788,7 @@ Date:   Fri Feb 16 18:14:41 2018 -0800
 
     [set] Implement iteration using bitop intrinsics
 
- src/hb-set-private.hh | 55
- ++++++++++++++++++---------------------------------
+ src/hb-set-private.hh | 55 ++++++++++++++++++---------------------------------
  1 file changed, 19 insertions(+), 36 deletions(-)
 
 commit 6a91a2eb04951f6e33706c2b8e9cd987b429fce9
@@ -6073,8 +142824,7 @@ Date:   Fri Feb 16 16:52:09 2018 -0800
 
     Flesh out other bit ops some more for 128bit as well
 
- src/hb-private.hh | 165
- +++++++++++++++++++++++++++++++++++++++++-------------
+ src/hb-private.hh | 165 +++++++++++++++++++++++++++++++++++++++++-------------
  1 file changed, 126 insertions(+), 39 deletions(-)
 
 commit 864a2dddae9eb1303c59d0d3717fce307a72a524
@@ -6082,7 +142832,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 16 14:21:40 2018 -0800
 
     Clean up bit functions
-
+    
     Compile all code-paths possible, to better catch errors.
     Also enable MSVC ones on mingw which seems to support them.
 
@@ -6094,14 +142844,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 16 16:06:17 2018 -0800
 
     Improve _hb_popcount()
-
+    
     Support 128bit type.
 
  configure.ac                   |  3 ++-
  src/hb-ot-layout-gpos-table.hh |  2 +-
  src/hb-ot-map.cc               |  2 +-
- src/hb-private.hh              | 61
- +++++++++++++++++++++++++++---------------
+ src/hb-private.hh              | 61 +++++++++++++++++++++++++++---------------
  4 files changed, 44 insertions(+), 24 deletions(-)
 
 commit 7b5ce7404716a17f91ff86d374c7b76ee7ce3247
@@ -6120,20 +142869,19 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 16 15:36:20 2018 -0800
 
     Enable C99 if available
-
-    Hopefully we can now mix-and-match code and declaration in the C
-    test files.
+    
+    Hopefully we can now mix-and-match code and declaration in the C test files.
 
  configure.ac | 1 +
  1 file changed, 1 insertion(+)
 
 commit 926db874552519734fab6c04258887ea634f5324
-Merge: 882a3bf4 c7a633f9
+Merge: 882a3bf4a c7a633f95
 Author: rsheeter <rsheeter@google.com>
 Date:   Fri Feb 16 15:27:29 2018 -0800
 
     Merge pull request #792 from googlefonts/master
-
+    
     Support more tables in subsetter
 
 commit 882a3bf4abcdac60414db41d54dbbb7d2368c908
@@ -6161,9 +142909,8 @@ Author: Arkady Shapkin <arkady.shapkin@gmail.com>
 Date:   Fri Feb 16 21:45:08 2018 +0300
 
     Remove checking macros __OPTIMIZE__ for MSVC
-
-    Visual C++ compiler doesn't define macros __OPTIMIZE__  when
-    optimizations enabled
+    
+    Visual C++ compiler doesn't define macros __OPTIMIZE__  when optimizations enabled
 
  src/hb-private.hh | 9 ++++-----
  1 file changed, 4 insertions(+), 5 deletions(-)
@@ -6218,7 +142965,7 @@ Date:   Fri Feb 16 06:26:02 2018 -0800
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit be0a01a67613f45db7f7e9be84cb883f0344c817
-Merge: 7acaa3b7 139c9928
+Merge: 7acaa3b78 139c9928f
 Author: Rod Sheeter <rsheeter@google.com>
 Date:   Fri Feb 16 06:01:41 2018 -0800
 
@@ -6301,7 +143048,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Thu Feb 15 02:52:15 2018 +0200
 
     Move collect_logs to .ci dir
-
+    
     Next to other CI scripts.
 
  .collect_logs => .ci/collect-logs.sh | 0
@@ -6325,8 +143072,7 @@ Date:   Wed Feb 14 19:36:33 2018 -0800
 
     [subset] cmap space bracket
 
- src/hb-ot-cmap-table.hh | 72
- ++++++++++++++++++++++++-------------------------
+ src/hb-ot-cmap-table.hh | 72 ++++++++++++++++++++++++-------------------------
  1 file changed, 36 insertions(+), 36 deletions(-)
 
 commit e158739bfb9e5d60989e179fcc8744f3125e2067
@@ -6378,14 +143124,13 @@ commit 83f57e24bfc2000373192ec44b067fdd7dee8a65
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 14 18:43:53 2018 -0800
 
-    [test] Reinstate
-    test/shaping/data/in-house/tests/myanmar-syllable.tests
+    [test] Reinstate test/shaping/data/in-house/tests/myanmar-syllable.tests
 
  test/shaping/data/in-house/tests/myanmar-syllable.tests | 1 +
  1 file changed, 1 insertion(+)
 
 commit 5ae6526ef4aa9b3c943cad984dc2fff09cdf597b
-Merge: 2903b2f3 04c1ec2b
+Merge: 2903b2f35 04c1ec2b7
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 14 18:42:32 2018 -0800
 
@@ -6395,11 +143140,9 @@ commit 04c1ec2b7396c05f6e8afc9d87679422782aa1e8
 Author: Garret Rieger <grieger@google.com>
 Date:   Wed Feb 14 17:00:18 2018 -0800
 
-    [subset] Don't fail on different checksum adjustment in subsetting
-    tests.
+    [subset] Don't fail on different checksum adjustment in subsetting tests.
 
- .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1740 ->
- 1692 bytes
+ .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1740 -> 1692 bytes
  test/subset/run-tests.py                              |   8 ++++++++
  2 files changed, 8 insertions(+)
 
@@ -6416,8 +143159,7 @@ commit b56c9384bcc177236debd26fdbbf14319e4c62b9
 Author: Garret Rieger <grieger@google.com>
 Date:   Wed Feb 14 16:05:39 2018 -0800
 
-    [subset] Add missing face reference in hb-subset-plan plus ensure
-    all struct members are cleaned up on destroy.
+    [subset] Add missing face reference in hb-subset-plan plus ensure all struct members are cleaned up on destroy.
 
  src/hb-subset-plan.cc | 5 ++++-
  1 file changed, 4 insertions(+), 1 deletion(-)
@@ -6426,8 +143168,7 @@ commit e0ffebead6230b8e1ee8dd97425505706321793e
 Author: Garret Rieger <grieger@google.com>
 Date:   Wed Feb 14 16:01:08 2018 -0800
 
-    [subset] In hb-subset-test use hb_set_union instead of manually
-    copying set.
+    [subset] In hb-subset-test use hb_set_union instead of manually copying set.
 
  test/api/hb-subset-test.h | 8 +++-----
  1 file changed, 3 insertions(+), 5 deletions(-)
@@ -6456,11 +143197,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 14 15:46:27 2018 -0800
 
     Another linker tweaking
-
+    
     Trying to fix this warning:
-    cc1: warning: command line option ‘-fno-threadsafe-statics’ is
-    valid for C++/ObjC++ but not for C
-
+    cc1: warning: command line option ‘-fno-threadsafe-statics’ is valid for C++/ObjC++ but not for C
+    
     Let's see what the clang bots think of it.
 
  src/Makefile.am | 4 ++--
@@ -6471,7 +143211,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 14 15:44:48 2018 -0800
 
     [set] Tune size again
-
+    
     Switch from a 128+64 hierarchy, to 32+32. New page size is 1024.
     This should make set iteration faster, without affecting other op
     performances much.
@@ -6513,8 +143253,7 @@ commit 88d56e241bd6bb768656d77cf8f99ccc97fb2446
 Author: Rod Sheeter <rsheeter@google.com>
 Date:   Wed Feb 14 15:20:43 2018 -0800
 
-    [subset] Use a supplier instead of memcpy and fix a few unnecessary
-    {}s for cmap
+    [subset] Use a supplier instead of memcpy and fix a few unnecessary {}s for cmap
 
  src/hb-ot-cmap-table.hh | 24 ++++++------------------
  1 file changed, 6 insertions(+), 18 deletions(-)
@@ -6545,8 +143284,7 @@ Date:   Wed Feb 14 14:16:25 2018 -0800
 
  src/hb-ot-cmap-table.hh                           |  19 +--
  src/hb-ot-hhea-table.hh                           |   6 +-
- src/hb-ot-hmtx-table.hh                           | 163
- ++++++++++++++++++---
+ src/hb-ot-hmtx-table.hh                           | 163 ++++++++++++++++++---
  src/hb-ot-maxp-table.hh                           |   8 +-
  src/hb-ot-os2-table.hh                            |   8 +-
  src/hb-subset-glyf.cc                             |   5 +-
@@ -6562,16 +143300,14 @@ Date:   Wed Feb 14 14:16:25 2018 -0800
  test/api/fonts/Inconsolata-Regular.ac.ttf         | Bin 0 -> 4940 bytes
  test/api/fonts/Inconsolata-Regular.ac.widerc.ttf  | Bin 0 -> 4944 bytes
  test/api/fonts/README                             |   2 +
- test/api/test-subset-hmtx.c                       | 164
- ++++++++++++++++++++++
+ test/api/test-subset-hmtx.c                       | 164 ++++++++++++++++++++++
  19 files changed, 422 insertions(+), 79 deletions(-)
 
 commit 20022575c658b29796db80c387641309d0c49586
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Thu Feb 15 01:15:39 2018 +0330
 
-    Redirect email notifications to another mailing list dedicated for
-    this (#790)
+    Redirect email notifications to another mailing list dedicated for this (#790)
 
  .travis.yml  | 4 ++--
  appveyor.yml | 5 +++++
@@ -6639,7 +143375,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 14 10:55:25 2018 -0800
 
     [subset] Allow linking to libstdc++
-
+    
     We want to use it.
 
  src/Makefile.am | 2 +-
@@ -6655,7 +143391,7 @@ Date:   Wed Feb 14 10:52:41 2018 -0800
  1 file changed, 4 insertions(+), 10 deletions(-)
 
 commit d008b62887afe631f50009f40e605c8456ddd011
-Merge: b0eefacf 109314cb
+Merge: b0eefacf4 109314cb5
 Author: Garret Rieger <grieger@google.com>
 Date:   Wed Feb 14 10:38:52 2018 -0800
 
@@ -6665,11 +143401,9 @@ commit b0eefacf4cb885f510f9551bf2e9216808ca61e8
 Author: Garret Rieger <grieger@google.com>
 Date:   Mon Feb 12 18:15:58 2018 -0800
 
-    [subset] Drop GSUB, GDEF, GPOS, and DSIG from subsetter expected
-    test outputs.
+    [subset] Drop GSUB, GDEF, GPOS, and DSIG from subsetter expected test outputs.
 
- .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 2460 ->
- 1740 bytes
+ .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 2460 -> 1740 bytes
  test/subset/generate-expected-outputs.py              |   1 +
  2 files changed, 1 insertion(+)
 
@@ -6701,8 +143435,7 @@ Date:   Mon Feb 12 17:42:20 2018 -0800
 
  test/api/Makefile.am                |   2 ++
  test/api/fonts/Roboto-Regular.b.ttf | Bin 0 -> 1996 bytes
- test/api/test-subset-os2.c          |  59
- ++++++++++++++++++++++++++++++++++++
+ test/api/test-subset-os2.c          |  59 ++++++++++++++++++++++++++++++++++++
  3 files changed, 61 insertions(+)
 
 commit 343dfe89655683966836e44afb4fd32c47377844
@@ -6718,8 +143451,7 @@ commit 24904383df03c472c865bd97bfe844f5e86a7172
 Author: Garret Rieger <grieger@google.com>
 Date:   Mon Feb 12 17:31:01 2018 -0800
 
-    [subset] Correct usFirstCharIndex and usLastCharIndex in OS2 table
-    when subsetting.
+    [subset] Correct usFirstCharIndex and usLastCharIndex in OS2 table when subsetting.
 
  src/hb-ot-os2-table.hh | 45 +++++++++++++++++++++++++++++++++++++++++++++
  src/hb-subset.cc       | 16 ++++++++++------
@@ -6739,14 +143471,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 14 01:00:10 2018 -0800
 
     [set] Add backwards iterator
-
+    
     New API:
     - hb_set_previous()
     - hb_set_previous_range()
 
  docs/harfbuzz-sections.txt |  2 ++
- src/hb-set-private.hh      | 79
- +++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-set-private.hh      | 79 +++++++++++++++++++++++++++++++++++++++++++++-
  src/hb-set.cc              | 49 +++++++++++++++++++++++++++-
  src/hb-set.h               | 19 ++++++++---
  test/api/test-set.c        | 53 +++++++++++++++++++++++++++++--
@@ -6766,7 +143497,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 13 22:12:36 2018 -0800
 
     Add hb_blob_copy_writable_or_fail()
-
+    
     New API:
     - hb_blob_copy_writable_or_fail()
 
@@ -6780,7 +143511,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 13 22:07:12 2018 -0800
 
     [subset] Rename constructor to hb_subset_input_create_or_fail()
-
+    
     To signify that unlike rest of library, returns nullptr on failure.
 
  src/hb-subset-input.cc      | 6 ++----
@@ -6797,8 +143528,7 @@ Date:   Tue Feb 13 21:46:28 2018 -0800
     [use] Add dump-use-data
 
  src/Makefile.am                        |  4 ++++
- src/dump-use-data.cc                   | 38
- ++++++++++++++++++++++++++++++++++
+ src/dump-use-data.cc                   | 38 ++++++++++++++++++++++++++++++++++
  src/gen-use-table.py                   |  2 +-
  src/hb-ot-shape-complex-use-private.hh |  2 +-
  src/hb-ot-shape-complex-use-table.cc   |  2 +-
@@ -6814,8 +143544,7 @@ Date:   Tue Feb 13 21:41:51 2018 -0800
  src/Makefile.am                          |   4 +
  src/Makefile.sources                     |   1 +
  src/dump-khmer-data.cc                   |  43 +++++++++++
- src/hb-ot-shape-complex-khmer-private.hh | 124
- +++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-khmer-private.hh | 124 +++++++++++++++++++++++++++++++
  src/hb-ot-shape-complex-khmer.cc         |  98 +-----------------------
  5 files changed, 173 insertions(+), 97 deletions(-)
 
@@ -6829,8 +143558,7 @@ Date:   Tue Feb 13 21:38:15 2018 -0800
  src/Makefile.sources                       |   1 +
  src/dump-myanmar-data.cc                   |  43 ++++++++
  src/hb-ot-shape-complex-indic-private.hh   |   8 +-
- src/hb-ot-shape-complex-myanmar-private.hh | 171
- +++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-myanmar-private.hh | 171 +++++++++++++++++++++++++++++
  src/hb-ot-shape-complex-myanmar.cc         | 138 +----------------------
  6 files changed, 225 insertions(+), 140 deletions(-)
 
@@ -6839,7 +143567,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 13 21:23:38 2018 -0800
 
     [indic] Rename print-indic-table to dump-indic-data
-
+    
     Makes more sense given what this prints, err, dumps.
 
  src/Makefile.am                                  | 8 ++++----
@@ -6851,11 +143579,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 13 21:22:47 2018 -0800
 
     [indic] Explicitly number indic_position_t
-
+    
     So it's easier to cross-reference from output of print-indic-table.
 
- src/hb-ot-shape-complex-indic-private.hh | 32
- ++++++++++++++++----------------
+ src/hb-ot-shape-complex-indic-private.hh | 32 ++++++++++++++++----------------
  1 file changed, 16 insertions(+), 16 deletions(-)
 
 commit 8634846a0a1049c42ea84ca34402957c981b4c73
@@ -6873,11 +143600,9 @@ Date:   Tue Feb 13 19:01:03 2018 -0800
 
     [indic] Share some copy/pasta code
 
- src/hb-ot-shape-complex-indic-private.hh | 29
- +++++++++++++++++++++++++++--
+ src/hb-ot-shape-complex-indic-private.hh | 29 +++++++++++++++++++++++++++--
  src/hb-ot-shape-complex-indic.cc         | 27 ---------------------------
- src/hb-ot-shape-complex-khmer.cc         | 30
- ++++++++----------------------
+ src/hb-ot-shape-complex-khmer.cc         | 30 ++++++++----------------------
  src/hb-ot-shape-complex-myanmar.cc       | 19 ++-----------------
  4 files changed, 37 insertions(+), 68 deletions(-)
 
@@ -6888,10 +143613,8 @@ Date:   Tue Feb 13 18:54:26 2018 -0800
     [indic] Add print-indic-table
 
  src/Makefile.am                          |  14 ++-
- src/hb-ot-shape-complex-indic-private.hh | 185
- ++++++++++++++++++++++++++++++
- src/hb-ot-shape-complex-indic.cc         | 187
- -------------------------------
+ src/hb-ot-shape-complex-indic-private.hh | 185 ++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-indic.cc         | 187 -------------------------------
  src/print-indic-table.cc                 |  43 +++++++
  4 files changed, 239 insertions(+), 190 deletions(-)
 
@@ -6900,7 +143623,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 13 16:35:30 2018 -0800
 
     [subset] Fix loca offsets
-
+    
     Was writing source font's offsets. Ouch.
 
  src/hb-subset-glyf.cc | 30 +++++++++++-------------------
@@ -6911,11 +143634,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 13 14:02:59 2018 -0800
 
     Another tweak at libstdc++ things
-
+    
     To fix this warning:
-
-    cc1: warning: command line option ‘-fno-threadsafe-statics’ is
-    valid for C++/ObjC++ but not for C
+    
+    cc1: warning: command line option ‘-fno-threadsafe-statics’ is valid for C++/ObjC++ but not for C
 
  src/Makefile.am | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
@@ -6947,8 +143669,7 @@ Date:   Tue Feb 13 13:50:50 2018 -0800
  src/Makefile.sources        |   1 +
  src/hb-face.h               |   1 -
  src/hb-set.cc               |  14 +++---
- src/hb-subset-input.cc      | 109
- ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-subset-input.cc      | 109 ++++++++++++++++++++++++++++++++++++++++++++
  src/hb-subset-plan.cc       |   2 +-
  src/hb-subset-private.hh    |  11 ++++-
  src/hb-subset.cc            |  40 ++--------------
@@ -6963,7 +143684,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 13 13:39:50 2018 -0800
 
     Disable threadsafe static's for all libraries
-
+    
     Even in libharfbuzz-subset, we still will handle our own threadsafety
     for statics.
 
@@ -6993,7 +143714,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 12 18:51:10 2018 -0800
 
     [subset] Allocate bulk memory with malloc(), not calloc()
-
+    
     We use calloc() to allocate simple structs and set them to zero.
     For bulk memory, use malloc() that doesn't zero.
 
@@ -7005,7 +143726,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 12 18:48:51 2018 -0800
 
     Use hb_face_get_upem() instead of face->get_upem()
-
+    
     Such that hmtx accelerator can be used from libharfbuzz-subset.
 
  src/hb-ot-cbdt-table.hh | 2 +-
@@ -7017,7 +143738,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 12 18:43:42 2018 -0800
 
     [subset] Remove unreachable code
-
+    
     sanitizer.sanitize never return nullptr.
 
  src/hb-subset.cc | 4 ----
@@ -7028,9 +143749,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 12 18:41:36 2018 -0800
 
     Allow libharfbuzz-subset to link to libstdc++
-
+    
     We want to use it instead of reinventing hashmap...
-
+    
     Also, don't change linker for ICU since libicu also uses libstdc++.
 
  src/Makefile.am        | 2 --
@@ -7075,8 +143796,7 @@ Date:   Mon Feb 12 16:01:15 2018 -0800
  .../Roboto-Regular.abc.cmap-format12-only.ttf      | Bin 0 -> 2412 bytes
  .../fonts/Roboto-Regular.ac.cmap-format12-only.ttf | Bin 0 -> 2212 bytes
  test/api/hb-subset-test.h                          |   3 +-
- test/api/test-subset-cmap.c                        |  82
- +++++++++++++++++++++
+ test/api/test-subset-cmap.c                        |  82 +++++++++++++++++++++
  test/api/test-subset-glyf.c                        |   5 +-
  .../data/in-house/tests/myanmar-syllable.tests     |   1 -
  8 files changed, 87 insertions(+), 7 deletions(-)
@@ -7106,13 +143826,10 @@ commit 1639bdd33122dc8e5522b95c37660273d1fc609e
 Author: Garret Rieger <grieger@google.com>
 Date:   Mon Feb 12 13:40:42 2018 -0800
 
-    [subset] Remove test-subset, testing is planned to be done at the
-    table level here with test/subset covering the complete subsetting
-    operation.
+    [subset] Remove test-subset, testing is planned to be done at the table level here with test/subset covering the complete subsetting operation.
 
  test/api/Makefile.am   |  1 -
- test/api/test-subset.c | 73
- --------------------------------------------------
+ test/api/test-subset.c | 73 --------------------------------------------------
  2 files changed, 74 deletions(-)
 
 commit 4cdd1b16c99f2681eb11d626c4408eebcc1672be
@@ -7128,31 +143845,26 @@ commit 1714feef4f7ec9e758e65edcbe5d5591562f46ee
 Author: Garret Rieger <grieger@google.com>
 Date:   Mon Feb 12 13:35:17 2018 -0800
 
-    [subset] re-enable test-subset-glyf. Refactor to use common functions
-    in hb-subset-test.h
+    [subset] re-enable test-subset-glyf. Refactor to use common functions in hb-subset-test.h
 
- test/api/test-subset-glyf.c | 109
- +++++++++++---------------------------------
+ test/api/test-subset-glyf.c | 109 +++++++++++---------------------------------
  1 file changed, 27 insertions(+), 82 deletions(-)
 
 commit d8d8bd8405ec0db781c4c2bbb7ebd6ff520b3c2d
 Author: Garret Rieger <grieger@google.com>
 Date:   Mon Feb 12 13:33:55 2018 -0800
 
-    [subset] Add some helper functions for writing tests around
-    subsetting.
+    [subset] Add some helper functions for writing tests around subsetting.
 
  test/api/Makefile.am      |   2 +-
- test/api/hb-subset-test.h | 123
- ++++++++++++++++++++++++++++++++++++++++++++++
+ test/api/hb-subset-test.h | 123 ++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 124 insertions(+), 1 deletion(-)
 
 commit e8318188c0e53a267a01c45b0fc8d29ad775738a
 Author: Garret Rieger <grieger@google.com>
 Date:   Mon Feb 12 11:38:28 2018 -0800
 
-    [subset] Fix loca generation, was previously writing the original
-    glyph starting offset.
+    [subset] Fix loca generation, was previously writing the original glyph starting offset.
 
  src/hb-subset-glyf.cc | 6 ++++--
  1 file changed, 4 insertions(+), 2 deletions(-)
@@ -7162,7 +143874,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Mon Feb 12 16:45:36 2018 +0200
 
     Rename --with-stdcpp → --with-libstdc++
-
+    
     Also improve wording a bit and fix make check in --with-libstdc++=yes.
 
  configure.ac    | 11 ++++++-----
@@ -7246,8 +143958,7 @@ commit 91f0d51f0525097fef6173046379a89414cb515f
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Mon Feb 12 17:20:12 2018 +0330
 
-    Fix symbol exporting issue on msys2 and ✅ bringing all the bots
-    (#781)
+    Fix symbol exporting issue on msys2 and ✅ bringing all the bots (#781)
 
  src/Makefile.am | 14 ++++++++------
  1 file changed, 8 insertions(+), 6 deletions(-)
@@ -7316,13 +144027,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 11 19:12:52 2018 -0800
 
     Remove linker selection from hb-ucdn
-
-    Since this is a convenience library, it's not actually linked. Or
-    so I think.
+    
+    Since this is a convenience library, it's not actually linked. Or so I think.
     Hoping this might fix this Appveyor failure:
-
+    
     https://ci.appveyor.com/project/harfbuzz/harfbuzz/build/job/9884jyb5vryja9pw
-
+    
     Making all in hb-ucdn
     make[4]: Entering directory '/c/projects/harfbuzz/src/hb-ucdn'
       CC       libhb_ucdn_la-ucdn.lo
@@ -7355,7 +144065,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 11 18:28:10 2018 -0800
 
     Add Sun compiler to no-visibility as well
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/pull/776
 
  src/hb-private.hh | 2 +-
@@ -7375,7 +144085,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 11 18:24:22 2018 -0800
 
     Another try at fixing multiple-defintion of NullPool
-
+    
     This one might do it...
 
  src/hb-open-type-private.hh | 6 +++++-
@@ -7395,7 +144105,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 11 19:46:06 2018 -0600
 
     [subset] Another fixup
-
+    
     I broke this in c31fcf4c58d96eb7d9781a986991b1a79ac7be44
 
  src/hb-ot-cmap-table.hh  | 2 +-
@@ -7407,7 +144117,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 11 19:34:05 2018 -0600
 
     Try at fixing multiple-definition of NullPool
-
+    
     If we don't have visibility, make NullPool static.
 
  src/hb-open-type-private.hh | 8 +++++++-
@@ -7420,7 +144130,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 11 19:01:44 2018 -0600
 
     [subset] Use auto_array_t where it does make sense
-
+    
     Better fix for https://github.com/harfbuzz/harfbuzz/pull/775
 
  src/hb-subset-plan.cc | 3 +--
@@ -7468,7 +144178,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Feb 10 21:50:26 2018 -0600
 
     [gpos] Adjust mark attachment heuristic
-
+    
     Hopefully it...
     fixes https://github.com/harfbuzz/harfbuzz/issues/740
 
@@ -7538,7 +144248,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Feb 10 15:40:03 2018 -0600
 
     More fixes
-
+    
     test-subset-glyf still failing. No idea why :(
 
  src/hb-subset.cc            |  3 +--
@@ -7550,7 +144260,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Feb 10 15:17:28 2018 -0600
 
     Fix more build issues
-
+    
     Hopefully most bots come back with this...
 
  src/check-libstdc++.sh   |  5 +++--
@@ -7576,9 +144286,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Feb 10 14:20:10 2018 -0600
 
     [subset] Replace auto_array with prealloced_array
-
-    auto_array has constructor/destructor. Cannot be used in POD object,
-    as the clang
+    
+    auto_array has constructor/destructor. Cannot be used in POD object, as the clang
     bots all noticed...
 
  src/hb-ot-cmap-table.hh |  8 ++++----
@@ -7655,7 +144364,7 @@ Date:   Sat Feb 10 13:25:49 2018 -0600
  1 file changed, 6 insertions(+), 9 deletions(-)
 
 commit 570d523761b23a3c668d9071712d5f10944d21fc
-Merge: 71130a20 d18decd2
+Merge: 71130a20f d18decd20
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Feb 10 13:24:22 2018 -0600
 
@@ -7678,9 +144387,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Feb 10 12:45:28 2018 -0600
 
     [util] Use setlinebuf() if present
-
+    
     To work around mysterious bug on OS X.
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/727
 
  configure.ac    |  6 ++----
@@ -7700,8 +144409,7 @@ commit d18decd2013f24f315dbd3b15cdd80c5a734e7e9
 Author: Garret Rieger <grieger@google.com>
 Date:   Fri Feb 9 18:41:21 2018 -0800
 
-    In glyf subsetting add suport for writing out a short loca table
-    when possible.
+    In glyf subsetting add suport for writing out a short loca table when possible.
 
  src/hb-subset-glyf.cc | 42 +++++++++++++++++++++++++++++++++---------
  1 file changed, 33 insertions(+), 9 deletions(-)
@@ -7712,8 +144420,7 @@ Date:   Fri Feb 9 17:33:34 2018 -0800
 
     First pass at building a cmap
 
- src/hb-ot-cmap-table.hh | 103
- ++++++++++++++++++++++++++++++++++++++++++++----
+ src/hb-ot-cmap-table.hh | 103 ++++++++++++++++++++++++++++++++++++++++++++----
  src/hb-subset.cc        |  37 +++++++++--------
  2 files changed, 115 insertions(+), 25 deletions(-)
 
@@ -7739,8 +144446,7 @@ commit 0089443756cdcef0182e55cf8480b96a64d31cc7
 Author: Garret Rieger <grieger@google.com>
 Date:   Fri Feb 9 16:22:09 2018 -0800
 
-    Keep a second set of glyph ids in subset plan which is sorted by
-    glyph id and always has gid 0
+    Keep a second set of glyph ids in subset plan which is sorted by glyph id and always has gid 0
 
  src/hb-subset-glyf.cc |  2 +-
  src/hb-subset-plan.cc | 34 +++++++++++++++++++++++++---------
@@ -7753,8 +144459,7 @@ Date:   Fri Feb 9 16:06:33 2018 -0800
 
     Formatting for hb-subset-plan.
 
- src/hb-subset-plan.cc | 51
- +++++++++++++++++++++++++++------------------------
+ src/hb-subset-plan.cc | 51 +++++++++++++++++++++++++++------------------------
  1 file changed, 27 insertions(+), 24 deletions(-)
 
 commit 8cef3a61995317d3a5724221108647d7e66fe24a
@@ -7762,10 +144467,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 9 16:04:23 2018 -0600
 
     Try fixing build with Sun Studio
-
+    
     Trying to fix:
     https://circleci.com/gh/harfbuzz/harfbuzz/6635
-
+    
     Also part of:
     https://github.com/harfbuzz/harfbuzz/issues/630
 
@@ -7776,8 +144481,7 @@ commit 86aa4b3ba7cd075f01614874dae88a771b8c54fd
 Author: Garret Rieger <grieger@google.com>
 Date:   Fri Feb 9 13:54:43 2018 -0800
 
-    Return empty face on hb_subset failure instead of null. Plus some
-    minor cleanups for _add_head_and_set_loca_version
+    Return empty face on hb_subset failure instead of null. Plus some minor cleanups for _add_head_and_set_loca_version
 
  src/hb-subset.cc | 11 +++++------
  1 file changed, 5 insertions(+), 6 deletions(-)
@@ -7805,13 +144509,8 @@ Author: bungeman <bungeman@chromium.org>
 Date:   Thu Feb 1 13:31:25 2018 -0500
 
     Documentation for HB_GLYPH_FLAG_UNSAFE_TO_BREAK.
-
-    HB_GLYPH_FLAG_UNSAFE_TO_BREAK means that the glyph with this flag is
-    somehow affected by the previous logical glyph (the previous index
-    in the buffer if ltr and the next index if the buffer is rtl). If
-    these two glyphs are separated by a break (line or otherwise) then the
-    underlying text should be re-shaped on both sides up to corresponding
-    position in the text of some glyph not marked with this flag.
+    
+    HB_GLYPH_FLAG_UNSAFE_TO_BREAK means that the glyph with this flag is somehow affected by the previous logical glyph (the previous index in the buffer if ltr and the next index if the buffer is rtl). If these two glyphs are separated by a break (line or otherwise) then the underlying text should be re-shaped on both sides up to corresponding position in the text of some glyph not marked with this flag.
 
  src/hb-buffer.h | 6 ++++++
  1 file changed, 6 insertions(+)
@@ -7842,16 +144541,14 @@ Date:   Fri Feb 9 11:05:17 2018 -0600
 
     [test/text-rendering-tests] Update from upstream
 
- .../text-rendering-tests/fonts/TestMORXTwentysix.ttf  | Bin 3260 ->
- 3252 bytes
+ .../text-rendering-tests/fonts/TestMORXTwentysix.ttf  | Bin 3260 -> 3252 bytes
  1 file changed, 0 insertions(+), 0 deletions(-)
 
 commit 1cd98d05e07498653ba60a68b6342d1a90429eba
 Author: Rod Sheeter <rsheeter@google.com>
 Date:   Thu Feb 8 19:39:57 2018 -0800
 
-    Create the groups for a cmap format12. Does not yet build the
-    actual table.
+    Create the groups for a cmap format12. Does not yet build the actual table.
 
  src/hb-ot-cmap-table.hh | 25 +++++++++++++++++++++++++
  1 file changed, 25 insertions(+)
@@ -7860,14 +144557,12 @@ commit 59c658c8d53481990fe0efa66422353d0687474b
 Author: Rod Sheeter <rsheeter@google.com>
 Date:   Thu Feb 8 19:22:47 2018 -0800
 
-    capture codepoints sorted so we can use them for cmap later. one
-    day we will have a map
+    capture codepoints sorted so we can use them for cmap later. one day we will have a map
 
  src/hb-ot-cmap-table.hh | 14 ---------
  src/hb-private.hh       | 61 +++++++++++++++++++++++++---------------
  src/hb-subset-glyf.cc   | 16 +++++------
- src/hb-subset-plan.cc   | 75
- ++++++++++++++++++++++++++++++++++---------------
+ src/hb-subset-plan.cc   | 75 ++++++++++++++++++++++++++++++++++---------------
  src/hb-subset-plan.hh   |  8 ++++--
  src/hb-subset.cc        | 29 ++++++++++++-------
  6 files changed, 123 insertions(+), 80 deletions(-)
@@ -7903,8 +144598,7 @@ commit 5a34114f9685680d4a8cdf85a8ac90172c5620d7
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu Feb 8 18:32:24 2018 -0800
 
-    Add an extra entry to the end of the loca table to identify the end
-    of the last glyph's data.
+    Add an extra entry to the end of the loca table to identify the end of the last glyph's data.
 
  src/hb-subset-glyf.cc | 7 ++++++-
  1 file changed, 6 insertions(+), 1 deletion(-)
@@ -7916,8 +144610,7 @@ Date:   Thu Feb 8 18:18:16 2018 -0800
     Apply per table subsetting while building the new face in hb_subset.
 
  src/hb-subset-glyf.cc |   1 +
- src/hb-subset.cc      | 105
- ++++++++++++++++++++++++++++++--------------------
+ src/hb-subset.cc      | 105 ++++++++++++++++++++++++++++++--------------------
  2 files changed, 65 insertions(+), 41 deletions(-)
 
 commit 3e81832432a1cae0dc28242bb6ff279753effd27
@@ -7983,8 +144676,7 @@ commit 42234424a0fc43d298be082b4c7b1e288e94bbb6
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu Feb 8 15:11:15 2018 -0800
 
-    Fix include gaurds and include order in hb-subset-glyf and
-    hb-subset-plan
+    Fix include gaurds and include order in hb-subset-glyf and hb-subset-plan
 
  src/hb-subset-glyf.hh | 6 ++++--
  src/hb-subset-plan.cc | 2 +-
@@ -8023,9 +144715,7 @@ commit f9420d9effcfb3464d4b99e54decb3d90e4a410d
 Author: Garret Rieger <grieger@google.com>
 Date:   Thu Feb 8 11:30:36 2018 -0800
 
-    In the hb-subset to fontTools comparison, use ttx to compare the
-    fonts. This allows for some binary differences such as re-ordered
-    tables.
+    In the hb-subset to fontTools comparison, use ttx to compare the fonts. This allows for some binary differences such as re-ordered tables.
 
  test/subset/run-tests.py | 21 ++++++++++++++-------
  1 file changed, 14 insertions(+), 7 deletions(-)
@@ -8036,8 +144726,7 @@ Date:   Wed Feb 7 19:01:21 2018 -0800
 
     Implement basic loca (long version only) subsetting.
 
- src/hb-subset-glyf.cc | 66
- +++++++++++++++++++++++++++++++++++----------------
+ src/hb-subset-glyf.cc | 66 +++++++++++++++++++++++++++++++++++----------------
  1 file changed, 46 insertions(+), 20 deletions(-)
 
 commit f9c665fed1347f7af6d36ba129f9d174f4ac54dc
@@ -8055,8 +144744,7 @@ commit f2ceb5ee4d745e0e6e754f0b0ea16b29dbedbf1b
 Author: Garret Rieger <grieger@google.com>
 Date:   Wed Feb 7 16:47:31 2018 -0800
 
-    Comment out failing assert in test-subset-glyf for now. Should be
-    re-enabled once hb_subset is writing out a new face.
+    Comment out failing assert in test-subset-glyf for now. Should be re-enabled once hb_subset is writing out a new face.
 
  test/api/test-subset-glyf.c | 5 +++--
  1 file changed, 3 insertions(+), 2 deletions(-)
@@ -8070,8 +144758,7 @@ Date:   Wed Feb 7 16:32:56 2018 -0800
  test/api/Makefile.am                  |   4 +
  test/api/fonts/Roboto-Regular.abc.ttf | Bin 0 -> 2460 bytes
  test/api/fonts/Roboto-Regular.ac.ttf  | Bin 0 -> 2268 bytes
- test/api/test-subset-glyf.c           | 134
- ++++++++++++++++++++++++++++++++++
+ test/api/test-subset-glyf.c           | 134 ++++++++++++++++++++++++++++++++++
  4 files changed, 138 insertions(+)
 
 commit 217ed5e3c885532fa8b332cc0d0f9cb4eef32e2b
@@ -8098,8 +144785,7 @@ commit 0859a006695097c2a66a07284f3cc5b8de8edb05
 Author: Rod Sheeter <rsheeter@google.com>
 Date:   Wed Feb 7 15:59:36 2018 -0800
 
-    sketch a subset<T> and call it for cmap. Add subset to cmap, albeit
-    not working even for the msot basic case just yet
+    sketch a subset<T> and call it for cmap. Add subset to cmap, albeit not working even for the msot basic case just yet
 
  src/hb-ot-cmap-table.hh | 18 ++++++++++++++++--
  src/hb-subset.cc        | 30 ++++++++++++++++++++++++++++++
@@ -8110,7 +144796,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 8 17:22:07 2018 -0600
 
     Fix overflow in space fallback shaping
-
+    
     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=657466
 
  src/hb-ot-shape-fallback.cc | 2 +-
@@ -8121,7 +144807,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 8 17:14:52 2018 -0600
 
     Avoid undefined-behavior in fallback mark positioning
-
+    
     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5584
 
  src/hb-ot-shape-fallback.cc | 11 ++++++-----
@@ -8164,10 +144850,8 @@ Date:   Thu Feb 8 14:10:01 2018 -0600
 
  test/shaping/data/text-rendering-tests/DISABLED          |   2 ++
  test/shaping/data/text-rendering-tests/Makefile.sources  |   2 ++
- .../text-rendering-tests/fonts/TestMORXTwentyfive.ttf    | Bin 0 ->
- 3260 bytes
- .../text-rendering-tests/fonts/TestMORXTwentysix.ttf     | Bin 0 ->
- 3260 bytes
+ .../text-rendering-tests/fonts/TestMORXTwentyfive.ttf    | Bin 0 -> 3260 bytes
+ .../text-rendering-tests/fonts/TestMORXTwentysix.ttf     | Bin 0 -> 3260 bytes
  .../data/text-rendering-tests/tests/MORX-25.tests        |   9 +++++++++
  .../data/text-rendering-tests/tests/MORX-26.tests        |   2 ++
  6 files changed, 15 insertions(+)
@@ -8224,14 +144908,12 @@ Date:   Wed Feb 7 21:13:10 2018 -0600
 
     [subset] Assemble font
 
- src/hb-open-file-private.hh | 50
- +++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-open-file-private.hh | 50 +++++++++++++++++++++++++++++++++++++++++++-
  src/hb-open-type-private.hh | 33 +++++++++++++++++++++++------
  src/hb-ot-map-private.hh    | 10 ++++-----
  src/hb-private.hh           | 20 +++++++++++-------
  src/hb-set-private.hh       |  8 +++----
- src/hb-subset.cc            | 51
- +++++++++++++++++++++++++++++++++++++++------
+ src/hb-subset.cc            | 51 +++++++++++++++++++++++++++++++++++++++------
  test/api/test-subset.c      |  9 ++++++--
  7 files changed, 150 insertions(+), 31 deletions(-)
 
@@ -8240,7 +144922,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 7 18:07:45 2018 -0600
 
     [set] Respect stride
-
+    
     Ouch!
 
  src/hb-set-private.hh | 4 ++--
@@ -8269,9 +144951,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 7 16:44:52 2018 -0600
 
     [subset] Create new face and copy all tables to it
-
-    test-subset fails now because subset-face does not know how to
-    compile itself.
+    
+    test-subset fails now because subset-face does not know how to compile itself.
 
  src/hb-subset.cc | 37 ++++++++++++++++++++++++++-----------
  1 file changed, 26 insertions(+), 11 deletions(-)
@@ -8282,8 +144963,7 @@ Date:   Wed Feb 7 13:28:11 2018 -0800
 
     Refactor subset glyf to remove multiple calls to glyf.fini()
 
- src/hb-subset-glyf.cc | 52
- +++++++++++++++++++++++++++++----------------------
+ src/hb-subset-glyf.cc | 52 +++++++++++++++++++++++++++++----------------------
  1 file changed, 30 insertions(+), 22 deletions(-)
 
 commit 0a5d1440f829f07454592adde9dd3aa93ad74442
@@ -8292,8 +144972,7 @@ Date:   Wed Feb 7 13:09:54 2018 -0800
 
     Add implementation of glyf subsetting.
 
- src/hb-subset-glyf.cc | 81
- +++++++++++++++++++++++++++++++++++++++++++++++----
+ src/hb-subset-glyf.cc | 81 +++++++++++++++++++++++++++++++++++++++++++++++----
  1 file changed, 76 insertions(+), 5 deletions(-)
 
 commit 05d65baa1bb64664ba838993fd35f3899d52eb8d
@@ -8310,7 +144989,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 7 14:09:56 2018 -0600
 
     Fix two undefined-behavior issues
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/761
     Fixes https://github.com/harfbuzz/harfbuzz/issues/762
 
@@ -8343,13 +145022,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 7 13:47:35 2018 -0500
 
     [subset] Add hb_subset_face
-
+    
     It's a hb_face_t that has add_table() and in the future knows how to
     compile itself into a font blob.
 
  src/hb-private.hh |  9 ++++++
- src/hb-subset.cc  | 88
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-subset.cc  | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 97 insertions(+)
 
 commit af02812fc51812a7e2265a1100bbca1a5bf8af45
@@ -8361,8 +145039,7 @@ Date:   Wed Feb 7 13:07:46 2018 -0500
  src/hb-subset-plan.cc    | 12 ++++++++---
  src/hb-subset-plan.hh    |  2 +-
  src/hb-subset-private.hh | 10 ----------
- src/hb-subset.cc         | 52
- ++++++++----------------------------------------
+ src/hb-subset.cc         | 52 ++++++++----------------------------------------
  src/hb-subset.h          | 25 ++++++-----------------
  test/api/test-subset.c   |  9 +++++----
  util/hb-subset.cc        | 12 ++++++-----
@@ -8373,10 +145050,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 7 12:44:35 2018 -0500
 
     Remove NullPool visibility hack
-
+    
     We keep a separate private NullPool in libharfbuzz-subset.so
-    This can fire back later since now there are two separate null
-    objects,
+    This can fire back later since now there are two separate null objects,
     and comparisons to the null pool can be confused.  Something to deal
     with when it comes up. Ouch!
 
@@ -8388,8 +145064,7 @@ commit b95aa204ee284c47e63dc1e34b3c5b4bdf9e7ab7
 Author: Rod Sheeter <rsheeter@google.com>
 Date:   Wed Feb 7 09:37:06 2018 -0800
 
-    glyph ids to retain should most likely keep the glyph id not the
-    codepoint
+    glyph ids to retain should most likely keep the glyph id not the codepoint
 
  src/hb-subset-plan.cc | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -8467,8 +145142,7 @@ commit d0ce3c66e2af2785203f7bbb1d4abca5c226045d
 Author: Rod Sheeter <rsheeter@google.com>
 Date:   Tue Feb 6 16:58:35 2018 -0800
 
-    Resolve codepoints:glyph ids. Does not compile; undefined reference
-    to OT::_hb_NullPool
+    Resolve codepoints:glyph ids. Does not compile; undefined reference to OT::_hb_NullPool
 
  src/hb-subset-plan.cc    | 25 +++++++++++++++++++------
  src/hb-subset-plan.hh    |  2 +-
@@ -8513,8 +145187,7 @@ Date:   Mon Feb 5 17:26:25 2018 -0800
     Make hb-subset-plan private.
 
  src/Makefile.sources                        |  2 +-
- src/hb-subset-plan.cc                       | 27
- ++++++++++++++++-----------
+ src/hb-subset-plan.cc                       | 27 ++++++++++++++++-----------
  src/{hb-subset-plan.h => hb-subset-plan.hh} | 22 +++++++++++++---------
  3 files changed, 30 insertions(+), 21 deletions(-)
 
@@ -8549,8 +145222,7 @@ Date:   Mon Feb 5 15:22:30 2018 -0800
     Add a basic sketch of hb-subset-plan.
 
  src/Makefile.sources  |  2 ++
- src/hb-subset-plan.cc | 72
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-subset-plan.cc | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-subset-plan.h  | 49 +++++++++++++++++++++++++++++++++++
  3 files changed, 123 insertions(+)
 
@@ -8569,7 +145241,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Tue Feb 6 20:40:42 2018 +0330
 
     [test] Fix test-subset on old distros (#758)
-
+    
     https://developer.gnome.org/glib/stable/glib-Testing.html#g-assert-cmpmem
 
  test/api/test-subset.c | 4 ++++
@@ -8580,7 +145252,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 6 11:48:04 2018 -0500
 
     [aat] Adjust unsafe-to-break logic some more
-
+    
     I believe I'm happy with it now.
 
  src/hb-aat-layout-common-private.hh | 8 ++++----
@@ -8600,7 +145272,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 6 10:20:48 2018 -0500
 
     [buffer] Tweak diff re glyph_flags again
-
+    
     We expect the buffer to have no flags that the reference doesn't...
     Meh. Makes MORX tests pass now. Need to better define the behavior.
 
@@ -8630,7 +145302,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 5 19:51:09 2018 -0500
 
     Fix fallthrough compiler warning with gcc >= 7
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/755
 
  src/hb-private.hh | 3 +++
@@ -8655,12 +145327,12 @@ Date:   Sun Feb 4 20:22:07 2018 -0500
  1 file changed, 1 insertion(+), 6 deletions(-)
 
 commit fc1e82a5aef410138381bc8f5476dcff5679b464
-Merge: ae39fc81 2ea22893
+Merge: ae39fc817 2ea228935
 Author: Garret Rieger <grieger@google.com>
 Date:   Mon Feb 5 15:35:13 2018 -0800
 
     Merge pull request #754 from googlefonts/master
-
+    
     Fix build for subsetting code.
 
 commit 2ea228935d41b55fed45b7423b69bc15b42e3abc
@@ -8676,8 +145348,7 @@ commit c25898eb54217e2a1c681233a6b9adcd7940652e
 Author: Garret Rieger <grieger@google.com>
 Date:   Mon Feb 5 14:35:32 2018 -0800
 
-    Switch to fopen() instead of open() in subset test. open wasn't
-    compiling on windows.
+    Switch to fopen() instead of open() in subset test. open wasn't compiling on windows.
 
  util/hb-subset.cc | 13 ++++++-------
  1 file changed, 6 insertions(+), 7 deletions(-)
@@ -8686,8 +145357,7 @@ commit fc04f11ce1999da042a39c5b271351223033292f
 Author: Garret Rieger <grieger@google.com>
 Date:   Mon Feb 5 11:12:33 2018 -0800
 
-    Rename HB_SUBSET_sources -> HB_SUBSET_CLI_sources to match what
-    cmake is looking for.
+    Rename HB_SUBSET_sources -> HB_SUBSET_CLI_sources to match what cmake is looking for.
 
  util/Makefile.am      | 3 +--
  util/Makefile.sources | 2 +-
@@ -8734,14 +145404,13 @@ Date:   Sun Feb 4 20:08:50 2018 -0500
  3 files changed, 7 insertions(+), 7 deletions(-)
 
 commit 257022b1789f928975b04b5d214bbe9192e11997
-Merge: 3615f344 edcd3b80
+Merge: 3615f344e edcd3b80e
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 4 20:01:35 2018 -0500
 
     Merge pull request #745 from googlefonts/master
-
-    Interface for hb_subset, skeleton for the hb-subset cli, and basic
-    testing rigging.
+    
+    Interface for hb_subset, skeleton for the hb-subset cli, and basic testing rigging.
 
 commit 3615f344ec00059972d8ce75522022b5294764a7
 Author: Behdad Esfahbod <behdad@behdad.org>
@@ -8751,8 +145420,7 @@ Date:   Sun Feb 4 17:19:58 2018 -0500
 
  test/shaping/data/text-rendering-tests/DISABLED          |   1 +
  test/shaping/data/text-rendering-tests/Makefile.sources  |   3 ++-
- .../text-rendering-tests/fonts/TestMORXTwentythree.ttf   | Bin 0 ->
- 1836 bytes
+ .../text-rendering-tests/fonts/TestMORXTwentythree.ttf   | Bin 0 -> 1836 bytes
  .../data/text-rendering-tests/tests/MORX-23.tests        |   1 +
  4 files changed, 4 insertions(+), 1 deletion(-)
 
@@ -8761,21 +145429,20 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 4 14:58:02 2018 -0500
 
     [aat] Fix unsafe-to-break
-
+    
     At any position, if state is not zero, mark unsafe-to-break before,
     unless we can reason it safe.
-
+    
     At any position, if there's an action entry for end-of-text, mark
     unsafe to break.
-
+    
     Also changes buffer diff impl to allow for flag differences as long
     as the buffer glyph flags are superset of reference glyph flags.
-
+    
     With this, all MORX tests pass.
 
  src/hb-aat-layout-common-private.hh | 31 +++++++++++++++++++++++++------
- src/hb-aat-layout-morx-table.hh     | 35
- +++++++++++++++++++++++------------
+ src/hb-aat-layout-morx-table.hh     | 35 +++++++++++++++++++++++------------
  src/hb-buffer.cc                    |  2 +-
  3 files changed, 49 insertions(+), 19 deletions(-)
 
@@ -8785,8 +145452,7 @@ Date:   Sun Feb 4 12:31:24 2018 -0800
 
     Actually call hb_subset
 
- util/hb-subset.cc | 51
- ++++++++++++++++++++++++++++++++++-----------------
+ util/hb-subset.cc | 51 ++++++++++++++++++++++++++++++++++-----------------
  1 file changed, 34 insertions(+), 17 deletions(-)
 
 commit 7b01761adef6f64f1139b30c985aa5f52314073a
@@ -8838,8 +145504,7 @@ Date:   Thu Feb 1 18:22:14 2018 -0800
 
  test/subset/run-tests.py |  15 +++---
  util/Makefile.sources    |   3 ++
- util/hb-subset.cc        | 131
- +++++++++++++++++++++++++----------------------
+ util/hb-subset.cc        | 131 +++++++++++++++++++++++++----------------------
  3 files changed, 82 insertions(+), 67 deletions(-)
 
 commit ede84ffa426edb950c4ec4f89833c85475a1c64f
@@ -8901,11 +145566,9 @@ commit a2965f2ea5428c19be54f998ef9152c5ff6975ea
 Author: Garret Rieger <grieger@google.com>
 Date:   Wed Jan 31 14:53:09 2018 -0800
 
-    Add a basic implementation of hb-subset to enable compilation of
-    test-subset.
+    Add a basic implementation of hb-subset to enable compilation of test-subset.
 
- src/hb-subset.cc       | 146
- +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-subset.cc       | 146 +++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-subset.h        |   5 +-
  test/api/Makefile.am   |   1 +
  test/api/test-subset.c |  12 ++--
@@ -8915,11 +145578,9 @@ commit 38af23b8df1a84f24d379d27d1a1e20f9ce07f34
 Author: Garret Rieger <grieger@google.com>
 Date:   Wed Jan 31 11:32:23 2018 -0800
 
-    Make the expected output for subsetting basics test be equal to the
-    input file for now.
+    Make the expected output for subsetting basics test be equal to the input file for now.
 
- .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1996 ->
- 2460 bytes
+ .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1996 -> 2460 bytes
  1 file changed, 0 insertions(+), 0 deletions(-)
 
 commit b59c08eb045db2b6c952de81510b8159a4f72fb1
@@ -8928,20 +145589,17 @@ Date:   Wed Jan 31 11:14:53 2018 -0800
 
     Add the beginning of a unit test for hb-subset
 
- test/api/test-subset.c | 67
- ++++++++++++++++++++++++++++++++++++++++++++++++++
+ test/api/test-subset.c | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 67 insertions(+)
 
 commit e9d154ac8ddd2712a34c53c95a17e469f95e5b30
 Author: Rod Sheeter <rsheeter@google.com>
 Date:   Tue Jan 30 19:27:11 2018 -0800
 
-    tweak test failure output. write to a temp file not stdout. test
-    still fails because expected is not just an identical copy of input
+    tweak test failure output. write to a temp file not stdout. test still fails because expected is not just an identical copy of input
 
  test/subset/run-tests.py | 41 +++++++++++++++++++++++++++----------
- util/hb-subset.cc        | 53
- +++++++++++++++++++++++++++++++++---------------
+ util/hb-subset.cc        | 53 +++++++++++++++++++++++++++++++++---------------
  2 files changed, 67 insertions(+), 27 deletions(-)
 
 commit cf403e1a53381f293aceac5cdbe031bbb2a7af77
@@ -9000,16 +145658,14 @@ Date:   Fri Jan 26 16:57:42 2018 -0800
 
     WIP test runner for subset tests.
 
- test/subset/run-tests.py | 64
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ test/subset/run-tests.py | 64 ++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 64 insertions(+)
 
 commit cc46cd88a1b84b02694fa6d88c4286e93336f096
 Author: Garret Rieger <grieger@google.com>
 Date:   Fri Jan 26 14:25:39 2018 -0800
 
-    In generate-expected-outputs read the test definition with utf8
-    encoding.
+    In generate-expected-outputs read the test definition with utf8 encoding.
 
  test/subset/generate-expected-outputs.py | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
@@ -9018,16 +145674,14 @@ commit 4cdae914e2e2fff1ff91e2f42648a8acb82a5494
 Author: Garret Rieger <grieger@google.com>
 Date:   Fri Jan 26 13:57:48 2018 -0800
 
-    Add basic directory structure for subsetter integration tests. Plus
-    a utility for generating expected output files.
+    Add basic directory structure for subsetter integration tests. Plus a utility for generating expected output files.
 
  .../basics/Roboto-Regular.abc.default.62.ttf       | Bin 0 -> 1996 bytes
  test/subset/data/fonts/Roboto-Regular.abc.ttf      | Bin 0 -> 2460 bytes
  test/subset/data/profiles/default.txt              |   0
  test/subset/data/tests/basics.txt                  |   8 ++
  test/subset/generate-expected-outputs.py           |  40 ++++++++++
- test/subset/subset_test_suite.py                   |  82
- +++++++++++++++++++++
+ test/subset/subset_test_suite.py                   |  82 +++++++++++++++++++++
  6 files changed, 130 insertions(+)
 
 commit 9ccb8366f603a9e4a7a3c3f96420a19d4f6fb390
@@ -9039,8 +145693,7 @@ Date:   Wed Jan 17 22:09:07 2018 -0800
  src/Makefile.am       |  2 ++
  src/Makefile.sources  |  4 +++
  src/hb-subset.cc      |  0
- src/hb-subset.h       | 88
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-subset.h       | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++
  util/Makefile.am      |  3 ++
  util/Makefile.sources |  4 +++
  util/hb-subset.cc     | 61 +++++++++++++++++++++++++++++++++++
@@ -9051,9 +145704,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 4 14:45:02 2018 -0500
 
     [aat] More adjustment to ContextualSubtable
-
+    
     See comment.
-
+    
     With this, MORX-20 passes if I turn --verify off.  Our unsafe-to-break
     logic is currently broken in presence of end-of-text actions.  That's,
     ugh, extra work to fix.  Let me try...
@@ -9084,7 +145737,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 4 12:38:18 2018 -0500
 
     [configure] Fix wording
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/741
 
  configure.ac | 4 ++--
@@ -9095,7 +145748,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 2 16:08:50 2018 -0500
 
     [aat] In ContextualSubtable, mark mark after substituting mark
-
+    
     Fixes MORX-21.
 
  src/hb-aat-layout-morx-table.hh | 16 ++++++++--------
@@ -9106,7 +145759,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 2 15:53:25 2018 -0500
 
     [aat] Fix ContextualSubtable sanitization
-
+    
     Fixes MORX-18, MORX-19, and MORX-22.
 
  src/hb-aat-layout-morx-table.hh | 6 ++++--
@@ -9117,11 +145770,10 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Sun Feb 4 12:05:12 2018 +0200
 
     Correctly show documentation build status
-
-    Correctly show if building documentation is enabled or not in
-    configure
+    
+    Correctly show if building documentation is enabled or not in configure
     summary.
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/741
 
  configure.ac | 2 +-
@@ -9132,7 +145784,7 @@ Author: Bruce Mitchener <bruce.mitchener@gmail.com>
 Date:   Sun Feb 4 01:26:57 2018 +0700
 
     Enable use of atexit() on macOS and related platforms.
-
+    
     The atexit() man page indicates that this is expected to behave
     in the expected way on unloading of shared libraries.
 
@@ -9169,8 +145821,7 @@ Date:   Fri Feb 2 12:04:04 2018 -0500
  src/hb-ot-shape-complex-myanmar.cc                       |   5 +++++
  test/shaping/README.md                                   |  10 +++++-----
  test/shaping/data/in-house/Makefile.sources              |   1 +
- .../fonts/af3086380b743099c54a3b11b96766039ea62fcd.ttf   | Bin 0 ->
- 1536 bytes
+ .../fonts/af3086380b743099c54a3b11b96766039ea62fcd.ttf   | Bin 0 -> 1536 bytes
  test/shaping/data/in-house/tests/myanmar-syllable.tests  |   1 +
  6 files changed, 13 insertions(+), 6 deletions(-)
 
@@ -9214,7 +145865,7 @@ Author: Bruce Mitchener <bruce.mitchener@gmail.com>
 Date:   Wed Jan 31 22:24:51 2018 +0700
 
     [ot-layout] Fix nullptr dereference.
-
+    
     If the `calloc` for `gsub_accels` or `gpos_accels` fails, then the
     unlikely branch afterwards can be taken, which frees up the
     `hb_ot_layout_t`, but since those fields can now be `nullptr`, then
@@ -9228,10 +145879,10 @@ Author: Bruce Mitchener <bruce.mitchener@gmail.com>
 Date:   Wed Jan 31 20:24:27 2018 +0700
 
     [coretext] Fix memory leaks.
-
+    
     In `reference_table`, if the data is empty and we return early,
     we still need to release the data object.
-
+    
     In `hb_coretext_shape`, there two edge cases where an early
     return should release the attributed string.
 
@@ -9263,14 +145914,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jan 30 10:58:44 2018 -0800
 
     [aat] Limit number of DontAdvance transitions
-
+    
     Remove the faulty loop-detection logic. Use max-ops for breaking
     out of infinite loops or heavy work.
-
+    
     https://twitter.com/behdadesfahbod/status/958065026262183936
 
- src/hb-aat-layout-common-private.hh | 33
- ++-------------------------------
+ src/hb-aat-layout-common-private.hh | 33 ++-------------------------------
  1 file changed, 2 insertions(+), 31 deletions(-)
 
 commit e00743b47d25a2487b7f232a514a042e2962a089
@@ -9281,18 +145931,12 @@ Date:   Mon Jan 29 10:07:05 2018 -0800
 
  test/shaping/data/text-rendering-tests/DISABLED          |   7 +++++++
  test/shaping/data/text-rendering-tests/Makefile.sources  |   7 +++++++
- .../data/text-rendering-tests/fonts/TestMORXEighteen.ttf | Bin 0 ->
- 3256 bytes
- .../text-rendering-tests/fonts/TestMORXSeventeen.ttf     | Bin 0 ->
- 1788 bytes
- .../data/text-rendering-tests/fonts/TestMORXSixteen.ttf  | Bin 0 ->
- 1812 bytes
- .../data/text-rendering-tests/fonts/TestMORXTwenty.ttf   | Bin 0 ->
- 3232 bytes
- .../text-rendering-tests/fonts/TestMORXTwentyone.ttf     | Bin 0 ->
- 3244 bytes
- .../text-rendering-tests/fonts/TestMORXTwentytwo.ttf     | Bin 0 ->
- 3256 bytes
+ .../data/text-rendering-tests/fonts/TestMORXEighteen.ttf | Bin 0 -> 3256 bytes
+ .../text-rendering-tests/fonts/TestMORXSeventeen.ttf     | Bin 0 -> 1788 bytes
+ .../data/text-rendering-tests/fonts/TestMORXSixteen.ttf  | Bin 0 -> 1812 bytes
+ .../data/text-rendering-tests/fonts/TestMORXTwenty.ttf   | Bin 0 -> 3232 bytes
+ .../text-rendering-tests/fonts/TestMORXTwentyone.ttf     | Bin 0 -> 3244 bytes
+ .../text-rendering-tests/fonts/TestMORXTwentytwo.ttf     | Bin 0 -> 3256 bytes
  .../data/text-rendering-tests/tests/MORX-14.tests        |   1 +
  .../data/text-rendering-tests/tests/MORX-16.tests        |   1 +
  .../data/text-rendering-tests/tests/MORX-17.tests        |   1 +
@@ -9336,7 +145980,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 26 18:14:05 2018 -0800
 
     Misc warning fixes
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/712
 
  src/hb-ot-layout-gsubgpos-private.hh | 9 ++++-----
@@ -9349,9 +145993,9 @@ Author: bungeman <bungeman@chromium.org>
 Date:   Fri Jan 26 13:38:06 2018 -0500
 
     Use KernSubTableFormat2::rightClassTable
-
+    
     Issue originally reported at http://cppfiles.com/chromium.txt .
-
+    
     This fixes what appears to be a copy - paste issue which causes both
     KernSubTableFormat2::rightClassTable and the 'right' argument to
     KernSubTableFormat2::get_kerning to go unused.
@@ -9423,9 +146067,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 19 18:36:39 2018 -0800
 
     [aat] Fix Ligature matching
-
-    I hope... Makes "ffi" work with Zapfino. I'm not sure if doing it
-    correctly though...
+    
+    I hope... Makes "ffi" work with Zapfino. I'm not sure if doing it correctly though...
 
  src/hb-aat-layout-morx-table.hh | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
@@ -9444,12 +146087,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 19 18:08:56 2018 -0800
 
     [aat] Implement LigatureSubtable
-
+    
     We form the Zapfino ligature now. Yay! No further testing done.
 
  src/hb-aat-layout-common-private.hh |  25 ++++++---
- src/hb-aat-layout-morx-table.hh     | 108
- +++++++++++++++++++++++++++++++++---
+ src/hb-aat-layout-morx-table.hh     | 108 +++++++++++++++++++++++++++++++++---
  2 files changed, 115 insertions(+), 18 deletions(-)
 
 commit f07ce661a2056965c573c99bdb721c065563ea7b
@@ -9457,7 +146099,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 19 16:52:01 2018 -0800
 
     [aat] Embed a sanitizer context in hb_aat_apply_context_t
-
+    
     For run-time checking.
 
  src/hb-aat-layout-common-private.hh | 22 ++++++++++++++++------
@@ -9488,8 +146130,7 @@ Date:   Wed Jan 17 16:46:51 2018 -0800
  src/hb-aat-layout.cc                       |  2 +-
  src/hb-ot-layout-gpos-table.hh             | 48 ++++++++++++-------------
  src/hb-ot-layout-gsub-table.hh             | 24 ++++++-------
- src/hb-ot-layout-gsubgpos-private.hh       | 58
- +++++++++++++++---------------
+ src/hb-ot-layout-gsubgpos-private.hh       | 58 +++++++++++++++---------------
  src/hb-ot-layout-private.hh                |  4 +--
  src/hb-ot-layout.cc                        | 16 ++++-----
  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
@@ -9521,13 +146162,13 @@ Author: Cosimo Lupo <cosimo@anthrotype.com>
 Date:   Thu Jan 18 22:49:40 2018 +0100
 
     hb-common.cc: Hatran script is right-to-left (#714)
-
+    
     "Hatran is written from right to left horizontally"
-
+    
     http://www.unicode.org/L2/L2012/12312-n4324-hatran.pdf
-
+    
     This ancient script was added with Unicode 8.0.
-
+    
     Also this spreadsheet (referenced in an inline comment in the
     source code) has it as RTL: http://goo.gl/x9ilM
 
@@ -9538,8 +146179,7 @@ commit 00806149b9b591e4ec15996d3d56bdbd60687821
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Fri Jan 19 01:12:31 2018 +0330
 
-    Improve avoiding C++ linkage, definition creation and cmake tests
-    (#710)
+    Improve avoiding C++ linkage, definition creation and cmake tests (#710)
 
  .circleci/config.yml |  4 ++--
  CMakeLists.txt       | 46 ++++++++++++++++++++++++++--------------------
@@ -9573,7 +146213,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 17 09:47:50 2018 -0800
 
     Typo
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/711
 
  util/options.cc | 2 +-
@@ -9612,7 +146252,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 15 20:46:58 2018 -0500
 
     Disable MORX-13/14
-
+    
     Really, need better way to catch these :(.
 
  test/shaping/data/text-rendering-tests/DISABLED         | 2 ++
@@ -9624,7 +146264,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 15 20:44:10 2018 -0500
 
     Disallow sanitize recursing into Extension subtables multiple times
-
+    
     Fixes https://oss-fuzz.com/v2/testcase-detail/5216838347653120
     which is a stack overflow, not by way of infinite recursion, just
     being deep.  That's disallowed anyway, so catch it as it happens,
@@ -9669,8 +146309,7 @@ Date:   Sun Jan 14 15:03:31 2018 -0500
 
     [aat] Towards implementing LigatureSubtable
 
- src/hb-aat-layout-morx-table.hh | 61
- +++++++++++++++++++++++++++++++++++++++--
+ src/hb-aat-layout-morx-table.hh | 61 +++++++++++++++++++++++++++++++++++++++--
  1 file changed, 58 insertions(+), 3 deletions(-)
 
 commit c9e12a2b9b34d73d37def2261a5c1a7ef20b8349
@@ -9689,10 +146328,8 @@ Date:   Sat Jan 13 14:44:39 2018 +0000
     [test/text-rendering-tests] Update from upstream
 
  test/shaping/data/text-rendering-tests/Makefile.sources  |   2 ++
- .../data/text-rendering-tests/fonts/TestMORXFourteen.ttf | Bin 0 ->
- 1816 bytes
- .../data/text-rendering-tests/fonts/TestMORXThirteen.ttf | Bin 0 ->
- 1820 bytes
+ .../data/text-rendering-tests/fonts/TestMORXFourteen.ttf | Bin 0 -> 1816 bytes
+ .../data/text-rendering-tests/fonts/TestMORXThirteen.ttf | Bin 0 -> 1820 bytes
  .../data/text-rendering-tests/tests/MORX-13.tests        |   1 +
  .../data/text-rendering-tests/tests/MORX-14.tests        |   1 +
  5 files changed, 4 insertions(+)
@@ -9702,9 +146339,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 12 12:04:53 2018 +0100
 
     [aat] Fix some struct sizes
-
-    I hate it that with my compiler at least, it doesn't catch totally
-    uncompilable
+    
+    I hate it that with my compiler at least, it doesn't catch totally uncompilable
     statements in templates if they are not used...
 
  src/hb-aat-layout-common-private.hh | 2 +-
@@ -9735,7 +146371,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 12 11:31:20 2018 +0100
 
     [aat] Fix symbol visibility
-
+    
     Not sure why only one of the bots sees this as visible...
 
  src/hb-aat-layout-morx-table.hh | 2 +-
@@ -9775,8 +146411,7 @@ Date:   Fri Jan 12 11:09:21 2018 +0100
 
     [aat] Detect infinite-loops in state machine
 
- src/hb-aat-layout-common-private.hh | 36
- +++++++++++++++++++++++++++++-------
+ src/hb-aat-layout-common-private.hh | 36 +++++++++++++++++++++++++++++-------
  1 file changed, 29 insertions(+), 7 deletions(-)
 
 commit d514f1480cffb81850ef212155c66ee9e0383350
@@ -9811,7 +146446,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 12 09:46:38 2018 +0100
 
     Disable C++11
-
+    
     To better catch errors locally.
 
  configure.ac | 2 +-
@@ -9822,9 +146457,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 12 09:45:42 2018 +0100
 
     [aat] Fix more builds
-
-    Maybe I should disable C++11 detection such that my compiler also
-    catches
+    
+    Maybe I should disable C++11 detection such that my compiler also catches
     these.  Doesn't look like we can switch to it for a while anyway...
 
  src/hb-aat-layout-common-private.hh |  2 +-
@@ -9845,7 +146479,7 @@ Author: Ting-Wei Lan <lantw@src.gnome.org>
 Date:   Fri Jan 12 15:33:16 2018 +0800
 
     Update _POSIX_C_SOURCE to the latest version
-
+    
     Defining _POSIX_C_SOURCE to an old version on FreeBSD can cause C99 to
     be disabled in libc.
 
@@ -9858,8 +146492,7 @@ Date:   Fri Jan 12 00:08:22 2018 +0100
 
     [aat] Port RearrangementSubtable to StateTableDriver
 
- src/hb-aat-layout-morx-table.hh | 91
- ++++++++++++++++++++---------------------
+ src/hb-aat-layout-morx-table.hh | 91 ++++++++++++++++++++---------------------
  1 file changed, 44 insertions(+), 47 deletions(-)
 
 commit 117cfe7bb7cef682eb151b94f1eb12363ba3af67
@@ -9869,8 +146502,7 @@ Date:   Fri Jan 12 00:01:36 2018 +0100
     [aat] Add StateTableDriver and convert ContextualSubtable to it
 
  src/hb-aat-layout-common-private.hh | 51 ++++++++++++++++++++
- src/hb-aat-layout-morx-table.hh     | 93
- ++++++++++++++++++-------------------
+ src/hb-aat-layout-morx-table.hh     | 93 ++++++++++++++++++-------------------
  2 files changed, 95 insertions(+), 49 deletions(-)
 
 commit 0d39ac224c680b1f0134b58e78391497fbe47370
@@ -9887,7 +146519,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 11 22:46:19 2018 +0100
 
     [test] Disable MORX-12
-
+    
     Ouch. I need a better workflow for this.
 
  test/shaping/data/text-rendering-tests/Makefile.sources | 1 -
@@ -9898,12 +146530,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 11 22:43:57 2018 +0100
 
     [aat] Remove 'mort' support
-
+    
     It's dead, Jim!
 
  src/hb-aat-layout-common-private.hh |  55 +++++-----------
- src/hb-aat-layout-morx-table.hh     | 122
- ++++++++++--------------------------
+ src/hb-aat-layout-morx-table.hh     | 122 ++++++++++--------------------------
  2 files changed, 46 insertions(+), 131 deletions(-)
 
 commit 7e2fed6d73f89986e5777028cdcd24e3baf2f86c
@@ -9911,10 +146542,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 11 19:25:21 2018 +0100
 
     [aat] Allow DontAdvance
-
+    
     Apparently CoreText does allow these.  To be done: detect infinite
     loops.
-
+    
     Fixes MORX-12 test.
 
  src/hb-aat-layout-morx-table.hh | 4 ++--
@@ -9928,8 +146559,7 @@ Date:   Thu Jan 11 19:22:37 2018 +0100
 
  test/shaping/data/text-rendering-tests/DISABLED          |   1 +
  test/shaping/data/text-rendering-tests/Makefile.sources  |   2 ++
- .../data/text-rendering-tests/fonts/TestMORXTwelve.ttf   | Bin 0 ->
- 2200 bytes
+ .../data/text-rendering-tests/fonts/TestMORXTwelve.ttf   | Bin 0 -> 2200 bytes
  .../data/text-rendering-tests/tests/MORX-12.tests        |   3 +++
  4 files changed, 6 insertions(+)
 
@@ -9940,8 +146570,7 @@ Date:   Thu Jan 11 18:54:49 2018 +0100
     [aat] Sanitize ContextualSubtable
 
  src/hb-aat-layout-common-private.hh | 23 +++++++++++++++++++----
- src/hb-aat-layout-morx-table.hh     | 34
- ++++++++++++++++++++++++----------
+ src/hb-aat-layout-morx-table.hh     | 34 ++++++++++++++++++++++++----------
  2 files changed, 43 insertions(+), 14 deletions(-)
 
 commit 9b82aa19d812e70b7fade4b7669a9ce27855951e
@@ -9959,8 +146588,7 @@ Date:   Thu Jan 11 18:15:53 2018 +0100
 
     [aat] Sanitize StateTable
 
- src/hb-aat-layout-common-private.hh | 43
- ++++++++++++++++++++++++++++++++++---
+ src/hb-aat-layout-common-private.hh | 43 ++++++++++++++++++++++++++++++++++---
  1 file changed, 40 insertions(+), 3 deletions(-)
 
 commit 0e3b3379a04a67a22e44e17d6bf849359f4fca68
@@ -9986,7 +146614,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 11 17:57:46 2018 +0100
 
     [buffer] Fix compiler warnings
-
+    
     line 323: Warning: info hides hb_buffer_t::info
     ...
 
@@ -9998,14 +146626,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 11 17:41:34 2018 +0100
 
     [aat] Make bots happy
-
-    Don't know why this is not caught by my compiler.  Looks like clang
-    catches it
+    
+    Don't know why this is not caught by my compiler.  Looks like clang catches it
     while gcc doesn't.
-
+    
     In file included from ../src/hb-aat-layout-morx-table.hh:31:
-    ../src/hb-aat-layout-common-private.hh:523:30: error: no member named
-    'static_size' in 'AAT::ContextualSubtable<AAT::MorxTypes>::EntryData'
+    ../src/hb-aat-layout-common-private.hh:523:30: error: no member named 'static_size' in 'AAT::ContextualSubtable<AAT::MorxTypes>::EntryData'
       DEFINE_SIZE_STATIC (4 + T::static_size);
                                 ~~~^
 
@@ -10016,9 +146642,8 @@ commit f6be730994434e706cc27d68b796492d876e82b6
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 11 15:23:24 2018 +0100
 
-    [aat] In NoncontextualSubtable, handle MarkLast with end-of-line
-    transition
-
+    [aat] In NoncontextualSubtable, handle MarkLast with end-of-line transition
+    
     Fixes MORX-11 test.
 
  src/hb-aat-layout-morx-table.hh | 4 ++--
@@ -10032,8 +146657,7 @@ Date:   Thu Jan 11 15:18:22 2018 +0100
 
  test/shaping/data/text-rendering-tests/DISABLED          |   3 ++-
  test/shaping/data/text-rendering-tests/Makefile.sources  |   3 ++-
- .../data/text-rendering-tests/fonts/TestMORXEleven.ttf   | Bin 0 ->
- 1624 bytes
+ .../data/text-rendering-tests/fonts/TestMORXEleven.ttf   | Bin 0 -> 1624 bytes
  .../data/text-rendering-tests/tests/MORX-11.tests        |   1 +
  4 files changed, 5 insertions(+), 2 deletions(-)
 
@@ -10042,11 +146666,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 11 15:15:07 2018 +0100
 
     [aat] Implement ContextualSubtable
-
+    
     Tested with Zapfino and text "2nd". Sascha will create tests later.
 
- src/hb-aat-layout-morx-table.hh | 70
- ++++++++++++++++++++++++++++++++++++++---
+ src/hb-aat-layout-morx-table.hh | 70 ++++++++++++++++++++++++++++++++++++++---
  1 file changed, 66 insertions(+), 4 deletions(-)
 
 commit 335a9c1fe489db53549801b4996dd0f6f5eded62
@@ -10056,8 +146679,7 @@ Date:   Thu Jan 11 14:50:47 2018 +0100
     [aat] Towards implementing ContextualSubtable
 
  src/hb-aat-layout-common-private.hh | 58 ++++++++++++++++++++++--
- src/hb-aat-layout-morx-table.hh     | 88
- ++++++++++++++++++++++++++-----------
+ src/hb-aat-layout-morx-table.hh     | 88 ++++++++++++++++++++++++++-----------
  2 files changed, 117 insertions(+), 29 deletions(-)
 
 commit 62348f647f7b1604e008dbed46a54eff245fc106
@@ -10065,7 +146687,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 11 12:00:28 2018 +0100
 
     [aat] Implement end-of-text in state machine
-
+    
     Passes MORX-10 test now.
 
  src/hb-aat-layout-morx-table.hh | 10 ++++++----
@@ -10078,10 +146700,8 @@ Date:   Thu Jan 11 11:55:29 2018 +0100
     [test/text-rendering-tests] Update from upstream
 
  test/shaping/data/text-rendering-tests/DISABLED          |   1 +
- test/shaping/data/text-rendering-tests/Makefile.sources  |  11
- ++++++-----
- .../data/text-rendering-tests/fonts/TestMORXTen.ttf      | Bin 0 ->
- 1620 bytes
+ test/shaping/data/text-rendering-tests/Makefile.sources  |  11 ++++++-----
+ .../data/text-rendering-tests/fonts/TestMORXTen.ttf      | Bin 0 -> 1620 bytes
  .../data/text-rendering-tests/tests/MORX-10.tests        |   1 +
  4 files changed, 8 insertions(+), 5 deletions(-)
 
@@ -10108,7 +146728,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 11 11:49:07 2018 +0100
 
     [aat] Generate finegrained unsafe-to-break in state-machine!
-
+    
     Neato.
 
  src/hb-aat-layout-morx-table.hh | 11 +++++++++--
@@ -10138,10 +146758,8 @@ Date:   Thu Jan 11 10:48:42 2018 +0100
 
     [test/in-house] Add Makefile.sources
 
- test/shaping/data/in-house/Makefile.am      | 46
- ++---------------------------
- test/shaping/data/in-house/Makefile.sources | 46
- +++++++++++++++++++++++++++++
+ test/shaping/data/in-house/Makefile.am      | 46 ++---------------------------
+ test/shaping/data/in-house/Makefile.sources | 46 +++++++++++++++++++++++++++++
  2 files changed, 48 insertions(+), 44 deletions(-)
 
 commit 7c32e01d04deaab511d41f5dec0dfd9fc0469f39
@@ -10162,13 +146780,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 11 10:30:22 2018 +0100
 
     [test/text-rendering-tests] Update from upstream
-
+    
     Also adds an update.sh script that does this automatically.
 
- test/shaping/data/text-rendering-tests/Makefile.am |  52
- +++------------------
- .../data/text-rendering-tests/Makefile.sources     |  51
- ++++++++++++++++++++
+ test/shaping/data/text-rendering-tests/Makefile.am |  52 +++------------------
+ .../data/text-rendering-tests/Makefile.sources     |  51 ++++++++++++++++++++
  .../text-rendering-tests/fonts/TestMORXEight.ttf   | Bin 0 -> 2184 bytes
  .../text-rendering-tests/fonts/TestMORXNine.ttf    | Bin 0 -> 1624 bytes
  .../data/text-rendering-tests/tests/MORX-5.tests   |  25 ++++++++++
@@ -10176,8 +146792,7 @@ Date:   Thu Jan 11 10:30:22 2018 +0100
  .../data/text-rendering-tests/tests/MORX-7.tests   |   1 +
  .../data/text-rendering-tests/tests/MORX-8.tests   |   3 ++
  .../data/text-rendering-tests/tests/MORX-9.tests   |   1 +
- test/shaping/data/text-rendering-tests/update.sh   |  48
- +++++++++++++++++++
+ test/shaping/data/text-rendering-tests/update.sh   |  48 +++++++++++++++++++
  10 files changed, 136 insertions(+), 46 deletions(-)
 
 commit c861daacc4255d41d2358868b917277422949dc9
@@ -10216,7 +146831,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 11 09:57:55 2018 +0100
 
     [aat] Mark state-machine-based lookup as completely unsafe-to-break
-
+    
     To be improved later.
 
  src/hb-aat-layout-morx-table.hh | 2 ++
@@ -10229,8 +146844,7 @@ Date:   Thu Jan 11 09:15:34 2018 +0100
     [aat] Implement RearrangementSubtable
 
  src/hb-aat-layout-common-private.hh |  89 ++++++++++++++++-
- src/hb-aat-layout-morx-table.hh     | 192
- +++++++++++++++++++++++++++++++-----
+ src/hb-aat-layout-morx-table.hh     | 192 +++++++++++++++++++++++++++++++-----
  src/hb-open-type-private.hh         |   2 -
  src/hb-private.hh                   |   7 +-
  4 files changed, 254 insertions(+), 36 deletions(-)
@@ -10240,7 +146854,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Thu Jan 11 12:33:22 2018 +0330
 
     Move the #define of _GNU_SOURCE to the top of hb-private.hh (#697)
-
+    
     This fixes the build on Cygwin.
 
  src/hb-private.hh | 4 ++--
@@ -10260,7 +146874,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Thu Jan 11 08:48:22 2018 +0330
 
     [test] Better tests output by converting stderr to stdout (#696)
-
+    
     https://gitlab.kitware.com/cmake/cmake/issues/17630
 
  test/shaping/run-tests.py | 18 +++++++++---------
@@ -10282,8 +146896,7 @@ Date:   Wed Jan 10 23:51:56 2018 +0330
 
     [cmake] Another try on making sure feature testing is working (#691)
 
- .circleci/config.yml | 131
- ++++++++++++++++++++++++++++-----------------------
+ .circleci/config.yml | 131 ++++++++++++++++++++++++++++-----------------------
  CMakeLists.txt       |  17 ++++---
  2 files changed, 79 insertions(+), 69 deletions(-)
 
@@ -10301,7 +146914,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 10 13:54:36 2018 +0100
 
     [util] Set stdio files to line buffering
-
+    
     So we can stream lines to hb-shape and read output.
 
  util/options.cc | 4 ++++
@@ -10312,7 +146925,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 10 11:09:53 2018 +0100
 
     [aat] Add Class subtable thingy
-
+    
     From old 'mort' table.
 
  src/hb-aat-layout-common-private.hh | 24 ++++++++++++++++++++++++
@@ -10325,8 +146938,7 @@ Date:   Wed Jan 10 15:45:12 2018 +0330
     [cmake] Add header existence tests (#685)
 
  .circleci/config.yml        |  4 ++--
- CMakeLists.txt              | 53
- ++++++++++++++++++++++++++++++---------------
+ CMakeLists.txt              | 53 ++++++++++++++++++++++++++++++---------------
  test/shaping/CMakeLists.txt |  1 -
  3 files changed, 37 insertions(+), 21 deletions(-)
 
@@ -10344,7 +146956,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Wed Jan 10 07:12:07 2018 +0200
 
     Improve HB_BUFFER_SERIALIZE_FLAG_NO_ADVANCES docs
-
+    
     Add the note about absolute glyph positions from the commit message.
 
  src/hb-buffer.h | 3 ++-
@@ -10357,8 +146969,7 @@ Date:   Wed Jan 10 05:40:43 2018 +0100
     [test] Move test handling to sundirectories
 
  configure.ac                                       |  3 +
- test/shaping/Makefile.am                           | 98
- +---------------------
+ test/shaping/Makefile.am                           | 98 +---------------------
  test/shaping/data/Makefile.am                      |  9 ++
  test/shaping/data/in-house/Makefile.am             | 58 +++++++++++++
  test/shaping/data/text-rendering-tests/Makefile.am | 60 +++++++++++++
@@ -10378,13 +146989,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 10 05:13:47 2018 +0100
 
     Calculate anchor positions in float, then round
-
+    
     Hoping to reduce rounding error, to make tests happier...
     No luck.
 
  src/hb-font-private.hh         |  6 ++++++
- src/hb-ot-layout-gpos-table.hh | 44
- +++++++++++++++++++++---------------------
+ src/hb-ot-layout-gpos-table.hh | 44 +++++++++++++++++++++---------------------
  2 files changed, 28 insertions(+), 22 deletions(-)
 
 commit 0b28e1199d62765db4e855756b96022e423dcc17
@@ -10401,7 +147011,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 10 04:33:08 2018 +0100
 
     Round, instead of floor, when applying variations
-
+    
     Hoping this would fix remaining text-rendering-tests failures,
     but so far no luck.
 
@@ -10442,7 +147052,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 10 03:49:32 2018 +0100
 
     [test] Another try
-
+    
     Making cmake happy this time.
 
  test/shaping/Makefile.am | 4 +++-
@@ -10453,7 +147063,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 10 03:48:09 2018 +0100
 
     [test] Fix text disabling
-
+    
     Ouch, make!
 
  test/shaping/Makefile.am | 27 ++++++++++++++-------------
@@ -10482,11 +147092,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 10 03:35:20 2018 +0100
 
     Add HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLES
-
+    
     New API:
     HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLES
     hb-shape / hb-view --remove-default-ignorables
-
+    
     One more text-rendering-tests test passing.  Eleven failing.
 
  src/hb-buffer.h                                    | 17 ++++--
@@ -10530,11 +147140,9 @@ Date:   Wed Jan 10 03:35:20 2018 +0100
  .../data/text-rendering-tests/tests/SHBALI-1.tests | 44 +++++++-------
  .../data/text-rendering-tests/tests/SHBALI-2.tests | 24 ++++----
  .../data/text-rendering-tests/tests/SHBALI-3.tests | 18 +++---
- .../data/text-rendering-tests/tests/SHKNDA-1.tests | 68
- +++++++++++-----------
+ .../data/text-rendering-tests/tests/SHKNDA-1.tests | 68 +++++++++++-----------
  .../data/text-rendering-tests/tests/SHKNDA-2.tests | 32 +++++-----
- .../data/text-rendering-tests/tests/SHKNDA-3.tests | 62
- ++++++++++----------
+ .../data/text-rendering-tests/tests/SHKNDA-3.tests | 62 ++++++++++----------
  util/options.cc                                    |  1 +
  util/options.hh                                    | 14 +++--
  46 files changed, 435 insertions(+), 419 deletions(-)
@@ -10544,12 +147152,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 10 03:22:08 2018 +0100
 
     [test/text-rendering-tests] Hook up font variations
-
+    
     Six more passing. Twelve failing now.
 
  .../data/text-rendering-tests/extract-tests.py     |  6 +++-
- .../data/text-rendering-tests/tests/AVAR-1.tests   | 34
- +++++++++++-----------
+ .../data/text-rendering-tests/tests/AVAR-1.tests   | 34 +++++++++++-----------
  .../data/text-rendering-tests/tests/CFF2-1.tests   | 18 ++++++------
  .../data/text-rendering-tests/tests/CVAR-1.tests   |  6 ++--
  .../data/text-rendering-tests/tests/CVAR-2.tests   |  6 ++--
@@ -10572,30 +147179,25 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 10 03:16:56 2018 +0100
 
     [test] Add tests from text-rendering-tests repo
-
+    
     https://github.com/unicode-org/text-rendering-tests
 
  test/shaping/Makefile.am                           |  44 ++++++++++++++-
  .../fonts/AdobeVFPrototype-Subset.otf              | Bin 0 -> 7096 bytes
- .../text-rendering-tests/fonts/FDArrayTest257.otf  | Bin 0 -> 145212
- bytes
- .../fonts/FDArrayTest65535.otf                     | Bin 0 -> 492740
- bytes
+ .../text-rendering-tests/fonts/FDArrayTest257.otf  | Bin 0 -> 145212 bytes
+ .../fonts/FDArrayTest65535.otf                     | Bin 0 -> 492740 bytes
  .../fonts/NotoSansBalinese-Regular.ttf             | Bin 0 -> 32304 bytes
  .../fonts/NotoSansKannada-Regular.ttf              | Bin 0 -> 83868 bytes
  .../fonts/NotoSerifKannada-Regular.ttf             | Bin 0 -> 96936 bytes
- .../text-rendering-tests/fonts/Selawik-README.md   |  60
- +++++++++++++++++++++
- .../fonts/Selawik-variable.ttf                     | Bin 0 -> 481504
- bytes
+ .../text-rendering-tests/fonts/Selawik-README.md   |  60 +++++++++++++++++++++
+ .../fonts/Selawik-variable.ttf                     | Bin 0 -> 481504 bytes
  .../data/text-rendering-tests/fonts/TestAVAR.ttf   | Bin 0 -> 1608 bytes
  .../data/text-rendering-tests/fonts/TestCMAP14.otf | Bin 0 -> 1628 bytes
  .../fonts/TestCMAPMacTurkish.ttf                   | Bin 0 -> 19644 bytes
  .../text-rendering-tests/fonts/TestCVARGVAROne.ttf | Bin 0 -> 12336 bytes
  .../text-rendering-tests/fonts/TestCVARGVARTwo.ttf | Bin 0 -> 12256 bytes
  .../text-rendering-tests/fonts/TestGLYFOne.ttf     | Bin 0 -> 1516 bytes
- .../text-rendering-tests/fonts/TestGPOSFour.ttf    | Bin 0 -> 315020
- bytes
+ .../text-rendering-tests/fonts/TestGPOSFour.ttf    | Bin 0 -> 315020 bytes
  .../text-rendering-tests/fonts/TestGPOSOne.ttf     | Bin 0 -> 10384 bytes
  .../text-rendering-tests/fonts/TestGPOSThree.ttf   | Bin 0 -> 3500 bytes
  .../text-rendering-tests/fonts/TestGPOSTwo.otf     | Bin 0 -> 1680 bytes
@@ -10613,8 +147215,7 @@ Date:   Wed Jan 10 03:16:56 2018 +0100
  .../text-rendering-tests/fonts/TestMORXOne.ttf     | Bin 0 -> 2404 bytes
  .../text-rendering-tests/fonts/TestMORXThree.ttf   | Bin 0 -> 4104 bytes
  .../text-rendering-tests/fonts/TestMORXTwo.ttf     | Bin 0 -> 4960 bytes
- .../text-rendering-tests/fonts/TestShapeAran.ttf   | Bin 0 -> 116044
- bytes
+ .../text-rendering-tests/fonts/TestShapeAran.ttf   | Bin 0 -> 116044 bytes
  .../text-rendering-tests/fonts/TestShapeEthi.ttf   | Bin 0 -> 5292 bytes
  .../data/text-rendering-tests/fonts/Zycon.ttf      | Bin 0 -> 21036 bytes
  .../data/text-rendering-tests/tests/AVAR-1.tests   |  17 ++++++
@@ -10665,7 +147266,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 10 03:07:30 2018 +0100
 
     Prefix int types with HB
-
+    
     Such a headache that Windows defines UINT8, ...; Just prefix it.
 
  src/hb-aat-layout-common-private.hh  |  29 +++---
@@ -10682,8 +147283,7 @@ Date:   Wed Jan 10 03:07:30 2018 +0100
  src/hb-ot-layout-gdef-table.hh       |  22 ++---
  src/hb-ot-layout-gpos-table.hh       |  94 +++++++++----------
  src/hb-ot-layout-gsub-table.hh       |  30 +++---
- src/hb-ot-layout-gsubgpos-private.hh | 172
- +++++++++++++++++------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 172 +++++++++++++++++------------------
  src/hb-ot-math-table.hh              |  26 +++---
  src/hb-ot-maxp-table.hh              |   2 +-
  src/hb-ot-name-table.hh              |  16 ++--
@@ -10700,15 +147300,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 10 02:56:29 2018 +0100
 
     [aat] Try fixing VC bots
-
-    c:\projects\harfbuzz\src\hb-aat-layout-common-private.hh(51):
-    error C2872: 'UINT16': ambiguous symbol
-    [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
-    C:\Program Files (x86)\Windows
-    Kits\10\Include\10.0.14393.0\shared\basetsd.h(80): note: could be
-    'unsigned short UINT16'
-    c:\projects\harfbuzz\src\hb-open-type-private.hh(648): note: or
-    'OT::UINT16'
+    
+    c:\projects\harfbuzz\src\hb-aat-layout-common-private.hh(51): error C2872: 'UINT16': ambiguous symbol [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
+    C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\shared\basetsd.h(80): note: could be 'unsigned short UINT16'
+    c:\projects\harfbuzz\src\hb-open-type-private.hh(648): note: or       'OT::UINT16'
 
  src/hb-aat-layout-common-private.hh | 3 +++
  src/hb-aat-layout-morx-table.hh     | 3 +++
@@ -10719,7 +147314,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 10 02:49:36 2018 +0100
 
     Disable processing of morx table in ot shaper
-
+    
     So I can merge this to master...
 
  src/hb-ot-shape.cc | 4 ++--
@@ -10730,14 +147325,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 10 02:48:04 2018 +0100
 
     [util] Add hb-shape --ned
-
-    For not displaying extra data: no clusters, no advance. Just data
-    pertaining
+    
+    For not displaying extra data: no clusters, no advance. Just data pertaining
     to where glyphs end up on the screen.
 
  test/shaping/data/text-rendering-tests/extract-tests.py |  2 +-
- util/options.cc                                         | 13
- +++++++++++++
+ util/options.cc                                         | 13 +++++++++++++
  2 files changed, 14 insertions(+), 1 deletion(-)
 
 commit 7020130665316365c288d0960fc288faa8f5bdf7
@@ -10763,10 +147356,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 10 02:20:14 2018 +0100
 
     Add option to buffer serialization to not output glyph advances
-
+    
     When advances are not printed, glyph offsets reflect absolute glyph
     positions.
-
+    
     New API:
     HB_BUFFER_SERIALIZE_FLAG_NO_ADVANCES
     hb-shape --no-advances
@@ -10783,13 +147376,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 10 01:54:12 2018 +0100
 
     [test] Add script for extracting tests from text-rendering-tests
-
+    
     Work in progress...
-
+    
     https://github.com/unicode-org/text-rendering-tests
 
- .../data/text-rendering-tests/extract-tests.py     | 45
- ++++++++++++++++++++++
+ .../data/text-rendering-tests/extract-tests.py     | 45 ++++++++++++++++++++++
  1 file changed, 45 insertions(+)
 
 commit 6b4d63f295f419f55983a8fc72f582802f55b09f
@@ -10806,9 +147398,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jan 9 23:15:54 2018 +0100
 
     [test] Simplify test runner
-
+    
     Always pass hb-shape as first argument to run-tests.py.
-
+    
     Also require automake 1.13.
 
  configure.ac              |  3 +--
@@ -10831,12 +147423,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jan 9 21:58:57 2018 +0100
 
     [test] Reorganize test suite
-
+    
     In anticipation of importing more test suites.
 
  test/fuzzing/run-fuzzer-tests.py                   |   2 +-
- test/shaping/Makefile.am                           |  86
- +++++++++---------
+ test/shaping/Makefile.am                           |  86 +++++++++---------
  test/shaping/{fonts => data/in-house}/COPYING      |   7 +-
  .../0509e80afb379d16560e9e47bdd7d888bebdebc6.ttf   | Bin
  .../051d92f8bc6ff724511b296c27623f824de256e9.ttf   | Bin
@@ -10984,8 +147575,7 @@ Date:   Tue Jan 9 21:58:57 2018 +0100
  test/shaping/data/in-house/tests/use-marchen.tests |  35 ++++++++
  .../shaping/data/in-house/tests/use-syllable.tests |   7 ++
  test/shaping/data/in-house/tests/use.tests         |   4 +
- .../data/in-house/tests/variations-rvrn.tests      | 100
- +++++++++++++++++++++
+ .../data/in-house/tests/variations-rvrn.tests      | 100 +++++++++++++++++++++
  test/shaping/data/in-house/tests/vertical.tests    |   3 +
  .../data/in-house/tests/zero-width-marks.tests     |  11 +++
  test/shaping/run-tests.py                          |  48 ++++------
@@ -11027,8 +147617,7 @@ Date:   Tue Jan 9 21:58:57 2018 +0100
  test/shaping/tests/misc/use-marchen.tests          |  35 --------
  test/shaping/tests/misc/use-syllable.tests         |   7 --
  test/shaping/tests/misc/use.tests                  |   4 -
- test/shaping/tests/misc/variations-rvrn.tests      | 100
- ---------------------
+ test/shaping/tests/misc/variations-rvrn.tests      | 100 ---------------------
  test/shaping/tests/misc/vertical.tests             |   3 -
  test/shaping/tests/misc/zero-width-marks.tests     |  11 ---
  .../script-arabic/language-persian/mehran.txt      |  14 +--
@@ -11250,8 +147839,7 @@ Date:   Tue Jan 9 21:58:57 2018 +0100
  .../script-tibetan/misc/contractions.txt           |   0
  .../shaper-tibetan/script-tibetan/misc/misc.txt    |   0
  .../shaper-use/script-batak/misc.txt               |   0
- .../shaper-use/script-buginese/misc.txt            |  92
- +++++++++----------
+ .../shaper-use/script-buginese/misc.txt            |  92 +++++++++----------
  .../shaper-use/script-cham/misc.txt                |   0
  .../shaper-use/script-kaithi/misc.txt              |   0
  .../shaper-use/script-kharoshti/misc.txt           |   0
@@ -11289,8 +147877,7 @@ Date:   Tue Jan 9 18:23:19 2018 +0100
     [test] Move test files around
 
  test/fuzzing/run-fuzzer-tests.py                   |  2 +-
- test/shaping/Makefile.am                           | 82
- +++++++++++-----------
+ test/shaping/Makefile.am                           | 82 +++++++++++-----------
  .../tests/{ => misc}/arabic-fallback-shaping.tests |  0
  .../tests/{ => misc}/arabic-feature-order.tests    |  0
  .../tests/{ => misc}/arabic-like-joining.tests     |  0
@@ -11339,13 +147926,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jan 9 17:55:17 2018 +0100
 
     [aat/morx] Implement NoncontextualSubtables
-
-    Also makes hb-ot-shape call morx for now instead of GSUB... Just
-    for testing.
+    
+    Also makes hb-ot-shape call morx for now instead of GSUB... Just for testing.
 
  src/hb-aat-layout-common-private.hh | 34 +++++++--------
- src/hb-aat-layout-morx-table.hh     | 82
- ++++++++++++++++++++++++++++++++++---
+ src/hb-aat-layout-morx-table.hh     | 82 ++++++++++++++++++++++++++++++++++---
  src/hb-aat-layout-private.hh        |  3 ++
  src/hb-aat-layout.cc                | 13 +++++-
  src/hb-ot-shape.cc                  |  6 +++
@@ -11365,11 +147950,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jan 9 15:48:51 2018 +0100
 
     [aat] Implement Lookup table
-
+    
     Untested, but compiles.
 
- src/hb-aat-layout-common-private.hh | 308
- +++++++++++++++++++++++++++++++++++-
+ src/hb-aat-layout-common-private.hh | 308 +++++++++++++++++++++++++++++++++++-
  src/hb-aat-layout-morx-table.hh     |   9 +-
  src/hb-aat-layout.cc                |  14 ++
  src/hb-face.cc                      |   6 +-
@@ -11411,8 +147995,7 @@ Date:   Thu Aug 17 16:55:54 2017 -0700
     [aat] Start implementing common table formats
 
  src/Makefile.sources                |   2 +
- src/hb-aat-layout-common-private.hh | 134
- ++++++++++++++++++++++++++++++++++++
+ src/hb-aat-layout-common-private.hh | 134 ++++++++++++++++++++++++++++++++++++
  src/hb-aat-layout-morx-table.hh     |   1 +
  src/hb-aat-layout-private.hh        |  37 ++++++++++
  src/hb-aat-layout.cc                |   1 +
@@ -11425,8 +148008,7 @@ Date:   Mon Aug 14 17:24:36 2017 -0700
     [aat] Start implementing Apple AAT morx table
 
  src/Makefile.sources            |   2 +
- src/hb-aat-layout-morx-table.hh | 275
- ++++++++++++++++++++++++++++++++++++++++
+ src/hb-aat-layout-morx-table.hh | 275 ++++++++++++++++++++++++++++++++++++++++
  src/hb-aat-layout.cc            |  42 ++++++
  src/hb-open-type-private.hh     |   5 +
  src/hb-ot-layout-private.hh     |   5 +
@@ -11457,7 +148039,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 5 18:09:29 2018 +0000
 
     [khmer] Relax!
-
+    
     Apparently we don't use OT_A either.
 
  src/hb-ot-shape-complex-khmer-machine.rl | 3 +--
@@ -11486,9 +148068,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 5 18:03:00 2018 +0000
 
     [khmer] Simplify grammar some more
-
+    
     Numbers down (from 38):
-
+    
     KHMER: 299090 out of 299124 tests passed. 34 failed (0.0113665%)
 
  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
@@ -11517,9 +148099,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 5 17:57:39 2018 +0000
 
     [khmer] Relax number of consonants / matras allowed
-
+    
     New numbers (down from 39):
-
+    
     KHMER: 299086 out of 299124 tests passed. 38 failed (0.0127038%)
 
  src/hb-ot-shape-complex-khmer-machine.rl | 6 +++---
@@ -11530,9 +148112,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 5 17:52:24 2018 +0000
 
     [khmer] Allow Independent Vowels where stacked consonants are allowed
-
+    
     New numbers (down from 44):
-
+    
     KHMER: 299085 out of 299124 tests passed. 39 failed (0.0130381%)
 
  src/hb-ot-shape-complex-khmer-machine.rl | 4 ++--
@@ -11612,8 +148194,7 @@ Date:   Fri Jan 5 17:21:55 2018 +0000
     [khmer] Shave off some more from the grammar
 
  src/hb-ot-shape-complex-khmer-machine.rl |  9 ++-------
- src/hb-ot-shape-complex-khmer.cc         | 34
- ++------------------------------
+ src/hb-ot-shape-complex-khmer.cc         | 34 ++------------------------------
  2 files changed, 4 insertions(+), 39 deletions(-)
 
 commit 014494d5c0469fe6b3112db3fdb3f2f262673ba1
@@ -11649,7 +148230,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 5 17:06:29 2018 +0000
 
     [khmer] Better fix for dangling final Coeng
-
+    
     This is how 1471cfee3bb2734dc44c58471362851ad27e8bd8 should have
     been done.
 
@@ -11670,7 +148251,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 5 17:01:37 2018 +0000
 
     [khmer] Remove forced_rakar from grammar
-
+    
     Used by Sinhala only.
 
  src/hb-ot-shape-complex-khmer-machine.rl | 3 +--
@@ -11682,9 +148263,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 5 16:34:20 2018 +0000
 
     [khmer] Allow a dangling final Coeng after matras
-
+    
     Uniscribe seems to allow that.  New numbers:
-
+    
     KHMER: 299080 out of 299124 tests passed. 44 failed (0.0147096%)
 
  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
@@ -11696,8 +148277,7 @@ Date:   Fri Jan 5 16:28:00 2018 +0000
 
     [khmer] Remove some more unused code
 
- src/hb-ot-shape-complex-khmer.cc | 49
- ++--------------------------------------
+ src/hb-ot-shape-complex-khmer.cc | 49 ++--------------------------------------
  1 file changed, 2 insertions(+), 47 deletions(-)
 
 commit bfad6ab897a38aedc82de694ee1a17132f90b25e
@@ -11706,8 +148286,7 @@ Date:   Fri Jan 5 16:13:09 2018 +0000
 
     [khmer] Remove features not used by Khmer
 
- src/hb-ot-shape-complex-khmer.cc | 60
- ++++------------------------------------
+ src/hb-ot-shape-complex-khmer.cc | 60 ++++------------------------------------
  1 file changed, 5 insertions(+), 55 deletions(-)
 
 commit 92a99ce084b19dff32d434de446144f0c4796803
@@ -11725,8 +148304,7 @@ Date:   Fri Jan 5 16:06:53 2018 +0000
 
     [khmer] Remove non-Khmer matra positioning code
 
- src/hb-ot-shape-complex-khmer.cc | 76
- +++++++---------------------------------
+ src/hb-ot-shape-complex-khmer.cc | 76 +++++++---------------------------------
  1 file changed, 12 insertions(+), 64 deletions(-)
 
 commit f8553c898a414298403c335f8d2ed6c588a1189f
@@ -11753,8 +148331,7 @@ Date:   Fri Jan 5 16:01:17 2018 +0000
 
     [khmer] Remove indic_config->reph_pos
 
- src/hb-ot-shape-complex-khmer.cc | 333
- ++-------------------------------------
+ src/hb-ot-shape-complex-khmer.cc | 333 ++-------------------------------------
  1 file changed, 10 insertions(+), 323 deletions(-)
 
 commit ffcd6c7efd21bf89b41ddbf148b05672a42ecadd
@@ -11763,8 +148340,7 @@ Date:   Fri Jan 5 15:50:05 2018 +0000
 
     [khmer] Remove indic_config->base_pos
 
- src/hb-ot-shape-complex-khmer.cc | 229
- ++-------------------------------------
+ src/hb-ot-shape-complex-khmer.cc | 229 ++-------------------------------------
  1 file changed, 7 insertions(+), 222 deletions(-)
 
 commit 0c91638d48d6fb86d1e30fb94c15785707395b42
@@ -11773,8 +148349,7 @@ Date:   Fri Jan 5 15:45:30 2018 +0000
 
     [khmer] Remove other scripts
 
- src/hb-ot-shape-complex-khmer.cc | 131
- ++++++++++-----------------------------
+ src/hb-ot-shape-complex-khmer.cc | 131 ++++++++++-----------------------------
  1 file changed, 34 insertions(+), 97 deletions(-)
 
 commit 4c0199c573f79be5f40e7d4f8433ef6a1c9c24b2
@@ -11801,8 +148376,7 @@ Date:   Fri Jan 5 15:41:31 2018 +0000
 
     [khmer] Remove indic_config->has_old_spec
 
- src/hb-ot-shape-complex-khmer.cc | 157
- ++++++---------------------------------
+ src/hb-ot-shape-complex-khmer.cc | 157 ++++++---------------------------------
  1 file changed, 21 insertions(+), 136 deletions(-)
 
 commit 961ebf85f1e7d417e056c3927ee73857f6f4cde6
@@ -11813,8 +148387,7 @@ Date:   Fri Jan 5 15:36:53 2018 +0000
 
  src/hb-ot-shape-complex-indic-private.hh |  1 -
  src/hb-ot-shape-complex-khmer-machine.rl |  7 +++----
- src/hb-ot-shape-complex-khmer.cc         | 32
- ++++++++++++++++----------------
+ src/hb-ot-shape-complex-khmer.cc         | 32 ++++++++++++++++----------------
  3 files changed, 19 insertions(+), 21 deletions(-)
 
 commit 9761f9d78214323b9ad58dd0b8ba41851c9e2d54
@@ -11822,12 +148395,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 5 15:33:11 2018 +0000
 
     [indic] Remove more Khmer-specific stuff from Indic shaper
-
+    
     No numbers changed.
 
  src/hb-ot-shape-complex-indic-machine.rl |  8 ++---
- src/hb-ot-shape-complex-indic.cc         | 57
- ++++++++++++--------------------
+ src/hb-ot-shape-complex-indic.cc         | 57 ++++++++++++--------------------
  2 files changed, 25 insertions(+), 40 deletions(-)
 
 commit 075895364435ee88936696bcb5457283c4bb1a29
@@ -11836,8 +148408,7 @@ Date:   Fri Jan 5 15:08:28 2018 +0000
 
     [indic] Remove main Khmer stuff
 
- src/hb-ot-shape-complex-indic.cc | 73
- ++--------------------------------------
+ src/hb-ot-shape-complex-indic.cc | 73 ++--------------------------------------
  1 file changed, 2 insertions(+), 71 deletions(-)
 
 commit dcf4d95fea45e19fbb3b39f0211b2aa96a907473
@@ -11845,21 +148416,20 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 5 14:54:31 2018 +0000
 
     [khmer] Split off Khmer shaper from Indic
-
+    
     Towards fixing https://github.com/harfbuzz/harfbuzz/issues/667
     The Khmer spec is different enough from other Indic ones to require
     its own grammar.
-
+    
     No change in functionality.  Test numbers are:
-
+    
     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
     GUJARATI: 366355 out of 366457 tests passed. 102 failed (0.0278341%)
     GURMUKHI: 60729 out of 60747 tests passed. 18 failed (0.0296311%)
     KANNADA: 951300 out of 951913 tests passed. 613 failed (0.0643966%)
     KHMER: 299071 out of 299124 tests passed. 53 failed (0.0177184%)
-    MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed
-    (0.0188871%)
+    MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
@@ -11867,8 +148437,7 @@ Date:   Fri Jan 5 14:54:31 2018 +0000
 
  src/Makefile.sources                     |    3 +
  src/hb-ot-shape-complex-khmer-machine.rl |  130 +++
- src/hb-ot-shape-complex-khmer.cc         | 1867
- ++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-khmer.cc         | 1867 ++++++++++++++++++++++++++++++
  src/hb-ot-shape-complex-private.hh       |    5 +-
  4 files changed, 2003 insertions(+), 2 deletions(-)
 
@@ -11886,11 +148455,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 5 13:20:21 2018 +0000
 
     [ot] Fix VariationStore evaluation algorithm
-
+    
     Ouch!  Missing coords should still be evaluated as coord=0, which
     most of the time results in a factor of 0.  We were skipping these,
     which was equivalent to a factor of 1.
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/652
 
  src/hb-ot-layout-common-private.hh | 5 +++--
@@ -11920,12 +148489,11 @@ Date:   Fri Jan 5 12:55:39 2018 +0000
 
     Add test font for previous commit
 
- .../sha1sum/21b7fb9c1eeae260473809fbc1fe330f66a507cd.ttf | Bin 0 ->
- 4816 bytes
+ .../sha1sum/21b7fb9c1eeae260473809fbc1fe330f66a507cd.ttf | Bin 0 -> 4816 bytes
  1 file changed, 0 insertions(+), 0 deletions(-)
 
 commit 127bcc6ece4da64e807f652dd84a17c6a8c5e300
-Merge: 72bec1cd 8c0d1916
+Merge: 72bec1cd0 8c0d1916a
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 5 12:50:22 2018 +0000
 
@@ -11936,18 +148504,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 5 12:46:12 2018 +0000
 
     Improve CGJ skipping logic
-
+    
     Previously we made CGJ unskippable.  Now, if CGJ did NOT prevent
     any reordering, allow skipping over it.  To make this work we
     had to make changes to the Arabic mark reordering algorithm
     implementation to renumber moved MCM marks.  See comments.
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/554
 
  src/hb-buffer-private.hh                   |  1 +
  src/hb-ot-layout-private.hh                | 11 ++++++++-
- src/hb-ot-shape-complex-arabic.cc          | 37
- ++++++++++++++++++++++--------
+ src/hb-ot-shape-complex-arabic.cc          | 37 ++++++++++++++++++++++--------
  src/hb-ot-shape-normalize.cc               | 30 +++++++++++++-----------
  test/shaping/tests/arabic-mark-order.tests |  4 ++++
  5 files changed, 58 insertions(+), 25 deletions(-)
@@ -11959,8 +148526,7 @@ Date:   Fri Jan 5 12:42:20 2018 +0330
     Improve tests (#679)
 
  .circleci/config.yml        |  2 +-
- CMakeLists.txt              | 52
- +++++++++++++++++++++++++++++++++++----------
+ CMakeLists.txt              | 52 +++++++++++++++++++++++++++++++++++----------
  autogen.sh                  |  6 ++++--
  src/Makefile.am             |  3 +--
  src/check-defs.sh           |  2 +-
@@ -11985,15 +148551,13 @@ Author: Bruce Mitchener <bruce.mitchener@gmail.com>
 Date:   Thu Jan 4 18:40:10 2018 +0700
 
     atomics: Favor compiler primitives over macOS APIs. (#676)
-
+    
     In macOS 10.12, the `OSMemoryBarrier` and related APIs were deprecated
-    in favor of using `std::atomic`. On the way to supporting
-    `std::atomic`,
+    in favor of using `std::atomic`. On the way to supporting `std::atomic`,
     we can favor using the "Intel primitives" which are also available on
     macOS.
 
- src/hb-atomic-private.hh | 46
- +++++++++++++++++++++++-----------------------
+ src/hb-atomic-private.hh | 46 +++++++++++++++++++++++-----------------------
  1 file changed, 23 insertions(+), 23 deletions(-)
 
 commit 4f80078eb035054db0f6e33cf4f7345c6c85cb12
@@ -12001,7 +148565,7 @@ Author: Bruce Mitchener <bruce.mitchener@gmail.com>
 Date:   Thu Jan 4 18:37:35 2018 +0700
 
     [cmake] Colorize output when using cmake + ninja. (#674)
-
+    
     Due to how ninja runs clang and gcc, it doesn't colorize the output
     like make does. This forces color output in this situation.
 
@@ -12030,8 +148594,7 @@ Date:   Wed Jan 3 14:27:34 2018 +0000
     [use] Simplify more
 
  src/gen-use-table.py                 | 11 +------
- src/hb-ot-shape-complex-use-table.cc | 62
- +++++++++++++++++++++---------------
+ src/hb-ot-shape-complex-use-table.cc | 62 +++++++++++++++++++++---------------
  2 files changed, 38 insertions(+), 35 deletions(-)
 
 commit 877d15e73c24159b26bb7cc6d2f62045d445d0fc
@@ -12039,7 +148602,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 3 14:24:44 2018 +0000
 
     [use] Simplify
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/pull/661
 
  src/gen-use-table.py                 | 2 +-
@@ -12051,7 +148614,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 3 14:22:07 2018 +0000
 
     [use] Fix Brahmi Number Joiner 1107F
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/pull/660
 
  src/gen-indic-table.py                 | 6 +++---
@@ -12132,8 +148695,7 @@ Date:   Fri Dec 29 23:13:29 2017 +0330
     [cmake] Run fuzzing and shaping tests (#666)
 
  .circleci/config.yml             |  2 +-
- CMakeLists.txt                   | 59
- ++++++++++++++++++++++++----------------
+ CMakeLists.txt                   | 59 ++++++++++++++++++++++++----------------
  appveyor.yml                     |  4 +--
  test/CMakeLists.txt              |  5 ++++
  test/api/CMakeLists.txt          | 48 +++++++++++++-------------------
@@ -12151,8 +148713,7 @@ Date:   Mon Dec 25 22:01:28 2017 +0330
 
     [cmake] Use GNUInstallDirs values (#665)
 
- CMakeLists.txt | 170
- ++++++++++++++++++++++++++++-----------------------------
+ CMakeLists.txt | 170 ++++++++++++++++++++++++++++-----------------------------
  1 file changed, 85 insertions(+), 85 deletions(-)
 
 commit 7d397c5d5ca684fae824a61dabf5bc422d0a516b
@@ -12183,8 +148744,7 @@ Date:   Wed Nov 22 16:32:52 2017 -0500
 
  src/gen-use-table.py                                     |   3 +++
  src/hb-ot-shape-complex-use-table.cc                     |   2 +-
- .../sha1sum/59a585a63b3df608fbeef00956c8c108deec7de6.ttf | Bin 0 ->
- 1164 bytes
+ .../sha1sum/59a585a63b3df608fbeef00956c8c108deec7de6.ttf | Bin 0 -> 1164 bytes
  test/shaping/tests/use-syllable.tests                    |   1 +
  4 files changed, 5 insertions(+), 1 deletion(-)
 
@@ -12202,7 +148762,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 24 16:05:07 2017 -0500
 
     [use] Allow ZWJ before/after Halant
-
+    
     https://github.com/harfbuzz/harfbuzz/issues/542#issuecomment-353169729
 
  src/hb-ot-shape-complex-use-machine.rl | 3 ++-
@@ -12250,7 +148810,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Dec 19 14:48:26 2017 -0500
 
     [set] Handle nil set in add_range() / add_sorted_array()
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/657
 
  src/hb-set-private.hh | 5 +++--
@@ -12271,7 +148831,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 17 12:32:33 2017 -0500
 
     [coretext] In hb_coretext_font_create() set ptem
-
+    
     Otherwise setting the CTFont was ineffective as it would have been
     recreated anyway unless font size was set to 18 CSS points.
 
@@ -12292,17 +148852,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Dec 16 11:11:18 2017 -0500
 
     [collect_glyphs] Bail if input data looks like garbage
-
-    Specificaly, when a range or sorted array has unexpected order,
-    we take that as
-    font data being garbage and bail out.  This fixes significant slowdown
-    on a bad
+    
+    Specificaly, when a range or sorted array has unexpected order, we take that as
+    font data being garbage and bail out.  This fixes significant slowdown on a bad
     version of Chandas font which has a 600KB GPOS with garbage inside.
-
-    Later on, I like to add a maximum-work counter for collect_glyphs
-    to protect
+    
+    Later on, I like to add a maximum-work counter for collect_glyphs to protect
     against malicious fonts as well.
-
+    
     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=794896
 
  src/hb-ot-layout-common-private.hh | 14 +++++++-------
@@ -12314,11 +148871,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Dec 16 11:36:16 2017 -0500
 
     [set] Optimize add_array() / add_sorted_array()
-
+    
     Does page lookup as needed.
 
- src/hb-set-private.hh | 54
- ++++++++++++++++++++++++++++++++++++---------------
+ src/hb-set-private.hh | 54 ++++++++++++++++++++++++++++++++++++---------------
  1 file changed, 38 insertions(+), 16 deletions(-)
 
 commit 71e6adf1e2d65eb905a0ba247672fe36169955ef
@@ -12327,8 +148883,7 @@ Date:   Sat Dec 16 11:07:37 2017 -0500
 
     [collect_glyphs] handle ClassDef better
 
- src/hb-ot-layout-common-private.hh   | 63
- ++++++++++++++++++++++++++++++------
+ src/hb-ot-layout-common-private.hh   | 63 ++++++++++++++++++++++++++++++------
  src/hb-ot-layout-gdef-table.hh       |  2 +-
  src/hb-ot-layout-gpos-table.hh       |  5 +--
  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
@@ -12339,7 +148894,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Dec 16 06:18:07 2017 -0800
 
     [collect_glyphs] In PairPosFornat2 do not collect classDef1
-
+    
     The coverage already covered that.
 
  src/hb-ot-layout-gpos-table.hh | 8 ++------
@@ -12350,18 +148905,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Dec 16 06:12:06 2017 -0800
 
     More work towards improving collect_glyphs() against bad input
-
-    The three "XXXXX"'s should be switched to false.  Doing that
-    separately for ease
+    
+    The three "XXXXX"'s should be switched to false.  Doing that separately for ease
     of bisecting...
 
  src/hb-ot-layout-common-private.hh |  7 +++----
  src/hb-ot-layout-gpos-table.hh     | 25 ++++++++++---------------
- src/hb-ot-layout-gsub-table.hh     | 35
- +++++++++++++----------------------
+ src/hb-ot-layout-gsub-table.hh     | 35 +++++++++++++----------------------
  src/hb-set-digest-private.hh       |  6 ++++--
- src/hb-set-private.hh              | 36
- ++++++++++++++++++------------------
+ src/hb-set-private.hh              | 36 ++++++++++++++++++------------------
  5 files changed, 48 insertions(+), 61 deletions(-)
 
 commit 5d02572034e3dafbe87000fd0aa34b858bd95075
@@ -12369,23 +148921,21 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 14 19:33:55 2017 -0800
 
     [set] Add add_sorted_array()
-
-    Not optimized to use sortedness yet.  Also start putting in place
-    infra
+    
+    Not optimized to use sortedness yet.  Also start putting in place infra
     to faster reject bad data.
-
+    
     A version of Chandas.ttf found on some Chrome bots has 660kb of GPOS,
     mostly junk.  That is causing 48 million of set->add() calls in
     collect_glyphs(), which is insane.
-
+    
     In the upcoming commits, I'll be speeding that up by optimizing
     add_sorted_array(), while also reducing work by rejecting out-of-sort
     arrays quickly and propagate the rejection.
-
+    
     Part of https://bugs.chromium.org/p/chromium/issues/detail?id=794896
 
- src/hb-ot-layout-common-private.hh   | 51
- +++++++++++++++++++++++-------------
+ src/hb-ot-layout-common-private.hh   | 51 +++++++++++++++++++++++-------------
  src/hb-ot-layout-gdef-table.hh       |  2 +-
  src/hb-ot-layout-gpos-table.hh       | 10 +++----
  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
@@ -12398,7 +148948,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 14 19:04:55 2017 -0800
 
     [set] Reduce number of preallocated pages from 8 to 1
-
+    
     Now that pagesize is 8192, this feels better.
 
  src/hb-set-private.hh | 2 +-
@@ -12428,13 +148978,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 14 13:30:38 2017 -0800
 
     [set] Change pagesize from 512 bits to 8192 bits
-
+    
     Fixes perf regression on some heavy fonts in Chrome's FT+HB
     interaction.
-
+    
     See:
     https://bugs.chromium.org/p/chromium/issues/detail?id=782220
-
+    
     More work to be done:
     https://bugs.chromium.org/p/chromium/issues/detail?id=794896
 
@@ -12446,9 +148996,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 13 13:12:20 2017 -0800
 
     [set] Add add_array()
-
-    To be used to optimize adding a whole bunch of (sorted) items at
-    the same time,
+    
+    To be used to optimize adding a whole bunch of (sorted) items at the same time,
     as in CoverageFormat1.
 
  src/hb-ot-layout-common-private.hh |  4 +---
@@ -12481,8 +149030,7 @@ Date:   Thu Dec 7 11:22:55 2017 +0330
     Rewrite run-tests in python (#647)
 
  test/shaping/Makefile.am  |   4 +-
- test/shaping/run-tests.py | 115
- ++++++++++++++++++++++++++++++++++++++++++++++
+ test/shaping/run-tests.py | 115 ++++++++++++++++++++++++++++++++++++++++++++++
  test/shaping/run-tests.sh |  65 --------------------------
  3 files changed, 117 insertions(+), 67 deletions(-)
 
@@ -12491,13 +149039,12 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Wed Dec 6 21:08:20 2017 +0200
 
     [ci] Sort out Travis configuration
-
+    
     Use a matrix to avoid a gazillion if's.
 
  .ci/deploy-docs.sh   |  2 ++
  .ci/run-coveralls.sh | 14 +++++++++++
- .travis.yml          | 69
- ++++++++++++++++++++++++++++++++--------------------
+ .travis.yml          | 69 ++++++++++++++++++++++++++++++++--------------------
  3 files changed, 58 insertions(+), 27 deletions(-)
 
 commit 5a6d2b986a02fc47fa9dcbb330e6949af8e375ff
@@ -12565,7 +149112,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Dec 5 13:12:11 2017 -0800
 
     [debug] Use %p to print pointers
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/640
 
  src/hb-debug.hh | 2 +-
@@ -12589,12 +149136,21 @@ Date:   Tue Dec 5 17:43:09 2017 +0000
  src/hb-ot-shape-complex-indic.cc | 16 ++++++++--------
  1 file changed, 8 insertions(+), 8 deletions(-)
 
+commit 8db058d20c1b7efce33157c676d4aee97591deb1
+Author: Nathan Willis <nwillis@glyphography.com>
+Date:   Tue Dec 5 17:43:09 2017 +0000
+
+    Indic: always hyphenate pre-base-reordering, for clarity.
+
+ src/hb-ot-shape-complex-indic.cc | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
 commit be59f3cbf4e3269ea05d5a707cdae04a32e097ce
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Dec 5 09:01:28 2017 -0800
 
     Silence unused-variables warning on MSVC
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/635
 
  src/hb-private.hh | 2 ++
@@ -12622,9 +149178,8 @@ commit 0fd89dc61c6a26253aa9bb85e8dfd9faded11440
 Author: Olivier Blin <olivier.blin@softathome.com>
 Date:   Mon Dec 4 18:58:41 2017 +0100
 
-    [hb-ft] Fix build when Multiple Master font support is disabled
-    in freetype
-
+    [hb-ft] Fix build when Multiple Master font support is disabled in freetype
+    
     FT_Set_Var_Blend_Coordinates() is not available when "Multiple Master
     font interface" is disabled in freetype's modules.cfg
 
@@ -12657,9 +149212,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Dec 2 15:14:26 2017 -0800
 
     [set] Fix recent changes
-
+    
     Ouch!
-
+    
     Add tests.
 
  test/api/test-set.c | 24 ++++++++++++++++++++++++
@@ -12679,14 +149234,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 28 23:11:34 2017 -0800
 
     [coretext] Add hb_coretext_font_create()
-
+    
     Fixes https://github.com/harfbuzz/harfbuzz/issues/628
-
+    
     New API:
     hb_coretext_font_create()
 
- src/hb-coretext.cc | 55
- ++++++++++++++++++++++++++++++++++--------------------
+ src/hb-coretext.cc | 55 ++++++++++++++++++++++++++++++++++--------------------
  src/hb-coretext.h  |  3 +++
  2 files changed, 38 insertions(+), 20 deletions(-)
 
@@ -12695,11 +149249,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Dec 1 13:56:06 2017 -0800
 
     [set] Optimize add_range() some more
-
-    It's as good as it gets, and seems to be on par with previous set
-    implementation
+    
+    It's as good as it gets, and seems to be on par with previous set implementation
     in my benchmark.
-
+    
     Would be great if someone can double-check my bitops.
 
  src/hb-set-private.hh | 16 +++++++++++++---
@@ -12710,15 +149263,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Dec 1 13:34:14 2017 -0800
 
     [set] Optimize add_range()
-
+    
     With new set implementation, this became really costy.  Optimize it.
     There's more to be done, but this shaves off most of the fat.
+    
+    Part of fixing https://bugs.chromium.org/p/chromium/issues/detail?id=782220
 
-    Part of fixing
-    https://bugs.chromium.org/p/chromium/issues/detail?id=782220
-
- src/hb-set-private.hh | 56
- +++++++++++++++++++++++++++++++++++++--------------
+ src/hb-set-private.hh | 56 +++++++++++++++++++++++++++++++++++++--------------
  1 file changed, 41 insertions(+), 15 deletions(-)
 
 commit be9e307a889e04d198042ad39949d3971232ab26
@@ -12735,11 +149286,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 29 16:18:18 2017 -0800
 
     Add another test for previous commit
-
+    
     From https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4273
 
- .../sha1sum/bbf4a308c402f0678c3e82844892a4da2ebe598f.ttf  | Bin 0 ->
- 204 bytes
+ .../sha1sum/bbf4a308c402f0678c3e82844892a4da2ebe598f.ttf  | Bin 0 -> 204 bytes
  test/shaping/tests/fuzzed.tests                           |   1 +
  2 files changed, 1 insertion(+)
 
@@ -12747,19 +149297,15 @@ commit 16fba5b2158a0e093e6df32637eba5058942e299
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 29 16:08:11 2017 -0800
 
-    [ot] Fix Extension type recurse to disallow recursing to another
-    Extension
-
-    Particularly hazardous if the second layer mixes forward and backward
-    lookups.
-
+    [ot] Fix Extension type recurse to disallow recursing to another Extension
+    
+    Particularly hazardous if the second layer mixes forward and backward lookups.
+    
     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4336
 
  src/hb-ot-layout-gsub-table.hh                           |   6 ++++--
- .../sha1sum/9d8a94a67932a3ab75a596fc8b5c6d0392ca9e49.ttf | Bin 0 ->
- 4545 bytes
- .../sha1sum/ef2511f215aa3ca847cbfffbf861793b42170875.ttf | Bin 0 ->
- 1152 bytes
+ .../sha1sum/9d8a94a67932a3ab75a596fc8b5c6d0392ca9e49.ttf | Bin 0 -> 4545 bytes
+ .../sha1sum/ef2511f215aa3ca847cbfffbf861793b42170875.ttf | Bin 0 -> 1152 bytes
  test/shaping/tests/fuzzed.tests                          |   2 ++
  4 files changed, 6 insertions(+), 2 deletions(-)
 
@@ -12768,7 +149314,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 29 14:20:09 2017 -0800
 
     Try fixing Mac build with 10.12
-
+    
     Related
     https://github.com/harfbuzz/harfbuzz/issues/345
     https://github.com/harfbuzz/harfbuzz/pull/629
@@ -12790,12 +149336,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 21 16:36:07 2017 -0800
 
     [doc] Optimize HarfBuzz.png; add HarfBuzz.svg
-
+    
     SVG is unused. Just keeping it here.
 
  docs/HarfBuzz.png | Bin 14203 -> 8814 bytes
- docs/HarfBuzz.svg | 277
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ docs/HarfBuzz.svg | 277 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 277 insertions(+)
 
 commit 77efdecadddbd68bbbc0ff85ac84e24976ad4d4f
@@ -12827,8 +149372,7 @@ Date:   Tue Nov 21 14:16:10 2017 -0500
 
  src/gen-use-table.py                                     |   3 +++
  src/hb-ot-shape-complex-use-table.cc                     |   2 +-
- .../sha1sum/373e67bf41ca264e260a9716162b71a23549e885.ttf | Bin 0 ->
- 1164 bytes
+ .../sha1sum/373e67bf41ca264e260a9716162b71a23549e885.ttf | Bin 0 -> 1164 bytes
  test/shaping/tests/use-syllable.tests                    |   1 +
  4 files changed, 5 insertions(+), 1 deletion(-)
 
@@ -12836,8 +149380,7 @@ commit cd8c62fd41ca824c5db3c55fd1faa20318ca0bf9
 Author: ebraminio <ebrahim@gnu.org>
 Date:   Tue Nov 21 01:07:26 2017 -0500
 
-    [ci] Add Oracle Developer Studio (former Sun Studio) based compiler
-    (#621)
+    [ci] Add Oracle Developer Studio (former Sun Studio) based compiler (#621)
 
  .circleci/config.yml | 11 +++++++++++
  1 file changed, 11 insertions(+)
@@ -12847,12 +149390,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 20 19:43:22 2017 -0800
 
     Fix fallback positioning of double diacritic marks
-
+    
     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=787284
 
  src/hb-ot-shape-fallback.cc                               |   4 ++--
- .../sha1sum/856ff9562451293cbeff6f396d4e3877c4f0a436.ttf  | Bin 0 ->
- 892 bytes
+ .../sha1sum/856ff9562451293cbeff6f396d4e3877c4f0a436.ttf  | Bin 0 -> 892 bytes
  test/shaping/tests/fallback-positioning.tests             |   1 +
  3 files changed, 3 insertions(+), 2 deletions(-)
 
@@ -12874,8 +149416,7 @@ Date:   Mon Nov 20 15:07:48 2017 -0800
  docs/harfbuzz-docs.xml                             |  2 +-
  ...anual-buffers-language-script-and-direction.xml | 10 +++----
  docs/usermanual-fonts-and-faces.xml                |  2 +-
- docs/usermanual-hello-harfbuzz.xml                 | 34
- +++++++++++-----------
+ docs/usermanual-hello-harfbuzz.xml                 | 34 +++++++++++-----------
  docs/usermanual-install-harfbuzz.xml               |  2 +-
  docs/usermanual-what-is-harfbuzz.xml               | 20 ++++++-------
  6 files changed, 35 insertions(+), 35 deletions(-)
@@ -12887,8 +149428,7 @@ Date:   Mon Nov 20 13:19:34 2017 -0500
     Categorize U+0C80 as Consonant_Placeholder
 
  src/hb-ot-shape-complex-indic.cc                         |   1 +
- .../sha1sum/81c368a33816fb20e9f647e8f24e2180f4720263.ttf | Bin 0 ->
- 1152 bytes
+ .../sha1sum/81c368a33816fb20e9f647e8f24e2180f4720263.ttf | Bin 0 -> 1152 bytes
  test/shaping/tests/indic-syllable.tests                  |   1 +
  3 files changed, 2 insertions(+)
 
@@ -12933,9 +149473,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 14 21:53:48 2017 -0800
 
     Limit how much recursion GSUB/GPOS does
-
+    
     This only counts recursions right now.  Good start.
-
+    
     Hopefully...
     Fixes https://github.com/behdad/harfbuzz/issues/429
 
@@ -12986,8 +149526,7 @@ Date:   Tue Nov 14 21:06:07 2017 -0800
  src/hb-ot-layout-gdef-table.hh            |  22 ++--
  src/hb-ot-layout-gpos-table.hh            |  94 ++++++++--------
  src/hb-ot-layout-gsub-table.hh            |  30 +++---
- src/hb-ot-layout-gsubgpos-private.hh      | 172
- +++++++++++++++---------------
+ src/hb-ot-layout-gsubgpos-private.hh      | 172 +++++++++++++++---------------
  src/hb-ot-math-table.hh                   |  26 ++---
  src/hb-ot-maxp-table.hh                   |   2 +-
  src/hb-ot-name-table.hh                   |  16 +--
@@ -13016,7 +149555,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 14 20:25:29 2017 -0800
 
     [glyf] Try fixing undefined-behavior
-
+    
     Might fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1463
 
  src/hb-ot-glyf-table.hh | 17 ++++++++---------
@@ -13027,9 +149566,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 14 20:22:05 2017 -0800
 
     [ot] Remove unneeded TODO item
-
+    
     Looks like hb-ot-font is complete after all!
-
+    
     CFF font names and CFF glyph metrics don't work though...
 
  src/hb-ot-font.cc | 2 +-
@@ -13040,7 +149579,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 14 20:16:45 2017 -0800
 
     [hmtx] Use curiously recurring template pattern
-
+    
     https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern
 
  src/hb-ot-font.cc       | 11 ++++-------
@@ -13053,8 +149592,7 @@ Date:   Tue Nov 14 20:06:19 2017 -0800
 
     [ot] Move hb_ot_face_cmap_accelerator_t
 
- src/hb-ot-cmap-table.hh | 149
- +++++++++++++++++++++++++++++++++++++++++++++---
+ src/hb-ot-cmap-table.hh | 149 +++++++++++++++++++++++++++++++++++++++++++++---
  src/hb-ot-font.cc       | 130 +-----------------------------------------
  2 files changed, 142 insertions(+), 137 deletions(-)
 
@@ -13064,8 +149602,7 @@ Date:   Tue Nov 14 20:02:24 2017 -0800
 
     Shuffle
 
- src/hb-ot-hmtx-table.hh | 76
- ++++++++++++++++++++++++-------------------------
+ src/hb-ot-hmtx-table.hh | 76 ++++++++++++++++++++++++-------------------------
  1 file changed, 38 insertions(+), 38 deletions(-)
 
 commit a85d7ead04aff81d2f9df9110316892dbbefe1c2
@@ -13074,10 +149611,8 @@ Date:   Tue Nov 14 20:00:34 2017 -0800
 
     [ot] Move hb_ot_face_metrics_accelerator_t
 
- src/hb-ot-font.cc       | 108
- +-----------------------------------------------
- src/hb-ot-hmtx-table.hh | 108
- +++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-font.cc       | 108 +-----------------------------------------------
+ src/hb-ot-hmtx-table.hh | 108 +++++++++++++++++++++++++++++++++++++++++++++++-
  2 files changed, 109 insertions(+), 107 deletions(-)
 
 commit f00a94e1ec73c08d4bde1f50bff57d2dc9583ca8
@@ -13097,8 +149632,7 @@ Date:   Tue Nov 14 19:52:09 2017 -0800
     [ot] Move hb_ot_face_glyf_accelerator_t
 
  src/hb-ot-font.cc       |  75 +----------------------------------
- src/hb-ot-glyf-table.hh | 103
- +++++++++++++++++++++++++++++++++++++++++-------
+ src/hb-ot-glyf-table.hh | 103 +++++++++++++++++++++++++++++++++++++++++-------
  2 files changed, 90 insertions(+), 88 deletions(-)
 
 commit c4e18e54dc5ffecac7b327bde9f52dd0927d6a08
@@ -13107,10 +149641,8 @@ Date:   Tue Nov 14 19:47:31 2017 -0800
 
     [ot] Move hb_ot_face_cbdt_accelerator_t
 
- src/hb-ot-cbdt-table.hh | 85
- +++++++++++++++++++++++++++++++++++++++++++++++
- src/hb-ot-font.cc       | 87
- +------------------------------------------------
+ src/hb-ot-cbdt-table.hh | 85 +++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-font.cc       | 87 +------------------------------------------------
  src/hb-ot-post-table.hh |  1 +
  3 files changed, 87 insertions(+), 86 deletions(-)
 
@@ -13148,11 +149680,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 14 15:56:21 2017 -0800
 
     Add test for previous commit
-
+    
     At some point we should run tests under valgrind...
 
- .../sha1sum/dd9f0c7c7c36f75a18be0cab1cddf8f3ab0f366b.ttf | Bin 0 ->
- 2786 bytes
+ .../sha1sum/dd9f0c7c7c36f75a18be0cab1cddf8f3ab0f366b.ttf | Bin 0 -> 2786 bytes
  test/shaping/tests/fuzzed.tests                          |   3 ++-
  2 files changed, 2 insertions(+), 1 deletion(-)
 
@@ -13161,7 +149692,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 14 15:47:55 2017 -0800
 
     Fix invalid buffer access in OOM times
-
+    
     Hopefully fully fixes
     https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1856
 
@@ -13193,8 +149724,7 @@ Date:   Thu Nov 2 10:59:25 2017 -0400
     Allow U+20F0 in USE clusters
 
  src/gen-use-table.py                               |   4 +++
- src/hb-ot-shape-complex-use-table.cc               |  34
- +++++++++++++--------
+ src/hb-ot-shape-complex-use-table.cc               |  34 +++++++++++++--------
  .../074a5ae6b19de8f29772fdd5df2d3d833f81f5e6.ttf   | Bin 0 -> 2296 bytes
  test/shaping/tests/use-syllable.tests              |   1 +
  4 files changed, 26 insertions(+), 13 deletions(-)
@@ -13214,15 +149744,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 14 10:59:54 2017 -0800
 
     Revert "[glib/ucdn/icu/ft/ot] Make returned funcs inert"
-
+    
     This reverts commit 5daf3bd4494cce6b4fb074533be9e99c4d9e0edd.
-
+    
     If other atexit callbacks try to destruct the objects we destruct
     in atexit callbacks, bad things will happen.
-
+    
     I'll come up with some other way to catch premature destruction
     of HB-owned objects.
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/618
 
  src/hb-ft.cc             |  3 ---
@@ -13247,11 +149777,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 13 20:25:02 2017 -0800
 
     Clean up GlyphID
-
+    
     After 4a27c17ea0234dfe33e62f5830d9f92c26d48d30 we do not need
     the special GlyphID.cmp(hb_codepoint_t), so just make GlyphID
     a typedef.
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/612
 
  src/hb-open-type-private.hh | 5 +----
@@ -13262,7 +149792,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 13 15:04:13 2017 -0800
 
     Implement strtod_l() on MSVC
-
+    
     Patch from Jean Ghali on mailing list.
 
  src/hb-common.cc | 21 +++++++++++++++------
@@ -13282,11 +149812,10 @@ commit e4da38020021a92afa4062ed676f286945070dc4
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 10 17:14:27 2017 -0800
 
-    [coretext/uniscribe/directwrite/graphite/fallback] Update for
-    unsafe-to-break
-
+    [coretext/uniscribe/directwrite/graphite/fallback] Update for unsafe-to-break
+    
     Fixes https://github.com/behdad/harfbuzz/issues/615
-
+    
     We'll see which bots I broke.
 
  src/hb-buffer-private.hh | 17 +++++++++++++++--
@@ -13311,14 +149840,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 9 18:09:40 2017 -0800
 
     [kern] Fix invalid memory access if offset is zero
-
+    
     If offset is zero, we return Null() object.  Wasn't prepared for that.
-
+    
     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4088
 
  src/hb-ot-kern-table.hh                                   |   9 +++++----
- .../sha1sum/243798dd281c1c77c065958e1ff467420faa9bde.ttf  | Bin 0 ->
- 225 bytes
+ .../sha1sum/243798dd281c1c77c065958e1ff467420faa9bde.ttf  | Bin 0 -> 225 bytes
  test/shaping/tests/fuzzed.tests                           |   1 +
  3 files changed, 6 insertions(+), 4 deletions(-)
 
@@ -13327,7 +149855,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Fri Nov 3 14:27:33 2017 +0200
 
     [test] Use glyph ids instead of forcing ft funcs
-
+    
     We were using ft funcs because these are CFF fonts, but we can avoid
     glyph names instead and keep testing both ot and ft.
 
@@ -13340,13 +149868,11 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Thu Nov 2 09:45:06 2017 +0200
 
     [test] Fix another instance of component rounding
-
+    
     See https://github.com/behdad/harfbuzz/pull/590#issuecomment-341194673
 
- .../sha1sum/7ef276fc886ea502a03b9b0e5c8b547d5dc2b61c.ttf  | Bin 784 ->
- 0 bytes
- .../sha1sum/8228d035fcd65d62ec9728fb34f42c63be93a5d3.ttf  | Bin 0 ->
- 784 bytes
+ .../sha1sum/7ef276fc886ea502a03b9b0e5c8b547d5dc2b61c.ttf  | Bin 784 -> 0 bytes
+ .../sha1sum/8228d035fcd65d62ec9728fb34f42c63be93a5d3.ttf  | Bin 0 -> 784 bytes
  test/shaping/tests/fallback-positioning.tests             |   3 +--
  3 files changed, 1 insertion(+), 2 deletions(-)
 
@@ -13355,7 +149881,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 8 17:04:31 2017 -0800
 
     Fix indexing in unsafe-to-break marking for 'stch' feature
-
+    
     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4099
 
  src/hb-ot-shape-complex-arabic.cc | 2 +-
@@ -13366,7 +149892,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 8 17:03:55 2017 -0800
 
     [tests/arabic-stch.tests] Don't show flags
-
+    
     We don't need to test the actual flag values.  For unsafe-to-break,
     the --verify in run-tests.sh checks what we are interested in.
 
@@ -13388,11 +149914,9 @@ Date:   Wed Nov 8 13:15:27 2017 -0500
 
     Mark non-initial left matras as unsafe to break
 
- src/hb-ot-shape-complex-indic.cc                         |  14
- +++++++++-----
+ src/hb-ot-shape-complex-indic.cc                         |  14 +++++++++-----
  test/shaping/Makefile.am                                 |   1 +
- .../sha1sum/1a3d8f381387dd29be1e897e4b5100ac8b4829e1.ttf | Bin 0 ->
- 1380 bytes
+ .../sha1sum/1a3d8f381387dd29be1e897e4b5100ac8b4829e1.ttf | Bin 0 -> 1380 bytes
  test/shaping/tests/indic-init.tests                      |   1 +
  4 files changed, 11 insertions(+), 5 deletions(-)
 
@@ -13410,7 +149934,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 6 15:28:24 2017 -0500
 
     [kern] Allow subtables longer than 64kb
-
+    
     Apparently calibri.ttf does this:
     https://github.com/fonttools/fonttools/pull/1094#discussion_r148933791
 
@@ -13425,8 +149949,7 @@ Date:   Sat Nov 4 12:01:11 2017 -0400
     [kern] Towards implementing format-2
 
  src/hb-open-type-private.hh |  4 +--
- src/hb-ot-kern-table.hh     | 69
- +++++++++++++++++++++++++++------------------
+ src/hb-ot-kern-table.hh     | 69 +++++++++++++++++++++++++++------------------
  2 files changed, 42 insertions(+), 31 deletions(-)
 
 commit 74e82adaea08ced18493e3341823dbd5b6cd493e
@@ -13437,8 +149960,7 @@ Date:   Mon Nov 6 14:41:55 2017 -0500
 
  src/hb-ot-shape-complex-arabic.cc                        |   1 +
  test/shaping/Makefile.am                                 |   1 +
- .../sha1sum/d9b8bc10985f24796826c29f7ccba3d0ae11ec02.ttf | Bin 0 ->
- 1420 bytes
+ .../sha1sum/d9b8bc10985f24796826c29f7ccba3d0ae11ec02.ttf | Bin 0 -> 1420 bytes
  test/shaping/tests/arabic-stch.tests                     |   1 +
  4 files changed, 3 insertions(+)
 
@@ -13447,7 +149969,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 3 20:34:11 2017 -0400
 
     [configure] Fix gobject default value in help output
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/607
 
  configure.ac | 2 +-
@@ -13458,11 +149980,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 3 17:16:26 2017 -0400
 
     Simplify tracing code when tracing is disabled
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/605
 
- src/hb-debug.hh                      | 58
- +++++++++++++++++++++++++++++-------
+ src/hb-debug.hh                      | 58 +++++++++++++++++++++++++++++-------
  src/hb-ot-layout-gsubgpos-private.hh | 10 +++----
  2 files changed, 52 insertions(+), 16 deletions(-)
 
@@ -13471,14 +149992,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 3 16:57:30 2017 -0400
 
     Consolidate debug stuff into hb-debug.hh
-
+    
     Part of fixing https://github.com/behdad/harfbuzz/pull/605
 
  src/Makefile.sources                 |   1 +
  src/hb-blob.cc                       |   7 +-
  src/hb-coretext.cc                   |   8 +-
- src/hb-debug.hh                      | 383
- +++++++++++++++++++++++++++++++++++
+ src/hb-debug.hh                      | 383 +++++++++++++++++++++++++++++++++++
  src/hb-directwrite.cc                |   6 +-
  src/hb-ft.cc                         |   7 +-
  src/hb-object-private.hh             |   8 +-
@@ -13506,7 +150026,7 @@ Author: Unknown <kunda@scribus.net>
 Date:   Fri Nov 3 09:05:00 2017 -0400
 
     Trivial typos
-
+    
     Found using `codespell -i 3 -w -I '../harf-whitelist.txt'`
     whereas the whitelist contents were:
     ```
@@ -13555,9 +150075,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 1 19:41:29 2017 -0600
 
     [ot] Hook up horizontal kerning to kern table
-
+    
     Seems to work.  Yay!
-
+    
     Still to do: run kerning if GPOS doesn't have 'kern' feature.
 
  src/hb-ot-font.cc | 2 +-
@@ -13568,12 +150088,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 1 19:33:09 2017 -0600
 
     [kern] More...
-
+    
     Almost there.
 
  src/hb-ot-font.cc       | 14 +++++++++
- src/hb-ot-kern-table.hh | 75
- ++++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-kern-table.hh | 75 ++++++++++++++++++++++++++++++++++++++++++++++++-
  2 files changed, 88 insertions(+), 1 deletion(-)
 
 commit 49c0f35580946c74bc64dae2d2c65c7834e46ab2
@@ -13600,8 +150119,7 @@ Date:   Wed Nov 1 18:12:26 2017 -0600
 
     [kern] Implement Format0
 
- src/hb-ot-kern-table.hh | 51
- +++++++++++++++++++++++++++++++++++++++++++------
+ src/hb-ot-kern-table.hh | 51 +++++++++++++++++++++++++++++++++++++++++++------
  1 file changed, 45 insertions(+), 6 deletions(-)
 
 commit ac3d937c6cb0e2c7e019aa391b02da25aa6970de
@@ -13610,8 +150128,7 @@ Date:   Wed Nov 1 17:54:56 2017 -0600
 
     [kern] Implement some more
 
- src/hb-ot-kern-table.hh | 98
- ++++++++++++++++++++++++++++++++++++++-----------
+ src/hb-ot-kern-table.hh | 98 ++++++++++++++++++++++++++++++++++++++-----------
  1 file changed, 77 insertions(+), 21 deletions(-)
 
 commit 2a16f647ae4c5115a356ba82245c77e0d01fcebf
@@ -13619,15 +150136,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 1 17:31:29 2017 -0600
 
     [kern] Start implementing kern table
-
-    Pushing this out early to catch bot errors since I'm using template
-    tricks
+    
+    Pushing this out early to catch bot errors since I'm using template tricks
     we were not using in HarfBuzz before.
 
  src/Makefile.sources    |   1 +
  src/hb-ot-font.cc       |   1 +
- src/hb-ot-kern-table.hh | 184
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-kern-table.hh | 184 ++++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 186 insertions(+)
 
 commit 292ef2675edb2cb579210183e77ac30335318a21
@@ -13653,17 +150168,14 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Wed Nov 1 20:49:42 2017 +0200
 
     [test] Fix difference between ft and ot font funcs
-
-    See
-    https://github.com/behdad/harfbuzz/pull/590#issuecomment-341194673.
-
+    
+    See https://github.com/behdad/harfbuzz/pull/590#issuecomment-341194673.
+    
     I simply removed the composite glyph and use the referenced simple
     glyph directly.
 
- .../sha1sum/4fac3929fc3332834e93673780ec0fe94342d193.ttf  | Bin 0 ->
- 804 bytes
- .../sha1sum/6466d38c62e73a39202435a4f73bf5d6acbb73c0.ttf  | Bin 824 ->
- 0 bytes
+ .../sha1sum/4fac3929fc3332834e93673780ec0fe94342d193.ttf  | Bin 0 -> 804 bytes
+ .../sha1sum/6466d38c62e73a39202435a4f73bf5d6acbb73c0.ttf  | Bin 824 -> 0 bytes
  test/shaping/tests/cluster.tests                          |   2 +-
  3 files changed, 1 insertion(+), 1 deletion(-)
 
@@ -13672,7 +150184,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Wed Nov 1 20:33:43 2017 +0200
 
     Revert "[test] We don’t care about glyph positions here"
-
+    
     This reverts commit 70137e2b4b46918d9608f824a4b4b5cef2819158.
 
  test/shaping/tests/cluster.tests | 4 ++--
@@ -13692,14 +150204,12 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Wed Nov 1 12:03:39 2017 +0200
 
     [test] We don’t care about glyph positions here
-
-    Freetype and OT font functions give different positions for some
-    glyphs
+    
+    Freetype and OT font functions give different positions for some glyphs
     in this font (OT seems to be correct), but that is not what we are
     interested in in this test.
-
-    See
-    https://github.com/behdad/harfbuzz/pull/590#issuecomment-341045223.
+    
+    See https://github.com/behdad/harfbuzz/pull/590#issuecomment-341045223.
 
  test/shaping/tests/cluster.tests | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
@@ -13709,7 +150219,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Wed Nov 1 10:34:36 2017 +0200
 
     [test] Use ft functions for this test
-
+    
     https://github.com/behdad/harfbuzz/pull/590#issuecomment-340967271
 
  test/shaping/tests/vertical.tests | 2 +-
@@ -13720,9 +150230,8 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Mon Oct 30 22:02:50 2017 +0200
 
     [test] Always use ft font funcs for these tests
-
-    These are CFF fonts and ot functions don’t support CFF glyph
-    names yet.
+    
+    These are CFF fonts and ot functions don’t support CFF glyph names yet.
     The next commit will run all tests with ot functions.
 
  test/shaping/tests/indic-consonant-with-stacker.tests | 8 ++++----
@@ -13755,7 +150264,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 1 01:15:27 2017 -0600
 
     [CircleCI] Ignore gh-pages branch
-
+    
     https://github.com/behdad/harfbuzz/pull/592
 
  .circleci/config.yml | 4 ++++
@@ -13837,8 +150346,7 @@ Date:   Fri Oct 27 12:14:00 2017 -0400
     Categorize Grantha candrabindu for use in Tamil
 
  src/hb-ot-shape-complex-indic.cc                         |   2 +-
- .../sha1sum/b151cfcdaa77585d77f17a42158e0873fc8e2633.ttf | Bin 0 ->
- 1120 bytes
+ .../sha1sum/b151cfcdaa77585d77f17a42158e0873fc8e2633.ttf | Bin 0 -> 1120 bytes
  test/shaping/tests/indic-script-extensions.tests         |   1 +
  3 files changed, 2 insertions(+), 1 deletion(-)
 
@@ -13847,14 +150355,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 31 14:25:46 2017 -0600
 
     [CircleCI] Fix build
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/589
 
  .circleci/config.yml | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 commit 0f78d78aae604cb8e61bd21785adb915da74626e
-Merge: b7982c9e 0feff4ba
+Merge: b7982c9e6 0feff4ba7
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 31 14:13:31 2017 -0600
 
@@ -13865,11 +150373,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 31 14:02:32 2017 -0600
 
     Simplify hb-sort-r.hh
-
+    
     See https://github.com/behdad/harfbuzz/pull/592
 
- src/hb-sort-r.hh | 147
- ++++++-------------------------------------------------
+ src/hb-sort-r.hh | 147 ++++++-------------------------------------------------
  1 file changed, 14 insertions(+), 133 deletions(-)
 
 commit b7982c9e65e0b58616cc8264dd52cac37753ef79
@@ -13878,8 +150385,7 @@ Date:   Tue Oct 31 12:42:08 2017 -0700
 
     [ci] Add CircleCI for cross-compiling (#592)
 
- .circleci/config.yml | 61
- ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ .circleci/config.yml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++
  README               |  1 +
  2 files changed, 62 insertions(+)
 
@@ -13888,7 +150394,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 31 13:18:21 2017 -0600
 
     Define _GNU_SOURCE
-
+    
     Might help with https://github.com/behdad/harfbuzz/pull/592
     Ie. bringing in qsort_r() prototype always.
 
@@ -13900,7 +150406,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 31 11:17:43 2017 -0600
 
     [coretext/uniscribe] Fix build
-
+    
     https://travis-ci.org/behdad/harfbuzz/jobs/295039536#L3468
     https://ci.appveyor.com/project/behdad/harfbuzz/build/1.0.697/job/dr1ujlntxafeqbej#L142
 
@@ -13913,7 +150419,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 30 14:11:59 2017 -0600
 
     Fix Windows build
-
+    
     (And prevent it from happening in the future.)
 
  src/hb-ot-layout.cc     | 1 +
@@ -13925,11 +150431,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 30 13:15:05 2017 -0600
 
     [post] Implement glyph_from_name()
-
+    
     This concludes https://github.com/behdad/harfbuzz/pull/568
 
- src/hb-ot-post-table.hh | 119
- ++++++++++++++++++++++++++++++++++++------------
+ src/hb-ot-post-table.hh | 119 ++++++++++++++++++++++++++++++++++++------------
  src/hb-private.hh       |  10 ++--
  src/hb-sort-r.hh        |   2 +-
  3 files changed, 96 insertions(+), 35 deletions(-)
@@ -13970,8 +150475,7 @@ Date:   Mon Oct 30 09:46:36 2017 -0600
 
     [post] Minor; towards implementing get_glyph_from_name()
 
- src/hb-ot-post-table.hh | 56
- +++++++++++++++++++++++++++----------------------
+ src/hb-ot-post-table.hh | 56 +++++++++++++++++++++++++++----------------------
  1 file changed, 31 insertions(+), 25 deletions(-)
 
 commit 977679f229a10868dc668294082bd82125e4fe48
@@ -14004,8 +150508,7 @@ Date:   Sun Oct 29 16:38:58 2017 -0600
     Add hb-sort-r, a portable qsort_r() replacement
 
  src/Makefile.sources |   1 +
- src/hb-sort-r.hh     | 227
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-sort-r.hh     | 227 +++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 228 insertions(+)
 
 commit 923a8f520addba095384b975ba8934e5a18fb696
@@ -14031,12 +150534,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Oct 28 19:54:04 2017 -0600
 
     [ot] Speed up get_glyph_name()
-
+    
     get_glyph_from_name() coming soon.
 
  src/hb-ot-font.cc            |  13 ++--
- src/hb-ot-post-table.hh      | 160
- +++++++++++++++++++------------------------
+ src/hb-ot-post-table.hh      | 160 +++++++++++++++++++------------------------
  src/test-buffer-serialize.cc |   4 +-
  3 files changed, 81 insertions(+), 96 deletions(-)
 
@@ -14054,7 +150556,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Oct 28 12:00:49 2017 -0600
 
     More nullptr fix
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/585
 
  src/test.cc | 4 +---
@@ -14065,7 +150567,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 27 16:34:01 2017 -0600
 
     [glib/ucdn/icu/ft/ot] Make returned funcs inert
-
+    
     Such that client cannot accidentally destroy them, even though that
     will be a bug in their code...
 
@@ -14082,7 +150584,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 27 16:03:51 2017 -0600
 
     Fix previous commit
-
+    
     Oops.
 
  src/hb-glib.cc | 2 +-
@@ -14106,7 +150608,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 27 15:13:50 2017 -0600
 
     Correctly mark NullPool const
-
+    
     Saves some more code size as well!
 
  src/hb-open-type-private.hh | 2 +-
@@ -14119,7 +150621,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 27 15:09:22 2017 -0600
 
     Reduce prealloced number of user-data items from 2 to 1
-
+    
     Even 1 is too many but putting 0 breaks compile.  Saves 3k in .so
 
  src/hb-private.hh | 2 +-
@@ -14130,7 +150632,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 27 15:01:40 2017 -0600
 
     Make the NullPool HB_INTERNAL shared
-
+    
     Saves 2k of .bss section.
 
  src/hb-open-type-private.hh | 10 ++++++----
@@ -14143,7 +150645,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 27 14:42:59 2017 -0600
 
     [ot] Remove shaper name
-
+    
     In ten years we never used them...
 
  src/hb-ot-shape-complex-arabic.cc  | 1 -
@@ -14163,7 +150665,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 27 14:29:12 2017 -0600
 
     Fix IntType.cmp() to avoid narrowing down integer types
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/571
 
  src/hb-open-type-private.hh | 5 +++--
@@ -14174,12 +150676,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 27 10:29:25 2017 -0600
 
     Make c++11 optional
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/585
 
  configure.ac                |   4 +-
- m4/ax_cxx_compile_stdcxx.m4 | 982
- ++++++++++++++++++++++++++++++++++++++++++++
+ m4/ax_cxx_compile_stdcxx.m4 | 982 ++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 983 insertions(+), 3 deletions(-)
 
 commit 6c4689704071a76c49be819b8034feaf93e26a42
@@ -14205,7 +150706,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 27 09:29:20 2017 -0600
 
     Use NULL instead of polyfill, if nullptr is not available
-
+    
     Part of fixing https://github.com/behdad/harfbuzz/issues/585
 
  src/hb-private.hh | 22 +++-------------------
@@ -14216,7 +150717,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 27 09:22:30 2017 -0600
 
     Include hb-private.hh more consistently
-
+    
     Part of fixing https://github.com/behdad/harfbuzz/issues/585
 
  src/test-buffer-serialize.cc |  4 +---
@@ -14236,7 +150737,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 27 00:25:11 2017 -0600
 
     Towards compiling with pre-C++11 compilers and nullptr fallback
-
+    
     https://github.com/behdad/harfbuzz/issues/585
 
  src/hb-atomic-private.hh | 4 ++--
@@ -14249,8 +150750,7 @@ Date:   Thu Oct 26 20:34:04 2017 -0600
     [post] Make format1 names array avoid relocations
 
  src/Makefile.sources       |   1 +
- src/hb-ot-post-macroman.hh | 294
- +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-post-macroman.hh | 294 +++++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-post-table.hh    |  55 ++-------
  3 files changed, 305 insertions(+), 45 deletions(-)
 
@@ -14259,13 +150759,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 26 19:48:33 2017 -0600
 
     Add hb-string-array.hh
-
+    
     Used to build static string arrays that use no relocation.
 
  src/Makefile.sources   |  1 +
  src/hb-private.hh      |  6 ++--
- src/hb-string-array.hh | 74
- ++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-string-array.hh | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 79 insertions(+), 2 deletions(-)
 
 commit 6f08b12bc38166dee2f9740d396d617b32e887a3
@@ -14301,7 +150800,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 26 11:43:33 2017 -0600
 
     Fix warning
-
+    
     https://github.com/behdad/harfbuzz/commit/49a41dc75931cc2d2f7e74b7801f8cc327039e8e#commitcomment-25203194
 
  test/api/test-set.c | 5 +++--
@@ -14312,7 +150811,7 @@ Author: Jonathan Kew <jfkthame@gmail.com>
 Date:   Thu Oct 26 16:59:50 2017 +0100
 
     [set] Fix page_map[] indexing in backward loop.
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/579.
 
  src/hb-set-private.hh | 4 ++--
@@ -14332,7 +150831,7 @@ Author: Jonathan Kew <jfkthame@gmail.com>
 Date:   Thu Oct 26 17:54:55 2017 +0100
 
     [test] Additional coverage in test_set_iter.
-
+    
     This adds a couple extra entries to the set used, such that iteration
     would fail in 1.6.2 due to the bug in hb_set_t::page_t::next().
 
@@ -14353,7 +150852,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 25 18:22:47 2017 -0600
 
     [post] Oops!
-
+    
     https://ci.appveyor.com/project/behdad/harfbuzz/build/1.0.668/job/ikfj8peowgrp059t
 
  src/hb-ot-post-table.hh | 4 ++--
@@ -14364,12 +150863,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 25 17:40:50 2017 -0600
 
     [post] Touch up and fixes
-
+    
     The get_glyph_from_name() is incorrect; needs fixing.
 
  src/hb-ot-font.cc       |   9 ++--
- src/hb-ot-post-table.hh | 139
- +++++++++++++++++++++++++++---------------------
+ src/hb-ot-post-table.hh | 139 +++++++++++++++++++++++++++---------------------
  2 files changed, 81 insertions(+), 67 deletions(-)
 
 commit d9e166f74c3ba3128c9ef3ccd8d7799e67f14eab
@@ -14379,8 +150877,7 @@ Date:   Wed Oct 18 20:49:16 2017 +0200
     [ot-font] Implement hb_ot_get_glyph_from_name
 
  src/hb-ot-font.cc       | 22 ++++++++++++++++++-
- src/hb-ot-post-table.hh | 58
- +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-post-table.hh | 58 +++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 79 insertions(+), 1 deletion(-)
 
 commit 9d4d2fb9af446d5d41058fbb1da8117b3af048d3
@@ -14388,21 +150885,19 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Mon Oct 16 10:05:42 2017 +0200
 
     [ot-font] Implement hb_ot_get_glyph_name
-
-    Turns out we already have support for “post” table, it just
-    needed to be
+    
+    Turns out we already have support for “post” table, it just needed to be
     activated and put in use.
 
  src/hb-ot-font.cc                             | 46 ++++++++++++-
- src/hb-ot-post-table.hh                       | 96
- +++++++++++++++++++++++++++
+ src/hb-ot-post-table.hh                       | 96 +++++++++++++++++++++++++++
  test/shaping/tests/fallback-positioning.tests |  2 +-
  test/shaping/tests/indic-syllable.tests       |  2 +-
  test/shaping/tests/use.tests                  |  2 +-
  5 files changed, 143 insertions(+), 5 deletions(-)
 
 commit bf133497e53e8b1dcd22df62080d33e7f3d85b68
-Merge: fd786c76 49a41dc7
+Merge: fd786c768 49a41dc75
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 25 17:23:20 2017 -0600
 
@@ -14413,7 +150908,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 25 16:17:45 2017 -0600
 
     [test] Add more hb-set tests
-
+    
     https://github.com/behdad/harfbuzz/issues/579
 
  test/api/test-set.c | 40 ++++++++++++++++++++++++++++++++++++++++
@@ -14452,7 +150947,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 25 12:09:11 2017 -0400
 
     Check for headers in builddir first, in check-*.sh
-
+    
     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=103346
 
  src/check-c-linkage-decls.sh | 4 ++--
@@ -14466,12 +150961,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 24 10:06:25 2017 -0400
 
     check-externs.sh: Make output more verbose
-
+    
     Trying to figure out why this is failing on some Debian bots:
     https://bugs.freedesktop.org/show_bug.cgi?id=103346
-
-    Maybe I should check for GNU grep specifically now that I'm using
-    -n as well.
+    
+    Maybe I should check for GNU grep specifically now that I'm using -n as well.
 
  src/check-externs.sh | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
@@ -14500,10 +150994,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 23 14:26:48 2017 -0400
 
     [set] Fix crash
-
-    Ouch!  That's what happens when one plays with increment/decrement
-    operators!
-
+    
+    Ouch!  That's what happens when one plays with increment/decrement operators!
+    
     Fixes https://github.com/behdad/harfbuzz/issues/578
 
  src/hb-set-private.hh | 10 ++++++----
@@ -14515,8 +151008,7 @@ Date:   Mon Oct 23 13:10:21 2017 -0400
 
     [RELEASING] Format
 
- RELEASING.md | 67
- +++++++++++++++++++++++++++++++++++++++++++-----------------
+ RELEASING.md | 67 +++++++++++++++++++++++++++++++++++++++++++-----------------
  1 file changed, 48 insertions(+), 19 deletions(-)
 
 commit 6a2e1649debd992211bf96ef80d075d2d04a49ed
@@ -14524,7 +151016,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 23 13:01:34 2017 -0400
 
     [doap] Switch to github issues
-
+    
     https://github.com/behdad/harfbuzz/pull/575#issuecomment-338514596
 
  harfbuzz.doap | 2 +-
@@ -14535,7 +151027,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 23 13:00:36 2017 -0400
 
     [RELEASING] Minor
-
+    
     https://github.com/behdad/harfbuzz/pull/575
 
  RELEASING.md | 4 ++--
@@ -14555,7 +151047,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 23 08:36:40 2017 -0400
 
     [set] Don't use major()
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/577
 
  src/hb-set-private.hh | 10 +++++-----
@@ -14566,14 +151058,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 23 08:34:30 2017 -0400
 
     [set] Don't use PAGE_SIZE
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/576
 
  src/hb-set-private.hh | 12 ++++++------
  1 file changed, 6 insertions(+), 6 deletions(-)
 
 commit 57cf978fa314bd87405a2b133e58fcb116e574a6
-Merge: ce979454 6cc49762
+Merge: ce9794544 6cc49762c
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Oct 22 18:24:59 2017 -0400
 
@@ -14589,12 +151081,12 @@ Date:   Sun Oct 22 18:23:38 2017 -0400
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 6cc49762c4fdfd0e2770a84d1b1f055acf42376f
-Merge: 8b9d9b71 19923279
+Merge: 8b9d9b71b 19923279a
 Author: ebraminio <ebrahim@gnu.org>
 Date:   Mon Oct 23 01:48:22 2017 +0330
 
     Merge pull request #575 from behdad/releasing-edit
-
+    
     Clarify the last step of release
 
 commit 19923279abd4c7615e8b02e05a02ba18f5c0b298
@@ -14629,7 +151121,7 @@ Date:   Sun Oct 22 17:38:33 2017 -0400
  2 files changed, 14 insertions(+), 1 deletion(-)
 
 commit d59d5dc7d339deb45cc84cffd084b52752765a08
-Merge: ced86da7 3ee15a60
+Merge: ced86da7d 3ee15a603
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Oct 22 17:08:29 2017 -0400
 
@@ -14645,7 +151137,7 @@ Date:   Sun Oct 22 17:03:36 2017 -0400
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 commit bc1183aa6ba45a527084d391d6e7f801d6196060
-Merge: d45a2138 bfe0faf1
+Merge: d45a2138d bfe0faf1a
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Oct 22 17:06:00 2017 -0400
 
@@ -14670,12 +151162,12 @@ Date:   Sun Oct 22 15:54:50 2017 -0400
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit d45a2138d9d54eab158046d6503f1bb104efce25
-Merge: d8adaa97 41b18251
+Merge: d8adaa97f 41b182519
 Author: ebraminio <ebrahim@gnu.org>
 Date:   Sat Oct 21 10:19:55 2017 +0330
 
     Merge pull request #572 from fanc999/master.msvc
-
+    
     builds: Support HarfBuzz-GObject and introspection in CMake builds
 
 commit d8adaa97fbf33071b8a4b5c05c3f2f15f2fd22ea
@@ -14683,10 +151175,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 20 13:57:43 2017 -0400
 
     Another try at fixing build bots
-
-    hb-ot-shape.cc:287:18: error: comparison of constant 32 with
-    expression of type 'hb_unicode_general_category_t' is always true
-    [-Werror,-Wtautological-constant-out-of-range-compare]
+    
+    hb-ot-shape.cc:287:18: error: comparison of constant 32 with expression of type 'hb_unicode_general_category_t' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
 
  src/hb-private.hh | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
@@ -14696,7 +151186,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 19 11:39:52 2017 -0700
 
     Remove FLAG_SAFE()
-
+    
     No flag is safe, over time... See previous commit.
 
  src/hb-ot-shape-complex-arabic.cc |  4 ++--
@@ -14711,12 +151201,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 19 11:35:51 2017 -0700
 
     [myanmar] Fix unsafe usage of FLAG_SAFE()
-
+    
     The commit f559c633073f63b9d87cb2440048b4413cfa1c05 caused
     "undefined-shift" errors in Myanmar shaper as we changed the
     numeric value of type D from 19 to 32 there, making the
     "FLAG_SAFE (info.myanmar_category())" wrong.
-
+    
     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3546
 
  src/hb-ot-shape-complex-myanmar.cc | 2 +-
@@ -14727,13 +151217,11 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Thu Oct 19 18:36:32 2017 +0800
 
     CMake builds: Support introspection builds
-
-    This adds support for introspection builds on Windows that is
-    enabled by
-    the HB_HAVE_INTROSPECTION option, which will also enable
-    HB_HAVE_GOBJECT
+    
+    This adds support for introspection builds on Windows that is enabled by
+    the HB_HAVE_INTROSPECTION option, which will also enable HB_HAVE_GOBJECT
     (and so HB_HAVE_GLIB) as they are required for introspection.
-
+    
     In order for this to work one must ensure that the Python installation
     listed in PYTHON_EXECUTABLE is the same Python release series that was
     used to build _giscanner.pyd (the Python module that is used by
@@ -14742,8 +151230,7 @@ Date:   Thu Oct 19 18:36:32 2017 +0800
     are not in the standard PATH and PKG_CONFIG_PATH, which is actually
     in-line with the *NIX builds.
 
- CMakeLists.txt | 161
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
+ CMakeLists.txt | 161 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
  1 file changed, 154 insertions(+), 7 deletions(-)
 
 commit 53db221259b5eea4d2244321b2fe96beb39aef7d
@@ -14751,28 +151238,24 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Wed Oct 18 15:43:57 2017 +0800
 
     CMake: Support building HarfBuzz-GObject
-
+    
     This adds support to the CMake build files to support building
     HarfBuzz-GObject, which is actually a little bit complicated,
     as we need to:
-
+    
     -Run glib-mkenums, which is a Python (for newer GLib/GObject) or PERL
      (for older, pre 2.53.4, GLib/GObject) script.  This matters more for
-     Visual Studio builds as shebang lines are not supported, so we
-     need to
+     Visual Studio builds as shebang lines are not supported, so we need to
      test-run it with PERL or Python to determine which is the correct
      interpretor to use.
-
+    
     -Next, we need to replace strings in the sources that we obtain from
-     running glib-mkenums.  So, the solution here is to use a small
-     utility
-     CMake script for our purposes here, to maintain maximum
-     compatibility.
-
+     running glib-mkenums.  So, the solution here is to use a small utility
+     CMake script for our purposes here, to maintain maximum compatibility.
+    
     -Ensure that things do work in the Visual Studio IDE builds.
 
- CMakeLists.txt             | 128
- +++++++++++++++++++++++++++++++++++++++++++++
+ CMakeLists.txt             | 128 +++++++++++++++++++++++++++++++++++++++++++++
  Makefile.am                |   1 +
  replace-enum-strings.cmake |  21 ++++++++
  3 files changed, 150 insertions(+)
@@ -14782,13 +151265,13 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Wed Oct 18 22:27:28 2017 +0800
 
     CMake builds: Fix builds
-
+    
     Include the fallback sources in the build, and update
     src/Makefile.sources so that it can be read by the CMake build files.
-
+    
     Fix a typo in the DirectWrite configure option so that we can properly
     enable DirectWrite builds.
-
+    
     Also, when building the utility program, install them as well.
 
  CMakeLists.txt       | 21 ++++++++++++++++++++-
@@ -14809,13 +151292,12 @@ Author: Fredrik Roubert <fredrik@roubert.name>
 Date:   Tue Oct 17 15:06:31 2017 -0700
 
     Switch from ICU deprecated unorm_normalize to unorm2_normalize. (#569)
-
+    
     The new unorm2_normalize has been public API since ICU 4.4, while
     the old unorm_normalize has been deprecated since ICU 56.
-
+    
     Now, beginning with ICU 60, unorm_normalize will also be annotated
-    U_DEPRECATED and trigger the compiler -Wdeprecated-declarations
-    warning.
+    U_DEPRECATED and trigger the compiler -Wdeprecated-declarations warning.
 
  src/hb-icu.cc | 12 ++++++------
  1 file changed, 6 insertions(+), 6 deletions(-)
@@ -14834,10 +151316,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 17 11:16:36 2017 -0700
 
     Try fixing build on VC
-
-    c:\projects\harfbuzz\src\hb-set-private.hh(151): error C2327:
-    'hb_set_t::page_t::v': is not a type name, static, or enumerator
-    [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
+    
+    c:\projects\harfbuzz\src\hb-set-private.hh(151): error C2327: 'hb_set_t::page_t::v': is not a type name, static, or enumerator [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
 
  src/hb-set-private.hh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -14847,7 +151327,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 17 11:14:48 2017 -0700
 
     [coretext] Fix build
-
+    
     error: static_assert expression is not an integral constant expression
 
  src/hb-coretext.cc | 2 +-
@@ -14876,7 +151356,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Oct 15 18:20:25 2017 -0400
 
     [set] Disable vectorization
-
+    
     Fixes clang "non-const reference cannot bind to vector element" error.
 
  src/hb-set-private.hh | 4 +++-
@@ -14924,10 +151404,8 @@ Date:   Sun Oct 15 16:21:03 2017 -0400
 
     Properly detect vector_size attribute and use fallback otherwise
 
- src/hb-private.hh     | 67
- +++++++++++++++++++++++++++++++++++++++++++++++++++
- src/hb-set-private.hh | 62
- ++---------------------------------------------
+ src/hb-private.hh     | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-set-private.hh | 62 ++---------------------------------------------
  2 files changed, 69 insertions(+), 60 deletions(-)
 
 commit f8a0ec50e23264fdfe9e3a5a2e0453a87f415b3d
@@ -14936,8 +151414,7 @@ Date:   Sun Oct 15 16:10:35 2017 -0400
 
     [set] Add fallback implementation of int-vector type
 
- src/hb-set-private.hh | 64
- ++++++++++++++++++++++++++++++++++++---------------
+ src/hb-set-private.hh | 64 ++++++++++++++++++++++++++++++++++++---------------
  1 file changed, 45 insertions(+), 19 deletions(-)
 
 commit deed4a48d15d4a475f8695aa3269547adf63867a
@@ -14945,12 +151422,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Oct 15 16:53:09 2017 +0200
 
     Faster hb_set_t
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/23
 
  src/hb-private.hh     |  56 ++++---
- src/hb-set-private.hh | 431
- +++++++++++++++++++++++++++++++++++++++++---------
+ src/hb-set-private.hh | 431 +++++++++++++++++++++++++++++++++++++++++---------
  test/api/test-set.c   |   6 -
  3 files changed, 391 insertions(+), 102 deletions(-)
 
@@ -15000,8 +151476,7 @@ Date:   Sun Oct 15 14:10:34 2017 +0200
     Remove unused hb_cache_t
 
  src/Makefile.sources    |  1 -
- src/hb-cache-private.hh | 74
- -------------------------------------------------
+ src/hb-cache-private.hh | 74 -------------------------------------------------
  src/hb-ft.cc            |  2 --
  3 files changed, 77 deletions(-)
 
@@ -15011,8 +151486,7 @@ Date:   Sun Oct 15 14:09:46 2017 +0200
 
     Remove unused hb_frozen_set_t
 
- src/hb-set-private.hh | 55
- ---------------------------------------------------
+ src/hb-set-private.hh | 55 ---------------------------------------------------
  1 file changed, 55 deletions(-)
 
 commit 826a1daf2f2075459ff25a20ed8abec030d95c52
@@ -15023,8 +151497,7 @@ Date:   Sun Oct 15 14:09:05 2017 +0200
 
  src/Makefile.sources         |   1 +
  src/hb-ot-layout-private.hh  |   2 +-
- src/hb-set-digest-private.hh | 144
- +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-set-digest-private.hh | 144 +++++++++++++++++++++++++++++++++++++++++++
  src/hb-set-private.hh        | 113 ---------------------------------
  4 files changed, 146 insertions(+), 114 deletions(-)
 
@@ -15123,8 +151596,7 @@ Date:   Sun Oct 15 12:11:08 2017 +0200
  util/hb-shape.cc                           |  14 ++--
  util/helper-cairo.cc                       |  12 ++--
  util/main-font-text.hh                     |   4 +-
- util/options.cc                            | 110
- ++++++++++++++---------------
+ util/options.cc                            | 110 ++++++++++++++---------------
  util/options.hh                            |  56 +++++++--------
  util/shape-consumer.hh                     |  10 +--
  65 files changed, 563 insertions(+), 568 deletions(-)
@@ -15158,8 +151630,7 @@ Date:   Sun Oct 15 12:02:00 2017 +0200
  src/hb-ot-shape-complex-arabic-fallback.hh |  6 +++---
  src/hb-ot-shape-complex-indic.cc           |  2 +-
  src/hb-ot-shape-complex-use.cc             |  2 +-
- src/hb-private.hh                          | 34
- +++++++++++++-----------------
+ src/hb-private.hh                          | 34 +++++++++++++-----------------
  src/hb-set-private.hh                      |  8 +++----
  src/hb-uniscribe.cc                        |  2 +-
  util/options.cc                            |  3 ++-
@@ -15170,7 +151641,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Oct 15 11:24:35 2017 +0200
 
     Add polyfill for static_assert and nullptr
-
+    
     Also fix hb_assert_constant_t.
 
  src/hb-private.hh | 38 ++++++++++++++++++++++++++++++++++----
@@ -15181,7 +151652,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Oct 15 10:55:32 2017 +0200
 
     [util] Include hb-private.hh
-
+    
     Simplifies compatibility issues by centralizing all boilerplate code
     in hb-private.hh.
 
@@ -15193,16 +151664,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Oct 15 10:48:19 2017 +0200
 
     Never skip over CGJ
-
+    
     We might want to tweak this some more.  For now, never skipping over
     it is better behavior than always skipping.
-
+    
     Part of https://github.com/behdad/harfbuzz/issues/554
 
- src/hb-ot-layout-private.hh                          |  19
- +++++++++++--------
- .../bf962d3202883a820aed019d9b5c1838c2ff69c6.ttf     | Bin 0 ->
- 2468 bytes
+ src/hb-ot-layout-private.hh                          |  19 +++++++++++--------
+ .../bf962d3202883a820aed019d9b5c1838c2ff69c6.ttf     | Bin 0 -> 2468 bytes
  test/shaping/tests/default-ignorables.tests          |   1 +
  3 files changed, 12 insertions(+), 8 deletions(-)
 
@@ -15240,7 +151709,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 13 10:21:07 2017 +0200
 
     [coretext] Pass correct font size to CoreText
-
+    
     CoreText "point"s are not typographic points, but CSS pixels.  Ie.
     they are 96 per inch, not 72 per inch.
 
@@ -15248,7 +151717,7 @@ Date:   Fri Oct 13 10:21:07 2017 +0200
  1 file changed, 11 insertions(+), 7 deletions(-)
 
 commit 4f9a83ec2109b754a75c962e88117d063e6fed43
-Merge: fa48ccbe 40b05d7b
+Merge: fa48ccbe1 40b05d7b7
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 12 14:08:58 2017 +0200
 
@@ -15259,14 +151728,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 12 14:07:37 2017 +0200
 
     [indic] Special-case Kannada Ra,H,ZWJ sequence
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/435
 
- src/hb-ot-shape-complex-indic.cc                         |  15
- +++++++++++++++
+ src/hb-ot-shape-complex-indic.cc                         |  15 +++++++++++++++
  test/shaping/Makefile.am                                 |   1 +
- .../sha1sum/3cae6bfe5b57c07ba81ddbd54c02fe4f3a1e3bf6.ttf | Bin 0 ->
- 2984 bytes
+ .../sha1sum/3cae6bfe5b57c07ba81ddbd54c02fe4f3a1e3bf6.ttf | Bin 0 -> 2984 bytes
  test/shaping/tests/indic-special-cases.tests             |   3 +++
  4 files changed, 19 insertions(+)
 
@@ -15274,14 +151741,11 @@ commit 40b05d7b770b8045f176f66231c412b32482d874
 Author: n8willis <n8willis@users.noreply.github.com>
 Date:   Thu Oct 12 12:48:48 2017 +0100
 
-    Replacing 'cluster' with 'syllable' when comments describe certain
-    Indic shaping behavior (#563)
-
-    * Clarified wording of syllable/cluster behavior in Uniscribe in
-    final_reordering; changed one other probable typo.
-
-    * Additional syllable/cluster swap in comments for final reordering
-    and for initial-reordering matra decomposition.
+    Replacing 'cluster' with 'syllable' when comments describe certain Indic shaping behavior (#563)
+    
+    * Clarified wording of syllable/cluster behavior in Uniscribe in final_reordering; changed one other probable typo.
+    
+    * Additional syllable/cluster swap in comments for final reordering and for initial-reordering matra decomposition.
 
  src/hb-ot-shape-complex-indic.cc | 12 ++++++------
  1 file changed, 6 insertions(+), 6 deletions(-)
@@ -15309,7 +151773,7 @@ Author: Dominik Röttsches <drott@chromium.org>
 Date:   Thu Oct 12 11:49:37 2017 +0200
 
     [coretext] Activate tracking for system fonts
-
+    
     Another attempt at fully fixing
     https://github.com/behdad/harfbuzz/issues/360
 
@@ -15321,13 +151785,11 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Thu Oct 12 12:05:08 2017 +0300
 
     CMakelists.txt fix for Freetype builds (#564)
-
-    Instead of searching for freetype using pkg-config, use the
-    FindFreetype
-    feature of CMake. This allows for better integration with other
-    projects
+    
+    Instead of searching for freetype using pkg-config, use the FindFreetype
+    feature of CMake. This allows for better integration with other projects
     that make use of CMake.
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/518
 
  CMakeLists.txt | 24 +++++++-----------------
@@ -15338,9 +151800,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 12 10:46:09 2017 +0200
 
     [coretext] Use fabsf() instead of abs()
-
+    
     Fixes bots.
-
+    
     Link libharfbuzz.so with -lm.  Surprising that we survived without
     it so far!
 
@@ -15363,8 +151825,7 @@ Date:   Thu Oct 12 12:11:47 2017 +0330
  win32/Makefile.vc               |  67 ------------
  win32/README.txt                |  97 -----------------
  win32/build-rules-msvc.mak      | 130 -----------------------
- win32/config-msvc.mak           | 230
- ----------------------------------------
+ win32/config-msvc.mak           | 230 ----------------------------------------
  win32/config.h.win32.in         | 158 ---------------------------
  win32/create-lists-msvc.mak     | 147 -------------------------
  win32/create-lists.bat          |  42 --------
@@ -15385,15 +151846,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 12 10:33:16 2017 +0200
 
     [ft] Add hb_ft_font_changed()
-
-    When the font size or variations settings on underlying FT_Face
-    change,
-    one can call hb_ft_font_changed() and continue using hb_font
-    created using
+    
+    When the font size or variations settings on underlying FT_Face change,
+    one can call hb_ft_font_changed() and continue using hb_font created using
     hb_ft_font_create().
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/559
-
+    
     New API:
     hb_ft_font_changed()
 
@@ -15407,10 +151866,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 11 17:22:44 2017 +0200
 
     Add hb_face_get_table_tags()
-
+    
     New API:
     hb_face_get_table_tags()
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/560
 
  src/hb-face.cc              | 29 +++++++++++++++++++++++++++++
@@ -15423,7 +151882,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 11 15:51:31 2017 +0200
 
     Remove cast of functions to (hb_destroy_func_t)
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/474
 
  src/hb-blob.cc     |  8 +++++++-
@@ -15485,7 +151944,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 11 15:02:48 2017 +0200
 
     [coretext-aat] Also pass through CoreText if font has kerx table
-
+    
     SFNSText has kerx table which apparently is applied.
 
  src/hb-coretext.cc | 20 +++++++++-----------
@@ -15502,12 +151961,12 @@ Date:   Wed Oct 11 14:09:30 2017 +0200
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 7b23c286a71883ac3e5777a2dee262af48c76854
-Merge: 8d450dd1 a5ebe1d4
+Merge: 8d450dd18 a5ebe1d4a
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 11 13:35:32 2017 +0200
 
     Merge branch 'coretext-optical-sizing'
-
+    
     Should fix https://github.com/behdad/harfbuzz/issues/360
 
 commit a5ebe1d4aec41bc5e289a7969e5e5f7bb57733b6
@@ -15515,7 +151974,7 @@ Author: Dominik Röttsches <drott@chromium.org>
 Date:   Wed Oct 11 13:32:38 2017 +0200
 
     [coretext] Recreate CTFont if pt size changed
-
+    
     Attempt at fixing #360
 
  src/hb-coretext.cc | 5 +++--
@@ -15544,13 +152003,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 11 13:05:59 2017 +0200
 
     [coretext] Move CT_Font to font data
-
+    
     Towards implementing optical sizing.  Untested; won't compile.
-
+    
     https://github.com/behdad/harfbuzz/issues/360
 
- src/hb-coretext.cc | 85
- ++++++++++++++++++++++++------------------------------
+ src/hb-coretext.cc | 85 ++++++++++++++++++++++++------------------------------
  1 file changed, 37 insertions(+), 48 deletions(-)
 
 commit f9b4c6570a4725eec5393f86e6468a189ac8c6be
@@ -15567,7 +152025,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 11 12:43:46 2017 +0200
 
     Infrastructure for creating CTFont with correct font size
-
+    
     https://github.com/behdad/harfbuzz/issues/360
 
  src/hb-shaper-private.hh | 12 ++++++++++++
@@ -15587,10 +152045,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 11 12:23:35 2017 +0200
 
     Remove dirty tracking
-
+    
     Turns out I don't need this to resolve CoreText optical sizing
     issue after all.
-
+    
     https://github.com/behdad/harfbuzz/issues/360
 
  src/hb-face-private.hh |  9 ---------
@@ -15604,11 +152062,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 11 11:47:47 2017 +0200
 
     Add hb_font_[sg]et_ptem() to set/get point size on font
-
+    
     New API:
     hb_font_set_ptem()
     hb_font_get_ptem()
-
+    
     Needed for hb-coretext optical sizing:
     https://github.com/behdad/harfbuzz/issues/360
 
@@ -15641,7 +152099,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Oct 7 12:56:53 2017 +0200
 
     Add check for HB_EXTERNs
-
+    
     https://github.com/behdad/harfbuzz/pull/555
 
  src/Makefile.am      |  1 +
@@ -15652,41 +152110,33 @@ commit 48a9406839f086735a05a2f1a07987b8a6bd6d33
 Author: fanc999 <fanc999@yahoo.com.tw>
 Date:   Sat Oct 7 18:57:14 2017 +0800
 
-    Fix build of HarfBuzz tools and HarfBuzz-GObject on Visual Studio
-    (#555)
-
+    Fix build of HarfBuzz tools and HarfBuzz-GObject on Visual Studio (#555)
+    
     * hb-buffer.h: Mark hb_buffer_diff() for export
-
+    
     This will fix the tools builds on Visual Studio, as the symbol is used
     by the tools.
-
+    
     * build: Adapt NMake Makefiles for GLib 2.53.4 or later
-
+    
     glib-mkenums was ported from a PERL script to a Python script, so we
-    need to update how we generate the enum sources for HarfBuzz-GObject
-    in
-    the NMake builds.  Let this be known in the build documentation
-    for MSVC
+    need to update how we generate the enum sources for HarfBuzz-GObject in
+    the NMake builds.  Let this be known in the build documentation for MSVC
     builds.
-
-    One of the problems with the underlying cmd.exe that the NMake
-    Makefiles
+    
+    One of the problems with the underlying cmd.exe that the NMake Makefiles
     run on is that shebang lines are not recognized, so we need to to test
     run the script with Python and see whether it succeeded by outputing a
     source file that is larger than 0 in file size (since running the PERL
     version of the script will clearly fail and cause an empty file to be
     created).
-
-    If it succeeds, we then run a small Python utility script that
-    makes the
-    necessary string replacements, and we are done.  If that fails,
-    then we
-    run the glib-mkenums script with PERL, and do the replacements
-    with the
+    
+    If it succeeds, we then run a small Python utility script that makes the
+    necessary string replacements, and we are done.  If that fails, then we
+    run the glib-mkenums script with PERL, and do the replacements with the
     PERL one-liners as we did before.
-
-    We need to make replace.py use latin-1 encoding when using Python
-    3.x to
+    
+    We need to make replace.py use latin-1 encoding when using Python 3.x to
     cope with the copyright sign that is in the generated enum sources.
 
  src/hb-buffer.h         |  2 +-
@@ -15703,7 +152153,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 4 16:59:22 2017 +0200
 
     [ot] Remove 'mal' and 'gle' lang tags
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/477
 
  src/hb-ot-tag.cc | 2 --
@@ -15714,13 +152164,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 4 15:06:48 2017 +0200
 
     Improve performance of ligature component matching
-
-    This O(N^2) was introduced in
-    8b2c94c43fd335b944d5e5487265706b8e0f9041.
+    
+    This O(N^2) was introduced in 8b2c94c43fd335b944d5e5487265706b8e0f9041.
     Make it O(N).
 
- src/hb-ot-layout-gsubgpos-private.hh | 37
- +++++++++++++++++++++++-------------
+ src/hb-ot-layout-gsubgpos-private.hh | 37 +++++++++++++++++++++++-------------
  1 file changed, 24 insertions(+), 13 deletions(-)
 
 commit ab8d70ec7023e51ba6fd7267d2b41c5f95ef0787
@@ -15728,11 +152176,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 4 14:47:10 2017 +0200
 
     [arabic] Implement Unicode Arabic Mark Ordering Algorithm UTR#53
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/509
 
- src/hb-ot-shape-complex-arabic.cc                  |  75
- +++++++++++++++++++++
+ src/hb-ot-shape-complex-arabic.cc                  |  75 +++++++++++++++++++++
  src/hb-ot-shape-complex-default.cc                 |   1 +
  src/hb-ot-shape-complex-hangul.cc                  |   1 +
  src/hb-ot-shape-complex-hebrew.cc                  |   1 +
@@ -15765,17 +152212,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 4 13:20:33 2017 +0200
 
     Adjust normalizer for out-of-order marks
-
+    
     We are going to implement Unicode Arabic Mark Ordering Algorithm:
-
+    
       http://www.unicode.org/reports/tr53/tr53-1.pdf
-
+    
     which will reorder marks out of their sorted ccc order.  Adjust
     normalizer to stop combining as soon as dangerous ordering is
     detected.
 
- src/hb-ot-shape-normalize.cc | 62
- ++++++++++++++++++++++++++------------------
+ src/hb-ot-shape-normalize.cc | 62 ++++++++++++++++++++++++++------------------
  1 file changed, 37 insertions(+), 25 deletions(-)
 
 commit a252ad61f077c3b7bbfd8335e1b105a57beb58ce
@@ -15792,9 +152238,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 4 13:06:51 2017 +0200
 
     Revert "Treat HAMZA ABOVE similar to SHADD for sorting purposes"
-
+    
     This reverts commit 5a330575768f5a213072230b9ec8faabac9c5737.
-
+    
     Proper fix coming soon.
 
  src/hb-unicode-private.hh | 4 ----
@@ -15805,7 +152251,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 4 11:33:47 2017 +0200
 
     Shorthand format controls should not be ignored
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/503
 
  src/hb-unicode-private.hh | 4 ++--
@@ -15816,7 +152262,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 4 11:28:04 2017 +0200
 
     Add Chinantec language tags
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/516
 
  src/hb-ot-tag.cc | 14 ++++++++++++++
@@ -15827,11 +152273,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 3 17:22:43 2017 +0200
 
     Fix GPOS v_origin ordering
-
-    This should affect mark attachment in vertical text.  I have no font
-    to test,
+    
+    This should affect mark attachment in vertical text.  I have no font to test,
     but this sounds the right order.
-
+    
     Noticed while debugging https://github.com/behdad/harfbuzz/issues/532
 
  src/hb-ot-shape.cc | 44 ++++++++++++++++++++------------------------
@@ -15842,7 +152287,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 3 16:00:18 2017 +0200
 
     [indic] Fix shaping of U+0AFB GUJARATI SIGN SHADDA
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/552
 
  src/hb-ot-shape-complex-indic-private.hh | 2 +-
@@ -15854,7 +152299,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 3 15:20:07 2017 +0200
 
     [indic] Implement Consonent_With_Stacker
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/528
 
  src/hb-ot-shape-complex-indic-machine.rl   | 5 +++--
@@ -15868,7 +152313,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 3 14:57:14 2017 +0200
 
     [use] Implement Consonant_With_Stacker
-
+    
     Related to https://github.com/behdad/harfbuzz/issues/528
 
  src/gen-use-table.py                   | 7 ++++---
@@ -15884,8 +152329,7 @@ Date:   Tue Oct 3 08:07:02 2017 -0400
     Test Consonant_With_Stacker in Kannada (#530)
 
  test/shaping/Makefile.am                           |   1 +
- test/shaping/fonts/COPYING                         | 100
- +++++++++++++++++++++
+ test/shaping/fonts/COPYING                         | 100 +++++++++++++++++++++
  .../341421e629668b1a1242245d39238ca48432d35d.ttf   | Bin 0 -> 1084 bytes
  .../55c88ebbe938680b08f92c3de20713183e0c7481.ttf   | Bin 0 -> 3300 bytes
  .../663aef6b019dbf45ffd74089e2b5f2496ceceb18.ttf   | Bin 0 -> 1204 bytes
@@ -15898,23 +152342,22 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 3 13:46:25 2017 +0200
 
     Tweak mark-base attachment
-
+    
     Apparently a base glyph can also become an attached component of a
     ligature if the ligature-forming lookup used IgnoreBase.  This was
     being confused with a non-first component of a MultipleSubst and
     hence not matched for mark-attachment.  Tweak test to fix.
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/543
 
  src/hb-ot-layout-gpos-table.hh                           |   4 +++-
  test/shaping/Makefile.am                                 |   1 +
- .../sha1sum/98b7887cff91f722b92a8ff800120954606354f9.ttf | Bin 0 ->
- 1168 bytes
+ .../sha1sum/98b7887cff91f722b92a8ff800120954606354f9.ttf | Bin 0 -> 1168 bytes
  test/shaping/tests/mark-attachment.tests                 |   1 +
  4 files changed, 5 insertions(+), 1 deletion(-)
 
 commit ea772932d2430ebc7ea712a8c46ec2500966225d
-Merge: 771970ef c44657a0
+Merge: 771970efa c44657a05
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 3 13:25:44 2017 +0200
 
@@ -15935,7 +152378,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 3 13:22:07 2017 +0200
 
     Make bots happy
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/551
 
  test/shaping/tests/indic-syllable.tests | 2 +-
@@ -15946,9 +152389,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 3 13:14:17 2017 +0200
 
     Tweak input matching some more
-
+    
     Followup to 8b2c94c43fd335b944d5e5487265706b8e0f9041
-
+    
     Allow matching sequences of marks attached to different ligatures,
     as supposedly the base of the subsequent marks were already jumped
     over.
@@ -15971,30 +152414,26 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 2 20:28:56 2017 +0200
 
     Add test for U+0A51
-
+    
     New Indic numbers are:
-
+    
     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
     GUJARATI: 366355 out of 366457 tests passed. 102 failed (0.0278341%)
     GURMUKHI: 60729 out of 60747 tests passed. 18 failed (0.0296311%)
     KANNADA: 951201 out of 951913 tests passed. 712 failed (0.0747968%)
     KHMER: 299071 out of 299124 tests passed. 53 failed (0.0177184%)
-    MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed
-    (0.0188871%)
+    MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
-
-    Before 71c0a1429db7c7e7e32507be248c9457e1cbfc7d GURMUKHI used to be
-    at 15,
-    because Uniscribe seems to allow this character standalone, but
-    that looks
+    
+    Before 71c0a1429db7c7e7e32507be248c9457e1cbfc7d GURMUKHI used to be at 15,
+    because Uniscribe seems to allow this character standalone, but that looks
     wrong.
 
- .../sha1sum/1735326da89f0818cd8c51a0600e9789812c0f94.ttf | Bin 0 ->
- 1008 bytes
+ .../sha1sum/1735326da89f0818cd8c51a0600e9789812c0f94.ttf | Bin 0 -> 1008 bytes
  test/shaping/tests/indic-syllable.tests                  |   2 ++
  2 files changed, 2 insertions(+)
 
@@ -16003,23 +152442,20 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 2 20:02:45 2017 +0200
 
     Tweak ligature component matching for ligature formation
-
-    If two marks want to ligate and they belong to different components
-    of the
-    same ligature glyph, and said ligature glyph is to be ignored
-    according to
+    
+    If two marks want to ligate and they belong to different components of the
+    same ligature glyph, and said ligature glyph is to be ignored according to
     mark-filtering rules, then allow.
-
+    
     Example Burmese senquence:
-
+    
       U+1004,U+103A,U+1039,U+101B,U+103D,U+102D
-
+    
     Test font provided by Norbert Lindenberg.
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/545
 
- src/hb-ot-layout-gsubgpos-private.hh               |  59
- +++++++++++++++++----
+ src/hb-ot-layout-gsubgpos-private.hh               |  59 +++++++++++++++++----
  .../a6c76d1bafde4a0b1026ebcc932d2e5c6fd02442.ttf   | Bin 0 -> 1384 bytes
  test/shaping/tests/ligature-id.tests               |   1 +
  3 files changed, 51 insertions(+), 9 deletions(-)
@@ -16029,15 +152465,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 2 18:56:10 2017 +0200
 
     [indic] Fix shaping of U+0A51
-
+    
     Mark it as matra below to allow the sequence U+0A15, U+0A51, U+0A47.
     Oh well...
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/524
 
  src/hb-ot-shape-complex-indic.cc                         |   6 ++++++
- .../sha1sum/85fe0be440c64ac77699e21c2f1bd933a919167e.ttf | Bin 0 ->
- 1224 bytes
+ .../sha1sum/85fe0be440c64ac77699e21c2f1bd933a919167e.ttf | Bin 0 -> 1224 bytes
  test/shaping/tests/indic-syllable.tests                  |   1 +
  3 files changed, 7 insertions(+)
 
@@ -16047,8 +152482,7 @@ Date:   Mon Oct 2 18:30:05 2017 +0200
 
     [ucdn] Oops!
 
- src/hb-ucdn/{unicodedata_db.h => ucdn_db.h} | 4324
- ++++++++++++++-------------
+ src/hb-ucdn/{unicodedata_db.h => ucdn_db.h} | 4324 ++++++++++++++-------------
  1 file changed, 2175 insertions(+), 2149 deletions(-)
 
 commit cbec0cd65e1787b20ea55dd5583a7444938bd381
@@ -16084,7 +152518,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 2 18:20:51 2017 +0200
 
     [use] Hack to fix shaping of U+1A7F
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/525
 
  src/gen-use-table.py                 | 3 +++
@@ -16096,14 +152530,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 2 17:15:46 2017 +0200
 
     [ucdn] Update to Unicode 10
-
+    
     Update to commit c000ebf79c095a7d58cf90090bde5715592c4834
     plus this bug-fix: https://github.com/grigorig/ucdn/issues/18
 
  src/hb-ucdn.cc               |  4 +++
  src/hb-ucdn/Makefile.sources |  2 +-
- src/hb-ucdn/ucdn.c           | 69
- ++++++++++++++++++++++----------------------
+ src/hb-ucdn/ucdn.c           | 69 ++++++++++++++++++++++----------------------
  src/hb-ucdn/ucdn.h           |  7 +++++
  4 files changed, 47 insertions(+), 35 deletions(-)
 
@@ -16114,8 +152547,7 @@ Date:   Mon Oct 2 17:02:39 2017 +0200
     [use] Update to Unicode 10
 
  src/gen-use-table.py                 |  5 +--
- src/hb-ot-shape-complex-use-table.cc | 69
- ++++++++++++++++++++++++++----------
+ src/hb-ot-shape-complex-use-table.cc | 69 ++++++++++++++++++++++++++----------
  2 files changed, 54 insertions(+), 20 deletions(-)
 
 commit 29c244aff6e3c359796bb033496c14ad5537dbe0
@@ -16143,8 +152575,7 @@ Date:   Mon Oct 2 10:00:31 2017 -0400
 
     [indic] Update table to Unicode 10
 
- src/hb-ot-shape-complex-indic-table.cc | 70
- +++++++++++++++++-----------------
+ src/hb-ot-shape-complex-indic-table.cc | 70 +++++++++++++++++-----------------
  1 file changed, 36 insertions(+), 34 deletions(-)
 
 commit cc79b666bc4a81a0342ed1e706dd7db109739dc5
@@ -16152,11 +152583,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 2 09:19:15 2017 -0400
 
     [indic] Add test for 1a0a356a0f2b2932581e4fd0437c01c058f4f6d1
-
+    
     https://github.com/behdad/harfbuzz/issues/538
 
- .../sha1sum/87f85d17d26f1fe9ad28d7365101958edaefb967.ttf | Bin 0 ->
- 1000 bytes
+ .../sha1sum/87f85d17d26f1fe9ad28d7365101958edaefb967.ttf | Bin 0 -> 1000 bytes
  test/shaping/tests/indic-syllable.tests                  |   1 +
  2 files changed, 1 insertion(+)
 
@@ -16184,7 +152614,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 2 08:49:23 2017 -0400
 
     [indic] Categorize U+0980 BENGALI ANJI as placeholder
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/538
 
  src/hb-ot-shape-complex-indic.cc | 1 +
@@ -16194,11 +152624,9 @@ commit 19e77e01bc13f44138e1d50533327d314dd0a018
 Author: jfkthame <jfkthame@gmail.com>
 Date:   Mon Oct 2 13:08:49 2017 +0100
 
-    [shape-plan] Don't look for a cached plan if variation coords are
-    specified. Fixes #549. (#550)
-
-    This is a temporary hack just to avoid incorrect shaping results,
-    pending proper support
+    [shape-plan] Don't look for a cached plan if variation coords are specified. Fixes #549. (#550)
+    
+    This is a temporary hack just to avoid incorrect shaping results, pending proper support
     for caching shape-plans with variation coordinates.
 
  src/hb-shape-plan.cc | 16 +++++++++-------
@@ -16219,8 +152647,7 @@ Date:   Sun Oct 1 19:35:24 2017 +0330
 
     Add release checklist (#529)
 
- RELEASING.md | 96
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ RELEASING.md | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 96 insertions(+)
 
 commit 66128d3cfb12705530141b5a4bd2706f0cbb9fc5
@@ -16228,9 +152655,9 @@ Author: mhosken <mhosken@users.noreply.github.com>
 Date:   Wed Sep 27 01:29:45 2017 +0700
 
     Fix missing xscale in rtl graphite unpacking (#541)
-
+    
     * Fix missing xscale in rtl graphite unpacking
-
+    
     * Oops didn't need to mess with yscale
 
  src/hb-graphite2.cc | 2 +-
@@ -16240,16 +152667,13 @@ commit 3ca69c8c32b8408dd9f8e6e866cd07e58c0d79b7
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Sep 14 20:50:35 2017 -0400
 
-    Use strtod_l() to correctly parse decimal numbers in French &
-    other locales
-
+    Use strtod_l() to correctly parse decimal numbers in French & other locales
+    
     Test with, eg.:
-    $ LC_ALL=fr_FR.utf-8 ./hb-view NotoSansArabic-VF.ttf بهداد
-    --variations wght=1.2
+    $ LC_ALL=fr_FR.utf-8 ./hb-view NotoSansArabic-VF.ttf بهداد --variations wght=1.2
 
  configure.ac     |  4 ++--
- src/hb-common.cc | 53
- +++++++++++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-common.cc | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++--
  2 files changed, 53 insertions(+), 4 deletions(-)
 
 commit 9355218f582a6c2425cadcb868204f81b17d5767
@@ -16257,7 +152681,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Sep 9 11:21:07 2017 -0700
 
     [util] Add a few shorthand forms for commandline options
-
+    
     -o, -O, -u, -v, -V
 
  util/options.cc | 10 +++++-----
@@ -16278,9 +152702,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Sep 4 20:14:13 2017 -0700
 
     Fix buffer_diff for empty buffers
-
+    
     If buffers are empty, content type should be ignored.
-
+    
     This fixes last of the failing tests: fuzzed.tests.  Green again!
 
  src/hb-buffer.cc | 2 +-
@@ -16293,7 +152717,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Sep 4 20:04:59 2017 -0700
 
     [unsafe-to-break] Fix unsafe-to-break for cluster-level=1
-
+    
     Fixes tests/shaping/tests/cluster.tests
 
  src/hb-ot-shape.cc | 17 +++++++++++------
@@ -16313,12 +152737,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Sep 1 19:09:54 2017 -0700
 
     [util] Add --unicodes to hb-view / hb-shape
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/154
 
  test/shaping/hb_test_tools.py |  2 +-
- util/options.cc               | 65
- ++++++++++++++++++++++++++++++++++++++++++-
+ util/options.cc               | 65 ++++++++++++++++++++++++++++++++++++++++++-
  2 files changed, 65 insertions(+), 2 deletions(-)
 
 commit 0e5b475d98dd67e927534508fe2cd8dc9765e24e
@@ -16353,13 +152776,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Sep 1 10:34:21 2017 -0700
 
     [indic] Treat Consonant_With_Stacker as consonant
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/528
     "Kannada JIHVAMULIYA and UPADHMANIYA insert dotted circles"
 
  src/hb-ot-shape-complex-indic-private.hh                  |   2 +-
- .../sha1sum/3d0b77a2360aa6faa1385aaa510509ab70dfbeff.ttf  | Bin 0 ->
- 988 bytes
+ .../sha1sum/3d0b77a2360aa6faa1385aaa510509ab70dfbeff.ttf  | Bin 0 -> 988 bytes
  test/shaping/tests/indic-syllable.tests                   |   3 ++-
  3 files changed, 3 insertions(+), 2 deletions(-)
 
@@ -16368,7 +152790,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 30 17:28:22 2017 -0700
 
     [unsafe-to-break] Mark during fraction-slash formation
-
+    
     Fixes tests/automatic-fractions.tests
 
  src/hb-ot-shape.cc | 2 ++
@@ -16379,11 +152801,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 30 17:25:10 2017 -0700
 
     [util] Fix cluster sweeping during --verify
-
-    If *I* get this wrong in 2017, I have no idea how others get their
-    head around
+    
+    If *I* get this wrong in 2017, I have no idea how others get their head around
     cluster math...
-
+    
     Fixes tests/arabic-fallback-shaping.tests
 
  util/options.hh | 11 ++++++++---
@@ -16404,11 +152825,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 30 16:45:06 2017 -0700
 
     hb_buffer_diff() tweak
-
-    I like to have a mode where CONTAINS_NOTDEF and CONTAINS_DOTTEDCIRCLE
-    are not
-    returned.  Abused a value of -1 for that.  hb-shape now uses it.
-    Fixes two
+    
+    I like to have a mode where CONTAINS_NOTDEF and CONTAINS_DOTTEDCIRCLE are not
+    returned.  Abused a value of -1 for that.  hb-shape now uses it.  Fixes two
     of the six tests failing with --verify in test/shaping/run-tests.sh.
 
  src/hb-buffer.cc          | 16 ++++++++--------
@@ -16442,7 +152861,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 23 14:35:58 2017 -0700
 
     [test] Add --verify to hb-shape
-
+    
     Disabled for now.  Will enable and fix failures after next release.
 
  test/shaping/run-tests.sh | 3 ++-
@@ -16453,7 +152872,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 23 13:12:54 2017 -0700
 
     Add hb_glyph_info_get_glyph_flags()
-
+    
     New API.
 
  src/hb-buffer.cc | 17 +++++++++++++++++
@@ -16464,8 +152883,7 @@ commit 3e8f4f145255a905029c6b5cb8f40e6dcca096f3
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 22 17:56:25 2017 -0700
 
-    Rename HB_BUFFER_DIFF_FLAG_MASK_MISMATCH to
-    HB_BUFFER_DIFF_FLAG_GLYPH_FLAGS_MISMATCH
+    Rename HB_BUFFER_DIFF_FLAG_MASK_MISMATCH to HB_BUFFER_DIFF_FLAG_GLYPH_FLAGS_MISMATCH
 
  src/hb-buffer.cc | 2 +-
  src/hb-buffer.h  | 2 +-
@@ -16505,11 +152923,9 @@ Author: Emil A Eklund (eae) <eae@eae.net>
 Date:   Tue Aug 15 16:25:18 2017 -0700
 
     Fix signed/unsigned warning (#522)
-
-    Change hb_buffer_diff to explicitly cast result of abs to unsigned
-    when
-    comparing with position_fuzz to avoid unsafe signed/unsigned
-    comparions
+    
+    Change hb_buffer_diff to explicitly cast result of abs to unsigned when
+    comparing with position_fuzz to avoid unsafe signed/unsigned comparions
     warnings on windows.
 
  src/hb-buffer.cc | 8 ++++----
@@ -16550,19 +152966,18 @@ Author: Jonathan Kew <jfkthame@gmail.com>
 Date:   Sat Jul 19 23:09:09 2014 +0100
 
     Add function to compare two buffers
-
+    
     Based on patch from Jonathan Kew.
-
+    
     Needs more cleaning up and documentation.
-
+    
     New API:
     hb_buffer_diff_flags_t
     hb_buffer_diff()
 
  src/hb-buffer-private.hh   |  1 +
  src/hb-buffer-serialize.cc |  4 +--
- src/hb-buffer.cc           | 82
- ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-buffer.cc           | 82 ++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-buffer.h            | 39 ++++++++++++++++++++++
  4 files changed, 124 insertions(+), 2 deletions(-)
 
@@ -16592,14 +153007,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 11 19:51:06 2017 -0700
 
     [unsafe-to-break] Towards verifying unsafe-to-break in --verify
-
+    
     We break and shape fragments and reconstruct shape result from them.
     Remains to compare to original buffer.  Going to add some buffer
     comparison API and use here, instead of open-coding.
 
  src/hb-buffer.cc |   5 ++-
- util/options.hh  | 131
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ util/options.hh  | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
  2 files changed, 133 insertions(+), 3 deletions(-)
 
 commit 6ce25f57c663f86326262a5ff7a42288f358ed51
@@ -16607,7 +153021,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 11 19:31:05 2017 -0700
 
     Fix hb_buffer_append()
-
+    
     Ouch!
 
  src/hb-buffer.cc | 2 +-
@@ -16618,11 +153032,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 11 19:06:07 2017 -0700
 
     [unsafe-to-break] Copy flag to all glyphs in a cluster
-
+    
     Makes consumption easier.
 
- src/hb-buffer-private.hh    | 46
- +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-buffer-private.hh    | 46 +++++++++++++++++++++++++++++++++++++++++++++
  src/hb-buffer.cc            | 28 ++++++---------------------
  src/hb-ot-layout-private.hh |  3 +--
  src/hb-ot-shape.cc          | 27 ++++++++++++++++++++++++++
@@ -16633,9 +153046,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 11 18:24:27 2017 -0700
 
     [unsafe-to-break] Mark unsafe is cluster merging is disabled
-
-    We were relying on cluster merges not requiring unsafe flagging
-    because
+    
+    We were relying on cluster merges not requiring unsafe flagging because
     they get merged.  If cluster level requests no merging, then we flag
     unsafe when merge would have happened.
 
@@ -16648,8 +153060,7 @@ Date:   Fri Aug 11 15:52:06 2017 -0700
 
     New API: hb_buffer_append()
 
- src/hb-buffer.cc | 52
- +++++++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-buffer.cc | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++-
  src/hb-buffer.h  |  6 ++++++
  2 files changed, 57 insertions(+), 1 deletion(-)
 
@@ -16658,9 +153069,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 11 15:12:25 2017 -0700
 
     [util] Add --verify to hb-shape / hb-view that verifies shape results
-
-    Right now it checks for monotone cluster values.  Other checks to
-    be added.
+    
+    Right now it checks for monotone cluster values.  Other checks to be added.
 
  util/hb-shape.cc       |  7 ++-----
  util/options.cc        |  2 ++
@@ -16673,9 +153083,8 @@ commit 14a639ea592cba971e5548f0942dd395c602c7a8
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 11 11:30:39 2017 -0700
 
-    [unsafe-to-break] Fix Use-of-uninitialized-value in
-    unsafe_to_break_set_mask
-
+    [unsafe-to-break] Fix Use-of-uninitialized-value in unsafe_to_break_set_mask
+    
     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3011
 
  src/hb-ot-shape-complex-hangul.cc | 2 +-
@@ -16748,8 +153157,7 @@ commit e2a2b5b229c92f1de3b9c3ea111cd1ffa75b18fc
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 10 20:10:12 2017 -0700
 
-    [unsafe-to-break] Be careful with flag propagation when merging
-    clusters
+    [unsafe-to-break] Be careful with flag propagation when merging clusters
 
  src/hb-buffer-private.hh | 13 +++++++++++++
  src/hb-buffer.cc         | 17 ++++++++++-------
@@ -16761,7 +153169,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 10 19:58:05 2017 -0700
 
     Set mask to 0, instead of 1, by default
-
+    
     This shouldn't matter.
 
  src/hb-buffer.cc | 2 +-
@@ -16802,11 +153210,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 4 19:51:22 2016 +0200
 
     [unsafe-to-break] Simplify logic
-
+    
     Always use the algorithm for non-monotone case.  It's more robust.
 
- src/hb-buffer.cc | 57
- +++++++++++++-------------------------------------------
+ src/hb-buffer.cc | 57 +++++++++++++-------------------------------------------
  1 file changed, 13 insertions(+), 44 deletions(-)
 
 commit 40bd7e9a1cf422b17f15d0f66547bde9098e6ef3
@@ -16814,17 +153221,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 2 14:47:45 2016 +0200
 
     [unsafe-to-break] Add UNSAFE_TO_BREAK flag
-
+    
     Not all shapers code is updated to set this properly.
     GSUB and Arabic shaper are updated.
     GPOS and other shapers are NOT.
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/224
 
  src/hb-buffer-private.hh             | 26 ++++++++------
  src/hb-buffer-serialize.cc           | 24 +++++++++----
- src/hb-buffer.cc                     | 67
- ++++++++++++++++++++++++++++++++++++
+ src/hb-buffer.cc                     | 67 ++++++++++++++++++++++++++++++++++++
  src/hb-buffer.h                      | 10 ++++--
  src/hb-ot-layout-gsub-table.hh       |  7 ++--
  src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++-----
@@ -16867,7 +153273,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 9 17:23:28 2017 -0700
 
     Treat HAMZA ABOVE similar to SHADD for sorting purposes
-
+    
     Part of https://github.com/behdad/harfbuzz/issues/509
 
  src/hb-unicode-private.hh | 4 ++++
@@ -16878,9 +153284,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 9 17:09:21 2017 -0700
 
     Protect against div-by-zero in CBDT extent code
-
+    
     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1452#c5
-
+    
     CC https://github.com/behdad/harfbuzz/issues/139
 
  src/hb-ft.cc         | 4 ++--
@@ -16897,8 +153303,7 @@ Date:   Tue Aug 8 18:37:03 2017 -0700
  test/shaping/Makefile.am                           |   1 +
  .../d23d76ea0909c14972796937ba072b5a40c1e257.ttf   | Bin 0 -> 1812 bytes
  test/shaping/record-test.sh                        |   1 +
- test/shaping/tests/variations-rvrn.tests           | 100
- +++++++++++++++++++++
+ test/shaping/tests/variations-rvrn.tests           | 100 +++++++++++++++++++++
  4 files changed, 102 insertions(+)
 
 commit 7917792f01603f91b703d12e12d8baced655a615
@@ -16916,11 +153321,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 7 21:37:07 2017 -0700
 
     Two fixes to avar mapping
-
+    
     1. Handle segment with two entries correctly,
-
+    
     2. Fix rounding math.  Ouch!
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/521
 
  src/hb-ot-var-avar-table.hh | 13 +++++++++----
@@ -16931,7 +153336,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 3 12:34:15 2017 +0100
 
     [check-defs/symbols.sh] Drop empty-symbol lines
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/510
 
  src/check-defs.sh    | 2 +-
@@ -16943,7 +153348,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 19 17:20:55 2017 -0700
 
     [hb-shape] Rename --show-messages to --trace
-
+    
     https://github.com/behdad/harfbuzz/issues/506
 
  util/hb-shape.cc | 2 +-
@@ -16956,17 +153361,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 18 19:14:19 2017 -0700
 
     [hb-shape] Improve shaping-debug output
-
-    Before, that was printed using --debug (and in both hb-shape and
-    hb-view).
-    Changed it, now hb-shape has a new command-line argument called
-    --show-messages.
-    When invoked, it also respects other output formatting options.
-    The messages
-    are better formatted and printed to te same place that hb-shape
-    output is
+    
+    Before, that was printed using --debug (and in both hb-shape and hb-view).
+    Changed it, now hb-shape has a new command-line argument called --show-messages.
+    When invoked, it also respects other output formatting options.  The messages
+    are better formatted and printed to te same place that hb-shape output is
     directed to.  Previously they were written to stderr.
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/506
 
  util/hb-ot-shape-closure.cc | 10 +++++++---
@@ -17002,12 +153403,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 14 17:34:47 2017 +0100
 
     [arabic] Adjust feature order again
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/505
 
  src/hb-ot-shape-complex-arabic.cc                        |   7 ++++++-
- .../sha1sum/bf39b0e91ef9807f15a9e283a21a14a209fd2cfc.ttf | Bin 0 ->
- 7312 bytes
+ .../sha1sum/bf39b0e91ef9807f15a9e283a21a14a209fd2cfc.ttf | Bin 0 -> 7312 bytes
  test/shaping/tests/arabic-feature-order.tests            |   1 +
  3 files changed, 7 insertions(+), 1 deletion(-)
 
@@ -17016,15 +153416,14 @@ Author: Cosimo Lupo <cosimo@anthrotype.com>
 Date:   Fri Jul 14 17:11:46 2017 +0100
 
     [coretext] Allow to disable kern (#508)
-
+    
     * Minor
-
+    
     * [coretext] Fix leak
-
+    
     * [coretext] Do not reset num_features
-
-    * [coretext] allow to disable kern; re-enabling doesn't seem to
-    be working
+    
+    * [coretext] allow to disable kern; re-enabling doesn't seem to be working
 
  src/hb-coretext.cc | 41 ++++++++++++++++++++++++++++++++---------
  1 file changed, 32 insertions(+), 9 deletions(-)
@@ -17034,12 +153433,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 14 17:01:27 2017 +0100
 
     [use] Allow up to two medial-below letters
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/376
 
  src/hb-ot-shape-complex-use-machine.rl                   |   3 ++-
- .../sha1sum/e68a88939e0f06e34d2bc911f09b70890289c8fd.ttf | Bin 0 ->
- 2192 bytes
+ .../sha1sum/e68a88939e0f06e34d2bc911f09b70890289c8fd.ttf | Bin 0 -> 2192 bytes
  test/shaping/tests/use-syllable.tests                    |   3 +++
  3 files changed, 5 insertions(+), 1 deletion(-)
 
@@ -17048,10 +153446,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 14 16:38:51 2017 +0100
 
     [use] Fix shaping of U+AA29 CHAM VOWEL SIGN AA
-
+    
     Part of https://github.com/behdad/harfbuzz/issues/376
     Also see https://github.com/roozbehp/unicode-data/issues/6
-
+    
     Test added, using NotoSansCham built from Noto Phase III sources.
 
  src/gen-arabic-table.py                                  |   2 +-
@@ -17059,8 +153457,7 @@ Date:   Fri Jul 14 16:38:51 2017 +0100
  src/gen-use-table.py                                     |   8 +++++---
  src/hb-ot-shape-complex-use-table.cc                     |   4 ++--
  test/shaping/Makefile.am                                 |   1 +
- .../sha1sum/96490dd2ff81233b335a650e7eb660e0e7b2eeea.ttf | Bin 0 ->
- 1368 bytes
+ .../sha1sum/96490dd2ff81233b335a650e7eb660e0e7b2eeea.ttf | Bin 0 -> 1368 bytes
  test/shaping/tests/use-syllable.tests                    |   1 +
  7 files changed, 11 insertions(+), 7 deletions(-)
 
@@ -17082,8 +153479,7 @@ Date:   Fri Jul 14 15:50:22 2017 +0100
  src/hb-ot-shape-complex-indic-private.hh                 |   2 +-
  src/hb-ot-shape-complex-indic.cc                         |   8 ++++++++
  test/shaping/Makefile.am                                 |   1 +
- .../sha1sum/54674a3111d209fb6be0ed31745314b7a8d2c244.ttf | Bin 0 ->
- 1352 bytes
+ .../sha1sum/54674a3111d209fb6be0ed31745314b7a8d2c244.ttf | Bin 0 -> 1352 bytes
  test/shaping/tests/indic-syllable.tests                  |   1 +
  5 files changed, 11 insertions(+), 1 deletion(-)
 
@@ -17092,34 +153488,32 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 14 14:14:35 2017 +0100
 
     [indic] Disable automatic ZWNJ handling for Indic features
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/294
-
+    
     Also fixes a bunch of other Indic issues.  Test results after:
-
+    
     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
     GUJARATI: 366355 out of 366457 tests passed. 102 failed (0.0278341%)
     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
     KANNADA: 951201 out of 951913 tests passed. 712 failed (0.0747968%)
     KHMER: 299071 out of 299124 tests passed. 53 failed (0.0177184%)
-    MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed
-    (0.0188871%)
+    MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
-
+    
     Before:
-
+    
     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
-    MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed
-    (0.0188871%)
+    MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
@@ -17127,8 +153521,7 @@ Date:   Fri Jul 14 14:14:35 2017 +0100
 
  src/hb-ot-shape-complex-indic.cc                         |   4 ++--
  test/shaping/Makefile.am                                 |   1 +
- .../sha1sum/f443753e8ffe8e8aae606cfba158e00334b6efb1.ttf | Bin 0 ->
- 3972 bytes
+ .../sha1sum/f443753e8ffe8e8aae606cfba158e00334b6efb1.ttf | Bin 0 -> 3972 bytes
  test/shaping/tests/indic-joiners.tests                   |   2 ++
  4 files changed, 5 insertions(+), 2 deletions(-)
 
@@ -17136,13 +153529,11 @@ commit cdf1fd0627c5517c948ca05d2e9427c3e441adf9
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 14 12:43:34 2017 +0100
 
-    [indic] Add infrastructure to disable ZWNJ-skipping in
-    context-matching
-
+    [indic] Add infrastructure to disable ZWNJ-skipping in context-matching
+    
     Not used yet.
 
- src/hb-ot-layout-gsubgpos-private.hh | 45
- ++++++++++++++++++++----------------
+ src/hb-ot-layout-gsubgpos-private.hh | 45 ++++++++++++++++++++----------------
  src/hb-ot-layout.cc                  |  1 +
  src/hb-ot-map-private.hh             | 10 +++++---
  src/hb-ot-map.cc                     |  8 +++++--
@@ -17153,27 +153544,21 @@ Author: Dominik Schlösser <dominik.schloesser@gmail.com>
 Date:   Fri Jul 14 13:14:55 2017 +0200
 
     Shaping tests for Tibetan vowels (#446)
-
+    
     * Shaping tests for Tibetan vowels
-
-    * Test-cases for the Dzongkha contractions with multiple vowel-signs
-    added.
-
+    
+    * Test-cases for the Dzongkha contractions with multiple vowel-signs added.
+    
     * going to be removed
-
-    * Extended contraction-test-cases to all test cases in
-    contractions.txt that actually use multiple-vowels (113 cases)
+    
+    * Extended contraction-test-cases to all test cases in contractions.txt that actually use multiple-vowels (113 cases)
 
  test/shaping/Makefile.am                           |   3 ++
- .../2de1ab4907ab688c0cfc236b0bf51151db38bf2e.ttf   | Bin 0 -> 125256
- bytes
+ .../2de1ab4907ab688c0cfc236b0bf51151db38bf2e.ttf   | Bin 0 -> 125256 bytes
  .../82f4f3b57bb55344e72e70231380202a52af5805.ttf   | Bin 0 -> 11116 bytes
- .../a02a7f0ad42c2922cb37ad1358c9df4eb81f1bca.ttf   | Bin 0 -> 106096
- bytes
- test/shaping/tests/tibetan-contractions-1.tests    |  60
- +++++++++++++++++++++
- test/shaping/tests/tibetan-contractions-2.tests    |  53
- ++++++++++++++++++
+ .../a02a7f0ad42c2922cb37ad1358c9df4eb81f1bca.ttf   | Bin 0 -> 106096 bytes
+ test/shaping/tests/tibetan-contractions-1.tests    |  60 +++++++++++++++++++++
+ test/shaping/tests/tibetan-contractions-2.tests    |  53 ++++++++++++++++++
  test/shaping/tests/tibetan-vowels.tests            |  11 ++++
  7 files changed, 127 insertions(+)
 
@@ -17182,15 +153567,14 @@ Author: Dominik Schlösser <dominik.schloesser@gmail.com>
 Date:   Fri Jul 14 13:14:23 2017 +0200
 
     Fix for reordering of Tibetan vowel u (#443)
-
+    
     * Undone change for Tibetan vowel u
-
+    
     * removed comment on reordering that became invalid with roll-back
-
+    
     * Support for Dzongkha contractions with multiple vowel-signs
-
-    * Removed non-functional and unnecessary defines for
-    HB_MODIFIED_COMBINING_CLASS_CCC138,140
+    
+    * Removed non-functional and unnecessary defines for HB_MODIFIED_COMBINING_CLASS_CCC138,140
 
  src/hb-unicode-private.hh | 9 +++++----
  1 file changed, 5 insertions(+), 4 deletions(-)
@@ -17200,21 +153584,17 @@ Author: fanc999 <fanc999@yahoo.com.tw>
 Date:   Wed Jun 21 22:19:57 2017 +0800
 
     Win32/NMake builds: Support builds from GIT (#498)
-
+    
     Add Python scripts to generate the full win32/config.h.win32 and
     src/hb-version.h which can be used to build directly from a GIT
-    checkout.  Since the scripts are currently intended for building
-    from a
+    checkout.  Since the scripts are currently intended for building from a
     GIT checkout, these are not distributed in the release tarballs.
-
-    Also, support the re-build of Ragel-generated .hh headers using
-    the NMake
-    build system, and allow one to specify the path of the Ragel
-    executable
+    
+    Also, support the re-build of Ragel-generated .hh headers using the NMake
+    build system, and allow one to specify the path of the Ragel executable
     if a suitable one cannot be found in the PATH.
-
-    Update the Win32/NMake build documentation to let people know
-    about how
+    
+    Update the Win32/NMake build documentation to let people know about how
     these mechanisms can be utilized.
 
  win32/README.txt            |  20 ++++++-
@@ -17223,10 +153603,8 @@ Date:   Wed Jun 21 22:19:57 2017 +0800
  win32/create-lists-msvc.mak |   9 ++++
  win32/generate-msvc.mak     |   6 +++
  win32/info-msvc.mak         |   8 ++-
- win32/pc_base.py            | 124
- ++++++++++++++++++++++++++++++++++++++++++++
- win32/replace.py            | 115
- ++++++++++++++++++++++++++++++++++++++++
+ win32/pc_base.py            | 124 ++++++++++++++++++++++++++++++++++++++++++++
+ win32/replace.py            | 115 ++++++++++++++++++++++++++++++++++++++++
  win32/setup.py              |  62 ++++++++++++++++++++++
  9 files changed, 353 insertions(+), 3 deletions(-)
 
@@ -17248,8 +153626,7 @@ Date:   Mon Jun 19 14:47:09 2017 +0430
  src/hb-ot-shape-complex-indic.cc        | 12 +++++-----
  src/hb-ot-shape-complex-myanmar.cc      |  2 +-
  src/hb-ot-shape-complex-thai.cc         | 12 +++++-----
- src/hb-ot-shape-complex-use-table.cc    | 42
- ++++++++++++++++-----------------
+ src/hb-ot-shape-complex-use-table.cc    | 42 ++++++++++++++++-----------------
  src/hb-unicode-private.hh               | 16 ++++++-------
  src/hb-utf-private.hh                   | 18 +++++++-------
  15 files changed, 110 insertions(+), 86 deletions(-)
@@ -17277,7 +153654,7 @@ Author: Sebastian Rasmussen <sebras@gmail.com>
 Date:   Mon May 29 12:53:30 2017 -0500
 
     Avoid using strdup inside library. (#488)
-
+    
     If an application provides a malloc replacement through
     hb_malloc_impl() it is important that it is used to allocate
     everything, but the use of strdup() circumvents this and
@@ -17293,17 +153670,15 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Wed May 17 21:32:47 2017 +0300
 
     Do not skip TAG characters in glyph substitution (#487)
-
+    
     Hide them like Mongolian Free Variation Selectors instead.
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/463
 
  src/hb-ot-layout-gsubgpos-private.hh                     |   2 +-
- src/hb-ot-layout-private.hh                              |  13
- +++++++++----
+ src/hb-ot-layout-private.hh                              |  13 +++++++++----
  test/shaping/Makefile.am                                 |   1 +
- .../sha1sum/53374c7ca3657be37efde7ed02ae34229a56ae1f.ttf | Bin 0 ->
- 5044 bytes
+ .../sha1sum/53374c7ca3657be37efde7ed02ae34229a56ae1f.ttf | Bin 0 -> 5044 bytes
  test/shaping/tests/emoji-flag-tags.tests                 |   2 ++
  5 files changed, 13 insertions(+), 5 deletions(-)
 
@@ -17359,8 +153734,7 @@ Date:   Wed Apr 19 22:59:46 2017 +0430
 
     [cmake] Final touches (#473)
 
- CMakeLists.txt | 113
- +++++++++++++++++++++++++++------------------------------
+ CMakeLists.txt | 113 +++++++++++++++++++++++++++------------------------------
  1 file changed, 54 insertions(+), 59 deletions(-)
 
 commit aacca37590656e235218557ea509eb5624dfbff9
@@ -17368,15 +153742,14 @@ Author: Chris Peterson <cpeterson@mozilla.com>
 Date:   Mon Apr 17 23:25:24 2017 -0700
 
     Fix clang -Wcomma warnings (#471) (#472)
-
+    
     clang's new -Wcomma compiler option warns about possible misuse of the
     comma operator such as between two statements.
-
+    
     hb-common.cc:190:9 [-Wcomma] possible misuse of comma operator here
     hb-ot-layout-gsubgpos-private.hh:345:30 [-Wcomma] possible misuse of
     comma operator here
-    hb-shape-plan.cc:438:26 [-Wcomma] possible misuse of comma operator
-    here
+    hb-shape-plan.cc:438:26 [-Wcomma] possible misuse of comma operator here
 
  src/hb-common.cc                     | 6 ++++--
  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
@@ -17387,8 +153760,7 @@ commit 4d7c52066b5b205b20ba2679cb57a4e593942102
 Author: ebraminio <ebrahim@gnu.org>
 Date:   Mon Apr 17 15:53:46 2017 +0430
 
-    [cmake] Remove HB_DISABLE_DEPRECATED as it seems needed for pango
-    build (#470)
+    [cmake] Remove HB_DISABLE_DEPRECATED as it seems needed for pango build (#470)
 
  CMakeLists.txt | 2 --
  1 file changed, 2 deletions(-)
@@ -17398,7 +153770,7 @@ Author: William Hua <william@attente.ca>
 Date:   Mon Apr 17 01:33:42 2017 -0400
 
     Use absolute paths of ragel generated headers (#467)
-
+    
     https://github.com/behdad/harfbuzz/issues/455
 
  src/Makefile.am | 4 ++--
@@ -17454,9 +153826,8 @@ Author: jfkthame <jfkthame@gmail.com>
 Date:   Tue Apr 11 22:29:13 2017 +0100
 
     Blacklist GDEF table in additional Tahoma versions. (#459)
-
-    There are more broken versions of Tahoma out there on various
-    Windows releases,
+    
+    There are more broken versions of Tahoma out there on various Windows releases,
     so we need to add them to our blacklist to avoid broken rendering.
     See https://bugzilla.mozilla.org/show_bug.cgi?id=1279925 for details.
 
@@ -17469,8 +153840,7 @@ Date:   Tue Apr 11 23:18:18 2017 +0430
 
     [cmake] Improve third party libraries support (#461)
 
- CMakeLists.txt               | 57
- ++++++++++++++++++++++++++++++++++++--------
+ CMakeLists.txt               | 57 ++++++++++++++++++++++++++++++++++++--------
  src/hb-ucdn/Makefile.sources |  5 +++-
  2 files changed, 51 insertions(+), 11 deletions(-)
 
@@ -17480,8 +153850,7 @@ Date:   Tue Apr 11 21:32:14 2017 +0430
 
     [cmake] Add utils build support (#460)
 
- CMakeLists.txt | 150
- +++++++++++++++++++++++++++++++++++++++++----------------
+ CMakeLists.txt | 150 +++++++++++++++++++++++++++++++++++++++++----------------
  1 file changed, 108 insertions(+), 42 deletions(-)
 
 commit bc1244e2395f844b2b41315cb1eef29570e46b29
@@ -17489,14 +153858,12 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Thu Apr 6 18:44:28 2017 +0800
 
     NMake Makefiles: Fix ICU builds
-
+    
     Fix the check conditions in config-msvc.mak and info-msvc.mak so that
-    the ICU items does indeed get built into the HarfBuzz main DLL,
-    and that
+    the ICU items does indeed get built into the HarfBuzz main DLL, and that
     the correct configuration info is displayed.
-
-    Also update the checks in detectenv-msvc.mak so that we can detect
-    that
+    
+    Also update the checks in detectenv-msvc.mak so that we can detect that
     we are using Visual Studio 2017 (although the 2015-built binaries use
     the same CRT DLL as the 2017 ones).
 
@@ -17519,11 +153886,9 @@ commit d2acaf6d729727f47c5aacf7ee40097580b6f18d
 Author: ebraminio <ebrahim@gnu.org>
 Date:   Wed Apr 5 02:21:23 2017 -0700
 
-    Split ragel generated files lists and remove hardcoded rl files lists
-    (#453)
+    Split ragel generated files lists and remove hardcoded rl files lists (#453)
 
- CMakeLists.txt        | 126
- +++++++++++++++++++++-----------------------------
+ CMakeLists.txt        | 126 +++++++++++++++++++++-----------------------------
  src/Makefile.am       |   2 +
  src/Makefile.sources  |  16 +++++--
  win32/config-msvc.mak |   8 ++--
@@ -17535,8 +153900,7 @@ Date:   Tue Apr 4 15:03:51 2017 +0430
 
     Add CMake build support (#444)
 
- CMakeLists.txt | 254
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ CMakeLists.txt | 254 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  Makefile.am    |   1 +
  appveyor.yml   |  61 +++++++++-----
  3 files changed, 295 insertions(+), 21 deletions(-)
@@ -17546,7 +153910,7 @@ Author: jfkthame <jfkthame@gmail.com>
 Date:   Mon Apr 3 12:22:39 2017 +0100
 
     avoid UBSan warning in get_stage_lookups (#450)
-
+    
     See https://bugzilla.mozilla.org/show_bug.cgi?id=1336600
 
  src/hb-ot-map-private.hh | 2 +-
@@ -17556,8 +153920,7 @@ commit 8d256841ca7462fd596329abf6f71bafb56fd621
 Author: Dominik Schloesser <dsc@dosc.net>
 Date:   Sun Mar 26 09:22:34 2017 +0200
 
-    Current fonttools (3.9.1) generate subset-file called font.subset.ttf
-    instead of older font.ttf.subset
+    Current fonttools (3.9.1) generate subset-file called font.subset.ttf instead of older font.ttf.subset
 
  test/shaping/record-test.sh | 12 ++++++------
  1 file changed, 6 insertions(+), 6 deletions(-)
@@ -17576,7 +153939,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Sun Mar 26 10:48:53 2017 +0200
 
     [tools] Make hb-unicode-code work with Python 3
-
+    
     Related to https://github.com/behdad/harfbuzz/pull/445
 
  test/shaping/hb_test_tools.py | 13 ++++++++++++-
@@ -17587,7 +153950,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Mar 24 10:24:52 2017 -0700
 
     Blacklist more versions of Padauk
-
+    
     Patch from Phil Race.
 
  src/hb-ot-layout.cc | 8 ++++++++
@@ -17598,9 +153961,8 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Thu Mar 23 00:35:36 2017 +0200
 
     [ci] Fix msys2 build on AppVeyor
-
-    For whatever reason the env variables need to be the Windows way
-    or they
+    
+    For whatever reason the env variables need to be the Windows way or they
     end up being empty.
 
  appveyor.yml | 2 +-
@@ -17620,11 +153982,9 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Fri Feb 24 17:58:25 2017 +0800
 
     src/hb-common.cc: Fix build on older Visual Studio
-
-    Visual Studio only supported strtof() from Visual Studio 2013
-    onwards, so
-    use strtod() instead to do the operation, which should do the
-    same thing,
+    
+    Visual Studio only supported strtof() from Visual Studio 2013 onwards, so
+    use strtod() instead to do the operation, which should do the same thing,
     sans going to a double, not a float.
 
  src/hb-common.cc | 4 ++++
@@ -17635,22 +153995,18 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Fri Feb 24 17:47:44 2017 +0800
 
     Visual Studio builds: Fix Introspection when UCDN enabled
-
+    
     The sources in src/hb-ucdn and not included correctly into the NMake
-    Makefiles, as we need their explicit relative location as we pass
-    all the
+    Makefiles, as we need their explicit relative location as we pass all the
     sources we used into the introspection scanner.  This was not an issue
     before as we excluded the UCDN sources in the build when we enabled
     introspection (meaning GLib is enabled), but since we default on using
-    UCDN on all builds unless explicitly disabled, we need to deal
-    with this.
-
-    This did not affect builds using UCDN without introspection due to
-    the use
+    UCDN on all builds unless explicitly disabled, we need to deal with this.
+    
+    This did not affect builds using UCDN without introspection due to the use
     of NMake batch rules.
-
-    Fix this by creating a NMake Makefile module on-the-fly with the
-    correct
+    
+    Fix this by creating a NMake Makefile module on-the-fly with the correct
     subdir info, and using that list in there instead.
 
  win32/Makefile.vc     | 15 +++++++++++++++
@@ -17662,16 +154018,14 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Thu Feb 23 13:02:49 2017 +0800
 
     Update Visual Studio builds for UCDN usage
-
+    
     We now use UCDN by default, so make it so in the build files; however
     don't hardcode HAVE_UCDN as one may still opt not to use it (but pass
-    it in as a CFLAG unless one explicitly disables UCDN by using
-    NO_UCDN=1
+    it in as a CFLAG unless one explicitly disables UCDN by using NO_UCDN=1
     on the NMake command line).
-
+    
     Note that we are not blocking builds where UCDN is disabled along with
-    GLib and ICU, as that will trigger a build error anyways which
-    will tell
+    GLib and ICU, as that will trigger a build error anyways which will tell
     the user what needs to be done to remedy this.
 
  win32/README.txt        |  6 +++---
@@ -17694,16 +154048,14 @@ commit 47e7a1800fba9b8bf042a1f4976a15ab012ebfc7
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Mar 10 13:23:02 2017 -0800
 
-    Revert "Fix Context lookup application when moving back after a
-    glyph delete"
-
+    Revert "Fix Context lookup application when moving back after a glyph delete"
+    
     This reverts commit b9b005f3a44ccf78a45b212b126287b69b9f4b40.
-
+    
     This introduced invalid access cases. Revert until I fix correctly.
 
  src/hb-ot-layout-gsubgpos-private.hh                     |   7 ++++---
- .../sha1sum/5bbf3712e6f79775c66a4407837a90e591efbef2.ttf | Bin 6400 ->
- 0 bytes
+ .../sha1sum/5bbf3712e6f79775c66a4407837a90e591efbef2.ttf | Bin 6400 -> 0 bytes
  test/shaping/tests/context-matching.tests                |   1 -
  3 files changed, 4 insertions(+), 4 deletions(-)
 
@@ -17712,7 +154064,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Mar 7 18:13:28 2017 -0800
 
     Fix buffer serialize of empty buffer
-
+    
     Ouch!
 
  src/hb-buffer-serialize.cc | 2 ++
@@ -17754,10 +154106,8 @@ Date:   Sun Mar 5 14:53:39 2017 +0100
     BASE: start api
 
  src/Makefile.sources           |  2 ++
- src/hb-ot-base.cc              | 58
- ++++++++++++++++++++++++++++++++++++++++++
- src/hb-ot-base.h               | 56
- ++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-base.cc              | 58 ++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-base.h               | 56 ++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-layout-base-table.hh | 15 ++---------
  4 files changed, 118 insertions(+), 13 deletions(-)
 
@@ -17775,13 +154125,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 1 14:27:23 2017 -0800
 
     Fix Context lookup application when moving back after a glyph delete
-
+    
     This was broken forever, since days that we did not allow moving
     tape backwards. Works now. Reported by Doug Felt.
 
  src/hb-ot-layout-gsubgpos-private.hh                     |   7 +++----
- .../sha1sum/5bbf3712e6f79775c66a4407837a90e591efbef2.ttf | Bin 0 ->
- 6400 bytes
+ .../sha1sum/5bbf3712e6f79775c66a4407837a90e591efbef2.ttf | Bin 0 -> 6400 bytes
  test/shaping/tests/context-matching.tests                |   1 +
  3 files changed, 4 insertions(+), 4 deletions(-)
 
@@ -17800,8 +154149,7 @@ Date:   Sun Feb 26 15:07:53 2017 +0100
 
     BASE: first complete version
 
- src/hb-ot-layout-base-table.hh | 444
- +++++++++++++++++++++++++++++------------
+ src/hb-ot-layout-base-table.hh | 444 +++++++++++++++++++++++++++++------------
  1 file changed, 317 insertions(+), 127 deletions(-)
 
 commit a11501444cfc4854bfe2b1d3ce0fc5a957e959d8
@@ -17810,14 +154158,10 @@ Date:   Sat Feb 25 13:37:54 2017 -0800
 
     Add few tests found by libFuzzer and oss-fuzz
 
- .../sha1sum/a34a9191d9376bda419836effeef7e75c1386016.ttf | Bin 0 ->
- 1010 bytes
- .../sha1sum/a69118c2c2ada48ff803d9149daa54c9ebdae30e.ttf | Bin 0 ->
- 820 bytes
- .../sha1sum/b6acef662e0beb8d5fcf5b61c6b0ca69537b7402.ttf | Bin 0 ->
- 3301 bytes
- .../sha1sum/e88c339237f52d21e01c55f01b9c1b4cc14a0467.ttf | Bin 0 ->
- 515 bytes
+ .../sha1sum/a34a9191d9376bda419836effeef7e75c1386016.ttf | Bin 0 -> 1010 bytes
+ .../sha1sum/a69118c2c2ada48ff803d9149daa54c9ebdae30e.ttf | Bin 0 -> 820 bytes
+ .../sha1sum/b6acef662e0beb8d5fcf5b61c6b0ca69537b7402.ttf | Bin 0 -> 3301 bytes
+ .../sha1sum/e88c339237f52d21e01c55f01b9c1b4cc14a0467.ttf | Bin 0 -> 515 bytes
  test/shaping/tests/fuzzed.tests                          |   4 ++++
  5 files changed, 4 insertions(+)
 
@@ -17826,10 +154170,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Feb 25 13:30:38 2017 -0800
 
     Fix buffer-overrun with Bengali reph positioning code
-
+    
     This has no security implications whatsoever since we always keep
     and extra element at the end of buffer, just in case.
-
+    
     Discovered by oss-fuzz
     CC https://github.com/behdad/harfbuzz/issues/139
     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=660
@@ -17843,8 +154187,7 @@ Date:   Sat Feb 25 20:41:05 2017 +0100
 
     BASE: WIP: more access functions
 
- src/hb-ot-layout-base-table.hh | 212
- +++++++++++++++++++++++++++++++++++++----
+ src/hb-ot-layout-base-table.hh | 212 +++++++++++++++++++++++++++++++++++++----
  1 file changed, 191 insertions(+), 21 deletions(-)
 
 commit 6685d281d6f50bf046bbfef4a5263e15d15f2f02
@@ -17863,8 +154206,7 @@ Date:   Sat Feb 25 17:08:01 2017 +0100
 
     BASE: align member's names
 
- src/hb-ot-layout-base-table.hh | 70
- +++++++++++++++++++++---------------------
+ src/hb-ot-layout-base-table.hh | 70 +++++++++++++++++++++---------------------
  1 file changed, 35 insertions(+), 35 deletions(-)
 
 commit 499b4bef2a5b6d49374ab4977509d1fbf7bd6038
@@ -17873,8 +154215,7 @@ Date:   Sat Feb 25 16:48:22 2017 +0100
 
     BASE: more consistent naming (with spec and Harfbuzz code base)
 
- src/hb-ot-layout-base-table.hh | 44
- +++++++++++++++++++++---------------------
+ src/hb-ot-layout-base-table.hh | 44 +++++++++++++++++++++---------------------
  1 file changed, 22 insertions(+), 22 deletions(-)
 
 commit a0bdd546c584eb7c7ea3ca7e19a178723e6fe77f
@@ -17892,8 +154233,7 @@ Date:   Sat Feb 25 16:19:35 2017 +0100
 
     BASE: sanitize
 
- src/hb-ot-layout-base-table.hh | 151
- ++++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout-base-table.hh | 151 ++++++++++++++++++++++++++++++++++++++++-
  1 file changed, 148 insertions(+), 3 deletions(-)
 
 commit a657f23ca31237d652b5c101ed24194b6aeadaf8
@@ -17901,7 +154241,7 @@ Author: Dominik Röttsches <d-r@roettsches.de>
 Date:   Mon Feb 20 21:52:07 2017 +0200
 
     Blacklist another instance of Padauk (#419)
-
+    
     In https://crbug.com/681813 another instance of Padauk was identified
     triggering collapsed glyphs. Blacklist this version by patching
     hb-ot-layout.cc to print out gdef, gsub, and gpos table length, then
@@ -17917,8 +154257,7 @@ Date:   Sun Feb 19 10:12:22 2017 +0100
     compile, move into hb-ot-layout.cc
 
  src/hb-ot-font.cc              |  1 -
- src/hb-ot-layout-base-table.hh | 57
- +++++++++++++++++++++++++++++++-----------
+ src/hb-ot-layout-base-table.hh | 57 +++++++++++++++++++++++++++++++-----------
  src/hb-ot-layout.cc            |  1 +
  3 files changed, 43 insertions(+), 16 deletions(-)
 
@@ -17927,9 +154266,8 @@ Author: Elie Roux <elie.roux@telecom-bretagne.eu>
 Date:   Sun Feb 19 08:48:22 2017 +0100
 
     hb-ot-base-table.hh -> hb-ot-layout-base-table.hh
-
-    per
-    https://github.com/behdad/harfbuzz/issues/418#issuecomment-280873811
+    
+    per https://github.com/behdad/harfbuzz/issues/418#issuecomment-280873811
 
  src/Makefile.sources                                    | 2 +-
  src/hb-ot-font.cc                                       | 2 +-
@@ -17943,8 +154281,7 @@ Date:   Sat Feb 18 19:54:33 2017 +0100
     bootstraping structure
 
  src/Makefile.sources        |   1 +
- src/hb-ot-base-table.hh     | 238
- ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-base-table.hh     | 238 ++++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-font.cc           |   1 +
  src/hb-ot-layout-private.hh |   2 +
  4 files changed, 242 insertions(+)
@@ -17963,22 +154300,19 @@ Author: jfkthame <jfkthame@gmail.com>
 Date:   Fri Feb 17 03:03:24 2017 +0000
 
     Guard against underflow when adjusting length (#421)
-
+    
     * Guard against underflow when adjusting length
-
-    With the fuzz-testcase in mozilla bug 1295299, we end up with a
-    recursed lookup that removes 3 items, when `match_positions[idx]`
-    is 0, which results in (unsigned) `end` wrapping to a huge value.
-
+    
+    With the fuzz-testcase in mozilla bug 1295299, we end up with a recursed lookup that removes 3 items, when `match_positions[idx]` is 0, which results in (unsigned) `end` wrapping to a huge value.
+    
     Making `end` a signed int is probably the simplest route to a fix.
-
+    
     Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1295299.
-
+    
     * Add testcase for #421.
 
  src/hb-ot-layout-gsubgpos-private.hh                     |   6 +++---
- .../sha1sum/558661aa659912f4d30ecd27bd09835171a8e2b0.ttf | Bin 0 ->
- 1358 bytes
+ .../sha1sum/558661aa659912f4d30ecd27bd09835171a8e2b0.ttf | Bin 0 -> 1358 bytes
  test/shaping/tests/fuzzed.tests                          |   1 +
  3 files changed, 4 insertions(+), 3 deletions(-)
 
@@ -17986,22 +154320,18 @@ commit 45766b673f427bb791c9d5886cadedfac0447066
 Author: jfkthame <jfkthame@gmail.com>
 Date:   Thu Feb 16 17:40:21 2017 +0000
 
-    [indic] Add support for Grantha marks that may be used in Tamil to
-    th… (#401)
-
-    * [indic] Add support for Grantha marks that may be used in Tamil
-    to the Indic table.
-
+    [indic] Add support for Grantha marks that may be used in Tamil to th… (#401)
+    
+    * [indic] Add support for Grantha marks that may be used in Tamil to the Indic table.
+    
     See https://bugzilla.mozilla.org/show_bug.cgi?id=1331339.
-
+    
     Testcase: U+0BA4,U+0BC6,U+1133c,U+0BAA,U+1133c,U+0BC6,U+1133c
-
-    * [indic] Add test for Grantha nukta that is allowed in Tamil by
-    ScriptExtensions.txt
+    
+    * [indic] Add test for Grantha nukta that is allowed in Tamil by ScriptExtensions.txt
 
  src/hb-ot-shape-complex-indic-table.cc                   |   7 +++++++
- .../sha1sum/3493e92eaded2661cadde752a39f9d58b11f0326.ttf | Bin 0 ->
- 1400 bytes
+ .../sha1sum/3493e92eaded2661cadde752a39f9d58b11f0326.ttf | Bin 0 -> 1400 bytes
  test/shaping/tests/indic-script-extensions.tests         |   1 +
  3 files changed, 8 insertions(+)
 
@@ -18015,12 +154345,12 @@ Date:   Thu Feb 9 14:13:25 2017 -0800
  1 file changed, 3 insertions(+)
 
 commit c8dfed8e1ee4ab64b6936f5c8561db0666e37647
-Merge: 7c47474f b435c7c4
+Merge: 7c47474f2 b435c7c46
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 8 14:36:18 2017 -0800
 
     Merge pull request #357 from khaledhosny/graphite-scale
-
+    
     [graphite] Fix shaping with varying font sizes
 
 commit 7c47474f209bdf84cf87844c277ed711cad78196
@@ -18028,7 +154358,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 8 14:33:28 2017 -0800
 
     Set LC_ALL instead of LANG when creating harfbuzz.def
-
+    
     Hopefully fixes Travis faliure?
     https://github.com/behdad/harfbuzz/pull/413#issuecomment-278481882
     https://travis-ci.org/khaledhosny/harfbuzz/jobs/199785332#L1065
@@ -18041,16 +154371,15 @@ Author: Philip Withnall <philip@tecnocode.co.uk>
 Date:   Wed Feb 8 21:56:57 2017 +0000
 
     hb-font: Fix a potentially undefined use of memcmp() (#413)
-
-    While it’s fine to call memcmp(x, 0, 0) in practice, the C99
-    standard
+    
+    While it’s fine to call memcmp(x, 0, 0) in practice, the C99 standard
     explicitly says that this is not allowed: even if the length is zero,
     the pointer arguments must be valid.
-
+    
     http://stackoverflow.com/a/16363034
-
+    
     Coverity ID: 141178
-
+    
     Signed-off-by: Philip Withnall <withnall@endlessm.com>
 
  src/hb-font.cc | 3 ++-
@@ -18061,11 +154390,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 7 18:25:12 2017 -0800
 
     Update ax_pthread.m4 to latest upstream version
-
+    
     Might help with https://github.com/behdad/harfbuzz/issues/399
 
- m4/ax_pthread.m4 | 394
- ++++++++++++++++++++++++++++++++++++++++---------------
+ m4/ax_pthread.m4 | 394 ++++++++++++++++++++++++++++++++++++++++---------------
  1 file changed, 285 insertions(+), 109 deletions(-)
 
 commit a6ced90efccf869defc0b310effca220f01cf318
@@ -18073,7 +154401,7 @@ Author: Philip Withnall <philip@tecnocode.co.uk>
 Date:   Wed Feb 8 02:18:33 2017 +0000
 
     test: Fix some memory leaks in test-font.c (#409)
-
+    
     Coverity IDs: 141039, 141040, 141041
 
  test/api/test-font.c | 35 ++++++++++++++++++++++++++++++-----
@@ -18084,7 +154412,7 @@ Author: Philip Withnall <philip@tecnocode.co.uk>
 Date:   Wed Feb 8 02:17:48 2017 +0000
 
     util: Add missing field initialisers in constructor (#410)
-
+    
     Coverity ID: 141042
 
  util/hb-shape.cc | 4 +++-
@@ -18095,7 +154423,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 7 16:53:21 2017 -0800
 
     Silence Coverity warning
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/408
 
  src/hb-ot-shape-complex-arabic.cc | 2 +-
@@ -18156,7 +154484,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 3 10:39:40 2017 -0800
 
     Add new API hb_font_set_face()
-
+    
     For completeness.
 
  src/hb-font.cc | 29 +++++++++++++++++++++++++++++
@@ -18167,8 +154495,7 @@ commit 4ec19319ab195d852708661e12da2a6485fce544
 Author: jfkthame <jfkthame@gmail.com>
 Date:   Thu Feb 2 18:48:23 2017 +0000
 
-    Add Win10 Anniversary Update version of Tahoma to GDEF
-    blacklist. (#412)
+    Add Win10 Anniversary Update version of Tahoma to GDEF blacklist. (#412)
 
  src/hb-ot-layout.cc | 4 ++++
  1 file changed, 4 insertions(+)
@@ -18178,7 +154505,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 1 11:57:21 2017 -0800
 
     Minor
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/411
 
  src/hb-fallback-shape.cc     | 2 +-
@@ -18190,15 +154517,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 26 14:50:14 2017 -0800
 
     Route Adlam through Arabic shaper
-
+    
     Fixes joined Adlam rendering.
-
+    
     Fixes https://github.com/googlei18n/noto-fonts/issues/828
 
  src/hb-ot-shape-complex-private.hh                      |   3 +++
  test/shaping/Makefile.am                                |   1 +
- .../5dfad7735c6a67085f1b90d4d497e32907db4c78.ttf        | Bin 0 ->
- 21160 bytes
+ .../5dfad7735c6a67085f1b90d4d497e32907db4c78.ttf        | Bin 0 -> 21160 bytes
  test/shaping/tests/arabic-like-joining.tests            |   1 +
  4 files changed, 5 insertions(+)
 
@@ -18216,13 +154542,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 23 23:42:53 2017 -0800
 
     [var] Implement MVAR table
-
+    
     Unhooked. Untested.
 
  src/Makefile.sources        |   1 +
  src/hb-font.cc              |   2 +-
- src/hb-ot-var-mvar-table.hh | 110
- ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-var-mvar-table.hh | 110 ++++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-var.cc            |   1 +
  4 files changed, 113 insertions(+), 1 deletion(-)
 
@@ -18250,7 +154575,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 23 17:55:31 2017 -0800
 
     [var] Hook up advance variations to hb-ot-font
-
+    
     Yay, works!
 
  src/hb-ot-font.cc | 6 +++++-
@@ -18280,12 +154605,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 23 11:56:08 2017 -0800
 
     [var] Implement DeltaSetIndexMap and advance delta fetching
-
+    
     Not hooked up to hb-ot-font yet.
 
  src/hb-ot-layout-common-private.hh |  8 ++++++
- src/hb-ot-var-hvar-table.hh        | 56
- ++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-var-hvar-table.hh        | 56 ++++++++++++++++++++++++++++++++++++--
  2 files changed, 61 insertions(+), 3 deletions(-)
 
 commit 7b399f73efa76cd97131fd123a9a1566f8639cfd
@@ -18298,8 +154622,7 @@ Date:   Mon Jan 23 11:41:43 2017 -0800
  src/hb-ot-font.cc           |   1 +
  src/hb-ot-var-avar-table.hh |   1 -
  src/hb-ot-var-fvar-table.hh |   1 -
- src/hb-ot-var-hvar-table.hh | 115
- ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-var-hvar-table.hh | 115 ++++++++++++++++++++++++++++++++++++++++++++
  5 files changed, 117 insertions(+), 2 deletions(-)
 
 commit b732c53eb5bd0c2cc86f35a9d9623c92579a0b8c
@@ -18333,7 +154656,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jan 22 20:16:51 2017 -0800
 
     [var] Remove HB_OT_TAG_fvar/avar
-
+    
     We're not going to define public macros for tags for tables.
     There's little use to those and they are implementation detail.
 
@@ -18368,12 +154691,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jan 22 19:41:33 2017 -0800
 
     [var] Implement 'avar' table mapping
-
+    
     Untested!
 
  src/hb-ot-math.cc           |  2 --
- src/hb-ot-var-avar-table.hh | 46
- ++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-var-avar-table.hh | 46 ++++++++++++++++++++++++++++++++++++++++++++-
  src/hb-ot-var.cc            | 23 +++++++++++++++--------
  3 files changed, 60 insertions(+), 11 deletions(-)
 
@@ -18383,8 +154705,7 @@ Date:   Sun Jan 22 19:01:07 2017 -0800
 
     [var] Flesh out --variations documentation
 
- util/options.cc | 53
- ++++++++++++++---------------------------------------
+ util/options.cc | 53 ++++++++++++++---------------------------------------
  1 file changed, 14 insertions(+), 39 deletions(-)
 
 commit 5ec96d30cad1592b5e468bd8ad1832dbaf0ad32b
@@ -18392,10 +154713,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jan 22 18:52:00 2017 -0800
 
     [var] Adjust API in prep for 'avar' implementation
-
+    
     The 'avar' table does not allow random access to axis maps,
     so change API to avoid quadratic-time implementation.
-
+    
     Removed -hb_ot_var_normalize_axis_value(), added
     +hb_ot_var_normalize_variations() and
     +hb_ot_var_normalize_coords() instead.
@@ -18403,8 +154724,7 @@ Date:   Sun Jan 22 18:52:00 2017 -0800
  docs/harfbuzz-sections.txt |  3 ++-
  src/Makefile.sources       |  1 +
  src/hb-font.cc             | 20 +++++---------------
- src/hb-ot-var.cc           | 45
- +++++++++++++++++++++++++++++++++++++++------
+ src/hb-ot-var.cc           | 45 +++++++++++++++++++++++++++++++++++++++------
  src/hb-ot-var.h            | 16 ++++++++++++----
  5 files changed, 59 insertions(+), 26 deletions(-)
 
@@ -18414,8 +154734,7 @@ Date:   Sun Jan 22 18:22:40 2017 -0800
 
     [var] Stub implementation of avar table
 
- src/hb-ot-var-avar-table.hh | 99
- +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-var-avar-table.hh | 99 +++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 99 insertions(+)
 
 commit 7647a05a0b37c53465560952b412db4e590f2716
@@ -18463,7 +154782,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jan 22 16:41:45 2017 -0800
 
     [hb-ft] Remove use of variable-length array
-
+    
     Hopefully also fixes build failure on msvc.
 
  src/hb-ft.cc | 33 +++++++++++++++++++++------------
@@ -18474,7 +154793,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jan 21 18:10:08 2017 -0800
 
     [var] Hook up variations to FreeType face
-
+    
     hb-view correctly renders variations with ft font-funcs now.
     hb-ot-font needs HVAR implementation.
 
@@ -18487,14 +154806,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jan 21 17:51:41 2017 -0800
 
     [util] Add --variations
-
-    Is hooked up to the font, but not to FreeType, so raster doesn't
-    show yet.
-
+    
+    Is hooked up to the font, but not to FreeType, so raster doesn't show yet.
+    
     Documentation needs to be done.
 
- util/options.cc | 91
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ util/options.cc | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  util/options.hh |  8 ++++-
  2 files changed, 98 insertions(+), 1 deletion(-)
 
@@ -18503,7 +154820,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jan 21 17:41:37 2017 -0800
 
     [var] Rename var_coord to variation
-
+    
     Looks much better.
 
  src/hb-common.cc | 36 ++++++++++++++++++------------------
@@ -18587,8 +154904,7 @@ Date:   Fri Jan 20 20:30:03 2017 -0800
 
     [var] Add hb_var_coord_t and parsing routines
 
- src/hb-common.cc | 94
- +++++++++++++++++++++++++++++++++++++++++++++++++++++---
+ src/hb-common.cc | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
  src/hb-common.h  | 15 ++++++++-
  2 files changed, 103 insertions(+), 6 deletions(-)
 
@@ -18598,11 +154914,9 @@ Date:   Fri Jan 20 20:16:53 2017 -0800
 
     Move code around
 
- src/hb-common.cc | 250
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-common.cc | 250 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-common.h  |  18 ++++
- src/hb-shape.cc  | 248
- ------------------------------------------------------
+ src/hb-shape.cc  | 248 ------------------------------------------------------
  src/hb-shape.h   |  16 ----
  4 files changed, 268 insertions(+), 264 deletions(-)
 
@@ -18613,8 +154927,7 @@ Date:   Fri Jan 20 19:57:27 2017 -0800
     [var] Flesh out some more
 
  src/Makefile.am             |  2 ++
- src/hb-ot-var-fvar-table.hh | 69
- ++++++++++++++++++++++++++++++++-------------
+ src/hb-ot-var-fvar-table.hh | 69 ++++++++++++++++++++++++++++++++-------------
  src/hb-ot-var.cc            | 39 ++++++++++++++++++++++++-
  src/hb-ot-var.h             | 21 +++++++++-----
  4 files changed, 104 insertions(+), 27 deletions(-)
@@ -18625,8 +154938,7 @@ Date:   Fri Jan 20 19:14:54 2017 -0800
 
     [var] Flesh out a bit
 
- src/hb-ot-var-fvar-table.hh | 72
- ++++++++++++++++++++++++++++++++++++---------
+ src/hb-ot-var-fvar-table.hh | 72 ++++++++++++++++++++++++++++++++++++---------
  src/hb-ot-var.h             | 10 ++++++-
  2 files changed, 67 insertions(+), 15 deletions(-)
 
@@ -18662,14 +154974,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 19 19:35:48 2017 -0800
 
     Start adding hb-ot-var.h and implementation
-
+    
     Supports enumerating variation axes, normalizing values, etc.
 
  src/Makefile.sources        |   3 +
  src/hb-ot-layout-private.hh |   6 ++
  src/hb-ot-layout.cc         |   4 ++
- src/hb-ot-var-fvar-table.hh | 133
- ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-var-fvar-table.hh | 133 ++++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-var.cc            |  63 +++++++++++++++++++++
  src/hb-ot-var.h             |  81 +++++++++++++++++++++++++++
  src/hb-ot.h                 |   1 +
@@ -18725,19 +155036,16 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Wed Jan 18 22:48:13 2017 +0200
 
     [ot] Fix automatic fraction for RTL scripts (#405)
-
+    
     The numbers for right-to-left scripts are processed also from right to
-    left, so the order of applying “numr” and “dnom” features
-    should be
+    left, so the order of applying “numr” and “dnom” features should be
     reversed in such case.
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/395
 
- src/hb-ot-shape.cc                                      |  16
- ++++++++++++++--
+ src/hb-ot-shape.cc                                      |  16 ++++++++++++++--
  test/shaping/Makefile.am                                |   1 +
- .../15dfc433a135a658b9f4b1a861b5cdd9658ccbb9.ttf        | Bin 0 ->
- 4936 bytes
+ .../15dfc433a135a658b9f4b1a861b5cdd9658ccbb9.ttf        | Bin 0 -> 4936 bytes
  test/shaping/tests/automatic-fractions.tests            |   3 +++
  4 files changed, 18 insertions(+), 2 deletions(-)
 
@@ -18746,11 +155054,10 @@ Author: Sascha Brawer <sascha@brawer.ch>
 Date:   Wed Jan 18 13:51:02 2017 +0100
 
     Update language tags to OpenType 1.8.1 (#403)
-
+    
     Resolves https://github.com/behdad/harfbuzz/issues/324
 
- src/hb-ot-tag.cc       | 77
- ++++++++++++++++++++++++++++++++++++++++++++------
+ src/hb-ot-tag.cc       | 77 ++++++++++++++++++++++++++++++++++++++++++++------
  test/api/test-ot-tag.c | 58 +++++++++++++++++++++++++++++++++++++
  2 files changed, 126 insertions(+), 9 deletions(-)
 
@@ -18790,10 +155097,8 @@ Date:   Mon Jan 9 22:22:37 2017 -0800
 
     Move lazy-loader to more generic place
 
- src/hb-open-type-private.hh | 47
- ++++++++++++++++++++++++++++++++++++++++++++
- src/hb-ot-font.cc           | 48
- ++-------------------------------------------
+ src/hb-open-type-private.hh | 47 ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-font.cc           | 48 ++-------------------------------------------
  2 files changed, 49 insertions(+), 46 deletions(-)
 
 commit ac274331c285e1b42632870e150e1d66a9e21933
@@ -18848,10 +155153,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 9 00:00:49 2017 -0800
 
     Minor
-
+    
     Should be enough to get -hangul.cc out of SOURCES in Firefox build:
     https://dxr.mozilla.org/mozilla-central/source/gfx/harfbuzz/src/moz.build
-
+    
     No one else should care!
 
  src/hb-ot-shape-complex-hangul.cc | 2 +-
@@ -18862,15 +155167,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jan 8 23:55:54 2017 -0800
 
     [USE] Remove non-canonical decompositions
-
-    We have had added this in Indic shaper to assist shaping these
-    scripts.
+    
+    We have had added this in Indic shaper to assist shaping these scripts.
     In Universal Shaping Engine however, it is up to font designer to
     decompose them.  Hence moving them from Indic shaper to USE was
     wrong.
-
+    
     Fixup for f6ba63b2e8eb577385f70758efdd3b8408c8a9cb
-
+    
     Part of fixing https://github.com/behdad/harfbuzz/issues/387
 
  src/hb-ot-shape-complex-use.cc | 22 ----------------------
@@ -18881,7 +155185,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Fri Nov 11 02:16:39 2016 +0200
 
     [graphite] Stop creating unused gr_face
-
+    
     It is unused after previous commit, hb_graphite2_font_get_gr_font()
     makes no sense now so deprecating it.
 
@@ -18894,9 +155198,9 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Sun Oct 30 20:16:41 2016 +0200
 
     [graphite] Fix shaping with varying font sizes
-
+    
     Shape using design units and scale the output.
-
+    
     See https://bugs.documentfoundation.org/show_bug.cgi?id=103403#c7
 
  src/hb-graphite2.cc | 27 +++++++++++++++------------
@@ -18917,13 +155221,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 5 20:20:06 2017 -0800
 
     Add tests for USE using Marchen font and text
-
+    
     From http://www.babelstone.co.uk/Fonts/Marchen.html
 
  test/shaping/Makefile.am                           |   1 +
  .../85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf   | Bin 0 -> 66936 bytes
- test/shaping/tests/use-marchen.tests               |  35
- +++++++++++++++++++++
+ test/shaping/tests/use-marchen.tests               |  35 +++++++++++++++++++++
  3 files changed, 36 insertions(+)
 
 commit 53543f8b3e19456279c86f711feba42ce976668c
@@ -18931,9 +155234,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 5 20:12:32 2017 -0800
 
     Ship UCDN and use it by default
-
+    
     So we are not relying on version of Unicode data in glib...
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/386
     Fixes https://github.com/behdad/harfbuzz/issues/388
 
@@ -18959,8 +155262,7 @@ Date:   Tue Jan 3 05:55:09 2017 +0100
 
  src/Makefile.sources |   1 +
  src/hb-ot-layout.cc  | 244 ---------------------------------------------
- src/hb-ot-math.cc    | 272
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-math.cc    | 272 +++++++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 273 insertions(+), 244 deletions(-)
 
 commit e053ccc5bb7268fe5900dd364d906638c58b2908
@@ -18968,12 +155270,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 28 15:51:57 2016 -0500
 
     Remove Android.mk
-
+    
     Android uses its own file these days and third-party developers should
     be using the autotools-based system against Android NDK.
 
- Android.mk  | 107
- ------------------------------------------------------------
+ Android.mk  | 107 ------------------------------------------------------------
  Makefile.am |   1 -
  2 files changed, 108 deletions(-)
 
@@ -18982,11 +155283,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 28 13:46:21 2016 -0500
 
     Remove Tibetan decomposition rules from Indic shaper
-
+    
     The decomposition is very obscure and unlikely to help
     any fonts.  Just remove it since Uniscribe probably doesn't
     do this either.
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/382
 
  src/hb-ot-shape-complex-indic.cc | 4 ----
@@ -18997,7 +155298,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 28 13:45:32 2016 -0500
 
     Port decompositions from Indic to USE shaper
-
+    
     Part of https://github.com/behdad/harfbuzz/issues/382
 
  src/hb-ot-shape-complex-indic.cc | 16 ----------------
@@ -19009,10 +155310,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Dec 26 14:11:59 2016 -0500
 
     [indic] Remove Chakma decomposition rule from Indic shaper
-
+    
     This is now added to USE:
     https://github.com/behdad/harfbuzz/pull/383
-
+    
     See:
     https://github.com/behdad/harfbuzz/issues/381
     https://github.com/behdad/harfbuzz/issues/382
@@ -19034,9 +155335,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Dec 26 14:52:08 2016 -0500
 
     Revert "[indic] Remove redundant Chakma decomposition rule"
-
+    
     This reverts commit 805f76fc002d703acfcc4c5727f0b4d1baecefaa.
-
+    
     Need to investigate why having this rule (with the reversed order)
     fixes decomposition as reported by punchcutter:
     https://github.com/behdad/harfbuzz/issues/381#issuecomment-269237796
@@ -19049,10 +155350,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Dec 26 14:11:59 2016 -0500
 
     [indic] Remove redundant Chakma decomposition rule
-
+    
     This was not used BTW since Chakma doesn't go through Indic shaper
     anymore.
-
+    
     See:
     https://github.com/behdad/harfbuzz/issues/381
     https://github.com/behdad/harfbuzz/issues/382
@@ -19074,14 +155375,12 @@ Author: nvelinov <nikola.velinov@rwth-aachen.de>
 Date:   Sat Dec 24 02:46:37 2016 +0100
 
     Compilation Error for ASSERT_STATIC on Some Compilers (#380)
-
+    
     * this pointer in type definitions is not interpreted as a constant.
-    This rule is not enforced strictly by all compilers, but the Green
-    Hills Software compiler will regard this as an error.
-
+    This rule is not enforced strictly by all compilers, but the Green Hills Software compiler will regard this as an error.
+    
     * Merging branches for the DEFINE_SIZE_UNION macro
-    Adding check for the existence of static_size field in the tested
-    member.
+    Adding check for the existence of static_size field in the tested member.
 
  src/hb-open-type-private.hh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -19091,19 +155390,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 22 14:40:19 2016 -0600
 
     Disable OTL processing for Hebrew if GPOS doesn't have Hebrew subtable
-
+    
     New approach to fix this:
     https://github.com/behdad/harfbuzz/commit/69f9fbc4200442a35484d3c790ae8f4979be5d60
-
+    
     Previous approach was reverted as it was too broad.  See context:
     https://github.com/behdad/harfbuzz/issues/347#issuecomment-267838368
-
-    With U+05E9,U+05B8,U+05C1,U+05DC and Arial Unicode, we now (correctly)
-    disable
-    GDEF and GPOS, so we get results very close to Uniscribe, but
-    slightly different
+    
+    With U+05E9,U+05B8,U+05C1,U+05DC and Arial Unicode, we now (correctly) disable
+    GDEF and GPOS, so we get results very close to Uniscribe, but slightly different
     since our fallback position logic is not exactly the same:
-
+    
     Before:         [gid1166=3+991|gid1142=0+737|gid5798=0+1434]
     After:          [gid1166=3+991|gid1142=0@402,-26+0|gid5798=0+1434]
     Uniscribe:      [gid1166=3+991|gid1142=0@348,0+0|gid5798=0+1434]
@@ -19125,13 +155422,11 @@ commit 1a0f4aa6dfee69236b422f7c8825eff940f45c19
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 22 13:33:54 2016 -0600
 
-    Revert "Synthesize GDEF glyph class for any glyph that does not have
-    one in GDEF"
-
+    Revert "Synthesize GDEF glyph class for any glyph that does not have one in GDEF"
+    
     This reverts commit 69f9fbc4200442a35484d3c790ae8f4979be5d60.
-
-    See
-    https://github.com/behdad/harfbuzz/issues/347#issuecomment-268873401
+    
+    See https://github.com/behdad/harfbuzz/issues/347#issuecomment-268873401
     Fixes https://github.com/behdad/harfbuzz/issues/347
 
  src/hb-ot-layout-gsub-table.hh | 22 ++--------------------
@@ -19143,15 +155438,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 21 23:10:43 2016 -0600
 
     Fix assert fail with contextual matching
-
+    
     As discovered by libFuzzer / Chromium fuzzing.
-
+    
     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=659496
     CC https://github.com/behdad/harfbuzz/issues/139
 
  src/hb-ot-layout-gsubgpos-private.hh                     |   6 +++++-
- .../sha1sum/217a934cfe15c548b572c203dceb2befdf026462.ttf | Bin 0 ->
- 1384 bytes
+ .../sha1sum/217a934cfe15c548b572c203dceb2befdf026462.ttf | Bin 0 -> 1384 bytes
  test/shaping/tests/fuzzed.tests                          |   1 +
  3 files changed, 6 insertions(+), 1 deletion(-)
 
@@ -19169,7 +155463,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 21 15:51:28 2016 -0600
 
     Avoid infinite loop in CoverageFormat2 iteration with bad fonts
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/363
 
  src/hb-ot-layout-common-private.hh | 29 ++++++++++++++++++-----------
@@ -19200,11 +155494,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Dec 20 15:01:16 2016 -0600
 
     Protect collect_glyphs() and closure() against malicious DDOS fonts
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/363
 
- src/hb-ot-layout-gsub-table.hh | 58
- ++++++++++++++++++++++++++++++++++--------
+ src/hb-ot-layout-gsub-table.hh | 58 ++++++++++++++++++++++++++++++++++--------
  1 file changed, 48 insertions(+), 10 deletions(-)
 
 commit 1c98ff87c76536553e53c131e75aba33033ee3a0
@@ -19212,23 +155505,23 @@ Author: Mike Hommey <mh@glandium.org>
 Date:   Fri Sep 30 18:15:37 2016 +0900
 
     Support building with older glib versions
-
+    
     It is desirable to be able to build against older versions of glib.
-
+    
     fd7a245 changed the configure check to require glib > 2.38 for
     G_TEST_DIST. Before that, version 2.16 was required, but in fact,
     since aafe395, G_PASTE is being used, which was introduced in 2.19.1.
     And since 0ef179e2, hb-glib uses GBytes, which were introduced in
     2.31.10.
-
+    
     2.19.1 is rather old, but 2.38 is rather new. For Firefox, building
     against 2.22 is still supported, although we could probably get away
     with bumping that to 2.28. Either way, GBytes is not available.
-
+    
     Arguably, if you build against a glib that doesn't support GBytes,
     you're not going to use the hb_glib_blob_create function, so we hide
     the function when building against such a glib.
-
+    
     As for G_TEST_DIST, when building against versions of glib that don't
     support it, we can fallback to the previous behavior, which, AIUI, was
     just making the test not work when building in a separate directory.
@@ -19244,7 +155537,7 @@ Author: Volker H. Simonis <volker.simonis@gmail.com>
 Date:   Wed Dec 14 18:56:17 2016 +0100
 
     Minor fixes to pacify Coverity code scan
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/377
 
  src/hb-ot-font.cc              |  6 +++++-
@@ -19257,8 +155550,7 @@ Date:   Sat Dec 17 10:30:40 2016 +0330
 
     [dwrite] Provide an experimental API for justification (#279)
 
- src/hb-directwrite.cc | 48
- ++++++++++++++++++++++++++++++++++++++++--------
+ src/hb-directwrite.cc | 48 ++++++++++++++++++++++++++++++++++++++++--------
  src/hb-directwrite.h  |  4 ++++
  2 files changed, 44 insertions(+), 8 deletions(-)
 
@@ -19328,7 +155620,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Sep 10 04:52:34 2016 -0700
 
     [GX] Make FeatureVariations actually work
-
+    
     Yay!!!!
 
  src/hb-ot-layout-common-private.hh   | 19 +++++++------------
@@ -19340,7 +155632,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Sep 10 03:57:24 2016 -0700
 
     [GX] Hook up feature variations
-
+    
     Shape-plan caching is not implemented.
 
  src/hb-coretext.cc           |   8 +++-
@@ -19353,8 +155645,7 @@ Date:   Sat Sep 10 03:57:24 2016 -0700
  src/hb-ot-shape-private.hh   |   6 ++-
  src/hb-ot-shape.cc           |   9 ++--
  src/hb-shape-plan-private.hh |   9 +++-
- src/hb-shape-plan.cc         | 102
- +++++++++++++++++++++++++++++++++++++++----
+ src/hb-shape-plan.cc         | 102 +++++++++++++++++++++++++++++++++++++++----
  src/hb-shape-plan.h          |  19 ++++++++
  src/hb-shape.cc              |   5 ++-
  src/hb-uniscribe.cc          |   4 +-
@@ -19390,8 +155681,7 @@ Date:   Sat Sep 10 02:44:20 2016 -0700
 
     Shuffle code around
 
- src/hb-ot-map.cc | 81
- ++++++++++++++++++++++++++++----------------------------
+ src/hb-ot-map.cc | 81 ++++++++++++++++++++++++++++----------------------------
  1 file changed, 41 insertions(+), 40 deletions(-)
 
 commit bde5e3959c0ffdb92db87668035b01aaee9b2352
@@ -19399,7 +155689,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Sep 10 02:43:20 2016 -0700
 
     Move add_lookups from map to map-builder
-
+    
     In prep for more changes.
 
  src/hb-ot-map-private.hh | 15 ++++++++-------
@@ -19411,7 +155701,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Sep 10 02:11:05 2016 -0700
 
     [GX] Remove (partial) support for anisotropic variations
-
+    
     It doesn't always work, not part of FreeType, and we were not going
     to expose it in the API anyway.  Can always be added later.
 
@@ -19434,11 +155724,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Sep 10 01:24:28 2016 -0700
 
     [GX] Implement Feature Variations
-
+    
     Not hooked up to shaper yet.
 
- src/hb-ot-layout-common-private.hh   | 168
- ++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout-common-private.hh   | 168 ++++++++++++++++++++++++++++++++++-
  src/hb-ot-layout-gdef-table.hh       |   1 -
  src/hb-ot-layout-gpos-table.hh       |   2 -
  src/hb-ot-layout-gsub-table.hh       |   2 -
@@ -19450,7 +155739,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Sep 10 00:25:16 2016 -0700
 
     [GX] Fix another x/y thinko
-
+    
     Thanks Werner!
 
  src/hb-ot-layout-common-private.hh | 2 +-
@@ -19473,13 +155762,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Sep 10 00:01:10 2016 -0700
 
     [GX] Fix build with some compilers
-
-    Eg.
-    https://ci.appveyor.com/project/behdad/harfbuzz/build/1.0.48/job/o9mnd33kcdeeg30r
-
-    hb-open-type-private.hh:103:29: error: static data member
-    'OT::Device::<anonymous union>::<anonymous struct>::static_size'
-    in unnamed class [-fpermissive]
+    
+    Eg. https://ci.appveyor.com/project/behdad/harfbuzz/build/1.0.48/job/o9mnd33kcdeeg30r
+    
+    hb-open-type-private.hh:103:29: error: static data member 'OT::Device::<anonymous union>::<anonymous struct>::static_size' in unnamed class [-fpermissive]
 
  src/hb-ot-layout-common-private.hh | 19 ++++++++++++-------
  1 file changed, 12 insertions(+), 7 deletions(-)
@@ -19508,7 +155794,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Sep 9 22:23:34 2016 -0700
 
     [GX] Add new API hb_font_set_var_coords_normalized()
-
+    
     Will probably change.
 
  src/hb-font.cc | 23 +++++++++++++++++++++++
@@ -19520,13 +155806,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Sep 9 17:03:11 2016 -0700
 
     [GX] Hook up GPOS to Variation Store stored in GDEF
-
+    
     Untested.
 
  src/hb-ot-layout-common-private.hh   | 22 ++++++++++----------
  src/hb-ot-layout-gdef-table.hh       | 27 +++++++++++++++---------
- src/hb-ot-layout-gpos-table.hh       | 40
- ++++++++++++++++--------------------
+ src/hb-ot-layout-gpos-table.hh       | 40 ++++++++++++++++--------------------
  src/hb-ot-layout-gsubgpos-private.hh |  2 ++
  4 files changed, 48 insertions(+), 43 deletions(-)
 
@@ -19544,11 +155829,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Sep 9 16:27:03 2016 -0700
 
     [GX] Pass apply-context down to get_anchor()
-
+    
     Needed to access GDEF for varStore.
 
- src/hb-ot-layout-gpos-table.hh | 57
- ++++++++++++++++++++++--------------------
+ src/hb-ot-layout-gpos-table.hh | 57 ++++++++++++++++++++++--------------------
  1 file changed, 30 insertions(+), 27 deletions(-)
 
 commit f0c3fd8c9ab402be923fe0845fb51d99841829b6
@@ -19556,7 +155840,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Sep 9 16:22:45 2016 -0700
 
     [GX] Add varStore member to GDEF
-
+    
     Still not hooked up from GPOS.
 
  src/hb-ot-layout-gdef-table.hh | 17 ++++++++++++++---
@@ -19576,11 +155860,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Sep 9 15:40:15 2016 -0700
 
     [GX] Port variation stuff to Variation Store design
-
+    
     Not hooked up to GDEF yet.
 
- src/hb-ot-layout-common-private.hh | 294
- +++++++++++++++++++++++--------------
+ src/hb-ot-layout-common-private.hh | 294 +++++++++++++++++++++++--------------
  src/hb-ot-layout-gpos-table.hh     |   2 +-
  2 files changed, 184 insertions(+), 112 deletions(-)
 
@@ -19597,15 +155880,13 @@ commit 8dddc231cf9d934eb93a39f2657717cbdad43a64
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Sep 9 13:17:33 2016 -0700
 
-    [GX] Revert "[GX] Add VariationAlternates, to allow conditional
-    lookups in GSUB/GPOS"
-
+    [GX] Revert "[GX] Add VariationAlternates, to allow conditional lookups in GSUB/GPOS"
+    
     This reverts commit 2859f1c7174d6f7ae5dcf0db5411bc0182b21594.
     We are going in a different direction.
 
  src/hb-open-type-private.hh        |  1 -
- src/hb-ot-layout-common-private.hh | 99
- +-------------------------------------
+ src/hb-ot-layout-common-private.hh | 99 +-------------------------------------
  2 files changed, 2 insertions(+), 98 deletions(-)
 
 commit bb4d2e6ed562c248fff15313a013d49e38a18789
@@ -19622,26 +155903,23 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Mar 18 15:52:24 2016 -0700
 
     [GX] Add compact VariationDevice implementation
-
+    
     Add compact format that uses signed bytes instead of shorts.
 
  src/hb-open-type-private.hh        |  1 +
- src/hb-ot-layout-common-private.hh | 35
- ++++++++++++++++++++++++-----------
+ src/hb-ot-layout-common-private.hh | 35 ++++++++++++++++++++++++-----------
  2 files changed, 25 insertions(+), 11 deletions(-)
 
 commit 71b06fd392680b6fcfece60d8a83ba6c56eada09
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Mar 12 23:49:09 2016 -0800
 
-    [GX] Add VariationAlternates, to allow conditional lookups in
-    GSUB/GPOS
-
+    [GX] Add VariationAlternates, to allow conditional lookups in GSUB/GPOS
+    
     Not hooked up to runtime yet.
 
  src/hb-open-type-private.hh        |  1 +
- src/hb-ot-layout-common-private.hh | 99
- +++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout-common-private.hh | 99 +++++++++++++++++++++++++++++++++++++-
  2 files changed, 98 insertions(+), 2 deletions(-)
 
 commit 976eeb8e025e2b7601a91e661d6e9a88bf8afbd2
@@ -19677,8 +155955,7 @@ Date:   Wed Mar 2 12:21:36 2016 +0900
 
     [GX] Hookup VariationDevice to Device table implementation
 
- src/hb-ot-layout-common-private.hh | 65
- +++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout-common-private.hh | 65 +++++++++++++++++++++++++++++++++++++-
  1 file changed, 64 insertions(+), 1 deletion(-)
 
 commit a0c2366075fcb894212b9bf137e4dd34bb65537c
@@ -19686,7 +155963,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Mar 1 19:42:24 2016 +0900
 
     [GX] Break out early if factor is zero
-
+    
     Also disable sanity-checking of variation records.
 
  src/hb-ot-layout-common-private.hh | 9 ++++++++-
@@ -19697,7 +155974,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Mar 1 19:29:36 2016 +0900
 
     [GX] Towards anisotropic interpolation
-
+    
     Also hookup to ValueRecord and Anchors.
 
  src/hb-font-private.hh             |  5 +++--
@@ -19714,8 +155991,7 @@ Date:   Tue Mar 1 19:12:08 2016 +0900
 
  src/hb-font-private.hh             |  10 ++++
  src/hb-font.cc                     |   3 +
- src/hb-ot-layout-common-private.hh | 113
- +++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-common-private.hh | 113 +++++++++++++++++++++++++++++++++++++
  3 files changed, 126 insertions(+)
 
 commit b843c6d8b66c2833cd35407ee494546465e6d775
@@ -19733,7 +156009,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 4 20:28:38 2016 -0800
 
     [hb-fuzzer] Get glyph extents for output glyphs
-
+    
     To exercise glyph-extents codepaths (glyf / CBLC+CBDT).
 
  test/fuzzing/hb-fuzzer.cc | 13 +++++++++++++
@@ -19746,8 +156022,7 @@ Date:   Sun Dec 4 19:55:17 2016 -0800
     [CBDT] Add test for fetching glyph extents
 
  test/shaping/Makefile.am                                 |   1 +
- .../sha1sum/ee39587d13b2afa5499cc79e45780aa79293bbd4.ttf | Bin 0 ->
- 3724 bytes
+ .../sha1sum/ee39587d13b2afa5499cc79e45780aa79293bbd4.ttf | Bin 0 -> 3724 bytes
  test/shaping/tests/color-fonts.tests                     |   1 +
  3 files changed, 2 insertions(+)
 
@@ -19785,8 +156060,7 @@ Date:   Sun Dec 4 19:12:52 2016 -0800
 
     [cbdt] Move some more code around
 
- src/hb-ot-cbdt-table.hh | 61
- ++++++++++++++++++++++++++++++++++---------------
+ src/hb-ot-cbdt-table.hh | 61 ++++++++++++++++++++++++++++++++++---------------
  src/hb-ot-font.cc       | 18 ++++++---------
  2 files changed, 49 insertions(+), 30 deletions(-)
 
@@ -19795,7 +156069,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 4 18:56:24 2016 -0800
 
     [cbdt] Fix sign bug
-
+    
     Was introduced in d495fc5e38038f4cfb20425b1109324fa70bf2f9
 
  src/hb-ot-cbdt-table.hh | 2 +-
@@ -19806,7 +156080,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Dec 2 22:43:05 2016 -0800
 
     [cbdt] Last of sanitization fixes
-
+    
     Should be all good now..
 
  src/hb-ot-font.cc | 23 ++++++++++++++++-------
@@ -19817,11 +156091,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Dec 2 21:36:42 2016 -0800
 
     [cbdt] Clean up some more
-
+    
     Almost there..
 
- src/hb-ot-cbdt-table.hh | 134
- +++++++++++++++++++++++++++++++++++++++++++-----
+ src/hb-ot-cbdt-table.hh | 134 +++++++++++++++++++++++++++++++++++++++++++-----
  src/hb-ot-font.cc       |  38 ++++----------
  2 files changed, 131 insertions(+), 41 deletions(-)
 
@@ -19831,8 +156104,7 @@ Date:   Fri Dec 2 20:12:57 2016 -0800
 
     [cbdt] More sanitize work
 
- src/hb-ot-cbdt-table.hh | 65
- +++++++++++++++++++++++++++++--------------------
+ src/hb-ot-cbdt-table.hh | 65 +++++++++++++++++++++++++++++--------------------
  src/hb-ot-font.cc       | 46 ++++++++++++++++++----------------
  2 files changed, 63 insertions(+), 48 deletions(-)
 
@@ -19851,8 +156123,7 @@ Date:   Fri Dec 2 19:25:54 2016 -0800
 
     [cbdt] Start fixing sanitization (or lack thereof)
 
- src/hb-ot-cbdt-table.hh | 77
- ++++++++++++++++++++++++++++++++++++-------------
+ src/hb-ot-cbdt-table.hh | 77 ++++++++++++++++++++++++++++++++++++-------------
  src/hb-ot-font.cc       | 22 +++++++-------
  2 files changed, 68 insertions(+), 31 deletions(-)
 
@@ -19882,14 +156153,13 @@ Author: Seigo Nonaka <nona@google.com>
 Date:   Fri Dec 2 15:03:50 2016 -0800
 
     Introduce get_extent support for color bitmap font. (#351)
-
+    
     hb_font_get_glyph_extents now works for color bitmap fonts.
     Currently only font having index format 1 and image format 17
     is supported.
 
  src/Makefile.sources    |   1 +
- src/hb-ot-ebdt-table.hh | 193
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-ebdt-table.hh | 193 ++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-font.cc       |  96 ++++++++++++++++++++++++
  3 files changed, 290 insertions(+)
 
@@ -19897,8 +156167,7 @@ commit 261837e7202ec584f653f379851e1c6457396b07
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Fri Oct 28 21:49:11 2016 +0330
 
-    Fix "nmake install" when ADDITIONAL_LIB_DIR is provided and test it
-    on CI (#356)
+    Fix "nmake install" when ADDITIONAL_LIB_DIR is provided and test it on CI (#356)
 
  appveyor.yml             | 1 +
  win32/detectenv-msvc.mak | 4 ++--
@@ -19911,8 +156180,7 @@ Date:   Wed Oct 26 18:27:48 2016 +0200
 
     [tests] Add tests for vertical origin with ft and ot font-funcs
 
- .../sha1sum/f9b1dd4dcb515e757789a22cb4241107746fd3d0.ttf | Bin 0 ->
- 1004 bytes
+ .../sha1sum/f9b1dd4dcb515e757789a22cb4241107746fd3d0.ttf | Bin 0 -> 1004 bytes
  test/shaping/tests/vertical.tests                        |   2 ++
  2 files changed, 2 insertions(+)
 
@@ -19949,8 +156217,7 @@ Date:   Wed Oct 26 17:44:16 2016 +0200
 
     Fix vertical glyph origin with hb-ot-font
 
- src/hb-font-private.hh | 51
- ++++++++++++++++++++++++++++----------------------
+ src/hb-font-private.hh | 51 ++++++++++++++++++++++++++++----------------------
  1 file changed, 29 insertions(+), 22 deletions(-)
 
 commit b3b0816d5fc00298621f738cf400de60f8a42c5d
@@ -19958,7 +156225,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 26 17:19:07 2016 +0200
 
     Fix vertical font metrics
-
+    
     Ouch!
 
  src/hb-font-private.hh | 4 ++--
@@ -20003,12 +156270,12 @@ Date:   Sun Oct 23 14:39:43 2016 +0200
  1 file changed, 3 insertions(+)
 
 commit 8c854dc023b1f9e081a3bbd16416b88a4671c267
-Merge: bb9805f5 c3fa5d0e
+Merge: bb9805f54 c3fa5d0e0
 Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Tue Oct 25 00:31:36 2016 +0300
 
     Merge pull request #352 from fred-wang/makefile-am
-
+    
     Remove inexistent file ttx file from test/api/Makefile.am
 
 commit c3fa5d0e03b57be131c66ea8720806c946d0e10f
@@ -20021,12 +156288,12 @@ Date:   Mon Oct 24 21:42:04 2016 +0200
  1 file changed, 1 deletion(-)
 
 commit bb9805f5419f18c7f5cab32d660fd4109c30f7cc
-Merge: 702d9f52 755a0c20
+Merge: 702d9f522 755a0c207
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Sat Oct 22 12:23:05 2016 +0330
 
     Merge pull request #349 from ebraminio/mergebackvcpkgpatches
-
+    
     [ci] Enable hb-freetype on Windows build tests
 
 commit 755a0c20798e3c3e6bb933a28e38f9667fccdadc
@@ -20049,12 +156316,12 @@ Date:   Tue Oct 18 14:30:00 2016 +0330
  2 files changed, 10 insertions(+)
 
 commit 702d9f522d1ac4797700f0ea056f69169b8d1a78
-Merge: 331c46c7 d8e2eb9e
+Merge: 331c46c79 d8e2eb9ee
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Fri Oct 14 13:54:55 2016 +0330
 
     Merge pull request #340 from ebraminio/nouniscribe
-
+    
     Make Uniscribe optional on nmake win32 builds
 
 commit d8e2eb9ee0f47af7e90056d8db5949d10a88786a
@@ -20062,15 +156329,12 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Sun Oct 9 09:06:05 2016 +0330
 
     Make Uniscribe optional on nmake win32 builds
-
-    Most of harfbuzz clients don't need Uniscribe and DirectWrite support
-    at all
-    as harfbuzz is a replacement for Uniscribe so Chromium and Firefox
-    are using
+    
+    Most of harfbuzz clients don't need Uniscribe and DirectWrite support at all
+    as harfbuzz is a replacement for Uniscribe so Chromium and Firefox are using
     harfbuzz without them on Windows.
-
-    This removal also helps win32 nmake clients to have reduced binary
-    size and
+    
+    This removal also helps win32 nmake clients to have reduced binary size and
     libs count.
 
  appveyor.yml            |  2 +-
@@ -20085,19 +156349,19 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 11 13:45:22 2016 -0700
 
     Fix configure on iOS
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/342
 
  configure.ac | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit f6e194e77a2c34cd118b47c0d73a22afde85dfda
-Merge: 7201fdd0 bef240b3
+Merge: 7201fdd0a bef240b36
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Tue Oct 11 17:23:41 2016 +0330
 
     Merge pull request #344 from ebraminio/fixmacci
-
+    
     [ci] Whitelist more symbols and unbreak mac CI
 
 commit bef240b36ee9086b0d92e351e4c5118c0bbb5df6
@@ -20105,7 +156369,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Mon Oct 10 17:27:52 2016 +0330
 
     [ci] Whitelist more symbols and unbreak mac CI
-
+    
     Thanks to @khaledhosny, actually this is his work :)
 
  src/check-symbols.sh | 4 ++--
@@ -20116,7 +156380,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 4 14:53:17 2016 -0700
 
     LFS (large file system?) support in hb-*shap*, hb-view
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/336
 
  configure.ac | 3 +++
@@ -20162,12 +156426,12 @@ Date:   Tue Sep 27 17:56:35 2016 +0200
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 6d3e6abf0c6ad55dabae96c76b4da9ab14bf16ef
-Merge: f73a87d9 c3e21a66
+Merge: f73a87d9a c3e21a662
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 27 17:15:59 2016 +0200
 
     Merge branch 'math'
-
+    
     Supercedes https://github.com/behdad/harfbuzz/pull/326
     Fixes https://github.com/behdad/harfbuzz/pull/331
 
@@ -20186,7 +156450,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 27 16:44:22 2016 +0200
 
     [MATH] Rename hb_math_*_t types to hb_ot_math_*_t
-
+    
     With this, I believe MATH table API is not ready to be merged.
 
  docs/harfbuzz-sections.txt     |  6 +++---
@@ -20212,8 +156476,7 @@ Date:   Tue Sep 27 15:28:35 2016 +0200
 
     Document API for MathVariants (#330)
 
- src/hb-ot-layout.cc | 56
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout.cc | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 56 insertions(+)
 
 commit 8d622f1114d6a0eca1786b94c7fc1a0bcd87f74b
@@ -20222,8 +156485,7 @@ Date:   Tue Sep 27 13:53:34 2016 +0200
 
     Add tests for get_mathvariant (#329)
 
- test/api/test-ot-math.c | 160
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ test/api/test-ot-math.c | 160 ++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 160 insertions(+)
 
 commit f73a87d9a8c76a181794b74b527ea268048f78e3
@@ -20242,8 +156504,7 @@ Date:   Tue Sep 27 13:18:00 2016 +0200
 
     Add tests for hb_ot_math_get_glyph_variants (#328)
 
- test/api/test-ot-math.c | 126
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ test/api/test-ot-math.c | 126 ++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 126 insertions(+)
 
 commit f16bf6c2dacf5b9c82b2d1ffacc092cc396189a7
@@ -20268,12 +156529,9 @@ commit edcfa789bf92c18f5badad31c0ad04a6a77d7226
 Author: Frédéric Wang <fred.wang@free.fr>
 Date:   Tue Sep 27 11:02:08 2016 +0200
 
-    test-ot-math: Use different scales for vertical
-    and horizontal directions and add test for
-    hb_ot_math_get_min_connector_overlap. (#327)
+    test-ot-math: Use different scales for vertical and horizontal directions and add test for hb_ot_math_get_min_connector_overlap. (#327)
 
- test/api/test-ot-math.c | 81
- ++++++++++++++++++++++++++++++-------------------
+ test/api/test-ot-math.c | 81 ++++++++++++++++++++++++++++++-------------------
  1 file changed, 49 insertions(+), 32 deletions(-)
 
 commit bc19f7fe20e89823dba07a46c3d48c7406b781b6
@@ -20291,8 +156549,7 @@ Date:   Mon Sep 26 22:18:41 2016 +0200
 
     [MATH] Enable tests for glyph-assembly italics-correction
 
- test/api/test-ot-math.c | 49
- ++++++++++++++++++++++++++++++-------------------
+ test/api/test-ot-math.c | 49 ++++++++++++++++++++++++++++++-------------------
  1 file changed, 30 insertions(+), 19 deletions(-)
 
 commit 86106c7528d9bff8de6bc3e1487be780c31ea4fd
@@ -20305,10 +156562,8 @@ Date:   Mon Sep 26 22:12:48 2016 +0200
  src/hb-ot-layout.cc            |  69 ++++----
  src/hb-ot-math.h               |  56 +++---
  test/api/Makefile.am           |   6 +-
- test/api/test-ot-layout-math.c | 382
- -----------------------------------------
- test/api/test-ot-math.c        | 381
- ++++++++++++++++++++++++++++++++++++++++
+ test/api/test-ot-layout-math.c | 382 -----------------------------------------
+ test/api/test-ot-math.c        | 381 ++++++++++++++++++++++++++++++++++++++++
  6 files changed, 447 insertions(+), 457 deletions(-)
 
 commit 1ba767cd4e3606beb9dc59806b83b1e61f5958d4
@@ -20317,10 +156572,8 @@ Date:   Mon Sep 26 21:57:14 2016 +0200
 
     [MATH] Move API from hb-ot-layout.h to hb-ot-math.h
 
- src/hb-ot-layout.h | 52
- --------------------------------------------------
- src/hb-ot-math.h   | 56
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout.h | 52 --------------------------------------------------
+ src/hb-ot-math.h   | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot.h        |  1 +
  3 files changed, 57 insertions(+), 52 deletions(-)
 
@@ -20339,8 +156592,7 @@ Date:   Mon Sep 26 21:46:05 2016 +0200
 
     [MATH] Wire up get_glyph_assembly()
 
- src/hb-ot-layout-math-table.hh | 64
- ++++++++++++++++++++++++++++++++++++++----
+ src/hb-ot-layout-math-table.hh | 64 ++++++++++++++++++++++++++++++++++++++----
  src/hb-ot-layout.cc            | 26 +++++++++--------
  src/hb-ot-layout.h             | 14 ++++-----
  3 files changed, 81 insertions(+), 23 deletions(-)
@@ -20352,8 +156604,7 @@ Date:   Mon Sep 26 21:22:48 2016 +0200
     [MATH] Wire up get_glyph_variants()
 
  src/hb-font-private.hh         |  11 ++-
- src/hb-ot-layout-math-table.hh | 178
- +++++++++++++++++++----------------------
+ src/hb-ot-layout-math-table.hh | 178 +++++++++++++++++++----------------------
  src/hb-ot-layout.cc            |   7 +-
  src/hb-ot-layout.h             |   2 +-
  4 files changed, 95 insertions(+), 103 deletions(-)
@@ -20366,8 +156617,7 @@ Date:   Mon Sep 26 17:51:47 2016 +0100
 
  src/hb-font-private.hh         |  4 +++
  src/hb-ot-layout-math-table.hh | 10 ++----
- src/hb-ot-layout.cc            | 73
- +++++++++++++++---------------------------
+ src/hb-ot-layout.cc            | 73 +++++++++++++++---------------------------
  src/hb-ot-layout.h             | 20 ++++++++++++
  src/hb-ot-math.h               | 18 +++++++++++
  5 files changed, 71 insertions(+), 54 deletions(-)
@@ -20387,8 +156637,7 @@ Date:   Thu Aug 25 11:17:50 2016 +0200
 
     MATH table: Add API to access math variants.
 
- src/hb-ot-layout-math-table.hh          | 253
- +++++++++++++++++++++++++++++++-
+ src/hb-ot-layout-math-table.hh          | 253 +++++++++++++++++++++++++++++++-
  src/hb-ot-layout-private.hh             |  10 ++
  src/hb-ot-layout.cc                     |  54 +++++++
  test/api/fonts/MathTestFontPartial4.otf | Bin 0 -> 14360 bytes
@@ -20429,7 +156678,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Sep 26 12:18:32 2016 +0100
 
     [MATH] Clean up get_top_accent_attachment()
-
+    
     Note, the function now returns "half of horizontal advance width"
     if top accent attachment for glyph is not explicitly defined.
     This is what the spec requires.  Updated tests.
@@ -20458,8 +156707,7 @@ Date:   Mon Sep 26 12:07:29 2016 +0100
     [MATH] Clean up a bit more
 
  src/hb-ot-layout-math-table.hh | 12 +--------
- src/hb-ot-layout.cc            | 57
- ++++++++++++++++--------------------------
+ src/hb-ot-layout.cc            | 57 ++++++++++++++++--------------------------
  2 files changed, 22 insertions(+), 47 deletions(-)
 
 commit 54c0cc38fba24fa4370231408ba121589b190a28
@@ -20478,8 +156726,7 @@ Date:   Mon Sep 26 11:47:05 2016 +0100
 
     [MATH] Cleanup previous commit a bit
 
- src/hb-ot-layout-math-table.hh | 186
- ++++++++++++++++++++---------------------
+ src/hb-ot-layout-math-table.hh | 186 ++++++++++++++++++++---------------------
  src/hb-ot-layout.cc            |  30 +++----
  src/hb-ot-layout.h             |  14 ++--
  3 files changed, 113 insertions(+), 117 deletions(-)
@@ -20490,8 +156737,7 @@ Date:   Thu Aug 25 11:15:31 2016 +0200
 
     MATH Table: Add API to access glyph info.
 
- src/hb-ot-layout-math-table.hh          | 271
- +++++++++++++++++++++++++++++++-
+ src/hb-ot-layout-math-table.hh          | 271 +++++++++++++++++++++++++++++++-
  src/hb-ot-layout.cc                     | 114 ++++++++++++++
  src/hb-ot-layout.h                      |  18 +++
  src/hb-ot-math.h                        |   7 +
@@ -20526,8 +156772,7 @@ Date:   Thu Aug 25 11:06:41 2016 +0200
     MATH Table: Add API to access math contants.
 
  src/Makefile.sources                |   1 +
- src/hb-ot-layout-math-table.hh      | 146
- +++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout-math-table.hh      | 146 +++++++++++++++++++++++++++++++++++-
  src/hb-ot-layout.cc                 |  25 ++++++
  src/hb-ot-layout.h                  |   5 ++
  src/hb-ot-math.h                    | 100 ++++++++++++++++++++++++
@@ -20562,8 +156807,7 @@ Date:   Thu Aug 25 10:47:15 2016 +0200
  test/api/Makefile.am                 |  14 ++++-
  test/api/fonts/MathTestFontEmpty.otf | Bin 0 -> 14320 bytes
  test/api/fonts/MathTestFontNone.otf  | Bin 0 -> 14284 bytes
- test/api/test-ot-layout-math.c       |  98
- +++++++++++++++++++++++++++++++++++
+ test/api/test-ot-layout-math.c       |  98 +++++++++++++++++++++++++++++++++++
  9 files changed, 227 insertions(+), 1 deletion(-)
 
 commit 02bfd965af588640250c47f344ad3096c8a373e0
@@ -20571,7 +156815,7 @@ Author: Gregory Morse <gregory.morse@live.com>
 Date:   Mon Sep 12 10:22:15 2016 +0200
 
     Update detectenv-msvc.mak (#316)
-
+    
     Windows x86 ARM capability
 
  win32/detectenv-msvc.mak | 3 +++
@@ -20610,7 +156854,7 @@ Author: Dominik Röttsches <d-r@roettsches.de>
 Date:   Wed Sep 7 23:56:57 2016 +0300
 
     Do reconfigure the cascade list for Emoji font on OS X 10.9.5 (#313)
-
+    
     This seems to fix crash issues on 10.9.5 reported on Chrome, compare
     crbug.com/549610
 
@@ -20622,7 +156866,7 @@ Author: Dominik Röttsches <d-r@roettsches.de>
 Date:   Mon Sep 5 11:27:25 2016 +0300
 
     Blacklist Padauk 2.80 and 3.00 (#311)
-
+    
     According to comments in issue #305 broken GDEF tables lead
     to incorrect rendering of Latin characters. Blacklisting
     this font.
@@ -20669,12 +156913,12 @@ Date:   Sat Aug 27 16:38:42 2016 +0300
  1 file changed, 3 insertions(+), 2 deletions(-)
 
 commit 547ddb0721365dca985aef5b759d08718f7c5f82
-Merge: bd1aac9c e7ecbba2
+Merge: bd1aac9c0 e7ecbba2c
 Author: Sascha Brawer <sascha@brawer.ch>
 Date:   Thu Aug 18 22:33:14 2016 +0200
 
     Merge pull request #303 from behdad/fonnapa
-
+    
     Support Americanist Phonetic Notation
 
 commit e7ecbba2cc3c9369c5e7dc7296cb210018aca3bb
@@ -20682,10 +156926,10 @@ Author: Sascha Brawer <sascha@brawer.ch>
 Date:   Thu Aug 18 12:48:38 2016 +0200
 
     Support Americanist Phonetic Notation
-
+    
     OpenType language system tag: `APPH`
     https://www.microsoft.com/typography/otspec/languagetags.htm
-
+    
     IETF BCP47 variant tag: `fonnapa`
     http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
 
@@ -20694,12 +156938,12 @@ Date:   Thu Aug 18 12:48:38 2016 +0200
  2 files changed, 18 insertions(+), 2 deletions(-)
 
 commit bd1aac9c0021a936058637424a478abf792533dd
-Merge: 18c19dd3 a0f1b44b
+Merge: 18c19dd34 a0f1b44b6
 Author: Sascha Brawer <sascha@brawer.ch>
 Date:   Thu Aug 18 13:59:38 2016 +0200
 
     Merge pull request #302 from khaledhosny/master
-
+    
     [travis] Fix MacOS libtool issue
 
 commit a0f1b44b6c0e3b1e6a1ba63dde2be22e0425353f
@@ -20716,7 +156960,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Tue Aug 16 02:49:48 2016 +0200
 
     [travis] Fix MacOS libtool issue
-
+    
     Reveals another MacOS build breakage in the Core Text shaper.
 
  .travis.yml | 1 +
@@ -20745,13 +156989,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 8 18:06:09 2016 -0700
 
     Add tests for Chinese language tags
-
+    
     Using font from https://github.com/behdad/harfbuzz/issues/300
 
- .../sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf | Bin 0 ->
- 5596 bytes
- test/shaping/tests/language-tags.tests                   |  12
- ++++++++++++
+ .../sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf | Bin 0 -> 5596 bytes
+ test/shaping/tests/language-tags.tests                   |  12 ++++++++++++
  2 files changed, 12 insertions(+)
 
 commit 37f21bdbb75c98d741e749b7f1e0f367941aef4e
@@ -20759,7 +157001,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 8 17:57:06 2016 -0700
 
     Map Macao to ZHH lang tag
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/300
 
  src/hb-ot-tag.cc | 3 ++-
@@ -20770,10 +157012,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 8 17:28:54 2016 -0700
 
     Limit bits-per-feature to eight
-
+    
     Limits number of alternatives per glyph per feature to 255, so be it.
-    That's better than possibly breaking shaping because of one bad
-    feature
+    That's better than possibly breaking shaping because of one bad feature
     value.
 
  src/hb-ot-map.cc | 3 ++-
@@ -20784,14 +157025,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 8 17:24:04 2016 -0700
 
     Fix sign of shift operators
-
+    
     This one:
-
+    
       map->mask = (1 << (next_bit + bits_needed)) - (1 << next_bit);
-
+    
     before the fix, the shift was done as an int, causing overflow
     if it ever got to 1 << 31.  Sprinkle 'u's around.
-
+    
     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=634805
 
  src/hb-buffer-private.hh | 6 +++---
@@ -20811,7 +157052,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 8 16:51:08 2016 -0700
 
     Map zh-Hant-HK to ZHH
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/300
 
  src/hb-ot-tag.cc | 4 +++-
@@ -20822,7 +157063,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Fri Jul 22 02:26:54 2016 +0300
 
     Don’t build UCDN support when building with GLib (#296)
-
+    
     Regression from: b424b6c372dfe4c0ed75a49761eb34a416819446.
 
  configure.ac | 2 +-
@@ -20833,7 +157074,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 22 17:41:43 2016 -0700
 
     [coretext] "Fix" crashes on CoreText < 10.10
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/297
 
  src/hb-coretext.cc | 8 ++++++++
@@ -20854,15 +157095,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 21 01:23:33 2016 -0700
 
     [ucdn] Update to Unicode 9.0.0
-
+    
     Fixes https://github.com/grigorig/ucdn/issues/12
 
  src/hb-ucdn.cc               |    6 +
  src/hb-ucdn/README           |    1 -
  src/hb-ucdn/ucdn.c           |   80 +-
  src/hb-ucdn/ucdn.h           |   98 +-
- src/hb-ucdn/unicodedata_db.h | 4750
- +++++++++++++++++++++++-------------------
+ src/hb-ucdn/unicodedata_db.h | 4750 +++++++++++++++++++++++-------------------
  5 files changed, 2783 insertions(+), 2152 deletions(-)
 
 commit f3f6c1ccbf89e15cda03e0c3a2df4297e98adf60
@@ -20870,21 +157110,16 @@ Author: jfkthame <jfkthame@gmail.com>
 Date:   Thu Jun 16 00:10:42 2016 +0100
 
     Blacklist GDEF tables of more fonts
-
-    This is based on bug reports that have been filed against Firefox
-    since it
-    updated to a version of harfbuzz that uses zeroing by GDEF rather
-    than by
-    Unicode. I'm sure there are a bunch more font versions that should
-    also be
-    included; these are just the ones I have on hand and have confirmed
-    as having
+    
+    This is based on bug reports that have been filed against Firefox since it
+    updated to a version of harfbuzz that uses zeroing by GDEF rather than by
+    Unicode. I'm sure there are a bunch more font versions that should also be
+    included; these are just the ones I have on hand and have confirmed as having
     bad GDEF data.
-
-    Given how the list here is growing, I think we should reconsider
-    the approach,
+    
+    Given how the list here is growing, I think we should reconsider the approach,
     and perhaps revert to zeroing by Unicode instead.
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/264
     Fixes https://github.com/behdad/harfbuzz/pull/266
 
@@ -20896,7 +157131,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 20 02:35:54 2016 -0700
 
     Implement symbol cmap in ft and ot fonts
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/236
     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=627953
 
@@ -20909,7 +157144,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 20 01:43:56 2016 -0700
 
     Clean up buffer area when rewinding
-
+    
     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=614647
     If allocation fails, we might be leaving junk behind.  At least
     clear it up.
@@ -20939,13 +157174,10 @@ commit 6bf9db4f1e1d51f9acb5e37b89caa8f4d275e7ce
 Author: Birunthan Mohanathas <birunthan@mohanathas.com>
 Date:   Mon Jul 11 13:38:23 2016 -0700
 
-    [ft] Fix unsafe cast of FT_Done_Face in
-    hb_ft_{face,font}_create_referenced (#289)
-
-    Prior to this change the function `FT_Error FT_Done_Face(FT_Face
-    *)` was
-    called through a pointer with the signature `void (void *)`
-    resulting in
+    [ft] Fix unsafe cast of FT_Done_Face in hb_ft_{face,font}_create_referenced (#289)
+    
+    Prior to this change the function `FT_Error FT_Done_Face(FT_Face *)` was
+    called through a pointer with the signature `void (void *)` resulting in
     undefined behaviour.
 
  src/hb-ft.cc | 12 +++++++++---
@@ -20961,12 +157193,12 @@ Date:   Mon Jul 11 21:57:26 2016 +0200
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 2f522fd485c2e946c9bce9e3828b6ff6247c59e4
-Merge: d3e2a06b e4d451ee
+Merge: d3e2a06b0 e4d451ee5
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 1 17:09:28 2016 -0700
 
     Merge pull request #286 from khaledhosny/gi-tag_from_string
-
+    
     [introspection] Fix hb_tag_from_string annotation
 
 commit e4d451ee55a57e1231b4076fcd1e87994f6b9528
@@ -20983,7 +157215,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jun 30 11:01:22 2016 -0700
 
     [python] Use utf-32 / utf-16 based on build of Python
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/271
 
  src/sample.py | 22 +++++++++++++++++++++-
@@ -20999,16 +157231,16 @@ Date:   Thu Jun 30 09:46:52 2016 -0700
  1 file changed, 9 insertions(+), 9 deletions(-)
 
 commit 46809dee30232d493539519b1bb527fa816c37db
-Merge: 70e72e5f 1bea49eb
+Merge: 70e72e5f6 1bea49eb4
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jun 30 09:41:03 2016 -0700
 
     Merge pull request #268 from drott/conflictingFontFix
-
+    
     Discard reconfigured CTFont if URL changes
 
 commit 1bea49eb4b7a94ab6222f9c3c40320cbdb247b2d
-Merge: 7aa3631d 70e72e5f
+Merge: 7aa3631dd 70e72e5f6
 Author: Dominik Röttsches <d-r@roettsches.de>
 Date:   Wed Jun 29 12:10:41 2016 +0200
 
@@ -21019,7 +157251,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 28 21:00:37 2016 -0700
 
     [gobject] Fix a few warnings
-
+    
     Part of https://github.com/behdad/harfbuzz/issues/277
 
  src/hb-buffer.cc         |  2 +-
@@ -21029,12 +157261,12 @@ Date:   Tue Jun 28 21:00:37 2016 -0700
  4 files changed, 13 insertions(+), 18 deletions(-)
 
 commit d8273aac19771033c5064a2f079c29d09a86e7c0
-Merge: abae93fa ae9054c7
+Merge: abae93fae ae9054c74
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 28 21:15:28 2016 -0700
 
     Merge pull request #280 from behdad/revert-271-patch-2
-
+    
     Revert "use utf32"
 
 commit ae9054c740631e36b7582b44c5afb42ff4509461
@@ -21047,19 +157279,19 @@ Date:   Tue Jun 28 21:14:38 2016 -0700
  1 file changed, 1 insertion(+), 2 deletions(-)
 
 commit 7aa3631dd06af74a1fa9f0bfaa5f721876be817f
-Merge: f7da0486 abae93fa
+Merge: f7da0486e abae93fae
 Author: Dominik Röttsches <d-r@roettsches.de>
 Date:   Tue Jun 28 09:52:18 2016 +0200
 
     Merge branch 'master' into conflictingFontFix
 
 commit abae93faef32562f34a72981d252c848cc4f7565
-Merge: 07461d06 8179ff5d
+Merge: 07461d06d 8179ff5d7
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jun 27 14:33:27 2016 -0400
 
     Merge pull request #273 from ebraminio/master
-
+    
             [dwrite] Use stream font loader instead GDI interop
 
 commit 8179ff5d7ba4a140cf6743729a22072800e98a79
@@ -21067,7 +157299,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Mon Jun 27 03:54:15 2016 +0430
 
     [dwrite] Don't allocate more than needed
-
+    
     Addressing Nikolay Sivov reviews on harfbuzz mailing list
 
  src/hb-directwrite.cc | 15 ++++++---------
@@ -21078,11 +157310,11 @@ Author: Sascha Brawer <sascha@brawer.ch>
 Date:   Fri Jun 24 16:42:27 2016 +0200
 
     [CPAL] Return 0xFFFF as name id for unnamed palettes
-
+    
     The name id 0 is used as Copyright notice. It's quite unlikely that a
     font supplies a color palette with the exact same name as the font's
     copyright notice, but the API should not prevent this.
-
+    
     Also, try to fix a problem with GObject introspection, where the
     auto-generated Python bindings could not return palette colors.
 
@@ -21095,7 +157327,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Fri Jun 24 12:23:25 2016 +0430
 
     [dwrite] Delete remained objects
-
+    
     No longer noticeable memory increase on create/destroy iterations,
     highly better than current state of uniscribe backend
 
@@ -21107,9 +157339,8 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Fri Jun 24 11:42:01 2016 +0430
 
     [dwrite] Release allocated blob on face destroy
-
-    This reduces memory consumption of my iterated font create/destroy
-    cycle test
+    
+    This reduces memory consumption of my iterated font create/destroy cycle test
     significantly and makes it much better than uniscribe backend even
 
  src/hb-directwrite.cc | 5 ++++-
@@ -21119,11 +157350,9 @@ commit f3f0ea980a359343ac0e3d359a95855c2cf7be25
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Thu Jun 23 16:41:37 2016 +0430
 
-    [dwrite] Remove ifdefs without breaking execution on old Windows
-    versions
+    [dwrite] Remove ifdefs without breaking execution on old Windows versions
 
- src/hb-directwrite.cc | 205
- +++++++++++++++++++++++++-------------------------
+ src/hb-directwrite.cc | 205 +++++++++++++++++++++++++-------------------------
  1 file changed, 103 insertions(+), 102 deletions(-)
 
 commit 6b861dbd8b3662d0fa0e51fad1736d72192da868
@@ -21131,17 +157360,16 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Tue Jun 21 13:57:26 2016 +0430
 
     [dwrite] Use stream font loader instead GDI interop
-
+    
     With help of
     https://dxr.mozilla.org/mozilla-central/source/gfx/2d/NativeFontResourceDWrite.cpp
 
- src/hb-directwrite.cc | 350
- +++++++++++++++++++-------------------------------
+ src/hb-directwrite.cc | 350 +++++++++++++++++++-------------------------------
  src/hb-directwrite.h  |   2 +-
  2 files changed, 135 insertions(+), 217 deletions(-)
 
 commit f7da0486ed8884481d477ce08fcf928c4da9a0a3
-Merge: a0223274 07461d06
+Merge: a0223274b 07461d06d
 Author: Dominik Röttsches <d-r@roettsches.de>
 Date:   Mon Jun 20 10:25:43 2016 +0300
 
@@ -21164,8 +157392,7 @@ Date:   Mon Apr 25 18:20:57 2016 +0200
  src/hb-ot.h                                        |   1 +
  test/api/Makefile.am                               |   1 +
  test/api/hb-test.h                                 |  30 ++
- test/api/test-ot-color.c                           | 318
- +++++++++++++++++++++
+ test/api/test-ot-color.c                           | 318 +++++++++++++++++++++
  .../319f5d7ebffbefc5c5e6569f8cea73444d7a7268.ttf   | Bin 0 -> 2128 bytes
  .../e90374e5e439e00725b4fe7a8d73db57c5a97f82.ttf   | Bin 0 -> 1948 bytes
  14 files changed, 804 insertions(+), 1 deletion(-)
@@ -21180,12 +157407,12 @@ Date:   Sat Jun 18 22:46:38 2016 +0000
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit fca0c61d67aa309fc824fb18f247493c2b7701ef
-Merge: 4b8de1ea 98835058
+Merge: 4b8de1ea8 988350586
 Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Sun Jun 19 00:08:51 2016 +0300
 
     Merge pull request #270 from khaledhosny/travis-failure
-
+    
     Fix make check on Travis
 
 commit 988350586f607c7a46bbb658a2abecfd004f41fb
@@ -21193,12 +157420,11 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Sat Jun 18 21:12:19 2016 +0200
 
     [tests] Workaround Python 2 “narrow” builds
-
-    The so-called Python 2 “narrow” builds support UCS2 only, this
-    is a
+    
+    The so-called Python 2 “narrow” builds support UCS2 only, this is a
     workaround to allow unichr to work with any Unicode character in such
     builds. This fixes Travis-CI failure as it has narrow Python 2 builds.
-
+    
     Copied from:
     https://github.com/behdad/fonttools/blob/master/Lib/fontTools/misc/py23.py
 
@@ -21210,7 +157436,7 @@ Author: Dominik Röttsches <drott@chromium.org>
 Date:   Thu Jun 16 14:19:39 2016 +0200
 
     Discard reconfigured CTFont if URL changes
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/267
 
  src/hb-coretext.cc | 24 +++++++++++++++++++++---
@@ -21221,7 +157447,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jun 6 23:08:54 2016 -0700
 
     Round, not truncate, when scaling values
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/255
 
  src/hb-font-private.hh | 8 +++++++-
@@ -21232,7 +157458,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jun 6 15:58:41 2016 -0700
 
     Change bugreport URL to github
-
+    
     That's where everything is happening these days.
 
  configure.ac | 2 +-
@@ -21263,7 +157489,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 6 17:56:07 2016 +0100
 
     [myanmar] Handle U+AA74..U+AA76
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/218
 
  src/hb-ot-shape-complex-myanmar.cc | 5 +++++
@@ -21287,8 +157513,7 @@ Date:   Fri May 6 17:41:49 2016 +0100
  src/gen-use-table.py                               |  29 +++--
  src/hb-ot-shape-complex-use-machine.rl             |  15 +--
  src/hb-ot-shape-complex-use-private.hh             |   1 -
- src/hb-ot-shape-complex-use-table.cc               | 142
- ++++++++++-----------
+ src/hb-ot-shape-complex-use-table.cc               | 142 ++++++++++-----------
  src/hb-ot-shape-complex-use.cc                     |  11 +-
  .../6ff0fbead4462d9f229167b4e6839eceb8465058.ttf   | Bin 0 -> 1148 bytes
  test/shaping/tests/use.tests                       |   1 +
@@ -21309,7 +157534,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 6 17:17:00 2016 +0100
 
     [use] Fix 'Number-joiner terminated cluster' to use HN instead of H
-
+    
     From draft update to USE.
 
  src/hb-ot-shape-complex-use-machine.rl | 2 +-
@@ -21320,9 +157545,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 6 16:19:19 2016 +0100
 
     Allow MultipleSubst to delete glyph
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/253
-
+    
     Hopefully we got the logic right.
 
  src/hb-ot-layout-gsub-table.hh       | 17 +++++++----------
@@ -21335,8 +157560,7 @@ Date:   Fri May 6 16:05:07 2016 +0100
 
     [indic] Remove more unused logic after Javanese is gone
 
- src/hb-ot-shape-complex-indic.cc | 50
- +++++++++++++++-------------------------
+ src/hb-ot-shape-complex-indic.cc | 50 +++++++++++++++-------------------------
  1 file changed, 18 insertions(+), 32 deletions(-)
 
 commit 8b5d6e755b271d0d22b31a7726d5bfbf2aae8b2f
@@ -21355,23 +157579,22 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 6 15:52:27 2016 +0100
 
     [indic/use] Move Javanese from Indic shaper to USE
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/243
-
+    
     With javatext.ttf, the reodering medial Ra gets its advance width
     zero'ed in Uniscribe implementation, and the font adds the advance
     back.  Our Indic shaper does not do that, but USE does.  So, route
     Javanese through USE.  That's what Microsoft does anyway.  Test:
-
+    
       U+A9A5,U+A9BA
-
+    
     This also seems to fix the following sequence, and variations thereof:
-
+    
       U+A99F,U+A9C0,U+A9A2,U+A9BF
 
  src/gen-indic-table.py                             |  1 -
- src/hb-ot-shape-complex-indic-table.cc             | 23
- ++++------------------
+ src/hb-ot-shape-complex-indic-table.cc             | 23 ++++------------------
  src/hb-ot-shape-complex-private.hh                 |  5 +----
  .../south-east-asian/script-javanese/misc.txt      |  1 +
  4 files changed, 6 insertions(+), 24 deletions(-)
@@ -21382,8 +157605,7 @@ Date:   Fri May 6 15:39:02 2016 +0100
 
     Add Javanese sample text
 
- .../south-east-asian/script-javanese/misc.txt      | 53
- ++++++++++++++++++++++
+ .../south-east-asian/script-javanese/misc.txt      | 53 ++++++++++++++++++++++
  1 file changed, 53 insertions(+)
 
 commit e21921a68a959b7e929f71a4260a6cbe055ab4e6
@@ -21402,8 +157624,7 @@ Date:   Fri May 6 11:50:02 2016 +0100
     [indic] Remove data for scripts that don't go thorough this shaper
 
  src/gen-indic-table.py                 |  29 +-
- src/hb-ot-shape-complex-indic-table.cc | 604
- +--------------------------------
+ src/hb-ot-shape-complex-indic-table.cc | 604 +--------------------------------
  2 files changed, 43 insertions(+), 590 deletions(-)
 
 commit 7cd9269f4eba7b85cd72301a3fc39fab42a4e439
@@ -21411,12 +157632,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 6 11:34:46 2016 +0100
 
     Update tables to Unicode 9.0.0 beta
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/251
 
  src/hb-ot-shape-complex-arabic-table.hh |  56 ++++++++-----
- src/hb-ot-shape-complex-indic-table.cc  | 137
- +++++++++++++++++++++++---------
+ src/hb-ot-shape-complex-indic-table.cc  | 137 +++++++++++++++++++++++---------
  src/hb-ot-shape-complex-use-table.cc    |  86 ++++++++++++++------
  3 files changed, 196 insertions(+), 83 deletions(-)
 
@@ -21434,7 +157654,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 6 12:08:18 2016 +0100
 
     Add Unicode 9 beta scripts
-
+    
     These are frozen, so good time to add.
 
  src/hb-common.cc                   | 3 +++
@@ -21467,7 +157687,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 2 10:29:12 2016 +0200
 
     [ot-font] Remove unused 'post' table include for now
-
+    
     To make a release...
 
  src/hb-ot-font.cc | 2 +-
@@ -21479,10 +157699,8 @@ Date:   Mon May 2 10:28:24 2016 +0200
 
     [tests] Fix test
 
- test/shaping/Makefile.am                                                |
- 2 +-
- .../tests/{fallback-positioning.test => fallback-positioning.tests}
- | 0
+ test/shaping/Makefile.am                                                | 2 +-
+ .../tests/{fallback-positioning.test => fallback-positioning.tests}     | 0
  2 files changed, 1 insertion(+), 1 deletion(-)
 
 commit f00ab2a33ab34ba64f38cbbe65830c770a3e071e
@@ -21490,15 +157708,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 2 10:24:00 2016 +0200
 
     [hb-ot-font] Make 'glyf' table loading lazy
-
-    Apparently some clients have reference-table callbacks that copy
-    the table.
-    As such, avoid loading 'glyf' table which is only needed if fallback
-    positioning
+    
+    Apparently some clients have reference-table callbacks that copy the table.
+    As such, avoid loading 'glyf' table which is only needed if fallback positioning
     happens.
 
- src/hb-ot-font.cc                                  |  45
- ++++++++++++++++++++-
+ src/hb-ot-font.cc                                  |  45 ++++++++++++++++++++-
  test/shaping/Makefile.am                           |   1 +
  .../7ef276fc886ea502a03b9b0e5c8b547d5dc2b61c.ttf   | Bin 0 -> 784 bytes
  test/shaping/tests/fallback-positioning.test       |   2 +
@@ -21513,12 +157728,11 @@ Date:   Sat Apr 30 19:20:56 2016 +0200
  src/Makefile.sources        |   1 +
  src/hb-open-type-private.hh |  12 ++++-
  src/hb-ot-font.cc           |   1 +
- src/hb-ot-post-table.hh     | 119
- ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-post-table.hh     | 119 ++++++++++++++++++++++++++++++++++++++++++++
  4 files changed, 132 insertions(+), 1 deletion(-)
 
 commit 9abaaac409b8e3a0a9182b67dc384133013f7878
-Merge: 2f560ee4 264b7a72
+Merge: 2f560ee44 264b7a728
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 27 03:38:24 2016 -0700
 
@@ -21529,9 +157743,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 27 03:11:41 2016 -0700
 
     [tibetan] Reorder marks to better match Uniscribe
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/237
-
+    
     Note that Uniscribe enforces a certain syllable order.  We don't.
     But with this change, I get all of the tibetan contractions pass
     with Microsoft Himalaya font.
@@ -21544,20 +157758,19 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 27 02:44:35 2016 -0700
 
     [test] Add text for Tibetan shorthand contractions
-
+    
     From http://www.babelstone.co.uk/Tibetan/Contractions.html
 
- .../script-tibetan/misc/contractions.txt           | 612
- +++++++++++++++++++++
+ .../script-tibetan/misc/contractions.txt           | 612 +++++++++++++++++++++
  1 file changed, 612 insertions(+)
 
 commit 264b7a728a41becfbf23ce258fc2a3af19d0cbbe
-Merge: 7e2da035 adafdcdd
+Merge: 7e2da035f adafdcddc
 Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Wed Apr 27 03:48:23 2016 +0300
 
     Merge pull request #247 from khaledhosny/update-opentype-language-tags
-
+    
     Update opentype language tags
 
 commit adafdcddced076da4bfa3114a00e15a387aaf1f7
@@ -21566,8 +157779,7 @@ Date:   Sat Nov 7 23:37:21 2015 +0000
 
     Mass-added “difficult” tags – to be curated.
 
- src/hb-ot-tag.cc | 69
- +++++++++++++++++++++++++++++---------------------------
+ src/hb-ot-tag.cc | 69 +++++++++++++++++++++++++++++---------------------------
  1 file changed, 36 insertions(+), 33 deletions(-)
 
 commit 3d6a2c0d7d9f6c5b3097f78c1123f9e59dcc76e2
@@ -21576,8 +157788,7 @@ Date:   Sat Nov 7 22:59:13 2015 +0000
 
     Initial import of missing OpenType 1.7 language tags.
 
- src/hb-ot-tag.cc | 67
- +++++++++++++++++++++++++++++++++++++++++++++++++++-----
+ src/hb-ot-tag.cc | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
  1 file changed, 61 insertions(+), 6 deletions(-)
 
 commit 7e2da035f68e46ce8f4759b67b4ed3a1b211d793
@@ -21594,12 +157805,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Apr 26 16:41:17 2016 -0700
 
     Do NOT ignore Mongolian Free Variation Selectors during matching
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/234
 
  src/hb-ot-layout-gsubgpos-private.hh               |   2 +-
- src/hb-ot-layout-private.hh                        |  23
- +++++++++++++++++++--
+ src/hb-ot-layout-private.hh                        |  23 +++++++++++++++++++--
  src/hb-ot-shape-complex-arabic.cc                  |   2 +-
  .../a34a7b00f22ffb5fd7eef6933b81c7e71bc2cdfb.ttf   | Bin 0 -> 3700 bytes
  .../tests/mongolian-variation-selector.tests       |   1 +
@@ -21610,7 +157820,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Apr 26 16:02:04 2016 -0700
 
     Move ZWJ/ZWNJ bits to top byte of unicode_props()
-
+    
     To make room to remember Mongolian Free Variation Selectors.
     Part of fixing https://github.com/behdad/harfbuzz/issues/234
 
@@ -21636,12 +157846,12 @@ Date:   Tue Apr 26 10:35:23 2016 -0700
  1 file changed, 12 insertions(+), 6 deletions(-)
 
 commit 14bb4a56971fd45063cd6c1288d911627088abb2
-Merge: 1c625dff 5069062d
+Merge: 1c625dff2 5069062d0
 Author: Sascha Brawer <sascha@brawer.ch>
 Date:   Tue Apr 26 11:38:16 2016 +0200
 
     Merge pull request #245 from KonstantinRitt/fixes/ce
-
+    
     Unbreak build on Windows CE
 
 commit 5069062d0a9342bb716eebf3ddc1efad91924caa
@@ -21649,7 +157859,7 @@ Author: Konstantin Ritt <ritt.ks@gmail.com>
 Date:   Tue Apr 26 12:02:26 2016 +0400
 
     Unbreak build on Windows CE
-
+    
     0475ef2f97e3035a2eea9a0f96031331e07e8e29 broke the build by using
     vsnprintf(), which is not defined on Windows CE
 
@@ -21694,12 +157904,12 @@ Date:   Fri Apr 8 13:41:20 2016 -0700
  1 file changed, 2 insertions(+)
 
 commit ef476be80d773332e0c768a3465d99381d76edd9
-Merge: a0331b55 d3134a66
+Merge: a0331b55f d3134a66a
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Apr 8 13:16:33 2016 -0700
 
     Merge pull request #239 from ebraminio/dwfix
-
+    
     Improve DirectWrite backend
 
 commit d3134a66ad551ded726db9528d3c25459088f105
@@ -21728,8 +157938,7 @@ Date:   Mon Apr 4 16:24:27 2016 -0700
     Add test for 6dd80faf0dcb3e8a8915c3a25da44e2a67cb0cd8
 
  test/shaping/Makefile.am                                |   1 +
- .../f22416c692720a7d46fadf4af99f4c9e094f00b9.ttf        | Bin 0 ->
- 16736 bytes
+ .../f22416c692720a7d46fadf4af99f4c9e094f00b9.ttf        | Bin 0 -> 16736 bytes
  test/shaping/tests/mark-filtering-sets.tests            |   5 +++++
  3 files changed, 6 insertions(+)
 
@@ -21747,9 +157956,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 4 14:34:25 2016 -0700
 
     Fix FixedVersion::to_int()
-
+    
     Ouch.  Had broken it in 9a13ed453ef96822a47d6e6f58332b87f38d5c59
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/238
     Will add test soon.
 
@@ -21771,19 +157980,16 @@ Date:   Fri Apr 1 15:47:07 2016 +0000
 
     Use standard types instead Windows favourites ones
 
- src/hb-directwrite.cc | 100
- +++++++++++++++++++++++++-------------------------
+ src/hb-directwrite.cc | 100 +++++++++++++++++++++++++-------------------------
  1 file changed, 50 insertions(+), 50 deletions(-)
 
 commit adf20ba0d18d1506e633dcd9b4827a6c93abcadd
 Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Fri Apr 1 15:36:40 2016 +0000
 
-    Limit GetJustifiedGlyphs only to scripts with custom justification
-    character
+    Limit GetJustifiedGlyphs only to scripts with custom justification character
 
- src/hb-directwrite.cc | 98
- +++++++++++++++++++++++++++++++--------------------
+ src/hb-directwrite.cc | 98 +++++++++++++++++++++++++++++++--------------------
  1 file changed, 60 insertions(+), 38 deletions(-)
 
 commit 32ae9d1b3ffbe7e26e654437a56a26a95fe9f5a6
@@ -21792,8 +157998,7 @@ Date:   Fri Apr 1 06:39:57 2016 +0000
 
     Add justification support
 
- src/hb-directwrite.cc | 321
- ++++++++++++++++++++++++++++++++------------------
+ src/hb-directwrite.cc | 321 ++++++++++++++++++++++++++++++++------------------
  1 file changed, 205 insertions(+), 116 deletions(-)
 
 commit 10c3d9e41520595c88dd2a8321590e03ce8fcf47
@@ -21802,8 +158007,7 @@ Date:   Thu Mar 31 18:19:44 2016 +0000
 
     Basic opentype features support
 
- src/hb-directwrite.cc | 62
- ++++++++++++++++++++++++++++++++++-----------------
+ src/hb-directwrite.cc | 62 ++++++++++++++++++++++++++++++++++-----------------
  1 file changed, 42 insertions(+), 20 deletions(-)
 
 commit d129897120d3ad414220d603557c15a60aa69fa6
@@ -21812,8 +158016,7 @@ Date:   Thu Mar 31 13:45:37 2016 +0000
 
     Refactor and remove dupe getglyphs call
 
- src/hb-directwrite.cc | 106
- ++++++++++++++++++++++++--------------------------
+ src/hb-directwrite.cc | 106 ++++++++++++++++++++++++--------------------------
  1 file changed, 51 insertions(+), 55 deletions(-)
 
 commit 5f1a8961008b93f72acc47336109af3a64e248d0
@@ -21839,7 +158042,7 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Wed Mar 30 20:15:09 2016 +0000
 
     Make DirectWrite backend to work with different font sizes
-
+    
     Actually copyedited same logic from Uniscribe to make it just work
 
  src/hb-directwrite.cc | 7 ++++++-
@@ -21859,43 +158062,40 @@ commit 69f9fbc4200442a35484d3c790ae8f4979be5d60
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Mar 17 11:59:43 2016 -0700
 
-    Synthesize GDEF glyph class for any glyph that does not have one
-    in GDEF
-
+    Synthesize GDEF glyph class for any glyph that does not have one in GDEF
+    
     Previously we only synthesized GDEF glyph classes if the glyphClassDef
     array in GDEF was null.  This worked well enough, and is indeed what
-    OpenType requires: "If the font does not include a GlyphClassDef
-    table,
+    OpenType requires: "If the font does not include a GlyphClassDef table,
     the client must define and maintain this information when using the
     GSUB and GPOS tables."  That sentence does not quite make sense since
     one needs Unicode properties as well, but is close enough.
-
+    
     However, looks like Arial Unicode as shipped on WinXP, does have GDEF
     glyph class array, but defines no classes for Hebrew.  This results
-    in Hebrew marks not getting their widths zeroed.  So, with this
-    change,
+    in Hebrew marks not getting their widths zeroed.  So, with this change,
     we synthesize glyph class for any glyph that is not specified in the
     GDEF glyph class table.  Since, from our point of view, a glyph not
     being listed in that table is a font bug, any unwanted consequence of
     this change is a font bug :).
-
+    
     Note that we still don't get the same rendering as Uniscribe, since
     Uniscribe seems to do fallback positioning as well, even though the
     font does have a GPOS table (which does NOT cover Hebrew!).  We are
     not going to try to match that though.
-
+    
     Test string for Arial Unicode:
-
+    
             U+05E9,U+05B8,U+05C1,U+05DC
-
+    
     Before:         [gid1166=3+991|gid1142=0+737|gid5798=0+1434]
     After:          [gid1166=3+991|gid1142=0+0|gid5798=0+1434]
     Uniscribe:      [gid1166=3+991|gid1142=0@348,0+0|gid5798=0+1434]
-
+    
     Note that our new output matches what we were generating until July
     2014, because the Hebrew shaper used to zero mark advances based on
     Unicode, NOT GDEF.  That's 9e834e29e0b657f0555df1ab9cea79ff7abcf08d.
-
+    
     Reported by Greg Douglas.
 
  src/hb-ot-layout-gsub-table.hh | 22 ++++++++++++++++++++--
@@ -21903,12 +158103,12 @@ Date:   Thu Mar 17 11:59:43 2016 -0700
  2 files changed, 20 insertions(+), 31 deletions(-)
 
 commit fef5dd9a72f326c160a7194f558749d24bac7283
-Merge: 01ea9eaa 5f995db1
+Merge: 01ea9eaac 5f995db10
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Mar 12 19:15:15 2016 -0800
 
     Merge pull request #232 from c0nk/wip-icu
-
+    
     Add --with-icu=builtin option; fix compile error
 
 commit 01ea9eaac373d9f3de6e56c1ca26cdcd259ecc8e
@@ -21916,7 +158116,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Mar 11 18:50:02 2016 -0800
 
     [build] Use tar-ustar instead of tar-pax
-
+    
     The default tar-v7 is not good enough for us (99 char filename
     limit), so I have had bumped to tar-pax.  We got one complaint
     that someone's tar couldn't handle tar-pax.  Set to tar-ustar
@@ -21939,7 +158139,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Mar 8 12:16:41 2016 -0800
 
     Remove default clause in minor switch statements
-
+    
     Bending to clang warnings...
     https://bugs.chromium.org/p/chromium/issues/detail?id=593057
 
@@ -21948,12 +158148,12 @@ Date:   Tue Mar 8 12:16:41 2016 -0800
  2 files changed, 5 deletions(-)
 
 commit ce8ae9970102f83b67bb1e8e8b2bf894a0e26c07
-Merge: 731a430c 71248a84
+Merge: 731a430cd 71248a843
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Mar 4 17:20:35 2016 -0800
 
     Merge pull request #231 from KonstantinRitt/post123buildfix
-
+    
     Fix build with HB_DISABLE_DEPRECATED
 
 commit 731a430cd36caabcef04e099b21ebc6daedd536f
@@ -21961,16 +158161,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 2 13:32:42 2016 -0800
 
     Fix requiredFeature stage handling logic
-
+    
     Originally the way Jonathan had written this was correct in
     "continue"ing:
-
+    
     https://github.com/jfkthame/harfbuzz/commit/35e28c7a733eaffcd9f062b18d7db9fbb3d990fc#diff-ead86a33a5cc9ad7f6e6381031a0baddR199
-
+    
     When I rewrote his patch, I messed it up:
-
+    
     https://github.com/behdad/harfbuzz/commit/da132937989acb4d8ca9bd41c79f98750e7dda30#diff-ead86a33a5cc9ad7f6e6381031a0baddR209
-
+    
     the intended behavior was NOT to set found=TRUE and NOT to continue.
     This was resulting in feature_index[table_index] being left unset.
     Oops!
@@ -21992,7 +158192,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Mar 1 16:41:26 2016 +0900
 
     Use FWORD and UFWORD when it makes sense
-
+    
     I had forgotten about those types.
 
  src/hb-ot-glyf-table.hh | 8 ++++----
@@ -22004,7 +158204,7 @@ Author: Kal Conley <kcconley@gmail.com>
 Date:   Fri Feb 26 00:36:17 2016 +0100
 
     Fix missing ICU #include
-
+    
     Fix compile error in hb-icu.cc when ICU configured with
     U_NO_DEFAULT_INCLUDE_UTF_HEADERS=1
 
@@ -22026,7 +158226,7 @@ Author: Konstantin Ritt <ritt.ks@gmail.com>
 Date:   Thu Feb 25 18:55:28 2016 +0400
 
     Fix build with HB_DISABLE_DEPRECATED
-
+    
     When HB_DISABLE_DEPRECATED is defined, no code from hb-deprecated.h
     should be used, even from within HB itself.
 
@@ -22038,15 +158238,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 25 14:40:09 2016 +0900
 
     Speed up buffer variable allocation sanity check
-
+    
     This makes defining HB_NDEBUG much less relevant, to the
     point of irrelevance.  Sorry about all the fuss in previous
     release!
 
- src/hb-buffer-private.hh | 67
- ++++++++++++++++++++++++++++-----------------
- src/hb-buffer.cc         | 70
- ------------------------------------------------
+ src/hb-buffer-private.hh | 67 ++++++++++++++++++++++++++++-----------------
+ src/hb-buffer.cc         | 70 ------------------------------------------------
  2 files changed, 43 insertions(+), 94 deletions(-)
 
 commit 91dd11565221bdb108c138662ea013aac14bb968
@@ -22054,16 +158252,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 25 13:56:47 2016 +0900
 
     Add HB_NDEBUG
-
+    
     API changes:
     - If NDEBUG is defined, define HB_NDEBUG
     - Disable costlier sanity checks if HB_NDEBUG is defined.
-
+    
     In 1.2.3 introduced some code to disable costly sanity checks if
     NDEBUG is defined.  NDEBUG, however, disables all assert()s as
     well.  With HB_NDEBUG, one can disable costlier checks but keep
     assert()s.
-
+    
     I'll probably add a way to define HB_NDEBUG automatically in
     release tarballs.  But for now, production systems that do NOT
     define NDEBUG, are encouraged to define HB_NDEBUG for our build.
@@ -22089,7 +158287,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 25 12:23:02 2016 +0900
 
     Disable internal buffer variable bookkeeping in NDEBUG builds
-
+    
     Saves some sweet time and binary size!
 
  src/Makefile.am          |  1 +
@@ -22111,7 +158309,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 25 11:20:05 2016 +0900
 
     [test] Pass closure to hb_font_set_glyph_func()
-
+    
     Exercises fix in c335fd7986fe360ab8e1c032c9b988d0d30511eb
 
  test/api/test-shape.c | 2 +-
@@ -22122,7 +158320,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 25 11:11:15 2016 +0900
 
     Blacklist GDEF table of timesi.ttf and timesbi.ttf on Win 7
-
+    
     See discussion:
     https://lists.freedesktop.org/archives/harfbuzz/2016-February/005489.html
 
@@ -22133,8 +158331,7 @@ commit c335fd7986fe360ab8e1c032c9b988d0d30511eb
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 25 09:16:05 2016 +0900
 
-    In trampoline implementation of get_glyph(), don't destroy user
-    data twice!
+    In trampoline implementation of get_glyph(), don't destroy user data twice!
 
  src/hb-font.cc | 41 +++++++++++++++++++++++++++--------------
  1 file changed, 27 insertions(+), 14 deletions(-)
@@ -22145,8 +158342,7 @@ Date:   Wed Feb 24 20:27:13 2016 +0900
 
     [ot-font] Accelerate cmap format4 get_glyph
 
- src/hb-ot-cmap-table.hh | 111
- ++++++++++++++++++++++++++++--------------------
+ src/hb-ot-cmap-table.hh | 111 ++++++++++++++++++++++++++++--------------------
  src/hb-ot-font.cc       |  14 +++++-
  2 files changed, 77 insertions(+), 48 deletions(-)
 
@@ -22174,7 +158370,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 24 19:10:06 2016 +0900
 
     [TODO] Update
-
+    
     This file is rather obsolete.  Still, give it a refresh.
 
  TODO | 16 ++--------------
@@ -22184,9 +158380,8 @@ commit 8b5bc141cd3a6bfcea3c91a882a630426876ceb3
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 24 19:05:23 2016 +0900
 
-    Add get_nominal_glyph() and get_variation_glyph() instead of
-    get_glyph()
-
+    Add get_nominal_glyph() and get_variation_glyph() instead of get_glyph()
+    
     New API:
     - hb_font_get_nominal_glyph_func_t
     - hb_font_get_variation_glyph_func_t
@@ -22194,11 +158389,11 @@ Date:   Wed Feb 24 19:05:23 2016 +0900
     - hb_font_funcs_set_variation_glyph_func()
     - hb_font_get_nominal_glyph()
     - hb_font_get_variation_glyph()
-
+    
     Deprecated API:
     - hb_font_get_glyph_func_t
     - hb_font_funcs_set_glyph_func()
-
+    
     Clients that implement their own font-funcs are encouraged to replace
     their get_glyph() implementation with a get_nominal_glyph() and
     get_variation_glyph() pair.  The variation version can assume that
@@ -22207,8 +158402,7 @@ Date:   Wed Feb 24 19:05:23 2016 +0900
  src/hb-deprecated.h                |  10 ++
  src/hb-fallback-shape.cc           |   4 +-
  src/hb-font-private.hh             |  26 +++--
- src/hb-font.cc                     | 203
- ++++++++++++++++++++++++++++++++++---
+ src/hb-font.cc                     | 203 ++++++++++++++++++++++++++++++++++---
  src/hb-font.h                      |  55 +++++++---
  src/hb-ft.cc                       |  38 ++++---
  src/hb-ot-font.cc                  |  57 +++++++----
@@ -22235,7 +158429,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 24 16:06:40 2016 +0900
 
     Fix recent test
-
+    
     Not sure why the FT functions were returning advance 1024.  This
     caused failure on drone.io.  Switch to hb-ot-font and disable
     glyph names.
@@ -22257,19 +158451,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 24 15:53:40 2016 +0900
 
     Partially revert 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2
-
+    
     That commit moved the advance adjustment for mark positioning to
     be applied immediately, instead of doing late before.  This breaks
     if mark advances are zeroed late, like in Arabic.  Also, easier to
     hit it in RTL scripts since a single mark with non-zero advance is
     enough to hit the bug, whereas in LTR, at least two marks are needed.
-
+    
     This reopens https://github.com/behdad/harfbuzz/issues/211
     The cursive+mark interaction is broken again.  To be fixed in a
     different way.
 
- src/hb-ot-layout-gpos-table.hh               | 28
- ++++++++++++----------------
+ src/hb-ot-layout-gpos-table.hh               | 28 ++++++++++++----------------
  test/shaping/tests/cursive-positioning.tests |  2 +-
  2 files changed, 13 insertions(+), 17 deletions(-)
 
@@ -22278,12 +158471,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 24 15:52:37 2016 +0900
 
     Add test for mark positioning in rtl with non-zero mark advance
-
+    
     Apparently I broke this 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2.
     Fix coming.
 
- .../sha1sum/07f054357ff8638bac3711b422a1e31180bba863.ttf  | Bin 0 ->
- 848 bytes
+ .../sha1sum/07f054357ff8638bac3711b422a1e31180bba863.ttf  | Bin 0 -> 848 bytes
  test/shaping/tests/cursive-positioning.tests              |   1 +
  2 files changed, 1 insertion(+)
 
@@ -22339,12 +158531,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 23 13:45:38 2016 +0900
 
     Remove MANIFEST files
-
+    
     They are unused currently.  We can add later if we hook them up
     to anything useful.
 
- test/shaping/fonts/sha1sum/MANIFEST                | 52
- ----------------------
+ test/shaping/fonts/sha1sum/MANIFEST                | 52 ----------------------
  test/shaping/tests/MANIFEST                        | 19 --------
  test/shaping/texts/MANIFEST                        |  1 -
  test/shaping/texts/in-tree/MANIFEST                |  9 ----
@@ -22477,14 +158668,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 22 18:22:44 2016 +0900
 
     In cluster-level=0, group ZWJ/ZWNJ with previous cluster
-
+    
     This better emulates Unicode grapheme clusters.
-
-    Note that Uniscribe does NOT do this, but should be harmless with
-    most clients,
-    and improve fallback with clients that use HarfBuzz cluster as unit
-    of fallback.
-
+    
+    Note that Uniscribe does NOT do this, but should be harmless with most clients,
+    and improve fallback with clients that use HarfBuzz cluster as unit of fallback.
+    
     Fixes https://github.com/behdad/harfbuzz/issues/217
 
  src/hb-ot-layout-private.hh                           | 6 ++++++
@@ -22509,8 +158698,7 @@ Date:   Mon Feb 22 15:56:29 2016 +0900
 
     [coretext] Move CTFont construction to face_data
 
- src/hb-coretext.cc | 66
- +++++++++++++++++++++++++-----------------------------
+ src/hb-coretext.cc | 66 +++++++++++++++++++++++++-----------------------------
  1 file changed, 30 insertions(+), 36 deletions(-)
 
 commit ba3d49d9a56932d341bf1916a30f322be665e3a6
@@ -22519,8 +158707,7 @@ Date:   Mon Feb 22 15:50:12 2016 +0900
 
     [coretext] Move code around
 
- src/hb-coretext.cc | 70
- +++++++++++++++++++++++++++++++-----------------------
+ src/hb-coretext.cc | 70 +++++++++++++++++++++++++++++++-----------------------
  1 file changed, 40 insertions(+), 30 deletions(-)
 
 commit 90194efb8480d58c55b7a19962624c7aadbdca63
@@ -22581,8 +158768,7 @@ Date:   Mon Feb 22 15:28:37 2016 +0900
 
     [coretext] Move code around
 
- src/hb-coretext.cc | 109
- ++++++++++++++++++++++++++++++-----------------------
+ src/hb-coretext.cc | 109 ++++++++++++++++++++++++++++++-----------------------
  1 file changed, 62 insertions(+), 47 deletions(-)
 
 commit 04c64431530a4a6d9ebd33674c4665a8e6d25bdd
@@ -22609,7 +158795,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 22 14:59:39 2016 +0900
 
     [coretext] Fix shaping with varying font size
-
+    
     Fixes https://github.com/libass/libass/issues/212
 
  src/hb-coretext.cc | 8 ++++----
@@ -22630,14 +158816,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 19 15:13:07 2016 +0700
 
     [fuzzing] Add test for recent fix
-
+    
     Test from https://github.com/behdad/harfbuzz/issues/223
+    
+    I forgot that we do run hb-fuzzer on tests in shaping/tests/fuzzed.tests.
 
-    I forgot that we do run hb-fuzzer on tests in
-    shaping/tests/fuzzed.tests.
-
- .../sha1sum/205edd09bd3d141cc9580f650109556cc28b22cb.ttf | Bin 0 ->
- 1966 bytes
+ .../sha1sum/205edd09bd3d141cc9580f650109556cc28b22cb.ttf | Bin 0 -> 1966 bytes
  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
  test/shaping/tests/fuzzed.tests                          |   1 +
  3 files changed, 2 insertions(+)
@@ -22665,13 +158849,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 19 14:52:31 2016 +0700
 
     Avoid buffer->move_to() in case of buffer error
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/223
-
-    Right now we cannot test this because it has to be tested using
-    hb-fuzzer.
-    We should move all fuzzing tests from test/shaping/tests/fuzzed.tests
-    to
+    
+    Right now we cannot test this because it has to be tested using hb-fuzzer.
+    We should move all fuzzing tests from test/shaping/tests/fuzzed.tests to
     test/fuzzing/ and have its own test runner.  At that point, should add
     test from this issue as well.
 
@@ -22684,7 +158866,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 19 14:43:39 2016 +0700
 
     [fuzzing] Make "make hb-fuzzer" build lib dependency
-
+    
     Not going to do with util/, but is convenient here.
 
  test/fuzzing/Makefile.am | 3 +++
@@ -22695,7 +158877,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 18 19:31:51 2016 +0700
 
     Remove pointless overflow check in pointer math
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/227
 
  src/hb-blob.cc | 1 -
@@ -22706,7 +158888,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 18 17:06:25 2016 +0700
 
     Emoji skin tone modifiers need to be treated as combining marks
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/169
 
  src/hb-ot-layout-private.hh | 15 ++++++++++++++-
@@ -22718,16 +158900,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 16 17:16:33 2016 +0700
 
     [USE] Zero mark advances by GDEF early
-
+    
     This is what Microsoft's implementation does.  Marks that need advance
-    need to add it back using 'dist' or other feature in GPOS.
-    Update tests to
+    need to add it back using 'dist' or other feature in GPOS.  Update tests to
     match.
 
  src/hb-ot-shape-complex-use.cc                           |   2 +-
  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
- .../sha1sum/f518eb6f6b5eec2946c9fbbbde44e45d46f5e2ac.ttf | Bin 0 ->
- 1356 bytes
+ .../sha1sum/f518eb6f6b5eec2946c9fbbbde44e45d46f5e2ac.ttf | Bin 0 -> 1356 bytes
  test/shaping/tests/context-matching.tests                |   2 +-
  test/shaping/tests/use.tests                             |   2 ++
  5 files changed, 5 insertions(+), 2 deletions(-)
@@ -22737,57 +158917,52 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 16 16:07:20 2016 +0700
 
     [GPOS] Fix interaction of mark attachments and cursive chaining
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/211
-
+    
     What happens in that bug is that a mark is attached to base first,
     then a second mark is cursive-chained to the first mark.  This only
     "works" because it's in the Indic shaper where mark advances are
     not zeroed.
-
+    
     Before, we didn't allow cursive to run on marks at all.  Fix that.
     We also where updating mark major offsets at the end of GPOS, such
     that changes in advance of base will not change the mark attachment
-    position.  That was superior to the alternative (which is what
-    Uniscribe
+    position.  That was superior to the alternative (which is what Uniscribe
     does BTW), but made it hard to apply cursive to the mark after it
     was positioned.  We could track major-direction offset changes and
     apply that to cursive in the post process, but that's a much trickier
     thing to do than the fix here, which is to immediately apply the
     major-direction advance-width offsets...  Ie.:
-
+    
     https://github.com/behdad/harfbuzz/issues/211#issuecomment-183194739
-
-    If this breaks any fonts, the font should be fixed to do mark
-    attachment
+    
+    If this breaks any fonts, the font should be fixed to do mark attachment
     after all the advances are set up first (kerning, etc).
-
+    
     Finally, this, still doesn't make us match Uniscribe, for I explained
     in that bug.  Looks like Uniscribe applies minor-direction cursive
     adjustment immediate as well.  We don't, and we like it our way, at
     least for now.  Eg. the sequence in the test case does this:
-
+    
     - The first subscript attaches with mark-to-base, moving in x only,
-    - The second subscript attaches with cursive attachment to first
-    subscript
+    - The second subscript attaches with cursive attachment to first subscript
       moving in x only,
     - A final context rule moves the first subscript up by 104 units.
-
+    
     The way we do, the final shift-up, also shifts up the second subscript
     mark because it's cursively-attached.  Uniscribe doesn't.  We get:
-
+    
     [ttaorya=0+1307|casubscriptorya=0@-242,104+-231|casubscriptnarroworya=0@20,104+507]
-
+    
     while Uniscribe gets:
-
+    
     [ttaorya=0+1307|casubscriptorya=0@-242,104+-211|casubscriptnarroworya=0+487]
-
-    note the different y-offset of the last glyph.  In our view,
-    after cursive,
+    
+    note the different y-offset of the last glyph.  In our view, after cursive,
     things move together, period.
 
- src/hb-ot-layout-gpos-table.hh                     |  31
- +++++++++++----------
+ src/hb-ot-layout-gpos-table.hh                     |  31 +++++++++++----------
  .../706c5d7b625f207bc0d874c67237aad6f1e9cd6f.ttf   | Bin 0 -> 3868 bytes
  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
  test/shaping/tests/cursive-positioning.tests       |   1 +
@@ -22807,7 +158982,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 11 16:57:52 2016 +0700
 
     [GPOS] Minor
-
+    
     No effect.
 
  src/hb-ot-layout-gpos-table.hh | 8 ++++----
@@ -22818,21 +158993,19 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 11 16:48:13 2016 +0700
 
     [GPOS] Merge fixing of offsets for cursive and mark attachments
-
+    
     Part of fixing https://github.com/behdad/harfbuzz/issues/211
 
  src/hb-buffer-private.hh       |  3 +-
- src/hb-ot-layout-gpos-table.hh | 73
- ++++++++++++++++++------------------------
+ src/hb-ot-layout-gpos-table.hh | 73 ++++++++++++++++++------------------------
  2 files changed, 33 insertions(+), 43 deletions(-)
 
 commit 7d8d58ac81fe267e29ea68cdc6f4a4fa8c22d40f
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 11 16:34:28 2016 +0700
 
-    [GPOS] Divide position_finish() into two phases, for advances
-    and offsets
-
+    [GPOS] Divide position_finish() into two phases, for advances and offsets
+    
     Right now the position_finish_advances() is empty.  To be used for
     spacing attachments proposal later.
 
@@ -22858,7 +159031,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 11 15:28:55 2016 +0700
 
     [GPOS] Add harmless recursion in fix_mark_attachment()
-
+    
     Will do nothing.  Just useful for merging two functions.
 
  src/hb-ot-layout-gpos-table.hh | 2 ++
@@ -22869,11 +159042,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 11 15:25:28 2016 +0700
 
     [GPOS] Merge attach_chain() and cursive_chain()
-
+    
     Differentiate, using new attach_type().
 
- src/hb-ot-layout-gpos-table.hh | 50
- +++++++++++++++++++++++++++---------------
+ src/hb-ot-layout-gpos-table.hh | 50 +++++++++++++++++++++++++++---------------
  1 file changed, 32 insertions(+), 18 deletions(-)
 
 commit 806ad8dc65931ab7893bff7d5592a67a9bd237ca
@@ -22889,11 +159061,9 @@ commit 0f6278d1fbb75856132f1fa2d29648979f033316
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 11 14:49:10 2016 +0700
 
-    [GPOS] Negate sign of attach_lookback(), and rename it to
-    attach_chain()
-
-    No behavior change.  Preparing to unify how cursive and mark
-    attachments
+    [GPOS] Negate sign of attach_lookback(), and rename it to attach_chain()
+    
+    No behavior change.  Preparing to unify how cursive and mark attachments
     work.
 
  src/hb-ot-layout-gpos-table.hh | 17 +++++++++--------
@@ -22903,12 +159073,10 @@ commit 5b5dc2c0406d8180e72d97a54334c722fda325b1
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 11 12:15:38 2016 +0700
 
-    [tests] Add test for advance zeroing of an ASCII letter marked as
-    mark in GDEF
+    [tests] Add test for advance zeroing of an ASCII letter marked as mark in GDEF
 
  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
- .../sha1sum/a98e908e2ed21b22228ea59ebcc0f05034c86f2e.ttf | Bin 0 ->
- 1016 bytes
+ .../sha1sum/a98e908e2ed21b22228ea59ebcc0f05034c86f2e.ttf | Bin 0 -> 1016 bytes
  test/shaping/tests/zero-width-marks.tests                |   1 +
  3 files changed, 2 insertions(+)
 
@@ -22917,7 +159085,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 11 12:14:27 2016 +0700
 
     Remove font-dependent ASCII-only perf hack
-
+    
     Is confusing.  I already hit it myself.  Remove.  We can optimize
     ASCII based on Unicode properties.  But should not do based on
     assumptions on the font.
@@ -22940,21 +159108,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 10 18:39:59 2016 +0700
 
     [tests] Fix fonts in cc4a78bf22c4a735b84c89b04be3bb531f42135e
-
+    
     They had an invalid LookupFlag (32).
 
- .../sha1sum/0dd3a51c3ea50997cb1f72515d1060408f8b4b59.ttf | Bin 1412 ->
- 0 bytes
- .../sha1sum/56cfd0e18d07f41c38e9598545a6d369127fc6f9.ttf | Bin 0 ->
- 1412 bytes
- .../sha1sum/828114d00931885bc25abf7cdb878b2914a2e743.ttf | Bin 1448 ->
- 0 bytes
- .../sha1sum/894e96a367f00c196d82e6243673a1d4414f4f6a.ttf | Bin 1448 ->
- 0 bytes
- .../sha1sum/cc5f3d2d717fb6bd4dfae1c16d48a2cb8e12233b.ttf | Bin 0 ->
- 1448 bytes
- .../sha1sum/ffa0f5d2d9025486d8469d8b1fdd983e7632499b.ttf | Bin 0 ->
- 1448 bytes
+ .../sha1sum/0dd3a51c3ea50997cb1f72515d1060408f8b4b59.ttf | Bin 1412 -> 0 bytes
+ .../sha1sum/56cfd0e18d07f41c38e9598545a6d369127fc6f9.ttf | Bin 0 -> 1412 bytes
+ .../sha1sum/828114d00931885bc25abf7cdb878b2914a2e743.ttf | Bin 1448 -> 0 bytes
+ .../sha1sum/894e96a367f00c196d82e6243673a1d4414f4f6a.ttf | Bin 1448 -> 0 bytes
+ .../sha1sum/cc5f3d2d717fb6bd4dfae1c16d48a2cb8e12233b.ttf | Bin 0 -> 1448 bytes
+ .../sha1sum/ffa0f5d2d9025486d8469d8b1fdd983e7632499b.ttf | Bin 0 -> 1448 bytes
  6 files changed, 0 insertions(+), 0 deletions(-)
 
 commit eaadcbbc53e02838c847e53ef214a55d6915d677
@@ -22973,15 +159135,11 @@ Date:   Wed Feb 10 18:24:08 2016 +0700
 
     [tests] Add tests for Latin mark zeroing
 
- .../sha1sum/0dd3a51c3ea50997cb1f72515d1060408f8b4b59.ttf | Bin 0 ->
- 1412 bytes
- .../sha1sum/828114d00931885bc25abf7cdb878b2914a2e743.ttf | Bin 0 ->
- 1448 bytes
- .../sha1sum/894e96a367f00c196d82e6243673a1d4414f4f6a.ttf | Bin 0 ->
- 1448 bytes
+ .../sha1sum/0dd3a51c3ea50997cb1f72515d1060408f8b4b59.ttf | Bin 0 -> 1412 bytes
+ .../sha1sum/828114d00931885bc25abf7cdb878b2914a2e743.ttf | Bin 0 -> 1448 bytes
+ .../sha1sum/894e96a367f00c196d82e6243673a1d4414f4f6a.ttf | Bin 0 -> 1448 bytes
  test/shaping/fonts/sha1sum/MANIFEST                      |   4 ++++
- .../sha1sum/fcdcffbdf1c4c97c05308d7600e4c283eb47dbca.ttf | Bin 0 ->
- 1344 bytes
+ .../sha1sum/fcdcffbdf1c4c97c05308d7600e4c283eb47dbca.ttf | Bin 0 -> 1344 bytes
  test/shaping/tests/zero-width-marks.tests                |   4 ++++
  6 files changed, 8 insertions(+)
 
@@ -22991,15 +159149,11 @@ Date:   Wed Feb 10 18:20:02 2016 +0700
 
     [tests] Add tests for Thai mark zeroing
 
- .../sha1sum/45855bc8d46332b39c4ab9e2ee1a26b1f896da6b.ttf | Bin 0 ->
- 1088 bytes
- .../sha1sum/7a37dc4d5bf018456aea291cee06daf004c0221c.ttf | Bin 0 ->
- 1080 bytes
- .../sha1sum/8099955657a54e9ee38a6ba1d6f950ce58e3cc25.ttf | Bin 0 ->
- 1024 bytes
+ .../sha1sum/45855bc8d46332b39c4ab9e2ee1a26b1f896da6b.ttf | Bin 0 -> 1088 bytes
+ .../sha1sum/7a37dc4d5bf018456aea291cee06daf004c0221c.ttf | Bin 0 -> 1080 bytes
+ .../sha1sum/8099955657a54e9ee38a6ba1d6f950ce58e3cc25.ttf | Bin 0 -> 1024 bytes
  test/shaping/fonts/sha1sum/MANIFEST                      |   4 ++++
- .../sha1sum/bb0c53752e85c3d28973ebc913287b8987d3dfe8.ttf | Bin 0 ->
- 976 bytes
+ .../sha1sum/bb0c53752e85c3d28973ebc913287b8987d3dfe8.ttf | Bin 0 -> 976 bytes
  test/shaping/tests/zero-width-marks.tests                |   4 ++++
  6 files changed, 8 insertions(+)
 
@@ -23008,7 +159162,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 10 18:10:15 2016 +0700
 
     Change default mark advance zeroing behavior from Unicode to GDEF
-
+    
     See thread at:
     https://lists.freedesktop.org/archives/harfbuzz/2016-February/005462.html
 
@@ -23027,12 +159181,12 @@ Date:   Wed Feb 10 14:11:43 2016 +0700
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit bdaa784bb610ec65626d63cc068a0958ff5005fc
-Merge: a168db47 f6ffba63
+Merge: a168db473 f6ffba634
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 10 11:11:36 2016 +0700
 
     Merge pull request #164 from fanc999/msvc.build
-
+    
     Enable Build of HarfBuzz under Visual Studio using NMake Makefiles
 
 commit a168db4739148459bc33c7dae88e73efa0153d72
@@ -23049,16 +159203,12 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Wed Dec 9 14:57:15 2015 +0800
 
     MSVC builds: Add support to build DirectWrite shaping backend
-
+    
     Add into the NMake Makefiles to build the DirectWrite shaping backend,
-    but as PR #134 mentions, this is considered to be in an experimental
-    state,
-    so don't include this in the build by default for now.  This is
-    most probably
-    going to replace the Uniscribe backend eventually, since DirectWrite
-    is meant
-    to be Uniscribe's replacement, and is needed for Windows Store apps
-    if a
+    but as PR #134 mentions, this is considered to be in an experimental state,
+    so don't include this in the build by default for now.  This is most probably
+    going to replace the Uniscribe backend eventually, since DirectWrite is meant
+    to be Uniscribe's replacement, and is needed for Windows Store apps if a
     system shaping API is to be used.
 
  win32/README.txt        |  4 ++++
@@ -23072,7 +159222,7 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Wed Feb 3 18:31:23 2016 +0800
 
     build: Build the DirectWrite sources if requested
-
+    
     This adds to the autotools build system so that the (experimental)
     DirectWrite support for HarfBuzz is built (and dist'ed).
 
@@ -23086,32 +159236,23 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Tue Nov 3 19:00:42 2015 +0800
 
     build: Support Visual Studio builds using NMake
-
-    This adds a set of NMake Makefiles that can be used to build
-    HarfBuzz, from
+    
+    This adds a set of NMake Makefiles that can be used to build HarfBuzz, from
     the standard basic build building the minimal HarfBuzz DLL (consisting
-    of OpenType, fallback and Uniscribe support only), to a full
-    fledged build
-    consisting of GLib and FreeType support, as well as building the
-    utilities,
+    of OpenType, fallback and Uniscribe support only), to a full fledged build
+    consisting of GLib and FreeType support, as well as building the utilities,
     the test programs in src/ and test/api, and HarfBuzz-ICU and
-    HarfBuzz-GObject, and up to building the introspection files.
-    This means a
-    flexible build mechanism is supported here, so anything that is
-    supported
+    HarfBuzz-GObject, and up to building the introspection files.  This means a
+    flexible build mechanism is supported here, so anything that is supported
     for a Windows build (code-wise), should all be supported by this build
     system.
-
-    As in an earlier commit, the source listings are shared with the
-    autotools
-    builds with the various Makefile.sources in src/, src/hb-ucdn and
-    util/, and
-    this set of NMake Makefiles will transform these lists into the
-    form they
+    
+    As in an earlier commit, the source listings are shared with the autotools
+    builds with the various Makefile.sources in src/, src/hb-ucdn and util/, and
+    this set of NMake Makefiles will transform these lists into the form they
     want.
-
-    In the current form, all the test programs in test/api pass, and
-    this has
+    
+    In the current form, all the test programs in test/api pass, and this has
     been checked successfully with 'make -j8 distcheck'.
 
  BUILD.md                        |   4 +-
@@ -23121,8 +159262,7 @@ Date:   Tue Nov 3 19:00:42 2015 +0800
  win32/Makefile.vc               |  52 +++++++++++
  win32/README.txt                |  75 ++++++++++++++++
  win32/build-rules-msvc.mak      | 140 ++++++++++++++++++++++++++++++
- win32/config-msvc.mak           | 188
- ++++++++++++++++++++++++++++++++++++++++
+ win32/config-msvc.mak           | 188 ++++++++++++++++++++++++++++++++++++++++
  win32/create-lists-msvc.mak     | 151 ++++++++++++++++++++++++++++++++
  win32/create-lists.bat          |  42 +++++++++
  win32/detectenv-msvc.mak        | 136 +++++++++++++++++++++++++++++
@@ -23138,21 +159278,17 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Tue Nov 3 18:52:46 2015 +0800
 
     MSVC builds: Add a pre-configured config.h(.win32) template
-
-    This adds a pre-configured config.h template that can be used
-    for Visual
-    Studio builds, where autotools is not normally available.  This has
-    the
+    
+    This adds a pre-configured config.h template that can be used for Visual
+    Studio builds, where autotools is not normally available.  This has the
     configs that are suitable for Visual Studio builds, as well as all the
     features used for Windows builds enabled (HAVE_OT, HAVE_FALLBACK and
     HAVE_UNISCRIBE).
-
-    Note that the optional features are not enabled here, they are
-    enabled by
+    
+    Note that the optional features are not enabled here, they are enabled by
     /D's (or -D's) in the NMake Makefiles as requested.
 
- win32/config.h.win32.in | 155
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ win32/config.h.win32.in | 155 ++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 155 insertions(+)
 
 commit 35ded3af74a5bc4b038a07308354d5f7501ae3c7
@@ -23160,14 +159296,13 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Tue Nov 3 16:56:27 2015 +0800
 
     build: Move source listings into separate Makefile snippets
-
+    
     This moves all the source listings in src/Makefile.am,
     src/hb-ucdn/Makefile.am and util/Makefile.am into separate Makefile
     snippets, so that they may be shared between different Makefile-based
     build systems, such as NMake for Visual Studio.
 
- src/Makefile.am              | 165
- +++++++++----------------------------------
+ src/Makefile.am              | 165 +++++++++----------------------------------
  src/Makefile.sources         | 147 ++++++++++++++++++++++++++++++++++++++
  src/hb-ucdn/Makefile.am      |   6 +-
  src/hb-ucdn/Makefile.sources |   4 ++
@@ -23180,7 +159315,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 2 16:39:19 2016 +0800
 
     Fix more hangs in case of buffer allocation errors
-
+    
     Hopefully
     fixes https://github.com/behdad/harfbuzz/issues/214
 
@@ -23190,12 +159325,12 @@ Date:   Tue Feb 2 16:39:19 2016 +0800
  3 files changed, 3 insertions(+), 3 deletions(-)
 
 commit b693992ea160b66541f678dc9be29b513c77a30b
-Merge: 9a6a33cc 498574e6
+Merge: 9a6a33ccb 498574e6c
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 2 12:33:32 2016 +0800
 
     Merge pull request #222 from n8willis/master
-
+    
     Add usermanual chapter on cluster levels
 
 commit 498574e6c1a83bbd2768925af6e39806fe1ea8bb
@@ -23214,17 +159349,16 @@ Date:   Thu Jan 28 12:14:12 2016 -0600
     Added initial usermanual chapter on cluster levels.
 
  docs/harfbuzz-docs.xml       |   1 +
- docs/usermanual-clusters.xml | 304
- +++++++++++++++++++++++++++++++++++++++++++
+ docs/usermanual-clusters.xml | 304 +++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 305 insertions(+)
 
 commit 9a6a33ccbea8a2e23e779bd955958fa41974c1c7
-Merge: d05b7833 146fe252
+Merge: d05b78332 146fe252c
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 18 12:47:18 2016 +0100
 
     Merge pull request #216 from mhosken/master
-
+    
     Refactor graphite2 to make ovleraps into negative width spaces
 
 commit 146fe252c3ebd0253344ce20981554e40926497b
@@ -23233,8 +159367,7 @@ Date:   Sat Jan 16 17:24:00 2016 -0600
 
     Refactor graphite2 to make ovleraps into negative width spaces
 
- src/hb-graphite2.cc | 71
- ++++++++++++++++++++++++++++++++---------------------
+ src/hb-graphite2.cc | 71 ++++++++++++++++++++++++++++++++---------------------
  1 file changed, 43 insertions(+), 28 deletions(-)
 
 commit d05b783322d90208b2ddf06a5ebffc7c301be3d7
@@ -23242,7 +159375,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jan 12 16:17:21 2016 +0000
 
     Fix compiler warning
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/212
 
  src/hb-ot-tag.cc | 2 +-
@@ -23262,9 +159395,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 11 18:31:04 2016 +0000
 
     [fuzzing] Fuzz input text
-
+    
     Very rudimentary right now, but will get kcc's bot going.
-
+    
     From
     https://github.com/behdad/harfbuzz/issues/139#issuecomment-163580783
 
@@ -23276,22 +159409,21 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 11 17:38:41 2016 +0000
 
     [OT] Get list of lookup subtables once and loop through them
-
+    
     This speeds up shaping the Amiri font by over 15%.
-
+    
     This was primarily needed for my work on OpenType GX, since
     we will be collecting only sublookups that are "active" for
     current font instance; but it's a nice boost in general as
     well.
-
+    
     We might, in the future, collect subtables in the lookup_accel.
     That would also allow us to do a per-subtbale set-digest, which
     should speed things up some more, specially for ContextChainFormat3
     lookups...  Amiri, for example, contains one lookup with 53
     subtables!
 
- src/hb-ot-layout.cc | 120
- +++++++++++++++++++++++++++++++++++-----------------
+ src/hb-ot-layout.cc | 120 +++++++++++++++++++++++++++++++++++-----------------
  1 file changed, 81 insertions(+), 39 deletions(-)
 
 commit 11441291bbf4326dca9b14ec3e9cad3d4d229303
@@ -23318,7 +159450,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 11 12:28:37 2016 +0000
 
     [coretext] Speed up CoreText font fallback
-
+    
     Fixes https://code.google.com/p/chromium/issues/detail?id=547912
 
  src/hb-coretext.cc | 45 ++++++++++++++++++++++++++++++++++++++++-----
@@ -23347,7 +159479,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 7 19:11:41 2016 +0000
 
     Add 9 reserved entries to hb_font_extents_t
-
+    
     Might add italic-angle, underline/strikethrough-position/thickness
     in the future.  Do this before new struct goes into a release.
 
@@ -23359,7 +159491,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 6 12:29:50 2016 +0000
 
     [uniscribe] Fix negative advance
-
+    
     This happens with at least one test font I have.
 
  src/hb-uniscribe.cc | 2 +-
@@ -23384,7 +159516,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jan 5 13:26:20 2016 +0000
 
     Increase sanitize edit count from 8 to 32
-
+    
     See previous commit.
 
  src/hb-open-type-private.hh | 2 +-
@@ -23395,14 +159527,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jan 5 13:23:45 2016 +0000
 
     Don't count fixing-up FeatureParams offset as error
-
+    
     The font Garamond Premier Pro Caption (and possibly many other
     Adobe fonts), have many FeatureParamsSize tables with the old
     wrong offset.  We handle fixing those up, but they were still
     contributing to edit_count, and when I reduced HB_SANITIZE_MAX_EDIT
     from 100 to 8 in 14c2de321826c36037adde859ccca3e2011325a9, these
     fonts were now getting GPOS dropped and hence kerning disabled.
-
+    
     Fix, by not counting edits made towareds offset fix-up.  I'll
     also increase edit count again, in the next commit.
 
@@ -23419,12 +159551,12 @@ Date:   Sat Jan 2 13:25:18 2016 +0000
  1 file changed, 3 insertions(+), 1 deletion(-)
 
 commit 3a48c776701a919e11b067129586e40372d90d54
-Merge: 9230911f 4b4948d3
+Merge: 9230911fa 4b4948d36
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jan 2 00:59:14 2016 +0000
 
     Merge pull request #208 from khaledhosny/travis-trusty
-
+    
     [travis] Try building on Trusty
 
 commit 4b4948d360a2141e0ffda2994aa308645dc32f59
@@ -23432,7 +159564,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Sat Jan 2 00:36:19 2016 +0400
 
     [travis] Try building on Trusty
-
+    
     Trusty has gtk-doc 1.20 which has better markdown support which should
     fix some of the brokenness in the newly added documentation. The build
     seems to be as fast as the current container-based build on Precise.
@@ -23445,7 +159577,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 1 19:06:43 2016 +0000
 
     [travis] Only run coveralls if testing behdad/harfbuzz
-
+    
     Fixes failures in others' forks, like:
     https://travis-ci.org/khaledhosny/harfbuzz/jobs/99719710#L3912
 
@@ -23453,12 +159585,12 @@ Date:   Fri Jan 1 19:06:43 2016 +0000
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 6f66f05757d3d5738571b3d4ee40afffb8f26ff9
-Merge: bfdf684f 9ab9f974
+Merge: bfdf684f7 9ab9f974d
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 1 16:44:01 2016 +0000
 
     Merge pull request #207 from khaledhosny/docs-4
-
+    
     [docs] More buffers documentation
 
 commit 9ab9f974d42e0001966e243a23a64e6aefbd4764
@@ -23468,30 +159600,28 @@ Date:   Fri Jan 1 20:38:21 2016 +0400
     [docs] More buffers documentation
 
  docs/harfbuzz-sections.txt |  4 +-
- src/hb-buffer-serialize.cc | 85
- ++++++++++++++++++++++++++++++-------------
- src/hb-buffer.cc           | 91
- +++++++++++++++++++++++++++++++++++-----------
+ src/hb-buffer-serialize.cc | 85 ++++++++++++++++++++++++++++++-------------
+ src/hb-buffer.cc           | 91 +++++++++++++++++++++++++++++++++++-----------
  src/hb-buffer.h            | 78 +++++++++++++++++++++++++--------------
  src/hb-shape.cc            | 10 +++--
  5 files changed, 187 insertions(+), 81 deletions(-)
 
 commit bfdf684f7957645dd016fbf76700c5911c4bee2d
-Merge: d7ed6f50 85c2443b
+Merge: d7ed6f50b 85c2443b7
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 30 22:20:14 2015 +0100
 
     Merge pull request #205 from khaledhosny/more-docs
-
+    
     More docs
 
 commit d7ed6f50b4ff13a94701131913d931f13a4d1266
-Merge: b758e5ea a7f0e25d
+Merge: b758e5ea2 a7f0e25da
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 30 22:20:00 2015 +0100
 
     Merge pull request #206 from nico/patch-3
-
+    
     Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines.
 
 commit a7f0e25dafa90bd21b01c38cb0782ade54b75cdc
@@ -23499,12 +159629,8 @@ Author: Nico Weber <nicolasweber@gmx.de>
 Date:   Wed Dec 30 16:05:52 2015 -0500
 
     Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines.
-
-    The coretext_aat shaper delegates to the regular coretext_..._ensure()
-    functions, so coretext_aat_..._ensure() functions defined by these
-    macros are unused. The compiler warns about them, which in turn can
-    confuse people to think that the coretext_aat_..._ensure() functions
-    weren't called by accident.
+    
+    The coretext_aat shaper delegates to the regular coretext_..._ensure() functions, so coretext_aat_..._ensure() functions defined by these macros are unused. The compiler warns about them, which in turn can confuse people to think that the coretext_aat_..._ensure() functions weren't called by accident.
 
  src/hb-coretext.cc | 4 ----
  1 file changed, 4 deletions(-)
@@ -23514,13 +159640,11 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Wed Dec 30 22:57:04 2015 +0400
 
     [docs] Reduce gtkdoc-check errors
-
-    Now it is just reporting one error about “503 undocumented or
-    incomplete
+    
+    Now it is just reporting one error about “503 undocumented or incomplete
     symbols”, that will be the easy part I guess.
 
- docs/harfbuzz-docs.xml     | 74
- ++++++++++++++++++++++++++++++++++++++++++++++
+ docs/harfbuzz-docs.xml     | 74 ++++++++++++++++++++++++++++++++++++++++++++++
  docs/harfbuzz-sections.txt | 40 +++++++++++++++++++++++++
  2 files changed, 114 insertions(+)
 
@@ -23534,12 +159658,12 @@ Date:   Wed Dec 30 22:50:08 2015 +0400
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit b758e5ea223eced0fde9a3e62d0fdf04c04914a1
-Merge: 266bfa37 8b1224f0
+Merge: 266bfa377 8b1224f0e
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 30 16:44:19 2015 +0100
 
     Merge pull request #203 from nico/patch-1
-
+    
     Remove unused `retry:` label.
 
 commit 266bfa3772e75fedcd93db22bf8672a13ad7a7d9
@@ -23584,19 +159708,19 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 30 15:45:43 2015 +0100
 
     [docs] Shuffling code around in deploy-docs.sh
-
+    
     Temporarily makes it rebuild docs on every change again.
 
  .ci/deploy-docs.sh | 46 +++++++++++++++++++++++++++-------------------
  1 file changed, 27 insertions(+), 19 deletions(-)
 
 commit 8f31d0a94b27bb658aabe600472fc10bc47885f6
-Merge: 9d280cf4 fb192c26
+Merge: 9d280cf49 fb192c263
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 30 15:13:37 2015 +0100
 
     Merge pull request #202 from khaledhosny/doc-fixes
-
+    
     Doc fixes
 
 commit fb192c263e17081c87f4cc971274d9be42f19513
@@ -23607,8 +159731,7 @@ Date:   Wed Dec 30 15:05:50 2015 +0400
 
  docs/harfbuzz-sections.txt |  2 ++
  src/hb-buffer.cc           |  7 +++---
- src/hb-buffer.h            | 56
- ++++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-buffer.h            | 56 ++++++++++++++++++++++++++++++++++++++++++++--
  3 files changed, 60 insertions(+), 5 deletions(-)
 
 commit 8ab797c5b86c33eab6ee024471fd3c147325d26a
@@ -23618,8 +159741,7 @@ Date:   Tue Dec 29 17:42:16 2015 +0400
     [docs] A bit more buffers documentation
 
  docs/harfbuzz-sections.txt | 60 +++++++++++++++---------------
- src/hb-buffer.cc           | 93
- +++++++++++++++++++++++++++++++---------------
+ src/hb-buffer.cc           | 93 +++++++++++++++++++++++++++++++---------------
  src/hb-buffer.h            |  7 +++-
  src/hb-common.cc           | 43 +++++++++++++--------
  src/hb-common.h            | 15 +++++---
@@ -23630,12 +159752,11 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Tue Dec 29 15:21:20 2015 +0400
 
     [docs] Some documentation on buffers
-
+    
     Some of it (create, reference, destroy) are adapted from Cairo docs.
 
  docs/harfbuzz-sections.txt |  55 +++++++-------
- src/hb-buffer.cc           | 174
- +++++++++++++++++++++++++++------------------
+ src/hb-buffer.cc           | 174 +++++++++++++++++++++++++++------------------
  2 files changed, 132 insertions(+), 97 deletions(-)
 
 commit d7bf9d05c519a369a7b3a02e9ed5ecc05a20cd3e
@@ -23643,7 +159764,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Tue Dec 29 02:23:24 2015 +0400
 
     [docs] Fix comment syntax
-
+    
     To lower the number of gtk-doc warnings.
 
  .travis.yml           |  2 +-
@@ -23657,9 +159778,8 @@ Author: Nico Weber <nicolasweber@gmx.de>
 Date:   Mon Dec 28 21:31:28 2015 -0500
 
     Remove unused `retry:` label.
-
-    Fixes a -Wunused-label warning when building harfbuzz with clang
-    -Wall.
+    
+    Fixes a -Wunused-label warning when building harfbuzz with clang -Wall.
 
  src/hb-coretext.cc | 1 -
  1 file changed, 1 deletion(-)
@@ -23669,7 +159789,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Tue Dec 29 02:15:21 2015 +0400
 
     [docs] Ignore the new HB_EXTERN decoration
-
+    
     Otherwise, almost all API functions are not extracted.
 
  docs/Makefile.am | 3 ++-
@@ -23689,7 +159809,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Sat Dec 26 06:35:08 2015 +0400
 
     [travis] Build docs only on tagged revisions
-
+    
     Lets see if it works…
 
  .ci/deploy-docs.sh | 4 +++-
@@ -23700,9 +159820,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Dec 25 18:41:41 2015 +0100
 
     [travis] Remove secure var
-
-    I've set up a secure var for behdad/harfbuzz through Travis web
-    interface, no need
+    
+    I've set up a secure var for behdad/harfbuzz through Travis web interface, no need
     to set the var here.
 
  .ci/deploy-docs.sh | 2 +-
@@ -23710,12 +159829,12 @@ Date:   Fri Dec 25 18:41:41 2015 +0100
  2 files changed, 1 insertion(+), 2 deletions(-)
 
 commit e75c1ffdf548185ce1f1df7937f0d028e5e40efe
-Merge: 6173c2a6 d25317f6
+Merge: 6173c2a6f d25317f67
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Dec 25 18:21:08 2015 +0100
 
     Merge pull request #199 from behdad/travis-docs
-
+    
     Deploy docs to gh-pages branch from Travis builds
 
 commit 6173c2a6fc6ea0bf812f7f398770b5342974f9bf
@@ -23723,18 +159842,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Dec 25 18:18:23 2015 +0100
 
     Fix flaky test
-
-    This test font had a upem of 769, which results in rounding-related
-    errors with
+    
+    This test font had a upem of 769, which results in rounding-related errors with
     the FreeType font funcs.  Change the upem to 1024 to fix that.
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/201
 
- ...> 1c2fb74c1b2aa173262734c1f616148f1648cfd6.ttf} | Bin 4064 ->
- 4064 bytes
+ ...> 1c2fb74c1b2aa173262734c1f616148f1648cfd6.ttf} | Bin 4064 -> 4064 bytes
  test/shaping/fonts/sha1sum/MANIFEST                |   2 +-
- test/shaping/tests/ligature-id.tests               |  70
- ++++++++++-----------
+ test/shaping/tests/ligature-id.tests               |  70 ++++++++++-----------
  3 files changed, 36 insertions(+), 36 deletions(-)
 
 commit 3fcae6d82da389c9944386a8ab41eb1c13b99330
@@ -23754,8 +159870,7 @@ Date:   Wed Dec 23 01:29:48 2015 +0400
 
  docs/Makefile.am                     |  1 +
  docs/harfbuzz-docs.xml               | 15 ++++----
- docs/usermanual-install-harfbuzz.xml | 70
- ++++++++++++++++++++++++++++++++++++
+ docs/usermanual-install-harfbuzz.xml | 70 ++++++++++++++++++++++++++++++++++++
  3 files changed, 80 insertions(+), 6 deletions(-)
 
 commit 493a92220844c8996be67c8a7a2c5447942fe2c1
@@ -23763,14 +159878,12 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Wed Dec 23 00:33:41 2015 +0400
 
     Rename user manual files
-
+    
     Use chapter ids instead of numbers, so that we can reorder them,
     introduce new ones etc. without the numbers becoming out of date.
 
- docs/Makefile.am                                             | 12
- ++++++------
- docs/harfbuzz-docs.xml                                       | 12
- ++++++------
+ docs/Makefile.am                                             | 12 ++++++------
+ docs/harfbuzz-docs.xml                                       | 12 ++++++------
  ... => usermanual-buffers-language-script-and-direction.xml} |  0
  docs/{usermanual-ch04.xml => usermanual-fonts-and-faces.xml} |  0
  ...{usermanual-ch06.xml => usermanual-glyph-information.xml} |  0
@@ -23795,7 +159908,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Mon Dec 14 23:33:51 2015 +0400
 
     Deploy docs to gh-pages branch from Travis builds
-
+    
     Build docs in Travis and push them to the gh-pages branch, which makes
     them available at http://behdad.github.io/harfbuzz/
 
@@ -23808,7 +159921,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 23 14:50:53 2015 +0100
 
     [layout] Collect coverage glyphs in PairPos
-
+    
     Apparently class=0 is used for ClassDef1.  See:
     https://github.com/adobe-type-tools/afdko/issues/90
 
@@ -23829,16 +159942,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Dec 18 18:17:07 2015 +0000
 
     [buffer] Add debugging, aka, message, API
-
-    Currently just announces lookup applications.  Message-API *will*
-    change.
-    hb-shape / hb-view are updated to print-out messages to stder
-    if --debug
+    
+    Currently just announces lookup applications.  Message-API *will* change.
+    hb-shape / hb-view are updated to print-out messages to stder if --debug
     is specified.
 
  src/hb-buffer-private.hh | 18 ++++++++++++++++++
- src/hb-buffer.cc         | 44
- ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-buffer.cc         | 44 ++++++++++++++++++++++++++++++++++++++++++++
  src/hb-buffer.h          | 15 +++++++++++++++
  src/hb-ot-layout.cc      | 12 ++----------
  util/main-font-text.hh   | 18 ++++++++++++++++++
@@ -23858,8 +159968,7 @@ commit 862b1644e9469a7e70555141f53729409d50d0d2
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Dec 18 13:54:06 2015 +0000
 
-    [use] Only set syllable-based topographical features if not
-    Arabic-joining
+    [use] Only set syllable-based topographical features if not Arabic-joining
 
  src/hb-ot-shape-complex-use.cc | 3 +++
  1 file changed, 3 insertions(+)
@@ -23869,18 +159978,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Dec 18 13:47:16 2015 +0000
 
     [indic] Followup fix for Malayalam context matching
-
+    
     We regeressed Malayalam in 508cc3d3cfcfb0383df0fe795cc28db4e0fd5729
     This brings down the failures to 198 (from 750).
-
+    
     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
-    MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed
-    (0.0188871%)
+    MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
@@ -23895,31 +160003,28 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Dec 18 11:05:11 2015 +0000
 
     [indic] Update data tables to Unicode 8.0
-
-    Test stats remain unchanged, except for Malayalam, which we
-    investigate:
-
+    
+    Test stats remain unchanged, except for Malayalam, which we investigate:
+    
     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
-    MALAYALAM: 1047584 out of 1048334 tests passed. 750 failed
-    (0.0715421%)
+    MALAYALAM: 1047584 out of 1048334 tests passed. 750 failed (0.0715421%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
-
+    
     Myanmar, compared to Windows 10 mmrtext.ttf:
-
+    
     MYANMAR: 1123865 out of 1123883 tests passed. 18 failed (0.00160159%)
 
  src/gen-indic-table.py                   |   1 +
  src/hb-ot-shape-complex-indic-private.hh |  40 ++--
- src/hb-ot-shape-complex-indic-table.cc   | 372
- ++++++++++++++++++-------------
+ src/hb-ot-shape-complex-indic-table.cc   | 372 ++++++++++++++++++-------------
  src/hb-ot-shape-complex-indic.cc         |  23 +-
  src/hb-ot-shape-complex-myanmar.cc       |   4 +
  5 files changed, 244 insertions(+), 196 deletions(-)
@@ -23929,7 +160034,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 17 17:47:35 2015 +0000
 
     Remove HB_OT_SHAPE_ZERO_WIDTH_MARKS_DEFAULT
-
+    
     The DEFAULT naming wasn't helpful, so just remove it.
 
  src/hb-ot-shape-complex-default.cc | 2 +-
@@ -23943,14 +160048,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 17 17:31:17 2015 +0000
 
     [indic] Allow context when matching for Malayalam new-spec
-
+    
     Test sequence:
             U+0995,U+09CD,U+09B0
-
-    With Nirmala shipped on Windows 10, this failed to form the below
-    form.
+    
+    With Nirmala shipped on Windows 10, this failed to form the below form.
     Works now.
-
+    
     Reported by Sairus.
 
  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
@@ -23961,14 +160065,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 17 16:57:47 2015 +0000
 
     [uniscribe] Handle E_NOT_SUFFICIENT_BUFFER as well as E_OUTOFMEMORY
-
+    
     On Windows 10 we are seeing that other error message...
-
+    
     Test sequence: U+0995,U+-9CD,U+09B0
-    With Nirmala shipped on Windows 10, this failed to form the below
-    form.
+    With Nirmala shipped on Windows 10, this failed to form the below form.
     Works now.
-
+    
     Reported by Sairus.
 
  src/hb-uniscribe.cc | 2 +-
@@ -23979,7 +160082,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 17 16:28:38 2015 +0000
 
     [util] Use O_BINARY instead of _O_BINARY
-
+    
     The latter doesn't seem to be available in Cygwin.  I'm surprised it
     compiled before...
 
@@ -23990,9 +160093,8 @@ commit 100fbeaf196515774c985ee839d0fa0695f9a6fa
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 17 15:23:09 2015 +0000
 
-    Fix ligature component of a mark happening after a ligature within
-    a ligature!
-
+    Fix ligature component of a mark happening after a ligature within a ligature!
+    
     Say, if we are ligating "A B_C m D", then previously 'm' was being
     attached to 'B' in the combined A_B_C_D ligature.  Now we attach it
     to 'C'.  No test for this though :(.
@@ -24005,14 +160107,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 17 15:21:14 2015 +0000
 
     Improve ligature-component handling
-
+    
     We use three bits for lig_id these days, so we finally got a report of
     two separate ligatures with the same lig_id happening adjacent to each
     other, and then the component-handling code was breaking things.
-    Protect against that by ignoring same-lig-id but lig-comp=0 glyphs
-    after
+    Protect against that by ignoring same-lig-id but lig-comp=0 glyphs after
     a new ligature.
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/198
 
  src/hb-ot-layout-gsubgpos-private.hh               |  12 +++++--
@@ -24020,8 +160121,7 @@ Date:   Thu Dec 17 15:21:14 2015 +0000
  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
  .../c78d1f25ea1df1210414f2fe2e0e1e53082bba76.ttf   | Bin 0 -> 4064 bytes
  test/shaping/tests/MANIFEST                        |   1 +
- test/shaping/tests/ligature-id.tests               |  35
- +++++++++++++++++++++
+ test/shaping/tests/ligature-id.tests               |  35 +++++++++++++++++++++
  6 files changed, 47 insertions(+), 3 deletions(-)
 
 commit 2ab0de9fbd03231b647345b01e31b136e2e00978
@@ -24029,7 +160129,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 17 11:59:15 2015 +0000
 
     [use] Fix halant detection
-
+    
     Before, we were just checking the use_category().  This detects as
     halant a ligature that had the halant as first glyph (as seen in
     NotoSansBalinese.)  Change that to use the is_ligated() glyph prop
@@ -24037,16 +160137,14 @@ Date:   Thu Dec 17 11:59:15 2015 +0000
     the rphf / pref tests.  So we need to make sure the "ligated" bit
     survives those tests.  Since those only check the "substituted" bit,
     we now only clear that bit for them and "ligated" survives.
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/180
 
  src/hb-ot-layout-private.hh                          |   6 ++----
- src/hb-ot-shape-complex-use.cc                       |  19
- ++++++++++++-------
+ src/hb-ot-shape-complex-use.cc                       |  19 ++++++++++++-------
  test/shaping/Makefile.am                             |   1 +
  test/shaping/fonts/sha1sum/MANIFEST                  |   1 +
- .../fbb6c84c9e1fe0c39e152fbe845e51fd81f6748e.ttf     | Bin 0 ->
- 2616 bytes
+ .../fbb6c84c9e1fe0c39e152fbe845e51fd81f6748e.ttf     | Bin 0 -> 2616 bytes
  test/shaping/tests/MANIFEST                          |   1 +
  test/shaping/tests/use.tests                         |   1 +
  7 files changed, 18 insertions(+), 11 deletions(-)
@@ -24056,7 +160154,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 17 11:04:33 2015 +0000
 
     [arabic] Use glyph advance width in apply_stch() instead of extents
-
+    
     That seems to be what Windows is doing, and makes more sense.
 
  src/hb-ot-shape-complex-arabic.cc | 24 +++++++-----------------
@@ -24067,19 +160165,19 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 16 17:08:36 2015 +0100
 
     Fix Since: tags for new API
-
+    
     https://github.com/behdad/harfbuzz/commit/e1d4d0f1dbd8518b5672245c05d73f22a9ed03ea#commitcomment-15006653
 
  src/hb-font.cc | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 commit 15f2c055c17c54b0a6ae6eef50dcda13c58cda75
-Merge: 49e72634 a13b023d
+Merge: 49e72634a a13b023db
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Dec 14 14:19:03 2015 +0100
 
     Merge pull request #196 from srl295/aix
-
+    
     AIX fixes
 
 commit a13b023dbfd0532e8cd74c356fbbd4453d0ffaa0
@@ -24087,14 +160185,14 @@ Author: Steven R. Loomis <srloomis@us.ibm.com>
 Date:   Fri Dec 11 10:21:27 2015 -0800
 
     AIX fixes
-
+    
     - use '-w' instead of '\<...\>' for check-header-guards
       grep manpage says these are the same
-
+    
     - put '-q' first in the grep options
-
+    
     - move VAR into hb-private.hh
-
+    
     - hb-font-private.hh - use [VAR] instead of [] for variable array
 
  src/check-header-guards.sh  | 5 ++---
@@ -24113,12 +160211,12 @@ Date:   Thu Dec 10 17:44:19 2015 +0100
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit e1d4d0f1dbd8518b5672245c05d73f22a9ed03ea
-Merge: 70b33eda 808d3fc0
+Merge: 70b33edae 808d3fc0e
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 10 16:56:07 2015 +0100
 
     Merge branch 'font-extents'
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/165
 
 commit 808d3fc0eadd379909f2a0308fd3db474f1efde8
@@ -24154,7 +160252,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 10 15:54:42 2015 +0100
 
     Add atomic ops for AIX
-
+    
     Patch from Volker Simonis.
 
  src/hb-atomic-private.hh | 25 +++++++++++++++++++++++++
@@ -24165,40 +160263,31 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Dec 7 21:38:47 2015 +0100
 
     Remove final pause from Arabic shaper
-
-    Back in the old days, we used to apply 'calt' and 'cswh' in Arabic
-    shaper,
-    with a pause in between.  Then we disabled the 'cswh' because
-    Microsoft
+    
+    Back in the old days, we used to apply 'calt' and 'cswh' in Arabic shaper,
+    with a pause in between.  Then we disabled the 'cswh' because Microsoft
     disabled it, but forgot to remove the unnecessary pause.  Do that now.
-
-    This has the benefit that it fixes shaping with monbaiti from
-    Windows 10.
-    In that version of that font, the lookups from 'calt' are duplicated
-    in
-    'rclt', and Mongolian was changed to go through Universal Shaping
-    Engine.
-    We still use the Arabic shaper for Mongolian.  With a pause after
-    'calt',
-    we were applying the duplicate lookups from 'calt' and 'rclt' twice.
-    It
+    
+    This has the benefit that it fixes shaping with monbaiti from Windows 10.
+    In that version of that font, the lookups from 'calt' are duplicated in
+    'rclt', and Mongolian was changed to go through Universal Shaping Engine.
+    We still use the Arabic shaper for Mongolian.  With a pause after 'calt',
+    we were applying the duplicate lookups from 'calt' and 'rclt' twice.  It
     happened to be the case that these lookups were NOT idempotent.  So we
-    were getting wrong shaping.  See thread "Windows 10 monbaiti.ttf
-    upgrade
-    (5.01 -> 5.51) caused loss of diacritical marks when shaped with
-    harfbuz"
+    were getting wrong shaping.  See thread "Windows 10 monbaiti.ttf upgrade
+    (5.01 -> 5.51) caused loss of diacritical marks when shaped with harfbuz"
     on the mailing list.  This fixes that.
 
  src/hb-ot-shape-complex-arabic.cc | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit dee0fbf9e2eac8b61730efc4978bc10c552b5227
-Merge: 255df680 a7ffe353
+Merge: 255df6801 a7ffe3535
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Dec 7 10:44:08 2015 +0100
 
     Merge pull request #192 from behdad/jfkthame-stch
-
+    
     [issue 191] Make apply_stch() give a more precise fit
 
 commit 255df6801201fb22402420f7b7b7ea8b042df8ba
@@ -24206,7 +160295,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Dec 7 10:34:47 2015 +0100
 
     Fix undefined behavior in cmp function
-
+    
     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=93274
 
  src/hb-ot-map-private.hh | 3 ++-
@@ -24217,7 +160306,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Dec 7 10:30:43 2015 +0100
 
     Fix sorting order of ot_languages array
-
+    
     Looks like the original sort was wrongly done.
     Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=93275
 
@@ -24229,7 +160318,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Dec 7 10:28:46 2015 +0100
 
     Add test to make sure ot-languages array is sorted
-
+    
     Currently fails.  Part of
     https://bugs.freedesktop.org/show_bug.cgi?id=93275
 
@@ -24238,12 +160327,12 @@ Date:   Mon Dec 7 10:28:46 2015 +0100
  2 files changed, 31 insertions(+), 1 deletion(-)
 
 commit 8c37556f730d7e961394075cd863f624af4c53c4
-Merge: 8e5f9026 f35b3e93
+Merge: 8e5f90265 f35b3e931
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Dec 7 09:34:58 2015 +0100
 
     Merge pull request #134 from ebraminio/dwrite
-
+    
     Add working but less prefect DirectWrite backend
 
 commit a7ffe3535836032dba5559080dffeec79473197b
@@ -24251,11 +160340,8 @@ Author: jfkthame <jfkthame@gmail.com>
 Date:   Sat Dec 5 17:47:37 2015 +0000
 
     Make apply_stch() give a more precise fit
-
-    This aims to make Syriac Abbr Mark sizing more accurate when repeating
-    segments are used, by adding an extra repeat and tightening up the
-    spacing slightly rather than leaving a shortfall corresponding to
-    a partial repeat-width.
+    
+    This aims to make Syriac Abbr Mark sizing more accurate when repeating segments are used, by adding an extra repeat and tightening up the spacing slightly rather than leaving a shortfall corresponding to a partial repeat-width.
 
  src/hb-ot-shape-complex-arabic.cc | 15 ++++++++++++++-
  1 file changed, 14 insertions(+), 1 deletion(-)
@@ -24265,7 +160351,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 30 16:53:21 2015 -0800
 
     src/test.cc: wrong field printed
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/188
     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=93182
 
@@ -24279,8 +160365,7 @@ Date:   Mon Oct 26 16:23:22 2015 +0900
     Get font ascender and descender metrics from OS/2 table.
 
  src/hb-font-private.hh |  39 ++++++++++++++++++-
- src/hb-font.cc         | 102
- ++++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-font.cc         | 102 ++++++++++++++++++++++++++++++++++++++++++++++++-
  src/hb-font.h          |  62 ++++++++++++++++++++++++++++--
  src/hb-ft.cc           |  21 ++++++++++
  src/hb-ot-font.cc      |  58 ++++++++++++++++++++++++++--
@@ -24293,8 +160378,7 @@ Date:   Mon Oct 26 16:22:38 2015 +0900
     Parse the OS/2 table.
 
  src/Makefile.am        |   1 +
- src/hb-ot-os2-table.hh | 105
- +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-os2-table.hh | 105 +++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 106 insertions(+)
 
 commit d44d52bd0da033865641dfd39d94852119fd4fd7
@@ -24333,8 +160417,7 @@ commit ea512f71084296be3bd893f78650def894066de0
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 26 19:22:22 2015 -0500
 
-    Use C-style casts instead of compare to 0, to convert hb_bool_t
-    to bool
+    Use C-style casts instead of compare to 0, to convert hb_bool_t to bool
 
  src/hb-common.cc                  | 2 +-
  src/hb-fallback-shape.cc          | 2 +-
@@ -24353,11 +160436,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 26 18:48:42 2015 -0500
 
     Fix vertical GPOS
-
+    
     This was brorken earlier, though, it's really hard to notice it.
     Unlike the glyph_h_origin(), an unset glyph_v_origin() does NOT
     mean that the vertical origin is at 0,0.
-
+    
     Related to https://github.com/behdad/harfbuzz/issues/187
 
  src/hb-ot-shape.cc | 13 ++++++++-----
@@ -24370,8 +160453,7 @@ Date:   Thu Nov 26 18:48:30 2015 -0500
     Add tests for previous commit
 
  test/shaping/Makefile.am                                 |   1 +
- .../sha1sum/49c9f7485c1392fa09a1b801bc2ffea79275f22e.ttf | Bin 0 ->
- 1496 bytes
+ .../sha1sum/49c9f7485c1392fa09a1b801bc2ffea79275f22e.ttf | Bin 0 -> 1496 bytes
  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
  test/shaping/tests/MANIFEST                              |   1 +
  test/shaping/tests/simple.tests                          |   2 ++
@@ -24382,12 +160464,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 26 18:43:15 2015 -0500
 
     Make nil glyph_h_origin() function return true
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/187
-
+    
     Funcs implementations that have a non-zero horizontal origin must
     implement the glyph_h_origin() callback, nothing new here.
-
+    
     Other implementations (all I know of!) can simply not set
     glyph_h_origin() now.  I did that for hb-ot and hb-ft in
     44f82750807475aa5b16099ccccd917d488df703, though that broke the
@@ -24397,30 +160479,30 @@ Date:   Thu Nov 26 18:43:15 2015 -0500
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 766963adba6770dcd45de4417481ed8eda60a716
-Merge: b344af80 f798b8e2
+Merge: b344af80c f798b8e2d
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 24 15:38:43 2015 -0600
 
     Merge pull request #114 from ThePhD/vc++-fixes
-
+    
     Fix all VC++ warnings and errors
 
 commit b344af80ca95b9eddfd6017aa6ae103388d6b5f8
-Merge: 662acd26 835bbdc7
+Merge: 662acd26d 835bbdc7c
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 24 15:30:27 2015 -0600
 
     Merge pull request #177 from fanc999/exporting
-
+    
     Enable use of compiler directives to export symbols
 
 commit 662acd26d10c38e96a9afcdaab2cb2979794966f
-Merge: b24e93e3 1979f6fe
+Merge: b24e93e3a 1979f6fed
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 24 15:29:44 2015 -0600
 
     Merge pull request #181 from mhosken/master
-
+    
     Fix y_scale problems in hb-gr
 
 commit b24e93e3a4d98111c4684fa08e9080b471881d5c
@@ -24434,12 +160516,12 @@ Date:   Tue Nov 24 13:18:20 2015 -0600
  2 files changed, 8 insertions(+), 1 deletion(-)
 
 commit 233944ac91bb81250c0e63150eecfedfaf09f590
-Merge: 5a24b1d2 d5382019
+Merge: 5a24b1d25 d53820191
 Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Tue Nov 24 18:37:35 2015 +0400
 
     Merge pull request #185 from khaledhosny/travis-osx
-
+    
     [travis] Enable Mac OS X support
 
 commit d538201918e6932ef7645f8d5b2c3491954936f8
@@ -24447,7 +160529,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Tue Nov 24 12:46:35 2015 +0400
 
     [travis] Enable Mac OS X support
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/182
 
  .travis.yml | 22 ++++++++++++++++------
@@ -24458,7 +160540,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 23 16:46:14 2015 -0600
 
     [travis] Remove coverity scan
-
+    
     I never could get it to work, and it's a proprietary platform.
 
  .travis.yml | 11 -----------
@@ -24479,20 +160561,17 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Thu Nov 19 18:34:12 2015 +0800
 
     Public headers: Decorate public symbols with HB_EXTERN
-
+    
     This prepares the headers for exporting symbols using visibility
-    attributes or __declspec(dllexport), so that we do not need to
-    maintain
-    symbols listing files, as this is what was and is done in GLib
-    and GTK+.
+    attributes or __declspec(dllexport), so that we do not need to maintain
+    symbols listing files, as this is what was and is done in GLib and GTK+.
 
  src/hb-blob.h               |  24 +++++-----
  src/hb-buffer.h             | 100 +++++++++++++++++++-------------------
  src/hb-common.h             |  22 ++++-----
  src/hb-coretext.h           |   6 +--
  src/hb-face.h               |  34 ++++++-------
- src/hb-font.h               | 114
- ++++++++++++++++++++++----------------------
+ src/hb-font.h               | 114 ++++++++++++++++++++++----------------------
  src/hb-ft.h                 |  18 +++----
  src/hb-glib.h               |   8 ++--
  src/hb-gobject-enums.h.tmpl |   2 +-
@@ -24522,12 +160601,12 @@ Date:   Sat Nov 21 16:57:26 2015 -0500
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit a6991813659376a6a11c00a9f67d85b4f7ba9b5d
-Merge: 1dc32ea4 f19c6db1
+Merge: 1dc32ea4d f19c6db18
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 20 13:28:42 2015 -0800
 
     Merge pull request #176 from behdad/missing-braces
-
+    
     Add braces for subobject initializer in _hb_font_funcs_nil
 
 commit 1dc32ea4d2f294f9d1ae1c8fd19fb75f9278223b
@@ -24544,16 +160623,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 20 13:21:29 2015 -0800
 
     Define HB_MARK_AS_FLAG_T as a macro instead of using templates
-
-    The generic template operator overloading was causing more problems
-    than it
+    
+    The generic template operator overloading was causing more problems than it
     solved.  Eg:
-
+    
     https://github.com/behdad/harfbuzz/pull/163
     https://github.com/behdad/harfbuzz/issues/175
-
+    
     So, just use macros.
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/175
     Fixes https://github.com/behdad/harfbuzz/pull/178
 
@@ -24565,9 +160643,8 @@ Author: jfkthame <jfkthame@gmail.com>
 Date:   Fri Nov 20 08:43:49 2015 +0000
 
     Add braces for subobject initializer in _hb_font_funcs_nil
-
-    To avoid triggering -Wmissing-braces; see
-    https://bugzilla.mozilla.org/show_bug.cgi?id=1226175#c8
+    
+    To avoid triggering -Wmissing-braces; see https://bugzilla.mozilla.org/show_bug.cgi?id=1226175#c8
 
  src/hb-font.cc | 8 ++++++--
  1 file changed, 6 insertions(+), 2 deletions(-)
@@ -24577,17 +160654,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 19 12:39:09 2015 -0800
 
     Do not allow recursiving to same position and same lookup
-
+    
     This is just to make it harder to be extremely slow.  There definitely
     are ways still, just harder.  Oh well... how do we tame this problem
     without solving halting problem?!
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/174
 
  src/hb-ot-layout-gsubgpos-private.hh                     |   5 +++++
  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
- .../sha1sum/fab39d60d758cb586db5a504f218442cd1395725.ttf | Bin 0 ->
- 1894 bytes
+ .../sha1sum/fab39d60d758cb586db5a504f218442cd1395725.ttf | Bin 0 -> 1894 bytes
  test/shaping/tests/fuzzed.tests                          |   1 +
  4 files changed, 7 insertions(+)
 
@@ -24605,9 +160681,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 19 11:59:03 2015 -0800
 
     Revert "Fix hang in OOM situations"
-
+    
     This reverts commit f0599db761d7fc2d585d86e757a797f75ebc7499.
-
+    
     Commit abadc1717d997b69f987fdf1be9e12156d2d13d6 provides a better
     fix for this.
 
@@ -24619,9 +160695,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 19 11:50:58 2015 -0800
 
     Revert "Make sure we make progress in OOM situations"
-
+    
     This reverts commit 68b507a3c3c62c28c38e13fee733702bb703b6ca.
-
+    
     Commit abadc1717d997b69f987fdf1be9e12156d2d13d6 provides a better
     fix for this.
 
@@ -24653,10 +160729,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 18 23:23:35 2015 -0800
 
     [travis] Only coverity-scan the coverity_scan branch
-
+    
     This essentially disables coverity-scan right now, until we find
     a pattern to continuously submit branches there.
-
+    
     For background reasoning, see:
     Fixes https://github.com/behdad/harfbuzz/issues/171
 
@@ -24668,16 +160744,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 18 23:09:13 2015 -0800
 
     Add tests for previous two commits
-
+    
     To fully test what these are supposed to test, they should be run
     against libharfbuzz-fuzzing.la instead of libharfbuzz.la, but for
     now just record the files.
 
- .../sha1sum/43979b90b2dd929723cf4fe1715990bcb9c9a56b.ttf | Bin 0 ->
- 1804 bytes
+ .../sha1sum/43979b90b2dd929723cf4fe1715990bcb9c9a56b.ttf | Bin 0 -> 1804 bytes
  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
- .../sha1sum/b9e2aaa0d75fcef6971ec3a96d806ba4a6b31fe2.ttf | Bin 0 ->
- 1804 bytes
+ .../sha1sum/b9e2aaa0d75fcef6971ec3a96d806ba4a6b31fe2.ttf | Bin 0 -> 1804 bytes
  test/shaping/tests/fuzzed.tests                          |   2 ++
  4 files changed, 4 insertions(+)
 
@@ -24686,9 +160760,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 18 23:04:45 2015 -0800
 
     Fix another move_to assertion failure
-
+    
     If buf->idx is at end, don't set end past it...
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/173
 
  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
@@ -24699,7 +160773,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 18 17:52:08 2015 -0800
 
     Try to better handle OOM situations
-
+    
     Fixes assert fail in https://github.com/behdad/harfbuzz/issues/161
     with libharfbuzz-fuzzing.
 
@@ -24727,7 +160801,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 18 16:27:32 2015 -0800
 
     Enable building a bounded version of the library for fuzzing
-
+    
     test/fuzzing/hb-fuzzer links against libharfbuzz-fuzzing.so now.
 
  src/Makefile.am          | 16 ++++++++++++++++
@@ -24745,12 +160819,12 @@ Date:   Tue Nov 17 18:42:13 2015 -0800
  1 file changed, 11 insertions(+), 11 deletions(-)
 
 commit dde8cc87bd880bd35baf764820f4c85bd0a58696
-Merge: e97835ad 167c3271
+Merge: e97835ad4 167c32717
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 17 18:40:10 2015 -0800
 
     Merge pull request #163 from fanc999/msvc.src
-
+    
     Update the sources so they will compile under Visual Studio
 
 commit 167c3271778cd1a8c4433b9d2230901ce17c099e
@@ -24758,24 +160832,17 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Mon Nov 9 17:17:56 2015 +0800
 
     Fix build on MSVC >= 2012
-
+    
     Use the DEFINE_ENUM_FLAG_OPERATORS macro in winnt.h on Visual Studio,
-    which defines the bitwise operators for the enumerations that we
-    want to
-    mark as hb_mark_as_flags_t, which will take care of the situation
-    on newer
-    Visual Studio (>= 2012), where the build breaks with C2057 errors
-    as the
-    underlying types of the enumerations is not clear to the compiler
-    when we
+    which defines the bitwise operators for the enumerations that we want to
+    mark as hb_mark_as_flags_t, which will take care of the situation on newer
+    Visual Studio (>= 2012), where the build breaks with C2057 errors as the
+    underlying types of the enumerations is not clear to the compiler when we
     do a bitwise op within the declaration of the enumerations themselves.
-
-    Also disable the C4200 (nonstandard extension used : zero-sized
-    array in
-    struct/union) and C4800 ('type' : forcing value to bool 'true' or
-    'false'
-    (performance warning)) warnings as the C4200 is the intended
-    scenario and
+    
+    Also disable the C4200 (nonstandard extension used : zero-sized array in
+    struct/union) and C4800 ('type' : forcing value to bool 'true' or 'false'
+    (performance warning)) warnings as the C4200 is the intended scenario and
     C4800 is harmless but is so far an unavoidable side effect of using
     DEFINE_ENUM_FLAG_OPERATORS.
 
@@ -24791,7 +160858,7 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Fri Nov 6 14:28:30 2015 +0800
 
     hb-ot-shape-complex-arabic.cc: Fix build on Visual Studio
-
+    
     Visual Studio does not like declaring a enum variable within a for
     statement, so fix the build by declaring the enum before doing the for
     loop.
@@ -24804,11 +160871,9 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Tue Nov 3 18:49:34 2015 +0800
 
     MSVC builds: Add fallback implementation for pre-2013 MSVC
-
-    Pre-2013 MSVC does not have scalbn() and scalbnf(), which are used
-    in the
-    utility programs.  Add  fallback implementations for these, which
-    can be
+    
+    Pre-2013 MSVC does not have scalbn() and scalbnf(), which are used in the
+    utility programs.  Add  fallback implementations for these, which can be
     used when necessary.
 
  util/options.hh | 17 +++++++++++++++++
@@ -24819,19 +160884,18 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Mon Nov 2 16:55:29 2015 +0800
 
     util: Fix build on Visual Studio
-
+    
     Use the fallback implementation for lround() only on pre-2013 Visual
     Studio, and ensure we are clear about the types of the parameters for
     lround() and scalbnf(), since Visual Studio can be quite picky on
     ambiguous parameter types.  Also, use g_ascii_strcasecmp() rather than
     strcasecmp() as we are already using GLib for this code and we are
     assured that g_ascii_strcasemp() is available.
-
+    
     For scalbnf() on pre-2013 Visaul Studio, a fallback implementation is
-    needed, but use another forced-included header for those compilers,
-    which
+    needed, but use another forced-included header for those compilers, which
     will be added later.
-
+    
     Also use (char)27 on Visual Studio builds as '\e' is not a recognized
     escape sequence, which will do the same thing.
 
@@ -24844,19 +160908,18 @@ commit e97835ad43f5c68e8cb29599246cae0f4461d663
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 10 11:37:01 2015 -0800
 
-    [util] Fix crash when --output-file is specified but not
-    --output-format
+    [util] Fix crash when --output-file is specified but not --output-format
 
  util/options.hh | 3 +++
  1 file changed, 3 insertions(+)
 
 commit d5f0d7c9fb14255388ab616f56e178cb7ca10ec2
-Merge: 04ff23e7 529a9331
+Merge: 04ff23e73 529a93312
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Nov 7 07:50:58 2015 -0800
 
     Merge pull request #167 from KonstantinRitt/unicode_cp_opt
-
+    
     Micro optimizations to UTF-16 and UTF-32 codecs
 
 commit 04ff23e73d847ab3a5da0e9fac4fbca19aefd284
@@ -24864,7 +160927,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 6 16:29:44 2015 -0800
 
     [arabic] Improve stretch length calculation
-
+    
     Err on the side of being too short, than too wide.  Reduces chance
     of overlaps with neighboring glyphs.
 
@@ -24876,14 +160939,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 6 16:27:44 2015 -0800
 
     [arabic] Don't stretch over cased letters
-
+    
     Addresses
     https://github.com/behdad/harfbuzz/commit/6e6f82b6f3dde0fc6c3c7d991d9ec6cfff57823d#commitcomment-14248516
 
- src/hb-ot-shape-complex-arabic.cc                  | 24
- +++++++++++++++++++++-
- src/hb-unicode-private.hh                          | 20
- ------------------
+ src/hb-ot-shape-complex-arabic.cc                  | 24 +++++++++++++++++++++-
+ src/hb-unicode-private.hh                          | 20 ------------------
  .../script-syriac/misc/abbreviation-mark.txt       |  4 ++--
  3 files changed, 25 insertions(+), 23 deletions(-)
 
@@ -24892,9 +160953,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 6 16:18:09 2015 -0800
 
     Revert "Don't process lookups if buffer is in error"
-
+    
     This reverts commit f92bd86cc8c11d262d1830c631cb7c63fc9d4bc8.
-
+    
     We don't want to be like cairo, where as soon as there's an error,
     nothing works anymore.  So, lets process lookups as long as there's
     no new memory needed.  That's also a model that hides fewer bugs.
@@ -24907,7 +160968,7 @@ Author: Konstantin Ritt <ritt.ks@gmail.com>
 Date:   Sat Nov 7 02:00:04 2015 +0400
 
     Micro optimization to hb_utf16_t and hb_utf32_t ::prev()
-
+    
     Implement reverse lookup instead of re-using next()
 
  src/hb-utf-private.hh | 29 +++++++++++++++++++----------
@@ -24955,11 +161016,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 6 00:01:24 2015 -0800
 
     [fuzzing] Add test case for OOM
-
+    
     From https://github.com/behdad/harfbuzz/issues/161
 
- .../sha1sum/3511ff5c1647150595846ac414c595cccac34f18.ttf | Bin 0 ->
- 1483 bytes
+ .../sha1sum/3511ff5c1647150595846ac414c595cccac34f18.ttf | Bin 0 -> 1483 bytes
  test/shaping/fonts/sha1sum/MANIFEST                      |   2 +-
  test/shaping/tests/fuzzed.tests                          |   1 +
  3 files changed, 2 insertions(+), 1 deletion(-)
@@ -24969,7 +161029,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 5 23:52:41 2015 -0800
 
     Fix hang in OOM situations
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/161
 
  src/hb-buffer-private.hh | 6 +++++-
@@ -24989,7 +161049,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 5 23:44:59 2015 -0800
 
     Limit buffer max size growth
-
+    
     https://github.com/behdad/harfbuzz/issues/161
 
  src/hb-buffer-private.hh | 11 +++++++++++
@@ -25006,8 +161066,7 @@ Date:   Thu Nov 5 23:08:50 2015 -0800
 
  configure.ac              |  1 +
  test/Makefile.am          |  2 +-
- test/fuzzing/Makefile.am  | 44
- ++++++++++++++++++++++++++++++++++++++++++++
+ test/fuzzing/Makefile.am  | 44 ++++++++++++++++++++++++++++++++++++++++++++
  test/fuzzing/README       |  2 ++
  test/fuzzing/hb-fuzzer.cc |  4 ++--
  5 files changed, 50 insertions(+), 3 deletions(-)
@@ -25017,7 +161076,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 5 22:50:52 2015 -0800
 
     [fuzzer] Add README
-
+    
     https://github.com/behdad/harfbuzz/issues/139#issuecomment-154202645
 
  test/fuzzing/README | 21 +++++++++++++++++++++
@@ -25028,16 +161087,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 5 17:29:03 2015 -0800
 
     Implement SYRIAC ABBREVIATION MARK with 'stch' feature
-
+    
     The feature is enabled for any character in the Arabic shaper.
     We should experiment with using it for Arabic subtending marks.
     Though, that has a directionality problem as well, since those
     are used with digits...
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/141
 
- src/hb-ot-shape-complex-arabic.cc                  | 219
- ++++++++++++++++++++-
+ src/hb-ot-shape-complex-arabic.cc                  | 219 ++++++++++++++++++++-
  src/hb-unicode-private.hh                          |  19 ++
  .../shaper-arabic/script-syriac/misc/MANIFEST      |   1 +
  .../script-syriac/misc/abbreviation-mark.txt       |  11 ++
@@ -25048,7 +161106,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 5 17:33:57 2015 -0800
 
     [ft] Fix extents with negative scales
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/162
 
  src/hb-ft.cc | 10 ++++++++++
@@ -25068,9 +161126,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 5 13:24:15 2015 -0800
 
     Add new shaper method postprocess_glyphs()
-
+    
     Unused currently.  To be used for Syriac stretch implementation.
-
+    
     https://github.com/behdad/harfbuzz/issues/141
 
  src/hb-ot-shape-complex-arabic.cc  | 3 ++-
@@ -25102,7 +161160,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 4 22:55:11 2015 -0800
 
     Don't try zeroing marks by GDEF if there are no non-ASCII
-
+    
     This one is a hack, but should be ok.
 
  src/hb-ot-shape.cc | 4 ++++
@@ -25132,7 +161190,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 4 22:42:41 2015 -0800
 
     Skip GPOS cursive / attachment adjustmnent if none happened
-
+    
     I'm starting to really like how free these new scratch_flags are.
 
  src/hb-ot-layout-gpos-table.hh | 3 +++
@@ -25161,7 +161219,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 4 22:00:25 2015 -0800
 
     Move variable-sized struct member to end
-
+    
     Hopefully makes clang build happy
 
  src/hb-font-private.hh | 21 ++++++++++-----------
@@ -25182,7 +161240,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 4 21:42:55 2015 -0800
 
     Add font->has_...() to check for individual nil font funcs
-
+    
     Hopefully this wouldn't break any compiler.  There was some magic
     moments to getting this to compile...
 
@@ -25195,11 +161253,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 4 21:16:26 2015 -0800
 
     Minor reshaping of hb_font_funcs_t implementation
-
+    
     In anticipation of further changes.  No functional changes.
 
- src/hb-font-private.hh | 80
- ++++++++++++++++++++++++++------------------------
+ src/hb-font-private.hh | 80 ++++++++++++++++++++++++++------------------------
  src/hb-font.cc         |  4 +--
  2 files changed, 43 insertions(+), 41 deletions(-)
 
@@ -25218,8 +161275,7 @@ Date:   Wed Nov 4 20:47:42 2015 -0800
 
     [ot] Remove font funcs that do nothing
 
- src/hb-ot-font.cc | 95
- ++++---------------------------------------------------
+ src/hb-ot-font.cc | 95 ++++---------------------------------------------------
  1 file changed, 7 insertions(+), 88 deletions(-)
 
 commit 75ea2daa1d9bbe235cd4a8570efb1913d58c3c62
@@ -25254,12 +161310,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 4 20:22:44 2015 -0800
 
     Separate nil font-funcs from parent-peeking font-funcs
-
+    
     API change: all fonts created with hb_font_create() now inherit from
     (ie have parent) hb_font_get_empty().
 
- src/hb-font.cc       | 211
- +++++++++++++++++++++++++++++++++++----------------
+ src/hb-font.cc       | 211 +++++++++++++++++++++++++++++++++++----------------
  test/api/test-font.c |   2 +-
  2 files changed, 145 insertions(+), 68 deletions(-)
 
@@ -25268,12 +161323,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 4 19:28:17 2015 -0800
 
     Optimize positioning direction calculations
-
+    
     It makes the binary smaller AND faster.  Yumm!
 
  src/hb-font-private.hh | 40 +++++++++++++++++++++++++++++++++++++++
- src/hb-ot-shape.cc     | 51
- +++++++++++++++++++++++++++-----------------------
+ src/hb-ot-shape.cc     | 51 +++++++++++++++++++++++++++-----------------------
  2 files changed, 68 insertions(+), 23 deletions(-)
 
 commit e3e4bb011ae1a2f1ba05e7ea450595b185304bec
@@ -25292,7 +161346,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 4 18:46:22 2015 -0800
 
     Optimize runs without Default_Ignorable's
-
+    
     Now that we have a buffer-wide scratch flags facility, use it to
     optimize away a few passes.
 
@@ -25308,10 +161362,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 4 18:00:57 2015 -0800
 
     Limit max edits during sanitize to 8
-
+    
     Used to be 100.  If a tabe needs more than one or two edits, it's
     probably completely bogus...
-
+    
     Might help with speeding up fuzzing for
     https://github.com/behdad/harfbuzz/issues/157
 
@@ -25332,7 +161386,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 4 17:45:06 2015 -0800
 
     If font doesn't support U+2011, fall back to U+2010
-
+    
     Test passes now.
 
  src/hb-ot-shape-normalize.cc | 10 ++++++++++
@@ -25344,8 +161398,7 @@ Date:   Wed Nov 4 17:43:36 2015 -0800
 
     Untangle if/else waterfall
 
- src/hb-ot-shape-normalize.cc | 40
- +++++++++++++++++++++++++++-------------
+ src/hb-ot-shape-normalize.cc | 40 +++++++++++++++++++++++++++-------------
  1 file changed, 27 insertions(+), 13 deletions(-)
 
 commit 04fd8517f85ae9aa05b44f25578d2b19abfef7cb
@@ -25353,13 +161406,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 4 17:38:22 2015 -0800
 
     Add tests for hyphen fallback
-
+    
     U+2011 is <noBreak> equivaent of U+2010, so we should do the fallback
     for it.  Currently fails.
 
  test/shaping/Makefile.am                                  |   1 +
- .../sha1sum/1c04a16f32a39c26c851b7fc014d2e8d298ba2b8.ttf  | Bin 0 ->
- 820 bytes
+ .../sha1sum/1c04a16f32a39c26c851b7fc014d2e8d298ba2b8.ttf  | Bin 0 -> 820 bytes
  test/shaping/fonts/sha1sum/MANIFEST                       |   2 ++
  test/shaping/tests/MANIFEST                               |   1 +
  test/shaping/tests/hyphens.tests                          |   2 ++
@@ -25379,20 +161431,19 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 4 17:27:07 2015 -0800
 
     Adjust the width of various spaces if font does not cover them
-
+    
     See discussion here:
     https://github.com/behdad/harfbuzz/commit/81ef4f407d9c7bd98cf62cef951dc538b13442eb
-
+    
     There's no way to disable this fallback, but I don't think it would
     be needed.  Let's hope for the best!
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/153
 
  src/hb-buffer-private.hh            |  7 ++++
  src/hb-buffer.cc                    |  2 ++
  src/hb-ot-shape-fallback-private.hh |  4 +++
- src/hb-ot-shape-fallback.cc         | 67
- +++++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-fallback.cc         | 67 +++++++++++++++++++++++++++++++++++++
  src/hb-ot-shape-normalize.cc        |  1 +
  src/hb-ot-shape.cc                  |  3 ++
  src/hb-unicode-private.hh           | 56 +++++++++++++++++--------------
@@ -25418,23 +161469,21 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 4 14:48:46 2015 -0800
 
     Normalize various spaces to space if font doesn't support
-
+    
     This resurrects the space fallback feature, after I disabled
     the compatibility decomposition.  Now I can release HarfBuzz
     again without breaking Pango!
-
+    
     It also remembers which space character it was, such that later
     on we can approximate the width of this particular space
     character.  That part is not implemented yet.
-
+    
     We normalize all GC=Zs chars except for U+1680 OGHA SPACE MARK,
     which is better left alone.
 
- src/hb-ot-layout-private.hh                        |  47
- +++------------------
+ src/hb-ot-layout-private.hh                        |  47 +++------------------
  src/hb-ot-shape-normalize.cc                       |  12 +++++-
- src/hb-unicode-private.hh                          |  40
- ++++++++++++++++++
+ src/hb-unicode-private.hh                          |  40 ++++++++++++++++++
  test/shaping/Makefile.am                           |   1 +
  .../1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf   | Bin 0 -> 316 bytes
  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
@@ -25465,7 +161514,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 4 14:46:10 2015 -0800
 
     Fix typo!
-
+    
     Ouch!  Fortunately that function was unused.
 
  src/hb-buffer-private.hh | 2 +-
@@ -25476,11 +161525,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 4 14:18:39 2015 -0800
 
     Add Unicode space category
-
+    
     Unused so far.
 
- src/hb-ot-layout-private.hh | 78
- +++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-layout-private.hh | 78 +++++++++++++++++++++++++++++++++++++++++++--
  1 file changed, 76 insertions(+), 2 deletions(-)
 
 commit 8249ec3f86510fd24462ce71ed64a6978f0ade17
@@ -25507,7 +161555,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 4 13:17:33 2015 -0800
 
     Add _hb_glyph_info_is_unicode_mark()
-
+    
     Unused right now.
 
  src/hb-ot-layout-private.hh | 6 ++++++
@@ -25537,22 +161585,21 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 3 12:15:12 2015 -0800
 
     [ot-font] Fix hmtx table length checking, *again*
-
+    
     Exactly the same problem that I fixed in
     63ef0b41dc48d6112d1918c1b1de9de8ea90adb5
-
+    
     I rewrote the table checking yesterday in
     67f8821fb25d9bd55719f5e29a582ae1af4b02b3
     and introduced the exact same issue again. :(
     Good thing we have ongoing fuzzing going now.  Was discovered
     immediately by libFuzzer.  Thanks kcc!
-
+    
     https://github.com/behdad/harfbuzz/issues/139#issuecomment-153449473
     Fixes https://github.com/behdad/harfbuzz/issues/156
 
  src/hb-ot-font.cc                                         |   4 ++--
- .../sha1sum/8240789f6d12d4cfc4b5e8e6f246c3701bcf861f.ttf  | Bin 0 ->
- 633 bytes
+ .../sha1sum/8240789f6d12d4cfc4b5e8e6f246c3701bcf861f.ttf  | Bin 0 -> 633 bytes
  test/shaping/fonts/sha1sum/MANIFEST                       |   1 +
  test/shaping/tests/fuzzed.tests                           |   1 +
  4 files changed, 4 insertions(+), 2 deletions(-)
@@ -25566,8 +161613,7 @@ Date:   Tue Nov 3 11:34:47 2015 -0800
  util/helper-cairo.cc   |  7 +++++--
  util/main-font-text.hh | 22 ++++++++++++++++++---
  util/options.cc        | 21 ++++++++++----------
- util/options.hh        | 53
- +++++++++++++++++++++++++++++++++-----------------
+ util/options.hh        | 53 +++++++++++++++++++++++++++++++++-----------------
  4 files changed, 70 insertions(+), 33 deletions(-)
 
 commit 642135f3b2d6d6eb800153c76c4718239733c0e6
@@ -25575,11 +161621,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 3 11:26:34 2015 -0800
 
     [util] In --debug mode, duplicate font data
-
+    
     This has the effect that the font data will end up in a memory
     section malloc()ed exactly to its size.  This gives us better
     valgrind detection of out-of-bounds access.
-
+    
     Previously, the font data was placed in a mmap()ed section or
     GString-allocated area, which didn't have proper protections
     at the end when running under valgrind.
@@ -25601,7 +161647,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 2 17:52:45 2015 -0800
 
     Remove irrelevant comment
-
+    
     I tried moving the is_default_ignorable() function to an INTERNAL
     function.  That made the binary size grow by 5k AND things got a
     tad bit slower!
@@ -25624,11 +161670,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 2 17:36:51 2015 -0800
 
     Combine unicode_props0/1 into a uint16
-
+    
     Slightly faster.  In prep for more changes.
 
- src/hb-ot-layout-private.hh | 55
- ++++++++++++++++++++++++---------------------
+ src/hb-ot-layout-private.hh | 55 ++++++++++++++++++++++++---------------------
  1 file changed, 29 insertions(+), 26 deletions(-)
 
 commit 71277185454482cff9b0c10b85c416eb4d6e0ed9
@@ -25636,9 +161681,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 2 17:27:48 2015 -0800
 
     [perf] Only call combining_class() for marks
-
-    Saves some time.  Also preparing for reusing the ccc byte for
-    other stuff.
+    
+    Saves some time.  Also preparing for reusing the ccc byte for other stuff.
 
  src/hb-ot-layout-private.hh | 14 ++++++++------
  1 file changed, 8 insertions(+), 6 deletions(-)
@@ -25648,7 +161692,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 2 15:43:08 2015 -0800
 
     Make max context-length and max nesting level configurable
-
+    
     ...at compile time.
 
  src/hb-ot-layout-common-private.hh   | 10 ++++++++--
@@ -25661,9 +161705,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 2 15:37:29 2015 -0800
 
     [ot] Make bad-hmtx handling match FreeType
-
-    Also route fuzzing-related tests through hb-ot-font, to reduce
-    dependency
+    
+    Also route fuzzing-related tests through hb-ot-font, to reduce dependency
     on FreeType behavior for badly-broken fonts.  Fixes failing test with
     FreeType master.
 
@@ -25694,7 +161737,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 21 17:20:55 2015 -0200
 
     Disable compatibility decomposition usage during normalization
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/152
 
  src/hb-ot-shape-normalize.cc | 24 ------------------------
@@ -25705,7 +161748,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 21 11:23:12 2015 -0200
 
     Fix two more -Wshadow warnings
-
+    
     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
 
  src/hb-open-type-private.hh | 10 +++++-----
@@ -25716,7 +161759,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 21 11:20:55 2015 -0200
 
     Fix one more -Wshadow warning
-
+    
     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
 
  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
@@ -25727,7 +161770,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 21 11:16:49 2015 -0200
 
     Fix a few more -Wshadow-local warnings
-
+    
     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
 
  src/hb-ot-shape-complex-indic.cc   | 10 +++++-----
@@ -25740,7 +161783,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 21 11:13:21 2015 -0200
 
     Fix one -Wshadow-compatible-local warning
-
+    
     From https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
 
  src/hb-ot-shape-complex-indic.cc | 4 ++--
@@ -25751,9 +161794,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 21 11:10:10 2015 -0200
 
     Avoid unnecessary cast to 64-bit
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/146
-
+    
     Or I think it should.
 
  src/hb-private.hh | 2 +-
@@ -25764,7 +161807,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 21 11:04:28 2015 -0200
 
     Add HB_FALLTHROUGH
-
+    
     Borrowed from https://bugzilla.mozilla.org/show_bug.cgi?id=1215411
 
  src/hb-ot-shape-complex-indic.cc |  2 +-
@@ -25779,8 +161822,7 @@ Date:   Fri Sep 11 09:48:12 2015 +0430
 
     Add a prototype of DirectWrite as a shaping backend
 
- src/hb-directwrite.cc | 827
- ++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-directwrite.cc | 827 ++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-directwrite.h  |  34 +++
  src/hb-shaper-list.hh |   3 +
  3 files changed, 864 insertions(+)
@@ -25804,21 +161846,21 @@ Date:   Tue Oct 20 15:21:18 2015 -0200
  1 file changed, 1 insertion(+)
 
 commit 5d7a30fde09320c2c62c7c73570ce3f2e298eba6
-Merge: 904b0dc3 2fb95a0c
+Merge: 904b0dc38 2fb95a0c9
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 20 15:19:41 2015 -0200
 
     Merge pull request #148 from ebraminio/inst
-
+    
     Add BUILD.md based on harfbuzz.org docs
 
 commit 904b0dc3811464cf61dc9457664de95ee4f61a86
-Merge: 86cadc2c ba096bcc
+Merge: 86cadc2cd ba096bcc2
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 19 16:59:43 2015 -0200
 
     Merge pull request #147 from ebraminio/dockerci
-
+    
     [ci] change to docker infrastructure
 
 commit ba096bcc28ca80e2096e0a15191848fcd175e395
@@ -25853,16 +161895,15 @@ commit ca97ea7aa2cb7186f432aaba76f4f151aa90c1d0
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 15 20:20:22 2015 -0300
 
-    [ft] Revert change-of-behavior of hb_ft_font_create() introduced
-    in 1.0.5
-
+    [ft] Revert change-of-behavior of hb_ft_font_create() introduced in 1.0.5
+    
     The default FreeType load flags where changed from FT_LOAD_NO_HINTING
     to FT_LOAD_DEFAULT in 2a9627c5641cd000e2adff0e42a0dc687b53ec70.
     This is crashing HarfBuzz-enabled FreeType as I suppose it causes
     infinite recursion between HB and FT autohinter...
-
+    
     Revert the behavior change.
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/143
 
  src/hb-ft.cc | 2 +-
@@ -25873,15 +161914,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 15 12:55:57 2015 -0300
 
     Add tests for a couple of fixed issues found by libFuzzer
-
+    
     From:
     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147616887
     https://github.com/behdad/harfbuzz/issues/139#issuecomment-148289957
 
- .../sha1sum/375d6ae32a3cbe52fbf81a4e5777e3377675d5a3.ttf | Bin 0 ->
- 1024 bytes
- .../sha1sum/641bd9db850193064d17575053ae2bf8ec149ddc.ttf | Bin 0 ->
- 305 bytes
+ .../sha1sum/375d6ae32a3cbe52fbf81a4e5777e3377675d5a3.ttf | Bin 0 -> 1024 bytes
+ .../sha1sum/641bd9db850193064d17575053ae2bf8ec149ddc.ttf | Bin 0 -> 305 bytes
  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
  test/shaping/tests/fuzzed.tests                          |   2 ++
  4 files changed, 4 insertions(+)
@@ -25891,9 +161930,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 15 12:47:22 2015 -0300
 
     [ot-font] Fix hmtx wrong table length check
-
+    
     Discovered by libFuzzer.  Ouch!
-
+    
     https://github.com/behdad/harfbuzz/issues/139#issuecomment-148289957
 
  src/hb-ot-font.cc | 2 +-
@@ -25904,11 +161943,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 13 23:33:28 2015 -0300
 
     Reduce max nesting level from 8 to 6
-
+    
     We probably should implement better system to catch cyclic lookups.
     But for now, this speeds up worst case behavior with broken fonts
     considerably without compromising legitimate usecases.
-
+    
     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147788447
 
  src/hb-ot-layout-common-private.hh | 2 +-
@@ -25929,7 +161968,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 13 10:32:56 2015 -0300
 
     [ot-font] Fix leak
-
+    
     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147616887
 
  src/hb-ot-font.cc | 1 +
@@ -25941,8 +161980,7 @@ Date:   Tue Oct 13 00:33:59 2015 -0400
 
     Add test for previous commit
 
- .../sha1sum/0509e80afb379d16560e9e47bdd7d888bebdebc6.ttf   | Bin 0 ->
- 61 bytes
+ .../sha1sum/0509e80afb379d16560e9e47bdd7d888bebdebc6.ttf   | Bin 0 -> 61 bytes
  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
  test/shaping/tests/fuzzed.tests                            |   1 +
  3 files changed, 2 insertions(+)
@@ -25952,9 +161990,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 13 00:30:50 2015 -0400
 
     Fix another memory access issue discovered by libFuzzer
-
-    Fixes
-    https://github.com/behdad/harfbuzz/issues/139#issuecomment-146984679
+    
+    Fixes https://github.com/behdad/harfbuzz/issues/139#issuecomment-146984679
 
  src/hb-ot-layout-gpos-table.hh | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
@@ -25964,11 +162001,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 12 17:39:52 2015 -0400
 
     [fuzz] Add fuzzing script from kcc@
-
+    
     https://github.com/behdad/harfbuzz/issues/139
 
- test/fuzzing/hb-fuzzer.cc | 47
- +++++++++++++++++++++++++++++++++++++++++++++++
+ test/fuzzing/hb-fuzzer.cc | 47 +++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 47 insertions(+)
 
 commit cc6ea308d4c99b9dd6d625fa3a9b0ef62fa2614f
@@ -25986,8 +162022,7 @@ Date:   Sun Oct 11 21:41:04 2015 -0400
 
     Add test for ee9b0b6cb5fdb08671ab064f26c299135f828260
 
- .../sha1sum/5a5daf5eb5a4db77a2baa3ad9c7a6ed6e0655fa8.ttf   | Bin 0 ->
- 61 bytes
+ .../sha1sum/5a5daf5eb5a4db77a2baa3ad9c7a6ed6e0655fa8.ttf   | Bin 0 -> 61 bytes
  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
  test/shaping/tests/fuzzed.tests                            |   1 +
  3 files changed, 2 insertions(+)
@@ -26006,7 +162041,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 9 14:23:15 2015 -0400
 
     Fix another sanitize bug
-
+    
     Also discovered by "libFuzzer".
 
  src/hb-open-type-private.hh | 2 +-
@@ -26019,8 +162054,7 @@ Date:   Fri Oct 9 12:34:02 2015 -0400
     Add test for previous fix
 
  test/shaping/Makefile.am                                   |   1 +
- .../sha1sum/1a6f1687b7a221f9f2c834b0b360d3c8463b6daf.ttf   | Bin 0 ->
- 64 bytes
+ .../sha1sum/1a6f1687b7a221f9f2c834b0b360d3c8463b6daf.ttf   | Bin 0 -> 64 bytes
  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
  test/shaping/tests/MANIFEST                                |   1 +
  test/shaping/tests/fuzzed.tests                            |   1 +
@@ -26031,10 +162065,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 9 12:25:55 2015 -0400
 
     Fix return value of sanitize when subformat is not readable
-
+    
     This is a fix on top of the previous issue fixed in
     c917965b9e6fe2b21ed6c51559673288fa3af4b7.
-
+    
     This was caught by "libFuzzer" testing.
 
  src/hb-open-type-private.hh          |  2 ++
@@ -26050,8 +162084,7 @@ Date:   Fri Oct 9 12:20:58 2015 -0400
     Add hb_dispatch_context_t
 
  src/hb-open-type-private.hh          | 26 ++++++++++++++++++++++----
- src/hb-ot-layout-gsubgpos-private.hh | 36
- ++++++++++++------------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 36 ++++++++++++------------------------
  src/hb-ot-layout.cc                  |  8 +++-----
  3 files changed, 37 insertions(+), 33 deletions(-)
 
@@ -26060,7 +162093,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 8 12:51:02 2015 -0400
 
     Add hb_font_set_parent()
-
+    
     No reason to not have it.  Makes life easier later.
     We (hb-ft, hb-ot-font, etc) can use this API to inject new
     parent into a font...
@@ -26084,15 +162117,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 7 17:33:20 2015 -0400
 
     [ft] API: Add hb_font_[sg]et_load_flags() API
-
+    
     This changes the default load_flags of fonts created using
     hb_ft_font_create() from NO_HINTING to DEFAULT.  Hope that doesn't
     break too much client code.
-
+    
     Code calling hb_ft_font_set_funcs() is unaffected.
 
- src/hb-ft.cc | 163
- +++++++++++++++++++++++++++++++++++++++--------------------
+ src/hb-ft.cc | 163 +++++++++++++++++++++++++++++++++++++++--------------------
  src/hb-ft.h  |  13 +++--
  2 files changed, 118 insertions(+), 58 deletions(-)
 
@@ -26110,9 +162142,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Oct 3 13:20:55 2015 +0100
 
     Allow compiling with custom allocators
-
-    User can define hb_malloc_impl, etc, to name of custom allocator
-    functions
+    
+    User can define hb_malloc_impl, etc, to name of custom allocator functions
     that have the same signature as malloc.
 
  src/hb-private.hh | 17 +++++++++++++++++
@@ -26123,7 +162154,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 2 14:38:20 2015 +0100
 
     Default font scale to face upem
-
+    
     Makes for a better default and avoids nasty inheritance issues.
     See mailing list thread "Default hb_font_t scale".
 
@@ -26136,7 +162167,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 2 14:21:29 2015 +0100
 
     Make hb_font_create_sub_font() NOT make parent immutable
-
+    
     We don't rely on that.  However, whenever hb_font_make_immutable()
     is called, it makes its parenting chain immutable.
 
@@ -26149,7 +162180,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 2 08:21:12 2015 +0100
 
     Fix hb-ot-shape-normalize with empty buffer
-
+    
     Part of https://github.com/behdad/harfbuzz/issues/136
 
  src/hb-ot-shape-normalize.cc | 2 ++
@@ -26171,10 +162202,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 2 07:25:52 2015 +0100
 
     Fix segfault with empty buffer in hb_shape_plan_execute()
-
-    Move the empty-buffer check from hb_shape_full() to
-    hb_shape_plan_execute().
-
+    
+    Move the empty-buffer check from hb_shape_full() to hb_shape_plan_execute().
+    
     Reported by Simon Cozens.
 
  src/hb-shape-plan.cc | 9 +++++++--
@@ -26196,7 +162226,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 29 14:57:02 2015 +0100
 
     Define return_trace()
-
+    
     Not functional change (expected!).
 
  src/hb-open-file-private.hh          |  20 +--
@@ -26209,8 +162239,7 @@ Date:   Tue Sep 29 14:57:02 2015 +0100
  src/hb-ot-layout-common-private.hh   | 108 ++++++-------
  src/hb-ot-layout-gdef-table.hh       |  44 ++---
  src/hb-ot-layout-gpos-table.hh       | 252 +++++++++++++++--------------
- src/hb-ot-layout-gsub-table.hh       | 304
- ++++++++++++++++++-----------------
+ src/hb-ot-layout-gsub-table.hh       | 304 ++++++++++++++++++-----------------
  src/hb-ot-layout-gsubgpos-private.hh | 205 +++++++++++------------
  src/hb-ot-layout-jstf-table.hh       |  35 ++--
  src/hb-ot-maxp-table.hh              |   5 +-
@@ -26223,9 +162252,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 29 14:45:35 2015 +0100
 
     Add missing returns
-
+    
     Fixes possible invalid read of two bytes.
-
+    
     Reported by Behzad Najjarpour Jabbari, Secunia Research.
 
  src/hb-ot-layout-gpos-table.hh       | 14 +++++++-------
@@ -26238,7 +162267,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 29 14:34:56 2015 +0100
 
     Micro-optimize hb_language_from_string()
-
+    
     As measured / improved by Benson Limketkai.
 
  src/hb-common.cc | 10 +++++-----
@@ -26249,13 +162278,13 @@ Author: Sascha Brawer <sascha@brawer.ch>
 Date:   Sun Jun 28 03:29:47 2015 +0200
 
     Handle language tags that indicate phonetic IPA transcription
-
+    
     The BCP-47 registry defines a variant subtag "fonipa" that can be used
     in combination with arbitrary other language tags. For example,
     "rm-CH-fonipa-sursilv" indicates the Sursilvan dialect of Romansh
     as used in Switzerland, transcribed used the International Phonetic
     Alphabet.
-
+    
     http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
 
  src/hb-ot-tag.cc       | 15 ++++++++++++++-
@@ -26267,13 +162296,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Sep 3 15:53:22 2015 +0430
 
     Fix Since tags
-
+    
     Fixes https://github.com/behdad/harfbuzz/issues/103
 
  src/hb-blob.cc             | 24 +++++++++----------
  src/hb-buffer-serialize.cc | 10 ++++----
- src/hb-buffer.cc           | 58
- +++++++++++++++++++++++-----------------------
+ src/hb-buffer.cc           | 58 +++++++++++++++++++++++-----------------------
  src/hb-buffer.h            |  9 +++++++
  src/hb-common.cc           | 24 +++++++++----------
  src/hb-common.h            |  3 +++
@@ -26294,16 +162322,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Sep 3 14:55:59 2015 +0430
 
     Fix Since: version tags on font and face APIs
-
-    A while back we marked every API as version:1.0.  We should fix
-    them all
+    
+    A while back we marked every API as version:1.0.  We should fix them all
     to reflect real version they were introduced.  This is a start.
-
+    
     Patch from Nikolay Sivov.
 
  src/hb-face.cc | 22 ++++++++---------
- src/hb-font.cc | 76
- +++++++++++++++++++++++++++++-----------------------------
+ src/hb-font.cc | 76 +++++++++++++++++++++++++++++-----------------------------
  2 files changed, 49 insertions(+), 49 deletions(-)
 
 commit 7f5405397406a24c5a001b5ef43dcf4d6926415e
@@ -26366,7 +162392,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 1 16:15:25 2015 +0100
 
     [myanmar] Use buffer->sort() to sort cluster
-
+    
     This can possibly produce more granular clusters.
 
  src/hb-ot-shape-complex-myanmar.cc | 3 +--
@@ -26377,7 +162403,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 1 16:13:32 2015 +0100
 
     [OT] Merge clusters when reordering marks for normalization
-
+    
     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=541608
     and cluster test.
 
@@ -26391,12 +162417,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 1 16:12:44 2015 +0100
 
     [tests] Add Hebrew test for normalization under cluster-level=1
-
+    
     Currently fails.
     https://bugzilla.gnome.org/show_bug.cgi?id=541608
 
- .../sha1sum/43ef465752be9af900745f72fe29cb853a1401a5.ttf | Bin 0 ->
- 4272 bytes
+ .../sha1sum/43ef465752be9af900745f72fe29cb853a1401a5.ttf | Bin 0 -> 4272 bytes
  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
  test/shaping/tests/cluster.tests                         |   1 +
  3 files changed, 2 insertions(+)
@@ -26415,7 +162440,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 1 15:07:52 2015 +0100
 
     Use insertion-sort instead of bubble-sort
-
+    
     Needed for upcoming merge-clusters fix.
 
  src/hb-buffer.cc                           |  4 +--
@@ -26423,8 +162448,7 @@ Date:   Tue Sep 1 15:07:52 2015 +0100
  src/hb-ot-shape-complex-indic.cc           |  2 +-
  src/hb-ot-shape-complex-myanmar.cc         |  2 +-
  src/hb-ot-shape-normalize.cc               |  6 ++--
- src/hb-private.hh                          | 56
- +++++++++++++-----------------
+ src/hb-private.hh                          | 56 +++++++++++++-----------------
  6 files changed, 34 insertions(+), 42 deletions(-)
 
 commit fad2674874591b4a1df822603144c8864f5364c1
@@ -26454,13 +162478,11 @@ Date:   Mon Aug 31 19:18:10 2015 +0100
     [docs] Move docs/reference/ contents into docs/
 
  configure.ac                                |   3 +-
- docs/Makefile.am                            | 117
- ++++++++++++++++++++++++++-
+ docs/Makefile.am                            | 117 ++++++++++++++++++++++++++-
  docs/{reference => }/harfbuzz-docs.xml      |   0
  docs/{reference => }/harfbuzz-overrides.txt |   0
  docs/{reference => }/harfbuzz-sections.txt  |   0
- docs/reference/Makefile.am                  | 118
- ----------------------------
+ docs/reference/Makefile.am                  | 118 ----------------------------
  docs/{reference => }/usermanual-ch01.xml    |   0
  docs/{reference => }/usermanual-ch02.xml    |   0
  docs/{reference => }/usermanual-ch03.xml    |   0
@@ -26487,12 +162509,12 @@ Date:   Mon Aug 31 19:16:41 2015 +0100
  8 files changed, 14 insertions(+), 7 deletions(-)
 
 commit 3899795fa3c3e058e3885ec7a6638f0597a752cc
-Merge: d2059652 01e16e88
+Merge: d20596528 01e16e88f
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 31 10:46:01 2015 +0100
 
     Merge pull request #131 from simoncozens/docs
-
+    
     Use gtk-doc to build user's manual as well as reference
 
 commit 01e16e88f50b65b82dcb84773f532f18a351319f
@@ -26501,8 +162523,7 @@ Date:   Mon Aug 31 10:40:17 2015 +0100
 
     Combine user / reference information into gtk-doc generated manual.
 
- docs/reference/harfbuzz-docs.xml | 91
- +++++++++++++++++++++++-----------------
+ docs/reference/harfbuzz-docs.xml | 91 +++++++++++++++++++++++-----------------
  1 file changed, 52 insertions(+), 39 deletions(-)
 
 commit 11a07c4729174e1d4af028103ecb0a351e4c2707
@@ -26537,12 +162558,12 @@ Date:   Mon Aug 31 10:12:05 2015 +0100
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit c424b41705b50055c7f92b268cf78a2680af73af
-Merge: 31594b98 5470e744
+Merge: 31594b98a 5470e744d
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 31 09:53:16 2015 +0100
 
     Merge pull request #129 from simoncozens/docs
-
+    
     First two chapters. More to follow.
 
 commit 31594b98af0c9181982c77d8d3803753007f8fd4
@@ -26550,7 +162571,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Aug 30 17:33:04 2015 +0100
 
     [test] Fix test-object
-
+    
     See previous commit.
 
  test/api/test-object.c | 4 ----
@@ -26561,19 +162582,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Aug 30 17:29:21 2015 +0100
 
     Poison freed objects such that double-free is detected
-
-    Previously we were setting refcount of freed objects to the inert
-    value, which
-    was harmful because it caused further destroy()s of the freed object
-    to NOT
-    call free() and hence hide the bug.  Indeed, after eb0bf3ae6688b7
-    test-object
-    was double-free'ing objects and this was never caught on Linux.
-    It only was
+    
+    Previously we were setting refcount of freed objects to the inert value, which
+    was harmful because it caused further destroy()s of the freed object to NOT
+    call free() and hence hide the bug.  Indeed, after eb0bf3ae6688b7 test-object
+    was double-free'ing objects and this was never caught on Linux.  It only was
     caught as crashing on Mac.
-
-    Now we poison refcount upon freeing and check that it's valid
-    whenever reading
+    
+    Now we poison refcount upon freeing and check that it's valid whenever reading
     it.  Makes test-object fail now.
 
  src/hb-object-private.hh | 21 ++++++++++++++++-----
@@ -26585,8 +162601,7 @@ Date:   Sat Aug 29 08:21:18 2015 +0100
 
     Current state and skeleton outline
 
- docs/usermanual-ch03.xml | 77
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ docs/usermanual-ch03.xml | 77 ++++++++++++++++++++++++++++++++++++++++++++++++
  docs/usermanual-ch04.xml | 18 +++++++++++
  docs/usermanual-ch05.xml | 13 ++++++++
  docs/usermanual-ch06.xml |  8 +++++
@@ -26597,7 +162612,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 25 20:24:59 2015 +0100
 
     [GPOS] Fix cursive connection with mix of RTL and non-RTL lookups
-
+    
     See thread "Issue with cursive attachment" started by Khaled.
     Turned out fixing this wasn't as bad as I had assumed.  I like the
     new code better; we now have a theoretical model of cursive
@@ -26611,17 +162626,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 25 20:28:39 2015 +0100
 
     [test] Add test for cursive-positioning with mixed directions
-
+    
     Fails now.  Fix coming.  See thread "Issue with cursive attachment"
     started by Khaled.  Test fonts were made by modifying test font
     from Khaled to add more anchors.
 
  test/shaping/Makefile.am                                 |   1 +
- .../sha1sum/298c9e1d955f10f6f72c6915c3c6ff9bf9695cec.ttf | Bin 0 ->
- 2520 bytes
+ .../sha1sum/298c9e1d955f10f6f72c6915c3c6ff9bf9695cec.ttf | Bin 0 -> 2520 bytes
  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
- .../sha1sum/c4e48b0886ef460f532fb49f00047ec92c432ec0.ttf | Bin 0 ->
- 2512 bytes
+ .../sha1sum/c4e48b0886ef460f532fb49f00047ec92c432ec0.ttf | Bin 0 -> 2512 bytes
  test/shaping/tests/MANIFEST                              |   1 +
  test/shaping/tests/cursive-positioning.tests             |   2 ++
  6 files changed, 6 insertions(+)
@@ -26633,8 +162646,7 @@ Date:   Tue Aug 25 19:57:15 2015 +0100
     First two chapters. More to follow.
 
  docs/usermanual-ch01.xml | 115 ++++++++++++++++++++++++++++++
- docs/usermanual-ch02.xml | 182
- +++++++++++++++++++++++++++++++++++++++++++++++
+ docs/usermanual-ch02.xml | 182 +++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 297 insertions(+)
 
 commit 58f2a73fb95af42e264a91cdef7bb5a89e965601
@@ -26642,7 +162654,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 25 18:55:34 2015 +0100
 
     [GPOS] Rewrite cursive attachment slightly differently
-
+    
     In anticipation for upcoming fix for bug reported by
     Khaled in thread "Issue with cursive attachment".
 
@@ -26654,11 +162666,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 24 13:49:55 2015 +0100
 
     Add API/cmdline to show glyph extents when serializing buffer
-
+    
     New API: HB_BUFFER_SERIALIZE_FLAG_GLYPH_EXTENTS
-
+    
     hb-shape now accepts --show-extents.
-
+    
     Patch from Simon Cozens.
 
  src/hb-buffer-serialize.cc | 17 +++++++++++++++++
@@ -26682,15 +162694,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Aug 23 14:42:20 2015 +0100
 
     [ot-font] Implement glyph_extents() for TrueType fonts
-
+    
     This brings ot-fonts into almost-complete shape and mostly in par with
     ft font.
 
  src/Makefile.am         |   1 +
  src/hb-font.h           |   9 +++--
  src/hb-ot-font.cc       |  90 +++++++++++++++++++++++++++++++++++++++--
- src/hb-ot-glyf-table.hh | 104
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-glyf-table.hh | 104 ++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-head-table.hh |   3 +-
  5 files changed, 198 insertions(+), 9 deletions(-)
 
@@ -26708,7 +162719,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 20 15:39:53 2015 +0100
 
     [coretext] Use i32 instead of u32 as well
-
+    
     Shouldn't cause *any* functional changes, but is more correct.
 
  src/hb-coretext.cc | 20 ++++++++++----------
@@ -26719,7 +162730,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 20 15:39:06 2015 +0100
 
     [uniscribe] Fix negative offsets
-
+    
     Ouch!
 
  src/hb-uniscribe.cc | 8 ++++----
@@ -26749,7 +162760,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 19 13:20:31 2015 +0100
 
     [uniscribe] Fix font scale handling
-
+    
     By default shape at upem (or ppem), and scale results.
     Similar to work done in CoreText backend, but using upem as default.
 
@@ -26761,7 +162772,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 18 18:55:03 2015 +0100
 
     Commented-out code to print buffer before each lookup
-
+    
     To be turned into a useful HB_DEBUG_SHAPE infrastructure...
 
  src/hb-ot-layout.cc | 12 ++++++++++++
@@ -26772,7 +162783,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 18 18:47:02 2015 +0100
 
     Allow serializing buffer with output-buffer being used
-
+    
     Ie, don't call get_positions() if positions are not
     requested for serialization.
 
@@ -26784,7 +162795,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 18 18:42:47 2015 +0100
 
     [ot] Change buffer content type right after we map to glyphs
-
+    
     Needed for upcoming debug output changes.
 
  src/hb-ot-shape.cc | 2 ++
@@ -26804,7 +162815,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 18 15:55:09 2015 +0100
 
     Don't declare dependency on freetype in harfbuzz.pc
-
+    
     See comments.
 
  src/Makefile.am | 7 ++++++-
@@ -26827,7 +162838,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 18 10:22:16 2015 +0100
 
     [coretext] Remove assert that kicks in on Mac OS 10.6
-
+    
     http://crbug.com/419769
 
  src/hb-coretext.cc | 18 ++++++++++++++----
@@ -26852,7 +162863,7 @@ Date:   Fri Aug 14 01:19:08 2015 -0400
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 5c99cf93d6242803bddcac2ca8300fdec7e0f8a7
-Merge: 8ad89f05 539a610e
+Merge: 8ad89f057 539a610e2
 Author: ThePhD <phdofthehouse@gmail.com>
 Date:   Fri Aug 14 01:02:00 2015 -0400
 
@@ -26863,7 +162874,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 11 12:58:49 2015 +0200
 
     Add Libs.private and Requires.private to harfbuzz.pc
-
+    
     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=64501
 
  configure.ac       | 12 +++++++++---
@@ -26876,7 +162887,7 @@ Author: jfkthame <jfkthame@gmail.com>
 Date:   Fri Aug 7 17:55:03 2015 +0100
 
     Don't rely on .cluster in _hb_ot_shape_normalize()
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/124
 
  src/hb-ot-shape-normalize.cc | 2 +-
@@ -26887,9 +162898,9 @@ Author: jfkthame <jfkthame@gmail.com>
 Date:   Fri Aug 7 17:51:28 2015 +0100
 
     Don't rely on .cluster field in fallback_position
-
+    
     Fixes tests/cluster.
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/123
 
  src/hb-ot-shape-fallback.cc | 5 ++---
@@ -26900,13 +162911,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Aug 8 18:02:18 2015 +0200
 
     [tests] Add test for fallback positioning with cluster_level > 0
-
+    
     For https://github.com/behdad/harfbuzz/pull/123
     Currently fails.  Fix coming.
 
  test/shaping/Makefile.am                                  |   1 +
- .../sha1sum/6466d38c62e73a39202435a4f73bf5d6acbb73c0.ttf  | Bin 0 ->
- 824 bytes
+ .../sha1sum/6466d38c62e73a39202435a4f73bf5d6acbb73c0.ttf  | Bin 0 -> 824 bytes
  test/shaping/fonts/sha1sum/MANIFEST                       |   1 +
  test/shaping/tests/MANIFEST                               |   1 +
  test/shaping/tests/cluster.tests                          |   1 +
@@ -26916,21 +162926,20 @@ commit bd22a5cfae24b3b9253bccaeb139e698e74cd0c3
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 7 11:13:27 2015 +0200
 
-    Bug 91559 - HarfBuzz 1.0.1: Inconsistent DLL files
-    specified/created...
-
+    Bug 91559 - HarfBuzz 1.0.1: Inconsistent DLL files specified/created...
+    
     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=91559
 
  src/Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 02d6439f420d959183dd446abd0b0118ee1ee061
-Merge: 9002c27b 160f6355
+Merge: 9002c27b2 160f63552
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 3 22:47:18 2015 +0300
 
     Merge pull request #122 from RomainNaour/static-fix
-
+    
     fix static linking with icu-uc
 
 commit 160f635523d596f61e292776f638d4eb09673463
@@ -26938,14 +162947,14 @@ Author: Romain Naour <romain.naour@openwide.fr>
 Date:   Wed Jul 22 23:26:23 2015 +0200
 
     fix static linking with icu-uc
-
+    
     When linking test-unicode statically it needs $(ICU_LIBS)
     which contains all required flags.
     Especially -lstdc++.
-
+    
     Fixes:
     http://autobuild.buildroot.net/results/210/2107f9dfb39eeb6559fb4271c7af8b39aef521ca/
-
+    
     Signed-off-by: Romain Naour <romain.naour@openwide.fr>
 
  test/api/Makefile.am | 2 +-
@@ -26982,7 +162991,7 @@ Date:   Sun Jul 26 23:39:10 2015 +0200
  3 files changed, 13 insertions(+), 3 deletions(-)
 
 commit df6cb84449a473d540821e41fb5007b59644780f
-Merge: 2ed6be66 786ba458
+Merge: 2ed6be667 786ba4584
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jul 26 19:40:55 2015 +0200
 
@@ -27012,15 +163021,13 @@ Author: Grigori Goronzy <greg@chown.ath.cx>
 Date:   Wed Jul 8 23:28:11 2015 +0200
 
     Update UCDN to upstream commit 8af93f30
-
-    This adds support for Unicode 8.0 and fixes a bug with wrong
-    properties
+    
+    This adds support for Unicode 8.0 and fixes a bug with wrong properties
     for ranges of codepoints.
 
  src/hb-ucdn.cc               |    6 +
  src/hb-ucdn/ucdn.h           |    6 +
- src/hb-ucdn/unicodedata_db.h | 2167
- +++++++++++++++++++++---------------------
+ src/hb-ucdn/unicodedata_db.h | 2167 +++++++++++++++++++++---------------------
  3 files changed, 1118 insertions(+), 1061 deletions(-)
 
 commit 786ba45847127b9cd4d9c0c01ae0e6c61f3a8e06
@@ -27028,11 +163035,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 23 13:04:34 2015 +0100
 
     [test] Encode Kharoshti text
-
+    
     Ouch!
 
- .../in-tree/shaper-use/script-kharoshti/misc.txt   | 72
- +++++++++++-----------
+ .../in-tree/shaper-use/script-kharoshti/misc.txt   | 72 +++++++++++-----------
  1 file changed, 36 insertions(+), 36 deletions(-)
 
 commit b4231255032e243153a6f32cf8c93c158cb0bf6a
@@ -27045,8 +163051,7 @@ Date:   Thu Jul 23 13:01:55 2015 +0100
  .../texts/in-tree/shaper-use/script-batak/MANIFEST |  1 +
  .../texts/in-tree/shaper-use/script-batak/misc.txt |  9 +++
  .../in-tree/shaper-use/script-buginese/MANIFEST    |  1 +
- .../in-tree/shaper-use/script-buginese/misc.txt    | 70
- ++++++++++++++++++++++
+ .../in-tree/shaper-use/script-buginese/misc.txt    | 70 ++++++++++++++++++++++
  5 files changed, 83 insertions(+)
 
 commit b8c159ffccad090974a2b97be0a0140fa09af132
@@ -27055,26 +163060,16 @@ Date:   Thu Jul 23 12:59:17 2015 +0100
 
     [test] Remove shaper-sea texts under shaper-use
 
- test/shaping/texts/in-tree/MANIFEST                                     |
- 1 -
- test/shaping/texts/in-tree/shaper-sea/MANIFEST                          |
- 2 --
- test/shaping/texts/in-tree/shaper-sea/script-cham/MANIFEST              |
- 1 -
- test/shaping/texts/in-tree/shaper-sea/script-tai-tham/MANIFEST          |
- 1 -
- test/shaping/texts/in-tree/shaper-use/MANIFEST                          |
- 2 ++
- .../{shaper-sea/script-cham/misc => shaper-use/script-cham}/MANIFEST
- | 0
- .../{shaper-sea/script-cham/misc => shaper-use/script-cham}/misc.txt
- | 0
- .../script-tai-tham/misc => shaper-use/script-tai-tham}/MANIFEST
- | 0
- .../script-tai-tham/misc => shaper-use/script-tai-tham}/misc.txt
- | 0
- .../script-tai-tham/misc => shaper-use/script-tai-tham}/torture.txt
- | 0
+ test/shaping/texts/in-tree/MANIFEST                                     | 1 -
+ test/shaping/texts/in-tree/shaper-sea/MANIFEST                          | 2 --
+ test/shaping/texts/in-tree/shaper-sea/script-cham/MANIFEST              | 1 -
+ test/shaping/texts/in-tree/shaper-sea/script-tai-tham/MANIFEST          | 1 -
+ test/shaping/texts/in-tree/shaper-use/MANIFEST                          | 2 ++
+ .../{shaper-sea/script-cham/misc => shaper-use/script-cham}/MANIFEST    | 0
+ .../{shaper-sea/script-cham/misc => shaper-use/script-cham}/misc.txt    | 0
+ .../script-tai-tham/misc => shaper-use/script-tai-tham}/MANIFEST        | 0
+ .../script-tai-tham/misc => shaper-use/script-tai-tham}/misc.txt        | 0
+ .../script-tai-tham/misc => shaper-use/script-tai-tham}/torture.txt     | 0
  10 files changed, 2 insertions(+), 5 deletions(-)
 
 commit 67ba7320cc5545baeacfcff64cea338223b9bd6d
@@ -27082,17 +163077,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 23 12:58:21 2015 +0100
 
     [test] Remove New Tai Lue texts
-
+    
     New Tai Lue changed encoding to visual, boring, model.
 
- test/shaping/texts/in-tree/shaper-sea/MANIFEST                         |
- 1 -
- test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/MANIFEST      |
- 1 -
- test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/misc/MANIFEST |
- 1 -
- test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/misc/misc.txt |
- 1 -
+ test/shaping/texts/in-tree/shaper-sea/MANIFEST                         | 1 -
+ test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/MANIFEST      | 1 -
+ test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/misc/MANIFEST | 1 -
+ test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/misc/misc.txt | 1 -
  4 files changed, 4 deletions(-)
 
 commit c81d957a264539dfe3252f9a94ee066c4a44edf4
@@ -27102,8 +163093,7 @@ Date:   Thu Jul 23 12:50:48 2015 +0100
     [test] Add tests for improved 'vert' feature
 
  test/shaping/Makefile.am                                 |   1 +
- .../sha1sum/191826b9643e3f124d865d617ae609db6a2ce203.ttf | Bin 0 ->
- 2140 bytes
+ .../sha1sum/191826b9643e3f124d865d617ae609db6a2ce203.ttf | Bin 0 -> 2140 bytes
  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
  test/shaping/tests/MANIFEST                              |   1 +
  test/shaping/tests/vertical.tests                        |   1 +
@@ -27114,7 +163104,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 23 12:49:09 2015 +0100
 
     [test] Add recently added test
-
+    
     Ouch.
 
  test/shaping/Makefile.am | 1 +
@@ -27126,8 +163116,7 @@ Date:   Thu Jul 23 12:14:03 2015 +0100
 
     [test] Support additional options to hb-shape in micro-test suite
 
- test/shaping/record-test.sh                        | 47
- ++++++++++++++++++----
+ test/shaping/record-test.sh                        | 47 ++++++++++++++++++----
  test/shaping/run-tests.sh                          |  9 ++++-
  test/shaping/tests/arabic-fallback-shaping.tests   |  2 +-
  test/shaping/tests/arabic-feature-order.tests      |  6 +--
@@ -27145,9 +163134,8 @@ commit 0f98fe88f42471eb8fb28d08d45eca9cd8303f7a
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 23 11:52:11 2015 +0100
 
-    [ot] Search globally for 'vert' feature if not found in specified
-    script/lang
-
+    [ot] Search globally for 'vert' feature if not found in specified script/lang
+    
     Fixes https://github.com/behdad/harfbuzz/issues/63
 
  src/hb-ot-layout-private.hh |  9 +++++++++
@@ -27199,8 +163187,7 @@ Date:   Wed Jul 22 18:44:59 2015 +0100
 
     Add test case for deleting default ignorables with positioning
 
- .../sha1sum/051d92f8bc6ff724511b296c27623f824de256e9.ttf | Bin 0 ->
- 2028 bytes
+ .../sha1sum/051d92f8bc6ff724511b296c27623f824de256e9.ttf | Bin 0 -> 2028 bytes
  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
  test/shaping/tests/MANIFEST                              |   1 +
  test/shaping/tests/default-ignorables.tests              |   1 +
@@ -27210,9 +163197,8 @@ commit 8cfbc304ee563ec96e402beed34b10b6c0950a6a
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 22 18:41:10 2015 +0100
 
-    Fix hide-default-ignorables after
-    f0010dfd01ef4a927b0bdc175dd4e343a8637174
-
+    Fix hide-default-ignorables after f0010dfd01ef4a927b0bdc175dd4e343a8637174
+    
     We can't delete things before hb_ot_layout_position_finish().  So,
     just zero the advance before it, and remove later.
 
@@ -27224,13 +163210,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 22 18:28:39 2015 +0100
 
     Fix hide-ignorables if font doesn't have space glyph
-
+    
     Was broken by 82b521aeb7cc73879b44ca4278d6fa8b4347527f, as we have
     positioning data by then and can't use the output buffer.  Ouch!
 
  src/hb-buffer-private.hh | 18 ------------------
- src/hb-ot-shape.cc       | 44
- +++++++++++++++++++++++++++++++++++---------
+ src/hb-ot-shape.cc       | 44 +++++++++++++++++++++++++++++++++++---------
  2 files changed, 35 insertions(+), 27 deletions(-)
 
 commit 4ba796b26ee62de0d2830a550f3aa3b4aecf6f59
@@ -27249,16 +163234,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 22 17:36:23 2015 +0100
 
     [ot] Hide default-ignorables before finishing off positioning
-
+    
     For example, fixes the following sequence with Arial XP:
     628 25cc 651 25cc 64e 3a 20 628 651 34f 64e
     628 25cc 64e 25cc 651 3a 20 628 64e 34f 651
-
+    
     Discovered as part of:
     https://bugs.freedesktop.org/show_bug.cgi?id=85873
 
- src/hb-ot-shape.cc | 125
- +++++++++++++++++++++++++++--------------------------
+ src/hb-ot-shape.cc | 125 +++++++++++++++++++++++++++--------------------------
  1 file changed, 63 insertions(+), 62 deletions(-)
 
 commit 376d587f36b4ff10342ee6ca3bacd73532ea44c8
@@ -27266,15 +163250,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 22 16:51:12 2015 +0100
 
     Implement more granular cluster-merging
-
+    
     TODO: Documentation.
-
+    
     Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=71445
 
  NEWS                              |  8 +++++++
  src/hb-buffer-private.hh          |  1 +
- src/hb-buffer.cc                  | 46
- ++++++++++++++++++++++++++++++++++-----
+ src/hb-buffer.cc                  | 46 ++++++++++++++++++++++++++++++++++-----
  src/hb-buffer.h                   | 12 ++++++++++
  src/hb-ot-shape-complex-hangul.cc | 13 +++++------
  src/hb-ot-shape.cc                |  7 ++++++
@@ -27306,8 +163289,7 @@ commit 7b8b63adc5e0389fc4cf2720ef7e5804ab6c29cc
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 22 15:24:26 2015 +0100
 
-    [ot] Don't mirror character if font doesn't support mirrored
-    character!
+    [ot] Don't mirror character if font doesn't support mirrored character!
 
  src/hb-ot-shape.cc | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -27317,11 +163299,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 22 14:28:25 2015 +0100
 
     [graphite2] Fix bunch of stuff
-
+    
     Based on patch from Martin Hosken, with review from Jonathan and I.
 
- src/hb-graphite2.cc | 82
- +++++++++++++++++++++++++++++++++++------------------
+ src/hb-graphite2.cc | 82 +++++++++++++++++++++++++++++++++++------------------
  1 file changed, 54 insertions(+), 28 deletions(-)
 
 commit ea7f8414e34d4b5efc7b98974637c08f75440f0e
@@ -27338,12 +163319,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 22 13:27:06 2015 +0100
 
     [USE] Implement topographical features for non-Arabic-joining scripts
-
+    
     This works per-syllable as per the spec, but we think it should be per
     spacing/base/??? glyph instead.
 
- src/hb-ot-shape-complex-use.cc | 87
- ++++++++++++++++++++++++++++++++++++++----
+ src/hb-ot-shape-complex-use.cc | 87 ++++++++++++++++++++++++++++++++++++++----
  1 file changed, 80 insertions(+), 7 deletions(-)
 
 commit ecb0b24ef3f8177e7c789f45a2e858bd67e31be3
@@ -27352,8 +163332,7 @@ Date:   Wed Jul 22 12:02:09 2015 +0100
 
     Use foreach_cluster in Indic shaper
 
- src/hb-ot-shape-complex-indic.cc | 90
- +++++++++-------------------------------
+ src/hb-ot-shape-complex-indic.cc | 90 +++++++++-------------------------------
  1 file changed, 19 insertions(+), 71 deletions(-)
 
 commit 56f71ff98890fc4fd13e8d9743dc34c4b9407309
@@ -27362,8 +163341,7 @@ Date:   Wed Jul 22 11:58:11 2015 +0100
 
     Use foreach_syllable in Myanmar shaper
 
- src/hb-ot-shape-complex-myanmar.cc | 62
- ++++++++------------------------------
+ src/hb-ot-shape-complex-myanmar.cc | 62 ++++++++------------------------------
  1 file changed, 12 insertions(+), 50 deletions(-)
 
 commit ac596511a8c9eeaeb455ca16b5b9c5f1b9923b3a
@@ -27371,12 +163349,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 22 11:54:02 2015 +0100
 
     Add foreach_syllable
-
+    
     Use it in USE.
 
  src/hb-ot-layout-private.hh    |  24 ++++++++
- src/hb-ot-shape-complex-use.cc | 129
- +++++++++++++----------------------------
+ src/hb-ot-shape-complex-use.cc | 129 +++++++++++++----------------------------
  2 files changed, 64 insertions(+), 89 deletions(-)
 
 commit 8ba9e689680f7685c04cfe7c6019222bdf0c52b0
@@ -27385,8 +163362,7 @@ Date:   Wed Jul 22 11:16:01 2015 +0100
 
     [USE] Do Arabic-like shaping
 
- src/hb-ot-shape-complex-use.cc | 77
- ++++++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-shape-complex-use.cc | 77 ++++++++++++++++++++++++++++++++++++++++--
  1 file changed, 75 insertions(+), 2 deletions(-)
 
 commit 9daf2dfb6bd5683fd951bdf166c8b87938257e52
@@ -27396,8 +163372,7 @@ Date:   Wed Jul 22 10:32:30 2015 +0100
     Add hb-ot-shape-complex-arabic-private.hh
 
  src/Makefile.am                           |  1 +
- src/hb-ot-shape-complex-arabic-private.hh | 50
- +++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-arabic-private.hh | 50 +++++++++++++++++++++++++++++++
  src/hb-ot-shape-complex-arabic.cc         | 37 +++++++++++++----------
  3 files changed, 73 insertions(+), 15 deletions(-)
 
@@ -27415,7 +163390,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 21 18:09:40 2015 +0100
 
     [USE] Don't compose split matras
-
+    
     Same logic as in Indic shaper.
 
  src/hb-ot-shape-complex-use.cc | 15 ++++++++++++++-
@@ -27429,8 +163404,7 @@ Date:   Tue Jul 21 17:47:06 2015 +0100
 
  src/Makefile.am                        |   4 -
  src/hb-ot-shape-complex-sea-machine.rl | 102 ---------
- src/hb-ot-shape-complex-sea.cc         | 380
- ---------------------------------
+ src/hb-ot-shape-complex-sea.cc         | 380 ---------------------------------
  3 files changed, 486 deletions(-)
 
 commit db1e9cdd41ff7c97c29b4d9b64b2351ed0ef0403
@@ -27447,7 +163421,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 21 17:31:43 2015 +0100
 
     [USE] Only use USE shaper if script system is not DFLT
-
+    
     Same logic as Indic and SEA.
 
  src/hb-ot-shape-complex-private.hh | 13 ++++++++++---
@@ -27458,15 +163432,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 21 17:24:18 2015 +0100
 
     Route misc untested scripts through USE shaper instead of Indic
-
-    These were never tested with Indic shaper, and indeed wouldn't
-    work there
-    because they didn't have their viramas and other config defined.
-    They are
+    
+    These were never tested with Indic shaper, and indeed wouldn't work there
+    because they didn't have their viramas and other config defined.  They are
     all also supported by MS through USE, so route them there.
 
- src/hb-ot-shape-complex-private.hh | 91
- +++++---------------------------------
+ src/hb-ot-shape-complex-private.hh | 91 +++++---------------------------------
  1 file changed, 11 insertions(+), 80 deletions(-)
 
 commit 40c4a991c7ea18017273ff8993eecc3953869e69
@@ -27474,7 +163445,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 21 17:14:54 2015 +0100
 
     [USE] Implement dotted-circle
-
+    
     This makes USE feature-complete as far as the Indic-like features
     are concerned.
 
@@ -27500,8 +163471,7 @@ Date:   Tue Jul 21 16:46:37 2015 +0100
     [USE] Fix-up variation selectors and word joiner in table
 
  src/gen-use-table.py                 |  7 ++++++-
- src/hb-ot-shape-complex-use-table.cc | 34
- +++++++++++++++++++++++-----------
+ src/hb-ot-shape-complex-use-table.cc | 34 +++++++++++++++++++++++-----------
  2 files changed, 29 insertions(+), 12 deletions(-)
 
 commit ad7178227f16abc17456f122deac1508031cbbc3
@@ -27511,8 +163481,7 @@ Date:   Tue Jul 21 16:43:27 2015 +0100
     [USE] Use a couple warnings
 
  src/gen-use-table.py                 | 20 ++++-----
- src/hb-ot-shape-complex-use-table.cc | 82
- ++++++++++++++++++------------------
+ src/hb-ot-shape-complex-use-table.cc | 82 ++++++++++++++++++------------------
  2 files changed, 51 insertions(+), 51 deletions(-)
 
 commit a85c4da9b1750c2f994f9f85226a3e755fafe50b
@@ -27521,8 +163490,7 @@ Date:   Tue Jul 21 16:07:10 2015 +0100
 
     [USE] Move rphf
 
- src/hb-ot-shape-complex-use.cc | 105
- ++++++++++++++---------------------------
+ src/hb-ot-shape-complex-use.cc | 105 ++++++++++++++---------------------------
  1 file changed, 35 insertions(+), 70 deletions(-)
 
 commit 5b5617e0664e59770910d04d15175f643a5ffb73
@@ -27530,7 +163498,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 21 15:52:15 2015 +0100
 
     Add FLAG_UNSAFE()
-
+    
     Unused right now.
 
  src/hb-private.hh | 1 +
@@ -27541,7 +163509,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 21 15:50:02 2015 +0100
 
     Add FLAG_SAFE() for values known to be small-enough
-
+    
     And add check to FLAG()
 
  src/hb-ot-shape-complex-arabic.cc  |  2 +-
@@ -27586,8 +163554,7 @@ Date:   Tue Jul 21 14:51:45 2015 +0100
 
     [USE] Use use_category() for rphf/pref memory
 
- src/hb-ot-shape-complex-use.cc | 63
- +++++++++++++++---------------------------
+ src/hb-ot-shape-complex-use.cc | 63 +++++++++++++++---------------------------
  1 file changed, 22 insertions(+), 41 deletions(-)
 
 commit 595936ec25e9c0924851bd1aa1af5eed3723b54f
@@ -27595,12 +163562,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 21 14:15:35 2015 +0100
 
     [USE] Hook of rphf and pref custom processing
-
+    
     Still no reordering.
 
  src/hb-ot-layout-private.hh    |   8 ++
- src/hb-ot-shape-complex-use.cc | 181
- +++++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-shape-complex-use.cc | 181 +++++++++++++++++++++++++++++++++++++++--
  2 files changed, 181 insertions(+), 8 deletions(-)
 
 commit ba72801325e4bd58f7597938d4409762c9fa530c
@@ -27619,8 +163585,7 @@ Date:   Tue Jul 21 10:24:32 2015 +0100
 
     [USE] Set up features
 
- src/hb-ot-shape-complex-use.cc | 68
- +++++++++++++++++++++++-------------------
+ src/hb-ot-shape-complex-use.cc | 68 +++++++++++++++++++++++-------------------
  1 file changed, 38 insertions(+), 30 deletions(-)
 
 commit 52a957795697085a5d379921ddd8aa6cf2f1a99d
@@ -27628,12 +163593,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 21 10:02:04 2015 +0100
 
     [USE] Hook up new scripts to USE shaper
-
+    
     Don't reroute scripts that we were routing to other shapers
     before (just yet).
 
- src/hb-ot-shape-complex-private.hh | 71
- ++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-private.hh | 71 ++++++++++++++++++++++++++++++++++++++
  1 file changed, 71 insertions(+)
 
 commit b4c0829bc18b696f140a260fa2e1089d10164519
@@ -27642,8 +163606,7 @@ Date:   Tue Jul 21 09:31:19 2015 +0100
 
     [USE] Remove unused Unicode data enums from USE C++ side
 
- src/hb-ot-shape-complex-use-private.hh | 66
- +---------------------------------
+ src/hb-ot-shape-complex-use-private.hh | 66 +---------------------------------
  src/hb-ot-shape-complex-use.cc         | 14 ++------
  2 files changed, 3 insertions(+), 77 deletions(-)
 
@@ -27652,12 +163615,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 20 18:01:10 2015 +0100
 
     [USE] Finish converting Unicode positional categories to USE
-
+    
     Even compiles.
 
  src/gen-use-table.py                 | 114 +++++-
- src/hb-ot-shape-complex-use-table.cc | 702
- ++++++++++++++++++-----------------
+ src/hb-ot-shape-complex-use-table.cc | 702 ++++++++++++++++++-----------------
  2 files changed, 467 insertions(+), 349 deletions(-)
 
 commit ad725552521273a1f571f04bc96a04221c3e067a
@@ -27665,12 +163627,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 20 17:00:06 2015 +0100
 
     [USE] Map from Unicode data to USE syllabic categories
-
+    
     Positional sub-categories not applied yet.
 
  src/gen-use-table.py                 |  128 ++--
- src/hb-ot-shape-complex-use-table.cc | 1062
- ++++++++++++----------------------
+ src/hb-ot-shape-complex-use-table.cc | 1062 ++++++++++++----------------------
  2 files changed, 409 insertions(+), 781 deletions(-)
 
 commit 20e246e674155d5fb6527722fc3ef3accf2413df
@@ -27680,8 +163641,7 @@ Date:   Mon Jul 20 15:56:19 2015 +0100
     [USE] Start moving Unicode-to-USE mapping into Python code
 
  src/Makefile.am                      |   2 +-
- src/gen-use-table.py                 | 176
- +++++++++++++++++++++++++++++++++--
+ src/gen-use-table.py                 | 176 +++++++++++++++++++++++++++++++++--
  src/hb-ot-shape-complex-use-table.cc |   3 +-
  3 files changed, 169 insertions(+), 12 deletions(-)
 
@@ -27690,7 +163650,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 20 15:33:25 2015 +0100
 
     [USE] Fix Number clusters
-
+    
     The spec wrongly has "H" where "HN" is meant.
 
  src/hb-ot-shape-complex-use-machine.rl | 4 ++--
@@ -27703,8 +163663,7 @@ Date:   Mon Jul 20 14:24:55 2015 +0100
     [USE] Start putting together the shaper body
 
  src/hb-ot-shape-complex-use-private.hh |   2 +-
- src/hb-ot-shape-complex-use.cc         | 339
- +++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-use.cc         | 339 +++++++++++++++++++++++++++++++++
  2 files changed, 340 insertions(+), 1 deletion(-)
 
 commit e0eabd7f67462ac34fbfc749d897be478fbd1224
@@ -27712,13 +163671,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 20 13:30:51 2015 +0100
 
     [USE] Put a Ragel machine together
-
+    
     Grammar from the spec!
 
- src/hb-ot-shape-complex-use-machine.rl | 169
- +++++++++++++++++++++++++++++++++
- src/hb-ot-shape-complex-use-private.hh | 160
- +++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-use-machine.rl | 169 +++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-use-private.hh | 160 +++++++++++++++++++++++++++++++
  2 files changed, 329 insertions(+)
 
 commit fd74b939b176f47d34d34b3d33e2a09d255c2d9e
@@ -27749,8 +163706,7 @@ Date:   Mon Jul 20 11:57:44 2015 +0100
  test/shaping/texts/in-tree/MANIFEST                |  1 +
  test/shaping/texts/in-tree/shaper-use/MANIFEST     |  1 +
  .../in-tree/shaper-use/script-kharoshti/MANIFEST   |  1 +
- .../in-tree/shaper-use/script-kharoshti/misc.txt   | 36
- ++++++++++++++++++++++
+ .../in-tree/shaper-use/script-kharoshti/misc.txt   | 36 ++++++++++++++++++++++
  4 files changed, 39 insertions(+)
 
 commit c48ff288522f33dc6c78520de0a0a74306630895
@@ -27760,8 +163716,7 @@ Date:   Mon Jul 20 11:46:17 2015 +0100
     [USE] Build Universal Shaping Engine data table from Unicode 8 files
 
  src/gen-use-table.py                 |   35 +-
- src/hb-ot-shape-complex-use-table.cc | 1016
- ++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-use-table.cc | 1016 ++++++++++++++++++++++++++++++++++
  2 files changed, 1032 insertions(+), 19 deletions(-)
 
 commit e2c95116e1423f83a692d6170553d0cc95733d24
@@ -27771,8 +163726,7 @@ Date:   Mon Jul 20 11:32:48 2015 +0100
     [USE] Add Universal Shaping Engine to Makefile
 
  src/Makefile.am                        |  23 +++-
- src/gen-use-table.py                   | 237
- +++++++++++++++++++++++++++++++++
+ src/gen-use-table.py                   | 237 +++++++++++++++++++++++++++++++++
  src/hb-ot-shape-complex-use-machine.rl |   0
  src/hb-ot-shape-complex-use-private.hh |   0
  src/hb-ot-shape-complex-use-table.cc   |   0
@@ -27793,7 +163747,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 15 01:36:39 2015 +0100
 
     Add Unicode 8.0 scripts
-
+    
     Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1183209
 
  src/hb-common.cc | 3 +++
@@ -27805,16 +163759,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jul 5 22:43:17 2015 +0100
 
     Fix pragma usage
-
+    
     https://bugs.freedesktop.org/show_bug.cgi?id=91228
-
+    
     Commit cdcdfe61b97a0a48ccf834b6d924d187da9609be changed two `#pragma
-    message` to `#pragma error` in hb-unicode.cc, however MSVC uses
-    #error,
+    message` to `#pragma error` in hb-unicode.cc, however MSVC uses #error,
     just like the #else branch. `#pragma error` is an unknown pragma so
     MSVC does not fail the build because of it, which I believe was the
     intention of that commit.
-
+    
     If it's meant to be an #error, then the #ifdef for _MSC_VER can be
     removed entirely.
 
@@ -27835,8 +163788,7 @@ commit e0a828ecbd708757d67977f7e92a6f4c1b0b92fd
 Author: ThePhD <phdofthehouse@gmail.com>
 Date:   Tue Jun 23 09:07:17 2015 -0400
 
-    Back to using regular `strdup`, with an `hb-private.hh` fix that
-    special-cases VC++'s
+    Back to using regular `strdup`, with an `hb-private.hh` fix that special-cases VC++'s
     definition and usage of the words
 
  src/hb-common.cc  | 2 +-
@@ -27865,7 +163817,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 19 13:31:49 2015 -0700
 
     When removing default-ignorables, merge clusters
-
+    
     Fixes test-shape, and:
     https://code.google.com/p/chromium/issues/detail?id=497578
 
@@ -27879,15 +163831,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 19 11:57:57 2015 -0700
 
     Rewrite hide_default_ignorables
-
+    
     Separate the loops for the two cases of replacing with space
     and deleting.  For deleting, use the out-buffer machinery.
-
+    
     Needed for upcoming cluster merge fix.
 
  src/hb-buffer-private.hh | 18 ++++++++++++++
- src/hb-ot-shape.cc       | 65
- +++++++++++++++++++++++++++++-------------------
+ src/hb-ot-shape.cc       | 65 +++++++++++++++++++++++++++++-------------------
  2 files changed, 57 insertions(+), 26 deletions(-)
 
 commit b3a2f6afbac1956b65f29a17b9dc896e86135329
@@ -27895,15 +163846,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jun 18 17:15:33 2015 -0700
 
     [test] Add test for cluster merging
-
-    Based on test from
-    https://code.google.com/p/chromium/issues/detail?id=497578
-
+    
+    Based on test from https://code.google.com/p/chromium/issues/detail?id=497578
+    
     Currently fails.  Basically, if there's a default_ignorable at the
-    start of text, and font has no space glyph, we remove the
-    default_ignorable,
+    start of text, and font has no space glyph, we remove the default_ignorable,
     and that makes the first char in text to correspond to no cluster.
-
+    
     Fix coming.
 
  test/api/test-shape.c | 43 +++++++++++++++++++++++++++++++++++++++++++
@@ -27924,7 +163873,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jun 18 10:55:13 2015 -0700
 
     [util] Disable hb-fc-list for now
-
+    
     Until I figure out what to do about the API, and finalize
     the tool.
 
@@ -27936,7 +163885,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 12 17:46:06 2015 -0700
 
     [bindings] Fix hb_language_get_default() and hb_ot_tag_to_language()
-
+    
     Part of https://github.com/behdad/harfbuzz/issues/91
 
  src/hb-common.cc | 2 +-
@@ -27948,7 +163897,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 12 17:37:41 2015 -0700
 
     [TravisCI] Hook up Coverity
-
+    
     First try...
 
  .travis.yml | 13 +++++++++++++
@@ -27968,7 +163917,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jun 10 10:57:46 2015 -0700
 
     Fix warnings: "member call on null pointer of type"
-
+    
     https://bugzilla.mozilla.org/show_bug.cgi?id=1167119
 
  src/hb-private.hh | 4 ++--
@@ -27993,12 +163942,12 @@ Date:   Wed Jun 3 11:53:42 2015 -0700
  1 file changed, 4 insertions(+)
 
 commit 37c8daf724add4a41a06385e571277d137dc2a2f
-Merge: f1b44303 01c3a885
+Merge: f1b44303d 01c3a8854
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jun 1 13:27:37 2015 -0700
 
     Merge pull request #111 from brawer/since
-
+    
     Fix "Since:" tags
 
 commit 01c3a88543850c87483fd8671044df53b368c520
@@ -28006,7 +163955,7 @@ Author: Sascha Brawer <sascha@brawer.ch>
 Date:   Mon Jun 1 13:22:01 2015 +0200
 
     Fix "Since:" tags
-
+    
     Based on data from http://upstream-tracker.org/versions/harfbuzz.html
     Resolves #103
 
@@ -28021,8 +163970,7 @@ Date:   Mon Jun 1 13:22:01 2015 +0200
  src/hb-ot-font.cc        |  3 +++
  src/hb-ot-layout.cc      | 30 ++++++++++++++++++++++++++++
  src/hb-ot-shape.cc       |  6 ++++++
- src/hb-set.cc            | 52
- ++++++++++++++++++++++++------------------------
+ src/hb-set.cc            | 52 ++++++++++++++++++++++++------------------------
  src/hb-shape-plan.cc     | 18 ++++++++---------
  src/hb-shape.cc          |  8 ++++----
  src/hb-unicode.cc        |  6 +++---
@@ -28034,15 +163982,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 21 14:00:15 2015 -0700
 
     Fix unary minus operator applied to unsigned int
-
+    
     Applying unary minus operator to unsigned int causes the following
     warning on MSVS:
-
-      warning C4146: unary minus operator applied to unsigned type,
-      result still unsigned
-
+    
+      warning C4146: unary minus operator applied to unsigned type, result still unsigned
+    
     Based on patch from Koji Ishi.
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/110
 
  src/hb-ot-font.cc | 2 +-
@@ -28053,16 +164000,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 19 17:42:30 2015 -0700
 
     [gobject] Remove hb_language_t workarounds for g-i shortcomings
-
+    
     Using latest gobject-introspection, I don't seem to be having this
     problem anymore:
-
+    
       https://bugzilla.gnome.org/show_bug.cgi?id=707656
-
-    Removing that kludge makes language_t behave more like the way I
-    expect it
+    
+    Removing that kludge makes language_t behave more like the way I expect it
     in Python.
-
+    
     Also fixes:
     https://github.com/behdad/harfbuzz/issues/91
 
@@ -28075,11 +164021,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 19 17:20:58 2015 -0700
 
     [gobject] Macroize value types
-
+    
     Fixes user_data_t
 
- src/hb-gobject-structs.cc | 73
- +++++++++++------------------------------------
+ src/hb-gobject-structs.cc | 73 +++++++++++------------------------------------
  1 file changed, 17 insertions(+), 56 deletions(-)
 
 commit 9df099b4837df722e738675af318efcc9ac39a78
@@ -28101,12 +164046,12 @@ Date:   Mon May 18 14:16:28 2015 -0700
  1 file changed, 13 insertions(+), 13 deletions(-)
 
 commit fbecde3d5c5c6d5af315140e4966dc850388ad63
-Merge: 58015215 74139f98
+Merge: 580152153 74139f983
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 7 10:46:42 2015 -0700
 
     Merge pull request #105 from ebraminio/master
-
+    
     Fix Travis CI config to pass again
 
 commit 74139f9839f69ea3e7a1d17627f52fea6c06d58a
@@ -28132,7 +164077,7 @@ Author: Roozbeh Pournader <roozbeh@google.com>
 Date:   Tue May 5 22:31:19 2015 -0700
 
     [minor] Remove comment about Navajo OpenType code.
-
+    
     Apparently the code is already standardized:
     https://www.microsoft.com/typography/otspec/languagetags.htm
 
@@ -28140,12 +164085,12 @@ Date:   Tue May 5 22:31:19 2015 -0700
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 42b00118eae46a5183e885e89e0856f41361f57e
-Merge: c60f3c8e cfeb0562
+Merge: c60f3c8e1 cfeb0562e
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 5 14:49:47 2015 -0700
 
     Merge pull request #102 from roozbehp/master
-
+    
     Add OpenType language tag 'NAV ' for Navajo.
 
 commit c60f3c8e1156fe7328d42851013cca97333c3bf7
@@ -28162,7 +164107,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 4 23:09:51 2015 -0700
 
     [travis] Comment out gobject-introspection again
-
+    
     Apparently the version on Travis is 1.32.0, while we require 1.34.0.
 
  .travis.yml | 4 ++--
@@ -28191,12 +164136,11 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Wed Jan 8 02:28:55 2014 +0200
 
     Some attempt into initial hb-shape documentation
-
+    
     Very anaemic, needs to descripe the format understood by
     hb_feature_from_string() etc., but it is just start.
 
- src/hb-shape.cc | 70
- ++++++++++++++++++++++++++++++++++++++-------------------
+ src/hb-shape.cc | 70 ++++++++++++++++++++++++++++++++++++++-------------------
  src/hb-shape.h  |  3 ---
  2 files changed, 47 insertions(+), 26 deletions(-)
 
@@ -28215,7 +164159,7 @@ Author: Roozbeh Pournader <roozbeh@google.com>
 Date:   Wed Apr 29 09:32:42 2015 -0700
 
     Add OpenType language tag 'NAV ' for Navajo.
-
+    
     The code is not standardized yet, but is used in some Google fonts.
 
  src/hb-ot-tag.cc | 1 +
@@ -28244,7 +164188,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 23 14:32:33 2015 -0700
 
     [test] Ignor 'n' and 'i' in hb-unicode-encode
-
+    
     Allows accepting uniXXXX format.
 
  test/shaping/hb_test_tools.py | 2 +-
@@ -28264,7 +164208,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Apr 21 19:21:32 2015 -0700
 
     [coretext] Fix positioning with trailing whitespace
-
+    
     Fixes https://code.google.com/p/chromium/issues/detail?id=476913
 
  src/hb-coretext.cc | 11 +++++++++++
@@ -28284,9 +164228,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Apr 14 13:32:22 2015 -0700
 
     Revert "Add MSVC pragma for UTF-8 source code"
-
+    
     This reverts commit 89cbd4d9533011fb5487caa99a0cd58923e7cf59.
-
+    
     See discussion:
     https://bugzilla.gnome.org/show_bug.cgi?id=747772
 
@@ -28303,12 +164247,12 @@ Date:   Mon Apr 13 23:51:45 2015 -0700
  1 file changed, 11 insertions(+), 7 deletions(-)
 
 commit 76d57331117be8e0c2d4a2aee8341969b62b6888
-Merge: 89cbd4d9 9ee176ee
+Merge: 89cbd4d95 9ee176ee9
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 13 23:40:35 2015 -0700
 
     Merge pull request #86 from cpfair/hb-shape-output-help-improvement
-
+    
     Improve hb-shape/hb-view's help text w.r.t. output options
 
 commit 89cbd4d9533011fb5487caa99a0cd58923e7cf59
@@ -28316,7 +164260,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 13 12:27:08 2015 -0700
 
     Add MSVC pragma for UTF-8 source code
-
+    
     Not sure we have any right now; motivated by this:
     https://bugzilla.gnome.org/show_bug.cgi?id=747772
 
@@ -28324,12 +164268,12 @@ Date:   Mon Apr 13 12:27:08 2015 -0700
  1 file changed, 1 insertion(+)
 
 commit 713f99ff6138b4149d9fd382f9af3ace01ee0da5
-Merge: 1086f21e 22524a51
+Merge: 1086f21e5 22524a514
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Apr 10 14:34:05 2015 -0700
 
     Merge pull request #99 from khaledhosny/introspection-fixes2
-
+    
     More ntrospection fixes
 
 commit 22524a514f6609a2bc009b6035f6b5b932c719c7
@@ -28337,26 +164281,26 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Fri Apr 10 18:14:45 2015 +0200
 
     [bindings] Fix hb_buffer_get_segment_properties
-
+    
     Annotate the output parameter.
 
  src/hb-buffer.cc | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 1086f21e546e2435d9da6024fd6afa7a36ba3707
-Merge: 125cb083 fe97b65a
+Merge: 125cb0834 fe97b65a5
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Apr 10 12:21:04 2015 -0700
 
     Merge branch 'hb-fc'
 
 commit 125cb08345a7f27e565329d37093b1a60a41a403
-Merge: e8fd8393 855a5d7c
+Merge: e8fd83932 855a5d7cb
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Apr 10 12:19:57 2015 -0700
 
     Merge pull request #98 from KonstantinRitt/WEC2013
-
+    
     Fix build on WEC2013
 
 commit 04f89e8f7dfdb882e8c98afb613cba3f1d02ed7d
@@ -28364,7 +164308,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Fri Apr 10 17:49:01 2015 +0200
 
     [bindings] Fix ownership of returned hb_language_t
-
+    
     It should not be freed by the caller.
 
  src/hb-buffer.cc | 2 +-
@@ -28376,7 +164320,7 @@ Author: Konstantin Ritt <ritt.ks@gmail.com>
 Date:   Fri Apr 10 17:18:01 2015 +0400
 
     Fix build on WEC2013
-
+    
     Based on patch from Björn Breitmeyer
 
  src/hb-private.hh | 4 +++-
@@ -28387,15 +164331,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 6 16:49:51 2014 -0400
 
     [utils] Add hb-fc-list
-
+    
     This is a tool that lists all fonts that can render a given string.
     It uses hb_shape() to do so, and as such is aware of HarfBuzz's
     normalizer.
 
  configure.ac      |  19 +++++
  util/Makefile.am  |  15 ++++
- util/hb-fc-list.c | 222
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ util/hb-fc-list.c | 222 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
  util/hb-fc.cc     | 149 ++++++++++++++++++++++++++++++++++++
  util/hb-fc.h      |  46 +++++++++++
  5 files changed, 451 insertions(+)
@@ -28405,14 +164348,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 6 15:36:41 2014 -0400
 
     Relax inert checks
-
+    
     Previously, when creating an object from inert inputs (eg:
     "hb_font_create(hb_face_get_empty())") we returned the inert
     empty object.  This is not helpful as there are legitimate
     usecases to do that.
-
+    
     We now never return the inert object unless allocation failed.
-
+    
     Tests are revised to reflect.
 
  src/hb-face.cc         |  4 ++--
@@ -28428,8 +164371,7 @@ Date:   Thu Apr 9 15:52:26 2015 -0700
 
     [util/hb-view] Fix rendering with all combinations of negative scales
 
- util/view-cairo.cc | 90
- ++++++++++++++++++++++++++++--------------------------
+ util/view-cairo.cc | 90 ++++++++++++++++++++++++++++--------------------------
  util/view-cairo.hh |  2 --
  2 files changed, 47 insertions(+), 45 deletions(-)
 
@@ -28446,11 +164388,10 @@ commit a664810e38b479e05ea32cac263cb5730629f9d8
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 9 15:04:42 2015 -0700
 
-    [util] Accept comma as well as space when separating components
-    of args
-
+    [util] Accept comma as well as space when separating components of args
+    
     Applies to --font-size and --margin.
-
+    
     Hopefully the scanf usage here doesn't have compatibility issues
     (star being counted in the return value, etc).
 
@@ -28489,7 +164430,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 8 14:39:00 2015 -0700
 
     Fix warnings
-
+    
     Part of https://github.com/behdad/harfbuzz/pull/68
 
  src/hb-ot-font.cc                    |  4 ++--
@@ -28501,7 +164442,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 8 13:25:04 2015 -0700
 
     Err, instead of warn, if mutex / atomic / unicode funcs are missing
-
+    
     Hopefully this results in fewer badly built HarfBuzz integrations.
 
  src/hb-unicode.cc |  8 ++++----
@@ -28523,17 +164464,16 @@ Author: Konstantin Ritt <ritt.ks@gmail.com>
 Date:   Sat Mar 28 00:49:33 2015 +0400
 
     Minor refactoring to the atomics implementation
-
+    
     s/atomic_int/atomic_int_impl/ and s/atomic_ptr/atomic_ptr_impl/
     to bring it in par with hb_mutex_impl_t, then re-introduce
     hb_atomic_int_t as a wrapper around hb_atomic_int_impl_t.
-
+    
     In hb_reference_count_t, make it clear the non-atomic get and set
     are intentional due to nature of the cases they are used in
     (comparison to -1 and the debug output/tracing).
 
- src/hb-atomic-private.hh | 86
- +++++++++++++++++++++++++++++++-----------------
+ src/hb-atomic-private.hh | 86 +++++++++++++++++++++++++++++++-----------------
  src/hb-mutex-private.hh  |  4 ++-
  src/hb-object-private.hh | 21 ++++++------
  3 files changed, 69 insertions(+), 42 deletions(-)
@@ -28552,7 +164492,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 8 12:49:38 2015 -0700
 
     Allow implementing atomic and mutex ops in config
-
+    
     Motivated by
     https://github.com/behdad/harfbuzz/pull/92
 
@@ -28574,9 +164514,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 6 14:51:31 2015 -0700
 
     [test] Use /usr/bin/env python instead of /usr/bin/python
-
+    
     Bug 76494 - #!/usr/bin/python in testsuite
-
+    
     https://bugs.freedesktop.org/show_bug.cgi?id=76494
 
  test/shaping/hb-diff                 | 2 +-
@@ -28593,12 +164533,12 @@ Date:   Mon Apr 6 14:51:31 2015 -0700
  11 files changed, 11 insertions(+), 11 deletions(-)
 
 commit bfcddd32a674dd19fca1bf521e95466a0eec5179
-Merge: ce01ad7c 363ceec3
+Merge: ce01ad7c2 363ceec3f
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 6 14:41:32 2015 -0700
 
     Merge pull request #93 from ebraminio/archpy3
-
+    
     Make hb_test_tools.py compatible with python 3
 
 commit ce01ad7c2f5a259030f4dbec746f85522aa9c3f9
@@ -28624,15 +164564,14 @@ Author: Ebrahim Byagowi <ebrahim@gnu.org>
 Date:   Mon Mar 30 03:27:14 2015 +0430
 
     Make hb_test_tools.py compatible with python 3
-
+    
     On ArchLinux, /usr/bin/python is linked to python 3 so
     HarfBuzz `make check` is broken there.
-
+    
     This makes hb_test_tools.py compatible with python 3 while
     no breaking it on python 2.
 
- test/shaping/hb_test_tools.py | 44
- ++++++++++++++++++++++++-------------------
+ test/shaping/hb_test_tools.py | 44 ++++++++++++++++++++++++-------------------
  1 file changed, 25 insertions(+), 19 deletions(-)
 
 commit aee685086c8fde6f6c4590e483a177c19f222540
@@ -28640,7 +164579,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Mar 26 14:13:53 2015 -0400
 
     Fix VC++ /analyze warnings
-
+    
     out\debug\hb-buffer-deserialize-text.rl(47) : warning C6001: Using
     uninitialized memory 'pos'.
 
@@ -28648,12 +164587,12 @@ Date:   Thu Mar 26 14:13:53 2015 -0400
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 8886ab430ca68539cb318e175647e9f6973718b0
-Merge: e3671b8f a394bb66
+Merge: e3671b8f8 a394bb667
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Mar 22 16:18:57 2015 -0400
 
     Merge pull request #90 from khaledhosny/introspection-fixes
-
+    
     [bindings] Fix *_from_string functions
 
 commit a394bb66707184c995fe2d08c80e98220e6ec0b0
@@ -28661,7 +164600,7 @@ Author: Khaled Hosny <khaledhosny@eglug.org>
 Date:   Sun Mar 22 20:29:10 2015 +0200
 
     [bindings] Fix *_from_string functions
-
+    
     Without the element-type they will be getting garbage, at least with
     Python.
 
@@ -28685,9 +164624,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Mar 20 16:08:38 2015 -0400
 
     Fix reverse_range() for empty range
-
+    
     Fixes coretext notdef loop consisting of all default_ignorable glyphs
-
+    
     https://code.google.com/p/chromium/issues/detail?id=464755
 
  src/hb-buffer.cc | 2 +-
@@ -28698,7 +164637,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 4 15:47:25 2015 -0800
 
     Fix previous commit
-
+    
     I misunderstood how which works.
 
  autogen.sh | 2 +-
@@ -28709,7 +164648,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 4 15:43:05 2015 -0800
 
     Accept glibtoolize as libtoolize
-
+    
     Of course, we don't really run it, autoreconf does.  We just
     err if neither is available.  glibtoolize is the name it is
     shipped under on OS X.  Reported by Adam.
@@ -28741,7 +164680,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Mar 2 16:06:55 2015 -0800
 
     Fix reverse_range() to only reverse alt array if positions are used
-
+    
     In hb-coretext, when we were using scratch buffer for book-keeping,
     a reverse_range() caused by the notdef-insertion loop could mess up
     our log_clusters.  Ouch!
@@ -28754,7 +164693,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 26 13:58:32 2015 -0800
 
     Better error message if libtool is not installed
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/88
 
  autogen.sh | 9 +++++++--
@@ -28828,12 +164767,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Feb 21 12:50:01 2015 +0300
 
     [layout] Fix comparison of GlyphID and hb_codepoint_t
-
+    
     Before, the IntType::cmp functions providing this and was truncating
     the hb_codepoint_t to 16bits before comparison.  I have no idea how
     this was never discovered, and I'm too lazy to try to reproduce this
-    with Pango (which uses non-16bit codepoint numbers for missing
-    glyphs).
+    with Pango (which uses non-16bit codepoint numbers for missing glyphs).
 
  src/hb-open-type-private.hh | 5 ++++-
  1 file changed, 4 insertions(+), 1 deletion(-)
@@ -28869,11 +164807,9 @@ commit 640b66c6348653bfd7cf88ea9caa2133c0eb949f
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 19 17:30:05 2015 +0300
 
-    [layout] If lookup has only one subtable, move the forward loop down
-    to subtable
-
-    I was hoping to see a nice speedup, but it resulted in a very
-    minor one.
+    [layout] If lookup has only one subtable, move the forward loop down to subtable
+    
+    I was hoping to see a nice speedup, but it resulted in a very minor one.
 
  src/hb-ot-layout.cc | 33 ++++++++++++++++++++++++++++++++-
  1 file changed, 32 insertions(+), 1 deletion(-)
@@ -28884,8 +164820,7 @@ Date:   Thu Feb 19 17:15:05 2015 +0300
 
     [layout] Add apply_forward / apply_backward
 
- src/hb-ot-layout.cc | 69
- +++++++++++++++++++++++++++++++++++------------------
+ src/hb-ot-layout.cc | 69 +++++++++++++++++++++++++++++++++++------------------
  1 file changed, 46 insertions(+), 23 deletions(-)
 
 commit 1d4a328472f094c0d75a062f6e176c6b1875cfdc
@@ -28949,7 +164884,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 19 10:40:23 2015 +0300
 
     [layout] Don't check glyph props against lookup flags when recursing
-
+    
     Shouldn't be needed.  I have a hard time imagining this breaking any
     legitimate use case.
 
@@ -28962,16 +164897,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 19 10:29:41 2015 +0300
 
     [layout] Port sanitize() to use dispatch()
-
+    
     Needed some rework of Extension table.  Hopefully I got it right, and
     the new template usage doesn't break any compilers...
 
  src/hb-open-type-private.hh          |  5 ++-
- src/hb-ot-layout-gpos-table.hh       | 82
- +----------------------------------
+ src/hb-ot-layout-gpos-table.hh       | 82 +----------------------------------
  src/hb-ot-layout-gsub-table.hh       | 72 ++-----------------------------
- src/hb-ot-layout-gsubgpos-private.hh | 84
- ++++++++++++------------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 84 ++++++++++++------------------------
  4 files changed, 37 insertions(+), 206 deletions(-)
 
 commit 758fb20630f84c3d373cda37974b88f16c02995e
@@ -29031,7 +164964,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 17 18:14:17 2015 +0300
 
     [layout] Add may_dispatch()
-
+    
     No functional change right now.
 
  src/hb-ot-layout-gpos-table.hh       |  7 +++++++
@@ -29044,9 +164977,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 17 17:27:44 2015 +0300
 
     Make sanitize() a const method
-
-    This makes a lot of code safer.  We only try modifying the object
-    in one
+    
+    This makes a lot of code safer.  We only try modifying the object in one
     place, after making sure it's safe to do so.  So, do a const_cast<> in
     that one place...
 
@@ -29058,8 +164990,7 @@ Date:   Tue Feb 17 17:27:44 2015 +0300
  src/hb-ot-hmtx-table.hh              |   3 +-
  src/hb-ot-layout-common-private.hh   |  58 ++++++++++++-------
  src/hb-ot-layout-gdef-table.hh       |  30 ++++++----
- src/hb-ot-layout-gpos-table.hh       | 108
- +++++++++++++++++++++++------------
+ src/hb-ot-layout-gpos-table.hh       | 108 +++++++++++++++++++++++------------
  src/hb-ot-layout-gsub-table.hh       |  58 ++++++++++++-------
  src/hb-ot-layout-gsubgpos-private.hh |  65 +++++++++++++--------
  src/hb-ot-layout-jstf-table.hh       |  12 ++--
@@ -29092,9 +165023,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 29 13:59:42 2015 +0100
 
     [layout] Allocate iters in the context
-
+    
     Can be further optimized, but I think I didn't break anything.
-
+    
     Saves another 3% off Roboto shaping.
 
  src/hb-ot-layout-gpos-table.hh       | 18 ++++++------------
@@ -29118,7 +165049,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 29 13:40:39 2015 +0100
 
     [lookup] Add skippy_iter.reset()
-
+    
     Towards reducing the cost of initializing skippy_iter()
 
  src/hb-ot-layout-gpos-table.hh       | 18 ++++++++++++------
@@ -29132,8 +165063,7 @@ Date:   Thu Jan 29 13:32:05 2015 +0100
 
     [layout] Shuffle code around
 
- src/hb-ot-layout-gsubgpos-private.hh | 111
- ++++++++++++++++++-----------------
+ src/hb-ot-layout-gsubgpos-private.hh | 111 ++++++++++++++++++-----------------
  1 file changed, 56 insertions(+), 55 deletions(-)
 
 commit 696266981df5ef6c62ad0115133dad1d6c1d9acc
@@ -29143,8 +165073,7 @@ Date:   Thu Jan 29 13:08:41 2015 +0100
     [layout] Merge forward and backward iterators
 
  src/hb-ot-layout-gpos-table.hh       | 12 +++---
- src/hb-ot-layout-gsubgpos-private.hh | 71
- ++++++++----------------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 71 ++++++++----------------------------
  src/hb-ot-shape-fallback.cc          |  2 +-
  3 files changed, 23 insertions(+), 62 deletions(-)
 
@@ -29153,7 +165082,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 29 13:05:25 2015 +0100
 
     [layout] Fix backward reject()
-
+    
     Has no functional effect since reject was never used with
     match_glyph_data.
 
@@ -29175,21 +165104,21 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 29 11:08:43 2015 +0100
 
     [lookup] Don't initialize skippy if coverage match fails
-
+    
     Currently:
-
+    
       - Initializing skippy is very expensive,
-
+    
       - Our lookup accelerator (using set-digests) can be very ineffecite,
-
+    
     As such, we end up many times initializing skippy but then failing
     coverage check.  Reordering fixes that.
-
+    
     When, later, we fix our accelerator to have truly small false-positive
     rate (for example by using the frozen-sets), then we might want to
     reorder these checks such that we wouldn't calculate coverage number
     if skippy is going to fail.
-
+    
     This shows a 5% speedup with Roboto already.
 
  src/hb-ot-layout-gpos-table.hh | 15 ++++++---------
@@ -29219,14 +165148,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 28 21:46:07 2015 -0800
 
     Add hb_frozen_set_t
-
+    
     I experimented with replacing use of hb_set_digest_t with this new
     hb_frozen_set_t, hoping to get a huge speedup for busy lookups
     (like kern lookup in Roboto), but I only got 6% speendup in Roboto
     and 4% in NotoNastaliqUrduDraft :(.
 
- src/hb-set-private.hh | 57
- ++++++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-set-private.hh | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++-
  1 file changed, 56 insertions(+), 1 deletion(-)
 
 commit 241eac9559465fa79f396570af4e87f455b7e9d5
@@ -29250,12 +165178,12 @@ Date:   Wed Jan 28 20:29:48 2015 -0800
  1 file changed, 4 insertions(+)
 
 commit faaae64bf28abdcdd15185374bc09a3809794118
-Merge: 7888a6b0 9768e651
+Merge: 7888a6b07 9768e651b
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 25 15:34:34 2015 -0800
 
     Merge pull request #85 from KonstantinRitt/define_inline
-
+    
     Fix build with MSVC on CE
 
 commit 9ee176ee978e6668c4faf00028811ce70979122e
@@ -29280,8 +165208,7 @@ commit 9e867b64467c46eea5cc9b1d5a9404a1221bbbfc
 Author: Collin Fair <cpf@cpfx.ca>
 Date:   Sat Feb 14 09:32:04 2015 -0500
 
-    Remove reference to --help-output-content in --help-output (as
-    --help-output-format's options aren't available in hb-view)
+    Remove reference to --help-output-content in --help-output (as --help-output-format's options aren't available in hb-view)
 
  util/options.cc | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -29290,8 +165217,7 @@ commit 1d55ffeb66381889f11ebb9039ca4ec2ca5efbab
 Author: Collin Fair <cpf@cpfx.ca>
 Date:   Sat Feb 14 09:29:35 2015 -0500
 
-    Add serialization syntax documentation. Clarify naming and wording
-    in --help-output/--help-format
+    Add serialization syntax documentation. Clarify naming and wording in --help-output/--help-format
 
  util/options.cc | 30 ++++++++++++++++--------------
  1 file changed, 16 insertions(+), 14 deletions(-)
@@ -29301,26 +165227,23 @@ Author: Konstantin Ritt <ritt.ks@gmail.com>
 Date:   Sat Feb 14 00:58:51 2015 +0400
 
     Fix build with MSVC on CE
-
+    
     This code is C++ only. There isn't a single C++ compiler that fails to
     understand the "inline" keyword, since it's required by C++98. Any
     compiler older than C++98 is likely to choke on the template usage
     further down, so this isn't necessary.
-
+    
     Moreover, the C++ standard says you cannot define macros.
-    [lib.macro.names] says "Nor shall such a translation unit define
-    macros
+    [lib.macro.names] says "Nor shall such a translation unit define macros
     for names lexically identical to keywords." -- technically, it's a
-    promise that the Standard Library headers won't do it, the wording
-    means
+    promise that the Standard Library headers won't do it, the wording means
     that the entire translation unit won't do it, which implies no source
     can do it.
-
+    
     MSVC complains about it:
-    fatal error C1189: #error : The C++ Standard Library forbids
-    macroizing
+    fatal error C1189: #error : The C++ Standard Library forbids macroizing
     keywords. Enable warning C4005 to find the forbidden macro.
-
+    
     Author: Thiago Macieira <thiago.macieira@intel.com>
 
  src/hb-private.hh | 10 ----------
@@ -29340,7 +165263,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 28 10:51:33 2015 -0800
 
     [coretext] Don't generate notdef glyph for default-ignorables
-
+    
     As discovered on Chrome Mac:
     https://code.google.com/p/chromium/issues/detail?id=452326
 
@@ -29353,16 +165276,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 28 10:43:32 2015 -0800
 
     [coretext] Unbreak glyph positioning in presence of notdef runs
-
+    
     As discovered on Chrome Mac:
     https://code.google.com/p/chromium/issues/detail?id=452326
-
+    
     This was originally broken in:
-
+    
             commit 5a0eed3b50629be4826e4e9428f2c3255195395d
             Author: Behdad Esfahbod <behdad@behdad.org>
             Date:   Mon Aug 11 23:47:16 2014 -0400
-
+    
                 [coretext] Implement vertical shaping
 
  src/hb-coretext.cc | 35 +++++++++++++++++++++++++++--------
@@ -29400,25 +165323,21 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 26 14:25:52 2015 -0800
 
     [API] Add hb_buffer_add_latin1()
-
+    
     This is by no ways to promote non-Unicode encodings.  This is an entry
     point that takes Unicode codepoints that happen to all be the first
-    256 characters and hence fit in 8bit strings.  This is useful eg
-    in Chrome
+    256 characters and hence fit in 8bit strings.  This is useful eg in Chrome
     where strings that can fit in 8bit are implemented that way, and this
     avoids copying into UTF-8 or UTF-16.
-
-    Perhaps we should rename this to hb_buffer_add_codepoints8().
-    I'm also
-    curious if anyone would be really interested in
-    hb_buffer_add_codepoints16().
-
+    
+    Perhaps we should rename this to hb_buffer_add_codepoints8().  I'm also
+    curious if anyone would be really interested in hb_buffer_add_codepoints16().
+    
     Please discuss!
 
  src/hb-buffer.cc      | 36 +++++++++++++++++++++++++-------
  src/hb-buffer.h       |  8 ++++++++
- src/hb-utf-private.hh | 57
- ++++++++++++++++++++++++++++++++++++++-------------
+ src/hb-utf-private.hh | 57 ++++++++++++++++++++++++++++++++++++++-------------
  3 files changed, 80 insertions(+), 21 deletions(-)
 
 commit 78c6e86c04f12154c88b9f9264d0bd50b721699b
@@ -29431,12 +165350,12 @@ Date:   Mon Jan 26 14:08:36 2015 -0800
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 70c25ee215635db23eb0757641bd372940c0d85d
-Merge: 28f5e0b2 f3537b62
+Merge: 28f5e0b2f f3537b620
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jan 25 13:06:03 2015 -0800
 
     Merge pull request #81 from KonstantinRitt/fixes/build/win8phone
-
+    
     winrt_buildfixes
 
 commit f3537b620b0a7392ea27f01f465c5ba79459c858
@@ -29444,7 +165363,7 @@ Author: Konstantin Ritt <ritt.ks@gmail.com>
 Date:   Sun Jan 25 09:50:51 2015 +0400
 
     Move some code around
-
+    
     Just to keep Windows specific workarounds in a single place.
 
  src/hb-private.hh | 25 ++++++++++++-------------
@@ -29455,7 +165374,7 @@ Author: Konstantin Ritt <ritt.ks@gmail.com>
 Date:   Sun Jan 25 08:16:26 2015 +0400
 
     Do not define MemoryBarrier on WinCE
-
+    
     There is a _HBMemoryBarrier() wrapper function that emulates
     MemoryBarrier() behavior when it is not defined.
 
@@ -29467,10 +165386,10 @@ Author: Konstantin Ritt <ritt.ks@gmail.com>
 Date:   Sun Jan 25 08:13:24 2015 +0400
 
     Fix build on WinRT
-
+    
     There is no environment (like WinCE) and the basic version
     of InitializeCriticalSection is unsupported.
-
+    
     https://codereview.qt-project.org/#/c/92496/
 
  src/hb-mutex-private.hh | 4 ++++
@@ -29510,7 +165429,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 21 18:50:57 2015 -0800
 
     [coretext] Fix scaling
-
+    
     Before we were not accounting for possible differences in x_scale and
     y_scale, as well as the signs of those.  All should be in good shape
     now.
@@ -29559,7 +165478,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jan 20 12:30:45 2015 -0800
 
     [util] Add --font-size to hb-shape
-
+    
     Also makes hb-view to use 8 bits of subpixel precision and shape at
     requested size, instead of always shaping at upem and scaling results.
 
@@ -29569,8 +165488,7 @@ Date:   Tue Jan 20 12:30:45 2015 -0800
  util/helper-cairo.cc        | 16 ++++++++--------
  util/helper-cairo.hh        |  5 ++---
  util/main-font-text.hh      |  4 ++--
- util/options.cc             | 44
- +++++++++++++++++++++++++++++++++++++++++---
+ util/options.cc             | 44 +++++++++++++++++++++++++++++++++++++++++---
  util/options.hh             | 16 ++++++++++++----
  util/view-cairo.cc          |  2 +-
  util/view-cairo.hh          |  8 ++++----
@@ -29590,10 +165508,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 19 17:00:31 2015 -0800
 
     When matching second glyph of kerning pairs, use bsearch
-
+    
     Roboto has glyphs (like 'F') that have 200 kerning pairs.
     Add a handcoded bsearch instead of previous linear search.
-
+    
     This doesn't show much speedup though, apparently we spend the
     bulk of the time somewhere before here.
 
@@ -29610,12 +165528,12 @@ Date:   Mon Jan 19 14:42:11 2015 -0800
  1 file changed, 2 insertions(+)
 
 commit 3704628d1f124234324b5f2bdd5fdd61c14c7801
-Merge: 1aaa7d67 5eb939dd
+Merge: 1aaa7d679 5eb939ddf
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 19 16:15:00 2015 -0800
 
     Merge pull request #77 from roozbehp/master
-
+    
     Change New Tai Lue shaping engine from SEA to default
 
 commit 5eb939ddfe9ef217da2e48d7d0f1f4b7501714ad
@@ -29623,15 +165541,15 @@ Author: Roozbeh Pournader <roozbeh@google.com>
 Date:   Sun Jan 18 14:30:08 2015 -0800
 
     Change New Tai Lue shaping engine from SEA to default
-
+    
     This is to reflect the UTC decision to change the encoding model of
     New Tai Lue from logical to visual to be similar to Thai, Lao, and
     Tai Viet: http://www.unicode.org/L2/L2014/14250.htm#141-C26
-
+    
     The visual encoding is already the current practice of encoding New
     Tai Lue on the web anyway:
     http://www.unicode.org/L2/L2014/14195-newtailue.txt
-
+    
     Fixes behdad/harfbuzz#66.
 
  src/hb-ot-shape-complex-private.hh | 2 +-
@@ -29644,8 +165562,7 @@ Date:   Sat Jan 17 20:16:56 2015 -0800
     [indic] Fix out-of-bounds access
 
  src/gen-indic-table.py                 |  2 +-
- src/hb-ot-shape-complex-indic-table.cc | 36
- +++++++++++++++++-----------------
+ src/hb-ot-shape-complex-indic-table.cc | 36 +++++++++++++++++-----------------
  2 files changed, 19 insertions(+), 19 deletions(-)
 
 commit 238d6a38f2ceb7d8dceec9365a823f032b3b9f7d
@@ -29662,7 +165579,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jan 6 19:16:38 2015 -0800
 
     [bindings] Use hb_glib_blob_create() in sample
-
+    
     hb_blob_create() is considered C-only API.
 
  src/hb-blob.cc |  8 ++++----
@@ -29704,7 +165621,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jan 6 14:05:26 2015 -0800
 
     Fix up gobject-introspection a bit
-
+    
     Minimal shaping works now!
 
  src/hb-blob.cc   |  6 +++---
@@ -29717,21 +165634,21 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 5 14:43:13 2015 -0800
 
     Remove hardcoded ICU include paths.
-
+    
     ICU exports them using LOCAL_EXPORT_C_INCLUDE_DIRS.
-
+    
     https://android-review.googlesource.com/#/c/121311/
 
  Android.mk | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)
 
 commit 8cb41cb9508eb1bb6319e92f900cfe5e8a131be3
-Merge: 365c03fc fb85d618
+Merge: 365c03fc2 fb85d618f
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jan 4 20:32:18 2015 -0800
 
     Merge pull request #76 from cpeterso/cpeterso/Wunused-function
-
+    
     Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
 
 commit fb85d618f5883458bacf0ecb0894772291a2d738
@@ -29747,12 +165664,12 @@ Date:   Sun Jan 4 19:31:10 2015 -0800
  4 files changed, 10 insertions(+), 4 deletions(-)
 
 commit 365c03fc2bcdb4098314a0e123c46018fb882586
-Merge: c36c4a99 d1897a98
+Merge: c36c4a992 d1897a98d
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jan 3 21:55:30 2015 -0800
 
     Merge pull request #75 from cpeterso/cpeterso/Wunused-value
-
+    
     Fix hb_atomic_ptr_cmpexch -Wunused-value warnings
 
 commit d1897a98d8da40cffb57c07099a9a93cfeaacc36
@@ -29770,7 +165687,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 2 14:09:23 2015 -0800
 
     Add missing va_end()
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/74
 
  util/options.cc | 1 +
@@ -29781,16 +165698,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 28 18:56:15 2014 -0800
 
     [ft] Don't set font ppem
-
+    
     For discussion see:
-
+    
       http://lists.freedesktop.org/archives/harfbuzz/2012-April/001905.html
-
-    Over time we have had added NO_HINTING all over the place in hb-ft.
-    Finish it off.
-    Not setting ppem on hb-font disables get_contour_point() calls which
-    is good anyway.
-
+    
+    Over time we have had added NO_HINTING all over the place in hb-ft.  Finish it off.
+    Not setting ppem on hb-font disables get_contour_point() calls which is good anyway.
+    
     See comments in the commit.
 
  src/hb-ft.cc | 9 +++++++++
@@ -29800,63 +165715,46 @@ commit 350f3a02ce225e5d78db8ac96de1351ff9f96dd5
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 28 17:44:26 2014 -0800
 
-    [ft] Add hb_ft_face_create_referenced() and
-    hb_ft_font_create_referenced()
-
-    When I originally wrote hb-ft, FreeType objects did not support
-    reference
+    [ft] Add hb_ft_face_create_referenced() and hb_ft_font_create_referenced()
+    
+    When I originally wrote hb-ft, FreeType objects did not support reference
     counting.  As such, hb_ft_face_create() and hb_ft_font_create() had a
-    "destroy" callback and client was responsible for making sure
-    FT_Face is
+    "destroy" callback and client was responsible for making sure FT_Face is
     kept around as long as the hb-font/face are alive.
-
+    
     However, since this was not clearly documented, some clienets didn't
-    correctly did that.  In particular, some clients assumed that
-    it's safe
-    to destroy FT_Face and then hb_face_t.  This, indeed, used to work,
-    until
-    45fd9424c723f115ca98995b8f8a25185a6fc71d, which make face destroy
-    access
+    correctly did that.  In particular, some clients assumed that it's safe
+    to destroy FT_Face and then hb_face_t.  This, indeed, used to work, until
+    45fd9424c723f115ca98995b8f8a25185a6fc71d, which make face destroy access
     font tables.
-
-    Now, I fixed that issue in 395b35903e052aecc97d0807e4f813c64c0d2b0b
-    since
-    the access was not needed, but the problem remains that not all
-    clients
+    
+    Now, I fixed that issue in 395b35903e052aecc97d0807e4f813c64c0d2b0b since
+    the access was not needed, but the problem remains that not all clients
     handle this correctly.  See:
-
+    
       https://bugs.freedesktop.org/show_bug.cgi?id=86300
-
-    Fortunately, FT_Reference_Face() was added to FreeType in 2010,
-    and so we
+    
+    Fortunately, FT_Reference_Face() was added to FreeType in 2010, and so we
     can use it now.  Originally I wanted to change hb_ft_face_create() and
-    hb_ft_font_create() to reference the face if destroy==NULL was
-    passed in.
-    That would improve pretty much all clients, with little undesired
-    effects.
-    Except that FreeType itself, when compiled with HarfBuzz support,
-    calls
-    hb_ft_font_create() with destroy==NULL and saves the resulting
-    hb-font on
+    hb_ft_font_create() to reference the face if destroy==NULL was passed in.
+    That would improve pretty much all clients, with little undesired effects.
+    Except that FreeType itself, when compiled with HarfBuzz support, calls
+    hb_ft_font_create() with destroy==NULL and saves the resulting hb-font on
     the ft-face (why does it not free it immediately?).  Making hb-face
-    reference ft-face causes a cycling reference there.  At least,
-    that's my
+    reference ft-face causes a cycling reference there.  At least, that's my
     current understanding.
-
-    At any rate, a cleaner approach, even if it means all clients will
-    need a
+    
+    At any rate, a cleaner approach, even if it means all clients will need a
     change, is to introduce brand new API.  Which this commit does.
-
-    Some comments added to hb-ft.h, hoping to make future clients
-    make better
+    
+    Some comments added to hb-ft.h, hoping to make future clients make better
     choices.
-
+    
     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=75299
 
  configure.ac |  4 ++--
  src/hb-ft.cc | 32 ++++++++++++++++++++++++++++++++
- src/hb-ft.h  | 59
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-ft.h  | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
  3 files changed, 92 insertions(+), 3 deletions(-)
 
 commit 9a3b74884b2e41c7040611030f4336f13d18fd3e
@@ -29864,7 +165762,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 28 17:27:39 2014 -0800
 
     Remove redundant check for FT_Face_GetCharVariantIndex
-
+    
     We require FreeType >= 2.8.3.  This symbol was introduced earlier
     than that.
 
@@ -29886,7 +165784,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 28 16:20:31 2014 -0800
 
     [ft] Open blob in READONLY mode
-
+    
     HB_MEMORY_MODE_READONLY_MAY_MAKE_WRITABLE is deprecated and fairly
     useless now.
 
@@ -29898,13 +165796,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 28 16:03:26 2014 -0800
 
     Avoid accessing layout tables at face destruction
-
+    
     "Fixes" https://bugs.freedesktop.org/show_bug.cgi?id=86300
-
-    Based on discussion someone else who had a similar issue, most
-    probably
-    the user is releasing FT_Face before destructing hb_face_t /
-    hb_font_t.
+    
+    Based on discussion someone else who had a similar issue, most probably
+    the user is releasing FT_Face before destructing hb_face_t / hb_font_t.
     While that's a client bug, and while we can (and should) use FreeType
     refcounting to help avoid that, it happens that we were accessing
     the table when we didn't really have to.  Avoid that.
@@ -29919,13 +165815,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 18 18:22:21 2014 -0800
 
     Fail blob creation if length overflows or is too large
-
+    
     Fail if blob start plus length overflows; or if blob length
     is greater than 2GB.  It takes a while for fonts to get to that
     size.  In the mean time, it protects against bugs like this:
-
+    
       http://www.icu-project.org/trac/ticket/11450
-
+    
     Also avoids some weird issues with 32bit vs 64bit systems
     as we accept length as unsigned int.  As such, a length of
     -1 will cause overflow on 32bit machines, but happily
@@ -29940,7 +165836,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 18 18:09:41 2014 -0800
 
     Assert that blob length doesn't overflow address.
-
+    
     This will crash now, if blob was created with wrong length.
     Check for that coming next commit.
 
@@ -29964,8 +165860,7 @@ Date:   Fri Dec 12 21:07:53 2014 -0800
     [otlayout] Mark variables that are C arrays as opposed to OT::ArrayOf
 
  src/hb-ot-layout-gpos-table.hh       | 24 +++++++--------
- src/hb-ot-layout-gsubgpos-private.hh | 60
- ++++++++++++++++++------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 60 ++++++++++++++++++------------------
  2 files changed, 42 insertions(+), 42 deletions(-)
 
 commit 9df0a520306a491f973d42965597bfda6023e508
@@ -30040,24 +165935,23 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 10 12:05:24 2014 -0800
 
     [indic] Allow ZWJ/ZWNJ before SM
-
+    
     In Oriya, a ZWJ/ZWNJ might be added before candrabindu to encourage
     or stop ligation of the candrabindu.  This is clearly specified in
     the Unicode section on Oriya.  Allow it there.  Note that Uniscribe
     doesn't allow this.
-
+    
     Micro tests added using Noto Sans Oriya draft.
-
+    
     No changes in numbers.  Currently at:
-
+    
     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
-    MALAYALAM: 1048147 out of 1048334 tests passed. 187 failed
-    (0.0178378%)
+    MALAYALAM: 1048147 out of 1048334 tests passed. 187 failed (0.0178378%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
@@ -30065,8 +165959,7 @@ Date:   Wed Dec 10 12:05:24 2014 -0800
 
  src/hb-ot-shape-complex-indic-machine.rl                 |   2 +-
  test/shaping/Makefile.am                                 |   1 +
- .../sha1sum/5028afb650b1bb718ed2131e872fbcce57828fff.ttf | Bin 0 ->
- 4720 bytes
+ .../sha1sum/5028afb650b1bb718ed2131e872fbcce57828fff.ttf | Bin 0 -> 4720 bytes
  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
  test/shaping/tests/MANIFEST                              |   1 +
  test/shaping/tests/indic-joiner-candrabindu.tests        |   2 ++
@@ -30087,12 +165980,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 29 11:23:08 2014 -0700
 
     In hb_ot_collect_glyphs(), don't recurse to a lookup more than once
-
+    
     Otherwise, we might process a lookup thousands of times, with no
     benefit.  This pathological case was hit by Noto Nastaliq Urdu Draft
     in Firefox's code to determine whether space glyph is involved in
     any GSUB/GPOS rules.  A test page is at http://behdad.org/urdu
-
+    
     See:
     https://bugzilla.mozilla.org/show_bug.cgi?id=1090869
 
@@ -30105,8 +165998,7 @@ Date:   Tue Oct 14 21:26:13 2014 -0700
 
     Move code around
 
- src/hb-open-type-private.hh | 50
- ++++++++++++++++++++++-----------------------
+ src/hb-open-type-private.hh | 50 ++++++++++++++++++++++-----------------------
  1 file changed, 25 insertions(+), 25 deletions(-)
 
 commit 666b42f73bd1f516657b206ef738108825bf239f
@@ -30114,11 +166006,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 14 21:24:59 2014 -0700
 
     Move macros around
-
+    
     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=84491
 
- src/hb-open-type-private.hh | 63
- ++++++++++++++++++++++++++++++++++++++-------
+ src/hb-open-type-private.hh | 63 ++++++++++++++++++++++++++++++++++++++-------
  src/hb-private.hh           | 41 -----------------------------
  src/hb-uniscribe.cc         |  6 +++++
  3 files changed, 60 insertions(+), 50 deletions(-)
@@ -30128,7 +166019,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 14 20:07:31 2014 -0700
 
     Fix misc warnings
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/51
 
  src/hb-buffer-deserialize-json.rl | 4 ++--
@@ -30340,7 +166231,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 1 12:41:03 2014 -0400
 
     Don't use tmp files in Makefile
-
+    
     Useful for code-coverage generation of the ragel-generated files
     as they will now contain the correct .hh filename in them.
 
@@ -30352,7 +166243,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 1 11:56:07 2014 -0400
 
     check-static-inits: Filter out zero-length sections
-
+    
     When compiling with -O0, zero-sized constructors were showing up
     and confusing the test.
 
@@ -30401,8 +166292,7 @@ Date:   Thu Sep 25 17:45:49 2014 +0300
 
     [ot-font] Add hb_ot_face_cmap_accelerator_t
 
- src/hb-ot-font.cc | 113
- +++++++++++++++++++++++++++++++-----------------------
+ src/hb-ot-font.cc | 113 +++++++++++++++++++++++++++++++-----------------------
  1 file changed, 66 insertions(+), 47 deletions(-)
 
 commit d088ccaf11d9475fe0d269ce130b1793b8a1ffbf
@@ -30429,8 +166319,7 @@ Date:   Thu Sep 25 16:53:24 2014 +0300
 
     [ot-font] Add metrics_accel_t
 
- src/hb-ot-font.cc       | 111
- ++++++++++++++++++++++--------------------------
+ src/hb-ot-font.cc       | 111 ++++++++++++++++++++++--------------------------
  src/hb-ot-hhea-table.hh |   2 +-
  src/hb-ot-hmtx-table.hh |   4 +-
  3 files changed, 54 insertions(+), 63 deletions(-)
@@ -30442,8 +166331,7 @@ Date:   Thu Sep 25 13:04:08 2014 +0300
     [ot-font] Start adding vertical support
 
  src/hb-ot-font.cc       | 57 ++++++++++++++++++++++++++++++++++----------
- src/hb-ot-hhea-table.hh | 63
- ++++++++++++++++++++++++++-----------------------
+ src/hb-ot-hhea-table.hh | 63 ++++++++++++++++++++++++++-----------------------
  src/hb-ot-hmtx-table.hh | 35 +++++++++++++++++----------
  3 files changed, 100 insertions(+), 55 deletions(-)
 
@@ -30461,9 +166349,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 25 12:31:19 2014 -0400
 
     [arabic] Don't #include __FILE__
-
+    
     Fine!
-
+    
     https://code.google.com/p/chromium/issues/detail?id=406957
 
  src/hb-ot-shape-complex-arabic-win1256.hh | 2 +-
@@ -30474,7 +166362,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 25 11:48:12 2014 -0400
 
     [arabic] Allow disabling win1256 fallback code
-
+    
     By defining HB_NO_WIN1256.
 
  src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
@@ -30484,9 +166372,8 @@ commit 8a9319502141c09695461c386e54f998250420e9
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 22 12:06:57 2014 -0400
 
-    [ot] Prefer Windows platform cmap tables / accept all Unicode
-    encodingIDs
-
+    [ot] Prefer Windows platform cmap tables / accept all Unicode encodingIDs
+    
     Some fonts on the Mac ship with (0,1).
 
  src/hb-ot-font.cc | 7 +++++--
@@ -30526,8 +166413,7 @@ Date:   Thu Aug 14 13:25:55 2014 -0400
 
     Simplify hb-object
 
- src/hb-object-private.hh | 118
- +++++++++++++++--------------------------------
+ src/hb-object-private.hh | 118 +++++++++++++++--------------------------------
  1 file changed, 36 insertions(+), 82 deletions(-)
 
 commit 9d861b81f349188a4507350398786a6e94038095
@@ -30536,8 +166422,7 @@ Date:   Thu Aug 14 13:15:21 2014 -0400
 
     Really fix clang build this time
 
- src/hb-object-private.hh | 141
- +++++++++++++++++++++++------------------------
+ src/hb-object-private.hh | 141 +++++++++++++++++++++++------------------------
  1 file changed, 68 insertions(+), 73 deletions(-)
 
 commit 272226f294382b0c6921b36e0e67fc53daa765d3
@@ -30545,7 +166430,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 14 13:11:33 2014 -0400
 
     Revert "Fix build on clang after previous commit"
-
+    
     This reverts commit 9c80cbc87f23040a334e30c750f64523d9ef10c8.
 
  src/hb-object-private.hh | 34 +++++++++++++---------------------
@@ -30565,7 +166450,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 14 13:05:36 2014 -0400
 
     Rewrite this==NULL checks to avoid undefined behavior
-
+    
     Fixes https://code.google.com/p/chromium/issues/detail?id=403594
 
  src/hb-object-private.hh | 18 ++++++++----------
@@ -30576,7 +166461,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 14 12:59:16 2014 -0400
 
     Remove this==NULL check from face->reference_table()
-
+    
     Not supposed to happen, and apparently this is undefined in C++.
     https://code.google.com/p/chromium/issues/detail?id=403594
 
@@ -30588,7 +166473,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 14 12:57:02 2014 -0400
 
     Make hb_object_t members private
-
+    
     In preparation for fixing:
     https://code.google.com/p/chromium/issues/detail?id=403594
 
@@ -30656,9 +166541,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 12 17:15:09 2014 -0400
 
     [shape-plan] Fix typo!
-
-    The only effect is, if shaper_list was not NULL and no shaper
-    was found,
+    
+    The only effect is, if shaper_list was not NULL and no shaper was found,
     we now don't insert anything into cache and return earlier.
 
  src/hb-shape-plan.cc | 2 +-
@@ -30695,11 +166579,10 @@ commit 8d5eebc0c6ada01128c6ee384340efdbef7ba29d
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 12 16:50:22 2014 -0400
 
-    [shape-plan] Fix shape-plan caching with more than one requested
-    shaper
-
+    [shape-plan] Fix shape-plan caching with more than one requested shaper
+    
     Wasn't breaking out of loop, ouch!
-
+    
     http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1246370.html
 
  src/hb-shape-plan.cc | 9 ++++++---
@@ -30719,7 +166602,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 12 15:49:47 2014 -0400
 
     [coretext] Fix buffer resizing
-
+    
     Was very broken.  Now fixed and tested.
 
  src/hb-coretext.cc | 17 +++++++++++++----
@@ -30739,9 +166622,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 12 13:12:31 2014 -0400
 
     [wince] Two more Windows CE fixes
-
+    
     Report has it that it builds (and works) now:
-
+    
       https://codereview.qt-project.org/#/c/92087/
 
  src/hb-mutex-private.hh | 2 +-
@@ -30753,19 +166636,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 12 10:32:41 2014 -0400
 
     [coretext] Compare CGFont and PS name, if CTFont didn't match
-
+    
     See comments.
-
+    
     Fixes vertical text.  CoreText backend is in very good shape now!
-
+    
     Also see:
     5a0eed3b50629be4826e4e9428f2c3255195395d
     25f4fb9b56bb3f8bec821571c78f8829e40daa54
-
+    
     Fixes http://github.com/behdad/harfbuzz/pull/36
 
- src/hb-coretext.cc | 54
- ++++++++++++++++++++++++++++++++++++++++++++++++------
+ src/hb-coretext.cc | 54 ++++++++++++++++++++++++++++++++++++++++++++++++------
  1 file changed, 48 insertions(+), 6 deletions(-)
 
 commit 5a0eed3b50629be4826e4e9428f2c3255195395d
@@ -30773,13 +166655,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 11 23:47:16 2014 -0400
 
     [coretext] Implement vertical shaping
-
+    
     Currently doesn't work though, we detect font fallback.  Apparently
     matching on ct_font is not safe for this.  Looks like commit
     25f4fb9b56bb3f8bec821571c78f8829e40daa54 wasn't enough after all.
 
- src/hb-coretext.cc | 127
- ++++++++++++++++++++++++++++++++++-------------------
+ src/hb-coretext.cc | 127 ++++++++++++++++++++++++++++++++++-------------------
  1 file changed, 81 insertions(+), 46 deletions(-)
 
 commit 1b55077f03758e49f93b8bc1de678e96ea58718c
@@ -30787,7 +166668,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 11 20:45:12 2014 -0400
 
     [coretext] Remove unnecessary alt_size
-
+    
     Wasn't needed after a6b8dc87421de33746b0b14d86d2d1532aec02af.
 
  src/hb-coretext.cc | 4 ++--
@@ -30798,7 +166679,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 11 20:02:45 2014 -0400
 
     [coretext] Use CFRunStatus
-
+    
     Assert that all runs had expected direction, and take hint for
     non-monotone clusters.
 
@@ -30828,13 +166709,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 11 18:40:01 2014 -0400
 
     API: Do not clear buffer-flags in hb_buffer_clear_contents()
-
+    
     After 763e5466c0a03a7c27020e1e2598e488612529a7, one doesn't
     need to set flags for different pieces of text.  The flags now
     are something the client sets up once, depending on how it
     actually uses the buffer.  As such, don't clear it in
     clear_contents().
-
+    
     Tests updated.
 
  src/hb-buffer-private.hh |  4 +---
@@ -30856,7 +166737,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 11 17:46:50 2014 -0400
 
     [coretext] Pass buffer direction to CoreText
-
+    
     Have to use a CTTypesetter for this.
 
  src/hb-coretext.cc | 26 ++++++++++++++++++++++----
@@ -30867,7 +166748,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 11 17:46:12 2014 -0400
 
     [coretext] Minor
-
+    
     It's hard to handle all possible NULL returns from CoreText.  Add one
     more...
 
@@ -30879,7 +166760,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 11 15:29:18 2014 -0400
 
     [coretext] Attach marks to base clusters
-
+    
     Fixes https://githu.com/behdad/harfbuzz/issues/49
     to the extent that it can be fixed.
 
@@ -30891,10 +166772,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 11 15:11:59 2014 -0400
 
     [coretext] Use input clusters
-
+    
     Before, this shaper was returning UTF-16 cluster indices instead of
-    returning whatever cluster values the user had had set up in the
-    buffer.
+    returning whatever cluster values the user had had set up in the buffer.
     Ouch!
 
  src/hb-coretext.cc | 6 ++----
@@ -30905,14 +166785,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 11 15:08:19 2014 -0400
 
     [coretext] Fix buffer resize handling
-
+    
     We can't really resize buffer and continue in this shaper as we are
     using the scratch buffer for string_ref and log_cluster.  Restructure
     shaper to retry from (almost) scratch.
 
  src/hb-buffer-private.hh |   3 +
- src/hb-coretext.cc       | 428
- ++++++++++++++++++++++++++---------------------
+ src/hb-coretext.cc       | 428 ++++++++++++++++++++++++++---------------------
  2 files changed, 238 insertions(+), 193 deletions(-)
 
 commit 9b3c60c88b118f01610ae7a608b138f79f2dc7be
@@ -30920,7 +166799,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 11 13:25:43 2014 -0400
 
     [coretext] Always compute log_clusters
-
+    
     To be used soon.
 
  src/hb-coretext.cc | 24 +++++++++++-------------
@@ -30959,7 +166838,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Aug 10 19:05:25 2014 -0400
 
     [coretext] Fix fallback detection
-
+    
     Fixes http://github.com/behdad/harfbuzz/pull/36
 
  src/hb-coretext.cc | 29 ++++++++++++++++++++---------
@@ -30970,11 +166849,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Aug 10 18:59:47 2014 -0400
 
     [coretext] Fix last range
-
+    
     Test with:
-
-    hb-view /Library/Fonts/Zapfino.ttf ZapfinoZapfino --features=-dlig[7:]
-    --shaper=coretext
+    
+    hb-view /Library/Fonts/Zapfino.ttf ZapfinoZapfino --features=-dlig[7:] --shaper=coretext
 
  src/hb-coretext.cc | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -30984,7 +166862,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Aug 10 18:52:07 2014 -0400
 
     Fix hb_in_range() for types smaller than int
-
+    
     As exercised by hb-coretext .notdef code.
 
  src/hb-private.hh | 4 +++-
@@ -30995,10 +166873,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Aug 10 18:04:50 2014 -0400
 
     [wince] Try to fix some stuff on Windows CE
-
+    
     Based on errors seen here:
     http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_03837/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz
-
+    
     Fully untested.
 
  src/hb-private.hh | 8 ++++++++
@@ -31019,7 +166897,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Aug 10 17:40:24 2014 -0400
 
     [coretext] Fix assert on Yosemite
-
+    
     Apparently those functions documented as sometimes returning NULL
     actually exercise that right in OS X 10.10 Yosemite.  The scratch
     was too small for that.  I *think* I fixed it, but haven't tested
@@ -31042,7 +166920,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 7 15:38:52 2014 -0400
 
     [arabic] Bug 82306 - Mandaic had errors in its Unicode Joining_Type
-
+    
     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=82306
 
  src/hb-ot-shape-complex-arabic-table.hh | 2 +-
@@ -31053,12 +166931,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 6 13:34:49 2014 -0400
 
     Use atexit() only if it's safe to call from shared library
-
+    
     Apparently they are not (advertised as?) safe on BSD systems.
     We ignore the case of static libraries.
-
+    
     Whitelisted on glibc, Android, and MSVC / mingw.
-
+    
     https://bugs.freedesktop.org/show_bug.cgi?id=82246
 
  src/hb-common.cc    |  4 ++--
@@ -31074,18 +166952,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 5 14:19:01 2014 -0400
 
     [arabic] Fix fallback shaping regression
-
+    
     Was broken in 615d00ea252739da57edbd980ff27e573.
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/48
-
+    
     Micro-test added.
 
  src/hb-ot-shape-complex-arabic.cc                        |   4 ++--
  test/shaping/Makefile.am                                 |   1 +
  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
- .../sha1sum/df768b9c257e0c9c35786c47cae15c46571d56be.ttf | Bin 0 ->
- 6332 bytes
+ .../sha1sum/df768b9c257e0c9c35786c47cae15c46571d56be.ttf | Bin 0 -> 6332 bytes
  test/shaping/tests/MANIFEST                              |   1 +
  test/shaping/tests/arabic-fallback-shaping.tests         |   1 +
  6 files changed, 6 insertions(+), 2 deletions(-)
@@ -31114,7 +166991,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Aug 2 17:18:46 2014 -0400
 
     Make sure gsubgpos buffer vars are available during fallback_position
-
+    
     Add buffer var allocation asserts to a few key places.
 
  src/hb-ot-layout-gpos-table.hh             |  4 ++--
@@ -31131,7 +167008,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Aug 2 16:31:16 2014 -0400
 
     Disable 'liga' for vertical text
-
+    
     The reason we turned it on is because Kazuraki uses it.  But that's
     not reason enough.  Until the OpenType spec gets its act together re
     adding design-direction to lookups, this is better user experience.
@@ -31144,46 +167021,44 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Aug 2 16:17:44 2014 -0400
 
     Make it easier to use HB_BUFFER_FLAG_BOT/EOT
-
+    
     Previously, we expected users to provide BOT/EOT flags when the
     text *segment* was at paragraph boundaries.  This meant that for
     clients that provide full paragraph to HarfBuzz (eg. Pango), they
     had code like this:
-
+    
       hb_buffer_set_flags (hb_buffer,
                            (item_offset == 0 ? HB_BUFFER_FLAG_BOT : 0) |
-                           (item_offset + item_length == paragraph_length
-                           ?
+                           (item_offset + item_length == paragraph_length ?
                             HB_BUFFER_FLAG_EOT : 0));
-
+    
       hb_buffer_add_utf8 (hb_buffer,
                           paragraph_text, paragraph_length,
                           item_offset, item_length);
-
+    
     After this change such clients can simply say:
-
+    
       hb_buffer_set_flags (hb_buffer,
                            HB_BUFFER_FLAG_BOT | HB_BUFFER_FLAG_EOT);
-
+    
       hb_buffer_add_utf8 (hb_buffer,
                           paragraph_text, paragraph_length,
                           item_offset, item_length);
-
+    
     Ie, HarfBuzz itself checks whether the segment is at the beginning/end
     of the paragraph.  Clients that only pass item-at-a-time to HarfBuzz
     continue not setting any flags whatsoever.
-
+    
     Another way to put it is: if there's pre-context text in the buffer,
     HarfBuzz ignores the BOT flag.  If there's post-context, it ignores
     EOT flag.
 
- src/hb-ot-shape-complex-arabic.cc | 40
- +++++++++++++++++++--------------------
+ src/hb-ot-shape-complex-arabic.cc | 40 +++++++++++++++++++--------------------
  src/hb-ot-shape.cc                |  1 +
  2 files changed, 20 insertions(+), 21 deletions(-)
 
 commit 0a5ae9336231c4d189e1682e4fd9c9c4552b8bbf
-Merge: ac53443f 6ab6be32
+Merge: ac53443f1 6ab6be32c
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Aug 2 15:00:34 2014 -0400
 
@@ -31203,13 +167078,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 1 19:05:33 2014 -0400
 
     [arabic/win1256] Really fix lam-alef this time
-
+    
     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c26
     https://github.com/behdad/harfbuzz/commit/b276e897d17519a2c28f79d024904ac2bdd86bcf#commitcomment-7243499
 
  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
- src/hb-ot-shape-complex-arabic-win1256.hh  | 49
- +++++++++---------------------
+ src/hb-ot-shape-complex-arabic-win1256.hh  | 49 +++++++++---------------------
  2 files changed, 15 insertions(+), 36 deletions(-)
 
 commit 55977f2a462b7fa1248eab3787053dc82320d3e5
@@ -31217,13 +167091,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 1 16:14:33 2014 -0400
 
     [arabic/win1256] Hook up lamMedi lookup
-
+    
     Restructure lookup array to accommodate.
-
+    
     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c18
 
- src/hb-ot-shape-complex-arabic-fallback.hh | 26
- ++++++++++----------------
+ src/hb-ot-shape-complex-arabic-fallback.hh | 26 ++++++++++----------------
  src/hb-ot-shape-complex-arabic-win1256.hh  |  1 +
  2 files changed, 11 insertions(+), 16 deletions(-)
 
@@ -31232,7 +167105,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 1 16:09:31 2014 -0400
 
     [arabic/win1256] Fix TEH MARBUTA final form
-
+    
     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c18
 
  src/hb-ot-shape-complex-arabic-win1256.hh | 8 ++++----
@@ -31243,7 +167116,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 31 18:21:05 2014 -0400
 
     [arabic/win1256] Fix shaping of JEEM, HAH, and KHAH
-
+    
     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c16
 
  src/hb-ot-shape-complex-arabic-win1256.hh | 22 ++++++++++++----------
@@ -31254,24 +167127,20 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 31 11:04:00 2014 -0400
 
     [arabic/win1256] Remove GCC'ism
-
-    The table can now compile independently too.  If we cannot make
-    it work
+    
+    The table can now compile independently too.  If we cannot make it work
     on MSVC, we can always generate the data and distribute it.
-
+    
     The code now compiles cleanly with:
-
-    gcc -c -xc -std=c99 -Werror -pedantic
-    hb-ot-shape-complex-arabic-win1256.hh
-    g++ -c -xc -std=c++1x -Werror -pedantic
-    hb-ot-shape-complex-arabic-win1256.hh
-
+    
+    gcc -c -xc -std=c99 -Werror -pedantic hb-ot-shape-complex-arabic-win1256.hh
+    g++ -c -xc -std=c++1x -Werror -pedantic hb-ot-shape-complex-arabic-win1256.hh
+    
     See:
     https://github.com/behdad/harfbuzz/commit/a97f537cec209649302899975d76ca2b2661da7a#commitcomment-7218736
 
  src/hb-ot-shape-complex-arabic-fallback.hh |   4 +-
- src/hb-ot-shape-complex-arabic-win1256.hh  | 123
- +++++++++++++++++------------
+ src/hb-ot-shape-complex-arabic-win1256.hh  | 123 +++++++++++++++++------------
  2 files changed, 75 insertions(+), 52 deletions(-)
 
 commit f28b1c823db2ad56fed356ef864a7508d23048b8
@@ -31279,26 +167148,23 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 30 02:15:44 2014 -0400
 
     [arabic] Implement Windows-1256 private shaping
-
-    Bug 1045139 - The Arabic text with "MS Sans Serif" font is rendered
-    bad
+    
+    Bug 1045139 - The Arabic text with "MS Sans Serif" font is rendered bad
     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139
-
+    
     This is only enabled on Windows platforms, and requires support from
     Uniscribe to work.  But for clients that do hook up to Uniscribe, this
-    fixes shaping of Windows-1256-encoded bitmap fonts like "MS Sans
-    Serif".
-
+    fixes shaping of Windows-1256-encoded bitmap fonts like "MS Sans Serif".
+    
     The code and table together have just less than a 1kb footprint when
     enabled.
-
+    
     UNTESTED.  I might even have broken regular Arabic fallback shaping.
 
  src/Makefile.am                            |   1 +
  src/check-includes.sh                      |   2 +-
  src/hb-ot-shape-complex-arabic-fallback.hh | 125 +++++++++--
- src/hb-ot-shape-complex-arabic-win1256.hh  | 328
- +++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-arabic-win1256.hh  | 328 +++++++++++++++++++++++++++++
  4 files changed, 442 insertions(+), 14 deletions(-)
 
 commit ac53443f1cea83ed43a4e41a9fdb91902f7fae7b
@@ -31306,22 +167172,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 31 18:51:37 2014 -0400
 
     [hangul] Don't apply 'calt'
-
+    
     See comments.
-
+    
     Micro-test added.
 
- src/hb-ot-shape-complex-hangul.cc                        |  11
- ++++++++++-
+ src/hb-ot-shape-complex-hangul.cc                        |  11 ++++++++++-
  test/shaping/Makefile.am                                 |   1 +
- .../sha1sum/757ebd573617a24aa9dfbf0b885c54875c6fe06b.ttf | Bin 0 ->
- 1804 bytes
- .../sha1sum/7e14e7883ed152baa158b80e207b66114c823a8b.ttf | Bin 0 ->
- 1644 bytes
+ .../sha1sum/757ebd573617a24aa9dfbf0b885c54875c6fe06b.ttf | Bin 0 -> 1804 bytes
+ .../sha1sum/7e14e7883ed152baa158b80e207b66114c823a8b.ttf | Bin 0 -> 1644 bytes
  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
  test/shaping/tests/MANIFEST                              |   1 +
- test/shaping/tests/hangul-jamo.tests                     |  11
- +++++++++++
+ test/shaping/tests/hangul-jamo.tests                     |  11 +++++++++++
  7 files changed, 25 insertions(+), 1 deletion(-)
 
 commit 8292f96b2be173ebceb1b54426c271cfeaecd633
@@ -31347,20 +167209,19 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jul 26 20:34:01 2014 -0400
 
     [hebrew] Zero mark advance by GDEF late
-
+    
     Seems to be what Uniscribe does.
-
+    
     At this point I think it's work checking our default...
-
+    
     Fixes Bug 76767 - Zeroing of advance of 2nd component of multiple
     substitution with SBL Hebrew
     https://bugs.freedesktop.org/show_bug.cgi?id=76767
-
+    
     Micro-test added.
 
  src/hb-ot-shape-complex-hebrew.cc                        |   2 +-
- .../sha1sum/8454d22037f892e76614e1645d066689a0200e61.ttf | Bin 0 ->
- 6068 bytes
+ .../sha1sum/8454d22037f892e76614e1645d066689a0200e61.ttf | Bin 0 -> 6068 bytes
  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
  test/shaping/tests/zero-width-marks.tests                |   1 +
  4 files changed, 3 insertions(+), 1 deletion(-)
@@ -31370,23 +167231,21 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jul 26 19:17:44 2014 -0400
 
     Add old-Myanmar shaper
-
+    
     Looks like Unsicribe responds to the 'mymr' tag by zeroing marks
     GDEF_LATE instead of generic-shaper UNICODE_LATE.  Implement that.
-
+    
     Fixes
     Bug 81775 - Incorrect Rendering with harfbuzz-ng myanmar unicode
     https://bugs.freedesktop.org/show_bug.cgi?id=81775
-
+    
     Micro-test added based on Padauk.
 
- src/hb-ot-shape-complex-myanmar.cc                    |  18
- ++++++++++++++++++
+ src/hb-ot-shape-complex-myanmar.cc                    |  18 ++++++++++++++++++
  src/hb-ot-shape-complex-private.hh                    |   5 +++--
  test/shaping/Makefile.am                              |   1 +
  test/shaping/fonts/sha1sum/MANIFEST                   |   1 +
- .../bb9473d2403488714043bcfb946c9f78b86ad627.ttf      | Bin 0 ->
- 3440 bytes
+ .../bb9473d2403488714043bcfb946c9f78b86ad627.ttf      | Bin 0 -> 3440 bytes
  test/shaping/tests/MANIFEST                           |   1 +
  test/shaping/tests/zero-width-marks.tests             |   1 +
  7 files changed, 25 insertions(+), 2 deletions(-)
@@ -31424,7 +167283,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 25 12:30:47 2014 -0400
 
     Fix snprintf() format
-
+    
     Patch from Maks Naumov.
     Fixes https://github.com/behdad/harfbuzz/pull/22
 
@@ -31436,7 +167295,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 25 12:21:49 2014 -0400
 
     Make sure broken feature strings are not partially parsed
-
+    
     If user doesn't check hb_feature_from_string() return value, we
     don't want them to end up see the partially-parsed feature.
 
@@ -31448,7 +167307,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 25 12:15:33 2014 -0400
 
     Allow quotation marks around feature tag in hb_feature_from_string()
-
+    
     With this, I believe we accept CSS feature strings completely.
 
  src/hb-shape.cc | 24 +++++++++++++++++++++---
@@ -31477,7 +167336,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 25 12:01:22 2014 -0400
 
     Allow on/off in hb_feature_from_string()
-
+    
     We now allow things like "dlig on" / "dlig=on".
 
  src/hb-shape.cc | 26 ++++++++++++++++++++++++--
@@ -31488,7 +167347,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 25 11:56:01 2014 -0400
 
     Remove duplicate definition of ISALNUM
-
+    
     It's defined in hb-private.h already.
 
  src/hb-shape.cc | 2 --
@@ -31508,7 +167367,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 25 11:44:35 2014 -0400
 
     Do not require the '=' in hb_feature_from_string()
-
+    
     Towards accepting CSS font-feature-settings strings.
 
  src/hb-shape.cc | 6 +++++-
@@ -31528,9 +167387,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 25 11:18:11 2014 -0400
 
     Minor warnings fixes
-
-    Some systems insist on -Wmissing-field-initializers.  We have
-    too many,
+    
+    Some systems insist on -Wmissing-field-initializers.  We have too many,
     by design.  Fix a few easy ones.
 
  src/hb-open-type-private.hh | 2 +-
@@ -31543,13 +167401,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 23 16:48:51 2014 -0400
 
     [indic] Handle old-spec Malayalam reordering with final Halant
-
+    
     See comment.
-
+    
     Micro-tests added.
 
- src/hb-ot-shape-complex-indic.cc                   |  28
- +++++++++++++++++----
+ src/hb-ot-shape-complex-indic.cc                   |  28 +++++++++++++++++----
  test/shaping/Makefile.am                           |   1 +
  .../270b89df543a7e48e206a2d830c0e10e5265c630.ttf   | Bin 0 -> 3428 bytes
  .../57a9d9f83020155cbb1d2be1f43d82388cbecc88.ttf   | Bin 0 -> 2272 bytes
@@ -31564,7 +167421,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 23 11:38:49 2014 -0400
 
     Give CC to gir-scanner
-
+    
     From:
     https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-harfbuzz/0001-give-cc-to-gir-scanner.all.patch
 
@@ -31595,7 +167452,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 22 16:26:27 2014 -0400
 
     Disallow changing settings on immutable face
-
+    
     Ouch!
 
  src/hb-face.cc    | 8 ++++----
@@ -31608,7 +167465,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 21 11:12:54 2014 -0400
 
     [win] Fix Cygwin build
-
+    
     https://github.com/behdad/harfbuzz/commit/db308280488c2ee11ba865a9922eb6a0c1abeef3#commitcomment-7077778
 
  src/hb-private.hh | 2 +-
@@ -31619,7 +167476,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jul 20 01:17:40 2014 -0400
 
     Add HB_TAG_MAX_SIGNED / _HB_SCRIPT_MAX_VALUE_SIGNED
-
+    
     To make C language police happy.
 
  src/hb-common.h | 17 ++++++++++++-----
@@ -31630,7 +167487,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jul 19 17:31:23 2014 -0400
 
     [gobject] Skip _HB_SCRIPT_MAX_VALUE
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/38
 
  src/hb-common.h | 2 +-
@@ -31672,9 +167529,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jul 19 16:10:21 2014 -0400
 
     More fixing MemoryBarrier() on Mingw32
-
+    
     Set requested windows header to Vista.  See discussion:
-
+    
     https://github.com/behdad/harfbuzz/commit/fbb2847f541389f40718af71c4945024ae177ab2#commitcomment-7054700
 
  src/hb-atomic-private.hh | 3 +++
@@ -31686,8 +167543,7 @@ Date:   Fri Jul 18 14:42:50 2014 -0400
 
     [test] Remove unused micro-font
 
- .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf        | Bin 81968 ->
- 0 bytes
+ .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf        | Bin 81968 -> 0 bytes
  test/shaping/fonts/sha1sum/MANIFEST                     |   1 -
  2 files changed, 1 deletion(-)
 
@@ -31696,15 +167552,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 18 14:37:49 2014 -0400
 
     [test] Add more Mongolian variation selector tests
-
+    
     From
     https://code.google.com/p/chromium/issues/detail?id=393896
 
- .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf        | Bin 0 ->
- 81968 bytes
+ .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf        | Bin 0 -> 81968 bytes
  test/shaping/fonts/sha1sum/MANIFEST                     |   2 ++
- .../bb29ce50df2bdba2d10726427c6b7609bf460e04.ttf        | Bin 0 ->
- 74856 bytes
+ .../bb29ce50df2bdba2d10726427c6b7609bf460e04.ttf        | Bin 0 -> 74856 bytes
  test/shaping/tests/mongolian-variation-selector.tests   |   1 +
  .../shaper-arabic/script-mongolian/misc/MANIFEST        |   1 +
  .../script-mongolian/misc/variation-selectors.txt       |   8 ++++++++
@@ -31724,7 +167578,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 17 17:13:54 2014 -0400
 
     [arabic] Disable 'cswh' again
-
+    
     Ouch!
 
  src/hb-ot-shape-complex-arabic.cc | 2 +-
@@ -31754,14 +167608,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 17 13:36:09 2014 -0400
 
     [arabic] Apply init/medi/isol/fini/... in separate stages
-
+    
     Follows the order of the Arabic/Syriac specs.  Also don't stop
     between rlig and calt in non-Arabic scripts.
-
+    
     Micro-tests for Arabic and Mongolian added for the latter.
 
- src/hb-ot-shape-complex-arabic.cc                  |  56
- +++++++++++++--------
+ src/hb-ot-shape-complex-arabic.cc                  |  56 +++++++++++++--------
  test/shaping/Makefile.am                           |   2 +
  .../813c2f8e5512187fd982417a7fb4286728e6f4a8.ttf   | Bin 0 -> 3428 bytes
  .../8a9fea2a7384f2116e5b84a9b31f83be7850ce21.ttf   | Bin 0 -> 3428 bytes
@@ -31786,8 +167639,7 @@ Date:   Thu Jul 17 14:22:11 2014 -0400
 
     Micro optimization
 
- src/hb-fallback-shape.cc           | 36
- +++++++++++++++++++-----------------
+ src/hb-fallback-shape.cc           | 36 +++++++++++++++++++-----------------
  src/hb-ot-shape-complex-arabic.cc  | 19 +++++++++++--------
  src/hb-ot-shape-complex-indic.cc   | 15 ++++++++++-----
  src/hb-ot-shape-complex-myanmar.cc |  7 +++++--
@@ -31801,17 +167653,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 17 14:16:38 2014 -0400
 
     Another try to fix Mongolian free variation selectors
-
+    
     This reverts bf029281 and fixes it properly.  That commit
     was not enough as it was only inheriting the shaping_action
     for prev_action, but not curr_action.
-
+    
     Micro-test added.
-
+    
     https://code.google.com/p/chromium/issues/detail?id=393896
 
- src/hb-ot-shape-complex-arabic.cc                  |  24
- +++++++++++++++------
+ src/hb-ot-shape-complex-arabic.cc                  |  24 +++++++++++++++------
  src/hb-unicode-private.hh                          |   3 ++-
  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
  .../ef86fe710cfea877bbe0dbb6946a1f88d0661031.ttf   | Bin 0 -> 2748 bytes
@@ -31822,16 +167673,15 @@ commit 5209c505061130854a2bfea8849928ade3ee92f3
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 17 12:23:44 2014 -0400
 
-    Revert "Show U+FFFD REPLACEMENT CHARACTER for invalid Unicode
-    codepoints"
-
+    Revert "Show U+FFFD REPLACEMENT CHARACTER for invalid Unicode codepoints"
+    
     We now handle U+FFFD replacement in hb_buffer_add_utf*().  Any other
     manipulation can happen in user callbacks.  No need for this.
-
+    
     https://github.com/behdad/harfbuzz/commit/efe74214bbb68eaa3d7621e73869b5d58210107e#commitcomment-7039404
-
+    
     This reverts commit efe74214bbb68eaa3d7621e73869b5d58210107e.
-
+    
     Conflicts:
             src/hb-ot-shape-normalize.cc
 
@@ -31871,26 +167721,25 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 16 15:34:20 2014 -0400
 
     New API: hb_buffer_[sg]et_replacement_codepoint()
-
+    
     With this change, we now by default replace broken UTF-8/16/32 bits
     with U+FFFD.  This can be changed by calling new API on the buffer.
     Previously the replacement value used to be (hb_codepoint_t)-1.
-
+    
     Note that hb_buffer_clear_contents() does NOT reset the replacement
     character.
-
+    
     See discussion here:
-
+    
     https://github.com/behdad/harfbuzz/commit/6f13b6d62daae4989e3cc2fe4b168e5c59650964
-
+    
     New API:
-
+    
       hb_buffer_set_replacement_codepoint()
       hb_buffer_get_replacement_codepoint()
 
  src/hb-buffer-private.hh |  1 +
- src/hb-buffer.cc         | 45
- ++++++++++++++++++++++++++++++++++++++++++---
+ src/hb-buffer.cc         | 45 ++++++++++++++++++++++++++++++++++++++++++---
  src/hb-buffer.h          | 15 ++++++++++++++-
  src/hb-utf-private.hh    | 34 ++++++++++++++++++++--------------
  test/api/test-buffer.c   | 26 +++++++++++++++-----------
@@ -31901,7 +167750,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 16 14:59:04 2014 -0400
 
     New API hb_buffer_add_codepoints()
-
+    
     Like hb_buffer_add_utf32, but doesn't do any Unicode validation.
     This is like what hb_buffer_add_utf32 used to be until a couple
     commits ago.
@@ -31917,8 +167766,7 @@ Date:   Wed Jul 16 14:49:55 2014 -0400
     [buffer] Templatize UTF-* functions
 
  src/hb-buffer.cc      |  10 +-
- src/hb-utf-private.hh | 307
- ++++++++++++++++++++++++++------------------------
+ src/hb-utf-private.hh | 307 ++++++++++++++++++++++++++------------------------
  2 files changed, 166 insertions(+), 151 deletions(-)
 
 commit e634fed4285ce440d277345727ed01757df6d779
@@ -31926,12 +167774,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 16 14:17:26 2014 -0400
 
     [buffer] Validate UTF-32 input
-
+    
     Same as what we do for UTF-8 and UTF-16.
 
  src/hb-utf-private.hh  | 13 +++++++++---
- test/api/test-buffer.c | 55
- ++++++++++++++++++++++++++++++++++++++++++++++++++
+ test/api/test-buffer.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 65 insertions(+), 3 deletions(-)
 
 commit b98c5db32d15fcfb27ce2f6737203ce1ad124319
@@ -31950,8 +167797,7 @@ Date:   Wed Jul 16 13:32:51 2014 -0400
     [tests] Add record-test.sh
 
  test/shaping/Makefile.am    |  1 +
- test/shaping/record-test.sh | 49
- +++++++++++++++++++++++++++++++++++++++++++++
+ test/shaping/record-test.sh | 49 +++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 50 insertions(+)
 
 commit 3b861421a772f52eb232ff93bd74b5a8214801ec
@@ -31959,30 +167805,26 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 16 13:22:05 2014 -0400
 
     Fix Mongolian Variation Selectors for fonts without GDEF
-
+    
     Originally we fixed those in 79d1007a501fd63c0ba4d51038c513e6b8b94740.
-    However, fonts like MongolianWhite don't have GDEF, but have
-    IgnoreMarks
+    However, fonts like MongolianWhite don't have GDEF, but have IgnoreMarks
     in their LigatureSubstitute init/etc features.  We were synthesizing a
     GDEF class of mark for Mongolian Variation Selectors and as such the
     ligature lookups where not matching.  Uniscribe doesn't do that.
-
+    
     I tried with more sophisticated fixes, like, if there is no GDEF and
     a lookup-flag mismatch happens, instead of rejecting a match, try
     skipping that glyph.  That surely produces some interesting behavior,
-    but since we don't want to support fonts missing GDEF more than
-    we have
+    but since we don't want to support fonts missing GDEF more than we have
     to, I went for this simpler fix which is to always mark
     default-ignorables as base when synthesizing GDEF.
-
+    
     Micro-test added.
-
+    
     Fixes rest of https://bugs.freedesktop.org/show_bug.cgi?id=65258
 
- src/hb-ot-shape.cc                                       |  13
- +++++++++++--
- .../sha1sum/37033cc5cf37bb223d7355153016b6ccece93b28.ttf | Bin 0 ->
- 2780 bytes
+ src/hb-ot-shape.cc                                       |  13 +++++++++++--
+ .../sha1sum/37033cc5cf37bb223d7355153016b6ccece93b28.ttf | Bin 0 -> 2780 bytes
  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
  test/shaping/tests/MANIFEST                              |   1 +
  test/shaping/tests/mongolian-variation-selector.tests    |   1 +
@@ -32057,12 +167899,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 11 16:10:58 2014 -0400
 
     Only accept well-formed UTF-8 sequences
-
+    
     Enable tests that were disabled before, and adjust one test,
     and add more tests.
 
- src/hb-utf-private.hh  | 93
- +++++++++++++++++++++++++++++++++-----------------
+ src/hb-utf-private.hh  | 93 +++++++++++++++++++++++++++++++++-----------------
  test/api/test-buffer.c |  9 +++--
  2 files changed, 68 insertions(+), 34 deletions(-)
 
@@ -32080,14 +167921,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 11 15:05:36 2014 -0400
 
     Use hb_in_range() for arabic and indic tables
-
+    
     Though, looks like gcc was smart enough to produce the same code
     before...
 
  src/gen-arabic-table.py                 |  18 +-
  src/gen-indic-table.py                  |  10 +-
- src/hb-ot-shape-complex-arabic-table.hh | 420
- ++++++++++++++++----------------
+ src/hb-ot-shape-complex-arabic-table.hh | 420 ++++++++++++++++----------------
  src/hb-ot-shape-complex-indic-table.cc  |  88 +++----
  4 files changed, 268 insertions(+), 268 deletions(-)
 
@@ -32096,7 +167936,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 11 14:54:42 2014 -0400
 
     Mark unsigned integer literals with the u suffix
-
+    
     Simplifies hb_in_range() calls as the type can be inferred.
     The rest is obsessiveness, I admit.
 
@@ -32121,8 +167961,7 @@ Date:   Fri Jul 11 14:54:42 2014 -0400
  src/hb-ot-shape-complex-arabic-fallback.hh |   2 +-
  src/hb-ot-shape-complex-hangul.cc          |  36 +++---
  src/hb-ot-shape-complex-hebrew.cc          | 134 ++++++++++-----------
- src/hb-ot-shape-complex-indic.cc           | 182
- ++++++++++++++---------------
+ src/hb-ot-shape-complex-indic.cc           | 182 ++++++++++++++---------------
  src/hb-ot-shape-complex-myanmar.cc         |  56 ++++-----
  src/hb-ot-shape-complex-sea.cc             |   8 +-
  src/hb-ot-shape-complex-thai.cc            |  84 ++++++-------
@@ -32140,7 +167979,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 11 14:18:01 2014 -0400
 
     Simplify hb_in_range()
-
+    
     It's both faster and produces smaller code.  Now I feel stupid for
     not writing it this way before.
 
@@ -32161,15 +168000,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 11 11:59:48 2014 -0400
 
     Show U+FFFD REPLACEMENT CHARACTER for invalid Unicode codepoints
-
+    
     Only if the font doesn't support it.  Ie, this gives the user to
     use non-Unicode codepoints as private values and return a meaningful
     glyph for them.  But if it's invalid and font callback doesn't
     like it, and if font has U+FFFD, show that instead.
-
+    
     Font functions that do not want this automatic replacement to
     happen should return true from get_glyph() if unicode > 0x10FFFF.
-
+    
     Replaces https://github.com/behdad/harfbuzz/pull/27
 
  src/hb-ot-shape-normalize.cc | 7 +++++++
@@ -32179,9 +168018,8 @@ commit 6f13b6d62daae4989e3cc2fe4b168e5c59650964
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 10 19:31:40 2014 -0400
 
-    When parsing UTF-16, generate invalid codepoint for lonely low
-    surrogate
-
+    When parsing UTF-16, generate invalid codepoint for lonely low surrogate
+    
     Test passes now.
 
  src/hb-utf-private.hh | 42 ++++++++++++++++++++++++++++--------------
@@ -32192,7 +168030,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 10 19:31:16 2014 -0400
 
     [test-buffer] Add test for lonely low-surrogate
-
+    
     Currenty fails.  Ouch!
 
  test/api/test-buffer.c | 1 +
@@ -32213,7 +168051,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 10 19:20:35 2014 -0400
 
     Fix lang matching logic
-
+    
     Previous code was broken logically, but harmless.
 
  src/hb-ot-tag.cc       | 2 +-
@@ -32244,7 +168082,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 9 19:09:08 2014 -0400
 
     [Android.mk] Update for new ICU
-
+    
     https://android-review.googlesource.com/#/c/100722/1/Android.mk
 
  Android.mk | 2 +-
@@ -32283,7 +168121,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 9 17:17:18 2014 -0400
 
     Define _POSIX_C_SOURCE only if it is not defined
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/45
 
  src/hb-blob.cc | 2 ++
@@ -32294,12 +168132,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 9 17:07:06 2014 -0400
 
     [tests] Remove bash'ish
-
+    
     Apparently on travis-ci, bash is linked to dash, which doesn't
     understand "let".  Failing tests were not being noticed.  See eg:
-
+    
       https://travis-ci.org/behdad/harfbuzz/jobs/29544211
-
+    
     Don't rely on bash.
 
  test/shaping/run-tests.sh | 4 ++--
@@ -32319,15 +168157,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 9 16:51:38 2014 -0400
 
     [ucdn] Update to Unicode 7.0.0 data
-
+    
     From http://github.com/behdad/ucdn
 
  src/hb-ucdn.cc               |   23 +
  src/hb-ucdn/README           |    1 +
  src/hb-ucdn/ucdn.c           |    2 +-
  src/hb-ucdn/ucdn.h           |   27 +
- src/hb-ucdn/unicodedata_db.h | 3711
- ++++++++++++++++++++++--------------------
+ src/hb-ucdn/unicodedata_db.h | 3711 ++++++++++++++++++++++--------------------
  5 files changed, 2039 insertions(+), 1725 deletions(-)
 
 commit 9d4ede3a97fff544a5ec2a671e49a92a79645b61
@@ -32362,7 +168199,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 8 20:02:29 2014 -0400
 
     [util/hb-shape] Accept an empty output-format that would skip output
-
+    
     Useful for benchmarking, to avoid buffer serialization overhead (which
     seems to by far dominate shaping!)
 
@@ -32383,13 +168220,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jul 5 15:50:18 2014 -0400
 
     [util] Add option to set font function implementation to use
-
-    Supports ft and ot right now.  hb-view currently not rendering
-    with ot.
+    
+    Supports ft and ot right now.  hb-view currently not rendering with ot.
     Will fix after some clean up.
 
- util/options.cc | 76
- ++++++++++++++++++++++++++++++++++++++++++++++++++-------
+ util/options.cc | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
  util/options.hh | 21 ++++++++++++++++
  2 files changed, 88 insertions(+), 9 deletions(-)
 
@@ -32408,7 +168243,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 1 15:51:54 2014 -0400
 
     Add Roozbeh to AUTHORS
-
+    
     He's been my shadow for all Indic-related changes in the last
     few months.
 
@@ -32429,7 +168264,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jun 30 15:39:39 2014 -0400
 
     [indic] Remove special-casing of U+1CF2,1CF3
-
+    
     These were introduced in a498565cedf0441ae723c5e5969f637d792a15e7,
     but IndicSyllabicCategory has had the correct value already, so the
     special code was never needed.
@@ -32442,15 +168277,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jun 30 15:24:02 2014 -0400
 
     [indic-table] Update to Unicode 7.0 data
-
+    
     Touch code just enough to preserve previous syllable structure
     and functionality as closely as possible.  Many further cleanups
     coming later.
 
  src/gen-indic-table.py                   |   4 +
  src/hb-ot-shape-complex-indic-private.hh |  23 +-
- src/hb-ot-shape-complex-indic-table.cc   | 468
- ++++++++++++++++++++++---------
+ src/hb-ot-shape-complex-indic-table.cc   | 468 ++++++++++++++++++++++---------
  src/hb-ot-shape-complex-indic.cc         |  21 --
  src/hb-ot-shape-complex-myanmar.cc       |   2 -
  5 files changed, 355 insertions(+), 163 deletions(-)
@@ -32462,8 +168296,7 @@ Date:   Mon Jun 30 14:30:54 2014 -0400
     [indic-table] Fix category frequency counts in comments
 
  src/gen-indic-table.py                 |  2 +-
- src/hb-ot-shape-complex-indic-table.cc | 46
- +++++++++++++++++-----------------
+ src/hb-ot-shape-complex-indic-table.cc | 46 +++++++++++++++++-----------------
  2 files changed, 24 insertions(+), 24 deletions(-)
 
 commit 5c4e3e9a57b6b735e7d72cbd5f4070cf024d7015
@@ -32472,8 +168305,7 @@ Date:   Mon Jun 30 14:25:18 2014 -0400
 
     Whitespace
 
- src/hb-ot-shape-complex-indic-private.hh | 76
- ++++++++++++++++----------------
+ src/hb-ot-shape-complex-indic-private.hh | 76 ++++++++++++++++----------------
  1 file changed, 38 insertions(+), 38 deletions(-)
 
 commit af528b6674bccac3efd13f8b33fcdc6aeb178f4c
@@ -32490,11 +168322,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 27 17:30:59 2014 -0400
 
     Mark unsed members with a "Z" suffix
-
+    
     There may be more.  There are members that are by definition
     redundant or reserved and not needed, NOT what we *currently*
     don't use.
-
+    
     I'm sure there's more...
 
  src/hb-open-file-private.hh        |  6 +++---
@@ -32517,8 +168349,7 @@ Date:   Fri Jun 27 17:03:22 2014 -0400
 
     [cmap] Implement subtable format 14
 
- src/hb-ot-cmap-table.hh | 147
- +++++++++++++++++++++++++++++++++++++++++++-----
+ src/hb-ot-cmap-table.hh | 147 +++++++++++++++++++++++++++++++++++++++++++-----
  1 file changed, 133 insertions(+), 14 deletions(-)
 
 commit 586b60622c33878f9ca4826b4ef07369d32bf039
@@ -32634,14 +168465,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 24 10:20:36 2014 -0600
 
     Add back API removed recently
-
+    
     Add hb_ot_layout_language_get_required_feature_index() again, which
     is used in Pango.  This was removed in
     da132937989acb4d8ca9bd41c79f98750e7dda30 in favor of
     hb_ot_layout_language_get_required_feature().
-
+    
     API changes:
-
+    
       - Added hb_ot_layout_language_get_required_feature_index back.
 
  src/hb-ot-layout.cc | 15 +++++++++++++++
@@ -32681,7 +168512,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jun 21 15:25:59 2014 -0600
 
     [indic-table] Update to Unicode 6.3.0
-
+    
     Was from 6.2.0.  It's a no-op.  Committing for the record.
 
  src/hb-ot-shape-complex-indic-table.cc | 12 ++++++------
@@ -32701,13 +168532,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jun 21 14:19:34 2014 -0600
 
     [arabic-table] Update to Unicode 7.0
-
-    Old table was from 6.2.  Remove hard-coded Mongolian and Phags-pa
-    data.
+    
+    Old table was from 6.2.  Remove hard-coded Mongolian and Phags-pa data.
     This completes support for new scripts Manichian and Psaltar Pahlavi.
 
- src/hb-ot-shape-complex-arabic-table.hh | 72
- ++++++++++++++++++++++++++++-----
+ src/hb-ot-shape-complex-arabic-table.hh | 72 ++++++++++++++++++++++++++++-----
  src/hb-ot-shape-complex-arabic.cc       | 22 ----------
  2 files changed, 63 insertions(+), 31 deletions(-)
 
@@ -32727,12 +168556,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jun 21 14:07:00 2014 -0600
 
     [arabic-table] Further tune
-
+    
     In anticipation of Unicode 7.0 data coming in the next commit.
 
  src/gen-arabic-table.py                 | 10 ++++++---
- src/hb-ot-shape-complex-arabic-table.hh | 38
- +++++++++++++++------------------
+ src/hb-ot-shape-complex-arabic-table.hh | 38 +++++++++++++++------------------
  2 files changed, 24 insertions(+), 24 deletions(-)
 
 commit a133e6067aaebc494c0156b5fac7f4a879e12dbe
@@ -32749,11 +168577,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 20 17:59:43 2014 -0400
 
     [arabic-table] Use segmented table
-
+    
     No functional change.
 
- src/gen-arabic-table.py                 | 82
- +++++++++++++++++++++++----------
+ src/gen-arabic-table.py                 | 82 +++++++++++++++++++++++----------
  src/hb-ot-shape-complex-arabic-table.hh | 53 ++++++++++++++-------
  src/hb-ot-shape-complex-arabic.cc       |  8 ++--
  3 files changed, 97 insertions(+), 46 deletions(-)
@@ -32772,7 +168599,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 20 16:47:43 2014 -0400
 
     [indic-table] Minor
-
+    
     No output change.
 
  src/gen-indic-table.py | 7 +------
@@ -32783,12 +168610,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 20 16:30:10 2014 -0400
 
     [arabic-table] Don't write comments
-
+    
     No functional change.
 
  src/gen-arabic-table.py                 |  20 +-
- src/hb-ot-shape-complex-arabic-table.hh | 710
- ++------------------------------
+ src/hb-ot-shape-complex-arabic-table.hh | 710 ++------------------------------
  2 files changed, 38 insertions(+), 692 deletions(-)
 
 commit 200dfe3eb10feda2ad25940338b08011f4757ca4
@@ -32796,12 +168622,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 20 16:20:59 2014 -0400
 
     [arabic-table] Use short names for values
-
+    
     No functional change.
 
  src/gen-arabic-table.py                 |   16 +-
- src/hb-ot-shape-complex-arabic-table.hh | 1386
- ++++++++++++++++---------------
+ src/hb-ot-shape-complex-arabic-table.hh | 1386 ++++++++++++++++---------------
  2 files changed, 716 insertions(+), 686 deletions(-)
 
 commit 3f5327a41efcf50f64d9498ef3dfd6875ef6a5ab
@@ -32809,12 +168634,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 20 16:17:42 2014 -0400
 
     [arabic-table] Read Blocks.txt and shuffle code around
-
+    
     No functional change.
 
  src/Makefile.am                         |  2 +-
- src/gen-arabic-table.py                 | 80
- +++++++++++++++++++--------------
+ src/gen-arabic-table.py                 | 80 +++++++++++++++++++--------------
  src/hb-ot-shape-complex-arabic-table.hh | 30 ++++++++-----
  3 files changed, 67 insertions(+), 45 deletions(-)
 
@@ -32823,12 +168647,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 20 15:25:30 2014 -0400
 
     [indic-table] Black-list Thai, Lao, and Tibetan
-
+    
     We don't need Indic table for those.
 
  src/gen-indic-table.py                 |  3 ++
- src/hb-ot-shape-complex-indic-table.cc | 94
- +++++++---------------------------
+ src/hb-ot-shape-complex-indic-table.cc | 94 +++++++---------------------------
  2 files changed, 21 insertions(+), 76 deletions(-)
 
 commit 65ac2dae4f284f563b2dc476a21e2b5a48124de8
@@ -32838,8 +168661,7 @@ Date:   Fri Jun 20 15:12:49 2014 -0400
     [indic-table] Speed up lookup
 
  src/gen-indic-table.py                 | 22 +++++++++---
- src/hb-ot-shape-complex-indic-table.cc | 61
- +++++++++++++++++++++++-----------
+ src/hb-ot-shape-complex-indic-table.cc | 61 +++++++++++++++++++++++-----------
  2 files changed, 59 insertions(+), 24 deletions(-)
 
 commit 64442a3f4c5c7be08893454742cad6bfe73cb8d7
@@ -32857,16 +168679,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 20 14:56:22 2014 -0400
 
     [indic-table] Make table more compact by not covering full blocks
-
+    
     -#define indic_offset_total 4416
     +#define indic_offset_total 3816
-
+    
     -}; /* Table occupancy: 60% */
     +}; /* Table occupancy: 69% */
 
  src/gen-indic-table.py                 |  24 ++++--
- src/hb-ot-shape-complex-indic-table.cc | 150
- +++++++++------------------------
+ src/hb-ot-shape-complex-indic-table.cc | 150 +++++++++------------------------
  2 files changed, 57 insertions(+), 117 deletions(-)
 
 commit 190a251479b3cfc68871ff1daf9a9d1abe3f86e6
@@ -32874,12 +168695,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 20 14:41:39 2014 -0400
 
     [indic-table] Remove block range from data table
-
+    
     No functional change.
 
  src/gen-indic-table.py                 |   4 +-
- src/hb-ot-shape-complex-indic-table.cc | 102
- ++++++++++++++++-----------------
+ src/hb-ot-shape-complex-indic-table.cc | 102 ++++++++++++++++-----------------
  2 files changed, 54 insertions(+), 52 deletions(-)
 
 commit 2b051c6057920c564c13c5d6a3e6dca93446fa12
@@ -32887,16 +168707,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 20 14:09:57 2014 -0400
 
     Rename HB_VERSION_CHECK and hb_version_check to "atleast"
-
+    
     HB_VERSION_CHECK's comparison was originally written wrongly
     by mistake.  When API tests were written, they were also written
     wrongly to pass given the wrong implementation... Sigh.
-
+    
     Given the purpose of this API, there's no point in fixing it
     without renaming it.  As such, rename.
-
+    
     API changes:
-
+    
       HB_VERSION_CHECK -> HB_VERSION_ATLEAST
       hb_version_check -> hb_version_atleast
 
@@ -32920,27 +168740,25 @@ commit da132937989acb4d8ca9bd41c79f98750e7dda30
 Author: Jonathan Kew <jfkthame@gmail.com>
 Date:   Sun Apr 27 14:05:24 2014 +0100
 
-    Rework handling of requiredFeature to solve problem with rlig in
-    arial.ttf from winxp
-
+    Rework handling of requiredFeature to solve problem with rlig in arial.ttf from winxp
+    
     https://bugzilla.mozilla.org/show_bug.cgi?id=986802
     Fixes https://github.com/behdad/harfbuzz/pull/39
-
+    
     API Change:
-
+    
     -hb_ot_layout_language_get_required_feature_index
     +hb_ot_layout_language_get_required_feature
-
+    
     New API takes an extra pointer argument.  Pass NULL in to get
     behavior of previous API.
-
+    
     Reworked by behdad
 
  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
  src/hb-ot-layout.cc                  | 29 ++++++++++++---------
  src/hb-ot-layout.h                   | 11 ++++----
- src/hb-ot-map.cc                     | 50
- ++++++++++++++++++++++++++----------
+ src/hb-ot-map.cc                     | 50 ++++++++++++++++++++++++++----------
  src/main.cc                          |  4 +--
  5 files changed, 64 insertions(+), 34 deletions(-)
 
@@ -32949,7 +168767,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jun 19 15:39:18 2014 -0400
 
     Rename search() to bsearch() and lsearch()
-
+    
     Such that the complexity of the algorithm used is clear at
     call site.
 
@@ -32963,7 +168781,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jun 19 15:30:18 2014 -0400
 
     Rename sort() to qsort()
-
+    
     In an effort to make the algorithm used clear.
 
  src/hb-coretext.cc  | 4 ++--
@@ -32978,8 +168796,7 @@ Date:   Wed Jun 18 12:29:23 2014 -0400
 
     [unicode7] Update list of Default_Ignorable codepoints
 
- src/hb-unicode-private.hh | 66
- +++++++++++++++++++++--------------------------
+ src/hb-unicode-private.hh | 66 +++++++++++++++++++++--------------------------
  1 file changed, 30 insertions(+), 36 deletions(-)
 
 commit 7cfee3827636f0dff7df5c8975a4fadd1b4bfbd5
@@ -32987,7 +168804,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 28 15:09:30 2014 -0700
 
     [unicode7] Route Manichaean and Psalter Pahlavi through Arabic shaper
-
+    
     Still needs update to joining table to fully work.
 
  src/hb-ot-shape-complex-private.hh | 4 ++++
@@ -33034,21 +168851,19 @@ Author: Jonathan Kew <jfkthame@gmail.com>
 Date:   Tue Jun 10 13:10:30 2014 +0100
 
     When zeroing mark widths for LTR, also adjust offset...
-
+    
     ...so that they overstrike preceding glyph.
-
+    
     https://github.com/behdad/harfbuzz/pull/43
 
- src/hb-ot-shape.cc | 50
- +++++++++++++++++++++++++++++++++++++++-----------
+ src/hb-ot-shape.cc | 50 +++++++++++++++++++++++++++++++++++++++-----------
  1 file changed, 39 insertions(+), 11 deletions(-)
 
 commit 80f7405a5208f88b8615aa4ce4c54ffeb16f04f8
 Author: Jonathan Kew <jfkthame@gmail.com>
 Date:   Tue Jun 10 13:10:02 2014 +0100
 
-    [Thai] set the correct general category on Nikhahit when decomposing
-    Sara-Am.
+    [Thai] set the correct general category on Nikhahit when decomposing Sara-Am.
 
  src/hb-ot-shape-complex-thai.cc | 5 ++++-
  1 file changed, 4 insertions(+), 1 deletion(-)
@@ -33058,21 +168873,20 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 6 17:55:02 2014 -0400
 
     Fix base-position when 'pref' is NOT formed
-
+    
     If pre-base reordering Ra is NOT formed (or formed and then
     broken up), we should consider that Ra as base.  This is
     observable when there's a left matra or dotreph that positions
     before base.
-
+    
     Now, it might be that we shouldn't do this if the Ra happend
     to form a below form.  We can't quite deduce that right now...
-
+    
     Micro test added.  Also at:
-
+    
     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
 
- src/hb-ot-shape-complex-indic.cc                   |  28
- +++++++++++++++++++--
+ src/hb-ot-shape-complex-indic.cc                   |  28 +++++++++++++++++++--
  test/shaping/fonts/sha1sum/MANIFEST                |   5 ++++
  .../e207635780b42f898d58654b65098763e340f5c7.ttf   | Bin 0 -> 3000 bytes
  test/shaping/tests/indic-pref-blocking.tests       |   3 ++-
@@ -33083,11 +168897,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 6 17:28:38 2014 -0400
 
     [indic] Recover OT_H undergone ligation and multiplication
-
+    
     Sometimes font designers form half/pref/etc consonant forms
     unconditionally and then undo that conditionally.  Try to
     recover the OT_H classification in those cases.
-
+    
     No test number changes expected.
 
  src/hb-ot-layout-private.hh      |  8 ++++++++
@@ -33099,7 +168913,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 6 17:19:35 2014 -0400
 
     [indic] Improve base re-finding
-
+    
     No test numbers change.
 
  src/hb-ot-shape-complex-indic.cc | 5 ++---
@@ -33119,7 +168933,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jun 9 14:17:33 2014 -0400
 
     Fix commit 3f38c1137b6219a646da141b08463ffa922d4e35
-
+    
     Previous commit was not compiling with clang.
 
  configure.ac | 4 ++--
@@ -33130,10 +168944,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 6 16:03:40 2014 -0400
 
     Don't use -mstructure-size-boundary=8 on clang arm
-
+    
     As in building for Android / iPhone.  Only set it if
     struct{char} alignment is not 1.
-
+    
     NOT tested on an actual Arm architecture.  Guess we'll know
     when this makes it to people's build bots.
 
@@ -33154,28 +168968,26 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jun 4 16:57:42 2014 -0400
 
     [indic] Don't reorder reph/pref if ligature was expanded
-
+    
     Normally if you want to, say, conditionally prevent a 'pref', you
     would use blocking contextual matching.  Some designers instead
     form the 'pref' form, then undo it in context.  To detect that
     we now also remember glyphs that went through MultipleSubst.
-
+    
     In the only place that this is used, Uniscribe seems to only care
     about the "last" transformation between Ligature and Multiple
     substitions.  Ie. if you ligate, expand, and ligate again, it
     moves the pref, but if you ligate and expand it doesn't.  That's
     why we clear the MULTIPLIED bit when setting LIGATED.
-
+    
     Micro-test added.  Test: U+0D2F,0D4D,0D30 with font from:
-
+    
     [1]
     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
 
  src/hb-ot-layout-gsub-table.hh                      |   2 +-
- src/hb-ot-layout-gsubgpos-private.hh                |  20
- ++++++++++++++++----
- src/hb-ot-layout-private.hh                         |  16
- +++++++++++++++-
+ src/hb-ot-layout-gsubgpos-private.hh                |  20 ++++++++++++++++----
+ src/hb-ot-layout-private.hh                         |  16 +++++++++++++++-
  src/hb-ot-shape-complex-indic.cc                    |   4 ++--
  test/shaping/Makefile.am                            |   5 ++++-
  .../226bc2deab3846f1a682085f70c67d0421014144.ttf    | Bin 0 -> 2828 bytes
@@ -33234,17 +169046,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jun 4 18:47:55 2014 -0400
 
     [ot-font] Work around broken cmap subtable format 4 length
-
+    
     Roboto was hitting this.  FreeType also has pretty much the
     same code for this, in ttcmap.c:tt_cmap4_validate():
-
+    
         /* in certain fonts, the `length' field is invalid and goes */
         /* out of bound.  We try to correct this here...            */
         if ( table + length > valid->limit )
         {
           if ( valid->level >= FT_VALIDATE_TIGHT )
             FT_INVALID_TOO_SHORT;
-
+    
           length = (FT_UInt)( valid->limit - table );
         }
 
@@ -33266,7 +169078,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jun 4 18:17:29 2014 -0400
 
     [ot-font] Don't select a Null cmap subtable
-
+    
     Can happen either in broken fonts, or as a result of sanitize().
 
  src/hb-ot-cmap-table.hh | 2 +-
@@ -33277,7 +169089,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 3 17:57:00 2014 -0400
 
     Fix some cppcheck warnings
-
+    
     Bug 77800 - cppcheck reports
 
  src/hb-common.cc                   | 4 +++-
@@ -33301,8 +169113,7 @@ Date:   Tue Jun 3 16:59:09 2014 -0400
 
     Move code around
 
- src/hb-private.hh | 134
- ++++++++++++++++++++++++++----------------------------
+ src/hb-private.hh | 134 ++++++++++++++++++++++++++----------------------------
  1 file changed, 65 insertions(+), 69 deletions(-)
 
 commit 17c3b809f42aec34d83dba2e6229ad85804bebae
@@ -33310,9 +169121,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jun 2 15:08:18 2014 -0400
 
     [indic] Treat U+A8E0..A8F1 as OT_A instead of OT_VD
-
+    
     Apparently they can intermix with other OT_A.
-
+    
     Test: U+0915,A8E2,1CD0
 
  src/hb-ot-shape-complex-indic.cc | 2 +-
@@ -33323,9 +169134,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 30 17:38:14 2014 -0400
 
     [graphite2] Fix cluster mapping
-
+    
     Patch from Martin Hosken.  I expect this to fix the following bugs:
-
+    
     https://bugs.freedesktop.org/show_bug.cgi?id=75076
     https://bugzilla.gnome.org/show_bug.cgi?id=723582
     https://bugzilla.redhat.com/show_bug.cgi?id=998812
@@ -33348,13 +169159,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 29 15:34:26 2014 -0400
 
     [indic] Allow decimal and Brahmi digits as placeholders
-
+    
     Tests: U+0967,0951 U+0031,093F
 
- src/hb-ot-shape-complex-indic.cc                                      |
- 4 ++++
- .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt  |
- 2 ++
+ src/hb-ot-shape-complex-indic.cc                                      | 4 ++++
+ .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt  | 2 ++
  2 files changed, 6 insertions(+)
 
 commit e8b5d64039614ecce472eda1a7a603736da25d86
@@ -33362,15 +169171,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 29 15:18:27 2014 -0400
 
     [indic] Do NOT allow reph formation on placeholders
-
+    
     Only allow it on DOTTED CIRCLE.  No effect on test numbers.
-
+    
     Test: U+0930,094D,00A0
 
- src/hb-ot-shape-complex-indic-machine.rl                                |
- 2 +-
- .../in-tree/shaper-indic/indic/script-devanagari/misc/dottedcircle.txt  |
- 1 +
+ src/hb-ot-shape-complex-indic-machine.rl                                | 2 +-
+ .../in-tree/shaper-indic/indic/script-devanagari/misc/dottedcircle.txt  | 1 +
  2 files changed, 2 insertions(+), 1 deletion(-)
 
 commit 52b562a6a058131c0103aaa5404d053e6465bb23
@@ -33378,7 +169185,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 27 18:18:23 2014 -0400
 
     [indic] Clean up a bit
-
+    
     No functional change intended.
 
  src/hb-ot-shape-complex-indic.cc | 17 +++++------------
@@ -33419,7 +169226,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 27 17:49:45 2014 -0400
 
     [myanmar] Use OT_NBSP instead of OT_DOTTEDCIRCLE for OT_GB
-
+    
     No functional change.
 
  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
@@ -33442,7 +169249,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 27 17:39:01 2014 -0400
 
     [indic] Treat U+0A72..0A73 like regular consonants
-
+    
     Unicode 6.x IndicSyllableCategory categorizes them as
     placeholders, but they can subjoin.
 
@@ -33472,7 +169279,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 23 15:39:55 2014 -0400
 
     [indic] Simplify grammar
-
+    
     No functional change.
 
  src/hb-ot-shape-complex-indic-machine.rl | 7 +++----
@@ -33483,7 +169290,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 23 15:38:42 2014 -0400
 
     [indic] Always start new syllable for Avagraha
-
+    
     In fact, the previous grammar was ambigious.  No functional
     change.
 
@@ -33495,7 +169302,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 23 15:33:13 2014 -0400
 
     [indic] Rename avagraha cluster to symbol cluster
-
+    
     In anticipation of adding more characters to that class of clusters.
 
  src/hb-ot-shape-complex-indic-machine.rl | 10 +++++-----
@@ -33544,7 +169351,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 22 19:12:10 2014 -0400
 
     [indic] Treat U+1CE1 as a tone-mark too
-
+    
     It's spacing, but otherwise the same as the other ones.
 
  src/hb-ot-shape-complex-indic.cc | 2 +-
@@ -33555,7 +169362,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 22 18:50:34 2014 -0400
 
     [indic] Recategorize U+A8E0..A8F1 as OT_VD
-
+    
     Up to two of them come after all OT_A characters.
 
  src/hb-ot-shape-complex-indic-machine.rl |  2 +-
@@ -33567,7 +169374,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 22 18:43:14 2014 -0400
 
     [indic] Allow up to three tone marks
-
+    
     According to Roozbeh, there are valid combinations in Unicode
     proposals for up to three.  Previously we were allowing up to two.
 
@@ -33579,7 +169386,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 22 18:41:49 2014 -0400
 
     [indic] Support more extended Devanagari tone marks
-
+    
     Also adjust U+0953,0954 handling.
 
  src/hb-ot-shape-complex-indic.cc | 18 ++++++++++++------
@@ -33599,19 +169406,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 15 14:04:02 2014 -0600
 
     [indic] Improve reph formation of Sinhala and Telugu
-
-    Sinhala and Telugu use "explicit" reph.  That is, the reph is
-    formed by
-    a Ra,H,ZWJ sequence.  Previously, upon detecting this sequence,
-    we were
+    
+    Sinhala and Telugu use "explicit" reph.  That is, the reph is formed by
+    a Ra,H,ZWJ sequence.  Previously, upon detecting this sequence, we were
     checking checking whether the 'rphf' feature applies to the first two
     glyphs of the sequence.  This is how the Microsoft fonts are designed.
     However, testing with Noto shows that apparently Uniscribe also forms
     the reph if the lookup ligates all three glyphs.  So, try both
     sequences.
-
+    
     Doesn't affect test results for Sinhala or Telugu.
-
+    
     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=232
 
  src/hb-ot-shape-complex-indic.cc | 9 +++++++--
@@ -33622,7 +169427,7 @@ Author: Oleg Oshmyan <chortos@inbox.lv>
 Date:   Wed May 14 22:10:09 2014 +0100
 
     Fix build with --coretext on older OS X
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/40
 
  src/hb-coretext.h | 2 +-
@@ -33633,11 +169438,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 14 16:44:39 2014 -0600
 
     [myanmar] Allow MedialYa+Asat in the grammar
-
+    
     The grammar in the OT spec, and the existing Windows implementation
     seem to be confused around where to allow Asat around the medial
     consonants.
-
+    
     The previous grammar for medial group was allowing an Asat after
     the medial group only if there was a medial Wa or Ha, but not if
     there was only a medial Ya.  This doesn't make sense to me and
@@ -33651,7 +169456,7 @@ Date:   Wed May 14 16:44:39 2014 -0600
     produce dotted-circle where Windows is not, this commit changes
     the grammar to allow one Asat after the medial group no matter
     what comes in the group.
-
+    
     Test: U+1002,103A,103B vs U+1002,103B,103A
 
  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
@@ -33662,12 +169467,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 14 16:44:16 2014 -0600
 
     Add tests for Myanmar Asat+MedialYa and MedialYa+Asat sequences
-
+    
     One of them currently produces dotted-circle.  Fix and detailed
     message coming.
 
- test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/misc.txt |
- 2 ++
+ test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/misc.txt | 2 ++
  1 file changed, 2 insertions(+)
 
 commit c95587618c88d187be64f923033dae151cf820be
@@ -33704,8 +169508,7 @@ Date:   Tue May 13 21:17:28 2014 -0400
 
     [ot] Factor out code between cmap subtable format 6 and 10
 
- src/hb-ot-cmap-table.hh | 49
- ++++++++++---------------------------------------
+ src/hb-ot-cmap-table.hh | 49 ++++++++++---------------------------------------
  1 file changed, 10 insertions(+), 39 deletions(-)
 
 commit 1a8ffc512987c1ff1b4896549f80b145c85454a8
@@ -33723,8 +169526,7 @@ Date:   Mon May 12 18:19:29 2014 -0400
 
     [ot] Implement cmap subtable formats 6 and 10
 
- src/hb-ot-cmap-table.hh | 77
- +++++++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-cmap-table.hh | 77 +++++++++++++++++++++++++++++++++++++++++++++++--
  1 file changed, 74 insertions(+), 3 deletions(-)
 
 commit d294a2cb165c4f20daa5624969067c51eb9aef58
@@ -33733,8 +169535,7 @@ Date:   Mon May 12 17:58:31 2014 -0400
 
     [ot] Implement cmap subtable format 13
 
- src/hb-ot-cmap-table.hh | 47
- +++++++++++++++++++++++++++++++++++++++++------
+ src/hb-ot-cmap-table.hh | 47 +++++++++++++++++++++++++++++++++++++++++------
  1 file changed, 41 insertions(+), 6 deletions(-)
 
 commit 0d75793fae95ed9f6b8522ae3af4fcdf397d8c36
@@ -33743,8 +169544,7 @@ Date:   Mon May 12 17:51:15 2014 -0400
 
     [ot] Implement cmap subtable format 12
 
- src/hb-ot-cmap-table.hh | 63
- +++++++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-cmap-table.hh | 63 +++++++++++++++++++++++++++++++++++++++++++++++--
  src/hb-ot-font.cc       |  5 ++++
  2 files changed, 66 insertions(+), 2 deletions(-)
 
@@ -33764,8 +169564,7 @@ Date:   Fri May 9 19:55:51 2014 -0400
 
     [ot] Implement cmap subtable format 4
 
- src/hb-ot-cmap-table.hh | 52
- +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-cmap-table.hh | 52 +++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 52 insertions(+)
 
 commit 4719621f20dfd6a0377c650a7b4df223c18dc143
@@ -33784,8 +169583,7 @@ Date:   Fri May 9 15:35:56 2014 -0400
     [ot] Start implementing cmap table
 
  src/Makefile.am         |   1 +
- src/hb-ot-cmap-table.hh | 171
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-cmap-table.hh | 171 ++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-font.cc       |   1 +
  3 files changed, 173 insertions(+)
 
@@ -33831,7 +169629,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 28 14:29:39 2014 -0700
 
     Add static storage classifier to inline functions
-
+    
     Before we were just relying on the compiler inlining them and not
     leaving a trace in our public API.  Try to fix.  Hopefully not
     breaking anyone's build.
@@ -33849,9 +169647,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 28 12:38:25 2014 -0700
 
     [tibetan] Reorder PADMA sign to occur after other below marks
-
+    
     Based on suggestion from Andrew Glass.
-
+    
     Test: U+0F40,0FC6,0F83
 
  src/hb-unicode-private.hh | 4 ++++
@@ -33862,11 +169660,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 28 12:43:42 2014 -0700
 
     [test] Add test case for Tibetan sign PADMA
-
+    
     Currently fails.
 
- test/shaping/texts/in-tree/shaper-tibetan/script-tibetan/misc/misc.txt |
- 1 +
+ test/shaping/texts/in-tree/shaper-tibetan/script-tibetan/misc/misc.txt | 1 +
  1 file changed, 1 insertion(+)
 
 commit ee703bc3ef740c300718fca7a12c050c322dce19
@@ -33875,28 +169672,17 @@ Date:   Mon Apr 28 12:43:18 2014 -0700
 
     Reshuffle test data
 
- test/shaping/texts/in-tree/MANIFEST                                    |
- 3 +++
- test/shaping/texts/in-tree/shaper-default/MANIFEST                     |
- 3 ---
- .../in-tree/{shaper-default => shaper-hangul}/script-hangul/MANIFEST
- | 0
- .../{shaper-default => shaper-hangul}/script-hangul/misc/MANIFEST
- | 0
- .../{shaper-default => shaper-hangul}/script-hangul/misc/misc.txt
- | 0
- .../in-tree/{shaper-default => shaper-hebrew}/script-hebrew/MANIFEST
- | 0
- .../{shaper-default => shaper-hebrew}/script-hebrew/misc/MANIFEST
- | 0
- .../script-hebrew/misc/diacritics.txt                                  |
- 0
- .../in-tree/{shaper-default => shaper-tibetan}/script-tibetan/MANIFEST
- | 0
- .../{shaper-default => shaper-tibetan}/script-tibetan/misc/MANIFEST
- | 0
- .../{shaper-default => shaper-tibetan}/script-tibetan/misc/misc.txt
- | 0
+ test/shaping/texts/in-tree/MANIFEST                                    | 3 +++
+ test/shaping/texts/in-tree/shaper-default/MANIFEST                     | 3 ---
+ .../in-tree/{shaper-default => shaper-hangul}/script-hangul/MANIFEST   | 0
+ .../{shaper-default => shaper-hangul}/script-hangul/misc/MANIFEST      | 0
+ .../{shaper-default => shaper-hangul}/script-hangul/misc/misc.txt      | 0
+ .../in-tree/{shaper-default => shaper-hebrew}/script-hebrew/MANIFEST   | 0
+ .../{shaper-default => shaper-hebrew}/script-hebrew/misc/MANIFEST      | 0
+ .../script-hebrew/misc/diacritics.txt                                  | 0
+ .../in-tree/{shaper-default => shaper-tibetan}/script-tibetan/MANIFEST | 0
+ .../{shaper-default => shaper-tibetan}/script-tibetan/misc/MANIFEST    | 0
+ .../{shaper-default => shaper-tibetan}/script-tibetan/misc/misc.txt    | 0
  11 files changed, 3 insertions(+), 3 deletions(-)
 
 commit b082ef373cefb35dd98b5f2f0b677ccc7806f51e
@@ -33913,54 +169699,40 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Apr 18 16:53:34 2014 -0700
 
     [indic] Fix-up zero-context matching
-
+    
     commit b5a0f69e47ace468b06e21cf069a18ddcfcf6064
     Author: Behdad Esfahbod <behdad@behdad.org>
     Date:   Thu Oct 17 18:04:23 2013 +0200
-
-        [indic] Pass zero-context=false to would_substitute for newer
-        scripts
-
-        For scripts without an old/new spec distinction, use
-        zero-context=false.
-        This changes behavior in Sinhala / Khmer, but doesn't seem
-        to regress.
+    
+        [indic] Pass zero-context=false to would_substitute for newer scripts
+    
+        For scripts without an old/new spec distinction, use zero-context=false.
+        This changes behavior in Sinhala / Khmer, but doesn't seem to regress.
         This will be useful and used in Javanese.
-
-    The *intention* was to change zero-context from true to false for
-    scripts that
-    don't have old-vs-new specs.  However, checking the code, looks
-    like we
-    essentially change zero-context to always be true; ie. we only
-    changed things
+    
+    The *intention* was to change zero-context from true to false for scripts that
+    don't have old-vs-new specs.  However, checking the code, looks like we
+    essentially change zero-context to always be true; ie. we only changed things
     for old-spec, and we broke them.  That's what causes this bug:
-
+    
       https://bugs.freedesktop.org/show_bug.cgi?id=76705
-
+    
     The root of the bug is here:
-
-      /* Use zero-context would_substitute() matching for new-spec of
-      the main
-       * Indic scripts, but not for old-spec or scripts with one spec
-       only. */
-      bool zero_context = indic_plan->config->has_old_spec ||
-      !indic_plan->is_old_spec;
-
+    
+      /* Use zero-context would_substitute() matching for new-spec of the main
+       * Indic scripts, but not for old-spec or scripts with one spec only. */
+      bool zero_context = indic_plan->config->has_old_spec || !indic_plan->is_old_spec;
+    
     Note that is_old_spec itself is:
-
-      indic_plan->is_old_spec = indic_plan->config->has_old_spec &&
-      ((plan->map.chosen_script[0] & 0x000000FF) != '2');
-
-    It's easy to show that zero_context is now always true.  What we
-    really meant was:
-
-      bool zero_context = indic_plan->config->has_old_spec &&
-      !indic_plan->is_old_spec;
-
-    Ie, "&&" instead of "||".  We made this change supposedly to make
-    Javanese
-    work.  But apparently we got it working regardless!  So I'm going
-    to fix this
+    
+      indic_plan->is_old_spec = indic_plan->config->has_old_spec && ((plan->map.chosen_script[0] & 0x000000FF) != '2');
+    
+    It's easy to show that zero_context is now always true.  What we really meant was:
+    
+      bool zero_context = indic_plan->config->has_old_spec && !indic_plan->is_old_spec;
+    
+    Ie, "&&" instead of "||".  We made this change supposedly to make Javanese
+    work.  But apparently we got it working regardless!  So I'm going to fix this
     to only change the logic for old-spec and not touch other cases.
 
  src/hb-ot-shape-complex-indic.cc | 4 ++--
@@ -33971,7 +169743,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 14 15:55:42 2014 -0700
 
     Add HB_NO_MERGE_CLUSTERS
-
+    
     Disables any cluster-merging.  Added for testing purposes while
     we investigate what kind of API to add for this.
 
@@ -33984,8 +169756,7 @@ Date:   Thu Apr 10 16:27:13 2014 -0700
 
     Add Khmer test for U+17DD
 
- .../shaper-indic/south-east-asian/script-khmer/misc/other-marks.txt
- | 1 +
+ .../shaper-indic/south-east-asian/script-khmer/misc/other-marks.txt      | 1 +
  1 file changed, 1 insertion(+)
 
 commit 50a00535ccac538bbf93358fd2d2442e4c12542f
@@ -33993,7 +169764,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 10 16:03:29 2014 -0700
 
     Require gobject-introspection 1.34.0
-
+    
     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=75384
 
  configure.ac | 2 +-
@@ -34004,7 +169775,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 9 16:38:26 2014 -0700
 
     Further adjust check-defs and check-symbols for mipsel
-
+    
     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74491
 
  src/check-defs.sh    | 2 +-
@@ -34016,7 +169787,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 9 16:33:32 2014 -0700
 
     Tighten up check-static-inits.sh check
-
+    
     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74490
 
  src/check-static-inits.sh | 2 +-
@@ -34036,7 +169807,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Apr 8 16:03:35 2014 -0700
 
     [indic] Support U+17DD KHMER SIGN ATTHACAN
-
+    
     As requested by Martin Hosken on the list.
 
  src/hb-ot-shape-complex-indic.cc | 3 ++-
@@ -34047,7 +169818,7 @@ Author: Primiano Tucci <primiano@chromium.org>
 Date:   Wed Apr 2 11:35:27 2014 +0100
 
     Use __aarch64__ for 64-bit ARM detection, not __arm64__
-
+    
     Many GCC versions don't define __arm64__
 
  src/hb-atomic-private.hh | 2 +-
@@ -34071,8 +169842,7 @@ Date:   Mon Mar 24 14:26:36 2014 -0700
  src/Makefile.am                     |   3 +-
  src/hb-glib.cc                      |   2 +-
  src/hb-icu.cc                       |   2 +-
- src/hb-ot-font.cc                   | 260
- ++++++++++++++++++++++++++++++++++++
+ src/hb-ot-font.cc                   | 260 ++++++++++++++++++++++++++++++++++++
  src/{hb-tt-font.cc => hb-ot-font.h} |  56 ++------
  src/hb-ot-hhea-table.hh             |   2 +-
  src/hb-ot-hmtx-table.hh             |   2 +-
@@ -34095,7 +169865,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Mar 21 12:53:08 2014 -0700
 
     One more fix for build without gtk-doc
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/35
 
  autogen.sh | 2 +-
@@ -34106,7 +169876,7 @@ Author: Konstantin Ritt <ritt.ks@gmail.com>
 Date:   Thu Mar 20 16:01:30 2014 +0200
 
     Fix build with --coretext on iOS
-
+    
     On iOS CoreText and CoreGraphics are stand-alone frameworks
 
  configure.ac      | 23 +++++++++++++++++++----
@@ -34170,7 +169940,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Mar 16 20:22:42 2014 -0700
 
     Don't use "register" storage class specifier
-
+    
     Fixes warnings.
     https://bugzilla.mozilla.org/show_bug.cgi?id=984081
 
@@ -34182,9 +169952,8 @@ Author: jfkthame <jfkthame@gmail.com>
 Date:   Sun Mar 16 08:25:17 2014 +0000
 
     wrap definition of free_langs() with HAVE_ATEXIT
-
-    ...to avoid an unused function warning; see mozilla bug
-    https://bugzilla.mozilla.org/show_bug.cgi?id=984081.
+    
+    ...to avoid an unused function warning; see mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=984081.
 
  src/hb-common.cc | 2 ++
  1 file changed, 2 insertions(+)
@@ -34194,11 +169963,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Mar 14 19:55:46 2014 -0700
 
     [coretext] Add hb_coretext_face_create()
-
+    
     Not tested.
 
- src/hb-coretext.cc | 57
- +++++++++++++++++++++++++++++++++++++++++++++---------
+ src/hb-coretext.cc | 57 +++++++++++++++++++++++++++++++++++++++++++++---------
  src/hb-coretext.h  |  4 ++++
  2 files changed, 52 insertions(+), 9 deletions(-)
 
@@ -34207,17 +169975,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Mar 14 19:37:55 2014 -0400
 
     [coretext] Add coretext_aat shaper
-
+    
     This is a higher-priority shaper than default shaper ("ot"), but
     only picks up fonts that have AAT "morx"/"mort" table.
-
+    
     Note that for this to work the font face's get_table() implementation
     should know how to return the full font blob.
-
+    
     Based on patch from Konstantin Ritt.
 
- src/hb-coretext.cc    | 94
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-coretext.cc    | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-coretext.h     |  4 +++
  src/hb-shaper-list.hh |  4 +++
  3 files changed, 102 insertions(+)
@@ -34227,7 +169994,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Mar 14 15:52:47 2014 -0700
 
     If HAVE_ICU_BUILTIN is defined, use hb-icu Unicode callbacks
-
+    
     Useful for Android / Chrome / etc when ICU is built in the same
     library as harfbuzz itself.
 
@@ -34249,10 +170016,8 @@ Date:   Mon Mar 10 15:04:46 2014 -0700
 
     Add Myanmar test case from OpenType Myanmar spec
 
- test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/MANIFEST  |
- 1 +
- .../shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/otspec.txt |
- 2 ++
+ test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/MANIFEST  | 1 +
+ .../shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/otspec.txt | 2 ++
  2 files changed, 3 insertions(+)
 
 commit 158985908981189a2fd4d15275a641286fc770fe
@@ -34261,12 +170026,9 @@ Date:   Mon Mar 10 14:57:55 2014 -0700
 
     Minor
 
- test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/MANIFEST
- | 1 -
- test/shaping/texts/in-tree/shaper-sea/script-tai-tham/misc/MANIFEST
- | 1 +
- .../script-myanmar => shaper-sea/script-tai-tham}/misc/torture.txt
- | 0
+ test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/MANIFEST   | 1 -
+ test/shaping/texts/in-tree/shaper-sea/script-tai-tham/misc/MANIFEST      | 1 +
+ .../script-myanmar => shaper-sea/script-tai-tham}/misc/torture.txt       | 0
  3 files changed, 1 insertion(+), 1 deletion(-)
 
 commit bb8ffb581b89cf27fb8e0743b81bbda21654233e
@@ -34285,13 +170047,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 18 15:53:56 2014 -0500
 
     Only do fallback Hebrew composition if no GPOS 'mark' available
-
+    
     Apparently some modern fonts have proper GPOS mark positioning
     tables, but undesirable precomposed forms!  See thread
     "Hebrew composition to presentation forms" and:
-
+    
       http://tex.stackexchange.com/questions/156775/having-trouble-with-vowel-positioning-in-ezra-sil-xelatex
-
+    
     Test case: U+fb1d,05d9,05b4
 
  src/hb-ot-shape-complex-hebrew.cc | 2 +-
@@ -34303,7 +170065,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 11 17:29:40 2014 -0500
 
     Allow bootstrapping without gtk-doc
-
+    
     Seems like configure.ac is already able to handle it.
 
  autogen.sh | 10 +++++-----
@@ -34332,7 +170094,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 5 08:22:06 2014 -0500
 
     Improve MemoryBarrier() implementation
-
+    
     See thread "[HarfBuzz] compilation error of 0.9.26 with MinGW"
     started by Werner.
 
@@ -34354,7 +170116,7 @@ Author: Jonathan Kew <jfkthame@gmail.com>
 Date:   Wed Jan 29 14:07:58 2014 +0000
 
     Ensure hb_script_t can safely hold any hb_tag_t value it's given.
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/21
 
  src/hb-common.h | 8 +++++++-
@@ -34365,7 +170127,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jan 28 17:29:42 2014 -0500
 
     [coretext] Handle surrogate pairs when generating notdef glyphs
-
+    
     Fixes github.com/behdad/harfbuzz/pull/19
 
  src/hb-coretext.cc | 18 ++++++++++++++----
@@ -34403,7 +170165,7 @@ Author: Konstantin Ritt <ritt.ks@gmail.com>
 Date:   Wed Jan 22 21:07:13 2014 +0200
 
     Make it possible to disable the fallback shaper at configure time
-
+    
     The OT shaper supersedes the fallback shaper in every case
     and the latter become an extra weight for 99.9% of users.
 
@@ -34417,7 +170179,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 23 14:18:49 2014 -0500
 
     Fix clang warning 'private field 'xxx' is not used
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/16
 
  src/hb-open-type-private.hh | 2 +-
@@ -34428,7 +170190,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 23 14:11:03 2014 -0500
 
     Fix typo in _hb_buffer_serialize_glyphs_text()
-
+    
     Fixes https://github.com/behdad/harfbuzz/pull/17
 
  src/hb-buffer-serialize.cc | 2 +-
@@ -34439,10 +170201,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 22 11:03:02 2014 -0500
 
     [arabic] Disable 'cswh' by default
-
+    
     I believe Windows 8 disables it, and spec update dated
     Jan 2014 also clearly says it's disabled by default:
-
+    
       http://www.microsoft.com/typography/OpenTypeDev/arabic/intro.htm#features
 
  src/hb-ot-shape-complex-arabic.cc | 1 -
@@ -34458,12 +170220,12 @@ Date:   Wed Jan 22 07:53:55 2014 -0500
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit 0596343bfeb80ad6b19d459654edf7dfded6affe
-Merge: 62cb28df 83d7e791
+Merge: 62cb28dfc 83d7e7915
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 22 04:43:51 2014 -0800
 
     Merge pull request #13 from jfkthame/hangul-shaper
-
+    
     Tone-mark reordering and improved Old Hangul support
 
 commit 62cb28dfc668cae9cbff826229bde2271e157927
@@ -34479,8 +170241,7 @@ commit 83d7e7915a5eaa8ff4c7014c319844e7dffd8225
 Author: Jonathan Kew <jfkthame@gmail.com>
 Date:   Mon Jan 20 19:49:47 2014 +0000
 
-    [hangul] Fix ordering of dotted circle with Hangul tone mark (reported
-    by Dohyun Kim).
+    [hangul] Fix ordering of dotted circle with Hangul tone mark (reported by Dohyun Kim).
 
  src/hb-ot-shape-complex-hangul.cc | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -34489,8 +170250,7 @@ commit deef1862657d55b7ae8d45f4eecbe45c80785c4e
 Author: Jonathan Kew <jfkthame@gmail.com>
 Date:   Mon Jan 20 10:38:27 2014 +0000
 
-    [hangul] Don't force zero-width for marks - this is not wanted for
-    the Jamo Filler glyphs.
+    [hangul] Don't force zero-width for marks - this is not wanted for the Jamo Filler glyphs.
 
  src/hb-ot-shape-complex-hangul.cc | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -34499,8 +170259,7 @@ commit 391934db0a171aeb2057ebcd4a38ed81621e7393
 Author: Jonathan Kew <jfkthame@gmail.com>
 Date:   Mon Jan 20 10:37:32 2014 +0000
 
-    [unicode] Exclude the Jamo Filler characters from Default_Ignorable,
-    as some fonts want these to be visible/spacing glyphs.
+    [unicode] Exclude the Jamo Filler characters from Default_Ignorable, as some fonts want these to be visible/spacing glyphs.
 
  src/hb-unicode-private.hh | 15 +++++++--------
  1 file changed, 7 insertions(+), 8 deletions(-)
@@ -34509,23 +170268,18 @@ commit 7244b3fc3bf9757dd094709d36bea68682264e20
 Author: Jonathan Kew <jfkthame@gmail.com>
 Date:   Mon Jan 20 10:35:51 2014 +0000
 
-    [hangul] Reorder Hangul tone mark to beginning of syllable, unless
-    font implements it using a zero-width glyph.
+    [hangul] Reorder Hangul tone mark to beginning of syllable, unless font implements it using a zero-width glyph.
 
- src/hb-ot-shape-complex-hangul.cc | 59
- ++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-shape-complex-hangul.cc | 59 ++++++++++++++++++++++++++++++++++++++-
  1 file changed, 58 insertions(+), 1 deletion(-)
 
 commit 103436838df3a77552d3d33fc4bd80f09d9bf079
 Author: Jonathan Kew <jfkthame@gmail.com>
 Date:   Mon Jan 20 10:35:07 2014 +0000
 
-    [hangul] Apply the appropriate *jmo features to decomposed
-    syllables, including Old Hangul sequences that don't have Unicode
-    compositions. Merge clusters in decomposed syllables.
+    [hangul] Apply the appropriate *jmo features to decomposed syllables, including Old Hangul sequences that don't have Unicode compositions. Merge clusters in decomposed syllables.
 
- src/hb-ot-shape-complex-hangul.cc | 197
- +++++++++++++++++++++++++++++++-------
+ src/hb-ot-shape-complex-hangul.cc | 197 +++++++++++++++++++++++++++++++-------
  1 file changed, 165 insertions(+), 32 deletions(-)
 
 commit 8fc1f7fe74a25bf8549f5edd79c7da6b720eb064
@@ -34533,7 +170287,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 2 17:04:04 2014 +0800
 
     [ot/hangul] Don't decompose Hangul even when combining marks present
-
+    
     As discussed on
     https://github.com/behdad/harfbuzz/pull/10#issuecomment-31442030
 
@@ -34547,7 +170301,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 2 14:33:10 2014 +0800
 
     [ot] Simplify composing
-
+    
     Not tested.  Ouch.
 
  src/hb-ot-shape-normalize.cc | 5 +++--
@@ -34578,7 +170332,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 2 14:20:00 2014 +0800
 
     [hangul] Fix decomposition logic
-
+    
     Seems to be working now.
 
  src/hb-ot-shape-complex-hangul.cc | 19 ++++++++-----------
@@ -34589,7 +170343,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 2 14:04:30 2014 +0800
 
     [hangul] Fix decomposition
-
+    
     Part of https://github.com/behdad/harfbuzz/pull/10
 
  src/hb-ot-shape-complex-hangul.cc | 4 ++--
@@ -34600,7 +170354,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 2 14:01:56 2014 +0800
 
     [hangul] Tighten up character categories
-
+    
     I had tried to expand to fill the blocks, but that sounds wrong in
     retrospect.
 
@@ -34612,14 +170366,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Dec 31 16:49:15 2013 +0800
 
     [ot] Separate out hebrew and tibetan shapers from default
-
+    
     Now default shaper is truly no-op.
 
  src/Makefile.am                    |   2 +
- src/hb-ot-shape-complex-default.cc | 161
- +---------------------------------
- src/hb-ot-shape-complex-hebrew.cc  | 172
- +++++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-default.cc | 161 +---------------------------------
+ src/hb-ot-shape-complex-hebrew.cc  | 172 +++++++++++++++++++++++++++++++++++++
  src/hb-ot-shape-complex-private.hh |  17 +++-
  src/hb-ot-shape-complex-tibetan.cc |  61 +++++++++++++
  5 files changed, 251 insertions(+), 162 deletions(-)
@@ -34641,9 +170393,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Dec 31 16:04:35 2013 +0800
 
     [ot] Simplify normalization_preference again
-
-    No shaper has more than one behavior re this, so no need for
-    a callback.
+    
+    No shaper has more than one behavior re this, so no need for a callback.
 
  src/hb-ot-shape-complex-arabic.cc  | 2 +-
  src/hb-ot-shape-complex-default.cc | 8 +-------
@@ -34661,18 +170412,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Dec 31 15:55:40 2013 +0800
 
     [ot] Add Hangul shaper
-
+    
     Not exhaustively tested, but I think I got the intended logic
     right.
-
+    
     The logic can perhaps be simplified.  Maybe we should disabled
     normalization with this shaper.  Then again, for now focusing on
     correctness.
 
  src/Makefile.am                    |   1 +
  src/hb-ot-shape-complex-default.cc |  13 ---
- src/hb-ot-shape-complex-hangul.cc  | 232
- +++++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-hangul.cc  | 232 +++++++++++++++++++++++++++++++++++++
  src/hb-ot-shape-complex-private.hh |  10 +-
  src/hb-private.hh                  |   6 +
  5 files changed, 240 insertions(+), 22 deletions(-)
@@ -34712,8 +170462,7 @@ Date:   Sun Dec 22 08:02:11 2013 -0500
 
  src/Makefile.am    |  1 +
  src/hb-ot-layout.h |  5 -----
- src/hb-ot-shape.h  | 53
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape.h  | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot.h        |  9 +--------
  4 files changed, 55 insertions(+), 13 deletions(-)
 
@@ -34761,21 +170510,20 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 22 16:17:54 2013 -0500
 
     Bug 72698 - Automatically support frac / numr / dnom
-
+    
     When seeing U+2044 FRACTION SLASH in the text, find decimal
     digits (Unicode General Category Decimal_Number) around it,
     and mark the pre-slash digits with 'numr' feature, the post-slash
     digits with 'dnom' feature, and the whole sequence with 'frac'
     feature.
-
+    
     This beautifully renders fractions with major Windows fonts,
     and any other font that implements those features (numr/dnom is
     enough for most fonts.)
-
+    
     Not the fastest way to do this, but good enough for a start.
 
- src/hb-ot-shape.cc | 51
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape.cc | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 51 insertions(+)
 
 commit 014f369ec98fdbb3e7a2ef68aea2c4e017e7b680
@@ -34792,7 +170540,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Dec 21 00:18:18 2013 -0500
 
     Initialize masks before mirroring
-
+    
     We were throwing away the rtlm feature mask set during
     mirroring...
 
@@ -34846,7 +170594,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 5 18:19:35 2013 -0500
 
     Drop required automake version back to 1.11.3
-
+    
     Work around broken automake-1.13 changes.
 
  configure.ac             | 3 ++-
@@ -34886,9 +170634,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 4 19:59:48 2013 -0500
 
     Require automake 1.13
-
+    
     Fix tests build.
-
+    
     https://bugs.freedesktop.org/show_bug.cgi?id=71353
 
  configure.ac             |  2 +-
@@ -34900,7 +170648,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Dec 2 20:41:41 2013 -0500
 
     Revert "Karen" language mapping back to what it was before
-
+    
     https://bugzilla.mozilla.org/show_bug.cgi?id=941470
 
  src/hb-ot-tag.cc | 4 ++--
@@ -34942,8 +170690,7 @@ Date:   Mon Dec 2 05:22:00 2013 -0500
     cache shape plans even if (global) user features are set
 
  src/hb-shape-plan-private.hh |  3 +++
- src/hb-shape-plan.cc         | 59
- ++++++++++++++++++++++++++++++++++++++++----
+ src/hb-shape-plan.cc         | 59 ++++++++++++++++++++++++++++++++++++++++----
  2 files changed, 57 insertions(+), 5 deletions(-)
 
 commit 8ffa528f28a24ae85952ad1c1b0206e736bcfeab
@@ -34951,7 +170698,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Dec 2 05:17:14 2013 -0500
 
     Add note about unsafe shape_plan->face
-
+    
     Will fix by removing shape_plan->face completely.
 
  src/hb-shape-plan.cc | 2 ++
@@ -34980,11 +170727,9 @@ Author: Khaled Hosny <khaledhosny.eglug.org>
 Date:   Fri Nov 29 19:01:56 2013 -0500
 
     [coretext] Avoid font fallback with CoreText shaper
-
-    CoreText does automatic font fallback (AKA "cascading") for
-    characters
-    not supported by the requested font, and provides no way to turn
-    it off,
+    
+    CoreText does automatic font fallback (AKA "cascading") for  characters
+    not supported by the requested font, and provides no way to turn it off,
     so detect if the returned run uses a font other than the requested one
     and fill in the buffer with .notdef glyphs instead of random indices
     glyph from a different font.
@@ -35024,15 +170769,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 25 18:10:38 2013 -0500
 
     [myanmar] Allow punctuation clusters
-
+    
     The spec and Uniscribe don't allow these, but UTN#11
     specifically says the sequence U+104B,U+1038 is valid.
     As such, allow all "P V" sequences.  There's about
     eight sequences that match that structure, but Roozbeh
     thinks it's fine to allow all of them.
-
+    
     Test case: U+104B, U+1038
-
+    
     https://bugs.freedesktop.org/show_bug.cgi?id=71947
 
  src/hb-ot-shape-complex-myanmar-machine.rl |  3 +++
@@ -35044,12 +170789,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 25 18:03:34 2013 -0500
 
     [myanmar] Mark U+104E MYANMAR SYMBOL AFOREMENTIONED as Consonant
-
+    
     The spec and Uniscribe treat it as consonant in the grammar, but
     it's not in IndicSyllableCategory.txt, so fix up.
-
+    
     Test sequence: U+1004,U+103A,U+1039,U+104E
-
+    
     https://bugs.freedesktop.org/show_bug.cgi?id=71948
 
  src/hb-ot-shape-complex-myanmar.cc | 4 ++++
@@ -35060,15 +170805,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 25 17:50:07 2013 -0500
 
     [myanmar] Relax pwo-tone group a bit
-
+    
     This is broken sequence according to OpenType spec, Uniscribe,
     and current HarfBuzz implementation.  But Roozbeh says this
     is a valid sequence, so allow it.  There are multiple
     "(DB As?)?" constructs in the grammar, but Roozbeh thinks only
     this one needs changing.
-
+    
     Test case: 1014,1063,103A
-
+    
     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=71949
 
  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
@@ -35079,15 +170824,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 25 17:47:19 2013 -0500
 
     Add more Myanmar test cases
-
+    
     All three are broken right now according to Roozbeh.
-
+    
     https://bugs.freedesktop.org/show_bug.cgi?id=71947
     https://bugs.freedesktop.org/show_bug.cgi?id=71948
     https://bugs.freedesktop.org/show_bug.cgi?id=71949
 
- .../shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/misc.txt |
- 4 ++++
+ .../shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/misc.txt | 4 ++++
  1 file changed, 4 insertions(+)
 
 commit 08c2d27d35093e07142168665139274ac99395e8
@@ -35095,13 +170839,12 @@ Author: Roozbeh Pournader <roozbeh@google.com>
 Date:   Sat Nov 23 21:39:31 2013 -0800
 
     Added support for several new languages
-
+    
     Based on research into latest SIL and Windows fonts, pulling in
     the latest OpenType language tag proposal from Microsoft, and updating
     to latest language tags and names from ISO 639.
 
- src/hb-ot-tag.cc | 314
- +++++++++++++++++++++++++++++++++++++++++++------------
+ src/hb-ot-tag.cc | 314 +++++++++++++++++++++++++++++++++++++++++++------------
  1 file changed, 247 insertions(+), 67 deletions(-)
 
 commit 05511acd198d0c2157cdb41e1d36eac0b8075357
@@ -35109,7 +170852,7 @@ Author: Roozbeh Pournader <roozbeh@google.com>
 Date:   Sat Nov 23 15:19:07 2013 -0800
 
     Added language tags for S'gaw Karen and Khamti
-
+    
     Tags based on support in Windows 8.1's 'Myanmar Text' font.
 
  src/hb-ot-tag.cc | 2 ++
@@ -35129,7 +170872,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 15 13:05:38 2013 -0500
 
     Set buffer content type to INVALID in hb_buffer_set_length(0)
-
+    
     Previously we were only setting this in hb_buffer_clear_contents(),
     but set_length(0) is a valid way to reinitialize buffer to use with
     new text.
@@ -35153,7 +170896,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 13 14:50:25 2013 -0500
 
     Use long alignment for scratch buffer
-
+    
     Fixes last of scratch alignment warnings in hb-coretext.
 
  src/hb-buffer-private.hh | 2 +-
@@ -35210,17 +170953,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 6 14:46:04 2013 -0500
 
     Fix llvm warnings on Mac
-
+    
     Patch from Scott Fleischman.  Warnings were:
-
+    
     harfbuzz/src/hb-font-private.hh:121:42: Implicit conversion loses
     integer precision: 'long long' to 'hb_position_t' (aka 'int')
     harfbuzz/src/hb-font-private.hh:126:42: Implicit conversion loses
     integer precision: 'long long' to 'hb_position_t' (aka 'int')
     harfbuzz/src/hb-font-private.hh:400:85: Implicit conversion loses
     integer precision: 'long long' to 'hb_position_t' (aka 'int')
-    harfbuzz/src/hb-ot-layout-common-private.hh:1115:37: Implicit
-    conversion
+    harfbuzz/src/hb-ot-layout-common-private.hh:1115:37: Implicit conversion
     loses integer precision: 'long long' to 'int'
     harfbuzz/src/hb-ft.cc:421:97: Implicit conversion loses integer
     precision: 'unsigned long long' to 'int'
@@ -35237,13 +170979,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 30 17:30:11 2013 +0000
 
     [otlayout] Remove unused is_inplace()
-
+    
     Patch from Jonathan Kew.
 
  src/hb-ot-layout-gpos-table.hh       |   6 --
  src/hb-ot-layout-gsub-table.hh       |  56 ------------
- src/hb-ot-layout-gsubgpos-private.hh | 159
- -----------------------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 159 -----------------------------------
  3 files changed, 221 deletions(-)
 
 commit 176fd17d02ac183af32a0e710ec32d25c9322021
@@ -35251,7 +170992,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 30 17:27:24 2013 +0000
 
     Bug 70971 - Signed/unsigned compiler warnings on windows
-
+    
     Patch from Emil Eklund.
 
  src/hb-buffer-serialize.cc | 8 ++++----
@@ -35302,9 +171043,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 28 19:26:02 2013 +0100
 
     [otlayout] Optimize inplace
-
-    See thread started by Jonathan with subject "an optimization for
-    complex
+    
+    See thread started by Jonathan with subject "an optimization for complex
     fonts".
 
  src/hb-ot-layout.cc | 6 +++---
@@ -35315,17 +171055,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 28 00:20:59 2013 +0100
 
     Revert "Zero marks by GDEF for Tibetan"
-
+    
     This reverts commit d5bd0590ae2fbc7b0dee86385a565aef00ffb835.
-
+    
     The reasoning behind that logic was flawed and made under
     a misunderstanding of the original problem, and caused
     regressions as reported by Jonathan Kew in thread titled
     "tibetan marks" in Oct 2013.  Apparently I have had fixed
     the original problem with this commit:
-
+    
       7e08f1258da229dfaf7e1c4b5c41e5bb83906cb0
-
+    
     So, revert the faulty commit and everything seems to be in good
     shape.
 
@@ -35345,7 +171085,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 28 00:09:05 2013 +0100
 
     Pass CPPFLAGS=-Werror to Travis-CI
-
+    
     We want default gcc / clang warnings to fail the CI build.
 
  .travis.yml | 2 +-
@@ -35366,7 +171106,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Oct 27 23:36:35 2013 +0100
 
     Work with old and new glib
-
+    
     Avoids "deprecated" warnings.
 
  src/test-buffer-serialize.cc | 7 +++++--
@@ -35383,11 +171123,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Oct 27 23:24:50 2013 +0100
 
     [indic] Adjust pref reordering logic
-
+    
     For Javanese (pref_len == 1) only reorder if it didn't ligate.  That's
     sensible, and what the spec says.  For other Indic (pref_len > 1)
     only reorder if ligated.
-
+    
     Doesn't change any test numbers.
 
  src/hb-ot-shape-complex-indic.cc | 9 +++++++--
@@ -35398,13 +171138,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Oct 27 21:04:55 2013 +0100
 
     Optimize fallback kerning
-
+    
     Patch from Jonathan Kew.  "These changes seem to yield a small but
     just-about-measurable improvement with old fonts that lack GPOS
     kerning."
 
- src/hb-ot-shape-fallback.cc | 47
- ++++++++++++++++++++++++++++-----------------
+ src/hb-ot-shape-fallback.cc | 47 ++++++++++++++++++++++++++++-----------------
  1 file changed, 29 insertions(+), 18 deletions(-)
 
 commit 133eeba6a32769ec1a7520e7c8a0d2eb1ad986f8
@@ -35412,7 +171151,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Oct 27 00:24:59 2013 +0200
 
     Minor
-
+    
     See:
     https://github.com/prezi/harfbuzz-js/pull/1/files#r7032397
 
@@ -35424,7 +171163,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 24 11:46:33 2013 +0200
 
     [indic] Fix CM2, really
-
+    
     Followup from 6e613f3365bf4e9fd778758c53e7de00c64beca1.
 
  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
@@ -35445,8 +171184,7 @@ Date:   Fri Oct 18 19:33:09 2013 +0200
 
     Refactor
 
- src/hb-ot-layout-gpos-table.hh | 120
- ++++++++++++++++++++++-------------------
+ src/hb-ot-layout-gpos-table.hh | 120 ++++++++++++++++++++++-------------------
  src/hb-ot-layout.cc            |  31 +++++------
  src/hb-ot-shape-normalize.cc   |  29 +++++-----
  src/hb-ot-shape.cc             |  82 ++++++++++++++++------------
@@ -35466,18 +171204,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 18 18:07:11 2013 +0200
 
     [indic] Improve positioning of post-base bells and whistles
-
-    Bug 58714 - Kannada u+0cb0 u+200d u+0ccd u+0c95 u+0cbe does not
-    provide
+    
+    Bug 58714 - Kannada u+0cb0 u+200d u+0ccd u+0c95 u+0cbe does not provide
     same results as Windows8
     https://bugs.freedesktop.org/show_bug.cgi?id=58714
-
+    
     Test with U+0CB0,U+200D,U+0CCD,U+0C95,U+0CBF and tunga.ttf.
-
+    
     Improves some scripts.  Improves Bengali too, but numbers
     are up because we produce better results than Uniscribe for some
     sequences now.
-
+    
     New numbers:
     BENGALI: 353724 out of 354188 tests passed. 464 failed (0.131004%)
     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
@@ -35485,8 +171222,7 @@ Date:   Fri Oct 18 18:07:11 2013 +0200
     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
-    MALAYALAM: 1048140 out of 1048334 tests passed. 194 failed
-    (0.0185056%)
+    MALAYALAM: 1048140 out of 1048334 tests passed. 194 failed (0.0185056%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
@@ -35500,7 +171236,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 18 16:44:54 2013 +0200
 
     Zero marks by GDEF for Tibetan
-
+    
     See:
     http://lists.freedesktop.org/archives/harfbuzz/2013-April/003101.html
 
@@ -35529,7 +171265,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 18 16:08:53 2013 +0200
 
     [otfallback] Don't shift down above-marks too much
-
+    
     This seems to generate much better, almost-perfect, positioning for
     Arabic as well as Latin above marks.
 
@@ -35541,7 +171277,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 18 15:57:36 2013 +0200
 
     [otfallback] Never fallback-position a below-mark upwards
-
+    
     Test with WinXP times.ttf and U+05D9,U+05B5.
 
  src/hb-ot-shape-fallback.cc | 6 ++++++
@@ -35561,12 +171297,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 18 02:27:00 2013 +0200
 
     [indic] Add Javanese support!
-
+    
     Seems to be working just fine!
 
  src/hb-ot-shape-complex-indic-machine.rl | 14 ++++++------
- src/hb-ot-shape-complex-indic-private.hh | 37
- ++++++++++++++++----------------
+ src/hb-ot-shape-complex-indic-private.hh | 37 ++++++++++++++++----------------
  src/hb-ot-shape-complex-indic.cc         |  9 ++++++--
  3 files changed, 34 insertions(+), 26 deletions(-)
 
@@ -35575,7 +171310,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 18 11:17:42 2013 +0200
 
     [ft] Round metrics instead of truncate
-
+    
     Lohit-Punjabi has a upem of 769!  We were losing one unit in our
     code, and FreeType is losing another one...  Test with U+0A06.
     Has an advance of 854 in the font.  We were producing 852.
@@ -35589,9 +171324,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 18 02:14:53 2013 +0200
 
     [indic] Swith pref logic to use _hb_glyph_info_substituted()
-
+    
     See comments from caveat!  Seems to work fine.
-
+    
     This is useful for Javanese which has an atomically encoded pre-base
     reordering Ra which should only be reordered if it was substituted
     by the pref feature.
@@ -35613,7 +171348,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 18 01:11:05 2013 +0200
 
     [otlayout] Add _hb_glyph_info_substituted()
-
+    
     Currently unused.
 
  src/hb-ot-layout-private.hh | 6 ++++++
@@ -35624,7 +171359,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 18 01:09:08 2013 +0200
 
     [otlayout] Switch over from old is_a_ligature() to IS_LIGATED
-
+    
     Impact should be minimal and positive.
 
  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
@@ -35639,7 +171374,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 18 01:05:58 2013 +0200
 
     [otlayout] Add HB_OT_LAYOUT_GLYPH_PROPS_LIGATED
-
+    
     Currently unused.
 
  src/hb-ot-layout-gsubgpos-private.hh | 15 ++++++++++-----
@@ -35651,7 +171386,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 18 00:45:59 2013 +0200
 
     [otlayout] Add HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED
-
+    
     Currently unused.
 
  src/hb-ot-layout-gsubgpos-private.hh |  5 +++--
@@ -35667,8 +171402,7 @@ Date:   Fri Oct 18 00:42:39 2013 +0200
  src/hb-ot-layout-gpos-table.hh       | 16 +++----
  src/hb-ot-layout-gsub-table.hh       | 13 +++--
  src/hb-ot-layout-gsubgpos-private.hh |  8 ++--
- src/hb-ot-layout-private.hh          | 92
- ++++++++++++++++++++++++++++++++----
+ src/hb-ot-layout-private.hh          | 92 ++++++++++++++++++++++++++++++++----
  src/hb-ot-shape.cc                   |  8 ++--
  5 files changed, 102 insertions(+), 35 deletions(-)
 
@@ -35677,7 +171411,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 18 00:21:59 2013 +0200
 
     [otlayout] Add _hb_glyph_info_set_glyph_props()
-
+    
     No functional change.
 
  src/hb-ot-layout-gsub-table.hh       | 2 +-
@@ -35704,8 +171438,7 @@ Date:   Fri Oct 18 00:02:43 2013 +0200
  src/hb-ot-layout-gpos-table.hh       | 18 +++++++-------
  src/hb-ot-layout-gsub-table.hh       |  2 +-
  src/hb-ot-layout-gsubgpos-private.hh | 36 +++++++++++++--------------
- src/hb-ot-layout-private.hh          | 48
- +++++++++++++++++++++---------------
+ src/hb-ot-layout-private.hh          | 48 +++++++++++++++++++++---------------
  src/hb-ot-shape-complex-indic.cc     |  5 ++--
  src/hb-ot-shape-complex-myanmar.cc   |  2 +-
  src/hb-ot-shape-fallback.cc          |  8 +++---
@@ -35718,8 +171451,7 @@ Date:   Thu Oct 17 21:16:20 2013 +0200
 
     [otlayout] More shuffling
 
- src/hb-ot-layout-private.hh | 252
- +++++++++++++++++++++++---------------------
+ src/hb-ot-layout-private.hh | 252 +++++++++++++++++++++++---------------------
  1 file changed, 130 insertions(+), 122 deletions(-)
 
 commit 469524692bd0a258b28e63294c984e677a9c2477
@@ -35787,8 +171519,7 @@ Date:   Thu Oct 17 19:07:53 2013 +0200
 
     [indic] Towards supporting atomicly-encoded prebase-reorderings
 
- src/hb-ot-shape-complex-indic.cc | 65
- ++++++++++++++++++++++++----------------
+ src/hb-ot-shape-complex-indic.cc | 65 ++++++++++++++++++++++++----------------
  1 file changed, 40 insertions(+), 25 deletions(-)
 
 commit efed40b975110d78c9c505441e7e17a8c13e85c8
@@ -35815,7 +171546,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 17 18:16:14 2013 +0200
 
     Route Buginese through the SEA shaper
-
+    
     Both Indic and SEA seem to do it just fine, but SEA is much
     simpler.
 
@@ -35827,9 +171558,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 17 18:04:23 2013 +0200
 
     [indic] Pass zero-context=false to would_substitute for newer scripts
-
-    For scripts without an old/new spec distinction, use
-    zero-context=false.
+    
+    For scripts without an old/new spec distinction, use zero-context=false.
     This changes behavior in Sinhala / Khmer, but doesn't seem to regress.
     This will be useful and used in Javanese.
 
@@ -35850,7 +171580,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 17 16:49:06 2013 +0200
 
     [indic] Add BASE_POS_LAST_SINHALA
-
+    
     Previously we planted this into the mode used for Khmer.  There's not
     really much in common between the two, so separate again.
 
@@ -35862,7 +171592,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 17 16:27:38 2013 +0200
 
     [indic] Adjust Sinhala cluster merging under uniscribe
-
+    
     Similar to 190c8f2b60af0851bf692f653c1604cfbf0561a5 but for
     Sinhala.
 
@@ -35875,8 +171605,7 @@ Date:   Thu Oct 17 13:58:31 2013 +0200
 
     [otlayout] Minor
 
- src/hb-ot-layout-gsubgpos-private.hh | 62
- +++++++++++++++++++-----------------
+ src/hb-ot-layout-gsubgpos-private.hh | 62 +++++++++++++++++++-----------------
  1 file changed, 33 insertions(+), 29 deletions(-)
 
 commit 6cc136f7531a45e71ea08a7dc8a2187172cb813d
@@ -35893,7 +171622,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 17 13:52:51 2013 +0200
 
     [otlayout] Increase MAX_CONTEXT_LENGTH
-
+    
     It's cheap.
 
  src/hb-ot-layout-common-private.hh | 2 +-
@@ -35904,7 +171633,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 17 13:49:51 2013 +0200
 
     [otlayout] Simplify ligate_input()
-
+    
     Shouldn't change behavior at all, but is faster / more robust.
 
  src/hb-ot-layout-gsub-table.hh       | 16 +++++++---------
@@ -35925,10 +171654,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 17 13:05:05 2013 +0200
 
     [indic] Apply calt,clig in the same stage as presentation features
-
+    
     Whic means these twp are applied per-syllable now.  Apparently
     in some Khmer fonts the clig interacts with presentation features.
-
+    
     Test case: U+1781,U+17D2,U+1789,U+17BB,U+17C6 with Mondulkiri-R.ttf
     should produce one big ligature.
 
@@ -35940,7 +171669,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 17 12:24:55 2013 +0200
 
     [indic] Fix pref vs blwf interaction
-
+    
     If a glyph can be both blwf and pref, we were wrongly sorting it
     in the post position instead of below position.
 
@@ -35952,7 +171681,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 17 12:20:24 2013 +0200
 
     [indic] Don't apply blwf before base under old-spec mode
-
+    
     Test case: U+09AC,U+09CD,U+09A6 with Lohit-Bengali 2.5.3.
 
  src/hb-ot-shape-complex-indic.cc | 3 ++-
@@ -35963,7 +171692,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 17 12:01:50 2013 +0200
 
     [otlayout] Fix up recent Context matching change
-
+    
     Commit 6b65a76b40522a4f57a6fedcbdfc5a4d736f1d3c.  "end" was becoming
     negative.  Was trigerred by Lohit-Kannada 2.5.3 and the sequence:
     U+0CB0,U+200D,U+0CBE,U+0CB7,U+0CCD,U+0C9F,U+0CCD,U+0CB0,U+0C97,U+0CB3
@@ -35987,18 +171716,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 16 19:06:29 2013 +0200
 
     [indic] Misc harmless fixes!
-
+    
     First, we were abusing OT_VD instead of OT_A.  Fix that
     but moving OT_A in the grammar where it belongs (which
     is different from what the spec says).
-
+    
     Also, only allow medial consonants after all other
     consonants.  This doesn't affect any current character.
-
+    
     Finally, fix Halant attachment in presence of medial
     consonants.  Again, this currently doesn't affect any
     sequence.
-
+    
     I lied.  There's Gurmukhi U+0A75 which is Consonant_Medial.
     Uniscribe allows one of those in each of these positions:
     before matras, after matras and before syllable modifiers,
@@ -36015,19 +171744,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 16 13:42:38 2013 +0200
 
     [arabic] Make ZWJ prevent ligatures instead of facilitating it
-
+    
     Unicode 6.2.0 Section 16.2 / Figure 16.3 says:
-
+    
     "For backward compatibility, between Arabic characters a ZWJ acts just
     like the sequence <ZWJ, ZWNJ, ZWJ>, preventing a ligature from forming
     instead of requesting the use of a ligature that would not normally be
     used. As a result, there is no plain text mechanism for requesting the
     use of a ligature in Arabic text."
-
+    
     As such, we flip internal zwj to zwnj flags for GSUB matching, which
     means it will block ligation in all features, unless the font
-    explicitly matches U+200D glyph.  This doesn't affect joining
-    behavior.
+    explicitly matches U+200D glyph.  This doesn't affect joining behavior.
 
  src/hb-ot-layout-private.hh       |  6 ++++++
  src/hb-ot-shape-complex-arabic.cc | 18 ++++++++++++++++++
@@ -36048,8 +171776,7 @@ Date:   Wed Oct 16 12:32:12 2013 +0200
 
     [indic] More granular post-base cluster merging!
 
- src/hb-ot-shape-complex-indic.cc | 45
- ++++++++++++++++++++++++++++++++++------
+ src/hb-ot-shape-complex-indic.cc | 45 ++++++++++++++++++++++++++++++++++------
  1 file changed, 39 insertions(+), 6 deletions(-)
 
 commit 9cb59d460e80d769087045535a8d54ec9ed7985c
@@ -36057,7 +171784,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 16 11:34:07 2013 +0200
 
     [indic] Fix cluster merging of left matras
-
+    
     The merge_clusters there was totally broken.
 
  src/hb-ot-shape-complex-indic.cc | 2 +-
@@ -36068,7 +171795,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 16 11:33:18 2013 +0200
 
     [indic] Adjust cluster merging under uniscribe mode for Tamil
-
+    
     Apparently Uniscribe Tamil shaper doesn't ship chubby clusters
     for Tamil.  Adjust to that.
 
@@ -36080,23 +171807,21 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 16 11:14:15 2013 +0200
 
     [indic] Allow up to two syllable modifiers
-
+    
     Bug 70509 - Candrabindu+Visarga doesn't work in Devanagari
     https://bugs.freedesktop.org/show_bug.cgi?id=70509
-
+    
     We categorize both bindus and visarga as syllable-modifiers.
     OT spec doesn't actually say what characters go in the syllable
     modifier category, and allows one.  We just allow up to two now.
-
+    
     Test case: U+0930,U+0941,U+0901,U+0903
-
+    
     Uniscribe currently doesn't support that and produces a
     dotted circle.
 
- src/hb-ot-shape-complex-indic-machine.rl                                |
- 2 +-
- .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt    |
- 1 +
+ src/hb-ot-shape-complex-indic-machine.rl                                | 2 +-
+ .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt    | 1 +
  2 files changed, 2 insertions(+), 1 deletion(-)
 
 commit f5299eff5c0065d6329cd536c0ac339abea085b0
@@ -36104,7 +171829,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 15 18:13:07 2013 +0200
 
     [indic] Simplify reph logic
-
+    
     *Shouldn't* break anything.
 
  src/hb-ot-shape-complex-indic.cc | 11 +++--------
@@ -36115,14 +171840,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 15 18:08:05 2013 +0200
 
     [indic] If Malayalam dot-reph formed a ligature, don't move it
-
+    
     Rachana-0.6 implements dot-reph by ligation, so we shouldn't move it.
     Uniscribe doesn't either.  Test case:
-
+    
       U+0D4E,U+0D1A,U+0D4D,U+0D1A,U+0D4D
 
- src/hb-ot-shape-complex-indic.cc                   | 23
- ++++++++++++++++------
+ src/hb-ot-shape-complex-indic.cc                   | 23 ++++++++++++++++------
  .../indic/script-malayalam/misc/dot-reph.txt       |  3 +++
  2 files changed, 20 insertions(+), 6 deletions(-)
 
@@ -36141,8 +171865,7 @@ Date:   Tue Oct 15 16:24:21 2013 +0200
 
     [tests] Remove Myanmar micro-font and test
 
- .../sha1sum/ceadd106a8205214fbe7337ef9de32a862b59762.ttf | Bin 3040 ->
- 0 bytes
+ .../sha1sum/ceadd106a8205214fbe7337ef9de32a862b59762.ttf | Bin 3040 -> 0 bytes
  test/shaping/tests/context-matching.tests                |   1 -
  2 files changed, 1 deletion(-)
 
@@ -36150,16 +171873,13 @@ commit eb10233b267909dee0245f126000e117f3b21c35
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 15 15:26:44 2013 +0200
 
-    [indic] Apply 'kern' for all scripts except for Khmer in Uniscribe
-    mode
-
+    [indic] Apply 'kern' for all scripts except for Khmer in Uniscribe mode
+    
     Seems to better match Uniscribe.
-
-    Note: NotoSansTelugu-Regular has kern feature, so this fixes most
-    of the
+    
+    Note: NotoSansTelugu-Regular has kern feature, so this fixes most of the
     positioning failures there, except for the kern pairs blocked by a
-    (non-)joiner, in which case we (correctly) kern, but Uniscribe
-    doesn't.
+    (non-)joiner, in which case we (correctly) kern, but Uniscribe doesn't.
 
  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
  1 file changed, 9 insertions(+), 2 deletions(-)
@@ -36169,34 +171889,32 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 15 13:47:27 2013 +0200
 
     [indic] Don't apply presentation features across syllables
-
+    
     More like Uniscribe...  We still allow user-defined features to
     work across syllables, but not pres,blws,abs,psts,etc.
-
+    
     This "regressed" Sinhala numbers by 11.  These are cases were
     there's Consonant followed by Ra,Halant,ZWJ at the of text.
     The Ra,Halant,ZWJ ends up forming reph, which is wrong...
     But before we were also ligating that reph with the previous
     consonant.  That's even more wrong.  That's also what Uniscribe
     does.
-
+    
     Current numbers:
-
+    
     BENGALI: 353732 out of 354188 tests passed. 456 failed (0.128745%)
     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
-    MALAYALAM: 1048140 out of 1048334 tests passed. 194 failed
-    (0.0185056%)
+    MALAYALAM: 1048140 out of 1048334 tests passed. 194 failed (0.0185056%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271655 out of 271847 tests passed. 192 failed (0.070628%)
     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
 
- src/hb-ot-shape-complex-indic.cc                    | 21
- +++++++++++++++++----
+ src/hb-ot-shape-complex-indic.cc                    | 21 +++++++++++++++++----
  .../shaper-indic/indic/script-sinhala/misc/misc.txt |  1 +
  2 files changed, 18 insertions(+), 4 deletions(-)
 
@@ -36205,14 +171923,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 15 11:21:01 2013 +0200
 
     [indic] Handle Avagraha
-
+    
     It can come either at the end(ish!) of the syllable, or independently.
     When independent, it accepts a few bits and pieces.
 
  src/hb-ot-shape-complex-indic-machine.rl                   |  5 ++++-
  src/hb-ot-shape-complex-indic-private.hh                   |  5 +++--
- src/hb-ot-shape-complex-indic.cc                           | 14
- +++++++++++++-
+ src/hb-ot-shape-complex-indic.cc                           | 14 +++++++++++++-
  .../shaper-indic/indic/script-devanagari/misc/misc.txt     |  1 +
  .../in-tree/shaper-indic/indic/script-telugu/misc/misc.txt |  1 +
  5 files changed, 22 insertions(+), 4 deletions(-)
@@ -36231,21 +171948,20 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 15 12:15:49 2013 +0200
 
     [indic] Some scripts like blwf applied to pre-base characters
-
+    
     ...while some don't!
-
+    
     Improved Bengali, Devanagari, Gurmukhi, Malayalam.
-
+    
     Updated numbers:
-
+    
     BENGALI: 353732 out of 354188 tests passed. 456 failed (0.128745%)
     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
-    MALAYALAM: 1048134 out of 1048334 tests passed. 200 failed
-    (0.0190779%)
+    MALAYALAM: 1048134 out of 1048334 tests passed. 200 failed (0.0190779%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
@@ -36268,13 +171984,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 14 18:51:39 2013 +0200
 
     [otlayout] Fix (Chain)Context recursion!
-
+    
     Previously we only supported recursive sublookups with
     ascending indices.  We were also not correctly handling
     non-1-to-1 recursed lookups.
-
+    
     Fix all that!
-
+    
     Fixes the three tests in test/shaping/tests/context-matching.tests,
     which were derived from NotoSansBengali and NotoSansDevanagari
     among others.
@@ -36283,8 +171999,7 @@ Date:   Mon Oct 14 18:51:39 2013 +0200
  src/hb-buffer.cc                     |  46 ++++++++++
  src/hb-ot-layout-common-private.hh   |   1 +
  src/hb-ot-layout-gsub-table.hh       |   1 +
- src/hb-ot-layout-gsubgpos-private.hh | 157
- +++++++++++++++++------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 157 +++++++++++++++++------------------
  5 files changed, 127 insertions(+), 82 deletions(-)
 
 commit 841e20d083aec8d814cd8d90aa6ab60127c0d1f2
@@ -36292,13 +172007,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 14 18:47:51 2013 +0200
 
     Add test suite for shaping results
-
+    
     The new test suite runs tests included under
     hb/test/shaping/tests/*.tests, which themselves reference
     font files stored by sha1sum under hb/test/shaping/fonts/sha1sum.
     The fonts are produced using a subsetter to only include glyphs
     needed to run the test.
-
+    
     Four initial tests are added for (Chain)Context matching,
     of which three currently fail.
 
@@ -36307,8 +172022,7 @@ Date:   Mon Oct 14 18:47:51 2013 +0200
  .../ceadd106a8205214fbe7337ef9de32a862b59762.ttf   | Bin 0 -> 3040 bytes
  .../d629e7fedc0b350222d7987345fe61613fa3929a.ttf   | Bin 0 -> 1768 bytes
  .../f499fbc23865022234775c43503bba2e63978fe1.ttf   | Bin 0 -> 3564 bytes
- test/shaping/run-tests.sh                          |  34
- +++++++++++++++++++++
+ test/shaping/run-tests.sh                          |  34 +++++++++++++++++++++
  test/shaping/tests/MANIFEST                        |   1 +
  test/shaping/tests/context-matching.tests          |   4 +++
  8 files changed, 48 insertions(+), 1 deletion(-)
@@ -36336,7 +172050,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 10 20:04:42 2013 +0200
 
     Don't use g_mapped_file_unref()
-
+    
     Was introduced in glib 2.22.
 
  src/test-buffer-serialize.cc | 2 +-
@@ -36361,7 +172075,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 3 14:54:50 2013 -0400
 
     [OTLayout] Protect against out-of-range lookup indices
-
+    
     Filter them out when compiling map.
 
  src/hb-ot-layout.cc | 17 +++++++++++++++++
@@ -36386,17 +172100,16 @@ Date:   Mon Sep 30 08:55:52 2013 +0000
     - use common src files for both static and shared libs
     - remove empty LOCAL_SHARED_LIBRARIES
 
- Android.mk | 58
- +++++++++++++++++-----------------------------------------
+ Android.mk | 58 +++++++++++++++++-----------------------------------------
  1 file changed, 17 insertions(+), 41 deletions(-)
 
 commit 622bc3d829cab84c3a4148b88f2c91fee491ef39
-Merge: 3d2c4f0c d583df1e
+Merge: 3d2c4f0c2 d583df1e7
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Sep 29 13:31:58 2013 -0700
 
     Merge pull request #4 from amarullz/master
-
+    
     Add build static library on Android.mk
 
 commit 3d2c4f0c2ff8fab4262988aad65b170e5b479b20
@@ -36404,7 +172117,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Sep 27 17:06:29 2013 -0400
 
     Fix hiding of default_ignorables if font doesn't have space glyph
-
+    
     Based on patch from Jonathan Kew.  See discussion on the list.
 
  src/hb-ot-shape.cc | 40 ++++++++++++++++++++++++++++++----------
@@ -36415,7 +172128,7 @@ Author: Ahmad Amarullah <support@amarullz.com>
 Date:   Fri Sep 27 19:04:32 2013 +0700
 
     Add build static library on Android.mk
-
+    
     Use UCDN instead ICU
     HAVE Freetype
 
@@ -36427,7 +172140,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Sep 26 18:26:43 2013 -0400
 
     [util] Don't use g_array_unref()
-
+    
     Was introduced in glib 2.22.
 
  util/view-cairo.hh | 2 +-
@@ -36438,7 +172151,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Sep 26 16:48:42 2013 -0400
 
     Bug 68990 - test-common fails on i686-linux
-
+    
     Fix use-after-end-of-scope.
 
  src/hb-common.cc | 6 ++++--
@@ -36490,17 +172203,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Sep 13 20:23:51 2013 -0400
 
     [introspection] Annotate Unicode / font callbacks
-
+    
     Should move these out of the public header...
-
+    
     We're "clean" of introspection warnings now.  Remaining ones are about
     graphite2 / freetype types not being introspectable.
 
  src/hb-blob.cc   |   4 +-
  src/hb-face.cc   |   2 +-
  src/hb-font.cc   |   4 +-
- src/hb-font.h    | 132
- +++++++++++++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-font.h    | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
  src/hb-unicode.h | 106 ++++++++++++++++++++++++++++++++++++++++----
  5 files changed, 231 insertions(+), 17 deletions(-)
 
@@ -36509,7 +172221,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Sep 13 20:17:42 2013 -0400
 
     Move code around
-
+    
     I believe I didn't break anything...
 
  src/hb-ot-shape.cc | 22 +++++++++++-----------
@@ -36520,14 +172232,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Sep 12 20:56:32 2013 -0400
 
     Remove contrib/ Python hand-coded binding stuff
-
+    
     gobject-introspection coming together.
 
  contrib/README                    |   2 -
  contrib/python/README             |  10 --
  contrib/python/lib/fontconfig.pyx |  47 ---------
- contrib/python/lib/harfbuzz.pyx   | 213
- --------------------------------------
+ contrib/python/lib/harfbuzz.pyx   | 213 --------------------------------------
  contrib/python/scripts/hbtestfont | 116 ---------------------
  contrib/python/setup.py           |  39 -------
  6 files changed, 427 deletions(-)
@@ -36556,7 +172267,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Sep 12 17:14:33 2013 -0400
 
     [introspection] Disable constructors for now
-
+    
     Since our types are not associated with their methods, marking
     constructors makes them inaccessible from bindings.  Undo for now.
 
@@ -36582,8 +172293,7 @@ Date:   Mon Sep 9 15:43:10 2013 -0400
  src/hb-ot-layout-gdef-table.hh |   2 +-
  src/hb-ot-layout-gpos-table.hh |   2 +-
  src/hb-ot-layout-gsub-table.hh |   2 +-
- src/hb-ot-layout-jstf-table.hh | 229
- +++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-jstf-table.hh | 229 +++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-layout.cc            |   1 +
  src/hb-ot-layout.h             |   1 +
  src/hb-ot-maxp-table.hh        |   2 +-
@@ -36597,8 +172307,7 @@ Date:   Fri Sep 6 17:35:57 2013 -0400
 
     [docs/introspection] Some more annotations
 
- src/hb-common.cc    | 151
- ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-common.cc    | 151 ++++++++++++++++++++++++++++++++++++++++++++++++++--
  src/hb-font.cc      |  16 +++---
  src/hb-version.h.in |  19 -------
  3 files changed, 155 insertions(+), 31 deletions(-)
@@ -36614,8 +172323,7 @@ Date:   Fri Sep 6 15:40:22 2013 -0400
  src/hb-buffer.cc           | 307 ++++++++++++++++++++++++++-
  src/hb-face.cc             | 171 +++++++++++++++
  src/hb-font-private.hh     |   4 +-
- src/hb-font.cc             | 504
- ++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-font.cc             | 504 ++++++++++++++++++++++++++++++++++++++++++++-
  src/hb-set.cc              |   2 +-
  src/hb-shape-plan.cc       | 104 ++++++++++
  src/hb-shape.cc            |  56 +++++
@@ -36637,7 +172345,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Sep 6 16:20:21 2013 -0400
 
     Minor change to hb_language_t
-
+    
     Let me know if this breaks anyone's anything.
 
  src/hb-common.cc | 2 +-
@@ -36651,8 +172359,7 @@ Date:   Fri Sep 6 15:29:22 2013 -0400
     Annotate hb-set a bit; add HB_SET_VALUE_INVALID
 
  src/hb-set-private.hh |  20 +++--
- src/hb-set.cc         | 244
- ++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-set.cc         | 244 ++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-set.h          |   2 +
  src/hb-version.h.in   |   6 +-
  test/api/test-set.c   |  26 +++---
@@ -36682,8 +172389,7 @@ Date:   Wed Sep 4 18:28:39 2013 -0400
 
     [docs] Document a few symbols
 
- src/hb-blob.cc      | 160
- +++++++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-blob.cc      | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++-
  src/hb-buffer.cc    |  78 ++++++++++++++++++++++++-
  src/hb-version.h.in |  17 ++++++
  3 files changed, 251 insertions(+), 4 deletions(-)
@@ -36702,9 +172408,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 3 20:11:01 2013 -0400
 
     Revert "Round when scaling values"
-
+    
     This reverts commit 10f964623f003c70f6bdd33423420abda3820ce0.
-
+    
     See discussion with Khaled Hosny on mailing list.  In short, since
     integers here can be negative, and int division is "round towards
     zero", proper rounding should take sign into account.  Just skip
@@ -36728,10 +172434,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 3 20:01:40 2013 -0400
 
     [gtk-doc] Remove hack for deleting tmpl/
-
+    
     This was introduced in 029f46bde7e39094d3decb46525e91a97c5cc02c
     and was in fact a bug in gtk-doc master:
-
+    
       https://bugzilla.gnome.org/show_bug.cgi?id=707426
 
  docs/reference/Makefile.am | 5 -----
@@ -36742,7 +172448,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 3 20:00:16 2013 -0400
 
     [build] Fix EXTRA_DIST
-
+    
     I was under the impression that EXTRA_DISTs will happen regardless of
     automake conditionals.  Apparently I was wrong.
 
@@ -36772,7 +172478,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 30 19:38:47 2013 -0400
 
     [gtk-doc] Generate version.xml from configure
-
+    
     Even though this is not what autoconf recommends, it reduces doc
     rebuilds when version doesn't change but configure changes.
 
@@ -36786,7 +172492,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 30 19:32:10 2013 -0400
 
     Remove hb-old and hb-icu-le test shapers
-
+    
     They've been disabled for a while and no one cared.  We're past
     the point to need them for testing, and if we ever need to
     resurrect them again, well, they're in git graveyard somewhere.
@@ -36820,8 +172526,7 @@ Date:   Fri Aug 30 19:32:10 2013 -0400
  src/hb-old/harfbuzz-gdef.h             |  140 -
  src/hb-old/harfbuzz-global.h           |  125 -
  src/hb-old/harfbuzz-gpos-private.h     |  729 ----
- src/hb-old/harfbuzz-gpos.c             | 6094
- --------------------------------
+ src/hb-old/harfbuzz-gpos.c             | 6094 --------------------------------
  src/hb-old/harfbuzz-gpos.h             |  155 -
  src/hb-old/harfbuzz-greek.c            |  447 ---
  src/hb-old/harfbuzz-gsub-private.h     |  483 ---
@@ -36890,11 +172595,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 28 13:43:54 2013 -0400
 
     Remove gtk-doc.make
-
+    
     It's copied by gtk-docize.
 
- gtk-doc.make | 302
- -----------------------------------------------------------
+ gtk-doc.make | 302 -----------------------------------------------------------
  1 file changed, 302 deletions(-)
 
 commit 79d754efeef89543d51775b110e8bd49cf7e699b
@@ -36911,7 +172615,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 28 12:52:55 2013 -0400
 
     Turn hb-gobject, and introspection off by default
-
+    
     Also enable bootstrapping without them.
 
  configure.ac    | 39 ++++++++++++++++++++++++++++++++++-----
@@ -36932,7 +172636,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 26 20:56:58 2013 -0400
 
     [gobject] Flesh out hb-gobject
-
+    
     Move it to new harfbuzz-gobject library.  Implement enums and
     boxed types for object-types.  Still have to do boxed types for
     value types.
@@ -36945,10 +172649,8 @@ Date:   Mon Aug 26 20:56:58 2013 -0400
  src/harfbuzz-gobject.pc.in           | 12 +++++
  src/hb-gobject-enums.cc.tmpl         | 11 +++--
  src/hb-gobject-enums.h.tmpl          | 55 +++++++++++++++++++++++
- src/hb-gobject-structs.cc            | 84
- +++++++++++++++++++++++++++-------
- src/hb-gobject-structs.h             | 87
- ++++++++++++++++++++++++++++++++++++
+ src/hb-gobject-structs.cc            | 84 +++++++++++++++++++++++++++-------
+ src/hb-gobject-structs.h             | 87 ++++++++++++++++++++++++++++++++++++
  src/hb-gobject.h                     | 38 ++--------------
  11 files changed, 333 insertions(+), 77 deletions(-)
 
@@ -36967,7 +172669,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 28 12:35:13 2013 -0400
 
     [uniscribe] Fixed build with wide chars
-
+    
     https://github.com/blinkseb/harfbuzz/commit/f65dafa4138e1fb4395bf646fa33bb01a86a7e9a
 
  src/hb-uniscribe.cc | 2 +-
@@ -36978,15 +172680,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 26 20:39:00 2013 -0400
 
     Add hb-deprecated.h, and rename a couple enum values
-
+    
     Add deprecated alias for old name.
 
  src/Makefile.am              |  1 +
  src/hb-buffer.cc             |  4 ++--
  src/hb-buffer.h              |  8 +++----
  src/hb-common.h              |  5 -----
- src/hb-deprecated.h          | 51
- ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-deprecated.h          | 51 ++++++++++++++++++++++++++++++++++++++++++++
  src/hb.h                     |  1 +
  src/test-buffer-serialize.cc |  2 +-
  test/api/test-buffer.c       |  2 +-
@@ -37000,7 +172701,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 26 18:49:07 2013 -0400
 
     Separate face source code from font
-
+    
     Makes documentation / introspection easier.
 
  Android.mk                           |   1 +
@@ -37008,8 +172709,7 @@ Date:   Mon Aug 26 18:49:07 2013 -0400
  docs/reference/harfbuzz-sections.txt |   6 +-
  src/Makefile.am                      |   3 +
  src/hb-face-private.hh               | 108 ++++++++++++
- src/hb-face.cc                       | 311
- +++++++++++++++++++++++++++++++++++
+ src/hb-face.cc                       | 311 +++++++++++++++++++++++++++++++++++
  src/hb-face.h                        | 117 +++++++++++++
  src/hb-font-private.hh               |  67 +-------
  src/hb-font.cc                       | 269 ------------------------------
@@ -37049,7 +172749,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 27 11:44:09 2013 -0400
 
     Fix possible snprintf OOM
-
+    
     https://bugzilla.redhat.com/show_bug.cgi?id=1001645
 
  src/hb-buffer-serialize.cc | 14 +++++++-------
@@ -37091,7 +172791,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 26 17:49:36 2013 -0400
 
     Add HB_DISABLE_DEPRECATED
-
+    
     That moment that you have to accept that you made API mistakes...
 
  docs/reference/Makefile.am           | 2 +-
@@ -37113,7 +172813,7 @@ Author: Anthony Carrico <acarrico@memebeam.org>
 Date:   Sun Feb 24 13:00:33 2013 -0500
 
     [gtk-doc] Initial setup
-
+    
     Initial setup of gtk-doc. Straight forward setup following the gtk-doc
     instructions. Ignore some troublesome types in src/hb-gobject.h. To
     build use "./autogen.sh --enable-gtk-doc" then "make". Docs are in
@@ -37127,8 +172827,7 @@ Date:   Sun Feb 24 13:00:33 2013 -0500
  docs/reference/Makefile.am            | 109 +++++++++
  docs/reference/harfbuzz-docs.xml      |  61 +++++
  docs/reference/harfbuzz-overrides.txt |   0
- docs/reference/harfbuzz-sections.txt  | 431
- ++++++++++++++++++++++++++++++++++
+ docs/reference/harfbuzz-sections.txt  | 431 ++++++++++++++++++++++++++++++++++
  gtk-doc.make                          | 302 ++++++++++++++++++++++++
  src/Makefile.am                       |   2 +-
  src/hb-gobject.h                      |   3 +-
@@ -37139,10 +172838,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 21 17:22:21 2013 -0400
 
     [uniscribe] Ask Uniscribe to return shaping results in logical order
-
+    
     See discussion on the list in the thread "Arabic presentation forms
     and the uniscribe backend".
-
+    
     Based on patch from Jonathan Kew.
 
  src/hb-uniscribe.cc | 24 ++++++++++++------------
@@ -37162,26 +172861,25 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 12 00:33:28 2013 -0400
 
     [coretext] Fully support user features
-
+    
     Based on patch from Jonathan Kew and data from Apple.
-
+    
     It's not working correctly though, and I suspect I'm hitting a bug in
     CoreText.  When I do this:
-
+    
     hb-shape /Library/Fonts/Zapfino.ttf ZapfinoZapfino --shaper coretext \
     --features=-liga
-
+    
     I expect both ligatures to turn off, but only the second one does:
-
+    
     [Z_a_p_f_i_n_o=0+2333|Z=7+395|a=8+285|p_f=9+433|i=11+181|n=12+261|o=13+250]
-
+    
     whereas if I disable 'dlig' instead of 'liga', both are turned off.
     Smells...
-
+    
     Doesn't resolve conflicting feature settings.
 
- src/hb-coretext.cc  | 446
- +++++++++++++++++++++++++++++++++++++++++++++++-----
+ src/hb-coretext.cc  | 446 +++++++++++++++++++++++++++++++++++++++++++++++-----
  src/hb-uniscribe.cc |   2 +-
  2 files changed, 404 insertions(+), 44 deletions(-)
 
@@ -37190,12 +172888,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 9 14:34:54 2013 -0400
 
     Clean up list of Unicode scripts
-
+    
     Rename HB_SCRIPT_CANADIAN_ABORIGINAL to HB_SCRIPT_CANADIAN_SYLLABICS
     and a macro for the old name.
 
- src/hb-common.h                    | 277
- ++++++++++++++++++++-----------------
+ src/hb-common.h                    | 277 ++++++++++++++++++++-----------------
  src/hb-glib.cc                     |   2 +-
  src/hb-ot-shape-complex-private.hh |   2 +
  src/hb-ucdn.cc                     |   2 +-
@@ -37225,7 +172922,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 9 09:40:01 2013 -0400
 
     Round when scaling values
-
+    
     Doesn't matter for most users since they should be working in a
     fixed sub-pixel scale anyway (ie. 22.10, 26.6, 16.16, etc).
 
@@ -37256,7 +172953,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 9 09:28:32 2013 -0400
 
     Remove vrt2, vkrn, vpal, and valt from default vertical features
-
+    
     See thread by John Dagget on the list.
 
  TODO               | 2 --
@@ -37268,13 +172965,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 7 21:08:54 2013 -0400
 
     [coretext] Start adding support for features
-
-    Unlike AAT, looks like with CoreText very few OT features can
-    be mapped.
+    
+    Unlike AAT, looks like with CoreText very few OT features can be mapped.
     :(
 
- src/hb-coretext.cc | 65
- +++++++++++++++++++++++++++++++++++++++++++++---------
+ src/hb-coretext.cc | 65 +++++++++++++++++++++++++++++++++++++++++++++---------
  1 file changed, 54 insertions(+), 11 deletions(-)
 
 commit bdd8873fd8ae5c794018f6edac242b0a8b62ff31
@@ -37282,9 +172977,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 7 17:58:25 2013 -0400
 
     Revert "[Indic] don't apply 'calt' by default in Indic shaper"
-
+    
     This reverts commit 952121007c6f6f374e4cf1734ebcfe2d2d71c71c.
-
+    
     In light of discussion on the mailing list...
 
  src/hb-ot-shape-complex-indic.cc | 4 ----
@@ -37295,12 +172990,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 7 17:26:13 2013 -0400
 
     [uniscribe] Support feature ranges
-
+    
     As Khaled pointed out, right now setting any features, turns kern
     and possibly other features off.
 
- src/hb-uniscribe.cc | 232
- ++++++++++++++++++++++++++++++++++++++++++++--------
+ src/hb-uniscribe.cc | 232 ++++++++++++++++++++++++++++++++++++++++++++--------
  1 file changed, 199 insertions(+), 33 deletions(-)
 
 commit 627af695e48ef10b6e634c34b723f7e7013467f6
@@ -37326,11 +173020,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 6 14:45:36 2013 -0400
 
     [uniscribe] Half-support user features
-
+    
     Turning features on globally works now.
 
- src/hb-uniscribe.cc | 54
- ++++++++++++++++++++++++++++++++++++++++++-----------
+ src/hb-uniscribe.cc | 54 ++++++++++++++++++++++++++++++++++++++++++-----------
  1 file changed, 43 insertions(+), 11 deletions(-)
 
 commit 639afdc690c681a302080239a1967ce735ba5be5
@@ -37356,7 +173049,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 5 22:44:18 2013 -0400
 
     Fix glyph closure with class==0
-
+    
     As reported by cibu.  Untested.
 
  src/hb-ot-layout-common-private.hh | 29 +++++++++++++++++++++++++++++
@@ -37367,7 +173060,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Aug 4 16:55:21 2013 -0400
 
     Don't apply 'dlig' by default
-
+    
     Windows 8 doesn't, and the spec will be fixed.
 
  src/hb-ot-shape-complex-arabic.cc | 1 -
@@ -37386,9 +173079,8 @@ commit c461371419d186811d4bfc768e26535f48a807f4
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 30 14:48:23 2013 -0400
 
-    [CoreText] Don't leak the CTLine object (and everything that hangs
-    off it)
-
+    [CoreText] Don't leak the CTLine object (and everything that hangs off it)
+    
     Patch from Jonathan Kew.
 
  src/hb-coretext.cc | 2 ++
@@ -37408,7 +173100,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 26 10:33:06 2013 -0400
 
     Apply 'mark' to Myanmar
-
+    
     According to Andrew Glass: "The issue with Myanmar <mark> feature was
     fixed via a servicing patch as soon as Windows 8 became available."
 
@@ -37459,8 +173151,7 @@ Date:   Sun Jul 21 17:05:02 2013 -0400
 
  src/hb-open-type-private.hh |  10 ++++-
  src/hb-ot-name-table.hh     |   4 +-
- src/hb-uniscribe.cc         | 107
- +++++++++++++++++++++++---------------------
+ src/hb-uniscribe.cc         | 107 +++++++++++++++++++++++---------------------
  3 files changed, 66 insertions(+), 55 deletions(-)
 
 commit bdeea605fe597bff4430eaae3317189bb81ec76e
@@ -37486,18 +173177,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jul 21 16:06:49 2013 -0400
 
     [uniscribe] Use unique font name
-
+    
     When installing per-process fonts using AddFontMemResourceEx(),
     if a font with the same family name is already installed, sometimes
     that one gets used.  Which is problematic for us.  As such, we
     now mangle the font to install a new 'name' table with a unique
     name, which we then use to choose the font.
-
+    
     Patch from Jonathan Kew.
 
  configure.ac        |   2 +-
- src/hb-uniscribe.cc | 136
- ++++++++++++++++++++++++++++++++++++++++++++--------
+ src/hb-uniscribe.cc | 136 ++++++++++++++++++++++++++++++++++++++++++++--------
  2 files changed, 116 insertions(+), 22 deletions(-)
 
 commit 8751de50831338ce550601c34c17d152ad89c1fd
@@ -37505,15 +173195,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 18 16:29:50 2013 -0400
 
     Followup fix for 3f9e2dced298c3d00f31b2dfc38685bb071a3a22
-
+    
     During GSUB, if a ligation happens, subsequence context input matching
     matches the new indexing.  During GPOS however, the indices never
     change.  So just go one by one.
-
+    
     Fixes 'dist' positioning with mmrtext.ttf and the following sequence:
-
+    
       U+1014,U+1039,U+1011,U+1014,U+1039,U+1011,U+1014,U+1039,U+1011
-
+    
     Reported by Jonathan Kew.
 
  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
@@ -37534,7 +173224,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 11 14:56:45 2013 -0400
 
     [ft] hb_ft_get_glyph_from_name fails for the name of glyph id 0
-
+    
     Based on patch from Jonathan Kew, as reported on the mailing list.
 
  src/hb-ft.cc | 9 +++++++++
@@ -37545,31 +173235,30 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 8 08:37:15 2013 -0600
 
     [uniscribe] Fix buffer allocation
-
+    
     Email from Jonathan Kew:
-
+    
     My cygwin build kept aborting on certain test words when run with the
-    uniscribe backend. Turned out this was caused by a bug in the
-    allocation
+    uniscribe backend. Turned out this was caused by a bug in the allocation
     of scratch buffers in hb-uniscribe.cc.
-
+    
     Commit 2a17f9568d9724e045d2c1d660e007f3acd747d9 introduced a new line
-
+    
       ALLOCATE_ARRAY (SCRIPT_VISATTR, vis_attr, glyphs_size);
-
+    
     but it failed to account for this in the computation of glyphs_size
     (the number of glyphs for which scratch buffer space is available),
     with the result that the vis_clusters array ends up overrunning the
     end of the scratch buffer and clobbering the beginning of the buffer's
     info[].
-
+    
     AFAICS, the vis_attr array is not actually used, so the simple fix is
     to remove the line that allocates it. (If/when we -do- need to use
     vis_attr for something, we'll need to add another term to the earlier
     calculation of glyphs_size.)
-
+    
     With this patch, the uniscribe backend runs reliably again.
-
+    
     JK
 
  src/hb-uniscribe.cc | 1 -
@@ -37580,7 +173269,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jun 26 20:57:58 2013 -0400
 
     [Indic] Add Javanese config
-
+    
     We should add for other scripts too, send me the virama codepoint
     and script name...
 
@@ -37592,7 +173281,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jun 26 20:14:18 2013 -0400
 
     [OT] Collect requiredFeature only if features are not provided
-
+    
     As per Werner's report on the list.
 
  src/hb-ot-layout.cc | 22 +++++++++++-----------
@@ -37603,7 +173292,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jun 26 19:46:55 2013 -0400
 
     Fix contextual lookup recursion indexing
-
+    
     See email thread "Skipping Control for Attaching Marks using OpenType"
     from earlier this month.
 
@@ -37611,12 +173300,12 @@ Date:   Wed Jun 26 19:46:55 2013 -0400
  1 file changed, 2 insertions(+), 8 deletions(-)
 
 commit f5da11e0fa5adf8f782883dc5c30d8faaafc9c27
-Merge: 79d1007a 89312b74
+Merge: 79d1007a5 89312b741
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jun 22 08:04:05 2013 -0700
 
     Merge pull request #3 from LogosBible/master
-
+    
     Destroy lookups before blobs.
 
 commit 89312b7417c0198a0635ca6b7e8ea11f6af2a4f8
@@ -37624,9 +173313,8 @@ Author: Bradley Grainger <bgrainger@gmail.com>
 Date:   Fri Jun 21 15:02:18 2013 -0700
 
     Destroy lookups before blobs.
-
-    'layout->gsub' may depend on data owned by 'layout->gsub_blob',
-    so it must
+    
+    'layout->gsub' may depend on data owned by 'layout->gsub_blob', so it must
     be deinitialized before the blob is destroyed.
 
  src/hb-ot-layout.cc | 8 ++++----
@@ -37637,17 +173325,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jun 13 19:01:07 2013 -0400
 
     If variation selector is not consumed by cmap, pass it on to GSUB
-
+    
     This changes the semantics of get_glyph() callback and expect that
     callbacks return false if the requested variant is not available, and
     then we will call them back with variation_selector=0 and will retain
     the glyph for the selector in the glyph stream.
-
+    
     Apparently most Mongolian fonts implement the Mongolian Variation
     Selectors using GSUB, not cmap.
-
+    
     https://bugs.freedesktop.org/show_bug.cgi?id=65258
-
+    
     Note that this doesn't fix the Mongolian shaping yet, because the way
     that's implemented is that the, say, 'init' feature ligates the letter
     and the variation-selector.  However, since currently the variation
@@ -37671,7 +173359,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jun 10 14:39:51 2013 -0400
 
     Fix misc warnings reported by cppcheck
-
+    
     https://bugs.freedesktop.org/show_bug.cgi?id=65544
 
  src/hb-common.cc            |  2 +-
@@ -37692,9 +173380,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jun 10 13:56:51 2013 -0400
 
     Fix PKG_CHECK_MODULES usage
-
+    
     Oops.
-
+    
     Bug 65246 - Fix build without graphite2
 
  configure.ac | 2 +-
@@ -37705,9 +173393,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jun 6 18:57:15 2013 -0400
 
     Fix PKG_CHECK_MODULES usage
-
+    
     Bug 65246 - Fix build without graphite2
-
+    
     If we don't provide ACTION-IF-NOT-FOUND, configure aborts if it can't
     find the libraries.  We handle that ourselves so we don't want the
     macro to abort.
@@ -37729,7 +173417,7 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Mon Jun 3 17:55:29 2013 +0800
 
     util/ansi-print.cc: Use fallback implementation for lround on MSVC
-
+    
     Unfortuately Visual Studio (still) does not support the C99 function
     lround, so provide a fallback implementation for it.
 
@@ -37759,7 +173447,7 @@ Author: Chun-wei Fan <fanchunwei@src.gnome.org>
 Date:   Mon Jun 3 17:49:37 2013 +0800
 
     hb-uniscribe.cc: Re-enable build under Visual Studio
-
+    
     -Declare hinstLib at the top of block
     -Fix the definitions of the typedefs of ScriptItemizeOpenType,
      ScriptShapeOpenType and ScriptPlaceOpenType
@@ -37827,7 +173515,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 28 17:18:30 2013 -0400
 
     Generate harfbuzz-icu.pc
-
+    
     Currently it only works with ICU that has .pc files.  I'll
     wait till someone complains before fixing it for icu-config
     systems.
@@ -37865,12 +173553,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 28 13:10:51 2013 -0400
 
     Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP
-
+    
     Fallback to older API if OpenType variants are not available.
 
  configure.ac        |  14 +--
- src/hb-uniscribe.cc | 322
- +++++++++++++++++++++++++++++++++++++++++++---------
+ src/hb-uniscribe.cc | 322 +++++++++++++++++++++++++++++++++++++++++++---------
  2 files changed, 271 insertions(+), 65 deletions(-)
 
 commit f8087ffbadc83a15d59367ba82976eae675736a7
@@ -37887,7 +173574,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 27 19:33:36 2013 -0400
 
     Add --with-freetype
-
+    
     Defaults to auto.
 
  configure.ac | 12 +++++++++++-
@@ -37907,7 +173594,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 27 19:29:09 2013 -0400
 
     Add --with-coretext
-
+    
     Defaults to no.
 
  configure.ac | 12 +++++++++++-
@@ -37918,7 +173605,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 27 19:27:43 2013 -0400
 
     Add --with-uniscribe
-
+    
     Defaults to no.
 
  configure.ac | 55 +++++++++++++++++++++++++++++++++++++++----------------
@@ -37929,7 +173616,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 27 19:10:33 2013 -0400
 
     Disable UCDN if glib is available
-
+    
     We only want UCDN if we don't have any other Unicode provider.
     I'm going to remove ICU from the list of default Unicode providers
     as part of moving hb-icu into its own library.  As such, the only
@@ -37952,7 +173639,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 27 19:06:50 2013 -0400
 
     Disable icu_le shaper
-
+    
     Will add a way to enable it later.
 
  configure.ac | 3 ++-
@@ -37963,7 +173650,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 27 19:05:23 2013 -0400
 
     Remove icu-config fallback for icu_le shaper
-
+    
     Bug 64878 - compile error with ICU but not ICU
 
  configure.ac | 18 ------------------
@@ -37983,7 +173670,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 27 18:54:30 2013 -0400
 
     Disable hb-old shaper
-
+    
     Will add proper way to enable it later.
 
  configure.ac | 2 +-
@@ -37994,7 +173681,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 27 18:47:58 2013 -0400
 
     Bug 65054 - Add configure option to enable/disable Graphite2
-
+    
     Add --with-graphite2.  Defaults to off.
 
  configure.ac | 20 +++++++++++++++-----
@@ -38014,13 +173701,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 27 14:48:34 2013 -0400
 
     Don't zero advance of mark-non-mark ligatures
-
+    
     If there's a mark ligating forward with non-mark, they were
     inheriting the GC of the mark and later get advance-zeroed.
     Don't do that if there's any non-mark glyph in the ligature.
-
+    
     Sample test: U+1780,U+17D2,U+179F with Kh-Metal-Chrieng.ttf
-
+    
     Also:
     Bug 58922 - Issue with mark advance zeroing in generic shaper
 
@@ -38047,7 +173734,7 @@ Date:   Thu May 23 17:05:39 2013 -0400
  1 file changed, 6 insertions(+), 4 deletions(-)
 
 commit fb502a22787f4110472771ef771619342e64577a
-Merge: b9408d24 9d9e72e9
+Merge: b9408d24f 9d9e72e94
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 23 15:54:52 2013 -0400
 
@@ -38058,7 +173745,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 23 15:43:02 2013 -0400
 
     [icu_le] Fix scaling
-
+    
     Seems to work...
 
  src/hb-icu-le.cc                       |  2 ++
@@ -38091,8 +173778,7 @@ Date:   Mon May 20 09:18:52 2013 -0400
 
     Minor refactoring
 
- src/hb-ot-shape.cc | 54
- ++++++++++++++++++++++++++++--------------------------
+ src/hb-ot-shape.cc | 54 ++++++++++++++++++++++++++++--------------------------
  1 file changed, 28 insertions(+), 26 deletions(-)
 
 commit 127daf15e0b2f509ebd29a104236c8b38884efb0
@@ -38100,7 +173786,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 20 09:11:35 2013 -0400
 
     Arabic mark width-zeroing regression
-
+    
     Mozilla Bug 873902 - Display Arabic text with diacritics is bad
     https://bugzilla.mozilla.org/show_bug.cgi?id=873902
 
@@ -38109,8 +173795,7 @@ Date:   Mon May 20 09:11:35 2013 -0400
  src/hb-ot-shape-complex-myanmar.cc |  2 +-
  src/hb-ot-shape-complex-private.hh |  6 ++++--
  src/hb-ot-shape-complex-thai.cc    |  2 +-
- src/hb-ot-shape.cc                 | 36
- ++++++++++++++++++++++++++++--------
+ src/hb-ot-shape.cc                 | 36 ++++++++++++++++++++++++++++--------
  6 files changed, 36 insertions(+), 14 deletions(-)
 
 commit fa3d0a0ce60a9fcf2b7f906dec916463b1319eda
@@ -38118,7 +173803,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 14 15:30:55 2013 -0400
 
     Bug 64476 - Typo in hb_set_t.get_min()
-
+    
     Fixes previous commit's test.
 
  src/hb-set-private.hh | 2 +-
@@ -38129,9 +173814,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 14 15:30:17 2013 -0400
 
     [test] Add test for hb_set_get_min() bug
-
+    
     Failing now.
-
+    
     Bug 64476 - Typo in hb_set_t.get_min()
 
  test/api/test-set.c | 4 ++++
@@ -38154,8 +173839,7 @@ Date:   Fri May 3 17:49:44 2013 -0400
 
  src/hb-ot-layout-gpos-table.hh | 25 ---------------
  src/hb-ot-layout-gsub-table.hh | 48 ----------------------------
- src/hb-ot-layout.cc            | 72
- ++++++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-layout.cc            | 72 ++++++++++++++++++++++++++++++++++++++++--
  3 files changed, 69 insertions(+), 76 deletions(-)
 
 commit e015b8f2187d1102b9c34d1a63504e7b05ee20ee
@@ -38186,8 +173870,7 @@ Date:   Wed Apr 24 16:42:05 2013 -0400
 
  src/hb-ot-layout-gpos-table.hh       |   8 +-
  src/hb-ot-layout-gsub-table.hh       |  58 ++++++++++++-
- src/hb-ot-layout-gsubgpos-private.hh | 158
- +++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-gsubgpos-private.hh | 158 +++++++++++++++++++++++++++++++++++
  3 files changed, 222 insertions(+), 2 deletions(-)
 
 commit bac1dd6a0ff4d4fae4254506d38ae662b7e9dda7
@@ -38198,8 +173881,7 @@ Date:   Thu May 2 18:52:24 2013 -0400
 
  src/hb-ot-layout-gsubgpos-private.hh       |  10 +--
  src/hb-ot-layout-private.hh                |  26 ++++----
- src/hb-ot-layout.cc                        | 100
- ++++++++++++++---------------
+ src/hb-ot-layout.cc                        | 100 ++++++++++++++---------------
  src/hb-ot-map-private.hh                   |   7 +-
  src/hb-ot-shape-complex-arabic-fallback.hh |   7 +-
  src/hb-ot-shape-fallback.cc                |   3 +-
@@ -38211,8 +173893,7 @@ Date:   Thu May 2 18:18:24 2013 -0400
 
     Move code around
 
- src/hb-ot-layout.cc | 52
- ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout.cc | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-map.cc    | 43 -------------------------------------------
  2 files changed, 52 insertions(+), 43 deletions(-)
 
@@ -38223,8 +173904,7 @@ Date:   Thu May 2 18:06:51 2013 -0400
     [OTLayout] Add hb_ot_layout_lookup_accelerator_t
 
  src/hb-ot-layout-private.hh                | 21 +++++++++++++++++--
- src/hb-ot-layout.cc                        | 33
- +++++++++++++++---------------
+ src/hb-ot-layout.cc                        | 33 +++++++++++++++---------------
  src/hb-ot-shape-complex-arabic-fallback.hh | 10 +++++----
  3 files changed, 41 insertions(+), 23 deletions(-)
 
@@ -38261,8 +173941,7 @@ Date:   Thu May 2 15:27:53 2013 -0400
 
     [OTLayout] Whitespace
 
- src/hb-ot-layout-gsub-table.hh | 56
- +++++++++++++++++++++---------------------
+ src/hb-ot-layout-gsub-table.hh | 56 +++++++++++++++++++++---------------------
  1 file changed, 28 insertions(+), 28 deletions(-)
 
 commit 3276c354daaff3acabecff11f8e4b5c54d53fc25
@@ -38272,8 +173951,7 @@ Date:   Thu May 2 15:16:59 2013 -0400
     [OTLayout] Minor refactoring
 
  src/hb-ot-map-private.hh |  4 ++++
- src/hb-ot-map.cc         | 46
- +++++++++++++++++++++++++---------------------
+ src/hb-ot-map.cc         | 46 +++++++++++++++++++++++++---------------------
  2 files changed, 29 insertions(+), 21 deletions(-)
 
 commit ea86efa486a5076e9bf844239bccf86d67577f88
@@ -38319,7 +173997,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Apr 30 11:34:00 2013 -0400
 
     Renamed DEBUG to something else
-
+    
     Some infrastructures use DEBUG as a generic symbol.
 
  src/hb-buffer.cc  | 6 +++---
@@ -38331,11 +174009,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 29 13:48:49 2013 -0400
 
     Fix icu linking by requesting the library searchpath from icu-config
-
+    
     This is not ideal as we don't like -L/usr/lib in our linker line.
     But this is only relevant to environments that don't have pkgconfig
     files for ICU...
-
+    
     https://github.com/behdad/harfbuzz/pull/2
 
  configure.ac | 4 ++--
@@ -38346,9 +174024,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 29 13:40:52 2013 -0400
 
     Make both old autoconf and new automake happy
-
+    
     Sigh..
-
+    
     Bug 64039 - undefined macro AM_PROG_AR
 
  configure.ac | 2 +-
@@ -38378,7 +174056,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Apr 21 15:19:38 2013 -0400
 
     Rename "pause" to "stage"
-
+    
     The compile() function is starting to become illegible...
 
  src/hb-ot-map-private.hh | 24 ++++++++++++------------
@@ -38399,9 +174077,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Apr 21 15:13:08 2013 -0400
 
     Remove unneeded code
-
-    We always push a pause at the end such that each lookup falls
-    in exactly
+    
+    We always push a pause at the end such that each lookup falls in exactly
     one pause_map_t.  Now, only if I can find a better name for that...
 
  src/hb-ot-map-private.hh |  2 +-
@@ -38423,7 +174100,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Apr 19 14:33:17 2013 -0400
 
     Hand-code bsearch in the hot inner loop.
-
+    
     Saves another 3 / 4 percent with Amiri.
 
  src/hb-open-type-private.hh | 29 +++++++++++++++--------------
@@ -38452,7 +174129,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 17 23:04:03 2013 -0400
 
     Obssesive optimization
-
+    
     Not measurable by any means, but conceptually this is faster since
     the mask matches more often than the digest.
 
@@ -38465,7 +174142,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 17 19:01:49 2013 -0400
 
     Remove HB_DEBUG_SET_DIGESTS
-
+    
     Wasn't correct with the new combiner.  I should add it back somehow,
     but for now the digests seem to be working very well...
 
@@ -38478,7 +174155,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 17 18:20:44 2013 -0400
 
     Remove hb_set_digest_common_bits_t
-
+    
     Was unused.
 
  src/hb-set-private.hh | 38 --------------------------------------
@@ -38489,7 +174166,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 17 18:19:21 2013 -0400
 
     Improve hb_set_digest_t
-
+    
     Make Amiri rendering faster a whopping 45% again!  Speends up pretty
     much anything I tested.
 
@@ -38528,7 +174205,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Apr 16 23:13:10 2013 -0400
 
     Speed up Speed up hb_set_digest_common_bits_t calcs
-
+    
     Correctly this time.
 
  src/hb-set-private.hh | 8 +++++---
@@ -38539,11 +174216,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Apr 16 21:50:33 2013 -0400
 
     Initialize set digests
-
-    We were not initializing the digests properly and as a result
-    they were
+    
+    We were not initializing the digests properly and as a result they were
     being initialized to zero, making digest1 to never do any useful work.
-
+    
     Speeds up Amiri shaping significantly.
 
  src/hb-ot-layout.cc                        | 6 ++++++
@@ -38565,9 +174241,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Apr 16 21:47:40 2013 -0400
 
     Revert "Speed up hb_set_digest_common_bits_t calcs"
-
+    
     This reverts commit 3d1b66a35e1ab3be19335705f310b278d76d66d2.
-
+    
     The calculations were buggy.  It's not worth optimizing right now.
 
  src/hb-set-private.hh | 6 +++---
@@ -38587,7 +174263,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 11 16:31:01 2013 -0400
 
     [util] Add --num-iterations
-
+    
     Useful for profiling shapers.
 
  util/options.cc        |  1 +
@@ -38600,12 +174276,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 11 14:45:58 2013 -0400
 
     [old] Speed up Unicode properties access in hb-old shaper
-
+    
     Just to be sure it's not punishing the old shaper performance
     numbers.  Doesn't seem to have a measurable effect.
 
- src/hb-old/harfbuzz-arabic.c   | 44
- +++++++++++++++++++++---------------------
+ src/hb-old/harfbuzz-arabic.c   | 44 +++++++++++++++++++++---------------------
  src/hb-old/harfbuzz-external.h | 18 ++++++++---------
  src/hb-old/harfbuzz-greek.c    |  2 +-
  src/hb-old/harfbuzz-hebrew.c   |  2 +-
@@ -38665,7 +174340,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 4 23:06:54 2013 -0400
 
     Don't compose Hangul jamo
-
+    
     See thread "an issue regarding discrepancy between Korean and Unicode
     standards" on the mailing list for the rationale.  In short: Uniscribe
     doesn't, so fonts are designed to work without it.
@@ -38680,7 +174355,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 4 15:02:03 2013 -0400
 
     Put back MemoryBarrier fallback implementation on MINGW32
-
+    
     This almost reverts 2761e8a632c14353f286708898be8df6ebad7407,
     but only if under MINGW32, so it doesn't affect MSVC.
 
@@ -38692,27 +174367,26 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 4 14:25:36 2013 -0400
 
     [Arabic] Zero marks by GDEF, not Unicode category
-
+    
     Testing shows that this is closer to what Uniscribe does.
-
+    
     Reported by Khaled Hosny:
-
+    
     """
     commit 568000274c8edb5f41bc4f876ce21fcc8bdaeed8
     ...
-    This commit is causing a regression with Amiri, the string
-    “هَٰذ” with
+    This commit is causing a regression with Amiri, the string “هَٰذ” with
     Uniscribe and HarfBuzz before this commit, gives:
-
+    
             [uni0630.fina=3+965|uni0670.medi=0+600|uni064E=0@-256,0+0|uni0647.init=0+926]
-
+    
     But now it gives:
-
+    
             [uni0630.fina=3+965|uni0670.medi=0+0|uni064E=0@-256,0+0|uni0647.init=0+926]
-
+    
     i.e. uni0670.medi is zeroed though it has a base glyph GDEF class.
     """
-
+    
     The test case is U+0647,U+064E,U+0670,U+0630 with Amiri.
 
  src/hb-ot-shape-complex-arabic.cc | 2 +-
@@ -38722,8 +174396,7 @@ commit 3b80674c50b8c3133848a4034f7106b2b9bfe224
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 4 12:06:46 2013 -0400
 
-    Bug 63107 - FTBFS on ppc64: symbols marked with 'D' on powerpc64
-    instead
+    Bug 63107 - FTBFS on ppc64: symbols marked with 'D' on powerpc64 instead
 
  src/check-symbols.sh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -38733,7 +174406,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Apr 2 14:08:53 2013 -0400
 
     [graphite2] Don't crash if language is not set
-
+    
     https://bugs.webkit.org/show_bug.cgi?id=113796
 
  src/hb-graphite2.cc | 2 +-
@@ -38753,7 +174426,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Mar 21 16:26:39 2013 -0400
 
     Remove gthread leftovers
-
+    
     We don't use gthread anymore, remove leftovers.
 
  configure.ac         | 6 ------
@@ -38785,11 +174458,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Mar 19 06:59:40 2013 -0400
 
     Remove Hangul filler characters from Default_Ignorable chars
-
+    
     See discussion on mailing list.
 
- src/hb-unicode-private.hh                                      |
- 10 +++++++---
+ src/hb-unicode-private.hh                                      | 10 +++++++---
  .../texts/in-tree/shaper-default/script-hangul/misc/misc.txt   |  1 +
  2 files changed, 8 insertions(+), 3 deletions(-)
 
@@ -38798,34 +174470,33 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Mar 19 05:53:26 2013 -0400
 
     [Indic] Futher adjust ZWJ handling in Indic-like shapers
-
+    
     After the Ngapi hackfest work, we were assuming that fonts
     won't use presentation features to choose specific forms
     (eg. conjuncts).  As such, we were using auto-joiner behavior
     for such features.  It proved to be troublesome as many fonts
     used presentation forms ('pres') for example to form conjuncts,
     which need to be disabled when a ZWJ is inserted.
-
+    
     Two examples:
-
+    
             U+0D2F,U+200D,U+0D4D,U+0D2F with kartika.ttf
             U+0995,U+09CD,U+200D,U+09B7 with vrinda.ttf
-
+    
     What we do now is to never do magic to ZWJ during GSUB's main input
-    match for Indic-style shapers.  Note that backtrack/lookahead
-    are still
+    match for Indic-style shapers.  Note that backtrack/lookahead are still
     matched liberally, as is GPOS.  This seems to be an acceptable
     compromise.
-
+    
     As to the bug that initially started this work, that one needs to
     be fixed differently:
-
+    
       Bug 58714 - Kannada u+0cb0 u+200d u+0ccd u+0c95 u+0cbe does not
       provide same results as Windows8
       https://bugs.freedesktop.org/show_bug.cgi?id=58714
-
+    
     New numbers:
-
+    
     BENGALI: 353689 out of 354188 tests passed. 499 failed (0.140886%)
     DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
@@ -38833,23 +174504,20 @@ Date:   Tue Mar 19 05:53:26 2013 -0400
     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
-    MALAYALAM: 1048102 out of 1048334 tests passed. 232 failed
-    (0.0221304%)
+    MALAYALAM: 1048102 out of 1048334 tests passed. 232 failed (0.0221304%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
 
- src/hb-ot-layout-gsubgpos-private.hh               | 30
- ++++++++--------------
+ src/hb-ot-layout-gsubgpos-private.hh               | 30 ++++++++--------------
  src/hb-ot-layout-private.hh                        |  4 +--
  src/hb-ot-layout.cc                                |  8 +++---
  src/hb-ot-map-private.hh                           |  8 +++---
  src/hb-ot-map.cc                                   | 18 ++++++-------
  src/hb-ot-shape-complex-arabic-fallback.hh         |  2 +-
- src/hb-ot-shape-complex-indic.cc                   | 30
- +++++++++++-----------
+ src/hb-ot-shape-complex-indic.cc                   | 30 +++++++++++-----------
  src/hb-ot-shape-complex-myanmar.cc                 |  4 +--
  src/hb-ot-shape-complex-sea.cc                     |  4 +--
  src/hb-ot-shape-fallback.cc                        |  2 +-
@@ -38880,10 +174548,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Mar 11 19:53:44 2013 -0400
 
     Add build system fallback to icu-config
-
+    
     Ubuntu doesn't (or didn't until recently?) ship icu pkg-config
     files.  That's quite unfortunate.  Work around it.
-
+    
     Bug 57608 - ICU Detection fallback for non-pkgconfig systems
 
  configure.ac | 37 +++++++++++++++++++++++++++++++++++++
@@ -38903,27 +174571,26 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Mar 9 20:27:55 2013 -0500
 
     [ft] Remove TODO item re FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH
-
+    
     That flag is redundant, deprecated, and ignored since April 2011.
     From FreeType git log:
-
+    
     commit 8c82ec5b17d0cfc9b0876a2d848acc207a62a25a
     Author: Behdad Esfahbod <behdad@behdad.org>
     Date:   Thu Apr 21 08:21:37 2011 +0200
-
+    
         Always ignore global advance.
-
+    
         This makes FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH redundant,
-        deprecated, and ignored.  The new behavior is what every
-        major user
+        deprecated, and ignored.  The new behavior is what every major user
         of FreeType has been requesting.  Global advance is broken in many
         CJK fonts.  Just ignoring it by default makes most sense.
-
+    
         * src/truetype/ttdriver.c (tt_get_advances),
         src/truetype/ttgload.c (TT_Get_HMetrics, TT_Get_VMetrics,
         tt_get_metrics, compute_glyph_metrics, TT_Load_Glyph),
         src/truetype/ttgload.h: Implement it.
-
+    
         * docs/CHANGES: Updated.
 
  src/hb-ft.cc | 2 --
@@ -38945,8 +174612,7 @@ Date:   Sat Mar 9 01:59:30 2013 -0500
     [OTLayout] Move code around
 
  src/hb-ot-layout-gpos-table.hh |  33 ++++++------
- src/hb-ot-layout-gsub-table.hh | 115
- +++++++++++++++++++++--------------------
+ src/hb-ot-layout-gsub-table.hh | 115 +++++++++++++++++++++--------------------
  2 files changed, 75 insertions(+), 73 deletions(-)
 
 commit 9c5a9ee967120c8a968a1160c420e03620d46c24
@@ -38956,10 +174622,8 @@ Date:   Sat Mar 9 01:55:04 2013 -0500
     [OTLayout] Rename process() to dispatch()
 
  src/hb-open-type-private.hh          |  2 +-
- src/hb-ot-layout-gpos-table.hh       | 80
- ++++++++++++++++++------------------
- src/hb-ot-layout-gsub-table.hh       | 78
- +++++++++++++++++------------------
+ src/hb-ot-layout-gpos-table.hh       | 80 ++++++++++++++++++------------------
+ src/hb-ot-layout-gsub-table.hh       | 78 +++++++++++++++++------------------
  src/hb-ot-layout-gsubgpos-private.hh | 36 ++++++++--------
  4 files changed, 98 insertions(+), 98 deletions(-)
 
@@ -38968,7 +174632,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Mar 7 20:51:30 2013 -0500
 
     [win32] Remove MemoryBarrier() fallback implementation
-
+    
     I added these because the older mingw32 toolchain didn't have
     MemoryBarrier().  The newer mingw-w64 toolchain however has.
     As reported by John Emmas this was causing build failure with
@@ -39003,7 +174667,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 6 20:05:34 2013 -0500
 
     [build] Add AM_PROG_AR
-
+    
     Newer automake / libtools warns otherwise.
 
  configure.ac | 1 +
@@ -39014,7 +174678,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 6 19:37:31 2013 -0500
 
     [FT] Just return if glyph name not found
-
+    
     The fallback happens in higher level already.  No need to do here.
 
  src/hb-ft.cc | 4 ++--
@@ -39034,19 +174698,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Mar 5 20:08:59 2013 -0500
 
     [Indic] Work around fonts with broken new-spec tables
-
+    
     See comments, and this thread:
-
+    
     http://lists.freedesktop.org/archives/harfbuzz/2013-March/002990.html
-
+    
     Originally reported here:
-
+    
     https://code.google.com/p/chromium/issues/detail?id=96143
-
+    
     Doesn't change test suite numbers.
 
- src/hb-ot-shape-complex-indic.cc | 42
- +++++++++++++++++++++++++++-------------
+ src/hb-ot-shape-complex-indic.cc | 42 +++++++++++++++++++++++++++-------------
  1 file changed, 29 insertions(+), 13 deletions(-)
 
 commit dfb799f57572e8123035a42a30f93c7fc4d37692
@@ -39072,7 +174735,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Mar 5 01:37:44 2013 -0500
 
     Add .travis.yml for continuous building with travis-ci.org
-
+    
     Notifications sent to IRC channel and mailing list.
 
  .travis.yml | 12 ++++++++++++
@@ -39092,13 +174755,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Mar 4 20:56:15 2013 -0500
 
     [git.mk] Update to commit efc928222179576270c5910416d8055dd7a97896
-
+    
         Move reusable list of files into variable definitions modules can
         reuse
 
  Makefile.am | 22 ++++------------------
- git.mk      | 59
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
+ git.mk      | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
  2 files changed, 60 insertions(+), 21 deletions(-)
 
 commit 66f7b3509a121b8f3289ad4c4aed2b5b10a6de2e
@@ -39115,7 +174777,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 27 20:40:54 2013 -0500
 
     [Indic] Help compiler put indic_features table in .rodata
-
+    
     The overridden "or" operator was preventing the flag expression from
     being const, and putting the table in .data instead or .rodata.
 
@@ -39138,12 +174800,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 27 18:39:37 2013 -0500
 
     [buffer] Implement buffer deserialization for format=json
-
+    
     Using a ragel machine.
 
  src/Makefile.am                   |   2 +
- src/hb-buffer-deserialize-json.rl | 129
- ++++++++++++++++++++++++++++++++++++++
+ src/hb-buffer-deserialize-json.rl | 129 ++++++++++++++++++++++++++++++++++++++
  src/hb-buffer-deserialize-text.rl |  52 +--------------
  src/hb-buffer-serialize.cc        |  45 +++++++++++--
  src/hb-private.hh                 |   6 +-
@@ -39156,12 +174817,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 27 17:59:28 2013 -0500
 
     [buffer] Implement buffer deserialization for format=text
-
+    
     Using a ragel machine.
 
  src/Makefile.am                   |   2 +
- src/hb-buffer-deserialize-text.rl | 169
- ++++++++++++++++++++++++++++++++++++++
+ src/hb-buffer-deserialize-text.rl | 169 ++++++++++++++++++++++++++++++++++++++
  src/hb-buffer-private.hh          |   3 +-
  src/hb-buffer-serialize.cc        |  36 +++-----
  src/hb-buffer.cc                  |  13 ++-
@@ -39189,8 +174849,7 @@ Date:   Wed Feb 27 13:01:02 2013 -0500
  src/Makefile.am              |  12 ++++-
  src/hb-buffer-serialize.cc   |  64 ++++++++++++++++++++++--
  src/hb-buffer.h              |   2 +-
- src/test-buffer-serialize.cc | 114
- +++++++++++++++++++++++++++++++++++++++++++
+ src/test-buffer-serialize.cc | 114 +++++++++++++++++++++++++++++++++++++++++++
  4 files changed, 187 insertions(+), 5 deletions(-)
 
 commit bcc8f32b4c46cd73f591924c64a6f63df6eaf9e7
@@ -39211,8 +174870,7 @@ Date:   Wed Feb 27 11:06:36 2013 -0500
 
  Android.mk                 |   1 +
  src/Makefile.am            |   1 +
- src/hb-buffer-serialize.cc | 251
- +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-buffer-serialize.cc | 251 +++++++++++++++++++++++++++++++++++++++++++++
  src/hb-buffer.cc           | 228 ----------------------------------------
  4 files changed, 253 insertions(+), 228 deletions(-)
 
@@ -39230,7 +174888,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 26 21:22:37 2013 -0500
 
     [Indic] Sort pre-base reordering consonants with post-forms
-
+    
     Before, we were marking them as below-form for initial reordering.
     However, there is a rule that says "post consonants should follow
     below consonsnts" for base determination purposes.  Malayalam has
@@ -39238,12 +174896,12 @@ Date:   Tue Feb 26 21:22:37 2013 -0500
     YA,Virama,YA,Virama,RA, the correct base is at index 0.  But
     because the code was seeing RA as a below-base, it was stopping at
     the second YA as base, instead of jumping it as a post-base.
-
+    
     By treating prebase-reordering consonants like post-forms, this
     is fixed.
-
+    
     MALAYALAM went down from 351 to 265.  Other numbers didn't change:
-
+    
     BENGALI: 353686 out of 354188 tests passed. 502 failed (0.141733%)
     DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
     GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
@@ -39251,8 +174909,7 @@ Date:   Tue Feb 26 21:22:37 2013 -0500
     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
-    MALAYALAM: 1048069 out of 1048334 tests passed. 265 failed
-    (0.0252782%)
+    MALAYALAM: 1048069 out of 1048334 tests passed. 265 failed (0.0252782%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
@@ -39269,8 +174926,7 @@ Date:   Tue Feb 26 19:35:50 2013 -0500
     [tests] Add Malayalam tests frim cibu
 
  .../indic/script-malayalam/misc/MANIFEST           |   1 +
- .../indic/script-malayalam/misc/cibu.txt           | 188
- +++++++++++++++++++++
+ .../indic/script-malayalam/misc/cibu.txt           | 188 +++++++++++++++++++++
  2 files changed, 189 insertions(+)
 
 commit 1edc6b97b67363d55cfb5914c991ae54d42a6440
@@ -39287,7 +174943,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 25 23:57:51 2013 -0500
 
     Fix "comparison between signed and unsigned" warnings
-
+    
     Patch from Jonathan Kew.
 
  src/hb-open-type-private.hh | 2 +-
@@ -39298,14 +174954,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 25 19:09:57 2013 -0500
 
     Give up sanitizing after 100 edit requests
-
+    
     Such fonts are *definitely* really broken.  Give up.
     Limits time spent in sanitize for extremely / deliberately broken
     fonts.  For example, two fonts with these md5sum / names:
-
+    
       9343f0a1b8c84b8123e7d201cae62ffd.ttf
       eb8c978547f09d368fc204194fb34688.ttf
-
+    
     were spending over a second in sanitize!  Not anymore.
 
  src/hb-open-type-private.hh | 7 +++++++
@@ -39316,7 +174972,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 25 19:04:56 2013 -0500
 
     Add HB_DEBUG_VERBOSE
-
+    
     Only affects the verbosity of function name printing right now.
 
  src/hb-private.hh | 6 +++++-
@@ -39338,8 +174994,7 @@ Date:   Mon Feb 25 17:54:10 2013 -0500
 
     Fix blob test to match c3ba49b6fa1865e8318926eaa6c0f2063d1053bb
 
- test/api/test-blob.c | 57
- ++++++++++++++++++++++++++++++++++++++++++++++------
+ test/api/test-blob.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++------
  1 file changed, 51 insertions(+), 6 deletions(-)
 
 commit c3ba49b6fa1865e8318926eaa6c0f2063d1053bb
@@ -39347,7 +175002,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 25 17:06:35 2013 -0500
 
     Always create sub-blobs in MEMORY_MODE_READONLY
-
+    
     This fixes a design bug with sanitize and sub-blobs that can
     cause crashes.  Jonathan and I found and debugged this issue
     when we tested a corrupt font with the md5sum / filename:
@@ -39355,12 +175010,12 @@ Date:   Mon Feb 25 17:06:35 2013 -0500
     debugging we found out that the font has overlapping GSUB/GPOS
     tables, and as such, sanitizing the second table can modify
     the first one, which can cause all kinds of undefined behavior.
-
+    
     The correct way to fix this is to make sure sub-blobs are
     always created readonly, since we consider the parent blob
     to be a shared resource and can't modify it, even if it *is*
     writable.
-
+    
     This essentially makes the READONLY_MAY_MAKE_WRITABLE mode
     unused...  Maybe we should simply remove / deprecate it.
 
@@ -39382,13 +175037,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 21 15:39:57 2013 -0500
 
     Port TrueType-kerning to use skippy iterator
-
-    It skips joiners and default ignorables now.  Skips marks too,
-    but only
+    
+    It skips joiners and default ignorables now.  Skips marks too, but only
     if there is proper GDEF classes for marks.
 
- src/hb-ot-shape-fallback.cc | 50
- +++++++++++++++++++++++++--------------------
+ src/hb-ot-shape-fallback.cc | 50 +++++++++++++++++++++++++--------------------
  1 file changed, 28 insertions(+), 22 deletions(-)
 
 commit 722e8b857eafc52e07dee5d9b253b88ed5c5c8ed
@@ -39396,7 +175049,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 21 15:37:51 2013 -0500
 
     Fixup previous commit
-
+    
     Was not decreasing num_items.  Ouch!
 
  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++----
@@ -39409,10 +175062,8 @@ Date:   Thu Feb 21 15:23:39 2013 -0500
     Move code around
 
  src/hb-ot-shape-fallback-private.hh |  5 +++++
- src/hb-ot-shape-fallback.cc         | 40
- +++++++++++++++++++++++++++++++++++++
- src/hb-ot-shape.cc                  | 38
- +----------------------------------
+ src/hb-ot-shape-fallback.cc         | 40 +++++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape.cc                  | 38 +----------------------------------
  3 files changed, 46 insertions(+), 37 deletions(-)
 
 commit 2b2a6e8944144755ab641f2842e36d9a847719f3
@@ -39420,12 +175071,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 21 15:07:03 2013 -0500
 
     [OTLayout] Correctly skip Default_Ignorable when match_func not set
-
+    
     When a match_func was not set on the matcher_t object (ie. from GPOS),
     then the Default_Ignorables (including joiners) were never skipped.
     This meant that they were not skipped as they should during GPOS
     matching.  Fix that.
-
+    
     A few Indic numbers have "regressed": BENGALI and DEVANAGARI went
     up from 290 and 58 respectively, but in both cases new results are
     superior to Uniscribe, as they apply GPOS when we weren't (and
@@ -39437,16 +175088,14 @@ Date:   Thu Feb 21 15:07:03 2013 -0500
     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
-    MALAYALAM: 1047983 out of 1048334 tests passed. 351 failed
-    (0.0334817%)
+    MALAYALAM: 1047983 out of 1048334 tests passed. 351 failed (0.0334817%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
 
- src/hb-ot-layout-gsubgpos-private.hh | 32
- ++++++++++++++++++++++----------
+ src/hb-ot-layout-gsubgpos-private.hh | 32 ++++++++++++++++++++++----------
  1 file changed, 22 insertions(+), 10 deletions(-)
 
 commit ff93ac8cb24cbc3d9dc1a2bfb0faa88950f4a507
@@ -39465,8 +175114,7 @@ Date:   Tue Feb 19 00:58:10 2013 -0500
     [tests] Add Myanmar torture tests from Martin Hosken
 
  .../shaper-myanmar/script-myanmar/misc/MANIFEST    |  1 +
- .../shaper-myanmar/script-myanmar/misc/torture.txt | 23
- ++++++++++++++++++++++
+ .../shaper-myanmar/script-myanmar/misc/torture.txt | 23 ++++++++++++++++++++++
  2 files changed, 24 insertions(+)
 
 commit a3df9a7bf87aeba7a3d6110cd5e01a65bd0b16d0
@@ -39474,27 +175122,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 19 00:50:46 2013 -0500
 
     Minor
-
+    
     Moving files around
 
- test/shaping/texts/in-tree/MANIFEST                                     |
- 2 --
- test/shaping/texts/in-tree/shaper-default/MANIFEST                      |
- 2 ++
- .../in-tree/{script-default => shaper-default/script-hangul}/MANIFEST
- | 0
- .../{script-default => shaper-default/script-hangul}/misc/MANIFEST
- | 0
- .../{shaper-hangul => shaper-default}/script-hangul/misc/misc.txt
- | 0
- .../script-hangul => shaper-default/script-tibetan}/MANIFEST            |
- 0
- .../script-hangul => shaper-default/script-tibetan}/misc/MANIFEST
- | 0
- .../{script-default => shaper-default/script-tibetan}/misc/misc.txt
- | 0
- test/shaping/texts/in-tree/shaper-hangul/MANIFEST                       |
- 1 -
+ test/shaping/texts/in-tree/MANIFEST                                     | 2 --
+ test/shaping/texts/in-tree/shaper-default/MANIFEST                      | 2 ++
+ .../in-tree/{script-default => shaper-default/script-hangul}/MANIFEST   | 0
+ .../{script-default => shaper-default/script-hangul}/misc/MANIFEST      | 0
+ .../{shaper-hangul => shaper-default}/script-hangul/misc/misc.txt       | 0
+ .../script-hangul => shaper-default/script-tibetan}/MANIFEST            | 0
+ .../script-hangul => shaper-default/script-tibetan}/misc/MANIFEST       | 0
+ .../{script-default => shaper-default/script-tibetan}/misc/misc.txt     | 0
+ test/shaping/texts/in-tree/shaper-hangul/MANIFEST                       | 1 -
  9 files changed, 2 insertions(+), 3 deletions(-)
 
 commit b1f440759161cb5a54e1b1b910f3a8383b8e8472
@@ -39502,15 +175141,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Feb 17 12:12:37 2013 -0500
 
     [SEA] Fix order of pre-base reordering Ra and left matras
-
+    
     The code was confused because it was expecting left matra to have
     POS_PRE_M, like we do in the Myanmar shaper, but that is not what
     we were doing in this shaper.  Rewrite to rely on category only.
-
+    
     Test case: U+AA06,U+AA34,U+AA2F
 
- src/hb-ot-shape-complex-sea.cc                              | 13
- +++++++------
+ src/hb-ot-shape-complex-sea.cc                              | 13 +++++++------
  .../texts/in-tree/shaper-sea/script-cham/misc/misc.txt      |  1 +
  2 files changed, 8 insertions(+), 6 deletions(-)
 
@@ -39537,7 +175175,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 15 09:33:10 2013 -0500
 
     Remove TODO items that don't make sense
-
+    
     The spec says those features need to be disabled by default.
 
  TODO | 2 --
@@ -39548,14 +175186,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 15 09:27:02 2013 -0500
 
     [Arabic] Fix shaping of left-joining 'Phags-Pa U+A872
-
+    
     This is the first character in Unicode to have Arabic left-joining
     behavior.  Update the machine to recognize that.
-
+    
     Test case: U+A840,U+A872,U+A840.
 
- src/hb-ot-shape-complex-arabic.cc | 40
- +++++++++++++++++++--------------------
+ src/hb-ot-shape-complex-arabic.cc | 40 +++++++++++++++++++--------------------
  1 file changed, 19 insertions(+), 21 deletions(-)
 
 commit 05ac87813d17d9ebbfa315eee3f80f25b53135c5
@@ -39565,8 +175202,7 @@ Date:   Fri Feb 15 09:26:41 2013 -0500
     [tests] Add Syriac Alaph shaping test cases
 
  .../shaper-arabic/script-syriac/misc/MANIFEST      |  1 +
- .../shaper-arabic/script-syriac/misc/alaph.txt     | 98
- ++++++++++++++++++++++
+ .../shaper-arabic/script-syriac/misc/alaph.txt     | 98 ++++++++++++++++++++++
  2 files changed, 99 insertions(+)
 
 commit c462b32dcb883a7aca066af24c4d28c7a2b7fa28
@@ -39574,12 +175210,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 15 07:51:47 2013 -0500
 
     Disable automatic segment properties guessing
-
+    
     Before, if one called hb_shape() without setting script, language, and
     direction on the buffer, hb_shape() was calling
     hb_buffer_guess_segment_properties() on the user's behalf to guess
     these.
-
+    
     This is very dangerous, since any serious user of HarfBuzz must set
     these properly (specially important is direction).  So now, we don't
     guess properties by default.  People not setting direction will get
@@ -39608,13 +175244,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 15 07:41:07 2013 -0500
 
     Allow disabling of TrueType kerning
-
+    
     Responds to the same feature tag that GPOS kerning does:
     'kern' for horizontal and 'vkrn' for vertical.
 
  TODO               |  2 --
- src/hb-ot-shape.cc | 55
- ++++++++++++++++++++++++++++++++++--------------------
+ src/hb-ot-shape.cc | 55 ++++++++++++++++++++++++++++++++++--------------------
  2 files changed, 35 insertions(+), 22 deletions(-)
 
 commit 398238a2526d322eb79e255c24634a275473920f
@@ -39622,9 +175257,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 15 07:40:10 2013 -0500
 
     Fix partial disabling of default-on features
-
-    Surprisingly, if user ever tried to turn a default feature off
-    partially
+    
+    Surprisingly, if user ever tried to turn a default feature off partially
     (say, disable liga for a range), the feature was being turned off
     globally!  Fixed now.
 
@@ -39635,20 +175269,16 @@ commit cb90b1bbe6d27ca6968b70d2dbfea7ab7fb73293
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 15 07:02:08 2013 -0500
 
-    [OTLayout] Respect syllable boundaries for backtrack/lookahead
-    matching
-
+    [OTLayout] Respect syllable boundaries for backtrack/lookahead matching
+    
     Originally we meant to match backtrack/lookahead across syllable
     boundaries.  But a bug in the code meant that this was NOT done for
-    backtrack.  We "fixed" that in
-    2c7d0b6b80d412de3fddd443ed1a485ea1cbb03c,
+    backtrack.  We "fixed" that in 2c7d0b6b80d412de3fddd443ed1a485ea1cbb03c,
     but that broke Myanmar shaping.
-
-    We now believe that for Indic-like shapers (which is where syllables
-    are
+    
+    We now believe that for Indic-like shapers (which is where syllables are
     used), all basic shaping forms should be fully contained within their
-    syllables, so now we limit backtrack/lookahead matching to the
-    syllable
+    syllables, so now we limit backtrack/lookahead matching to the syllable
     too.  Unbreaks Myanmar.
 
  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
@@ -39660,10 +175290,8 @@ Date:   Fri Feb 15 06:22:26 2013 -0500
 
     Minor refactoring
 
- src/hb-ot-shape-complex-myanmar.cc | 36
- ++++++++++--------------------------
- src/hb-ot-shape-complex-sea.cc     | 37
- ++++++++++---------------------------
+ src/hb-ot-shape-complex-myanmar.cc | 36 ++++++++++--------------------------
+ src/hb-ot-shape-complex-sea.cc     | 37 ++++++++++---------------------------
  src/hb-ot-shape.cc                 | 17 ++++++-----------
  3 files changed, 26 insertions(+), 64 deletions(-)
 
@@ -39671,33 +175299,32 @@ commit cfc507c5432e6327e8484b07b9e091212653bc92
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 14 10:40:12 2013 -0500
 
-    [Indic-like] Disable automatic joiner handling for basic shaping
-    features
-
+    [Indic-like] Disable automatic joiner handling for basic shaping features
+    
     Not for Arabic, but for Indic-like scripts.  ZWJ/ZWNJ have special
     meanings in those scripts, so let font lookups take full control.
-
+    
     This undoes the regression caused by automatic-joiners handling
     introduced two commits ago.
-
+    
     We only disable automatic joiner handling for the "basic shaping
     features" of Indic, Myanmar, and SEAsian shapers.  The "presentation
     forms" and other features are still applied with automatic-joiner
     handling.
-
+    
     This change also changes the test suite failure statistics, such that
     a few scripts show more "failures".  The most affected is Kannada.
     However, upon inspection, we believe that in most, if not all, of the
     new failures, we are producing results superior to Uniscribe.  Hard to
     count those!
-
+    
     Here's an example of what is fixed by the recent joiner-handling
     changes:
-
+    
       https://bugs.freedesktop.org/show_bug.cgi?id=58714
-
+    
     New numbers, for future reference:
-
+    
     BENGALI: 353892 out of 354188 tests passed. 296 failed (0.0835714%)
     DEVANAGARI: 707336 out of 707394 tests passed. 58 failed (0.00819911%)
     GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
@@ -39705,21 +175332,18 @@ Date:   Thu Feb 14 10:40:12 2013 -0500
     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
-    MALAYALAM: 1047983 out of 1048334 tests passed. 351 failed
-    (0.0334817%)
+    MALAYALAM: 1047983 out of 1048334 tests passed. 351 failed (0.0334817%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
 
- src/hb-ot-layout-gsubgpos-private.hh       | 35
- +++++++++++++++++++-----------
+ src/hb-ot-layout-gsubgpos-private.hh       | 35 +++++++++++++++++++-----------
  src/hb-ot-layout-private.hh                |  6 +++--
  src/hb-ot-layout.cc                        | 10 +++++----
  src/hb-ot-map-private.hh                   | 12 ++++++----
- src/hb-ot-map.cc                           | 32
- +++++++++++++++++++++------
+ src/hb-ot-map.cc                           | 32 +++++++++++++++++++++------
  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
  src/hb-ot-shape-complex-indic.cc           | 29 +++++++++++++------------
  src/hb-ot-shape-complex-myanmar.cc         |  4 ++--
@@ -39731,7 +175355,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 14 10:46:52 2013 -0500
 
     [OTLayout] Add fine-grained control over ZWJ matching
-
+    
     Not used yet.  Next commit...
 
  src/hb-ot-layout-gsubgpos-private.hh | 10 ++++++++--
@@ -39743,36 +175367,34 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 14 07:43:13 2013 -0500
 
     [OTLayout] Ignore default-ignorables when matching GSUB/GPOS
-
+    
     When matching lookups, be smart about default-ignorable characters.
     In particular:
-
+    
     Do nothing specific about ZWNJ, but for the other default-ignorables:
-
+    
     If the lookup in question uses the ignorable character in a sequence,
     then match it as we used to do.  However, if the sequence match will
     fail because the default-ignorable blocked it, try skipping the
     ignorable character and continue.
-
-    The most immediate thing it means is that if Lam-Alef forms a
-    ligature,
+    
+    The most immediate thing it means is that if Lam-Alef forms a ligature,
     then Lam-ZWJ-Alef will do to.  Finally!
-
+    
     One exception: when matching for GPOS, or for backtrack/lookahead of
     GSUB, we ignore ZWNJ too.  That's the right thing to do.
-
+    
     It certainly is possible to build fonts that this feature will result
     in undesirable glyphs, but it's hard to think of a real-world case
     that that would happen.
-
+    
     This *does* break Indic shaping right now, since Indic Unicode has
     specific rules for what ZWJ/ZWNJ mean, and skipping ZWJ is breaking
     those rules.  That will be fixed in upcoming commits.
 
  src/hb-ot-layout-gpos-table.hh       |   1 +
  src/hb-ot-layout-gsub-table.hh       |   2 +-
- src/hb-ot-layout-gsubgpos-private.hh | 279
- ++++++++++++++++++++++++-----------
+ src/hb-ot-layout-gsubgpos-private.hh | 279 ++++++++++++++++++++++++-----------
  src/hb-ot-layout-private.hh          |  45 ++++++
  src/hb-ot-shape-private.hh           |  44 ------
  5 files changed, 237 insertions(+), 134 deletions(-)
@@ -39782,14 +175404,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 14 11:25:10 2013 -0500
 
     Add hb_ot_map_feature_flags_t
-
+    
     Code cleanup.  No (intended) functional change.
 
  src/hb-ot-map-private.hh           | 29 +++++++++++++++++---
  src/hb-ot-map.cc                   | 24 ++++++++---------
  src/hb-ot-shape-complex-arabic.cc  |  4 +--
- src/hb-ot-shape-complex-indic.cc   | 55
- +++++++++++++++++++-------------------
+ src/hb-ot-shape-complex-indic.cc   | 55 +++++++++++++++++++-------------------
  src/hb-ot-shape-complex-myanmar.cc |  4 +--
  src/hb-ot-shape-complex-sea.cc     |  2 +-
  src/hb-ot-shape.cc                 |  6 +++--
@@ -39836,8 +175457,7 @@ Date:   Thu Feb 14 07:41:03 2013 -0500
 
     [OTLayout] Port apply_lookup to skippy_iter
 
- src/hb-ot-layout-gsubgpos-private.hh | 50
- +++++++++++++++++++++++++-----------
+ src/hb-ot-layout-gsubgpos-private.hh | 50 +++++++++++++++++++++++++-----------
  1 file changed, 35 insertions(+), 15 deletions(-)
 
 commit dfca269f069dae2f99990dac24da15d316eccb9f
@@ -39854,7 +175474,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 14 06:24:30 2013 -0500
 
     [OTLayout] Minor fix for apply_lookup()
-
+    
     Should NOT change behavior, since first glyph is a match.
 
  src/hb-ot-layout-gsubgpos-private.hh | 16 +++++++++-------
@@ -39876,7 +175496,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 13 12:10:08 2013 -0500
 
     [OTLayou] Unbreak backtrack matching
-
+    
     Was introduced by 28b9d502bb69a8045818d5f6113ded9c59a56bd7.
 
  src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
@@ -39900,8 +175520,7 @@ Date:   Wed Feb 13 11:13:06 2013 -0500
 
  src/hb-ot-layout-gpos-table.hh       | 21 ++++++++-----------
  src/hb-ot-layout-gsub-table.hh       |  7 +++----
- src/hb-ot-layout-gsubgpos-private.hh | 40
- ++++++++++++++----------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 40 ++++++++++++++----------------------
  3 files changed, 26 insertions(+), 42 deletions(-)
 
 commit 6b1e3502e23c110dd810f854ba021f83baab1548
@@ -39909,7 +175528,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 13 11:02:54 2013 -0500
 
     Remember ZWNJ
-
+    
     To be used in upcoming changes.
 
  src/hb-ot-shape-private.hh | 11 +++++++++--
@@ -39929,11 +175548,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 13 09:26:55 2013 -0500
 
     [Indic] Improve base finding in final_reordering
-
+    
     Fixes 5 Malayalam failures!
-
-    MALAYALAM: 1048016 out of 1048334 tests passed. 318 failed
-    (0.0303338%)
+    
+    MALAYALAM: 1048016 out of 1048334 tests passed. 318 failed (0.0303338%)
 
  src/hb-ot-shape-complex-indic.cc | 7 +++++++
  1 file changed, 7 insertions(+)
@@ -39944,8 +175562,7 @@ Date:   Wed Feb 13 08:29:21 2013 -0500
 
     Add more dot-reph tests
 
- .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt      |
- 10 ++++++++++
+ .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt      | 10 ++++++++++
  1 file changed, 10 insertions(+)
 
 commit f22b7e77783fa2f44365e0fe6413c4474c07048d
@@ -39953,18 +175570,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 13 07:32:46 2013 -0500
 
     [Indic] Track base position when reordering things
-
-    Ouch, how did things ever work without this?!  The added test that
-    has a
-    dot-reph as well as a pre-base reordering Ra perfectly demonstrates
-    the
-    bug (tested with Nirmala font from Win8 for example).  Testing
-    suggests
+    
+    Ouch, how did things ever work without this?!  The added test that has a
+    dot-reph as well as a pre-base reordering Ra perfectly demonstrates the
+    bug (tested with Nirmala font from Win8 for example).  Testing suggests
     that Win8 shaper has the *exact* same bug / behavior that we used to
     have.  Odd.
 
- src/hb-ot-shape-complex-indic.cc                                    |
- 6 ++++++
+ src/hb-ot-shape-complex-indic.cc                                    | 6 ++++++
  .../in-tree/shaper-indic/indic/script-malayalam/misc/dot-reph.txt   | 1 +
  2 files changed, 7 insertions(+)
 
@@ -39973,7 +175586,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 13 05:59:06 2013 -0500
 
     [SEA] Don't zero any mark advances
-
+    
     Keep the logic simple, easier to explain to font developers.
 
  src/hb-ot-shape-complex-sea.cc | 2 +-
@@ -39984,11 +175597,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 13 05:57:24 2013 -0500
 
     Further adjust mark advance zeroing
-
+    
     This is a followup to 568000274c8edb5f41bc4f876ce21fcc8bdaeed8.
     Looks like in the Latin shaper, Uniscribe zeroes all Unicode NSM
     advances *after* GPOS, not before.  Match that.
-
+    
     Can be tested using DejaVu Sans Mono, since that font has GPOS
     rules to zero the mark advances on its own.
 
@@ -40009,13 +175622,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 12 18:17:12 2013 -0500
 
     [tests] Add tests for Devanagary Eyelash Ra
-
+    
     Currently broken with Sanskrit 2003 font.
 
- .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST   |
- 1 +
- .../in-tree/shaper-indic/indic/script-devanagari/misc/eyelash.txt      |
- 3 +++
+ .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST   | 1 +
+ .../in-tree/shaper-indic/indic/script-devanagari/misc/eyelash.txt      | 3 +++
  2 files changed, 4 insertions(+)
 
 commit 63e48bc33b68f940c351af623a55a4cf650db102
@@ -40023,7 +175634,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 12 17:57:49 2013 -0500
 
     [Indic] Apply 'blwf' before 'half'
-
+    
     This reverts 167b625d988b74572d6b2f646c285b666b650d49.  It didn't
     matter before, but that's going to change with next commit.
 
@@ -40035,7 +175646,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 12 18:01:21 2013 -0500
 
     [Indic] Apply 'vatu' before 'cjct'
-
+    
     This essentially reverts 1d6846db9ebf84561bb30a4e48c6c43184914099,
     but that commit is from way back when.  We should be better
     following the spec order now again.
@@ -40048,7 +175659,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 12 16:29:25 2013 -0500
 
     Didn't mean to push this out
-
+    
     Ouch!
 
  test/shaping/hb_test_tools.py | 1 -
@@ -40060,8 +175671,7 @@ Date:   Tue Feb 12 16:13:56 2013 -0500
 
     [Myanmar] Use master Indic table for syllable data
 
- src/hb-ot-shape-complex-myanmar.cc | 144
- +++++++++----------------------------
+ src/hb-ot-shape-complex-myanmar.cc | 144 +++++++++----------------------------
  test/shaping/hb_test_tools.py      |   1 +
  2 files changed, 35 insertions(+), 110 deletions(-)
 
@@ -40079,7 +175689,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 12 15:35:32 2013 -0500
 
     Improve checks for setmode()
-
+    
     As reported by Jonathan, OS X has setmode() that is something other
     than what setmode() is on Win32.  So, limit invocation to Windows
     platforms only.
@@ -40094,7 +175704,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 12 15:31:58 2013 -0500
 
     Improve check for Windows platforms
-
+    
     Instead of checking for compiler, check for platform.
 
  src/hb-atomic-private.hh | 2 +-
@@ -40115,13 +175725,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 12 15:26:45 2013 -0500
 
     Rename HB_OT_INDIC_OPTIONS env var to HB_OPTIONS
-
+    
     The Myanmar shaper now respects the uniscribe-bug-compatibility
     option too.
 
  src/hb-common.cc                   | 20 ++++++++++++--
- src/hb-ot-shape-complex-indic.cc   | 53
- ++++----------------------------------
+ src/hb-ot-shape-complex-indic.cc   | 53 ++++----------------------------------
  src/hb-ot-shape-complex-myanmar.cc |  7 ++---
  src/hb-private.hh                  | 29 +++++++++++++++++++++
  4 files changed, 54 insertions(+), 55 deletions(-)
@@ -40131,7 +175740,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 12 12:14:10 2013 -0500
 
     Add South-East Asian shaper
-
+    
     Handles Tai Tham, Cham, and New Tai Lue for now.
 
  src/Makefile.am                                    |  12 +-
@@ -40142,8 +175751,7 @@ Date:   Tue Feb 12 12:14:10 2013 -0500
  src/hb-ot-shape-complex-myanmar.cc                 |   2 +-
  src/hb-ot-shape-complex-private.hh                 |  28 +-
  src/hb-ot-shape-complex-sea-machine.rl             | 102 ++++++
- src/hb-ot-shape-complex-sea.cc                     | 400
- +++++++++++++++++++++
+ src/hb-ot-shape-complex-sea.cc                     | 400 +++++++++++++++++++++
  test/shaping/texts/in-tree/MANIFEST                |   1 +
  .../in-tree/shaper-indic/south-east-asian/MANIFEST |   1 -
  test/shaping/texts/in-tree/shaper-myanmar/MANIFEST |   1 +
@@ -40165,24 +175773,15 @@ Date:   Tue Feb 12 10:33:58 2013 -0500
 
     Minor test reshufflings
 
- test/shaping/texts/in-tree/MANIFEST
- | 1 +
- .../{shaper-indic/south-asian/script-tibetan => script-default}/MANIFEST
- | 0
- .../south-asian/script-tibetan => script-default}/misc/MANIFEST
- | 0
- .../south-asian/script-tibetan => script-default}/misc/misc.txt
- | 0
- test/shaping/texts/in-tree/shaper-indic/MANIFEST
- | 1 -
- test/shaping/texts/in-tree/shaper-indic/south-asian/MANIFEST
- | 1 -
- test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST
- | 1 -
- .../texts/in-tree/shaper-indic/south-east-asian/script-thai/MANIFEST
- | 1 -
- .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST
- | 0
+ test/shaping/texts/in-tree/MANIFEST                                      | 1 +
+ .../{shaper-indic/south-asian/script-tibetan => script-default}/MANIFEST | 0
+ .../south-asian/script-tibetan => script-default}/misc/MANIFEST          | 0
+ .../south-asian/script-tibetan => script-default}/misc/misc.txt          | 0
+ test/shaping/texts/in-tree/shaper-indic/MANIFEST                         | 1 -
+ test/shaping/texts/in-tree/shaper-indic/south-asian/MANIFEST             | 1 -
+ test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST        | 1 -
+ .../texts/in-tree/shaper-indic/south-east-asian/script-thai/MANIFEST     | 1 -
+ .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST      | 0
  9 files changed, 1 insertion(+), 4 deletions(-)
 
 commit 5676d5d52784e16068ae483103d59111a8081854
@@ -40191,8 +175790,7 @@ Date:   Tue Feb 12 10:31:14 2013 -0500
 
     [Indic] Make sure New Tai Lue works!
 
- src/hb-ot-shape-complex-private.hh                           | 12
- ++++++++----
+ src/hb-ot-shape-complex-private.hh                           | 12 ++++++++----
  .../texts/in-tree/shaper-indic/south-east-asian/MANIFEST     |  1 +
  .../south-east-asian/script-new-tai-lue/MANIFEST             |  1 +
  .../south-east-asian/script-new-tai-lue/misc/MANIFEST        |  1 +
@@ -40204,25 +175802,25 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 12 09:44:57 2013 -0500
 
     Adjust mark advance-width zeroing logic for Myanmar
-
+    
     Before, we were zeroing advance width of attached marks for
     non-Indic scripts, and not doing it for Indic.
-
+    
     We have now three different behaviors, which seem to better
     reflect what Uniscribe is doing:
-
+    
       - For Indic, no explicit zeroing happens whatsoever, which
         is the same as before,
-
+    
       - For Myanmar, zero advance width of glyphs marked as marks
         *in GDEF*, and do that *before* applying GPOS.  This seems
         to be what the new Win8 Myanmar shaper does,
-
+    
       - For everything else, zero advance width of glyphs that are
         from General_Category=Mn Unicode characters, and do so
         before applying GPOS.  This seems to be what Uniscribe does
         for Latin at least.
-
+    
     With these changes, positioning of all tests matches for Myanmar,
     except for the glitch in Uniscribe not applying 'mark'.  See preivous
     commit.
@@ -40263,7 +175861,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 11 16:16:16 2013 -0500
 
     [Myanmar] Fix handling of Punctuation and Symbol types
-
+    
     Testing with "clusters" now on par with testing without them.  15
     failures both.
 
@@ -40285,15 +175883,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 11 14:27:02 2013 -0500
 
     [Myanmar] Prevent reordering between Asat and Dot below
-
+    
     Implemented as a hack for now.  Myanmar failures down from 23 to 15.
-
+    
     MYANMAR: 1123868 out of 1123883 tests passed. 15 failed (0.00133466%)
-
-    The remaining 15 cases are all where the syllable is wrong according
-    to
-    the OpenType spec.  We insert dottedcircle.  Uniscribe fails to
-    do that,
+    
+    The remaining 15 cases are all where the syllable is wrong according to
+    the OpenType spec.  We insert dottedcircle.  Uniscribe fails to do that,
     but it also fails to reorder the prebase-reordering medial-Ra.  So it
     gets it wrong.
 
@@ -40306,24 +175902,15 @@ Date:   Mon Feb 11 14:24:03 2013 -0500
 
     Shuffle test data around
 
- test/shaping/texts/in-tree/MANIFEST
- | 1 +
- test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST
- | 1 -
- .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST
- | 1 -
- .../south-east-asian => shaper-myanmar}/script-myanmar/MANIFEST
- | 0
- .../south-east-asian => shaper-myanmar}/script-myanmar/misc/MANIFEST
- | 0
- .../south-east-asian => shaper-myanmar}/script-myanmar/misc/misc.txt
- | 0
- .../south-east-asian => shaper-myanmar}/script-myanmar/misc/utn11.txt
- | 0
- test/shaping/texts/in-tree/shaper-thai/script-thai/misc/MANIFEST
- | 1 +
- .../south-east-asian => shaper-thai}/script-thai/misc/misc.txt
- | 0
+ test/shaping/texts/in-tree/MANIFEST                                      | 1 +
+ test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST        | 1 -
+ .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST      | 1 -
+ .../south-east-asian => shaper-myanmar}/script-myanmar/MANIFEST          | 0
+ .../south-east-asian => shaper-myanmar}/script-myanmar/misc/MANIFEST     | 0
+ .../south-east-asian => shaper-myanmar}/script-myanmar/misc/misc.txt     | 0
+ .../south-east-asian => shaper-myanmar}/script-myanmar/misc/utn11.txt    | 0
+ test/shaping/texts/in-tree/shaper-thai/script-thai/misc/MANIFEST         | 1 +
+ .../south-east-asian => shaper-thai}/script-thai/misc/misc.txt           | 0
  9 files changed, 2 insertions(+), 2 deletions(-)
 
 commit 98628cac9f733f2674d6409954cddb7d0634c233
@@ -40331,16 +175918,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 11 13:36:23 2013 -0500
 
     Add Win8-style Myanmar shaper
-
+    
     Myanmar failures down from 51% to 0.00204648%!
-
+    
     MYANMAR: 1123860 out of 1123883 tests passed. 23 failed (0.00204648%)
 
  src/Makefile.am                            |  14 +-
  src/hb-ot-shape-complex-indic.cc           |   2 -
  src/hb-ot-shape-complex-myanmar-machine.rl | 127 ++++++
- src/hb-ot-shape-complex-myanmar.cc         | 599
- +++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-myanmar.cc         | 599 +++++++++++++++++++++++++++++
  src/hb-ot-shape-complex-private.hh         |   5 +-
  5 files changed, 740 insertions(+), 7 deletions(-)
 
@@ -40358,14 +175944,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 11 13:27:17 2013 -0500
 
     [OTLayout] Respect lookup-flags skipping over non-mark glyphs
-
+    
     Before, when matching ligatures, we never skipping over base / liga
     glyphs even if that was what the LookupFlags asked for.
-
-    Fixed now.  We carefully reviewed all instances of this, and
-    tested with
-    Amiri as well as some Indic scripts, and are confident that this
-    should
+    
+    Fixed now.  We carefully reviewed all instances of this, and tested with
+    Amiri as well as some Indic scripts, and are confident that this should
     NOT break anyone's fonts.  It's also how Uniscribe does it, from what
     we can tell.
 
@@ -40378,7 +175962,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 11 13:14:15 2013 -0500
 
     [OTLayout] s/mark_skipping/skipping/
-
+    
     In aticipation of upcoming changes.
 
  src/hb-ot-layout-gpos-table.hh       | 12 ++++++------
@@ -40390,7 +175974,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 11 06:58:27 2013 -0500
 
     [Indic] Fix bug introduced in 8b217f5ac54aa0dcbba2dd6d59aa89dde33e56c2
-
+    
     Was breaking reph formation logic when the Ra is the only consonant.
     Devanagari regression fixed.  Down to 57 failures again.  Ouch.
 
@@ -40402,16 +175986,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 11 06:50:17 2013 -0500
 
     Improve normalization heuristic
-
-    Before, for most scripts, we were not trying to recompose two
-    characters
+    
+    Before, for most scripts, we were not trying to recompose two characters
     if the second one had ccc=0.  That fails for Myanmar where U+1026
     decomposes to U+1025,U+102E, both of which have ccc=0.  However, we do
     want to try to recompose those.  We now check whether the second is a
     mark, using general category instead.
-
+    
     At the same time, remove optimization that was conflicting with this.
-
+    
     [Let the Ngapi hackfest begin!]
 
  src/hb-ot-shape-normalize.cc | 39 +++++++++++++--------------------------
@@ -40422,17 +176005,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 6 23:45:27 2013 -0500
 
     Revert "Include config.h.in in tree"
-
+    
     This reverts commit 01013a0f5c58d5d54a37e5b4d6692e0bbd4baf80.
-
+    
     Conflicts:
             config.h.in
-
+    
     Same argument as previous commit.
 
  Makefile.am |   1 +
- config.h.in | 153
- ------------------------------------------------------------
+ config.h.in | 153 ------------------------------------------------------------
  2 files changed, 1 insertion(+), 153 deletions(-)
 
 commit adff3778155facb7b149ce66ab7d573368e048de
@@ -40440,24 +176022,20 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 6 23:43:27 2013 -0500
 
     Revert "[Indic] Import ragel-generated Indic machine in git"
-
+    
     This reverts commit fab7a71f110ed646745d54b23284537c50058c21.
-
+    
     Conflicts:
             src/hb-ot-shape-complex-indic-machine.hh
-
-    Keeping that generated file in-tree causes problems with processes
-    like
-    tinderbox  that automatically fetch and build harfbuzz.  It's harder
-    to
-    bootstrap harfbuzz now (as was previously), but I'm willing to
-    give this
+    
+    Keeping that generated file in-tree causes problems with processes like
+    tinderbox  that automatically fetch and build harfbuzz.  It's harder to
+    bootstrap harfbuzz now (as was previously), but I'm willing to give this
     another chance and see how it goes.
 
  autogen.sh                               |    6 +
  src/Makefile.am                          |    1 +
- src/hb-ot-shape-complex-indic-machine.hh | 1443
- ------------------------------
+ src/hb-ot-shape-complex-indic-machine.hh | 1443 ------------------------------
  3 files changed, 7 insertions(+), 1443 deletions(-)
 
 commit 5898fa94d12b19686f649104bd6efe8daa1ba0c9
@@ -40465,11 +176043,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 6 15:29:07 2013 -0500
 
     Don't use $(ENV)
-
+    
     As reported by Peter Breitenlohner:
-
-    I think this is a very bad idea because ENV is used to specify
-    a startup
+    
+    I think this is a very bad idea because ENV is used to specify a startup
     file to be read by some/all shells.
 
  test/api/Makefile.am | 2 +-
@@ -40497,8 +176074,7 @@ commit 6c1e8b614cfd6ed016fba6bf20af1e422e79eb71
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Feb 4 23:24:16 2013 -0500
 
-    Bug 59637 - check-exported-symbols.sh & check-internal-symbols.sh
-    fail on mips/mipsel
+    Bug 59637 - check-exported-symbols.sh & check-internal-symbols.sh fail on mips/mipsel
 
  src/check-symbols.sh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -40510,8 +176086,7 @@ Date:   Mon Feb 4 23:06:50 2013 -0500
     Merge check-internal-symbols.sh and check-exported-symbols.sh
 
  src/Makefile.am                                    |  3 +-
- src/check-internal-symbols.sh                      | 34
- ----------------------
+ src/check-internal-symbols.sh                      | 34 ----------------------
  ...{check-exported-symbols.sh => check-symbols.sh} | 16 ++++++++--
  3 files changed, 14 insertions(+), 39 deletions(-)
 
@@ -40520,7 +176095,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 31 19:27:36 2013 -0500
 
     Really fix setmode this time
-
+    
     Thanks to Khaled for spotting it.
 
  util/options.cc | 2 +-
@@ -40531,9 +176106,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 31 18:37:10 2013 -0500
 
     Fixup previous commit
-
-    Now, it looks like this breaks Cygwin again.  Have to figure out
-    what's
+    
+    Now, it looks like this breaks Cygwin again.  Have to figure out what's
     going on.
 
  util/options.cc | 4 ++--
@@ -40544,7 +176118,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 31 18:18:05 2013 -0500
 
     Use setmode() instead of _setmode()
-
+    
     Looks like Cygwin / MSVC declare it that way, and it still works on
     MinGW32 cross.
 
@@ -40558,8 +176132,7 @@ commit e9171af55cc6a402eb20db4ea74c86a0b1e70e85
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jan 29 22:45:00 2013 -0500
 
-    Bug 60053 - hb-common.cc:181:6: warning: ‘void free_langs()’
-    defined but not used
+    Bug 60053 - hb-common.cc:181:6: warning: ‘void free_langs()’ defined but not used
 
  src/hb-common.cc | 2 +-
  src/hb-ft.cc     | 2 +-
@@ -40609,9 +176182,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 14 00:32:12 2013 -0600
 
     Revert "Minor"
-
+    
     This reverts commit 0a492357016bc9a614d2a726f2006c10af68ca58.
-
+    
     Enables code on more compilers.
 
  src/hb-warning.cc | 33 ++++++++++++++++++++++++++++++---
@@ -40651,7 +176224,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 10 01:17:59 2013 -0600
 
     Add atomic ops for Solaris
-
+    
     Based on fontconfig patch from Raimund Steger.
 
  config.h.in              |  5 ++++-
@@ -40664,24 +176237,20 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 10 00:03:36 2013 -0600
 
     Fix crasher during multi-thread shaper data creation
-
+    
     Sample crash:
-
+    
     0  _hb_graphite2_shaper_face_data_destroy (data=0xffffffffffffffff)
         at ../../src/hb-graphite2.cc:129
     1  0x00007ffff4271d7d in hb_graphite2_shaper_face_data_ensure (
         face=<optimized out>) at ../../src/hb-shaper-list.hh:35
-    2  hb_shape_plan_plan (shaper_list=<optimized out>,
-    num_user_features=0,
-        user_features=0x0, shape_plan=0xf7b490) at
-        ../../src/hb-shaper-list.hh:35
+    2  hb_shape_plan_plan (shaper_list=<optimized out>, num_user_features=0,
+        user_features=0x0, shape_plan=0xf7b490) at ../../src/hb-shaper-list.hh:35
     3  hb_shape_plan_create (face=<optimized out>, props=<optimized out>,
-        user_features=0x0, num_user_features=0, shaper_list=<optimized
-        out>)
+        user_features=0x0, num_user_features=0, shaper_list=<optimized out>)
         at ../../src/hb-shape-plan.cc:108
     4  0x00007ffff4272c93 in hb_shape_plan_create_cached (face=0x10cf2b0,
-        props=0x11980d8, user_features=0x0, num_user_features=<optimized
-        out>,
+        props=0x11980d8, user_features=0x0, num_user_features=<optimized out>,
         shaper_list=0x0) at ../../src/hb-shape-plan.cc:283
 
  src/hb-shaper-private.hh | 5 ++++-
@@ -40691,15 +176260,13 @@ commit ecd454b3cd75050e0c95e1d2aa55744559338ec8
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jan 8 18:09:46 2013 -0600
 
-    [Indic] In old-spec shaping, don't move viramas around if seq ends
-    with one
-
+    [Indic] In old-spec shaping, don't move viramas around if seq ends with one
+    
     For example: u0c9a u0ccd u0c9a u0ccd with Lohit.  See:
-
+    
     https://bugs.freedesktop.org/show_bug.cgi?id=59118
 
- src/hb-ot-shape-complex-indic.cc                                   |
- 7 ++++---
+ src/hb-ot-shape-complex-indic.cc                                   | 7 ++++---
  .../texts/in-tree/shaper-indic/indic/script-kannada/misc/misc.txt  | 1 +
  2 files changed, 5 insertions(+), 3 deletions(-)
 
@@ -40708,11 +176275,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jan 8 16:15:46 2013 -0600
 
     [GPOS] If an Anchor offset is NULL, return false
-
-    If in a MarkPos table, a base has no anchor for a particular mark
-    class,
+    
+    If in a MarkPos table, a base has no anchor for a particular mark class,
     return NULL such that the subsequent subtables get a chance at it.
-
+    
     Test case:
     hb-shape ./EBGaramond12-Regular.otf ἂ --features="ss20","smcp"
 
@@ -40734,10 +176300,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 7 16:46:37 2013 -0600
 
     Rename hb_buffer_clear() to hb_buffer_clear_contents()
-
+    
     The previous name was clashing with harfbuzz.old.  There are systems
     that need to link both...
-
+    
     Clash-free now again.
 
  src/hb-buffer.cc       | 2 +-
@@ -40751,7 +176317,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 4 01:25:27 2013 -0600
 
     Remove a few unnecessary const's
-
+    
     Apparently helps with MSVC compilation.
 
  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
@@ -40772,7 +176338,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 3 00:07:16 2013 -0600
 
     [OTLayout] Always collect default language system in collect_lookups
-
+    
     Not sure if this is the most desired behavior.  It's the most easily
     defined though.
 
@@ -40784,7 +176350,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 3 00:04:40 2013 -0600
 
     [OTLayout] Fix feature iteration in collect_lookups
-
+    
     Previous logic was just wrong.
 
  src/hb-ot-layout.cc | 46 ++++++++++++++++++++++++++++++++--------------
@@ -40796,8 +176362,7 @@ Date:   Thu Jan 3 00:00:23 2013 -0600
 
     [OTLayout] Whitespace
 
- src/hb-ot-layout.cc | 82
- ++++++++++++++++++++++++++++++++++++++++++++---------
+ src/hb-ot-layout.cc | 82 ++++++++++++++++++++++++++++++++++++++++++++---------
  1 file changed, 68 insertions(+), 14 deletions(-)
 
 commit d37ae38047bee12639741af9bb083b857fab950d
@@ -40814,7 +176379,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 2 23:36:37 2013 -0600
 
     [OTLayout] Fix various introspection issues with ClassDef's
-
+    
     As reported by Jonathan Kew.
 
  src/hb-ot-layout-gsubgpos-private.hh | 19 +++++++++++++++----
@@ -40825,11 +176390,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 2 23:22:54 2013 -0600
 
     [tests] Finish test-set.c
-
+    
     All passing now.
 
- test/api/test-set.c | 373
- +++++++++++++++++++++-------------------------------
+ test/api/test-set.c | 373 +++++++++++++++++++++-------------------------------
  1 file changed, 149 insertions(+), 224 deletions(-)
 
 commit 7b1b720a8da69b68b775ce17104a40d55401b7ef
@@ -40837,7 +176401,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 2 23:02:59 2013 -0600
 
     Protect sets in-error from further modication
-
+    
     Fixes test-set.c
 
  src/hb-set-private.hh | 13 +++++++++++++
@@ -40848,7 +176412,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 2 22:50:36 2013 -0600
 
     [tests] Start adding tests for hb-set.h
-
+    
     Fails now.  Fixing.
 
  TODO                  |   2 -
@@ -40856,8 +176420,7 @@ Date:   Wed Jan 2 22:50:36 2013 -0600
  src/hb-set.cc         |   9 +-
  src/hb-set.h          |   3 +
  test/api/Makefile.am  |   1 +
- test/api/test-set.c   | 312
- ++++++++++++++++++++++++++++++++++++++++++++++++++
+ test/api/test-set.c   | 312 ++++++++++++++++++++++++++++++++++++++++++++++++++
  6 files changed, 330 insertions(+), 3 deletions(-)
 
 commit b9d28f696c433b94c5ffbad8d7c87cf3acff4056
@@ -40884,8 +176447,7 @@ Date:   Fri Dec 21 19:41:04 2012 -0500
 
     [Indic] Insert dottedcircle after a lone Malayalam dot-reph
 
- src/hb-ot-shape-complex-indic-machine.hh | 1617
- ++++++++++++++++--------------
+ src/hb-ot-shape-complex-indic-machine.hh | 1617 ++++++++++++++++--------------
  src/hb-ot-shape-complex-indic-machine.rl |    2 +-
  src/hb-ot-shape-complex-indic.cc         |   13 +-
  3 files changed, 881 insertions(+), 751 deletions(-)
@@ -40955,15 +176517,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Dec 21 16:01:52 2012 -0500
 
     [util] Default to "text" output format in hb-shape
-
+    
     If you say:
-
+    
       hb-shape font.ttf text --output-file out.txt
-
+    
     This was previously failing:
-
+    
       Unknown output format `txt'; supported formats are: TEXT / JSON
-
+    
     Now we simply fallback to TEXT if no explicit format was requested.
 
  util/hb-shape.cc | 11 ++++++++---
@@ -40975,14 +176537,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Dec 21 15:48:32 2012 -0500
 
     [Indic] Reorder Malayalam dot-reph to after base
-
+    
     Test sequence is simple: U+0D4E,U+0D15.  The doth-reph should be
     reordered to after the Ka.
-
+    
     https://bugzilla.redhat.com/show_bug.cgi?id=799565
 
- src/hb-ot-shape-complex-indic.cc                            | 13
- ++++++++++---
+ src/hb-ot-shape-complex-indic.cc                            | 13 ++++++++++---
  .../shaper-indic/indic/script-malayalam/misc/MANIFEST       |  1 +
  .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt   |  1 +
  3 files changed, 12 insertions(+), 3 deletions(-)
@@ -41002,8 +176563,7 @@ Date:   Fri Dec 21 11:54:50 2012 -0500
 
     Add Android.mk
 
- Android.mk  | 74
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Android.mk  | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  Makefile.am |  1 +
  2 files changed, 75 insertions(+)
 
@@ -41040,7 +176600,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Dec 18 20:39:40 2012 -0500
 
     Use C++ linker if ICU is disabled
-
+    
     Bug 54948 - Undefined symbols: "operator delete(void*)" "operator
     new(unsigned long)" "___cxa_pure_virtual"
 
@@ -41061,11 +176621,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Dec 17 23:21:05 2012 -0500
 
     [OTLayout] Fix 'size' featureParams implementation
-
+    
     Looks at alternate location now.
 
- src/hb-ot-layout-common-private.hh | 133
- ++++++++++++++++++++++++++++---------
+ src/hb-ot-layout-common-private.hh | 133 ++++++++++++++++++++++++++++---------
  src/hb-ot-layout.cc                |  93 ++++----------------------
  2 files changed, 117 insertions(+), 109 deletions(-)
 
@@ -41093,7 +176652,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Dec 14 17:48:23 2012 -0500
 
     [OTLayout] Wire tag and list start all the way to Feature
-
+    
     To fix FeatureParam issues.  No actual fix yet, just plumbing.
 
  src/hb-ot-layout-common-private.hh | 16 ++++++++++++----
@@ -41104,12 +176663,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 12 11:38:49 2012 -0500
 
     [OTLayout] More 'size' feature sanity checking
-
+    
     We still don't look for the old incorrect place of the featureParams.
     I'll wait till someone actually complains about it...
 
- src/hb-ot-layout.cc | 99
- ++++++++++++++++++++++++++++++++++++++++++-----------
+ src/hb-ot-layout.cc | 99 ++++++++++++++++++++++++++++++++++++++++++-----------
  1 file changed, 79 insertions(+), 20 deletions(-)
 
 commit 0bae50a36f3022f9bb6b2c001c191eeaaa4ef954
@@ -41117,11 +176675,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Dec 11 16:01:31 2012 -0500
 
     [OTLayout] Add FeatureParamsCharacterVariants struct
-
+    
     No API yet.
 
- src/hb-ot-layout-common-private.hh | 52
- +++++++++++++++++++++++++++++++++++---
+ src/hb-ot-layout-common-private.hh | 52 +++++++++++++++++++++++++++++++++++---
  1 file changed, 49 insertions(+), 3 deletions(-)
 
 commit bd61bc13ea8ff350ada5449b2cfeb612e66ecafa
@@ -41157,11 +176714,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Dec 11 14:17:01 2012 -0500
 
     [OTLayout] Change hb_ot_layout_get_params() API
-
+    
     And add implementation for StylisticSet UINameID.  No API yet.
 
- src/hb-ot-layout-common-private.hh | 85
- ++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-layout-common-private.hh | 85 ++++++++++++++++++++++++++++++++++++--
  src/hb-ot-layout.cc                | 28 +++++++++----
  src/hb-ot-layout.h                 |  8 +++-
  src/test-size-params.cc            |  9 +++-
@@ -41171,9 +176727,8 @@ commit 5e7e52ddf2b0c4fbc9d933d24336100368d39a5c
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Dec 10 17:44:22 2012 -0500
 
-    [uniscribe] Enable Uniscribe backend only if it has
-    ScriptShapeOpenType()
-
+    [uniscribe] Enable Uniscribe backend only if it has ScriptShapeOpenType()
+    
     Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP
 
  config.h.in  |  6 ------
@@ -41194,7 +176749,7 @@ Author: John Ralls <jralls@ceridwen.fremont.ca.us>
 Date:   Mon Dec 10 16:24:24 2012 -0500
 
     [coretext] Better test for CoreText
-
+    
     Instead of checking for ApplicationServices.h, which is present in all
     versions of MacOSX, check for CTFontRef, a CoreText basic type.
 
@@ -41206,7 +176761,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Dec 10 15:25:21 2012 -0500
 
     Fix atomic ops on iOS
-
+    
     Patch from John Ralls.
 
  src/hb-atomic-private.hh | 8 +++++---
@@ -41226,7 +176781,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Dec 10 00:57:00 2012 -0500
 
     Work around missing OSAtomicCompareAndSwapPtrBarrier() on OS X 10.4
-
+    
     Not sure how to handle iOS.
 
  src/hb-atomic-private.hh | 11 +++++++++++
@@ -41237,7 +176792,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 9 19:39:40 2012 -0500
 
     [coretext] Fixed typo
-
+    
     Oops.  Thanks Khaled for catching this.
 
  src/hb-coretext.cc | 2 +-
@@ -41248,7 +176803,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 9 18:47:36 2012 -0500
 
     [coretext] Add hb_coretext_face_get_cg_font()
-
+    
     Not sure if it's useful, but it was missing.
 
  src/hb-coretext.cc | 20 ++++++++++++++------
@@ -41260,7 +176815,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 9 18:47:09 2012 -0500
 
     [coretext] Remove hack around GlyphID
-
+    
     We not namespace our types, so the hack is not needed anymore.
 
  src/hb-coretext.cc | 4 ----
@@ -41271,7 +176826,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 9 18:45:47 2012 -0500
 
     [graphite2] "Update to new API"
-
+    
     Part of patch from Martin Hosken.  I believe he knows what he's doing
     :).
 
@@ -41282,9 +176837,8 @@ commit a5a4ab3846ef06769784e6469d76eace35e68805
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 9 18:44:41 2012 -0500
 
-    [graphite2] Add hb_graphite2_face_get_gr_face and
-    hb_graphite2_font_get_gr_font
-
+    [graphite2] Add hb_graphite2_face_get_gr_face and hb_graphite2_font_get_gr_font
+    
     Based on patch from Martin Hosken.  I believe it returns NULL if the
     font doesn't have graphite tables, but have not tested.
 
@@ -41297,7 +176851,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 9 18:43:03 2012 -0500
 
     [graphite2] Preload all tables
-
+    
     Part of patch from Martin Hosken.
 
  src/hb-graphite2.cc | 2 +-
@@ -41317,7 +176871,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 9 18:20:19 2012 -0500
 
     Remove excess return
-
+    
     Oops!
 
  src/hb-uniscribe.cc | 1 -
@@ -41328,11 +176882,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Dec 8 19:28:41 2012 -0500
 
     Update OT language tags
-
+    
     Patch from Roozbeh Pournader.
 
- src/hb-ot-tag.cc | 212
- +++++++++++++++++++++++++++++--------------------------
+ src/hb-ot-tag.cc | 212 +++++++++++++++++++++++++++++--------------------------
  1 file changed, 110 insertions(+), 102 deletions(-)
 
 commit aba38173c6b464c2884b73ef6cd4577d4efcebbc
@@ -41349,7 +176902,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 5 19:42:10 2012 -0500
 
     Fix test with gold linker
-
+    
     Bug 57633 - Symbol tests should ignore __bss_start, _edata, _end
 
  src/check-exported-symbols.sh | 2 +-
@@ -41394,8 +176947,7 @@ Date:   Wed Dec 5 18:46:04 2012 -0500
  src/hb-ot-shape-complex-thai.cc            |  2 +-
  src/hb-ot-shape-fallback.cc                |  4 ++--
  src/hb-private.hh                          |  8 ++++----
- src/hb-ucdn.cc                             | 27
- +++++++++++++++------------
+ src/hb-ucdn.cc                             | 27 +++++++++++++++------------
  src/hb-utf-private.hh                      |  4 ++--
  16 files changed, 61 insertions(+), 60 deletions(-)
 
@@ -41414,7 +176966,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Dec 5 16:49:47 2012 -0500
 
     Rename VOID and void_t to have HarfBuzz prefix
-
+    
     Fixes build on Windows.  Ouch!
 
  src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
@@ -41435,14 +176987,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Dec 4 17:08:41 2012 -0500
 
     Minor
-
-    Use pointers instead of references, in preparation for upcoming
-    change.
+    
+    Use pointers instead of references, in preparation for upcoming change.
 
  src/hb-ot-layout-gpos-table.hh       | 28 +++++++++++++-------------
  src/hb-ot-layout-gsub-table.hh       | 30 ++++++++++++++--------------
- src/hb-ot-layout-gsubgpos-private.hh | 38
- ++++++++++++++++++------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 38 ++++++++++++++++++------------------
  3 files changed, 48 insertions(+), 48 deletions(-)
 
 commit 1bcfa06d1173f219809542a7380ce77f1c907bec
@@ -41479,7 +177029,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Dec 4 00:35:54 2012 +0200
 
     Move object mutext into the user-data array
-
+    
     We are not using it for anything lse it seems.
 
  src/hb-common.cc         | 12 ++----------
@@ -41500,7 +177050,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 2 19:14:29 2012 +0200
 
     "Update" to Unicode 6.2.0 tables
-
+    
     Nothing changed...
 
  src/hb-ot-shape-complex-arabic-table.hh |  4 ++--
@@ -41533,8 +177083,7 @@ Date:   Fri Nov 30 11:46:35 2012 +0200
 
  test/shaping/texts/in-tree/shaper-arabic/script-arabic/MANIFEST   | 1 +
  .../in-tree/shaper-arabic/script-arabic/language-persian/MANIFEST | 1 +
- .../shaper-arabic/script-arabic/language-persian/mehran.txt       |
- 8 ++++++++
+ .../shaper-arabic/script-arabic/language-persian/mehran.txt       | 8 ++++++++
  3 files changed, 10 insertions(+)
 
 commit 0f3f5299047e3cfc4d1202fee83d484b871279ad
@@ -41542,13 +177091,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 30 09:06:59 2012 +0200
 
     Add test-size-params
-
+    
     Eventually this will become part of a yet-to-be-written hb-ot cmdline
     tool.
 
  src/Makefile.am         | 10 ++++-
- src/test-size-params.cc | 98
- +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/test-size-params.cc | 98 +++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 107 insertions(+), 1 deletion(-)
 
 commit 8465a05a89742295d4b009a9b4442eb0a899fd80
@@ -41556,7 +177104,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 30 08:46:43 2012 +0200
 
     Fix hb_buffer_guess_segment_properties() for empty buffer
-
+    
     Was causing assertion failure in shape_plan().
 
  src/hb-buffer.cc | 4 ++--
@@ -41587,7 +177135,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 30 08:14:20 2012 +0200
 
     [OTLayout] Look for any 'size' feature, not only in DFLT script
-
+    
     The old code doesn't work with all fonts, as Khaled has reported.
 
  src/hb-ot-layout.cc | 14 +++++---------
@@ -41597,8 +177145,7 @@ commit e9ad71dee845407da74ccacfbb53ad7ededf07fd
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 30 08:10:26 2012 +0200
 
-    [OTLayout] Rename hb_ot_layout_position_get_size() to
-    hb_ot_layout_get_size_params()
+    [OTLayout] Rename hb_ot_layout_position_get_size() to hb_ot_layout_get_size_params()
 
  src/hb-ot-layout.cc | 4 ++--
  src/hb-ot-layout.h  | 7 ++++---
@@ -41609,11 +177156,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 30 08:07:06 2012 +0200
 
     [OTLayout] Return correct value from recursion
-
-    Commit 4c4e8f0e754b79ac6190d21878eaaf0b790c7579 broke contextual
-    lookups
+    
+    Commit 4c4e8f0e754b79ac6190d21878eaaf0b790c7579 broke contextual lookups
     by making the recurse() function always return false.
-
+    
     Reported by Khaled.  Test case: لا in Amiri.
 
  src/hb-ot-layout-gsubgpos-private.hh | 9 ++++-----
@@ -41625,8 +177171,7 @@ Date:   Mon Nov 26 14:02:31 2012 +0200
 
     [OTLayout] Implement 'size' feature
 
- src/hb-ot-layout-common-private.hh | 36
- ++++++++++++++++++++++++++++++++++--
+ src/hb-ot-layout-common-private.hh | 36 ++++++++++++++++++++++++++++++++++--
  src/hb-ot-layout.cc                | 31 +++++++++++++++++++++++++++++++
  src/hb-ot-layout.h                 |  5 +++++
  3 files changed, 70 insertions(+), 2 deletions(-)
@@ -41660,11 +177205,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Nov 24 02:31:02 2012 -0500
 
     [OTLayout] Implement hb_ot_layout_collect_lookups()
-
+    
     Untested.
 
- src/hb-ot-layout.cc | 97
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout.cc | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-layout.h  |  4 +--
  2 files changed, 98 insertions(+), 3 deletions(-)
 
@@ -41672,8 +177216,7 @@ commit 1ea375da446bf68f705a70ce4a480db9fb9d13f3
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Nov 24 02:05:52 2012 -0500
 
-    [OTLayout] Only collect output glyphs during recursion in
-    collect_glyphs()
+    [OTLayout] Only collect output glyphs during recursion in collect_glyphs()
 
  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
@@ -41683,11 +177226,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Nov 24 01:55:34 2012 -0500
 
     [OTLayout] Implement ChainContext collect_glyphs()
-
+    
     All of collect_glyphs() complete and untested now.
 
- src/hb-ot-layout-gsubgpos-private.hh | 103
- ++++++++++++++++++++++++++++++++---
+ src/hb-ot-layout-gsubgpos-private.hh | 103 ++++++++++++++++++++++++++++++++---
  1 file changed, 96 insertions(+), 7 deletions(-)
 
 commit cdd756b9f40665a201f5c4e65a87b9a27c390601
@@ -41696,8 +177238,7 @@ Date:   Sat Nov 24 01:38:41 2012 -0500
 
     [OTLayout] Implement GPOS collect_glyphs()
 
- src/hb-ot-layout-gpos-table.hh | 95
- +++++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout-gpos-table.hh | 95 +++++++++++++++++++++++++++++++++++++++++-
  src/hb-ot-layout.cc            |  9 ++--
  2 files changed, 99 insertions(+), 5 deletions(-)
 
@@ -41727,8 +177268,7 @@ Date:   Fri Nov 23 18:54:59 2012 -0500
 
     [OTLayout] Implement Context::collect_glyphs()
 
- src/hb-ot-layout-gsubgpos-private.hh | 122
- +++++++++++++++++++++++++++++++----
+ src/hb-ot-layout-gsubgpos-private.hh | 122 +++++++++++++++++++++++++++++++----
  1 file changed, 111 insertions(+), 11 deletions(-)
 
 commit 26514d51b6669f092d9ccb7523443a5ece74169a
@@ -41739,8 +177279,7 @@ Date:   Fri Nov 23 18:13:48 2012 -0500
 
  src/hb-ot-layout-gpos-table.hh       |  6 ++---
  src/hb-ot-layout-gsub-table.hh       | 32 +++++++++++++++-------
- src/hb-ot-layout-gsubgpos-private.hh | 51
- ++++++++++++++++++++++++++++++++----
+ src/hb-ot-layout-gsubgpos-private.hh | 51 ++++++++++++++++++++++++++++++++----
  3 files changed, 71 insertions(+), 18 deletions(-)
 
 commit c6fb843f2a1c26322c6f4c85d1589f01a9e7a2ef
@@ -41789,8 +177328,7 @@ Date:   Fri Nov 23 17:23:41 2012 -0500
 
     [OTLayout] Add process() tracing
 
- src/hb-ot-layout-gpos-table.hh       | 60
- ++++++++++++++++++++----------------
+ src/hb-ot-layout-gpos-table.hh       | 60 ++++++++++++++++++++----------------
  src/hb-ot-layout-gsub-table.hh       | 51 +++++++++++++++++-------------
  src/hb-ot-layout-gsubgpos-private.hh | 17 +++++-----
  3 files changed, 72 insertions(+), 56 deletions(-)
@@ -41853,8 +177391,7 @@ Date:   Fri Nov 23 16:40:04 2012 -0500
 
     [OTLayout] Start adding process() tracing
 
- src/hb-ot-layout-gsubgpos-private.hh | 44
- +++++++++++++++++++++++++++---------
+ src/hb-ot-layout-gsubgpos-private.hh | 44 +++++++++++++++++++++++++++---------
  src/hb-private.hh                    |  6 +++--
  2 files changed, 37 insertions(+), 13 deletions(-)
 
@@ -41881,8 +177418,7 @@ Date:   Fri Nov 23 15:32:14 2012 -0500
  src/hb-ot-layout-common-private.hh   |  36 +++++------
  src/hb-ot-layout-gdef-table.hh       |  20 +++---
  src/hb-ot-layout-gpos-table.hh       |  80 +++++++++++------------
- src/hb-ot-layout-gsub-table.hh       | 122
- +++++++++++++++++------------------
+ src/hb-ot-layout-gsub-table.hh       | 122 +++++++++++++++++------------------
  src/hb-ot-layout-gsubgpos-private.hh | 100 ++++++++++++++--------------
  src/hb-ot-maxp-table.hh              |   2 +-
  src/hb-ot-name-table.hh              |   6 +-
@@ -41894,10 +177430,8 @@ Date:   Fri Nov 23 15:06:59 2012 -0500
 
     [OTLayout] Start unbreaking tracing
 
- src/hb-open-type-private.hh          | 37
- +++++++++++++++++++++---------------
- src/hb-ot-layout-gsubgpos-private.hh | 37
- +++++++++++++++++++++++++-----------
+ src/hb-open-type-private.hh          | 37 +++++++++++++++++++++---------------
+ src/hb-ot-layout-gsubgpos-private.hh | 37 +++++++++++++++++++++++++-----------
  src/hb-private.hh                    | 30 +++++++++++++++++++----------
  3 files changed, 68 insertions(+), 36 deletions(-)
 
@@ -41940,8 +177474,7 @@ Date:   Thu Nov 22 16:47:53 2012 -0500
 
     Move code around
 
- src/hb-ot-layout-gsubgpos-private.hh | 44
- ++++++++++++++++++------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 44 ++++++++++++++++++------------------
  1 file changed, 22 insertions(+), 22 deletions(-)
 
 commit ec35a72a44301934b8f123ab2833f59d8c875a09
@@ -41950,10 +177483,8 @@ Date:   Thu Nov 22 16:05:59 2012 -0500
 
     [OTLayout] Port apply() operator to process() template
 
- src/hb-ot-layout-gpos-table.hh       | 117
- ++++-------------------------------
- src/hb-ot-layout-gsub-table.hh       | 108
- +++-----------------------------
+ src/hb-ot-layout-gpos-table.hh       | 117 ++++-------------------------------
+ src/hb-ot-layout-gsub-table.hh       | 108 +++-----------------------------
  src/hb-ot-layout-gsubgpos-private.hh |  99 +++++++++++++----------------
  src/hb-ot-layout.cc                  |   2 +-
  4 files changed, 65 insertions(+), 261 deletions(-)
@@ -41962,13 +177493,10 @@ commit 2005fa5340fc528c32dc2af945ad2431964a47d2
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 22 14:38:10 2012 -0500
 
-    [OTLayout] Port would_apply() and get_coverage() to process()
-    templates
+    [OTLayout] Port would_apply() and get_coverage() to process() templates
 
- src/hb-ot-layout-gpos-table.hh       | 175
- +++++++++++--------------------
- src/hb-ot-layout-gsub-table.hh       | 198
- ++++++++++++-----------------------
+ src/hb-ot-layout-gpos-table.hh       | 175 +++++++++++--------------------
+ src/hb-ot-layout-gsub-table.hh       | 198 ++++++++++++-----------------------
  src/hb-ot-layout-gsubgpos-private.hh |  76 +++++---------
  3 files changed, 156 insertions(+), 293 deletions(-)
 
@@ -41978,8 +177506,7 @@ Date:   Wed Nov 21 23:33:13 2012 -0500
 
     [OTLayout] Port closure() to process() template
 
- src/hb-ot-layout-gsub-table.hh       | 297
- ++++++++---------------------------
+ src/hb-ot-layout-gsub-table.hh       | 297 ++++++++---------------------------
  src/hb-ot-layout-gsubgpos-private.hh | 209 ++++++++++++------------
  src/hb-ot-layout.cc                  |  10 +-
  3 files changed, 171 insertions(+), 345 deletions(-)
@@ -42009,8 +177536,7 @@ Date:   Wed Nov 21 01:20:56 2012 -0500
 
     0.9.7
 
- NEWS         | 86
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ NEWS         | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  configure.ac |  2 +-
  2 files changed, 87 insertions(+), 1 deletion(-)
 
@@ -42029,7 +177555,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 21 01:04:15 2012 -0500
 
     [Indic] One more try at unbreaking Khmer fonts
-
+    
     See comments and discussion on the list.
 
  src/hb-ot-shape-complex-private.hh | 16 ++++++++++------
@@ -42040,11 +177566,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 16 19:07:06 2012 -0800
 
     Start implementing collect_glyphs() operation
-
+    
     Not functional yet.
 
- src/hb-ot-layout-gsub-table.hh       | 185
- +++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-gsub-table.hh       | 185 +++++++++++++++++++++++++++++++++++
  src/hb-ot-layout-gsubgpos-private.hh |  57 +++++++++++
  src/hb-ot-layout.cc                  |  29 ++++++
  src/hb-ot-layout.h                   |   4 +-
@@ -42071,8 +177596,7 @@ Date:   Fri Nov 16 18:49:54 2012 -0800
  src/hb-ot-layout-gsubgpos-private.hh |   2 +-
  src/hb-ot-maxp-table.hh              |   2 +-
  src/hb-ot-name-table.hh              |   2 +-
- src/hb-ot-shape-complex-default.cc   | 109
- ++++++++++++++++++-----------------
+ src/hb-ot-shape-complex-default.cc   | 109 ++++++++++++++++++-----------------
  src/hb-tt-font.cc                    |   2 +-
  17 files changed, 87 insertions(+), 92 deletions(-)
 
@@ -42118,7 +177642,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 16 13:23:37 2012 -0800
 
     Implement hb_shape_plan_get_shaper()
-
+    
     Untested.
 
  src/hb-shape-plan-private.hh | 1 +
@@ -42131,11 +177655,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 16 13:12:35 2012 -0800
 
     [Indic] Another try to unbreak Sinhala split matras
-
+    
     Just read the comments...
 
- src/hb-ot-shape-complex-indic.cc                   | 43
- ++++++++++++++++++----
+ src/hb-ot-shape-complex-indic.cc                   | 43 ++++++++++++++++++----
  .../indic/script-sinhala/misc/MANIFEST             |  1 +
  .../indic/script-sinhala/misc/split-matras.txt     |  4 ++
  3 files changed, 40 insertions(+), 8 deletions(-)
@@ -42155,15 +177678,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 16 12:39:23 2012 -0800
 
     Plumbing to get shape plan and font into complex decompose function
-
+    
     So we can handle Sinhala split matras smartly...  Coming soon.
 
  src/hb-ot-shape-complex-default.cc   |  6 ++--
  src/hb-ot-shape-complex-indic.cc     | 14 ++++-----
  src/hb-ot-shape-complex-private.hh   | 16 +++++------
  src/hb-ot-shape-normalize-private.hh | 22 ++++++++++++--
- src/hb-ot-shape-normalize.cc         | 56
- ++++++++++++++----------------------
+ src/hb-ot-shape-normalize.cc         | 56 ++++++++++++++----------------------
  src/hb-ot-shape.cc                   |  2 +-
  6 files changed, 61 insertions(+), 55 deletions(-)
 
@@ -42171,8 +177693,7 @@ commit 3f82f8ff07a9d16a7c047129658c1bbedfdb5436
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 15 18:45:31 2012 -0800
 
-    Rename hb_buffer_guess_properties() to
-    hb_buffer_guess_segment_properties()
+    Rename hb_buffer_guess_properties() to hb_buffer_guess_segment_properties()
 
  src/hb-buffer-private.hh | 2 +-
  src/hb-buffer.cc         | 6 +++---
@@ -42187,19 +177708,19 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 15 18:39:46 2012 -0800
 
     Bunch of independent changes (ouch)
-
+    
     API additions:
-
+    
             hb_segment_properties_t
             HB_SEGMENT_PROPERTIES_DEFAULT
             hb_segment_properties_equal()
             hb_segment_properties_hash()
-
+    
             hb_buffer_set_segment_properties()
             hb_buffer_get_segment_properties()
-
+    
             hb_ot_layout_glyph_class_t
-
+    
             hb_shape_plan_t
             hb_shape_plan_create()
             hb_shape_plan_create_cached()
@@ -42209,18 +177730,18 @@ Date:   Thu Nov 15 18:39:46 2012 -0800
             hb_shape_plan_set_user_data()
             hb_shape_plan_get_user_data()
             hb_shape_plan_execute()
-
+    
             hb_ot_shape_plan_collect_lookups()
-
+    
     API changes:
-
+    
             Rename hb_ot_layout_feature_get_lookup_indexes() to
             hb_ot_layout_feature_get_lookups().
-
+    
     New header file:
-
+    
             hb-shape-plan.h
-
+    
     And a bunch of prototyped but not implemented stuff.  Coming soon.
     (Tests fail because of the prototypes right now.)
 
@@ -42230,8 +177751,7 @@ Date:   Thu Nov 15 18:39:46 2012 -0800
  src/hb-buffer.h              |  47 +++++++++++++++++--
  src/hb-ot-layout-private.hh  |   8 ----
  src/hb-ot-layout.cc          |  12 ++---
- src/hb-ot-layout.h           | 108
- ++++++++++++++++++++++++++++++++++++++++---
+ src/hb-ot-layout.h           | 108 ++++++++++++++++++++++++++++++++++++++++---
  src/hb-ot-map-private.hh     |   2 +-
  src/hb-ot-map.cc             |  15 +++---
  src/hb-ot-shape-private.hh   |  11 ++++-
@@ -42273,8 +177793,7 @@ Date:   Thu Nov 15 16:15:42 2012 -0800
 
  src/hb-ot-shape.cc          |  2 +-
  src/hb-set-private.hh       | 35 ++++++++++++++++--
- src/hb-set.cc               | 86
- ++++++++++++++++++++++++++++++---------------
+ src/hb-set.cc               | 86 ++++++++++++++++++++++++++++++---------------
  src/hb-set.h                | 55 +++++++++++++++++++----------
  util/hb-ot-shape-closure.cc |  2 +-
  5 files changed, 128 insertions(+), 52 deletions(-)
@@ -42294,7 +177813,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 15 15:38:08 2012 -0800
 
     [Thai] Remove U+0E2C from "AC" consonants
-
+    
     WinXP doesn't include it.
 
  src/hb-ot-shape-complex-thai.cc | 2 +-
@@ -42304,9 +177823,8 @@ commit 362a990b2246f5448ecb9d600761f710aea7d42d
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 15 14:57:31 2012 -0800
 
-    Rename hb_ot_layout_would_substitute_lookup() and
-    hb_ot_layout_substitute_closure_lookup()
-
+    Rename hb_ot_layout_would_substitute_lookup() and hb_ot_layout_substitute_closure_lookup()
+    
     To match upcoming API.
 
  src/hb-ot-layout-private.hh      | 2 +-
@@ -42322,7 +177840,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 15 13:29:51 2012 -0800
 
     [util] Make hb-shape err if output-format is not understood
-
+    
     And list supported formats.
 
  util/hb-shape.cc | 6 ++++++
@@ -42352,15 +177870,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 15 12:14:09 2012 -0800
 
     Add buffer serialization / deserialization API
-
+    
     Two output formats for now: TEXT, and JSON.  For example:
-
+    
       hb-shape --output-format=json
-
+    
     Deserialization API is added, but not implemented yet.
 
- src/hb-buffer.cc | 222
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-buffer.cc | 222 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-buffer.h  |  42 +++++++++++
  util/hb-shape.cc |  21 +++++-
  util/options.cc  |  57 +++++---------
@@ -42372,7 +177889,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 15 10:47:14 2012 -0800
 
     Avoid C++ undefined behavior
-
+    
     https://bugzilla.mozilla.org/show_bug.cgi?id=810823
 
  src/hb-open-type-private.hh | 4 ++--
@@ -42383,7 +177900,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 15 10:36:43 2012 -0800
 
     Fix undefined behavior in Indic dottedcircle
-
+    
     Chromium Issue 158998:  Conditional jump in harfbuzz-ng
     http://code.google.com/p/chromium/issues/detail?id=158998
 
@@ -42395,16 +177912,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 14 17:25:03 2012 -0800
 
     [Thai] Implement PUA-based fallback shaping
-
+    
     As explained here:
-
+    
       http://linux.thai.net/~thep/th-otf/shaping.html
-
+    
     Our output now matches Uniscribe for old fonts (eg. XP Tahoma) with no
     Thai GSUB table.
 
- src/hb-ot-shape-complex-thai.cc | 217
- ++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-thai.cc | 217 ++++++++++++++++++++++++++++++++++++++++
  1 file changed, 217 insertions(+)
 
 commit 851784f8372004e0a40b698c0cdc2d7db8629aa2
@@ -42427,8 +177943,7 @@ Date:   Wed Nov 14 15:55:17 2012 -0800
     Add test cases for Thai PUA shaping
 
  .../texts/in-tree/shaper-thai/script-thai/misc/MANIFEST       |  1 +
- .../in-tree/shaper-thai/script-thai/misc/pua-shaping.txt      |
- 11 +++++++++++
+ .../in-tree/shaper-thai/script-thai/misc/pua-shaping.txt      | 11 +++++++++++
  2 files changed, 12 insertions(+)
 
 commit 43f04a7456419153cb03e610a825056a47824780
@@ -42438,10 +177953,8 @@ Date:   Wed Nov 14 15:51:54 2012 -0800
     Move Thai shaper into a separate file
 
  src/Makefile.am                                    |   3 +-
- ...plex-misc.cc => hb-ot-shape-complex-default.cc} | 114
- -----------------
- src/hb-ot-shape-complex-thai.cc                    | 141
- +++++++++++++++++++++
+ ...plex-misc.cc => hb-ot-shape-complex-default.cc} | 114 -----------------
+ src/hb-ot-shape-complex-thai.cc                    | 141 +++++++++++++++++++++
  3 files changed, 143 insertions(+), 115 deletions(-)
 
 commit ba82325b7a6311b787ae47f41a56964e2f2cba9f
@@ -42467,7 +177980,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 14 15:05:19 2012 -0800
 
     Don't route Kharoshthi through the Indic shaper
-
+    
     It's a simple, right-to-left, script.
 
  src/hb-ot-shape-complex-private.hh | 2 +-
@@ -42487,7 +178000,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 14 14:09:46 2012 -0800
 
     Reposition Lao marks
-
+    
     Lao marks are center-aligned, unlike Thai ones.
 
  src/hb-ot-shape-fallback.cc | 4 ++--
@@ -42511,7 +178024,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 14 13:38:16 2012 -0800
 
     [Indic] If Khmer fonts have a 'liga' feature, use generic shaper
-
+    
     Seems to produce more coherent results than trying the Indic shaper on
     them.  I'm looking at you, Kh-* fonts...
 
@@ -42532,16 +178045,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 14 11:37:04 2012 -0800
 
     [Indic] Don't move virama with left matra
-
-    This is important for the Sinhala U+0DDA split matra since it
-    decomposes
-    to U+0DD9,U+0DCA where U+0DD9 is a left matra and U+0DCA is the
-    virama.
+    
+    This is important for the Sinhala U+0DDA split matra since it decomposes
+    to U+0DD9,U+0DCA where U+0DD9 is a left matra and U+0DCA is the virama.
     We don't want to move the virama with the left matra.
     TEST: U+0D9A,U+0DDA
-
-    Note that we were already doing this in the Uniscribe bug
-    compatibility
+    
+    Note that we were already doing this in the Uniscribe bug compatibility
     mode.  We now do it all the time.
 
  src/hb-ot-shape-complex-indic.cc | 8 ++++++--
@@ -42553,8 +178063,7 @@ Date:   Wed Nov 14 10:56:02 2012 -0800
 
     Add Sinhala test case for split matra U+0DDA
 
- .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt
- | 1 +
+ .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt        | 1 +
  1 file changed, 1 insertion(+)
 
 commit d04b12853167d756a8cccaf4154f0fd894bce6de
@@ -42580,7 +178089,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 13 16:26:32 2012 -0800
 
     API change: Remove "mask" from hb_buffer_add()
-
+    
     I don't expect anybody using hb_buffer_add(), so this shouldn't break
     anyone's code.
 
@@ -42613,7 +178122,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 13 15:12:24 2012 -0800
 
     [util] Add --text-before and --text-after to hb-shape / hb-view
-
+    
     Use with Arabic, for example, to see the effect on joining.
 
  util/hb-ot-shape-closure.cc |  4 +++-
@@ -42628,7 +178137,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 13 15:12:06 2012 -0800
 
     Fix UTF-8 backward iteration
-
+    
     Ouch!
 
  src/hb-utf-private.hh | 4 ++--
@@ -42639,7 +178148,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 13 15:11:51 2012 -0800
 
     [Arabic] Fix post-context handling
-
+    
     Ouch!
 
  src/hb-ot-shape-complex-arabic.cc | 2 +-
@@ -42650,31 +178159,29 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 13 14:42:35 2012 -0800
 
     Add buffer flags
-
+    
     New API:
-
+    
             hb_buffer_flags_t
-
+    
             HB_BUFFER_FLAGS_DEFAULT
             HB_BUFFER_FLAG_BOT
             HB_BUFFER_FLAG_EOT
             HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES
-
+    
             hb_buffer_set_flags()
             hb_buffer_get_flags()
-
+    
     We use the BOT flag to decide whether to insert dottedcircle if the
     first char in the buffer is a combining mark.
-
-    The PRESERVE_DEFAULT_IGNORABLES flag prevents removal of characters
-    like
+    
+    The PRESERVE_DEFAULT_IGNORABLES flag prevents removal of characters like
     ZWNJ/ZWJ/...
 
  src/hb-buffer-private.hh          |  1 +
  src/hb-buffer.cc                  | 18 ++++++++++++++++++
  src/hb-buffer.h                   | 13 +++++++++++++
- src/hb-ot-shape-complex-arabic.cc | 40
- ++++++++++++++++++++-------------------
+ src/hb-ot-shape-complex-arabic.cc | 40 ++++++++++++++++++++-------------------
  src/hb-ot-shape.cc                |  9 ++++++---
  test/api/test-buffer.c            |  9 +++++++++
  6 files changed, 68 insertions(+), 22 deletions(-)
@@ -42684,7 +178191,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 13 14:42:22 2012 -0800
 
     Minor fix
-
+    
     Ouch
 
  src/hb-shape.cc | 2 +-
@@ -42704,7 +178211,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 13 13:57:52 2012 -0800
 
     Add hb_buffer_clear()
-
+    
     Which is like _reset(), but does NOT clear unicode-funcs.
 
  src/hb-buffer-private.hh |  1 +
@@ -42727,14 +178234,12 @@ commit 0736915b8ed789a209205fec762997af3a8af89c
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 13 12:35:35 2012 -0800
 
-    [Indic] Decompose Sinhala split matras the way old HarfBuzz /
-    Pango did
-
+    [Indic] Decompose Sinhala split matras the way old HarfBuzz / Pango did
+    
     Had to do some refactoring to make this happen...
-
+    
     Under uniscribe bug compatibility mode, we still plit them
-    Uniscrie-style, but Jonathan and I convinced ourselves that there
-    is no
+    Uniscrie-style, but Jonathan and I convinced ourselves that there is no
     harm doing this the Unicode way.  This change makes that happen, and
     unbreaks free Sinhala fonts.
 
@@ -42743,8 +178248,7 @@ Date:   Tue Nov 13 12:35:35 2012 -0800
  src/hb-ot-shape-complex-misc.cc      | 133 ++++++++++++++++-
  src/hb-ot-shape-complex-private.hh   |  28 +++-
  src/hb-ot-shape-normalize-private.hh |   6 +-
- src/hb-ot-shape-normalize.cc         | 278
- ++++++++++-------------------------
+ src/hb-ot-shape-normalize.cc         | 278 ++++++++++-------------------------
  src/hb-ot-shape.cc                   |   5 +-
  7 files changed, 312 insertions(+), 214 deletions(-)
 
@@ -42753,12 +178257,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 13 11:07:20 2012 -0800
 
     [hb-shape] Adjust postioning output format
-
+    
     1. If there is any offset (x or y), print out both x and y offsets.
-
+    
     2. Always print out the advance in the major direction of the buffer.
-    Ie. even for zero-advance glyphs, print a "+0".  This is more
-    intuitive.
+    Ie. even for zero-advance glyphs, print a "+0".  This is more intuitive.
 
  util/options.cc | 13 +++++++------
  1 file changed, 7 insertions(+), 6 deletions(-)
@@ -42769,8 +178272,7 @@ Date:   Mon Nov 12 18:42:18 2012 -0800
 
     [Indic] Update auto-generated Indic machine to reflect previous commit
 
- src/hb-ot-shape-complex-indic-machine.hh | 1126
- +++++++++++++++---------------
+ src/hb-ot-shape-complex-indic-machine.hh | 1126 +++++++++++++++---------------
  1 file changed, 567 insertions(+), 559 deletions(-)
 
 commit 9cac1338c4bc3e9034cbfa104291ed0329debefe
@@ -42778,7 +178280,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 12 18:41:22 2012 -0800
 
     [Indic] Allow Consonant_Medial's after Consonant's
-
+    
     Mostly affects Myanmar, but also Tai Tham, Javanese, and Cham.  The
     latter three are untested (no fonts!).
 
@@ -42809,7 +178311,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 12 18:36:10 2012 -0800
 
     [Indic] Route "new" Myanmar tag through the Indic shaper
-
+    
     Windows 8 adds a Myanmar shaper using the 'mym2' tag.  Route that
     through the Indic shaper.  It's still very broken, but at least this
     does NOT break old-style Myanmar shaping using the generic shaper.
@@ -42822,10 +178324,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 12 18:27:42 2012 -0800
 
     Choose shaper based on chosen OT script tag
-
+    
     For Arabic and Indic shapers, if the font doesn't have a script system
     for the script, use default shaper.
-
+    
     Make an exception for Arabic script since we have fallback logic for
     that one.
 
@@ -42850,8 +178352,7 @@ Date:   Mon Nov 12 17:57:24 2012 -0800
     Refactoring ot-map building to make chosen script available earlier
 
  src/hb-ot-map-private.hh   | 13 ++++++++----
- src/hb-ot-map.cc           | 51
- ++++++++++++++++++++++++++--------------------
+ src/hb-ot-map.cc           | 51 ++++++++++++++++++++++++++--------------------
  src/hb-ot-shape-private.hh |  4 ++--
  3 files changed, 40 insertions(+), 28 deletions(-)
 
@@ -42869,9 +178370,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 12 17:27:51 2012 -0800
 
     Add "new" Myanmar OT Script tag
-
-    Windows 8 added support for Myanmar shaping using the "mym2"
-    script tag,
+    
+    Windows 8 added support for Myanmar shaping using the "mym2" script tag,
     even though Windows never supported the old "mymr" tag.
 
  src/hb-ot-tag.cc       | 2 ++
@@ -42885,8 +178385,7 @@ Date:   Mon Nov 12 16:54:03 2012 -0800
     Add Myanmar tests from UTN#11
 
  .../south-east-asian/script-myanmar/misc/MANIFEST  |  1 +
- .../south-east-asian/script-myanmar/misc/utn11.txt | 34
- ++++++++++++++++++++++
+ .../south-east-asian/script-myanmar/misc/utn11.txt | 34 ++++++++++++++++++++++
  2 files changed, 35 insertions(+)
 
 commit e9334ce97bb7f1de87fb211bb5a8168033629b14
@@ -42903,7 +178402,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 12 14:48:33 2012 -0800
 
     [Indic] Make more room in the table
-
+    
     To be used in upcoming commits.
 
  src/hb-ot-shape-complex-indic-private.hh | 10 +++++-----
@@ -42923,7 +178422,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 12 14:09:40 2012 -0800
 
     [Indic] Port 'pref' logic to look into font tables
-
+    
     ...instead of using a hardcoded list of Ra characters.
 
  src/hb-ot-shape-complex-indic.cc | 7 ++++---
@@ -42934,11 +178433,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 12 14:02:02 2012 -0800
 
     [Indic] Port reph handling logic to look into font features
-
+    
     ...instead of using a hardcoded list of Ra characters.
 
- src/hb-ot-shape-complex-indic.cc | 48
- +++++++++++++++++++++++++---------------
+ src/hb-ot-shape-complex-indic.cc | 48 +++++++++++++++++++++++++---------------
  1 file changed, 30 insertions(+), 18 deletions(-)
 
 commit 43149afbc0007ea075a7017c0e56056c3c0f3614
@@ -42946,7 +178444,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 12 13:34:17 2012 -0800
 
     Route MEETEI_MAYEK through the Indic shaper
-
+    
     Since it has a couple of left-"matras".
 
  src/hb-ot-shape-complex-private.hh | 5 ++---
@@ -42966,12 +178464,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 12 11:16:57 2012 -0800
 
     Work around older compilers
-
+    
     As reported on the list:
-
+    
     I am seeing a similar problem building harfbuzz 0.9.5 with Apple gcc
     4.0.1 on OS X 10.5 Leopard:
-
+    
     hb-ot-layout-common-private.hh:406: error: 'struct
     OT::CoverageFormat1::Iter' is private
     hb-ot-layout-common-private.hh:646: error: within this context
@@ -42979,7 +178477,7 @@ Date:   Mon Nov 12 11:16:57 2012 -0800
     OT::CoverageFormat2::Iter' is private
     hb-ot-layout-common-private.hh:647: error: within this context
     make[4]: *** [libharfbuzz_la-hb-ot-layout.lo] Error 1
-
+    
     Also reported as happening with MSVC 2005.
 
  src/hb-ot-layout-common-private.hh | 6 ++++++
@@ -42990,12 +178488,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 12 11:02:56 2012 -0800
 
     [Indic] Don't apply 'liga'
-
+    
     Uniscribe doesn't.  And some fonts abuse this feature to get Indic
     shaping working in non-complex applications like Adobe's apps.
-
+    
     No change in numbers:
-
+    
     BENGALI: 353897 out of 354188 tests passed. 291 failed (0.0821598%)
     DEVANAGARI: 707337 out of 707394 tests passed. 57 failed (0.00805774%)
     GUJARATI: 366440 out of 366457 tests passed. 17 failed (0.00463902%)
@@ -43003,8 +178501,7 @@ Date:   Mon Nov 12 11:02:56 2012 -0800
     KANNADA: 951046 out of 951913 tests passed. 867 failed (0.0910798%)
     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
-    MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed
-    (0.0308108%)
+    MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed (0.0308108%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
@@ -43046,7 +178543,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 5 15:20:10 2012 -0800
 
     Adjust Mongolian shaping
-
+    
     For U+1880..U+1886 Uniscribe thinks they are non-joining.
     For U+1887 Uniscribe thinks it's joining, but looks wrong to me.
     For now, match Uniscribe.
@@ -43059,13 +178556,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 5 15:18:49 2012 -0800
 
     Add test for non-joining Mongolian letters
-
+    
     For U+1880..U+1886 Uniscribe thinks they are non-joining.
     For U+1887 Uniscribe thinks it's joining, but looks wrong to me.
 
  .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST    | 1 +
- .../in-tree/shaper-arabic/script-mongolian/misc/non-joining.txt   |
- 8 ++++++++
+ .../in-tree/shaper-arabic/script-mongolian/misc/non-joining.txt   | 8 ++++++++
  2 files changed, 9 insertions(+)
 
 commit c26a52fbe62e5ba4d0e1e2ba13bfb6ceb3f773dc
@@ -43095,8 +178591,7 @@ Date:   Fri Nov 2 13:53:18 2012 -0700
  test/shaping/texts/in-tree/shaper-default/MANIFEST            |  2 ++
  .../texts/in-tree/shaper-default/script-tifinagh/MANIFEST     |  1 +
  .../in-tree/shaper-default/script-tifinagh/misc/MANIFEST      |  1 +
- .../in-tree/shaper-default/script-tifinagh/misc/misc.txt      |
- 11 +++++++++++
+ .../in-tree/shaper-default/script-tifinagh/misc/misc.txt      | 11 +++++++++++
  4 files changed, 15 insertions(+)
 
 commit 10a33296e674ee84b9ed2df25cf373de7d020b8d
@@ -43118,8 +178613,7 @@ Date:   Fri Nov 2 10:21:26 2012 -0700
  .../in-tree/shaper-arabic/script-mongolian/misc/misc.txt   |  3 +++
  .../texts/in-tree/shaper-arabic/script-phags-pa/MANIFEST   |  1 +
  .../in-tree/shaper-arabic/script-phags-pa/misc/MANIFEST    |  1 +
- .../in-tree/shaper-arabic/script-phags-pa/misc/misc.txt    | 14
- ++++++++++++++
+ .../in-tree/shaper-arabic/script-phags-pa/misc/misc.txt    | 14 ++++++++++++++
  5 files changed, 20 insertions(+)
 
 commit 3ba7bc14ea652d27639f34109e51a497a678a54a
@@ -43127,7 +178621,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 1 20:05:04 2012 -0700
 
     Implement 'Phags-pa shaping
-
+    
     Through the Arabic shaper.  It's similar to Mongolian.
 
  src/hb-ot-shape-complex-arabic.cc  | 15 ++++++++++++---
@@ -43148,14 +178642,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 31 13:45:30 2012 -0700
 
     Don't clear buffer pre-context if no new context is being provided
-
+    
     Patch from Jonathan Kew.
-
+    
     Part of fixing:
-
+    
     Mozilla Bug 801410 - avoid inserting dotted-circle for run-initial
     Unicode combining characters in "simple" scripts such as Latin
-
+    
     https://bugzilla.mozilla.org/show_bug.cgi?id=801410
 
  src/hb-buffer.cc | 9 ++++++++-
@@ -43166,7 +178660,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 29 22:02:45 2012 -0700
 
     [OT] Fix ReverseChainingSubst
-
+    
     We should make it clear that we don't want output buffer in this case,
     otherwise buffer->backtrack_len() would be wrong.
 
@@ -43189,7 +178683,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 29 21:49:33 2012 -0700
 
     [Arabic] Enable dlig and mset for Arabic
-
+    
     That's what the spec says, and what Uniscribe does.
 
  src/hb-ot-shape-complex-arabic.cc | 3 ++-
@@ -43218,22 +178712,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 29 18:18:24 2012 -0700
 
     Add Ethiopic test case
-
+    
     This sequence: U+120B,U+135F,U+120B with the Nyala font from Win7
-    exposes a GPOS bug in Uniscribe, in that the positioned mark is
-    wrongly
+    exposes a GPOS bug in Uniscribe, in that the positioned mark is wrongly
     moved as a result a following kern.
-
+    
     This is the one "failure" in the Ethiopic test suite :-).
-
+    
     ETHIOPIC: 118900 out of 118901 tests passed. 1 failed (0.000841036%)
 
- test/shaping/texts/in-tree/shaper-default/script-ethiopic/MANIFEST      |
- 1 +
- test/shaping/texts/in-tree/shaper-default/script-ethiopic/misc/MANIFEST |
- 1 +
- test/shaping/texts/in-tree/shaper-default/script-ethiopic/misc/misc.txt |
- 1 +
+ test/shaping/texts/in-tree/shaper-default/script-ethiopic/MANIFEST      | 1 +
+ test/shaping/texts/in-tree/shaper-default/script-ethiopic/misc/MANIFEST | 1 +
+ test/shaping/texts/in-tree/shaper-default/script-ethiopic/misc/misc.txt | 1 +
  3 files changed, 3 insertions(+)
 
 commit 88d3c98e309e14c3115825d1d8d40d0b3eec2d97
@@ -43241,14 +178731,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 29 16:27:02 2012 -0700
 
     [Indic] Position pre-base reordering Ra after Chillus in Malayalam
-
+    
     The logic for pre-base reordering follows the left matra logic.
-    We had an exception for Malayalam/Tamil in the left matra
-    repositioning
+    We had an exception for Malayalam/Tamil in the left matra repositioning
     which was not reflected in pre-base reordering.
-
+    
     Malayalam failures down from 337 to 323.
-
+    
     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
@@ -43256,8 +178745,7 @@ Date:   Mon Oct 29 16:27:02 2012 -0700
     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
-    MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed
-    (0.0308108%)
+    MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed (0.0308108%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
@@ -43281,16 +178769,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 29 10:56:04 2012 -0700
 
     Include config.h.in in tree
-
-    I typically don't like including generating files in tree.
-    But like to
+    
+    I typically don't like including generating files in tree.  But like to
     make an exception for this, since this forms the canonical list of
     options one would need to go through when building with alternative
     build systems.
 
  Makefile.am |   1 -
- config.h.in | 160
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ config.h.in | 160 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 160 insertions(+), 1 deletion(-)
 
 commit 02ed52169ad3bb48f4989f721b0c6572e064a712
@@ -43320,7 +178806,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Oct 28 20:11:47 2012 -0700
 
     Fix hb_buffer_set_length(buffer, 0)
-
+    
     Was causing invalid realloc()s.
 
  src/hb-buffer.cc | 2 +-
@@ -43340,7 +178826,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Oct 28 19:18:11 2012 -0700
 
     Port to ICU LayoutEngine C API
-
+    
     Incidentally, this makes it not crash with icu-le-hb anymore...
     I'm not smart / stupid enough to spend two more days debugging C++
     linking issues, and this is ABI-stable at least.
@@ -43362,19 +178848,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 25 16:32:54 2012 -0700
 
     Rename and revamp is_zero_width() to be is_default_ignorable()
-
-    That's really the logic desired.  Except that MONGOLIAN VOWEL
-    SEPARATOR
-    is not default_ignorable but it really should be.  Reported to
-    Unicode.
-
+    
+    That's really the logic desired.  Except that MONGOLIAN VOWEL SEPARATOR
+    is not default_ignorable but it really should be.  Reported to Unicode.
+    
     Based on suggestion from Konstantin Ritt.
 
  src/hb-fallback-shape.cc   |  2 +-
  src/hb-ot-shape-private.hh |  4 +--
  src/hb-ot-shape.cc         |  2 +-
- src/hb-unicode-private.hh  | 90
- +++++++++++++++++++++++++++++-----------------
+ src/hb-unicode-private.hh  | 90 +++++++++++++++++++++++++++++-----------------
  4 files changed, 62 insertions(+), 36 deletions(-)
 
 commit a724139e641bf1592b1ff786a75a9de2ea8163cf
@@ -43401,7 +178884,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Oct 7 17:19:58 2012 -0400
 
     Fixup hb_ot_shape_closure()
-
+    
     Broke it when merged cmap mapping and normalizer.  Ouch!
 
  src/hb-ot-shape.cc | 2 +-
@@ -43420,15 +178903,12 @@ commit 9947bd6daffb5ec76b67536575e7617ba4f10b1e
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 2 20:44:43 2012 -0400
 
-    Update UCDN to upstream commit
-    3f159c87824230b59af56e40e2db32caf6afa51a
-
+    Update UCDN to upstream commit 3f159c87824230b59af56e40e2db32caf6afa51a
+    
     - Unicode 6.2.0 goodness,
-    - Unassigned codepoints now have correct properties.  Passes test
-    suite.
+    - Unassigned codepoints now have correct properties.  Passes test suite.
 
- src/hb-ucdn/unicodedata_db.h | 1966
- ++++++++++++++++++++++--------------------
+ src/hb-ucdn/unicodedata_db.h | 1966 ++++++++++++++++++++++--------------------
  1 file changed, 1036 insertions(+), 930 deletions(-)
 
 commit 32dbfcf763d1ae497d3c95de986a83441331678f
@@ -43446,7 +178926,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 2 16:03:18 2012 -0400
 
     Import UCDN into source tree
-
+    
     https://github.com/grigorig/ucdn
 
  configure.ac                 |   11 +-
@@ -43456,8 +178936,7 @@ Date:   Tue Oct 2 16:03:18 2012 -0400
  src/hb-ucdn/README           |   33 +
  src/hb-ucdn/ucdn.c           |  282 +++
  src/hb-ucdn/ucdn.h           |  290 +++
- src/hb-ucdn/unicodedata_db.h | 4648
- ++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ucdn/unicodedata_db.h | 4648 ++++++++++++++++++++++++++++++++++++++++++
  src/hb-unicode.cc            |    3 +
  9 files changed, 5498 insertions(+), 1 deletion(-)
 
@@ -43466,7 +178945,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 2 14:59:00 2012 -0400
 
     Remove Glib thread-safety support
-
+    
     Now that we have pthread detection in configure, we don't need Glib
     anymore.  Glib will only be a Unicode data provider.
 
@@ -43491,8 +178970,7 @@ Date:   Tue Oct 2 14:46:34 2012 -0400
 
     Add ax_pthread.m4
 
- m4/ax_pthread.m4 | 309
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ m4/ax_pthread.m4 | 309 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 309 insertions(+)
 
 commit 8ac34bc6ff1d0646503a45659b1846d8cf9c0603
@@ -43501,8 +178979,7 @@ Date:   Tue Oct 2 14:46:04 2012 -0400
 
     Add pkg.m4 to git repo
 
- m4/pkg.m4 | 157
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ m4/pkg.m4 | 157 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 157 insertions(+)
 
 commit c7afac0aa6e51e6a49ebf13f72537398698c9e49
@@ -43520,10 +178997,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 25 21:35:35 2012 -0400
 
     [OT] Only insert dottedcircle if at the beginning of paragraph
-
+    
     If the first char in the run is a combining mark, but there is text
     before the run, don't insert dottedcircle.
-
+    
     Part of addressing:
     https://bugzilla.redhat.com/show_bug.cgi?id=858736
 
@@ -43535,7 +179012,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 25 21:32:35 2012 -0400
 
     [Arabic] Respect Arabic joining from neighboring context
-
+    
     Now we respect Arabic joining across runs.
 
  src/hb-ot-shape-complex-arabic.cc | 31 +++++++++++++++++++++++++++++--
@@ -43546,19 +179023,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 25 17:44:53 2012 -0400
 
     [buffer] Save pre/post textual context
-
+    
     To be used for a variety of purposes.  We save up to five characters
     in each direction.  No public API changes, everything is taken care
     of already.  All clients need to do is to call hb_buffer_add_utf* with
     the full text + segment info (or at least some context) instead of
     just passing in the segment.
-
+    
     Various operations (hb_buffer_reset, hb_buffer_set_length,
     hb_buffer_add*) automatically reset the relevant contexts.
 
  src/hb-buffer-private.hh | 13 ++++++++++++-
- src/hb-buffer.cc         | 44
- ++++++++++++++++++++++++++++++++++++++++----
+ src/hb-buffer.cc         | 44 ++++++++++++++++++++++++++++++++++++++++----
  src/hb-buffer.h          |  2 +-
  3 files changed, 53 insertions(+), 6 deletions(-)
 
@@ -43568,8 +179044,7 @@ Date:   Tue Sep 25 13:59:24 2012 -0400
 
     Add hb_utf_prev()
 
- src/hb-utf-private.hh | 71
- +++++++++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-utf-private.hh | 71 +++++++++++++++++++++++++++++++++++++++++++++++++--
  1 file changed, 69 insertions(+), 2 deletions(-)
 
 commit 70ea4ac6887c7057113d714a98e55738b6196562
@@ -43595,7 +179070,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 25 11:42:16 2012 -0400
 
     Add hb_utf_strlen()
-
+    
     Speeds up UTF-8 parsing by calling strlen().
 
  src/hb-buffer.cc      | 13 ++-----------
@@ -43607,13 +179082,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 25 11:22:28 2012 -0400
 
     [buffer] Templatize UTF handling
-
+    
     Also move UTF routines into a separate file, to be reused from shapers
     that need it.
 
  src/Makefile.am       |   1 +
- src/hb-buffer.cc      | 157
- +++++++++++++-------------------------------------
+ src/hb-buffer.cc      | 157 +++++++++++++-------------------------------------
  src/hb-utf-private.hh | 113 ++++++++++++++++++++++++++++++++++++
  3 files changed, 155 insertions(+), 116 deletions(-)
 
@@ -43650,15 +179124,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Sep 24 21:51:13 2012 -0400
 
     [Indic] Import ragel-generated Indic machine in git
-
+    
     I don't expect ragel to be creating too much noise in its generated
     output, and including this in-tree helps users right now.  We can
     revisit this later if it proved to be too much trouble.
 
  autogen.sh                               |    6 -
  src/Makefile.am                          |    1 -
- src/hb-ot-shape-complex-indic-machine.hh | 1314
- ++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-indic-machine.hh | 1314 ++++++++++++++++++++++++++++++
  3 files changed, 1314 insertions(+), 7 deletions(-)
 
 commit 20a840c7cd08069720050782b4533cde505df09a
@@ -43666,7 +179139,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Sep 24 20:23:00 2012 -0400
 
     Use a C++ linker on Windows
-
+    
     On Windows we don't care whether or not we link to libstdc++.
     Seems to fix build with mingw32 on msys, as reported by Werner.
 
@@ -43696,7 +179169,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Sep 10 09:56:27 2012 -0400
 
     Return NULL, not false
-
+    
     Oh well...
 
  src/hb-open-type-private.hh | 2 +-
@@ -43707,17 +179180,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Sep 7 14:55:07 2012 -0400
 
     [Indic] Find syllables before any features are applied
-
+    
     With FreeSerif, it seems that the 'ccmp' feature does ligature
-    substituttions.  That was then causing syllable match failures.
-    We now
+    substituttions.  That was then causing syllable match failures.  We now
     find syllables before any features have been applied.
-
+    
     Test sequence: U+0D9A,U+0DCA,U+200D,U+0DBB,U+0DCF
 
  src/hb-ot-shape-complex-indic-machine.rl           |  4 +-
- src/hb-ot-shape-complex-indic.cc                   | 56
- +++++++++++++++-------
+ src/hb-ot-shape-complex-indic.cc                   | 56 +++++++++++++++-------
  .../indic/script-sinhala/misc/misc.txt             |  1 +
  3 files changed, 43 insertions(+), 18 deletions(-)
 
@@ -43726,7 +179197,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Sep 6 22:26:16 2012 -0400
 
     Add hb_buffer_[sg]et_content_type
-
+    
     And hb_buffer_content_type_t and enum values.
 
  TODO                     |  1 +
@@ -43745,8 +179216,7 @@ Date:   Thu Sep 6 22:09:06 2012 -0400
  TODO             |   4 +-
  src/hb-common.cc |   9 +++
  src/hb-common.h  |   6 +-
- src/hb-shape.cc  | 168
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-shape.cc  | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-shape.h   |  13 +++++
  util/options.cc  | 132 ++-----------------------------------------
  6 files changed, 201 insertions(+), 131 deletions(-)
@@ -43756,17 +179226,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Sep 6 17:22:31 2012 -0400
 
     [OT] Do per-ligature-component fallback mark positioning
-
+    
     With this in place, you can remove GDEF/GSUB/GPOS tables from Arabic
     fonts and still get per-component marks positioned on
-    oh-yeah-fallback-formed LAM-ALEF ligatures with marks in between
-    the LAM
+    oh-yeah-fallback-formed LAM-ALEF ligatures with marks in between the LAM
     and ALEF.
-
+    
     Now *that*'s pretty cool, if a bit anachronistic...
 
- src/hb-ot-shape-fallback.cc | 43
- ++++++++++++++++++++++++++++++++++++-------
+ src/hb-ot-shape-fallback.cc | 43 ++++++++++++++++++++++++++++++++++++-------
  1 file changed, 36 insertions(+), 7 deletions(-)
 
 commit 525c6855783a018d52867b9ece2ee90868ff1f91
@@ -43774,7 +179242,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Sep 6 16:02:07 2012 -0400
 
     [OT] Make fallback mark positioning more robust
-
+    
     ...with clusters spanning multiple base characters.
 
  src/hb-ot-shape-fallback.cc | 11 +++++++++--
@@ -43818,8 +179286,7 @@ Date:   Thu Sep 6 01:16:39 2012 -0400
 
  src/gen-arabic-table.py                    |   6 +-
  src/hb-ot-shape-complex-arabic-fallback.hh |   2 +-
- src/hb-ot-shape-complex-arabic-table.hh    | 266
- ++++++++++++++---------------
+ src/hb-ot-shape-complex-arabic-table.hh    | 266 ++++++++++++++---------------
  3 files changed, 137 insertions(+), 137 deletions(-)
 
 commit 82f6b6f388b801a1483854cb56a2cadbb94e0f2b
@@ -43836,9 +179303,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Sep 5 22:19:28 2012 -0400
 
     [OT] Port Arabic fallback shaping to synthetic GSUB
-
+    
     All of init/medi/fina/isol and rlig implemented.
-
+    
     Let there be dragons... ⻯
 
  src/Makefile.am                            |   1 +
@@ -43847,8 +179314,7 @@ Date:   Wed Sep 5 22:19:28 2012 -0400
  src/hb-ot-layout-gsub-table.hh             |  11 +-
  src/hb-ot-map-private.hh                   |   6 +
  src/hb-ot-map.cc                           |   1 +
- src/hb-ot-shape-complex-arabic-fallback.hh | 252
- +++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-arabic-fallback.hh | 252 +++++++++++++++++++++++++++++
  src/hb-ot-shape-complex-arabic.cc          | 158 ++++++------------
  src/hb-ot-shape.cc                         |   7 +-
  src/hb-private.hh                          |  11 +-
@@ -43859,18 +179325,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Sep 5 17:32:57 2012 -0400
 
     [Indic] Allow "H,ZWJ,M"
-
+    
     Uniscribe accepts a Halant,ZWJ before matras.  Allow that.
-
+    
     BENGALI down from 295 to 291
     DEVANAGARI down from 69 to 57
     GUJARATI down from 19 to 17
     KANNADA down from 871 to 867
     MALAYALAM down from 340 to 337
     TELUGU down from 20 to 16
-
+    
     Currently at:
-
+    
     BENGALI: 353897 out of 354188 tests passed. 291 failed (0.0821598%)
     DEVANAGARI: 707337 out of 707394 tests passed. 57 failed (0.00805774%)
     GUJARATI: 366440 out of 366457 tests passed. 17 failed (0.00463902%)
@@ -43878,8 +179344,7 @@ Date:   Wed Sep 5 17:32:57 2012 -0400
     KANNADA: 951046 out of 951913 tests passed. 867 failed (0.0910798%)
     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
-    MALAYALAM: 1047997 out of 1048334 tests passed. 337 failed
-    (0.0321462%)
+    MALAYALAM: 1047997 out of 1048334 tests passed. 337 failed (0.0321462%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
@@ -43894,20 +179359,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Sep 5 17:21:17 2012 -0400
 
     [Indic] Relax grammar
-
-    Now that we insert dotted-circle, tests break more easily when
-    our indic
+    
+    Now that we insert dotted-circle, tests break more easily when our indic
     machine breaks.
-
+    
     In particular, a few Devanagari tests were having sequences like
-    "C,H,ZWJ,N", and because of the ZWJ the Nukta does NOT get reordered
-    to
+    "C,H,ZWJ,N", and because of the ZWJ the Nukta does NOT get reordered to
     before the Halant as the grammar used to expect...  Fixup.
-
+    
     Another case is as simple as "C,ZWJ,SM".
-
+    
     Fixes 10 out of 79 failures:
-
+    
     DEVANAGARI: 707325 out of 707394 tests passed. 69 failed (0.00975411%)
 
  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
@@ -43918,14 +179381,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Sep 5 15:54:21 2012 -0400
 
     [Indic] Fix Khmer syllable-final coeng-consonant
-
+    
     Brings down Khmer failures from 162 to 47.
-
+    
     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
-
+    
     Also rebaselined some of the test files that had only-inherited lines.
     Removing those, the stats are:
-
+    
     BENGALI: 353893 out of 354188 tests passed. 295 failed (0.0832891%)
     DEVANAGARI: 707315 out of 707394 tests passed. 79 failed (0.0111678%)
     GUJARATI: 366438 out of 366457 tests passed. 19 failed (0.00518478%)
@@ -43933,14 +179396,13 @@ Date:   Wed Sep 5 15:54:21 2012 -0400
     KANNADA: 951042 out of 951913 tests passed. 871 failed (0.0915%)
     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
-    MALAYALAM: 1047994 out of 1048334 tests passed. 340 failed
-    (0.0324324%)
+    MALAYALAM: 1047994 out of 1048334 tests passed. 340 failed (0.0324324%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
     TELUGU: 970553 out of 970573 tests passed. 20 failed (0.00206064%)
     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
-
+    
     Still some regressions, but some of the more egregious cases are
     addressed.
 
@@ -43952,18 +179414,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Sep 5 15:50:47 2012 -0400
 
     Fixup test failure reporting
-
+    
     After we implemented dotted-circle, we were still ignoring any tests
-    that had dottedcircle in it for any of the shapers.  That meant
-    that if
+    that had dottedcircle in it for any of the shapers.  That meant that if
     we wrongly outputted dottedcircle, the test was being ignored.  Ouch!
-
+    
     Fixing that shows regressions across the board.  Most are Uniscribe
     bugs: NOT inserting dotted-circle when it should.  Some are arou
     machine bugs.  This is in fact a nice way to catch Indic-machine
     deficiencies and when I fix the regressions, our clusters should be
     much closer to Uniscribe.  For now, we regressed from:
-
+    
     BENGALI: 353997 out of 354285 tests passed. 288 failed (0.0812905%)
     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
@@ -43971,16 +179432,15 @@ Date:   Wed Sep 5 15:50:47 2012 -0400
     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
-    MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
-    (0.0297592%)
+    MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed (0.0297592%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271747 out of 271847 tests passed. 100 failed (0.0367854%)
     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
-
+    
     To:
-
+    
     BENGALI: 353990 out of 354285 tests passed. 295 failed (0.0832663%)
     DEVANAGARI: 707315 out of 707394 tests passed. 79 failed (0.0111678%)
     GUJARATI: 366447 out of 366506 tests passed. 59 failed (0.016098%)
@@ -43988,14 +179448,13 @@ Date:   Wed Sep 5 15:50:47 2012 -0400
     KANNADA: 951042 out of 951913 tests passed. 871 failed (0.0915%)
     KHMER: 298962 out of 299124 tests passed. 162 failed (0.0541581%)
     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
-    MALAYALAM: 1048074 out of 1048416 tests passed. 342 failed
-    (0.0326206%)
+    MALAYALAM: 1048074 out of 1048416 tests passed. 342 failed (0.0326206%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
     TAMIL: 1091835 out of 1091837 tests passed. 2 failed (0.000183178%)
     TELUGU: 970553 out of 970573 tests passed. 20 failed (0.00206064%)
     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
-
+    
     Investigating.
 
  test/shaping/hb_test_tools.py | 8 +++++---
@@ -44006,17 +179465,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Sep 5 15:11:14 2012 -0400
 
     [Indic] Tamil does not have half-forms either
-
+    
     The Win7 Tamil font does not realy on this behavior, but the WinXP
     version does.  Handle Tamil like Malayalam: Matras always move to
     before base.
-
+    
     WinXP Tamil failures went down from 168964 (15.4752%) to 167
     (0.0152953%) (two orders of magnitude reduction!).
-
+    
     Included in this is a minor fixup that actually fixed a few tests
     with non-Tamil too.  Numbers at:
-
+    
     BENGALI: 353997 out of 354285 tests passed. 288 failed (0.0812905%)
     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
@@ -44024,8 +179483,7 @@ Date:   Wed Sep 5 15:11:14 2012 -0400
     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
-    MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
-    (0.0297592%)
+    MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed (0.0297592%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271747 out of 271847 tests passed. 100 failed (0.0367854%)
     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
@@ -44062,8 +179520,7 @@ Date:   Tue Sep 4 21:13:17 2012 -0400
     [OT] Add SubstLookup serialize API
 
  src/hb-ot-layout-common-private.hh |  2 +-
- src/hb-ot-layout-gsub-table.hh     | 65
- +++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout-gsub-table.hh     | 65 +++++++++++++++++++++++++++++++++++++-
  2 files changed, 65 insertions(+), 2 deletions(-)
 
 commit 715e03bc21d6adaa8e1f647235843839dc47dad1
@@ -44092,8 +179549,7 @@ Date:   Tue Sep 4 18:17:57 2012 -0400
 
  src/hb-open-type-private.hh        |  53 +++++++++++++++-
  src/hb-ot-layout-common-private.hh |   8 ++-
- src/hb-ot-layout-gsub-table.hh     | 125
- +++++++++++++++++++++++++++++--------
+ src/hb-ot-layout-gsub-table.hh     | 125 +++++++++++++++++++++++++++++--------
  3 files changed, 156 insertions(+), 30 deletions(-)
 
 commit 1b38b4e817d871b9549be65af6030bd0eea7f775
@@ -44155,8 +179611,7 @@ Date:   Mon Sep 3 23:28:34 2012 -0400
     [OT] Implement serialize() for MultiSubst
 
  src/hb-open-type-private.hh    | 10 ++++++++++
- src/hb-ot-layout-gsub-table.hh | 43
- ++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-gsub-table.hh | 43 ++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 53 insertions(+)
 
 commit 4912030dfba740c822e200d33cbb5c6dbbeaf79e
@@ -44174,7 +179629,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Sep 3 20:19:46 2012 -0400
 
     Fix possible NULL dereference
-
+    
     As reported by Kenichi Ishibashi.
 
  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
@@ -44185,7 +179640,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Sep 1 21:56:06 2012 -0400
 
     [OT] Remove serialize alignment
-
+    
     Will reintroduce in a different way when we actually need it.
 
  src/hb-open-type-private.hh | 24 +++++++++++-------------
@@ -44199,8 +179654,7 @@ Date:   Sat Sep 1 21:43:38 2012 -0400
 
  src/hb-open-type-private.hh        | 14 +++++++++++++
  src/hb-ot-layout-common-private.hh |  2 +-
- src/hb-ot-layout-gsub-table.hh     | 43
- ++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-layout-gsub-table.hh     | 43 ++++++++++++++++++++++++++++++++++++--
  3 files changed, 56 insertions(+), 3 deletions(-)
 
 commit abcc5ac1fde1c493e4055dd2f27b8aade7713156
@@ -44208,7 +179662,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Sep 1 21:30:17 2012 -0400
 
     [OT] Improve serialize syntax
-
+    
     For some definition of improvement...
 
  src/hb-open-type-private.hh    | 6 ++++--
@@ -44222,8 +179676,7 @@ Date:   Sat Sep 1 20:48:22 2012 -0400
     [OT] Restart work on serialize()
 
  src/hb-open-type-private.hh        | 39 ++++++++++++++++++------
- src/hb-ot-layout-common-private.hh | 61
- +++++++++++++++++++-------------------
+ src/hb-ot-layout-common-private.hh | 61 +++++++++++++++++++-------------------
  src/hb-ot-layout-gsub-table.hh     | 13 ++++++++
  3 files changed, 73 insertions(+), 40 deletions(-)
 
@@ -44232,15 +179685,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Sep 1 20:38:45 2012 -0400
 
     [OT] Insert dotted-circle for run-initial marks
-
+    
     Unfortunately if the font has GPOS and 'mark' feature does
     not position mark on dotted-circle, our inserted dotted-circle
     will not get the mark repositioned to itself.  Uniscribe cheats
     here.
-
+    
     If there is no GPOS however, the fallback positioning kicks in
     and sorts this out.
-
+    
     I'm not willing to address the first case.
 
  src/hb-ot-shape.cc | 32 ++++++++++++++++++++++++++++++++
@@ -44251,11 +179704,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Sep 1 20:06:26 2012 -0400
 
     [OT] Fallback-position ccc=0 Thai / Lao marks
-
+    
     Not perfect, but so is fallback positioning in 2012...
 
- src/hb-ot-shape-fallback.cc | 56
- +++++++++++++++++++++++++++++++++++++--------
+ src/hb-ot-shape-fallback.cc | 56 +++++++++++++++++++++++++++++++++++++--------
  1 file changed, 46 insertions(+), 10 deletions(-)
 
 commit 3992b5ec4cb43d114d87ff7ee2b992bcf819c9cd
@@ -44265,8 +179717,7 @@ Date:   Sat Sep 1 19:20:41 2012 -0400
     Move code around
 
  src/hb-ot-shape-fallback-private.hh |  5 ++++
- src/hb-ot-shape-fallback.cc         | 46
- +++++++++++++++++++++++++------------
+ src/hb-ot-shape-fallback.cc         | 46 +++++++++++++++++++++++++------------
  src/hb-ot-shape-private.hh          |  6 +++++
  src/hb-ot-shape.cc                  |  4 ++++
  4 files changed, 46 insertions(+), 15 deletions(-)
@@ -44276,17 +179727,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 31 18:12:01 2012 -0400
 
     [Indic] Implement dotted-circle insertion for broken clusters
-
+    
     No panic, we reeally insert dotted circle when it's absolutely broken.
-
-    Fixes most of the dotted-circle cases against Uniscribe. (for
-    Devanagari
+    
+    Fixes most of the dotted-circle cases against Uniscribe. (for Devanagari
     fixes 80% of them, for Khmer 70%; the rest look like Uniscribe being
     really bogus...)
-
+    
     I had to make a decision.  Apparently Uniscribe adds one dotted circle
-    to each broken character.  I tried that, but that goes wrong
-    easily with
+    to each broken character.  I tried that, but that goes wrong easily with
     split matras.  So I made it add only one dotted circle to an entire
     broken syllable tail.  As in: "if there was a dotted circle here, this
     would have formed a correct cluster."  That works better for split
@@ -44296,8 +179745,7 @@ Date:   Fri Aug 31 18:12:01 2012 -0400
  src/hb-buffer.cc                         | 10 +++++
  src/hb-ot-shape-complex-indic-machine.rl |  4 +-
  src/hb-ot-shape-complex-indic-private.hh |  2 +-
- src/hb-ot-shape-complex-indic.cc         | 67
- +++++++++++++++++++++++++++++---
+ src/hb-ot-shape-complex-indic.cc         | 67 +++++++++++++++++++++++++++++---
  src/hb-ot-shape-normalize-private.hh     |  1 +
  src/hb-ot-shape-normalize.cc             | 11 +++---
  7 files changed, 83 insertions(+), 13 deletions(-)
@@ -44309,8 +179757,7 @@ Date:   Fri Aug 31 16:49:34 2012 -0400
     [Indic] Start adding dotted-circle instrastructure
 
  src/hb-ot-shape-complex-indic-machine.rl | 19 +++++++------
- src/hb-ot-shape-complex-indic.cc         | 46
- +++++++++++++++++++++++++++++---
+ src/hb-ot-shape-complex-indic.cc         | 46 +++++++++++++++++++++++++++++---
  2 files changed, 51 insertions(+), 14 deletions(-)
 
 commit 1be368e96fb7de8c77bf992874e0d5bd6b272ebe
@@ -44348,8 +179795,7 @@ Date:   Wed Aug 29 21:08:59 2012 -0400
     [OT] Add serialize() for Coverage
 
  src/hb-open-type-private.hh        | 34 +++++++++++++++++----
- src/hb-ot-layout-common-private.hh | 62
- ++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-common-private.hh | 62 ++++++++++++++++++++++++++++++++++++++
  2 files changed, 90 insertions(+), 6 deletions(-)
 
 commit e901b954c6ec44ac3ae7fb3c326e6e7a40718e4b
@@ -44358,8 +179804,7 @@ Date:   Wed Aug 29 20:26:08 2012 -0400
 
     [OT] Start adding serialize() API
 
- src/hb-open-type-private.hh | 77
- +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-open-type-private.hh | 77 +++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 77 insertions(+)
 
 commit 965c280de09b49d711cb78d629da321c802084de
@@ -44367,7 +179812,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 29 13:59:16 2012 -0400
 
     Add HB_BUFFER_ASSERT_VAR
-
+    
     To be used in places we access buffer vars...
 
  src/hb-buffer-private.hh |  3 +++
@@ -44388,20 +179833,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 29 11:11:54 2012 -0400
 
     Port Arabic fallback ligating to share code with GSUB
-
+    
     This will eventually allow us to skip marks, as well as (fallback)
     attach marks to ligature components of fallback-shaped Arabic.
     That would be pretty cool.  I kludged GDEF props in, so mark-skipping
     works, but the produced ligature id/components will be cleared later
     by substitute_start() et al.
-
-    Perhaps using a synthetic table for Arabic fallback shaping was
-    a better
+    
+    Perhaps using a synthetic table for Arabic fallback shaping was a better
     idea.  The current approach has way too many layering violations...
 
  src/hb-ot-layout-gsubgpos-private.hh |  4 ++
- src/hb-ot-shape-complex-arabic.cc    | 72
- ++++++++++++++++++++++++------------
+ src/hb-ot-shape-complex-arabic.cc    | 72 ++++++++++++++++++++++++------------
  src/hb-ot-shape.cc                   |  4 +-
  3 files changed, 56 insertions(+), 24 deletions(-)
 
@@ -44421,10 +179864,8 @@ Date:   Tue Aug 28 23:18:22 2012 -0400
 
     [GSUB] Move ligation logic over
 
- src/hb-ot-layout-gsub-table.hh       | 78
- ++++-------------------------------
- src/hb-ot-layout-gsubgpos-private.hh | 80
- ++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-gsub-table.hh       | 78 ++++-------------------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 80 ++++++++++++++++++++++++++++++++++++
  2 files changed, 89 insertions(+), 69 deletions(-)
 
 commit 191fa885d9e0a2dce92dd8727cddd18495e62409
@@ -44432,12 +179873,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 28 22:58:55 2012 -0400
 
     [GSUB] Merge Ligature and context input matching
-
+    
     Looks better now...
 
  TODO                                 |  4 --
- src/hb-ot-layout-gsub-table.hh       | 71
- +++++++-----------------------------
+ src/hb-ot-layout-gsub-table.hh       | 71 +++++++-----------------------------
  src/hb-ot-layout-gsubgpos-private.hh | 29 ++++++++++++++-
  3 files changed, 40 insertions(+), 64 deletions(-)
 
@@ -44447,10 +179887,8 @@ Date:   Tue Aug 28 22:24:51 2012 -0400
 
     Start converging Ligature and match_input
 
- src/hb-ot-layout-gsub-table.hh       | 58
- +++++++++++++++++----------------
- src/hb-ot-layout-gsubgpos-private.hh | 62
- ++++++++++++++++++++++++++++--------
+ src/hb-ot-layout-gsub-table.hh       | 58 +++++++++++++++++----------------
+ src/hb-ot-layout-gsubgpos-private.hh | 62 ++++++++++++++++++++++++++++--------
  2 files changed, 78 insertions(+), 42 deletions(-)
 
 commit 2eef71737ea29ffadbb5a2be4a898b44f53f66ac
@@ -44460,8 +179898,7 @@ Date:   Tue Aug 28 19:16:38 2012 -0400
     [hb-icu-le] Add visbility
 
  src/hb-icu-le/FontTableCache.h         |  6 +++++-
- src/hb-icu-le/PortableFontInstance.cpp | 39
- ----------------------------------
+ src/hb-icu-le/PortableFontInstance.cpp | 39 ----------------------------------
  src/hb-icu-le/PortableFontInstance.h   |  7 ++++--
  src/hb-icu-le/cmaps.cpp                |  2 +-
  src/hb-icu-le/cmaps.h                  |  5 ++++-
@@ -44503,7 +179940,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 28 17:57:49 2012 -0400
 
     Use namespace for OpenType tables
-
+    
     Avoids USHORT, SHORT, ULONG, LONG clashes with Windows API.
 
  src/hb-font.cc                       | 12 ++---
@@ -44518,8 +179955,7 @@ Date:   Tue Aug 28 17:57:49 2012 -0400
  src/hb-ot-layout-gsub-table.hh       |  4 ++
  src/hb-ot-layout-gsubgpos-private.hh |  4 ++
  src/hb-ot-layout-private.hh          | 12 +++--
- src/hb-ot-layout.cc                  | 91
- ++++++++++++++++++------------------
+ src/hb-ot-layout.cc                  | 91 ++++++++++++++++++------------------
  src/hb-ot-maxp-table.hh              |  4 ++
  src/hb-ot-name-table.hh              |  4 ++
  src/hb-uniscribe.cc                  |  8 ++--
@@ -44531,9 +179967,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 28 16:31:23 2012 -0400
 
     Revert "Minor"
-
+    
     This reverts commit 3e0a03978b91994bb7fa7922593cbdfc50878dfc.
-
+    
     I know remember why that line is there :).
 
  src/hb-ot-shape-complex-arabic.cc | 1 +
@@ -44562,7 +179998,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 27 16:54:34 2012 -0400
 
     Only fallback-position glyphs if we have the ccc
-
+    
     Previously, ccc=0 Thai / Lao marks were being
     mispositioned.  Don't touch them.
 
@@ -44592,7 +180028,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Aug 26 14:30:18 2012 -0400
 
     [Indic] Fix switch
-
+    
     D'oh.  Was working by pure chance :)).
 
  src/hb-ot-shape-complex-indic.cc | 2 +-
@@ -44622,8 +180058,7 @@ Date:   Fri Aug 24 00:41:51 2012 -0400
 
     [graphite2] Cleanup scratch buffer allocation
 
- src/hb-graphite2.cc | 77
- ++++++++++++++++++++++++++++++-----------------------
+ src/hb-graphite2.cc | 77 ++++++++++++++++++++++++++++++-----------------------
  1 file changed, 44 insertions(+), 33 deletions(-)
 
 commit 2f7586c6229096143ca0a96712a27416ee0d3c85
@@ -44633,8 +180068,7 @@ Date:   Thu Aug 23 23:59:55 2012 -0400
     [icu-le] Implement icu layout engine shaper
 
  configure.ac          |   2 +-
- src/hb-icu-le.cc      | 113
- +++++++++++++++++++++++++++++++++++++++++++++-----
+ src/hb-icu-le.cc      | 113 +++++++++++++++++++++++++++++++++++++++++++++-----
  src/hb-icu-le/cmaps.h |   1 -
  src/hb-shaper-list.hh |   4 ++
  4 files changed, 108 insertions(+), 12 deletions(-)
@@ -44648,8 +180082,7 @@ Date:   Thu Aug 23 21:52:44 2012 -0400
  src/hb-icu-le.cc                       |  17 +++-
  src/hb-icu-le/FontTableCache.cpp       |  34 ++++----
  src/hb-icu-le/FontTableCache.h         |   9 ++-
- src/hb-icu-le/PortableFontInstance.cpp | 144
- +++------------------------------
+ src/hb-icu-le/PortableFontInstance.cpp | 144 +++------------------------------
  src/hb-icu-le/PortableFontInstance.h   |  21 ++---
  src/hb-icu-le/README                   |   1 +
  6 files changed, 57 insertions(+), 169 deletions(-)
@@ -44668,7 +180101,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 23 21:23:41 2012 -0400
 
     [icu-le] Start adding a icu-layout-engine backend
-
+    
     Import PortableFontInstance and add shaper stub.
 
  configure.ac                           |   9 +
@@ -44677,16 +180110,14 @@ Date:   Thu Aug 23 21:23:41 2012 -0400
  src/hb-icu-le/FontTableCache.cpp       |  91 +++++++
  src/hb-icu-le/FontTableCache.h         |  41 +++
  src/hb-icu-le/Makefile.am              |  25 ++
- src/hb-icu-le/PortableFontInstance.cpp | 436
- ++++++++++++++++++++++++++++++++
+ src/hb-icu-le/PortableFontInstance.cpp | 436 ++++++++++++++++++++++++++++++++
  src/hb-icu-le/PortableFontInstance.h   | 117 +++++++++
  src/hb-icu-le/README                   |   2 +
  src/hb-icu-le/cmaps.cpp                | 200 +++++++++++++++
  src/hb-icu-le/cmaps.h                  |  85 +++++++
  src/hb-icu-le/letest.h                 |  49 ++++
  src/hb-icu-le/license.html             |  51 ++++
- src/hb-icu-le/sfnt.h                   | 449
- +++++++++++++++++++++++++++++++++
+ src/hb-icu-le/sfnt.h                   | 449 +++++++++++++++++++++++++++++++++
  14 files changed, 1674 insertions(+)
 
 commit b5584ee4be46b47e1678acf28426970a6d670b4f
@@ -44694,9 +180125,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 23 16:26:07 2012 -0400
 
     [Indic] For old-spec, match non-zero context
-
-    Fixes consonant-position with old-spec Malayalam.  Uniscribe seem
-    to be
+    
+    Fixes consonant-position with old-spec Malayalam.  Uniscribe seem to be
     doing this.  Fixes below-base La (eg. Pa,H,La) with AnjaliNewLipi.ttf.
     Doesn't regress new-spec or other scripts.
 
@@ -44708,7 +180138,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 23 16:22:28 2012 -0400
 
     [GSUB] Allow non-zero-context matching in would_apply()
-
+    
     To be used in the next patch.
 
  src/hb-ot-layout-gsubgpos-private.hh |  6 ++++--
@@ -44725,9 +180155,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 23 16:10:37 2012 -0400
 
     Revert "[Indic/GSUB] Ignore context when matching would_apply()"
-
+    
     This reverts commit 24dd4e56743c6ce5e01cb710ca9e01b3e527af58.
-
+    
     Oops.  My bad.  The change _regressed_ Malayalam test suite, not
     improved it.  I'll redo it, differentiating between old-spec and
     new-spec cases.
@@ -44740,21 +180170,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 23 15:47:10 2012 -0400
 
     [Indic/GSUB] Ignore context when matching would_apply()
-
-    The MS Indic specs say "...all classifications are determined
-    ... using
-    context-free substitutions."  However, testing shows that MS's
-    Malayalam
-    shapers (both old and new), "match" even if there is no zero-context
-    rule.
+    
+    The MS Indic specs say "...all classifications are determined ... using
+    context-free substitutions."  However, testing shows that MS's Malayalam
+    shapers (both old and new), "match" even if there is no zero-context rule.
     We follow.
-
+    
     Fixes below-base La (eg. Pa,H,La) with AnjaliNewLipi.ttf (old spec).
     Moreover, test suite Malayalam failures are down to 312 from 875!  No
     change in other scripts.
-
+    
     Current numbers:
-
+    
     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
@@ -44762,8 +180189,7 @@ Date:   Thu Aug 23 15:47:10 2012 -0400
     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
-    MALAYALAM: 1047541 out of 1048416 tests passed. 875 failed
-    (0.0834592%)
+    MALAYALAM: 1047541 out of 1048416 tests passed. 875 failed (0.0834592%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
@@ -44778,7 +180204,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 23 15:19:45 2012 -0400
 
     [Indic] Implement pre-base reordering Ra for old-spec Malayalam
-
+    
     Fixes Pa,H,Ra sequence with AnjaliNewLipi.ttf.
 
  src/hb-ot-shape-complex-indic.cc | 5 ++---
@@ -44789,20 +180215,20 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 23 12:06:14 2012 -0400
 
     [Indic] Only apply basic features per-syllable
-
+    
     Free up syllables and let features work across syllables for the
     presentation forms features and GPOS.
-
+    
     Fixed:
     - 1 GURMUKHI test (remains 40)
     - 12 KHMER tests (remains 18)
     - 11 SINHALA tests (remains 121)
-
+    
     Regresses:
     - 5 MALAYALAM tests (up to 312)
-
+    
     Current numbers:
-
+    
     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
@@ -44810,8 +180236,7 @@ Date:   Thu Aug 23 12:06:14 2012 -0400
     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
-    MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
-    (0.0297592%)
+    MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed (0.0297592%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
@@ -44863,7 +180288,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 16 11:35:50 2012 -0400
 
     [OT] Fix Arabic shaper OOB access
-
+    
     https://bugzilla.mozilla.org/show_bug.cgi?id=782908
 
  src/hb-ot-shape-complex-arabic.cc | 2 +-
@@ -44874,7 +180299,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 16 08:09:44 2012 -0400
 
     [configure] Cleanup check for ICU
-
+    
     Check for upstream-provided 'icu-uc' pkgconfig package.
 
  configure.ac | 21 +--------------------
@@ -44885,7 +180310,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 16 07:32:59 2012 -0400
 
     [ICU] Fix includes
-
+    
     As reported by Steven Loomis, including uversion.h works everywhere.
 
  src/hb-icu.cc | 6 ------
@@ -44905,7 +180330,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 15 17:24:28 2012 -0400
 
     [NEWS] Fix date
-
+    
     Oops!
 
  NEWS | 2 +-
@@ -44955,14 +180380,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Aug 11 21:26:25 2012 -0400
 
     [ICU] Use new normalizer2 compose/decompose API
-
+    
     It's considerably faster than the fallback implementation we had
     previously!
 
  src/hb-buffer.cc          |  9 +++---
  src/hb-glib.cc            | 26 +++++++---------
- src/hb-icu.cc             | 75
- +++++++++++++++++++++++++++++++++++++----------
+ src/hb-icu.cc             | 75 +++++++++++++++++++++++++++++++++++++----------
  src/hb-unicode-private.hh | 13 ++------
  src/hb-unicode.cc         | 35 ++++++++++++++++++++--
  src/hb-warning.cc         |  8 -----
@@ -44982,14 +180406,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Aug 11 18:34:13 2012 -0400
 
     [OT] Unbreak Thai shaping and fallback Arabic shaping
-
+    
     The merger of normalizer and glyph-mapping broke shapers that
     modified text stream.  Unbreak them by adding a new preprocess_text
     shaping stage that happens before normalizing/cmap and disallow
     setup_mask modification of actual text.
 
- src/hb-ot-shape-complex-arabic.cc  | 42
- ++++++++++++++++++++++++++++----------
+ src/hb-ot-shape-complex-arabic.cc  | 42 ++++++++++++++++++++++++++++----------
  src/hb-ot-shape-complex-indic.cc   |  1 +
  src/hb-ot-shape-complex-misc.cc    | 12 ++++++-----
  src/hb-ot-shape-complex-private.hh | 15 +++++++++++---
@@ -45002,8 +180425,7 @@ Date:   Sat Aug 11 18:20:28 2012 -0400
 
     [OT] Add shape_plan to Arabic shaper
 
- src/hb-ot-shape-complex-arabic.cc | 82
- +++++++++++++++++++++++++--------------
+ src/hb-ot-shape-complex-arabic.cc | 82 +++++++++++++++++++++++++--------------
  1 file changed, 53 insertions(+), 29 deletions(-)
 
 commit 344cc56698a8c84c4c1a05a71d829e5171aa3a60
@@ -45029,7 +180451,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 10 16:34:04 2012 -0400
 
     [OT] Fix fallback mark positioning with left-to-right text
-
+    
     Ouch!
 
  src/hb-ot-shape-fallback.cc | 13 +++++++++++--
@@ -45040,14 +180462,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 10 14:49:37 2012 -0400
 
     Bump version to 0.9.2
-
+    
     A *real* release this time, with NEWS, ChangeLog, etc.
 
  AUTHORS      |   8 ++++
  COPYING      |   9 ++--
  Makefile.am  |  13 +++---
- NEWS         | 136
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ NEWS         | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  THANKS       |   7 +++
  configure.ac |   4 +-
  6 files changed, 165 insertions(+), 12 deletions(-)
@@ -45067,34 +180488,20 @@ Date:   Fri Aug 10 09:06:30 2012 -0400
 
     [test] Move around
 
- test/shaping/texts/in-tree/shaper-arabic/script-arabic/MANIFEST         |
- 2 +-
- .../texts/in-tree/shaper-arabic/script-arabic/language-urdu/MANIFEST    |
- 1 +
- .../shaper-arabic/script-arabic/{ => language-urdu}/crulp/MANIFEST
- | 0
- .../script-arabic/{ => language-urdu}/crulp/ligatures/2grams.txt
- | 0
- .../script-arabic/{ => language-urdu}/crulp/ligatures/3grams.txt
- | 0
- .../script-arabic/{ => language-urdu}/crulp/ligatures/4grams.txt
- | 0
- .../script-arabic/{ => language-urdu}/crulp/ligatures/5grams.txt
- | 0
- .../script-arabic/{ => language-urdu}/crulp/ligatures/6grams.txt
- | 0
- .../script-arabic/{ => language-urdu}/crulp/ligatures/7grams.txt
- | 0
- .../script-arabic/{ => language-urdu}/crulp/ligatures/8grams.txt
- | 0
- .../script-arabic/{ => language-urdu}/crulp/ligatures/LICENSE
- | 0
- .../script-arabic/{ => language-urdu}/crulp/ligatures/MANIFEST
- | 0
- .../script-arabic/{ => language-urdu}/crulp/ligatures/README            |
- 0
- .../script-arabic/{ => language-urdu}/crulp/ligatures/SOURCES
- | 0
+ test/shaping/texts/in-tree/shaper-arabic/script-arabic/MANIFEST         | 2 +-
+ .../texts/in-tree/shaper-arabic/script-arabic/language-urdu/MANIFEST    | 1 +
+ .../shaper-arabic/script-arabic/{ => language-urdu}/crulp/MANIFEST      | 0
+ .../script-arabic/{ => language-urdu}/crulp/ligatures/2grams.txt        | 0
+ .../script-arabic/{ => language-urdu}/crulp/ligatures/3grams.txt        | 0
+ .../script-arabic/{ => language-urdu}/crulp/ligatures/4grams.txt        | 0
+ .../script-arabic/{ => language-urdu}/crulp/ligatures/5grams.txt        | 0
+ .../script-arabic/{ => language-urdu}/crulp/ligatures/6grams.txt        | 0
+ .../script-arabic/{ => language-urdu}/crulp/ligatures/7grams.txt        | 0
+ .../script-arabic/{ => language-urdu}/crulp/ligatures/8grams.txt        | 0
+ .../script-arabic/{ => language-urdu}/crulp/ligatures/LICENSE           | 0
+ .../script-arabic/{ => language-urdu}/crulp/ligatures/MANIFEST          | 0
+ .../script-arabic/{ => language-urdu}/crulp/ligatures/README            | 0
+ .../script-arabic/{ => language-urdu}/crulp/ligatures/SOURCES           | 0
  14 files changed, 2 insertions(+), 1 deletion(-)
 
 commit 7a484c601e0958533eb85a6902296733c39537fe
@@ -45107,10 +180514,8 @@ Date:   Fri Aug 10 09:05:29 2012 -0400
  .../shaper-arabic/script-arabic/crulp/MANIFEST     |    1 +
  .../script-arabic/crulp/ligatures/2grams.txt       |  601 ++
  .../script-arabic/crulp/ligatures/3grams.txt       | 3415 +++++++++++
- .../script-arabic/crulp/ligatures/4grams.txt       | 6316
- ++++++++++++++++++++
- .../script-arabic/crulp/ligatures/5grams.txt       | 5029
- ++++++++++++++++
+ .../script-arabic/crulp/ligatures/4grams.txt       | 6316 ++++++++++++++++++++
+ .../script-arabic/crulp/ligatures/5grams.txt       | 5029 ++++++++++++++++
  .../script-arabic/crulp/ligatures/6grams.txt       | 1542 +++++
  .../script-arabic/crulp/ligatures/7grams.txt       |  354 ++
  .../script-arabic/crulp/ligatures/8grams.txt       |   26 +
@@ -45125,13 +180530,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 10 03:51:44 2012 -0400
 
     [OT] Slightly adjust normalizer
-
+    
     The change is very subtle.  If we have a single-char cluster that
     decomposes to three or more characters, then try recomposition, in
     case the farther mark may compose with the base.
 
- src/hb-ot-shape-normalize.cc | 81
- +++++++++++++++++++++++++++++---------------
+ src/hb-ot-shape-normalize.cc | 81 +++++++++++++++++++++++++++++---------------
  1 file changed, 54 insertions(+), 27 deletions(-)
 
 commit 07d682806349aee81f53114778ce0beb23909ed7
@@ -45149,14 +180553,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 9 22:33:32 2012 -0400
 
     [OT] Avoid calling get_glyph() twice
-
+    
     Essentially move the glyph mapping to normalization process.
     The effect on Devanagari is small (but observable).  Should be more
     observable in simple text, like ASCII.
 
  src/hb-ot-shape-normalize-private.hh |  2 +
- src/hb-ot-shape-normalize.cc         | 76
- +++++++++++++++++++++++++-----------
+ src/hb-ot-shape-normalize.cc         | 76 +++++++++++++++++++++++++-----------
  src/hb-ot-shape.cc                   | 44 ++++++++++-----------
  3 files changed, 77 insertions(+), 45 deletions(-)
 
@@ -45174,11 +180577,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 9 21:58:07 2012 -0400
 
     [OT] More code shuffling around
-
+    
     Preparing for merging map_glyphs() and normalize().
 
- src/hb-ot-shape.cc | 167
- +++++++++++++++++++++++++++--------------------------
+ src/hb-ot-shape.cc | 167 +++++++++++++++++++++++++++--------------------------
  1 file changed, 86 insertions(+), 81 deletions(-)
 
 commit cd0c6e148f6d078b364370cb2f808b793b921be2
@@ -45186,7 +180588,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 9 21:48:55 2012 -0400
 
     Shuffle buffer variable allocations around
-
+    
     To room for more allocations, coming.
 
  src/hb-ot-layout-private.hh              | 6 +++---
@@ -45202,16 +180604,14 @@ Date:   Thu Aug 9 21:31:52 2012 -0400
 
     Minor
 
- src/hb-ot-shape-normalize.cc | 50
- +++++++++++++++++++++++++++-----------------
+ src/hb-ot-shape-normalize.cc | 50 +++++++++++++++++++++++++++-----------------
  1 file changed, 31 insertions(+), 19 deletions(-)
 
 commit 56c9e7c004e802ddcb8c704346026f1d7a812f9f
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 9 21:12:30 2012 -0400
 
-    Fill out combining class resetting for fallback shaping
-    Thai/Lao/Tibetan
+    Fill out combining class resetting for fallback shaping Thai/Lao/Tibetan
 
  src/hb-ot-shape-fallback.cc | 38 +++++++++++++++++++++++++++++++++++++-
  src/hb-unicode-private.hh   |  7 ++++---
@@ -45223,9 +180623,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 9 18:30:34 2012 -0400
 
     Revert "Reject lookups with no subTable"
-
+    
     This reverts commit 30ec9002d84e8b49290e782e6192069821ffa942.
-
+    
     See previous commit.
 
  src/hb-ot-layout-common-private.hh | 1 -
@@ -45235,13 +180635,11 @@ commit 2eaf482b371034ce6ebfaedee98049b036fd3493
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 9 18:30:05 2012 -0400
 
-    Revert "[GSUB/GPOS] Reject Context/ChainContext lookups with zero
-    input"
-
+    Revert "[GSUB/GPOS] Reject Context/ChainContext lookups with zero input"
+    
     This reverts commit 0981068b75710397f08e0d2d776a0a2ea68d7117.
-
-    I was confused.  Even if we access coverage[0] unconditionally,
-    we don't
+    
+    I was confused.  Even if we access coverage[0] unconditionally, we don't
     need bound checks since the array machinary already handles that.
 
  src/hb-ot-layout-gsubgpos-private.hh | 2 --
@@ -45252,12 +180650,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 8 18:04:29 2012 -0400
 
     Add check-exported-symbols.sh
-
+    
     And misc linking fixes.
 
  src/Makefile.am                  |  1 +
- src/check-exported-symbols.sh    | 40
- ++++++++++++++++++++++++++++++++++++++++
+ src/check-exported-symbols.sh    | 40 ++++++++++++++++++++++++++++++++++++++++
  src/check-internal-symbols.sh    |  2 +-
  src/hb-ot-shape-complex-indic.cc |  2 +-
  src/hb-ot-shape.cc               |  6 +++---
@@ -45280,8 +180677,7 @@ Date:   Wed Aug 8 17:44:19 2012 -0400
  src/hb-ot-shape.cc            |   2 +-
  src/hb-shape-plan.cc          |   2 +-
  src/hb-shape-plan.h           |   2 +-
- src/hb-tt-font.cc             | 166
- +-----------------------------------------
+ src/hb-tt-font.cc             | 166 +-----------------------------------------
  12 files changed, 72 insertions(+), 226 deletions(-)
 
 commit 560d68af8168d1baff607b9616a3590af70fe9ec
@@ -45289,7 +180685,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 8 17:16:01 2012 -0400
 
     Use a export-file for Windows builds
-
+    
     Apparently even that doesn't make check-internal-symbols.sh happy with
     mingw32.  Going to disable that for DLLs again, but hopefully the
     export-file is doing *something*.
@@ -45370,14 +180766,10 @@ Date:   Wed Aug 8 14:33:37 2012 -0400
 
     Minor renaming
 
- src/Makefile.am                                                   |
- 4 ++--
- ...sition-fallback-private.hh => hb-ot-shape-fallback-private.hh} |
- 8 ++++----
- src/{hb-ot-shape-position-fallback.cc => hb-ot-shape-fallback.cc} |
- 4 ++--
- src/hb-ot-shape.cc                                                |
- 4 ++--
+ src/Makefile.am                                                   | 4 ++--
+ ...sition-fallback-private.hh => hb-ot-shape-fallback-private.hh} | 8 ++++----
+ src/{hb-ot-shape-position-fallback.cc => hb-ot-shape-fallback.cc} | 4 ++--
+ src/hb-ot-shape.cc                                                | 4 ++--
  4 files changed, 10 insertions(+), 10 deletions(-)
 
 commit 801298b590effd768607bb532dc83c73ba65d16b
@@ -45385,7 +180777,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 8 14:26:36 2012 -0400
 
     Fix cast
-
+    
     https://bugs.freedesktop.org/show_bug.cgi?id=53233
 
  src/hb-buffer-private.hh | 10 ++++++----
@@ -45397,15 +180789,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 8 01:20:45 2012 -0400
 
     [OT] Implement fallback positioning
-
+    
     Implemented for Arabic, Hebrew, and generic marks.
     Activated if no GPOS table present.
 
  src/hb-font.h                        |   3 +-
  src/hb-ft.cc                         |   3 +-
  src/hb-old.cc                        |   2 +-
- src/hb-ot-shape-position-fallback.cc | 237
- ++++++++++++++++++++++++++++++++++-
+ src/hb-ot-shape-position-fallback.cc | 237 ++++++++++++++++++++++++++++++++++-
  src/hb-unicode-private.hh            |  81 ++++++++++++
  src/hb-unicode.cc                    | 107 ++++++----------
  6 files changed, 356 insertions(+), 77 deletions(-)
@@ -45424,13 +180815,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 7 22:41:38 2012 -0400
 
     [OT] Start adding fallback positioning
-
+    
     Used when there is no GPOS.
 
  src/Makefile.am                              |  2 ++
  src/hb-ot-shape-position-fallback-private.hh | 39 +++++++++++++++++++++++
- src/hb-ot-shape-position-fallback.cc         | 47
- ++++++++++++++++++++++++++++
+ src/hb-ot-shape-position-fallback.cc         | 47 ++++++++++++++++++++++++++++
  src/hb-ot-shape.cc                           | 23 +++-----------
  4 files changed, 93 insertions(+), 18 deletions(-)
 
@@ -45448,14 +180838,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 7 22:25:24 2012 -0400
 
     [GSUB] Generalize would_apply()
-
-    Fixes logic also, where before we were always matching if
-    glyphs_len==1
+    
+    Fixes logic also, where before we were always matching if glyphs_len==1
     and a ligature started with the glyph.
 
  src/hb-ot-layout-gsub-table.hh       | 26 ++++++++++++++++++++-----
- src/hb-ot-layout-gsubgpos-private.hh | 37
- ++++++++++++++++++------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 37 ++++++++++++++++++------------------
  src/hb-ot-layout.cc                  |  3 +--
  3 files changed, 40 insertions(+), 26 deletions(-)
 
@@ -45465,8 +180853,7 @@ Date:   Tue Aug 7 22:13:25 2012 -0400
 
     Add hb_font_glyph_from/to_string
 
- src/hb-font-private.hh       | 43
- +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-font-private.hh       | 43 +++++++++++++++++++++++++++++++++++++++++++
  src/hb-font.cc               | 24 ++++++++++++++++++++----
  src/hb-font.h                | 11 +++++++++++
  src/hb-private.hh            | 16 ++++++++++++++++
@@ -45490,7 +180877,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 7 21:12:49 2012 -0400
 
     [OT] Apply 'rclt' feature in horizontal mode
-
+    
     'rclt' is "Required Contextual Forms" being proposed by Microsoft.
     It's like 'calt', but supposedly always on.  We apply 'calt' anyway,
     and now apply this too.
@@ -45513,10 +180900,8 @@ Date:   Tue Aug 7 16:57:02 2012 -0400
 
     More refactoring
 
- src/hb-ot-shape-normalize.cc | 161
- +++++++++++++++++++++++++++++++++++++++++-
- src/hb-unicode-private.hh    | 164
- +------------------------------------------
+ src/hb-ot-shape-normalize.cc | 161 +++++++++++++++++++++++++++++++++++++++++-
+ src/hb-unicode-private.hh    | 164 +------------------------------------------
  2 files changed, 162 insertions(+), 163 deletions(-)
 
 commit 428dfcab6634ff264570a0a5d715efb8048c3db5
@@ -45533,11 +180918,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 7 16:45:27 2012 -0400
 
     Add Hebrew presentation forms shaping
-
+    
     Lifted from https://bugzilla.mozilla.org/show_bug.cgi?id=728866
 
- src/hb-unicode-private.hh | 121
- +++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-unicode-private.hh | 121 +++++++++++++++++++++++++++++++++++++++++++++-
  1 file changed, 120 insertions(+), 1 deletion(-)
 
 commit 32d71dc13317b322e2c5de00d767b2cb15fddd8b
@@ -45546,8 +180930,7 @@ Date:   Tue Aug 7 14:11:16 2012 -0400
 
     [Graphite] Minor
 
- src/hb-graphite2.cc | 60
- +++++++++++++++++++++++++----------------------------
+ src/hb-graphite2.cc | 60 +++++++++++++++++++++++++----------------------------
  1 file changed, 28 insertions(+), 32 deletions(-)
 
 commit 030ac5022e8a43b9329c26e72527bafc582ef44b
@@ -45555,7 +180938,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 7 13:01:12 2012 -0400
 
     Remove enum trailing comma
-
+    
     ...again.
 
  src/hb-ot-shape-normalize-private.hh | 2 +-
@@ -45586,7 +180969,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 6 19:35:04 2012 -0700
 
     [Graphite] Fix graphite2 backend with RTL text
-
+    
     Patch from Martin Hosken.
 
  src/hb-graphite2.cc | 33 ++++++++++++++++++---------------
@@ -45598,8 +180981,7 @@ Date:   Mon Aug 6 19:25:39 2012 -0700
 
     [Graphite] Port graphite2 backend to new shaper infrastructure
 
- src/hb-graphite2.cc   | 234
- +++++++++++++++++++++++---------------------------
+ src/hb-graphite2.cc   | 234 +++++++++++++++++++++++---------------------------
  src/hb-graphite2.h    |   2 +-
  src/hb-shaper-list.hh |   2 +-
  3 files changed, 109 insertions(+), 129 deletions(-)
@@ -45609,7 +180991,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 6 17:07:19 2012 -0700
 
     Remove unnecessary lifecycle bits
-
+    
     We already set recount to INVALID when destroying.
     This block was not necessary.
 
@@ -45630,7 +181012,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Aug 5 21:16:26 2012 -0700
 
     [Indic] Minor, move 'blwf' after 'half'
-
+    
     We don't apply them together anyway.  Should not make any difference
     right now.
 
@@ -45660,7 +181042,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Aug 4 17:08:38 2012 -0700
 
     Enlarge glyph_name buffer
-
+    
     Lohit Devanagari has a glyph named:
     u0924_u094D.half_u0930_u094D.blwf.vatu
 
@@ -45672,7 +181054,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Aug 4 16:43:18 2012 -0700
 
     Rewrite ARRAY_LENGTH as a template function
-
+    
     Such it wouldn't apply to pointers accidentally.
 
  src/hb-ot-shape-complex-arabic-table.hh | 4 ++--
@@ -45684,7 +181066,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 3 18:54:54 2012 -0700
 
     [Indic] Fix consonant position font lookup logic
-
+    
     Oops.  I broken this badly and the test suite did not notice.  That
     worries me.  Have to investigate.
 
@@ -45713,14 +181095,12 @@ commit 71baea0062da4d7f143d62da38492a0813814e49
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 3 17:40:07 2012 -0700
 
-    [OT] Use general-category, not GDEF class, to decide to zero mark
-    advances
-
+    [OT] Use general-category, not GDEF class, to decide to zero mark advances
+    
     At this point, the GDEF glyph synthesis looks pointless.  Not that I
     have many fonts without GDEF lying around.
-
-    As for mark advance zeroing when GPOS not available, that also
-    is being
+    
+    As for mark advance zeroing when GPOS not available, that also is being
     replaced by proper fallback mark positioning soon.
 
  src/hb-ot-shape.cc | 7 ++-----
@@ -45741,12 +181121,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 2 14:21:40 2012 -0400
 
     [Indic] Add per-script configuration tables
-
+    
     This concludes the Indic shape_plan work.  May do for Arabic also...
 
  src/hb-ot-shape-complex-indic-private.hh |  16 +-
- src/hb-ot-shape-complex-indic.cc         | 309
- +++++++++++++++----------------
+ src/hb-ot-shape-complex-indic.cc         | 309 +++++++++++++++----------------
  2 files changed, 159 insertions(+), 166 deletions(-)
 
 commit 85fc6c483f6d734febbe39270e84701a651f01f1
@@ -45754,12 +181133,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 2 12:21:44 2012 -0400
 
     [Indic] Move more stuff to the shape_plan
-
+    
     Almost done.  Need to add per-script static tables.
 
  src/hb-ot-shape-complex-indic-machine.rl |   4 +-
- src/hb-ot-shape-complex-indic.cc         | 216
- ++++++++++++++++---------------
+ src/hb-ot-shape-complex-indic.cc         | 216 ++++++++++++++++---------------
  2 files changed, 116 insertions(+), 104 deletions(-)
 
 commit 914ffaa40fcca020f65bacdd709421e9047afd83
@@ -45768,8 +181146,7 @@ Date:   Thu Aug 2 11:03:39 2012 -0400
 
     [Indic] Move more repeated work into shape_plan
 
- src/hb-ot-shape-complex-indic.cc | 63
- ++++++++++++++++++++++++++--------------
+ src/hb-ot-shape-complex-indic.cc | 63 ++++++++++++++++++++++++++--------------
  1 file changed, 42 insertions(+), 21 deletions(-)
 
 commit a8c6da90f4c6e8d27a3a1b758a55476776d9f750
@@ -45777,12 +181154,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 2 10:46:34 2012 -0400
 
     [OT] Add per-complex-shaper shape_plan data
-
+    
     Hookup some Indic data to it.  More to come.
 
  src/hb-ot-shape-complex-arabic.cc  |   2 +
- src/hb-ot-shape-complex-indic.cc   | 128
- ++++++++++++++++++++++---------------
+ src/hb-ot-shape-complex-indic.cc   | 128 ++++++++++++++++++++++---------------
  src/hb-ot-shape-complex-misc.cc    |   4 ++
  src/hb-ot-shape-complex-private.hh |  16 ++++-
  src/hb-ot-shape-private.hh         |   1 +
@@ -45798,8 +181174,7 @@ Date:   Thu Aug 2 10:07:58 2012 -0400
  src/hb-ot-map-private.hh                 |  8 ++---
  src/hb-ot-map.cc                         | 11 ++++---
  src/hb-ot-shape-complex-indic-machine.rl |  4 +--
- src/hb-ot-shape-complex-indic.cc         | 50
- +++++++++++++++-----------------
+ src/hb-ot-shape-complex-indic.cc         | 50 +++++++++++++++-----------------
  src/hb-ot-shape-private.hh               |  6 ++++
  src/hb-ot-shape.cc                       | 28 ++++++++++--------
  6 files changed, 57 insertions(+), 50 deletions(-)
@@ -45849,8 +181224,7 @@ Date:   Thu Aug 2 08:42:11 2012 -0400
 
     [Indic] Move consonant-position-setting into initial_reordering()
 
- src/hb-ot-shape-complex-indic.cc | 65
- +++++++++++++++++++++-------------------
+ src/hb-ot-shape-complex-indic.cc | 65 +++++++++++++++++++++-------------------
  1 file changed, 35 insertions(+), 30 deletions(-)
 
 commit afbcc24be01a64bdb5c05c63880269145fa1d3c8
@@ -45858,7 +181232,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 2 08:36:40 2012 -0400
 
     [GSUB] Wire the font, not just the face, down to substitute()
-
+    
     We need the font for glyph lookup during GSUB pauses in Indic shaper.
     Could perhaps be avoided, but at this point, we don't mean to support
     separate substitute()/position() entry points (anymore), so there is
@@ -45879,9 +181253,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 2 08:11:14 2012 -0400
 
     [OT] Hide some API
-
-    It was impossible to meaningfully use them from the outside these
-    days.
+    
+    It was impossible to meaningfully use them from the outside these days.
 
  src/hb-ot-layout-private.hh | 40 ++++++++++++++++++++++++++++++++--------
  src/hb-ot-layout.cc         | 20 --------------------
@@ -45903,11 +181276,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 2 07:53:18 2012 -0400
 
     [Indic] More refactoring of consonant position peeking in the font
-
+    
     To be moved to initial_reordering next...
 
- src/hb-ot-shape-complex-indic.cc | 59
- ++++++++++++++++++++++++++++------------
+ src/hb-ot-shape-complex-indic.cc | 59 ++++++++++++++++++++++++++++------------
  1 file changed, 41 insertions(+), 18 deletions(-)
 
 commit 3eb6f81fd3f1e56679eec10d08f5e2303121753f
@@ -45915,14 +181287,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 2 07:37:46 2012 -0400
 
     [Indic] Refactor
-
+    
     Move all the logic that needs to eventually move into the indic table
     into hb-ot-shape-complex-indic-private.hh.
 
- src/hb-ot-shape-complex-indic-private.hh | 210
- ++++++++++++++++++++++++++++
- src/hb-ot-shape-complex-indic.cc         | 227
- ++-----------------------------
+ src/hb-ot-shape-complex-indic-private.hh | 210 ++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-indic.cc         | 227 ++-----------------------------
  2 files changed, 218 insertions(+), 219 deletions(-)
 
 commit 3614ba242fc7d338761acdda365a134706035b6d
@@ -45931,8 +181301,7 @@ Date:   Thu Aug 2 07:13:55 2012 -0400
 
     [Indic] Rename
 
- src/hb-ot-shape-complex-indic.cc | 40
- +++++++++++++++++++++-------------------
+ src/hb-ot-shape-complex-indic.cc | 40 +++++++++++++++++++++-------------------
  1 file changed, 21 insertions(+), 19 deletions(-)
 
 commit 610e5e8f713bb2a68939b72cb2b801a7aaede4f9
@@ -45940,14 +181309,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 2 05:27:46 2012 -0400
 
     [Indic] Streamline feature would_apply()
-
+    
     Comes with some 10% speedup for Devanagari even!
 
- src/hb-ot-map-private.hh         | 85
- +++++++++++++++++++++++++---------------
+ src/hb-ot-map-private.hh         | 85 +++++++++++++++++++++++++---------------
  src/hb-ot-map.cc                 | 18 ++++-----
- src/hb-ot-shape-complex-indic.cc | 85
- +++++++++++++++++++++++-----------------
+ src/hb-ot-shape-complex-indic.cc | 85 +++++++++++++++++++++++-----------------
  3 files changed, 110 insertions(+), 78 deletions(-)
 
 commit 1d002048d5afcd45abbb09fdf0419f13b2e2265c
@@ -45957,8 +181324,7 @@ Date:   Thu Aug 2 05:01:11 2012 -0400
     [Indic] Minor
 
  src/hb-ot-shape-complex-indic-private.hh | 16 --------
- src/hb-ot-shape-complex-indic.cc         | 64
- +++++++++++++++++++++-----------
+ src/hb-ot-shape-complex-indic.cc         | 64 +++++++++++++++++++++-----------
  2 files changed, 43 insertions(+), 37 deletions(-)
 
 commit 6f7611375521c6d285a9aa763f2ea5cb44cd0d39
@@ -46017,17 +181383,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 1 21:46:36 2012 -0400
 
     [GSUB/GPOS] Use Coverage digests as gatekeeper
-
+    
     Gives me a good 10% speedup for the Devanagari test case.  Less so
     for less lookup-intensive tests.
-
-    For the Devanagari test case, the false positive rate of the GSUB
-    digest
+    
+    For the Devanagari test case, the false positive rate of the GSUB digest
     is 4%.
 
  src/hb-ot-layout-gpos-table.hh       | 30 +++++++++---------------------
- src/hb-ot-layout-gsub-table.hh       | 35
- ++++++++++++-----------------------
+ src/hb-ot-layout-gsub-table.hh       | 35 ++++++++++++-----------------------
  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++++--
  src/hb-ot-layout-private.hh          |  4 ++++
  src/hb-ot-layout.cc                  | 29 +++++++++++++++++++++++++----
@@ -46048,11 +181412,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 1 21:06:27 2012 -0400
 
     Add hb_set_digest_t
-
+    
     Implement two set digests, and one that combines the two.
 
- src/hb-set-private.hh | 95
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-set-private.hh | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 95 insertions(+)
 
 commit c8accf1dd2d92cc4f714393eb0ea46f69bb182a6
@@ -46071,8 +181434,7 @@ Date:   Wed Aug 1 19:03:46 2012 -0400
     Inline font getters
 
  src/hb-fallback-shape.cc          |  21 ++--
- src/hb-font-private.hh            | 204
- ++++++++++++++++++++++++++++++++++++++
+ src/hb-font-private.hh            | 204 ++++++++++++++++++++++++++++++++++++++
  src/hb-font.cc                    | 129 ++++--------------------
  src/hb-graphite2.cc               |   6 +-
  src/hb-old.cc                     |  10 +-
@@ -46091,8 +181453,7 @@ Date:   Wed Aug 1 18:07:42 2012 -0400
     Use a lookup table for modified_combining_class
 
  src/hb-unicode-private.hh |  10 ++-
- src/hb-unicode.cc         | 213
- +++++++++++++++++++++++++++++++---------------
+ src/hb-unicode.cc         | 213 +++++++++++++++++++++++++++++++---------------
  src/hb-unicode.h          |   4 +
  3 files changed, 157 insertions(+), 70 deletions(-)
 
@@ -46109,8 +181470,7 @@ Date:   Wed Aug 1 17:13:10 2012 -0400
  src/hb-ot-shape-normalize.cc    |  13 +++--
  src/hb-ot-shape-private.hh      |   6 +--
  src/hb-ot-shape.cc              |   4 +-
- src/hb-unicode-private.hh       | 112
- ++++++++++++++++++++--------------------
+ src/hb-unicode-private.hh       | 112 ++++++++++++++++++++--------------------
  src/hb-unicode.cc               |   5 +-
  9 files changed, 73 insertions(+), 75 deletions(-)
 
@@ -46120,8 +181480,7 @@ Date:   Wed Aug 1 17:01:59 2012 -0400
 
     Move unicode accessors around
 
- src/hb-unicode-private.hh | 73
- ++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-unicode-private.hh | 73 ++++++++++++++++++++++++++++++++++++++++++++++-
  src/hb-unicode.cc         | 65 ++++-------------------------------------
  2 files changed, 78 insertions(+), 60 deletions(-)
 
@@ -46136,8 +181495,7 @@ Date:   Wed Aug 1 16:23:44 2012 -0400
  src/hb-icu.cc             |   4 +-
  src/hb-unicode-private.hh |   2 +-
  src/hb-unicode.cc         |  11 ++--
- src/hb-unicode.h          | 124
- +++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-unicode.h          | 124 +++++++++++++++++++++++++++++++++++++++++++++-
  6 files changed, 134 insertions(+), 49 deletions(-)
 
 commit 84186a64004e5dcd2ce98b564d0e0a09aa5d68b2
@@ -46154,7 +181512,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 1 00:21:09 2012 -0400
 
     [hb-old] Adjust mark positioning parameters
-
+    
     Fallback mark positioning works now...  With hb-ft and hb-view /
     hb-shape at least.
 
@@ -46176,12 +181534,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 31 23:41:06 2012 -0400
 
     [GPOS] Adjust mark advance-width zeroing logic
-
+    
     If there is no GPOS, zero mark advances.
-
+    
     If there *is* GPOS and the shaper requests so, zero mark advances for
     attached marks.
-
+    
     Fixes regression with Tibetan, where the font has GPOS, and marks a
     glyph as mark where it shouldn't get zero advance.
 
@@ -46210,7 +181568,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 31 23:08:25 2012 -0400
 
     [OT] Zero mark advances if the shaper desires so
-
+    
     Enabled for all shapers except for Indic.
 
  src/hb-ot-shape-complex-arabic.cc  |  1 +
@@ -46244,7 +181602,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 31 22:43:32 2012 -0400
 
     [hb-old] Implement getGlyphMetrics()
-
+    
     Still working on it.
 
  src/hb-old.cc | 13 ++++++++++++-
@@ -46255,20 +181613,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 31 21:36:16 2012 -0400
 
     Implement Unicode compatibility decompositions
-
+    
     Based on patch from Philip Withnall.
     https://bugs.freedesktop.org/show_bug.cgi?id=41095
 
  src/hb-glib.cc               | 30 +++++++++++++++++++++++++
  src/hb-icu.cc                | 36 +++++++++++++++++++++++++++++-
- src/hb-ot-shape-normalize.cc | 53
- +++++++++++++++++++++++++++++---------------
+ src/hb-ot-shape-normalize.cc | 53 +++++++++++++++++++++++++++++---------------
  src/hb-unicode-private.hh    |  1 +
  src/hb-unicode.cc            | 27 +++++++++++++++++++++-
  src/hb-unicode.h             | 37 ++++++++++++++++++++++++++++++-
  test/api/hb-test.h           |  1 +
- test/api/test-unicode.c      | 50
- +++++++++++++++++++++++++++++++++++++++++
+ test/api/test-unicode.c      | 50 +++++++++++++++++++++++++++++++++++++++++
  8 files changed, 214 insertions(+), 21 deletions(-)
 
 commit 321ec29cc270e7e66a529696b70b2caac553c95f
@@ -46295,14 +181651,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 30 21:08:51 2012 -0400
 
     [OT] Streamline complex shaper enumeration
-
+    
     Add a shaper class struct.
 
  src/hb-ot-shape-complex-arabic.cc    |  37 ++++----
  src/hb-ot-shape-complex-indic.cc     |  47 ++++++---
  src/hb-ot-shape-complex-misc.cc      |  67 ++++++-------
- src/hb-ot-shape-complex-private.hh   | 179
- ++++++++++-------------------------
+ src/hb-ot-shape-complex-private.hh   | 179 ++++++++++-------------------------
  src/hb-ot-shape-normalize-private.hh |   4 +-
  src/hb-ot-shape-private.hh           |   2 +-
  src/hb-ot-shape.cc                   |  16 ++--
@@ -46328,8 +181683,7 @@ Date:   Mon Jul 30 19:47:53 2012 -0400
 
  src/hb-ot-layout-gpos-table.hh       |   2 +-
  src/hb-ot-layout-gsub-table.hh       |   2 +-
- src/hb-ot-layout-gsubgpos-private.hh | 154
- +++++++++++++++++------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 154 +++++++++++++++++------------------
  3 files changed, 76 insertions(+), 82 deletions(-)
 
 commit 300c7307eb7943ba7416b672345506be1e27c6ba
@@ -46358,11 +181712,9 @@ Date:   Mon Jul 30 19:30:01 2012 -0400
 
  src/hb-ot-layout-gpos-table.hh       |  11 ++--
  src/hb-ot-layout-gsub-table.hh       |  18 +++---
- src/hb-ot-layout-gsubgpos-private.hh |  99
- +++++++++++++++++++++++++++++----
+ src/hb-ot-layout-gsubgpos-private.hh |  99 +++++++++++++++++++++++++++++----
  src/hb-ot-layout-private.hh          |  12 ----
- src/hb-ot-layout.cc                  | 104
- +++--------------------------------
+ src/hb-ot-layout.cc                  | 104 +++--------------------------------
  src/hb-ot-layout.h                   |  12 ++--
  src/hb-ot-shape.cc                   |  10 ++--
  7 files changed, 127 insertions(+), 139 deletions(-)
@@ -46410,8 +181762,7 @@ Date:   Mon Jul 30 17:48:04 2012 -0400
 
     [CoreText] Port to shape_plan infrastructure
 
- src/hb-coretext.cc | 161
- ++++++++++++++++++++++++++---------------------------
+ src/hb-coretext.cc | 161 ++++++++++++++++++++++++++---------------------------
  1 file changed, 80 insertions(+), 81 deletions(-)
 
 commit 6cdfd14bb19d60ac3d6b20ff611408432254f273
@@ -46428,7 +181779,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 30 14:53:41 2012 -0400
 
     Unbreak Hangul jamo composition
-
+    
     When we removed the separate Hangul shaper, the specific normalization
     preference of Hangul was lost.  Fix that.  Also, the Thai shaper was
     copied from Hangul, so had the fully-composed normalization behavior,
@@ -46446,7 +181797,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 30 13:54:46 2012 -0400
 
     [Indic] Recategorize Telugu length marks
-
+    
     Fixes 8 more Telugu tests.  Failures at 15 (0.00154548%).
 
  src/hb-unicode.cc |  8 ++++++++
@@ -46459,8 +181810,7 @@ Date:   Mon Jul 30 12:40:18 2012 -0400
 
     Add Hebrew test
 
- .../texts/in-tree/shaper-default/script-hebrew/misc/diacritics.txt
- | 1 +
+ .../texts/in-tree/shaper-default/script-hebrew/misc/diacritics.txt       | 1 +
  1 file changed, 1 insertion(+)
 
 commit f2377155e35c15919af4d7db21b6edc6783146b6
@@ -46468,15 +181818,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 30 10:50:57 2012 -0400
 
     [hb-old] Fix misc leaks
-
+    
     Backport (forward-port?!) from upstream:
-
+    
     commit 3ab7b37bdebf0f8773493a1fee910b151c4de30f
     Author: Behdad Esfahbod <behdad@behdad.org>
     Date:   Mon Jul 30 10:50:22 2012 -0400
-
+    
         Fix misc leaks
-
+    
         https://bugs.freedesktop.org/show_bug.cgi?id=31992
         https://bugs.freedesktop.org/show_bug.cgi?id=31993
         https://bugs.freedesktop.org/show_bug.cgi?id=31994
@@ -46513,8 +181863,7 @@ Date:   Mon Jul 30 02:38:39 2012 -0400
     [OT] Gain back some lost speed
 
  src/hb-ot-layout-private.hh        | 27 +++++++++++++++-
- src/hb-ot-layout.cc                | 63
- ++++++++++++++++++++++++++++++++++----
+ src/hb-ot-layout.cc                | 63 ++++++++++++++++++++++++++++++++++----
  src/hb-ot-map-private.hh           | 26 +++-------------
  src/hb-ot-map.cc                   | 35 +++++++++++++++------
  src/hb-ot-shape-complex-indic.cc   |  2 +-
@@ -46526,7 +181875,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 30 02:36:46 2012 -0400
 
     [OT] Remove hb_ot_layout_ensure()
-
+    
     I didn't like it from the beginning.
 
  src/hb-ot-layout.cc | 9 +++++----
@@ -46548,14 +181897,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 30 01:46:34 2012 -0400
 
     [GSUB] Further adjustments to mark-attachment vs ligation interaction
-
-    The d1d69ec52e75a78575b620a1c456d528b6078170 change broke Kannada
-    badly,
+    
+    The d1d69ec52e75a78575b620a1c456d528b6078170 change broke Kannada badly,
     since it was ligating consonants, pushing matra out, and then ligating
     with the matra.  Adjust for that.  See comments.
 
- src/hb-ot-layout-gsub-table.hh                                |
- 11 ++++++++---
+ src/hb-ot-layout-gsub-table.hh                                | 11 ++++++++---
  .../in-tree/shaper-indic/indic/script-kannada/misc/misc.txt   |  1 +
  2 files changed, 9 insertions(+), 3 deletions(-)
 
@@ -46572,11 +181919,9 @@ commit d1d69ec52e75a78575b620a1c456d528b6078170
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 30 00:51:47 2012 -0400
 
-    [GSUB] Don't ligate glyphs attached to different components of
-    ligatures
-
-    This concludes the mark-attachment vs ligating interaction fixes
-    (for now).
+    [GSUB] Don't ligate glyphs attached to different components of ligatures
+    
+    This concludes the mark-attachment vs ligating interaction fixes (for now).
 
  src/hb-ot-layout-gsub-table.hh | 24 ++++++++++++++++++++++++
  1 file changed, 24 insertions(+)
@@ -46604,13 +181949,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 30 00:00:59 2012 -0400
 
     [GSUB] Fix mark component stuff when ligatures form ligatures!
-
+    
     See comments.
-
+    
     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=437633
 
- src/hb-ot-layout-gsub-table.hh       | 117
- +++++++++++++++++++++++------------
+ src/hb-ot-layout-gsub-table.hh       | 117 +++++++++++++++++++++++------------
  src/hb-ot-layout-gsubgpos-private.hh |   8 ---
  src/hb-ot-layout-private.hh          |   8 +--
  3 files changed, 79 insertions(+), 54 deletions(-)
@@ -46620,7 +181964,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jul 29 22:02:24 2012 -0400
 
     [GSUB/GPOS] Minor
-
+    
     Start squeezing more out of lig_id/lig_comp.
 
  src/hb-ot-layout-gsub-table.hh |  6 +++---
@@ -46641,18 +181985,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jul 29 20:37:38 2012 -0400
 
     [GSUB] Don't set new lig_id on mark ligatures
-
+    
     If two marks form a ligature, retain their previous lig_id, such that
     the mark ligature can attach to ligature components...
-
+    
     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676343
-
-    In fact, I noticed that we should not let ligatures form between
-    glyphs
+    
+    In fact, I noticed that we should not let ligatures form between glyphs
     coming from different components of a previous ligature.  For example,
     if the sequence is: LAM,SHADDA,LAM,FATHA,HEH, the LAM,LAM,HEH form a
-    ligature, putting SHADDA and FATHA next to eachother.  However,
-    it would
+    ligature, putting SHADDA and FATHA next to eachother.  However, it would
     be wrong to ligate them.  Uniscribe has this bug also.
 
  src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++----
@@ -46665,8 +182007,7 @@ Date:   Sun Jul 29 20:31:36 2012 -0400
     Add Arabic tests for mark ligature component attachments
 
  .../script-arabic/misc/diacritics/MANIFEST             |  1 +
- .../misc/diacritics/ligature-components.txt            | 18
- ++++++++++++++++++
+ .../misc/diacritics/ligature-components.txt            | 18 ++++++++++++++++++
  2 files changed, 19 insertions(+)
 
 commit a15b70a81a609f024083cb04f9819483f4d5cab7
@@ -46674,7 +182015,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jul 29 20:09:22 2012 -0400
 
     [hb-old] Fix cluster formation in RTL
-
+    
     Unlike Uniscribe, hb-old returns glyphs in logical order, so the logic
     does not need to duplicated for RTL.
 
@@ -46705,9 +182046,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jul 28 21:16:08 2012 -0400
 
     [Uniscribe] Remove hb_uniscribe_font_ensure()
-
-    Wasn't a huge fan of putting the burden on the user.  Just remove
-    it and
+    
+    Wasn't a huge fan of putting the burden on the user.  Just remove it and
     do what we've got to do transparently.
 
  src/hb-uniscribe.cc | 6 +++++-
@@ -46718,16 +182058,13 @@ commit 5d874d566fe5d2cc4cfaf02c79b663d8a626ca1e
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jul 28 21:05:25 2012 -0400
 
-    [GPOS] Fix mark-to-mark positioning when one of the marks is
-    a ligature
-
-    This commit: a3313e54008167e415b72c780ca7b9cda958d07e broke
-    MarkMarkPos
+    [GPOS] Fix mark-to-mark positioning when one of the marks is a ligature
+    
+    This commit: a3313e54008167e415b72c780ca7b9cda958d07e broke MarkMarkPos
     when one of the marks itself is a ligature.  That regressed 26 Tibetan
     tests (up from zero!).  Fix that.  Tibetan back to zero.
 
- src/hb-ot-layout-gpos-table.hh                     | 27
- ++++++++++++++++------
+ src/hb-ot-layout-gpos-table.hh                     | 27 ++++++++++++++++------
  src/hb-ot-layout-private.hh                        |  5 ++--
  test/shaping/texts/in-tree/shaper-indic/MANIFEST   |  1 +
  .../indic/script-sinhala/misc/MANIFEST             |  1 +
@@ -46752,8 +182089,7 @@ Date:   Sat Jul 28 18:34:58 2012 -0400
 
     [GSUB] Simplify would-apply
 
- src/hb-ot-layout-gsub-table.hh       | 71
- +++---------------------------------
+ src/hb-ot-layout-gsub-table.hh       | 71 +++---------------------------------
  src/hb-ot-layout-gsubgpos-private.hh | 24 +++---------
  2 files changed, 11 insertions(+), 84 deletions(-)
 
@@ -46773,19 +182109,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jul 28 17:31:01 2012 -0400
 
     [GSUB/GPOS] Add get_coverage() and use it to speed up main loop
-
+    
     And use it to speed up the hotspot by checking coverage directly in
     the main loop, not 10 functions deep in.
-
+    
     Gives me a solid 20% boost with Indic test suite.  Less so for less
     lookup-intensive scenarios.
-
+    
     Remove the "fast_path" hack from before.
 
- src/hb-ot-layout-gpos-table.hh       | 179
- ++++++++++++++++++++++++++++++-----
- src/hb-ot-layout-gsub-table.hh       | 166
- ++++++++++++++++++++++++++------
+ src/hb-ot-layout-gpos-table.hh       | 179 ++++++++++++++++++++++++++++++-----
+ src/hb-ot-layout-gsub-table.hh       | 166 ++++++++++++++++++++++++++------
  src/hb-ot-layout-gsubgpos-private.hh |  26 +++++
  3 files changed, 321 insertions(+), 50 deletions(-)
 
@@ -46812,15 +182146,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 27 04:02:38 2012 -0400
 
     Implement shape_plan caching
-
+    
     Should give us some performance boost.
 
  TODO                     |   4 ++
  src/hb-buffer-private.hh |  30 ++++++++++++++
  src/hb-font-private.hh   |   6 +++
  src/hb-font.cc           |  15 ++++++-
- src/hb-shape-plan.cc     | 100
- +++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-shape-plan.cc     | 100 +++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-shape-plan.h      |   7 ++++
  src/hb-shape.cc          |   2 +-
  7 files changed, 162 insertions(+), 2 deletions(-)
@@ -46840,7 +182173,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 27 03:12:23 2012 -0400
 
     Don't fail choosing shaper on planning failure
-
+    
     Shapers have a chance to reject a font in face shaper_data creation.
     No need to allow failing during planning.
 
@@ -46878,8 +182211,7 @@ Date:   Fri Jul 27 02:29:32 2012 -0400
     Move ot shaper completely to shape_plan
 
  src/hb-ot-shape-private.hh |   6 --
- src/hb-ot-shape.cc         | 181
- +++++++++++++++++++++------------------------
+ src/hb-ot-shape.cc         | 181 +++++++++++++++++++++------------------------
  src/hb-uniscribe.cc        |   2 +-
  3 files changed, 84 insertions(+), 105 deletions(-)
 
@@ -46912,8 +182244,7 @@ Date:   Fri Jul 27 01:26:11 2012 -0400
  src/hb-shape.cc               |   5 ++
  src/hb-shaper-impl-private.hh |   3 +-
  src/hb-shaper-private.hh      |   4 --
- src/hb-uniscribe.cc           | 130
- ++++++++++++------------------------------
+ src/hb-uniscribe.cc           | 130 ++++++++++++------------------------------
  5 files changed, 48 insertions(+), 174 deletions(-)
 
 commit c32c096a429da3e64896cf42ff5ab8c775d3c2ec
@@ -46921,7 +182252,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 27 01:13:53 2012 -0400
 
     Switch to shape_plan
-
+    
     Not optimized yet.  Eats babies.  And no shaper uses the shape_plan.
 
  src/hb-shape-plan.cc | 37 +++++++++++++++++++++++++++++++++++--
@@ -46940,8 +182271,7 @@ Date:   Thu Jul 26 23:46:53 2012 -0400
  src/hb-old.cc                |  4 ++-
  src/hb-ot-shape.cc           |  4 ++-
  src/hb-shape-plan-private.hh |  7 ++++
- src/hb-shape-plan.cc         | 76
- ++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-shape-plan.cc         | 76 ++++++++++++++++++++++++++++++++++++++++++--
  src/hb-shape.cc              |  4 +++
  src/hb-shaper-private.hh     |  4 +--
  src/hb-uniscribe.cc          |  4 ++-
@@ -46961,8 +182291,7 @@ Date:   Thu Jul 26 22:05:39 2012 -0400
  src/hb-shape-plan.cc         |   2 +
  src/hb-shape.cc              |  98 ++++----------------------------------
  src/hb-shaper-private.hh     |  16 ++++++-
- src/hb-shaper.cc             | 109
- +++++++++++++++++++++++++++++++++++++++++++
+ src/hb-shaper.cc             | 109 +++++++++++++++++++++++++++++++++++++++++++
  src/hb-uniscribe.cc          |   3 +-
  10 files changed, 145 insertions(+), 95 deletions(-)
 
@@ -46971,7 +182300,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 26 17:34:25 2012 -0400
 
     Start adding a unified shaper access infrastructure
-
+    
     Add global shape_plan.  Unused so far.
 
  src/Makefile.am                                    |  15 +-
@@ -46990,8 +182319,7 @@ Date:   Thu Jul 26 17:34:25 2012 -0400
  ...scribe-private.hh => hb-shaper-impl-private.hh} |  20 ++-
  src/{hb-old-private.hh => hb-shaper-list.hh}       |  30 ++--
  src/hb-shaper-private.hh                           |  81 +++++++++
- src/hb-uniscribe.cc                                | 186
- +++++++++++++--------
+ src/hb-uniscribe.cc                                | 186 +++++++++++++--------
  17 files changed, 608 insertions(+), 238 deletions(-)
 
 commit fa2dfcd560444d8c54b6349ee106134d3536f79b
@@ -47009,11 +182337,10 @@ Author: Jonathan Kew <jfkthame@gmail.com>
 Date:   Thu Jul 26 15:58:45 2012 -0400
 
     [CoreText] Ensure cluster indices in output buffer are non-decreasing.
-
-    Does not provide Uniscribe-compatible results, but should at least
-    avoid
+    
+    Does not provide Uniscribe-compatible results, but should at least avoid
     breaking hb-view due to out-of-order cluster values.
-
+    
     For RTL runs, ensure cluster values are non-increasing (instead of
     non-decreasing).
 
@@ -47034,18 +182361,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 25 19:30:15 2012 -0400
 
     [hb-old] Fix Arabic cursive positioning
-
+    
     Backporting from upstream:
-
+    
     commit b847f24ce855d24f6822bcd9c0006905e81b94d8
     Author: Behdad Esfahbod <behdad@behdad.org>
     Date:   Wed Jul 25 19:29:16 2012 -0400
-
+    
         [arabic] Fix Arabic cursive positioning
-
+    
         This was clearly broken in testing.  Who knows...  Fixes for me.
         Test with a Nastaleeq font, or with Arabic Typesetting.
-
+    
         Backporting from Chromium.
 
  src/hb-old/harfbuzz-shaper.cpp | 2 +-
@@ -47065,12 +182392,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 25 19:20:34 2012 -0400
 
     [hb-old] Fix clusters
-
+    
     Unlike its "documentation", hb-old's log_clusters are, well, indeed
     logical, not visual.  Fixup.  Adapted / copied from hb-uniscribe.
 
- src/hb-old.cc                | 51
- ++++++++++++++++++++++++++++++++++----------
+ src/hb-old.cc                | 51 ++++++++++++++++++++++++++++++++++----------
  src/hb-old/harfbuzz-shaper.h |  1 +
  src/hb-uniscribe.cc          |  5 +++--
  3 files changed, 44 insertions(+), 13 deletions(-)
@@ -47080,9 +182406,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 25 18:37:51 2012 -0400
 
     [GPOS] Fix MarkMarkPos applied to results of MultipleSubst
-
-    This was broken as a result of
-    7b84c536c10ab90ed96a033d88e9ad232d46c5b8.
+    
+    This was broken as a result of 7b84c536c10ab90ed96a033d88e9ad232d46c5b8.
     As Khaled reported, MarkMark positioning was broken with glyphs
     resulting from a MultipleSubst.  Fixed.  Test with the ALLAH character
     in Amiri.
@@ -47105,7 +182430,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 24 21:05:12 2012 -0400
 
     [hb-old] Add HarfBuzz.old shaper
-
+    
     Choose using shaper name "old".
 
  configure.ac           |   8 +
@@ -47114,8 +182439,7 @@ Date:   Tue Jul 24 21:05:12 2012 -0400
  src/hb-old.cc          | 369 ++++++++++++++++++++++++
  src/hb-old/.gitignore  |   7 -
  src/hb-old/Makefile.am |   2 +
- src/hb-old/Makefile.in | 762
- -------------------------------------------------
+ src/hb-old/Makefile.in | 762 -------------------------------------------------
  src/hb-shape.cc        |   8 +-
  8 files changed, 436 insertions(+), 774 deletions(-)
 
@@ -47126,8 +182450,7 @@ Date:   Tue Jul 24 19:53:55 2012 -0400
     [hb-old] Define Unicode funcs in terms of new HarfBuzz
 
  src/hb-old/Makefile.am         |   4 +
- src/hb-old/Makefile.in         | 182
- ++++++++++++++++++++++++++++++++++++-----
+ src/hb-old/Makefile.in         | 182 ++++++++++++++++++++++++++++++++++++-----
  src/hb-old/harfbuzz-external.h | 100 +++++++++++++---------
  3 files changed, 224 insertions(+), 62 deletions(-)
 
@@ -47144,8 +182467,7 @@ Date:   Tue Jul 24 19:49:48 2012 -0400
  src/hb-old/harfbuzz-khmer.c          |  25 ---
  src/hb-old/harfbuzz-myanmar.c        |  28 ---
  src/hb-old/harfbuzz-shaper-private.h |  12 --
- src/hb-old/harfbuzz-shaper.cpp       | 403
- +++--------------------------------
+ src/hb-old/harfbuzz-shaper.cpp       | 403 +++--------------------------------
  src/hb-old/harfbuzz-shaper.h         |  31 ---
  src/hb-old/harfbuzz-thai.c           | 111 ----------
  src/hb-old/harfbuzz-tibetan.c        |  26 ---
@@ -47168,8 +182490,7 @@ Date:   Tue Jul 24 19:21:22 2012 -0400
 
     [hb-old] Remove unused header file
 
- src/hb-old/harfbuzz-shape.h | 199
- --------------------------------------------
+ src/hb-old/harfbuzz-shape.h | 199 --------------------------------------------
  1 file changed, 199 deletions(-)
 
 commit fb47209c5b3aa992faf18d1a3f78b9d7682cf62f
@@ -47206,8 +182527,7 @@ Date:   Tue Jul 24 19:16:56 2012 -0400
  src/hb-old/harfbuzz-gdef.h           |  140 +
  src/hb-old/harfbuzz-global.h         |  118 +
  src/hb-old/harfbuzz-gpos-private.h   |  729 ++++
- src/hb-old/harfbuzz-gpos.c           | 6094
- ++++++++++++++++++++++++++++++++++
+ src/hb-old/harfbuzz-gpos.c           | 6094 ++++++++++++++++++++++++++++++++++
  src/hb-old/harfbuzz-gpos.h           |  155 +
  src/hb-old/harfbuzz-greek.c          |  447 +++
  src/hb-old/harfbuzz-gsub-private.h   |  483 +++
@@ -47251,7 +182571,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 24 17:03:55 2012 -0400
 
     [Mongolian] Remove Mongolian Vowel Separator at the end of shaping
-
+    
     Results match Uniscribe now.
 
  src/hb-unicode-private.hh | 3 +++
@@ -47261,20 +182581,16 @@ commit aa6d849838d5231465ae1a25a4dd5ea1e9380ff9
 Author: Jonathan Kew <jfkthame@gmail.com>
 Date:   Tue Jul 24 15:52:32 2012 -0400
 
-    [CoreText] Add basic Core Text backend for comparison with our
-    native shaping
-
-    Does not attempt to handle clusters in a Uniscribe- or
-    HarfBuzz-compatible way;
-    just returns the original string indexes that CT maintains. These
-    may even be
+    [CoreText] Add basic Core Text backend for comparison with our native shaping
+    
+    Does not attempt to handle clusters in a Uniscribe- or HarfBuzz-compatible way;
+    just returns the original string indexes that CT maintains. These may even be
     out-of-order in the case of reordrant glyphs.
 
  configure.ac               |  12 ++
  src/Makefile.am            |   7 +
  src/hb-coretext-private.hh |  42 ++++++
- src/hb-coretext.cc         | 323
- +++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-coretext.cc         | 323 +++++++++++++++++++++++++++++++++++++++++++++
  src/hb-coretext.h          |  43 ++++++
  src/hb-shape.cc            |   6 +
  6 files changed, 433 insertions(+)
@@ -47283,11 +182599,9 @@ commit ec8d2494694275dfbbac2dd0d33ca2894b0463d6
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 24 15:40:37 2012 -0400
 
-    Make data members of various OpenType structs protected instead
-    of private
-
-    Should fix warnings generated when building with
-    -Wunused-private-field.
+    Make data members of various OpenType structs protected instead of private
+    
+    Should fix warnings generated when building with -Wunused-private-field.
     Based on patch from Jonathan Kew.
 
  src/hb-open-file-private.hh          |  8 +++---
@@ -47296,8 +182610,7 @@ Date:   Tue Jul 24 15:40:37 2012 -0400
  src/hb-ot-hmtx-table.hh              |  2 +-
  src/hb-ot-layout-common-private.hh   | 14 ++++++-----
  src/hb-ot-layout-gdef-table.hh       | 20 +++++++--------
- src/hb-ot-layout-gpos-table.hh       | 48
- ++++++++++++++++++------------------
+ src/hb-ot-layout-gpos-table.hh       | 48 ++++++++++++++++++------------------
  src/hb-ot-layout-gsub-table.hh       | 30 +++++++++++-----------
  src/hb-ot-layout-gsubgpos-private.hh | 32 ++++++++++++------------
  src/hb-ot-maxp-table.hh              |  2 +-
@@ -47318,17 +182631,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 24 13:48:49 2012 -0400
 
     [Indic] Reposition Gurmukhi top matras to after post
-
-    The font is forming a post-base consonant in some samples, and
-    Uniscribe
+    
+    The font is forming a post-base consonant in some samples, and Uniscribe
     positions top matra on the post-base.  Do the same.
-
+    
     Gurmukhi failures down from 59 to 41 (0.0674242%).
 
- src/hb-ot-shape-complex-indic.cc                                        |
- 2 +-
- .../texts/in-tree/shaper-indic/indic/script-gurmukhi/misc/misc.txt      |
- 1 +
+ src/hb-ot-shape-complex-indic.cc                                        | 2 +-
+ .../texts/in-tree/shaper-indic/indic/script-gurmukhi/misc/misc.txt      | 1 +
  2 files changed, 2 insertions(+), 1 deletion(-)
 
 commit c3f769ba09df319fa69d04f68c57444f95eceee6
@@ -47336,33 +182646,30 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 24 13:26:32 2012 -0400
 
     [Indic] Ignore Uniscribe output containing two zero-width space glyphs
-
+    
     Uniscribe is buggy and sometimes /eats/ a mark next to a non-joiner.
     Most of Malayalam failures where actually hitting this bug.
-
+    
     Ignore test output with two zero-width space glyphs.  This is a hack
     until we build up the test suite infrastructure better.
-
+    
     Bengali went down by 9, Devanagari by 2, Kannada by 130, Malayalm down
     from 1197 to 307, Sinhala down by 16, Telugu down by 26.  New stats:
-
+    
     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
     DEVANAGARI: 693573 out of 693628 tests passed. 55 failed (0.00792932%)
     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
-    MALAYALAM: 1048109 out of 1048416 tests passed. 307 failed
-    (0.0292823%)
+    MALAYALAM: 1048109 out of 1048416 tests passed. 307 failed (0.0292823%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271715 out of 271847 tests passed. 132 failed (0.0485567%)
     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
     TELUGU: 970550 out of 970573 tests passed. 23 failed (0.00236973%)
 
- test/shaping/hb_test_tools.py                                           |
- 1 +
- .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt     |
- 2 ++
+ test/shaping/hb_test_tools.py                                           | 1 +
+ .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt     | 2 ++
  2 files changed, 3 insertions(+)
 
 commit 65c43accdc4d2082282d5cedba8514b8df0c18a2
@@ -47370,26 +182677,24 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 24 03:36:47 2012 -0400
 
     [Indic] Better position left-matra in Malayalam
-
+    
     Just put it before base, which is what's expected.
-
+    
     Malayalam failures down from 1559 to 1197 (0.114172%).
-
+    
     BENGALI: 353988 out of 354285 tests passed. 297 failed (0.0838308%)
     DEVANAGARI: 693571 out of 693628 tests passed. 57 failed (0.00821766%)
     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
     KANNADA: 950956 out of 951913 tests passed. 957 failed (0.100534%)
     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
-    MALAYALAM: 1047219 out of 1048416 tests passed. 1197 failed
-    (0.114172%)
+    MALAYALAM: 1047219 out of 1048416 tests passed. 1197 failed (0.114172%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271699 out of 271847 tests passed. 148 failed (0.0544424%)
     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
 
- src/hb-ot-shape-complex-indic.cc                   | 41
- +++++++++++++++-------
+ src/hb-ot-shape-complex-indic.cc                   | 41 +++++++++++++++-------
  .../indic/script-malayalam/misc/misc.txt           |  1 +
  2 files changed, 29 insertions(+), 13 deletions(-)
 
@@ -47398,35 +182703,30 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 24 03:04:36 2012 -0400
 
     [Indic] Implement Reph+Ya-Phalaa interaction
-
-    The sequence Ra,H,Ya in Bengali is ambigious and Unicode encoded
-    that to
-    get Ya-Phalaa, one would place ZWJ before Halant.  Ie. a ZWJ,H
-    sequence
-    requests subjoining, while a H,ZWJ requests Half form.  Implement
-    that.
-
+    
+    The sequence Ra,H,Ya in Bengali is ambigious and Unicode encoded that to
+    get Ya-Phalaa, one would place ZWJ before Halant.  Ie. a ZWJ,H sequence
+    requests subjoining, while a H,ZWJ requests Half form.  Implement that.
+    
     Bengali failures go down from 377 to 297 (0.0838308%).
     Gujarati is down by 4 to 17 (0.0046384%).
     Kannada is down by 226 to 957 (0.100534%).
-
+    
     Current status:
-
+    
     BENGALI: 353988 out of 354285 tests passed. 297 failed (0.0838308%)
     DEVANAGARI: 693571 out of 693628 tests passed. 57 failed (0.00821766%)
     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
     KANNADA: 950956 out of 951913 tests passed. 957 failed (0.100534%)
     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
-    MALAYALAM: 1046857 out of 1048416 tests passed. 1559 failed
-    (0.148701%)
+    MALAYALAM: 1046857 out of 1048416 tests passed. 1559 failed (0.148701%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271699 out of 271847 tests passed. 148 failed (0.0544424%)
     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
 
- src/hb-ot-shape-complex-indic.cc                               |
- 10 ++++++++--
+ src/hb-ot-shape-complex-indic.cc                               | 10 ++++++++--
  .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt    |  4 ++++
  2 files changed, 12 insertions(+), 2 deletions(-)
 
@@ -47435,12 +182735,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 24 02:30:38 2012 -0400
 
     [Indic] Limit matras to 4 per syllable
-
+    
     Also limit joiners.
-
+    
     This limits our syllable length to a constant, and is
     closer to what Uniscribe does anyway.
-
+    
     Two Devanagari tests regressed, but who cares about tests with 20
     joiners in a row?!  Devanagari at 57 (0.00821766%) now.
 
@@ -47452,13 +182752,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 24 02:25:26 2012 -0400
 
     [Indic] Unmark U+17D1 KHMER SIGN VIRIAM to NOT be a Virama
-
+    
     Fixes another 1 Khmer failure.  Down to 30 (0.0100293%) now.
 
- src/hb-ot-shape-complex-indic.cc                                        |
- 2 ++
- .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    |
- 1 +
+ src/hb-ot-shape-complex-indic.cc                                        | 2 ++
+ .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    | 1 +
  2 files changed, 3 insertions(+)
 
 commit 6824a7194e01b77eddb95bd95a9b32e219140912
@@ -47466,7 +182764,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 24 02:22:18 2012 -0400
 
     [Indic] Recategorize Khmer various signs as top matras
-
+    
     Khmer failures down from 39 to 31 (0.0103636%).
 
  src/hb-ot-shape-complex-indic.cc | 23 ++++++++++-------------
@@ -47477,16 +182775,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 24 02:10:20 2012 -0400
 
     [Indic] Reposition Khmer prebase-reordering Ra around split matras
-
-    In Khmer coeng model, a V,Ra can go *after* matras.  If it goes
-    after a
-    split matra, it should be reordered to *before* the left part of
-    such matra.
-
+    
+    In Khmer coeng model, a V,Ra can go *after* matras.  If it goes after a
+    split matra, it should be reordered to *before* the left part of such matra.
+    
     Khmer failures down from 136 to 39 (0.0130381%).
 
- src/hb-ot-shape-complex-indic.cc                            | 13
- +++++++++++++
+ src/hb-ot-shape-complex-indic.cc                            | 13 +++++++++++++
  .../south-east-asian/script-khmer/misc/misc.txt             |  4 ++++
  2 files changed, 17 insertions(+)
 
@@ -47504,11 +182799,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 24 01:32:07 2012 -0400
 
     [Indic] Position Khmer U+17CE
-
+    
     Fixes another 6 Khmer failures.  Now at 136 (0.0454661%).
 
- src/hb-ot-shape-complex-indic.cc                                    |
- 6 ++++++
+ src/hb-ot-shape-complex-indic.cc                                    | 6 ++++++
  .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt        | 1 +
  2 files changed, 7 insertions(+)
 
@@ -47517,10 +182811,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 24 01:04:18 2012 -0400
 
     [Indic] Don't reposition Khmer Bindu
-
+    
     Khmer Bindu doesn't like to move to syllable end.  Leave it where it
     was.
-
+    
     Brings down Khmer failures from 510 to 142 (0.047572%).
 
  src/hb-ot-shape-complex-indic.cc | 2 ++
@@ -47531,11 +182825,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 24 00:26:43 2012 -0400
 
     [Indic] In Sinhala, form forced Reph even if no other consonant found
-
+    
     Fixes another 10 Sinhala failures.  Down to 148 (0.0544424%).
 
- src/hb-ot-shape-complex-indic.cc                               |
- 10 +++++-----
+ src/hb-ot-shape-complex-indic.cc                               | 10 +++++-----
  .../in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt    |  1 +
  2 files changed, 6 insertions(+), 5 deletions(-)
 
@@ -47544,20 +182837,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 24 00:21:16 2012 -0400
 
     [Indic] Further adjust base algorithm for Sinhala
-
+    
     Apparently if there is C,V,ZWJ,C, the first C will be base, but if
     it's C,ZWJ,V,C, the second one will be.
-
-    Note that Uniscribe implements this differently, by breaking
-    syllable in
+    
+    Note that Uniscribe implements this differently, by breaking syllable in
     the case of C,ZWJ,V,C and putting the first consonant in one syllable
     and the rest in the next syllable.
-
+    
     Sinhala failures down from 208 to 158 (0.0581209%).  No changes to
     Khmer.
 
- src/hb-ot-shape-complex-indic.cc                              |
- 11 +++++++----
+ src/hb-ot-shape-complex-indic.cc                              | 11 +++++++----
  .../in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt   |  3 +++
  2 files changed, 10 insertions(+), 4 deletions(-)
 
@@ -47566,15 +182857,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 24 00:09:12 2012 -0400
 
     [Indic] End Vowel-based syllable at ZWJ
-
+    
     One Devanagari test regressed, plus 10 Malayalam (at 1545 now).
-
+    
     Fixed 120 Sinhala failures.  Now at 208 (0.0765136%).
 
- src/hb-ot-shape-complex-indic-machine.rl                                |
- 2 +-
- .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt       |
- 1 +
+ src/hb-ot-shape-complex-indic-machine.rl                                | 2 +-
+ .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt       | 1 +
  2 files changed, 2 insertions(+), 1 deletion(-)
 
 commit 34c215036f5fcdc7599b1ab0591b56dbb3811902
@@ -47582,22 +182871,20 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 23 23:51:29 2012 -0400
 
     [Indic] Improve Sinhala base algorithm and reph positioning
-
+    
     Sinhala does not have half forms.  And most (all?) consonants can be
-    base, except when preceded by ZWJ, which would request a subjoined
-    form.
+    base, except when preceded by ZWJ, which would request a subjoined form.
     Hence switch the base algorithm to categorize with Khmer, start search
     at start, and stop at a ZWJ.
-
+    
     Also, mark all pos=base consonants after base to be subjoined.  Mark
     base itself to have pos=base.
-
+    
     Finally, adjust Sinhala's reph position to after-main.
-
+    
     Brings down Sinhala failures from 455 to 328 (0.120656%).
 
- src/hb-ot-shape-complex-indic.cc                       | 18
- +++++++++++++++++-
+ src/hb-ot-shape-complex-indic.cc                       | 18 +++++++++++++++++-
  .../shaper-indic/indic/script-sinhala/misc/misc.txt    |  1 +
  2 files changed, 18 insertions(+), 1 deletion(-)
 
@@ -47615,7 +182902,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 23 20:18:17 2012 -0400
 
     When removing zero-width marks, don't remove ligatures
-
+    
     If a mark ligated, it probably should NOT be removed.
 
  src/hb-ot-shape.cc | 6 +++---
@@ -47627,10 +182914,8 @@ Date:   Mon Jul 23 20:14:13 2012 -0400
 
     Minor refactoring
 
- src/hb-ot-layout-gsubgpos-private.hh | 32
- --------------------------------
- src/hb-ot-layout-private.hh          | 35
- +++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-gsubgpos-private.hh | 32 --------------------------------
+ src/hb-ot-layout-private.hh          | 35 +++++++++++++++++++++++++++++++++++
  src/hb-ot-shape-complex-indic.cc     |  2 +-
  3 files changed, 36 insertions(+), 33 deletions(-)
 
@@ -47639,7 +182924,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 23 20:11:42 2012 -0400
 
     [Indic] Improve check on ligatures
-
+    
     Only skip actual ligatures, not marks in-between ligature components.
 
  src/hb-ot-layout-gsubgpos-private.hh | 5 +++++
@@ -47651,16 +182936,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 23 20:07:50 2012 -0400
 
     [Indic] exclude ligatures when matching on Indic category
-
-    If, say, a H,ZWJ,C ligature was formed, we don't want the code
-    to detec
+    
+    If, say, a H,ZWJ,C ligature was formed, we don't want the code to detec
     that as a Halant.  So, ignore ligatures when matching category in
     final_reordering.
-
+    
     Sinhala failures down from 514 to 455 (0.167374%).
 
- src/hb-ot-shape-complex-indic.cc                   | 41
- ++++++++++++----------
+ src/hb-ot-shape-complex-indic.cc                   | 41 ++++++++++++----------
  .../indic/script-sinhala/misc/misc.txt             |  1 +
  2 files changed, 23 insertions(+), 19 deletions(-)
 
@@ -47687,7 +182970,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 23 18:25:02 2012 -0400
 
     [Indic] Remove syllable length check before sorting
-
+    
     We now limit syllable lengths in the machine.  No need to match here.
 
  src/hb-ot-shape-complex-indic.cc | 2 --
@@ -47698,33 +182981,30 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 23 18:19:17 2012 -0400
 
     [Indic] Limit syllables to at most five consonants
-
-    Seems to be about what Uniscribe does.  Not exactly.  But close
-    enough.
+    
+    Seems to be about what Uniscribe does.  Not exactly.  But close enough.
     More consonants will start a new cluster.
-
+    
     A few scripts went way down in failures.  In particular:
-
+    
       - Devanagari failures went down from 490 to 56.
       - Telugu went down from 113 to 49.
-
+    
     Other scripts went down slightly or didn't change.  New numbers:
-
+    
     BENGALI: 353908 out of 354285 tests passed. 377 failed (0.106412%)
     DEVANAGARI: 693572 out of 693628 tests passed. 56 failed (0.00807349%)
     GUJARATI: 366485 out of 366506 tests passed. 21 failed (0.00572978%)
     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
     KANNADA: 950730 out of 951913 tests passed. 1183 failed (0.124276%)
     KHMER: 298613 out of 299124 tests passed. 511 failed (0.170832%)
-    MALAYALAM: 1046881 out of 1048416 tests passed. 1535 failed
-    (0.146411%)
+    MALAYALAM: 1046881 out of 1048416 tests passed. 1535 failed (0.146411%)
     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
     SINHALA: 271333 out of 271847 tests passed. 514 failed (0.189077%)
     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
-
-    Some of the remaining Telugu and Devanagari issues seem to be
-    Uniscribe
+    
+    Some of the remaining Telugu and Devanagari issues seem to be Uniscribe
     eating Anusvara when placed before a non-joiner.  Ouch!
 
  src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
@@ -47735,7 +183015,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 23 14:04:42 2012 -0400
 
     [Thai] Fix SARA AM handling
-
+    
     Oops, thinko.
 
  src/hb-ot-shape-complex-misc.cc | 6 +++---
@@ -47747,18 +183027,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 23 13:52:07 2012 -0400
 
     [Thai] Reorder U+0E3A THAI VOWEL SIGN PHINTHU
-
-    Uniscribe reorders U+0E3A to be after U+0E38 and U+0E39.  We do
-    that by
+    
+    Uniscribe reorders U+0E3A to be after U+0E38 and U+0E39.  We do that by
     modifying the ccc for U+0E3A.
-
+    
     Fixes the two remaining Thai failures (see previous commit).
 
  src/hb-ot-shape-complex-misc.cc                          |  7 +++++++
  src/hb-unicode.cc                                        |  6 ++++++
  .../texts/in-tree/shaper-thai/script-thai/misc/MANIFEST  |  1 +
- .../in-tree/shaper-thai/script-thai/misc/phinthu.txt     | 16
- ++++++++++++++++
+ .../in-tree/shaper-thai/script-thai/misc/phinthu.txt     | 16 ++++++++++++++++
  4 files changed, 30 insertions(+)
 
 commit 4a7f4f3e56f8f7640ae7337aa1b3324f31e0d4ab
@@ -47766,28 +183044,25 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 23 13:15:33 2012 -0400
 
     [Thai] Adjust SARA AM reordering to match Uniscribe
-
+    
     Adjust the list of marks before SARA AM that get the reordering
     treatment.  Also adjust cluster formation to match Uniscribe.
-
+    
     With Wikipedia test data, now I see:
-
-      - For Thai, with the Angsana New font from Win7, I see 54
-      failures out
+    
+      - For Thai, with the Angsana New font from Win7, I see 54 failures out
         of over 4M tests  (0.00129107%).  Of the 54, two are legitimate
         reordering issues (fix coming soon), and the other 52 are simply
         Uniscribe using a zero-width space char instead of an unknown
         character for missing glyphs.  No idea why.  The missing-glyph
-        sequences include one that is a Thai character followed by
-        an Arabic
+        sequences include one that is a Thai character followed by an Arabic
         Sokun.  Someone confused it with Nikhahit I assume!
-
+    
       - For Lao, with the Dokchampa font from Win7, 33 tests fail out of
         54k (0.0615167%).  All seem to be insignificant mark positioning
         with two marks on a base.  Have to investigate.
 
- src/hb-ot-shape-complex-misc.cc                    | 42
- +++++++++++++---------
+ src/hb-ot-shape-complex-misc.cc                    | 42 +++++++++++++---------
  src/hb-private.hh                                  |  6 ++++
  test/shaping/texts/in-tree/shaper-thai/MANIFEST    |  1 +
  .../texts/in-tree/shaper-thai/script-lao/MANIFEST  |  1 +
@@ -47801,7 +183076,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 23 08:22:55 2012 -0400
 
     [Indic] Fix cluster formation with left-matras and conjunct forms
-
+    
     Test case was: <U+0D15,U+0D4D,U+0D15,U+0D4A>.
 
  src/hb-ot-shape-complex-indic.cc | 4 ++--
@@ -47812,7 +183087,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 23 00:11:26 2012 -0400
 
     [Indic] Further streamline cluster formation
-
+    
     This should address all possible cluster misformations that I had in
     mind.
 
@@ -47824,7 +183099,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jul 22 23:58:55 2012 -0400
 
     [Indic] Merge clusters before sorting
-
+    
     This should fix any instabilities in cluster formation that we were
     speculating may happen with surrounding syllables.  Or most of it
     perhaps.
@@ -47837,7 +183112,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jul 22 23:55:19 2012 -0400
 
     [Indic] Update clusters for left-matra even if matra didn't move
-
+    
     Fixes crashes reported with left matra under
     non-uniscribe-bug-compatibilty mode.
 
@@ -47849,12 +183124,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jul 22 23:23:56 2012 -0400
 
     [Indic] Merge in Malayalam tests
-
+    
     From:
     http://silpa.org.in/pub/tests/hb/ml/ml-harfbuzz-testdata.txt
 
- .../indic/script-malayalam/misc/misc.txt           | 94
- +++++++++++-----------
+ .../indic/script-malayalam/misc/misc.txt           | 94 +++++++++++-----------
  1 file changed, 46 insertions(+), 48 deletions(-)
 
 commit 5c7081770c7a611bbe79b451b7b86dec4fa6395d
@@ -47862,12 +183136,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jul 22 23:20:27 2012 -0400
 
     [Indic] Add extensive Sinhala tests
-
+    
     Generated by:
     http://git.savannah.gnu.org/cgit/sinhala.git/plain/utils/gen-unicode-sinhala.py
 
- .../indic/script-sinhala/misc/extensive.txt        | 4390
- ++++++++++++++++++++
+ .../indic/script-sinhala/misc/extensive.txt        | 4390 ++++++++++++++++++++
  1 file changed, 4390 insertions(+)
 
 commit 2efe4707b1b449962f6e161716477d9775456c46
@@ -47875,12 +183148,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jul 22 23:17:59 2012 -0400
 
     [Indic] Add Sinhala tests
-
+    
     Merge tests from:
     http://git.savannah.gnu.org/cgit/sinhala.git/plain/patches/icu-sinhala-rendering.txt
 
- .../indic/script-sinhala/misc/misc.txt             | 26
- ++++++++++++++++++++--
+ .../indic/script-sinhala/misc/misc.txt             | 26 ++++++++++++++++++++--
  1 file changed, 24 insertions(+), 2 deletions(-)
 
 commit 3d4c111b7a13700b2f7a0b087eb3992283295f21
@@ -47889,19 +183161,16 @@ Date:   Fri Jul 20 19:34:39 2012 -0400
 
     Add a test case
 
- .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt
- | 1 +
+ .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt        | 1 +
  1 file changed, 1 insertion(+)
 
 commit 92a1ad7bef9efb456ab87bd63818cfbed7da3f6f
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 18:38:27 2012 -0400
 
-    [Indic] Stop searching for base if a post form is found before
-    below form
-
-    Improves Bengali and Gurmukhi.  Malayalam regressed a bit.  We will
-    deal
+    [Indic] Stop searching for base if a post form is found before below form
+    
+    Improves Bengali and Gurmukhi.  Malayalam regressed a bit.  We will deal
     with that later.
 
  src/hb-ot-shape-complex-indic.cc | 5 ++++-
@@ -47912,9 +183181,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 18:13:04 2012 -0400
 
     [Indic] Recompose Bengali Ya,Nukta
-
+    
     This is a bunch of hacks for now.
-
+    
     Improves Bengali a bit.
 
  src/hb-ot-shape-complex-indic.cc | 4 ++--
@@ -47926,7 +183195,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 17:05:46 2012 -0400
 
     [Uniscribe] Fix script fallback
-
+    
     Gurmukhi failures half now.  Others changed slightly.
 
  src/hb-uniscribe.cc | 34 ++++++++++++++--------------------
@@ -47937,9 +183206,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 16:26:55 2012 -0400
 
     [Indic] Allow a ZWNJ after SM's
-
-    Malayalam failures go way down.  Other scripts benefitted slightly
-    too.
+    
+    Malayalam failures go way down.  Other scripts benefitted slightly too.
     Sinhala had one or two test regressions, but...
 
  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
@@ -47950,9 +183218,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 16:17:28 2012 -0400
 
     [Indic] Improve Reph AfterMain positioning
-
-    Fixes 20 out of 48 failing Oriya tests.  Failure rate down to
-    0.066% now.
+    
+    Fixes 20 out of 48 failing Oriya tests.  Failure rate down to 0.066% now.
 
  src/hb-ot-shape-complex-indic.cc | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)
@@ -47962,15 +183229,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 16:03:09 2012 -0400
 
     [Indic] Reposition Oriya Candrabindu
-
+    
     Oriya failures down from 0.65% to 0.20%.
 
- src/hb-ot-shape-complex-indic.cc                                        |
- 1 +
- .../shaping/texts/in-tree/shaper-indic/indic/script-oriya/misc/MANIFEST |
- 1 +
- .../texts/in-tree/shaper-indic/indic/script-oriya/misc/bindu.txt        |
- 2 ++
+ src/hb-ot-shape-complex-indic.cc                                        | 1 +
+ .../shaping/texts/in-tree/shaper-indic/indic/script-oriya/misc/MANIFEST | 1 +
+ .../texts/in-tree/shaper-indic/indic/script-oriya/misc/bindu.txt        | 2 ++
  3 files changed, 4 insertions(+)
 
 commit 5f0eaaad129ff04d56b8756bebf19fbc242718c9
@@ -47978,7 +183242,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 15:47:24 2012 -0400
 
     [Indic] Fix base search in final_reordering
-
+    
     Fixes most Malayalam failures.  Down from 1.6% to 0.38% now.  Fixes a
     few more in other scripts too.
 
@@ -47992,8 +183256,7 @@ Date:   Fri Jul 20 15:10:02 2012 -0400
     [Indic] Don't attach SM/VD to other characters
 
  src/hb-ot-shape-complex-indic-private.hh |  3 +++
- src/hb-ot-shape-complex-indic.cc         | 38
- ++++++++++++++++++--------------
+ src/hb-ot-shape-complex-indic.cc         | 38 ++++++++++++++++++--------------
  2 files changed, 24 insertions(+), 17 deletions(-)
 
 commit efb4ad735691837a52447bedc1a66a87d0d9af51
@@ -48001,7 +183264,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 14:27:38 2012 -0400
 
     Fix compiler warnings
-
+    
     If x is not constant, we cannot ASSERT_STATIC on it.
 
  src/hb-private.hh | 2 +-
@@ -48012,7 +183275,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 14:13:35 2012 -0400
 
     [Indic] Form Telugu Reph out of Ra,Virama,ZWJ
-
+    
     Apparently this was approved in Feb 2012.  No font yet.
 
  src/hb-ot-shape-complex-indic-private.hh | 2 +-
@@ -48024,11 +183287,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 14:02:35 2012 -0400
 
     [Indic] Don't split U+0AC9
-
+    
     Althought IndicMatraCategory.txt classifies it as Top_And_Right matra,
     it does not have Unicode decomposition, and Uniscribe does not do
     anything special about it either.
-
+    
     Gujarati failures down from 0.672% to 0.0130966%.
 
  src/hb-unicode.cc | 2 +-
@@ -48039,9 +183302,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 13:56:32 2012 -0400
 
     [Indic] Simplify Uniscribe cluster emulation
-
-    Now that we break syllables on Halant,ZWNJ, this code can be
-    simplified.
+    
+    Now that we break syllables on Halant,ZWNJ, this code can be simplified.
 
  src/hb-ot-shape-complex-indic.cc | 11 ++---------
  1 file changed, 2 insertions(+), 9 deletions(-)
@@ -48060,11 +183322,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 13:48:03 2012 -0400
 
     [Indic] Break syllables at Halant,ZWNJ
-
-    That's really what Uniscribe does, and explains a lot of pecularities
-    of
+    
+    That's really what Uniscribe does, and explains a lot of pecularities of
     Halant,ZWNJ before the base.
-
+    
     Sent Telugu from 1% failures to 0.03%.  Improved Kannada and Malayalam
     slightly.  Fixed half of Bengali, and did NOT break anything!
 
@@ -48077,9 +183338,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 13:37:48 2012 -0400
 
     [Indic] Better check for applying 'init'
-
+    
     Specifically, don't apply 'init' if previous char is a joiner.
-
+    
     Fixes some more of Bengali.
 
  src/hb-ot-shape-complex-indic.cc | 9 +--------
@@ -48091,11 +183352,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 12:32:59 2012 -0400
 
     [GPOS] Don't zero mark advances
-
+    
     Fixes more of Telugu, Kannada, and Oriya.
-
-    May break things (outside Indic...), but we cannot think of any
-    font relying
+    
+    May break things (outside Indic...), but we cannot think of any font relying
     on this immediately.
 
  src/hb-ot-layout-gpos-table.hh | 4 ++--
@@ -48115,7 +183375,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 11:25:41 2012 -0400
 
     [Indic] Implement reph positioning step 5
-
+    
     Not tuned, just copied from step 2.  Fixes another 0.5% of Kannada
     failures.  1% to go.
 
@@ -48127,9 +183387,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 11:04:15 2012 -0400
 
     [Indic] Don't let ZWNJ at the end of syllable affect base search
-
-    Fixes a few Devanagari, half of remaining Kannada failures,
-    quarter for
+    
+    Fixes a few Devanagari, half of remaining Kannada failures, quarter for
     Telugu, and others slightly improved or unchanged.
 
  src/hb-ot-shape-complex-indic.cc | 6 +++++-
@@ -48140,7 +183399,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 10:47:46 2012 -0400
 
     [Indic] Apply 'cjct' globally
-
+    
     Fixes 5 Devanagari failures, and no regressions.
 
  src/hb-ot-shape-complex-indic.cc | 15 +++++++++------
@@ -48151,7 +183410,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 20 10:30:24 2012 -0400
 
     [Indic] Unbreak old scriptures
-
+    
     Brings down failures with Lohit-Telugu from 57% to 1.40%.
 
  src/hb-ot-shape-complex-indic.cc | 5 +++--
@@ -48171,13 +183430,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 19 21:17:48 2012 -0400
 
     [Indic] Recategorize some Kannada right matras
-
+    
     Kannada failures down from 3.5% to 2.93%.
 
  src/hb-ot-shape-complex-indic.cc                                   | 2 +-
  .../texts/in-tree/shaper-indic/indic/script-kannada/misc/MANIFEST  | 1 +
- .../shaper-indic/indic/script-kannada/misc/right-matras.txt        |
- 7 +++++++
+ .../shaper-indic/indic/script-kannada/misc/right-matras.txt        | 7 +++++++
  3 files changed, 9 insertions(+), 1 deletion(-)
 
 commit 3604d64ced909ade91998d294a7b4b2ee14d47aa
@@ -48185,9 +183443,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 19 21:13:04 2012 -0400
 
     [Indic] Recategorize GURMUKHI ADDAK
-
-    It's not in IndicSyllabicCategory.txt.  Fixes most of Gurmukhi
-    failures.
+    
+    It's not in IndicSyllabicCategory.txt.  Fixes most of Gurmukhi failures.
     Failures down from 7.7% to 0.222%!
 
  src/hb-ot-shape-complex-indic.cc | 1 +
@@ -48225,9 +183482,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 19 20:30:22 2012 -0400
 
     [Indic] Unbreak Khmer
-
-    For Khmer, all consonants are subjoining.  No need to look in
-    the font.
+    
+    For Khmer, all consonants are subjoining.  No need to look in the font.
     We were looking in the wrong order anyway.
 
  src/hb-ot-shape-complex-indic.cc | 4 +++-
@@ -48238,7 +183494,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 19 20:24:14 2012 -0400
 
     [Indic] Apply 'akhn' globally
-
+    
     Fixes 1.5% more failures for Telugu, 2% for Kannada.
     Breaks one test in Devanagari.
 
@@ -48251,8 +183507,7 @@ Date:   Thu Jul 19 20:03:25 2012 -0400
 
     [Indic] Add failing test for Kannada
 
- .../texts/in-tree/shaper-indic/indic/script-kannada/misc/misc.txt
- | 1 +
+ .../texts/in-tree/shaper-indic/indic/script-kannada/misc/misc.txt        | 1 +
  1 file changed, 1 insertion(+)
 
 commit fa247ebe524f92fa95d344ba912f704262879c13
@@ -48260,7 +183515,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 19 19:52:19 2012 -0400
 
     [Indic] Better position U+0CD5
-
+    
     Fixes another 5% of Kannada failures.
 
  src/hb-ot-shape-complex-indic.cc | 4 ++--
@@ -48271,12 +183526,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 19 16:20:21 2012 -0400
 
     [Indic] Lookup consonant position in the font
-
+    
     Fixes most failures of Oriya, and improves others a bit.
 
  src/hb-ot-map-private.hh                 |  13 ++--
- src/hb-ot-shape-complex-indic-private.hh | 105
- -------------------------------
+ src/hb-ot-shape-complex-indic-private.hh | 105 -------------------------------
  src/hb-ot-shape-complex-indic.cc         |  63 +++++++++++++------
  3 files changed, 54 insertions(+), 127 deletions(-)
 
@@ -48306,8 +183560,7 @@ Date:   Thu Jul 19 14:59:15 2012 -0400
 
  src/Makefile.am              |   6 +-
  src/test-would-substitute.cc |  94 ++++++++++++++++++++++++++++++
- src/test.cc                  | 132
- +++++++++++++++++++++++++++++++++++++++++++
+ src/test.cc                  | 132 +++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 231 insertions(+), 1 deletion(-)
 
 commit e72b360ac6381b549249b8836fa3e70b909d3437
@@ -48315,13 +183568,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 19 14:35:23 2012 -0400
 
     Refactor / finish would_apply() operation
-
+    
     Untested.
 
  src/hb-ot-layout-gpos-table.hh       |   6 +-
  src/hb-ot-layout-gsub-table.hh       | 126 +++++++++----------
- src/hb-ot-layout-gsubgpos-private.hh | 233
- ++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout-gsubgpos-private.hh | 233 ++++++++++++++++++++++++++++++++++-
  src/hb-ot-layout.cc                  |  11 ++
  src/hb-ot-layout.h                   |   7 ++
  5 files changed, 308 insertions(+), 75 deletions(-)
@@ -48331,16 +183583,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 19 13:25:08 2012 -0400
 
     [Indic] Implement per-script matra positioning
-
+    
     Following what the spec says.
-
-    Brings down Telugu failures from 40% to 3.75%, and Kannada failures
-    from
+    
+    Brings down Telugu failures from 40% to 3.75%, and Kannada failures from
     44% to 10%.  Does NOT affect other scripts' test results.
 
  src/hb-ot-shape-complex-indic-private.hh |  2 +-
- src/hb-ot-shape-complex-indic.cc         | 40
- +++++++++++++++++++++++++++++---
+ src/hb-ot-shape-complex-indic.cc         | 40 +++++++++++++++++++++++++++++---
  src/hb-unicode.cc                        |  2 +-
  3 files changed, 39 insertions(+), 5 deletions(-)
 
@@ -48351,8 +183601,7 @@ Date:   Thu Jul 19 12:59:06 2012 -0400
     [Indic] More refactoring
 
  src/hb-ot-shape-complex-indic-private.hh |  9 ++---
- src/hb-ot-shape-complex-indic.cc         | 65
- ++++++++++++++++++++++++--------
+ src/hb-ot-shape-complex-indic.cc         | 65 ++++++++++++++++++++++++--------
  2 files changed, 54 insertions(+), 20 deletions(-)
 
 commit 9ccc6382ba43760167c134c18c1c4ada4b8c3f22
@@ -48361,8 +183610,7 @@ Date:   Thu Jul 19 12:32:16 2012 -0400
 
     [Indic] Minor refactoring
 
- src/hb-ot-shape-complex-indic.cc | 127
- ++++++++++++++++++++++-----------------
+ src/hb-ot-shape-complex-indic.cc | 127 ++++++++++++++++++++++-----------------
  1 file changed, 71 insertions(+), 56 deletions(-)
 
 commit f83aaa3133de5d807be267a100d6a200e8db9017
@@ -48371,8 +183619,7 @@ Date:   Thu Jul 19 12:23:23 2012 -0400
 
     [Indic] Minor
 
- src/hb-ot-shape-complex-indic-private.hh | 42
- ++++++++++++++++++++------------
+ src/hb-ot-shape-complex-indic-private.hh | 42 ++++++++++++++++++++------------
  1 file changed, 26 insertions(+), 16 deletions(-)
 
 commit be8b9f5f715f6fb36b98bd33c3303f79cc068f8a
@@ -48381,8 +183628,7 @@ Date:   Thu Jul 19 12:11:12 2012 -0400
 
     [Indic] Start refactoring different matra positions per script
 
- src/hb-ot-shape-complex-indic-private.hh | 36
- +++++++++++++++++++-------------
+ src/hb-ot-shape-complex-indic-private.hh | 36 +++++++++++++++++++-------------
  src/hb-ot-shape-complex-indic.cc         |  4 ++--
  2 files changed, 24 insertions(+), 16 deletions(-)
 
@@ -48400,11 +183646,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 19 11:25:49 2012 -0400
 
     [Indic] Disallow decomposition of a couple characters
-
-    This is a hack for now.  Will be fixed when we do
-    complex-shaper-driven
+    
+    This is a hack for now.  Will be fixed when we do complex-shaper-driven
     normalization properly.
-
+    
     The results with or without decomposition are the same, but Uniscribe
     does not normalize, so this matches better.
 
@@ -48416,20 +183661,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 18 23:25:58 2012 -0400
 
     [Indic] Accept a forced Rakar sequence at the end of syllable
-
-    In Sinhala, Rakar is formed by Al-Lakuna,ZWJ,Ra.  If you put that
-    at the
+    
+    In Sinhala, Rakar is formed by Al-Lakuna,ZWJ,Ra.  If you put that at the
     end of a Consonant,Matra syllable, you get a dotted-circle from
     Uniscribe.  Apparently adding a ZWJ before the Al-Lakuna "fixes" that.
     And people have been encoding that sequence...  So, allow a forced
     "ZWJ,Virama,ZWJ,Ra" sequence at the of syllables.
-
+    
     Fixes some 100 or more of Sinhala failures.  Now at 622 only (0.23%).
 
- src/hb-ot-shape-complex-indic-machine.rl                               |
- 3 ++-
- .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt      |
- 2 ++
+ src/hb-ot-shape-complex-indic-machine.rl                               | 3 ++-
+ .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt      | 2 ++
  2 files changed, 4 insertions(+), 1 deletion(-)
 
 commit 6fc1732003d71cf90d37247482772c3da884687f
@@ -48437,7 +183679,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 18 17:49:19 2012 -0400
 
     [Indic] Allow joiners on both sides of Halant at the same time
-
+    
     The sequence <ZWJ,Al-Lakuna,ZWJ> is used in Sinhala to explicitly ask
     for Rakar.  Fixes two-thousand Sinhala tests.  Not many left.
 
@@ -48449,14 +183691,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 18 17:42:34 2012 -0400
 
     [Indic] In final reordering, find base, even if it disappeared
-
+    
     POS_BASE can disappear if base ligated backward.  Define base as last
     with position not after base.
-
+    
     Fixes a few hundred of Sinhala failures with Iskoola Pota.
 
- src/hb-ot-shape-complex-indic.cc                                   |
- 7 ++-----
+ src/hb-ot-shape-complex-indic.cc                                   | 7 ++-----
  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt  | 1 +
  2 files changed, 3 insertions(+), 5 deletions(-)
 
@@ -48474,15 +183715,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 18 17:22:14 2012 -0400
 
     [Indic] Implement Sinhala "Al Lakuna" Reph behavior
-
+    
     In Sinhala, Reph is formed only explicitly, by the presence of a ZWJ.
 
  src/hb-ot-shape-complex-indic-private.hh                           | 2 ++
- src/hb-ot-shape-complex-indic.cc                                   |
- 7 ++++++-
+ src/hb-ot-shape-complex-indic.cc                                   | 7 ++++++-
  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/MANIFEST  | 1 +
- .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/reph.txt  |
- 3 +++
+ .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/reph.txt  | 3 +++
  4 files changed, 12 insertions(+), 1 deletion(-)
 
 commit 91cade755534c42bb826a6aefcbca8a543d94387
@@ -48490,9 +183729,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 18 16:50:41 2012 -0400
 
     [Indic/Unicode] Decompose Sinhala split matras the way Uniscribe likes
-
+    
     Makes no visual difference.
-
+    
     Fixes most of the failures.  Down from 15% to 1.3%!
 
  src/hb-unicode.cc | 8 ++++++++
@@ -48503,13 +183742,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 18 16:34:10 2012 -0400
 
     Apply Tibetan (global) features.
-
+    
     Fixes all Tibetan failures.  All 180k of them!
-
+    
     Merges back Hangul into the default shaper.
 
- src/hb-ot-shape-complex-misc.cc    | 82
- +++++++++++++++++---------------------
+ src/hb-ot-shape-complex-misc.cc    | 82 +++++++++++++++++---------------------
  src/hb-ot-shape-complex-private.hh |  7 ----
  2 files changed, 37 insertions(+), 52 deletions(-)
 
@@ -48518,17 +183756,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 18 16:00:49 2012 -0400
 
     [Indic] Treat Register Shifters like Nukta
-
+    
     Really this time.
-
+    
     Fixes another 18 Khmer tests.
 
- src/hb-ot-shape-complex-indic-machine.rl                                |
- 2 +-
- src/hb-ot-shape-complex-indic.cc                                        |
- 2 --
- .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    |
- 1 +
+ src/hb-ot-shape-complex-indic-machine.rl                                | 2 +-
+ src/hb-ot-shape-complex-indic.cc                                        | 2 --
+ .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    | 1 +
  3 files changed, 2 insertions(+), 3 deletions(-)
 
 commit e8cd81f76d159f3ecf808952dab24bc07782497a
@@ -48545,15 +183780,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 18 15:45:43 2012 -0400
 
     [Indic] Fix Matra reordering when base is at end of syllable
-
+    
     For example: U+915,U+200c,U+93f
-
+    
     Fixes last Tamil failure!
 
- src/hb-ot-shape-complex-indic.cc                                        |
- 2 +-
- .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt    |
- 1 +
+ src/hb-ot-shape-complex-indic.cc                                        | 2 +-
+ .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt    | 1 +
  2 files changed, 2 insertions(+), 1 deletion(-)
 
 commit d16ccc4ae7aa8be460881042413fa2637929fede
@@ -48561,9 +183794,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 18 15:43:55 2012 -0400
 
     Leave one extra item at the end of buffer allocation
-
+    
     Just in case, for the times we do out-of-bounds access.
-
+    
     jk
 
  src/hb-buffer-private.hh | 2 +-
@@ -48583,7 +183816,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 18 15:28:25 2012 -0400
 
     [Indic] Allow joiners before matras
-
+    
     Fixes 1 more Devanagari test!
 
  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
@@ -48594,12 +183827,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 18 15:10:05 2012 -0400
 
     [Indic] Allow halant group in Vowel and placeholder syllables
-
+    
     Fixes 2 out of 560 Devanagari failures.  AND:
     Fixes 1 out of 2 Tamil failures.
 
- src/hb-ot-shape-complex-indic-machine.rl                           |
- 7 ++++---
+ src/hb-ot-shape-complex-indic-machine.rl                           | 7 ++++---
  .../in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt     | 1 +
  2 files changed, 5 insertions(+), 3 deletions(-)
 
@@ -48618,10 +183850,8 @@ Date:   Wed Jul 18 14:57:28 2012 -0400
 
     [Indic] Minor
 
- src/hb-ot-shape-complex-indic-machine.rl                               |
- 3 ++-
- .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt   |
- 3 +++
+ src/hb-ot-shape-complex-indic-machine.rl                               | 3 ++-
+ .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt   | 3 +++
  2 files changed, 5 insertions(+), 1 deletion(-)
 
 commit 4c3691d2a32ca7e54a54f7c08098fd96fa7af39e
@@ -48629,7 +183859,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 18 14:23:55 2012 -0400
 
     [Indic] Hopefully minor!
-
+    
     Refactoring Indic machin.  No semantic change.
 
  src/hb-ot-shape-complex-indic-machine.rl | 12 +++++++-----
@@ -48649,7 +183879,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 18 13:13:03 2012 -0400
 
     [Indic] Unbreak Tamil
-
+    
     Tamil has only about 150 failures now!
 
  src/hb-ot-shape-complex-indic.cc | 18 +++++++++++++++++-
@@ -48660,16 +183890,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 17 18:17:30 2012 -0400
 
     [Indic] Position Khmer Robat
-
+    
     It's a visual Repha.
-
+    
     Still not positioning logical Repha as occurs in Malayalam.
-
+    
     Another 200 Khmer failures fixed.  547 to go.  That's better than
     Devanagari!
 
- src/hb-ot-shape-complex-indic-machine.rl | 36
- +++++++++++++++++---------------
+ src/hb-ot-shape-complex-indic-machine.rl | 36 +++++++++++++++++---------------
  src/hb-ot-shape-complex-indic-private.hh |  7 ++++---
  src/hb-ot-shape-complex-indic.cc         | 13 ++++++++++++
  3 files changed, 36 insertions(+), 20 deletions(-)
@@ -48679,11 +183908,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 17 17:53:03 2012 -0400
 
     [Indic] Better categorize Register Shifters and Khmer Various signs
-
+    
     Down another 500 or so Khmer failures!
 
- src/hb-ot-shape-complex-indic-machine.rl                   | 14
- +++++++-------
+ src/hb-ot-shape-complex-indic-machine.rl                   | 14 +++++++-------
  src/hb-ot-shape-complex-indic-private.hh                   |  2 +-
  src/hb-ot-shape-complex-indic.cc                           |  8 ++++----
  .../south-east-asian/script-khmer/misc/MANIFEST            |  2 ++
@@ -48696,15 +183924,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 17 17:09:29 2012 -0400
 
     Add hb_buffer_normalize_glyphs() and hb-shape --normalize-glyphs
-
-    This reorders glyphs within the cluster to a nominal order.
-    This should
+    
+    This reorders glyphs within the cluster to a nominal order.  This should
     have no visible effect on the output, but helps with testing, for
     getting the same hb-shape output for visually-equal glyphs for each
     cluster.
 
- src/hb-buffer.cc  | 76
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-buffer.cc  | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-buffer.h   | 13 ++++++++++
  src/hb-private.hh | 29 ++++++++++++++++-----
  util/options.cc   |  1 +
@@ -48724,17 +183950,15 @@ commit 5d32690a3428fa86eb26fe5fcec943a10aa95881
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 17 14:23:28 2012 -0400
 
-    [Indic] For scripts without Half forms, always choose first consonant
-    as base
-
+    [Indic] For scripts without Half forms, always choose first consonant as base
+    
     In such scripts (ie. Khmer), a ZWJ/ZWNJ shouldn't stop the search for
     base.  So, instead just choose the first consonant as base directly.
-
+    
     Test sequence:
     U+1798,200c,U+17C9,U+17D2,U+179B,U+17C1,U+17C7
 
- src/hb-ot-shape-complex-indic.cc | 59
- ++++++++++++++++++++++++----------------
+ src/hb-ot-shape-complex-indic.cc | 59 ++++++++++++++++++++++++----------------
  1 file changed, 35 insertions(+), 24 deletions(-)
 
 commit 34b57149065d96f7528aaccaa7654e956ce27e93
@@ -48742,13 +183966,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 17 14:09:32 2012 -0400
 
     [Indic] Treat Khmer Register Shifters more like Nuktas
-
+    
     Except that there may be a ZWNJ before a Register Shifter.
 
- src/hb-ot-shape-complex-indic-machine.rl                                |
- 2 +-
- .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    |
- 2 ++
+ src/hb-ot-shape-complex-indic-machine.rl                                | 2 +-
+ .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    | 2 ++
  2 files changed, 3 insertions(+), 1 deletion(-)
 
 commit 11e2a601b19861b05dbb2051d2d078c3cfd75b29
@@ -48765,15 +183987,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 17 13:55:10 2012 -0400
 
     [Indic] Apply 'cfar' for Khmer
-
+    
     Mark stuff after a pre-base reordering Ro 'cfar'.  Used in Khmer.
     This allows distinguishing the following cases with MS Khmer fonts:
-
+    
       U+1784,U+17D2,U+179A,U+17D2,U+1782
       U+1784,U+17D2,U+1782,U+17D2,U+179A
 
- src/hb-ot-shape-complex-indic.cc                         | 16
- ++++++++++++++--
+ src/hb-ot-shape-complex-indic.cc                         | 16 ++++++++++++++--
  .../south-east-asian/script-khmer/misc/misc.txt          |  2 ++
  2 files changed, 16 insertions(+), 2 deletions(-)
 
@@ -48782,16 +184003,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 17 12:50:13 2012 -0400
 
     [Indic] Position final subjoined consonants (and vowels) after matras
-
+    
     In Khmer, a final subjoined consonant or independent vowel can occur
     after matras.  This final subjoined thing should NOT be reordered to
     before the matra even though it's subjoined.
-
+    
     Fixes another 1k of the Khmer failures.  Not much left really.
 
  src/hb-ot-shape-complex-indic-private.hh                    |  1 +
- src/hb-ot-shape-complex-indic.cc                            | 13
- +++++++++++++
+ src/hb-ot-shape-complex-indic.cc                            | 13 +++++++++++++
  .../south-east-asian/script-khmer/misc/misc.txt             |  2 ++
  3 files changed, 16 insertions(+)
 
@@ -48800,15 +184020,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 17 11:54:28 2012 -0400
 
     [Indic] Recategorize Khmer coeng sign as a separate category OT_Coeng
-
+    
     Amend the syllable structure to allow a final subscripted consonant
     (Coeng+C) and a final subscripted independent vowel (Coeng+V).
     Fixes another 2k of Khmer failures.
 
- src/hb-ot-shape-complex-indic-machine.rl                           |
- 7 ++++---
- src/hb-ot-shape-complex-indic.cc                                   |
- 6 +++++-
+ src/hb-ot-shape-complex-indic-machine.rl                           | 7 ++++---
+ src/hb-ot-shape-complex-indic.cc                                   | 6 +++++-
  .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt       | 1 +
  3 files changed, 10 insertions(+), 4 deletions(-)
 
@@ -48817,7 +184035,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 17 11:37:32 2012 -0400
 
     [Indic] Add a separate Coeng class
-
+    
     No characters recategorized yet.  No semantic change.
 
  src/hb-ot-shape-complex-indic-machine.rl |  1 +
@@ -48830,18 +184048,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 17 11:16:19 2012 -0400
 
     [Indic] Move Halant with after-base consonants
-
+    
     Normally, we attach the Halant to the previous character and move it
-    with it.  For after-base consonants however, the Halant "belongs"
-    to the
+    with it.  For after-base consonants however, the Halant "belongs" to the
     consonant after, so attach it so.
-
+    
     This fixes Bengali sequences involving post-base consonant Ya, which
     should ligate with the Halant to form Ya Phala, but previously a
     reordered matras was blocking the ligation.
 
- src/hb-ot-shape-complex-indic.cc                              |
- 11 +++++++++++
+ src/hb-ot-shape-complex-indic.cc                              | 11 +++++++++++
  .../in-tree/shaper-indic/indic/script-bengali/misc/misc.txt   |  1 +
  2 files changed, 12 insertions(+)
 
@@ -48850,16 +184066,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jul 17 10:40:59 2012 -0400
 
     [Indic] Apply presentation-forms features all at once
-
-    Seems like this is what Uniscribe is doing, and does not break
-    any fonts
-    we tested (with Devanagari, Malayalam, Khmer, and Bengali), while
-    fixing
+    
+    Seems like this is what Uniscribe is doing, and does not break any fonts
+    we tested (with Devanagari, Malayalam, Khmer, and Bengali), while fixing
     some Ra Phala sequences for Bengali with Vrinda.  Fixes another 2% of
     Bengali failures (a couple more to go).
 
- src/hb-ot-shape-complex-indic.cc                                    |
- 6 +++---
+ src/hb-ot-shape-complex-indic.cc                                    | 6 +++---
  .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt   | 1 +
  2 files changed, 4 insertions(+), 3 deletions(-)
 
@@ -48868,7 +184081,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 16 22:43:17 2012 -0400
 
     Fix MarkAttachmentType matching
-
+    
     Fixes issue reported by Khaled Hosny with his Hussaini Nastaleeq font
     and sequences like those added in the previous commit.
 
@@ -48880,12 +184093,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 16 22:46:06 2012 -0400
 
     [test/arabic] Add Arabic tests for mark skipping
-
+    
     Expose a bug with Khaled's Hussaini Nastaleeq font.
 
  .../shaper-arabic/script-arabic/misc/diacritics/MANIFEST       |  1 +
- .../script-arabic/misc/diacritics/mark-skipping.txt            |
- 10 ++++++++++
+ .../script-arabic/misc/diacritics/mark-skipping.txt            | 10 ++++++++++
  2 files changed, 11 insertions(+)
 
 commit ad4494759fa8bfd2497800c24fa414075ed1aa61
@@ -48902,12 +184114,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 16 20:31:24 2012 -0400
 
     [Indic] Disable 'kern' in Uniscribe bug compatibility mode
-
-    Uniscribe does not apply 'kern' in the Indic module.  Some of
-    the Khmer
+    
+    Uniscribe does not apply 'kern' in the Indic module.  Some of the Khmer
     fonts they ship have small adjustments in the 'kern' table.  Disable
     'kern' in the Indic module under Uniscribe bug compatibility mode.
-
+    
     Fixes some 10% of the Khmer failures.  Remains under 3% (excluding
     dotted-circle ones).
 
@@ -48919,7 +184130,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 16 20:26:57 2012 -0400
 
     Allow complex shapers overriding common features
-
+    
     In a new callback...  Currently unused by all complex shapers.
 
  src/hb-ot-shape-complex-arabic.cc  |  6 ++++++
@@ -48934,10 +184145,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 16 19:56:29 2012 -0400
 
     [Indic] Categorize other Khmer marks
-
+    
     Mark them the same as the Register Shifters for now.  Need to rename
     that category to something more sensible after all is settled.
-
+    
     Fixes another percent of Khmer failures.  Down to under 3%!
 
  src/hb-ot-shape-complex-indic.cc | 4 ++++
@@ -48948,14 +184159,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 16 17:04:46 2012 -0400
 
     [Indic] Recognize pre-base reordering Ra anywhere in the syllable
-
+    
     We were doing that only immediately after base.
+    
+    Fixes another percent in the Khmer failures.  About three more to go...
 
-    Fixes another percent in the Khmer failures.  About three more
-    to go...
-
- src/hb-ot-shape-complex-indic.cc | 84
- ++++++++++++++++++++++------------------
+ src/hb-ot-shape-complex-indic.cc | 84 ++++++++++++++++++++++------------------
  1 file changed, 46 insertions(+), 38 deletions(-)
 
 commit 7d09c98a1fff97127e48eae48d380dc9fcff288e
@@ -48963,7 +184172,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 16 16:45:22 2012 -0400
 
     [Indic] Recognizer Register Shifter marks
-
+    
     Fixes another 6% of the Khmer failures.
 
  src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
@@ -48976,7 +184185,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 16 16:13:32 2012 -0400
 
     [GSUB/GDEF] Guess glyph classes after substitution only if no GDEF
-
+    
     Brings down Khmer failures with Daun Penh font from 36% to 20%.
 
  src/hb-ot-layout-gsubgpos-private.hh | 20 +++++++++++++-------
@@ -48987,7 +184196,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 16 15:52:54 2012 -0400
 
     [Indic] Categorize Khmer Ro
-
+    
     Khmer failures down from 58% to 36%.
 
  src/hb-ot-shape-complex-indic-private.hh | 2 ++
@@ -48998,11 +184207,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 16 15:49:08 2012 -0400
 
     [Indic] Reoder pre-base reordering Ra
-
+    
     Brings down Malayalam failures from 14% down to 3%.
 
- src/hb-ot-shape-complex-indic.cc | 42
- +++++++++++++++++++++++++++-------------
+ src/hb-ot-shape-complex-indic.cc | 42 +++++++++++++++++++++++++++-------------
  1 file changed, 29 insertions(+), 13 deletions(-)
 
 commit 1a1dbe9a2787f226f3e43063da8eb6633438b0a0
@@ -49028,7 +184236,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 16 15:26:56 2012 -0400
 
     [Indic] Rename
-
+    
     No semantic change.
 
  src/hb-ot-shape-complex-indic.cc | 26 +++++++++++++-------------
@@ -49039,7 +184247,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 16 15:21:12 2012 -0400
 
     [Indic] Implement After-Main Reph positioning
-
+    
     Almost...
 
  src/hb-ot-shape-complex-indic.cc | 8 +++++++-
@@ -49050,7 +184258,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 16 15:20:15 2012 -0400
 
     [Indic] Apply 'pref' to pre-base reodering Ra
-
+    
     No reordering yet.
 
  src/hb-ot-shape-complex-indic.cc | 10 ++++++++++
@@ -49061,7 +184269,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 16 15:15:28 2012 -0400
 
     [Indic] Minor
-
+    
     Should not be any semantic change.  In preparation for implementing
     pre-base reordering Ra.
 
@@ -49074,8 +184282,7 @@ Date:   Mon Jul 16 14:52:18 2012 -0400
 
     Minor
 
- src/hb-ot-shape-complex-indic.cc | 44
- ++++++++++++++++++++--------------------
+ src/hb-ot-shape-complex-indic.cc | 44 ++++++++++++++++++++--------------------
  1 file changed, 22 insertions(+), 22 deletions(-)
 
 commit 2f903215c5da2330a37abe489a3f45f7c3fd5a09
@@ -49110,7 +184317,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 16 13:25:17 2012 -0400
 
     Split matras without a Unicode decomposition
-
+    
     This is a hack for now, to get us going with Khmer.  This will be
     refactored properly later to move the complex logic into complex
     shapers.
@@ -49123,7 +184330,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 16 13:24:26 2012 -0400
 
     [Indic] Adjust position for split matras
-
+    
     We are going to split matras without a Unicode decompositions in a way
     that the second half takes the codepoint of the whole matra.  So,
     position them where the second half is supposed to end up.
@@ -49136,9 +184343,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 16 13:23:40 2012 -0400
 
     [GSUB] Allow 1-to-1 ligature substitutions!
-
-    Apparently Uniscribe allows these, and they are used in some Khmer
-    fonts
+    
+    Apparently Uniscribe allows these, and they are used in some Khmer fonts
     shipped with Windows, namely, Daun Penh.
 
  src/hb-ot-layout-gsub-table.hh | 2 +-
@@ -49186,9 +184392,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 13 10:19:10 2012 -0400
 
     Make sure HB_BEGIN_DECLS / HB_END_DECLS is only used in public headers
-
-    So we can use them to switch default visibility to internal if
-    desired,
+    
+    So we can use them to switch default visibility to internal if desired,
     and use these to make only declared symbols public.
 
  src/check-c-linkage-decls.sh             | 10 +++++++++-
@@ -49219,9 +184424,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 13 09:48:39 2012 -0400
 
     Check for exported weak symbols
-
-    Ouch, all our C++ inline functions are being exported (weakly)
-    already.
+    
+    Ouch, all our C++ inline functions are being exported (weakly) already.
     Fix coming.
 
  src/check-internal-symbols.sh | 8 +++++++-
@@ -49259,9 +184463,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 11 19:00:30 2012 -0400
 
     [ft] Disable ppem setting
-
+    
     The calculations were wrong.
-
+    
     FreeType makes it really hard to set size and ppem independently.
     For now, disable it.  Need to come up with a fix later.
 
@@ -49282,15 +184486,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 11 18:01:27 2012 -0400
 
     Revert "Towards templatizing common Lookup types"
-
+    
     This reverts commit 727135f3a9938c1ebd5b9f5015a46c7ccc8573c5.
-
+    
     This is work-in-progress.  Didn't mean to push it out just yet.
 
  src/hb-ot-layout-gpos-table.hh       | 16 ++++++----------
  src/hb-ot-layout-gsub-table.hh       | 24 ++++++++++--------------
- src/hb-ot-layout-gsubgpos-private.hh | 33
- ++-------------------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 33 ++-------------------------------
  3 files changed, 18 insertions(+), 55 deletions(-)
 
 commit 552bf3a9f9651311084b7979805dbdc18c0335ca
@@ -49298,10 +184501,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 11 16:44:51 2012 -0400
 
     Bump WINNT version requested from 500 to 600
-
+    
     Since we use the OpenType versions of Uniscribe functions, we are
-    relying on that version of the WINNT API.  Otherwise, usp10.h
-    will hide
+    relying on that version of the WINNT API.  Otherwise, usp10.h will hide
     those symbols.
 
  src/hb-uniscribe.cc | 2 +-
@@ -49334,8 +184536,7 @@ Date:   Tue Jul 3 22:15:35 2012 -0400
 
  src/hb-ot-layout-gpos-table.hh       | 16 ++++++++++------
  src/hb-ot-layout-gsub-table.hh       | 24 ++++++++++++++----------
- src/hb-ot-layout-gsubgpos-private.hh | 33
- +++++++++++++++++++++++++++++++--
+ src/hb-ot-layout-gsubgpos-private.hh | 33 +++++++++++++++++++++++++++++++--
  3 files changed, 55 insertions(+), 18 deletions(-)
 
 commit 1167c7bfc9e61f145e11da4881968293a4d3c0a9
@@ -49344,13 +184545,11 @@ Date:   Tue Jul 3 11:38:46 2012 -0400
 
     Minor
 
- test/shaping/texts/in-tree/shaper-thai/MANIFEST                     |
- 2 +-
+ test/shaping/texts/in-tree/shaper-thai/MANIFEST                     | 2 +-
  test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST                | 1 -
  test/shaping/texts/in-tree/shaper-thai/script-thai/MANIFEST         | 1 +
  test/shaping/texts/in-tree/shaper-thai/script-thai/misc/MANIFEST    | 1 +
- .../shaper-thai/{misc/misc.txt => script-thai/misc/sara-am.txt}     |
- 6 ++----
+ .../shaper-thai/{misc/misc.txt => script-thai/misc/sara-am.txt}     | 6 ++----
  5 files changed, 5 insertions(+), 6 deletions(-)
 
 commit aa116582e69d18777448e7993078e5d6335ddfed
@@ -49359,8 +184558,7 @@ Date:   Fri Jun 29 10:50:12 2012 -0400
 
     Minor
 
- .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt
- | 1 +
+ .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt      | 1 +
  1 file changed, 1 insertion(+)
 
 commit 1f13c7185f02ea18d4fadd2ea8ad444bea863c39
@@ -49387,7 +184585,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 26 10:46:31 2012 -0400
 
     Use octal-escaped UTF-8 characters instead of plain text
-
+    
     https://bugs.freedesktop.org/show_bug.cgi?id=50970
 
  src/hb-private.hh | 17 ++++++++++++-----
@@ -49398,7 +184596,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jun 24 13:20:56 2012 -0400
 
     Disable introspection again
-
+    
     Until I figure out the build issues.  Sigh...
 
  configure.ac    |  2 +-
@@ -49545,7 +184743,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jun 9 02:53:57 2012 -0400
 
     Add fast-path for GPOS too
-
+    
     Shaves another 3% for DejaVu Sans long Latin strings.
 
  src/hb-ot-layout-gpos-table.hh | 16 ++++++++++++++--
@@ -49556,7 +184754,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jun 9 02:48:16 2012 -0400
 
     Add fast-path to GSUB to check coverage
-
+    
     Shaves a good 10% off DejaVu Sans with simple Latin text for me.
     Now, DejaVu is very ChainContext-intensive, but it's also a very
     popular font!
@@ -49569,7 +184767,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jun 9 02:26:57 2012 -0400
 
     Match input before backtrack
-
+    
     Makes more sense, optimization-wise.
 
  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
@@ -49617,12 +184815,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jun 9 01:10:26 2012 -0400
 
     Micro-optimize
-
+    
     I know...
 
  src/hb-ot-layout-gsubgpos-private.hh |  3 ++-
- src/hb-ot-layout.cc                  | 46
- ++++++++++++++++++++++--------------
+ src/hb-ot-layout.cc                  | 46 ++++++++++++++++++++++--------------
  2 files changed, 30 insertions(+), 19 deletions(-)
 
 commit 70416de298b811ab6be53a1c67f0d2531d99cd46
@@ -49639,7 +184836,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jun 9 00:50:40 2012 -0400
 
     Use linear search for small counts
-
+    
     I see about 8% speedup with long strings with DejaVu Sans.
 
  src/hb-open-type-private.hh | 19 ++++++++++++++-----
@@ -49678,13 +184875,12 @@ commit 7b84c536c10ab90ed96a033d88e9ad232d46c5b8
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 8 22:04:23 2012 -0400
 
-    In MarkBase attachment, only attach to first of a MultipleSubst
-    sequence
-
+    In MarkBase attachment, only attach to first of a MultipleSubst sequence
+    
     This is apparently what Uniscribe does.  Test case is:
-
+    
       SEEN FATHA TEH ALEF
-
+    
     with Arabic Typesetting.  Originally reported by Khaled Hosny.
 
  src/hb-ot-layout-gpos-table.hh       | 7 ++++++-
@@ -49696,7 +184892,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 8 21:47:23 2012 -0400
 
     Set lig_comp for MultipleSubst components
-
+    
     To be used for correct mark attachment to first component of a
     MultipleSubst output.  That's what Uniscribe does.
 
@@ -49811,8 +185007,7 @@ commit e51d2b6ed1c794ac28c5610bfd01dbc9fb383633
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 8 20:33:27 2012 -0400
 
-    Extend into main buffer if extension hit end of out-buffer merging
-    clusters
+    Extend into main buffer if extension hit end of out-buffer merging clusters
 
  src/hb-buffer.cc                | 5 +++++
  src/hb-ot-shape-complex-misc.cc | 9 ---------
@@ -49905,14 +185100,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 8 14:08:32 2012 -0400
 
     Fix Uniscribe charset matching
-
-    Previously was failing to match fonts that didn't support
-    CHARSET_ANSI.
-
+    
+    Previously was failing to match fonts that didn't support CHARSET_ANSI.
+    
     There still remains a problem with the Uniscribe backend, in that if a
     font with the same family name is installed, and is newer, the native
-    one is preferred over the font we provide.  Fixing it requires
-    rewriting
+    one is preferred over the font we provide.  Fixing it requires rewriting
     the name table with a unique family name...
 
  src/hb-uniscribe.cc | 1 +
@@ -49941,7 +185134,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 8 10:43:49 2012 -0400
 
     Fix regressions introduced by sed.  Ouch!
-
+    
     Introduced in 99c2695759a6af855d565f4994bbdf220570bb48.
     Broken mark-mark and mark-ligature stuff.
 
@@ -49955,8 +185148,7 @@ Date:   Fri Jun 8 10:23:03 2012 -0400
 
     Whitespace
 
- src/hb-uniscribe.cc | 144
- ++++++++++++++++++++++++++--------------------------
+ src/hb-uniscribe.cc | 144 ++++++++++++++++++++++++++--------------------------
  1 file changed, 72 insertions(+), 72 deletions(-)
 
 commit 8e7beba7c3b3dea3cb3b7e280c5aab4f13b92d31
@@ -49982,7 +185174,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 8 09:59:43 2012 -0400
 
     Unbreak Uniscribe
-
+    
     Oops.  hb_tag_t and OPENTYPE_TAG have different endianness.  Perhaps
     something to add API for in hb-uniscribe.h
 
@@ -49995,7 +185187,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 8 09:26:17 2012 -0400
 
     Override direction in Uniscribe backend
-
+    
     Matches OT backend now.
 
  src/hb-uniscribe.cc | 2 +-
@@ -50024,7 +185216,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jun 7 17:31:46 2012 -0400
 
     Fix alignment-requirement missmatch
-
+    
     Detected by clang and lots of cmdline options.
 
  src/hb-buffer-private.hh             | 2 +-
@@ -50077,7 +185269,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jun 6 11:27:17 2012 -0400
 
     Fix ASSERT_POD on clang
-
+    
     As reported by bashi.  Not tested.
 
  src/hb-private.hh | 8 ++++++--
@@ -50123,7 +185315,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 5 21:14:04 2012 -0400
 
     Don't link to libstdc++
-
+    
     New try.
 
  src/Makefile.am | 3 ++-
@@ -50143,7 +185335,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 5 20:39:07 2012 -0400
 
     Disable Intel atomic ops on mingw32
-
+    
     Apparently the configure test is not enough...
 
  src/hb-atomic-private.hh | 2 +-
@@ -50181,8 +185373,7 @@ Date:   Tue Jun 5 20:35:40 2012 -0400
  util/hb-shape.cc                   |  2 +-
  util/helper-cairo.cc               | 16 +++++------
  util/main-font-text.hh             |  2 +-
- util/options.cc                    | 58
- +++++++++++++++++++-------------------
+ util/options.cc                    | 58 +++++++++++++++++++-------------------
  util/options.hh                    |  2 +-
  util/view-cairo.hh                 |  2 +-
  29 files changed, 185 insertions(+), 191 deletions(-)
@@ -50192,7 +185383,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 5 20:31:49 2012 -0400
 
     Fix inert buffer set_length() with zero
-
+    
     Oops!
 
  src/hb-buffer.cc | 3 +++
@@ -50223,12 +185414,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 5 19:23:29 2012 -0400
 
     Remove last static initializer
-
+    
     We're free!  Lazy or immediate...
 
  src/hb-ft.cc    |   2 +
- src/hb-shape.cc | 150
- ++++++++++++++++++++++++++++++++++++++++----------------
+ src/hb-shape.cc | 150 ++++++++++++++++++++++++++++++++++++++++----------------
  2 files changed, 110 insertions(+), 42 deletions(-)
 
 commit 4a8a529068fc380298bb05b9d878bede3e9f4da1
@@ -50268,11 +185458,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 5 18:00:45 2012 -0400
 
     Implement lock-free hb_language_t
-
+    
     Another static-initialization down.  One more to go.
 
- src/hb-common.cc | 66
- +++++++++++++++++++++++++++++++++++++++++++++-----------
+ src/hb-common.cc | 66 +++++++++++++++++++++++++++++++++++++++++++++-----------
  1 file changed, 54 insertions(+), 12 deletions(-)
 
 commit 6843ce01be0df501ef3149a2c1c54cdfb693195d
@@ -50280,7 +185469,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 5 17:27:20 2012 -0400
 
     Add atomic-pointer functions
-
+    
     Gonig to use these for lock-free linked-lists, to be used for
     hb_language_t among other things.
 
@@ -50295,8 +185484,7 @@ Date:   Tue Jun 5 16:34:49 2012 -0400
 
  configure.ac             |  4 ++--
  src/hb-atomic-private.hh | 11 +++++++++--
- src/hb-mutex-private.hh  | 51
- +++++++++++++++++++++++++++++++++++++++++-------
+ src/hb-mutex-private.hh  | 51 +++++++++++++++++++++++++++++++++++++++++-------
  src/hb-object-private.hh |  4 +++-
  src/hb-warning.cc        | 14 ++++++-------
  5 files changed, 65 insertions(+), 19 deletions(-)
@@ -50315,7 +185503,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 5 15:37:19 2012 -0400
 
     Add a mutex to object header
-
+    
     Removes one more static-initialization.  A few more to go.
 
  src/hb-common.cc         | 24 +++++++++---------------
@@ -50330,8 +185518,7 @@ Date:   Tue Jun 5 15:17:44 2012 -0400
 
     Remove static initializers from indic
 
- src/hb-ot-shape-complex-indic.cc | 50
- +++++++++++++++++++++++++++++++---------
+ src/hb-ot-shape-complex-indic.cc | 50 +++++++++++++++++++++++++++++++---------
  1 file changed, 39 insertions(+), 11 deletions(-)
 
 commit f06ab8a4262c759b4723614fd28f55ee77aa8466
@@ -50342,8 +185529,7 @@ Date:   Tue Jun 5 12:31:51 2012 -0400
 
  src/hb-blob.cc            | 34 +++++++++++------------
  src/hb-buffer.cc          | 39 +++++++++++++-------------
- src/hb-font.cc            | 70
- +++++++++++++++++++++++------------------------
+ src/hb-font.cc            | 70 +++++++++++++++++++++++------------------------
  src/hb-ft.cc              | 49 +++++++++++++++------------------
  src/hb-glib.cc            | 25 ++++++++---------
  src/hb-icu.cc             | 25 ++++++++---------
@@ -50357,10 +185543,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 5 14:17:32 2012 -0400
 
     Remove constructor from hb_prealloced_array_t
-
+    
     This was causing all object types to be non-POD and have static
     initializers.  We don't need that!
-
+    
     Now, most nil objects just moved from .bss to .data.  Fixing for that
     coming soon.
 
@@ -50393,48 +185579,27 @@ Date:   Mon Jun 4 10:21:22 2012 -0400
 
     s/script-punjabi/script-gurmukhi/
 
- test/shaping/texts/in-tree/shaper-indic/indic/MANIFEST                  |
- 2 +-
- .../shaper-indic/indic/{script-punjabi => script-gurmukhi}/MANIFEST
- | 0
- .../indic/{script-punjabi => script-gurmukhi}/misc/MANIFEST             |
- 0
- .../indic/{script-punjabi => script-gurmukhi}/misc/misc.txt             |
- 0
- .../indic/{script-punjabi => script-gurmukhi}/utrrs/LICENSE             |
- 0
- .../indic/{script-punjabi => script-gurmukhi}/utrrs/MANIFEST            |
- 0
- .../shaper-indic/indic/{script-punjabi => script-gurmukhi}/utrrs/README
- | 0
- .../indic/{script-punjabi => script-gurmukhi}/utrrs/SOURCES             |
- 0
- .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt            |
- 0
- .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt
- | 0
- .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt                |
- 0
- .../utrrs/codepoint/IndicFontFeatureCodepoint-GurmukhiSpecific.txt
- | 0
- .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt
- | 0
- .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt              |
- 0
- .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt
- | 0
- .../indic/{script-punjabi => script-gurmukhi}/utrrs/codepoint/MANIFEST
- | 0
- .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt                       |
- 0
- .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt                       |
- 0
- .../indic/{script-punjabi => script-gurmukhi}/utrrs/gpos/MANIFEST
- | 0
- .../utrrs/gsub/IndicFontFeatureGSUB.txt                                 |
- 0
- .../indic/{script-punjabi => script-gurmukhi}/utrrs/gsub/MANIFEST
- | 0
+ test/shaping/texts/in-tree/shaper-indic/indic/MANIFEST                  | 2 +-
+ .../shaper-indic/indic/{script-punjabi => script-gurmukhi}/MANIFEST     | 0
+ .../indic/{script-punjabi => script-gurmukhi}/misc/MANIFEST             | 0
+ .../indic/{script-punjabi => script-gurmukhi}/misc/misc.txt             | 0
+ .../indic/{script-punjabi => script-gurmukhi}/utrrs/LICENSE             | 0
+ .../indic/{script-punjabi => script-gurmukhi}/utrrs/MANIFEST            | 0
+ .../shaper-indic/indic/{script-punjabi => script-gurmukhi}/utrrs/README | 0
+ .../indic/{script-punjabi => script-gurmukhi}/utrrs/SOURCES             | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt            | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt       | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt                | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-GurmukhiSpecific.txt      | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt     | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt              | 0
+ .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt          | 0
+ .../indic/{script-punjabi => script-gurmukhi}/utrrs/codepoint/MANIFEST  | 0
+ .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt                       | 0
+ .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt                       | 0
+ .../indic/{script-punjabi => script-gurmukhi}/utrrs/gpos/MANIFEST       | 0
+ .../utrrs/gsub/IndicFontFeatureGSUB.txt                                 | 0
+ .../indic/{script-punjabi => script-gurmukhi}/utrrs/gsub/MANIFEST       | 0
  21 files changed, 1 insertion(+), 1 deletion(-)
 
 commit c1885483120d4b686b2fe95b217dce7248e040b1
@@ -50442,7 +185607,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jun 4 08:56:00 2012 -0400
 
     Add --verbose to hb-shape
-
+    
     Just turns all --show-* options on.
 
  util/options.cc | 11 +++++++++++
@@ -50454,7 +185619,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jun 4 08:28:19 2012 -0400
 
     Remove comma at the end of enum
-
+    
     As reported by Jonathan Kew on the list.
 
  src/hb-ot-shape-complex-indic.cc | 2 +-
@@ -50465,28 +185630,21 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jun 3 15:54:19 2012 -0400
 
     Remove const from ref_count.ref_count
-
+    
     According to Tom Hacohen this was breaking build with some compilers.
-
+    
     In file included from hb-buffer-private.hh:35:0,
                      from hb-ot-map-private.hh:32,
                      from hb-ot-shape-private.hh:32,
                      from hb-ot-shape.cc:29:
-    hb-object-private.hh: In constructor
-    '_hb_object_header_t::_hb_object_header_t()':
-    hb-object-private.hh:97:8: error: uninitialized const member in
-    'struct hb_reference_count_t'
-    hb-object-private.hh:51:25: note: 'hb_reference_count_t::ref_count'
-    should be initialized
+    hb-object-private.hh: In constructor '_hb_object_header_t::_hb_object_header_t()':
+    hb-object-private.hh:97:8: error: uninitialized const member in 'struct hb_reference_count_t'
+    hb-object-private.hh:51:25: note: 'hb_reference_count_t::ref_count' should be initialized
     In file included from hb-ot-shape.cc:33:0:
     hb-set-private.hh: In constructor '_hb_set_t::_hb_set_t()':
-    hb-set-private.hh:37:8: note: synthesized method
-    '_hb_object_header_t::_hb_object_header_t()' first required here
-    hb-ot-shape.cc: In function 'void
-    hb_ot_shape_glyphs_closure(hb_font_t*, hb_buffer_t*, const
-    hb_feature_t*, unsigned int, hb_set_t*)':
-    hb-ot-shape.cc:521:12: note: synthesized method
-    '_hb_set_t::_hb_set_t()' first required here
+    hb-set-private.hh:37:8: note: synthesized method '_hb_object_header_t::_hb_object_header_t()' first required here
+    hb-ot-shape.cc: In function 'void hb_ot_shape_glyphs_closure(hb_font_t*, hb_buffer_t*, const hb_feature_t*, unsigned int, hb_set_t*)':
+    hb-ot-shape.cc:521:12: note: synthesized method '_hb_set_t::_hb_set_t()' first required here
 
  src/hb-object-private.hh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -50524,8 +185682,7 @@ Date:   Sat Jun 2 12:13:08 2012 -0400
  util/options.hh             | 33 ++++++++++++++--------------
  util/shape-consumer.hh      | 17 ++++++++++++---
  util/view-cairo.cc          | 47 +++++++---------------------------------
- util/view-cairo.hh          | 52
- +++++++++++++++++++++++++++++++++++++++------
+ util/view-cairo.hh          | 52 +++++++++++++++++++++++++++++++++++++++------
  8 files changed, 143 insertions(+), 81 deletions(-)
 
 commit 96a9ef0c9fca8d58d8dc6baf6b262d96587abee0
@@ -50533,7 +185690,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 1 13:46:26 2012 -0400
 
     Remove tab character like other "zero-width" characters
-
+    
     Uniscribe does that, this make comparing results to Uniscribe
     easier.
 
@@ -50554,9 +185711,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 28 10:46:47 2012 -0400
 
     Remove hb_atomic_int_set/get()
-
+    
     We never use them in fact...
-
+    
     I'm just adjusting these as I better understand the requirements of
     the code and the guarantees of each operation.
 
@@ -50569,11 +185726,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun May 27 22:39:48 2012 -0400
 
     Minor Malayalam test case
-
+    
     From https://bugs.freedesktop.org/show_bug.cgi?id=45166
 
- .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt
- | 1 +
+ .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt      | 1 +
  1 file changed, 1 insertion(+)
 
 commit dfff5b3021016d3a472c100272fd8e2f52307860
@@ -50582,14 +185738,10 @@ Date:   Sun May 27 22:07:04 2012 -0400
 
     Add Myanmar test case
 
- test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST
- | 1 +
- .../texts/in-tree/shaper-indic/south-east-asian/script-myanmar/MANIFEST
- | 1 +
- .../in-tree/shaper-indic/south-east-asian/script-myanmar/misc/MANIFEST
- | 1 +
- .../in-tree/shaper-indic/south-east-asian/script-myanmar/misc/misc.txt
- | 1 +
+ test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST        | 1 +
+ .../texts/in-tree/shaper-indic/south-east-asian/script-myanmar/MANIFEST  | 1 +
+ .../in-tree/shaper-indic/south-east-asian/script-myanmar/misc/MANIFEST   | 1 +
+ .../in-tree/shaper-indic/south-east-asian/script-myanmar/misc/misc.txt   | 1 +
  4 files changed, 4 insertions(+)
 
 commit bce095524b3e69a47f8e88a2fb02d6ab537f9b0a
@@ -50600,8 +185752,7 @@ Date:   Sun May 27 11:29:21 2012 -0400
 
  TODO                        |  1 +
  src/hb-font-private.hh      |  2 ++
- src/hb-font.cc              | 80
- +++++++++++++++++++++++++++++++++++----------
+ src/hb-font.cc              | 80 +++++++++++++++++++++++++++++++++++----------
  src/hb-font.h               | 28 ++++++++++++++++
  src/hb-ft.cc                | 52 ++++++++++++++++++++++++-----
  util/hb-ot-shape-closure.cc |  9 ++---
@@ -50632,7 +185783,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun May 27 10:11:13 2012 -0400
 
     Don't use atomic ops in hb_cache_t
-
+    
     We don't care about linearizability, so unprotected int read/write
     are enough, no need for expensive memory barriers.  It's a cache,
     that's all.
@@ -50654,12 +185805,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun May 27 10:01:13 2012 -0400
 
     Fix Windows atomic get/set
-
+    
     According to:
     http://msdn.microsoft.com/en-us/library/65tt87y8.aspx
-
-    MemoryBarrier() is the right macro to protect these, not
-    _ReadBarrier()
+    
+    MemoryBarrier() is the right macro to protect these, not _ReadBarrier()
     and/or _WriteBarrier().
 
  src/hb-atomic-private.hh | 4 ++--
@@ -50713,7 +185863,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 24 10:46:39 2012 -0400
 
     Fix hb_atomic_int_set() implementation for HB_NO_MT
-
+    
     As pointed out by Jonathan Kew.
 
  src/hb-atomic-private.hh | 2 +-
@@ -50737,8 +185887,7 @@ Date:   Wed May 23 21:50:43 2012 -0400
  .../shaper-arabic/script-arabic/misc/MANIFEST      |   2 +-
  .../script-arabic/misc/diacritics/MANIFEST         |   5 +
  .../script-arabic/misc/diacritics/lam-alef.txt     |  28 +
- .../misc/diacritics/language-arabic.txt            | 695
- +++++++++++++++++++++
+ .../misc/diacritics/language-arabic.txt            | 695 +++++++++++++++++++++
  .../misc/diacritics/language-persian.txt           |  48 ++
  .../misc/diacritics/language-urdu.txt              | 188 ++++++
  .../misc/{ => diacritics}/ligature-diacritics.txt  |   0
@@ -50749,9 +185898,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 22 22:12:22 2012 -0400
 
     Fix substitution glyph class propagation
-
+    
     The old code was doing nothing.
-
+    
     Still got to find an example font+string that makes this matter, but
     need this for fixing synthetic GDEF anyway.
 
@@ -50764,26 +185913,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 18 15:04:35 2012 -0400
 
     Add CJK Compatibility Ideographs tests
-
+    
     From:
     http://people.mozilla.org/~jdaggett/tests/cjkcompat.html
 
- test/shaping/texts/in-tree/shaper-default/MANIFEST                     |
- 3 ++-
- .../in-tree/shaper-default/{script-japanese => script-han}/MANIFEST
- | 0
- test/shaping/texts/in-tree/shaper-default/script-han/misc/MANIFEST     |
- 1 +
- .../texts/in-tree/shaper-default/script-han/misc/cjk-compat.txt        |
- 3 +++
- test/shaping/texts/in-tree/shaper-default/script-hiragana/MANIFEST     |
- 1 +
- .../shaper-default/{script-japanese => script-hiragana}/misc/MANIFEST
- | 0
- .../{script-japanese => script-hiragana}/misc/kazuraki-liga-lines.txt
- | 0
- .../{script-japanese => script-hiragana}/misc/kazuraki-liga.txt
- | 0
+ test/shaping/texts/in-tree/shaper-default/MANIFEST                     | 3 ++-
+ .../in-tree/shaper-default/{script-japanese => script-han}/MANIFEST    | 0
+ test/shaping/texts/in-tree/shaper-default/script-han/misc/MANIFEST     | 1 +
+ .../texts/in-tree/shaper-default/script-han/misc/cjk-compat.txt        | 3 +++
+ test/shaping/texts/in-tree/shaper-default/script-hiragana/MANIFEST     | 1 +
+ .../shaper-default/{script-japanese => script-hiragana}/misc/MANIFEST  | 0
+ .../{script-japanese => script-hiragana}/misc/kazuraki-liga-lines.txt  | 0
+ .../{script-japanese => script-hiragana}/misc/kazuraki-liga.txt        | 0
  8 files changed, 7 insertions(+), 1 deletion(-)
 
 commit 20fdb0f41d81b226e076a4830d4b0d03da31fc19
@@ -50791,13 +185932,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 17 22:04:45 2012 -0400
 
     Add a lock-free cache type for int->int functions
-
+    
     To be used for cmap and advance caching if desired.
 
  TODO                    |  2 ++
  src/Makefile.am         |  1 +
- src/hb-cache-private.hh | 72
- +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-cache-private.hh | 72 +++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-font.cc          |  2 ++
  4 files changed, 77 insertions(+)
 
@@ -50843,7 +185983,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 17 20:55:12 2012 -0400
 
     Don't use min/max as function names
-
+    
     They can be macros on some systems.  Eg. mingw32.
 
  src/hb-set-private.hh | 4 ++--
@@ -50867,8 +186007,7 @@ Date:   Thu May 17 20:30:46 2012 -0400
     Move atomic ops into their own header
 
  src/Makefile.am          |  1 +
- src/hb-atomic-private.hh | 78
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-atomic-private.hh | 78 ++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-mutex-private.hh  |  1 -
  src/hb-object-private.hh | 52 ++------------------------------
  src/hb-warning.cc        |  2 +-
@@ -50888,40 +186027,38 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 15 23:53:18 2012 -0400
 
     [util] Add hb-ot-shape-closure tool
-
+    
     Computes all the glyphs that may be generated given a font and
     set of Unicode characters.
-
+    
     The order of the Unicode characters is irrelevant.
-
+    
     Sample output:
-
+    
     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf f
     f f_f
-
+    
     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf i
     i
-
+    
     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf fi
     f f_i f_f_i f_f i
-
+    
     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ب
     uni0628 uni0628.init uni0628.medi uni0628.fina
-
+    
     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ا
     uni0627 uni0627.fina
-
+    
     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با
     uni0627 uni0627.fina uni0628 uni0628.init uni0628.medi uni0628.fina
-
-    behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با
-    --no-glyph-names
+    
+    behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با --no-glyph-names
     5 6 133 134 135 136
 
  configure.ac                |   2 +-
  util/Makefile.am            |  22 ++++++---
- util/hb-ot-shape-closure.cc | 112
- ++++++++++++++++++++++++++++++++++++++++++++
+ util/hb-ot-shape-closure.cc | 112 ++++++++++++++++++++++++++++++++++++++++++++
  util/options.hh             |  12 +++++
  4 files changed, 140 insertions(+), 8 deletions(-)
 
@@ -50932,12 +186069,10 @@ Date:   Tue May 15 23:10:39 2012 -0400
     [util] Refactor to accommodate for upcoming new tool
 
  util/Makefile.am                       | 10 +++--
- util/hb-shape.cc                       | 70
- +++++++++++++++-------------------
+ util/hb-shape.cc                       | 70 +++++++++++++++-------------------
  util/hb-view.cc                        |  8 ++--
  util/{hb-view.hh => main-font-text.hh} | 48 +++++++++++------------
- util/shape-consumer.hh                 | 69
- +++++++++++++++++++++++++++++++++
+ util/shape-consumer.hh                 | 69 +++++++++++++++++++++++++++++++++
  5 files changed, 135 insertions(+), 70 deletions(-)
 
 commit 1d6846db9ebf84561bb30a4e48c6c43184914099
@@ -50945,7 +186080,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun May 13 18:09:29 2012 +0200
 
     [Indic] Apply vatu feature after cjct
-
+    
     Testing with old Deva spec this reduces failures.
     Test sequence: U+0915,U+094D,U+0930.
 
@@ -50958,8 +186093,7 @@ Date:   Sun May 13 17:10:18 2012 +0200
 
     Minor
 
- util/ansi-print.cc | 67
- +++++++++++++++++++++++++++---------------------------
+ util/ansi-print.cc | 67 +++++++++++++++++++++++++++---------------------------
  1 file changed, 33 insertions(+), 34 deletions(-)
 
 commit 617f4ac46f1084859d2034c08760e31e52d3bec3
@@ -50968,8 +186102,7 @@ Date:   Sun May 13 16:48:03 2012 +0200
 
     Refactor
 
- src/hb-ot-shape-complex-indic.cc | 44
- +++++++++++++++++++++-------------------
+ src/hb-ot-shape-complex-indic.cc | 44 +++++++++++++++++++++-------------------
  1 file changed, 23 insertions(+), 21 deletions(-)
 
 commit 5e4e21fce4b548b0b8a5951bc8f35a9f27428192
@@ -50977,7 +186110,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun May 13 16:46:08 2012 +0200
 
     Revert "[Indic] Refactoring"
-
+    
     This reverts commit 0831061efb78983b9c6e1e72574c977e56383c08.
 
  src/hb-ot-shape-complex-indic.cc | 28 ++++++++--------------------
@@ -51023,8 +186156,7 @@ Date:   Sun May 13 16:01:08 2012 +0200
     Fix warnings
 
  src/hb-fallback-shape.cc |  4 ++--
- src/hb-private.hh        | 54
- ++++++++++++++++++++++++------------------------
+ src/hb-private.hh        | 54 ++++++++++++++++++++++++------------------------
  2 files changed, 29 insertions(+), 29 deletions(-)
 
 commit eace47b173807d94b29a6490d0bc3c9f8f6168d1
@@ -51043,8 +186175,7 @@ Date:   Sun May 13 15:45:18 2012 +0200
     Add accessort to buffer for current info, current pos, and prev info
 
  src/hb-buffer-private.hh             |  9 ++++++++
- src/hb-ot-layout-gpos-table.hh       | 44
- ++++++++++++++++++------------------
+ src/hb-ot-layout-gpos-table.hh       | 44 ++++++++++++++++++------------------
  src/hb-ot-layout-gsub-table.hh       | 28 +++++++++++------------
  src/hb-ot-layout-gsubgpos-private.hh | 28 +++++++++++------------
  src/hb-ot-shape-complex-arabic.cc    |  4 ++--
@@ -51067,7 +186198,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun May 13 15:17:51 2012 +0200
 
     [GSUB/GPOS] Remove context_length
-
+    
     The spec doesn't say contextual matching should be done this way,
     and AOTS doesn't do it either.  It was inherited from old HarfBuzz.
     Remove it.
@@ -51075,8 +186206,7 @@ Date:   Sun May 13 15:17:51 2012 +0200
  src/hb-ot-layout-common-private.hh   |  1 -
  src/hb-ot-layout-gpos-table.hh       |  3 ---
  src/hb-ot-layout-gsub-table.hh       |  6 ++----
- src/hb-ot-layout-gsubgpos-private.hh | 32
- +++++++++++---------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 32 +++++++++++---------------------
  4 files changed, 13 insertions(+), 29 deletions(-)
 
 commit 28b9d502bb69a8045818d5f6113ded9c59a56bd7
@@ -51093,7 +186223,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun May 13 13:03:44 2012 +0200
 
     Remove ioctl checks
-
+    
     Ended up not using terminal size after all.
 
  configure.ac       |  2 +-
@@ -51126,8 +186256,7 @@ Date:   Sun May 13 02:02:58 2012 +0200
 
  configure.ac              |   4 +-
  util/Makefile.am          |   4 +
- util/ansi-print.cc        | 411
- ++++++++++++++++++++++++++++++++++++++++++++++
+ util/ansi-print.cc        | 411 ++++++++++++++++++++++++++++++++++++++++++++++
  util/ansi-print.hh        |  39 +++++
  util/helper-cairo-ansi.cc | 102 ++++++++++++
  util/helper-cairo-ansi.hh |  39 +++++
@@ -51149,7 +186278,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat May 12 15:54:27 2012 +0200
 
     [util] Make tools default to stdin if no text is provided
-
+    
     One less argument to type in typical testing workflow!
 
  util/hb-view.hh |  4 +++-
@@ -51162,7 +186291,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat May 12 15:41:48 2012 +0200
 
     [util] Change default font size of hb-view to 256
-
+    
     Most common usecase of hb-view is to test rendering of short words for
     testing / inspection.  Not having to type "--font-size 150" each time
     isn't such a bad idea...
@@ -51184,7 +186313,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat May 12 15:34:40 2012 +0200
 
     [test] Make tool usage easier by not requiring "--stdin"
-
+    
     Just default to it.  Added "--help" instead to get usage.
 
  test/shaping/hb_test_tools.py | 9 ++++-----
@@ -51196,8 +186325,7 @@ Date:   Sat May 12 13:34:18 2012 +0200
 
     [Indic] Add more Malayalam tests
 
- .../indic/script-malayalam/misc/misc.txt           | 38
- ++++++++++++++++++++++
+ .../indic/script-malayalam/misc/misc.txt           | 38 ++++++++++++++++++++++
  1 file changed, 38 insertions(+)
 
 commit 7f852b644b8143492a02edfc853114aaa23446bd
@@ -51215,11 +186343,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 22:00:06 2012 +0200
 
     [Indic] Unbreak Devanagari
-
+    
     And this, concludes the HarfBuzz Massala Hackfest.
-
-    I like to specially thank Jonathan Kew for doing all the decription
-    and
+    
+    I like to specially thank Jonathan Kew for doing all the decription and
     letting me get commit points.
 
  configure.ac                             | 2 +-
@@ -51231,11 +186358,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 21:42:27 2012 +0200
 
     [Indic] Disambiguate sub vs post vs above matras
-
+    
     Bengali is at *just* above 5% now.
 
- src/hb-ot-shape-complex-indic-private.hh | 31
- +++++++++++++++----------------
+ src/hb-ot-shape-complex-indic-private.hh | 31 +++++++++++++++----------------
  src/hb-ot-shape-complex-indic.cc         | 12 ++++++------
  2 files changed, 21 insertions(+), 22 deletions(-)
 
@@ -51245,8 +186371,7 @@ Date:   Fri May 11 21:36:32 2012 +0200
 
     [Indic] Position Bengali Reph before matras
 
- src/hb-ot-shape-complex-indic.cc | 62
- +++++++++++++++++++++++-----------------
+ src/hb-ot-shape-complex-indic.cc | 62 +++++++++++++++++++++++-----------------
  1 file changed, 36 insertions(+), 26 deletions(-)
 
 commit f89367251109af235f4f0446c13c261a5a4a6f72
@@ -51255,8 +186380,7 @@ Date:   Fri May 11 21:10:03 2012 +0200
 
     [Indic] Start categorizing Reph per script
 
- src/hb-ot-shape-complex-indic.cc | 41
- ++++++++++++++++++++++++++++++++++------
+ src/hb-ot-shape-complex-indic.cc | 41 ++++++++++++++++++++++++++++++++++------
  1 file changed, 35 insertions(+), 6 deletions(-)
 
 commit a913b024d84973556094fd64ce5f0b7106fcc3b5
@@ -51264,7 +186388,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 20:59:26 2012 +0200
 
     [Indic] Apply 'init' feature for Bengali
-
+    
     Error down from 20% to 7%.
 
  src/hb-ot-shape-complex-indic.cc | 15 +++++++++++++++
@@ -51275,11 +186399,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 20:50:53 2012 +0200
 
     [Indic] Refactor for the arrival of 'init' feature
-
+    
     Yep, on Bengali now!
 
- src/hb-ot-shape-complex-indic.cc | 52
- +++++++++++++++++++++++++++-------------
+ src/hb-ot-shape-complex-indic.cc | 52 +++++++++++++++++++++++++++-------------
  1 file changed, 36 insertions(+), 16 deletions(-)
 
 commit 18c06e189bd078affbb84c3bb5bb80687a227c5e
@@ -51287,10 +186410,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 20:02:14 2012 +0200
 
     [Indic] Add Uniscribe bug feature for dotted circle
-
+    
     For dotted-circle independent clusters, Uniscribe does no Reph shaping
-    for the exact sequence Ra+Halant+25CC.  Which also is the only
-    possible
+    for the exact sequence Ra+Halant+25CC.  Which also is the only possible
     sequence with 25CC at the end.
 
  src/hb-ot-shape-complex-indic-machine.rl |  4 +++-
@@ -51305,8 +186427,7 @@ Date:   Fri May 11 19:55:42 2012 +0200
     [Indic] Add tests for dottedcircle
 
  .../in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST     | 1 +
- .../shaper-indic/indic/script-devanagari/misc/dottedcircle.txt     |
- 7 +++++++
+ .../shaper-indic/indic/script-devanagari/misc/dottedcircle.txt     | 7 +++++++
  2 files changed, 8 insertions(+)
 
 commit 0831061efb78983b9c6e1e72574c977e56383c08
@@ -51332,7 +186453,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 18:46:35 2012 +0200
 
     [Indic] Allow multiple Consonants in Vowel/NBSP syllables
-
+    
     Uniscribe allows multiple Halant+Consonant after a Vowel.
     Tests:
     ↦       * U+0905,U+094D,U+092B,U+094D,930,94d,930
@@ -51345,11 +186466,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 18:13:42 2012 +0200
 
     [Indic] Allow two Nuktas per consonant
-
-    Uniscribe allows up to two nuktas per consonant and one per matra. It
-    does so
+    
+    Uniscribe allows up to two nuktas per consonant and one per matra. It does so
     indepent of whether the consonant already has a nukta in it.  Tests:
-
+    
             * U+0916,U+093C,U+0941
             * U+0959,U+093C,U+0941
             * U+0916,U+093C,U+093C,U+0941
@@ -51366,7 +186486,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 17:54:26 2012 +0200
 
     [Indic] Fix U+0952 and similar classification to match Uniscribe
-
+    
     See comments.
 
  src/hb-ot-shape-complex-indic-machine.rl |  1 +
@@ -51387,9 +186507,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 17:29:40 2012 +0200
 
     [GSUB/GPOS/Indic] Apply GSUB/GPOS within syllables only
-
+    
     This does not apply to the context matchings.
-
+    
     This regresses tests right now.  And we are not sure whether this is
     the right thing to do for GPOS.  But we'll figure out.
 
@@ -51437,15 +186557,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 16:43:12 2012 +0200
 
     [Indic] Add runtime Uniscribe bug compatibility mode!
-
+    
     Enable by setting envvar:
-
+    
       HB_OT_INDIC_OPTIONS=uniscribe-bug-compatible
-
+    
     Plus, LeftMatra+Halant "feature".
 
- src/hb-ot-shape-complex-indic.cc | 44
- ++++++++++++++++++++++++++++++----------
+ src/hb-ot-shape-complex-indic.cc | 44 ++++++++++++++++++++++++++++++----------
  1 file changed, 33 insertions(+), 11 deletions(-)
 
 commit 616e692e2950d326b6c46aba5b5bead3cc29d315
@@ -51462,7 +186581,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 16:23:43 2012 +0200
 
     [Indic] Fix Left Matra + Halant reordering
-
+    
     As can be seen in: U+092B,U+093F,U+094D
 
  src/hb-ot-shape-complex-indic.cc | 6 ++++--
@@ -51474,8 +186593,7 @@ Date:   Fri May 11 16:23:38 2012 +0200
 
     Minor
 
- src/hb-ot-shape-complex-indic.cc | 73
- ++++++++++++++++++++--------------------
+ src/hb-ot-shape-complex-indic.cc | 73 ++++++++++++++++++++--------------------
  1 file changed, 37 insertions(+), 36 deletions(-)
 
 commit c071b99f150a9344a2056dfeba8c613f8a5602db
@@ -51483,12 +186601,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 16:22:46 2012 +0200
 
     [Indic] Add test for Left Matra with Halant
+    
+    Uniscribe doesn't move the Halant, we do.  And do a broken job of it now.
 
-    Uniscribe doesn't move the Halant, we do.  And do a broken job of
-    it now.
-
- .../shaper-indic/indic/script-devanagari/misc/tricky-reordering.txt
- | 1 +
+ .../shaper-indic/indic/script-devanagari/misc/tricky-reordering.txt      | 1 +
  1 file changed, 1 insertion(+)
 
 commit 203d71069c45048b6dd8fa22b61fd8f2c844b4f6
@@ -51505,7 +186621,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 15:34:13 2012 +0200
 
     [Indic] Apply Reph mask to all POS_REPH glyphs
-
+    
     Needed for upcoming changes to GSUB/GPOS mask matching.
 
  src/hb-ot-shape-complex-indic.cc | 4 ++--
@@ -51517,8 +186633,7 @@ Date:   Fri May 11 14:39:01 2012 +0200
 
     [Indic] Fix state machine to backtrack
 
- src/hb-ot-shape-complex-indic-machine.rl | 42
- +++++++++++++++-----------------
+ src/hb-ot-shape-complex-indic-machine.rl | 42 +++++++++++++++-----------------
  src/hb-private.hh                        |  2 ++
  2 files changed, 21 insertions(+), 23 deletions(-)
 
@@ -51527,7 +186642,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 11:41:39 2012 +0200
 
     [Indic] Move syllable tracking from Indic to generic layer
-
+    
     This is to incorporate it into GSUB/GPOS processing.
 
  src/hb-ot-layout-gpos-table.hh           |  1 +
@@ -51545,9 +186660,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 11:17:23 2012 +0200
 
     [Indic] Disable conjuncts when a ZWJ happens
-
-    Not that the code makes any difference since the presence of ZWJ
-    itself
+    
+    Not that the code makes any difference since the presence of ZWJ itself
     causes the ligature to fail to match anyway.
 
  src/hb-ot-shape-complex-indic.cc | 7 +------
@@ -51558,7 +186672,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 11:07:40 2012 +0200
 
     [Indic] Fix bitops typo!
-
+    
     Another 1000 down!
 
  src/hb-ot-shape-complex-indic.cc | 4 ++--
@@ -51569,7 +186683,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 03:45:28 2012 +0200
 
     Make APPLY debug output print current index and codepoint
-
+    
     Yay!
 
  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
@@ -51589,7 +186703,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 03:35:08 2012 +0200
 
     Some more...
-
+    
     Done.  I promise.
 
  src/hb-object-private.hh | 1 +
@@ -51610,8 +186724,7 @@ Date:   Fri May 11 03:16:57 2012 +0200
 
     Finish off debug output beautification
 
- src/hb-open-type-private.hh | 58
- ++++++++++++++++++++-------------------------
+ src/hb-open-type-private.hh | 58 ++++++++++++++++++++-------------------------
  1 file changed, 26 insertions(+), 32 deletions(-)
 
 commit d7bba01a353efc7432c474dd8755a02db4abd2ae
@@ -51628,7 +186741,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 02:40:42 2012 +0200
 
     Only printout class name in tracing, if one is available
-
+    
     Makes debug output much more pleasant.
 
  src/hb-private.hh | 8 ++++++--
@@ -51649,8 +186762,7 @@ Date:   Fri May 11 02:33:11 2012 +0200
 
     Add return annotation for APPLY
 
- src/hb-ot-layout-gpos-table.hh       | 163
- +++++++++++++++--------------------
+ src/hb-ot-layout-gpos-table.hh       | 163 +++++++++++++++--------------------
  src/hb-ot-layout-gsub-table.hh       | 114 +++++++++++-------------
  src/hb-ot-layout-gsubgpos-private.hh |  83 ++++++++----------
  3 files changed, 151 insertions(+), 209 deletions(-)
@@ -51669,7 +186781,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 11 01:25:34 2012 +0200
 
     Annotate SANITIZE return values
-
+    
     More to come, for APPLY, CLOSURE, etc.
 
  src/hb-open-file-private.hh          |  23 ++---
@@ -51679,8 +186791,7 @@ Date:   Fri May 11 01:25:34 2012 +0200
  src/hb-ot-hmtx-table.hh              |   4 +-
  src/hb-ot-layout-common-private.hh   |  51 +++++-----
  src/hb-ot-layout-gdef-table.hh       |  48 +++++-----
- src/hb-ot-layout-gpos-table.hh       | 180
- ++++++++++++++++-------------------
+ src/hb-ot-layout-gpos-table.hh       | 180 ++++++++++++++++-------------------
  src/hb-ot-layout-gsub-table.hh       | 101 +++++++++-----------
  src/hb-ot-layout-gsubgpos-private.hh |  88 ++++++++---------
  src/hb-ot-maxp-table.hh              |   7 +-
@@ -51713,8 +186824,7 @@ Date:   Fri May 11 00:16:40 2012 +0200
     Beautify debug output
 
  src/hb-open-type-private.hh | 20 ++++++------
- src/hb-private.hh           | 74
- +++++++++++++++++++++++++++------------------
+ src/hb-private.hh           | 74 +++++++++++++++++++++++++++------------------
  2 files changed, 55 insertions(+), 39 deletions(-)
 
 commit 6f4553801729a06e506ffdde7b27c72780d4bb80
@@ -51742,13 +186852,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 10 23:06:58 2012 +0200
 
     Better trace message support infrastructure
-
+    
     We have varargs in the trace interface now.  To be used soon...
 
  src/hb-open-type-private.hh          | 17 ++++------
  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
- src/hb-private.hh                    | 64
- ++++++++++++++++++++++++++----------
+ src/hb-private.hh                    | 64 ++++++++++++++++++++++++++----------
  3 files changed, 56 insertions(+), 29 deletions(-)
 
 commit 02b2922fbf098c8282eb23dc2c54d5829cf67024
@@ -51756,13 +186865,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 10 21:44:50 2012 +0200
 
     [Indic] Towards better Reph positioning
-
-    Fixed for Deva cases with two full-form consonants.  Failures **way**
-    down.
+    
+    Fixed for Deva cases with two full-form consonants.  Failures **way** down.
     Not much left to go :-).
 
- src/hb-ot-shape-complex-indic.cc | 111
- ++++++++++++++++++++++++++++-----------
+ src/hb-ot-shape-complex-indic.cc | 111 ++++++++++++++++++++++++++++-----------
  1 file changed, 80 insertions(+), 31 deletions(-)
 
 commit 74e54cf446bb979e488685e8c09eeed6b9d03c24
@@ -51770,7 +186877,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 10 21:20:37 2012 +0200
 
     [Indic] Add Ra back for scripts without Reph
-
+    
     We now check that the 'rphp' table exists before forming Reph, so
     we don't need to comment out Ra for those scripts.
 
@@ -51791,7 +186898,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 10 18:34:34 2012 +0200
 
     [Indic] Do clustering like Uniscribe does
-
+    
     Hindi Wikipedia failures down to 6639 (0.938381%)!
 
  src/hb-ot-shape-complex-indic.cc | 24 ++++++++++++++++++++----
@@ -51802,15 +186909,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 10 18:31:17 2012 +0200
 
     [Indic] Add test for matra group
-
+    
     The spec says: "[{M}+[N]+[H]]", and that's what Uniscribe implements.
     We instead do: "{M+[N]+[H]}", which means we allow Nukta and Halant
     after all Matras, not just the last one.  It makes more sense.
 
- .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST
- | 1 +
- .../shaper-indic/indic/script-devanagari/misc/spec-deviations.txt
- | 1 +
+ .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST     | 1 +
+ .../shaper-indic/indic/script-devanagari/misc/spec-deviations.txt        | 1 +
  2 files changed, 2 insertions(+)
 
 commit 8df5636968389ac7bf8620ccd091fd4872b0bbee
@@ -51818,10 +186923,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 10 15:41:04 2012 +0200
 
     [Indic] Reorder Reph to before the Halant after Matras
-
+    
     Uniscribe doesn't do it, but we want to do as it gives the Reph the
-    opportunity to interact with the Matras.  Test with mangal for
-    example.
+    opportunity to interact with the Matras.  Test with mangal for example.
     Sequence: <0930,094d,0915,094b,094d>
     In test suite already.
 
@@ -51833,7 +186937,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 10 15:28:27 2012 +0200
 
     [Indic] Don't clear the mask for Reph
-
+    
     This was removing the mandatory global 1 bit in the mask and hence
     disabling GPOS for Reph!
 
@@ -51845,7 +186949,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 10 14:48:25 2012 +0200
 
     [Indic] Improve Left Matra repositioning
-
+    
     Move its dependents too.
 
  src/hb-ot-shape-complex-indic.cc | 2 +-
@@ -51856,15 +186960,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 10 14:43:53 2012 +0200
 
     [Indic] Add tricky reordering test cases
-
+    
     In the case of Consonant,LeftMatra,Halant, Uniscribe leaves the Halant
     where it is, but we want to move it with the Matra as that makes more
     logical sense.
 
- .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST  |
- 1 +
- .../shaper-indic/indic/script-devanagari/misc/tricky-reordering.txt   |
- 4 ++++
+ .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST  | 1 +
+ .../shaper-indic/indic/script-devanagari/misc/tricky-reordering.txt   | 4 ++++
  2 files changed, 5 insertions(+)
 
 commit dbb105883c6e9b83e78dc8b10766cd56b98cd7e1
@@ -51872,21 +186974,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 10 13:45:52 2012 +0200
 
     [Indic] Do Reph repositioning in final reordering like the spec says
-
-    This introduced a failure, which we tracked down to a test case
-    like this:
-
+    
+    This introduced a failure, which we tracked down to a test case like this:
+    
       U+092E,U+094B,U+094D,U+0930
-
+    
     The final character is a Ra that should be put in a syllable of it's
     own.  And we do.  But it will interact with the Halant before it.  So
-    now we finally are convinced that we have to limit features to
-    syllable
+    now we finally are convinced that we have to limit features to syllable
     boundaries.  That's coming after lunch!
 
  src/hb-ot-shape-complex-indic-private.hh |   2 -
- src/hb-ot-shape-complex-indic.cc         | 103
- +++++++++++++++++++------------
+ src/hb-ot-shape-complex-indic.cc         | 103 +++++++++++++++++++------------
  2 files changed, 64 insertions(+), 41 deletions(-)
 
 commit 4705a7026900e51f6430f03a73c87f2df035df92
@@ -51905,8 +187004,7 @@ Date:   Thu May 10 12:53:53 2012 +0200
     [Indic] Reorder left matras to be closer to base
 
  src/hb-ot-shape-complex-indic-private.hh |  4 ---
- src/hb-ot-shape-complex-indic.cc         | 50
- +++++++++++++++++++++++++++++---
+ src/hb-ot-shape-complex-indic.cc         | 50 +++++++++++++++++++++++++++++---
  2 files changed, 46 insertions(+), 8 deletions(-)
 
 commit 1a1fa8c655a082fc1439608457ba717306cc83ca
@@ -51932,7 +187030,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 10 12:07:33 2012 +0200
 
     [Indic] Handle Vowel syllables
-
+    
     Reusing the consonant logic!
 
  src/hb-ot-shape-complex-indic-private.hh |  3 +--
@@ -51963,9 +187061,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 10 11:32:52 2012 +0200
 
     [Indic] Increase max syllable length
-
-    20 was way too low, one could hit a syllable with 7ish consonants
-    with it.
+    
+    20 was way too low, one could hit a syllable with 7ish consonants with it.
 
  src/hb-ot-shape-complex-indic.cc | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -52015,8 +187112,7 @@ Date:   Wed May 9 17:56:03 2012 +0200
  src/hb-ot-shape-complex-arabic.cc        |  2 +-
  src/hb-ot-shape-complex-indic-machine.rl | 21 ++++++++++-----
  src/hb-ot-shape-complex-indic-private.hh |  1 +
- src/hb-ot-shape-complex-indic.cc         | 45
- +++++++++++++++++++++++---------
+ src/hb-ot-shape-complex-indic.cc         | 45 +++++++++++++++++++++++---------
  src/hb-ot-shape-complex-private.hh       |  5 ++--
  5 files changed, 51 insertions(+), 23 deletions(-)
 
@@ -52037,8 +187133,7 @@ Date:   Wed May 9 17:40:00 2012 +0200
 
     Minor
 
- src/hb-ot-shape-complex-indic.cc | 41
- ++++++++++++++++++++--------------------
+ src/hb-ot-shape-complex-indic.cc | 41 ++++++++++++++++++++--------------------
  1 file changed, 21 insertions(+), 20 deletions(-)
 
 commit dbccf87eef0d26838fa4bb3ae26410f6c4818836
@@ -52047,8 +187142,7 @@ Date:   Wed May 9 17:24:39 2012 +0200
 
     [Indic] Make room for more reordering positions
 
- src/hb-ot-shape-complex-indic-private.hh | 213
- ++++++++++++++++---------------
+ src/hb-ot-shape-complex-indic-private.hh | 213 ++++++++++++++++---------------
  src/hb-ot-shape-complex-indic.cc         |  12 +-
  2 files changed, 115 insertions(+), 110 deletions(-)
 
@@ -52057,11 +187151,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 9 15:56:35 2012 +0200
 
     [Indic] Improve matra vs consonant ordering
-
+    
     Another 1.5% down.
 
- src/hb-ot-shape-complex-indic-private.hh | 32
- ++++++++++++++++++++------------
+ src/hb-ot-shape-complex-indic-private.hh | 32 ++++++++++++++++++++------------
  src/hb-ot-shape-complex-indic.cc         |  6 +++---
  src/indic.cc                             |  2 +-
  3 files changed, 24 insertions(+), 16 deletions(-)
@@ -52082,8 +187175,7 @@ Date:   Wed May 9 15:27:56 2012 +0200
     [Indic] Add joiner test cases for Devanagari
 
  .../indic/script-devanagari/misc/MANIFEST             |  1 +
- .../indic/script-devanagari/misc/joiners.txt          | 19
- +++++++++++++++++++
+ .../indic/script-devanagari/misc/joiners.txt          | 19 +++++++++++++++++++
  2 files changed, 20 insertions(+)
 
 commit 19d984edaa4f86c842345a9d4150597e045e1887
@@ -52091,7 +187183,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 9 15:21:13 2012 +0200
 
     [Indic] Make sure Reph jumps over all matras to the right
-
+    
     Another 12 thousand failures gone! (78 to go)
 
  src/hb-ot-shape-complex-indic.cc | 2 +-
@@ -52111,7 +187203,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 9 15:04:13 2012 +0200
 
     Replace zerowidth invisible chars with a zero-advance space glyph
-
+    
     Like Uniscribe does.
 
  src/hb-ot-shape-complex-arabic.cc  |  3 ++-
@@ -52119,10 +187211,8 @@ Date:   Wed May 9 15:04:13 2012 +0200
  src/hb-ot-shape-complex-private.hh |  4 ++--
  src/hb-ot-shape-normalize.cc       | 25 +++++++++--------------
  src/hb-ot-shape-private.hh         | 27 +++++++++++++++++++++++++
- src/hb-ot-shape.cc                 | 41
- +++++++++++++++++++++++++-------------
- src/hb-unicode-private.hh          | 38
- +++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape.cc                 | 41 +++++++++++++++++++++++++-------------
+ src/hb-unicode-private.hh          | 38 +++++++++++++++++++++++++++++++++++
  7 files changed, 105 insertions(+), 53 deletions(-)
 
 commit 49e5da1591b8d28f01e7ff9caac9d9ac53668bba
@@ -52130,7 +187220,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 9 13:23:27 2012 +0200
 
     [indic] Keep the syllable modifier marks to the right
-
+    
     Shaping failures on Hindi Wikipedia go down from 25% to 14%!
 
  src/hb-ot-shape-complex-indic.cc | 2 ++
@@ -52186,7 +187276,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 9 11:06:47 2012 +0200
 
     [indic] Apply rakaar forms
-
+    
     Fixes 10% of the failures against all of Hindi Wikipedia!
 
  src/hb-ot-shape-complex-indic.cc | 2 +-
@@ -52200,8 +187290,7 @@ Date:   Wed May 9 09:54:54 2012 +0200
 
  test/shaping/Makefile.am      |  1 +
  test/shaping/hb-diff-ngrams   |  5 +++
- test/shaping/hb_test_tools.py | 71
- ++++++++++++++++++++++++++++++++++++++++---
+ test/shaping/hb_test_tools.py | 71 ++++++++++++++++++++++++++++++++++++++++---
  3 files changed, 72 insertions(+), 5 deletions(-)
 
 commit 178e6dce01ad28c8708bad62ce0fb79c46e836dc
@@ -52210,8 +187299,7 @@ Date:   Wed May 9 08:57:29 2012 +0200
 
     Add N-gram generator
 
- test/shaping/hb_test_tools.py | 72
- +++++++++++++++++++++++++++++++++++++++++--
+ test/shaping/hb_test_tools.py | 72 +++++++++++++++++++++++++++++++++++++++++--
  1 file changed, 70 insertions(+), 2 deletions(-)
 
 commit 98669ceb77657d60435f2cb2e3fc18272c0a2c6a
@@ -52248,14 +187336,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 8 23:41:41 2012 +0200
 
     Add hb-diff-colorize
-
+    
     Accepts --format=html now.
 
  test/shaping/Makefile.am      |   1 +
  test/shaping/hb-diff          |   4 +-
  test/shaping/hb-diff-colorize |   7 ++
- test/shaping/hb_test_tools.py | 158
- +++++++++++++++++++++++++-----------------
+ test/shaping/hb_test_tools.py | 158 +++++++++++++++++++++++++-----------------
  4 files changed, 106 insertions(+), 64 deletions(-)
 
 commit 9155e4ffe00c96a2c14e14a300004b1038ca3a9c
@@ -52263,7 +187350,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 8 22:44:21 2012 +0200
 
     Cleanup diff
-
+    
     Doesn't do --color anymore.  That will go into a new hb-diff-colorize
     tool.
 
@@ -52289,8 +187376,7 @@ Date:   Tue May 8 18:55:29 2012 +0200
  .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST |  1 +
  .../texts/in-tree/shaper-arabic/script-mongolian/misc/poem.txt |  4 ++++
  .../in-tree/shaper-indic/indic/script-bengali/misc/MANIFEST    |  1 +
- .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt    |
- 10 ++++++++++
+ .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt    | 10 ++++++++++
  4 files changed, 16 insertions(+)
 
 commit 1a2a4a0078dda834443edd421037a4bcbad18c5e
@@ -52298,7 +187384,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat May 5 22:38:20 2012 +0200
 
     Fix warning and build issues
-
+    
     As reported by Jonathan Kew on the list.
 
  src/hb-set-private.hh | 2 +-
@@ -52320,7 +187406,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Apr 24 16:56:37 2012 -0400
 
     Add hb_ot_shape_glyphs_closure()
-
+    
     Experimental API for now.
 
  src/hb-ot-map-private.hh |  7 ++++---
@@ -52352,18 +187438,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Apr 24 16:00:50 2012 -0400
 
     Add test caes for a minority language using Bengali
-
+    
     U+0985 BENGALI LETTER A followed by U+09D7 BENGALI AU LENGTH MARK.
-    According to Bobby de Vos on the mailing list, this results in
-    a dotted
+    According to Bobby de Vos on the mailing list, this results in a dotted
     circle with most shaping engines, but is a legitimate sequence in this
     minority language.
-
+    
     We reached the consensus on the list to NOT implement dotted-circle
     in HarfBuzz.
 
- .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt
- | 1 +
+ .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt        | 1 +
  1 file changed, 1 insertion(+)
 
 commit 6c6ccaf575392f6e6bb9a15534026e4ea462705b
@@ -52371,13 +187455,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Apr 24 14:21:15 2012 -0400
 
     Add a few more set operations
-
+    
     TODO: Tests for hb_set_t.
 
- src/hb-set-private.hh | 54
- +++++++++++++++++++++++++++++++++++++++++++++++++-
- src/hb-set.cc         | 55
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-set-private.hh | 54 +++++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-set.cc         | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-set.h          | 34 ++++++++++++++++++++++++++++---
  3 files changed, 139 insertions(+), 4 deletions(-)
 
@@ -52388,8 +187470,7 @@ Date:   Mon Apr 23 23:03:12 2012 -0400
     Make closure() return void
 
  src/hb-ot-layout-gsub-table.hh       | 142 +++++++++++++-----------------
- src/hb-ot-layout-gsubgpos-private.hh | 165
- ++++++++++++++++++-----------------
+ src/hb-ot-layout-gsubgpos-private.hh | 165 ++++++++++++++++++-----------------
  src/hb-ot-layout.cc                  |  10 +--
  src/hb-ot-layout.h                   |   8 +-
  src/hb-set-private.hh                |  20 ++---
@@ -52407,8 +187488,7 @@ Date:   Mon Apr 23 22:41:09 2012 -0400
  src/hb-ot-layout-private.hh        |  47 ---------------
  src/hb-ot-layout.h                 |   2 -
  src/hb-set-private.hh              |  95 +++++++++++++++++++++++++++++
- src/hb-set.cc                      | 120
- +++++++++++++++++++++++++++++++++++++
+ src/hb-set.cc                      | 120 +++++++++++++++++++++++++++++++++++++
  src/hb-set.h                       |  91 ++++++++++++++++++++++++++++
  src/hb.h                           |   1 +
  9 files changed, 313 insertions(+), 49 deletions(-)
@@ -52479,8 +187559,7 @@ Date:   Mon Apr 23 16:54:58 2012 -0400
     Implement closure() for Context and ChainContext lookups
 
  src/hb-ot-layout-common-private.hh   |  54 ++++++
- src/hb-ot-layout-gsubgpos-private.hh | 347
- ++++++++++++++++++++++++++++-------
+ src/hb-ot-layout-gsubgpos-private.hh | 347 ++++++++++++++++++++++++++++-------
  src/hb-ot-layout-private.hh          |  23 ++-
  3 files changed, 351 insertions(+), 73 deletions(-)
 
@@ -52489,12 +187568,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 23 15:28:35 2012 -0400
 
     Flesh out closure() for GSUB
-
+    
     The GSUBGPOS part still missing.
 
  src/hb-ot-layout-common-private.hh |  61 ++++++++++++++------
- src/hb-ot-layout-gsub-table.hh     | 112
- ++++++++++++++++++++++++++++---------
+ src/hb-ot-layout-gsub-table.hh     | 112 ++++++++++++++++++++++++++++---------
  src/hb-ot-layout-private.hh        |  34 +++++++++++
  src/hb-ot-layout.h                 |   2 +-
  4 files changed, 165 insertions(+), 44 deletions(-)
@@ -52527,8 +187605,7 @@ Date:   Mon Apr 23 13:17:09 2012 -0400
     Minor refactoring
 
  src/hb-ot-layout-gpos-table.hh       | 27 +++++++++++--------------
- src/hb-ot-layout-gsub-table.hh       | 39
- +++++++++++++++++-------------------
+ src/hb-ot-layout-gsub-table.hh       | 39 +++++++++++++++++-------------------
  src/hb-ot-layout-gsubgpos-private.hh |  8 ++------
  src/hb-ot-layout.cc                  |  6 ++++--
  4 files changed, 36 insertions(+), 44 deletions(-)
@@ -52538,11 +187615,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 23 13:04:38 2012 -0400
 
     Add "closure" operation stubs to GSUB
-
+    
     Filling in.
 
- src/hb-ot-layout-gsub-table.hh       | 179
- +++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-gsub-table.hh       | 179 +++++++++++++++++++++++++++++++++++
  src/hb-ot-layout-gsubgpos-private.hh | 110 ++++++++++++++++++++-
  src/hb-ot-layout.cc                  |   8 ++
  3 files changed, 293 insertions(+), 4 deletions(-)
@@ -52553,8 +187629,7 @@ Date:   Mon Apr 23 13:02:14 2012 -0400
 
     Add Coverage iterators
 
- src/hb-ot-layout-common-private.hh | 59
- ++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-common-private.hh | 59 ++++++++++++++++++++++++++++++++++++++
  1 file changed, 59 insertions(+)
 
 commit 3ed4634ec349fa9e943ad23718c04be4dd4bba62
@@ -52564,10 +187639,8 @@ Date:   Thu Apr 19 22:34:06 2012 -0400
     Add Indic inspection tool
 
  src/Makefile.am                          |   7 +-
- src/hb-ot-shape-complex-indic-private.hh | 264
- +++++++++++++++++++++++++++++++
- src/hb-ot-shape-complex-indic.cc         | 229
- +--------------------------
+ src/hb-ot-shape-complex-indic-private.hh | 264 +++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-indic.cc         | 229 +--------------------------
  src/indic.cc                             |  46 ++++++
  4 files changed, 317 insertions(+), 229 deletions(-)
 
@@ -52576,7 +187649,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 19 22:28:25 2012 -0400
 
     Minor matra renumbering
-
+    
     Should have no visible effect.
 
  src/hb-ot-shape-complex-indic.cc | 30 +++++++++++++++++-------------
@@ -52587,11 +187660,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 19 22:21:38 2012 -0400
 
     Add GSUB "would_apply" API
-
+    
     To be used in the Indic shaper later.  Unused for now.
 
- src/hb-ot-layout-gsub-table.hh | 140
- ++++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout-gsub-table.hh | 140 ++++++++++++++++++++++++++++++++++++++++-
  1 file changed, 138 insertions(+), 2 deletions(-)
 
 commit a0d4caeb91fa5e5f2090db4efc35c64ff9a64789
@@ -52644,7 +187716,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 16 21:05:51 2012 -0400
 
     Fix ragel regexp in vowel-based syllable
-
+    
     As reported by datao zhang on the mailing list.
 
  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
@@ -52655,7 +187727,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 16 21:05:11 2012 -0400
 
     Rewrite ragel expression to better match the one on MS spec
-
+    
     https://www.microsoft.com/typography/otfntdev/devanot/shaping.aspx
 
  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
@@ -52666,7 +187738,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 16 18:08:20 2012 -0400
 
     Add --utf8-clusters
-
+    
     Also fix cairo cluster generation.
 
  util/hb-shape.cc     |  8 +++++---
@@ -52684,7 +187756,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 16 16:04:07 2012 -0400
 
     Always use cairo_show_text_glyphs()
-
+    
     Better catches cluster errors.
 
  util/view-cairo.cc | 2 +-
@@ -52704,7 +187776,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 16 15:55:13 2012 -0400
 
     Apply 'liga' for vertical writing mode too
-
+    
     Apparently that's what Kazuraki uses to form vertical ligatures,
     which suggests that it's what Adobe does.
 
@@ -52721,8 +187793,7 @@ Date:   Mon Apr 16 15:54:26 2012 -0400
  .../shaper-default/script-japanese/MANIFEST        |  1 +
  .../shaper-default/script-japanese/misc/MANIFEST   |  2 +
  .../script-japanese/misc/kazuraki-liga-lines.txt   |  8 ++++
- .../script-japanese/misc/kazuraki-liga.txt         | 53
- ++++++++++++++++++++++
+ .../script-japanese/misc/kazuraki-liga.txt         | 53 ++++++++++++++++++++++
  5 files changed, 65 insertions(+)
 
 commit e74616b8898b5f18d9bf82b9e81aefad056c1e36
@@ -52752,8 +187823,7 @@ Date:   Sat Apr 14 20:23:58 2012 -0400
     Move code around
 
  src/hb-ot-shape-private.hh | 40 ----------------------------------------
- src/hb-ot-shape.cc         | 45
- +++++++++++++++++++++++++++++++++++++++++----
+ src/hb-ot-shape.cc         | 45 +++++++++++++++++++++++++++++++++++++++++----
  2 files changed, 41 insertions(+), 44 deletions(-)
 
 commit 38a83019e6a7f4aa47662fd557344f62ae001abe
@@ -52789,7 +187859,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Apr 14 18:51:50 2012 -0400
 
     Remove public enum names again
-
+    
     As was reported to me, glib-mkenum does not understand named enums,
     so remove for now.
 
@@ -52812,7 +187882,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 12 17:38:23 2012 -0400
 
     Make HB_DIRECTION_INVALID be zero
-
+    
     This changes all the HB_DIRECTION_* enum member values, but is
     nicer, in preparation for making hb_segment_properties_t public.
 
@@ -52835,7 +187905,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 12 15:50:40 2012 -0400
 
     Fix hb-view surface size calc for vertical text
-
+    
     For some reason it doesn't quite work with IranianNastaliq, but
     that looks like a font issue.
 
@@ -52850,10 +187920,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 12 14:53:53 2012 -0400
 
     Hide backend-specific shape functions
-
+    
     Also remove shaper_options argument to hb_shape_full().  That was
     unused and for "future".  Let it go.
-
+    
     More shaper API coming in preparation for plan/planned API.
 
  configure.ac                                   |  6 ++--
@@ -52868,8 +187938,7 @@ Date:   Thu Apr 12 14:53:53 2012 -0400
  src/hb-ot.h                                    |  1 -
  src/hb-shape.cc                                | 24 ++++++---------
  src/hb-shape.h                                 |  1 -
- src/hb-uniscribe-private.hh                    | 42
- ++++++++++++++++++++++++++
+ src/hb-uniscribe-private.hh                    | 42 ++++++++++++++++++++++++++
  src/hb-uniscribe.cc                            |  9 +++---
  src/hb-uniscribe.h                             |  7 -----
  util/options.hh                                |  2 +-
@@ -52880,7 +187949,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 12 13:23:59 2012 -0400
 
     Add names to enums
-
+    
     gdb was showing <anonymous enum> instead of useful stuff, so name
     all our enums.
 
@@ -52898,7 +187967,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 12 13:17:44 2012 -0400
 
     Make it an error to include non-top-level headers
-
+    
     Users should #include <hb.h> (or hb-ft.h, hb-glib.h, etc), but
     never things like hb-shape.h directly.  This makes it easier to
     refactor headers later on without breaking compatibility.
@@ -52938,7 +188007,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 12 10:06:52 2012 -0400
 
     Fix bug with not setting Unicode props of the first character
-
+    
     Fixes Mongolian shaping issue:
     https://bugs.freedesktop.org/show_bug.cgi?id=45695
 
@@ -52951,8 +188020,7 @@ Date:   Thu Apr 12 09:59:26 2012 -0400
 
     Minor
 
- test/shaping/texts/in-tree/shaper-arabic/script-mongolian/misc/misc.txt |
- 1 -
+ test/shaping/texts/in-tree/shaper-arabic/script-mongolian/misc/misc.txt | 1 -
  1 file changed, 1 deletion(-)
 
 commit 7470b0ff805e4ff59d23d7a1808888fafdf550eb
@@ -52961,16 +188029,11 @@ Date:   Thu Apr 12 09:44:27 2012 -0400
 
     Add Mongolian test case
 
- test/shaping/texts/in-tree/MANIFEST                                   |
- 1 +
- .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST        |
- 1 +
- .../texts/in-tree/shaper-arabic/script-mongolian/misc/misc.txt        |
- 4 ++++
- test/shaping/texts/in-tree/shaper-thai/MANIFEST                       |
- 1 +
- test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST                  |
- 1 +
+ test/shaping/texts/in-tree/MANIFEST                                   | 1 +
+ .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST        | 1 +
+ .../texts/in-tree/shaper-arabic/script-mongolian/misc/misc.txt        | 4 ++++
+ test/shaping/texts/in-tree/shaper-thai/MANIFEST                       | 1 +
+ test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST                  | 1 +
  5 files changed, 8 insertions(+)
 
 commit c65662b71e6160f5adfb6226d97589ca457d98b9
@@ -52978,7 +188041,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 12 09:31:55 2012 -0400
 
     Fix left-matra positioning in Indic
-
+    
     Fixes 200 failures out of previous 4290 cases in the OO.o Indic
     dictionary (of ~16000 entries).
 
@@ -52999,11 +188062,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 11 22:00:46 2012 -0400
 
     [hangul] Apply *jmo features to all Hangul chars
-
+    
     This is what old HB does.  Morever, fixes rendering with Win8 malgun
     font.  The Win7 version doesn't compose with either Uniscribe nor HB,
     but Win8 version works as expected, like Uniscribe, with this change.
-
+    
     Lets call Hangul done for now.
 
  src/hb-ot-shape-complex-misc.cc | 9 +++++++++
@@ -53024,8 +188087,7 @@ Date:   Wed Apr 11 17:48:40 2012 -0400
 
     Add Hangul test
 
- test/shaping/texts/in-tree/shaper-hangul/script-hangul/misc/misc.txt |
- 1 +
+ test/shaping/texts/in-tree/shaper-hangul/script-hangul/misc/misc.txt | 1 +
  1 file changed, 1 insertion(+)
 
 commit e95d912b3b0af027c4384553f95236db822e5acc
@@ -53042,7 +188104,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 11 17:11:05 2012 -0400
 
     Don't create hb_apply_context_t per glyph!
-
+    
     I couldn't measure significant performance gains out of this; maybe
     about 5% (with one million Malayalam strings).  Still, not bad.
     But reminds me that optimizing this codebase without profiling first
@@ -53058,7 +188120,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 11 14:37:53 2012 -0400
 
     Fix shape to presentation forms font check
-
+    
     As reported by Jonathan Kew on the list.
 
  src/hb-ot-shape-complex-arabic.cc | 9 ++++++---
@@ -53069,7 +188131,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 11 14:19:55 2012 -0400
 
     Fix build with some compilers
-
+    
     As reported by Jonathan Kew on the list.
 
  src/hb-ot-shape-complex-misc.cc | 7 ++++---
@@ -53104,11 +188166,9 @@ Date:   Tue Apr 10 17:20:05 2012 -0400
 
     Implement Arabic fallback shaping mandatory ligatures
 
- src/gen-arabic-table.py                 | 32
- ++++++++++++++++++++++----------
+ src/gen-arabic-table.py                 | 32 ++++++++++++++++++++++----------
  src/hb-ot-shape-complex-arabic-table.hh | 28 +++++++++++++++++++---------
- src/hb-ot-shape-complex-arabic.cc       | 31
- +++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-arabic.cc       | 31 +++++++++++++++++++++++++++++++
  src/hb-ot-shape-complex-misc.cc         |  4 ++--
  4 files changed, 74 insertions(+), 21 deletions(-)
 
@@ -53118,8 +188178,7 @@ Date:   Tue Apr 10 16:44:38 2012 -0400
 
     Do Arabic fallback shaping
 
- src/hb-ot-shape-complex-arabic.cc | 38
- +++++++++++++++++++++++++++++++++-----
+ src/hb-ot-shape-complex-arabic.cc | 38 +++++++++++++++++++++++++++++++++-----
  1 file changed, 33 insertions(+), 5 deletions(-)
 
 commit ae4a2b9365051c23c9a299cf76f3ab7e661999b1
@@ -53127,15 +188186,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Apr 10 16:25:08 2012 -0400
 
     Generate fallback Arabic shaping table
-
+    
     Not hooked up yet.
 
  src/Makefile.am                         |   6 +-
- src/gen-arabic-table.py                 | 220
- +++++++++++++++++++++++---------
+ src/gen-arabic-table.py                 | 220 +++++++++++++++++++++++---------
  src/gen-indic-table.py                  |   4 +-
- src/hb-ot-shape-complex-arabic-table.hh | 205
- ++++++++++++++++++++++++++++-
+ src/hb-ot-shape-complex-arabic-table.hh | 205 ++++++++++++++++++++++++++++-
  4 files changed, 367 insertions(+), 68 deletions(-)
 
 commit 3b26f96ebe859570d14c6902afc23462bca40712
@@ -53143,12 +188200,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Apr 10 10:52:07 2012 -0400
 
     Add Thai shaper that does SARA AM decomposition / reordering
-
+    
     That's not in the OpenType spec, but it's what MS and Adobe do.
 
  src/hb-buffer.cc                   |   1 +
- src/hb-ot-shape-complex-misc.cc    | 104
- ++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-shape-complex-misc.cc    | 104 ++++++++++++++++++++++++++++++++++++-
  src/hb-ot-shape-complex-private.hh |   8 +++
  3 files changed, 112 insertions(+), 1 deletion(-)
 
@@ -53177,16 +188233,11 @@ Date:   Sat Apr 7 22:07:23 2012 -0400
 
     Move around
 
- test/shaping/texts/in-tree/MANIFEST
- | 1 +
- test/shaping/texts/in-tree/shaper-default/MANIFEST
- | 1 -
- .../in-tree/{shaper-default => shaper-hangul}/script-hangul/MANIFEST
- | 0
- .../{shaper-default => shaper-hangul}/script-hangul/misc/MANIFEST
- | 0
- .../{shaper-default => shaper-hangul}/script-hangul/misc/misc.txt
- | 0
+ test/shaping/texts/in-tree/MANIFEST                                      | 1 +
+ test/shaping/texts/in-tree/shaper-default/MANIFEST                       | 1 -
+ .../in-tree/{shaper-default => shaper-hangul}/script-hangul/MANIFEST     | 0
+ .../{shaper-default => shaper-hangul}/script-hangul/misc/MANIFEST        | 0
+ .../{shaper-default => shaper-hangul}/script-hangul/misc/misc.txt        | 0
  5 files changed, 1 insertion(+), 1 deletion(-)
 
 commit d4cc44716c1e098f8abbc0e495404598026ef242
@@ -53205,17 +188256,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Apr 7 15:06:55 2012 -0400
 
     Add simple Hangul shaper that recomposes Jamo when feasible
-
+    
     Previously, we were NOT actually recomposing Hangul Jamo.  We do now.
     The two lines in:
-
+    
     test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt
-
+    
     Now render the same with the UnDotum.ttf font.  Previously the second
     linle was rendering boxes.
-
-    We can also start applying OpenType Jamo features later.  At this
-    time,
+    
+    We can also start applying OpenType Jamo features later.  At this time,
     I have no idea how the 'ljmo', 'vjmo', 'tjmo' features are supposed to
     work.  Maybe someone can explain them to me?
 
@@ -53227,9 +188277,8 @@ commit 968318455304804dc53045e8ba0cd4d76800c02d
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Apr 7 14:57:21 2012 -0400
 
-    Implement normalization mode
-    HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_FULL
-
+    Implement normalization mode HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_FULL
+    
     In this mode we try composing CCC=0 with CCC=0 characters.  Useful for
     Hangul.
 
@@ -53241,7 +188290,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Apr 7 14:51:17 2012 -0400
 
     Bring normalization algorithm closer to the spec
-
+    
     No logical difference so far.
 
  src/hb-ot-shape-normalize.cc | 3 ++-
@@ -53261,17 +188310,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 5 17:27:23 2012 -0400
 
     Add Hangul test case
-
+    
     Composed, and decomposed, of the same text.
 
- test/shaping/texts/in-tree/shaper-default/MANIFEST                    |
- 1 +
- test/shaping/texts/in-tree/shaper-default/script-hangul/MANIFEST      |
- 1 +
- test/shaping/texts/in-tree/shaper-default/script-hangul/misc/MANIFEST |
- 1 +
- test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt |
- 2 ++
+ test/shaping/texts/in-tree/shaper-default/MANIFEST                    | 1 +
+ test/shaping/texts/in-tree/shaper-default/script-hangul/MANIFEST      | 1 +
+ test/shaping/texts/in-tree/shaper-default/script-hangul/misc/MANIFEST | 1 +
+ test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt | 2 ++
  4 files changed, 5 insertions(+)
 
 commit 11138ccff71f442da1fcf64faa0e1d22e083e775
@@ -53279,7 +188324,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 5 17:25:19 2012 -0400
 
     Add normalize mode
-
+    
     In preparation for Hangul shaper.
 
  src/Makefile.am                      |  1 +
@@ -53289,8 +188334,7 @@ Date:   Thu Apr 5 17:25:19 2012 -0400
  src/hb-ot-shape-complex-misc.cc      |  8 ++--
  src/hb-ot-shape-complex-private.hh   | 13 ++++---
  src/hb-ot-shape-normalize-private.hh | 46 +++++++++++++++++++++++
- src/hb-ot-shape-normalize.cc         | 73
- +++++++++++++++++-------------------
+ src/hb-ot-shape-normalize.cc         | 73 +++++++++++++++++-------------------
  src/hb-ot-shape-private.hh           |  7 +---
  src/hb-ot-shape.cc                   |  2 +-
  10 files changed, 102 insertions(+), 61 deletions(-)
@@ -53313,11 +188357,9 @@ Date:   Thu Apr 5 16:40:37 2012 -0400
 
     Move code around
 
- src/hb-ot-shape-private.hh | 53
- --------------------------------------------
+ src/hb-ot-shape-private.hh | 53 --------------------------------------------
  src/hb-unicode-private.hh  |  3 +++
- src/hb-unicode.cc          | 55
- ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-unicode.cc          | 55 ++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 58 insertions(+), 53 deletions(-)
 
 commit cad3821f3d5b68d490b0728bd37bd57428ec809c
@@ -53325,13 +188367,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 7 17:13:25 2012 -0500
 
     More sorting by Unicode version
-
+    
     This is the most convenient way to browse scripts.
 
  src/hb-common.cc                   |  2 +-
  src/hb-common.h                    |  2 +-
- src/hb-ot-shape-complex-private.hh | 94
- ++++++++++++++++++++++++++++----------
+ src/hb-ot-shape-complex-private.hh | 94 ++++++++++++++++++++++++++++----------
  3 files changed, 72 insertions(+), 26 deletions(-)
 
 commit 317b9504d7a4faa70dcf21e5c2aff4792dbd201a
@@ -53348,12 +188389,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 7 15:52:02 2012 -0500
 
     More Unicode script age annotation, and a couple more RTL scripts
-
+    
     Cross-checked with Mark Davis's spreadsheet at http://goo.gl/x9ilM
 
  src/hb-common.cc |  8 ++++++++
- src/hb-common.h  | 52
- +++++++++++++++++++++++++++++-----------------------
+ src/hb-common.h  | 52 +++++++++++++++++++++++++++++-----------------------
  2 files changed, 37 insertions(+), 23 deletions(-)
 
 commit 6d4016f1ba48d409800dc3281b93e5cd58c99d9f
@@ -53411,8 +188451,7 @@ Date:   Wed Mar 7 12:38:39 2012 -0500
 
     Whitespace
 
- src/hb-common.h | 194
- ++++++++++++++++++++++++++++----------------------------
+ src/hb-common.h | 194 ++++++++++++++++++++++++++++----------------------------
  1 file changed, 97 insertions(+), 97 deletions(-)
 
 commit 183224684a45d7dcd7d28510d4383a7a7cb3dff3
@@ -53420,9 +188459,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 7 12:21:28 2012 -0500
 
     Use generic shaper for Buhid
-
+    
     As requested by Jonathan Kew.
-
+    
     We need to devise a better mechanism to choose which scripts to
     pass through the Indic shaper.  Moreover, currently we are storing
     data for some scripts in the Indic shaper that are not even going
@@ -53440,8 +188479,7 @@ Date:   Wed Mar 7 12:08:33 2012 -0500
  src/Makefile.am                         |  15 +++
  src/gen-indic-table.py                  |  20 ++--
  src/hb-ot-shape-complex-arabic-table.hh |  35 -------
- src/hb-ot-shape-complex-indic-table.hh  | 178
- +++++++++++++++++++-------------
+ src/hb-ot-shape-complex-indic-table.hh  | 178 +++++++++++++++++++-------------
  4 files changed, 134 insertions(+), 114 deletions(-)
 
 commit e3b2e077f549b04779c08a9fedb1f35b9f11075c
@@ -53467,15 +188505,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Mar 6 20:24:31 2012 -0500
 
     Add Hebrew diacritics test cases
-
+    
     From:
     https://bugzilla.mozilla.org/show_bug.cgi?id=662055
 
  test/shaping/texts/in-tree/shaper-default/MANIFEST        |  1 +
  .../texts/in-tree/shaper-default/script-hebrew/MANIFEST   |  1 +
  .../in-tree/shaper-default/script-hebrew/misc/MANIFEST    |  1 +
- .../shaper-default/script-hebrew/misc/diacritics.txt      | 15
- +++++++++++++++
+ .../shaper-default/script-hebrew/misc/diacritics.txt      | 15 +++++++++++++++
  4 files changed, 18 insertions(+)
 
 commit 461b9b6347e4f58589f5be82c40a2df61da2c715
@@ -53483,10 +188520,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Mar 1 18:11:19 2012 -0800
 
     Fix cluster formation in Indic
-
+    
     Makes number of failures against Uniscribe with hi_IN dictionary from
     OO.o to go down from 6334 to 4290.  Not bad for a one-line change!
-
+    
     Mozilla Bug 729626 - ASAN: heap-buffer-overflow HTML
 
  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
@@ -53497,7 +188534,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Mar 1 17:30:29 2012 -0800
 
     Fix atomic-int op on Apple
-
+    
     The OSAtomicAdd32Barrier operator returns the new value, we want the
     old value.
 
@@ -53510,12 +188547,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Feb 24 13:51:09 2012 -0500
 
     Add support for atomic int and mutex on Apple systems
-
-    So, apparently there's no atomic int 'get' method on Apple.
-    You have to
+    
+    So, apparently there's no atomic int 'get' method on Apple.  You have to
     add(0) to get.  And that's not const-friendly.  So switch inert-object
-    checking to a non-atomic get.  This, however, is safe, and a
-    negligible
+    checking to a non-atomic get.  This, however, is safe, and a negligible
     performance boost too.
 
  src/hb-mutex-private.hh  | 14 +++++++++-----
@@ -53527,9 +188562,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 23 18:47:17 2012 -0500
 
     Remove unused hb_atomic_int_set()
-
-    Apparently it can't be implemented on OS X.  We weren't using
-    it anyway.
+    
+    Apparently it can't be implemented on OS X.  We weren't using it anyway.
 
  src/hb-object-private.hh | 4 ----
  1 file changed, 4 deletions(-)
@@ -53540,8 +188574,7 @@ Date:   Thu Feb 23 19:47:43 2012 -0500
 
     Add hb-warning.cc.  Oops!
 
- src/hb-warning.cc | 53
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-warning.cc | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 53 insertions(+)
 
 commit bd7ff1dec5b92ee59fa060e793f88499adcd8c11
@@ -53549,13 +188582,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Feb 23 15:06:16 2012 -0500
 
     Allow disabling multi-threaded support
-
+    
     By defining HB_NO_MT.
-
+    
     Also, only warn once per missing MT feature support.
-
-    Mozilla Bug 666661 - gfx/harfbuzz/src/hb-prive.h - compiler warnings
-    on mac
+    
+    Mozilla Bug 666661 - gfx/harfbuzz/src/hb-prive.h - compiler warnings on mac
 
  src/Makefile.am          |  1 +
  src/hb-mutex-private.hh  |  6 +++---
@@ -53568,8 +188600,7 @@ Date:   Wed Feb 22 16:43:21 2012 -0500
 
     Minor
 
- src/hb-ot-shape-private.hh | 69
- ++++++++++++++++++++++++++--------------------
+ src/hb-ot-shape-private.hh | 69 ++++++++++++++++++++++++++--------------------
  1 file changed, 39 insertions(+), 30 deletions(-)
 
 commit 514b6f88668da4eab85103c536dabe24b7bc457b
@@ -53577,9 +188608,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 22 16:34:37 2012 -0500
 
     Followup: Reorder Hebrew combining classes for better rendering
-
+    
     Patch from Jonathan Kew.
-
+    
     Bug 662055 - advanced Hebrew diacritics are shown correctly only in
     particular order.
 
@@ -53591,11 +188622,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 22 16:31:15 2012 -0500
 
     Reorder Hebrew combining classes for better rendering
-
+    
     Patch from Jonathan Kew.
-
-    Bug 662055 - advanced Hebrew diacritics are shown correctly only in
-    particular order
+    
+    Bug 662055 - advanced Hebrew diacritics are shown correctly only in particular order
 
  src/hb-ot-shape-private.hh | 28 ++++++++++++++++++++++++++++
  1 file changed, 28 insertions(+)
@@ -53606,10 +188636,8 @@ Date:   Tue Feb 21 11:31:47 2012 -0500
 
     Add test case from https://bugzilla.mozilla.org/show_bug.cgi?id=714067
 
- test/shaping/texts/in-tree/shaper-arabic/script-arabic/misc/MANIFEST
- | 1 +
- .../in-tree/shaper-arabic/script-arabic/misc/ligature-diacritics.txt
- | 1 +
+ test/shaping/texts/in-tree/shaper-arabic/script-arabic/misc/MANIFEST     | 1 +
+ .../in-tree/shaper-arabic/script-arabic/misc/ligature-diacritics.txt     | 1 +
  2 files changed, 2 insertions(+)
 
 commit f51e167436a51b890ffe3f7f7920498fa287acd9
@@ -53665,8 +188693,7 @@ Date:   Sun Jan 22 19:57:00 2012 -0500
     Add a few more tests
 
  .../in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt   | 3 +++
- .../shaper-indic/south-east-asian/script-thai/misc/misc.txt      |
- 9 +++++++++
+ .../shaper-indic/south-east-asian/script-thai/misc/misc.txt      | 9 +++++++++
  2 files changed, 12 insertions(+)
 
 commit 1795f3a222a85cdf80c78a0e9181d23dd1673876
@@ -53675,14 +188702,10 @@ Date:   Sun Jan 22 19:29:45 2012 -0500
 
     Add a couple Thai test cases from Thep
 
- test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST       |
- 1 +
- .../texts/in-tree/shaper-indic/south-east-asian/script-thai/MANIFEST    |
- 1 +
- .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST     |
- 1 +
- .../in-tree/shaper-indic/south-east-asian/script-thai/misc/misc.txt     |
- 2 ++
+ test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST       | 1 +
+ .../texts/in-tree/shaper-indic/south-east-asian/script-thai/MANIFEST    | 1 +
+ .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST     | 1 +
+ .../in-tree/shaper-indic/south-east-asian/script-thai/misc/misc.txt     | 2 ++
  4 files changed, 5 insertions(+)
 
 commit ec3f506682fc6e2d7d7455e49d6c82ac9dd0c660
@@ -53691,8 +188714,7 @@ Date:   Sun Jan 22 19:10:55 2012 -0500
 
     Add Devanagari test from Tom Hacohen
 
- .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt
- | 1 +
+ .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt     | 1 +
  1 file changed, 1 insertion(+)
 
 commit 71be4ca3dd5eaaca31957e34fef11f6aeb4aebdf
@@ -53718,7 +188740,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jan 22 16:07:32 2012 -0500
 
     Allow --color=html in hb-diff
-
+    
     Not that useful right now as we don't escape < and >.  Perhaps
     another tool can be added to convert the ANSI output to HTML.
 
@@ -53731,32 +188753,27 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jan 22 15:31:44 2012 -0500
 
     Fallback to Latin script if the font has no other usable scripts
-
+    
     Patch and description from Jonathan Kew:
-
+    
     It turns out that some legacy Thai fonts provide OpenType substitution
     features to implement mark positioning, but (incorrectly) put those
-    features/lookups under the 'latn' script tag instead of using 'thai'
-    (or
+    features/lookups under the 'latn' script tag instead of using 'thai' (or
     possibly 'DFLT'). See
     https://bugzilla.mozilla.org/show_bug.cgi?id=719366 for an example and
     more detailed description.
-
-    Although this is really a font bug, I suggest that we could improve
-    the
+    
+    Although this is really a font bug, I suggest that we could improve the
     rendering of such fonts by looking for the 'latn' as a fallback if
     neither the requested script nor "default" is found in
     hb_ot_layout_table_choose_script. Suggested patch against harfbuzz
     master is attached.
-
-    This does _not_ affect the other kind of legacy Thai font, where
-    custom
-    code to support vendor-specific PUA codepoints would be needed. I'm
-    not
-    keen to go down that path; IMO, such fonts should be ruthlessly
-    stamped
+    
+    This does _not_ affect the other kind of legacy Thai font, where custom
+    code to support vendor-specific PUA codepoints would be needed. I'm not
+    keen to go down that path; IMO, such fonts should be ruthlessly stamped
     out in favour of standards-based solutions. :)
-
+    
     JK
 
  src/hb-ot-layout.cc | 9 +++++++++
@@ -53817,8 +188834,7 @@ Date:   Sat Jan 21 19:31:51 2012 -0500
     Port hb-manifest-update to Python
 
  test/shaping/hb-manifest-update | 23 +++--------------------
- test/shaping/hb_test_tools.py   | 38
- ++++++++++++++++++++++++++++++--------
+ test/shaping/hb_test_tools.py   | 38 ++++++++++++++++++++++++++++++--------
  2 files changed, 33 insertions(+), 28 deletions(-)
 
 commit 3a34e9e351ed0ee3eb27f9c0f154bc227f1226bf
@@ -53827,8 +188843,7 @@ Date:   Sat Jan 21 19:15:41 2012 -0500
 
     Ignore Broken Pipe errors
 
- test/shaping/hb_test_tools.py | 76
- +++++++++++++++++++++++++++----------------
+ test/shaping/hb_test_tools.py | 76 +++++++++++++++++++++++++++----------------
  1 file changed, 48 insertions(+), 28 deletions(-)
 
 commit d5300241680844f5625f32792f7dd7181ed05f9b
@@ -53836,11 +188851,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jan 21 19:07:22 2012 -0500
 
     [util] Make clusters work with char offset instead of UTF-8 offset
-
+    
     This means the --features indices also refer to char position
     instead of byte position now.  Same for cluster values reported
     by hb-shape.
-
+    
     Will add an option for byte indices later.
 
  util/options.cc |  7 +++++--
@@ -53874,8 +188889,7 @@ Date:   Fri Jan 20 21:16:34 2012 -0500
 
  test/shaping/hb-diff-filter-failures |  2 +-
  test/shaping/hb-manifest-read        | 37 +++------------------------
- test/shaping/hb_test_tools.py        | 49
- ++++++++++++++++++++++++++++++++----
+ test/shaping/hb_test_tools.py        | 49 ++++++++++++++++++++++++++++++++----
  3 files changed, 48 insertions(+), 40 deletions(-)
 
 commit a59ed46fa4f7b76605f8ce6e75783ead406468f5
@@ -53885,8 +188899,7 @@ Date:   Fri Jan 20 20:56:32 2012 -0500
     Add final residues from test-shape-complex
 
  .../shaping/texts/in-tree/shaper-arabic/script-nko/misc/MANIFEST | 1 +
- .../shaping/texts/in-tree/shaper-arabic/script-nko/misc/misc.txt |
- 5 +++++
+ .../shaping/texts/in-tree/shaper-arabic/script-nko/misc/misc.txt | 5 +++++
  test/shaping/texts/in-tree/shaper-default/MANIFEST               | 1 +
  .../texts/in-tree/shaper-default/script-linear-b/MANIFEST        | 1 +
  .../texts/in-tree/shaper-default/script-linear-b/misc/MANIFEST   | 1 +
@@ -53895,8 +188908,7 @@ Date:   Fri Jan 20 20:56:32 2012 -0500
  .../shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST | 1 +
  .../in-tree/shaper-indic/south-east-asian/script-khmer/MANIFEST  | 1 +
  .../shaper-indic/south-east-asian/script-khmer/misc/MANIFEST     | 1 +
- .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt     |
- 9 +++++++++
+ .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt     | 9 +++++++++
  11 files changed, 23 insertions(+)
 
 commit 820e0ed318d9b187a131baa9491d5d390ec33ef4
@@ -53905,10 +188917,8 @@ Date:   Fri Jan 20 20:51:52 2012 -0500
 
     Add Punjabi tests from test-shape-complex also
 
- .../texts/in-tree/shaper-indic/indic/script-punjabi/misc/MANIFEST
- | 1 +
- .../texts/in-tree/shaper-indic/indic/script-punjabi/misc/misc.txt
- | 1 +
+ .../texts/in-tree/shaper-indic/indic/script-punjabi/misc/MANIFEST        | 1 +
+ .../texts/in-tree/shaper-indic/indic/script-punjabi/misc/misc.txt        | 1 +
  2 files changed, 2 insertions(+)
 
 commit a7d71c105772fb612871b4cae59bdae47bbc8751
@@ -53918,8 +188928,7 @@ Date:   Fri Jan 20 20:50:09 2012 -0500
     Add Tamil test data from Muguntharaj Subramanian
 
  .../shaper-indic/indic/script-tamil/misc/MANIFEST  |  1 +
- .../shaper-indic/indic/script-tamil/misc/misc.txt  | 43
- ++++++++++++++++++++++
+ .../shaper-indic/indic/script-tamil/misc/misc.txt  | 43 ++++++++++++++++++++++
  2 files changed, 44 insertions(+)
 
 commit 5992a9941e7f19181df1e34e79e514ccedc3d284
@@ -53942,8 +188951,7 @@ Date:   Fri Jan 20 20:48:14 2012 -0500
  .../indic/script-assamese/misc/MANIFEST            |  0
  .../shaper-indic/indic/script-bengali/MANIFEST     |  1 +
  .../indic/script-bengali/misc/MANIFEST             |  1 +
- .../indic/script-bengali/misc/misc.txt             | 48
- ++++++++++++++++++++++
+ .../indic/script-bengali/misc/misc.txt             | 48 ++++++++++++++++++++++
  .../shaper-indic/indic/script-devanagari/MANIFEST  |  1 +
  .../indic/script-devanagari/misc/MANIFEST          |  1 +
  .../indic/script-devanagari/misc/misc.txt          | 23 +++++++++++
@@ -53984,7 +188992,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 20 18:39:27 2012 -0500
 
     Make test tools interactive
-
+    
     By bypassing readlines() buffering.
 
  test/shaping/hb_test_tools.py | 33 +++++++++++++++++++++++++++------
@@ -53995,7 +189003,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 20 18:27:52 2012 -0500
 
     Move most testing logic into hb_test_tools.py
-
+    
     The actual utils are one-liners now.
 
  test/shaping/hb-diff                 |  77 ++-------------
@@ -54003,8 +189011,7 @@ Date:   Fri Jan 20 18:27:52 2012 -0500
  test/shaping/hb-unicode-decode       |  18 +---
  test/shaping/hb-unicode-encode       |  21 +---
  test/shaping/hb-unicode-prettyname   |  53 +----------
- test/shaping/hb_test_tools.py        | 180
- +++++++++++++++++++++++++++++++++++
+ test/shaping/hb_test_tools.py        | 180 +++++++++++++++++++++++++++++++++++
  6 files changed, 197 insertions(+), 179 deletions(-)
 
 commit 66aa080033dcff07b8bb5e7b1f0e3511f067d6c1
@@ -54012,12 +189019,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 20 17:36:10 2012 -0500
 
     Remove test-shape-complex
-
+    
     New shaping testsuite and framework coming.
 
  test/api/Makefile.am               |    6 -
- test/api/test-shape-complex.c      | 1237
- ------------------------------------
+ test/api/test-shape-complex.c      | 1237 ------------------------------------
  test/shaping/hb-unicode-prettyname |    1 +
  3 files changed, 1 insertion(+), 1243 deletions(-)
 
@@ -54054,10 +189060,8 @@ Date:   Fri Jan 20 17:16:35 2012 -0500
 
     Move
 
- test/shaping/texts/MANIFEST                                           |
- 4 +---
- test/shaping/texts/in-tree/MANIFEST                                   |
- 3 +++
+ test/shaping/texts/MANIFEST                                           | 4 +---
+ test/shaping/texts/in-tree/MANIFEST                                   | 3 +++
  test/shaping/texts/{ => in-tree}/shaper-arabic/MANIFEST               | 0
  test/shaping/texts/{ => in-tree}/shaper-arabic/script-arabic/MANIFEST | 0
  .../shaping/texts/{ => in-tree}/shaper-arabic/script-mandaic/MANIFEST | 0
@@ -54294,7 +189298,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jan 20 13:57:57 2012 -0500
 
     [test/shaping] Add some Indic test data for the new test suite
-
+    
     Imported from UTRRS.
 
  test/shaping/texts/shaper-indic/indic/MANIFEST     |    2 +-
@@ -54352,8 +189356,7 @@ Date:   Fri Jan 20 13:57:57 2012 -0500
  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  185 +++
  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  185 +++
  .../indic/script-devanagari/utrrs/gpos/MANIFEST    |    2 +
- .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1367
- ++++++++++++++++++++
+ .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1367 ++++++++++++++++++++
  .../indic/script-devanagari/utrrs/gsub/MANIFEST    |    1 +
  .../shaper-indic/indic/script-gujarati/MANIFEST    |    1 +
  .../indic/script-gujarati/utrrs/LICENSE            |   19 +
@@ -54371,8 +189374,7 @@ Date:   Fri Jan 20 13:57:57 2012 -0500
  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  170 +++
  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  170 +++
  .../indic/script-gujarati/utrrs/gpos/MANIFEST      |    2 +
- .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1156
- +++++++++++++++++
+ .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1156 +++++++++++++++++
  .../indic/script-gujarati/utrrs/gsub/MANIFEST      |    1 +
  .../shaper-indic/indic/script-kannada/MANIFEST     |    1 +
  .../indic/script-kannada/utrrs/LICENSE             |   19 +
@@ -54530,8 +189532,7 @@ Date:   Fri Jan 20 13:50:05 2012 -0500
 
  test/shaping/{hb-read-manifest => hb-manifest-read}   |  0
  .../{hb-update-manifests => hb-manifest-update}       |  0
- test/shaping/hb-unicode-decode                        | 19
- +++++++++++++++++++
+ test/shaping/hb-unicode-decode                        | 19 +++++++++++++++++++
  3 files changed, 19 insertions(+)
 
 commit 9ab23ef4749b51e60464b9ef2a92739cdc2b36ba
@@ -54567,8 +189568,7 @@ Date:   Thu Jan 19 20:28:31 2012 -0500
 
     [test/shaping] Add hb-unicode-prettyname
 
- test/shaping/hb-unicode-prettyname | 38
- ++++++++++++++++++++++++++++++++++++++
+ test/shaping/hb-unicode-prettyname | 38 ++++++++++++++++++++++++++++++++++++++
  1 file changed, 38 insertions(+)
 
 commit e900869b0f373d25b72d966338beb6cbc53e6446
@@ -54594,7 +189594,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 19 17:51:57 2012 -0500
 
     [hb-shape] Change glyphstring brackets from </> to [/]
-
+    
     Sorry for the disruption but I need this to differentiate from the
     Unicode string.
 
@@ -54607,8 +189607,7 @@ Date:   Thu Jan 19 16:55:26 2012 -0500
 
     More Indic tests from Pravin
 
- test/api/test-shape-complex.c | 48
- +++++++++++++++++++++++++++++++++++++++++++
+ test/api/test-shape-complex.c | 48 +++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 48 insertions(+)
 
 commit a33e46cf7d9862856fd7ecb04e047cc58a9785c8
@@ -54618,8 +189617,7 @@ Date:   Thu Jan 19 15:43:48 2012 -0500
     [test/shaping] Add hb-update-manifests
 
  test/shaping/Makefile.am                       |  6 ++----
- test/shaping/hb-update-manifests               | 22
- ++++++++++++++++++++++
+ test/shaping/hb-update-manifests               | 22 ++++++++++++++++++++++
  test/shaping/texts/shaper-indic/indic/MANIFEST |  1 +
  3 files changed, 25 insertions(+), 4 deletions(-)
 
@@ -54631,8 +189629,7 @@ Date:   Thu Jan 19 15:21:04 2012 -0500
 
  configure.ac                                                   |  1 +
  test/Makefile.am                                               |  2 +-
- test/shaping/Makefile.am                                       |
- 10 ++++++++++
+ test/shaping/Makefile.am                                       | 10 ++++++++++
  test/shaping/texts/MANIFEST                                    |  3 +++
  test/shaping/texts/shaper-arabic/MANIFEST                      |  5 +++++
  test/shaping/texts/shaper-arabic/script-arabic/MANIFEST        |  0
@@ -54642,8 +189639,7 @@ Date:   Thu Jan 19 15:21:04 2012 -0500
  test/shaping/texts/shaper-arabic/script-syriac/MANIFEST        |  0
  test/shaping/texts/shaper-default/MANIFEST                     |  0
  test/shaping/texts/shaper-indic/MANIFEST                       |  1 +
- test/shaping/texts/shaper-indic/indic/MANIFEST                 |
- 10 ++++++++++
+ test/shaping/texts/shaper-indic/indic/MANIFEST                 | 10 ++++++++++
  test/shaping/texts/shaper-indic/indic/script-assamese/MANIFEST |  0
  test/shaping/texts/shaper-indic/indic/script-bengali/MANIFEST  |  0
  .../texts/shaper-indic/indic/script-devanagari/MANIFEST        |  0
@@ -54672,10 +189668,8 @@ Date:   Thu Jan 19 14:52:02 2012 -0500
     Rename test/ to test/api/
 
  configure.ac                        |   1 +
- test/Makefile.am                    | 128
- +----------------------------------
- test/api/Makefile.am                | 131
- ++++++++++++++++++++++++++++++++++++
+ test/Makefile.am                    | 128 +----------------------------------
+ test/api/Makefile.am                | 131 ++++++++++++++++++++++++++++++++++++
  test/{ => api}/hb-test.h            |   0
  test/{ => api}/test-blob.c          |   0
  test/{ => api}/test-buffer.c        |   0
@@ -54696,12 +189690,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 19 14:28:11 2012 -0500
 
     Remove src/test.cc
-
+    
     Not really useful.
 
  src/Makefile.am |   6 +--
- src/test.cc     | 132
- --------------------------------------------------------
+ src/test.cc     | 132 --------------------------------------------------------
  2 files changed, 1 insertion(+), 137 deletions(-)
 
 commit 4983feebbbb25e79201bf34035e4d58e61218758
@@ -54718,7 +189711,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 19 12:46:18 2012 -0500
 
     [hb-shape] Add --show-line-num
-
+    
     Ok, much more useful as a test suite driver now.
 
  util/hb-shape.cc | 24 +++++-------------------
@@ -54760,7 +189753,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 18 22:47:44 2012 -0500
 
     [util] Add --help-features
-
+    
     Patch from Khaled Hosny.
 
  util/options.cc | 42 +++++++++++++++++++++++++++++++++++++++++-
@@ -54780,7 +189773,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 18 22:16:49 2012 -0500
 
     Replace u_strlen() with u_countChar32()
-
+    
     The latter is what I meant.
 
  src/hb-icu.cc | 8 +++-----
@@ -54791,7 +189784,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 18 21:58:34 2012 -0500
 
     Add test for bug in ICU decompose
-
+    
     As reported by Kenichi Ishibashi on 2011-10-28.
 
  test/test-unicode.c | 2 +-
@@ -54802,7 +189795,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 18 21:51:05 2012 -0500
 
     Fix OOB in replace_glyph()
-
+    
     Patch from Kenichi Ishibashi.
 
  src/hb-buffer.cc | 2 ++
@@ -54813,7 +189806,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 18 21:28:34 2012 -0500
 
     Fix more possible buffer overruns
-
+    
     I have this function, but can't clean up it to my satisfaction.
 
  src/hb-ot-layout-gsubgpos-private.hh | 6 ++++--
@@ -54834,7 +189827,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jan 18 16:07:53 2012 -0500
 
     Further mark skippy fixes from Jonathan Kew
-
+    
     We should be in good shape now.
 
  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
@@ -54845,7 +189838,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jan 17 18:08:41 2012 -0500
 
     Fix mark skipping regression
-
+    
     Ouch!
 
  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
@@ -54859,8 +189852,7 @@ Date:   Mon Jan 16 22:05:08 2012 -0500
 
  src/hb-ot-layout-gpos-table.hh       |  95 ++++++++++----------------
  src/hb-ot-layout-gsub-table.hh       |  21 +++---
- src/hb-ot-layout-gsubgpos-private.hh | 125
- +++++++++++++++++++++++++++--------
+ src/hb-ot-layout-gsubgpos-private.hh | 125 +++++++++++++++++++++++++++--------
  3 files changed, 143 insertions(+), 98 deletions(-)
 
 commit 370f03e9c69d98d735eafb7e72b13b17f42cbaa9
@@ -54878,16 +189870,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 16 16:43:26 2012 -0500
 
     [GSUB/GPOS] Fix mark skip indexing issues
-
+    
     Mozilla bug 701637 and 714067 combined.
-
+    
     Patch from Jonathan Kew.
 
- src/hb-ot-layout-gpos-table.hh       | 42
- ++++++++++++++++-----------------
+ src/hb-ot-layout-gpos-table.hh       | 42 ++++++++++++++++-----------------
  src/hb-ot-layout-gsub-table.hh       | 21 +++++++++--------
- src/hb-ot-layout-gsubgpos-private.hh | 45
- ++++++++++++++++++------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 45 ++++++++++++++++++------------------
  3 files changed, 54 insertions(+), 54 deletions(-)
 
 commit e8eedf2687f05372bf5476e84139d01ba67c9f73
@@ -54895,7 +189885,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 16 16:39:40 2012 -0500
 
     Avoid enum trailing commas
-
+    
     Based on patch from Jonathan Kew.
 
  src/hb-ot-shape-complex-indic.cc   | 4 ++--
@@ -54916,7 +189906,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jan 15 14:56:56 2012 -0500
 
     Disable gtk-doc macro
-
+    
     We don't have any docs yet.
 
  configure.ac | 2 +-
@@ -54954,7 +189944,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 17 11:50:54 2011 -0700
 
     Fix intrin.h b0rkage with older MSVC
-
+    
     Reported by Jonathan Kew.
 
  src/hb-object-private.hh | 6 +++++-
@@ -54965,7 +189955,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 17 11:39:28 2011 -0700
 
     Fix infinite loop in normalization code with variation selectors
-
+    
     Reported by Jonathan Kew.
 
  src/hb-ot-shape-normalize.cc | 5 ++++-
@@ -54985,7 +189975,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Sep 28 16:57:34 2011 -0400
 
     Make test-c.c actually use hb
-
+    
     This will make sure we test that C code can actually link to the
     library.
 
@@ -55051,7 +190041,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Sep 21 16:41:43 2011 -0400
 
     hb-shape: In --no-glyph-names, output glyph number directly
-
+    
     Ie. write "86" instead of "gid86".
 
  util/options.cc | 11 +++++++----
@@ -55062,9 +190052,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 20 14:43:55 2011 -0400
 
     [util] Fix option parsing
-
+    
     Wow, who knew bool is one byte and I was using it as a 4byte int?!
-
+    
     C++ auto casts fails you in mysterious ways...
 
  util/helper-cairo.cc |  2 +-
@@ -55087,22 +190077,21 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 20 11:20:53 2011 -0400
 
     [util] Add hb-diff
-
+    
     A diff program written in Python that is more suitable for comparing
     hb-shape output from different backends.  Main differences with stock
     diff:
-
+    
     1. It outputs one line's comparison at a time, as opposed to batching
     '+' lines and '-' lines.
-
+    
     2. It colors the part of the line that changed, taking word boundaries
     into consideration.
-
+    
     You can pipe the colored output to 'less -r'.
 
  util/Makefile.am |  2 ++
- util/hb-diff     | 59
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ util/hb-diff     | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 61 insertions(+)
 
 commit 880c1f0e4ede65890592d28dfb38bb06f5b57500
@@ -55110,7 +190099,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Sep 19 23:10:22 2011 -0400
 
     Rewrite ICU detection code with in-house macros
-
+    
     At least works for cross-compiling now...
 
  configure.ac | 26 +++++++++++++++-----------
@@ -55140,8 +190129,7 @@ commit b5afd8f78e6b372f1bbed469329c1554adb20eea
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Sep 19 16:56:21 2011 -0400
 
-    [util] Rename --output to --output_file, and --format to
-    --output-format
+    [util] Rename --output to --output_file, and --format to --output-format
 
  util/options.cc | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
@@ -55178,9 +190166,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Sep 19 16:41:17 2011 -0400
 
     [util] Add hb-shape utility
-
+    
     Like hb-view, but prints out buffer contents.
-
+    
     The output format is kinda cryptic.  Suggestions welcome.
 
  configure.ac                        |   6 -
@@ -55188,13 +190176,11 @@ Date:   Mon Sep 19 16:41:17 2011 -0400
  util/{common.cc => hb-shape.cc}     |  57 ++++--
  util/hb-view.cc                     |  44 +----
  util/hb-view.hh                     |  79 ++++++++
- util/helper-cairo.cc                | 375
- +++++++++++++++++++++++++++++++++++
+ util/helper-cairo.cc                | 375 +++++++++++++++++++++++++++++++++++
  util/{common.hh => helper-cairo.hh} |  64 ++++--
  util/options.cc                     |  79 ++++++++
  util/options.hh                     |  53 ++++-
- util/view-cairo.cc                  | 381
- ++----------------------------------
+ util/view-cairo.cc                  | 381 ++----------------------------------
  util/view-cairo.hh                  |   8 +-
  11 files changed, 717 insertions(+), 473 deletions(-)
 
@@ -55213,8 +190199,7 @@ Date:   Mon Sep 19 15:45:52 2011 -0400
 
     [util] If no text is provided, simply call cairo_show_glyphs()
 
- util/view-cairo.cc | 92
- ++++++++++++++++++++++++++++++------------------------
+ util/view-cairo.cc | 92 ++++++++++++++++++++++++++++++------------------------
  1 file changed, 51 insertions(+), 41 deletions(-)
 
 commit 5c299343118d1eaff32ffb2a5dac077cfff67dee
@@ -55242,7 +190227,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Sep 17 09:59:58 2011 -0400
 
     Fix Linux build when io.h is available
-
+    
     Bug 40953 - fail compile git: make[2]: *** [hb_view-options.o] Error 1
 
  configure.ac    | 2 +-
@@ -55322,8 +190307,7 @@ Date:   Fri Sep 16 02:08:36 2011 -0400
 
     Fix reading text from stdin
 
- util/options.cc    | 76
- +++++++++++++++++++++++++++++++++++-------------------
+ util/options.cc    | 76 +++++++++++++++++++++++++++++++++++-------------------
  util/options.hh    | 16 +++++++-----
  util/view-cairo.cc |  6 +++--
  3 files changed, 64 insertions(+), 34 deletions(-)
@@ -55343,7 +190327,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Sep 16 01:11:30 2011 -0400
 
     Always shape at size=upem
-
+    
     Fixes bug with uniscribe not handling GIGANTIC sizes.
 
  util/options.cc    | 2 +-
@@ -55365,14 +190349,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Sep 16 00:38:19 2011 -0400
 
     Fix binary stdin/stdout io in Windows
-
+    
     Make --font-file accept "-" to mean stdin, and have it work
     in Windows too!
 
  configure.ac    |  2 +-
  util/common.hh  |  5 +++++
- util/options.cc | 64
- +++++++++++++++++++++++++++++++++++++++++++++++----------
+ util/options.cc | 64 +++++++++++++++++++++++++++++++++++++++++++++++----------
  util/options.hh | 10 +++++++--
  4 files changed, 67 insertions(+), 14 deletions(-)
 
@@ -55391,14 +190374,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Sep 15 17:52:00 2011 -0400
 
     [hb-view] Make print to stdout work in Windows
-
+    
     Apparently there's no equivalent to "/dev/stdout", so write using
     stdio to be able to output to stdout.
 
  util/common.hh     |  1 +
  util/options.hh    | 31 ++++++++++++++++-----
- util/view-cairo.cc | 79
- ++++++++++++++++++++++++++++++++++++------------------
+ util/view-cairo.cc | 79 ++++++++++++++++++++++++++++++++++++------------------
  3 files changed, 78 insertions(+), 33 deletions(-)
 
 commit 36b10f58cc70ce9570d17b30616f9cb27423e03b
@@ -55426,7 +190408,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 13 13:30:39 2011 -0400
 
     [util] Refactor hb-view completely
-
+    
     Now we can use the same code to do other utils...
 
  configure.ac       |   2 +
@@ -55436,8 +190418,7 @@ Date:   Tue Sep 13 13:30:39 2011 -0400
  util/hb-view.cc    | 244 ++++-------------------------
  util/options.cc    | 321 ++++++++++++++++++++++++++------------
  util/options.hh    | 179 +++++++++++++++++++---
- util/view-cairo.cc | 440
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ util/view-cairo.cc | 440 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  util/view-cairo.hh |  63 ++++++++
  9 files changed, 927 insertions(+), 333 deletions(-)
 
@@ -55448,8 +190429,7 @@ Date:   Thu Sep 8 17:08:32 2011 -0400
     More reshuffling
 
  util/hb-view.cc |  4 ++--
- util/options.cc | 64
- ++++++++++++++++++++++++++++++---------------------------
+ util/options.cc | 64 ++++++++++++++++++++++++++++++---------------------------
  util/options.hh | 13 ++++++------
  3 files changed, 43 insertions(+), 38 deletions(-)
 
@@ -55477,7 +190457,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Sep 8 16:43:15 2011 -0400
 
     Minor
-
+    
     We now support using -1 for NUL-terminated strings.
 
  util/hb-view.cc | 2 --
@@ -55499,8 +190479,7 @@ Date:   Thu Sep 8 16:00:04 2011 -0400
 
     [util] Further refactor option parsing
 
- util/options.cc | 80
- +++++++++++++++++++++++++++++++++++++++++++++++----------
+ util/options.cc | 80 +++++++++++++++++++++++++++++++++++++++++++++++----------
  util/options.hh | 20 ++++++++++++---
  2 files changed, 83 insertions(+), 17 deletions(-)
 
@@ -55510,8 +190489,7 @@ Date:   Thu Sep 8 13:35:17 2011 -0400
 
     Refine Indic scripts, following Martin Hosken's recommendation
 
- src/hb-ot-shape-complex-private.hh | 56
- +++++++++++++++++++++++---------------
+ src/hb-ot-shape-complex-private.hh | 56 +++++++++++++++++++++++---------------
  1 file changed, 34 insertions(+), 22 deletions(-)
 
 commit 738d096a06822e63b3894bd817ecb90e5fb94f73
@@ -55519,7 +190497,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Sep 2 13:31:19 2011 -0400
 
     Pass through unknown ISO 639-3 language tags to OpenType engine
-
+    
     In hb_ot_tag_from_language(), if first component of an unknown
     language is three letters long, use it directly as OpenType language
     tag (after case conversion and padding).
@@ -55533,7 +190511,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Sep 2 12:39:20 2011 -0400
 
     [graphite] Don't preload glyphs
-
+    
     Doesn't seem to be slower.
 
  src/hb-graphite2.cc | 2 +-
@@ -55601,12 +190579,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 26 09:25:04 2011 +0200
 
     [graphite] Only pass the first part language tag to graphite
-
+    
     Still not sure about:
-
+    
     1) Case.  We pass lowercase for now.  Would be nice if graphite was
     uppercase 3letter like OpenType,
-
+    
     2) Padding.  IMO, tag padding is always with spaces, but Martin was
     talking about NUL bytes.
 
@@ -55618,13 +190596,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 26 09:18:53 2011 +0200
 
     [API] Make all _from_string() functions take a len parameter
-
+    
     Can be -1 for NUL-terminated string.  This is useful for passing parts
     of a larger string to a function without having to copy or modify the
     string first.
-
+    
     Affected functions:
-
+    
             hb_tag_t hb_tag_from_string()
             hb_direction_from_string()
             hb_language_from_string()
@@ -55636,8 +190614,7 @@ Date:   Fri Aug 26 09:18:53 2011 +0200
  src/hb-icu.cc       |  2 +-
  src/hb-ot-tag.cc    |  8 +++---
  test/test-buffer.c  |  4 +--
- test/test-common.c  | 79
- +++++++++++++++++++++++++++++++----------------------
+ test/test-common.c  | 79 +++++++++++++++++++++++++++++++----------------------
  test/test-ot-tag.c  | 22 +++++++--------
  util/hb-view.cc     |  6 ++--
  util/options.cc     |  5 +---
@@ -55656,25 +190633,22 @@ commit 3007ffa9e53e6100a761c2363f50a2b19a0764fc
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 25 09:08:53 2011 +0200
 
-    Reorder combining-class to better suit Arabic shadda mark-mark
-    positioning
-
+    Reorder combining-class to better suit Arabic shadda mark-mark positioning
+    
     As reported by Khaled on the list:
-
+    
     "After the introduction of canonical reordering of combining marks
     (commit 34c22f8), I'm no longer able to do mark/mark substitution or
     positioning for mark sequences that involve shadda as a first mark (or
     most interesting sequences at least).
-
-    "After some digging, it turned out that shadda have a ccc=33
-    while most
-    Arabic marks that combine with it have a lower ccc value, which
-    results
+    
+    "After some digging, it turned out that shadda have a ccc=33 while most
+    Arabic marks that combine with it have a lower ccc value, which results
     in the shadda being reordered after the other mark which,
     unsurprisingly, breaks my contextual substitution and mkmk anchors."
-
+    
     See:
-
+    
     http://unicode.org/faq/normalization.html#8
     http://unicode.org/faq/normalization.html#9
 
@@ -55696,11 +190670,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 24 19:13:15 2011 +0200
 
     Add hb-ot-hmtx-table.hh
-
+    
     Oops!
 
- src/hb-ot-hmtx-table.hh | 86
- +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-hmtx-table.hh | 86 +++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 86 insertions(+)
 
 commit a3bd8a0e1862212a2d4141b973039bd000a3054f
@@ -55709,8 +190682,7 @@ Date:   Wed Aug 24 03:22:49 2011 +0200
 
     [graphite] Rewrite properly
 
- src/hb-graphite2.cc | 633
- ++++++++++++++++++++++------------------------------
+ src/hb-graphite2.cc | 633 ++++++++++++++++++++++------------------------------
  src/hb-uniscribe.cc |   2 +
  2 files changed, 273 insertions(+), 362 deletions(-)
 
@@ -55756,7 +190728,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 24 01:45:47 2011 +0200
 
     [graphite] Remove hb_graphite2_feature_check()
-
+    
     I don't see how this function can be useful.
 
  src/hb-graphite2.cc | 10 ----------
@@ -55768,7 +190740,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 24 01:29:25 2011 +0200
 
     Add graphite2 integration from Martin Hosken
-
+    
     To be modified, a lot.
 
  configure.ac                      |   9 +-
@@ -55777,8 +190749,7 @@ Date:   Wed Aug 24 01:29:25 2011 +0200
  contrib/python/scripts/hbtestfont |   4 +-
  contrib/python/setup.py           |  18 +-
  src/Makefile.am                   |   7 +
- src/hb-graphite2.cc               | 446
- ++++++++++++++++++++++++++++++++++++++
+ src/hb-graphite2.cc               | 446 ++++++++++++++++++++++++++++++++++++++
  src/hb-graphite2.h                |  47 ++++
  src/hb-shape.cc                   |   7 +
  9 files changed, 542 insertions(+), 18 deletions(-)
@@ -55798,7 +190769,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 23 00:04:57 2011 +0200
 
     Add a constructor for hb_prealloced_array_t
-
+    
     Fixes build with MSVC.
 
  src/hb-private.hh | 2 ++
@@ -55809,14 +190780,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 19 19:59:24 2011 +0200
 
     Add gobject enum support, but disabled for now
-
+    
     need to figure out the naming.  The generated code doesn't have the
     right name.
 
  configure.ac                                 |  2 +
  src/Makefile.am                              | 13 +++--
- src/hb-gobject-enums.cc.tmpl                 | 74
- ++++++++++++++++++++++++++++
+ src/hb-gobject-enums.cc.tmpl                 | 74 ++++++++++++++++++++++++++++
  src/{hb-gobject.cc => hb-gobject-structs.cc} |  0
  4 files changed, 86 insertions(+), 3 deletions(-)
 
@@ -55844,14 +190814,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 17 19:07:59 2011 +0200
 
     Remove the pre_allocate argument from hb_buffer_create()
-
+    
     For two reasons:
-
+    
     1. User can always call hb_buffer_pre_allocate() themselves, and
-
+    
     2. Now we do a pre_alloc in add_utfX anyway, so the total number of
-    reallocs is limited to a small number (~3) anyway.  This just
-    makes the
+    reallocs is limited to a small number (~3) anyway.  This just makes the
     API cleaner.
 
  src/hb-buffer.cc          | 7 +------
@@ -55898,8 +190867,7 @@ Date:   Wed Aug 17 14:43:45 2011 +0200
  src/hb-ot-layout-gsub-table.hh |   2 +-
  src/hb-ot-maxp-table.hh        |   2 +-
  src/hb-ot-name-table.hh        |   3 +-
- src/hb-tt-font.cc              | 207
- +++++++++++++++++++++++++++++++++++++++++
+ src/hb-tt-font.cc              | 207 +++++++++++++++++++++++++++++++++++++++++
  10 files changed, 314 insertions(+), 6 deletions(-)
 
 commit 7a750ac33ec482e2c4856c19ea607f3563741c24
@@ -55908,16 +190876,14 @@ Date:   Wed Aug 17 14:19:59 2011 +0200
 
     Rename table files from eg maxp-private.hh to maxp-table.hh
 
- src/Makefile.am                                              | 12
- ++++++------
+ src/Makefile.am                                              | 12 ++++++------
  src/hb-font.cc                                               |  2 +-
  src/{hb-ot-head-private.hh => hb-ot-head-table.hh}           |  6 +++---
  ...-ot-layout-gdef-private.hh => hb-ot-layout-gdef-table.hh} |  6 +++---
  ...-ot-layout-gpos-private.hh => hb-ot-layout-gpos-table.hh} |  6 +++---
  ...-ot-layout-gsub-private.hh => hb-ot-layout-gsub-table.hh} |  6 +++---
  src/hb-ot-layout-gsubgpos-private.hh                         |  2 +-
- src/hb-ot-layout.cc                                          |
- 8 ++++----
+ src/hb-ot-layout.cc                                          |  8 ++++----
  src/{hb-ot-maxp-private.hh => hb-ot-maxp-table.hh}           |  6 +++---
  src/{hb-ot-name-private.hh => hb-ot-name-table.hh}           |  6 +++---
  src/hb-uniscribe-shape.cc                                    |  2 +-
@@ -55929,7 +190895,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 15 20:41:59 2011 +0200
 
     [ft] FT_Get_Advance() for advance-width callbacks
-
+    
     Using graphite2's comparerenderer suggests that this makes hb-ft 15
     times faster.  No caching layer needed anymore.
 
@@ -55953,7 +190919,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 15 16:21:22 2011 +0200
 
     Pre-allocate buffers when adding string
-
+    
     We do a conservative estimate of the number of characters, but still,
     this limits the number of buffer reallocs to a small constant.
 
@@ -55983,10 +190949,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 15 09:52:05 2011 +0200
 
     Apply 'locl' with 'ccmp' in Arabic shaper
-
+    
     According to Peter Constable this is indeed what Uniscribe has been
     doing for years.
-
+    
     Mozilla Bug 667166 - wrong shape of letter when it comes at the end of
     word in the arabic version of Firefox 5.0
 
@@ -56003,10 +190969,8 @@ Date:   Sun Aug 14 15:17:16 2011 +0200
  src/Makefile.am   | 43 ++++++++++++++++-------------------
  src/hb-common.h   |  1 +
  src/hb-glib.cc    |  3 ---
- src/hb-gobject.cc | 63
- +++++++++++++++++++++++++++++++++++++++++++++++++++
- src/hb-gobject.h  | 68
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-gobject.cc | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-gobject.h  | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
  6 files changed, 163 insertions(+), 28 deletions(-)
 
 commit 9527fb200ffbbd839334e99b51d9671752d393db
@@ -56036,8 +191000,7 @@ Date:   Thu Aug 11 11:54:31 2011 +0200
  util/Makefile.am |  26 +++-
  util/common.cc   |  40 ++++++
  util/common.hh   |  49 +++++++
- util/hb-view.cc  | 387
- ++++---------------------------------------------------
+ util/hb-view.cc  | 387 ++++---------------------------------------------------
  util/options.cc  | 318 +++++++++++++++++++++++++++++++++++++++++++++
  util/options.hh  |  86 +++++++++++++
  6 files changed, 541 insertions(+), 365 deletions(-)
@@ -56076,11 +191039,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 10 16:28:38 2011 +0200
 
     [util] Add hb-shape --shapers
-
+    
     If the specified shapers fail, hb-shape will fail immediately
 
- util/hb-view.cc | 57
- +++++++++++++++++++++++++++++++++------------------------
+ util/hb-view.cc | 57 +++++++++++++++++++++++++++++++++------------------------
  1 file changed, 33 insertions(+), 24 deletions(-)
 
 commit 0501573deda3a8dcdfcea491392f554f21ed0154
@@ -56114,8 +191076,7 @@ Date:   Wed Aug 10 15:26:41 2011 +0200
 
     [util] Port hb-view to GOption
 
- util/hb-view.cc | 267
- +++++++++++++++++++++++++++++++++-----------------------
+ util/hb-view.cc | 267 +++++++++++++++++++++++++++++++++-----------------------
  1 file changed, 156 insertions(+), 111 deletions(-)
 
 commit 511a136f0c092880b19250a5df53bcf9f4b043ca
@@ -56190,9 +191151,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 9 10:51:24 2011 +0200
 
     [API] Add hb_ft_font_set_funcs(), remove hb_ft_get_font_funcs()
-
+    
     Remove hb_ft_get_font_funcs() as it cannot be used by the user anyway.
-
+    
     Add hb_ft_font_set_funcs().  Which will make the font internally use
     FreeType.  That is, no need for the font to have created using the
     hb-ft API.  Just create using hb_face_create()/hb_font_create() and
@@ -56200,8 +191161,7 @@ Date:   Tue Aug 9 10:51:24 2011 +0200
     internally creates an FT_Face and attached to the font.
 
  src/Makefile.am    |  4 +--
- src/hb-ft.cc       | 76
- +++++++++++++++++++++++++++++++++++++++++++++++++++---
+ src/hb-ft.cc       | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++---
  src/hb-ft.h        | 10 ++++---
  src/test.cc        |  7 +++++
  test/Makefile.am   |  8 ------
@@ -56240,7 +191200,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 9 00:43:24 2011 +0200
 
     [API] Make set_user_data() functions take a replace parameter
-
+    
     We need this to set data on objects safely without worrying that some
     other thread unsets it by setting it at the same time.
 
@@ -56265,7 +191225,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 9 00:23:58 2011 +0200
 
     [buffer] Make API take signed int length
-
+    
     Since we already switched to accepting -1 as 'zero-terminated'.
 
  src/hb-buffer.cc    | 12 ++++++------
@@ -56299,8 +191259,7 @@ Date:   Tue Aug 9 00:13:24 2011 +0200
     [uniscribe] Cleanup backend
 
  TODO                      |   2 +
- src/hb-uniscribe-shape.cc | 161
- ++++++++++++++++++++++++++++++++++------------
+ src/hb-uniscribe-shape.cc | 161 ++++++++++++++++++++++++++++++++++------------
  2 files changed, 123 insertions(+), 40 deletions(-)
 
 commit f1f848e2e46ac54ff08aca7cd83390af31c7c9ef
@@ -56317,17 +191276,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 8 23:37:41 2011 +0200
 
     [API] Sort out get_blob API
-
+    
     hb_face_get_blob() renamed to hb_face_reference_blob(), returns a
     reference now.
-
+    
     hb_face_[sg]et_index() added.
-
+    
     hb_face_set_upem() added.
 
  src/hb-font-private.hh      |  3 +-
- src/hb-font.cc              | 67
- +++++++++++++++++++++++++++++++++++----------
+ src/hb-font.cc              | 67 +++++++++++++++++++++++++++++++++++----------
  src/hb-font.h               | 17 ++++++++++--
  src/hb-ft.cc                |  3 +-
  src/hb-ot-layout-private.hh |  9 ------
@@ -56353,8 +191311,7 @@ Date:   Mon Aug 8 21:36:24 2011 +0200
 
     Fix shaper ordering logic
 
- src/hb-shape.cc | 80
- ++++++++++++++++++++++++---------------------------------
+ src/hb-shape.cc | 80 ++++++++++++++++++++++++---------------------------------
  1 file changed, 34 insertions(+), 46 deletions(-)
 
 commit cc797e0d5368b2f5732d77eb3e3882283bd87cf7
@@ -56389,8 +191346,7 @@ commit 206e32934592b915b1f3052aecf014c6ced729e1
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Aug 7 01:10:55 2011 -0400
 
-    [test] test-object is not FreeType-specific, move it to the right
-    place
+    [test] test-object is not FreeType-specific, move it to the right place
 
  test/Makefile.am | 8 +++-----
  1 file changed, 3 insertions(+), 5 deletions(-)
@@ -56418,7 +191374,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Aug 7 00:59:38 2011 -0400
 
     [uniscribe] Fix shaper
-
+    
     It's kinda working finally!
 
  src/hb-uniscribe-shape.cc | 9 ++++++---
@@ -56438,7 +191394,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Aug 7 00:51:50 2011 -0400
 
     [buffer] Accept -1 for text_length and item_length
-
+    
     A -1 text_length means: zero-terminated string.
     A -1 item_length means: to the end of string.
 
@@ -56450,7 +191406,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Aug 7 00:00:27 2011 -0400
 
     Fix name-table lookup
-
+    
     Oops!
 
  src/hb-ot-name-private.hh | 2 +-
@@ -56471,7 +191427,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Aug 6 22:06:52 2011 -0400
 
     [uniscribe] Make font selection work
-
+    
     Not tested yet.
 
  src/hb-ot-name-private.hh | 37 +++++++++++++++++++++++++++++++++++++
@@ -56486,8 +191442,7 @@ Date:   Fri Aug 5 20:34:50 2011 -0400
     Start implementing the 'name' table
 
  src/Makefile.am           |  3 +-
- src/hb-ot-name-private.hh | 91
- +++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-name-private.hh | 91 +++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-uniscribe-shape.cc | 12 ++++---
  3 files changed, 100 insertions(+), 6 deletions(-)
 
@@ -56496,7 +191451,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 5 20:11:06 2011 -0400
 
     Skip tests by returning 77
-
+    
     automake test runner understands this.
 
  src/check-internal-symbols.sh | 3 ++-
@@ -56550,7 +191505,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 5 17:54:25 2011 -0400
 
     Fix env parsing code
-
+    
     Also changed the separator to comma instead of colon.
 
  src/hb-shape.cc | 34 +++++++++++++++++++++++++---------
@@ -56561,7 +191516,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 5 17:22:19 2011 -0400
 
     Change hb_shape() API back to what it was, add hb_shape_full()
-
+    
     I disliked changing hb_shape() API, and disliked the fact that it was
     returning a bool now.  So, reverted.  Added new API for the extra
     functionality.
@@ -56574,7 +191529,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 5 17:22:19 2011 -0400
 
     Change hb_shape() API back to what it was, add hb_shape_full()
-
+    
     I disliked changing hb_shape() API, and disliked the fact that it was
     returning a bool now.  So, reverted.  Added new API for the extra
     functionality.
@@ -56590,31 +191545,26 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 4 22:31:05 2011 -0400
 
     [API] Changes to main shape API
-
+    
     hb_shape() now accepts a shaper_options and a shaper_list argument.
-    Both can be set to NULL to emulate previous API.  And in most
-    situations
+    Both can be set to NULL to emulate previous API.  And in most situations
     they are expected to be set to NULL.
-
-    hb_shape() also returns a boolean for now.  If shaper_list is
-    NULL, the
+    
+    hb_shape() also returns a boolean for now.  If shaper_list is NULL, the
     return value can be ignored.
-
+    
     shaper_options is ignored for now, but otherwise it should be a
     NULL-terminated list of strings.
-
-    shaper_list is a NULL-terminated list of strings.  Currently
-    recognized
-    strings are "ot" for native OpenType Layout implementation,
-    "uniscribe"
+    
+    shaper_list is a NULL-terminated list of strings.  Currently recognized
+    strings are "ot" for native OpenType Layout implementation, "uniscribe"
     for the Uniscribe backend, and "fallback" for the non-complex backend
     (that will be implemented shortly).  The fallback backend never fails.
-
+    
     The env var HB_SHAPER_LIST is also parsed and honored.  It's a
-    colon-separated list of shaper names.  The fallback shaper is
-    invoked if
+    colon-separated list of shaper names.  The fallback shaper is invoked if
     none of the env-listed shapers succeed.
-
+    
     New API hb_buffer_guess_properties() added.
 
  TODO                             |   2 -
@@ -56627,8 +191577,7 @@ Date:   Thu Aug 4 22:31:05 2011 -0400
  src/hb-fallback-shape.cc         |  43 +++++++++++++
  src/hb-ot-shape.cc               |   9 ++-
  src/hb-ot-shape.h                |   5 +-
- src/hb-shape.cc                  | 135
- +++++++++++++++++++++++----------------
+ src/hb-shape.cc                  | 135 +++++++++++++++++++++++----------------
  src/hb-shape.h                   |  13 ++--
  src/hb-uniscribe-shape.cc        |  52 ++++++---------
  src/hb-uniscribe.h               |   5 +-
@@ -56642,7 +191591,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 4 20:49:16 2011 -0400
 
     Make test.cc do something more useful
-
+    
     Hardcoded to the uniscribe backend for now.  Will fix soon.
 
  src/test.cc | 38 ++++++++++++++++++++++++++++++++++----
@@ -56653,7 +191602,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 4 20:00:53 2011 -0400
 
     Remove C++ guards from source files
-
+    
     Where causing issues for people with MSVC.
 
  src/check-c-linkage-decls.sh            | 3 +--
@@ -56770,17 +191719,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 3 19:55:04 2011 -0400
 
     Add draft experimental Uniscribe backend
-
+    
     Not complete yet, font selection doesn't work.  But hey it shapes!
-
+    
     This is not supposed to be a production backend, more like a testing
     backend.
 
  configure.ac              |   9 ++
  src/Makefile.am           |  11 ++
  src/hb-private.hh         |   4 +-
- src/hb-uniscribe-shape.cc | 325
- ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-uniscribe-shape.cc | 325 ++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-uniscribe.h        |  46 +++++++
  5 files changed, 394 insertions(+), 1 deletion(-)
 
@@ -56817,7 +191765,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 3 17:38:04 2011 -0400
 
     [API] Add hb_face_get_blob()
-
+    
     Need to think more about it.
 
  src/hb-font.cc | 10 ++++++++++
@@ -56829,7 +191777,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 2 14:06:51 2011 -0400
 
     Fix fallback shaping
-
+    
     Broke it a few commits ago.
 
  src/hb-ot-shape.cc | 8 +++++---
@@ -56885,7 +191833,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 2 11:25:13 2011 -0400
 
     Bug 39763 - autogen.sh should check pkg-config availability
-
+    
     (and revert change have_icu change I mistakenly pushed out)
 
  autogen.sh   | 10 ++++++++--
@@ -56897,9 +191845,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 2 09:56:30 2011 -0400
 
     Add mingw32 support
-
+    
     With these changes, on Ubuntu I can do:
-
+    
     ./configure --host=i586-mingw32msvc  && make
 
  configure.ac                | 1 +
@@ -56932,7 +191880,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 1 16:30:11 2011 -0400
 
     [Indic] Disable CJCT-disabling logic
-
+    
     Read comment.
 
  src/hb-ot-shape-complex-indic.cc | 7 ++++++-
@@ -56943,11 +191891,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jul 31 17:51:50 2011 -0400
 
     [Indic] Stop looking for base upon seeing joiners
-
-    Not sure where this is documented, but I remember this being the
-    desired
+    
+    Not sure where this is documented, but I remember this being the desired
     behavior.
-
+    
     test-shape-complex failures are down from 48 to 46.  Meh.
 
  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
@@ -56967,7 +191914,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jul 31 15:57:00 2011 -0400
 
     [Indic] Fix ZWJ/ZWNJ application
-
+    
     Not quite working just yet.  False alarm re 10 failures.  It was
     crashing.  Ouch!  Back to 48 failures.
 
@@ -56979,11 +191926,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jul 31 15:18:57 2011 -0400
 
     [Indic] Add Final Reordering rules into comments
-
+    
     Not applied yet.
 
- src/hb-ot-shape-complex-indic.cc | 86
- ++++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-shape-complex-indic.cc | 86 ++++++++++++++++++++++++++++++++++++++--
  1 file changed, 83 insertions(+), 3 deletions(-)
 
 commit cfd4382ec1af91640129551697de36fd42c0849a
@@ -57018,13 +191964,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jul 31 13:46:44 2011 -0400
 
     [Indic] Support ZWJ/ZWNJ
-
+    
     Brings test-shape-complex failures down from 52 to 10!
-
+    
     I hereby declare harfbuzz-ng supporting Indic!
 
- src/hb-ot-shape-complex-indic.cc | 57
- +++++++++++++++++++++++++++++++++-------
+ src/hb-ot-shape-complex-indic.cc | 57 +++++++++++++++++++++++++++++++++-------
  1 file changed, 48 insertions(+), 9 deletions(-)
 
 commit 9ee27a928a989c71923cef82a9e9828f8e9ca051
@@ -57041,7 +191986,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Jul 31 02:24:51 2011 -0400
 
     Un-Ra U+09F1.  According to the test suite this is correct.
-
+    
     But I'm not sure...  Down from 54 failures to 52.
 
  src/hb-ot-shape-complex-indic.cc | 2 +-
@@ -57070,11 +192015,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jul 30 21:08:10 2011 -0400
 
     [Indic] For old-style Indic tables, move Halant around
-
+    
     In old-style Indic OT standards, the post-base Halants are moved after
     their base.  Emulate that by moving first post-base Halant to
     post-last-consonant.
-
+    
     Brings test-shape-complex failures down from 88 to 54.  Getting there!
 
  src/hb-ot-map-private.hh         |  3 +++
@@ -57107,11 +192052,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jul 30 20:21:40 2011 -0400
 
     [test] Fix problem with N'ko test direction
-
-    Old HarfBuzz test suite always shaped as left-to-right and hence
-    had wrong
+    
+    Old HarfBuzz test suite always shaped as left-to-right and hence had wrong
     0x14db, direction expected glyphstring for N'ko.  Doh!
-
+    
     Failures down from 92 to 88.
 
  test/test-shape-complex.c | 8 ++++----
@@ -57122,7 +192066,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jul 30 20:14:44 2011 -0400
 
     [Indic] Handle initial Ra+Halant in scripts that support Reph
-
+    
     Brings test-shape-complex failures down from 104 to 92.  Way to go!
 
  src/hb-ot-shape-complex-indic.cc | 10 ++++++++++
@@ -57142,7 +192086,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jul 30 19:04:02 2011 -0400
 
     [Indic] Categorize Ra in scripts that have Reph
-
+    
     Is the categorization correct?  I don't know.
 
  src/hb-ot-shape-complex-indic.cc | 31 ++++++++++++++++++++++++++++++-
@@ -57153,15 +192097,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jul 30 14:44:30 2011 -0400
 
     [Indic] Reorder matras
-
+    
     Number of failing shape-complex tests goes from 125 down to 94.
-
+    
     Next: Add Ra handling and it's fair to say we kinda support Indic :).
 
  src/hb-ot-shape-complex-indic.cc | 29 +++++++++++++++++++++++++++--
  src/hb-ot-shape-normalize.cc     | 26 ++++++++++----------------
- src/hb-private.hh                | 36
- ++++++++++++++++++++++++++++++------
+ src/hb-private.hh                | 36 ++++++++++++++++++++++++++++++------
  3 files changed, 67 insertions(+), 24 deletions(-)
 
 commit 911bf32acad7f1cd161f666cb659990ade0925ad
@@ -57188,18 +192131,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 29 16:37:02 2011 -0400
 
     [Indic] Apply Indic features
-
+    
     Find the base consonant and apply basic Indic features accordingly.
     Nothing complete, but does something for now.  Specifically:
     no Ra handling right now, and no ZWJ/ZWNJ.
-
+    
     Number of failing shape-complex tests goes from 174 down to 125.
-
+    
     Next: reorder matras.
 
  src/hb-ot-shape-complex-indic-machine.rl |  35 ++++--
- src/hb-ot-shape-complex-indic.cc         | 209
- ++++++++++++++++++++++++++++---
+ src/hb-ot-shape-complex-indic.cc         | 209 ++++++++++++++++++++++++++++---
  2 files changed, 212 insertions(+), 32 deletions(-)
 
 commit 1a1b5013159369b343d0c32df02c9c419277aead
@@ -57252,8 +192194,7 @@ Date:   Thu Jul 28 16:48:43 2011 -0400
  src/hb-ot-shape-complex-arabic.cc  |  6 +++-
  src/hb-ot-shape-complex-indic.cc   |  4 +--
  src/hb-ot-shape-complex-private.hh | 10 ++++++-
- src/hb-ot-shape.cc                 | 60
- +++++++++++++++++++++++---------------
+ src/hb-ot-shape.cc                 | 60 +++++++++++++++++++++++---------------
  src/hb-private.hh                  |  1 +
  9 files changed, 83 insertions(+), 57 deletions(-)
 
@@ -57262,7 +192203,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 28 15:42:18 2011 -0400
 
     Move more code around
-
+    
     Buffer var allocation coming into shape
 
  src/hb-buffer-private.hh         |  1 +
@@ -57282,8 +192223,7 @@ Date:   Mon Jul 25 20:25:44 2011 -0400
  src/hb-object-private.hh             |   8 +--
  src/hb-open-type-private.hh          |  64 ++++++--------------
  src/hb-ot-layout-gsubgpos-private.hh |   2 +-
- src/hb-private.hh                    | 109
- +++++++++++++++++++++++++++++++----
+ src/hb-private.hh                    | 109 +++++++++++++++++++++++++++++++----
  5 files changed, 136 insertions(+), 73 deletions(-)
 
 commit 43ff203d8ea3e1b09e316e3aae1a4e5ec15bfdd2
@@ -57291,13 +192231,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 25 17:35:24 2011 -0400
 
     Use variadic macros for debugging
-
+    
     Looks *so* much nicer!
 
  src/hb-blob.cc              | 26 ++++++++--------
  src/hb-object-private.hh    |  8 ++---
- src/hb-open-type-private.hh | 75
- ++++++++++++++++++++-------------------------
+ src/hb-open-type-private.hh | 75 ++++++++++++++++++++-------------------------
  src/hb-private.hh           |  7 +++--
  4 files changed, 56 insertions(+), 60 deletions(-)
 
@@ -57306,13 +192245,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 25 16:47:02 2011 -0400
 
     Add sugar syntax for debug messages
-
+    
     Buffer debugging coming soon.
 
  src/hb-blob.cc              | 35 +++++++++++++----------------------
  src/hb-object-private.hh    |  9 ++++-----
- src/hb-open-type-private.hh | 44
- ++++++++++++++++++++++----------------------
+ src/hb-open-type-private.hh | 44 ++++++++++++++++++++++----------------------
  src/hb-private.hh           |  7 +++++--
  4 files changed, 44 insertions(+), 51 deletions(-)
 
@@ -57340,7 +192278,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 25 14:54:08 2011 -0400
 
     Start cleaning up buffer var allocation
-
+    
     I've messed up a lot of stuff recently, different parts of the
     shaping process are stumbling on eachother's toes because
     manually tracking what's in which buffer var is hard.  I'm
@@ -57358,8 +192296,7 @@ Date:   Mon Jul 25 00:44:50 2011 -0400
 
     Move code around
 
- src/hb-ot-shape.cc | 85
- +++++++++++++++++++++++++++---------------------------
+ src/hb-ot-shape.cc | 85 +++++++++++++++++++++++++++---------------------------
  1 file changed, 42 insertions(+), 43 deletions(-)
 
 commit 18c42850c9327ab4479ff150660a76d4ff6f3e9c
@@ -57367,9 +192304,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 25 00:36:58 2011 -0400
 
     Shrink space used for ligature ids
-
-    This frees 16bits in the glyph_info struct during the ot_layout
-    process.
+    
+    This frees 16bits in the glyph_info struct during the ot_layout process.
     We can use the freed space in the shapers now.
 
  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
@@ -57391,8 +192327,7 @@ Date:   Sat Jul 23 23:43:54 2011 -0400
 
     Keep Unicode props updated as we go so we avoid a scan later
 
- src/hb-ot-shape-normalize.cc | 54
- +++++++++++++++++++++-----------------------
+ src/hb-ot-shape-normalize.cc | 54 +++++++++++++++++++++-----------------------
  1 file changed, 26 insertions(+), 28 deletions(-)
 
 commit 5389ff4dbc46c76c9483e3c95f22524b60e21166
@@ -57400,11 +192335,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 22 20:22:49 2011 -0400
 
     Implement the Unicode Canonical Composition algorithm
-
+    
     Fallback normalization is complete and working now!
 
- src/hb-ot-shape-normalize.cc | 49
- +++++++++++++++++++++++++++++++++++++++++---
+ src/hb-ot-shape-normalize.cc | 49 +++++++++++++++++++++++++++++++++++++++++---
  1 file changed, 46 insertions(+), 3 deletions(-)
 
 commit dcdc51cdc0ba9d9fb75f84dd5fa7a49aa0b24ea0
@@ -57422,8 +192356,7 @@ Date:   Fri Jul 22 17:04:20 2011 -0400
 
     Implement Unicode Canonical Reordering Algorithm
 
- src/hb-ot-shape-normalize.cc | 80
- +++++++++++++++++++++++++++++++++++++-------
+ src/hb-ot-shape-normalize.cc | 80 +++++++++++++++++++++++++++++++++++++-------
  src/hb-ot-shape-private.hh   |  2 ++
  src/hb-ot-shape.cc           |  6 ++--
  3 files changed, 73 insertions(+), 15 deletions(-)
@@ -57434,8 +192367,7 @@ Date:   Fri Jul 22 16:15:32 2011 -0400
 
     Decomposition works now!
 
- src/hb-ot-shape-normalize.cc | 109
- +++++++++++++++++++++++++++----------------
+ src/hb-ot-shape-normalize.cc | 109 +++++++++++++++++++++++++++----------------
  src/hb-ot-shape.cc           |   3 +-
  2 files changed, 70 insertions(+), 42 deletions(-)
 
@@ -57446,8 +192378,7 @@ Date:   Fri Jul 22 11:28:07 2011 -0400
     Move buffer methods into the object
 
  src/hb-buffer-private.hh             | 110 +++----
- src/hb-buffer.cc                     | 605
- +++++++++++++++++------------------
+ src/hb-buffer.cc                     | 605 +++++++++++++++++------------------
  src/hb-ot-layout-gpos-private.hh     |  88 ++---
  src/hb-ot-layout-gsub-private.hh     |  58 ++--
  src/hb-ot-layout-gsubgpos-private.hh |  50 +--
@@ -57461,8 +192392,7 @@ Date:   Fri Jul 22 11:07:05 2011 -0400
 
     More normalization kick
 
- src/hb-ot-shape-normalize.cc | 54
- +++++++++++++++++++++++++++++---------------
+ src/hb-ot-shape-normalize.cc | 54 +++++++++++++++++++++++++++++---------------
  src/hb-ot-shape-private.hh   |  8 ++++++-
  src/hb-ot-shape.cc           | 13 +++--------
  3 files changed, 46 insertions(+), 29 deletions(-)
@@ -57471,9 +192401,8 @@ commit 63c0ef4a0763e579c9c80887bbfbd2651de05067
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 21 20:58:42 2011 -0400
 
-    Fix decompose() implementations to work with non-starter
-    non-composables
-
+    Fix decompose() implementations to work with non-starter non-composables
+    
     Add tests.
 
  src/hb-glib.cc      | 10 +++++-----
@@ -57487,8 +192416,7 @@ Date:   Thu Jul 21 15:25:01 2011 -0400
 
     Document normalization design
 
- src/hb-ot-shape-normalize.cc | 78
- +++++++++++++++++++++++++++++++++++---------
+ src/hb-ot-shape-normalize.cc | 78 +++++++++++++++++++++++++++++++++++---------
  src/hb-ot-shape-private.hh   |  2 +-
  src/hb-ot-shape.cc           |  6 ++--
  3 files changed, 67 insertions(+), 19 deletions(-)
@@ -57498,9 +192426,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 21 12:23:12 2011 -0400
 
     Add prefer_decomposed() complex-shaper callback
-
-    This allows the Indic shaper to request decomposed characters.
-    This will
+    
+    This allows the Indic shaper to request decomposed characters.  This will
     handle split matra for free.  Other shapers prefer precomposed
     characters.
 
@@ -57524,7 +192451,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 21 12:13:04 2011 -0400
 
     Remove intermittent_glyph()
-
+    
     Lets not worry about performance for now...
 
  src/hb-ot-shape-normalize.cc | 3 ++-
@@ -57545,7 +192472,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 21 11:34:59 2011 -0400
 
     Only form clusters if we are reversing
-
+    
     This produces more accurate cluster mappings.  Cluster mappings are
     minimal now.  Combining marks get their own cluster value most of
     the time.
@@ -57587,7 +192514,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 21 01:11:09 2011 -0400
 
     Form clusters before ensuring native direciton
-
+    
     This is essential as ensure_native_direction uses cluster info that
     is set by form_clusters().
 
@@ -57612,8 +192539,7 @@ Date:   Thu Jul 21 00:51:18 2011 -0400
     Towards normalization
 
  src/Makefile.am              |  1 +
- src/hb-ot-shape-normalize.cc | 71
- ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-normalize.cc | 71 ++++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-shape-private.hh   | 12 ++++++++
  src/hb-ot-shape.cc           | 10 ++-----
  4 files changed, 86 insertions(+), 8 deletions(-)
@@ -57650,9 +192576,8 @@ commit 5157e12a55f943b7fc5be7dce0b2ee1bcacca6ec
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 21 00:12:33 2011 -0400
 
-    Rename HB_UNICODE_GENERAL_CATEGORY_COMBINING_MARK to
-    HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK
-
+    Rename HB_UNICODE_GENERAL_CATEGORY_COMBINING_MARK to HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK
+    
     Spacing_Mark is the current Unicode long-name for this property value.
     The previous name was wrongly carried from glib.
 
@@ -57676,8 +192601,7 @@ Date:   Wed Jul 20 23:19:49 2011 -0400
 
     [icu] Implement compose()/decompose()
 
- src/hb-icu.cc       | 87
- +++++++++++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-icu.cc       | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++--
  test/test-unicode.c |  1 +
  2 files changed, 86 insertions(+), 2 deletions(-)
 
@@ -57686,15 +192610,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 20 22:30:29 2011 -0400
 
     Add tests for compose()/decompose()
-
+    
     Adjust glib fallback implementation.
-
+    
     The tests are not hooked up for ICU yet.
 
  src/hb-glib.cc      | 17 ++++++++++++--
  src/hb-unicode.cc   |  2 +-
- test/test-unicode.c | 66
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ test/test-unicode.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 82 insertions(+), 3 deletions(-)
 
 commit fca0923b04aeff9369849da97d247a647611f346
@@ -57703,8 +192626,7 @@ Date:   Wed Jul 20 22:16:13 2011 -0400
 
     Minor
 
- src/hb-icu.cc | 62
- ++++++++++++++++++++++++++++++++++++-----------------------
+ src/hb-icu.cc | 62 ++++++++++++++++++++++++++++++++++++-----------------------
  1 file changed, 38 insertions(+), 24 deletions(-)
 
 commit 26b6024962b254b624d4f22088b6c87745074743
@@ -57722,8 +192644,7 @@ Date:   Wed Jul 20 21:51:37 2011 -0400
 
     [glib] Add compose() and decompose() implementations with fallback
 
- src/hb-glib.cc    | 126
- +++++++++++++++++++++++++++++++++++++++++++-----------
+ src/hb-glib.cc    | 126 +++++++++++++++++++++++++++++++++++++++++++-----------
  src/hb-unicode.cc |   6 ++-
  2 files changed, 106 insertions(+), 26 deletions(-)
 
@@ -57759,11 +192680,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 8 00:22:40 2011 -0400
 
     Let shapers decide when to apply ccmp and locl
-
-    Instead of always applying those two features before the complex
-    shaper,
+    
+    Instead of always applying those two features before the complex shaper,
     let the complex shaper decide whether they should be applied first.
-
+    
     Also add stub for Indic's final_reordering().
 
  src/hb-ot-shape-complex-arabic.cc |  2 ++
@@ -57776,14 +192696,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 7 23:47:19 2011 -0400
 
     [API] Add compose() and decompose() unicode funcs, rename other ones
-
+    
     Add compose() and decompose() unicode funcs.  These implement
     pair-wise canonical composition/decomposition.
-
+    
     The glib/icu implementations are lacking for now.  We are adding
     API for this to glib, but I cannot find any useful API in ICU.
     May end of implementing these in-house.
-
+    
     Changed all unicode_funcs callback names to remove the "_get" part.
     Eg, hb_unicode_get_script_func_t is now hb_unicode_script_func_t,
     and hb_unicode_get_script() is hb_unicode_script() now.
@@ -57794,8 +192714,7 @@ Date:   Thu Jul 7 23:47:19 2011 -0400
  src/hb-ot-shape.cc        |  6 ++--
  src/hb-shape.cc           |  2 +-
  src/hb-unicode-private.hh |  8 +++--
- src/hb-unicode.cc         | 85
- ++++++++++++++++++++++++++++++++++-------------
+ src/hb-unicode.cc         | 85 ++++++++++++++++++++++++++++++++++-------------
  src/hb-unicode.h          | 70 +++++++++++++++++++++++++++-----------
  test/test-unicode.c       | 21 +++++++-----
  9 files changed, 146 insertions(+), 62 deletions(-)
@@ -57806,8 +192725,7 @@ Date:   Thu Jul 7 23:42:40 2011 -0400
 
     More code generation through preprocessor
 
- src/hb-ot-shape-complex-private.hh | 46
- ++++++++++++++++++++++++--------------
+ src/hb-ot-shape-complex-private.hh | 46 ++++++++++++++++++++++++--------------
  1 file changed, 29 insertions(+), 17 deletions(-)
 
 commit 891c4755baae6cd59fad59d27fd8933e5f548a74
@@ -57815,14 +192733,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 7 23:19:27 2011 -0400
 
     Humm, undo some shuffling
-
+    
     In preparation for adding more advanced unicode funcs.
 
  src/hb-ot-shape.cc        |  6 ++---
  src/hb-shape.cc           |  2 +-
  src/hb-unicode-private.hh | 36 +++++++++++++-------------
- src/hb-unicode.cc         | 65
- ++++++++++++++++++++++++++++++++++-------------
+ src/hb-unicode.cc         | 65 ++++++++++++++++++++++++++++++++++-------------
  4 files changed, 70 insertions(+), 39 deletions(-)
 
 commit 4b6317c4f426cfaf21e509dbf6ee6d4e0422cdac
@@ -57834,8 +192751,7 @@ Date:   Thu Jul 7 23:14:42 2011 -0400
  src/hb-font-private.hh    |  16 +++---
  src/hb-font.cc            |   3 +-
  src/hb-unicode-private.hh |  42 +++++++-------
- src/hb-unicode.cc         | 140
- +++++++++++++++++-----------------------------
+ src/hb-unicode.cc         | 140 +++++++++++++++++-----------------------------
  4 files changed, 82 insertions(+), 119 deletions(-)
 
 commit 3361c9a323575309d9fd55fe076697a3e22073c0
@@ -57845,8 +192761,7 @@ Date:   Thu Jul 7 22:35:17 2011 -0400
     Minor
 
  src/Makefile.am                    |  1 +
- src/hb-ot-shape-complex-misc.cc    | 51
- ++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-misc.cc    | 51 ++++++++++++++++++++++++++++++++++++++
  src/hb-ot-shape-complex-private.hh | 12 ++++++---
  3 files changed, 60 insertions(+), 4 deletions(-)
 
@@ -57859,8 +192774,7 @@ Date:   Thu Jul 7 22:25:25 2011 -0400
  src/hb-ot-shape-complex-arabic.cc        | 36 +++++++++++++-------------
  src/hb-ot-shape-complex-indic-machine.rl | 12 ++++-----
  src/hb-ot-shape-complex-indic.cc         | 25 +++++++++---------
- src/hb-ot-shape-complex-private.hh       | 44
- +++++++++++++++++++++-----------
+ src/hb-ot-shape-complex-private.hh       | 44 +++++++++++++++++++++-----------
  src/hb-ot-shape-private.hh               | 13 ++--------
  src/hb-ot-shape.cc                       |  4 +--
  6 files changed, 69 insertions(+), 65 deletions(-)
@@ -57893,8 +192807,7 @@ Date:   Thu Jul 7 21:22:08 2011 -0400
     Refactor some code common to GSUB and GPOS
 
  src/hb-ot-map-private.hh | 29 ++++++++++++++++++--------
- src/hb-ot-map.cc         | 54
- +++++++++---------------------------------------
+ src/hb-ot-map.cc         | 54 +++++++++---------------------------------------
  2 files changed, 30 insertions(+), 53 deletions(-)
 
 commit b70c96dbe41d6512b80fe3d966a1942e1ef64a4b
@@ -57902,10 +192815,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 7 21:07:41 2011 -0400
 
     Enable applying GSUB/GPOS features in multiple segments
-
+    
     Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=644184
     among others.
-
+    
     Shapers now can request segmented feature application by calling
     add_gsub_pause() or add_gpos_pause().  They can also provide a
     callback to be called at the pause.  Currently the Arabic shaper
@@ -57914,8 +192827,7 @@ Date:   Thu Jul 7 21:07:41 2011 -0400
     callback.
 
  src/hb-ot-map-private.hh          |  50 +++++++++++----
- src/hb-ot-map.cc                  | 132
- +++++++++++++++++++++++++++++++++-----
+ src/hb-ot-map.cc                  | 132 +++++++++++++++++++++++++++++++++-----
  src/hb-ot-shape-complex-arabic.cc |  24 ++++++-
  src/hb-private.hh                 |   5 ++
  4 files changed, 181 insertions(+), 30 deletions(-)
@@ -57926,8 +192838,7 @@ Date:   Thu Jul 7 16:20:35 2011 -0400
 
     Shuffle code around
 
- src/hb-ot-map-private.hh | 68
- ++++++++++++++++++++++++------------------------
+ src/hb-ot-map-private.hh | 68 ++++++++++++++++++++++++------------------------
  1 file changed, 34 insertions(+), 34 deletions(-)
 
 commit fc551edbf236d71a522ae7c2c9461aa71c5f7d66
@@ -57935,7 +192846,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 7 16:09:38 2011 -0400
 
     Add todo
-
+    
     I'm too lazy to fix the tests now.
 
  test/test-shape.c | 1 +
@@ -57946,7 +192857,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 6 16:05:45 2011 -0400
 
     Fix reverse_range() position loop
-
+    
     Mozilla Bug 669175 - Slow rendering of text sometimes in this case,
     using direction: rtl
 
@@ -57967,7 +192878,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jul 4 12:56:38 2011 -0400
 
     [Indic] Well, at least finding syllables works now :)
-
+    
     Still not much there.
 
  src/hb-ot-shape-complex-indic-machine.rl | 4 +++-
@@ -57979,7 +192890,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 28 17:26:03 2011 -0400
 
     [test-shape-complex] Remove the greek tests
-
+    
     They are outdated with respect to the DejaVu Sans I'm using.
     We need to add font version checking to the tests.
 
@@ -57990,9 +192901,8 @@ commit afa74bf90405fb121d3132982b87762c1686d80c
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 28 17:25:17 2011 -0400
 
-    [test-shape-complex] Print out expected and actual glyphstrings
-    upon failure
-
+    [test-shape-complex] Print out expected and actual glyphstrings upon failure
+    
     One has to run the test with --verbose to see that right now.
 
  test/test-shape-complex.c | 25 ++++++++++++++++++++++---
@@ -58005,8 +192915,7 @@ Date:   Tue Jun 28 16:59:16 2011 -0400
     [test] Name tests after their input string
 
  test/Makefile.am          |   2 +-
- test/test-shape-complex.c | 150
- ++++++++++++++++++++++++++++++----------------
+ test/test-shape-complex.c | 150 ++++++++++++++++++++++++++++++----------------
  2 files changed, 100 insertions(+), 52 deletions(-)
 
 commit 27413169782fdf79e278dd6552c8e194b3bc4eaa
@@ -58014,7 +192923,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 28 16:21:31 2011 -0400
 
     Minor
-
+    
     Towards a better test runner.
 
  test/test-shape-complex.c | 10 +++++++++-
@@ -58034,11 +192943,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 28 16:16:21 2011 -0400
 
     [test] Remove disabled code
-
+    
     We'd add normalization and decomposition tests later.
 
- test/test-shape-complex.c | 92
- -----------------------------------------------
+ test/test-shape-complex.c | 92 -----------------------------------------------
  1 file changed, 92 deletions(-)
 
 commit 9704f0ca6c2defed52640da77506c80bc67b4f56
@@ -58047,8 +192955,7 @@ Date:   Tue Jun 28 16:15:46 2011 -0400
 
     [test] Restructure shape test data a bit
 
- test/test-shape-complex.c | 75
- +++++++++++++++++++++++++++--------------------
+ test/test-shape-complex.c | 75 +++++++++++++++++++++++++++--------------------
  1 file changed, 43 insertions(+), 32 deletions(-)
 
 commit 4ec30aec3014be6effc09cbbc88dcd075f3826df
@@ -58068,8 +192975,7 @@ Date:   Tue Jun 28 14:03:29 2011 -0400
     [Indic] Generate a single data table instead of multiple ones
 
  src/gen-indic-table.py                 | 30 +++++++++-------
- src/hb-ot-shape-complex-indic-table.hh | 62
- ++++++++++++++++------------------
+ src/hb-ot-shape-complex-indic-table.hh | 62 ++++++++++++++++------------------
  2 files changed, 48 insertions(+), 44 deletions(-)
 
 commit a346e923a99f920bbebc25b335db51fdfb1429ea
@@ -58077,15 +192983,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Jun 28 12:49:18 2011 -0400
 
     [test] Add Indic tests from harfbuzz.old
-
+    
     Needs fonts to be put in test/fonts.  Tests are skipped otherwise.
     Run with --verbose for details.  Working on improving the test runner
     to make it easier to make sense of what's going on.
 
  test/Makefile.am          |   11 +-
  test/hb-test.h            |   21 +
- test/test-shape-complex.c | 1179
- +++++++++++++++++++++++++++++++++++++++++++++
+ test/test-shape-complex.c | 1179 +++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 1209 insertions(+), 2 deletions(-)
 
 commit 8fdba506f0f1c66b50f8f4b114d624cb956d03b7
@@ -58094,8 +192999,7 @@ Date:   Fri Jun 24 20:45:55 2011 -0400
 
     [Indic] Define indic_position_t
 
- src/hb-ot-shape-complex-indic.cc | 239
- ++++++++++++++++++++-------------------
+ src/hb-ot-shape-complex-indic.cc | 239 ++++++++++++++++++++-------------------
  1 file changed, 122 insertions(+), 117 deletions(-)
 
 commit 65988a145b4a52c37fd53c1473034f9e701f61d9
@@ -58103,12 +193007,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 24 19:05:52 2011 -0400
 
     [Indic] Add a table of consonant positions
-
+    
     Copied form HarfBuzz.old Indic data.  These are below and post
     consonants.  This is temporary.  Read the comment in the patch.
 
- src/hb-ot-shape-complex-indic.cc | 106
- +++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-indic.cc | 106 +++++++++++++++++++++++++++++++++++++++
  1 file changed, 106 insertions(+)
 
 commit c7fe56a1d5d3e969b6ec51cd9ecd471706a19568
@@ -58118,8 +193021,7 @@ Date:   Fri Jun 24 19:05:34 2011 -0400
     [Indic] Some of the basic features are global;  Mark them so
 
  src/hb-ot-shape-complex-indic-machine.rl |  1 +
- src/hb-ot-shape-complex-indic.cc         | 48
- ++++++++++++++++++++++----------
+ src/hb-ot-shape-complex-indic.cc         | 48 ++++++++++++++++++++++----------
  2 files changed, 35 insertions(+), 14 deletions(-)
 
 commit 867361c3ad39629a8d5b7dc48d558a1c19e37d43
@@ -58127,12 +193029,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jun 17 18:35:46 2011 -0400
 
     [indic] Add syllable recognition state machine
-
+    
     Using an incredible tool called Ragel.
 
  src/Makefile.am                          |   5 ++
- src/hb-ot-shape-complex-indic-machine.rl | 105
- +++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-indic-machine.rl | 105 +++++++++++++++++++++++++++++++
  src/hb-ot-shape-complex-indic.cc         |  21 +++++--
  3 files changed, 125 insertions(+), 6 deletions(-)
 
@@ -58141,11 +193042,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jun 15 17:22:48 2011 -0400
 
     Better categorize Indic character classes
-
+    
     Matches OT types now.
 
- src/hb-ot-shape-complex-indic.cc | 51
- +++++++++++++++++++++++++---------------
+ src/hb-ot-shape-complex-indic.cc | 51 +++++++++++++++++++++++++---------------
  1 file changed, 32 insertions(+), 19 deletions(-)
 
 commit 31f18abecb149f8888a72510f2660328dd6de16d
@@ -58209,8 +193109,7 @@ Date:   Mon Jun 13 16:02:18 2011 -0400
     Cosmetic
 
  src/gen-indic-table.py                 |    9 +-
- src/hb-ot-shape-complex-indic-table.hh | 1038
- ++++++++++++++++----------------
+ src/hb-ot-shape-complex-indic-table.hh | 1038 ++++++++++++++++----------------
  2 files changed, 524 insertions(+), 523 deletions(-)
 
 commit 902ab866f2d2edc3a71c1203065e6ddf49e5b431
@@ -58228,8 +193127,7 @@ Date:   Tue Jun 7 17:02:48 2011 -0400
 
     More Indic data shuffling
 
- src/hb-ot-shape-complex-indic.cc | 74
- +++++++++++++++++++++++++++-------------
+ src/hb-ot-shape-complex-indic.cc | 74 +++++++++++++++++++++++++++-------------
  1 file changed, 50 insertions(+), 24 deletions(-)
 
 commit 63b177e45c2405272da3fa6c26fe11ae37950bd0
@@ -58246,21 +193144,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jun 2 17:43:12 2011 -0400
 
     [Indic] Start an Indic shaper
-
+    
     Nothing functional in there yet.
-
-    So far, we're parsing IndicSyllabicCategory.txt and
-    IndicMatraCategory.txt
-    fils from Unicode Character Database and store them in an array to
-    be used
+    
+    So far, we're parsing IndicSyllabicCategory.txt and IndicMatraCategory.txt
+    fils from Unicode Character Database and store them in an array to be used
     by the shaper.  Also hooked up the shaper, but it does not do anything
     right now.
 
  src/Makefile.am                        |   3 +
  src/gen-indic-table.py                 | 201 ++++++++
  src/hb-ot-shape-complex-arabic.cc      |   4 +-
- src/hb-ot-shape-complex-indic-table.hh | 834
- +++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-indic-table.hh | 834 +++++++++++++++++++++++++++++++++
  src/hb-ot-shape-complex-indic.cc       | 141 ++++++
  src/hb-ot-shape-complex-private.hh     |  58 ++-
  src/hb-ot-shape-private.hh             |   3 +-
@@ -58282,8 +193177,7 @@ Date:   Wed Jun 1 20:45:14 2011 -0400
 
     Update to ArabicShaping-6.1.0d2.txt
 
- src/hb-ot-shape-complex-arabic-table.hh | 307
- ++++++++++++++++++++------------
+ src/hb-ot-shape-complex-arabic-table.hh | 307 ++++++++++++++++++++------------
  1 file changed, 197 insertions(+), 110 deletions(-)
 
 commit 9d49433efba2217852f4e44f056465b451961c49
@@ -58311,12 +193205,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 31 15:18:13 2011 -0400
 
     [Vertical] Apply vertical features
-
+    
     We apply all of vert, vrt2, vkrn, valt, and vpal.
 
  TODO               |  7 -------
- src/hb-ot-shape.cc | 50
- +++++++++++++++++++++++++++++++++++++++++---------
+ src/hb-ot-shape.cc | 50 +++++++++++++++++++++++++++++++++++++++++---------
  2 files changed, 41 insertions(+), 16 deletions(-)
 
 commit 0c6a9767c812c00f2a6a02d9f43f4694e1f43815
@@ -58333,9 +193226,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 31 12:33:11 2011 -0400
 
     Fix TTC header handling
-
+    
     Also change the Version type to avoid similar bugs in the future.
-
+    
     Reported by Grigori Goronzy.
 
  src/hb-open-file-private.hh      | 6 +++---
@@ -58348,9 +193241,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 30 11:08:40 2011 -0400
 
     Fixed inifinite loop introduced in 7403e055cd1463f
-
+    
     k is the index, not j.
-
+    
     Reported by Tom Hacohen.
 
  src/hb-ot-layout-gpos-private.hh | 4 ++--
@@ -58371,11 +193264,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 27 18:13:31 2011 -0400
 
     [OT] Separate map_builder from the actual map
-
+    
     Respectively, separate planner from the actual plan.
 
- src/hb-ot-map-private.hh           | 121
- ++++++++++++++++++++-----------------
+ src/hb-ot-map-private.hh           | 121 ++++++++++++++++++++-----------------
  src/hb-ot-map.cc                   |  33 +++++-----
  src/hb-ot-shape-complex-arabic.cc  |   6 +-
  src/hb-ot-shape-complex-private.hh |   8 +--
@@ -58419,8 +193311,7 @@ Date:   Fri May 27 15:58:54 2011 -0400
  src/Makefile.am               |  7 +++++++
  src/check-c-linkage-decls.sh  |  6 +++++-
  src/check-header-guards.sh    |  8 +++++++-
- src/check-includes.sh         | 42
- ++++++++++++++++++++++++++++++++++++++++++
+ src/check-includes.sh         | 42 ++++++++++++++++++++++++++++++++++++++++++
  src/check-internal-symbols.sh |  8 ++++----
  src/check-libstdc++.sh        |  7 ++++---
  src/hb-ot-shape.h             |  1 +
@@ -58467,14 +193358,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 25 16:08:06 2011 -0400
 
     Release 0.6.0.  First official tarball release!
-
+    
     There are no API guarantees just yet, but I *expect* that no
     incompatible API changes to happen before 1.0.0.
-
+    
     Update NEWS.
 
- NEWS         | 262
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ NEWS         | 262 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  configure.ac |   2 +-
  2 files changed, 263 insertions(+), 1 deletion(-)
 
@@ -58483,7 +193373,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 27 03:38:46 2011 -0400
 
     [test-common] Test hb_direction_to_string()
-
+    
     Caught by "make check-symbols".
 
  test/test-common.c | 6 ++++++
@@ -58494,7 +193384,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 27 03:38:30 2011 -0400
 
     [test] Rename test-symbols to check-symbols
-
+    
     Shows undocumented symbols.
 
  test/Makefile.am | 37 +++++++++++++++++++++----------------
@@ -58514,7 +193404,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 27 02:46:28 2011 -0400
 
     [test/unicode] Fix double-free
-
+    
     Caught by "make check-valgrind".
 
  test/Makefile.am    | 2 +-
@@ -58526,15 +193416,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 27 02:44:29 2011 -0400
 
     [test] Switch to automake-based test-runner
-
+    
     Adds check-valgrind among other modes.  We do not run under gtester by
     default anymore.
 
  Makefile.am                 |  2 +
  test/.valgrind-suppressions |  0
  test/Makefile.am            | 48 ++++++++++++++++++++++--
- test/Makefile.decl          | 90
- ---------------------------------------------
+ test/Makefile.decl          | 90 ---------------------------------------------
  4 files changed, 47 insertions(+), 93 deletions(-)
 
 commit adbc97ddde27cf609d95d3249f3ea8060a6e1d20
@@ -58542,7 +193431,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 27 01:33:18 2011 -0400
 
     [test] Add test-symbols that checks API symbol text coverage
-
+    
     We're not at 100% coverage yet, so do not enable the test by default.
 
  test/Makefile.am | 21 +++++++++++++++++++++
@@ -58555,8 +193444,7 @@ Date:   Fri May 27 01:00:55 2011 -0400
     [test/version] Test hb-version.h
 
  test/Makefile.am    |  1 +
- test/test-version.c | 80
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ test/test-version.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 81 insertions(+)
 
 commit 329c15714be90d3fc2d9054f80cb14fa325dc959
@@ -58564,7 +193452,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 25 16:07:07 2011 -0400
 
     Add libtool versioning
-
+    
     The versioning is automatic.  For now, soname-major is 0.  With
     the 1.0.0 release it will jump to 1 and stay there forever.
 
@@ -58598,13 +193486,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 25 11:27:33 2011 -0400
 
     [API] One last font-funcs API change
-
+    
     Now that vertical text works correctly, I'm doing a last round
     modification of the font-funcs API to simplify.  Expect no more
     changes around here.
 
- src/hb-font.cc    | 107
- ++++++++++++++++++------------------------------------
+ src/hb-font.cc    | 107 ++++++++++++++++++------------------------------------
  src/hb-font.h     |  50 +++++++++++--------------
  src/hb-ft.cc      |  26 ++++++-------
  test/test-font.c  |  27 +++++++-------
@@ -58617,8 +193504,7 @@ Date:   Wed May 25 11:01:32 2011 -0400
 
     [test] Update to API changes
 
- test/test-font.c  | 72
- ++++++++++++++++++++++---------------------------------
+ test/test-font.c  | 72 ++++++++++++++++++++++---------------------------------
  test/test-shape.c | 35 +++++++++++++--------------
  2 files changed, 44 insertions(+), 63 deletions(-)
 
@@ -58627,16 +193513,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 24 21:04:15 2011 -0400
 
     [Vertical] fix vertical gpos
-
+    
     Wow, it took me a few days to find the right fix!
-
+    
     We now set the advance for attached marks to zero, but we
     do this in the _finish() state of gpos, so it shouldn't
     regress with fonts like DejaVuSansMono that explicitly
     decrease the mark advance width to set it to zero.
 
- src/hb-ot-layout-gpos-private.hh | 167
- +++++++++++++++++++++++----------------
+ src/hb-ot-layout-gpos-private.hh | 167 +++++++++++++++++++++++----------------
  src/hb-ot-shape.cc               |   9 ++-
  2 files changed, 103 insertions(+), 73 deletions(-)
 
@@ -58653,8 +193538,7 @@ commit 3b0bb855e011099f1a4c77ffc5214c658e280b2d
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 20 15:59:59 2011 -0400
 
-    [Vertical] GPOS x/y advance adjustments only apply in hori/vert
-    respectively
+    [Vertical] GPOS x/y advance adjustments only apply in hori/vert respectively
 
  src/hb-ot-layout-gpos-private.hh | 31 +++++++++++++++++++++----------
  1 file changed, 21 insertions(+), 10 deletions(-)
@@ -58684,8 +193568,7 @@ Date:   Thu May 19 18:46:15 2011 -0400
     [Vertical] GPOS is always done with horizontal origin
 
  src/hb-font-private.hh           |   4 +-
- src/hb-font.cc                   | 187
- ++++++++++++++++++---------------------
+ src/hb-font.cc                   | 187 ++++++++++++++++++---------------------
  src/hb-font.h                    |  53 ++++++-----
  src/hb-ft.cc                     |  47 ++++------
  src/hb-ot-layout-gdef-private.hh |  18 ++--
@@ -58699,9 +193582,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 19 13:08:00 2011 -0400
 
     More vertical
-
+    
     Starting to get there, but not without yet another round of changes.
-
+    
     I think I know wheere to go now.
 
  src/hb-font.cc     | 44 ++++++++++++++++++++++++++++++++------------
@@ -58715,7 +193598,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 18 10:17:02 2011 -0400
 
     [hb-view] Add --annotate
-
+    
     Currently it only marks glyph origins.
 
  src/hb-view.cc | 20 +++++++++++++++++++-
@@ -58726,7 +193609,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 17 23:31:00 2011 -0400
 
     Vertical: Adjust origin in glyph_extents() and glyph_contour_point()
-
+    
     The base for vertical is almost ready now.
 
  src/hb-font.cc | 12 ++++++++----
@@ -58738,8 +193621,7 @@ Date:   Tue May 17 23:27:22 2011 -0400
 
     Cosmetic
 
- src/hb-font.cc | 114
- ++++++++++++++++++++++++++++-----------------------------
+ src/hb-font.cc | 114 ++++++++++++++++++++++++++++-----------------------------
  src/hb-ft.cc   |  36 +++++++++---------
  2 files changed, 74 insertions(+), 76 deletions(-)
 
@@ -58757,13 +193639,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 17 17:55:03 2011 -0400
 
     [API] Vertical support, take 2
-
+    
     I like this API *much* better.  Implementation still incomplete, but
     horizontal works.
 
  src/hb-font-private.hh           |   7 +-
- src/hb-font.cc                   | 185
- +++++++++++++++++++++++----------------
+ src/hb-font.cc                   | 185 +++++++++++++++++++++++----------------
  src/hb-font.h                    | 109 ++++++++++++-----------
  src/hb-ft.cc                     |  66 ++++++++------
  src/hb-ot-layout-gdef-private.hh |   2 +-
@@ -58776,13 +193657,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 16 18:15:37 2011 -0400
 
     [API] Add support for vertical text
-
+    
     Design not final yet, and in fact I'm going to change it immediately,
     but this is an standalone change for itself.
 
  src/hb-font-private.hh               |  35 ++--
- src/hb-font.cc                       | 387
- +++++++++++++++++++++++++----------
+ src/hb-font.cc                       | 387 +++++++++++++++++++++++++----------
  src/hb-font.h                        | 164 +++++++++++----
  src/hb-ft.cc                         | 227 +++++++++++++-------
  src/hb-ot-layout-gdef-private.hh     |   2 +-
@@ -58809,7 +193689,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 17 15:05:34 2011 -0400
 
     Check for mmap()
-
+    
     Apparently there exist systems with mprotect(), but not mmap()?
 
  configure.ac     | 2 +-
@@ -58898,13 +193778,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 13 22:46:36 2011 -0400
 
     [test/test-ot-tag] Test hb-ot-tag.h, fix many bugs
-
+    
     I'm in awe with how many bugs this test revealed.  All fixed.
 
  src/hb-ot-tag.cc   | 153 +++++++++++++++++++++---------------
  test/Makefile.am   |   3 +
- test/test-ot-tag.c | 227
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ test/test-ot-tag.c | 227 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 320 insertions(+), 63 deletions(-)
 
 commit 1368018b475c2a6dd5f625af99695ae2fcba1f05
@@ -58943,7 +193822,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 12 15:14:13 2011 -0400
 
     [API] Make get_glyph() callback return a boolean
-
+    
     We need to know whether the glyph exists, so we can fallback to
     composing / decomposing.  Assuming that glyph==0 means "doesn't exist"
     wouldn't work for applications like Pango that want to use different
@@ -58971,9 +193850,8 @@ commit 805af72405a2f653f08de392d7172291ffe8e902
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 12 12:39:40 2011 -0400
 
-    Rename get_kernings() arguments from first/second_glyph to
-    left/right_glyph
-
+    Rename get_kernings() arguments from first/second_glyph to left/right_glyph
+    
     Makes it clear that kerning is in visual order.
 
  src/hb-font.cc | 10 +++++-----
@@ -58987,8 +193865,7 @@ Date:   Thu May 12 10:53:57 2011 -0400
 
     [test] Add test-shape.c.  Oops
 
- test/test-shape.c | 125
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ test/test-shape.c | 125 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 125 insertions(+)
 
 commit c098c3acc8c48b4b6883c50c9a87e81dbe98ba24
@@ -58996,7 +193873,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 12 10:49:30 2011 -0400
 
     [test/blob] Use MAP_ANON instead of MAP_ANONYMOUS
-
+    
     More portable.
 
  test/test-blob.c | 2 +-
@@ -59016,7 +193893,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 12 01:19:39 2011 -0400
 
     [object] Make object inert during destruction
-
+    
     Such that user_data and other finalizers cannot resurrect object
 
  src/hb-object-private.hh | 2 ++
@@ -59036,7 +193913,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 12 00:46:57 2011 -0400
 
     Fix font subclass chainup
-
+    
     Test passing now.
 
  src/hb-font.cc | 6 +-----
@@ -59048,8 +193925,7 @@ Date:   Thu May 12 00:35:12 2011 -0400
 
     [test/font] Test font_funcs subclassing
 
- test/test-font.c | 158
- +++++++++++++++++++++++++++++++++++++++++++++++++++++--
+ test/test-font.c | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
  1 file changed, 155 insertions(+), 3 deletions(-)
 
 commit 14f1e81b77971204e9325e2a8b6f8b690fac20a7
@@ -59058,8 +193934,7 @@ Date:   Thu May 12 00:18:28 2011 -0400
 
     [test/font] Test empty funcs
 
- test/test-font.c | 75
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
+ test/test-font.c | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
  1 file changed, 73 insertions(+), 2 deletions(-)
 
 commit 2ca0b5ae1e65d3f43df3a4a2144a1451d8b485c4
@@ -59068,8 +193943,7 @@ Date:   Wed May 11 23:57:36 2011 -0400
 
     [test/font] Test more
 
- test/test-font.c | 63
- ++++++++++++++++++++++++++++++++++++++++++++++++--------
+ test/test-font.c | 63 ++++++++++++++++++++++++++++++++++++++++++++++++--------
  1 file changed, 54 insertions(+), 9 deletions(-)
 
 commit 7033518f756490e9cf00b96387fee6f2f7fae785
@@ -59137,8 +194011,7 @@ Date:   Wed May 11 23:05:02 2011 -0400
 
     [test/font] Add test_font_properties()
 
- test/test-font.c | 85
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ test/test-font.c | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 85 insertions(+)
 
 commit da603e80386b41b360acb070a862b6ed87da57b8
@@ -59149,8 +194022,7 @@ Date:   Wed May 11 22:52:35 2011 -0400
 
  test/Makefile.am    |  1 +
  test/test-buffer.c  |  2 +-
- test/test-font.c    | 69
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ test/test-font.c    | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  test/test-unicode.c |  1 +
  4 files changed, 72 insertions(+), 1 deletion(-)
 
@@ -59239,8 +194111,7 @@ Date:   Wed May 11 21:27:52 2011 -0400
 
     Streamline mutex stuff
 
- src/hb-mutex-private.hh | 61
- ++++++++++++++++++++++++++++++-------------------
+ src/hb-mutex-private.hh | 61 ++++++++++++++++++++++++++++++-------------------
  src/hb-private.hh       |  8 +++++++
  2 files changed, 46 insertions(+), 23 deletions(-)
 
@@ -59293,7 +194164,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 11 18:06:12 2011 -0400
 
     [API] Add HB_UNTAG()
-
+    
     Useful in C API only.
 
  src/hb-common.h | 1 +
@@ -59313,7 +194184,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 11 14:30:56 2011 -0400
 
     Plug more leaks
-
+    
     All good now.
 
  src/hb-blob.cc              | 2 +-
@@ -59356,15 +194227,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 11 10:31:33 2011 -0400
 
     Add maxp table
-
-    Not used for anything right now.  Will use to get num_glyphs in
-    the future.
+    
+    Not used for anything right now.  Will use to get num_glyphs in the future.
 
  src/Makefile.am           |  1 +
  src/hb-ot-head-private.hh |  1 -
  src/hb-ot-layout.cc       |  1 +
- src/hb-ot-maxp-private.hh | 68
- +++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-maxp-private.hh | 68 +++++++++++++++++++++++++++++++++++++++++++++++
  4 files changed, 70 insertions(+), 1 deletion(-)
 
 commit e0b0710ae52bcc8c6fbd87dfae83818faa5d5f5f
@@ -59381,13 +194250,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 11 00:24:34 2011 -0400
 
     [API] Change signature of get_contour_point and get_kerning ffuncs
-
+    
     get_contour_point now takes glyph id before point_index.
-
+    
     get_kerning now takes a vector to fill-in.
 
- src/hb-font.cc                   | 56
- +++++++++++++++++++++-------------------
+ src/hb-font.cc                   | 56 +++++++++++++++++++++-------------------
  src/hb-font.h                    | 16 +++++++-----
  src/hb-ft.cc                     | 11 +++++---
  src/hb-ot-layout-gdef-private.hh |  2 +-
@@ -59426,8 +194294,7 @@ Date:   Wed May 11 00:02:02 2011 -0400
  src/hb-font.cc                       |   6 +-
  src/hb-ot-layout-common-private.hh   |   8 +--
  src/hb-ot-layout-gdef-private.hh     |  34 +++++-----
- src/hb-ot-layout-gpos-private.hh     | 121
- ++++++++++++++++++-----------------
+ src/hb-ot-layout-gpos-private.hh     | 121 ++++++++++++++++++-----------------
  src/hb-ot-layout-gsub-private.hh     |  24 +++----
  src/hb-ot-layout-gsubgpos-private.hh |  11 ++--
  src/hb-ot-layout-private.hh          |  13 ----
@@ -59451,8 +194318,7 @@ Date:   Tue May 10 20:41:13 2011 -0400
     [API] Pass down closure user_data to font funcs
 
  src/hb-font-private.hh |  30 ++++++--
- src/hb-font.cc         | 184
- +++++++++++++++++++++++++------------------------
+ src/hb-font.cc         | 184 +++++++++++++++++++++++++------------------------
  src/hb-font.h          |  42 ++++++-----
  src/hb-ft.cc           | 103 ++++++++++++++-------------
  4 files changed, 198 insertions(+), 161 deletions(-)
@@ -59481,7 +194347,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 10 20:02:49 2011 -0400
 
     [API] Add hb_font_create_sub_font() and hb_font_get_parent()
-
+    
     Not quite useful just yet.
 
  src/hb-font-private.hh |  1 +
@@ -59495,9 +194361,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 10 19:57:00 2011 -0400
 
     [font] Fix internal sign of x/y_scale
-
-    Should have been done as part of
-    da975419884a535281745f30f4b32fee0bc8a7a1
+    
+    Should have been done as part of da975419884a535281745f30f4b32fee0bc8a7a1
 
  src/hb-font-private.hh | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
@@ -59546,16 +194411,14 @@ commit 45bfa99034512e886d75b1d45a5a649647f4711f
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 10 19:12:49 2011 -0400
 
-    Fix set implementation to be truly threadsafe even with destroy()
-    callbacks
-
+    Fix set implementation to be truly threadsafe even with destroy() callbacks
+    
     The test/object test is passing again, instead of deadlocking.
 
  src/hb-common.cc         |  26 +++++------
  src/hb-mutex-private.hh  |  47 +++++++------------
  src/hb-object-private.hh |   6 ++-
- src/hb-private.hh        | 117
- ++++++++++++++++++++++++++++++++++++++---------
+ src/hb-private.hh        | 117 ++++++++++++++++++++++++++++++++++++++---------
  4 files changed, 128 insertions(+), 68 deletions(-)
 
 commit 0c2ec1d78bfa0166ffd4afc204c2668d4f456ed9
@@ -59563,7 +194426,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 10 19:11:27 2011 -0400
 
     [test] Always initialize gthread such that our mutex() stuff is tested
-
+    
     Now the test/object test deadlocks as expected.  Fix coming.
 
  configure.ac     | 1 +
@@ -59575,12 +194438,10 @@ commit 6a9093cc486c1899197cd7cc9a3eb907c2e756f7
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 10 19:00:07 2011 -0400
 
-    [test/object] Test user_data with destroy() callback that calls
-    user_data
-
+    [test/object] Test user_data with destroy() callback that calls user_data
+    
     Exposes the non-atomicity of user_data opertaions at this time because
-    we call finish() while still locked and modifying the object.
-    In fact,
+    we call finish() while still locked and modifying the object.  In fact,
     I'm surprised that it doesn't deadlock.  It should.
 
  test/test-object.c | 22 ++++++++++++++++++++++
@@ -59621,8 +194482,7 @@ Date:   Tue May 10 17:37:08 2011 -0400
     [test] Test blob API
 
  test/Makefile.am   |   1 +
- test/test-blob.c   | 280
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ test/test-blob.c   | 280 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  test/test-buffer.c | 149 ++++++++++++++--------------
  3 files changed, 359 insertions(+), 71 deletions(-)
 
@@ -59633,8 +194493,7 @@ Date:   Fri May 6 22:28:26 2011 -0400
     [API] Simplify blob API, remove lock
 
  TODO                        |   2 -
- src/hb-blob.cc              | 206
- ++++++++++++++++++--------------------------
+ src/hb-blob.cc              | 206 ++++++++++++++++++--------------------------
  src/hb-blob.h               |  19 ++--
  src/hb-font.cc              |   2 -
  src/hb-open-type-private.hh |  32 ++++---
@@ -59685,14 +194544,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 6 00:04:28 2011 -0400
 
     [API] Add hb_language_get_default()
-
+    
     It uses locale information to detect default language.  It's used by
     hb_shape() whenever language is not set on the buffer.
-
-    Not sure how to properly test it in the test suite.  Tested by
-    observing
-    that with DejaVu Sans we select the proper local glyph version
-    for U+431
+    
+    Not sure how to properly test it in the test suite.  Tested by observing
+    that with DejaVu Sans we select the proper local glyph version for U+431
     under Serbian locale.  See http://www.pango.org/ScriptGallery
 
  src/hb-common.cc   | 21 +++++++++++++++++++++
@@ -59706,17 +194563,16 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 5 21:31:04 2011 -0400
 
     [API] Add version macros and functions
-
+    
     Step version up to 0.5.0.
-
+    
     Also, fix to pass "make distcheck"
 
  configure.ac                 | 24 ++++++++++++-----
  src/Makefile.am              |  9 +++++++
  src/check-c-linkage-decls.sh |  2 +-
  src/hb-common.cc             | 29 +++++++++++++++++++++
- src/hb-version.h.in          | 62
- ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-version.h.in          | 62 ++++++++++++++++++++++++++++++++++++++++++++
  src/hb.h                     |  1 +
  test/Makefile.am             |  2 ++
  7 files changed, 122 insertions(+), 7 deletions(-)
@@ -59726,9 +194582,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 5 19:47:59 2011 -0400
 
     Add disable-static libtool flag
-
-    No one who builds harfbuzz static uses the autotools build system
-    to do it.
+    
+    No one who builds harfbuzz static uses the autotools build system to do it.
 
  configure.ac | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -59738,7 +194593,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 5 19:47:12 2011 -0400
 
     Remove win32-dll libtool flag
-
+    
     Since we're not win32-dll clean the way libtool docs define it.
 
  configure.ac | 2 +-
@@ -59760,8 +194615,7 @@ Date:   Thu May 5 16:24:42 2011 -0400
     Fix build with older glib
 
  configure.ac   |  2 +-
- test/hb-test.h | 55
- +++++++++++++++++++++++++++++++++----------------------
+ test/hb-test.h | 55 +++++++++++++++++++++++++++++++++----------------------
  2 files changed, 34 insertions(+), 23 deletions(-)
 
 commit 3935af1c0d0f53a5fd6054e1ee219f3adda42dca
@@ -59769,7 +194623,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 5 16:09:45 2011 -0400
 
     [buffer] Remove wrong optimization
-
+    
     While the cluster fields of the glyph string are usually sorted, they
     wouldn't be in special cases (for example for non-native direction).
     Blindly using bsearch is plain wrong.  If we want to reintroduce this
@@ -59784,7 +194638,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 5 15:33:19 2011 -0400
 
     Make user_data access threadsafe
-
+    
     For now, by taking a global user_data mutex.
 
  src/hb-common.cc         | 25 +++++++++++++++++++++++--
@@ -59806,7 +194660,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 5 15:14:04 2011 -0400
 
     Use threadsafe set implementation for hb_language lookups
-
+    
     Note that the static variable has to be a global static, as gcc
     implements local statics differently and that would require linking
     to libstdc++, which we don't want.
@@ -59820,8 +194674,7 @@ Date:   Thu May 5 15:07:54 2011 -0400
 
     Add hb_threadsafe_set_t
 
- src/hb-mutex-private.hh | 54
- +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-mutex-private.hh | 54 +++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-private.hh       |  3 +--
  2 files changed, 55 insertions(+), 2 deletions(-)
 
@@ -59831,8 +194684,7 @@ Date:   Thu May 5 15:00:43 2011 -0400
 
     Use hb_array_t for hb_language_t mapping
 
- src/hb-common.cc         | 48
- ++++++++++++++++++++++--------------------------
+ src/hb-common.cc         | 48 ++++++++++++++++++++++--------------------------
  src/hb-object-private.hh |  4 ++--
  src/hb-private.hh        | 19 +++++++++++++++----
  3 files changed, 39 insertions(+), 32 deletions(-)
@@ -59862,8 +194714,7 @@ Date:   Thu May 5 14:38:16 2011 -0400
     Replace fixed-size lookup_maps array with hb_array_t
 
  src/hb-ot-map-private.hh | 13 +++++--------
- src/hb-ot-map.cc         | 47
- +++++++++++++++++++++++++----------------------
+ src/hb-ot-map.cc         | 47 +++++++++++++++++++++++++----------------------
  src/hb-private.hh        |  6 ++----
  3 files changed, 32 insertions(+), 34 deletions(-)
 
@@ -59906,8 +194757,7 @@ Date:   Thu May 5 13:21:04 2011 -0400
     Replace hb_map_t with hb_set_t which is more intuitive and flexible
 
  src/hb-object-private.hh | 24 ++++++++++++++----------
- src/hb-private.hh        | 44
- +++++++++++++++++---------------------------
+ src/hb-private.hh        | 44 +++++++++++++++++---------------------------
  test/test-object.c       |  4 ++++
  3 files changed, 35 insertions(+), 37 deletions(-)
 
@@ -59926,7 +194776,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 5 00:21:16 2011 -0400
 
     Make hb_mutex_*() macros take a pointer
-
+    
     More intuitive.
 
  src/hb-blob.cc          | 28 ++++++++++++++--------------
@@ -59947,7 +194797,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 4 19:27:37 2011 -0400
 
     Move code around
-
+    
     Mutex (and Windows.h by extension) are fairly isolated now.
 
  src/Makefile.am          |   8 ++--
@@ -59955,8 +194805,7 @@ Date:   Wed May 4 19:27:37 2011 -0400
  src/hb-blob.cc           |  24 ++++++++++-
  src/hb-font-private.hh   |   3 --
  src/hb-font.cc           |  12 +++---
- src/hb-mutex-private.hh  | 105
- +++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-mutex-private.hh  | 105 +++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-object-private.hh |  33 ++-------------
  src/hb-unicode.cc        |   1 -
  8 files changed, 141 insertions(+), 105 deletions(-)
@@ -59966,7 +194815,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 3 01:03:53 2011 -0400
 
     [ft] Fix font->face handling
-
+    
     Don't use _cached()
 
  src/hb-ft.cc | 7 +++++--
@@ -59977,16 +194826,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 3 00:49:06 2011 -0400
 
     Move Win32 thread-safety stuff to hb-object-private.h
-
+    
     The Win32 definitions for LONG, ULONG, etc conflicts with
     hb-open-type.h.  Avoid that by making sure hb-object-private.h
     and hb-open-type.h are not included in the same compilation unit.
 
  src/hb-common.cc         | 54 ---------------------------------------
- src/hb-object-private.hh | 66
- ++++++++++++++++++++++++++++++++++++++++++++++++
- src/hb-private.hh        | 66
- ------------------------------------------------
+ src/hb-object-private.hh | 66 ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-private.hh        | 66 ------------------------------------------------
  3 files changed, 66 insertions(+), 120 deletions(-)
 
 commit 266b34418c9bbe23ccaf29cb354b58c465fa3b22
@@ -59994,12 +194841,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 3 00:35:53 2011 -0400
 
     Refactor to keep hb-object-private.h and hb-open-type.h separate
-
+    
     Needed to be able to include <Windows.h> from hb-object-private.h.
 
  src/hb-font.cc              | 19 ++++----------
- src/hb-ot-layout-private.hh | 60
- +++++++++++++++++++++++++--------------------
+ src/hb-ot-layout-private.hh | 60 +++++++++++++++++++++++++--------------------
  src/hb-ot-layout.cc         | 28 ++++++++++++++++++---
  3 files changed, 63 insertions(+), 44 deletions(-)
 
@@ -60008,9 +194854,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 3 00:19:18 2011 -0400
 
     [blob] Implement sub_blob() in terms of create()
-
+    
     Fixes problem with uninitialized sub_blob->mutex among other things.
-
+    
     Reported by Bradley Grainger.
 
  src/hb-blob.cc | 12 +++++-------
@@ -60021,11 +194867,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 3 00:09:16 2011 -0400
 
     Implement win32 thread-safety stuff
-
+    
     Patch from Bradley Grainger.
 
- src/hb-common.cc  | 54
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-common.cc  | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-private.hh | 30 +++++++++++++++++++++++++-----
  2 files changed, 79 insertions(+), 5 deletions(-)
 
@@ -60034,7 +194879,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 2 20:57:28 2011 -0400
 
     Add hb_mutex_free() and use it
-
+    
     Based on patch by Bradley Grainger.
 
  src/hb-blob.cc    |  1 +
@@ -60057,8 +194902,7 @@ Date:   Mon May 2 20:46:32 2011 -0400
     [API] Make hb_font_create() take a face and reference it
 
  src/hb-font-private.hh           |  2 ++
- src/hb-font.cc                   | 42
- +++++++++++++++++++++++++---------------
+ src/hb-font.cc                   | 42 +++++++++++++++++++++++++---------------
  src/hb-font.h                    | 26 ++++++++++++++-----------
  src/hb-ft.cc                     |  7 +------
  src/hb-ot-layout-gdef-private.hh |  2 +-
@@ -60088,7 +194932,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 2 19:54:29 2011 -0400
 
     Fix bug in array growth implementation
-
+    
     With this, test/object is now passing.  Yay!
 
  src/hb-private.hh | 24 +++++++++++-------------
@@ -60117,13 +194961,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 2 19:52:47 2011 -0400
 
     [test/object] Add test for object lifecycle stuff
-
+    
     Revealed many bugs in the (untested and known buggy) user_data
     support.
 
  test/Makefile.am   |   4 +
- test/test-object.c | 316
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ test/test-object.c | 316 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 320 insertions(+)
 
 commit f74d6c81f14f117b3cecfb65f0d5df22849c9a07
@@ -60160,8 +195003,7 @@ commit e87867cb88280e3f3a38d829e359cb686168b2cb
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 2 19:35:05 2011 -0400
 
-    [buffer] Fail in _create() if we cannot pre-allocate the requested
-    size
+    [buffer] Fail in _create() if we cannot pre-allocate the requested size
 
  src/hb-buffer.cc | 8 +++++---
  1 file changed, 5 insertions(+), 3 deletions(-)
@@ -60191,8 +195033,7 @@ Date:   Mon May 2 14:58:04 2011 -0400
 
     [test/unicode] Add script roundtrip tests for glib and ICU
 
- test/test-unicode.c | 70
- ++++++++++++++++++++++++++++++++++++++++++++++++-----
+ test/test-unicode.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++++-----
  1 file changed, 64 insertions(+), 6 deletions(-)
 
 commit 7cda65935c73c277550f6ac12f6730e96d4852a7
@@ -60201,8 +195042,7 @@ Date:   Mon May 2 14:33:53 2011 -0400
 
     [test/unicode] Better test chainup
 
- test/test-unicode.c | 54
- ++++++++++++++++++++++++++++++++++++++++++++++++-----
+ test/test-unicode.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++-----
  1 file changed, 49 insertions(+), 5 deletions(-)
 
 commit 250c59225ead28449deb11522dee3819480a19b4
@@ -60211,8 +195051,7 @@ Date:   Mon May 2 14:21:30 2011 -0400
 
     [test/unicode] Port the _custom test to test all property setters
 
- test/test-unicode.c | 186
- +++++++++++++++++++++++++++++-----------------------
+ test/test-unicode.c | 186 +++++++++++++++++++++++++++++-----------------------
  1 file changed, 104 insertions(+), 82 deletions(-)
 
 commit e74b5b339ab0af53d893ec84a0955d5aa508fed3
@@ -60229,11 +195068,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 2 13:52:17 2011 -0400
 
     [test/buffer] Clean up testing
-
+    
     Getting the hang of how to cleanly use gtest.
 
- test/test-buffer.c | 154
- +++++++++++++++++++++++++++++------------------------
+ test/test-buffer.c | 154 +++++++++++++++++++++++++++++------------------------
  1 file changed, 85 insertions(+), 69 deletions(-)
 
 commit 819e9d9e5310e67e8dcce9fa885f8a086a9b9ee8
@@ -60259,9 +195097,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 2 12:35:14 2011 -0400
 
     ISO 15924 fixes
-
+    
     Update to http://unicode.org/iso15924
-
+    
     Fixes some of the test failures in test-unicode with ICU.  Still
     one more to fix before the test passes.
 
@@ -60275,7 +195113,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 2 12:06:18 2011 -0400
 
     [test/unicode] Add log messages
-
+    
     Use with --verbose to see what's failing
 
  test/test-unicode.c | 9 ++++++---
@@ -60287,8 +195125,7 @@ Date:   Sun May 1 20:04:01 2011 -0400
 
     Minor
 
- test/test-unicode.c | 478
- ++++++++++++++++++++++++++--------------------------
+ test/test-unicode.c | 478 ++++++++++++++++++++++++++--------------------------
  1 file changed, 243 insertions(+), 235 deletions(-)
 
 commit 60833efaf1310c3f18e150b61daaeb0074ae3d91
@@ -60296,12 +195133,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Apr 29 16:49:57 2011 -0400
 
     [test/unicode] Add testing of all unicode properties
-
+    
     ICU fails for now.
 
  test/hb-test.h      |   4 +-
- test/test-unicode.c | 432
- +++++++++++++++++++++++++++++++++++++++++++++++++---
+ test/test-unicode.c | 432 +++++++++++++++++++++++++++++++++++++++++++++++++---
  2 files changed, 416 insertions(+), 20 deletions(-)
 
 commit da96ee072fa3544c3d36cf0b82ada11806789d70
@@ -60325,8 +195161,7 @@ Date:   Fri Apr 29 12:00:38 2011 -0400
  test/test-c.c             |   1 +
  test/test-common.c        |   3 +-
  test/test-cplusplus.cc    |   1 +
- test/test-unicode.c       | 112
- +++++++++++++++++++++++++++-------------------
+ test/test-unicode.c       | 112 +++++++++++++++++++++++++++-------------------
  7 files changed, 74 insertions(+), 49 deletions(-)
 
 commit 13db3d40bfc09c68f9761a71435b1840b9d34099
@@ -60345,8 +195180,7 @@ Date:   Thu Apr 28 19:37:51 2011 -0400
     [test/buffer] Add more extensive UTF-8 test data from glib
 
  src/hb-buffer.cc   |   2 +-
- test/test-buffer.c | 317
- ++++++++++++++++++++++++++++++++++++++++++++++++++---
+ test/test-buffer.c | 317 ++++++++++++++++++++++++++++++++++++++++++++++++++---
  2 files changed, 303 insertions(+), 16 deletions(-)
 
 commit dfec67f958482e5c3bb01e06b08694cd4ded6f66
@@ -60364,12 +195198,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 28 17:10:44 2011 -0400
 
     Add test suite infrastructure
-
+    
     Wraps around glib for convenience and ease of use.
 
  test/Makefile.am    |   1 +
- test/hb-test.h      | 132
- ++++++++++++++++++++++++++++++++++++++++++++++++----
+ test/hb-test.h      | 132 ++++++++++++++++++++++++++++++++++++++++++++++++----
  test/test-buffer.c  |  29 ++++++------
  test/test-common.c  |  14 +++---
  test/test-unicode.c |  32 ++++++-------
@@ -60380,7 +195213,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 28 16:03:29 2011 -0400
 
     [API Remove hb_font_funcs_copy()
-
+    
     Will be adding font_funcs subclassing instead.
 
  src/hb-font.cc | 13 -------------
@@ -60442,12 +195275,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 28 12:56:49 2011 -0400
 
     [buffer] More error handling
-
+    
     Should be all set now.
 
  src/hb-buffer-private.hh |  2 +-
- src/hb-buffer.cc         | 60
- +++++++++++++++++++++++++++++++++---------------
+ src/hb-buffer.cc         | 60 +++++++++++++++++++++++++++++++++---------------
  2 files changed, 43 insertions(+), 19 deletions(-)
 
 commit 15c57e04bf05026ef424f8ae912d2f379301bf93
@@ -60455,9 +195287,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 28 12:28:54 2011 -0400
 
     [test/buffer] Add test pre_alloc(); hangs in the buffer code right now
-
+    
     Because the following loop overflows:
-
+    
       while (size > new_allocated)
           new_allocated += (new_allocated >> 1) + 32;
 
@@ -60470,8 +195302,7 @@ Date:   Thu Apr 28 12:15:24 2011 -0400
 
     [test/buffer] Test reset(), set_length(), and set/get_unicode_data()
 
- test/test-buffer.c | 66
- ++++++++++++++++++++++++++++++++++++++++++++++++------
+ test/test-buffer.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++------
  1 file changed, 59 insertions(+), 7 deletions(-)
 
 commit db126b5448ec802285cf2b6f0e7da412d02dfb28
@@ -60480,8 +195311,7 @@ Date:   Thu Apr 28 11:56:29 2011 -0400
 
     [test/buffer] Test reverse() and reverse_clusters()
 
- test/test-buffer.c | 61
- ++++++++++++++++++++++++++++++++++++++++++++++++++----
+ test/test-buffer.c | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++----
  1 file changed, 57 insertions(+), 4 deletions(-)
 
 commit 5fa849b77d49da2212825ebb1bea9145713b8449
@@ -60494,8 +195324,7 @@ Date:   Wed Apr 27 21:46:01 2011 -0400
  src/hb-blob.h     | 12 ++++++++++++
  src/hb-buffer.cc  | 16 ++++++++++++++++
  src/hb-buffer.h   | 10 ++++++++++
- src/hb-font.cc    | 51
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-font.cc    | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-font.h     | 36 ++++++++++++++++++++++++++++++++++++
  src/hb-unicode.cc | 17 +++++++++++++++++
  src/hb-unicode.h  | 12 ++++++++++++
@@ -60507,8 +195336,7 @@ Date:   Wed Apr 27 21:45:51 2011 -0400
 
     Move code around
 
- src/hb-object-private.hh | 153
- ++++++++++-------------------------------------
+ src/hb-object-private.hh | 153 ++++++++++-------------------------------------
  src/hb-private.hh        | 136 +++++++++++++++++++++++++++++++++++++----
  2 files changed, 157 insertions(+), 132 deletions(-)
 
@@ -60519,8 +195347,7 @@ Date:   Wed Apr 27 21:22:32 2011 -0400
     Add initial implementation of user_data to objects
 
  src/hb-common.h          |  11 ++-
- src/hb-object-private.hh | 186
- ++++++++++++++++++++++++++++++++++++++++++++++-
+ src/hb-object-private.hh | 186 ++++++++++++++++++++++++++++++++++++++++++++++-
  2 files changed, 193 insertions(+), 4 deletions(-)
 
 commit 47e71d9661946a4ffb96026bf1d697d788414ab5
@@ -60560,7 +195387,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 27 15:10:12 2011 -0400
 
     GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
-
+    
     With gcc on arm, request 8-bit structure alignment.
 
  configure.ac | 10 +++++++++-
@@ -60571,7 +195398,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 27 14:48:19 2011 -0400
 
     [API] Add hb_direction_from/to_string()
-
+    
     And hb-view --direction argument.
 
  TODO               |  1 -
@@ -60631,9 +195458,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 27 01:49:03 2011 -0400
 
     Replace simple macros with inline functions for better type safety
-
+    
     Now that we use C++ for all source code, lets benefit from it!
-
+    
     The hb_be_int16/32_get/put/eq() macros grow code size if replaced with
     inline functions, so leave them as is.
 
@@ -60655,7 +195482,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 27 01:41:24 2011 -0400
 
     Don't return in void function
-
+    
     Would have been nice if gcc had warned...
 
  src/hb-private.hh | 2 +-
@@ -60667,8 +195494,7 @@ Date:   Thu Apr 21 18:35:58 2011 -0400
 
     Further simplify object handling
 
- src/hb-object-private.hh | 53
- ++++++++++++++++++++++++------------------------
+ src/hb-object-private.hh | 53 ++++++++++++++++++++++++------------------------
  1 file changed, 27 insertions(+), 26 deletions(-)
 
 commit fca368c4682624346a0aaee690e1ad6ed4c0b337
@@ -60676,7 +195502,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 21 18:24:02 2011 -0400
 
     Add hb_object_header_t which is the common part of all objects
-
+    
     Makes way for adding arbitrary user_data support.
 
  src/hb-blob-private.hh    |  3 +-
@@ -60688,8 +195514,7 @@ Date:   Thu Apr 21 18:24:02 2011 -0400
  src/hb-ft.cc              |  3 +-
  src/hb-glib.cc            |  3 +-
  src/hb-icu.cc             |  3 +-
- src/hb-object-private.hh  | 95
- ++++++++++++++++++++++++++---------------------
+ src/hb-object-private.hh  | 95 ++++++++++++++++++++++++++---------------------
  src/hb-private.hh         |  5 +--
  src/hb-unicode-private.hh |  6 ++-
  src/hb-unicode.cc         |  3 +-
@@ -60775,7 +195600,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 21 16:59:10 2011 -0400
 
     [hb-view] Accept numbers in feature tag name
-
+    
     Reported by Adam Twardoch.
 
  src/hb-view.c | 6 +++---
@@ -60786,9 +195611,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 21 16:55:17 2011 -0400
 
     Remove obsolete comment
-
+    
     Talking to Ryan Lortie, he thinks my comment doesn't make sense.
-
+    
     So I'm making the getter const.  Note that g_atomic_int_get()
     casts that away itself, so we don't need to worry about that
     (which kinda makes me uncomfortable actually).
@@ -60801,7 +195626,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 21 16:34:22 2011 -0400
 
     Add ASSERT_STATIC_EXPR macro
-
+    
     Unused right now.
 
  src/hb-private.hh | 2 ++
@@ -60832,24 +195657,20 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 21 15:08:01 2011 -0400
 
     [API] Allow negative font x_scale/y_scale
-
+    
     I was reconsidering whether y should grow down, since all three/four
     times I've used this API I was tricked and got that wrong in my use.
     So I was very inclined to make y grow down instead of up.  However,
-    considering that the font space has y up and it would be very
-    confusing
+    considering that the font space has y up and it would be very confusing
     for callbacks to work against that, I decided that what I really want
-    is for the user to be able to set y_scale to a negative number
-    to imply
+    is for the user to be able to set y_scale to a negative number to imply
     that user-space y grows down.
-
-    Changing x_scale/y_scale from unsigned int to int allows that,
-    and I've
-    made pango to use that instead of negating glyph y_offset later.
-    hb-ft
+    
+    Changing x_scale/y_scale from unsigned int to int allows that, and I've
+    made pango to use that instead of negating glyph y_offset later.  hb-ft
     however still has y group up.  I *guess* that's how FreeType works?
     I'm not sure, FreeType docs don't make this clear...
-
+    
     I'm happy with the resolution :-).
 
  src/hb-font.cc                     | 8 ++++----
@@ -60864,8 +195685,7 @@ Date:   Thu Apr 21 14:58:23 2011 -0400
 
     [icu] Remove big script switch(), rely on reverse-lookup
 
- src/hb-icu.cc | 137
- ++++------------------------------------------------------
+ src/hb-icu.cc | 137 ++++------------------------------------------------------
  1 file changed, 9 insertions(+), 128 deletions(-)
 
 commit d18431b4cd8c1b14523733cd60a62b862f5b471f
@@ -60882,12 +195702,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 20 18:50:27 2011 -0400
 
     Rename all private sources and headers to C++ files
-
+    
     So we can liberally use the simple features of C++ that parts of the
     codebase is already using.
 
- src/Makefile.am                                         | 17
- +++++++++--------
+ src/Makefile.am                                         | 17 +++++++++--------
  src/{hb-blob-private.h => hb-blob-private.hh}           |  8 ++++----
  src/hb-blob.cc                                          |  4 ++--
  src/hb-buffer-private.hh                                |  2 +-
@@ -60937,12 +195756,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 20 17:21:23 2011 -0400
 
     [API] Make hb_face_reference_table() return empty blob instead of NULL
-
+    
     The idea here is that:
-
+    
       - Like pretty much all other API in harfbuzz, user does not have to
         check for NULL.
-
+    
       - In any caller code, the case of missing table should be handled
         exactly the same way that a too-short table is handled.  Turning
         a non-existent talbe into a table of size 0 makes the user code
@@ -60957,7 +195776,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 20 17:03:00 2011 -0400
 
     [API] Rename hb_face_get_table() to hb_face_reference_table()
-
+    
     That correctly reflects the reference ownership transfer happening.
 
  src/hb-font.cc      | 4 ++--
@@ -60981,10 +195800,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 20 15:49:31 2011 -0400
 
     [API] Remove hb_*_get_reference_count()
-
+    
     This was a bizzare piece of API that I inherited from cairo.  It has
-    been wrong adding them to cairo in the first place.  Remove them
-    before
+    been wrong adding them to cairo in the first place.  Remove them before
     someone uses them!
 
  src/hb-blob.c           |  6 ------
@@ -61024,8 +195842,7 @@ Date:   Wed Apr 20 03:15:31 2011 -0400
     [test] Add test for headers included from C and C++
 
  test/Makefile.am       | 17 +++++++++++++++++
- test/test-c.c          | 49
- +++++++++++++++++++++++++++++++++++++++++++++++++
+ test/test-c.c          | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
  test/test-cplusplus.cc | 29 +++++++++++++++++++++++++++++
  3 files changed, 95 insertions(+)
 
@@ -61043,7 +195860,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 20 03:03:32 2011 -0400
 
     [API] font: move user_data before destroy()
-
+    
     This is the common convention for language binding tools.
 
  src/hb-font-private.h |  4 ++--
@@ -61057,7 +195874,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 20 02:59:28 2011 -0400
 
     [API] blob: move user_data before destroy()
-
+    
     This is the common convention for language binding tools.
 
  src/hb-blob-private.h |  2 +-
@@ -61080,12 +195897,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 20 02:54:42 2011 -0400
 
     [icu] Add two-way script conversion functions
-
+    
     Also optimizes the common-direction script lookup.
 
  src/hb-common.c   |   5 +-
- src/hb-icu.cc     | 205
- +++++++++++++++++++++++++++++-------------------------
+ src/hb-icu.cc     | 205 +++++++++++++++++++++++++++++-------------------------
  src/hb-icu.h      |   9 +++
  test/test-types.c |   2 +-
  4 files changed, 124 insertions(+), 97 deletions(-)
@@ -61095,12 +195911,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 20 02:44:29 2011 -0400
 
     [glib] Add two-way script conversion functions
+    
+    Also optimizes the common-direction script lookup to be an array lookup.
 
-    Also optimizes the common-direction script lookup to be an array
-    lookup.
-
- src/hb-glib.cc | 270
- ++++++++++++++++++++++++++++++---------------------------
+ src/hb-glib.cc | 270 ++++++++++++++++++++++++++++++---------------------------
  src/hb-glib.h  |   8 ++
  2 files changed, 148 insertions(+), 130 deletions(-)
 
@@ -61111,8 +195925,7 @@ Date:   Wed Apr 20 02:29:22 2011 -0400
     Remove verbose comments
 
  src/hb-glib.cc | 194 ++++++++++++++++++++---------------------
- src/hb-icu.cc  | 266
- ++++++++++++++++++++++++++++-----------------------------
+ src/hb-icu.cc  | 266 ++++++++++++++++++++++++++++-----------------------------
  2 files changed, 230 insertions(+), 230 deletions(-)
 
 commit fb194b8794898f51eb596fa4092c26606889d376
@@ -61128,8 +195941,7 @@ Date:   Wed Apr 20 02:00:47 2011 -0400
  src/hb-ot-shape.cc                                 |  14 +-
  src/hb-shape.cc                                    |   4 +-
  ...{hb-unicode-private.h => hb-unicode-private.hh} |  65 ++++---
- src/{hb-unicode.c => hb-unicode.cc}                | 213
- +++++++++------------
+ src/{hb-unicode.c => hb-unicode.cc}                | 213 +++++++++------------
  src/hb-unicode.h                                   |  57 +++---
  test/test-unicode.c                                |  23 ++-
  10 files changed, 237 insertions(+), 244 deletions(-)
@@ -61148,10 +195960,10 @@ Author: Ryan Lortie <desrt@desrt.ca>
 Date:   Wed Apr 20 00:19:20 2011 -0400
 
     [API] unicode: rework virtual functions for subclassing
-
+    
     Unicode data providers can now be subclassed, including support for
     chain-up.  The interface should now be nicely bindable, as well.
-
+    
     Also fix glib unicode funcs that where broken after hb_script_t
     changes.  Nicely caught by the test-unicode.c added in this commit.
 
@@ -61160,12 +195972,10 @@ Date:   Wed Apr 20 00:19:20 2011 -0400
  src/hb-ot-shape.cc       |   9 +-
  src/hb-shape.cc          |   2 +-
  src/hb-unicode-private.h |  17 ++++
- src/hb-unicode.c         | 231
- +++++++++++++++++++++++++----------------------
+ src/hb-unicode.c         | 231 +++++++++++++++++++++++++----------------------
  src/hb-unicode.h         |  68 +++++++-------
  test/Makefile.am         |   1 +
- test/test-unicode.c      | 215
- +++++++++++++++++++++++++++++++++++++++++++
+ test/test-unicode.c      | 215 +++++++++++++++++++++++++++++++++++++++++++
  9 files changed, 610 insertions(+), 164 deletions(-)
 
 commit f85faee9b3cb841ea977403945e2c877ab32b97a
@@ -61184,7 +195994,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Apr 19 00:32:19 2011 -0400
 
     [API] Add hb_buffer_allocation_successful()
-
+    
     Returns the error status of the buffer.
 
  src/hb-buffer.cc   | 6 ++++++
@@ -61197,7 +196007,7 @@ Author: Ryan Lortie <desrt@desrt.ca>
 Date:   Fri Apr 15 18:34:45 2011 -0400
 
     [API] Rename hb_buffer_ensure() to hb_buffer_pre_allocate()
-
+    
     The new name is self-documenting.
 
  src/hb-buffer.cc | 4 ++--
@@ -61209,9 +196019,8 @@ Author: Ryan Lortie <desrt@desrt.ca>
 Date:   Fri Apr 15 18:32:36 2011 -0400
 
     [API} hb_buffer_get_glyph_{infos,positions}: Add length out parameter
-
-    Return the length, whenever we return an array.  Makes it easier
-    on the
+    
+    Return the length, whenever we return an array.  Makes it easier on the
     language bindings.
 
  src/hb-buffer.cc                 | 12 ++++++++++--
@@ -61226,12 +196035,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 18 23:40:21 2011 -0400
 
     [API] Use ISO 15924 tags for hb_script_t
-
+    
     This simplifies the code, reduces static data, and makes the design
     more extensible to future additions of new scripts.
 
- src/hb-common.c                    | 411
- ++++---------------------------------
+ src/hb-common.c                    | 411 ++++---------------------------------
  src/hb-common.h                    | 199 +++++++++---------
  src/hb-ot-map.cc                   |   4 +-
  src/hb-ot-shape-complex-private.hh |   3 +-
@@ -61246,9 +196054,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Apr 15 19:26:24 2011 -0400
 
     Change buffer default properties to invalid
-
+    
     This includes HB_DIRECTION_INVALID and HB_SCRIPT_INVALID.
-
+    
     The INVALID will cause a "guess whatever from the text" in hb_shape().
     While it's not ideal, it works better than the previous defaults at
     least (HB_DIRECTION_LTR and HB_SCRIPT_COMMON).
@@ -61265,11 +196073,9 @@ Date:   Fri Apr 15 19:16:54 2011 -0400
 
     Move enum types to hb-common.h
 
- src/hb-common.c  | 406
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-common.c  | 406 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-common.h  | 170 +++++++++++++++++++++++
- src/hb-unicode.c | 406
- -------------------------------------------------------
+ src/hb-unicode.c | 406 -------------------------------------------------------
  src/hb-unicode.h | 166 -----------------------
  4 files changed, 576 insertions(+), 572 deletions(-)
 
@@ -61321,7 +196127,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Apr 15 18:35:08 2011 -0400
 
     [API] Remove hb_buffer_clear()
-
+    
     One should use hb_buffer_reset() really.
 
  src/hb-buffer.cc   | 16 +++++-----------
@@ -61422,8 +196228,7 @@ Date:   Wed Apr 13 01:09:09 2011 -0400
     [test] Test hb-buffer.h
 
  test/Makefile.am   |   8 ++-
- test/test-buffer.c | 195
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ test/test-buffer.c | 195 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 202 insertions(+), 1 deletion(-)
 
 commit 72d89404c2837d578f5305456c817130b6a15c73
@@ -61467,10 +196272,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 11 19:43:51 2011 -0400
 
     [test] Actually hook up hb_script_t tests
-
+    
     I really shall find a way to automate the test enumeration.  Otherwise
-    it's too easy to add a test and wrongly hook it up.  Did it twice
-    today.
+    it's too easy to add a test and wrongly hook it up.  Did it twice today.
 
  test/test-types.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
@@ -61485,8 +196289,7 @@ Date:   Mon Apr 11 17:55:58 2011 -0400
  src/hb-buffer.h   |   1 -
  src/hb-common.c   |  92 ++++++++++++++++++++++++++++++++++++++++-
  src/hb-common.h   |  42 +++++++++++++------
- src/hb-language.c | 120
- ------------------------------------------------------
+ src/hb-language.c | 120 ------------------------------------------------------
  src/hb-language.h |  46 ---------------------
  src/hb-ot-tag.h   |   1 -
  src/hb.h          |   1 -
@@ -61527,14 +196330,12 @@ Date:   Mon Apr 11 15:47:40 2011 -0400
     Rename hb_category_t to hb_unicode_general_category_t
 
  src/hb-glib.c                     |  2 +-
- src/hb-icu.c                      | 64
- ++++++++++++++++++-------------------
+ src/hb-icu.c                      | 64 ++++++++++++++++++-------------------
  src/hb-ot-shape-complex-arabic.cc |  8 ++---
  src/hb-ot-shape-private.hh        |  2 +-
  src/hb-ot-shape.cc                |  2 +-
  src/hb-unicode.c                  |  4 +--
- src/hb-unicode.h                  | 66
- +++++++++++++++++++--------------------
+ src/hb-unicode.h                  | 66 +++++++++++++++++++--------------------
  7 files changed, 74 insertions(+), 74 deletions(-)
 
 commit 4188096a7722f09ffa9319986c0286071da10a27
@@ -61542,7 +196343,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 11 14:58:28 2011 -0400
 
     Make HB_TAG_CHAR4 private
-
+    
     It's just sugar.
 
  src/hb-common.h   | 5 +----
@@ -61584,7 +196385,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 11 13:12:37 2011 -0400
 
     Rename HB_TAG_STR() to HB_TAG_CHAR4()
-
+    
     The problem with HB_TAG_STR() was that it expected a string of size 4
     exactly, and unlike hb_tag_from_string() it doesn't pad the tag with
     space characters.  So, the new name is more appropriate.
@@ -61600,7 +196401,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 11 12:46:49 2011 -0400
 
     Add an in-tree test suite
-
+    
     Uses the glib testing framework.  Wrote unit tests for hb-common.h
     types.
 
@@ -61608,8 +196409,7 @@ Date:   Mon Apr 11 12:46:49 2011 -0400
  test/Makefile.am   |  18 +++++++++
  test/Makefile.decl |  90 ++++++++++++++++++++++++++++++++++++++++++++
  test/hb-test.h     |  67 +++++++++++++++++++++++++++++++++
- test/test-types.c  | 108
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ test/test-types.c  | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  5 files changed, 284 insertions(+), 1 deletion(-)
 
 commit d77b76200efbaa0611691920f9f2018b1e8be340
@@ -61617,7 +196417,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 11 12:29:52 2011 -0400
 
     Add few more paratheses to the HB_TAG macro
-
+    
     Never hurts.
 
  src/hb-common.h | 2 +-
@@ -61637,12 +196437,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 11 11:49:08 2011 -0400
 
     Remove warning message from public header file
-
-    Since we now assert thos in hb-private.h, the int types cannot
-    be wrong.
+    
+    Since we now assert thos in hb-private.h, the int types cannot be wrong.
     (Except for when someone else includes hb-common.h in a very broken
     configuration, but that's not our problem!)
-
+    
     Plus, we don't use inline in the public headers, so remove that too.
 
  src/hb-common.h  | 7 -------
@@ -61682,7 +196481,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 6 14:04:56 2011 -0400
 
     Disable 'cswh' by default except for Arabic shaper
-
+    
     That better matches OpenType spec.  Note that we enable it for all
     Arabic-shaper scripts.  Ie. we enable it by default for Syriac too,
     but the SyriacOT spec does not require it.  I think this is a more
@@ -61697,7 +196496,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 4 15:36:51 2011 -0400
 
     [hb-view] setlocale (LC_ALL, "")
-
+    
     For now we don't use anything from the locale, but we should default
     to using $LANG, etc, if --language is not specified.  Right?
 
@@ -61709,13 +196508,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 4 14:50:09 2011 -0400
 
     [hb-view] Rewrite --features parsing, with range support
-
+    
     The --features parsing handles errors now.  More importantly, it
     allos limiting individual features to specific byte ranges.  The
     format is Python-esque.  Here is how it all works:
-
+    
       Syntax:       Value:  Start:  End:
-
+    
     Setting value:
       "kern"        1       0       ∞       # Turn feature on
       "+kern"       1       0       ∞       # Turn feature off
@@ -61723,7 +196522,7 @@ Date:   Mon Apr 4 14:50:09 2011 -0400
       "kern=0"      0       0       ∞       # Turn feature off
       "kern=1"      1       0       ∞       # Turn feature on
       "kern=2"      2       0       ∞       # Choose 2nd alternate
-
+    
     Setting index:
       "kern[]"      1       0       ∞       # Turn feature on
       "kern[:]"     1       0       ∞       # Turn feature on
@@ -61731,13 +196530,12 @@ Date:   Mon Apr 4 14:50:09 2011 -0400
       "kern[:5]"    1       0       5       # Turn feature on, partial
       "kern[3:5]"   1       3       5       # Turn feature on, range
       "kern[3]"     1       3       3+1     # Turn feature on, single char
-
+    
     Mixing it all:
-
+    
       "kern[3:5]=0" 1       3       5       # Turn feature off for range
 
- src/hb-view.c | 169
- +++++++++++++++++++++++++++++++++++++++++++++-------------
+ src/hb-view.c | 169 +++++++++++++++++++++++++++++++++++++++++++++-------------
  1 file changed, 132 insertions(+), 37 deletions(-)
 
 commit ccc6745afaa68ce7497a6cd02ce85986d3c863d0
@@ -61745,7 +196543,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 4 14:49:50 2011 -0400
 
     [hb-view] Use cached hb-ft face creation
-
+    
     Avoids recreating the face the second time we call draw().
 
  src/hb-view.c | 2 +-
@@ -61756,7 +196554,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Apr 4 14:45:28 2011 -0400
 
     [hb-view] Add --debug
-
+    
     Frees all allocated memory before exiting.  Useful for valgrind run.
 
  src/hb-view.c | 17 +++++++++++++++++
@@ -61767,16 +196565,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Apr 1 15:48:43 2011 -0400
 
     [hb-view] Support --features
-
+    
     Accepts values like:
-
+    
       --features="-mkmk,aalt=2,calt=1,+cswh"
-
+    
     A minus sign means "=0", a plus sign means "=1".  Default is "=1".
     A minus sign overrides an explicit value.
 
- src/hb-view.c | 70
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-view.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
  1 file changed, 68 insertions(+), 2 deletions(-)
 
 commit f48ff19b629070d13cee3c0eeeb06c98992f93c6
@@ -61793,16 +196590,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 16 17:36:32 2011 -0300
 
     Add script to/from ISO 15924 tag support
-
+    
     Also adds --script support to hb-view.
-
+    
     If a script tag is not known to us, we pass the ISO 15924 tag around.
     Right now, the OT layer ignores that, but we can fix it to blindly
     convert that to an OT script tag.
 
  src/hb-ot-tag.c  |   4 +
- src/hb-unicode.c | 273
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-unicode.c | 273 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-unicode.h |   8 +-
  src/hb-view.c    |  10 +-
  4 files changed, 293 insertions(+), 2 deletions(-)
@@ -61812,38 +196608,32 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Mar 16 14:53:32 2011 -0300
 
     Let hb_shape() guess script and direction...
-
+    
     - Rename HB_SCRIPT_INVALID_CODE to HB_SCRIPT_INVALID
-
+    
     - Add HB_DIRECTION_INVALID
-
+    
     - Make hb_script_get_horizontal_direction() public
-
+    
     - Make hb_shape() guess script from buffer text (first non-common
-      non-inherit script) if buffer script is set to HB_SCRIPT_INVALID
-      (this
+      non-inherit script) if buffer script is set to HB_SCRIPT_INVALID (this
       is NOT the default.)
-
-    - Make hb_shape() guess direction from buffer script if buffer
-    direction
+    
+    - Make hb_shape() guess direction from buffer script if buffer direction
     is set to HB_DIRECTION_INVALID (this is NOT the default.)
-
+    
     - Make hb-view.c set INVALID script and direction on the buffer.
-
-    The above changes are meant to make hb-view fairly useful for
-    uni-script
-    uni-direction text.  The guessing behavior however is NOT the
-    default of
-    hb_shape() and must be asked for explicitly.  This is intended,
-    because
+    
+    The above changes are meant to make hb-view fairly useful for uni-script
+    uni-direction text.  The guessing behavior however is NOT the default of
+    hb_shape() and must be asked for explicitly.  This is intended, because
     the guess is not a suitable substitute to full-fledged bidi and script
     segmentation.  It's just a testing tool.
 
  src/hb-common.h          |  3 ++-
  src/hb-icu.c             |  2 +-
  src/hb-ot-shape.cc       |  3 ++-
- src/hb-shape.cc          | 52
- ++++++++++++++++++++++++++++++++++++++++++------
+ src/hb-shape.cc          | 52 ++++++++++++++++++++++++++++++++++++++++++------
  src/hb-unicode-private.h |  4 ----
  src/hb-unicode.c         |  2 +-
  src/hb-unicode.h         |  8 +++++++-
@@ -61882,7 +196672,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 23 12:47:56 2011 -0500
 
     Default background color shall either be white or transparent
-
+    
     Definitely not black!
 
  src/hb-view.c | 2 +-
@@ -61893,13 +196683,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 22 18:06:19 2011 -0500
 
     Add initial hb-view tool
-
+    
     Currently doesn't handle script or direction.
 
  configure.ac    |  18 +++
  src/Makefile.am |  14 +++
- src/hb-view.c   | 342
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-view.c   | 342 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 374 insertions(+)
 
 commit 82438c6ad5f60b6afc75c48cef72e18bef532468
@@ -61907,7 +196696,7 @@ Author: Bradley Grainger <bgrainger@logos.com>
 Date:   Tue Feb 15 18:37:29 2011 -0500
 
     Fix #pragma message for MSVC.
-
+    
     __LOC__ was renamed to _HB__LOC__ in cd7555 but the corresponding
     change wasn't made in hb-private.h.
 
@@ -61928,7 +196717,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Jan 10 02:27:49 2011 -0500
 
     Don't use the m4/ dir
-
+    
     We just require people to have libtool, pkg-config, etc installed
     when running autogen.sh
 
@@ -61952,8 +196741,7 @@ Date:   Sun Jan 9 22:18:53 2011 -0500
     Bug 31174 - Update autotools configuration
 
  Makefile.am  |   2 +
- autogen.sh   | 188
- ++++-------------------------------------------------------
+ autogen.sh   | 188 ++++-------------------------------------------------------
  configure.ac |  22 +++++--
  3 files changed, 29 insertions(+), 183 deletions(-)
 
@@ -61962,7 +196750,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 6 14:58:52 2011 -0500
 
     Fix ChanContext backtrack matching with GPOS
-
+    
     Reported on mailing list by Keith Stribley and Khaled Hosny.
 
  src/hb-buffer-private.hh             | 5 +++--
@@ -61975,7 +196763,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jan 6 14:44:14 2011 -0500
 
     Remove unused realloc
-
+    
     We always allocate and grow str and pos together.
 
  src/hb-buffer.cc | 6 ------
@@ -61995,14 +196783,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 26 20:52:40 2010 -0500
 
     Remove Graphite backend
-
+    
     It was unmaintained and the code has to be replaced to use the new
     grphite-ng code base.
 
  configure.ac       |   6 --
  src/Makefile.am    |  14 ---
- src/hb-graphite.cc | 310
- -----------------------------------------------------
+ src/hb-graphite.cc | 310 -----------------------------------------------------
  src/hb-graphite.h  |  47 --------
  4 files changed, 377 deletions(-)
 
@@ -62012,8 +196799,7 @@ Date:   Wed Dec 22 01:39:29 2010 -0500
 
     Docs
 
- src/hb-unicode.h | 60
- ++++++++++++++++++++++++++++----------------------------
+ src/hb-unicode.h | 60 ++++++++++++++++++++++++++++----------------------------
  1 file changed, 30 insertions(+), 30 deletions(-)
 
 commit d86a5b3c5752abcc791724035ba4115958e6b5e2
@@ -62021,20 +196807,18 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Dec 21 18:36:25 2010 -0500
 
     Bug 32274 - classic mongolian shaper
-
+    
     Add support for classic Mongolian script to the Arabic shaper.
-
+    
     Still work to be done around U+180E MONGOLIAN VOWEL SEPARATOR as it
     should not be included in the final glyph stream the same way that
     ZWNJ, etc should not appear in the final glyph stream.
-
+    
     But the joining part should be done.
-
-    There remains the question of how should the U+18A9 MONGOLIAN
-    LETTER ALI
+    
+    There remains the question of how should the U+18A9 MONGOLIAN LETTER ALI
     GALI DAGALGA be handled as it has General Category NSM but a letter
-    nonetheless.  For now, our generic logic makes this a joining
-    T instead
+    nonetheless.  For now, our generic logic makes this a joining T instead
     of joining D as other Mongolian letters are.
 
  src/hb-ot-shape-complex-arabic.cc  | 8 ++++++++
@@ -62046,7 +196830,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Dec 21 14:19:32 2010 -0500
 
     Reroute Mandaic shaping through the Arabic shaper
-
+    
     We added Mandaic joining data to the Arabic shaper a while ago, but
     were not actually using the Arabic shaper for Mandaic.  Fixed.
 
@@ -62059,8 +196843,7 @@ Date:   Tue Dec 21 14:18:24 2010 -0500
 
     Annotate the Arabic joining table with block information
 
- src/gen-arabic-joining-table.py        | 93
- +++++++++++++++++++++-------------
+ src/gen-arabic-joining-table.py        | 93 +++++++++++++++++++++-------------
  src/hb-ot-shape-complex-arabic-table.h | 24 +++++++--
  2 files changed, 80 insertions(+), 37 deletions(-)
 
@@ -62105,7 +196888,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Dec 13 14:13:35 2010 -0500
 
     Mozilla Bug 618592 - freeze on typekit
-
+    
     Fix apply_lookup() for zero-input broken fonts.
 
  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
@@ -62126,10 +196909,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Dec 7 16:20:42 2010 -0500
 
     Fix arabic shaping of LTR text
-
+    
     We should ensure-direction before doing any complex work.  The only
-    exception is mirroring that needs to see the original / final
-    direction,
+    exception is mirroring that needs to see the original / final direction,
     not the native.  Handle that.
 
  src/hb-ot-shape.cc | 6 +++---
@@ -62139,9 +196921,8 @@ commit d1f1707adc03317760b0f75e04d0f3dd425e547f
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 30 00:57:15 2010 -0500
 
-    Bug 31965 - some GNU/Linux distributions lack icu.pc but have
-    icu-config
-
+    Bug 31965 - some GNU/Linux distributions lack icu.pc but have icu-config
+    
     Patch from suzuki toshiya.
 
  configure.ac | 10 +++++++++-
@@ -62152,7 +196933,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Nov 28 19:39:47 2010 -0500
 
     Adjust pyx files to reflect change from int to hb_var_int_t
-
+    
     Patch from Thomas Hunger.
 
  contrib/python/lib/harfbuzz.pyx | 7 +++++--
@@ -62164,8 +196945,7 @@ Date:   Mon Nov 22 11:30:32 2010 -0500
 
     Fix failing checks
 
- src/hb-ot-shape-complex-arabic-table.h | 37
- ++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-arabic-table.h | 37 ++++++++++++++++++++++++++++++++++
  1 file changed, 37 insertions(+)
 
 commit 9da26d6669e7f3b91ba37e71f6f8a6e2ea806688
@@ -62198,10 +196978,8 @@ Date:   Wed Nov 17 16:58:21 2010 -0500
     Move generated table to its own file
 
  src/Makefile.am                        |   1 +
- src/hb-ot-shape-complex-arabic-table.h | 619
- ++++++++++++++++++++++++++++++++
- src/hb-ot-shape-complex-arabic.cc      | 621
- +--------------------------------
+ src/hb-ot-shape-complex-arabic-table.h | 619 ++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-complex-arabic.cc      | 621 +--------------------------------
  3 files changed, 621 insertions(+), 620 deletions(-)
 
 commit 14d784116b08685425e4ddcb1c1f813dbe2b2986
@@ -62209,16 +196987,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 17 16:52:58 2010 -0500
 
     Update Arabic joining table to include Mandaic
-
-    Mandaic was added to Unicode 6.0, but the joining data was not
-    updated.
-    Draft ArabicShaping.txt from 6.1 includes the joining data for
-    Mandaic.
+    
+    Mandaic was added to Unicode 6.0, but the joining data was not updated.
+    Draft ArabicShaping.txt from 6.1 includes the joining data for Mandaic.
     Use that.
 
  src/gen-arabic-joining-table.py   |  45 ++++++++++----
- src/hb-ot-shape-complex-arabic.cc | 123
- ++++++++++++++++++++++++++++++++------
+ src/hb-ot-shape-complex-arabic.cc | 123 ++++++++++++++++++++++++++++++++------
  2 files changed, 137 insertions(+), 31 deletions(-)
 
 commit 43bf2f7f1ec427c431e2ee2fd1a9345e7d5c9718
@@ -62226,7 +197001,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 17 14:49:40 2010 -0500
 
     Add OpenType script tags for Unicode 5.2 and Unicode 6.0 scripts
-
+    
     Based on tags proposed by Microsoft for inclusion in OpenType.
 
  src/hb-ot-tag.c | 34 +++++++++++++++++-----------------
@@ -62249,7 +197024,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 17 14:25:44 2010 -0500
 
     Change HB_SCRIPT_MEITEI_MAYEK to HB_SCRIPT_MEETEI_MAYEK
-
+    
     The new name matches the Unicode name.  Reported by Jonathan Kew.
 
  src/hb-icu.c     | 2 +-
@@ -62301,7 +197076,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 3 15:50:36 2010 -0400
 
     More "unreached code" warning fixes
-
+    
     Ugly :(.
 
  src/hb-blob.c | 48 ++++++++++++++++++++++++------------------------
@@ -62332,8 +197107,7 @@ Date:   Wed Nov 3 15:28:56 2010 -0400
     Minor code shuffling
 
  src/hb-ot-layout-private.hh | 21 +++-------------
- src/hb-ot-layout.cc         | 61
- +++++++++++++++++++++++++++++++++------------
+ src/hb-ot-layout.cc         | 61 +++++++++++++++++++++++++++++++++------------
  2 files changed, 48 insertions(+), 34 deletions(-)
 
 commit 11e3ec444a85fc72541823c2e98cc92c4ceb19af
@@ -62344,8 +197118,7 @@ Date:   Wed Nov 3 15:11:04 2010 -0400
 
  src/hb-blob.c                        |  2 +-
  src/hb-object-private.h              | 12 +++---
- src/hb-open-type-private.hh          | 84
- +++++++++++++++++-------------------
+ src/hb-open-type-private.hh          | 84 +++++++++++++++++-------------------
  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
  src/hb-private.h                     |  3 +-
  5 files changed, 49 insertions(+), 54 deletions(-)
@@ -62397,10 +197170,8 @@ Date:   Wed Oct 27 22:48:31 2010 -0400
 
     Move code around
 
- src/hb-ot-layout-gpos-private.hh | 59
- ++++++++++++++++++++++++++++++++++++++++
- src/hb-ot-layout.cc              | 59
- ++--------------------------------------
+ src/hb-ot-layout-gpos-private.hh | 59 ++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout.cc              | 59 ++--------------------------------------
  src/hb-ot-layout.h               |  4 +--
  src/hb-ot-shape.cc               |  2 +-
  4 files changed, 63 insertions(+), 61 deletions(-)
@@ -62413,8 +197184,7 @@ Date:   Wed Oct 27 22:37:59 2010 -0400
 
  src/hb-ot-layout-gdef-private.hh | 21 +++++++++++++++
  src/hb-ot-layout-private.hh      | 27 ++++++++++++++++---
- src/hb-ot-layout.cc              | 56
- ++++++----------------------------------
+ src/hb-ot-layout.cc              | 56 ++++++----------------------------------
  3 files changed, 52 insertions(+), 52 deletions(-)
 
 commit 6334658fe79d6acfb46a2a147721b78f92510ebb
@@ -62437,8 +197207,7 @@ Date:   Wed Oct 27 22:07:49 2010 -0400
  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++-----
  src/hb-ot-layout-private.hh          |  4 ++--
- src/hb-ot-layout.cc                  | 36
- ++++++++++++++++++------------------
+ src/hb-ot-layout.cc                  | 36 ++++++++++++++++++------------------
  src/main.cc                          |  4 ++--
  7 files changed, 43 insertions(+), 39 deletions(-)
 
@@ -62446,8 +197215,7 @@ commit 98370e89d1bff248737b482d129c2a4deb8bfd95
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 27 17:39:01 2010 -0400
 
-    WIP removing external synthesized GDEF support and implementing
-    it internally
+    WIP removing external synthesized GDEF support and implementing it internally
 
  TODO                                 |   2 -
  src/hb-buffer-private.hh             |   4 -
@@ -62458,8 +197226,7 @@ Date:   Wed Oct 27 17:39:01 2010 -0400
  src/hb-ot-layout-gsub-private.hh     |  66 ++++++-----------
  src/hb-ot-layout-gsubgpos-private.hh |  29 +++++++-
  src/hb-ot-layout-private.hh          |  29 +++-----
- src/hb-ot-layout.cc                  | 138
- +++++------------------------------
+ src/hb-ot-layout.cc                  | 138 +++++------------------------------
  src/hb-ot-layout.h                   |  26 -------
  src/hb-ot-shape.cc                   |  10 +++
  12 files changed, 98 insertions(+), 227 deletions(-)
@@ -62510,8 +197277,7 @@ Date:   Wed Oct 27 16:57:01 2010 -0400
 
     Minor renaming
 
- src/hb-buffer-private.hh         | 41
- ++++++++++++++++++++--------------------
+ src/hb-buffer-private.hh         | 41 ++++++++++++++++++++--------------------
  src/hb-buffer.cc                 | 20 ++++++++++----------
  src/hb-ot-layout-gsub-private.hh |  8 ++++----
  src/hb-ot-shape.cc               |  6 +++---
@@ -62524,8 +197290,7 @@ Date:   Wed Oct 27 16:51:02 2010 -0400
     Move setting lig_id/component out of buffer and to the gsub code
 
  src/hb-buffer-private.hh         | 30 +++++++----------------
- src/hb-buffer.cc                 | 52
- +++++++---------------------------------
+ src/hb-buffer.cc                 | 52 +++++++---------------------------------
  src/hb-ot-layout-gsub-private.hh | 27 ++++++++++++---------
  3 files changed, 34 insertions(+), 75 deletions(-)
 
@@ -62534,7 +197299,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 27 16:25:28 2010 -0400
 
     Always allocate new ligature id
-
+    
     No practical point in reusing ligature ids.
 
  src/hb-ot-layout-gsub-private.hh | 5 +----
@@ -62563,13 +197328,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 27 14:42:15 2010 -0400
 
     Get rid of the OpenType-specific internal buffer representation
-
+    
     Add variant integers to buffer item types.  More cleanup coming.
 
  TODO                              |  2 --
  src/hb-buffer-private.hh          | 35 ++++++----------------
- src/hb-buffer.cc                  | 62
- +++++++++++++++++++--------------------
+ src/hb-buffer.cc                  | 62 +++++++++++++++++++--------------------
  src/hb-buffer.h                   |  2 +-
  src/hb-ot-layout-gpos-private.hh  | 24 +++++++--------
  src/hb-ot-layout-gsub-private.hh  |  2 +-
@@ -62602,12 +197366,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 27 14:09:27 2010 -0400
 
     Supposedly implement vertical support in GPOS
-
+    
     Not tested at all.
 
  src/hb-ot-layout-gpos-private.hh | 27 ++++++++++++++++++++-------
- src/hb-ot-layout.cc              | 39
- ++++++++++++++++++++++++---------------
+ src/hb-ot-layout.cc              | 39 ++++++++++++++++++++++++---------------
  2 files changed, 44 insertions(+), 22 deletions(-)
 
 commit 9624de5b496846cd89ee4f7b07d38029aca70ce1
@@ -62633,8 +197396,7 @@ commit e204674fe340a57c48a9fe7e1ed02a9a08f4aca4
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 27 12:32:02 2010 -0400
 
-    Rename hb_ot_layout_get_lig_carets() to
-    hb_ot_layout_get_ligature_carets()
+    Rename hb_ot_layout_get_lig_carets() to hb_ot_layout_get_ligature_carets()
 
  src/hb-ot-layout.cc | 14 +++++++-------
  src/hb-ot-layout.h  | 14 +++++++-------
@@ -62674,12 +197436,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 27 11:54:26 2010 -0400
 
     Rewrite Cursive joining to act more like other pair lookups
+    
+    Look forward for next character instead of joining to the last character.
 
-    Look forward for next character instead of joining to the last
-    character.
-
- src/hb-ot-layout-gpos-private.hh | 71
- ++++++++++++++++++----------------------
+ src/hb-ot-layout-gpos-private.hh | 71 ++++++++++++++++++----------------------
  src/hb-ot-layout-private.hh      | 10 ------
  2 files changed, 31 insertions(+), 50 deletions(-)
 
@@ -62688,11 +197448,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 27 11:09:48 2010 -0400
 
     Fix Cursive positioning
-
+    
     Test case: "مرا" rendered using IranNastaliq.
 
- src/hb-ot-layout-gpos-private.hh | 124
- +--------------------------------------
+ src/hb-ot-layout-gpos-private.hh | 124 +--------------------------------------
  1 file changed, 3 insertions(+), 121 deletions(-)
 
 commit aefdb64689aab19df76590a36c4a04052a8bffdb
@@ -62709,7 +197468,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 27 01:28:28 2010 -0400
 
     Remove obsolete TODO item
-
+    
     We don't cache any metrics internally, so the correct way to add more
     glyph metrics items is to add new callbacks for them.  We already have
     separeate callbacks for advance vs extents.
@@ -62731,14 +197490,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 27 01:13:56 2010 -0400
 
     Divide get_metrics into get_advance and get_extents
-
+    
     Graphite module not updated.
     Bump version to 0.3.
 
  configure.ac          |  2 +-
  src/hb-font-private.h |  3 +-
- src/hb-font.cc        | 96
- +++++++++++++++++++++++++++++++++++----------------
+ src/hb-font.cc        | 96 +++++++++++++++++++++++++++++++++++----------------
  src/hb-font.h         | 61 ++++++++++++++++++++------------
  src/hb-ft.c           | 72 +++++++++++++++++++++++---------------
  src/hb-ot-shape.cc    |  7 ++--
@@ -62758,7 +197516,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 13 18:33:16 2010 -0400
 
     Massage mask setting a bit more
-
+    
     Still finding the exact correct way the masks should be set.
 
  src/hb-buffer-private.hh | 19 ++++++++++++++++---
@@ -62780,11 +197538,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 13 15:54:06 2010 -0400
 
     Make sure boolean features always use value=1
-
-    Previously boolean features turned on the entire feature mask.
-    This is
-    wrong if feature is Alternate and user has provided values bigger
-    than one.
+    
+    Previously boolean features turned on the entire feature mask.  This is
+    wrong if feature is Alternate and user has provided values bigger than one.
     Though, I don't think other engines support such corner cases.
 
  src/hb-ot-map-private.hh          | 10 ++++++++--
@@ -62816,7 +197572,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 13 15:34:50 2010 -0400
 
     Fix applying default-value for features
-
+    
     Previously if a default global feature was overrided by a non-global
     user feature, we were not setting any default mask for the feature,
     essentially disabling the feature by default.  Fix that.
@@ -62849,11 +197605,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Oct 13 10:57:27 2010 -0400
 
     Cleanup TODO
-
+    
     Looks like a roadmap now.
 
- TODO | 72
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
+ TODO | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
  1 file changed, 59 insertions(+), 13 deletions(-)
 
 commit 3111b8a0d5b38da57c0f6285aec2b92eb690188f
@@ -62879,7 +197634,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 12 17:37:44 2010 -0400
 
     Fix Arabic shaper
-
+    
     It's tested now.  It works!
 
  src/hb-ot-shape-complex-arabic.cc | 7 ++++---
@@ -62890,12 +197645,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 12 17:23:54 2010 -0400
 
     Hookup Arabic shaper!
-
+    
     Not tested yet.
 
  src/hb-ot-shape-complex-arabic.cc  |  6 +++---
- src/hb-ot-shape-complex-private.hh | 37
- ++++++++++++++++++++++---------------
+ src/hb-ot-shape-complex-private.hh | 37 ++++++++++++++++++++++---------------
  src/hb-ot-shape-private.hh         | 14 +++++++++++++-
  src/hb-ot-shape.cc                 |  3 ++-
  4 files changed, 40 insertions(+), 20 deletions(-)
@@ -62935,7 +197689,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 12 16:57:47 2010 -0400
 
     Add hb_ot_shape_execute()
-
+    
     Not public yet.
 
  src/hb-ot-shape-private.hh |  5 ++---
@@ -62952,8 +197706,7 @@ Date:   Tue Oct 12 16:50:36 2010 -0400
  src/hb-ot-map-private.hh                           |  2 +-
  src/hb-ot-map.cc                                   |  2 +-
  ...ape-arabic.cc => hb-ot-shape-complex-arabic.cc} |  9 +++
- src/hb-ot-shape-complex-private.hh                 | 88
- ++++++++++++++++++++++
+ src/hb-ot-shape-complex-private.hh                 | 88 ++++++++++++++++++++++
  src/hb-ot-shape-private.hh                         | 12 +--
  src/hb-ot-shape.cc                                 |  8 +-
  7 files changed, 107 insertions(+), 17 deletions(-)
@@ -62963,9 +197716,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 12 16:19:29 2010 -0400
 
     Add hb_ot_shape_plan_t
-
-    This is the object that a separate plan/execute shaping API will
-    use in
+    
+    This is the object that a separate plan/execute shaping API will use in
     between the two stages.
 
  src/hb-ot-shape-private.hh | 12 ++++++++++--
@@ -62993,8 +197745,7 @@ Date:   Tue Oct 12 15:35:45 2010 -0400
  src/hb-ot-map-private.hh   | 32 +++++---------------------------
  src/hb-ot-map.cc           | 32 +++++++++++++++++++++++++++++---
  src/hb-ot-shape-private.hh | 16 ++++++++++++++--
- src/hb-ot-shape.cc         | 43
- ++++++++++++++++++++++++++++---------------
+ src/hb-ot-shape.cc         | 43 ++++++++++++++++++++++++++++---------------
  src/hb-ot-shape.h          | 10 +++++-----
  5 files changed, 81 insertions(+), 52 deletions(-)
 
@@ -63012,9 +197763,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 12 12:32:18 2010 -0400
 
     Fix infinite loop!
-
+    
     Untested code is indeed buggy code.
-
+    
     Mozilla bug #603352.
 
  src/hb-ot-tag.c | 6 ++----
@@ -63025,7 +197776,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 12 11:17:30 2010 -0400
 
     Fix missing negation in unreachable code!
-
+    
     Mozilla bug #603346
 
  src/hb-open-type-private.hh | 5 ++---
@@ -63064,14 +197815,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 8 20:20:32 2010 -0400
 
     Rename hb_mask_allocator_t to hb_ot_map_t
-
+    
     hb_ot_plan_t may be a better name, donno.
 
  src/hb-ot-map-private.hh   |  4 ++--
  src/hb-ot-map.cc           |  2 +-
  src/hb-ot-shape-private.hh |  4 ++--
- src/hb-ot-shape.cc         | 49
- +++++++++++++++++++++-------------------------
+ src/hb-ot-shape.cc         | 49 +++++++++++++++++++++-------------------------
  4 files changed, 27 insertions(+), 32 deletions(-)
 
 commit f5dd3be46b5c77a2c5b97b82a0b67ac9e851b898
@@ -63092,8 +197842,7 @@ Date:   Fri Oct 8 20:14:57 2010 -0400
 
  src/Makefile.am          |   1 +
  src/hb-ot-map-private.hh | 129 +-----------------------------------
- src/hb-ot-map.cc         | 165
- +++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-map.cc         | 165 +++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 168 insertions(+), 127 deletions(-)
 
 commit ecc4550ed7bc900a61081edfbcd0ad09cbf29b36
@@ -63112,8 +197861,7 @@ Date:   Fri Oct 8 19:43:48 2010 -0400
     Minor cleanup
 
  src/hb-open-type-private.hh |  8 ++----
- src/hb-ot-map-private.hh    | 61
- +++++++++++++--------------------------------
+ src/hb-ot-map-private.hh    | 61 +++++++++++++--------------------------------
  src/hb-ot-tag.c             | 11 ++++----
  src/hb-private.h            |  4 +++
  4 files changed, 28 insertions(+), 56 deletions(-)
@@ -63126,8 +197874,7 @@ Date:   Fri Oct 8 19:18:40 2010 -0400
 
  src/Makefile.am            |  1 +
  src/hb-ot-shape-arabic.cc  |  2 +-
- src/hb-ot-shape-private.hh | 60
- ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-private.hh | 60 ++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 62 insertions(+), 1 deletion(-)
 
 commit 4924affe0f0adf75f2a0e2137a71206b0576d63f
@@ -63137,8 +197884,7 @@ Date:   Fri Oct 8 19:18:16 2010 -0400
     Add hb-ot-map-private.hh
 
  src/Makefile.am          |   1 +
- src/hb-ot-map-private.hh | 307
- +++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-map-private.hh | 307 +++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-shape.cc       | 274 ++----------------------------------------
  3 files changed, 315 insertions(+), 267 deletions(-)
 
@@ -63156,11 +197902,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Oct 8 18:41:57 2010 -0400
 
     Flip the OT bit-allocation vs gsub/gpos inside-out
-
+    
     We now build our entire attack plan before jumping in.
 
- src/hb-ot-shape.cc | 333
- ++++++++++++++++++++++++++++-------------------------
+ src/hb-ot-shape.cc | 333 ++++++++++++++++++++++++++++-------------------------
  1 file changed, 176 insertions(+), 157 deletions(-)
 
 commit e89b7d2a61b7f58e6c7cec00d5ce2246dee1e8a1
@@ -63205,8 +197950,7 @@ Date:   Thu Oct 7 21:12:46 2010 -0400
 
     Simplify compiling lookups
 
- src/hb-ot-shape.cc | 66
- ++++++++++++++++++++++--------------------------------
+ src/hb-ot-shape.cc | 66 ++++++++++++++++++++++--------------------------------
  1 file changed, 27 insertions(+), 39 deletions(-)
 
 commit 476c94218b4f5b8e119e82b0e10b641e0c10bf56
@@ -63261,8 +198005,7 @@ Date:   Tue Oct 5 23:00:05 2010 -0400
     Add internal hb_ot_shape_context_t
 
  src/hb-ot-shape-arabic.cc |  26 ++---
- src/hb-ot-shape.cc        | 237
- +++++++++++++++++++---------------------------
+ src/hb-ot-shape.cc        | 237 +++++++++++++++++++---------------------------
  2 files changed, 108 insertions(+), 155 deletions(-)
 
 commit 3eb936f1539475098f39be78654b9c39b86f0799
@@ -63270,13 +198013,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Oct 5 18:36:58 2010 -0400
 
     Add Arabic/Syriac/N'ko shaping logic
-
+    
     Not hooked up just yet.
 
  src/Makefile.am                 |   9 +
  src/gen-arabic-joining-table.py |  39 +++
- src/hb-ot-shape-arabic.cc       | 716
- ++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-arabic.cc       | 716 ++++++++++++++++++++++++++++++++++++++++
  3 files changed, 764 insertions(+)
 
 commit 0109816b50064a314389333ff64aaf22cb4b1e56
@@ -63322,7 +198064,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 4 17:01:01 2010 -0400
 
     Add is_mutable() functions
-
+    
     Correspond to the make_mutable() ones.
 
  src/hb-font.cc   | 6 ++++++
@@ -63336,13 +198078,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Oct 4 16:45:21 2010 -0400
 
     Add getters for all setter APIs
-
+    
     One in particular is not a straight getter: hb_font_unset_funcs() is
     special because of the specific needs of the lifecycle management of
     the user_data object.
 
- src/hb-font.cc   | 64
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-font.cc   | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-font.h    | 40 +++++++++++++++++++++++++++++++++++
  src/hb-unicode.c | 32 ++++++++++++++++++++++++++++
  src/hb-unicode.h | 31 ++++++++++++++++++++++++++-
@@ -63384,7 +198125,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Sep 29 12:20:36 2010 -0400
 
     Don't zero glyph advances in MarkToBase and similar lookups
-
+    
     See email thread "Should MarkToBase attachment zero the mark advance?"
     started by Jonathan Kew on 23 August 2010 for details.
 
@@ -63405,7 +198146,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Sep 28 16:23:58 2010 -0400
 
     Improve cmp function parameter namings and casts
-
+    
     No semantic change.
 
  src/hb-open-type-private.hh        | 6 +++---
@@ -63445,7 +198186,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Sep 23 10:27:08 2010 -0400
 
     Remove unimplemented method hb_font_get_funcs()
-
+    
     Got to add a suitable replacement.
 
  src/hb-font.h | 3 ---
@@ -63458,8 +198199,7 @@ Date:   Wed Sep 22 17:42:59 2010 -0400
     Add test.c using public API
 
  src/Makefile.am |  6 +++-
- src/test.c      | 94
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/test.c      | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 99 insertions(+), 1 deletion(-)
 
 commit 9ea7368fce3fa373d8d2925961ad211f5cf6ce70
@@ -63503,7 +198243,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 16 14:36:27 2010 -0400
 
     Fix NULL dereference
-
+    
     Reported by Jonathan Kew.  Face table handling needs to be redone
     anyway, but fix this for now.
 
@@ -63515,7 +198255,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Aug 13 14:10:02 2010 -0400
 
     [GPOS] Fix div-by-zero
-
+    
     Patch by Jonathan Kew.  Mozilla bug #465728.
 
  src/hb-ot-layout-gpos-private.hh | 2 +-
@@ -63558,8 +198298,7 @@ Date:   Fri Jul 23 17:22:11 2010 -0400
  src/hb-buffer.cc                 | 12 ++++++------
  src/hb-ot-layout-gpos-private.hh |  2 +-
  src/hb-ot-layout.cc              |  2 +-
- src/hb-ot-shape.cc               | 41
- ++++++++++++++++------------------------
+ src/hb-ot-shape.cc               | 41 ++++++++++++++++------------------------
  5 files changed, 30 insertions(+), 36 deletions(-)
 
 commit da6cff3864d2ef4a061a29e5918359bafcd51f4c
@@ -63632,7 +198371,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 23 15:00:13 2010 -0400
 
     De-C++ where possible
-
+    
     Helps with avoiding many "extern C" declarations in source files.
 
  src/Makefile.am                               | 4 ++--
@@ -63661,8 +198400,7 @@ Date:   Fri Jul 23 14:54:22 2010 -0400
 
     dos2unix
 
- src/hb-ot-head-private.hh | 256
- +++++++++++++++++++++++-----------------------
+ src/hb-ot-head-private.hh | 256 +++++++++++++++++++++++-----------------------
  1 file changed, 128 insertions(+), 128 deletions(-)
 
 commit 81408cd51ce575891e79e6483be187130f864c28
@@ -63670,9 +198408,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Jul 23 14:46:57 2010 -0400
 
     Don't use "operator ="
-
-    Some compilers don't like operator = defined on members of union
-    members
+    
+    Some compilers don't like operator = defined on members of union members
     either.  Reported by Ginn Chen for Sun Studio compilers.
 
  src/hb-open-type-private.hh | 6 +++---
@@ -63710,7 +198447,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Jul 21 16:37:01 2010 -0400
 
     Mozilla bug 580233 - check for zero-length record in hb sanitizer.
-
+    
     Patch / report by Jonathan Kew.
 
  src/hb-open-type-private.hh | 2 +-
@@ -63730,8 +198467,7 @@ commit fd56ae49637b978ea3b36fab5b48f1a3cc99e90e
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jul 8 00:53:40 2010 -0400
 
-    Don't bother sorting, it's a safe font error if the array is not
-    sorted
+    Don't bother sorting, it's a safe font error if the array is not sorted
 
  src/hb-open-type-private.hh        | 29 -----------------------------
  src/hb-ot-layout-common-private.hh |  7 -------
@@ -63744,8 +198480,7 @@ Date:   Thu Jul 8 00:40:04 2010 -0400
     Use bsearch where applicable
 
  src/hb-open-type-private.hh        |  49 +++++++++++++
- src/hb-ot-layout-common-private.hh | 145
- +++++++++++++------------------------
+ src/hb-ot-layout-common-private.hh | 145 +++++++++++++------------------------
  2 files changed, 100 insertions(+), 94 deletions(-)
 
 commit 2f418f5709b2b8b3ef2f6056b9d8c13b66f0b74a
@@ -63795,7 +198530,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Jun 3 11:37:51 2010 -0400
 
     Followup fix for variation-selectors
-
+    
     Patch from Jonathan Kew
 
  src/hb-ot-shape.cc | 3 ++-
@@ -63861,8 +198596,7 @@ Date:   Fri May 28 20:21:47 2010 -0400
 
     Towards a mask allocator
 
- src/hb-ot-shape.cc | 291
- ++++++++++++++++++++++++++++++++++-------------------
+ src/hb-ot-shape.cc | 291 ++++++++++++++++++++++++++++++++++-------------------
  1 file changed, 186 insertions(+), 105 deletions(-)
 
 commit 81c5e8724b740c6e42ed3a45e0574c7c5f3ad8e6
@@ -63870,13 +198604,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 28 18:31:16 2010 -0400
 
     Allow disabling default features
-
+    
     Patch from Jonathan Kew
 
  src/hb-buffer-private.hh |  18 +++--
  src/hb-buffer.cc         |  15 ++--
- src/hb-ot-shape.cc       | 196
- ++++++++++++++++++++++++++++++++---------------
+ src/hb-ot-shape.cc       | 196 ++++++++++++++++++++++++++++++++---------------
  3 files changed, 153 insertions(+), 76 deletions(-)
 
 commit 2163afbf35044f59dbf449254e65b8c9feb6cdeb
@@ -63905,10 +198638,8 @@ Date:   Thu May 27 10:09:04 2010 +0100
 
  contrib/python/README             |  10 ++++
  contrib/python/lib/fontconfig.pyx |  47 +++++++++++++++++
- contrib/python/lib/harfbuzz.pyx   | 104
- ++------------------------------------
- contrib/python/scripts/hbtestfont | 103
- +++++++++++++++++++++++++++++++++----
+ contrib/python/lib/harfbuzz.pyx   | 104 ++------------------------------------
+ contrib/python/scripts/hbtestfont | 103 +++++++++++++++++++++++++++++++++----
  contrib/python/setup.py           |   3 +-
  src/hb-graphite.cc                |   8 +--
  6 files changed, 159 insertions(+), 116 deletions(-)
@@ -63936,17 +198667,14 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 26 10:48:10 2010 -0400
 
     Revert "Merge remote branch 'martin/master'"
-
-    This reverts commit 80af2812fb3b231ddcb4608ec13c6038a681c818,
-    reversing
+    
+    This reverts commit 80af2812fb3b231ddcb4608ec13c6038a681c818, reversing
     changes made to c442672ec2fb83ed41f3994b3aa4f92a097664ab.
 
  contrib/python/README             |  10 ----
  contrib/python/lib/fontconfig.pyx |  47 -----------------
- contrib/python/lib/harfbuzz.pyx   | 104
- ++++++++++++++++++++++++++++++++++++--
- contrib/python/scripts/hbtestfont |  98
- ++++-------------------------------
+ contrib/python/lib/harfbuzz.pyx   | 104 ++++++++++++++++++++++++++++++++++++--
+ contrib/python/scripts/hbtestfont |  98 ++++-------------------------------
  contrib/python/setup.py           |   3 +-
  src/Makefile.am                   |   2 +-
  src/hb-graphite.cc                |   8 +--
@@ -63957,7 +198685,7 @@ Date:   Wed May 26 10:48:10 2010 -0400
  11 files changed, 119 insertions(+), 160 deletions(-)
 
 commit 80af2812fb3b231ddcb4608ec13c6038a681c818
-Merge: c442672e 3109a86a
+Merge: c442672ec 3109a86ad
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 24 18:14:24 2010 +0100
 
@@ -63988,7 +198716,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 24 17:50:19 2010 +0100
 
     Make sure we initialize all callbacks upon creation
-
+    
     Also fixes issue with unicode callbacks never being set really.
 
  src/hb-font.cc   | 18 +++++++-----------
@@ -64012,10 +198740,7 @@ commit 3109a86add936ae4cc77541fc026c4fe2db4e328
 Author: Martin Hosken <martin_hosken@sil.org>
 Date:   Mon May 24 13:25:37 2010 +0100
 
-    hb-graphite now no longer has -ve advances within clusters. Fix
-    infinite loop in tag_to_script(). python fixed to use tag_to_script
-    and allow hbtestfont to be passed font files, where fontconfig knows
-    about them.
+    hb-graphite now no longer has -ve advances within clusters. Fix infinite loop in tag_to_script(). python fixed to use tag_to_script and allow hbtestfont to be passed font files, where fontconfig knows about them.
 
  contrib/python/lib/harfbuzz.pyx   | 4 ++--
  contrib/python/scripts/hbtestfont | 6 +++++-
@@ -64030,8 +198755,7 @@ Date:   Sat May 22 20:19:00 2010 +0100
     Tidy up hbtestfont and add README
 
  contrib/python/README             |  10 +++
- contrib/python/scripts/hbtestfont | 134
- +++++++++++++++++++-------------------
+ contrib/python/scripts/hbtestfont | 134 +++++++++++++++++++-------------------
  2 files changed, 77 insertions(+), 67 deletions(-)
 
 commit 70ae332fe66510500d303b6fcc79537833b42f05
@@ -64041,13 +198765,12 @@ Date:   Sat May 22 19:58:00 2010 +0100
     Add fontconfig to hbtestfont
 
  contrib/python/lib/fontconfig.pyx | 47 ++++++++++++++++++++++++++++
- contrib/python/scripts/hbtestfont | 64
- ++++++++++++++++++++++++---------------
+ contrib/python/scripts/hbtestfont | 64 ++++++++++++++++++++++++---------------
  contrib/python/setup.py           |  3 +-
  3 files changed, 88 insertions(+), 26 deletions(-)
 
 commit 72631c9d06b131d82080f212908e7d0b0266b841
-Merge: 1432ab15 1094a294
+Merge: 1432ab15c 1094a294f
 Author: Martin Hosken <martin_hosken@sil.org>
 Date:   Sat May 22 09:38:02 2010 +0100
 
@@ -64059,8 +198782,7 @@ Date:   Sat May 22 00:56:40 2010 +0100
 
     Add graphical output to hbtestfont
 
- contrib/python/lib/harfbuzz.pyx   | 100
- +-------------------------------------
+ contrib/python/lib/harfbuzz.pyx   | 100 +-------------------------------------
  contrib/python/scripts/hbtestfont |  62 ++++++++++++++++++++++-
  src/Makefile.am                   |   2 +-
  src/hb-ot-shape.cc                |   2 +-
@@ -64110,8 +198832,7 @@ Date:   Fri May 21 17:53:10 2010 +0100
 
     Add ltra, ltrm, and rtla features
 
- src/hb-ot-shape.cc | 60
- +++++++++++++++++++++++++++++++++++++++++++-----------
+ src/hb-ot-shape.cc | 60 +++++++++++++++++++++++++++++++++++++++++++-----------
  1 file changed, 48 insertions(+), 12 deletions(-)
 
 commit 1ce7b87c4d8d1ab3ec1d5198351d71b7199f7c64
@@ -64122,8 +198843,7 @@ Date:   Fri May 21 17:31:45 2010 +0100
 
  src/hb-buffer-private.hh | 16 +++++++++++++
  src/hb-buffer.cc         | 36 +++++++++++++++++++++++++++++
- src/hb-ot-shape.cc       | 60
- +++++++++++++++++++++---------------------------
+ src/hb-ot-shape.cc       | 60 +++++++++++++++++++++---------------------------
  3 files changed, 78 insertions(+), 34 deletions(-)
 
 commit dd22a8f7bfd424a69286e90f79d2a23af6e89ec1
@@ -64197,10 +198917,8 @@ Date:   Fri May 21 14:34:23 2010 +0100
     Move main shaper code into hb_ot_shape()
 
  src/hb-ot-shape-private.hh |  53 -----------
- src/hb-ot-shape.cc         | 225
- ++++++++++++++++++++++++++++++++++++++++++---
- src/hb-shape.cc            | 209
- +----------------------------------------
+ src/hb-ot-shape.cc         | 225 ++++++++++++++++++++++++++++++++++++++++++---
+ src/hb-shape.cc            | 209 +----------------------------------------
  3 files changed, 214 insertions(+), 273 deletions(-)
 
 commit 7acd232d36c2b2ed03823e6aa6bb2b814bf673b3
@@ -64229,8 +198947,7 @@ Date:   Fri May 21 14:02:20 2010 +0100
 
  configure.ac       |   6 ++
  src/Makefile.am    |  11 ++
- src/hb-graphite.cc | 308
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-graphite.cc | 308 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-graphite.h  |  46 ++++++++
  src/hb-shape.cc    |  15 +++
  5 files changed, 386 insertions(+)
@@ -64241,8 +198958,7 @@ Date:   Fri May 21 13:51:29 2010 +0100
 
     Update the Python module
 
- contrib/python/lib/harfbuzz.pyx | 40
- +++++++++++++++++++++-------------------
+ contrib/python/lib/harfbuzz.pyx | 40 +++++++++++++++++++++-------------------
  1 file changed, 21 insertions(+), 19 deletions(-)
 
 commit 83f34677bcbc6bb194940407b0fcb23575650e3d
@@ -64270,7 +198986,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 21 13:32:38 2010 +0100
 
     Speed up feature mask setting
-
+    
     Patch from Jonathan Kew.
 
  src/hb-ot-shape.cc | 31 +++++++++++++++++++++++++------
@@ -64313,8 +199029,7 @@ Date:   Fri May 21 10:33:23 2010 +0100
 
     Add Python wrapper from Martin Hosken
 
- contrib/python/lib/harfbuzz.pyx   | 306
- ++++++++++++++++++++++++++++++++++++++
+ contrib/python/lib/harfbuzz.pyx   | 306 ++++++++++++++++++++++++++++++++++++++
  contrib/python/runpy              |   2 +
  contrib/python/scripts/hbtestfont |  35 +++++
  contrib/python/setup.py           |  24 +++
@@ -64375,7 +199090,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 20 17:26:35 2010 +0100
 
     Do alternate glyph selection!
-
+    
     Kinda hand-wavy right now.  Not tested.
 
  src/hb-ot-layout-gpos-private.hh     | 12 +++++++-----
@@ -64398,9 +199113,8 @@ commit 99d9ef785f108df76f80a307eaa2784685ea86ba
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 20 15:47:49 2010 +0100
 
-    Write hb_face_create_for_data() in terms of
-    hb_face_create_for_tables()
-
+    Write hb_face_create_for_data() in terms of hb_face_create_for_tables()
+    
     Fixes lack of head_table initialization in create_for_tables() also.
 
  src/hb-font.cc | 35 ++++++++++++-----------------------
@@ -64438,7 +199152,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 20 14:05:02 2010 +0100
 
     Update always-apply mask from 0xFFFF to 1
-
+    
     We plan to use the first bit to be always on.
 
  src/hb-ot-shape.cc | 4 ++--
@@ -64449,11 +199163,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 20 14:00:57 2010 +0100
 
     Invert the mask logic
-
+    
     Before, the mask in the buffer was inverted.  That is, a 0 bit meant
     feature should be applied and 1 meant not applied, whereas in the
     lookups, the logic was positive.
-
+    
     Now both are in sync.  When calling hb_buffer_add_glyph() manually,
     the mask should be 1 instead of 0.
 
@@ -64467,7 +199181,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 20 13:40:18 2010 +0100
 
     Apply user features
-
+    
     No ranges yet
 
  src/hb-ot-shape.cc | 8 ++++++++
@@ -64487,14 +199201,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 19 15:45:06 2010 -0400
 
     Fix scale issues
-
+    
     hb_font_set_scale() now sets the value to be used to represent a unit
-    pixel.  For example, if rendering a 10px font with a 26.6
-    representation,
-    you would set scale to (10 << 6).  For 10px in 16.16 you would set
-    it to
-    (10 << 16).  This space should be the same space that the
-    get_glyph_metrics
+    pixel.  For example, if rendering a 10px font with a 26.6 representation,
+    you would set scale to (10 << 6).  For 10px in 16.16 you would set it to
+    (10 << 16).  This space should be the same space that the get_glyph_metrics
     and get_kerning callbacks work in.
 
  src/hb-common.h                  |  1 -
@@ -64503,8 +199214,7 @@ Date:   Wed May 19 15:45:06 2010 -0400
  src/hb-font.h                    | 12 +++---------
  src/hb-ft.cc                     |  4 ++--
  src/hb-ot-layout-gdef-private.hh |  6 +++---
- src/hb-ot-layout-gpos-private.hh | 37
- +++++++++++++++++--------------------
+ src/hb-ot-layout-gpos-private.hh | 37 +++++++++++++++++--------------------
  src/hb-ot-layout-gsub-private.hh |  2 +-
  src/hb-ot-layout-private.hh      | 20 +++++++++++---------
  src/hb-ot-layout.cc              | 31 +++++++++++++++----------------
@@ -64521,8 +199231,7 @@ Date:   Wed May 19 12:03:35 2010 -0400
  src/hb-font-private.hh      |   5 ++
  src/hb-font.cc              |   9 ++++
  src/hb-open-type-private.hh |   2 +-
- src/hb-ot-head-private.hh   | 128
- ++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-head-private.hh   | 128 ++++++++++++++++++++++++++++++++++++++++++++
  5 files changed, 144 insertions(+), 1 deletion(-)
 
 commit e29caf3f943b2b6f4997f469f7274252c82f465e
@@ -64540,8 +199249,7 @@ Date:   Mon May 17 15:14:14 2010 -0400
 
     Minor
 
- src/hb-ot-layout.cc | 52
- +++++++++++++++++++++++++++-------------------------
+ src/hb-ot-layout.cc | 52 +++++++++++++++++++++++++++-------------------------
  1 file changed, 27 insertions(+), 25 deletions(-)
 
 commit 73af7756dc6d3961f176854246e5722baff101fb
@@ -64559,8 +199267,7 @@ Date:   Fri May 14 23:28:44 2010 -0400
 
     Add an inline version of hb_buffer_ensure()
 
- src/hb-buffer.cc | 117
- ++++++++++++++++++++++++++++++-------------------------
+ src/hb-buffer.cc | 117 ++++++++++++++++++++++++++++++-------------------------
  1 file changed, 63 insertions(+), 54 deletions(-)
 
 commit a6a79df5fe2ed2cd307e7a991346faee164e70d9
@@ -64570,8 +199277,7 @@ Date:   Fri May 14 23:20:16 2010 -0400
     Handle malloc failture in the buffer
 
  src/hb-buffer-private.hh |  5 ++--
- src/hb-buffer.cc         | 71
- +++++++++++++++++++++++++++++-------------------
+ src/hb-buffer.cc         | 71 +++++++++++++++++++++++++++++-------------------
  src/hb-buffer.h          |  2 +-
  3 files changed, 47 insertions(+), 31 deletions(-)
 
@@ -64581,8 +199287,7 @@ Date:   Fri May 14 22:25:42 2010 -0400
 
     Minor
 
- src/hb-shape.cc | 60
- +++++++++++++++++++++++++--------------------------------
+ src/hb-shape.cc | 60 +++++++++++++++++++++++++--------------------------------
  1 file changed, 26 insertions(+), 34 deletions(-)
 
 commit 910a33fe8457a8e13f7eb77fc92fa59c31f5e8fd
@@ -64603,8 +199308,7 @@ Date:   Fri May 14 22:10:39 2010 -0400
 
  src/hb-buffer-private.hh             |  2 +-
  src/hb-buffer.cc                     | 52 ++++++++++----------
- src/hb-ot-layout-gpos-private.hh     | 94
- ++++++++++++++++++------------------
+ src/hb-ot-layout-gpos-private.hh     | 94 ++++++++++++++++++------------------
  src/hb-ot-layout-gsub-private.hh     | 48 +++++++++---------
  src/hb-ot-layout-gsubgpos-private.hh | 46 +++++++++---------
  src/hb-shape.cc                      | 40 +++++++--------
@@ -64614,12 +199318,10 @@ commit 29427c5c51ac70aca53ed523fa5ddb3de4355fb0
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 14 22:08:22 2010 -0400
 
-    Shortening buffer accessors: rename buffer->out_length to
-    buffer->out_len
+    Shortening buffer accessors: rename buffer->out_length to buffer->out_len
 
  src/hb-buffer-private.hh             |  2 +-
- src/hb-buffer.cc                     | 52
- ++++++++++++++++++------------------
+ src/hb-buffer.cc                     | 52 ++++++++++++++++++------------------
  src/hb-ot-layout-gsub-private.hh     |  2 +-
  src/hb-ot-layout-gsubgpos-private.hh |  6 ++---
  4 files changed, 31 insertions(+), 31 deletions(-)
@@ -64654,12 +199356,10 @@ commit 9d5e26df0877aa5b187764ba09bd7bf221e92968
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 14 22:03:11 2010 -0400
 
-    Shortening buffer accessors: rename buffer->out_string to
-    buffer->out_info
+    Shortening buffer accessors: rename buffer->out_string to buffer->out_info
 
  src/hb-buffer-private.hh             |  2 +-
- src/hb-buffer.cc                     | 56
- ++++++++++++++++++------------------
+ src/hb-buffer.cc                     | 56 ++++++++++++++++++------------------
  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
  3 files changed, 31 insertions(+), 31 deletions(-)
 
@@ -64670,8 +199370,7 @@ Date:   Fri May 14 22:02:37 2010 -0400
     Shortening buffer accessors: rename buffer->in_string to buffer->info
 
  src/hb-buffer-private.hh             |  2 +-
- src/hb-buffer.cc                     | 82
- ++++++++++++++++++------------------
+ src/hb-buffer.cc                     | 82 ++++++++++++++++++------------------
  src/hb-ot-layout-gpos-private.hh     | 58 ++++++++++++-------------
  src/hb-ot-layout-gsub-private.hh     | 30 ++++++-------
  src/hb-ot-layout-gsubgpos-private.hh | 26 ++++++------
@@ -64685,8 +199384,7 @@ Date:   Fri May 14 21:58:22 2010 -0400
     Merge buffer->out_pos and buffer->out_length
 
  src/hb-buffer-private.hh             |  1 -
- src/hb-buffer.cc                     | 48
- +++++++++++++++---------------------
+ src/hb-buffer.cc                     | 48 +++++++++++++++---------------------
  src/hb-ot-layout-gsub-private.hh     |  2 +-
  src/hb-ot-layout-gsubgpos-private.hh |  6 ++---
  4 files changed, 24 insertions(+), 33 deletions(-)
@@ -64823,8 +199521,7 @@ Date:   Fri May 14 19:55:27 2010 -0400
     Remove POSITION() and CURPOSITION() macros
 
  src/hb-buffer-private.hh         |  2 --
- src/hb-ot-layout-gpos-private.hh | 54
- ++++++++++++++++++++--------------------
+ src/hb-ot-layout-gpos-private.hh | 54 ++++++++++++++++++++--------------------
  src/hb-shape.cc                  | 10 ++++----
  3 files changed, 32 insertions(+), 34 deletions(-)
 
@@ -64838,8 +199535,7 @@ Date:   Thu May 13 14:18:49 2010 -0400
  src/hb-open-type-private.hh          | 100 ++++----
  src/hb-ot-layout-common-private.hh   |  84 +++----
  src/hb-ot-layout-gdef-private.hh     |  98 ++++----
- src/hb-ot-layout-gpos-private.hh     | 460
- +++++++++++++++++------------------
+ src/hb-ot-layout-gpos-private.hh     | 460 +++++++++++++++++------------------
  src/hb-ot-layout-gsub-private.hh     | 306 +++++++++++------------
  src/hb-ot-layout-gsubgpos-private.hh | 258 ++++++++++----------
  src/hb-ot-layout.cc                  |  24 +-
@@ -64887,7 +199583,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 12 23:46:16 2010 -0400
 
     Make HB_PRIVATE more useful
-
+    
     So we can apply it to class methods also.  Not sure if that works!
 
  src/hb-blob-private.h    | 2 +-
@@ -64914,8 +199610,7 @@ Date:   Wed May 12 23:34:52 2010 -0400
 
     Add buffer->swap()
 
- src/hb-buffer-private.hh         | 68
- ++++++++++++++++++++++------------------
+ src/hb-buffer-private.hh         | 68 ++++++++++++++++++++++------------------
  src/hb-ot-layout-gsub-private.hh |  2 +-
  2 files changed, 38 insertions(+), 32 deletions(-)
 
@@ -64955,7 +199650,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 12 18:29:25 2010 -0400
 
     Use bit tricks for HB_DIRECTION_IS_*
-
+    
     We already depend on the exact values of the direction enum
     in HB_DIRECTION_REVERSE(), so we may as well use that.
 
@@ -64967,14 +199662,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 12 18:23:21 2010 -0400
 
     Rename a few files to be C++ sources
-
+    
     In anticipation for buffer revamp coming.
 
- src/Makefile.am                                         | 16
- ++++++++--------
+ src/Makefile.am                                         | 16 ++++++++--------
  src/{hb-buffer-private.h => hb-buffer-private.hh}       |  2 +-
- src/{hb-buffer.c => hb-buffer.cc}                       | 14
- +++++++-------
+ src/{hb-buffer.c => hb-buffer.cc}                       | 14 +++++++-------
  src/hb-common.h                                         |  1 +
  src/{hb-font-private.h => hb-font-private.hh}           |  2 +-
  src/hb-font.cc                                          |  4 ++--
@@ -65013,8 +199706,7 @@ Date:   Tue May 11 00:23:50 2010 -0400
 
     Simplify PairSet
 
- src/hb-ot-layout-gpos-private.hh | 101
- +++++++++++++++++++++------------------
+ src/hb-ot-layout-gpos-private.hh | 101 +++++++++++++++++++++------------------
  1 file changed, 54 insertions(+), 47 deletions(-)
 
 commit 97e7f8f305c47caf2968a9da3b8407825547286d
@@ -65031,7 +199723,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 10 23:50:07 2010 -0400
 
     Simplify likely() implementation
-
+    
     Shrinks .text by 1%!
 
  src/hb-private.h | 10 +---------
@@ -65051,7 +199743,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 10 23:27:54 2010 -0400
 
     Sprinkle a few strategic likely()'s
-
+    
     Shrinks the code size by some 2% even.
 
  src/hb-open-file-private.hh |  4 ++--
@@ -65114,7 +199806,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 10 21:39:24 2010 -0400
 
     Fix awful confusion between lookup format and subtable format
-
+    
     As reported by John Daggett.
 
  src/hb-ot-layout-gpos-private.hh | 14 +++++++-------
@@ -65169,8 +199861,7 @@ Date:   Mon May 10 19:45:41 2010 -0400
  src/hb-open-file-private.hh          |  24 +++----
  src/hb-ot-layout-common-private.hh   |  24 +++----
  src/hb-ot-layout-gdef-private.hh     |  24 +++----
- src/hb-ot-layout-gpos-private.hh     | 120
- +++++++++++++++++------------------
+ src/hb-ot-layout-gpos-private.hh     | 120 +++++++++++++++++------------------
  src/hb-ot-layout-gsub-private.hh     |  88 ++++++++++++-------------
  src/hb-ot-layout-gsubgpos-private.hh |  44 ++++++-------
  6 files changed, 163 insertions(+), 161 deletions(-)
@@ -65274,11 +199965,9 @@ Date:   Mon May 10 17:47:22 2010 -0400
 
  src/hb-open-type-private.hh          | 12 ++++++------
  src/hb-ot-layout-common-private.hh   |  2 +-
- src/hb-ot-layout-gpos-private.hh     | 34
- +++++++++++++++++-----------------
+ src/hb-ot-layout-gpos-private.hh     | 34 +++++++++++++++++-----------------
  src/hb-ot-layout-gsub-private.hh     |  4 ++--
- src/hb-ot-layout-gsubgpos-private.hh | 34
- +++++++++++++++++-----------------
+ src/hb-ot-layout-gsubgpos-private.hh | 34 +++++++++++++++++-----------------
  5 files changed, 43 insertions(+), 43 deletions(-)
 
 commit 09766b1ec5ec55a61edbcd7a89ed3613cc92d4cb
@@ -65286,7 +199975,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 10 17:36:03 2010 -0400
 
     Make StructAtOffset take a pointer
-
+    
     Is safer.
 
  src/hb-open-type-private.hh      | 26 +++++++++++++-------------
@@ -65328,8 +200017,7 @@ Date:   Mon May 10 16:57:29 2010 -0400
  src/hb-open-type-private.hh          | 20 +++++++++++++---
  src/hb-ot-layout-common-private.hh   | 24 ++++++++++++--------
  src/hb-ot-layout-gdef-private.hh     | 22 +++++++++++-------
- src/hb-ot-layout-gpos-private.hh     | 44
- ++++++++++++++++++++----------------
+ src/hb-ot-layout-gpos-private.hh     | 44 ++++++++++++++++++++----------------
  src/hb-ot-layout-gsub-private.hh     | 32 ++++++++++++++++----------
  src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++++++--------
  src/hb-private.h                     |  2 --
@@ -65364,7 +200052,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 6 19:35:19 2010 -0400
 
     Simplify DEFINE_NULL_DATA
-
+    
     Using ::min_size.
 
  src/hb-open-type-private.hh        | 6 +++---
@@ -65376,12 +200064,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 6 19:33:31 2010 -0400
 
     Start cleaning up get_size()
-
+    
     So we know when the size is static and when dynamic.
 
  src/hb-open-file-private.hh          |  7 +++---
- src/hb-open-type-private.hh          | 42
- +++++++++++++++++++++++++-----------
+ src/hb-open-type-private.hh          | 42 +++++++++++++++++++++++++-----------
  src/hb-ot-layout-common-private.hh   | 14 ++++++------
  src/hb-ot-layout-gpos-private.hh     | 17 ++++++---------
  src/hb-ot-layout-gsubgpos-private.hh | 19 ++++++++--------
@@ -65435,8 +200122,7 @@ Date:   Thu May 6 12:55:14 2010 -0400
  src/hb-open-type-private.hh          |  2 -
  src/hb-ot-layout-common-private.hh   |  6 +--
  src/hb-ot-layout-gdef-private.hh     | 24 +++++-----
- src/hb-ot-layout-gpos-private.hh     | 90
- ++++++++++++++++++------------------
+ src/hb-ot-layout-gpos-private.hh     | 90 ++++++++++++++++++------------------
  src/hb-ot-layout-gsub-private.hh     | 31 ++++++-------
  src/hb-ot-layout-gsubgpos-private.hh | 44 +++++++++---------
  7 files changed, 98 insertions(+), 101 deletions(-)
@@ -65515,8 +200201,7 @@ Date:   Wed May 5 01:37:58 2010 -0400
 
     Simplify chaining
 
- src/hb-ot-layout-gsubgpos-private.hh | 61
- +++++++++++++++---------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 61 +++++++++++++++---------------------
  1 file changed, 25 insertions(+), 36 deletions(-)
 
 commit 1911b9d21b2b7b6b8219ce6c888540e3a60aa9c3
@@ -65525,12 +200210,9 @@ Date:   Wed May 5 01:32:04 2010 -0400
 
     Remove APPLY_ARG_DEF and APPLY_ARG
 
- src/hb-ot-layout-gpos-private.hh     | 92
- ++++++++++++++++++------------------
- src/hb-ot-layout-gsub-private.hh     | 88
- +++++++++++++++++-----------------
- src/hb-ot-layout-gsubgpos-private.hh | 89
- ++++++++++++++++------------------
+ src/hb-ot-layout-gpos-private.hh     | 92 ++++++++++++++++++------------------
+ src/hb-ot-layout-gsub-private.hh     | 88 +++++++++++++++++-----------------
+ src/hb-ot-layout-gsubgpos-private.hh | 89 ++++++++++++++++------------------
  3 files changed, 132 insertions(+), 137 deletions(-)
 
 commit 6c42cddfe53a1c664081862bb9a3e1c38d05a823
@@ -65552,8 +200234,7 @@ Date:   Wed May 5 01:23:44 2010 -0400
 
  src/hb-ot-layout-gpos-private.hh     |  9 ++---
  src/hb-ot-layout-gsub-private.hh     |  9 ++---
- src/hb-ot-layout-gsubgpos-private.hh | 70
- ++++++++++++++++++++----------------
+ src/hb-ot-layout-gsubgpos-private.hh | 70 ++++++++++++++++++++----------------
  3 files changed, 50 insertions(+), 38 deletions(-)
 
 commit 94a23aaeca39c662614037ef887412249bdc8d49
@@ -65563,8 +200244,7 @@ Date:   Wed May 5 01:13:09 2010 -0400
     Move buffer into apply_context
 
  src/hb-buffer-private.h              | 30 +++++++++--------
- src/hb-ot-layout-gpos-private.hh     | 64
- ++++++++++++++++++++----------------
+ src/hb-ot-layout-gpos-private.hh     | 64 ++++++++++++++++++++----------------
  src/hb-ot-layout-gsub-private.hh     | 45 ++++++++++++++-----------
  src/hb-ot-layout-gsubgpos-private.hh | 49 ++++++++++++++-------------
  4 files changed, 106 insertions(+), 82 deletions(-)
@@ -65575,8 +200255,7 @@ Date:   Wed May 5 01:01:05 2010 -0400
 
     Move layout_context into apply_context
 
- src/hb-ot-layout-gpos-private.hh     | 105
- ++++++++++++++++++-----------------
+ src/hb-ot-layout-gpos-private.hh     | 105 ++++++++++++++++++-----------------
  src/hb-ot-layout-gsub-private.hh     |  47 ++++++++--------
  src/hb-ot-layout-gsubgpos-private.hh |  11 ++--
  3 files changed, 82 insertions(+), 81 deletions(-)
@@ -65609,8 +200288,7 @@ Date:   Wed May 5 00:23:19 2010 -0400
  src/hb-open-type-private.hh          |  59 +++++++--------
  src/hb-ot-layout-common-private.hh   |  42 +++++------
  src/hb-ot-layout-gdef-private.hh     |  28 ++++----
- src/hb-ot-layout-gpos-private.hh     | 136
- +++++++++++++++++------------------
+ src/hb-ot-layout-gpos-private.hh     | 136 +++++++++++++++++------------------
  src/hb-ot-layout-gsub-private.hh     |  72 +++++++++----------
  src/hb-ot-layout-gsubgpos-private.hh |  46 ++++++------
  7 files changed, 197 insertions(+), 202 deletions(-)
@@ -65637,11 +200315,9 @@ commit 20e3dd5d292b65f70d2eae63b8d8713a1c889d47
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue May 4 23:21:57 2010 -0400
 
-    Make sanitize_depth variable automatic and not passed through
-    function args
+    Make sanitize_depth variable automatic and not passed through function args
 
- src/hb-open-type-private.hh | 72
- +++++++++++++++++++++++++++------------------
+ src/hb-open-type-private.hh | 72 +++++++++++++++++++++++++++------------------
  1 file changed, 43 insertions(+), 29 deletions(-)
 
 commit 4a446ac35136eff23d55f47bdd7b40095ad707ab
@@ -65660,8 +200336,7 @@ Date:   Tue May 4 22:42:49 2010 -0400
 
     Make _hb_sanitize_*() methods of the context object
 
- src/hb-open-type-private.hh | 190
- +++++++++++++++++++++++---------------------
+ src/hb-open-type-private.hh | 190 +++++++++++++++++++++++---------------------
  1 file changed, 98 insertions(+), 92 deletions(-)
 
 commit bb029af943faa9905e652d58856998687e60c31d
@@ -65674,8 +200349,7 @@ Date:   Tue May 4 15:28:52 2010 -0400
  src/hb-open-type-private.hh          |  3 +-
  src/hb-ot-layout-common-private.hh   |  4 +--
  src/hb-ot-layout-gdef-private.hh     | 25 ++++++++--------
- src/hb-ot-layout-gpos-private.hh     | 55
- ++++++++++++++++++++----------------
+ src/hb-ot-layout-gpos-private.hh     | 55 ++++++++++++++++++++----------------
  src/hb-ot-layout-gsub-private.hh     | 29 ++++++++++---------
  src/hb-ot-layout-gsubgpos-private.hh | 42 +++++++++++++--------------
  7 files changed, 85 insertions(+), 75 deletions(-)
@@ -65807,8 +200481,7 @@ Date:   Mon May 3 22:51:19 2010 -0400
  src/hb-open-type-private.hh          | 38 ++++++++++-----------
  src/hb-ot-layout-common-private.hh   | 16 ++++-----
  src/hb-ot-layout-gdef-private.hh     |  2 +-
- src/hb-ot-layout-gpos-private.hh     | 64
- ++++++++++++++++++------------------
+ src/hb-ot-layout-gpos-private.hh     | 64 ++++++++++++++++++------------------
  src/hb-ot-layout-gsub-private.hh     | 52 ++++++++++++++---------------
  src/hb-ot-layout-gsubgpos-private.hh | 40 +++++++++++-----------
  src/hb-ot-layout.cc                  | 12 +++----
@@ -65828,7 +200501,7 @@ Date:   Mon May 3 22:47:22 2010 -0400
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 6b84198f9d471defb6f55d44d4f5423df70b2a10
-Merge: 631d10b7 eaf29edb
+Merge: 631d10b72 eaf29edb8
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 3 22:46:52 2010 -0400
 
@@ -65897,8 +200570,7 @@ Date:   Thu Apr 29 13:56:44 2010 -0400
     Rename HB_GNUC_UNUSED -> HB_UNUSED
 
  src/hb-buffer.c                      |  6 ++---
- src/hb-font.cc                       | 44
- ++++++++++++++++++------------------
+ src/hb-font.cc                       | 44 ++++++++++++++++++------------------
  src/hb-ft.c                          | 16 ++++++-------
  src/hb-object-private.h              |  2 +-
  src/hb-open-type-private.hh          | 18 +++++++--------
@@ -65928,11 +200600,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 29 13:48:26 2010 -0400
 
     [sanitize] Make debug code always available to the compiler
-
+    
     Such that we don't break debug build all the time.
 
- src/hb-open-type-private.hh | 71
- ++++++++++++++++++++-------------------------
+ src/hb-open-type-private.hh | 71 ++++++++++++++++++++-------------------------
  1 file changed, 31 insertions(+), 40 deletions(-)
 
 commit fde6f5bd682f5ad0cc5e2ec69fc831b0192bf90b
@@ -65987,7 +200658,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 29 03:39:39 2010 -0400
 
     Make sure mirroring is done in original direction
-
+    
     Reported by Jonathan Kew.
 
  src/hb-shape.c | 5 ++++-
@@ -66016,7 +200687,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 29 02:58:38 2010 -0400
 
     Fix bug in hb_language_from_string()
-
+    
     Reported by Jonathan Kew.
 
  src/hb-language.c | 2 ++
@@ -66057,8 +200728,7 @@ Date:   Thu Apr 29 02:24:25 2010 -0400
 
     Rename
 
- src/hb-ot-layout-gpos-private.hh     | 98
- ++++++++++++++++++------------------
+ src/hb-ot-layout-gpos-private.hh     | 98 ++++++++++++++++++------------------
  src/hb-ot-layout-gsub-private.hh     | 46 ++++++++---------
  src/hb-ot-layout-gsubgpos-private.hh | 12 ++---
  3 files changed, 78 insertions(+), 78 deletions(-)
@@ -66067,13 +200737,11 @@ commit 1376fb7bf9ef07970f0ba13dc64d6a8ab8252762
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 29 02:19:21 2010 -0400
 
-    [apply] Use a context object to reduce number of parameters passed
-    around
+    [apply] Use a context object to reduce number of parameters passed around
 
  src/hb-open-type-private.hh          |  5 ++---
  src/hb-ot-layout-gpos-private.hh     | 26 ++++++++++++++-----------
- src/hb-ot-layout-gsub-private.hh     | 37
- +++++++++++++++++++-----------------
+ src/hb-ot-layout-gsub-private.hh     | 37 +++++++++++++++++++-----------------
  src/hb-ot-layout-gsubgpos-private.hh | 29 +++++++++++++++-------------
  4 files changed, 53 insertions(+), 44 deletions(-)
 
@@ -66097,8 +200765,7 @@ Date:   Thu Apr 29 01:40:26 2010 -0400
 
  src/hb-open-type-private.hh          | 41 +++++++++---------------------
  src/hb-ot-layout-gsubgpos-private.hh | 25 +++++--------------
- src/hb-private.h                     | 48
- +++++++++++++++++++++++++-----------
+ src/hb-private.h                     | 48 +++++++++++++++++++++++++-----------
  3 files changed, 51 insertions(+), 63 deletions(-)
 
 commit 807c5b03a2251a3c29a520852639421783101b55
@@ -66106,7 +200773,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 28 20:25:22 2010 -0400
 
     [sanitize] Make debug code always available to the compiler
-
+    
     Such that we don't break debug build all the time.
 
  src/hb-open-type-private.hh          | 31 ++++++++++++++++++++-----------
@@ -66118,11 +200785,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 28 15:15:09 2010 -0400
 
     [gsubgpos] Make debug code always available to the compiler
-
+    
     Such that we don't break debug build all the time.
 
- src/hb-ot-layout-gsubgpos-private.hh | 52
- ++++++++++++++++++------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 52 ++++++++++++++++++------------------
  1 file changed, 26 insertions(+), 26 deletions(-)
 
 commit 41011a6ed7c4891b20c0eddbb6d4ad9c820cfddb
@@ -66139,7 +200805,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 28 13:29:55 2010 -0400
 
     [object] Make debug code always available to the compiler
-
+    
     Such that we don't break debug build all the time.
 
  src/hb-object-private.h | 42 +++++++++++++++++++++++++++---------------
@@ -66159,11 +200825,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Apr 28 13:16:38 2010 -0400
 
     [blob] Make debug code always available to the compiler
-
+    
     Such that we don't break debug build all the time.
 
- src/hb-blob.c | 78
- ++++++++++++++++++++++++-----------------------------------
+ src/hb-blob.c | 78 ++++++++++++++++++++++++-----------------------------------
  1 file changed, 32 insertions(+), 46 deletions(-)
 
 commit ba51b25c7ba568aeced17f016eceba987569c5d9
@@ -66190,7 +200855,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Apr 27 23:28:10 2010 -0400
 
     [object] Actually handle malloc() failure
-
+    
     Caught by John Daggett.
 
  src/hb-object-private.h | 10 ++++++----
@@ -66219,7 +200884,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Apr 25 22:51:05 2010 -0400
 
     Remove use of flexible arrays
-
+    
     Also remove wrong ASSERT_SIZE that would trigger only when not using
     flexible arrays (which was the case on win32, but not with gcc).
 
@@ -66238,8 +200903,7 @@ Date:   Fri Apr 23 20:49:18 2010 -0400
  src/hb-blob-private.h | 57 +++++++++++++++++++++++++++++++
  src/hb-blob.c         | 20 ++---------
  src/hb-font-private.h |  3 --
- src/hb-font.cc        | 92
- +++++++++++++++++++++++++++++++++++----------------
+ src/hb-font.cc        | 92 +++++++++++++++++++++++++++++++++++----------------
  5 files changed, 123 insertions(+), 50 deletions(-)
 
 commit d6b3c83a90f60bedb4049750ffb351161710980d
@@ -66289,7 +200953,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Apr 23 16:22:54 2010 -0400
 
     Remove GET_FOR_DATA macros
-
+    
     The major-version check is now handled by sanitize.  If major
     doesn't match, we reject and fall back to the Null object.
 
@@ -66371,13 +201035,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Apr 23 13:57:10 2010 -0400
 
     When sanitizing, delay making writable
-
-    Before, as soon as we needed to make an edit, we tried to make
-    the blob
-    writable inplace.  That grows code unnecessarily though.  We can
-    simply
-    fail, make writable, then start again.  That's indeed what the
-    fallback
+    
+    Before, as soon as we needed to make an edit, we tried to make the blob
+    writable inplace.  That grows code unnecessarily though.  We can simply
+    fail, make writable, then start again.  That's indeed what the fallback
     was doing anyway.
 
  src/hb-open-type-private.hh | 11 +++++++----
@@ -66398,8 +201059,7 @@ Date:   Fri Apr 23 13:32:03 2010 -0400
 
     Cleanup OpenTypeFontFile
 
- src/hb-open-file-private.hh | 44
- ++++++++++++++++++++++++++------------------
+ src/hb-open-file-private.hh | 44 ++++++++++++++++++++++++++------------------
  src/main.cc                 |  2 +-
  2 files changed, 27 insertions(+), 19 deletions(-)
 
@@ -66409,8 +201069,7 @@ Date:   Fri Apr 23 12:33:02 2010 -0400
 
     Properly define separate structs for TTCHeader and TTCHeaderVersion1
 
- src/hb-open-file-private.hh | 71
- +++++++++++++++++++++++++++++++++++----------
+ src/hb-open-file-private.hh | 71 +++++++++++++++++++++++++++++++++++----------
  1 file changed, 55 insertions(+), 16 deletions(-)
 
 commit a065f471b3bc23d33ef75217308efeaed4ffd033
@@ -66418,18 +201077,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 22 20:15:11 2010 -0400
 
     Cleanup Extension lookups
-
+    
     Two things:
-
+    
     1. Allow nested Extension lookups.  The offset is always positive, so
     it can't loop circularly.
-
+    
     2. Move the check for all Extension subtables having the same lookup
     type to the correct place.  Before it wasn't really working.
 
  src/hb-ot-layout-gpos-private.hh | 29 +-------------------
- src/hb-ot-layout-gsub-private.hh | 57
- ++++++++++++++++++++++------------------
+ src/hb-ot-layout-gsub-private.hh | 57 ++++++++++++++++++++++------------------
  2 files changed, 33 insertions(+), 53 deletions(-)
 
 commit a0bb49c5830f8a7f25d573ec57b79df2620ddba7
@@ -66459,8 +201117,7 @@ Date:   Thu Apr 22 18:29:09 2010 -0400
     Convert the last set of cast macros to templates
 
  src/hb-open-file-private.hh          |  4 +--
- src/hb-open-type-private.hh          | 53
- +++++++++++++++++++++++-------------
+ src/hb-open-type-private.hh          | 53 +++++++++++++++++++++++-------------
  src/hb-ot-layout-gpos-private.hh     | 16 +++++------
  src/hb-ot-layout-gsub-private.hh     | 14 +++++-----
  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++----
@@ -66492,7 +201149,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 22 14:15:11 2010 -0400
 
     Fail sanitize on major version mismatch
-
+    
     We handle major-version differences via get_for_data(), so sanitize
     should never see a major version mismatch.
 
@@ -66516,7 +201173,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 22 13:59:39 2010 -0400
 
     Minor cleanup of sanitize
-
+    
     Done with an audit of all sanitize()
 
  src/hb-ot-layout-gpos-private.hh | 18 +++++++++---------
@@ -66563,7 +201220,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 22 13:22:41 2010 -0400
 
     Remove integrity check in Tag sanitize
-
+    
     Serves no useful purpose.
 
  src/hb-open-type-private.hh        | 9 ---------
@@ -66575,7 +201232,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 22 11:06:30 2010 -0400
 
     Don't sanitize raw table data
-
+    
     That part is performed by individual table sanitize.
 
  src/hb-open-file-private.hh | 15 +++++++++------
@@ -66850,8 +201507,7 @@ Date:   Wed Apr 21 15:56:11 2010 -0400
 
     Convert NEXT() and ARRAY_AFTER() macros to templates
 
- src/hb-open-type-private.hh          | 40
- ++++++++++++++++++++++++++----------
+ src/hb-open-type-private.hh          | 40 ++++++++++++++++++++++++++----------
  src/hb-ot-layout-common-private.hh   |  4 ++--
  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
  src/hb-ot-layout-gsubgpos-private.hh | 24 +++++++++++-----------
@@ -66864,8 +201520,7 @@ Date:   Wed Apr 21 13:35:36 2010 -0400
     Use templates for const char * casts
 
  src/hb-open-file-private.hh          | 12 ++++-----
- src/hb-open-type-private.hh          | 48
- ++++++++++++++++++------------------
+ src/hb-open-type-private.hh          | 48 ++++++++++++++++++------------------
  src/hb-ot-layout-common-private.hh   |  2 +-
  src/hb-ot-layout-gpos-private.hh     | 32 ++++++++++++------------
  src/hb-ot-layout-gsub-private.hh     |  4 +--
@@ -66888,8 +201543,7 @@ Date:   Wed Apr 21 03:11:46 2010 -0400
 
     Use templates for defining int typess
 
- src/hb-open-type-private.hh | 66
- ++++++++++++++++++++++++++++++---------------
+ src/hb-open-type-private.hh | 66 ++++++++++++++++++++++++++++++---------------
  src/hb-private.h            | 10 ++-----
  2 files changed, 46 insertions(+), 30 deletions(-)
 
@@ -66927,8 +201581,7 @@ Date:   Wed Apr 21 02:12:45 2010 -0400
 
     Move macros around
 
- src/hb-private.h | 122
- ++++++++++++++++++++++++++++---------------------------
+ src/hb-private.h | 122 ++++++++++++++++++++++++++++---------------------------
  1 file changed, 62 insertions(+), 60 deletions(-)
 
 commit 649a4344ca363da3d44cdd908350449ec40ed0f9
@@ -66944,11 +201597,9 @@ commit eba8b4f644701cc6b78b0fcb4e932dce15561598
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Mar 29 00:04:12 2010 -0400
 
-    GNOME Bug 613015 - [HB] Does not sanitize Device tables referenced
-    from ValueRecords
+    GNOME Bug 613015 - [HB] Does not sanitize Device tables referenced from ValueRecords
 
- src/hb-ot-layout-gpos-private.hh | 47
- ++++++++++++++++++++++++++++++----------
+ src/hb-ot-layout-gpos-private.hh | 47 ++++++++++++++++++++++++++++++----------
  1 file changed, 36 insertions(+), 11 deletions(-)
 
 commit 673a4efcbc72a62105a24d9b0b54047417160f7d
@@ -66957,8 +201608,7 @@ Date:   Wed Apr 21 02:02:57 2010 -0400
 
     WIP
 
- src/hb-ot-layout-gpos-private.hh | 102
- +++++++++++++++++++++++++++++++--------
+ src/hb-ot-layout-gpos-private.hh | 102 +++++++++++++++++++++++++++++++--------
  1 file changed, 81 insertions(+), 21 deletions(-)
 
 commit 40d73bc68dd828cf68f90fde0f9499a6ce9fbb19
@@ -67083,37 +201733,36 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Mar 16 03:46:17 2010 -0400
 
     Fix the mystery bug!
-
+    
     A couple bugs joined forces to exhibit the mystery behavior of
     crashes / infinite loops on OS X / wrong kerning / invalid memory
     access.  Pooh!
-
+    
     The bugs were involved:
-
+    
       - Wrong pointer math with ValueRecord in PairPosFormat1
-
+    
       - Fallout from avoiding flex arrays, code not correctly updated
         to remove sizeof() usage.
-
+    
     We strictly never use sizeof() directly now.  And the PairPos code
     is cleaned up.  Should fix them all.  Bugs are:
-
+    
       Bug 605655 - Pango 1.26.2 introduces kerning bug
       Bug 611229 - Pango reads from uninitialized memory
       Bug 593240 - (pangoosx) Crash / infinite loop with Mac OS X
-
+    
     We were also doing wrong math converting Device adjustments to
     hb_position_t.  Fallout from FreeType days.  Should shift 16, not
     6.  Fixed that too.
-
+    
     There's still another bug: we don't sanitize Device records
     referenced from value records.  Fixing that also.
 
  src/hb-open-file-private.hh          |  4 +++-
  src/hb-open-type-private.hh          | 11 ++++++-----
  src/hb-ot-layout-common-private.hh   | 10 ++++++++--
- src/hb-ot-layout-gpos-private.hh     | 37
- ++++++++++++++++++++----------------
+ src/hb-ot-layout-gpos-private.hh     | 37 ++++++++++++++++++++----------------
  src/hb-ot-layout-gsubgpos-private.hh | 15 ++++++++-------
  5 files changed, 46 insertions(+), 31 deletions(-)
 
@@ -67140,7 +201789,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Mar 1 22:33:45 2010 -0500
 
     [ft] Check stream->read instead of stream->base
-
+    
     The former is more robust.  See discussion on freetype-devel.
 
  src/hb-ft.c | 5 +++--
@@ -67151,9 +201800,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Feb 23 16:47:51 2010 -0500
 
     Make blob unlocking 64bit-safe
-
-    GNOME Bug 604128 - Applications crash when displaying Hebrew
-    characters
+    
+    GNOME Bug 604128 - Applications crash when displaying Hebrew characters
 
  src/hb-blob.c | 14 +++++++-------
  1 file changed, 7 insertions(+), 7 deletions(-)
@@ -67172,7 +201820,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Feb 17 15:14:57 2010 -0500
 
     Use __attribute__((unused)) only with gcc 4 and later
-
+    
     See discussion at:
     https://bugzilla.gnome.org/show_bug.cgi?id=610183
 
@@ -67222,11 +201870,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 20 21:26:24 2009 +0100
 
     Revert "Fallback to 'kern' if no GPOS applied"
-
+    
     This reverts commit d740c8f78bcbe80a8bcd8a9468830a406da37cc0.
-
-    The change is wrong.  If there is a GPOS table, we should not use
-    'kern'.
+    
+    The change is wrong.  If there is a GPOS table, we should not use 'kern'.
 
  src/hb-ot-shape.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
@@ -67257,8 +201904,7 @@ Date:   Sun Dec 20 20:59:51 2009 +0100
 
     Oops, add file.
 
- src/hb-ot-shape-private.h | 53
- +++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape-private.h | 53 +++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 53 insertions(+)
 
 commit 2014b8d110231b13e524008282ece7451f1ae9e7
@@ -67266,14 +201912,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 20 20:58:26 2009 +0100
 
     Hook OpenType shaping up
-
+    
     Default features only for now.
 
  src/Makefile.am     |   2 +
  src/hb-ot-layout.cc |  28 +++++++++
  src/hb-ot-layout.h  |   7 +++
- src/hb-ot-shape.c   | 165
- ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-shape.c   | 165 ++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-shape.c      |   8 +--
  5 files changed, 206 insertions(+), 4 deletions(-)
 
@@ -67301,8 +201946,7 @@ Date:   Sun Dec 20 17:58:25 2009 +0100
 
     Refactor hb_shape a bit
 
- src/hb-shape.c | 87
- +++++++++++++++++++++++++++++++++++++++++++++++++---------
+ src/hb-shape.c | 87 +++++++++++++++++++++++++++++++++++++++++++++++++---------
  1 file changed, 74 insertions(+), 13 deletions(-)
 
 commit 001fc2d2aa22f14302739fe4ca45f7535855e0fb
@@ -67311,8 +201955,7 @@ Date:   Sun Dec 20 17:24:05 2009 +0100
 
     Add TrueType kern support
 
- src/hb-shape.c | 74
- +++++++++++++++++++++++++++++++++++++---------------------
+ src/hb-shape.c | 74 +++++++++++++++++++++++++++++++++++++---------------------
  1 file changed, 48 insertions(+), 26 deletions(-)
 
 commit 2c1b85cf66e5ecb7521b6018b76f0e161fb68967
@@ -67357,11 +202000,9 @@ commit b8a53e44ce05911ce98b7cff34dee165e19d87ba
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun Dec 20 14:56:25 2009 +0100
 
-    We'll have to link to libstdc++ if linking to ICU, so disable test
-    for now
-
-    We have to get rid of the ICU in main lib.  Still thinking about
-    best way
+    We'll have to link to libstdc++ if linking to ICU, so disable test for now
+    
+    We have to get rid of the ICU in main lib.  Still thinking about best way
     to do it.
 
  src/Makefile.am | 9 ++++++---
@@ -67410,20 +202051,17 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Nov 19 20:28:03 2009 -0500
 
     Another C++ strictness fix
-
-    Pango Bug 602408 - Invalid C++ code breaks compile with Sun C++
-    Compiler
+    
+    Pango Bug 602408 - Invalid C++ code breaks compile with Sun C++ Compiler
     (Error: A union member cannot have a user-defined assignment operator)
-
+    
     According to the bug:
-
+    
     C++ Programming Language by Bjarne Stroustrup: Chapter 10.4.12 forbids
-    explicitly using of union members with constructors, destructors
-    or assignment
+    explicitly using of union members with constructors, destructors or assignment
     operations.
-
-    So we use a set() method instead of the assignment operator.  Ugly,
-    but hey,
+    
+    So we use a set() method instead of the assignment operator.  Ugly, but hey,
     that's life.
 
  src/hb-open-type-private.hh        | 8 ++++----
@@ -67507,8 +202145,7 @@ Date:   Fri Nov 6 19:48:16 2009 -0500
  src/hb-common.h          |  11 +++++
  src/hb-shape.c           |  38 +++++++++++++++--
  src/hb-unicode-private.h |   5 +++
- src/hb-unicode.c         | 103
- +++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-unicode.c         | 103 +++++++++++++++++++++++++++++++++++++++++++++++
  7 files changed, 196 insertions(+), 14 deletions(-)
 
 commit b4b4272c8d19ba3e0cb8f12b3b7d1590349e3d14
@@ -67544,9 +202181,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 6 17:23:31 2009 -0500
 
     [GSUB] More ligature/component fixing
-
-    We can only reuse the ligid if it belongs to a previous ligature,
-    not a
+    
+    We can only reuse the ligid if it belongs to a previous ligature, not a
     component!
 
  src/hb-ot-layout-gsub-private.hh | 4 ++--
@@ -67559,8 +202195,7 @@ Date:   Fri Nov 6 17:21:01 2009 -0500
     Add _hb_buffer_add_output_glyphs() that takes codepoint_t*
 
  src/hb-buffer-private.h          | 10 ++++++++-
- src/hb-buffer.c                  | 45
- ++++++++++++++++++++++++++++++++++++++--
+ src/hb-buffer.c                  | 45 ++++++++++++++++++++++++++++++++++++++--
  src/hb-ot-layout-gsub-private.hh | 16 +++++++-------
  3 files changed, 60 insertions(+), 11 deletions(-)
 
@@ -67569,14 +202204,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri Nov 6 16:47:31 2009 -0500
 
     Add hb_ot_layout_position_finish()
-
+    
     We expect buffer to be setup with default positions before GPOS.
 
  src/hb-buffer-private.h          |  6 +----
  src/hb-buffer.h                  | 11 +--------
  src/hb-ot-layout-gpos-private.hh |  8 +++----
- src/hb-ot-layout.cc              | 52
- ++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout.cc              | 52 ++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-layout.h               | 16 +++++++++----
  5 files changed, 69 insertions(+), 24 deletions(-)
 
@@ -67759,8 +202393,7 @@ Date:   Thu Nov 5 12:20:11 2009 -0500
  src/hb-buffer.h                  |  4 ++--
  src/hb-font.h                    |  4 ++--
  src/hb-ft.c                      | 10 +++++-----
- src/hb-ot-layout-gpos-private.hh | 40
- ++++++++++++----------------------------
+ src/hb-ot-layout-gpos-private.hh | 40 ++++++++++++----------------------------
  src/hb-shape.c                   | 14 +++++++-------
  src/hb-shape.h                   |  4 ++--
  7 files changed, 32 insertions(+), 48 deletions(-)
@@ -67807,8 +202440,7 @@ Date:   Wed Nov 4 19:45:39 2009 -0500
  src/hb-language.h   |  44 ++++
  src/hb-ot-layout.cc |   6 +-
  src/hb-ot-layout.h  |   4 +-
- src/hb-ot-tag.c     | 662
- ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-tag.c     | 662 ++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-tag.h     |  49 ++++
  src/hb-ot.h         |   1 +
  src/hb-private.h    |   3 +
@@ -67858,9 +202490,9 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Nov 4 16:36:14 2009 -0500
 
     Fix array query API
-
+    
     The array query APIs now all do:
-
+    
       - Return the total number of items
       - Take a start_offset, such that individual items can be fetched
       - The _count IN/OUT variable always has number of items written
@@ -67868,8 +202500,7 @@ Date:   Wed Nov 4 16:36:14 2009 -0500
 
  TODO                                 |  1 -
  src/hb-ot-layout-common-private.hh   | 59 ++++++++++++++-----------
- src/hb-ot-layout-gdef-private.hh     | 84
- +++++++++++++++++++++---------------
+ src/hb-ot-layout-gdef-private.hh     | 84 +++++++++++++++++++++---------------
  src/hb-ot-layout-gsubgpos-private.hh | 14 +++---
  src/hb-ot-layout.cc                  | 40 ++++++++++-------
  src/hb-ot-layout.h                   | 24 +++++++----
@@ -67883,8 +202514,7 @@ Date:   Wed Nov 4 15:48:32 2009 -0500
 
  src/hb-font.cc |   2 +-
  src/hb-font.h  |   2 +-
- src/hb-ft.c    | 114
- ++++++++++++++++++++++++++++++---------------------------
+ src/hb-ft.c    | 114 ++++++++++++++++++++++++++++++---------------------------
  3 files changed, 63 insertions(+), 55 deletions(-)
 
 commit f8be443aecd54b479470e6559b1dfbc8f33c5f55
@@ -67904,8 +202534,7 @@ Date:   Tue Nov 3 20:27:05 2009 -0500
 
  TODO                             |  1 +
  src/hb-font-private.h            |  8 ++---
- src/hb-font.cc                   | 72
- +++++++++++++++++++++++++++++++++++++---
+ src/hb-font.cc                   | 72 +++++++++++++++++++++++++++++++++++++---
  src/hb-font.h                    |  9 +++--
  src/hb-ot-layout-gpos-private.hh |  7 ++--
  src/hb-ot-layout-gsub-private.hh |  2 +-
@@ -67923,8 +202552,7 @@ Date:   Tue Nov 3 18:34:20 2009 -0500
  src/hb-font-private.h |   4 +-
  src/hb-font.cc        |  17 ++++-
  src/hb-font.h         |   6 +-
- src/hb-ft.c           | 192
- ++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-ft.c           | 192 ++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-ft.h           |  52 ++++++++++++++
  src/hb-glib.h         |   2 -
  src/hb-icu.h          |   2 -
@@ -67939,8 +202567,7 @@ Date:   Tue Nov 3 16:35:10 2009 -0500
 
  configure.ac    |   8 +-
  src/Makefile.am |  23 +++++-
- src/hb-icu.c    | 221
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-icu.c    | 221 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-icu.h    |  41 +++++++++++
  4 files changed, 288 insertions(+), 5 deletions(-)
 
@@ -67970,8 +202597,7 @@ Date:   Tue Nov 3 15:15:07 2009 -0500
 
  TODO                    |  1 -
  src/hb-buffer-private.h | 12 +++++++++++-
- src/hb-buffer.c         | 47
- ++++++++++++++++++++++++++++++++++++++---------
+ src/hb-buffer.c         | 47 ++++++++++++++++++++++++++++++++++++++---------
  src/hb-buffer.h         | 10 ++++++++++
  src/hb-font-private.h   |  3 ---
  src/hb-font.cc          | 17 -----------------
@@ -67983,7 +202609,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 3 15:14:40 2009 -0500
 
     [Makefile] Install hb-unicode.h
-
+    
     Separate OT headers also.
 
  src/Makefile.am | 27 ++++++++++++++++-----------
@@ -68014,7 +202640,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 3 14:18:33 2009 -0500
 
     Use the C linker, not C++ linker
-
+    
     Such that we don't link to libstdc++.
 
  src/Makefile.am | 2 ++
@@ -68062,17 +202688,15 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Nov 3 10:47:29 2009 -0500
 
     Don't use zero-sized arrays
-
-    It's not part of the standard and MSVC doesn't like it.  It makes
-    the code
+    
+    It's not part of the standard and MSVC doesn't like it.  It makes the code
     a lot less elegant than it used to be, but I think it should work now.
 
  src/hb-open-file-private.hh          |  4 +-
  src/hb-open-type-private.hh          | 36 +++++++++++------
  src/hb-ot-layout-common-private.hh   | 33 ++++++++--------
  src/hb-ot-layout-gdef-private.hh     | 14 +++----
- src/hb-ot-layout-gpos-private.hh     | 76
- ++++++++++++++----------------------
+ src/hb-ot-layout-gpos-private.hh     | 76 ++++++++++++++----------------------
  src/hb-ot-layout-gsub-private.hh     | 44 ++++++++-------------
  src/hb-ot-layout-gsubgpos-private.hh | 47 +++++++++++-----------
  src/hb-private.h                     |  5 +++
@@ -68138,9 +202762,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 2 18:31:53 2009 -0500
 
     Build without glib
-
-    Thready-safety disabled in that case, until we add support for
-    pthread, etc.
+    
+    Thready-safety disabled in that case, until we add support for pthread, etc.
     Fun...
 
  src/hb-private.h | 19 +++++++++++++++++--
@@ -68195,11 +202818,9 @@ Date:   Mon Nov 2 16:28:39 2009 -0500
  NEWS                   |   0
  src/README => README   |   0
  src/TODO => TODO       |   0
- autogen.sh             | 189
- +++++++++++++++++++++++++++++++++++++++++++++++++
+ autogen.sh             | 189 +++++++++++++++++++++++++++++++++++++++++++++++++
  configure.ac           |  40 +++++++++++
- git.mk                 | 184
- +++++++++++++++++++++++++++++++++++++++++++++++
+ git.mk                 | 184 +++++++++++++++++++++++++++++++++++++++++++++++
  harfbuzz.pc.in         |  11 +++
  src/.gitignore         |   1 -
  src/Makefile.ng        |  11 ---
@@ -68219,7 +202840,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 29 03:05:18 2009 -0400
 
     [HB] Add point_index to get_contour_point()
-
+    
     Pointed out by Keith Stribley on HarfBuzz list.
 
  src/hb-font.h | 1 +
@@ -68230,7 +202851,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Oct 29 03:00:44 2009 -0400
 
     [HB] Fix lookup_flag ignoring
-
+    
     Reported by Keith Stribley on HarfBuzz list.
 
  src/hb-ot-layout-common-private.hh | 1 +
@@ -68251,9 +202872,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Sep 21 13:43:54 2009 -0400
 
     [HB] Fix apply_lookup() loop
-
-    Part of Bug 595539 - Regressions in rendering certain Thai sequences
-    with
+    
+    Part of Bug 595539 - Regressions in rendering certain Thai sequences with
     OpenType font
 
  src/hb-ot-layout-gsubgpos-private.hh | 3 ++-
@@ -68264,9 +202884,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Sep 21 13:40:38 2009 -0400
 
     [HB] Fix bug in chain_context_lookup() invocations
-
-    Part of Bug 595539 - Regressions in rendering certain Thai sequences
-    with
+    
+    Part of Bug 595539 - Regressions in rendering certain Thai sequences with
     OpenType font
 
  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
@@ -68291,8 +202910,7 @@ Date:   Fri Aug 28 17:17:11 2009 -0400
  src/hb-open-type-private.hh          | 50 ++++++++++----------
  src/hb-ot-layout-common-private.hh   | 32 ++++++-------
  src/hb-ot-layout-gdef-private.hh     | 20 ++++----
- src/hb-ot-layout-gpos-private.hh     | 92
- ++++++++++++++++++------------------
+ src/hb-ot-layout-gpos-private.hh     | 92 ++++++++++++++++++------------------
  src/hb-ot-layout-gsub-private.hh     | 72 ++++++++++++++--------------
  src/hb-ot-layout-gsubgpos-private.hh | 78 +++++++++++++++---------------
  7 files changed, 176 insertions(+), 176 deletions(-)
@@ -68305,8 +202923,7 @@ Date:   Fri Aug 28 17:14:33 2009 -0400
 
  src/hb-ot-layout-gpos-private.hh     | 29 ++++++++++++++++++---
  src/hb-ot-layout-gsub-private.hh     | 28 ++++++++++++++++++---
- src/hb-ot-layout-gsubgpos-private.hh | 49
- ++++++++++++++++++++++++++++++++++--
+ src/hb-ot-layout-gsubgpos-private.hh | 49 ++++++++++++++++++++++++++++++++++--
  3 files changed, 98 insertions(+), 8 deletions(-)
 
 commit 95e202403ffa543c817f45cca21fbc116eb8e807
@@ -68360,7 +202977,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 20 14:01:37 2009 -0400
 
     Bug 592484 -  invalid write in HB
-
+    
     Fix off-by-one.
 
  src/hb-ot-layout.cc | 4 ++--
@@ -68389,7 +203006,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 19 18:07:36 2009 -0400
 
     [HB] Rename CAIRO_ in macro prefix to HB_
-
+    
     Hiss!
 
  src/hb-private.h | 6 +++---
@@ -68400,13 +203017,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 19 16:45:41 2009 -0400
 
     [HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE
-
+    
     Unlike the rest of the memory-mode enum, this one didn't only
     describe the access mode of the input memory region.  Remove it.
-
+    
     If someone wants to inhibit duplicating, they can lock the blob
     and throw away the key.
-
+    
     Based on mailing list discussion with Carl Worth.
 
  src/hb-blob.c | 51 +++++++++++++++++++++++++--------------------------
@@ -68499,11 +203116,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Tue Aug 18 15:49:23 2009 -0400
 
     Bug 592194 -  Fix missing _SC_PAGE_SIZE macro
-
+    
     Autoconfiscate a simple call to mprotect() even more.
 
- src/hb-blob.c | 94
- ++++++++++++++++++++++++++++++++++++++---------------------
+ src/hb-blob.c | 94 ++++++++++++++++++++++++++++++++++++++---------------------
  1 file changed, 60 insertions(+), 34 deletions(-)
 
 commit 3c69bd46e27069fac0bfdefdecf5492c17eb01df
@@ -68511,9 +203127,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 17 16:48:13 2009 -0400
 
     [HB] Avoid int overflow in GPOS
-
-    Bug 592036 - integer overflow bug causes misrendering of Nepali
-    characters
+    
+    Bug 592036 - integer overflow bug causes misrendering of Nepali characters
 
  src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
  src/hb-private.h                 |  3 +++
@@ -68534,8 +203149,7 @@ Date:   Fri Aug 14 19:33:24 2009 -0400
 
     [HB] Merge mark positionin code between three types of lookups
 
- src/hb-ot-layout-gpos-private.hh | 95
- ++++++++++++----------------------------
+ src/hb-ot-layout-gpos-private.hh | 95 ++++++++++++----------------------------
  1 file changed, 29 insertions(+), 66 deletions(-)
 
 commit cd33cb9ed84308da72bd7c64b9355dc2410c63ec
@@ -68576,8 +203190,7 @@ Date:   Fri Aug 14 18:14:03 2009 -0400
 
     [HB] Simplify MarkBase and MarkLig too
 
- src/hb-ot-layout-gpos-private.hh | 127
- +++++++++++++++------------------------
+ src/hb-ot-layout-gpos-private.hh | 127 +++++++++++++++------------------------
  1 file changed, 48 insertions(+), 79 deletions(-)
 
 commit dfa54f4440960c39d37ef02fff4c0d9eb315d4b4
@@ -68645,8 +203258,7 @@ Date:   Thu Aug 13 17:13:25 2009 -0400
 
  src/Makefile.am |  2 ++
  src/hb-shape.c  | 40 ++++++++++++++++++++++++++++++++++++++++
- src/hb-shape.h  | 53
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-shape.h  | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 95 insertions(+)
 
 commit 2866d2974b6768e93cc7d473d14c5a8abae5f7fd
@@ -68654,7 +203266,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 13 11:47:08 2009 -0400
 
     [HB] Bitfield packing *is* very delicate
-
+    
     Fix the second instance.
 
  src/hb-buffer.h | 2 +-
@@ -68665,7 +203277,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 13 05:25:23 2009 -0400
 
     Bug 591511 – hh-blob.c does not compile using mingw on windows
-
+    
     Check for sys/mman.h, not mprotect().
 
  src/hb-blob.c | 8 ++++----
@@ -68676,9 +203288,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Aug 13 05:20:46 2009 -0400
 
     [HB] Fix buffer sizing issue with mingw gcc
-
-    Bit field packing is a delicate field.  Issue reported in comment
-    3 here:
+    
+    Bit field packing is a delicate field.  Issue reported in comment 3 here:
     http://bugzilla.gnome.org/show_bug.cgi?id=591511
 
  src/hb-buffer-private.h | 14 +++++++-------
@@ -68689,7 +203300,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 12 19:45:50 2009 -0400
 
     Bug 591413 – needs to link with libstdc++
-
+    
     Enforce -fno-exceptions better.
 
  src/Makefile.am | 2 +-
@@ -68700,7 +203311,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 12 19:36:29 2009 -0400
 
     Bug 591511 – hb-blob.c does not compile using mingw on windows
-
+    
     Only call mprotect() when available.  For optimal performance, a win32
     way to make memory writeable needs to be added.
 
@@ -68730,7 +203341,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 12 16:47:27 2009 -0400
 
     [HB] Fix _hb_buffer_next() when positioning
-
+    
     We were copying glyphs to output.  This should not happen when in
     GPOS.  Back then it was fine, then some optimizations broke then
     assumption.
@@ -68762,7 +203373,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed Aug 12 15:40:04 2009 -0400
 
     [HB] Fix invalid access / overflow on x86-64
-
+    
     Bug 591557 – [HB] crash scrolling the evolution message list
     Bug 591576 – crashed with SIGSEGV at pango
 
@@ -68810,8 +203421,7 @@ Date:   Mon Aug 10 23:35:05 2009 -0400
     [HB] Add hb-glib
 
  src/Makefile.am          |  4 +++-
- src/hb-glib.c            | 56
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-glib.c            | 56 ++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-glib.h            | 41 +++++++++++++++++++++++++++++++++++
  src/hb-unicode-private.h |  2 +-
  src/hb-unicode.c         | 10 ++++-----
@@ -68857,8 +203467,7 @@ Date:   Mon Aug 10 22:58:56 2009 -0400
 
  src/hb-object-private.h  |  2 +-
  src/hb-unicode-private.h | 12 ++++-----
- src/hb-unicode.c         | 67
- ++++++++++++++++++++++++++++++++++++++++++------
+ src/hb-unicode.c         | 67 ++++++++++++++++++++++++++++++++++++++++++------
  src/hb-unicode.h         |  3 ---
  4 files changed, 65 insertions(+), 19 deletions(-)
 
@@ -68868,8 +203477,7 @@ Date:   Mon Aug 10 22:47:57 2009 -0400
 
     [HB] Implement buffer UTF-X input
 
- src/hb-buffer.c | 110
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-buffer.c | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-buffer.h |  12 +++----
  2 files changed, 116 insertions(+), 6 deletions(-)
 
@@ -68914,8 +203522,7 @@ Date:   Mon Aug 10 20:05:16 2009 -0400
  src/hb-font.h            | 140 ++++++++++--------------------
  src/hb-unicode-private.h |  54 ++++++++++++
  src/hb-unicode.c         |  89 +++++++++++++++++++
- src/hb-unicode.h         | 220
- +++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-unicode.h         | 220 +++++++++++++++++++++++++++++++++++++++++++++++
  7 files changed, 463 insertions(+), 235 deletions(-)
 
 commit 20b035dad41247076815a2bbb0346d63058b322f
@@ -68923,7 +203530,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 10 19:00:36 2009 -0400
 
     [HB] Put C++ inline's back
-
+    
     Apparetly in C++, inline means a totally different thing.
 
  src/hb-open-file-private.hh          | 14 +++++++-------
@@ -68940,7 +203547,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Aug 10 13:57:02 2009 -0400
 
     [HB] Don't override CXX compiler
-
+    
     Just add couple of options to it (still assuming gcc)
 
  src/Makefile.am | 3 ++-
@@ -68999,9 +203606,8 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Aug 8 16:57:27 2009 -0400
 
     [HB] Remove hb_ot_layout_table_find_feature()
-
-    That function doesn't make much sense as multiple features in the
-    table may
+    
+    That function doesn't make much sense as multiple features in the table may
     have the same tag.
 
  src/hb-ot-layout.cc | 16 ----------------
@@ -69045,8 +203651,7 @@ Date:   Fri Aug 7 19:46:30 2009 -0400
  src/hb-open-type-private.hh          | 104 +------------------------
  src/hb-ot-layout-common-private.hh   | 103 ++++++++++++++++++------
  src/hb-ot-layout-gsubgpos-private.hh |  35 +++++++--
- src/hb-ot-layout.cc                  | 146
- ++++++++++++-----------------------
+ src/hb-ot-layout.cc                  | 146 ++++++++++++-----------------------
  src/hb-ot-layout.h                   | 101 ++++++++++--------------
  7 files changed, 240 insertions(+), 292 deletions(-)
 
@@ -69123,8 +203728,7 @@ Date:   Thu Aug 6 13:33:51 2009 -0400
 
     [HB] Fix blob to use a actual mutex
 
- src/hb-blob.c           | 125
- +++++++++++++++++++++++++++++++++++-------------
+ src/hb-blob.c           | 125 +++++++++++++++++++++++++++++++++++-------------
  src/hb-object-private.h |   4 +-
  src/hb-private.h        |  20 +++++---
  3 files changed, 106 insertions(+), 43 deletions(-)
@@ -69138,8 +203742,7 @@ Date:   Thu Aug 6 12:32:35 2009 -0400
  src/Makefile.am         |  5 +++--
  src/hb-blob.c           |  4 ++--
  src/hb-object-private.h | 19 ++++++-------------
- src/hb-private.h        | 45
- ++++++++++++++++++++++++++-------------------
+ src/hb-private.h        | 45 ++++++++++++++++++++++++++-------------------
  4 files changed, 37 insertions(+), 36 deletions(-)
 
 commit 9b76a290a94f2603f3cb9498ae976125347cf54b
@@ -69193,8 +203796,7 @@ Date:   Wed Aug 5 15:20:34 2009 -0400
 
     [HB] Improve debug output and fix mprotect bug
 
- src/hb-blob.c               | 57
- ++++++++++++++++++++++++++++++++++++++-------
+ src/hb-blob.c               | 57 ++++++++++++++++++++++++++++++++++++++-------
  src/hb-open-type-private.hh | 30 +++++++++++-------------
  src/hb-private.h            |  3 ++-
  3 files changed, 65 insertions(+), 25 deletions(-)
@@ -69251,8 +203853,7 @@ Date:   Tue Aug 4 23:01:23 2009 -0400
 
     [HB] More debugging output
 
- src/hb-open-type-private.hh | 45
- ++++++++++++++++++++++++++++++++++++++++-----
+ src/hb-open-type-private.hh | 45 ++++++++++++++++++++++++++++++++++++++++-----
  1 file changed, 40 insertions(+), 5 deletions(-)
 
 commit 8cd6fa28d1b77100491519b8dedb2e113508bf59
@@ -69280,8 +203881,7 @@ Date:   Tue Aug 4 22:35:36 2009 -0400
     [HB] Add sanitize debugging facilities
 
  src/hb-open-file-private.hh          |  4 ++++
- src/hb-open-type-private.hh          | 43
- +++++++++++++++++++++++++++++++-----
+ src/hb-open-type-private.hh          | 43 +++++++++++++++++++++++++++++++-----
  src/hb-ot-layout-common-private.hh   | 17 ++++++++++++++
  src/hb-ot-layout-gdef-private.hh     | 10 +++++++++
  src/hb-ot-layout-gpos-private.hh     | 28 +++++++++++++++++++++++
@@ -69358,8 +203958,7 @@ Date:   Tue Aug 4 20:52:47 2009 -0400
 
     [HB] Add Sanitizer
 
- src/hb-open-types-private.hh | 58
- ++++++++++++++++++++++++++++++++++++++++----
+ src/hb-open-types-private.hh | 58 ++++++++++++++++++++++++++++++++++++++++----
  1 file changed, 53 insertions(+), 5 deletions(-)
 
 commit 2765d333e523a13dbd932fa33f3b39a5cf83f0f7
@@ -69389,8 +203988,7 @@ Date:   Tue Aug 4 19:31:02 2009 -0400
 
     [HB] Shuffle code around
 
- src/hb-open-types-private.hh | 127
- ++++++++++++++++++++++---------------------
+ src/hb-open-types-private.hh | 127 ++++++++++++++++++++++---------------------
  1 file changed, 65 insertions(+), 62 deletions(-)
 
 commit b1e187fc6365f5355c652a61494a5e9f6acf51b4
@@ -69408,8 +204006,7 @@ Date:   Tue Aug 4 15:07:24 2009 -0400
 
     [HB] open-file sanitize()
 
- src/hb-open-file-private.hh  | 46
- ++++++++++++++++++++++++++++++++++++++++----
+ src/hb-open-file-private.hh  | 46 ++++++++++++++++++++++++++++++++++++++++----
  src/hb-open-types-private.hh | 13 +++++++++++++
  2 files changed, 55 insertions(+), 4 deletions(-)
 
@@ -69429,8 +204026,7 @@ Date:   Tue Aug 4 14:33:23 2009 -0400
 
     [HB] GDEF sanitize()
 
- src/hb-ot-layout-gdef-private.hh     | 54
- ++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-gdef-private.hh     | 54 ++++++++++++++++++++++++++++++++++++
  src/hb-ot-layout-gpos-private.hh     |  2 +-
  src/hb-ot-layout-gsub-private.hh     |  2 +-
  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
@@ -69488,8 +204084,7 @@ Date:   Tue Aug 4 13:30:49 2009 -0400
     [HB] GPOS sanitize()
 
  src/hb-open-types-private.hh     |  22 ++++-
- src/hb-ot-layout-gpos-private.hh | 195
- ++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout-gpos-private.hh | 195 ++++++++++++++++++++++++++++++++++++++-
  src/hb-ot-layout-gsub-private.hh |   2 -
  3 files changed, 213 insertions(+), 6 deletions(-)
 
@@ -69531,8 +204126,7 @@ Date:   Tue Aug 4 11:38:50 2009 -0400
  src/hb-open-types-private.hh         | 23 ++++++++-----
  src/hb-ot-layout-common-private.hh   |  7 ++--
  src/hb-ot-layout-gsub-private.hh     | 27 ++++++---------
- src/hb-ot-layout-gsubgpos-private.hh | 64
- +++++++++++++-----------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 64 +++++++++++++-----------------------
  4 files changed, 50 insertions(+), 71 deletions(-)
 
 commit 196598bbccff08415ff5192314cba044df258cad
@@ -69546,8 +204140,7 @@ Date:   Tue Aug 4 11:04:32 2009 -0400
  src/hb-ot-layout-common-private.hh   |  8 +++----
  src/hb-ot-layout-gpos-private.hh     | 12 +++++-----
  src/hb-ot-layout-gsub-private.hh     | 20 ++++++++--------
- src/hb-ot-layout-gsubgpos-private.hh | 44
- ++++++++++++++++++------------------
+ src/hb-ot-layout-gsubgpos-private.hh | 44 ++++++++++++++++++------------------
  6 files changed, 57 insertions(+), 50 deletions(-)
 
 commit 92b5dd8e71e1bdeaa6e86a53f167683a3f5f4289
@@ -69556,8 +204149,7 @@ Date:   Tue Aug 4 10:41:32 2009 -0400
 
     [HB] Merge more templates
 
- src/hb-open-types-private.hh | 167
- ++++++++++++++-----------------------------
+ src/hb-open-types-private.hh | 167 ++++++++++++++-----------------------------
  1 file changed, 55 insertions(+), 112 deletions(-)
 
 commit e6ab2c59ba2d37942ac5fcbfe61d38b7e359ac8c
@@ -69566,8 +204158,7 @@ Date:   Tue Aug 4 10:23:01 2009 -0400
 
     [HB] Simplify indirect sanitize()
 
- src/hb-open-types-private.hh       | 52
- ++++++++++++++++++--------------------
+ src/hb-open-types-private.hh       | 52 ++++++++++++++++++--------------------
  src/hb-ot-layout-common-private.hh | 11 +-------
  2 files changed, 26 insertions(+), 37 deletions(-)
 
@@ -69606,8 +204197,7 @@ Date:   Tue Aug 4 02:09:34 2009 -0400
 
  src/hb-open-file-private.hh          |  2 +-
  src/hb-open-types-private.hh         | 12 ++++---
- src/hb-ot-layout-common-private.hh   | 64
- +++++++++++++++++++++++++++++++-----
+ src/hb-ot-layout-common-private.hh   | 64 +++++++++++++++++++++++++++++++-----
  src/hb-ot-layout-gdef-private.hh     |  2 +-
  src/hb-ot-layout-gsubgpos-private.hh | 15 +++++++--
  5 files changed, 79 insertions(+), 16 deletions(-)
@@ -69620,8 +204210,7 @@ Date:   Tue Aug 4 00:58:28 2009 -0400
 
  src/hb-open-types-private.hh         | 105 ++++++++++++++++++++++++++++-
  src/hb-ot-layout-common-private.hh   |  48 +++++++++++++-
- src/hb-ot-layout-gsub-private.hh     | 125
- ++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout-gsub-private.hh     | 125 ++++++++++++++++++++++++++++++++++-
  src/hb-ot-layout-gsubgpos-private.hh | 104 +++++++++++++++++++++++++++++
  4 files changed, 376 insertions(+), 6 deletions(-)
 
@@ -69645,8 +204234,7 @@ Date:   Mon Aug 3 22:01:47 2009 -0400
 
  src/hb-font.cc             | 23 ++++++++++++---------
  src/hb-ot-layout-private.h |  9 +++++---
- src/hb-ot-layout.cc        | 51
- +++++++++++++++++++++++-----------------------
+ src/hb-ot-layout.cc        | 51 +++++++++++++++++++++++-----------------------
  3 files changed, 44 insertions(+), 39 deletions(-)
 
 commit 23c86aa0009324433e78fcd0c47f2c0ff14b1949
@@ -69665,8 +204253,7 @@ Date:   Mon Aug 3 21:40:20 2009 -0400
  src/hb-ot-layout-gsub-private.hh     |  32 ++---
  src/hb-ot-layout-gsubgpos-private.hh |   8 +-
  src/hb-ot-layout-private.h           |  40 ++++---
- src/hb-ot-layout.cc                  | 220
- +++++++++++++++--------------------
+ src/hb-ot-layout.cc                  | 220 +++++++++++++++--------------------
  11 files changed, 237 insertions(+), 197 deletions(-)
 
 commit fc6c94002dd5478cf9fbdaff12d8374a786c85e1
@@ -69675,8 +204262,7 @@ Date:   Mon Aug 3 21:27:08 2009 -0400
 
     [HB] Simplify sub-blob support
 
- src/hb-blob.c | 172
- ++++++++++++++++++++++------------------------------------
+ src/hb-blob.c | 172 ++++++++++++++++++++++------------------------------------
  src/hb-blob.h |  14 +++--
  2 files changed, 74 insertions(+), 112 deletions(-)
 
@@ -69686,8 +204272,7 @@ Date:   Mon Aug 3 17:53:29 2009 -0400
 
     [HB] Add sub-blobs
 
- src/hb-blob.c | 162
- +++++++++++++++++++++++++++++++++++++++++++++++++---------
+ src/hb-blob.c | 162 +++++++++++++++++++++++++++++++++++++++++++++++++---------
  src/hb-blob.h |  12 ++++-
  2 files changed, 147 insertions(+), 27 deletions(-)
 
@@ -69707,8 +204292,7 @@ Date:   Sun Aug 2 20:03:12 2009 -0400
 
     [OT] Rename C++ header files from *.h to *.hh
 
- src/Makefile.am                                            | 14
- +++++++-------
+ src/Makefile.am                                            | 14 +++++++-------
  src/{hb-open-file-private.h => hb-open-file-private.hh}    |  8 ++++----
  src/{hb-open-types-private.h => hb-open-types-private.hh}  |  6 +++---
  ...out-common-private.h => hb-ot-layout-common-private.hh} |  8 ++++----
@@ -69727,10 +204311,8 @@ Date:   Sun Aug 2 19:57:00 2009 -0400
     [HB] Move OT file handling out of ot-layout
 
  src/Makefile.am                                    |   3 +-
- src/hb-open-file-private.h                         | 145
- +++++++++++++++++++++
- ...yout-open-private.h => hb-open-types-private.h} | 117
- +----------------
+ src/hb-open-file-private.h                         | 145 +++++++++++++++++++++
+ ...yout-open-private.h => hb-open-types-private.h} | 117 +----------------
  src/hb-ot-layout-common-private.h                  |   4 +-
  src/hb-ot-layout.cc                                |   2 +-
  src/main.cc                                        |   4 +-
@@ -69751,8 +204333,7 @@ Date:   Sun Aug 2 17:41:36 2009 -0400
  src/hb-ot-layout-gsub-private.h     |  50 +++---
  src/hb-ot-layout-gsubgpos-private.h |  12 +-
  src/hb-ot-layout-private.h          |  36 +++-
- src/hb-ot-layout.cc                 | 334
- ++++++++++++++++++++----------------
+ src/hb-ot-layout.cc                 | 334 ++++++++++++++++++++----------------
  src/hb-ot-layout.h                  | 207 ++++++++++------------
  11 files changed, 415 insertions(+), 376 deletions(-)
 
@@ -69782,7 +204363,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Aug 1 23:06:27 2009 -0400
 
     [HB] Rename _duplicate to _copy
-
+    
     To be in line with cairo
 
  src/hb-font.c | 4 ++--
@@ -69804,10 +204385,8 @@ Date:   Sat Aug 1 22:53:04 2009 -0400
 
     [HB] Cleanup public buffer structs
 
- src/hb-buffer-private.h         | 46
- +++++++++++++++++++++++++++++++-------
- src/hb-buffer.c                 | 49
- +++++++++++++++++++++--------------------
+ src/hb-buffer-private.h         | 46 +++++++++++++++++++++++++++++++-------
+ src/hb-buffer.c                 | 49 +++++++++++++++++++++--------------------
  src/hb-buffer.h                 | 35 ++++++++++++++---------------
  src/hb-ot-layout-gpos-private.h |  8 +++----
  src/hb-ot-layout-private.h      |  5 +++--
@@ -69832,8 +204411,7 @@ Date:   Sat Aug 1 22:19:06 2009 -0400
     [HB] Port buffert to new object API
 
  src/hb-buffer-private.h | 24 +++++++++++++++---
- src/hb-buffer.c         | 65
- +++++++++++++++++++++++++++++++++++++------------
+ src/hb-buffer.c         | 65 +++++++++++++++++++++++++++++++++++++------------
  src/hb-buffer.h         | 53 +++++++++++++++++++++++++---------------
  3 files changed, 104 insertions(+), 38 deletions(-)
 
@@ -69880,8 +204458,7 @@ Date:   Sat Aug 1 20:46:02 2009 -0400
     [HB] Assorted compiler macros
 
  src/hb-ot-layout-open-private.h |  4 +-
- src/hb-private.h                | 88
- +++++++++++++++++++++++++++++++----------
+ src/hb-private.h                | 88 +++++++++++++++++++++++++++++++----------
  2 files changed, 70 insertions(+), 22 deletions(-)
 
 commit ba8d94ce3360bfaf2c530d01f2af69237018a531
@@ -69893,8 +204470,7 @@ Date:   Sat Aug 1 20:29:22 2009 -0400
  src/Makefile.am                                    |  2 +-
  src/hb-blob.c                                      |  6 +---
  src/hb-font-private.h                              |  1 -
- src/hb-font.c                                      | 37
- +++++++---------------
+ src/hb-font.c                                      | 37 +++++++---------------
  src/{hb-refcount-private.h => hb-object-private.h} | 14 ++++++--
  src/hb-private.h                                   |  2 ++
  6 files changed, 27 insertions(+), 35 deletions(-)
@@ -69904,14 +204480,13 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Aug 1 19:54:49 2009 -0400
 
     [HB] Add abstract font and face API
-
+    
     Not used yet.
 
  src/Makefile.am           |   3 +
  src/hb-blob.c             |   6 +-
  src/hb-font-private.h     | 108 +++++++++++++++
- src/hb-font.c             | 331
- ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-font.c             | 331 ++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-font.h             | 182 +++++++++++++++++++++++++
  src/hb-refcount-private.h |  14 +-
  6 files changed, 636 insertions(+), 8 deletions(-)
@@ -69968,8 +204543,7 @@ Date:   Thu Jul 30 15:33:57 2009 -0400
     [HB] Add a "blob" manager
 
  src/Makefile.am           |   5 +-
- src/hb-blob.c             | 181
- ++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-blob.c             | 181 ++++++++++++++++++++++++++++++++++++++++++++++
  src/hb-blob.h             |  74 +++++++++++++++++++
  src/hb-private.h          |   2 +
  src/hb-refcount-private.h |  54 ++++++++++++++
@@ -69995,8 +204569,7 @@ Date:   Wed Jul 29 18:37:57 2009 -0400
 
     [HB] Rename internal vars
 
- src/hb-ot-layout-gsubgpos-private.h | 56
- ++++++++++++++++++-------------------
+ src/hb-ot-layout-gsubgpos-private.h | 56 ++++++++++++++++++-------------------
  1 file changed, 28 insertions(+), 28 deletions(-)
 
 commit b196e6f2743d631ef181f1116370be3055063d36
@@ -70014,8 +204587,7 @@ Date:   Tue Jul 28 15:43:34 2009 -0400
 
     Apply patch from Jonathan Kew
 
- src/hb-buffer.c     | 75
- ++++++++++++++++++++++++++++-------------------------
+ src/hb-buffer.c     | 75 ++++++++++++++++++++++++++++-------------------------
  src/hb-buffer.h     |  6 ++++-
  src/hb-ot-layout.cc | 31 ++++++++++++++++++++++
  src/hb-ot-layout.h  | 15 +++++++++++
@@ -70027,7 +204599,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat Jul 25 19:09:01 2009 -0400
 
     Revert "XX"
-
+    
     This reverts commit c939f6aff405ca7b10b1f1538f46148bff719fcb.
 
  src/Makefile.am                     |   2 -
@@ -70035,8 +204607,7 @@ Date:   Sat Jul 25 19:09:01 2009 -0400
  src/hb-buffer.h                     |  14 -----
  src/hb-common.h                     |   3 -
  src/hb-ot-layout-gdef-private.h     |  32 +++++------
- src/hb-ot-layout-gpos-private.h     | 108
- ++++++++++++++++++------------------
+ src/hb-ot-layout-gpos-private.h     | 108 ++++++++++++++++++------------------
  src/hb-ot-layout-gsub-private.h     |  46 +++++++--------
  src/hb-ot-layout-gsubgpos-private.h |  68 +++++++++++------------
  src/hb-ot-layout-private.h          |  28 ++++------
@@ -70056,8 +204627,7 @@ Date:   Wed Jun 10 23:26:51 2009 -0400
  src/hb-buffer.h                     |  14 +++++
  src/hb-common.h                     |   3 +
  src/hb-ot-layout-gdef-private.h     |  32 +++++------
- src/hb-ot-layout-gpos-private.h     | 108
- ++++++++++++++++++------------------
+ src/hb-ot-layout-gpos-private.h     | 108 ++++++++++++++++++------------------
  src/hb-ot-layout-gsub-private.h     |  46 +++++++--------
  src/hb-ot-layout-gsubgpos-private.h |  68 +++++++++++------------
  src/hb-ot-layout-private.h          |  28 ++++++----
@@ -70079,13 +204649,11 @@ commit e35bbd570a5d914f86f1ea83941ee4328f268059
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat May 30 12:02:46 2009 -0400
 
-    [HB] Improve buffer.  Don't dup out buffer unless out is longer
-    than in
-
+    [HB] Improve buffer.  Don't dup out buffer unless out is longer than in
+    
     That is, we work in-place even for ligatures now.
 
- src/hb-buffer.c | 156
- ++++++++++++++++++++++++--------------------------------
+ src/hb-buffer.c | 156 ++++++++++++++++++++++++--------------------------------
  src/hb-buffer.h |   7 ++-
  2 files changed, 71 insertions(+), 92 deletions(-)
 
@@ -70151,8 +204719,7 @@ Date:   Tue May 26 17:58:37 2009 -0400
 
     [GPOS] Fix mark matching
 
- src/hb-ot-layout-gpos-private.h | 44
- +++++++++++++++++++----------------------
+ src/hb-ot-layout-gpos-private.h | 44 +++++++++++++++++++----------------------
  1 file changed, 20 insertions(+), 24 deletions(-)
 
 commit 4189b92aaa41e4a1756c561cc6e08b0ed024afda
@@ -70166,8 +204733,7 @@ Date:   Tue May 26 17:31:56 2009 -0400
  src/hb-ot-layout-gsub-private.h     | 38 +++++++++-----------
  src/hb-ot-layout-gsubgpos-private.h | 14 ++++----
  src/hb-ot-layout-private.h          |  6 ++++
- src/hb-ot-layout.cc                 | 69
- ++++++++++++++++++++++++-------------
+ src/hb-ot-layout.cc                 | 69 ++++++++++++++++++++++++-------------
  6 files changed, 76 insertions(+), 65 deletions(-)
 
 commit 1246e41021ab1d782b4c97e5d81c4917a57e3ed4
@@ -70176,8 +204742,7 @@ Date:   Tue May 26 15:58:34 2009 -0400
 
     [GDEF] Support MarkFilteringSets
 
- src/hb-ot-layout.cc | 59
- +++++++++++++++++++----------------------------------
+ src/hb-ot-layout.cc | 59 +++++++++++++++++++----------------------------------
  1 file changed, 21 insertions(+), 38 deletions(-)
 
 commit 5130c35e93528bcf3095fee5baf3847589167a58
@@ -70197,8 +204762,7 @@ Date:   Tue May 26 15:38:53 2009 -0400
 
     [HB] Support parsing MarkFilteringSets introduced in OpenType 1.6
 
- src/hb-ot-layout-gdef-private.h | 55
- +++++++++++++++++++++++++++++++++++------
+ src/hb-ot-layout-gdef-private.h | 55 +++++++++++++++++++++++++++++++++++------
  src/hb-ot-layout-gpos-private.h |  1 +
  src/hb-ot-layout.cc             |  6 ++---
  3 files changed, 51 insertions(+), 11 deletions(-)
@@ -70227,8 +204791,7 @@ Date:   Tue May 26 12:40:10 2009 -0400
 
     [HB] Implement get_lig_carets()
 
- src/hb-ot-layout-gdef-private.h | 57
- ++++++++++++++++++++++++++++++++---------
+ src/hb-ot-layout-gdef-private.h | 57 ++++++++++++++++++++++++++++++++---------
  src/hb-ot-layout.cc             | 17 +++++++++---
  src/hb-ot-layout.h              |  8 +++++-
  src/main.cc                     |  9 +------
@@ -70266,8 +204829,7 @@ Date:   Mon May 25 04:04:24 2009 -0400
     [HB] More buffer cleanup
 
  src/hb-buffer-private.h             |  39 +++--------
- src/hb-buffer.c                     | 136
- ++++++++++++++++++------------------
+ src/hb-buffer.c                     | 136 ++++++++++++++++++------------------
  src/hb-buffer.h                     |  22 +++---
  src/hb-ot-layout-gpos-private.h     |  29 ++++----
  src/hb-ot-layout-gsub-private.h     |  10 +--
@@ -70287,8 +204849,7 @@ Date:   Mon May 25 03:39:11 2009 -0400
  src/hb-buffer.c                     | 26 ++++++++------
  src/hb-ot-layout-gsub-private.h     | 26 +++++---------
  src/hb-ot-layout-gsubgpos-private.h |  2 +-
- src/hb-ot-layout.cc                 | 71
- -------------------------------------
+ src/hb-ot-layout.cc                 | 71 -------------------------------------
  5 files changed, 25 insertions(+), 102 deletions(-)
 
 commit 347f0b8621d3adfec157e5634ff3defc818ea37f
@@ -70351,8 +204912,7 @@ Date:   Mon May 25 02:41:49 2009 -0400
 
     [HB] Simplify Tag
 
- src/hb-ot-layout-open-private.h | 46
- ++++++++++++++++-------------------------
+ src/hb-ot-layout-open-private.h | 46 ++++++++++++++++-------------------------
  1 file changed, 18 insertions(+), 28 deletions(-)
 
 commit 3ec0092c5e2d48e8c4fc1618d3bee427adddb1e7
@@ -70370,8 +204930,7 @@ Date:   Mon May 25 02:27:29 2009 -0400
 
     [HB] Simplify some basic things
 
- src/hb-ot-layout-open-private.h | 90
- +++++++++++++++++++++++++++--------------
+ src/hb-ot-layout-open-private.h | 90 +++++++++++++++++++++++++++--------------
  src/main.cc                     |  8 ++--
  2 files changed, 64 insertions(+), 34 deletions(-)
 
@@ -70412,7 +204971,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun May 24 14:22:22 2009 -0400
 
     [HB] Remove old code!
-
+    
     Goodbye 16 thousand lines of ten-year old code!
 
  src/harfbuzz-dump-main.c      |   97 -
@@ -70423,8 +204982,7 @@ Date:   Sun May 24 14:22:22 2009 -0400
  src/harfbuzz-gdef.h           |  135 -
  src/harfbuzz-global.h         |   84 -
  src/harfbuzz-gpos-private.h   |  712 -----
- src/harfbuzz-gpos.c           | 6071
- -----------------------------------------
+ src/harfbuzz-gpos.c           | 6071 -----------------------------------------
  src/harfbuzz-gpos.h           |  174 --
  src/harfbuzz-gsub-private.h   |  476 ----
  src/harfbuzz-gsub.c           | 4304 -----------------------------
@@ -70475,8 +205033,7 @@ Date:   Sun May 24 01:03:24 2009 -0400
 
  src/hb-ot-layout-gdef-private.h     |  2 +-
  src/hb-ot-layout-gsubgpos-private.h |  2 +-
- src/hb-ot-layout-open-private.h     | 54
- ++++---------------------------------
+ src/hb-ot-layout-open-private.h     | 54 ++++---------------------------------
  3 files changed, 7 insertions(+), 51 deletions(-)
 
 commit 5876bf1b73fcb56cc41b4d348248a4817f9688cb
@@ -70535,11 +205092,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Fri May 22 18:29:45 2009 -0400
 
     [GPOS] MarkLigPosFormat1
-
+    
     GPOS is complete now!  Yay!
 
- src/hb-ot-layout-gpos-private.h | 128
- +++++++++++++++++++++++++++++-----------
+ src/hb-ot-layout-gpos-private.h | 128 +++++++++++++++++++++++++++++-----------
  1 file changed, 92 insertions(+), 36 deletions(-)
 
 commit 923923feb248250626c637c11a886804011197b0
@@ -70559,8 +205115,7 @@ Date:   Thu May 21 22:31:33 2009 -0400
     [HB] Share Extension lookup code between GSUB and GPOS
 
  src/hb-ot-layout-gpos-private.h     | 64 +++++-----------------------
- src/hb-ot-layout-gsub-private.h     | 83
- +++++++------------------------------
+ src/hb-ot-layout-gsub-private.h     | 83 +++++++------------------------------
  src/hb-ot-layout-gsubgpos-private.h | 52 +++++++++++++++++++++++
  3 files changed, 77 insertions(+), 122 deletions(-)
 
@@ -70569,7 +205124,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 21 15:51:04 2009 -0400
 
     [GPOS] Remove printf.  MarkMarkPos1 is working
-
+    
     The "bug" was in the font.
 
  src/hb-ot-layout-gpos-private.h | 1 -
@@ -70582,8 +205137,7 @@ Date:   Thu May 21 12:46:29 2009 -0400
     [HB] Ouch.  Add files.
 
  src/hb-common.h  | 13 +++++-----
- src/hb-private.h | 74
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
+ src/hb-private.h | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
  2 files changed, 78 insertions(+), 9 deletions(-)
 
 commit fe550f4dd815285e9de8c3cbff810b0a1c7b377f
@@ -70591,12 +205145,11 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu May 21 08:27:07 2009 -0400
 
     [GPOS] MarkMarkPosFormat1
-
+    
     Still not quite working.
 
  src/TODO                        |   4 +-
- src/hb-ot-layout-gpos-private.h | 105
- +++++++++++++++++++++++++++++-----------
+ src/hb-ot-layout-gpos-private.h | 105 +++++++++++++++++++++++++++++-----------
  2 files changed, 79 insertions(+), 30 deletions(-)
 
 commit 357ccde36bba01a405d59b7da061fc5048cdc7b4
@@ -70606,8 +205159,7 @@ Date:   Thu May 21 06:32:01 2009 -0400
     [GPOS] MarkBasePosFormat1
 
  src/TODO                        |  1 +
- src/hb-ot-layout-gpos-private.h | 62
- +++++++++++++++++++++++++++++++++++++----
+ src/hb-ot-layout-gpos-private.h | 62 +++++++++++++++++++++++++++++++++++++----
  2 files changed, 58 insertions(+), 5 deletions(-)
 
 commit 377bfc5860ae018f54e4a2dd737b4b000383ab54
@@ -70634,8 +205186,7 @@ Date:   Thu May 21 04:49:04 2009 -0400
 
     [GPOS] Remove apply_value() return value
 
- src/hb-ot-layout-gpos-private.h | 75
- +++++++++++++++++++----------------------
+ src/hb-ot-layout-gpos-private.h | 75 +++++++++++++++++++----------------------
  1 file changed, 34 insertions(+), 41 deletions(-)
 
 commit fb3b5ccfefc4c38c9184d432703e81f73e1f5bc7
@@ -70645,8 +205196,7 @@ Date:   Thu May 21 04:47:05 2009 -0400
     [GPOS] Start MarkBasePosFormat1
 
  src/TODO                        |  1 +
- src/hb-ot-layout-gpos-private.h | 38
- +++++++++++++++++---------------------
+ src/hb-ot-layout-gpos-private.h | 38 +++++++++++++++++---------------------
  2 files changed, 18 insertions(+), 21 deletions(-)
 
 commit ee8776d9e009a7fb8e1f3c1f9cf3ad42d9746a16
@@ -70674,8 +205224,7 @@ Date:   Wed May 20 06:01:16 2009 -0400
 
     [HB] Remove last dependence on the old code base!
 
- src/hb-buffer-private.h         | 88
- ++++++++++++++++++++---------------------
+ src/hb-buffer-private.h         | 88 ++++++++++++++++++++---------------------
  src/hb-buffer.c                 | 47 +++++++++++-----------
  src/hb-ot-layout-gpos-private.h | 11 ++----
  src/hb-ot-layout-gsub-private.h | 12 +++---
@@ -70705,8 +205254,7 @@ Date:   Wed May 20 05:35:14 2009 -0400
     [HB] Remove all references to the old code!
 
  src/Makefile.am            |  76 +++++++---------------
- src/harfbuzz-buffer.c      | 154
- +++++++++++++++++++--------------------------
+ src/harfbuzz-buffer.c      | 154 +++++++++++++++++++--------------------------
  src/harfbuzz-buffer.h      |  80 +++++++++++------------
  src/hb-ot-layout-private.h |   6 +-
  src/hb-ot-layout.cc        |  17 ++---
@@ -70718,7 +205266,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Wed May 20 04:51:30 2009 -0400
 
     [GPOS] Finally it's working, up to Cursive
-
+    
     Wow, IranNastaliq renders perfectly again!
 
  src/hb-ot-layout.cc | 24 ++++++++++++++++++++++++
@@ -70732,8 +205280,7 @@ Date:   Wed May 20 04:16:35 2009 -0400
     [GPOS] Fix more brokenness
 
  src/Makefile.am                 |  2 +-
- src/hb-ot-layout-gpos-private.h | 37
- ++++++++++++++++++++-----------------
+ src/hb-ot-layout-gpos-private.h | 37 ++++++++++++++++++++-----------------
  src/hb-ot-layout.cc             |  7 +++++++
  src/hb-ot-layout.h              |  5 +++++
  4 files changed, 33 insertions(+), 18 deletions(-)
@@ -70744,8 +205291,7 @@ Date:   Wed May 20 03:53:00 2009 -0400
 
     [HB] Move lookup types enum into subtable class
 
- src/hb-ot-layout-gpos-private.h | 66
- ++++++++++++++++++++---------------------
+ src/hb-ot-layout-gpos-private.h | 66 ++++++++++++++++++++---------------------
  src/hb-ot-layout-gsub-private.h | 44 +++++++++++++--------------
  2 files changed, 55 insertions(+), 55 deletions(-)
 
@@ -70764,12 +205310,10 @@ Date:   Tue May 19 23:58:54 2009 -0400
 
     [HB] Indentation
 
- src/hb-ot-layout-common-private.h   | 170
- +++++++++++++++++-------------------
+ src/hb-ot-layout-common-private.h   | 170 +++++++++++++++++-------------------
  src/hb-ot-layout-gdef-private.h     |  65 +++++++-------
  src/hb-ot-layout-gsubgpos-private.h | 150 +++++++++++++++++--------------
- src/hb-ot-layout-open-private.h     | 159
- ++++++++++++++++-----------------
+ src/hb-ot-layout-open-private.h     | 159 ++++++++++++++++-----------------
  src/hb-ot-layout-private.h          |   9 +-
  5 files changed, 288 insertions(+), 265 deletions(-)
 
@@ -70788,10 +205332,8 @@ Date:   Tue May 19 23:42:30 2009 -0400
 
     [HB] Indentation
 
- src/hb-ot-layout-gpos-private.h | 253
- +++++++++++++++++++++-----------------
- src/hb-ot-layout-gsub-private.h | 262
- ++++++++++++++++++++++------------------
+ src/hb-ot-layout-gpos-private.h | 253 +++++++++++++++++++++-----------------
+ src/hb-ot-layout-gsub-private.h | 262 ++++++++++++++++++++++------------------
  2 files changed, 284 insertions(+), 231 deletions(-)
 
 commit d18fd8e3f7185f531fa4c4988d3f5d5c5282b8eb
@@ -70800,8 +205342,7 @@ Date:   Tue May 19 23:25:41 2009 -0400
 
     [GPOS] CursivePosFormat1
 
- src/hb-ot-layout-gpos-private.h | 174
- ++++++++++++++++++++++++++++++++++++++--
+ src/hb-ot-layout-gpos-private.h | 174 ++++++++++++++++++++++++++++++++++++++--
  src/hb-ot-layout-private.h      |   2 +-
  2 files changed, 169 insertions(+), 7 deletions(-)
 
@@ -70811,8 +205352,7 @@ Date:   Tue May 19 22:30:09 2009 -0400
 
     [GSUB] PairPosFormat2
 
- src/hb-ot-layout-gpos-private.h | 43
- ++++++++++++++++++++++++++++++++++++-----
+ src/hb-ot-layout-gpos-private.h | 43 ++++++++++++++++++++++++++++++++++++-----
  1 file changed, 38 insertions(+), 5 deletions(-)
 
 commit b24ecbadf44d56fd3286d1d3ff6928151ccec9bd
@@ -70821,8 +205361,7 @@ Date:   Tue May 19 22:16:04 2009 -0400
 
     [GPOS] PairPosFormat1
 
- src/hb-ot-layout-gpos-private.h | 91
- +++++++++++++++++++++++++++++++++--------
+ src/hb-ot-layout-gpos-private.h | 91 +++++++++++++++++++++++++++++++++--------
  1 file changed, 73 insertions(+), 18 deletions(-)
 
 commit 056c7ec1aea1eca60a3b20b583b8a8072be9d758
@@ -70834,8 +205373,7 @@ Date:   Mon May 18 19:47:52 2009 -0400
  src/harfbuzz-buffer-private.h     |   1 +
  src/harfbuzz-buffer.c             |   3 -
  src/hb-ot-layout-common-private.h |  35 ++++++-----
- src/hb-ot-layout-gpos-private.h   | 127
- ++++++++++++++++++++++++++++----------
+ src/hb-ot-layout-gpos-private.h   | 127 ++++++++++++++++++++++++++++----------
  4 files changed, 116 insertions(+), 50 deletions(-)
 
 commit 4fa77d3c4305a76b956de8c1a9b83a961d035a80
@@ -70865,12 +205403,9 @@ Date:   Mon May 18 18:22:44 2009 -0400
 
     [HB] Rename LOOKUP_ARGS to APPLY_ARGS
 
- src/hb-ot-layout-gpos-private.h     | 88
- ++++++++++++++++++------------------
- src/hb-ot-layout-gsub-private.h     | 84
- +++++++++++++++++-----------------
- src/hb-ot-layout-gsubgpos-private.h | 90
- ++++++++++++++++++-------------------
+ src/hb-ot-layout-gpos-private.h     | 88 ++++++++++++++++++------------------
+ src/hb-ot-layout-gsub-private.h     | 84 +++++++++++++++++-----------------
+ src/hb-ot-layout-gsubgpos-private.h | 90 ++++++++++++++++++-------------------
  3 files changed, 131 insertions(+), 131 deletions(-)
 
 commit 2a8e6accdf798a78ff180dcb593140592d62b872
@@ -70879,10 +205414,8 @@ Date:   Mon May 18 18:21:44 2009 -0400
 
     [HB] Internally rename position() and substitute() to apply()
 
- src/hb-ot-layout-gpos-private.h | 110
- ++++++++++++++++++++--------------------
- src/hb-ot-layout-gsub-private.h | 104
- ++++++++++++++++++-------------------
+ src/hb-ot-layout-gpos-private.h | 110 ++++++++++++++++++++--------------------
+ src/hb-ot-layout-gsub-private.h | 104 ++++++++++++++++++-------------------
  2 files changed, 107 insertions(+), 107 deletions(-)
 
 commit f6c8a6eacf27fd1c509d07c85985f0367c5e475f
@@ -70914,8 +205447,7 @@ Date:   Mon May 18 17:09:33 2009 -0400
 
     [HB] Start GPOS!
 
- src/hb-ot-layout-gpos-private.h | 915
- ++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-gpos-private.h | 915 ++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-layout-gsub-private.h |   2 -
  src/hb-ot-layout-private.h      |  15 +-
  src/hb-ot-layout.cc             |   5 +-
@@ -70954,11 +205486,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 18 05:47:47 2009 -0400
 
     [GSUB] Implement ReverseChainSingleSubst
-
+    
     GSUB is done!
 
- src/hb-ot-layout-gsub-private.h     | 55
- +++++++++++++++++++++++++++----------
+ src/hb-ot-layout-gsub-private.h     | 55 +++++++++++++++++++++++++++----------
  src/hb-ot-layout-gsubgpos-private.h | 43 +++++++++--------------------
  2 files changed, 54 insertions(+), 44 deletions(-)
 
@@ -71048,11 +205579,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon May 18 03:56:39 2009 -0400
 
     [HB] ChainContext complete
-
+    
     IranNastaliq renders perfectly again!
 
- src/hb-ot-layout-gsubgpos-private.h | 63
- +++++++++++++++++++++++++++----------
+ src/hb-ot-layout-gsubgpos-private.h | 63 +++++++++++++++++++++++++++----------
  1 file changed, 46 insertions(+), 17 deletions(-)
 
 commit e072c24e79f0e7c1e078a87c782ab5dd8f21dcda
@@ -71061,8 +205591,7 @@ Date:   Mon May 18 03:47:31 2009 -0400
 
     [HB] Implement backtrack matching
 
- src/hb-ot-layout-gsubgpos-private.h | 61
- +++++++++++++++++++++++++++----------
+ src/hb-ot-layout-gsubgpos-private.h | 61 +++++++++++++++++++++++++++----------
  1 file changed, 45 insertions(+), 16 deletions(-)
 
 commit 02e1e5c63fa4f896053fa3c21e495239e1e9caa2
@@ -71071,8 +205600,7 @@ Date:   Mon May 18 02:47:57 2009 -0400
 
     [HB] One more step to go, for fully working GSUB and ChainContext
 
- src/hb-ot-layout-gsubgpos-private.h | 107
- ++++++++++++++++++++----------------
+ src/hb-ot-layout-gsubgpos-private.h | 107 ++++++++++++++++++++----------------
  1 file changed, 61 insertions(+), 46 deletions(-)
 
 commit f14c2b7acfba75b8a6880f41ceec758f9a56abce
@@ -71081,8 +205609,7 @@ Date:   Mon May 18 02:36:18 2009 -0400
 
     [HB] Further modularize Context matching
 
- src/hb-ot-layout-gsubgpos-private.h | 92
- +++++++++++++++++++++++++------------
+ src/hb-ot-layout-gsubgpos-private.h | 92 +++++++++++++++++++++++++------------
  1 file changed, 63 insertions(+), 29 deletions(-)
 
 commit 13ed4405c558e445b052360f1ed8ee27ecf48e6e
@@ -71091,8 +205618,7 @@ Date:   Mon May 18 02:14:37 2009 -0400
 
     [HB] A step closer to working ChainContext
 
- src/hb-ot-layout-gsubgpos-private.h | 36
- ++++++++++++++++++++++++++----------
+ src/hb-ot-layout-gsubgpos-private.h | 36 ++++++++++++++++++++++++++----------
  1 file changed, 26 insertions(+), 10 deletions(-)
 
 commit e8cbaaf6d538036ff9b880b018db402e0895ed01
@@ -71112,8 +205638,7 @@ Date:   Mon May 18 01:49:57 2009 -0400
 
     [HB] More template goodness
 
- src/hb-ot-layout-gsubgpos-private.h | 37
- +++++++++++++++----------------------
+ src/hb-ot-layout-gsubgpos-private.h | 37 +++++++++++++++----------------------
  1 file changed, 15 insertions(+), 22 deletions(-)
 
 commit aa3d7adca5c821c91a2a1b5380fd6b3d19656ab1
@@ -71124,8 +205649,7 @@ Date:   Sun May 17 23:17:56 2009 -0400
 
  src/hb-ot-layout-common-private.h   |   6 +-
  src/hb-ot-layout-gsub-private.h     |  15 +++-
- src/hb-ot-layout-gsubgpos-private.h | 174
- ++++++++++++++++++++++--------------
+ src/hb-ot-layout-gsubgpos-private.h | 174 ++++++++++++++++++++++--------------
  3 files changed, 125 insertions(+), 70 deletions(-)
 
 commit 48f16ed96ac7041b511d9e0864623d2aa09c6da3
@@ -71134,8 +205658,7 @@ Date:   Sun May 17 22:11:30 2009 -0400
 
     [HB] Towards sharing Context and ChainContext code
 
- src/hb-ot-layout-gsubgpos-private.h | 220
- ++++++++++++++++--------------------
+ src/hb-ot-layout-gsubgpos-private.h | 220 ++++++++++++++++--------------------
  1 file changed, 99 insertions(+), 121 deletions(-)
 
 commit 6cf2a52593cb4b23e3efe5e16228e3172bdcdd05
@@ -71162,8 +205685,7 @@ Date:   Sun May 17 20:48:27 2009 -0400
 
     [HB] Start ChainContext and ReverseChainSingleSubst lookups
 
- src/hb-ot-layout-gsub-private.h     | 269
- ++++++++----------------------------
+ src/hb-ot-layout-gsub-private.h     | 269 ++++++++----------------------------
  src/hb-ot-layout-gsubgpos-private.h | 214 +++++++++++++++++++++++++++-
  2 files changed, 268 insertions(+), 215 deletions(-)
 
@@ -71182,13 +205704,11 @@ Date:   Sun May 17 20:28:01 2009 -0400
 
     [HB] Split Layout-common tables into new files
 
- src/hb-ot-layout-common-private.h   | 429
- ++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-common-private.h   | 429 ++++++++++++++++++++++++++++++++++++
  src/hb-ot-layout-gdef-private.h     |   3 +-
  src/hb-ot-layout-gsub-private.h     |   1 +
  src/hb-ot-layout-gsubgpos-private.h |   2 +
- src/hb-ot-layout-open-private.h     | 408
- ----------------------------------
+ src/hb-ot-layout-open-private.h     | 408 ----------------------------------
  5 files changed, 434 insertions(+), 409 deletions(-)
 
 commit f45107fe0904414f1266648a6c42849c494fe611
@@ -71197,8 +205717,7 @@ Date:   Sun May 17 20:13:02 2009 -0400
 
     [HB] More shuffling
 
- src/hb-ot-layout-gsub-private.h     | 71
- +++++++++++++++++++++----------------
+ src/hb-ot-layout-gsub-private.h     | 71 +++++++++++++++++++++----------------
  src/hb-ot-layout-gsubgpos-private.h | 30 ++++++++++++++++
  src/hb-ot-layout-open-private.h     | 41 ---------------------
  3 files changed, 71 insertions(+), 71 deletions(-)
@@ -71210,8 +205729,7 @@ Date:   Sun May 17 19:47:54 2009 -0400
     [HB] Cleanup format unions
 
  src/hb-ot-layout-gdef-private.h     | 18 ++++----
- src/hb-ot-layout-gsub-private.h     | 87
- +++++++++++++++++++------------------
+ src/hb-ot-layout-gsub-private.h     | 87 +++++++++++++++++++------------------
  src/hb-ot-layout-gsubgpos-private.h | 16 +++----
  src/hb-ot-layout-open-private.h     | 41 +++++++----------
  4 files changed, 77 insertions(+), 85 deletions(-)
@@ -71241,11 +205759,10 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sun May 17 09:34:41 2009 -0400
 
     [HB] Propagate property of first glyph
-
+    
     This slightly grows code size.
 
- src/hb-ot-layout-gsub-private.h     | 100
- +++++++++++++++++++-----------------
+ src/hb-ot-layout-gsub-private.h     | 100 +++++++++++++++++++-----------------
  src/hb-ot-layout-gsubgpos-private.h |   7 +--
  2 files changed, 56 insertions(+), 51 deletions(-)
 
@@ -71264,8 +205781,7 @@ Date:   Sun May 17 08:59:01 2009 -0400
 
     [HB] Unify first glyph property checking
 
- src/hb-ot-layout-gsub-private.h     | 81
- ++++++++++++++++---------------------
+ src/hb-ot-layout-gsub-private.h     | 81 ++++++++++++++++---------------------
  src/hb-ot-layout-gsubgpos-private.h | 12 ------
  2 files changed, 35 insertions(+), 58 deletions(-)
 
@@ -71276,10 +205792,8 @@ Date:   Sun May 17 08:28:42 2009 -0400
     [HB] Move Context matching logic out of GSUB
 
  src/hb-ot-layout-gdef-private.h     |   2 -
- src/hb-ot-layout-gsub-private.h     | 331
- +---------------------------------
- src/hb-ot-layout-gsubgpos-private.h | 347
- ++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-gsub-private.h     | 331 +---------------------------------
+ src/hb-ot-layout-gsubgpos-private.h | 347 ++++++++++++++++++++++++++++++++++++
  3 files changed, 352 insertions(+), 328 deletions(-)
 
 commit a1625528cd5ed94bc8f18903da3300e823ee5b54
@@ -71288,8 +205802,7 @@ Date:   Sun May 17 07:52:11 2009 -0400
 
     [GSUB] Unify ContextSubst matching
 
- src/hb-ot-layout-gsub-private.h | 378
- ++++++++++++++++------------------------
+ src/hb-ot-layout-gsub-private.h | 378 ++++++++++++++++------------------------
  1 file changed, 154 insertions(+), 224 deletions(-)
 
 commit c36238bea40e9e2b589028eb6de0710455b31585
@@ -71298,8 +205811,7 @@ Date:   Sun May 17 07:39:34 2009 -0400
 
     [HB] Renames
 
- src/hb-ot-layout-gsub-private.h | 122
- ++++++++++++++++++++--------------------
+ src/hb-ot-layout-gsub-private.h | 122 ++++++++++++++++++++--------------------
  1 file changed, 61 insertions(+), 61 deletions(-)
 
 commit 15c3e75b39797a153b6bc0598f87b27c4a487228
@@ -71342,8 +205854,7 @@ Date:   Sun May 17 04:59:56 2009 -0400
 
     [HB] Simplify more arrays
 
- src/hb-ot-layout-open-private.h | 241
- ++++++++++++++++------------------------
+ src/hb-ot-layout-open-private.h | 241 ++++++++++++++++------------------------
  src/hb-ot-layout.cc             |   8 +-
  2 files changed, 100 insertions(+), 149 deletions(-)
 
@@ -71354,8 +205865,7 @@ Date:   Sun May 17 01:22:51 2009 -0400
     [HB] Use ArrayOf<> in GSUB
 
  src/hb-ot-layout-gdef-private.h |   3 +-
- src/hb-ot-layout-gsub-private.h | 157
- +++++++++++++---------------------------
+ src/hb-ot-layout-gsub-private.h | 157 +++++++++++++---------------------------
  src/hb-ot-layout-open-private.h |   5 --
  3 files changed, 53 insertions(+), 112 deletions(-)
 
@@ -71366,8 +205876,7 @@ Date:   Sun May 17 00:54:25 2009 -0400
     [HB] Add ArrayOf<>
 
  src/hb-ot-layout-gdef-private.h | 62 ++++++++-------------------------
- src/hb-ot-layout-open-private.h | 77
- ++++++++++++++++++++++++++++++-----------
+ src/hb-ot-layout-open-private.h | 77 ++++++++++++++++++++++++++++++-----------
  2 files changed, 71 insertions(+), 68 deletions(-)
 
 commit 238c855fcd4f0ef97a94a8662d2a2f2bb5c21ecb
@@ -71377,8 +205886,7 @@ Date:   Sun May 17 00:22:37 2009 -0400
     [HB] Use OffsetTo<> for Coverage
 
  src/hb-ot-layout-gdef-private.h |  1 +
- src/hb-ot-layout-gsub-private.h | 55
- ++++++++++++++++-------------------------
+ src/hb-ot-layout-gsub-private.h | 55 ++++++++++++++++-------------------------
  src/hb-ot-layout-open-private.h | 10 +-------
  3 files changed, 23 insertions(+), 43 deletions(-)
 
@@ -71417,13 +205925,12 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Sat May 16 22:48:14 2009 -0400
 
     [HB] Use templates for Null objects
-
+    
     Also use a common pool for all nul-content ones.
 
  src/hb-ot-layout-gdef-private.h |  12 ++--
  src/hb-ot-layout-gsub-private.h |  28 ++++----
- src/hb-ot-layout-open-private.h | 142
- +++++++++++++++++++++++-----------------
+ src/hb-ot-layout-open-private.h | 142 +++++++++++++++++++++++-----------------
  src/hb-ot-layout.cc             |   8 +--
  4 files changed, 105 insertions(+), 85 deletions(-)
 
@@ -71442,8 +205949,7 @@ Date:   Sat May 16 19:59:15 2009 -0400
 
     [GSUB] Start ChainContextSubst
 
- src/hb-ot-layout-gsub-private.h | 50
- ++++++++++++++++++++++++++++++++---------
+ src/hb-ot-layout-gsub-private.h | 50 ++++++++++++++++++++++++++++++++---------
  1 file changed, 39 insertions(+), 11 deletions(-)
 
 commit 7fca9e5245d2d283e8b5354eb1ddf553a7ffc033
@@ -71452,8 +205958,7 @@ Date:   Sat May 16 19:44:24 2009 -0400
 
     [GSUB] Implement ContextSubstFormat3
 
- src/hb-ot-layout-gsub-private.h | 62
- ++++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout-gsub-private.h | 62 ++++++++++++++++++++++++++++++++++++++++-
  1 file changed, 61 insertions(+), 1 deletion(-)
 
 commit 1ff926a5681b5d4bfce65351062cda9dc1ffeba2
@@ -71462,8 +205967,7 @@ Date:   Fri May 15 20:25:37 2009 -0400
 
     [GSUB] Implement ContextSubstFormat2
 
- src/hb-ot-layout-gsub-private.h | 105
- +++++++++++++++++++++++++++++++++++++---
+ src/hb-ot-layout-gsub-private.h | 105 +++++++++++++++++++++++++++++++++++++---
  1 file changed, 97 insertions(+), 8 deletions(-)
 
 commit fc36d9453ed7edb0a570abc44d7caa87aafb0fcf
@@ -71482,8 +205986,7 @@ Date:   Fri May 15 18:54:53 2009 -0400
 
     [GSUB] Finish ContextSubstFormat1
 
- src/hb-ot-layout-gsub-private.h | 77
- ++++++++++++++++++++++++++++++++---------
+ src/hb-ot-layout-gsub-private.h | 77 ++++++++++++++++++++++++++++++++---------
  src/hb-ot-layout-private.h      | 14 ++++++++
  src/hb-ot-layout.cc             | 13 -------
  3 files changed, 74 insertions(+), 30 deletions(-)
@@ -71524,8 +206027,7 @@ Date:   Fri May 8 21:12:18 2009 -0400
     [HB] Remove get_size()
 
  src/hb-ot-layout-gdef-private.h |  9 ------
- src/hb-ot-layout-gsub-private.h | 63
- -----------------------------------------
+ src/hb-ot-layout-gsub-private.h | 63 -----------------------------------------
  src/hb-ot-layout-open-private.h | 42 ++-------------------------
  3 files changed, 3 insertions(+), 111 deletions(-)
 
@@ -71535,8 +206037,7 @@ Date:   Fri May 8 19:09:17 2009 -0400
 
     [GSUB] ContextSubst format 1
 
- src/hb-ot-layout-gsub-private.h | 52
- +++++++++++++++++++++++++++++++++++------
+ src/hb-ot-layout-gsub-private.h | 52 +++++++++++++++++++++++++++++++++++------
  1 file changed, 45 insertions(+), 7 deletions(-)
 
 commit f70229510303109bd0f71423cdf13aa200066d17
@@ -71545,8 +206046,7 @@ Date:   Fri May 8 18:45:53 2009 -0400
 
     [GSUB] Shuffle
 
- src/hb-ot-layout-gsub-private.h | 170
- ++++++++++++++++++++--------------------
+ src/hb-ot-layout-gsub-private.h | 170 ++++++++++++++++++++--------------------
  1 file changed, 86 insertions(+), 84 deletions(-)
 
 commit a83e08f8728439ef75e3dfab2191ac913d8f907b
@@ -71573,8 +206073,7 @@ Date:   Wed May 6 00:12:29 2009 -0400
 
     [GSUB] Towards Context subtitutes
 
- src/hb-ot-layout-gsub-private.h | 137
- +++++++++++++++++++++++++++++++---------
+ src/hb-ot-layout-gsub-private.h | 137 +++++++++++++++++++++++++++++++---------
  1 file changed, 108 insertions(+), 29 deletions(-)
 
 commit c9c6a78aec2b16ac06dfca8cbfaf28a77a10bae2
@@ -71583,8 +206082,7 @@ Date:   Tue May 5 16:22:02 2009 -0400
 
     [GSUB] Minor refactoring
 
- src/hb-ot-layout-gsub-private.h | 42
- ++++++++++++++++++++++-------------------
+ src/hb-ot-layout-gsub-private.h | 42 ++++++++++++++++++++++-------------------
  1 file changed, 23 insertions(+), 19 deletions(-)
 
 commit bb3899a579b00134b24df8891b69bf1621a8190f
@@ -71594,8 +206092,7 @@ Date:   Tue May 5 13:25:13 2009 -0400
     [GSUB] Implement ligature substitutions
 
  src/Makefile.am                 |   2 +
- src/hb-ot-layout-gsub-private.h | 113
- ++++++++++++++++++++++++++++++++--------
+ src/hb-ot-layout-gsub-private.h | 113 ++++++++++++++++++++++++++++++++--------
  2 files changed, 93 insertions(+), 22 deletions(-)
 
 commit 38b011a293181856463dd08d43e2106e5bf1d56e
@@ -71613,8 +206110,7 @@ Date:   Thu Apr 16 16:53:40 2009 -0400
 
     [GSUB] Start Ligature subtable support
 
- src/hb-ot-layout-gsub-private.h | 132
- +++++++++++++++++++++++++++++-----------
+ src/hb-ot-layout-gsub-private.h | 132 +++++++++++++++++++++++++++++-----------
  src/hb-ot-layout.h              |   2 +-
  2 files changed, 96 insertions(+), 38 deletions(-)
 
@@ -71624,8 +206120,7 @@ Date:   Thu Apr 16 14:19:42 2009 -0400
 
     [GSUB] Implement Alternate subtables
 
- src/hb-ot-layout-gsub-private.h | 104
- ++++++++++++++++++++++++++++++++++++----
+ src/hb-ot-layout-gsub-private.h | 104 ++++++++++++++++++++++++++++++++++++----
  src/hb-ot-layout-open-private.h |   2 +-
  2 files changed, 97 insertions(+), 9 deletions(-)
 
@@ -71635,8 +206130,7 @@ Date:   Thu Apr 16 13:40:13 2009 -0400
 
     [GSUB] Implement Extension subtables
 
- src/hb-ot-layout-gsub-private.h | 169
- +++++++++++++++++++++++++---------------
+ src/hb-ot-layout-gsub-private.h | 169 +++++++++++++++++++++++++---------------
  1 file changed, 108 insertions(+), 61 deletions(-)
 
 commit 83e61ff4702121d3418fe82a8fe7ef6bb63bb5d2
@@ -71658,8 +206152,7 @@ Date:   Thu Apr 16 04:45:30 2009 -0400
  src/harfbuzz-impl.h             |   2 +-
  src/harfbuzz.c                  |   1 -
  src/hb-ot-layout-gdef-private.h |   4 +-
- src/hb-ot-layout-gsub-private.h | 383
- +++++++++++++++++++++++++++++-----------
+ src/hb-ot-layout-gsub-private.h | 383 +++++++++++++++++++++++++++++-----------
  src/hb-ot-layout-open-private.h |  31 +++-
  src/hb-ot-layout-private.h      |   6 +-
  src/hb-ot-layout.cc             |  94 +++++++---
@@ -71681,8 +206174,7 @@ Date:   Wed Apr 15 22:56:15 2009 -0400
  src/harfbuzz-gpos.c             |  8 ++--
  src/harfbuzz-gpos.h             |  2 +-
  src/harfbuzz-gsub.h             |  2 +-
- src/hb-ot-layout-gsub-private.h | 88
- +++++++++++++++++++++++++++++++++++++----
+ src/hb-ot-layout-gsub-private.h | 88 +++++++++++++++++++++++++++++++++++++----
  src/hb-ot-layout-open-private.h |  2 +-
  src/hb-ot-layout-private.h      | 23 ++++++-----
  src/hb-ot-layout.cc             | 54 +++++++++++++++++--------
@@ -71690,7 +206182,7 @@ Date:   Wed Apr 15 22:56:15 2009 -0400
  14 files changed, 151 insertions(+), 56 deletions(-)
 
 commit ce48f03946bef895912019046bdbe62bb1301d0b
-Merge: 0e13beeb 2d15e72c
+Merge: 0e13beeb9 2d15e72c7
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Mon Nov 2 14:35:51 2009 -0500
 
@@ -71713,8 +206205,7 @@ Date:   Wed Apr 15 19:50:16 2009 -0400
 
  src/hb-common.h                 |   5 +-
  src/hb-ot-layout-gdef-private.h |  24 ++++----
- src/hb-ot-layout-gsub-private.h | 120
- +++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout-gsub-private.h | 120 +++++++++++++++++++++++++++++++++++++++-
  src/hb-ot-layout-open-private.h |  51 ++++++++++-------
  src/hb-ot-layout-private.h      |   2 +-
  src/hb-ot-layout.cc             |  63 +++++++++++++++++++--
@@ -71727,7 +206218,7 @@ Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Apr 9 13:30:26 2009 -0400
 
     Bug 577952 – Error loading {GDEF,GSUB,GPOS} table 0x6EAD
-
+    
     Detect TrueType Collections by checking the font data header instead
     of checking for "face->num_faces >1".
 
@@ -71767,19 +206258,16 @@ commit aca4d11388eedd532a73bd34747abb65c0ea9291
 Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Mon Feb 2 00:13:07 2009 +0000
 
-    Allocate all array rows in a single ALLOC call. Saves over 100
-    alloc calls
-
+    Allocate all array rows in a single ALLOC call. Saves over 100 alloc calls
+    
     2009-01-31  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array),
             (Free_Mark2Array):
-            Allocate all array rows in a single ALLOC call.  Saves over
-            100
+            Allocate all array rows in a single ALLOC call.  Saves over 100
             alloc calls when loading DejaVu Sans,
 
- src/harfbuzz-gpos.c | 59
- +++++++++++++++--------------------------------------
+ src/harfbuzz-gpos.c | 59 +++++++++++++++--------------------------------------
  1 file changed, 17 insertions(+), 42 deletions(-)
 
 commit c561d69c721105b78bb06d1e3c5f21ca314d924a
@@ -71787,9 +206275,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Jan 29 09:20:08 2009 +0000
 
     Remove ClassDef->Defined field. This is the comment accompanying it:
-
+    
     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/harfbuzz-open.h:
             * pango/opentype/harfbuzz-gdef.c (Make_ClassRange),
             (HB_GDEF_Build_ClassDefinition):
@@ -71801,41 +206289,28 @@ Date:   Thu Jan 29 09:20:08 2009 +0000
             (Load_ClassDef2), (_HB_OPEN_Load_ClassDefinition),
             (_HB_OPEN_Load_EmptyClassDefinition),
             (_HB_OPEN_Free_ClassDefinition):
-            Remove ClassDef->Defined field.  This is the comment
-            accompanying it:
-
-              The `Defined' field is not defined in the OpenType
-              specification
-              but apparently needed for processing fonts like trado.ttf:
-              This
-              font refers to a class which contains not a single element.
-              We
+            Remove ClassDef->Defined field.  This is the comment accompanying it:
+    
+              The `Defined' field is not defined in the OpenType specification
+              but apparently needed for processing fonts like trado.ttf: This
+              font refers to a class which contains not a single element.  We
               map such classes to class 0.
-
-            The comment is correct that trado.ttf (MS Traditional
-            Arabic) uses
+    
+            The comment is correct that trado.ttf (MS Traditional Arabic) uses
             such classes.  However, in my testing I couldn't identify any
-            problems with the font if the special handling is removed.
-            I also
-            processed as many fonts as I could get my hand on and
-            trado.ttf was
-            the only not-totally-broken font hitting the special-case
-            code.
+            problems with the font if the special handling is removed.  I also
+            processed as many fonts as I could get my hand on and trado.ttf was
+            the only not-totally-broken font hitting the special-case code.
             DejaVu fonts hit it too, but I'm sure they do not require the
-            special-handling code.  Most probably, that code introduces
-            bugs
+            special-handling code.  Most probably, that code introduces bugs
             in them.
-
-            The special-casing was consuming lots of memory.
-            EIGHT MEGABYTES
-            for loading DejaVu Sans!  While this could be complete
-            fixed, I
-            decided to remove the special-handling code altogether.
-            I don't
-            think it will make any real difference, and if it does,
-            we'll fix
+    
+            The special-casing was consuming lots of memory.  EIGHT MEGABYTES
+            for loading DejaVu Sans!  While this could be complete fixed, I
+            decided to remove the special-handling code altogether.  I don't
+            think it will make any real difference, and if it does, we'll fix
             fonts.  Such hacks will not be in harfbuzz-ng anyway.
-
+    
             Bug originally reported by nsf.
 
  src/harfbuzz-gdef.c |  8 --------
@@ -71850,9 +206325,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Jan 29 09:19:56 2009 +0000
 
     Use calloc(), instead of malloc()ing and memset()ing.
-
+    
     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/harfbuzz-impl.c (_hb_alloc): Use calloc(),
             instead of malloc()ing and memset()ing.
 
@@ -71864,14 +206339,12 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Jan 29 09:19:43 2009 +0000
 
     Remove old cruft.
-
+    
     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
+    
+            * pango/opentype/harfbuzz-dump-main.c (main): Remove old cruft.
 
-            * pango/opentype/harfbuzz-dump-main.c (main): Remove old
-            cruft.
-
- src/harfbuzz-dump-main.c | 144
- +----------------------------------------------
+ src/harfbuzz-dump-main.c | 144 +----------------------------------------------
  1 file changed, 1 insertion(+), 143 deletions(-)
 
 commit 0a47c4f78e8a9e81cd305f24ec92ea61ead7dd8d
@@ -71879,17 +206352,14 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Jan 29 09:19:20 2009 +0000
 
     Allocate all array rows in a single ALLOC call. Saves over 2000 alloc
-
+    
     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
-
-            * pango/opentype/harfbuzz-gpos.c (Load_BaseArray),
-            (Free_BaseArray):
-            Allocate all array rows in a single ALLOC call.  Saves over
-            2000
+    
+            * pango/opentype/harfbuzz-gpos.c (Load_BaseArray), (Free_BaseArray):
+            Allocate all array rows in a single ALLOC call.  Saves over 2000
             alloc calls when loading DejaVu Sans!
 
- src/harfbuzz-gpos.c | 57
- ++++++++++++++++-------------------------------------
+ src/harfbuzz-gpos.c | 57 ++++++++++++++++-------------------------------------
  1 file changed, 17 insertions(+), 40 deletions(-)
 
 commit 549be924bccd187f53791dfa27647981ac909545
@@ -71897,24 +206367,21 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Fri Dec 26 02:31:47 2008 +0000
 
     Bug 469049 – Fix all compiler warnings
-
+    
     2008-12-25  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             Bug 469049 – Fix all compiler warnings
-
+    
             * pango-view/viewer-pangocairo.c (render_callback):
-            * pango/fonts.c (append_field),
-            (pango_font_description_to_string):
+            * pango/fonts.c (append_field), (pango_font_description_to_string):
             * pango/opentype/harfbuzz-dump.c:
-            * pango/pango-bidi-type.c
-            (pango_log2vis_get_embedding_levels):
+            * pango/pango-bidi-type.c (pango_log2vis_get_embedding_levels):
             * pango/pango-coverage.c (pango_coverage_set):
             * pango/pango-markup.c (span_parse_func):
             * pango/pango-renderer.c
             (pango_renderer_default_draw_error_underline):
             * pango/pango-utils.c (pango_scan_string):
-            * pango/pangocairo-render.c
-            (pango_cairo_renderer_draw_trapezoid),
+            * pango/pangocairo-render.c (pango_cairo_renderer_draw_trapezoid),
             (draw_error_underline), (pango_cairo_renderer_class_init):
             Fix all the remaining warnings.
 
@@ -71926,9 +206393,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Fri Dec 26 02:31:35 2008 +0000
 
     Fix more warnings.
-
+    
     2008-12-25  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/modules.c (pango_module_load), (script_info_free):
             * pango/opentype/harfbuzz-gpos.c (HB_Load_GPOS_Table):
             * pango/pango-bidi-type.c:
@@ -71948,8 +206415,7 @@ Date:   Fri Dec 26 02:31:35 2008 +0000
             (get_first_font), (_pango_fc_font_map_get_coverage),
             (cleanup_font), (pango_fc_font_description_from_pattern),
             (pango_fc_face_list_sizes), (pango_fc_family_list_faces):
-            * pango/pangoft2-fontmap.c
-            (pango_ft2_font_map_get_resolution):
+            * pango/pangoft2-fontmap.c (pango_ft2_font_map_get_resolution):
             * pango/pangoft2-render.c (pango_ft2_renderer_init),
             (pango_ft2_renderer_draw_trapezoid):
             * pango/pangoft2.c (pango_ft2_font_get_face),
@@ -71965,15 +206431,13 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Wed Oct 15 03:45:29 2008 +0000
 
     Bug 528272 – "Error loading GPOS table 5503" when using katakana
-
+    
     2008-10-14  Behdad Esfahbod  <behdad@gnome.org>
-
-            Bug 528272 – "Error loading GPOS table 5503" when using
-            katakana
+    
+            Bug 528272 – "Error loading GPOS table 5503" when using katakana
             characters
-
-            * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array): Skip
-            parsing
+    
+            * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array): Skip parsing
             null anchor tables.
 
  src/harfbuzz-gpos.c | 7 +++++++
@@ -71984,9 +206448,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Mon Sep 29 22:28:47 2008 +0000
 
     Fix left-to-right positioning. Reported by Peter Hunter.
-
+    
     2008-09-29  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/harfbuzz-gpos.c (Position_CursiveChain):
             Fix left-to-right positioning.  Reported by Peter Hunter.
 
@@ -71998,14 +206462,12 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Sun Jun 29 18:30:14 2008 +0000
 
     Bug 540592 – Crash in HB_GSUB_Apply_String with Linux-Libertine font
-
+    
     2008-06-29  Behdad Esfahbod  <behdad@gnome.org>
-
-            Bug 540592 – Crash in HB_GSUB_Apply_String with
-            Linux-Libertine font
-
-            * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup):
-            Fix reverse
+    
+            Bug 540592 – Crash in HB_GSUB_Apply_String with Linux-Libertine font
+    
+            * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup): Fix reverse
             loops for type 8 lookups.
 
  src/harfbuzz-gsub.c | 2 +-
@@ -72017,8 +206479,7 @@ Date:   Mon Feb 18 21:14:23 2008 -0500
 
     [hb-ot-layout] Add proper namespace to accessors
 
- src/hb-ot-layout.cc | 165
- ++++++++++++++++++++++++++++++++++++++--------------
+ src/hb-ot-layout.cc | 165 ++++++++++++++++++++++++++++++++++++++--------------
  src/hb-ot-layout.h  | 115 +++++++++++++++++++++++-------------
  2 files changed, 198 insertions(+), 82 deletions(-)
 
@@ -72038,8 +206499,7 @@ Date:   Mon Jan 28 07:40:10 2008 -0500
     Finish script, language, and feature public API
 
  src/hb-ot-layout-open-private.h |  22 ++++++---
- src/hb-ot-layout.cc             | 107
- +++++++++++++++++++++++++++++++---------
+ src/hb-ot-layout.cc             | 107 +++++++++++++++++++++++++++++++---------
  src/hb-ot-layout.h              |  34 ++++++++++++-
  3 files changed, 132 insertions(+), 31 deletions(-)
 
@@ -72050,8 +206510,7 @@ Date:   Mon Jan 28 05:58:50 2008 -0500
     Add script and language public getter API
 
  src/hb-ot-layout-open-private.h |  40 ++++++++-----
- src/hb-ot-layout.cc             | 127
- +++++++++++++++++++++++++++++++++++++++-
+ src/hb-ot-layout.cc             | 127 +++++++++++++++++++++++++++++++++++++++-
  src/hb-ot-layout.h              |  56 ++++++++++++++++++
  src/main.cc                     |   2 +-
  4 files changed, 207 insertions(+), 18 deletions(-)
@@ -72062,8 +206521,7 @@ Date:   Mon Jan 28 02:30:48 2008 -0500
 
     Make main.cc compile again, which means finished getter API
 
- src/hb-ot-layout-open-private.h | 117
- +++++++++++++++++++++++++++++-----------
+ src/hb-ot-layout-open-private.h | 117 +++++++++++++++++++++++++++++-----------
  src/main.cc                     |  99 +++++++++++++++++++++++-----------
  2 files changed, 155 insertions(+), 61 deletions(-)
 
@@ -72108,8 +206566,7 @@ Date:   Thu Jan 24 19:38:56 2008 -0500
     [GDEF] Finish internal API
 
  src/hb-ot-layout-private.h | 15 +++++++-
- src/hb-ot-layout.cc        | 95
- ++++++++++++++++++++++------------------------
+ src/hb-ot-layout.cc        | 95 ++++++++++++++++++++++------------------------
  src/hb-ot-layout.h         | 16 ++++----
  3 files changed, 66 insertions(+), 60 deletions(-)
 
@@ -72123,8 +206580,7 @@ Date:   Thu Jan 24 19:13:50 2008 -0500
  src/hb-ot-layout-gdef-private.h |  28 +++++----
  src/hb-ot-layout-open-private.h |  25 ++++----
  src/hb-ot-layout-private.h      |  23 ++------
- src/hb-ot-layout.cc             | 123
- +++++++++++++++++++++++++++++++++++++---
+ src/hb-ot-layout.cc             | 123 +++++++++++++++++++++++++++++++++++++---
  src/hb-ot-layout.h              |  29 ++++++----
  6 files changed, 176 insertions(+), 63 deletions(-)
 
@@ -72136,8 +206592,7 @@ Date:   Thu Jan 24 06:03:45 2008 -0500
 
  src/hb-ot-layout-gdef-private.h | 10 ++++-
  src/hb-ot-layout-private.h      | 16 +++++++-
- src/hb-ot-layout.cc             | 84
- +++++++++++++++++++++++++++++++++++++----
+ src/hb-ot-layout.cc             | 84 +++++++++++++++++++++++++++++++++++++----
  src/hb-ot-layout.h              | 25 ++++++++----
  4 files changed, 117 insertions(+), 18 deletions(-)
 
@@ -72162,8 +206617,7 @@ Date:   Thu Jan 24 03:11:09 2008 -0500
  src/{Makefile => Makefile.ng}   |  0
  src/hb-ot-layout-gdef-private.h | 17 ++++----
  src/hb-ot-layout-gsub-private.h |  3 +-
- src/hb-ot-layout-open-private.h | 92
- +++++++++++++++++++++++++++++------------
+ src/hb-ot-layout-open-private.h | 92 +++++++++++++++++++++++++++++------------
  src/hb-ot-layout-private.h      | 51 +++++++++++++++++++++++
  src/hb-ot-layout.cc             | 67 ++++++++++++++++++++++++++++++
  src/hb-ot-layout.h              | 35 ++++++++++++++--
@@ -72187,8 +206641,7 @@ Date:   Wed Jan 23 18:02:28 2008 -0500
 
  src/hb-ot-layout-gdef-private.h | 37 +++++++++++++++++++++++++------
  src/hb-ot-layout-gsub-private.h | 13 +++++++++++
- src/hb-ot-layout-open-private.h | 49
- ++++++++++++++++++++++++++++++++++-------
+ src/hb-ot-layout-open-private.h | 49 ++++++++++++++++++++++++++++++++++-------
  src/hb-private.h                |  2 ++
  4 files changed, 86 insertions(+), 15 deletions(-)
 
@@ -72210,8 +206663,7 @@ Date:   Wed Jan 23 17:01:55 2008 -0500
     Initial gsub stub
 
  src/hb-ot-layout-gdef-private.h |   4 +
- src/hb-ot-layout-gsub-private.h | 453
- ++++++++++++++++++++++++++++++++++++++++
+ src/hb-ot-layout-gsub-private.h | 453 ++++++++++++++++++++++++++++++++++++++++
  src/hb-ot-layout-open-private.h |   3 +
  src/main.cc                     |   1 +
  4 files changed, 461 insertions(+)
@@ -72236,8 +206688,7 @@ Date:   Wed Jan 23 15:50:38 2008 -0500
 
     Minor cleanup, add LIKELY and UNLIKELY annotations
 
- src/hb-ot-layout-gdef-private.h | 63
- +++++++++++++++++++++++------------------
+ src/hb-ot-layout-gdef-private.h | 63 +++++++++++++++++++++++------------------
  src/hb-ot-layout-open-private.h | 36 ++++++++---------------
  src/hb-private.h                | 15 ++++++++++
  3 files changed, 63 insertions(+), 51 deletions(-)
@@ -72248,17 +206699,12 @@ Date:   Wed Jan 23 05:00:30 2008 -0500
 
     Clean up file names, add namespace
 
- src/harfbuzz-common.h                                      | 14
- --------------
- src/harfbuzz-gdef.h                                        | 11
- -----------
- src/hb-common.h                                            | 14
- ++++++++++++++
+ src/harfbuzz-common.h                                      | 14 --------------
+ src/harfbuzz-gdef.h                                        | 11 -----------
+ src/hb-common.h                                            | 14 ++++++++++++++
  ...harfbuzz-gdef-private.h => hb-ot-layout-gdef-private.h} |  8 ++++----
- ...harfbuzz-open-private.h => hb-ot-layout-open-private.h} | 10
- +++++-----
- src/{harfbuzz-open.h => hb-ot-layout.h}                    | 12
- ++++++------
+ ...harfbuzz-open-private.h => hb-ot-layout-open-private.h} | 10 +++++-----
+ src/{harfbuzz-open.h => hb-ot-layout.h}                    | 12 ++++++------
  src/{harfbuzz-private.h => hb-private.h}                   |  6 +++---
  src/main.cc                                                |  4 ++--
  8 files changed, 34 insertions(+), 45 deletions(-)
@@ -72270,8 +206716,7 @@ Date:   Wed Jan 23 04:36:40 2008 -0500
     Make all code NULL-free and assert-free
 
  src/harfbuzz-gdef-private.h | 125 ++++++++++---------
- src/harfbuzz-open-private.h | 285
- +++++++++++++++++++++++---------------------
+ src/harfbuzz-open-private.h | 285 +++++++++++++++++++++++---------------------
  src/main.cc                 |   8 +-
  3 files changed, 214 insertions(+), 204 deletions(-)
 
@@ -72282,8 +206727,7 @@ Date:   Wed Jan 23 02:01:37 2008 -0500
     Define get_for_data() factories
 
  src/harfbuzz-gdef-private.h |  3 +++
- src/harfbuzz-open-private.h | 42
- +++++++++++++++++++++++++++++-------------
+ src/harfbuzz-open-private.h | 42 +++++++++++++++++++++++++++++-------------
  src/main.cc                 | 10 ++++------
  3 files changed, 36 insertions(+), 19 deletions(-)
 
@@ -72293,8 +206737,7 @@ Date:   Wed Jan 23 01:38:10 2008 -0500
 
     Finish and test GDEF
 
- src/harfbuzz-gdef-private.h | 72
- ++++++++++++++++++++++++++++++++-------------
+ src/harfbuzz-gdef-private.h | 72 ++++++++++++++++++++++++++++++++-------------
  src/harfbuzz-open-private.h | 23 ++++++++-------
  src/harfbuzz-open.h         |  4 +++
  src/main.cc                 | 10 +++++++
@@ -72308,8 +206751,7 @@ Date:   Wed Jan 23 00:20:48 2008 -0500
 
  src/Makefile                |  10 ++++-
  src/harfbuzz-gdef-private.h |  65 +++++++++++++++++++++-------
- src/harfbuzz-open-private.h | 102
- ++++++++++++++++++++++++++++++++++++++++----
+ src/harfbuzz-open-private.h | 102 ++++++++++++++++++++++++++++++++++++++++----
  src/harfbuzz-private.h      |   6 +++
  src/main.cc                 |  12 +++---
  5 files changed, 163 insertions(+), 32 deletions(-)
@@ -72319,11 +206761,10 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Wed Jan 16 20:39:29 2008 +0000
 
     Remove COPYING.GPL and COPYING.FTL that are no longer there.
-
+    
     2008-01-16  Behdad Esfahbod  <behdad@gnome.org>
-
-            * pango/opentype/Makefile.am: Remove COPYING.GPL and
-            COPYING.FTL that
+    
+            * pango/opentype/Makefile.am: Remove COPYING.GPL and COPYING.FTL that
             are no longer there.
 
  src/Makefile.am | 2 --
@@ -72333,22 +206774,18 @@ commit a2a9a023f6472ba262f89e5327318996b8258d25
 Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Tue Jan 15 22:46:32 2008 +0000
 
-    HarfBuzz was relicensed to a more generous and simpler
-    license. Adapt. See
-
+    HarfBuzz was relicensed to a more generous and simpler license. Adapt. See
+    
     2008-01-15  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/*:
-            HarfBuzz was relicensed to a more generous and simpler
-            license.
-            Adapt.  See pango/opentype/COPYING for the new license
-            which is
+            HarfBuzz was relicensed to a more generous and simpler license.
+            Adapt.  See pango/opentype/COPYING for the new license which is
             LGPL-compatible.
 
  src/COPYING                   |  39 +++--
  src/COPYING.FTL               | 174 ---------------------
- src/COPYING.GPL               | 340
- ------------------------------------------
+ src/COPYING.GPL               | 340 ------------------------------------------
  src/harfbuzz-buffer-private.h |  32 ++--
  src/harfbuzz-buffer.c         |  27 +++-
  src/harfbuzz-buffer.h         |  32 ++--
@@ -72381,12 +206818,12 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Wed Dec 5 03:41:29 2007 +0000
 
     Bug 501575 – Compile errors Patch from Jens Granseuer
-
+    
     2007-12-04  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             Bug 501575 – Compile errors
             Patch from Jens Granseuer
-
+    
             * pango/opentype/harfbuzz-stream.c (_hb_font_goto_table):
             * pango/pango-utils.c (handle_alias_line):
             Fix C99ism.
@@ -72408,14 +206845,14 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Fri Nov 30 04:29:58 2007 +0000
 
     Bug 485536 – underline_position can be zero
-
+    
     2007-11-29  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             Bug 485536 – underline_position can be zero
-
+    
             * pango/pango-utils.c (pango_cairo_quantize_line_geometry):
             Document that returned position may be zero.
-
+    
             * pango/pangocairo-win32font.c
             (pango_cairo_win32_font_create_metrics_for_context):
             * pango/pangofc-font.c (get_face_metrics):
@@ -72429,9 +206866,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Sat Nov 24 01:40:13 2007 +0000
 
     Remove unused macro.
-
+    
     2007-11-23  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/harfbuzz-impl.c: Remove unused macro.
 
  src/harfbuzz-impl.c | 18 ------------------
@@ -72444,8 +206881,7 @@ Date:   Sun Nov 18 22:34:08 2007 +0000
     Minor
 
  src/harfbuzz-dump-main.c |  4 +--
- src/harfbuzz-stream.c    | 89
- ++++++++++++++++++++++++------------------------
+ src/harfbuzz-stream.c    | 89 ++++++++++++++++++++++++------------------------
  2 files changed, 46 insertions(+), 47 deletions(-)
 
 commit 10d6a25a26bdbab4ece4edf0e34ffd3d22410ebe
@@ -72454,8 +206890,7 @@ Date:   Wed Nov 7 10:04:11 2007 +0000
 
     Remove dead code.
 
- src/harfbuzz-gdef.c | 88
- -----------------------------------------------------
+ src/harfbuzz-gdef.c | 88 -----------------------------------------------------
  src/harfbuzz-gpos.h |  4 +--
  2 files changed, 1 insertion(+), 91 deletions(-)
 
@@ -72464,9 +206899,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Wed Nov 7 09:59:18 2007 +0000
 
     And some more.
-
+    
     2007-11-07  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/*: And some more.
 
  src/harfbuzz-buffer.h         |  8 ++---
@@ -72474,8 +206909,7 @@ Date:   Wed Nov 7 09:59:18 2007 +0000
  src/harfbuzz-gdef.c           | 14 ++++----
  src/harfbuzz-gdef.h           |  4 +--
  src/harfbuzz-global.h         | 21 +++++------
- src/harfbuzz-gpos.c           | 82
- +++++++++++++++++++++----------------------
+ src/harfbuzz-gpos.c           | 82 +++++++++++++++++++++----------------------
  src/harfbuzz-gpos.h           | 12 +++----
  src/harfbuzz-gsub.c           |  4 +--
  src/harfbuzz-gsub.h           |  4 +--
@@ -72488,9 +206922,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Wed Nov 7 08:06:01 2007 +0000
 
     Some more cleanup and merging.
-
+    
     2007-11-07  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/*: Some more cleanup and merging.
 
  src/Makefile.am               |   6 +-
@@ -72504,13 +206938,11 @@ Date:   Wed Nov 7 08:06:01 2007 +0000
  src/harfbuzz-gpos.c           |  32 +-----
  src/harfbuzz-gsub-private.h   |   1 +
  src/harfbuzz-gsub.c           |  33 +-----
- src/harfbuzz-impl.c           | 216
- ++------------------------------------
+ src/harfbuzz-impl.c           | 216 ++------------------------------------
  src/harfbuzz-impl.h           | 100 +-----------------
  src/harfbuzz-open-private.h   |   4 +-
  src/harfbuzz-stream-private.h |  70 +++++++++++++
- src/harfbuzz-stream.c         | 234
- ++++++++++++++++++++++++++++++++++++++++++
+ src/harfbuzz-stream.c         | 234 ++++++++++++++++++++++++++++++++++++++++++
  src/harfbuzz.c                |   1 +
  src/harfbuzz.h                |   3 +-
  18 files changed, 419 insertions(+), 372 deletions(-)
@@ -72529,9 +206961,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Oct 25 23:37:11 2007 +0000
 
     Even more cleanup and more type renames.
-
+    
     2007-10-25  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/*: Even more cleanup and more type renames.
 
  src/harfbuzz-buffer.h |  3 +--
@@ -72546,19 +206978,17 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Oct 25 23:22:17 2007 +0000
 
     More cleanup, remove redundant error types.
-
+    
     2007-10-25  Behdad Esfahbod  <behdad@gnome.org>
-
-            * pango/opentype/*: More cleanup, remove redundant error
-            types.
+    
+            * pango/opentype/*: More cleanup, remove redundant error types.
 
  src/harfbuzz-dump-main.c |   4 +-
  src/harfbuzz-dump.c      |  14 +++---
  src/harfbuzz-gdef.c      |  25 +++++-----
  src/harfbuzz-gdef.h      |   3 --
  src/harfbuzz-global.h    |  31 ++++++------
- src/harfbuzz-gpos.c      | 124
- +++++++++++++++++++++++------------------------
+ src/harfbuzz-gpos.c      | 124 +++++++++++++++++++++++------------------------
  src/harfbuzz-gpos.h      |   3 --
  src/harfbuzz-gsub.c      |  86 ++++++++++++++++----------------
  src/harfbuzz-gsub.h      |   3 --
@@ -72572,18 +207002,15 @@ commit 4280ec4df45ae86c10c3cd24ddb9c05e47223d39
 Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Oct 25 00:23:46 2007 +0000
 
-    Rename ftglue.c to harfbuzz-impl.c and more type renames and
-    moving code
-
+    Rename ftglue.c to harfbuzz-impl.c and more type renames and moving code
+    
     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
-
-            * pango/opentype/*: Rename ftglue.c to harfbuzz-impl.c
-            and more
+    
+            * pango/opentype/*: Rename ftglue.c to harfbuzz-impl.c and more
             type renames and moving code around.
 
  src/Makefile.am                   |   3 +-
- src/ftglue.h                      | 151
- --------------------------------------
+ src/ftglue.h                      | 151 --------------------------------------
  src/harfbuzz-dump-main.c          |  48 ++----------
  src/harfbuzz-dump.c               |  30 ++++----
  src/harfbuzz-gdef.c               |  18 ++---
@@ -72604,11 +207031,10 @@ commit 5716ae278a82d318ddbfeba01d0785d4efbe1454
 Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Wed Oct 24 22:44:47 2007 +0000
 
-    New header file harfbuzz-global.h. Rename FT_* int types to HB_*
-    types.
-
+    New header file harfbuzz-global.h. Rename FT_* int types to HB_* types.
+    
     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/*: New header file harfbuzz-global.h.  Rename
             FT_* int types to HB_* types.
 
@@ -72626,8 +207052,7 @@ Date:   Wed Oct 24 22:44:47 2007 +0000
  src/harfbuzz-gdef.h           |  32 +--
  src/harfbuzz-global.h         |  34 +++
  src/harfbuzz-gpos-private.h   | 182 +++++++-------
- src/harfbuzz-gpos.c           | 540
- +++++++++++++++++++++---------------------
+ src/harfbuzz-gpos.c           | 540 +++++++++++++++++++++---------------------
  src/harfbuzz-gpos.h           |  52 ++--
  src/harfbuzz-gsub-private.h   | 142 +++++------
  src/harfbuzz-gsub.c           | 432 ++++++++++++++++-----------------
@@ -72644,9 +207069,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Wed Oct 24 21:35:03 2007 +0000
 
     Add commented-out dummy struct for Extension lookups.
-
+    
     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/harfbuzz-gpos-private.h:
             * pango/opentype/harfbuzz-gsub-private.h:
             Add commented-out dummy struct for Extension lookups.
@@ -72660,15 +207085,14 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Sun Oct 21 18:17:02 2007 +0000
 
     Bug 488840 – harfbuzz: protect against ligid overflow
-
+    
     2007-10-21  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             Bug 488840 – harfbuzz: protect against ligid overflow
-
-            * pango/opentype/harfbuzz-buffer.c
-            (_hb_buffer_allocate_ligid):
+    
+            * pango/opentype/harfbuzz-buffer.c (_hb_buffer_allocate_ligid):
             Never return zero, even in case of overflow.
-
+    
             * pango/opentype/harfbuzz-impl.h: Define dummy HB_LIKELY() and
             HB_UNLIKELY(), to be filled later.
 
@@ -72681,20 +207105,19 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Oct 11 08:30:50 2007 +0000
 
     Mark internal symbols as HB_INTERNAL and define that to static in
-
+    
     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/*: Mark internal symbols as HB_INTERNAL and
             define that to static in harfbuzz.c.
-
+    
             * pango/opentype/harfbuzz-buffer-internal.h: New file.
 
  src/Makefile.am               |   1 +
  src/ftglue.c                  |  18 +++----
  src/ftglue.h                  |  20 ++++----
  src/harfbuzz-buffer-private.h |  60 +++++++++++++++++++++++
- src/harfbuzz-buffer.c         | 108
- +++++++++++++++++++++-------------------
+ src/harfbuzz-buffer.c         | 108 +++++++++++++++++++++-------------------
  src/harfbuzz-buffer.h         |  38 +--------------
  src/harfbuzz-gdef-private.h   |  17 ++++---
  src/harfbuzz-gdef.c           |  20 ++++----
@@ -72704,8 +207127,7 @@ Date:   Thu Oct 11 08:30:50 2007 +0000
  src/harfbuzz-gsub.c           |  20 ++++----
  src/harfbuzz-impl.h           |  12 +++--
  src/harfbuzz-open-private.h   |  81 +++++++++++++++++-------------
- src/harfbuzz-open.c           | 111
- ++++++++++++++++++++++++------------------
+ src/harfbuzz-open.c           | 111 ++++++++++++++++++++++++------------------
  src/harfbuzz.c                |   1 +
  16 files changed, 315 insertions(+), 235 deletions(-)
 
@@ -72714,9 +207136,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Oct 11 07:46:33 2007 +0000
 
     Remove FTGLUE_API/APIDEF cruft.
-
+    
     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/ftglue.[ch]: Remove FTGLUE_API/APIDEF cruft.
 
  src/ftglue.c | 16 ++++++++--------
@@ -72727,13 +207149,11 @@ commit 61ddbafaaad31ccacde54cad7e60a84abffc0a9f
 Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Oct 11 07:45:26 2007 +0000
 
-    Build harfbuzz.c instead of individual source files, to let
-    compiler go
-
+    Build harfbuzz.c instead of individual source files, to let compiler go
+    
     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
-
-            * pango/opentype/Makefile.am: Build harfbuzz.c instead
-            of individual
+    
+            * pango/opentype/Makefile.am: Build harfbuzz.c instead of individual
             source files, to let compiler go wild with optimizations!
 
  src/Makefile.am | 9 +++++----
@@ -72744,9 +207164,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Oct 11 07:34:08 2007 +0000
 
     Same here.
-
+    
     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/harfbuzz.c: Same here.
 
  src/harfbuzz.c | 1 -
@@ -72756,13 +207176,11 @@ commit 6567e16e3b14c08659342bbcc9f2735e71f9114e
 Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Oct 11 07:33:19 2007 +0000
 
-    Don't include harfbuzz-dump.[ch] in libharfbuzz.a. Those are just
-    used by
-
+    Don't include harfbuzz-dump.[ch] in libharfbuzz.a. Those are just used by
+    
     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
-
-            * pango/opentype/Makefile.am: Don't include harfbuzz-dump.[ch]
-            in
+    
+            * pango/opentype/Makefile.am: Don't include harfbuzz-dump.[ch] in
             libharfbuzz.a.  Those are just used by the harfbuzz-dump tool.
 
  src/Makefile.am | 4 ++--
@@ -72773,9 +207191,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Oct 11 07:24:47 2007 +0000
 
     Some more cleanup.
-
+    
     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/harfbuzz-buffer.c: Some more cleanup.
 
  src/harfbuzz-buffer.c | 11 ++---------
@@ -72786,13 +207204,12 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Oct 11 07:21:31 2007 +0000
 
     Move some code around.
-
+    
     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/harfbuzz-buffer.c: Move some code around.
 
- src/harfbuzz-buffer.c | 91
- +++++++++++++++++++++++++++------------------------
+ src/harfbuzz-buffer.c | 91 +++++++++++++++++++++++++++------------------------
  1 file changed, 48 insertions(+), 43 deletions(-)
 
 commit 7a5405c8261573a0f29d28fb533e800d698f6129
@@ -72808,15 +207225,12 @@ commit 986f4fd96892ebda550793941bb1daed862c4a34
 Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Oct 11 07:12:49 2007 +0000
 
-    Rename buffer->inplace to buffer->separate_out with the inverted
-    meaning,
-
+    Rename buffer->inplace to buffer->separate_out with the inverted meaning,
+    
     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
-
-            * pango/opentype/harfbuzz-buffer.[ch]: Rename buffer->inplace
-            to
-            buffer->separate_out with the inverted meaning, such that
-            buffer
+    
+            * pango/opentype/harfbuzz-buffer.[ch]: Rename buffer->inplace to
+            buffer->separate_out with the inverted meaning, such that buffer
             is initialization is memset(0).
 
  src/harfbuzz-buffer.c | 34 +++++++++++++++++-----------------
@@ -72828,9 +207242,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Oct 11 07:05:09 2007 +0000
 
     Allocate buffer->positions lazily.
-
+    
     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/*: Allocate buffer->positions lazily.
 
  src/harfbuzz-buffer.c | 25 +++++++++++++++++++++++--
@@ -72844,15 +207258,14 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Oct 11 06:52:07 2007 +0000
 
     Bug 485621 – Get rid of freetype memory allocator in harfbuzz
-
+    
     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
-
-            Bug 485621 – Get rid of freetype memory allocator in
-            harfbuzz
-
+    
+            Bug 485621 – Get rid of freetype memory allocator in harfbuzz
+    
             * pango/opentype/*: Remove all occurences of FT_Memory.  Use
             malloc/realloc/free directly.
-
+    
             * pango/pango-ot*: Update to above.
 
  src/ftglue.c                |  52 ++---
@@ -72862,8 +207275,7 @@ Date:   Thu Oct 11 06:52:07 2007 +0000
  src/harfbuzz-gdef.c         | 106 ++++------
  src/harfbuzz-gdef.h         |   6 +-
  src/harfbuzz-gpos-private.h |   1 -
- src/harfbuzz-gpos.c         | 462
- ++++++++++++++++++--------------------------
+ src/harfbuzz-gpos.c         | 462 ++++++++++++++++++--------------------------
  src/harfbuzz-gpos.h         |   2 -
  src/harfbuzz-gsub-private.h |   1 -
  src/harfbuzz-gsub.c         | 312 +++++++++++-------------------
@@ -72877,22 +207289,22 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Oct 11 00:07:58 2007 +0000
 
     Bug 485559 – Boston Summit HarfBuzz optimizations
-
+    
     2007-10-10  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             Bug 485559 – Boston Summit HarfBuzz optimizations
-
+    
             * pango/opentype/*: HarfBuzz hacking to:
-
+    
               - Rename last remaining FT_Err stuff to HB_Err.
-
+    
               - Fix a couple invalid table paths to be permissive so
                 fonts work better.  Particularly GDEF table for Nafees
                 Nastaliq is loaded and works great now.
-
+    
               - Optimize harfbuzz buffer to not copy/swap for simple
               one-to-one and "copy" GSUB operations.
-
+    
             * pango/pango-ot*: Update to FT_Err to HB_Err renaming.
 
  src/ftglue.c                |  51 ++-
@@ -72908,8 +207320,7 @@ Date:   Thu Oct 11 00:07:58 2007 +0000
  src/harfbuzz-gpos.c         | 810 ++++++++++++++++++--------------------
  src/harfbuzz-gpos.h         |  30 +-
  src/harfbuzz-gsub-private.h |   2 +-
- src/harfbuzz-gsub.c         | 919
- +++++++++++++++++++-------------------------
+ src/harfbuzz-gsub.c         | 919 +++++++++++++++++++-------------------------
  src/harfbuzz-gsub.h         |  24 +-
  src/harfbuzz-impl.h         |  22 +-
  src/harfbuzz-open-private.h |  20 +-
@@ -72921,17 +207332,14 @@ commit dd810b76bc554278d3a226cf89901d16992cf56d
 Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Wed Aug 29 08:46:50 2007 +0000
 
-    Bug 302952 – The placement of a diacritic marks for an arabic
-    ligature
-
+    Bug 302952 – The placement of a diacritic marks for an arabic ligature
+    
     2007-08-29  Behdad Esfahbod  <behdad@gnome.org>
-
-            Bug 302952 – The placement of a diacritic marks for an
-            arabic ligature
+    
+            Bug 302952 – The placement of a diacritic marks for an arabic ligature
             is not correct
-
-            * pango/opentype/harfbuzz-buffer.c (hb_buffer_allocate_ligid):
-            Don't
+    
+            * pango/opentype/harfbuzz-buffer.c (hb_buffer_allocate_ligid): Don't
             use zero as allocated ligature id.  Zero means no ligature id.
 
  src/harfbuzz-buffer.c | 2 +-
@@ -72942,11 +207350,11 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Tue Aug 21 08:03:26 2007 +0000
 
     Bug 463430 – Gets stuck while "formatting message"
-
+    
     2007-08-21  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             Bug 463430 – Gets stuck while "formatting message"
-
+    
             * pango/opentype/harfbuzz-gpos.c (Lookup_PairPos1),
             (Lookup_PairPos2), (Lookup_PairPos), (Do_ContextPos):
             * pango/opentype/harfbuzz-gsub.c (Do_ContextSubst):
@@ -72961,15 +207369,12 @@ commit 13b86ee398905f96f57df001309312f6dfdfea9a
 Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Tue Aug 21 01:38:07 2007 +0000
 
-    Don't ignore error return value of
-    hb_buffer_copy_output_glyph(). Patch
-
+    Don't ignore error return value of hb_buffer_copy_output_glyph(). Patch
+    
     2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
-
-            * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup):
-            Don't
-            ignore error return value of hb_buffer_copy_output_glyph().
-            Patch
+    
+            * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup): Don't
+            ignore error return value of hb_buffer_copy_output_glyph().  Patch
             sent to harfbuzz-list.
 
  src/harfbuzz-gsub.c | 2 +-
@@ -72981,8 +207386,7 @@ Date:   Fri Jul 6 11:29:21 2007 -0400
 
     [gdef] Initial implementation
 
- src/harfbuzz-gdef-private.h | 144
- +++++++++++++++++++++++++++++++++++++++++++-
+ src/harfbuzz-gdef-private.h | 144 +++++++++++++++++++++++++++++++++++++++++++-
  1 file changed, 142 insertions(+), 2 deletions(-)
 
 commit 5b2e947fd2b7c5ea49b2bef1e0190d99a525058c
@@ -72991,8 +207395,7 @@ Date:   Fri Jul 6 02:03:26 2007 -0400
 
     [open] small fixes, including not using unions for main structs
 
- src/harfbuzz-open-private.h | 54
- ++++++++++++++++++++++++---------------------
+ src/harfbuzz-open-private.h | 54 ++++++++++++++++++++++++---------------------
  1 file changed, 29 insertions(+), 25 deletions(-)
 
 commit 151df44346990728b5dd249db5740a9543ae33b9
@@ -73009,11 +207412,10 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Tue May 1 02:32:12 2007 +0000
 
     Link freetype to harfbuzz-dump, for those systems that don't track
-
+    
     2007-04-30  Behdad Esfahbod  <behdad@gnome.org>
-
-            * pango/opentype/Makefile.am: Link freetype to harfbuzz-dump,
-            for
+    
+            * pango/opentype/Makefile.am: Link freetype to harfbuzz-dump, for
             those systems that don't track dependencies automatically.
 
  src/Makefile.am | 5 +++--
@@ -73024,9 +207426,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Tue Apr 3 22:45:29 2007 +0000
 
     Copy fixes from harfbuzz stable branch. Includes a leak fix, a kerning
-
+    
     2007-04-03  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/harfbuzz-gdef.c (_HB_GDEF_Check_Property):
             * pango/opentype/harfbuzz-gpos.c (HB_Done_GPOS_Table),
             (Lookup_PairPos):
@@ -73044,9 +207446,9 @@ Author: Hans Breuer <hans@breuer.org>
 Date:   Sat Jan 13 21:31:41 2007 +0000
 
     updated
-
+    
     2007-01-13  Hans Breuer  <hans@breuer.org>
-
+    
             * pango/makefile.msc pango/opentype/makefile.msc : updated
 
  src/makefile.msc | 16 ++++++----------
@@ -73101,11 +207503,9 @@ Date:   Thu Dec 28 06:10:59 2006 -0500
  src/.gitignore                                  |   1 +
  src/Makefile                                    |   2 +-
  src/harfbuzz-common.h                           |  14 +++
- src/{harfbuzz-ng.cc => harfbuzz-open-private.h} | 117
- ++----------------------
+ src/{harfbuzz-ng.cc => harfbuzz-open-private.h} | 117 ++----------------------
  src/harfbuzz-open.h                             |  13 +++
- src/main.cc                                     |  98
- ++++++++++++++++++++
+ src/main.cc                                     |  98 ++++++++++++++++++++
  6 files changed, 133 insertions(+), 112 deletions(-)
 
 commit 3158d84b0dfe5032e7c56c03f2da97b8ab549d94
@@ -73159,8 +207559,7 @@ Date:   Wed Dec 27 01:29:24 2006 -0500
 
     GSUBGPOSHeader
 
- src/harfbuzz-ng.cc | 103
- ++++++++++++++++++++++++++++++++++++++++++++++++++---
+ src/harfbuzz-ng.cc | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++---
  1 file changed, 98 insertions(+), 5 deletions(-)
 
 commit eebabd8b2ec5296deba6b09d7755933da0a7d9dc
@@ -73187,8 +207586,7 @@ Date:   Tue Dec 26 20:00:33 2006 -0500
 
     ClassDef
 
- src/harfbuzz-ng.cc | 121
- ++++++++++++++++++++++++++++++++++++++++++-----------
+ src/harfbuzz-ng.cc | 121 ++++++++++++++++++++++++++++++++++++++++++-----------
  1 file changed, 97 insertions(+), 24 deletions(-)
 
 commit 53502c6723dbf9cd3b6ba91b733678b3c7871715
@@ -73224,8 +207622,7 @@ Date:   Tue Dec 26 15:29:38 2006 -0500
 
     Coverage.
 
- src/harfbuzz-ng.cc | 91
- +++++++++++++++++++++++++++++++++++++++++++++++-------
+ src/harfbuzz-ng.cc | 91 +++++++++++++++++++++++++++++++++++++++++++++++-------
  1 file changed, 79 insertions(+), 12 deletions(-)
 
 commit 882e52f59196535495af8ca8069df32308ad52cf
@@ -73244,8 +207641,7 @@ Date:   Mon Dec 25 09:58:02 2006 -0500
 
     LookupFlags
 
- src/hb-types-private.cc | 52
- ++++++++++++++++++++++++++++++++++++++++++++-----
+ src/hb-types-private.cc | 52 ++++++++++++++++++++++++++++++++++++++++++++-----
  1 file changed, 47 insertions(+), 5 deletions(-)
 
 commit 25ad92c8a68bf72464601a644ed57b9213126a78
@@ -73254,8 +207650,7 @@ Date:   Mon Dec 25 09:35:06 2006 -0500
 
     Implement Feature
 
- src/hb-types-private.cc | 46
- ++++++++++++++++++++++++++++++++++++++++++----
+ src/hb-types-private.cc | 46 ++++++++++++++++++++++++++++++++++++++++++----
  1 file changed, 42 insertions(+), 4 deletions(-)
 
 commit befc022affd2386b3f46cd7d11e4262f6c8bce9f
@@ -73264,8 +207659,7 @@ Date:   Mon Dec 25 09:14:52 2006 -0500
 
     LangSys
 
- src/hb-types-private.cc | 51
- ++++++++++++++++++++++++++++++++++++++++++-------
+ src/hb-types-private.cc | 51 ++++++++++++++++++++++++++++++++++++++++++-------
  1 file changed, 44 insertions(+), 7 deletions(-)
 
 commit c81efca149b08832d5d96a944fb5f303f3d0ca42
@@ -73283,8 +207677,7 @@ Date:   Mon Dec 25 06:18:52 2006 -0500
 
     Make types not instantiable
 
- src/hb-types-private.cc | 104
- ++++++++++++++++++++++++++----------------------
+ src/hb-types-private.cc | 104 ++++++++++++++++++++++++++----------------------
  1 file changed, 57 insertions(+), 47 deletions(-)
 
 commit b739c05ca4b7acfa45bd4b0812ecbb3747f726f0
@@ -73294,8 +207687,7 @@ Date:   Mon Dec 25 05:39:20 2006 -0500
     Add OpenTypeFontFile.
 
  src/Makefile            |   2 +-
- src/hb-types-private.cc | 113
- +++++++++++++++++++++++++++++++++++++++++++++---
+ src/hb-types-private.cc | 113 +++++++++++++++++++++++++++++++++++++++++++++---
  2 files changed, 107 insertions(+), 8 deletions(-)
 
 commit 8596944b7421f982960e825019fc0263442520cb
@@ -73313,8 +207705,7 @@ Date:   Fri Dec 22 02:21:55 2006 -0500
 
     After DEFINE_SCRIPT_ARRAY
 
- src/hb-types-private.cc | 215
- +++++++++++++++++++++++++++++++-----------------
+ src/hb-types-private.cc | 215 +++++++++++++++++++++++++++++++-----------------
  1 file changed, 140 insertions(+), 75 deletions(-)
 
 commit 01e4fcb032be601f272e62228881e2aabfb9d925
@@ -73323,20 +207714,17 @@ Date:   Thu Dec 21 22:31:31 2006 -0500
 
     Remove the annoying HB_ prefix.
 
- src/hb-types-private.cc | 107
- +++++++++++++++++++++++-------------------------
+ src/hb-types-private.cc | 107 +++++++++++++++++++++++-------------------------
  1 file changed, 52 insertions(+), 55 deletions(-)
 
 commit 6b4ce01da121e12e1c78ad7eaedf469f35f3568d
 Author: Behdad Esfahbod <behdad@behdad.org>
 Date:   Thu Dec 21 22:31:10 2006 -0500
 
-    Second version.  Complete redesign, based on C++ classes to ensure
-    endian
+    Second version.  Complete redesign, based on C++ classes to ensure endian
     correctness.
 
- src/hb-types-private.cc | 300
- +++++++++++++++++++++++++++++++++---------------
+ src/hb-types-private.cc | 300 +++++++++++++++++++++++++++++++++---------------
  1 file changed, 205 insertions(+), 95 deletions(-)
 
 commit f78e70c301311ffcfb007c7fc4125d71cbcff1e2
@@ -73345,8 +207733,7 @@ Date:   Thu Dec 21 22:30:38 2006 -0500
 
     First version.
 
- src/hb-types-private.cc | 116
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/hb-types-private.cc | 116 ++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 116 insertions(+)
 
 commit f726b20e56e8b1106dfde0bf8d575c73e83957c4
@@ -73354,13 +207741,12 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Tue Jul 25 01:02:27 2006 +0000
 
     Bug 347073 – Allow empty GPOS table
-
+    
     2006-07-24  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             Bug 347073 – Allow empty GPOS table
-
-            * pango/opentype/harfbuzz-open.c (_HB_OPEN_Load_ScriptList):
-            Don't
+    
+            * pango/opentype/harfbuzz-open.c (_HB_OPEN_Load_ScriptList): Don't
             err on empty GPOS/GSUB tables.
 
  src/harfbuzz-open.c | 5 +++++
@@ -73371,13 +207757,12 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Jun 22 18:09:04 2006 +0000
 
     Bug 345600 – cvs build error in pango/opentype/Makefile
-
+    
     2006-06-22  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             Bug 345600 – cvs build error in pango/opentype/Makefile
-
-            * pango/opentype/Makefile.am: Rename variable SOURCES to
-            MAINSOURCES.
+    
+            * pango/opentype/Makefile.am: Rename variable SOURCES to MAINSOURCES.
             Some automake versions seem to use it or something.
 
  src/Makefile.am | 4 ++--
@@ -73387,18 +207772,15 @@ commit ffb2d5c1e7af33644d0a4058befa4b8358c9a7bf
 Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Wed May 31 07:42:55 2006 +0000
 
-    Bug 341138 – Using TTC font, Gtk2 programs begin to eating big
-    memory
-
+    Bug 341138 – Using TTC font, Gtk2 programs begin to eating big memory
+    
     2006-05-31  Behdad Esfahbod  <behdad@gnome.org>
-
-            Bug 341138 – Using TTC font, Gtk2 programs begin to eating
-            big memory
+    
+            Bug 341138 – Using TTC font, Gtk2 programs begin to eating big memory
             and have many cpu usage.
             Patch from Yong Li.
-
-            * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table):
-            TrueType table
+    
+            * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table): TrueType table
             offsets are absolute, not relative.
 
  src/ftglue.c | 2 +-
@@ -73408,18 +207790,15 @@ commit f8f7bd2451eeafb57f5c80c7b4e88a1e50b97c4f
 Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Wed May 31 07:23:02 2006 +0000
 
-    Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't
-    correct when
-
+    Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't correct when
+    
     2006-05-31  Behdad Esfahbod  <behdad@gnome.org>
-
-            Bug 336153 – Mark to mark positioning (Lookup Type 6)
-            isn't correct
+    
+            Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't correct
             when using MarkAttchmentType
             Patch from Tin Myo Htet.
-
-            * pango/opentype/harfbuzz-gpos.c (Lookup_MarkMarkPos):
-            Ignore marks
+    
+            * pango/opentype/harfbuzz-gpos.c (Lookup_MarkMarkPos): Ignore marks
             of non-matchin attachment type.
 
  src/harfbuzz-gpos.c | 37 ++++++++++++++++++++++---------------
@@ -73430,11 +207809,10 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Wed Apr 12 18:47:50 2006 +0000
 
     Fix loop variables. (coverity found bug.)
-
+    
     2006-04-12  Behdad Esfahbod  <behdad@gnome.org>
-
-            * pango/opentype/harfbuzz-gpos.c: Fix loop
-            variables. (coverity
+    
+            * pango/opentype/harfbuzz-gpos.c: Fix loop variables. (coverity
             found bug.)
 
  src/harfbuzz-gpos.c | 6 +++---
@@ -73445,18 +207823,16 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Tue Apr 11 08:31:44 2006 +0000
 
     Bug 337924 – cleanups for issues reported by various compilers Patch
-
+    
     2006-04-11  Behdad Esfahbod  <behdad@gnome.org>
-
-            Bug 337924 – cleanups for issues reported by various
-            compilers
+    
+            Bug 337924 – cleanups for issues reported by various compilers
             Patch from Kjartan Maraas.
-
+    
             * examples/viewer-x.c (update):
             * modules/arabic/arabic-fc.c (fallback_shape),
             (arabic_engine_shape):
-            * modules/basic/basic-fc.c (fallback_shape),
-            (basic_engine_shape):
+            * modules/basic/basic-fc.c (fallback_shape), (basic_engine_shape):
             * modules/basic/basic-x.c:
             * modules/hangul/hangul-fc.c:
             * modules/hebrew/hebrew-fc.c (hebrew_engine_shape):
@@ -73477,12 +207853,10 @@ Date:   Tue Apr 11 08:31:44 2006 +0000
             * pango/pango-utils.c (read_alias_file):
             * pango/pangocairo-fcfont.c (G_DEFINE_TYPE_WITH_CODE):
             * pango/pangocairo-fcfontmap.c (G_DEFINE_TYPE_WITH_CODE):
-            * pango/pangocairo-font.c
-            (_pango_cairo_font_get_hex_box_info):
+            * pango/pangocairo-font.c (_pango_cairo_font_get_hex_box_info):
             * pango/pangox-fontmap.c (pango_x_make_matching_xlfd):
             * tests/dump-boundaries.c (fail):
-            Remove unused variables.  Remove excess semicolon after
-            DEFINE_TYPE
+            Remove unused variables.  Remove excess semicolon after DEFINE_TYPE
             macros.
 
  src/ftglue.c | 2 --
@@ -73493,31 +207867,26 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Mon Apr 10 10:33:17 2006 +0000
 
     Fix minor bugs reported by the Coverity scan report.
-
+    
     2006-04-10  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             Fix minor bugs reported by the Coverity scan report.
-
-            * pango/opentype/harfbuzz-gdef.c
-            (HB_GDEF_Build_ClassDefinition):
+    
+            * pango/opentype/harfbuzz-gdef.c (HB_GDEF_Build_ClassDefinition):
             * pango/opentype/harfbuzz-gpos.c (HB_GPOS_Query_Scripts),
-            (HB_GPOS_Query_Languages), (HB_GPOS_Query_Features): Do
-            not access
+            (HB_GPOS_Query_Languages), (HB_GPOS_Query_Features): Do not access
             structs before we check them for nullity.
-
+    
             * pango/pango-layout.c (pango_layout_index_to_line),
             (pango_layout_index_to_line_and_extents),
-            (pango_layout_index_to_pos): Check for invalid iterators
-            outside the
+            (pango_layout_index_to_pos): Check for invalid iterators outside the
             loop, so we don't crash.
-
+    
             * pango/pango-layout.c (pango_layout_line_x_to_index): Set
-            char_trailing instead of trailing in one of too many paths.
-            Should
+            char_trailing instead of trailing in one of too many paths.  Should
             have been a typo.
-
-            * pango/pangox.c (get_font_metrics_from_subfonts): Check
-            for nullity
+    
+            * pango/pangox.c (get_font_metrics_from_subfonts): Check for nullity
             somewhere.
 
  src/harfbuzz-gdef.c | 3 ++-
@@ -73529,17 +207898,15 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Apr 6 18:23:49 2006 +0000
 
     Update from HarfBuzz. Lars Knoll fixed all the warnings.
-
+    
     2006-04-06  Behdad Esfahbod  <behdad@gnome.org>
-
-            * pango/opentype: Update from HarfBuzz.  Lars Knoll fixed
-            all the
+    
+            * pango/opentype: Update from HarfBuzz.  Lars Knoll fixed all the
             warnings.
 
  src/harfbuzz-dump.c |  94 ++++++++++++++++++++++++++++---------------
  src/harfbuzz-gpos.c |  80 ++++++++++++++++++++++--------------
- src/harfbuzz-gsub.c | 114
- +++++++++++++++++++++++++++++-----------------------
+ src/harfbuzz-gsub.c | 114 +++++++++++++++++++++++++++++-----------------------
  src/harfbuzz-impl.h |   4 ++
  4 files changed, 179 insertions(+), 113 deletions(-)
 
@@ -73547,13 +207914,11 @@ commit ca57250bc9d9f92c88a2ea516e251b9cbfdebda0
 Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Mon Apr 3 20:13:17 2006 +0000
 
-    Make sure TTAG_GDEF and frineds are defined, needed for FreeType
-    <= 2.1.7
-
+    Make sure TTAG_GDEF and frineds are defined, needed for FreeType <= 2.1.7
+    
     2006-04-03  Behdad Esfahbod  <behdad@gnome.org>
-
-            * pango/opentype/harfbuzz-impl.h: Make sure TTAG_GDEF and
-            frineds are
+    
+            * pango/opentype/harfbuzz-impl.h: Make sure TTAG_GDEF and frineds are
             defined, needed for FreeType <= 2.1.7 (pointed by Tim Janik).
 
  src/harfbuzz-gdef.c |  3 ---
@@ -73594,13 +207959,13 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Fri Mar 31 12:28:09 2006 +0000
 
     Convert pango/opentype to the new project called HarfBuzz.
-
+    
     2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             Convert pango/opentype to the new project called HarfBuzz.
-
+    
             * pango/opentype/*: Restructured.
-
+    
             * pango/pango-ot-*: Updated to use HarfBuzz symbol names.
 
  src/COPYING                            |   15 +
@@ -73613,8 +207978,7 @@ Date:   Fri Mar 31 12:28:09 2006 +0000
  src/ftglue.h                           |   68 +-
  src/ftxgdef.c                          | 1225 -------
  src/ftxgdef.h                          |  224 --
- src/ftxgpos.c                          | 6199
- -------------------------------
+ src/ftxgpos.c                          | 6199 -------------------------------
  src/ftxgpos.h                          |  838 -----
  src/ftxgsub.c                          | 4533 -----------------------
  src/ftxgsub.h                          |  594 ---
@@ -73630,8 +207994,7 @@ Date:   Fri Mar 31 12:28:09 2006 +0000
  src/harfbuzz-gdef.c                    | 1228 +++++++
  src/harfbuzz-gdef.h                    |  127 +
  src/harfbuzz-gpos-private.h            |  683 ++++
- src/harfbuzz-gpos.c                    | 6269
- ++++++++++++++++++++++++++++++++
+ src/harfbuzz-gpos.c                    | 6269 ++++++++++++++++++++++++++++++++
  src/harfbuzz-gpos.h                    |  168 +
  src/harfbuzz-gsub-private.h            |  448 +++
  src/harfbuzz-gsub.c                    | 4581 +++++++++++++++++++++++
@@ -73651,9 +208014,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Sat Mar 25 23:52:30 2006 +0000
 
     Don't err on Table_Missing.
-
+    
     2006-03-25  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/ottest.c: Don't err on Table_Missing.
 
  src/ottest.c | 4 ++--
@@ -73664,13 +208027,13 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Mon Mar 13 05:06:05 2006 +0000
 
     === Released 1.12.0 ===
-
+    
     2006-03-13  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * === Released 1.12.0 ===
-
+    
             * configure.in: Version 1.12.0
-
+    
             * NEWS, README: Updated.
 
  src/README | 4 ++--
@@ -73681,15 +208044,14 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Mon Jan 30 22:37:48 2006 +0000
 
     Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bug
-
+    
     2006-01-30  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/ftxgsub.c: Handle GSUB Lookup type 8,
             and ReverseChainContextualSubst table.  (bug #149696,
             patch from Aamir Wali)
 
- src/ftxgsub.c  | 545
- ++++++++++++++++++++++++++++++++++++++++++++++-----------
+ src/ftxgsub.c  | 545 ++++++++++++++++++++++++++++++++++++++++++++++-----------
  src/ftxgsub.h  |  47 +++--
  src/ftxopen.c  |   7 +
  src/ftxopenf.h |   5 +-
@@ -73700,19 +208062,18 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Sat Jan 28 20:29:18 2006 +0000
 
     Removed.
-
+    
     2006-01-28  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentype/pango-ot-*: Removed.
-
+    
             * pango/pango-ot-*: Added.
-
+    
             * pango/Makefile.am, pango/opentype/Makefile.am: Adjusted.
 
  src/Makefile.am        |  30 +--
  src/pango-ot-buffer.c  | 339 ------------------------
- src/pango-ot-info.c    | 681
- -------------------------------------------------
+ src/pango-ot-info.c    | 681 -------------------------------------------------
  src/pango-ot-private.h | 105 --------
  src/pango-ot-ruleset.c | 225 ----------------
  5 files changed, 13 insertions(+), 1367 deletions(-)
@@ -73721,16 +208082,13 @@ commit f45689bc655eb723f11a2eb65a41303221b80397
 Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Wed Jan 25 19:33:58 2006 +0000
 
-    If major.minor of required and available glib versions are the
-    same, add
-
+    If major.minor of required and available glib versions are the same, add
+    
     2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
-
-            * configure.in: If major.minor of required and available
-            glib versions
-            are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug
-            #328617)
-
+    
+            * configure.in: If major.minor of required and available glib versions
+            are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617)
+    
             * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
 
  src/Makefile.am | 1 -
@@ -73741,11 +208099,10 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Sat Jan 14 07:00:13 2006 +0000
 
     Make sure #include <config.h> is the first include in the file. (bug
-
+    
     2006-01-14  Behdad Esfahbod  <behdad@gnome.org>
-
-            * */*.c, */*/*.c: Make sure #include <config.h> is the
-            first include
+    
+            * */*.c, */*/*.c: Make sure #include <config.h> is the first include
             in the file. (bug #158870, based on patch by Luis Menina)
 
  src/disasm.c           | 2 ++
@@ -73766,9 +208123,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Jan 5 16:14:49 2006 +0000
 
     pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,
-
+    
     2006-01-05  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/Makefile.am,
             * pango/fonts.c,
             * pango/glyphstring.c,
@@ -73789,8 +208146,7 @@ Date:   Thu Jan 5 16:14:49 2006 +0000
             * pango/pangox.c,
             * pango/opentype/pango-ot-info.c,
             * pango/opentype/pango-ot-ruleset.c: Intern strings to avoid
-            unnecessary strdups in the type system. (bug #325832,
-            Matthias Clasen)
+            unnecessary strdups in the type system. (bug #325832, Matthias Clasen)
 
  src/pango-ot-info.c    | 3 ++-
  src/pango-ot-ruleset.c | 3 ++-
@@ -73800,13 +208156,11 @@ commit 71524f1bc891bb4450507f769e5cc8f6f6cffa0c
 Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Tue Dec 27 09:55:48 2005 +0000
 
-    Use g_slice for PangoOTBuffer allocation. (bug #325026, Matthias
-    Clasen)
-
+    Use g_slice for PangoOTBuffer allocation. (bug #325026, Matthias Clasen)
+    
     2005-12-27  Behdad Esfahbod  <behdad@gnome.org>
-
-            * pango/opentype/pango-ot-buffer.c: Use g_slice for
-            PangoOTBuffer
+    
+            * pango/opentype/pango-ot-buffer.c: Use g_slice for PangoOTBuffer
             allocation. (bug #325026, Matthias Clasen)
 
  src/pango-ot-buffer.c | 4 ++--
@@ -73826,9 +208180,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Wed Nov 23 19:48:10 2005 +0000
 
     Fix typo in docs.
-
+    
     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/opentyp/pango-ot-buffer.c: Fix typo in docs.
 
  src/pango-ot-buffer.c | 4 +++-
@@ -73839,9 +208193,9 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Wed Nov 23 17:54:55 2005 +0000
 
     Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,
-
+    
     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * pango/fonts.c pango/pango-attributes.c pango/pango-context.c
             pango/pango-glyph-item.c pango/pango-layout.c
             pango/pango-script.c pango/pango-utils.c pango/pangofc-font.c
@@ -73849,8 +208203,7 @@ Date:   Wed Nov 23 17:54:55 2005 +0000
             pango/opentype/pango-ot-ruleset.c: Added "Since:" tags to all
             interfaces added after Pango 1.0. (#319116, Brian Cameron)
 
- src/pango-ot-buffer.c  | 49
- +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/pango-ot-buffer.c  | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
  src/pango-ot-ruleset.c | 14 ++++++++++++++
  2 files changed, 63 insertions(+)
 
@@ -73859,17 +208212,15 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Wed Nov 23 15:19:48 2005 +0000
 
     Protect against possible division by zeros (#316468, Steve Grubb)
-
+    
     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
-
-            Protect against possible division by zeros (#316468,
-            Steve Grubb)
-
+    
+            Protect against possible division by zeros (#316468, Steve Grubb)
+    
             * pango/pango-context.c (update_metrics_from_items),
-            pango/pango-fontset.c (pango_fontset_real_get_metrics):
-            If count is
+            pango/pango-fontset.c (pango_fontset_real_get_metrics): If count is
             zero, do not alter approximate_{char,digit}_width.
-
+    
             * pango/opentype/disasm.c: Err on invalid DeltaFormat.
 
  src/disasm.c | 28 ++++++++++++++++++----------
@@ -73879,26 +208230,20 @@ commit e6e15352d154e1350340f8045759e5f7b0d86dc7
 Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Wed Nov 23 11:53:03 2005 +0000
 
-    Reworked basic shaper with OpenType support. (#101079, based on
-    patch from
-
+    Reworked basic shaper with OpenType support. (#101079, based on patch from
+    
     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
-
-            * modules/basic/basic-fc.c: Reworked basic shaper with
-            OpenType
-            support. (#101079, based on patch from Denis Jacquerye and
-            Noah Levitt)
-
-            * modules/basic/basic-fc.c (basic_scripts): Added Unicode
-            4.1 addition
+    
+            * modules/basic/basic-fc.c: Reworked basic shaper with OpenType
+            support. (#101079, based on patch from Denis Jacquerye and Noah Levitt)
+    
+            * modules/basic/basic-fc.c (basic_scripts): Added Unicode 4.1 addition
             script PANGO_SCRIPT_GLAGOLITIC that is a "simple" script.
-
-            * modules/arabic/arabic-fc.c, modules/syriac/syriac-fc.c:
-            Replace
+    
+            * modules/arabic/arabic-fc.c, modules/syriac/syriac-fc.c: Replace
             g_utf8_to_ucs4_fast() with g_utf8_strlen()!
-
-            * pango/opentype/pango-ot-ruleset.c
-            (pango_ot_ruleset_add_feature):
+    
+            * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_add_feature):
             Remove reference in docs to pango_ot_ruleset_shape() that was
             removed long ago.
 
@@ -73910,20 +208255,17 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Nov 17 06:28:11 2005 +0000
 
     Part of #101079:
-
+    
     2005-11-17  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             Part of #101079:
-
-            * pango/opentype/ftxopen.c (Load_Lookup): In extension
-            subtables,
+    
+            * pango/opentype/ftxopen.c (Load_Lookup): In extension subtables,
             offset is relative to the extension subtable, not the original
             table. (Greg Aumann)
-
-            * pango/opentype/ftxgpos.c (Load_BaseArray): When reading
-            BaseAnchor,
-            skip offsets that are zero.  Works around bug in Doulos
-            SIL Regular.
+    
+            * pango/opentype/ftxgpos.c (Load_BaseArray): When reading BaseAnchor,
+            skip offsets that are zero.  Works around bug in Doulos SIL Regular.
 
  src/ftxgpos.c | 6 ++++++
  src/ftxopen.c | 6 ++++--
@@ -73934,11 +208276,10 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Wed Nov 9 23:30:00 2005 +0000
 
     Remove debug line that got in accidentally.
-
+    
     2005-11-09  Behdad Esfahbod  <behdad@gnome.org>
-
-            * pango/opentype/ftxgpos.c, pango/opentype/ftxopen.c:
-            Remove debug
+    
+            * pango/opentype/ftxgpos.c, pango/opentype/ftxopen.c:  Remove debug
             line that got in accidentally.
 
  src/ftxgpos.c | 1 -
@@ -73950,15 +208291,13 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Fri Nov 4 23:55:38 2005 +0000
 
     Turn various gcc warnings off. Adding const, adding static, fully
-
+    
     2005-11-04  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             * configure.in, examples/argcontext.c examples/cairoview.c,
-            examples/renderdemo.c, examples/renderdemo.h
-            examples/xftview.c,
+            examples/renderdemo.c, examples/renderdemo.h examples/xftview.c,
             modules/basic/basic-x.c, modules/hangul/hangul-fc.c,
-            modules/hebrew/hebrew-shaper.c,
-            modules/hebrew/hebrew-shaper.h,
+            modules/hebrew/hebrew-shaper.c, modules/hebrew/hebrew-shaper.h,
             modules/indic/indic-fc.c, modules/indic/mprefixups.c,
             modules/syriac/syriac-fc.c, pango/break.c pango/fonts.c,
             pango/modules.c, pango/pango-coverage.c pango/pango-engine.c,
@@ -73969,24 +208308,20 @@ Date:   Fri Nov 4 23:55:38 2005 +0000
             pango/pango-utils.c, pango/pangocairo-fc.h,
             pango/pangocairo-font.c, pango/pangocairo-fontmap.c,
             pango/pangocairo-private.h, pango/pangofc-decoder.c,
-            pango/pangofc-font.c, pango/pangofc-fontmap.c
-            pango/pangoft2.c,
-            pango/pangox-fontcache.c, pango/pangox-fontmap.c
-            pango/pangox.c,
+            pango/pangofc-font.c, pango/pangofc-fontmap.c pango/pangoft2.c,
+            pango/pangox-fontcache.c, pango/pangox-fontmap.c pango/pangox.c,
             pango/pangoxft-font.c, pango/querymodules.c,
             pango/opentype/ftglue.c, pango/opentype/ftxgpos.c,
             pango/opentype/ftxopen.c, pango/opentype/pango-ot-buffer.c,
             pango/opentype/pango-ot-info.c,
             pango/opentype/pango-ot-ruleset.c, tests/dump-boundaries.c,
             tests/testboundaries.c, tests/testcolor.c tests/testiter.c,
-            tests/testscript.c: Turn various gcc warnings off. Adding
-            const,
+            tests/testscript.c: Turn various gcc warnings off. Adding const,
             adding static, fully initializing structs, match signedness in
             comparisons. (#317804)
-
+    
             * tests/testscript.c, tools/gen-script-for-lang.c:
-            (scripts_for_file): Pass error->message instead of error
-            to fail(),
+            (scripts_for_file): Pass error->message instead of error to fail(),
             which was wrong.
             (compare_lang): Fix typo comparing a and a instead of a and b.
 
@@ -74003,21 +208338,18 @@ Author: Behdad Esfahbod <behdad@gnome.org>
 Date:   Thu Nov 3 20:13:40 2005 +0000
 
     Patches from #170414. Reviewed by Matthias Clasen.
-
+    
     2005-11-03  Behdad Esfahbod  <behdad@gnome.org>
-
+    
             Patches from #170414.  Reviewed by Matthias Clasen.
-
-            * pango/opentype/ftxgpos.c, pango/opentype/ftxgsub.c: Use
-            call table
+    
+            * pango/opentype/ftxgpos.c, pango/opentype/ftxgsub.c: Use call table
             to dispatch different lookup types.
-
-            * pango/opentype/pango-ot-buffer.c,
-            pango/opentype/pango-ot-ruleset.c:
+    
+            * pango/opentype/pango-ot-buffer.c, pango/opentype/pango-ot-ruleset.c:
             Small cleanup.
 
- src/ftxgpos.c          | 143
- ++++++++++++++++++++++++-------------------------
+ src/ftxgpos.c          | 143 ++++++++++++++++++++++++-------------------------
  src/ftxgsub.c          | 115 +++++++++++++++++++++------------------
  src/pango-ot-buffer.c  |   3 +-
  src/pango-ot-ruleset.c |  75 +++++++++-----------------
@@ -74028,15 +208360,13 @@ Author: Behdad Esfahbod <pango@behdad.org>
 Date:   Mon Aug 29 10:06:40 2005 +0000
 
     Generate valid XML output. Dump LookupFlag too.
-
+    
     2005-08-29  Behdad Esfahbod  <pango@behdad.org>
-
-            * pango/opentype/ottest.c, pango/opentype/disasm.c:
-            Generate valid
+    
+            * pango/opentype/ottest.c, pango/opentype/disasm.c: Generate valid
             XML output.  Dump LookupFlag too.
 
- src/disasm.c | 58
- ++++++++++++++++++++++++++++++----------------------------
+ src/disasm.c | 58 ++++++++++++++++++++++++++++++----------------------------
  src/ottest.c | 23 ++++++++++++++---------
  2 files changed, 44 insertions(+), 37 deletions(-)
 
@@ -74045,9 +208375,9 @@ Author: Behdad Esfahbod <pango@behdad.org>
 Date:   Mon Aug 15 04:16:04 2005 +0000
 
     Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT.
-
+    
     2005-08-15  Behdad Esfahbod  <pango@behdad.org>
-
+    
             * pango/opentype/ftglue.h: Replace perror with perror_.
             Remove FT_BEGIN_STMNT and FT_END_STMNT. (#313477)
 
@@ -74058,15 +208388,12 @@ commit 3c60250875fa9d04ca96dea35eba23fc70690ff5
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Tue Jul 26 18:33:27 2005 +0000
 
-    Skip lookups with lookup index out of range. (Patch from Behdad
-    Esfahbod,
-
+    Skip lookups with lookup index out of range. (Patch from Behdad Esfahbod,
+    
     2005-07-26    Owen Taylor  <otaylor@redhat.com>
-
-            * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c:
-            Skip lookups
-            with lookup index out of range. (Patch from Behdad Esfahbod,
-            #171170)
+    
+            * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c: Skip lookups
+            with lookup index out of range. (Patch from Behdad Esfahbod, #171170)
 
  src/ftxgpos.c | 30 ++++++++++++++++++++++++------
  src/ftxgsub.c | 30 ++++++++++++++++++++++++------
@@ -74077,9 +208404,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Fri Jul 22 18:03:58 2005 +0000
 
     Remove an unecessary set of block2.
-
+    
     2005-07-22  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftglue.c (ftglue_realloc): Remove
             an unecessary set of block2.
 
@@ -74091,35 +208418,32 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Fri Jul 22 17:56:37 2005 +0000
 
     Patch from David Turner. Review and testing by Behdad Esfahbod
-
+    
     2005-07-22  Owen Taylor  <otaylor@redhat.com>
-
+    
             Patch from David Turner. Review and testing by Behdad Esfahbod
-
-            * pango/opentype/ftglue.[ch] Makefile.am: Glue layer that
-            provides
-            implementation of the internal functions that the opentype
-            code
+    
+            * pango/opentype/ftglue.[ch] Makefile.am: Glue layer that provides
+            implementation of the internal functions that the opentype code
             expects in terms of publically exported FreeType API.
-
+    
             * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c
             pango/opentype/ftxgsub.c pango/opentype/ftxopen.c
             pango/opentype/otlbuffer.c pango/opentype/pango-ot-info.c
             pango/opentype/pango-ot-ruleset.c: Remove includes of
             internal headers. Small changes to work with ftglue.[ch]
-
+    
             * pango/opentype/fterrcompat.h: Remove: no longer needed.
-
+    
             * pango/opentype/ftxgpos.c: Use FT_IS_SFNT(face) rather
             than poking at FT_MODULE_CLASS (face->driver)->module_name.
-
+    
             * pango/opentype/ftxopen.c (Free_FeatureList): Free
             fl->ApplyOrder. (Found by Behdad)
 
  src/Makefile.am        |   3 +-
  src/fterrcompat.h      |  95 --------------
- src/ftglue.c           | 350
- +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/ftglue.c           | 350 +++++++++++++++++++++++++++++++++++++++++++++++++
  src/ftglue.h           | 156 ++++++++++++++++++++++
  src/ftxgdef.c          |   9 +-
  src/ftxgpos.c          |   9 +-
@@ -74134,42 +208458,37 @@ commit 43dbec6f3a345ba0e4a43766610ed59622bbe4a0
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Thu Jul 21 18:15:45 2005 +0000
 
-    Fix up places where there is missing or incomplete Copyright and
-    License
-
+    Fix up places where there is missing or incomplete Copyright and License
+    
     2005-07-21  Owen Taylor  <otaylor@redhat.com>
-
+    
             Fix up places where there is missing or incomplete
             Copyright and License information (Reported by William N. Ray)
-
+    
             * pango/opentype/fterrcompat.h: Mark as FreeType/GPL licensed.
-
+    
             * pango/opentype/FT-license.txt: Make this the dual-licensing
             description that covers the FreeType code (FreeType's
             LICENSE.TXT) rather than the FTL.
-
+    
             * pango/opentype/FTL.TXT: Move the FTL (referenced from
             FT-license.txt) to here.
-
+    
             * modules/basic/basic-common.h modules/hebrew/hebrew-shaper.h
             modules/thai/thai-charprop.c modules/thai/thai-shaper.h
             tools/gen-script-for-lang.c tests/testcolor.c:
             Add LGPL header and copyright information.
-
-            * modules/indic/indic-ot.[ch]
-            modules/indic/indic-ot-class-tables.c
+    
+            * modules/indic/indic-ot.[ch] modules/indic/indic-ot-class-tables.c
             modules/thai/thai-ot.[ch]: Add LGPL header.
-
+    
             * modules/thai/thai-shaper.c modules/thai/thai-charprop.h:
             Minor fixes to copyright information.
+    
+            * modules/arabic/arabic-ot.c: Add Freetype license boilerplate.
 
-            * modules/arabic/arabic-ot.c: Add Freetype license
-            boilerplate.
-
- src/FT-license.txt | 179
- +++++++----------------------------------------------
- src/FTL.TXT        | 174
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/FT-license.txt | 179 +++++++----------------------------------------------
+ src/FTL.TXT        | 174 +++++++++++++++++++++++++++++++++++++++++++++++++++
  src/fterrcompat.h  |  10 ++-
  3 files changed, 204 insertions(+), 159 deletions(-)
 
@@ -74178,13 +208497,13 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Tue Jun 14 19:54:19 2005 +0000
 
     Chain up from finalize. (#307547, Paolo Borelli)
-
+    
     2005-06-14  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/pango-ot-info.c (pango_ot_info_finalize)
             pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_finalize):
             Chain up from finalize. (#307547, Paolo Borelli)
-
+    
             * pango/opentype/pango-ot-info.c (pango_ot_info_finalizer):
             make accidentally public function static.
 
@@ -74197,14 +208516,13 @@ Author: Tor Lillqvist <tml@novell.com>
 Date:   Tue Apr 12 01:27:21 2005 +0000
 
     Rename LDADDS to libpango_ot_la_LIBADD to actually make libpango-ot.la
-
+    
     2005-04-12  Tor Lillqvist  <tml@novell.com>
-
+    
             * pango/opentype/Makefile.am: Rename LDADDS to
-            libpango_ot_la_LIBADD to actually make libpango-ot.la
-            link with
+            libpango_ot_la_LIBADD to actually make libpango-ot.la link with
             it.
-
+    
             * pango/pangowin32.def: Rename get_scale_factor to
             get_metrics_factor here, too. (#300222, Ivan Wong)
 
@@ -74215,23 +208533,21 @@ commit 0c349a032e5a52a9d0dcc8204f761b7cb28bfa6b
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Thu Mar 3 19:38:02 2005 +0000
 
-    For all binary searches, handle the case where the number of items
-    is 0.
-
+    For all binary searches, handle the case where the number of items is 0.
+    
     2005-03-03  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxopen.c (Coverage_Index1, Coverage_Index2,
             Get_Class2): For all binary searches, handle the case where
             the number of items is 0. (#162977, Nick Lamb)
-
+    
             * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition):
             Handle the case where glyph_count == 0 properly. Fix a problem
             with cleanups on memory allocation failure.
             (Get_New_Count, Add_Glyph_Property): Avoid reading off the
             end of the ClassRangeRecord array.
 
- src/ftxgdef.c | 60
- +++++++++++++++++++++++++++++++++++------------------------
+ src/ftxgdef.c | 60 +++++++++++++++++++++++++++++++++++------------------------
  src/ftxopen.c | 15 +++++++++++++++
  2 files changed, 51 insertions(+), 24 deletions(-)
 
@@ -74240,9 +208556,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Mon Nov 22 23:37:19 2004 +0000
 
     Set G_LOG_DOMAIN.
-
+    
     Mon Nov 22 18:30:14 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/Makefile.am pango/Makefile.am
             modules/*/Makefile.am: Set G_LOG_DOMAIN.
 
@@ -74254,17 +208570,17 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Wed Sep 22 18:14:55 2004 +0000
 
     Cleanups from 'sparse', #149922, Kjartan Maraas
-
+    
     Wed Sep 22 14:07:47 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             Cleanups from 'sparse', #149922, Kjartan Maraas
-
+    
             * pango/pango-utils.c (read_config): () => (void) in
             definition.
-
+    
             * pango/pangofc-fontmap.c (pango_fc_font_map_list_families):
             Initialize *n_families, not n_families.
-
+    
             * pango/pangofc-fontmap.c pango/pangoft2.c opentype/ftxgdef.c
             opentype/ftxgpos.c opentype/ftxgsub.c: : Fix various 0/NULL
             confusion.
@@ -74279,17 +208595,17 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Tue Sep 14 13:45:41 2004 +0000
 
     === Released 1.6.0 ===
-
+    
     Mon Sep 13 17:38:58 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             * === Released 1.6.0 ===
-
+    
             * configure.in: Update versions for 1.6.0
-
+    
             * NEWS: Update.
-
+    
             * README: Minor tweak.
-
+    
             * pango/fonts.c pango/pango-context.c pango/pango-types.h
             pango/pango-utils.c pango/pangoft2.c pango/pango-layout.c
             pango/opentype/pango-ot-buffer.c: Add a bunch of missing
@@ -74302,11 +208618,10 @@ commit d41089a5b691967fdd622f47c8397a80af104396
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Fri Jul 30 21:23:04 2004 +0000
 
-    Finish extending properties flags from FT_UShort =>
-    FT_UInt. (OTLBuffer
-
+    Finish extending properties flags from FT_UShort => FT_UInt. (OTLBuffer
+    
     Fri Jul 30 17:17:05 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgpos.[ch] pango/opentype/ftxgsub.[ch]
             pango/opentype/ftxopen.[ch]: Finish extending properties
             flags from FT_UShort => FT_UInt. (OTLBuffer was already
@@ -74325,9 +208640,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Tue Jul 27 17:20:01 2004 +0000
 
     Save the order in which features were added and use that when applying
-
+    
     Tue Jul 27 12:38:05 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxopen.[ch] pango/opentype/ftxgsub.c
             pango/opentype/ftxpos.c: Save the order in which
             features were added and use that when applying features.
@@ -74343,15 +208658,13 @@ commit ae2daa972d74c5ecfe1d2f0057ce12682ad30b00
 Author: Behdad Esfahbod <behdad@src.gnome.org>
 Date:   Tue Jul 27 13:12:19 2004 +0000
 
-    Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH
-    macros.
-
-
+    Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros.
+    
+    
             * pango/opentype/ftxgpos.c: Remove the unused parameter
             from the IN_CURITEM() and IN_CURGLYPH macros.
 
- src/ftxgpos.c | 68
- +++++++++++++++++++++++++++++------------------------------
+ src/ftxgpos.c | 68 +++++++++++++++++++++++++++++------------------------------
  src/ftxgsub.c |  2 +-
  2 files changed, 35 insertions(+), 35 deletions(-)
 
@@ -74360,8 +208673,8 @@ Author: Behdad Esfahbod <behdad@src.gnome.org>
 Date:   Tue Jul 27 10:43:58 2004 +0000
 
     Fix bug to copy glyph from in_string, not out_string.
-
-
+    
+    
             * pango/opentype/otlbuffer.c (otl_buffer_copy_output_glyph):
             Fix bug to copy glyph from in_string, not out_string.
 
@@ -74372,11 +208685,10 @@ commit 2ea2a55bdf7ef1caebcd0c5922b0f542ed8bb5bf
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Mon Jul 26 23:14:53 2004 +0000
 
-    Fix allocation and indexing in NewGlyphClasses array. (#130661,
-    Masatake
-
+    Fix allocation and indexing in NewGlyphClasses array. (#130661, Masatake
+    
     Mon Jul 26 19:11:46 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgdef.c: Fix allocation and indexing
             in NewGlyphClasses array. (#130661, Masatake YAMATO)
 
@@ -74387,17 +208699,15 @@ commit 5d42695e5ed89f73fbc665792ebec82c29ae04ae
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Mon Jul 26 19:25:45 2004 +0000
 
-    Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH
-    macros.
-
+    Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros.
+    
     Mon Jul 26 15:24:11 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgsub.c (ADD_Glyph): Remove the
             unused parameter from the IN_CURITEM() and IN_CURGLYPH
             macros.
 
- src/ftxgsub.c | 56
- ++++++++++++++++++++++++++++----------------------------
+ src/ftxgsub.c | 56 ++++++++++++++++++++++++++++----------------------------
  1 file changed, 28 insertions(+), 28 deletions(-)
 
 commit a00c4ea5626526980139b122977e367b8434d24a
@@ -74405,9 +208715,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Mon Jul 26 19:23:06 2004 +0000
 
     Add missing macro to make the last change actually compile.
-
+    
     Mon Jul 26 15:21:23 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgsub.c: Add missing macro to make the
             last change actually compile.
 
@@ -74419,9 +208729,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Mon Jul 26 19:20:27 2004 +0000
 
     Match backtrack context against the output glyphs not the input glyphs
-
+    
     Mon Jul 26 15:16:07 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst[123]):
             Match backtrack context against the output glyphs not
             the input glyphs (#145174, Aamir Wali)
@@ -74434,23 +208744,22 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Mon Jul 26 18:59:02 2004 +0000
 
     Make Check_Property() take a OTL_GlyphItem, add a gproperties field to
-
+    
     Mon Jul 26 14:49:22 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             * ftxgdef.[ch] otlbuffer.[ch]: Make Check_Property() take a
             OTL_GlyphItem, add a gproperties field to OTLGlyphItem,
             and use that to cache the properties for a glyph.
-
+    
             * ftxgsub.c ftxgdef.c: Adapt to Check_Property() changes.
-
+    
             * otlbuffer.[ch] ftxgsub.c: Add otl_buffer_copy_output_glyph()
             to use when we are copying an unmodified glyph from input
             to output that preserves the cached properties.
 
  src/ftxgdef.c   | 16 ++++++++++------
  src/ftxgpos.c   | 52 +++++++++++++++++++++++++++-------------------------
- src/ftxgsub.c   | 54
- ++++++++++++++++++++++++++++--------------------------
+ src/ftxgsub.c   | 54 ++++++++++++++++++++++++++++--------------------------
  src/ftxopenf.h  |  2 +-
  src/otlbuffer.c | 21 +++++++++++++++++++--
  src/otlbuffer.h |  6 ++++++
@@ -74461,9 +208770,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Mon Jul 19 21:13:23 2004 +0000
 
     Add support for ChainContextSubstFormat3.
-
+    
     Mon Jul 19 17:09:11 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/disasm.c: Add support for
             ChainContextSubstFormat3.
 
@@ -74474,18 +208783,16 @@ commit d4f773ef92fdbaa7e61e6577db5e9b2846a100a4
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Mon Jul 19 20:37:22 2004 +0000
 
-    Fix pervasive buffer overruns when skipping glyphs when matching
-    contexts.
-
+    Fix pervasive buffer overruns when skipping glyphs when matching contexts.
+    
     Mon Jul 19 16:29:45 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
             Fix pervasive buffer overruns when skipping glyphs
             when matching contexts. (#118592, Kailash C. Chowksey)
 
  src/ftxgpos.c | 259 ++++++++++++++++++----------------------
- src/ftxgsub.c | 376
- ++++++++++++++++++++++++++--------------------------------
+ src/ftxgsub.c | 376 ++++++++++++++++++++++++++--------------------------------
  2 files changed, 284 insertions(+), 351 deletions(-)
 
 commit 99848cfafee8e598ef533f254cdb99fbae4c9364
@@ -74493,17 +208800,15 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Wed Jun 23 20:33:35 2004 +0000
 
     #143693, Sayamindu Dasgupta
-
+    
     Wed Jun 23 16:13:53 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             #143693, Sayamindu Dasgupta
-
-            * pango/opentype/pango-ot-buffer.c
-            (pango_ot_buffer_set_zero_width_marks)
-            pango/opentype/pango-ot-private.h:
+    
+            * pango/opentype/pango-ot-buffer.c (pango_ot_buffer_set_zero_width_marks) pango/opentype/pango-ot-private.h:
             Allow setting for whether marks should be given zero width,
             defaulting to FALSE.
-
+    
             * modules/arabic/arabic-fc.c (arabic_engine_shape): Turn
             on zero-width-marks setting.
 
@@ -74516,9 +208821,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Mon Jun 21 18:04:02 2004 +0000
 
     Use the gcc-3.3 strict-aliasing compatible macros from fterrcompat.h
-
+    
     Mon Jun 21 13:55:17 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/otlbuffer.c: Use the gcc-3.3
             strict-aliasing compatible macros from fterrcompat.h
             (#140495, reported by Stanislav Brabec)
@@ -74531,11 +208836,9 @@ Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
 Date:   Fri May 28 16:41:36 2004 +0000
 
     Negate y offset according to different conventions between
-
-            * pango/opentype/pango-ot-buffer.c (apply_gpos_ltr): Negate
-            y offset
-            according to different conventions between PangoGlyphString
-            and OTL
+    
+            * pango/opentype/pango-ot-buffer.c (apply_gpos_ltr): Negate y offset
+            according to different conventions between PangoGlyphString and OTL
             (#142544)
 
  src/pango-ot-buffer.c | 2 +-
@@ -74546,9 +208849,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Thu May 27 21:55:50 2004 +0000
 
     Revert error return changes from last commit.
-
+    
     Thu May 27 17:54:24 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/otlbuffer.c: Revert error return changes
             from last commit.
 
@@ -74560,9 +208863,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Thu May 27 21:03:42 2004 +0000
 
     Free buffer->positions, clean up error returns that were returning
-
+    
     Thu May 27 16:57:30 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/otlbuffer.c: Free buffer->positions,
             clean up error returns that were returning uninitialized
             values. (#139239, Behdad Esfahbod)
@@ -74575,40 +208878,38 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Tue Mar 16 19:23:43 2004 +0000
 
     === Released 1.4.0 ===
-
+    
     Tue Mar 16 11:24:46 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             * === Released 1.4.0 ===
-
+    
             * configure.in: Version 1.4.0, interface ago 0. Require
             glib-2.4.0.
-
+    
             * NEWS: Updates.
-
+    
             * README: Some updates; include details about the FreeType
             license of the OpenType code.
 
- src/FT-license.txt | 77
- +++++++++++++++++++++++++++++-------------------------
+ src/FT-license.txt | 77 +++++++++++++++++++++++++++++-------------------------
  1 file changed, 42 insertions(+), 35 deletions(-)
 
 commit 8b3554b3afe7c125b1a53171b01ac87de9c486fe
 Author: Hans Breuer <hans@breuer.org>
 Date:   Wed Mar 3 22:35:19 2004 +0000
 
-    if PANGO_MODULE_PREFIX is defined include the basic backend shaper
-    (should
-
+    if PANGO_MODULE_PREFIX is defined include the basic backend shaper (should
+    
     2004-03-03  Hans Breuer  <hans@breuer.org>
-
+    
             * pango/module-defs-win32.c.win32 : if PANGO_MODULE_PREFIX is
             defined include the basic backend shaper (should have been
             commited at 2003-12-12, too)
-
+    
             * pango/makefile.msc : generate correct type for PangoFontMask
             (bug #135892, John Ehresman)
             * pango/opentype/makefile.msc : updated
-
+    
             * pango/pango.def pango/pangoft2.def : more updatd externals
 
  src/makefile.msc | 6 ++++--
@@ -74618,43 +208919,39 @@ commit a7e096c5de3ec5319bf9333c9ace0732d97c52c3
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sun Feb 29 15:44:50 2004 +0000
 
-    Rework opentype interfaces and other changes to make GPOS work
-    for Arabic.
-
+    Rework opentype interfaces and other changes to make GPOS work for Arabic.
+    
     Sun Feb 29 09:25:13 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             Rework opentype interfaces and other changes to make GPOS
             work for Arabic. (Most of #117282, #121060)
-
+    
             * pango/opentype/otlbuffer.[ch]: OTL_Buffer that
             acts as a replacement for the separate GSUB and
             GPOS string structures and hides many of the internal
             details.
-
+    
             * pango/opentype/ftxgsub.[ch] pango/opentype/ftxgpos.[ch]:
             Adapt to OTL_Buffer.
-
+    
             * pango/opentype/ftxgpos.c: Redo handling of cursive
             chains so that it actually works.
-
+    
             * pango/pango-ot.h pango/opentype/pango-ot-buffer.c:
             Pango wrapper around OTL_Buffer.
-
-            * pango/pango-ot.h pango/pango-ot-ruleset.c
-            pango/pango-ot-buffer.c:
-            Split pango_ot_ruleset_shape() into
-            pango_ot_ruleset_substitute(),
+    
+            * pango/pango-ot.h pango/pango-ot-ruleset.c pango/pango-ot-buffer.c:
+            Split pango_ot_ruleset_shape() into pango_ot_ruleset_substitute(),
             pango_ot_ruleset_position(), make them act on
             PangoOTBuffer, add a separate pango_ot_buffer_output()
             which does the default positioning and writes to a
             PangoGlyphString.
-
+    
             * modules/arabic/arabic-fc.c modules/indic/indic-fc.c
             modules/indic/mprefixups.[ch]: Adapt to new OpenType
             interfaces; add GPOS features for Arabic.
-
-            * pango/opentype/pango-ot-info.c: Don't derive class
-            information
+    
+            * pango/opentype/pango-ot-info.c: Don't derive class information
             from Unicode properties for Arabic presentation forms,
             let the shaping process derive the properties.
 
@@ -74662,8 +208959,7 @@ Date:   Sun Feb 29 15:44:50 2004 +0000
  src/ftxgdef.c          |   4 +-
  src/ftxgpos.c          | 573 ++++++++++++++++-----------------------
  src/ftxgpos.h          |  23 +-
- src/ftxgsub.c          | 719
- +++++++++++--------------------------------------
+ src/ftxgsub.c          | 719 +++++++++++--------------------------------------
  src/ftxgsub.h          |  40 +--
  src/ftxopen.h          |   1 +
  src/otlbuffer.c        | 213 +++++++++++++++
@@ -74679,11 +208975,10 @@ commit d670ddf99192dd4999775a9215a818ae63fa3416
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sat Feb 21 14:53:12 2004 +0000
 
-    Sign convention for y offsets is opposite between PangoGlyphString
-    and FT
-
+    Sign convention for y offsets is opposite between PangoGlyphString and FT
+    
     Sat Feb 21 09:49:23 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
             Sign convention for y offsets is opposite between
             PangoGlyphString and FT code. (#132591)
@@ -74696,14 +208991,14 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Fri Feb 13 16:11:40 2004 +0000
 
     Memory leak fixes from Masatake YAMATO, #130652
-
+    
     Fri Feb 13 10:54:18 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             Memory leak fixes from Masatake YAMATO, #130652
-
+    
             * pango/opentype/ftxgdef.c (TT_Done_GDEF_Table):
             Free the gdef table as well as the contained data.
-
+    
             * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition):
             Set gcd->loaded, so that the contents get freed later.
 
@@ -74715,9 +209010,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Mon Jan 26 19:23:35 2004 +0000
 
     Suport CFF fonts as well. (#131202, Manjunath Sripadarao)
-
+    
     Mon Jan 26 14:20:34 2004  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/pango-ot-info.c (is_truetype): Suport
             CFF fonts as well. (#131202, Manjunath Sripadarao)
 
@@ -74729,32 +209024,29 @@ Author: Hans Breuer <hans@breuer.org>
 Date:   Sat Dec 13 14:31:50 2003 +0000
 
     moved pango_fc_* to the latter where they live on *nix too.
-
+    
     2003-12-13  Hans Breuer  <hans@breuer.org>
-
+    
             * pango/pango.def pangoft2.def : moved pango_fc_*
             to the latter where they live on *nix too.
-
+    
             * pango/makefile.msc : make it build again (including
             the Ft2 backend)
-
-            * pango/module-defs-fc.c.win32 : if PANGO_MODULE_PREFIX
-            is defined
+    
+            * pango/module-defs-fc.c.win32 : if PANGO_MODULE_PREFIX is defined
             include the basic backend shaper
-
+    
             * pango/pangowin32.c (pango_win32_render_layout) :
             initialize iter before first usage to avoid immediate crashing
-
+    
             * pango/opentype/makefile.msc
                 pango/modules/makefile.msc : finally build with mscv, too.
             [completely untested cause I'm not able to type, write or read
             any of these languages]
-
-            * modules/modules.def : follow module function
-            renaming/changes
-
-            * modules/basic/basic-win32.c : register the right engine,
-            i.e.
+    
+            * modules/modules.def : follow module function renaming/changes
+    
+            * modules/basic/basic-win32.c : register the right engine, i.e.
             make it compile
 
  src/makefile.msc | 21 +++++++++++++++++++++
@@ -74765,11 +209057,10 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sat Nov 1 15:02:17 2003 +0000
 
     Switch over to recommended Freetype system of include ft2build.h then
-
+    
     Sat Nov  1 09:32:15 2003  Owen Taylor  <otaylor@redhat.com>
-
-            * pango/pango-ot.h pango/pangofc-font.h
-            modules/indic/indic-ot.h
+    
+            * pango/pango-ot.h pango/pangofc-font.h modules/indic/indic-ot.h
             pango/pangoft2.c pango/opentype/pango-ot-info.c
             pango/opentype/pango-ot-ruleset.c pango/opentype/ottest.c
             pango/opentype/ftxopen.[ch] pango/opentype/ftxgdef.c
@@ -74795,9 +209086,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Mon Sep 15 22:04:55 2003 +0000
 
     Fix gcc-3.3 versions of macros to have the right return value.
-
+    
     Mon Sep 15 17:16:59 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/fterrcompat.h: Fix gcc-3.3 versions of
             macros to have the right return value.
 
@@ -74808,11 +209099,10 @@ commit c99259bf7e08ccdc4130d4983e8d186021ea8e1a
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Mon Aug 25 14:30:12 2003 +0000
 
-    pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems
-    where
-
+    pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems where
+    
     Mon Aug 25 10:17:21 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3)
             * pango/opentype/ftxgpos.c (Lookup_ChainContextPos3):
             Fix problems where the coverage wasn't being checked
@@ -74827,24 +209117,24 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Fri Aug 22 22:52:08 2003 +0000
 
     Add some macro definitions for gcc-3.3 that suppress the bogus
-
+    
     Fri Aug 22 18:09:52 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/fterrcompat.h: Add some macro definitions
             for gcc-3.3 that suppress the bogus strict-aliasing
             warnings.
-
+    
             * pango/pango-utils.c (read_config_file): Use
             g_hash_table_new_full() to simplify code and fix
             gcc-3.3 warnings.
-
+    
             * pango/pangox-fontmap.c (pango_x_real_get_coverage_win)
             * pango/querymodules.c (query_module): Suppress gcc-3.3
             warnings.
-
+    
             * pango/modules.c (pango_find_map): Fix warning from
             missing declaration of pango_module_get_type().
-
+    
             * pango/pango-context.c/pango-engine.c: Fix name confusion
             for pango_get_fallback_shaper().
 
@@ -74855,11 +209145,10 @@ commit 46d379596d7292a3b2e51f35fc8044b366d413a3
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Tue Jul 29 14:21:54 2003 +0000
 
-    Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore
-    marks of
-
+    Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore marks of
+    
     Tue Jul 29 09:58:13 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgdef.c (Check_Property): Rewrite
             handling of IGNORE_SPECIAL_MARKS to be properly
             "ignore marks of attachment type different than
@@ -74872,11 +209161,10 @@ commit 8247acad79c1a4154e9337aed453eb3e4d23063d
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Mon Jul 28 22:28:37 2003 +0000
 
-    Revert back out the FreeType patch preventing ligatures of
-    not-originally
-
+    Revert back out the FreeType patch preventing ligatures of not-originally
+    
     Sat Jul 26 09:41:22 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
             Revert back out the FreeType patch preventing
             ligatures of not-originally adjacent glyphs;
@@ -74891,13 +209179,13 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sun Jul 27 02:40:31 2003 +0000
 
     Check for lookahead glyphs in the right place. (Patch from #116860)
-
+    
     Sat Jul 26 22:30:59 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst{1,2,3}):
             Check for lookahead glyphs in the right place. (Patch
             from #116860)
-
+    
             * pango/opentype/ftxgpos.c (Lookup_ChainContextPos{1,2,3}):
             Same fix here.
 
@@ -74910,27 +209198,25 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sun Jul 27 02:19:52 2003 +0000
 
     Fix return value to only contain TTO_Err_Not_Covered if *no* lookups
-
+    
     Sat Jul 26 22:12:46 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgsub.c (Do_String_Lookup,
             TT_GSUB_Apply_String): Fix return value to only
             contain TTO_Err_Not_Covered if *no* lookups
             matched. Fix memory leaks on error in Apply_String().
 
- src/ftxgsub.c | 120
- ++++++++++++++++++++++++++++++++++++----------------------
+ src/ftxgsub.c | 120 ++++++++++++++++++++++++++++++++++++----------------------
  1 file changed, 75 insertions(+), 45 deletions(-)
 
 commit e10ea2afd9a5868d4ec1ff3a2b99bcd64ce45816
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sun Jul 27 01:10:15 2003 +0000
 
-    Fix confusion between boolean and FT_Error return. (GSUB equivalent
-    of fix
-
+    Fix confusion between boolean and FT_Error return. (GSUB equivalent of fix
+    
     Sat Jul 26 21:06:26 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgsub.c (Load_EmptyOrClassDefinition):
             Fix confusion between boolean and FT_Error return.
             (GSUB equivalent of fix for #108358)
@@ -74943,13 +209229,13 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sat Jul 26 15:02:13 2003 +0000
 
     Move allocation afer initial checks, fixing memory leak.
-
+    
     Sat Jul 26 10:52:20 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgpos.c (Lookup_ContextPos2):
             * pango/opentype/ftxgsub.c (Lookup_ContextSubst2): Move
             allocation afer initial checks, fixing memory leak.
-
+    
             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst2):
             Fix some more error return memory leaks that weren't
             fixed in the Qt changes.
@@ -74962,11 +209248,10 @@ commit f40b7c15e0bc4b71e706602c4e062f72d8f0fcdd
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sat Jul 26 14:50:23 2003 +0000
 
-    Fix various memory leaks from error returns that should have been
-    jumps to
-
+    Fix various memory leaks from error returns that should have been jumps to
+    
     Sat Jul 26 10:43:20 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
             Fix various memory leaks from error returns that should
             have been jumps to cleanup blocks. (From Qt, Lars Knoll)
@@ -74980,9 +209265,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sat Jul 26 14:35:29 2003 +0000
 
     Fix additional places where TTO_Err_Not_Covered wasn't considered a
-
+    
     Sat Jul 26 10:30:24 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgpos.c: Fix additional places where
             TTO_Err_Not_Covered wasn't considered a successful return
             from Get_Class. (From Qt, Lars Knoll)
@@ -74995,9 +209280,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sat Jul 26 13:50:23 2003 +0000
 
     If applying a ligature lookup makes adjacent two glyphs that were not
-
+    
     Sat Jul 26 09:41:22 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
             If applying a ligature lookup makes adjacent two glyphs
             that were not originally adjacent, avoid making
@@ -75012,9 +209297,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sat Jul 26 13:20:52 2003 +0000
 
     Fix some FreeType1 variable declarations that snuck in from the last
-
+    
     Sat Jul 26 09:16:57 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgpos.c pango/opentype/ftxopen.c:
             Fix some FreeType1 variable declarations that snuck
             in from the last commits (Christophe Fergeau,
@@ -75028,11 +209313,10 @@ commit 06c12109de061c357f46dcec82c4bee7160afede
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sat Jul 26 03:45:44 2003 +0000
 
-    OpenType-1.4 update: backtrack information is stored with the
-    item closest
-
+    OpenType-1.4 update: backtrack information is stored with the item closest
+    
     Fri Jul 25 23:38:07 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgpos.c pango/opentype/ftxgsub.c:
             OpenType-1.4 update: backtrack information is stored with the
             item closest to the input first (From FreeType,
@@ -75047,18 +209331,17 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sat Jul 26 03:14:23 2003 +0000
 
     Update of GPOS and GSUB support to OpenType 1.3 (From FreeType, Werner
-
+    
     Fri Jul 25 23:07:06 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             Update of GPOS and GSUB support to OpenType 1.3
             (From FreeType, Werner Lemberg, 2001-08-08)
-
+    
             * pango/opentype/ftxopen.h: Add RIGHT_TO_LEFT LookupFlag
-
+    
             * pango/opentype/ftxgpos.c (GPOS_Instance): Add 'first'
-            member to mark the beginning of a chain of cursive
-            connections.
-
+            member to mark the beginning of a chain of cursive connections.
+    
             * pango/opentype/ftxgpos.c (Do_String_Lookup): If the
             RIGHT_TO_FLAG flag is set, shift cursive chain up so
             last glyph is on the baseline.
@@ -75072,9 +209355,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sat Jul 26 03:03:40 2003 +0000
 
     Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which allow lookup
-
+    
     Fri Jul 25 22:59:13 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftx{gpos,gsub}.h pango/opentype/ftxgdef.c:
             Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which
             allow lookup information to be stored at 32-bit offets
@@ -75091,9 +209374,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sat Jul 26 02:44:19 2003 +0000
 
     Fix a couple of places where TTO_Err_Not_Covered wasn't considered a
-
+    
     Fri Jul 25 22:25:48 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgsub.c (Lookup_ContextSubst2,
             Lookup_ChainContextSubst2): Fix a couple of
             places where TTO_Err_Not_Covered wasn't considered
@@ -75109,21 +209392,20 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sat Jul 26 02:10:42 2003 +0000
 
     Improvements to OpenType-dumping code, based on changes in Qt by Lars
-
+    
     Fri Jul 25 20:12:00 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             Improvements to OpenType-dumping code, based on
             changes in Qt by Lars Knoll.
-
+    
             * pango/opentype/ottest.c: Tweak the debugging output,
             suppress some warnings.
-
+    
             * pango/opentype/disasm.c: Add support for
             GSUB Context/Chain GPOS MarkBase lookups, improve
             output in various ways.
 
- src/disasm.c | 242
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
+ src/disasm.c | 242 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
  src/ottest.c |  12 +--
  2 files changed, 241 insertions(+), 13 deletions(-)
 
@@ -75132,9 +209414,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Thu Jul 24 21:05:29 2003 +0000
 
     Fix uses of g_assert() around statements with side effects. (#115498,
-
+    
     Thu Jul 24 17:04:21 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
             Fix uses of g_assert() around statements with side effects.
             (#115498, patch from David Cuthbert)
@@ -75146,11 +209428,10 @@ commit f91deef2c9473da5c3cb5e120f2d4fbf0d638166
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Wed Apr 16 21:48:29 2003 +0000
 
-    More careful handling of face->charmap; if is NULL, try to set
-    a unicode
-
+    More careful handling of face->charmap; if is NULL, try to set a unicode
+    
     Wed Apr 16 03:46:42 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/pango-ot-info.c (synthesize_class_def):
             More careful handling of face->charmap; if is NULL,
             try to set a unicode charmap, if that doesn't succeed,
@@ -75164,9 +209445,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Wed Apr 16 03:58:17 2003 +0000
 
     When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have only
-
+    
     Tue Apr 15 11:49:39 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxg{sub/pos}.c: When loading
             in Load_Chain{Sub,Pos}ClassRule, the limit we
             have only applies to the input ClassDef table.
@@ -75182,9 +209463,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Tue Apr 15 23:01:19 2003 +0000
 
     Fix mispelled constant from last commit.
-
+    
     Tue Apr 15 06:57:02 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgpos.c: Fix mispelled constant
             from last commit.
 
@@ -75195,14 +209476,13 @@ commit 73cd600798a9a7225b2ac8241ea371d48cf7baf3
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Tue Apr 15 22:15:41 2003 +0000
 
-    Fix confusion between boolean and FT_Error return. (#108358,
-    Noah Levitt)
-
+    Fix confusion between boolean and FT_Error return. (#108358, Noah Levitt)
+    
     Tue Apr 15 06:03:39 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgpos.c: Fix confusion between
             boolean and FT_Error return. (#108358, Noah Levitt)
-
+    
             * pango/opentype/ftxopen.c (Get_Class1): index is
             allowed to be NULL. (#108358, Noah Levitt)
 
@@ -75215,9 +209495,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Tue Apr 15 21:05:53 2003 +0000
 
     Fix infinite loop in the case where the charmap contains a character >
-
+    
     Tue Apr 15 05:00:39 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/pango-ot-info.c (synthesize_class_def):
             Fix infinite loop in the case where the charmap contains
             a character > 65535. (#106550, Morten Welinder.)
@@ -75230,12 +209510,12 @@ Author: James Henstridge <james@daa.com.au>
 Date:   Tue Mar 11 12:31:16 2003 +0000
 
     make similar changes to the ones on glib head (call gtk-docize, etc).
-
+    
     2003-03-11  James Henstridge  <james@daa.com.au>
-
+    
         * autogen.sh: make similar changes to the ones on glib head (call
         gtk-docize, etc).
-
+    
         * configure.in: move some calculations into M4 macros, rather than
         calculating them when configure runs.
         Use AC_HELP_STRING where appropriate.
@@ -75244,27 +209524,27 @@ Date:   Tue Mar 11 12:31:16 2003 +0000
         AC_CONFIG_COMMANDS (once per created file).
         Get rid of the "chmod +x pango-config" bit, because there is no
         pango-config anymore.
-
+    
         * Makefile.am: get rid of custom distcheck rule, and set
         DISTCHECK_CONFIGURE_FLAGS, which is equivalent.
         Use += to select which .pc files to install.
-
+    
         * pango/Makefile.am: Add rules to rebuild module-defs* files, and
         remove them on clean.
         Reorder so that rules related to each individual library are next
         to each other.
         Use BUILT_SOURCES for built sources.
-
+    
         * pango/opentype/Makefile.am: don't use STRIP_BEGIN/STRIP_END.
-
+    
         * modules/*/Makefile.am: simplify module makefiles through use of
         +=, and regularise them a bit (fixed a few bugs in the process).
-
+    
         * docs/Makefile.am: remove common rules, and instead include
         gtk-doc.make.
-
+    
         * examples/Makefile.am: add pango.modules to CLEANFILES.
-
+    
         * tests/Makefile.am: remove temporary files on clean.
 
  src/Makefile.am | 11 +++++------
@@ -75274,29 +209554,28 @@ commit 1aad15fd0c007c9075f2f7f4c4cacf576d726eea
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Mon Feb 17 22:04:29 2003 +0000
 
-    Add an --enable-debug configure argument defaulting to 'yes'
-    for unstable
-
+    Add an --enable-debug configure argument defaulting to 'yes' for unstable
+    
     Mon Feb 17 13:06:39 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * configure.in **/Makefile.am: Add an --enable-debug
             configure argument defaulting to 'yes' for unstable
             releases and 'minimum' for stable releases.
             For minimum, -DG_DISABLE_CAST_CHECKS.
-
+    
             * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
             pango/pangoxft-fontmap.c: Add caching of fontsets
             (#104495, initial patch and review by Soeren Sandmann)
-
+    
             * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
             pango/pangoxft-fontmap.c pango/pangoft2-private.h
             pango/pangoxft-private.h: Remove cache of recently freed
             fonts; not necessary now that we cache fontsets.
-
+    
             * pango/pangofc-fontmap.cI (pango_fc_pattern_set_free):
             Rename from pango_fc_font_set_free to reflect
             what it actually does.
-
+    
             * pango/pangofc-fontmap.cI pango/pangoft-fontmap.c
             pango/pangoxft-fontmap.c: Combine clear-the-cache
             functions; we didn't need separate clear-the-font-cache
@@ -75310,9 +209589,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Wed Feb 12 22:12:55 2003 +0000
 
     Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation
-
+    
     Wed Feb 12 16:59:23 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * configure.in pango/opentype/fterrcompat.h README:
             Up the FreeType version requirement to 2.0.9.
             (2.2.1 had a compilation failure with older versions,
@@ -75327,12 +209606,12 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sat Jan 11 00:16:26 2003 +0000
 
     Export TT_New_GDEF_Table to create an empty GDEF table.
-
+    
     Fri Jan 10 18:56:36 2003  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgdef.c: Export TT_New_GDEF_Table
             to create an empty GDEF table.
-
+    
             * pango/opentype/pango-ot-info.c: If the font doesn't
             have a class definition table, synthesize one using
             the charmap and the unicode properties of characters
@@ -75341,8 +209620,7 @@ Date:   Sat Jan 11 00:16:26 2003 +0000
 
  src/ftxgdef.c       |  46 +++++++++++++++-------
  src/ftxgdef.h       |   4 ++
- src/pango-ot-info.c | 108
- ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/pango-ot-info.c | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 144 insertions(+), 14 deletions(-)
 
 commit db6bb4b034d4d8d546fc9bdc4ad28b16bb7f1bb7
@@ -75350,10 +209628,10 @@ Author: Matthias Clasen <matthiasc@src.gnome.org>
 Date:   Thu Nov 28 23:53:18 2002 +0000
 
     Add docs.
-
+    
             * docs/tmpl/xft-fonts.sgml:
             * docs/tmpl/freetype-fonts.sgml: Add docs.
-
+    
             * pango/pangoxft-fontmap.c (pango_xft_substitute_changed):
             * pango/pangoft2-fontmap.c
             (pango_ft2_font_map_set_default_substitute):
@@ -75367,20 +209645,19 @@ Author: Sebastian Wilhelmi <wilhelmi@ira.uka.de>
 Date:   Tue Nov 26 13:37:10 2002 +0000
 
     Do not add GLIB_CFLAGS to CFLAGS.
-
-
+    
+    
     2002-11-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
-
+    
             * configure.in: Do not add GLIB_CFLAGS to CFLAGS.
-
+    
             * docs/Makefile.am, examples/Makefile.am,
             modules/arabic/Makefile.am, modules/basic/Makefile.am,
             modules/hangul/Makefile.am, modules/hebrew/Makefile.am,
             modules/indic/Makefile.am, modules/tamil/Makefile.am,
             modules/thai/Makefile.am, pango/Makefile.am,
             pango/mini-fribidi/Makefile.am, pango/opentype/Makefile.am:
-            Instead add $(GLIB_CFLAGS) directly to INCLUDES (GTKDOC_CFLAGS
-            for
+            Instead add $(GLIB_CFLAGS) directly to INCLUDES (GTKDOC_CFLAGS for
             docs/Makefile.am). Also some cosmetic line wrapping and
             reindentation.
 
@@ -75392,12 +209669,11 @@ Author: Manish Singh <yosh@gimp.org>
 Date:   Mon Oct 14 22:50:48 2002 +0000
 
     Get rid of unnecessary casts for g_object_{ref,unref}
-
+    
     Mon Oct 14 15:39:41 2002  Manish Singh  <yosh@gimp.org>
-
+    
             * pango/pango-context.c pango/pango-layout.c pango/pangoft2.c
-            pango/pangowin32-fontmap.c pango/pangowin32.c
-            pango/pangox-fontmap.c
+            pango/pangowin32-fontmap.c pango/pangowin32.c pango/pangox-fontmap.c
             pango/pangox.c pango/pangoxft-font.c pango/pangoxft-fontmap.c
             pango/testfonts.c pango/opentype/pango-ot-ruleset.c:
             Get rid of unnecessary casts for g_object_{ref,unref}
@@ -75410,9 +209686,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sun Sep 29 19:06:58 2002 +0000
 
     ligatures can be also used in MarkBasePos lookups. (2001-03-17 Werner
-
+    
     Sun Sep 29 14:55:36 2002  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgpos.c: ligatures can be also used in
             MarkBasePos lookups. (2001-03-17  Werner Lemberg)
 
@@ -75424,15 +209700,14 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Sun Sep 29 19:05:01 2002 +0000
 
     Start of merges from freetype1 of OpenType fixes.
-
+    
     Sun Sep 29 14:51:25 2002  Owen Taylor  <otaylor@redhat.com>
-
+    
             Start of merges from freetype1 of OpenType fixes.
-
+    
             (2001-03-17  Werner Lemberg)
-
-            * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c
-            pango/opentype/ftxg\sub.c:
+    
+            * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c pango/opentype/ftxg\sub.c:
             More fixes for special marks.
 
  src/ftxgdef.c | 13 ++++++++-----
@@ -75444,17 +209719,14 @@ commit 5c53f14f371b349da65dfa3a848b17ab89ce3ba8
 Author: Tor Lillqvist <tml@iki.fi>
 Date:   Mon Sep 23 21:45:31 2002 +0000
 
-    Remove. Not used. (A static library is built here. Exported entries
-    are in
-
+    Remove. Not used. (A static library is built here. Exported entries are in
+    
     2002-09-24  Tor Lillqvist  <tml@iki.fi>
-
-            * pango/opentype/pango-ot.def: Remove. Not used. (A static
-            library
+    
+            * pango/opentype/pango-ot.def: Remove. Not used. (A static library
             is built here. Exported entries are in ../pangoft2.def.)
-
-            * pango/opentype/Makefile.am (EXTRA_DIST): Remove from
-            here, too.
+    
+            * pango/opentype/Makefile.am (EXTRA_DIST): Remove from here, too.
 
  src/Makefile.am  |  3 +--
  src/pango-ot.def | 50 --------------------------------------------------
@@ -75465,18 +209737,18 @@ Author: Tor Lillqvist <tml@iki.fi>
 Date:   Mon Sep 23 21:19:30 2002 +0000
 
     pango/makefile.mingw.in pango/mini-fribidi/makefile.mingw Remove. Not
-
+    
     2002-09-23  Tor Lillqvist  <tml@iki.fi>
-
+    
             * pango/makefile.mingw.in
             * pango/mini-fribidi/makefile.mingw
             * pango/opentype/makefile.mingw.in: Remove. Not maintained.
-
+    
             * pango/Makefile.am (EXTRA_DIST)
             * pango/mini-fribidi/Makefile.am (EXTRA_DIST)
             * pango/opentype/Makefile.am (EXTRA_DIST): Remove
             makefile.mingw(.in) from here, too.
-
+    
             * configure.in (AC_OUTPUT): Don't try to output above removed
             files.
 
@@ -75507,15 +209779,14 @@ commit 441e7d0292bf1a06396daac80fcbad23976a824d
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Wed Aug 7 17:01:52 2002 +0000
 
-    Offset to MarkAttachClassDef is offset to table, not offset to
-    offset to
-
+    Offset to MarkAttachClassDef is offset to table, not offset to offset to
+    
     Wed Aug  7 12:32:39 2002  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgsub.c (TT_Load_GSUB_Table):
             Offset to MarkAttachClassDef is offset to table,
             not offset to offset to table.
-
+    
             * pango/opentype/ftxopen.c (Get_Device): Handle
             NULL device tables which we represent with
             d->DeltaValue == NULL.
@@ -75529,35 +209800,33 @@ Author: Owen Taylor <otaylor@src.gnome.org>
 Date:   Tue Jun 4 00:20:51 2002 +0000
 
     on Jun  3 18:56:09 2002  Owen Taylor  <otaylor@redhat.com>
-
+    
             Xft2 and fontconfig conversion, based largely on a patch
             from Keith Packard.
-
+    
             * configure.in acconfig.h: Add checks for fontconfig, switch
             Xft checks to switch for Xft2 using pkg-config.
-
+    
             * pangoxft.pc.in pangoxft.pc.in
             modules/{arabic,basic,hebrew,indic,tamil}/Makefile.am
             pango/Makefile.am: Reflect new Xft/fontconfig dependencies.
-
+    
             * pango/pangoxft-private.h pango/pangoxft-fontmap.c
             modules/arabic/arabic-xft.c modules/indic/indic-xft.c:
             Switch over to using Xft2 and fontconfig.
-
-            * pango/pangoft2.c pango/pangoft2-fontmap.c
-            pango/pangoft2-private.h
+    
+            * pango/pangoft2.c pango/pangoft2-fontmap.c pango/pangoft2-private.h
             pango/pango/Makefile.am: Remove usage of mini-xft in
             favor of fontconfig.
-
-            * pango/pango-ot.h pango/opentype/pango-ot-info.c
-            pango/pangoxft.h
+    
+            * pango/pango-ot.h pango/opentype/pango-ot-info.c pango/pangoxft.h
             modules/arabic/arabic-{xft,ft2}.c modules/indic/indic-xft.c:
             Attach OpenType information directly to the FT_Face
             structure using FT_Generic.
-
+    
             * modules/tamil/Makefile.am modules/tamil/tamil-xft.c
             configure.in: Remove this module, no longer needed.
-
+    
             * pango/pangoxft-font.c (pango_xft_real_render): Coalesce
             calls to Xft rendering functions.
 
@@ -75569,9 +209838,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Fri May 10 18:44:47 2002 +0000
 
     Fix acess outside of a loaded frame and some memory leaks on failure.
-
+    
     Fri May 10 14:41:27 2002  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Fix acess
             outside of a loaded frame and some memory leaks
             on failure.
@@ -75584,17 +209853,14 @@ Author: Eric Mader <mader@jtcsv.com>
 Date:   Tue May 7 20:39:14 2002 +0000
 
     Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,
-
+    
     Mon May 06 15:07:39 2002 Eric Mader <mader@jtcsv.com>
-            * Add modules modules/indic/indic-xft.c, indic-ot.c,
-            indic-ot.h, indic-ot-class-tables.c
-
-            * pango/opentype/ftxgdef.c: Compute full offset for mark
-            attachment class table
-
-            * pango/opentype/ftxgpos.c: Only return TTO_Err_Not_Covered
-            if nothing matches
-
+            * Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h, indic-ot-class-tables.c
+    
+            * pango/opentype/ftxgdef.c: Compute full offset for mark attachment class table
+    
+            * pango/opentype/ftxgpos.c: Only return TTO_Err_Not_Covered if nothing matches
+    
             * pango/opentype/pango-ot-ruleset.c: enable GPOS processing
 
  src/ftxgdef.c          | 10 ++++++++--
@@ -75607,9 +209873,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Tue Apr 23 20:20:29 2002 +0000
 
     Add compatibility defines for changes in FreeType 2.1.0.
-
+    
     Tue Apr 23 16:15:07 2002  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/fterrcompat.h: Add compatibility
             defines for changes in FreeType 2.1.0.
 
@@ -75621,24 +209887,23 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Fri Mar 15 06:46:05 2002 +0000
 
     In Load_ChainContextSubst2, handle the case where an empty class
-
+    
     Fri Mar 15 01:35:56 2002  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgsub.c pango/opentype/ftxopen.c
             pango/opentype/ftxopenf.h: In Load_ChainContextSubst2,
             handle the case where an empty class definition
             is represented by an offset of 0.
-
+    
             * pango/opentype/ftxgpos.c: Same for Load_ChainContextPos2.
-
+    
             * pango/opentype/{ftxopen.c,ftxgpos.c,ftxgsub.c,ftgdef.c}:
             Fix pervasive bug where on cleanups on failure of loading
             an array element, all array elements were freed, not
             just the ones that had been succesfully loaded.
 
  src/ftxgdef.c  |  24 +++---
- src/ftxgpos.c  | 259
- ++++++++++++++++++++++++++++++++++++---------------------
+ src/ftxgpos.c  | 259 ++++++++++++++++++++++++++++++++++++---------------------
  src/ftxgsub.c  | 159 ++++++++++++++++++++---------------
  src/ftxopen.c  |  53 ++++++++----
  src/ftxopenf.h |   2 +
@@ -75649,16 +209914,15 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Fri Mar 15 04:22:14 2002 +0000
 
     Uncomment GPOS parts.
-
+    
     Thu Mar 14 23:05:18 2002  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxopen.c: Uncomment GPOS parts.
-
+    
             * pango/opentype/disasm.c: Start adding some GPOS
             dumping.
 
- src/disasm.c  | 146
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/disasm.c  | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  src/ftxopen.c |  20 ++++----
  2 files changed, 154 insertions(+), 12 deletions(-)
 
@@ -75667,8 +209931,8 @@ Author: Sebastian Wilhelmi <wilhelmi@src.gnome.org>
 Date:   Thu Dec 13 17:44:46 2001 +0000
 
     Resuming aborted commit
-
-
+    
+    
     Resuming aborted commit
 
  src/Makefile.am | 1 +
@@ -75679,19 +209943,16 @@ Author: Matthias Clasen <matthiasc@src.gnome.org>
 Date:   Tue Oct 30 22:09:20 2001 +0000
 
     Remove declarations of unimplemented functions
-
-            * docs/pango-sections.txt, pango/pango-ot.h: Remove
-            declarations
-            of unimplemented functions pango_ot_ruleset_set_glyph_loader
-            and
+    
+            * docs/pango-sections.txt, pango/pango-ot.h: Remove declarations
+            of unimplemented functions pango_ot_ruleset_set_glyph_loader and
             pango_ot_ruleset_set_alternate_func and the related typedefs
             PangoOTGlyphLoader and PangoOTAlternateFunc.
-
+    
             * pango/opentype/pango-ot-info.c,
             pango/opentype/pango-ot-ruleset.c: Documentation updates.
 
- src/pango-ot-info.c    | 76
- ++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/pango-ot-info.c    | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++
  src/pango-ot-ruleset.c | 27 ++++++++++++++++++
  2 files changed, 103 insertions(+)
 
@@ -75699,18 +209960,15 @@ commit 87a475c09f6b9b391bca37de47a303a62a397b83
 Author: Havoc Pennington <hp@redhat.com>
 Date:   Wed Sep 19 21:20:36 2001 +0000
 
-    header to abstract the difference between FreeType 2.0.3 and 2.0.4
-    error
-
+    header to abstract the difference between FreeType 2.0.3 and 2.0.4 error
+    
     2001-09-19  Havoc Pennington  <hp@redhat.com>
-
-            * pango/opentype/fterrcompat.h: header to abstract the
-            difference
+    
+            * pango/opentype/fterrcompat.h: header to abstract the difference
             between FreeType 2.0.3 and 2.0.4 error codes, based on the
             configure check.
-
-            * configure.in: check for the tterrors.h header in FreeType
-            2.0.3,
+    
+            * configure.in: check for the tterrors.h header in FreeType 2.0.3,
             and define HAVE_FREETYPE_2_0_3 if we have it
 
  src/Makefile.am     |  1 +
@@ -75727,72 +209985,62 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Tue Sep 18 20:05:20 2001 +0000
 
     Up to 0.19.
-
+    
     Tue Sep 18 15:47:08 2001  Owen Taylor  <otaylor@redhat.com>
-
+    
             * configure.in (PANGO_MINOR_VERSION): Up to 0.19.
-
+    
             * pango/pango-font.h pango/pango-fontmap.[ch] pango/fonts.c
-            pango/pangoxft-fontmap.c pango/pangoft-fontmap.c
-            pango/pango-context.[ch]
-            pango/pangox-fontmap.c: Add new PangoFontFace and
-            PangoFontFamily
-            object types, and change the font listing API to list
-            faces and
+            pango/pangoxft-fontmap.c pango/pangoft-fontmap.c pango/pango-context.[ch]
+            pango/pangox-fontmap.c: Add new PangoFontFace and PangoFontFamily
+            object types, and change the font listing API to list faces and
             families, instead of face names and font descriptions.
-
+    
             * pango/pango-font.h pango/fonts.c: Make PangoFontDescription
             an opaque heap-allocated structure, add accessors and
             convenience functions.
-
-            * pango/pango-font.h pango/pango-private.h: Make
-            PangoFontMetrics
+    
+            * pango/pango-font.h pango/pango-private.h: Make PangoFontMetrics
             heap allocated, protect the structure definition with
             #ifdef PANGO_ENABLE_BACKEND, and add getters for the fields.
-
+    
             * pango/pango-attributes.[ch] ( pango_attr_iterator_get_font):
             instead of providing a base font description and one to fill
             in, provide a single font description to modify based on
             the attributes.
-
+    
             * pango/pango-attributes.[ch]: Fix PangoAttrFontDesc to have
             a PangoFontDescription by reference, not by value.
-
+    
             * pango/pango-utils.[ch]: make pango_parse_style() and friends
             take pointers to individual enumerations instead of to a
             PangoFontDescription structure.
-
-            * pango/*.c: Fix for the PangoFontDescription and
-            PangoFontMetrics
+    
+            * pango/*.c: Fix for the PangoFontDescription and PangoFontMetrics
             changes.
-
+    
             * pango/pango-{break,engine,indic,ot,xft}.h pango/Makefile.am
             pango/opentype/Makefile.am: Protect portions with
             PANGO_ENABLE_ENGINE to shrink the public API.
-
+    
             * modules/*/Makefile.am: -DPANGO_ENABLE_ENGINE.
-
-            * pango/{pangox.h,pangox-private.h} modules/basic/basic-x.c:
-            Move
-            pango_x_font_get_unknown_glyph() into public header since
-            it is
+    
+            * pango/{pangox.h,pangox-private.h} modules/basic/basic-x.c: Move
+            pango_x_font_get_unknown_glyph() into public header since it is
             used from modules.
-
-            * pango/pango-{context,font,fontmap,modules.utils}.h
-            pango/Makefile.am:
-            Protect portions with PANGO_ENABLE_BACKEND to shrink the
-            public API.
-
+    
+            * pango/pango-{context,font,fontmap,modules.utils}.h pango/Makefile.am:
+            Protect portions with PANGO_ENABLE_BACKEND to shrink the public API.
+    
             * pango/*.h: Use G_BEGIN/END_DECLS
-
-            * examples/viewer-qt.[cc,h]: Fix for changes to font
-            listing API,
+    
+            * examples/viewer-qt.[cc,h]: Fix for changes to font listing API,
             PangoFontDescription.
-
+    
             * pango/pango-indic.h modules/indic/*: Since we install this
             header fix it up to Pango conventions, namespece
             ZERO_WIDTH_JOINER, ZERO_WIDTH_NON_JOINER.
-
+    
             * docs/pango-sections.txt: Updated.
 
  src/Makefile.am | 1 +
@@ -75803,55 +210051,46 @@ Author: Darin Adler <darin@src.gnome.org>
 Date:   Thu Jul 12 16:34:40 2001 +0000
 
     Remove stray semicolon.
-
-            * modules/arabic/arabic-x.c: (arabic_engine_shape): Remove
-            stray
+    
+            * modules/arabic/arabic-x.c: (arabic_engine_shape): Remove stray
             semicolon.
-
+    
             * modules/arabic/arconv.h:
-            * modules/arabic/arconv.c: (shape), (doublelig),
-            (arabic_reshape):
-            Use long* instead of int* for parameter to match what's
-            passed in.
-
+            * modules/arabic/arconv.c: (shape), (doublelig), (arabic_reshape):
+            Use long* instead of int* for parameter to match what's passed in.
+    
             * modules/indic/bengali-x.c: Add missing <string.h> include.
-            (pango_indic_make_ligs): Use local variable that was added
-            but not
+            (pango_indic_make_ligs): Use local variable that was added but not
             ever used.
             (pango_indic_engine_shape): Remove unused locals.
-
-            * modules/indic/devanagari-x.c: Add missing <string.h>
-            include.
+    
+            * modules/indic/devanagari-x.c: Add missing <string.h> include.
             (pango_indic_engine_shape): Remove unused local.
-
+    
             * modules/indic/gujarati-x.c: Add missing <string.h> include.
             (pango_indic_engine_shape): Remove unused local
-
+    
             * modules/tamil/tamil-x.c: (tamil_engine_shape): Initialize a
             variable to quiet the compiler's unused warning.
-
+    
             * pango/.cvsignore: Ignore more generated files.
-
-            * pango/opentype/ftxgpos.c: (Get_Anchor): Add code to set
-            up the
-            ap variable. The old code would just use the uninitialized
-            value.
-
-            * pango/opentype/ftxopen.c: (Load_Coverage): Remove unused
-            local.
-
+    
+            * pango/opentype/ftxgpos.c: (Get_Anchor): Add code to set up the
+            ap variable. The old code would just use the uninitialized value.
+    
+            * pango/opentype/ftxopen.c: (Load_Coverage): Remove unused local.
+    
             * pango/opentype/pango-ot-ruleset.c: (pango_ot_ruleset_shape):
             Remove unused local.
-
+    
             * pango/pango-attributes.c: (pango_attr_list_get_type),
             (pango_color_get_type): Add needed function type casts (just
             warnings under gcc, but could be errors in other compilers).
-
+    
             * pango/pangoxft-font.c: (pango_xft_font_get_metrics),
             (pango_xft_font_get_coverage), (pango_xft_get_shaper_map),
             (pango_xft_font_find_shaper): Switch from lang char* to
-            PangoLanguage*. The code was still compiling, but would
-            not have
+            PangoLanguage*. The code was still compiling, but would not have
             worked.
 
  src/ftxgpos.c          | 2 ++
@@ -75864,23 +210103,23 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Fri May 18 16:04:40 2001 +0000
 
     Use ISO C99 varargs when available.
-
+    
     Fri May 18 11:30:57 2001  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/disasm.c: Use ISO C99 varargs when
             available.
-
+    
     Thu May 17 11:16:23 2001  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/mapping.c: Fixup docs, remove some FIXMEs that are
             no longer applicable.
-
+    
             * pango/pango-layout.c: Move by graphemes, not characters.
-
+    
             * pango/pango-layout.c (pango_layout_line_x_to_index):
             Position at the closest grapheme boundary, not at character
             boundaries.
-
+    
             * pango/pango-layout.c (pango_layout_line_index_to_x):
             Return positions of grapheme boundaries, not character
             boundaries.
@@ -75894,9 +210133,9 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Tue Apr 24 15:47:22 2001 +0000
 
     Remove excess call to DONE_Stream left over from conversion from FT1.
-
+    
     Tue Apr 24 11:45:55 2001  Owen Taylor  <otaylor@redhat.com>
-
+    
             * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Remove
             excess call to DONE_Stream left over from conversion
             from FT1. (reported by Michael Jansson)
@@ -75909,15 +210148,15 @@ Author: Owen Taylor <otaylor@redhat.com>
 Date:   Tue Apr 3 19:07:36 2001 +0000
 
     Release 0.14
-
+    
     Tue Apr  3 15:05:19 2001  Owen Taylor  <otaylor@redhat.com>
-
+    
             * Release 0.14
-
+    
             * NEWS: updated.
-
+    
             * pango/pango/opentype/Makefile.am: make dist fixes.
-
+    
             * configure.in (PANGO_MINOR_VERSION): Up to 0.14
 
  src/Makefile.am | 10 ++++++++--
@@ -75928,67 +210167,58 @@ Author: Tor Lillqvist <tml@iki.fi>
 Date:   Thu Dec 21 19:55:23 2000 +0000
 
     Only a script engine here.
-
+    
     2000-12-21  Tor Lillqvist  <tml@iki.fi>
-
-            * modules/basic/basic-win32.c (script_engine_load): Only
-            a script
+    
+            * modules/basic/basic-win32.c (script_engine_load): Only a script
             engine here.
-
-            * pango/makefile.mingw.in: Add the built
-            pango-enum-types.[ch].
-
+    
+            * pango/makefile.mingw.in: Add the built pango-enum-types.[ch].
+    
             * pango/pango.def
             * pango/pangoft2.def: Update.
-
+    
             * pango/opentype/pango-ot.def
             * pango/opentype/makefile.mingw.in: New files.
-
+    
             * pango/opentype/Makefile.am (EXTRA_DIST): Add them.
-
+    
             * configure.in (included_modules): Generate
             pango/opentype/makefile.mingw.
 
  src/Makefile.am       |  4 +++-
  src/makefile.mingw.in | 43 +++++++++++++++++++++++++++++++++++++++++++
- src/pango-ot.def      | 50
- ++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/pango-ot.def      | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 96 insertions(+), 1 deletion(-)
 
 commit 80a15829135065e16ce5b129c715d10d14b829ba
 Author: Owen Taylor <otaylor@redhat.com>
 Date:   Wed Dec 20 04:41:36 2000 +0000
 
-    Since Xft may only be available statically without shlib deps,
-    check for
-
+    Since Xft may only be available statically without shlib deps, check for
+    
     Tue Dec 19 22:47:16 2000  Owen Taylor  <otaylor@redhat.com>
-
+    
             * configure.in pango-config.in pangoxft.pc.in
             modules/basic/Makefile.am: Since Xft may only be available
-            statically without shlib deps, check for FreeType libs
-            explicitly
-            and include them when linking, otherwise things won't
-            work. Also,
+            statically without shlib deps, check for FreeType libs explicitly
+            and include them when linking, otherwise things won't work. Also,
             define FREETYPE_CFLAGS from freetype-config --cflags.
-
+    
             * modules/basic/basic-xft.c pango/pangoxft-font{,map}.c: Fool
             Xft into not converting glyph indices by loading the
             face unencoded then calling FT_Set_Charmap ourselves.
-
-            * pango/Makefile.am pango/pango-ot.h pango/opentype/*
-            :Add start
-            of opentype handling - most of the actually meat of the
-            code here
-            is the OpenType layout code from FreeType 1 ported to
-            freetype2
+    
+            * pango/Makefile.am pango/pango-ot.h pango/opentype/* :Add start
+            of opentype handling - most of the actually meat of the code here
+            is the OpenType layout code from FreeType 1 ported to freetype2
             and adapted slighlty for our purposes.  Also, includes a
             incomplete OpenType-table-dumping code useful for figuring
             out what is going on.
-
+    
             * pango/pangoxft.h pango/pangoxft-font.h: Add calls for
             getting FT_Face and PangoOTInfo from PangoXftFont.
-
+    
             * modules/arabic/{Makefile.am,arabic-ot.[ch],arabic-xft.c}:
             Initial support for rendering Arabic with OpenType fonts.
 
@@ -76000,8 +210230,7 @@ Date:   Wed Dec 20 04:41:36 2000 +0000
  src/disasm.h           |   26 +
  src/ftxgdef.c          | 1155 +++++++++
  src/ftxgdef.h          |  220 ++
- src/ftxgpos.c          | 6222
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/ftxgpos.c          | 6222 ++++++++++++++++++++++++++++++++++++++++++++++++
  src/ftxgpos.h          |  858 +++++++
  src/ftxgsub.c          | 4531 +++++++++++++++++++++++++++++++++++
  src/ftxgsub.h          |  612 +++++