[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (bffe7ccd5b -> 5bb3dcb93b)
From: |
Patrice Dumas |
Subject: |
master updated (bffe7ccd5b -> 5bb3dcb93b) |
Date: |
Sun, 10 Mar 2024 04:51:19 -0400 (EDT) |
pertusus pushed a change to branch master.
from bffe7ccd5b * tp/Texinfo/Document.pm (%XS_structure_overrides)
(setup_indices_sort_strings, indices_sort_strings),
tp/Texinfo/XS/main/DocumentXS.xs (setup_indices_sort_strings), tp/texi2any.pl:
add setup_indices_sort_strings that does the same as indices_sort_strings but
does not return anything, to avoid building Perl data in XS if not needed.
new 7d744f1976 Do not call rebuild_document
new de861425b2 Add setfilename value to global_info
new 5bb3dcb93b Put dircategory_direntry in global_commands
Summary of changes:
ChangeLog | 53 +++++++++++++++++++++++++++++++
tp/Texinfo/Convert/Converter.pm | 8 ++---
tp/Texinfo/Convert/IXIN.pm | 10 +++---
tp/Texinfo/Convert/Info.pm | 6 ++--
tp/Texinfo/Convert/Text.pm | 10 ++----
tp/Texinfo/Document.pm | 19 +++++++----
tp/Texinfo/ParserNonXS.pm | 21 +++++++++---
tp/Texinfo/XS/main/build_perl_info.c | 50 ++++++++++++++---------------
tp/Texinfo/XS/main/command_data.awk | 1 +
tp/Texinfo/XS/main/document_types.h | 1 -
tp/Texinfo/XS/main/utils.c | 3 +-
tp/Texinfo/XS/parsetexi/handle_commands.c | 4 +--
tp/Texinfo/XS/parsetexi/parser.c | 4 +--
tp/t/test_utils.pl | 3 +-
tp/texi2any.pl | 8 ++---
15 files changed, 127 insertions(+), 74 deletions(-)
- master updated (bffe7ccd5b -> 5bb3dcb93b),
Patrice Dumas <=