xmh: Changes to 'refs/tags/xmh-1.0.5'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Mar 3 22:54:01 UTC 2024


Tag 'xmh-1.0.5' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2024-03-03 22:53 +0000

xmh-1.0.5
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEL328rVsw5mi71RbBz98UiCjGQqcFAmXk/4IACgkQz98UiCjG
Qqf9Kw//QY2J36wbENEjG3GEu2zM++m8hEbDF4TcFytXH8Z+YqToUsO79nVtV9Ke
ErAT0L4D3KKu0jFmywjbMy4Dy7hAjdN/m9KuK30zhtdfZPpOnzqdcePCnrIcO67y
jSXhE284zLvJUIG5BVxEeweFOucoZ7V1NL6PBxV/MZrYPbGjItAzSW+bvzsZkgxa
+cdR6KAp0IBOkndyDG7ZFDuTxa7YnrAS73xmIe4x3fUFqWTOvCreL5/dfgBJomWU
qz31e++5NWosl4EQJCOxfmF9v43LPkdq49Cftuf1kKAOLxU/gnOORTdklqCeaYsh
HAHBEg4k853y98VJG2Ydrq3WPUqh92T4laqeIcKbjC2SaKxPTWNARYPY4j4XQ0+u
ZGkqJGsftJiuyXTnGCN0ifYGIyGVQzCrOD5FWG9zteTz7MSRmHP6X8thq1A4MruI
M7TfgdAx/dBw81FwtnmSaOsrWQlv+o+hI6dZjM0+Soa4XxOHVdhz+zr3fb02y8yg
O0CcxLlfcH26aQEAqsVEGTkhIDrG4AgfXS8MrSlGUznESpw+y4xKmzn6Z1wGi/nk
4Hvm/ZwpPscedZW8kTG4wKSuiZjHkPIVds5F1Ebbk0prKBKgiD0plOc4bJYJ0+6F
0rOZC838EFTicANUuP1CYDwWTvMJPTIsoKgzVcq+rQQFG+NS3hk=
=KXit
-----END PGP SIGNATURE-----

Changes since xmh-1.0.4:
Alan Coopersmith (16):
      gitlab CI: stop requiring Signed-off-by in commits
      Print which arguments were unknown before giving usage message
      Add -help and -version options
      Modernize lseek() calls
      configure: Use AC_SYS_LARGEFILE to enable large file support
      Replace sprintf calls with snprintf or XtAsprintf
      Use _CONST_X_STRING to make libXt declare String as const char *
      Further reduce the number of -Wdiscarded-qualifiers warnings from 276 to 76
      Mark Punt as _X_NORETURN
      Fix 4 of 4 -Wformat-truncation warnings
      Clear 4 of 6 -Wstringop-truncation warnings
      Plug memory leaks in error paths of ScanDir()
      Handle -Wformat-security warnings from the DEBUG macro
      Convert allocation calls to XtMallocArray or XtReallocArray where appropriate
      Simplify fallback code for systems without S_ISDIR
      xmh 1.0.5

---
 .gitlab-ci.yml |    4 +-
 bbox.c         |   19 +++++------
 bbox.h         |   12 +++----
 command.c      |   29 ++++++++---------
 configure.ac   |    7 +++-
 externs.h      |   56 +++++++++++++++++-----------------
 folder.c       |   68 +++++++++++++++++++++++------------------
 globals.h      |    8 ++--
 init.c         |   45 ++++++++++++++++++++-------
 man/xmh.man    |    7 +++-
 menu.c         |    4 +-
 miscfuncs.c    |   41 +++++++++++++++----------
 mlist.c        |    5 +--
 msg.c          |   55 +++++++++++++++++----------------
 pick.c         |   36 +++++++++-------------
 popup.c        |   12 +++----
 screen.c       |    9 ++---
 toc.c          |   93 +++++++++++++++++++++++++--------------------------------
 toc.h          |    8 ++--
 tocfuncs.c     |   13 ++++---
 tocutil.c      |   51 +++++++++++++------------------
 tocutil.h      |    2 -
 util.c         |   68 +++++++++++++++++++++--------------------
 viewfuncs.c    |    2 -
 xmh.h          |    9 +++--
 25 files changed, 346 insertions(+), 317 deletions(-)
---


More information about the xorg-commit mailing list