Age | Commit message (Expand) | Author | Files | Lines |
2000-02-29 | c-decl.c (current_function_decl): Move to toplev.c. | Martin v. Löwis | 1 | -6/+0 |
2000-02-27 | builtins.c (c_strlen): Use size_diffop and return ssizetype value. | Richard Kenner | 1 | -20/+25 |
2000-02-24 | tree.h (TREE_SET_PERMANENT): New macro. | Zack Weinberg | 1 | -46/+0 |
2000-02-19 | c-common.c (decl_attributes): Set DECL_SIZE_UNIT. | Richard Kenner | 1 | -45/+18 |
2000-02-17 | Andy Vaught <andy@maxwell.la.asu.edu> | Andy Vaught | 1 | -7/+4 |
2000-02-06 | com.c (mark_tracker_head, [...]): Protoize. | Kaveh R. Ghazi | 1 | -4/+2 |
1999-12-30 | Make the Fortran front-end use garbage collection: | Geoff Keating | 1 | -83/+177 |
1999-11-29 | com.c (ffecom_file_, [...]): Constify a char*. | Kaveh R. Ghazi | 1 | -11/+10 |
1999-11-29 | com.c (ffecom_get_invented_identifier): Rewrite to take an ellipses. | Kaveh R. Ghazi | 1 | -75/+26 |
1999-10-26 | tree.h (BLOCK_TYPE_TAGS): Remove. | Mark Mitchell | 1 | -1/+0 |
1999-10-16 | top.h (ffe_is_subscript_check_): Remove extern decl. | Greg McGary | 1 | -6/+6 |
1999-09-24 | Allow to distinguish between three classes of builtin functions | Bernd Schmidt | 1 | -22/+16 |
1999-09-10 | Move declarations and building code for common tree nodes to tree.[ch] | Bernd Schmidt | 1 | -86/+9 |
1999-08-31 | c-parse.in (language_string): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-08-29 | * com.c (lang_printable_name): Constify a char*. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-08-09 | com.c (lang_print_error_function): Constify a char*. | Kaveh R. Ghazi | 1 | -6/+2 |
1999-07-25 | com.c (ptr_type_node, [...]): New. | Richard Henderson | 1 | -1/+5 |
1999-06-28 | Fix ICE involving -fno-f2c and COMPLEX intrinsic invocation | Craig Burley | 1 | -1/+4 |
1999-05-25 | Delete vestigial FFECOM_FASTER_ARRAY_REFS | Craig Burley | 1 | -2/+0 |
1999-05-25 | Fix 19990525-0.f | Craig Burley | 1 | -0/+9 |
1999-05-17 | improve open-coding of complex divide, use new method in g77 | Craig Burley | 1 | -0/+5 |
1999-05-15 | fix INTEGER*8 subscripts, add -fflatten-arrays | Craig Burley | 1 | -59/+119 |
1999-05-12 | disable maintenance of errno | Craig Burley | 1 | -0/+1 |
1999-05-03 | fix CTIME_subr bug | Craig Burley | 1 | -1/+1 |
1999-05-03 | reverse order of arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_... | Craig Burley | 1 | -8/+9 |
1999-04-25 | fix assignment to partially-overlapped COMPLEX | Craig Burley | 1 | -0/+80 |
1999-04-22 | support array bounds checking | Craig Burley | 1 | -97/+264 |
1999-04-18 | fix crashes on I/O statements involving COMMON variables | Craig Burley | 1 | -0/+2 |
1999-04-17 | rewrite to use block/scope structure of GBE | Craig Burley | 1 | -1355/+1951 |
1999-04-04 | fix bugs exposed by --enable-checking | Craig Burley | 1 | -12/+32 |
1999-03-27 | Warning fixes: | Kaveh R. Ghazi | 1 | -46/+39 |
1999-02-15 | delete/change my email address | Craig Burley | 1 | -1/+1 |
1998-10-12 | Warning fixes: | Kaveh R. Ghazi | 1 | -0/+2 |
1998-10-02 | (ffecom_expr_intrinsic_): Fix return type for RAND. | Dave Love | 1 | -1/+1 |
1998-08-05 | com.c (ffecom_convert_narrow_, [...]): Allow conversion from pointer to same-... | Craig Burley | 1 | -4/+10 |
1998-07-16 | (ffecom_finish_symbol_transform_): Revert change of 1998-05-23... | Craig Burley | 1 | -29/+4 |
1998-07-13 | com.c (ffecom_push_tempvar): Replace kludge that munged back-end globals dire... | Craig Burley | 1 | -9/+10 |
1998-07-12 | com.c (ffecom_expr_): Die if padding for constant is non-zero. | Craig Burley | 1 | -23/+1 |
1998-07-08 | Fix debugging of CHARACTER*(*), etc., which requires emitting debug info on t... | Craig Burley | 1 | -10/+0 |
1998-07-06 | intdoc.in: Add entry for DATE_AND_TIME. | Dave Love | 1 | -0/+1 |
1998-06-30 | Fix 980628-*.f: | Craig Burley | 1 | -21/+100 |
1998-06-16 | Cutover to system.h: | Craig Burley | 1 | -1/+5 |
1998-06-15 | Restore circa-0.5.22 capabilities of `g77' driver: | Craig Burley | 1 | -4/+2 |
1998-06-10 | New interface for lang_decode_option. | Dave Brolley | 1 | -3/+4 |
1998-06-07 | com.c (lang_init_options): New function. | Richard Henderson | 1 | -0/+9 |
1998-06-04 | com.c (ffecom_init_0): Fix setup of INTEGER(KIND=7) pointer type. | Craig Burley | 1 | -2/+3 |
1998-06-03 | (ffecom_expr_): Fix D**I and Z**I cases to not convert (DOUBLE PRECISION) D a... | Craig Burley | 1 | -7/+22 |
1998-05-23 | com.c (ffecom_finish_symbol_transform_): Don't transform statement (nested) f... | Craig Burley | 1 | -9/+36 |
1998-05-22 | com.c (ffecom_init_0): Rename xargc to f__xargc, in accord with same-dated ch... | Craig Burley | 1 | -1/+1 |
1998-05-19 | JCB: update email in header. | Dave Love | 1 | -1/+1 |