Age | Commit message (Expand) | Author | Files | Lines |
2005-12-28 | re PR fortran/25587 (Garbage in output of -fdump-tree-original) | Andrew Pinski | 1 | -1/+1 |
2005-12-16 | trans.h (tree): Remove declaration of gfc_build_function_call. | Richard Guenther | 1 | -10/+10 |
2005-12-16 | trans.h (gfc_build_indirect_ref): Remove declaration. | Richard Guenther | 1 | -5/+5 |
2005-12-16 | (gfc_conv_descriptor_data_addr): Use build_fold_addr_expr where appropriate. | Richard Guenther | 1 | -16/+16 |
2005-12-10 | re PR fortran/23815 (Add -byteswapio flag) | Thomas Koenig | 1 | -0/+8 |
2005-11-30 | [multiple changes] | Paul Thomas | 1 | -24/+16 |
2005-11-21 | re PR fortran/14943 (read/write code generation is not thread safe) | Jakub Jelinek | 1 | -475/+617 |
2005-11-19 | fortran ChangeLog: | Janne Blomqvist | 1 | -8/+33 |
2005-11-06 | gfortran ChangeLog | Janne Blomqvist | 1 | -2/+8 |
2005-09-26 | [multiple changes] | Janne Blomqvist | 1 | -6/+44 |
2005-09-14 | PR fortran/21875 Internal Unit Array I/O, NIST | Paul Thomas | 1 | -2/+62 |
2005-09-09 | gfortran.h: Add iomsg to gfc_open, gfc_close, gfc_filepos, gfc_inquire and gf... | Thomas Koenig | 1 | -1/+27 |
2005-08-07 | [multiple changes] | Janne Blomqvist | 1 | -0/+20 |
2005-08-06 | decl.c, [...]: Fix comment/doc typos. | Kazu Hirata | 1 | -2/+2 |
2005-07-07 | For the 60th anniversary of Chinese people��s Anti-Japan war victory. | Feng Wang | 1 | -2/+71 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-15 | [multiple changes] | Feng Wang | 1 | -1/+2 |
2005-04-17 | re PR fortran/17472 ([4.0 only] namelist does not handle arrays) | Paul Thomas | 1 | -139/+225 |
2005-03-15 | re PR fortran/18827 (ICE on assign to common variable) | Feng Wang | 1 | -1/+2 |
2005-02-24 | Unrevert previously reversed patch, adding this patch: | Tobias Schlüter | 1 | -2/+3 |
2005-02-24 | Revert yesterday's patch: | Tobias Schlüter | 1 | -3/+2 |
2005-02-23 | gfortran.h (gfc_component, [...]): Make 'name' a 'const char *'. | Tobias Schlüter | 1 | -2/+3 |
2005-01-27 | trans-decl.c (gfc_build_label_decl): Set DECL_ARTIFICAL and TREE_USED for all... | Steven Bosscher | 1 | -2/+1 |
2005-01-23 | data.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-01-23 | re PR libfortran/19313 (inquire(pad=) not implemented) | Bud Davis | 1 | -0/+4 |
2005-01-22 | re PR fortran/19194 (Missing RECL parameter in OPEN statement) | Tobias Schlüter | 1 | -3/+3 |
2005-01-18 | arith.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-03 | arith.c: Add system.h; remove string.h | Steven G. Kargl | 1 | -2/+0 |
2004-11-10 | re PR fortran/18375 (ICE when compiling spec benchmark fma3d) | Paul Brook | 1 | -2/+2 |
2004-11-08 | arith.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -6/+6 |
2004-10-04 | trans-const.c (gfc_build_cstring_const): New function. | Tobias Schlüter | 1 | -2/+2 |
2004-09-16 | trans-io.c (transfer_array_component): New function. | Victor Leikehman | 1 | -13/+111 |
2004-09-16 | Revert accidental commit of unrelated/unfinished changes. | Paul Brook | 1 | -85/+5 |
2004-09-15 | check.c (gfc_check_getcwd_sub): New function. | Steven G. Kargl | 1 | -5/+85 |
2004-09-08 | array.c: Don't include assert.h. | Paul Brook | 1 | -12/+11 |
2004-09-07 | error.c (show_locus): Handle mapped locations. | Per Bothner | 1 | -0/+4 |
2004-08-31 | trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc... | Tobias Schlüter | 1 | -1/+1 |
2004-08-30 | Make-lang.in (fortran/f95-lang.o): Update dependencies. | Richard Henderson | 1 | -5/+6 |
2004-08-27 | gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable decla... | Tobias Schlüter | 1 | -1/+1 |
2004-08-25 | trans.h (build2_v, build3_v): New macros. | Tobias Schlüter | 1 | -15/+16 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -7/+7 |
2004-08-18 | re PR fortran/13278 (derived type namelist I/O support missing, causes ICE) | Victor Leikehman | 1 | -50/+106 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -7/+7 |
2004-08-10 | trans-io.c (transfer_expr): Handle pointters. | Paul Brook | 1 | -1/+5 |
2004-06-29 | Make sure types in assignments are compatible. | Steven Bosscher | 1 | -6/+7 |
2004-06-21 | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 1 | -7/+9 |
2004-06-22 | re PR fortran/15750 (IOLENGTH form of INQUIRE statement not implemented) | Janne Blomqvist | 1 | -13/+76 |
2004-05-15 | re PR fortran/13702 (When preprocessing Fortran files (.F, .F90 and .F95) cpp... | Tobias Schlüter | 1 | -2/+2 |
2004-05-14 | Make-lang.in, [...]: Update copyright years and boilerplate. | Tobias Schlüter | 1 | -13/+13 |
2004-05-13 | tree-gimple.c: Rename from tree-simple.c. | Diego Novillo | 1 | -1/+1 |