OSDN Git Service

* Makefile.am: Install libgfortranbegin inside compiler libraries
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
index bb8b344..8474463 100644 (file)
@@ -1,3 +1,98 @@
+2006-09-28  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       * Makefile.am: Install libgfortranbegin inside compiler libraries
+       directory instead of system libraries directory.
+       * Makefile.in: Regenerate.
+
+2006-09-24  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       * Makefile.am: Remove dependency on gfortypes.h.
+       * Makefile.in: Regenerate.
+
+2006-09-22  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       PR libfortran/27964
+       * configure.ac: Check for setmode() function.
+       * configure: Regenerate.
+       * config.h.in: Regenerate.
+       * io/unix.c (output_stream): Force stdout to binary mode. 
+       (error_stream): Force stderr to binary mode.
+
+2006-09-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/29099
+       * intrinsics/date_and_time.c (secnds): Fix case of zero time.
+
+2006-09-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/29053
+       * io.h (gfc_unit): Add variable, strm_pos, to track
+       STREAM I/O file position.
+       * file_pos.c (st_rewind): Set strm_pos to beginning.
+       * open.c (new_unit): Initialize strm_pos.
+       * read.c (read_x): Bump strm_pos.
+       * inquire.c (inquire_via_unit): Return strm_pos value.
+       * transfer.c (read_block),(read_block_direct),(write_block)
+       (write_buf): Seek to strm_pos - 1.  Update strm_pos when done.
+       (pre_position): Initialize strm_pos.
+       (data_transfer_init): Set strm_pos if DT_HAS_REC.
+       (finalize_transfer): Flush file, no need to update strm_pos.
+
+2006-09-10  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR libfortran/28947
+       * m4/matmul.m4: For the case where the second input argument is
+       transposed, ensure that the case with rank (a) == 1 is
+       correctly calculated.
+       * generated/matmul_r4.c: Regenerate.
+       * generated/matmul_r8.c: Regenerate.
+       * generated/matmul_r10.c: Regenerate.
+       * generated/matmul_r16.c: Regenerate.
+       * generated/matmul_c4.c: Regenerate.
+       * generated/matmul_c8.c: Regenerate.
+       * generated/matmul_c10.c: Regenerate.
+       * generated/matmul_c16.c: Regenerate.
+       * generated/matmul_i4.c: Regenerate.
+       * generated/matmul_i8.c: Regenerate.
+       * generated/matmul_i16.c: Regenerate.
+
+2006-08-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/28354
+       * io/write.c: Check for special case of zero precision in format
+       and pre-round the real value.
+
+2006-08-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/25828
+       * libgfortran.h: Rename GFC_LARGE_IO_INT to GFC_IO_INT.
+       * io/file_pos.c (st_backspace): Ignore if access=STREAM.
+       (st_rewind): Handle case of access=STREAM.
+       * io/open.c (access_opt): Add STREAM_ACCESS.
+       (edit_modes): Set current_record to zero only if not STREAM.
+       (new_unit): Initialize maxrec, recl, and last_record for STREAM.
+       * io/read.c (read_x): Advance file position for STREAM.
+       * io/io.h (enum unit_access): Align IOPARM flags with frontend.
+       Add ACCESS_STREAM. Add prototype for is_stream_io () function.
+       Use GFC_IO_INT.
+       * io/inquire.c (inquire_via_unit): Add text for access = "STREAM".
+       * io/unit.c (is_stream_io): New function to return true if access =
+       STREAM.
+       * io/transfer.c (file_mode): Add modes for unformatted stream and
+       formatted stream. (current_mode): Return appropriate file mode based
+       on access flags.
+       (read_block): Handle formatted stream reads.
+       (read_block_direct): Handle unformatted stream reads.
+       (write_block): Handle formatted stream writes.
+       (write_buf): Handle unformatted stream writes.
+       (unformatted_read): Fix up, use temporary for size.
+       (pre_position): Position file for STREAM access.
+       (data_transfer_init): Initialize for stream access, skip irrelevent
+       error checks.
+       (next_record_r),(next_record_w), and (next_record): Do nothing for
+       stream I/O.
+       (finalize_transfer): Flush when all done if stream I/O.
+
 2006-08-12  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
 
        * intrinsics/bessel.c: Add prototypes for all functions.
        
 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
 
-        * configure: Regenerate.
+       * configure: Regenerate.
 
 2006-07-15  Steven G. Kargl  <kargls@comcast.net>
 
 
 2006-01-02  Paolo Bonzini  <bonzini@gnu.org>
 
-        PR target/25259
-        * configure.ac: Use GCC_HEADER_STDINT.
-        * libgfortran.h: Include gstdint.h.
-        * aclocal.m4: Regenerate.
-        * configure: Regenerate.
+       PR target/25259
+       * configure.ac: Use GCC_HEADER_STDINT.
+       * libgfortran.h: Include gstdint.h.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
 
 2006-01-01  Steven G. Kargl  <kargls@comcast.net>