| Commit message (Expand) | Author | Age | Files | Lines |
* | * decl.c, resolve.c, trans-array.c, trans.h: Fix comment typo(s). | reichelt | 2005-02-24 | 5 | -5/+9 |
* | Unrevert previously reversed patch, adding this patch: | tobi | 2005-02-24 | 12 | -74/+108 |
* | Revert yesterday's patch: | tobi | 2005-02-24 | 13 | -105/+83 |
* | * gfortran.h (gfc_component, gfc_actual_arglist, gfc_user_op): Make | tobi | 2005-02-23 | 13 | -74/+167 |
* | * gfortran.h (gfc_expr): Move 'operator', 'op1', 'op2', and 'uop' | tobi | 2005-02-23 | 13 | -136/+168 |
* | fortran/ | tobi | 2005-02-23 | 3 | -4/+13 |
* | fortran/ | tobi | 2005-02-23 | 7 | -11/+25 |
* | gcc/ | kazu | 2005-02-23 | 3 | -2/+7 |
* | * symbol.c: Typos in comments. | kargl | 2005-02-20 | 2 | -10/+13 |
* | * expr.c (gfc_type_convert_binary): Typo in comment. | kargl | 2005-02-20 | 2 | -1/+5 |
* | * check.c (gfc_check_selected_int_kind): New function. | kargl | 2005-02-19 | 5 | -3/+26 |
* | * check.c (gfc_check_int): improve checking of optional kind | kargl | 2005-02-19 | 3 | -3/+16 |
* | * check.c (gfc_check_achar): New function | kargl | 2005-02-19 | 4 | -1/+18 |
* | * trans-stmt.c (generate_loop_for_temp_to_lhs, | tobi | 2005-02-13 | 2 | -8/+10 |
* | * symbol.c (gfc_use_ha_derived): Remove, fold functionality into ... | tobi | 2005-02-12 | 2 | -19/+11 |
* | * builtins.c (DEF_BUILTIN): Add COND argument. | rth | 2005-02-10 | 2 | -48/+20 |
* | fortran/ | tobi | 2005-02-08 | 3 | -13/+19 |
* | * gfortran.h (gfc_add_dimension, gfc_add_result, gfc_add_save, | tobi | 2005-02-07 | 10 | -164/+233 |
* | * doc/cpp.texi: Include gcc-common.texi. Don't define gcctabopt | jsm28 | 2005-02-06 | 2 | -6/+5 |
* | * options.c (gfc_init_options): Zero flag_errno_math. | rth | 2005-01-30 | 2 | -1/+5 |
* | 2005-01-29 Paul Brook <paul@codesourcery.com> | pbrook | 2005-01-29 | 4 | -16/+79 |
* | 2005-01-29 Steven G. Kargl <kargls@comcast.net> | pbrook | 2005-01-29 | 2 | -0/+8 |
* | * trans-decl.c (gfc_build_label_decl): Set DECL_ARTIFICAL and | steven | 2005-01-27 | 4 | -23/+21 |
* | 2004-01-23 Paul Brook <paul@codesourcery.com> | pbrook | 2005-01-23 | 3 | -173/+64 |
* | 2005-01-23 James A. Morrison <phython@gcc.gnu.org> | pbrook | 2005-01-23 | 2 | -20/+27 |
* | * data.c, dependency.c, f95-lang.c, io.c, trans-array.c, | kazu | 2005-01-23 | 13 | -30/+37 |
* | 2005-01-22 Bud Davis <bdavis9659@comcast.net> | bdavis | 2005-01-23 | 2 | -0/+10 |
* | 2005-01-22 Steven G. Kargl <kargls@comcast.net> | pbrook | 2005-01-22 | 2 | -10/+20 |
* | * trans-expr.c (gfc_conv_function_call): Remove bogus TODO. | pbrook | 2005-01-22 | 2 | -1/+5 |
* | 2005-01-22 Paul Brook <paul@codesourcery.com> | pbrook | 2005-01-22 | 5 | -25/+46 |
* | 2005-01-22 Paul Brook <paul@codesourcery.com> | pbrook | 2005-01-22 | 3 | -27/+31 |
* | gcc/fortran/ | tobi | 2005-01-22 | 2 | -3/+9 |
* | PR fortran/19543 | tobi | 2005-01-22 | 2 | -1/+8 |
* | * arith.c, array.c, check.c, decl.c, expr.c, f95-lang.c, | kazu | 2005-01-18 | 26 | -25/+35 |
* | fix ChangeLogs | steven | 2005-01-17 | 1 | -0/+4 |
* | 2005-01-17 Ira Rosen <irar@il.ibm.com> | dorit | 2005-01-17 | 1 | -0/+2 |
* | Update copyright dates. | pbrook | 2005-01-16 | 3 | -3/+3 |
* | 2005-01-16 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de> | pbrook | 2005-01-16 | 2 | -1/+19 |
* | * trans-intrinsic.c, trans-types.c: Update copyright years. | tobi | 2005-01-16 | 3 | -2/+4 |
* | * trans-intrinsic.c (gfc_conv_intrinsic_index, | tobi | 2005-01-16 | 2 | -13/+18 |
* | * trans-intrinsic.c (build_fixbound_expr, | tobi | 2005-01-16 | 2 | -19/+29 |
* | * trans-types.c (gfc_get_character_type_len): : Use | tobi | 2005-01-16 | 2 | -1/+4 |
* | * trans-intrinsic.c (gfc_conv_intrinsic_ishft): Fix signed / | tobi | 2005-01-16 | 2 | -14/+17 |
* | 2005-01-16 Steven G. Kargl <kargls@comcast.net> | pbrook | 2005-01-16 | 2 | -11/+58 |
* | 2004-01-16 Paul Brook <paul@codesourcery.com> | pbrook | 2005-01-16 | 2 | -7/+13 |
* | * primary.c (check_digit): Call 'ISXDIGIT' instead of assuming | tobi | 2005-01-15 | 2 | -2/+8 |
* | 2005-01-14 Steven G. Kargl <kargls@comcast.net> | pbrook | 2005-01-14 | 2 | -65/+36 |
* | 2005-01-14 Steven G. Kargl <kargls@comcast.net> | pbrook | 2005-01-14 | 2 | -5/+5 |
* | * iresolve.c, trans-common.c, trans-types.c: Fix comment | kazu | 2005-01-13 | 4 | -3/+8 |
* | 2005-01-09 Paul Brook <paul@codesourcery.com> | pbrook | 2005-01-09 | 2 | -51/+159 |