OSDN Git Service

Include <ctype.h>; avoid home-grown ISDIGIT.
[pf3gnuchains/gcc-fork.git] / gcc / c-common.c
1993-10-05 kennerInclude <ctype.h>; avoid home-grown ISDIGIT.
1993-09-07 kenner(c_build_type_variant): Allocate new type in same obsta...
1993-09-04 kenner(truthvalue_conversion): A complex value is nonzero...
1993-08-15 rms(declare_hidden_char_array): New function to
1993-08-08 rms(declare_function_name): Set DECL_EXTERNAL in the decls.
1993-08-06 rms(decl_attributes): Support attributes `volatile'
1993-07-12 eggert(unsigned_conversion_warning): Just use `warning',
1993-07-02 eggert(constant_expression_warning, overflow_warning,
1993-06-24 rms(decl_attributes): If first_arg_num is 0, no error...
1993-05-21 rms(constant_expression_warning)
1993-05-06 rms(truthvalue_conversion): Turn off Apr 29 change.
1993-05-03 wilson(truthvalue_conversion): Don't optimize subtract of...
1993-05-01 rms(truthvalue_conversion): Specific error message when the
1993-04-06 wilson(decl_attributes, format case): Error if num_arg does
1993-03-21 rms#include "obstack.h".
1993-03-04 rms(truthvalue_conversion): Fix handling of COMPLEX_EXPR.
1993-03-04 rms(truthvalue_conversion): Handle COMPLEX_EXPR.
1993-02-02 rms(constant_expression_warning): Suppress duplicate warnings.
1993-01-30 niklas * c-common.c (c_build_type_variant): Moved here from...
1993-01-28 kenner(declare_function_name): If char_array_type_node isn...
1992-12-30 kenner(truthvalue_conversion): Handle TRUTH_XOR_EXPR.
1992-10-01 rms(declare_function_name): __FUNC__ variables
1992-09-10 rms(declare_function_name): Allow for anonymous function.
1992-09-07 brendanMoved constant_expression_warning into c-common.c.
1992-09-07 rms(check_case_value): Call constant_expression_warning.
1992-08-14 rms(truthvalue_conversion): Optionally warn if an
1992-07-29 rms(decl_attributes): Call layout_decl with two arguments.
1992-07-12 rmsRenamed TREE_INLINE, TREE_NONLOCAL, TREE_REGDECL, TREE_...
1992-07-10 rms(check_case_value): Strip the new nops with STRIP_TYPE_...
1992-07-07 kennerChanges to support 64-bit hosts: Remove definition...
1992-07-07 rms> (declare_function_name): For __FUNCTION__ and __PRETT...
1992-07-06 rms(decl_attributes): Don't set DECL_PACKED on VAR_DECL.
1992-07-03 rms(type_for_size): If no ANSI type matches, check for
1992-07-01 rmsfix typo in last change.
1992-06-30 rms(decl_attributes): For `packed' on VAR_DECL, set DECL_P...
1992-05-26 rmsentered into RCS
1992-05-22 kenner*** empty log message ***
1992-05-22 rms*** empty log message ***
1992-05-22 rms*** empty log message ***
1992-05-18 rms*** empty log message ***
1992-05-08 rms*** empty log message ***
1992-04-25 rms*** empty log message ***
1992-04-04 rms*** empty log message ***
1992-03-30 rms*** empty log message ***
1992-02-04 rmsInitial revision