[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (c485337600 -> afc9488656)
From: |
Patrice Dumas |
Subject: |
master updated (c485337600 -> afc9488656) |
Date: |
Mon, 30 Sep 2024 12:29:37 -0400 (EDT) |
pertusus pushed a change to branch master.
from c485337600 * tp/Texinfo/XS/Makefile.am (ConvertXS_la_SOURCES): remove
convert_html.c to only use shared data in libtexinfo-convert.
new 5b8af8ecd2 * tp/Texinfo/Convert/HTML.pm (_initialize_output_state)
(conversion_initialization), tp/Texinfo/XS/convert/build_html_perl_state.c
(build_directions_strings, html_pass_converter_output_state): build
directions_strings from XS. Move Perl code related to setting up
directions_strings from conversion_initialization to _initialize_output_state.
new 1cd9ec0040 * tp/Texinfo/XS/convert/convert_html.c
(special_characters_formatting): fix right quote numerical entity.
new 80b7637c82 * tp/Texinfo/Convert/HTML.pm
(substitute_html_non_breaking_space) (_initialize_output_state),
tp/Texinfo/XS/convert/build_html_perl_state.c
(html_pass_converter_output_state): access 'non_breaking_space' through
get_info only.
new afc9488656 * tp/Texinfo/Convert/HTML.pm (_convert_text)
(_initialize_output_state), tp/t/init/spaces_in_line_breaks.init
_texi2any_tests_set_line_break_element),
tp/Texinfo/XS/convert/build_html_perl_state.c
(html_pass_converter_output_state): access 'line_break_element' through
get_info only.
Summary of changes:
ChangeLog | 38 +++++
tp/Texinfo/Convert/HTML.pm | 211 +++++++++++++-------------
tp/Texinfo/XS/convert/build_html_perl_state.c | 70 ++++++++-
tp/Texinfo/XS/convert/convert_html.c | 2 +-
tp/t/init/spaces_in_line_breaks.init | 5 +-
5 files changed, 210 insertions(+), 116 deletions(-)
- master updated (c485337600 -> afc9488656),
Patrice Dumas <=