Age | Commit message (Expand) | Author | Files | Lines |
2006-08-02 | Makefile.in: Regenerate using automake 1.9.6. | Thomas Koenig | 3 | -288/+110 |
2006-08-01 | re PR libfortran/28452 (__gfortran_random_r10 not found) | Thomas Koenig | 1 | -1/+1 |
2006-08-01 | re PR libfortran/28452 (__gfortran_random_r10 not found) | Thomas Koenig | 8 | -273/+714 |
2006-07-31 | re PR fortran/28335 (flush() / write() statement on closed units - error?) | Jerry DeLisle | 2 | -1/+10 |
2006-07-31 | re PR fortran/28335 (flush() / write() statement on closed units - error?) | Jerry DeLisle | 3 | -6/+9 |
2006-07-30 | ChangeLog: Commit ChangeLog forgotten in previous commit. | François-Xavier Coudert | 1 | -0/+13 |
2006-07-30 | intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT. | Francois-Xavier Coudert | 8 | -66/+568 |
2006-07-30 | transfer.c (transfer_array): Remove stride0 fix. | Janne Blomqvist | 2 | -3/+4 |
2006-07-26 | intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and M... | François-Xavier Coudert | 8 | -18/+208 |
2006-07-26 | Fix typo in previous commit, pr number. | Jerry DeLisle | 1 | -1/+1 |
2006-07-26 | 2006-07-25 Jerry DeLisle <jvdelisle@gcc.gnu.org> | Jerry DeLisle | 3 | -1/+12 |
2006-07-25 | re PR bootstrap/26188 (4.2.0 fails to compile on FreeBSD 4.11) | Paolo Bonzini | 2 | -9/+64 |
2006-07-24 | re PR libfortran/25289 (Cannot handle record numbers large than huge(0_4)) | Jerry DeLisle | 3 | -1/+19 |
2006-07-22 | Fix typo in Changelog. | Jerry DeLisle | 1 | -1/+1 |
2006-07-22 | re PR fortran/28339 (gfortran misses a record from a format statement) | Jerry DeLisle | 3 | -4/+18 |
2006-07-19 | re PR libfortran/27919 (dot_product should be removed from the library) | Janne Blomqvist | 1 | -0/+11 |
2006-07-19 | re PR libfortran/27919 (dot_product should be removed from the library) | Janne Blomqvist | 19 | -1551/+31 |
2006-07-18 | Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir for stage... | Paolo Bonzini | 2 | -259/+530 |
2006-07-15 | etime.c: Remove etime_ | Steven G. Kargl | 3 | -23/+6 |
2006-07-12 | re PR fortran/28163 (Calling libgfortran's copy_string is inefficient) | Francois-Xavier Coudert | 2 | -23/+5 |
2006-07-04 | intrinsic.c (add_subroutines): Add ITIME and IDATE. | Francois-Xavier Coudert | 2 | -2/+169 |
2006-07-04 | re PR libfortran/27704 (Incorrect runtime error on multiple OPEN) | Jerry DeLisle | 8 | -16/+42 |
2006-06-25 | io.h: Move proto for unit_to_fd... | Francois-Xavier Coudert | 3 | -3/+8 |
2006-06-24 | ierrno.c: Don't include "io/io.h". | Francois-Xavier Coudert | 14 | -24/+18 |
2006-06-24 | re PR fortran/28094 (Modulo of real(kind=10) variables doesn't work) | Francois-Xavier Coudert | 5 | -11/+124 |
2006-06-22 | re PR fortran/26769 (Implement transpose() and reshape() for real instead of ... | François-Xavier Coudert | 1 | -0/+10 |
2006-06-22 | re PR fortran/26769 (Implement transpose() and reshape() for real instead of ... | Francois-Xavier Coudert | 6 | -4/+737 |
2006-06-20 | re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression) | Paul Thomas | 13 | -132/+355 |
2006-06-19 | re PR libgomp/27254 (FAIL: libgomp.fortran/reduction6.f90) | John David Anglin | 2 | -0/+15 |
2006-06-06 | in_pack.m4: Add TODO comment about detecting temporaries... | Janne Blomqvist | 200 | -3282/+99 |
2006-05-29 | re PR libfortran/27757 (Problems with direct access io) | Jerry DeLisle | 2 | -0/+6 |
2006-05-29 | re PR fortran/27634 (formatted reading/writing: real format without dot) | Jerry DeLisle | 2 | -2/+16 |
2006-05-28 | string_intrinsics.c (compare_string): Use memcmp instead of strncmp to avoid ... | Thomas Koenig | 2 | -1/+7 |
2006-05-27 | io.h (find_or_create_unit): Correct export declaration. | Janne Blomqvist | 2 | -1/+5 |
2006-05-27 | libgfortran ChangeLog: | Janne Blomqvist | 2 | -13/+5 |
2006-05-26 | configure.ac: Remove AC_FUNC_MMAP. | Janne Blomqvist | 6 | -974/+270 |
2006-05-25 | * ChangeLog: fix previous incorrect entry. | François-Xavier Coudert | 1 | -1/+1 |
2006-05-25 | associated (associated): Zero-sized arrays should not be reported as ASSOCIATED. | Francois-Xavier Coudert | 2 | -0/+7 |
2006-05-24 | Makefile.am: Add install-html target. | Carlos O'Donell | 4 | -263/+117 |
2006-05-20 | re PR libfortran/24459 ([4.1 Only] gfortran namelist problem) | Jerry DeLisle | 3 | -7/+52 |
2006-05-20 | re PR libfortran/22423 (Warnings when building libgfortran) | Jerry DeLisle | 2 | -1/+6 |
2006-05-17 | re PR libfortran/27575 (gfortran - does not generate error when trying to rea... | Jerry DeLisle | 2 | -0/+20 |
2006-05-05 | re PR libfortran/26985 (incorrect matmul result) | Francois-Xavier Coudert | 13 | -25/+41 |
2006-04-30 | re PR libfortran/27360 (Memory leaks when reading logicals) | Jerry DeLisle | 2 | -3/+12 |
2006-04-28 | re PR fortran/27304 (gfortran: Warn/abort when format in write does not fit p... | Jerry DeLisle | 3 | -2/+15 |
2006-04-23 | re PR libfortran/20257 (Fortran runtime error: End of record occurs when writ... | Jerry DeLisle | 5 | -30/+111 |
2006-04-22 | re PR fortran/26769 (Implement transpose() and reshape() for real instead of ... | Jakub Jelinek | 5 | -4/+395 |
2006-04-17 | re PR fortran/27138 (gfortran: read(*,*) myInt advances only one character on... | Jerry DeLisle | 2 | -8/+44 |
2006-04-13 | re PR fortran/26766 ([F2003] Recursive I/O still (again) broken) | Jerry DeLisle | 4 | -49/+106 |
2006-04-11 | io.h (st_parameter_dt): Revert 2005-12-10 change to u.pad, fix comment. | Jakub Jelinek | 2 | -3/+15 |