[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (7e8670abe7 -> 9bb0471e0c)
From: |
Patrice Dumas |
Subject: |
master updated (7e8670abe7 -> 9bb0471e0c) |
Date: |
Tue, 1 Oct 2024 11:22:37 -0400 (EDT) |
pertusus pushed a change to branch master.
from 7e8670abe7 * tp/Texinfo/XS/convert/ConvertXS.xs
(html_internal_command_text): do not call build_html_formatting_state, there is
nothing set in C that needs to be passed.
new 6146d84a34 * tp/Texinfo/XS/convert/get_html_perl_info.c
(html_get_jslicenses_sv) (html_converter_prepare_output_sv): split
html_get_jslicenses_sv out of html_converter_prepare_output_sv.
new 7f61617adf * tp/Texinfo/XS/convert/ConvertXS.xs
(html_prepare_title_titlepage), tp/Texinfo/XS/convert/convert_html.c,
tp/Texinfo/XS/convert/get_html_perl_info.c: remove
html_converter_prepare_output, which does nothing. Do not get jslicenses from
Perl as they are setup in C. Remove html_converter_prepare_output_sv, which
now does nothing.
new 9bb0471e0c * tp/Texinfo/XS/convert/ConvertXS.xs
(html_conversion_finalization) (html_prepare_title_titlepage): remove calls of
build_html_formatting_state, the functions do not set anything passed in
build_html_formatting_state.
Summary of changes:
ChangeLog | 22 ++++
tp/Texinfo/Convert/HTML.pm | 4 -
tp/Texinfo/XS/convert/ConvertXS.xs | 9 +-
tp/Texinfo/XS/convert/convert_html.c | 9 +-
tp/Texinfo/XS/convert/convert_html.h | 2 -
tp/Texinfo/XS/convert/get_html_perl_info.c | 158 +++++++++++++----------------
tp/Texinfo/XS/convert/get_html_perl_info.h | 2 -
7 files changed, 100 insertions(+), 106 deletions(-)
- master updated (7e8670abe7 -> 9bb0471e0c),
Patrice Dumas <=