Changeset 1588 for branches/GNU/src/gcc/contrib
- Timestamp:
- Nov 3, 2004, 6:47:21 AM (21 years ago)
- 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
to1.1.1.4
r1587 r1588 1 2004-09-30 Release Manager 2 3 * GCC 3.3.5 Released. 4 5 2004-08-26 Matthias Klose <doko@debian.org> 6 7 * texi2pod.pl: keep references of the form @ref{...}, print them bold. 8 9 2003-08-26 Matthias Klose <doko@debian.org> 10 11 * test_summary: Include baseline used for libstdc++-v3 abi check 12 in test summary. 13 1 14 2004-05-31 Release Manager 2 15 -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/contrib/regression/ChangeLog
-
Property cvs2svn:cvs-rev
changed from
1.1.1.3
to1.1.1.4
r1587 r1588 1 2004-09-30 Release Manager 2 3 * GCC 3.3.5 Released. 4 1 5 2004-05-31 Release Manager 2 6 -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/contrib/test_summary
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1587 r1588 117 117 /tests ===/ || /^(Target|Host|Native)/ || $2 == "version" { print; blanks=1; } 118 118 /^(XPASS|FAIL|UNRESOLVED|WARNING|ERROR|# of )/ { print; } 119 /^using:/ { print ""; print; print ""; } 119 120 # dumpall != 0 && /^X?(PASS|FAIL|UNTESTED)|^testcase/ { dumpall=0; } 120 121 # dumpall != 0 { print; } -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/contrib/texi2pod.pl
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1587 r1588 346 346 s/\@(?:dmn|math)\{([^\}]*)\}/$1/g; 347 347 348 # keep references of the form @ref{...}, print them bold 349 s/\@(?:ref)\{([^\}]*)\}/B<$1>/g; 350 348 351 # Cross references are thrown away, as are @noindent and @refill. 349 352 # (@noindent is impossible in .pod, and @refill is unnecessary.) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.