Builder texinfo-solaris10-sparc Build #6444
Results:
Build successful
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | 71070f0dc4b13cad689c09c1feed0b19c49988cb |
| Got Revision | 71070f0dc4b13cad689c09c1feed0b19c49988cb |
| Changes | 1 change |
BuildSlave:
unstable10sReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris10-sparc' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc | slave |
| buildername | texinfo-solaris10-sparc | Builder |
| buildnumber | 6444 | Build |
| codebase | Build | |
| got_revision | 71070f0dc4b13cad689c09c1feed0b19c49988cb | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | 71070f0dc4b13cad689c09c1feed0b19c49988cb | Build |
| scheduler | schedule-texinfo-solaris10-sparc | Scheduler |
| slavename | unstable10s | BuildSlave |
| workdir | /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
| Start | Wed Jul 29 11:59:54 2026 |
| End | Wed Jul 29 15:13:59 2026 |
| Elapsed | 3 hrs, 14 mins, 4 secs |
All Changes:
:
Change #276418
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Wed 29 Jul 2026 13:25:26 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 71070f0dc4b13cad689c09c1feed0b19c49988cb Comments
* tta/C/main/utils.c (normalize_top_node_name): add. * tta/C/convert/plaintext_paragraph.c (para_add_pending_word), tta/perl/XSTexinfo/ParagraphXS.xs (para_add_pending_word): make return value of para_add_pending_word const as it is allocated and freed in the function. * tta/C/convert/convert_to_plaintext.c (fill_formatter): add. * tta/C/main/plaintext_converter_state.h (STRING_WITH_WIDTH) (PLAINTEXT_CONVERTER_STATE), tta/C/convert/convert_to_plaintext.c (plaintext_conversion_initialization) (plaintext_conversion_finalization): add node_names_cache array. Allocate and release. * tta/C/convert/convert_to_plaintext.c (plaintext_convert_node_name) (plaintext_node_name): implement. Cache node names only, not other commands names, since it is more complex to do and not often useful. * tta/C/convert/convert_to_info.c (info_format_ref): use plaintext_node_name. * tta/C/convert/convert_to_plaintext.c (plaintext_format_ref): copied elements cannot be const.
Changed files
- ChangeLog
- tta/C/convert/convert_to_info.c
- tta/C/convert/convert_to_plaintext.c
- tta/C/convert/convert_to_plaintext.h
- tta/C/convert/plaintext_paragraph.c
- tta/C/convert/plaintext_paragraph.h
- tta/C/main/plaintext_converter_state.h
- tta/C/main/utils.c
- tta/C/main/utils.h
- tta/perl/XSTexinfo/ParagraphXS.xs