2013-07-23 08:49:11 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.5:
This bug fix releases includes fixes for a couple crashing or memory
corrupting bugs, along with general code cleanups and build configuration
improvements, including fixing compatibility with automake 1.13 & 1.14.
Adam Jackson (1):
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith (14):
unifdef -U__UNIXOS2__
Update configure.ac initialization to X.Org standard form
config: Remove unnecessary calls from configure.ac
Move i_listlen in struct inclist for better packing in 64-bit builds
Remove fallbacks for Imake configuration, assume autoconf
Remove unnecessary casts from malloc/realloc calls
Convert more sprintf calls to snprintf
Fix a comment typo
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
Mark fatalerr & catch as _X_NORETURN
Store len in a size_t instead of an int in redirect()
Bug 56091 - Unsafe use of strcpy() in makedepend
Assume signal handlers return void, as C89 requires
makedepend 1.0.5
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Glenn Burkhardt (1):
Bd shares
Julien Cristau (2):
configure.ac: use AM_MAINTAINER_MODE
Don't crash if an option's argument is missing
Marko Lindqvist (1):
Bug 59005 - makedepend: Build with automake-1.13 broken
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-06-09 09:00:50 by OBATA Akio | Files touched by this commit (25) |
Log message:
Require hacks for fixing autoconf + space in variable name issue.
|
2012-05-29 16:20:37 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.0.4:
Alan Coopersmith (7):
Add README with pointers to mailing list, bugzilla & git repos
Strip trailing whitespace
Move extern variable declarations to common header (def.h)
Add const attributes to fix gcc -Wwrite-strings warnings
Call strdup directly, instead of via copy macro
define(): Avoid assigning constant string to non-const char *
makedepend 1.0.4
Cyril Brulebois (1):
Fix bashism: shell string comparison is =, not ==.
Stuart Kreitman (1):
Raise MAXFILES from 1024 to 2048
|
2010-12-02 15:46:40 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 1.0.3:
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
|
2009-10-31 02:51:54 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.2:
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.
|
2008-05-24 23:45:22 by Tobias Nygren | Files touched by this commit (201) |
Log message:
Switch master site to MASTER_SITE_XORG.
|
2007-03-21 23:59:19 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.1:
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.
|
2006-11-02 14:58:05 by Joerg Sonnenberger | Files touched by this commit (4) | |
Log message:
Import the standalone makedepend from Xorg.
|