Age | Commit message (Expand) | Author | Files | Lines |
2009-09-30 | re PR fortran/40996 ([F03] ALLOCATABLE scalars) | Tobias Burnus | 1 | -0/+1 |
2009-07-26 | re PR fortran/33197 (Fortran 2008: math functions) | Tobias Burnus | 1 | -0/+1 |
2009-07-11 | re PR fortran/33197 (Fortran 2008: math functions) | Tobias Burnus | 1 | -0/+1 |
2009-06-11 | re PR fortran/38718 (some simplifiers for elemental intrinsics missing; requi... | Francois-Xavier Coudert | 1 | -0/+3 |
2009-06-07 | re PR fortran/25104 ([F2003] Non-initialization expr. as case-selector) | Daniel Franke | 1 | -0/+2 |
2009-06-07 | re PR fortran/25104 ([F2003] Non-initialization expr. as case-selector) | Daniel Franke | 1 | -0/+5 |
2009-06-07 | re PR fortran/25104 ([F2003] Non-initialization expr. as case-selector) | Daniel Franke | 1 | -0/+3 |
2009-06-06 | re PR fortran/32890 (Compile-time detect of LHS/RHS missmatch for PACK) | Daniel Franke | 1 | -0/+1 |
2009-05-16 | re PR fortran/33197 (Fortran 2008: math functions) | Francois-Xavier Coudert | 1 | -0/+1 |
2009-01-09 | check.c: Update copyright year. | Paul Thomas | 1 | -1/+1 |
2009-01-04 | re PR fortran/38718 (some simplifiers for elemental intrinsics missing; requi... | Daniel Franke | 1 | -0/+1 |
2008-11-09 | re PR fortran/37836 (ICE in gfc_trans_auto_array_allocation) | Paul Thomas | 1 | -0/+2 |
2008-10-02 | re PR fortran/37635 (Fortran 2008: Support LEADZ / TRAILZ) | Steven Bosscher | 1 | -0/+2 |
2008-07-29 | gfortran.h (try): Remove macro. | Kaveh R. Ghazi | 1 | -158/+158 |
2008-05-18 | intrinsic.c (char_conversions, ncharconv): New static variables. | Francois-Xavier Coudert | 1 | -0/+4 |
2008-05-06 | re PR fortran/36117 (Use MPFR for bessel function (optimization, rejects vali... | Tobias Burnus | 1 | -0/+6 |
2008-04-30 | intrinsic.c (add_functions): Add SELECTED_CHAR_KIND intrinsic. | François-Xavier Coudert | 1 | -0/+2 |
2008-03-06 | re PR fortran/33197 (Fortran 2008: math functions) | Francois-Xavier Coudert | 1 | -0/+2 |
2008-03-03 | re PR fortran/33197 (Fortran 2008: math functions) | François-Xavier Coudert | 1 | -0/+3 |
2008-02-24 | arith.c: Update copyright years. | Tobias Schlüter | 1 | -1/+1 |
2007-12-25 | re PR fortran/34533 (DTIME returns total process time and not since last invo... | Daniel Franke | 1 | -2/+3 |
2007-10-27 | re PR fortran/33162 (INTRINSIC functions as ACTUAL argument) | Jerry DeLisle | 1 | -0/+4 |
2007-08-29 | re PR libfortran/32989 (GETARG intrinsic) | Francois-Xavier Coudert | 1 | -0/+1 |
2007-08-26 | re PR fortran/32980 (Vendor extension: Intrinsic functions (D)GAMMA, LGAMMA (... | Tobias Burnus | 1 | -0/+4 |
2007-08-12 | re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument) | Francois-Xavier Coudert | 1 | -3/+3 |
2007-08-12 | re PR fortran/30964 (optional arguments to random_seed) | Francois-Xavier Coudert | 1 | -0/+1 |
2007-08-12 | re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument) | Francois-Xavier Coudert | 1 | -27/+33 |
2007-08-05 | re PR fortran/32979 (Implement vendor-specific ISNAN() intrinsic function) | Francois-Xavier Coudert | 1 | -0/+1 |
2007-08-01 | arith.c: Change copyright header to refer to version 3 of the GNU General Pub... | Nick Clifton | 1 | -5/+4 |
2007-05-29 | gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_SIZEOF. | Tobias Schlüter | 1 | -0/+1 |
2007-05-04 | re PR libfortran/31760 (missing elemental applicability) | Daniel Franke | 1 | -1/+0 |
2007-05-04 | re PR target/22539 (Internal compiler error with maximum sized array) | Daniel Franke | 1 | -0/+2 |
2007-04-07 | re PR fortran/31257 (ICE in gfc_conv_expr_descriptor) | Paul Thomas | 1 | -0/+1 |
2006-10-08 | [multiple changes] | Paul Thomas | 1 | -0/+1 |
2006-10-08 | re PR fortran/28585 (Fortran 2003: Support NEW_LINE intrinsic) | Tobias Burnus | 1 | -0/+2 |
2006-10-07 | re PR fortran/16580 ([4.1 only] gfortran ICE on test g77.f-torture/execute/in... | François-Xavier Coudert | 1 | -0/+1 |
2006-09-11 | intrinsic.c: Update Copyright date. | Steven G. Kargl | 1 | -1/+1 |
2006-07-30 | intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT. | Francois-Xavier Coudert | 1 | -1/+12 |
2006-07-26 | intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and M... | François-Xavier Coudert | 1 | -0/+11 |
2006-07-04 | intrinsic.c (add_subroutines): Add ITIME and IDATE. | Francois-Xavier Coudert | 1 | -0/+3 |
2006-06-20 | re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression) | Paul Thomas | 1 | -0/+1 |
2005-11-13 | fget.c: New file. | Francois-Xavier Coudert | 1 | -2/+28 |
2005-11-06 | intrinsic.c (add_functions): Add ctime and fdate intrinsics. | Francois-Xavier Coudert | 1 | -0/+7 |
2005-11-05 | intrinsic.c (add_functions): Add function version of TTYNAM. | Francois-Xavier Coudert | 1 | -0/+2 |
2005-11-01 | re PR fortran/21565 (namelist in block data is illegal) | Paul Thomas | 1 | -0/+2 |
2005-10-30 | check.c (gfc_check_malloc, [...]): New functions. | Francois-Xavier Coudert | 1 | -0/+4 |
2005-10-28 | check.c (gfc_check_alarm_sub, [...]): New functions. | Francois-Xavier Coudert | 1 | -0/+6 |
2005-10-24 | Commit for Asher Langton | Asher Langton | 1 | -0/+2 |
2005-09-22 | re PR fortran/23516 (IMAG is not a generic function when implicit none is dec... | Steven G. Kargl | 1 | -0/+2 |
2005-08-09 | check.c (gfc_check_ttynam_sub, [...]): Add check functions for new intrinsics... | François-Xavier Coudert | 1 | -0/+4 |