Ignore:
Timestamp:
Nov 3, 2004, 6:47:21 AM (21 years ago)
Author:
bird
Message:

GCC v3.3.5 - official sources.

Location:
branches/GNU/src/gcc/contrib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc/contrib/ChangeLog

    • Property cvs2svn:cvs-rev changed from 1.1.1.3 to 1.1.1.4
    r1587 r1588  
     12004-09-30  Release Manager
     2
     3        * GCC 3.3.5 Released.
     4
     52004-08-26  Matthias Klose  <doko@debian.org>
     6
     7        * texi2pod.pl: keep references of the form @ref{...}, print them bold.
     8
     92003-08-26  Matthias Klose  <doko@debian.org>
     10
     11        * test_summary: Include baseline used for libstdc++-v3 abi check
     12        in test summary.
     13
    1142004-05-31  Release Manager
    215
  • branches/GNU/src/gcc/contrib/regression/ChangeLog

    • Property cvs2svn:cvs-rev changed from 1.1.1.3 to 1.1.1.4
    r1587 r1588  
     12004-09-30  Release Manager
     2
     3        * GCC 3.3.5 Released.
     4
    152004-05-31  Release Manager
    26
  • branches/GNU/src/gcc/contrib/test_summary

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1587 r1588  
    117117/tests ===/ || /^(Target|Host|Native)/ || $2 == "version" { print; blanks=1; }
    118118/^(XPASS|FAIL|UNRESOLVED|WARNING|ERROR|# of )/ { print; }
     119/^using:/ { print ""; print; print ""; }
    119120# dumpall != 0 && /^X?(PASS|FAIL|UNTESTED)|^testcase/ { dumpall=0; }
    120121# dumpall != 0 { print; }
  • branches/GNU/src/gcc/contrib/texi2pod.pl

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1587 r1588  
    346346    s/\@(?:dmn|math)\{([^\}]*)\}/$1/g;
    347347
     348    # keep references of the form @ref{...}, print them bold
     349    s/\@(?:ref)\{([^\}]*)\}/B<$1>/g;
     350
    348351    # Cross references are thrown away, as are @noindent and @refill.
    349352    # (@noindent is impossible in .pod, and @refill is unnecessary.)
Note: See TracChangeset for help on using the changeset viewer.