makedepend: Changes to 'refs/tags/makedepend-1.0.9'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Feb 4 23:07:33 UTC 2024


Tag 'makedepend-1.0.9' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2024-02-04 23:07 +0000

makedepend-1.0.9
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEL328rVsw5mi71RbBz98UiCjGQqcFAmXAGK8ACgkQz98UiCjG
QqfyFg//R4f0qs3ka5C+TBYVSwRvfgbqi8BcBCzS9fyR5FrIZuCEkn3njE5r+KU0
fSW4VWyxJ8a/38j7eY+zoZSPUQYKejKA1ekutKgdfZ6Ky8hzH0SHWCRDq8ngt5rU
sLhOTwZleYyoO6vMTmpuvJr++ITwFbgqAF9SDicqBIBEslpnw3MEUoG2+yq4J/pE
ENPa1i8FD2xElvm9YiTDlVbb0fgPRWb8agqGlus9KVaj5aOyWicdtbQmbBHjMRIZ
CRNBmyvtuc5QwkhY2AxOjSkPphT/5vRUcM1u3n7mf+CQRhGsyCLOze0jwZGATh7W
1VblPSLd4/XWRHr6s/0wXmDDyO/juTIeaWbkQP6e0f0gBuHxT36znMa3a/B1Xnh1
ICR40P33uJbfMmyPc/IMZkb3vhRlRu5AQl4LgOU/B0+nvfjUbmXVZhCwrvCS+KD8
UOI+kHJcEBlNzlQ6ooxhTF1ZVjzgGBKoh/GhFHeQEScCFI2Nu5af+ln2NFdah+lD
0s5bwxDv/grfZizL0mTRO6MjlGkcQ1mteYDgj/hdcAB+cB1J9r2Yu+uaoqTK0F1z
u9oXnFdCmEJK/c8TDU02oJMkE3I3DGzDUSH0sg5Jgqx1u6hCM2DX/+2Mmll0ahMj
3bCJDGWZElRjRKIdMw0oAF+BUTpt6elC+p66YMQ2X45DNmKiHms=
=Nnrt
-----END PGP SIGNATURE-----

Changes since makedepend-1.0.8:
Alan Coopersmith (16):
      Reformat code into X.Org standard coding style
      Remove register keyword from variable declarations
      Variable scope reduction as suggested by cppcheck
      Store predefined -D values in const char fields
      find_includes: rename variables to avoid shadowing global
      quoteColons: Remove redundant initialization of tmp
      Use reallocarray() on systems that provide it
      Handle some implicit conversion warnings from clang
      Stop casting _parse_data pointers through (char *) and back
      cppsetup: use C99 struct initialization
      Make malloc error checking/reporting more consistent
      Cache filename after realpath() processing
      Call strrchr() instead of hand coding a custom version
      Make more things static that aren't needed in more than one file
      configure: raise minimum autoconf requirement to 2.70
      makedepend 1.0.9

Fabian Vogt (1):
      Avoid depending on xproto

Petre Rodan (1):
      ifparser.c: divide-by-zero fix

---
 .gitlab-ci.yml |    4 
 Makefile.am    |    1 
 configure.ac   |   13 
 cppsetup.c     |   95 ++--
 def.h          |  224 +++++----
 ifparser.c     |  630 ++++++++++++++-------------
 ifparser.h     |   21 
 imakemdep.h    |  427 +++++++++---------
 include.c      |  513 +++++++++++-----------
 main.c         | 1292 ++++++++++++++++++++++++++++-----------------------------
 parse.c        | 1123 ++++++++++++++++++++++++-------------------------
 pr.c           |  197 ++++----
 12 files changed, 2302 insertions(+), 2238 deletions(-)
---


More information about the xorg-commit mailing list