Configuration bits for ARC port:
[official-gcc.git] / contrib / ChangeLog
blobff29b1e9ab124d8b60c874c09310c83ce583a3bd
1 2013-10-01  Joern Rennecke  <joern.rennecke@embecosm.com>
3         * config-list.mk: Add arc configurations.
5 2013-09-27  Diego Novillo  <dnovillo@google.com>
7         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
9 2013-09-12  DJ Delorie  <dj@redhat.com>
11         * config-list.mk: Add msp430-elf.
13 2013-08-31  Diego Novillo  <dnovillo@google.com>
15         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
17 2013-08-29  Mike Stump  <mikestump@comcast.net>
19         * gcc_update (configure): Update to handle svn 1.8.1.
21 2013-08-03  Caroline Tice4  <cmtice@google.com>
23         * gcc_update: Add libvtv files.
24         
25 2013-06-06  Brooks Moses  <bmoses@google.com>
27         * testsuite-management/validate_failures.py: Fix handling of
28         summary lines with "|" characters or empty description fields.
30 2013-05-24  Chung-Ju Wu  <jasonwucj@gmail.com>
32         * download_prerequisites: Download isl and cloog conditionally.
34 2013-05-21  David Malcolm  <dmalcolm@redhat.com>
36         * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
38 2013-05-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
40         * config-list.mk (LIST): Add -enable-obsolete for
41         sparc-sun-solaris2.9, i686-solaris2.9.
43 2013-05-13  Mike Stump  <mikestump@comcast.net>
45         * compare_tests: Limit lines to 2000 characters as comm on Mac OS
46         X 10.8.3 doesn't like long lines (those 2055 characters or more).
48 2013-04-22  Sofiane Naci  <sofiane.naci@arm.com>
50         * config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
52 2013-04-18  Diego Novillo  <dnovillo@google.com>
54         * validate_failures.py: Fix typo.
56 2013-04-18  Diego Novillo  <dnovillo@google.com>
58         * validate_failures.py: Loosen check for build directory.
59         State what failed if we couldn't find the source tree or
60         the target triplet.
62 2013-03-22  Jakub Jelinek  <jakub@redhat.com>
64         * gennews (files): Add files for GCC 4.8.
66 2013-03-06  Tobias Burnus  <burnus@net-b.de>
68         * make-obstacks-texi.pl: New.
70 2013-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
72         * make_sunver.pl: Enforce C locale.
74 2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
76         * update-copyright.py: Add libdecnumber to the default list.
77         Remove libquadmath and libssp.
79 2013-02-06  Diego Novillo  <dnovillo@google.com>
81         * testsuite-management/validate_failures.py: Fix typo.
83 2013-02-06  Diego Novillo  <dnovillo@google.com>
85         * testsuite-management/validate_failures.py: Update
86         Copyright years.
87         Request contributions not to use Python features newer
88         than 2.4.
89         (GetBuildData): If this is not a build directory,
90         emit an error only if --results or --manifest are missing.
92 2013-02-06  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
94         * testsuite-management/validate_failures.py
95         (IsInterestingResult): Fix performance regression
97 2013-02-04  Richard Sandiford  <rdsandiford@googlemail.com>
99         * update-copyright.py: New file.
101 2013-01-15  David Blaikie  <dblaikie@gmail.com>
103         * dg-extract-results.sh: Handle KPASSes.
105         * dg-extract-results.sh: Constrain the start-of-log pattern.
107         * dg-extract-results.sh: Fix order of summary counts.
109 2012-12-01  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
111         * testsuite-management/validate_failures.py
112         (IsInterestingResult): Only strip line a second time if we did split.
113         Rephrase return statement while at it.
114         (CollectSumFiles): Also ignore .git directory.
116 2012-12-03  Diego Novillo  <dnovillo@google.com>
118         * testsuite-management/validate_failures.py: Fix stale
119         use of 'options'.
121 2012-11-30  Doug Evans  <dje@google.com>
123         * testsuite-management/validate_failures.py: Add support for @include,
124         @remove directives in manifest files.
126         * testsuite-management/validate_failures.py: Add function
127         GetManifestPath.  New global _MANIFEST_SUBDIR.
129 2012-11-29  Doug Evans  <dje@google.com>
131         * testsuite-management/validate_failures.py: Remove pass/fail
132         indicator from result of GetBuildData.
134         * testsuite-management/validate_failures.py: Store options in global
135         variable _OPTIONS.
137         * testsuite-management/validate_failures.py: Rename variable
138         manifest_name to manifest_path everywhere.
140         * testsuite-management/validate_failures.py (CompareBuilds): Pass
141         options.results to GetSumFiles for clean build.
143 2012-11-28  Doug Evans  <dje@google.com>
145         * testsuite-management/validate_failures.py: Use <target_alias> instead
146         of <target>.  Minor whitespace changes.
148         * testsuite-management/validate_failures.py: Record ordinal with
149         TestResult.
151 2012-11-19  Mike Stump  <mikestump@comcast.net>
153         * compare_tests: Add export LC_ALL=C to make sort happier.
155 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
157         * gcc_update: Update libsanitizer generated files.
159 2012-11-12  Tobias Burnus  <burnus@net-b.de>
161         * gcc_update: Add libquadmath generated files.
163 2012-11-12  H.J. Lu  <hongjiu.lu@intel.com>
165         * gcc_update: Add libsanitizer generated files.
167 2012-11-05  Lawrence Crowl  <crowl@google.com>
169         * compare_two_ftime_report_sets: New.
171 2012-11-02  Diego Novillo  <dnovillo@google.com>
173         * testsuite-management/validate_failures.py: Add option
174         --clean_build to compare test results against another
175         build.
177 2012-10-31  Diego Novillo  <dnovillo@google.com>
179         * testsuite-management/validate_failures.py: Fix parsing
180         of summary lines.
182 2012-10-29  Diego Novillo  <dnovillo@google.com>
184         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
186 2012-10-06  Diego Novillo  <dnovillo@google.com>
188         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
190 2012-10-02   Christophe Lyon  <christophe.lyon@linaro.org>
192         * check_GNU_style.sh: Remove temporay file upon exit.
194 2012-09-26  Joern Rennecke  <joern.rennecke@embecosm.com>
196         * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
197         arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
198         Use --enable-obsolete for picochip-elf.
200 2012-09-10   Diego Novillo  <dnovillo@google.com>
202         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
204 2012-09-04  Eric Botcazou  <ebotcazou@adacore.com>
206         * make_sunver.pl: Add missing newline at the end of extern "C++" block.
208 2012-08-24   Diego Novillo  <dnovillo@google.com>
210         * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
211         
212 2012-08-14   Diego Novillo  <dnovillo@google.com>
214         * testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
216 2012-08-13  Diego Novillo  <dnovillo@google.com>
218         * testsuite-management/validate_failures.py (ExpirationDate): Tidy
219         comment.
221 2012-08-13  Diego Novillo  <dnovillo@google.com>
223         * testsuite-management/validate_failures.py (ParseSummary): Fix
224         comment.
226 2012-08-13  Diego Novillo  <dnovillo@google.com>
228         * testsuite-management/validate_failures.py: Import datetime.
229         (TestResult.ExpirationDate): New.
230         (TestResult.HasExpired): New.
231         (ParseSummary): Call it.  If it returns True, warn that the
232         expected failure has expired and do not add it to the set of
233         expected results.
234         (GetResults): Clarify documentation.
236 2012-07-26   Diego Novillo  <dnovillo@google.com>
238         * testsuite-management/validate_failures.py: Do not use
239         'with ... as ...' constructs.
241 2012-07-19   Diego Novillo  <dnovillo@google.com>
243         * testsuite-management/validate_failures.py (CollectSumFiles):
244         Rename from GetSumFiles.
245         (GetSumFiles): Factor out of CheckExpectedResults.
246         (CheckExpectedResults): Call it.
247         (ProduceManifest): Call it.
249 2012-07-18   Diego Novillo  <dnovillo@google.com>
251         * testsuite-management/validate_failures.py: Fix
252         /usr/bin/python invocation.
254 2012-06-19  Steven Bosscher  <steven@gcc.gnu.org>
256         * check_makefile_deps.sh: Look for c-common.o in c-family/.
257         Add a few more crt* files to the list of files to skip.
259 2012-05-31  Marek Polacek  <polacek@redhat.com>
261        * mklog: Prevent printing three spaces after the date.
263 2012-06-04   Diego Novillo  <dnovillo@google.com>
265         * testsuite-management/validate_failures.py (GetResults):
266         Change argument to accept list of summary files to analyze.
267         Update callers.
268         (CheckExpectedResults): Handle options.manifest, options.results
269         and options.ignore_missing_failures.
270         (Main): Add options --manifest, --results and --ignore_missing_failures.
272 2012-05-31   Diego Novillo  <dnovillo@google.com>
273              Cary Coutant  <ccoutant@google.com>
275         * mklog: New.
277 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
279         PR bootstrap/53472
280         * contrib/compare-debug (remove_comment): New function.
281         Remove any .comment sections if the first cmp failed.
283 2012-05-09  David Edelsohn  <dje.gcc@gmail.com>
285         * gcc_update: Use $GCC_SVN to retrieve branch and revision.
287 2012-05-01  Richard Henderson  <rth@redhat.com>
289         * gcc_update: Add libatomic generated files.
291 2012-04-23  Manuel LĂłpez-Ibáñez  <manu@gcc.gnu.org>
293         * compare_tests: Append '/' to make 'find' traverse
294         symlinked directories.
296 2012-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
298         * testsuite-management/validate_failures.py (GetBuildData): Use
299         target_alias.
301 2012-04-06  Doug Evans  <dje@google.com>
303         * dg-extract-results.sh: Handle KFAILs.
305 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
307         * config-list.mk (LIST): Remove mips-sgi-irix6.5.
309 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
311         * gennews (files): Add files for GCC 4.7.
313 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
315         * config-list.mk (LIST): Remove mips-openbsd.
317 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
319         * config-list.mk (LIST): Remove alpha-dec-osf5.1.
321 2012-03-02   Diego Novillo  <dnovillo@google.com>
323         * testsuite-management/validate_failures.py (class TestResult): Fix
324         match pattern for the summary line.  If there is a parsing failure,
325         show the line we failed to parse.
327 2012-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
329         PR libstdc++/52188
330         * make_sunver.pl: Remove #ifdef handling.
332 2012-02-17   Doug Kwan  <dougkwan@google.com>
334         * contrib/testsuite-management/validate_failures.py
335         (GetMakefileValue): Check for cross compilers.
337 2012-02-15   Quentin Neill  <quentin.neill@amd.com>
339         * compare_tests: Fix trailing paths in dir arguments.
340         Handle sum1/sum2 temp files with others.
342 2012-02-14  Walter Lee  <walt@tilera.com>
344         * config-list.mk (LIST): Add tilegx-linux-gnu and
345         tilepro-linux-gnu.
346         * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
347         (gcc/config/tilepro/mul-tables.c): New dependencies.
349 2012-02-11  Mike Stump  <mikestump@comcast.net>
351         * compare_tests (exit_status): Fix.
353 2012-02-10   Diego Novillo  <dnovillo@google.com>
355         * repro_fail: Add --debug and --debug-tui flags.
357 2012-02-02  Sumanth G  <sumanth.gundapaneni@kpitcummins.com>
358             Jayant R Sonar  <jayant.sonar@kpitcummins.com>
360         * config-list.mk (LIST): Add cr16-elf.
362 2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
364         PR target/51345
365         * gcc_update (files_and_dependencies): Add
366         gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
368 2011-11-29  DJ Delorie  <dj@redhat.com>
370         * config-list.mk (LIST): Add rl78-elf.
372 2011-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
374         * make_sunver.pl: Convert '?' in glob patterns to '.'.
376 2011-11-07  Richard Henderson  <rth@redhat.com>
378         Merged from transactional-memory.
380         * gcc_update: Add libitm to touch data.
382 2011-11-07   Quentin Neill  <quentin.neill@amd.com>
384         * compare_tests: Add ability to compare all .sum
385         files from two build directories.
387 2011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
389         * contrib-list.mk: Add Epiphany configurations.
391 2011-09-13   Diego Novillo  <dnovillo@google.com>
393         * testsuite-management: New.
394         * testsuite-management/validate_failures.py: New.
396 2011-08-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
398         * gcc_update: Determine svn branch from hg convert_revision.
400 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
402         * config-list.mk (i586-netware): Remove.
403         (.PHONY): Remove make-script-dir dependency.
404         (make-script-dir): Remove.
405         ($(LIST)): Remove make-script-dir dependency.
407 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
409         * gcc_update: Add C6X generated files.
410         * contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
412 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
414         * config-list.mk (LIST): Append OPT-enable-obsolete to
415         alpha-dec-osf5.1, mips-sgi-irix6.5.
417 2011-06-24  Diego Novillo  <dnovillo@google.com>
419         * repro_fail: New.
421 2011-06-21  Joseph Myers  <joseph@codesourcery.com>
423         * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
425 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
427         * gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
428         gcc/config/arm/arm-fpus.def.
430 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
432         * gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
433         dependencies.
435 2011-05-09  Joseph Myers  <joseph@codesourcery.com>
437         * gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
439 2010-05-05  Joern Rennecke  <joern.rennecke@embecosm.com>
441         * config-list.mk: New file.
443 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
445         * gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
447 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
449         * paranoia.cc (ENUM_BITFIELD): Remove.
451 2011-04-08  Joseph Myers  <joseph@codesourcery.com>
453         * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
455 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
457         * compare-all-tests (all_targets): Remove crx and m68hc11.
459 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
461         PR bootstrap/48135
462         * make_sunver.pl: Don't use File::Glob.
464 2011-03-05  Joseph Myers  <joseph@codesourcery.com>
466         * gennews (files): Add files for GCC 4.6.
468 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
470         * patch_tester.sh (nopristinecache): New shell var, set according
471         to presence or absence of new -nopristinecache option.
472         (usage): Document new option.
473         (bootntest_pristine): Implement it.
475 2010-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
477         * make_sunver.pl: Use elfdump -s to extract symbols if possible,
478         readelf -s otherwise.
480 2010-11-08  Eric Botcazou  <ebotcazou@adacore.com>
482         * make_sunver.pl: Ignore entries without symbol name first.  Then do
483         not ignore symbols marked as 'R'.
485 2010-10-18  Andi Kleen  <ak@linux.intel.com>
487         * gccbug.el: Remove.
489 2010-10-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
491         * gcc_update: Run $GCC_HG pull and update separately.
492         Check parents for SVN revision.
494 2010-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
496         * test_recheck: New script.
498 2010-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
500         * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
501         Also escape characters with grave accents, to be fixed ...
502         (unmunge): ... here.
503         (postprocess): Also handle @/ and @acronym{...}.
505 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
507         * check_GNU_style.sh: Do not print warning messages when there are
508         no occurences.
510 2010-09-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
512         * gcc_update: Handle hg, too.
514 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
516         * make_sunver.pl: Remove extra whitespace in regexp.
518 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
520         * check_GNU_style.sh: New.
522 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
524         * make_sunver.pl: New file.
526 2010-07-02  Iain Sandoe  <iains@gcc.gnu.org>
528        * compare-debug (Darwin): Remove '-x' flag from ld-based object
529        stripping.  Add a comment as to why we do it this way.
531 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
533         * compare-debug: Drop LTO sections.
535 2010-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
537         * gcc_update: Support updating a git clone.
539 2010-06-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
541         * test_summary: Don't use diff -u.
542         Adapt egrep regex.
544 2010-06-02  Andrew Haley  <aph@redhat.com>
546         * download_prerequisites: New script.
548 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
550         * dg-extract-results.sh: Redirect grep output to /dev/null instead
551         of grep -q.
553 2010-04-22  Basile Starynkevitch  <basile@starynkevitch.net>
555         * gcc_update: Sets the locale to C.
557 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
559         * gennews (files): Add files for GCC 4.5.
561 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
563         Fix *.log tests output containing "===".
564         * dg-extract-results.sh (/\===/): Rename to ...
565         (/^\t\t=== .* ===$/): ... this pattern.
567 2010-03-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
569         * dg-extract-results.sh: Fix result order to match sequential case.
571 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
573         * check_warning_flags.sh: Use \012 instead of \n with tr.
575 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
577         * dg-extract-results.sh: Don't use tail -n.
579 2009-10-03  H.J. Lu  <hongjiu.lu@intel.com>
580             Richard Guenther  <rguenther@suse.de>
582         PR lto/39216
583         * gcc_update: Adjust file timestamps for lto-plugin.
585 2009-09-10  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
587         PR bootstrap/41245
588         * compare-debug: Handle stripping of dwarf debug sections from darwin
589         mach-o objects.
591 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
593         * compare-debug: Grep for blank before dash to avoid grep -e.
595 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
597         * compare-debug: Look for .gkd files and compare them.
599 2009-08-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
601         PR testsuite/41166
602         * test_summary: Invoke config.status, rather than trying to
603         parse it.  Adjust awk script.
605 2009-08-18  Alexandre Oliva  <aoliva@redhat.com>
607         * compare-debug: Drop .eh_frame relocations too.
609 2009-08-18  H.J. Lu  <hongjiu.lu@intel.com>
611         PR testsuite/40704
612         * test_summary: Filter out "\r". 
614 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
616         * compare-debug: Don't fail just because of .eh_frame differences.
618 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
620         PR testsuite/39807
621         * dg-extract-results.sh: Close open files and use >> instead of >
622         to decrease number of concurrently open files from awk.  Avoid
623         = at the beginning of a regexp and redirect to a file determined
624         by curfile variable rather than concatenated strings to workaround
625         Solaris nawk bug.
627 2009-04-25  Gerald Pfeifer  <gerald@pfeifer.com>
629         * test_summary: Only include LAST_UPDATED if it exists.
630         Complete copyright years.
632 2009-04-16  Paolo Bonzini  <bonzini@gnu.org>
634         * compare-all-tests: New.
636 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
638         * gennews (files): Reference GCC 4.4 web pages.
640 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
642         * reghunt/date_based/reg_periodic: Change copyright header to refer
643         to version 3 of the GNU General Public License and to point readers
644         at the COPYING3 file and the FSF's license web page.
645         * reghunt/date_based/reg_search: Likewise.
646         * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
647         * regression/btest-gcc.sh: Likewise.
648         * regression/objs-gcc.sh: Likewise.
650 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
652         * check_warning_flags.sh: Update flag exceptions.
654 2008-11-18  Ben Elliston  <bje@au.ibm.com>
656         * dg-cmp-results.sh: Do not print usage if either .sum file cannot
657         be opened; print a more meaningful error instead.
659 2008-10-24  Janis Johnson  <janis187@us.ibm.com>
660             Jakub Jelinek  <jakub@redhat.com>
662         * dg-extract-results.sh: New file.
664 2008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
666         * check_makefile_deps.sh: New file.
668 2008-05-08  Sebastian Pop  <sebastian.pop@amd.com>
670         * patch_tester.sh (report): Do not print "Checker: ".
672 2008-04-23  Sebastian Pop  <sebastian.pop@amd.com>
674         * patch_tester.sh (report): Do not print the time.
676 2008-04-01  Joseph Myers  <joseph@codesourcery.com>
678         * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
679         Handle @heading.  Handle enumerated lists with starting numbers
680         and extra headings.
682 2008-03-10  Janis Johnson  <janis187@us.ibm.com>
684         * patch_tester.sh (initialization): Initialize svnpatch and stop.
685         (usage): Add -svnpath and -stop.        
686         (makedir): New.
687         (argument handling): Process -stop and -svnpath.
688         (setup code): Use makedir, error out if initial svn checkout fails.
689         (update): Use svnpath.  Invoke contrib/gcc_update.
690         (apply_patch): Require that patch was created at top level.  Use eval
691         with option variables.  Don't use bootstrap target for make.  Verify
692         that some tests were run.
693         (bootntest_patched): Use snvpath.
694         (main loop): For -stop, exit when there are no more patches to test.
696 2008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
698         * check_warning_flags.sh: Instead of invoke.texi, take the path
699         to the doc directory as argument.  Check that warnings listed in
700         'gcc --help' are accepted by the compiler, and listed in the
701         manuals.
703 2008-03-06  Tom Tromey  <tromey@redhat.com>
705         * patch_tester.sh (usage): Watermark is not lexicographic.
706         Load $STATE/defaults if it exists.
707         (selfexec): Use $0.
708         (apply_patch): Handle deletions.
709         (bootntest): Handle default settings.
711 2008-03-05  Jakub Jelinek  <jakub@redhat.com>
713         * gennews (files): Reference GCC 4.3 web pages.
715 2008-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
717         * check_warning_flags.sh: New file.
719 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
721         * paranoia.cc (main): Remove handling of c4x_single and
722         c4x_extended formats.
724 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
726         * compareSumTests3: Changed to GPLv3.
727         * prepare_patch.sh: Same.
728         * uninclude: Same.
729         * dglib.pm: Same.
730         * gennews: Same.
731         * texi2pod.pl: Same.
732         * analyze_brprob: Same.
733         * gcc_build: Same.
735 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
737         * patch_tester.sh: Changed to GPLv3.
739 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
741         * patch_tester.sh: Don't save the script anymore.
743 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
745         * patch_tester.sh: New.
746         * prepare_patch.sh: New.
748 2007-11-26  Alexandre Oliva  <aoliva@redhat.com>
750         * compare-debug: Introduce -p flag to preserve .stripped files.
752 2007-10-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
754         * texi2pod.pl: Handle @asis.
755         (postprocess): Move @gccoptlist{} after all formatting commands.
756         
757 2007-10-01  Alexandre Oliva  <aoliva@redhat.com>
759         * compare-debug: Avoid spurious errors when .stripped files
760         exist.
762 2007-09-22  Hans-Peter Nilsson  <hp@axis.com>
764         * warn_summary (srcdirFilter): Add fixincludes, sim,
765         newlib and mpfr.
767 2007-08-23  H.J. Lu  <hongjiu.lu@intel.com>
769         * gcc_update: Handle different URL paths and tags.
771 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
773         * compare-debug: New.
775 2007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
776             Andreas Schwab  <schwab@suse.de>
778         * gcc_update: Use "svn info" for revision number.  Create
779         gcc/REVISION with branch name and revision number.
781 2007-08-10  Diego Novillo  <dnovillo@google.com>
783         * gcc.doxy: Rename from tree-ssa.doxy.
785 2007-08-10  Diego Novillo  <dnovillo@google.com>
787         * tree-ssa.doxy: Update for doxygen 1.5.
788         Include all the files in the middle and back ends.
790 2007-06-30  Hans-Peter Nilsson  <hp@axis.com>
792         * gcc_update (files_and_dependencies): Handle
793         gcc/testsuite/gcc.dg/cpp/direct2s.c.
795 2007-05-13  Mark Mitchell  <mark@codesourcery.com>
797         * gennews (files): Reference GCC 4.2 web pages.
799 2007-04-04  Zack Weinberg  <zack@mrtock.ucsd.edu>
801         * texi2pod.pl: Correct handling of @itemize with no argument.
803 2007-03-17  Hans-Peter Nilsson  <hp@axis.com>
805         * uninclude: New utility, from Alexandre Oliva.
807 2007-02-26  Dominique Dhumieres  <dominiq@lps.ens.fr>
809         * test_installed: Adjust to the move from g77 to gfortran.
811 2007-02-16  Matthias Klose  <doko@debian.org>
813         * texi2pod.pl: Handle @subsubsection, ignore @anchor.
815 2007-02-10  Hans-Peter Nilsson  <hp@axis.com>
817         * test_summary (configflags): Adjust for changes in the
818         config.status format due to update to autoconf 2.59.
820 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
822         * gcc_update: Update for configure.in -> configure.ac.
824 2007-02-06  Richard Sandiford  <richard@codesourcery.com>
826         * texi2pod.pl: Handle @multitable.
828 2007-01-15  Tom Tromey  <tromey@redhat.com>
830         * download_ecj: New file.
832 2006-09-27  Matthew Sachs  <msachs@apple.com>
834         * compareSumTests3: POD syntax fix.
836 2006-09-27  Matthew Sachs  <msachs@apple.com>
838         * dglib.pm: Initial commit.
839         * compareSumTests3: Initial commit.
841 2006-09-18  Bernhard Fischer  <aldot@gcc.gnu.org>
843         * dg-cmp-results.sh (compare-$$.awk): Print name[old]
844         and not non-existing nm[old].
846 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
848         Port to hosts whose 'sort' and 'tail' implementations
849         treat operands with leading '+' as file names, as POSIX
850         has required since 2001.  However, make sure the code still
851         works on pre-POSIX hosts.
852         * compare_tests: Don't assume "sort +2" is equivalent to
853         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
855 2006-06-05  James Lemke  <jwlemke@wasabisystems.com>
857         * dg-cmp-results.sh: New script for comparing DejaGNU logs.
859 2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
860             Mike Stump  <mrs@apple.com>
862         * compare_tests: Handle multilibs better.
864 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
866         * texi2pod.pl: Correct handling of absolute @include.
868 2006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
870         * texi2pod.pl: Handle -I.
872 2006-02-28  Mark Mitchell  <mark@codesourcery.com>
874         * gennews (files): Update for GCC 4.1.
876 2006-01-24  Diego Novillo  <dnovillo@redhat.com>
878         * gcc_update (files_and_dependencies): Handle
879         libgomp/testsuite/Makefile.in.
881 2006-01-18  Richard Henderson  <rth@redhat.com>
882             Diego Novillo  <dnovillo@redhat.com>
884         * gcc_update (files_and_dependencies): Add libgomp files.
886 2005-12-06  Ben Elliston  <bje@au.ibm.com>
888         * newcvsroot: Remove.
890 2005-11-03  Steven Bosscher  <stevenb@suse.de>
892         * gcc_build: Fix my previous checking.
894 2005-11-01  Joseph S. Myers  <joseph@codesourcery.com>
896         * gcc_update: Include revision number in LAST_UPDATED.
898 2005-10-30  Steven Bosscher  <stevenb@suse.de>
900         * gcc_build: Use gcc.gnu.org as the default server.  Set up
901         SVN_REPOSITORY correctly.  Add support for checking out branches.
903 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
905         * gcc_update: When svn update is called and
906         --silent is used, pass -q.
908 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
910         * gcc_update: Remove the -q from svn invocation.
912 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
914         * gcc_build: Remove -d from the call to gcc_update.
916 2005-10-28  Daniel Berlin  <dberlin@dberlin.org>
917             Ben Elliston  <bje@au1.ibm.com>
918         
919         * gcc_update: Update for svn.
920         * newcvsroot: Ditto.
921         * gcc_build: Ditto.
923 2005-10-21  Mark Mitchell  <mark@codesourcery.com>
925         * texi2pod.pl: Substitue for @value even when part of @include. 
927 2005-10-21  Bob Wilson  <bob.wilson@acm.org>
929         * texi2pod.pl: Convert two single quotes or two backquotes to
930         double quotes.
932 2005-08-23  Ben Elliston  <bje@au.ibm.com>
934         * gcc_update: Update dependencies for libjava/aclocal.m4.
936 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
938         * All files: Update with new FSF address.
940 2005-07-14  Ben Elliston  <bje@au.ibm.com>
942         * filter_params.pl: Typo fix.
943         * filter_knr2ansi.pl: Likewise.
945 2005-06-05  Gerald Pfeifer  <gerald@pfeifer.com>
947         * gennews (files): Update for egcs-1.0 release pages consolidation.
949 2005-04-17  Joseph S. Myers  <joseph@codesourcery.com>
951         * gennews (files): Update for GCC 4.0.
953 2005-03-18  Alexandre Oliva  <aoliva@redhat.com>
955         * gcc_update (silent): Unset instead of initializing to null.
957 2005-03-18  Andreas Schwab  <schwab@suse.de>
959         * gcc_update (apply_patch): Properly quote $1.
961 2005-03-18  Zack Weinberg  <zack@codesourcery.com>
963         * gcc_update: Add --silent option.
965 2005-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
967         * warn_summary (keywordFilter): Update sed pattern for new quoting
968         style in warnings.
970 2005-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
972         * warn_summary: Add -fortran subdir flag.
973         (subdirectoryFilter): Fix missing ada subdir.
975 2004-11-20  Hans-Peter Nilsson  <hp@bitrange.com>
977         * gcc_update (touch_files): Don't rely on "make" being GNU make;
978         grep for "Touching" to determine that the rule executes.
980 2004-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
982         * gcc_update (touch_files): Explicitly pass --no-print-directory.
984 2004-11-04  Andrew Pinski  <pinskia@physics.uc.edu>
986         * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
988 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
990         * gcc_update: Add fixincludes.
992 2004-08-26  Matthias Klose  <doko@debian.org>
994         * texi2pod.pl: keep references of the form @ref{...}, print them bold.
996 2004-08-26  Matthias Klose  <doko@debian.org>
998         * test_summary: Include baseline used for libstdc++-v3 abi check
999         in test summary.
1001 2004-08-25  Ben Elliston  <bje@au.ibm.com>
1003         * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
1005 2004-08-20  Andreas Tobler  <a.tobler@schweiz.ch>
1007         * gcc_update (self): libjava/configure.in -> configure.ac. Automake
1008         update done.
1010 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
1012         * gcc_update: libjava/configure.ac -> configure.in.  Automake
1013         1.4 does not handle configure.ac properly.
1015 2004-08-04  Andreas Schwab  <schwab@suse.de>
1017         * gcc_update: libjava/configure.in -> configure.ac.
1019 2004-08-03  Richard Earnshaw  <rearnsha@arm.com>
1021         * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
1023 2004-07-16  Jeff Law  <law@redhat.com>
1025         * analyze_brprob: Fix comments.  More consistent output format.
1027 2004-06-17  Diego Novillo  <dnovillo@redhat.com>
1029         * tree-ssa.doxy: Update for doxygen 1.3.5.
1031 2004-06-14  Andreas Jaeger  <aj@suse.de>
1033         * gcc_update: boehm-gc/configure.in -> configure.ac.
1035 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
1037         * gcc_update (boehm-gc/configure): Depend on
1038         boehm-gc/configure.ac instead of boehm-gc/configure.in
1040 2004-06-14  Paolo Bonzini  <bonzini@gnu.org>
1042         * gcc_update (libmudflap/configure): Depend on
1043         libmudflap/configure.ac instead of libmudflap/configure.in
1045 2004-06-14  Andreas Jaeger  <aj@suse.de>
1047         * gcc_update: Add libcpp.
1049 2004-06-10  Andreas Jaeger  <aj@suse.de>
1051         * gcc_update: Add libgfortran.
1053 2004-05-29  Andrew Pinski  <pinskia@physics.uc.edu>
1055         * gcc_update (libbanshee/configure): Depend on
1056         libbanshee/configure.ac instead of libbanshee/configure.in
1058 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
1060         * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
1061         from list of files to be touched.
1062         * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
1064 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
1066         * gennews: Update for GCC 3.4.
1068 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
1070         Merge from tree-ssa-20020619-branch.
1072         * filter_gcc_for_doxygen: New file.
1073         * filter_knr2ansi.pl: New file.
1074         * filter_params.pl: New file.
1075         * tree-ssa.doxy: New file.
1076         * contrib/gcc_update (files_and_dependencies): Handle
1077         libbanshee and libmudflap.
1079 2004-04-12  Kelley Cook  <kcook@gcc.gnu.org>
1080             Andreas Jaeger  <aj@suse.de>
1082         * gcc_update (files_and_dependencies): Insert zlib dependencies.
1084 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
1086         * gcc_update (files_and_dependencies): libobjc/configure now
1087         depends on configure.ac, not configure.in.
1089 2004-04-01  Kelley Cook  <kcook@gcc.gnu.org>
1091         * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
1093 2004-03-16  Andreas Tobler  <a.tobler@schweiz.ch>
1095         * gcc_update (files_and_dependencies): Insert libffi dependencies.
1097 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
1099         * gcc_update (files_and_dependencies): Insert libada/configure.
1101 2004-02-29  Andrew Pinski  <pinskia@physics.uc.edu>
1103         * gcc_update (files_and_dependencies): Update intl/configure.in
1104         to intl/configure.ac.
1106 2004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
1108         * gcc_update (files_and_dependencies): Update fastjar/configure.in
1109         to fastjar/configure.ac
1111 2004-01-07  Kelley Cook  <kcook@gcc.gnu.org>
1113         * gcc_update (files_and_dependencies): Remove non-existant files.
1115 2004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
1117         * gcc_update (files_generated): Revert 2003-12-18 change.
1119 2004-01-03  Andrew Pinski  <pinskia@physics.uc.edu>
1121         * gcc_update (files_and_dependencies): For gcc directory,
1122         rename configure.in to configure.ac.
1124 2003-12-19  Andreas Tobler  <a.tobler@schweiz.ch>
1126         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
1127         remove acconfig.h. No longer used.
1129 2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
1131         * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
1132         gcc/ada/gnat_ug_* to use it.
1134 2003-12-16  James E Wilson  <wilson@specifixinc.com>
1136         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
1137         rename configure.in to configure.ac, and stamp-h.in to config-h.in.
1139 2003-12-11  Kelley Cook  <kcook@gcc.gnu.org>
1141         * gcc_update (files_and_dependencies): Correct typo in the filename
1142         gnat_ug_wnt.texi.
1144 2003-12-08  Arnaud Charlet  <charlet@act-europe.fr
1146         * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
1147         treeprs.ads.
1149 2003-10-16  Mark Mitchell  <mark@codesourcery.com>
1151         * gennews (files): Add GCC 3.3 files.
1153 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
1155         * gcc_build: Fix handling of -t option.  Add -x option.
1157 2003-07-31  Matt Kraai  <kraai@alumni.cmu.edu>
1159         * texi2pod.pl: Remove extra line.
1161 2003-07-15  Matt Kraai  <kraai@alumni.cmu.edu>
1163         * texi2pod.pl: Default @itemize's parameter to @bullet.
1165 2003-07-12  Zack Weinberg  <zack@codesourcery.com>
1167         * gcc_update: gcc/acconfig.h no longer exists.
1169 2003-07-11  Matthias Klose  <doko@debian.org>
1171         * test_installed: Add options to run objc tests.
1172         In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
1174 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1176         * gcc_update: Remove gcc/intl/plural.c from list.
1177         Add new generated files intl/plural.c, intl/configure,
1178         intl/config.h.in.
1180 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
1182         * gcc_update (files_and_dependencies): Add
1183         gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
1184         gcc/testsuite/gcc.dg/cpp/mi1c.h.
1186 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1188         * paranoia.cc: Fix spelling error.
1190         * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
1191         to GCC.
1193 2003-04-04  Mike Stump  <mrs@apple.com>
1195         * compare_tests: Fix exit status and be more flexible with spacing.
1197 2003-03-08  Phil Edwards  <pme@gcc.gnu.org>
1199         * test_summary:  Add -h, print existing comments as help.
1201 2003-03-03  H.J. Lu  <hjl@gnu.org>
1203         * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
1204         * gcc_update: Likewise.
1206 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
1208         * test_summary (configflags): Only use the first match.  Remove
1209         excess space.  Use sub instead of gsub where possible.  Use `none'
1210         if no configure flags were given.
1212 2003-01-10  Loren J. Rittle  <ljrittle@acm.org>
1214         * test_summary (configflags): awk portability.
1216 2003-01-07  Alexandre Oliva  <aoliva@redhat.com>
1218         * test_summary (configflags): Compute correctly with both
1219         autoconfiscated and Cygnus-style top-level.
1221 2003-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1223         * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
1224         on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
1225         gcc/java/keyword.gperf
1227 2002-12-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1229         * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
1230         depending on gcc/intl/plural.y.
1232 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
1234         * gcc_update (configure): Depend on config/acx.m4 as well.
1236         * gcc_update (configure): Depend on configure.in.
1238 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1240         * texi2pod.pl: Skip contents of @copying.
1242 2002-11-09  Zack Weinberg  <zack@codesourcery.com>
1244         * gthr_supp_vxw_5x.c: New file.
1246 2002-10-21  Richard Henderson  <rth@redhat.com>
1248         * paranoia.cc (real_c_float::image): Accomodate size of
1249         real_internal format.
1250         (main): Unbuffer stdio.  Add real_internal format.
1251         (floor_log2_wide): New.
1253 2002-10-16  Richard Henderson  <rth@redhat.com>
1255         * paranoia.cc (ENUM_BITFIELD): New.
1256         (class): Define as klass around real.h.
1257         (real_c_float): Not a template any longer; define MODE as a
1258         class static constant; use real_format elements for SIZE.
1259         Update uses of real_to_decimal and real_to_hexadecimal.
1260         (main): Change -g argument to use a format name.
1261         (mode_for_size): Remove.
1263 2002-09-16  Richard Henderson  <rth@redhat.com>
1265         * paranoia.cc: New file.
1267 2002-09-04  Richard Henderson  <rth@redhat.com>
1269         * enquire.c: Remove.
1271 2002-08-14  Mark Mitchell  <mark@codesourcery.com>
1273         * gennews (files): Add GCC 3.2 files.
1275 2002-07-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1277         * gennews (files): Add proper files for the GCC 3.1 release series.
1278         Simplify and reformat introductory wording.
1280 2002-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
1282         * enquire.c: Move from gcc.
1284 2002-07-16  H.J. Lu  <hjl@gnu.org>
1286         * gcc_update (touch_files): Pass -s to ${MAKE}.
1288 2002-06-26  Zack Weinberg  <zack@codesourcery.com>
1290         * texi2pod.pl: Correct handling of the internal R<> sequence.
1292 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
1294         * gcc_update (files_and_dependencies): Add generated Texinfo files
1295         for Ada.
1297 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1299         * test_installed: Allow for PWDCMD to override hardcoded pwd.
1300         * test_summary: Likewise.
1302 2002-04-18  Geoffrey Keating  <geoffk@redhat.com>
1304         * gcc_update (touch_files): Don't have empty for loop.
1306 2002-04-16  Richard Henderson  <rth@redhat.com>
1308         * gcc_update: Remove libchill.
1310 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
1312         * texi2pod.pl: Handle @end ftable and @end vtable.
1314 2002-03-11  Zack Weinberg  <zack@codesourcery.com>
1316         * texi2pod.pl: Handle @include, @ftable, @vtable.
1317         Reformat some code for clarity.
1319 2002-02-24  Christian Jönsson  <c.christian.joensson@telia.com>
1321         * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
1322         WARNING and ERROR output from the *.sum files.
1324 2002-01-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1326         * gennews (files): Replace gcc-2.95/gcc-2.95.html,
1327         gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
1328         and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
1330 2002-01-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1332         * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
1333         egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
1334         egcs-1.1/index.html.
1336 2002-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1338         * warn_summary: Add -ada subdirectory flag.
1340 2001-12-12  Matthias Klose  <doko@debian.org>
1342         * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
1343         generation of more than one man page from one source.
1344         Add '-' to set of valid chars for an identifier.
1345         Let -D option accept flags of the form <flag>=<value>.
1346         Use \s+ for whitespace detection in '@c man' lines.
1347         Handle @set and @clear independent of $output.
1348         Substitute all @value{}'s in a line.
1350 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
1352         * texi2pod.pl: Handle @ifnottex, @iftex and @display.  Handle @var
1353         in verbatim blocks specially.  Handle @unnumbered, @unnumberedsec
1354         and @center.  Allow [a-z] after @enumerate.  Handle 0 and numbers
1355         greater than 9 in enumerations.
1357 2001-11-07  Laurent Guerby  <guerby@acm.org>
1359         * gcc_update (files_and_dependencies): Add Ada dependencies.
1361 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1363         * snapshot: Remove.
1365 2001-09-07  Richard Sandiford  <rsandifo@redhat.com>
1367         Revert:
1368         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
1369         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
1370         touch.
1372 2001-09-04  David.Billinghurst  <David.Billinghurst@riotinto.com>
1374         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
1375         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
1376         touch.
1378 Mon Aug 13 02:29:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
1380         * analyze_brprob: Update for changes in gcc debug output.
1382 Sat Jul 28 22:37:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
1384         * analyze_brprob: Avoid more overflows.
1386 2001-07-27  Richard Henderson  <rth@redhat.com>
1388         * test_summary: Copy LAST_UPDATED UTC time to head of summary.
1390 Fri Jul 27 18:01:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
1392         * analyze_brprob: Avoid overflows.
1394 2001-07-27  Richard Henderson  <rth@redhat.com>
1396         * gcc_update: Dump timestamp in LAST_UPDATED.
1398 2001-07-26  Andreas Jaeger  <aj@suse.de>,
1399             Hans-Peter Nilsson  <hp@bitrange.com>
1401         * analyze_brprob: Fix documentation.
1403 Mon Jul 23 15:47:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
1405         * analyze_brprob: Fix awk compatibility problems; update comment.
1407 2001-07-23  Andreas Jaeger  <aj@suse.de>
1409         * analyze_brprob: Fix more typos.
1411 2001-07-23  Andreas Jaeger  <aj@suse.de>
1413         * analyze_brprob: Fix typos.
1415 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1417         * texi2pod.pl: Handle @r inside @item.
1419 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
1421         * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
1423 2001-07-01  Zoltan Felleg  <zfelleg@telnet.hu>
1425         * warn_summary: Fix typo in a comment.
1427 2001-06-14  Albert Chin-A-Young  <china@thewrittenword.com>
1429         * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
1431 2001-06-13  Mark Mitchell  <mark@codesourcery.com>
1433         * gennews: Set TERM to vt100 for Lynx.
1435 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1437         * release: Remove.
1439 Tue Jun 12 12:21:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
1441         * analyze_brprob: New file.
1443 2001-06-11  Mark Mitchell  <mark@codesourcery.com>
1445         * gcc_build: Output information about the commands used to
1446         configure the compiler.
1448 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1450         * gennews: Update for GCC 3.0.
1452 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
1454         * gcc_update: Update for move of documentation to gcc/doc.
1456 2001-05-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1458         * contrib/test_summary (files): Sort before evaluating.
1460 2001-05-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1462         * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
1464 2001-05-21  Mark Mitchell  <mark@codesourcery.com>
1466         * gcc_build: Use -d when invoking gcc_update.
1468 2001-05-18  Andreas Jaeger  <aj@suse.de>
1470         * gcc_update: Add rules for libf2c/libI77.
1472 2001-05-17  Alexandre Oliva  <aoliva@redhat.com>
1474         * gcc_update (touch_files): Use simpler, yet as portable, syntax.
1476 2001-05-14  Loren J. Rittle  <ljrittle@acm.org>
1478         * gcc_update (touch_files): Enhance make portability.
1480 2001-05-14  Alexandre Oliva  <aoliva@redhat.com>
1482         * gcc_update (touch_files): Use a Makefile to touch files.
1484 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1486         * texi2pod.pl: Add copyright and GPL notices.
1488 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
1490         * texi2pod.pl: Handle "\,".
1492 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
1494         * texi2pod.pl: Fix regular expression for @r to avoid exponential
1495         recursion.  From Russ Allbery <rra@stanford.edu>.  Remove perl
1496         version check.
1498 2001-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1500         * warn_summary (stageNfilter): Update for recent changes in
1501         bootstrap logic.
1503 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
1505         * texi2pod.pl: Require at least perl 5.6.0.
1507 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
1509         * gcc_update: Add gcc/gcc.1 to generated files.
1510         * texi2pod.pl: Handle @r and @gccoptlist.  Handle @gol.  Handle
1511         discarding to end of sentence with @xref where the sentence has an
1512         interior "." in markup, and handle discarding parentheses around
1513         such a sentence.
1515 2001-01-11  Bernd Schmidt  <bernds@redhat.com>
1517         * gennews: Add gcc-2.95.3.
1519 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1521         * texi2pod.pl: Handle @gcctabopt and @env in tables.  Handle
1522         @command.  Format URLs and email addresses in bold.
1524 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1526         * gcc_update: Add cpp.1 to the list of generated files.
1528         * texi2pod.pl: Handle @option and @env.
1530 2001-01-03  Mike Stump  <mrs@wrs.com>
1532         * snapshot: Update to account for java libraries.
1534 2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
1536         * test_summary: Export filesuffix, not fileprefix.
1538 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1540         * release: Change some EGCS references to GCC.
1542 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1544         * warn_summary: Fix subdirectory filtering.  Add -intl and -fixinc
1545         subdirectory flags.  Add source directory prefix filtering.
1546         Redirect diagnostic output to stderr.
1548 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
1550         * texi2pod.pl: If multiple @c man sections with the same tag
1551         appear, concatenate them in the final output.  When skipping,
1552         ignore block commands that can't cause skipping, and honor
1553         those that can.  Ensure that verbatim blocks are separate
1554         paragraphs.
1556 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1558         * gcc_update: Don't touch tradcif.c or java/parse.h.
1560 2000-12-05  Zack Weinberg  <zack@wolery.stanford.edu>
1562         * texi2pod.pl: Restructure for comprehensibility, add
1563         comments.  Merge handling of @ignore and @ifxxx.  Handle a
1564         whole bunch more Texinfo commands.  Use consistent formatting
1565         style.
1567 2000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
1569         * gennews: New script.
1571 2000-11-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1573         * gcc_update: Update a comment as we now require bison for CVS users.
1575 2000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1577         * gcc_update: Add gcov.1 to the list of generated files.
1579 2000-11-21  Mark Mitchell  <mark@codesourcery.com>
1581         * gcc_build: Remove code to put information in a log file.
1583 2000-11-19  Zack Weinberg  <zackw@stanford.edu>
1585         * texi2pod.pl:
1586           - Add real command line parsing.
1587           - Support @ifset, @ifclear, @set, @value, -D switch.
1588           - Support @sc.  Improve handling of @ref and friends.
1589           - Discard @subsection, @need, @node lines.
1590           - Un-nest font changes to match texinfo semantics.
1591           - Handle @{ and @}.  Oops.
1592           - Don't emit E<> directives inside verbatim blocks.
1594 2000-11-12  Bruce Korb  <bkorb@gnu.org>
1596         * release: generalize the release script a bit.
1598 Sat Nov 11 17:29:03 2000  Mark P Mitchell  <mark@codesourcery.com>
1600         * gcc_build: Add -o option for setting the objdir to use.
1602 2000-11-11  Jeff Law  <law@redhat.com>,
1604         * release: New file.
1606 2000-11-08  Jeff Law  <law@redhat.com>,
1607             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1609         * snapshot: New file.
1611 2000-11-08  Jeffrey Oldham  <oldham@oz.codesourcery.com>
1613         * gcc_build (bootstrap_gcc): New function.
1614         (configure_gcc): Likewise.
1615         (build_gcc): Rewritten to use configure and bootstrap.
1616         (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
1618 2000-10-31  Mark Mitchell  <mark@codesourcery.com>
1620         * gcc_build (MAKE): New variable.
1621         (build_gcc): Use it.  Fix logging of errors.
1622         (install_gcc): Likewise.
1624 2000-10-29  Mark Mitchell  <mark@codesourcery.com>
1626         * gcc_build: Save the output from CVS into the logfile as well.
1628 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
1630         * gcc_build: Fix typos.
1632 2000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
1634         * gperf-2.7-19981006.pat: Remove.
1636 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1638         * test_installed: Change EGCS references to refer to GCC.
1640 2000-09-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1642         * gcc_update (touch_files): Add some informative output.
1644 2000-09-16  Andreas Jaeger  <aj@suse.de>
1646         * gcc_update: Remove gcc/c-parse.gperf.
1648 2000-08-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>,
1649             Alexandre Oliva  <aoliva@redhat.com>
1651         * gcc_update: Execute touch_files_reexec even if `cvs update`
1652         failed.
1654 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
1656         * test_summary: AWK breaks with filenames containing `='.
1658 Sun Jul 16 12:04:33 2000  Mark P Mitchell  <mark@codesourcery.com>
1660         * gcc_build: New script.
1662 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
1664         * gcc_update (files_and_dependencies): Remove generated YACC files.
1666 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
1668         * gcc_update (files_and_dependencies): Remove generated YACC files.
1670 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
1672         * newcvsroot: Handle filenames that contain spaces.
1674 2000-06-03  Zack Weinberg  <zack@wolery.cumb.org>
1676         * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
1677         Elide --with-gcc-version-trigger and --norecursion from
1678         configure flags.  Remove code to report status of haifa scheduler.
1680 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
1682         * gcc_update (self): Set to `$0'.
1683         (touch_files_reexec): Use `$self' instead of `$0'.
1685 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
1687         * gcc_update (touch_files_reexec): New function, run after the
1688         tree is modified.
1690 2000-05-08  Richard Hendeson  <rth@cygnus.com>
1692         * gcc_update: Remove references to inclhack.tpl.
1694 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
1696         * index-prop: Use a single pattern.  Also support *** cdiffs.
1698 2000-04-28  Pavel Roskin  <pavel_roskin@geocities.com>
1700         * index-prop: Don't change /dev/null.
1702 2000-04-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1704         * gcc_update: Refer to GCC and gcc_update instead of egcs and
1705         egcs_update.
1707 2000-04-26  Jonathan Larmour  <jlarmour@redhat.co.uk>
1709         * index-prop: Fix occasional problem when using cvs diff -p.
1711 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
1713         * gcc_update: Remove references to cexp.c/cexp.y.
1715 1999-12-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1717         * newcvsroot: Add check on the number of command-line arguments.
1718         Add usage.
1720 Sun Nov 28 00:41:44 1999  William Bader (william@nscs.fast.net)
1722         * gcc_update: Allow patches compressed by bzip2.
1724 1999-10-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
1726         * newcvsroot: New file.
1728 1999-09-11  Craig Burley  <craig@jcb-sc.com>
1730         * convert_to_f2c, convert_to_g2c, download_f2c: New file.
1732 1999-08-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1734         * gcc_update: New file.
1735         * egcs_update: Renamed to gcc_update.
1737 1999-08-09  Robert Lipe  <robertlipe@usa.net>
1739         * test_summary: Quote curly braces in 1999-07-03 change.
1741 1999-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
1743         * egcs_update (files_and_dependencies): Fixed typo in
1744         gcc/cstamp-h.in.  Added gcc/config.in.
1746 1999-07-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
1748         * egcs_update (files_and_dependencies): New function, with
1749         complete list of files to be updated, as well as their
1750         dependencies.
1751         (touch_files): Check the timestamp of each generated file against
1752         its dependencies'.
1753         (main): New flags --touch, --list and --help.  Remove the
1754         pre-update step.
1756 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
1758         * test_summary: Replace egcs with gcc.  Update e-mail address.
1760 1999-07-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1761             Jerry Quinn  <jquinn@nortelnetworks.com>
1763         * egcs_update (touch_files, apply_patch): New functions.
1764         Use them.  New command-line option --patch.  Split test of local
1765         tree into two parts.  Add comments.
1767 1999-07-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
1769         * test_summary: If Target is `unix{*}', append the Target variants
1770         to Host.
1772 1999-06-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
1774         * test_summary: Set default mail-address and version for egcs
1775         instead of relying on unpredictable pathnames.
1776         Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
1778 Fri Apr  2 16:09:02 1999  Jeffrey A Law  (law@cygnus.com)
1780         * fixinc/*: Delete obsolete files.
1782 1999-02-04  Robert Lipe  <robertlipe@usa.net>
1784         * egcs_update: Test return values of 'cvs update'.  Propogate
1785         to caller as exit values.
1787 1999-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1789         * egcs_update: Use "if" instead of "&&".  Touch generated files
1790         only after the corresponding *.y files.
1792 1999-01-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1794         * egcs_update: Do not use xargs, but a backquote construct.
1796 1999-01-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
1798         * test_summary (version): Remove carriage return that gawk inserts
1799         in the version string for some reason.
1801 1998-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1803         * egcs_update: Only touch files that already exist.
1805 1998-11-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
1807         * test_summary (EOF): Remove double backslash.
1808         Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1810 1998-11-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
1812         * test_summary (address): Set to egcs-testresults mailing list.
1814 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
1816         * test_summary (address): Added Marc Lehmann's testsuite-results
1817         to the default e-mail address.
1819 1998-11-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
1821         * test_summary (-p, prepend_logs): Add these before the summary.
1822         (Compiler, Platform): Print these just before configflags.
1824 Sat Oct 31 10:53:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1826         * warn_summary (longLineFilter): New shell function to encapsulate
1827         this functionality.  It is off by default, only active if -llf
1828         flag is specified.
1829         (subdirectoryFilter): Fix bug in filtering which made some
1830         subdirectory warnings erroneously appear in the toplevel set.
1831         (stageNfilter): Renamed from `stageNwarns'.  Updated to collect
1832         warnings from stage1 as well as stage0, which means warnings from
1833         outside the bootstrap directory.  Eg, the libraries, etc.
1834         (warningFilter): New shell function to encapsulate this
1835         functionality.
1836         (keywordFilter): New shell function to encapsulate this
1837         functionality.
1839         Store data in a temp file rather than calculating it 3x.  Arrange
1840         to remove it on exit and signals.
1842         Add -pass/-wpass flags to do "pass through" (i.e. manual
1843         inspection) of bootstrap output from a particular stageN as well
1844         as language subdirs.
1846         Add better comments/documentation.
1848 Sat Oct 31 16:39:31 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1850         * egcs_update: Add comment about keeping the FAQ synchronized.
1852 Fri Oct 30 00:39:27 1998  Jeffrey A Law  (law@cygnus.com)
1854         * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
1855         in the repo again.
1857 Fri Oct 16 07:35:00 1998  Bruce Korb  <korb@datadesign.com>
1859         * egcs_update:  Added gcc/fixinc/* generated files to touch list.
1861 Tue Oct 13 23:28:33 1998  Jeffrey A Law  (law@cygnus.com)
1863         * egcs_update: Remove gcc/java/parse.c from list of files to
1864         touch.
1866 Wed Oct  7 13:00:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1868         * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
1870 Mon Oct  5 14:19:48 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1872         * warn_summary (subdirectoryFilter): New shell function to
1873         optionally filter in/out gcc subdirectories when summarizing
1874         warnings.  Add new flags to support subdirectory filtering.
1876         Also, ensure the bootstrap stage is a number.  Add some more C
1877         keywords that are preserved in the "warning type" summary and
1878         tighten up the "arg ???" regexp.
1880 Tue Sep 22 07:30  Bruce Korb  <korb@datadesign.com>
1882         * fixinc/inclhack.def:  Not all C++ comments in C headers
1883         were treated alike.  They are now.  Also fixed syntax
1884         of sed expression in "systypes" fix.
1886         * fixinc/inclhack.def:  Removed SVR4.2-ism from shell invocation
1888         * egcs_update:  Added fixinc/* generated files to touch list.
1890 Wed Sep 16 16:06:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1892         * egcs_update: Additionally touch gcc/java/parse.[ch].
1894 Thu Sep  9 16:48  Bruce Korb <korb@datadesign.com>
1896         * fixinc/inclhack.def:  Added two files required by
1897         SCO's Open Server 5's avoid_bool fix.
1898         Regenerated fixinc.x and inclhack.sh to incorporate
1899         the update.
1901 Thu Sep  3 10:11:32 1998  Robert Lipe   <robertl@dgii.com>
1903         * egcs_update: Do the pass 1 CVS update only for files that
1904         may reasonably be under CVS control.
1906 1998-08-14  Alexandre Oliva  <oliva@dcc.unicamp.br>
1908         * test_installed: New script for testing already-installed
1909         gcc/g++/g77.
1911 Wed Aug 12 19:59:36 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1913         * egcs_update: Assigned copyright to FSF.
1915 Tue Aug 11 17:55:53 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1916                           Alexandre Oliva  <oliva@dcc.unicamp.br>
1918         * egcs_update: New switch --nostdflags and documentation
1919         enhancements.
1921 Tue Aug 11 17:33:19 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1923         * egcs_update: New script.
1925 1998-08-05  Bruce Korb  <korbb@datadesign.com>
1927         * fixinc/Makefile
1928         Added define for target machine so machine-specific tests
1929         can be selected for or against.
1931         * fixinc/fixincl.c
1932         Added an array of string pointers to machines to select
1933         or avoid, depending on a FD_MACH_IFNOT bit flag.
1934         Used a shell script to match the defined TARGET_MACHINE
1935         with any of the given match patterns.
1937         * fixinc/fixincl.tpl
1938         Generate the array of strings and bit flag, as needed,
1939         depending on "mach" and "not_machine" attributes for a fix.
1941         * fixinc/mkfixinc.sh
1942         Invoke the make with TARGET assigned the value of the
1943         machine name argument.
1945 Mon Jul 27 22:08:12 1998  Mike Stump  (mrs@wrs.com)
1947         * compare_tests: New script.
1949 1998-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
1951         * test_summary: Assigned copyright to FSF.
1953 Mon Jul 27 20:33:02 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1955         * test_summary: Corrected script name in comments providing
1956         documentation.  Added linebreaks for lines with > 80 characters.
1958 Fri Jun 19 02:36:59 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
1960         * test_summary: New switch, -i, and environment variable,
1961         append_logs, for including files in the report.
1963 1998-06-01  Manfred Hollstein  <manfred@s-direktnet.de>
1965         * warn_summary: Update to Kaveh's latest version allowing to
1966         specify the last stage built.
1968 1998-05-29  Bruce Korb  <korbb@datadesign.com>
1970         * fixinc/mkfixinc.sh
1971         Changes to make it easier to invoke on platforms that
1972         normally do not invoke fixincludes.
1974         * fixinc/inclhack.def
1975         Applied fixes from egcs/gcc/fixincludes from the past several
1976         months.
1978 1998-05-28  Bruce Korb  <korbb@datadesign.com>
1980         * fixinc/*: Updated most everything for a first real
1981         try at getting "fast_fixincludes" working.
1983 1998-05-28  Jason Merrill  <jason@yorick.cygnus.com>
1985         * index-prop: New file.
1987 Sat May 23 23:38:49 1998  Matthias Klose  <doko@cs.tu-berlin.de>
1989         * test_summary: find good awk (copied from warn_summary).
1991 Sat May 23 23:38:33 1998  Jeffrey A Law  (law@cygnus.com)
1993         * test_summary, warn_summary: New files