cpp.texi: Update.
[gcc.git] / gcc / cppmacro.c
2001-03-03 Neil Boothcpp.texi: Update.
2001-02-25 Neil Boothcppinit.c (builtin_array): Update.
2001-02-14 Neil Boothc-lex.c (lex_number): Only warn traditionally for U...
2001-02-06 Neil Booth* cppmacro.c (cpp_get_token): Avoid pasting after a...
2001-02-04 Mark Mitchellcppinit.c (BC): New macro.
2001-02-01 Neil Boothcpphash.h (struct cpp_buffer): Move saved_flags from...
2001-01-31 Neil Boothcpphash.h (struct cpp_reader): New saved_flags.
2001-01-28 Neil Boothcpphash.c (_cpp_cleanup_hashtable, [...]): Don't set...
2001-01-20 Neil Boothcppmacro.c (funlike_invocation_p): Don't move back...
2001-01-09 Alexandre Olivacppinit.c (cpp_cleanup): NULLify macro_buffer and zero...
2000-12-17 Neil Boothcpplib.h (struct cpp_reader): Remove references to...
2000-12-11 Neil Boothcpperror.c (print_location): New function.
2000-12-09 Neil Boothcppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.
2000-12-03 Neil Boothcppmacro.c (funlike_invocation_p): Re-disable macros...
2000-12-01 Neil Boothcppinit.c (initialize): Forgotten prototype.
2000-11-28 Neil Boothcppmacro.c (cpp_scan_buffer_nooutput): Take a boolean...
2000-11-27 Neil Boothcppinit.c (cpp_reader_init): Remove handling of warn_pa...
2000-11-26 Neil Boothcppmacro.c (cpp_scan_buffer_nooutput): Only scan the...
2000-11-26 Neil Boothcpplib.h (struct cpp_reader): Remove lang_asm.
2000-11-20 Neil Boothcppmacro.c (paste_tokens): Rename from paste_payloads.
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]