| Commit message (Expand) | Author | Age | Files | Lines |
| * | * intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT. | fxcoudert | 2006-07-30 | 1 | -0/+82 |
| * | * intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, | fxcoudert | 2006-07-26 | 1 | -0/+10 |
| * | 2006-07-13 Paul Thomas <pault@gcc.gnu.org> | pault | 2006-07-13 | 1 | -0/+16 |
| * | * intrinsic.c (add_subroutines): Add ITIME and IDATE. | fxcoudert | 2006-07-04 | 1 | -0/+22 |
| * | * check.c: Fix a comment typo. | kazu | 2006-06-30 | 1 | -1/+1 |
| * | 2006-06-20 Paul Thomas <pault@gcc.gnu.org> | pault | 2006-06-20 | 1 | -0/+51 |
| * | 2006-06-05 Paul Thomas <pault@gcc.gnu.org> | pault | 2006-06-05 | 1 | -6/+14 |
| * | * check.c, expr.c, resolve.c, trans-common.c, | kazu | 2006-05-28 | 1 | -1/+1 |
| * | 2006-05-21 Paul Thomas <pault@gcc.gnu.org> | pault | 2006-05-21 | 1 | -1/+6 |
| * | * check.c: Update copyright years. | tobi | 2006-02-15 | 1 | -1/+1 |
| * | * check.c (gfc_check_minloc_maxloc, check_reduction): Don't call | tobi | 2006-02-15 | 1 | -2/+2 |
| * | 2006-02-14 Thomas Koenig <Thomas.Koenig@online.de> | tkoenig | 2006-02-14 | 1 | -16/+13 |
| * | 2006-02-04 Thomas Koenig <Thomas.Koenig@online.de> | tkoenig | 2006-02-04 | 1 | -12/+85 |
| * | 2006-01-31 Thomas Koenig <Thomas.Koenig@online.de> | tkoenig | 2006-01-31 | 1 | -1/+22 |
| * | fortran/ | eedelman | 2005-12-08 | 1 | -5/+14 |
| * | PR fortran/23912 | fxcoudert | 2005-11-27 | 1 | -2/+15 |
| * | * intrinsics/fget.c: New file. | fxcoudert | 2005-11-13 | 1 | -0/+156 |
| * | * intrinsic.c (add_functions): Add ctime and fdate intrinsics. | fxcoudert | 2005-11-06 | 1 | -0/+38 |
| * | * intrinsic.c (add_functions): Add function version of TTYNAM. | fxcoudert | 2005-11-05 | 1 | -0/+13 |
| * | 2005-11-01 Paul Thomas <pault@gcc.gnu.org> | pault | 2005-11-01 | 1 | -0/+17 |
| * | * check.c (gfc_check_malloc, gfc_check_free): New functions. | fxcoudert | 2005-10-30 | 1 | -0/+25 |
| * | * check.c (gfc_check_alarm_sub, gfc_check_signal, | fxcoudert | 2005-10-28 | 1 | -0/+91 |
| * | Commit for Asher Langton | steven | 2005-10-24 | 1 | -0/+6 |
| * | PR fortran/15586 | fxcoudert | 2005-10-24 | 1 | -60/+88 |
| * | 2005-10-23 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2005-10-23 | 1 | -20/+25 |
| * | PR fortran/15586 | fxcoudert | 2005-09-17 | 1 | -10/+13 |
| * | * check.c (gfc_check_ttynam_sub, gfc_check_isatty): Add check | fxcoudert | 2005-08-09 | 1 | -0/+32 |
| * | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
| * | 2005-04-25 Paul Brook <paul@codesourcery.com> | pbrook | 2005-04-25 | 1 | -0/+58 |
| * | * Makefile.am: Added new files. | fxcoudert | 2005-03-22 | 1 | -0/+241 |
| * | Unrevert previously reversed patch, adding this patch: | tobi | 2005-02-24 | 1 | -2/+2 |
| * | Revert yesterday's patch: | tobi | 2005-02-24 | 1 | -2/+2 |
| * | * gfortran.h (gfc_component, gfc_actual_arglist, gfc_user_op): Make | tobi | 2005-02-23 | 1 | -2/+2 |
| * | * check.c (gfc_check_selected_int_kind): New function. | kargl | 2005-02-19 | 1 | -0/+14 |
| * | * check.c (gfc_check_int): improve checking of optional kind | kargl | 2005-02-19 | 1 | -2/+10 |
| * | * check.c (gfc_check_achar): New function | kargl | 2005-02-19 | 1 | -0/+10 |
| * | 2005-01-29 Paul Brook <paul@codesourcery.com> | pbrook | 2005-01-29 | 1 | -0/+51 |
| * | * arith.c, array.c, check.c, decl.c, expr.c, f95-lang.c, | kazu | 2005-01-18 | 1 | -1/+1 |
| * | * arith.c (arctangent2, gfc_arith_init_1, gfc_arith_done_1, | tobi | 2005-01-08 | 1 | -115/+25 |
| * | * arith.c: Add system.h; remove string.h | rth | 2005-01-03 | 1 | -4/+0 |
| * | 2004-12-12 Steven G. Kargl <kargls@comcast.net> | pbrook | 2004-12-12 | 1 | -19/+42 |
| * | 2004-12-02 Steven G. Kargl <kargls@comcast.net> | pbrook | 2004-12-02 | 1 | -0/+130 |
| * | * check.c (gfc_check_getcwd_sub): Fix seg fault. | steven | 2004-11-20 | 1 | -0/+88 |
| * | 2004-10-30 Canqun Yang <canqun@nudt.edu.cn> | pbrook | 2004-10-30 | 1 | -0/+6 |
| * | fortran/ | tobi | 2004-10-04 | 1 | -0/+19 |
| * | 2004-09-15 Steven G. Kargl <kargls@comcast.net> | pbrook | 2004-09-15 | 1 | -0/+17 |
| * | 2004-08-29 Steven G. Kargl <kargls@comcast.net> | pbrook | 2004-08-29 | 1 | -0/+38 |
| * | * gfortran.h (gfc_default_*_kind): Remove prototypes, add extern | tobi | 2004-08-27 | 1 | -11/+11 |
| * | * check.c (gfc_check_atan2): New function. | tobi | 2004-08-26 | 1 | -0/+12 |
| * | * arith.c (gfc_validate_kind): Add may_fail argument; abort if | rth | 2004-08-26 | 1 | -2/+1 |