Path to this page:
Subject: CVS commit: pkgsrc/devel/makedepend
From: Thomas Klausner
Date: 2019-03-17 12:18:43
Message id: 20190317111843.B8B7BFB16@cvs.NetBSD.org
Log Message:
makedepend: update to 1.0.6.
This minor maintenance release fixes some bugs, lifts a limit, clears
some compiler warnings, boosts performance, and includes other janitorial
cleanups.
Alan Coopersmith (8):
Constify a pair of local string pointers
Use do { ... } while(0) idiom to make debug() macro safer
Fix bad indentation in ifparser.c
Remove unused variable whitespace
Simplify writing of output lines to Makefile
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
makedepend 1.0.6
Antonio Larrosa (1):
Quote colons in filenames/paths
David Boyce (1):
Bumped -I flag limit in makedepend from 64 to 512.
Dirk (1):
missing bounds check in makedepend for file arguments
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Files: