X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=contrib%2FChangeLog;h=3a5f8f56597f862359f258d29553e7169f8195b0;hb=0839bc8b9fbce83089249ff954c2d84bd43911d0;hp=e2ec78634f2c6a5dc630d78549b6e71f17e30d6c;hpb=786d303736649a671bf461213deeba93ada83aff;p=pf3gnuchains%2Fgcc-fork.git diff --git a/contrib/ChangeLog b/contrib/ChangeLog index e2ec78634f2..3a5f8f56597 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,189 @@ +2010-04-22 Basile Starynkevitch + + * gcc_update: Sets the locale to C. + +2010-04-06 Joseph Myers + + * gennews (files): Add files for GCC 4.5. + +2010-03-22 Jan Kratochvil + + Fix *.log tests output containing "===". + * dg-extract-results.sh (/\===/): Rename to ... + (/^\t\t=== .* ===$/): ... this pattern. + +2010-03-02 Rainer Orth + + * dg-extract-results.sh: Fix result order to match sequential case. + +2010-01-16 Ralf Wildenhues + + * check_warning_flags.sh: Use \012 instead of \n with tr. + +2010-01-05 Rainer Orth + + * dg-extract-results.sh: Don't use tail -n. + +2009-10-03 H.J. Lu + Richard Guenther + + PR lto/39216 + * gcc_update: Adjust file timestamps for lto-plugin. + +2009-09-10 Iain Sandoe + + PR bootstrap/41245 + * compare-debug: Handle stripping of dwarf debug sections from darwin + mach-o objects. + +2009-09-04 Alexandre Oliva + + * compare-debug: Grep for blank before dash to avoid grep -e. + +2009-09-01 Alexandre Oliva + + * compare-debug: Look for .gkd files and compare them. + +2009-08-27 Ralf Wildenhues + + PR testsuite/41166 + * test_summary: Invoke config.status, rather than trying to + parse it. Adjust awk script. + +2009-08-18 Alexandre Oliva + + * compare-debug: Drop .eh_frame relocations too. + +2009-08-18 H.J. Lu + + PR testsuite/40704 + * test_summary: Filter out "\r". + +2009-06-02 Alexandre Oliva + + * compare-debug: Don't fail just because of .eh_frame differences. + +2009-04-27 Jakub Jelinek + + PR testsuite/39807 + * dg-extract-results.sh: Close open files and use >> instead of > + to decrease number of concurrently open files from awk. Avoid + = at the beginning of a regexp and redirect to a file determined + by curfile variable rather than concatenated strings to workaround + Solaris nawk bug. + +2009-04-25 Gerald Pfeifer + + * test_summary: Only include LAST_UPDATED if it exists. + Complete copyright years. + +2009-04-16 Paolo Bonzini + + * compare-all-tests: New. + +2009-04-14 Jakub Jelinek + + * gennews (files): Reference GCC 4.4 web pages. + +2009-04-09 Jakub Jelinek + + * reghunt/date_based/reg_periodic: Change copyright header to refer + to version 3 of the GNU General Public License and to point readers + at the COPYING3 file and the FSF's license web page. + * reghunt/date_based/reg_search: Likewise. + * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise. + * regression/btest-gcc.sh: Likewise. + * regression/objs-gcc.sh: Likewise. + +2009-03-01 Ralf Wildenhues + + * check_warning_flags.sh: Update flag exceptions. + +2008-11-18 Ben Elliston + + * dg-cmp-results.sh: Do not print usage if either .sum file cannot + be opened; print a more meaningful error instead. + +2008-10-24 Janis Johnson + Jakub Jelinek + + * dg-extract-results.sh: New file. + +2008-07-14 Ralf Wildenhues + + * check_makefile_deps.sh: New file. + +2008-05-08 Sebastian Pop + + * patch_tester.sh (report): Do not print "Checker: ". + +2008-04-23 Sebastian Pop + + * patch_tester.sh (report): Do not print the time. + +2008-04-01 Joseph Myers + + * texi2pod.pl: Handle @samp and @url inside verbatim blocks. + Handle @heading. Handle enumerated lists with starting numbers + and extra headings. + +2008-03-10 Janis Johnson + + * patch_tester.sh (initialization): Initialize svnpatch and stop. + (usage): Add -svnpath and -stop. + (makedir): New. + (argument handling): Process -stop and -svnpath. + (setup code): Use makedir, error out if initial svn checkout fails. + (update): Use svnpath. Invoke contrib/gcc_update. + (apply_patch): Require that patch was created at top level. Use eval + with option variables. Don't use bootstrap target for make. Verify + that some tests were run. + (bootntest_patched): Use snvpath. + (main loop): For -stop, exit when there are no more patches to test. + +2008-03-09 Ralf Wildenhues + + * check_warning_flags.sh: Instead of invoke.texi, take the path + to the doc directory as argument. Check that warnings listed in + 'gcc --help' are accepted by the compiler, and listed in the + manuals. + +2008-03-06 Tom Tromey + + * patch_tester.sh (usage): Watermark is not lexicographic. + Load $STATE/defaults if it exists. + (selfexec): Use $0. + (apply_patch): Handle deletions. + (bootntest): Handle default settings. + +2008-03-05 Jakub Jelinek + + * gennews (files): Reference GCC 4.3 web pages. + +2008-02-15 Ralf Wildenhues + + * check_warning_flags.sh: New file. + +2008-01-25 Joseph Myers + + * paranoia.cc (main): Remove handling of c4x_single and + c4x_extended formats. + +2007-12-26 Sebastian Pop + + * compareSumTests3: Changed to GPLv3. + * prepare_patch.sh: Same. + * uninclude: Same. + * dglib.pm: Same. + * gennews: Same. + * texi2pod.pl: Same. + * analyze_brprob: Same. + * gcc_build: Same. + +2007-12-26 Sebastian Pop + + * patch_tester.sh: Changed to GPLv3. + 2007-12-15 Sebastian Pop * patch_tester.sh: Don't save the script anymore. @@ -578,7 +764,7 @@ * texi2pod.pl: Handle @include, @ftable, @vtable. Reformat some code for clarity. -2002-02-24 Christian Jönsson +2002-02-24 Christian Jönsson * test_summary: Additional to XPASS and FAIL, add UNRESOLVED, WARNING and ERROR output from the *.sum files. @@ -983,7 +1169,7 @@ Sun Nov 28 00:41:44 1999 William Bader (william@nscs.fast.net) * gcc_update: Allow patches compressed by bzip2. -1999-10-11 Martin v. Löwis +1999-10-11 Martin v. Löwis * newcvsroot: New file.