Builder texinfo-solaris11-sparc Build #7092
Results:
Build successful
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | 8213f8b8ef1289675584b090b8120c577f5fc3c5 |
| Got Revision | 8213f8b8ef1289675584b090b8120c577f5fc3c5 |
| Changes | 1 change |
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 | 7092 | Build |
| codebase | Build | |
| got_revision | 8213f8b8ef1289675584b090b8120c577f5fc3c5 | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | 8213f8b8ef1289675584b090b8120c577f5fc3c5 | 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 | Sun Dec 21 10:51:14 2025 |
| End | Sun Dec 21 11:10:24 2025 |
| Elapsed | 19 mins, 10 secs |
All Changes:
:
Change #252947
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Sun 21 Dec 2025 10:40:09 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 8213f8b8ef1289675584b090b8120c577f5fc3c5 Comments
* tta/C/convert/convert_html.c (order_direction_icons_list): rename prepare_direction_icons_list as order_direction_icons_list. * tta/C/convert/html_converter_finish.c (html_reset_converter) (html_free_converter): call html_free_direction_icons_array in html_free_converter and not in html_reset_converter as it is already called when setting up the icon arrays in order_direction_icons_list. * tta/C/convert/convert_html.c (html_convert_output) tta/C/convert/html_converter_finish.c (html_reset_converter) (html_free_converter): free self->date_in_header just before setting it and in html_free_converter. * tta/C/convert/convert_html.c (html_initialize_pending_closes) (html_setup_output_simple_page), tta/C/convert/html_converter_finish.c (html_free_converter), tta/C/convert/html_prepare_converter.c (html_set_pages_files), tta/C/main/converter_types.h (STRING_STACK_LIST): add a space field in STRING_STACK_LIST. Reuse the pending_closes list instead of free'ing it, growing it if there is not enough space. Add html_initialize_pending_closes that grows the pending_closes list if needed and initializes the newly added string stacks. Remove html_free_pending_closes, inlining the code free'ing the pending_closes list in html_free_converter.
Changed files
- ChangeLog
- tta/C/convert/convert_html.c
- tta/C/convert/convert_html.h
- tta/C/convert/html_converter_finish.c
- tta/C/convert/html_prepare_converter.c
- tta/C/main/converter_types.h