summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Pass through __BUILTIN_VA_STRUCT and __BUILTIN_VA_ARG_INCR defines inXORG-6_99_99_900XORG-6_8_99_900Alan Coopersmith2005-08-011-1/+7
| | | | | makedepend so it doesn't issue errors when source files include <varargs.h> or <stdarg.h> on Solaris 10.
* Various changes preparing packages for RC0:Kevin E Martin2005-07-293-4/+28
| | | | | | | | | | | - Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
* Update #includes to use <X11/*.h> for modularization.Kevin E Martin2005-07-291-2/+2
|
* Bugzilla #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> PatchXORG-6_8_99_16XORG-6_8_99_15Alan Coopersmith2005-07-051-4/+0
| | | | | | #2320 <https://bugs.freedesktop.org/attachment.cgi?id=2320> Remove warning about whitespace in pre-processor defines. (Peter Breitenlohner)
* Add makedepend man pageAlan Coopersmith2005-05-222-0/+5
|
* revert last change, didn't do right thing at all, sorry for the noiseAdam Jackson2005-05-191-1/+1
|
* Require automake 1.7 in AM_INIT_AUTOMAKEAdam Jackson2005-05-191-1/+1
|
* Initial attempt at autotooling/modular conversion of makedependAlan Coopersmith2005-05-156-0/+261
|
* [Modularization/autotooling project] Add support for building with autoconfXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10Alan Coopersmith2005-05-152-10/+33
| | | | | #ifdefs if present. #include "makedepend-config.h" if HAVE_CONFIG_H is defined.
* xc/config/cf/DragonFly.cfsco_port_update-baseXORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1Roland Mainz2005-03-021-7/+13
| | | | | | | | | | | | | | | | | xc/config/cf/Imake.cf xc/config/cf/Imakefile xc/config/imake/imake.c xc/config/imake/imakemdep.h xc/extras/drm/shared/drm.h xc/include/Xos_r.h xc/lib/xtrans/Xtranssock.c xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c //bugs.freedesktop.org/show_bug.cgi?id=1712) attachment #2004 (https://bugs.freedesktop.org/attachment.cgi?id=2004): Add support for DragonFly/BSD platform. Patch by Jeroen Ruigrok <asmodai@tendra.org> and Mike Verona <firedragonfly@gmail.com>.
* Pass through additional #defines for Solaris. (Sun bug id #5097074 - AlanAlan Coopersmith2005-01-191-0/+14
| | | | Coopersmith)
* Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald2004-11-151-0/+10
| | | | mingw (Win32) port
* Enabling modules and DRI for Linux HPPA.Egbert Eich2004-10-191-0/+6
| | | | Removing hpsocket.c as it isn't used anywhere any more (Bugzilla #1584).
* powerpc/powerpc64 build fixes.Egbert Eich2004-10-181-6/+6
|
* Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan Coopersmith).rel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2lg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchKevin E Martin2004-08-111-0/+15
|
* BugZilla #601: Fixing makedepend choking on floating point exceptionXORG-6_7_99_1COMPOSITEWRAPEgbert Eich2004-05-061-0/+3
| | | | | | | | | because CHAR_BIT is defined to __CHAR_BIT__ which is a compiler intrinsic define. BugZilla #605: Fixing build on IA64 which is broken due to the inclusion of the kernel header asm/page.h. Kernel headers however don't work with -ansi. The inclusion of asm/page.h can however savely be removed as it there are plenty of other ways to determine the page size.
* Merging XORG-CURRENT into trunkXACE-SELINUX-MERGEEgbert Eich2004-04-2310-544/+240
|
* Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2004-03-1410-233/+537
|
* Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich2004-03-0310-10/+10
|
* readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2004-02-2610-10/+10
|
* Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich2004-02-2610-10/+10
|
* Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-4_3_99_903_specialxf86-012804-2330Egbert Eich2004-01-291-1/+13
|
* XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16Kaleb Keithley2003-11-252-23/+42
|
* XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley2003-11-1410-546/+1354
|