Age | Commit message (Expand) | Author | Files | Lines |
2006-11-10 | re PR fortran/29758 (Runtime segfault in RESHAPE with insufficient elements i... | Paul Thomas | 1 | -0/+33 |
2006-11-09 | * check.c (same_type_check): Typo fix in comment. | Brooks Moses | 1 | -1/+1 |
2006-10-08 | [multiple changes] | Paul Thomas | 1 | -1/+62 |
2006-10-08 | re PR fortran/28585 (Fortran 2003: Support NEW_LINE intrinsic) | Tobias Burnus | 1 | -0/+8 |
2006-07-30 | intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT. | Francois-Xavier Coudert | 1 | -0/+82 |
2006-07-26 | intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and M... | François-Xavier Coudert | 1 | -0/+10 |
2006-07-13 | re PR fortran/28174 (Corruption of multiple character arrays when passing arr... | Paul Thomas | 1 | -0/+16 |
2006-07-04 | intrinsic.c (add_subroutines): Add ITIME and IDATE. | Francois-Xavier Coudert | 1 | -0/+22 |
2006-06-30 | * check.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2006-06-20 | re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression) | Paul Thomas | 1 | -0/+51 |
2006-06-05 | re PR fortran/14067 (no warning when character data statement overflows decla... | Paul Thomas | 1 | -6/+14 |
2006-05-28 | check.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-05-21 | re PR fortran/25746 (Elemental assignment gives wrong result) | Paul Thomas | 1 | -1/+6 |
2006-02-15 | check.c: Update copyright years. | Tobias Schlüter | 1 | -1/+1 |
2006-02-15 | check.c (gfc_check_minloc_maxloc, [...]): Don't call dim_range_check on not-p... | Tobias Schlüter | 1 | -2/+2 |
2006-02-14 | re PR fortran/25045 ([4.1 only] DIM argument of PRODUCT is not optional) | Thomas Koenig | 1 | -16/+13 |
2006-02-04 | re PR fortran/25075 ([4.1 only] array size mismatch in DOT_PRODUCT) | Thomas Koenig | 1 | -12/+85 |
2006-01-31 | re PR fortran/26039 (ICE with maxval) | Thomas Koenig | 1 | -1/+22 |
2005-12-08 | re PR fortran/25292 (ASSOCIATED( func() ) rejected ?) | Erik Edelmann | 1 | -5/+14 |
2005-11-27 | re PR fortran/23912 (MOD function requires same kind arguments) | Francois-Xavier Coudert | 1 | -2/+15 |
2005-11-13 | fget.c: New file. | Francois-Xavier Coudert | 1 | -0/+156 |
2005-11-06 | intrinsic.c (add_functions): Add ctime and fdate intrinsics. | Francois-Xavier Coudert | 1 | -0/+38 |
2005-11-05 | intrinsic.c (add_functions): Add function version of TTYNAM. | Francois-Xavier Coudert | 1 | -0/+13 |
2005-11-01 | re PR fortran/21565 (namelist in block data is illegal) | Paul Thomas | 1 | -0/+17 |
2005-10-30 | check.c (gfc_check_malloc, [...]): New functions. | Francois-Xavier Coudert | 1 | -0/+25 |
2005-10-28 | check.c (gfc_check_alarm_sub, [...]): New functions. | Francois-Xavier Coudert | 1 | -0/+91 |
2005-10-24 | Commit for Asher Langton | Asher Langton | 1 | -0/+6 |
2005-10-24 | re PR fortran/15586 (gfortran should support i18n in its compiler messages) | Francois-Xavier Coudert | 1 | -60/+88 |
2005-10-23 | re PR fortran/23635 (Argument of ichar at (1) must be of length one) | Andrew Pinski | 1 | -20/+25 |
2005-09-17 | re PR fortran/15586 (gfortran should support i18n in its compiler messages) | Francois-Xavier Coudert | 1 | -10/+13 |
2005-08-09 | check.c (gfc_check_ttynam_sub, [...]): Add check functions for new intrinsics... | François-Xavier Coudert | 1 | -0/+32 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-04-25 | re PR fortran/20879 (argument to ICHAR must have length one) | Paul Brook | 1 | -0/+58 |
2005-03-22 | Makefile.am: Added new files. | François-Xavier Coudert | 1 | -0/+241 |
2005-02-24 | Unrevert previously reversed patch, adding this patch: | Tobias Schlüter | 1 | -2/+2 |
2005-02-24 | Revert yesterday's patch: | Tobias Schlüter | 1 | -2/+2 |
2005-02-23 | gfortran.h (gfc_component, [...]): Make 'name' a 'const char *'. | Tobias Schlüter | 1 | -2/+2 |
2005-02-19 | check.c (gfc_check_selected_int_kind): New function. | Steven G. Kargl | 1 | -0/+14 |
2005-02-19 | check.c (gfc_check_int): improve checking of optional kind | Steven G. Kargl | 1 | -2/+10 |
2005-02-19 | check.c (gfc_check_achar): New function | Steven G. Kargl | 1 | -0/+10 |
2005-01-29 | re PR fortran/18565 (gfortran: CONJG: false error message about standard viol... | Paul Brook | 1 | -0/+51 |
2005-01-18 | arith.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-08 | arith.c (arctangent2, [...]): Fix whitespace issues. | Tobias Schlüter | 1 | -115/+25 |
2005-01-03 | arith.c: Add system.h; remove string.h | Steven G. Kargl | 1 | -4/+0 |
2004-12-12 | re PR fortran/16581 (gfortran F90 bit intrinsics don't work with integer*{1,2... | Steven G. Kargl | 1 | -19/+42 |
2004-12-02 | flush.c: New file. | Steven G. Kargl | 1 | -0/+130 |
2004-11-20 | check.c (gfc_check_getcwd_sub): Fix seg fault. | Steven G. Kargl | 1 | -0/+88 |
2004-10-30 | check.c (gfc_check_rand): Allow missing optional argument. | Canqun Yang | 1 | -0/+6 |
2004-10-04 | re PR fortran/17776 (no subroutine system) | Tobias Schlüter | 1 | -0/+19 |
2004-09-15 | check.c (gfc_check_getcwd_sub): New function. | Steven G. Kargl | 1 | -0/+17 |