X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libgfortran%2FChangeLog;h=a869f31ccc8236da369e2e97a1f848dc59d68060;hb=2915c413c9f53343baf2766d0306ff3d42173d71;hp=4958831010e8cb96ed75423716ae0e7121682121;hpb=75f81a9a8c77e48928abe28423e751f92689e70b;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 4958831010e..a869f31ccc8 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,61 @@ +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