Path to this page:
Subject: CVS commit: pkgsrc/devel/makedepend
From: Thomas Klausner
Date: 2024-02-09 22:18:22
Message id: 20240209211822.1E71BFA42@cvs.NetBSD.org
Log Message:
makedepend: update to 1.0.9.
This release includes code cleanups and other changes, including
removing the build time dependency on the xorgproto package.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow it to
work with files whose timestamps are later than January 19, 2038 on
32-bit platforms, but this has not been tested.
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
Files: