libXaw3d: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat May 7 19:19:18 UTC 2022


 .gitlab-ci.yml                 |   99 +++++++++++++++++++++++++++++++++++++++++
 README.md                      |    2 
 configure.ac                   |    2 
 include/X11/Xaw3d/AsciiSrcP.h  |    2 
 include/X11/Xaw3d/Form.h       |    2 
 include/X11/Xaw3d/FormP.h      |    4 -
 include/X11/Xaw3d/List.h       |    4 -
 include/X11/Xaw3d/MultiSrc.h   |    2 
 include/X11/Xaw3d/Paned.h      |    2 
 include/X11/Xaw3d/ScrollbarP.h |    2 
 include/X11/Xaw3d/SmeBSBP.h    |    2 
 include/X11/Xaw3d/Text.h       |    2 
 include/X11/Xaw3d/TextP.h      |    2 
 include/X11/Xaw3d/TextSink.h   |    8 +--
 include/X11/Xaw3d/TextSrc.h    |    8 +--
 include/X11/Xaw3d/Tip.h        |    2 
 include/X11/Xaw3d/TipP.h       |    2 
 src/AsciiSink.c                |    2 
 src/AsciiSrc.c                 |   20 ++++----
 src/Box.c                      |    4 -
 src/Form.c                     |    4 -
 src/Layout.c                   |    2 
 src/List.c                     |    8 +--
 src/MultiSink.c                |    2 
 src/MultiSrc.c                 |   18 +++----
 src/Paned.c                    |    6 +-
 src/README.XAW3D               |   16 +++---
 src/Scrollbar.c                |    2 
 src/SimpleMenu.c               |    4 -
 src/Sme.c                      |    8 +--
 src/SmeThreeD.c                |    2 
 src/StripChart.c               |    2 
 src/Text.c                     |   24 ++++-----
 src/TextAction.c               |    6 +-
 src/TextPop.c                  |   20 ++++----
 src/TextSink.c                 |   14 ++---
 src/TextSrc.c                  |   20 ++++----
 src/ThreeD.c                   |    4 -
 src/Tip.c                      |    2 
 src/Toggle.c                   |    6 +-
 src/Viewport.c                 |    2 
 src/XawIm.c                    |    2 
 42 files changed, 223 insertions(+), 124 deletions(-)

New commits:
commit 58dacc751afc3ddf5fdef705edcb3f450cd5b976
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat May 7 12:06:49 2022 -0700

    convert ISO8859-1 encoded source files to UTF-8
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ff1ba3fcf684109a8e900be2603175fe85d16230
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat May 7 11:53:33 2022 -0700

    gitlab CI: add a basic build test
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 34ed91bd900937447fb79e88f276fe19e6aba457
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat May 7 11:50:11 2022 -0700

    Fix spelling/wording issues
    
    Found by using:
        codespell --builtin clear,rare,usage,informal,code,names
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 8a8fbec86a2988aa96cbf913d1fa54946fd9cf82
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat May 7 11:38:01 2022 -0700

    Build xz tarballs instead of bzip2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list