Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder texinfo-solaris11-i386 Build #6437

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisiona46db0e65029c36db112cb595396cc841c07734a
Got Revisiona46db0e65029c36db112cb595396cc841c07734a
Changes5 changes

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 3 secs )
    1. stdio
  3. shell_1 './configure' ( 4 mins, 54 secs )
    1. stdio
  4. shell_2 'gmake all' ( 9 mins, 6 secs )
    1. stdio
  5. shell_3 'gmake check' ( 13 mins, 13 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. tta_perl_test-suite.log
    4. info_test-suite.log
    5. install_info_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/texinfo-solaris11-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 6437 Build
codebase Build
got_revision a46db0e65029c36db112cb595396cc841c07734a Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision a46db0e65029c36db112cb595396cc841c07734a Build
scheduler schedule-texinfo-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartWed May 21 16:00:44 2025
EndWed May 21 16:32:22 2025
Elapsed31 mins, 38 secs

All Changes:

:

  1. Change #230411

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 21 May 2025 08:41:00
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b51d4cae76865067881c7cd57b820387896cb29e

    Comments

    section structure information as section direction and child targets
    * tta/C/main/structure_list.c (new_section_structure_list)
    (new_section_directions, add_to_section_structure_list)
    (add_section_to_section_structure_list): add
    new_section_structure_list, new_section_directions and
    add_to_section_structure_list.
    
    * tta/C/main/build_perl_info.c (build_perl_section_directions)
    (build_perl_section_structure_array, build_section_structure)
    (build_listoffloats_list), tta/C/main/tree_types.h
    (SECTION_STRUCTURE), tta/C/main/structure_list.c
    (free_section_structure_list): add an hv field in SECTION_STRUCTURE
    for perl object caching.  Build structure information direction and
    section_childs to Perl.
    
    * tta/C/main/structure_list.c (print_sections_directions)
    (print_sectioning_root), tta/C/main/tree_types.h (SECTION_STRUCTURE)
    (SECTIONING_ROOT), tta/C/structuring_transfo/structuring.c
    (sectioning_structure), tta/perl/Texinfo/Structuring.pm
    (sectioning_structure, free_section_structure_list)
    (print_sections_list, print_sectioning_root),
    tta/perl/XSTexinfo/parser_document/DocumentXS.xs
    (document_floats_information): change section directions to point to
    section structure information.  Change section_childs to be a list of
    section structure information.  Build sections list to Perl before
    building float information, as section structure information is
    needed.
    
    * tta/C/convert/format_html.c (html_default_format_contents)
    (mini_toc_internal), tta/C/convert/html_prepare_converter.c
    (html_prepare_output_units_global_targets),
    tta/C/structuring_transfo/structuring.c
    (get_node_node_childs_from_sectioning)
    (section_direction_associated_node, complete_node_tree_with_menus)
    (construct_nodes_tree, number_floats),
    tta/C/main/output_unit.c (units_directions),
    tta/perl/Texinfo/Convert/DocBook.pm (_convert),
    tta/perl/Texinfo/Convert/HTML.pm
    (_prepare_output_units_global_targets, _mini_toc)
    (_default_format_contents), tta/perl/Texinfo/Convert/IXIN.pm,
    tta/perl/Texinfo/Convert/Plaintext.pm (format_contents),
    tta/perl/Texinfo/Convert/TexinfoMarkup.pm (_convert),
    tta/perl/Texinfo/OutputUnits.pm (units_directions),
    tta/perl/Texinfo/Structuring.pm (_print_sectioning_tree)
    (get_node_node_childs_from_sectioning)
    (_section_direction_associated_node, construct_nodes_tree)
    (number_floats), tta/perl/ext/epub3.pm, tta/perl/init/book.pm
    (book_print_up_toc, book_print_sub_toc)
    (book_convert_heading_command), tta/perl/init/chm.pm: update for
    change in section directions and children list.

    Changed files

    • ChangeLog
    • tta/C/convert/format_html.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/build_perl_info.c
    • tta/C/main/output_unit.c
    • tta/C/main/structure_list.c
    • tta/C/main/structure_list.h
    • tta/C/main/tree_types.h
    • tta/C/structuring_transfo/structuring.c
    • tta/perl/Texinfo/Convert/DocBook.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/IXIN.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/Texinfo/Convert/TexinfoMarkup.pm
    • tta/perl/Texinfo/OutputUnits.pm
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/XSTexinfo/parser_document/DocumentXS.xs
    • tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs
    • tta/perl/ext/epub3.pm
    • tta/perl/init/book.pm
    • tta/perl/init/chm.pm
  2. Change #230414

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 21 May 2025 08:41:01
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 9109e172d3d5dbc2f5ca161922e61b0ddecff431

    Comments

    * tta/C/main/tree_types.h (NODE_STRUCTURE, HEADING_STRUCTURE) (SECTION_STRUCTURE), tta/C/parsetexi/end_line.c, tta/C/structuring_transfo/transformations.c: add const in structures. Add/remove cast to remove const.

    Changed files

    • ChangeLog
    • tta/C/main/tree_types.h
    • tta/C/parsetexi/end_line.c
    • tta/C/structuring_transfo/transformations.c
  3. Change #230417

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 21 May 2025 08:41:01
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c411ef993c6a640aa4f86b456be0d04fcac30395

    Comments

    associated_section, node_preceding_part point to section information
    * tta/C/main/build_perl_info.c (store_document_tree_output_units):
    rebuild section structure information to Perl when the tree is
    rebuilt.
    
    * tta/C/main/structure_list.c (print_sections_list)
    (print_sectioning_root): free section texinfo code variable.
    
    * tta/C/main/build_perl_info.c (STORE_STRUCT_INFO_ELEMENT)
    (build_node_structure_list, build_section_structure)
    (build_heading_structure_list), tta/C/main/structure_list.c
    (print_root_command), tta/C/main/tree_types.h
    b/tta/C/main/tree_types.h (NODE_STRUCTURE), tta/C/parsetexi/end_line.c
    (end_line_misc_line), tta/C/structuring_transfo/transformations.c
    (insert_nodes_for_sectioning_commands),
    tta/perl/Texinfo/ParserNonXS.pm (_end_line_misc_line),
    tta/perl/Texinfo/Structuring.pm (print_nodes_list),
    tta/perl/Texinfo/Transformations.pm
    (insert_nodes_for_sectioning_commands): have associated_section and
    node_preceding_part point to sectionstructure information rather than
    to element trees.
    
    * tta/C/convert/format_html.c (html_internal_command_href)
    (from_element_direction, html_convert_heading_command)
    (html_convert_xref_command, get_element_root_command_element),
    tta/C/convert/html_prepare_converter.c
    (html_prepare_output_units_global_targets), tta/C/main/output_unit.c
    (split_by_section, output_unit_section, units_directions),
    tta/C/structuring_transfo/structuring.c
    (get_node_node_childs_from_sectioning, check_nodes_are_referenced)
    (complete_node_tree_with_menus, construct_nodes_tree)
    (new_complete_node_menu, print_down_menus)
    (new_complete_menu_master_menu),
    tta/C/structuring_transfo/transformations.c (complete_node_menu)
    (complete_tree_nodes_missing_menu),
    tta/perl/Texinfo/Convert/DocBook.pm (_convert),
    tta/perl/Texinfo/Convert/HTML.pm (_internal_command_href)
    (get_element_root_command_element, from_element_direction)
    (_convert_heading_command, _convert_xref_commands)
    (_prepare_output_units_global_targets),
    tta/perl/Texinfo/Convert/LaTeX.pm (_associate_other_nodes_to_sections)
    (_convert), tta/perl/Texinfo/OutputUnits.pm (split_by_section)
    (_output_unit_section, units_directions),
    tta/perl/Texinfo/Structuring.pm (get_node_node_childs_from_sectioning)
    (complete_node_tree_with_menus, construct_nodes_tree)
    (new_complete_node_menu, new_complete_menu_master_menu)
    (_print_down_menus), tta/perl/Texinfo/Transformations.pm
    (complete_node_menu, complete_tree_nodes_missing_menu),
    tta/perl/init/book.pm (book_in_contents_button)
    (book_convert_heading_command, book_unit_file_name): adapt for
    associated_section and node_preceding_part changes.

    Changed files

    • ChangeLog
    • doc/tta_api/api_includes/Texinfo-Parser.texi
    • tta/C/convert/format_html.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/build_perl_info.c
    • tta/C/main/output_unit.c
    • tta/C/main/structure_list.c
    • tta/C/main/tree_types.h
    • tta/C/parsetexi/end_line.c
    • tta/C/structuring_transfo/structuring.c
    • tta/C/structuring_transfo/transformations.c
    • tta/perl/Texinfo/Convert/DocBook.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/LaTeX.pm
    • tta/perl/Texinfo/OutputUnits.pm
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/Texinfo/Transformations.pm
    • tta/perl/init/book.pm
  4. Change #230421

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 21 May 2025 09:33:19
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 542f52d1d98e3246931bde5d73e2f49e212faaf1

    Comments

    Set default for USE_ACCESSKEY to undef and set to 1 if split
    * tta/C/convert/html_prepare_converter.c
    (html_initialize_output_state), tta/data/converters_defaults.txt
    (USE_ACCESSKEY), tta/perl/Texinfo/Convert/HTML.pm
    (conversion_initialization), doc/texinfo.texi (File Names and Links
    Customization for HTML, HTML Customization Variables List): set the
    default to undef for ACCESSKEY for HTML.  If ACCESSKEY is undef, set
    if the output document is split in conversion initialization.
    Report from Vincent Lefevre.

    Changed files

    • ChangeLog
    • doc/texinfo.texi
    • tta/C/convert/converters_options.c
    • tta/C/convert/html_prepare_converter.c
    • tta/data/converters_defaults.txt
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Options.pm
    • tta/perl/t/results/converters_tests/at_commands_in_raw.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/contents_at_document_begin.pl
    • tta/perl/t/results/converters_tests/contents_at_document_begin/res_html/contents_at_document_begin.html
    • tta/perl/t/results/converters_tests/contents_at_document_begin_inline.pl
    • tta/perl/t/results/converters_tests/contents_at_document_begin_inline/res_html/contents_at_document_begin.html
    • tta/perl/t/results/converters_tests/contents_at_document_begin_separate_element.pl
    • tta/perl/t/results/converters_tests/contents_at_document_begin_separate_element/res_html/contents_at_document_begin.html
    • tta/perl/t/results/converters_tests/definition_commands.pl
    • tta/perl/t/results/converters_tests/empty_xrefname.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/frenchspacing_and_code.pl
    • tta/perl/t/results/converters_tests/image_formatting.pl
    • tta/perl/t/results/converters_tests/index_entry_in_preformatted.pl
    • tta/perl/t/results/converters_tests/indices_in_begin_tables_lists/res_html/indices_in_begin_tables_lists.html
    • tta/perl/t/results/converters_tests/indices_in_begin_tables_lists_entries_after_item/res_html/indices_in_begin_tables_lists.html
    • tta/perl/t/results/converters_tests/namedanchor.pl
    • tta/perl/t/results/converters_tests/non_empty_part.pl
    • tta/perl/t/results/converters_tests/non_empty_part_no_top_node_output.pl
    • tta/perl/t/results/converters_tests/printindex_merged_indices_code_style.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/sections_and_printindex.pl
    • tta/perl/t/results/converters_tests/some_at_commands_in_ref_nodes.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/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_braces/contain_plain_text_nestings.pl
    • tta/perl/t/results/coverage_braces/seeentry_no_braces.pl
    • tta/perl/t/results/formats_encodings/accent_argument_non_ascii.pl
    • tta/perl/t/results/formats_encodings/dotless_argument_non_ascii.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/html_tests/contents_at_end/res_html/contents_at_end.html
    • tta/perl/t/results/html_tests/contents_at_end_inline/res_html/contents_at_end.html
    • tta/perl/t/results/html_tests/contents_at_end_separate_element/res_html/contents_at_end.html
    • tta/perl/t/results/html_tests/contents_in_middle_chapter/res_html/contents_in_middle_chapter.html
    • tta/perl/t/results/html_tests/contents_in_middle_chapter_inline/res_html/contents_in_middle_chapter.html
    • tta/perl/t/results/html_tests/contents_in_middle_chapter_separate_element/res_html/contents_in_middle_chapter.html
    • tta/perl/t/results/html_tests/contents_in_middle_section/res_html/contents_in_middle_section.html
    • tta/perl/t/results/html_tests/contents_in_middle_section_inline/res_html/contents_in_middle_section.html
    • tta/perl/t/results/html_tests/contents_in_middle_section_separate_element/res_html/contents_in_middle_section.html
    • tta/perl/t/results/html_tests/double_contents/res_html/double_contents.html
    • tta/perl/t/results/html_tests/double_contents_after_title/res_html/double_contents.html
    • tta/perl/t/results/html_tests/double_contents_after_title_show_title/res_html/double_contents.html
    • tta/perl/t/results/html_tests/double_contents_book/res_html/double_contents.html
    • tta/perl/t/results/html_tests/double_contents_inline/res_html/double_contents.html
    • tta/perl/t/results/html_tests/double_contents_separate_element/res_html/double_contents.html
    • tta/perl/t/results/html_tests/footnotestyle_separate_html_text_no_monolithic.pl
    • tta/perl/t/results/html_tests/info_js_dir_html_text.pl
    • tta/perl/t/results/html_tests/no_content/res_html/no_content.html
    • tta/perl/t/results/html_tests/no_content_do_contents/res_html/no_content.html
    • tta/perl/t/results/html_tests/no_content_do_contents_inline/res_html/no_content.html
    • tta/perl/t/results/html_tests/no_content_do_contents_separate_element/res_html/no_content.html
    • tta/perl/t/results/html_tests/no_content_inline/res_html/no_content.html
    • tta/perl/t/results/html_tests/no_content_separate_element/res_html/no_content.html
    • 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/undef_split_and_big_rule/res_html/undef_split_and_big_rule.html
    • tta/perl/t/results/htmlxref/htmlxref/res_html/test_refs.html
    • tta/perl/t/results/htmlxref/htmlxref_only_mono/res_html/test_refs.html
    • tta/perl/t/results/htmlxref/htmlxref_only_split/res_html/test_refs.html
    • tta/perl/t/results/indices/def_syn_indices.pl
    • tta/perl/t/results/indices/double_seeentry_seealso.pl
    • tta/perl/t/results/indices/index_and_node_same_name.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_no_node_no_top.pl
    • tta/perl/t/results/indices/index_no_node_no_top_no_node.pl
    • tta/perl/t/results/indices/multiple_index_text_sortas_seeentry_seealso.pl
    • tta/perl/t/results/indices/nodes_before_top_and_sections_unsplit_no_nodes/res_html/nodes_before_top_and_sections.html
    • 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/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/seeentry.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/indices/syncode_index_print_both.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/languages/documentlanguage/res_html/documentlanguage.html
    • tta/perl/t/results/languages/documentlanguage_option/res_html/documentlanguage.html
    • tta/perl/t/results/languages/documentlanguage_unknown/res_html/documentlanguage.html
    • tta/perl/t/results/languages/multiple_lang_chapters/res_html/multiple_lang_chapters.html
    • tta/perl/t/results/misc_commands/codequoteundirected_codequotebacktick.pl
    • tta/perl/t/results/misc_commands/comment_space_command_on_line.pl
    • tta/perl/t/results/misc_commands/no_empty_line_between_headings.pl
    • tta/perl/t/results/misc_commands/nodedescription.pl
    • tta/perl/t/results/misc_commands/ref_in_center.pl
    • tta/perl/t/results/sectioning/contents_in_html_text.pl
    • tta/perl/t/results/sectioning/part_before_section.pl
    • tta/perl/t/results/xtable/block_commands_in_table.pl
    • tta/perl/t/results/xtable/inter_item_commands_in_table.pl
    • tta/tests/coverage/res_parser/formatting_html_no_split/formatting.html
    • tta/tests/coverage/res_parser/formatting_regions/formatting_regions.html
    • tta/tests/coverage/res_parser/formatting_xhtml/formatting.html
    • tta/tests/customization/res_parser/double_contents_after_title_book/double_contents.html
    • tta/tests/customization/res_parser/double_contents_book/double_contents.html
    • tta/tests/customization/res_parser/sectioning_directions/sectioning.html
    • tta/tests/customization/res_parser/sectioning_without_anchors/sectioning.html
    • tta/tests/formatting/res_parser/index_entries_relate_to_item/index_entries_relate_to_item.html
    • tta/tests/formatting/res_parser/indices_in_begin_tables_lists/indices_in_begin_tables_lists.html
    • tta/tests/formatting/res_parser/no_content/no_content.html
    • tta/tests/formatting/res_parser/no_content_do_contents/no_content.html
    • tta/tests/formatting/res_parser/no_content_do_contents_inline/no_content.html
    • tta/tests/formatting/res_parser/no_content_do_contents_separate/no_content.html
    • tta/tests/formatting/res_parser/no_content_inline/no_content.html
    • tta/tests/formatting/res_parser/no_content_separate/no_content.html
    • tta/tests/formatting/res_parser/simplest_test_css/simplest.html
    • tta/tests/layout/res_parser/formatting_enable_encoding/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_sort_element_counts/formatting.html
    • tta/tests/layout/res_parser/formatting_weird_quotes/formatting.html
    • tta/tests/many_input_files/different_encodings_res/char_latin1_latin1_in_refs.html
    • tta/tests/many_input_files/different_encodings_res/char_utf8_latin1_in_refs.html
    • tta/tests/many_input_files/different_languages_gen_master_menu_res/no_master_menu_fr.html
    • tta/tests/many_input_files/different_languages_gen_master_menu_res/no_master_menu_no_documentlanguage.html
    • tta/tests/many_input_files/for_nbspaces_different_encodings_res/command_non_break_spaces_koi8-r.html
    • tta/tests/many_input_files/for_nbspaces_different_encodings_res/command_non_break_spaces_utf8.html
    • tta/tests/tex_html/res_parser/simplest_httex/simplest.html
    • tta/tests/tex_html/res_parser/tex_encoded_latin1_httex/tex_encode_latin1.html
    • tta/tests/tex_html/res_parser/tex_encoded_latin1_l2h/tex_encode_latin1.html
    • tta/tests/tex_html/res_parser/tex_encoded_utf8_httex/tex_encod%c3%a9_utf8.html
    • tta/tests/tex_html/res_parser/tex_encoded_utf8_l2h/tex_encod%c3%a9_utf8.html
    • tta/tests/tex_html/res_parser/tex_in_copying/tex_in_copying.html
  5. Change #230424

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 21 May 2025 12:27:35
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision a46db0e65029c36db112cb595396cc841c07734a

    Comments

    * tta/C/structuring_transfo/transformations.c (complete_tree_nodes_missing_menu): free the non_automatic_nodes list only, not the nodes structures inside.
    * tta/C/main/build_perl_info.c (store_document_tree_output_units):
    rebuild nodes and headings structure information list in that
    function, to be sure to rebuild everytime the tree is used and the
    lists are changed.
    
    * tta/C/main/build_perl_info.c (build_section_structure)
    (build_section_structure_list): do not have build_section_structure
    return anything, use the hv in the structure.
    
    * tta/C/main/build_perl_info.c (build_node_structure)
    (build_node_structure_list): add build_node_structure from
    build_node_structure_list code.
    
    * tta/C/main/build_perl_info.c (build_node_structure)
    (build_node_structure_list, build_heading_structure_list),
    tta/C/main/structure_list.c (free_node_structure_list)
    (free_heading_structure_list), tta/C/main/tree_types.h
    (NODE_STRUCTURE, HEADING_STRUCTURE): add a reference to Perl objects
    built from node and heading structure information.
    
    * tta/C/structuring_transfo/transformations.c (complete_node_menu)
    (complete_tree_nodes_missing_menu): change in const/casts to remove
    const.

    Changed files

    • ChangeLog
    • tta/C/main/build_perl_info.c
    • tta/C/main/structure_list.c
    • tta/C/main/tree_types.h
    • tta/C/structuring_transfo/structuring.c
    • tta/C/structuring_transfo/transformations.c