[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (d775aa6958 -> a4e29af80d)
From: |
Patrice Dumas |
Subject: |
master updated (d775aa6958 -> a4e29af80d) |
Date: |
Thu, 9 May 2024 15:52:46 -0400 (EDT) |
pertusus pushed a change to branch master.
from d775aa6958 * tp/Texinfo/ParserNonXS.pm (_parse_def),
tp/Texinfo/XS/parsetexi/def.c (parse_def): put extra info documentlanguage and
translation_context in untranslated_def_category_inserted element.
new e17fd07e65 * tp/Texinfo/ParserNonXS.pm (_split_delimiters)
(_next_bracketed_or_word_agg, _parse_def), tp/Texinfo/XS/parsetexi/def.c
(next_bracketed_or_word_agg) (split_delimiters, parse_def): put lone commands
definition line arguments in a def_aggregate type container. When parsing
remaining arguments of a definition line, put everything that is not a lone
bracketed_arg in a def_aggregate.
new 09b74ccfd2 * tp/Texinfo/ParserNonXS.pm (_split_delimiters),
tp/Texinfo/XS/parsetexi/def.c (split_delimiters): put text appearing along with
delimiters in def_aggregate containers.
new d1acdcc486 * tp/Texinfo/XS/main/extra.c (add_info_integer)
(lookup_key_pair_integer, lookup_extra_integer, lookup_info_integer): add
add_info_integer and lookup_info_integer.
new 5887348bdb * tp/Texinfo/Convert/HTML.pm
(_convert_untranslated_def_category_type, _convert),
tp/Texinfo/Convert/LaTeX.pm (_convert), tp/Texinfo/Convert/Plaintext.pm
(_convert), tp/Texinfo/Convert/Texinfo.pm (@ignored_types)
(_expand_cmd_args_to_texi), tp/Texinfo/Convert/TexinfoMarkup.pm (_convert),
tp/Texinfo/Convert/Text.pm (_convert), tp/Texinfo/ParserNonXS.pm (_parse_def),
tp/Texinfo/XS/convert/convert_html.c (convert_untranslated_def_category_type)
(types_internal_conversion_ [...]
new a4e29af80d * tp/Texinfo/Convert/LaTeX.pm (%ignored_types, _convert),
tp/Texinfo/Convert/Texinfo.pm (_convert_to_texinfo) (_expand_cmd_args_to_texi),
tp/Texinfo/Convert/TexinfoMarkup.pm (_convert), tp/Texinfo/ParserNonXS.pm
(_end_line_starting_block), tp/Texinfo/XS/main/convert_to_texinfo.c
(expand_cmd_args_to_texi) (convert_to_texinfo_internal),
tp/Texinfo/XS/main/element_types.txt, tp/Texinfo/XS/parsetexi/end_line.c
(end_line_starting_block): rename command_as_argument_inserted [...]
Summary of changes:
ChangeLog | 69 +
tp/TODO | 5 +
tp/Texinfo/Convert/HTML.pm | 8 +-
tp/Texinfo/Convert/LaTeX.pm | 21 +-
tp/Texinfo/Convert/Plaintext.pm | 2 +-
tp/Texinfo/Convert/Texinfo.pm | 14 +-
tp/Texinfo/Convert/TexinfoMarkup.pm | 14 +-
tp/Texinfo/Convert/Text.pm | 2 +-
tp/Texinfo/ParserNonXS.pm | 56 +-
tp/Texinfo/XS/convert/convert_html.c | 8 +-
tp/Texinfo/XS/main/convert_to_texinfo.c | 14 +-
tp/Texinfo/XS/main/convert_to_text.c | 2 +-
tp/Texinfo/XS/main/element_types.c | 6 +-
tp/Texinfo/XS/main/element_types.h | 6 +-
tp/Texinfo/XS/main/element_types.txt | 6 +-
tp/Texinfo/XS/main/extra.c | 33 +-
tp/Texinfo/XS/main/extra.h | 2 +
tp/Texinfo/XS/parsetexi/def.c | 54 +-
tp/Texinfo/XS/parsetexi/end_line.c | 6 +-
tp/t/results/conditionals/defcondx_Dbar.pl | 14 +-
tp/t/results/conditionals/defcondx_Ubar.pl | 7 +-
tp/t/results/converters_tests/complex_nestings.pl | 177 +-
.../conversion_with_undef_customization.pl | 35 +-
.../converters_tests/definition_commands.pl | 8535 +++++++++++++-------
.../converters_tests/frenchspacing_and_code.pl | 252 +-
.../indices_in_begin_tables_lists.pl | 5 +-
...ces_in_begin_tables_lists_entries_after_item.pl | 5 +-
.../converters_tests/test_deftypefnnewline.pl | 626 +-
tp/t/results/coverage/def.pl | 343 +-
.../coverage/formats_only_title_comments.pl | 5 +-
tp/t/results/coverage/formats_only_titles.pl | 5 +-
tp/t/results/coverage/formats_titles.pl | 5 +-
tp/t/results/coverage/item_container.pl | 5 +-
tp/t/results/def/adjacent_defline.pl | 49 +-
tp/t/results/def/all_commands.pl | 1044 ++-
tp/t/results/def/all_commands_delimiters.pl | 4963 ++++++++----
.../def/all_commands_delimiters_printindex.pl | 4963 ++++++++----
tp/t/results/def/all_commands_printindex.pl | 1044 ++-
tp/t/results/def/ampchar.pl | 69 +-
tp/t/results/def/bracketed_arg_no_space.pl | 7 +-
tp/t/results/def/code_in_def.pl | 55 +-
tp/t/results/def/comment_index_before_defline.pl | 28 +-
tp/t/results/def/def_defx_mismatch.pl | 90 +-
tp/t/results/def/def_groupings_args.pl | 35 +-
tp/t/results/def/defline_no_params.pl | 14 +-
tp/t/results/def/deftypeline.pl | 70 +-
tp/t/results/def/defx_after_comment.pl | 56 +-
tp/t/results/def/defx_after_comment_in_example.pl | 56 +-
tp/t/results/def/defx_after_empty_line.pl | 56 +-
.../def/defx_after_empty_line_in_example.pl | 56 +-
tp/t/results/def/defx_after_paragraph_end.pl | 56 +-
.../def/defx_after_preformatted_with_text.pl | 56 +-
tp/t/results/def/defx_after_text.pl | 56 +-
tp/t/results/def/defx_in_example.pl | 56 +-
tp/t/results/def/double_command.pl | 506 +-
tp/t/results/def/empty_def_arguments.pl | 96 +-
tp/t/results/def/empty_def_command.pl | 56 +-
tp/t/results/def/empty_deftype.pl | 250 +-
tp/t/results/def/empty_main_def_arguments.pl | 7 +-
tp/t/results/def/end_of_line_end_file.pl | 21 +-
tp/t/results/def/end_of_line_protect_at_end.pl | 21 +-
tp/t/results/def/end_of_lines_protected.pl | 70 +-
.../def/end_of_lines_protected_in_footnote.pl | 77 +-
.../def/end_of_lines_protected_non_ascii.pl | 70 +-
tp/t/results/def/inter_item_commands_in_def.pl | 110 +-
.../def/inter_item_commands_in_def_in_example.pl | 110 +-
tp/t/results/def/leading_space_in_def_arg.pl | 14 +-
tp/t/results/def/multiple_defline.pl | 49 +-
tp/t/results/def/no_category_or_no_name.pl | 35 +-
tp/t/results/def/not_closed.pl | 80 +-
tp/t/results/def/omit_def_space.pl | 69 +-
tp/t/results/def/protected_brace.pl | 16 +-
tp/t/results/def/ref_in_def.pl | 312 +-
tp/t/results/def/space_in_def_for_index.pl | 14 +-
tp/t/results/def/text_block_before_defline.pl | 28 +-
tp/t/results/def/wrong_braces_simple.pl | 329 +-
tp/t/results/def/wrong_braces_with_end_of_lines.pl | 56 +-
.../deftypefnnewline_for_copying_after.pl | 76 +-
.../deftypefnnewline_for_copying_before.pl | 76 +-
tp/t/results/html_tests/menu.pl | 30 +-
tp/t/results/indices/empty_string_index_entry.pl | 38 +-
tp/t/results/indices/index_special_region.pl | 5 +-
.../index_special_region_no_insertcopying.pl | 5 +-
...egion_no_insertcopying_no_titlepage_no_nodes.pl | 5 +-
...l_region_no_insertcopying_titlepage_no_nodes.pl | 5 +-
...copying_titlepage_no_nodes_footnotes_default.pl | 5 +-
.../index_special_region_no_titlepage_no_nodes.pl | 5 +-
.../index_special_region_titlepage_no_nodes.pl | 5 +-
..._region_titlepage_no_nodes_footnotes_default.pl | 5 +-
tp/t/results/indices/index_table.pl | 10 +-
.../results/indices/index_table_chapter_no_node.pl | 10 +-
.../indices/printindex_index_entry_in_copying.pl | 66 +-
...ndex_index_entry_in_copying_no_insertcopying.pl | 66 +-
.../indices/same_index_entry_merged_indices.pl | 61 +-
tp/t/results/info_tests/colon_in_index_entry.pl | 35 +-
tp/t/results/info_tests/def_in_copying.pl | 84 +-
tp/t/results/info_tests/test_index.pl | 70 +-
.../translation_in_parser_in_translation.pl | 63 +-
.../results/invalid_nestings/block_not_matching.pl | 14 +-
.../invalid_nestings/def_in_style_command.pl | 31 +-
.../def_not_closed_in_menu_description.pl | 21 +-
.../itemx_in_itemize_enumerate_in_table.pl | 5 +-
tp/t/results/invalid_nestings/on_def_line.pl | 166 +-
.../invalid_nestings/section_on_def_line.pl | 14 +-
.../invalid_nestings/section_on_defx_line.pl | 42 +-
.../invalid_nestings/section_on_itemize_line.pl | 5 +-
.../invalid_nestings/section_on_xtable_line.pl | 15 +-
.../itemize/comment_first_on_itemize_line.pl | 5 +-
tp/t/results/itemize/headitem_itemx_in_itemize.pl | 5 +-
.../itemize/inter_item_commands_in_itemize.pl | 5 +-
tp/t/results/itemize/itemize_and_empty_lines.pl | 5 +-
tp/t/results/itemize/not_closed_item.pl | 5 +-
tp/t/results/itemize/not_closed_itemize.pl | 5 +-
tp/t/results/languages/documentlanguage.pl | 83 +-
tp/t/results/languages/documentlanguage_option.pl | 83 +-
tp/t/results/languages/documentlanguage_unknown.pl | 83 +-
.../results/languages/multiple_documentlanguage.pl | 234 +-
tp/t/results/languages/multiple_in_preamble.pl | 234 +-
.../languages/multiple_in_preamble_before_node.pl | 156 +-
tp/t/results/languages/multiple_lang_chapters.pl | 228 +-
.../languages/multiple_lang_chapters_latex.pl | 228 +-
.../languages/multiple_lang_chapters_texi2html.pl | 228 +-
tp/t/results/languages/simple_documentlanguage.pl | 76 +-
tp/t/results/languages/unknown_region.pl | 76 +-
tp/t/results/latex_tests/brace_in_index.pl | 24 +-
tp/t/results/latex_tests/nested_itemize.pl | 20 +-
tp/t/results/linemacro/api_doc_with_linemacro.pl | 389 +-
.../linemacro/block_begin_end_in_linemacro_call.pl | 30 +-
tp/t/results/linemacro/blockitem_no_item.pl | 5 +-
tp/t/results/linemacro/empty_last_argument.pl | 42 +-
.../results/linemacro/last_argument_with_braces.pl | 182 +-
tp/t/results/linemacro/nested_linemacro_calls.pl | 28 +-
.../linemacro/newline_and_continuation_in_brace.pl | 51 +-
tp/t/results/linemacro/protected_spaces_on_line.pl | 130 +-
.../linemacro/simple_nested_linemacro_calls.pl | 35 +-
.../linemacro/spaces_after_command_in_call.pl | 94 +-
...paces_after_macro_linemacro_commands_in_call.pl | 65 +-
.../spaces_after_unknown_command_in_call.pl | 68 +-
tp/t/results/linemacro/spaces_in_args.pl | 42 +-
tp/t/results/linemacro/spaces_in_call.pl | 21 +-
tp/t/results/linemacro/verb_in_linemacro_call.pl | 14 +-
tp/t/results/macro/macro_in_def_delimiters.pl | 195 +-
.../menu/block_commands_in_menu_description.pl | 5 +-
tp/t/results/menu/menu_in_deffn.pl | 21 +-
.../itemize_in_headitem_in_example.pl | 20 +-
.../plaintext_tests/long_uref_after_item.pl | 5 +-
tp/t/results/preformatted/def_in_example.pl | 33 +-
tp/t/results/xml_tests/comments_end_lines.pl | 5 +-
.../xml_tests/comments_on_block_command_lines.pl | 5 +-
tp/t/results/xtable/accent_on_table_line.pl | 35 +-
.../xtable/no_arg_brace_command_on_table_line.pl | 5 +-
tp/t/results/xtable/no_argument_for_table.pl | 5 +-
.../res_parser/formatting_xml/formatting.xml | 104 +-
153 files changed, 21674 insertions(+), 8403 deletions(-)
- master updated (d775aa6958 -> a4e29af80d),
Patrice Dumas <=
- [no subject], Patrice Dumas, 2024/05/09
- [no subject], Patrice Dumas, 2024/05/09
- [no subject], Patrice Dumas, 2024/05/09
- [no subject], Patrice Dumas, 2024/05/09
- [no subject], Patrice Dumas, 2024/05/09