| Age | Commit message (Expand) | Author | Files | Lines |
| 2006-12-15 | re PR libfortran/30200 ([4.1 only] write(*,myfmt="(1X,a,'xyz')") "A" prints ... | Jerry DeLisle | 1 | -1/+1 |
| 2006-11-15 | data.c: Remove trailing periods from error messages. | Brooks Moses | 1 | -1/+1 |
| 2006-11-11 | data.c: Add 2006 to copyright years. | Tobias Schlüter | 1 | -1/+2 |
| 2006-08-15 | re PR fortran/25828 ([f2003] ACCESS='STREAM' io support) | Jerry DeLisle | 1 | -6/+13 |
| 2006-07-24 | re PR libfortran/25289 (Cannot handle record numbers large than huge(0_4)) | Jerry DeLisle | 1 | -0/+5 |
| 2006-07-11 | re PR fortran/28213 (ICE: Hollerith constant) | Feng Wang | 1 | -0/+1 |
| 2006-06-21 | trans-expr.c (gfc_conv_missing_dummy, [...]): Replace calls to convert on con... | Francois-Xavier Coudert | 1 | -2/+2 |
| 2006-06-03 | trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages. | Francois-Xavier Coudert | 1 | -4/+8 |
| 2006-04-18 | * trans-io.c (gfc_build_io_library_fndecls): Align pad. | Steve Ellcey | 1 | -0/+8 |
| 2006-04-15 | trans-io.c (set_string): Use fold_build2 and build_int_cst instead of build2 ... | Roger Sayle | 1 | -2/+2 |
| 2006-01-30 | re PR fortran/24266 (ICE when writing to array of strings that is an elements... | Erik Edelmann | 1 | -1/+1 |
| 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 |