PR fortran/48054
[official-gcc.git] / contrib / ChangeLog
blob014c4783493646f1952006b6b030768fc1f5e37a
1 2011-03-05  Joseph Myers  <joseph@codesourcery.com>
3         * gennews (files): Add files for GCC 4.6.
5 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
7         * patch_tester.sh (nopristinecache): New shell var, set according
8         to presence or absence of new -nopristinecache option.
9         (usage): Document new option.
10         (bootntest_pristine): Implement it.
12 2010-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14         * make_sunver.pl: Use elfdump -s to extract symbols if possible,
15         readelf -s otherwise.
17 2010-11-08  Eric Botcazou  <ebotcazou@adacore.com>
19         * make_sunver.pl: Ignore entries without symbol name first.  Then do
20         not ignore symbols marked as 'R'.
22 2010-10-18  Andi Kleen  <ak@linux.intel.com>
24         * gccbug.el: Remove.
26 2010-10-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28         * gcc_update: Run $GCC_HG pull and update separately.
29         Check parents for SVN revision.
31 2010-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33         * test_recheck: New script.
35 2010-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37         * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
38         Also escape characters with grave accents, to be fixed ...
39         (unmunge): ... here.
40         (postprocess): Also handle @/ and @acronym{...}.
42 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
44         * check_GNU_style.sh: Do not print warning messages when there are
45         no occurences.
47 2010-09-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
49         * gcc_update: Handle hg, too.
51 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
53         * make_sunver.pl: Remove extra whitespace in regexp.
55 2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
57         * check_GNU_style.sh: New.
59 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
61         * make_sunver.pl: New file.
63 2010-07-02  Iain Sandoe  <iains@gcc.gnu.org>
65        * compare-debug (Darwin): Remove '-x' flag from ld-based object
66        stripping.  Add a comment as to why we do it this way.
68 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
70         * compare-debug: Drop LTO sections.
72 2010-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
74         * gcc_update: Support updating a git clone.
76 2010-06-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
78         * test_summary: Don't use diff -u.
79         Adapt egrep regex.
81 2010-06-02  Andrew Haley  <aph@redhat.com>
83         * download_prerequisites: New script.
85 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
87         * dg-extract-results.sh: Redirect grep output to /dev/null instead
88         of grep -q.
90 2010-04-22  Basile Starynkevitch  <basile@starynkevitch.net>
92         * gcc_update: Sets the locale to C.
94 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
96         * gennews (files): Add files for GCC 4.5.
98 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
100         Fix *.log tests output containing "===".
101         * dg-extract-results.sh (/\===/): Rename to ...
102         (/^\t\t=== .* ===$/): ... this pattern.
104 2010-03-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
106         * dg-extract-results.sh: Fix result order to match sequential case.
108 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
110         * check_warning_flags.sh: Use \012 instead of \n with tr.
112 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
114         * dg-extract-results.sh: Don't use tail -n.
116 2009-10-03  H.J. Lu  <hongjiu.lu@intel.com>
117             Richard Guenther  <rguenther@suse.de>
119         PR lto/39216
120         * gcc_update: Adjust file timestamps for lto-plugin.
122 2009-09-10  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
124         PR bootstrap/41245
125         * compare-debug: Handle stripping of dwarf debug sections from darwin
126         mach-o objects.
128 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
130         * compare-debug: Grep for blank before dash to avoid grep -e.
132 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
134         * compare-debug: Look for .gkd files and compare them.
136 2009-08-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
138         PR testsuite/41166
139         * test_summary: Invoke config.status, rather than trying to
140         parse it.  Adjust awk script.
142 2009-08-18  Alexandre Oliva  <aoliva@redhat.com>
144         * compare-debug: Drop .eh_frame relocations too.
146 2009-08-18  H.J. Lu  <hongjiu.lu@intel.com>
148         PR testsuite/40704
149         * test_summary: Filter out "\r". 
151 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
153         * compare-debug: Don't fail just because of .eh_frame differences.
155 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
157         PR testsuite/39807
158         * dg-extract-results.sh: Close open files and use >> instead of >
159         to decrease number of concurrently open files from awk.  Avoid
160         = at the beginning of a regexp and redirect to a file determined
161         by curfile variable rather than concatenated strings to workaround
162         Solaris nawk bug.
164 2009-04-25  Gerald Pfeifer  <gerald@pfeifer.com>
166         * test_summary: Only include LAST_UPDATED if it exists.
167         Complete copyright years.
169 2009-04-16  Paolo Bonzini  <bonzini@gnu.org>
171         * compare-all-tests: New.
173 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
175         * gennews (files): Reference GCC 4.4 web pages.
177 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
179         * reghunt/date_based/reg_periodic: Change copyright header to refer
180         to version 3 of the GNU General Public License and to point readers
181         at the COPYING3 file and the FSF's license web page.
182         * reghunt/date_based/reg_search: Likewise.
183         * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
184         * regression/btest-gcc.sh: Likewise.
185         * regression/objs-gcc.sh: Likewise.
187 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
189         * check_warning_flags.sh: Update flag exceptions.
191 2008-11-18  Ben Elliston  <bje@au.ibm.com>
193         * dg-cmp-results.sh: Do not print usage if either .sum file cannot
194         be opened; print a more meaningful error instead.
196 2008-10-24  Janis Johnson  <janis187@us.ibm.com>
197             Jakub Jelinek  <jakub@redhat.com>
199         * dg-extract-results.sh: New file.
201 2008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
203         * check_makefile_deps.sh: New file.
205 2008-05-08  Sebastian Pop  <sebastian.pop@amd.com>
207         * patch_tester.sh (report): Do not print "Checker: ".
209 2008-04-23  Sebastian Pop  <sebastian.pop@amd.com>
211         * patch_tester.sh (report): Do not print the time.
213 2008-04-01  Joseph Myers  <joseph@codesourcery.com>
215         * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
216         Handle @heading.  Handle enumerated lists with starting numbers
217         and extra headings.
219 2008-03-10  Janis Johnson  <janis187@us.ibm.com>
221         * patch_tester.sh (initialization): Initialize svnpatch and stop.
222         (usage): Add -svnpath and -stop.        
223         (makedir): New.
224         (argument handling): Process -stop and -svnpath.
225         (setup code): Use makedir, error out if initial svn checkout fails.
226         (update): Use svnpath.  Invoke contrib/gcc_update.
227         (apply_patch): Require that patch was created at top level.  Use eval
228         with option variables.  Don't use bootstrap target for make.  Verify
229         that some tests were run.
230         (bootntest_patched): Use snvpath.
231         (main loop): For -stop, exit when there are no more patches to test.
233 2008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
235         * check_warning_flags.sh: Instead of invoke.texi, take the path
236         to the doc directory as argument.  Check that warnings listed in
237         'gcc --help' are accepted by the compiler, and listed in the
238         manuals.
240 2008-03-06  Tom Tromey  <tromey@redhat.com>
242         * patch_tester.sh (usage): Watermark is not lexicographic.
243         Load $STATE/defaults if it exists.
244         (selfexec): Use $0.
245         (apply_patch): Handle deletions.
246         (bootntest): Handle default settings.
248 2008-03-05  Jakub Jelinek  <jakub@redhat.com>
250         * gennews (files): Reference GCC 4.3 web pages.
252 2008-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
254         * check_warning_flags.sh: New file.
256 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
258         * paranoia.cc (main): Remove handling of c4x_single and
259         c4x_extended formats.
261 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
263         * compareSumTests3: Changed to GPLv3.
264         * prepare_patch.sh: Same.
265         * uninclude: Same.
266         * dglib.pm: Same.
267         * gennews: Same.
268         * texi2pod.pl: Same.
269         * analyze_brprob: Same.
270         * gcc_build: Same.
272 2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
274         * patch_tester.sh: Changed to GPLv3.
276 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
278         * patch_tester.sh: Don't save the script anymore.
280 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
282         * patch_tester.sh: New.
283         * prepare_patch.sh: New.
285 2007-11-26  Alexandre Oliva  <aoliva@redhat.com>
287         * compare-debug: Introduce -p flag to preserve .stripped files.
289 2007-10-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
291         * texi2pod.pl: Handle @asis.
292         (postprocess): Move @gccoptlist{} after all formatting commands.
293         
294 2007-10-01  Alexandre Oliva  <aoliva@redhat.com>
296         * compare-debug: Avoid spurious errors when .stripped files
297         exist.
299 2007-09-22  Hans-Peter Nilsson  <hp@axis.com>
301         * warn_summary (srcdirFilter): Add fixincludes, sim,
302         newlib and mpfr.
304 2007-08-23  H.J. Lu  <hongjiu.lu@intel.com>
306         * gcc_update: Handle different URL paths and tags.
308 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
310         * compare-debug: New.
312 2007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
313             Andreas Schwab <schwab@suse.de>
315         * gcc_update: Use "svn info" for revision number.  Create
316         gcc/REVISION with branch name and revision number.
318 2007-08-10  Diego Novillo  <dnovillo@google.com>
320         * gcc.doxy: Rename from tree-ssa.doxy.
322 2007-08-10  Diego Novillo  <dnovillo@google.com>
324         * tree-ssa.doxy: Update for doxygen 1.5.
325         Include all the files in the middle and back ends.
327 2007-06-30  Hans-Peter Nilsson  <hp@axis.com>
329         * gcc_update (files_and_dependencies): Handle
330         gcc/testsuite/gcc.dg/cpp/direct2s.c.
332 2007-05-13  Mark Mitchell  <mark@codesourcery.com>
334         * gennews (files): Reference GCC 4.2 web pages.
336 2007-04-04  Zack Weinberg  <zack@mrtock.ucsd.edu>
338         * texi2pod.pl: Correct handling of @itemize with no argument.
340 2007-03-17  Hans-Peter Nilsson  <hp@axis.com>
342         * uninclude: New utility, from Alexandre Oliva.
344 2007-02-26  Dominique Dhumieres  <dominiq@lps.ens.fr>
346         * test_installed: Adjust to the move from g77 to gfortran.
348 2007-02-16  Matthias Klose  <doko@debian.org>
350         * texi2pod.pl: Handle @subsubsection, ignore @anchor.
352 2007-02-10  Hans-Peter Nilsson  <hp@axis.com>
354         * test_summary (configflags): Adjust for changes in the
355         config.status format due to update to autoconf 2.59.
357 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
359         * gcc_update: Update for configure.in -> configure.ac.
361 2007-02-06  Richard Sandiford  <richard@codesourcery.com>
363         * texi2pod.pl: Handle @multitable.
365 2007-01-15  Tom Tromey  <tromey@redhat.com>
367         * download_ecj: New file.
369 2006-09-27  Matthew Sachs  <msachs@apple.com>
371         * compareSumTests3: POD syntax fix.
373 2006-09-27  Matthew Sachs  <msachs@apple.com>
375         * dglib.pm: Initial commit.
376         * compareSumTests3: Initial commit.
378 2006-09-18  Bernhard Fischer  <aldot@gcc.gnu.org>
380         * dg-cmp-results.sh (compare-$$.awk): Print name[old]
381         and not non-existing nm[old].
383 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
385         Port to hosts whose 'sort' and 'tail' implementations
386         treat operands with leading '+' as file names, as POSIX
387         has required since 2001.  However, make sure the code still
388         works on pre-POSIX hosts.
389         * compare_tests: Don't assume "sort +2" is equivalent to
390         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
392 2006-06-05  James Lemke  <jwlemke@wasabisystems.com>
394         * dg-cmp-results.sh: New script for comparing DejaGNU logs.
396 2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
397             Mike Stump  <mrs@apple.com>
399         * compare_tests: Handle multilibs better.
401 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
403         * texi2pod.pl: Correct handling of absolute @include.
405 2006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
407         * texi2pod.pl: Handle -I.
409 2006-02-28  Mark Mitchell  <mark@codesourcery.com>
411         * gennews (files): Update for GCC 4.1.
413 2006-01-24  Diego Novillo  <dnovillo@redhat.com>
415         * gcc_update (files_and_dependencies): Handle
416         libgomp/testsuite/Makefile.in.
418 2006-01-18  Richard Henderson  <rth@redhat.com>
419             Diego Novillo  <dnovillo@redhat.com>
421         * gcc_update (files_and_dependencies): Add libgomp files.
423 2005-12-06  Ben Elliston  <bje@au.ibm.com>
425         * newcvsroot: Remove.
427 2005-11-03  Steven Bosscher  <stevenb@suse.de>
429         * gcc_build: Fix my previous checking.
431 2005-11-01  Joseph S. Myers  <joseph@codesourcery.com>
433         * gcc_update: Include revision number in LAST_UPDATED.
435 2005-10-30  Steven Bosscher  <stevenb@suse.de>
437         * gcc_build: Use gcc.gnu.org as the default server.  Set up
438         SVN_REPOSITORY correctly.  Add support for checking out branches.
440 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
442         * gcc_update: When svn update is called and
443         --silent is used, pass -q.
445 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
447         * gcc_update: Remove the -q from svn invocation.
449 2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
451         * gcc_build: Remove -d from the call to gcc_update.
453 2005-10-28  Daniel Berlin  <dberlin@dberlin.org>
454             Ben Elliston <bje@au1.ibm.com>
455         
456         * gcc_update: Update for svn.
457         * newcvsroot: Ditto.
458         * gcc_build: Ditto.
460 2005-10-21  Mark Mitchell  <mark@codesourcery.com>
462         * texi2pod.pl: Substitue for @value even when part of @include. 
464 2005-10-21  Bob Wilson  <bob.wilson@acm.org>
466         * texi2pod.pl: Convert two single quotes or two backquotes to
467         double quotes.
469 2005-08-23  Ben Elliston  <bje@au.ibm.com>
471         * gcc_update: Update dependencies for libjava/aclocal.m4.
473 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
475         * All files: Update with new FSF address.
477 2005-07-14  Ben Elliston  <bje@au.ibm.com>
479         * filter_params.pl: Typo fix.
480         * filter_knr2ansi.pl: Likewise.
482 2005-06-05  Gerald Pfeifer  <gerald@pfeifer.com>
484         * gennews (files): Update for egcs-1.0 release pages consolidation.
486 2005-04-17  Joseph S. Myers  <joseph@codesourcery.com>
488         * gennews (files): Update for GCC 4.0.
490 2005-03-18  Alexandre Oliva  <aoliva@redhat.com>
492         * gcc_update (silent): Unset instead of initializing to null.
494 2005-03-18  Andreas Schwab  <schwab@suse.de>
496         * gcc_update (apply_patch): Properly quote $1.
498 2005-03-18  Zack Weinberg  <zack@codesourcery.com>
500         * gcc_update: Add --silent option.
502 2005-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
504         * warn_summary (keywordFilter): Update sed pattern for new quoting
505         style in warnings.
507 2005-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
509         * warn_summary: Add -fortran subdir flag.
510         (subdirectoryFilter): Fix missing ada subdir.
512 2004-11-20  Hans-Peter Nilsson  <hp@bitrange.com>
514         * gcc_update (touch_files): Don't rely on "make" being GNU make;
515         grep for "Touching" to determine that the rule executes.
517 2004-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
519         * gcc_update (touch_files): Explicitly pass --no-print-directory.
521 2004-11-04  Andrew Pinski  <pinskia@physics.uc.edu>
523         * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
525 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
527         * gcc_update: Add fixincludes.
529 2004-08-26  Matthias Klose  <doko@debian.org>
531         * texi2pod.pl: keep references of the form @ref{...}, print them bold.
533 2004-08-26  Matthias Klose  <doko@debian.org>
535         * test_summary: Include baseline used for libstdc++-v3 abi check
536         in test summary.
538 2004-08-25  Ben Elliston  <bje@au.ibm.com>
540         * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
542 2004-08-20  Andreas Tobler  <a.tobler@schweiz.ch>
544         * gcc_update (self): libjava/configure.in -> configure.ac. Automake
545         update done.
547 2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
549         * gcc_update: libjava/configure.ac -> configure.in.  Automake
550         1.4 does not handle configure.ac properly.
552 2004-08-04  Andreas Schwab  <schwab@suse.de>
554         * gcc_update: libjava/configure.in -> configure.ac.
556 2004-08-03  Richard Earnshaw <rearnsha@arm.com>
558         * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
560 2004-07-16  Jeff Law  <law@redhat.com>
562         * analyze_brprob: Fix comments.  More consistent output format.
564 2004-06-17  Diego Novillo  <dnovillo@redhat.com>
566         * tree-ssa.doxy: Update for doxygen 1.3.5.
568 2004-06-14  Andreas Jaeger  <aj@suse.de>
570         * gcc_update: boehm-gc/configure.in -> configure.ac.
572 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
574         * gcc_update (boehm-gc/configure): Depend on
575         boehm-gc/configure.ac instead of boehm-gc/configure.in
577 2004-06-14  Paolo Bonzini  <bonzini@gnu.org>
579         * gcc_update (libmudflap/configure): Depend on
580         libmudflap/configure.ac instead of libmudflap/configure.in
582 2004-06-14  Andreas Jaeger  <aj@suse.de>
584         * gcc_update: Add libcpp.
586 2004-06-10  Andreas Jaeger  <aj@suse.de>
588         * gcc_update: Add libgfortran.
590 2004-05-29  Andrew Pinski  <pinskia@physics.uc.edu>
592         * gcc_update (libbanshee/configure): Depend on
593         libbanshee/configure.ac instead of libbanshee/configure.in
595 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
597         * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
598         from list of files to be touched.
599         * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
601 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
603         * gennews: Update for GCC 3.4.
605 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
607         Merge from tree-ssa-20020619-branch.
609         * filter_gcc_for_doxygen: New file.
610         * filter_knr2ansi.pl: New file.
611         * filter_params.pl: New file.
612         * tree-ssa.doxy: New file.
613         * contrib/gcc_update (files_and_dependencies): Handle
614         libbanshee and libmudflap.
616 2004-04-12  Kelley Cook  <kcook@gcc.gnu.org>
617             Andreas Jaeger  <aj@suse.de>
619         * gcc_update (files_and_dependencies): Insert zlib dependencies.
621 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
623         * gcc_update (files_and_dependencies): libobjc/configure now
624         depends on configure.ac, not configure.in.
626 2004-04-01  Kelley Cook  <kcook@gcc.gnu.org>
628         * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
630 2004-03-16  Andreas Tobler  <a.tobler@schweiz.ch>
632         * gcc_update (files_and_dependencies): Insert libffi dependencies.
634 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
636         * gcc_update (files_and_dependencies): Insert libada/configure.
638 2004-02-29  Andrew Pinski  <pinskia@physics.uc.edu>
640         * gcc_update (files_and_dependencies): Update intl/configure.in
641         to intl/configure.ac.
643 2004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
645         * gcc_update (files_and_dependencies): Update fastjar/configure.in
646         to fastjar/configure.ac
648 2004-01-07  Kelley Cook  <kcook@gcc.gnu.org>
650         * gcc_update (files_and_dependencies): Remove non-existant files.
652 2004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
654         * gcc_update (files_generated): Revert 2003-12-18 change.
656 2004-01-03  Andrew Pinski  <pinskia@physics.uc.edu>
658         * gcc_update (files_and_dependencies): For gcc directory,
659         rename configure.in to configure.ac.
661 2003-12-19  Andreas Tobler  <a.tobler@schweiz.ch>
663         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
664         remove acconfig.h. No longer used.
666 2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
668         * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
669         gcc/ada/gnat_ug_* to use it.
671 2003-12-16  James E Wilson  <wilson@specifixinc.com>
673         * gcc_update (files_and_dependencies): For libjava/libltdl directory,
674         rename configure.in to configure.ac, and stamp-h.in to config-h.in.
676 2003-12-11  Kelley Cook  <kcook@gcc.gnu.org>
678         * gcc_update (files_and_dependencies): Correct typo in the filename
679         gnat_ug_wnt.texi.
681 2003-12-08  Arnaud Charlet  <charlet@act-europe.fr
683         * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
684         treeprs.ads.
686 2003-10-16  Mark Mitchell  <mark@codesourcery.com>
688         * gennews (files): Add GCC 3.3 files.
690 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
692         * gcc_build: Fix handling of -t option.  Add -x option.
694 2003-07-31  Matt Kraai  <kraai@alumni.cmu.edu>
696         * texi2pod.pl: Remove extra line.
698 2003-07-15  Matt Kraai  <kraai@alumni.cmu.edu>
700         * texi2pod.pl: Default @itemize's parameter to @bullet.
702 2003-07-12  Zack Weinberg  <zack@codesourcery.com>
704         * gcc_update: gcc/acconfig.h no longer exists.
706 2003-07-11  Matthias Klose  <doko@debian.org>
708         * test_installed: Add options to run objc tests.
709         In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
711 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
713         * gcc_update: Remove gcc/intl/plural.c from list.
714         Add new generated files intl/plural.c, intl/configure,
715         intl/config.h.in.
717 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
719         * gcc_update (files_and_dependencies): Add
720         gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
721         gcc/testsuite/gcc.dg/cpp/mi1c.h.
723 2003-05-23  Nathanael Nerode <neroden@gcc.gnu.org>
725         * paranoia.cc: Fix spelling error.
727         * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
728         to GCC.
730 2003-04-04  Mike Stump  <mrs@apple.com>
732         * compare_tests: Fix exit status and be more flexible with spacing.
734 2003-03-08  Phil Edwards  <pme@gcc.gnu.org>
736         * test_summary:  Add -h, print existing comments as help.
738 2003-03-03  H.J. Lu <hjl@gnu.org>
740         * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
741         * gcc_update: Likewise.
743 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
745         * test_summary (configflags): Only use the first match.  Remove
746         excess space.  Use sub instead of gsub where possible.  Use `none'
747         if no configure flags were given.
749 2003-01-10  Loren J. Rittle  <ljrittle@acm.org>
751         * test_summary (configflags): awk portability.
753 2003-01-07  Alexandre Oliva  <aoliva@redhat.com>
755         * test_summary (configflags): Compute correctly with both
756         autoconfiscated and Cygnus-style top-level.
758 2003-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
760         * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
761         on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
762         gcc/java/keyword.gperf
764 2002-12-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
766         * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
767         depending on gcc/intl/plural.y.
769 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
771         * gcc_update (configure): Depend on config/acx.m4 as well.
773         * gcc_update (configure): Depend on configure.in.
775 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
777         * texi2pod.pl: Skip contents of @copying.
779 2002-11-09  Zack Weinberg  <zack@codesourcery.com>
781         * gthr_supp_vxw_5x.c: New file.
783 2002-10-21  Richard Henderson  <rth@redhat.com>
785         * paranoia.cc (real_c_float::image): Accomodate size of
786         real_internal format.
787         (main): Unbuffer stdio.  Add real_internal format.
788         (floor_log2_wide): New.
790 2002-10-16  Richard Henderson  <rth@redhat.com>
792         * paranoia.cc (ENUM_BITFIELD): New.
793         (class): Define as klass around real.h.
794         (real_c_float): Not a template any longer; define MODE as a
795         class static constant; use real_format elements for SIZE.
796         Update uses of real_to_decimal and real_to_hexadecimal.
797         (main): Change -g argument to use a format name.
798         (mode_for_size): Remove.
800 2002-09-16  Richard Henderson  <rth@redhat.com>
802         * paranoia.cc: New file.
804 2002-09-04  Richard Henderson  <rth@redhat.com>
806         * enquire.c: Remove.
808 2002-08-14  Mark Mitchell  <mark@codesourcery.com>
810         * gennews (files): Add GCC 3.2 files.
812 2002-07-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
814         * gennews (files): Add proper files for the GCC 3.1 release series.
815         Simplify and reformat introductory wording.
817 2002-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
819         * enquire.c: Move from gcc.
821 2002-07-16  H.J. Lu <hjl@gnu.org>
823         * gcc_update (touch_files): Pass -s to ${MAKE}.
825 2002-06-26  Zack Weinberg  <zack@codesourcery.com>
827         * texi2pod.pl: Correct handling of the internal R<> sequence.
829 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
831         * gcc_update (files_and_dependencies): Add generated Texinfo files
832         for Ada.
834 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
836         * test_installed: Allow for PWDCMD to override hardcoded pwd.
837         * test_summary: Likewise.
839 2002-04-18  Geoffrey Keating  <geoffk@redhat.com>
841         * gcc_update (touch_files): Don't have empty for loop.
843 2002-04-16  Richard Henderson  <rth@redhat.com>
845         * gcc_update: Remove libchill.
847 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
849         * texi2pod.pl: Handle @end ftable and @end vtable.
851 2002-03-11  Zack Weinberg  <zack@codesourcery.com>
853         * texi2pod.pl: Handle @include, @ftable, @vtable.
854         Reformat some code for clarity.
856 2002-02-24  Christian Jönsson  <c.christian.joensson@telia.com>
858         * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
859         WARNING and ERROR output from the *.sum files.
861 2002-01-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
863         * gennews (files): Replace gcc-2.95/gcc-2.95.html,
864         gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
865         and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
867 2002-01-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
869         * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
870         egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
871         egcs-1.1/index.html.
873 2002-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
875         * warn_summary: Add -ada subdirectory flag.
877 2001-12-12  Matthias Klose  <doko@debian.org>
879         * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
880         generation of more than one man page from one source.
881         Add '-' to set of valid chars for an identifier.
882         Let -D option accept flags of the form <flag>=<value>.
883         Use \s+ for whitespace detection in '@c man' lines.
884         Handle @set and @clear independent of $output.
885         Substitute all @value{}'s in a line.
887 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
889         * texi2pod.pl: Handle @ifnottex, @iftex and @display.  Handle @var
890         in verbatim blocks specially.  Handle @unnumbered, @unnumberedsec
891         and @center.  Allow [a-z] after @enumerate.  Handle 0 and numbers
892         greater than 9 in enumerations.
894 2001-11-07  Laurent Guerby <guerby@acm.org>
896         * gcc_update (files_and_dependencies): Add Ada dependencies.
898 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
900         * snapshot: Remove.
902 2001-09-07  Richard Sandiford  <rsandifo@redhat.com>
904         Revert:
905         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
906         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
907         touch.
909 2001-09-04  David.Billinghurst <David.Billinghurst@riotinto.com>
911         * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
912         gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
913         touch.
915 Mon Aug 13 02:29:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
917         * analyze_brprob: Update for changes in gcc debug output.
919 Sat Jul 28 22:37:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
921         * analyze_brprob: Avoid more overflows.
923 2001-07-27  Richard Henderson  <rth@redhat.com>
925         * test_summary: Copy LAST_UPDATED UTC time to head of summary.
927 Fri Jul 27 18:01:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
929         * analyze_brprob: Avoid overflows.
931 2001-07-27  Richard Henderson  <rth@redhat.com>
933         * gcc_update: Dump timestamp in LAST_UPDATED.
935 2001-07-26  Andreas Jaeger  <aj@suse.de>,
936             Hans-Peter Nilsson <hp@bitrange.com>
938         * analyze_brprob: Fix documentation.
940 Mon Jul 23 15:47:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
942         * analyze_brprob: Fix awk compatibility problems; update comment.
944 2001-07-23  Andreas Jaeger  <aj@suse.de>
946         * analyze_brprob: Fix more typos.
948 2001-07-23  Andreas Jaeger  <aj@suse.de>
950         * analyze_brprob: Fix typos.
952 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
954         * texi2pod.pl: Handle @r inside @item.
956 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
958         * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
960 2001-07-01  Zoltan Felleg <zfelleg@telnet.hu>
962         * warn_summary: Fix typo in a comment.
964 2001-06-14  Albert Chin-A-Young  <china@thewrittenword.com>
966         * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
968 2001-06-13  Mark Mitchell  <mark@codesourcery.com>
970         * gennews: Set TERM to vt100 for Lynx.
972 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
974         * release: Remove.
976 Tue Jun 12 12:21:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
978         * analyze_brprob: New file.
980 2001-06-11  Mark Mitchell  <mark@codesourcery.com>
982         * gcc_build: Output information about the commands used to
983         configure the compiler.
985 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
987         * gennews: Update for GCC 3.0.
989 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
991         * gcc_update: Update for move of documentation to gcc/doc.
993 2001-05-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
995         * contrib/test_summary (files): Sort before evaluating.
997 2001-05-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
999         * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
1001 2001-05-21  Mark Mitchell  <mark@codesourcery.com>
1003         * gcc_build: Use -d when invoking gcc_update.
1005 2001-05-18  Andreas Jaeger  <aj@suse.de>
1007         * gcc_update: Add rules for libf2c/libI77.
1009 2001-05-17  Alexandre Oliva  <aoliva@redhat.com>
1011         * gcc_update (touch_files): Use simpler, yet as portable, syntax.
1013 2001-05-14  Loren J. Rittle  <ljrittle@acm.org>
1015         * gcc_update (touch_files): Enhance make portability.
1017 2001-05-14  Alexandre Oliva  <aoliva@redhat.com>
1019         * gcc_update (touch_files): Use a Makefile to touch files.
1021 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1023         * texi2pod.pl: Add copyright and GPL notices.
1025 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
1027         * texi2pod.pl: Handle "\,".
1029 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
1031         * texi2pod.pl: Fix regular expression for @r to avoid exponential
1032         recursion.  From Russ Allbery <rra@stanford.edu>.  Remove perl
1033         version check.
1035 2001-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1037         * warn_summary (stageNfilter): Update for recent changes in
1038         bootstrap logic.
1040 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
1042         * texi2pod.pl: Require at least perl 5.6.0.
1044 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
1046         * gcc_update: Add gcc/gcc.1 to generated files.
1047         * texi2pod.pl: Handle @r and @gccoptlist.  Handle @gol.  Handle
1048         discarding to end of sentence with @xref where the sentence has an
1049         interior "." in markup, and handle discarding parentheses around
1050         such a sentence.
1052 2001-01-11  Bernd Schmidt  <bernds@redhat.com>
1054         * gennews: Add gcc-2.95.3.
1056 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1058         * texi2pod.pl: Handle @gcctabopt and @env in tables.  Handle
1059         @command.  Format URLs and email addresses in bold.
1061 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1063         * gcc_update: Add cpp.1 to the list of generated files.
1065         * texi2pod.pl: Handle @option and @env.
1067 2001-01-03  Mike Stump  <mrs@wrs.com>
1069         * snapshot: Update to account for java libraries.
1071 2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
1073         * test_summary: Export filesuffix, not fileprefix.
1075 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1077         * release: Change some EGCS references to GCC.
1079 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1081         * warn_summary: Fix subdirectory filtering.  Add -intl and -fixinc
1082         subdirectory flags.  Add source directory prefix filtering.
1083         Redirect diagnostic output to stderr.
1085 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
1087         * texi2pod.pl: If multiple @c man sections with the same tag
1088         appear, concatenate them in the final output.  When skipping,
1089         ignore block commands that can't cause skipping, and honor
1090         those that can.  Ensure that verbatim blocks are separate
1091         paragraphs.
1093 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1095         * gcc_update: Don't touch tradcif.c or java/parse.h.
1097 2000-12-05  Zack Weinberg  <zack@wolery.stanford.edu>
1099         * texi2pod.pl: Restructure for comprehensibility, add
1100         comments.  Merge handling of @ignore and @ifxxx.  Handle a
1101         whole bunch more Texinfo commands.  Use consistent formatting
1102         style.
1104 2000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
1106         * gennews: New script.
1108 2000-11-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1110         * gcc_update: Update a comment as we now require bison for CVS users.
1112 2000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1114         * gcc_update: Add gcov.1 to the list of generated files.
1116 2000-11-21  Mark Mitchell  <mark@codesourcery.com>
1118         * gcc_build: Remove code to put information in a log file.
1120 2000-11-19  Zack Weinberg  <zackw@stanford.edu>
1122         * texi2pod.pl:
1123           - Add real command line parsing.
1124           - Support @ifset, @ifclear, @set, @value, -D switch.
1125           - Support @sc.  Improve handling of @ref and friends.
1126           - Discard @subsection, @need, @node lines.
1127           - Un-nest font changes to match texinfo semantics.
1128           - Handle @{ and @}.  Oops.
1129           - Don't emit E<> directives inside verbatim blocks.
1131 2000-11-12  Bruce Korb  <bkorb@gnu.org>
1133         * release: generalize the release script a bit.
1135 Sat Nov 11 17:29:03 2000  Mark P Mitchell  <mark@codesourcery.com>
1137         * gcc_build: Add -o option for setting the objdir to use.
1139 2000-11-11  Jeff Law  <law@redhat.com>,
1141         * release: New file.
1143 2000-11-08  Jeff Law  <law@redhat.com>,
1144             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1146         * snapshot: New file.
1148 2000-11-08  Jeffrey Oldham  <oldham@oz.codesourcery.com>
1150         * gcc_build (bootstrap_gcc): New function.
1151         (configure_gcc): Likewise.
1152         (build_gcc): Rewritten to use configure and bootstrap.
1153         (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
1155 2000-10-31  Mark Mitchell  <mark@codesourcery.com>
1157         * gcc_build (MAKE): New variable.
1158         (build_gcc): Use it.  Fix logging of errors.
1159         (install_gcc): Likewise.
1161 2000-10-29  Mark Mitchell  <mark@codesourcery.com>
1163         * gcc_build: Save the output from CVS into the logfile as well.
1165 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
1167         * gcc_build: Fix typos.
1169 2000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
1171         * gperf-2.7-19981006.pat: Remove.
1173 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1175         * test_installed: Change EGCS references to refer to GCC.
1177 2000-09-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1179         * gcc_update (touch_files): Add some informative output.
1181 2000-09-16  Andreas Jaeger  <aj@suse.de>
1183         * gcc_update: Remove gcc/c-parse.gperf.
1185 2000-08-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>,
1186             Alexandre Oliva  <aoliva@redhat.com>
1188         * gcc_update: Execute touch_files_reexec even if `cvs update`
1189         failed.
1191 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
1193         * test_summary: AWK breaks with filenames containing `='.
1195 Sun Jul 16 12:04:33 2000  Mark P Mitchell  <mark@codesourcery.com>
1197         * gcc_build: New script.
1199 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
1201         * gcc_update (files_and_dependencies): Remove generated YACC files.
1203 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
1205         * gcc_update (files_and_dependencies): Remove generated YACC files.
1207 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
1209         * newcvsroot: Handle filenames that contain spaces.
1211 2000-06-03  Zack Weinberg  <zack@wolery.cumb.org>
1213         * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
1214         Elide --with-gcc-version-trigger and --norecursion from
1215         configure flags.  Remove code to report status of haifa scheduler.
1217 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
1219         * gcc_update (self): Set to `$0'.
1220         (touch_files_reexec): Use `$self' instead of `$0'.
1222 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
1224         * gcc_update (touch_files_reexec): New function, run after the
1225         tree is modified.
1227 2000-05-08  Richard Hendeson  <rth@cygnus.com>
1229         * gcc_update: Remove references to inclhack.tpl.
1231 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
1233         * index-prop: Use a single pattern.  Also support *** cdiffs.
1235 2000-04-28  Pavel Roskin <pavel_roskin@geocities.com>
1237         * index-prop: Don't change /dev/null.
1239 2000-04-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1241         * gcc_update: Refer to GCC and gcc_update instead of egcs and
1242         egcs_update.
1244 2000-04-26  Jonathan Larmour  <jlarmour@redhat.co.uk>
1246         * index-prop: Fix occasional problem when using cvs diff -p.
1248 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
1250         * gcc_update: Remove references to cexp.c/cexp.y.
1252 1999-12-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1254         * newcvsroot: Add check on the number of command-line arguments.
1255         Add usage.
1257 Sun Nov 28 00:41:44 1999  William Bader (william@nscs.fast.net)
1259         * gcc_update: Allow patches compressed by bzip2.
1261 1999-10-11  Martin v. Löwis <loewis@informatik.hu-berlin.de>
1263         * newcvsroot: New file.
1265 1999-09-11  Craig Burley  <craig@jcb-sc.com>
1267         * convert_to_f2c, convert_to_g2c, download_f2c: New file.
1269 1999-08-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1271         * gcc_update: New file.
1272         * egcs_update: Renamed to gcc_update.
1274 1999-08-09  Robert Lipe  <robertlipe@usa.net>
1276         * test_summary: Quote curly braces in 1999-07-03 change.
1278 1999-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
1280         * egcs_update (files_and_dependencies): Fixed typo in
1281         gcc/cstamp-h.in.  Added gcc/config.in.
1283 1999-07-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
1285         * egcs_update (files_and_dependencies): New function, with
1286         complete list of files to be updated, as well as their
1287         dependencies.
1288         (touch_files): Check the timestamp of each generated file against
1289         its dependencies'.
1290         (main): New flags --touch, --list and --help.  Remove the
1291         pre-update step.
1293 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
1295         * test_summary: Replace egcs with gcc.  Update e-mail address.
1297 1999-07-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1298             Jerry Quinn <jquinn@nortelnetworks.com>
1300         * egcs_update (touch_files, apply_patch): New functions.
1301         Use them.  New command-line option --patch.  Split test of local
1302         tree into two parts.  Add comments.
1304 1999-07-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
1306         * test_summary: If Target is `unix{*}', append the Target variants
1307         to Host.
1309 1999-06-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
1311         * test_summary: Set default mail-address and version for egcs
1312         instead of relying on unpredictable pathnames.
1313         Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
1315 Fri Apr  2 16:09:02 1999  Jeffrey A Law  (law@cygnus.com)
1317         * fixinc/*: Delete obsolete files.
1319 1999-02-04  Robert Lipe  <robertlipe@usa.net>
1321         * egcs_update: Test return values of 'cvs update'.  Propogate
1322         to caller as exit values.
1324 1999-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1326         * egcs_update: Use "if" instead of "&&".  Touch generated files
1327         only after the corresponding *.y files.
1329 1999-01-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1331         * egcs_update: Do not use xargs, but a backquote construct.
1333 1999-01-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
1335         * test_summary (version): Remove carriage return that gawk inserts
1336         in the version string for some reason.
1338 1998-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1340         * egcs_update: Only touch files that already exist.
1342 1998-11-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
1344         * test_summary (EOF): Remove double backslash.
1345         Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1347 1998-11-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
1349         * test_summary (address): Set to egcs-testresults mailing list.
1351 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
1353         * test_summary (address): Added Marc Lehmann's testsuite-results
1354         to the default e-mail address.
1356 1998-11-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
1358         * test_summary (-p, prepend_logs): Add these before the summary.
1359         (Compiler, Platform): Print these just before configflags.
1361 Sat Oct 31 10:53:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1363         * warn_summary (longLineFilter): New shell function to encapsulate
1364         this functionality.  It is off by default, only active if -llf
1365         flag is specified.
1366         (subdirectoryFilter): Fix bug in filtering which made some
1367         subdirectory warnings erroneously appear in the toplevel set.
1368         (stageNfilter): Renamed from `stageNwarns'.  Updated to collect
1369         warnings from stage1 as well as stage0, which means warnings from
1370         outside the bootstrap directory.  Eg, the libraries, etc.
1371         (warningFilter): New shell function to encapsulate this
1372         functionality.
1373         (keywordFilter): New shell function to encapsulate this
1374         functionality.
1376         Store data in a temp file rather than calculating it 3x.  Arrange
1377         to remove it on exit and signals.
1379         Add -pass/-wpass flags to do "pass through" (i.e. manual
1380         inspection) of bootstrap output from a particular stageN as well
1381         as language subdirs.
1383         Add better comments/documentation.
1385 Sat Oct 31 16:39:31 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1387         * egcs_update: Add comment about keeping the FAQ synchronized.
1389 Fri Oct 30 00:39:27 1998  Jeffrey A Law  (law@cygnus.com)
1391         * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
1392         in the repo again.
1394 Fri Oct 16 07:35:00 1998  Bruce Korb <korb@datadesign.com>
1396         * egcs_update:  Added gcc/fixinc/* generated files to touch list.
1398 Tue Oct 13 23:28:33 1998  Jeffrey A Law  (law@cygnus.com)
1400         * egcs_update: Remove gcc/java/parse.c from list of files to
1401         touch.
1403 Wed Oct  7 13:00:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1405         * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
1407 Mon Oct  5 14:19:48 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1409         * warn_summary (subdirectoryFilter): New shell function to
1410         optionally filter in/out gcc subdirectories when summarizing
1411         warnings.  Add new flags to support subdirectory filtering.
1413         Also, ensure the bootstrap stage is a number.  Add some more C
1414         keywords that are preserved in the "warning type" summary and
1415         tighten up the "arg ???" regexp.
1417 Tue Sep 22 07:30 Bruce Korb <korb@datadesign.com>
1419         * fixinc/inclhack.def:  Not all C++ comments in C headers
1420         were treated alike.  They are now.  Also fixed syntax
1421         of sed expression in "systypes" fix.
1423         * fixinc/inclhack.def:  Removed SVR4.2-ism from shell invocation
1425         * egcs_update:  Added fixinc/* generated files to touch list.
1427 Wed Sep 16 16:06:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1429         * egcs_update: Additionally touch gcc/java/parse.[ch].
1431 Thu Sep  9 16:48 Bruce Korb <korb@datadesign.com>
1433         * fixinc/inclhack.def:  Added two files required by
1434         SCO's Open Server 5's avoid_bool fix.
1435         Regenerated fixinc.x and inclhack.sh to incorporate
1436         the update.
1438 Thu Sep  3 10:11:32 1998  Robert Lipe   <robertl@dgii.com>
1440         * egcs_update: Do the pass 1 CVS update only for files that
1441         may reasonably be under CVS control.
1443 1998-08-14  Alexandre Oliva  <oliva@dcc.unicamp.br>
1445         * test_installed: New script for testing already-installed
1446         gcc/g++/g77.
1448 Wed Aug 12 19:59:36 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1450         * egcs_update: Assigned copyright to FSF.
1452 Tue Aug 11 17:55:53 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1453                           Alexandre Oliva  <oliva@dcc.unicamp.br>
1455         * egcs_update: New switch --nostdflags and documentation
1456         enhancements.
1458 Tue Aug 11 17:33:19 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1460         * egcs_update: New script.
1462 1998-08-05  Bruce Korb <korbb@datadesign.com>
1464         * fixinc/Makefile
1465         Added define for target machine so machine-specific tests
1466         can be selected for or against.
1468         * fixinc/fixincl.c
1469         Added an array of string pointers to machines to select
1470         or avoid, depending on a FD_MACH_IFNOT bit flag.
1471         Used a shell script to match the defined TARGET_MACHINE
1472         with any of the given match patterns.
1474         * fixinc/fixincl.tpl
1475         Generate the array of strings and bit flag, as needed,
1476         depending on "mach" and "not_machine" attributes for a fix.
1478         * fixinc/mkfixinc.sh
1479         Invoke the make with TARGET assigned the value of the
1480         machine name argument.
1482 Mon Jul 27 22:08:12 1998  Mike Stump  (mrs@wrs.com)
1484         * compare_tests: New script.
1486 1998-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
1488         * test_summary: Assigned copyright to FSF.
1490 Mon Jul 27 20:33:02 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1492         * test_summary: Corrected script name in comments providing
1493         documentation.  Added linebreaks for lines with > 80 characters.
1495 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
1497         * test_summary: New switch, -i, and environment variable,
1498         append_logs, for including files in the report.
1500 1998-06-01  Manfred Hollstein  <manfred@s-direktnet.de>
1502         * warn_summary: Update to Kaveh's latest version allowing to
1503         specify the last stage built.
1505 1998-05-29  Bruce Korb <korbb@datadesign.com>
1507         * fixinc/mkfixinc.sh
1508         Changes to make it easier to invoke on platforms that
1509         normally do not invoke fixincludes.
1511         * fixinc/inclhack.def
1512         Applied fixes from egcs/gcc/fixincludes from the past several
1513         months.
1515 1998-05-28  Bruce Korb <korbb@datadesign.com>
1517         * fixinc/*: Updated most everything for a first real
1518         try at getting "fast_fixincludes" working.
1520 1998-05-28  Jason Merrill  <jason@yorick.cygnus.com>
1522         * index-prop: New file.
1524 Sat May 23 23:38:49 1998  Matthias Klose  <doko@cs.tu-berlin.de>
1526         * test_summary: find good awk (copied from warn_summary).
1528 Sat May 23 23:38:33 1998  Jeffrey A Law  (law@cygnus.com)
1530         * test_summary, warn_summary: New files