gcc_update (files_and_dependencies): Fix rule for libgomp/testsuite/Makefile.in.
[platform/upstream/gcc.git] / contrib / ChangeLog
1 2013-10-11  Thomas Schwinge  <thomas@codesourcery.com>
2
3         * gcc_update (files_and_dependencies): Fix rule for
4         libgomp/testsuite/Makefile.in.
5
6 2013-10-01  Joern Rennecke  <joern.rennecke@embecosm.com>
7
8         * config-list.mk: Add arc configurations.
9
10 2013-09-27  Diego Novillo  <dnovillo@google.com>
11
12         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
13
14 2013-09-12  DJ Delorie  <dj@redhat.com>
15
16         * config-list.mk: Add msp430-elf.
17
18 2013-08-31  Diego Novillo  <dnovillo@google.com>
19
20         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
21
22 2013-08-29  Mike Stump  <mikestump@comcast.net>
23
24         * gcc_update (configure): Update to handle svn 1.8.1.
25
26 2013-08-03  Caroline Tice4  <cmtice@google.com>
27
28         * gcc_update: Add libvtv files.
29         
30 2013-06-06  Brooks Moses  <bmoses@google.com>
31
32         * testsuite-management/validate_failures.py: Fix handling of
33         summary lines with "|" characters or empty description fields.
34
35 2013-05-24  Chung-Ju Wu  <jasonwucj@gmail.com>
36
37         * download_prerequisites: Download isl and cloog conditionally.
38
39 2013-05-21  David Malcolm  <dmalcolm@redhat.com>
40
41         * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
42
43 2013-05-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
44
45         * config-list.mk (LIST): Add -enable-obsolete for
46         sparc-sun-solaris2.9, i686-solaris2.9.
47
48 2013-05-13  Mike Stump  <mikestump@comcast.net>
49
50         * compare_tests: Limit lines to 2000 characters as comm on Mac OS
51         X 10.8.3 doesn't like long lines (those 2055 characters or more).
52
53 2013-04-22  Sofiane Naci  <sofiane.naci@arm.com>
54
55         * config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
56
57 2013-04-18  Diego Novillo  <dnovillo@google.com>
58
59         * validate_failures.py: Fix typo.
60
61 2013-04-18  Diego Novillo  <dnovillo@google.com>
62
63         * validate_failures.py: Loosen check for build directory.
64         State what failed if we couldn't find the source tree or
65         the target triplet.
66
67 2013-03-22  Jakub Jelinek  <jakub@redhat.com>
68
69         * gennews (files): Add files for GCC 4.8.
70
71 2013-03-06  Tobias Burnus  <burnus@net-b.de>
72
73         * make-obstacks-texi.pl: New.
74
75 2013-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
76
77         * make_sunver.pl: Enforce C locale.
78
79 2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
80
81         * update-copyright.py: Add libdecnumber to the default list.
82         Remove libquadmath and libssp.
83
84 2013-02-06  Diego Novillo  <dnovillo@google.com>
85
86         * testsuite-management/validate_failures.py: Fix typo.
87
88 2013-02-06  Diego Novillo  <dnovillo@google.com>
89
90         * testsuite-management/validate_failures.py: Update
91         Copyright years.
92         Request contributions not to use Python features newer
93         than 2.4.
94         (GetBuildData): If this is not a build directory,
95         emit an error only if --results or --manifest are missing.
96
97 2013-02-06  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
98
99         * testsuite-management/validate_failures.py
100         (IsInterestingResult): Fix performance regression
101
102 2013-02-04  Richard Sandiford  <rdsandiford@googlemail.com>
103
104         * update-copyright.py: New file.
105
106 2013-01-15  David Blaikie  <dblaikie@gmail.com>
107
108         * dg-extract-results.sh: Handle KPASSes.
109
110         * dg-extract-results.sh: Constrain the start-of-log pattern.
111
112         * dg-extract-results.sh: Fix order of summary counts.
113
114 2012-12-01  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
115
116         * testsuite-management/validate_failures.py
117         (IsInterestingResult): Only strip line a second time if we did split.
118         Rephrase return statement while at it.
119         (CollectSumFiles): Also ignore .git directory.
120
121 2012-12-03  Diego Novillo  <dnovillo@google.com>
122
123         * testsuite-management/validate_failures.py: Fix stale
124         use of 'options'.
125
126 2012-11-30  Doug Evans  <dje@google.com>
127
128         * testsuite-management/validate_failures.py: Add support for @include,
129         @remove directives in manifest files.
130
131         * testsuite-management/validate_failures.py: Add function
132         GetManifestPath.  New global _MANIFEST_SUBDIR.
133
134 2012-11-29  Doug Evans  <dje@google.com>
135
136         * testsuite-management/validate_failures.py: Remove pass/fail
137         indicator from result of GetBuildData.
138
139         * testsuite-management/validate_failures.py: Store options in global
140         variable _OPTIONS.
141
142         * testsuite-management/validate_failures.py: Rename variable
143         manifest_name to manifest_path everywhere.
144
145         * testsuite-management/validate_failures.py (CompareBuilds): Pass
146         options.results to GetSumFiles for clean build.
147
148 2012-11-28  Doug Evans  <dje@google.com>
149
150         * testsuite-management/validate_failures.py: Use <target_alias> instead
151         of <target>.  Minor whitespace changes.
152
153         * testsuite-management/validate_failures.py: Record ordinal with
154         TestResult.
155
156 2012-11-19  Mike Stump  <mikestump@comcast.net>
157
158         * compare_tests: Add export LC_ALL=C to make sort happier.
159
160 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
161
162         * gcc_update: Update libsanitizer generated files.
163
164 2012-11-12  Tobias Burnus  <burnus@net-b.de>
165
166         * gcc_update: Add libquadmath generated files.
167
168 2012-11-12  H.J. Lu  <hongjiu.lu@intel.com>
169
170         * gcc_update: Add libsanitizer generated files.
171
172 2012-11-05  Lawrence Crowl  <crowl@google.com>
173
174         * compare_two_ftime_report_sets: New.
175
176 2012-11-02  Diego Novillo  <dnovillo@google.com>
177
178         * testsuite-management/validate_failures.py: Add option
179         --clean_build to compare test results against another
180         build.
181
182 2012-10-31  Diego Novillo  <dnovillo@google.com>
183
184         * testsuite-management/validate_failures.py: Fix parsing
185         of summary lines.
186
187 2012-10-29  Diego Novillo  <dnovillo@google.com>
188
189         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
190
191 2012-10-06  Diego Novillo  <dnovillo@google.com>
192
193         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
194
195 2012-10-02   Christophe Lyon  <christophe.lyon@linaro.org>
196
197         * check_GNU_style.sh: Remove temporay file upon exit.
198
199 2012-09-26  Joern Rennecke  <joern.rennecke@embecosm.com>
200
201         * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
202         arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
203         Use --enable-obsolete for picochip-elf.
204
205 2012-09-10   Diego Novillo  <dnovillo@google.com>
206
207         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
208
209 2012-09-04  Eric Botcazou  <ebotcazou@adacore.com>
210
211         * make_sunver.pl: Add missing newline at the end of extern "C++" block.
212
213 2012-08-24   Diego Novillo  <dnovillo@google.com>
214
215         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
216         
217 2012-08-14   Diego Novillo  <dnovillo@google.com>
218
219         * testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
220
221 2012-08-13  Diego Novillo  <dnovillo@google.com>
222
223         * testsuite-management/validate_failures.py (ExpirationDate): Tidy
224         comment.
225
226 2012-08-13  Diego Novillo  <dnovillo@google.com>
227
228         * testsuite-management/validate_failures.py (ParseSummary): Fix
229         comment.
230
231 2012-08-13  Diego Novillo  <dnovillo@google.com>
232
233         * testsuite-management/validate_failures.py: Import datetime.
234         (TestResult.ExpirationDate): New.
235         (TestResult.HasExpired): New.
236         (ParseSummary): Call it.  If it returns True, warn that the
237         expected failure has expired and do not add it to the set of
238         expected results.
239         (GetResults): Clarify documentation.
240
241 2012-07-26   Diego Novillo  <dnovillo@google.com>
242
243         * testsuite-management/validate_failures.py: Do not use
244         'with ... as ...' constructs.
245
246 2012-07-19   Diego Novillo  <dnovillo@google.com>
247
248         * testsuite-management/validate_failures.py (CollectSumFiles):
249         Rename from GetSumFiles.
250         (GetSumFiles): Factor out of CheckExpectedResults.
251         (CheckExpectedResults): Call it.
252         (ProduceManifest): Call it.
253
254 2012-07-18   Diego Novillo  <dnovillo@google.com>
255
256         * testsuite-management/validate_failures.py: Fix
257         /usr/bin/python invocation.
258
259 2012-06-19  Steven Bosscher  <steven@gcc.gnu.org>
260
261         * check_makefile_deps.sh: Look for c-common.o in c-family/.
262         Add a few more crt* files to the list of files to skip.
263
264 2012-05-31  Marek Polacek  <polacek@redhat.com>
265
266        * mklog: Prevent printing three spaces after the date.
267
268 2012-06-04   Diego Novillo  <dnovillo@google.com>
269
270         * testsuite-management/validate_failures.py (GetResults):
271         Change argument to accept list of summary files to analyze.
272         Update callers.
273         (CheckExpectedResults): Handle options.manifest, options.results
274         and options.ignore_missing_failures.
275         (Main): Add options --manifest, --results and --ignore_missing_failures.
276
277 2012-05-31   Diego Novillo  <dnovillo@google.com>
278              Cary Coutant  <ccoutant@google.com>
279
280         * mklog: New.
281
282 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
283
284         PR bootstrap/53472
285         * contrib/compare-debug (remove_comment): New function.
286         Remove any .comment sections if the first cmp failed.
287
288 2012-05-09  David Edelsohn  <dje.gcc@gmail.com>
289
290         * gcc_update: Use $GCC_SVN to retrieve branch and revision.
291
292 2012-05-01  Richard Henderson  <rth@redhat.com>
293
294         * gcc_update: Add libatomic generated files.
295
296 2012-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
297
298         * compare_tests: Append '/' to make 'find' traverse
299         symlinked directories.
300
301 2012-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
302
303         * testsuite-management/validate_failures.py (GetBuildData): Use
304         target_alias.
305
306 2012-04-06  Doug Evans  <dje@google.com>
307
308         * dg-extract-results.sh: Handle KFAILs.
309
310 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
311
312         * config-list.mk (LIST): Remove mips-sgi-irix6.5.
313
314 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
315
316         * gennews (files): Add files for GCC 4.7.
317
318 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
319
320         * config-list.mk (LIST): Remove mips-openbsd.
321
322 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
323
324         * config-list.mk (LIST): Remove alpha-dec-osf5.1.
325
326 2012-03-02   Diego Novillo  <dnovillo@google.com>
327
328         * testsuite-management/validate_failures.py (class TestResult): Fix
329         match pattern for the summary line.  If there is a parsing failure,
330         show the line we failed to parse.
331
332 2012-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
333
334         PR libstdc++/52188
335         * make_sunver.pl: Remove #ifdef handling.
336
337 2012-02-17   Doug Kwan  <dougkwan@google.com>
338
339         * contrib/testsuite-management/validate_failures.py
340         (GetMakefileValue): Check for cross compilers.
341
342 2012-02-15   Quentin Neill  <quentin.neill@amd.com>
343
344         * compare_tests: Fix trailing paths in dir arguments.
345         Handle sum1/sum2 temp files with others.
346
347 2012-02-14  Walter Lee  <walt@tilera.com>
348
349         * config-list.mk (LIST): Add tilegx-linux-gnu and
350         tilepro-linux-gnu.
351         * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
352         (gcc/config/tilepro/mul-tables.c): New dependencies.
353
354 2012-02-11  Mike Stump  <mikestump@comcast.net>
355
356         * compare_tests (exit_status): Fix.
357
358 2012-02-10   Diego Novillo  <dnovillo@google.com>
359
360         * repro_fail: Add --debug and --debug-tui flags.
361
362 2012-02-02  Sumanth G  <sumanth.gundapaneni@kpitcummins.com>
363             Jayant R Sonar  <jayant.sonar@kpitcummins.com>
364
365         * config-list.mk (LIST): Add cr16-elf.
366
367 2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
368
369         PR target/51345
370         * gcc_update (files_and_dependencies): Add
371         gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
372
373 2011-11-29  DJ Delorie  <dj@redhat.com>
374
375         * config-list.mk (LIST): Add rl78-elf.
376
377 2011-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
378
379         * make_sunver.pl: Convert '?' in glob patterns to '.'.
380
381 2011-11-07  Richard Henderson  <rth@redhat.com>
382
383         Merged from transactional-memory.
384
385         * gcc_update: Add libitm to touch data.
386
387 2011-11-07   Quentin Neill  <quentin.neill@amd.com>
388
389         * compare_tests: Add ability to compare all .sum
390         files from two build directories.
391
392 2011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
393
394         * contrib-list.mk: Add Epiphany configurations.
395
396 2011-09-13   Diego Novillo  <dnovillo@google.com>
397
398         * testsuite-management: New.
399         * testsuite-management/validate_failures.py: New.
400
401 2011-08-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
402
403         * gcc_update: Determine svn branch from hg convert_revision.
404
405 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
406
407         * config-list.mk (i586-netware): Remove.
408         (.PHONY): Remove make-script-dir dependency.
409         (make-script-dir): Remove.
410         ($(LIST)): Remove make-script-dir dependency.
411
412 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
413
414         * gcc_update: Add C6X generated files.
415         * contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
416
417 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
418
419         * config-list.mk (LIST): Append OPT-enable-obsolete to
420         alpha-dec-osf5.1, mips-sgi-irix6.5.
421
422 2011-06-24  Diego Novillo  <dnovillo@google.com>
423
424         * repro_fail: New.
425
426 2011-06-21  Joseph Myers  <joseph@codesourcery.com>
427
428         * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
429
430 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
431
432         * gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
433         gcc/config/arm/arm-fpus.def.
434
435 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
436
437         * gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
438         dependencies.
439
440 2011-05-09  Joseph Myers  <joseph@codesourcery.com>
441
442         * gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
443
444 2010-05-05  Joern Rennecke  <joern.rennecke@embecosm.com>
445
446         * config-list.mk: New file.
447
448 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
449
450         * gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
451
452 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
453
454         * paranoia.cc (ENUM_BITFIELD): Remove.
455
456 2011-04-08  Joseph Myers  <joseph@codesourcery.com>
457
458         * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
459
460 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
461
462         * compare-all-tests (all_targets): Remove crx and m68hc11.
463
464 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
465
466         PR bootstrap/48135
467         * make_sunver.pl: Don't use File::Glob.
468
469 2011-03-05  Joseph Myers  <joseph@codesourcery.com>
470
471         * gennews (files): Add files for GCC 4.6.
472
473 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
474
475         * patch_tester.sh (nopristinecache): New shell var, set according
476         to presence or absence of new -nopristinecache option.
477         (usage): Document new option.
478         (bootntest_pristine): Implement it.
479
480 2010-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
481
482         * make_sunver.pl: Use elfdump -s to extract symbols if possible,
483         readelf -s otherwise.
484
485 2010-11-08  Eric Botcazou  <ebotcazou@adacore.com>
486
487         * make_sunver.pl: Ignore entries without symbol name first.  Then do
488         not ignore symbols marked as 'R'.
489
490 2010-10-18  Andi Kleen  <ak@linux.intel.com>
491
492         * gccbug.el: Remove.
493
494 2010-10-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
495
496         * gcc_update: Run $GCC_HG pull and update separately.
497         Check parents for SVN revision.
498
499 2010-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
500
501         * test_recheck: New script.
502
503 2010-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
504
505         * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
506         Also escape characters with grave accents, to be fixed ...
507         (unmunge): ... here.
508         (postprocess): Also handle @/ and @acronym{...}.
509
510 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
511
512         * check_GNU_style.sh: Do not print warning messages when there are
513         no occurences.
514
515 2010-09-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
516
517         * gcc_update: Handle hg, too.
518
519 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
520
521         * make_sunver.pl: Remove extra whitespace in regexp.
522
523 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
524
525         * check_GNU_style.sh: New.
526
527 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
528
529         * make_sunver.pl: New file.
530
531 2010-07-02  Iain Sandoe  <iains@gcc.gnu.org>
532
533        * compare-debug (Darwin): Remove '-x' flag from ld-based object
534        stripping.  Add a comment as to why we do it this way.
535
536 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
537
538         * compare-debug: Drop LTO sections.
539
540 2010-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
541
542         * gcc_update: Support updating a git clone.
543
544 2010-06-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
545
546         * test_summary: Don't use diff -u.
547         Adapt egrep regex.
548
549 2010-06-02  Andrew Haley  <aph@redhat.com>
550
551         * download_prerequisites: New script.
552
553 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
554
555         * dg-extract-results.sh: Redirect grep output to /dev/null instead
556         of grep -q.
557
558 2010-04-22  Basile Starynkevitch  <basile@starynkevitch.net>
559
560         * gcc_update: Sets the locale to C.
561
562 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
563
564         * gennews (files): Add files for GCC 4.5.
565
566 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
567
568         Fix *.log tests output containing "===".
569         * dg-extract-results.sh (/\===/): Rename to ...
570         (/^\t\t=== .* ===$/): ... this pattern.
571
572 2010-03-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
573
574         * dg-extract-results.sh: Fix result order to match sequential case.
575
576 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
577
578         * check_warning_flags.sh: Use \012 instead of \n with tr.
579
580 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
581
582         * dg-extract-results.sh: Don't use tail -n.
583
584 2009-10-03  H.J. Lu  <hongjiu.lu@intel.com>
585             Richard Guenther  <rguenther@suse.de>
586
587         PR lto/39216
588         * gcc_update: Adjust file timestamps for lto-plugin.
589
590 2009-09-10  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
591
592         PR bootstrap/41245
593         * compare-debug: Handle stripping of dwarf debug sections from darwin
594         mach-o objects.
595
596 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
597
598         * compare-debug: Grep for blank before dash to avoid grep -e.
599
600 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
601
602         * compare-debug: Look for .gkd files and compare them.
603
604 2009-08-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
605
606         PR testsuite/41166
607         * test_summary: Invoke config.status, rather than trying to
608         parse it.  Adjust awk script.
609
610 2009-08-18  Alexandre Oliva  <aoliva@redhat.com>
611
612         * compare-debug: Drop .eh_frame relocations too.
613
614 2009-08-18  H.J. Lu  <hongjiu.lu@intel.com>
615
616         PR testsuite/40704
617         * test_summary: Filter out "\r". 
618
619 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
620
621         * compare-debug: Don't fail just because of .eh_frame differences.
622
623 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
624
625         PR testsuite/39807
626         * dg-extract-results.sh: Close open files and use >> instead of >
627         to decrease number of concurrently open files from awk.  Avoid
628         = at the beginning of a regexp and redirect to a file determined
629         by curfile variable rather than concatenated strings to workaround
630         Solaris nawk bug.
631
632 2009-04-25  Gerald Pfeifer  <gerald@pfeifer.com>
633
634         * test_summary: Only include LAST_UPDATED if it exists.
635         Complete copyright years.
636
637 2009-04-16  Paolo Bonzini  <bonzini@gnu.org>
638
639         * compare-all-tests: New.
640
641 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
642
643         * gennews (files): Reference GCC 4.4 web pages.
644
645 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
646
647         * reghunt/date_based/reg_periodic: Change copyright header to refer
648         to version 3 of the GNU General Public License and to point readers
649         at the COPYING3 file and the FSF's license web page.
650         * reghunt/date_based/reg_search: Likewise.
651         * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
652         * regression/btest-gcc.sh: Likewise.
653         * regression/objs-gcc.sh: Likewise.
654
655 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
656
657         * check_warning_flags.sh: Update flag exceptions.
658
659 2008-11-18  Ben Elliston  <bje@au.ibm.com>
660
661         * dg-cmp-results.sh: Do not print usage if either .sum file cannot
662         be opened; print a more meaningful error instead.
663
664 2008-10-24  Janis Johnson  <janis187@us.ibm.com>
665             Jakub Jelinek  <jakub@redhat.com>
666
667         * dg-extract-results.sh: New file.
668
669 2008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
670
671         * check_makefile_deps.sh: New file.
672
673 2008-05-08  Sebastian Pop  <sebastian.pop@amd.com>
674
675         * patch_tester.sh (report): Do not print "Checker: ".
676
677 2008-04-23  Sebastian Pop  <sebastian.pop@amd.com>
678
679         * patch_tester.sh (report): Do not print the time.
680
681 2008-04-01  Joseph Myers  <joseph@codesourcery.com>
682
683         * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
684         Handle @heading.  Handle enumerated lists with starting numbers
685         and extra headings.
686
687 2008-03-10  Janis Johnson  <janis187@us.ibm.com>
688
689         * patch_tester.sh (initialization): Initialize svnpatch and stop.
690         (usage): Add -svnpath and -stop.        
691         (makedir): New.
692         (argument handling): Process -stop and -svnpath.
693         (setup code): Use makedir, error out if initial svn checkout fails.
694         (update): Use svnpath.  Invoke contrib/gcc_update.
695         (apply_patch): Require that patch was created at top level.  Use eval
696         with option variables.  Don't use bootstrap target for make.  Verify
697         that some tests were run.
698         (bootntest_patched): Use snvpath.
699         (main loop): For -stop, exit when there are no more patches to test.
700
701 2008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
702
703         * check_warning_flags.sh: Instead of invoke.texi, take the path
704         to the doc directory as argument.  Check that warnings listed in
705         'gcc --help' are accepted by the compiler, and listed in the
706         manuals.
707
708 2008-03-06  Tom Tromey  <tromey@redhat.com>
709
710         * patch_tester.sh (usage): Watermark is not lexicographic.
711         Load $STATE/defaults if it exists.
712         (selfexec): Use $0.
713         (apply_patch): Handle deletions.
714         (bootntest): Handle default settings.
715
716 2008-03-05  Jakub Jelinek  <jakub@redhat.com>
717
718         * gennews (files): Reference GCC 4.3 web pages.
719
720 2008-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
721
722         * check_warning_flags.sh: New file.
723
724 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
725
726         * paranoia.cc (main): Remove handling of c4x_single and
727         c4x_extended formats.
728
729 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
730
731         * compareSumTests3: Changed to GPLv3.
732         * prepare_patch.sh: Same.
733         * uninclude: Same.
734         * dglib.pm: Same.
735         * gennews: Same.
736         * texi2pod.pl: Same.
737         * analyze_brprob: Same.
738         * gcc_build: Same.
739
740 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
741
742         * patch_tester.sh: Changed to GPLv3.
743
744 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
745
746         * patch_tester.sh: Don't save the script anymore.
747
748 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
749
750         * patch_tester.sh: New.
751         * prepare_patch.sh: New.
752
753 2007-11-26  Alexandre Oliva  <aoliva@redhat.com>
754
755         * compare-debug: Introduce -p flag to preserve .stripped files.
756
757 2007-10-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
758
759         * texi2pod.pl: Handle @asis.
760         (postprocess): Move @gccoptlist{} after all formatting commands.
761         
762 2007-10-01  Alexandre Oliva  <aoliva@redhat.com>
763
764         * compare-debug: Avoid spurious errors when .stripped files
765         exist.
766
767 2007-09-22  Hans-Peter Nilsson  <hp@axis.com>
768
769         * warn_summary (srcdirFilter): Add fixincludes, sim,
770         newlib and mpfr.
771
772 2007-08-23  H.J. Lu  <hongjiu.lu@intel.com>
773
774         * gcc_update: Handle different URL paths and tags.
775
776 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
777
778         * compare-debug: New.
779
780 2007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
781             Andreas Schwab  <schwab@suse.de>
782
783         * gcc_update: Use "svn info" for revision number.  Create
784         gcc/REVISION with branch name and revision number.
785
786 2007-08-10  Diego Novillo  <dnovillo@google.com>
787
788         * gcc.doxy: Rename from tree-ssa.doxy.
789
790 2007-08-10  Diego Novillo  <dnovillo@google.com>
791
792         * tree-ssa.doxy: Update for doxygen 1.5.
793         Include all the files in the middle and back ends.
794
795 2007-06-30  Hans-Peter Nilsson  <hp@axis.com>
796
797         * gcc_update (files_and_dependencies): Handle
798         gcc/testsuite/gcc.dg/cpp/direct2s.c.
799
800 2007-05-13  Mark Mitchell  <mark@codesourcery.com>
801
802         * gennews (files): Reference GCC 4.2 web pages.
803
804 2007-04-04  Zack Weinberg  <zack@mrtock.ucsd.edu>
805
806         * texi2pod.pl: Correct handling of @itemize with no argument.
807
808 2007-03-17  Hans-Peter Nilsson  <hp@axis.com>
809
810         * uninclude: New utility, from Alexandre Oliva.
811
812 2007-02-26  Dominique Dhumieres  <dominiq@lps.ens.fr>
813
814         * test_installed: Adjust to the move from g77 to gfortran.
815
816 2007-02-16  Matthias Klose  <doko@debian.org>
817
818         * texi2pod.pl: Handle @subsubsection, ignore @anchor.
819
820 2007-02-10  Hans-Peter Nilsson  <hp@axis.com>
821
822         * test_summary (configflags): Adjust for changes in the
823         config.status format due to update to autoconf 2.59.
824
825 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
826
827         * gcc_update: Update for configure.in -> configure.ac.
828
829 2007-02-06  Richard Sandiford  <richard@codesourcery.com>
830
831         * texi2pod.pl: Handle @multitable.
832
833 2007-01-15  Tom Tromey  <tromey@redhat.com>
834
835         * download_ecj: New file.
836
837 2006-09-27  Matthew Sachs  <msachs@apple.com>
838
839         * compareSumTests3: POD syntax fix.
840
841 2006-09-27  Matthew Sachs  <msachs@apple.com>
842
843         * dglib.pm: Initial commit.
844         * compareSumTests3: Initial commit.
845
846 2006-09-18  Bernhard Fischer  <aldot@gcc.gnu.org>
847
848         * dg-cmp-results.sh (compare-$$.awk): Print name[old]
849         and not non-existing nm[old].
850
851 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
852
853         Port to hosts whose 'sort' and 'tail' implementations
854         treat operands with leading '+' as file names, as POSIX
855         has required since 2001.  However, make sure the code still
856         works on pre-POSIX hosts.
857         * compare_tests: Don't assume "sort +2" is equivalent to
858         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
859
860 2006-06-05  James Lemke  <jwlemke@wasabisystems.com>
861
862         * dg-cmp-results.sh: New script for comparing DejaGNU logs.
863
864 2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
865             Mike Stump  <mrs@apple.com>
866
867         * compare_tests: Handle multilibs better.
868
869 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
870
871         * texi2pod.pl: Correct handling of absolute @include.
872
873 2006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
874
875         * texi2pod.pl: Handle -I.
876
877 2006-02-28  Mark Mitchell  <mark@codesourcery.com>
878
879         * gennews (files): Update for GCC 4.1.
880
881 2006-01-24  Diego Novillo  <dnovillo@redhat.com>
882
883         * gcc_update (files_and_dependencies): Handle
884         libgomp/testsuite/Makefile.in.
885
886 2006-01-18  Richard Henderson  <rth@redhat.com>
887             Diego Novillo  <dnovillo@redhat.com>
888
889         * gcc_update (files_and_dependencies): Add libgomp files.
890
891 2005-12-06  Ben Elliston  <bje@au.ibm.com>
892
893         * newcvsroot: Remove.
894
895 2005-11-03  Steven Bosscher  <stevenb@suse.de>
896
897         * gcc_build: Fix my previous checking.
898
899 2005-11-01  Joseph S. Myers  <joseph@codesourcery.com>
900
901         * gcc_update: Include revision number in LAST_UPDATED.
902
903 2005-10-30  Steven Bosscher  <stevenb@suse.de>
904
905         * gcc_build: Use gcc.gnu.org as the default server.  Set up
906         SVN_REPOSITORY correctly.  Add support for checking out branches.
907
908 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
909
910         * gcc_update: When svn update is called and
911         --silent is used, pass -q.
912
913 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
914
915         * gcc_update: Remove the -q from svn invocation.
916
917 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
918
919         * gcc_build: Remove -d from the call to gcc_update.
920
921 2005-10-28  Daniel Berlin  <dberlin@dberlin.org>
922             Ben Elliston  <bje@au1.ibm.com>
923         
924         * gcc_update: Update for svn.
925         * newcvsroot: Ditto.
926         * gcc_build: Ditto.
927
928 2005-10-21  Mark Mitchell  <mark@codesourcery.com>
929
930         * texi2pod.pl: Substitue for @value even when part of @include. 
931
932 2005-10-21  Bob Wilson  <bob.wilson@acm.org>
933
934         * texi2pod.pl: Convert two single quotes or two backquotes to
935         double quotes.
936
937 2005-08-23  Ben Elliston  <bje@au.ibm.com>
938
939         * gcc_update: Update dependencies for libjava/aclocal.m4.
940
941 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
942
943         * All files: Update with new FSF address.
944
945 2005-07-14  Ben Elliston  <bje@au.ibm.com>
946
947         * filter_params.pl: Typo fix.
948         * filter_knr2ansi.pl: Likewise.
949
950 2005-06-05  Gerald Pfeifer  <gerald@pfeifer.com>
951
952         * gennews (files): Update for egcs-1.0 release pages consolidation.
953
954 2005-04-17  Joseph S. Myers  <joseph@codesourcery.com>
955
956         * gennews (files): Update for GCC 4.0.
957
958 2005-03-18  Alexandre Oliva  <aoliva@redhat.com>
959
960         * gcc_update (silent): Unset instead of initializing to null.
961
962 2005-03-18  Andreas Schwab  <schwab@suse.de>
963
964         * gcc_update (apply_patch): Properly quote $1.
965
966 2005-03-18  Zack Weinberg  <zack@codesourcery.com>
967
968         * gcc_update: Add --silent option.
969
970 2005-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
971
972         * warn_summary (keywordFilter): Update sed pattern for new quoting
973         style in warnings.
974
975 2005-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
976
977         * warn_summary: Add -fortran subdir flag.
978         (subdirectoryFilter): Fix missing ada subdir.
979
980 2004-11-20  Hans-Peter Nilsson  <hp@bitrange.com>
981
982         * gcc_update (touch_files): Don't rely on "make" being GNU make;
983         grep for "Touching" to determine that the rule executes.
984
985 2004-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
986
987         * gcc_update (touch_files): Explicitly pass --no-print-directory.
988
989 2004-11-04  Andrew Pinski  <pinskia@physics.uc.edu>
990
991         * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
992
993 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
994
995         * gcc_update: Add fixincludes.
996
997 2004-08-26  Matthias Klose  <doko@debian.org>
998
999         * texi2pod.pl: keep references of the form @ref{...}, print them bold.
1000
1001 2004-08-26  Matthias Klose  <doko@debian.org>
1002
1003         * test_summary: Include baseline used for libstdc++-v3 abi check
1004         in test summary.
1005
1006 2004-08-25  Ben Elliston  <bje@au.ibm.com>
1007
1008         * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
1009
1010 2004-08-20  Andreas Tobler  <a.tobler@schweiz.ch>
1011
1012         * gcc_update (self): libjava/configure.in -> configure.ac. Automake
1013         update done.
1014
1015 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
1016
1017         * gcc_update: libjava/configure.ac -> configure.in.  Automake
1018         1.4 does not handle configure.ac properly.
1019
1020 2004-08-04  Andreas Schwab  <schwab@suse.de>
1021
1022         * gcc_update: libjava/configure.in -> configure.ac.
1023
1024 2004-08-03  Richard Earnshaw  <rearnsha@arm.com>
1025
1026         * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
1027
1028 2004-07-16  Jeff Law  <law@redhat.com>
1029
1030         * analyze_brprob: Fix comments.  More consistent output format.
1031
1032 2004-06-17  Diego Novillo  <dnovillo@redhat.com>
1033
1034         * tree-ssa.doxy: Update for doxygen 1.3.5.
1035
1036 2004-06-14  Andreas Jaeger  <aj@suse.de>
1037
1038         * gcc_update: boehm-gc/configure.in -> configure.ac.
1039
1040 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
1041
1042         * gcc_update (boehm-gc/configure): Depend on
1043         boehm-gc/configure.ac instead of boehm-gc/configure.in
1044
1045 2004-06-14  Paolo Bonzini  <bonzini@gnu.org>
1046
1047         * gcc_update (libmudflap/configure): Depend on
1048         libmudflap/configure.ac instead of libmudflap/configure.in
1049
1050 2004-06-14  Andreas Jaeger  <aj@suse.de>
1051
1052         * gcc_update: Add libcpp.
1053
1054 2004-06-10  Andreas Jaeger  <aj@suse.de>
1055
1056         * gcc_update: Add libgfortran.
1057
1058 2004-05-29  Andrew Pinski  <pinskia@physics.uc.edu>
1059
1060         * gcc_update (libbanshee/configure): Depend on
1061         libbanshee/configure.ac instead of libbanshee/configure.in
1062
1063 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
1064
1065         * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
1066         from list of files to be touched.
1067         * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
1068
1069 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
1070
1071         * gennews: Update for GCC 3.4.
1072
1073 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
1074
1075         Merge from tree-ssa-20020619-branch.
1076
1077         * filter_gcc_for_doxygen: New file.
1078         * filter_knr2ansi.pl: New file.
1079         * filter_params.pl: New file.
1080         * tree-ssa.doxy: New file.
1081         * contrib/gcc_update (files_and_dependencies): Handle
1082         libbanshee and libmudflap.
1083
1084 2004-04-12  Kelley Cook  <kcook@gcc.gnu.org>
1085             Andreas Jaeger  <aj@suse.de>
1086
1087         * gcc_update (files_and_dependencies): Insert zlib dependencies.
1088
1089 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
1090
1091         * gcc_update (files_and_dependencies): libobjc/configure now
1092         depends on configure.ac, not configure.in.
1093
1094 2004-04-01  Kelley Cook  <kcook@gcc.gnu.org>
1095
1096         * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
1097
1098 2004-03-16  Andreas Tobler  <a.tobler@schweiz.ch>
1099
1100         * gcc_update (files_and_dependencies): Insert libffi dependencies.
1101
1102 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
1103
1104         * gcc_update (files_and_dependencies): Insert libada/configure.
1105
1106 2004-02-29  Andrew Pinski  <pinskia@physics.uc.edu>
1107
1108         * gcc_update (files_and_dependencies): Update intl/configure.in
1109         to intl/configure.ac.
1110
1111 2004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
1112
1113         * gcc_update (files_and_dependencies): Update fastjar/configure.in
1114         to fastjar/configure.ac
1115
1116 2004-01-07  Kelley Cook  <kcook@gcc.gnu.org>
1117
1118         * gcc_update (files_and_dependencies): Remove non-existant files.
1119
1120 2004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
1121
1122         * gcc_update (files_generated): Revert 2003-12-18 change.
1123
1124 2004-01-03  Andrew Pinski  <pinskia@physics.uc.edu>
1125
1126         * gcc_update (files_and_dependencies): For gcc directory,
1127         rename configure.in to configure.ac.
1128
1129 2003-12-19  Andreas Tobler  <a.tobler@schweiz.ch>
1130
1131         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
1132         remove acconfig.h. No longer used.
1133
1134 2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
1135
1136         * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
1137         gcc/ada/gnat_ug_* to use it.
1138
1139 2003-12-16  James E Wilson  <wilson@specifixinc.com>
1140
1141         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
1142         rename configure.in to configure.ac, and stamp-h.in to config-h.in.
1143
1144 2003-12-11  Kelley Cook  <kcook@gcc.gnu.org>
1145
1146         * gcc_update (files_and_dependencies): Correct typo in the filename
1147         gnat_ug_wnt.texi.
1148
1149 2003-12-08  Arnaud Charlet  <charlet@act-europe.fr
1150
1151         * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
1152         treeprs.ads.
1153
1154 2003-10-16  Mark Mitchell  <mark@codesourcery.com>
1155
1156         * gennews (files): Add GCC 3.3 files.
1157
1158 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
1159
1160         * gcc_build: Fix handling of -t option.  Add -x option.
1161
1162 2003-07-31  Matt Kraai  <kraai@alumni.cmu.edu>
1163
1164         * texi2pod.pl: Remove extra line.
1165
1166 2003-07-15  Matt Kraai  <kraai@alumni.cmu.edu>
1167
1168         * texi2pod.pl: Default @itemize's parameter to @bullet.
1169
1170 2003-07-12  Zack Weinberg  <zack@codesourcery.com>
1171
1172         * gcc_update: gcc/acconfig.h no longer exists.
1173
1174 2003-07-11  Matthias Klose  <doko@debian.org>
1175
1176         * test_installed: Add options to run objc tests.
1177         In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
1178
1179 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1180
1181         * gcc_update: Remove gcc/intl/plural.c from list.
1182         Add new generated files intl/plural.c, intl/configure,
1183         intl/config.h.in.
1184
1185 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
1186
1187         * gcc_update (files_and_dependencies): Add
1188         gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
1189         gcc/testsuite/gcc.dg/cpp/mi1c.h.
1190
1191 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1192
1193         * paranoia.cc: Fix spelling error.
1194
1195         * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
1196         to GCC.
1197
1198 2003-04-04  Mike Stump  <mrs@apple.com>
1199
1200         * compare_tests: Fix exit status and be more flexible with spacing.
1201
1202 2003-03-08  Phil Edwards  <pme@gcc.gnu.org>
1203
1204         * test_summary:  Add -h, print existing comments as help.
1205
1206 2003-03-03  H.J. Lu  <hjl@gnu.org>
1207
1208         * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
1209         * gcc_update: Likewise.
1210
1211 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
1212
1213         * test_summary (configflags): Only use the first match.  Remove
1214         excess space.  Use sub instead of gsub where possible.  Use `none'
1215         if no configure flags were given.
1216
1217 2003-01-10  Loren J. Rittle  <ljrittle@acm.org>
1218
1219         * test_summary (configflags): awk portability.
1220
1221 2003-01-07  Alexandre Oliva  <aoliva@redhat.com>
1222
1223         * test_summary (configflags): Compute correctly with both
1224         autoconfiscated and Cygnus-style top-level.
1225
1226 2003-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1227
1228         * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
1229         on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
1230         gcc/java/keyword.gperf
1231
1232 2002-12-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1233
1234         * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
1235         depending on gcc/intl/plural.y.
1236
1237 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
1238
1239         * gcc_update (configure): Depend on config/acx.m4 as well.
1240
1241         * gcc_update (configure): Depend on configure.in.
1242
1243 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1244
1245         * texi2pod.pl: Skip contents of @copying.
1246
1247 2002-11-09  Zack Weinberg  <zack@codesourcery.com>
1248
1249         * gthr_supp_vxw_5x.c: New file.
1250
1251 2002-10-21  Richard Henderson  <rth@redhat.com>
1252
1253         * paranoia.cc (real_c_float::image): Accomodate size of
1254         real_internal format.
1255         (main): Unbuffer stdio.  Add real_internal format.
1256         (floor_log2_wide): New.
1257
1258 2002-10-16  Richard Henderson  <rth@redhat.com>
1259
1260         * paranoia.cc (ENUM_BITFIELD): New.
1261         (class): Define as klass around real.h.
1262         (real_c_float): Not a template any longer; define MODE as a
1263         class static constant; use real_format elements for SIZE.
1264         Update uses of real_to_decimal and real_to_hexadecimal.
1265         (main): Change -g argument to use a format name.
1266         (mode_for_size): Remove.
1267
1268 2002-09-16  Richard Henderson  <rth@redhat.com>
1269
1270         * paranoia.cc: New file.
1271
1272 2002-09-04  Richard Henderson  <rth@redhat.com>
1273
1274         * enquire.c: Remove.
1275
1276 2002-08-14  Mark Mitchell  <mark@codesourcery.com>
1277
1278         * gennews (files): Add GCC 3.2 files.
1279
1280 2002-07-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1281
1282         * gennews (files): Add proper files for the GCC 3.1 release series.
1283         Simplify and reformat introductory wording.
1284
1285 2002-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
1286
1287         * enquire.c: Move from gcc.
1288
1289 2002-07-16  H.J. Lu  <hjl@gnu.org>
1290
1291         * gcc_update (touch_files): Pass -s to ${MAKE}.
1292
1293 2002-06-26  Zack Weinberg  <zack@codesourcery.com>
1294
1295         * texi2pod.pl: Correct handling of the internal R<> sequence.
1296
1297 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
1298
1299         * gcc_update (files_and_dependencies): Add generated Texinfo files
1300         for Ada.
1301
1302 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1303
1304         * test_installed: Allow for PWDCMD to override hardcoded pwd.
1305         * test_summary: Likewise.
1306
1307 2002-04-18  Geoffrey Keating  <geoffk@redhat.com>
1308
1309         * gcc_update (touch_files): Don't have empty for loop.
1310
1311 2002-04-16  Richard Henderson  <rth@redhat.com>
1312
1313         * gcc_update: Remove libchill.
1314
1315 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
1316
1317         * texi2pod.pl: Handle @end ftable and @end vtable.
1318
1319 2002-03-11  Zack Weinberg  <zack@codesourcery.com>
1320
1321         * texi2pod.pl: Handle @include, @ftable, @vtable.
1322         Reformat some code for clarity.
1323
1324 2002-02-24  Christian Jönsson  <c.christian.joensson@telia.com>
1325
1326         * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
1327         WARNING and ERROR output from the *.sum files.
1328
1329 2002-01-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1330
1331         * gennews (files): Replace gcc-2.95/gcc-2.95.html,
1332         gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
1333         and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
1334
1335 2002-01-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1336
1337         * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
1338         egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
1339         egcs-1.1/index.html.
1340
1341 2002-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1342
1343         * warn_summary: Add -ada subdirectory flag.
1344
1345 2001-12-12  Matthias Klose  <doko@debian.org>
1346
1347         * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
1348         generation of more than one man page from one source.
1349         Add '-' to set of valid chars for an identifier.
1350         Let -D option accept flags of the form <flag>=<value>.
1351         Use \s+ for whitespace detection in '@c man' lines.
1352         Handle @set and @clear independent of $output.
1353         Substitute all @value{}'s in a line.
1354
1355 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
1356
1357         * texi2pod.pl: Handle @ifnottex, @iftex and @display.  Handle @var
1358         in verbatim blocks specially.  Handle @unnumbered, @unnumberedsec
1359         and @center.  Allow [a-z] after @enumerate.  Handle 0 and numbers
1360         greater than 9 in enumerations.
1361
1362 2001-11-07  Laurent Guerby  <guerby@acm.org>
1363
1364         * gcc_update (files_and_dependencies): Add Ada dependencies.
1365
1366 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1367
1368         * snapshot: Remove.
1369
1370 2001-09-07  Richard Sandiford  <rsandifo@redhat.com>
1371
1372         Revert:
1373         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
1374         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
1375         touch.
1376
1377 2001-09-04  David.Billinghurst  <David.Billinghurst@riotinto.com>
1378
1379         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
1380         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
1381         touch.
1382
1383 Mon Aug 13 02:29:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
1384
1385         * analyze_brprob: Update for changes in gcc debug output.
1386
1387 Sat Jul 28 22:37:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
1388
1389         * analyze_brprob: Avoid more overflows.
1390
1391 2001-07-27  Richard Henderson  <rth@redhat.com>
1392
1393         * test_summary: Copy LAST_UPDATED UTC time to head of summary.
1394
1395 Fri Jul 27 18:01:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
1396
1397         * analyze_brprob: Avoid overflows.
1398
1399 2001-07-27  Richard Henderson  <rth@redhat.com>
1400
1401         * gcc_update: Dump timestamp in LAST_UPDATED.
1402
1403 2001-07-26  Andreas Jaeger  <aj@suse.de>,
1404             Hans-Peter Nilsson  <hp@bitrange.com>
1405
1406         * analyze_brprob: Fix documentation.
1407
1408 Mon Jul 23 15:47:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
1409
1410         * analyze_brprob: Fix awk compatibility problems; update comment.
1411
1412 2001-07-23  Andreas Jaeger  <aj@suse.de>
1413
1414         * analyze_brprob: Fix more typos.
1415
1416 2001-07-23  Andreas Jaeger  <aj@suse.de>
1417
1418         * analyze_brprob: Fix typos.
1419
1420 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1421
1422         * texi2pod.pl: Handle @r inside @item.
1423
1424 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
1425
1426         * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
1427
1428 2001-07-01  Zoltan Felleg  <zfelleg@telnet.hu>
1429
1430         * warn_summary: Fix typo in a comment.
1431
1432 2001-06-14  Albert Chin-A-Young  <china@thewrittenword.com>
1433
1434         * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
1435
1436 2001-06-13  Mark Mitchell  <mark@codesourcery.com>
1437
1438         * gennews: Set TERM to vt100 for Lynx.
1439
1440 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1441
1442         * release: Remove.
1443
1444 Tue Jun 12 12:21:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
1445
1446         * analyze_brprob: New file.
1447
1448 2001-06-11  Mark Mitchell  <mark@codesourcery.com>
1449
1450         * gcc_build: Output information about the commands used to
1451         configure the compiler.
1452
1453 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1454
1455         * gennews: Update for GCC 3.0.
1456
1457 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
1458
1459         * gcc_update: Update for move of documentation to gcc/doc.
1460
1461 2001-05-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1462
1463         * contrib/test_summary (files): Sort before evaluating.
1464
1465 2001-05-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1466
1467         * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
1468
1469 2001-05-21  Mark Mitchell  <mark@codesourcery.com>
1470
1471         * gcc_build: Use -d when invoking gcc_update.
1472
1473 2001-05-18  Andreas Jaeger  <aj@suse.de>
1474
1475         * gcc_update: Add rules for libf2c/libI77.
1476
1477 2001-05-17  Alexandre Oliva  <aoliva@redhat.com>
1478
1479         * gcc_update (touch_files): Use simpler, yet as portable, syntax.
1480
1481 2001-05-14  Loren J. Rittle  <ljrittle@acm.org>
1482
1483         * gcc_update (touch_files): Enhance make portability.
1484
1485 2001-05-14  Alexandre Oliva  <aoliva@redhat.com>
1486
1487         * gcc_update (touch_files): Use a Makefile to touch files.
1488
1489 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1490
1491         * texi2pod.pl: Add copyright and GPL notices.
1492
1493 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
1494
1495         * texi2pod.pl: Handle "\,".
1496
1497 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
1498
1499         * texi2pod.pl: Fix regular expression for @r to avoid exponential
1500         recursion.  From Russ Allbery <rra@stanford.edu>.  Remove perl
1501         version check.
1502
1503 2001-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1504
1505         * warn_summary (stageNfilter): Update for recent changes in
1506         bootstrap logic.
1507
1508 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
1509
1510         * texi2pod.pl: Require at least perl 5.6.0.
1511
1512 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
1513
1514         * gcc_update: Add gcc/gcc.1 to generated files.
1515         * texi2pod.pl: Handle @r and @gccoptlist.  Handle @gol.  Handle
1516         discarding to end of sentence with @xref where the sentence has an
1517         interior "." in markup, and handle discarding parentheses around
1518         such a sentence.
1519
1520 2001-01-11  Bernd Schmidt  <bernds@redhat.com>
1521
1522         * gennews: Add gcc-2.95.3.
1523
1524 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1525
1526         * texi2pod.pl: Handle @gcctabopt and @env in tables.  Handle
1527         @command.  Format URLs and email addresses in bold.
1528
1529 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1530
1531         * gcc_update: Add cpp.1 to the list of generated files.
1532
1533         * texi2pod.pl: Handle @option and @env.
1534
1535 2001-01-03  Mike Stump  <mrs@wrs.com>
1536
1537         * snapshot: Update to account for java libraries.
1538
1539 2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
1540
1541         * test_summary: Export filesuffix, not fileprefix.
1542
1543 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1544
1545         * release: Change some EGCS references to GCC.
1546
1547 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1548
1549         * warn_summary: Fix subdirectory filtering.  Add -intl and -fixinc
1550         subdirectory flags.  Add source directory prefix filtering.
1551         Redirect diagnostic output to stderr.
1552
1553 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
1554
1555         * texi2pod.pl: If multiple @c man sections with the same tag
1556         appear, concatenate them in the final output.  When skipping,
1557         ignore block commands that can't cause skipping, and honor
1558         those that can.  Ensure that verbatim blocks are separate
1559         paragraphs.
1560
1561 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1562
1563         * gcc_update: Don't touch tradcif.c or java/parse.h.
1564
1565 2000-12-05  Zack Weinberg  <zack@wolery.stanford.edu>
1566
1567         * texi2pod.pl: Restructure for comprehensibility, add
1568         comments.  Merge handling of @ignore and @ifxxx.  Handle a
1569         whole bunch more Texinfo commands.  Use consistent formatting
1570         style.
1571
1572 2000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
1573
1574         * gennews: New script.
1575
1576 2000-11-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1577
1578         * gcc_update: Update a comment as we now require bison for CVS users.
1579
1580 2000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1581
1582         * gcc_update: Add gcov.1 to the list of generated files.
1583
1584 2000-11-21  Mark Mitchell  <mark@codesourcery.com>
1585
1586         * gcc_build: Remove code to put information in a log file.
1587
1588 2000-11-19  Zack Weinberg  <zackw@stanford.edu>
1589
1590         * texi2pod.pl:
1591           - Add real command line parsing.
1592           - Support @ifset, @ifclear, @set, @value, -D switch.
1593           - Support @sc.  Improve handling of @ref and friends.
1594           - Discard @subsection, @need, @node lines.
1595           - Un-nest font changes to match texinfo semantics.
1596           - Handle @{ and @}.  Oops.
1597           - Don't emit E<> directives inside verbatim blocks.
1598
1599 2000-11-12  Bruce Korb  <bkorb@gnu.org>
1600
1601         * release: generalize the release script a bit.
1602
1603 Sat Nov 11 17:29:03 2000  Mark P Mitchell  <mark@codesourcery.com>
1604
1605         * gcc_build: Add -o option for setting the objdir to use.
1606
1607 2000-11-11  Jeff Law  <law@redhat.com>,
1608
1609         * release: New file.
1610
1611 2000-11-08  Jeff Law  <law@redhat.com>,
1612             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1613
1614         * snapshot: New file.
1615
1616 2000-11-08  Jeffrey Oldham  <oldham@oz.codesourcery.com>
1617
1618         * gcc_build (bootstrap_gcc): New function.
1619         (configure_gcc): Likewise.
1620         (build_gcc): Rewritten to use configure and bootstrap.
1621         (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
1622
1623 2000-10-31  Mark Mitchell  <mark@codesourcery.com>
1624
1625         * gcc_build (MAKE): New variable.
1626         (build_gcc): Use it.  Fix logging of errors.
1627         (install_gcc): Likewise.
1628
1629 2000-10-29  Mark Mitchell  <mark@codesourcery.com>
1630
1631         * gcc_build: Save the output from CVS into the logfile as well.
1632
1633 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
1634
1635         * gcc_build: Fix typos.
1636
1637 2000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
1638
1639         * gperf-2.7-19981006.pat: Remove.
1640
1641 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1642
1643         * test_installed: Change EGCS references to refer to GCC.
1644
1645 2000-09-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1646
1647         * gcc_update (touch_files): Add some informative output.
1648
1649 2000-09-16  Andreas Jaeger  <aj@suse.de>
1650
1651         * gcc_update: Remove gcc/c-parse.gperf.
1652
1653 2000-08-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>,
1654             Alexandre Oliva  <aoliva@redhat.com>
1655
1656         * gcc_update: Execute touch_files_reexec even if `cvs update`
1657         failed.
1658
1659 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
1660
1661         * test_summary: AWK breaks with filenames containing `='.
1662
1663 Sun Jul 16 12:04:33 2000  Mark P Mitchell  <mark@codesourcery.com>
1664
1665         * gcc_build: New script.
1666
1667 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
1668
1669         * gcc_update (files_and_dependencies): Remove generated YACC files.
1670
1671 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
1672
1673         * gcc_update (files_and_dependencies): Remove generated YACC files.
1674
1675 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
1676
1677         * newcvsroot: Handle filenames that contain spaces.
1678
1679 2000-06-03  Zack Weinberg  <zack@wolery.cumb.org>
1680
1681         * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
1682         Elide --with-gcc-version-trigger and --norecursion from
1683         configure flags.  Remove code to report status of haifa scheduler.
1684
1685 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
1686
1687         * gcc_update (self): Set to `$0'.
1688         (touch_files_reexec): Use `$self' instead of `$0'.
1689
1690 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
1691
1692         * gcc_update (touch_files_reexec): New function, run after the
1693         tree is modified.
1694
1695 2000-05-08  Richard Hendeson  <rth@cygnus.com>
1696
1697         * gcc_update: Remove references to inclhack.tpl.
1698
1699 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
1700
1701         * index-prop: Use a single pattern.  Also support *** cdiffs.
1702
1703 2000-04-28  Pavel Roskin  <pavel_roskin@geocities.com>
1704
1705         * index-prop: Don't change /dev/null.
1706
1707 2000-04-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1708
1709         * gcc_update: Refer to GCC and gcc_update instead of egcs and
1710         egcs_update.
1711
1712 2000-04-26  Jonathan Larmour  <jlarmour@redhat.co.uk>
1713
1714         * index-prop: Fix occasional problem when using cvs diff -p.
1715
1716 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
1717
1718         * gcc_update: Remove references to cexp.c/cexp.y.
1719
1720 1999-12-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1721
1722         * newcvsroot: Add check on the number of command-line arguments.
1723         Add usage.
1724
1725 Sun Nov 28 00:41:44 1999  William Bader (william@nscs.fast.net)
1726
1727         * gcc_update: Allow patches compressed by bzip2.
1728
1729 1999-10-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
1730
1731         * newcvsroot: New file.
1732
1733 1999-09-11  Craig Burley  <craig@jcb-sc.com>
1734
1735         * convert_to_f2c, convert_to_g2c, download_f2c: New file.
1736
1737 1999-08-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1738
1739         * gcc_update: New file.
1740         * egcs_update: Renamed to gcc_update.
1741
1742 1999-08-09  Robert Lipe  <robertlipe@usa.net>
1743
1744         * test_summary: Quote curly braces in 1999-07-03 change.
1745
1746 1999-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
1747
1748         * egcs_update (files_and_dependencies): Fixed typo in
1749         gcc/cstamp-h.in.  Added gcc/config.in.
1750
1751 1999-07-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
1752
1753         * egcs_update (files_and_dependencies): New function, with
1754         complete list of files to be updated, as well as their
1755         dependencies.
1756         (touch_files): Check the timestamp of each generated file against
1757         its dependencies'.
1758         (main): New flags --touch, --list and --help.  Remove the
1759         pre-update step.
1760
1761 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
1762
1763         * test_summary: Replace egcs with gcc.  Update e-mail address.
1764
1765 1999-07-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1766             Jerry Quinn  <jquinn@nortelnetworks.com>
1767
1768         * egcs_update (touch_files, apply_patch): New functions.
1769         Use them.  New command-line option --patch.  Split test of local
1770         tree into two parts.  Add comments.
1771
1772 1999-07-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
1773
1774         * test_summary: If Target is `unix{*}', append the Target variants
1775         to Host.
1776
1777 1999-06-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
1778
1779         * test_summary: Set default mail-address and version for egcs
1780         instead of relying on unpredictable pathnames.
1781         Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
1782
1783 Fri Apr  2 16:09:02 1999  Jeffrey A Law  (law@cygnus.com)
1784
1785         * fixinc/*: Delete obsolete files.
1786
1787 1999-02-04  Robert Lipe  <robertlipe@usa.net>
1788
1789         * egcs_update: Test return values of 'cvs update'.  Propogate
1790         to caller as exit values.
1791
1792 1999-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1793
1794         * egcs_update: Use "if" instead of "&&".  Touch generated files
1795         only after the corresponding *.y files.
1796
1797 1999-01-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1798
1799         * egcs_update: Do not use xargs, but a backquote construct.
1800
1801 1999-01-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
1802
1803         * test_summary (version): Remove carriage return that gawk inserts
1804         in the version string for some reason.
1805
1806 1998-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1807
1808         * egcs_update: Only touch files that already exist.
1809
1810 1998-11-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
1811
1812         * test_summary (EOF): Remove double backslash.
1813         Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1814
1815 1998-11-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
1816
1817         * test_summary (address): Set to egcs-testresults mailing list.
1818
1819 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
1820
1821         * test_summary (address): Added Marc Lehmann's testsuite-results
1822         to the default e-mail address.
1823
1824 1998-11-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
1825
1826         * test_summary (-p, prepend_logs): Add these before the summary.
1827         (Compiler, Platform): Print these just before configflags.
1828
1829 Sat Oct 31 10:53:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1830
1831         * warn_summary (longLineFilter): New shell function to encapsulate
1832         this functionality.  It is off by default, only active if -llf
1833         flag is specified.
1834         (subdirectoryFilter): Fix bug in filtering which made some
1835         subdirectory warnings erroneously appear in the toplevel set.
1836         (stageNfilter): Renamed from `stageNwarns'.  Updated to collect
1837         warnings from stage1 as well as stage0, which means warnings from
1838         outside the bootstrap directory.  Eg, the libraries, etc.
1839         (warningFilter): New shell function to encapsulate this
1840         functionality.
1841         (keywordFilter): New shell function to encapsulate this
1842         functionality.
1843
1844         Store data in a temp file rather than calculating it 3x.  Arrange
1845         to remove it on exit and signals.
1846
1847         Add -pass/-wpass flags to do "pass through" (i.e. manual
1848         inspection) of bootstrap output from a particular stageN as well
1849         as language subdirs.
1850
1851         Add better comments/documentation.
1852
1853 Sat Oct 31 16:39:31 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1854
1855         * egcs_update: Add comment about keeping the FAQ synchronized.
1856
1857 Fri Oct 30 00:39:27 1998  Jeffrey A Law  (law@cygnus.com)
1858
1859         * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
1860         in the repo again.
1861
1862 Fri Oct 16 07:35:00 1998  Bruce Korb  <korb@datadesign.com>
1863
1864         * egcs_update:  Added gcc/fixinc/* generated files to touch list.
1865
1866 Tue Oct 13 23:28:33 1998  Jeffrey A Law  (law@cygnus.com)
1867
1868         * egcs_update: Remove gcc/java/parse.c from list of files to
1869         touch.
1870
1871 Wed Oct  7 13:00:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1872
1873         * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
1874
1875 Mon Oct  5 14:19:48 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1876
1877         * warn_summary (subdirectoryFilter): New shell function to
1878         optionally filter in/out gcc subdirectories when summarizing
1879         warnings.  Add new flags to support subdirectory filtering.
1880
1881         Also, ensure the bootstrap stage is a number.  Add some more C
1882         keywords that are preserved in the "warning type" summary and
1883         tighten up the "arg ???" regexp.
1884
1885 Tue Sep 22 07:30  Bruce Korb  <korb@datadesign.com>
1886
1887         * fixinc/inclhack.def:  Not all C++ comments in C headers
1888         were treated alike.  They are now.  Also fixed syntax
1889         of sed expression in "systypes" fix.
1890
1891         * fixinc/inclhack.def:  Removed SVR4.2-ism from shell invocation
1892
1893         * egcs_update:  Added fixinc/* generated files to touch list.
1894
1895 Wed Sep 16 16:06:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1896
1897         * egcs_update: Additionally touch gcc/java/parse.[ch].
1898
1899 Thu Sep  9 16:48  Bruce Korb <korb@datadesign.com>
1900
1901         * fixinc/inclhack.def:  Added two files required by
1902         SCO's Open Server 5's avoid_bool fix.
1903         Regenerated fixinc.x and inclhack.sh to incorporate
1904         the update.
1905
1906 Thu Sep  3 10:11:32 1998  Robert Lipe   <robertl@dgii.com>
1907
1908         * egcs_update: Do the pass 1 CVS update only for files that
1909         may reasonably be under CVS control.
1910
1911 1998-08-14  Alexandre Oliva  <oliva@dcc.unicamp.br>
1912
1913         * test_installed: New script for testing already-installed
1914         gcc/g++/g77.
1915
1916 Wed Aug 12 19:59:36 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1917
1918         * egcs_update: Assigned copyright to FSF.
1919
1920 Tue Aug 11 17:55:53 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1921                           Alexandre Oliva  <oliva@dcc.unicamp.br>
1922
1923         * egcs_update: New switch --nostdflags and documentation
1924         enhancements.
1925
1926 Tue Aug 11 17:33:19 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1927
1928         * egcs_update: New script.
1929
1930 1998-08-05  Bruce Korb  <korbb@datadesign.com>
1931
1932         * fixinc/Makefile
1933         Added define for target machine so machine-specific tests
1934         can be selected for or against.
1935
1936         * fixinc/fixincl.c
1937         Added an array of string pointers to machines to select
1938         or avoid, depending on a FD_MACH_IFNOT bit flag.
1939         Used a shell script to match the defined TARGET_MACHINE
1940         with any of the given match patterns.
1941
1942         * fixinc/fixincl.tpl
1943         Generate the array of strings and bit flag, as needed,
1944         depending on "mach" and "not_machine" attributes for a fix.
1945
1946         * fixinc/mkfixinc.sh
1947         Invoke the make with TARGET assigned the value of the
1948         machine name argument.
1949
1950 Mon Jul 27 22:08:12 1998  Mike Stump  (mrs@wrs.com)
1951
1952         * compare_tests: New script.
1953
1954 1998-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
1955
1956         * test_summary: Assigned copyright to FSF.
1957
1958 Mon Jul 27 20:33:02 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1959
1960         * test_summary: Corrected script name in comments providing
1961         documentation.  Added linebreaks for lines with > 80 characters.
1962
1963 Fri Jun 19 02:36:59 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
1964
1965         * test_summary: New switch, -i, and environment variable,
1966         append_logs, for including files in the report.
1967
1968 1998-06-01  Manfred Hollstein  <manfred@s-direktnet.de>
1969
1970         * warn_summary: Update to Kaveh's latest version allowing to
1971         specify the last stage built.
1972
1973 1998-05-29  Bruce Korb  <korbb@datadesign.com>
1974
1975         * fixinc/mkfixinc.sh
1976         Changes to make it easier to invoke on platforms that
1977         normally do not invoke fixincludes.
1978
1979         * fixinc/inclhack.def
1980         Applied fixes from egcs/gcc/fixincludes from the past several
1981         months.
1982
1983 1998-05-28  Bruce Korb  <korbb@datadesign.com>
1984
1985         * fixinc/*: Updated most everything for a first real
1986         try at getting "fast_fixincludes" working.
1987
1988 1998-05-28  Jason Merrill  <jason@yorick.cygnus.com>
1989
1990         * index-prop: New file.
1991
1992 Sat May 23 23:38:49 1998  Matthias Klose  <doko@cs.tu-berlin.de>
1993
1994         * test_summary: find good awk (copied from warn_summary).
1995
1996 Sat May 23 23:38:33 1998  Jeffrey A Law  (law@cygnus.com)
1997
1998         * test_summary, warn_summary: New files