aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2006-08-05* intrinsics/access.c (access_func): Remove export directive.Francois-Xavier Coudert2-1/+4
2006-08-02Makefile.in: Regenerate using automake 1.9.6.Thomas Koenig3-288/+110
2006-08-01re PR libfortran/28452 (__gfortran_random_r10 not found)Thomas Koenig1-1/+1
2006-08-01re PR libfortran/28452 (__gfortran_random_r10 not found)Thomas Koenig8-273/+714
2006-07-31re PR fortran/28335 (flush() / write() statement on closed units - error?)Jerry DeLisle2-1/+10
2006-07-31re PR fortran/28335 (flush() / write() statement on closed units - error?)Jerry DeLisle3-6/+9
2006-07-30ChangeLog: Commit ChangeLog forgotten in previous commit.François-Xavier Coudert1-0/+13
2006-07-30intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT.Francois-Xavier Coudert8-66/+568
2006-07-30transfer.c (transfer_array): Remove stride0 fix.Janne Blomqvist2-3/+4
2006-07-26intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and M...François-Xavier Coudert8-18/+208
2006-07-26Fix typo in previous commit, pr number.Jerry DeLisle1-1/+1
2006-07-262006-07-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle3-1/+12
2006-07-25re PR bootstrap/26188 (4.2.0 fails to compile on FreeBSD 4.11)Paolo Bonzini2-9/+64
2006-07-24re PR libfortran/25289 (Cannot handle record numbers large than huge(0_4))Jerry DeLisle3-1/+19
2006-07-22Fix typo in Changelog.Jerry DeLisle1-1/+1
2006-07-22re PR fortran/28339 (gfortran misses a record from a format statement)Jerry DeLisle3-4/+18
2006-07-19re PR libfortran/27919 (dot_product should be removed from the library)Janne Blomqvist1-0/+11
2006-07-19re PR libfortran/27919 (dot_product should be removed from the library)Janne Blomqvist19-1551/+31
2006-07-18Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir for stage...Paolo Bonzini2-259/+530
2006-07-15etime.c: Remove etime_Steven G. Kargl3-23/+6
2006-07-12re PR fortran/28163 (Calling libgfortran's copy_string is inefficient)Francois-Xavier Coudert2-23/+5
2006-07-04intrinsic.c (add_subroutines): Add ITIME and IDATE.Francois-Xavier Coudert2-2/+169
2006-07-04re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)Jerry DeLisle8-16/+42
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