aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2006-06-25io.h: Move proto for unit_to_fd...Francois-Xavier Coudert3-3/+8
2006-06-24ierrno.c: Don't include "io/io.h".Francois-Xavier Coudert14-24/+18
2006-06-24re PR fortran/28094 (Modulo of real(kind=10) variables doesn't work)Francois-Xavier Coudert5-11/+124
2006-06-22re PR fortran/26769 (Implement transpose() and reshape() for real instead of ...François-Xavier Coudert1-0/+10
2006-06-22re PR fortran/26769 (Implement transpose() and reshape() for real instead of ...Francois-Xavier Coudert6-4/+737
2006-06-20re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression)Paul Thomas13-132/+355
2006-06-19re PR libgomp/27254 (FAIL: libgomp.fortran/reduction6.f90)John David Anglin2-0/+15
2006-06-06in_pack.m4: Add TODO comment about detecting temporaries...Janne Blomqvist200-3282/+99
2006-05-29re PR libfortran/27757 (Problems with direct access io)Jerry DeLisle2-0/+6
2006-05-29re PR fortran/27634 (formatted reading/writing: real format without dot)Jerry DeLisle2-2/+16
2006-05-28string_intrinsics.c (compare_string): Use memcmp instead of strncmp to avoid ...Thomas Koenig2-1/+7
2006-05-27io.h (find_or_create_unit): Correct export declaration.Janne Blomqvist2-1/+5
2006-05-27libgfortran ChangeLog:Janne Blomqvist2-13/+5
2006-05-26configure.ac: Remove AC_FUNC_MMAP.Janne Blomqvist6-974/+270
2006-05-25* ChangeLog: fix previous incorrect entry.François-Xavier Coudert1-1/+1
2006-05-25associated (associated): Zero-sized arrays should not be reported as ASSOCIATED.Francois-Xavier Coudert2-0/+7
2006-05-24Makefile.am: Add install-html target.Carlos O'Donell4-263/+117
2006-05-20re PR libfortran/24459 ([4.1 Only] gfortran namelist problem)Jerry DeLisle3-7/+52
2006-05-20re PR libfortran/22423 (Warnings when building libgfortran)Jerry DeLisle2-1/+6
2006-05-17re PR libfortran/27575 (gfortran - does not generate error when trying to rea...Jerry DeLisle2-0/+20
2006-05-05re PR libfortran/26985 (incorrect matmul result)Francois-Xavier Coudert13-25/+41
2006-04-30re PR libfortran/27360 (Memory leaks when reading logicals)Jerry DeLisle2-3/+12
2006-04-28re PR fortran/27304 (gfortran: Warn/abort when format in write does not fit p...Jerry DeLisle3-2/+15
2006-04-23re PR libfortran/20257 (Fortran runtime error: End of record occurs when writ...Jerry DeLisle5-30/+111
2006-04-22re PR fortran/26769 (Implement transpose() and reshape() for real instead of ...Jakub Jelinek5-4/+395
2006-04-17re PR fortran/27138 (gfortran: read(*,*) myInt advances only one character on...Jerry DeLisle2-8/+44
2006-04-13re PR fortran/26766 ([F2003] Recursive I/O still (again) broken)Jerry DeLisle4-49/+106
2006-04-11io.h (st_parameter_dt): Revert 2005-12-10 change to u.pad, fix comment.Jakub Jelinek2-3/+15
2006-04-10re PR libfortran/24685 (real(16) formatted input is broken for huge values (g...Jakub Jelinek2-14/+32
2006-04-07re PR libfortran/26890 (SIZE parameter interacts with same variable in IO lis...Jerry DeLisle2-1/+9
2006-04-04write.c (output_float): Update condition to not error when decimal precision ...Jerry DeLisle2-1/+6
2006-04-01fpu-387.h: Use previously added SSE code in all cases, as it really is the ri...Francois-Xavier Coudert2-10/+5
2006-03-31re PR libfortran/26890 (SIZE parameter interacts with same variable in IO lis...Jerry DeLisle3-11/+24
2006-03-30re PR libfortran/26712 (gfortran on mac intel runtime floating point exceptio...Francois-Xavier Coudert2-0/+18
2006-03-30re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)Thomas Koenig2-3/+21
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-25re PR libfortran/26735 ([4.1 only] -fconvert=swap and implied open)Thomas Koenig2-0/+38
2006-03-25re PR fortran/26769 (Implement transpose() and reshape() for real instead of ...Thomas Koenig7-105/+677
2006-03-22[multiple changes]Thomas Koenig6-25/+250
2006-03-20re PR fortran/20935 (failed assertion for maxloc(n, mask=.true.))Thomas Koenig131-0/+6651
2006-03-18re PR fortran/26509 (incorrect behaviour of error-handler for direct access w...Jerry DeLisle4-1/+17
2006-03-14Re-add ChangeLog entry that somehow managed to get itself missing in action.Janne Blomqvist1-4/+16
2006-03-13re PR libfortran/25378 ([Fortran 2003] maxloc for all-false mask)Paul Thomas90-358/+361
2006-03-10re PR libfortran/26499 (gfortran - End of File incorrectly positioned after b...Jerry DeLisle4-18/+25
2006-03-05re PR fortran/26554 ([gfortran] incorrect behaviour when reading a logical va...Jerry DeLisle2-7/+22
2006-03-03re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)Thomas Koenig3-1/+55
2006-03-01re PR libfortran/26136 (List directed input with underfilled (logicals) arra...Jerry DeLisle3-20/+134
2006-02-28re PR libfortran/26464 (Runtime I/O error/invald argument on READ)Jerry DeLisle3-3/+13
2006-02-24re PR libfortran/26423 (Error on binary I/O for large array)Jerry DeLisle2-6/+17