ChangeLog revision 0eb10989
12007-03-21 Jeremy C. Reed <reed@reedmedia.net> 2 3 * configure.ac: 4 Update version for release. 5 62006-06-02 Alan Coopersmith <alan.coopersmith@sun.com> 7 8 * parse.c (slookup): 9 Coverity #925: Pointer "file" dereferenced before NULL check 10 112005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org> 12 13 * configure.ac: 14 Update package version number for final X11R7 release candidate. 15 162005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org> 17 18 * Makefile.am: 19 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 20 212005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org> 22 23 * configure.ac: 24 Update package version number for X11R7 RC3 release. 25 262005-11-19 Alan Coopersmith <alan.coopersmith@sun.com> 27 28 * Makefile.am: 29 Remove duplicate setting of EXTRA_DIST 30 312005-11-12 Alan Coopersmith <alan.coopersmith@sun.com> 32 33 * configure.ac: 34 * Makefile.am: 35 Substitute variables in man page 36 372005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org> 38 39 * configure.ac: 40 Update package version number for X11R7 RC2 release. 41 422005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org> 43 44 * configure.ac: 45 Update package version number for RC1 release. 46 472005-07-29 Kevin E. Martin <kem-at-freedesktop-dot-org> 48 49 * Makefile.am: 50 * configure.ac: 51 Update release version 52 Fix build to use pkgconfig 53 Fix make distcheck 54 552005-05-22 Alan Coopersmith <alan.coopersmith@sun.com> 56 57 * Makefile.am (man1_MANS): Add makedepend man page 58 592005-05-15 Alan Coopersmith <alan.coopersmith@sun.com> 60 61 * AUTHORS 62 * COPYING 63 * ChangeLog 64 Created from licenses in existing files and history in X.Org & XFree86 65 changelogs and CVS. 66 * Makefile.am 67 * autogen.sh 68 * configure.ac 69 Initial attempt at autotooling. 70 71ChangeLog history excerpts from Xorg monolithic tree for releases 6.7 -> 6.9: 72 732005-10-03 Alan Coopersmith <alan.coopersmith@sun.com> 74 75 * config/imake/imakemdep.h: 76 Bug #3812 <https://bugs.freedesktop.org/show_bug.cgi?id=3812> 77 Patch #3462 <https://bugs.freedesktop.org/attachment.cgi?id=3462> 78 GNU/kFreeBSD Imake support (Robert Millan) 79 802005-07-31 Alan Coopersmith <alan.coopersmith@sun.com> 81 82 * config/imake/imakemdep.h: 83 Pass through __BUILTIN_VA_STRUCT and __BUILTIN_VA_ARG_INCR defines 84 in makedepend so it doesn't issue errors when source files include 85 <varargs.h> or <stdarg.h> on Solaris 10. 86 872005-07-29 Kevin E. Martin <kem-at-freedesktop-dot-org> 88 89 * config/makedepend/def.h: 90 Update #includes to use <X11/*.h> for modularization. 91 922005-07-05 Alan Coopersmith <alan.coopersmith@sun.com> 93 94 * config/makedepend/main.c: 95 Bugzilla #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> 96 Patch #2320 <https://bugs.freedesktop.org/attachment.cgi?id=2320> 97 98 Remove warning about whitespace in pre-processor defines. 99 (Peter Breitenlohner) 100 1012005-05-15 Alan Coopersmith <alan.coopersmith@sun.com> 102 103 * config/makedepend/main.c: 104 * config/util/makestrs.c: 105 [Modularization/autotooling project] 106 Add support for building with autoconf #ifdefs if present. 107 #include "makedepend-config.h" if HAVE_CONFIG_H is defined. 108 1092005-03-02 Roland Mainz <roland.mainz@nrubsig.org> 110 * xc/config/imake/imakemdep.h 111 Bugzilla #1712 (https://bugs.freedesktop.org/show_bug.cgi?id=1712) 112 attachment #2004 (https://bugs.freedesktop.org/attachment.cgi?id=2004): 113 Add support for DragonFly/BSD platform. 114 Patch by Jeroen Ruigrok <asmodai@tendra.org> and Mike Verona 115 <firedragonfly@gmail.com>. 116 1172005-01-19 Alan Coopersmith <alan.coopersmith@sun.com> 118 119 * xc/config/imake/imakemdep.h: 120 Pass through additional #defines for Solaris. 121 (Sun bug id #5097074 - Alan Coopersmith) 122 1232004-11-15 Alexander Gottwald <ago at freedesktop dot org> 124 Bugzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 125 Added mingw (Win32) port 126 1272004-10-19 Egbert Eich <eich-at-freedesktop-dot-org> 128 * config/imake/imakemdep.h: 129 Enabling modules and DRI for Linux HPPA. 130 1312004-10-18 Egbert Eich <eich-at-freedesktop-dot-xorg> 132 * config/imake/imakemdep.h: 133 powerpc/powerpc64 build fixes. 134 1352004-08-11 Kevin E. Martin <kem-at-freedesktop-dot-org> 136 * config/imake/imakemdep.h: 137 Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan 138 Coopersmith). 139 1402004-05-06 Egbert Eich <eich-at-pdx-freedesktop-org> 141 * config/imake/imakemdep.h: 142 BugZilla #601: 143 Fixing makedepend choking on floating point exception because 144 CHAR_BIT is defined to __CHAR_BIT__ which is a compiler intrinsic 145 define. 146 147 148ChangeLog history excerpts from XFree86 Project releases up to 4.4RC2: 149 150XFree86 4.3.99.6 (10 June 2003): 151 191. Fix makedepend for IRIX 6.5 (Marc La France). 152 153XFree86 4.2.99.4 (20 January 2003): 154 739. Change makedepend to warn about any whitespace it finds in front of 155 pre-processor directives (Marc La France). 156 728. Allow makedepend handle whitespace in front of the '#' in preprocessor 157 directives (ISO C permits this) (#A.1516, Alexander Stohr). 158 159XFree86 4.2.99.3 (21 December 2002) 160 634. Add support for a "-include" command line option to makedepend, similar 161 to the same GNU C option (#A.1396, Alexander Stohr). 162 163XFree86 4.2.99.2 (21 October 2002) 164 340. Change makedepend to recognise invocations of parameter'ed macros 165 (Marc La France). 166 167XFree86 4.2.99.1 (7 June 2002) 168 174. Fix makedepend so that it can parse a unary '+' operator (#5185, 169 Mark Snitily). 170 148. Major OS/2 support update (#5119, Holger Veit). 171 49. Fix bug that sometimes caused makedepend to forget #define'd symbols 172 (Marc La France). 173 174XFree86 4.1.99.3 (19 December 2001) 175 583. Re-instate makedepend's recognition of backslash line terminations 176 (Marc La France). 177 574. Fix cases where makedepend reports the wrong line number and file when 178 an error occurs (#5072, Mark Snitily, from X11R6.6). 179 568. Fix "The Open Group" copyright notices to reflect the change in 180 post R6.4 licensing (#5093, Mark Snitily, from X11R6.6). 181 182 183XFree86 4.1.99.1 (20 August 2001) 184 156. Remove most X_NOT_STDC_ENV code, and assume that __STDC__ is defined 185 (David Dawes). 186 86. Fix makedepend for use on Cygwin/XFree86. 187 Use makedepend on Cygwin/XFree86. 188 Fix SharedDepLibraryTarget so that build dependencies are correct, 189 this fixes libGLU's build problem (Alan Hourihane). 190 191XFree86 4.0.99.900 (18 May 2001) 192 539. Another makedepend bug fix (Marc La France). 193 457. Fix makedepend's integer value parsing and make it understand GCC's 194 #include_next directive as found in glibc & libc5 (Marc La France). 195 196XFree86 4.0.99.3 (26 April 2001) 197 435. Fix makedepend for '//' comment parsing and symbols that contain 198 expressions (Marc La France). 199 200XFree86 4.0.1f (16 November 2000) 201 936. Let makedepend ignore "//" style comments on all platforms, not 202 just Win32, and fix a bug in that code that was causing the line 203 after such comments to also be ignored (#A.189, Guenther Grau). 204 205XFree86 4.0a (6 April 2000) 206 78. Fix an infinite loop problem that can show up in makedepend (#3838, A.10, 207 Jeremy Buhler). 208 209XFree86 3.9Ni (6 October 1998) 2101882. Ansify and remove gcc warnings for imake, makedepend, lndir, makestrs, 211 makekeys and mkg3states) (#2005, Matthieu Herrb). 212 213XFree86 3.9b (4 May 1997) 214 751. Make 'makedepend' understand '-U' on the command line. 215 216XFree86 3.2q (12 January 1997) 217 228. Make makedepend recognise #warning on all OSs (since we have it 218 in shm.h). 219 220XFree86 3.2l (31 December 1996) 221 149. Add support to makedepend for the '^' and '? :' operators 222 (Marc Aurele La France). 223 224XFree86 3.1.2E (13 May 1996) 225 527. Fix makedepend's handling of long typed defines (eg, 1993L) 226 (Kaleb Keithley). 227 228XFree86 3.1.1c (12 March 1995) 229 30. Add predefs to makedepend for FreeBSD and NetBSD. This allows 230 xf86_OSlib.h to be cleaned up a little. 231 232[X.Org, Open Group & X Consortium change logs from X11R6.6 and earlier are 233 not available at this time.] 234