X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=contrib%2FChangeLog;h=54ca9f442854d37aa9f8d07004c97a5ef3982e36;hp=a4bf43162632415955c639c9aa50d51f2739c5e3;hb=e50b50265b354e8c382dbbf5401bb4a9b98382c7;hpb=dae1e04ca48f4a4dd537d454f7a76737bfd8f84d diff --git a/contrib/ChangeLog b/contrib/ChangeLog index a4bf4316263..54ca9f44285 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,206 @@ +2004-05-15 Joseph S. Myers + + * gennews: Update for GCC 3.4. + +2004-05-13 Diego Novillo + + Merge from tree-ssa-20020619-branch. + + * filter_gcc_for_doxygen: New file. + * filter_knr2ansi.pl: New file. + * filter_params.pl: New file. + * tree-ssa.doxy: New file. + * contrib/gcc_update (files_and_dependencies): Handle + libbanshee and libmudflap. + +2004-04-12 Kelley Cook + Andreas Jaeger + + * gcc_update (files_and_dependencies): Insert zlib dependencies. + +2004-04-09 Nathanael Nerode + + * gcc_update (files_and_dependencies): libobjc/configure now + depends on configure.ac, not configure.in. + +2004-04-01 Kelley Cook + + * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi. + +2004-03-16 Andreas Tobler + + * gcc_update (files_and_dependencies): Insert libffi dependencies. + +2004-03-10 Kelley Cook + + * gcc_update (files_and_dependencies): Insert libada/configure. + +2004-02-29 Andrew Pinski + + * gcc_update (files_and_dependencies): Update intl/configure.in + to intl/configure.ac. + +2004-01-09 Kelley Cook + + * gcc_update (files_and_dependencies): Update fastjar/configure.in + to fastjar/configure.ac + +2004-01-07 Kelley Cook + + * gcc_update (files_and_dependencies): Remove non-existant files. + +2004-01-05 Kelley Cook + + * gcc_update (files_generated): Revert 2003-12-18 change. + +2004-01-03 Andrew Pinski + + * gcc_update (files_and_dependencies): For gcc directory, + rename configure.in to configure.ac. + +2003-12-19 Andreas Tobler + + * gcc_update (files_and_dependencies): For libjava/libltdl directory, + remove acconfig.h. No longer used. + +2003-12-18 Kelley Cook + + * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update + gcc/ada/gnat_ug_* to use it. + +2003-12-16 James E Wilson + + * gcc_update (files_and_dependencies): For libjava/libltdl directory, + rename configure.in to configure.ac, and stamp-h.in to config-h.in. + +2003-12-11 Kelley Cook + + * gcc_update (files_and_dependencies): Correct typo in the filename + gnat_ug_wnt.texi. + +2003-12-08 Arnaud Charlet + + * gennews (files): Add GCC 3.3 files. + +2003-08-21 Mark Mitchell + + * gcc_build: Fix handling of -t option. Add -x option. + +2003-07-31 Matt Kraai + + * texi2pod.pl: Remove extra line. + +2003-07-15 Matt Kraai + + * texi2pod.pl: Default @itemize's parameter to @bullet. + +2003-07-12 Zack Weinberg + + * gcc_update: gcc/acconfig.h no longer exists. + +2003-07-11 Matthias Klose + + * test_installed: Add options to run objc tests. + In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS. + +2003-07-04 Zack Weinberg + + * gcc_update: Remove gcc/intl/plural.c from list. + Add new generated files intl/plural.c, intl/configure, + intl/config.h.in. + +2003-06-13 Jason Thorpe + + * gcc_update (files_and_dependencies): Add + gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on + gcc/testsuite/gcc.dg/cpp/mi1c.h. + +2003-05-23 Nathanael Nerode + + * paranoia.cc: Fix spelling error. + + * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC + to GCC. + +2003-04-04 Mike Stump + + * compare_tests: Fix exit status and be more flexible with spacing. + +2003-03-08 Phil Edwards + + * test_summary: Add -h, print existing comments as help. + +2003-03-03 H.J. Lu + + * gcc_build: Use $GCC_CVS/$CVS instead of cvs. + * gcc_update: Likewise. + +2003-01-19 Alexandre Oliva + + * test_summary (configflags): Only use the first match. Remove + excess space. Use sub instead of gsub where possible. Use `none' + if no configure flags were given. + +2003-01-10 Loren J. Rittle + + * test_summary (configflags): awk portability. + +2003-01-07 Alexandre Oliva + + * test_summary (configflags): Compute correctly with both + autoconfiscated and Cygnus-style top-level. + +2003-01-03 Kaveh R. Ghazi + + * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends + on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on + gcc/java/keyword.gperf + +2002-12-29 Gerald Pfeifer + + * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as + depending on gcc/intl/plural.y. + +2002-12-28 Alexandre Oliva + + * gcc_update (configure): Depend on config/acx.m4 as well. + + * gcc_update (configure): Depend on configure.in. + +2002-12-24 Joseph S. Myers + + * texi2pod.pl: Skip contents of @copying. + +2002-11-09 Zack Weinberg + + * gthr_supp_vxw_5x.c: New file. + +2002-10-21 Richard Henderson + + * paranoia.cc (real_c_float::image): Accomodate size of + real_internal format. + (main): Unbuffer stdio. Add real_internal format. + (floor_log2_wide): New. + +2002-10-16 Richard Henderson + + * paranoia.cc (ENUM_BITFIELD): New. + (class): Define as klass around real.h. + (real_c_float): Not a template any longer; define MODE as a + class static constant; use real_format elements for SIZE. + Update uses of real_to_decimal and real_to_hexadecimal. + (main): Change -g argument to use a format name. + (mode_for_size): Remove. + +2002-09-16 Richard Henderson + + * paranoia.cc: New file. + 2002-09-04 Richard Henderson * enquire.c: Remove. @@ -160,7 +363,7 @@ Mon Jul 23 15:47:19 CEST 2001 Jan Hubicka 2001-06-14 Albert Chin-A-Young - * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi. + * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi. 2001-06-13 Mark Mitchell @@ -492,7 +695,7 @@ Sun Nov 28 00:41:44 1999 William Bader (william@nscs.fast.net) * test_summary: Replace egcs with gcc. Update e-mail address. 1999-07-05 Gerald Pfeifer - Jerry Quinn + Jerry Quinn * egcs_update (touch_files, apply_patch): New functions. Use them. New command-line option --patch. Split test of local @@ -647,7 +850,7 @@ Wed Aug 12 19:59:36 1998 Gerald Pfeifer * egcs_update: Assigned copyright to FSF. Tue Aug 11 17:55:53 1998 Gerald Pfeifer - Alexandre Oliva + Alexandre Oliva * egcs_update: New switch --nostdflags and documentation enhancements.