libXaw: Changes to 'refs/tags/libXaw-1.0.16'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Mar 10 17:46:03 UTC 2024


Tag 'libXaw-1.0.16' created by Thomas E. Dickey <dickey at invisible-island.net> at 2024-03-10 17:40 +0000

libXaw-1.0.16
-----BEGIN PGP SIGNATURE-----

iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmXt8KYACgkQzCr0RyFn
vgPffQv9F4QFmUmEmejheKCFKzY7xS4lmihpJwAh5xOlskt5l/iw94qF1RS2D7Yd
R/yKVKSNUPtPDD2f5K+ICSkGh5TlkK0BLXSaKL46+EseFkSAZAlhkQhJ+cWBC7qp
47c5Po+QG1Jnv3MkhqkW68MHbM/HYODXbLyu6oytf/AEOf3MCVbgx4oM0LarQEDs
Llu7WtwNK5pD99aYr3csdKw2Z/H0IMRqUvXBVm0jpave7BExss7vRkfJ3G5qwuDL
GbEiwGPLCAbVSs7LlzedOTImwYpJqzPlgovnRUqE7mNQ5At/0ZM5A399VeoldZpP
Qyla1QMFAfP+drG5RmWUc2y/F7K2h9P9DvfQMh3mI6cizNdD336AfYghj4mfi0dZ
aBmhz9hl15gyB0U6JP8bfMRXEJin1tfqV0ob6MIVwqdnxdxZwpL8XPL7fjutCL8o
fLMSbFENCXshCaVbHus7vWpEp/SjRSW9hfZNDYT+NLt/BJX19lqoH0CxJZN+ZbWT
dkTE00jf
=Gmuq
-----END PGP SIGNATURE-----

Changes since libXaw-1.0.15:
Alan Coopersmith (13):
      Set close-on-exec when opening files
      Variable scope reductions as suggested by cppcheck
      Handle redundantInitialization warnings from cppcheck
      Use C99 designated initializers where appropriate
      gitlab CI: add xz-utils to container for "make distcheck"
      unifdef NCR
      unifdef sony
      unifdef QNX4
      unifdef AIXV3 || __SCO__
      unifdef __osf__
      unifdef __UNIXOS2__
      Remove unused sharedlib.c
      unifdef ISC

Thomas E. Dickey (27):
      build-fix
      fix missing-initializer warnings
      quiet conversion-warnings with casts
      provide fallback for deprecated isascii/toascii
      reduce compiler-warnings using casts
      cppcheck scope and assignment warnings
      manpage: adjust line-breaks to avoid embedded full-stops
      manpage: assume .EX/.EE macros
      manpage: improve formatting consistency of bold/italics
      fix references to uninitialized data when constructing argument-lists
      reduce variable-length argument lists to match the existing code
      delete unused assignments
      add check for null pointer, avoid dereferencing
      add check for null pointer, avoid dereferencing
      add check for null pointer, avoid dereferencing
      add check for null pointer, avoid dereferencing
      add check for null pointer, avoid dereferencing
      add check for null pointer, avoid dereferencing
      add check for null pointer, avoid dereferencing
      split-up assignments which give unnecessary compiler-warnings
      scan-build(clang-17) reports possible null dereference, add checks
      fix clang/gcc warnings for undefined behavior, also fix a bug
      clang/gcc warnings about undefined behavior (minor bug-fix)
      amend change to XawListChange()
      make the examples configurable as (interactive) unit-tests
      delete code which is never used
      libXaw 1.0.16:  amends XawListChange() prototype, plus code-cleanup

Walter Harms (4):
      add examples
      add xawhisto
      add simple widget demo
      expand for simple widget demo

---
 .gitlab-ci.yml         |    6 
 Makefile.am            |    2 
 configure.ac           |   11 
 examples/Makefile.am   |   15 +
 examples/list.c        |   52 ++++
 examples/menu.c        |   62 ++++
 examples/pane.c        |   84 ++++++
 examples/readme.md     |   57 ++++
 examples/repeater.c    |   77 ++++++
 examples/scrollbar.c   |   72 +++++
 examples/simple.c      |   79 ++++++
 examples/strip.c       |   51 ++++
 examples/toggle.c      |  103 ++++++++
 examples/viewport.c    |   45 +++
 examples/xawhisto.c    |   81 ++++++
 include/X11/Xaw/List.h |    2 
 man/Xaw.man            |  615 ++++++++++++++++++++++++++++++-------------------
 src/Actions.c          |   57 ++--
 src/AllWidgets.c       |    2 
 src/AsciiSink.c        |  104 +++-----
 src/AsciiSrc.c         |   60 ++--
 src/AsciiText.c        |    5 
 src/Box.c              |   29 +-
 src/Command.c          |   24 +
 src/Dialog.c           |   12 
 src/DisplayList.c      |   69 +++--
 src/Form.c             |   16 -
 src/Grip.c             |   13 -
 src/Label.c            |   80 ++----
 src/List.c             |   55 ++--
 src/Makefile.am        |   10 
 src/MenuButton.c       |    9 
 src/MultiSink.c        |   21 -
 src/MultiSrc.c         |   35 +-
 src/Paned.c            |   26 +-
 src/Panner.c           |   17 -
 src/Pixmap.c           |   37 +-
 src/Porthole.c         |   21 -
 src/Repeater.c         |    3 
 src/Scrollbar.c        |    3 
 src/Simple.c           |    3 
 src/SimpleMenu.c       |   27 +-
 src/SmeBSB.c           |   17 -
 src/SmeLine.c          |   10 
 src/StripChart.c       |    6 
 src/Text.c             |  128 +++++-----
 src/TextAction.c       |  150 ++++++-----
 src/TextPop.c          |    9 
 src/TextSink.c         |   28 --
 src/TextSrc.c          |   51 ++--
 src/Tip.c              |   25 +
 src/Toggle.c           |   11 
 src/Tree.c             |   34 +-
 src/Vendor.c           |   28 +-
 src/Viewport.c         |   26 --
 src/XawI18n.c          |   14 -
 src/XawI18n.h          |   37 --
 src/XawIm.c            |  304 +++++++++++-------------
 src/sharedlib.c        |  173 -------------
 59 files changed, 1999 insertions(+), 1204 deletions(-)
---


More information about the xorg-commit mailing list