summaryrefslogtreecommitdiff
path: root/libgfortran/io
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/33039 (Read NAMELIST: reads wrong namelist name)Jerry DeLisle2007-08-101-0/+8
* re PR fortran/32987 (TAB in FORMAT: accept extension, warn with -std=f*)Tobias Burnus2007-08-101-1/+1
* re PR libfortran/32977 (All gfortran tests fail on Tru64 UNIX V4.0F: vsnprint...Thomas Koenig2007-08-031-2/+17
* re PR libfortran/32858 (printf-capabilities for runtime_error())Thomas Koenig2007-07-296-162/+80
* Fortran frontend changelog:Janne Blomqvist2007-07-271-7/+7
* * io/unix.c (stream_ttyname): Mark argument as potentialy unused.Francois-Xavier Coudert2007-07-271-1/+1
* read.c (convert_real): Generate error only on EINVAL.Jerry DeLisle2007-07-231-2/+2
* re PR libfortran/32611 (Print sign of negative zero)Jerry DeLisle2007-07-151-4/+18
* re PR libfortran/32752 (Segfault on WRITE with modified unix_stream structure)Jerry DeLisle2007-07-152-8/+9
* re PR libfortran/32702 (crash when printing big character variable)Jerry DeLisle2007-07-101-6/+31
* re PR fortran/32678 ([4.2, 4.1]GFortan works incorrectly when writing with FO...Jerry DeLisle2007-07-091-0/+2
* [multiple changes]Steven G. Kargl2007-07-021-4/+20
* [multiple changes]Christopher D. Rickett2007-07-021-20/+4
* re PR fortran/32554 ([4.2 Only] Bug in P formatting)Jerry DeLisle2007-07-011-16/+3
* re PR libfortran/32456 (IO error message should show Unit/Filename)Jerry DeLisle2007-06-291-4/+20
* re PR libfortran/32456 (IO error message should show Unit/Filename)Jerry DeLisle2007-06-241-0/+39
* re PR fortran/32446 (F0.n output format fails with large numbers)Jerry DeLisle2007-06-241-7/+12
* re PR fortran/32235 (incorrectly position text file after backspace)Jerry DeLisle2007-06-101-3/+8
* string.c (compare0): Use gfc_charlen_type instead of int.Janne Blomqvist2007-05-274-20/+46
* unix.c (unix_stream): Rearrange struct members, remove small_buffer.Janne Blomqvist2007-05-261-46/+50
* transfer.c (unformatted_read): Use size from front end eliminating use of siz...Jerry DeLisle2007-05-251-17/+10
* re PR libfortran/31915 (Failure with unf_io_convert_3.f90)Tobias Burnus2007-05-151-9/+12
* re PR libfortran/31880 ([4.2 only] silent data corruption in gfortran read st...Jerry DeLisle2007-05-101-2/+2
* re PR libfortran/31607 (CALL SYSTEM produces garbled output when writing to a...Francois-Xavier Coudert2007-05-071-3/+0
* re PR fortran/31201 (Too large unit number generates wrong code)Jerry DeLisle2007-05-062-2/+5
* re PR target/22539 (Internal compiler error with maximum sized array)Daniel Franke2007-05-042-3/+35
* re PR libfortran/31210 (I/O of string with (non-constant) zero length)Francois-Xavier Coudert2007-05-041-0/+9
* re PR libfortran/31501 (libgfortran internal unit I/O performance issues)Jerry DeLisle2007-04-284-46/+21
* re PR libfortran/31532 (INQUIRE(...,POSITION=...) not standard conforming)Jerry DeLisle2007-04-285-4/+35
* re PR fortran/31618 ([4.2, 4.1 only] backspace intrinsic is not working on an...Thomas Koenig2007-04-231-38/+69
* open.c (test_endfile): Revert changes for 31052, restoring this function.Jerry DeLisle2007-04-151-0/+23
* cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert2007-04-061-1/+0
* re PR fortran/31395 ([4.2 Only] Colon edit descriptor is ignored unless prece...Jerry DeLisle2007-04-061-5/+2
* re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle2007-04-013-29/+3
* re PR fortran/31366 ([4.2 only] Last record truncated for read after short wr...Jerry DeLisle2007-04-012-1/+24
* re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle2007-03-281-1/+2
* re PR fortran/31199 (write with "t1" + nonadvancing transfer format gives wro...Jerry DeLisle2007-03-263-2/+14
* re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle2007-03-235-5/+36
* re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle2007-03-185-37/+31
* re PR libfortran/31099 (Runtime error on legal code using RECL)Jerry DeLisle2007-03-161-1/+0
* re PR fortran/31051 ([4.2 Only] gfortran bug with x and t format descriptors.)Jerry DeLisle2007-03-151-3/+8
* unix.c (regular_file): For ACTION_UNSPECIFIED retry with O_RDONLY even if err...Jakub Jelinek2007-03-141-3/+3
* re PR libfortran/31099 (Runtime error on legal code using RECL)Jerry DeLisle2007-03-092-4/+7
* re PR libfortran/30918 (Failure to skip commented out NAMELIST)Jerry DeLisle2007-02-251-0/+4
* re PR fortran/30910 ([Regression 4.2, 4.3] Gfortran: ES format not quite righ...Jerry DeLisle2007-02-231-1/+1
* re PR fortran/30284 ([4.1 only] ICE in gfc_add_modify with internal reads)Paul Thomas2007-02-021-2/+3
* re PR libfortran/29649 (Force core dump on runtime library errors)Francois-Xavier Coudert2007-01-181-9/+0
* re PR libfortran/27107 (Make dependency on io/io.h broken)Francois-Xavier Coudert2007-01-174-122/+502
* re PR fortran/30435 (Slash at end of input not recognized according to standard)Jerry DeLisle2007-01-121-6/+8
* re PR libfortran/30162 (Document when sequential I/O with named pipes works)Jerry DeLisle2007-01-061-11/+28