Builder texinfo-solaris11-i386 Build #6960
Results:
Build successful
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | d68aab1d3db6ba2e90bcc5683fbf6738aa4485d2 |
| Got Revision | d68aab1d3db6ba2e90bcc5683fbf6738aa4485d2 |
| Changes | 2 changes |
BuildSlave:
unstable11xReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-i386' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/texinfo-solaris11-i386 | slave |
| buildername | texinfo-solaris11-i386 | Builder |
| buildnumber | 6960 | Build |
| codebase | Build | |
| got_revision | d68aab1d3db6ba2e90bcc5683fbf6738aa4485d2 | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | d68aab1d3db6ba2e90bcc5683fbf6738aa4485d2 | Build |
| scheduler | schedule-texinfo-solaris11-i386 | Scheduler |
| slavename | unstable11x | BuildSlave |
| workdir | /export/home/buildbot/slave/texinfo-solaris11-i386 | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
| Start | Mon Dec 22 01:12:56 2025 |
| End | Mon Dec 22 01:54:54 2025 |
| Elapsed | 41 mins, 58 secs |
All Changes:
:
Change #252986
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Sun 21 Dec 2025 20:57:41 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 85ebfe819a0672fe6f80d3ed506c8ffd4d1581e8 Comments
* tta/C/convert/convert_html.c (html_setup_output_simple_page), tta/C/convert/html_converter_finish.c (html_reset_converter) (html_free_converter): call allocate_name_number_list in html_setup_output_simple_page, since it also resets page_name_number. Move free_name_number_list from html_reset_converter to html_free_converter now that it is reset upon being allocated. * tta/C/convert/convert_html.c (html_prepare_title_titlepage), tta/C/convert/html_converter_api.c (html_convert), tta/perl/XSTexinfo/convert/ConvertXS.xs (html_convert): call html_setup_output_simple_page in convert, not in html_prepare_title_titlepage.
Changed files
- ChangeLog
- tta/C/convert/convert_html.c
- tta/C/convert/convert_html.h
- tta/C/convert/html_conversion_api.h
- tta/C/convert/html_converter_api.c
- tta/C/convert/html_converter_finish.c
- tta/C/main/converter_types.h
- tta/perl/XSTexinfo/convert/ConvertXS.xs
Change #252987
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Mon 22 Dec 2025 01:07:43 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision d68aab1d3db6ba2e90bcc5683fbf6738aa4485d2 Comments
* tta/C/convert/html_converter_finish.c (html_reset_converter) (html_free_converter), tta/C/convert/html_prepare_converter.c (html_conversion_initialization), tta/C/main/translations.c (free_translation_cache): add free_translation_cache based on html_reset_converter code. Call free_translation_cache in html_free_converter and in html_conversion_initialization, but not in html_reset_converter. * tta/C/convert/html_converter_finish.c (html_reset_converter) (html_free_converter), tta/C/convert/html_prepare_converter.c (html_conversion_initialization) (html_prepare_output_units_global_targets): do not reset global_units_direction_names, global_texts_direction_names and special_units_direction_names in html_reset_converter. Free special_units_direction_names and global_units_direction_names list in html_free_converter. Free global_units_direction_names list in html_conversion_initialization too. Reuse special_units_direction_names memory by using realloc. * tta/C/convert/converter.c (converter_set_document): zero out converter->output_units_descriptors if a new document is associated to a converter.
Changed files
- ChangeLog
- tta/C/convert/convert_html.c
- tta/C/convert/converter.c
- tta/C/convert/get_converter_perl_info.c
- tta/C/convert/html_converter_finish.c
- tta/C/convert/html_prepare_converter.c
- tta/C/main/converter_types.h
- tta/C/main/translations.c
- tta/C/main/translations.h
- tta/TODO
- tta/perl/Texinfo/Convert/Converter.pm