makedepend 1.0.3
config: upgrade to util-macros 1.8 for additional man page support
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
The value of MAN_SUBST is the same for all X.Org packages.
Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
Enables use of platform appropriate version of sed.
config: update AC_PREREQ statement to 2.60
Unrelated to the previous patches, the new value simply reflects
the reality that the minimum level for autoconf to configure
all x.org modules is 2.60 dated June 2006.
Convert testcase from bug 28045 into automake "make check" test
Bug 28045 - makedepend fails on directory named like an include file
A minor release of X.Org's classic utility for generating dependency lists
in makefiles - mostly small janitorial cleanups, plus some Solaris-specific
fixes to match the same default #define's as the compilers use.
Alan Coopersmith (12):
Use AM_CPPFLAGS instead of makedepend_CPPFLAGS to avoid mangled .o names
Add .gitignore
Delete portions of imakemdep.h not used by makedepend
Add additional predefines needed to match Solaris compilers
Use XORG_CHANGELOG, XORG_CWARNFLAGS, and XORG_WITH_LINT macros
Remove ifdef checks for macII left over from ancient A/UX 3.0 support
Remove #ifdef'ed code that's never used
Increased constification
Fix gcc, sparse & lint warnings
Remove CVS/RCS version tags
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
makedepend 1.0.2
James Cloos (1):
Replace static ChangeLog with dist-hook to generate from git log
Jeremy C. Reed (1):
Update version for release.
2007-03-21 Jeremy C. Reed <reed@reedmedia.net>
* configure.ac:
Update version for release.
2006-06-02 Alan Coopersmith <alan.coopersmith@sun.com>
* parse.c (slookup):
Coverity #925: Pointer "file" dereferenced before NULL check
Should also fix PR 36050.