Age | Commit message (Expand) | Author | Files | Lines |
2007-08-29 | re PR libfortran/32989 (GETARG intrinsic) | Francois-Xavier Coudert | 1 | -3/+3 |
2007-08-29 | re PR fortran/33105 (F2003: Support is_iostat_end & is_iostat_eor intrinsics) | François-Xavier Coudert | 1 | -0/+12 |
2007-08-26 | re PR fortran/32980 (Vendor extension: Intrinsic functions (D)GAMMA, LGAMMA (... | Tobias Burnus | 1 | -0/+25 |
2007-08-24 | re PR fortran/33178 (-std=f95: SIGN with integer arguments rejected as initia... | Tobias Burnus | 1 | -6/+4 |
2007-08-12 | re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument) | Francois-Xavier Coudert | 1 | -2/+3 |
2007-08-12 | re PR fortran/30964 (optional arguments to random_seed) | Francois-Xavier Coudert | 1 | -2/+3 |
2007-08-12 | re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument) | Francois-Xavier Coudert | 1 | -26/+41 |
2007-08-06 | re PR fortran/30933 (intrinsic: EXIT) | Francois-Xavier Coudert | 1 | -3/+3 |
2007-08-05 | re PR fortran/32979 (Implement vendor-specific ISNAN() intrinsic function) | Francois-Xavier Coudert | 1 | -0/+6 |
2007-08-01 | arith.c: Change copyright header to refer to version 3 of the GNU General Pub... | Nick Clifton | 1 | -4/+3 |
2007-07-24 | re PR fortran/32778 (pedantic warning: intrinsics that are GNU extensions not... | Daniel Franke | 1 | -33/+30 |
2007-07-22 | re PR fortran/29962 (Initialization expressions) | Daniel Franke | 1 | -361/+346 |
2007-06-30 | re PR fortran/20373 (INTRINSIC symbols can be given the wrong type) | Daniel Franke | 1 | -8/+7 |
2007-05-31 | trans-expr.c (gfc_conv_expr_op): Use zero constant that matches the lse type. | Richard Guenther | 1 | -2/+2 |
2007-05-29 | gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id'... | Daniel Franke | 1 | -347/+352 |
2007-05-29 | gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_SIZEOF. | Tobias Schlüter | 1 | -0/+6 |
2007-05-28 | gfortran.h (gfc_expr): Remove from_H, add "representation" struct. | Brooks Moses | 1 | -10/+0 |
2007-05-17 | re PR fortran/31919 ([4.1/4.2 only] min/max do not check array conformance) | Daniel Franke | 1 | -23/+21 |
2007-05-04 | re PR libfortran/31760 (missing elemental applicability) | Daniel Franke | 1 | -12/+12 |
2007-05-04 | re PR target/22539 (Internal compiler error with maximum sized array) | Daniel Franke | 1 | -1/+7 |
2007-05-01 | intrinsic.c (add_functions): Fixed ELEMENTAL specifications. | Daniel Franke | 1 | -66/+66 |
2007-04-25 | re PR fortran/31668 (%VAL rejected for PROC_MODULE and PROC_INTERNAL procedures) | Tobias Burnus | 1 | -2/+2 |
2007-04-07 | re PR fortran/31257 (ICE in gfc_conv_expr_descriptor) | Paul Thomas | 1 | -1/+1 |
2007-03-31 | intrinsic.c (add_functions): Fix name of dummy argument for new_line and exit... | Tobias Burnus | 1 | -2/+2 |
2007-03-30 | intrinsic.c (conv_name): Let gfc_get_string handle the format. | Tobias Schlüter | 1 | -8/+10 |
2007-03-08 | intrinsic.texi (GERROR, [...]): New. | Daniel Franke | 1 | -2/+2 |
2007-01-08 | interface.c, [...]: Update Copyright years. | Steven G. Kargl | 1 | -215/+204 |
2006-12-31 | re PR fortran/23060 (%VAL, %REF and %DESCR constructs not implemented) | Paul Thomas | 1 | -1/+5 |
2006-12-28 | re PR fortran/30034 ([4.1 only] pure subroutine requires intent for procedure... | Paul Thomas | 1 | -1/+7 |
2006-11-24 | resolve.c (resolve_actual_arglist): Remove the special case for CHAR. | Francois-Xavier Coudert | 1 | -6/+3 |
2006-11-22 | re PR fortran/29441 ([4.1/4.2 only] non-constant parameter (constant) accepted) | Tobias Schlüter | 1 | -2/+1 |
2006-10-09 | intrinsic.c (add_sym_0s, [...]): Use macro ACTUAL_NO... | Francois-Xavier Coudert | 1 | -258/+265 |
2006-10-08 | [multiple changes] | Paul Thomas | 1 | -0/+5 |
2006-10-08 | re PR fortran/28585 (Fortran 2003: Support NEW_LINE intrinsic) | Tobias Burnus | 1 | -0/+4 |
2006-10-07 | intrinsic.c (add_functions): Add comments for gfc_check_access_func and gfc_r... | Francois-Xavier Coudert | 1 | -0/+4 |
2006-10-07 | re PR fortran/16580 ([4.1 only] gfortran ICE on test g77.f-torture/execute/in... | François-Xavier Coudert | 1 | -190/+215 |
2006-09-11 | intrinsic.c: Update Copyright date. | Steven G. Kargl | 1 | -2/+2 |
2006-07-30 | intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT. | Francois-Xavier Coudert | 1 | -3/+40 |
2006-07-26 | intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and M... | François-Xavier Coudert | 1 | -0/+41 |
2006-07-04 | intrinsic.c (add_subroutines): Add ITIME and IDATE. | Francois-Xavier Coudert | 1 | -2/+10 |
2006-06-24 | re PR fortran/28094 (Modulo of real(kind=10) variables doesn't work) | Francois-Xavier Coudert | 1 | -1/+1 |
2006-06-20 | re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression) | Paul Thomas | 1 | -1/+1 |
2006-06-08 | intrinsic.c (add_subroutine): Make make_noreturn() conditional on the appropr... | Steven G. Kargl | 1 | -2/+4 |
2006-05-03 | re PR fortran/26896 (Description of implementation of -Wtabs/-Wno-tabs reversed) | Steven G. Kargl | 1 | -3/+6 |
2006-04-16 | re PR fortran/26822 (Scalarization of non-elemental intrinsic: __logical_4_l4) | Paul Thomas | 1 | -1/+1 |
2006-03-26 | re PR fortran/26816 ([4.1 only] FLOAT Intrinsic does not work with Integer Ha... | Steven G. Kargl | 1 | -1/+1 |
2006-02-19 | re PR fortran/26201 (__convert_i4_i8 written to a module.) | Erik Edelmann | 1 | -0/+1 |
2006-01-25 | re PR fortran/25716 (FAIL: gfortran.dg/char_result_11.f90 -O (test for exce... | Erik Edelmann | 1 | -1/+16 |
2005-11-13 | fget.c: New file. | Francois-Xavier Coudert | 1 | -1/+77 |
2005-11-06 | intrinsic.c (add_functions): Add ctime and fdate intrinsics. | Francois-Xavier Coudert | 1 | -2/+21 |