Builder texinfo-solaris10-sparc Build #6481
Results:
Build successful
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | a49635d45981d8fdd4419da3624c6765ec43af5b |
| Got Revision | a49635d45981d8fdd4419da3624c6765ec43af5b |
| Changes | 4 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 | 6481 | Build |
| codebase | Build | |
| got_revision | a49635d45981d8fdd4419da3624c6765ec43af5b | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | a49635d45981d8fdd4419da3624c6765ec43af5b | 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 | Thu Aug 13 08:04:48 2026 |
| End | Thu Aug 13 11:27:32 2026 |
| Elapsed | 3 hrs, 22 mins, 43 secs |
All Changes:
:
Change #278047
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Wed 12 Aug 2026 23:05:17 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 18c7551dc9fe0cbc5a33fc9e8f4b036a5676a4b0 Comments
C plaintext partial accents implementation, definfoenclose and @link * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): implement accents conversion except for uppercasing, implement definfoenclos'ed command and @link conversion.
Changed files
- ChangeLog
- tta/C/convert/convert_to_plaintext.c
Change #278048
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Wed 12 Aug 2026 23:59:13 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 0bd2eed4e910d0d60d537c6e2060b24f59e9dbe5 Comments
C plaintext @today, @email, @url/@uref * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): implement conversion of @today, @email, and @url/@uref.
Changed files
- ChangeLog
- tta/C/convert/convert_to_plaintext.c
Change #278049
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Thu 13 Aug 2026 00:51:57 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 9f5a172165984a762fd6523334c6500b2c846a30 Comments
C plaintext @abbr and @acronym and @inline* * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): convert explained commands @abbr and @acronym and non-ignored @inline*.
Changed files
- ChangeLog
- tta/C/convert/convert_to_plaintext.c
- tta/perl/Texinfo/Convert/PlaintextNonXS.pm
Change #278050
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Thu 13 Aug 2026 09:42:51 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision a49635d45981d8fdd4419da3624c6765ec43af5b Comments
* tta/C/convert/convert_to_plaintext.c (plaintext_format_setup), tta/perl/XSTexinfo/convert/ConvertInfoXS.xs (init), tta/perl/XSTexinfo/convert/ConvertPlaintextXS.xs (init): call plaintext_format_setup in XS modules init, unless the C command is used. Avoid calling plaintext_format_setup twice, once for Plaintext, once for Info and verify that it is not called twice for the same initial format. * tta/C/convert/convert_to_plaintext.c (plaintext_process_footnotes) (plaintext_conversion_finalization), tta/C/main/plaintext_converter_state.h (PLAINTEXT_CONVERTER_STATE): use copy for element labels. Register new elements in converter added_element new field and destroy them in plaintext_conversion_finalization. * tta/C/convert/convert_to_plaintext.c (plaintext_process_footnotes) (convert_to_plaintext_internal), tta/C/main/plaintext_converter_state.h (PENDING_FOOTNOTE): add TREE_ADDED_ELEMENTS added element field in PENDING_FOOTNOTE, put added element generated when a footnote is used as item formatter in there and destroy the tree added elements in plaintext_process_footnotes. * tta/C/convert/convert_to_plaintext.c (plaintext_free_converter): free lists. * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): check if added text is not NULL before streaming, for definfoenclose command. * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): fix format for footnote number. * tta/C/convert/convert_to_plaintext.c (destroy_count_context): free locations lists.
Changed files
- ChangeLog
- tta/C/convert/convert_to_plaintext.c
- tta/C/convert/plaintext_paragraph.c
- tta/C/main/plaintext_converter_state.h
- tta/perl/XSTexinfo/convert/ConvertInfoXS.xs
- tta/perl/XSTexinfo/convert/ConvertPlaintextXS.xs