summaryrefslogtreecommitdiff
path: root/libgfortran/io
Commit message (Expand)AuthorAgeFilesLines
* re PR libfortran/27964 (Wrong line ends on windows (XP))Danny Smith2006-09-231-0/+6
* re PR fortran/29053 (Consecutive STREAM I/O file positions mixed up)Jerry DeLisle2006-09-156-23/+28
* re PR libfortran/28354 ([4.1 Only] 0.99999 printed as 0. instead of 1. by for...Jerry DeLisle2006-08-281-0/+9
* re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)Jerry DeLisle2006-08-157-152/+303
* re PR fortran/28335 (flush() / write() statement on closed units - error?)Jerry DeLisle2006-07-311-1/+4
* re PR fortran/28335 (flush() / write() statement on closed units - error?)Jerry DeLisle2006-07-312-6/+3
* transfer.c (transfer_array): Remove stride0 fix.Janne Blomqvist2006-07-301-3/+0
* 2006-07-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle2006-07-262-1/+6
* re PR libfortran/25289 (Cannot handle record numbers large than huge(0_4))Jerry DeLisle2006-07-241-1/+1
* re PR fortran/28339 (gfortran misses a record from a format statement)Jerry DeLisle2006-07-222-4/+10
* re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)Jerry DeLisle2006-07-045-14/+14
* io.h: Move proto for unit_to_fd...Francois-Xavier Coudert2006-06-251-3/+0
* re PR libgomp/27254 (FAIL: libgomp.fortran/reduction6.f90)John David Anglin2006-06-191-0/+9
* re PR libfortran/27757 (Problems with direct access io)Jerry DeLisle2006-05-291-0/+1
* re PR fortran/27634 (formatted reading/writing: real format without dot)Jerry DeLisle2006-05-291-2/+10
* io.h (find_or_create_unit): Correct export declaration.Janne Blomqvist2006-05-271-1/+1
* re PR libfortran/24459 ([4.1 Only] gfortran namelist problem)Jerry DeLisle2006-05-202-7/+44
* re PR libfortran/22423 (Warnings when building libgfortran)Jerry DeLisle2006-05-201-1/+1
* re PR libfortran/27575 (gfortran - does not generate error when trying to rea...Jerry DeLisle2006-05-171-0/+14
* re PR libfortran/27360 (Memory leaks when reading logicals)Jerry DeLisle2006-04-301-3/+6
* re PR fortran/27304 (gfortran: Warn/abort when format in write does not fit p...Jerry DeLisle2006-04-282-2/+8
* re PR libfortran/20257 (Fortran runtime error: End of record occurs when writ...Jerry DeLisle2006-04-234-30/+91
* re PR fortran/27138 (gfortran: read(*,*) myInt advances only one character on...Jerry DeLisle2006-04-171-8/+33
* re PR fortran/26766 ([F2003] Recursive I/O still (again) broken)Jerry DeLisle2006-04-133-49/+91
* io.h (st_parameter_dt): Revert 2005-12-10 change to u.pad, fix comment.Jakub Jelinek2006-04-111-3/+9
* re PR libfortran/24685 (real(16) formatted input is broken for huge values (g...Jakub Jelinek2006-04-101-14/+24
* re PR libfortran/26890 (SIZE parameter interacts with same variable in IO lis...Jerry DeLisle2006-04-071-1/+3
* write.c (output_float): Update condition to not error when decimal precision ...Jerry DeLisle2006-04-041-1/+1
* re PR libfortran/26890 (SIZE parameter interacts with same variable in IO lis...Jerry DeLisle2006-03-312-11/+12
* re PR libfortran/26880 (Can't read after non-advancing write with rewind)Jerry DeLisle2006-03-271-0/+1
* re PR libfortran/26661 (Sequential formatted read goes too far)Jerry DeLisle2006-03-263-5/+12
* re PR libfortran/26735 ([4.1 only] -fconvert=swap and implied open)Thomas Koenig2006-03-251-0/+31
* [multiple changes]Thomas Koenig2006-03-223-25/+207
* re PR fortran/26509 (incorrect behaviour of error-handler for direct access w...Jerry DeLisle2006-03-181-1/+4
* re PR libfortran/26499 (gfortran - End of File incorrectly positioned after b...Jerry DeLisle2006-03-103-18/+16
* re PR fortran/26554 ([gfortran] incorrect behaviour when reading a logical va...Jerry DeLisle2006-03-051-7/+16
* re PR libfortran/26136 (List directed input with underfilled (logicals) arra...Jerry DeLisle2006-03-012-20/+122
* re PR libfortran/26464 (Runtime I/O error/invald argument on READ)Jerry DeLisle2006-02-282-3/+6
* re PR libfortran/26423 (Error on binary I/O for large array)Jerry DeLisle2006-02-241-6/+10
* re PR libfortran/21303 (L edit descriptor without a width)François-Xavier Coudert2006-02-192-4/+16
* * io/open.c (edit_modes): Correct abusive copy-pasting.Francois-Xavier Coudert2006-02-191-1/+1
* re PR libfortran/25949 (Unbounded I/O buffer memory usage for formatted IO)Janne Blomqvist2006-02-123-86/+120
* re PR libfortran/25425 ([4.1 only] F95 and F2003 differ on list-directed outp...François-Xavier Coudert2006-02-081-1/+2
* re PR fortran/23815 (Add -byteswapio flag)Thomas Koenig2006-02-062-28/+43
* re PR libfortran/24685 (real(16) formatted input is broken for huge values (g...Francois-Xavier Coudert2006-02-051-2/+2
* re PR libfortran/25835 (Segfault or Bad Address error on unformatted sequenti...Jerry DeLisle2006-01-251-0/+1
* re PR libfortran/25697 (libfortran - Segmentation fault/ Bad Address on unfor...Jerry DeLisle2006-01-181-2/+8
* re PR libfortran/25631 (tl format specifier not working correctly)Jerry DeLisle2006-01-181-1/+15
* re PR libfortran/25598 (gfortran - Fortran runtime error: Invalid argument)Jerry DeLisle2006-01-062-3/+9
* re PR libfortran/25594 (LAPACK regression in schkbl.f)Jerry DeLisle2006-01-011-1/+10