[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (c391689c4b -> 50ed56edb2)
From: |
Patrice Dumas |
Subject: |
master updated (c391689c4b -> 50ed56edb2) |
Date: |
Mon, 15 Apr 2024 16:46:28 -0400 (EDT) |
pertusus pushed a change to branch master.
from c391689c4b * tp/Texinfo/XS/convert/converter.c
(get_converter_indices_sorted_by_index)
(get_converter_indices_sorted_by_letter), tp/Texinfo/XS/main/document.c
(sorted_indices_by_index) (sorted_indices_by_letter): have sorted_indices_by_*
return the full collation indices information, not only the sorted indices,
such that the caller may know the language set in collation structure. In
get_converter_indices_sorted_by_*, get the language from sorted_indices_by_*
collation indices i [...]
new 9643be6fd8 * tp/Makefile.tres, tp/t/transformations.t
(regenerate_master_menu_with_menu_comment): add test of regenerate_master_menu
with a menu comment at the end of the Top node.
new 8f0194bb7c * tp/Texinfo/Common.pm (remove_from_array): add a simple
function to remove the first occurence of an element in an array.
new 50ed56edb2 * tp/Texinfo/XS/structuring_transfo/transformations.c
(reference_to_arg_internal): fix flag set for internal reference removal and
set it only if an element was actually removed.
Summary of changes:
ChangeLog | 35 ++
tp/Makefile.tres | 1 +
tp/Texinfo/Common.pm | 20 ++
tp/Texinfo/Structuring.pm | 3 +-
tp/Texinfo/Transformations.pm | 49 +--
.../XS/structuring_transfo/StructuringTransfoXS.xs | 15 +-
.../XS/structuring_transfo/transformations.c | 16 +-
tp/t/reference_to_text_in_tree.t | 2 +-
...=> regenerate_master_menu_with_menu_comment.pl} | 354 ++++-----------------
tp/t/transformations.t | 19 ++
10 files changed, 189 insertions(+), 325 deletions(-)
copy tp/t/results/transformations/{master_menu_fr.pl =>
regenerate_master_menu_with_menu_comment.pl} (60%)
- master updated (c391689c4b -> 50ed56edb2),
Patrice Dumas <=