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