[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (56028a44ba -> a6b77aac3d)
From: |
Patrice Dumas |
Subject: |
master updated (56028a44ba -> a6b77aac3d) |
Date: |
Fri, 10 Nov 2023 12:50:26 -0500 (EST) |
pertusus pushed a change to branch master.
from 56028a44ba Revert change on 2023-11-09 "Locale-independent XS
paragraph formatting".
new 6748e3faed * tp/Texinfo/XS/convert/convert_html.c
(reset_translated_special_unit_info_tree) (html_finalize_output_state,
html_translate_names): add function reset_translated_special_unit_info_tree
based on code from html_translate_names and use it in
html_finalize_output_state too.
new a6b77aac3d * tp/Texinfo/XS/convert/convert_html.c
(html_set_pages_files): strdup on the special_unit_filename for associated
output units.
Summary of changes:
ChangeLog | 59 ++++++++++
tp/TODO | 27 +++++
tp/Texinfo/XS/convert/build_html_perl_state.c | 22 ++--
tp/Texinfo/XS/convert/build_html_perl_state.h | 2 +-
tp/Texinfo/XS/convert/convert_html.c | 158 +++++++++++++++-----------
tp/Texinfo/XS/main/convert_utils.c | 19 ++--
tp/Texinfo/XS/main/converter_types.h | 17 ++-
tp/Texinfo/XS/main/get_perl_info.c | 14 +--
tp/Texinfo/XS/main/utils.c | 3 +-
tp/Texinfo/XS/main/utils.h | 4 +-
10 files changed, 223 insertions(+), 102 deletions(-)
- master updated (56028a44ba -> a6b77aac3d),
Patrice Dumas <=