| Commit message (Expand) | Author | Age | Files | Lines |
* | 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com> | zack | 2004-09-17 | 4 | -69/+75 |
* | * gfortran.h (struct gfc_linebuf): Don't use C99 empty arrays. | pbrook | 2004-09-17 | 3 | -3/+11 |
* | * array.c, data.c, decl.c, dependency.c, error.c, f95-lang.c, | kazu | 2004-09-16 | 26 | -68/+77 |
* | 2004-09-16 Victor Leikehman <lei@il.ibm.com> | pbrook | 2004-09-16 | 2 | -13/+117 |
* | * gfortran.texi: Fix a typo. | kazu | 2004-09-16 | 2 | -1/+5 |
* | Revert accidental commit of unrelated/unfinished changes. | pbrook | 2004-09-16 | 1 | -85/+5 |
* | 2004-09-15 Aaron W. LaFramboise <aaronavay62@aaronwl.com> | pbrook | 2004-09-15 | 2 | -3/+9 |
* | 2004-09-15 Steven G. Kargl <kargls@comcast.net> | pbrook | 2004-09-15 | 1 | -0/+12 |
* | 2004-09-15 Steven G. Kargl <kargls@comcast.net> | pbrook | 2004-09-15 | 7 | -5/+143 |
* | 2004-09-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de> | pbrook | 2004-09-15 | 2 | -3/+8 |
* | * data.c, decl.c, f95-lang.c, gfortran.h, match.c, | kazu | 2004-09-14 | 13 | -17/+24 |
* | Toplevel: | dberlin | 2004-09-09 | 1 | -1/+1 |
* | * scanner.c (get_file): Add ATTRIBUTE_UNUSED. | pbrook | 2004-09-08 | 2 | -1/+5 |
* | * array.c: Don't include assert.h. | pbrook | 2004-09-08 | 19 | -401/+381 |
* | 2004-09-07 Per Bothner <per@bothner.com> | pbrook | 2004-09-07 | 10 | -16/+133 |
* | * trans-types.c (gfc_type_for_mode): Return NULL for unknown modes. | pbrook | 2004-09-02 | 1 | -1/+1 |
* | * trans-types.c (gfc_type_for_mode): Return NULL for unknown modes. | pbrook | 2004-09-02 | 2 | -1/+5 |
* | fortran/ | tobi | 2004-09-01 | 2 | -5/+27 |
* | fortran/ | tobi | 2004-09-01 | 2 | -1/+67 |
* | fortran/ | tobi | 2004-08-31 | 2 | -1/+8 |
* | * CONTRIB, NEWS, README, TODO: Remove obsolete files. | tobi | 2004-08-31 | 5 | -114/+4 |
* | fortran/ | tobi | 2004-08-31 | 2 | -3/+7 |
* | fortran/ | tobi | 2004-08-31 | 8 | -47/+53 |
* | * f95-lang.c: Change initial comment to say gfortran. | tobi | 2004-08-31 | 2 | -1/+2 |
* | * primary.c: Update copyright boilerplate to say GCC. | tobi | 2004-08-31 | 2 | -12/+16 |
* | * trans-types.h: Add comments. | pbrook | 2004-08-30 | 2 | -7/+10 |
* | * Make-lang.in (fortran/f95-lang.o): Update dependencies. | rth | 2004-08-30 | 11 | -412/+367 |
* | fortran/ | tobi | 2004-08-30 | 6 | -18/+49 |
* | * trans-const.c (gfc_conv_mpz_to_tree): Use mpz_export. | rth | 2004-08-30 | 3 | -32/+32 |
* | fortran/ | tobi | 2004-08-29 | 8 | -361/+537 |
* | 2004-08-29 Steven G. Kargl <kargls@comcast.net> | pbrook | 2004-08-29 | 10 | -33/+271 |
* | 2004-08-29 Steven G. Kargl <kargls@comcast.net> | pbrook | 2004-08-28 | 6 | -51/+103 |
* | * error.c (gfc_error_init_1): Remove blank line in front of | tobi | 2004-08-28 | 2 | -13/+16 |
* | * gfortran.h (gfc_default_*_kind): Remove prototypes, add extern | tobi | 2004-08-27 | 19 | -199/+172 |
* | * arith.c: Include system.h, not real system headers. | rth | 2004-08-26 | 7 | -257/+345 |
* | * check.c (gfc_check_atan2): New function. | tobi | 2004-08-26 | 4 | -1/+20 |
* | * arith.c (gfc_validate_kind): Add may_fail argument; abort if | rth | 2004-08-26 | 9 | -101/+74 |
* | fortran/ | tobi | 2004-08-25 | 3 | -0/+22 |
* | * config-lang.in: Remove dead commented line. | pbrook | 2004-08-25 | 3 | -3/+6 |
* | PR fortran/17190 | pbrook | 2004-08-25 | 2 | -3/+11 |
* | PR fortran/17144 | pbrook | 2004-08-25 | 8 | -60/+238 |
* | * trans.h (build2_v, build3_v): New macros. | tobi | 2004-08-25 | 12 | -460/+525 |
* | * trans-const.c (gfc_conv_mpz_to_tree): Change call to | tobi | 2004-08-25 | 2 | -1/+7 |
* | * tree.h (build_int_cst): New, sign extended constant. | nathan | 2004-08-25 | 9 | -31/+49 |
* | * trans-decl.c, trans-types.c: Add and remove blank lines as | tobi | 2004-08-24 | 3 | -4/+7 |
* | * trans-const.c (gfc_conv_mpz_to_tree): Fix 64-bit shift warning. | rth | 2004-08-24 | 2 | -5/+10 |
* | * resolve.c (merge_argument_lists): Revert unintentionally | tobi | 2004-08-24 | 2 | -4/+5 |
* | * resolve.c (resolve_entries): Fix a bunch of comment typos. | tobi | 2004-08-24 | 2 | -5/+17 |
* | * trans-decl.c (build_function_decl): Fix spelling in comment. | tobi | 2004-08-24 | 1 | -7/+1 |
* | * c-decl.c (c_init_decl_processing): Adjust | nathan | 2004-08-24 | 2 | -8/+13 |