Age | Commit message (Expand) | Author | Files | Lines |
2005-02-09 | builtins.c (DEF_BUILTIN): Add COND argument. | Richard Henderson | 2 | -48/+20 |
2005-02-08 | expr.c (gfc_copy_expr): Don't copy 'op1' and 'op2' for EXPR_SUBSTRING. | Tobias Schlüter | 3 | -13/+19 |
2005-02-07 | gfortran.h (gfc_add_dimension, [...]): Add argument. | Tobias Schlüter | 10 | -164/+233 |
2005-02-06 | cpp.texi: Include gcc-common.texi. | Joseph Myers | 2 | -6/+5 |
2005-01-30 | * options.c (gfc_init_options): Zero flag_errno_math. | Richard Henderson | 2 | -1/+5 |
2005-01-29 | re PR fortran/18565 (gfortran: CONJG: false error message about standard viol... | Paul Brook | 4 | -16/+79 |
2005-01-29 | re PR fortran/19589 (Regression: Error on Data assignment with LOGICAL*1) | Steven G. Kargl | 2 | -0/+8 |
2005-01-27 | trans-decl.c (gfc_build_label_decl): Set DECL_ARTIFICAL and TREE_USED for all... | Steven Bosscher | 4 | -23/+21 |
2005-01-23 | re PR fortran/17941 (gfortran: parser chokes on complex literal constant) | Paul Brook | 3 | -173/+64 |
2005-01-23 | re PR fortran/19294 (intrinsic_transpose.f90 runtime crash) | James A. Morrison | 2 | -20/+27 |
2005-01-23 | data.c, [...]: Fix comment typos. | Kazu Hirata | 13 | -30/+37 |
2005-01-23 | re PR libfortran/19313 (inquire(pad=) not implemented) | Bud Davis | 2 | -0/+10 |
2005-01-22 | intrinsic.c (make_alias): Add standard argument. | Steven G. Kargl | 2 | -10/+20 |
2005-01-22 | * trans-expr.c (gfc_conv_function_call): Remove bogus TODO. | Paul Brook | 2 | -1/+5 |
2005-01-22 | gfortran.h (gfc_check_access): Add prototype. | Paul Brook | 5 | -25/+46 |
2005-01-22 | primary.c (gfc_match_rvalue): Only apply implicit type if variable does not h... | Paul Brook | 3 | -27/+31 |
2005-01-22 | re PR fortran/19194 (Missing RECL parameter in OPEN statement) | Tobias Schlüter | 2 | -3/+9 |
2005-01-22 | re PR middle-end/19543 ([4.1 only] fortran LOGICAL*8 not consistently disting... | Tobias Schlüter | 2 | -1/+8 |
2005-01-18 | arith.c, [...]: Update copyright. | Kazu Hirata | 26 | -25/+35 |
2005-01-17 | fix ChangeLogs | Steven Bosscher | 1 | -0/+4 |
2005-01-17 | f95-lang.c (gfc_init_builtin_functions): Call targetm.init_builtins. | Ira Rosen | 1 | -0/+2 |
2005-01-16 | Update copyright dates. | Paul Brook | 3 | -3/+3 |
2005-01-16 | re PR fortran/19182 (Error messages seem to be printed slower) | Tobias Schlüter | 2 | -1/+19 |
2005-01-16 | * trans-intrinsic.c, trans-types.c: Update copyright years. | Tobias Schlüter | 3 | -2/+4 |
2005-01-16 | trans-intrinsic.c (gfc_conv_intrinsic_index, [...]): Remove 'gfc'-prefix from... | Tobias Schlüter | 2 | -13/+18 |
2005-01-16 | trans-intrinsic.c (build_fixbound_expr, [...]): Use 'build_int_cst' instead o... | Tobias Schlüter | 2 | -19/+29 |
2005-01-16 | trans-types.c (gfc_get_character_type_len): : Use gfc_charlen_type_node as ba... | Tobias Schlüter | 2 | -1/+4 |
2005-01-16 | trans-intrinsic.c (gfc_conv_intrinsic_ishft): Fix signed / unsigned issue. | Tobias Schlüter | 2 | -14/+17 |
2005-01-16 | re PR fortran/19168 (Mismatched KINDs in SELECT CASE constucts is not handled... | Steven G. Kargl | 2 | -11/+58 |
2005-01-16 | re PR fortran/17675 ([Regression w.r.t. g77] Alignment constraints not honore... | Paul Brook | 2 | -7/+13 |
2005-01-15 | primary.c (check_digit): Call 'ISXDIGIT' instead of assuming ASCII-like chara... | Tobias Schlüter | 2 | -2/+8 |
2005-01-14 | resolve.c (compare_case): Cleanup. | Steven G. Kargl | 2 | -65/+36 |
2005-01-14 | resolve.c (compare_case): Give arguments correct type. | Steven G. Kargl | 2 | -5/+5 |
2005-01-13 | iresolve.c, [...]: Fix comment typos. | Kazu Hirata | 4 | -3/+8 |
2005-01-09 | re PR fortran/17675 ([Regression w.r.t. g77] Alignment constraints not honore... | Paul Brook | 2 | -51/+159 |
2005-01-09 | Fix typo | Tobias Schlüter | 1 | -1/+1 |
2005-01-08 | arith.c (arctangent2, [...]): Fix whitespace issues. | Tobias Schlüter | 3 | -135/+82 |
2005-01-08 | trans-intrinsic.c (gfc_get_intrinsic_lib_fndecl, [...]): Remove trailing whit... | Tobias Schlüter | 2 | -29/+38 |
2005-01-08 | * trans-const.c: Don't include unused math.h. | Tobias Schlüter | 2 | -2/+5 |
2005-01-08 | gfortran.h: Remove outdated comment. | Tobias Schlüter | 2 | -5/+5 |
2005-01-06 | gcc.c (process_command): Change year in 'gcc --version' to 2005. | Tobias Schlüter | 2 | -3/+8 |
2005-01-03 | arith.c: Add system.h; remove string.h | Steven G. Kargl | 29 | -82/+51 |
2004-12-29 | gfortran.h (gfc_case): fix typo in comment. | Steven G. Kargl | 2 | -2/+6 |
2004-12-27 | re PR libfortran/19032 (modulo generates wrong result for divisor 1 and -1) | Tobias Schlüter | 2 | -26/+20 |
2004-12-27 | trans-expr.c (gfc_conv_cst_int_power): Only check for flag_unsafe_math_optimi... | Andrew Pinski | 2 | -1/+7 |
2004-12-27 | trans-intrinsic.c (gfc_conv_intrinsic_ishft): Change to logicalshift. | Tobias Schlüter | 2 | -29/+73 |
2004-12-23 | gfortran.texi: Fix typo. | Steven G. Kargl | 2 | -1/+5 |
2004-12-16 | trans-intrinsic.c (build_fixbound_expr): Clarify comment, fix comment typo. | Tobias Schlüter | 2 | -3/+8 |
2004-12-15 | scanner.c (skip_fixed_comments): Fix typo in comment preceding function. | Tobias Schlüter | 2 | -1/+4 |
2004-12-15 | re PR fortran/18993 (incorrect parsing in fixed-form) | Tobias Schlüter | 2 | -2/+9 |