[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (8314c4e793 -> f5373d9137)
From: |
Patrice Dumas |
Subject: |
master updated (8314c4e793 -> f5373d9137) |
Date: |
Sun, 19 Nov 2023 10:41:03 -0500 (EST) |
pertusus pushed a change to branch master.
from 8314c4e793 * INSTALL: document TEXINFO_XS_STRUCTURE and
TEXINFO_XS_CONVERT use.
new cfb10211f1 * tp/Texinfo/XS/main/converter_types.h
(TYPE_CONVERSION_FUNCTION) (COMMAND_CONVERSION_FUNCTION): declare struct
CONVERTER; before defining TYPE_CONVERSION_FUNCTION and
COMMAND_CONVERSION_FUNCTION, and define those structures before CONVERTER.
Solution from Gavin.
new f5373d9137 * tp/Texinfo/XS/convert/convert_html.c
(command_conversion_external) (type_conversion_external,
register_type_conversion_function) (register_command_conversion_function,
html_converter_initialize) (html_destroy, html_convert_css_string,
convert_to_html_internal), tp/Texinfo/XS/main/converter_types.h (CONVERTER):
make type_conversion_function and command_conversion_function array of
structures, not of pointers on structures.
Summary of changes:
ChangeLog | 17 ++++++
tp/Texinfo/XS/convert/convert_html.c | 107 +++++++++++++----------------------
tp/Texinfo/XS/main/converter_types.h | 92 +++++++++++++++---------------
3 files changed, 101 insertions(+), 115 deletions(-)
- master updated (8314c4e793 -> f5373d9137),
Patrice Dumas <=