Age | Commit message (Expand) | Author | Files | Lines |
2005-11-13 | fget.c: New file. | Francois-Xavier Coudert | 1 | -0/+21 |
2005-11-09 | Fix typo in comment. | Steven G. Kargl | 1 | -1/+1 |
2005-11-06 | intrinsic.c (add_functions): Add ctime and fdate intrinsics. | Francois-Xavier Coudert | 1 | -0/+80 |
2005-11-05 | intrinsic.c (add_functions): Add function version of TTYNAM. | Francois-Xavier Coudert | 1 | -0/+42 |
2005-11-01 | re PR fortran/21565 (namelist in block data is illegal) | Paul Thomas | 1 | -0/+1 |
2005-10-30 | check.c (gfc_check_malloc, [...]): New functions. | Francois-Xavier Coudert | 1 | -0/+1 |
2005-10-28 | check.c (gfc_check_alarm_sub, [...]): New functions. | Francois-Xavier Coudert | 1 | -0/+1 |
2005-10-24 | Commit for Asher Langton | Asher Langton | 1 | -0/+34 |
2005-10-03 | re PR libfortran/19308 (I/O library should support more real and integer kinds) | François-Xavier Coudert | 1 | -25/+90 |
2005-09-13 | re PR fortran/18899 ([gfortran] ubound wrongly calculated for passed array) | Richard Sandiford | 1 | -2/+1 |
2005-08-09 | check.c (gfc_check_ttynam_sub, [...]): Add check functions for new intrinsics... | François-Xavier Coudert | 1 | -0/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-12 | trans-array.c (gfc_conv_descriptor_data_get): Rename from gfc_conv_descriptor... | Richard Henderson | 1 | -2/+2 |
2005-05-26 | data.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-05-18 | f95-lang.c (gfc_init_builtin_functions): Define BUILT_IN_TRUNC and BUILT_IN_T... | Tobias Schlüter | 1 | -7/+13 |
2005-03-23 | convert.c (convert): Replace fold (buildN (...)) with fold_buildN. | Steven Bosscher | 1 | -64/+64 |
2005-03-22 | Makefile.am: Added new files. | François-Xavier Coudert | 1 | -0/+9 |
2005-03-14 | tree-cfg.c (find_taken_edge_cond_expr): Use zero_p instead of integer_zerop. | Zdenek Dvorak | 1 | -1/+1 |
2005-03-04 | trans-intrinsic.c (gfc_get_symbol_for_expr): Fix comment typo, clarify comment. | Tobias Schlüter | 1 | -2/+2 |
2005-02-28 | trans-intrinsic.c (gfc_conv_intrinsic_iargc): remove boolean argument. | Steven G. Kargl | 1 | -7/+4 |
2005-01-23 | data.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-01-16 | * trans-intrinsic.c, trans-types.c: Update copyright years. | Tobias Schlüter | 1 | -1/+1 |
2005-01-16 | trans-intrinsic.c (gfc_conv_intrinsic_index, [...]): Remove 'gfc'-prefix from... | Tobias Schlüter | 1 | -12/+12 |
2005-01-16 | trans-intrinsic.c (build_fixbound_expr, [...]): Use 'build_int_cst' instead o... | Tobias Schlüter | 1 | -19/+16 |
2005-01-16 | trans-intrinsic.c (gfc_conv_intrinsic_ishft): Fix signed / unsigned issue. | Tobias Schlüter | 1 | -14/+11 |
2005-01-08 | trans-intrinsic.c (gfc_get_intrinsic_lib_fndecl, [...]): Remove trailing whit... | Tobias Schlüter | 1 | -29/+29 |
2005-01-03 | arith.c: Add system.h; remove string.h | Steven G. Kargl | 1 | -2/+0 |
2004-12-27 | re PR libfortran/19032 (modulo generates wrong result for divisor 1 and -1) | Tobias Schlüter | 1 | -21/+10 |
2004-12-27 | trans-intrinsic.c (gfc_conv_intrinsic_ishft): Change to logicalshift. | Tobias Schlüter | 1 | -29/+65 |
2004-12-16 | trans-intrinsic.c (build_fixbound_expr): Clarify comment, fix comment typo. | Tobias Schlüter | 1 | -3/+3 |
2004-12-14 | gfortran.h (gfc_expr.function.name): Make const. | Richard Henderson | 1 | -1/+1 |
2004-12-02 | flush.c: New file. | Steven G. Kargl | 1 | -4/+7 |
2004-11-20 | check.c (gfc_check_getcwd_sub): Fix seg fault. | Steven G. Kargl | 1 | -0/+2 |
2004-11-08 | arith.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |
2004-10-04 | re PR fortran/17776 (no subroutine system) | Tobias Schlüter | 1 | -0/+1 |
2004-10-04 | * trans-intrinsic.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2004-10-03 | trans-intrinsic.c: Fix comments on spacing and rrspacing | Feng Wang | 1 | -16/+33 |
2004-09-26 | * trans-intrinsic.c: Comment fixes. | Tobias Schlüter | 1 | -1/+1 |
2004-09-16 | array.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-09-15 | check.c (gfc_check_getcwd_sub): New function. | Steven G. Kargl | 1 | -0/+1 |
2004-09-14 | data.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-08 | array.c: Don't include assert.h. | Paul Brook | 1 | -61/+57 |
2004-09-02 | re PR fortran/15327 (ICE when using MERGE on strings) | Tobias Schlüter | 1 | -5/+21 |
2004-08-30 | Make-lang.in (fortran/f95-lang.o): Update dependencies. | Richard Henderson | 1 | -0/+5 |
2004-08-29 | check.c (gfc_check_besn, [...]): New functions. | Steven G. Kargl | 1 | -2/+11 |
2004-08-28 | gfortran.h (enum gfc_generic_isym_id): Add GFC_ISYM_GET?ID. | Steven G. Kargl | 1 | -0/+3 |
2004-08-25 | arith.c (gfc_validate_kind): Add may_fail argument; abort if false and we don... | Richard Henderson | 1 | -5/+5 |
2004-08-25 | trans.h (build2_v, build3_v): New macros. | Tobias Schlüter | 1 | -146/+145 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -4/+4 |
2004-08-15 | re PR fortran/17030 (gfortran does not optimize ABS of complex that well) | Andrew Pinski | 1 | -7/+7 |