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

Builder tmux-solaris10-i386 Build #2576

Results:

Build successful

SourceStamp:

Projecttmux
Repositoryhttps://github.com/tmux/tmux.git
Branchmaster
Revision52877c9af1c2ace9b16315e53044c22e1bcdd64b
Got Revision52877c9af1c2ace9b16315e53044c22e1bcdd64b
Changes7 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-tmux-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './autogen.sh' ( 14 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 15 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 mins, 31 secs )
    1. stdio
  5. shell_3 'gmake check' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/tmux-solaris10-i386 slave
buildername tmux-solaris10-i386 Builder
buildnumber 2576 Build
codebase Build
got_revision 52877c9af1c2ace9b16315e53044c22e1bcdd64b Git
project tmux Build
repository https://github.com/tmux/tmux.git Build
revision 52877c9af1c2ace9b16315e53044c22e1bcdd64b Build
scheduler schedule-tmux-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/tmux-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Thomas Adam
  2. nicm

Timing:

StartTue Jun 23 08:44:31 2026
EndTue Jun 23 08:48:38 2026
Elapsed4 mins, 6 secs

All Changes:

:

  1. Change #272175

    Category tmux
    Changed by nicm <nicm>
    Changed at Mon 22 Jun 2026 10:47:45
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 95afd7549c564c6584fad989947e2fddceb5fc87

    Comments

    Rewrite screen-redraw.c to make it tidier and more maintainable. A scene is generated and cached in the client: it holds positions and sizes of panes, borders and so on. The scene is invalidated when a pane is moved or resized or relevant option is changed. This scene is then drawn to the client as needed and text and colours are filled in. With Michael Grant.

    Changed files

    • Makefile
    • cmd-capture-pane.c
    • cmd-display-panes.c
    • cmd-rotate-window.c
    • cmd-swap-pane.c
    • layout.c
    • menu.c
    • options.c
    • popup.c
    • screen-redraw.c
    • screen-write.c
    • server-client.c
    • tmux.h
    • window-border.c
    • window-copy.c
    • window.c
  2. Change #272176

    Category tmux
    Changed by nicm <nicm>
    Changed at Mon 22 Jun 2026 12:17:08
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 49dff83a0079476d70b589f9e2257f34041e0429

    Comments

    Set check callback for menus so they aren't overwritten by sync.

    Changed files

    • menu.c
  3. Change #272177

    Category tmux
    Changed by nicm <nicm>
    Changed at Mon 22 Jun 2026 14:39:56
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision d8370864f3b1e1d233d5f7bf7ccc93605d613aa4

    Comments

    Memory leak from someone in GitHub issue 5259.

    Changed files

    • window-customize.c
  4. Change #272178

    Category tmux
    Changed by nicm <nicm>
    Changed at Mon 22 Jun 2026 15:57:33
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 02b37b3c690d2d77199e5836be7cf6cb62fd1489

    Comments

    Fix scrollbar pad to work even if not set in style.

    Changed files

    • layout.c
    • style.c
  5. Change #272179

    Category tmux
    Changed by nicm <nicm>
    Changed at Mon 22 Jun 2026 21:39:01
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 2a26c738bdd9b87c25c02a9ed37b2def8e0e163b

    Comments

    Add z modifier to m operator for fuzzy match.

    Changed files

    • format.c
    • tmux.1
  6. Change #272180

    Category tmux
    Changed by nicm <nicm>
    Changed at Mon 22 Jun 2026 21:43:22
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 265f22be49a9424c181f80f0bdb7e9a2f42b50d3

    Comments

    Make cursor movement exit incremental prompt (more like emacs).

    Changed files

    • status.c
  7. Change #272181

    Category tmux
    Changed by Thomas Adam <thomasohnoyoudont@xteddy.org>
    Changed at Tue 23 Jun 2026 08:35:51
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 52877c9af1c2ace9b16315e53044c22e1bcdd64b

    Comments

    Merge branch 'obsd-master'

    Changed files

    • no files