]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Wed, 24 May 2023 02:53:41 +0000 (10:53 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 24 May 2023 02:53:41 +0000 (10:53 +0800)
commit78606a83f7a50ab5aff58d804c88caba1a436142
treef1a03d378c22f8306a2febf9f4ee2381f06c8622
parent769d3e17c2bb76a8bb6c604ac1a88e373a1a1c8c
Update Android port

* src/sfnt.c (sfnt_decompose_compound_glyph): Allow decomposing
up to 16 nested components.
(CALL, LOOPCALL): Correctly error if no fdef storage exists.
(sfnt_interpret_run): New label `next_instruction', for CALL.
(sfnt_interpret_compound_glyph_1): Allow decomposing up to 16
nested components.  Prevent crash if there are no end points or
points.
(sfnt_read_cvar_table): Prevent assigning uninitialized values.
(sfnt_vary_simple_glyph): Update commentary.
src/sfnt.c