Age | Commit message (Expand) | Author | Files | Lines |
2007-01-24 | [multiple changes] | Jerry DeLisle | 3 | -8/+19 |
2007-01-21 | intrinsic.texi (ACHAR): Added cross-references. | Brooks Moses | 2 | -2/+19 |
2007-01-20 | intrinsic.texi: Edited all "Syntax" examples to a consistent form. | Brooks Moses | 2 | -147/+145 |
2007-01-20 | openmp.c, [...]: Next installment in the massive whitespace patch. | Steven G. Kargl | 12 | -1714/+1623 |
2007-01-20 | module.c (mio_array_ref): The dimen_type fields of an array ref are an enumer... | Roger Sayle | 2 | -2/+25 |
2007-01-20 | dependency.c (gfc_full_array_ref_p): Check that ref->next is NULL, i.e. | Roger Sayle | 5 | -21/+116 |
2007-01-20 | trans-intrinsic.c (gfc_conv_intrinsic_sign): New branchless implementation fo... | Roger Sayle | 2 | -14/+28 |
2007-01-20 | gfortran.h (gfc_options_t): Add flag_allow_leading_underscore. | Francois-Xavier Coudert | 7 | -6/+39 |
2007-01-20 | re PR fortran/30446 ([4.1 only] -J option doesn't add path to search list) | Francois-Xavier Coudert | 2 | -0/+8 |
2007-01-20 | re PR fortran/30223 (Fortran frontend does not know about cbrt, cexpi and sin... | Richard Guenther | 2 | -4/+72 |
2007-01-19 | intrinsic.texi (MATMUL): Corrected a typo. | Brooks Moses | 2 | -3/+9 |
2007-01-19 | intrinsic.texi: general whitespace cleanup. | Brooks Moses | 2 | -256/+689 |
2007-01-18 | trans-stmt.c (compute_overall_iter_number): Fix a typo. | H.J. Lu | 2 | -1/+5 |
2007-01-18 | trans-expr.c (copyable_array_p): Consider user derived types without allocata... | Roger Sayle | 2 | -0/+11 |
2007-01-18 | trans-stmt.c (compute_overall_iter_number): Enhance to precompute the number ... | Roger Sayle | 2 | -3/+33 |
2007-01-18 | re PR libfortran/29649 (Force core dump on runtime library errors) | Francois-Xavier Coudert | 6 | -3/+40 |
2007-01-17 | re PR fortran/30476 ([Regression 4.2, 4.3] Via other module imported generic ... | Paul Thomas | 2 | -2/+16 |
2007-01-16 | re PR fortran/30404 ([4.1 only] Wrong FORALL result) | Roger Sayle | 2 | -127/+139 |
2007-01-15 | re PR fortran/28172 ([4.2 and 4.1 only] alternate return in contained procedu... | Paul Thomas | 3 | -3/+46 |
2007-01-14 | re PR fortran/30410 (Host association bug w/ EXTERNAL) | Paul Thomas | 2 | -1/+8 |
2007-01-14 | re PR fortran/30452 ([4.2, 4.1 only] Strange syntax error with high-value cha... | Thomas Koenig | 1 | -1/+1 |
2007-01-11 | re PR libfortran/30415 (MINLOC, MAXLOC missing for integer kinds 1 and 2) | Thomas Koenig | 2 | -0/+35 |
2007-01-11 | configure.ac (strict1_warn): Rename to strict_warn. | Paolo Bonzini | 1 | -3/+0 |
2007-01-11 | simplify.c: Update copyright to 2007. | Brooks Moses | 3 | -2/+7 |
2007-01-11 | re PR fortran/30430 (Memory corruption in the module search path code) | Francois-Xavier Coudert | 2 | -2/+8 |
2007-01-09 | simplify.c (gfc_simplify_ibclr): Fix POS comparison. | Brooks Moses | 2 | -2/+7 |
2007-01-09 | re PR fortran/30381 ([4.1 only] ISHFTC() constant folding is broken.) | Brooks Moses | 2 | -46/+108 |
2007-01-10 | [multiple changes] | Jerry DeLisle | 4 | -5/+28 |
2007-01-08 | interface.c, [...]: Update Copyright years. | Steven G. Kargl | 8 | -1353/+1243 |
2007-01-08 | tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ... | Richard Guenther | 2 | -1/+6 |
2007-01-08 | trans-array.c (constant_array_constructor_p): New function to determine wheth... | Roger Sayle | 2 | -7/+152 |
2007-01-08 | gfortran.texi: Fix typos. | Kazu Hirata | 2 | -2/+6 |
2007-01-07 | decl.c, [...]: Update Copyright dates. | Steven G. Kargl | 8 | -717/+645 |
2007-01-07 | data.c (gfc_assign_data_value): Fix whitespace. | Bernhard Fischer | 2 | -1/+5 |
2007-01-07 | trans-array.c (gfc_trans_create_temp_array, [...]): Commentary typo fix. | Bernhard Fischer | 2 | -2/+7 |
2007-01-07 | re PR fortran/27698 (subroutine _foo draws "unclassifiable statement" instead... | Bernhard Fischer | 2 | -0/+8 |
2007-01-07 | Fix whitespace in a table within a comment. | Steven G. Kargl | 2 | -6/+10 |
2007-01-07 | [multiple changes] | Steven G. Kargl | 4 | -468/+471 |
2007-01-06 | arith.c: Update copyright years. | Steven G. Kargl | 2 | -165/+154 |
2007-01-05 | trans-expr.c (gfc_trans_assignment_1): New subroutine to scalarize array assi... | Roger Sayle | 2 | -24/+153 |
2007-01-05 | trans-array.c (gfc_trans_array_constructor_value): Make the static const "dat... | Roger Sayle | 3 | -0/+8 |
2007-01-05 | trans-array.c (gfc_conv_loop_setup): Test whether the loop stride is one... | Roger Sayle | 2 | -2/+10 |
2007-01-05 | symbol.c (check_conflict): Fix error message. | Tobias Burnus | 2 | -1/+5 |
2007-01-05 | re PR fortran/23232 ([4.1 only] DATA implied DO variables) | Paul Thomas | 8 | -25/+151 |
2007-01-05 | re PR fortran/29624 (Fortran 2003: Support intent for pointers) | Tobias Burnus | 5 | -57/+142 |
2007-01-04 | re PR fortran/30371 (kill suboutine accepts (invalid) array arguments.) | Brooks Moses | 2 | -0/+12 |
2007-01-04 | intrinsic.texi: Minor cleanup, reflowing overlong paragraphs, and correcting ... | Brooks Moses | 2 | -26/+51 |
2007-01-04 | intrinsic.texi (LBOUND): Add documentation. | Brooks Moses | 2 | -46/+173 |
2007-01-04 | intrinsic.texi (IAND): Clarify argument specifications. | Brooks Moses | 2 | -67/+200 |
2007-01-04 | re PR fortran/30235 ([4.1 only] missing alternate return argument with explic... | Brooks Moses | 2 | -0/+14 |