ChangeLog revision d43532a6
1commit b6605e3945eaaabbd090672f33e888d394f9a4f0
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Wed Mar 7 21:52:14 2012 -0800
4
5    makedepend 1.0.4
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit cb8bbc06de0baf2dff4a703e6d2bb47bdf90d896
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Fri Oct 7 18:07:24 2011 -0700
12
13    define(): Avoid assigning constant string to non-const char *
14    
15    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17commit b9770941ae829ad2cb985efe809d6e3dd690648b
18Author: Alan Coopersmith <alan.coopersmith@oracle.com>
19Date:   Fri Oct 7 18:02:34 2011 -0700
20
21    Call strdup directly, instead of via copy macro
22    
23    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
24
25commit 0ecf5f3251033ab6efa1a0d881f75ed9ce60b5a4
26Author: Alan Coopersmith <alan.coopersmith@oracle.com>
27Date:   Fri Oct 7 18:00:39 2011 -0700
28
29    Add const attributes to fix gcc -Wwrite-strings warnings
30    
31    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
32
33commit 97ae52f80f9e382917889bde1913367572e89012
34Author: Alan Coopersmith <alan.coopersmith@oracle.com>
35Date:   Fri Oct 7 17:47:36 2011 -0700
36
37    Move extern variable declarations to common header (def.h)
38    
39    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
40
41commit 3602fb0b7ba2bde9c73610693dbb50534fe42b81
42Author: Alan Coopersmith <alan.coopersmith@oracle.com>
43Date:   Fri Oct 7 17:34:17 2011 -0700
44
45    Strip trailing whitespace
46    
47    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
48    git diff -w & git diff -b show no diffs from this change
49    
50    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
51
52commit c1f32dc1d4c1758065468e1f5d34707099f59f33
53Author: Stuart Kreitman <Stuart.Kreitman@Oracle.COM>
54Date:   Mon May 24 14:21:21 2010 -0700
55
56    Raise MAXFILES from 1024 to 2048
57    
58    Required in order to build OpenTTD on Solaris
59    http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6917536
60    
61    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
62
63commit cc23acdd80fa0cad53e46f99cd0ff5998ec7f607
64Author: Cyril Brulebois <kibi@debian.org>
65Date:   Sun Oct 31 15:50:36 2010 +0100
66
67    Fix bashism: shell string comparison is =, not ==.
68    
69    Signed-off-by: Cyril Brulebois <kibi@debian.org>
70    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
71
72commit 186aae76a84860d0efef638ff499ab1968fffd75
73Author: Alan Coopersmith <alan.coopersmith@oracle.com>
74Date:   Fri Oct 29 22:53:25 2010 -0700
75
76    Add README with pointers to mailing list, bugzilla & git repos
77    
78    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
79
80commit e67389ecc0c425bcfec0a3184ee48919e0e2c61a
81Author: Alan Coopersmith <alan.coopersmith@oracle.com>
82Date:   Fri Oct 29 22:45:35 2010 -0700
83
84    makedepend 1.0.3
85    
86    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
87
88commit bf25a6cb4888e5cf6827cd51cb7ee282cfb6cf47
89Author: Alan Coopersmith <alan.coopersmith@oracle.com>
90Date:   Fri Oct 29 22:39:51 2010 -0700
91
92    config: upgrade to util-macros 1.8 for additional man page support
93    
94    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
95    The value of MAN_SUBST is the same for all X.Org packages.
96    
97    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
98    Enables use of platform appropriate version of sed.
99    
100    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
101
102commit 7963cc382a3a351410b1342a9783df3af8516944
103Author: Gaetan Nadon <memsize@videotron.ca>
104Date:   Tue Jul 20 18:45:18 2010 -0400
105
106    config: update AC_PREREQ statement to 2.60
107    
108    Unrelated to the previous patches, the new value simply reflects
109    the reality that the minimum level for autoconf to configure
110    all x.org modules is 2.60 dated June 2006.
111    
112    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
113    
114    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
115
116commit 58bd34e6c3662ef06e9ef0dd78d69f003df42bdc
117Author: Alan Coopersmith <alan.coopersmith@oracle.com>
118Date:   Fri May 14 21:14:44 2010 -0700
119
120    Convert testcase from bug 28045 into automake "make check" test
121    
122    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
123
124commit 8522c314da7537169996476fe5ba411f720a09fe
125Author: Martin Pärtel <lagitus@mbnet.fi>
126Date:   Fri May 14 21:00:15 2010 -0700
127
128    Bug 28045 - makedepend fails on directory named like an include file
129    
130    <https://bugs.freedesktop.org/show_bug.cgi?id=28045>
131    
132    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
133
134commit c976a7fc7c21772c00de9e61178cf467c6a10b57
135Author: Alan Coopersmith <alan.coopersmith@sun.com>
136Date:   Sat Oct 10 22:08:09 2009 -0700
137
138    makedepend 1.0.2
139    
140    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
141
142commit c2abfbb9ea21bec53706295064c328e5d2721abd
143Author: Alan Coopersmith <alan.coopersmith@sun.com>
144Date:   Sat Oct 10 22:07:44 2009 -0700
145
146    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
147    
148    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
149
150commit f3bbd454d8220a0c30c1a788965a7f16501350ab
151Author: Alan Coopersmith <alan.coopersmith@sun.com>
152Date:   Sat Oct 10 21:03:53 2009 -0700
153
154    Remove CVS/RCS version tags
155    
156    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
157
158commit 42ee120e8c49c5f9aaba35689e09f9ecef407758
159Author: Alan Coopersmith <alan.coopersmith@sun.com>
160Date:   Tue Mar 24 18:47:23 2009 -0700
161
162    Fix gcc, sparse & lint warnings
163    
164    cppsetup.c:74:9: warning: Using plain integer as NULL pointer
165    
166    parse.c: In function `gobble':
167    parse.c:94: warning: int format, long int arg (arg 2)
168    parse.c: In function `find_includes':
169    parse.c:641: warning: int format, long int arg (arg 2)
170    parse.c:664: warning: int format, long int arg (arg 2)
171    parse.c:677: warning: int format, long int arg (arg 2)
172    parse.c:684: warning: int format, long int arg (arg 2)
173    
174    pr.c: In function `add_include':
175    pr.c:57: warning: int format, long int arg (arg 4)
176    pr.c:59: warning: int format, long int arg (arg 3)
177    
178    declared global, could be static
179        sig_act             main.c(142)
180        predefs             main.c:imakemdep.h(51)
181    
182    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
183
184commit c7c7197d265a299c82c6629fba867730aad81375
185Author: Alan Coopersmith <alan.coopersmith@sun.com>
186Date:   Tue Mar 24 18:22:37 2009 -0700
187
188    Increased constification
189    
190    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
191
192commit a6a8afb0a82a175822077442f44865c75ab70ff1
193Author: Alan Coopersmith <alan.coopersmith@sun.com>
194Date:   Tue Mar 24 17:34:42 2009 -0700
195
196    Remove #ifdef'ed code that's never used
197    
198    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
199
200commit 3e8c1a2a8e7db49b06f602c2fc5a8108d74dd384
201Author: Alan Coopersmith <alan.coopersmith@sun.com>
202Date:   Tue Mar 24 17:27:47 2009 -0700
203
204    Remove ifdef checks for macII left over from ancient A/UX 3.0 support
205    
206    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
207
208commit e3bc51e4ea2dce1901c4f7ce43df2f456ececdcf
209Author: Alan Coopersmith <alan.coopersmith@sun.com>
210Date:   Tue Mar 24 17:25:56 2009 -0700
211
212    Use XORG_CHANGELOG, XORG_CWARNFLAGS, and XORG_WITH_LINT macros
213    
214    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
215
216commit cc3112b6d0434d8e7ecbe3832a5aa48cd0f5185d
217Author: Alan Coopersmith <alan.coopersmith@sun.com>
218Date:   Tue Mar 24 16:34:45 2009 -0700
219
220    Add additional predefines needed to match Solaris compilers
221    
222    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
223
224commit f871e026bedc296c235dae02e533617fe9a4d3f2
225Author: Alan Coopersmith <alan.coopersmith@sun.com>
226Date:   Tue Mar 24 16:16:47 2009 -0700
227
228    Delete portions of imakemdep.h not used by makedepend
229    
230    This header was shared by imake & makedepend in the monolith, but each
231    got its own copy in the modular builds.
232    
233    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
234
235commit 26cb2802170d349fa1b2ab2237e6f2c0d1df1709
236Author: Alan Coopersmith <alan.coopersmith@sun.com>
237Date:   Tue Mar 24 16:02:55 2009 -0700
238
239    Add .gitignore
240    
241    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
242
243commit 4d821427ac3e7e3de86f46e3b1e638c65758b774
244Author: Alan Coopersmith <alan.coopersmith@sun.com>
245Date:   Tue Mar 24 16:00:19 2009 -0700
246
247    Use AM_CPPFLAGS instead of makedepend_CPPFLAGS to avoid mangled .o names
248    
249    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
250
251commit 617fc1304afdca2fb82e3a65d9a4999058d86021
252Author: James Cloos <cloos@jhcloos.com>
253Date:   Thu Dec 6 16:39:17 2007 -0500
254
255    Replace static ChangeLog with dist-hook to generate from git log
256
257commit 5239f25be018b2e9cf3620d5c1c62bac4e1e116d
258Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
259Date:   Wed Mar 21 15:27:57 2007 -0500
260
261    Update version for release.
262
263commit e2bea6a0278f182f9cc8b7bac660da49d24d2e50
264Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
265Date:   Fri Jun 2 19:21:52 2006 +0000
266
267    Coverity #925: Pointer "file" dereferenced before NULL check
268
269commit fbb0a1b59b410a5873cf33c4cedc32f32ea03a59
270Author: Kevin E Martin <kem@kem.org>
271Date:   Thu Dec 15 00:24:40 2005 +0000
272
273    Update package version number for final X11R7 release candidate.
274
275commit cbb537c9276302f56c82c0dd010db400bd605f57
276Author: Adam Jackson <ajax@nwnk.net>
277Date:   Fri Dec 9 18:27:47 2005 +0000
278
279    Bug #4380: Avoid dividing by zero in gccmakedepend (Vincent Le Ligeour)
280
281commit 34c35bcb3851909468c679c2014b6197c7be270e
282Author: Kevin E Martin <kem@kem.org>
283Date:   Tue Dec 6 22:48:47 2005 +0000
284
285    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
286
287commit c30b8896d6a6e1272e7e703cac5866802a5e30a2
288Author: Kevin E Martin <kem@kem.org>
289Date:   Sat Dec 3 05:49:47 2005 +0000
290
291    Update package version number for X11R7 RC3 release.
292
293commit 0f756745a930e995fb529ffe34cd7f7d36c68d4a
294Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
295Date:   Mon Nov 28 22:00:24 2005 +0000
296
297    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
298        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
299
300commit 9bd896db001a270770506c25232435ddeb7a7f22
301Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
302Date:   Sun Nov 20 03:24:01 2005 +0000
303
304    Remove duplicate setting of EXTRA_DIST
305
306commit 3a5f945b6e15c6799b2a796f82ed1222140fc62d
307Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
308Date:   Sat Nov 12 20:04:58 2005 +0000
309
310    Substitute variables in man page
311    [Also resync Changelog with monolith]
312
313commit aaa64b9dc41b6b3ed3f5acd7eb2b517c3499a521
314Author: Kevin E Martin <kem@kem.org>
315Date:   Wed Nov 9 21:25:57 2005 +0000
316
317    Update package version number for X11R7 RC2 release.
318
319commit 3ead9564d1f63a1080c97b1ba44af17a74938485
320Author: Kean Johnson <kean@armory.com>
321Date:   Tue Nov 8 06:33:24 2005 +0000
322
323    See ChangeLog entry 2005-11-07 for details.
324
325commit d13a9d5d03bf5ebab5c847bdc616f276971d39d8
326Author: Kevin E Martin <kem@kem.org>
327Date:   Wed Oct 19 02:48:17 2005 +0000
328
329    Update package version number for RC1 release.
330
331commit 3b21840ce7b2c7825c40dd3f0463d66aee692fc6
332Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
333Date:   Mon Oct 3 16:17:10 2005 +0000
334
335    Bug #3812 <https://bugs.freedesktop.org/show_bug.cgi?id=3812> Patch #3462
336        <https://bugs.freedesktop.org/attachment.cgi?id=3462> GNU/kFreeBSD
337        Imake support (Robert Millan)
338
339commit f002b90281e623b7611565a49a5d12fb517800ae
340Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
341Date:   Mon Aug 1 02:13:55 2005 +0000
342
343    Pass through __BUILTIN_VA_STRUCT and __BUILTIN_VA_ARG_INCR defines in
344        makedepend so it doesn't issue errors when source files include
345        <varargs.h> or <stdarg.h> on Solaris 10.
346
347commit ddabc8840aee8a90ea6b7f6fe8f1af7f692a2576
348Author: Kevin E Martin <kem@kem.org>
349Date:   Fri Jul 29 21:22:58 2005 +0000
350
351    Various changes preparing packages for RC0:
352    - Verify and update package version numbers as needed
353    - Implement versioning scheme
354    - Change bug address to point to bugzilla bug entry form
355    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
356        reenable it)
357    - Fix makedepend to use pkgconfig and pass distcheck
358    - Update build script to build macros first
359    - Update modular Xorg version
360
361commit c8e6f83244036256d3f56c35ec8c60f03dc51275
362Author: Kevin E Martin <kem@kem.org>
363Date:   Fri Jul 29 18:42:37 2005 +0000
364
365    Update #includes to use <X11/*.h> for modularization.
366
367commit 275c17136006f9d3929c9547642f1ed3f95d5683
368Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
369Date:   Tue Jul 5 19:02:01 2005 +0000
370
371    Bugzilla #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch
372        #2320 <https://bugs.freedesktop.org/attachment.cgi?id=2320>
373    Remove warning about whitespace in pre-processor defines. (Peter
374        Breitenlohner)
375
376commit 9debe1d47d8869949b15f5ea43222f5b22465b32
377Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
378Date:   Sun May 22 19:01:58 2005 +0000
379
380    Add makedepend man page
381
382commit 1ee2b235655779213e8b5e0455104161a88a536c
383Author: Adam Jackson <ajax@nwnk.net>
384Date:   Thu May 19 00:22:44 2005 +0000
385
386    revert last change, didn't do right thing at all, sorry for the noise
387
388commit d22b9d44523591e042569112aaba3b7437dd4c7e
389Author: Adam Jackson <ajax@nwnk.net>
390Date:   Thu May 19 00:10:23 2005 +0000
391
392    Require automake 1.7 in AM_INIT_AUTOMAKE
393
394commit b0e61cfcfbb56696597eb65511c74ad901d62b58
395Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
396Date:   Sun May 15 21:16:24 2005 +0000
397
398    Initial attempt at autotooling/modular conversion of makedepend
399
400commit dabc4c7abcba043e206745bdb101aafb48c00c71
401Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
402Date:   Sun May 15 21:06:38 2005 +0000
403
404    [Modularization/autotooling project] Add support for building with autoconf
405        #ifdefs if present. #include "makedepend-config.h" if HAVE_CONFIG_H is
406        defined.
407
408commit 4a64cca6526e26c93f7011ba5e4fedb511af4560
409Author: Roland Mainz <roland.mainz@nrubsig.org>
410Date:   Wed Mar 2 11:20:29 2005 +0000
411
412    xc/config/cf/DragonFly.cf
413    xc/config/cf/Imake.cf
414    xc/config/cf/Imakefile
415    xc/config/imake/imake.c
416    xc/config/imake/imakemdep.h
417    xc/extras/drm/shared/drm.h
418    xc/include/Xos_r.h
419    xc/lib/xtrans/Xtranssock.c
420    xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h
421    xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h
422    xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c
423    //bugs.freedesktop.org/show_bug.cgi?id=1712) attachment #2004
424        (https://bugs.freedesktop.org/attachment.cgi?id=2004): Add support for
425        DragonFly/BSD platform. Patch by Jeroen Ruigrok <asmodai@tendra.org>
426        and Mike Verona <firedragonfly@gmail.com>.
427
428commit a2abf77f552d3930d07721e2aa388bb8d87a621a
429Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
430Date:   Wed Jan 19 22:28:20 2005 +0000
431
432    Pass through additional #defines for Solaris. (Sun bug id #5097074 - Alan
433        Coopersmith)
434
435commit 33dd47009fe09ce9e5628df51914821d416be78d
436Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
437Date:   Mon Nov 15 15:06:52 2004 +0000
438
439    Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
440        mingw (Win32) port
441
442commit 67b078bc115ca3c52545b9dacb2b0fc0a1c9e90e
443Author: Egbert Eich <eich@suse.de>
444Date:   Tue Oct 19 13:50:06 2004 +0000
445
446    Enabling modules and DRI for Linux HPPA.
447    Removing hpsocket.c as it isn't used anywhere any more (Bugzilla #1584).
448
449commit 967895bc594e45f065a97005a248ef71139eb269
450Author: Egbert Eich <eich@suse.de>
451Date:   Mon Oct 18 14:26:35 2004 +0000
452
453    powerpc/powerpc64 build fixes.
454
455commit f1300e657659259b4082ad83de3b59a7b6b1094b
456Author: Kevin E Martin <kem@kem.org>
457Date:   Wed Aug 11 21:14:02 2004 +0000
458
459    Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan Coopersmith).
460
461commit 1529cb60b2652030598008c151678100ffc3f9ac
462Author: Egbert Eich <eich@suse.de>
463Date:   Thu May 6 17:31:17 2004 +0000
464
465    BugZilla #601: Fixing makedepend choking on floating point exception
466        because CHAR_BIT is defined to __CHAR_BIT__ which is a compiler
467        intrinsic define. BugZilla #605: Fixing build on IA64 which is broken
468        due to the inclusion of the kernel header asm/page.h. Kernel headers
469        however don't work with
470    -ansi. The inclusion of asm/page.h can however savely be removed as it
471        there are plenty of other ways to determine the page size.
472
473commit 25324cd43b4735cafa7b6900ad23356f44077bc6
474Author: Egbert Eich <eich@suse.de>
475Date:   Fri Apr 23 18:42:00 2004 +0000
476
477    Merging XORG-CURRENT into trunk
478
479commit 97527faa1b2b9f66be7171454161f273b986ee46
480Author: Egbert Eich <eich@suse.de>
481Date:   Sun Mar 14 08:27:26 2004 +0000
482
483    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
484
485commit cc985b59a40838d617ec2c5b03771620e56fe461
486Author: Egbert Eich <eich@suse.de>
487Date:   Wed Mar 3 12:09:38 2004 +0000
488
489    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
490
491commit 9820a186a6d0e6b16909264c67f49b0a858ac07c
492Author: Egbert Eich <eich@suse.de>
493Date:   Thu Feb 26 13:34:16 2004 +0000
494
495    readding XFree86's cvs IDs
496
497commit d5b34044c15be35736038c188d2681cf7cfb63a9
498Author: Egbert Eich <eich@suse.de>
499Date:   Thu Feb 26 09:21:14 2004 +0000
500
501    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
502
503commit 7ff0f162b4f5a062dd4e58e7ce110757f539465b
504Author: Egbert Eich <eich@suse.de>
505Date:   Thu Jan 29 08:06:33 2004 +0000
506
507    Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
508
509commit 200c9bd9793c0d2dbefd1f0a2be197a2d4e3a364
510Author: Kaleb Keithley <kaleb@freedesktop.org>
511Date:   Tue Nov 25 19:26:56 2003 +0000
512
513    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
514
515commit a15b8ac6912cef59d7e1ba7a80e58466e2c9fcba
516Author: Kaleb Keithley <kaleb@freedesktop.org>
517Date:   Fri Nov 14 16:48:20 2003 +0000
518
519    XFree86 4.3.0.1
520
521commit ac5d447a2f18bdd07d5f97bb27cd9d065e30f683
522Author: Kaleb Keithley <kaleb@freedesktop.org>
523Date:   Fri Nov 14 15:54:29 2003 +0000
524
525    R6.6 is the Xorg base-line
526