OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / fixincludes / ChangeLog
index 12901de..fad54a9 100644 (file)
@@ -1,3 +1,52 @@
+2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * All files: Update with new FSF address.
+
+2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * Makefile.in (WARN_CFLAGS): New.
+       (.c.o): Add $(WARN_CFLAGS).
+       * aclocal.m4: Include ../config/warnings.m4.
+       * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
+       ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
+       ACX_PROG_CC_WARNINGS_ARE_ERRORS.
+       * fixopts.c (initialize_opts): Fix old-style definintion.
+
+       * configure: Regenerate.
+
+2005-06-24  Geoffrey Keating  <geoffk@geoffk.org>
+
+       * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
+       (AAB_darwin7_9_long_double_funcs_2): New.
+       * fixincl.x: Regenerate.
+
+2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       PR libfortran/15266
+       * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
+       Use double quotes in select so \t matches tabs.
+       Add IRIX testcase.
+       * fixincl.x: Regenerate.
+       * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
+
+2005-05-22  Danny Smith  <dannysmith@users.souceforge.net>
+
+       PR target/21683
+       * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
+       
+2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
+            Joseph S. Myers  <joseph@codesourcery.com>
+
+       PR target/19933
+       PR target/21315
+       * inclhack.def: New fixes solaris_math_[1-9].
+       * fixincl.x: Regenerate.
+       * tests/base/iso/math_c99.h: New.
+
+2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * aclocal.m4: Remove superfluous reference to accross.m4.
+
 2005-05-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
 
        * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.