[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (967e7ae2d0 -> 1defcc4662)
From: |
Patrice Dumas |
Subject: |
master updated (967e7ae2d0 -> 1defcc4662) |
Date: |
Thu, 11 Jan 2024 16:00:57 -0500 (EST) |
pertusus pushed a change to branch master.
from 967e7ae2d0 * tp/Texinfo/Structuring.pm (%XS_overrides,
%XS_convert_overrides) ($XS_convert, import): override
index_entry_element_sort_string and setup_index_entry_keys_formatting only if
XS is used for conversion.
new 54b5936656 * tp/Texinfo/Convert/Converter.pm (xml_accent),
tp/Texinfo/Convert/HTML.pm (_css_string_accent),
tp/Texinfo/Convert/NodeNameNormalization.pm (_convert): do not use ascii_accent
as a last resort formatting, return directly the accent command argument as the
last resort situation should only happen with dotless and a non recognized
argument for dotless.
new 407aa4938b * tp/Texinfo/XS/convert/indices_in_conversion.c
(index_entry_element_sort_string): always initialize returned text to the empty
string.
new 1defcc4662 * tp/Texinfo/Convert/Text.pm: move functions around.
Summary of changes:
ChangeLog | 34 +++
tp/Texinfo/Convert/Converter.pm | 11 +-
tp/Texinfo/Convert/HTML.pm | 6 +-
tp/Texinfo/Convert/NodeNameNormalization.pm | 9 +-
tp/Texinfo/Convert/Text.pm | 362 ++++++++++++++------------
tp/Texinfo/Convert/Unicode.pm | 2 +
tp/Texinfo/XS/convert/indices_in_conversion.c | 3 +
tp/Texinfo/XS/main/convert_to_text.c | 148 ++++++-----
tp/Texinfo/XS/main/convert_to_text.h | 5 +
9 files changed, 327 insertions(+), 253 deletions(-)
- master updated (967e7ae2d0 -> 1defcc4662),
Patrice Dumas <=