[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (6c87359ac1 -> 76032f20cb)
From: |
Patrice Dumas |
Subject: |
master updated (6c87359ac1 -> 76032f20cb) |
Date: |
Sun, 29 Sep 2024 08:50:00 -0400 (EDT) |
pertusus pushed a change to branch master.
from 6c87359ac1 * doc/tp_api/texi2any_internals.texi,
doc/tp_api/api_includes/*.texi: add to version control to have reference
versions, but also to have something for users who cannot regenerate the files
but have access to version control files.
new 9e0410c5de * tp/Texinfo/ParserNonXS.pm (_end_line_def_line),
tp/Texinfo/XS/parsetexi/end_line.c (end_line_def_line): copy element used as
'def_index_element' extra information, even if it is not translated.
new 76032f20cb * tp/Texinfo/XS/convert/convert_html.c
(html_default_format_contents), tp/Texinfo/XS/main/extra.c
(lookup_extra_element) (lookup_extra_element_oot),
tp/Texinfo/XS/main/manipulate_indices.c (index_content_element),
tp/Texinfo/XS/parsetexi/indices.c (complete_indices): add
lookup_extra_element_oot and use it exclusively for extra_element_oot. Modify
lookup_extra_element to accept only extra_element and extra_container.
Summary of changes:
ChangeLog | 17 +
tp/Texinfo/ParserNonXS.pm | 10 +-
tp/Texinfo/XS/convert/convert_html.c | 2 +-
tp/Texinfo/XS/main/build_perl_info.c | 7 +-
tp/Texinfo/XS/main/extra.c | 22 +-
tp/Texinfo/XS/main/extra.h | 1 +
tp/Texinfo/XS/main/manipulate_indices.c | 4 +-
tp/Texinfo/XS/main/manipulate_tree.c | 2 +-
tp/Texinfo/XS/parsetexi/end_line.c | 8 +-
tp/Texinfo/XS/parsetexi/indices.c | 4 +-
tp/t/results/converters_tests/complex_nestings.pl | 75 +-
.../conversion_with_undef_customization.pl | 15 +-
.../converters_tests/definition_commands.pl | 1303 +++++++++++++++++---
tp/t/results/converters_tests/form_feeds.pl | 46 +-
.../converters_tests/test_deftypefnnewline.pl | 90 +-
tp/t/results/coverage/def.pl | 281 ++++-
tp/t/results/def/adjacent_defline.pl | 30 +-
tp/t/results/def/all_commands.pl | 255 +++-
tp/t/results/def/all_commands_delimiters.pl | 490 +++++++-
.../def/all_commands_delimiters_printindex.pl | 490 +++++++-
tp/t/results/def/all_commands_printindex.pl | 255 +++-
tp/t/results/def/bracketed_arg_no_space.pl | 23 +-
tp/t/results/def/code_in_def.pl | 15 +-
tp/t/results/def/comment_index_before_defline.pl | 15 +-
tp/t/results/def/def_defx_mismatch.pl | 30 +-
tp/t/results/def/def_groupings_args.pl | 59 +-
tp/t/results/def/defline_no_params.pl | 15 +-
tp/t/results/def/deftypeline.pl | 15 +-
tp/t/results/def/defx_after_comment.pl | 40 +-
tp/t/results/def/defx_after_comment_in_example.pl | 40 +-
tp/t/results/def/defx_after_empty_line.pl | 40 +-
.../def/defx_after_empty_line_in_example.pl | 40 +-
tp/t/results/def/defx_after_paragraph_end.pl | 40 +-
.../def/defx_after_preformatted_with_text.pl | 40 +-
tp/t/results/def/defx_after_text.pl | 40 +-
tp/t/results/def/defx_in_example.pl | 40 +-
tp/t/results/def/double_command.pl | 60 +-
tp/t/results/def/empty_def_arguments.pl | 25 +-
tp/t/results/def/empty_def_command.pl | 45 +-
tp/t/results/def/empty_deftype.pl | 30 +-
tp/t/results/def/end_of_line_end_file.pl | 15 +-
tp/t/results/def/end_of_line_protect_at_end.pl | 15 +-
tp/t/results/def/end_of_lines_protected.pl | 15 +-
.../def/end_of_lines_protected_in_footnote.pl | 15 +-
.../def/end_of_lines_protected_non_ascii.pl | 15 +-
tp/t/results/def/inter_item_commands_in_def.pl | 86 +-
.../def/inter_item_commands_in_def_in_example.pl | 86 +-
tp/t/results/def/leading_space_in_def_arg.pl | 20 +-
tp/t/results/def/multiple_defline.pl | 30 +-
tp/t/results/def/no_category_or_no_name.pl | 15 +-
tp/t/results/def/not_closed.pl | 45 +-
tp/t/results/def/omit_def_space.pl | 30 +-
tp/t/results/def/protected_brace.pl | 15 +-
tp/t/results/def/ref_in_def.pl | 66 +-
tp/t/results/def/space_in_def_for_index.pl | 38 +-
tp/t/results/def/text_block_before_defline.pl | 15 +-
tp/t/results/def/wrong_braces_simple.pl | 135 +-
tp/t/results/def/wrong_braces_with_end_of_lines.pl | 30 +-
.../deftypefnnewline_for_copying_after.pl | 30 +-
.../deftypefnnewline_for_copying_before.pl | 30 +-
tp/t/results/indices/empty_string_index_entry.pl | 40 +-
.../indices/printindex_index_entry_in_copying.pl | 30 +-
...ndex_index_entry_in_copying_no_insertcopying.pl | 30 +-
.../indices/same_index_entry_merged_indices.pl | 30 +-
tp/t/results/info_tests/colon_in_index_entry.pl | 30 +-
tp/t/results/info_tests/def_in_copying.pl | 60 +-
tp/t/results/info_tests/test_index.pl | 40 +-
.../results/invalid_nestings/block_not_matching.pl | 15 +-
.../invalid_nestings/def_in_style_command.pl | 15 +-
.../def_not_closed_in_menu_description.pl | 15 +-
tp/t/results/invalid_nestings/on_def_line.pl | 52 +-
.../invalid_nestings/section_on_def_line.pl | 15 +-
.../invalid_nestings/section_on_defx_line.pl | 30 +-
tp/t/results/latex_tests/brace_in_index.pl | 21 +-
tp/t/results/linemacro/api_doc_with_linemacro.pl | 130 +-
.../linemacro/block_begin_end_in_linemacro_call.pl | 15 +-
tp/t/results/linemacro/braces_after_text.pl | 23 +-
tp/t/results/linemacro/empty_last_argument.pl | 45 +-
.../results/linemacro/last_argument_with_braces.pl | 90 +-
tp/t/results/linemacro/nested_linemacro_calls.pl | 15 +-
.../linemacro/newline_and_continuation_in_brace.pl | 31 +-
tp/t/results/linemacro/protected_spaces_on_line.pl | 51 +-
.../linemacro/simple_nested_linemacro_calls.pl | 15 +-
.../linemacro/spaces_after_command_in_call.pl | 30 +-
...paces_after_macro_linemacro_commands_in_call.pl | 34 +-
.../spaces_after_unknown_command_in_call.pl | 15 +-
tp/t/results/linemacro/spaces_in_args.pl | 15 +-
tp/t/results/linemacro/spaces_in_call.pl | 36 +-
tp/t/results/linemacro/verb_in_linemacro_call.pl | 15 +-
tp/t/results/macro/macro_in_def_delimiters.pl | 15 +-
tp/t/results/menu/menu_in_deffn.pl | 15 +-
tp/t/results/preformatted/def_in_example.pl | 15 +-
tp/t/results/xml_tests/commands_and_spaces.pl | 23 +-
93 files changed, 5188 insertions(+), 668 deletions(-)
- master updated (6c87359ac1 -> 76032f20cb),
Patrice Dumas <=