Builder texinfo-solaris10-sparc Build #6478
Results:
Build successful
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | 468471c657c0b65c7958108f6c6e5bce72b26248 |
| Got Revision | 468471c657c0b65c7958108f6c6e5bce72b26248 |
| Changes | 2 changes |
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 | 6478 | Build |
| codebase | Build | |
| got_revision | 468471c657c0b65c7958108f6c6e5bce72b26248 | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | 468471c657c0b65c7958108f6c6e5bce72b26248 | 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 | Tue Aug 11 17:04:18 2026 |
| End | Tue Aug 11 20:48:53 2026 |
| Elapsed | 3 hrs, 44 mins, 35 secs |
All Changes:
:
Change #277845
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Mon 10 Aug 2026 21:10:21 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 13e8b03dfb0915a1632f38c0f79869fecd494d55 Comments
* tta/C/convert/convert_to_info.c (info_output), tta/C/convert/convert_to_plaintext.c (plaintext_cache_node_names): implement plaintext_cache_node_names and call for Info output.
Changed files
- ChangeLog
- tta/C/convert/convert_to_info.c
- tta/C/convert/convert_to_plaintext.c
- tta/C/convert/convert_to_plaintext.h
Change #277846
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 11 Aug 2026 18:39:01 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 468471c657c0b65c7958108f6c6e5bce72b26248 Comments
Implement footnotes and output encoding in plaintext C converter * tta/perl/Texinfo/Convert/PlaintextNonXS.pm: move code around. * tta/perl/Texinfo/Convert/PlaintextNonXS.pm (add_location): comment out setting index_entry as it is never used. * tta/perl/Texinfo/Convert/PlaintextNonXS.pm (process_footnotes): fix field name. * tta/C/convert/convert_to_plaintext.c (push_top_formatter): add top context command argument, push it to the context stack. Update callers. * tta/C/convert/convert_to_plaintext.c (pop_context): add as a wrapper for pop_(command) that returns the popped cmd. * tta/C/convert/convert_to_plaintext.c (pop_top_formatter) (plaintext_conversion_finalization): add pop_top_formatter and call it in plaintext_conversion_finalization. In pop_top_formatter use pop_(formatter) instead of pop_formatter if the last context is popped, as there is no formatter left when the last formatter is popped. * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): push and pop @math command on context stack. Pop context stack for PF_preformatted_context and float commands. * tta/C/convert/convert_to_plaintext.c (destroy_count_context) (stream_reset, stream_output, stream_output_add_text), tta/C/main/plaintext_converter_state.h (COUNT_CONTEXT): distinguish pending_text, which is utf-8, and result text, which is encoded in the output encoding. Add pending_text and encoding_disabled fields in COUNT_CONTEXT. Use pending_text where if should be. * tta/C/convert/convert_to_plaintext.c (stream_encode) (stream_byte_count, stream_output_encoded, stream_result) (stream_yield_result), tta/C/main/plaintext_converter_state.h (PLAINTEXT_CONVERTER_STATE): add encoding_object field in PLAINTEXT_CONVERTER_STATE. Add stream_encode, stream_byte_count and implement stream_output_encoded. Call stream_byte_count where it should be. * tta/C/convert/convert_to_plaintext.c (add_location), tta/C/main/plaintext_converter_state.h (LOCATION, LOCATION_LIST) (COUNT_CONTEXT): locations lists types and list functions, add to COUNT_CONTEXT. * tta/C/convert/convert_to_info.c (info_header, info_output), tta/C/convert/convert_to_plaintext.c (pending_footnote) (plaintext_process_footnotes, convert_to_plaintext_internal) (plaintext_convert_output_unit), tta/C/main/plaintext_converter_state.h (PENDING_FOOTNOTE) (PENDING_FOOTNOTE_LIST, PLAINTEXT_CONVERTER_STATE): Add PENDING_FOOTNOTE and related types and functions. Add multiple_pass, footnote_index and pending_footnotes fields to PLAINTEXT_CONVERTER_STATE. Implement plaintext_process_footnotes and conversion of footnotes. Call plaintext_process_footnotes.
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/main/plaintext_converter_state.h
- tta/perl/Texinfo/Convert/PlaintextNonXS.pm