[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (3bd79721a2 -> fc1807d84a)
From: |
Patrice Dumas |
Subject: |
master updated (3bd79721a2 -> fc1807d84a) |
Date: |
Mon, 12 Feb 2024 18:07:18 -0500 (EST) |
pertusus pushed a change to branch master.
from 3bd79721a2 * doc/texinfo.texi (Other Customization Variables)
<COLLATION_LANGUAGE>: Minor edits for grammar and style.
<USE_UNICODE_COLLATION>: Do not say that "Perl's built-in" comparison is used
if this variable is set to 0, because it may in fact be strcmp in C that is
used in XS code.
new b1279b6b9c * tp/Texinfo/Indices.pm (format_index_entries_sort_strings)
(setup_sortable_index_entries, _setup_sort_sortable_strings_collator)
(sort_indices_by_index, sort_indices_by_letter), tp/t/test_sort.t,
tp/t/test_utils.pl (test): add format_index_entries_sort_strings to obtain
$index_entries_sort_strings from output of setup_index_entries_sort_strings.
Do not output $index_entries_sort_strings in setup_sortable_index_entries,
_setup_sort_sortable_strings_collator, sort_indi [...]
new fc1807d84a * tp/Texinfo/options_data.txt (DOCUMENTLANGUAGE_COLLATION)
(XS_STRXFRM_COLLATION_LOCALE): add customization variables.
Summary of changes:
ChangeLog | 78 +++
tp/Texinfo/Convert/Converter.pm | 16 +-
tp/Texinfo/Convert/LaTeX.pm | 3 +
tp/Texinfo/Document.pm | 11 +-
tp/Texinfo/Indices.pm | 65 ++-
tp/Texinfo/XS/convert/ConvertXS.xs | 2 +-
tp/Texinfo/XS/convert/converter.c | 35 +-
tp/Texinfo/XS/convert/converter.h | 1 -
tp/Texinfo/XS/main/DocumentXS.xs | 34 ++
tp/Texinfo/XS/main/IndicesXS.xs | 6 +-
tp/Texinfo/XS/main/build_perl_info.c | 216 ++++++--
tp/Texinfo/XS/main/build_perl_info.h | 5 +-
tp/Texinfo/XS/main/call_perl_function.c | 95 ++++
tp/Texinfo/XS/main/call_perl_function.h | 6 +
tp/Texinfo/XS/main/converter_types.h | 12 -
tp/Texinfo/XS/main/document.c | 151 ++++++
tp/Texinfo/XS/main/document.h | 10 +
tp/Texinfo/XS/main/document_types.h | 64 +++
tp/Texinfo/XS/main/manipulate_indices.c | 561 ++++++++++++++++-----
tp/Texinfo/XS/main/manipulate_indices.h | 15 +-
tp/Texinfo/options_data.txt | 4 +
tp/t/test_sort.t | 23 +-
tp/t/test_utils.pl | 16 +-
.../res_parser/formatting_epub/formatting.2 | 2 +-
.../res_parser/formatting_html32/formatting.2 | 2 +-
.../formatting_html_no_split/formatting.2 | 2 +-
.../res_parser/formatting_info/formatting.2 | 2 +-
.../res_parser/formatting_plaintext/formatting.2 | 2 +-
.../res_parser/formatting_xhtml/formatting.2 | 2 +-
.../formatting_enable_encoding/formatting.2 | 2 +-
.../res_parser/formatting_epub_nodes/formatting.2 | 2 +-
.../res_parser/formatting_exotic/formatting.2 | 2 +-
.../layout/res_parser/formatting_fr/formatting.2 | 2 +-
.../res_parser/formatting_fr_icons/formatting.2 | 2 +-
.../res_parser/formatting_fr_info/formatting.2 | 2 +-
.../formatting_info_ascii_punctuation/formatting.2 | 2 +-
.../formatting_info_disable_encoding/formatting.2 | 2 +-
.../res_parser/formatting_inline_css/formatting.2 | 2 +-
.../res_parser/formatting_mathjax/formatting.2 | 2 +-
.../formatting_numerical_entities/formatting.2 | 2 +-
.../formatting.2 | 2 +-
.../formatting_sort_element_counts/formatting.2 | 2 +-
.../res_parser/formatting_texi2html/formatting.2 | 2 +-
.../formatting_texi2html_nodes/formatting.2 | 2 +-
.../formatting_weird_quotes/formatting.2 | 2 +-
.../res_parser/formatting_singular/formatting.2 | 2 +-
tp/texi2any.pl | 9 +
47 files changed, 1176 insertions(+), 308 deletions(-)
- master updated (3bd79721a2 -> fc1807d84a),
Patrice Dumas <=