libXaw: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Sep 29 22:26:17 UTC 2023


 .gitlab-ci.yml    |    6 +-
 src/Actions.c     |   43 +++++++++------------
 src/AsciiSink.c   |   52 +++++++++++++------------
 src/AsciiSrc.c    |   28 ++++++-------
 src/Box.c         |   29 +++++++-------
 src/Command.c     |   18 +++-----
 src/Dialog.c      |    8 +--
 src/DisplayList.c |   53 ++++++++++----------------
 src/Form.c        |   12 ++---
 src/Grip.c        |   10 ++--
 src/Label.c       |   41 +++++++++-----------
 src/List.c        |   48 +++++++++++++----------
 src/MultiSink.c   |   21 +++++-----
 src/MultiSrc.c    |   11 +----
 src/Paned.c       |   10 ++--
 src/Panner.c      |   12 ++---
 src/Pixmap.c      |   10 ++--
 src/Porthole.c    |   21 ++++------
 src/SimpleMenu.c  |   13 +++---
 src/SmeBSB.c      |   17 ++++----
 src/SmeLine.c     |   10 ++--
 src/StripChart.c  |    7 +--
 src/Text.c        |  109 ++++++++++++++++++++++++++++++------------------------
 src/TextAction.c  |   55 +++++++++++++++------------
 src/TextSrc.c     |   31 ++++++++-------
 src/Tip.c         |   11 ++---
 src/Toggle.c      |    5 +-
 src/Tree.c        |   35 +++++++----------
 src/Vendor.c      |   12 ++---
 src/Viewport.c    |   19 ++++-----
 30 files changed, 385 insertions(+), 372 deletions(-)

New commits:
commit 1b5fe7cf8b5e7ed3f214b43b9f7e081c82df5b1d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Sep 23 09:46:16 2023 -0700

    gitlab CI: add xz-utils to container for "make distcheck"
    
    Also update to latest ci-templates
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e1b030770a2d489ff832b619ba646aa96e0bfb5c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Feb 28 19:19:13 2023 -0800

    Use C99 designated initializers where appropriate
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 77533b88018c2923075562e106ef2970c7e6c6a9
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Feb 28 17:49:59 2023 -0800

    Handle redundantInitialization warnings from cppcheck
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit c5a5fcea941e4ee7c4c68ae090601d6282f0a5cb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Feb 28 16:10:19 2023 -0800

    Variable scope reductions as suggested by cppcheck
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list