aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2008-01-21re PR libfortran/34699 (FAIL: gfortran.fortran-torture/execute/intrinsic_set_...John David Anglin2-0/+13
2007-05-24re PR fortran/31964 ([4.2, 4.1 only]ishftc fails with certain thrid argument)Jerry DeLisle2-15/+34
2007-05-11re PR libfortran/31409 (Reading after ERROR_SHORT_RECORD)Jerry DeLisle2-0/+7
2007-05-11re PR libfortran/31880 ([4.2 only] silent data corruption in gfortran read st...Jerry DeLisle2-2/+7
2007-03-20unix.c (regular_file): For ACTION_UNSPECIFIED retry with O_RDONLY even if err...Jakub Jelinek2-3/+8
2007-02-25re PR libfortran/30918 (Failure to skip commented out NAMELIST)Jerry DeLisle2-0/+9
2007-02-23re PR fortran/30910 ([Regression 4.2, 4.3] Gfortran: ES format not quite righ...Jerry DeLisle2-0/+15
2007-02-14Mark ChangeLogMark Mitchell1-0/+4
2007-01-13re PR fortran/30435 (Slash at end of input not recognized according to standard)Jerry DeLisle2-6/+15
2006-12-25re PR fortran/30145 (Fortran 90: write statement fails to ignore zero-sized a...Jerry DeLisle2-1/+6
2006-12-06re PR libfortran/29810 (Unsatisfied symbol "fmodl" in libgfortran shared libr...Francois-Xavier Coudert8-279/+435
2006-11-25re PR libfortran/29936 (Missed constraint on RECL=specifier in unformatted se...Jerry DeLisle4-5/+19
2006-11-14re PR libfortran/27895 (problem with RESHAPE and zero-sized arrays)Francois-Xavier Coudert15-81/+431
2006-11-04re PR libfortran/29627 ([4.1 only] partial unformatted reads shouldn't succeed)Thomas Koenig4-37/+44
2006-10-27re PR fortran/29563 (Internal read loses data.)Jerry DeLisle4-15/+37
2006-10-02re PR libfortran/18791 (CABS specifics declared of wrong type)Francois-Xavier Coudert11-24/+50
2006-09-29cpu_time.c: Add cpu_time_10 and cpu_time_16 routines.Steven G. Kargl2-0/+28
2006-09-10re PR fortran/28947 (Double MATMUL() uses wrong array elements)Paul Thomas13-0/+186
2006-08-29re PR fortran/28788 (ICE on valid code)Paul Thomas13-12/+737
2006-08-26[multiple changes]Thomas Koenig7-168/+426
2006-07-31re PR fortran/28335 (flush() / write() statement on closed units - error?)Jerry DeLisle3-4/+12
2006-07-28re PR fortran/28339 (gfortran misses a record from a format statement)Jerry DeLisle3-4/+18
2006-07-27re PR fortran/28335 (flush() / write() statement on closed units - error?)Jerry DeLisle3-1/+12
2006-07-26intrinsic.c (add_subroutines): Add ITIME and IDATE.Francois-Xavier Coudert2-2/+169
2006-07-02re PR fortran/28094 (Modulo of real(kind=10) variables doesn't work)Francois-Xavier Coudert5-11/+124
2006-06-20[multiple changes]François-Xavier Coudert2-1/+8
2006-05-30re PR libfortran/27757 (Problems with direct access io)Jerry DeLisle2-0/+6
2006-05-29re PR libfortran/24459 ([4.1 Only] gfortran namelist problem)Jerry DeLisle3-7/+52
2006-05-24Mark ChangeLogMark Mitchell1-0/+4
2006-05-07re PR libfortran/26985 (incorrect matmul result)Francois-Xavier Coudert13-25/+41
2006-04-30re PR fortran/27304 (gfortran: Warn/abort when format in write does not fit p...Jerry DeLisle3-2/+15
2006-04-30re PR libfortran/27360 (Memory leaks when reading logicals)Jerry DeLisle2-3/+12
2006-04-29re PR libfortran/20257 (Fortran runtime error: End of record occurs when writ...Jerry DeLisle5-30/+110
2006-04-22re PR fortran/26769 (Implement transpose() and reshape() for real instead of ...Jakub Jelinek5-4/+395
2006-04-21re PR libfortran/24685 (real(16) formatted input is broken for huge values (g...Jakub Jelinek2-14/+32
2006-04-21re PR fortran/27138 (gfortran: read(*,*) myInt advances only one character on...Jerry DeLisle3-8/+45
2006-04-17re PR fortran/26766 ([F2003] Recursive I/O still (again) broken)Jerry DeLisle4-49/+104
2006-04-16re PR fortran/26769 (Implement transpose() and reshape() for real instead of ...Thomas Koenig7-105/+678
2006-04-14write.c (output_float): Update condition to not error when decimal precision ...Jerry DeLisle2-1/+7
2006-04-14re PR libfortran/26890 (SIZE parameter interacts with same variable in IO lis...Jerry DeLisle3-9/+22
2006-04-11io.h (st_parameter_dt): Revert 2005-12-10 change to u.pad, fix comment.Jakub Jelinek2-1/+15
2006-04-09re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)Thomas Koenig3-1/+63
2006-04-08re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)Thomas Koenig1-0/+10
2006-04-01re PR libfortran/26735 ([4.1 only] -fconvert=swap and implied open)Thomas Koenig2-0/+39
2006-03-31re PR libfortran/19303 ([4.1 only] Unformatted record header is 4-bytes on 32...Thomas Koenig6-25/+251
2006-03-27re PR fortran/20935 (failed assertion for maxloc(n, mask=.true.))Thomas Koenig131-350/+7018
2006-03-27re PR libfortran/26880 (Can't read after non-advancing write with rewind)Jerry DeLisle2-0/+6
2006-03-26re PR libfortran/26661 (Sequential formatted read goes too far)Jerry DeLisle4-5/+22
2006-03-23re PR fortran/26509 (incorrect behaviour of error-handler for direct access w...Jerry DeLisle4-1/+17
2006-03-15re PR libfortran/26499 (gfortran - End of File incorrectly positioned after b...Jerry DeLisle4-18/+25