ChangeLog revision 8a954913
1commit 5d1d5150e5863f019e407d572556a8a08e834c1e
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Sat Mar 16 16:25:02 2019 -0700
4
5    imake 1.0.8
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 5366d1c2e0865b84e009127e75a5bd9a2d278fe3
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Fri Dec 7 20:28:00 2018 -0800
12
13    Update configure.ac bug URL for gitlab migration
14    
15    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17commit ed90f727ce513717b5d4809ecbc1909a7281dd3d
18Author: Alan Coopersmith <alan.coopersmith@oracle.com>
19Date:   Fri Dec 7 20:27:55 2018 -0800
20
21    Update README for gitlab migration
22    
23    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
24
25commit 67ec423f8f617ddd09f304b1966114049c81833e
26Author: Andrew Savchenko <bircoph@gmail.com>
27Date:   Fri Feb 16 17:31:16 2018 +0000
28
29    imake support for lcc compiler
30    
31    https://bugs.freedesktop.org/show_bug.cgi?id=105136
32    
33    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
34    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
35
36commit 373a53cdcb59c53599cc95f2dccf8cd42e748443
37Author: Mihail Konev <k.mvc@ya.ru>
38Date:   Thu Jan 26 14:00:22 2017 +1000
39
40    autogen: add default patch prefix
41    
42    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
43
44commit 94430c9cffc4ba5780f76c8130878f23d499811e
45Author: Alan Coopersmith <alan.coopersmith@oracle.com>
46Date:   Fri Dec 11 17:02:10 2015 -0800
47
48    README: reword status section
49    
50    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
51
52commit b1e8e29448467d875b2efe5c83043ec2770e18d6
53Author: Alan Coopersmith <alan.coopersmith@oracle.com>
54Date:   Sat Nov 8 09:41:42 2014 -0800
55
56    Use SEEK_* names instead of raw numbers for fseek whence argument
57    
58    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
59
60commit 6d42b63eb7c9c7da89d431db6f28aff1928bb22a
61Author: Alan Coopersmith <alan.coopersmith@oracle.com>
62Date:   Wed Jun 4 18:14:59 2014 -0700
63
64    autogen.sh: Honor NOCONFIGURE=1
65    
66    See http://people.gnome.org/~walters/docs/build-api.txt
67    
68    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
69
70commit 5e32ede6f904e024f3956484aceb4a4be37d423f
71Author: Alan Coopersmith <alan.coopersmith@oracle.com>
72Date:   Wed Jun 4 18:14:59 2014 -0700
73
74    configure: Drop AM_MAINTAINER_MODE
75    
76    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
77
78commit 4063190bf2fd7e3c61b80e98d72e134609612bf8
79Author: Julien Cristau <jcristau@debian.org>
80Date:   Wed May 21 20:51:03 2014 +0200
81
82    Bump to 1.0.7
83    
84    Signed-off-by: Julien Cristau <jcristau@debian.org>
85
86commit 16e54de5d8c58a1d051a5f4bcb7357aa9f9facff
87Author: Greg Turner <gmt@be-evil.net>
88Date:   Mon Mar 24 20:37:15 2014 +0100
89
90    Pass files to cpp via CLI arg instead of stdin to workaround gcc 4.8 change
91    
92    Replicates Alan Coopersmith's fix for xinit.
93    
94    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=74031
95    
96    Signed-off-by: Julien Cristau <jcristau@debian.org>
97
98commit f231ed52c4adeb071de0553af7a575687a6d3dc5
99Author: Julien Cristau <jcristau@debian.org>
100Date:   Sat Aug 17 12:12:08 2013 +0200
101
102    Replace fprintf with fputs
103    
104    Fix build failure with -Werror=format-security:
105    imake.c:1008:5: error: format not a string literal and no format arguments [-Werror=format-security]
106         fprintf (inFile, command);
107         ^
108    
109    Signed-off-by: Julien Cristau <jcristau@debian.org>
110    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
111
112commit 89494a51d006c20d16d3f08225a0345fecaae546
113Author: Alan Coopersmith <alan.coopersmith@oracle.com>
114Date:   Mon Jul 22 21:52:56 2013 -0700
115
116    imake 1.0.6
117    
118    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
119
120commit bb9cbad3cfaee60bf88ef50b5a165ed9321d4548
121Author: Eric S. Raymond <esr@thyrsus.com>
122Date:   Thu Jun 6 16:11:33 2013 -0400
123
124    Avoid use of low-level troff markup that can't be lifted structurally.
125
126commit 4db5afc933064ab165cd081c0d5a83bef87b770e
127Author: Alan Coopersmith <alan.coopersmith@oracle.com>
128Date:   Sat Jan 19 09:15:52 2013 -0800
129
130    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
131    
132    Regroup AC statements under the Autoconf initialization section.
133    Regroup AM statements under the Automake initialization section.
134    Add missing AC_CONFIG_SRCDIR
135    
136    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
137
138commit 6cb46d6d9c7ce6fbf32381edec5bfa993f8bdda9
139Author: Alan Coopersmith <alan.coopersmith@oracle.com>
140Date:   Fri Jan 4 19:59:14 2013 -0800
141
142    unifdef -U__UNIXOS2__
143    
144    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
145
146commit 1675120e31e1e54f184da2c0cce9d6f6ddb0c892
147Author: Alan Coopersmith <alan.coopersmith@oracle.com>
148Date:   Thu Dec 27 17:00:43 2012 -0800
149
150    Let configure pick cpp path on Solaris, instead of hardcoding in imakemdep.h
151    
152    Simply removing the definition lets the path found by configure be used,
153    seems to be the simplest way to handle the move from /usr/ccs/lib/cpp on
154    Solaris 10 and older to /usr/lib/cpp on Solaris 11 & later.
155    
156    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
157
158commit 5a9246d6804ab8a6f2f23f3f4ace84a415140937
159Author: Alan Coopersmith <alan.coopersmith@oracle.com>
160Date:   Sat Aug 25 11:19:39 2012 -0700
161
162    Ensure inFile is always closed on error in cppit()
163    
164    Another instance of the can-return-in-rare-cases nature of LogFatal()
165    raising red flags in static analysis.
166    
167    Resolves warning from Parfait 1.0.1:
168    Error: File Leak
169       File Leak: Leaked File inFile
170            at line 1719 of imake.c in function 'cppit'.
171              inFile initialized at line 1699 with fopen
172              inFile leaks when inFile != NULL at line 1700
173                  and fprintf(inFile, "%s\n", "/* imake - temporary file */") < 0 at line 1702.
174    
175    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
176
177commit 464ba911c3b84abb0140e9f66756d1cc887f78ad
178Author: Alan Coopersmith <alan.coopersmith@oracle.com>
179Date:   Sat Aug 25 11:10:46 2012 -0700
180
181    Avoid closing inFile twice in CheckImakefileC if LogFatal returns
182    
183    Imake's LogFatal() checks if it's being re-entered and if so, returns,
184    so we can't mark it NORETURN, leading to static analyzers believing it
185    can return even in call paths it shouldn't.
186    
187    Resolves warning from Parfait 1.0.1:
188    Error: File Invalid
189       File not Initialized: The value inFile is not initialized as a file.
190            at line 748 of imake.c in function 'CheckImakefileC'.
191              inFile initialized at line 738 with fopen(masterc, "r").
192              inFile destroyed at line 745 with fclose(inFile).
193    
194    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
195
196commit 061960e38cb0d6873bda2550f6a8952668193888
197Author: Alan Coopersmith <alan.coopersmith@oracle.com>
198Date:   Wed Mar 7 21:47:27 2012 -0800
199
200    imake 1.0.5
201    
202    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
203
204commit 575c3788c8b770a2c32c9d8461bc7422e3b89676
205Author: Alan Coopersmith <alan.coopersmith@oracle.com>
206Date:   Fri Feb 10 18:05:36 2012 -0800
207
208    xmkmf.man: Remove instructions for "X Consortium" monolithic build tree
209    
210    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
211
212commit d33b96db427a2305bd230360c9653a91dbff79e0
213Author: Alan Coopersmith <alan.coopersmith@oracle.com>
214Date:   Fri Oct 7 18:55:13 2011 -0700
215
216    Fix a bunch of "too many arguments for format" warnings
217    
218    Now that the log functions take variable arguments, don't need to pass
219    empty strings when there is no argument for the format string.
220    
221    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
222
223commit 4e3e7fec072591389b4f7b89475ea81e6a4e0ee5
224Author: Alan Coopersmith <alan.coopersmith@oracle.com>
225Date:   Fri Oct 7 18:50:48 2011 -0700
226
227    Convert error logging functions to normal idioms
228    
229    Allows use of printf attributes for checking format strings/arguments,
230    gets rid of LogFatalI wrapper just used for casting int to char *.
231    
232    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
233
234commit 5aed95badf1bab68b848234fdd25da1ea7025264
235Author: Alan Coopersmith <alan.coopersmith@oracle.com>
236Date:   Fri Oct 7 18:36:53 2011 -0700
237
238    Rework temp filename pointers into const & non-const parts
239    
240    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
241
242commit bfdbd65cf45eae6ba3565348cec1eeb09927cf5e
243Author: Alan Coopersmith <alan.coopersmith@oracle.com>
244Date:   Fri Oct 7 18:31:52 2011 -0700
245
246    Add const attributes to fix gcc -Wwrite-strings warnings
247    
248    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
249
250commit 7f299010c9327ab1a65a6b781c58b4c3098d13b7
251Author: Alan Coopersmith <alan.coopersmith@oracle.com>
252Date:   Fri Oct 7 18:11:43 2011 -0700
253
254    Strip trailing whitespace
255    
256    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
257    git diff -w & git diff -b show no diffs from this change
258    
259    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
260
261commit 99bb38c528f87a2692253ede9f54c4320c6f0986
262Author: Alan Coopersmith <alan.coopersmith@oracle.com>
263Date:   Fri Jan 7 20:21:30 2011 -0800
264
265    Remove unused variable in get_sun_compiler_versions
266    
267    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
268
269commit d2e1f5ca4614afbc1ca30581fcb1f6e50423fc06
270Author: Adam Jackson <ajax@nwnk.net>
271Date:   Mon Nov 1 14:29:33 2010 +1000
272
273    Silence useless pedantry warning from find(1) when running cleanlinks.
274    
275    "find: warning: you have specified the -depth option after a non-option
276    argument -type, but options are not positional (-depth affects tests
277    specified before it as well as those specified after it).  Please specify
278    options before other arguments."
279    
280    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
281    Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr>
282
283commit bf237073d39629599cb77bf0144f862c175bb640
284Author: Alan Coopersmith <alan.coopersmith@oracle.com>
285Date:   Sat Oct 30 19:10:35 2010 -0700
286
287    imake 1.0.4
288    
289    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
290
291commit 29c3c8f2fc3859b1c8e1dd1f2327ab51c40fca21
292Author: Gaetan Nadon <memsize@videotron.ca>
293Date:   Sat Oct 30 19:08:31 2010 -0700
294
295    config: update AC_PREREQ statement to 2.60
296    
297    Unrelated to the previous patches, the new value simply reflects
298    the reality that the minimum level for autoconf to configure
299    all x.org modules is 2.60 dated June 2006.
300    
301    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
302    
303    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
304    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
305
306commit 3a3c6e584a1fee04a6bc4c11581c283d5fa8c603
307Author: Alan Coopersmith <alan.coopersmith@oracle.com>
308Date:   Sat Oct 30 19:04:22 2010 -0700
309
310    Use autoconf standard HAVE_MKSTEMP instead of HAS_MKSTEMP
311    
312    We no longer need to maintain compatibility with the monolith
313    Imakefile -D flags in the sources.
314    
315    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
316
317commit f6587b17a6aef0404853ad5113158fddf4a90219
318Author: Alan Coopersmith <alan.coopersmith@oracle.com>
319Date:   Sat Oct 30 18:59:39 2010 -0700
320
321    config: Remove unnecessary calls from configure.ac
322    
323    AC_PROG_CC, AC_PROG_SED, & AC_PROG_INSTALL are provided by
324     XORG_DEFAULT_OPTIONS now
325    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
326    
327    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
328
329commit bdf937d11774595eefc2ded78dcdf52dfe420443
330Author: Alan Coopersmith <alan.coopersmith@oracle.com>
331Date:   Sat Oct 30 18:57:15 2010 -0700
332
333    config: upgrade to util-macros 1.8 for additional man page support
334    
335    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
336    The value of MAN_SUBST is the same for all X.Org packages.
337    
338    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
339
340commit ca3374aee64c71c810159839c9b54c84b2bced24
341Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
342Date:   Tue Apr 27 20:18:10 2010 -0500
343
344    Nuke RCS tags
345    
346    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
347    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
348
349commit 01a05f973d52edc461c1100a939a70ea0ce9b048
350Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
351Date:   Tue Apr 27 20:38:15 2010 -0500
352
353    mkdirhier: use mkdir -p
354    
355    The '-p' option to mkdir(1) is required by SUSv2/Unix98, so we should be
356    able to rely on it on all systems we support.  Some parts need to be
357    left in place in order to not alter some of its ancient, shall we say,
358    quirks.
359    
360    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
361    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
362
363commit 098bf61eb89c3d93d2ed814d3e39e6412f6fcf9e
364Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
365Date:   Tue Apr 27 19:18:27 2010 -0500
366
367    Use standard .gitignore with custom section for imake
368    
369    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
370    Reviewed-by: Gaetan Nadon <gaetan.nadon@videotron.ca>
371
372commit 04da52fb5c4721c0218dbe6537c9ad0f7bd2ab04
373Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
374Date:   Tue Apr 27 19:14:35 2010 -0500
375
376    Use AC_PROG_SED to find sed
377    
378    AC_PROG_SED sets SED as the path to a fully-functional 'sed' (which may
379    also be called 'gsed' if GNU sed is installed alongside a proprietary
380    version).
381    
382    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
383    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
384
385commit 1127a5cb3166f4d5d0564732b3842fe81bf3e701
386Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
387Date:   Tue Apr 27 19:06:32 2010 -0500
388
389    Allow for EXEEXT in appman_DATA rule
390    
391    As a result of commit 22578c3718e41da72c66ce6a4186ec7315d6e3ad:
392    
393    make[1]: *** No rule to make target `imake.exe.1', needed by `all-am'.
394    make[1]: *** No rule to make target `revpath.exe.1', needed by `all-am'.
395    
396    On PE/COFF platforms EXEEXT is set to ".exe" and is appended by automake
397    to all *_PROGRAMS.  For portability this must be accounted for in any
398    custom rules which refer to any *_PROGRAMS.
399    
400    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
401    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
402
403commit 48145e04d24b1c575a22bac69c3c3033f72322fc
404Author: Alan Coopersmith <alan.coopersmith@oracle.com>
405Date:   Thu Apr 15 19:52:20 2010 -0700
406
407    imake 1.0.3
408    
409    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
410
411commit 6a71b39eb5a425aeee13f0e62d225dd0c6bf4e05
412Author: Alan Coopersmith <alan.coopersmith@oracle.com>
413Date:   Thu Apr 15 19:38:50 2010 -0700
414
415    Fill in COPYING file with notices from code & man pages
416    
417    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
418
419commit 8d8c90973f5862e8d324a4e1cd94896a43d0c27e
420Author: Alan Coopersmith <alan.coopersmith@oracle.com>
421Date:   Thu Apr 15 19:22:57 2010 -0700
422
423    Use $(AM_V_GEN) to silence commands for generating scripts & man pages
424    
425    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
426
427commit a00cc6e7bd60eb81aeee4fa7dcbb3a07b352760d
428Author: Alan Coopersmith <alan.coopersmith@oracle.com>
429Date:   Thu Apr 15 19:20:36 2010 -0700
430
431    Migrate to xorg-macros 1.4, with XORG_DEFAULT_OPTIONS & INSTALL
432    
433    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
434
435commit 4e25c6af47bfac6e2b6910f5d415d788cf3398c4
436Author: Gaetan Nadon <memsize@videotron.ca>
437Date:   Wed Jul 8 10:25:14 2009 -0400
438
439    imake: use XORG_CHANGELOG macro to create ChangeLog. #22611
440    
441    Build break: Makefile.am: command not found: git-log
442    
443    Adding the macro in configure.ac and use it in Makefile.am
444    Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611
445    Tested: running autogen.sh, make and 'make dist'
446    
447    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
448    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
449
450commit 2e164f61a461a21a74f2050f8da886373307cc5a
451Author: Alan Coopersmith <alan.coopersmith@sun.com>
452Date:   Wed Jun 24 13:49:13 2009 -0700
453
454    Make cpp statement indenting more consistent
455    
456    Auto-fixed with imdent from Paul Dubois (of imake book infamy)
457    Also stripped trailing whitespace to make git happier
458    
459    git diff -w shows no changes in this patch other than whitespace
460    
461    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
462
463commit 29e3bccdb5dbc5ea45d58bd3d454a4b8cda36398
464Author: Alan Coopersmith <alan.coopersmith@sun.com>
465Date:   Wed Jun 24 13:45:09 2009 -0700
466
467    Drop some ancient SunOS 4 & A/UX support bits
468    
469    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
470
471commit 209bab8478a5a205d715a5f2f50cd32c4b69581e
472Author: Alan Coopersmith <alan.coopersmith@sun.com>
473Date:   Wed Jun 24 13:43:15 2009 -0700
474
475    Drop some unused #if 0 & #ifdef MONOLITH sections
476    
477    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
478
479commit 5667fbb0f85f2b34aaba7ea702e7d252f2d4adb6
480Author: Alan Coopersmith <alan.coopersmith@sun.com>
481Date:   Mon Jun 22 18:59:09 2009 -0700
482
483    Convert HAS_MKSTEMP check from #if ...OS list... to autoconf
484    
485    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
486
487commit 22578c3718e41da72c66ce6a4186ec7315d6e3ad
488Author: Alan Coopersmith <alan.coopersmith@sun.com>
489Date:   Mon Jun 22 18:26:21 2009 -0700
490
491    Only install man pages for programs/scripts being installed
492    
493    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
494
495commit 705178e8f8414730739386f8841cd99f49184d56
496Author: Alan Coopersmith <alan.coopersmith@sun.com>
497Date:   Mon Jun 22 18:18:50 2009 -0700
498
499    Add .gitignore
500    
501    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
502
503commit 8f0d3c8cb5e74faffbb546b0a0b47a883859fd24
504Author: Alan Coopersmith <alan.coopersmith@sun.com>
505Date:   Mon Jun 22 18:15:26 2009 -0700
506
507    Doc updates: reflect current state, pointers to Paul Dubois website/book
508    
509    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
510
511commit eb8e41c3b3f280c34947579a5ee9fa511aee9acf
512Merge: e215b32 9653950
513Author: Jeremy C. Reed <reed@tx.reedmedia.net>
514Date:   Thu Feb 14 23:27:42 2008 -0600
515
516    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/util/imake
517
518commit e215b32a5b46a0c49be1baa4595f258f275c3fb0
519Author: Jeremy C. Reed <reed@tx.reedmedia.net>
520Date:   Thu Feb 14 22:41:51 2008 -0600
521
522    Stop core dump.
523    
524    Don't abort() if pclose(). Because pipe may have already closed.
525    
526    This is in get_stackprotector (only on OpenBSD and DragonFly).
527
528commit 96539504eec3e6e1e43a6f894770835765b0007d
529Author: Jeremy C. Reed <reed@tx.reedmedia.net>
530Date:   Thu Feb 14 22:41:51 2008 -0600
531
532    Stop core dump.
533    
534    Don't abort() if pclose(). Because pipe may have already closed.
535    
536    This is in get_stackprotector (only on OpenBSD and DragonFly).
537    
538    I doubt this function even worked, because gcc -v goes to stderr so
539    it reads nothing.
540
541commit 7e541aa0efe7000972d992a3c1569c4f7a8d9201
542Author: James Cloos <cloos@jhcloos.com>
543Date:   Thu Dec 6 16:39:16 2007 -0500
544
545    Replace static ChangeLog with dist-hook to generate from git log
546
547commit e10ad52b0a0d4fc63120e6b301d21f0829beef77
548Author: Adam Jackson <ajax@nwnk.net>
549Date:   Fri May 19 18:44:42 2006 +0000
550
551    Bump to 1.0.2
552
553commit ef2ef80f564098fe244c5a2065930b8502879043
554Author: Donnie Berkholz <spyderous@gentoo.org>
555Date:   Sat Apr 8 21:43:31 2006 +0000
556
557    Allow specifying TMPDIR environment variable to use instead of /tmp, for
558        systems on which /tmp is mounted noexec (Martin Schlemmer).
559
560commit b8d8f49ba2660d4d84ca9c3e4a82118a07c4e889
561Author: Kevin E Martin <kem@kem.org>
562Date:   Wed Dec 21 02:30:08 2005 +0000
563
564    Update package version for X11R7 release.
565
566commit 7dd15a5adbad23deba0a7c2b5bb39a7bb39e70d6
567Author: Adam Jackson <ajax@nwnk.net>
568Date:   Mon Dec 19 16:36:01 2005 +0000
569
570    Stub COPYING files
571
572commit bad47fc3927b766cde5af54c6c9786f2dac5345c
573Author: Kevin E Martin <kem@kem.org>
574Date:   Thu Dec 15 00:24:40 2005 +0000
575
576    Update package version number for final X11R7 release candidate.
577
578commit 4c12f30420340a4a4f0f6f0d21d20da988982820
579Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
580Date:   Sun Dec 11 17:18:40 2005 +0000
581
582    Fix mkhtmlindex rules to not use $< so they work with non-GNU makes.
583
584commit b87a680569dd388ad108d43087aee6c8a50ff663
585Author: Kevin E Martin <kem@kem.org>
586Date:   Sat Dec 10 16:30:35 2005 +0000
587
588    Add support for building imake config utilities.
589
590commit 15cb7c3dfb5b7d4a9e5d84514c8c5140ff6050c8
591Author: Kevin E Martin <kem@kem.org>
592Date:   Tue Dec 6 22:48:46 2005 +0000
593
594    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
595
596commit bab6d99929b6dfa339993093ea7dacffc98c5acd
597Author: Kevin E Martin <kem@kem.org>
598Date:   Sat Dec 3 05:49:47 2005 +0000
599
600    Update package version number for X11R7 RC3 release.
601
602commit a7790a9fc6e70f5dcefbe58219b5192857c88c45
603Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
604Date:   Mon Nov 28 22:00:24 2005 +0000
605
606    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
607        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
608
609commit c9db5d7eb65a59b7e4bae091acb8194bd01de284
610Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
611Date:   Thu Nov 24 18:06:39 2005 +0000
612
613    Add makeg script & man page to imake package
614
615commit d6313cf27320281f24d6f852fc7f8d0bb8aacd6b
616Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
617Date:   Sat Nov 12 19:55:28 2005 +0000
618
619    Substitute variables in man pages Set CPP_PROGRAM to path to cpp
620
621commit cd8ef36c4862f710621c35a4732ca3d0e49e8d5e
622Author: Kevin E Martin <kem@kem.org>
623Date:   Wed Nov 9 21:25:57 2005 +0000
624
625    Update package version number for X11R7 RC2 release.
626
627commit e53156a68f0138a8b0af408436fd54826b677cc6
628Author: Kean Johnson <kean@armory.com>
629Date:   Tue Nov 8 06:33:24 2005 +0000
630
631    See ChangeLog entry 2005-11-07 for details.
632
633commit 009b63897b8d2bc4fd27ff04bc3884317cf0b17d
634Author: Kevin E Martin <kem@kem.org>
635Date:   Wed Oct 19 02:48:16 2005 +0000
636
637    Update package version number for RC1 release.
638
639commit 19f4715eb18c20d357f03ca6b245bec5e58833e5
640Author: Kevin E Martin <kem@kem.org>
641Date:   Sat Oct 8 20:46:40 2005 +0000
642
643    Updates for modular build
644
645commit f4937241d85b026f0beca69eba8ce448143e3f0f
646Author: Kevin E Martin <kem@kem.org>
647Date:   Sat Oct 8 20:38:57 2005 +0000
648
649    Build system for imake
650
651commit 5acc1119e447c0855f649b9d8ae8ddb9cf8373b7
652Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
653Date:   Mon Oct 3 16:17:10 2005 +0000
654
655    Bug #3812 <https://bugs.freedesktop.org/show_bug.cgi?id=3812> Patch #3462
656        <https://bugs.freedesktop.org/attachment.cgi?id=3462> GNU/kFreeBSD
657        Imake support (Robert Millan)
658
659commit ea133dd95dbd63d5db79af1f364e9678331989e2
660Author: Daniel Stone <daniel@fooishbar.org>
661Date:   Fri Aug 26 05:01:37 2005 +0000
662
663    Make makedepend excruciatingly safe (Debian #011).
664
665commit 5f90561e8ddcccec3d35355c7b4ad5925031f5d5
666Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
667Date:   Mon Aug 1 02:13:55 2005 +0000
668
669    Pass through __BUILTIN_VA_STRUCT and __BUILTIN_VA_ARG_INCR defines in
670        makedepend so it doesn't issue errors when source files include
671        <varargs.h> or <stdarg.h> on Solaris 10.
672
673commit 65ea7b4cc68153673dcdce016acd6ee6acc4aec3
674Author: Roland Mainz <roland.mainz@nrubsig.org>
675Date:   Wed Mar 2 11:20:29 2005 +0000
676
677    xc/config/cf/DragonFly.cf
678    xc/config/cf/Imake.cf
679    xc/config/cf/Imakefile
680    xc/config/imake/imake.c
681    xc/config/imake/imakemdep.h
682    xc/extras/drm/shared/drm.h
683    xc/include/Xos_r.h
684    xc/lib/xtrans/Xtranssock.c
685    xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h
686    xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h
687    xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c
688    //bugs.freedesktop.org/show_bug.cgi?id=1712) attachment #2004
689        (https://bugs.freedesktop.org/attachment.cgi?id=2004): Add support for
690        DragonFly/BSD platform. Patch by Jeroen Ruigrok <asmodai@tendra.org>
691        and Mike Verona <firedragonfly@gmail.com>.
692
693commit ecdad73b62bb3222d02667d2add16d7417a5da9b
694Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
695Date:   Thu Feb 24 15:31:09 2005 +0000
696
697    enable detection of gcc compiler for cygwin and mingw
698
699commit af6a6a1c8a30b88b2eb80aa47f58fd8ae26d9677
700Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
701Date:   Wed Jan 19 22:28:20 2005 +0000
702
703    Pass through additional #defines for Solaris. (Sun bug id #5097074 - Alan
704        Coopersmith)
705
706commit 19e94341580c4c108c8d1615ae4542e2ee27431a
707Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
708Date:   Sat Dec 4 00:42:46 2004 +0000
709
710    Encoding of numerous files changed to UTF-8
711
712commit eb6967199448890591bec799d70c45827bc188eb
713Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
714Date:   Mon Nov 15 15:06:52 2004 +0000
715
716    Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
717        mingw (Win32) port
718
719commit 36fbf892d1c2740afa51911b6f2c2e4bf8f871c0
720Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
721Date:   Sat Oct 30 20:33:43 2004 +0000
722
723    Add -d flag for compilers like the Sun C compilers that produce dependency
724        lists themselves. To use with the Sun compilers, add to host.def: #
725        define UseCCMakeDepend YES # define DependFlags -cc $(CC) -d -xM (Sun
726        bug id #4245688 - fix by Alan Coopersmith)
727    Add Solaris to the platforms on which mprotect is run to set execute
728        permissions when necessary. (Sun bug id #6175128 - fix by Alan
729        Coopersmith)
730    Internationalize digital output (Sun bug id #4119396 - fix by Steve
731        Swales), add -bgpixmap option to set XPM file as background (originally
732        from STSF project version of xclock by Alan Coopersmith)
733    xc/programs/xmodmap/handle.c,pf.c xmodmap was printing line numbers which
734        are one too low in error messages (Xorg bugzilla #1739, Sun bug id
735        4637857 - fix by Sam Lau)
736
737commit 02fa88c73e7df616e1c620996d613b56a119ea4d
738Author: Egbert Eich <eich@suse.de>
739Date:   Tue Oct 19 13:50:06 2004 +0000
740
741    Enabling modules and DRI for Linux HPPA.
742    Removing hpsocket.c as it isn't used anywhere any more (Bugzilla #1584).
743
744commit 8be49ad988e8072389042bb9240b074b89a828ad
745Author: Egbert Eich <eich@suse.de>
746Date:   Mon Oct 18 14:26:35 2004 +0000
747
748    powerpc/powerpc64 build fixes.
749
750commit 53f7aa94ebd7864b411320efe8a615580fad7085
751Author: Matthieu Herrb <matthieu.herrb@laas.fr>
752Date:   Sat Oct 9 22:04:13 2004 +0000
753
754    Fix ProPolice support for OpenBSD (merge with the HasGccStackProtector
755        define that was used on OpenBSD).
756    remove -ansi from DefaultCCOptions on OpenBSD.
757
758commit a60680db574e2e6c910352c4093c06dc562741ef
759Author: Kevin E Martin <kem@kem.org>
760Date:   Wed Aug 11 21:14:02 2004 +0000
761
762    Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan Coopersmith).
763
764commit e3174f16ac5aabc0da0c22c79b138103eaba0c28
765Author: Eric Anholt <anholt@freebsd.org>
766Date:   Fri Jun 11 17:59:30 2004 +0000
767
768    Allow overriding of os version with OSREL env var on FreeBSD. Used in the
769        ports cluster and cross-version testing.
770
771commit 73f12a29fbfdac7f1cb7956f32564e253e313527
772Author: Egbert Eich <eich@suse.de>
773Date:   Thu May 6 17:31:17 2004 +0000
774
775    BugZilla #601: Fixing makedepend choking on floating point exception
776        because CHAR_BIT is defined to __CHAR_BIT__ which is a compiler
777        intrinsic define. BugZilla #605: Fixing build on IA64 which is broken
778        due to the inclusion of the kernel header asm/page.h. Kernel headers
779        however don't work with
780    -ansi. The inclusion of asm/page.h can however savely be removed as it
781        there are plenty of other ways to determine the page size.
782
783commit e825f4eabd82155a1327c42f16a6e3bcba96b311
784Author: Egbert Eich <eich@suse.de>
785Date:   Fri Apr 23 18:42:00 2004 +0000
786
787    Merging XORG-CURRENT into trunk
788
789commit fa8f86352aab5825ca289969cfd11d90e56eb579
790Author: Egbert Eich <eich@suse.de>
791Date:   Sun Mar 14 08:27:28 2004 +0000
792
793    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
794
795commit 6c30fa731ba63151d792f278bf0b4dc3d2010d43
796Author: Egbert Eich <eich@suse.de>
797Date:   Wed Mar 3 12:09:38 2004 +0000
798
799    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
800
801commit aa4808e4d4245d9ef0e6dae09670295da49972d0
802Author: Egbert Eich <eich@suse.de>
803Date:   Thu Feb 26 13:34:16 2004 +0000
804
805    readding XFree86's cvs IDs
806
807commit cb1cabdedcd488a729923ef6677b5e7b13cb3d5a
808Author: Egbert Eich <eich@suse.de>
809Date:   Thu Feb 26 09:21:15 2004 +0000
810
811    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
812
813commit b1abaa61cb80aa0c282dbb15c8d834c36c2c9443
814Author: Egbert Eich <eich@suse.de>
815Date:   Thu Jan 29 08:06:33 2004 +0000
816
817    Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
818
819commit 91f4b859c20d25898da3324921758c2d35523fd5
820Author: Kaleb Keithley <kaleb@freedesktop.org>
821Date:   Tue Nov 25 19:26:56 2003 +0000
822
823    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
824
825commit e5ab5c93d3178aa82b66e2c086b54e042930725e
826Author: Kaleb Keithley <kaleb@freedesktop.org>
827Date:   Fri Nov 14 16:48:20 2003 +0000
828
829    XFree86 4.3.0.1
830
831commit 1bc16368b0ff5701fa740aba943ac47a4f99b258
832Author: Kaleb Keithley <kaleb@freedesktop.org>
833Date:   Fri Nov 14 16:48:20 2003 +0000
834
835    Initial revision
836
837commit 86fae01174ab672736557a4bb1b2188cf3cec064
838Author: Kaleb Keithley <kaleb@freedesktop.org>
839Date:   Fri Nov 14 15:54:29 2003 +0000
840
841    R6.6 is the Xorg base-line
842