texinfo-commits
[Top][All Lists]
Advanced

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

master updated (24ee52203b -> df26ae55c1)


From: Patrice Dumas
Subject: master updated (24ee52203b -> df26ae55c1)
Date: Sun, 26 Feb 2023 20:03:14 -0500 (EST)

pertusus pushed a change to branch master.

    from 24ee52203b Add NO_GRATUITOUS_UTF8 (name could change)
     new 3ed516af0d * tp/Texinfo/Convert/HTML.pm (_convert_xref_commands) 
(_convert_menu_entry_type): rename $node_entry as $label_info. Reindent.
     new 33a6f01064 * tp/Texinfo/XS/parsetexi/debug.c (print_element_debug) 
(debug_print_element): add print_element_debug that sets up the element 
debugging string based on debug_print_element code.  Use in debug_print_element.
     new df26ae55c1 * p/Texinfo/Convert/NodeNameNormalization.pm 
(set_nodes_list_labels), tp/Texinfo/Convert/Plaintext.pm (_convert), 
tp/Texinfo/Convert/TexinfoMarkup.pm (_convert), tp/Texinfo/ParserNonXS.pm 
(_end_line_misc_line), tp/Texinfo/Structuring.pm (nodes_tree) and other 
functions, tp/Texinfo/Transformations.pm 
(_get_non_automatic_nodes_with_sections), tp/Texinfo/XS/parsetexi/api.c 
(store_additional_info), tp/Texinfo/XS/parsetexi/end_line.c 
(end_line_misc_line), tp/Texinfo/XS/pars [...]


Summary of changes:
 ChangeLog                                          |  41 ++++
 tp/Texinfo/Common.pm                               |   1 +
 tp/Texinfo/Convert/HTML.pm                         |  51 ++---
 tp/Texinfo/Convert/NodeNameNormalization.pm        |  14 +-
 tp/Texinfo/Convert/Plaintext.pm                    |   3 +-
 tp/Texinfo/Convert/TexinfoMarkup.pm                |  11 +-
 tp/Texinfo/ParserNonXS.pm                          |  55 +++--
 tp/Texinfo/Structuring.pm                          |  47 ++--
 tp/Texinfo/Transformations.pm                      |   3 +-
 tp/Texinfo/XS/parsetexi/api.c                      |  23 +-
 tp/Texinfo/XS/parsetexi/debug.c                    |  36 +++-
 tp/Texinfo/XS/parsetexi/debug.h                    |   1 +
 tp/Texinfo/XS/parsetexi/end_line.c                 |  21 +-
 tp/Texinfo/XS/parsetexi/extra.c                    |   9 -
 tp/Texinfo/XS/parsetexi/parser.h                   |   1 -
 tp/Texinfo/XS/parsetexi/tree.c                     |  16 --
 tp/Texinfo/XS/parsetexi/tree_types.h               |   1 -
 tp/t/results/html_tests/check_htmlxref.pl          |  90 ++++----
 .../html_tests/check_htmlxref_ignore_ref_top_up.pl |  90 ++++----
 tp/t/results/html_tests/check_htmlxref_menu.pl     |  90 ++++----
 .../html_tests/check_htmlxref_no_use_nodes.pl      |  90 ++++----
 tp/t/results/html_tests/sectioning_frames.pl       | 139 ++++++------
 tp/t/results/html_tests/top_node_up_explicit.pl    |  38 ++--
 .../html_tests/top_node_up_explicit_no_nodes.pl    |  38 ++--
 tp/t/results/htmlxref/htmlxref.pl                  | 163 +++++++-------
 tp/t/results/htmlxref/htmlxref_nodes.pl            | 163 +++++++-------
 tp/t/results/htmlxref/htmlxref_only_mono.pl        | 163 +++++++-------
 tp/t/results/htmlxref/htmlxref_only_mono_nodes.pl  | 163 +++++++-------
 tp/t/results/htmlxref/htmlxref_only_split.pl       | 163 +++++++-------
 tp/t/results/htmlxref/htmlxref_only_split_nodes.pl | 163 +++++++-------
 tp/t/results/indices/double_index_entry.pl         |  18 +-
 tp/t/results/indices/index_entry_before_node.pl    |  62 +++---
 tp/t/results/indices/index_nodes.pl                | 111 +++++-----
 .../indices/index_nodes_no_split_no_use_nodes.pl   | 111 +++++-----
 tp/t/results/indices/index_split.pl                |  67 +++---
 .../indices/index_split_split_chapter_no_nodes.pl  |  67 +++---
 tp/t/results/indices/index_table.pl                |   5 -
 .../results/indices/index_table_chapter_no_node.pl |   5 -
 tp/t/results/indices/nodes_before_top.pl           | 175 +++++++--------
 .../nodes_before_top_and_sections_chapter.pl       | 237 +++++++++------------
 ...odes_before_top_and_sections_chapter_no_node.pl | 237 +++++++++------------
 ...des_before_top_and_sections_unsplit_no_nodes.pl | 237 +++++++++------------
 .../indices/nodes_before_top_split_chapter.pl      | 175 +++++++--------
 .../nodes_before_top_split_chapter_no_nodes.pl     | 175 +++++++--------
 tp/t/results/info_tests/novalidate_empty_refs.pl   |   3 -
 .../info_tests/one_node_counted_elements.pl        |  16 +-
 tp/t/results/info_tests/quote_node_names_info.pl   |  84 ++++----
 .../invalid_nestings/node_on_index_entry_line.pl   |  68 +++---
 tp/t/results/invalid_nestings/on_node_line.pl      |  36 ++--
 .../moresectioning/character_and_spaces_in_refs.pl | 163 +++++++-------
 .../character_and_spaces_in_refs_out.pl            | 163 +++++++-------
 tp/t/results/moresectioning/complex.pl             | 183 ++++++++--------
 .../moresectioning/complex_split_at_node.pl        | 183 ++++++++--------
 .../contents_at_end_document_after_node.pl         |  18 +-
 .../equivalent_nodes_defined_linked.pl             |  16 +-
 .../moresectioning/more_sections_than_nodes.pl     |  75 +++----
 .../non_automatic_internal_top_node_up.pl          |  87 ++++----
 .../non_automatic_top_node_up_and_url.pl           |  87 ++++----
 .../non_automatic_top_node_up_url.pl               |  69 +++---
 tp/t/results/moresectioning/rec_nodes.pl           |  85 +++-----
 tp/t/results/moresectioning/topic_guide.pl         |  93 ++++----
 tp/t/results/plaintext_tests/quote_node_names.pl   |  84 ++++----
 tp/t/results/sectioning/a_comma_after_node.pl      |  30 ++-
 tp/t/results/sectioning/chapter_between_nodes.pl   |  18 +-
 .../sectioning/character_and_spaces_in_node.pl     | 163 +++++++-------
 tp/t/results/sectioning/double_top.pl              |  49 ++---
 tp/t/results/sectioning/double_top_in_menu.pl      |  49 ++---
 tp/t/results/sectioning/empty_node.pl              |  47 ++--
 .../sectioning/empty_nodes_with_commands.pl        |   4 -
 tp/t/results/sectioning/equivalent_nodes.pl        |  16 +-
 .../results/sectioning/explicit_node_directions.pl |  75 +++----
 tp/t/results/sectioning/loop_nodes.pl              |  36 ++--
 tp/t/results/sectioning/next_no_prev_to_node.pl    |  49 ++---
 tp/t/results/sectioning/node_empty_direction.pl    |   3 -
 tp/t/results/sectioning/node_line_arguments.pl     | 168 +++++++--------
 tp/t/results/sectioning/node_too_much_args.pl      |  16 +-
 .../node_up_direction_for_top_with_manual.pl       |  26 +--
 tp/t/results/sectioning/node_up_external_node.pl   |  38 ++--
 .../nodes_after_top_before_chapter_nodes.pl        |  75 +++----
 .../nodes_after_top_before_chapter_not_split.pl    |  75 +++----
 ...ore_chapter_not_split_no_use_node_directions.pl |  75 +++----
 .../nodes_after_top_before_chapter_sections.pl     |  75 +++----
 .../nodes_after_top_before_chapter_texi2html.pl    |  75 +++----
 ...p_before_chapter_texi2html_use_nodes_chapter.pl |  75 +++----
 .../nodes_after_top_before_section_nodes.pl        |  75 +++----
 .../nodes_after_top_before_section_sections.pl     |  75 +++----
 ...s_after_top_before_section_texi2html_chapter.pl |  75 +++----
 ...after_top_before_section_texi2html_use_nodes.pl |  75 +++----
 ...p_before_section_texi2html_use_nodes_chapter.pl |  75 +++----
 tp/t/results/sectioning/nodes_before_top.pl        |  64 +++---
 .../nodes_no_node_top_explicit_directions.pl       |  47 ++--
 tp/t/results/sectioning/novalidate.pl              |  16 +-
 .../one_node_explicit_directions_anchor.pl         |  16 +-
 tp/t/results/sectioning/part_node_before_top.pl    |  31 ++-
 .../sectioning/part_node_chapter_after_top.pl      |  75 +++----
 tp/t/results/sectioning/section_before_top.pl      |  18 +-
 tp/t/results/sectioning/semi_auto.pl               |  31 ++-
 .../sectioning/top_node_no_menu_direction.pl       |  31 ++-
 tp/t/results/sectioning/top_without_node_nodes.pl  |  16 +-
 .../sectioning/top_without_node_sections.pl        |  16 +-
 tp/t/results/sectioning/two_nodes_at_the_end.pl    |  44 ++--
 .../sectioning/two_nodes_between_chapters.pl       |  44 ++--
 .../unnumbered_top_without_node_nodes.pl           |  32 ++-
 .../unnumbered_top_without_node_sections.pl        |  32 ++-
 tp/t/results/value/value_in_node.pl                | 100 ++++-----
 tp/t/results/value/value_node_directions.pl        | 111 +++++-----
 tp/t/results/xml_tests/commands_and_spaces.pl      |  38 ++--
 107 files changed, 3409 insertions(+), 4047 deletions(-)



reply via email to

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