xkbcomp: Changes to 'refs/tags/xkbcomp-1.4.7'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Feb 3 22:32:33 UTC 2024


Tag 'xkbcomp-1.4.7' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2024-02-03 22:32 +0000

xkbcomp-1.4.7
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEL328rVsw5mi71RbBz98UiCjGQqcFAmW+vvoACgkQz98UiCjG
Qqd9eQ/+KMa3Yg8328aZdV5YFwfErTaraLOvmZOaD4BQTiMfGYx6YRt1bihtYqH1
XvXdN4YvfyBURebfLfnGkH1/T2AvyJfE69VgVPHp3kb64hS7cOKeA582AtuSbmag
5wcJrUS8zCuCCcqoMzqr0qaDjE1z46KMIx+Nj7B8lxjh9zaInzvq0kNiimD1vg1l
cEAhhrOKTXHc28ycI/zsc4hh5FowNmDlPVJh/68qV5r2nTBb0TFZUgeUipSsIqUv
8qUMNLw5djnV3kGQKLlDLq9r9o6CXbSzU47gcirgqn3eJ721xePuBRQmDLkyUTWT
W02J7X3JcIx8O8oOq2q0LOamJhwD7w/SnaRy8GnMkOm27lEaEJimNaYsfEo+5cwH
StuDHZARErywH3lS3fz6GAvXkW7ho6gJC935ZkZCDChVaQIoF8IBCYXTrnH6V56z
JlGipqiTy3mhqRnyhHt4DHXShJUGfEqrMlA8Ffx4bdXFqU6wvX1r271hsKtr3Ugl
v14XKOTS7FDXKar2cZm7ZN2y7X7inC5dti40V8zXOUric8nBEbAIG6flS/dQXaz2
bz0s1/mnmb4aqNpjxY0tXy7kJm6CwZQpWpiEKcF8y7BmRq6IlHPjPLBFHsnk5oBe
axtXjhNg9JxQj2XReKdHT35T1mTFqEpNjnkc7MSqSZ9Vz0EOrDw=
=KeNd
-----END PGP SIGNATURE-----

Changes since xkbcomp-1.4.6:
Alan Coopersmith (34):
      gitlab CI: stop requiring Signed-off-by in commits
      Eliminate 20 -Wimplicit-fallthrough warnings
      Remove register keyword from variable declarations
      Variable scope reductions
      Use C99 struct initializers
      Delete unused uTmpAlloc/uTmpFree wrappers around alloca()
      Replace uAlloc() and uTypedAlloc() with direct malloc() calls
      Replace uCalloc() and uTypedCalloc() with direct calloc() calls
      Replace uTypedRealloc() with direct reallocarray() calls
      Replace uTypedRecalloc() with direct recallocarray() calls
      Replace uFree() with direct free() calls
      Remove unnecessary checks for NULL pointers before calling free()
      Replace Opaque with direct usage of void *
      Remove unnecessary casts from memcpy() calls
      Remove unnecessary casts from bzero() calls
      Replace malloc()+bzero() pairs with calloc() calls
      Fix 106 missing-field-initializers warnings in misc.c
      Replace && with & for bitwise comparison
      Use asprintf() if the platform supports it
      Handle -Wstringop-truncation warning in HandleOverlayDef()
      Remove #ifdef sgi sections
      FindKeypadVMod: check xkb is not NULL before dereference, not after
      XkbAddDirectoryToPath: don't leak existing paths on realloc() failure
      Mark more functions and variables static
      Remove unused "no indent" (NOI) debug functions
      Only build debug infrastructure if DEBUG is defined
      Stop building more unused functions
      Use unsigned ints when shifting to create bitmasks
      Mark more pointers as const
      Replace calloc(strlen())+strcpy() pairs with strdup() calls
      xkbcomp.h: include config.h before any other headers
      configure: raise minimum autoconf requirement to 2.70
      GenerateListing: close outFile before returning
      xkbcomp 1.4.7

Leandro Nini (1):
      Avoid possibly dereferencing null pointer

---
 .gitlab-ci.yml |    4 
 action.c       |  213 +++++++++++++++--------------
 action.h       |    6 
 alias.c        |   22 +--
 alias.h        |    2 
 compat.c       |  100 ++++++-------
 configure.ac   |   11 +
 expr.c         |  189 +++++++++++++-------------
 expr.h         |   49 ++----
 geometry.c     |  309 +++++++++++++++++++------------------------
 indicators.c   |   46 +++---
 indicators.h   |    8 -
 keycodes.c     |   63 +++-----
 keymap.c       |    8 -
 keytypes.c     |  222 ++++++++++++-------------------
 listing.c      |   61 ++++----
 misc.c         |  267 +++++++++++++++++++------------------
 misc.h         |   10 -
 parseutils.c   |  408 +++++++++++++++++++++++++++++++--------------------------
 parseutils.h   |    6 
 symbols.c      |  272 +++++++++++++++++---------------------
 utils.c        |   93 +++---------
 utils.h        |   89 +++---------
 vmod.c         |   46 +++---
 vmod.h         |   13 -
 xkbcomp.c      |   66 +++++----
 xkbcomp.h      |   16 --
 xkbparse.y     |    5 
 xkbpath.c      |   67 ++++-----
 xkbpath.h      |    8 -
 xkbscan.c      |    6 
 31 files changed, 1263 insertions(+), 1422 deletions(-)
---


More information about the xorg-commit mailing list