X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=contrib%2FChangeLog;h=069659dd05780383779eb17211d715e942f6cb49;hp=e1fc2a2bede9f1019a50d7d8cf8c3517c3afb49f;hb=3bdbfcd2425b977be111ae77c5517709e171fbae;hpb=45837d1ec0ad831379ad16213017b452f91edd25 diff --git a/contrib/ChangeLog b/contrib/ChangeLog index e1fc2a2bede..069659dd057 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,79 @@ +2006-09-27 Matthew Sachs + + * dglib.pm: Initial commit. + * compareSumTests3: Initial commit. + +2006-09-18 Bernhard Fischer + + * dg-cmp-results.sh (compare-$$.awk): Print name[old] + and not non-existing nm[old]. + +2006-07-06 Paul Eggert + + Port to hosts whose 'sort' and 'tail' implementations + treat operands with leading '+' as file names, as POSIX + has required since 2001. However, make sure the code still + works on pre-POSIX hosts. + * compare_tests: Don't assume "sort +2" is equivalent to + "sort -k 3", since POSIX 1003.1-2001 no longer requires this. + +2006-06-05 James Lemke + + * dg-cmp-results.sh: New script for comparing DejaGNU logs. + +2006-06-02 Richard Earnshaw + Mike Stump + + * compare_tests: Handle multilibs better. + +2006-05-31 Daniel Jacobowitz + + * texi2pod.pl: Correct handling of absolute @include. + +2006-05-02 Daniel Jacobowitz + + * texi2pod.pl: Handle -I. + +2006-02-28 Mark Mitchell + + * gennews (files): Update for GCC 4.1. + +2006-01-24 Diego Novillo + + * gcc_update (files_and_dependencies): Handle + libgomp/testsuite/Makefile.in. + +2006-01-18 Richard Henderson + Diego Novillo + + * gcc_update (files_and_dependencies): Add libgomp files. + +2005-12-06 Ben Elliston + + * newcvsroot: Remove. + +2005-11-03 Steven Bosscher + + * gcc_build: Fix my previous checking. + +2005-11-01 Joseph S. Myers + + * gcc_update: Include revision number in LAST_UPDATED. + +2005-10-30 Steven Bosscher + + * gcc_build: Use gcc.gnu.org as the default server. Set up + SVN_REPOSITORY correctly. Add support for checking out branches. + +2005-10-28 Andrew Pinski + + * gcc_update: When svn update is called and + --silent is used, pass -q. + +2005-10-28 Andrew Pinski + + * gcc_update: Remove the -q from svn invocation. + 2005-10-28 Andrew Pinski * gcc_build: Remove -d from the call to gcc_update.