1 2006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3 * texi2pod.pl: Handle -I.
5 2006-02-28 Mark Mitchell <mark@codesourcery.com>
7 * gennews (files): Update for GCC 4.1.
9 2006-01-24 Diego Novillo <dnovillo@redhat.com>
11 * gcc_update (files_and_dependencies): Handle
12 libgomp/testsuite/Makefile.in.
14 2006-01-18 Richard Henderson <rth@redhat.com>
15 Diego Novillo <dnovillo@redhat.com>
17 * gcc_update (files_and_dependencies): Add libgomp files.
19 2005-12-06 Ben Elliston <bje@au.ibm.com>
23 2005-11-03 Steven Bosscher <stevenb@suse.de>
25 * gcc_build: Fix my previous checking.
27 2005-11-01 Joseph S. Myers <joseph@codesourcery.com>
29 * gcc_update: Include revision number in LAST_UPDATED.
31 2005-10-30 Steven Bosscher <stevenb@suse.de>
33 * gcc_build: Use gcc.gnu.org as the default server. Set up
34 SVN_REPOSITORY correctly. Add support for checking out branches.
36 2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
38 * gcc_update: When svn update is called and
39 --silent is used, pass -q.
41 2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
43 * gcc_update: Remove the -q from svn invocation.
45 2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
47 * gcc_build: Remove -d from the call to gcc_update.
49 2005-10-28 Daniel Berlin <dberlin@dberlin.org>
50 Ben Elliston <bje@au1.ibm.com>
52 * gcc_update: Update for svn.
56 2005-10-21 Mark Mitchell <mark@codesourcery.com>
58 * texi2pod.pl: Substitue for @value even when part of @include.
60 2005-10-21 Bob Wilson <bob.wilson@acm.org>
62 * texi2pod.pl: Convert two single quotes or two backquotes to
65 2005-08-23 Ben Elliston <bje@au.ibm.com>
67 * gcc_update: Update dependencies for libjava/aclocal.m4.
69 2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
71 * All files: Update with new FSF address.
73 2005-07-14 Ben Elliston <bje@au.ibm.com>
75 * filter_params.pl: Typo fix.
76 * filter_knr2ansi.pl: Likewise.
78 2005-06-05 Gerald Pfeifer <gerald@pfeifer.com>
80 * gennews (files): Update for egcs-1.0 release pages consolidation.
82 2005-04-17 Joseph S. Myers <joseph@codesourcery.com>
84 * gennews (files): Update for GCC 4.0.
86 2005-03-18 Alexandre Oliva <aoliva@redhat.com>
88 * gcc_update (silent): Unset instead of initializing to null.
90 2005-03-18 Andreas Schwab <schwab@suse.de>
92 * gcc_update (apply_patch): Properly quote $1.
94 2005-03-18 Zack Weinberg <zack@codesourcery.com>
96 * gcc_update: Add --silent option.
98 2005-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
100 * warn_summary (keywordFilter): Update sed pattern for new quoting
103 2005-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
105 * warn_summary: Add -fortran subdir flag.
106 (subdirectoryFilter): Fix missing ada subdir.
108 2004-11-20 Hans-Peter Nilsson <hp@bitrange.com>
110 * gcc_update (touch_files): Don't rely on "make" being GNU make;
111 grep for "Touching" to determine that the rule executes.
113 2004-11-14 Hans-Peter Nilsson <hp@bitrange.com>
115 * gcc_update (touch_files): Explicitly pass --no-print-directory.
117 2004-11-04 Andrew Pinski <pinskia@physics.uc.edu>
119 * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
121 2004-08-04 Paolo Bonzini <bonzini@gnu.org>
123 * gcc_update: Add fixincludes.
125 2004-08-26 Matthias Klose <doko@debian.org>
127 * texi2pod.pl: keep references of the form @ref{...}, print them bold.
129 2004-08-26 Matthias Klose <doko@debian.org>
131 * test_summary: Include baseline used for libstdc++-v3 abi check
134 2004-08-25 Ben Elliston <bje@au.ibm.com>
136 * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
138 2004-08-20 Andreas Tobler <a.tobler@schweiz.ch>
140 * gcc_update (self): libjava/configure.in -> configure.ac. Automake
143 2004-08-04 Paolo Bonzini <bonzini@gnu.org>
145 * gcc_update: libjava/configure.ac -> configure.in. Automake
146 1.4 does not handle configure.ac properly.
148 2004-08-04 Andreas Schwab <schwab@suse.de>
150 * gcc_update: libjava/configure.in -> configure.ac.
152 2004-08-03 Richard Earnshaw <rearnsha@arm.com>
154 * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
156 2004-07-16 Jeff Law <law@redhat.com>
158 * analyze_brprob: Fix comments. More consistent output format.
160 2004-06-17 Diego Novillo <dnovillo@redhat.com>
162 * tree-ssa.doxy: Update for doxygen 1.3.5.
164 2004-06-14 Andreas Jaeger <aj@suse.de>
166 * gcc_update: boehm-gc/configure.in -> configure.ac.
168 2004-06-16 Paolo Bonzini <bonzini@gnu.org>
170 * gcc_update (boehm-gc/configure): Depend on
171 boehm-gc/configure.ac instead of boehm-gc/configure.in
173 2004-06-14 Paolo Bonzini <bonzini@gnu.org>
175 * gcc_update (libmudflap/configure): Depend on
176 libmudflap/configure.ac instead of libmudflap/configure.in
178 2004-06-14 Andreas Jaeger <aj@suse.de>
180 * gcc_update: Add libcpp.
182 2004-06-10 Andreas Jaeger <aj@suse.de>
184 * gcc_update: Add libgfortran.
186 2004-05-29 Andrew Pinski <pinskia@physics.uc.edu>
188 * gcc_update (libbanshee/configure): Depend on
189 libbanshee/configure.ac instead of libbanshee/configure.in
191 2004-05-17 Zack Weinberg <zack@codesourcery.com>
193 * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
194 from list of files to be touched.
195 * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
197 2004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
199 * gennews: Update for GCC 3.4.
201 2004-05-13 Diego Novillo <dnovillo@redhat.com>
203 Merge from tree-ssa-20020619-branch.
205 * filter_gcc_for_doxygen: New file.
206 * filter_knr2ansi.pl: New file.
207 * filter_params.pl: New file.
208 * tree-ssa.doxy: New file.
209 * contrib/gcc_update (files_and_dependencies): Handle
210 libbanshee and libmudflap.
212 2004-04-12 Kelley Cook <kcook@gcc.gnu.org>
213 Andreas Jaeger <aj@suse.de>
215 * gcc_update (files_and_dependencies): Insert zlib dependencies.
217 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
219 * gcc_update (files_and_dependencies): libobjc/configure now
220 depends on configure.ac, not configure.in.
222 2004-04-01 Kelley Cook <kcook@gcc.gnu.org>
224 * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
226 2004-03-16 Andreas Tobler <a.tobler@schweiz.ch>
228 * gcc_update (files_and_dependencies): Insert libffi dependencies.
230 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
232 * gcc_update (files_and_dependencies): Insert libada/configure.
234 2004-02-29 Andrew Pinski <pinskia@physics.uc.edu>
236 * gcc_update (files_and_dependencies): Update intl/configure.in
237 to intl/configure.ac.
239 2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
241 * gcc_update (files_and_dependencies): Update fastjar/configure.in
242 to fastjar/configure.ac
244 2004-01-07 Kelley Cook <kcook@gcc.gnu.org>
246 * gcc_update (files_and_dependencies): Remove non-existant files.
248 2004-01-05 Kelley Cook <kcook@gcc.gnu.org>
250 * gcc_update (files_generated): Revert 2003-12-18 change.
252 2004-01-03 Andrew Pinski <pinskia@physics.uc.edu>
254 * gcc_update (files_and_dependencies): For gcc directory,
255 rename configure.in to configure.ac.
257 2003-12-19 Andreas Tobler <a.tobler@schweiz.ch>
259 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
260 remove acconfig.h. No longer used.
262 2003-12-18 Kelley Cook <kcook@gcc.gnu.org>
264 * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
265 gcc/ada/gnat_ug_* to use it.
267 2003-12-16 James E Wilson <wilson@specifixinc.com>
269 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
270 rename configure.in to configure.ac, and stamp-h.in to config-h.in.
272 2003-12-11 Kelley Cook <kcook@gcc.gnu.org>
274 * gcc_update (files_and_dependencies): Correct typo in the filename
277 2003-12-08 Arnaud Charlet <charlet@act-europe.fr
279 * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
282 2003-10-16 Mark Mitchell <mark@codesourcery.com>
284 * gennews (files): Add GCC 3.3 files.
286 2003-08-21 Mark Mitchell <mark@codesourcery.com>
288 * gcc_build: Fix handling of -t option. Add -x option.
290 2003-07-31 Matt Kraai <kraai@alumni.cmu.edu>
292 * texi2pod.pl: Remove extra line.
294 2003-07-15 Matt Kraai <kraai@alumni.cmu.edu>
296 * texi2pod.pl: Default @itemize's parameter to @bullet.
298 2003-07-12 Zack Weinberg <zack@codesourcery.com>
300 * gcc_update: gcc/acconfig.h no longer exists.
302 2003-07-11 Matthias Klose <doko@debian.org>
304 * test_installed: Add options to run objc tests.
305 In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
307 2003-07-04 Zack Weinberg <zack@codesourcery.com>
309 * gcc_update: Remove gcc/intl/plural.c from list.
310 Add new generated files intl/plural.c, intl/configure,
313 2003-06-13 Jason Thorpe <thorpej@wasabisystems.com>
315 * gcc_update (files_and_dependencies): Add
316 gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
317 gcc/testsuite/gcc.dg/cpp/mi1c.h.
319 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
321 * paranoia.cc: Fix spelling error.
323 * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
326 2003-04-04 Mike Stump <mrs@apple.com>
328 * compare_tests: Fix exit status and be more flexible with spacing.
330 2003-03-08 Phil Edwards <pme@gcc.gnu.org>
332 * test_summary: Add -h, print existing comments as help.
334 2003-03-03 H.J. Lu <hjl@gnu.org>
336 * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
337 * gcc_update: Likewise.
339 2003-01-19 Alexandre Oliva <aoliva@redhat.com>
341 * test_summary (configflags): Only use the first match. Remove
342 excess space. Use sub instead of gsub where possible. Use `none'
343 if no configure flags were given.
345 2003-01-10 Loren J. Rittle <ljrittle@acm.org>
347 * test_summary (configflags): awk portability.
349 2003-01-07 Alexandre Oliva <aoliva@redhat.com>
351 * test_summary (configflags): Compute correctly with both
352 autoconfiscated and Cygnus-style top-level.
354 2003-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
356 * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
357 on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
358 gcc/java/keyword.gperf
360 2002-12-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
362 * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
363 depending on gcc/intl/plural.y.
365 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
367 * gcc_update (configure): Depend on config/acx.m4 as well.
369 * gcc_update (configure): Depend on configure.in.
371 2002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
373 * texi2pod.pl: Skip contents of @copying.
375 2002-11-09 Zack Weinberg <zack@codesourcery.com>
377 * gthr_supp_vxw_5x.c: New file.
379 2002-10-21 Richard Henderson <rth@redhat.com>
381 * paranoia.cc (real_c_float::image): Accomodate size of
382 real_internal format.
383 (main): Unbuffer stdio. Add real_internal format.
384 (floor_log2_wide): New.
386 2002-10-16 Richard Henderson <rth@redhat.com>
388 * paranoia.cc (ENUM_BITFIELD): New.
389 (class): Define as klass around real.h.
390 (real_c_float): Not a template any longer; define MODE as a
391 class static constant; use real_format elements for SIZE.
392 Update uses of real_to_decimal and real_to_hexadecimal.
393 (main): Change -g argument to use a format name.
394 (mode_for_size): Remove.
396 2002-09-16 Richard Henderson <rth@redhat.com>
398 * paranoia.cc: New file.
400 2002-09-04 Richard Henderson <rth@redhat.com>
404 2002-08-14 Mark Mitchell <mark@codesourcery.com>
406 * gennews (files): Add GCC 3.2 files.
408 2002-07-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
410 * gennews (files): Add proper files for the GCC 3.1 release series.
411 Simplify and reformat introductory wording.
413 2002-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
415 * enquire.c: Move from gcc.
417 2002-07-16 H.J. Lu <hjl@gnu.org>
419 * gcc_update (touch_files): Pass -s to ${MAKE}.
421 2002-06-26 Zack Weinberg <zack@codesourcery.com>
423 * texi2pod.pl: Correct handling of the internal R<> sequence.
425 2002-05-31 Florian Weimer <fw@deneb.enyo.de>
427 * gcc_update (files_and_dependencies): Add generated Texinfo files
430 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
432 * test_installed: Allow for PWDCMD to override hardcoded pwd.
433 * test_summary: Likewise.
435 2002-04-18 Geoffrey Keating <geoffk@redhat.com>
437 * gcc_update (touch_files): Don't have empty for loop.
439 2002-04-16 Richard Henderson <rth@redhat.com>
441 * gcc_update: Remove libchill.
443 2002-03-25 Zack Weinberg <zack@codesourcery.com>
445 * texi2pod.pl: Handle @end ftable and @end vtable.
447 2002-03-11 Zack Weinberg <zack@codesourcery.com>
449 * texi2pod.pl: Handle @include, @ftable, @vtable.
450 Reformat some code for clarity.
452 2002-02-24 Christian Jönsson <c.christian.joensson@telia.com>
454 * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
455 WARNING and ERROR output from the *.sum files.
457 2002-01-26 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
459 * gennews (files): Replace gcc-2.95/gcc-2.95.html,
460 gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
461 and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
463 2002-01-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
465 * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
466 egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
469 2002-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
471 * warn_summary: Add -ada subdirectory flag.
473 2001-12-12 Matthias Klose <doko@debian.org>
475 * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
476 generation of more than one man page from one source.
477 Add '-' to set of valid chars for an identifier.
478 Let -D option accept flags of the form <flag>=<value>.
479 Use \s+ for whitespace detection in '@c man' lines.
480 Handle @set and @clear independent of $output.
481 Substitute all @value{}'s in a line.
483 2001-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
485 * texi2pod.pl: Handle @ifnottex, @iftex and @display. Handle @var
486 in verbatim blocks specially. Handle @unnumbered, @unnumberedsec
487 and @center. Allow [a-z] after @enumerate. Handle 0 and numbers
488 greater than 9 in enumerations.
490 2001-11-07 Laurent Guerby <guerby@acm.org>
492 * gcc_update (files_and_dependencies): Add Ada dependencies.
494 2001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
498 2001-09-07 Richard Sandiford <rsandifo@redhat.com>
501 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
502 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
505 2001-09-04 David.Billinghurst <David.Billinghurst@riotinto.com>
507 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
508 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
511 Mon Aug 13 02:29:08 CEST 2001 Jan Hubicka <jh@suse.cz>
513 * analyze_brprob: Update for changes in gcc debug output.
515 Sat Jul 28 22:37:49 CEST 2001 Jan Hubicka <jh@suse.cz>
517 * analyze_brprob: Avoid more overflows.
519 2001-07-27 Richard Henderson <rth@redhat.com>
521 * test_summary: Copy LAST_UPDATED UTC time to head of summary.
523 Fri Jul 27 18:01:21 CEST 2001 Jan Hubicka <jh@suse.cz>
525 * analyze_brprob: Avoid overflows.
527 2001-07-27 Richard Henderson <rth@redhat.com>
529 * gcc_update: Dump timestamp in LAST_UPDATED.
531 2001-07-26 Andreas Jaeger <aj@suse.de>,
532 Hans-Peter Nilsson <hp@bitrange.com>
534 * analyze_brprob: Fix documentation.
536 Mon Jul 23 15:47:19 CEST 2001 Jan Hubicka <jh@suse.cz>
538 * analyze_brprob: Fix awk compatibility problems; update comment.
540 2001-07-23 Andreas Jaeger <aj@suse.de>
542 * analyze_brprob: Fix more typos.
544 2001-07-23 Andreas Jaeger <aj@suse.de>
546 * analyze_brprob: Fix typos.
548 2001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
550 * texi2pod.pl: Handle @r inside @item.
552 2001-07-02 Zack Weinberg <zackw@stanford.edu>
554 * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
556 2001-07-01 Zoltan Felleg <zfelleg@telnet.hu>
558 * warn_summary: Fix typo in a comment.
560 2001-06-14 Albert Chin-A-Young <china@thewrittenword.com>
562 * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
564 2001-06-13 Mark Mitchell <mark@codesourcery.com>
566 * gennews: Set TERM to vt100 for Lynx.
568 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
572 Tue Jun 12 12:21:40 CEST 2001 Jan Hubicka <jh@suse.cz>
574 * analyze_brprob: New file.
576 2001-06-11 Mark Mitchell <mark@codesourcery.com>
578 * gcc_build: Output information about the commands used to
579 configure the compiler.
581 2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
583 * gennews: Update for GCC 3.0.
585 2001-06-02 Joseph S. Myers <jsm28@cam.ac.uk>
587 * gcc_update: Update for move of documentation to gcc/doc.
589 2001-05-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
591 * contrib/test_summary (files): Sort before evaluating.
593 2001-05-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
595 * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
597 2001-05-21 Mark Mitchell <mark@codesourcery.com>
599 * gcc_build: Use -d when invoking gcc_update.
601 2001-05-18 Andreas Jaeger <aj@suse.de>
603 * gcc_update: Add rules for libf2c/libI77.
605 2001-05-17 Alexandre Oliva <aoliva@redhat.com>
607 * gcc_update (touch_files): Use simpler, yet as portable, syntax.
609 2001-05-14 Loren J. Rittle <ljrittle@acm.org>
611 * gcc_update (touch_files): Enhance make portability.
613 2001-05-14 Alexandre Oliva <aoliva@redhat.com>
615 * gcc_update (touch_files): Use a Makefile to touch files.
617 2001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
619 * texi2pod.pl: Add copyright and GPL notices.
621 2001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
623 * texi2pod.pl: Handle "\,".
625 2001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
627 * texi2pod.pl: Fix regular expression for @r to avoid exponential
628 recursion. From Russ Allbery <rra@stanford.edu>. Remove perl
631 2001-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
633 * warn_summary (stageNfilter): Update for recent changes in
636 2001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
638 * texi2pod.pl: Require at least perl 5.6.0.
640 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
642 * gcc_update: Add gcc/gcc.1 to generated files.
643 * texi2pod.pl: Handle @r and @gccoptlist. Handle @gol. Handle
644 discarding to end of sentence with @xref where the sentence has an
645 interior "." in markup, and handle discarding parentheses around
648 2001-01-11 Bernd Schmidt <bernds@redhat.com>
650 * gennews: Add gcc-2.95.3.
652 2001-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
654 * texi2pod.pl: Handle @gcctabopt and @env in tables. Handle
655 @command. Format URLs and email addresses in bold.
657 2001-01-03 Joseph S. Myers <jsm28@cam.ac.uk>
659 * gcc_update: Add cpp.1 to the list of generated files.
661 * texi2pod.pl: Handle @option and @env.
663 2001-01-03 Mike Stump <mrs@wrs.com>
665 * snapshot: Update to account for java libraries.
667 2000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
669 * test_summary: Export filesuffix, not fileprefix.
671 2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
673 * release: Change some EGCS references to GCC.
675 2000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
677 * warn_summary: Fix subdirectory filtering. Add -intl and -fixinc
678 subdirectory flags. Add source directory prefix filtering.
679 Redirect diagnostic output to stderr.
681 2000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
683 * texi2pod.pl: If multiple @c man sections with the same tag
684 appear, concatenate them in the final output. When skipping,
685 ignore block commands that can't cause skipping, and honor
686 those that can. Ensure that verbatim blocks are separate
689 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
691 * gcc_update: Don't touch tradcif.c or java/parse.h.
693 2000-12-05 Zack Weinberg <zack@wolery.stanford.edu>
695 * texi2pod.pl: Restructure for comprehensibility, add
696 comments. Merge handling of @ignore and @ifxxx. Handle a
697 whole bunch more Texinfo commands. Use consistent formatting
700 2000-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
702 * gennews: New script.
704 2000-11-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
706 * gcc_update: Update a comment as we now require bison for CVS users.
708 2000-11-22 Joseph S. Myers <jsm28@cam.ac.uk>
710 * gcc_update: Add gcov.1 to the list of generated files.
712 2000-11-21 Mark Mitchell <mark@codesourcery.com>
714 * gcc_build: Remove code to put information in a log file.
716 2000-11-19 Zack Weinberg <zackw@stanford.edu>
719 - Add real command line parsing.
720 - Support @ifset, @ifclear, @set, @value, -D switch.
721 - Support @sc. Improve handling of @ref and friends.
722 - Discard @subsection, @need, @node lines.
723 - Un-nest font changes to match texinfo semantics.
724 - Handle @{ and @}. Oops.
725 - Don't emit E<> directives inside verbatim blocks.
727 2000-11-12 Bruce Korb <bkorb@gnu.org>
729 * release: generalize the release script a bit.
731 Sat Nov 11 17:29:03 2000 Mark P Mitchell <mark@codesourcery.com>
733 * gcc_build: Add -o option for setting the objdir to use.
735 2000-11-11 Jeff Law <law@redhat.com>,
739 2000-11-08 Jeff Law <law@redhat.com>,
740 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
742 * snapshot: New file.
744 2000-11-08 Jeffrey Oldham <oldham@oz.codesourcery.com>
746 * gcc_build (bootstrap_gcc): New function.
747 (configure_gcc): Likewise.
748 (build_gcc): Rewritten to use configure and bootstrap.
749 (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
751 2000-10-31 Mark Mitchell <mark@codesourcery.com>
753 * gcc_build (MAKE): New variable.
754 (build_gcc): Use it. Fix logging of errors.
755 (install_gcc): Likewise.
757 2000-10-29 Mark Mitchell <mark@codesourcery.com>
759 * gcc_build: Save the output from CVS into the logfile as well.
761 2000-10-25 Mark Mitchell <mark@codesourcery.com>
763 * gcc_build: Fix typos.
765 2000-10-14 Joseph S. Myers <jsm28@cam.ac.uk>
767 * gperf-2.7-19981006.pat: Remove.
769 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
771 * test_installed: Change EGCS references to refer to GCC.
773 2000-09-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
775 * gcc_update (touch_files): Add some informative output.
777 2000-09-16 Andreas Jaeger <aj@suse.de>
779 * gcc_update: Remove gcc/c-parse.gperf.
781 2000-08-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>,
782 Alexandre Oliva <aoliva@redhat.com>
784 * gcc_update: Execute touch_files_reexec even if `cvs update`
787 2000-08-09 Alexandre Oliva <aoliva@redhat.com>
789 * test_summary: AWK breaks with filenames containing `='.
791 Sun Jul 16 12:04:33 2000 Mark P Mitchell <mark@codesourcery.com>
793 * gcc_build: New script.
795 2000-07-13 Mark Mitchell <mark@codesourcery.com>
797 * gcc_update (files_and_dependencies): Remove generated YACC files.
799 2000-07-12 Mark Mitchell <mark@codesourcery.com>
801 * gcc_update (files_and_dependencies): Remove generated YACC files.
803 2000-06-04 Mark Mitchell <mark@codesourcery.com>
805 * newcvsroot: Handle filenames that contain spaces.
807 2000-06-03 Zack Weinberg <zack@wolery.cumb.org>
809 * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
810 Elide --with-gcc-version-trigger and --norecursion from
811 configure flags. Remove code to report status of haifa scheduler.
813 2000-05-18 Alexandre Oliva <aoliva@cygnus.com>
815 * gcc_update (self): Set to `$0'.
816 (touch_files_reexec): Use `$self' instead of `$0'.
818 2000-05-12 Alexandre Oliva <aoliva@cygnus.com>
820 * gcc_update (touch_files_reexec): New function, run after the
823 2000-05-08 Richard Hendeson <rth@cygnus.com>
825 * gcc_update: Remove references to inclhack.tpl.
827 2000-04-28 Jason Merrill <jason@casey.cygnus.com>
829 * index-prop: Use a single pattern. Also support *** cdiffs.
831 2000-04-28 Pavel Roskin <pavel_roskin@geocities.com>
833 * index-prop: Don't change /dev/null.
835 2000-04-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
837 * gcc_update: Refer to GCC and gcc_update instead of egcs and
840 2000-04-26 Jonathan Larmour <jlarmour@redhat.co.uk>
842 * index-prop: Fix occasional problem when using cvs diff -p.
844 2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
846 * gcc_update: Remove references to cexp.c/cexp.y.
848 1999-12-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
850 * newcvsroot: Add check on the number of command-line arguments.
853 Sun Nov 28 00:41:44 1999 William Bader (william@nscs.fast.net)
855 * gcc_update: Allow patches compressed by bzip2.
857 1999-10-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
859 * newcvsroot: New file.
861 1999-09-11 Craig Burley <craig@jcb-sc.com>
863 * convert_to_f2c, convert_to_g2c, download_f2c: New file.
865 1999-08-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
867 * gcc_update: New file.
868 * egcs_update: Renamed to gcc_update.
870 1999-08-09 Robert Lipe <robertlipe@usa.net>
872 * test_summary: Quote curly braces in 1999-07-03 change.
874 1999-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
876 * egcs_update (files_and_dependencies): Fixed typo in
877 gcc/cstamp-h.in. Added gcc/config.in.
879 1999-07-27 Alexandre Oliva <oliva@dcc.unicamp.br>
881 * egcs_update (files_and_dependencies): New function, with
882 complete list of files to be updated, as well as their
884 (touch_files): Check the timestamp of each generated file against
886 (main): New flags --touch, --list and --help. Remove the
889 1999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
891 * test_summary: Replace egcs with gcc. Update e-mail address.
893 1999-07-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
894 Jerry Quinn <jquinn@nortelnetworks.com>
896 * egcs_update (touch_files, apply_patch): New functions.
897 Use them. New command-line option --patch. Split test of local
898 tree into two parts. Add comments.
900 1999-07-03 Alexandre Oliva <oliva@dcc.unicamp.br>
902 * test_summary: If Target is `unix{*}', append the Target variants
905 1999-06-12 Alexandre Oliva <oliva@dcc.unicamp.br>
907 * test_summary: Set default mail-address and version for egcs
908 instead of relying on unpredictable pathnames.
909 Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
911 Fri Apr 2 16:09:02 1999 Jeffrey A Law (law@cygnus.com)
913 * fixinc/*: Delete obsolete files.
915 1999-02-04 Robert Lipe <robertlipe@usa.net>
917 * egcs_update: Test return values of 'cvs update'. Propogate
918 to caller as exit values.
920 1999-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
922 * egcs_update: Use "if" instead of "&&". Touch generated files
923 only after the corresponding *.y files.
925 1999-01-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
927 * egcs_update: Do not use xargs, but a backquote construct.
929 1999-01-07 Alexandre Oliva <oliva@dcc.unicamp.br>
931 * test_summary (version): Remove carriage return that gawk inserts
932 in the version string for some reason.
934 1998-11-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
936 * egcs_update: Only touch files that already exist.
938 1998-11-29 Alexandre Oliva <oliva@dcc.unicamp.br>
940 * test_summary (EOF): Remove double backslash.
941 Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
943 1998-11-28 Alexandre Oliva <oliva@dcc.unicamp.br>
945 * test_summary (address): Set to egcs-testresults mailing list.
947 1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
949 * test_summary (address): Added Marc Lehmann's testsuite-results
950 to the default e-mail address.
952 1998-11-25 Alexandre Oliva <oliva@dcc.unicamp.br>
954 * test_summary (-p, prepend_logs): Add these before the summary.
955 (Compiler, Platform): Print these just before configflags.
957 Sat Oct 31 10:53:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
959 * warn_summary (longLineFilter): New shell function to encapsulate
960 this functionality. It is off by default, only active if -llf
962 (subdirectoryFilter): Fix bug in filtering which made some
963 subdirectory warnings erroneously appear in the toplevel set.
964 (stageNfilter): Renamed from `stageNwarns'. Updated to collect
965 warnings from stage1 as well as stage0, which means warnings from
966 outside the bootstrap directory. Eg, the libraries, etc.
967 (warningFilter): New shell function to encapsulate this
969 (keywordFilter): New shell function to encapsulate this
972 Store data in a temp file rather than calculating it 3x. Arrange
973 to remove it on exit and signals.
975 Add -pass/-wpass flags to do "pass through" (i.e. manual
976 inspection) of bootstrap output from a particular stageN as well
979 Add better comments/documentation.
981 Sat Oct 31 16:39:31 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
983 * egcs_update: Add comment about keeping the FAQ synchronized.
985 Fri Oct 30 00:39:27 1998 Jeffrey A Law (law@cygnus.com)
987 * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
990 Fri Oct 16 07:35:00 1998 Bruce Korb <korb@datadesign.com>
992 * egcs_update: Added gcc/fixinc/* generated files to touch list.
994 Tue Oct 13 23:28:33 1998 Jeffrey A Law (law@cygnus.com)
996 * egcs_update: Remove gcc/java/parse.c from list of files to
999 Wed Oct 7 13:00:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1001 * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
1003 Mon Oct 5 14:19:48 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1005 * warn_summary (subdirectoryFilter): New shell function to
1006 optionally filter in/out gcc subdirectories when summarizing
1007 warnings. Add new flags to support subdirectory filtering.
1009 Also, ensure the bootstrap stage is a number. Add some more C
1010 keywords that are preserved in the "warning type" summary and
1011 tighten up the "arg ???" regexp.
1013 Tue Sep 22 07:30 Bruce Korb <korb@datadesign.com>
1015 * fixinc/inclhack.def: Not all C++ comments in C headers
1016 were treated alike. They are now. Also fixed syntax
1017 of sed expression in "systypes" fix.
1019 * fixinc/inclhack.def: Removed SVR4.2-ism from shell invocation
1021 * egcs_update: Added fixinc/* generated files to touch list.
1023 Wed Sep 16 16:06:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1025 * egcs_update: Additionally touch gcc/java/parse.[ch].
1027 Thu Sep 9 16:48 Bruce Korb <korb@datadesign.com>
1029 * fixinc/inclhack.def: Added two files required by
1030 SCO's Open Server 5's avoid_bool fix.
1031 Regenerated fixinc.x and inclhack.sh to incorporate
1034 Thu Sep 3 10:11:32 1998 Robert Lipe <robertl@dgii.com>
1036 * egcs_update: Do the pass 1 CVS update only for files that
1037 may reasonably be under CVS control.
1039 1998-08-14 Alexandre Oliva <oliva@dcc.unicamp.br>
1041 * test_installed: New script for testing already-installed
1044 Wed Aug 12 19:59:36 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1046 * egcs_update: Assigned copyright to FSF.
1048 Tue Aug 11 17:55:53 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1049 Alexandre Oliva <oliva@dcc.unicamp.br>
1051 * egcs_update: New switch --nostdflags and documentation
1054 Tue Aug 11 17:33:19 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1056 * egcs_update: New script.
1058 1998-08-05 Bruce Korb <korbb@datadesign.com>
1061 Added define for target machine so machine-specific tests
1062 can be selected for or against.
1065 Added an array of string pointers to machines to select
1066 or avoid, depending on a FD_MACH_IFNOT bit flag.
1067 Used a shell script to match the defined TARGET_MACHINE
1068 with any of the given match patterns.
1070 * fixinc/fixincl.tpl
1071 Generate the array of strings and bit flag, as needed,
1072 depending on "mach" and "not_machine" attributes for a fix.
1074 * fixinc/mkfixinc.sh
1075 Invoke the make with TARGET assigned the value of the
1076 machine name argument.
1078 Mon Jul 27 22:08:12 1998 Mike Stump (mrs@wrs.com)
1080 * compare_tests: New script.
1082 1998-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
1084 * test_summary: Assigned copyright to FSF.
1086 Mon Jul 27 20:33:02 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1088 * test_summary: Corrected script name in comments providing
1089 documentation. Added linebreaks for lines with > 80 characters.
1091 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
1093 * test_summary: New switch, -i, and environment variable,
1094 append_logs, for including files in the report.
1096 1998-06-01 Manfred Hollstein <manfred@s-direktnet.de>
1098 * warn_summary: Update to Kaveh's latest version allowing to
1099 specify the last stage built.
1101 1998-05-29 Bruce Korb <korbb@datadesign.com>
1103 * fixinc/mkfixinc.sh
1104 Changes to make it easier to invoke on platforms that
1105 normally do not invoke fixincludes.
1107 * fixinc/inclhack.def
1108 Applied fixes from egcs/gcc/fixincludes from the past several
1111 1998-05-28 Bruce Korb <korbb@datadesign.com>
1113 * fixinc/*: Updated most everything for a first real
1114 try at getting "fast_fixincludes" working.
1116 1998-05-28 Jason Merrill <jason@yorick.cygnus.com>
1118 * index-prop: New file.
1120 Sat May 23 23:38:49 1998 Matthias Klose <doko@cs.tu-berlin.de>
1122 * test_summary: find good awk (copied from warn_summary).
1124 Sat May 23 23:38:33 1998 Jeffrey A Law (law@cygnus.com)
1126 * test_summary, warn_summary: New files