Age | Commit message (Expand) | Author | Files | Lines |
2020-11-11 | fortran: Fix up gfc_typename CHARACTER length handling [PR97768] | Jakub Jelinek | 1 | -3/+25 |
2020-06-30 | Use CHARACTER(kind) string for calculating the type hash. | Thomas Koenig | 1 | -1/+7 |
2020-06-05 | fortran/95509 - fix spellcheck-operator.f90 regression | Tom Tromey | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-10 | re PR fortran/92863 (ICE in gfc_typename) | Thomas Koenig | 1 | -0/+10 |
2019-10-03 | Character typenames in errors and warnings | Mark Eggleston | 1 | -1/+70 |
2019-08-13 | re PR fortran/88072 (gfortran crashes with an internal compiler error) | Steven G. Kargl | 1 | -3/+3 |
2019-07-23 | arith.c (gfc_convert_integer, [...]): Move to ... | Steven G. Kargl | 1 | -0/+6 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-06-12 | spellcheck: support transpositions aka Damerau-Levenshtein (PR other/69968) | David Malcolm | 1 | -2/+2 |
2018-01-16 | re PR fortran/82257 (f951: Internal compiler error segmentation fault) | Louis Krupp | 1 | -1/+2 |
2018-01-05 | PR 78534 Change character length from int to size_t | Janne Blomqvist | 1 | -0/+21 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-10-19 | Use Levenshtein spelling suggestions in Fortran FE | Bernhard Reutner-Fischer | 1 | -0/+41 |
2017-01-13 | Revert r244448 | Janne Blomqvist | 1 | -22/+0 |
2017-01-13 | PR 78534 Change character length from int to size_t | Janne Blomqvist | 1 | -0/+22 |
2017-01-03 | PR 78534 Revert r244011 | Janne Blomqvist | 1 | -22/+0 |
2017-01-03 | PR 78534 Change character length from int to size_t | Janne Blomqvist | 1 | -0/+22 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-05-07 | re PR fortran/56226 (Add support for DEC UNION and MAP extensions) | Fritz Reese | 1 | -0/+6 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-05-31 | re PR fortran/54190 (TYPE(*)/assumed-rank: Type/rank check too relaxed for du... | Janus Weil | 1 | -9/+0 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-12-20 | array.c (resolve_array_list): Apply C4106. | Paul Thomas | 1 | -3/+7 |
2012-07-08 | gfortran.h: Do not include coretypes.h here. | Steven Bosscher | 1 | -0/+1 |
2012-03-03 | re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3) | Tobias Burnus | 1 | -0/+6 |
2011-12-01 | Don't call stat before opening a file. | Janne Blomqvist | 1 | -8/+0 |
2011-04-19 | Replace gfc_getmem with XCNEW, XCNEWVEC or xcalloc | Janne Blomqvist | 1 | -18/+0 |
2011-04-18 | remove now-unused definition of gfc_free | Jim Meyering | 1 | -10/+0 |
2011-04-18 | convert each use of gfc_free (p) to free (p) | Jim Meyering | 1 | -1/+1 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
2010-12-15 | Better error message for malloc() failure | Janne Blomqvist | 1 | -1/+1 |
2010-11-02 | 2010-11-02 Steven G. | Steven G. Kargl | 1 | -0/+1 |
2009-09-30 | re PR fortran/40996 ([F03] ALLOCATABLE scalars) | Tobias Burnus | 1 | -1/+7 |
2009-08-13 | re PR fortran/40941 (gfc_typespec: put derived and cl into union) | Janus Weil | 1 | -3/+3 |
2009-08-10 | re PR fortran/40940 ([F03] CLASS statement) | Janus Weil | 1 | -0/+1 |
2009-05-15 | re PR fortran/39352 (gfortran.dg/vect/pr39318.f90 doesn't work on ia64) | Tobias Burnus | 1 | -10/+3 |
2008-05-03 | misc.c (gfc_clear_ts): Set interface to NULL. | Janus Weil | 1 | -0/+1 |
2008-02-24 | arith.c: Update copyright years. | Tobias Schlüter | 1 | -1/+1 |
2008-01-17 | re PR fortran/34429 (Fails: character(len=use_associated_const) function foo()) | Paul Thomas | 1 | -1/+1 |
2007-11-30 | re PR fortran/34186 (dump-parse-tree: ICE for ts->cl->length, if ts->cl == NULL) | Tobias Burnus | 1 | -0/+3 |
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-02 | [multiple changes] | Christopher D. Rickett | 1 | -0/+21 |
2007-02-14 | Fix a potential buffer overflow. | Steven G. Kargl | 1 | -1/+2 |
2007-01-28 | re PR fortran/30389 ([4.1 only] ACHAR() intrinsic gives erroneous errors in c... | Thomas Koenig | 1 | -1/+0 |
2007-01-20 | openmp.c, [...]: Next installment in the massive whitespace patch. | Steven G. Kargl | 1 | -20/+11 |
2006-11-11 | data.c: Add 2006 to copyright years. | Tobias Schlüter | 1 | -2/+2 |
2006-10-27 | re PR fortran/27954 (ICE on garbage in DATA statement) | Jerry DeLisle | 1 | -1/+1 |