OSDN Git Service

PR target/16135
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
index 2908775..256e041 100644 (file)
@@ -1,3 +1,147 @@
+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
+       error.
+
+2004-10-06  Paul Brook  <paul@codesourcery.com>
+
+       PR libfortran/17709
+       * io/transfer.c (data_transfer_init): Reset sf_seen_eor.
+
+2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * intrinsics/mvbits.c: Commit the file.
+
+2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       PR fortran/17283
+       * intrinsics/pack_generic.c (__pack): Allocate memory for return array
+       if not done by caller.
+       (__pack_s): New function.
+       * runtime/memory.c (internal_malloc, internal_malloc64): Allow
+       allocating zero memory.
+
+       PR fortran/17631
+       * Makefile.am (gfor_helper_src): Add intrinsics/mvbits.h.
+       * Makefile.in: Regenerate.
+       * intrinsics/mvbits.h: New file.
+
+       PR fortran/17776
+       * intrinsics/system.c: New file.
+       * Makefile.am: Add dependency for the new file.
+       * Makefile.in: Regenerate.
+
+2004-10-04  Paul Brook  <paul@codesourcery.com>
+       Bud Davis  <bdavis9659@comcast.net>
+
+       PR fortran/17706
+       PR fortran/16434
+       * io/format.c (parse_format_list): Set repeat count for S, SP, SS,
+       BN and BZ formats.
+       * io/write.c (output_float): Don't output minus zero.
+
+2004-10-03  Aaron W. LaFramboise <aaronavay62@aaronwl.com>
+
+       * intrinsics/abort.c ("libgfortran.h"): Move.
+       * intrinsics/date_and_time.c ("libgfortran.h"): Same.
+       * intrinsics/write.c ("libgfortran.h"): Same.
+
+2004-09-26  Tobias Schlueter  <tobis.schlueter@physik.uni-muenchen.de>
+
+       PR libfortran/16137
+       * config.h.in (HAVE_POWF): Undefine.
+       * configure.ac: Check for 'powf' in library.
+       * configure: Regenerate.
+       * intrinsics/c99_functions.c (powf): New function.
+
+2004-09-24  Tobias Schlueter  <tobis.schlueter@physik.uni-muenchen.de>
+
+       * intrinsics/etime.c (etime_): New function.
+
+2004-09-21  Steven G. Kargl  <kargls@comcast.net>
+
+       * libgfortran.h: define gfc_alloca()
+       * intrinsics/env.c (getenv, get_environment_variable_i4): Use it.
+
 2004-09-21  Bud Davis  <bdavis9659@comcast.net>
 
        PR fortran/17286
 
        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>