[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (0afb4590ba -> 7467fde7bc)
From: |
Patrice Dumas |
Subject: |
master updated (0afb4590ba -> 7467fde7bc) |
Date: |
Mon, 6 Nov 2023 02:58:15 -0500 (EST) |
pertusus pushed a change to branch master.
from 0afb4590ba * tp/Texinfo/XS/convert/convert_html.c
(html_converter_initialize), tp/Texinfo/XS/main/get_perl_info.c
(html_converter_initialize_sv): move code mapping variety names to index in
global_units_directions to html_converter_initialize.
new 5665aa7596 * tp/Texinfo/Convert/Converter.pm,
tp/Texinfo/Convert/HTML.pm: remove converter_options_for_output, use the
converter directly in all calling functions.
new 7467fde7bc * tp/Texinfo/Convert/HTML.pm
(_prepare_units_directions_files) (convert), tp/Texinfo/XS/convert/ConvertXS.xs
(html_prepare_units_directions_files)
(html_prepare_output_units_global_targets),
tp/Texinfo/XS/main/build_perl_info.c (build_html_global_units_directions)
(set_html_global_units_directions): add set_html_global_units_directions to set
in XS "global_units_directions" in perl converter instead of returning to perl.
Summary of changes:
ChangeLog | 19 +++++++++++++++++++
tp/Texinfo/Convert/Converter.pm | 17 -----------------
tp/Texinfo/Convert/HTML.pm | 27 +++++++--------------------
tp/Texinfo/XS/convert/ConvertXS.xs | 28 ++++++++++++----------------
tp/Texinfo/XS/convert/convert_html.c | 1 -
tp/Texinfo/XS/main/build_perl_info.c | 31 ++++++++++++++++++++++++++++---
tp/Texinfo/XS/main/build_perl_info.h | 3 ++-
7 files changed, 68 insertions(+), 58 deletions(-)
- master updated (0afb4590ba -> 7467fde7bc),
Patrice Dumas <=