[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (e3a28cc9bf -> bd7b8f424b)
From: |
Patrice Dumas |
Subject: |
master updated (e3a28cc9bf -> bd7b8f424b) |
Date: |
Thu, 9 Nov 2023 15:59:25 -0500 (EST) |
pertusus pushed a change to branch master.
from e3a28cc9bf Locale-independent XS paragraph formatting
new ae57f3c711 * tp/Texinfo/Common.pm (copy_tree),
tp/Texinfo/XS/main/manipulate_tree.c (copy_tree),
tp/Texinfo/XS/structuring_transfo/StructuringTransfo.xs (copy_tree): remove
second argument of copy_tree. Update callers.
new 32080e00c6 * tp/Texinfo/XS/convert/convert_html.c
(add_element_target_to_list) (set_special_units_targets_files)
(prepare_associated_special_units_targets) (new_sectioning_command_target,
prepare_index_entries_targets) (prepare_footnotes_targets): strdup target in
add_element_target_to_list. Free strings used in input.
new 9d73160cf4 * tp/Texinfo/XS/convert/get_html_perl_info.c
(html_converter_initialize_sv): use enum as type.
new bd7b8f424b * tp/Texinfo/XS/convert/ConvertXS.xs
(html_prepare_conversion_units), (tp/Texinfo/XS/convert/build_html_perl_state.c
(build_html_special_targets, pass_html_special_targets),
tp/Texinfo/XS/convert/convert_html.c (add_element_target) (add_special_target,
set_special_units_targets_files) (prepare_associated_special_units_targets,
unique_target) (new_sectioning_command_target, prepare_index_entries_targets)
(prepare_footnotes_targets, html_set_pages_files) (html_initialize [...]
Summary of changes:
ChangeLog | 47 ++++++++++
tp/Texinfo/Common.pm | 10 +-
tp/Texinfo/Translations.pm | 8 +-
tp/Texinfo/XS/convert/ConvertXS.xs | 6 +-
tp/Texinfo/XS/convert/build_html_perl_state.c | 6 +-
tp/Texinfo/XS/convert/build_html_perl_state.h | 2 +-
tp/Texinfo/XS/convert/convert_html.c | 102 +++++++++++++--------
tp/Texinfo/XS/convert/get_html_perl_info.c | 4 +-
tp/Texinfo/XS/main/convert_utils.c | 8 +-
tp/Texinfo/XS/main/converter_types.h | 33 ++++---
tp/Texinfo/XS/main/manipulate_tree.c | 6 +-
tp/Texinfo/XS/main/manipulate_tree.h | 2 +-
tp/Texinfo/XS/parsetexi/indices.c | 8 +-
.../XS/structuring_transfo/StructuringTransfo.xs | 7 +-
tp/Texinfo/XS/structuring_transfo/structuring.c | 2 +-
tp/t/test_tree_copy.t | 12 +--
16 files changed, 167 insertions(+), 96 deletions(-)
- master updated (e3a28cc9bf -> bd7b8f424b),
Patrice Dumas <=