OSDN Git Service

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