Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder texinfo-solaris11-sparc Build #7636

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision0d24f95c425bf1e182433e68c41edb65ac312080
Got Revision0d24f95c425bf1e182433e68c41edb65ac312080
Changes4 changes

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 3 mins, 8 secs )
    1. stdio
  2. shell './autogen.sh' ( 6 mins, 20 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 34 secs )
    1. stdio
  4. shell_2 'gmake all' ( 4 mins, 1 secs )
    1. stdio
  5. shell_3 'gmake check' ( 6 mins, 23 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. info_test-suite.log
    4. pod_simple_texinfo/test-suite.log
    5. tta_swig_perl_test-suite.log
    6. tta_perl_test-suite.log
    7. tta_tests_many_input_files_test-suite.log
    8. install_info_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/texinfo-solaris11-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 7636 Build
codebase Build
got_revision 0d24f95c425bf1e182433e68c41edb65ac312080 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 0d24f95c425bf1e182433e68c41edb65ac312080 Build
scheduler schedule-texinfo-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartWed Aug 19 07:41:48 2026
EndWed Aug 19 08:03:18 2026
Elapsed21 mins, 29 secs

All Changes:

:

  1. Change #278668

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 18 Aug 2026 11:19:16
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 306dc98efd76d7156cc75abd20e4d7bb6529f7fe

    Comments

    Handle explicit @menu in C plaintext/Info
    * tta/C/convert/convert_to_plaintext.c
    (plaintext_conversion_initialization)
    (plaintext_conversion_finalization),
    tta/C/main/plaintext_converter_state.h (PLAINTEXT_CONVERTER_STATE):
    add seenmenus hash map to PLAINTEXT_CONVERTER_STATE.
    
    * tta/C/convert/convert_to_plaintext.c (menu)
    (convert_to_plaintext_internal): handle menu.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/main/plaintext_converter_state.h
  2. Change #278669

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 18 Aug 2026 11:39:38
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f51153fb3bf20b797c5a74d98c6e006d071508c5

    Comments

    * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): automatic menus.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
  3. Change #278670

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 18 Aug 2026 22:07:37
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision dc3a3e7507fa77e9932031291ebbf8aac558e388

    Comments

    * tta/C/convert/convert_to_plaintext.c (informative_global_commands): addmissing terminating NULL.
    * tta/C/convert/convert_to_plaintext.c (pop_formatter): add an
    argument to set if a formatter is reused, such that the memory is not
    unallocated.
    
    * tta/C/convert/convert_to_plaintext.c (plaintext_format_setup),
    tta/C/convert/convert_to_plaintext.h (PF_no_punctuation_munging):
    set no_punctuation_munging commands.
    
    * tta/C/convert/convert_to_plaintext.c (FONT_TYPE_STACK)
    (fill_formatter, pop_formatter, pop_top_formatter, open_code)
    (close_code, convert_to_plaintext_internal),
    tta/C/main/plaintext_converter_state.h (FONT_TYPE, FONT_TYPE_STACK)
    (FORMATTER): add font_type_stack and associated types and
    frenchspacing_stack in FORMATTER.  Initialize the stacks in
    fill_formatter and use monospace informatio for text formatting, free
    in pop_formatter, add close_code and open_code, set frenchspacing for
    no_punctuation_munging commands and upper case commands, handle
    _frenchspacing and _code type elements.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/convert/convert_to_plaintext.h
    • tta/C/main/list_macros.h
    • tta/C/main/plaintext_converter_state.h
    • tta/C/main/utils.c
    • tta/C/main/utils.h
  4. Change #278671

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 19 Aug 2026 09:11:35
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 0d24f95c425bf1e182433e68c41edb65ac312080

    Comments

    * tta/C/convert/convert_to_plaintext.c (plaintext_format_setup), tta/C/convert/convert_to_plaintext.h (PF_non_quoted_when_nested) (PF_index_style): add non_quoted_when_nested and index_style commands.
    * tta/C/convert/convert_to_plaintext.c (fill_formatter)
    (convert_to_plaintext_internal): use non_quoted_when_nested and
    index_style commands and set and use font_type_stack more.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/convert/convert_to_plaintext.h