Builder texinfo-solaris11-sparc Build #6493
Results:
Build successful
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | 18bda94385c01a65f1ff30152e222349c0d37957 |
Got Revision | 18bda94385c01a65f1ff30152e222349c0d37957 |
Changes | 29 changes |
BuildSlave:
unstable11sReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-sparc' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/texinfo-solaris11-sparc | slave |
buildername | texinfo-solaris11-sparc | Builder |
buildnumber | 6493 | Build |
codebase | Build | |
got_revision | 18bda94385c01a65f1ff30152e222349c0d37957 | Git |
project | texinfo | Build |
repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
revision | 18bda94385c01a65f1ff30152e222349c0d37957 | Build |
scheduler | schedule-texinfo-solaris11-sparc | Scheduler |
slavename | unstable11s | BuildSlave |
workdir | /export/home/buildbot/slave/texinfo-solaris11-sparc | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
Start | Fri Mar 28 14:12:15 2025 |
End | Fri Mar 28 14:32:50 2025 |
Elapsed | 20 mins, 34 secs |
All Changes:
:
Change #225620
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sun 23 Mar 2025 11:43:36 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision b12effc983863f5172fafc45293ed1bd7bbba16d Comments
* tta/C/main/extra.c (lookup_extra_container): remove unused variable.
Changed files
- ChangeLog
- tta/C/main/extra.c
Change #225625
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sun 23 Mar 2025 14:20:57 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 5104fac2d215b4fefb15abbf6bfe3566f634b786 Comments
Find author commands in quotation and titlepage in conversion * tta/C/main/command_stack.c (new_element_reference_stack) (destroy_element_reference_stack): add. * tta/C/convert/format_html.c (open_quotation_titlepage_stack) (html_default_format_titlepage, html_convert_quotation_command) (html_convert_author_command, html_open_quotation_command), tta/C/convert/html_converter_finish.c (html_reset_converter) (html_free_converter), tta/C/main/converter_types.h (ELEMENT_REFERENCE_STACK_STACK, HTML_SHARED_CONVERSION_STATE), tta/perl/Texinfo/Convert/HTML.pm (%default_shared_conversion_states) (_convert_author_command, _convert_quotation_command) (_open_quotation_titlepage_stack, _open_quotation_command) (_default_format_titlepage), tta/perl/XSTexinfo/convert/get_html_perl_info.c (get_authors_list) (html_set_shared_conversion_state, html_get_shared_conversion_state): add shared conversion states to gather authors in quotations or determine that @author is in title page, with a ELEMENT_REFERENCE_STACK_STACK in C and a quotation or titlepage stack index, authors list number and author element in Perl. Use them in quotation, titlepage and author formatting. Update XS interface for shared_conversion_state. * tta/perl/Texinfo/Convert/Utils.pm (find_element_authors_internal) (find_element_authors): add function to find authors in element body. * tta/perl/Texinfo/Convert/DocBook.pm (_convert): get quotation_authors by calling Texinfo::Convert::Utils::find_element_authors. * tta/perl/Texinfo/Convert/LaTeX.pm (_push_new_context, _convert): replace in_quotation in formatting_context by an array reference, quotations_authors, for quotations, and put an array for authors in quotations_authors to gather quotation authors. * tta/perl/Texinfo/Convert/Plaintext.pm (%formatted_line_commands) (push_top_formatter, _convert) : add quotations_authors array reference to document_context to put an arary of author command elements appearing in quotation.
Changed files
- ChangeLog
- tta/C/convert/format_html.c
- tta/C/convert/format_html.h
- tta/C/convert/html_converter_finish.c
- tta/C/main/command_stack.c
- tta/C/main/command_stack.h
- tta/C/main/converter_types.h
- tta/perl/Texinfo/Convert/DocBook.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/LaTeX.pm
- tta/perl/Texinfo/Convert/Plaintext.pm
- tta/perl/Texinfo/Convert/Utils.pm
- tta/perl/XSTexinfo/convert/get_html_perl_info.c
- tta/tests/coverage/res_parser/formatting_chm/formatting.html
- tta/tests/coverage/res_parser/formatting_epub/formatting_epub_package/EPUB/xhtml/formatting.xhtml
- tta/tests/coverage/res_parser/formatting_html32/formatting.html
- tta/tests/coverage/res_parser/formatting_regions/formatting_regions.html
- tta/tests/coverage/res_parser/formatting_xhtml/formatting.html
- tta/tests/layout/res_parser/formatting_enable_encoding/formatting.html
- tta/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/xhtml/formatting.xhtml
- tta/tests/layout/res_parser/formatting_fr/formatting.html
- tta/tests/layout/res_parser/formatting_fr_icons/formatting.html
- tta/tests/layout/res_parser/formatting_inline_css/formatting.html
- tta/tests/layout/res_parser/formatting_mathjax/formatting.html
- tta/tests/layout/res_parser/formatting_numerical_entities/formatting.html
- tta/tests/layout/res_parser/formatting_texi2html/formatting.html
- tta/tests/layout/res_parser/formatting_texi2html_nodes/index.html
- tta/tests/layout/res_parser/formatting_weird_quotes/formatting.html
Change #225630
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sun 23 Mar 2025 15:10:13 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 868446e55df207fd3f2ca4887adcbddb4e64be2c Comments
* tta/perl/ext/epub3.pm (epub_finish): use $document argument, not document associated to converter. * tta/perl/ext/epub3.pm (epub_finish): find authors in titlepage by calling Texinfo::Convert::Utils::find_element_authors on the titlepage element. * tta/perl/ext/epub3.pm (epub_finish): find documentlanguage elements by using global_commands_information.
Changed files
- ChangeLog
- tta/perl/ext/epub3.pm
Change #225636
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sun 23 Mar 2025 15:23:48 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision fba22fe0bd6199ce2d551da01f2cf71a33fb3258 Comments
Remove extra titlepage, quotation and authors information * tta/C/parsetexi/handle_commands.c (handle_line_command), tta/perl/Texinfo/ParserNonXS.pm (_handle_line_command): do not set extra titlepage, quotation and authors anymore.
Changed files
- ChangeLog
- tta/C/parsetexi/handle_commands.c
- tta/perl/Texinfo/ParserNonXS.pm
- tta/perl/t/results/coverage/quotation_author.pl
- tta/perl/t/results/init_files_tests/test_format_single_footnote_in_inline_content.pl
- tta/perl/t/results/latex_tests/titlepage_classical.pl
- tta/perl/t/results/latex_tests/titlepage_no_title.pl
- tta/perl/t/results/latex_tests/titlepage_with_commands_classical.pl
- tta/perl/t/results/misc_commands/text_before_line_command.pl
- tta/perl/t/results/quotation/quotation_and_author.pl
- tta/perl/t/results/quotation/quotation_author_in_example.pl
Change #225640
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sun 23 Mar 2025 15:37:25 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 73daf2617ef532ef8aecee9c296c9f6ce78009a8 Comments
* tta/C/main/tree_types.h (AI_KEYS_LIST): remove quotation, titlepage and authors. Update Pod documentation.
Changed files
- ChangeLog
- doc/tta_api/api_includes/Texinfo-Parser.texi
- tta/C/main/tree_types.h
- tta/perl/Texinfo/ManipulateTree.pm
- tta/perl/Texinfo/ParserNonXS.pm
Change #225643
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sun 23 Mar 2025 21:29:27 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision aaea01129e7f997a97f642461d7be0d0509d8c3c Comments
Get columnfractions from the tree, remove from extra information * tta/C/parsetexi/end_line.c (end_line_starting_block), tta/perl/Texinfo/ParserNonXS.pm (_end_line_starting_block): determine if there is a columnfractions element by looking at the first element only in the block line argument element contents. * tta/C/main/utils.c (multitable_columnfractions), tta/perl/Texinfo/Common.pm (multitable_columnfractions): add function to get columnfraction element associated to multitable element. * tta/C/convert/format_html.c (html_convert_tab_command), tta/perl/Texinfo/Convert/DocBook.pm (_convert), tta/perl/Texinfo/Convert/HTML.pm (_convert_tab_command), tta/perl/Texinfo/Convert/LaTeX.pm (_convert), tta/perl/Texinfo/Convert/Plaintext.pm (_convert), tta/perl/Texinfo/Convert/TexinfoMarkup.pm (_convert): use multitable_columnfractions to find multitable columnfractions instead of extra information. * tta/C/parsetexi/end_line.c (end_line_misc_line), tta/perl/Texinfo/ParserNonXS.pm (_end_line_misc_line): do not set extra multitable columnfraction information. Update Pod tree documentation. * tta/C/main/tree_types.h (AI_KEYS_LIST): remove columnfractions.
Changed files
- ChangeLog
- doc/tta_api/api_includes/Texinfo-Parser.texi
- tta/C/convert/format_html.c
- tta/C/main/tree_types.h
- tta/C/main/utils.c
- tta/C/main/utils.h
- tta/C/parsetexi/end_line.c
- tta/perl/Texinfo/Common.pm
- tta/perl/Texinfo/Convert/DocBook.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/LaTeX.pm
- tta/perl/Texinfo/Convert/Plaintext.pm
- tta/perl/Texinfo/Convert/TexinfoMarkup.pm
- tta/perl/Texinfo/ParserNonXS.pm
- tta/perl/t/results/columnfractions/good.pl
- tta/perl/t/results/columnfractions/good_comment.pl
- tta/perl/t/results/columnfractions/good_space_comment.pl
- tta/perl/t/results/columnfractions/something_before_columnfractions.pl
- tta/perl/t/results/coverage/formats_only_title_comments.pl
- tta/perl/t/results/coverage/formats_only_titles.pl
- tta/perl/t/results/coverage/formats_titles.pl
- tta/perl/t/results/coverage/multitable.pl
- tta/perl/t/results/coverage/symbol_after_block.pl
- tta/perl/t/results/html_tests/fractions_rounding.pl
- tta/perl/t/results/html_tests/verbatim_in_multitable_in_example.pl
- tta/perl/t/results/info_tests/multitable_anchor_and_index_entry.pl
- tta/perl/t/results/macro/macro_in_empty_multitable_empty_before_item.pl
- tta/perl/t/results/macro/macro_in_multitable_empty_before_item.pl
- tta/perl/t/results/multitable/empty_headitem.pl
- tta/perl/t/results/multitable/empty_item_tab.pl
- tta/perl/t/results/multitable/inter_item_commands_in_multitable.pl
- tta/perl/t/results/multitable/multitable_two_columns_too_much_cells.pl
- tta/perl/t/results/multitable/multitable_with_empty_item_tab.pl
- tta/perl/t/results/multitable/ref_in_multitable.pl
- tta/perl/t/results/paragraph/commands_in_flushright.pl
- tta/perl/t/results/xml_tests/commands_and_spaces.pl
- tta/perl/t/results/xml_tests/comments_end_lines.pl
- tta/perl/t/results/xml_tests/comments_on_block_command_lines.pl
Change #225647
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sun 23 Mar 2025 21:42:37 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision b38a5eef16f402e826f4a215bc43276c0522703f Comments
* tta/perl/Texinfo/Translations.pm (translate_string): use translation_cache_context hash. * tta/perl/Texinfo/Convert/LaTeX.pm (_convert), tta/perl/Texinfo/ParserNonXS.pm (_end_line_starting_block): avoid spurious autovivification. * tta/perl/Texinfo/Common.pm (multitable_columnfractions): remove useless condition.
Changed files
- ChangeLog
- tta/perl/Texinfo/Common.pm
- tta/perl/Texinfo/Convert/LaTeX.pm
- tta/perl/Texinfo/ParserNonXS.pm
- tta/perl/Texinfo/Translations.pm
Change #225651
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Mon 24 Mar 2025 00:12:10 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 1fda52b623755adf4dfcc6ce19d031ae1fb4a613 Comments
Get seeentry and seealso from the tree and not from extra information * tta/C/main/utils.c (index_entry_referred_entry), tta/perl/Texinfo/Common.pm (index_entry_referred_entry): add to find seeentry or seealso associated to an index element. * tta/C/convert/format_html.c (html_convert_printindex_command) (html_output_internal_links), tta/C/convert/html_prepare_converter.c (prepare_index_entries_targets), tta/perl/Texinfo/Convert/DocBook.pm (_index_entry), tta/perl/Texinfo/Convert/HTML.pm (_convert_printindex_command, _prepare_index_entries_targets) (output_internal_links), tta/perl/Texinfo/Convert/LaTeX.pm (_index_entry), tta/perl/Texinfo/Convert/Plaintext.pm (process_printindex), tta/perl/init/chm.pm (chm_init): use index_entry_referred_entry to find seeentry and seealso instead of extra information. Update code to be more similar in C and Perl and in different functions.
Changed files
- ChangeLog
- tta/C/convert/format_html.c
- tta/C/convert/html_prepare_converter.c
- tta/C/main/utils.c
- tta/C/main/utils.h
- tta/perl/Texinfo/Common.pm
- tta/perl/Texinfo/Convert/DocBook.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/LaTeX.pm
- tta/perl/Texinfo/Convert/Plaintext.pm
- tta/perl/init/chm.pm
- tta/perl/t/results/indices/double_seeentry_seealso.pl
Change #225655
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Mon 24 Mar 2025 00:25:51 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 1502b08da288439aa507715831a890f2d924ad75 Comments
Remove seeentry and seealso extra information * tta/C/parsetexi/separator.c (handle_close_brace), tta/perl/Texinfo/ParserNonXS.pm (_handle_close_brace): do not set seealso and seeentry extra information for index entry nor subentry. * tta/C/main/tree_types.h (AI_KEYS_LIST): remove seealso and seeentry.
Changed files
- ChangeLog
- tta/C/main/tree_types.h
- tta/C/parsetexi/separator.c
- tta/perl/Texinfo/ParserNonXS.pm
- tta/perl/t/results/indices/double_seeentry_seealso.pl
- tta/perl/t/results/indices/multiple_index_text_sortas_seeentry_seealso.pl
- tta/perl/t/results/indices/same_only_seealso_seeentry.pl
- tta/perl/t/results/indices/same_seealso_seeentry.pl
- tta/perl/t/results/indices/seealso_duplicate.pl
- tta/perl/t/results/indices/seeentry.pl
- tta/perl/t/results/latex_tests/indices.pl
- tta/perl/t/results/latex_tests/indices_disable_encoding.pl
Change #225661
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Tue 25 Mar 2025 00:11:50 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 3e32cc2c725572febacf4fb5423c5c90cdc0d0b3 Comments
Let subentry be a child of index entry and other subentries * tta/C/main/element_types.txt, tta/C/main/node_name_normalization.c (convert_to_normalized_internal), tta/perl/Texinfo/Convert/*.pm (%ignored_*types) : add ignorable_spaces_before_command type of text for spaces to be ignored before a command. For spaces before @subentry. * tta/C/parsetexi/parser.c (isolate_last_space), tta/C/main/types_data.h (TF_trailing_space), tta/perl/Texinfo/ParserNonXS.pm (%trailing_space_types): add trailing_space type. For such a type, do not replace its type when calling isolate_last_space as it is a trailing space that should be kept as is. Set trailing_space for ignorable_spaces_before_command. * tta/C/parsetexi/parser.c (process_remaining_on_line), tta/perl/Texinfo/ParserNonXS.pm (_process_remaining_on_line): call isolate_trailing_space with ignorable_spaces_before_command for subentry. * tta/C/parsetexi/handle_commands.c (handle_line_command), tta/C/parsetexi/indices.c (set_non_ignored_space_in_index_before_command), tta/perl/Texinfo/ParserNonXS.pm (_set_non_ignored_space_in_index_before_command) (_handle_line_command): do not call end_line for subentry, such as to keep it a child of index entry or of another subentry. Add subentry to commands that do not turn a internal_spaces_before_brace_in_index to a regular space. Have set_non_ignored_space_in_index_before_command recurse in subentry.
Changed files
- ChangeLog
- tta/C/convert/html_prepare_converter.c
- tta/C/main/convert_to_text.c
- tta/C/main/element_types.c
- tta/C/main/element_types.h
- tta/C/main/element_types.txt
- tta/C/main/node_name_normalization.c
- tta/C/main/types_data.h
- tta/C/parsetexi/handle_commands.c
- tta/C/parsetexi/indices.c
- tta/C/parsetexi/parser.c
- tta/TODO
- tta/perl/Texinfo/Convert/DocBook.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/LaTeX.pm
- tta/perl/Texinfo/Convert/NodeNameNormalization.pm
- tta/perl/Texinfo/Convert/Plaintext.pm
- tta/perl/Texinfo/Convert/Text.pm
- tta/perl/Texinfo/Convert/TextContent.pm
- tta/perl/Texinfo/ParserNonXS.pm
- tta/perl/t/results/indices/double_seeentry_seealso.pl
- tta/perl/t/results/indices/seealso_duplicate.pl
- tta/perl/t/results/indices/sorted_subentries.pl
- tta/perl/t/results/indices/subentries.pl
- tta/perl/t/results/indices/subentries_and_comments.pl
- tta/perl/t/results/indices/subentry_and_sortas.pl
- tta/perl/t/results/indices/subentry_and_sortas_spaces.pl
- tta/perl/t/results/latex_tests/indices.pl
- tta/perl/t/results/latex_tests/indices_disable_encoding.pl
- tta/perl/t/z_misc/test_sort.t
- tta/tests/coverage/res_parser/formatting_xml/formatting.xml
Change #225666
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Tue 25 Mar 2025 15:01:13 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision bcb02bf8a01993cecc4b5c45f2db81db585b42b7 Comments
* tta/C/convert/converter.c (comma_index_subentries_tree_internal) (comma_index_subentries_tree, free_comma_index_subentries_tree), tta/perl/Texinfo/Convert/Converter.pm (_comma_index_subentries_tree) (comma_index_subentries_tree): update comma_index_subentries_tree to use the tree instead of extra information. * tta/C/main/utils.c (index_entry_referred_entry), tta/perl/Texinfo/Common.pm (index_entry_referred_entry): use the tree to go through subentries. * tta/C/main/utils.c (collect_subentries), tta/perl/Texinfo/Common.pm (collect_subentries): add, to simplify getting the list of subentries from the tree. * tta/C/convert/format_html.c (html_convert_printindex_command), tta/perl/Texinfo/Convert/DocBook.pm (_index_entry), tta/perl/Texinfo/Convert/HTML.pm (_convert_printindex_command), tta/perl/Texinfo/Convert/LaTeX.pm (_index_entry), tta/perl/Texinfo/Indices.pm (setup_index_entries_sort_strings): use the tree information through collect_subentries to get the subentries list.
Changed files
- ChangeLog
- tta/C/convert/converter.c
- tta/C/convert/converter.h
- tta/C/convert/format_html.c
- tta/C/main/utils.c
- tta/C/main/utils.h
- tta/perl/Texinfo/Common.pm
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/DocBook.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/LaTeX.pm
- tta/perl/Texinfo/Indices.pm
Change #225672
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Tue 25 Mar 2025 19:32:58 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 620c7d4ae55399df71aeb83911fe9692ec6747c5 Comments
Remove subentry subentry_parent extra information * tta/C/main/get_perl_info.c (find_index_entry_subentry) (find_subentry_index_command_sv): use tree instead of extra information to find subentries or index command of subentry. Remove subentry_hv_parent. * tta/C/main/manipulate_indices.c (setup_index_entries_sort_strings): use collect_subentries to get subentries. * tta/C/main/tree_types.h (AI_KEYS_LIST), tta/C/parsetexi/handle_commands.c (handle_line_command), tta/perl/Texinfo/ParserNonXS.pm (_handle_line_command): do not set extra subentry and subentry_parent information. Update Pod. * tta/C/convert/format_html.c (html_convert_printindex_command): remove check for an impossible case.
Changed files
- ChangeLog
- doc/tta_api/api_includes/Texinfo-Parser.texi
- tta/C/convert/format_html.c
- tta/C/main/get_perl_info.c
- tta/C/main/manipulate_indices.c
- tta/C/main/tree_types.h
- tta/C/parsetexi/handle_commands.c
- tta/perl/Texinfo/ParserNonXS.pm
- tta/perl/t/results/indices/double_seeentry_seealso.pl
- tta/perl/t/results/indices/seealso_duplicate.pl
- tta/perl/t/results/indices/sorted_subentries.pl
- tta/perl/t/results/indices/subentries.pl
- tta/perl/t/results/indices/subentries_and_comments.pl
- tta/perl/t/results/indices/subentry_and_sortas.pl
- tta/perl/t/results/indices/subentry_and_sortas_spaces.pl
- tta/perl/t/results/latex_tests/indices.pl
- tta/perl/t/results/latex_tests/indices_disable_encoding.pl
Change #225677
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Tue 25 Mar 2025 19:59:58 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 39716dad1a0f3be680dbbb2a560ad6336ff26f31 Comments
* tta/C/main/manipulate_tree.c (set_element_tree_numbers), tta/perl/Texinfo/ManipulateTree.pm (set_element_tree_numbers): do not set numbers for elements that are not in extra information anymore.
Changed files
- ChangeLog
- tta/C/main/manipulate_tree.c
- tta/perl/Texinfo/ManipulateTree.pm
- tta/perl/t/results/alias/alias_of_added_index.pl
- tta/perl/t/results/alias/alias_of_added_index_before_added_index.pl
- tta/perl/t/results/columnfractions/empty.pl
- tta/perl/t/results/columnfractions/empty_comment.pl
- tta/perl/t/results/columnfractions/good.pl
- tta/perl/t/results/columnfractions/good_comment.pl
- tta/perl/t/results/columnfractions/good_space_comment.pl
- tta/perl/t/results/columnfractions/invalid.pl
- tta/perl/t/results/columnfractions/not_fraction.pl
- tta/perl/t/results/columnfractions/out_of_multitable.pl
- tta/perl/t/results/columnfractions/something_before_columnfractions.pl
- tta/perl/t/results/columnfractions/wrong_command.pl
- tta/perl/t/results/converters_tests/at_commands_in_raw.pl
- tta/perl/t/results/converters_tests/conversion_with_undef_customization.pl
- tta/perl/t/results/converters_tests/index_entry_in_preformatted.pl
- tta/perl/t/results/converters_tests/indices_in_begin_tables_lists.pl
- tta/perl/t/results/converters_tests/indices_in_begin_tables_lists_entries_after_item.pl
- tta/perl/t/results/converters_tests/printindex_merged_indices_code_style.pl
- tta/perl/t/results/converters_tests/references_to_top_no_top_output.pl
- tta/perl/t/results/converters_tests/sections_and_printindex.pl
- tta/perl/t/results/converters_tests/things_before_setfilename.pl
- tta/perl/t/results/converters_tests/things_before_setfilename_no_element.pl
- tta/perl/t/results/coverage/commands.pl
- tta/perl/t/results/coverage/formats_only_title_comments.pl
- tta/perl/t/results/coverage/formats_only_titles.pl
- tta/perl/t/results/coverage/formats_titles.pl
- tta/perl/t/results/coverage/multitable.pl
- tta/perl/t/results/coverage/punctuation_in_line_commands.pl
- tta/perl/t/results/coverage/quotation_author.pl
- tta/perl/t/results/coverage/symbol_after_block.pl
- tta/perl/t/results/coverage/table.pl
- tta/perl/t/results/coverage_braces/contain_plain_text_nestings.pl
- tta/perl/t/results/coverage_braces/heading_in_footnote.pl
- tta/perl/t/results/coverage_braces/seeentry_no_braces.pl
- tta/perl/t/results/def/comment_index_before_defline.pl
- tta/perl/t/results/def/inter_item_commands_in_def.pl
- tta/perl/t/results/def/inter_item_commands_in_def_in_example.pl
- tta/perl/t/results/float/cindex_in_caption.pl
- tta/perl/t/results/float/complex_float.pl
- tta/perl/t/results/float/float_copying.pl
- tta/perl/t/results/formats_encodings/char_latin1_latin1_in_refs.pl
- tta/perl/t/results/formats_encodings/char_latin2_latin2_in_refs.pl
- tta/perl/t/results/formats_encodings/char_us_ascii_latin1_in_refs.pl
- tta/perl/t/results/formats_encodings/char_us_ascii_latin1_in_refs_no_translit_files.pl
- tta/perl/t/results/formats_encodings/char_utf8_latin1_in_refs.pl
- tta/perl/t/results/formats_encodings/multiple_include_encodings.pl
- tta/perl/t/results/formats_encodings/sample_utf8.pl
- tta/perl/t/results/heading/heading_in_copying.pl
- tta/perl/t/results/html_tests/U_in_index.pl
- tta/perl/t/results/html_tests/float_copying.pl
- tta/perl/t/results/html_tests/fractions_rounding.pl
- tta/perl/t/results/html_tests/index_and_node_same_name.pl
- tta/perl/t/results/html_tests/index_below.pl
- tta/perl/t/results/html_tests/letter_command_in_index.pl
- tta/perl/t/results/html_tests/verbatim_in_multitable_in_example.pl
- tta/perl/t/results/indices/complex_recursive_synindex.pl
- tta/perl/t/results/indices/def_syn_indices.pl
- tta/perl/t/results/indices/default_cp_index_and_one_letter_syncodeindex.pl
- tta/perl/t/results/indices/double_index_entry.pl
- tta/perl/t/results/indices/double_seeentry_seealso.pl
- tta/perl/t/results/indices/double_syncodeindex.pl
- tta/perl/t/results/indices/empty_added_index_entry.pl
- tta/perl/t/results/indices/empty_cindex_entry.pl
- tta/perl/t/results/indices/empty_string_index_entry.pl
- tta/perl/t/results/indices/encoding_index_ascii.pl
- tta/perl/t/results/indices/encoding_index_ascii_enable_encoding.pl
- tta/perl/t/results/indices/encoding_index_latin1.pl
- tta/perl/t/results/indices/encoding_index_latin1_enable_encoding.pl
- tta/perl/t/results/indices/encoding_index_utf8.pl
- tta/perl/t/results/indices/encoding_index_utf8_enable_encoding.pl
- tta/perl/t/results/indices/encoding_index_utf8_no_use_unicode.pl
- tta/perl/t/results/indices/explicit_sort_key.pl
- tta/perl/t/results/indices/ftable_vtable.pl
- tta/perl/t/results/indices/ignored_sort_char_empty_entries.pl
- tta/perl/t/results/indices/image_lines_count.pl
- tta/perl/t/results/indices/image_text_lines_count.pl
- tta/perl/t/results/indices/index_and_node_same_name.pl
- tta/perl/t/results/indices/index_entries_before_nodes.pl
- tta/perl/t/results/indices/index_entries_locations.pl
- tta/perl/t/results/indices/index_entry_before_first_node.pl
- tta/perl/t/results/indices/index_entry_before_node.pl
- tta/perl/t/results/indices/index_entry_in_footnote.pl
- tta/perl/t/results/indices/index_entry_in_footnote_different_node_end.pl
- tta/perl/t/results/indices/index_entry_in_footnote_sections.pl
- tta/perl/t/results/indices/index_entry_in_footnote_sections_separate.pl
- tta/perl/t/results/indices/index_entry_in_footnote_separate.pl
- tta/perl/t/results/indices/index_no_node.pl
- tta/perl/t/results/indices/index_no_node_no_top.pl
- tta/perl/t/results/indices/index_no_node_no_top_no_node.pl
- tta/perl/t/results/indices/index_nodes.pl
- tta/perl/t/results/indices/index_nodes_no_split_no_use_nodes.pl
- tta/perl/t/results/indices/index_special_region.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying_no_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default.pl
- tta/perl/t/results/indices/index_special_region_no_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default.pl
- tta/perl/t/results/indices/index_split.pl
- tta/perl/t/results/indices/index_split_split_chapter_no_nodes.pl
- tta/perl/t/results/indices/index_table.pl
- tta/perl/t/results/indices/index_table_chapter_no_node.pl
- tta/perl/t/results/indices/multiple_index_text_sortas_seeentry_seealso.pl
- tta/perl/t/results/indices/nodes_before_top.pl
- tta/perl/t/results/indices/nodes_before_top_and_sections_chapter.pl
- tta/perl/t/results/indices/nodes_before_top_and_sections_chapter_no_node.pl
- tta/perl/t/results/indices/nodes_before_top_and_sections_unsplit_no_nodes.pl
- tta/perl/t/results/indices/nodes_before_top_split_chapter.pl
- tta/perl/t/results/indices/nodes_before_top_split_chapter_no_nodes.pl
- tta/perl/t/results/indices/printindex_between_node_section.pl
- tta/perl/t/results/indices/printindex_between_part_chapter.pl
- tta/perl/t/results/indices/printindex_index_entry_in_copying.pl
- tta/perl/t/results/indices/printindex_index_entry_in_copying_in_footnote.pl
- tta/perl/t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl
- tta/perl/t/results/indices/printindex_with_space_before.pl
- tta/perl/t/results/indices/same_only_seealso_seeentry.pl
- tta/perl/t/results/indices/same_seealso_seeentry.pl
- tta/perl/t/results/indices/seealso_duplicate.pl
- tta/perl/t/results/indices/seeentry.pl
- tta/perl/t/results/indices/sorted_subentries.pl
- tta/perl/t/results/indices/split_chapter_index.pl
- tta/perl/t/results/indices/subentries.pl
- tta/perl/t/results/indices/subentries_and_comments.pl
- tta/perl/t/results/indices/subentry_and_sortas.pl
- tta/perl/t/results/indices/subentry_and_sortas_spaces.pl
- tta/perl/t/results/indices/syncode_index_print_both.pl
- tta/perl/t/results/indices/syncodeindex_to_plain.pl
- tta/perl/t/results/indices/transparent_sort_chars.pl
- tta/perl/t/results/indices/unknown_then_known_index_entry.pl
- tta/perl/t/results/indices/w_lines_count.pl
- tta/perl/t/results/info_tests/before_node_and_section.pl
- tta/perl/t/results/info_tests/colon_in_index_entry.pl
- tta/perl/t/results/info_tests/colons_in_index_entries_and_node.pl
- tta/perl/t/results/info_tests/colons_in_index_entries_and_node_no_quoting.pl
- tta/perl/t/results/info_tests/end_of_line_command_in_node_lines.pl
- tta/perl/t/results/info_tests/index_entry_at_end_node.pl
- tta/perl/t/results/info_tests/multitable_anchor_and_index_entry.pl
- tta/perl/t/results/info_tests/nested_multitable_anchor_index.pl
- tta/perl/t/results/info_tests/one_node_counted_elements.pl
- tta/perl/t/results/info_tests/test_index.pl
- tta/perl/t/results/init_files_tests/directions_buttons.pl
- tta/perl/t/results/init_files_tests/directions_buttons_buttons.pl
- tta/perl/t/results/init_files_tests/documentation_examples.pl
- tta/perl/t/results/init_files_tests/documentation_examples_texi2html.pl
- tta/perl/t/results/init_files_tests/printindex_set_direction.pl
- tta/perl/t/results/init_files_tests/test_format_single_footnote_in_inline_content.pl
- tta/perl/t/results/invalid_nestings/center.pl
- tta/perl/t/results/invalid_nestings/in_table.pl
- tta/perl/t/results/invalid_nestings/multitable_item_in_index.pl
- tta/perl/t/results/invalid_nestings/node_on_index_entry_line.pl
- tta/perl/t/results/invalid_nestings/on_index_entry_line.pl
- tta/perl/t/results/invalid_nestings/raw_block_on_line.pl
- tta/perl/t/results/invalid_nestings/section_on_index_entry_line.pl
- tta/perl/t/results/invalid_nestings/tab_in_index.pl
- tta/perl/t/results/itemize/inter_item_commands_in_enumerate.pl
- tta/perl/t/results/itemize/inter_item_commands_in_itemize.pl
- tta/perl/t/results/latex_tests/brace_in_index.pl
- tta/perl/t/results/latex_tests/indices.pl
- tta/perl/t/results/latex_tests/indices_disable_encoding.pl
- tta/perl/t/results/latex_tests/titlepage_classical.pl
- tta/perl/t/results/latex_tests/titlepage_no_title.pl
- tta/perl/t/results/latex_tests/titlepage_with_commands_classical.pl
- tta/perl/t/results/latex_tests/vbar_in_index.pl
- tta/perl/t/results/layout/no_monolithic.pl
- tta/perl/t/results/layout/no_monolithic_only_toc_out.pl
- tta/perl/t/results/linemacro/empty_last_argument.pl
- tta/perl/t/results/linemacro/nested_linemacro_calls.pl
- tta/perl/t/results/linemacro/simple_nested_linemacro_calls.pl
- tta/perl/t/results/macro/backslash_in_arg.pl
- tta/perl/t/results/macro/macro_alias_definfoenclose_defindex.pl
- tta/perl/t/results/macro/macro_in_empty_multitable_empty_before_item.pl
- tta/perl/t/results/macro/macro_in_index_commands.pl
- tta/perl/t/results/macro/macro_in_multitable_empty_before_item.pl
- tta/perl/t/results/menu/commands_in_nodedescriptionblock.pl
- tta/perl/t/results/misc_commands/author_outside_titlepage_quotation.pl
- tta/perl/t/results/misc_commands/comment_space_command_on_line.pl
- tta/perl/t/results/misc_commands/index_entries.pl
- tta/perl/t/results/misc_commands/text_before_line_command.pl
- tta/perl/t/results/moresectioning/no_element.pl
- tta/perl/t/results/moresectioning/placed_things_before_element.pl
- tta/perl/t/results/moresectioning/placed_things_before_element_no_use_node.pl
- tta/perl/t/results/moresectioning/placed_things_before_node.pl
- tta/perl/t/results/multitable/empty_headitem.pl
- tta/perl/t/results/multitable/empty_item_tab.pl
- tta/perl/t/results/multitable/inter_item_commands_in_multitable.pl
- tta/perl/t/results/multitable/multitable_two_columns_too_much_cells.pl
- tta/perl/t/results/multitable/multitable_with_empty_item_tab.pl
- tta/perl/t/results/multitable/ref_in_multitable.pl
- tta/perl/t/results/paragraph/commands_in_flushright.pl
- tta/perl/t/results/paragraph/indent_before_macro_definition_and_other.pl
- tta/perl/t/results/plaintext_tests/at_commands_glued_in_example.pl
- tta/perl/t/results/plaintext_tests/at_commands_glued_in_paragraph.pl
- tta/perl/t/results/quotation/quotation_and_author.pl
- tta/perl/t/results/quotation/quotation_author_in_example.pl
- tta/perl/t/results/transformations/index_entries_relate_to_item_no_transformation.pl
- tta/perl/t/results/transformations/index_entries_relate_to_item_transformation.pl
- tta/perl/t/results/value/value_in_index_commands.pl
- tta/perl/t/results/xml_tests/commands_and_spaces.pl
- tta/perl/t/results/xml_tests/comments_end_lines.pl
- tta/perl/t/results/xml_tests/comments_on_block_command_lines.pl
- tta/perl/t/results/xtable/block_commands_in_table.pl
- tta/perl/t/results/xtable/index_command_before_end_table.pl
- tta/perl/t/results/xtable/inter_item_commands_in_table.pl
- tta/perl/t/results/xtable/inter_item_commands_in_table_in_example.pl
- tta/perl/t/results/xtable/item_index_transformation.pl
Change #225681
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Wed 26 Mar 2025 00:04:30 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 58d87063bf4d908ced48b1451d246bed877f06e6 Comments
Get command as argument from the tree, not from extra information * tta/C/main/utils.c (block_line_argument_command) (itemize_block_line_argument_command), tta/perl/Texinfo/Common.pm (block_line_argument_command, itemize_block_line_argument_command) (item_line_block_line_argument_command): add functions that find command as argument for @itemize, @table, @vtable... by looking at the tree. * tta/C/convert/converter.c (table_item_content_tree), tta/C/convert/format_html.c (html_convert_itemize_command), tta/perl/Texinfo/Convert/Converter.pm (table_item_content_tree), tta/perl/Texinfo/Convert/DocBook.pm (_convert), tta/perl/Texinfo/Convert/HTML.pm (_convert_itemize_command), tta/perl/Texinfo/Convert/LaTeX.pm (_set_environment_options) (_xtable_description_command_format, _convert), tta/perl/Texinfo/Convert/TexinfoMarkup.pm (_convert), tta/perl/init/html32.pm (html32_convert_item_command): find command as argument with the tree, not with extra information.
Changed files
- ChangeLog
- tta/C/convert/converter.c
- tta/C/convert/format_html.c
- tta/C/main/utils.c
- tta/C/main/utils.h
- tta/perl/Texinfo/Common.pm
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/DocBook.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/LaTeX.pm
- tta/perl/Texinfo/Convert/TexinfoMarkup.pm
- tta/perl/init/html32.pm
Change #225686
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Wed 26 Mar 2025 08:54:59 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision ca7c6f652f4a29937de91c3cc1ebcd0be9f5c7a9 Comments
Remove command_as_argument extra information * tta/C/parsetexi/parser.c (kbd_formatted_as_code), tta/perl/Texinfo/ParserNonXS.pm (_kbd_formatted_as_code): remove unused element argument. * tta/C/main/tree_types.h (AI_KEYS_LIST), tta/C/parsetexi/end_line.c (end_line_starting_block), tta/C/parsetexi/parser.c (register_command_as_argument), tta/perl/Texinfo/ParserNonXS.pm (_end_line_starting_block, _register_command_as_argument): do not set command_as_argument as extra information. Use block_line_argument_command to prepare some of the error messages for itemize and table, use a specific check for accent command for itemize.
Changed files
- ChangeLog
- doc/tta_api/api_includes/Texinfo-Parser.texi
- tta/C/main/tree_types.h
- tta/C/parsetexi/end_line.c
- tta/C/parsetexi/handle_commands.c
- tta/C/parsetexi/parser.c
- tta/C/parsetexi/parser.h
- tta/perl/Texinfo/ParserNonXS.pm
- tta/perl/t/results/alias/alias_table_command.pl
- tta/perl/t/results/converters_tests/complex_nestings.pl
- tta/perl/t/results/converters_tests/email_table_command_as_argument.pl
- tta/perl/t/results/converters_tests/indices_in_begin_tables_lists.pl
- tta/perl/t/results/converters_tests/indices_in_begin_tables_lists_entries_after_item.pl
- tta/perl/t/results/converters_tests/line_breaks.pl
- tta/perl/t/results/converters_tests/table_in_display_in_example.pl
- tta/perl/t/results/converters_tests/table_in_example_in_display.pl
- tta/perl/t/results/converters_tests/various_itemize_command_as_argument.pl
- tta/perl/t/results/converters_tests/various_vtable_command_as_argument.pl
- tta/perl/t/results/coverage/formats_only_title_comments.pl
- tta/perl/t/results/coverage/formats_only_titles.pl
- tta/perl/t/results/coverage/formats_titles.pl
- tta/perl/t/results/coverage/item_container.pl
- tta/perl/t/results/coverage/preformatted.pl
- tta/perl/t/results/coverage/punctuation_in_line_commands.pl
- tta/perl/t/results/coverage/symbol_after_block.pl
- tta/perl/t/results/coverage/symbol_after_command.pl
- tta/perl/t/results/coverage/table.pl
- tta/perl/t/results/coverage/table_command_comment.pl
- tta/perl/t/results/float/complex_float.pl
- tta/perl/t/results/html_tests/anchor_on_vtable_item.pl
- tta/perl/t/results/html_tests/file_name_case_insensitive_conflict_redirections.pl
- tta/perl/t/results/html_tests/itemize_arguments.pl
- tta/perl/t/results/html_tests/itemize_arguments_enable_encoding.pl
- tta/perl/t/results/html_tests/menu.pl
- tta/perl/t/results/include/include_in_removed_before_item.pl
- tta/perl/t/results/indices/empty_string_index_entry.pl
- tta/perl/t/results/indices/ftable_vtable.pl
- tta/perl/t/results/indices/index_special_region.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying_no_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default.pl
- tta/perl/t/results/indices/index_special_region_no_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default.pl
- tta/perl/t/results/indices/index_table.pl
- tta/perl/t/results/indices/index_table_chapter_no_node.pl
- tta/perl/t/results/indices/printindex_index_entry_in_copying.pl
- tta/perl/t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl
- tta/perl/t/results/info_tests/colon_in_index_entry.pl
- tta/perl/t/results/info_tests/test_index.pl
- tta/perl/t/results/info_tests/xref_quote_long_item.pl
- tta/perl/t/results/invalid_nestings/block_not_matching.pl
- tta/perl/t/results/invalid_nestings/center.pl
- tta/perl/t/results/invalid_nestings/formats_not_closed_in_example.pl
- tta/perl/t/results/invalid_nestings/in_errormsg.pl
- tta/perl/t/results/invalid_nestings/in_table.pl
- tta/perl/t/results/invalid_nestings/item_in_ref.pl
- tta/perl/t/results/invalid_nestings/itemx_in_itemize_enumerate_in_table.pl
- tta/perl/t/results/invalid_nestings/section_in_nested_block_commands.pl
- tta/perl/t/results/invalid_nestings/section_in_table.pl
- tta/perl/t/results/invalid_nestings/section_on_itemize_line.pl
- tta/perl/t/results/invalid_nestings/section_on_xtable_line.pl
- tta/perl/t/results/invalid_nestings/style_not_closed_in_table_line.pl
- tta/perl/t/results/invalid_nestings/table_in_code.pl
- tta/perl/t/results/invalid_nestings/table_not_closed_in_menu_comment.pl
- tta/perl/t/results/invalid_nestings/table_not_closed_in_menu_description.pl
- tta/perl/t/results/invalid_nestings/table_on_item_line.pl
- tta/perl/t/results/itemize/asis_as_itemize_argument.pl
- tta/perl/t/results/itemize/comment_first_on_itemize_line.pl
- tta/perl/t/results/itemize/empty_accent_argument.pl
- tta/perl/t/results/itemize/headitem_itemx_in_itemize.pl
- tta/perl/t/results/itemize/inter_item_commands_in_itemize.pl
- tta/perl/t/results/itemize/itemize_and_empty_lines.pl
- tta/perl/t/results/itemize/itemize_in_example.pl
- tta/perl/t/results/itemize/itemize_line_commands_with_brace.pl
- tta/perl/t/results/itemize/not_closed_item.pl
- tta/perl/t/results/itemize/not_closed_itemize.pl
- tta/perl/t/results/itemize/table_in_itemize.pl
- tta/perl/t/results/itemize/w_argument.pl
- tta/perl/t/results/latex_tests/nested_itemize.pl
- tta/perl/t/results/linemacro/blockitem_no_item.pl
- tta/perl/t/results/linemacro/call_macro_in_linemacro_body.pl
- tta/perl/t/results/linemacro/call_macro_in_linemacro_call.pl
- tta/perl/t/results/macro/bib_example.pl
- tta/perl/t/results/macro/macro_in_brace_command.pl
- tta/perl/t/results/macro/macro_in_empty_table_empty_before_item.pl
- tta/perl/t/results/macro/macro_in_table_empty_before_item.pl
- tta/perl/t/results/menu/block_commands_in_menu_description.pl
- tta/perl/t/results/menu/formats_in_menu.pl
- tta/perl/t/results/misc_commands/footnote_in_center.pl
- tta/perl/t/results/misc_commands/kbdinputstyle_in_table.pl
- tta/perl/t/results/paragraph/commands_in_flushright.pl
- tta/perl/t/results/plaintext_tests/itemize_in_headitem_in_example.pl
- tta/perl/t/results/plaintext_tests/long_uref_after_item.pl
- tta/perl/t/results/plaintext_tests/tab_in_table_in_example.pl
- tta/perl/t/results/transformations/index_entries_relate_to_item_no_transformation.pl
- tta/perl/t/results/transformations/index_entries_relate_to_item_transformation.pl
- tta/perl/t/results/value/set_in_item_missing_line.pl
- tta/perl/t/results/value/set_on_item_line.pl
- tta/perl/t/results/xml_tests/commands_and_spaces.pl
- tta/perl/t/results/xml_tests/comments_end_lines.pl
- tta/perl/t/results/xml_tests/comments_on_block_command_lines.pl
- tta/perl/t/results/xml_tests/image_inline_or_not.pl
- tta/perl/t/results/xtable/accent_on_table_line.pl
- tta/perl/t/results/xtable/block_commands_in_table.pl
- tta/perl/t/results/xtable/comment_and_itemx_before_item.pl
- tta/perl/t/results/xtable/definfoenclose_on_table_line.pl
- tta/perl/t/results/xtable/empty_item_itemx.pl
- tta/perl/t/results/xtable/empty_table.pl
- tta/perl/t/results/xtable/headitem_in_table.pl
- tta/perl/t/results/xtable/index_command_before_end_table.pl
- tta/perl/t/results/xtable/inter_item_commands_in_table.pl
- tta/perl/t/results/xtable/inter_item_commands_in_table_in_example.pl
- tta/perl/t/results/xtable/invalid_command_and_brace_in_table.pl
- tta/perl/t/results/xtable/item_index_transformation.pl
- tta/perl/t/results/xtable/itemx_before_item.pl
- tta/perl/t/results/xtable/long_item.pl
- tta/perl/t/results/xtable/no_arg_brace_command_on_table_line.pl
- tta/perl/t/results/xtable/no_argument_for_table.pl
- tta/perl/t/results/xtable/table_nested.pl
- tta/perl/t/results/xtable/text_between_item_itemx.pl
- tta/perl/t/results/xtable/title_and_itemx_before_item.pl
Change #225691
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Wed 26 Mar 2025 09:20:19 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision ba29f61f904bede84a8eed0e16e025525aa02375 Comments
* tta/C/main/manipulate_tree.c (set_element_tree_numbers), tta/perl/Texinfo/ManipulateTree.pm (set_element_tree_numbers): keep only brace and block commands that can be in extra information.
Changed files
- ChangeLog
- tta/C/main/manipulate_tree.c
- tta/perl/Texinfo/ManipulateTree.pm
- tta/perl/t/results/alias/alias_macro_target_removed.pl
- tta/perl/t/results/alias/alias_of_definfoenclose.pl
- tta/perl/t/results/alias/alias_of_definfoenclose_before_definfoenclose.pl
- tta/perl/t/results/alias/alias_of_macro.pl
- tta/perl/t/results/alias/alias_of_macro_before_macro.pl
- tta/perl/t/results/alias/alias_table_command.pl
- tta/perl/t/results/alias/alias_zero.pl
- tta/perl/t/results/alias/bad_line.pl
- tta/perl/t/results/alias/block_command_alias.pl
- tta/perl/t/results/alias/recursive_alias.pl
- tta/perl/t/results/alias/simple.pl
- tta/perl/t/results/alias/texinfo_command_alias.pl
- tta/perl/t/results/alias/texinfo_command_alias_indirect.pl
- tta/perl/t/results/alias/texinfo_command_alias_indirect_before.pl
- tta/perl/t/results/columnfractions/empty.pl
- tta/perl/t/results/columnfractions/empty_comment.pl
- tta/perl/t/results/columnfractions/good.pl
- tta/perl/t/results/columnfractions/good_comment.pl
- tta/perl/t/results/columnfractions/good_space_comment.pl
- tta/perl/t/results/columnfractions/invalid.pl
- tta/perl/t/results/columnfractions/not_fraction.pl
- tta/perl/t/results/columnfractions/something_before_columnfractions.pl
- tta/perl/t/results/columnfractions/wrong_command.pl
- tta/perl/t/results/conditionals/command_conditionals_user_defined.pl
- tta/perl/t/results/conditionals/cond.pl
- tta/perl/t/results/conditionals/cond_ifhtml_ifinfo.pl
- tta/perl/t/results/conditionals/cond_ifhtml_ifinfo_iftex.pl
- tta/perl/t/results/conditionals/cond_info.pl
- tta/perl/t/results/conditionals/cond_info_ifhtml_ifinfo_iftex.pl
- tta/perl/t/results/conditionals/cond_info_no-ifhtml_no-ifinfo_no-iftex.pl
- tta/perl/t/results/conditionals/cond_no-ifhtml_no-ifinfo_no-iftex.pl
- tta/perl/t/results/conditionals/cond_xml.pl
- tta/perl/t/results/conditionals/defcondx_Dbar.pl
- tta/perl/t/results/conditionals/defcondx_Ubar.pl
- tta/perl/t/results/conditionals/empty_ifset_in_ifset_set.pl
- tta/perl/t/results/conditionals/end_ifset_in_format.pl
- tta/perl/t/results/conditionals/false_format_not_closed.pl
- tta/perl/t/results/conditionals/ifset_in_command.pl
- tta/perl/t/results/conditionals/ignore_not_closed.pl
- tta/perl/t/results/conditionals/ignore_spaces_and_comments.pl
- tta/perl/t/results/conditionals/inlinefmtifelse_nesting.pl
- tta/perl/t/results/conditionals/inlineiffmtifelse_not_closed.pl
- tta/perl/t/results/conditionals/inlineiffmtifelse_not_closed_three_arg.pl
- tta/perl/t/results/conditionals/inlineiffmtifelse_not_closed_two_arg.pl
- tta/perl/t/results/conditionals/inlineifset_false_not_closed.pl
- tta/perl/t/results/conditionals/macro_in_ifset.pl
- tta/perl/t/results/conditionals/macro_in_ifset_set.pl
- tta/perl/t/results/conditionals/many_conditionals.pl
- tta/perl/t/results/conditionals/nested_ifset_ifclear.pl
- tta/perl/t/results/conditionals/nested_ignore.pl
- tta/perl/t/results/conditionals/nested_ignore_comment_no_eol.pl
- tta/perl/t/results/conditionals/nested_ignore_with_comments.pl
- tta/perl/t/results/conditionals/user_defined_txiinternalvalue.pl
- tta/perl/t/results/converters_tests/accent_with_text.pl
- tta/perl/t/results/converters_tests/at_commands_in_raw.pl
- tta/perl/t/results/converters_tests/combined_fonts.pl
- tta/perl/t/results/converters_tests/commands_in_sc.pl
- tta/perl/t/results/converters_tests/commands_in_settitle_with_title.pl
- tta/perl/t/results/converters_tests/commands_in_var.pl
- tta/perl/t/results/converters_tests/complex_nestings.pl
- tta/perl/t/results/converters_tests/conversion_with_undef_customization.pl
- tta/perl/t/results/converters_tests/definition_commands.pl
- tta/perl/t/results/converters_tests/email_table_command_as_argument.pl
- tta/perl/t/results/converters_tests/empty_accent.pl
- tta/perl/t/results/converters_tests/empty_xrefname.pl
- tta/perl/t/results/converters_tests/enumerate_above_ten.pl
- tta/perl/t/results/converters_tests/footnote_no_number.pl
- tta/perl/t/results/converters_tests/footnote_no_number_separate.pl
- tta/perl/t/results/converters_tests/form_feeds.pl
- tta/perl/t/results/converters_tests/frenchspacing_and_code.pl
- tta/perl/t/results/converters_tests/image_extension.pl
- tta/perl/t/results/converters_tests/image_formatting.pl
- tta/perl/t/results/converters_tests/image_with_spaces.pl
- tta/perl/t/results/converters_tests/index_entry_in_preformatted.pl
- tta/perl/t/results/converters_tests/indices_in_begin_tables_lists.pl
- tta/perl/t/results/converters_tests/indices_in_begin_tables_lists_entries_after_item.pl
- tta/perl/t/results/converters_tests/inline.pl
- tta/perl/t/results/converters_tests/inline_expand_tex.pl
- tta/perl/t/results/converters_tests/inlinefmtifelse.pl
- tta/perl/t/results/converters_tests/inlinefmtifelse_with_commands.pl
- tta/perl/t/results/converters_tests/inlinefmtspaces.pl
- tta/perl/t/results/converters_tests/inlineifsetifclear.pl
- tta/perl/t/results/converters_tests/inlineifsetifclearspaces.pl
- tta/perl/t/results/converters_tests/inlinerawspaces.pl
- tta/perl/t/results/converters_tests/line_breaks.pl
- tta/perl/t/results/converters_tests/link.pl
- tta/perl/t/results/converters_tests/multitable_prototypes.pl
- tta/perl/t/results/converters_tests/namedanchor.pl
- tta/perl/t/results/converters_tests/normal_font_in_monospace.pl
- tta/perl/t/results/converters_tests/raw_block_commands.pl
- tta/perl/t/results/converters_tests/raw_block_commands_expand_tex.pl
- tta/perl/t/results/converters_tests/ref_error_formatting.pl
- tta/perl/t/results/converters_tests/ref_in_sectioning.pl
- tta/perl/t/results/converters_tests/reference_for_formatting_customizations.pl
- tta/perl/t/results/converters_tests/references_to_top_no_top_output.pl
- tta/perl/t/results/converters_tests/refs_formatting.pl
- tta/perl/t/results/converters_tests/some_at_commands_in_ref_nodes.pl
- tta/perl/t/results/converters_tests/sp_in_example.pl
- tta/perl/t/results/converters_tests/spaces_in_empty_node_names.pl
- tta/perl/t/results/converters_tests/spaces_in_node_names.pl
- tta/perl/t/results/converters_tests/table_in_display_in_example.pl
- tta/perl/t/results/converters_tests/table_in_example_in_display.pl
- tta/perl/t/results/converters_tests/test_deftypefnnewline.pl
- tta/perl/t/results/converters_tests/test_formatting_customizations.pl
- tta/perl/t/results/converters_tests/things_before_setfilename.pl
- tta/perl/t/results/converters_tests/things_before_setfilename_no_element.pl
- tta/perl/t/results/converters_tests/top_in_ref.pl
- tta/perl/t/results/converters_tests/unknown_value.pl
- tta/perl/t/results/converters_tests/various_itemize_command_as_argument.pl
- tta/perl/t/results/converters_tests/various_vtable_command_as_argument.pl
- tta/perl/t/results/converters_tests/xrefname.pl
- tta/perl/t/results/coverage/accent_and_dash.pl
- tta/perl/t/results/coverage/accent_no_closed.pl
- tta/perl/t/results/coverage/accent_no_closed_comment.pl
- tta/perl/t/results/coverage/accent_no_closed_newline.pl
- tta/perl/t/results/coverage/accent_no_closed_paragraph.pl
- tta/perl/t/results/coverage/accents_errors.pl
- tta/perl/t/results/coverage/arg_in_brace_no_arg_command.pl
- tta/perl/t/results/coverage/at_after_accent_command.pl
- tta/perl/t/results/coverage/block_commands.pl
- tta/perl/t/results/coverage/bye_on_end_command_line.pl
- tta/perl/t/results/coverage/cartouche.pl
- tta/perl/t/results/coverage/cartouche_in_example.pl
- tta/perl/t/results/coverage/cartouche_in_quotation.pl
- tta/perl/t/results/coverage/cartouche_title_and_content.pl
- tta/perl/t/results/coverage/center.pl
- tta/perl/t/results/coverage/command_in_end.pl
- tta/perl/t/results/coverage/command_in_end_expanded_raw_command_after.pl
- tta/perl/t/results/coverage/command_in_end_expanded_raw_command_empty_after.pl
- tta/perl/t/results/coverage/command_in_end_expanded_raw_in_command.pl
- tta/perl/t/results/coverage/command_in_end_expanded_raw_one_char_before_command.pl
- tta/perl/t/results/coverage/command_in_end_expanded_raw_one_char_not_in_command.pl
- tta/perl/t/results/coverage/command_in_end_expanded_raw_two_char_before_command.pl
- tta/perl/t/results/coverage/command_in_end_expanded_raw_two_char_not_in_command.pl
- tta/perl/t/results/coverage/command_in_end_ignored_raw_command_after.pl
- tta/perl/t/results/coverage/command_in_end_ignored_raw_in_command.pl
- tta/perl/t/results/coverage/command_in_end_ignored_raw_one_char_before_command.pl
- tta/perl/t/results/coverage/command_in_end_ignored_raw_one_char_not_in_command.pl
- tta/perl/t/results/coverage/command_in_end_ignored_raw_two_char_before_command.pl
- tta/perl/t/results/coverage/command_in_end_ignored_raw_two_char_not_in_command.pl
- tta/perl/t/results/coverage/commands.pl
- tta/perl/t/results/coverage/commands_in_math.pl
- tta/perl/t/results/coverage/comment_on_cartouche_line.pl
- tta/perl/t/results/coverage/comment_on_group_line.pl
- tta/perl/t/results/coverage/def.pl
- tta/perl/t/results/coverage/displaymath.pl
- tta/perl/t/results/coverage/empty_w.pl
- tta/perl/t/results/coverage/end_bad_end_argument_and_superfluous_arg.pl
- tta/perl/t/results/coverage/exdent_and_commands.pl
- tta/perl/t/results/coverage/exdent_and_formats.pl
- tta/perl/t/results/coverage/flushleft_flushright.pl
- tta/perl/t/results/coverage/flushleft_flushright_in_quotation.pl
- tta/perl/t/results/coverage/flushright_example_nested.pl
- tta/perl/t/results/coverage/flushright_not_closed.pl
- tta/perl/t/results/coverage/formats_only_title_comments.pl
- tta/perl/t/results/coverage/formats_only_titles.pl
- tta/perl/t/results/coverage/formats_titles.pl
- tta/perl/t/results/coverage/group_beginning_and_end_on_line.pl
- tta/perl/t/results/coverage/group_not_closed.pl
- tta/perl/t/results/coverage/hyphenation.pl
- tta/perl/t/results/coverage/indentedblock.pl
- tta/perl/t/results/coverage/indicateurl_end_lines.pl
- tta/perl/t/results/coverage/insertcopying.pl
- tta/perl/t/results/coverage/invalid_U.pl
- tta/perl/t/results/coverage/item_container.pl
- tta/perl/t/results/coverage/lettered_accent_and_spaces.pl
- tta/perl/t/results/coverage/math.pl
- tta/perl/t/results/coverage/multitable.pl
- tta/perl/t/results/coverage/nested_block_commands.pl
- tta/perl/t/results/coverage/not_i_j_in_dotless.pl
- tta/perl/t/results/coverage/preformatted.pl
- tta/perl/t/results/coverage/punctuation_in_line_commands.pl
- tta/perl/t/results/coverage/quotation_author.pl
- tta/perl/t/results/coverage/raggedright.pl
- tta/perl/t/results/coverage/spaces_after_braced_command.pl
- tta/perl/t/results/coverage/spaces_no_brace_after_braced_command.pl
- tta/perl/t/results/coverage/spaces_unknown_command_after_braced_command.pl
- tta/perl/t/results/coverage/symbol_after_block.pl
- tta/perl/t/results/coverage/symbol_after_command.pl
- tta/perl/t/results/coverage/table.pl
- tta/perl/t/results/coverage/table_command_comment.pl
- tta/perl/t/results/coverage/test_errormsg.pl
- tta/perl/t/results/coverage/test_tie.pl
- tta/perl/t/results/coverage/test_today.pl
- tta/perl/t/results/coverage/titlefont_in_center.pl
- tta/perl/t/results/coverage/unknown_accents.pl
- tta/perl/t/results/coverage_braces/U_no_braces.pl
- tta/perl/t/results/coverage_braces/abbr_acronym.pl
- tta/perl/t/results/coverage_braces/abbr_no_braces.pl
- tta/perl/t/results/coverage_braces/brace_command_no_braces.pl
- tta/perl/t/results/coverage_braces/code_not_closed.pl
- tta/perl/t/results/coverage_braces/command_in_U.pl
- tta/perl/t/results/coverage_braces/command_in_dotless.pl
- tta/perl/t/results/coverage_braces/contain_plain_text_nestings.pl
- tta/perl/t/results/coverage_braces/definfoenclose_no_braces.pl
- tta/perl/t/results/coverage_braces/definfoenclose_texinfo_commands.pl
- tta/perl/t/results/coverage_braces/email_no_braces.pl
- tta/perl/t/results/coverage_braces/email_possibilities.pl
- tta/perl/t/results/coverage_braces/empty_commands.pl
- tta/perl/t/results/coverage_braces/empty_images.pl
- tta/perl/t/results/coverage_braces/empty_line_in_braces_in_math.pl
- tta/perl/t/results/coverage_braces/empty_line_in_braces_in_math_at_begin_line.pl
- tta/perl/t/results/coverage_braces/empty_line_in_email.pl
- tta/perl/t/results/coverage_braces/empty_line_in_math.pl
- tta/perl/t/results/coverage_braces/empty_ref.pl
- tta/perl/t/results/coverage_braces/empty_second_email_argument.pl
- tta/perl/t/results/coverage_braces/footnote.pl
- tta/perl/t/results/coverage_braces/footnote_ending_on_empty_line.pl
- tta/perl/t/results/coverage_braces/footnote_ending_on_empty_line_spaces.pl
- tta/perl/t/results/coverage_braces/footnote_in_command_not_closed.pl
- tta/perl/t/results/coverage_braces/footnote_no_braces.pl
- tta/perl/t/results/coverage_braces/footnote_no_node.pl
- tta/perl/t/results/coverage_braces/footnote_not_closed.pl
- tta/perl/t/results/coverage_braces/format_on_first_footnote_line.pl
- tta/perl/t/results/coverage_braces/heading_in_footnote.pl
- tta/perl/t/results/coverage_braces/hyphenation_no_braces.pl
- tta/perl/t/results/coverage_braces/image_no_braces.pl
- tta/perl/t/results/coverage_braces/inforef_too_much_args.pl
- tta/perl/t/results/coverage_braces/kbd.pl
- tta/perl/t/results/coverage_braces/math_bracketed_inside_not_closed.pl
- tta/perl/t/results/coverage_braces/math_bracketed_not_closed.pl
- tta/perl/t/results/coverage_braces/math_bracketed_not_closed_next_line.pl
- tta/perl/t/results/coverage_braces/math_leading_trailing_spaces.pl
- tta/perl/t/results/coverage_braces/math_no_braces.pl
- tta/perl/t/results/coverage_braces/math_not_closed.pl
- tta/perl/t/results/coverage_braces/nested.pl
- tta/perl/t/results/coverage_braces/nested_args.pl
- tta/perl/t/results/coverage_braces/nested_in_sc.pl
- tta/perl/t/results/coverage_braces/no_brace.pl
- tta/perl/t/results/coverage_braces/no_brace_space_end_line.pl
- tta/perl/t/results/coverage_braces/one_argument_leading_trailing_spaces.pl
- tta/perl/t/results/coverage_braces/recursive_acronym.pl
- tta/perl/t/results/coverage_braces/recursive_acronym_definition.pl
- tta/perl/t/results/coverage_braces/ref_empty_node.pl
- tta/perl/t/results/coverage_braces/ref_in_style_command.pl
- tta/perl/t/results/coverage_braces/seeentry_no_braces.pl
- tta/perl/t/results/coverage_braces/simple.pl
- tta/perl/t/results/coverage_braces/space_command_in_image.pl
- tta/perl/t/results/coverage_braces/space_in_footnote.pl
- tta/perl/t/results/coverage_braces/space_in_image.pl
- tta/perl/t/results/coverage_braces/strong_no_braces.pl
- tta/perl/t/results/coverage_braces/test_image.pl
- tta/perl/t/results/coverage_braces/test_w.pl
- tta/perl/t/results/coverage_braces/titlefont_no_braces.pl
- tta/perl/t/results/coverage_braces/too_much_args.pl
- tta/perl/t/results/coverage_braces/two_footnotes_in_nodes.pl
- tta/perl/t/results/coverage_braces/two_footnotes_in_nodes_separate.pl
- tta/perl/t/results/coverage_braces/two_footnotes_in_nodes_separate_no_header.pl
- tta/perl/t/results/coverage_braces/unmatched_brace.pl
- tta/perl/t/results/coverage_braces/uref_in_ref.pl
- tta/perl/t/results/coverage_braces/uref_url.pl
- tta/perl/t/results/coverage_braces/uref_with_commands_characters.pl
- tta/perl/t/results/coverage_braces/url_no_braces.pl
- tta/perl/t/results/coverage_braces/verb_in_xref.pl
- tta/perl/t/results/coverage_braces/w_end_sentence.pl
- tta/perl/t/results/def/adjacent_defline.pl
- tta/perl/t/results/def/all_commands.pl
- tta/perl/t/results/def/all_commands_delimiters.pl
- tta/perl/t/results/def/all_commands_delimiters_printindex.pl
- tta/perl/t/results/def/all_commands_printindex.pl
- tta/perl/t/results/def/all_empty_def.pl
- tta/perl/t/results/def/ampchar.pl
- tta/perl/t/results/def/bracketed_arg_no_space.pl
- tta/perl/t/results/def/code_in_def.pl
- tta/perl/t/results/def/comment_index_before_defline.pl
- tta/perl/t/results/def/def_defx_mismatch.pl
- tta/perl/t/results/def/def_groupings_args.pl
- tta/perl/t/results/def/defblock_no_defline.pl
- tta/perl/t/results/def/defline_no_params.pl
- tta/perl/t/results/def/deftypeline.pl
- tta/perl/t/results/def/defx_after_comment.pl
- tta/perl/t/results/def/defx_after_comment_in_example.pl
- tta/perl/t/results/def/defx_after_empty_line.pl
- tta/perl/t/results/def/defx_after_empty_line_in_example.pl
- tta/perl/t/results/def/defx_after_paragraph_end.pl
- tta/perl/t/results/def/defx_after_preformatted_with_text.pl
- tta/perl/t/results/def/defx_after_text.pl
- tta/perl/t/results/def/defx_in_example.pl
- tta/perl/t/results/def/double_command.pl
- tta/perl/t/results/def/empty_def_arguments.pl
- tta/perl/t/results/def/empty_def_command.pl
- tta/perl/t/results/def/empty_deftype.pl
- tta/perl/t/results/def/empty_deftypeop_name.pl
- tta/perl/t/results/def/empty_main_def_arguments.pl
- tta/perl/t/results/def/end_of_line_end_file.pl
- tta/perl/t/results/def/end_of_line_protect_at_end.pl
- tta/perl/t/results/def/end_of_lines_protected.pl
- tta/perl/t/results/def/end_of_lines_protected_in_footnote.pl
- tta/perl/t/results/def/end_of_lines_protected_non_ascii.pl
- tta/perl/t/results/def/inter_item_commands_in_def.pl
- tta/perl/t/results/def/inter_item_commands_in_def_in_example.pl
- tta/perl/t/results/def/leading_space_in_def_arg.pl
- tta/perl/t/results/def/multiple_defline.pl
- tta/perl/t/results/def/no_category_or_no_name.pl
- tta/perl/t/results/def/not_closed.pl
- tta/perl/t/results/def/omit_def_space.pl
- tta/perl/t/results/def/protected_brace.pl
- tta/perl/t/results/def/ref_in_def.pl
- tta/perl/t/results/def/space_in_def_for_index.pl
- tta/perl/t/results/def/text_block_before_defline.pl
- tta/perl/t/results/def/wrong_braces_simple.pl
- tta/perl/t/results/def/wrong_braces_with_end_of_lines.pl
- tta/perl/t/results/docbook_tests/empty_quotation_with_arg_followed_by_quotation.pl
- tta/perl/t/results/float/complex_float.pl
- tta/perl/t/results/float/float_copying.pl
- tta/perl/t/results/float/float_in_block_commands.pl
- tta/perl/t/results/float/float_type_with_tieaccent.pl
- tta/perl/t/results/float/float_with_at_commands.pl
- tta/perl/t/results/float/footnote_in_caption.pl
- tta/perl/t/results/float/footnote_in_caption_and_error.pl
- tta/perl/t/results/float/listoffloats_with_commands.pl
- tta/perl/t/results/float/numbering_captions_listoffloats.pl
- tta/perl/t/results/float/ref_to_float.pl
- tta/perl/t/results/float/special_characters_in_float_type.pl
- tta/perl/t/results/formats_encodings/accent.pl
- tta/perl/t/results/formats_encodings/accent_argument_non_ascii.pl
- tta/perl/t/results/formats_encodings/accent_enable_encoding.pl
- tta/perl/t/results/formats_encodings/accentenc.pl
- tta/perl/t/results/formats_encodings/accentenc_enable_encoding.pl
- tta/perl/t/results/formats_encodings/at_commands_in_refs.pl
- tta/perl/t/results/formats_encodings/at_commands_in_refs_latin1.pl
- tta/perl/t/results/formats_encodings/at_commands_in_refs_utf8.pl
- tta/perl/t/results/formats_encodings/char_latin1_latin1_in_refs.pl
- tta/perl/t/results/formats_encodings/char_latin2_latin2_in_refs.pl
- tta/perl/t/results/formats_encodings/char_us_ascii_latin1_in_refs.pl
- tta/perl/t/results/formats_encodings/char_us_ascii_latin1_in_refs_no_translit_files.pl
- tta/perl/t/results/formats_encodings/char_utf8_latin1_in_refs.pl
- tta/perl/t/results/formats_encodings/documentencoding_utf8_and_insertions.pl
- tta/perl/t/results/formats_encodings/dotless_argument_non_ascii.pl
- tta/perl/t/results/formats_encodings/japanese_shift_jis.pl
- tta/perl/t/results/formats_encodings/manual_simple_latin1_with_error.pl
- tta/perl/t/results/formats_encodings/manual_simple_utf8_with_error.pl
- tta/perl/t/results/formats_encodings/multiple_include_encodings.pl
- tta/perl/t/results/formats_encodings/no_documentencoding_and_insertions.pl
- tta/perl/t/results/formats_encodings/sample_utf8.pl
- tta/perl/t/results/formats_encodings/verb_delimiter_not_ascii.pl
- tta/perl/t/results/formats_encodings/weird_accents.pl
- tta/perl/t/results/formats_encodings/weird_accents_disable_encoding.pl
- tta/perl/t/results/heading/heading_in_copying.pl
- tta/perl/t/results/heading/heading_in_example.pl
- tta/perl/t/results/heading/heading_in_quotation.pl
- tta/perl/t/results/html_tests/U_in_index.pl
- tta/perl/t/results/html_tests/acronym_in_node_and_section.pl
- tta/perl/t/results/html_tests/anchor_on_vtable_item.pl
- tta/perl/t/results/html_tests/base_for_css_info_in_init_test.pl
- tta/perl/t/results/html_tests/check_htmlxref.pl
- tta/perl/t/results/html_tests/check_htmlxref_ignore_ref_top_up.pl
- tta/perl/t/results/html_tests/check_htmlxref_menu.pl
- tta/perl/t/results/html_tests/check_htmlxref_no_use_nodes.pl
- tta/perl/t/results/html_tests/command_in_node_redirection.pl
- tta/perl/t/results/html_tests/command_in_node_redirection_multiple.pl
- tta/perl/t/results/html_tests/command_in_node_redirection_other_command.pl
- tta/perl/t/results/html_tests/command_in_node_redirection_same_command.pl
- tta/perl/t/results/html_tests/command_in_node_redirection_two_commands.pl
- tta/perl/t/results/html_tests/commands_in_abbr.pl
- tta/perl/t/results/html_tests/commands_in_alt.pl
- tta/perl/t/results/html_tests/commands_in_email.pl
- tta/perl/t/results/html_tests/css_in_node_redirection_page.pl
- tta/perl/t/results/html_tests/deftypefnnewline_for_copying_after.pl
- tta/perl/t/results/html_tests/deftypefnnewline_for_copying_before.pl
- tta/perl/t/results/html_tests/documentdescription.pl
- tta/perl/t/results/html_tests/double_recursive_self_section_reference_node_no_use_node.pl
- tta/perl/t/results/html_tests/empty_titlefont.pl
- tta/perl/t/results/html_tests/end_of_line_in_uref.pl
- tta/perl/t/results/html_tests/file_name_case_insensitive_conflict_node.pl
- tta/perl/t/results/html_tests/file_name_case_insensitive_conflict_node_no_redirections.pl
- tta/perl/t/results/html_tests/file_name_case_insensitive_conflict_redirections.pl
- tta/perl/t/results/html_tests/filenameconflictwithspecialelement.pl
- tta/perl/t/results/html_tests/float_copying.pl
- tta/perl/t/results/html_tests/footnotestyle_separate_html_text_no_monolithic.pl
- tta/perl/t/results/html_tests/footnotestyle_separate_late.pl
- tta/perl/t/results/html_tests/fractions_rounding.pl
- tta/perl/t/results/html_tests/heading_node_after_chap.pl
- tta/perl/t/results/html_tests/headings_after_lone_nodes.pl
- tta/perl/t/results/html_tests/html_in_copying.pl
- tta/perl/t/results/html_tests/image_link_prefix.pl
- tta/perl/t/results/html_tests/inline_in_node.pl
- tta/perl/t/results/html_tests/itemize_arguments.pl
- tta/perl/t/results/html_tests/itemize_arguments_enable_encoding.pl
- tta/perl/t/results/html_tests/itemize_tieaccent.pl
- tta/perl/t/results/html_tests/letter_command_in_index.pl
- tta/perl/t/results/html_tests/mathjax_with_texinfo.pl
- tta/perl/t/results/html_tests/mathjax_with_texinfo_enable_encoding.pl
- tta/perl/t/results/html_tests/mathjax_with_texinfo_html_file.pl
- tta/perl/t/results/html_tests/mathjax_with_texinfo_html_text.pl
- tta/perl/t/results/html_tests/mathjax_with_texinfo_no_convert_to_latex.pl
- tta/perl/t/results/html_tests/menu.pl
- tta/perl/t/results/html_tests/menu_in_documentdescription.pl
- tta/perl/t/results/html_tests/menu_in_example.pl
- tta/perl/t/results/html_tests/no_use_iso.pl
- tta/perl/t/results/html_tests/node_footnote_end.pl
- tta/perl/t/results/html_tests/node_footnote_separated.pl
- tta/perl/t/results/html_tests/node_footnote_use_node.pl
- tta/perl/t/results/html_tests/node_footnote_use_node_separate.pl
- tta/perl/t/results/html_tests/node_heading_between.pl
- tta/perl/t/results/html_tests/nodedescription_description.pl
- tta/perl/t/results/html_tests/nodedescription_description_no_use_nodes.pl
- tta/perl/t/results/html_tests/raw_html.pl
- tta/perl/t/results/html_tests/redirection_same_labels.pl
- tta/perl/t/results/html_tests/ref_in_preformatted.pl
- tta/perl/t/results/html_tests/sectioning_check_menu_structure.pl
- tta/perl/t/results/html_tests/set_add_transliterated_redirection_files.pl
- tta/perl/t/results/html_tests/shorttitlepage.pl
- tta/perl/t/results/html_tests/spaces_in_line_break_in_verb_w.pl
- tta/perl/t/results/html_tests/test_accents_sc_default.pl
- tta/perl/t/results/html_tests/test_accents_sc_default_latin1.pl
- tta/perl/t/results/html_tests/test_accents_sc_default_usascii.pl
- tta/perl/t/results/html_tests/test_accents_sc_enable_encoding.pl
- tta/perl/t/results/html_tests/test_accents_sc_enable_encoding_latin1.pl
- tta/perl/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_latin1.pl
- tta/perl/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_usascii.pl
- tta/perl/t/results/html_tests/test_accents_sc_enable_encoding_usascii.pl
- tta/perl/t/results/html_tests/test_accents_sc_to_utf8_latin1.pl
- tta/perl/t/results/html_tests/test_accents_sc_use_numeric_entity.pl
- tta/perl/t/results/html_tests/test_xrefautomaticsectiontitle.pl
- tta/perl/t/results/html_tests/test_xrefautomaticsectiontitle_off_first.pl
- tta/perl/t/results/html_tests/tex_expanded_in_caption_multiple_time.pl
- tta/perl/t/results/html_tests/tex_expanded_in_copying.pl
- tta/perl/t/results/html_tests/text_css_info_in_init.pl
- tta/perl/t/results/html_tests/titles.pl
- tta/perl/t/results/html_tests/uref_accented_letter.pl
- tta/perl/t/results/html_tests/uref_accented_letter_ascii.pl
- tta/perl/t/results/html_tests/uref_accented_letter_latin1.pl
- tta/perl/t/results/html_tests/utf8_default.pl
- tta/perl/t/results/html_tests/utf8_enable_encoding.pl
- tta/perl/t/results/html_tests/utf8_enable_encoding_no_use_iso.pl
- tta/perl/t/results/html_tests/utf8_enable_encoding_use_numeric_entity.pl
- tta/perl/t/results/html_tests/utf8_use_numeric_entity.pl
- tta/perl/t/results/html_tests/verbatim_in_multitable_in_example.pl
- tta/perl/t/results/html_tests/xml_protected_in_verb.pl
- tta/perl/t/results/htmlxref/htmlxref.pl
- tta/perl/t/results/htmlxref/htmlxref_no_urlprefix_first.pl
- tta/perl/t/results/htmlxref/htmlxref_nodes.pl
- tta/perl/t/results/htmlxref/htmlxref_only_mono.pl
- tta/perl/t/results/htmlxref/htmlxref_only_mono_nodes.pl
- tta/perl/t/results/htmlxref/htmlxref_only_split.pl
- tta/perl/t/results/htmlxref/htmlxref_only_split_nodes.pl
- tta/perl/t/results/include/cpp_lines.pl
- tta/perl/t/results/include/include_in_removed_before_item.pl
- tta/perl/t/results/include/include_with_setfilename_in_preformatted.pl
- tta/perl/t/results/include/macro_and_commands_in_early_commands.pl
- tta/perl/t/results/include/macro_definition_in_include.pl
- tta/perl/t/results/include/macro_in_early_commands.pl
- tta/perl/t/results/include/value_expansion_in_include.pl
- tta/perl/t/results/indices/def_syn_indices.pl
- tta/perl/t/results/indices/double_seeentry_seealso.pl
- tta/perl/t/results/indices/empty_index_entry.pl
- tta/perl/t/results/indices/empty_string_index_entry.pl
- tta/perl/t/results/indices/encoding_index_ascii.pl
- tta/perl/t/results/indices/encoding_index_ascii_enable_encoding.pl
- tta/perl/t/results/indices/encoding_index_latin1.pl
- tta/perl/t/results/indices/encoding_index_latin1_enable_encoding.pl
- tta/perl/t/results/indices/encoding_index_utf8.pl
- tta/perl/t/results/indices/encoding_index_utf8_enable_encoding.pl
- tta/perl/t/results/indices/encoding_index_utf8_no_use_unicode.pl
- tta/perl/t/results/indices/explicit_sort_key.pl
- tta/perl/t/results/indices/ftable_vtable.pl
- tta/perl/t/results/indices/ignored_sort_char_empty_entries.pl
- tta/perl/t/results/indices/image_lines_count.pl
- tta/perl/t/results/indices/image_text_lines_count.pl
- tta/perl/t/results/indices/index_entry_in_footnote.pl
- tta/perl/t/results/indices/index_entry_in_footnote_different_node_end.pl
- tta/perl/t/results/indices/index_entry_in_footnote_sections.pl
- tta/perl/t/results/indices/index_entry_in_footnote_sections_separate.pl
- tta/perl/t/results/indices/index_entry_in_footnote_separate.pl
- tta/perl/t/results/indices/index_special_region.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying_no_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default.pl
- tta/perl/t/results/indices/index_special_region_no_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default.pl
- tta/perl/t/results/indices/index_table.pl
- tta/perl/t/results/indices/index_table_chapter_no_node.pl
- tta/perl/t/results/indices/multiple_index_text_sortas_seeentry_seealso.pl
- tta/perl/t/results/indices/printindex_index_entry_in_copying.pl
- tta/perl/t/results/indices/printindex_index_entry_in_copying_in_footnote.pl
- tta/perl/t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl
- tta/perl/t/results/indices/same_index_entry_merged_indices.pl
- tta/perl/t/results/indices/same_only_seealso_seeentry.pl
- tta/perl/t/results/indices/same_seealso_seeentry.pl
- tta/perl/t/results/indices/seealso_duplicate.pl
- tta/perl/t/results/indices/seeentry.pl
- tta/perl/t/results/indices/sorted_subentries.pl
- tta/perl/t/results/indices/subentry_and_sortas.pl
- tta/perl/t/results/indices/subentry_and_sortas_spaces.pl
- tta/perl/t/results/indices/transparent_sort_chars.pl
- tta/perl/t/results/indices/w_lines_count.pl
- tta/perl/t/results/info_tests/anchor_in_command.pl
- tta/perl/t/results/info_tests/before_node_and_section.pl
- tta/perl/t/results/info_tests/center_flush.pl
- tta/perl/t/results/info_tests/colon_in_index_entry.pl
- tta/perl/t/results/info_tests/colons_in_index_entries_and_node.pl
- tta/perl/t/results/info_tests/colons_in_index_entries_and_node_no_quoting.pl
- tta/perl/t/results/info_tests/def_in_copying.pl
- tta/perl/t/results/info_tests/del_quote_linebreaking.pl
- tta/perl/t/results/info_tests/direntry_dircategory.pl
- tta/perl/t/results/info_tests/direntry_dircategory_and_commands.pl
- tta/perl/t/results/info_tests/empty_arguments.pl
- tta/perl/t/results/info_tests/empty_copying_not_ended.pl
- tta/perl/t/results/info_tests/end_of_line_command_in_node_lines.pl
- tta/perl/t/results/info_tests/error_in_footnote.pl
- tta/perl/t/results/info_tests/file_only_png.pl
- tta/perl/t/results/info_tests/image_and_punctuation.pl
- tta/perl/t/results/info_tests/image_and_spaces_formatting.pl
- tta/perl/t/results/info_tests/image_extension.pl
- tta/perl/t/results/info_tests/image_in_paragraph.pl
- tta/perl/t/results/info_tests/image_not_found.pl
- tta/perl/t/results/info_tests/image_quotes.pl
- tta/perl/t/results/info_tests/image_text_encoded.pl
- tta/perl/t/results/info_tests/image_text_file_only_and_alt.pl
- tta/perl/t/results/info_tests/invalid_node_name_no_warning.pl
- tta/perl/t/results/info_tests/invalid_node_name_warning.pl
- tta/perl/t/results/info_tests/multiline_image_and_align.pl
- tta/perl/t/results/info_tests/multitable_anchor_and_index_entry.pl
- tta/perl/t/results/info_tests/nested_footnotes_separate.pl
- tta/perl/t/results/info_tests/nested_multitable_anchor_index.pl
- tta/perl/t/results/info_tests/note_in_strong.pl
- tta/perl/t/results/info_tests/note_in_strong_end_of_line.pl
- tta/perl/t/results/info_tests/novalidate_empty_refs.pl
- tta/perl/t/results/info_tests/one_node_counted_elements.pl
- tta/perl/t/results/info_tests/paragraphindent_and_preamble.pl
- tta/perl/t/results/info_tests/paragraphindent_in_preamble_and_in_document.pl
- tta/perl/t/results/info_tests/paragraphindent_not_in_preamble.pl
- tta/perl/t/results/info_tests/pxref_test.pl
- tta/perl/t/results/info_tests/quote_node_names_info.pl
- tta/perl/t/results/info_tests/ref_tests.pl
- tta/perl/t/results/info_tests/similar_external_and_internal_node.pl
- tta/perl/t/results/info_tests/space_in_setfilename.pl
- tta/perl/t/results/info_tests/test_index.pl
- tta/perl/t/results/info_tests/top_node_normalization.pl
- tta/perl/t/results/info_tests/two_paragraphindent_in_preamble.pl
- tta/perl/t/results/info_tests/two_paragraphindent_in_preamble_and_in_document.pl
- tta/perl/t/results/info_tests/xref_quote_long_item.pl
- tta/perl/t/results/info_tests/xref_test.pl
- tta/perl/t/results/init_files_tests/customize_special_element.pl
- tta/perl/t/results/init_files_tests/customize_translations.pl
- tta/perl/t/results/init_files_tests/directions_buttons.pl
- tta/perl/t/results/init_files_tests/directions_buttons_buttons.pl
- tta/perl/t/results/init_files_tests/documentation_examples.pl
- tta/perl/t/results/init_files_tests/documentation_examples_texi2html.pl
- tta/perl/t/results/init_files_tests/modified_translation.pl
- tta/perl/t/results/init_files_tests/sc_formatting_with_css.pl
- tta/perl/t/results/init_files_tests/test_format_single_footnote_in_inline_content.pl
- tta/perl/t/results/init_files_tests/translation_in_parser_in_translation.pl
- tta/perl/t/results/invalid_nestings/accents.pl
- tta/perl/t/results/invalid_nestings/bad_style_nesting.pl
- tta/perl/t/results/invalid_nestings/bad_tab_nesting.pl
- tta/perl/t/results/invalid_nestings/block_not_matching.pl
- tta/perl/t/results/invalid_nestings/cartouche_in_style_command.pl
- tta/perl/t/results/invalid_nestings/center.pl
- tta/perl/t/results/invalid_nestings/def_in_style_command.pl
- tta/perl/t/results/invalid_nestings/def_not_closed_in_menu_description.pl
- tta/perl/t/results/invalid_nestings/enumerate_in_style_command.pl
- tta/perl/t/results/invalid_nestings/example_in_style_command.pl
- tta/perl/t/results/invalid_nestings/float_in_style_command.pl
- tta/perl/t/results/invalid_nestings/flushright_in_style_command.pl
- tta/perl/t/results/invalid_nestings/footnote_in_ref.pl
- tta/perl/t/results/invalid_nestings/formats_not_closed_in_example.pl
- tta/perl/t/results/invalid_nestings/heading_commands_in_center.pl
- tta/perl/t/results/invalid_nestings/heading_commands_in_documentlanguage.pl
- tta/perl/t/results/invalid_nestings/heading_separator_in_accent_command.pl
- tta/perl/t/results/invalid_nestings/ignore_in_xref.pl
- tta/perl/t/results/invalid_nestings/in_errormsg.pl
- tta/perl/t/results/invalid_nestings/in_table.pl
- tta/perl/t/results/invalid_nestings/item_in_ref.pl
- tta/perl/t/results/invalid_nestings/itemx_in_itemize_enumerate_in_table.pl
- tta/perl/t/results/invalid_nestings/menu_in_style_command.pl
- tta/perl/t/results/invalid_nestings/multitable_in_style_command.pl
- tta/perl/t/results/invalid_nestings/multitable_item_in_index.pl
- tta/perl/t/results/invalid_nestings/node_in_copying.pl
- tta/perl/t/results/invalid_nestings/node_in_copying_not_closed.pl
- tta/perl/t/results/invalid_nestings/on_block_command_line.pl
- tta/perl/t/results/invalid_nestings/on_def_line.pl
- tta/perl/t/results/invalid_nestings/on_index_entry_line.pl
- tta/perl/t/results/invalid_nestings/on_itemize_line.pl
- tta/perl/t/results/invalid_nestings/on_node_line.pl
- tta/perl/t/results/invalid_nestings/on_section_line.pl
- tta/perl/t/results/invalid_nestings/on_subheading_line.pl
- tta/perl/t/results/invalid_nestings/quotation_in_ref.pl
- tta/perl/t/results/invalid_nestings/quotation_in_style_command.pl
- tta/perl/t/results/invalid_nestings/raw_block_on_line.pl
- tta/perl/t/results/invalid_nestings/recursive_copying.pl
- tta/perl/t/results/invalid_nestings/ref_in_ref.pl
- tta/perl/t/results/invalid_nestings/ref_to_top_in_anchor.pl
- tta/perl/t/results/invalid_nestings/section_in_copying.pl
- tta/perl/t/results/invalid_nestings/section_in_flushright.pl
- tta/perl/t/results/invalid_nestings/section_in_footnote.pl
- tta/perl/t/results/invalid_nestings/section_in_math.pl
- tta/perl/t/results/invalid_nestings/section_in_nested_block_commands.pl
- tta/perl/t/results/invalid_nestings/section_in_table.pl
- tta/perl/t/results/invalid_nestings/section_on_cartouche_line.pl
- tta/perl/t/results/invalid_nestings/section_on_def_line.pl
- tta/perl/t/results/invalid_nestings/section_on_defx_line.pl
- tta/perl/t/results/invalid_nestings/section_on_enumerate_line.pl
- tta/perl/t/results/invalid_nestings/section_on_itemize_line.pl
- tta/perl/t/results/invalid_nestings/section_on_multitable_line.pl
- tta/perl/t/results/invalid_nestings/section_on_xtable_line.pl
- tta/perl/t/results/invalid_nestings/style_not_closed_before_first_node.pl
- tta/perl/t/results/invalid_nestings/style_not_closed_in_block_command.pl
- tta/perl/t/results/invalid_nestings/style_not_closed_in_table_line.pl
- tta/perl/t/results/invalid_nestings/style_not_closed_no_newline_root_commands.pl
- tta/perl/t/results/invalid_nestings/style_not_closed_root_commands.pl
- tta/perl/t/results/invalid_nestings/tab_in_index.pl
- tta/perl/t/results/invalid_nestings/table_in_code.pl
- tta/perl/t/results/invalid_nestings/table_not_closed_in_menu_comment.pl
- tta/perl/t/results/invalid_nestings/table_not_closed_in_menu_description.pl
- tta/perl/t/results/invalid_nestings/table_on_item_line.pl
- tta/perl/t/results/invalid_nestings/thischapter_in_footnote_in_evenfooting.pl
- tta/perl/t/results/invalid_nestings/thischapter_in_math_in_evenfooting.pl
- tta/perl/t/results/invalid_nestings/unclosed_verb_end_of_line_on_misc_line.pl
- tta/perl/t/results/invalid_nestings/unclosed_verb_on_misc_line.pl
- tta/perl/t/results/invalid_nestings/unclosed_verb_on_section_line.pl
- tta/perl/t/results/invalid_nestings/verbatim_in_ref.pl
- tta/perl/t/results/itemize/accent_argument.pl
- tta/perl/t/results/itemize/asis_as_itemize_argument.pl
- tta/perl/t/results/itemize/bad_enumerate_arguments.pl
- tta/perl/t/results/itemize/comment_first_on_enumerate_line.pl
- tta/perl/t/results/itemize/comment_first_on_itemize_line.pl
- tta/perl/t/results/itemize/empty_accent_argument.pl
- tta/perl/t/results/itemize/enumerate_and_empty_lines.pl
- tta/perl/t/results/itemize/enumerate_argument.pl
- tta/perl/t/results/itemize/enumerate_argument_item.pl
- tta/perl/t/results/itemize/enumerate_in_example.pl
- tta/perl/t/results/itemize/enumerate_letters.pl
- tta/perl/t/results/itemize/enumerate_more_letters.pl
- tta/perl/t/results/itemize/headitem_itemx_in_enumerate.pl
- tta/perl/t/results/itemize/headitem_itemx_in_itemize.pl
- tta/perl/t/results/itemize/inter_item_commands_in_enumerate.pl
- tta/perl/t/results/itemize/inter_item_commands_in_itemize.pl
- tta/perl/t/results/itemize/itemize_and_empty_lines.pl
- tta/perl/t/results/itemize/itemize_in_example.pl
- tta/perl/t/results/itemize/itemize_line_commands_with_brace.pl
- tta/perl/t/results/itemize/itemize_long_item.pl
- tta/perl/t/results/itemize/not_closed_item.pl
- tta/perl/t/results/itemize/not_closed_itemize.pl
- tta/perl/t/results/itemize/table_in_itemize.pl
- tta/perl/t/results/itemize/w_argument.pl
- tta/perl/t/results/languages/command_translated.pl
- tta/perl/t/results/languages/documentlanguage.pl
- tta/perl/t/results/languages/documentlanguage_option.pl
- tta/perl/t/results/languages/documentlanguage_unknown.pl
- tta/perl/t/results/languages/invalid_documentlanguage.pl
- tta/perl/t/results/languages/multiple_documentlanguage.pl
- tta/perl/t/results/languages/multiple_in_preamble.pl
- tta/perl/t/results/languages/multiple_in_preamble_before_node.pl
- tta/perl/t/results/languages/multiple_lang_chapters.pl
- tta/perl/t/results/languages/multiple_lang_chapters_latex.pl
- tta/perl/t/results/languages/multiple_lang_chapters_texi2html.pl
- tta/perl/t/results/languages/simple_documentlanguage.pl
- tta/perl/t/results/languages/unknown_language.pl
- tta/perl/t/results/languages/unknown_region.pl
- tta/perl/t/results/latex_tests/anchor_before_top.pl
- tta/perl/t/results/latex_tests/anchor_in_copying.pl
- tta/perl/t/results/latex_tests/anchor_in_copying_insertcopying_chap.pl
- tta/perl/t/results/latex_tests/anchor_in_copying_insertcopying_titlepage.pl
- tta/perl/t/results/latex_tests/anchor_in_copying_insertcopying_titlepage_chap.pl
- tta/perl/t/results/latex_tests/anchor_links_xref_xrefautomaticsectiontitle.pl
- tta/perl/t/results/latex_tests/backslash_math.pl
- tta/perl/t/results/latex_tests/brace_in_index.pl
- tta/perl/t/results/latex_tests/custom_heading_with_include_in_command.pl
- tta/perl/t/results/latex_tests/custom_headings.pl
- tta/perl/t/results/latex_tests/custom_headings_and_comments.pl
- tta/perl/t/results/latex_tests/enumerate_arguments.pl
- tta/perl/t/results/latex_tests/error_in_sectioning_command.pl
- tta/perl/t/results/latex_tests/example_in_cartouche.pl
- tta/perl/t/results/latex_tests/float_and_refs.pl
- tta/perl/t/results/latex_tests/indices.pl
- tta/perl/t/results/latex_tests/indices_disable_encoding.pl
- tta/perl/t/results/latex_tests/informative_commands_in_top_node.pl
- tta/perl/t/results/latex_tests/nested_enumerate.pl
- tta/perl/t/results/latex_tests/nested_itemize.pl
- tta/perl/t/results/latex_tests/node_before_top.pl
- tta/perl/t/results/latex_tests/setchapternewpage_on_odd_titlepage.pl
- tta/perl/t/results/latex_tests/setchapternewpage_on_odd_titlepage_set_headings.pl
- tta/perl/t/results/latex_tests/titlepage_and_headings.pl
- tta/perl/t/results/latex_tests/titlepage_and_setchapternewpage_odd.pl
- tta/perl/t/results/latex_tests/titlepage_and_setchapternewpage_on.pl
- tta/perl/t/results/latex_tests/titlepage_classical.pl
- tta/perl/t/results/latex_tests/titlepage_in_top_node.pl
- tta/perl/t/results/latex_tests/titlepage_long_title.pl
- tta/perl/t/results/latex_tests/titlepage_no_author.pl
- tta/perl/t/results/latex_tests/titlepage_no_title.pl
- tta/perl/t/results/latex_tests/titlepage_with_commands_classical.pl
- tta/perl/t/results/latex_tests/top_no_sectioning_command.pl
- tta/perl/t/results/latex_tests/verb.pl
- tta/perl/t/results/latex_tests/verbatim_in_smallformat.pl
- tta/perl/t/results/layout/no_monolithic.pl
- tta/perl/t/results/layout/no_monolithic_only_toc_out.pl
- tta/perl/t/results/linemacro/api_doc_with_linemacro.pl
- tta/perl/t/results/linemacro/arobase_brace_in_linemacro_call.pl
- tta/perl/t/results/linemacro/begin_conditional_in_linemacro.pl
- tta/perl/t/results/linemacro/block_begin_end_in_linemacro_call.pl
- tta/perl/t/results/linemacro/blockitem_no_item.pl
- tta/perl/t/results/linemacro/brace_command_not_closed.pl
- tta/perl/t/results/linemacro/braces_after_text.pl
- tta/perl/t/results/linemacro/call_macro_in_linemacro_body.pl
- tta/perl/t/results/linemacro/call_macro_in_linemacro_call.pl
- tta/perl/t/results/linemacro/comment_at_end_of_linemacro_call.pl
- tta/perl/t/results/linemacro/comment_in_linemacro_call.pl
- tta/perl/t/results/linemacro/comment_in_one_argument_linemacro_call.pl
- tta/perl/t/results/linemacro/comment_on_linemacro_call_macro_expansion.pl
- tta/perl/t/results/linemacro/comment_on_linemacro_call_out_of_braces.pl
- tta/perl/t/results/linemacro/empty_last_argument.pl
- tta/perl/t/results/linemacro/end_conditional_in_linemacro.pl
- tta/perl/t/results/linemacro/last_argument_with_braces.pl
- tta/perl/t/results/linemacro/missing_formal_arg.pl
- tta/perl/t/results/linemacro/nested_linemacro_calls.pl
- tta/perl/t/results/linemacro/newline_and_continuation_in_brace.pl
- tta/perl/t/results/linemacro/no_arguments.pl
- tta/perl/t/results/linemacro/paragraph_no_paragraph.pl
- tta/perl/t/results/linemacro/protected_spaces_on_line.pl
- tta/perl/t/results/linemacro/protection_of_end_of_line_by_command.pl
- tta/perl/t/results/linemacro/recursive_linemacro_in_body.pl
- tta/perl/t/results/linemacro/recursive_linemacro_in_call.pl
- tta/perl/t/results/linemacro/simple_nested_linemacro_calls.pl
- tta/perl/t/results/linemacro/spaces_after_command_in_call.pl
- tta/perl/t/results/linemacro/spaces_after_macro_linemacro_commands_in_call.pl
- tta/perl/t/results/linemacro/spaces_after_unknown_command_in_call.pl
- tta/perl/t/results/linemacro/spaces_in_args.pl
- tta/perl/t/results/linemacro/spaces_in_call.pl
- tta/perl/t/results/linemacro/text_arguments.pl
- tta/perl/t/results/linemacro/verb_in_linemacro_call.pl
- tta/perl/t/results/linemacro/verb_not_closed.pl
- tta/perl/t/results/linemacro/verb_with_arobase_in_linemacro_call.pl
- tta/perl/t/results/linemacro/verb_with_brace_in_linemacro_call.pl
- tta/perl/t/results/macro/arg_body_expansion_order.pl
- tta/perl/t/results/macro/arg_not_closed.pl
- tta/perl/t/results/macro/arobase_brace_in_macro_call.pl
- tta/perl/t/results/macro/backslash_in_arg.pl
- tta/perl/t/results/macro/bad_argument.pl
- tta/perl/t/results/macro/bad_formal_arg.pl
- tta/perl/t/results/macro/bad_macro_name_with_underscore.pl
- tta/perl/t/results/macro/bib_example.pl
- tta/perl/t/results/macro/bye_in_macro.pl
- tta/perl/t/results/macro/closing_brace_in_macro_call_in_ignored_inline.pl
- tta/perl/t/results/macro/complete_macro_for_end.pl
- tta/perl/t/results/macro/complex_argument.pl
- tta/perl/t/results/macro/cpp_directives_after_macros.pl
- tta/perl/t/results/macro/cpp_directives_in_macro.pl
- tta/perl/t/results/macro/cpp_directives_line_value_macro.pl
- tta/perl/t/results/macro/definfoenclose_replaced_by_macro.pl
- tta/perl/t/results/macro/double_macro_definition.pl
- tta/perl/t/results/macro/double_recursive_macro_call.pl
- tta/perl/t/results/macro/empty_end.pl
- tta/perl/t/results/macro/empty_macro_argument.pl
- tta/perl/t/results/macro/empty_macro_in_text_no_arg.pl
- tta/perl/t/results/macro/empty_macro_no_arg.pl
- tta/perl/t/results/macro/expand_two_same.pl
- tta/perl/t/results/macro/expansion_order.pl
- tta/perl/t/results/macro/form_feeds.pl
- tta/perl/t/results/macro/glossary.pl
- tta/perl/t/results/macro/ifclear_in_macro.pl
- tta/perl/t/results/macro/ifset_and_end_isef_in_macro.pl
- tta/perl/t/results/macro/ifset_in_macro.pl
- tta/perl/t/results/macro/ifset_in_macro_set.pl
- tta/perl/t/results/macro/ignored_macro_definition.pl
- tta/perl/t/results/macro/implicit_quoting_one_arg.pl
- tta/perl/t/results/macro/implicit_quoting_recursion.pl
- tta/perl/t/results/macro/include_after_empty_line_arg.pl
- tta/perl/t/results/macro/leading_spaces_no_ignore.pl
- tta/perl/t/results/macro/line_after_recursive_call.pl
- tta/perl/t/results/macro/line_end_accent_command_macro_call.pl
- tta/perl/t/results/macro/macro_after_paragraph.pl
- tta/perl/t/results/macro/macro_alias_definfoenclose_defindex.pl
- tta/perl/t/results/macro/macro_before_specific_line_command_args.pl
- tta/perl/t/results/macro/macro_call_empty_middle_arg.pl
- tta/perl/t/results/macro/macro_call_empty_two_arg.pl
- tta/perl/t/results/macro/macro_call_in_ignored_inlinefmtifelse.pl
- tta/perl/t/results/macro/macro_call_in_inlinefmtifelse_format.pl
- tta/perl/t/results/macro/macro_call_in_node_manual.pl
- tta/perl/t/results/macro/macro_end_call_in_ignored_inlinefmt.pl
- tta/perl/t/results/macro/macro_end_call_in_ignored_inlinefmtifelse.pl
- tta/perl/t/results/macro/macro_end_call_in_ignored_inlinefmtifelse_else.pl
- tta/perl/t/results/macro/macro_end_call_in_ignored_inlineraw.pl
- tta/perl/t/results/macro/macro_end_call_in_ignored_raw.pl
- tta/perl/t/results/macro/macro_expands_to_empty.pl
- tta/perl/t/results/macro/macro_expansion.pl
- tta/perl/t/results/macro/macro_expansion_end_in_conditional_end.pl
- tta/perl/t/results/macro/macro_expansion_end_in_conditional_line.pl
- tta/perl/t/results/macro/macro_expansion_end_in_ignored_ifset_content.pl
- tta/perl/t/results/macro/macro_expansion_end_in_ignored_nested_conditional.pl
- tta/perl/t/results/macro/macro_expansion_end_in_ignored_nested_different_conditional.pl
- tta/perl/t/results/macro/macro_expansion_in_multitable_prototype.pl
- tta/perl/t/results/macro/macro_for_dot_in_menu_not_separator.pl
- tta/perl/t/results/macro/macro_for_end.pl
- tta/perl/t/results/macro/macro_for_ignored_line_command.pl
- tta/perl/t/results/macro/macro_for_verb.pl
- tta/perl/t/results/macro/macro_imbricated_with_beginning_command_name.pl
- tta/perl/t/results/macro/macro_in_accent.pl
- tta/perl/t/results/macro/macro_in_brace_command.pl
- tta/perl/t/results/macro/macro_in_def_delimiters.pl
- tta/perl/t/results/macro/macro_in_empty_menu_comment.pl
- tta/perl/t/results/macro/macro_in_empty_multitable_empty_before_item.pl
- tta/perl/t/results/macro/macro_in_empty_table_empty_before_item.pl
- tta/perl/t/results/macro/macro_in_empty_text.pl
- tta/perl/t/results/macro/macro_in_end_argument.pl
- tta/perl/t/results/macro/macro_in_ifset.pl
- tta/perl/t/results/macro/macro_in_ifset_end_in_arg.pl
- tta/perl/t/results/macro/macro_in_index_commands.pl
- tta/perl/t/results/macro/macro_in_invalid_documentencoding.pl
- tta/perl/t/results/macro/macro_in_macro_arg.pl
- tta/perl/t/results/macro/macro_in_macro_arg_simpler.pl
- tta/perl/t/results/macro/macro_in_menu.pl
- tta/perl/t/results/macro/macro_in_menu_comment_closed_by_detailmenu.pl
- tta/perl/t/results/macro/macro_in_menu_comment_like_entry.pl
- tta/perl/t/results/macro/macro_in_menu_description.pl
- tta/perl/t/results/macro/macro_in_misc_commands.pl
- tta/perl/t/results/macro/macro_in_multitable_empty_before_item.pl
- tta/perl/t/results/macro/macro_in_table_empty_before_item.pl
- tta/perl/t/results/macro/macro_inlineifcond_end_in_empty_ignored.pl
- tta/perl/t/results/macro/macro_inlineifcond_end_in_empty_set.pl
- tta/perl/t/results/macro/macro_name_with_digit.pl
- tta/perl/t/results/macro/macro_name_with_hyphen.pl
- tta/perl/t/results/macro/macro_name_zero.pl
- tta/perl/t/results/macro/macro_no_arg_bad_expansion.pl
- tta/perl/t/results/macro/macro_no_arg_expansion.pl
- tta/perl/t/results/macro/macro_no_argument.pl
- tta/perl/t/results/macro/macro_not_closed.pl
- tta/perl/t/results/macro/macro_one_arg_end_of_file.pl
- tta/perl/t/results/macro/macro_replaced_by_definfoenclose.pl
- tta/perl/t/results/macro/macro_with_error_at_end_line_after_macro.pl
- tta/perl/t/results/macro/macro_zero.pl
- tta/perl/t/results/macro/nested_macro_call.pl
- tta/perl/t/results/macro/no_macrobody.pl
- tta/perl/t/results/macro/non_ascii_in_macro_name.pl
- tta/perl/t/results/macro/paragraph_and_macro.pl
- tta/perl/t/results/macro/protect_comma_macro_line.pl
- tta/perl/t/results/macro/protect_in_body.pl
- tta/perl/t/results/macro/protect_in_body_line_arg.pl
- tta/perl/t/results/macro/protect_in_body_one_arg.pl
- tta/perl/t/results/macro/recursive_call_in_argument.pl
- tta/perl/t/results/macro/recursive_call_in_macro.pl
- tta/perl/t/results/macro/recursive_call_in_rmacro.pl
- tta/perl/t/results/macro/redefine_texinfo_macro.pl
- tta/perl/t/results/macro/simple_imbricated_macro.pl
- tta/perl/t/results/macro/simple_imbricated_macro_rmacro.pl
- tta/perl/t/results/macro/space_macro_after_end.pl
- tta/perl/t/results/macro/space_macro_after_end_verbatim.pl
- tta/perl/t/results/macro/text_before_after.pl
- tta/perl/t/results/macro/too_much_args.pl
- tta/perl/t/results/macro/two_macros_on_a_line.pl
- tta/perl/t/results/macro/unpaired_backslash_in_macro_body.pl
- tta/perl/t/results/macro/verb_with_arobase_in_macro_call.pl
- tta/perl/t/results/macro/verb_with_brace_in_macro_call.pl
- tta/perl/t/results/macro/zero_argument.pl
- tta/perl/t/results/macro/zero_argument_comment.pl
- tta/perl/t/results/menu/bad_beginning.pl
- tta/perl/t/results/menu/block_commands_in_menu_description.pl
- tta/perl/t/results/menu/commands_in_nodedescriptionblock.pl
- tta/perl/t/results/menu/detailmenu.pl
- tta/perl/t/results/menu/detailmenu_in_description.pl
- tta/perl/t/results/menu/detailmenu_on_subnodes.pl
- tta/perl/t/results/menu/detailmenu_unknown_node.pl
- tta/perl/t/results/menu/direntry_dircategory_after_first_node.pl
- tta/perl/t/results/menu/entry_after_detailmenu.pl
- tta/perl/t/results/menu/example_in_menu_comment.pl
- tta/perl/t/results/menu/example_in_menu_description.pl
- tta/perl/t/results/menu/formats_in_menu.pl
- tta/perl/t/results/menu/inlineraw_in_menu_description.pl
- tta/perl/t/results/menu/invalid_info_menu_entry.pl
- tta/perl/t/results/menu/menu_entry_no_entry.pl
- tta/perl/t/results/menu/menu_in_deffn.pl
- tta/perl/t/results/menu/menu_in_example.pl
- tta/perl/t/results/menu/nodedescription_descriptions.pl
- tta/perl/t/results/menu/nodedescriptionblock_descriptions.pl
- tta/perl/t/results/menu/sc_in_menu.pl
- tta/perl/t/results/menu/submenu_in_example.pl
- tta/perl/t/results/menu/verb_in_menu_description.pl
- tta/perl/t/results/misc_commands/clickstyle.pl
- tta/perl/t/results/misc_commands/codequoteundirected_codequotebacktick.pl
- tta/perl/t/results/misc_commands/command_in_heading_footing.pl
- tta/perl/t/results/misc_commands/command_not_closed_in_documentencoding.pl
- tta/perl/t/results/misc_commands/command_not_closed_on_center_line.pl
- tta/perl/t/results/misc_commands/definfoenclose.pl
- tta/perl/t/results/misc_commands/definfoenclose_nestings.pl
- tta/perl/t/results/misc_commands/definfoenclose_with_empty_arg.pl
- tta/perl/t/results/misc_commands/double_exdent.pl
- tta/perl/t/results/misc_commands/empty_center_with_arg.pl
- tta/perl/t/results/misc_commands/footnote_in_center.pl
- tta/perl/t/results/misc_commands/heading_command_in_commands.pl
- tta/perl/t/results/misc_commands/incorrect_allowcodebreaks_argument.pl
- tta/perl/t/results/misc_commands/indent_in_command_in_paragraph.pl
- tta/perl/t/results/misc_commands/indent_in_quotation.pl
- tta/perl/t/results/misc_commands/indent_with_command_after_without_space.pl
- tta/perl/t/results/misc_commands/invalid_clickstyle.pl
- tta/perl/t/results/misc_commands/invalid_documentencoding.pl
- tta/perl/t/results/misc_commands/kbdinputstyle.pl
- tta/perl/t/results/misc_commands/kbdinputstyle_in_table.pl
- tta/perl/t/results/misc_commands/nodedescription.pl
- tta/perl/t/results/misc_commands/noindent_after_smallexample.pl
- tta/perl/t/results/misc_commands/ref_in_center.pl
- tta/perl/t/results/misc_commands/setfilename.pl
- tta/perl/t/results/misc_commands/test_allowcodebreaks.pl
- tta/perl/t/results/misc_commands/text_before_line_command.pl
- tta/perl/t/results/moresectioning/anchor_in_footnote.pl
- tta/perl/t/results/moresectioning/anchor_in_footnote_separate.pl
- tta/perl/t/results/moresectioning/anchor_in_footnote_separate_split_node.pl
- tta/perl/t/results/moresectioning/anchor_in_footnote_split_node.pl
- tta/perl/t/results/moresectioning/character_and_spaces_in_refs.pl
- tta/perl/t/results/moresectioning/character_and_spaces_in_refs_out.pl
- tta/perl/t/results/moresectioning/equivalent_nodes_defined_linked.pl
- tta/perl/t/results/moresectioning/no_element.pl
- tta/perl/t/results/moresectioning/nodes_before_after_top_xref.pl
- tta/perl/t/results/moresectioning/nodes_no_section_footnote_no_top_node_output.pl
- tta/perl/t/results/moresectioning/non_automatic_internal_top_node_up.pl
- tta/perl/t/results/moresectioning/non_automatic_top_node_up_and_url.pl
- tta/perl/t/results/moresectioning/placed_things_before_element.pl
- tta/perl/t/results/moresectioning/placed_things_before_element_no_use_node.pl
- tta/perl/t/results/moresectioning/placed_things_before_node.pl
- tta/perl/t/results/moresectioning/special_spaces_in_nodes.pl
- tta/perl/t/results/multitable/empty_headitem.pl
- tta/perl/t/results/multitable/empty_item_tab.pl
- tta/perl/t/results/multitable/empty_multitable_with_cells.pl
- tta/perl/t/results/multitable/fullwidth_in_prototype.pl
- tta/perl/t/results/multitable/inter_item_commands_in_multitable.pl
- tta/perl/t/results/multitable/multitable_begin_with_tab.pl
- tta/perl/t/results/multitable/multitable_bracketed_no_inter_space_prototype.pl
- tta/perl/t/results/multitable/multitable_bracketed_prototype_empty_not_closed.pl
- tta/perl/t/results/multitable/multitable_bracketed_prototype_empty_not_closed_comment.pl
- tta/perl/t/results/multitable/multitable_bracketed_prototype_empty_spaces_not_closed.pl
- tta/perl/t/results/multitable/multitable_bracketed_prototype_empty_spaces_not_closed_comment.pl
- tta/perl/t/results/multitable/multitable_bracketed_prototype_not_closed.pl
- tta/perl/t/results/multitable/multitable_bracketed_prototype_not_closed_comment.pl
- tta/perl/t/results/multitable/multitable_bracketed_prototype_not_closed_space_comment.pl
- tta/perl/t/results/multitable/multitable_empty_bracketed_prototype.pl
- tta/perl/t/results/multitable/multitable_figure_space.pl
- tta/perl/t/results/multitable/multitable_in_example.pl
- tta/perl/t/results/multitable/multitable_not_closed.pl
- tta/perl/t/results/multitable/multitable_not_closed_item.pl
- tta/perl/t/results/multitable/multitable_not_closed_item_tab.pl
- tta/perl/t/results/multitable/multitable_one_column_too_much_cells.pl
- tta/perl/t/results/multitable/multitable_two_columns_too_much_cells.pl
- tta/perl/t/results/multitable/multitable_with_empty_item_tab.pl
- tta/perl/t/results/multitable/not_letters_in_prototype.pl
- tta/perl/t/results/multitable/paragraph_in_cells.pl
- tta/perl/t/results/multitable/prototype_brace_no_brace.pl
- tta/perl/t/results/multitable/prototype_brace_no_brace_comment.pl
- tta/perl/t/results/multitable/prototype_no_brace.pl
- tta/perl/t/results/multitable/ref_in_multitable.pl
- tta/perl/t/results/multitable/w_in_multitable.pl
- tta/perl/t/results/paragraph/close_paragraph_command.pl
- tta/perl/t/results/paragraph/commands_in_flushright.pl
- tta/perl/t/results/paragraph/comment_in_quotation.pl
- tta/perl/t/results/paragraph/double_style_paragraph.pl
- tta/perl/t/results/paragraph/image_in_paragraph.pl
- tta/perl/t/results/paragraph/indent_before_macro_definition_and_other.pl
- tta/perl/t/results/paragraph/no_paragraph_commands.pl
- tta/perl/t/results/paragraph/paragraph_command.pl
- tta/perl/t/results/paragraph/paragraph_count_and_example.pl
- tta/perl/t/results/paragraph/paragraph_in_style_command.pl
- tta/perl/t/results/paragraph/paragraph_indent_asis.pl
- tta/perl/t/results/paragraph/sole_image.pl
- tta/perl/t/results/plaintext_tests/U_with_utf8_enable_encoding.pl
- tta/perl/t/results/plaintext_tests/accent_command_punctuation.pl
- tta/perl/t/results/plaintext_tests/accents_in_var_enable_encoding.pl
- tta/perl/t/results/plaintext_tests/after_punctuation_character_in_command.pl
- tta/perl/t/results/plaintext_tests/at_commands_glued_in_example.pl
- tta/perl/t/results/plaintext_tests/at_commands_glued_in_paragraph.pl
- tta/perl/t/results/plaintext_tests/before_accent_punctuation.pl
- tta/perl/t/results/plaintext_tests/cartouche_and_paragraph_indentation.pl
- tta/perl/t/results/plaintext_tests/characters_and_commands_in_var.pl
- tta/perl/t/results/plaintext_tests/code_commands_and_punctuation.pl
- tta/perl/t/results/plaintext_tests/command_brace_no_arg_punctuation.pl
- tta/perl/t/results/plaintext_tests/commands_and_punctuation.pl
- tta/perl/t/results/plaintext_tests/east_asian_in_w.pl
- tta/perl/t/results/plaintext_tests/empty_line_in_example_end.pl
- tta/perl/t/results/plaintext_tests/empty_multitable_in_itemize.pl
- tta/perl/t/results/plaintext_tests/expanded_tex.pl
- tta/perl/t/results/plaintext_tests/flushright_not_closed_and_format.pl
- tta/perl/t/results/plaintext_tests/html_expanded.pl
- tta/perl/t/results/plaintext_tests/insert_copying_and_paragraph.pl
- tta/perl/t/results/plaintext_tests/invalid_accent_punctuation.pl
- tta/perl/t/results/plaintext_tests/isolated_html_expanded.pl
- tta/perl/t/results/plaintext_tests/itemize_in_headitem_in_example.pl
- tta/perl/t/results/plaintext_tests/japanese_utf8.pl
- tta/perl/t/results/plaintext_tests/line_passed_and_formats.pl
- tta/perl/t/results/plaintext_tests/lone_braces_in_inlineraw.pl
- tta/perl/t/results/plaintext_tests/long_uref_after_item.pl
- tta/perl/t/results/plaintext_tests/multiline_image_and_align.pl
- tta/perl/t/results/plaintext_tests/multiline_verb_after_space.pl
- tta/perl/t/results/plaintext_tests/multitable.pl
- tta/perl/t/results/plaintext_tests/multitable_in_example_extraneous_item_tab.pl
- tta/perl/t/results/plaintext_tests/multitable_in_example_extraneous_tab.pl
- tta/perl/t/results/plaintext_tests/nested_code_commands.pl
- tta/perl/t/results/plaintext_tests/nested_indentedblock.pl
- tta/perl/t/results/plaintext_tests/nested_multitable.pl
- tta/perl/t/results/plaintext_tests/no_empty_line_after_section.pl
- tta/perl/t/results/plaintext_tests/protect_spaces_on_line.pl
- tta/perl/t/results/plaintext_tests/punctuation_abbr_acronym.pl
- tta/perl/t/results/plaintext_tests/punctuation_and_code_style_commands.pl
- tta/perl/t/results/plaintext_tests/punctuation_and_code_style_commands_utf8.pl
- tta/perl/t/results/plaintext_tests/punctuation_and_footnotes.pl
- tta/perl/t/results/plaintext_tests/punctuation_and_footnotes_frenchspacing.pl
- tta/perl/t/results/plaintext_tests/punctuation_and_upper_case_commands.pl
- tta/perl/t/results/plaintext_tests/punctuation_and_upper_case_commands_utf8.pl
- tta/perl/t/results/plaintext_tests/punctuation_at_end_command.pl
- tta/perl/t/results/plaintext_tests/punctuation_commands.pl
- tta/perl/t/results/plaintext_tests/punctuation_commands_frenchspacing.pl
- tta/perl/t/results/plaintext_tests/punctuation_in_command.pl
- tta/perl/t/results/plaintext_tests/punctuation_in_command_end_line.pl
- tta/perl/t/results/plaintext_tests/punctuation_in_sc.pl
- tta/perl/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph.pl
- tta/perl/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_latin1.pl
- tta/perl/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_usascii.pl
- tta/perl/t/results/plaintext_tests/punctuation_sc_accents_default.pl
- tta/perl/t/results/plaintext_tests/punctuation_sc_accents_default_latin1.pl
- tta/perl/t/results/plaintext_tests/punctuation_sc_accents_default_usascii.pl
- tta/perl/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding.pl
- tta/perl/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_latin1.pl
- tta/perl/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_usascii.pl
- tta/perl/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_latin1.pl
- tta/perl/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_usascii.pl
- tta/perl/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_latin1.pl
- tta/perl/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_usascii.pl
- tta/perl/t/results/plaintext_tests/quote_node_names.pl
- tta/perl/t/results/plaintext_tests/sc_with_utf8_enable_encoding.pl
- tta/perl/t/results/plaintext_tests/sp_with_text_before_in_example.pl
- tta/perl/t/results/plaintext_tests/split_punctuation_detection_in_commands.pl
- tta/perl/t/results/plaintext_tests/star_at_command_formatting.pl
- tta/perl/t/results/plaintext_tests/tab_in_table_in_example.pl
- tta/perl/t/results/plaintext_tests/tab_item_in_example.pl
- tta/perl/t/results/plaintext_tests/transparent_text.pl
- tta/perl/t/results/preformatted/caption_in_example.pl
- tta/perl/t/results/preformatted/comment_example_and_blank_lines.pl
- tta/perl/t/results/preformatted/comments_in_example.pl
- tta/perl/t/results/preformatted/def_in_example.pl
- tta/perl/t/results/preformatted/empty_line.pl
- tta/perl/t/results/preformatted/empty_line_style_command.pl
- tta/perl/t/results/preformatted/example_at_commands_arguments.pl
- tta/perl/t/results/preformatted/example_class.pl
- tta/perl/t/results/preformatted/example_empty_arguments.pl
- tta/perl/t/results/preformatted/example_invalid_at_commands_arguments.pl
- tta/perl/t/results/preformatted/example_multi_class.pl
- tta/perl/t/results/preformatted/insertcopying_in_example.pl
- tta/perl/t/results/preformatted/nested_example_and_comment.pl
- tta/perl/t/results/preformatted/nested_formats.pl
- tta/perl/t/results/preformatted/page_in_example.pl
- tta/perl/t/results/preformatted/quote_dash_in_display.pl
- tta/perl/t/results/preformatted/quote_dash_in_example.pl
- tta/perl/t/results/preformatted/text_on_display_command_line.pl
- tta/perl/t/results/preformatted/text_on_example_command_line.pl
- tta/perl/t/results/preformatted/titlefont_in_example.pl
- tta/perl/t/results/quotation/comment_on_quotation_line.pl
- tta/perl/t/results/quotation/empty_quotation.pl
- tta/perl/t/results/quotation/footnote_in_quotation_with_arg.pl
- tta/perl/t/results/quotation/only_comment_on_quotation_line.pl
- tta/perl/t/results/quotation/quotation_and_author.pl
- tta/perl/t/results/quotation/quotation_author_in_example.pl
- tta/perl/t/results/quotation/quotation_beginning_and_end_on_line.pl
- tta/perl/t/results/quotation/space_at_commands_end_quotation_line.pl
- tta/perl/t/results/quotation/standard_quotations.pl
- tta/perl/t/results/raw/beginning_and_end_on_line.pl
- tta/perl/t/results/raw/braces_in_tex.pl
- tta/perl/t/results/raw/comments_on_raw_block_line.pl
- tta/perl/t/results/raw/displaymath.pl
- tta/perl/t/results/raw/displaymath_not_closed.pl
- tta/perl/t/results/raw/empty_line_in_command_in_expanded_not_expanded.pl
- tta/perl/t/results/raw/inline_in_example.pl
- tta/perl/t/results/raw/inline_missing_first_arg.pl
- tta/perl/t/results/raw/inlinefmt.pl
- tta/perl/t/results/raw/inlinefmt_with_empty_line.pl
- tta/perl/t/results/raw/inlineraw.pl
- tta/perl/t/results/raw/inlineraw_not_closed.pl
- tta/perl/t/results/raw/inlineraw_with_empty_line.pl
- tta/perl/t/results/raw/lone_braces_in_html.pl
- tta/perl/t/results/raw/misc_raw.pl
- tta/perl/t/results/raw/misc_raw_comments.pl
- tta/perl/t/results/raw/nested_macros.pl
- tta/perl/t/results/raw/raw_commands_and_end_of_lines.pl
- tta/perl/t/results/raw/raw_expanded_in_style.pl
- tta/perl/t/results/raw/raw_in_example.pl
- tta/perl/t/results/raw/raw_in_para.pl
- tta/perl/t/results/raw/raw_in_style.pl
- tta/perl/t/results/raw/raw_not_closed.pl
- tta/perl/t/results/raw/second_level_lone_braces_in_html.pl
- tta/perl/t/results/raw/second_level_lone_braces_in_html_not_expanded.pl
- tta/perl/t/results/raw/space_before_end.pl
- tta/perl/t/results/raw/spurious_arg_on_line.pl
- tta/perl/t/results/raw/tex_not_closed.pl
- tta/perl/t/results/raw/verbatim_and_verbatiminclude.pl
- tta/perl/t/results/raw/verbatim_in_brace_command.pl
- tta/perl/t/results/raw/verbatim_not_closed.pl
- tta/perl/t/results/regions/anchor_in_copying.pl
- tta/perl/t/results/regions/anchor_in_copying_in_footnote.pl
- tta/perl/t/results/regions/anchor_in_titlepage.pl
- tta/perl/t/results/regions/anchor_in_titlepage_titlepage.pl
- tta/perl/t/results/regions/copying_not_closed.pl
- tta/perl/t/results/regions/double_copying.pl
- tta/perl/t/results/regions/double_titlepage_not_closed.pl
- tta/perl/t/results/regions/format_in_titlepage.pl
- tta/perl/t/results/regions/format_in_titlepage_titlepage.pl
- tta/perl/t/results/regions/ref_in_copying.pl
- tta/perl/t/results/regions/ref_in_copying_insert_in_chapter.pl
- tta/perl/t/results/regions/today_in_copying.pl
- tta/perl/t/results/sectioning/anchor_zero.pl
- tta/perl/t/results/sectioning/at_commands_in_node.pl
- tta/perl/t/results/sectioning/automatic_menu_with_heading.pl
- tta/perl/t/results/sectioning/double_recursive_self_section_node_reference.pl
- tta/perl/t/results/sectioning/double_recursive_self_section_node_reference_no_use_node.pl
- tta/perl/t/results/sectioning/double_recursive_self_section_reference.pl
- tta/perl/t/results/sectioning/email_in_node.pl
- tta/perl/t/results/sectioning/empty_nodes_with_commands.pl
- tta/perl/t/results/sectioning/empty_ref_arg.pl
- tta/perl/t/results/sectioning/empty_refs.pl
- tta/perl/t/results/sectioning/equivalent_labels.pl
- tta/perl/t/results/sectioning/equivalent_nodes.pl
- tta/perl/t/results/sectioning/equivalent_nodes_novalidate.pl
- tta/perl/t/results/sectioning/no_argument_and_contents.pl
- tta/perl/t/results/sectioning/node_line_arguments.pl
- tta/perl/t/results/sectioning/node_nested_parentheses.pl
- tta/perl/t/results/sectioning/node_referenced_in_ref.pl
- tta/perl/t/results/sectioning/nodename_parentheses.pl
- tta/perl/t/results/sectioning/novalidate.pl
- tta/perl/t/results/sectioning/one_node_explicit_directions_anchor.pl
- tta/perl/t/results/sectioning/one_node_explicit_directions_anchor_no_use_node.pl
- tta/perl/t/results/sectioning/protected_node_parentheses.pl
- tta/perl/t/results/sectioning/recursive_self_section_reference.pl
- tta/perl/t/results/sectioning/ref_to_top.pl
- tta/perl/t/results/sectioning/ref_to_unknown_node.pl
- tta/perl/t/results/sectioning/reference_to_only_special_spaces_node.pl
- tta/perl/t/results/sectioning/transliterated_split_equivalent_nodes.pl
- tta/perl/t/results/sectioning/unnumbered_before_top_node.pl
- tta/perl/t/results/transformations/index_entries_relate_to_item_no_transformation.pl
- tta/perl/t/results/transformations/index_entries_relate_to_item_transformation.pl
- tta/perl/t/results/transformations/insert_nodes_for_sectioning_commands.pl
- tta/perl/t/results/transformations/master_menu_fr.pl
- tta/perl/t/results/transformations/protect_colon_source_mark.pl
- tta/perl/t/results/transformations/protect_comma_source_mark.pl
- tta/perl/t/results/transformations/protect_first_parenthesis_after_parenthesis_source_mark.pl
- tta/perl/t/results/transformations/protect_first_parenthesis_source_mark.pl
- tta/perl/t/results/transformations/protect_hashchar_at_line_beginning_source_mark.pl
- tta/perl/t/results/transformations/protect_node_after_label_source_mark_in_protected.pl
- tta/perl/t/results/transformations/regenerate_master_menu_with_menu_comment.pl
- tta/perl/t/results/value/bad_syntax.pl
- tta/perl/t/results/value/begin_like_comment_on_set_line.pl
- tta/perl/t/results/value/closing_brace_in_value_in_ignored_inline.pl
- tta/perl/t/results/value/comment_on_clear_line.pl
- tta/perl/t/results/value/ignored_value_definition.pl
- tta/perl/t/results/value/set_form_feed.pl
- tta/perl/t/results/value/set_in_item_missing_line.pl
- tta/perl/t/results/value/set_on_item_line.pl
- tta/perl/t/results/value/simple.pl
- tta/perl/t/results/value/unknown_value_after_spaces.pl
- tta/perl/t/results/value/value_after_accent.pl
- tta/perl/t/results/value/value_after_brace_command.pl
- tta/perl/t/results/value/value_in_index_commands.pl
- tta/perl/t/results/value/value_in_misc_commands.pl
- tta/perl/t/results/value/value_in_node.pl
- tta/perl/t/results/value_and_macro/comma_value_in_macro_arg.pl
- tta/perl/t/results/value_and_macro/macro_in_value.pl
- tta/perl/t/results/value_and_macro/value_in_macro_body.pl
- tta/perl/t/results/value_and_macro/value_in_macro_formal_arg.pl
- tta/perl/t/results/verb/comments.pl
- tta/perl/t/results/verb/end_of_line.pl
- tta/perl/t/results/verb/multiline.pl
- tta/perl/t/results/verb/nested.pl
- tta/perl/t/results/verb/simple.pl
- tta/perl/t/results/verb/verb_and_char_end_of_line_not_closed.pl
- tta/perl/t/results/verb/verb_at_end_of_line_not_closed.pl
- tta/perl/t/results/verb/verb_not_closed.pl
- tta/perl/t/results/verb/verb_not_closed_with_char.pl
- tta/perl/t/results/xml_tests/brace_commands_spaces_end_of_lines.pl
- tta/perl/t/results/xml_tests/commands_and_spaces.pl
- tta/perl/t/results/xml_tests/comments_end_lines.pl
- tta/perl/t/results/xml_tests/comments_on_block_command_lines.pl
- tta/perl/t/results/xml_tests/image_inline_or_not.pl
- tta/perl/t/results/xml_tests/inline_commands.pl
- tta/perl/t/results/xml_tests/inlineifset_empty_second_arg.pl
- tta/perl/t/results/xml_tests/macro_and_args.pl
- tta/perl/t/results/xml_tests/raw.pl
- tta/perl/t/results/xml_tests/raw_and_comments.pl
- tta/perl/t/results/xml_tests/spaces_info_lost.pl
- tta/perl/t/results/xtable/accent_on_table_line.pl
- tta/perl/t/results/xtable/block_commands_in_table.pl
- tta/perl/t/results/xtable/comment_and_itemx_before_item.pl
- tta/perl/t/results/xtable/definfoenclose_on_table_line.pl
- tta/perl/t/results/xtable/empty_item_itemx.pl
- tta/perl/t/results/xtable/empty_table.pl
- tta/perl/t/results/xtable/headitem_in_table.pl
- tta/perl/t/results/xtable/index_command_before_end_table.pl
- tta/perl/t/results/xtable/inter_item_commands_in_table.pl
- tta/perl/t/results/xtable/inter_item_commands_in_table_in_example.pl
- tta/perl/t/results/xtable/invalid_command_and_brace_in_table.pl
- tta/perl/t/results/xtable/item_index_transformation.pl
- tta/perl/t/results/xtable/itemx_before_item.pl
- tta/perl/t/results/xtable/long_item.pl
- tta/perl/t/results/xtable/no_arg_brace_command_on_table_line.pl
- tta/perl/t/results/xtable/no_argument_for_table.pl
- tta/perl/t/results/xtable/table_nested.pl
- tta/perl/t/results/xtable/text_between_item_itemx.pl
- tta/perl/t/results/xtable/title_and_itemx_before_item.pl
Change #225697
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Wed 26 Mar 2025 10:14:31 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 577e70ad8ab8007f38fbc8b162d2f46c9da83f95 Comments
* tta/C/parsetexi/separator.c (handle_open_brace), perl/Texinfo/ParserNonXS.pm (_handle_open_brace): associate *caption to float only if right below float.
Changed files
- ChangeLog
- tta/C/parsetexi/separator.c
- tta/perl/Texinfo/ParserNonXS.pm
- tta/perl/t/results/preformatted/caption_in_example.pl
Change #225700
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Wed 26 Mar 2025 13:50:08 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 937f245b6a94ecbdd2dac39221cfac0833ab2b4f Comments
Use tree to find float and caption information * tta/C/main/utils.c (find_float_caption_shortcaption), tta/perl/Texinfo/Common.pm (find_float_caption_shortcaption): add to find caption and shortcaption of float based on tree information. * tta/C/convert/format_html.c (html_convert_listoffloats_command), tta/perl/Texinfo/Convert/Converter.pm (float_name_caption), tta/C/convert/converter.c (float_name_caption), tta/C/main/floats.c (print_listoffloats_types), tta/perl/Texinfo/Convert/HTML.pm (_convert_listoffloats_command), tta/perl/Texinfo/Convert/IXIN.pm, tta/perl/Texinfo/Convert/LaTeX.pm (_convert), tta/perl/Texinfo/Convert/Plaintext.pm (_convert), tta/perl/Texinfo/ManipulateTree.pm (print_listoffloats_types): use find_float_caption_shortcaption to find caoption and shortcaption instead of extra information.
Changed files
- ChangeLog
- tta/C/convert/converter.c
- tta/C/convert/format_html.c
- tta/C/main/floats.c
- tta/C/main/utils.c
- tta/C/main/utils.h
- tta/perl/Texinfo/Common.pm
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/IXIN.pm
- tta/perl/Texinfo/Convert/LaTeX.pm
- tta/perl/Texinfo/Convert/Plaintext.pm
- tta/perl/Texinfo/ManipulateTree.pm
Change #225704
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Wed 26 Mar 2025 18:43:30 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 661e08bbd2a661db38689e2cfea00ec30165bb72 Comments
Remove float, caption and shortcaption extra information * tta/C/main/floats.c (print_caption_shortcaption), tta/perl/Texinfo/Convert/Plaintext.pm (_convert), tta/perl/Texinfo/ManipulateTree.pm (_print_caption_shortcaption): determine float, caption and shortcaption based on the tree information, not on extra information. * tta/C/parsetexi/end_line.c (end_line_misc_line), tta/perl/Texinfo/ParserNonXS.pm (_end_line_misc_line): check if there are multiple caption/shortcaptions in end_line_misc_line when reaching end float. * tta/C/main/tree_types.h (AI_KEYS_LIST), tta/C/parsetexi/separator.c (handle_open_brace), tta/perl/Texinfo/ParserNonXS.pm (_handle_open_brace): do not set float, caption and shortcaption extra information. * tta/perl/Makefile.tres, tta/perl/t/27float.t (multiple_captions): add a test with multiple caption and shortcaption.
Changed files
- ChangeLog
- doc/tta_api/api_includes/Texinfo-Parser.texi
- tta/C/main/floats.c
- tta/C/main/tree_types.h
- tta/C/parsetexi/end_line.c
- tta/C/parsetexi/separator.c
- tta/perl/Makefile.tres
- tta/perl/Texinfo/Convert/Plaintext.pm
- tta/perl/Texinfo/ManipulateTree.pm
- tta/perl/Texinfo/ParserNonXS.pm
- tta/perl/t/27float.t
- tta/perl/t/results/converters_tests/form_feeds.pl
- tta/perl/t/results/converters_tests/references_to_top_no_top_output.pl
- tta/perl/t/results/converters_tests/things_before_setfilename.pl
- tta/perl/t/results/converters_tests/things_before_setfilename_no_element.pl
- tta/perl/t/results/coverage/block_commands.pl
- tta/perl/t/results/coverage/punctuation_in_line_commands.pl
- tta/perl/t/results/coverage_braces/caption_not_closed.pl
- tta/perl/t/results/coverage_braces/test_image.pl
- tta/perl/t/results/float/anchor_in_caption.pl
- tta/perl/t/results/float/cindex_in_caption.pl
- tta/perl/t/results/float/complex_float.pl
- tta/perl/t/results/float/empty_caption.pl
- tta/perl/t/results/float/empty_listoffloats_with_floats.pl
- tta/perl/t/results/float/float_copying.pl
- tta/perl/t/results/float/float_in_block_commands.pl
- tta/perl/t/results/float/float_with_at_commands.pl
- tta/perl/t/results/float/footnote_in_caption.pl
- tta/perl/t/results/float/footnote_in_caption_and_error.pl
- tta/perl/t/results/float/multiple_captions.pl
- tta/perl/t/results/float/numbering_captions_listoffloats.pl
- tta/perl/t/results/float/simple.pl
- tta/perl/t/results/float/special_characters_in_float_type.pl
- tta/perl/t/results/html_tests/float_copying.pl
- tta/perl/t/results/html_tests/tex_expanded_in_caption_multiple_time.pl
- tta/perl/t/results/info_tests/empty_caption.pl
- tta/perl/t/results/info_tests/error_in_footnote.pl
- tta/perl/t/results/info_tests/float_long_captions.pl
- tta/perl/t/results/invalid_nestings/float_in_style_command.pl
- tta/perl/t/results/latex_tests/float_and_refs.pl
- tta/perl/t/results/menu/commands_in_nodedescriptionblock.pl
- tta/perl/t/results/paragraph/commands_in_flushright.pl
- tta/perl/t/results/xml_tests/commands_and_spaces.pl
- tta/perl/t/results/xml_tests/image_inline_or_not.pl
Change #225707
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Wed 26 Mar 2025 19:04:14 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 43e5c2287697a61037c93ee404dbf1b61fe1498a Comments
* tta/C/main/manipulate_tree.c (set_element_tree_numbers), tta/perl/Texinfo/ManipulateTree.pm (set_element_tree_numbers): remove caption and shortcaption from numbered elements.
Changed files
- ChangeLog
- tta/C/main/manipulate_tree.c
- tta/perl/Texinfo/ManipulateTree.pm
- tta/perl/t/results/converters_tests/form_feeds.pl
- tta/perl/t/results/converters_tests/references_to_top_no_top_output.pl
- tta/perl/t/results/converters_tests/things_before_setfilename.pl
- tta/perl/t/results/converters_tests/things_before_setfilename_no_element.pl
- tta/perl/t/results/converters_tests/various_itemize_command_as_argument.pl
- tta/perl/t/results/converters_tests/various_vtable_command_as_argument.pl
- tta/perl/t/results/coverage/block_commands.pl
- tta/perl/t/results/coverage/punctuation_in_line_commands.pl
- tta/perl/t/results/coverage_braces/caption_no_braces.pl
- tta/perl/t/results/coverage_braces/caption_not_closed.pl
- tta/perl/t/results/coverage_braces/test_image.pl
- tta/perl/t/results/float/anchor_in_caption.pl
- tta/perl/t/results/float/cindex_in_caption.pl
- tta/perl/t/results/float/complex_float.pl
- tta/perl/t/results/float/empty_caption.pl
- tta/perl/t/results/float/empty_listoffloats_with_floats.pl
- tta/perl/t/results/float/float_copying.pl
- tta/perl/t/results/float/float_in_block_commands.pl
- tta/perl/t/results/float/float_with_at_commands.pl
- tta/perl/t/results/float/footnote_in_caption.pl
- tta/perl/t/results/float/footnote_in_caption_and_error.pl
- tta/perl/t/results/float/multiple_captions.pl
- tta/perl/t/results/float/numbering_captions_listoffloats.pl
- tta/perl/t/results/float/simple.pl
- tta/perl/t/results/float/special_characters_in_float_type.pl
- tta/perl/t/results/html_tests/float_copying.pl
- tta/perl/t/results/html_tests/tex_expanded_in_caption_multiple_time.pl
- tta/perl/t/results/info_tests/empty_caption.pl
- tta/perl/t/results/info_tests/error_in_footnote.pl
- tta/perl/t/results/info_tests/float_long_captions.pl
- tta/perl/t/results/invalid_nestings/float_in_style_command.pl
- tta/perl/t/results/latex_tests/float_and_refs.pl
- tta/perl/t/results/menu/commands_in_nodedescriptionblock.pl
- tta/perl/t/results/paragraph/commands_in_flushright.pl
- tta/perl/t/results/preformatted/caption_in_example.pl
- tta/perl/t/results/xml_tests/commands_and_spaces.pl
- tta/perl/t/results/xml_tests/image_inline_or_not.pl
Change #225710
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Thu 27 Mar 2025 11:23:53 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 7d5107c70cc8f0ec87b10828af429c69abcb6c46 Comments
* contrib/mass_test/get_manuals.sh: change in comment.
Changed files
- ChangeLog
- contrib/mass_test/get_manuals.sh
Change #225713
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Thu 27 Mar 2025 12:03:12 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 0474f29d0eea2e151481d3fa00eb6394f7f33cef Comments
Do not add default bullet for @itemize in tree, generate dynamically * tta/perl/Texinfo/Convert/Converter.pm (table_item_content_tree), tta/C/convert/converter.c (table_item_content_tree): handle the case of an item or itemx not in table. * tta/perl/Texinfo/Convert/Converter.pm (table_item_content_tree): avoid spurious autovivification of extra. * tta/C/main/manipulate_tree.c (itemize_block_line_argument_command), tta/C/main/utils.c: move itemize_block_line_argument_command to manipulate_tree.c. * tta/C/main/manipulate_tree.c (itemize_block_line_argument_command), tta/perl/Texinfo/Common.pm (itemize_block_line_argument_command): return the element that can be converted to be prepended to an @item, including a @bullet for the case of @itemize without argument. * tta/C/convert/format_html.c (html_convert_itemize_command), tta/perl/Texinfo/Convert/DocBook.pm (_convert), tta/perl/Texinfo/Convert/HTML.pm (_convert_itemize_command), tta/perl/Texinfo/Convert/LaTeX.pm (_set_environment_options), tta/perl/Texinfo/Convert/Plaintext.pm (_convert), tta/perl/Texinfo/Convert/TexinfoMarkup.pm (_convert), tta/perl/init/html32.pm (html32_convert_item_command): update for change in itemize_block_line_argument_command. convert element returned by itemize_block_line_argument_command when needing a bullet added if there is no @itemize argument. * tta/C/parsetexi/end_line.c (end_line_starting_block), tta/C/parsetexi/end_line.c (end_line_starting_block): do not add bullet to the @itemize line when there is no argument, the itemize_block_line_argument_command result should be used instead in converters.
Changed files
- ChangeLog
- tta/C/convert/converter.c
- tta/C/convert/format_html.c
- tta/C/main/manipulate_tree.c
- tta/C/main/manipulate_tree.h
- tta/C/main/utils.c
- tta/C/main/utils.h
- tta/C/parsetexi/end_line.c
- tta/perl/Texinfo/Common.pm
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/DocBook.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/LaTeX.pm
- tta/perl/Texinfo/Convert/Plaintext.pm
- tta/perl/Texinfo/Convert/TexinfoMarkup.pm
- tta/perl/Texinfo/ParserNonXS.pm
- tta/perl/init/html32.pm
- tta/perl/t/results/converters_tests/indices_in_begin_tables_lists.pl
- tta/perl/t/results/converters_tests/indices_in_begin_tables_lists/res_xml/indices_in_begin_tables_lists.xml
- tta/perl/t/results/converters_tests/indices_in_begin_tables_lists_entries_after_item.pl
- tta/perl/t/results/converters_tests/indices_in_begin_tables_lists_entries_after_item/res_xml/indices_in_begin_tables_lists.xml
- tta/perl/t/results/coverage/formats_only_title_comments.pl
- tta/perl/t/results/coverage/formats_only_titles.pl
- tta/perl/t/results/coverage/formats_titles.pl
- tta/perl/t/results/coverage/item_container.pl
- tta/perl/t/results/html_tests/menu.pl
- tta/perl/t/results/invalid_nestings/itemx_in_itemize_enumerate_in_table.pl
- tta/perl/t/results/invalid_nestings/section_on_itemize_line.pl
- tta/perl/t/results/itemize/comment_first_on_itemize_line.pl
- tta/perl/t/results/itemize/headitem_itemx_in_itemize.pl
- tta/perl/t/results/itemize/inter_item_commands_in_itemize.pl
- tta/perl/t/results/itemize/itemize_and_empty_lines.pl
- tta/perl/t/results/itemize/not_closed_item.pl
- tta/perl/t/results/itemize/not_closed_itemize.pl
- tta/perl/t/results/latex_tests/nested_itemize.pl
- tta/perl/t/results/linemacro/blockitem_no_item.pl
- tta/perl/t/results/menu/block_commands_in_menu_description.pl
- tta/perl/t/results/plaintext_tests/itemize_in_headitem_in_example.pl
- tta/perl/t/results/plaintext_tests/long_uref_after_item.pl
- tta/perl/t/results/xml_tests/comments_end_lines.pl
- tta/perl/t/results/xml_tests/comments_on_block_command_lines.pl
- tta/tests/coverage/res_parser/formatting_xml/formatting.xml
Change #225716
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Thu 27 Mar 2025 13:59:18 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 850c7326d7d7e207a6e28afc07112ad517655c90 Comments
* tta/C/main/manipulate_tree.c (itemize_item_prepended_element), tta/perl/Texinfo/Common.pm (itemize_item_prepended_element: rename itemize_block_line_argument_command as itemize_item_prepended_element. Rename associated variables. Update callers. * tta/perl/Texinfo/Convert/LaTeX.pm (_set_environment_options): simplify code now that bullet cannot be inserted. Remove commented out code.
Changed files
- ChangeLog
- tta/C/convert/format_html.c
- tta/C/main/manipulate_tree.c
- tta/C/main/manipulate_tree.h
- tta/C/parsetexi/end_line.c
- tta/perl/Texinfo/Common.pm
- tta/perl/Texinfo/Convert/DocBook.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/LaTeX.pm
- tta/perl/Texinfo/Convert/Plaintext.pm
- tta/perl/Texinfo/Convert/TexinfoMarkup.pm
- tta/perl/Texinfo/ParserNonXS.pm
- tta/perl/init/html32.pm
Change #225719
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Thu 27 Mar 2025 14:59:39 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision f503a7fe886ee58d61d653a60e09768061f981df Comments
* tta/perl/Texinfo/Convert/TexinfoMarkup.pm (_convert): use $cmdname for $element->{'cmdname'}.
Changed files
- ChangeLog
- tta/perl/Texinfo/Convert/TexinfoMarkup.pm
Change #225722
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Thu 27 Mar 2025 18:50:12 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision a2d95c40ef63108a886b0ee9d79fe019c1b52bf3 Comments
* tta/perl/Texinfo/Convert/TexinfoMarkup.pm (_convert): remove impossible case, change where an empty command is checked, add comments.
Changed files
- ChangeLog
- tta/perl/Texinfo/Convert/TexinfoMarkup.pm
Change #225725
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Thu 27 Mar 2025 19:02:31 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 0a6b5f4e374718ec23757544b8d4716a7c6c5b85 Comments
* tta/perl/Texinfo/Convert/TexinfoMarkup.pm (_convert): fix variable used to check empty contents.
Changed files
- ChangeLog
- tta/perl/Texinfo/Convert/TexinfoMarkup.pm
Change #225727
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Thu 27 Mar 2025 21:52:36 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 8328e2eff93e54abda741de892b9239aa964ef08 Comments
Do not add default asis for @*table in tree, generate dynamically * tta/C/convert/converter.c (default_asis_command) (setup_converter_generic, item_line_block_line_argument_command) (block_item_line_command), tta/perl/Texinfo/Common.pm (item_line_block_line_argument_command, block_item_line_command): check in item_line_block_line_argument_command that the command is not a noarg command. Do not return the default asis commmand. Add block_item_line_command that returns the asis command. Remove inserted info information from default asis. * tta/C/convert/converter.c (table_item_content_tree), tta/perl/Texinfo/Convert/Converter.pm (table_item_content_tree): call block_item_line_command. * tta/C/parsetexi/end_line.c (end_line_starting_block), tta/perl/Texinfo/ParserNonXS.pm (_end_line_starting_block): do not add asis command in the tree if @table does not have an argument or have an incorrect argument. * tta/perl/Texinfo/Convert/TexinfoMarkup.pm (_convert): call block_item_line_command for the prepended element. * util/texinfo.dtd, tta/perl/Texinfo/Convert/TexinfoMarkup.pm (_convert): no more automaticcommandarg.
Changed files
- ChangeLog
- tta/C/convert/converter.c
- tta/C/parsetexi/end_line.c
- tta/perl/Texinfo/Common.pm
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/TexinfoMarkup.pm
- tta/perl/Texinfo/ParserNonXS.pm
- tta/perl/t/results/indices/index_special_region.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying_no_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default.pl
- tta/perl/t/results/indices/index_special_region_no_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default.pl
- tta/perl/t/results/indices/index_table.pl
- tta/perl/t/results/indices/index_table_chapter_no_node.pl
- tta/perl/t/results/invalid_nestings/section_on_xtable_line.pl
- tta/perl/t/results/xtable/accent_on_table_line.pl
- tta/perl/t/results/xtable/no_arg_brace_command_on_table_line.pl
- tta/perl/t/results/xtable/no_argument_for_table.pl
- tta/tests/coverage/res_parser/formatting_xml/formatting.xml
- util/texinfo.dtd
Change #225729
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Thu 27 Mar 2025 23:46:27 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 55244ba03ad9326ec5cda4d2a9072c16bc1f8497 Comments
Remove spurious line
Changed files
- ChangeLog
Change #225732
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Fri 28 Mar 2025 08:26:57 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 18bda94385c01a65f1ff30152e222349c0d37957 Comments
* tta/perl/t/init_files_tests.t (documentation_examples): set CASE_INSENSITIVE_FILENAMES, otherwise two files with only differences in case are created, and the test fails on case insensitive filesystems.
Changed files
- ChangeLog
- tta/perl/t/init_files_tests.t
- tta/perl/t/results/init_files_tests/documentation_examples.pl
- tta/perl/t/results/init_files_tests/documentation_examples/res_html/Index.html