function.h (struct function): New field calls_constant_p.
[platform/upstream/gcc.git] / gcc / cppmacro.c
2000-11-19 Kaveh R. GhaziWarning fixes:
2000-11-15 Neil Boothcpplib.c (start_directive, [...]): New functions.
2000-11-14 Neil Boothcppexp.c (parse_defined): Call cpp_get_token not _cpp_g...
2000-11-13 Neil Boothcpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF...
2000-11-12 Neil Boothcppexp.c: Don't worry about pfile->skipping.
2000-11-11 Neil BoothRemove CPP_PLACEMARKERs
2000-11-09 Neil Boothcpphash.c: Move cpp_defined here from cpplib.c.
2000-11-08 Neil BoothMove directive handling into the lexer itself.
2000-11-06 Neil Boothc-lex.c (c_lex): Replace tok.val.aux with tok.val.c...
2000-11-01 Neil Boothc-parse.in (_yylex): Remove CPP_BACKSLASH case.
2000-10-31 Neil Boothcppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0...
2000-10-30 Neil Boothcppfiles.c (stack_include_file): Check for stacked...
2000-10-30 Mark Mitchell* cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
2000-10-29 Neil Boothcppmacro.c (_cpp_create_definition): Optimize the case...
2000-10-28 Neil BoothNew macro expander.
2000-09-25 Neil Boothcpphash.h (_cpp_digraph_spellings, [...]): New library...
2000-09-15 Greg McGarycppmacro.c (check_trad_stringification): Check token...
2000-09-10 Kaveh R. Ghazicppmacro.c (check_trad_stringification): New function.
2000-08-17 Neil Boothcppinit.c (cpp_cleanup): Free include dir chains.
2000-08-09 Zack Weinbergconfigure.in (--enable-c-cpplib): Uncomment.
2000-08-04 Zack Weinbergcpplex.c (parse_name): Might have to glue a CPP_OTHER...
2000-08-02 Zack Weinbergcppexp.c, [...]: Do not use 'legal' or 'illegal' in...
2000-08-02 Zack Weinbergcpperror.c (v_message): Split into _cpp_begin_message...
2000-07-31 Zack Weinberg[multiple changes]
2000-07-20 Zack Weinbergcppmacro.c (CAN_PASTE_AFTER): New macro.
2000-07-18 Zack Weinbergcpplib.h (TTYPE_TABLE): Rearrange to use only two per...
2000-07-18 Zack Weinberg[multiple changes]