summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a comment typoAlan Coopersmith2013-01-111-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Convert more sprintf calls to snprintfAlan Coopersmith2013-01-054-6/+6
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Remove unnecessary casts from malloc/realloc callsAlan Coopersmith2013-01-053-18/+13
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Remove fallbacks for Imake configuration, assume autoconfAlan Coopersmith2013-01-052-30/+4
| | | | | | | | For the original 6.9/7.0 release, we supported using either autoconf or imake to generate configuration. For releases after that, we're only supporting autoconf, so no longer need to check & fall back to imake. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Move i_listlen in struct inclist for better packing in 64-bit buildsAlan Coopersmith2013-01-051-1/+1
| | | | | | | | | | | | | | | | | | Putting it with another int instead of between two pointers gets rid of two places where 4 bytes each had to be padded into the structure for alignment. Reduces the size of an individual struct from 64 bytes to 56 bytes, and of the inclist[ MAXFILES ] array from 128k to 112k. Found by clang: ./def.h:111:18: warning: padding struct 'struct inclist' with 4 bytes to align 'i_defs' [-Wpadded] struct symtab **i_defs; /* symbol table for this file and its ^ ./def.h:114:12: warning: padding struct 'struct inclist' with 4 bytes to align 'i_merged' [-Wpadded] boolean *i_merged; /* whether we have merged child Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: Remove unnecessary calls from configure.acAlan Coopersmith2013-01-051-2/+0
| | | | | AC_PROG_CC is provided by XORG_DEFAULT_OPTIONS now PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
* Update configure.ac initialization to X.Org standard formAlan Coopersmith2013-01-051-1/+8
| | | | | | | | Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Add missing AC_CONFIG_SRCDIR Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* unifdef -U__UNIXOS2__Alan Coopersmith2013-01-042-48/+4
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Bug 59005 - makedepend: Build with automake-1.13 brokenMarko Lindqvist2013-01-041-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* configure.ac: use AM_MAINTAINER_MODEJulien Cristau2012-03-141-0/+1
|
* makedepend 1.0.4makedepend-1.0.4Alan Coopersmith2012-03-071-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* define(): Avoid assigning constant string to non-const char *Alan Coopersmith2011-10-071-2/+3
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Call strdup directly, instead of via copy macroAlan Coopersmith2011-10-074-8/+7
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-10-073-20/+21
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Move extern variable declarations to common header (def.h)Alan Coopersmith2011-10-074-24/+17
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Strip trailing whitespaceAlan Coopersmith2011-10-079-73/+73
| | | | | | | Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Raise MAXFILES from 1024 to 2048Stuart Kreitman2011-01-281-1/+1
| | | | | | | Required in order to build OpenTTD on Solaris http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6917536 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Fix bashism: shell string comparison is =, not ==.Cyril Brulebois2010-10-311-1/+1
| | | | | Signed-off-by: Cyril Brulebois <kibi@debian.org> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith2010-10-291-0/+25
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* makedepend 1.0.3makedepend-1.0.3Alan Coopersmith2010-10-291-1/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2010-10-292-21/+5
| | | | | | | | | | 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. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: update AC_PREREQ statement to 2.60Gaetan Nadon2010-10-291-1/+1
| | | | | | | | | | 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. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Convert testcase from bug 28045 into automake "make check" testAlan Coopersmith2010-05-143-0/+50
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Bug 28045 - makedepend fails on directory named like an include fileMartin Pärtel2010-05-141-3/+3
| | | | | | <https://bugs.freedesktop.org/show_bug.cgi?id=28045> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* makedepend 1.0.2makedepend-1.0.2Alan Coopersmith2009-10-101-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-102-9/+6
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Remove CVS/RCS version tagsAlan Coopersmith2009-10-1014-27/+0
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Fix gcc, sparse & lint warningsAlan Coopersmith2009-03-246-13/+13
| | | | | | | | | | | | | | | | | | | | | | cppsetup.c:74:9: warning: Using plain integer as NULL pointer parse.c: In function `gobble': parse.c:94: warning: int format, long int arg (arg 2) parse.c: In function `find_includes': parse.c:641: warning: int format, long int arg (arg 2) parse.c:664: warning: int format, long int arg (arg 2) parse.c:677: warning: int format, long int arg (arg 2) parse.c:684: warning: int format, long int arg (arg 2) pr.c: In function `add_include': pr.c:57: warning: int format, long int arg (arg 4) pr.c:59: warning: int format, long int arg (arg 3) declared global, could be static sig_act main.c(142) predefs main.c:imakemdep.h(51) Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Increased constificationAlan Coopersmith2009-03-247-59/+54
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Remove #ifdef'ed code that's never usedAlan Coopersmith2009-03-242-102/+0
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Remove ifdef checks for macII left over from ancient A/UX 3.0 supportAlan Coopersmith2009-03-241-3/+0
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Use XORG_CHANGELOG, XORG_CWARNFLAGS, and XORG_WITH_LINT macrosAlan Coopersmith2009-03-242-2/+17
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Add additional predefines needed to match Solaris compilersAlan Coopersmith2009-03-242-0/+35
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Delete portions of imakemdep.h not used by makedependAlan Coopersmith2009-03-242-1074/+3
| | | | | | | This header was shared by imake & makedepend in the monolith, but each got its own copy in the modular builds. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Add .gitignoreAlan Coopersmith2009-03-241-0/+24
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Use AM_CPPFLAGS instead of makedepend_CPPFLAGS to avoid mangled .o namesAlan Coopersmith2009-03-241-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-062-228/+10
|
* Update version for release.Jeremy C. Reed2007-03-211-1/+1
|
* Coverity #925: Pointer "file" dereferenced before NULL checkmakedepend-1.0.1Alan Coopersmith2006-06-022-2/+12
|
* Update package version number for final X11R7 release candidate.XORG-7_1XORG-7_0_99_901XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
|
* Bug #4380: Avoid dividing by zero in gccmakedepend (Vincent Le Ligeour)MODULAR_COPYAdam Jackson2005-12-091-1/+5
|
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin2005-12-062-2/+7
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2005-12-032-1/+6
|
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-281-1/+1
| | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* Remove duplicate setting of EXTRA_DISTAlan Coopersmith2005-11-202-1/+5
|
* Substitute variables in man pageAlan Coopersmith2005-11-123-2/+70
| | | | [Also resync Changelog with monolith]
* Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2005-11-092-4/+7
|
* See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902Kean Johnson2005-11-081-22/+64
|
* Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2005-10-192-1/+6
|
* Bug #3812 <https://bugs.freedesktop.org/show_bug.cgi?id=3812> Patch #3462XORG-6_8_99_901Alan Coopersmith2005-10-031-4/+5
| | | | | <https://bugs.freedesktop.org/attachment.cgi?id=3462> GNU/kFreeBSD Imake support (Robert Millan)