OSDN Git Service

PR target/16135
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
index f361408..256e041 100644 (file)
@@ -1,3 +1,82 @@
+2004-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       PR target/16135
+       * acinclude.m4 (LIBGFOR_TARGET_ILP32): New check.
+       * configure.ac: Include LIBGFOR_TARGET_ILP32.
+       * configure: Regenerate.
+       * config.h.in: Likewise.
+       * libgfortran.h: Provide default definitions for C99 types
+       on ILP32 targets that don't have them.
+
+       PR target/17999
+       * configure.ac: Check for snprintf.
+       * configure: Regenerate.
+       * config.h.in: Likewise.
+       * intrinsics/date_and_time.c (date_and_time): Do not
+       use snprinf if it is not available.
+       * io/write.c (output_float): Likewise.
+
+2004-11-20  Steven G. Kargl  <kargls@comcast.net>
+
+       * Makefile.am: Add intrinsics/{umask.c,unlink.c,exit.c}
+       * Makefile.in: Regenerated
+       * intrinsics/umask.c: New file
+       * intrinsics/unlink.c: ditto
+       * intrinsics/exit.c: ditto
+
+2004-11-18  Victor Leikehman  <lei@il.ibm.com>
+
+       * m4/matmul.m4: Loops reordered to improve cache behavior.
+       * generated/matmul_??.c: Regenerated.
+       
+2004-11-10  Paul Brook  <paul@codesourcery.com>
+
+       PR fortran/18218
+       * configure.ac: Check for strtof.
+       * configure: Regenerate.
+       * config.h.in: Regenerate.
+       * io/read.c (convert_real): Use strtof if available.
+       (convert_precision_real): Remove.
+       (read_f): Avoid poor exponentiation algorithm.
+
+2004-11-05  Andreas Schwab  <schwab@suse.de>
+
+       * configure.ac: Use AC_PROG_FC, FC and FCFLAGS instead of
+       AC_PROG_F77, F77 and FFLAGS.
+       * Makefile.am (selected_int_kind.inc, selected_real_kind.inc): Use
+       FCCOMPILE instead of F77COMPILE.
+       * configure, Makefile.in: Regenerate.
+
+2004-11-05  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * acinclude.m4: Properly quote AC_CACHE_CHECK.
+       * Makefile.am: Add in ACLOCAL_AMFLAGS.
+       * aclocal.m4, configure, Makefile.in: Regenerate.
+
+2004-10-30  Aaron W. LaFramboise <aaronavay62@aaronwl.com>
+
+       * config.h.in: Regenerate.
+       * configure: Regenerate.
+       * configure.ac (AC_CHECK_FUNCS): Add mkstemp.
+       * io/unix.c (S_IRGRP): Define if undefined.
+       (S_IWGRP): Same.
+       (S_IROTH): Same.
+       (S_IWOTH): Same.
+       (tempfile): Use mktemp if mkstemp missing, fix typos.
+
+2004-10-30  Aaron W. LaFramboise <aaronavay62@aaronwl.com>
+
+       *  intrinsics/system.c ("libgfortran.h"): Move after system headers.
+
+2004-10-30  Canqun Yang  <canqun@nudt.edu.cn>
+
+       * intrinsics/rand.c (irand): Handle NULL argument.
+
+2004-10-07  Paul Brook  <paul@codesourcery.com>
+
+       * io/transfer.c (finalize_transfer): Free internal streams.
+       * io/unix.c (mem_close): Free stream object.
+
 2004-10-07  Paul Brook  <paul@codesourcery.com>
 
        * intrinsics/string_intrinsics.c (string_verify): Fix off by one
 
        PR fortran/17143        
        * runtime/error.c (itoa): keep from overflowing during
-        mod operation by using unsigned variable.
+       mod operation by using unsigned variable.
 
 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
 
 
        PR gfortran/14897
        * io/transfer.c (formatted_transfer): position is unique
-         for T and TL edit descriptors.
+        for T and TL edit descriptors.
        (data_transfer_init): set record length to size of internal
-         file.
+        file.
 
 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
 
 
        PR fortran/14906
        * io/format.c (format_item): gracefully handle a ')'
-        when it is the first character encountered in the string.
+       when it is the first character encountered in the string.
 
 2004-04-11  Bud Davis  <bdavis9659@comcast.net>
 
        PR 13919
        * io/io.h (global_t):
        * io/list_read.c (next_char,list_formatted_read,ist_formatted_read):
-          Move eof_jmp to a global structure.
+         Move eof_jmp to a global structure.
        * io/transfer.c(finalize_transfer) : Set up eof_jump for callers.
 
 2004-03-24  Bud Davis  <bdavis9659@comcast.net>
 
 2003-04-11  Xiaoqiang Zhang <zhangapache@yahoo.com>
 
-        * io/write.c (extract_real): Ouput floating point value.
-        (write_float): New Function.
-        (write_e, write_f, write_en, write_es): Modified
-        * io/transfer.c (formatted_transfer): Modified.
-        * libgfor.h (default_rtoa): Declaration.
-        (rtoa): Declaration.
-        * runtime/error.c (default_rtoa): New Function.
-        (rtoa): New Function.
+       * io/write.c (extract_real): Ouput floating point value.
+       (write_float): New Function.
+       (write_e, write_f, write_en, write_es): Modified
+       * io/transfer.c (formatted_transfer): Modified.
+       * libgfor.h (default_rtoa): Declaration.
+       (rtoa): Declaration.
+       * runtime/error.c (default_rtoa): New Function.
+       (rtoa): New Function.
 
 2003-04-05  Paul Brook  <paul@nowt.org>