Age | Commit message (Expand) | Author | Files | Lines |
2007-03-15 | gfortran.h (gfc_option_t): Add flag_backtrace field. | Francois-Xavier Coudert | 6 | -4/+36 |
2007-03-15 | [multiple changes] | Paul Thomas | 4 | -9/+80 |
2007-03-14 | trans-array.c (gfc_trans_auto_array_allocation): Replace fold(convert()) by f... | Francois-Xavier Coudert | 3 | -4/+12 |
2007-03-14 | module.c (mio_typespec): Don't look at ts->cl if not BT_CHARACTER. | Jakub Jelinek | 2 | -1/+12 |
2007-03-13 | Fixed pr-number typo in last ChangeLog entry. | Brooks Moses | 1 | -1/+1 |
2007-03-13 | re PR fortran/30922 (IMPORT fails for same symbol in multiple interface bodie... | Brooks Moses | 2 | -19/+33 |
2007-03-13 | re PR fortran/28068 (Non-standard intrinsics should be documented) | Brooks Moses | 2 | -39/+343 |
2007-03-11 | re PR fortran/30883 ([4.1/4.2 only] procedure with dummy procedure f1 reject... | Paul Thomas | 2 | -0/+21 |
2007-03-08 | intrinsic.texi: (ICHAR) Improve internal I/O note. | Brooks Moses | 2 | -8/+31 |
2007-03-08 | intrinsic.texi: (LINK) Document function form. | Brooks Moses | 2 | -10/+48 |
2007-03-08 | intrinsic.texi: minor typo fixes, removed prologue. | Brooks Moses | 2 | -65/+61 |
2007-03-08 | re PR fortran/30947 (intrinsic: ALARM) | Daniel Franke | 4 | -6/+17 |
2007-03-08 | intrinsic.texi (GERROR, [...]): New. | Daniel Franke | 3 | -9/+145 |
2007-03-08 | [multiple changes] | Tobias Burnus | 3 | -8/+27 |
2007-03-08 | re PR fortran/30973 ([4.1, 4.2 only] undetected name conflict: variables may ... | Tobias Burnus | 2 | -6/+24 |
2007-03-08 | re PR fortran/31011 ([4.2 and 4.1 only] Incorrect error: parameter array sect... | Paul Thomas | 2 | -2/+7 |
2007-03-07 | * iresolve.c (gfc_resolve_ishftc): Correct s_kind value. | Brooks Moses | 2 | -1/+5 |
2007-03-06 | re PR fortran/30950 (intrinsic: CPU_TIME) | Daniel Franke | 2 | -6/+12 |
2007-03-06 | * intrinsic.texi: Limit column widths to a total of .85. | Brooks Moses | 2 | -207/+211 |
2007-03-06 | * gfortran.texi (GFortran and G77): Rewrite completely. | Brooks Moses | 2 | -30/+10 |
2007-03-06 | * match.c (gfc_match_name): Expanded comment. | Brooks Moses | 2 | -1/+7 |
2007-03-06 | gfortran.texi (Old-style kind specifications): Document special handling of o... | Brooks Moses | 3 | -7/+18 |
2007-03-05 | re PR other/31050 ([4.1] gcc --version reports wrong year.) | Brooks Moses | 2 | -2/+8 |
2007-03-03 | re PR fortran/30882 ([4.1 and 4.2 only] size with initialization expression v... | Paul Thomas | 2 | -1/+10 |
2007-03-03 | re PR fortran/30873 ([4.1 only] ENTRY without explict RESULT does not work fo... | Paul Thomas | 2 | -6/+6 |
2007-03-01 | Make-lang.in: Add install-pdf target as copied from automake v1.10 rules. | Brooks Moses | 2 | -5/+22 |
2007-03-01 | re PR fortran/30865 ([4.1, 4.2 only] optional argument passed on to size(...,... | Tobias Burnus | 2 | -4/+12 |
2007-02-28 | re PR fortran/30888 (%VAL construct fails with argument procedures) | Tobias Burnus | 3 | -40/+14 |
2007-02-28 | re PR fortran/30968 ([4.1 only] Bogus warning with continued lines of concate... | Tobias Burnus | 2 | -2/+15 |
2007-02-27 | trans-array.c (structure_alloc_comps): Use correct type for null pointer cons... | Richard Guenther | 2 | -1/+6 |
2007-02-26 | gcc/ChangeLog --------------------------------------------------------- | Brooks Moses | 2 | -4/+7 |
2007-02-26 | re PR fortran/30865 ([4.1, 4.2 only] optional argument passed on to size(...,... | Thomas Koenig | 2 | -8/+41 |
2007-02-23 | re PR fortran/30660 (Allocatable components of a derived type "require" the S... | Paul Thomas | 2 | -3/+25 |
2007-02-23 | options.c (set_default_std_flags): New function to consolidate setting the fl... | Jerry DeLisle | 2 | -12/+22 |
2007-02-22 | gfortran.texi (Old-style kind specifications): Document special handling of o... | Brooks Moses | 3 | -8/+19 |
2007-02-21 | [multiple changes] | Jakub Jelinek | 2 | -28/+33 |
2007-02-20 | re PR fortran/30869 ([4.1 only] Rejects pointer to integer as loop variable) | Thomas Koenig | 2 | -6/+6 |
2007-02-20 | re PR fortran/30522 (Host-/use-associated VOLATILE variable: volatile scope, ... | Tobias Burnus | 4 | -13/+20 |
2007-02-20 | re PR fortran/30783 ("character(*), value" produces SEGV at runtime) | Tobias Burnus | 2 | -3/+20 |
2007-02-19 | re PR libfortran/30533 ([4.1 only] minval, maxval missing for kind=1 and kind=2) | Thomas Koenig | 2 | -26/+7 |
2007-02-19 | re PR fortran/30681 ("obsolescent" vs. "obsolete") | Jerry DeLisle | 3 | -4/+10 |
2007-02-18 | trans-array.c (gfc_build_constant_array_constructor): When the shape of the c... | Roger Sayle | 3 | -19/+79 |
2007-02-18 | re PR fortran/30400 (ANY not accepted as mask in FORALL) | Roger Sayle | 2 | -9/+16 |
2007-02-16 | re PR fortran/30793 (Segfault on calling a function returning a pointer) | Tobias Burnus | 2 | -1/+8 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 9 | -313/+223 |
2007-02-15 | re PR fortran/30779 ([4.1, 4.2 only] incomplete file triggers ICE) | Jerry DeLisle | 2 | -0/+9 |
2007-02-15 | primary.c (match_logical_constant): Return MATCH_ERROR on invalid kind. | Steven G. Kargl | 2 | -1/+10 |
2007-02-14 | Fix a potential buffer overflow. | Steven G. Kargl | 2 | -1/+6 |
2007-02-12 | [multiple changes] | Paul Thomas | 2 | -1/+17 |
2007-02-12 | invoke.texi (Overall Options): Document --help=. | Nick Clifton | 2 | -11/+15 |