X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=contrib%2FChangeLog;h=86f2548bd4ad930b3d0adaa96edcd8cc872da4d9;hb=318fdd81915678cdc4e744ad9aa51cbfef2b9fc1;hp=77c860238662dc83f1159f5ccd1af4b022f8bde7;hpb=c87623b510ec57d983359c5fc9abbf44e375c81c;p=pf3gnuchains%2Fgcc-fork.git diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 77c86023866..86f2548bd4a 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,239 @@ +2002-04-18 Geoffrey Keating + + * gcc_update (touch_files): Don't have empty for loop. + +2002-04-16 Richard Henderson + + * gcc_update: Remove libchill. + +2002-03-25 Zack Weinberg + + * texi2pod.pl: Handle @end ftable and @end vtable. + +2002-03-11 Zack Weinberg + + * texi2pod.pl: Handle @include, @ftable, @vtable. + Reformat some code for clarity. + +2002-02-24 Christian Jönsson + + * test_summary: Additional to XPASS and FAIL, add UNRESOLVED, + WARNING and ERROR output from the *.sum files. + +2002-01-26 Gerald Pfeifer + + * gennews (files): Replace gcc-2.95/gcc-2.95.html, + gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html, + and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html. + +2002-01-16 Gerald Pfeifer + + * gennews (files): Replace egcs-1.1/egcs-1.1.2.html, + egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by + egcs-1.1/index.html. + +2002-01-01 Kaveh R. Ghazi + + * warn_summary: Add -ada subdirectory flag. + +2001-12-12 Matthias Klose + + * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows + generation of more than one man page from one source. + Add '-' to set of valid chars for an identifier. + Let -D option accept flags of the form =. + Use \s+ for whitespace detection in '@c man' lines. + Handle @set and @clear independent of $output. + Substitute all @value{}'s in a line. + +2001-11-14 Joseph S. Myers + + * texi2pod.pl: Handle @ifnottex, @iftex and @display. Handle @var + in verbatim blocks specially. Handle @unnumbered, @unnumberedsec + and @center. Allow [a-z] after @enumerate. Handle 0 and numbers + greater than 9 in enumerations. + +2001-11-07 Laurent Guerby + + * gcc_update (files_and_dependencies): Add Ada dependencies. + +2001-10-08 Joseph S. Myers + + * snapshot: Remove. + +2001-09-07 Richard Sandiford + + Revert: + * gcc_update: (files_and_dependencies) Add gcc/java/parse.c + gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to + touch. + +2001-09-04 David.Billinghurst + + * gcc_update: (files_and_dependencies) Add gcc/java/parse.c + gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to + touch. + +Mon Aug 13 02:29:08 CEST 2001 Jan Hubicka + + * analyze_brprob: Update for changes in gcc debug output. + +Sat Jul 28 22:37:49 CEST 2001 Jan Hubicka + + * analyze_brprob: Avoid more overflows. + +2001-07-27 Richard Henderson + + * test_summary: Copy LAST_UPDATED UTC time to head of summary. + +Fri Jul 27 18:01:21 CEST 2001 Jan Hubicka + + * analyze_brprob: Avoid overflows. + +2001-07-27 Richard Henderson + + * gcc_update: Dump timestamp in LAST_UPDATED. + +2001-07-26 Andreas Jaeger , + Hans-Peter Nilsson + + * analyze_brprob: Fix documentation. + +Mon Jul 23 15:47:19 CEST 2001 Jan Hubicka + + * analyze_brprob: Fix awk compatibility problems; update comment. + +2001-07-23 Andreas Jaeger + + * analyze_brprob: Fix more typos. + +2001-07-23 Andreas Jaeger + + * analyze_brprob: Fix typos. + +2001-07-03 Joseph S. Myers + + * texi2pod.pl: Handle @r inside @item. + +2001-07-02 Zack Weinberg + + * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1. + +2001-07-01 Zoltan Felleg + + * warn_summary: Fix typo in a comment. + +2001-06-14 Albert Chin-A-Young + + * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi. + +2001-06-13 Mark Mitchell + + * gennews: Set TERM to vt100 for Lynx. + +2001-06-13 Gerald Pfeifer + + * release: Remove. + +Tue Jun 12 12:21:40 CEST 2001 Jan Hubicka + + * analyze_brprob: New file. + +2001-06-11 Mark Mitchell + + * gcc_build: Output information about the commands used to + configure the compiler. + +2001-06-07 Joseph S. Myers + + * gennews: Update for GCC 3.0. + +2001-06-02 Joseph S. Myers + + * gcc_update: Update for move of documentation to gcc/doc. + +2001-05-28 Rainer Orth + + * contrib/test_summary (files): Sort before evaluating. + +2001-05-23 Gerald Pfeifer + + * gcc_update (UPDATE_OPTIONS): Add -d to the default settings. + +2001-05-21 Mark Mitchell + + * gcc_build: Use -d when invoking gcc_update. + +2001-05-18 Andreas Jaeger + + * gcc_update: Add rules for libf2c/libI77. + +2001-05-17 Alexandre Oliva + + * gcc_update (touch_files): Use simpler, yet as portable, syntax. + +2001-05-14 Loren J. Rittle + + * gcc_update (touch_files): Enhance make portability. + +2001-05-14 Alexandre Oliva + + * gcc_update (touch_files): Use a Makefile to touch files. + +2001-05-03 Joseph S. Myers + + * texi2pod.pl: Add copyright and GPL notices. + +2001-01-24 Joseph S. Myers + + * texi2pod.pl: Handle "\,". + +2001-01-15 Joseph S. Myers + + * texi2pod.pl: Fix regular expression for @r to avoid exponential + recursion. From Russ Allbery . Remove perl + version check. + +2001-01-15 Kaveh R. Ghazi + + * warn_summary (stageNfilter): Update for recent changes in + bootstrap logic. + +2001-01-14 Joseph S. Myers + + * texi2pod.pl: Require at least perl 5.6.0. + +2001-01-13 Joseph S. Myers + + * gcc_update: Add gcc/gcc.1 to generated files. + * texi2pod.pl: Handle @r and @gccoptlist. Handle @gol. Handle + discarding to end of sentence with @xref where the sentence has an + interior "." in markup, and handle discarding parentheses around + such a sentence. + +2001-01-11 Bernd Schmidt + + * gennews: Add gcc-2.95.3. + +2001-01-10 Joseph S. Myers + + * texi2pod.pl: Handle @gcctabopt and @env in tables. Handle + @command. Format URLs and email addresses in bold. + +2001-01-03 Joseph S. Myers + + * gcc_update: Add cpp.1 to the list of generated files. + + * texi2pod.pl: Handle @option and @env. + +2001-01-03 Mike Stump + + * snapshot: Update to account for java libraries. + +2000-12-28 Jeffrey Oldham + + * test_summary: Export filesuffix, not fileprefix. + 2000-12-22 Joseph S. Myers * release: Change some EGCS references to GCC. @@ -103,7 +339,7 @@ Sat Nov 11 17:29:03 2000 Mark P Mitchell 2000-09-28 Gerald Pfeifer * gcc_update (touch_files): Add some informative output. - + 2000-09-16 Andreas Jaeger * gcc_update: Remove gcc/c-parse.gperf.