texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (265bf1c4d0 -> d3ad6d6ca5)


From: Patrice Dumas
Subject: master updated (265bf1c4d0 -> d3ad6d6ca5)
Date: Sat, 25 Nov 2023 18:22:00 -0500 (EST)

pertusus pushed a change to branch master.

    from 265bf1c4d0 * tp/Texinfo/Convert/Plaintext.pm (_process_text): Inline 
into the only call site for efficiency, as this is a very frequently called 
function.
     new d0fefdd679 * tp/Makefile.tres, tp/t/03coverage_braces.t 
(two_footnotes_in_nodes_separate_no_header): add test with special output unit, 
HEADERS == 0 and conversion through convert.
     new baa7795553 * tp/Texinfo/Convert/HTML.pm (count_elements_in_filename) 
(_convert_special_unit_type): do not pass an undefined file name to 
count_elements_in_filename.
     new d3ad6d6ca5 * tp/Texinfo/XS/main/tree.c (remove_from_element_list): do 
not accept a where index equal to list->number.  Do not call memmove if it is 
not needed.


Summary of changes:
 ChangeLog                                          |  92 +++
 tp/Makefile.tres                                   |   1 +
 tp/Texinfo/Convert/Converter.pm                    |  17 +-
 tp/Texinfo/Convert/HTML.pm                         |  97 ++-
 tp/Texinfo/Structuring.pm                          |   2 +
 tp/Texinfo/XS/convert/build_html_perl_state.c      |  29 +-
 tp/Texinfo/XS/convert/call_html_perl_function.c    | 213 ++++-
 tp/Texinfo/XS/convert/call_html_perl_function.h    |  12 +-
 tp/Texinfo/XS/convert/convert_html.c               | 861 +++++++++++++++------
 tp/Texinfo/XS/convert/converter.c                  |  46 ++
 tp/Texinfo/XS/convert/converter.h                  |   1 +
 tp/Texinfo/XS/convert/get_html_perl_info.c         |  10 +-
 tp/Texinfo/XS/main/build_perl_info.c               |  57 +-
 tp/Texinfo/XS/main/build_perl_info.h               |   4 +-
 tp/Texinfo/XS/main/call_perl_function.c            |   4 +-
 tp/Texinfo/XS/main/converter_types.h               |  29 +-
 tp/Texinfo/XS/main/output_unit.c                   |   7 +
 tp/Texinfo/XS/main/translations.c                  |  12 +-
 tp/Texinfo/XS/main/translations.h                  |  15 +-
 tp/Texinfo/XS/main/tree.c                          |  21 +-
 tp/Texinfo/XS/main/tree.h                          |   3 +-
 tp/Texinfo/XS/main/tree_types.h                    |  16 +
 tp/Texinfo/XS/main/utils.h                         |   3 +-
 .../XS/structuring_transfo/StructuringTransfo.xs   |   2 +-
 tp/t/03coverage_braces.t                           |   5 +
 ...> two_footnotes_in_nodes_separate_no_header.pl} |  52 +-
 26 files changed, 1197 insertions(+), 414 deletions(-)
 copy tp/t/results/coverage_braces/{two_footnotes_in_nodes_separate.pl => 
two_footnotes_in_nodes_separate_no_header.pl} (86%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]