Age | Commit message (Expand) | Author | Files | Lines |
2007-09-13 | iresolve.c (resolve_mask_arg): If a mask is an array expression, convert it t... | Thomas Koenig | 1 | -9/+23 |
2007-08-30 | re PR fortran/31879 (ICE with function having array of character variables ar... | Paul Thomas | 1 | -0/+28 |
2007-08-29 | re PR libfortran/32989 (GETARG intrinsic) | Francois-Xavier Coudert | 1 | -3/+12 |
2007-08-26 | re PR fortran/32980 (Vendor extension: Intrinsic functions (D)GAMMA, LGAMMA (... | Tobias Burnus | 1 | -0/+18 |
2007-08-24 | re PR libfortran/32972 (performance of pack/unpack) | Thomas Koenig | 1 | -17/+3 |
2007-08-12 | re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument) | Francois-Xavier Coudert | 1 | -5/+6 |
2007-08-12 | re PR fortran/30964 (optional arguments to random_seed) | Francois-Xavier Coudert | 1 | -0/+10 |
2007-08-12 | re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument) | Francois-Xavier Coudert | 1 | -18/+70 |
2007-08-06 | re PR fortran/30947 (intrinsic: ALARM) | Francois-Xavier Coudert | 1 | -3/+7 |
2007-08-06 | re PR fortran/30933 (intrinsic: EXIT) | Francois-Xavier Coudert | 1 | -6/+10 |
2007-08-04 | re PR fortran/32968 (selected_(int|real)_kind fail with -fdefault-integer-8) | Steven G. Kargl | 1 | -3/+29 |
2007-08-01 | re PR libfortran/32954 (pack with -fdefault-integer-8) | Thomas Koenig | 1 | -97/+43 |
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-14 | re PR fortran/32357 (MVBITS gives wrong-code on big-endian with -fdefault-int... | Francois-Xavier Coudert | 1 | -3/+16 |
2007-07-14 | re PR libfortran/32731 (pack/unpack with kind=1 or kind=2 mask) | Thomas Koenig | 1 | -15/+39 |
2007-05-04 | re PR target/22539 (Internal compiler error with maximum sized array) | Daniel Franke | 1 | -0/+44 |
2007-04-07 | re PR fortran/31257 (ICE in gfc_conv_expr_descriptor) | Paul Thomas | 1 | -0/+16 |
2007-03-08 | re PR fortran/30947 (intrinsic: ALARM) | Daniel Franke | 1 | -2/+0 |
2007-03-07 | * iresolve.c (gfc_resolve_ishftc): Correct s_kind value. | Brooks Moses | 1 | -1/+1 |
2007-02-19 | re PR libfortran/30533 ([4.1 only] minval, maxval missing for kind=1 and kind=2) | Thomas Koenig | 1 | -26/+0 |
2007-01-11 | re PR libfortran/30415 (MINLOC, MAXLOC missing for integer kinds 1 and 2) | Thomas Koenig | 1 | -0/+26 |
2007-01-08 | interface.c, [...]: Update Copyright years. | Steven G. Kargl | 1 | -617/+582 |
2006-10-09 | re PR fortran/15441 (RRSPACING broken for denormals) | Steven G. Kargl | 1 | -0/+43 |
2006-10-07 | re PR fortran/16580 ([4.1 only] gfortran ICE on test g77.f-torture/execute/in... | François-Xavier Coudert | 1 | -1/+25 |
2006-09-18 | re PR fortran/29060 (spread causes ICE in gfc_trans_array_constructor) | Paul Thomas | 1 | -0/+17 |
2006-07-30 | intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT. | Francois-Xavier Coudert | 1 | -2/+71 |
2006-07-26 | intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and M... | François-Xavier Coudert | 1 | -0/+74 |
2006-07-04 | intrinsic.c (add_subroutines): Add ITIME and IDATE. | Francois-Xavier Coudert | 1 | -0/+20 |
2006-07-03 | iresolve.c (gfc_resolve_cpu_time, [...]): Remove ATTRIBUTE_UNUSED for used ar... | Francois-Xavier Coudert | 1 | -2/+2 |
2006-06-22 | re PR fortran/26769 (Implement transpose() and reshape() for real instead of ... | Francois-Xavier Coudert | 1 | -26/+8 |
2006-05-21 | re PR fortran/25746 (Elemental assignment gives wrong result) | Paul Thomas | 1 | -2/+60 |
2006-04-22 | re PR fortran/26769 (Implement transpose() and reshape() for real instead of ... | Jakub Jelinek | 1 | -5/+6 |
2006-04-03 | re PR testsuite/26981 (g++.old-deja/g++.other/init18.C fails) | Paul Thomas | 1 | -0/+5 |
2006-03-25 | re PR fortran/26769 (Implement transpose() and reshape() for real instead of ... | Thomas Koenig | 1 | -4/+16 |
2006-03-20 | re PR fortran/20935 (failed assertion for maxloc(n, mask=.true.)) | Thomas Koenig | 1 | -6/+138 |
2006-03-01 | re PR fortran/26393 (ICE with function returning variable lenght array) | Paul Thomas | 1 | -15/+7 |
2005-11-27 | re PR fortran/23912 (MOD function requires same kind arguments) | Francois-Xavier Coudert | 1 | -13/+49 |
2005-11-13 | fget.c: New file. | Francois-Xavier Coudert | 1 | -0/+281 |
2005-11-06 | intrinsic.c (add_functions): Add ctime and fdate intrinsics. | Francois-Xavier Coudert | 1 | -0/+57 |
2005-11-05 | intrinsic.c (add_functions): Add function version of TTYNAM. | Francois-Xavier Coudert | 1 | -0/+22 |
2005-11-01 | re PR fortran/21565 (namelist in block data is illegal) | Paul Thomas | 1 | -0/+9 |
2005-10-30 | check.c (gfc_check_malloc, [...]): New functions. | Francois-Xavier Coudert | 1 | -0/+34 |
2005-10-28 | check.c (gfc_check_alarm_sub, [...]): New functions. | Francois-Xavier Coudert | 1 | -0/+83 |
2005-10-24 | Commit for Asher Langton | Asher Langton | 1 | -0/+9 |
2005-10-23 | re PR fortran/18022 (problem with structure and calling a function) | Paul Thomas | 1 | -3/+29 |
2005-10-11 | re PR fortran/20786 (Can't use AINT intrinsic with KIND parameter) | Steven G. Kargl | 1 | -0/+17 |
2005-10-03 | re PR libfortran/19308 (I/O library should support more real and integer kinds) | François-Xavier Coudert | 1 | -1/+4 |
2005-09-22 | re PR fortran/23516 (IMAG is not a generic function when implicit none is dec... | Steven G. Kargl | 1 | -0/+11 |
2005-09-13 | re PR fortran/19269 (transpose(reshape(...)) of character array segfaults.) | Richard Sandiford | 1 | -13/+24 |
2005-08-10 | re PR libfortran/22143 (missing kinds 1 and 2 for eoshift and cshift) | Thomas Koenig | 1 | -15/+38 |