X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libgfortran%2FChangeLog;h=e496264c6bc4bf6993dbd98474da4d215491fbde;hb=cac2dbea80c45791e2e877d4a2cde92f9a79a5e1;hp=a869f31ccc8236da369e2e97a1f848dc59d68060;hpb=db23ac43e721b41820719e5c5e5edfb42ea022ac;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index a869f31ccc8..e496264c6bc 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,121 +1,3 @@ -2010-04-30 Kai Tietz - - PR/43844 - * io/unix.c (raw_truncate): Explicit cast from integer-scalar - to pointer. - (empfile): Use for mingw GetTempPath and avoid double slash - for path. - -2010-04-24 Kai Tietz - - PR/43844 - * io/unix.c (tempfile): Correct logic for mktemp case. - -2010-04-06 Tobias Burnus - - PR fortran/39997 - * runtime/stop.c (error_stop_string): New function. - * gfortran.map (_gfortran_error_stop_string): Add. - -2010-04-02 Ralf Wildenhues - - * Makefile.in: Regenerate. - * aclocal.m4: Regenerate. - -2010-04-01 Janne Blomqvist - - PR libfortran/43605 - * io/intrinsics.c (gf_ftell): New function, seek to correct offset. - (ftell): Call gf_ftell. - (FTELL_SUB): Likewise. - -2010-04-01 Paul Thomas - - * io/transfer.c : Update copyright. - * io/unix.c : ditto - * io/read.c : ditto - * io/io.h : ditto - * io/unix.h : ditto - * io/inquire.c : ditto - * io/format.c : ditto - * io/list_read.c : ditto - * runtime/error.c : ditto - * libgfortran.h : ditto - * intrinsics/date_and_time.c: ditto - * intrinsics/args.c : ditto - -2010-04-01 Janne Blomqvist - - PR libfortran/43605 - * io/intrinsics.c (ftell): Reset fbuf, correct offset. - (FTELL_SUB): Likewise. - -2010-03-29 Jerry DeLisle - - PR libfortran/43265 - * io/transfer.c (next_record_r): Only call hit_eof for specific - conditions when an EOF is encountered. - -2010-03-29 Tobias Burnus - - PR fortran/43551 - * io/unix.c (buf_write): Set physical_offset after lseek. - -2010-03-25 Jerry DeLisle - - PR libfortran/43517 - * io/read.c (read_x): Return if seen EOR condition. - -2010-03-21 Jerry DeLisle - - PR fortran/43409 - * io/io.h: Fix type of size in st_parameter_inquire structure. - -2010-03-20 Jerry DeLisle - - PR fortran/43409 - * io/unix.h: Add prototype for new function to return file size. - * io/unix.c (file_size): New function. - * io/inquire.c (inquire_via_unit): Use new function. - (inquire_via_filename): Use new function. - -2010-03-17 Jerry DeLisle - - * io/transfer.c (read_sf_internal): Remove stray function declaration - used during debugging. - -2010-03-17 Jerry DeLisle - - PR libfortran/43265 - * io/io.h: Delete prototype for read_sf, making it static. - * io/read.c (read_x): Modify to call hit_eof if PAD="no". - * io/transfer.c (read_sf_internal): New static function extracted from - read_sf for use on internal units only. Handle empty string case. - (read_sf): New factoring of this function, make it static. Add special - conditions for EOF based on ADVANCE="no", PAD="no", and whether any - bytes have been previously read from the record. - (read_block_form): Modify to call read_sf or read_sf_internal. - (next_record_r): Add a done flag similar to next_record_w. Call hit_eof - if internal array unit next record returns finished, meaning an EOF was - found and not done, ie not the last record expected. For external - units call hit_eof if item_count is 1 or there are no pending spaces. - (next_record): Update call to next_record_r. - -2010-03-12 Kai Tietz - - PR/42950 - * io/format.c (parse_format_list): Add to ERROR, WARNING, - SILENT enumerators NOTIFICATION_ prefix. - * runtime/error.c (notification_std): Likewise. - * libgfortran.h (notification): Likewise. - (GFC_LARGEST_BUF): Check for HAVE_GFC_INTEGER_16. - -2010-03-11 Tobias Burnus - - PR fortran/43228 - * io/list_read.c (nml_parse_qualifier): Disable expanded_read - for array sections. - 2010-03-10 Jerry DeLisle PR libfortran/43320