Age | Commit message (Expand) | Author | Files | Lines |
2004-09-02 | re PR fortran/15327 (ICE when using MERGE on strings) | Tobias Schlüter | 2 | -5/+27 |
2004-09-01 | re PR fortran/16400 (Invalid usage of assumed-size arrays is not rejected) | Tobias Schlüter | 2 | -1/+67 |
2004-08-31 | re PR fortran/16579 (gfortran: (ICHAR(CHAR(I)) .NE. I) when 128 <= I <= 255) | Tobias Schlüter | 2 | -1/+8 |
2004-08-31 | * CONTRIB, NEWS, README, TODO: Remove obsolete files. | Tobias Schlüter | 5 | -114/+4 |
2004-08-31 | re PR fortran/17244 (gfortran fatal error: gfc_todo: Not Implemented: Returni... | Tobias Schlüter | 2 | -3/+7 |
2004-08-31 | trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc... | Tobias Schlüter | 8 | -47/+53 |
2004-08-31 | * f95-lang.c: Change initial comment to say gfortran. | Tobias Schlüter | 2 | -1/+2 |
2004-08-31 | * primary.c: Update copyright boilerplate to say GCC. | Tobias Schlüter | 2 | -12/+16 |
2004-08-30 | trans-types.h: Add comments. | Paul Brook | 2 | -7/+10 |
2004-08-30 | Make-lang.in (fortran/f95-lang.o): Update dependencies. | Richard Henderson | 11 | -412/+367 |
2004-08-30 | gfortran.h (gfc_namespace): Add new field is_block_data. | Tobias Schlüter | 6 | -18/+49 |
2004-08-29 | trans-const.c (gfc_conv_mpz_to_tree): Use mpz_export. | Richard Henderson | 3 | -32/+32 |
2004-08-29 | re PR fortran/13910 (Cannot initialize variables with declation as allowed by... | Tobias Schlüter | 8 | -361/+537 |
2004-08-29 | check.c (gfc_check_besn, [...]): New functions. | Steven G. Kargl | 10 | -33/+271 |
2004-08-28 | gfortran.h (enum gfc_generic_isym_id): Add GFC_ISYM_GET?ID. | Steven G. Kargl | 6 | -51/+103 |
2004-08-28 | error.c (gfc_error_init_1): Remove blank line in front of function body. | Tobias Schlüter | 2 | -13/+16 |
2004-08-27 | gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable decla... | Tobias Schlüter | 19 | -199/+172 |
2004-08-26 | arith.c: Include system.h, not real system headers. | Richard Henderson | 7 | -257/+345 |
2004-08-26 | check.c (gfc_check_atan2): New function. | Tobias Schlüter | 4 | -1/+20 |
2004-08-25 | arith.c (gfc_validate_kind): Add may_fail argument; abort if false and we don... | Richard Henderson | 9 | -101/+74 |
2004-08-26 | expr.c (gfc_check_assign): Add comment. | Tobias Schlüter | 3 | -0/+22 |
2004-08-25 | config-lang.in: Remove dead commented line. | Paul Brook | 3 | -3/+6 |
2004-08-25 | re PR fortran/17190 (MPFR semantics for mpfr_get_z_exp changed) | Paul Brook | 2 | -3/+11 |
2004-08-25 | re PR fortran/17144 (Not Implemented: Character string array constructors / A... | Paul Brook | 8 | -60/+238 |
2004-08-25 | trans.h (build2_v, build3_v): New macros. | Tobias Schlüter | 12 | -460/+525 |
2004-08-25 | trans-const.c (gfc_conv_mpz_to_tree): Change call to build_int_cst to build_i... | Tobias Schlüter | 2 | -1/+7 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 9 | -31/+49 |
2004-08-24 | trans-decl.c, [...]: Add and remove blank lines as required. | Tobias Schlüter | 3 | -4/+7 |
2004-08-24 | * trans-const.c (gfc_conv_mpz_to_tree): Fix 64-bit shift warning. | Richard Henderson | 2 | -5/+10 |
2004-08-24 | resolve.c (merge_argument_lists): Revert unintentionally committed change. | Tobias Schlüter | 2 | -4/+5 |
2004-08-24 | * resolve.c (resolve_entries): Fix a bunch of comment typos. | Tobias Schlüter | 2 | -5/+17 |
2004-08-24 | trans-decl.c (build_function_decl): Fix spelling in comment. | Tobias Schlüter | 1 | -7/+1 |
2004-08-24 | c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call. | Nathan Sidwell | 2 | -8/+13 |
2004-08-24 | * trans-types.c: Spelling and formatting fixes. | Tobias Schlüter | 2 | -12/+16 |
2004-08-23 | trans-const.c (gfc_conv_mpz_to_tree): Use mpz_getlimbn instead of going throu... | Richard Henderson | 2 | -49/+46 |
2004-08-24 | defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro. | Eric Christopher | 2 | -82/+61 |
2004-08-23 | re PR fortran/13465 (Data statement for large arrays compiles verrrry sllloww... | Richard Henderson | 5 | -25/+240 |
2004-08-22 | * trans-const.c, trans-decl.c, trans-expr.c: Spelling fixes. | Tobias Schlüter | 4 | -58/+73 |
2004-08-22 | check.c (gfc_check_reduction): Rename to ... | Tobias Schlüter | 4 | -15/+52 |
2004-08-20 | Trivial spelling typo fix. | Paul Brook | 1 | -1/+1 |
2004-08-20 | re PR fortran/17077 (adjustable size arrays crash) | Paul Brook | 3 | -7/+19 |
2004-08-20 | re PR fortran/17074 (Unclassifiable statement in IF-clause / Simple IF follow... | Tobias Schlüter | 2 | -19/+179 |
2004-08-20 | Commit previously forgotten ChangeLog diffs for this patch: | Erik Schnetter | 1 | -0/+15 |
2004-08-19 | re PR fortran/17091 (gfortran MAIN__ symbol not marked TREE_PUBLIC) | Paul Brook | 3 | -32/+8 |
2004-08-19 | re PR fortran/14976 (.space is wrong) | Paul Brook | 2 | -90/+88 |
2004-08-19 | re PR fortran/16946 (sum (array, mask) is not accepted) | Erik Schnetter | 5 | -69/+91 |
2004-08-18 | * trans-types.c (gfc_sym_type): Use pointer types for optional args. | Paul Brook | 2 | -1/+12 |
2004-08-18 | re PR fortran/13278 (derived type namelist I/O support missing, causes ICE) | Victor Leikehman | 2 | -50/+116 |
2004-08-17 | re PR fortran/13082 (Function entries and entries with alternate returns not ... | Paul Brook | 16 | -176/+669 |
2004-08-15 | re PR fortran/17030 (gfortran does not optimize ABS of complex that well) | Andrew Pinski | 5 | -31/+47 |